[
  {
    "bookSourceComment": "书源说明：\n- 本书源基于Cloudflare Workers提供服务\n- 书源需输入密钥才可使用，每日限额500次\n- 为了防止滥用，同一个 IP 地址 24 小时内只能申请一次 API Token。",
    "bookSourceGroup": "木里阅读",
    "bookSourceName": "木里阅读公益版03.28[🍅番茄纯阅]",
    "bookSourceType": 0,
    "bookSourceUrl": "https://fqnovels.indevs.in/",
    "customButton": false,
    "customOrder": -1,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\n\nlet sort = [];\npush = (title, url, type) => sort.push({\n    title: title,\n    url: url,\n    style: {\n        layout_flexBasisPercent: type\n    }\n});\n    push('番茄书架', 'https://fanqienovel.com/reading/bookapi/bookshelf/info/v:version/?aid=1967&iid=0&version_code=56910&update_version_code=56910', 1);\n    push('巅峰榜单', 'https://fanqienovel.com/api/author/misc/top_book_list/v1/?limit=100&offset=0', 0.29);\n    push('出版榜单', 'https://fanqienovel.com/api/node/publication/list?page_index=0&page_count=100', 0.29);\n    push('爆更榜单', 'https://api-lf.fanqiesdk.com/api/novel/channel/homepage/rank/rank_list/v2/?aid=13&limit=50&offset=0&side_type=15&type=1', 0.29);\n    push('黑马榜单', 'https://api-lf.fanqiesdk.com/api/novel/channel/homepage/rank/rank_list/v2/?aid=13&limit=50&offset=0&side_type=13&type=1', 0.29);\n    push('热搜榜单', 'https://api-lf.fanqiesdk.com/api/novel/channel/homepage/rank/rank_list/v2/?aid=13&limit=50&offset=&side_type=12&type=1', 0.29);\t\n    push('每周推荐', 'https://fanqienovel.com/api/rank/recommend/list?type=1&limit=10&offset=0', 0.29);\t\n\t\n\tA=[[\"推荐\",\"10\"],[\"完结\",\"11\"],[\"热搜\",\"12\"]]\t;\n[[\"男频\",\"1\"],[\"女频\",\"0\"]].map([title,id]=>{\n\tpush('❤️'+title+'榜单❤️', null, 1);\n\tif(id==2){ \tA=A.slice(1,A.length-1) }\n\t\tA.map([title,uri]=>{\t\t\t\n\t\t  \turl= `https://novel.snssdk.com/api/novel/channel/homepage/rank/rank_list/v2/?aid=13&app_name=news_article&app_version=9.7.3&channel=tengxun_tt&device_platform=android&os=android&device_type=ProjectTitan&os_api=29&os_version=10&openlive_plugin_status=1&isTTWebViewHeifSupport=0&limit=100&offset={{(page-1)*100}}&side_type=${uri}&type=${id}`;\n\t\t\t\tpush(title, url, 0.29);\t\t\t\n\t\t\t});\n\t});\t\n\t\n\tcategory = () =>{\n\t\t\tcategory_url = \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/page/data/v1/?aid=13\";\nreturn  JSON.parse(java.ajax(category_url)).data\t\t\n\t\t}\n\t\t  \n  json = (data) => {\n     boy = data.boy_category;\n     girl = data.girl_category;\n     publish = data.publish_category;\n     json = [[\"男频\",\"gender=1\",boy],[\"女频\",\"gender=0\",girl],[\"出版\",\"genre_type=160\",publish]];\n     return JSON.parse(JSON.stringify(json));\n   }\t\n\t\tjson(category()).map([tit1,gender,category]=>{\n\t    push('❤️'+tit1+'❤️', null, 1);\n     category.map(($,index)=>{\n     \tindex++;\n\t    title = $.category_name;\n     \tcid = $.category_id;\n\t    url=  `https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?aid=1967&app_name=news_article&app_version=9.7.3&channel=tengxun_tt&creation_status=9&device_platform=android&enter_from=novel_category&novel_host&novel_version&version_code=973&version_name=9.7.3&word_count=9&os=android&device_type=ProjectTitan&os_api=29&os_version=10&offset={{(page-1)*100}}&limit=100&category_id=${cid}&${gender}`;\n\t\t\t\tpush(title, url, 0.29);\t\n      });\n  });\nJSON.stringify(sort);",
    "jsLib": "\nvar 木里得斯='https://fqnovels.indevs.in';\n\nfunction 密钥 () {\n    const {java, source, book} = this;\n    let loginInfoMap = source.getLoginInfoMap();\n    let apikey = \"\";\n    if (loginInfoMap && loginInfoMap['密钥'] && loginInfoMap['密钥'] !== \"\") {\n        apikey = loginInfoMap['密钥'];\n    }\n    \n    return apikey;\n}\n\n\n\nfunction getNovelComment(book_id, type) {\n    const { java, source, book } = this\n    if (type == 0) {\n    let count = book.getVariable(\"custom\")\n    if (count && count == \"\") count = 5\n    let res = java.ajax(`https://changdunovel.com/reading/ugc/novel_comment/book/v1?query_type=0&offset=0&count=${count}&sort=create_time&need_hot_comment=0&book_id=${book_id}&aid=1967&addQueryPrefix=true`) \n    let rs = JSON.parse(res)\n    if (rs.code == \"101003\") return \"\";\n    let comments = rs.data.comment;\n    let result = `\\n📄 书评：${comments.length>0?(\"(共 \"+ comments.length +\" 条)\"):\"\"}\\n`\n    comments.forEach(c => {\n        let startNum = 5 - parseInt(c.score/2)\n        let text = c.text.replace(/\\#/g, \"--\")\n        result += `${c.user_info.gender==1?\"👨🏻\":\"👱🏻\"} ${c.user_info.user_name} || ${\"★★★★★★☆☆☆☆☆\".slice(startNum, startNum + 5)}\\n${text}\\n&lrm;\\n`\n    })\n    return result\n    } \n  let result = \"\"\n  return result\n}\n\n",
    "lastUpdateTime": 1774924227357,
    "loginUi": "[\r\n    {\r\n        \"name\": \"密钥\",\r\n        \"type\": \"text\",\r\n        \"style\": {\r\n            \"layout_flexGrow\": 1,\r\n            \"layout_flexBasisPercent\": 1\r\n        }\r\n    },\r\n    {\r\n        \"name\": \" 密钥申请\",\r\n        \"type\": \"button\",\r\n        \"action\": \"密钥申请()\",\r\n        \"style\": {\r\n            \"layout_flexGrow\": 1,\r\n            \"layout_flexBasisPercent\": 1.4\r\n        }\r\n    },\r\n    {\r\n        'name': '👥加入群聊 👥',\r\n        'type': 'button',\r\n        \"action\":\"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=6QMFbSP6uTETsgKhSt9BlJhu2U3ZV5PQ&authKey=Uw9pcKheZWSRFoBoxYTSaJz3INISY7Iw5Rilc0fsNehq7LaSTyb5VTqdZzoj%2FT%2Bq&noverify=0&group_code=1080288439\", \r\n            \"style\": {\r\n            \"layout_flexGrow\": 1,\r\n            \"layout_flexBasisPercent\": 0.4\r\n        }\r\n    },\r\n    {\r\n        \"name\": \"点击赞助\",\r\n        \"type\": \"button\",\r\n        \"action\": \"zz()\",\r\n        \"style\": {\r\n          \"layout_flexGrow\": 1,\r\n          \"layout_flexBasisPercent\": 0.4\r\n        }\r\n    },\r\n    {\r\n        'name': '本书源由Cloudflare Workers供服务',\r\n        'type': 'button',\r\n        \"style\": {\r\n            \"layout_flexGrow\": 1,\r\n            \"layout_flexBasisPercent\": 1.4\r\n        }\r\n    }\r\n\r\n]",
    "loginUrl": "function login(){}\r\n\r\nfunction 密钥申请() {   \r\n\tjava.startBrowserAwait('https://fqnovels.indevs.in/register', \"密钥申请\");\r\n}\r\n\r\nfunction zz() {\r\n    let url=\"https://ps.ssl.qhimg.com/t0269ae68ef8e71dcae.jpg\"\r\n    let mes=\"欢迎赞助服务器！\"\r\n    java.startBrowser(url, \"木里得斯赞助码\")\r\n       java.longToast(mes);\r\n       return;\r\n}",
    "respondTime": 180000,
    "ruleBookInfo": {
      "author": "$.author",
      "coverUrl": "$.bookshelf_thumb_url",
      "init": "$.data",
      "intro": "&nbsp;&nbsp;\n🆔 编号：{{$..book_id}}\n📕 源名：{{$..original_book_name}}\n📖 别名：{{$..book_flight_alias_name}}\n🔗 状态：__status__\n🗑 接口：{{木里得斯}}\n✏️ 开坑：{{$..create_time##T|\\+.*## }}\n🏷️ 标签：{{$..tags}}\n👤 主角：{{$..roles##\\[|\\\"|\\]}}\n👁️ 在线：{{$..read_count}}人在读\n📜 简介：{{$..abstract}}\n{{getNovelComment(java.getString(\"$..book_id\"),java.get(\"type\"))}} \n📍 {{$.copyright_info##，.*##。}}{{\"\\n\"+\"​\"}}\n@js:result.replace(/.+：(人在读)?\\n/g,\"\").replace('__status__', (java.getString('$..book_search_visible') == 'true' ? '正常' : (java.getString('$..tomato_book_status') == '3' ? '下架' : '小黑屋')))",
      "kind": "$.category",
      "name": "$.book_name",
      "tocUrl": "{{木里得斯}}/api/book?book_id={{$..book_id}}&token={{密钥()}}"
    },
    "ruleContent": {
      "content": "data.content"
    },
    "ruleExplore": {
      "bookList": "<js>\nlet list = [];\nlet resultData = JSON.parse(result);\n\nlet targetData = resultData.data || resultData.list || resultData.book_list || \n                resultData.publication_list || resultData.result || resultData;\n                \nif (targetData != null && targetData.book_shelf_info) {\n    let bookIds = targetData.book_shelf_info.map(item => `{\"book_id\": \"${item.book_id}\"}`).join(',');\n    \n    let booksData = java.ajax(\n`https://fanqienovel.com/api/bookshelf/multidetail,{\"method\": \"post\",\"body\": {\"books\":[${bookIds}]}}`\n        );\n    \n    let books = JSON.parse(booksData).data.detail_list;\n    for (let i in books) {\n        let d = books[i];\n        list.push({\n            src: d,\n            book_name: d.book_name,\n            author: d.author,\n            category:d.category,\n            tags:d.tags,\n            word_number:d.word_number,\n            lastChapterTitle: d.last_chapter_title,\n            abstract: d.abstract,\n            book_id: d.book_id,\n        });\n    }\n} else {\n    list = targetData.content || targetData;\n}\n\nJSON.stringify({data: list})\n</js>\ndata.data||data.list||book_list||data.publication_list||data.result||data",
      "bookUrl": "{{木里得斯}}/api/detail?book_id={{$.book_id}}&token={{密钥()}}",
      "name": "$.book_name"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": ".book_data[*]",
      "bookUrl": "{{木里得斯}}/api/detail?book_id={{$.book_id}}&token={{密钥()}}",
      "checkKeyWord": "我能嗅到鬼味",
      "coverUrl": "$.audio_thumb_uri",
      "intro": "$.abstract",
      "kind": "$.category",
      "name": "$.book_name||$..series_title##（别名：.*?）"
    },
    "ruleToc": {
      "chapterList": "data.data.chapterListWithVolume[*].[*]",
      "chapterName": "title",
      "chapterUrl": "{{木里得斯}}/api/content?tab=小说&item_id={{$..itemId}}&token={{密钥()}}",
      "updateTime": "{{java.timeFormatUTC(java.getString(\"firstPassTime\") * 1000, 'yyyy-MM-dd HH:mm:ss', 12)}}##第一卷：默认\r\n@js:\r\nif (result.startsWith(\" |\")) result = result.slice(2)\r\nif (result.startsWith(\"| \")) result = result.slice(2)\r\nresult\r\n"
    },
    "searchUrl": "{{木里得斯}}/api/search?key={{key}}&offset={{( page - 1) * 10}}&tab_type=3&token={{密钥()}}",
    "weight": 0
  },
  {
    "bookSourceComment": "/*\n\t作者：明月照大江\n\t提醒：此书源为免费制作并分享\n\t更新地址：https://skybook.pages.dev\n*/",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🌙 69书吧-HD",
    "bookSourceType": 0,
    "bookSourceUrl": "69-明月",
    "customButton": false,
    "customOrder": 0,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部分类::@js:buildRequest(\"https://skybook.mgz.la/69/novels/class/0_{{page}}.html\")\n玄幻奇幻::@js:buildRequest(\"https://skybook.mgz.la/69/novels/class/1_{{page}}.html\")\n武侠仙侠::@js:buildRequest(\"https://skybook.mgz.la/69/novels/class/2_{{page}}.html\")\n现代都市::@js:buildRequest(\"https://skybook.mgz.la/69/novels/class/3_{{page}}.html\")\n历史军事::@js:buildRequest(\"https://skybook.mgz.la/69/novels/class/4_{{page}}.html\")\n科幻小说::@js:buildRequest(\"https://skybook.mgz.la/69/novels/class/5_{{page}}.html\")\n游戏竞技::@js:buildRequest(\"https://skybook.mgz.la/69/novels/class/6_{{page}}.html\")\n恐怖灵异::@js:buildRequest(\"https://skybook.mgz.la/69/novels/class/7_{{page}}.html\")\n言情小说::@js:buildRequest(\"https://skybook.mgz.la/69/novels/class/8_{{page}}.html\")\n动漫同人::@js:buildRequest(\"https://skybook.mgz.la/69/novels/class/9_{{page}}.html\")\n其他类型::@js:buildRequest(\"https://skybook.mgz.la/69/novels/class/10_{{page}}.html\")",
    "jsLib": "{\"utils\":\"https://skybook.legado1.top/js/utils.js?v=010\"}",
    "lastUpdateTime": 1770170560243,
    "loginUi": "[\n{\"name\":\"查询用量\",\"type\":\"button\",\"action\":\"getLimit(\\\"/69/content\\\")\"}\n]",
    "loginUrl": "function login() {}",
    "respondTime": 180000,
    "ruleBookInfo": {
      "coverUrl": "@js:\n(() => {\n  if (String(book.coverUrl || \"\")) return\n  let html = java.get(\"detail\")\n  // let img = String(java.getString(\"$.img\", html))\n  // if (img) return desc\n\n  let books = Array.from(\n   org.jsoup.Jsoup.parse(html).select(\".res-book-item\")\n  );\n  let item = books.find(x => {\n    let title = java.getString(\"h3@text\", x)\n    return title == book.name\n  })\n\n  if (item) return java.getString(\"a > img@src\",item)\n})()",
      "init": "@js:\nif (String(book.name) && (!String(book.intro) || !book.coverUrl)) {\n  let u = `https://www.qidian.com/so/${book.name}.html`\n  let html = java.ajax(u);//java.log(html)\n  if (/fffffffffffffffffff/.test(html)) {\n    java.webView(null, u, \"document.cookie\")\n    java.log(\"已更新cookie\")\n    html = java.ajax(u)\n  }\n  java.put(\"detail\", html)\n}; result",
      "intro": "@js:\n(() => {\n  if (String(book.intro || \"\")) return\n  let html = java.get(\"detail\")\n  // let desc = String(java.getString(\"$.description\", html))\n  // if (desc) return desc\n\n  let books = Array.from(\n   org.jsoup.Jsoup.parse(html).select(\".res-book-item\")\n  );\n  let item = books.find(x => {\n    let title = java.getString(\"h3@text\", x)\n    return title == book.name\n  })\n\n  if (item) return java.getString(\".intro@text\",item)\n})()"
    },
    "ruleContent": {
      "content": "@js:;(function od(oS,hb,xo,hk,Bq,bx,xw,ob,xy,wy,Bd){function ky(oG,oo){var oh=oG^oo,BS=hb[oh],xx=66666-oh,kb=[],bB=Bd[xx];if(bB!==\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064)return bB;for(var By=0;By<BS.\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068;)xw(kb,BS[By]-By++-oo);return Bd[xx]=xy(kb);}(function wC(oC,BG,wd,xB,So){BG=BG||[],wd=wd||[],xB=xB||[];for(var Ey=wd.\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068,kz,Cb;Cb=oS[oC++];)if(33>--Cb){if(9>Cb)6<Cb&&(Cb-->7&&(wd[Ey++-2]=wd[++Ey-++Cb+4]instanceof wd[Ey-=3],{})||(wd[Ey+ ++Cb-12]=bx(wd[++Ey+--Cb-11])(wd[Ey-- - --Cb-1],wd[Ey++ +Cb-8],wd[--Ey-++Cb+4],wd[(Ey-=4)-Cb++ +9])()),!0)||(3>Cb++||((5>--Cb||(Cb>5&&(wd[Ey+Cb-- -8]|=wd[--Ey-Cb++ +(\"\u2028\",5)],!\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064)||(wd[Ey- --Cb+2]=xo[wd[(Ey-=Cb)+2]]=wd[(Ey+=3)-Cb++ +4]),null))&&(Cb-->3||(wd[Ey-Cb++]-=wd[Ey-- -Cb+2],![]))&&(wd[Ey-Cb--+1]=xo[wd[Ey-=Cb++]]=wd[++Ey]),false))&&(Cb>2||(Cb>1&&(wd[Ey++ +Cb-8]=new(bx(wd[Ey--+Cb-- -9],null,wd[(Ey+=Cb--)-6],wd[--Ey-Cb++-4],wd[Ey-- -(\"\u2028\",3)],wd[Ey++ +Cb-- -2],wd[(Ey-=5)+4])())(),!\"\")||(wd[Ey++ +--Cb]=wd[Ey-2]),void 0))&&(wd[(Ey-=2)-++Cb+4]=wd[Ey-Cb--+4]instanceof wd[Ey++ + ++Cb-3]);else if(17>Cb){if(15<Cb)wd[Ey++-3]=wd[--Ey-Cb++ +13][wd[--Ey+--Cb-17]]=wd[Ey--+Cb-- -16];else if(Cb>13){if(15>Cb)wd[(Ey+=40)-41]=wd[(Ey-=40)+Cb-(\"\u2028\",15)][oS[oC++]-(-Cb++ +45999+oC)];else return wd[Ey++- --Cb+(\"\u2028\",13)];}else Cb>11&&(Cb>12&&(wd[(Ey-=++Cb)+13]=!wd[(Ey+=14)-1],true)||(xo[wd[++Ey-2]]=wd[(Ey+=34)-38].\\u0073\\u006c\\u0069\\u0063\\u0065(wd[(Ey+=Cb--)-49],wd[(Ey-=50)- --Cb+10].\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068)),1)||(10>Cb||((Cb>10||(wd[++Ey-Cb++ +(\"\u2029\",9)]=!1,0))&&(wd[Ey++-Cb+11]=true),!true))&&(wd[--Ey+1]=wd[(Ey+=2)-Cb--+6]);}else(23<--Cb||(Cb>22&&(wd[++Ey-++Cb+23]=\\u0063\\u0069\\u006e\\u0066\\u006f,!\"\")||(Cb-->20||(18>Cb&&(16>Cb&&(wd[Ey++ +Cb-15]=wd[Ey-2],!null)||(16<Cb||(wd[Ey++-Cb++ +16]=null,null))&&(wd[Ey++ +Cb-- -18]=\\u0072\\u0065\\u0073\\u0075\\u006c\\u0074=wd[--Ey-Cb++ +15]),!0)||(Cb>18||(wd[++Ey-Cb--+17]={},![]))&&(wd[Ey++ +Cb-19]=\\u0072\\u0065\\u0073\\u0075\\u006c\\u0074),![]))&&(20<Cb--&&(wd[Ey++-Cb++ +18]=wd[(Ey+=++Cb)-25]<wd[(Ey-=24)+--Cb-21],!\"\")||(wd[++Ey+Cb-20]=\\u0072\\u0061\\u0074\\u0065\\u004c\\u0069\\u006d\\u0069\\u0074)),\"\"))&&(31<++Cb||(28>Cb&&((Cb<26||(27>Cb&&(wd[Ey-1]=new wd[Ey+Cb-- -(\"\u2028\",27)](),[])||(wd[(Ey+=Cb)-28]=\\u0062\\u0069\\u0064=wd[(Ey-=27)-Cb+26]),0))&&(wd[++Ey- --Cb+23]=\\u0063\\u0069\\u0064),!null)||(Cb>29||(Cb++<29&&(wd[++Ey-3]|=wd[(Ey-=2)+Cb++-29],!false)||(wd[++Ey+--Cb-32]=typeof wd[++Ey+Cb-- -32]===\"string\"?wd[Ey--+Cb++-32].\\u0063\\u006f\\u006e\\u0063\\u0061\\u0074(wd[(Ey-=2)+Cb-29].\\u0073\\u0070\\u006c\\u0069\\u0074(\"\")):wd[(Ey+=++Cb)-33].\\u0063\\u006f\\u006e\\u0063\\u0061\\u0074(wd[(Ey-=32)-Cb++ +29])),0))&&(31>Cb&&(wd[Ey++ +--Cb-29]=\\u0062\\u0075\\u0069\\u006c\\u0064\\u0052\\u0065\\u0071\\u0075\\u0065\\u0073\\u0074,{})||(wd[(Ey+=Cb)-32]=wd[(Ey-=31)+--Cb-31][ky(oS[oC++]^-++Cb+30460+oC,oS[oC++]^Cb++ +20913+oC)])),\"\"))&&(wd[(Ey+=117)+--Cb-(\"\u2029\",149)]=\\u0063\\u0069\\u0064=wd[(Ey-=117)+--Cb-31]);}else 66>++Cb&&(Cb>58&&(62<Cb&&((64>Cb||((66>++Cb||(wd[Ey-Cb++ +64]&=wd[--Ey- --Cb+66],!{}))&&wy(wd[++Ey+Cb-69],wd[Ey--+ ++Cb-69],{\\u0073\\u0065\\u0074:wd[(Ey-=3)-Cb+68],\\u0063\\u006f\\u006e\\u0066\\u0069\\u0067\\u0075\\u0072\\u0061\\u0062\\u006c\\u0065:!0,\\u0065\\u006e\\u0075\\u006d\\u0065\\u0072\\u0061\\u0062\\u006c\\u0065:!0}),\"\"))&&(wd[Ey-- -2]=bx(wd[Ey-Cb++ +63])(wd[Ey+Cb++-65])(ky(oS[oC++]^-Cb+50588+oC,oS[oC++]^Cb+(\"\u2028\",6187)+oC))),{})||Cb>61&&(wd[++Ey+--Cb-(\"\u2029\",64)]<<=wd[(Ey-=2)- --Cb+60],!\"\")||(61<++Cb||((++Cb<62||(wd[++Ey-3]=wd[--Ey- --Cb+59]==wd[Ey--+Cb-- -62],false))&&(wd[--Ey-Cb++ +60]=wd[Ey-1]>wd[Ey-Cb+(\"\u2029\",62)]),false))&&(wd[Ey++ +Cb-- -62]=\\u0072\\u0065\\u0073\\u0075\\u006c\\u0074),!\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064)||(Cb>50||((43>Cb||(Cb>49&&(wd[--Ey-++Cb+50].\\u0070\\u0075\\u0073\\u0068(wd[Ey+Cb-51]),[])||47<Cb&&(Cb<49&&(wd[Ey-- - --Cb+(\"\u2028\",47)]=wd[(Ey+=2)+Cb-51],true)||(wd[Ey-- -Cb+47]=Bq(wd[Ey],[wd[Ey+Cb-50],oS[oC++]-(681+oC)])()),!null)||(46>Cb||(46<Cb&&(wd[Ey- --Cb+38]=hk(wd[Ey++ +Cb-53],wd[(Ey-=Cb)+37],wd[Ey+ ++Cb-8],wd[--Ey+Cb-- -6],wd[--Ey- --Cb+88],wd[--Ey-++Cb+91],wd[--Ey+--Cb+2],wd[(Ey+=42)+ ++Cb-40])(),!\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064)||(wd[Ey++ +Cb-- -46]=\\u006a\\u0061\\u0076\\u0061),false))&&(++Cb>45&&(wd[Ey++ +--Cb-45]=!!0,[])||45>Cb&&(wd[Ey+Cb-- -45]/=oS[oC++]-(-Cb+21568+oC),!\"\")||(wd[Ey++-Cb++ +45]=oS[oC++]^+oC)),!{}))&&(Cb<37||((Cb<39||((41>Cb||(Cb>41&&(wd[++Ey-1]={},!\"\")||(wd[Ey--+Cb-- -44]=bx(wd[(Ey+=23)-Cb--+16],wd[++Ey- --Cb+12])()(wd[(Ey-=25)+Cb-37],ky(oS[oC++]^-Cb+8766+oC,oS[oC++]^Cb--+57005+oC))),null))&&(38<--Cb||(wd[--Ey- --Cb+(\"\u2028\",37)]=typeof wd[Ey++],!{}))&&(wd[(Ey-=Cb)+37]=wd[(Ey+=62)-Cb--+14]>=wd[(Ey-=24)-++Cb+39]),![]))&&(Cb>37||(wd[Ey++- --Cb+36]=wd[Ey- --Cb+33],![]))&&(wd[++Ey+Cb-39]=oS[oC++]-(Cb--+51272+oC)),!{}))&&(Cb>35||((Cb<35||(wd[Ey++-Cb++ +33]=wd[Ey++-Cb--+33]>wd[(Ey-=3)+Cb-35],0))&&(wd[++Ey-Cb--+33]=oS[oC++]^Cb--+oC),\"\"))&&(wd[(Ey+=++Cb)-37]=wd[(Ey-=36)-Cb++ +35]),!1))&&(57<Cb&&(wd[Ey+Cb-- -(\"\u2029\",60)]=wd[--Ey+Cb-58]>=wd[Ey],!\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064)||(54>Cb||((Cb>55||(++Cb<56&&(wd[oC++,Ey-- -Cb+54]&&(oC=oS[--oC]^31482+ ++oC),1)||(wd[Ey-Cb--+(\"\u2029\",54)]=wd[Ey++ +--Cb-56]>=wd[(Ey-=2)-Cb+54]),!{}))&&(56<Cb&&(wd[Ey+Cb++-59]=xo[wd[--Ey-Cb++ +57]]=wd[Ey],!false)||(wd[++Ey+Cb-57]=wd[Ey-++Cb+54])),![]))&&(++Cb>53||(Cb>52&&(wd[Ey-- -Cb--+52]=new(bx(wd[++Ey+Cb-53])())(),[])||(oC=oS[kz=oC,oC++]^++Cb+8955+oC),!true))&&(wd[Ey+Cb++-57]=Bq(wd[Ey--+Cb-57],[wd[Ey+Cb++-57],wd[--Ey+Cb-55]])())),!false)||98>Cb&&((90<Cb||((Cb>82||(74<Cb&&((Cb<78||((80>Cb||((Cb<82||(wd[Ey-1]=BG[wd[Ey+Cb++-83]],!true))&&(Cb>80||(wd[(Ey-=Cb++)+79]=\\u0063\\u0069\\u006e\\u0066\\u006f=wd[(Ey+=80)-Cb++ +(\"\u2029\",80)],\"\"))&&(xo[wd[Ey-- -Cb+80]]=wd[(Ey-=7)-Cb++ +86].\\u0073\\u006c\\u0069\\u0063\\u0065(wd[Ey+Cb++-76],wd[(Ey+=5)-Cb+83].\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068)),!1))&&(78<Cb&&(wy(wd[--Ey+--Cb-80],wd[--Ey+--Cb-77],{\\u0067\\u0065\\u0074:wd[--Ey+ ++Cb-76],\\u0063\\u006f\\u006e\\u0066\\u0069\\u0067\\u0075\\u0072\\u0061\\u0062\\u006c\\u0065:!0,\\u0065\\u006e\\u0075\\u006d\\u0065\\u0072\\u0061\\u0062\\u006c\\u0065:!0}),!\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064)||wd.\\u0073\\u0070\\u006c\\u0069\\u0063\\u0065(Ey++ +--Cb-80,0,wd[Ey-2])),\"\"))&&(76>Cb&&(wy(wd[++Ey+Cb++-79],wd[(Ey+=Cb)-79],{\\u0073\\u0065\\u0074:wd[(Ey-=80)-Cb+(\"\u2029\",78)],\\u0063\\u006f\\u006e\\u0066\\u0069\\u0067\\u0075\\u0072\\u0061\\u0062\\u006c\\u0065:!0,\\u0065\\u006e\\u0075\\u006d\\u0065\\u0072\\u0061\\u0062\\u006c\\u0065:!0}),!null)||(Cb<77||(wd[++Ey-3]=delete wd[Ey++-3][wd[(Ey-=3)-Cb++ +77]],!true))&&function(){throw wd[(Ey-=2)-++Cb+78];}()),true)||(Cb>72||(70<Cb&&((Cb<72||(wd[(Ey-=Cb)+69]=xB[xB.\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068-wd[--Ey-Cb--+144]][wd[--Ey-Cb--+143]]=wd[(Ey+=72)-Cb--+69],!{}))&&(wd[(Ey+=++Cb)-74]>>=wd[(Ey-=73)+--Cb-71]),!\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064)||(++Cb<70||((71>Cb--||(wd[(Ey-=59)-Cb--+(\"\u2028\",125)]=new(hk(wd[--Ey- --Cb+124],null,wd[++Ey+Cb-12],wd[--Ey+ ++Cb-11],wd[(Ey+=57)+ ++Cb-68]))(),null))&&(wd[++Ey+Cb-72]=wd[--Ey-2]>=wd[Ey--+--Cb-69]),false))&&(Cb<68&&(wd[++Ey-Cb+66]=\\u0062\\u0069\\u0064,!null)||Cb>68&&(wd[++Ey-Cb++ +65]=bx(wd[(Ey+=109)- --Cb-43])(wd[Ey++ + ++Cb-183],wd[(Ey-=113)+--Cb-68])(),true)||(wd[(Ey-=Cb)+66]-=wd[(Ey+=67)-Cb++ +68])),0))&&(Cb<74&&(wd[Ey--+Cb++-80]=bx(wd[(Ey+=Cb)-79],wd[Ey-- -Cb-6],wd[++Ey-Cb++-4],wd[(Ey-=13)-Cb--+11],wd[++Ey+ ++Cb-139])(wd[++Ey- --Cb+10],wd[(Ey-=68)+Cb++-69])(),!0)||(wd[(Ey+=30)-Cb+42]=wd[Ey- --Cb+(\"\u2029\",41)][wd[(Ey-=31)-Cb++ +73]])),!{}))&&(85>--Cb||((88<Cb||(Cb<87&&(Cb>85&&(xo[wd[Ey++ +Cb++-87]]=wd[(Ey+=115)-++Cb-31].\\u0073\\u006c\\u0069\\u0063\\u0065(wd[Ey-- -Cb-- -30],wd[(Ey-=118)+--Cb-86].\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068),!\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064)||(wd[Ey++ +--Cb-90]=new wd[Ey-7](wd[Ey++ +Cb-- -90],wd[Ey++ +Cb-89],wd[(Ey+=14)+Cb-103],wd[(Ey+=12)+Cb++-114],wd[(Ey-=34)- --Cb+87])),!0)||Cb>87&&(wd[Ey++ +Cb++-88]=\\u004a\\u0053\\u004f\\u004e,!\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064)||(wd[(Ey-=79)+Cb-- -(\"\u2028\",14)]=new(Bq(wd[(Ey-=++Cb)+160],[null,wd[(Ey+=++Cb)+73],wd[Ey+74],wd[(Ey-=118)+--Cb+106],wd[Ey++-Cb+281],wd[(Ey+=190)+ ++Cb-84]]))()),false))&&Ey--,!{}))&&(83>Cb||(83<Cb&&(wd[--Ey+ ++Cb-85]=wd[Ey++ +Cb-- -85]==hb[oS[oC++]^-++Cb+49909+oC],{})||(wd[Ey++ +Cb-83]=!true),void 0))&&(wd[Ey-++Cb+81]=wd[Ey-- -Cb--+81]===wd[Ey-Cb--+82]),\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064))&&(Cb>94&&(Cb>96&&(BG[wd[(Ey+=125)- --Cb-30]]=wd[Ey++-Cb-(\"\u2028\",32)].\\u0073\\u006c\\u0069\\u0063\\u0065(wd[++Ey- --Cb-34],wd[(Ey-=130)-Cb--+95].\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068),1)||(95<Cb||(wd[(Ey-=Cb--)+94]=-wd[(Ey+=95)+ ++Cb-96],false))&&(wd[Ey-- -1]=!wd[++Ey-Cb++ +95]),!null)||++Cb>94&&(oC=wd[--Ey-++Cb+96],!\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064)||Cb<94&&(Cb<93&&(wd[Ey++ + ++Cb-93]=ky(oS[oC++]^Cb++ +46024+oC,oS[oC++]^Cb--+42558+oC),{})||wy(wd[(Ey-=71)+Cb-- -25],wd[(Ey-=Cb--)+161],{\\u0067\\u0065\\u0074:wd[(Ey+=160)- --Cb+92],\\u0063\\u006f\\u006e\\u0066\\u0069\\u0067\\u0075\\u0072\\u0061\\u0062\\u006c\\u0065:!0,\\u0065\\u006e\\u0075\\u006d\\u0065\\u0072\\u0061\\u0062\\u006c\\u0065:!0}),1)||wd.\\u0073\\u0070\\u006c\\u0069\\u0063\\u0065((Ey+=--Cb)-96,0,wd[(Ey-=92)+--Cb-94])),true)||--Cb>118&&(Cb>125&&((127>Cb--||(wd[Ey-3]=xB[xB.\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068-wd[--Ey]][wd[--Ey-Cb++ +126]]=wd[Ey+Cb++-128],!true))&&(wd[Ey--+Cb-125]=wd[wd[--Ey+Cb++-122]=wd[Ey++-++Cb+(\"\u2028\",128)],(Ey+=3)+--Cb-130]),!null)||(Cb<122||((Cb<124||((124<Cb||(wd[(Ey+=--Cb)-125]=hk(wd[++Ey-Cb-2],wd[(Ey-=125)-Cb--+122])(),\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064))&&(oC=kz),\"\"))&&(122<Cb||(wd[(Ey-=110)-Cb--+230][wd[++Ey- --Cb+228]]=wd[(Ey+=106)-++Cb+121],![]))&&(wd[(Ey-=Cb--)+121]=new(Bq(wd[--Ey+Cb],(wd[Ey++ + ++Cb][0]=null,wd[(Ey+=122)-Cb+123])))()),!true))&&(120<Cb&&(wd[Ey++-Cb--+121]=oS[oC++]^Cb+oC,!\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064)||(121>++Cb||(function(){debugger;}(),\"\"))&&(wd[Ey+Cb-(\"\u2028\",122)]=new(Bq(wd[Ey--+Cb++-122],[null,wd[Ey]]))())),1)||111<Cb&&((115>++Cb||((Cb<116||((116<Cb||(wd[Ey++-Cb--+114]+=wd[(Ey-=2)+Cb-- -115],!{}))&&(--Cb>117&&(wd[Ey++]=[],1)||Cb>116&&(wd[Ey++-Cb--+114]=wd[++Ey-Cb++ +111][wd[Ey++-Cb++ +(\"\u2028\",113)]]=wd[(Ey-=5)+(\"\u2029\",1)],!\"\")||(wd[++Ey+Cb++-117]=![])),!true))&&(wd[Ey-- -Cb--+113]^=wd[Ey+--Cb-113]),false))&&(113<Cb&&(wd[++Ey-Cb+113]=hb[oS[oC++]],!0)||(xo[wd[(Ey+=--Cb)-113]]=wd[Ey++ +Cb-227].\\u0073\\u006c\\u0069\\u0063\\u0065(wd[++Ey-Cb++-4],wd[Ey-=117].\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068))),!\"\")||104<Cb&&((Cb>108||((Cb<107||((Cb>107||(wd[(Ey-=++Cb)+107]=void wd[(Ey+=108)- --Cb+106],!true))&&(wd[(Ey-=Cb)+104]=hk(wd[(Ey-=6)+111],wd[Ey--+110],wd[Ey++ + ++Cb+4],wd[(Ey+=111)+Cb-(\"\u2029\",107)])()),!true))&&(107>++Cb&&(wy(wd[Ey-Cb++ +103],wd[(Ey-=Cb)+105],{\\u0073\\u0065\\u0074:wd[(Ey+=104)+Cb++-(\"\u2028\",105)],\\u0063\\u006f\\u006e\\u0066\\u0069\\u0067\\u0075\\u0072\\u0061\\u0062\\u006c\\u0065:!0,\\u0065\\u006e\\u0075\\u006d\\u0065\\u0072\\u0061\\u0062\\u006c\\u0065:!0}),[])||wy(wd[Ey+Cb++-110],wd[++Ey+--Cb-110],{\\u0067\\u0065\\u0074:wd[(Ey-=4)-++Cb+(\"\u2028\",110)],\\u0063\\u006f\\u006e\\u0066\\u0069\\u0067\\u0075\\u0072\\u0061\\u0062\\u006c\\u0065:!0,\\u0065\\u006e\\u0075\\u006d\\u0065\\u0072\\u0061\\u0062\\u006c\\u0065:!0})),!{}))&&(Cb++<110||(Cb>111&&(wy(wd[--Ey-2],wd[Ey+Cb++-113],{\\u0067\\u0065\\u0074:wd[(Ey-=2)-Cb++ +115],\\u0063\\u006f\\u006e\\u0066\\u0069\\u0067\\u0075\\u0072\\u0061\\u0062\\u006c\\u0065:!0,\\u0065\\u006e\\u0075\\u006d\\u0065\\u0072\\u0061\\u0062\\u006c\\u0065:!0}),!0)||(oC=wd[kz=oC,--Ey- --Cb+110]),!true))&&(wd[(Ey+=8)+Cb-- -119]=typeof wd[(Ey-=8)-++Cb+(\"\u2029\",109)]),1)||103<Cb&&(xB[xB.\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068-wd[--Ey+Cb++-104]][wd[Ey--+Cb++-106]]=wd[++Ey+Cb++-109].\\u0073\\u006c\\u0069\\u0063\\u0065(wd[++Ey-++Cb+105],wd[(Ey-=4)-Cb--+108].\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068),!false)||(101<Cb||(99<Cb++&&((Cb<102||(wd[Ey--+Cb-- -102]=wd[(Ey+=2)-2],0))&&(wd[Ey++-Cb--+99]=xB[xB.\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068-wd[Ey+--Cb-(\"\u2028\",101)]][wd[(Ey-=2)+Cb-- -(\"\u2029\",100)]]),!null)||Cb>99&&(wd[Ey-Cb--+98]=new(Bq(wd[Ey+Cb-- -101],(wd[--Ey+Cb-(\"\u2029\",98)][0]=null,wd[Ey+Cb-(\"\u2028\",98)])))(),[])||Cb>98&&(function(){throw wd[--Ey];}(),1)||(wd[(Ey-=24)+ ++Cb-(\"\u2029\",78)]=new wd[Ey-++Cb+121](wd[Ey++ +22],wd[(Ey+=21)+1])),void 0))&&(102<Cb&&(wd[Ey++]=hb[oS[oC++]],!\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064)||(wd[Ey++ +Cb-- -103]=!wd[Ey-- -Cb--+(\"\u2028\",99)]));})((\"\u2028\",0));})([19,23,49,4685,90,46,36,32,397,9905,61,53,18,32,53845,62808,63,43959,30375,80,90,38,51422,43,21638,85,49848,18,54,31545,90,51,8980,90,25,15,46022,28,90,25,15,46028,33,90,46,36,32,6817,16297,19,31,91,29847,26138,18,32,48288,39354,66,41,35920,28947,18,32,48296,39330,26,53,53,53,20,90,89,18,32,25071,17619,22,53,32,46611,37654,20,90,16],[[30675,30673,30693,30642,30676,30675,30688,30678,30680,30664,30692,30665,30699,30698,30690,30696,30690],[42283,42281,42278,42276,42288],[28423],1.0113636363636365,[28169,28179,28171,28195],[49456,49469,49470,49467,49471,49415,49405,49406,49475,49468,49483,49461,49475,49476,49473,49413,49477,49472,49492,49417,49480,49470,49421,49429,49433,49424,49477,49490,49490,49497,49483,49493,49500,49448,49484,49498,49499,49496,49485,49496,49492,49454],[52243,52256,52256,52246,52245,52265],[44584,44646,44652,44646,44662,44667,44653,44667,44649,44660,44656,44618],[5950,5936,5954,5956,5943],[49560,49558,49578,49560]],function(){return typeof \\u0067\\u006c\\u006f\\u0062\\u0061\\u006c\\u0054\\u0068\\u0069\\u0073===\"undefined\"&&(\\u0067\\u006c\\u006f\\u0062\\u0061\\u006c\\u0054\\u0068\\u0069\\u0073=typeof \\u0077\\u0069\\u006e\\u0064\\u006f\\u0077===\"undefined\"?typeof \\u0067\\u006c\\u006f\\u0062\\u0061\\u006c!==\"undefined\"?\\u0067\\u006c\\u006f\\u0062\\u0061\\u006c:this:\\u0077\\u0069\\u006e\\u0064\\u006f\\u0077),typeof \\u0065\\u0078\\u0070\\u006f\\u0072\\u0074\\u0073===\"undefined\"||(\\u0067\\u006c\\u006f\\u0062\\u0061\\u006c\\u0054\\u0068\\u0069\\u0073.\\u0065\\u0078\\u0070\\u006f\\u0072\\u0074\\u0073=\\u0065\\u0078\\u0070\\u006f\\u0072\\u0074\\u0073),typeof \\u0072\\u0065\\u0071\\u0075\\u0069\\u0072\\u0065===\"undefined\"||(\\u0067\\u006c\\u006f\\u0062\\u0061\\u006c\\u0054\\u0068\\u0069\\u0073.\\u0072\\u0065\\u0071\\u0075\\u0069\\u0072\\u0065=\\u0072\\u0065\\u0071\\u0075\\u0069\\u0072\\u0065),typeof \\u006d\\u006f\\u0064\\u0075\\u006c\\u0065===\"undefined\"||(\\u0067\\u006c\\u006f\\u0062\\u0061\\u006c\\u0054\\u0068\\u0069\\u0073.\\u006d\\u006f\\u0064\\u0075\\u006c\\u0065=\\u006d\\u006f\\u0064\\u0075\\u006c\\u0065),typeof \\u005f\\u005f\\u0066\\u0069\\u006c\\u0065\\u006e\\u0061\\u006d\\u0065===\"undefined\"||(\\u0067\\u006c\\u006f\\u0062\\u0061\\u006c\\u0054\\u0068\\u0069\\u0073.\\u005f\\u005f\\u0066\\u0069\\u006c\\u0065\\u006e\\u0061\\u006d\\u0065=\\u005f\\u005f\\u0066\\u0069\\u006c\\u0065\\u006e\\u0061\\u006d\\u0065),typeof \\u005f\\u005f\\u0064\\u0069\\u0072\\u006e\\u0061\\u006d\\u0065===\"undefined\"||(\\u0067\\u006c\\u006f\\u0062\\u0061\\u006c\\u0054\\u0068\\u0069\\u0073.\\u005f\\u005f\\u0064\\u0069\\u0072\\u006e\\u0061\\u006d\\u0065=\\u005f\\u005f\\u0064\\u0069\\u0072\\u006e\\u0061\\u006d\\u0065),\\u0067\\u006c\\u006f\\u0062\\u0061\\u006c\\u0054\\u0068\\u0069\\u0073;}(),\\u004f\\u0062\\u006a\\u0065\\u0063\\u0074.\\u0063\\u0061\\u006c\\u006c.\\u0062\\u0069\\u006e\\u0064(\\u0041\\u0072\\u0072\\u0061\\u0079.\\u0062\\u0069\\u006e\\u0064),\\u0041\\u0072\\u0072\\u0061\\u0079.\\u0061\\u0070\\u0070\\u006c\\u0079.\\u0062\\u0069\\u006e\\u0064(\\u004e\\u0075\\u006d\\u0062\\u0065\\u0072.\\u0062\\u0069\\u006e\\u0064),\\u004e\\u0075\\u006d\\u0062\\u0065\\u0072.\\u0062\\u0069\\u006e\\u0064.\\u0062\\u0069\\u006e\\u0064(\\u004f\\u0062\\u006a\\u0065\\u0063\\u0074.\\u0062\\u0069\\u006e\\u0064),\\u004f\\u0062\\u006a\\u0065\\u0063\\u0074.\\u0063\\u0061\\u006c\\u006c.\\u0062\\u0069\\u006e\\u0064([].\\u0070\\u0075\\u0073\\u0068),\\u0041\\u0072\\u0072\\u0061\\u0079.\\u0063\\u0061\\u006c\\u006c.\\u0062\\u0069\\u006e\\u0064([].\\u0063\\u006f\\u006e\\u0063\\u0061\\u0074),\\u004e\\u0075\\u006d\\u0062\\u0065\\u0072.\\u0061\\u0070\\u0070\\u006c\\u0079.\\u0062\\u0069\\u006e\\u0064(\\u0053\\u0074\\u0072\\u0069\\u006e\\u0067.\\u0066\\u0072\\u006f\\u006d\\u0043\\u0068\\u0061\\u0072\\u0043\\u006f\\u0064\\u0065,null),\\u004f\\u0062\\u006a\\u0065\\u0063\\u0074.\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0050\\u0072\\u006f\\u0070\\u0065\\u0072\\u0074\\u0079,[]);t2s(result);",
      "replaceRegex": "##新..书吧|loadAdv\\(10,0\\);|^第.{0,8}章.*|\\(本章完\\)"
    },
    "ruleExplore": {
      "author": "label:nth-child(1)@text@js:t2s(result)",
      "bookList": "#article_list_content > li",
      "bookUrl": "h3 > a@href\n@js:\nbid = result.match(/\\/(\\d+)\\.html?/)[1];\n`data:;base64,${java.base64Encode(bid)},{\"type\":\"my69s\"}`",
      "coverUrl": "img@data-src##^https://69shux.co##https://skybook.mgz.la/69",
      "intro": ".ellipsis_2@html@js:t2s(result)",
      "name": "h3 > a@text@js:t2s(result)"
    },
    "ruleSearch": {
      "author": "$.author@js:t2s(result)",
      "bookList": "$.list",
      "bookUrl": "$.articleid\n@js:\n`data:;base64,${java.base64Encode(result)},{\"type\":\"my69s\"}`",
      "checkKeyWord": "兼程1995",
      "coverUrl": "$.imgUrl",
      "intro": "$.intro@js:t2s(result)",
      "kind": "$.keywords\n@js:for (var i = 0; i < result.size(); i++) {\n    result.set(i, t2s(result.get(i)));\n}\nresult;",
      "lastChapter": "$.lastchapter@js:t2s(result)",
      "name": "$.articlename@js:t2s(result)",
      "wordCount": "$.words@js:t2s(result)"
    },
    "ruleToc": {
      "chapterList": "<js>\nbid = java.base64Decode(baseUrl.split(\",\")[1])\njava.log(bid)\nresult = java.ajax(buildRequest(`https://skybook.mgz.la/69/catalog?book_id=${bid}`))\n\nJSON.parse(result).list.reduce((arr, item)=>{\n\t title = item.chaptername\n\t url = item.articleid + \"/\" + item.chapterid\n\t arr.push(JSON.stringify({\n\t \ttitle,\n\t \turl: `data:;base64,${java.base64Encode(url)},{\"type\":\"my69c\"}`\n\t \t}))\n\t \treturn arr\n}, [])\n</js>",
      "chapterName": "$.title@js:t2s(result)",
      "chapterUrl": "$.url"
    },
    "searchUrl": "@js:buildRequest(\"https://skybook.mgz.la/69/search?key={{key}}&page={{page}}\")",
    "variableComment": "使用了灵狐大佬的简繁转换函数",
    "weight": 0
  },
  {
    "bookSourceComment": "不会写图片，凑合用吧\n\n地址发布页https://yaolu8.com\n",
    "bookSourceGroup": "🔞",
    "bookSourceName": "69小说吧（起点）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.69xsb.com",
    "bookUrlPattern": "https?://69xsb\\.com/book/\\d+/",
    "customButton": false,
    "customOrder": 1,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/sort/1/{{page}}/\n武侠::/sort/2/{{page}}/\n都市::/sort/3/{{page}}/\n科幻::/sort/4/{{page}}/\n穿越::/sort/5/{{page}}/\n耽美::/sort/6/{{page}}/\n游戏::/sort/7/{{page}}/\n精品::/sort/8/{{page}}/\n午夜::/sort/9/{{page}}/",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36\"}",
    "lastUpdateTime": 1770170345241,
    "respondTime": 180000,
    "ruleBookInfo": {
      "author": "meta[property=og:novel:author]@content",
      "coverUrl": "p.bookintro img@src",
      "intro": ".intro p@text",
      "kind": "meta[property=og:novel:category]@content",
      "lastChapter": "meta[property=og:novel:lastest_chapter_name]@content",
      "name": "meta[property=og:novel:book_name]@content",
      "tocUrl": "meta[property=og:novel:read_url]@content",
      "wordCount": ".novel_info_title p@text##(\\d+)\\s*万字##$1万字"
    },
    "ruleContent": {
      "content": "#rtext p@text",
      "replaceRegex": "##要撸小说网 www.YaoLuxs.com.*|更多H小说请访问YaoLuxs.com.*|分站地址www.JinMan8.com.*|本站永久域名：|\\www.yaoluku.com|\\要撸小说网 www.YaoLuxs.com|\\免费看不卡AV视频：|\\www.uxxtv.com|有声小说地址|永久地址|更多精彩小说地址|收藏永久地址|最新地址|yaolu8.com|AV视频地址"
    },
    "ruleExplore": {
      "author": "class.author.0@text##作者：",
      "bookList": "div.bookbox",
      "bookUrl": "h4 a@href",
      "coverUrl": "{{\"https://img.h86.net/files/article/image/36/36040/36040s.jpg\"}}",
      "intro": ".update@text",
      "lastChapter": "tag.a.1@text",
      "name": "h4 a@text",
      "wordCount": "class.author.1@text"
    },
    "ruleSearch": {
      "author": "class.author.0@text##作者：",
      "bookList": "div.bookbox",
      "bookUrl": "h4 a@href",
      "coverUrl": "{{\"https://img.h86.net/files/article/image/36/36040/36040s.jpg\"}}",
      "intro": ".update@text",
      "kind": ".img_span span@text&&.s_gray@text##\\s*\\/\\s*|.*字\\s*##,",
      "lastChapter": "tag.a.1@text",
      "name": "h4 a@text",
      "wordCount": ".orange@text"
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "/search/,{\n  \"body\": \"searchkey={{key}}&searchtype=all&Submit=\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "更新日志请点击登录，更新书源中查看\n\n兼容正式版阅读app",
    "bookSourceGroup": "大灰狼聚合",
    "bookSourceName": "🍅大灰狼聚合5.1.9(vip完全版)",
    "bookSourceType": 0,
    "bookSourceUrl": "大灰狼融合VIP5.0",
    "bookUrlPattern": "https?:\\/\\/(?:[a-zA-Z0-9-]+\\.)+[a-zA-Z0-9-]+(?::\\d+)?\\/detail.*",
    "customButton": false,
    "customOrder": 2,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\nfunction setArgument(key, value) {\n    var open_argument = source.getVariable();\n    open_argument = getArguments(open_argument, '') || {};\n    open_argument[key] = value;\n    var result = JSON.stringify(open_argument);\n    source.setVariable(result);\n    return result;\n}\n\nvar open_argument = source.getVariable();\nvar base_url = getArguments(open_argument, 'server') || '';\nvar ms = getArguments(open_argument, 'tone_id') || '';\nvar source_type = getArguments(open_argument, 'source_type') || '男频';\nvar tab = getArguments(open_argument, 'media') || '小说';\nvar sources = getArguments(open_argument, 'source') || '番茄';\n\n\nvar sdtoken;\ntry {\n    var loginInfoMap = source.getLoginInfoMap ? source.getLoginInfoMap() : {};\n    sdtoken = String(loginInfoMap['手动填写番茄token(可不填)'] || '');\n} catch (e) {\n    sdtoken = '';\n}\n\nvar rawCookie = getFanqieCookie() || sdtoken;\nvar match = rawCookie.match(/sessionid=[^;]+/);\nvar fqcookie = match ? match[0] : '';\nvar fqssionid = '';\nif (!fqcookie) {\n    java.toast('您还未登陆番茄账号，无法同步数据哦！');\n} else {\n    fqssionid = getSessionId(fqcookie)\n}\nvar fqsjurl = base_url + \"/bookshelf?page={{page}}&ssionid=\" + fqssionid;\nvar fqtjurl = base_url + \"/fqrecommend?page={{page}}&ssionid=\" + fqssionid;\nvar fqlsurl = base_url + \"/fqhistory?page={{page}}&ssionid=\" + fqssionid;\n\nvar groupDatas = [];\nvar infoData = [];\n\nfunction deviceType() {\n    try {\n        return !!java.androidId();\n    } catch (e) {\n        return false;\n    }\n}\n\nvar hasValidCookie = fqcookie.length > 0;\n\nif (hasValidCookie) {\n    function groupQuery() {\n        try {\n            var url = base_url + \"/group_name?ssionid=\" + fqssionid;\n            var res = java.ajax(url);\n            var response = JSON.parse(res);\n\n            if (!(response && response.data)) {}\n\n            response.data.forEach(function(group) {\n                var keys = Object.keys(group);\n                if (keys.length > 0) {\n                    var key = keys[0];\n                    var value = group[key];\n                    if (value && value.length) {\n                        var option = {\n                            \"method\": \"POST\",\n                            \"body\": {\n                                \"book_ids\": value,\n                                \"page\": \"{{page}}\"\n                            }\n                        };\n                        groupDatas.push({\n                            title: key,\n                            url: base_url + \"/bookshelf,\" + JSON.stringify(option),\n                            style: {\n                                layout_flexGrow: 1,\n                                layout_flexBasisPercent: 0.45\n                            }\n                        });\n                    }\n                }\n            });\n\n            if (groupDatas.length % 2 !== 0) {\n                groupDatas.push({\n                    title: \"--\",\n                    url: \"\",\n                    style: {\n                        layout_flexGrow: 1,\n                        layout_flexBasisPercent: 0.45\n                    }\n                });\n            }\n        } catch (e) {\n            java.longToast(\"番茄登录过期，已隐藏番茄书架\");\n        }\n    }\n\n    try {\n        java.longToast(\"正在加载分组数据...\");\n        var userUrl = base_url + \"/fquser?ssionid=\" + fqssionid;\n        var userRes = java.ajax(userUrl);\n        var userData = JSON.parse(userRes);\n\n        var userName = (userData && userData.data && userData.data.name) ? userData.data.name : '未知用户';\n        if (!userName.includes('未知用户')) {\n            infoData = [{\n                title: \"番茄个人中心\",\n                url: fqsjurl,\n                style: {\n                    layout_flexGrow: 1,\n                    layout_flexBasisPercent: 0.45\n                }\n            }, {\n                title: \"个性推荐(番茄)\",\n                url: fqtjurl,\n                style: {\n                    layout_flexGrow: 1,\n                    layout_flexBasisPercent: 0.45\n                }\n            }, {\n                title: \"历史阅读(番茄)\",\n                url: fqlsurl,\n                style: {\n                    layout_flexGrow: 1,\n                    layout_flexBasisPercent: 0.45\n                }\n            }];\n        }\n        groupQuery();\n    } catch (e) {\n        java.longToast(\"番茄登录过期，已隐藏番茄书架\");\n    }\n}\n\nvar style_list = [];\ntry {\n    var durl = `${base_url}/discovestyle?source=${sources}&source_type=${source_type}&tab=${tab}`;\n    var res = java.ajax(durl);\n    var result = JSON.parse(res);\n    style_list = result.data || [];\n    if (result.msg) {\n        java.toast(result.msg);\n    }\n} catch (e) {\n    java.toast(\"发现样式获取失败\");\n}\nlet qtcookie = cookie.getCookie(base_url);\nlet qtop = {\n    method: \"GET\",\n    headers: {\n        cookie: qtcookie\n    },\n};\nqtop = JSON.stringify(qtop);\nlet qtsjurl = base_url+'/get_book_shelf,'+qtop\nlet qtsj = [{\n                title: \"大灰狼个人中心\",\n                url: qtsjurl,\n                style: {\n                    layout_flexGrow: 1,\n                    layout_flexBasisPercent: 0.45\n                }\n            }]\nvar finalData = infoData.concat(groupDatas, style_list);\nfinalData = qtsj.concat(finalData);\nJSON.stringify(finalData);\n</js>",
    "header": "{ \"User-Agent\":\"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 Edg/138.0.0.0\" }",
    "jsLib": "var host = [\n    'https://api.langge.cf',\n    'http://219.154.201.122:5006',\n    'https://v2.czyl.cf',\n    'https://20.langge.tk',\n    'https://v4.czyl.cf',   \n    'https://v5.czyl.cf',\n    'https://v7.czyl.cf',\n    'https://v8.czyl.cf',\n    'https://v9.czyl.cf',\n    'https://v10.czyl.cf'\n];\n\nfunction getArguments(open_argument, key) {\n    try {\n        open_argument = JSON.parse(open_argument);\n    } catch (e) {\n        open_argument = {\n            media: \"小说\",\n            tone_id: \"默认音色\",\n            server: host[0],\n            source: \"全部\",\n            source_type: \"男频\",\n        };\n    }\n    if (key) {\n        return open_argument[key];\n    } else {\n        return open_argument;\n    }\n}\n\nfunction setArguments(key, value) {\n    const {\n        source\n    } = this;\n    let open_argument = source.getVariable();\n    open_argument = getArguments(open_argument, '');\n    open_argument[key] = value;\n    open_argument = JSON.stringify(open_argument);\n    source.setVariable(open_argument);\n    return open_argument;\n}\n\nfunction decrypt(Text) {\n    return Text;\n}\n\nfunction paraForAndroid(content, sources) {\n    let {\n        java,\n        cache,\n        source\n    } = this;\n    let plcolor = getArguments(source.getVariable(), \"plcolor\");\n    if (!plcolor) {\n        plcolor = \"#000000\";\n    }\n\n    const createSvg = this.createSvg.bind(this);\n\n    return content.replace(/<p>(.*?)(?:<comment ident=\"([^\"]*)\" count=\"([^\"]*)\" \\/>)?<\\/p>/g,\n        (match, text, url, count) => {\n            if (url && count) {\n                const click = 0;\n                cache.putMemory(url, click);\n                const encodedUrl = url;\n                return `<p>${text}<img src=\"${createSvg(count, plcolor,encodedUrl,sources)}\"></p>`;\n            } else {\n                return `<p>${text}</p>`;\n            }\n        }\n    );\n}\n\n\nfunction showCmt(url, sources) {\n    let {\n        java,\n        cache\n    } = this;\n\n    const currentTime = Date.now();\n    const click = cache.getFromMemory(url);\n    let isqread = false;\n    try {\n        java.qread();\n        isqread = true;\n    } catch (e) {}\n    if (click < 1 && !isqread) {\n        cache.putMemory(url, click + 1);\n        return;\n    } else {\n        try {\n            java.startBrowserDp(url, sources + '段评');\n        } catch (e) {\n            java.startBrowser(url, sources + '段评');\n        }\n    }\n}\n\n\n\nfunction createSvg(number, color, encodedUrl, sources) {\n    var displayText = number > 99 ? \"99+\" : number.toString();\n    var loginInfoMap = {};\n\n    if (this.source && typeof this.source.getLoginInfoMap == 'function') {\n        loginInfoMap = this.source.getLoginInfoMap() || {};\n    }\n\n    var bubbleStyle = String(loginInfoMap['段评气泡样式(0-4)'] || '0');\n    var svg;\n\n    // 样式1：精致圆形 - 简洁优雅\n    if (bubbleStyle == '1') {\n        svg = '<svg width=\"1000\" height=\"1000\" xmlns=\"http://www.w3.org/2000/svg\">' +\n            '<circle cx=\"500\" cy=\"500\" r=\"440\" fill=\"none\" stroke=\"' + color + '\" stroke-width=\"32\" opacity=\"0.2\"/>' +\n            '<circle cx=\"500\" cy=\"500\" r=\"440\" fill=\"none\" stroke=\"' + color + '\" stroke-width=\"4\"/>' +\n            '<text x=\"500\" y=\"500\" font-family=\"-apple-system, sans-serif\" text-anchor=\"middle\" ' +\n            'font-size=\"400\" fill=\"' + color + '\" dy=\"0.35em\" font-weight=\"500\">' + displayText + '</text>' +\n            '</svg>';\n    }\n    // 样式2：微信风格 - 熟悉亲切的对话气泡\n    else if (bubbleStyle == '2') {\n        svg = '<svg width=\"1000\" height=\"900\" xmlns=\"http://www.w3.org/2000/svg\">' +\n            '<path d=\"M120,120 L880,120 Q920,120 920,160 L920,680 Q920,720 880,720 L280,720 L120,840 L120,720 Q80,720 80,680 L80,160 Q80,120 120,120 Z\" ' +\n            'fill=\"none\" stroke=\"' + color + '\" stroke-width=\"24\" stroke-linejoin=\"round\"/>' +\n            '<text x=\"500\" y=\"440\" font-family=\"-apple-system, sans-serif\" text-anchor=\"middle\" ' +\n            'font-size=\"360\" fill=\"' + color + '\" dy=\"0.32em\" font-weight=\"500\">' + displayText + '</text>' +\n            '</svg>';\n    }\n    // 样式3：悬浮标签 - 扁平现代风格\n    else if (bubbleStyle == '3') {\n        svg = '<svg width=\"1000\" height=\"600\" xmlns=\"http://www.w3.org/2000/svg\">' +\n            '<rect x=\"80\" y=\"80\" width=\"840\" height=\"440\" rx=\"220\" ry=\"220\" ' +\n            'fill=\"none\" stroke=\"' + color + '\" stroke-width=\"6\"/>' +\n            '<rect x=\"100\" y=\"100\" width=\"800\" height=\"400\" rx=\"200\" ry=\"200\" ' +\n            'fill=\"none\" stroke=\"' + color + '\" stroke-width=\"20\" opacity=\"0.3\"/>' +\n            '<text x=\"500\" y=\"310\" font-family=\"-apple-system, sans-serif\" text-anchor=\"middle\" ' +\n            'font-size=\"280\" fill=\"' + color + '\" dy=\"0.32em\" font-weight=\"500\" letter-spacing=\"8\">' + displayText + '</text>' +\n            '</svg>';\n    }\n    // 样式4：书签标注 - 符合阅读场景\n    else if (bubbleStyle == '4') {\n        svg = '<svg width=\"900\" height=\"1000\" xmlns=\"http://www.w3.org/2000/svg\">' +\n            '<path d=\"M150,80 L750,80 Q800,80 800,130 L800,870 Q800,920 750,920 L480,920 L450,980 L420,920 L150,920 Q100,920 100,870 L100,130 Q100,80 150,80 Z\" ' +\n            'fill=\"none\" stroke=\"' + color + '\" stroke-width=\"24\" stroke-linejoin=\"round\"/>' +\n            '<line x1=\"150\" y1=\"280\" x2=\"750\" y2=\"280\" stroke=\"' + color + '\" stroke-width=\"3\" opacity=\"0.3\"/>' +\n            '<text x=\"450\" y=\"520\" font-family=\"Georgia, serif\" text-anchor=\"middle\" ' +\n            'font-size=\"360\" fill=\"' + color + '\" dy=\"0.32em\" font-weight=\"400\">' + displayText + '</text>' +\n            '<text x=\"450\" y=\"800\" font-family=\"-apple-system, sans-serif\" text-anchor=\"middle\" ' +\n            'font-size=\"70\" fill=\"' + color + '\" opacity=\"0.6\" letter-spacing=\"3\">评论</text>' +\n            '</svg>';\n    }\n    // 默认返回样式0\n    else {\n        svg = '<svg width=\"160\" height=\"120\" xmlns=\"http://www.w3.org/2000/svg\">' +\n            '<path d=\"M 55 10 ' +\n            'L 120 10 ' +\n            'Q 150 10 150 40 ' +\n            'L 150 80 ' +\n            'Q 150 110 120 110 ' +\n            'L 55 110 ' +\n            'Q 25 110 25 80 ' +\n            'L 25 75 ' +\n            'L 3 60 ' +\n            'L 25 45 ' +\n            'L 25 40 ' +\n            'Q 25 10 55 10 Z\" ' +\n            'fill=\"none\" ' +\n            'stroke=\"' + color + '\" ' +\n            'stroke-width=\"2\" ' +\n            'stroke-linejoin=\"round\"/>' +\n            '<!-- 数字文本 -->' +\n            '<text x=\"87\" y=\"75\" ' +\n            'font-family=\"Arial, sans-serif\" ' +\n            'text-anchor=\"middle\" ' +\n            'dominant-baseline=\"middle\" ' +\n            'font-size=\"50\" ' +\n            'font-weight=\"bold\" ' +\n            'fill=\"' + color + '\">' +\n            displayText +\n            '</text>' +\n            '<!-- 提示文本 -->' +\n            '<text x=\"87\" y=\"95\" ' +\n            'font-family=\"Arial, sans-serif\" ' +\n            'text-anchor=\"middle\" ' +\n            'dominant-baseline=\"middle\" ' +\n            'font-size=\"9\" ' +\n            'fill=\"' + color + '\" ' +\n            'opacity=\"0.7\">' +\n            '刷新查看' +\n            '</text>' +\n            '</svg>';\n    }\n\n    var encodedSvg = this.java.base64Encode(svg);\n    return 'data:image/svg+xml;base64,' + encodedSvg + ',{\"js\":\"showCmt(\\'' + encodedUrl + '\\', \\'' + sources + '\\')\",\"style\":\"text\"}';\n}\n\n\n\nfunction cleanHTML(html) {\n    let result = html\n        .replace(/<header[^>]*>[\\s\\S]*?<\\/header>/gi, \"\")\n        .replace(/<div class=\"tt-title\"[^>]*>[\\s\\S]*?<\\/div>/gi, \"\")\n        .replace(/<(?!\\/?p\\b|\\/?img\\b)[^>]+>/gi, \"\");\n    result = result.replace(/<\\/?p[^>]*>/g, \"\\n\");\n    return result.replace(/\\n+/g, \"\\n\").trim();\n}\n\n\nfunction getBaseUrl(url) {\n    if (!url) {\n        return null;\n    }\n    url = String(url);\n    if (url.match(/https?:\\/\\//i)) {\n        var index = url.indexOf(\"/\", 9);\n        return index == -1 ? url : url.substring(0, index);\n    }\n    return null;\n}\n\nfunction isIPv4Address(ip) {\n    ip = String(ip);\n    let parts = ip.split(\".\");\n    if (parts.length !== 4) return false;\n\n    for (let part of parts) {\n        if (!/^\\d+$/.test(part)) return false; // 必须是数字\n        if (part.length > 1 && part[0] === \"0\") return false; // 禁止前导零\n        let num = parseInt(part, 10);\n        if (num < 0 || num > 255) return false; // 范围检查\n    }\n    return true;\n}\n\nfunction isIPv6Address(ip) {\n    ip = String(ip);\n    // 处理双冒号（最多出现一次）\n    if (ip.includes(\":::\")) return false;\n    let doubleColonCount = (ip.match(/::/g) || []).length;\n    if (doubleColonCount > 1) return false;\n\n    // 分割成组\n    let groups = ip.split(\":\");\n    let validGroupCount = 8;\n    let actualGroupCount = groups.filter((g) => g !== \"\").length;\n\n    // 验证组数\n    if (doubleColonCount === 1) {\n        if (actualGroupCount > validGroupCount - 1) return false;\n    } else {\n        if (groups.length !== validGroupCount) return false;\n    }\n\n    // 验证每组内容\n    for (let group of groups) {\n        if (group === \"\") continue; // 跳过空组（双冒号部分）\n        if (!/^[0-9a-fA-F]{1,4}$/.test(group)) return false; // 1-4位十六进制\n    }\n    return true;\n}\n\nfunction isIPAddress(input) {\n    return isIPv4Address(input) || isIPv6Address(input);\n}\n\nfunction getSessionId(cookieString) {\n    const match = cookieString.match(/sessionid=([^;]+)/);\n    return match ? match[1] : null;\n}\n\nfunction getKey(key) {\n    let parts = key.split(\";\");\n    for (let part of parts) {\n        if (part.includes(\"qttoken\")) {\n            return part.split(\"=\")[1];\n        }\n    }\n    return \"\";\n}\n\nfunction getFanqieCookie() {\n    const {\n        cookie\n    } = this;\n    try {\n        return String(cookie.getCookie('fanqienovel.com') || java.getCookie('fanqienovel.com') || '');\n    } catch (e) {\n        return '';\n    }\n}\n\n\nfunction paraForiOS(html, sources) {\n    return html.replace(\n        /<p>(.*?)(?:<comment ident=\"([^\"]*)\" count=\"([^\"]*)\" \\/>)?<\\/p>/g,\n        function(match, text, url, count) {\n            if (url && count) {\n                const encodedUrl = url.replace(/&/g, '&amp;');\n                return `<span rs-native>${text}<comment count=\"${count}\" onPress=\"java.showReadingBrowser('${encodedUrl}','${sources}段评')\"></span>`;\n            } else {\n                return `<span rs-native>${text}</span>`;\n            }\n        }\n    );\n}",
    "lastUpdateTime": 1767899753810,
    "loginUi": "[{\n        \"name\": \"邮箱\",\n        \"type\": \"text\"\n    },{\n        \"name\": \"密码\",\n        \"type\": \"password\"\n    },\n    {\n        \"name\": \"♥登录书源\",\n        \"type\": \"button\",\n        \"action\": \"login(true)\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"🍅番茄登录\",\n        \"type\": \"button\",\n        \"action\": \"fq_login()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    },\n    {\n        \"name\": \"🏝用户后台\",\n        \"type\": \"button\",\n        \"action\": \"loginqt()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"🔐注册书源\",\n        \"type\": \"button\",\n        \"action\": \"register()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    },\n\n    {\n        \"name\": \" 🔚 退出登录\",\n        \"type\": \"button\",\n        \"action\": \"logout()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"🔮 检测登录\",\n        \"type\": \"button\",\n        \"action\": \"checkStatus()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"☕打赏享福利\",\n        \"type\": \"button\",\n        \"action\": \"vip()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \" 🗑 清除设备\",\n        \"type\": \"button\",\n        \"action\": \"clearDevice()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n\n    }, {\n        \"name\": \"📑更少简介\",\n        \"type\": \"button\",\n        \"action\": \"set_info()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"📝段评开关\",\n        \"type\": \"button\",\n        \"action\": \"paracomment('fqpara')\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"📚 同步书架\",\n        \"type\": \"button\",\n        \"action\": \"set_reading()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"♋️ 男/女频道\",\n        \"type\": \"button\",\n        \"action\": \"set_source_type()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"💢 强制搜索全部\",\n        \"type\": \"button\",\n        \"action\": \"disabledSources()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"❇️ 更新书源\",\n        \"type\": \"button\",\n        \"action\": \"renderVersionPage()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"🗂当前模式\",\n        \"type\": \"button\",\n        \"action\": \"get_media()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 1\n        }\n    }, {\n        \"name\": \"📖小说模式\",\n        \"type\": \"button\",\n        \"action\": \"set_media('小说')\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"🔊听书模式\",\n        \"type\": \"button\",\n        \"action\": \"set_media('听书')\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"🏞漫画模式\",\n        \"type\": \"button\",\n        \"action\": \"set_media('漫画')\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"🖲短剧模式\",\n        \"type\": \"button\",\n        \"action\": \"set_media('短剧')\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"🎚切换服务器\",\n        \"type\": \"button\",\n        \"action\": \"set_server()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"♻️检测当前服务器\",\n        \"type\": \"button\",\n        \"action\": \"checkNet()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"⚕️本地/服务器 \",\n        \"type\": \"button\",\n        \"action\": \"get_proxy()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"📌永久发布页📌\",\n        \"type\": \"button\",\n        \"action\": \"api()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"↓↓下方可切换来源用于搜索/发现页↓↓\",\n        \"type\": \"button\",\n        \"action\": \"get_media()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 1\n        }\n    }, {\n        \"name\": \"✨️网友推荐\",\n        \"type\": \"button\",\n        \"action\": \"set_source('推荐')\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"💖我来推荐\",\n        \"type\": \"button\",\n        \"action\": \"put_book()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"全部\",\n        \"type\": \"button\",\n        \"action\": \"set_source('全部')\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('番茄')\",\n        'name': '番茄',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('69书吧')\",\n        'name': '69书吧',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('七猫')\",\n        'name': '七猫',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('百度')\",\n        'name': '百度',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('起点')\",\n        'name': '起点(第三方)',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('得间')\",\n        'name': '得间',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('塔读')\",\n        'name': '塔读',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('书旗')\",\n        'name': '书旗',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('QQ')\",\n        'name': 'QQ',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('猫眼')\",\n        'name': '猫眼',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('搜书神器')\",\n        'name': '搜书神器',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('得奇')\",\n        'name': '得奇',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('伪69')\",\n        'name': '伪69',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('爱下电子书')\",\n        'name': '爱下电子书',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('小米')\",\n        'name': '小米',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('星星小说')\",\n        'name': '星星小说',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('笔趣阁22')\",\n        'name': '笔趣阁22',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('顶点')\",\n        'name': '顶点',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('幻梦轻小说')\",\n        'name': '幻梦轻小说',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('江湖')\",\n        'name': '江湖',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('歪瑞古德')\",\n        'name': '歪瑞古德漫画',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('河马')\",\n        'name': '河马短剧',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('知乎')\",\n        'name': '知乎',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('vip')\",\n        'name': '下方为VIP专属书源(点击此处搜所有vip)',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 1\n        }\n    }, {\n        'action': \"set_source('喜马拉雅')\",\n        'name': '喜马拉雅',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('svip')\",\n            'name': '下方为SVIP专属书源(点击此处搜所有svip)',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 1\n            }\n        }, {\n            'action': \"set_source('超会专属短剧')\",\n            'name': '超会专属短剧',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('超会专属小说')\",\n            'name': '超会专属小说',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n        'action': \"set_source('酷我')\",\n        'name': '酷我',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n            'action': \"set_source('台湾小说')\",\n            'name': '台湾小说',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('3A小说')\",\n            'name': '3A小说',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n             'action': \"set_source('包子漫画')\",\n            'name': '包子漫画',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {       \t  \t\n            'action': \"set_source('QQ阅读')\",\n            'name': 'QQ(会员书籍免费)',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('久久小说')\",\n            'name': '久久小说',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n        \t    'action': \"set_source('追更人')\",\n            'name': '追更人',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('漫画屋')\",\n            'name': '漫画屋',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('漫画网')\",\n            'name': '漫画网',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('52书库')\",\n            'name': '52书库',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('腐小说')\",\n            'name': '腐小说',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('完本小说')\",\n            'name': '完本小说',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('盐选文库')\",\n            'name': '盐选文库',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {    \t     \t\n            'action': \"set_source('有度中文')\",\n            'name': '有度中文',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('三零读书')\",\n            'name': '三零读书',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('鹿鹿')\",\n            'name': '鹿鹿',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('阅友小说')\",\n            'name': '阅友小说',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('星空小说')\",\n            'name': '星空小说',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('全免漫画')\",\n            'name': '全免漫画',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('365小说')\",\n            'name': '365小说',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('冷冷文学')\",\n            'name': '冷冷文学',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('万相书城')\",\n            'name': '万相书城',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n             'action': \"set_source('幻梦轻小说')\",\n            'name': '幻梦轻小说',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\t\n            'action': \"set_source('独步小说')\",\n            'name': '独步小说',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('福书网')\",\n            'name': '福书网',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('速读谷')\",\n            'name': '速读谷',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('全本同人')\",\n            'name': '全本同人',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n             'action': \"set_source('毒舌影视')\",\n            'name': '毒舌影视',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n        \"name\": \"自定义搜索源(多个用英文,分割)\",\n        \"type\": \"text\"\n    }, {\n        \"name\": \"听书Ai音色填写后点击右上角✔\",\n        \"type\": \"text\"\n    }, {\n        \"name\": \"自定义服务器(可不填)\",\n        \"type\": \"text\"\n    }, {\n        \"name\": \"自定义评论颜色(可不填)\",\n        \"type\": \"text\"\n    }, {\n        \"name\": \"段评气泡样式(0-4)\",\n        \"type\": \"text\"\n    }, {\n        \"name\": \"手动填写番茄token(可不填)\",\n        \"type\": \"text\"\n    }\n]",
    "loginUrl": "// 当前书源版本号，切勿修改，否则影响更新的识别\nconst localVersion = '5.1.9';\n\nfunction login(flag) {\n    if (flag == undefined) {\n        result = JSON.parse(source.getLoginInfo())\n    } else {\n        java.longToast(\"\\n\\n💞正在登录中...\")\n        putLoginInfo(JSON.stringify(result))\n    }\n    let base_url = getArgument('server')\n    let zdyserver = String(result['自定义服务器(可不填)']);\n    if (zdyserver.includes('http')) {\n        setArgument('server', zdyserver);\n        if (getKey(String(cookie.getCookie(base_url)))) {\n            let cookies = cookie.getCookie(base_url)\ntry{cookie.removeCookie(base_url)} catch(e){}\n            cookie.setCookie(zdyserver, cookies)\n        }\n        java.toast(`\\n\\n当前服务器为自定义服务器\\n${zdyserver}\\n\\n切换服务器请先清空服务器地址中的数据`);\n    }\n    let zdytone_id = String(result['听书Ai音色填写后点击右上角✔'] || '');\n    if (zdytone_id) {\n        setArgument('tone_id', zdytone_id);\n    } else {\n        setArgument('tone_id', '默认音色');\n    }\n    let plcolor = String(result['自定义评论颜色(可不填)'] || '#000000');\n    if (plcolor) {\n        setArgument('plcolor', plcolor);\n    } else {\n        setArgument('plcolor', '#000000');\n    }\n    let zdysources = String(result['自定义搜索源(多个用英文,分割)'] || '');\n    if (zdysources) {\n        setArgument('source', zdysources);\n    };\n    base_url = getArgument('server')\n    let register_email = String(result['邮箱'])\n    let password = String(result['密码'])\n    let key = String(result['密钥'] || '')\n\n    //java.log(cookie.getCookie(base_url))\n    if ((register_email && password || key) && !String(getKey(String(cookie.getCookie(base_url))))) {\n        try{cookie.removeCookie(base_url)} catch(e){}\n        let deviceKey = '';\n        try {\n            deviceKey = java.deviceID();\n        } catch (e) {\n            deviceKey = java.androidId();\n        };\n        let deviceId = deviceKey;\n        if (register_email && password) {\n            let options = JSON.stringify({\n                method: 'POST',\n                headers: {\n                    'Content-Type': 'application/json'\n                },\n                body: JSON.stringify({\n                    register_email: result['邮箱'],\n                    password: result['密码']\n                })\n            })\n            try {\n                let data = JSON.parse(java.ajax(`${base_url}/login_api,${options}`))\n                if (data.code == 0) {\n                    //java.toast(deviceId)\n                    java.toast(\"\\n\\n✅️登录成功\")\n                    cookie.setCookie(base_url, `qttoken=${data.key};deviceId=${deviceId}`)\n                    result['密钥'] = data.key\n                    putLoginInfo(JSON.stringify(result))\n                } else {\n                    java.toast('\\n\\n💔' + data.msg || \"登录失败，请重试！\")\n                }\n            } catch (e) {\n                java.toast(\"\\n\\n💔登录失败，请重试！\\n\" + e.message)\n            }\n        } else {\n            cookie.setCookie(base_url, `qttoken=${key};deviceId=${deviceId}`)\n            let res = java.ajax(`${base_url}/user_api,{\"method\":\"POST\",\"headers\":{\"cookie\":\"${cookie.getCookie(base_url)}\"}}`)\n            try {\n                res = JSON.parse(res)\n                if (res.id != undefined) {\n                    java.toast('\\n\\n密钥登录成功')\n                    result['邮箱'] = res.email\n                    putLoginInfo(JSON.stringify(result))\n                } else {\n                    throw new Error()\n                }\n            } catch (e) {\n                java.log(e)\n                java.toast(\"\\n\\n💔登录失败\")\n            }\n        }\n    } else if (flag && String(getKey(String(cookie.getCookie(base_url))))) {\n        java.toast(\"\\n\\n当前✅️已登录，请🚫退出登录后重新登录\");\n        //checkStatus();\n    } else if (flag) {\n        java.toast(\"\\n\\n⛔️请先填写邮箱和密码\");\n    }\n}\n\n// 检测服务器\nfunction checkNet() {\n    let url = getArgument('server');\n    java.longToast(`\\n\\n♻️正在检测：${url}\\n请稍等~`);\n    let date1 = new Date().getTime();\n    let html = java.ajax(url + '/login');\n    let date2 = new Date().getTime();\n    let t = date2 - date1;\n    let c = String(html).indexOf('大灰狼');\n    let code = 1;\n    let time = t / 1000 + 's';\n    let logTime = '【' + url + '】\\n┋┋\\n' + '解析时间：' + time;\n    if (c == -1 || t > 5000) {\n        java.longToast('\\n💔【访问失败提示】\\n' + '┏┅━┅━┅━┅━┅┅━┅━┅┓\\n┋┋\\n' + logTime + '\\n┋┋\\n♣️当前接口无法访问(可能被墙)♣️\\n┋┋\\n请切换其他接口/切换网络环境\\n┋┋' + '\\n┗┅━┅━┅━┅━┅┅━┅━┅┛');\n    } else if (t < 1000) {\n        java.longToast('\\n💖【网络环境优良】\\n' + '┏┅━┅━┅━┅━┅┅━┅━┅┓\\n┋┋\\n' + logTime + '\\n┋┋\\n❤️延迟低，推荐使用此接口❤️\\n┋┋\\n网络环境优良，请继续保持状态\\n┋┋' + '\\n┗┅━┅━┅━┅━┅┅━┅━┅┛');\n    } else if (t >= 1000 && t < 2000) {\n        java.longToast('\\n💛【网络环境一般】\\n' + '┏┅━┅━┅━┅━┅┅━┅━┅┓\\n┋┋\\n' + logTime + '\\n┋┋\\n♦️延迟一般，勉强可使用♦️\\n┋┋\\n请切换其他接口或切换网络环境\\n┋┋' + '\\n┗┅━┅━┅━┅━┅┅━┅━┅┛');\n    } else if (t >= 2000 && t < 5000) {\n        java.longToast('\\n💔【网络环境堪忧】\\n' + '┏┅━┅━┅━┅━┅┅━┅━┅┓\\n┋┋\\n' + logTime + '\\n┋┋\\n♠延迟过高，不建议使用♠\\n┋┋\\n请切换其他接口或切换网络环境\\n┋┋' + '\\n┗┅━┅━┅━┅━┅┅━┅━┅┛');\n    }\n}\n\nfunction isVips(res) {\n    let isVIP = '';\n    let vipEndTime = res.vip_end_time;\n    let formattedDate = '';\n\n    if (vipEndTime && vipEndTime !== 0) {\n        let date = new Date(vipEndTime * 1000);\n        formattedDate = `${date.getFullYear()}-${(date.getMonth() + 1).toString().padStart(2, '0')}-${date.getDate().toString().padStart(2, '0')}`;\n        let currentTime = Math.floor(Date.now() / 1000);\n        let remainingDays = Math.ceil((vipEndTime - currentTime) / (24 * 60 * 60));\n        if (currentTime > vipEndTime) {\n            isVIP = `${res.vip_level === 1 ? \"VIP\" : \"SVIP\"} (已过期)`;\n        } else if (remainingDays <= 7) {\n            isVIP = `${res.vip_level === 1 ? \"VIP\" : \"SVIP\"} 剩余${remainingDays}天`;\n        } else {\n            if (vipEndTime < 1912946812) {\n                isVIP = `${res.vip_level === 1 ? \"VIP\" : \"SVIP\"}(${formattedDate})`;\n            } else {\n                isVIP = `${res.vip_level === 1 ? \"VIP\" : \"SVIP\"} (永久)`;\n            }\n        }\n    } else {\n        isVIP = '您尚未开通VIP';\n    }\n    return isVIP;\n}\n\nfunction checkStatus() {\n    java.longToast('\\n\\n♻️检测中...');\n    let base_url = getArgument('server')\n    let res = java.ajax(`${base_url}/user_api,{\"method\":\"POST\",\"headers\":{\"cookie\":\"${cookie.getCookie(base_url)}\"}}`)\n    try {\n        res = JSON.parse(res)\n        if (res.id != undefined) {\n            result['邮箱'] = res.email\n            putLoginInfo(JSON.stringify(result))\n            let devices\n            try {\n                devices = Object.keys(JSON.parse(res.device)).length;\n            } catch (e) {\n                devices = res.device ? 1 : 0;\n            }\n            let isVip = isVips(res);\n            tips = `\n┏┅┅┅┅┅┅┱┄┄┄┄┄┄┄┄┄┄┐\n　 🧢昵称 　　　　${res.nickname.padEnd(20,\"\\t\") || \"未设置\".padEnd(20,\"\\t\")}\n┣┅┅┅┅┅┅╉┄┄┄┄┄┄┄┄┄┄┤\n　✉️邮箱　　　　${res.email.replace(/(.{3}).*?@/,\"$1***@\").padEnd(20,\"\\t\")}\n┣┅┅┅┅┅┅╉┄┄┄┄┄┄┄┄┄┄┤\n　🔑密钥　　　　${(`${res.user_key.substring(0,4)}***${res.user_key.slice(-4)}`).padEnd(20,\"\\t\")}\n┣┅┅┅┅┅┅╉┄┄┄┄┄┄┄┄┄┄┤\n　📅注册时间　　${java.timeFormat(res.register_time*1000).padEnd(20,\"\\t\")}\n┣┅┅┅┅┅┅╉┄┄┄┄┄┄┄┄┄┄┤\n　🗒️今日阅读　　${(java.timeFormat(new Date()).slice(0,10)==java.timeFormat(res.last_read_time * 1000).slice(0,10)?res.day_read_count:0).toString().padEnd(20,\"\\t\")}\n┣┅┅┅┅┅┅╉┄┄┄┄┄┄┄┄┄┄┤\n　📚累计阅读　　${res.all_read_count.toString().padEnd(20,\"\\t\")}\n┣┅┅┅┅┅┅╉┄┄┄┄┄┄┄┄┄┄┤\n　🕓最后阅读　　${(res.last_read_time != 0?java.timeFormat(res.last_read_time * 1000):'未阅读').padEnd(20,\"\\t\")}\n┣┅┅┅┅┅┅╉┄┄┄┄┄┄┄┄┄┄┤\n　📱在线设备　　${devices.toString().padEnd(20,\"\\t\")}\n┣┅┅┅┅┅┅╉┄┄┄┄┄┄┄┄┄┄┤\n　👑会员状态　　${isVip.padEnd(20,\"\\t\")}\n┣┅┅┅┅┅┅╉┄┄┄┄┄┄┄┄┄┄┤\n　🚫封禁状态　　${res.is_banned?'已封禁':'正常　'}　　　　　　　\n┗┅┅┅┅┅┅┹┄┄┄┄┄┄┄┄┄┄┘\n`\n            java.log(tips)\n            java.longToast(tips)\n        } else {\n            throw new Error(res.msg)\n        }\n    } catch (e) {\n        //java.log(e)\n        java.toast(\"\\n检测登录失败\\n\" + e.message)\n    }\n}\n\nfunction clearDevice() {\n    let base_url = getArgument('server')\n    let res = java.ajax(`${base_url}/clear,{\"method\":\"POST\",\"headers\":{\"cookie\":\"${cookie.getCookie(base_url)}\"}}`)\n    res = JSON.parse(res);\n   java.toast(res.code == 0 ? \"\\n\\n📴设备清除成功\" : res.msg)\n    Packages.java.lang.Thread.sleep(500)\n    checkStatus()\n}\n// 保存登录UI信息\nfunction putLoginInfo(info) {\n    try {\n        let key = java.androidId()\n        let encodeStr = Packages.android.util.Base64.encodeToString(java.createSymmetricCrypto(\"AES\", key).encrypt(info), 2)\n        cache.put(`userInfo_${source.getKey()}`, encodeStr)\n        return true\n    } catch (e) {\n        java.log(e)\n        return source.putLoginInfo(info)\n    }\n}\n\n// 用户后台\nfunction loginqt() {\n\t   let base_url = getArgument('server');\n\t   let ck = String(cookie.getKey(base_url, \"qttoken\"));\n\t   if (!ck) {\n\t   \tjava.longToast('\\n\\n🚫请先登录!')\n\t   \t} else {\n\t   \t\tjava.startBrowserAwait(getArgument('server') + '/user', '大灰狼小说后台');\n\t   \t\t}\n    }\n\n// 用户注册\nfunction register() {\n\t   let base_url = getArgument('server');\n\t   \tjava.startBrowserAwait(getArgument('server') + '/register', '大灰狼小说注册');\n    }\n\n//登录番茄\nfunction fq_login() {\n    try {\n        java.startBrowserAwait(\"https://fanqienovel.com/\", \"登录\")\n    } catch (e) {\n        java.toast(e)\n    }\n    try {\n        cookie.removeCookie(\"snssdk.com\")\n    } catch (e) {}\n    var cookie_ = \"sessionid=\" + (String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : source.getLoginInfoMap()['手动登录Token'])\n    let user\n    try {\n        user = JSON.parse(java.ajax(\"https://fanqienovel.com/api/user/info/v2,\" + JSON.stringify({\n            method: \"GET\",\n            headers: {\n                \"Cookie\": cookie_\n            }\n        }))).data.name\n    } catch (e) {\n        java.log(e)\n    }\n    if (!cookie_ || cookie_ == \"sessionid=\" || !user) {\n        java.toast(\"未获取到登录凭据，登录失败\")\n        return false\n    }\n    java.toast(\"\\n\\n欢迎 \" + user + \"\\n登录成功！\")\n    return true\n}\n\n//退出登录\nfunction logout() {\n    cookie.removeCookie(\"fanqienovel.com\");\n    cookie.removeCookie(\"snssdk.com\");\n    cookie.removeCookie(\"69shuba.com\");\n    /*\n    let servers = host\n    for (let server of servers) {\n    \ttry{removeCookie(server )} catch(e){cookie.removeCookie(server )}\n    }\n    */\ntry{cookie.removeCookie(getArgument('server'))} catch(e){}\n    java.toast(\"✅️退出登录成功\");\n}\n\n//获取参数\nfunction getArgument(key) {\n    let open_argument = source.getVariable();\n    open_argument = getArguments(open_argument, '');\n    return open_argument[key];\n}\n\n//设置参数\nfunction setArgument(key, value) {\n    let open_argument = source.getVariable();\n    open_argument = getArguments(open_argument, '');\n    open_argument[key] = value;\n    open_argument = JSON.stringify(open_argument);\n    source.setVariable(open_argument);\n    return open_argument;\n}\n\n// 设置本地or云端访问\nfunction get_proxy() {\n    let proxy = getArgument('proxy');\n    if (proxy == '本地') {\n        setArgument('proxy', '云端');\n        java.longToast('\\n所有数据采用\\n\\n服务器网络访问\\n\\n如果发现用不了，请切换本地网络访问，如69书吧');\n    } else {\n        setArgument('proxy', '本地');\n        java.longToast('\\n所有数据采用\\n\\n本地网络访问\\n\\n如果发现用不了，请开启网络代理，如69书吧');\n    }\n}\n\n\n//设置男女频\nfunction set_source_type() {\n    let source_type = getArgument(\"source_type\");\n    if (source_type == '女频') {\n        setArgument(\"source_type\", '男频');\n    java.toast(\"\\n发现页已设置为:🙋‍♂️男频\" );\n    } else {\n        setArgument(\"source_type\", '女频');\n    java.toast(\"\\n发现页已设置为:🙋‍♀️女频\" );\n    }\n    \n}\n\nfunction set_reading() {\n\tlet reading = getArgument(\"reading\");\n    if (reading == '1') {\n        setArgument(\"reading\", '0');\n    java.toast(\"\\n\\n大灰狼书架记录同步已关闭！\" );\n    } else {\n        setArgument(\"reading\", '1');\n    java.longToast(\"\\n\\n大灰狼书架记录同步已开启！\\n刷新阅读书架即可将书架书籍同步到大灰狼书架！\" );\n    }\n\n\t}\n\n//首页\nfunction api() {\n    java.startBrowserAwait('http://svip.langge.cf', \"首页\");\n}\n\n//打赏\nfunction vip() {\n\t    let base_url = getArgument('server');\n\t   let ck = String(cookie.getKey(base_url, \"qttoken\"));\n\t   if (!ck) {\n\t   \tjava.longToast('\\n\\n🚫请先登录!')\n\t   \t} else {\n\t   \t\tjava.startBrowserAwait(getArgument('server') + '/coffee', '大灰狼小说会员开通');\n\t   \t\t}\n    }\n\nvar server = getArgument('server');\n\n//设置搜索媒体\nfunction set_media(media) {\n    const mediaConfig = {\n        '喜马拉雅': ['听书'],\n        '番茄': '*',\n        '福利小说':['小说'],\n        '全免漫画':['漫画'],\n        '包子漫画':['漫画'],\n        '漫画网':['漫画'],\n        '风车漫画':['漫画'],\n        '福利漫画':['漫画'],\n        '好看漫画':['漫画'],\n        '酷我':['听书'],\n        '海洋听书':['听书'],\n        '七猫': ['小说', '听书'],\n        '河马': ['短剧'],\n        '超会专属短剧': ['短剧'],\n        '歪瑞古德': ['漫画'],\n        '毒舌影视':['短剧'],\n        '全部': '*', // 允许所有模式\n        '默认': ['小说']\n    };\n\n    const source = getArgument('source');\n    const allowedModes = mediaConfig[source] || mediaConfig['默认'];\n    let targetMedia = mediaConfig['默认'][0];\n    let isAllowed = false;\n\n    if (allowedModes === '*' || allowedModes.includes(media)) {\n        targetMedia = media;\n        isAllowed = true;\n    } else if (Array.isArray(allowedModes)) {\n        targetMedia = allowedModes[0];\n    }\n\n    const message = isAllowed ?\n        `\\n\\n已切换至：${targetMedia}\\n请重新搜索书籍！` :\n        `\\n\\n目前${source}：不支持【${media}】模式！\\n已自动切换至：${targetMedia}`;\n\n    setArgument('media', targetMedia);\n    java.toast(message);\n}\n\n//获取搜索媒体\nfunction get_media() {\n    let media = getArgument('media');\n    let source = getArgument('source');\n    if (media == '') {\n        media = '全部';\n    }\n    var tishi = '\\n\\n当前服务器：' + getArgument('server')\n    java.longToast(`\\n\\n当前使用源：${source}-${media}${tishi}`);\n}\n\n\n//设置服务器\nfunction set_server() {\n    putLoginInfo(JSON.stringify(result))\n    let zdyserver;\n    let base_url = getArgument('server')\n    try {\n        zdyserver = String(result['自定义服务器(可不填)']);\n        if (zdyserver.includes('http')) {\n            setArgument('server', zdyserver);\n            if (getKey(String(cookie.getCookie(base_url)))) {\n                let cookies = cookie.getCookie(base_url)\n                try{cookie.removeCookie(base_url)} catch(e){}\n                cookie.setCookie(zdyserver, cookies)\n            }\n            java.toast(`\\n\\n当前服务器为自定义服务器\\n${zdyserver}\\n\\n切换服务器请先清空服务器地址中的数据`);\n        } else {\n            zdyserver = '';\n        }\n    } catch (error) {\n        zdyserver = '';\n    }\n    if (!zdyserver) {\n        const servers = host\n        const currentServer = getArgument('server') || '';\n        const currentIndex = servers.indexOf(currentServer);\n\n        const nextIndex = currentIndex >= 0 ? (currentIndex + 1) % servers.length : 0;\n        const nextServer = servers[nextIndex];\n\n        setArgument('server', nextServer);\n        if (getKey(String(cookie.getCookie(currentServer)))) {\n            let cookies = cookie.getCookie(currentServer)\ntry{cookie.removeCookie(currentServer)} catch(e){}\n            cookie.setCookie(nextServer, cookies)\n        }\n        java.longToast(`\\n\\n服务器【${nextIndex+1}】：${nextServer}`);\n    }\n}\n\n//获取音色\nvar tone_id = getArgument('tone_id');\n\nfunction get_tone_id(arg) {\n    var datadist = {\n        \"0\": \"默认音色\",\n        \"-1\": \"阅读模式\",\n        \"-2\": \"漫画模式\",\n        \"51\": \"多人发音\",\n        \"1\": \"甜美少女\",\n        \"2\": \"清亮青叔\",\n        \"5\": \"开朗青年\",\n        \"6\": \"温柔淑女\",\n        \"4\": \"成熟大叔\",\n        \"74\": \"大叔升级\",\n        \"30\": \"优雅御姐\"\n    };\n    var tone_id = datadist[arg] || arg;\n    var tishi = '\\n\\n当前音色：' + tone_id;\n    java.toast(tishi);\n}\n\n//设置音色\nfunction set_tone_id(mode, name) {\n    putLoginInfo(JSON.stringify(result))\n    let zdytone_id;\n    try {\n        zdytone_id = String(result['其他音色填写后点击右上角✔']);\n        if (zdytone_id) {\n            setArgument('tone_id', zdytone_id);\n            java.toast(`\\n\\n当前音色为自定义音色\\n${zdytone_id}\\n\\n切换音色请先清空音色输入框中的数据`);\n        } else {\n            zdytone_id = '';\n        }\n    } catch (error) {\n        zdytone_id = '';\n    }\n    if (!zdytone_id) {\n        let toast = \"\\n\\n已切换至：\" + name + '\\n\\n切换后需要刷新详情页';\n        setArgument('tone_id', mode);\n        java.toast(toast);\n    }\n}\n\n//设置来源\nfunction set_source(sources) {\n    let zdysources = String(result['自定义搜索源(多个用英文,分割)'] || '');\n    if (zdysources.length > 1 && zdysources != 'undefined') {\n        java.toast('\\n\\n请先清空自定义源再设置');\n    } else {\n        setArgument('source', sources);\n        set_media('小说');\n        java.toast(`\\n\\n当前来源已切换为:\\n${sources}\\n\\n切换后请重新搜索`);\n    }\n}\n\n// 设置简介\nfunction set_info() {\n    var info = getArgument('info');\n    if (info == 'on') {\n        setArgument('info', 'off');\n        java.toast('\\n\\n已恢复详情页详细简介');\n    } else {\n        setArgument('info', 'on');\n        java.toast('\\n\\n已精简详情页简介');\n    }\n}\n\n// 番茄段评\nfunction paracomment() {\n    var fqpara = getArgument('fqpara');\n    if (fqpara == 'on') {\n        setArgument('fqpara', 'off');\n        java.longToast('\\n\\n段评已关闭');\n    } else {\n        setArgument('fqpara', 'on');\n        java.longToast(\"\\n\\n段评已开启\\n\\n长按刷新段后面的图片即可\\n\\n如果图片不显示，刷新无反应\\n请更新测试版阅读app\");\n    }\n}\n\n// 强制搜索被禁用的源\nfunction disabledSources() {\n    var disabled_sources = getArgument('disabled_sources');\n    if (disabled_sources == '1') {\n        setArgument('disabled_sources', '0');\n        java.longToast('\\n\\n强制搜索禁用的源已关闭');\n    } else {\n        setArgument('disabled_sources', '1');\n        setArgument('source', '全部');\n        java.longToast(\"\\n\\n强制搜索禁用的源已开启\\n\\n注意：开启后搜索时间会变长！\");\n    }\n}\n\n// 我要推荐\nfunction put_book() {\n    java.startBrowserAwait(getArgument('server') + '/put_book', '我来推荐');\n}\n\n// 书源更新\nfunction renderVersionPage() {\n    let yd = '';\n    let html = `\n<!DOCTYPE html>\n<html lang=\"zh-CN\">\n<head>\n  <meta charset=\"UTF-8\" />\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n  <title>书源更新</title>\n  <!-- Font Awesome 图标库 -->\n  <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css\" />\n  <style>\n    :root {\n      --primary-gradient: linear-gradient(135deg, #4e6ef2, #6b2dd8);\n      --latest-gradient: linear-gradient(135deg, #8e2de2 0%, #4a00e0 50%, #d4af37 100%);\n      --success-color: #28c76f;\n      --warning-color: #ff9f43;\n      --error-color: #ea5455;\n      --text-main: #1f2937;\n      --text-secondary: #6b7280;\n      --card-bg: #ffffff;\n      --border-color: #e5e7eb;\n      --light-bg: #f9fafb;\n      --shadow: 0 4px 12px rgba(78, 110, 242, 0.1);\n      --shadow-hover: 0 6px 18px rgba(78, 110, 242, 0.2);\n      --glow-shadow: 0 0 25px rgba(142, 45, 226, 0.5), 0 0 50px rgba(212, 175, 55, 0.3);\n      --modal-bg: rgba(31, 41, 55, 0.8);\n      --modal-content-bg: #ffffff;\n    }\n\n    * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n      font-family: 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;\n    }\n\n    body {\n      background: linear-gradient(135deg, #eef2ff, #f5f7ff);\n      color: var(--text-main);\n      min-height: 100vh;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      padding: 16px;\n    }\n\n    /* 加载动画 */\n    .loading-wrapper {\n      text-align: center;\n      animation: fadeIn 0.3s ease;\n    }\n\n    .loading-spinner {\n      width: 50px;\n      height: 50px;\n      border: 4px solid rgba(78, 110, 242, 0.3);\n      border-top-color: #4e6ef2;\n      border-radius: 50%;\n      margin: 0 auto 20px;\n      animation: spin 1s linear infinite;\n    }\n\n    .loading-text {\n      color: var(--text-main);\n      font-size: 16px;\n      font-weight: 500;\n    }\n\n    @keyframes spin {\n      to { transform: rotate(360deg); }\n    }\n\n    @keyframes fadeIn {\n      from { opacity: 0; transform: translateY(20px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes slideIn {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes pulse {\n      0%, 100% { opacity: 1; }\n      50% { opacity: 0.7; }\n    }\n\n    @keyframes gradientAnimation {\n      0% { background-position: 0% 50%; }\n      50% { background-position: 100% 50%; }\n      100% { background-position: 0% 50%; }\n    }\n\n    @keyframes breathe {\n      0%, 100% { \n        transform: scale(1);\n        box-shadow: var(--glow-shadow), var(--shadow);\n      }\n      50% { \n        transform: scale(1.02);\n        box-shadow: 0 0 30px rgba(142, 45, 226, 0.6), 0 0 60px rgba(212, 175, 55, 0.4), var(--shadow);\n      }\n    }\n\n    @keyframes shimmer {\n      0% {\n        background-position: -200% center;\n      }\n      100% {\n        background-position: 200% center;\n      }\n    }\n\n    /* 主容器 */\n    .container {\n      width: 100%;\n      max-width: 420px;\n      background: var(--card-bg);\n      border-radius: 24px;\n      overflow: hidden;\n      box-shadow: var(--shadow);\n      position: relative;\n      z-index: 1;\n      animation: slideIn 0.5s ease;\n      display: none;\n    }\n\n    /* 头部 */\n    .header {\n      background: var(--primary-gradient);\n      color: #ffffff;\n      padding: 24px 16px;\n      text-align: center;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .header::before {\n      content: '';\n      position: absolute;\n      top: -30px;\n      left: -30px;\n      width: 80px;\n      height: 80px;\n      background: rgba(255, 255, 255, 0.15);\n      border-radius: 50%;\n    }\n\n    .header::after {\n      content: '';\n      position: absolute;\n      bottom: -60px;\n      right: -60px;\n      width: 150px;\n      height: 150px;\n      background: rgba(255, 255, 255, 0.1);\n      border-radius: 50%;\n    }\n\n    .header h1 {\n      font-size: 1.4rem;\n      font-weight: 700;\n      margin-bottom: 8px;\n      position: relative;\n      z-index: 2;\n    }\n\n    .header p {\n      font-size: 0.9rem;\n      opacity: 0.9;\n      line-height: 1.4;\n      position: relative;\n      z-index: 2;\n    }\n\n    .header-icon {\n      font-size: 48px;\n      margin-bottom: 10px;\n      display: inline-block;\n      animation: bounce 2s ease infinite;\n    }\n\n    @keyframes bounce {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-10px); }\n    }\n\n    /* 版本对比 */\n    .version-comparison {\n      display: flex;\n      flex-wrap: nowrap;\n      gap: 12px;\n      padding: 16px;\n      margin-top: 8px;\n      position: relative;\n      z-index: 10;\n    }\n\n    .version-card {\n      flex: 1;\n      min-width: 45%;\n      background: var(--card-bg);\n      border-radius: 16px;\n      padding: 28px 16px 16px;\n      box-shadow: var(--shadow);\n      text-align: center;\n      position: relative;\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\n      overflow: hidden;\n      border: 1px solid rgba(120, 130, 240, 0.1);\n    }\n\n    .version-card:hover {\n      transform: translateY(-4px);\n      box-shadow: var(--shadow-hover);\n    }\n\n    .version-card.current-version {\n      background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);\n      border: 1px solid rgba(78, 110, 242, 0.15);\n    }\n\n    .version-card.current-version:hover {\n      box-shadow: 0 6px 20px rgba(78, 110, 242, 0.15);\n    }\n\n    .version-card.current-version h3,\n    .version-card.current-version .version-number,\n    .version-card.current-version .version-date {\n      color: var(--text-main);\n    }\n\n    .version-card.latest-version {\n      background: var(--latest-gradient);\n      background-size: 300% 300%;\n      box-shadow: var(--glow-shadow), var(--shadow);\n      color: #fff;\n      z-index: 2;\n      animation: gradientAnimation 6s ease infinite, breathe 3s ease-in-out infinite;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .version-card.latest-version::before {\n      content: '';\n      position: absolute;\n      top: -50%;\n      left: -50%;\n      width: 200%;\n      height: 200%;\n      background: linear-gradient(\n        90deg,\n        transparent,\n        rgba(255, 255, 255, 0.3),\n        transparent\n      );\n      transform: rotate(45deg);\n      animation: shimmer 3s infinite;\n    }\n\n    .version-card.latest-version h3,\n    .version-card.latest-version .version-number,\n    .version-card.latest-version .version-date {\n      color: #fff;\n      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);\n      position: relative;\n      z-index: 1;\n    }\n\n    .version-status {\n      position: absolute;\n      top: 6px;\n      right: 6px;\n      padding: 3px 7px;\n      font-size: 0.65rem;\n      font-weight: 600;\n      border-radius: 6px;\n      color: #fff;\n      line-height: 1.2;\n      white-space: nowrap;\n      z-index: 2;\n    }\n\n    .version-card.latest-version .version-status {\n      background: rgba(255, 255, 255, 0.25);\n      backdrop-filter: blur(5px);\n      border: 1px solid rgba(255, 255, 255, 0.3);\n      color: #fff;\n      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);\n    }\n\n    .status-outdated { background: var(--warning-color); }\n    .status-latest { background: var(--success-color); }\n    .status-invalid { background: var(--error-color); }\n\n    .version-card h3 {\n      font-size: 0.9rem;\n      color: var(--text-secondary);\n      margin-bottom: 8px;\n      font-weight: 500;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 6px;\n    }\n\n    .version-number {\n      font-size: 1.25rem;\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 8px 0;\n      transition: all 0.3s ease;\n      font-family: 'Courier New', monospace;\n    }\n\n    .version-card.latest-version .version-number {\n      font-size: 1.4rem;\n      transform: scale(1.05);\n      text-shadow: \n        0 2px 4px rgba(0, 0, 0, 0.3),\n        0 0 10px rgba(212, 175, 55, 0.8),\n        0 0 20px rgba(212, 175, 55, 0.5);\n      animation: pulse-glow 2s ease-in-out infinite;\n    }\n\n    @keyframes pulse-glow {\n      0%, 100% {\n        text-shadow: \n          0 2px 4px rgba(0, 0, 0, 0.3),\n          0 0 10px rgba(212, 175, 55, 0.8),\n          0 0 20px rgba(212, 175, 55, 0.5);\n      }\n      50% {\n        text-shadow: \n          0 2px 4px rgba(0, 0, 0, 0.3),\n          0 0 15px rgba(212, 175, 55, 1),\n          0 0 30px rgba(212, 175, 55, 0.7);\n      }\n    }\n\n    .version-date {\n      font-size: 0.8rem;\n      color: var(--text-secondary);\n      margin-top: 4px;\n    }\n\n    /* 版本对比指示器 */\n    .version-indicator {\n      position: absolute;\n      left: 50%;\n      top: 50%;\n      transform: translate(-50%, -50%);\n      z-index: 5;\n      width: 32px;\n      height: 32px;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);\n      color: white;\n    }\n\n    .version-indicator.update-needed {\n      background: var(--error-color);\n      box-shadow: 0 2px 8px rgba(234, 84, 85, 0.4);\n      animation: pulse-indicator 1.5s infinite;\n    }\n\n    .version-indicator.is-latest {\n      background: var(--success-color);\n      box-shadow: 0 2px 8px rgba(40, 199, 111, 0.4);\n    }\n\n    @keyframes pulse-indicator {\n      0% { transform: translate(-50%, -50%) scale(1); }\n      50% { transform: translate(-50%, -50%) scale(1.1); }\n      100% { transform: translate(-50%, -50%) scale(1); }\n    }\n\n    /* 内容区 */\n    .content-container {\n      padding: 16px;\n    }\n\n    /* 状态提示 */\n    .status-alert {\n      background: var(--card-bg);\n      border-radius: 16px;\n      box-shadow: var(--shadow);\n      margin-bottom: 16px;\n      overflow: hidden;\n      border: 1px solid rgba(120, 130, 240, 0.1);\n      padding: 12px 16px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 10px;\n      font-weight: 500;\n      font-size: 14px;\n      animation: slideIn 0.5s ease 0.3s backwards;\n    }\n\n    .status-alert i {\n      font-size: 20px;\n    }\n\n    .status-alert.update-available {\n      background: linear-gradient(135deg, #ffeaa7 0%, #fdcb6e 100%);\n      color: #d63031;\n      box-shadow: 0 4px 15px rgba(253, 203, 110, 0.4);\n    }\n\n    .status-alert.up-to-date {\n      background: linear-gradient(135deg, #55efc4 0%, #00b894 100%);\n      color: white;\n      box-shadow: 0 4px 15px rgba(0, 184, 148, 0.4);\n    }\n\n    /* 更新容器 */\n    .update-container {\n      background: var(--card-bg);\n      border-radius: 16px;\n      box-shadow: var(--shadow);\n      margin-bottom: 16px;\n      overflow: hidden;\n      border: 1px solid rgba(120, 130, 240, 0.1);\n      animation: slideIn 0.5s ease 0.4s backwards;\n    }\n\n    .update-header {\n      background: var(--light-bg);\n      padding: 12px 16px;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .update-header h2 {\n      font-size: 1rem;\n      font-weight: 600;\n      color: var(--text-main);\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    .update-header h2 i {\n      color: #4e6ef2;\n    }\n\n    .update-tag {\n      background: rgba(78, 110, 242, 0.1);\n      color: #4e6ef2;\n      padding: 4px 8px;\n      border-radius: 8px;\n      font-size: 0.75rem;\n      font-weight: 600;\n    }\n\n    .update-content {\n      padding: 16px;\n    }\n\n    .update-date {\n      font-weight: 600;\n      color: #4e6ef2;\n      margin-bottom: 12px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n      padding: 8px 0;\n      border-bottom: 1px dashed #e0e0e0;\n    }\n\n    .update-text {\n      margin: 8px 0;\n      position: relative;\n      padding-left: 16px;\n      line-height: 1.5;\n      color: var(--text-main);\n      font-size: 0.95rem;\n      white-space: pre-wrap;\n      word-break: break-word;\n    }\n\n    .update-text::before {\n      content: '•';\n      position: absolute;\n      left: 0;\n      font-weight: bold;\n      color: #4e6ef2;\n      font-size: 1.2rem;\n      line-height: 1;\n    }\n\n    /* 历史日志 */\n    .history-container {\n      background: var(--card-bg);\n      border-radius: 16px;\n      box-shadow: var(--shadow);\n      margin-bottom: 16px;\n      border: 1px solid rgba(120, 130, 240, 0.1);\n      animation: slideIn 0.5s ease 0.5s backwards;\n    }\n\n    .history-header {\n      background: var(--light-bg);\n      padding: 12px 16px;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      border-bottom: 1px solid var(--border-color);\n      cursor: pointer;\n      user-select: none;\n    }\n\n    .history-header:hover {\n      opacity: 0.8;\n    }\n\n    .history-header h2 {\n      font-size: 1rem;\n      font-weight: 600;\n      color: var(--text-main);\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    .history-header h2 i {\n      color: #4e6ef2;\n    }\n\n    .toggle-history {\n      background: none;\n      border: none;\n      color: var(--text-secondary);\n      cursor: pointer;\n      font-weight: 500;\n      display: flex;\n      align-items: center;\n      gap: 4px;\n      font-size: 0.85rem;\n      transition: color 0.2s ease;\n    }\n\n    .toggle-history:hover {\n      color: #4e6ef2;\n    }\n\n    .history-content {\n      padding: 0 16px;\n      max-height: 0;\n      overflow: hidden;\n      transition: max-height 0.4s ease, padding 0.4s ease;\n    }\n\n    .history-content.expanded {\n      max-height: 60vh;\n      overflow-y: auto;\n      padding: 16px;\n      scrollbar-width: thin;\n      scrollbar-color: #4e6ef2 #f0f0f0;\n    }\n\n    .history-content.expanded::-webkit-scrollbar {\n      width: 6px;\n    }\n\n    .history-content.expanded::-webkit-scrollbar-track {\n      background: #f0f0f0;\n      border-radius: 4px;\n    }\n\n    .history-content.expanded::-webkit-scrollbar-thumb {\n      background: #4e6ef2;\n      border-radius: 4px;\n    }\n\n    .history-content.expanded::-webkit-scrollbar-thumb:hover {\n      background: #3a56d0;\n    }\n\n    .history-item {\n      margin-bottom: 16px;\n      padding-bottom: 16px;\n      border-bottom: 1px dashed var(--border-color);\n    }\n\n    .history-item:last-child {\n      border-bottom: none;\n      margin-bottom: 0;\n      padding-bottom: 0;\n    }\n\n    .history-date {\n      font-weight: 600;\n      color: var(--text-main);\n      margin-bottom: 8px;\n      display: flex;\n      align-items: center;\n      gap: 4px;\n      font-size: 0.9rem;\n      background: rgba(78, 110, 242, 0.05);\n      padding: 6px 10px;\n      border-radius: 6px;\n    }\n\n    .history-text {\n      margin: 8px 0;\n      padding-left: 16px;\n      line-height: 1.4;\n      color: var(--text-secondary);\n      position: relative;\n      font-size: 0.9rem;\n      white-space: pre-wrap;\n      word-break: break-word;\n    }\n\n    .history-text::before {\n      content: '•';\n      position: absolute;\n      left: 0;\n      color: #4e6ef2;\n      font-weight: bold;\n      font-size: 1.2rem;\n      line-height: 1;\n    }\n\n    /* 按钮组 */\n    .button-group {\n      display: flex;\n      flex-direction: column;\n      gap: 10px;\n      margin-bottom: 16px;\n    }\n\n    .button {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 10px;\n      padding: 14px 28px;\n      text-align: center;\n      font-size: 1rem;\n      border: none;\n      border-radius: 12px;\n      text-decoration: none;\n      background: var(--primary-gradient);\n      color: white;\n      font-weight: 600;\n      transition: all 0.3s ease;\n      box-shadow: var(--shadow);\n      position: relative;\n      overflow: hidden;\n      cursor: pointer;\n    }\n\n    .button i {\n      font-size: 1rem;\n    }\n\n    .button::after {\n      content: '';\n      position: absolute;\n      top: -50%;\n      left: -50%;\n      width: 200%;\n      height: 200%;\n      background: rgba(255, 255, 255, 0.1);\n      transform: rotate(30deg);\n      transition: all 0.6s ease;\n      pointer-events: none;\n    }\n\n    .button:hover {\n      transform: translateY(-3px);\n      box-shadow: var(--shadow-hover);\n    }\n\n    .button:hover::after {\n      transform: rotate(30deg) translate(20%, 20%);\n    }\n\n    .button:active {\n      transform: scale(0.95);\n    }\n\n    /* 错误状态 */\n    .error-state {\n      text-align: center;\n      padding: 40px 20px;\n      color: var(--text-main);\n    }\n\n    .error-icon {\n      font-size: 64px;\n      margin-bottom: 20px;\n      color: var(--error-color);\n    }\n\n    .error-text {\n      font-size: 16px;\n      line-height: 1.6;\n      margin-bottom: 20px;\n    }\n\n    .retry-button {\n      background: var(--primary-gradient);\n      color: white;\n      padding: 12px 30px;\n      border-radius: 12px;\n      border: none;\n      font-weight: 600;\n      cursor: pointer;\n      transition: all 0.3s ease;\n      font-size: 14px;\n      box-shadow: var(--shadow);\n    }\n\n    .retry-button:hover {\n      transform: translateY(-2px);\n      box-shadow: var(--shadow-hover);\n    }\n\n    .retry-button:active {\n      transform: scale(0.95);\n    }\n\n    /* 装饰元素 */\n    .decoration {\n      position: absolute;\n      z-index: 0;\n      pointer-events: none;\n    }\n\n    .decoration.circle {\n      width: 120px;\n      height: 120px;\n      border-radius: 50%;\n      background: rgba(107, 45, 216, 0.05);\n      top: 10%;\n      left: 10%;\n    }\n\n    .decoration.square {\n      width: 80px;\n      height: 80px;\n      transform: rotate(45deg);\n      background: rgba(78, 110, 242, 0.05);\n      bottom: 10%;\n      right: 10%;\n    }\n\n    /* 响应式 */\n    @media (max-width: 768px) {\n      body {\n        padding: 12px;\n      }\n\n      .container {\n        max-width: 100%;\n        border-radius: 20px;\n      }\n\n      .header {\n        padding: 20px 15px;\n      }\n\n      .header h1 {\n        font-size: 1.3rem;\n      }\n\n      .header-icon {\n        font-size: 40px;\n      }\n\n      .version-comparison {\n        flex-direction: row;\n        flex-wrap: nowrap;\n        gap: 10px;\n        padding: 12px;\n        margin-top: 6px;\n        overflow-x: auto;\n      }\n\n      .version-card {\n        min-width: 45%;\n        padding: 26px 12px 12px;\n      }\n\n      /* 移动端减弱呼吸动效 */\n      .version-card.latest-version {\n        animation: gradientAnimation 6s ease infinite;\n      }\n\n      .version-status {\n        top: 5px;\n        right: 5px;\n        padding: 2px 5px;\n        font-size: 0.6rem;\n      }\n\n      .version-number {\n        font-size: 1.1rem;\n      }\n\n      .version-card.latest-version .version-number {\n        font-size: 1.2rem;\n      }\n\n      .update-header h2, .history-header h2 {\n        font-size: 0.9rem;\n      }\n\n      .button {\n        padding: 12px 24px;\n        font-size: 0.95rem;\n      }\n\n      .history-content.expanded {\n        max-height: 50vh;\n        -webkit-overflow-scrolling: touch;\n      }\n    }\n\n    @media (max-width: 380px) {\n      .header h1 {\n        font-size: 1.2rem;\n      }\n\n      .version-number {\n        font-size: 1rem;\n      }\n\n      .version-card.latest-version .version-number {\n        font-size: 1.1rem;\n      }\n\n      .button {\n        padding: 11px;\n        font-size: 0.9rem;\n      }\n    }\n  </style>\n</head>\n<body>\n  <div class=\"decoration circle\"></div>\n  <div class=\"decoration square\"></div>\n\n  <div id=\"loading\" class=\"loading-wrapper\">\n    <div class=\"loading-spinner\"></div>\n    <div class=\"loading-text\"><i class=\"fas fa-search\"></i> 正在检查更新...</div>\n  </div>\n\n  <div class=\"container\" id=\"container\">\n    <div class=\"header\">\n      <div class=\"header-icon\"><i class=\"fas fa-book\"></i></div>\n      <h1>大灰狼书源更新</h1>\n      <p>推荐使用阅读测试版<br>正式版可能存在兼容性问题</p>\n    </div>\n\n    <div class=\"version-comparison\">\n      <div class=\"version-card current-version\">\n        <div class=\"version-status status-outdated\" id=\"currentStatus\">待检查</div>\n        <h3><i class=\"fas fa-cube\"></i> 当前版本</h3>\n        <div class=\"version-number\" id=\"currentVersion\">-</div>\n        <div class=\"version-date\">您的当前版本</div>\n      </div>\n\n      <div class=\"version-indicator update-needed\" id=\"versionIndicator\" style=\"display: none;\">\n        <i class=\"fas fa-arrow-right\"></i>\n      </div>\n\n      <div class=\"version-card latest-version\">\n        <div class=\"version-status status-latest\" id=\"latestStatus\">最新版本</div>\n        <h3><i class=\"fas fa-star\"></i> 最新版本</h3>\n        <div class=\"version-number\" id=\"latestVersion\">-</div>\n        <div class=\"version-date\">可用最新版本</div>\n      </div>\n    </div>\n\n    <div class=\"content-container\">\n      <div class=\"status-alert\" id=\"statusAlert\" style=\"display: none;\"></div>\n\n      <div id=\"latestLogContainer\" style=\"display: none;\">\n        <div class=\"update-container\">\n          <div class=\"update-header\">\n            <h2><i class=\"fas fa-bolt\"></i> 最新更新</h2>\n            <div class=\"update-tag\">最新发布</div>\n          </div>\n          <div class=\"update-content\">\n            <div class=\"update-date\" id=\"latestLogDate\"></div>\n            <div class=\"update-text\" id=\"latestLogContent\"></div>\n          </div>\n        </div>\n      </div>\n\n      <div class=\"button-group\" id=\"buttonGroup\" style=\"display: none;\"></div>\n\n      <div class=\"history-container\" id=\"logs\" style=\"display: none;\">\n        <div class=\"history-header\" onclick=\"toggleLogs()\">\n          <h2><i class=\"fas fa-history\"></i> 历史更新 <span id=\"historyCount\"></span></h2>\n          <button class=\"toggle-history\" id=\"toggleButton\">\n            <span id=\"toggleText\">展开历史</span>\n            <i class=\"fas fa-chevron-down\" id=\"toggleIcon\"></i>\n          </button>\n        </div>\n        <div class=\"history-content\" id=\"logList\"></div>\n      </div>\n    </div>\n  </div>\n\n  <script>\n  let logsCollapsed = true;\n\n  function toggleLogs() {\n    logsCollapsed = !logsCollapsed;\n    const logList = document.getElementById('logList');\n    const toggleText = document.getElementById('toggleText');\n    const toggleIcon = document.getElementById('toggleIcon');\n    \n    if (logsCollapsed) {\n      logList.classList.remove('expanded');\n      toggleText.textContent = '展开历史';\n      toggleIcon.className = 'fas fa-chevron-down';\n    } else {\n      logList.classList.add('expanded');\n      toggleText.textContent = '收起历史';\n      toggleIcon.className = 'fas fa-chevron-up';\n    }\n  }\n\n  (async function() {\n    const loading = document.getElementById('loading');\n    const container = document.getElementById('container');\n    const currentVersion = document.getElementById('currentVersion');\n    const latestVersion = document.getElementById('latestVersion');\n    const currentStatus = document.getElementById('currentStatus');\n    const latestStatus = document.getElementById('latestStatus');\n    const versionIndicator = document.getElementById('versionIndicator');\n    const statusAlert = document.getElementById('statusAlert');\n    const buttonGroup = document.getElementById('buttonGroup');\n    const latestLogContainer = document.getElementById('latestLogContainer');\n    const latestLogDate = document.getElementById('latestLogDate');\n    const latestLogContent = document.getElementById('latestLogContent');\n    const logsContainer = document.getElementById('logs');\n    const logList = document.getElementById('logList');\n    const historyCount = document.getElementById('historyCount');\n\n    const localVer = '${String(localVersion)}';\n\n    // 统一的服务器配置 - 方便维护\n    const serverConfig = {\n      main: {\n        name: '主线路',\n        icon: 'rocket',\n        baseUrl: 'https://sy.dashabi.tk',\n        downloadPath: '/download/%E5%AE%89%E5%8D%93%E9%98%85%E8%AF%BBapp-%E5%A4%A7%E7%81%B0%E7%8B%BC%E8%9E%8D%E5%90%884.0(vip%E5%AE%8C%E5%85%A8%E7%89%88).json'\n      },\n      backup1: {\n        name: '备用线路1',\n        icon: 'box',\n        baseUrl: 'https://api.langge.cf',\n        downloadPath: '/sy/download/%E5%AE%89%E5%8D%93%E9%98%85%E8%AF%BBapp-%E5%A4%A7%E7%81%B0%E7%8B%BC%E8%9E%8D%E5%90%884.0(vip%E5%AE%8C%E5%85%A8%E7%89%88).json'\n      },\n      backup2: {\n        name: '备用线路2',\n        icon: 'satellite',\n        baseUrl: 'https://20.langge.tk',\n        downloadPath: '/sy/download/%E5%AE%89%E5%8D%93%E9%98%85%E8%AF%BBapp-%E5%A4%A7%E7%81%B0%E7%8B%BC%E8%9E%8D%E5%90%884.0(vip%E5%AE%8C%E5%85%A8%E7%89%88).json'\n      },\n      backup3: {\n        name: '备用线路3',\n        icon: 'link',\n        baseUrl: 'http://219.154.201.122:5006',\n        downloadPath: '/sy/download/%E5%AE%89%E5%8D%93%E9%98%85%E8%AF%BBapp-%E5%A4%A7%E7%81%B0%E7%8B%BC%E8%9E%8D%E5%90%884.0(vip%E5%AE%8C%E5%85%A8%E7%89%88).json'\n      },\n      backup4: {\n        name: '备用线路4',\n        icon: 'bolt',\n        baseUrl: 'https://v2.czyl.cf',\n        downloadPath: '/sy/download/%E5%AE%89%E5%8D%93%E9%98%85%E8%AF%BBapp-%E5%A4%A7%E7%81%B0%E7%8B%BC%E8%9E%8D%E5%90%884.0(vip%E5%AE%8C%E5%85%A8%E7%89%88).json'\n      },\n      backup5: {\n        name: '备用线路5',\n        icon: 'globe',\n        baseUrl: 'https://v10.czyl.cf',\n        downloadPath: '/sy/download/%E5%AE%89%E5%8D%93%E9%98%85%E8%AF%BBapp-%E5%A4%A7%E7%81%B0%E7%8B%BC%E8%9E%8D%E5%90%884.0(vip%E5%AE%8C%E5%85%A8%E7%89%88).json'\n      },\n      backup6: {\n        name: '备用线路6',\n        icon: 'broadcast-tower',\n        baseUrl: 'https://v4.czyl.cf',\n        downloadPath: '/sy/download/%E5%AE%89%E5%8D%93%E9%98%85%E8%AF%BBapp-%E5%A4%A7%E7%81%B0%E7%8B%BC%E8%9E%8D%E5%90%884.0(vip%E5%AE%8C%E5%85%A8%E7%89%88).json'\n      }\n    };\n\n    // 版本比较函数\n    function compareVersions(vs) {\n      const normalize = (v) => {\n        return v.split('.').map(n => {\n          const num = parseInt(n, 10);\n          return isNaN(num) ? 0 : num;\n        });\n      };\n\n      const parts1 = normalize(localVer);\n      const parts2 = normalize(vs);\n      const maxLength = Math.max(parts1.length, parts2.length);\n      \n      for (let i = 0; i < maxLength; i++) {\n        const num1 = parts1[i] || 0;\n        const num2 = parts2[i] || 0;\n        if (num1 > num2) return 1;\n        if (num1 < num2) return -1;\n      }\n      return 0;\n    }\n\n    async function fetchVersionData() {\n      // 使用统一配置中除主线路外的备用线路进行版本检查\n      const serversToCheck = Object.values(serverConfig).filter(s => s.baseUrl.includes('czyl.cf') || s.baseUrl.includes('219.154'));\n      \n      for (const server of serversToCheck) {\n        try {\n          const response = await fetch(server.baseUrl + '/version', { timeout: 2000 });\n          if (response.ok) {\n            return await response.json();\n          }\n        } catch (e) {\n          console.warn(\\`接口失败：\\${server.baseUrl}\\`, e);\n        }\n      }\n      throw new Error('所有更新接口都请求失败');\n    }\n\n    function showError(message) {\n      loading.innerHTML = \\`\n        <div class=\"error-state\">\n          <div class=\"error-icon\"><i class=\"fas fa-exclamation-triangle\"></i></div>\n          <div class=\"error-text\">\\${message}</div>\n          <button class=\"retry-button\" onclick=\"location.reload()\"><i class=\"fas fa-redo\"></i> 重试</button>\n        </div>\n      \\`;\n    }\n\n    try {\n      const data = await fetchVersionData();\n      const cloudVersion = String(data.version3);\n      const updateLog = data.update_log || {};\n\n      // 显示版本信息\n      currentVersion.textContent = \\`v\\${localVer}\\`;\n      latestVersion.textContent = \\`v\\${cloudVersion}\\`;\n\n      // 处理日志\n      const logEntries = Object.entries(updateLog);\n      if (logEntries.length > 0) {\n        // 显示最新日志\n        const [latestDate, latestContent] = logEntries[0];\n        latestLogDate.innerHTML = \\`<i class=\"fas fa-calendar-alt\"></i> \\${latestDate}\\`;\n        latestLogContent.textContent = latestContent;\n        latestLogContainer.style.display = 'block';\n\n        // 显示历史日志\n        if (logEntries.length > 1) {\n          const historyLogs = logEntries.slice(1);\n          historyCount.textContent = \\`(\\${historyLogs.length}条)\\`;\n          logList.innerHTML = historyLogs.map(([date, content]) => \\`\n            <div class=\"history-item\">\n              <div class=\"history-date\">\n                <i class=\"fas fa-calendar-day\"></i>\n                <span>\\${date}</span>\n              </div>\n              <div class=\"history-text\">\\${content}</div>\n            </div>\n          \\`).join('');\n          logsContainer.style.display = 'block';\n        }\n      }\n\n      // 检查更新状态\n      const compareResult = compareVersions(cloudVersion);\n      \n      // 显示版本指示器\n      versionIndicator.style.display = 'flex';\n      \n      if (compareResult === -1) {\n        // 需要更新\n        currentStatus.textContent = '待更新';\n        currentStatus.className = 'version-status status-outdated';\n        versionIndicator.className = 'version-indicator update-needed';\n        versionIndicator.innerHTML = '<i class=\"fas fa-arrow-right\"></i>';\n\n        // 使用统一配置生成下载按钮\n        buttonGroup.innerHTML = Object.values(serverConfig).map(server => {\n          const fullUrl = server.baseUrl + server.downloadPath;\n          return \\`\n            <a href=\"yuedu://booksource/importonline?src=\\${encodeURIComponent(fullUrl)}\" class=\"button\">\n              <i class=\"fas fa-\\${server.icon}\"></i>\n              <span>\\${server.name}</span>\n            </a>\n          \\`;\n        }).join('');\n        buttonGroup.style.display = 'flex';\n      } else {\n        // 已是最新版本\n        currentStatus.textContent = '最新';\n        currentStatus.className = 'version-status status-latest';\n        versionIndicator.className = 'version-indicator is-latest';\n        versionIndicator.innerHTML = '<i class=\"fas fa-check\"></i>';\n        \n        statusAlert.className = 'status-alert up-to-date';\n        statusAlert.innerHTML = '<i class=\"fas fa-check-circle\"></i> <div>您已是最新版本</div>';\n        statusAlert.style.display = 'flex';\n      }\n\n      // 显示主容器，隐藏加载\n      loading.style.display = 'none';\n      container.style.display = 'block';\n\n    } catch (err) {\n      console.error('版本检查失败：', err);\n      showError('<i class=\"fas fa-exclamation-circle\"></i> 检查更新失败，请稍后重试<br><small>' + err.message + '</small>');\n    }\n  })();\n  </script>\n</body>\n</html>\n`;\n    java.startBrowser(`data:text/html;base64,${java.base64Encode(html)}`, '大灰狼书源更新');\n}",
    "respondTime": 180000,
    "ruleBookInfo": {
      "author": "$.author",
      "canReName": "1",
      "coverUrl": "$.thumb_url",
      "init": "<js>\nif (String(baseUrl).startsWith(\"data:\")) {\n    let res = JSON.parse(java.hexDecodeToString(result));\n    let book_id = res.book_id;\n    let tab = res.tab;\n    let sources = res.sources;\n    let url = res.url;\n    let html = \"\";\n    let proxy = getArguments(source.getVariable(), \"proxy\");\n    if (url != \"\" && proxy == \"本地\") {\n        if (sources == '69书吧') {\n            let ck69 = String(cookie.getCookie(url));\n            let headers = {\n                \"Cookie\": ck69\n            };\n            let op = JSON.stringify({\n                \"headers\": headers\n            });\n            html = java.ajax(url + ',' + op);\n        } else {\n            html = java.ajax(url);\n        }\n        //java.log(html);\n        if (html.includes(\"Just a moment...\") && sources == '69书吧') {\n            cookie.removeCookie(url);\n            var x = `https://www.69shuba.com`;\n            java.longToast('需要真人验证，请进入任意书籍详情页过验证');\n            var s = java.startBrowserAwait(x, \"需要真人验证，请进入任意书籍详情页过验证\").body();\n\n            let ck69 = String(cookie.getCookie(url));\n            let headers = {\n                \"Cookie\": ck69\n            };\n            let op = JSON.stringify({\n                \"headers\": headers\n            });\n            java.log(op);\n            html = java.ajax(url + ',' + op);\n            //java.log(html);\n        }\n    }\n    let base_url = getArguments(source.getVariable(), \"server\");\n    let op = {\n        method: \"POST\",\n        body: {\n            html: html\n        }\n    };\n    op = JSON.stringify(op);\n    let varia = String(book.getVariable('custom'));\n    if (varia == 'null') {\n        varia = '';\n    }\n    varia = JSON.stringify({\n        'custom': varia\n    });\n    //varia = java.base64Encode(varia);\n    java.log(`${base_url}/detail?book_id=${book_id}&source=${sources}&tab=${tab}&variable=${varia},${op}`);\n    result = java.ajax(`${base_url}/detail?book_id=${book_id}&source=${sources}&tab=${tab}&variable=${varia},${op}`);\n}\nresult\n</js>$.data",
      "intro": "<js>\nlet {\n    book_id,\n    source: sources,\n    tab,\n    book_tts,\n    tags,\n    role,\n    last_chapter_title,\n    last_chapter_update_time,\n    word_number,\n    status,\n    score,\n    abstract,\n    copyright_info\n} = result;\nlet proxy = getArguments(source.getVariable(), \"proxy\");\nif (proxy == \"本地\") {\n    proxy = \"本地网络\";\n} else {\n    proxy = \"服务器网络\";\n}\njava.put(\"book_detail\", JSON.stringify(result));\nlet base_url = getArguments(source.getVariable(), \"server\");\nlet key = \"\";\ntry {\n    let cookieValue =\n        String(cookie.getCookie(base_url)) || String(java.getCookie(base_url));\n    key = getKey(cookieValue);\n} catch (e) {\n    key = \"\";\n}\n\nif (key == \"\") {\n    java.log(\"当前服务器未查询到登录状态，尝试查询其他服务器登录状态...\");\n    let cookieValue;\n    for (let h of host) {\n        try {\n            cookieValue = String(cookie.getCookie(h)) || String(java.getCookie(h));\n            key = getKey(cookieValue);\n        } catch (e) {\n            key = \"\";\n        }\n        if (key) {\n            java.log(`已在${h}登录，退出查询，正在转移登录状态到当前服务${base_url}`);\n            //java.log(cookieValue)\n            removeCookie(h);\n            removeCookie(base_url);\n            cookie.setCookie(base_url, cookieValue);\n            break;\n        }\n    }\n}\n\nif (book.readConfig == null || book.readConfig.useReplaceRule == null) {\n    book.setUseReplaceRule(false);\n}\n\nlet nickname = '账号状态：⚠️ 未登录 | 点击右上角 🔖 登录';\ntry {\n    let opcx = {\n        method: \"GET\",\n        headers: {\n            cookie: 'qttoken=' + key + ';'\n        },\n    };\n    opcx = JSON.stringify(opcx);\n    let user_info = JSON.parse(java.ajax(base_url + '/get_avatar,' + opcx));\n    if (user_info.code == 0) {\n        if (user_info.nickname) {\n            nickname = '欢迎回来：' + user_info.nickname\n        } else {\n            nickname = '欢迎回来：' + user_info.email + \"(请前往用户后台设置用户名)\"\n        }\n    }\n} catch (e) {\n    if (key) {\n        nickname = '账号状态：已登录'\n    }\n};\n\nlet loginStatus = nickname;\n\nlet lightDivider = \"❇️───────❇️───────❇️\";\nlet heavyDivider = \"&lrm;\\n&lrm;\";\n\nlet isValid = (value) => String(value).length > 1;\nlet ctitle = book.durChapterTitle || '未开始';\nlet info = `\n    📡 当前服务：${base_url}\n    🔑 ${loginStatus}\n    🏷 数据来源：${sources}\n    🔄 当前模式：${tab}\n    ⚙️ 访问模式：${proxy}\n    📖 阅读至：${ctitle}\n`;\n\nif (tab == \"听书\") {\n    let toneId = getArguments(source.getVariable(), \"tone_id\");\n    if (isValid(book_tts)) {\n        info += `${lightDivider}\n    🎵 音色配置：${toneId}\n    ${book_tts}\n`;\n    }\n}\n\nlet basicInfo = \"\";\nlet addBasicInfo = (value, prefix, icon) => {\n    if (isValid(value)) basicInfo += `    ${icon} ${prefix} ${value}\\n`;\n};\n\naddBasicInfo(tags, \"书籍分类：\", \"🌈\");\naddBasicInfo(role, \"书籍主角：\", \"👑\");\naddBasicInfo(last_chapter_title, \"最新章节：\", \"📚\");\naddBasicInfo(last_chapter_update_time, \"更新时间：\", \"⏳\");\naddBasicInfo(word_number, \"书籍字数：\", \"📊\");\naddBasicInfo(status, \"书籍状态：\", \"🚩\");\naddBasicInfo(score, \"书籍评分：\", \"⭐\");\n\nif (basicInfo) info += `${lightDivider}\\n${basicInfo}`;\n\nif (isValid(abstract)) {\n    let indentedAbstract = abstract\n        .split(\"\\n\")\n        .map((line) => `    ${line}`)\n        .join(\"\\n\");\n    info += `${heavyDivider}\n    📖 书籍简介：\n${indentedAbstract}\n`;\n} else {\n    info += `${heavyDivider}`;\n}\n\nif (isValid(copyright_info)) {\n    info += `${lightDivider}\n    © ${copyright_info}\n`;\n} else {\n    info += `${lightDivider}`;\n}\n\ninfo += `\n${heavyDivider}\n    💠💠💠 数据更新于 ${new Date().toLocaleString()} 💠💠💠\n`;\nlet jjinfo = getArguments(source.getVariable(), \"info\");\n\nif (jjinfo != \"on\") {\n    info = String(info)\n        .split(\"\\n\")\n        .map((line) => line.replace(/^ {4}/, \"\"))\n        .join(\"\\n\");\n} else {\n    basicInfo = \"\";\n    addBasicInfo(last_chapter_title, \"最新章节：\", \"📚\");\n    addBasicInfo(last_chapter_update_time, \"更新时间：\", \"⏳\");\n    addBasicInfo(word_number, \"书籍字数：\", \"📊\");\n    addBasicInfo(status, \"书籍状态：\", \"🚩\");\n    addBasicInfo(score, \"书籍评分：\", \"⭐\");\n    if (isValid(abstract)) {\n        let indentedAbstract = abstract\n            .split(\"\\n\")\n            .map((line) => `    ${line}`)\n            .join(\"\\n\");\n        basicInfo += `\n    \\n&lrm;\n    📖 书籍简介：\n${indentedAbstract}\n`;\n    } else {\n        basicInfo += `${heavyDivider}`;\n    }\n    info = `&lrm;\\n🏷 数据来源：${sources}\\n` + basicInfo;\n}\n</js>",
      "lastChapter": "{{$.source}} {{$.last_chapter_title}} {{$.last_chapter_update_time}}",
      "name": "$.book_name",
      "tocUrl": "<js>\nlet book_id = result.book_id;\nlet sources = result.source;\nlet tab = result.tab || \"小说\";\nlet url = result.toc_url || \"\";\nvar sdtoken;\ntry {\n    var loginInfoMap = source.getLoginInfoMap ? source.getLoginInfoMap() : {};\n    sdtoken = String(loginInfoMap['手动填写番茄token(可不填)'] || '');\n} catch (e) {\n    sdtoken = '';\n}\nvar rawCookie = getFanqieCookie() || sdtoken;\nvar match = rawCookie.match(/sessionid=[^;]+/);\nvar fqcookie = match ? match[0] : '';\nvar fqssionid = '';\nif (fqcookie) {\n    fqssionid = getSessionId(fqcookie);\n};\nsetArguments('fqssionid', fqssionid);\njava.put(\"tab\", tab);\njava.put(\"book_id\", book_id);\nlet qtcatalog = {\n    book_id: book_id,\n    sources: sources,\n    tab: tab,\n    url: url,\n};\nqtcatalog = java.base64Encode(JSON.stringify(qtcatalog));\n`data:;base64,${qtcatalog},{\"type\":\"qingtian2\"}`;\n</js>",
      "wordCount": "$.word_number"
    },
    "ruleContent": {
      "content": "<js>\nresult = String(java.hexDecodeToString(result));\nlet res;\nif (result.match(/大灰狼融合/)) {\n    result = result.split(\"大灰狼融合4\");\n    res = {\n        item_id: result[0],\n        tab: result[1],\n        title: result[2],\n        sources: result[3],\n        url: \"\"\n    };\n} else {\n    res = JSON.parse(result);\n}\nlet varia = String(book.getVariable('custom'));\nif (varia == 'null') {\n    varia = '';\n}\nvaria = JSON.stringify({\n    'custom': varia\n});\n//  varia = java.base64Encode(varia);\nlet book_id = res.book_id;\nlet item_id = res.item_id;\nlet tab = res.tab;\nlet title = res.title;\nlet sources = res.sources;\nlet url = res.url;\nlet html = \"\";\nlet proxy = getArguments(source.getVariable(), \"proxy\");\nif (url != \"\" && proxy == \"本地\") {\n    if (sources == '69书吧') {\n        let ck69 = String(cookie.getCookie(url));\n        let headers = {\n            \"Cookie\": ck69,\n            \"User-Agent\": \"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 Edg/138.0.0.0\"\n        };\n        let op = JSON.stringify({\n            \"headers\": headers\n        });\n        java.log(url);\n        java.log(op);\n        html = java.ajax(url + ',' + op);\n    } else {\n        html = java.ajax(url);\n    }\n    java.log(html);\n    if (html.includes(\"Just a moment...\") && sources == '69书吧' && book.durChapterIndex === chapter.index) {\n        cookie.removeCookie(url);\n        var x = url;\n        java.longToast('需要真人验证，请进入任意书籍详情页过验证');\n        var s = java.startBrowserAwait(x, \"需要真人验证，请进入任意书籍详情页过验证\").body();\n\n        let ck69 = String(cookie.getCookie(url));\n        let headers = {\n            \"User-Agent\": \"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 Edg/138.0.0.0\",\n            \"Cookie\": ck69\n        };\n        let op = JSON.stringify({\n            \"headers\": headers\n        });\n        java.log(op);\n        html = java.ajax(url + ',' + op);\n        //java.log(html);\n    }\n};\nlet content = \"\";\nlet data;\nlet tone_id = getArguments(source.getVariable(), \"tone_id\");\nlet base_url = getArguments(source.getVariable(), \"server\");\nlet device, device_type;\ntry {\n    device = java.deviceID();\n    device_type = \"苹果\";\n} catch (e) {\n    try {\n        device = java.androidId();\n        device_type = \"安卓\";\n    } catch (e) {\n        device = \"\";\n        device_type = \"安卓\";\n    }\n}\n\nlet qtcookie = cookie.getCookie(base_url);\ntry {\n    qtcookie = `qttoken=${String(cookie.getKey(base_url, \"qttoken\"))}; deviceId=${device};`\n} catch (e) {}\n\nvar params = {\n    html: html,\n    item_id: item_id,\n    source: sources,\n    tab: tab,\n    tone_id: tone_id,\n    variable: varia,\n    version: '4.11.5.1'\n};\n\nvar content_url = '/content';\n\nif ((sources == \"番茄\" || sources == \"七猫\" || sources == \"塔读\") && getArguments(source.getVariable(), \"fqpara\") == \"on\" && tab == \"小说\") {\n    content_url = '/content?review=1';\n}\n\n//var signInfo = generateComplexSignature('POST', content_url, {}, APP_SECRET, params);\n\n\n//var signedParams = copyObject(params);\n//signedParams.timestamp = signInfo.timestamp;\n//signedParams.nonce = signInfo.nonce;\n//signedParams.sign = signInfo.sign;\n\n\nvar op = {\n    method: \"POST\",\n    body: JSON.stringify(params),\n    headers: {\n        cookie: qtcookie,\n        'Content-Type': 'application/json'\n    }\n};\n\nop = JSON.stringify(op);\njava.log(op);\ndata = java.ajax(base_url + content_url + `,${op}`);\n\ntry {\n    data = JSON.parse(data);\n    if (data.msg) {\n        java.toast(data.msg);\n    }\n} catch (e) {}\n\ncontent = data.content\n\nif ((sources == \"番茄\" || sources == \"七猫\" || sources == \"塔读\") && getArguments(source.getVariable(), \"fqpara\") == \"on\" && tab == \"小说\") {\n    var fqssionid = getArguments(source.getVariable(), \"fqssionid\") || \"\";\n    content = content\n        .replace(/ident=\"/g, 'ident=\"' + base_url)\n        .replace(/book_id=/g, 'book_id=' + book_id + '&ssionid=' + fqssionid);\n    if (device_type == \"苹果\") {\n        content = paraForiOS(content, sources);\n    } else {\n        content = paraForAndroid(content, sources);\n    }\n\n\n}\ndata = JSON.stringify({\n    content: content,\n});\n\nif (device_type == \"安卓\" && (tab == \"短剧\" || tab == \"视频\" || sources == '毒舌影视')) {\n    data = {\n        content: `【右上角刷新】开启播放(下一集请切换下一章刷新)\\n播放直链：\\n${content}`,\n    };\n    data = JSON.stringify(data);\n    if (book.durChapterIndex === chapter.index) {\n        let video_url = `${base_url}/online_video?book_id=${book_id}&source=${sources}&tab=${tab}`;\n        if (sources == '毒舌影视') {\n            video_url = content;\n        };\n        java.startBrowser(video_url, title);\n        java.toast(\"正在加载视频...\");\n    }\n\n}\ndata;\n</js>$.content",
      "imageStyle": "TEXT"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.data",
      "bookUrl": "<js>\nlet book_id = result.book_id;\nlet sources = result.source;\nlet tab = result.tab || '小说';\nlet url = result.toc_url || '';\n\nlet qtdetail = {\n    book_id: book_id,\n    sources: sources,\n    tab: tab,\n    url: url\n}\nqtdetail = java.base64Encode(JSON.stringify(qtdetail));\n`data:;base64,${qtdetail},{\"type\":\"qingtian\"}`\n</js>",
      "coverUrl": "$.thumb_url",
      "intro": "$.abstract",
      "kind": "{{$.category}}\n{{$.score}}\n{{$.status}}\n{{$.source}}\n{{$.tags}}",
      "lastChapter": "{{$.last_chapter_title}} • {{$.last_update_time}}",
      "name": "$.book_name",
      "wordCount": "$.word_number"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data",
      "bookUrl": "<js>\nlet book_id = result.book_id;\nlet sources = result.source;\nlet tab = result.tab || '小说';\nlet url = result.toc_url || '';\n\nlet qtdetail = {\n    book_id: book_id,\n    sources: sources,\n    tab: tab,\n    url: url\n}\nqtdetail = java.base64Encode(JSON.stringify(qtdetail));\n`data:;base64,${qtdetail},{\"type\":\"qingtian\"}`\n</js>",
      "checkKeyWord": "我的26岁女房客@番茄",
      "coverUrl": "$.thumb_url",
      "intro": "$.abstract",
      "kind": "{{$.status}},{{$.score}},{{$.tags}},{{$.last_chapter_update_time}}",
      "lastChapter": "{{$.source}} {{$.last_chapter_title}}",
      "name": "$.book_name##（别名：.*?）",
      "wordCount": "$.word_number"
    },
    "ruleToc": {
      "chapterList": "<js>\nlet res = JSON.parse(java.hexDecodeToString(result));\nif (res.method) {\n    res = Object.fromEntries(\n        res.body\n        .replace(\"source\", \"sources\")\n        .split(\"&\")\n        .map((query) => query.split(\"=\"))\n    );\n    res.url = \"\";\n}\nlet book_id = res.book_id;\njava.put('book_id', book_id);\nlet tab = res.tab;\nlet sources = res.sources;\nlet url = res.url;\nlet html = \"\";\nlet proxy = getArguments(source.getVariable(), \"proxy\");\nif (url != \"\" && proxy == \"本地\") {\n    if (sources == '69书吧') {\n        let ck69 = String(cookie.getCookie(url));\n        let headers = {\n            \"Cookie\": ck69\n        };\n        let op = JSON.stringify({\n            \"headers\": headers\n        });\n        html = java.ajax(url + ',' + op);\n    } else {\n        html = java.ajax(url);\n    }\n    //java.log(html);\n    if (html.includes(\"Just a moment...\") && sources == '69书吧') {\n        cookie.removeCookie(url);\n        var x = `https://www.69shuba.com`;\n        java.longToast('需要真人验证，请进入任意书籍详情页过验证');\n        var s = java.startBrowserAwait(x, \"需要真人验证，请进入任意书籍详情页过验证\").body();\n\n        let ck69 = String(cookie.getCookie(url));\n        let headers = {\n            \"Cookie\": ck69\n        };\n        let op = JSON.stringify({\n            \"headers\": headers\n        });\n        //java.log(op);\n        html = java.ajax(url + ',' + op);\n        //java.log(html);\n    }\n};\nlet base_url = getArguments(source.getVariable(), \"server\");\nlet op = {\n    method: \"POST\",\n    body: {\n        html: html\n    }\n};\nop = JSON.stringify(op);\nlet varia = String(book.getVariable('custom'));\nif (varia == 'null') {\n    varia = '';\n}\nvaria = JSON.stringify({\n    'custom': varia\n});\n// varia = java.base64Encode(varia);\n//java.log(`${base_url}/catalog?book_id=${book_id}&source=${sources}&tab=${tab}&variable=${varia},${op}`);\nlet data = java.ajax(\n    `${base_url}/catalog?book_id=${book_id}&source=${sources}&tab=${tab}&variable=${varia},${op}`\n);\nlet device, device_type;\ntry {\n    device = java.deviceID();\n    device_type = \"苹果\";\n} catch (e) {\n    try {\n        device = java.androidId();\n        device_type = \"安卓\";\n    } catch (e) {\n        device = \"\";\n        device_type = \"安卓\";\n    }\n}\n\nif (tab == \"小说\") {\n    if (device_type == \"安卓\") {\n        book.type = 8;\n    } else {\n        book.type = 0;\n    }\n} else if (tab == \"听书\") {\n    if (device_type == \"安卓\") {\n        book.type = 32;\n    } else {\n        book.type = 1;\n    }\n} else if (tab == \"漫画\") {\n    if (device_type == \"安卓\") {\n        book.type = 64;\n    } else {\n        book.type = 2;\n    }\n} else if (tab == \"短剧\") {\n    if (device_type == \"安卓\") {\n        book.type = 8;\n    } else {\n        book.type = 3;\n    }\n} else {\n    if (device_type == \"安卓\") {\n        book.type = 8;\n    } else {\n        book.type = 0;\n    }\n}\nlet qtcookie = cookie.getCookie(base_url);\nlet reading = getArguments(source.getVariable(), \"reading\");\n\nif (book && book.order != 0 && reading == '1') {\n    try {\n        if (!data || !book.variable || !base_url || !qtcookie) {\n            java.log('缺少必要参数');\n        } else {\n            let parsedData;\n            try {\n                parsedData = JSON.parse(data);\n            } catch (e) {\n                java.log('解析data数据失败:' + e);\n            }\n            \n            if (parsedData && parsedData.data && Array.isArray(parsedData.data) && parsedData.data[book.durChapterIndex]) {\n                let ritem = parsedData.data[book.durChapterIndex];\n                let bookInfoObj;\n                try {\n                    bookInfoObj = JSON.parse(book.variable);\n                } catch (e) {\n                    java.log('解析book.variable失败:' + e);\n                }\n                \n                if (bookInfoObj) {\n                    let book_info;\n                    try {\n                        book_info = JSON.parse(bookInfoObj.book_detail || JSON.stringify(bookInfoObj));\n                    } catch (e) {\n                        java.log('解析book_detail失败:' + e);\n                    }\n                    \n                    if (book_info && typeof book_info === 'object') {\n                        let rurl = base_url + '/add_book_to_book_shelf,';\n                        book_info['read_status'] = 1;\n                        book_info['last_chapter_item_id'] = ritem.item_id || '';\n                        book_info['last_chapter_title'] = ritem.title || '';\n                        let rop = {\n                            method: \"POST\",\n                            headers: {\n                                cookie: qtcookie\n                            },\n                            body: book_info\n                        };\n                        let check_book_url = base_url + '/check_book_in_book_shelf,';\n                        let checkResponse;\n                        \n                        try {\n                            checkResponse = java.ajax(check_book_url + JSON.stringify(rop));\n                        } catch (e) {\n                            java.log('检查书籍请求失败:' + e);\n                        }\n                        \n                        if (checkResponse) {\n                            let check_data;\n                            try {\n                                check_data = JSON.parse(checkResponse).data;\n                            } catch (e) {\n                                java.log('解析检查响应失败:' + e);\n                            }\n                            try {\n                                if (check_data && check_data.id) {\n                                    book_info['id'] = check_data.id;\n                                    let uurl = base_url + '/update_book_shelf,';\n                                    java.ajax(uurl + JSON.stringify(rop));\n                                } else {\n                                    java.ajax(rurl + JSON.stringify(rop));\n                                }\n                            } catch (e) {\n                                java.log('书架操作失败:' + e);\n                            }\n                        }\n                    }\n                }\n            }\n        }\n    } catch (error) {\n        java.log('书籍同步流程异常:' + error);\n        java.longToast('\\n同步阅读进度失败，但不影响阅读，可以前往登录关闭书架同步功能。');\n    }\n}\ndata;\n</js>$.data",
      "chapterName": "$.title",
      "chapterUrl": "<js>\nlet tab = result.tab;\nlet sources = result.source;\nlet title = result.title;\nlet item_id = result.item_id;\nlet book_id = java.get(\"book_id\");\nlet url = result.toc_url || \"\";\nlet qtcontent = {\n    book_id: book_id,\n    item_id: item_id,\n    title: title,\n    sources: sources,\n    tab: tab,\n    url: url,\n};\nqtcontent = java.base64Encode(JSON.stringify(qtcontent));\nif (sources == '卷') {\n    content_url = item_id\n} else if ((sources == \"番茄\" || sources == \"七猫\" || sources == \"塔读\") && tab == \"小说\") {\n    var base_url = getArguments(source.getVariable(), \"server\") || \"\";\n    var fqssionid = getArguments(source.getVariable(), \"fqssionid\") || \"\";\n    let sourcess = sources.replace('svip_', '');\n    content_url = `data:;base64,${qtcontent},{\"type\":\"qingtian3\",\"js\":\"book ? result : '${base_url}/get_review?book_id=${book_id}&item_id=${item_id}&ssionid=${fqssionid}&source=${sourcess}'\"}`;\n} else {\n    content_url = `data:;base64,${qtcontent},{\"type\":\"qingtian3\"}`;\n}\n</js>",
      "updateTime": "$.first_pass_time"
    },
    "searchUrl": "<js>\nlet base_url = getArguments(source.getVariable(), 'server');\nlet media;\nlet sources = getArguments(source.getVariable(), 'source');\nlet disabled_sources = getArguments(source.getVariable(), 'disabled_sources');\nif (String(key).startsWith(\"m:\") || String(key).startsWith(\"m：\")) {\n    media = \"漫画\"\n    key = key.slice(2)\n} else if (String(key).startsWith(\"t:\") || String(key).startsWith(\"t：\")) {\n    media = \"听书\"\n    key = key.slice(2)\n} else if (String(key).startsWith(\"d:\") || String(key).startsWith(\"d：\")) {\n    media = \"短剧\"\n    key = key.slice(2)\n} else if (String(key).startsWith(\"x:\") || String(key).startsWith(\"x：\")) {\n    media = \"小说\"\n    key = key.slice(2)\n} else {\n    media = getArguments(source.getVariable(), 'media');\n}\nif (key.includes('@')) {\n    var parts = key.split('@');\n    key = parts[0];\n    sources = parts[1] || sources;\n}\nlet qtcookie = cookie.getCookie(base_url);\nlet op = {\n    method: \"GET\",\n    headers: {\n        cookie: qtcookie\n    },\n};\nop = JSON.stringify(op);\n`${base_url}/search?title=${key}&tab=${media}&source=${sources}&page={{page}}&disabled_sources=${disabled_sources},${op}`\n</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "开源书源优",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.3uww.cc",
    "customButton": false,
    "customOrder": 3,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1732975817615,
    "respondTime": 9955,
    "ruleBookInfo": {
      "author": "class.downInfoRowL@tag.a.0@text",
      "coverUrl": "class.downInfoRowL@tag.img@src",
      "intro": "id.mainSoftIntro@tag.p@text",
      "name": "id.downInfoTitle@text##TXT.*",
      "tocUrl": "class.downlistbox@tag.li.1@tag.a.0@href"
    },
    "ruleContent": {
      "content": "id.view_content_txt@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.searchTopic@tag.a@text##.*作者：",
      "bookList": "id.searchmain@tag.div!0",
      "bookUrl": "class.searchTopic.0@tag.a@href",
      "kind": "class.searchInfo@tag.a.0@tag.span.0@text",
      "name": "class.searchTopic@tag.a@text##/作者.*"
    },
    "ruleToc": {
      "chapterList": "class.read_list@tag.a",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.3uww.cc/search.html?searchtype=novelname&searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "更新日志请点击登录，更新书源中查看\n\n兼容正式版阅读app",
    "bookSourceGroup": "大灰狼聚合",
    "bookSourceName": "🍅大灰狼聚合5.3.22(完全版)",
    "bookSourceType": 0,
    "bookSourceUrl": "大灰狼融合5.0",
    "bookUrlPattern": "https?:\\/\\/(?:[a-zA-Z0-9-]+\\.)+[a-zA-Z0-9-]+(?::\\d+)?\\/detail.*",
    "customButton": false,
    "customOrder": 4,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\nfunction setArgument(key, value) {\n    var open_argument = source.getVariable();\n    open_argument = getArguments(open_argument, '') || {};\n    open_argument[key] = value;\n    var result = JSON.stringify(open_argument);\n    source.setVariable(result);\n    return result;\n}\n\nvar open_argument = source.getVariable();\nvar base_url = getArguments(open_argument, 'server') || '';\nvar ms = getArguments(open_argument, 'tone_id') || '';\nvar source_type = getArguments(open_argument, 'source_type') || '男频';\nvar tab = getArguments(open_argument, 'media') || '小说';\nvar sources = getArguments(open_argument, 'source') || '番茄';\n\n\nvar sdtoken;\ntry {\n    var loginInfoMap = source.getLoginInfoMap ? source.getLoginInfoMap() : {};\n    sdtoken = String(loginInfoMap['手动填写番茄token(可不填)'] || '');\n} catch (e) {\n    sdtoken = '';\n}\n\nvar rawCookie = getFanqieCookie() || sdtoken;\nvar match = rawCookie.match(/sessionid=[^;]+/);\nvar fqcookie = match ? match[0] : '';\nvar fqssionid = '';\nif (!fqcookie) {\n    java.toast('您还未登陆番茄账号，无法同步数据哦！');\n} else {\n    fqssionid = getSessionId(fqcookie)\n}\nvar fqsjurl = base_url + \"/bookshelf?page={{page}}&ssionid=\" + fqssionid;\nvar fqtjurl = base_url + \"/fqrecommend?page={{page}}&ssionid=\" + fqssionid;\nvar fqlsurl = base_url + \"/fqhistory?page={{page}}&ssionid=\" + fqssionid;\n\nvar groupDatas = [];\nvar infoData = [];\n\nfunction deviceType() {\n    try {\n        return !!java.androidId();\n    } catch (e) {\n        return false;\n    }\n}\n\nvar hasValidCookie = fqcookie.length > 0;\n\nif (hasValidCookie) {\n    function groupQuery() {\n        try {\n            var url = base_url + \"/group_name?ssionid=\" + fqssionid;\n            var res = java.ajax(url);\n            var response = JSON.parse(res);\n\n            if (!(response && response.data)) {}\n\n            response.data.forEach(function(group) {\n                var keys = Object.keys(group);\n                if (keys.length > 0) {\n                    var key = keys[0];\n                    var value = group[key];\n                    if (value && value.length) {\n                        var option = {\n                            \"method\": \"POST\",\n                            \"body\": {\n                                \"book_ids\": value,\n                                \"page\": \"{{page}}\"\n                            }\n                        };\n                        groupDatas.push({\n                            title: key,\n                            url: base_url + \"/bookshelf,\" + JSON.stringify(option),\n                            style: {\n                                layout_flexGrow: 1,\n                                layout_flexBasisPercent: 0.45\n                            }\n                        });\n                    }\n                }\n            });\n\n            if (groupDatas.length % 2 !== 0) {\n                groupDatas.push({\n                    title: \"--\",\n                    url: \"\",\n                    style: {\n                        layout_flexGrow: 1,\n                        layout_flexBasisPercent: 0.45\n                    }\n                });\n            }\n        } catch (e) {\n            java.longToast(\"番茄登录过期，已隐藏番茄书架\");\n        }\n    }\n\n    try {\n        java.longToast(\"正在加载分组数据...\");\n        var userUrl = base_url + \"/fquser?ssionid=\" + fqssionid;\n        var userRes = java.ajax(userUrl);\n        var userData = JSON.parse(userRes);\n\n        var userName = (userData && userData.data && userData.data.name) ? userData.data.name : '未知用户';\n        if (!userName.includes('未知用户')) {\n            infoData = [{\n                title: \"番茄个人中心\",\n                url: fqsjurl,\n                style: {\n                    layout_flexGrow: 1,\n                    layout_flexBasisPercent: 0.45\n                }\n            }, {\n                title: \"个性推荐(番茄)\",\n                url: fqtjurl,\n                style: {\n                    layout_flexGrow: 1,\n                    layout_flexBasisPercent: 0.45\n                }\n            }, {\n                title: \"历史阅读(番茄)\",\n                url: fqlsurl,\n                style: {\n                    layout_flexGrow: 1,\n                    layout_flexBasisPercent: 0.45\n                }\n            }];\n        }\n        groupQuery();\n    } catch (e) {\n        java.longToast(\"番茄登录过期，已隐藏番茄书架\");\n    }\n}\n\nvar style_list = [];\ntry {\n    var durl = `${base_url}/discovestyle?source=${sources}&source_type=${source_type}&tab=${tab}`;\n    var res = java.ajax(durl);\n    var result = JSON.parse(res);\n    style_list = result.data || [];\n    if (result.msg) {\n        java.toast(result.msg);\n    }\n} catch (e) {\n    java.toast(\"发现样式获取失败\");\n}\nlet qtcookie = cookie.getCookie(base_url);\nlet qtop = {\n    method: \"GET\",\n    headers: {\n        cookie: qtcookie\n    },\n};\nqtop = JSON.stringify(qtop);\nlet qtsjurl = base_url+'/get_book_shelf,'+qtop\nlet qtsj = [{\n                title: \"大灰狼个人中心\",\n                url: qtsjurl,\n                style: {\n                    layout_flexGrow: 1,\n                    layout_flexBasisPercent: 0.45\n                }\n            }]\nvar finalData = infoData.concat(groupDatas, style_list);\nfinalData = qtsj.concat(finalData);\nJSON.stringify(finalData);\n</js>",
    "header": "{ \"User-Agent\":\"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 Edg/138.0.0.0\" }",
    "jsLib": "var host = [\n    'http://219.154.201.122:5006',\n    'https://api.langge.cf'\n];\n\nfunction getArguments(open_argument, key) {\n    try {\n        open_argument = JSON.parse(open_argument);\n    } catch (e) {\n        open_argument = {\n            media: \"小说\",\n            tone_id: \"默认音色\",\n            server: host[0],\n            source: \"全部\",\n            source_type: \"男频\",\n        };\n    }\n    if (key) {\n        return open_argument[key];\n    } else {\n        return open_argument;\n    }\n}\n\nfunction setArguments(key, value) {\n    const {\n        source\n    } = this;\n    let open_argument = source.getVariable();\n    open_argument = getArguments(open_argument, '');\n    open_argument[key] = value;\n    open_argument = JSON.stringify(open_argument);\n    source.setVariable(open_argument);\n    return open_argument;\n}\n\nfunction decrypt(Text) {\n    return Text;\n}\n\nfunction paraForAndroid(content, sources) {\n    let {\n        java,\n        cache,\n        source\n    } = this;\n    let plcolor = getArguments(source.getVariable(), \"plcolor\");\n    if (!plcolor) {\n        plcolor = \"#000000\";\n    }\n\n    const createSvg = this.createSvg.bind(this);\n\n    return content.replace(/<p>(.*?)(?:<comment ident=\"([^\"]*)\" count=\"([^\"]*)\" \\/>)?<\\/p>/g,\n        (match, text, url, count) => {\n            if (url && count) {\n                const click = 0;\n                cache.putMemory(url, click);\n                const encodedUrl = url;\n                return `<p>${text}<img src=\"${createSvg(count, plcolor,encodedUrl,sources)}\"></p>`;\n            } else {\n                return `<p>${text}</p>`;\n            }\n        }\n    );\n}\n\n\nfunction showCmt(url, sources) {\n    let {\n        java,\n        cache\n    } = this;\n\n    const currentTime = Date.now();\n    const click = cache.getFromMemory(url);\n    let isqread = false;\n    try {\n        java.qread();\n        isqread = true;\n    } catch (e) {}\n    if (click < 1 && !isqread) {\n        cache.putMemory(url, click + 1);\n        return;\n    } else {\n        try {\n            java.startBrowserDp(url, sources + '段评');\n        } catch (e) {\n            java.startBrowser(url, sources + '段评');\n        }\n    }\n}\n\n\n\nfunction createSvg(number, color, encodedUrl, sources) {\n    var displayText = number > 99 ? \"99+\" : number.toString();\n    var loginInfoMap = {};\n\n    if (this.source && typeof this.source.getLoginInfoMap == 'function') {\n        loginInfoMap = this.source.getLoginInfoMap() || {};\n    }\n\n    var bubbleStyle = String(loginInfoMap['段评气泡样式(0-4)'] || '0');\n    var svg;\n\n    // 样式1：精致圆形 - 简洁优雅\n    if (bubbleStyle == '1') {\n        svg = '<svg width=\"1000\" height=\"1000\" xmlns=\"http://www.w3.org/2000/svg\">' +\n            '<circle cx=\"500\" cy=\"500\" r=\"440\" fill=\"none\" stroke=\"' + color + '\" stroke-width=\"32\" opacity=\"0.2\"/>' +\n            '<circle cx=\"500\" cy=\"500\" r=\"440\" fill=\"none\" stroke=\"' + color + '\" stroke-width=\"4\"/>' +\n            '<text x=\"500\" y=\"500\" font-family=\"-apple-system, sans-serif\" text-anchor=\"middle\" ' +\n            'font-size=\"400\" fill=\"' + color + '\" dy=\"0.35em\" font-weight=\"500\">' + displayText + '</text>' +\n            '</svg>';\n    }\n    // 样式2：微信风格 - 熟悉亲切的对话气泡\n    else if (bubbleStyle == '2') {\n        svg = '<svg width=\"1000\" height=\"900\" xmlns=\"http://www.w3.org/2000/svg\">' +\n            '<path d=\"M120,120 L880,120 Q920,120 920,160 L920,680 Q920,720 880,720 L280,720 L120,840 L120,720 Q80,720 80,680 L80,160 Q80,120 120,120 Z\" ' +\n            'fill=\"none\" stroke=\"' + color + '\" stroke-width=\"24\" stroke-linejoin=\"round\"/>' +\n            '<text x=\"500\" y=\"440\" font-family=\"-apple-system, sans-serif\" text-anchor=\"middle\" ' +\n            'font-size=\"360\" fill=\"' + color + '\" dy=\"0.32em\" font-weight=\"500\">' + displayText + '</text>' +\n            '</svg>';\n    }\n    // 样式3：悬浮标签 - 扁平现代风格\n    else if (bubbleStyle == '3') {\n        svg = '<svg width=\"1000\" height=\"600\" xmlns=\"http://www.w3.org/2000/svg\">' +\n            '<rect x=\"80\" y=\"80\" width=\"840\" height=\"440\" rx=\"220\" ry=\"220\" ' +\n            'fill=\"none\" stroke=\"' + color + '\" stroke-width=\"6\"/>' +\n            '<rect x=\"100\" y=\"100\" width=\"800\" height=\"400\" rx=\"200\" ry=\"200\" ' +\n            'fill=\"none\" stroke=\"' + color + '\" stroke-width=\"20\" opacity=\"0.3\"/>' +\n            '<text x=\"500\" y=\"310\" font-family=\"-apple-system, sans-serif\" text-anchor=\"middle\" ' +\n            'font-size=\"280\" fill=\"' + color + '\" dy=\"0.32em\" font-weight=\"500\" letter-spacing=\"8\">' + displayText + '</text>' +\n            '</svg>';\n    }\n    // 样式4：书签标注 - 符合阅读场景\n    else if (bubbleStyle == '4') {\n        svg = '<svg width=\"900\" height=\"1000\" xmlns=\"http://www.w3.org/2000/svg\">' +\n            '<path d=\"M150,80 L750,80 Q800,80 800,130 L800,870 Q800,920 750,920 L480,920 L450,980 L420,920 L150,920 Q100,920 100,870 L100,130 Q100,80 150,80 Z\" ' +\n            'fill=\"none\" stroke=\"' + color + '\" stroke-width=\"24\" stroke-linejoin=\"round\"/>' +\n            '<line x1=\"150\" y1=\"280\" x2=\"750\" y2=\"280\" stroke=\"' + color + '\" stroke-width=\"3\" opacity=\"0.3\"/>' +\n            '<text x=\"450\" y=\"520\" font-family=\"Georgia, serif\" text-anchor=\"middle\" ' +\n            'font-size=\"360\" fill=\"' + color + '\" dy=\"0.32em\" font-weight=\"400\">' + displayText + '</text>' +\n            '<text x=\"450\" y=\"800\" font-family=\"-apple-system, sans-serif\" text-anchor=\"middle\" ' +\n            'font-size=\"70\" fill=\"' + color + '\" opacity=\"0.6\" letter-spacing=\"3\">评论</text>' +\n            '</svg>';\n    }\n    // 默认返回样式0\n    else {\n        svg = '<svg width=\"160\" height=\"120\" xmlns=\"http://www.w3.org/2000/svg\">' +\n            '<path d=\"M 55 10 ' +\n            'L 120 10 ' +\n            'Q 150 10 150 40 ' +\n            'L 150 80 ' +\n            'Q 150 110 120 110 ' +\n            'L 55 110 ' +\n            'Q 25 110 25 80 ' +\n            'L 25 75 ' +\n            'L 3 60 ' +\n            'L 25 45 ' +\n            'L 25 40 ' +\n            'Q 25 10 55 10 Z\" ' +\n            'fill=\"none\" ' +\n            'stroke=\"' + color + '\" ' +\n            'stroke-width=\"2\" ' +\n            'stroke-linejoin=\"round\"/>' +\n            '<!-- 数字文本 -->' +\n            '<text x=\"87\" y=\"75\" ' +\n            'font-family=\"Arial, sans-serif\" ' +\n            'text-anchor=\"middle\" ' +\n            'dominant-baseline=\"middle\" ' +\n            'font-size=\"50\" ' +\n            'font-weight=\"bold\" ' +\n            'fill=\"' + color + '\">' +\n            displayText +\n            '</text>' +\n            '<!-- 提示文本 -->' +\n            '<text x=\"87\" y=\"95\" ' +\n            'font-family=\"Arial, sans-serif\" ' +\n            'text-anchor=\"middle\" ' +\n            'dominant-baseline=\"middle\" ' +\n            'font-size=\"9\" ' +\n            'fill=\"' + color + '\" ' +\n            'opacity=\"0.7\">' +\n            '刷新查看' +\n            '</text>' +\n            '</svg>';\n    }\n\n    var encodedSvg = this.java.base64Encode(svg);\n    return 'data:image/svg+xml;base64,' + encodedSvg + ',{\"js\":\"showCmt(\\'' + encodedUrl + '\\', \\'' + sources + '\\')\",\"style\":\"text\"}';\n}\n\n\n\nfunction cleanHTML(html) {\n    let result = html\n        .replace(/<header[^>]*>[\\s\\S]*?<\\/header>/gi, \"\")\n        .replace(/<div class=\"tt-title\"[^>]*>[\\s\\S]*?<\\/div>/gi, \"\")\n        .replace(/<(?!\\/?p\\b|\\/?img\\b)[^>]+>/gi, \"\");\n    result = result.replace(/<\\/?p[^>]*>/g, \"\\n\");\n    return result.replace(/\\n+/g, \"\\n\").trim();\n}\n\n\nfunction getBaseUrl(url) {\n    if (!url) {\n        return null;\n    }\n    url = String(url);\n    if (url.match(/https?:\\/\\//i)) {\n        var index = url.indexOf(\"/\", 9);\n        return index == -1 ? url : url.substring(0, index);\n    }\n    return null;\n}\n\nfunction isIPv4Address(ip) {\n    ip = String(ip);\n    let parts = ip.split(\".\");\n    if (parts.length !== 4) return false;\n\n    for (let part of parts) {\n        if (!/^\\d+$/.test(part)) return false; // 必须是数字\n        if (part.length > 1 && part[0] === \"0\") return false; // 禁止前导零\n        let num = parseInt(part, 10);\n        if (num < 0 || num > 255) return false; // 范围检查\n    }\n    return true;\n}\n\nfunction isIPv6Address(ip) {\n    ip = String(ip);\n    // 处理双冒号（最多出现一次）\n    if (ip.includes(\":::\")) return false;\n    let doubleColonCount = (ip.match(/::/g) || []).length;\n    if (doubleColonCount > 1) return false;\n\n    // 分割成组\n    let groups = ip.split(\":\");\n    let validGroupCount = 8;\n    let actualGroupCount = groups.filter((g) => g !== \"\").length;\n\n    // 验证组数\n    if (doubleColonCount === 1) {\n        if (actualGroupCount > validGroupCount - 1) return false;\n    } else {\n        if (groups.length !== validGroupCount) return false;\n    }\n\n    // 验证每组内容\n    for (let group of groups) {\n        if (group === \"\") continue; // 跳过空组（双冒号部分）\n        if (!/^[0-9a-fA-F]{1,4}$/.test(group)) return false; // 1-4位十六进制\n    }\n    return true;\n}\n\nfunction isIPAddress(input) {\n    return isIPv4Address(input) || isIPv6Address(input);\n}\n\nfunction getSessionId(cookieString) {\n    const match = cookieString.match(/sessionid=([^;]+)/);\n    return match ? match[1] : null;\n}\n\nfunction getKey(key) {\n    let parts = key.split(\";\");\n    for (let part of parts) {\n        if (part.includes(\"qttoken\")) {\n            return part.split(\"=\")[1];\n        }\n    }\n    return \"\";\n}\n\nfunction getFanqieCookie() {\n    const {\n        cookie\n    } = this;\n    try {\n        return String(cookie.getCookie('fanqienovel.com') || java.getCookie('fanqienovel.com') || '');\n    } catch (e) {\n        return '';\n    }\n}\n\n\nfunction paraForiOS(html, sources) {\n    return html.replace(\n        /<p>(.*?)(?:<comment ident=\"([^\"]*)\" count=\"([^\"]*)\" \\/>)?<\\/p>/g,\n        function(match, text, url, count) {\n            if (url && count) {\n                const encodedUrl = url.replace(/&/g, '&amp;');\n                return `<div rs-native>${text}<comment count=\"${count}\" onPress=\"java.showReadingBrowser('${encodedUrl}','${sources}段评')\"></div>`;\n            } else {\n                return `<div rs-native>${text}</div>`;\n            }\n        }\n    );\n}",
    "lastUpdateTime": 1774171105997,
    "loginUi": "[{\n        \"name\": \"邮箱\",\n        \"type\": \"text\"\n    },{\n        \"name\": \"密码\",\n        \"type\": \"password\"\n    },\n    {\n        \"name\": \"♥登录书源\",\n        \"type\": \"button\",\n        \"action\": \"login(true)\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"🍅番茄登录\",\n        \"type\": \"button\",\n        \"action\": \"fq_login()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    },\n    {\n        \"name\": \"🏝用户后台\",\n        \"type\": \"button\",\n        \"action\": \"loginqt()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"🔐注册书源\",\n        \"type\": \"button\",\n        \"action\": \"register()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    },\n\n    {\n        \"name\": \" 🔚 退出登录\",\n        \"type\": \"button\",\n        \"action\": \"logout()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"🔮 检测登录\",\n        \"type\": \"button\",\n        \"action\": \"checkStatus()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"☕打赏享福利\",\n        \"type\": \"button\",\n        \"action\": \"vip()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \" 🗑 清除设备\",\n        \"type\": \"button\",\n        \"action\": \"clearDevice()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n\n    }, {\n        \"name\": \"📑更少简介\",\n        \"type\": \"button\",\n        \"action\": \"set_info()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"📝段评开关\",\n        \"type\": \"button\",\n        \"action\": \"paracomment('fqpara')\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"📚 同步书架\",\n        \"type\": \"button\",\n        \"action\": \"set_reading()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"♋️ 男/女频道\",\n        \"type\": \"button\",\n        \"action\": \"set_source_type()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"💢 强制搜索全部\",\n        \"type\": \"button\",\n        \"action\": \"disabledSources()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"❇️ 更新书源\",\n        \"type\": \"button\",\n        \"action\": \"renderVersionPage()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"🗂当前模式\",\n        \"type\": \"button\",\n        \"action\": \"get_media()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 1\n        }\n    }, {\n        \"name\": \"📖小说模式\",\n        \"type\": \"button\",\n        \"action\": \"set_media('小说')\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"🔊听书模式\",\n        \"type\": \"button\",\n        \"action\": \"set_media('听书')\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"🏞漫画模式\",\n        \"type\": \"button\",\n        \"action\": \"set_media('漫画')\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"🖲短剧模式\",\n        \"type\": \"button\",\n        \"action\": \"set_media('短剧')\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"🎚切换服务器\",\n        \"type\": \"button\",\n        \"action\": \"set_server()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"♻️检测当前服务器\",\n        \"type\": \"button\",\n        \"action\": \"checkNet()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"⚕️本地/服务器 \",\n        \"type\": \"button\",\n        \"action\": \"get_proxy()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"📌永久发布页📌\",\n        \"type\": \"button\",\n        \"action\": \"api()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"↓↓下方可切换来源用于搜索/发现页↓↓\",\n        \"type\": \"button\",\n        \"action\": \"get_media()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 1\n        }\n    }, {\n        \"name\": \"✨️网友推荐\",\n        \"type\": \"button\",\n        \"action\": \"set_source('推荐')\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"💖我来推荐\",\n        \"type\": \"button\",\n        \"action\": \"put_book()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        \"name\": \"全部\",\n        \"type\": \"button\",\n        \"action\": \"set_source('全部')\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('番茄')\",\n        'name': '番茄',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('69书吧')\",\n        'name': '69书吧',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('七猫')\",\n        'name': '七猫',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('百度')\",\n        'name': '百度',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('起点')\",\n        'name': '起点(第三方)',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('得间')\",\n        'name': '得间',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('塔读')\",\n        'name': '塔读',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('书旗')\",\n        'name': '书旗',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('QQ')\",\n        'name': 'QQ',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('猫眼')\",\n        'name': '猫眼',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('搜书神器')\",\n        'name': '搜书神器',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('得奇')\",\n        'name': '得奇',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('伪69')\",\n        'name': '伪69',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('爱下电子书')\",\n        'name': '爱下电子书',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('小米')\",\n        'name': '小米',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('星星小说')\",\n        'name': '星星小说',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('笔趣阁22')\",\n        'name': '笔趣阁22',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('顶点')\",\n        'name': '顶点',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('幻梦轻小说')\",\n        'name': '幻梦轻小说',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('江湖')\",\n        'name': '江湖',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n\n        'action': \"set_source('知乎')\",\n        'name': '知乎',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('vip')\",\n        'name': '下方为VIP专属书源(点击此处搜所有vip)',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 1\n        }\n    }, {\n        'action': \"set_source('喜马拉雅')\",\n        'name': '喜马拉雅',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('svip')\",\n            'name': '下方为SVIP专属书源(点击此处搜所有svip)',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 1\n            }\n        }, {\n            'action': \"set_source('超会专属短剧')\",\n            'name': '超会专属短剧',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('超会专属小说')\",\n            'name': '超会专属小说',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n        'action': \"set_source('酷我')\",\n        'name': '酷我',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n            'action': \"set_source('台湾小说')\",\n            'name': '台湾小说',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('3A小说')\",\n            'name': '3A小说',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n             'action': \"set_source('包子漫画')\",\n            'name': '包子漫画',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {       \t  \t\n            'action': \"set_source('QQ阅读')\",\n            'name': 'QQ(会员书籍免费)',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('久久小说')\",\n            'name': '久久小说',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n        \t    'action': \"set_source('追更人')\",\n            'name': '追更人',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('漫画屋')\",\n            'name': '漫画屋',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('漫画网')\",\n            'name': '漫画网',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('52书库')\",\n            'name': '52书库',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('腐小说')\",\n            'name': '腐小说',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('完本小说')\",\n            'name': '完本小说',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('盐选文库')\",\n            'name': '盐选文库',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {    \t     \t\n            'action': \"set_source('有度中文')\",\n            'name': '有度中文',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('三零读书')\",\n            'name': '三零读书',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('鹿鹿')\",\n            'name': '鹿鹿',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('阅友小说')\",\n            'name': '阅友小说',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('星空小说')\",\n            'name': '星空小说',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('全免漫画')\",\n            'name': '全免漫画',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('365小说')\",\n            'name': '365小说',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('冷冷文学')\",\n            'name': '冷冷文学',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('万相书城')\",\n            'name': '万相书城',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n             'action': \"set_source('幻梦轻小说')\",\n            'name': '幻梦轻小说',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\t\n            'action': \"set_source('独步小说')\",\n            'name': '独步小说',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('福书网')\",\n            'name': '福书网',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('速读谷')\",\n            'name': '速读谷',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n            'action': \"set_source('全本同人')\",\n            'name': '全本同人',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n        'action': \"set_source('漫客栈')\",\n        'name': '漫客栈',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('河马')\",\n        'name': '河马短剧',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n            'action': \"set_source('极速影视')\",\n        'name': '极速影视',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n        'action': \"set_source('旺旺短剧')\",\n        'name': '旺旺短剧',\n        'type': 'button',\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    }, {\n             'action': \"set_source('毒舌影视')\",\n            'name': '毒舌影视',\n            'type': 'button',\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.4\n            }\n        }, {\n        \"name\": \"自定义搜索源(多个用英文,分割)\",\n        \"type\": \"text\"\n    }, {\n        \"name\": \"听书Ai音色填写后点击右上角✔\",\n        \"type\": \"text\"\n    }, {\n        \"name\": \"自定义服务器(可不填)\",\n        \"type\": \"text\"\n    }, {\n        \"name\": \"自定义评论颜色(可不填)\",\n        \"type\": \"text\"\n    }, {\n        \"name\": \"段评气泡样式(0-4)\",\n        \"type\": \"text\"\n    }, {\n        \"name\": \"手动填写番茄token(可不填)\",\n        \"type\": \"text\"\n    }\n]",
    "loginUrl": "// 当前书源版本号，切勿修改，否则影响更新的识别\nconst localVersion = '5.3.22';\n\nfunction login(flag) {\n    if (flag == undefined) {\n        result = JSON.parse(source.getLoginInfo())\n    } else {\n        java.longToast(\"\\n\\n💞正在登录中...\")\n        putLoginInfo(JSON.stringify(result))\n    }\n    let base_url = getArgument('server')\n    let zdyserver = String(result['自定义服务器(可不填)']);\n    if (zdyserver.includes('http')) {\n        setArgument('server', zdyserver);\n        if (getKey(String(cookie.getCookie(base_url)))) {\n            let cookies = cookie.getCookie(base_url)\ntry{cookie.removeCookie(base_url)} catch(e){}\n            cookie.setCookie(zdyserver, cookies)\n        }\n        java.toast(`\\n\\n当前服务器为自定义服务器\\n${zdyserver}\\n\\n切换服务器请先清空服务器地址中的数据`);\n    }\n    let zdytone_id = String(result['听书Ai音色填写后点击右上角✔'] || '');\n    if (zdytone_id) {\n        setArgument('tone_id', zdytone_id);\n    } else {\n        setArgument('tone_id', '默认音色');\n    }\n    let plcolor = String(result['自定义评论颜色(可不填)'] || '#000000');\n    if (plcolor) {\n        setArgument('plcolor', plcolor);\n    } else {\n        setArgument('plcolor', '#000000');\n    }\n    let zdysources = String(result['自定义搜索源(多个用英文,分割)'] || '');\n    if (zdysources) {\n        setArgument('source', zdysources);\n    };\n    base_url = getArgument('server')\n    let register_email = String(result['邮箱'])\n    let password = String(result['密码'])\n    let key = String(result['密钥'] || '')\n\n    //java.log(cookie.getCookie(base_url))\n    if ((register_email && password || key) && !String(getKey(String(cookie.getCookie(base_url))))) {\n        try{cookie.removeCookie(base_url)} catch(e){}\n        let deviceKey = '';\n        try {\n            deviceKey = java.deviceID();\n        } catch (e) {\n            deviceKey = java.androidId();\n        };\n        let deviceId = deviceKey;\n        if (register_email && password) {\n            let options = JSON.stringify({\n                method: 'POST',\n                headers: {\n                    'Content-Type': 'application/json'\n                },\n                body: JSON.stringify({\n                    register_email: result['邮箱'],\n                    password: result['密码']\n                })\n            })\n            try {\n                let data = JSON.parse(java.ajax(`${base_url}/login_api,${options}`))\n                if (data.code == 0) {\n                    //java.toast(deviceId)\n                    java.toast(\"\\n\\n✅️登录成功\")\n                    cookie.setCookie(base_url, `qttoken=${data.key};deviceId=${deviceId}`)\n                    result['密钥'] = data.key\n                    putLoginInfo(JSON.stringify(result))\n                } else {\n                    java.toast('\\n\\n💔' + data.msg || \"登录失败，请重试！\")\n                }\n            } catch (e) {\n                java.toast(\"\\n\\n💔登录失败，请重试！\\n\" + e.message)\n            }\n        } else {\n            cookie.setCookie(base_url, `qttoken=${key};deviceId=${deviceId}`)\n            let res = java.ajax(`${base_url}/user_api,{\"method\":\"POST\",\"headers\":{\"cookie\":\"${cookie.getCookie(base_url)}\"}}`)\n            try {\n                res = JSON.parse(res)\n                if (res.id != undefined) {\n                    java.toast('\\n\\n密钥登录成功')\n                    result['邮箱'] = res.email\n                    putLoginInfo(JSON.stringify(result))\n                } else {\n                    throw new Error()\n                }\n            } catch (e) {\n                java.log(e)\n                java.toast(\"\\n\\n💔登录失败\")\n            }\n        }\n    } else if (flag && String(getKey(String(cookie.getCookie(base_url))))) {\n        java.toast(\"\\n\\n当前✅️已登录，请🚫退出登录后重新登录\");\n        //checkStatus();\n    } else if (flag) {\n        java.toast(\"\\n\\n⛔️请先填写邮箱和密码\");\n    }\n}\n\n// 检测服务器\nfunction checkNet() {\n    let url = getArgument('server');\n    java.longToast(`\\n\\n♻️正在检测：${url}\\n请稍等~`);\n    let date1 = new Date().getTime();\n    let html = java.ajax(url + '/login');\n    let date2 = new Date().getTime();\n    let t = date2 - date1;\n    let c = String(html).indexOf('大灰狼');\n    let code = 1;\n    let time = t / 1000 + 's';\n    let logTime = '【' + url + '】\\n┋┋\\n' + '解析时间：' + time;\n    if (c == -1 || t > 5000) {\n        java.longToast('\\n💔【访问失败提示】\\n' + '┏┅━┅━┅━┅━┅┅━┅━┅┓\\n┋┋\\n' + logTime + '\\n┋┋\\n♣️当前接口无法访问(可能被墙)♣️\\n┋┋\\n请切换其他接口/切换网络环境\\n┋┋' + '\\n┗┅━┅━┅━┅━┅┅━┅━┅┛');\n    } else if (t < 1000) {\n        java.longToast('\\n💖【网络环境优良】\\n' + '┏┅━┅━┅━┅━┅┅━┅━┅┓\\n┋┋\\n' + logTime + '\\n┋┋\\n❤️延迟低，推荐使用此接口❤️\\n┋┋\\n网络环境优良，请继续保持状态\\n┋┋' + '\\n┗┅━┅━┅━┅━┅┅━┅━┅┛');\n    } else if (t >= 1000 && t < 2000) {\n        java.longToast('\\n💛【网络环境一般】\\n' + '┏┅━┅━┅━┅━┅┅━┅━┅┓\\n┋┋\\n' + logTime + '\\n┋┋\\n♦️延迟一般，勉强可使用♦️\\n┋┋\\n请切换其他接口或切换网络环境\\n┋┋' + '\\n┗┅━┅━┅━┅━┅┅━┅━┅┛');\n    } else if (t >= 2000 && t < 5000) {\n        java.longToast('\\n💔【网络环境堪忧】\\n' + '┏┅━┅━┅━┅━┅┅━┅━┅┓\\n┋┋\\n' + logTime + '\\n┋┋\\n♠延迟过高，不建议使用♠\\n┋┋\\n请切换其他接口或切换网络环境\\n┋┋' + '\\n┗┅━┅━┅━┅━┅┅━┅━┅┛');\n    }\n}\n\nfunction isVips(res) {\n    let isVIP = '';\n    let vipEndTime = res.vip_end_time;\n    let formattedDate = '';\n\n    if (vipEndTime && vipEndTime !== 0) {\n        let date = new Date(vipEndTime * 1000);\n        formattedDate = `${date.getFullYear()}-${(date.getMonth() + 1).toString().padStart(2, '0')}-${date.getDate().toString().padStart(2, '0')}`;\n        let currentTime = Math.floor(Date.now() / 1000);\n        let remainingDays = Math.ceil((vipEndTime - currentTime) / (24 * 60 * 60));\n        if (currentTime > vipEndTime) {\n            isVIP = `${res.vip_level === 1 ? \"VIP\" : \"SVIP\"} (已过期)`;\n        } else if (remainingDays <= 7) {\n            isVIP = `${res.vip_level === 1 ? \"VIP\" : \"SVIP\"} 剩余${remainingDays}天`;\n        } else {\n            if (vipEndTime < 1912946812) {\n                isVIP = `${res.vip_level === 1 ? \"VIP\" : \"SVIP\"}(${formattedDate})`;\n            } else {\n                isVIP = `${res.vip_level === 1 ? \"VIP\" : \"SVIP\"} (永久)`;\n            }\n        }\n    } else {\n        isVIP = '您尚未开通VIP';\n    }\n    return isVIP;\n}\n\nfunction checkStatus() {\n    java.longToast('\\n\\n♻️检测中...');\n    let base_url = getArgument('server')\n    let res = java.ajax(`${base_url}/user_api,{\"method\":\"POST\",\"headers\":{\"cookie\":\"${cookie.getCookie(base_url)}\"}}`)\n    try {\n        res = JSON.parse(res)\n        if (res.id != undefined) {\n            result['邮箱'] = res.email\n            putLoginInfo(JSON.stringify(result))\n            let devices\n            try {\n                devices = Object.keys(JSON.parse(res.device)).length;\n            } catch (e) {\n                devices = res.device ? 1 : 0;\n            }\n            let isVip = isVips(res);\n            tips = `\n┏┅┅┅┅┅┅┱┄┄┄┄┄┄┄┄┄┄┐\n　 🧢昵称 　　　　${res.nickname.padEnd(20,\"\\t\") || \"未设置\".padEnd(20,\"\\t\")}\n┣┅┅┅┅┅┅╉┄┄┄┄┄┄┄┄┄┄┤\n　✉️邮箱　　　　${res.email.replace(/(.{3}).*?@/,\"$1***@\").padEnd(20,\"\\t\")}\n┣┅┅┅┅┅┅╉┄┄┄┄┄┄┄┄┄┄┤\n　🔑密钥　　　　${(`${res.user_key.substring(0,4)}***${res.user_key.slice(-4)}`).padEnd(20,\"\\t\")}\n┣┅┅┅┅┅┅╉┄┄┄┄┄┄┄┄┄┄┤\n　📅注册时间　　${java.timeFormat(res.register_time*1000).padEnd(20,\"\\t\")}\n┣┅┅┅┅┅┅╉┄┄┄┄┄┄┄┄┄┄┤\n　🗒️今日阅读　　${(java.timeFormat(new Date()).slice(0,10)==java.timeFormat(res.last_read_time * 1000).slice(0,10)?res.day_read_count:0).toString().padEnd(20,\"\\t\")}\n┣┅┅┅┅┅┅╉┄┄┄┄┄┄┄┄┄┄┤\n　📚累计阅读　　${res.all_read_count.toString().padEnd(20,\"\\t\")}\n┣┅┅┅┅┅┅╉┄┄┄┄┄┄┄┄┄┄┤\n　🕓最后阅读　　${(res.last_read_time != 0?java.timeFormat(res.last_read_time * 1000):'未阅读').padEnd(20,\"\\t\")}\n┣┅┅┅┅┅┅╉┄┄┄┄┄┄┄┄┄┄┤\n　📱在线设备　　${devices.toString().padEnd(20,\"\\t\")}\n┣┅┅┅┅┅┅╉┄┄┄┄┄┄┄┄┄┄┤\n　👑会员状态　　${isVip.padEnd(20,\"\\t\")}\n┣┅┅┅┅┅┅╉┄┄┄┄┄┄┄┄┄┄┤\n　🚫封禁状态　　${res.is_banned?'已封禁':'正常　'}　　　　　　　\n┗┅┅┅┅┅┅┹┄┄┄┄┄┄┄┄┄┄┘\n`\n            java.log(tips)\n            java.longToast(tips)\n        } else {\n            throw new Error(res.msg)\n        }\n    } catch (e) {\n        //java.log(e)\n        java.toast(\"\\n检测登录失败\\n\" + e.message)\n    }\n}\n\nfunction clearDevice() {\n    let base_url = getArgument('server')\n    let res = java.ajax(`${base_url}/clear,{\"method\":\"POST\",\"headers\":{\"cookie\":\"${cookie.getCookie(base_url)}\"}}`)\n    res = JSON.parse(res);\n   java.toast(res.code == 0 ? \"\\n\\n📴设备清除成功\" : res.msg)\n    Packages.java.lang.Thread.sleep(500)\n    checkStatus()\n}\n// 保存登录UI信息\nfunction putLoginInfo(info) {\n    try {\n        let key = java.androidId()\n        let encodeStr = Packages.android.util.Base64.encodeToString(java.createSymmetricCrypto(\"AES\", key).encrypt(info), 2)\n        cache.put(`userInfo_${source.getKey()}`, encodeStr)\n        return true\n    } catch (e) {\n        java.log(e)\n        return source.putLoginInfo(info)\n    }\n}\n\n// 用户后台\nfunction loginqt() {\n\t   let base_url = getArgument('server');\n\t   let ck = String(cookie.getKey(base_url, \"qttoken\"));\n\t   if (!ck) {\n\t   \tjava.longToast('\\n\\n🚫请先登录!')\n\t   \t} else {\n\t   \t\tjava.startBrowserAwait(getArgument('server') + '/user', '大灰狼小说后台');\n\t   \t\t}\n    }\n\n// 用户注册\nfunction register() {\n\t   let base_url = getArgument('server');\n\t   \tjava.startBrowserAwait(getArgument('server') + '/register', '大灰狼小说注册');\n    }\n\n//登录番茄\nfunction fq_login() {\n    try {\n        java.startBrowserAwait(\"https://fanqienovel.com/\", \"登录\")\n    } catch (e) {\n        java.toast(e)\n    }\n    try {\n        cookie.removeCookie(\"snssdk.com\")\n    } catch (e) {}\n    var cookie_ = \"sessionid=\" + (String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : source.getLoginInfoMap()['手动登录Token'])\n    let user\n    try {\n        user = JSON.parse(java.ajax(\"https://fanqienovel.com/api/user/info/v2,\" + JSON.stringify({\n            method: \"GET\",\n            headers: {\n                \"Cookie\": cookie_\n            }\n        }))).data.name\n    } catch (e) {\n        java.log(e)\n    }\n    if (!cookie_ || cookie_ == \"sessionid=\" || !user) {\n        java.toast(\"未获取到登录凭据，登录失败\")\n        return false\n    }\n    java.toast(\"\\n\\n欢迎 \" + user + \"\\n登录成功！\")\n    return true\n}\n\n//退出登录\nfunction logout() {\n    cookie.removeCookie(\"fanqienovel.com\");\n    cookie.removeCookie(\"snssdk.com\");\n    cookie.removeCookie(\"69shuba.com\");\n    /*\n    let servers = host\n    for (let server of servers) {\n    \ttry{removeCookie(server )} catch(e){cookie.removeCookie(server )}\n    }\n    */\ntry{cookie.removeCookie(getArgument('server'))} catch(e){}\n    java.toast(\"✅️退出登录成功\");\n}\n\n//获取参数\nfunction getArgument(key) {\n    let open_argument = source.getVariable();\n    open_argument = getArguments(open_argument, '');\n    return open_argument[key];\n}\n\n//设置参数\nfunction setArgument(key, value) {\n    let open_argument = source.getVariable();\n    open_argument = getArguments(open_argument, '');\n    open_argument[key] = value;\n    open_argument = JSON.stringify(open_argument);\n    source.setVariable(open_argument);\n    return open_argument;\n}\n\n// 设置本地or云端访问\nfunction get_proxy() {\n    let proxy = getArgument('proxy');\n    if (proxy == '本地') {\n        setArgument('proxy', '云端');\n        java.longToast('\\n所有数据采用\\n\\n服务器网络访问\\n\\n如果发现用不了，请切换本地网络访问，如69书吧');\n    } else {\n        setArgument('proxy', '本地');\n        java.longToast('\\n所有数据采用\\n\\n本地网络访问\\n\\n如果发现用不了，请开启网络代理，如69书吧');\n    }\n}\n\n\n//设置男女频\nfunction set_source_type() {\n    let source_type = getArgument(\"source_type\");\n    if (source_type == '女频') {\n        setArgument(\"source_type\", '男频');\n    java.toast(\"\\n发现页已设置为:🙋‍♂️男频\" );\n    } else {\n        setArgument(\"source_type\", '女频');\n    java.toast(\"\\n发现页已设置为:🙋‍♀️女频\" );\n    }\n    \n}\n\nfunction set_reading() {\n\tlet reading = getArgument(\"reading\");\n    if (reading == '1') {\n        setArgument(\"reading\", '0');\n    java.toast(\"\\n\\n大灰狼书架记录同步已关闭！\" );\n    } else {\n        setArgument(\"reading\", '1');\n    java.longToast(\"\\n\\n大灰狼书架记录同步已开启！\\n刷新阅读书架即可将书架书籍同步到大灰狼书架！\" );\n    }\n\n\t}\n\n//首页\nfunction api() {\n    java.startBrowserAwait('http://fb.langge.cf', \"首页\");\n}\n\n//打赏\nfunction vip() {\n\t    let base_url = getArgument('server');\n\t   let ck = String(cookie.getKey(base_url, \"qttoken\"));\n\t   if (!ck) {\n\t   \tjava.longToast('\\n\\n🚫请先登录!')\n\t   \t} else {\n\t   \t\tjava.startBrowserAwait(getArgument('server') + '/coffee', '大灰狼小说会员开通');\n\t   \t\t}\n    }\n\nvar server = getArgument('server');\n\n//设置搜索媒体\nfunction set_media(media) {\n    const mediaConfig = {\n        '喜马拉雅': ['听书'],\n        '番茄': '*',\n        '福利小说':['小说'],\n        '全免漫画':['漫画'],\n        '包子漫画':['漫画'],\n        '漫画网':['漫画'],\n        '风车漫画':['漫画'],\n        '福利漫画':['漫画'],\n        '好看漫画':['漫画'],\n        '酷我':['听书'],\n        '海洋听书':['听书'],\n        '七猫': ['小说', '听书'],\n        '河马': ['短剧'],\n        '超会专属短剧': ['短剧'],\n        '歪瑞古德': ['漫画'],\n        '毒舌影视':['短剧'],\n        '全部': '*', // 允许所有模式\n        '默认': ['小说']\n    };\n\n    const source = getArgument('source');\n    const allowedModes = mediaConfig[source] || mediaConfig['默认'];\n    let targetMedia = mediaConfig['默认'][0];\n    let isAllowed = false;\n\n    if (allowedModes === '*' || allowedModes.includes(media)) {\n        targetMedia = media;\n        isAllowed = true;\n    } else if (Array.isArray(allowedModes)) {\n        targetMedia = allowedModes[0];\n    }\n\n    const message = isAllowed ?\n        `\\n\\n已切换至：${targetMedia}\\n请重新搜索书籍！` :\n        `\\n\\n目前${source}：不支持【${media}】模式！\\n已自动切换至：${targetMedia}`;\n\n    setArgument('media', targetMedia);\n    java.toast(message);\n}\n\n//获取搜索媒体\nfunction get_media() {\n    let media = getArgument('media');\n    let source = getArgument('source');\n    if (media == '') {\n        media = '全部';\n    }\n    var tishi = '\\n\\n当前服务器：' + getArgument('server')\n    java.longToast(`\\n\\n当前使用源：${source}-${media}${tishi}`);\n}\n\n\n//设置服务器\nfunction set_server() {\n    putLoginInfo(JSON.stringify(result))\n    let zdyserver;\n    let base_url = getArgument('server')\n    try {\n        zdyserver = String(result['自定义服务器(可不填)']);\n        if (zdyserver.includes('http')) {\n            setArgument('server', zdyserver);\n            if (getKey(String(cookie.getCookie(base_url)))) {\n                let cookies = cookie.getCookie(base_url)\n                try{cookie.removeCookie(base_url)} catch(e){}\n                cookie.setCookie(zdyserver, cookies)\n            }\n            java.toast(`\\n\\n当前服务器为自定义服务器\\n${zdyserver}\\n\\n切换服务器请先清空服务器地址中的数据`);\n        } else {\n            zdyserver = '';\n        }\n    } catch (error) {\n        zdyserver = '';\n    }\n    if (!zdyserver) {\n        const servers = host\n        const currentServer = getArgument('server') || '';\n        const currentIndex = servers.indexOf(currentServer);\n\n        const nextIndex = currentIndex >= 0 ? (currentIndex + 1) % servers.length : 0;\n        const nextServer = servers[nextIndex];\n\n        setArgument('server', nextServer);\n        if (getKey(String(cookie.getCookie(currentServer)))) {\n            let cookies = cookie.getCookie(currentServer)\ntry{cookie.removeCookie(currentServer)} catch(e){}\n            cookie.setCookie(nextServer, cookies)\n        }\n        java.longToast(`\\n\\n服务器【${nextIndex+1}】：${nextServer}`);\n    }\n}\n\n//获取音色\nvar tone_id = getArgument('tone_id');\n\nfunction get_tone_id(arg) {\n    var datadist = {\n        \"0\": \"默认音色\",\n        \"-1\": \"阅读模式\",\n        \"-2\": \"漫画模式\",\n        \"51\": \"多人发音\",\n        \"1\": \"甜美少女\",\n        \"2\": \"清亮青叔\",\n        \"5\": \"开朗青年\",\n        \"6\": \"温柔淑女\",\n        \"4\": \"成熟大叔\",\n        \"74\": \"大叔升级\",\n        \"30\": \"优雅御姐\"\n    };\n    var tone_id = datadist[arg] || arg;\n    var tishi = '\\n\\n当前音色：' + tone_id;\n    java.toast(tishi);\n}\n\n//设置音色\nfunction set_tone_id(mode, name) {\n    putLoginInfo(JSON.stringify(result))\n    let zdytone_id;\n    try {\n        zdytone_id = String(result['其他音色填写后点击右上角✔']);\n        if (zdytone_id) {\n            setArgument('tone_id', zdytone_id);\n            java.toast(`\\n\\n当前音色为自定义音色\\n${zdytone_id}\\n\\n切换音色请先清空音色输入框中的数据`);\n        } else {\n            zdytone_id = '';\n        }\n    } catch (error) {\n        zdytone_id = '';\n    }\n    if (!zdytone_id) {\n        let toast = \"\\n\\n已切换至：\" + name + '\\n\\n切换后需要刷新详情页';\n        setArgument('tone_id', mode);\n        java.toast(toast);\n    }\n}\n\n//设置来源\nfunction set_source(sources) {\n    let zdysources = String(result['自定义搜索源(多个用英文,分割)'] || '');\n    if (zdysources.length > 1 && zdysources != 'undefined') {\n        java.toast('\\n\\n请先清空自定义源再设置');\n    } else {\n        setArgument('source', sources);\n        set_media('小说');\n        java.toast(`\\n\\n当前来源已切换为:\\n${sources}\\n\\n切换后请重新搜索`);\n    }\n}\n\n// 设置简介\nfunction set_info() {\n    var info = getArgument('info');\n    if (info == 'on') {\n        setArgument('info', 'off');\n        java.toast('\\n\\n已恢复详情页详细简介');\n    } else {\n        setArgument('info', 'on');\n        java.toast('\\n\\n已精简详情页简介');\n    }\n}\n\n// 番茄段评\nfunction paracomment() {\n    var fqpara = getArgument('fqpara');\n    if (fqpara == 'on') {\n        setArgument('fqpara', 'off');\n        java.longToast('\\n\\n段评已关闭');\n    } else {\n        setArgument('fqpara', 'on');\n        java.longToast(\"\\n\\n段评已开启\\n\\n长按刷新段后面的图片即可\\n\\n如果图片不显示，刷新无反应\\n请更新测试版阅读app\");\n    }\n}\n\n// 强制搜索被禁用的源\nfunction disabledSources() {\n    var disabled_sources = getArgument('disabled_sources');\n    if (disabled_sources == '1') {\n        setArgument('disabled_sources', '0');\n        java.longToast('\\n\\n强制搜索禁用的源已关闭');\n    } else {\n        setArgument('disabled_sources', '1');\n        setArgument('source', '全部');\n        java.longToast(\"\\n\\n强制搜索禁用的源已开启\\n\\n注意：开启后搜索时间会变长！\");\n    }\n}\n\n// 我要推荐\nfunction put_book() {\n    java.startBrowserAwait(getArgument('server') + '/put_book', '我来推荐');\n}\n\n// 书源更新\nfunction renderVersionPage() {\n    let yd = '';\n    let html = `\n<!DOCTYPE html>\n<html lang=\"zh-CN\">\n<head>\n  <meta charset=\"UTF-8\" />\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n  <title>书源更新</title>\n  <!-- Font Awesome 图标库 -->\n  <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css\" />\n  <style>\n    :root {\n      --primary-gradient: linear-gradient(135deg, #4e6ef2, #6b2dd8);\n      --latest-gradient: linear-gradient(135deg, #8e2de2 0%, #4a00e0 50%, #d4af37 100%);\n      --success-color: #28c76f;\n      --warning-color: #ff9f43;\n      --error-color: #ea5455;\n      --text-main: #1f2937;\n      --text-secondary: #6b7280;\n      --card-bg: #ffffff;\n      --border-color: #e5e7eb;\n      --light-bg: #f9fafb;\n      --shadow: 0 4px 12px rgba(78, 110, 242, 0.1);\n      --shadow-hover: 0 6px 18px rgba(78, 110, 242, 0.2);\n      --glow-shadow: 0 0 25px rgba(142, 45, 226, 0.5), 0 0 50px rgba(212, 175, 55, 0.3);\n      --modal-bg: rgba(31, 41, 55, 0.8);\n      --modal-content-bg: #ffffff;\n    }\n\n    * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n      font-family: 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;\n    }\n\n    body {\n      background: linear-gradient(135deg, #eef2ff, #f5f7ff);\n      color: var(--text-main);\n      min-height: 100vh;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      padding: 16px;\n    }\n\n    /* 加载动画 */\n    .loading-wrapper {\n      text-align: center;\n      animation: fadeIn 0.3s ease;\n    }\n\n    .loading-spinner {\n      width: 50px;\n      height: 50px;\n      border: 4px solid rgba(78, 110, 242, 0.3);\n      border-top-color: #4e6ef2;\n      border-radius: 50%;\n      margin: 0 auto 20px;\n      animation: spin 1s linear infinite;\n    }\n\n    .loading-text {\n      color: var(--text-main);\n      font-size: 16px;\n      font-weight: 500;\n    }\n\n    @keyframes spin {\n      to { transform: rotate(360deg); }\n    }\n\n    @keyframes fadeIn {\n      from { opacity: 0; transform: translateY(20px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes slideIn {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes pulse {\n      0%, 100% { opacity: 1; }\n      50% { opacity: 0.7; }\n    }\n\n    @keyframes gradientAnimation {\n      0% { background-position: 0% 50%; }\n      50% { background-position: 100% 50%; }\n      100% { background-position: 0% 50%; }\n    }\n\n    @keyframes breathe {\n      0%, 100% { \n        transform: scale(1);\n        box-shadow: var(--glow-shadow), var(--shadow);\n      }\n      50% { \n        transform: scale(1.02);\n        box-shadow: 0 0 30px rgba(142, 45, 226, 0.6), 0 0 60px rgba(212, 175, 55, 0.4), var(--shadow);\n      }\n    }\n\n    @keyframes shimmer {\n      0% {\n        background-position: -200% center;\n      }\n      100% {\n        background-position: 200% center;\n      }\n    }\n\n    /* 主容器 */\n    .container {\n      width: 100%;\n      max-width: 420px;\n      background: var(--card-bg);\n      border-radius: 24px;\n      overflow: hidden;\n      box-shadow: var(--shadow);\n      position: relative;\n      z-index: 1;\n      animation: slideIn 0.5s ease;\n      display: none;\n    }\n\n    /* 头部 */\n    .header {\n      background: var(--primary-gradient);\n      color: #ffffff;\n      padding: 24px 16px;\n      text-align: center;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .header::before {\n      content: '';\n      position: absolute;\n      top: -30px;\n      left: -30px;\n      width: 80px;\n      height: 80px;\n      background: rgba(255, 255, 255, 0.15);\n      border-radius: 50%;\n    }\n\n    .header::after {\n      content: '';\n      position: absolute;\n      bottom: -60px;\n      right: -60px;\n      width: 150px;\n      height: 150px;\n      background: rgba(255, 255, 255, 0.1);\n      border-radius: 50%;\n    }\n\n    .header h1 {\n      font-size: 1.4rem;\n      font-weight: 700;\n      margin-bottom: 8px;\n      position: relative;\n      z-index: 2;\n    }\n\n    .header p {\n      font-size: 0.9rem;\n      opacity: 0.9;\n      line-height: 1.4;\n      position: relative;\n      z-index: 2;\n    }\n\n    .header-icon {\n      font-size: 48px;\n      margin-bottom: 10px;\n      display: inline-block;\n      animation: bounce 2s ease infinite;\n    }\n\n    @keyframes bounce {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-10px); }\n    }\n\n    /* 版本对比 */\n    .version-comparison {\n      display: flex;\n      flex-wrap: nowrap;\n      gap: 12px;\n      padding: 16px;\n      margin-top: 8px;\n      position: relative;\n      z-index: 10;\n    }\n\n    .version-card {\n      flex: 1;\n      min-width: 45%;\n      background: var(--card-bg);\n      border-radius: 16px;\n      padding: 28px 16px 16px;\n      box-shadow: var(--shadow);\n      text-align: center;\n      position: relative;\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\n      overflow: hidden;\n      border: 1px solid rgba(120, 130, 240, 0.1);\n    }\n\n    .version-card:hover {\n      transform: translateY(-4px);\n      box-shadow: var(--shadow-hover);\n    }\n\n    .version-card.current-version {\n      background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);\n      border: 1px solid rgba(78, 110, 242, 0.15);\n    }\n\n    .version-card.current-version:hover {\n      box-shadow: 0 6px 20px rgba(78, 110, 242, 0.15);\n    }\n\n    .version-card.current-version h3,\n    .version-card.current-version .version-number,\n    .version-card.current-version .version-date {\n      color: var(--text-main);\n    }\n\n    .version-card.latest-version {\n      background: var(--latest-gradient);\n      background-size: 300% 300%;\n      box-shadow: var(--glow-shadow), var(--shadow);\n      color: #fff;\n      z-index: 2;\n      animation: gradientAnimation 6s ease infinite, breathe 3s ease-in-out infinite;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .version-card.latest-version::before {\n      content: '';\n      position: absolute;\n      top: -50%;\n      left: -50%;\n      width: 200%;\n      height: 200%;\n      background: linear-gradient(\n        90deg,\n        transparent,\n        rgba(255, 255, 255, 0.3),\n        transparent\n      );\n      transform: rotate(45deg);\n      animation: shimmer 3s infinite;\n    }\n\n    .version-card.latest-version h3,\n    .version-card.latest-version .version-number,\n    .version-card.latest-version .version-date {\n      color: #fff;\n      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);\n      position: relative;\n      z-index: 1;\n    }\n\n    .version-status {\n      position: absolute;\n      top: 6px;\n      right: 6px;\n      padding: 3px 7px;\n      font-size: 0.65rem;\n      font-weight: 600;\n      border-radius: 6px;\n      color: #fff;\n      line-height: 1.2;\n      white-space: nowrap;\n      z-index: 2;\n    }\n\n    .version-card.latest-version .version-status {\n      background: rgba(255, 255, 255, 0.25);\n      backdrop-filter: blur(5px);\n      border: 1px solid rgba(255, 255, 255, 0.3);\n      color: #fff;\n      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);\n    }\n\n    .status-outdated { background: var(--warning-color); }\n    .status-latest { background: var(--success-color); }\n    .status-invalid { background: var(--error-color); }\n\n    .version-card h3 {\n      font-size: 0.9rem;\n      color: var(--text-secondary);\n      margin-bottom: 8px;\n      font-weight: 500;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 6px;\n    }\n\n    .version-number {\n      font-size: 1.25rem;\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 8px 0;\n      transition: all 0.3s ease;\n      font-family: 'Courier New', monospace;\n    }\n\n    .version-card.latest-version .version-number {\n      font-size: 1.4rem;\n      transform: scale(1.05);\n      text-shadow: \n        0 2px 4px rgba(0, 0, 0, 0.3),\n        0 0 10px rgba(212, 175, 55, 0.8),\n        0 0 20px rgba(212, 175, 55, 0.5);\n      animation: pulse-glow 2s ease-in-out infinite;\n    }\n\n    @keyframes pulse-glow {\n      0%, 100% {\n        text-shadow: \n          0 2px 4px rgba(0, 0, 0, 0.3),\n          0 0 10px rgba(212, 175, 55, 0.8),\n          0 0 20px rgba(212, 175, 55, 0.5);\n      }\n      50% {\n        text-shadow: \n          0 2px 4px rgba(0, 0, 0, 0.3),\n          0 0 15px rgba(212, 175, 55, 1),\n          0 0 30px rgba(212, 175, 55, 0.7);\n      }\n    }\n\n    .version-date {\n      font-size: 0.8rem;\n      color: var(--text-secondary);\n      margin-top: 4px;\n    }\n\n    /* 版本对比指示器 */\n    .version-indicator {\n      position: absolute;\n      left: 50%;\n      top: 50%;\n      transform: translate(-50%, -50%);\n      z-index: 5;\n      width: 32px;\n      height: 32px;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);\n      color: white;\n    }\n\n    .version-indicator.update-needed {\n      background: var(--error-color);\n      box-shadow: 0 2px 8px rgba(234, 84, 85, 0.4);\n      animation: pulse-indicator 1.5s infinite;\n    }\n\n    .version-indicator.is-latest {\n      background: var(--success-color);\n      box-shadow: 0 2px 8px rgba(40, 199, 111, 0.4);\n    }\n\n    @keyframes pulse-indicator {\n      0% { transform: translate(-50%, -50%) scale(1); }\n      50% { transform: translate(-50%, -50%) scale(1.1); }\n      100% { transform: translate(-50%, -50%) scale(1); }\n    }\n\n    /* 内容区 */\n    .content-container {\n      padding: 16px;\n    }\n\n    /* 状态提示 */\n    .status-alert {\n      background: var(--card-bg);\n      border-radius: 16px;\n      box-shadow: var(--shadow);\n      margin-bottom: 16px;\n      overflow: hidden;\n      border: 1px solid rgba(120, 130, 240, 0.1);\n      padding: 12px 16px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 10px;\n      font-weight: 500;\n      font-size: 14px;\n      animation: slideIn 0.5s ease 0.3s backwards;\n    }\n\n    .status-alert i {\n      font-size: 20px;\n    }\n\n    .status-alert.update-available {\n      background: linear-gradient(135deg, #ffeaa7 0%, #fdcb6e 100%);\n      color: #d63031;\n      box-shadow: 0 4px 15px rgba(253, 203, 110, 0.4);\n    }\n\n    .status-alert.up-to-date {\n      background: linear-gradient(135deg, #55efc4 0%, #00b894 100%);\n      color: white;\n      box-shadow: 0 4px 15px rgba(0, 184, 148, 0.4);\n    }\n\n    /* 更新容器 */\n    .update-container {\n      background: var(--card-bg);\n      border-radius: 16px;\n      box-shadow: var(--shadow);\n      margin-bottom: 16px;\n      overflow: hidden;\n      border: 1px solid rgba(120, 130, 240, 0.1);\n      animation: slideIn 0.5s ease 0.4s backwards;\n    }\n\n    .update-header {\n      background: var(--light-bg);\n      padding: 12px 16px;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .update-header h2 {\n      font-size: 1rem;\n      font-weight: 600;\n      color: var(--text-main);\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    .update-header h2 i {\n      color: #4e6ef2;\n    }\n\n    .update-tag {\n      background: rgba(78, 110, 242, 0.1);\n      color: #4e6ef2;\n      padding: 4px 8px;\n      border-radius: 8px;\n      font-size: 0.75rem;\n      font-weight: 600;\n    }\n\n    .update-content {\n      padding: 16px;\n    }\n\n    .update-date {\n      font-weight: 600;\n      color: #4e6ef2;\n      margin-bottom: 12px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n      padding: 8px 0;\n      border-bottom: 1px dashed #e0e0e0;\n    }\n\n    .update-text {\n      margin: 8px 0;\n      position: relative;\n      padding-left: 16px;\n      line-height: 1.5;\n      color: var(--text-main);\n      font-size: 0.95rem;\n      white-space: pre-wrap;\n      word-break: break-word;\n    }\n\n    .update-text::before {\n      content: '•';\n      position: absolute;\n      left: 0;\n      font-weight: bold;\n      color: #4e6ef2;\n      font-size: 1.2rem;\n      line-height: 1;\n    }\n\n    /* 历史日志 */\n    .history-container {\n      background: var(--card-bg);\n      border-radius: 16px;\n      box-shadow: var(--shadow);\n      margin-bottom: 16px;\n      border: 1px solid rgba(120, 130, 240, 0.1);\n      animation: slideIn 0.5s ease 0.5s backwards;\n    }\n\n    .history-header {\n      background: var(--light-bg);\n      padding: 12px 16px;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      border-bottom: 1px solid var(--border-color);\n      cursor: pointer;\n      user-select: none;\n    }\n\n    .history-header:hover {\n      opacity: 0.8;\n    }\n\n    .history-header h2 {\n      font-size: 1rem;\n      font-weight: 600;\n      color: var(--text-main);\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    .history-header h2 i {\n      color: #4e6ef2;\n    }\n\n    .toggle-history {\n      background: none;\n      border: none;\n      color: var(--text-secondary);\n      cursor: pointer;\n      font-weight: 500;\n      display: flex;\n      align-items: center;\n      gap: 4px;\n      font-size: 0.85rem;\n      transition: color 0.2s ease;\n    }\n\n    .toggle-history:hover {\n      color: #4e6ef2;\n    }\n\n    .history-content {\n      padding: 0 16px;\n      max-height: 0;\n      overflow: hidden;\n      transition: max-height 0.4s ease, padding 0.4s ease;\n    }\n\n    .history-content.expanded {\n      max-height: 60vh;\n      overflow-y: auto;\n      padding: 16px;\n      scrollbar-width: thin;\n      scrollbar-color: #4e6ef2 #f0f0f0;\n    }\n\n    .history-content.expanded::-webkit-scrollbar {\n      width: 6px;\n    }\n\n    .history-content.expanded::-webkit-scrollbar-track {\n      background: #f0f0f0;\n      border-radius: 4px;\n    }\n\n    .history-content.expanded::-webkit-scrollbar-thumb {\n      background: #4e6ef2;\n      border-radius: 4px;\n    }\n\n    .history-content.expanded::-webkit-scrollbar-thumb:hover {\n      background: #3a56d0;\n    }\n\n    .history-item {\n      margin-bottom: 16px;\n      padding-bottom: 16px;\n      border-bottom: 1px dashed var(--border-color);\n    }\n\n    .history-item:last-child {\n      border-bottom: none;\n      margin-bottom: 0;\n      padding-bottom: 0;\n    }\n\n    .history-date {\n      font-weight: 600;\n      color: var(--text-main);\n      margin-bottom: 8px;\n      display: flex;\n      align-items: center;\n      gap: 4px;\n      font-size: 0.9rem;\n      background: rgba(78, 110, 242, 0.05);\n      padding: 6px 10px;\n      border-radius: 6px;\n    }\n\n    .history-text {\n      margin: 8px 0;\n      padding-left: 16px;\n      line-height: 1.4;\n      color: var(--text-secondary);\n      position: relative;\n      font-size: 0.9rem;\n      white-space: pre-wrap;\n      word-break: break-word;\n    }\n\n    .history-text::before {\n      content: '•';\n      position: absolute;\n      left: 0;\n      color: #4e6ef2;\n      font-weight: bold;\n      font-size: 1.2rem;\n      line-height: 1;\n    }\n\n    /* 按钮组 */\n    .button-group {\n      display: flex;\n      flex-direction: column;\n      gap: 10px;\n      margin-bottom: 16px;\n    }\n\n    .button {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 10px;\n      padding: 14px 28px;\n      text-align: center;\n      font-size: 1rem;\n      border: none;\n      border-radius: 12px;\n      text-decoration: none;\n      background: var(--primary-gradient);\n      color: white;\n      font-weight: 600;\n      transition: all 0.3s ease;\n      box-shadow: var(--shadow);\n      position: relative;\n      overflow: hidden;\n      cursor: pointer;\n    }\n\n    .button i {\n      font-size: 1rem;\n    }\n\n    .button::after {\n      content: '';\n      position: absolute;\n      top: -50%;\n      left: -50%;\n      width: 200%;\n      height: 200%;\n      background: rgba(255, 255, 255, 0.1);\n      transform: rotate(30deg);\n      transition: all 0.6s ease;\n      pointer-events: none;\n    }\n\n    .button:hover {\n      transform: translateY(-3px);\n      box-shadow: var(--shadow-hover);\n    }\n\n    .button:hover::after {\n      transform: rotate(30deg) translate(20%, 20%);\n    }\n\n    .button:active {\n      transform: scale(0.95);\n    }\n\n    /* 错误状态 */\n    .error-state {\n      text-align: center;\n      padding: 40px 20px;\n      color: var(--text-main);\n    }\n\n    .error-icon {\n      font-size: 64px;\n      margin-bottom: 20px;\n      color: var(--error-color);\n    }\n\n    .error-text {\n      font-size: 16px;\n      line-height: 1.6;\n      margin-bottom: 20px;\n    }\n\n    .retry-button {\n      background: var(--primary-gradient);\n      color: white;\n      padding: 12px 30px;\n      border-radius: 12px;\n      border: none;\n      font-weight: 600;\n      cursor: pointer;\n      transition: all 0.3s ease;\n      font-size: 14px;\n      box-shadow: var(--shadow);\n    }\n\n    .retry-button:hover {\n      transform: translateY(-2px);\n      box-shadow: var(--shadow-hover);\n    }\n\n    .retry-button:active {\n      transform: scale(0.95);\n    }\n\n    /* 装饰元素 */\n    .decoration {\n      position: absolute;\n      z-index: 0;\n      pointer-events: none;\n    }\n\n    .decoration.circle {\n      width: 120px;\n      height: 120px;\n      border-radius: 50%;\n      background: rgba(107, 45, 216, 0.05);\n      top: 10%;\n      left: 10%;\n    }\n\n    .decoration.square {\n      width: 80px;\n      height: 80px;\n      transform: rotate(45deg);\n      background: rgba(78, 110, 242, 0.05);\n      bottom: 10%;\n      right: 10%;\n    }\n\n    /* 响应式 */\n    @media (max-width: 768px) {\n      body {\n        padding: 12px;\n      }\n\n      .container {\n        max-width: 100%;\n        border-radius: 20px;\n      }\n\n      .header {\n        padding: 20px 15px;\n      }\n\n      .header h1 {\n        font-size: 1.3rem;\n      }\n\n      .header-icon {\n        font-size: 40px;\n      }\n\n      .version-comparison {\n        flex-direction: row;\n        flex-wrap: nowrap;\n        gap: 10px;\n        padding: 12px;\n        margin-top: 6px;\n        overflow-x: auto;\n      }\n\n      .version-card {\n        min-width: 45%;\n        padding: 26px 12px 12px;\n      }\n\n      /* 移动端减弱呼吸动效 */\n      .version-card.latest-version {\n        animation: gradientAnimation 6s ease infinite;\n      }\n\n      .version-status {\n        top: 5px;\n        right: 5px;\n        padding: 2px 5px;\n        font-size: 0.6rem;\n      }\n\n      .version-number {\n        font-size: 1.1rem;\n      }\n\n      .version-card.latest-version .version-number {\n        font-size: 1.2rem;\n      }\n\n      .update-header h2, .history-header h2 {\n        font-size: 0.9rem;\n      }\n\n      .button {\n        padding: 12px 24px;\n        font-size: 0.95rem;\n      }\n\n      .history-content.expanded {\n        max-height: 50vh;\n        -webkit-overflow-scrolling: touch;\n      }\n    }\n\n    @media (max-width: 380px) {\n      .header h1 {\n        font-size: 1.2rem;\n      }\n\n      .version-number {\n        font-size: 1rem;\n      }\n\n      .version-card.latest-version .version-number {\n        font-size: 1.1rem;\n      }\n\n      .button {\n        padding: 11px;\n        font-size: 0.9rem;\n      }\n    }\n  </style>\n</head>\n<body>\n  <div class=\"decoration circle\"></div>\n  <div class=\"decoration square\"></div>\n\n  <div id=\"loading\" class=\"loading-wrapper\">\n    <div class=\"loading-spinner\"></div>\n    <div class=\"loading-text\"><i class=\"fas fa-search\"></i> 正在检查更新...</div>\n  </div>\n\n  <div class=\"container\" id=\"container\">\n    <div class=\"header\">\n      <div class=\"header-icon\"><i class=\"fas fa-book\"></i></div>\n      <h1>大灰狼书源更新</h1>\n      <p>推荐使用阅读测试版<br>正式版可能存在兼容性问题</p>\n    </div>\n\n    <div class=\"version-comparison\">\n      <div class=\"version-card current-version\">\n        <div class=\"version-status status-outdated\" id=\"currentStatus\">待检查</div>\n        <h3><i class=\"fas fa-cube\"></i> 当前版本</h3>\n        <div class=\"version-number\" id=\"currentVersion\">-</div>\n        <div class=\"version-date\">您的当前版本</div>\n      </div>\n\n      <div class=\"version-indicator update-needed\" id=\"versionIndicator\" style=\"display: none;\">\n        <i class=\"fas fa-arrow-right\"></i>\n      </div>\n\n      <div class=\"version-card latest-version\">\n        <div class=\"version-status status-latest\" id=\"latestStatus\">最新版本</div>\n        <h3><i class=\"fas fa-star\"></i> 最新版本</h3>\n        <div class=\"version-number\" id=\"latestVersion\">-</div>\n        <div class=\"version-date\">可用最新版本</div>\n      </div>\n    </div>\n\n    <div class=\"content-container\">\n      <div class=\"status-alert\" id=\"statusAlert\" style=\"display: none;\"></div>\n\n      <div id=\"latestLogContainer\" style=\"display: none;\">\n        <div class=\"update-container\">\n          <div class=\"update-header\">\n            <h2><i class=\"fas fa-bolt\"></i> 最新更新</h2>\n            <div class=\"update-tag\">最新发布</div>\n          </div>\n          <div class=\"update-content\">\n            <div class=\"update-date\" id=\"latestLogDate\"></div>\n            <div class=\"update-text\" id=\"latestLogContent\"></div>\n          </div>\n        </div>\n      </div>\n\n      <div class=\"button-group\" id=\"buttonGroup\" style=\"display: none;\"></div>\n\n      <div class=\"history-container\" id=\"logs\" style=\"display: none;\">\n        <div class=\"history-header\" onclick=\"toggleLogs()\">\n          <h2><i class=\"fas fa-history\"></i> 历史更新 <span id=\"historyCount\"></span></h2>\n          <button class=\"toggle-history\" id=\"toggleButton\">\n            <span id=\"toggleText\">展开历史</span>\n            <i class=\"fas fa-chevron-down\" id=\"toggleIcon\"></i>\n          </button>\n        </div>\n        <div class=\"history-content\" id=\"logList\"></div>\n      </div>\n    </div>\n  </div>\n\n  <script>\n  let logsCollapsed = true;\n\n  function toggleLogs() {\n    logsCollapsed = !logsCollapsed;\n    const logList = document.getElementById('logList');\n    const toggleText = document.getElementById('toggleText');\n    const toggleIcon = document.getElementById('toggleIcon');\n    \n    if (logsCollapsed) {\n      logList.classList.remove('expanded');\n      toggleText.textContent = '展开历史';\n      toggleIcon.className = 'fas fa-chevron-down';\n    } else {\n      logList.classList.add('expanded');\n      toggleText.textContent = '收起历史';\n      toggleIcon.className = 'fas fa-chevron-up';\n    }\n  }\n\n  (async function() {\n    const loading = document.getElementById('loading');\n    const container = document.getElementById('container');\n    const currentVersion = document.getElementById('currentVersion');\n    const latestVersion = document.getElementById('latestVersion');\n    const currentStatus = document.getElementById('currentStatus');\n    const latestStatus = document.getElementById('latestStatus');\n    const versionIndicator = document.getElementById('versionIndicator');\n    const statusAlert = document.getElementById('statusAlert');\n    const buttonGroup = document.getElementById('buttonGroup');\n    const latestLogContainer = document.getElementById('latestLogContainer');\n    const latestLogDate = document.getElementById('latestLogDate');\n    const latestLogContent = document.getElementById('latestLogContent');\n    const logsContainer = document.getElementById('logs');\n    const logList = document.getElementById('logList');\n    const historyCount = document.getElementById('historyCount');\n\n    const localVer = '${String(localVersion)}';\n\n    // 统一的服务器配置 - 方便维护\n    const serverConfig = {\n      main: {\n        name: '主线路',\n        icon: 'rocket',\n        baseUrl: 'https://sy.dashabi.tk',\n        downloadPath: '/download/%E5%AE%89%E5%8D%93%E9%98%85%E8%AF%BBapp-%E5%A4%A7%E7%81%B0%E7%8B%BC%E8%9E%8D%E5%90%884.0(%E5%AE%8C%E5%85%A8%E7%89%88).json'\n      },\n      backup1: {\n        name: '备用线路1',\n        icon: 'box',\n        baseUrl: 'https://api.langge.cf',\n        downloadPath: '/sy/download/%E5%AE%89%E5%8D%93%E9%98%85%E8%AF%BBapp-%E5%A4%A7%E7%81%B0%E7%8B%BC%E8%9E%8D%E5%90%884.0(%E5%AE%8C%E5%85%A8%E7%89%88).json'\n      },\n      backup2: {\n        name: '备用线路2',\n        icon: 'satellite',\n        baseUrl: 'https://20.langge.tk',\n        downloadPath: '/sy/download/%E5%AE%89%E5%8D%93%E9%98%85%E8%AF%BBapp-%E5%A4%A7%E7%81%B0%E7%8B%BC%E8%9E%8D%E5%90%884.0(%E5%AE%8C%E5%85%A8%E7%89%88).json'\n      },\n      backup3: {\n        name: '备用线路3',\n        icon: 'link',\n        baseUrl: 'http://219.154.201.122:5006',\n        downloadPath: '/sy/download/%E5%AE%89%E5%8D%93%E9%98%85%E8%AF%BBapp-%E5%A4%A7%E7%81%B0%E7%8B%BC%E8%9E%8D%E5%90%884.0(%E5%AE%8C%E5%85%A8%E7%89%88).json'\n      },\n      backup4: {\n        name: '备用线路4',\n        icon: 'bolt',\n        baseUrl: 'https://v2.czyl.cf',\n        downloadPath: '/sy/download/%E5%AE%89%E5%8D%93%E9%98%85%E8%AF%BBapp-%E5%A4%A7%E7%81%B0%E7%8B%BC%E8%9E%8D%E5%90%884.0(%E5%AE%8C%E5%85%A8%E7%89%88).json'\n      },\n      backup5: {\n        name: '备用线路5',\n        icon: 'globe',\n        baseUrl: 'https://v10.czyl.cf',\n        downloadPath: '/sy/download/%E5%AE%89%E5%8D%93%E9%98%85%E8%AF%BBapp-%E5%A4%A7%E7%81%B0%E7%8B%BC%E8%9E%8D%E5%90%884.0(%E5%AE%8C%E5%85%A8%E7%89%88).json'\n      },\n      backup6: {\n        name: '备用线路6',\n        icon: 'broadcast-tower',\n        baseUrl: 'https://v4.czyl.cf',\n        downloadPath: '/sy/download/%E5%AE%89%E5%8D%93%E9%98%85%E8%AF%BBapp-%E5%A4%A7%E7%81%B0%E7%8B%BC%E8%9E%8D%E5%90%884.0(%E5%AE%8C%E5%85%A8%E7%89%88).json'\n      }\n    };\n\n    // 版本比较函数\n    function compareVersions(vs) {\n      const normalize = (v) => {\n        return v.split('.').map(n => {\n          const num = parseInt(n, 10);\n          return isNaN(num) ? 0 : num;\n        });\n      };\n\n      const parts1 = normalize(localVer);\n      const parts2 = normalize(vs);\n      const maxLength = Math.max(parts1.length, parts2.length);\n      \n      for (let i = 0; i < maxLength; i++) {\n        const num1 = parts1[i] || 0;\n        const num2 = parts2[i] || 0;\n        if (num1 > num2) return 1;\n        if (num1 < num2) return -1;\n      }\n      return 0;\n    }\n\n    async function fetchVersionData() {\n      // 使用统一配置中除主线路外的备用线路进行版本检查\n      const serversToCheck = Object.values(serverConfig).filter(s => s.baseUrl.includes('czyl.cf') || s.baseUrl.includes('219.154'));\n      \n      for (const server of serversToCheck) {\n        try {\n          const response = await fetch(server.baseUrl + '/version', { timeout: 2000 });\n          if (response.ok) {\n            return await response.json();\n          }\n        } catch (e) {\n          console.warn(\\`接口失败：\\${server.baseUrl}\\`, e);\n        }\n      }\n      throw new Error('所有更新接口都请求失败');\n    }\n\n    function showError(message) {\n      loading.innerHTML = \\`\n        <div class=\"error-state\">\n          <div class=\"error-icon\"><i class=\"fas fa-exclamation-triangle\"></i></div>\n          <div class=\"error-text\">\\${message}</div>\n          <button class=\"retry-button\" onclick=\"location.reload()\"><i class=\"fas fa-redo\"></i> 重试</button>\n        </div>\n      \\`;\n    }\n\n    try {\n      const data = await fetchVersionData();\n      const cloudVersion = String(data.version3);\n      const updateLog = data.update_log || {};\n\n      // 显示版本信息\n      currentVersion.textContent = \\`v\\${localVer}\\`;\n      latestVersion.textContent = \\`v\\${cloudVersion}\\`;\n\n      // 处理日志\n      const logEntries = Object.entries(updateLog);\n      if (logEntries.length > 0) {\n        // 显示最新日志\n        const [latestDate, latestContent] = logEntries[0];\n        latestLogDate.innerHTML = \\`<i class=\"fas fa-calendar-alt\"></i> \\${latestDate}\\`;\n        latestLogContent.textContent = latestContent;\n        latestLogContainer.style.display = 'block';\n\n        // 显示历史日志\n        if (logEntries.length > 1) {\n          const historyLogs = logEntries.slice(1);\n          historyCount.textContent = \\`(\\${historyLogs.length}条)\\`;\n          logList.innerHTML = historyLogs.map(([date, content]) => \\`\n            <div class=\"history-item\">\n              <div class=\"history-date\">\n                <i class=\"fas fa-calendar-day\"></i>\n                <span>\\${date}</span>\n              </div>\n              <div class=\"history-text\">\\${content}</div>\n            </div>\n          \\`).join('');\n          logsContainer.style.display = 'block';\n        }\n      }\n\n      // 检查更新状态\n      const compareResult = compareVersions(cloudVersion);\n      \n      // 显示版本指示器\n      versionIndicator.style.display = 'flex';\n      \n      if (compareResult === -1) {\n        // 需要更新\n        currentStatus.textContent = '待更新';\n        currentStatus.className = 'version-status status-outdated';\n        versionIndicator.className = 'version-indicator update-needed';\n        versionIndicator.innerHTML = '<i class=\"fas fa-arrow-right\"></i>';\n\n        // 使用统一配置生成下载按钮\n        buttonGroup.innerHTML = Object.values(serverConfig).map(server => {\n          const fullUrl = server.baseUrl + server.downloadPath;\n          return \\`\n            <a href=\"yuedu://booksource/importonline?src=\\${encodeURIComponent(fullUrl)}\" class=\"button\">\n              <i class=\"fas fa-\\${server.icon}\"></i>\n              <span>\\${server.name}</span>\n            </a>\n          \\`;\n        }).join('');\n        buttonGroup.style.display = 'flex';\n      } else {\n        // 已是最新版本\n        currentStatus.textContent = '最新';\n        currentStatus.className = 'version-status status-latest';\n        versionIndicator.className = 'version-indicator is-latest';\n        versionIndicator.innerHTML = '<i class=\"fas fa-check\"></i>';\n        \n        statusAlert.className = 'status-alert up-to-date';\n        statusAlert.innerHTML = '<i class=\"fas fa-check-circle\"></i> <div>您已是最新版本</div>';\n        statusAlert.style.display = 'flex';\n      }\n\n      // 显示主容器，隐藏加载\n      loading.style.display = 'none';\n      container.style.display = 'block';\n\n    } catch (err) {\n      console.error('版本检查失败：', err);\n      showError('<i class=\"fas fa-exclamation-circle\"></i> 检查更新失败，请稍后重试<br><small>' + err.message + '</small>');\n    }\n  })();\n  </script>\n</body>\n</html>\n`;\n    java.startBrowser(`data:text/html;base64,${java.base64Encode(html)}`, '大灰狼书源更新');\n}",
    "respondTime": 180000,
    "ruleBookInfo": {
      "author": "$.author",
      "canReName": "1",
      "coverUrl": "$.thumb_url",
      "init": "<js>\nif (String(baseUrl).startsWith(\"data:\")) {\n    let res = JSON.parse(java.hexDecodeToString(result));\n    let book_id = res.book_id;\n    let tab = res.tab;\n    let sources = res.sources;\n    let url = res.url;\n    let html = \"\";\n    let proxy = getArguments(source.getVariable(), \"proxy\");\n    if (url != \"\" && proxy == \"本地\") {\n        if (sources == '69书吧') {\n            let ck69 = String(cookie.getCookie(url));\n            let headers = {\n                \"Cookie\": ck69\n            };\n            let op = JSON.stringify({\n                \"headers\": headers\n            });\n            html = java.ajax(url + ',' + op);\n        } else {\n            html = java.ajax(url);\n        }\n        //java.log(html);\n        if (html.includes(\"Just a moment...\") && sources == '69书吧') {\n            cookie.removeCookie(url);\n            var x = `https://www.69shuba.com`;\n            java.longToast('需要真人验证，请进入任意书籍详情页过验证');\n            var s = java.startBrowserAwait(x, \"需要真人验证，请进入任意书籍详情页过验证\").body();\n\n            let ck69 = String(cookie.getCookie(url));\n            let headers = {\n                \"Cookie\": ck69\n            };\n            let op = JSON.stringify({\n                \"headers\": headers\n            });\n            java.log(op);\n            html = java.ajax(url + ',' + op);\n            //java.log(html);\n        }\n    }\n    let base_url = getArguments(source.getVariable(), \"server\");\n    let op = {\n        method: \"POST\",\n        body: {\n            html: html\n        }\n    };\n    op = JSON.stringify(op);\n    let varia = String(book.getVariable('custom'));\n    if (varia == 'null') {\n        varia = '';\n    }\n    varia = JSON.stringify({\n        'custom': varia\n    });\n    //varia = java.base64Encode(varia);\n    java.log(`${base_url}/detail?book_id=${book_id}&source=${sources}&tab=${tab}&variable=${varia},${op}`);\n    result = java.ajax(`${base_url}/detail?book_id=${book_id}&source=${sources}&tab=${tab}&variable=${varia},${op}`);\n}\nresult\n</js>$.data",
      "intro": "<js>\nlet {\n    book_id,\n    source: sources,\n    tab,\n    book_tts,\n    tags,\n    role,\n    last_chapter_title,\n    last_chapter_update_time,\n    word_number,\n    status,\n    score,\n    abstract,\n    copyright_info\n} = result;\nlet proxy = getArguments(source.getVariable(), \"proxy\");\nif (proxy == \"本地\") {\n    proxy = \"本地网络\";\n} else {\n    proxy = \"服务器网络\";\n}\njava.put(\"book_detail\", JSON.stringify(result));\nlet base_url = getArguments(source.getVariable(), \"server\");\nvar key = \"\";\ntry {\n    let cookieValue =\n        String(cookie.getCookie(base_url)) || String(java.getCookie(base_url));\n    key = getKey(cookieValue);\n} catch (e) {\n    key = \"\";\n}\n\nif (key == \"\") {\n    java.log(\"当前服务器未查询到登录状态，尝试查询其他服务器登录状态...\");\n    let cookieValue;\n    for (let h of host) {\n        try {\n            cookieValue = String(cookie.getCookie(h)) || String(java.getCookie(h));\n            key = getKey(cookieValue);\n        } catch (e) {\n            key = \"\";\n        }\n        if (key) {\n            java.log(`已在${h}登录，退出查询，正在转移登录状态到当前服务${base_url}`);\n            //java.log(cookieValue)\n            removeCookie(h);\n            removeCookie(base_url);\n            cookie.setCookie(base_url, cookieValue);\n            break;\n        }\n    }\n}\n\nif (book.readConfig == null || book.readConfig.useReplaceRule == null) {\n    book.setUseReplaceRule(false);\n}\n\nlet nickname = '账号状态：⚠️ 未登录 | 点击右上角 🔖 登录';\ntry {\n    let opcx = {\n        method: \"GET\",\n        headers: {\n            cookie: 'qttoken=' + key + ';'\n        },\n    };\n    opcx = JSON.stringify(opcx);\n    let user_info = JSON.parse(java.ajax(base_url + '/get_avatar,' + opcx));\n    if (user_info.code == 0) {\n        if (user_info.nickname) {\n            nickname = '欢迎回来：' + user_info.nickname\n        } else {\n            nickname = '欢迎回来：' + user_info.email + \"(请前往用户后台设置用户名)\"\n        }\n    }\n} catch (e) {\n    if (key) {\n        nickname = '账号状态：已登录'\n    }\n};\n\nlet loginStatus = nickname;\n\nlet lightDivider = \"❇️───────❇️───────❇️\";\nlet heavyDivider = \"&lrm;\\n&lrm;\";\n\nlet isValid = (value) => String(value).length > 1;\nlet ctitle = book.durChapterTitle || '未开始';\nlet info = `\n    📡 当前服务：${base_url}\n    🔑 ${loginStatus}\n    🏷 数据来源：${sources}\n    🔄 当前模式：${tab}\n    ⚙️ 访问模式：${proxy}\n    📖 阅读至：${ctitle}\n`;\n\nif (tab == \"听书\") {\n    let toneId = getArguments(source.getVariable(), \"tone_id\");\n    if (isValid(book_tts)) {\n        info += `${lightDivider}\n    🎵 音色配置：${toneId}\n    ${book_tts}\n`;\n    }\n}\n\nlet basicInfo = \"\";\nlet addBasicInfo = (value, prefix, icon) => {\n    if (isValid(value)) basicInfo += `    ${icon} ${prefix} ${value}\\n`;\n};\n\naddBasicInfo(tags, \"书籍分类：\", \"🌈\");\naddBasicInfo(role, \"书籍主角：\", \"👑\");\naddBasicInfo(last_chapter_title, \"最新章节：\", \"📚\");\naddBasicInfo(last_chapter_update_time, \"更新时间：\", \"⏳\");\naddBasicInfo(word_number, \"书籍字数：\", \"📊\");\naddBasicInfo(status, \"书籍状态：\", \"🚩\");\naddBasicInfo(score, \"书籍评分：\", \"⭐\");\n\nif (basicInfo) info += `${lightDivider}\\n${basicInfo}`;\n\nif (isValid(abstract)) {\n    let indentedAbstract = abstract\n        .split(\"\\n\")\n        .map((line) => `    ${line}`)\n        .join(\"\\n\");\n    info += `${heavyDivider}\n    📖 书籍简介：\n${indentedAbstract}\n`;\n} else {\n    info += `${heavyDivider}`;\n}\n\nif (isValid(copyright_info)) {\n    info += `${lightDivider}\n    © ${copyright_info}\n`;\n} else {\n    info += `${lightDivider}`;\n}\n\ninfo += `\n${heavyDivider}\n    💠💠💠 数据更新于 ${new Date().toLocaleString()} 💠💠💠\n`;\nlet jjinfo = getArguments(source.getVariable(), \"info\");\n\nif (jjinfo != \"on\") {\n    info = String(info)\n        .split(\"\\n\")\n        .map((line) => line.replace(/^ {4}/, \"\"))\n        .join(\"\\n\");\n} else {\n    basicInfo = \"\";\n    addBasicInfo(last_chapter_title, \"最新章节：\", \"📚\");\n    addBasicInfo(last_chapter_update_time, \"更新时间：\", \"⏳\");\n    addBasicInfo(word_number, \"书籍字数：\", \"📊\");\n    addBasicInfo(status, \"书籍状态：\", \"🚩\");\n    addBasicInfo(score, \"书籍评分：\", \"⭐\");\n    if (isValid(abstract)) {\n        let indentedAbstract = abstract\n            .split(\"\\n\")\n            .map((line) => `    ${line}`)\n            .join(\"\\n\");\n        basicInfo += `\n    \\n&lrm;\n    📖 书籍简介：\n${indentedAbstract}\n`;\n    } else {\n        basicInfo += `${heavyDivider}`;\n    }\n    info = `&lrm;\\n🏷 数据来源：${sources}\\n` + basicInfo;\n}\n</js>",
      "lastChapter": "{{$.source}} {{$.last_chapter_title}} {{$.last_chapter_update_time}}",
      "name": "$.book_name",
      "tocUrl": "<js>\nlet book_id = result.book_id;\nlet sources = result.source;\nlet tab = result.tab || \"小说\";\nlet url = result.toc_url || \"\";\nvar sdtoken;\ntry {\n    var loginInfoMap = source.getLoginInfoMap ? source.getLoginInfoMap() : {};\n    sdtoken = String(loginInfoMap['手动填写番茄token(可不填)'] || '');\n} catch (e) {\n    sdtoken = '';\n}\nvar rawCookie = getFanqieCookie() || sdtoken;\nvar match = rawCookie.match(/sessionid=[^;]+/);\nvar fqcookie = match ? match[0] : '';\nvar fqssionid = '';\nif (fqcookie) {\n    fqssionid = getSessionId(fqcookie);\n};\nsetArguments('fqssionid', fqssionid);\njava.put(\"tab\", tab);\njava.put(\"book_id\", book_id);\nlet qtcatalog = {\n    book_id: book_id,\n    sources: sources,\n    tab: tab,\n    url: url,\n};\nqtcatalog = java.base64Encode(JSON.stringify(qtcatalog));\n`data:;base64,${qtcatalog},{\"type\":\"qingtian2\"}`;\n</js>",
      "wordCount": "$.word_number"
    },
    "ruleContent": {
      "content": "<js>\nresult = String(java.hexDecodeToString(result));\nlet res;\nif (result.match(/大灰狼融合/)) {\n    result = result.split(\"大灰狼融合4\");\n    res = {\n        item_id: result[0],\n        tab: result[1],\n        title: result[2],\n        sources: result[3],\n        url: \"\"\n    };\n} else {\n    res = JSON.parse(result);\n}\nlet varia = String(book.getVariable('custom'));\nif (varia == 'null') {\n    varia = '';\n}\nvaria = JSON.stringify({\n    'custom': varia\n});\n//  varia = java.base64Encode(varia);\nlet book_id = res.book_id;\nlet item_id = res.item_id;\nlet tab = res.tab;\nlet title = res.title;\nlet sources = res.sources;\nlet url = res.url;\nlet html = \"\";\nlet proxy = getArguments(source.getVariable(), \"proxy\");\nif (url != \"\" && proxy == \"本地\") {\n    if (sources == '69书吧') {\n        let ck69 = String(cookie.getCookie(url));\n        let headers = {\n            \"Cookie\": ck69,\n            \"User-Agent\": \"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 Edg/138.0.0.0\"\n        };\n        let op = JSON.stringify({\n            \"headers\": headers\n        });\n        java.log(url);\n        java.log(op);\n        html = java.ajax(url + ',' + op);\n    } else {\n        html = java.ajax(url);\n    }\n    java.log(html);\n    if (html.includes(\"Just a moment...\") && sources == '69书吧' && book.durChapterIndex === chapter.index) {\n        cookie.removeCookie(url);\n        var x = url;\n        java.longToast('需要真人验证，请进入任意书籍详情页过验证');\n        var s = java.startBrowserAwait(x, \"需要真人验证，请进入任意书籍详情页过验证\").body();\n\n        let ck69 = String(cookie.getCookie(url));\n        let headers = {\n            \"User-Agent\": \"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 Edg/138.0.0.0\",\n            \"Cookie\": ck69\n        };\n        let op = JSON.stringify({\n            \"headers\": headers\n        });\n        java.log(op);\n        html = java.ajax(url + ',' + op);\n        //java.log(html);\n    }\n};\nlet content = \"\";\nlet data;\nlet tone_id = getArguments(source.getVariable(), \"tone_id\");\nlet base_url = getArguments(source.getVariable(), \"server\");\nlet device, device_type;\ntry {\n    device = java.deviceID();\n    device_type = \"苹果\";\n} catch (e) {\n    try {\n        device = java.androidId();\n        device_type = \"安卓\";\n    } catch (e) {\n        device = \"\";\n        device_type = \"安卓\";\n    }\n}\n\nlet qtcookie = cookie.getCookie(base_url);\ntry {\n    qtcookie = `qttoken=${String(cookie.getKey(base_url, \"qttoken\"))}; deviceId=${device};`\n} catch (e) {}\n\nvar params = {\n    html: html,\n    item_id: item_id,\n    source: sources,\n    tab: tab,\n    tone_id: tone_id,\n    variable: varia,\n    version: '4.11.5.1'\n};\n\nvar content_url = '/content';\n\nif ((sources == \"番茄\" || sources == \"七猫\" || sources == \"塔读\") && getArguments(source.getVariable(), \"fqpara\") == \"on\" && tab == \"小说\") {\n    content_url = '/content?review=1';\n}\n\n//var signInfo = generateComplexSignature('POST', content_url, {}, APP_SECRET, params);\n\n\n//var signedParams = copyObject(params);\n//signedParams.timestamp = signInfo.timestamp;\n//signedParams.nonce = signInfo.nonce;\n//signedParams.sign = signInfo.sign;\n\n\nvar op = {\n    method: \"POST\",\n    body: JSON.stringify(params),\n    headers: {\n        cookie: qtcookie,\n        'Content-Type': 'application/json'\n    }\n};\n\nop = JSON.stringify(op);\njava.log(op);\ndata = java.ajax(base_url + content_url + `,${op}`);\n\ntry {\n    data = JSON.parse(data);\n    if (data.msg) {\n        java.toast(data.msg);\n    }\n} catch (e) {}\n\ncontent = data.content\n\nif ((sources == \"番茄\" || sources == \"七猫\" || sources == \"塔读\") && getArguments(source.getVariable(), \"fqpara\") == \"on\" && tab == \"小说\") {\n    var fqssionid = getArguments(source.getVariable(), \"fqssionid\") || \"\";\n    content = content\n        .replace(/ident=\"/g, 'ident=\"' + base_url)\n        .replace(/book_id=/g, 'book_id=' + book_id + '&ssionid=' + fqssionid);\n    if (device_type == \"苹果\") {\n        content = paraForiOS(content, sources);\n    } else {\n        content = paraForAndroid(content, sources);\n    }\n\n\n}\ndata = JSON.stringify({\n    content: content,\n});\n\nif (device_type == \"安卓\" && (tab == \"短剧\" || tab == \"视频\" || sources == '毒舌影视')) {\n    data = {\n        content: `【右上角刷新】开启播放(下一集请切换下一章刷新)\\n播放直链：\\n${content}`,\n    };\n    data = JSON.stringify(data);\n    if (book.durChapterIndex === chapter.index) {\n        let video_url = `${base_url}/online_video?book_id=${book_id}&source=${sources}&tab=${tab}`;\n        if (sources == '毒舌影视') {\n            video_url = content;\n        };\n        java.startBrowser(video_url, title);\n        java.toast(\"正在加载视频...\");\n    }\n\n}\ndata;\n</js>$.content",
      "imageStyle": "TEXT"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.data",
      "bookUrl": "<js>\nlet book_id = result.book_id;\nlet sources = result.source;\nlet tab = result.tab || '小说';\nlet url = result.toc_url || '';\n\nlet qtdetail = {\n    book_id: book_id,\n    sources: sources,\n    tab: tab,\n    url: url\n}\nqtdetail = java.base64Encode(JSON.stringify(qtdetail));\n`data:;base64,${qtdetail},{\"type\":\"qingtian\"}`\n</js>",
      "coverUrl": "$.thumb_url",
      "intro": "$.abstract",
      "kind": "{{$.category}}\n{{$.score}}\n{{$.status}}\n{{$.source}}\n{{$.tags}}",
      "lastChapter": "{{$.last_chapter_title}} • {{$.last_update_time}}",
      "name": "$.book_name",
      "wordCount": "$.word_number"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data",
      "bookUrl": "<js>\nlet book_id = result.book_id;\nlet sources = result.source;\nlet tab = result.tab || '小说';\nlet url = result.toc_url || '';\n\nlet qtdetail = {\n    book_id: book_id,\n    sources: sources,\n    tab: tab,\n    url: url\n}\nqtdetail = java.base64Encode(JSON.stringify(qtdetail));\n`data:;base64,${qtdetail},{\"type\":\"qingtian\"}`\n</js>",
      "checkKeyWord": "我的26岁女房客@番茄",
      "coverUrl": "$.thumb_url",
      "intro": "$.abstract",
      "kind": "{{$.status}},{{$.score}},{{$.tags}},{{$.last_chapter_update_time}}",
      "lastChapter": "{{$.source}} {{$.last_chapter_title}}",
      "name": "$.book_name##（别名：.*?）",
      "wordCount": "$.word_number"
    },
    "ruleToc": {
      "chapterList": "<js>\nlet res = JSON.parse(java.hexDecodeToString(result));\nif (res.method) {\n    res = Object.fromEntries(\n        res.body\n        .replace(\"source\", \"sources\")\n        .split(\"&\")\n        .map((query) => query.split(\"=\"))\n    );\n    res.url = \"\";\n}\nlet book_id = res.book_id;\njava.put('book_id', book_id);\nlet tab = res.tab;\nlet sources = res.sources;\nlet url = res.url;\nlet html = \"\";\nlet proxy = getArguments(source.getVariable(), \"proxy\");\nif (url != \"\" && proxy == \"本地\") {\n    if (sources == '69书吧') {\n        let ck69 = String(cookie.getCookie(url));\n        let headers = {\n            \"Cookie\": ck69\n        };\n        let op = JSON.stringify({\n            \"headers\": headers\n        });\n        html = java.ajax(url + ',' + op);\n    } else {\n        html = java.ajax(url);\n    }\n    //java.log(html);\n    if (html.includes(\"Just a moment...\") && sources == '69书吧') {\n        cookie.removeCookie(url);\n        var x = `https://www.69shuba.com`;\n        java.longToast('需要真人验证，请进入任意书籍详情页过验证');\n        var s = java.startBrowserAwait(x, \"需要真人验证，请进入任意书籍详情页过验证\").body();\n\n        let ck69 = String(cookie.getCookie(url));\n        let headers = {\n            \"Cookie\": ck69\n        };\n        let op = JSON.stringify({\n            \"headers\": headers\n        });\n        //java.log(op);\n        html = java.ajax(url + ',' + op);\n        //java.log(html);\n    }\n};\nlet base_url = getArguments(source.getVariable(), \"server\");\nlet op = {\n    method: \"POST\",\n    body: {\n        html: html\n    }\n};\nop = JSON.stringify(op);\nlet varia = String(book.getVariable('custom'));\nif (varia == 'null') {\n    varia = '';\n}\nvaria = JSON.stringify({\n    'custom': varia\n});\n// varia = java.base64Encode(varia);\n//java.log(`${base_url}/catalog?book_id=${book_id}&source=${sources}&tab=${tab}&variable=${varia},${op}`);\nlet data = java.ajax(\n    `${base_url}/catalog?book_id=${book_id}&source=${sources}&tab=${tab}&variable=${varia},${op}`\n);\nlet device, device_type;\ntry {\n    device = java.deviceID();\n    device_type = \"苹果\";\n} catch (e) {\n    try {\n        device = java.androidId();\n        device_type = \"安卓\";\n    } catch (e) {\n        device = \"\";\n        device_type = \"安卓\";\n    }\n}\n\nif (tab == \"小说\") {\n    if (device_type == \"安卓\") {\n        book.type = 8;\n    } else {\n        book.type = 0;\n    }\n} else if (tab == \"听书\") {\n    if (device_type == \"安卓\") {\n        book.type = 32;\n    } else {\n        book.type = 1;\n    }\n} else if (tab == \"漫画\") {\n    if (device_type == \"安卓\") {\n        book.type = 64;\n    } else {\n        book.type = 2;\n    }\n} else if (tab == \"短剧\") {\n    if (device_type == \"安卓\") {\n        book.type = 8;\n    } else {\n        book.type = 3;\n    }\n} else {\n    if (device_type == \"安卓\") {\n        book.type = 8;\n    } else {\n        book.type = 0;\n    }\n}\nlet qtcookie = cookie.getCookie(base_url);\nlet reading = getArguments(source.getVariable(), \"reading\");\n\nif (book && book.order != 0 && reading == '1') {\n    try {\n        if (!data || !book.variable || !base_url || !qtcookie) {\n            java.log('缺少必要参数');\n        } else {\n            let parsedData;\n            try {\n                parsedData = JSON.parse(data);\n            } catch (e) {\n                java.log('解析data数据失败:' + e);\n            }\n            \n            if (parsedData && parsedData.data && Array.isArray(parsedData.data) && parsedData.data[book.durChapterIndex]) {\n                let ritem = parsedData.data[book.durChapterIndex];\n                let bookInfoObj;\n                try {\n                    bookInfoObj = JSON.parse(book.variable);\n                } catch (e) {\n                    java.log('解析book.variable失败:' + e);\n                }\n                \n                if (bookInfoObj) {\n                    let book_info;\n                    try {\n                        book_info = JSON.parse(bookInfoObj.book_detail || JSON.stringify(bookInfoObj));\n                    } catch (e) {\n                        java.log('解析book_detail失败:' + e);\n                    }\n                    \n                    if (book_info && typeof book_info === 'object') {\n                        let rurl = base_url + '/add_book_to_book_shelf,';\n                        book_info['read_status'] = 1;\n                        book_info['last_chapter_item_id'] = ritem.item_id || '';\n                        book_info['last_chapter_title'] = ritem.title || '';\n                        let rop = {\n                            method: \"POST\",\n                            headers: {\n                                cookie: qtcookie\n                            },\n                            body: book_info\n                        };\n                        let check_book_url = base_url + '/check_book_in_book_shelf,';\n                        let checkResponse;\n                        \n                        try {\n                            checkResponse = java.ajax(check_book_url + JSON.stringify(rop));\n                        } catch (e) {\n                            java.log('检查书籍请求失败:' + e);\n                        }\n                        \n                        if (checkResponse) {\n                            let check_data;\n                            try {\n                                check_data = JSON.parse(checkResponse).data;\n                            } catch (e) {\n                                java.log('解析检查响应失败:' + e);\n                            }\n                            try {\n                                if (check_data && check_data.id) {\n                                    book_info['id'] = check_data.id;\n                                    let uurl = base_url + '/update_book_shelf,';\n                                    java.ajax(uurl + JSON.stringify(rop));\n                                } else {\n                                    java.ajax(rurl + JSON.stringify(rop));\n                                }\n                            } catch (e) {\n                                java.log('书架操作失败:' + e);\n                            }\n                        }\n                    }\n                }\n            }\n        }\n    } catch (error) {\n        java.log('书籍同步流程异常:' + error);\n        java.longToast('\\n同步阅读进度失败，但不影响阅读，可以前往登录关闭书架同步功能。');\n    }\n}\ndata;\n</js>$.data",
      "chapterName": "$.title",
      "chapterUrl": "<js>\nlet tab = result.tab;\nlet sources = result.source;\nlet title = result.title;\nlet item_id = result.item_id;\nlet book_id = java.get(\"book_id\");\nlet url = result.toc_url || \"\";\nlet qtcontent = {\n    book_id: book_id,\n    item_id: item_id,\n    title: title,\n    sources: sources,\n    tab: tab,\n    url: url,\n};\nqtcontent = java.base64Encode(JSON.stringify(qtcontent));\nif (sources == '卷') {\n    content_url = item_id\n} else if ((sources == \"番茄\" || sources == \"七猫\" || sources == \"塔读\") && tab == \"小说\") {\n    var base_url = getArguments(source.getVariable(), \"server\") || \"\";\n    var fqssionid = getArguments(source.getVariable(), \"fqssionid\") || \"\";\n    let sourcess = sources.replace('svip_', '');\n    content_url = `data:;base64,${qtcontent},{\"type\":\"qingtian3\",\"js\":\"book ? result : '${base_url}/get_review?book_id=${book_id}&item_id=${item_id}&ssionid=${fqssionid}&source=${sourcess}'\"}`;\n} else {\n    content_url = `data:;base64,${qtcontent},{\"type\":\"qingtian3\"}`;\n}\n</js>",
      "updateTime": "$.first_pass_time"
    },
    "searchUrl": "<js>\nlet base_url = getArguments(source.getVariable(), 'server');\nlet media;\nlet sources = getArguments(source.getVariable(), 'source');\nlet disabled_sources = getArguments(source.getVariable(), 'disabled_sources');\nif (String(key).startsWith(\"m:\") || String(key).startsWith(\"m：\")) {\n    media = \"漫画\"\n    key = key.slice(2)\n} else if (String(key).startsWith(\"t:\") || String(key).startsWith(\"t：\")) {\n    media = \"听书\"\n    key = key.slice(2)\n} else if (String(key).startsWith(\"d:\") || String(key).startsWith(\"d：\")) {\n    media = \"短剧\"\n    key = key.slice(2)\n} else if (String(key).startsWith(\"x:\") || String(key).startsWith(\"x：\")) {\n    media = \"小说\"\n    key = key.slice(2)\n} else {\n    media = getArguments(source.getVariable(), 'media');\n}\nif (key.includes('@')) {\n    var parts = key.split('@');\n    key = parts[0];\n    sources = parts[1] || sources;\n}\nlet qtcookie = cookie.getCookie(base_url);\nlet op = {\n    method: \"GET\",\n    headers: {\n        cookie: qtcookie\n    },\n};\nop = JSON.stringify(op);\n`${base_url}/search?title=${key}&tab=${media}&source=${sources}&page={{page}}&disabled_sources=${disabled_sources},${op}`\n</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "─────当前版本Pro V50─────\n\n点击登录即可查看:\n\n0、书源制作思路\n\n1、版本更新日志\n\n2、书源用法展示\n\n3、相关问题解释\n\n───────搜索格式────────\n\n完全格式：书名#作者$网站\n简化格式1：书名$网站\n简化格式2：书名#作者\n简化格式3：书名\n\n说明：搜索“斗破苍穹#天蚕土豆$www.qidian.com”将在“www.qidian.com”中搜索名为斗破苍穹、作者为天蚕土豆的书籍\n\n──────前缀设置全体───────\n\n用法：“单跳逆原动静字图”等字后跟“^”再跟“搜索关键字”，可实现这些字对应的功能。\n\n范围：本次搜索到的所有书籍都会执行指定的功能。\n\n示例：“图^斗破苍穹”、“逆静^斗破苍穹#天蚕土豆”、“跳^斗破苍穹$www.qidian.com”。\n─────⤵\n跳：允许目录自动跳转，目录标题说点击跳转时可如此做。\n\n逆：设置书籍目录章节逆向排序，配合指定网站的搜索方式针对小说全是逆向排序的网站比较方便。\n\n原：设置书籍不进行净化替换，优点是加载正文快速且不会被误删内容，缺点是需要自己写“替换净化”规则并在正文中启用才能净化网站推广文本。\n\n动：强制设置正文动态加载(正文默认会进行需要动态加载还是静态加载的判断，然后自动切换模式，若判断失误导致本应切换成动态加载却未切换时，可强制设置正文动态加载)。\n\n静：强制设置正文静态加载(正文默认会进行需要动态加载还是静态加载的判断，然后自动切换模式，若判断失误导致本应保持静态加载却切换成动态加载而使正文加载时间变长时，可强制设置正文静态加载)。\n\n图：设置成看图模式(不设置则默认图文模式)，只显示图片，不显示文字。\n\n字：设置成纯字模式(不设置则默认图文模式)，只显示文本，不显示图片。\n─────⤴\n\n──────书籍变量设置───────\n\n用法：\n将“单直跳全逆原图字动静”中任意多个字\n或“[目录url]”或“[正文尾页url]单”\n或“数字#第二页链接#”\n或“[目录尾页url]录”\n放在详情页右上角的书籍变量中，\n确认后点刷新就能触发这些字段对应的功能。\n\n范围：只控制当前书籍执行指定功能。\n\n书籍变量格式示范：[http://m.biquku.la/0/425/]全字\n\n─────⤵\n直：不做目录识别，直接将详情页作为目录页，或以“[目录链接]”格式直接指定目录链接，目录识别错误时可这种做。\n\n全：直接显示“预览正文”和查询到的所有章节，跳过章节筛选环节，单页文章和部分筛选后章节不全的小说网站可这样做。\n─────⤴\n\n──目录有分页却无翻页按钮或书籍无目录──\n\n单：无目录打开即正文但有尾页或下一页按钮的书籍，必须设置为单向模式，这样书源会直接将入口页作为正文第一页，并将第一页及其所有下一页共同构造生成“正文1”、“正文2”…的目录形式来阅读，搜索前缀“单^”、书籍变量“单”。\n\n录：有目录分页但无目录下一页按钮的书籍，可在书籍变量中直接指定复制到的最后目录页链接为目录链接并添加指令“录”，即可自动生成所有目录分页。\n书籍变量：“[https://m.zuizaoxiaoshuo.com/ml/33280_13]录”\n\n辅助生成──无目录打开即正文也无尾页和下一页按钮的书籍，需指定章节数量并用第二页链接作为参考链接生成所有分页。\n书籍变量──220#https://wap.yqshuwang.com/2021n/02/14972_2.html#\n效果说明──根据第二页链接“https://wap.yqshuwang.com/2021n/02/14972_2.html”生成220条章节的目录列表。\n\n单个章节──目录仅一个章节且这个章节正文中无下一页按钮时，可复制那个章节的正文尾页链接并用指令“单”，便可将所有正文分页构造成章节列表。\n书籍变量──[http://www.yulinzhanye.la/20/20733/532447_9.html]单\n\n───────谷歌域名说明──────\n\n谷歌会逐个访问域名直到返回正确结果，可把可用域名放在“源变量”中(若不设置源变量，则默认使用内置的多个镜像域名和原域名组成的列表)\n\n形如：https://www.google.com/search?q=\n\n放置多个域名请用换行分隔",
    "bookSourceGroup": "免费",
    "bookSourceName": "谷歌搜书",
    "bookSourceType": 0,
    "bookSourceUrl": "谷歌搜书",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 5,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36\"}",
    "lastUpdateTime": 1650209794295,
    "loginUrl": "https://gitee.com/no-mystery/shuyuan/",
    "respondTime": 180000,
    "ruleBookInfo": {
      "author": "@get:{x}",
      "canReName": "true",
      "coverUrl": "@js:(s=java.getStringList('img[alt*='+book.name+']@src||meta[property$=image]@content||img[src~=(cover|file|article)[^a-z]|/\\\\d+[/_-]\\\\d+(s?\\\\.|$)]@src||img[data-src~=\\\\S]@data-src||img[src*=/img]@src||img[src~=^(data|https?):|^[^:]+/]@src')).size()?/^data:/.test(s=s.get(0))?java.base64Encode(s):s:null",
      "init": "",
      "intro": "@js:'　　'+java.get(\"g\")",
      "kind": "@js:java.get(\"v\")",
      "lastChapter": "@get:{z}",
      "name": "@js:r=org.jsoup.Jsoup.parse(result);\nr.select(\"script,noscript,style,head>:not(meta),footer,[class~=^foot],[id~=^foot],a:has(>:last-child:matchesOwn(^分类$)),[value]\").remove();\n\nn=String(book.name);\nm=String(r).replace(/(?:&nbsp;)+/g,\" \");\n书=java.get(\"源\");\n\nif(x=(y=r.select('[property$=book_name]')).size()){\ny=y.attr(\"content\");\nu=书.indexOf(y)\n}else for(u=true,c=r.select(\"h1,h2,h3,strong\").eachText();x<c.size();x++)if(\n(y=c.get(x))!=''&&(u=书.indexOf(y),~u&&u<4))break;\nif(!~(y=String(y)).indexOf(n)&&~u)n=y;\n\nif((x=r.select(\"[property$=author]\")\n).size()){\nx=String(x.attr(\"content\")).replace(/^作\\s*[者家][\\s:：]*|(?!^)[/／｜|，,\\s][^⚙️]*$/,\"\")\n}else{\nx=m.match(/>\\s*([^>]+?)(?:\\s*<\\/[a-z]+>\\s*|\\s+)著\\s*<|[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】>《》](?:小说|漫画)?作\\s*者(?![^>]+->)(?:[:：\\s〖【（《［\\[\\(]|<[^it\\/][^>]*>|<\\/[^>]+>)+([^\\s<\">,，/／｜|\\)\\]］》）】〗]+)/);\nx=x?x[1]?x[1]:x[2]:(x=r.select(\"#author,.author\"),x.size()?String(x.first().text()).replace(/(?!^)[/／｜|，,\\s][^⚙️]*$/,\"\"):\"\")}\n\nif(n.indexOf(x)>0&&!~java.get(\"key\").indexOf(n))n=n.split(x)[0];\njava.put(\"x\",x);\n\ny=r.select(\"meta[property~=(category|status)$]\");\nc=y.size()?String(y.eachAttr(\"content\"))\n.slice(1,-1).replace(/(?!^)\\s*[，,./／｜|]\\s*/,\",\"):(y=m.match(/(?:[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】》]|<[^a/][^>]*>|<\\/[^>]+>)(?:[分大]\\s*类|类\\s*[型别])(?:[:：\\s]|<[^>]+>)+([^\\s<.\"/／｜|>]+)/))&&y[1];\nif(c)java.put(\"v\",c);\n\ny=r.select(\"meta[property~=latest_chapter_name$]\");\n\nc=y.size()?y.attr(\"content\"):(y=m.match(/>(?:\\s*[更最]\\s*[新近])+(?:\\s*章\\s*节)?(?:[:：\\s\\[]|<[^>]+>)+(?!\\s*(?:-|&gt;)\\s*<|[:：\\s0-9T年月日时分秒*-]{5,}<|[^:：]+[^章\\s]\\s*[:：]\\s*<|更新(?:时间)?[:：])([^<\"/／｜|\\]>]+)/))&&y[1];\nif(c)java.put(\"z\",c);\n\n正=true;\nif((key=String(java.get(\"custom\"))).length){\nif(~key.indexOf(\"全\"))java.put(\"全\",1);\nif((\nu=key.match(/[^\\[\\]]+(?=\\])/),\nc=~key.indexOf(\"录\"),\ny=~key.indexOf(\"单\"),\nbaseUrl=u?u[0]:baseUrl,\n(c||u)&&(baseUrl=c||y?(baseUrl=String((c=baseUrl.match(/(.+[^\\d])(\\d+)([^\\d]*)$/))[1]+1+c[3]),\nc=c[2]+'🌕'+c[1]+'🌕'+2+'🌕'+c[3],\nbaseUrl):baseUrl)\n)||~key.indexOf(\"直\")\n)java.put(\"目\",1),正=1;\nif(~key.indexOf(\"录\"))java.put(\"录\",c),正=1;\nif(y||~key.indexOf(\"#\")){\nif(!u){\nif((网=key.match(/(\\d+)#([^#]+)/))\n&&(尾=网[1],网=网[2].match(/^(.*[^\\d])([12])([^/?\\d]*)$/))\n||(尾=r.select('a[href~=\\\\d[^/?\\\\d]*$]:matches(^(尾|末|最后一)[頁页篇章回节節话話]$)')).size()\n&&(网=r.select('a:matches(^2$)')).size()\n&&(网=String(网.first().attr('href')).match(/^(.*[^\\d])([12])([^/?\\d]*)$/))\n&&(尾=String(尾.first().attr('href')).match(/\\d+(?=[^/?\\d]*$)/)[0])){\nc=尾+'🌕'+网[1]+'🌕'+网[2]+'🌕'+网[3]\n}else if((c=r.select('a:matches(^(\\\\d+|…+|\\\\.+)$)')).size()){\nif((网=String(c).split(/<a[^>]+>[^\\d<]+<\\/a>/)).length==2){\nfor(c=网[0],尾=网[1],x=+网[1].match(/>([^<]+)/)[1],网=网[0].match(/href=\"([^\"]*[^\\d])(\\d+)([^/?\\d\"]*)\"[^>]*>([^<]+)<[^<]+$/),j=+网[4],i=+网[2]-j;j<x;j++)c+=\"<a href='\"+网[1]+(j+i)+网[3]+\"'>\"+j+\"</a>\";\nc+=尾}\n}else c=1}\njava.put(\"单\",c),正=false}\nif(~key.indexOf(\"跳\"))java.put(\"跳\",1);\nif(~key.indexOf(\"逆\"))book.setReverseToc(true);\nelse book.setReverseToc(false);\nif((u=~key.indexOf(\"图\"))||~key.indexOf(\"原\"))java.put(\"原\",1);\nif(~key.indexOf(\"动\"))java.put(\"动\",',{\"webView\":true}');\nelse if(~key.indexOf(\"静\"))java.put(\"静\",1);\nif(u||~key.indexOf(\"字\"))java.put(\"文\",u?1:2)\n}else book.setReverseToc(false);\n\ny=r.select(\"meta[property$=description][content~=\\\\S]\");\nc=y.size()?y.get(y.size()-1).attr(\"content\"):(r.select(':matchesOwn([\\\\u4e00-\\\\u9fa5]{2,})>:not(br),:not(body,br,:matchesOwn([\\\\s\\\\S]{50}),:has(body,:matchesOwn([\\\\s\\\\S]{50})))').remove(),r.select(\":matchesOwn(\\\\S)\").text());\n\njava.put(\"g\",String(c!=\"\"?c:book.intro).replace(/[\\snbsp;]*(?:&nbsp;|\\s){2,}|\\s*([？！。]+[”」』\\]\\}\\)）｝】〗〕〉]?)\\s*/g,\"$1　　\").replace(/(?=　　)/g,\"\\n\"));\n\nif(正==1)m=java.ajax(baseUrl);\njava.setContent(m,baseUrl);\n\nif(正){\nzl=java.getStringList(\"[property$=latest_chapter_url]@content||:matches(^最新章节)>a:only-child:not([href~=^$|#|javascript:])@href||a:matches(^正文\\\\s*[\\\\d第一二三四五六七八九十〇零百千]|^[【《]?(\"+n+\")?[\\\\s》】（\\\\u0028:：＿_－-]*(第[\\\\s0〇零]*[一1]\\\\s*[\\\\u4e00-\\\\u9fa5]|([\\\\u4e00-\\\\u9fa5]{2}阅读[（\\\\u0028:：＿_－-]?)?(0*1([）\\\\u0029.、:：_-]|$)|[〇零]*一([）\\\\u0029\\\\s.、:：_-]|$)))):not([href~=(^|[^/])/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&_-]*$|^$|#|javascript:|\"+(bas=baseUrl.replace(/\\/+$|\\.[a-zA-Z]+$/,'')).match(/[^?/]+$/)[0].replace(/([*$|?+\\\\\\^\\[\\](){}])/g,'\\\\$1')+\"(?:[/_-]1)?(?:\\\\/|\\\\.[a-zA-Z]+)?$])@href||a:matches(^[^\\\\u4e00-\\\\u9fa5]*(免费|在线|开始|立即|全文|正文|从头)+[试阅]读[^\\\\u4e00-\\\\u9fa5]*$):not([href~=^$|#|javascript:])@href||a:matches(^0*1[^\\\\d]):not([href~=(^|[^/])/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&_-]*$|^$|#|javascript:])@href\");\n\nif(zl.size()&&(ck=String(zl.get(0)).match(/^(.*\\/\\/[^/]+)?([/?]?[^/].+[?&/_-])[^&/_-]+\\/?$/)))(jd=ck[1])&&(h=baseUrl.lastIndexOf('/',baseUrl.indexOf(jd.match(/(?:\\.[^.]+){2,}$|[^./]+\\.[^.]+$/)[0])))>8&&(\nq=baseUrl.indexOf(':'),\n(bas=java.get(baseUrl=baseUrl.slice(0,q+2)+baseUrl.slice(h),{})).statusCode()==200&&java.setContent(bas.body(),baseUrl)\n),java.put(\"ck\",ck[2])}\nn",
      "tocUrl": "@js:if(java.get(\"单\")==''){\nif(java.get(\"录\")==java.get(\"目\")){\nr=org.jsoup.Jsoup.parse(result);\n\nscript=r.select(\":matchesOwn(^$)>a[href^=javascript:]:matches(全文|章[節节]|目[錄录]):not(:matches(最新))\");re=false;\n\nif(!script.size()){\nba=(bas=baseUrl.replace(/\\/$|\\.[a-zA-Z]+$/,'')).match(/(http....[^/?]+)(?:([?/])(.*))?$/);b=ba[1];v=ba[3];\n\nr.select(\"a[href~=[^a-z]page[^a-z]]:not(:matches([反正顺順逆倒]序|[全正]文|更多|全部|所有|章[節节]|作品|目[錄录]|列表)),a:not([href~=^(?!//)[^#:]+$|\"+b.split(':')[1]+\"]),:matchesOwn(\\\\S)>a,a[href~=javascript:|#],a:matches(^\\\\S{1,4}$):not(:matches([反正顺順逆倒]序|[阅閱][讀读]|查看|展[开開]|进入|[全正]文|更多|完整|全部|所有|目[錄录]|列表|章[節节]):not(:contains(分类)))\").remove();\n\ny=r.select(\"a[href~=(?i)catalog|contents|chapters|mulu|(^|[^a-z])ml|showchapter|(^|chapter[/_-]?|\"+v.replace(/(.+)((\\/\\d\\d)\\d+)$/,\"$1$3$2\")+\"[/_-])(more|list|all)|sort[/=_-]asc]\");\n\nif(!y.size()){b3='';\n\nif(ba[2]==\"?\"){\nb3='[href~=^[^?]+$],'\n}else if(ba[3]){\nb3=ba[3].replace(/[*$|?+\\\\\\^\\[\\](){}]/g,'\\\\$0');\n\nb3=\"[href~=\"+b3+\"(\\\\.[^.]+|/\\\\d+(\\\\.[^.]+|/)?)?$],[href~=[/?]\"+b3.replace(/[&/_-][^/_-]+$/,'')+\".*$]:not([href~=[/?]\"+b3.replace(/[/_-]/g,'[/_-]')+\"]),\"}\n\ny=r.select(\"a:not(\"+b3+\"[href~=(?i)(^|[^/])[?/].*((book|[^a-z])(info|case)[^a-z]|(cid|buy)[^a-z]|desc|coins|nutrition|review|ticket|update|(app|author|xiazai|down)(?!=))|/chapter|/index/|/d/],:matches((?i)^$|[0-9零〇一二三四五六七八九十百千万、，：；？！。…‘’“”（）()]|[票榜:：.]|推荐|排行|等级|说明|收藏|书评|简介|分[类卷]|简介|作者|手机|软件|应用|安装|客户|移动|pc|电脑|安卓|苹果|下载|最新|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub))\")}\n\nif(y.size()){\nys=y.select(\"a[href~=(?i)catalog|contents|list|chapter|mulu|(^|[^a-z])ml|more|read|all]:matches([反正顺順逆倒]序|全文|章[節节]|目[錄录]):not(:matches(阅读)),a[href~=(?i)catalog|contents|chapter|(^|[^a-z])ml|mulu|read]:matches(更多|列表),a[href~=(?i)catalog|contents|list|chapter|mulu|(^|[^a-z])ml|more|all]:matches(^$),a:matches(^[^\\\\u4e00-\\\\u9fa50-9]*([反正顺順逆倒]序|全文(免[費费])?[阅閱][讀读]|(点击|查看|展[开開]|进入|返?回到?)*([全正]文|(更多|完整|全部|所有)?(章[節节]|(作品)?目[錄录])+)+(列表)?(\\\\s*(查看|展开)?更多)?)[^\\\\u4e00-\\\\u9fa50-9]*$)\");zt=false;\n\nif(!ys.size()){\nba=bas.match(/(\\?(?:[^=]+=)+)(.+)$/)||bas.match(/(?:[^/_-][/_-]([^/._-]+))?[/_-]([^/._-]+)(?:\\/index[^/]*)?$/);\n\nif(xi=(id=ba[2]).match(/\\?[^=]+=([^&]+)/)||id.match(/^[^\\d%]*(\\d{2,}|[1-9])$/))id=xi[1];\nif(ba[1])if(xi=ba[1].match(/^[^\\d%]*(\\d{2,})$/))id=/^\\d$/.test(id)||!xi[1].indexOf(id)?xi[1]:\"(\"+id+\"|\"+xi[1]+\")\";\n\nys=y.select(\"[href~=(?i)^((.*//[^/]+/)?[^=.]*[^\\\\d=.])?\"+id+\"([?_-][a-z=_-]*0|\\\\.[^.]+|[/?]([^\\\\d]*|[^/\\\\d]*/?|(list|more|all)([=_-][a-z]*)?\\\\d+[^\\\\d]*)?)?(&.+)?$]:not(:contains(\"+(bs=String(book.name)[0])+\"))\");\n\nif(!ys.size()){zt=true;\nys=y.select(\"[href~=(?i)^((.*//[^/]+/)?[^=.]*[^\\\\d=.])?(\\\\d+/\"+id+\"[_-]\\\\d+[^\\\\d]*|\"+id+\"[_-][a-z_-]*1[^\\\\d]*)$]:not(:matches(阅读|\"+bs+\"))\")}}\n\nif(ys.size()){\nif((re=ys.select(\"[href~=(/|^)[^.]+$]\")).size())ys=re;\nre=String(ys.first().attr(\"href\"));\n\nfor(x=1;x<ys.size();x++)if((xs=String(ys.get(x).attr(\"href\"))).length>re.length)re=xs;\n\nif(/(?:[2-9]\\d*|1\\d+)[^\\d]*$/.test(re)){\nif(!zt&&(q=re.match(/^(.*[^/])?[&?/].*(?:catalog(ue)?|contents|(?:show)?chapters?|mulu|ml|more|all|list|page)(?:[=_-][a-z]*)?\\d+[^\\d]*$/i))&&v==(q[1]||'').replace(/^http....[^/?]+/,''))zt=true;\nif(zt)re=re.replace(/\\d+(?=[^\\d]*$)/,\"☯1\")}\n\n}}}\n\nre=String(!re?baseUrl:(java.put(\"基\",baseUrl),/^\\/[^/]/.test(re)?b+re:/^https?:/.test(re)?re:/^\\/\\//.test(re)?b.split('//')[0]+re:String(baseUrl).replace(/[^/]*$/,'')+re))}else re=baseUrl;\n\nr=re.replace(/(?:[☯?&/_-][^\\d?/&_-]*[01])+[^\\d]*$/,\"\");\njava.put(\"ba\",r);\nre=re.replace(\"☯\",\"\")}else re=baseUrl;\n\njava.get(\"跳\")==1?re+',{\"webView\":true}':re",
      "wordCount": "{{baseUrl}}##//([^/]+)##$1##"
    },
    "ruleContent": {
      "content": "@js:dt=lr='';c=1;动=java.get(\"动\");\nif(动!=''&&!~baseUrl.indexOf(\",\")){\nresult=String(java.ajax(baseUrl+动))\n}else if(java.get(\"静\")==动)c=dt=2;\n\nr=org.jsoup.Jsoup.parse(r1=result.replace(/&nbsp;/g,' '));\n查=i=java.get(\"序\");\n\nif(java.get(\"文\")==1){for(;c;c--){\nd=[\"img[data-src],img[src~=[^a-z]cid[^a-z]]\"\n,\"img:not([src~=(?i)^$|^javascript:|\\\\.gif|\\\\.png|[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,\"img[src~=(?i)\\\\.png]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,'img[src~=(?i)\\\\.gif]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])'];\n\nif(!(查!=\"\"&&(查!=-1&&((lr=r.select(d[查])).size(),true)))){\n$=it=>(lr=r.select(it)).size();\nif($(d[i=0])||$(d[i=1])||$(d[i=2])||false)break;\n\nif(c==2){dt=1;\nr=org.jsoup.Jsoup.parse(java.ajax(baseUrl+',{\"webView\":true}'))\n}else i=$(d[3])?3:-1}}\nif(i==0)lr=String(lr).replace(/(?:src=['\"][^'\"]+['\"] +)?data-/g,'');\nif(查==\"\")book.putVariable(\"序\",i);\n\n}else{\nsc=java.get(\"文\")==2?\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br)),a>*,:has(a):not(:matchesOwn([\\\\S\\\\s]{50,}),:has(:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(br,a,:matchesOwn([\\\\s\\\\S]{50})),:not(br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)),:has(p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))'\n:\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br,img:not([src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg]))),img[src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg],a:not(:matches(^$)>img)>*,:has(a):not(img,:matchesOwn([\\\\S\\\\s]{50,}),:has(img,:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(img,br,a,:has(img),:matchesOwn([\\\\s\\\\S]{50})),:not(img,br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,img,div:matchesOwn(，|。)+div:matchesOwn(，|。)),:has(img,p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))';\n\nd=[\":matchesOwn(\\\\S):has(br):has(:matchesOwn(\\\\S):has(br))\"\n,\":matchesOwn(\\\\S):has(br)\"\n,\":has(>:matchesOwn(\\\\S):not(:has(*))+:matchesOwn(\\\\S):not(:has(*)))\"\n,\":has(>:has(>p:only-child:matchesOwn(\\\\S):not(:has(*)))+:has(>p:only-child:matchesOwn(\\\\S):not(:has(*))))\"\n,\"img\"\n,\":matchesOwn(\\\\S)\"];\n\ntry{for(查=i!=''?i:java.get(\"元\");c;c--){\n\nif(!(c>1&&(String(r.text()).length<400||r.select(':matchesOwn(内容未加载完成|关闭(阅读|小说)模式)').size()))){\nr.select(sc).remove();\n\nif(!(查!=\"\"&&(lr=r.select(i?d[i==6?5:i]:查)).size()))for(i=0;i<6&&(lr=r.select(d[i]),i==4&&c==1?!lr.size():String(lr.text()).length<200);i++);\nif(c<2||i<6)break;}\n\nr=org.jsoup.Jsoup.parse(r2=String(java.ajax(baseUrl+',{\"webView\":true}')).replace(/(<[a-z]+)&nbsp;/g,'$1 '));\ndt=r1.length==r2.length?2:1}\n\nfor(c=lr.first(),v=1;v<lr.size();v++)if(lr.get(v).parents().contains(c)){\nlr.remove(v);\nv--}else c=lr.get(v);\n\nlr=String((c=lr.size()==2&&i<4)?String(lr.first().text()).length>String(lr.get(1).text()).length?lr.first():lr.get(1):(c=lr.size()==1)?lr.first():lr);\n\nif(查==\"\"){\nif(c&&(查=lr.match(/<([a-z]+) ([^>]+)>/))&&(查[2]=查[2].match(/(?:id|class|style)=(?:\"[^\"]+\"|'[^']+')|[^= ]+(?==\"[^\"]+\"|'[^']+')/g))){\nbook.putVariable(\"元\",查[1]+'['+查[2].join('][')+']')\n}else book.putVariable(\"序\",i)}\n\nlr=lr.replace(/<([a-z]+)[^>]*\"-\\d+\"[^>]*>[^<]+<\\/\\1>|[^<>]*<a[^<]+<\\/a>[^<]*|&lt[; ]?\\/?[a-z]+(?= |\\/?&gt)(?:[ a-z=-]+|\"[^\"]+\"|'[^']+')*\\/?&gt[; ]?|[☯📑⚙️🌕︴]/g,\"\").replace(/\\s+(?:\\s|(?:(?:(?:n?b)?s)?p)?;)/g,\"　　\");\n\nif(java.get(\"原\")!=1)lr=(!lr.indexOf(\"　　\")?lr.replace(/>(?!　　|\\s*(?:(?:(?:n?b)?s)?p)?;)\\s*(?=[^\\s<>])/g,\">︴\"):lr).replace(/((?:[〖【『「（《〈〔［\\[(][^〖【『「（《〈〔［\\[()］〕〉》）」』】〗\\]]*[)］〕〉》）」』】〗\\]]\\s*)*(?:第?\\s*[一二三四五六七八九十百千万〇零0-9]+\\s*[章节回話话：:.．,，、]*\\s*)?{{n=(t=title.match(/\\S+$/)[0].replace(/[*$|?+\\\\\\^\\[\\](){}/]/g,\".?\")).replace(/^(正文[^\\u4e00-\\u9fa5A-Za-z]*|第?[一二三四五六七八九十百千万〇零0-9]+[章节回話话\\s：:.．,，、]*)+/,\"\"),n!=t&&/\\S/.test(n)?\"(?:第?\\\\s*[一二三四五六七八九十百千万〇零0-9]+\\\\s*[章节回話话：:.．,，、]*\\\\s*\"+n+\"|\"+t+\")\":t}}(?:\\s*[〖【『「（《〈〔［\\[(][^〖【『「（《〈〔［\\[()］〕〉》）」』】〗\\]]*[)］〕〉》）」』】〗\\]])*)/g,\"⚙️$1⚙️\")+\"📑\"\n}catch(e){}}\nif(dt)book.putVariable(dt==1?\"动\":\"静\",',{\"webView\":true}');lr",
      "imageStyle": "FULL",
      "nextContentUrl": "@js:if((r=java.getStringList((nx=java.get(\"next\"))+\"a:matches(第二[頁页]|下[一\\\\s]*[頁页]):not([href~=^javascript:|^#])@href||a:matches(下[一\\\\s]*[篇章回节節话話]):not([href~=^javascript:|^#])@href||a[href~=[_-]\\\\d+(/|\\\\.[a-z]+)?$]:has(i,img):not(:matches(\\\\S),[href~=^javascript:|^#])@href\")).size()){\nif(~String(book.tocUrl+(nextChapterUrl||'')).indexOf(r=String(r.get(r.size()-1)))||~r.indexOf(nextChapterUrl||String(book.tocUrl).replace(/.+(?=_\\d+\\/$)/,'')))r=null\n}else r=null;\nif(r){if(nx!='')chapter.putVariable(\"next\",(n=r.replace(/\\d+(?=[^\\d]*$)/,it=>+it+1))==r?'':'a[href=\"'+n+'\"]@href||');\nr+java.get(\"动\")}",
      "replaceRegex": "@js:if(java.get(\"原\")==1){result}else{\nresult=result.replace(/⚙️([^\\u4e00-\\u9fa5⚙️]+|[零〇一二三四五六七八九十百千万\\s]+|(?!第[零〇一二三四五六七八九十])[\\u4e00-\\u9fa5]+)⚙️/g,'$1').split('📑');\nl=result.length-1;\nwhile(l)if(r=result[--l].match(/^(\\n+(?:[^\\n]{1,30}\\n+){1,3})([\\S\\s]+)$/))result[l]=r[1]+r[2].replace(/⚙️/g,'');\nresult.join('📑')\n.replace(/—/g,\"─\")\n.replace(/[·۰•・]/g,\"・\")\n.replace(/\\s*(?:︴[^\\n　]+\\s+)*📑\\s*|^\\s*(︴[^\\n　]+\\s+)*|\\s*(?:　　|\\n)(?:[\\s&#a-zA-Z0-9]*;)?[\\s　?]*/g,\"☯\")\n.replace(/(?:︴[^☯]*☯)+(?=︴)|☯(?:温馨|[^a-zA-Z0-9\\u4e00-\\u9fa5☯]+)提示.?[:：][^☯]+|☯[^☯]+字体不会安装.?请百度[^☯]+|☯.{0,2}正版订阅在阅文旗下的起点和QQ书城，可以第一时间看到最新章节.{0,2}(?=☯)|︴\\s*第?[〖【『「（《〈〔［｛\\[{(][^☯]+(?=☯)|☯第\\s*[（(][^（()）]+[)）][頁页](?=☯)|[^☯]*(?:关注|[微vVＶｖ][^\\u4e00-\\u9fa5A-Za-z0-9]*[信xXｘＸ]|公[^\\u4e00-\\u9fa5]*众[^\\u4e00-\\u9fa5]*号){2,}[^☯]*|(?:&#?[a-z0-9]*;?)+(?=;|☯);*|read[sx][；;?？]+/g,\"\")\n.replace(/\\s+/g,\" \")\n.replace(/☯[ ☯]*/g,\"\\n\")\n.replace(/(\\n[〖【『「（《〈〔［｛\\[{(]?)([pPＰｐ][SsｓＳ]+(?=[ ：:;；，,、。.─\\d\\u4e00-\\u9fa5])[^\\n]+)/g,\"$1🌕$2\")\n.replace(/\\[\\[\\[[^\\[\\]]+http:file2.qidian.comchapters(.{5,6})(..)([^\\[\\]]{35})\\]\\]\\]/g,'<img src=\"http://file2.qidian.com/chapters/$1/$2/$3\">')\n.replace(/(<img )[^>]*(src=\"[^\"]+\")[^>]*(>)|((?: ?[＋+－-]?[0-9０-９]+(?:[．.／/][0-9０-９]+)?[％%:：]?[a-zA-Z]*)+ ?|[ _＿－-]?[a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９]+)/g,\"$1$2$3☯$4☯\")\n.replace(/☯[・。](?=☯)/g,\"☯.\")\n.replace(/,\\n/g,\"，\")\n.replace(/!(?=\\n)/g,\"！\")\n.replace(/\\?(?=\\n)/g,\"？\")\n.replace(/(<[^<]+)☯☯/g,\"⚙️$1⚙️\\n\")\n.replace(/(?:\\n[^āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─🌕︴\\n]+|([。？！…”』」】〗])[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─☯︴\\n]+[\\u4e00-\\u9fa5]+)?[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─⚙️☯︴\\n]+(?=\\n)|[^☯!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛｝］〕〉）＞’”》」』】〗]*☯([a-zA-ZＡ-Ｚａ-ｚ]*[āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ][a-zA-ZＡ-Ｚａ-ｚ]*)☯[^☯!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛｝］〕〉）＞’”》」』】〗]*/g,\"$1$2\")\n.replace(/[^!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜<（〈〔［｛({\\[\\]})｝］〕〉）>＞’”》」』】〗︴🌕]*(?:☯[^.．!(),\\n\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗⚙️]+|([^☯!(),\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘<＜（〈〔［｛({\\[\\]})｝］〕〉）＞>’”》」』】〗⚙️])(?!\\1)|☯(?=[^☯!(),\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗][!(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗])|[〖【『「（《〈〔［｛\\[{(][^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[)｝］〕〉》）」』】〗\\]}]){4,}|[^；;％%～~?？!！\"'”’。…─\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[〖【『「（《〈〔［｛\\[{(][^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[)｝］〕〉》）」』】〗\\]}](?:[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+(?=[)｝］〕〉》）」』】〗\\]}]))?/g,\"📑\")\n.replace(/([；;％%～~?？!！\"'”’。…─])📑(?=[)｝］〕〉》）」』】〗\\]}])/g,'$1')\n.replace(/(?:([\\n。？！])[^\\n。？！]{1,10})?[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*(?:☯[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]☯|📑|🌕)[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[｝］〕〉》）」』】〗\\]})](?:[^。]{0,5}(?:[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*(?:☯[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]☯|📑)[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[｝］〕〉》）」』】〗\\]})]|[^📑!,()\\s\\u4e00-\\u9fa5、，：；？！。…─‘’“”（）《》〖〗【】]+))*(?:(?:[^\\n]{1,10}|(?:[\\u4e00-\\u9fa5]{0,5}[，、])*[\\u4e00-\\u9fa5]+[！。]?)(?=\\n))?/g,\"$1\")\n.replace(/((?:[请請][记記]住)?[^⚙️🌕📑︴*\\n(),\\u4e00-\\u9fa5、，：；？！。…─「」‘’“”（）《》〖〗【】]*(?:(?:[^⚙️🌕📑︴*\\n(),\\u4e00-\\u9fa5、：，；？！。…─「」‘’“”（）《》〖〗【】]+[*(), \\u4e00-\\u9fa5、，:：；？！。…─「」‘’“”（）《》〖〗【】]{1,3})*[^*︴📑☯⚙️🌕\\s&;(),āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜa-zA-ZＡ-Ｚａ-ｚ0-9０-９\\u4e00-\\u9fa5、,，:：;；?？!！。…～~─'\"‘’“”【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}％%・/／＝=_＿.．＋+－-]+(?!(?:[^>]+>)?⚙️)|☯[^☯\\n]+☯\\.☯[^☯\\n]+☯|本[文书](?:首发|来自)|(?:章节不完整.?|完整章节)?请.{2,6}(?:搜索|百度|引擎|关键[词字])+|(?:[阅閱][讀读]|访问|訪問|[網网地][站址]|链接|鏈接|[\\u4e00-\\u9fa50-9a-zA-Z]{0,4}(?:文学|中文|[網网]))+[:：]|[\\u4e00-\\u9fa50-9a-zA-Z]{0,6}(?:[網网地][站址]|链接|鏈接)为|.{2,4}文[学學][網网]|[请請].{2,4}收藏(?:.{0,2}推[荐薦])?|(?:天才)一秒[記记]住|，?請?訪問|(?:[更最][快新]|[快高]速|热门|(?:[阅閱][讀读])?完整|本|(?:官[網网]|本站).{0,2})(?:章[節节]|小说|更新|[網网地][址站][:：]?|快速)|更新(?:速度)?[最更]?快|(?:(?:无错)?小说|正版|免费|全[文本]|在线|访问|訪問|txt|TXT|继续|各种|推[荐薦]|收藏|分享|交流|你?喜欢的)+(?:全文|免费|在线|[阅閱]?[讀读]|下载|章[節节]|小说|好书)|章[節节](?:目录|列表)|小说[網网](?:更新)?|手打全文|[纯全](?:手打|文字)|手机看书|手机版|笔趣阁|(?:本站|[網网]站|站内|看)?无(?:任何)?(?:广告|弹窗|防盗)(?:章节)?|不弹窗|(?:(?:請|请|或者?)?(?:訪問|访问|[電电手][腦脑机機]|[網网][址站]|用[户戶]|浏览|瀏覽|閱讀|阅读|看小说|看漫画)){2,}|看小说|看漫画|(?:用[^\\n]{2,6})?(?:[追看]书|小说)(?:就用|软件|☯[^☯]+☯)，?|用[^\\n]{2,6}[追看]书|(?:..的)?(?:最佳选择|阅读体验)|(?:推[荐薦]|收藏|分享)(?:本站|我们)|小说..版|文章质量更好|谢谢各位(?:读者|书友)支持|水印广告测试|本章未完|请翻页|点击下一页|领.{0,2}红包|同步更新《[^《》]+》|关注[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+[)｝］〕〉》）」』】〗\\]}])(?:[* (),\\u4e00-\\u9fa5、，：；？！。…─‘’“”（）《》〖〗【】]{0,3}[^⚙️📑*\\n(),\\u4e00-\\u9fa5、，：；？！。…─「」‘’“”（）《》〖〗【】]+|[….。!！]+(?=\\n))*|⚙️(?!<)[^⚙️\\n]+⚙️)/g,\"\\n⚙️$1⚙️\\n\")\n.replace(/⚙️(<[^<>]+>)⚙️\\n|[〖【『「（《〈〔［｛\\[{(](?:[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]{0,3}\\n⚙️(?!\\s*\\S\\s*⚙️).+⚙️\\n*)+[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]{0,3}[)｝］〕〉》）」』】〗\\]}]|(🌕)\\s*⚙️|⚙️\\n[^\\u4e00-\\u9fa5]{0,5}\\n⚙️|\\n⚙️\\s*(\\S)\\s*⚙️\\n(?![^⚙️]{1,3}⚙️)|(⚙️\\n)|([，、；])[\\s,，。、…:：;；?？!！`’]*[,，。、…:：;；?？!！`’](?!⚙️)|\\n[\\s,，。、…:：;；?？!！`’]*(?=[,，。、:：;；?？!！])|([：？！。…─])(?:[^⚙️☯a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n…─“‘’”〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+(?=\\n)|[^⚙️☯a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n…─“‘’”〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+)|☯/g,\"$1$2$3$4$5$6\")\n.replace(/([)）？！?!…」』”\\s。])(?:[^\\n（(🌕)）”』」’。]{0,5}(?:(?:\\n⚙️.+⚙️\\n|[^（()）\\n”』」。]{0,5}📑)[^（()）\\n。]{0,5}(?:\\n⚙️.+⚙️(?:\\n(?=\\n⚙️|[^（()）\\n]{1,5}\\n))?|[^（()）\\n。]{0,5}📑(?:[^📑]{1,5}(?=\\n⚙️))?)+(?:[^（()）\\n]{1,5}(?=\\n))?|(?:(?:(?:\\n⚙️.+⚙️\\n|[^（()）\\n。]{0,5}📑)[^（()）\\n]{0,5}){2,}|[^（(🌕)）”』」’\\n。]{0,5}(?:(?:請|关键[词字]|[電电手][腦機]|用戶|瀏覽|[阅閱]讀|推[薦荐]|收藏|分享|文章质量|谢谢(各位|支持|大家)|水印|翻页|点击|下[一\\s]*[页頁篇章回节節话話]|免费|热门|官网|正版|在线|同步|下载|文学|中文|章节|[本网][站址]|站内|小说|更新|无错|[本全][文本章]|首发|广个?告|弹窗|防盗|访问|訪問|txt|TXT|读者|书友|百度|[插说]一?[下句]话?，[\\u4e00-\\u9fa5]{0,5})[^（()）\\n]{0,5})*(?:📑|\\n⚙️[^\\n]+⚙️\\n)[^（()）\\n]{0,5}(?:(?:請|关键[词字]|[電电手][腦機]|用戶|瀏覽|[阅閱]讀|推[薦荐]|收藏|分享|文章质量|谢谢(各位|支持|大家)|水印|翻页|点击|下[一\\s]*[页頁篇章回节節话話]|免费|热门|官网|正版|在线|下载|同步|文学|中文|章节|[本网][站址]|站内|小说|更新|无错|[本全][文本章]|首发|广个?告|弹窗|防盗|访问|訪問|txt|TXT|读者|书友|百度)[^（()）\\n]{0,5})*|[^（(🌕)）\\n”』」’。]{0,3}\\n⚙️.+⚙️\\n[^（()）\\n。]{0,3})(?:[\\u4e00-\\u9fa5]+[！。]?|[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n]+)?(?=\\n)))+|\\n⚙️[^\\u4e00-\\u9fa5]+⚙️\\n|📑|\\s*︴\\s*|\\n?⚙️\\n?|\\n[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n]{2,}\\n[^🌕a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n“《‘【〖『「]*/g,\"$1\")\n.replace(/(?:(?:\\n🌕[^\\n]*)+(?:\\n+[^\\n]+){0,4}|\\n(?:[(（{｛][^(（<{｛｝}>）)]*(?:(?:[(（{｛][^(（<{｛｝}>）)]*[）)｝}])[^(（<{｛｝}>）)]*)*[）)｝}]?\\s*)+|[^\\n]*起点(?:原创|中文)[^\\n]*|[〖【『「（《〈〔［｛\\[{(]?未完待续[^\\n]*)[^\\u4e00-\\u9fa5<>]*$|^\\s*(?:(?:[^\\n]+\\n+){0,4}(?:🌕[^\\n]*\\n?)+|(?:[(（{｛][^(（<{｛｝}>）)]*(?:(?:[(（{｛][^(（<{｛｝}>）)]*[）)｝}])[^(（<{｛｝}>）)]*)*[）)｝}]?\\s*)+|，[^\\n]+)\\n|(?:^|\\n)[^a-z0-9A-Z\\u4e00-\\u9fa5]*(?=\\n)|🌕|\\n\\s*[a-zA-Z]+\\s*$/g,\"\")}",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "@get:{au}",
      "bookList": "@js:b=baseUrl.substr(baseUrl.indexOf(\"=\")+1);\nl=(l=source.getVariable())?String(l).split(\"\\n\"):[\n\"https://goo.gle.workers.dev/search?q=\",\n\"https://images.hk.53yu.com/search?safe=off&hl=zh-CN&q=\",\n\"https://www.google.com/search?q=\"\n];\njsoup=org.jsoup.Jsoup.parse;\nfor(i=+java.get(\"索引\"),r=jsoup(src);i<l.length;i++){\ner=r.select(\"#rso .g:not(:has(:matches(^(广告|推广|手游)$)))\");\nif(er.size()){break\n}else r=jsoup(java.ajax(l[i]+b));\n}er",
      "bookUrl": "a:has(cite)@href",
      "coverUrl": "",
      "intro": "div:not(:has(cite,a)) span:not([class])@all||div:has(>.jYOxx) span@all",
      "kind": "@js:java.get(\"类\")",
      "lastChapter": "a cite@text",
      "name": "h3@text\n@js:re=String(src).replace(/\\s*(?:&nbsp;)+\\s*/g,\" \").replace(/\\s*<\\/?em>\\s*/g,\"\");\nif(类=re.match(/(?:[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】》]|<[^a/][^>]*>|<\\/[^>]+>)(?:[分大]\\s*类|类\\s*[型别])(?:[:：\\s]|<[^>]+>)+([^\\s<\"./／｜|>]+)/))java.put(\"类\",类[1]);\nkey=java.get(\"key\");\nax=java.get(\"aut\");\njava.put(\"源\",r=(r=result.match(/(.{0,2})《([^《》]+)》(.{0,3})/))&&r[3]!=\"作品集\"&&!r[1].match(/新[书作]/)?r[2]:result);\n\nr=r.replace(/^(简介页|详情页|目录页|正版|全本|免费阅读|[\\s。.,_/|《「『【〖（(\\[\\])）〗】』」─—-]+)+/,\"\").replace(/(?!^)[^\\u4e00-\\u9fa5a-zA-Z0-9]*(?:笔趣阁|思路客|燃文|小说|漫画|手机)?(?:[.|,_/\\s「『【〖（(\\[\\])）〗】』」。─—-]|(?:人工|机器|电脑)?校正|精校|完[整结]|加料|番外|未删节|简介|全[文本集]|下载|(?:小说|漫画|大全|正版(?:小说|漫画)?|免费|免费小说|免费漫画|免费全[文本]|在线|最[新快]|全部|手机|电脑)(?:全[文本集部]|大全|免费|在线|阅读|下载|章节|小说|更新|漫画|\\.)|([^a-zA-Z0-9])(?:azw|mobi|epub|txt)(?![a-zA-Z0-9])|(?:最全)?(?:章节|目录|列表){2,}|更新章节最快|无广告|(?::顶点)?无弹窗|无防盗|小说网|手打全文|[纯全](?:手打|文字)|\\s*by\\s*(?=[\\u4e00-\\u9fa5]))[\\S\\s]*/i,\"$1\");\n\nif(ax==\"#\"||!~re.indexOf(ax)){\nax=re.match(/《([^《》]+)》作品集|[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】《》>]作\\s*者(?:[:：\\s“\"'(（]|<[^it\\/][^>]*>|<\\/[^>]+>)+(?![^\\s<(《“（）”》)>\\/\\[\\];?!,、，；？！。…─［］〖〗【】]*\\.{3}<)([^\\s<(《“（\"'）”》)>\\[\\];?!,、，；？！。…─［］〖〗【】/／｜|:：]+?)(?=(?:其[他它]|小说|[更最][快新]|\\.\\s*)?..[:：]|所?写?的《|[\\s<(《“（\"'）”》)>\\[\\];?!,、，；？！。─［］〖〗【】/／｜|])/);\nif(!ax){\nax=re.match(new RegExp(r+\"[^a-z0-9A-Z\\\\u4e00-\\\\u9fa5]*([^\\\\s]+?)\\\\s+著|(?:由|原创)(?:(?:原创|网络)?作[家者])?(?![\\\\u4e00-\\\\u9fa5a-zA-Z0-9_-]*(?:[书网]友|网)所?提供)([\\\\u4e00-\\\\u9fa5a-zA-Z0-9_-]+?)(?:为大家)?(?:所作|所?(?:(?:[精倾]心)?[创著]作|提供|写?的(?:《|\"+r+\")))\"));\nif(!ax)ax=result.match(/[^.|,_/\\s\\[\\]（()）【〖〗】。-]+[（(](?![^\\s]+[\\s、：；？！…─“‘《〖【，。:;?!\"'】〗》’”][^(（）)]+|(?:连载中?|完本|大结局|上|中|下|[\\s.一二三四五六七八九十百千万〇零0-9]+)[）)])([^（()）]+?)(?:(?:\\s+|所)?著|的?新书|[/／｜|][^)）]+)?[)）]/)}\nax=ax?ax[1]||ax[2]:\"\"}\n\nif(!ax.length&&~re.indexOf(key)&&!~r.indexOf(key))ax=key;\n\nif(r.indexOf(ax)>0&&!~key.indexOf(r))r=r.split(ax)[0].replace(/[:：]$/,'');\n\nzt=[(小说=key.indexOf(\"小说\"))&&小说^(长=key.length-2),(有声=key.indexOf(\"有声\"))&&有声^长];\nif(zt[0]&&zt[1]){\nrez=\"(?!^)(有声|小说|有声小说)$|^(有声|小说|有声小说)(?!$)\"\n}else if(zt[1]){\nrez=\"(?!^)有声$|^有声(?!$)\"\n}else if(zt[0]){\nrez=\"(?!^)小说$|^小说(?!$)\"\n}else rez=\"☯\";\nif((漫画=key.indexOf(\"漫画\"))&&漫画^长)rez+=\"|(?!^)漫画$|^漫画(?!$)\";\n\nix=r.replace(new RegExp(rez),\"\").split(/[：:]/);i=0;\nwhile(i<ix.length){x=ix[i];\nif(~x.indexOf(key)||~key.indexOf(x))break;i++}\nif(i==ix.length)i=0;\n\njava.put(\"au\",ax);\njava.put(\"bb\",ix.slice(i,i+2).join(\":\"))",
      "wordCount": "div.St3GK a:last-child@text||div.osl a:eq(0)@text\n##\\s\\d+$|;$"
    },
    "ruleToc": {
      "chapterList": "@js:if(java.get(\"单\")==''){\nsrc=org.jsoup.Jsoup.parse(src);\n\nif((result=java.get(\"录\"))==\"\"){if(页=(result=src.select('a[href~=\\\\S]:matches(下[一\\\\s]*[页頁]|下[一二三四五六七八九十百千万〇零0-9]{2,}章):not([href~=^#|javascript:])')).size())result=result.first().attr('href')\n}else{网=String(result).split(\"🌕\");\nfor(i=3,页=+网[0],result=网[1]+2+网[3];i<=页;i++)result+='\\n'+网[1]+i+网[3];\nresult=String(result)}\n\nif(页)java.put(\"页\",/,/.test(book.tocUrl)?result.split('\\n').join(',{\"webView\":true}\\n')+',{\"webView\":true}':result);\n\n嗅=()=>String(src).match(/[\\[(]([\"'])<[a-z]+[ >][^\\[\\]()]+<\\/a>(?:[^\\[\\],()]*<\\/[a-z]+>)?\\1[\\])]/);\n转=it=>it.replace(/\\\\[Uu]([0-9a-zA-Z]{4})/g,(_,it)=>String.fromCharCode(parseInt('0x'+it)));\n兜=()=>src.select(':matchesOwn(^$|[0-9〇一二三四五六七八九十])>a:matches(\\\\S):not(:has(*>*>:not(span)),[href~=(?i)passport|\\\\.aspx$|\\\\.php$|^https://[^/]+(/|index\\\\.[a-z]+)?$|(^|[^/])[?/].*((book|[^a-z])(info|case|page|reg|Game|Play)[^a-z]|buy[^a-z]|SystemInfo|hot|sort|desc|asc|top|coins|nutrition|review|ticket|update|(app|author|xiazai|down)(?!=))|/list\\\\d*([/_-][^/_-]+/?)?$|\\\\d+_\\\\d+_\\\\d+|target=iframe|https%],:matches((?i)^((点击|软件|应用|安装|客户|移动|手机|电脑|安卓|苹果|下载|阅读|pc|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub)[\\\\s.端版]*(?=$|点击|软件|应用|安装|客户|移动|手机|电脑|安卓|苹果|下载|阅读|pc|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub)|[A-Za-z0-9\\\\u4e00-\\\\u9fa5]?返回.*(简介|书页|目录)[A-Za-z0-9\\\\u4e00-\\\\u9fa5]?|[<>-]+|\\\\d+-\\\\d+章|书页|目录|简介|[上下首尾]([一\\\\s]*[页頁]|[\\\\s\\\\d零〇一二三四五六七八九十百]*章)|[↑\\\\[]?[倒正反逆顺順]序[↓\\\\]]?)$))');\n\nif((zt=java.get(\"嗅\"))!=''){\nif(zt>0&&(嗅=嗅())){\nsrc=嗅[0];\nif(zt==2)src=转(src);\nsrc=org.jsoup.Jsoup.parse(src)}\nsrc.select(java.get(\"除\")).remove();\nif(java.get(\"兜\")==1)src=兜();\nsrc=src.select(java.get(\"查\"))\n\nif(!页){for(首=String(java.get(\"首\")).split('\\n'),ss=src.size(),i=0;i<ss;i++)if(首[i]!=src.get(i)){\nif(i>1)src.subList(1,i).clear();break;}}\n\n}else{\nbook.putVariable(\"除\",除=\"meta,link,a:has(img),\"+((zt=java.get(\"全\")!=1)?\"a[href$=\"+String(book.tocUrl).replace(/,\\{\"webView\":true\\}|^.{8}[^/]*/g,'')+\"],\":\"\")+(基=String(java.get(\"基\")),基==''?'':\"a[href$=\"+基.replace(/^.{8}[^/]*/,'')+\"],\")+\"a[href~=javascript:|#|[a-z]+[A-Z][a-z]+Id[=_-]|[^/][/?&]sub[A-Z]|action=list],a:matches(^$|最新章节$|^[^\\\\u4e00-\\\\u9fa5A-Z0-9]*(正文|.{0,2}书架|(免费|在线|开始|立即|全文|从头|点击|正文)+[试阅]读|[^\\\\s\\\\d外内楔前后卷篇章]*(更新调整|[两一二三四五六七八九十]+连更|作者[:：给要有]|双倍月票|感言|推书|推[a-z0-9A-Z_\\\\u4e00-\\\\u9fa5-]+书|[求个请投点下张](月?票|收藏|订阅|推荐)|(感谢|作者)[^\\\\s]*(读者|书友|大家|各位)|[书点]评[^\\\\s]*活动|[没有空]更新|没时间更新|请个?假|关于本书|关于更新|打赏名单|起点活动)[^\\\\s]*)[^\\\\u4e00-\\\\u9fa5A-Z0-9]*$)\");\n\nbook.putVariable(\"嗅\",(基=嗅())?(src=org.jsoup.Jsoup.parse((zt=/\\\\[Uu]([0-9a-zA-Z]{4})/.test(基=基[0]))?转(基):基),zt)?2:1:0);\nsrc.select(除).remove();\n\nif(zt=java.get(\"全\")!=1){\n找=ll=null;\n$=it=>(qc=ll,查=找,ll=src.select(找=it)).size()>14&&(查=it,src=re=ll);\n\nif(!(((ck=java.get(\"ck\"))!=\"\"&&$(\"[href~=\"+ck+\"(?!index(/|\\.[a-z]+)?$)[^.?/_-][^&/_-]*/?$|/[vV][iI][pP][_-]?([Rr]ead|[Cc]hapter|action=article)|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&]*$]\"))||$(\"[href~=^[a-z0-9]+(/|\\\\.[^./]+)?$]\"))){\nif(qc&&qc.size()>ll.size())找=查,ll=qc;\n\n$=it=>(re=src.select(it)).size()&&(查=it,src=re);\n\nif(!($(\"[data-cid]\")||$(\"[href~=(?i)(^|[/_-])(chapter|read)+([_-]?id)?/[^/_-]+[/_-][^/_-]+]\")||$(\"[href~=(?i)(^|[&?/_-](book|novel|comic|manhua|mh?)?)(chapter|read)+([_-]?id)?[?/=]]\")||$(\"[href~=(?i)[&?/_-]cid[&?/_=-]]\")||$(\"[data-href]\"))){\nsrc=兜();\nbook.putVariable(\"兜\",1);\n\nba=(ba=String(java.get(\"ba\"))).match(/(\\?(?:[^=]+=)+)(.+)$/)||ba.match(/(?:[^/_-][/_-]([^/._-]+))?[/_-]([^/._-]+)(?:\\/|\\/index[^/]*|\\.[^/.]+)?$/);\n\nif(xi=(id=ba[2]).match(/\\?[^=]+=([^&]+)/)||id.match(/^[^\\d%]*(\\d{2,}|[1-9])$/)||ba[1]&&ba[1].match(/^[^\\d%]*(\\d{2,})$/))id=xi[1];\n\n$(\"[href~=([^\\\\d]|^)\"+id+\"[/_&-][^\\\\d]*\\\\d+]:not([href~=\"+id+\"[^\\\\d]*$]),[href~=/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[a-zA-Z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?]*$|([^\\\\d]|^)\"+id+\"[/_&-][^\\\\d]*\"+id+\"(/|\\\\.[^.]+|&.+)?$]\")||$(\"[title]\")||$(\"[href~=/view/\\\\d+\\\\.[a-zA-Z]+$]\")}\nif(re.size()<ll.size())查=找,src=ll}}\n\nif(!(zt&&re.size()))src=src.select('a'),查='a';\nif(查)book.putVariable(\"查\",查);\nif(页)java.put(\"首\",src)}\n\nsrc}else if((list=java.get(\"单\"))!=1){\n\nif((网=String(list).split(\"🌕\")).length>1){\nfor(i=+网[2],x=+网[0],j=2,list=\"<a href='\"+baseUrl+\"'>正文1</a>\";i<=x;i++,j++)list+=\"<a href='\"+网[1]+i+网[3]+\"'>正文\"+j+\"</a>\"}\n\norg.jsoup.Jsoup.parse(list).select('a')\n\n}else org.jsoup.Jsoup.parse(\"<a href='\"+baseUrl+\"'>正文</a>\").select('a')",
      "chapterName": "text",
      "chapterUrl": "href@js:chapter.putVariable(\"next\",'a[href~=(?:^|[?/])'+(r=result.trim().replace(/([*$|?+(){}\\[\\]\\^\\\\])/g,'\\\\$1')).match(/[^?/=.]+(?:=(?![01]$)[^=]+)*(?=\\/*$|\\.[^?/.]+$|=[01]$)/)[0]+'[=/_-]2(?:\\\\/|\\\\.[^?/.]+)? *$]@href||a[href~=(?:^|[?/])'+r.replace(/\\d+(?=[^\\d]*$)/,it=>+it+1)+' *$]@href||');result+java.get(\"动\")",
      "isVip": "",
      "nextTocUrl": "@js:java.get(\"页\")",
      "updateTime": ""
    },
    "searchUrl": "{{l=(l=source.getVariable())?String(l).split(\"\\n\"):[\n\"https://goo.gle.workers.dev/search?q=\",\n\"https://images.hk.53yu.com/search?safe=off&hl=zh-CN&q=\",\n\"https://www.google.com/search?q=\"\n];\n\nfor(i=+java.get(\"索引\");i<l.length;i++){\ntry{z=(zz=java.get(y=l[i],{})).statusCode()}catch(e){continue;}\nif(z==200||z==301&&(y=zz.header(\"Location\"))\n){java.put(\"索引\",i);\nbreak;}\n}\n\nkey=key.trim();aut=\"#\";\nif(ke=key.match(/^([单跳逆动静字图]+)\\^([\\S\\s]+)/))key=ke[2],java.put(\"custom\",ke[1]);\nz=key.lastIndexOf(\"#\")+1;\ns=key.lastIndexOf(\"$\");\nif(/\\$[a-zA-Z0-9/._-]+$/.test(key))key=key.slice(0,s).concat(\" site:\",key.slice(s+1));\ns=s+1?s:key.length;\nas=key.slice(z?z:s,s);\nif(!/^\\s*$/.test(as)){\naut=as.match(/[^\\s\"]+/)[0];\nkey=key.slice(0,z-1).concat(\" \",key.slice(z))}\njava.put(\"aut\",aut);\njava.put(\"key\",key.match(/[^\\s\"]+/)[0]);\ny+key}}&start=<0,{{page*10}}>",
    "weight": 0
  },
  {
    "bookSourceComment": "up_date: 2025-08-19\nauthors: 钓鱼竿钓大鱼(原作) & 小寒(修改) & 梓澄qwq（雨萘Naiy_）(修改)  & Thomas喲(修改)\n## 添加搜索不到的书籍：\nhttps://reading.snssdk.com/reading/bookapi/detail/v/?book_id=【书籍ID】\n\n## 调试测试\nhttps://www.baidu.com/删书示例?book_id=7285555567827880975\nhttps://www.baidu.com/插图示例?book_id=7193358363978107963\nhttps://www.baidu.com/漫画示例?book_id=7225884766417980473\nhttps://www.baidu.com/有声示例?book_id=7268163868831173694",
    "bookSourceGroup": "漫画,有声",
    "bookSourceName": "番茄小说（优+++）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://reading.snssdk.com#lcs",
    "bookUrlPattern": "https?://.*(fqnovel|snssdk|fanqienovel|changdunovel)\\.com/.*[0-9]{19}.*",
    "customButton": false,
    "customOrder": 6,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\n个人中心 = 1\n\njs = (cid, genre, gender) => `@js:\nxGorgon(\n  \"new_category/landing\",\n  [\n    \"category_id=${cid}\",\n    \"limit=20\",\n    \"offset=\" + (page - 1),\n    \"gender=${gender}\",\n    \"genre=${genre}\"\n  ].join(\"&\")\n)`\n\ntt_rank_books = (url) => `@js:\n  let ck = \"sessionid=\" + (String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : (source. getLoginInfoMap() || {})['手动登录Token'])\n  let list = JSON.parse(java.ajax('${url}')).data.result\n  let book_ids = []\n  for (let i of list) book_ids.push(i.book_id)\n  xGorgon(\n    \"multi-detail\",\n    \"book_id=\" + book_ids.slice(0, 100).join(','),\n    null,\n    ck,\n  )\n`\n\nobj = (title, url, type, type1) => ({\n  title: title,\n  url: url,\n  style: {\n    layout_flexGrow: 1,\n    layout_flexBasisPercent: type\n  }\n})\n\nlet toutiao_rank_info = JSON.parse(java.ajax('https://novel.snssdk.com/api/novel/channel/homepage/rank/rank_list/v2/?need_type=1&offset=0&side_type=10&type=1&aid=1319') || '{\"data\":{\"type\":{\"type\":[]}}}').data.type.type\ntoutiao_rank = (index) => {\n  let rank_list = toutiao_rank_info[index] || []\n  let ret = []\n  if (rank_list) {\n    ret.push(obj(i.name + '榜', '', 1))\n    for (let j of rank_list.rank_list) {\n      ret.push(obj(j.name, 'https'))\n    }\n  }\n}\n\narr = []\njava.longToast(\"请稍等，发现列表正在热更新！\")\nindex=[0, 1, 2]\nfor (let i of index) {\n  // java.toast(i)\n  let type = i\n  $ = JSON.parse(java.ajax(xGorgon(\n    \"new_category/front\",\n    [\n      \"update_version_code=58932\",\n      \"distinct_style=1\",\n      \"new_category_tab=\" + i\n    ].join(\"&\")\n  ))).data.category_tab_data\n  cate = []\n  cate.push(obj(\n    \"====== \" + $.tab_name + \" ======\", \"\", 1\n  ))\n  $.cell_data.forEach((c) => {\n    gender_1 = (type == 0 || type == 1) ? type : 1;\n    genre_1 = type == 3 ? 1 : type == 5 ? 110 : type == 6 ? 130 : 0;\n    cate.push(obj(\n      c.cell_name,\n      js(c.atom_data[0].category_data.category_id, genre_1, gender_1),\n      1\n    ))\n    for (j = 2; j < 5; j++) {\n      c.atom_data.slice(1).forEach((a) => {\n        d = a.category_data\n        if (d.name.length == j) {\n          cate.push(obj(d.name, js(d.category_id, genre_1, gender_1), -1))\n        }\n      })\n    }\n  })\n  arr = cate.concat(arr)\n}\n\nget = (path) => `@js:\nlet ck = \"sessionid=\" + (String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : (source.getLoginInfoMap() || {})['手动登录Token'])\n\nlet v = xGorgon(\n    \"${path}\",\n    \"offset=\" + (page - 1) * 20,\n    null,\n    ck,\n)\n\nxGorgon(\n  \"multi-detail\",\n  \"book_id=\" + getBookId(java.ajax(v)),\n  null,\n  ck,\n)`\n\nlet book_shelf_url = 'https://fanqienovel.com/reading/bookapi/bookshelf/info/v:version/?aid=1967&iid=0&version_code=57700&update_version_code=57700'\nlet book_shelf_info = JSON.parse(java.ajax(book_shelf_url + ', ' + JSON.stringify({\n  headers: {\n    'Cookie': \"sessionid=\" + (String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : (source.getLoginInfoMap() || {})['手动登录Token']),\n  }\n})))\n\njava.log(JSON.stringify(book_shelf_info))\n\nlet username\nif (book_shelf_info.code != 0) {\n  个人中心 = 0\n} else {\n  let uinfo = java.ajax(\"https://fanqienovel.com/api/user/info/v2,\" + JSON.stringify({ headers: { Cookie: \"sessionid=\" + (String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : (source.getLoginInfoMap() || {})['手动登录Token']) } }))\n  uinfo = JSON.parse(uinfo)\n  username = uinfo.data.name\n}\n\nlet gro = []\npush = (title, url, type) => gro.push({\n  title: title,\n  url: url,\n  style: {\n    layout_flexGrow: 1,\n    layout_flexBasisPercent: type\n  }\n});\n\nlet sArr = []\n\nif (个人中心) {\n  let groups_bookids = {\n    \"未分组\": []\n  }\n  book_shelf_info.data.book_shelf_info.forEach(i => {\n    if (!groups_bookids[i.group_name ? i.group_name : \"未分组\"]) groups_bookids[i.group_name] = []\n    groups_bookids[i.group_name ? i.group_name : \"未分组\"].push(i.book_id)\n  })\n\n  Object.keys(groups_bookids).forEach(k => {\n    var multi_detail_post_body = {\n      data: {\n        book_shelf_info: []\n      }\n    }\n    groups_bookids[k].forEach(i => multi_detail_post_body.data.book_shelf_info.push({ book_id: String(i), item_id: '0' }))\n    // var multi_detail_group_url = `https://fanqienovel.com/api/bookshelf/multidetail,${JSON.stringify(multi_detail_post_body)}`\n    // var book_ids = getBookId(JSON.stringify(multi_detail_post_body)).join(\",\")\n    push(k, \"https://fanqienovel.com/fqbookshelf/groupName/\" + k, 0.4)\n  })\n  if (Object.keys(groups_bookids).length % 2 != 0) push(\"占位\", \"\", 0.4)\n  // java.log(JSON.stringify(gro, null, 2))\n  sArr.push(obj(username + '的个人中心', '', 1))\n  sArr.push(obj('首页推荐', \"https://fanqienovel.com/tab/0\", 0.4))\n  sArr.push(obj('猜你喜欢', \"https://fanqienovel.com/tab/2\", 0.4))\n  // sArr.push(obj('猜你喜欢', \"https://fanqienovel.com/tab/1\", 0.4))\n  sArr.push(obj(\"我的书架\", \"https://fanqienovel.com/fqbookshelf\", 1))\n  \n  sArr = sArr.concat(gro)\n  // java.toast(JSON.stringify(sArr)) \n  sArr.push(obj(\"阅读历史\", get(\"read_history/list\"), 1))\n}\n\narr = sArr.concat(arr)\nJSON.stringify(arr)\n",
    "jsLib": "getHost = (a, b, c, d) => [\n    [\"https://\"][0],\n    [\n        \"reading\",\n        \"api\",\n        \"api3\",\n        \"api5\",\n        \"novel\",\n        \"\",\n    ][(a == 4 ? 5 : b) || 0],\n    [\n        \"\",\n        \"-normal\",\n    ][c || 0],\n    [\n        \"\",\n        \"-hl\",\n        \"-lf\",\n        \"-lq\",\n        \"-sinfonlinea\",\n        \"-sinfonlineb\",\n        \"-sinfonlinec\",\n    ][d || 0],\n    [\".\", \"\"][a == 4 ? 1 : 0],\n    [\n        \"snssdk\",\n        \"fqnovel\",\n        \"fanqiesdk\",\n        \"toutiaoapi\",\n        \"fanqienovel\",\n    ][a || 0],\n    [\".com\"][0],\n].join(\"\");\njavaImport = new JavaImporter()\njavaImport.importPackage(\n    Packages.okhttp3,\n    Packages.cn.hutool.core.util,\n    Packages.cn.hutool.core.codec,\n    Packages.cn.hutool.crypto.digest\n)\nwith(javaImport) {\n    //POST请求\n    function post(url, body, map) {\n        let json = MediaType.parse(\"application/json\");\n        let request = new Request.Builder()\n            .url(url)\n            .post(RequestBody.create(body, json));\n        if (map) {\n            request.addHeader(\"Content-Encoding\", \"gzip\");\n            for (let n in map) {\n                request.addHeader(n, map[n]);\n            }\n        }\n        let client = new OkHttpClient();\n        let response = client.newCall(request.build()).execute();\n        return JSON.parse(response.body().string());\n    }\n\n    function okhttpGet(url, map) {\n        const { java } = this\n        let request = new Request.Builder()\n            .url(url)\n            .get();\n        if (map) {\n            request.addHeader(\"Content-Encoding\", \"gzip\");\n            for (let n in map) {\n                request.addHeader(n, map[n]);\n            }\n        }\n        java.log(\"okhttp: \" + url + \", headers=\" + JSON.stringify(map))\n        let client = new OkHttpClient();\n        let response = client.newCall(request.build()).execute();\n        return JSON.parse(response.body().string());\n    }\n    \n    function okhttpWithHeaders(url, map) {\n        const { java } = this\n        let request = new Request.Builder()\n            .url(url)\n            .get();\n        if (map) {\n            request.addHeader(\"Content-Encoding\", \"gzip\");\n            for (let n in map) {\n                request.addHeader(n, map[n]);\n            }\n        }\n        java.log(\"okhttp: \" + url + \", headers=\" + JSON.stringify(map))\n        let client = new OkHttpClient();\n        let response = client.newCall(request.build()).execute();\n        let headers = {}\n        let names = response.headers().names()\n        names.forEach((k) => {\n          headers[k] = response.headers().get(k)\n        })\n        return {\n          body: JSON.parse(response.body().string()),\n          headers: headers\n        }\n    }\n\n    //Base64编码\n    let b64En = (b64) => Base64.encode(b64);\n\n    //Base64解码\n    let b64De = (b64) => Base64.decode(b64);\n    \n    function gzip(data) { ZipUtil.gzip(data, \"\") }\n\n    //X-Gorgon参数\n    function xGorgon(path, params, data, ck) {\n        const {  java, source  } = this;\n        params = [\n            params,\n            \"aid=1967\",\n            \"channel=0\",\n            \"os_version=0\",\n            \"app_name=novelapp\",\n            \"version_code=58932\",\n            \"device_platform=android\",\n            \"device_type=unknown\",\n        ].join(\"&\").split(\"&\").sort().join(\"&\").replace(/^&+/, \"\");\n        if (!data) {\n            path = \"/reading/bookapi/\" + path + \"/v/?\";\n        }\n        let url = getHost() + path + params;\n        let devtype\n        for (let i of (source.getLoginHeader() || '').split('&')) {\n          // java.log(i)\n          if (i.startsWith('device_type')) {\n            // java.log(i)\n            devtype = i.split('=')[1]\n          }\n        }\n\n\n        //md5加密\n        let md5 = (str) => DigestUtil.md5Hex(str);\n\n        //反转字符串\n        let rStr = (str) => StrUtil.reverse(str);\n\n        //10转16进制\n        let Hex = (num) => num.toString(16).padStart(2, \"0\");\n\n        //反转16进制\n        let rHex = (num) => parseInt(rStr(Hex(num)), 16);\n\n        //反转2进制\n        function rBin(num) {\n            let bin = num.toString(2).padStart(8, \"0\");\n            return parseInt(rStr(bin), 2);\n        }\n\n        //运算\n        function getHex(ck) {\n            let hex = md5(params)\n            hex += data ? md5(data) : \"0\".repeat(8)\n            hex += ck ? md5(ck) : \"0\".repeat(8)\n            return hex\n        }\n\n        function calculate(hex, ck) {\n            let len = 0x14;\n            let key = [0xDF, 0x77, 0xB9, 0x40, 0xB9, 0x9B, 0x84, 0x83, 0xD1, 0xB9, 0xCB, 0xD1, 0xF7, 0xC2, 0xB9, 0x85, 0xC3, 0xD0, 0xFB, 0xC3];\n            let paramList = [];\n            for (let i = 0; i < 9; i += 4) {\n                let temp = hex.substring(8 * i, 8 * (i + 1));\n                for (let j = 0; j < 4; j++) {\n                    let h = parseInt(temp.substring(j * 2, (j + 1) * 2), 16);\n                    paramList.push(h);\n                }\n            }\n            paramList.push(0x0, 0x6, 0xB, 0x1C);\n            let T = Math.floor(Date.now() / 1000);\n            paramList.push((T >> 24) & 0xFF, (T >> 16) & 0xFF, (T >> 8) & 0xFF, T & 0xFF);\n            //异或\n            let eorResultList = []\n            for (let i = 0; i < paramList.length; i++) {\n                eorResultList.push(paramList[i] ^ key[i % len]);\n            }\n            for (let A, B, C, D, i = 0; i < len; i++) {\n                A = rHex(eorResultList[i]);\n                B = eorResultList[(i + 1) % len];\n                C = rBin(A ^ B);\n                D = ((C ^ 0xFFFFFFFF) ^ len) & 0xFF;\n                eorResultList[i] = D;\n            }\n            let result = \"\"\n            for (let param of eorResultList) {\n                result += Hex(param);\n            }\n            let option = {\n                \"headers\": {\n                    \"X-Khronos\": String(T),\n                    \"X-Gorgon\": \"0404b0d30000\" + result,\n                    \"User-Agent\": 'com.dragon.read',\n                    \"Cookie\": ck ? ck : \"\"\n                }\n            }\n            let b_ = option\n            b_[\"body\"] = String(data ? data : \"\")\n            java.log(url + \",\" + JSON.stringify(b_))\n            if (data) {\n                return post(url, data, option.headers).data;\n            } else {\n                return url + \",\" + JSON.stringify(option);\n            }\n        }\n       return  calculate(getHex(ck), ck);\n    }\n}\n\nfunction getBookId(url) {\n\tconst {java} = this\n\tlet $ = JSON.parse(url).data\n\tlet arr, list\n\tif ($.book_shelf_info != 0 && $.book_shelf_info != undefined) {\n\t\tarr = $.book_shelf_info.map($ => $.book_id)\n\t} else if (list = $.data_list != 0 && $.data_list != undefined)  {\n\t\tarr = $.data_list.map($ => $.book_id_str)\n\t} else {\n\t\tjava.toast(\"获取 book_id 失败，你可能需要登录！\")\n\t}\n\treturn arr.slice(0, 100)\n}\n\nfunction getBookIdFull(url) {\n\tconst {java} = this\n\tlet $ = JSON.parse(url).data\n  let arr, list\n\tif ($.book_shelf_info != 0 && $.book_shelf_info != undefined) {\n\t\tarr = $.book_shelf_info.map($ => $.book_id)\n\t} else if (list = $.data_list != 0 && $.data_list != undefined)  {\n\t\tarr = $.data_list.map($ => $.book_id_str)\n\t} else {\n\t\tjava.toast(\"获取 book_id 失败，你可能需要登录！\")\n\t}\n\treturn arr\n}\n\nfunction splitArray(input, size) {\n  const output = []\n  for (let i = 0; i < input.length; i += size) {\n    output.push(input.slice(i, i + size))\n  }\n  return output\n}\n\nlet replaceCover = (u) => {\n    if (u.includes(\"novel-pic-r\")) return u\n    if (u.startsWith(\"https://\")) u = u.substring(8)\n    else u = u.substring(7)\n    let uArr = u.split(\"/\")\n    uArr[0] = \"https://p6-novel.byteimg.com/origin\"\n    let uArr2 = []\n    uArr.forEach((x) => {\n        if (!x.includes(\"?\") && !x.includes(\"~\")) uArr2.push(x)\n        else uArr2.push(x.split(\"~\")[0])\n    })\n    u = uArr2.join(\"/\")\n    return u\n}",
    "lastUpdateTime": 1759350105029,
    "loginUi": "[\n{\n  name: \"手动登录Token\",\n  type: \"text\",\n  action: \"\"\n},\n{\n\tname: \"　　[账号登录]　　\",\n\ttype: \"button\",\n\taction: \"l2(true)\"\n},\n{\n\tname: \"　　[退出登录]　　\",\n\ttype: \"button\",\n\taction: \"logout()\"\n},\n{\n\tname: \"　　[登录检查]　　\",\n\ttype: \"button\",\n\taction: \"l2(false, true)\"\n}\n]\n",
    "loginUrl": "// 登录及登录检查\nfunction login_(openBrowser, checkMode) {\n    // java.removeCookie(\"snssdk.com\")\n    var cookie_ = String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : (source.getLoginInfoMap() || {})['手动登录Token']\n    // java.toast(cookie_)\n    if (cookie_ && cookie_ != \"\" && !checkMode) {\n        if (!source.variableComment) {\n            java.toast(\"请不要重复登录，请先退出登录！\")\n        } else {\n            java.toast(\"您为填写token登录，请手动移除token后再次登录\")\n        }\n        return false\n    }\n    if (openBrowser) {\n        try {\n            java.startBrowserAwait(\"https://fanqienovel.com/\", \"登录\")\n        } catch (e) {\n            java.toast(e)\n        }\n    }\n    // java.log(\"snssdk cookie: \" + java.getCookie(\"snssdk.com\") + \"will be reomved\")\n    try {\n        cookie.removeCookie(\"snssdk.com\")\n    } catch (e) {}\n    // java.log(cookie)\n    var cookie_ = \"sessionid=\" + (String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : (source.getLoginInfoMap() || {})['手动登录Token'])\n    let user\n    try {\n      user = JSON.parse(java.ajax(\"https://fanqienovel.com/api/user/info/v2,\" + JSON.stringify({\n        method: \"GET\",\n        headers: {\n          \"Cookie\": cookie_\n        }\n      }))).data.name\n     } catch (e) {java.log(e)}\n    if (!cookie_ || cookie_ == \"sessionid=\" || !user) {\n        java.toast(\"未获取到登录凭据，登录失败\")\n        return false\n    }\n    java.toast(\"欢迎 \" + user + \"\\n登录成功！\")\n    return true\n}\n\nfunction login() // 一定程度上加上这个函数能够支持更多的版本\n{}\n\nfunction l2(a, b) {\n  try {\n    login_(a, b)\n  } catch (e) {\n    java.log(e+\"\\n\"+e.stack)\n  }\n}\n\n// 取消登录\nfunction logout() {\n    cookie.removeCookie(\"fanqienovel.com\");\n    cookie.removeCookie(\"snssdk.com\");\n    if (String((source.getLoginInfoMap() || {})['手动登录Token'])) java.toast(\"请手动移除填写的Token\")\n    else java.toast(\"退出登录成功\");\n}\n\nfunction t() { java.toast(\"这个按钮是用来看的，别点了\") }",
    "respondTime": 5229,
    "ruleBookInfo": {
      "author": "author",
      "canReName": "true",
      "coverUrl": "@js:replaceCover(java.getString(\"thumb_url\"))",
      "init": "@js:\nvar Regs = [/book_id=(\\d+)/i, /query=(\\d+)/, /d=(\\d{19})/i, /(\\d{19})/i];\nvar book_id = \"\";\nfor (let Reg of Regs) {\n    let mat = baseUrl.match(Reg);\n    if (mat) {\n        book_id = mat[1];\n        break;\n    }\n}\n\nif (!book_id) throw new Error(\"没有 book_id !\")\n\nresult = java.ajax(xGorgon(\n     \"detail\",\n     \"book_id=\" + book_id,\n     null,\n     \"sessionid=\" + (String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : (source.getLoginInfoMap() || {})['手动登录Token'])\n))\n\ntry {\n  xGorgon(\n    \"/reading/bookapi/read_history/update/v/?\", \"\",\n    gzip(JSON.stringify({\n      update_datas: [{\n        book_id: book_id,\n        read_timestamp_ms: Date.now()\n      }]\n    }).replace(/\\\"(\\d+)\\\"/g, \"$1\")), \"sessionid=\" + (String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : (source.getLoginInfoMap() || {})['手动登录Token'])\n)} catch (e) {\n  java.toast(\"无法更新阅读历史: \" + e)\n  java.log(\"无法更新阅读历史: \" + e.stack)\n}\n\nvar Res  = JSON.parse(result);\nvar data = Res.page || Res.data;\ndata = (Array.isArray(data) ? data[0] : data.book_info) || data;\nJSON.stringify(data);",
      "intro": "&nbsp;&nbsp;\n📕 源名：{{$.original_book_name}}\n📖 别名：{{$.book_flight_alias_name}}\n✏️ 开坑：{{$.create_time##T|\\+.*## }}\n🏷️ 标签：{{$.tags}}\n👤 主角：{{$.roles##\\[|\\\"|\\]}}\n👁️ 在线：{{$.read_count}}人在读{{\"\\n\"+\"​\"}}\n📜 简介：{{$.abstract}}{{\"\\n\"+\"​\"}}\n📍 {{$.copyright_info##，.*##。}}\n书籍状态：__status__\n@js:result.replace(/.+：(人在读)?\\n/g,\"\").replace('__status__', (java.getString('$.book_search_visible') == 'true' ? '正常' : (java.getString('$.tomato_book_status') == '3' ? '下架' : '小黑屋')))",
      "kind": "男生{{$.gender}}女生\n{{$.category}}\n连载{{$.creation_status}}完结\n{{$.score}}分\n{{java.timeFormatUTC(java.getString(\"last_chapter_update_time\")*1000,'yyyy-MM-dd',8)}}\n##连载0|1完结\n@js:result\n.replace(/男生.女生/, String(java.getString(\"$.isbn\")) ? \"出版\" : `男生${java.getString(\"$.gender\")}女生`)\n.replace(\"男生0\", \"\")\n.replace(\"1女生\", \"\")\n.replace(\"男生2女生\", \"出版\")\n.replace(\"连载4完结\",\"断更\")\n.replace(\"连载-1完结\",\"未知\");",
      "lastChapter": "{{$.last_chapter_title}} • {{java.timeFormat(java.getString(\"last_chapter_update_time\")*1000)}}",
      "name": "book_name",
      "tocUrl": "book_id\n<js>java.base64Encode(result)</js>\ndata:book_id;base64,{{result}},{\"type\":\"fqnovel\"}",
      "wordCount": "word_number"
    },
    "ruleContent": {
      "content": "<js>\n(function ﹲﹴ(ﹴﹰ,ءﱣ,ﱡﱠ,ءﹶ,ﱣﱡ,ﱡﱟ,ﹺﹰ,ﹲﱡ,ﱡﹲ,ﹰﱠ,ﱡﱡ){function ﹶﹲ(ﹼ‍,ﹸﹸ){var ﹲ‌=ﹼ‍^ﹸﹸ,ﹺء=ءﱣ[ﹲ‌],ﱟ‍=66666-ﹲ‌,ﹰﱣ=[],ﹼﹰ=ﱡﱡ[ﱟ‍];if(ﹼﹰ!==\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064)return ﹼﹰ;for(var ﹲﹲ=0;ﹲﹲ<ﹺء.\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068;)ﹺﹰ(ﹰﱣ,ﹺء[ﹲﹲ]-ﹲﹲ++-ﹸﹸ);return ﱡﱡ[ﱟ‍]=ﱡﹲ(ﹰﱣ)}(function ﹸﱟ(ءﹰ,ﹶﹶ,ﹰﱞ,ﹲﱞ,ءﱠ){ﹶﹶ=ﹶﹶ||[],ﹰﱞ=ﹰﱞ||[],ﹲﱞ=ﹲﱞ||[];for(var ﹶﱢ=ﹰﱞ.\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068,ﹴﹲ,ﹺ‍;ﹺ‍=ﹴﹰ[ءﹰ++];)if(88<ﹺ‍)97>ﹺ‍&&((92>ﹺ‍||(95<ﹺ‍&&(ﹰﱞ[--ﹶﱢ+ﹺ‍-- -97][ﹰﱞ[(ﹶﱢ+=ﹺ‍--)-95]]=ﹰﱞ[ﹶﱢ-=97],!null)||ﹺ‍>93&&(ﹺ‍<95&&(ﹰﱞ[ﹶﱢ+--ﹺ‍-97]=ﱡﱟ(ﹰﱞ[ﹶﱢ-- -3],ﹰﱞ[--ﹶﱢ-2],ﹰﱞ[ﹶﱢ++-ﹺ‍--+93])(ﹰﱞ[(ﹶﱢ-=2)- --ﹺ‍+93])(),true)||\\u004f\\u0062\\u006a\\u0065\\u0063\\u0074.\\u006b\\u0065\\u0079\\u0073(ﹰﱞ[--ﹶﱢ+ﹺ‍-- -97]).\\u006d\\u0061\\u0070(function(ءﹰ){ﹰﱞ[ﹶﱢ].\\u0069\\u006e\\u0064\\u0065\\u0078\\u004f\\u0066(ءﹰ)<0&&(ﹰﱞ[ﹶﱢ-1][ءﹰ]=ﹰﱞ[ﹶﱢ-2][ءﹰ])}),!0)||(ﹺ‍>92||(ﹰﱞ[(ﹶﱢ-=119)-++ﹺ‍+210]=new(ﱣﱡ(ﹰﱞ[ﹶﱢ+ﹺ‍--+24],(ﹰﱞ[ﹶﱢ--+--ﹺ‍+27][0]=null,ﹰﱞ[(ﹶﱢ+=119)-++ﹺ‍+92]))),null))&&(ءﹰ=ﹴﹲ),!1))&&(ﹺ‍<90&&(ﹰﱞ[ﹶﱢ-2][ﹰﱞ[(ﹶﱢ+=97)+ﹺ‍-- -187]]=ﹰﱞ[(ﹶﱢ-=100)+ﹺ‍-88],!null)||ﹺ‍>90&&(ﹰﱠ(ﹰﱞ[(ﹶﱢ+=24)-++ﹺ‍+65],ﹰﱞ[++ﹶﱢ+ﹺ‍-- -119],{\\u0067\\u0065\\u0074:ﹰﱞ[(ﹶﱢ-=28)-ﹺ‍+93],\\u0063\\u006f\\u006e\\u0066\\u0069\\u0067\\u0075\\u0072\\u0061\\u0062\\u006c\\u0065:!0,\\u0065\\u006e\\u0075\\u006d\\u0065\\u0072\\u0061\\u0062\\u006c\\u0065:!0}),1)||(ﹰﱞ[ﹶﱢ++-++ﹺ‍+91]=!true)),{})||111<++ﹺ‍&&((114>ﹺ‍||((115<ﹺ‍--||((ﹺ‍<114||(ﹰﱞ[--ﹶﱢ+--ﹺ‍-114]&=ﹰﱞ[ﹶﱢ-ﹺ‍++ +113],!1))&&function(){throw ﹰﱞ[ﹶﱢ++-1]}(),!1))&&(116<ﹺ‍||((ﹺ‍<116||(ﹰﱞ[ﹶﱢ--+ ++ﹺ‍-118]=+ﹰﱞ[ﹶﱢ++-ﹺ‍+117],void 0))&&(ﹰﱞ[(ﹶﱢ-=115)+ﹺ‍++-2]=ﹰﱞ[++ﹶﱢ-ﹺ‍+228]in ﹰﱞ[(ﹶﱢ+=113)+ﹺ‍-116]),\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064))&&(ءﹰ=ﹰﱞ[ﹶﱢ--+--ﹺ‍-117]),false))&&(113>ﹺ‍||(ﹰﱞ[--ﹶﱢ+1]=ﹰﱞ[(ﹶﱢ+=2)-ﹺ‍--+111],!true))&&(ﹰﱞ[ﹶﱢ++-++ﹺ‍+111]=ﹰﱞ[(ﹶﱢ+=ﹺ‍--)-116][ﹰﱞ[(ﹶﱢ-=115)-ﹺ‍+112]]=ﹴﹰ[ءﹰ++]-(ﹺ‍++ +47606+ءﹰ)),1)||104<ﹺ‍&&((ﹺ‍<107||((108>ﹺ‍||(108<ﹺ‍&&((110<ﹺ‍++||(ﹺ‍>110&&(ﹰﱞ[++ﹶﱢ+ ++ﹺ‍-115]/=ﹰﱞ[ﹶﱢ-=2],[])||ﹰﱞ[--ﹶﱢ+ﹺ‍-111].\\u0070\\u0075\\u0073\\u0068(ﹰﱞ[ﹶﱢ+ﹺ‍-- -110]),false))&&(ﹰﱞ[ﹶﱢ++- --ﹺ‍+108]=ﱣﱡ(ﹰﱞ[(ﹶﱢ+=ﹺ‍--)-114],(ﹰﱞ[++ﹶﱢ-++ﹺ‍-3][0]=ﹰﱞ[(ﹶﱢ-=71)+ﹺ‍-- -156],ﹰﱞ[(ﹶﱢ-=44)-ﹺ‍--+111]))()),!\"\")||(ﹰﱞ[ﹶﱢ--+ﹺ‍-111]=ﱡﱟ(ﹰﱞ[++ﹶﱢ-2],ﹰﱞ[(ﹶﱢ+=--ﹺ‍)-110],ﹰﱞ[(ﹶﱢ-=109)- --ﹺ‍+107])()(ﹶﹲ(ﹴﹰ[ءﹰ++]^-ﹺ‍++ +29826+ءﹰ,ﹴﹰ[ءﹰ++]^-++ﹺ‍+10187+ءﹰ))),0))&&(ءﹰ=ﹰﱞ[--ﹶﱢ-ﹺ‍++ +107]),\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064))&&(104<--ﹺ‍&&(ﹰﱞ[(ﹶﱢ-=6)-ﹺ‍++ +109]||(ءﹰ=ﹰﱞ[ﹶﱢ-ﹺ‍+111]),(ﹶﱢ+=4)+102,true)||(ﹰﱞ[(ﹶﱢ-=ﹺ‍++)+102]=new \\u0052\\u0065\\u0067\\u0045\\u0078\\u0070(ﹰﱞ[ﹶﱢ--+ ++ﹺ‍-4],ﹰﱞ[(ﹶﱢ+=104)+ ++ﹺ‍-107]))),!0)||(ﹺ‍--<100||((++ﹺ‍<101||(ﹺ‍<102&&(ﹰﱞ[++ﹶﱢ-1]=ﹶﹶ[ﹴﹰ[ءﹰ++]^-++ﹺ‍+16270+ءﹰ],!null)||++ﹺ‍<104&&(ﹰﱞ[ﹶﱢ--+ﹺ‍++-105]=new \\u0052\\u0065\\u0067\\u0045\\u0078\\u0070(ﹰﱞ[ﹶﱢ-- -ﹺ‍--+103],ﹰﱞ[ﹶﱢ++-ﹺ‍++ +104]),[])||(104<ﹺ‍||(ﹰﱞ.\\u0073\\u0070\\u006c\\u0069\\u0063\\u0065(ﹶﱢ-- -3,0,ﹰﱞ[(ﹶﱢ+=2)-ﹺ‍++ +102]),![]))&&(ﹰﱞ[--ﹶﱢ-ﹺ‍--+104]=ﱡﱠ[ﹰﱞ[ﹶﱢ++ + ++ﹺ‍-106]]=ﹰﱞ[--ﹶﱢ-ﹺ‍+105]),void 0))&&(ﹰﱞ[ﹶﱢ+ﹺ‍-- -102]=new(ﱡﱟ(ﹰﱞ[ﹶﱢ-- - --ﹺ‍+96],null)(ﹰﱞ[ﹶﱢ-ﹺ‍+98]))),null))&&(97<ﹺ‍||(ﹰﱞ[++ﹶﱢ-ﹺ‍--+94]=ﹰﱞ[--ﹶﱢ-++ﹺ‍+95]===ﹰﱞ[--ﹶﱢ+ﹺ‍-- -97],!true))&&(ﹰﱞ[ﹶﱢ-- -2][ﹰﱞ[ﹶﱢ-ﹺ‍--+98]]=ﹰﱞ[(ﹶﱢ-=2)+ﹺ‍-97]);else if(31>ﹺ‍)(22<ﹺ‍||((++ﹺ‍>16||((10>ﹺ‍||((13<ﹺ‍||(13<++ﹺ‍&&(ﹰﱞ[--ﹶﱢ+ﹺ‍-- -13]=ﹰﱞ[(ﹶﱢ+=2)-ﹺ‍+11],1)||13>ﹺ‍&&(++ﹺ‍<13&&(ﹰﱞ[++ﹶﱢ- --ﹺ‍+10]=!0,!\"\")||(ﹰﱞ[(ﹶﱢ+=32)-40]=function(ﹲﱟ,ﱞﹸ,ﹼﱡ,ﹰﹶ,ﱣﱟ,ﱣﱣ,ﹰﱢ,ءﱡ){var ﱣ‌=ﹲﱡ(ﹲﱞ,[ﹶﹶ]);return function ﱠﹶ(){var ﹲﹰ=\\u0061\\u0072\\u0067\\u0075\\u006d\\u0065\\u006e\\u0074\\u0073.\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068>ﱞﹸ.\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068?ﱞﹸ.\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068:\\u0061\\u0072\\u0067\\u0075\\u006d\\u0065\\u006e\\u0074\\u0073.\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068,ﹰﹼ=[];for(var ﹲﹲ=0;ﹲﹲ<ﹲﹰ;ﹲﹲ++)ﹰﹼ[ﱞﹸ[ﹲﹲ]]=\\u0061\\u0072\\u0067\\u0075\\u006d\\u0065\\u006e\\u0074\\u0073[ﹲﹲ];return ﹰﹶ&&(ﹰﹼ[ﱣﱟ]=\\u0061\\u0072\\u0067\\u0075\\u006d\\u0065\\u006e\\u0074\\u0073),ﹲﱟ&&(ﹰﹼ[ﹰﱢ]=this),ﱣﱣ&&ﹰﱠ(ﹰﹼ,ءﱡ,{\\u0076\\u0061\\u006c\\u0075\\u0065:ﱠﹶ,\\u0077\\u0072\\u0069\\u0074\\u0061\\u0062\\u006c\\u0065:!1}),ﹸﱟ(ﹼﱡ,ﹰﹼ,[],ﱣ‌)}}(ﹰﱞ[(ﹶﱢ+=--ﹺ‍)-48],ﹰﱞ[ﹶﱢ-ﹺ‍-- -39],ﹰﱞ[ﹶﱢ++-ﹺ‍-- -41],ﹰﱞ[(ﹶﱢ+=--ﹺ‍)-60],ﹰﱞ[++ﹶﱢ-ﹺ‍++-51],ﹰﱞ[ﹶﱢ+ﹺ‍-- -67],ﹰﱞ[++ﹶﱢ- --ﹺ‍-51],ﹰﱞ[(ﹶﱢ-=63)- --ﹺ‍+13])),1)||ﹶﱢ--,\"\"))&&(15<ﹺ‍&&(ءﹰ=ﹰﱞ[--ﹶﱢ-ﹺ‍--+16],true)||15>ﹺ‍&&(ﹰﱞ[ﹶﱢ- --ﹺ‍+8]=new(ءﹶ(ﹰﱞ[(ﹶﱢ+=ﹺ‍++)-18],null,ﹰﱞ[(ﹶﱢ+=++ﹺ‍)-32],ﹰﱞ[(ﹶﱢ-=43)+ﹺ‍-- -3],ﹰﱞ[(ﹶﱢ+=111)-ﹺ‍++-84],ﹰﱞ[(ﹶﱢ-=100)- --ﹺ‍+17])),true)||(ﹰﱞ[ﹶﱢ+ﹺ‍-- -17]=ﹰﱞ[ﹶﱢ-- -2]in ﹰﱞ[ﹶﱢ-++ﹺ‍+15])),\"\"))&&(ﹺ‍<5||((ﹺ‍<7||(ﹺ‍>8&&(ﹰﱞ[ﹶﱢ++-ﹺ‍--+7]=new(ءﹶ(ﹰﱞ[ﹶﱢ++ + ++ﹺ‍-12],null,ﹰﱞ[(ﹶﱢ-=3)-ﹺ‍+9])),!\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064)||(ﹺ‍<8||(ﹰﱞ[ﹶﱢ-- -ﹺ‍+6]=ﹲﱞ[ﹲﱞ.\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068-ﹰﱞ[++ﹶﱢ+ ++ﹺ‍-10]][ﹰﱞ[ﹶﱢ--+ﹺ‍++-11]],null))&&(ﹰﱞ[++ﹶﱢ+ﹺ‍++-8]=ﹴﹰ[ءﹰ++]-(- --ﹺ‍+ءﹰ)),0))&&(6>ﹺ‍&&(ﹰﱞ[--ﹶﱢ-ﹺ‍++ +5]=new ﹰﱞ[++ﹶﱢ-ﹺ‍--+5],!\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064)||(ءﹰ=ﹴﹰ[ﹴﹲ=ءﹰ,ءﹰ++]^-++ﹺ‍+45371+ءﹰ)),void 0))&&(3<ﹺ‍&&(ﹰﱞ[ﹶﱢ+1]=ﹴﹰ[ﹰﱞ[(ﹶﱢ+=2)- --ﹺ‍+1]=ﹶﹲ(ﹴﹰ[ءﹰ++]^ﹺ‍+53739+ءﹰ,ﹴﹰ[ءﹰ++]^--ﹺ‍+32306+ءﹰ),ءﹰ++]-(++ﹺ‍+46178+ءﹰ),!0)||(--ﹺ‍>1||(ﹰﱞ[ﹶﱢ++-++ﹺ‍+2]=ﹴﹰ[ءﹰ++]-(-ﹺ‍+19846+ءﹰ),void 0))&&(ﹰﱞ[++ﹶﱢ-ﹺ‍-- -6]=ﱡﱟ(ﹰﱞ[(ﹶﱢ-=10)+--ﹺ‍+3],ﹰﱞ[(ﹶﱢ-=--ﹺ‍)+1])(ﹰﱞ[(ﹶﱢ+=43)+ﹺ‍-- -39],ﹰﱞ[(ﹶﱢ-=49)- --ﹺ‍+7],ﹰﱞ[ﹶﱢ-ﹺ‍++ +8])(ﹰﱞ[--ﹶﱢ-ﹺ‍+11],ﹰﱞ[(ﹶﱢ+=9)-ﹺ‍+3]))),void 0))&&(ﹺ‍<19&&(ﹺ‍++>17&&(ﹰﱞ[ﹶﱢ-- -ﹺ‍--+17]=ﹰﱞ[ﹶﱢ-1]<=ﹰﱞ[ﹶﱢ],1)||(ءﹰ=ﹴﹲ),[])||(20>ﹺ‍||((21>ﹺ‍||((22>ﹺ‍||(ﹺ‍++>22&&(ﹰﱞ[ﹶﱢ++]=[],!false)||(ﹰﱞ[++ﹶﱢ-1]=ﹴﹰ[ءﹰ++]-+ءﹰ),\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064))&&(ﹰﱞ[++ﹶﱢ+ ++ﹺ‍-24]=ﹶﹶ[ﹰﱞ[--ﹶﱢ+ﹺ‍-- -23]]),!{}))&&(ﹰﱞ[ﹶﱢ++ +ﹺ‍++-27]=new(ءﹶ(ﹰﱞ[ﹶﱢ--+ ++ﹺ‍-30],null,ﹰﱞ[(ﹶﱢ+=ﹺ‍)-28],ﹰﱞ[ﹶﱢ++-ﹺ‍++-5],ﹰﱞ[ﹶﱢ--+ﹺ‍-50],ﹰﱞ[ﹶﱢ++ +ﹺ‍-48],ﹰﱞ[ﹶﱢ+ ++ﹺ‍-49],ﹰﱞ[(ﹶﱢ-=29)+ﹺ‍++-19]))),!true))&&(ﹰﱞ[ﹶﱢ-- - --ﹺ‍+15]=ءﹶ(ﹰﱞ[ﹶﱢ+ﹺ‍-19],ﹰﱞ[ﹶﱢ-- -ﹺ‍--+16])(ﹰﱞ[ﹶﱢ+ﹺ‍-- -16]))),0))&&(30<++ﹺ‍||((27>ﹺ‍||((29>ﹺ‍||(ﹺ‍<30&&(ﹰﱞ[++ﹶﱢ+--ﹺ‍-31]|=ﹰﱞ[(ﹶﱢ-=2)- --ﹺ‍+27],{})||\\u004f\\u0062\\u006a\\u0065\\u0063\\u0074.\\u006b\\u0065\\u0079\\u0073(ﹰﱞ[ﹶﱢ-- -ﹺ‍--+27]).\\u006d\\u0061\\u0070(function(ءﹰ){ﹰﱞ[ﹶﱢ].\\u0069\\u006e\\u0064\\u0065\\u0078\\u004f\\u0066(ءﹰ)<0&&(ﹰﱞ[ﹶﱢ-1][ءﹰ]=ﹰﱞ[ﹶﱢ-2][ءﹰ])}),0))&&(ﹺ‍<28||(\\u004f\\u0062\\u006a\\u0065\\u0063\\u0074.\\u006b\\u0065\\u0079\\u0073(ﹰﱞ[ﹶﱢ-- -3]).\\u006d\\u0061\\u0070(function(ءﹰ){ﹰﱞ[ﹶﱢ].\\u0069\\u006e\\u0064\\u0065\\u0078\\u004f\\u0066(ءﹰ)<0&&(ﹰﱞ[ﹶﱢ-1][ءﹰ]=ﹰﱞ[ﹶﱢ-2][ءﹰ])}),void 0))&&(ﹰﱞ[++ﹶﱢ-++ﹺ‍+21]=new(ﱣﱡ(ﹰﱞ[--ﹶﱢ-6],[null,ﹰﱞ[--ﹶﱢ-4],ﹰﱞ[(ﹶﱢ+=++ﹺ‍)-32],ﹰﱞ[--ﹶﱢ+ ++ﹺ‍-60],ﹰﱞ[(ﹶﱢ-=96)- --ﹺ‍+96],ﹰﱞ[(ﹶﱢ+=64)+ﹺ‍-25]]))),!{}))&&(25<ﹺ‍||(ﹺ‍>24&&(ﹰﱞ[++ﹶﱢ- --ﹺ‍+22]=ﹰﱞ[ﹶﱢ-- -++ﹺ‍+23][ﹶﹲ(ﹴﹰ[ءﹰ++]^-ﹺ‍--+41527+ءﹰ,ﹴﹰ[ءﹰ++]^-ﹺ‍+25163+ءﹰ)],!\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064)||(ﹰﱞ[++ﹶﱢ+ﹺ‍-27]=ﹰﱞ[++ﹶﱢ-4][ﹰﱞ[(ﹶﱢ-=3)+ ++ﹺ‍-25]]),!{}))&&function(){debugger}(),\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064))&&(ﹰﱞ[ﹶﱢ++-ﹺ‍--+29]%=ﹰﱞ[(ﹶﱢ-=2)- --ﹺ‍+29]);else if(ﹺ‍>59){if(81<ﹺ‍){if(85<ﹺ‍--)(86<ﹺ‍||(85<ﹺ‍--&&(ﹰﱞ[++ﹶﱢ-1]=ﹴﹰ[ءﹰ++]^ﹺ‍+51259+ءﹰ,!0)||ﹰﱞ.\\u0073\\u0070\\u006c\\u0069\\u0063\\u0065(--ﹶﱢ-ﹺ‍--+82,0,ﹰﱞ[(ﹶﱢ+=2)+--ﹺ‍-84]),!true))&&(ﹰﱞ[++ﹶﱢ+ﹺ‍++-88]=!!0);else if(ﹺ‍>83)ﹰﱞ[++ﹶﱢ-++ﹺ‍+84]=null;else if(ﹺ‍>82)return ﹰﱞ[--ﹶﱢ-ﹺ‍++ +83];else ﹺ‍--<82&&(ﹰﱞ[ﹶﱢ+ﹺ‍-- -81]=new(ﱣﱡ(ﹰﱞ[ﹶﱢ-ﹺ‍--+78])),!\"\")||(ﹰﱞ[ﹶﱢ+ ++ﹺ‍-85]=ﹲﱞ[ﹲﱞ.\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068-ﹰﱞ[--ﹶﱢ-1]][ﹰﱞ[ﹶﱢ-++ﹺ‍+81]]=ﹰﱞ[ﹶﱢ-- -ﹺ‍--+83]);}else(ﹺ‍<68||(75>ﹺ‍&&((ﹺ‍-->71||((ﹺ‍<69||((68<--ﹺ‍||(ﹰﱞ[ﹶﱢ++-ﹺ‍+68]=\\u006a\\u0061\\u0076\\u0061,void 0))&&(ﹰﱞ[(ﹶﱢ-=9)-ﹺ‍+76]=ﱡﱟ(ﹰﱞ[ﹶﱢ++ +ﹺ‍-- -61])(ﹰﱞ[(ﹶﱢ+=7)-++ﹺ‍+68])()),\"\"))&&(ﹺ‍++<68&&(ﹰﱞ[(ﹶﱢ+=++ﹺ‍)-71]=ﹰﱞ[(ﹶﱢ+=ﹺ‍++)-140][ﹰﱞ[(ﹶﱢ-=139)-++ﹺ‍+71]],1)||(ﹰﱞ[ﹶﱢ++ +ﹺ‍-69]=!{})),\"\"))&&(72<ﹺ‍&&(ﹰﱞ[(ﹶﱢ-=ﹺ‍--)+71]=delete ﹰﱞ[ﹶﱢ++- --ﹺ‍+142][ﹰﱞ[(ﹶﱢ+=71)+ﹺ‍-71]],!null)||(ﹺ‍<72||(ﹰﱞ[--ﹶﱢ-1]=ﹶﹶ[ﹰﱞ[++ﹶﱢ-1]]=ﹰﱞ[--ﹶﱢ+ﹺ‍-- -73],\"\"))&&ﹰﱞ.\\u0073\\u0070\\u006c\\u0069\\u0063\\u0065((ﹶﱢ+=99)-++ﹺ‍-30,0,ﹰﱞ[(ﹶﱢ-=98)-2])),!null)||79<++ﹺ‍&&(ﹺ‍<81&&(ﹰﱞ[(ﹶﱢ-=ﹺ‍)+79]=~ﹰﱞ[(ﹶﱢ+=80)+--ﹺ‍-80],!null)||(ﹺ‍<82||(ﹶﹶ[ﹰﱞ[++ﹶﱢ+ ++ﹺ‍-86]]=ﹰﱞ[(ﹶﱢ-=3)-ﹺ‍--+84],!{}))&&(ﹰﱞ[++ﹶﱢ+ ++ﹺ‍-85]>>>=ﹰﱞ[(ﹶﱢ-=2)- --ﹺ‍+81]),true)||(ﹺ‍<78||((ﹺ‍<79||(ﹰﱞ[++ﹶﱢ-ﹺ‍++ +76]=ﹰﱞ[(ﹶﱢ-=47)-ﹺ‍--+124]<ﹰﱞ[(ﹶﱢ+=45)+ ++ﹺ‍-80],!{}))&&(ﹰﱞ[++ﹶﱢ+ﹺ‍-80]=\\u0073\\u0069\\u0067\\u006e=ﹰﱞ[--ﹶﱢ+ﹺ‍-- -79]),0))&&(77>ﹺ‍&&(ﹰﱠ(ﹰﱞ[(ﹶﱢ+=ﹺ‍++)-79],ﹰﱞ[ﹶﱢ-78],{\\u0073\\u0065\\u0074:ﹰﱞ[(ﹶﱢ-=79)-++ﹺ‍+80],\\u0063\\u006f\\u006e\\u0066\\u0069\\u0067\\u0075\\u0072\\u0061\\u0062\\u006c\\u0065:!0,\\u0065\\u006e\\u0075\\u006d\\u0065\\u0072\\u0061\\u0062\\u006c\\u0065:!0}),!false)||(ءﹰ=ﹰﱞ[ﹴﹲ=ءﹰ,ﹶﱢ-- -ﹺ‍--+76])),\"\"))&&(63>ﹺ‍++||((ﹺ‍<66||((ﹺ‍<68||(ﹰﱞ[ﹶﱢ++ +ﹺ‍++-68]=ﹶﹲ(ﹴﹰ[ءﹰ++]^- --ﹺ‍+29231+ءﹰ,ﹴﹰ[ءﹰ++]^11499+ءﹰ),!1))&&(66<ﹺ‍||(ﹰﱞ[ﹰﱞ[(ﹶﱢ+=--ﹺ‍)-65]=[],++ﹶﱢ+ﹺ‍-- -130]=ﹰﱞ[(ﹶﱢ-=64)-2],!{}))&&(ﹰﱞ[ﹶﱢ++-++ﹺ‍+68]={}),\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064))&&(64<ﹺ‍||(ﹰﱞ[++ﹶﱢ-++ﹺ‍+62]=ﹰﱞ[(ﹶﱢ-=20)+ﹺ‍-- -48]!=ﹰﱞ[(ﹶﱢ+=18)+ﹺ‍++-64],\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064))&&(ﹰﱞ[(ﹶﱢ+=14)+ﹺ‍-81]=ﱡﱠ[ﹰﱞ[ﹶﱢ+ ++ﹺ‍-81]]=ﹰﱞ[(ﹶﱢ-=15)+ﹺ‍++-67]),!true))&&(ﹺ‍<62||(62<ﹺ‍++&&(ﹰﱞ[ﹶﱢ-- -ﹺ‍++ +62]=delete ﹰﱞ[(ﹶﱢ+=ﹺ‍++)-66][ﹰﱞ[ﹶﱢ-=65]],[])||(ﹰﱞ[ﹶﱢ++ + ++ﹺ‍-64]=ﱡﱠ),![]))&&(ﹰﱞ[++ﹶﱢ+--ﹺ‍-61]={});}else ﹺ‍<39&&(34>ﹺ‍&&(32<ﹺ‍&&(ﹰﱞ[++ﹶﱢ-ﹺ‍++ +32]=ﱡﱠ,true)||(32>ﹺ‍||(ﱡﱠ[ﹰﱞ[(ﹶﱢ-=38)-ﹺ‍+69]]=ﹰﱞ[ﹶﱢ-++ﹺ‍+68].\\u0073\\u006c\\u0069\\u0063\\u0065(ﹰﱞ[ﹶﱢ-ﹺ‍--+69],ﹰﱞ[(ﹶﱢ+=35)+ﹺ‍-- -32].\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068),null))&&(ﹰﱞ[ﹶﱢ--+ ++ﹺ‍-35]=ﹲﱞ[ﹲﱞ.\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068-ﹰﱞ[ﹶﱢ++]][ﹰﱞ[ﹶﱢ++ +ﹺ‍++-34]]=ﹰﱞ[(ﹶﱢ-=3)+ﹺ‍-- -34]),{})||(ﹺ‍<36||((37<ﹺ‍||(37>ﹺ‍&&(ﹰﱞ[(ﹶﱢ+=65)+ﹺ‍-103]=new ﹰﱞ[(ﹶﱢ+=ﹺ‍)-103](ﹰﱞ[(ﹶﱢ-=102)-ﹺ‍+36]),!\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064)||(ﹰﱞ[++ﹶﱢ+ﹺ‍++-40]/=ﹰﱞ[ﹶﱢ-=2]),0))&&(ﹰﱞ[(ﹶﱢ+=13)+ﹺ‍++-54]=ﱡﱟ(ﹰﱞ[ﹶﱢ+ ++ﹺ‍-55],ﹰﱞ[(ﹶﱢ-=--ﹺ‍)+23])()(ﹰﱞ[(ﹶﱢ+=24)-ﹺ‍++ +40])),!{}))&&(34<ﹺ‍&&(ﹰﱞ[ﹶﱢ--+ ++ﹺ‍-38]>>>=ﹰﱞ[ﹶﱢ+--ﹺ‍-35],!\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064)||(ﹰﱞ[(ﹶﱢ-=--ﹺ‍)+32]=ﹰﱞ[(ﹶﱢ+=33)+ﹺ‍++-34][ﹶﹲ(ﹴﹰ[ءﹰ++]^- --ﹺ‍+47993+ءﹰ,ﹴﹰ[ءﹰ++]^ﹺ‍++ +34533+ءﹰ)])),{})||46>ﹺ‍&&((ﹺ‍<41||(42<ﹺ‍&&((44<ﹺ‍||(43<ﹺ‍&&(function(){debugger}(),true)||(ﹰﱞ[ﹶﱢ--+ﹺ‍-42]=ﹴﹰ[ﹰﱞ[(ﹶﱢ+=3)-2]=ﹴﹰ[ءﹰ++]-(55787+ءﹰ),ءﹰ++]-(ﹺ‍--+38234+ءﹰ)),\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064))&&(ﹰﱞ[++ﹶﱢ-++ﹺ‍+45]=true),true)||42<++ﹺ‍&&(ﹰﱞ[--ﹶﱢ-ﹺ‍--+42]%=ﹰﱞ[ﹶﱢ+ﹺ‍++-42],!\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064)||(ﹰﱞ[(ﹶﱢ-=ﹺ‍--)+41]=ﱡﱠ[ﹰﱞ[(ﹶﱢ+=42)+ﹺ‍++-42]]),void 0))&&(39<ﹺ‍&&(ﹰﱞ[--ﹶﱢ- --ﹺ‍+34]=ﱡﱟ(ﹰﱞ[(ﹶﱢ+=ﹺ‍--)-43])(ﹰﱞ[ﹶﱢ- --ﹺ‍-7],ﹰﱞ[(ﹶﱢ-=ﹺ‍++)-5],ﹰﱞ[ﹶﱢ--+--ﹺ‍-41],ﹰﱞ[ﹶﱢ++ +ﹺ‍-39])(ﹰﱞ[(ﹶﱢ-=6)+4]),!\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064)||(ﹰﱞ[ﹶﱢ++-++ﹺ‍+40]=!{})),!0)||52>--ﹺ‍&&(ﹺ‍>48&&((ﹺ‍>50||(ﹺ‍<50&&(ﹰﱞ[--ﹶﱢ-ﹺ‍++ +48]=ﹰﱞ[ﹶﱢ-1]!==ﹰﱞ[ﹶﱢ],[])||(ﹰﱞ[ﹶﱢ++-++ﹺ‍+51]=ﱡﱠ),!true))&&(ﹰﱞ[(ﹶﱢ-=11)+9]=ﹰﱞ[++ﹶﱢ+ﹺ‍-- -43]<ﹰﱞ[(ﹶﱢ+=9)-ﹺ‍--+50]),!\"\")||ﹺ‍>47&&(ﹰﱞ[ﹶﱢ--+ﹺ‍++-50]=ﹰﱞ[ﹶﱢ--+ﹺ‍++-50]===ﹰﱞ[++ﹶﱢ+--ﹺ‍-49],!false)||(47>ﹺ‍||(ﹰﱞ[(ﹶﱢ+=93)+ ++ﹺ‍-142]=ﹶﹶ[ﹰﱞ[(ﹶﱢ-=93)-1]],!true))&&(ﹺ‍>45||(ﹰﱞ[ﹶﱢ- --ﹺ‍+42]=new(ﱣﱡ(ﹰﱞ[++ﹶﱢ-ﹺ‍--+41],[null,ﹰﱞ[(ﹶﱢ-=2)-ﹺ‍++ +43]])),!1))&&(ﹰﱞ[++ﹶﱢ-ﹺ‍--+45]=![]),!\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064)||(--ﹺ‍<53||((54>ﹺ‍||((54<ﹺ‍||(ﹰﱞ[ﹶﱢ-2][ﹰﱞ[ﹶﱢ++-1]]=ﹰﱞ[ﹶﱢ-=4],void 0))&&(ﹺ‍<56&&(ﹰﱞ[ﹶﱢ++ + ++ﹺ‍-56]=ﹴﹰ[ءﹰ++]-(++ﹺ‍+47462+ءﹰ),!0)||ﹺ‍>56&&(ﹰﱞ[++ﹶﱢ- --ﹺ‍+54]=~ﹰﱞ[ﹶﱢ-- -++ﹺ‍+55],!0)||(ﹰﱞ[(ﹶﱢ-=--ﹺ‍)+53]<<=ﹰﱞ[(ﹶﱢ+=54)-ﹺ‍+55])),\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064))&&(ﹰﱞ[ﹶﱢ++-ﹺ‍--+46]=new(ﱡﱟ(ﹰﱞ[ﹶﱢ- --ﹺ‍+43])(null,ﹰﱞ[ﹶﱢ-- -ﹺ‍--+44],ﹰﱞ[(ﹶﱢ+=19)- --ﹺ‍+25],ﹰﱞ[ﹶﱢ++ +ﹺ‍++-72],ﹰﱞ[ﹶﱢ+ ++ﹺ‍-74],ﹰﱞ[(ﹶﱢ+=46)-ﹺ‍-- -17],ﹰﱞ[(ﹶﱢ-=72)-ﹺ‍++ +55]))),void 0))&&(ﹺ‍>51||(ﹰﱞ[(ﹶﱢ+=ﹺ‍)-54]=ﹰﱞ[--ﹶﱢ-ﹺ‍-2][ﹰﱞ[ﹶﱢ-- -52]]=ﹶﹶ[ﹰﱞ[(ﹶﱢ-=51)-ﹺ‍+52]],\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064))&&(ﹰﱞ[++ﹶﱢ-ﹺ‍--+49]=ﹰﱞ[ﹶﱢ++-ﹺ‍+48]>ﹰﱞ[(ﹶﱢ-=3)-ﹺ‍++ +51])})(0)})([87,51335,65,57,47524,111,47730,11,43,55797,38288,43,55800,38291,43,55803,38294,10,77,5,45425,1,19869,70,112,24,44445,28139,67,28199,12581,112,34,60408,55209,100,16200,24,23657,40052,107,53418,33638,38,81,100,16210,3,3920,41772,46234,53,11,100,16218,84,84],[[4113,4105,4059,4076,4118,4108,4121,4111,4113],[7269,7267,7273,7271,7267,7273,7345],[20707,20720,20720,20710,20709,20729],[65176,65188,65174,65183,65170,65181,65177],[42344,42269,42346,42272,42348,42277,42350,42275,42352,42277,42354,42282,42283,42279,42283,42281,42284,42361,42291,42337,42289,42297,42298,42294,42344,42302,42291,42347,42303,42350,42307,42296,42304,42350,42354,42307,42301,42354,42312,42307,42362,42306,42362,42365,42320,42315,42363,42319,42317,42322,42371,42323,42323,42323],[56765,56756,56755,56763]],function(){return typeof \\u0067\\u006c\\u006f\\u0062\\u0061\\u006c\\u0054\\u0068\\u0069\\u0073===\"undefined\"&&(\\u0067\\u006c\\u006f\\u0062\\u0061\\u006c\\u0054\\u0068\\u0069\\u0073=typeof \\u0077\\u0069\\u006e\\u0064\\u006f\\u0077===\"undefined\"?typeof \\u0067\\u006c\\u006f\\u0062\\u0061\\u006c!==\"undefined\"?\\u0067\\u006c\\u006f\\u0062\\u0061\\u006c:this:\\u0077\\u0069\\u006e\\u0064\\u006f\\u0077),typeof \\u0065\\u0078\\u0070\\u006f\\u0072\\u0074\\u0073===\"undefined\"||(\\u0067\\u006c\\u006f\\u0062\\u0061\\u006c\\u0054\\u0068\\u0069\\u0073.\\u0065\\u0078\\u0070\\u006f\\u0072\\u0074\\u0073=\\u0065\\u0078\\u0070\\u006f\\u0072\\u0074\\u0073),typeof \\u0072\\u0065\\u0071\\u0075\\u0069\\u0072\\u0065===\"undefined\"||(\\u0067\\u006c\\u006f\\u0062\\u0061\\u006c\\u0054\\u0068\\u0069\\u0073.\\u0072\\u0065\\u0071\\u0075\\u0069\\u0072\\u0065=\\u0072\\u0065\\u0071\\u0075\\u0069\\u0072\\u0065),typeof \\u006d\\u006f\\u0064\\u0075\\u006c\\u0065===\"undefined\"||(\\u0067\\u006c\\u006f\\u0062\\u0061\\u006c\\u0054\\u0068\\u0069\\u0073.\\u006d\\u006f\\u0064\\u0075\\u006c\\u0065=\\u006d\\u006f\\u0064\\u0075\\u006c\\u0065),typeof \\u005f\\u005f\\u0066\\u0069\\u006c\\u0065\\u006e\\u0061\\u006d\\u0065===\"undefined\"||(\\u0067\\u006c\\u006f\\u0062\\u0061\\u006c\\u0054\\u0068\\u0069\\u0073.\\u005f\\u005f\\u0066\\u0069\\u006c\\u0065\\u006e\\u0061\\u006d\\u0065=\\u005f\\u005f\\u0066\\u0069\\u006c\\u0065\\u006e\\u0061\\u006d\\u0065),typeof \\u005f\\u005f\\u0064\\u0069\\u0072\\u006e\\u0061\\u006d\\u0065===\"undefined\"||(\\u0067\\u006c\\u006f\\u0062\\u0061\\u006c\\u0054\\u0068\\u0069\\u0073.\\u005f\\u005f\\u0064\\u0069\\u0072\\u006e\\u0061\\u006d\\u0065=\\u005f\\u005f\\u0064\\u0069\\u0072\\u006e\\u0061\\u006d\\u0065),\\u0067\\u006c\\u006f\\u0062\\u0061\\u006c\\u0054\\u0068\\u0069\\u0073}(),\\u004f\\u0062\\u006a\\u0065\\u0063\\u0074.\\u0063\\u0061\\u006c\\u006c.\\u0062\\u0069\\u006e\\u0064(\\u0041\\u0072\\u0072\\u0061\\u0079.\\u0062\\u0069\\u006e\\u0064),\\u0041\\u0072\\u0072\\u0061\\u0079.\\u0061\\u0070\\u0070\\u006c\\u0079.\\u0062\\u0069\\u006e\\u0064(\\u004e\\u0075\\u006d\\u0062\\u0065\\u0072.\\u0062\\u0069\\u006e\\u0064),\\u004e\\u0075\\u006d\\u0062\\u0065\\u0072.\\u0062\\u0069\\u006e\\u0064.\\u0062\\u0069\\u006e\\u0064(\\u004f\\u0062\\u006a\\u0065\\u0063\\u0074.\\u0062\\u0069\\u006e\\u0064),\\u004f\\u0062\\u006a\\u0065\\u0063\\u0074.\\u0063\\u0061\\u006c\\u006c.\\u0062\\u0069\\u006e\\u0064([].\\u0070\\u0075\\u0073\\u0068),\\u0041\\u0072\\u0072\\u0061\\u0079.\\u0063\\u0061\\u006c\\u006c.\\u0062\\u0069\\u006e\\u0064([].\\u0063\\u006f\\u006e\\u0063\\u0061\\u0074),\\u004e\\u0075\\u006d\\u0062\\u0065\\u0072.\\u0061\\u0070\\u0070\\u006c\\u0079.\\u0062\\u0069\\u006e\\u0064(\\u0053\\u0074\\u0072\\u0069\\u006e\\u0067.\\u0066\\u0072\\u006f\\u006d\\u0043\\u0068\\u0061\\u0072\\u0043\\u006f\\u0064\\u0065,null),\\u004f\\u0062\\u006a\\u0065\\u0063\\u0074.\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0050\\u0072\\u006f\\u0070\\u0065\\u0072\\u0074\\u0079,[]);\n\n\nlet item_id\ntry { item_id = java.hexDecodeToString(result) } catch { item_id = baseUrl.match(/(\\d{19})/)[1] }\n// java.log(item_id)\nbook_id = java.hexDecodeToString(String(java.ajax(String(book.tocUrl) ? book.tocUrl : 'data:book_id;base64,,{\"type\":\"fqnovel\"}')))\nlet sid = String(\"\" + (String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : (source.getLoginInfoMap() || {})['手动登录Token'])).replace(/undefined/g, \"\").trim()\n\nlet ck = \"sessionid=\" + sid\n\nlet opt1 = JSON.stringify({ method: \"POST\", body: JSON.stringify(sign({\n  data: {\n    ad_count: 1,\n    item_ids: [ item_id ],\n    expect_unlock_count: 1,\n    timestamp: String(Date.now())\n  },\n  sdk_type: 4,\n  unlock_type: 1,\n  item_id: book_id\n})), headers: JSON.stringify({ Cookie: ck }) })\n// java.log(opt1)\nlet s = java.ajax(`https://sdkapi.fanqieopen.com/open_sdk/reader/ad/inspire_unlock/v1?novelsdk_aid=638505,${opt1}`)\nlet sd = JSON.parse(s)\nif (sd.code === 0 && sid) {\n  java.log(`章节 item_id=${item_id} 尝试解锁成功, ${((sd.data || {}).toast || {}).text || 'null'}`) // 阅读你还真他娘的是个天才，?.就解决的事非要搞的这么麻烦\n} else {\n  if (!sid) {\n    java.longToast('您需要登录才能进行章节自动解锁哦QwQ')\n  } else {\n    java.longToast(`自动解锁失败，请不要带上这个截图去反馈哦，作者大概率不会理你的QAQ\\n${s}`)\n  }\n}\nlet opt2 = JSON.stringify({ method: \"POST\", body: JSON.stringify(sign({\n  item_id: item_id,\n  need_book_info: 0,\n  show_picture: 1,\n  sdk_type: 4\n})), headers: JSON.stringify({ Cookie: ck }) })\njava.ajax(`https://sdkapi.fanqieopen.com/open_sdk/reader/content/v1?novelsdk_aid=638505,${opt2}`)\n</js>$..content@js:\nif (!result.startsWith('<')) {\n  try {\n    let info = JSON.parse(result)\n    if (Array.isArray(info.picInfos)) {\n      result = []\n      info.picInfos.forEach(i => {\n        result.push(`<img src=\"${i.picUrl}&__key=${info.encrypt_key}\">`)\n      })\n      result = result.join('\\n')\n    }\n  } catch (e) {}\n}\nresult.replace(/\\{\\!\\-\\- PGC_VOICE\\:.*\\-\\-\\}/g, \"\").replace(/\\<tt_keyword_ad.*\\<\\/tt_keyword_ad\\>/, \"\").replace(/\\<a epub.*\\>\\<\\/a\\>/g, \"\").replace(/<!DOCTYPE.*dtd\\\">/, '')",
      "imageStyle": "FULL"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "<js>\n\nlet ck = \"sessionid=\" + (String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : (source.getLoginInfoMap() || {})['手动登录Token'])\n\ngetShelf = () => {\nlet book_shelf_url = 'https://fanqienovel.com/reading/bookapi/bookshelf/info/v:version/?aid=1967&iid=0&version_code=57700&update_version_code=57700'\nlet book_shelf_info = java.ajax(book_shelf_url + ', ' + JSON.stringify({\n  headers: {\n    'Cookie': ck\n  }\n}))\n\nbid = getBookIdFull(book_shelf_info)\nlet id_list = splitArray(bid, 100)\nlet urls = []\nid_list.forEach(i => {\n    urls.push(xGorgon(\"multi-detail\", \"book_id=\" + i.join(\",\"), null, ck))\n})\n\nres = java.ajaxAll(urls)\n\nlet resp = {book_info: []}\nres.forEach(r => {\n  resp.book_info = resp.book_info.concat(JSON.parse(r.body()).data)\n})\n\nreturn resp\n}\n\nfunction getByGroupName(name) {\n  let book_shelf_url = 'https://fanqienovel.com/reading/bookapi/bookshelf/info/v:version/?aid=1967&iid=0&version_code=57700&update_version_code=57700'\n\n  let book_shelf_info = JSON.parse(java.ajax(book_shelf_url + ', ' + JSON.stringify({\n    headers: {\n      'Cookie': ck,\n    }\n  })))\n  let group_bookids = {\n    \"未分组\": []\n  }\n  // java.log(\n  book_shelf_info.data.book_shelf_info.forEach(i => {\n    if (!group_bookids[i.group_name ? i.group_name : \"未分组\"]) group_bookids[i.group_name] = []\n    group_bookids[i.group_name ? i.group_name : \"未分组\"].push(i.book_id)\n  })\n  // java.log(JSON.stringify(group_bookids[\"未分组\"]))\n  // java.log(decodeURIComponent(name))\n  if (!group_bookids[decodeURIComponent(name)]) return {data: []}\n  //java.log(\"awa\")\n  let book_ids = splitArray(group_bookids[decodeURIComponent(name)], 100)\n  let urls = []\n\n  book_ids.forEach(i => {\n    urls.push(xGorgon(\"multi-detail\", \"book_id=\" + i.join(\",\"), null, ck))\n  })\n  \n  res = java.ajaxAll(urls)\n\n  let resp = {book_info: []}\n  res.forEach(r => {\n    resp.book_info = resp.book_info.concat(JSON.parse(r.body()).data)\n  })\n\n  return resp\n}\n\nfunction getByTabIndex(index) {\n  let url = xGorgon(\n\t  \"bookmall/tab\",\n    \"version_name=5.8.9.32&device_id=1024&device_type=114514&iid=2048\",\n\t  null,\n\t  ck\n  )\n  let all = JSON.parse(java.ajax(url))\n  let tab = all.data.tab_item[0].cell_data[index]\n  // java.log(JSON.stringify(tab))\n  tab = tab.cell_data\n  if (!tab) tab = []\n  let bookList = []\n  for (let i of tab) {\n    bookList = bookList.concat(i.book_data)\n    // java.log(JSON.stringify(i.book_data))\n  }\n  return { book_info: bookList }\n}\n\nif (baseUrl.endsWith(\"bookshelf\")) result = getShelf(\"bookshelf/info\")\nelse {\n  let w = baseUrl.split(\"/\")\n  if (baseUrl.includes(\"groupName\")) {\n    result = getByGroupName(w[w.length - 1])\n  } else if (baseUrl.includes(\"tab\")) {\n    result = getByTabIndex(parseInt(w[w.length - 1]))\n  } else result = JSON.parse(result)\n}\nJSON.stringify({data: result.book_info || result.data.book_info || result.detail_list || result.data})\n</js>\n$.data[*]",
      "bookUrl": "/reading/bookapi/detail/v/?book_id={{$.book_id}}",
      "coverUrl": "@js:replaceCover(java.getString(\"thumb_url\"))",
      "intro": "$.abstract##\\n",
      "kind": "男生{{$.gender}}女生\n{{$.category}}\n连载{{$.creation_status}}完结\n{{$.score}}分\n{{java.timeFormatUTC(java.getString(\"last_chapter_update_time\")*1000,'yyyy-MM-dd',8)}}\n##连载0|1完结\n@js:result\n.replace(/男生.女生/, String(java.getString(\"$.isbn\")) ? \"出版\" : `男生${java.getString(\"$.gender\")}女生`)\n.replace(\"男生0\", \"\")\n.replace(\"1女生\", \"\")\n.replace(\"男生2女生\", \"出版\")\n.replace(\"连载4完结\",\"断更\")\n.replace(\"连载-1完结\",\"未知\")\n.replace(\"1970-01-01\", \"\");",
      "name": "$.book_name",
      "wordCount": "$.word_number"
    },
    "ruleSearch": {
      "author": "author",
      "bookList": "<js>\nlet res = JSON.parse(result)\nif (res.url) {\n  res = JSON.parse(java.ajax(res.url))\n}\nlet books\n\nif (res.search_tabs) {\n  res.search_tabs.forEach((i) => {\n    if (i.tab_type == 3) books = i.data\n  })\n} else books = res.data\n\nlet results = []\n\nlet a = Array.isArray(books) ? books : [books]\na.forEach(w => {\n  results.push((w.book_data || [])[0] || [w][0])\n})\n\nJSON.stringify(results)\n</js>$[*]",
      "bookUrl": "/reading/bookapi/detail/v/?book_id={{$.book_id}}",
      "checkKeyWord": "https://www.baidu.com/删书示例?book_id=7285555567827880975",
      "coverUrl": "@js:replaceCover(java.getString(\"thumb_url\"))",
      "intro": "abstract##\\n",
      "kind": "男生{{$.gender}}女生\n{{$.category}}\n连载{{$.creation_status}}完结\n{{$.score}}分\n##连载0|1完结\n@js:result\n.replace(/男生.女生/, String(java.getString(\"$.isbn\")) ? \"出版\" : `男生${java.getString(\"$.gender\")}女生`)\n.replace(\"男生0\", \"\")\n.replace(\"1女生\", \"\")\n.replace(\"男生2女生\", \"出版\")\n.replace(\"连载4完结\",\"断更\")\n.replace(\"连载-1完结\",\"未知\");",
      "name": "book_name||title##\\s*<\\/?em>\\s*",
      "wordCount": "word_number"
    },
    "ruleToc": {
      "chapterList": "@js:\nvar u_Index = 0;     // 0-1\n// java.log(book)\nvar u_Types = ['API', 'WEB'];\nvar v_Index = [];\nvar v_Names = [];\nvar c_Array = [];\nvar book_id = java.hexDecodeToString(result);\n\nfunction b64Url(item_id) {\n    return `data:item_id;base64,${java.base64Encode(item_id)},{\"type\":\"fqnovel\"}`;\n}\n\nfunction push_a(a, b, c, d) {\n    c_Array.push({\n        \"ChapterName\": a || \"\",\n        \"isVolume\": b || false,\n        \"chapterUrl\": c ? b64Url(c) : \"\",\n        \"ChapterInfo\": (d || \"\").replace(/第.卷：默认 \\|/g, \"\").trim(),\n    });\n}\n\nfunction push_b(list) {\n    for (let c of list) {\n        let c_name = c.volume_name || \"第一卷：默认\";\n        let c_time = java.timeFormatUTC(c.first_pass_time * 1000, 'yyyy-MM-dd HH:mm:ss', 288000000);\n        let c_word = c.chapter_word_number + \"字\";\n        let c_info = [c_name, c_time, c_word];\n        let v_name = v_Names[v_Names.length - 1];\n        if (v_name != c_name) {\n        \t   // java.log(c_name);\n            v_Index.push(c_Array.length);\n            v_Names.push(c_name);\n            push_a(c_name, true);\n        }\n        push_a(c.title, false, c.item_id, c_info.join(\" | \"));\n    }\n}\n\n//  app接口  ##卷名&时间&字数\nswitch (String(u_Types[u_Index])) {\n    case 'API':\n        let data = JSON.parse(java.ajax(xGorgon(\n            \"directory/all_items\",\n            \"book_id=\" + book_id\n        )));\n\n        if (data.code == 0) {\n            push_b(data.data.item_data_list);\n            break;\n        }\n        // java.log(\"下架书籍，使用web接口获取目录\");\n\n\n\n        //  web接口  ##卷名&时间\n    case 'WEB':\n        let Json, Host = \"https://fanqienovel.com\";\n        if (false) {\n            Json = java.ajax(Host + \"/page/\" + book_id)\n                .match(/__INITIAL_STATE__=([^;]+)/)[1];\n        } else {\n            Json = java.ajax(Host + \"/api/reader/directory/detail?bookId=\" + book_id);\n        }\n        // java.log(Json)\n        let List = JSON.parse(Json).data.chapterListWithVolume;\n        if (List) {\n          for (let list of List) {\n              v_Index.push(c_Array.length);\n              list.map((_, i) => {\n                  let c_name = _.volume_name || \"第一卷：默认\";\n                  let c_time = java.timeFormat(_.firstPassTime * 1000);\n                  if (!i) push_a(c_name, true);\n                  push_a(_.title, false, _.itemId, [c_name, c_time].join(\" | \"))\n              });\n          }\n          break;\n        }\n}\n\n\n\n// 返回数组\nlet len = v_Index.length;\n// java.log(JSON.stringify(v_Index))\nif (len < 2) { // 分卷太少不显示\n    for (; len > 0; len--) {\n        c_Array.splice(v_Index[len - 1], 1);\n    }\n} else if (false) { // 显示效果不好看\n    for (let a, b, i = 0; i < len; i++) {\n        a = v_Index[i];\n        b = v_Index[i + 1];\n        if (b == undefined) b = len;\n        c_Array[a][\"ChapterInfo\"] = \"共 \" + (b - a - 1) + \" 章\";\n    }\n}\n\nc_Array",
      "chapterName": "ChapterName",
      "chapterUrl": "chapterUrl",
      "isVolume": "isVolume",
      "updateTime": "ChapterInfo##/##-"
    },
    "searchUrl": "@js:\ntab_type = 3\n\nif (String(key).startsWith(\"m:\")) {\n  tab_type = 8\n  key = key.slice(2)\n}\n\nif (String(key).startsWith(\"e:\")) {\n  key = key.slice(2)\n  java.put(\"extra\", true)\n} else {\n  java.put(\"extra\", false)\n}\n\nlet r = xGorgon(\n    \"search/tab\",\n    [\n        \"tab_type=\" + tab_type,\n        \"query=\" + encodeURI(java.put(\"key\", key)),\n        \"passback=\" + ((java.put(\"page\", page) - 1) * 10),\n        \"update_version_code=58932\",\n        \"iid=1\"\n    ].join(\"&\"),\n    null,\n    \n);\n\nif (key.length === 19 && !Number.isNaN(key)) { // book_id\n  r = `/reading/bookapi/detail/v/?book_id=${key}`\n}\n\nr",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "⭐️ 番薯小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://g21.manmeng168.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 7,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"男频分类\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_filter,{'method':'POST','body':'{\\\"columns_id\\\":\\\"138\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":0,\\\"sort_type\\\":1,\\\"suit_gender\\\":0,\\\"tag\\\":\\\"全部\\\",\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658261596443,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_filter,{'method':'POST','body':'{\\\"columns_id\\\":\\\"115\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":0,\\\"sort_type\\\":1,\\\"suit_gender\\\":0,\\\"tag\\\":\\\"全部\\\",\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658261596443,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_filter,{'method':'POST','body':'{\\\"columns_id\\\":\\\"117\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":0,\\\"sort_type\\\":1,\\\"suit_gender\\\":0,\\\"tag\\\":\\\"全部\\\",\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658261596443,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"系统\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_filter,{'method':'POST','body':'{\\\"columns_id\\\":\\\"144\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":0,\\\"sort_type\\\":1,\\\"suit_gender\\\":0,\\\"tag\\\":\\\"全部\\\",\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658261596443,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"重生\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_filter,{'method':'POST','body':'{\\\"columns_id\\\":\\\"152\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":0,\\\"sort_type\\\":1,\\\"suit_gender\\\":0,\\\"tag\\\":\\\"全部\\\",\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658261596443,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"轻文\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_filter,{'method':'POST','body':'{\\\"columns_id\\\":\\\"142\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":0,\\\"sort_type\\\":1,\\\"suit_gender\\\":0,\\\"tag\\\":\\\"全部\\\",\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658261596443,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_filter,{'method':'POST','body':'{\\\"columns_id\\\":\\\"123\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":0,\\\"sort_type\\\":1,\\\"suit_gender\\\":0,\\\"tag\\\":\\\"全部\\\",\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658261596443,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"仙侠\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_filter,{'method':'POST','body':'{\\\"columns_id\\\":\\\"119\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":0,\\\"sort_type\\\":1,\\\"suit_gender\\\":0,\\\"tag\\\":\\\"全部\\\",\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658261596443,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_filter,{'method':'POST','body':'{\\\"columns_id\\\":\\\"125\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":0,\\\"sort_type\\\":1,\\\"suit_gender\\\":0,\\\"tag\\\":\\\"全部\\\",\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658261596443,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"游戏\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_filter,{'method':'POST','body':'{\\\"columns_id\\\":\\\"129\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":0,\\\"sort_type\\\":1,\\\"suit_gender\\\":0,\\\"tag\\\":\\\"全部\\\",\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658261596443,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"悬疑\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_filter,{'method':'POST','body':'{\\\"columns_id\\\":\\\"131\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":0,\\\"sort_type\\\":1,\\\"suit_gender\\\":0,\\\"tag\\\":\\\"全部\\\",\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658261596443,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"男频最热\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"全部\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658259599931,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"都市\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658259599931,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"玄幻\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658259599931,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"历史\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658259599931,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"仙侠\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"仙侠\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658259599931,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"科幻\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658259599931,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"悬疑\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"悬疑\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658259599931,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"游戏\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"游戏\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658259599931,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"次元\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"次元\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658259599931,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"男频好评\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"全部\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":2,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658259599931,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"都市\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":2,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658259599931,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"玄幻\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":2,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658259599931,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"历史\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":2,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658259599931,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"仙侠\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"仙侠\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":2,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658259599931,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"科幻\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":2,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658259599931,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"悬疑\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"悬疑\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":2,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658259599931,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"游戏\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"游戏\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":2,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658259599931,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"次元\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"次元\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":2,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658259599931,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"女频分类\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_filter,{'method':'POST','body':'{\\\"columns_id\\\":\\\"140\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":0,\\\"sort_type\\\":1,\\\"suit_gender\\\":0,\\\"tag\\\":\\\"全部\\\",\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658261596443,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"现言\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_filter,{'method':'POST','body':'{\\\"columns_id\\\":\\\"113\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":0,\\\"sort_type\\\":1,\\\"suit_gender\\\":0,\\\"tag\\\":\\\"全部\\\",\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658261596443,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"古言\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_filter,{'method':'POST','body':'{\\\"columns_id\\\":\\\"121\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":0,\\\"sort_type\\\":1,\\\"suit_gender\\\":0,\\\"tag\\\":\\\"全部\\\",\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658261596443,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"快穿\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_filter,{'method':'POST','body':'{\\\"columns_id\\\":\\\"148\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":0,\\\"sort_type\\\":1,\\\"suit_gender\\\":0,\\\"tag\\\":\\\"全部\\\",\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658261596443,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"重生\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_filter,{'method':'POST','body':'{\\\"columns_id\\\":\\\"146\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":0,\\\"sort_type\\\":1,\\\"suit_gender\\\":0,\\\"tag\\\":\\\"全部\\\",\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658261596443,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"青春\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_filter,{'method':'POST','body':'{\\\"columns_id\\\":\\\"127\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":0,\\\"sort_type\\\":1,\\\"suit_gender\\\":0,\\\"tag\\\":\\\"全部\\\",\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658261596443,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"幻言\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_filter,{'method':'POST','body':'{\\\"columns_id\\\":\\\"133\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":0,\\\"sort_type\\\":1,\\\"suit_gender\\\":0,\\\"tag\\\":\\\"全部\\\",\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658261596443,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"次元\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_filter,{'method':'POST','body':'{\\\"columns_id\\\":\\\"137\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":0,\\\"sort_type\\\":1,\\\"suit_gender\\\":0,\\\"tag\\\":\\\"全部\\\",\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658261596443,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"女频最热\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"全部\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658259599931,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"古言\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"古言\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658259599931,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"现言\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"现言\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658259599931,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"幻言\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"幻言\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658259599931,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"青春\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"青春\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658259599931,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"悬疑\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"悬疑\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658259599931,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"女频好评\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"全部\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":2,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658259599931,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"古言\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"古言\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":2,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658259599931,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"现言\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"现言\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":2,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658259599931,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"幻言\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"幻言\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":2,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658259599931,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"青春\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"青春\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":2,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658259599931,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"悬疑\",\"url\":\"/v1/android/client/resource/query_cate_content_list_by_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"悬疑\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":2,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"page_size\\\":20,\\\"api_key\\\":\\\"20002007\\\",\\\"api_secret\\\":\\\"974685bdc9957e8c\\\",\\\"device_id\\\":\\\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\\\",\\\"from_system\\\":\\\"hk-reader\\\",\\\"gender\\\":1,\\\"mode\\\":\\\"prod\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"operate_time\\\":1658259599931,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"60562717\\\",\\\"version\\\":\\\"3.00.31.000\\\"}'}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "header": "",
    "lastUpdateTime": 1734277385809,
    "loginUrl": "",
    "respondTime": 2777,
    "ruleBookInfo": {
      "author": "$.author",
      "coverUrl": "$.image_url",
      "init": "$.data",
      "intro": "🏷   标签：{{$.tag}}{{'\\n'+'​'}}\n🔖   简介：{{$.desc_info}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "{{java.timeFormat(java.getString('$.last_version_v2')*1000)}}##/##-",
      "lastChapter": "$.newest_chapter_name",
      "name": "$.name",
      "tocUrl": "https://g21.manmeng168.com/v1/book_v2/chapter_list/@get:{id}?sign={{java.md5Encode(java.get('id')+'$%@*!^#!@(@')}},{\n'method': 'POST',\n'body': '{\"api_key\":\"20002007\",\"api_secret\":\"974685bdc9957e8c\",\"device_id\":\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\",\"from_system\":\"hk-reader\",\"gender\":1,\"mode\":\"prod\",\"net_type\":\"WIFI\",\"operate_time\":1658255792019,\"osid\":\"Android\",\"teenagers_mode\":0,\"uid\":\"60562717\",\"version\":\"3.00.31.000\"}'\n}",
      "wordCount": "$.word_count"
    },
    "ruleContent": {
      "content": "data[0].content"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.data",
      "bookUrl": "https://g21.manmeng168.com/v1/android/client/resource/query_novel_info_with_rec,{'method':'POST','body':'{\"id\":\"{{$.id}}\",\"api_key\":\"20002007\",\"api_secret\":\"974685bdc9957e8c\",\"device_id\":\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\",\"from_system\":\"hk-reader\",\"gender\":1,\"mode\":\"prod\",\"net_type\":\"WIFI\",\"operate_time\":1658259823435,\"osid\":\"Android\",\"teenagers_mode\":0,\"uid\":\"60562717\",\"version\":\"3.00.31.000\"}'}",
      "coverUrl": "$.image_url",
      "intro": "$.desc_info",
      "kind": "{{$.category_name}}\n{{$.tag}}",
      "lastChapter": "$.newest_chapter_name@put:{newest_chapter_name:newest_chapter_name}",
      "name": "$.name@put:{id:id,name:name,author:author}",
      "wordCount": "$.word_count@put:{image_url:image_url,short_copyright:short_copyright,desc_info:desc_info,category_name:category_name,tag:tag}"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data.novel_list||$.data",
      "bookUrl": "https://g21.manmeng168.com/v1/android/client/resource/query_novel_info_with_rec,{'method':'POST','body':'{\"id\":\"{{$.id}}\",\"api_key\":\"20002007\",\"api_secret\":\"974685bdc9957e8c\",\"device_id\":\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\",\"from_system\":\"hk-reader\",\"gender\":1,\"mode\":\"prod\",\"net_type\":\"WIFI\",\"operate_time\":1658259823435,\"osid\":\"Android\",\"teenagers_mode\":0,\"uid\":\"60562717\",\"version\":\"3.00.31.000\"}'}",
      "coverUrl": "$.image_url",
      "intro": "$.desc_info",
      "kind": "{{$.category_name}}\n{{$.tag}}",
      "lastChapter": "$.newest_chapter_name",
      "name": "$.name@put:{id:id,name:name,author:author}",
      "wordCount": "$.word_count"
    },
    "ruleToc": {
      "chapterList": "$.data",
      "chapterName": "$.name@put:{cid:chapter_id}",
      "chapterUrl": "https://g21.manmeng168.com/v1/book_v2/chapter_content/@get:{id}/{{$.chapter_id}}?sign={{java.md5Encode(java.get('id')+'$'+java.get('cid')+'$%@*!^#!@(@')}},{\n'method': 'POST',\n'body': '{\"api_key\":\"20002007\",\"api_secret\":\"974685bdc9957e8c\",\"device_id\":\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\",\"from_system\":\"hk-reader\",\"gender\":1,\"mode\":\"prod\",\"net_type\":\"WIFI\",\"operate_time\":1658258357240,\"osid\":\"Android\",\"teenagers_mode\":0,\"uid\":\"60562717\",\"version\":\"3.00.31.000\"}'\n}",
      "isVolume": "",
      "updateTime": "{{java.timeFormat(java.getString('$.version')*1000)}}"
    },
    "searchUrl": "https://g21.manmeng168.com/v1/android/client/resource/search/do_search,{\n'method': 'POST',\n'body': '{\"keyword\":\"{{key}}\",\"search_id\":0,\"search_type\":0,\"page_index\":{{page}},\"page_size\":10,\"api_key\":\"20002007\",\"api_secret\":\"974685bdc9957e8c\",\"device_id\":\"b0fae45e-1b4f-4057-930c-fbea2b7789f6\",\"from_system\":\"hk-reader\",\"gender\":1,\"mode\":\"prod\",\"net_type\":\"WIFI\",\"operate_time\":1658253959821,\"osid\":\"Android\",\"teenagers_mode\":0,\"uid\":\"60562717\",\"version\":\"3.00.31.000\"}'\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "─────当前版本Pro V50─────\n\n点击登录即可查看:\n\n0、书源制作思路\n\n1、版本更新日志\n\n2、书源用法展示\n\n3、相关问题解释\n\n───────搜索格式────────\n\n完全格式：书名#作者$网站\n简化格式1：书名$网站\n简化格式2：书名#作者\n简化格式3：书名\n\n说明：搜索“斗破苍穹#天蚕土豆$www.qidian.com”将在“www.qidian.com”中搜索名为斗破苍穹、作者为天蚕土豆的书籍\n\n──────前缀设置全体───────\n\n用法：“单跳逆原动静字图”等字后跟“^”再跟“搜索关键字”，可实现这些字对应的功能。\n\n范围：本次搜索到的所有书籍都会执行指定的功能。\n\n示例：“图^斗破苍穹”、“逆静^斗破苍穹#天蚕土豆”、“跳^斗破苍穹$www.qidian.com”。\n─────⤵\n跳：允许目录自动跳转，目录标题说点击跳转时可如此做。\n\n逆：设置书籍目录章节逆向排序，配合指定网站的搜索方式针对小说全是逆向排序的网站比较方便。\n\n原：设置书籍不进行净化替换，优点是加载正文快速且不会被误删内容，缺点是需要自己写“替换净化”规则并在正文中启用才能净化网站推广文本。\n\n动：强制设置正文动态加载(正文默认会进行需要动态加载还是静态加载的判断，然后自动切换模式，若判断失误导致本应切换成动态加载却未切换时，可强制设置正文动态加载)。\n\n静：强制设置正文静态加载(正文默认会进行需要动态加载还是静态加载的判断，然后自动切换模式，若判断失误导致本应保持静态加载却切换成动态加载而使正文加载时间变长时，可强制设置正文静态加载)。\n\n图：设置成看图模式(不设置则默认图文模式)，只显示图片，不显示文字。\n\n字：设置成纯字模式(不设置则默认图文模式)，只显示文本，不显示图片。\n─────⤴\n\n──────书籍变量设置───────\n\n用法：\n将“单直跳全逆原图字动静”中任意多个字\n或“[目录url]”或“[正文尾页url]单”\n或“数字#第二页链接#”\n或“[目录尾页url]录”\n放在详情页右上角的书籍变量中，\n确认后点刷新就能触发这些字段对应的功能。\n\n范围：只控制当前书籍执行指定功能。\n\n书籍变量格式示范：[http://m.biquku.la/0/425/]全字\n\n─────⤵\n直：不做目录识别，直接将详情页作为目录页，或以“[目录链接]”格式直接指定目录链接，目录识别错误时可这种做。\n\n全：直接显示“预览正文”和查询到的所有章节，跳过章节筛选环节，单页文章和部分筛选后章节不全的小说网站可这样做。\n─────⤴\n\n──目录有分页却无翻页按钮或书籍无目录──\n\n单：无目录打开即正文但有尾页或下一页按钮的书籍，必须设置为单向模式，这样书源会直接将入口页作为正文第一页，并将第一页及其所有下一页共同构造生成“正文1”、“正文2”…的目录形式来阅读，搜索前缀“单^”、书籍变量“单”。\n\n录：有目录分页但无目录下一页按钮的书籍，可在书籍变量中直接指定复制到的最后目录页链接为目录链接并添加指令“录”，即可自动生成所有目录分页。\n书籍变量：“[https://m.zuizaoxiaoshuo.com/ml/33280_13]录”\n\n辅助生成──无目录打开即正文也无尾页和下一页按钮的书籍，需指定章节数量并用第二页链接作为参考链接生成所有分页。\n书籍变量──220#https://wap.yqshuwang.com/2021n/02/14972_2.html#\n效果说明──根据第二页链接“https://wap.yqshuwang.com/2021n/02/14972_2.html”生成220条章节的目录列表。\n\n单个章节──目录仅一个章节且这个章节正文中无下一页按钮时，可复制那个章节的正文尾页链接并用指令“单”，便可将所有正文分页构造成章节列表。\n书籍变量──[http://www.yulinzhanye.la/20/20733/532447_9.html]单",
    "bookSourceGroup": "免费",
    "bookSourceName": "必应搜书",
    "bookSourceType": 0,
    "bookSourceUrl": "必应搜书",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 8,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36\"}",
    "lastUpdateTime": 1650209800448,
    "loginUrl": "https://gitee.com/no-mystery/shuyuan/",
    "respondTime": 180000,
    "ruleBookInfo": {
      "author": "@get:{x}",
      "canReName": "true",
      "coverUrl": "@js:(s=java.getStringList('img[alt*='+book.name+']@src||meta[property$=image]@content||img[src~=(cover|file|article)[^a-z]|/\\\\d+[/_-]\\\\d+(s?\\\\.|$)]@src||img[data-src~=\\\\S]@data-src||img[src*=/img]@src||img[src~=^(data|https?):|^[^:]+/]@src')).size()?/^data:/.test(s=s.get(0))?java.base64Encode(s):s:null",
      "init": "",
      "intro": "@js:'　　'+java.get(\"g\")",
      "kind": "@js:java.get(\"v\")",
      "lastChapter": "@get:{z}",
      "name": "@js:r=org.jsoup.Jsoup.parse(result);\nr.select(\"script,noscript,style,head>:not(meta),footer,[class~=^foot],[id~=^foot],a:has(>:last-child:matchesOwn(^分类$)),[value]\").remove();\n\nn=String(book.name);\nm=String(r).replace(/(?:&nbsp;)+/g,\" \");\n书=java.get(\"源\");\n\nif(x=(y=r.select('[property$=book_name]')).size()){\ny=y.attr(\"content\");\nu=书.indexOf(y)\n}else for(u=true,c=r.select(\"h1,h2,h3,strong\").eachText();x<c.size();x++)if(\n(y=c.get(x))!=''&&(u=书.indexOf(y),~u&&u<4))break;\nif(!~(y=String(y)).indexOf(n)&&~u)n=y;\n\nif((x=r.select(\"[property$=author]\")\n).size()){\nx=String(x.attr(\"content\")).replace(/^作\\s*[者家][\\s:：]*|(?!^)[/／｜|，,\\s][^⚙️]*$/,\"\")\n}else{\nx=m.match(/>\\s*([^>]+?)(?:\\s*<\\/[a-z]+>\\s*|\\s+)著\\s*<|[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】>《》](?:小说|漫画)?作\\s*者(?![^>]+->)(?:[:：\\s〖【（《［\\[\\(]|<[^it\\/][^>]*>|<\\/[^>]+>)+([^\\s<\">,，/／｜|\\)\\]］》）】〗]+)/);\nx=x?x[1]?x[1]:x[2]:(x=r.select(\"#author,.author\"),x.size()?String(x.first().text()).replace(/(?!^)[/／｜|，,\\s][^⚙️]*$/,\"\"):\"\")}\n\nif(n.indexOf(x)>0&&!~java.get(\"key\").indexOf(n))n=n.split(x)[0];\njava.put(\"x\",x);\n\ny=r.select(\"meta[property~=(category|status)$]\");\nc=y.size()?String(y.eachAttr(\"content\"))\n.slice(1,-1).replace(/(?!^)\\s*[，,./／｜|]\\s*/,\",\"):(y=m.match(/(?:[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】》]|<[^a/][^>]*>|<\\/[^>]+>)(?:[分大]\\s*类|类\\s*[型别])(?:[:：\\s]|<[^>]+>)+([^\\s<.\"/／｜|>]+)/))&&y[1];\nif(c)java.put(\"v\",c);\n\ny=r.select(\"meta[property~=latest_chapter_name$]\");\n\nc=y.size()?y.attr(\"content\"):(y=m.match(/>(?:\\s*[更最]\\s*[新近])+(?:\\s*章\\s*节)?(?:[:：\\s\\[]|<[^>]+>)+(?!\\s*(?:-|&gt;)\\s*<|[:：\\s0-9T年月日时分秒*-]{5,}<|[^:：]+[^章\\s]\\s*[:：]\\s*<|更新(?:时间)?[:：])([^<\"/／｜|\\]>]+)/))&&y[1];\nif(c)java.put(\"z\",c);\n\n正=true;\nif((key=String(java.get(\"custom\"))).length){\nif(~key.indexOf(\"全\"))java.put(\"全\",1);\nif((\nu=key.match(/[^\\[\\]]+(?=\\])/),\nc=~key.indexOf(\"录\"),\ny=~key.indexOf(\"单\"),\nbaseUrl=u?u[0]:baseUrl,\n(c||u)&&(baseUrl=c||y?(baseUrl=String((c=baseUrl.match(/(.+[^\\d])(\\d+)([^\\d]*)$/))[1]+1+c[3]),\nc=c[2]+'🌕'+c[1]+'🌕'+2+'🌕'+c[3],\nbaseUrl):baseUrl)\n)||~key.indexOf(\"直\")\n)java.put(\"目\",1),正=1;\nif(~key.indexOf(\"录\"))java.put(\"录\",c),正=1;\nif(y||~key.indexOf(\"#\")){\nif(!u){\nif((网=key.match(/(\\d+)#([^#]+)/))\n&&(尾=网[1],网=网[2].match(/^(.*[^\\d])([12])([^/?\\d]*)$/))\n||(尾=r.select('a[href~=\\\\d[^/?\\\\d]*$]:matches(^(尾|末|最后一)[頁页篇章回节節话話]$)')).size()\n&&(网=r.select('a:matches(^2$)')).size()\n&&(网=String(网.first().attr('href')).match(/^(.*[^\\d])([12])([^/?\\d]*)$/))\n&&(尾=String(尾.first().attr('href')).match(/\\d+(?=[^/?\\d]*$)/)[0])){\nc=尾+'🌕'+网[1]+'🌕'+网[2]+'🌕'+网[3]\n}else if((c=r.select('a:matches(^(\\\\d+|…+|\\\\.+)$)')).size()){\nif((网=String(c).split(/<a[^>]+>[^\\d<]+<\\/a>/)).length==2){\nfor(c=网[0],尾=网[1],x=+网[1].match(/>([^<]+)/)[1],网=网[0].match(/href=\"([^\"]*[^\\d])(\\d+)([^/?\\d\"]*)\"[^>]*>([^<]+)<[^<]+$/),j=+网[4],i=+网[2]-j;j<x;j++)c+=\"<a href='\"+网[1]+(j+i)+网[3]+\"'>\"+j+\"</a>\";\nc+=尾}\n}else c=1}\njava.put(\"单\",c),正=false}\nif(~key.indexOf(\"跳\"))java.put(\"跳\",1);\nif(~key.indexOf(\"逆\"))book.setReverseToc(true);\nelse book.setReverseToc(false);\nif((u=~key.indexOf(\"图\"))||~key.indexOf(\"原\"))java.put(\"原\",1);\nif(~key.indexOf(\"动\"))java.put(\"动\",',{\"webView\":true}');\nelse if(~key.indexOf(\"静\"))java.put(\"静\",1);\nif(u||~key.indexOf(\"字\"))java.put(\"文\",u?1:2)\n}else book.setReverseToc(false);\n\ny=r.select(\"meta[property$=description][content~=\\\\S]\");\nc=y.size()?y.get(y.size()-1).attr(\"content\"):(r.select(':matchesOwn([\\\\u4e00-\\\\u9fa5]{2,})>:not(br),:not(body,br,:matchesOwn([\\\\s\\\\S]{50}),:has(body,:matchesOwn([\\\\s\\\\S]{50})))').remove(),r.select(\":matchesOwn(\\\\S)\").text());\n\njava.put(\"g\",String(c!=\"\"?c:book.intro).replace(/[\\snbsp;]*(?:&nbsp;|\\s){2,}|\\s*([？！。]+[”」』\\]\\}\\)）｝】〗〕〉]?)\\s*/g,\"$1　　\").replace(/(?=　　)/g,\"\\n\"));\n\nif(正==1)m=java.ajax(baseUrl);\njava.setContent(m,baseUrl);\n\nif(正){\nzl=java.getStringList(\"[property$=latest_chapter_url]@content||:matches(^最新章节)>a:only-child:not([href~=^$|#|javascript:])@href||a:matches(^正文\\\\s*[\\\\d第一二三四五六七八九十〇零百千]|^[【《]?(\"+n+\")?[\\\\s》】（\\\\u0028:：＿_－-]*(第[\\\\s0〇零]*[一1]\\\\s*[\\\\u4e00-\\\\u9fa5]|([\\\\u4e00-\\\\u9fa5]{2}阅读[（\\\\u0028:：＿_－-]?)?(0*1([）\\\\u0029.、:：_-]|$)|[〇零]*一([）\\\\u0029\\\\s.、:：_-]|$)))):not([href~=(^|[^/])/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&_-]*$|^$|#|javascript:|\"+(bas=baseUrl.replace(/\\/+$|\\.[a-zA-Z]+$/,'')).match(/[^?/]+$/)[0].replace(/([*$|?+\\\\\\^\\[\\](){}])/g,'\\\\$1')+\"(?:[/_-]1)?(?:\\\\/|\\\\.[a-zA-Z]+)?$])@href||a:matches(^[^\\\\u4e00-\\\\u9fa5]*(免费|在线|开始|立即|全文|正文|从头)+[试阅]读[^\\\\u4e00-\\\\u9fa5]*$):not([href~=^$|#|javascript:])@href||a:matches(^0*1[^\\\\d]):not([href~=(^|[^/])/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&_-]*$|^$|#|javascript:])@href\");\n\nif(zl.size()&&(ck=String(zl.get(0)).match(/^(.*\\/\\/[^/]+)?([/?]?[^/].+[?&/_-])[^&/_-]+\\/?$/)))(jd=ck[1])&&(h=baseUrl.lastIndexOf('/',baseUrl.indexOf(jd.match(/(?:\\.[^.]+){2,}$|[^./]+\\.[^.]+$/)[0])))>8&&(\nq=baseUrl.indexOf(':'),\n(bas=java.get(baseUrl=baseUrl.slice(0,q+2)+baseUrl.slice(h),{})).statusCode()==200&&java.setContent(bas.body(),baseUrl)\n),java.put(\"ck\",ck[2])}\nn",
      "tocUrl": "@js:if(java.get(\"单\")==''){\nif(java.get(\"录\")==java.get(\"目\")){\nr=org.jsoup.Jsoup.parse(result);\n\nscript=r.select(\":matchesOwn(^$)>a[href^=javascript:]:matches(全文|章[節节]|目[錄录]):not(:matches(最新))\");re=false;\n\nif(!script.size()){\nba=(bas=baseUrl.replace(/\\/$|\\.[a-zA-Z]+$/,'')).match(/(http....[^/?]+)(?:([?/])(.*))?$/);b=ba[1];v=ba[3];\n\nr.select(\"a[href~=[^a-z]page[^a-z]]:not(:matches([反正顺順逆倒]序|[全正]文|更多|全部|所有|章[節节]|作品|目[錄录]|列表)),a:not([href~=^(?!//)[^#:]+$|\"+b.split(':')[1]+\"]),:matchesOwn(\\\\S)>a,a[href~=javascript:|#],a:matches(^\\\\S{1,4}$):not(:matches([反正顺順逆倒]序|[阅閱][讀读]|查看|展[开開]|进入|[全正]文|更多|完整|全部|所有|目[錄录]|列表|章[節节]):not(:contains(分类)))\").remove();\n\ny=r.select(\"a[href~=(?i)catalog|contents|chapters|mulu|(^|[^a-z])ml|showchapter|(^|chapter[/_-]?|\"+v.replace(/(.+)((\\/\\d\\d)\\d+)$/,\"$1$3$2\")+\"[/_-])(more|list|all)|sort[/=_-]asc]\");\n\nif(!y.size()){b3='';\n\nif(ba[2]==\"?\"){\nb3='[href~=^[^?]+$],'\n}else if(ba[3]){\nb3=ba[3].replace(/[*$|?+\\\\\\^\\[\\](){}]/g,'\\\\$0');\n\nb3=\"[href~=\"+b3+\"(\\\\.[^.]+|/\\\\d+(\\\\.[^.]+|/)?)?$],[href~=[/?]\"+b3.replace(/[&/_-][^/_-]+$/,'')+\".*$]:not([href~=[/?]\"+b3.replace(/[/_-]/g,'[/_-]')+\"]),\"}\n\ny=r.select(\"a:not(\"+b3+\"[href~=(?i)(^|[^/])[?/].*((book|[^a-z])(info|case)[^a-z]|(cid|buy)[^a-z]|desc|coins|nutrition|review|ticket|update|(app|author|xiazai|down)(?!=))|/chapter|/index/|/d/],:matches((?i)^$|[0-9零〇一二三四五六七八九十百千万、，：；？！。…‘’“”（）()]|[票榜:：.]|推荐|排行|等级|说明|收藏|书评|简介|分[类卷]|简介|作者|手机|软件|应用|安装|客户|移动|pc|电脑|安卓|苹果|下载|最新|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub))\")}\n\nif(y.size()){\nys=y.select(\"a[href~=(?i)catalog|contents|list|chapter|mulu|(^|[^a-z])ml|more|read|all]:matches([反正顺順逆倒]序|全文|章[節节]|目[錄录]):not(:matches(阅读)),a[href~=(?i)catalog|contents|chapter|(^|[^a-z])ml|mulu|read]:matches(更多|列表),a[href~=(?i)catalog|contents|list|chapter|mulu|(^|[^a-z])ml|more|all]:matches(^$),a:matches(^[^\\\\u4e00-\\\\u9fa50-9]*([反正顺順逆倒]序|全文(免[費费])?[阅閱][讀读]|(点击|查看|展[开開]|进入|返?回到?)*([全正]文|(更多|完整|全部|所有)?(章[節节]|(作品)?目[錄录])+)+(列表)?(\\\\s*(查看|展开)?更多)?)[^\\\\u4e00-\\\\u9fa50-9]*$)\");zt=false;\n\nif(!ys.size()){\nba=bas.match(/(\\?(?:[^=]+=)+)(.+)$/)||bas.match(/(?:[^/_-][/_-]([^/._-]+))?[/_-]([^/._-]+)(?:\\/index[^/]*)?$/);\n\nif(xi=(id=ba[2]).match(/\\?[^=]+=([^&]+)/)||id.match(/^[^\\d%]*(\\d{2,}|[1-9])$/))id=xi[1];\nif(ba[1])if(xi=ba[1].match(/^[^\\d%]*(\\d{2,})$/))id=/^\\d$/.test(id)||!xi[1].indexOf(id)?xi[1]:\"(\"+id+\"|\"+xi[1]+\")\";\n\nys=y.select(\"[href~=(?i)^((.*//[^/]+/)?[^=.]*[^\\\\d=.])?\"+id+\"([?_-][a-z=_-]*0|\\\\.[^.]+|[/?]([^\\\\d]*|[^/\\\\d]*/?|(list|more|all)([=_-][a-z]*)?\\\\d+[^\\\\d]*)?)?(&.+)?$]:not(:contains(\"+(bs=String(book.name)[0])+\"))\");\n\nif(!ys.size()){zt=true;\nys=y.select(\"[href~=(?i)^((.*//[^/]+/)?[^=.]*[^\\\\d=.])?(\\\\d+/\"+id+\"[_-]\\\\d+[^\\\\d]*|\"+id+\"[_-][a-z_-]*1[^\\\\d]*)$]:not(:matches(阅读|\"+bs+\"))\")}}\n\nif(ys.size()){\nif((re=ys.select(\"[href~=(/|^)[^.]+$]\")).size())ys=re;\nre=String(ys.first().attr(\"href\"));\n\nfor(x=1;x<ys.size();x++)if((xs=String(ys.get(x).attr(\"href\"))).length>re.length)re=xs;\n\nif(/(?:[2-9]\\d*|1\\d+)[^\\d]*$/.test(re)){\nif(!zt&&(q=re.match(/^(.*[^/])?[&?/].*(?:catalog(ue)?|contents|(?:show)?chapters?|mulu|ml|more|all|list|page)(?:[=_-][a-z]*)?\\d+[^\\d]*$/i))&&v==(q[1]||'').replace(/^http....[^/?]+/,''))zt=true;\nif(zt)re=re.replace(/\\d+(?=[^\\d]*$)/,\"☯1\")}\n\n}}}\n\nre=String(!re?baseUrl:(java.put(\"基\",baseUrl),/^\\/[^/]/.test(re)?b+re:/^https?:/.test(re)?re:/^\\/\\//.test(re)?b.split('//')[0]+re:String(baseUrl).replace(/[^/]*$/,'')+re))}else re=baseUrl;\n\nr=re.replace(/(?:[☯?&/_-][^\\d?/&_-]*[01])+[^\\d]*$/,\"\");\njava.put(\"ba\",r);\nre=re.replace(\"☯\",\"\")}else re=baseUrl;\n\njava.get(\"跳\")==1?re+',{\"webView\":true}':re",
      "wordCount": "{{baseUrl}}##//([^/]+)##$1##"
    },
    "ruleContent": {
      "content": "@js:dt=lr='';c=1;动=java.get(\"动\");\nif(动!=''&&!~baseUrl.indexOf(\",\")){\nresult=String(java.ajax(baseUrl+动))\n}else if(java.get(\"静\")==动)c=dt=2;\n\nr=org.jsoup.Jsoup.parse(r1=result.replace(/&nbsp;/g,' '));\n查=i=java.get(\"序\");\n\nif(java.get(\"文\")==1){for(;c;c--){\nd=[\"img[data-src],img[src~=[^a-z]cid[^a-z]]\"\n,\"img:not([src~=(?i)^$|^javascript:|\\\\.gif|\\\\.png|[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,\"img[src~=(?i)\\\\.png]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,'img[src~=(?i)\\\\.gif]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])'];\n\nif(!(查!=\"\"&&(查!=-1&&((lr=r.select(d[查])).size(),true)))){\n$=it=>(lr=r.select(it)).size();\nif($(d[i=0])||$(d[i=1])||$(d[i=2])||false)break;\n\nif(c==2){dt=1;\nr=org.jsoup.Jsoup.parse(java.ajax(baseUrl+',{\"webView\":true}'))\n}else i=$(d[3])?3:-1}}\nif(i==0)lr=String(lr).replace(/(?:src=['\"][^'\"]+['\"] +)?data-/g,'');\nif(查==\"\")book.putVariable(\"序\",i);\n\n}else{\nsc=java.get(\"文\")==2?\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br)),a>*,:has(a):not(:matchesOwn([\\\\S\\\\s]{50,}),:has(:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(br,a,:matchesOwn([\\\\s\\\\S]{50})),:not(br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)),:has(p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))'\n:\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br,img:not([src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg]))),img[src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg],a:not(:matches(^$)>img)>*,:has(a):not(img,:matchesOwn([\\\\S\\\\s]{50,}),:has(img,:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(img,br,a,:has(img),:matchesOwn([\\\\s\\\\S]{50})),:not(img,br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,img,div:matchesOwn(，|。)+div:matchesOwn(，|。)),:has(img,p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))';\n\nd=[\":matchesOwn(\\\\S):has(br):has(:matchesOwn(\\\\S):has(br))\"\n,\":matchesOwn(\\\\S):has(br)\"\n,\":has(>:matchesOwn(\\\\S):not(:has(*))+:matchesOwn(\\\\S):not(:has(*)))\"\n,\":has(>:has(>p:only-child:matchesOwn(\\\\S):not(:has(*)))+:has(>p:only-child:matchesOwn(\\\\S):not(:has(*))))\"\n,\"img\"\n,\":matchesOwn(\\\\S)\"];\n\ntry{for(查=i!=''?i:java.get(\"元\");c;c--){\n\nif(!(c>1&&(String(r.text()).length<400||r.select(':matchesOwn(内容未加载完成|关闭(阅读|小说)模式)').size()))){\nr.select(sc).remove();\n\nif(!(查!=\"\"&&(lr=r.select(i?d[i==6?5:i]:查)).size()))for(i=0;i<6&&(lr=r.select(d[i]),i==4&&c==1?!lr.size():String(lr.text()).length<200);i++);\nif(c<2||i<6)break;}\n\nr=org.jsoup.Jsoup.parse(r2=String(java.ajax(baseUrl+',{\"webView\":true}')).replace(/(<[a-z]+)&nbsp;/g,'$1 '));\ndt=r1.length==r2.length?2:1}\n\nfor(c=lr.first(),v=1;v<lr.size();v++)if(lr.get(v).parents().contains(c)){\nlr.remove(v);\nv--}else c=lr.get(v);\n\nlr=String((c=lr.size()==2&&i<4)?String(lr.first().text()).length>String(lr.get(1).text()).length?lr.first():lr.get(1):(c=lr.size()==1)?lr.first():lr);\n\nif(查==\"\"){\nif(c&&(查=lr.match(/<([a-z]+) ([^>]+)>/))&&(查[2]=查[2].match(/(?:id|class|style)=(?:\"[^\"]+\"|'[^']+')|[^= ]+(?==\"[^\"]+\"|'[^']+')/g))){\nbook.putVariable(\"元\",查[1]+'['+查[2].join('][')+']')\n}else book.putVariable(\"序\",i)}\n\nlr=lr.replace(/<([a-z]+)[^>]*\"-\\d+\"[^>]*>[^<]+<\\/\\1>|[^<>]*<a[^<]+<\\/a>[^<]*|&lt[; ]?\\/?[a-z]+(?= |\\/?&gt)(?:[ a-z=-]+|\"[^\"]+\"|'[^']+')*\\/?&gt[; ]?|[☯📑⚙️🌕︴]/g,\"\").replace(/\\s+(?:\\s|(?:(?:(?:n?b)?s)?p)?;)/g,\"　　\");\n\nif(java.get(\"原\")!=1)lr=(!lr.indexOf(\"　　\")?lr.replace(/>(?!　　|\\s*(?:(?:(?:n?b)?s)?p)?;)\\s*(?=[^\\s<>])/g,\">︴\"):lr).replace(/((?:[〖【『「（《〈〔［\\[(][^〖【『「（《〈〔［\\[()］〕〉》）」』】〗\\]]*[)］〕〉》）」』】〗\\]]\\s*)*(?:第?\\s*[一二三四五六七八九十百千万〇零0-9]+\\s*[章节回話话：:.．,，、]*\\s*)?{{n=(t=title.match(/\\S+$/)[0].replace(/[*$|?+\\\\\\^\\[\\](){}/]/g,\".?\")).replace(/^(正文[^\\u4e00-\\u9fa5A-Za-z]*|第?[一二三四五六七八九十百千万〇零0-9]+[章节回話话\\s：:.．,，、]*)+/,\"\"),n!=t&&/\\S/.test(n)?\"(?:第?\\\\s*[一二三四五六七八九十百千万〇零0-9]+\\\\s*[章节回話话：:.．,，、]*\\\\s*\"+n+\"|\"+t+\")\":t}}(?:\\s*[〖【『「（《〈〔［\\[(][^〖【『「（《〈〔［\\[()］〕〉》）」』】〗\\]]*[)］〕〉》）」』】〗\\]])*)/g,\"⚙️$1⚙️\")+\"📑\"\n}catch(e){}}\nif(dt)book.putVariable(dt==1?\"动\":\"静\",',{\"webView\":true}');lr",
      "imageStyle": "FULL",
      "nextContentUrl": "@js:if((r=java.getStringList((nx=java.get(\"next\"))+\"a:matches(第二[頁页]|下[一\\\\s]*[頁页]):not([href~=^javascript:|^#])@href||a:matches(下[一\\\\s]*[篇章回节節话話]):not([href~=^javascript:|^#])@href||a[href~=[_-]\\\\d+(/|\\\\.[a-z]+)?$]:has(i,img):not(:matches(\\\\S),[href~=^javascript:|^#])@href\")).size()){\nif(~String(book.tocUrl+(nextChapterUrl||'')).indexOf(r=String(r.get(r.size()-1)))||~r.indexOf(nextChapterUrl||String(book.tocUrl).replace(/.+(?=_\\d+\\/$)/,'')))r=null\n}else r=null;\nif(r){if(nx!='')chapter.putVariable(\"next\",(n=r.replace(/\\d+(?=[^\\d]*$)/,it=>+it+1))==r?'':'a[href=\"'+n+'\"]@href||');\nr+java.get(\"动\")}",
      "replaceRegex": "@js:if(java.get(\"原\")==1){result}else{\nresult=result.replace(/⚙️([^\\u4e00-\\u9fa5⚙️]+|[零〇一二三四五六七八九十百千万\\s]+|(?!第[零〇一二三四五六七八九十])[\\u4e00-\\u9fa5]+)⚙️/g,'$1').split('📑');\nl=result.length-1;\nwhile(l)if(r=result[--l].match(/^(\\n+(?:[^\\n]{1,30}\\n+){1,3})([\\S\\s]+)$/))result[l]=r[1]+r[2].replace(/⚙️/g,'');\nresult.join('📑')\n.replace(/—/g,\"─\")\n.replace(/[·۰•・]/g,\"・\")\n.replace(/\\s*(?:︴[^\\n　]+\\s+)*📑\\s*|^\\s*(︴[^\\n　]+\\s+)*|\\s*(?:　　|\\n)(?:[\\s&#a-zA-Z0-9]*;)?[\\s　?]*/g,\"☯\")\n.replace(/(?:︴[^☯]*☯)+(?=︴)|☯(?:温馨|[^a-zA-Z0-9\\u4e00-\\u9fa5☯]+)提示.?[:：][^☯]+|☯[^☯]+字体不会安装.?请百度[^☯]+|☯.{0,2}正版订阅在阅文旗下的起点和QQ书城，可以第一时间看到最新章节.{0,2}(?=☯)|︴\\s*第?[〖【『「（《〈〔［｛\\[{(][^☯]+(?=☯)|☯第\\s*[（(][^（()）]+[)）][頁页](?=☯)|[^☯]*(?:关注|[微vVＶｖ][^\\u4e00-\\u9fa5A-Za-z0-9]*[信xXｘＸ]|公[^\\u4e00-\\u9fa5]*众[^\\u4e00-\\u9fa5]*号){2,}[^☯]*|(?:&#?[a-z0-9]*;?)+(?=;|☯);*|read[sx][；;?？]+/g,\"\")\n.replace(/\\s+/g,\" \")\n.replace(/☯[ ☯]*/g,\"\\n\")\n.replace(/(\\n[〖【『「（《〈〔［｛\\[{(]?)([pPＰｐ][SsｓＳ]+(?=[ ：:;；，,、。.─\\d\\u4e00-\\u9fa5])[^\\n]+)/g,\"$1🌕$2\")\n.replace(/\\[\\[\\[[^\\[\\]]+http:file2.qidian.comchapters(.{5,6})(..)([^\\[\\]]{35})\\]\\]\\]/g,'<img src=\"http://file2.qidian.com/chapters/$1/$2/$3\">')\n.replace(/(<img )[^>]*(src=\"[^\"]+\")[^>]*(>)|((?: ?[＋+－-]?[0-9０-９]+(?:[．.／/][0-9０-９]+)?[％%:：]?[a-zA-Z]*)+ ?|[ _＿－-]?[a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９]+)/g,\"$1$2$3☯$4☯\")\n.replace(/☯[・。](?=☯)/g,\"☯.\")\n.replace(/,\\n/g,\"，\")\n.replace(/!(?=\\n)/g,\"！\")\n.replace(/\\?(?=\\n)/g,\"？\")\n.replace(/(<[^<]+)☯☯/g,\"⚙️$1⚙️\\n\")\n.replace(/(?:\\n[^āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─🌕︴\\n]+|([。？！…”』」】〗])[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─☯︴\\n]+[\\u4e00-\\u9fa5]+)?[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─⚙️☯︴\\n]+(?=\\n)|[^☯!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛｝］〕〉）＞’”》」』】〗]*☯([a-zA-ZＡ-Ｚａ-ｚ]*[āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ][a-zA-ZＡ-Ｚａ-ｚ]*)☯[^☯!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛｝］〕〉）＞’”》」』】〗]*/g,\"$1$2\")\n.replace(/[^!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜<（〈〔［｛({\\[\\]})｝］〕〉）>＞’”》」』】〗︴🌕]*(?:☯[^.．!(),\\n\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗⚙️]+|([^☯!(),\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘<＜（〈〔［｛({\\[\\]})｝］〕〉）＞>’”》」』】〗⚙️])(?!\\1)|☯(?=[^☯!(),\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗][!(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗])|[〖【『「（《〈〔［｛\\[{(][^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[)｝］〕〉》）」』】〗\\]}]){4,}|[^；;％%～~?？!！\"'”’。…─\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[〖【『「（《〈〔［｛\\[{(][^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[)｝］〕〉》）」』】〗\\]}](?:[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+(?=[)｝］〕〉》）」』】〗\\]}]))?/g,\"📑\")\n.replace(/([；;％%～~?？!！\"'”’。…─])📑(?=[)｝］〕〉》）」』】〗\\]}])/g,'$1')\n.replace(/(?:([\\n。？！])[^\\n。？！]{1,10})?[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*(?:☯[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]☯|📑|🌕)[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[｝］〕〉》）」』】〗\\]})](?:[^。]{0,5}(?:[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*(?:☯[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]☯|📑)[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[｝］〕〉》）」』】〗\\]})]|[^📑!,()\\s\\u4e00-\\u9fa5、，：；？！。…─‘’“”（）《》〖〗【】]+))*(?:(?:[^\\n]{1,10}|(?:[\\u4e00-\\u9fa5]{0,5}[，、])*[\\u4e00-\\u9fa5]+[！。]?)(?=\\n))?/g,\"$1\")\n.replace(/((?:[请請][记記]住)?[^⚙️🌕📑︴*\\n(),\\u4e00-\\u9fa5、，：；？！。…─「」‘’“”（）《》〖〗【】]*(?:(?:[^⚙️🌕📑︴*\\n(),\\u4e00-\\u9fa5、：，；？！。…─「」‘’“”（）《》〖〗【】]+[*(), \\u4e00-\\u9fa5、，:：；？！。…─「」‘’“”（）《》〖〗【】]{1,3})*[^*︴📑☯⚙️🌕\\s&;(),āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜa-zA-ZＡ-Ｚａ-ｚ0-9０-９\\u4e00-\\u9fa5、,，:：;；?？!！。…～~─'\"‘’“”【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}％%・/／＝=_＿.．＋+－-]+(?!(?:[^>]+>)?⚙️)|☯[^☯\\n]+☯\\.☯[^☯\\n]+☯|本[文书](?:首发|来自)|(?:章节不完整.?|完整章节)?请.{2,6}(?:搜索|百度|引擎|关键[词字])+|(?:[阅閱][讀读]|访问|訪問|[網网地][站址]|链接|鏈接|[\\u4e00-\\u9fa50-9a-zA-Z]{0,4}(?:文学|中文|[網网]))+[:：]|[\\u4e00-\\u9fa50-9a-zA-Z]{0,6}(?:[網网地][站址]|链接|鏈接)为|.{2,4}文[学學][網网]|[请請].{2,4}收藏(?:.{0,2}推[荐薦])?|(?:天才)一秒[記记]住|，?請?訪問|(?:[更最][快新]|[快高]速|热门|(?:[阅閱][讀读])?完整|本|(?:官[網网]|本站).{0,2})(?:章[節节]|小说|更新|[網网地][址站][:：]?|快速)|更新(?:速度)?[最更]?快|(?:(?:无错)?小说|正版|免费|全[文本]|在线|访问|訪問|txt|TXT|继续|各种|推[荐薦]|收藏|分享|交流|你?喜欢的)+(?:全文|免费|在线|[阅閱]?[讀读]|下载|章[節节]|小说|好书)|章[節节](?:目录|列表)|小说[網网](?:更新)?|手打全文|[纯全](?:手打|文字)|手机看书|手机版|笔趣阁|(?:本站|[網网]站|站内|看)?无(?:任何)?(?:广告|弹窗|防盗)(?:章节)?|不弹窗|(?:(?:請|请|或者?)?(?:訪問|访问|[電电手][腦脑机機]|[網网][址站]|用[户戶]|浏览|瀏覽|閱讀|阅读|看小说|看漫画)){2,}|看小说|看漫画|(?:用[^\\n]{2,6})?(?:[追看]书|小说)(?:就用|软件|☯[^☯]+☯)，?|用[^\\n]{2,6}[追看]书|(?:..的)?(?:最佳选择|阅读体验)|(?:推[荐薦]|收藏|分享)(?:本站|我们)|小说..版|文章质量更好|谢谢各位(?:读者|书友)支持|水印广告测试|本章未完|请翻页|点击下一页|领.{0,2}红包|同步更新《[^《》]+》|关注[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+[)｝］〕〉》）」』】〗\\]}])(?:[* (),\\u4e00-\\u9fa5、，：；？！。…─‘’“”（）《》〖〗【】]{0,3}[^⚙️📑*\\n(),\\u4e00-\\u9fa5、，：；？！。…─「」‘’“”（）《》〖〗【】]+|[….。!！]+(?=\\n))*|⚙️(?!<)[^⚙️\\n]+⚙️)/g,\"\\n⚙️$1⚙️\\n\")\n.replace(/⚙️(<[^<>]+>)⚙️\\n|[〖【『「（《〈〔［｛\\[{(](?:[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]{0,3}\\n⚙️(?!\\s*\\S\\s*⚙️).+⚙️\\n*)+[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]{0,3}[)｝］〕〉》）」』】〗\\]}]|(🌕)\\s*⚙️|⚙️\\n[^\\u4e00-\\u9fa5]{0,5}\\n⚙️|\\n⚙️\\s*(\\S)\\s*⚙️\\n(?![^⚙️]{1,3}⚙️)|(⚙️\\n)|([，、；])[\\s,，。、…:：;；?？!！`’]*[,，。、…:：;；?？!！`’](?!⚙️)|\\n[\\s,，。、…:：;；?？!！`’]*(?=[,，。、:：;；?？!！])|([：？！。…─])(?:[^⚙️☯a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n…─“‘’”〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+(?=\\n)|[^⚙️☯a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n…─“‘’”〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+)|☯/g,\"$1$2$3$4$5$6\")\n.replace(/([)）？！?!…」』”\\s。])(?:[^\\n（(🌕)）”』」’。]{0,5}(?:(?:\\n⚙️.+⚙️\\n|[^（()）\\n”』」。]{0,5}📑)[^（()）\\n。]{0,5}(?:\\n⚙️.+⚙️(?:\\n(?=\\n⚙️|[^（()）\\n]{1,5}\\n))?|[^（()）\\n。]{0,5}📑(?:[^📑]{1,5}(?=\\n⚙️))?)+(?:[^（()）\\n]{1,5}(?=\\n))?|(?:(?:(?:\\n⚙️.+⚙️\\n|[^（()）\\n。]{0,5}📑)[^（()）\\n]{0,5}){2,}|[^（(🌕)）”』」’\\n。]{0,5}(?:(?:請|关键[词字]|[電电手][腦機]|用戶|瀏覽|[阅閱]讀|推[薦荐]|收藏|分享|文章质量|谢谢(各位|支持|大家)|水印|翻页|点击|下[一\\s]*[页頁篇章回节節话話]|免费|热门|官网|正版|在线|同步|下载|文学|中文|章节|[本网][站址]|站内|小说|更新|无错|[本全][文本章]|首发|广个?告|弹窗|防盗|访问|訪問|txt|TXT|读者|书友|百度|[插说]一?[下句]话?，[\\u4e00-\\u9fa5]{0,5})[^（()）\\n]{0,5})*(?:📑|\\n⚙️[^\\n]+⚙️\\n)[^（()）\\n]{0,5}(?:(?:請|关键[词字]|[電电手][腦機]|用戶|瀏覽|[阅閱]讀|推[薦荐]|收藏|分享|文章质量|谢谢(各位|支持|大家)|水印|翻页|点击|下[一\\s]*[页頁篇章回节節话話]|免费|热门|官网|正版|在线|下载|同步|文学|中文|章节|[本网][站址]|站内|小说|更新|无错|[本全][文本章]|首发|广个?告|弹窗|防盗|访问|訪問|txt|TXT|读者|书友|百度)[^（()）\\n]{0,5})*|[^（(🌕)）\\n”』」’。]{0,3}\\n⚙️.+⚙️\\n[^（()）\\n。]{0,3})(?:[\\u4e00-\\u9fa5]+[！。]?|[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n]+)?(?=\\n)))+|\\n⚙️[^\\u4e00-\\u9fa5]+⚙️\\n|📑|\\s*︴\\s*|\\n?⚙️\\n?|\\n[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n]{2,}\\n[^🌕a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n“《‘【〖『「]*/g,\"$1\")\n.replace(/(?:(?:\\n🌕[^\\n]*)+(?:\\n+[^\\n]+){0,4}|\\n(?:[(（{｛][^(（<{｛｝}>）)]*(?:(?:[(（{｛][^(（<{｛｝}>）)]*[）)｝}])[^(（<{｛｝}>）)]*)*[）)｝}]?\\s*)+|[^\\n]*起点(?:原创|中文)[^\\n]*|[〖【『「（《〈〔［｛\\[{(]?未完待续[^\\n]*)[^\\u4e00-\\u9fa5<>]*$|^\\s*(?:(?:[^\\n]+\\n+){0,4}(?:🌕[^\\n]*\\n?)+|(?:[(（{｛][^(（<{｛｝}>）)]*(?:(?:[(（{｛][^(（<{｛｝}>）)]*[）)｝}])[^(（<{｛｝}>）)]*)*[）)｝}]?\\s*)+|，[^\\n]+)\\n|(?:^|\\n)[^a-z0-9A-Z\\u4e00-\\u9fa5]*(?=\\n)|🌕|\\n\\s*[a-zA-Z]+\\s*$/g,\"\")}"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "intro": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "@get:{au}",
      "bookList": "@js:jsoup=org.jsoup.Jsoup.parse;\nfor(i=0,r=jsoup(src);i<100;i++){\ner=r.select(\".b_algo:not(:has(:matches(^(广告|推广|手游)$)))\");\nif(er.size()){break\n}else r=jsoup(java.ajax(baseUrl));\n}er",
      "bookUrl": "h2 a@href",
      "coverUrl": "",
      "intro": "p@text",
      "kind": "@js:java.get(\"类\")",
      "lastChapter": "h2 a@href##[^/]+//",
      "name": "h2 a@text\n@js:re=String(src).replace(/\\s*(?:&nbsp;)+\\s*/g,\" \").replace(/\\s*<\\/?(?:strong|i)>\\s*/g,\"\");\nif(类=re.match(/(?:[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】》]|<[^a/][^>]*>|<\\/[^>]+>)(?:[分大]\\s*类|类\\s*[型别])(?:[:：\\s]|<[^>]+>)+([^\\s<\"./／｜|>]+)/))java.put(\"类\",类[1]);\nkey=java.get(\"key\");\nax=java.get(\"aut\");\njava.put(\"源\",r=(r=result.match(/(.{0,2})《([^《》]+)》(.{0,3})/))&&r[3]!=\"作品集\"&&!r[1].match(/新[书作]/)?r[2]:result);\n\nr=r.replace(/^(简介页|详情页|目录页|正版|全本|免费阅读|[\\s。.,_/|《「『【〖（(\\[\\])）〗】』」─—-]+)+/,\"\").replace(/(?!^)[^\\u4e00-\\u9fa5a-zA-Z0-9]*(?:笔趣阁|思路客|燃文|小说|漫画|手机)?(?:[.|,_/\\s「『【〖（(\\[\\])）〗】』」。─—-]|(?:人工|机器|电脑)?校正|精校|完[整结]|加料|番外|未删节|简介|全[文本集]|下载|(?:小说|漫画|大全|正版(?:小说|漫画)?|免费|免费小说|免费漫画|免费全[文本]|在线|最[新快]|全部|手机|电脑)(?:全[文本集部]|大全|免费|在线|阅读|下载|章节|小说|更新|漫画|\\.)|([^a-zA-Z0-9])(?:azw|mobi|epub|txt)(?![a-zA-Z0-9])|(?:最全)?(?:章节|目录|列表){2,}|更新章节最快|无广告|(?::顶点)?无弹窗|无防盗|小说网|手打全文|[纯全](?:手打|文字)|\\s*by\\s*(?=[\\u4e00-\\u9fa5]))[\\S\\s]*/i,\"$1\");\n\nif(ax==\"#\"||!~re.indexOf(ax)){\nax=re.match(/《([^《》]+)》作品集|[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】《》>]作\\s*者(?:[:：\\s“\"'(（]|<[^it\\/][^>]*>|<\\/[^>]+>)+(?![^\\s<(《“（）”》)>\\/\\[\\];?!,、，；？！。…─［］〖〗【】]*\\.{3}<)([^\\s<(《“（\"'）”》)>\\[\\];?!,、，；？！。…─［］〖〗【】/／｜|:：]+?)(?=(?:其[他它]|小说|[更最][快新]|\\.\\s*)?..[:：]|所?写?的《|[\\s<(《“（\"'）”》)>\\[\\];?!,、，；？！。─［］〖〗【】/／｜|])/);\nif(!ax){\nax=re.match(new RegExp(r+\"[^a-z0-9A-Z\\\\u4e00-\\\\u9fa5]*([^\\\\s]+?)\\\\s+著|(?:由|原创)(?:(?:原创|网络)?作[家者])?(?![\\\\u4e00-\\\\u9fa5a-zA-Z0-9_-]*(?:[书网]友|网)所?提供)([\\\\u4e00-\\\\u9fa5a-zA-Z0-9_-]+?)(?:为大家)?(?:所作|所?(?:(?:[精倾]心)?[创著]作|提供|写?的(?:《|\"+r+\")))\"));\nif(!ax)ax=result.match(/[^.|,_/\\s\\[\\]（()）【〖〗】。-]+[（(](?![^\\s]+[\\s、：；？！…─“‘《〖【，。:;?!\"'】〗》’”][^(（）)]+|(?:连载中?|完本|大结局|上|中|下|[\\s.一二三四五六七八九十百千万〇零0-9]+)[）)])([^（()）]+?)(?:(?:\\s+|所)?著|的?新书|[/／｜|][^)）]+)?[)）]/)}\nax=ax?ax[1]||ax[2]:\"\"}\n\nif(!ax.length&&~re.indexOf(key)&&!~r.indexOf(key))ax=key;\n\nif(r.indexOf(ax)>0&&!~key.indexOf(r))r=r.split(ax)[0].replace(/[:：]$/,'');\n\nzt=[(小说=key.indexOf(\"小说\"))&&小说^(长=key.length-2),(有声=key.indexOf(\"有声\"))&&有声^长];\nif(zt[0]&&zt[1]){\nrez=\"(?!^)(有声|小说|有声小说)$|^(有声|小说|有声小说)(?!$)\"\n}else if(zt[1]){\nrez=\"(?!^)有声$|^有声(?!$)\"\n}else if(zt[0]){\nrez=\"(?!^)小说$|^小说(?!$)\"\n}else rez=\"☯\";\nif((漫画=key.indexOf(\"漫画\"))&&漫画^长)rez+=\"|(?!^)漫画$|^漫画(?!$)\";\n\nix=r.replace(new RegExp(rez),\"\").split(/[：:]/);i=0;\nwhile(i<ix.length){x=ix[i];\nif(~x.indexOf(key)||~key.indexOf(x))break;i++}\nif(i==ix.length)i=0;\n\njava.put(\"au\",ax);\njava.put(\"bb\",ix.slice(i,i+2).join(\":\"))",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "@js:if(java.get(\"单\")==''){\nsrc=org.jsoup.Jsoup.parse(src);\n\nif((result=java.get(\"录\"))==\"\"){if(页=(result=src.select('a[href~=\\\\S]:matches(下[一\\\\s]*[页頁]|下[一二三四五六七八九十百千万〇零0-9]{2,}章):not([href~=^#|javascript:])')).size())result=result.first().attr('href')\n}else{网=String(result).split(\"🌕\");\nfor(i=3,页=+网[0],result=网[1]+2+网[3];i<=页;i++)result+='\\n'+网[1]+i+网[3];\nresult=String(result)}\n\nif(页)java.put(\"页\",/,/.test(book.tocUrl)?result.split('\\n').join(',{\"webView\":true}\\n')+',{\"webView\":true}':result);\n\n嗅=()=>String(src).match(/[\\[(]([\"'])<[a-z]+[ >][^\\[\\]()]+<\\/a>(?:[^\\[\\],()]*<\\/[a-z]+>)?\\1[\\])]/);\n转=it=>it.replace(/\\\\[Uu]([0-9a-zA-Z]{4})/g,(_,it)=>String.fromCharCode(parseInt('0x'+it)));\n兜=()=>src.select(':matchesOwn(^$|[0-9〇一二三四五六七八九十])>a:matches(\\\\S):not(:has(*>*>:not(span)),[href~=(?i)passport|\\\\.aspx$|\\\\.php$|^https://[^/]+(/|index\\\\.[a-z]+)?$|(^|[^/])[?/].*((book|[^a-z])(info|case|page|reg|Game|Play)[^a-z]|buy[^a-z]|SystemInfo|hot|sort|desc|asc|top|coins|nutrition|review|ticket|update|(app|author|xiazai|down)(?!=))|/list\\\\d*([/_-][^/_-]+/?)?$|\\\\d+_\\\\d+_\\\\d+|target=iframe|https%],:matches((?i)^((点击|软件|应用|安装|客户|移动|手机|电脑|安卓|苹果|下载|阅读|pc|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub)[\\\\s.端版]*(?=$|点击|软件|应用|安装|客户|移动|手机|电脑|安卓|苹果|下载|阅读|pc|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub)|[A-Za-z0-9\\\\u4e00-\\\\u9fa5]?返回.*(简介|书页|目录)[A-Za-z0-9\\\\u4e00-\\\\u9fa5]?|[<>-]+|\\\\d+-\\\\d+章|书页|目录|简介|[上下首尾]([一\\\\s]*[页頁]|[\\\\s\\\\d零〇一二三四五六七八九十百]*章)|[↑\\\\[]?[倒正反逆顺順]序[↓\\\\]]?)$))');\n\nif((zt=java.get(\"嗅\"))!=''){\nif(zt>0&&(嗅=嗅())){\nsrc=嗅[0];\nif(zt==2)src=转(src);\nsrc=org.jsoup.Jsoup.parse(src)}\nsrc.select(java.get(\"除\")).remove();\nif(java.get(\"兜\")==1)src=兜();\nsrc=src.select(java.get(\"查\"))\n\nif(!页){for(首=String(java.get(\"首\")).split('\\n'),ss=src.size(),i=0;i<ss;i++)if(首[i]!=src.get(i)){\nif(i>1)src.subList(1,i).clear();break;}}\n\n}else{\nbook.putVariable(\"除\",除=\"meta,link,a:has(img),\"+((zt=java.get(\"全\")!=1)?\"a[href$=\"+String(book.tocUrl).replace(/,\\{\"webView\":true\\}|^.{8}[^/]*/g,'')+\"],\":\"\")+(基=String(java.get(\"基\")),基==''?'':\"a[href$=\"+基.replace(/^.{8}[^/]*/,'')+\"],\")+\"a[href~=javascript:|#|[a-z]+[A-Z][a-z]+Id[=_-]|[^/][/?&]sub[A-Z]|action=list],a:matches(^$|最新章节$|^[^\\\\u4e00-\\\\u9fa5A-Z0-9]*(正文|.{0,2}书架|(免费|在线|开始|立即|全文|从头|点击|正文)+[试阅]读|[^\\\\s\\\\d外内楔前后卷篇章]*(更新调整|[两一二三四五六七八九十]+连更|作者[:：给要有]|双倍月票|感言|推书|推[a-z0-9A-Z_\\\\u4e00-\\\\u9fa5-]+书|[求个请投点下张](月?票|收藏|订阅|推荐)|(感谢|作者)[^\\\\s]*(读者|书友|大家|各位)|[书点]评[^\\\\s]*活动|[没有空]更新|没时间更新|请个?假|关于本书|关于更新|打赏名单|起点活动)[^\\\\s]*)[^\\\\u4e00-\\\\u9fa5A-Z0-9]*$)\");\n\nbook.putVariable(\"嗅\",(基=嗅())?(src=org.jsoup.Jsoup.parse((zt=/\\\\[Uu]([0-9a-zA-Z]{4})/.test(基=基[0]))?转(基):基),zt)?2:1:0);\nsrc.select(除).remove();\n\nif(zt=java.get(\"全\")!=1){\n找=ll=null;\n$=it=>(qc=ll,查=找,ll=src.select(找=it)).size()>14&&(查=it,src=re=ll);\n\nif(!(((ck=java.get(\"ck\"))!=\"\"&&$(\"[href~=\"+ck+\"(?!index(/|\\.[a-z]+)?$)[^.?/_-][^&/_-]*/?$|/[vV][iI][pP][_-]?([Rr]ead|[Cc]hapter|action=article)|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&]*$]\"))||$(\"[href~=^[a-z0-9]+(/|\\\\.[^./]+)?$]\"))){\nif(qc&&qc.size()>ll.size())找=查,ll=qc;\n\n$=it=>(re=src.select(it)).size()&&(查=it,src=re);\n\nif(!($(\"[data-cid]\")||$(\"[href~=(?i)(^|[/_-])(chapter|read)+([_-]?id)?/[^/_-]+[/_-][^/_-]+]\")||$(\"[href~=(?i)(^|[&?/_-](book|novel|comic|manhua|mh?)?)(chapter|read)+([_-]?id)?[?/=]]\")||$(\"[href~=(?i)[&?/_-]cid[&?/_=-]]\")||$(\"[data-href]\"))){\nsrc=兜();\nbook.putVariable(\"兜\",1);\n\nba=(ba=String(java.get(\"ba\"))).match(/(\\?(?:[^=]+=)+)(.+)$/)||ba.match(/(?:[^/_-][/_-]([^/._-]+))?[/_-]([^/._-]+)(?:\\/|\\/index[^/]*|\\.[^/.]+)?$/);\n\nif(xi=(id=ba[2]).match(/\\?[^=]+=([^&]+)/)||id.match(/^[^\\d%]*(\\d{2,}|[1-9])$/)||ba[1]&&ba[1].match(/^[^\\d%]*(\\d{2,})$/))id=xi[1];\n\n$(\"[href~=([^\\\\d]|^)\"+id+\"[/_&-][^\\\\d]*\\\\d+]:not([href~=\"+id+\"[^\\\\d]*$]),[href~=/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[a-zA-Z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?]*$|([^\\\\d]|^)\"+id+\"[/_&-][^\\\\d]*\"+id+\"(/|\\\\.[^.]+|&.+)?$]\")||$(\"[title]\")||$(\"[href~=/view/\\\\d+\\\\.[a-zA-Z]+$]\")}\nif(re.size()<ll.size())查=找,src=ll}}\n\nif(!(zt&&re.size()))src=src.select('a'),查='a';\nif(查)book.putVariable(\"查\",查);\nif(页)java.put(\"首\",src)}\n\nsrc}else if((list=java.get(\"单\"))!=1){\n\nif((网=String(list).split(\"🌕\")).length>1){\nfor(i=+网[2],x=+网[0],j=2,list=\"<a href='\"+baseUrl+\"'>正文1</a>\";i<=x;i++,j++)list+=\"<a href='\"+网[1]+i+网[3]+\"'>正文\"+j+\"</a>\"}\n\norg.jsoup.Jsoup.parse(list).select('a')\n\n}else org.jsoup.Jsoup.parse(\"<a href='\"+baseUrl+\"'>正文</a>\").select('a')",
      "chapterName": "text",
      "chapterUrl": "href@js:chapter.putVariable(\"next\",'a[href~=(?:^|[?/])'+(r=result.trim().replace(/([*$|?+(){}\\[\\]\\^\\\\])/g,'\\\\$1')).match(/[^?/=.]+(?:=(?![01]$)[^=]+)*(?=\\/*$|\\.[^?/.]+$|=[01]$)/)[0]+'[=/_-]2(?:\\\\/|\\\\.[^?/.]+)? *$]@href||a[href~=(?:^|[?/])'+r.replace(/\\d+(?=[^\\d]*$)/,it=>+it+1)+' *$]@href||');result+java.get(\"动\")",
      "nextTocUrl": "@js:java.get(\"页\")"
    },
    "searchUrl": "https://cn.bing.com/search?first={{(page-1)*10+1}}&q={{\nkey=key.trim();aut=\"#\";\nif(ke=key.match(/^([单跳逆动静字图]+)\\^([\\S\\s]+)/))key=ke[2],java.put(\"custom\",ke[1]);\nz=key.lastIndexOf(\"#\")+1;\ns=key.lastIndexOf(\"$\");\nif(/\\$[a-zA-Z0-9/._-]+$/.test(key))key=key.slice(0,s).concat(\" site:\",key.slice(s+1));\ns=s+1?s:key.length;\nas=key.slice(z?z:s,s);\nif(!/^\\s*$/.test(as)){\naut=as.match(/[^\\s\"]+/)[0];\nkey=key.slice(0,z-1).concat(\" \",key.slice(z))}\njava.put(\"aut\",aut);\njava.put(\"key\",key.match(/[^\\s\"]+/)[0]);\nkey}}",
    "weight": 0
  },
  {
    "bookSourceComment": "25-04-05 靈狐 制\n25-08-18 修复正文解密\n部分书详情页封面无法访问可使用搜索封面规则",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "3A小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.aaawz.cc",
    "customButton": false,
    "customOrder": 9,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": false,
    "eventListener": false,
    "header": "@js:JSON.stringify({\n  'Accept': \"application/json, text/plain, */*\",\n  'origin': source.key,\n  'referer': source.key+\"/\",\n  'accept-language': \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"\n})",
    "jsLib": "function decompressFromBase64(input) {\n    if (input == null) return '';\n    if (input === '') return null;\n\n    const base64Alphabet = \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\";\n    const lookup = {};\n    for (let i = 0; i < base64Alphabet.length; i++) {\n        lookup[base64Alphabet.charAt(i)] = i;\n    }\n    function getValue(char) {\n        return lookup[char];\n    }\n\n    function decompress(length, resetValue, getNextValue) {\n        const dictionary = [];\n        let dictSize = 4;\n        let bits = 3;\n        let result = [];\n        let data = { val: getNextValue(0), position: resetValue, index: 1 };\n\n        // 读取初始控制代码（2 位）\n        let res = 0;\n        let maxPower = Math.pow(2, 2);\n        let power = 1;\n        while (power != maxPower) {\n            let bit = data.val & data.position;\n            data.position >>= 1;\n            if (data.position == 0) {\n                data.position = resetValue;\n                if (data.index > length) return '';\n                data.val = getNextValue(data.index++);\n            }\n            res |= (bit > 0 ? 1 : 0) * power;\n            power <<= 1;\n        }\n\n        let next;\n        switch (res) {\n            case 0: // 8 位字符\n                res = 0;\n                maxPower = Math.pow(2, 8);\n                power = 1;\n                while (power != maxPower) {\n                    let bit = data.val & data.position;\n                    data.position >>= 1;\n                    if (data.position == 0) {\n                        data.position = resetValue;\n                        if (data.index > length) return '';\n                        data.val = getNextValue(data.index++);\n                    }\n                    res |= (bit > 0 ? 1 : 0) * power;\n                    power <<= 1;\n                }\n                next = String.fromCharCode(res);\n                break;\n            case 1: // 16 位字符\n                res = 0;\n                maxPower = Math.pow(2, 16);\n                power = 1;\n                while (power != maxPower) {\n                    let bit = data.val & data.position;\n                    data.position >>= 1;\n                    if (data.position == 0) {\n                        data.position = resetValue;\n                        if (data.index > length) return '';\n                        data.val = getNextValue(data.index++);\n                    }\n                    res |= (bit > 0 ? 1 : 0) * power;\n                    power <<= 1;\n                }\n                next = String.fromCharCode(res);\n                break;\n            case 2: // 结束\n                return '';\n        }\n\n        // 初始化字典\n        dictionary[0] = '';\n        dictionary[1] = '';\n        dictionary[2] = '';\n        dictionary[3] = next;\n        let w = next;\n        result.push(next);\n\n        // 主解压循环\n        while (data.index <= length) {\n            let code = 0;\n            maxPower = Math.pow(2, bits);\n            power = 1;\n            while (power != maxPower) {\n                let bit = data.val & data.position;\n                data.position >>= 1;\n                if (data.position == 0) {\n                    data.position = resetValue;\n                    if (data.index > length) break;\n                    data.val = getNextValue(data.index++);\n                }\n                code |= (bit > 0 ? 1 : 0) * power;\n                power <<= 1;\n            }\n\n            if (data.index > length && code === 0) break;\n\n            switch (next = code) {\n                case 0: // 新 8 位字符\n                    res = 0;\n                    maxPower = Math.pow(2, 8);\n                    power = 1;\n                    while (power != maxPower) {\n                        let bit = data.val & data.position;\n                        data.position >>= 1;\n                        if (data.position == 0) {\n                            data.position = resetValue;\n                            if (data.index > length) return result.join('');\n                            data.val = getNextValue(data.index++);\n                        }\n                        res |= (bit > 0 ? 1 : 0) * power;\n                        power <<= 1;\n                    }\n                    dictionary[dictSize++] = String.fromCharCode(res);\n                    next = dictSize - 1;\n                    break;\n                case 1: // 新 16 位字符\n                    res = 0;\n                    maxPower = Math.pow(2, 16);\n                    power = 1;\n                    while (power != maxPower) {\n                        let bit = data.val & data.position;\n                        data.position >>= 1;\n                        if (data.position == 0) {\n                            data.position = resetValue;\n                            if (data.index > length) return result.join('');\n                            data.val = getNextValue(data.index++);\n                        }\n                        res |= (bit > 0 ? 1 : 0) * power;\n                        power <<= 1;\n                    }\n                    dictionary[dictSize++] = String.fromCharCode(res);\n                    next = dictSize - 1;\n                    break;\n                case 2: // 结束\n                    return result.join('');\n            }\n\n            if (dictSize - 1 >= Math.pow(2, bits) - 1) bits++;\n\n            let entry;\n            if (dictionary[next]) {\n                entry = dictionary[next];\n            } else if (next === dictSize) {\n                entry = w + w.charAt(0);\n            } else {\n                return null;\n            }\n\n            result.push(entry);\n            dictionary[dictSize++] = w + entry.charAt(0);\n            w = entry;\n\n            if (dictSize - 1 >= Math.pow(2, bits) - 1) bits++;\n        }\n\n        return result.join('');\n    }\n\n    return decompress(input.length, 32, (index) => getValue(input.charAt(index)));\n}",
    "lastUpdateTime": 1756047901346,
    "loginCheckJs": "let url = result.url()\nlet body = result.body()\nif(url.includes('-chapter-')){\n let data = java.base64DecodeToByteArray(body)\n let iv = data.slice(0,16)\n let x = java.createSymmetricCrypto('AES/CBC/PKCS7Padding',java.strToBytes('123#2^0@0vm@08.b5%$1[A]1&4115s(('), iv)\n body = x.decryptStr(data.slice(16, data.length))\n}\nPackages.io.legado.app.help.http.StrResponse(url, decompressFromBase64(String(body).replace(/\\s/g,'')))",
    "respondTime": 2043,
    "ruleBookInfo": {
      "author": "author",
      "coverUrl": "imgurl",
      "intro": "intro",
      "kind": "lastupdate@js:java.timeFormat(result[0]*1000)",
      "lastChapter": "{{$.lastchapter}}·{{java.timeFormat(java.getString('$.lastupdate')*1000)}}",
      "name": "articlename",
      "tocUrl": "/api-chapterlist-{{$.tid}}-{{$.siteid}}"
    },
    "ruleContent": {
      "content": "@js:result"
    },
    "ruleSearch": {
      "author": "author##<\\/?em>",
      "bookList": "data.books",
      "bookUrl": "/api-info-{{$.tid}}-{{$.siteid}}",
      "coverUrl": "tid@js:let sid = java.getString('siteid');\n'/bookimg/'+sid+'/'+result%100+'/'+result+'.jpg'",
      "kind": "lastupdate",
      "lastChapter": "lastchapter&&lastupdate##\\n##·",
      "name": "articlename##<\\/?em>"
    },
    "ruleToc": {
      "chapterList": "*",
      "chapterName": "title",
      "chapterUrl": "{{baseUrl.replace('list-','-')}}-{{$.cid}}",
      "updateTime": "{{java.timeFormat(java.getString('$.update')*1000)}}更新 {{$.wordNum}}字"
    },
    "searchUrl": "/api-search,{\n  \"method\": \"POST\",\n  \"body\": 'keyword={{key}}&page={{page}}&size=10'\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "Write by-深院锁清秋(星眠)\n春节系列\n不限下载（不要太离谱）\n极简&纯阅&免密钥版\n推荐入群：暂不开放\nUpdate:\n -2026/2.7 编写",
    "bookSourceGroup": "API",
    "bookSourceName": "🍓番茄免费小说-[春节限定版]",
    "bookSourceType": 0,
    "bookSourceUrl": "https://xingmian.cmcure.com",
    "customButton": false,
    "customOrder": 10,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nb = [\n  {\n    \"title\": \"我的书架\",\n    \"url\": \"https://fanqienovel.com/reading/bookapi/bookshelf/info/v:version/?aid=1967&iid=0&version_code=56910&update_version_code=56910\",\n    \"style\": {\n      \"layout_flexBasisPercent\": 1,\n      \"layout_flexGrow\": 1\n    }\n  }\n]\n\nsort0=[];//女频\nsort1=[];//男频\npush=(title, url, type1, type2)=>{\n\t\tjson = {\n\t\t\t\ttitle: title,\n\t\t\t\turl: url?url:\"\",\n\t\t\t\tstyle: {\n\t\t\t\t\t\tlayout_flexGrow: 1,\n\t\t\t\t\t\tlayout_flexBasisPercent: type1\n\t\t\t\t\t}\n\t\t\t};\n\t\treturn eval('sort'+type2+'.push(json)');\n\t};\n$$=(gender, tags, status, sort)=>{\n\t\treturn `https://tsearch.toutiaoapi.com/2/wap/search/extra/novel_operator?tab_name=%25E5%2585%25A8%25E9%2583%25A8%25E5%2588%2586%25E7%25B1%25BB&ala_src=novel_tag&gender=${gender}&is_finish=0&iid=2008145514494631&aid=13&app_name=news_article&version_code=692&version_name=6.9.2&abflag=3&partner=novel_tag&offset={{(page-1)*10}}&limit=10&tags=%5B%22${tags}%22%5D&creation_status=${status}&word_num=0&sort=${sort}`\n\t};\n\nstatus=\"ALL\",sort=0;\n[\n\t\t\t\t[\"女\",[[\"无敌\",384],[\"种田\",23],[\"萌宝\",28],[\"美食\",78],[\"游戏动漫\",57],[\"娱乐圈\",43],[\"直播\",69],[\"女扮男装\",388],[\"二次元\",39],[\"团宠\",94],[\"无cp\",392],[\"青梅竹马\",387],[\"病娇\",380],[\"科幻\",8],[\"武侠\",16],[\"年代\",79],[\"重生\",36],[\"灵异\",100],[\"公主\",83],[\"甜宠\",96],[\"盗墓\",81],[\"系统\",19],[\"女强\",86],[\"皇后\",84],[\"推理\",61],[\"文化历史\",62],[\"生活\",48],[\"反派\",369],[\"末世\",68],[\"悬疑\",10],[\"穿越\",37],[\"学霸\",82],[\"扮猪吃虎\",93],[\"清穿\",76],[\"穿书\",382],[\"快穿\",24],[\"皇叔\",87],[\"空间\",44],[\"宠妻\",30],[\"豪门总裁\",29],[\"影视小说\",45],[\"成功励志\",56],[\"职场\",127],[\"民国\",390],[\"都市生活\",2],[\"腹黑\",92],[\"星际\",77],[\"天才\",90],[\"古代言情\",5],[\"家庭\",125],[\"兽世\",72],[\"校园\",4],[\"诗歌散文\",46],[\"虐文\",95],[\"嫡女\",88],[\"王妃\",85],[\"精灵\",89],[\"幻想言情\",32],[\"现代言情\",3],[\"现言甜宠\",395],[\"现言脑洞\",267],[\"先婚后爱\",265],[\"都市日常\",261],[\"古言脑洞\",253],[\"古言萌宝\",249],[\"古言甜宠\",394],[\"现言日常\",269],[\"现言复仇\",268],[\"玄幻言情\",248],[\"医术\",247],[\"马甲\",266]]],\n\t\t[\"男\",[[\"玄幻\",7],[\"神豪\",20],[\"鉴宝\",17],[\"三国\",67],[\"二次元\",39],[\"历史\",12],[\"美食\",78],[\"奶爸\",42],[\"娱乐圈\",43],[\"洪荒\",66],[\"大唐\",73],[\"外卖\",75],[\"末世\",68],[\"都市\",1],[\"宠物\",74],[\"学霸\",82],[\"游戏动漫\",57],[\"科幻\",8],[\"体育\",15],[\"直播\",69],[\"年代\",79],[\"文化历史\",62],[\"诸天万界\",71],[\"海岛\",40],[\"神医\",26],[\"明朝\",126],[\"武侠\",16],[\"灵异\",100],[\"星际\",77],[\"穿越\",37],[\"剑道\",80],[\"都市修真\",124],[\"赘婿\",25],[\"盗墓\",81],[\"推理\",61],[\"无限流\",70],[\"种田\",23],[\"战争\",97],[\"天才\",90],[\"职场\",127],[\"悬疑\",10],[\"成功励志\",56],[\"重生\",36],[\"系统\",19],[\"空间\",44],[\"腹黑\",92],[\"诗歌散文\",46],[\"家庭\",125],[\"影视小说\",45],[\"生活\",48],[\"都市生活\",2],[\"扮猪吃虎\",93],[\"大秦\",377],[\"无敌\",384],[\"漫威\",374],[\"火影\",368],[\"西游\",373],[\"龙珠\",376],[\"聊天群\",381],[\"海贼\",370],[\"奥特同人\",367],[\"特种兵\",375],[\"反派\",369],[\"校花\",385],[\"女帝\",378],[\"单女主\",389],[\"神奇宝贝\",371],[\"九叔\",383],[\"求生\",379],[\"无女主\",391],[\"武魂\",386],[\"网游\",372],[\"战神\",27],[\"都市脑洞\",262],[\"都市种田\",263],[\"都市日常\",261],[\"历史脑洞\",272],[\"玄幻脑洞\",257],[\"奇幻仙侠\",259],[\"都市青春\",396],[\"传统玄幻\",258],[\"历史古代\",273]]]\n\t].map(([title,list], gender)=>{\n\t\tpush('༺ˇ»`ʚ'+title+'生频道ɞ´«ˇ༻',null,1,gender);\n\t\tlist.map([title,tags]=>{\n\t\t\t\tpush('༺ '+title+' ༻',(gender, tags, status, sort), 1,gender);\n\t\t\t\t[\"推荐\",\"评分\",\"热门\"].map((title,sort)=>{\n\t\t\t\t\t\t[ [\"[\"+title+\"]\",\"ALL\"],[\"完结\",\"Finished\"],[\"连载\",\"Loading\"] ].map([title,status]=>{\n\t\t\t\t\t\t\t\treturn push(title, $$(gender, tags, status, sort), 0.25,gender);\n\t\t\t\t\t\t\t});\n\t\t\t\t\t});\n\t\t\t});\n\t});\nJSON.stringify(\n\tb.concat(sort1).concat(sort0)\n);",
    "lastUpdateTime": 1770921699263,
    "respondTime": 185004,
    "ruleBookInfo": {
      "author": "$.author",
      "coverUrl": "<js>\nlet replaceCover = (u) => {\n    if (u.startsWith(\"https://\")) u = u.substring(8)\n    else u = u.substring(7)\n    let uArr = u.split(\"/\")\n    uArr[0] = \"https://p6-novel.byteimg.com/origin\"\n    let uArr2 = []\n    uArr.forEach((x) => {\n        if (!x.includes(\"?\") && !x.includes(\"~\")) uArr2.push(x)\n        else uArr2.push(x.split(\"~\")[0])\n    })\n    u = uArr2.join(\"/\")\n    return u\n}\n\nreplaceCover(java.getString(\"$.thumb_url\"));\n</js>",
      "init": "$.data[0]",
      "intro": "&nbsp;&nbsp;\n📕 源名：{{$.original_book_name}}\n📖 别名：{{$.book_flight_alias_name}}{{\"\\n\"+\"​\"}}\n🔍 编号：{{$.book_id}}{{\"\\n\"+\"​\"}}\n✏️ 开坑：{{$.create_time##T|\\+.*## }}{{\"\\n\"+\"​\"}}\n🏷️ 分类：{{$.complete_category##/##,}}\n🏷️ 标签：{{$.tags}}\n👥 主角：{{$.roles##\\[|\\\"|\\]}}\n👁️ 在线：{{$.read_count}}人在读{{\"\\n\"+\"​\"}}\n🔖 状态：__status__{{\"\\n\"+\"​\"}}\n📜 简介：{{$.abstract}}{{\"\\n\"+\"​\"}}\n📍 {{$.copyright_info##，.*##。}}{{\"\\n\"+\"​\"}}\n@js:\nresult\n.replace(/.+：(人在读)?\\n/g, \"\")\n.replace('__status__', (java.getString('$.book_search_visible') == 'true' ? '正常' : (java.getString('$.tomato_book_status') == '3' ? '下架' : '小黑屋')))",
      "kind": "{{$.category}},{{$.score}}分,连载{{$.creation_status}}完结,{{java.timeFormat(java.getString(\"last_chapter_update_time\")*1000)}}\n@js:\nresult\n.replace(/连载0完结/g, \"完结\")\n.replace(/连载1完结/g, \"连载\")\n.replace(/连载4完结/g, \"已断更\")\n.replace(/连载-1完结/g, \"完结\")\n.replace(/\\//g, \"-\")\n.replace(/\\s..:.*/g, \"\")",
      "lastChapter": "{{$.last_chapter_title}} • {{java.timeFormat(java.getString(\"last_chapter_update_time\")*1000)}}",
      "name": "$.book_name",
      "tocUrl": "/api/cheaper?book_id={{$.book_id}}",
      "wordCount": "$.word_number"
    },
    "ruleContent": {
      "content": "<js>\nlet res = JSON.parse(result).data.content\nfunction getComic(result) {\n  let mat = result.match(/<article>([\\s\\S]*?)<\\/article>/);\n  try {\n    let cnt = JSON.parse(\n      mat\n        ? mat[1].replace(/\\&/g, '\"').replace(/\\;/g, \"\").replace(/\\#34/g, \"\")\n        : result\n    );\n    return (mat ? cnt.skeleton.data : cnt.picInfos)\n      .map((i) => {\n        let path = mat\n          ? cnt.materials[i.element_name].data.web_uri\n          : \"novel-pic/\" + i.md5;\n        return `<img src=\"https://p3-novel.byteimg.com/origin/${path}\">`;\n      })\n      .join(\"<br>\");\n  } catch (e) { // not comic content\n    mat = result.match(/<body>([\\s\\S]*?)<\\/body>/)\n    // java.log(result)\n    return (mat ? mat[1] : result).toString().replace(/\\<\\!DOCTYPE html.*/g, \"\").replace(/\\<tt_keyword_ad.*\\<\\/tt_keyword_ad\\>/, \"\").replace(/\\<a epub.*\\>\\<\\/a\\>/g, \"\")\n  }\n}\nresult = getComic(String(res));\nresult.replace(/\\{\\!\\-\\- PGC_VOICE\\:.*\\-\\-\\}/g, \"\")\n</js>"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "<js>\nlet replaceCover = (u) => {\n// java.log(u)\nif (u.startsWith(\"https://\")) u = u.substring(8)\nelse u = u.substring(7)\nlet uArr = u.split(\"/\")\nuArr[0] = \"https://p6-novel.byteimg.com/origin\"\nlet uArr2 = []\nuArr.forEach((x) => {\n    if (!x.includes(\"?\") && !x.includes(\"~\")) uArr2.push(x)\n    else uArr2.push(x.split(\"~\")[0])\n\t})\nu = uArr2.join(\"/\")\nreturn u\n\t}\n  let list = [];\n  let resultData = JSON.parse(result).data;\n  // java.log(resultData)\n  let data;\n  if (resultData != null && resultData.book_shelf_info) {\n    data = resultData.book_shelf_info;\n    if (data != null) {\n    let requestData = { books: [] };\n    for (let i in data) {\n      requestData[\"books\"].push({\n        book_id: data[i][\"book_id\"],\n        item_id: \"0\",\n      });\n    }\n    // java.log(JSON.stringify(resultData.book_shelf_info))\n    let booksData = java.ajax(\n      'https://fanqienovel.com/api/bookshelf/multidetail,{method: \"post\",body: ' +\n        JSON.stringify(requestData) +\n        \"}\"\n    );\n    // java.log(booksData)\n    let books =  JSON.parse(booksData).data.detail_list;\n    for (let i in books) {\n      let d = books[i];\n      list.push({\n        src: d,\n        book_name: d.book_name,\n        thumb_url: replaceCover(d.thumb_url),\n        abstract: d.abstract,\n        book_id: d.book_id,\n      });\n    }\n    }\n  } else list = JSON.parse(result)[0].content\n  JSON.stringify(list)\n</js>$[*]",
      "bookUrl": "https://xingmian.cmcure.com/api/detail?bookId={{$.book_id}}",
      "coverUrl": "<js>\nlet replaceCover = (u) => {\n    if (u.startsWith(\"https://\")) u = u.substring(8)\n    else u = u.substring(7)\n    let uArr = u.split(\"/\")\n    uArr[0] = \"https://p6-novel.byteimg.com/origin\"\n    let uArr2 = []\n    uArr.forEach((x) => {\n        if (!x.includes(\"?\") && !x.includes(\"~\")) uArr2.push(x)\n        else uArr2.push(x.split(\"~\")[0])\n    })\n    u = uArr2.join(\"/\")\n    return u\n}\n\nreplaceCover(java.getString(\"$.thumb_url\"));\n</js>",
      "intro": "$.abstract##\\n",
      "kind": "男生{{$.gender}}女生\n连载{{$.creation_status}}完结\n{{$.score}}分\n{{$..text}}\n{{$.sub_info}}\n##连载0|1完结|男生0|1女生|男生女生[\\s\\S]*\n@js:result\n.replace(\"男生2女生\",\"出版\")\n.replace(\"连载4完结\",\"断更\")\n.replace(\"连载-1完结\",\"未知\");",
      "name": "$.book_name",
      "wordCount": "$.word_number"
    },
    "ruleSearch": {
      "author": "$.book_author",
      "bookList": "$.request_result.book_list[*]",
      "bookUrl": "/api/detail?bookId={{$.book_id}}",
      "checkKeyWord": "让你当咸鱼，你教貂蝉穿黑丝？",
      "coverUrl": "<js>\nlet replaceCover = (u) => {\n    if (u.startsWith(\"https://\")) u = u.substring(8)\n    else u = u.substring(7)\n    let uArr = u.split(\"/\")\n    uArr[0] = \"https://p6-novel.byteimg.com/origin\"\n    let uArr2 = []\n    uArr.forEach((x) => {\n        if (!x.includes(\"?\") && !x.includes(\"~\")) uArr2.push(x)\n        else uArr2.push(x.split(\"~\")[0])\n    })\n    u = uArr2.join(\"/\")\n    return u\n}\n\nreplaceCover(java.getString(\"$.book_cover\"));\n</js>",
      "intro": "$.book_abstract",
      "kind": "$.book_sort",
      "lastChapter": "{{$.last_chapter_name}}{{$.last_chapter_update_time}}",
      "name": "$.book_name",
      "wordCount": "$.book_word_count"
    },
    "ruleToc": {
      "chapterList": "$.contents.chapterList[*]",
      "chapterName": "$.chapter_name",
      "chapterUrl": "/api/content?item_id={{$.item_id}}",
      "updateTime": "{{$.volume_name}} | {{java.timeFormatUTC(java.getString(\"firstPassTime\") * 1000, 'yyyy-MM-dd HH:mm:ss',28800000)}}\n@js:\nif (result.startsWith(\" |\")) result = result.slice(2)\nif (result.startsWith(\"| \")) result = result.slice(2)\nresult"
    },
    "searchUrl": "/api/search?keywords={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "250101新增番茄来源\n250203新增七猫来源\n250204新增得间来源\n250204新增QQ来源(仅支持免费小说)\n250204新增熊猫看书\n250210更新日志：\n1.采用全新验证方式，之后未填写密钥，可以在阅读页登陆后刷新阅读页面即可！\n2.搜索默认改为全局搜索，目前仅支持番茄，七猫，QQ，得间，熊猫，后面的按钮是预设，后期会添加相关来源\n3.新增大灰狼书架功能，在登陆里面点击书架查看\n\n下个版本预计更新内容：\n1.预计发现页新增阅读记录和大灰狼书架栏目\n2.预计新增阅读记录，阅读过的书籍可在大灰狼书架-阅读历史中查看\n3.预计新增塔读小说，米读小说，小米阅读，猫眼看书，部分起点\n\n",
    "bookSourceGroup": "大灰狼聚合",
    "bookSourceName": "🍅大灰狼漫画5.0(独立版)",
    "bookSourceType": 2,
    "bookSourceUrl": "\u0016https://api.langge.cf/#漫画/",
    "customButton": false,
    "customOrder": 11,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": false,
    "eventListener": false,
    "lastUpdateTime": 1751381391488,
    "loginUrl": "https://api.langge.cf/login",
    "respondTime": 180000,
    "ruleBookInfo": {
      "author": "$.author",
      "coverUrl": "$.book_detail.thumb_url",
      "init": "$.data",
      "intro": "&nbsp;&nbsp;🎴当前来源：{{$.source}}\n🎯最新章节：{{$.last_chapter_title}}\n⏳更新时间：{{$.last_chapter_update_time}}\n📚书籍简介：\n{{$.abstract}}",
      "lastChapter": "$.last_chapter_title",
      "name": "$.book_name",
      "tocUrl": "/catalog?book_id={{$.book_id}}&source={{$.source}}&tab={{$.tab}}",
      "wordCount": "$.word_number"
    },
    "ruleContent": {
      "content": "$.content"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.data.data",
      "bookUrl": "/detail?book_id={{$.book_id}}&source={{$.source}}",
      "coverUrl": "$.thumb_url",
      "intro": "$.abstract",
      "kind": "$.category",
      "lastChapter": "$.last_chapter_title",
      "name": "$.book_name",
      "wordCount": "$.word_number"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data",
      "bookUrl": "/detail?book_id={{$.book_id}}&source={{$.source}}&tab={{$.tab}}",
      "checkKeyWord": "我的",
      "coverUrl": "$.thumb_url",
      "intro": "$.abstract",
      "kind": "{{$.status}},{{$.score}},{{$.tags}},{{$.last_chapter_update_time}}",
      "lastChapter": "<js>\nfunction fq_last() {\n\tlet url = `https://api5-normal-sinfonlineb.fqnovel.com/reading/bookapi/multi-detail/v/?aid=1967&iid=1&version_code=999&book_id={{$.book_id}}`;\n        let last =JSON.parse(java.ajax(url)).data[0]; \n        return last[\"last_chapter_title\"]+\" · \"+java.timeFormat(last[\"last_chapter_update_time\"]*1000);\n\t\n\t}\n\n\t\nfunction qm_last() {\n\tlet headers={'app-version':'51110','platform':'android','reg':'0','AUTHORIZATION':'','application-id':'com.****.reader','net-env':'1','channel':'unknown','qm-params':''}\n\tsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.book_id}}, 'imei_ip':'2937357107','teeny_mode':0}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key));\nheaderSign=String(java.md5Encode(Object.keys(headers).sort().reduce((pre,n)=>pre+n+'='+headers[n],'')+sign_key))\nparams['sign']=paramSign;\nheaders['sign']=headerSign;\nlet url = \"https://api-bc.wtzw.com/api/v4/book/detail?\"+urlEncode(params);\noption = {'headers':headers};\nlet last =JSON.parse(java.ajax(url+','+JSON.stringify(option)))[\"data\"][\"book\"];\nlet last2 =  `${last[\"latest_chapter_title\"]} · ${java.timeFormat(last['update_time']*1000)} `\n\treturn last2\n\t}\n\t//如果要显示最新章节，请去除注释，去除会影响搜索速度\n//if ('{{$.source}}'=='番茄'){\n//\t'番茄:'+fq_last();\n//\t} else if ('{{$.source}}'=='七猫'){\n//\t'七猫:'+qm_last();\n//\t} else {\n\t'{{$.source}} {{$.last_chapter_title}}'\n//\t\t}\n\n</js>",
      "name": "$.book_name",
      "wordCount": "$.word_number"
    },
    "ruleToc": {
      "chapterList": "$.data",
      "chapterName": "$.title",
      "chapterUrl": "<js>\nlet device;\ntry {\n    device = java.androidId();\n} catch (e) {\n    try{\ndevice = java.deviceID();\n}catch (e) {device = '';\n}\n}\n`/content?item_id={{$.item_id}}&source={{$.source}}&device=${device}&tab={{$.tab}}&version=4.6.29`;\n</js>\n",
      "updateTime": "$.volume_name"
    },
    "searchUrl": "/search?title={{key}}&tab=漫画&source=全部",
    "weight": 0
  },
  {
    "bookSourceComment": "─────当前版本Pro V50─────\n\n点击登录即可查看:\n\n0、书源制作思路\n\n1、版本更新日志\n\n2、书源用法展示\n\n3、相关问题解释\n\n───────搜索格式────────\n\n完全格式：书名#作者$网站\n简化格式1：书名$网站\n简化格式2：书名#作者\n简化格式3：书名\n\n说明：搜索“斗破苍穹#天蚕土豆$www.qidian.com”将在“www.qidian.com”中搜索名为斗破苍穹、作者为天蚕土豆的书籍\n\n──────前缀设置全体───────\n\n用法：“单跳逆原动静字图”等字后跟“^”再跟“搜索关键字”，可实现这些字对应的功能。\n\n范围：本次搜索到的所有书籍都会执行指定的功能。\n\n示例：“图^斗破苍穹”、“逆静^斗破苍穹#天蚕土豆”、“跳^斗破苍穹$www.qidian.com”。\n─────⤵\n跳：允许目录自动跳转，目录标题说点击跳转时可如此做。\n\n逆：设置书籍目录章节逆向排序，配合指定网站的搜索方式针对小说全是逆向排序的网站比较方便。\n\n原：设置书籍不进行净化替换，优点是加载正文快速且不会被误删内容，缺点是需要自己写“替换净化”规则并在正文中启用才能净化网站推广文本。\n\n动：强制设置正文动态加载(正文默认会进行需要动态加载还是静态加载的判断，然后自动切换模式，若判断失误导致本应切换成动态加载却未切换时，可强制设置正文动态加载)。\n\n静：强制设置正文静态加载(正文默认会进行需要动态加载还是静态加载的判断，然后自动切换模式，若判断失误导致本应保持静态加载却切换成动态加载而使正文加载时间变长时，可强制设置正文静态加载)。\n\n图：设置成看图模式(不设置则默认图文模式)，只显示图片，不显示文字。\n\n字：设置成纯字模式(不设置则默认图文模式)，只显示文本，不显示图片。\n─────⤴\n\n──────书籍变量设置───────\n\n用法：\n将“单直跳全逆原图字动静”中任意多个字\n或“[目录url]”或“[正文尾页url]单”\n或“数字#第二页链接#”\n或“[目录尾页url]录”\n放在详情页右上角的书籍变量中，\n确认后点刷新就能触发这些字段对应的功能。\n\n范围：只控制当前书籍执行指定功能。\n\n书籍变量格式示范：[http://m.biquku.la/0/425/]全字\n\n─────⤵\n直：不做目录识别，直接将详情页作为目录页，或以“[目录链接]”格式直接指定目录链接，目录识别错误时可这种做。\n\n全：直接显示“预览正文”和查询到的所有章节，跳过章节筛选环节，单页文章和部分筛选后章节不全的小说网站可这样做。\n─────⤴\n\n──目录有分页却无翻页按钮或书籍无目录──\n\n单：无目录打开即正文但有尾页或下一页按钮的书籍，必须设置为单向模式，这样书源会直接将入口页作为正文第一页，并将第一页及其所有下一页共同构造生成“正文1”、“正文2”…的目录形式来阅读，搜索前缀“单^”、书籍变量“单”。\n\n录：有目录分页但无目录下一页按钮的书籍，可在书籍变量中直接指定复制到的最后目录页链接为目录链接并添加指令“录”，即可自动生成所有目录分页。\n书籍变量：“[https://m.zuizaoxiaoshuo.com/ml/33280_13]录”\n\n辅助生成──无目录打开即正文也无尾页和下一页按钮的书籍，需指定章节数量并用第二页链接作为参考链接生成所有分页。\n书籍变量──220#https://wap.yqshuwang.com/2021n/02/14972_2.html#\n效果说明──根据第二页链接“https://wap.yqshuwang.com/2021n/02/14972_2.html”生成220条章节的目录列表。\n\n单个章节──目录仅一个章节且这个章节正文中无下一页按钮时，可复制那个章节的正文尾页链接并用指令“单”，便可将所有正文分页构造成章节列表。\n书籍变量──[http://www.yulinzhanye.la/20/20733/532447_9.html]单",
    "bookSourceGroup": "免费",
    "bookSourceName": "搜狗搜书",
    "bookSourceType": 0,
    "bookSourceUrl": "搜狗搜书",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 12,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 11; Redmi K30 Pro Build/RKQ1.200826.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/89.0.4389.86 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1650209804827,
    "loginUrl": "https://gitee.com/no-mystery/shuyuan/",
    "respondTime": 180000,
    "ruleBookInfo": {
      "author": "@get:{x}",
      "canReName": "true",
      "coverUrl": "@js:(s=java.getStringList('img[alt*='+book.name+']@src||meta[property$=image]@content||img[src~=(cover|file|article)[^a-z]|/\\\\d+[/_-]\\\\d+(s?\\\\.|$)]@src||img[data-src~=\\\\S]@data-src||img[src*=/img]@src||img[src~=^(data|https?):|^[^:]+/]@src')).size()?/^data:/.test(s=s.get(0))?java.base64Encode(s):s:null",
      "init": "",
      "intro": "@js:'　　'+java.get(\"g\")",
      "kind": "@js:java.get(\"v\")",
      "lastChapter": "@get:{z}",
      "name": "@js:r=org.jsoup.Jsoup.parse(result);\nr.select(\"script,noscript,style,head>:not(meta),footer,[class~=^foot],[id~=^foot],a:has(>:last-child:matchesOwn(^分类$)),[value]\").remove();\n\nn=String(book.name);\nm=String(r).replace(/(?:&nbsp;)+/g,\" \");\n书=java.get(\"源\");\n\nif(x=(y=r.select('[property$=book_name]')).size()){\ny=y.attr(\"content\");\nu=书.indexOf(y)\n}else for(u=true,c=r.select(\"h1,h2,h3,strong\").eachText();x<c.size();x++)if(\n(y=c.get(x))!=''&&(u=书.indexOf(y),~u&&u<4))break;\nif(!~(y=String(y)).indexOf(n)&&~u)n=y;\n\nif((x=r.select(\"[property$=author]\")\n).size()){\nx=String(x.attr(\"content\")).replace(/^作\\s*[者家][\\s:：]*|(?!^)[/／｜|，,\\s][^⚙️]*$/,\"\")\n}else{\nx=m.match(/>\\s*([^>]+?)(?:\\s*<\\/[a-z]+>\\s*|\\s+)著\\s*<|[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】>《》](?:小说|漫画)?作\\s*者(?![^>]+->)(?:[:：\\s〖【（《［\\[\\(]|<[^it\\/][^>]*>|<\\/[^>]+>)+([^\\s<\">,，/／｜|\\)\\]］》）】〗]+)/);\nx=x?x[1]?x[1]:x[2]:(x=r.select(\"#author,.author\"),x.size()?String(x.first().text()).replace(/(?!^)[/／｜|，,\\s][^⚙️]*$/,\"\"):\"\")}\n\nif(n.indexOf(x)>0&&!~java.get(\"key\").indexOf(n))n=n.split(x)[0];\njava.put(\"x\",x);\n\ny=r.select(\"meta[property~=(category|status)$]\");\nc=y.size()?String(y.eachAttr(\"content\"))\n.slice(1,-1).replace(/(?!^)\\s*[，,./／｜|]\\s*/,\",\"):(y=m.match(/(?:[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】》]|<[^a/][^>]*>|<\\/[^>]+>)(?:[分大]\\s*类|类\\s*[型别])(?:[:：\\s]|<[^>]+>)+([^\\s<.\"/／｜|>]+)/))&&y[1];\nif(c)java.put(\"v\",c);\n\ny=r.select(\"meta[property~=latest_chapter_name$]\");\n\nc=y.size()?y.attr(\"content\"):(y=m.match(/>(?:\\s*[更最]\\s*[新近])+(?:\\s*章\\s*节)?(?:[:：\\s\\[]|<[^>]+>)+(?!\\s*(?:-|&gt;)\\s*<|[:：\\s0-9T年月日时分秒*-]{5,}<|[^:：]+[^章\\s]\\s*[:：]\\s*<|更新(?:时间)?[:：])([^<\"/／｜|\\]>]+)/))&&y[1];\nif(c)java.put(\"z\",c);\n\n正=true;\nif((key=String(java.get(\"custom\"))).length){\nif(~key.indexOf(\"全\"))java.put(\"全\",1);\nif((\nu=key.match(/[^\\[\\]]+(?=\\])/),\nc=~key.indexOf(\"录\"),\ny=~key.indexOf(\"单\"),\nbaseUrl=u?u[0]:baseUrl,\n(c||u)&&(baseUrl=c||y?(baseUrl=String((c=baseUrl.match(/(.+[^\\d])(\\d+)([^\\d]*)$/))[1]+1+c[3]),\nc=c[2]+'🌕'+c[1]+'🌕'+2+'🌕'+c[3],\nbaseUrl):baseUrl)\n)||~key.indexOf(\"直\")\n)java.put(\"目\",1),正=1;\nif(~key.indexOf(\"录\"))java.put(\"录\",c),正=1;\nif(y||~key.indexOf(\"#\")){\nif(!u){\nif((网=key.match(/(\\d+)#([^#]+)/))\n&&(尾=网[1],网=网[2].match(/^(.*[^\\d])([12])([^/?\\d]*)$/))\n||(尾=r.select('a[href~=\\\\d[^/?\\\\d]*$]:matches(^(尾|末|最后一)[頁页篇章回节節话話]$)')).size()\n&&(网=r.select('a:matches(^2$)')).size()\n&&(网=String(网.first().attr('href')).match(/^(.*[^\\d])([12])([^/?\\d]*)$/))\n&&(尾=String(尾.first().attr('href')).match(/\\d+(?=[^/?\\d]*$)/)[0])){\nc=尾+'🌕'+网[1]+'🌕'+网[2]+'🌕'+网[3]\n}else if((c=r.select('a:matches(^(\\\\d+|…+|\\\\.+)$)')).size()){\nif((网=String(c).split(/<a[^>]+>[^\\d<]+<\\/a>/)).length==2){\nfor(c=网[0],尾=网[1],x=+网[1].match(/>([^<]+)/)[1],网=网[0].match(/href=\"([^\"]*[^\\d])(\\d+)([^/?\\d\"]*)\"[^>]*>([^<]+)<[^<]+$/),j=+网[4],i=+网[2]-j;j<x;j++)c+=\"<a href='\"+网[1]+(j+i)+网[3]+\"'>\"+j+\"</a>\";\nc+=尾}\n}else c=1}\njava.put(\"单\",c),正=false}\nif(~key.indexOf(\"跳\"))java.put(\"跳\",1);\nif(~key.indexOf(\"逆\"))book.setReverseToc(true);\nelse book.setReverseToc(false);\nif((u=~key.indexOf(\"图\"))||~key.indexOf(\"原\"))java.put(\"原\",1);\nif(~key.indexOf(\"动\"))java.put(\"动\",',{\"webView\":true}');\nelse if(~key.indexOf(\"静\"))java.put(\"静\",1);\nif(u||~key.indexOf(\"字\"))java.put(\"文\",u?1:2)\n}else book.setReverseToc(false);\n\ny=r.select(\"meta[property$=description][content~=\\\\S]\");\nc=y.size()?y.get(y.size()-1).attr(\"content\"):(r.select(':matchesOwn([\\\\u4e00-\\\\u9fa5]{2,})>:not(br),:not(body,br,:matchesOwn([\\\\s\\\\S]{50}),:has(body,:matchesOwn([\\\\s\\\\S]{50})))').remove(),r.select(\":matchesOwn(\\\\S)\").text());\n\njava.put(\"g\",String(c!=\"\"?c:book.intro).replace(/[\\snbsp;]*(?:&nbsp;|\\s){2,}|\\s*([？！。]+[”」』\\]\\}\\)）｝】〗〕〉]?)\\s*/g,\"$1　　\").replace(/(?=　　)/g,\"\\n\"));\n\nif(正==1)m=java.ajax(baseUrl);\njava.setContent(m,baseUrl);\n\nif(正){\nzl=java.getStringList(\"[property$=latest_chapter_url]@content||:matches(^最新章节)>a:only-child:not([href~=^$|#|javascript:])@href||a:matches(^正文\\\\s*[\\\\d第一二三四五六七八九十〇零百千]|^[【《]?(\"+n+\")?[\\\\s》】（\\\\u0028:：＿_－-]*(第[\\\\s0〇零]*[一1]\\\\s*[\\\\u4e00-\\\\u9fa5]|([\\\\u4e00-\\\\u9fa5]{2}阅读[（\\\\u0028:：＿_－-]?)?(0*1([）\\\\u0029.、:：_-]|$)|[〇零]*一([）\\\\u0029\\\\s.、:：_-]|$)))):not([href~=(^|[^/])/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&_-]*$|^$|#|javascript:|\"+(bas=baseUrl.replace(/\\/+$|\\.[a-zA-Z]+$/,'')).match(/[^?/]+$/)[0].replace(/([*$|?+\\\\\\^\\[\\](){}])/g,'\\\\$1')+\"(?:[/_-]1)?(?:\\\\/|\\\\.[a-zA-Z]+)?$])@href||a:matches(^[^\\\\u4e00-\\\\u9fa5]*(免费|在线|开始|立即|全文|正文|从头)+[试阅]读[^\\\\u4e00-\\\\u9fa5]*$):not([href~=^$|#|javascript:])@href||a:matches(^0*1[^\\\\d]):not([href~=(^|[^/])/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&_-]*$|^$|#|javascript:])@href\");\n\nif(zl.size()&&(ck=String(zl.get(0)).match(/^(.*\\/\\/[^/]+)?([/?]?[^/].+[?&/_-])[^&/_-]+\\/?$/)))(jd=ck[1])&&(h=baseUrl.lastIndexOf('/',baseUrl.indexOf(jd.match(/(?:\\.[^.]+){2,}$|[^./]+\\.[^.]+$/)[0])))>8&&(\nq=baseUrl.indexOf(':'),\n(bas=java.get(baseUrl=baseUrl.slice(0,q+2)+baseUrl.slice(h),{})).statusCode()==200&&java.setContent(bas.body(),baseUrl)\n),java.put(\"ck\",ck[2])}\nn",
      "tocUrl": "@js:if(java.get(\"单\")==''){\nif(java.get(\"录\")==java.get(\"目\")){\nr=org.jsoup.Jsoup.parse(result);\n\nscript=r.select(\":matchesOwn(^$)>a[href^=javascript:]:matches(全文|章[節节]|目[錄录]):not(:matches(最新))\");re=false;\n\nif(!script.size()){\nba=(bas=baseUrl.replace(/\\/$|\\.[a-zA-Z]+$/,'')).match(/(http....[^/?]+)(?:([?/])(.*))?$/);b=ba[1];v=ba[3];\n\nr.select(\"a[href~=[^a-z]page[^a-z]]:not(:matches([反正顺順逆倒]序|[全正]文|更多|全部|所有|章[節节]|作品|目[錄录]|列表)),a:not([href~=^(?!//)[^#:]+$|\"+b.split(':')[1]+\"]),:matchesOwn(\\\\S)>a,a[href~=javascript:|#],a:matches(^\\\\S{1,4}$):not(:matches([反正顺順逆倒]序|[阅閱][讀读]|查看|展[开開]|进入|[全正]文|更多|完整|全部|所有|目[錄录]|列表|章[節节]):not(:contains(分类)))\").remove();\n\ny=r.select(\"a[href~=(?i)catalog|contents|chapters|mulu|(^|[^a-z])ml|showchapter|(^|chapter[/_-]?|\"+v.replace(/(.+)((\\/\\d\\d)\\d+)$/,\"$1$3$2\")+\"[/_-])(more|list|all)|sort[/=_-]asc]\");\n\nif(!y.size()){b3='';\n\nif(ba[2]==\"?\"){\nb3='[href~=^[^?]+$],'\n}else if(ba[3]){\nb3=ba[3].replace(/[*$|?+\\\\\\^\\[\\](){}]/g,'\\\\$0');\n\nb3=\"[href~=\"+b3+\"(\\\\.[^.]+|/\\\\d+(\\\\.[^.]+|/)?)?$],[href~=[/?]\"+b3.replace(/[&/_-][^/_-]+$/,'')+\".*$]:not([href~=[/?]\"+b3.replace(/[/_-]/g,'[/_-]')+\"]),\"}\n\ny=r.select(\"a:not(\"+b3+\"[href~=(?i)(^|[^/])[?/].*((book|[^a-z])(info|case)[^a-z]|(cid|buy)[^a-z]|desc|coins|nutrition|review|ticket|update|(app|author|xiazai|down)(?!=))|/chapter|/index/|/d/],:matches((?i)^$|[0-9零〇一二三四五六七八九十百千万、，：；？！。…‘’“”（）()]|[票榜:：.]|推荐|排行|等级|说明|收藏|书评|简介|分[类卷]|简介|作者|手机|软件|应用|安装|客户|移动|pc|电脑|安卓|苹果|下载|最新|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub))\")}\n\nif(y.size()){\nys=y.select(\"a[href~=(?i)catalog|contents|list|chapter|mulu|(^|[^a-z])ml|more|read|all]:matches([反正顺順逆倒]序|全文|章[節节]|目[錄录]):not(:matches(阅读)),a[href~=(?i)catalog|contents|chapter|(^|[^a-z])ml|mulu|read]:matches(更多|列表),a[href~=(?i)catalog|contents|list|chapter|mulu|(^|[^a-z])ml|more|all]:matches(^$),a:matches(^[^\\\\u4e00-\\\\u9fa50-9]*([反正顺順逆倒]序|全文(免[費费])?[阅閱][讀读]|(点击|查看|展[开開]|进入|返?回到?)*([全正]文|(更多|完整|全部|所有)?(章[節节]|(作品)?目[錄录])+)+(列表)?(\\\\s*(查看|展开)?更多)?)[^\\\\u4e00-\\\\u9fa50-9]*$)\");zt=false;\n\nif(!ys.size()){\nba=bas.match(/(\\?(?:[^=]+=)+)(.+)$/)||bas.match(/(?:[^/_-][/_-]([^/._-]+))?[/_-]([^/._-]+)(?:\\/index[^/]*)?$/);\n\nif(xi=(id=ba[2]).match(/\\?[^=]+=([^&]+)/)||id.match(/^[^\\d%]*(\\d{2,}|[1-9])$/))id=xi[1];\nif(ba[1])if(xi=ba[1].match(/^[^\\d%]*(\\d{2,})$/))id=/^\\d$/.test(id)||!xi[1].indexOf(id)?xi[1]:\"(\"+id+\"|\"+xi[1]+\")\";\n\nys=y.select(\"[href~=(?i)^((.*//[^/]+/)?[^=.]*[^\\\\d=.])?\"+id+\"([?_-][a-z=_-]*0|\\\\.[^.]+|[/?]([^\\\\d]*|[^/\\\\d]*/?|(list|more|all)([=_-][a-z]*)?\\\\d+[^\\\\d]*)?)?(&.+)?$]:not(:contains(\"+(bs=String(book.name)[0])+\"))\");\n\nif(!ys.size()){zt=true;\nys=y.select(\"[href~=(?i)^((.*//[^/]+/)?[^=.]*[^\\\\d=.])?(\\\\d+/\"+id+\"[_-]\\\\d+[^\\\\d]*|\"+id+\"[_-][a-z_-]*1[^\\\\d]*)$]:not(:matches(阅读|\"+bs+\"))\")}}\n\nif(ys.size()){\nif((re=ys.select(\"[href~=(/|^)[^.]+$]\")).size())ys=re;\nre=String(ys.first().attr(\"href\"));\n\nfor(x=1;x<ys.size();x++)if((xs=String(ys.get(x).attr(\"href\"))).length>re.length)re=xs;\n\nif(/(?:[2-9]\\d*|1\\d+)[^\\d]*$/.test(re)){\nif(!zt&&(q=re.match(/^(.*[^/])?[&?/].*(?:catalog(ue)?|contents|(?:show)?chapters?|mulu|ml|more|all|list|page)(?:[=_-][a-z]*)?\\d+[^\\d]*$/i))&&v==(q[1]||'').replace(/^http....[^/?]+/,''))zt=true;\nif(zt)re=re.replace(/\\d+(?=[^\\d]*$)/,\"☯1\")}\n\n}}}\n\nre=String(!re?baseUrl:(java.put(\"基\",baseUrl),/^\\/[^/]/.test(re)?b+re:/^https?:/.test(re)?re:/^\\/\\//.test(re)?b.split('//')[0]+re:String(baseUrl).replace(/[^/]*$/,'')+re))}else re=baseUrl;\n\nr=re.replace(/(?:[☯?&/_-][^\\d?/&_-]*[01])+[^\\d]*$/,\"\");\njava.put(\"ba\",r);\nre=re.replace(\"☯\",\"\")}else re=baseUrl;\n\njava.get(\"跳\")==1?re+',{\"webView\":true}':re",
      "wordCount": "{{baseUrl}}##//([^/]+)##$1##"
    },
    "ruleContent": {
      "content": "@js:dt=lr='';c=1;动=java.get(\"动\");\nif(动!=''&&!~baseUrl.indexOf(\",\")){\nresult=String(java.ajax(baseUrl+动))\n}else if(java.get(\"静\")==动)c=dt=2;\n\nr=org.jsoup.Jsoup.parse(r1=result.replace(/&nbsp;/g,' '));\n查=i=java.get(\"序\");\n\nif(java.get(\"文\")==1){for(;c;c--){\nd=[\"img[data-src],img[src~=[^a-z]cid[^a-z]]\"\n,\"img:not([src~=(?i)^$|^javascript:|\\\\.gif|\\\\.png|[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,\"img[src~=(?i)\\\\.png]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,'img[src~=(?i)\\\\.gif]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])'];\n\nif(!(查!=\"\"&&(查!=-1&&((lr=r.select(d[查])).size(),true)))){\n$=it=>(lr=r.select(it)).size();\nif($(d[i=0])||$(d[i=1])||$(d[i=2])||false)break;\n\nif(c==2){dt=1;\nr=org.jsoup.Jsoup.parse(java.ajax(baseUrl+',{\"webView\":true}'))\n}else i=$(d[3])?3:-1}}\nif(i==0)lr=String(lr).replace(/(?:src=['\"][^'\"]+['\"] +)?data-/g,'');\nif(查==\"\")book.putVariable(\"序\",i);\n\n}else{\nsc=java.get(\"文\")==2?\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br)),a>*,:has(a):not(:matchesOwn([\\\\S\\\\s]{50,}),:has(:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(br,a,:matchesOwn([\\\\s\\\\S]{50})),:not(br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)),:has(p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))'\n:\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br,img:not([src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg]))),img[src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg],a:not(:matches(^$)>img)>*,:has(a):not(img,:matchesOwn([\\\\S\\\\s]{50,}),:has(img,:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(img,br,a,:has(img),:matchesOwn([\\\\s\\\\S]{50})),:not(img,br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,img,div:matchesOwn(，|。)+div:matchesOwn(，|。)),:has(img,p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))';\n\nd=[\":matchesOwn(\\\\S):has(br):has(:matchesOwn(\\\\S):has(br))\"\n,\":matchesOwn(\\\\S):has(br)\"\n,\":has(>:matchesOwn(\\\\S):not(:has(*))+:matchesOwn(\\\\S):not(:has(*)))\"\n,\":has(>:has(>p:only-child:matchesOwn(\\\\S):not(:has(*)))+:has(>p:only-child:matchesOwn(\\\\S):not(:has(*))))\"\n,\"img\"\n,\":matchesOwn(\\\\S)\"];\n\ntry{for(查=i!=''?i:java.get(\"元\");c;c--){\n\nif(!(c>1&&(String(r.text()).length<400||r.select(':matchesOwn(内容未加载完成|关闭(阅读|小说)模式)').size()))){\nr.select(sc).remove();\n\nif(!(查!=\"\"&&(lr=r.select(i?d[i==6?5:i]:查)).size()))for(i=0;i<6&&(lr=r.select(d[i]),i==4&&c==1?!lr.size():String(lr.text()).length<200);i++);\nif(c<2||i<6)break;}\n\nr=org.jsoup.Jsoup.parse(r2=String(java.ajax(baseUrl+',{\"webView\":true}')).replace(/(<[a-z]+)&nbsp;/g,'$1 '));\ndt=r1.length==r2.length?2:1}\n\nfor(c=lr.first(),v=1;v<lr.size();v++)if(lr.get(v).parents().contains(c)){\nlr.remove(v);\nv--}else c=lr.get(v);\n\nlr=String((c=lr.size()==2&&i<4)?String(lr.first().text()).length>String(lr.get(1).text()).length?lr.first():lr.get(1):(c=lr.size()==1)?lr.first():lr);\n\nif(查==\"\"){\nif(c&&(查=lr.match(/<([a-z]+) ([^>]+)>/))&&(查[2]=查[2].match(/(?:id|class|style)=(?:\"[^\"]+\"|'[^']+')|[^= ]+(?==\"[^\"]+\"|'[^']+')/g))){\nbook.putVariable(\"元\",查[1]+'['+查[2].join('][')+']')\n}else book.putVariable(\"序\",i)}\n\nlr=lr.replace(/<([a-z]+)[^>]*\"-\\d+\"[^>]*>[^<]+<\\/\\1>|[^<>]*<a[^<]+<\\/a>[^<]*|&lt[; ]?\\/?[a-z]+(?= |\\/?&gt)(?:[ a-z=-]+|\"[^\"]+\"|'[^']+')*\\/?&gt[; ]?|[☯📑⚙️🌕︴]/g,\"\").replace(/\\s+(?:\\s|(?:(?:(?:n?b)?s)?p)?;)/g,\"　　\");\n\nif(java.get(\"原\")!=1)lr=(!lr.indexOf(\"　　\")?lr.replace(/>(?!　　|\\s*(?:(?:(?:n?b)?s)?p)?;)\\s*(?=[^\\s<>])/g,\">︴\"):lr).replace(/((?:[〖【『「（《〈〔［\\[(][^〖【『「（《〈〔［\\[()］〕〉》）」』】〗\\]]*[)］〕〉》）」』】〗\\]]\\s*)*(?:第?\\s*[一二三四五六七八九十百千万〇零0-9]+\\s*[章节回話话：:.．,，、]*\\s*)?{{n=(t=title.match(/\\S+$/)[0].replace(/[*$|?+\\\\\\^\\[\\](){}/]/g,\".?\")).replace(/^(正文[^\\u4e00-\\u9fa5A-Za-z]*|第?[一二三四五六七八九十百千万〇零0-9]+[章节回話话\\s：:.．,，、]*)+/,\"\"),n!=t&&/\\S/.test(n)?\"(?:第?\\\\s*[一二三四五六七八九十百千万〇零0-9]+\\\\s*[章节回話话：:.．,，、]*\\\\s*\"+n+\"|\"+t+\")\":t}}(?:\\s*[〖【『「（《〈〔［\\[(][^〖【『「（《〈〔［\\[()］〕〉》）」』】〗\\]]*[)］〕〉》）」』】〗\\]])*)/g,\"⚙️$1⚙️\")+\"📑\"\n}catch(e){}}\nif(dt)book.putVariable(dt==1?\"动\":\"静\",',{\"webView\":true}');lr",
      "imageStyle": "FULL",
      "nextContentUrl": "@js:if((r=java.getStringList((nx=java.get(\"next\"))+\"a:matches(第二[頁页]|下[一\\\\s]*[頁页]):not([href~=^javascript:|^#])@href||a:matches(下[一\\\\s]*[篇章回节節话話]):not([href~=^javascript:|^#])@href||a[href~=[_-]\\\\d+(/|\\\\.[a-z]+)?$]:has(i,img):not(:matches(\\\\S),[href~=^javascript:|^#])@href\")).size()){\nif(~String(book.tocUrl+(nextChapterUrl||'')).indexOf(r=String(r.get(r.size()-1)))||~r.indexOf(nextChapterUrl||String(book.tocUrl).replace(/.+(?=_\\d+\\/$)/,'')))r=null\n}else r=null;\nif(r){if(nx!='')chapter.putVariable(\"next\",(n=r.replace(/\\d+(?=[^\\d]*$)/,it=>+it+1))==r?'':'a[href=\"'+n+'\"]@href||');\nr+java.get(\"动\")}",
      "replaceRegex": "@js:if(java.get(\"原\")==1){result}else{\nresult=result.replace(/⚙️([^\\u4e00-\\u9fa5⚙️]+|[零〇一二三四五六七八九十百千万\\s]+|(?!第[零〇一二三四五六七八九十])[\\u4e00-\\u9fa5]+)⚙️/g,'$1').split('📑');\nl=result.length-1;\nwhile(l)if(r=result[--l].match(/^(\\n+(?:[^\\n]{1,30}\\n+){1,3})([\\S\\s]+)$/))result[l]=r[1]+r[2].replace(/⚙️/g,'');\nresult.join('📑')\n.replace(/—/g,\"─\")\n.replace(/[·۰•・]/g,\"・\")\n.replace(/\\s*(?:︴[^\\n　]+\\s+)*📑\\s*|^\\s*(︴[^\\n　]+\\s+)*|\\s*(?:　　|\\n)(?:[\\s&#a-zA-Z0-9]*;)?[\\s　?]*/g,\"☯\")\n.replace(/(?:︴[^☯]*☯)+(?=︴)|☯(?:温馨|[^a-zA-Z0-9\\u4e00-\\u9fa5☯]+)提示.?[:：][^☯]+|☯[^☯]+字体不会安装.?请百度[^☯]+|☯.{0,2}正版订阅在阅文旗下的起点和QQ书城，可以第一时间看到最新章节.{0,2}(?=☯)|︴\\s*第?[〖【『「（《〈〔［｛\\[{(][^☯]+(?=☯)|☯第\\s*[（(][^（()）]+[)）][頁页](?=☯)|[^☯]*(?:关注|[微vVＶｖ][^\\u4e00-\\u9fa5A-Za-z0-9]*[信xXｘＸ]|公[^\\u4e00-\\u9fa5]*众[^\\u4e00-\\u9fa5]*号){2,}[^☯]*|(?:&#?[a-z0-9]*;?)+(?=;|☯);*|read[sx][；;?？]+/g,\"\")\n.replace(/\\s+/g,\" \")\n.replace(/☯[ ☯]*/g,\"\\n\")\n.replace(/(\\n[〖【『「（《〈〔［｛\\[{(]?)([pPＰｐ][SsｓＳ]+(?=[ ：:;；，,、。.─\\d\\u4e00-\\u9fa5])[^\\n]+)/g,\"$1🌕$2\")\n.replace(/\\[\\[\\[[^\\[\\]]+http:file2.qidian.comchapters(.{5,6})(..)([^\\[\\]]{35})\\]\\]\\]/g,'<img src=\"http://file2.qidian.com/chapters/$1/$2/$3\">')\n.replace(/(<img )[^>]*(src=\"[^\"]+\")[^>]*(>)|((?: ?[＋+－-]?[0-9０-９]+(?:[．.／/][0-9０-９]+)?[％%:：]?[a-zA-Z]*)+ ?|[ _＿－-]?[a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９]+)/g,\"$1$2$3☯$4☯\")\n.replace(/☯[・。](?=☯)/g,\"☯.\")\n.replace(/,\\n/g,\"，\")\n.replace(/!(?=\\n)/g,\"！\")\n.replace(/\\?(?=\\n)/g,\"？\")\n.replace(/(<[^<]+)☯☯/g,\"⚙️$1⚙️\\n\")\n.replace(/(?:\\n[^āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─🌕︴\\n]+|([。？！…”』」】〗])[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─☯︴\\n]+[\\u4e00-\\u9fa5]+)?[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─⚙️☯︴\\n]+(?=\\n)|[^☯!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛｝］〕〉）＞’”》」』】〗]*☯([a-zA-ZＡ-Ｚａ-ｚ]*[āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ][a-zA-ZＡ-Ｚａ-ｚ]*)☯[^☯!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛｝］〕〉）＞’”》」』】〗]*/g,\"$1$2\")\n.replace(/[^!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜<（〈〔［｛({\\[\\]})｝］〕〉）>＞’”》」』】〗︴🌕]*(?:☯[^.．!(),\\n\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗⚙️]+|([^☯!(),\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘<＜（〈〔［｛({\\[\\]})｝］〕〉）＞>’”》」』】〗⚙️])(?!\\1)|☯(?=[^☯!(),\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗][!(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗])|[〖【『「（《〈〔［｛\\[{(][^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[)｝］〕〉》）」』】〗\\]}]){4,}|[^；;％%～~?？!！\"'”’。…─\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[〖【『「（《〈〔［｛\\[{(][^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[)｝］〕〉》）」』】〗\\]}](?:[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+(?=[)｝］〕〉》）」』】〗\\]}]))?/g,\"📑\")\n.replace(/([；;％%～~?？!！\"'”’。…─])📑(?=[)｝］〕〉》）」』】〗\\]}])/g,'$1')\n.replace(/(?:([\\n。？！])[^\\n。？！]{1,10})?[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*(?:☯[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]☯|📑|🌕)[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[｝］〕〉》）」』】〗\\]})](?:[^。]{0,5}(?:[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*(?:☯[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]☯|📑)[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[｝］〕〉》）」』】〗\\]})]|[^📑!,()\\s\\u4e00-\\u9fa5、，：；？！。…─‘’“”（）《》〖〗【】]+))*(?:(?:[^\\n]{1,10}|(?:[\\u4e00-\\u9fa5]{0,5}[，、])*[\\u4e00-\\u9fa5]+[！。]?)(?=\\n))?/g,\"$1\")\n.replace(/((?:[请請][记記]住)?[^⚙️🌕📑︴*\\n(),\\u4e00-\\u9fa5、，：；？！。…─「」‘’“”（）《》〖〗【】]*(?:(?:[^⚙️🌕📑︴*\\n(),\\u4e00-\\u9fa5、：，；？！。…─「」‘’“”（）《》〖〗【】]+[*(), \\u4e00-\\u9fa5、，:：；？！。…─「」‘’“”（）《》〖〗【】]{1,3})*[^*︴📑☯⚙️🌕\\s&;(),āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜa-zA-ZＡ-Ｚａ-ｚ0-9０-９\\u4e00-\\u9fa5、,，:：;；?？!！。…～~─'\"‘’“”【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}％%・/／＝=_＿.．＋+－-]+(?!(?:[^>]+>)?⚙️)|☯[^☯\\n]+☯\\.☯[^☯\\n]+☯|本[文书](?:首发|来自)|(?:章节不完整.?|完整章节)?请.{2,6}(?:搜索|百度|引擎|关键[词字])+|(?:[阅閱][讀读]|访问|訪問|[網网地][站址]|链接|鏈接|[\\u4e00-\\u9fa50-9a-zA-Z]{0,4}(?:文学|中文|[網网]))+[:：]|[\\u4e00-\\u9fa50-9a-zA-Z]{0,6}(?:[網网地][站址]|链接|鏈接)为|.{2,4}文[学學][網网]|[请請].{2,4}收藏(?:.{0,2}推[荐薦])?|(?:天才)一秒[記记]住|，?請?訪問|(?:[更最][快新]|[快高]速|热门|(?:[阅閱][讀读])?完整|本|(?:官[網网]|本站).{0,2})(?:章[節节]|小说|更新|[網网地][址站][:：]?|快速)|更新(?:速度)?[最更]?快|(?:(?:无错)?小说|正版|免费|全[文本]|在线|访问|訪問|txt|TXT|继续|各种|推[荐薦]|收藏|分享|交流|你?喜欢的)+(?:全文|免费|在线|[阅閱]?[讀读]|下载|章[節节]|小说|好书)|章[節节](?:目录|列表)|小说[網网](?:更新)?|手打全文|[纯全](?:手打|文字)|手机看书|手机版|笔趣阁|(?:本站|[網网]站|站内|看)?无(?:任何)?(?:广告|弹窗|防盗)(?:章节)?|不弹窗|(?:(?:請|请|或者?)?(?:訪問|访问|[電电手][腦脑机機]|[網网][址站]|用[户戶]|浏览|瀏覽|閱讀|阅读|看小说|看漫画)){2,}|看小说|看漫画|(?:用[^\\n]{2,6})?(?:[追看]书|小说)(?:就用|软件|☯[^☯]+☯)，?|用[^\\n]{2,6}[追看]书|(?:..的)?(?:最佳选择|阅读体验)|(?:推[荐薦]|收藏|分享)(?:本站|我们)|小说..版|文章质量更好|谢谢各位(?:读者|书友)支持|水印广告测试|本章未完|请翻页|点击下一页|领.{0,2}红包|同步更新《[^《》]+》|关注[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+[)｝］〕〉》）」』】〗\\]}])(?:[* (),\\u4e00-\\u9fa5、，：；？！。…─‘’“”（）《》〖〗【】]{0,3}[^⚙️📑*\\n(),\\u4e00-\\u9fa5、，：；？！。…─「」‘’“”（）《》〖〗【】]+|[….。!！]+(?=\\n))*|⚙️(?!<)[^⚙️\\n]+⚙️)/g,\"\\n⚙️$1⚙️\\n\")\n.replace(/⚙️(<[^<>]+>)⚙️\\n|[〖【『「（《〈〔［｛\\[{(](?:[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]{0,3}\\n⚙️(?!\\s*\\S\\s*⚙️).+⚙️\\n*)+[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]{0,3}[)｝］〕〉》）」』】〗\\]}]|(🌕)\\s*⚙️|⚙️\\n[^\\u4e00-\\u9fa5]{0,5}\\n⚙️|\\n⚙️\\s*(\\S)\\s*⚙️\\n(?![^⚙️]{1,3}⚙️)|(⚙️\\n)|([，、；])[\\s,，。、…:：;；?？!！`’]*[,，。、…:：;；?？!！`’](?!⚙️)|\\n[\\s,，。、…:：;；?？!！`’]*(?=[,，。、:：;；?？!！])|([：？！。…─])(?:[^⚙️☯a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n…─“‘’”〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+(?=\\n)|[^⚙️☯a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n…─“‘’”〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+)|☯/g,\"$1$2$3$4$5$6\")\n.replace(/([)）？！?!…」』”\\s。])(?:[^\\n（(🌕)）”』」’。]{0,5}(?:(?:\\n⚙️.+⚙️\\n|[^（()）\\n”』」。]{0,5}📑)[^（()）\\n。]{0,5}(?:\\n⚙️.+⚙️(?:\\n(?=\\n⚙️|[^（()）\\n]{1,5}\\n))?|[^（()）\\n。]{0,5}📑(?:[^📑]{1,5}(?=\\n⚙️))?)+(?:[^（()）\\n]{1,5}(?=\\n))?|(?:(?:(?:\\n⚙️.+⚙️\\n|[^（()）\\n。]{0,5}📑)[^（()）\\n]{0,5}){2,}|[^（(🌕)）”』」’\\n。]{0,5}(?:(?:請|关键[词字]|[電电手][腦機]|用戶|瀏覽|[阅閱]讀|推[薦荐]|收藏|分享|文章质量|谢谢(各位|支持|大家)|水印|翻页|点击|下[一\\s]*[页頁篇章回节節话話]|免费|热门|官网|正版|在线|同步|下载|文学|中文|章节|[本网][站址]|站内|小说|更新|无错|[本全][文本章]|首发|广个?告|弹窗|防盗|访问|訪問|txt|TXT|读者|书友|百度|[插说]一?[下句]话?，[\\u4e00-\\u9fa5]{0,5})[^（()）\\n]{0,5})*(?:📑|\\n⚙️[^\\n]+⚙️\\n)[^（()）\\n]{0,5}(?:(?:請|关键[词字]|[電电手][腦機]|用戶|瀏覽|[阅閱]讀|推[薦荐]|收藏|分享|文章质量|谢谢(各位|支持|大家)|水印|翻页|点击|下[一\\s]*[页頁篇章回节節话話]|免费|热门|官网|正版|在线|下载|同步|文学|中文|章节|[本网][站址]|站内|小说|更新|无错|[本全][文本章]|首发|广个?告|弹窗|防盗|访问|訪問|txt|TXT|读者|书友|百度)[^（()）\\n]{0,5})*|[^（(🌕)）\\n”』」’。]{0,3}\\n⚙️.+⚙️\\n[^（()）\\n。]{0,3})(?:[\\u4e00-\\u9fa5]+[！。]?|[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n]+)?(?=\\n)))+|\\n⚙️[^\\u4e00-\\u9fa5]+⚙️\\n|📑|\\s*︴\\s*|\\n?⚙️\\n?|\\n[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n]{2,}\\n[^🌕a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n“《‘【〖『「]*/g,\"$1\")\n.replace(/(?:(?:\\n🌕[^\\n]*)+(?:\\n+[^\\n]+){0,4}|\\n(?:[(（{｛][^(（<{｛｝}>）)]*(?:(?:[(（{｛][^(（<{｛｝}>）)]*[）)｝}])[^(（<{｛｝}>）)]*)*[）)｝}]?\\s*)+|[^\\n]*起点(?:原创|中文)[^\\n]*|[〖【『「（《〈〔［｛\\[{(]?未完待续[^\\n]*)[^\\u4e00-\\u9fa5<>]*$|^\\s*(?:(?:[^\\n]+\\n+){0,4}(?:🌕[^\\n]*\\n?)+|(?:[(（{｛][^(（<{｛｝}>）)]*(?:(?:[(（{｛][^(（<{｛｝}>）)]*[）)｝}])[^(（<{｛｝}>）)]*)*[）)｝}]?\\s*)+|，[^\\n]+)\\n|(?:^|\\n)[^a-z0-9A-Z\\u4e00-\\u9fa5]*(?=\\n)|🌕|\\n\\s*[a-zA-Z]+\\s*$/g,\"\")}",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "@get:{au}",
      "bookList": ".results>.vrResult:has(h3 a):not(:has(:matches(^(广告|推广|手游)$)))",
      "bookUrl": "@get:{url}",
      "coverUrl": "img@src",
      "intro": "p[class~=^clamp\\d+$]@text##^简介：",
      "kind": "{{@.ellipsis:contains(状态：)@text}},@get:{类}##,$|^状态：|^,",
      "lastChapter": "h3 a@href\n@js:if(url=result.match(/&url=([^&]+)/))result=url[1].replace(/%([0-9A-Z]{2})/g,(_,it)=>String.fromCharCode(+('0x'+it)));\njava.put(\"url\",result)\n##[^/]+//",
      "name": "h3 a@text\n@js:\nre=String(src).replace(/\\s*(?:&nbsp;)+\\s*/g,\" \").replace(/\\s*<\\/?em>\\s*/g,\"\");\n\n类=(类=re.match(/(?:[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】》]|<[^a/][^>]*>|<\\/[^>]+>)(?:[分大]\\s*类|类\\s*[型别])(?:[:：\\s]|<[^>]+>)+([^\\s<\"./／｜|>]+)/))?类[1]:'';\njava.put(\"类\",(正=result.match(/^正版$|[^\\s\\d［\\[\\]］]+(?=\\]|］)/))?正[0]+','+类:类);\nkey=java.get(\"key\");\nax=java.get(\"aut\");\n\njava.put(\"源\",r=(r=result.match(/(.{0,2})《([^《》]+)》(.{0,3})/))&&r[3]!=\"作品集\"&&!r[1].match(/新[书作]/)?r[2]:result);\n\nr=r.replace(/^(简介页|详情页|目录页|正版|全本|免费阅读|[\\s。.,_/|《「『【〖（(\\[\\])）〗】』」─—-]+)+/,\"\").replace(/(?!^)[^\\u4e00-\\u9fa5a-zA-Z0-9]*(?:笔趣阁|思路客|燃文|小说|漫画|手机)?(?:[.|,_/\\s「『【〖（(\\[\\])）〗】』」。─—-]|(?:人工|机器|电脑)?校正|精校|完[整结]|加料|番外|未删节|简介|全[文本集]|下载|(?:小说|漫画|大全|正版(?:小说|漫画)?|免费|免费小说|免费漫画|免费全[文本]|在线|最[新快]|全部|手机|电脑)(?:全[文本集部]|大全|免费|在线|阅读|下载|章节|小说|更新|漫画|\\.)|([^a-zA-Z0-9])(?:azw|mobi|epub|txt)(?![a-zA-Z0-9])|(?:最全)?(?:章节|目录|列表){2,}|更新章节最快|无广告|(?::顶点)?无弹窗|无防盗|小说网|手打全文|[纯全](?:手打|文字)|\\s*by\\s*(?=[\\u4e00-\\u9fa5]))[\\S\\s]*/i,\"$1\");\n\nif(ax==\"#\"||!~re.indexOf(ax)){\nax=re.match(/《([^《》]+)》作品集|[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】《》>]作\\s*者(?:[:：\\s“\"'(（]|<[^it\\/][^>]*>|<\\/[^>]+>)+(?![^\\s<(《“（）”》)>\\/\\[\\];?!,、，；？！。…─［］〖〗【】]*\\.{3}<)([^\\s<(《“（\"'）”》)>\\[\\];?!,、，；？！。…─［］〖〗【】/／｜|:：]+?)(?=(?:其[他它]|小说|[更最][快新]|\\.\\s*)?..[:：]|所?写?的《|[\\s<(《“（\"'）”》)>\\[\\];?!,、，；？！。─［］〖〗【】/／｜|])/);\nif(!ax){\nax=re.match(new RegExp(r+\"[^a-z0-9A-Z\\\\u4e00-\\\\u9fa5]*([^\\\\s]+?)\\\\s+著|(?:由|原创)(?:(?:原创|网络)?作[家者])?(?![\\\\u4e00-\\\\u9fa5a-zA-Z0-9_-]*(?:[书网]友|网)所?提供)([\\\\u4e00-\\\\u9fa5a-zA-Z0-9_-]+?)(?:为大家)?(?:所作|所?(?:(?:[精倾]心)?[创著]作|提供|写?的(?:《|\"+r+\")))\"));\nif(!ax)ax=result.match(/[^.|,_/\\s\\[\\]（()）【〖〗】。-]+[（(](?![^\\s]+[\\s、：；？！…─“‘《〖【，。:;?!\"'】〗》’”][^(（）)]+|(?:连载中?|完本|大结局|上|中|下|[\\s.一二三四五六七八九十百千万〇零0-9]+)[）)])([^（()）]+?)(?:(?:\\s+|所)?著|的?新书|[/／｜|][^)）]+)?[)）]/)}\nax=ax?ax[1]||ax[2]:\"\"}\n\nif(!ax.length&&~re.indexOf(key)&&!~r.indexOf(key))ax=key;\n\nif(r.indexOf(ax)>0&&!~key.indexOf(r))r=r.split(ax)[0].replace(/[:：]$/,'');\n\nzt=[(小说=key.indexOf(\"小说\"))&&小说^(长=key.length-2),(有声=key.indexOf(\"有声\"))&&有声^长];\nif(zt[0]&&zt[1]){\nrez=\"(?!^)(有声|小说|有声小说)$|^(有声|小说|有声小说)(?!$)\"\n}else if(zt[1]){\nrez=\"(?!^)有声$|^有声(?!$)\"\n}else if(zt[0]){\nrez=\"(?!^)小说$|^小说(?!$)\"\n}else rez=\"☯\";\nif((漫画=key.indexOf(\"漫画\"))&&漫画^长)rez+=\"|(?!^)漫画$|^漫画(?!$)\";\n\nix=r.replace(new RegExp(rez),\"\").split(/[：:]/);i=0;\n\nwhile(i<ix.length){x=ix[i];\nif(~x.indexOf(key)||~key.indexOf(x))break;i++}\nif(i==ix.length)i=0;\n\njava.put(\"au\",ax);\njava.put(\"bb\",ix.slice(i,i+2).join(\":\"))",
      "wordCount": "class.chapter-title@tag.p.0@text"
    },
    "ruleToc": {
      "chapterList": "@js:if(java.get(\"单\")==''){\nsrc=org.jsoup.Jsoup.parse(src);\n\nif((result=java.get(\"录\"))==\"\"){if(页=(result=src.select('a[href~=\\\\S]:matches(下[一\\\\s]*[页頁]|下[一二三四五六七八九十百千万〇零0-9]{2,}章):not([href~=^#|javascript:])')).size())result=result.first().attr('href')\n}else{网=String(result).split(\"🌕\");\nfor(i=3,页=+网[0],result=网[1]+2+网[3];i<=页;i++)result+='\\n'+网[1]+i+网[3];\nresult=String(result)}\n\nif(页)java.put(\"页\",/,/.test(book.tocUrl)?result.split('\\n').join(',{\"webView\":true}\\n')+',{\"webView\":true}':result);\n\n嗅=()=>String(src).match(/[\\[(]([\"'])<[a-z]+[ >][^\\[\\]()]+<\\/a>(?:[^\\[\\],()]*<\\/[a-z]+>)?\\1[\\])]/);\n转=it=>it.replace(/\\\\[Uu]([0-9a-zA-Z]{4})/g,(_,it)=>String.fromCharCode(parseInt('0x'+it)));\n兜=()=>src.select(':matchesOwn(^$|[0-9〇一二三四五六七八九十])>a:matches(\\\\S):not(:has(*>*>:not(span)),[href~=(?i)passport|\\\\.aspx$|\\\\.php$|^https://[^/]+(/|index\\\\.[a-z]+)?$|(^|[^/])[?/].*((book|[^a-z])(info|case|page|reg|Game|Play)[^a-z]|buy[^a-z]|SystemInfo|hot|sort|desc|asc|top|coins|nutrition|review|ticket|update|(app|author|xiazai|down)(?!=))|/list\\\\d*([/_-][^/_-]+/?)?$|\\\\d+_\\\\d+_\\\\d+|target=iframe|https%],:matches((?i)^((点击|软件|应用|安装|客户|移动|手机|电脑|安卓|苹果|下载|阅读|pc|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub)[\\\\s.端版]*(?=$|点击|软件|应用|安装|客户|移动|手机|电脑|安卓|苹果|下载|阅读|pc|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub)|[A-Za-z0-9\\\\u4e00-\\\\u9fa5]?返回.*(简介|书页|目录)[A-Za-z0-9\\\\u4e00-\\\\u9fa5]?|[<>-]+|\\\\d+-\\\\d+章|书页|目录|简介|[上下首尾]([一\\\\s]*[页頁]|[\\\\s\\\\d零〇一二三四五六七八九十百]*章)|[↑\\\\[]?[倒正反逆顺順]序[↓\\\\]]?)$))');\n\nif((zt=java.get(\"嗅\"))!=''){\nif(zt>0&&(嗅=嗅())){\nsrc=嗅[0];\nif(zt==2)src=转(src);\nsrc=org.jsoup.Jsoup.parse(src)}\nsrc.select(java.get(\"除\")).remove();\nif(java.get(\"兜\")==1)src=兜();\nsrc=src.select(java.get(\"查\"))\n\nif(!页){for(首=String(java.get(\"首\")).split('\\n'),ss=src.size(),i=0;i<ss;i++)if(首[i]!=src.get(i)){\nif(i>1)src.subList(1,i).clear();break;}}\n\n}else{\nbook.putVariable(\"除\",除=\"meta,link,a:has(img),\"+((zt=java.get(\"全\")!=1)?\"a[href$=\"+String(book.tocUrl).replace(/,\\{\"webView\":true\\}|^.{8}[^/]*/g,'')+\"],\":\"\")+(基=String(java.get(\"基\")),基==''?'':\"a[href$=\"+基.replace(/^.{8}[^/]*/,'')+\"],\")+\"a[href~=javascript:|#|[a-z]+[A-Z][a-z]+Id[=_-]|[^/][/?&]sub[A-Z]|action=list],a:matches(^$|最新章节$|^[^\\\\u4e00-\\\\u9fa5A-Z0-9]*(正文|.{0,2}书架|(免费|在线|开始|立即|全文|从头|点击|正文)+[试阅]读|[^\\\\s\\\\d外内楔前后卷篇章]*(更新调整|[两一二三四五六七八九十]+连更|作者[:：给要有]|双倍月票|感言|推书|推[a-z0-9A-Z_\\\\u4e00-\\\\u9fa5-]+书|[求个请投点下张](月?票|收藏|订阅|推荐)|(感谢|作者)[^\\\\s]*(读者|书友|大家|各位)|[书点]评[^\\\\s]*活动|[没有空]更新|没时间更新|请个?假|关于本书|关于更新|打赏名单|起点活动)[^\\\\s]*)[^\\\\u4e00-\\\\u9fa5A-Z0-9]*$)\");\n\nbook.putVariable(\"嗅\",(基=嗅())?(src=org.jsoup.Jsoup.parse((zt=/\\\\[Uu]([0-9a-zA-Z]{4})/.test(基=基[0]))?转(基):基),zt)?2:1:0);\nsrc.select(除).remove();\n\nif(zt=java.get(\"全\")!=1){\n找=ll=null;\n$=it=>(qc=ll,查=找,ll=src.select(找=it)).size()>14&&(查=it,src=re=ll);\n\nif(!(((ck=java.get(\"ck\"))!=\"\"&&$(\"[href~=\"+ck+\"(?!index(/|\\.[a-z]+)?$)[^.?/_-][^&/_-]*/?$|/[vV][iI][pP][_-]?([Rr]ead|[Cc]hapter|action=article)|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&]*$]\"))||$(\"[href~=^[a-z0-9]+(/|\\\\.[^./]+)?$]\"))){\nif(qc&&qc.size()>ll.size())找=查,ll=qc;\n\n$=it=>(re=src.select(it)).size()&&(查=it,src=re);\n\nif(!($(\"[data-cid]\")||$(\"[href~=(?i)(^|[/_-])(chapter|read)+([_-]?id)?/[^/_-]+[/_-][^/_-]+]\")||$(\"[href~=(?i)(^|[&?/_-](book|novel|comic|manhua|mh?)?)(chapter|read)+([_-]?id)?[?/=]]\")||$(\"[href~=(?i)[&?/_-]cid[&?/_=-]]\")||$(\"[data-href]\"))){\nsrc=兜();\nbook.putVariable(\"兜\",1);\n\nba=(ba=String(java.get(\"ba\"))).match(/(\\?(?:[^=]+=)+)(.+)$/)||ba.match(/(?:[^/_-][/_-]([^/._-]+))?[/_-]([^/._-]+)(?:\\/|\\/index[^/]*|\\.[^/.]+)?$/);\n\nif(xi=(id=ba[2]).match(/\\?[^=]+=([^&]+)/)||id.match(/^[^\\d%]*(\\d{2,}|[1-9])$/)||ba[1]&&ba[1].match(/^[^\\d%]*(\\d{2,})$/))id=xi[1];\n\n$(\"[href~=([^\\\\d]|^)\"+id+\"[/_&-][^\\\\d]*\\\\d+]:not([href~=\"+id+\"[^\\\\d]*$]),[href~=/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[a-zA-Z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?]*$|([^\\\\d]|^)\"+id+\"[/_&-][^\\\\d]*\"+id+\"(/|\\\\.[^.]+|&.+)?$]\")||$(\"[title]\")||$(\"[href~=/view/\\\\d+\\\\.[a-zA-Z]+$]\")}\nif(re.size()<ll.size())查=找,src=ll}}\n\nif(!(zt&&re.size()))src=src.select('a'),查='a';\nif(查)book.putVariable(\"查\",查);\nif(页)java.put(\"首\",src)}\n\nsrc}else if((list=java.get(\"单\"))!=1){\n\nif((网=String(list).split(\"🌕\")).length>1){\nfor(i=+网[2],x=+网[0],j=2,list=\"<a href='\"+baseUrl+\"'>正文1</a>\";i<=x;i++,j++)list+=\"<a href='\"+网[1]+i+网[3]+\"'>正文\"+j+\"</a>\"}\n\norg.jsoup.Jsoup.parse(list).select('a')\n\n}else org.jsoup.Jsoup.parse(\"<a href='\"+baseUrl+\"'>正文</a>\").select('a')",
      "chapterName": "text",
      "chapterUrl": "href@js:chapter.putVariable(\"next\",'a[href~=(?:^|[?/])'+(r=result.trim().replace(/([*$|?+(){}\\[\\]\\^\\\\])/g,'\\\\$1')).match(/[^?/=.]+(?:=(?![01]$)[^=]+)*(?=\\/*$|\\.[^?/.]+$|=[01]$)/)[0]+'[=/_-]2(?:\\\\/|\\\\.[^?/.]+)? *$]@href||a[href~=(?:^|[?/])'+r.replace(/\\d+(?=[^\\d]*$)/,it=>+it+1)+' *$]@href||');result+java.get(\"动\")",
      "isVip": "",
      "nextTocUrl": "@js:java.get(\"页\")",
      "updateTime": ""
    },
    "searchUrl": "https://www.sogou.com/web?page={{page}}&query={{\nkey=key.trim();aut=\"#\";\nif(ke=key.match(/^([单跳逆动静字图]+)\\^([\\S\\s]+)/))key=ke[2],java.put(\"custom\",ke[1]);\nz=key.lastIndexOf(\"#\")+1;\ns=key.lastIndexOf(\"$\");\nif(/\\$[a-zA-Z0-9/._-]+$/.test(key))key=key.slice(0,s).concat(\" site:\",key.slice(s+1));\ns=s+1?s:key.length;\nas=key.slice(z?z:s,s);\nif(!/^\\s*$/.test(as)){\naut=as.match(/[^\\s\"]+/)[0];\nkey=key.slice(0,z-1).concat(\" \",key.slice(z))}\njava.put(\"aut\",aut);\njava.put(\"key\",key.match(/[^\\s\"]+/)[0]);\nkey}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "⭐ 七猫小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://api-bc.wtzw.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 13,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"男频\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"历史\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=56&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"游戏\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=75&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"科幻\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=64&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"体育\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=206&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"影视\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=539&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"穿越\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=373&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"鉴宝\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=47&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"重生\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=779&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"血脉\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=426&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"签到\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=565&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"复仇\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=790&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"丹药\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=428&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"医生\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=156&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"战神\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=527&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"女婿\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=36&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"皇帝\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=62&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"弃少\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=525&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"热血\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=1&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"爽文\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=570&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"现实\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=12&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"悬疑\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=27&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"女总\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=89&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"次元\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=207&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"无限\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=557&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"强者回归\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=402&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市人生\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=203&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"异术超能\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=219&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"玄幻奇幻\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=202&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠仙侠\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=205&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇闻异事\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=204&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女频\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"短篇\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=541&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"重生\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=779&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"女强\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=620&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"年下\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=631&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"空间\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=345&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"穿越\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=373&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"隐婚\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=481&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"系统\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=782&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"快穿\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=335&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"虐渣\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=739&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n\n{\"title\":\"皇后\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=106&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"王爷\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=125&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"学霸\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=781&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"毒妃\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=109&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"校草\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=701&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"女配\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=191&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"甜宠\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=21&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"搞笑\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=788&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"虐恋\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=16&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"治愈\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=17&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"现代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=1&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"总裁豪门\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=8&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=2&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"种田经商\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=16&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"宫闱宅斗\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=209&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"幻想言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=4&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇闻异事\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=204&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"日久生情\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=700&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"影视原著\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=539&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"出版图书\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"现代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=260&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=259&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"青春文学\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=265&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"影视原著\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=539&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"悬疑推理\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=262&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠小说\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=289&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻未来\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=261&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史小说\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=264&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙侠奇缘\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=276&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙侠玄幻\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=288&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现实小说\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=266&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现代军旅\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=290&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"文学艺术\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=240&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人物传记\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=247&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人文科社\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=241&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"少儿教育\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=258&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经管励志\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=242&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经典文学\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=243&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}\n]",
    "header": "",
    "lastUpdateTime": 1722185805766,
    "loginUrl": "",
    "respondTime": 2516,
    "ruleBookInfo": {
      "author": "author",
      "coverUrl": "image_link",
      "init": "data.book",
      "intro": "&nbsp;&nbsp;🔖更新时间：{{java.timeFormat(java.getString('$.update_time')*1000)}}\t{{'\\n&lrm;\\n'}}🏷️ 标签：{{$.book_tag_list[*].title&&$.category_over_words##・|\\s##，}}{{'\\n'+'​'}}\n\n{{$.intro}}\n{{'\\n&lrm;\\n'}}📍版权来源：{{$.statement##如有疑问可联系:fawu@qimao.com或客服QQ:3598987377}}",
      "kind": "book_tag_list[*].title##\\s##，",
      "lastChapter": "{{$.latest_chapter_title}} • {{java.timeFormat(java.getString('$.update_time')*1000)}}\n<js>result.replace(/\\s\\d+:\\d+/,'')</js>\n<js>result.replace(/\\//g,'-')</js>",
      "name": "title@put:{bid:id}",
      "tocUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.id}}}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\n\"https://api-ks.wtzw.com/api/v1/chapter/chapter-list?\"+urlEncode(params)+\",\"+java.get(\"headers\")",
      "wordCount": "words_num"
    },
    "ruleContent": {
      "content": "@js:\nvar javaImport = new JavaImporter();\njavaImport.importPackage(\n    Packages.java.lang,\n    Packages.javax.crypto.spec,\n    Packages.javax.crypto,\n    Packages.java.util\n);\nwith(javaImport) {\n    function decode(content) {\n        var ivEncData = Base64.getDecoder().decode(String(content));\n        var key = SecretKeySpec(String(\"242ccb8230d709e1\").getBytes(), \"AES\");\n        var iv = IvParameterSpec(Arrays.copyOfRange(ivEncData, 0, 16));\n        var chipher = Cipher.getInstance(\"AES/CBC/PKCS5Padding\");\n        chipher.init(2, key, iv);\n        return String(chipher.doFinal(Arrays.copyOfRange(ivEncData, 16, ivEncData.length)));\n    }\n}\n\n\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':String(java.get('bid')),'chapterId':String(baseUrl.split(\"/\").pop())}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }\n  }\n  return paramStr;\n};\n\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\nurl=\"https://api-ks.wtzw.com/api/v1/chapter/content?\"+urlEncode(params)\ndecode(JSON.parse(java.ajax(url+','+java.get(\"headers\"))).data.content)\n\n"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "<js>\ngender=baseUrl.match(/gender=(\\d+)/)?baseUrl.match(/gender=(\\d+)/)[1]:\"\"\ncategory_id=baseUrl.match(/category_id=(\\d+)/)?baseUrl.match(/category_id=(\\d+)/)[1]:\"\"\nneed_filters=baseUrl.match(/need_filters=(\\d+)/)?baseUrl.match(/need_filters=(\\d+)/)[1]:\"\"\npage=baseUrl.match(/page=(\\d+)/)?baseUrl.match(/page=(\\d+)/)[1]:\"\"\nneed_category=baseUrl.match(/need_category=(\\d+)/)?baseUrl.match(/need_category=(\\d+)/)[1]:\"\"\ntag_id=baseUrl.match(/tag_id=(\\d+)/)?baseUrl.match(/tag_id=(\\d+)/)[1]:\"\"\nsign_key='d3dGiJc651gSQ8w1'\nheaders={'app-version':'51110','platform':'android','reg':'0','AUTHORIZATION':'','application-id':'com.****.reader','net-env':'1','channel':'unknown','qm-params':''}\nheaders['sign']=String(java.md5Encode(Object.keys(headers).sort().reduce((pre,n)=>pre+n+'='+headers[n],'')+sign_key))\n\n\nvar urlEncode = function (param, key, encode) {\n  if(param==null) return '';\n  var paramStr = '';\n  var t = typeof (param);\n  if (t == 'string' || t == 'number' || t == 'boolean') {\n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);\n  } else {\n    for (var i in param) {\n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);\n      paramStr += urlEncode(param[i], k, encode);\n    }\n  }\n  return paramStr;\n};\n\nvar category = function () {\n  params={'gender':gender,'category_id':category_id,'need_filters':need_filters,'page':page,'need_category':need_category}\n  params['sign']=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\n  url=\"https://api-bc.wtzw.com/api/v4/category/get-list?\"+urlEncode(params)\n  return java.ajax(url+','+java.put(\"headers\",JSON.stringify({\"headers\":headers})))\n};\n\nvar tag = function () {\n  params={'gender':gender,'need_filters':need_filters,'page':page,'tag_id':tag_id}\n  params['sign']=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\n  url=\"https://api-bc.wtzw.com/api/v4/tag/index?\"+urlEncode(params)\n  return java.ajax(url+','+java.put(\"headers\",JSON.stringify({\"headers\":headers})))\n};\n\n\nif(baseUrl.match(/category/)){\n  category()\n}else {\n  tag()\n}\n</js>\n$.data.books",
      "bookUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.id}},'imei_ip':'2937357107','teeny_mode':0}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\n\"https://api-bc.wtzw.com/api/v4/book/detail?\"+urlEncode(params)+\",\"+java.get(\"headers\")",
      "coverUrl": "$.image_link",
      "intro": "$.intro",
      "kind": "$.ptags",
      "name": "$.title",
      "wordCount": "$.words_num"
    },
    "ruleSearch": {
      "author": "original_author",
      "bookList": "data.books",
      "bookUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.id}},'imei_ip':'2937357107','teeny_mode':0}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\n\"/api/v4/book/detail?\"+urlEncode(params)+\",\"+java.get(\"headers\")",
      "coverUrl": "image_link",
      "intro": "intro",
      "kind": "ptags",
      "lastChapter": "",
      "name": "original_title",
      "wordCount": "words_num"
    },
    "ruleToc": {
      "chapterList": "data.chapter_lists",
      "chapterName": "title",
      "chapterUrl": "id",
      "updateTime": "{{$.words}}字"
    },
    "searchUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nheaders={'app-version':'51110','platform':'android','reg':'0','AUTHORIZATION':'','application-id':'com.****.reader','net-env':'1','channel':'unknown','qm-params':''}\n\nparams={'gender':'3','imei_ip':'2937357107','page':page,'wd':key}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\n\nheaderSign=String(java.md5Encode(Object.keys(headers).sort().reduce((pre,n)=>pre+n+'='+headers[n],'')+sign_key))\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nheaders['sign']=headerSign\nparams['sign']=paramSign\nbody=urlEncode(params)\n\n\"/api/v5/search/words?\" +body+\",\"+java.put(\"headers\",JSON.stringify({\"headers\":headers}))",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "笔6",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap2.xinbiquge.org",
    "customButton": false,
    "customOrder": 14,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1693363541417,
    "respondTime": 2364,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property=og:image]@content",
      "init": "",
      "intro": "[property=og:description]@content",
      "kind": "[property~=(category|status|update_time)]@content",
      "lastChapter": "[property=og:novel:latest_chapter_name]@content",
      "name": "[property=og:novel:book_name]@content"
    },
    "ruleContent": {
      "content": "#chaptercontent@html",
      "nextContentUrl": "text.下一章@href",
      "replaceRegex": "##.*\\(\\d+ / \\d+\\).*\\n|新笔趣阁.*\\s*|\\s*.*下一页继续阅读.*|.本章阅读完毕.*\\s*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author@span@text",
      "bookList": ".hot_sale",
      "bookUrl": "a@href",
      "name": ".title@text"
    },
    "ruleToc": {
      "chapterList": ".book_last.-1@dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://wap2.xinbiquge.org/book/search.aspx?ie=utf-8&siteid=xinbiquge.org&s=000&key={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "─────当前版本Pro V50─────\n\n点击登录即可查看:\n\n0、书源制作思路\n\n1、版本更新日志\n\n2、书源用法展示\n\n3、相关问题解释\n\n───────搜索格式────────\n\n完全格式：书名#作者$网站\n简化格式1：书名$网站\n简化格式2：书名#作者\n简化格式3：书名\n\n说明：搜索“斗破苍穹#天蚕土豆$www.qidian.com”将在“www.qidian.com”中搜索名为斗破苍穹、作者为天蚕土豆的书籍\n\n──────前缀设置全体───────\n\n用法：“单跳逆原动静字图”等字后跟“^”再跟“搜索关键字”，可实现这些字对应的功能。\n\n范围：本次搜索到的所有书籍都会执行指定的功能。\n\n示例：“图^斗破苍穹”、“逆静^斗破苍穹#天蚕土豆”、“跳^斗破苍穹$www.qidian.com”。\n─────⤵\n跳：允许目录自动跳转，目录标题说点击跳转时可如此做。\n\n逆：设置书籍目录章节逆向排序，配合指定网站的搜索方式针对小说全是逆向排序的网站比较方便。\n\n原：设置书籍不进行净化替换，优点是加载正文快速且不会被误删内容，缺点是需要自己写“替换净化”规则并在正文中启用才能净化网站推广文本。\n\n动：强制设置正文动态加载(正文默认会进行需要动态加载还是静态加载的判断，然后自动切换模式，若判断失误导致本应切换成动态加载却未切换时，可强制设置正文动态加载)。\n\n静：强制设置正文静态加载(正文默认会进行需要动态加载还是静态加载的判断，然后自动切换模式，若判断失误导致本应保持静态加载却切换成动态加载而使正文加载时间变长时，可强制设置正文静态加载)。\n\n图：设置成看图模式(不设置则默认图文模式)，只显示图片，不显示文字。\n\n字：设置成纯字模式(不设置则默认图文模式)，只显示文本，不显示图片。\n─────⤴\n\n──────书籍变量设置───────\n\n用法：\n将“单直跳全逆原图字动静”中任意多个字\n或“[目录url]”或“[正文尾页url]单”\n或“数字#第二页链接#”\n或“[目录尾页url]录”\n放在详情页右上角的书籍变量中，\n确认后点刷新就能触发这些字段对应的功能。\n\n范围：只控制当前书籍执行指定功能。\n\n书籍变量格式示范：[http://m.biquku.la/0/425/]全字\n\n─────⤵\n直：不做目录识别，直接将详情页作为目录页，或以“[目录链接]”格式直接指定目录链接，目录识别错误时可这种做。\n\n全：直接显示“预览正文”和查询到的所有章节，跳过章节筛选环节，单页文章和部分筛选后章节不全的小说网站可这样做。\n─────⤴\n\n──目录有分页却无翻页按钮或书籍无目录──\n\n单：无目录打开即正文但有尾页或下一页按钮的书籍，必须设置为单向模式，这样书源会直接将入口页作为正文第一页，并将第一页及其所有下一页共同构造生成“正文1”、“正文2”…的目录形式来阅读，搜索前缀“单^”、书籍变量“单”。\n\n录：有目录分页但无目录下一页按钮的书籍，可在书籍变量中直接指定复制到的最后目录页链接为目录链接并添加指令“录”，即可自动生成所有目录分页。\n书籍变量：“[https://m.zuizaoxiaoshuo.com/ml/33280_13]录”\n\n辅助生成──无目录打开即正文也无尾页和下一页按钮的书籍，需指定章节数量并用第二页链接作为参考链接生成所有分页。\n书籍变量──220#https://wap.yqshuwang.com/2021n/02/14972_2.html#\n效果说明──根据第二页链接“https://wap.yqshuwang.com/2021n/02/14972_2.html”生成220条章节的目录列表。\n\n单个章节──目录仅一个章节且这个章节正文中无下一页按钮时，可复制那个章节的正文尾页链接并用指令“单”，便可将所有正文分页构造成章节列表。\n书籍变量──[http://www.yulinzhanye.la/20/20733/532447_9.html]单\n\n───────夸克发现说明──────\n\n夸克通过发现每次进入都会重定向到新的网站，为了避免刷新目录导致链接变来变去，故自动生成当前书籍链接方在“书籍变量”中。\n\n想重新自动定向到新网站，可清空书籍变量确认后刷新，若不清空则一直访问生成的网站。",
    "bookSourceGroup": "免费",
    "bookSourceName": "夸克搜书",
    "bookSourceType": 0,
    "bookSourceUrl": "夸克搜书",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 15,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\n    \"title\": \"男频🚹总榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=全部&rank=rank_update\",\n    \"style\": {\"layout_flexGrow\": 1}\n },{\n    \"title\": \"玄幻热搜榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=玄幻&rank=rank_hot\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": true}\n },{\n    \"title\": \"玄幻好评榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=玄幻&rank=rank_good\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"玄幻完结榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=玄幻&rank=rank_finish\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"玄幻窜升榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=玄幻&rank=rank_increase\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"玄幻新书榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=玄幻&rank=rank_new\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"玄幻勤更榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=玄幻&rank=rank_update\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"都市热搜榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=都市&rank=rank_hot\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": true}\n },{\n    \"title\": \"都市好评榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=都市&rank=rank_good\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"都市完结榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=都市&rank=rank_finish\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"都市窜升榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=都市&rank=rank_increase\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"都市新书榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=都市&rank=rank_new\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"都市勤更榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=都市&rank=rank_update\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"科幻热搜榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=科幻&rank=rank_hot\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": true}\n },{\n    \"title\": \"科幻好评榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=科幻&rank=rank_good\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"科幻完结榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=科幻&rank=rank_finish\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"科幻窜升榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=科幻&rank=rank_increase\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"科幻新书榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=科幻&rank=rank_new\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"科幻勤更榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=科幻&rank=rank_update\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"历史热搜榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=历史&rank=rank_hot\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": true}\n },{\n    \"title\": \"历史好评榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=历史&rank=rank_good\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"历史完结榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=历史&rank=rank_finish\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"历史窜升榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=历史&rank=rank_increase\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"历史新书榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=历史&rank=rank_new\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"历史勤更榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=历史&rank=rank_update\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"仙侠热搜榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=仙侠&rank=rank_hot\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": true}\n },{\n    \"title\": \"仙侠好评榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=仙侠&rank=rank_good\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"仙侠完结榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=仙侠&rank=rank_finish\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"仙侠窜升榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=仙侠&rank=rank_increase\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"仙侠新书榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=仙侠&rank=rank_new\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"仙侠勤更榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=仙侠&rank=rank_update\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"游戏热搜榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=游戏&rank=rank_hot\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": true}\n },{\n    \"title\": \"游戏好评榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=游戏&rank=rank_good\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"游戏完结榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=游戏&rank=rank_finish\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"游戏窜升榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=游戏&rank=rank_increase\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"游戏新书榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=游戏&rank=rank_new\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"游戏勤更榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=游戏&rank=rank_update\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"武侠热搜榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=武侠&rank=rank_hot\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": true}\n },{\n    \"title\": \"武侠好评榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=武侠&rank=rank_good\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"武侠完结榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=武侠&rank=rank_finish\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"武侠窜升榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=武侠&rank=rank_increase\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"武侠新书榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=武侠&rank=rank_new\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"武侠勤更榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=武侠&rank=rank_update\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"灵异热搜榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=灵异悬疑&rank=rank_hot\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": true}\n },{\n    \"title\": \"灵异好评榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=灵异悬疑&rank=rank_good\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"灵异完结榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=灵异悬疑&rank=rank_finish\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"灵异窜升榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=灵异悬疑&rank=rank_increase\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"灵异新书榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=灵异悬疑&rank=rank_new\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"灵异勤更榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=灵异悬疑&rank=rank_update\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"奇幻热搜榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=奇幻&rank=rank_hot\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": true}\n },{\n    \"title\": \"奇幻好评榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=奇幻&rank=rank_good\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"奇幻完结榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=奇幻&rank=rank_finish\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"奇幻窜升榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=奇幻&rank=rank_increase\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"奇幻新书榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=奇幻&rank=rank_new\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"奇幻勤更榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=奇幻&rank=rank_update\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"军事热搜榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=军事&rank=rank_hot\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": true}\n },{\n    \"title\": \"军事好评榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=军事&rank=rank_good\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"军事完结榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=军事&rank=rank_finish\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"军事窜升榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=军事&rank=rank_increase\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"军事新书榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=军事&rank=rank_new\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"军事勤更榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=军事&rank=rank_update\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"体育热搜榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=体育&rank=rank_hot\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": true}\n },{\n    \"title\": \"体育好评榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=体育&rank=rank_good\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"体育完结榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=体育&rank=rank_finish\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"体育窜升榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=体育&rank=rank_increase\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"体育新书榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=体育&rank=rank_new\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"体育勤更榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=male&cate=体育&rank=rank_update\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"女频🚺总榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=全部&rank=rank_update\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": true}\n },{\n    \"title\": \"现言热搜榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=现言&rank=rank_hot\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": true}\n },{\n    \"title\": \"现言好评榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=现言&rank=rank_good\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"现言完结榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=现言&rank=rank_finish\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"现言窜升榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=现言&rank=rank_increase\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"现言新书榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=现言&rank=rank_new\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"现言勤更榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=现言&rank=rank_update\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"同人热搜榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=同人&rank=rank_hot\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": true}\n },{\n    \"title\": \"同人好评榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=同人&rank=rank_good\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"同人完结榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=同人&rank=rank_finish\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"同人窜升榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=同人&rank=rank_increase\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"同人新书榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=同人&rank=rank_new\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"同人勤更榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=同人&rank=rank_update\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"古言热搜榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=古言&rank=rank_hot\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": true}\n },{\n    \"title\": \"古言好评榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=古言&rank=rank_good\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"古言完结榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=古言&rank=rank_finish\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"古言窜升榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=古言&rank=rank_increase\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"古言新书榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=古言&rank=rank_new\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"古言勤更榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=古言&rank=rank_update\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"轻幻热搜榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=二次元&rank=rank_hot\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": true}\n },{\n    \"title\": \"轻幻好评榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=二次元&rank=rank_good\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"轻幻完结榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=二次元&rank=rank_finish\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"轻幻窜升榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=二次元&rank=rank_increase\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"轻幻新书榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=二次元&rank=rank_new\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"轻幻勤更榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=二次元&rank=rank_update\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"幻言热搜榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=幻言&rank=rank_hot\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": true}\n },{\n    \"title\": \"幻言好评榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=幻言&rank=rank_good\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"幻言完结榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=幻言&rank=rank_finish\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"幻言窜升榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=幻言&rank=rank_increase\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"幻言新书榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=幻言&rank=rank_new\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"幻言勤更榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=幻言&rank=rank_update\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"校园热搜榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=校园&rank=rank_hot\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": true}\n },{\n    \"title\": \"校园好评榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=校园&rank=rank_good\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"校园完结榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=校园&rank=rank_finish\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"校园窜升榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=校园&rank=rank_increase\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"校园新书榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=校园&rank=rank_new\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"校园勤更榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=校园&rank=rank_update\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"耽美热搜榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=耽美&rank=rank_hot\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": true}\n },{\n    \"title\": \"耽美好评榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=耽美&rank=rank_good\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"耽美完结榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=耽美&rank=rank_finish\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"耽美窜升榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=耽美&rank=rank_increase\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"耽美新书榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=耽美&rank=rank_new\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n },{\n    \"title\": \"耽美勤更榜\",\n    \"url\": \"https://quark.sm.cn/api/rest?method=Novelnew.home&gender=female&cate=耽美&rank=rank_update\",\n    \"style\": {\"layout_flexGrow\": 1,\"layout_wrapBefore\": false\n    }\n }]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36\"}",
    "lastUpdateTime": 1650209811066,
    "loginUrl": "https://gitee.com/no-mystery/shuyuan/",
    "respondTime": 180000,
    "ruleBookInfo": {
      "author": "@get:{x}",
      "canReName": "true",
      "coverUrl": "@js:java.get('key')==''&&book.coverUrl||((s=java.getStringList('img[alt*='+book.name+']@src||meta[property$=image]@content||img[src~=(cover|file|article)[^a-z]|/\\\\d+[/_-]\\\\d+(s?\\\\.|$)]@src||img[data-src~=\\\\S]@data-src||img[src*=/img]@src||img[src~=^(data|https?):|^[^:]+/]@src')).size()&&/^data:/.test(s=s.get(0))?java.base64Encode(s):s)",
      "init": "",
      "intro": "@js:java.get(\"g\")",
      "kind": "@js:java.get(\"v\")",
      "lastChapter": "@get:{z}",
      "name": "@js:正=true;\nif((key=String(java.get(\"custom\"))).length){\nif(~key.indexOf(\"全\"))java.put(\"全\",1);\nif((\nu=key.match(/[^\\[\\]]+(?=\\])/),\nc=~key.indexOf(\"录\"),\ny=~key.indexOf(\"单\"),\nbaseUrl=u?u[0]:baseUrl,\n(c||u)&&(baseUrl=c||y?(baseUrl=String((c=baseUrl.match(/(.+[^\\d])(\\d+)([^\\d]*)$/))[1]+1+c[3]),\nc=c[2]+'🌕'+c[1]+'🌕'+2+'🌕'+c[3],\nbaseUrl):baseUrl)\n)||~key.indexOf(\"直\")\n)java.put(\"目\",1),正=1;\nif(~key.indexOf(\"录\"))java.put(\"录\",c),正=1;\nif(y||~key.indexOf(\"#\")){\nif(!u){\nif((网=key.match(/(\\d+)#([^#]+)/))\n&&(尾=网[1],网=网[2].match(/^(.*[^\\d])([12])([^/?\\d]*)$/))\n||(尾=r.select('a[href~=\\\\d[^/?\\\\d]*$]:matches(^(尾|末|最后一)[頁页篇章回节節话話]$)')).size()\n&&(网=r.select('a:matches(^2$)')).size()\n&&(网=String(网.first().attr('href')).match(/^(.*[^\\d])([12])([^/?\\d]*)$/))\n&&(尾=String(尾.first().attr('href')).match(/\\d+(?=[^/?\\d]*$)/)[0])){\nc=尾+'🌕'+网[1]+'🌕'+网[2]+'🌕'+网[3]\n}else if((c=r.select('a:matches(^(\\\\d+|…+|\\\\.+)$)')).size()){\nif((网=String(c).split(/<a[^>]+>[^\\d<]+<\\/a>/)).length==2){\nfor(c=网[0],尾=网[1],x=+网[1].match(/>([^<]+)/)[1],网=网[0].match(/href=\"([^\"]*[^\\d])(\\d+)([^/?\\d\"]*)\"[^>]*>([^<]+)<[^<]+$/),j=+网[4],i=+网[2]-j;j<x;j++)c+=\"<a href='\"+网[1]+(j+i)+网[3]+\"'>\"+j+\"</a>\";\nc+=尾}\n}else c=1}\njava.put(\"单\",c),正=false}\nif(~key.indexOf(\"跳\"))java.put(\"跳\",1);\nif(~key.indexOf(\"逆\"))book.setReverseToc(true);\nelse book.setReverseToc(false);\nif((u=~key.indexOf(\"图\"))||~key.indexOf(\"原\"))java.put(\"原\",1);\nif(~key.indexOf(\"动\"))java.put(\"动\",',{\"webView\":true}');\nelse if(~key.indexOf(\"静\"))java.put(\"静\",1);\nif(u||~key.indexOf(\"字\"))java.put(\"文\",u?1:2)\n}else book.setReverseToc(false);\n\nif(zt=java.get(\"key\")==\"\"){\nif(key.indexOf(\"[h\")==key.indexOf(\"#h\")){\nr=java.getStringList(\"#results>div:has(a.c-header-inner:not([href~=\\\\.(baidu|qq|google|so|sogou|toutiao|bing|bilibili|douban|zhihu|shuqi|dangdang|sohu|renren|kaixin001|sina|163|ifeng)\\\\.com|\\\\.(sm|tianya)\\\\.cn|javascript:|&fr=shenma_],:matches(^(广告|推广|官方|手游|正版)$)):matches(番外|阅读|未删[减节]|完整版|最新(章节|更新|\\\\.)|[^0-9a-zA-Z]([aA][Zz][Ww]|[mM][Oo][bB][Ii]|[Ee][pP][uU][Bb]|[Tt][Xx][Tt])(?![0-9a-zA-Z])|章节|目录|弹窗|广告|防盗|手打全文|[纯全](?:手打|文字)|全[文本集])) a.c-header-inner@href||a.c-header-inner:not([href~=\\\\.(baidu|qq|google|so|sogou|toutiao|bing|bilibili|douban|zhihu|shuqi|dangdang|sohu|renren|kaixin001|sina|163|ifeng)\\\\.com|\\\\.(sm|tianya)\\\\.cn|javascript:|&fr=shenma_])@href\");\n\nif(r.size()){\n\nfor(i=0;i<r.size();i++){\n\ntry{z=(zz=java.get(ua=r.get(i),{})).statusCode()}catch(e){z=false}\n\nif(z==200||z==301&&(zt=false,true)){\njava.put(\"custom\",\"[\"+(baseUrl=String(zt?ua:zz.header(\"Location\")))+\"]\");\nif(zt)zt=!/<meta[^<>]+charset(?![ =:\"']+[uU][tT][fF]-8)|^[^<]*$/i.test(result=zz.body());\njava.put(\"访问\",zt?1:\"\");\nbreak;}\n}\n}\n}\nif(java.get(\"访问\")==\"\")result=java.ajax(baseUrl)}\n\nr=org.jsoup.Jsoup.parse(result);\nr.select(\"script,noscript,style,head>:not(meta),footer,[class~=^foot],[id~=^foot],a:has(>:last-child:matchesOwn(^分类$))\").remove();\n\nn=String(book.name);\n\nm=String(r).replace(/(?:&nbsp;)+/g,\" \");\n\nif(z=!zt){书=java.get(\"源\");\n\nif(x=(y=r.select('[property$=book_name]')).size()){\ny=y.attr(\"content\");\nu=书.indexOf(y)\n}else for(u=true,c=r.select(\"h1,h2,h3,strong\").eachText();x<c.size();x++)if(\n(y=c.get(x))!=''&&(u=书.indexOf(y),~u&&u<4))break;\nif(!~(y=String(y)).indexOf(n)&&~u)n=y;\n\nif((x=r.select(\"[property$=author]\")\n).size()){\nx=String(x.attr(\"content\")).replace(/^作\\s*[者家][\\s:：]*|(?!^)[/／｜|，,\\s][^⚙️]*$/,\"\")\n}else{\nx=m.match(/>\\s*([^>]+?)(?:\\s*<\\/[a-z]+>\\s*|\\s+)著\\s*<|[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】>《》](?:小说|漫画)?作\\s*者(?![^>]+->)(?:[:：\\s〖【（《［\\[\\(]|<[^it\\/][^>]*>|<\\/[^>]+>)+([^\\s<\">,，/／｜|\\)\\]］》）】〗]+)/);\nx=x?x[1]?x[1]:x[2]:(x=r.select(\"#author,.author\"),x.size()?String(x.first().text()).replace(/(?!^)[/／｜|，,\\s][^⚙️]*$/,\"\"):\"\")}\n\nif(n.indexOf(x)>0&&!~java.get(\"key\").indexOf(n))n=n.split(x)[0];\njava.put(\"x\",x)}\n\nif(z||book.kind==''){\ny=r.select(\"meta[property~=(category|status)$]\");\nc=y.size()?String(y.eachAttr(\"content\"))\n.slice(1,-1).replace(/(?!^)\\s*[，,./／｜|]\\s*/,\",\"):(y=m.match(/(?:[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】》]|<[^a/][^>]*>|<\\/[^>]+>)(?:[分大]\\s*类|类\\s*[型别])(?:[:：\\s]|<[^>]+>)+([^\\s<.\"/／｜|>]+)/))&&y[1];\nif(c)java.put(\"v\",c)}\n\ny=r.select(\"meta[property~=latest_chapter_name$]\");\n\nc=y.size()?y.attr(\"content\"):(y=m.match(/>(?:\\s*[更最]\\s*[新近])+(?:\\s*章\\s*节)?(?:[:：\\s\\[]|<[^>]+>)+(?!\\s*(?:-|&gt;)\\s*<|[:：\\s0-9T年月日时分秒*-]{5,}<|[^:：]+[^章\\s]\\s*[:：]\\s*<|更新(?:时间)?[:：])([^<\"/／｜|\\]>]+)/))&&y[1];\nif(c)java.put(\"z\",c);\n\nif(z||(c=book.intro)==''){\ny=r.select(\"meta[property$=description][content~=\\\\S]\");\nc=y.size()?y.get(y.size()-1).attr(\"content\"):(r.select(':matchesOwn([\\\\u4e00-\\\\u9fa5]{2,})>:not(br),:not(body,br,:matchesOwn([\\\\s\\\\S]{50}),:has(body,:matchesOwn([\\\\s\\\\S]{50})))').remove(),r.select(\":matchesOwn(\\\\S)\").text())}\nc=String(c==\"\"?book.intro:c);\n\nif(java.get(\"g\")==\"\")java.put(\"g\",\"\\n\"+c.replace(/[\\snbsp;]*(?:&nbsp;|\\s){2,}|\\s*([？！。]+[”」』\\]\\}\\)）｝】〗〕〉]?)\\s*/g,\"$1　　\").replace(/(?!^)(?=　　)/g,\"\\n\"));\n\nif(正==1)m=java.ajax(baseUrl);\njava.setContent(m,baseUrl);\n\nif(正){\nzl=java.getStringList(\"[property$=latest_chapter_url]@content||:matches(^最新章节)>a:only-child:not([href~=^$|#|javascript:])@href||a:matches(^正文\\\\s*[\\\\d第一二三四五六七八九十〇零百千]|^[【《]?(\"+n+\")?[\\\\s》】（\\\\u0028:：＿_－-]*(第[\\\\s0〇零]*[一1]\\\\s*[\\\\u4e00-\\\\u9fa5]|([\\\\u4e00-\\\\u9fa5]{2}阅读[（\\\\u0028:：＿_－-]?)?(0*1([）\\\\u0029.、:：_-]|$)|[〇零]*一([）\\\\u0029\\\\s.、:：_-]|$)))):not([href~=(^|[^/])/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&_-]*$|^$|#|javascript:|\"+(bas=baseUrl.replace(/\\/+$|\\.[a-zA-Z]+$/,'')).match(/[^?/]+$/)[0].replace(/([*$|?+\\\\\\^\\[\\](){}])/g,'\\\\$1')+\"(?:[/_-]1)?(?:\\\\/|\\\\.[a-zA-Z]+)?$])@href||a:matches(^[^\\\\u4e00-\\\\u9fa5]*(免费|在线|开始|立即|全文|正文|从头)+[试阅]读[^\\\\u4e00-\\\\u9fa5]*$):not([href~=^$|#|javascript:])@href||a:matches(^0*1[^\\\\d]):not([href~=(^|[^/])/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&_-]*$|^$|#|javascript:])@href\");\n\nif(zl.size()&&(ck=String(zl.get(0)).match(/^(.*\\/\\/[^/]+)?([/?]?[^/].+[?&/_-])[^&/_-]+\\/?$/)))(jd=ck[1])&&(h=baseUrl.lastIndexOf('/',baseUrl.indexOf(jd.match(/(?:\\.[^.]+){2,}$|[^./]+\\.[^.]+$/)[0])))>8&&(\nq=baseUrl.indexOf(':'),\n(bas=java.get(baseUrl=baseUrl.slice(0,q+2)+baseUrl.slice(h),{})).statusCode()==200&&java.setContent(bas.body(),baseUrl)\n),java.put(\"ck\",ck[2])}\nn",
      "tocUrl": "@js:if(java.get(\"单\")==''){\nif(java.get(\"录\")==java.get(\"目\")){\nr=org.jsoup.Jsoup.parse(result);\n\nscript=r.select(\":matchesOwn(^$)>a[href^=javascript:]:matches(全文|章[節节]|目[錄录]):not(:matches(最新))\");re=false;\n\nif(!script.size()){\nba=(bas=baseUrl.replace(/\\/$|\\.[a-zA-Z]+$/,'')).match(/(http....[^/?]+)(?:([?/])(.*))?$/);b=ba[1];v=ba[3];\n\nr.select(\"a[href~=[^a-z]page[^a-z]]:not(:matches([反正顺順逆倒]序|[全正]文|更多|全部|所有|章[節节]|作品|目[錄录]|列表)),a:not([href~=^(?!//)[^#:]+$|\"+b.split(':')[1]+\"]),:matchesOwn(\\\\S)>a,a[href~=javascript:|#],a:matches(^\\\\S{1,4}$):not(:matches([反正顺順逆倒]序|[阅閱][讀读]|查看|展[开開]|进入|[全正]文|更多|完整|全部|所有|目[錄录]|列表|章[節节]):not(:contains(分类)))\").remove();\n\ny=r.select(\"a[href~=(?i)catalog|contents|chapters|mulu|(^|[^a-z])ml|showchapter|(^|chapter[/_-]?|\"+v.replace(/(.+)((\\/\\d\\d)\\d+)$/,\"$1$3$2\")+\"[/_-])(more|list|all)|sort[/=_-]asc]\");\n\nif(!y.size()){b3='';\n\nif(ba[2]==\"?\"){\nb3='[href~=^[^?]+$],'\n}else if(ba[3]){\nb3=ba[3].replace(/[*$|?+\\\\\\^\\[\\](){}]/g,'\\\\$0');\n\nb3=\"[href~=\"+b3+\"(\\\\.[^.]+|/\\\\d+(\\\\.[^.]+|/)?)?$],[href~=[/?]\"+b3.replace(/[&/_-][^/_-]+$/,'')+\".*$]:not([href~=[/?]\"+b3.replace(/[/_-]/g,'[/_-]')+\"]),\"}\n\ny=r.select(\"a:not(\"+b3+\"[href~=(?i)(^|[^/])[?/].*((book|[^a-z])(info|case)[^a-z]|(cid|buy)[^a-z]|desc|coins|nutrition|review|ticket|update|(app|author|xiazai|down)(?!=))|/chapter|/index/|/d/],:matches((?i)^$|[0-9零〇一二三四五六七八九十百千万、，：；？！。…‘’“”（）()]|[票榜:：.]|推荐|排行|等级|说明|收藏|书评|简介|分[类卷]|简介|作者|手机|软件|应用|安装|客户|移动|pc|电脑|安卓|苹果|下载|最新|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub))\")}\n\nif(y.size()){\nys=y.select(\"a[href~=(?i)catalog|contents|list|chapter|mulu|(^|[^a-z])ml|more|read|all]:matches([反正顺順逆倒]序|全文|章[節节]|目[錄录]):not(:matches(阅读)),a[href~=(?i)catalog|contents|chapter|(^|[^a-z])ml|mulu|read]:matches(更多|列表),a[href~=(?i)catalog|contents|list|chapter|mulu|(^|[^a-z])ml|more|all]:matches(^$),a:matches(^[^\\\\u4e00-\\\\u9fa50-9]*([反正顺順逆倒]序|全文(免[費费])?[阅閱][讀读]|(点击|查看|展[开開]|进入|返?回到?)*([全正]文|(更多|完整|全部|所有)?(章[節节]|(作品)?目[錄录])+)+(列表)?(\\\\s*(查看|展开)?更多)?)[^\\\\u4e00-\\\\u9fa50-9]*$)\");zt=false;\n\nif(!ys.size()){\nba=bas.match(/(\\?(?:[^=]+=)+)(.+)$/)||bas.match(/(?:[^/_-][/_-]([^/._-]+))?[/_-]([^/._-]+)(?:\\/index[^/]*)?$/);\n\nif(xi=(id=ba[2]).match(/\\?[^=]+=([^&]+)/)||id.match(/^[^\\d%]*(\\d{2,}|[1-9])$/))id=xi[1];\nif(ba[1])if(xi=ba[1].match(/^[^\\d%]*(\\d{2,})$/))id=/^\\d$/.test(id)||!xi[1].indexOf(id)?xi[1]:\"(\"+id+\"|\"+xi[1]+\")\";\n\nys=y.select(\"[href~=(?i)^((.*//[^/]+/)?[^=.]*[^\\\\d=.])?\"+id+\"([?_-][a-z=_-]*0|\\\\.[^.]+|[/?]([^\\\\d]*|[^/\\\\d]*/?|(list|more|all)([=_-][a-z]*)?\\\\d+[^\\\\d]*)?)?(&.+)?$]:not(:contains(\"+(bs=String(book.name)[0])+\"))\");\n\nif(!ys.size()){zt=true;\nys=y.select(\"[href~=(?i)^((.*//[^/]+/)?[^=.]*[^\\\\d=.])?(\\\\d+/\"+id+\"[_-]\\\\d+[^\\\\d]*|\"+id+\"[_-][a-z_-]*1[^\\\\d]*)$]:not(:matches(阅读|\"+bs+\"))\")}}\n\nif(ys.size()){\nif((re=ys.select(\"[href~=(/|^)[^.]+$]\")).size())ys=re;\nre=String(ys.first().attr(\"href\"));\n\nfor(x=1;x<ys.size();x++)if((xs=String(ys.get(x).attr(\"href\"))).length>re.length)re=xs;\n\nif(/(?:[2-9]\\d*|1\\d+)[^\\d]*$/.test(re)){\nif(!zt&&(q=re.match(/^(.*[^/])?[&?/].*(?:catalog(ue)?|contents|(?:show)?chapters?|mulu|ml|more|all|list|page)(?:[=_-][a-z]*)?\\d+[^\\d]*$/i))&&v==(q[1]||'').replace(/^http....[^/?]+/,''))zt=true;\nif(zt)re=re.replace(/\\d+(?=[^\\d]*$)/,\"☯1\")}\n\n}}}\n\nre=String(!re?baseUrl:(java.put(\"基\",baseUrl),/^\\/[^/]/.test(re)?b+re:/^https?:/.test(re)?re:/^\\/\\//.test(re)?b.split('//')[0]+re:String(baseUrl).replace(/[^/]*$/,'')+re))}else re=baseUrl;\n\nr=re.replace(/(?:[☯?&/_-][^\\d?/&_-]*[01])+[^\\d]*$/,\"\");\njava.put(\"ba\",r);\nre=re.replace(\"☯\",\"\")}else re=baseUrl;\n\njava.get(\"跳\")==1?re+',{\"webView\":true}':re",
      "wordCount": "{{baseUrl}}##//([^/]+)##$1##"
    },
    "ruleContent": {
      "content": "@js:dt=lr='';c=1;动=java.get(\"动\");\nif(动!=''&&!~baseUrl.indexOf(\",\")){\nresult=String(java.ajax(baseUrl+动))\n}else if(java.get(\"静\")==动)c=dt=2;\n\nr=org.jsoup.Jsoup.parse(r1=result.replace(/&nbsp;/g,' '));\n查=i=java.get(\"序\");\n\nif(java.get(\"文\")==1){for(;c;c--){\nd=[\"img[data-src],img[src~=[^a-z]cid[^a-z]]\"\n,\"img:not([src~=(?i)^$|^javascript:|\\\\.gif|\\\\.png|[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,\"img[src~=(?i)\\\\.png]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,'img[src~=(?i)\\\\.gif]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])'];\n\nif(!(查!=\"\"&&(查!=-1&&((lr=r.select(d[查])).size(),true)))){\n$=it=>(lr=r.select(it)).size();\nif($(d[i=0])||$(d[i=1])||$(d[i=2])||false)break;\n\nif(c==2){dt=1;\nr=org.jsoup.Jsoup.parse(java.ajax(baseUrl+',{\"webView\":true}'))\n}else i=$(d[3])?3:-1}}\nif(i==0)lr=String(lr).replace(/(?:src=['\"][^'\"]+['\"] +)?data-/g,'');\nif(查==\"\")book.putVariable(\"序\",i);\n\n}else{\nsc=java.get(\"文\")==2?\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br)),a>*,:has(a):not(:matchesOwn([\\\\S\\\\s]{50,}),:has(:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(br,a,:matchesOwn([\\\\s\\\\S]{50})),:not(br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)),:has(p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))'\n:\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br,img:not([src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg]))),img[src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg],a:not(:matches(^$)>img)>*,:has(a):not(img,:matchesOwn([\\\\S\\\\s]{50,}),:has(img,:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(img,br,a,:has(img),:matchesOwn([\\\\s\\\\S]{50})),:not(img,br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,img,div:matchesOwn(，|。)+div:matchesOwn(，|。)),:has(img,p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))';\n\nd=[\":matchesOwn(\\\\S):has(br):has(:matchesOwn(\\\\S):has(br))\"\n,\":matchesOwn(\\\\S):has(br)\"\n,\":has(>:matchesOwn(\\\\S):not(:has(*))+:matchesOwn(\\\\S):not(:has(*)))\"\n,\":has(>:has(>p:only-child:matchesOwn(\\\\S):not(:has(*)))+:has(>p:only-child:matchesOwn(\\\\S):not(:has(*))))\"\n,\"img\"\n,\":matchesOwn(\\\\S)\"];\n\ntry{for(查=i!=''?i:java.get(\"元\");c;c--){\n\nif(!(c>1&&(String(r.text()).length<400||r.select(':matchesOwn(内容未加载完成|关闭(阅读|小说)模式)').size()))){\nr.select(sc).remove();\n\nif(!(查!=\"\"&&(lr=r.select(i?d[i==6?5:i]:查)).size()))for(i=0;i<6&&(lr=r.select(d[i]),i==4&&c==1?!lr.size():String(lr.text()).length<200);i++);\nif(c<2||i<6)break;}\n\nr=org.jsoup.Jsoup.parse(r2=String(java.ajax(baseUrl+',{\"webView\":true}')).replace(/(<[a-z]+)&nbsp;/g,'$1 '));\ndt=r1.length==r2.length?2:1}\n\nfor(c=lr.first(),v=1;v<lr.size();v++)if(lr.get(v).parents().contains(c)){\nlr.remove(v);\nv--}else c=lr.get(v);\n\nlr=String((c=lr.size()==2&&i<4)?String(lr.first().text()).length>String(lr.get(1).text()).length?lr.first():lr.get(1):(c=lr.size()==1)?lr.first():lr);\n\nif(查==\"\"){\nif(c&&(查=lr.match(/<([a-z]+) ([^>]+)>/))&&(查[2]=查[2].match(/(?:id|class|style)=(?:\"[^\"]+\"|'[^']+')|[^= ]+(?==\"[^\"]+\"|'[^']+')/g))){\nbook.putVariable(\"元\",查[1]+'['+查[2].join('][')+']')\n}else book.putVariable(\"序\",i)}\n\nlr=lr.replace(/<([a-z]+)[^>]*\"-\\d+\"[^>]*>[^<]+<\\/\\1>|[^<>]*<a[^<]+<\\/a>[^<]*|&lt[; ]?\\/?[a-z]+(?= |\\/?&gt)(?:[ a-z=-]+|\"[^\"]+\"|'[^']+')*\\/?&gt[; ]?|[☯📑⚙️🌕︴]/g,\"\").replace(/\\s+(?:\\s|(?:(?:(?:n?b)?s)?p)?;)/g,\"　　\");\n\nif(java.get(\"原\")!=1)lr=(!lr.indexOf(\"　　\")?lr.replace(/>(?!　　|\\s*(?:(?:(?:n?b)?s)?p)?;)\\s*(?=[^\\s<>])/g,\">︴\"):lr).replace(/((?:[〖【『「（《〈〔［\\[(][^〖【『「（《〈〔［\\[()］〕〉》）」』】〗\\]]*[)］〕〉》）」』】〗\\]]\\s*)*(?:第?\\s*[一二三四五六七八九十百千万〇零0-9]+\\s*[章节回話话：:.．,，、]*\\s*)?{{n=(t=title.match(/\\S+$/)[0].replace(/[*$|?+\\\\\\^\\[\\](){}/]/g,\".?\")).replace(/^(正文[^\\u4e00-\\u9fa5A-Za-z]*|第?[一二三四五六七八九十百千万〇零0-9]+[章节回話话\\s：:.．,，、]*)+/,\"\"),n!=t&&/\\S/.test(n)?\"(?:第?\\\\s*[一二三四五六七八九十百千万〇零0-9]+\\\\s*[章节回話话：:.．,，、]*\\\\s*\"+n+\"|\"+t+\")\":t}}(?:\\s*[〖【『「（《〈〔［\\[(][^〖【『「（《〈〔［\\[()］〕〉》）」』】〗\\]]*[)］〕〉》）」』】〗\\]])*)/g,\"⚙️$1⚙️\")+\"📑\"\n}catch(e){}}\nif(dt)book.putVariable(dt==1?\"动\":\"静\",',{\"webView\":true}');lr",
      "imageStyle": "FULL",
      "nextContentUrl": "@js:if((r=java.getStringList((nx=java.get(\"next\"))+\"a:matches(第二[頁页]|下[一\\\\s]*[頁页]):not([href~=^javascript:|^#])@href||a:matches(下[一\\\\s]*[篇章回节節话話]):not([href~=^javascript:|^#])@href||a[href~=[_-]\\\\d+(/|\\\\.[a-z]+)?$]:has(i,img):not(:matches(\\\\S),[href~=^javascript:|^#])@href\")).size()){\nif(~String(book.tocUrl+(nextChapterUrl||'')).indexOf(r=String(r.get(r.size()-1)))||~r.indexOf(nextChapterUrl||String(book.tocUrl).replace(/.+(?=_\\d+\\/$)/,'')))r=null\n}else r=null;\nif(r){if(nx!='')chapter.putVariable(\"next\",(n=r.replace(/\\d+(?=[^\\d]*$)/,it=>+it+1))==r?'':'a[href=\"'+n+'\"]@href||');\nr+java.get(\"动\")}",
      "replaceRegex": "@js:if(java.get(\"原\")==1){result}else{\nresult=result.replace(/⚙️([^\\u4e00-\\u9fa5⚙️]+|[零〇一二三四五六七八九十百千万\\s]+|(?!第[零〇一二三四五六七八九十])[\\u4e00-\\u9fa5]+)⚙️/g,'$1').split('📑');\nl=result.length-1;\nwhile(l)if(r=result[--l].match(/^(\\n+(?:[^\\n]{1,30}\\n+){1,3})([\\S\\s]+)$/))result[l]=r[1]+r[2].replace(/⚙️/g,'');\nresult.join('📑')\n.replace(/—/g,\"─\")\n.replace(/[·۰•・]/g,\"・\")\n.replace(/\\s*(?:︴[^\\n　]+\\s+)*📑\\s*|^\\s*(︴[^\\n　]+\\s+)*|\\s*(?:　　|\\n)(?:[\\s&#a-zA-Z0-9]*;)?[\\s　?]*/g,\"☯\")\n.replace(/(?:︴[^☯]*☯)+(?=︴)|☯(?:温馨|[^a-zA-Z0-9\\u4e00-\\u9fa5☯]+)提示.?[:：][^☯]+|☯[^☯]+字体不会安装.?请百度[^☯]+|☯.{0,2}正版订阅在阅文旗下的起点和QQ书城，可以第一时间看到最新章节.{0,2}(?=☯)|︴\\s*第?[〖【『「（《〈〔［｛\\[{(][^☯]+(?=☯)|☯第\\s*[（(][^（()）]+[)）][頁页](?=☯)|[^☯]*(?:关注|[微vVＶｖ][^\\u4e00-\\u9fa5A-Za-z0-9]*[信xXｘＸ]|公[^\\u4e00-\\u9fa5]*众[^\\u4e00-\\u9fa5]*号){2,}[^☯]*|(?:&#?[a-z0-9]*;?)+(?=;|☯);*|read[sx][；;?？]+/g,\"\")\n.replace(/\\s+/g,\" \")\n.replace(/☯[ ☯]*/g,\"\\n\")\n.replace(/(\\n[〖【『「（《〈〔［｛\\[{(]?)([pPＰｐ][SsｓＳ]+(?=[ ：:;；，,、。.─\\d\\u4e00-\\u9fa5])[^\\n]+)/g,\"$1🌕$2\")\n.replace(/\\[\\[\\[[^\\[\\]]+http:file2.qidian.comchapters(.{5,6})(..)([^\\[\\]]{35})\\]\\]\\]/g,'<img src=\"http://file2.qidian.com/chapters/$1/$2/$3\">')\n.replace(/(<img )[^>]*(src=\"[^\"]+\")[^>]*(>)|((?: ?[＋+－-]?[0-9０-９]+(?:[．.／/][0-9０-９]+)?[％%:：]?[a-zA-Z]*)+ ?|[ _＿－-]?[a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９]+)/g,\"$1$2$3☯$4☯\")\n.replace(/☯[・。](?=☯)/g,\"☯.\")\n.replace(/,\\n/g,\"，\")\n.replace(/!(?=\\n)/g,\"！\")\n.replace(/\\?(?=\\n)/g,\"？\")\n.replace(/(<[^<]+)☯☯/g,\"⚙️$1⚙️\\n\")\n.replace(/(?:\\n[^āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─🌕︴\\n]+|([。？！…”』」】〗])[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─☯︴\\n]+[\\u4e00-\\u9fa5]+)?[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─⚙️☯︴\\n]+(?=\\n)|[^☯!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛｝］〕〉）＞’”》」』】〗]*☯([a-zA-ZＡ-Ｚａ-ｚ]*[āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ][a-zA-ZＡ-Ｚａ-ｚ]*)☯[^☯!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛｝］〕〉）＞’”》」』】〗]*/g,\"$1$2\")\n.replace(/[^!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜<（〈〔［｛({\\[\\]})｝］〕〉）>＞’”》」』】〗︴🌕]*(?:☯[^.．!(),\\n\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗⚙️]+|([^☯!(),\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘<＜（〈〔［｛({\\[\\]})｝］〕〉）＞>’”》」』】〗⚙️])(?!\\1)|☯(?=[^☯!(),\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗][!(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗])|[〖【『「（《〈〔［｛\\[{(][^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[)｝］〕〉》）」』】〗\\]}]){4,}|[^；;％%～~?？!！\"'”’。…─\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[〖【『「（《〈〔［｛\\[{(][^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[)｝］〕〉》）」』】〗\\]}](?:[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+(?=[)｝］〕〉》）」』】〗\\]}]))?/g,\"📑\")\n.replace(/([；;％%～~?？!！\"'”’。…─])📑(?=[)｝］〕〉》）」』】〗\\]}])/g,'$1')\n.replace(/(?:([\\n。？！])[^\\n。？！]{1,10})?[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*(?:☯[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]☯|📑|🌕)[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[｝］〕〉》）」』】〗\\]})](?:[^。]{0,5}(?:[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*(?:☯[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]☯|📑)[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[｝］〕〉》）」』】〗\\]})]|[^📑!,()\\s\\u4e00-\\u9fa5、，：；？！。…─‘’“”（）《》〖〗【】]+))*(?:(?:[^\\n]{1,10}|(?:[\\u4e00-\\u9fa5]{0,5}[，、])*[\\u4e00-\\u9fa5]+[！。]?)(?=\\n))?/g,\"$1\")\n.replace(/((?:[请請][记記]住)?[^⚙️🌕📑︴*\\n(),\\u4e00-\\u9fa5、，：；？！。…─「」‘’“”（）《》〖〗【】]*(?:(?:[^⚙️🌕📑︴*\\n(),\\u4e00-\\u9fa5、：，；？！。…─「」‘’“”（）《》〖〗【】]+[*(), \\u4e00-\\u9fa5、，:：；？！。…─「」‘’“”（）《》〖〗【】]{1,3})*[^*︴📑☯⚙️🌕\\s&;(),āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜa-zA-ZＡ-Ｚａ-ｚ0-9０-９\\u4e00-\\u9fa5、,，:：;；?？!！。…～~─'\"‘’“”【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}％%・/／＝=_＿.．＋+－-]+(?!(?:[^>]+>)?⚙️)|☯[^☯\\n]+☯\\.☯[^☯\\n]+☯|本[文书](?:首发|来自)|(?:章节不完整.?|完整章节)?请.{2,6}(?:搜索|百度|引擎|关键[词字])+|(?:[阅閱][讀读]|访问|訪問|[網网地][站址]|链接|鏈接|[\\u4e00-\\u9fa50-9a-zA-Z]{0,4}(?:文学|中文|[網网]))+[:：]|[\\u4e00-\\u9fa50-9a-zA-Z]{0,6}(?:[網网地][站址]|链接|鏈接)为|.{2,4}文[学學][網网]|[请請].{2,4}收藏(?:.{0,2}推[荐薦])?|(?:天才)一秒[記记]住|，?請?訪問|(?:[更最][快新]|[快高]速|热门|(?:[阅閱][讀读])?完整|本|(?:官[網网]|本站).{0,2})(?:章[節节]|小说|更新|[網网地][址站][:：]?|快速)|更新(?:速度)?[最更]?快|(?:(?:无错)?小说|正版|免费|全[文本]|在线|访问|訪問|txt|TXT|继续|各种|推[荐薦]|收藏|分享|交流|你?喜欢的)+(?:全文|免费|在线|[阅閱]?[讀读]|下载|章[節节]|小说|好书)|章[節节](?:目录|列表)|小说[網网](?:更新)?|手打全文|[纯全](?:手打|文字)|手机看书|手机版|笔趣阁|(?:本站|[網网]站|站内|看)?无(?:任何)?(?:广告|弹窗|防盗)(?:章节)?|不弹窗|(?:(?:請|请|或者?)?(?:訪問|访问|[電电手][腦脑机機]|[網网][址站]|用[户戶]|浏览|瀏覽|閱讀|阅读|看小说|看漫画)){2,}|看小说|看漫画|(?:用[^\\n]{2,6})?(?:[追看]书|小说)(?:就用|软件|☯[^☯]+☯)，?|用[^\\n]{2,6}[追看]书|(?:..的)?(?:最佳选择|阅读体验)|(?:推[荐薦]|收藏|分享)(?:本站|我们)|小说..版|文章质量更好|谢谢各位(?:读者|书友)支持|水印广告测试|本章未完|请翻页|点击下一页|领.{0,2}红包|同步更新《[^《》]+》|关注[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+[)｝］〕〉》）」』】〗\\]}])(?:[* (),\\u4e00-\\u9fa5、，：；？！。…─‘’“”（）《》〖〗【】]{0,3}[^⚙️📑*\\n(),\\u4e00-\\u9fa5、，：；？！。…─「」‘’“”（）《》〖〗【】]+|[….。!！]+(?=\\n))*|⚙️(?!<)[^⚙️\\n]+⚙️)/g,\"\\n⚙️$1⚙️\\n\")\n.replace(/⚙️(<[^<>]+>)⚙️\\n|[〖【『「（《〈〔［｛\\[{(](?:[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]{0,3}\\n⚙️(?!\\s*\\S\\s*⚙️).+⚙️\\n*)+[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]{0,3}[)｝］〕〉》）」』】〗\\]}]|(🌕)\\s*⚙️|⚙️\\n[^\\u4e00-\\u9fa5]{0,5}\\n⚙️|\\n⚙️\\s*(\\S)\\s*⚙️\\n(?![^⚙️]{1,3}⚙️)|(⚙️\\n)|([，、；])[\\s,，。、…:：;；?？!！`’]*[,，。、…:：;；?？!！`’](?!⚙️)|\\n[\\s,，。、…:：;；?？!！`’]*(?=[,，。、:：;；?？!！])|([：？！。…─])(?:[^⚙️☯a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n…─“‘’”〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+(?=\\n)|[^⚙️☯a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n…─“‘’”〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+)|☯/g,\"$1$2$3$4$5$6\")\n.replace(/([)）？！?!…」』”\\s。])(?:[^\\n（(🌕)）”』」’。]{0,5}(?:(?:\\n⚙️.+⚙️\\n|[^（()）\\n”』」。]{0,5}📑)[^（()）\\n。]{0,5}(?:\\n⚙️.+⚙️(?:\\n(?=\\n⚙️|[^（()）\\n]{1,5}\\n))?|[^（()）\\n。]{0,5}📑(?:[^📑]{1,5}(?=\\n⚙️))?)+(?:[^（()）\\n]{1,5}(?=\\n))?|(?:(?:(?:\\n⚙️.+⚙️\\n|[^（()）\\n。]{0,5}📑)[^（()）\\n]{0,5}){2,}|[^（(🌕)）”』」’\\n。]{0,5}(?:(?:請|关键[词字]|[電电手][腦機]|用戶|瀏覽|[阅閱]讀|推[薦荐]|收藏|分享|文章质量|谢谢(各位|支持|大家)|水印|翻页|点击|下[一\\s]*[页頁篇章回节節话話]|免费|热门|官网|正版|在线|同步|下载|文学|中文|章节|[本网][站址]|站内|小说|更新|无错|[本全][文本章]|首发|广个?告|弹窗|防盗|访问|訪問|txt|TXT|读者|书友|百度|[插说]一?[下句]话?，[\\u4e00-\\u9fa5]{0,5})[^（()）\\n]{0,5})*(?:📑|\\n⚙️[^\\n]+⚙️\\n)[^（()）\\n]{0,5}(?:(?:請|关键[词字]|[電电手][腦機]|用戶|瀏覽|[阅閱]讀|推[薦荐]|收藏|分享|文章质量|谢谢(各位|支持|大家)|水印|翻页|点击|下[一\\s]*[页頁篇章回节節话話]|免费|热门|官网|正版|在线|下载|同步|文学|中文|章节|[本网][站址]|站内|小说|更新|无错|[本全][文本章]|首发|广个?告|弹窗|防盗|访问|訪問|txt|TXT|读者|书友|百度)[^（()）\\n]{0,5})*|[^（(🌕)）\\n”』」’。]{0,3}\\n⚙️.+⚙️\\n[^（()）\\n。]{0,3})(?:[\\u4e00-\\u9fa5]+[！。]?|[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n]+)?(?=\\n)))+|\\n⚙️[^\\u4e00-\\u9fa5]+⚙️\\n|📑|\\s*︴\\s*|\\n?⚙️\\n?|\\n[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n]{2,}\\n[^🌕a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n“《‘【〖『「]*/g,\"$1\")\n.replace(/(?:(?:\\n🌕[^\\n]*)+(?:\\n+[^\\n]+){0,4}|\\n(?:[(（{｛][^(（<{｛｝}>）)]*(?:(?:[(（{｛][^(（<{｛｝}>）)]*[）)｝}])[^(（<{｛｝}>）)]*)*[）)｝}]?\\s*)+|[^\\n]*起点(?:原创|中文)[^\\n]*|[〖【『「（《〈〔［｛\\[{(]?未完待续[^\\n]*)[^\\u4e00-\\u9fa5<>]*$|^\\s*(?:(?:[^\\n]+\\n+){0,4}(?:🌕[^\\n]*\\n?)+|(?:[(（{｛][^(（<{｛｝}>）)]*(?:(?:[(（{｛][^(（<{｛｝}>）)]*[）)｝}])[^(（<{｛｝}>）)]*)*[）)｝}]?\\s*)+|，[^\\n]+)\\n|(?:^|\\n)[^a-z0-9A-Z\\u4e00-\\u9fa5]*(?=\\n)|🌕|\\n\\s*[a-zA-Z]+\\s*$/g,\"\")}",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$..novel_item[*]",
      "bookUrl": "$.url",
      "coverUrl": "$.icon",
      "intro": "$.description",
      "kind": "$.status&&$.tag@js:String(result).slice(1,-1).split(/\\s/)",
      "lastChapter": "",
      "name": "$.title##[(（][^(（）)]*[）)]$",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "@get:{au}",
      "bookList": "@js:java.get(\"key\")!=\"\"?java.getElements(\"#results>div:has(a.c-header-inner:not([href~=\\\\.shuqi\\\\.com|\\\\.sm\\\\.cn|javascript:|&fr=shenma_],:matches(^(广告|推广|手游)$)))\"):java.getElements(\"a[data-index][href^=https://quark.sm.cn/s?q=]\")",
      "bookUrl": "@get:{link}",
      "coverUrl": "@get:{d}@get:{l}\n@js:decodeURIComponent(result)",
      "intro": "@js:java.put(\"i\",\"\"+java.get(\"zt\")?\"\":String(java.get(\"ii\")).replace(/^.{1,12}\\n/,\"\"))",
      "kind": "@js:java.get(\"类\")",
      "lastChapter": "a.c-header-inner@data-recoorgi||a.c-header-inner@href||*@href@put:{zt:\"@css:div>span.c-e-subtitle-item@text\",ii:\".js-c-paragraph-text@all\",d:\"*@data-i\",l:\"*@data-load\"}\n@js:java.put(\"link\",result.match(/[^\\n]+/)[0]);\n##[^/]+//",
      "name": "@js:sc=org.jsoup.Jsoup.parse(re=String(src).replace(/\\s*(?:&nbsp;)+\\s*/g,\" \").replace(/\\s*<\\/?em>\\s*/g,\"\"));\nres=String(sc.select('span[c-bind]:matches(\\\\S)').first().text());\n\nkey=java.get(\"key\");\nax=java.get(\"aut\");\nlx=sc.select('div>span.c-e-subtitle-item').text();\njava.put(\"源\",r=(r=res.match(/(.{0,2})《([^《》]+)》(.{0,3})/))&&r[3]!=\"作品集\"&&!r[1].match(/新[书作]/)?r[2]:res.replace(/[(（][^(（）)]*[）)]$/,''));\n\nif(key!=\"\"){\nau=sc.select('span.js-c-property-text a');\n\nif(au.size()){\nax=au.get(0);\nfl=sc.select('span.js-c-property-text:not(:has(a))').text();\nlx=(zb=sc.select('.c-header-title span:not([c-bind])'))?zb.text()+\"\\n\"+fl:fl;\n}else{\nr=r.replace(/^(简介页|详情页|目录页|正版|全本|免费阅读|[\\s。.,_/|《「『【〖（(\\[\\])）〗】』」─—-]+)+/,\"\").replace(/(?!^)[^\\u4e00-\\u9fa5a-zA-Z0-9]*(?:笔趣阁|思路客|燃文|小说|漫画|手机)?(?:[.|,_/\\s「『【〖（(\\[\\])）〗】』」。─—-]|(?:人工|机器|电脑)?校正|精校|完[整结]|加料|番外|未删节|简介|全[文本集]|下载|(?:小说|漫画|大全|正版(?:小说|漫画)?|免费|免费小说|免费漫画|免费全[文本]|在线|最[新快]|全部|手机|电脑)(?:全[文本集部]|大全|免费|在线|阅读|下载|章节|小说|更新|漫画|\\.)|([^a-zA-Z0-9])(?:azw|mobi|epub|txt)(?![a-zA-Z0-9])|(?:最全)?(?:章节|目录|列表){2,}|更新章节最快|无广告|(?::顶点)?无弹窗|无防盗|小说网|手打全文|[纯全](?:手打|文字)|\\s*by\\s*(?=[\\u4e00-\\u9fa5]))[\\S\\s]*/i,\"$1\");\n\nif(ax==\"#\"||!~re.indexOf(ax)){\nax=re.match(/《([^《》]+)》作品集|[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】《》>]作\\s*者(?:[:：\\s“\"'(（]|<[^it\\/][^>]*>|<\\/[^>]+>)+(?![^\\s<(《“（）”》)>\\/\\[\\];?!,、，；？！。…─［］〖〗【】]*\\.{3}<)([^\\s<(《“（\"'）”》)>\\[\\];?!,、，；？！。…─［］〖〗【】/／｜|:：]+?)(?=(?:其[他它]|小说|[更最][快新]|\\.\\s*)?..[:：]|所?写?的《|[\\s<(《“（\"'）”》)>\\[\\];?!,、，；？！。─［］〖〗【】/／｜|])/);\nif(!ax){\nax=re.match(new RegExp(r+\"[^a-z0-9A-Z\\\\u4e00-\\\\u9fa5]*([^\\\\s]+?)\\\\s+著|(?:由|原创)(?:(?:原创|网络)?作[家者])?(?![\\\\u4e00-\\\\u9fa5a-zA-Z0-9_-]*(?:[书网]友|网)所?提供)([\\\\u4e00-\\\\u9fa5a-zA-Z0-9_-]+?)(?:为大家)?(?:所作|所?(?:(?:[精倾]心)?[创著]作|提供|写?的(?:《|\"+r+\")))\"));\nif(!ax)ax=res.match(/[^.|,_/\\s\\[\\]（()）【〖〗】。-]+[（(](?![^\\s]+[\\s、：；？！…─“‘《〖【，。:;?!\"'】〗》’”][^(（）)]+|(?:连载中?|完本|大结局|上|中|下|[\\s.一二三四五六七八九十百千万〇零0-9]+)[）)])([^（()）]+?)(?:(?:\\s+|所)?著|的?新书|[/／｜|][^)）]+)?[)）]/)}\nax=ax?ax[1]||ax[2]:\"\"}\n\nif(!ax.length&&~re.indexOf(key)&&!~r.indexOf(key))ax=key;\n\nif(r.indexOf(ax)>0&&!~key.indexOf(r))r=r.split(ax)[0].replace(/[:：]$/,'');\n\nzt=[(小说=key.indexOf(\"小说\"))&&小说^(长=key.length-2),(有声=key.indexOf(\"有声\"))&&有声^长];\nif(zt[0]&&zt[1]){\nrez=\"(?!^)(有声|小说|有声小说)$|^(有声|小说|有声小说)(?!$)\"\n}else if(zt[1]){\nrez=\"(?!^)有声$|^有声(?!$)\"\n}else if(zt[0]){\nrez=\"(?!^)小说$|^小说(?!$)\"\n}else rez=\"☯\";\nif((漫画=key.indexOf(\"漫画\"))&&漫画^长)rez+=\"|(?!^)漫画$|^漫画(?!$)\";\n\nix=r.replace(new RegExp(rez),\"\").split(/[：:]/);i=0;\nwhile(i<ix.length){x=ix[i];\nif(~x.indexOf(key)||~key.indexOf(x))break;i++}\nif(i==ix.length)i=0;\nr=ix.slice(i,i+2).join(\":\")}}\n\nlx=String(''+lx?lx:''+key?(lx=sc.select('a.c-e-subtitle-l span:not([class=\"c-e-subtitle-item l\"])')).size()&&lx.text()||(lx=re.match(/(?:[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】》]|<[^a/][^>]*>|<\\/[^>]+>)(?:[分大]\\s*类|类\\s*[型别])(?:[:：\\s]|<[^>]+>)+([^\\s<\"./／｜|>]+)/))&&lx[1]||'':sc.select('.c-e-subtitle-item').text()).replace(/[^：:]+[：:]|.*(类[型别]|[大分]类|\\[)\\s*|([\\]”，。、；？！─…,_/／｜| 　-]|\\.(?!\\d)).*/g,'');\nif(正=res.match(/^正版$|[^\\s\\d［\\[\\]］]+(?=\\]|］)/))lx=正[0]+','+lx;\njava.put(\"类\",lx);\njava.put(\"au\",String(ax).replace(/<[^>]+>/g,''));\njava.put(\"bb\",r)",
      "wordCount": "div:has(>span:matches(\\S)+span:matches(^新$))>span:first-child@text||span:matches(^新$)+ul li:first-child@text\n##^.*[更最]\\s*新?(章节|[(（][^(（）)]+[）)])*[:：\\s]*|\\s(?:新|\\d+)$|;$"
    },
    "ruleToc": {
      "chapterList": "@js:if(java.get(\"单\")==''){\nsrc=org.jsoup.Jsoup.parse(src);\n\nif((result=java.get(\"录\"))==\"\"){if(页=(result=src.select('a[href~=\\\\S]:matches(下[一\\\\s]*[页頁]|下[一二三四五六七八九十百千万〇零0-9]{2,}章):not([href~=^#|javascript:])')).size())result=result.first().attr('href')\n}else{网=String(result).split(\"🌕\");\nfor(i=3,页=+网[0],result=网[1]+2+网[3];i<=页;i++)result+='\\n'+网[1]+i+网[3];\nresult=String(result)}\n\nif(页)java.put(\"页\",/,/.test(book.tocUrl)?result.split('\\n').join(',{\"webView\":true}\\n')+',{\"webView\":true}':result);\n\n嗅=()=>String(src).match(/[\\[(]([\"'])<[a-z]+[ >][^\\[\\]()]+<\\/a>(?:[^\\[\\],()]*<\\/[a-z]+>)?\\1[\\])]/);\n转=it=>it.replace(/\\\\[Uu]([0-9a-zA-Z]{4})/g,(_,it)=>String.fromCharCode(parseInt('0x'+it)));\n兜=()=>src.select(':matchesOwn(^$|[0-9〇一二三四五六七八九十])>a:matches(\\\\S):not(:has(*>*>:not(span)),[href~=(?i)passport|\\\\.aspx$|\\\\.php$|^https://[^/]+(/|index\\\\.[a-z]+)?$|(^|[^/])[?/].*((book|[^a-z])(info|case|page|reg|Game|Play)[^a-z]|buy[^a-z]|SystemInfo|hot|sort|desc|asc|top|coins|nutrition|review|ticket|update|(app|author|xiazai|down)(?!=))|/list\\\\d*([/_-][^/_-]+/?)?$|\\\\d+_\\\\d+_\\\\d+|target=iframe|https%],:matches((?i)^((点击|软件|应用|安装|客户|移动|手机|电脑|安卓|苹果|下载|阅读|pc|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub)[\\\\s.端版]*(?=$|点击|软件|应用|安装|客户|移动|手机|电脑|安卓|苹果|下载|阅读|pc|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub)|[A-Za-z0-9\\\\u4e00-\\\\u9fa5]?返回.*(简介|书页|目录)[A-Za-z0-9\\\\u4e00-\\\\u9fa5]?|[<>-]+|\\\\d+-\\\\d+章|书页|目录|简介|[上下首尾]([一\\\\s]*[页頁]|[\\\\s\\\\d零〇一二三四五六七八九十百]*章)|[↑\\\\[]?[倒正反逆顺順]序[↓\\\\]]?)$))');\n\nif((zt=java.get(\"嗅\"))!=''){\nif(zt>0&&(嗅=嗅())){\nsrc=嗅[0];\nif(zt==2)src=转(src);\nsrc=org.jsoup.Jsoup.parse(src)}\nsrc.select(java.get(\"除\")).remove();\nif(java.get(\"兜\")==1)src=兜();\nsrc=src.select(java.get(\"查\"))\n\nif(!页){for(首=String(java.get(\"首\")).split('\\n'),ss=src.size(),i=0;i<ss;i++)if(首[i]!=src.get(i)){\nif(i>1)src.subList(1,i).clear();break;}}\n\n}else{\nbook.putVariable(\"除\",除=\"meta,link,a:has(img),\"+((zt=java.get(\"全\")!=1)?\"a[href$=\"+String(book.tocUrl).replace(/,\\{\"webView\":true\\}|^.{8}[^/]*/g,'')+\"],\":\"\")+(基=String(java.get(\"基\")),基==''?'':\"a[href$=\"+基.replace(/^.{8}[^/]*/,'')+\"],\")+\"a[href~=javascript:|#|[a-z]+[A-Z][a-z]+Id[=_-]|[^/][/?&]sub[A-Z]|action=list],a:matches(^$|最新章节$|^[^\\\\u4e00-\\\\u9fa5A-Z0-9]*(正文|.{0,2}书架|(免费|在线|开始|立即|全文|从头|点击|正文)+[试阅]读|[^\\\\s\\\\d外内楔前后卷篇章]*(更新调整|[两一二三四五六七八九十]+连更|作者[:：给要有]|双倍月票|感言|推书|推[a-z0-9A-Z_\\\\u4e00-\\\\u9fa5-]+书|[求个请投点下张](月?票|收藏|订阅|推荐)|(感谢|作者)[^\\\\s]*(读者|书友|大家|各位)|[书点]评[^\\\\s]*活动|[没有空]更新|没时间更新|请个?假|关于本书|关于更新|打赏名单|起点活动)[^\\\\s]*)[^\\\\u4e00-\\\\u9fa5A-Z0-9]*$)\");\n\nbook.putVariable(\"嗅\",(基=嗅())?(src=org.jsoup.Jsoup.parse((zt=/\\\\[Uu]([0-9a-zA-Z]{4})/.test(基=基[0]))?转(基):基),zt)?2:1:0);\nsrc.select(除).remove();\n\nif(zt=java.get(\"全\")!=1){\n找=ll=null;\n$=it=>(qc=ll,查=找,ll=src.select(找=it)).size()>14&&(查=it,src=re=ll);\n\nif(!(((ck=java.get(\"ck\"))!=\"\"&&$(\"[href~=\"+ck+\"(?!index(/|\\.[a-z]+)?$)[^.?/_-][^&/_-]*/?$|/[vV][iI][pP][_-]?([Rr]ead|[Cc]hapter|action=article)|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&]*$]\"))||$(\"[href~=^[a-z0-9]+(/|\\\\.[^./]+)?$]\"))){\nif(qc&&qc.size()>ll.size())找=查,ll=qc;\n\n$=it=>(re=src.select(it)).size()&&(查=it,src=re);\n\nif(!($(\"[data-cid]\")||$(\"[href~=(?i)(^|[/_-])(chapter|read)+([_-]?id)?/[^/_-]+[/_-][^/_-]+]\")||$(\"[href~=(?i)(^|[&?/_-](book|novel|comic|manhua|mh?)?)(chapter|read)+([_-]?id)?[?/=]]\")||$(\"[href~=(?i)[&?/_-]cid[&?/_=-]]\")||$(\"[data-href]\"))){\nsrc=兜();\nbook.putVariable(\"兜\",1);\n\nba=(ba=String(java.get(\"ba\"))).match(/(\\?(?:[^=]+=)+)(.+)$/)||ba.match(/(?:[^/_-][/_-]([^/._-]+))?[/_-]([^/._-]+)(?:\\/|\\/index[^/]*|\\.[^/.]+)?$/);\n\nif(xi=(id=ba[2]).match(/\\?[^=]+=([^&]+)/)||id.match(/^[^\\d%]*(\\d{2,}|[1-9])$/)||ba[1]&&ba[1].match(/^[^\\d%]*(\\d{2,})$/))id=xi[1];\n\n$(\"[href~=([^\\\\d]|^)\"+id+\"[/_&-][^\\\\d]*\\\\d+]:not([href~=\"+id+\"[^\\\\d]*$]),[href~=/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[a-zA-Z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?]*$|([^\\\\d]|^)\"+id+\"[/_&-][^\\\\d]*\"+id+\"(/|\\\\.[^.]+|&.+)?$]\")||$(\"[title]\")||$(\"[href~=/view/\\\\d+\\\\.[a-zA-Z]+$]\")}\nif(re.size()<ll.size())查=找,src=ll}}\n\nif(!(zt&&re.size()))src=src.select('a'),查='a';\nif(查)book.putVariable(\"查\",查);\nif(页)java.put(\"首\",src)}\n\nsrc}else if((list=java.get(\"单\"))!=1){\n\nif((网=String(list).split(\"🌕\")).length>1){\nfor(i=+网[2],x=+网[0],j=2,list=\"<a href='\"+baseUrl+\"'>正文1</a>\";i<=x;i++,j++)list+=\"<a href='\"+网[1]+i+网[3]+\"'>正文\"+j+\"</a>\"}\n\norg.jsoup.Jsoup.parse(list).select('a')\n\n}else org.jsoup.Jsoup.parse(\"<a href='\"+baseUrl+\"'>正文</a>\").select('a')",
      "chapterName": "text",
      "chapterUrl": "href@js:chapter.putVariable(\"next\",'a[href~=(?:^|[?/])'+(r=result.trim().replace(/([*$|?+(){}\\[\\]\\^\\\\])/g,'\\\\$1')).match(/[^?/=.]+(?:=(?![01]$)[^=]+)*(?=\\/*$|\\.[^?/.]+$|=[01]$)/)[0]+'[=/_-]2(?:\\\\/|\\\\.[^?/.]+)? *$]@href||a[href~=(?:^|[?/])'+r.replace(/\\d+(?=[^\\d]*$)/,it=>+it+1)+' *$]@href||');result+java.get(\"动\")",
      "isVip": "",
      "nextTocUrl": "@js:java.get(\"页\")",
      "updateTime": ""
    },
    "searchUrl": "https://quark.sm.cn/s?page={{page}}&q={{\nkey=key.trim();aut=\"#\";\nif(ke=key.match(/^([单跳逆动静字图]+)\\^([\\S\\s]+)/))key=ke[2],java.put(\"custom\",ke[1]);\nz=key.lastIndexOf(\"#\")+1;\ns=key.lastIndexOf(\"$\")+1;\nif(/\\$[a-zA-Z0-9/._-]+$/.test(key)){\nkey=key.slice(0,s-1).concat(\" site:\",key.slice(s))\n}else s=0;\nss=s?s-1:key.length;\nas=key.slice(z?z:ss,ss);\nif(!/^\\s*$/.test(as)){\naut=as.match(/[^\\s\"]+/)[0];\nkey=key.slice(0,z-1).concat(\" \",key.slice(z))}else z=0;\nif(keys=key.slice(0,(z>s?s?s:z:s>z?z?z:s:ss+1)-1)){\nkeys=keys.match(/[^\\s]+/)[0]\n}else if(!s)key=aut+\"作品\";\njava.put(\"key\",keys);\njava.put(\"aut\",aut);\nkey}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "笔下文学",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.bequmo.com#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 16,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1732518007220,
    "loginUrl": "",
    "respondTime": 2345,
    "ruleBookInfo": {
      "intro": "",
      "tocUrl": "@js:baseUrl.replace(/binfo/,'b').replace(/(\\d)\\.htm.*/,'$1/')"
    },
    "ruleContent": {
      "content": "id.content@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "tr:has(.odd):lt(6)",
      "bookUrl": "tag.td.0@a@href",
      "coverUrl": "tag.td.0@a@href@js:result.replace(/binfo/,'image').replace(/\\/(\\d+).htm/,'/$1/$1s.jpg')",
      "kind": "tag.td.5@text&&tag.td.3@text@js:result+'字'",
      "lastChapter": "tag.td.1@text",
      "name": "tag.td.0@text"
    },
    "ruleToc": {
      "chapterList": "+@js:\nvar reg=new RegExp(/<dd(.).+?\"(\\d+\\.html)\">(.*?)<\\/a>/g);\nvar list1=[];\nvar list2=[];\nvar tmp,url,name;\nvar i=-1;\nwhile((tmp=reg.exec(result))){\nurl=tmp[2];\nname=tmp[3];\nif(tmp[1].match(/>/)){\ni=i+1;\nlist1.push({name:name,url:url});\n}\nelse\nlist2.push({name:name,url:url});\n\nif(i==1){\ni=-1;\nlist1=list1.concat(list2.reverse());\nlist2=[];\n}\n}\nlist1;",
      "chapterName": "name",
      "chapterUrl": "url"
    },
    "searchUrl": "/cse/search?q={{key}}&submit=搜索",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "⭐ 熊猫看书",
    "bookSourceType": 0,
    "bookSourceUrl": "https://anduril.xmkanshu.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 17,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"男生频道\",\"url\":\"/category/getbooklist?columntype=99&pageid={{page}}&pagesize=20&book_size=-1&category_id1=-1&order_type=2&status=-1\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"都市娱乐\",\"url\":\"/category/getbooklist?columntype=99&pageid={{page}}&pagesize=20&book_size=-1&category_id1=1001&category_id2=-1&order_type=2&status=-1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"奇幻玄幻\",\"url\":\"/category/getbooklist?columntype=99&pageid={{page}}&pagesize=20&book_size=-1&category_id1=1002&category_id2=-1&order_type=2&status=-1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠仙侠\",\"url\":\"/category/getbooklist?columntype=99&pageid={{page}}&pagesize=20&book_size=-1&category_id1=1003&category_id2=-1&order_type=2&status=-1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/category/getbooklist?columntype=99&pageid={{page}}&pagesize=20&book_size=-1&category_id1=1004&category_id2=-1&order_type=2&status=-1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻末世\",\"url\":\"/category/getbooklist?columntype=99&pageid={{page}}&pagesize=20&book_size=-1&category_id1=1005&category_id2=-1&order_type=2&status=-1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"悬疑灵异\",\"url\":\"/category/getbooklist?columntype=99&pageid={{page}}&pagesize=20&book_size=-1&category_id1=1006&category_id2=-1&order_type=2&status=-1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"同人小说\",\"url\":\"/category/getbooklist?columntype=99&pageid={{page}}&pagesize=20&book_size=-1&category_id1=1007&category_id2=-1&order_type=2&status=-1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"二次元\",\"url\":\"/category/getbooklist?columntype=99&pageid={{page}}&pagesize=20&book_size=-1&category_id1=1008&category_id2=-1&order_type=2&status=-1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"经管小说\",\"url\":\"/category/getbooklist?columntype=99&pageid={{page}}&pagesize=20&book_size=-1&category_id1=1014&category_id2=-1&order_type=2&status=-1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"女生频道\",\"url\":\"/category/getbooklist?columntype=98&pageid={{page}}&pagesize=20&book_size=-1&category_id1=-1&order_type=2&status=-1\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"现代言情\",\"url\":\"/category/getbooklist?columntype=98&pageid={{page}}&pagesize=20&book_size=-1&category_id1=1009&category_id2=-1&order_type=2&status=-1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"古代言情\",\"url\":\"/category/getbooklist?columntype=98&pageid={{page}}&pagesize=20&book_size=-1&category_id1=1010&category_id2=-1&order_type=2&status=-1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"幻想时空\",\"url\":\"/category/getbooklist?columntype=98&pageid={{page}}&pagesize=20&book_size=-1&category_id1=1011&category_id2=-1&order_type=2&status=-1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"次元专区\",\"url\":\"/category/getbooklist?columntype=98&pageid={{page}}&pagesize=20&book_size=-1&category_id1=1012&category_id2=-1&order_type=2&status=-1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"同人小说\",\"url\":\"/category/getbooklist?columntype=98&pageid={{page}}&pagesize=20&book_size=-1&category_id1=1013&category_id2=-1&order_type=2&status=-1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"出版频道\",\"url\":\"/category/getbooklist?columntype=6000&pageid={{page}}&pagesize=20&book_size=-1&typeid=-1&order_type=2&status=-1\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"文学全部\",\"url\":\"/category/getbooklist?columntype=6000&pageid={{page}}&pagesize=20&book_size=-1&typeid=6001&typeid2=-1&order_type=2&status=-1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"小说全部\",\"url\":\"/category/getbooklist?columntype=6000&pageid={{page}}&pagesize=20&book_size=-1&typeid=6002&typeid2=-1&order_type=2&status=-1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"青春文学\",\"url\":\"/category/getbooklist?columntype=6000&pageid={{page}}&pagesize=20&book_size=-1&typeid=6003&typeid2=-1&order_type=2&status=-1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"传记全部\",\"url\":\"/category/getbooklist?columntype=6000&pageid={{page}}&pagesize=20&book_size=-1&typeid=6004&typeid2=-1&order_type=2&status=-1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"经济管理\",\"url\":\"/category/getbooklist?columntype=6000&pageid={{page}}&pagesize=20&book_size=-1&typeid=6005&typeid2=-1&order_type=2&status=-1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"成功励志\",\"url\":\"/category/getbooklist?columntype=6000&pageid={{page}}&pagesize=20&book_size=-1&typeid=6006&typeid2=-1&order_type=2&status=-1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"人物社科\",\"url\":\"/category/getbooklist?columntype=6000&pageid={{page}}&pagesize=20&book_size=-1&typeid=6007&typeid2=-1&order_type=2&status=-1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史文化\",\"url\":\"/category/getbooklist?columntype=6000&pageid={{page}}&pagesize=20&book_size=-1&typeid=6008&typeid2=-1&order_type=2&status=-1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"生活居家\",\"url\":\"/category/getbooklist?columntype=6000&pageid={{page}}&pagesize=20&book_size=-1&typeid=6009&typeid2=-1&order_type=2&status=-1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"亲子家教\",\"url\":\"/category/getbooklist?columntype=6000&pageid={{page}}&pagesize=20&book_size=-1&typeid=6010&typeid2=-1&order_type=2&status=-1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科学技术\",\"url\":\"/category/getbooklist?columntype=6000&pageid={{page}}&pagesize=20&book_size=-1&typeid=6011&typeid2=-1&order_type=2&status=-1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"教材教辅\",\"url\":\"/category/getbooklist?columntype=6000&pageid={{page}}&pagesize=20&book_size=-1&typeid=6012&typeid2=-1&order_type=2&status=-1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"童书全部\",\"url\":\"/category/getbooklist?columntype=6000&pageid={{page}}&pagesize=20&book_size=-1&typeid=6013&typeid2=-1&order_type=2&status=-1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "header": "{\n\t\"User-Agent\": \"Mozilla/5.0 (Linux; Android 10; AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/83.0.4103.106 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 1735198104500,
    "loginUrl": "",
    "respondTime": 7322,
    "ruleBookInfo": {
      "author": "$.result.author_name@put:{book:$.result.book_id}",
      "canReName": "",
      "coverUrl": "$.result.cover_picture",
      "init": "",
      "intro": "🔗 来源：{{$.result.contact_name}}{{'\\n'+'​'}}\n{{$.result.book_desc}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "{{$.result.book_category_full_name##;##,}},{{$.result.book_score}}分,{{$.result.last_update_time##\\s.*}}",
      "lastChapter": "$.result.last_chapter_name##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "$.result.book_name",
      "tocUrl": "https://anduril.xmkanshu.com/v3/book/get_last_chapter_list?bookid={{$.result.book_id}}&page=1&pagesize=100000&lastchapterid=0",
      "wordCount": "$.result.book_size##\\."
    },
    "ruleContent": {
      "content": "{{$.result.content}}",
      "nextContentUrl": "@js:a=baseUrl.match(/pg=(\\d+)/)[1];\na&&a<{{$.result.pagecount}}?baseUrl.replace(/pg=.+/,'pg='+(Number(a)+1)):''"
    },
    "ruleExplore": {
      "author": "$.authorname",
      "bookList": "$.result.books[*]",
      "bookUrl": "https://anduril.xmkanshu.com/v3/book/get_book_info?p13=299940893&p1=H5&p2=PandaBookAndroid5641&p3=e5f3f02806fb7bf1a5ba81c47b97168e&p4=clover&p5=Xiaomi&p6=MI+PAD+4&p7=android&p8=27&p9=wlan&p10=9.3.0.19&p11=1200&p12=1824&p14=93019&p15=10007&p16=4c361b1b778dec5dba77227078270a84&p17=&p18=PandaBookAndroid5641&p19=0&p20=26&book_id={{$.bookid}}&site_id=0",
      "coverUrl": "$.frontcover",
      "intro": "$.bookdesc",
      "kind": "$.booktypename",
      "name": "$.bookname",
      "wordCount": "{{$.booksize}}万字"
    },
    "ruleSearch": {
      "author": "$.author_name",
      "bookList": "$.result.books",
      "bookUrl": "https://anduril.xmkanshu.com/v3/book/get_book_info?p1=H5&p2=PandaBookAndroid5641&book_id={{$.book_id}}&site_id=0",
      "checkKeyWord": "道观",
      "coverUrl": "$.cover_picture",
      "intro": "$.book_desc",
      "kind": "$.book_type_name",
      "lastChapter": "",
      "name": "$.book_name##\\（.*|\\）",
      "wordCount": "$.book_size##\\."
    },
    "ruleToc": {
      "chapterList": "$.result.pageList",
      "chapterName": "$.chapter_name##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "https://www.xmkanshu.com/service/getContent?fr=smsstg&v=4&uid=B197589CF54DC527538FADCAE6BDBC78&urbid=%2Fbook_95_0&bkid=@get:{book}&crid={{$.chapter_id}}&pg=1",
      "isVip": "",
      "nextTocUrl": "<js>\nvar a = 'https://anduril.xmkanshu.com/v3/book/get_last_chapter_list?bookid=@get:{book}&page=1&pagesize=100000&lastchapterid=';\nvar r = [];\nfor(var i=1;i<50;i++){\n    r.push(a + parseInt(i*300));\n}\nr\n</js>",
      "updateTime": "$.createdate"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\nhttps://anduril.xmkanshu.com/v3/search/get_result?keyword={{key}}&page_number={{page}}&is_vip_free=0&page_size=20&sub_type=1",
    "weight": 0
  },
  {
    "bookSourceComment": "原作者：嘻嘻不兮兮\n1.更换了源，修复正文请求失败的问题\n2.完善发现页",
    "bookSourceGroup": "🔞",
    "bookSourceName": "八叉书库",
    "bookSourceType": 0,
    "bookSourceUrl": "https://bcshuku.com/",
    "customButton": false,
    "customOrder": 18,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "\n[\n{\"title\":\"排序\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"最近更新\",\"url\":\"/latest/index{{page - 1 == 0 ? '': '_'+page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.20}},                            \n{\"title\":\"最新入库\",\"url\":\"/release/index{{page - 1 == 0 ? '': '_'+page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.20}}, \n{\"title\":\"热门排行\",\"url\":\"/popular/index{{page - 1 == 0 ? '': '_'+page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.20}},\n{\"title\":\"完本小说\",\"url\":\"/completed//index{{page - 1 == 0 ? '': '_'+page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.20}},\n{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"长篇\",\"url\":\"/booklist1/{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史\",\"url\":\"/booklist4/{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"玄幻\",\"url\":\"/booklist6/{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"其他\",\"url\":\"/booklist8/{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"综合\",\"url\":\"/booklist2/{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市\",\"url\":\"/booklist5/{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现代\",\"url\":\"/booklist9/{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠\",\"url\":\"/booklist3/{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女生\",\"url\":\"/booklist7/{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}\n]",
    "header": "\"accept\": \"application/json, text/javascript, */*; q=0.01\",\n    \"accept-language\": \"zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6\",\n    \"cache-control\": \"no-cache\",\n    \"content-type\": \"application/x-www-form-urlencoded; charset=UTF-8\",\n    \"origin\": \"https://bcshuku.com\",\n    \"pragma\": \"no-cache\",\n    \"priority\": \"u=1, i\",\n    \"sec-ch-ua\": \"\\\"Microsoft Edge\\\";v=\\\"143\\\", \\\"Chromium\\\";v=\\\"143\\\", \\\"Not A(Brand\\\";v=\\\"24\\\"\",\n    \"sec-ch-ua-mobile\": \"?0\",\n    \"sec-ch-ua-platform\": \"\\\"Windows\\\"\",\n    \"sec-fetch-dest\": \"empty\",\n    \"sec-fetch-mode\": \"cors\",\n    \"sec-fetch-site\": \"same-origin\",\n    \"user-agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0\",\n    \"x-requested-with\": \"XMLHttpRequest\"\n",
    "lastUpdateTime": 1769044403240,
    "respondTime": 33352,
    "ruleBookInfo": {
      "author": "//div[@class=\"info-chitiet\"]/span/a[@itemprop=\"author\"]/text()",
      "coverUrl": "//div[@class=\"book\"]/img/@src",
      "intro": "//div[@itemprop=\"description\"]/text()",
      "kind": "//div[@class=\"info-chitiet\"]/span/a[@itemprop=\"genre\"]/text()",
      "name": "//div[@class=\"col-xs-12 col-sm-8 col-md-8 desc\"]/h3/text()"
    },
    "ruleContent": {
      "content": "@js:\nvar regex = /\\{\"url\"\\s*:\\s*\"[^\"]+\"\\s*,\\s*\"mobile\"\\s*:\\s*\"\\d\"\\s*,\\s*\"isk\"\\s*:\\s*\"\\d\"\\s*,\\s*\"novel\"\\s*:\\s*\"\\d+\"\\s*,\\s*\"chapter\"\\s*:\\s*\"\\d+\"\\}/;\nvar match = result.match(regex);\njava.log(\"refer = \");\r\njava.log(baseUrl);\r\n\nif (match) {\n    try {\n        var jsonObj = JSON.parse(match[0]); \n        // 拼接全部参数（含 novel、chapter）\n        var params = \"url=\" + encodeURIComponent(jsonObj.url) + \n                     \"&mobile=\" + encodeURIComponent(jsonObj.mobile) + \n                     \"&isk=\" + encodeURIComponent(jsonObj.isk) +\n                     \"&novel=\" + encodeURIComponent(jsonObj.novel) +\n                     \"&chapter=\" + encodeURIComponent(jsonObj.chapter);\n        java.log(params);\n\n        let response = java.post(\"https://bcshuku.com/conapi.php\", params, {\n    \"accept\": \"application/json, text/javascript, */*; q=0.01\",\n    \"accept-language\": \"zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6\",\n    \"cache-control\": \"no-cache\",\n    \"content-type\": \"application/x-www-form-urlencoded; charset=UTF-8\",\n    \"origin\": \"https://bcshuku.com\",\n    \"pragma\": \"no-cache\",\n    \"priority\": \"u=1, i\",\n    \"referer\": baseUrl,\n    \"sec-ch-ua\": \"\\\"Microsoft Edge\\\";v=\\\"143\\\", \\\"Chromium\\\";v=\\\"143\\\", \\\"Not A(Brand\\\";v=\\\"24\\\"\",\n    \"sec-ch-ua-mobile\": \"?0\",\n    \"sec-ch-ua-platform\": \"\\\"Windows\\\"\",\n    \"sec-fetch-dest\": \"empty\",\n    \"sec-fetch-mode\": \"cors\",\n    \"sec-fetch-site\": \"same-origin\",\n    \"user-agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0\",\n    \"x-requested-with\": \"XMLHttpRequest\"\n});\n        if (response && response.body()) {\n            var content = JSON.parse(response.body())[\"content\"];\n            java.log(content);\n        } else {\n            java.log(\"响应体为空\");\n        }\n    } catch (e) {\n        java.log(\"运行异常: \" + e.message);\n    }\n} else {\n    java.log(\"未匹配到目标 JSON 字符串\");\n}\n"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "//div[@class=\"one-row\"]/div[@class=\"col-md-3 col-sm-6 col-xs-6 home-truyendecu\"]",
      "bookUrl": "//div[@class=\"each_truyen\"]/a/@href",
      "coverUrl": "//div[@class=\"each_truyen\"]/a/img/@src",
      "name": "//h3[@itemprop=\"name\"]/text()"
    },
    "ruleToc": {
      "chapterList": "//div[@id='list-chapter']//ul[@class='list-chapter']//li/a",
      "chapterName": "//span[@class=\"chapter-text\"]/text()",
      "chapterUrl": "@js:\nvar doc = org.jsoup.Jsoup.parse(result);\nvar link = doc.select(\"a\").first();\n'https://bcshuku.com' + link.attr(\"href\");",
      "nextTocUrl": "//div[@id=\"pagination\"]//li[last()-1]/a/@href"
    },
    "searchUrl": "@js:\nlet new_url = java.get('https://bcshuku.com/e/search/index.php?keyboard='+key+'&show=title%2Cwriter%2Cbyr&searchget=1',{\n    \"accept\": \"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7\",\n    \"accept-language\": \"zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6\",\n    \"cache-control\": \"no-cache\",\n    \"pragma\": \"no-cache\",\n    \"priority\": \"u=0, i\",\n    \"referer\": \"https://bcshuku.com\",\n    \"sec-ch-ua\": \"\\\"Microsoft Edge\\\";v=\\\"143\\\", \\\"Chromium\\\";v=\\\"143\\\", \\\"Not A(Brand\\\";v=\\\"24\\\"\",\n    \"sec-ch-ua-mobile\": \"?1\",\n    \"sec-ch-ua-platform\": \"\\\"Android\\\"\",\n    \"sec-fetch-dest\": \"document\",\n    \"sec-fetch-mode\": \"navigate\",\n    \"sec-fetch-site\": \"same-origin\",\n    \"sec-fetch-user\": \"?1\",\n    \"upgrade-insecure-requests\": \"1\",\n    \"user-agent\": \"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36 Edg/143.0.0.0\"\n});\nlet url = 'https://bcshuku.com/e/search/'+ new_url.header(\"location\");\nurl+'page='+page;",
    "weight": 0
  },
  {
    "bookSourceComment": "当前版本V33\n───────\n\n点击“书架”的右上角“菜单”->点击“添加网址”->将浏览器中复制到的书籍详情页链接或目录链接填进去，确认后书籍将直接添加到书架\n\n──────书籍变量设置───────\n\n用法：\n将“单直跳全逆原图字动静”中任意多个字\n或“[目录url]”或“[正文尾页url]单”\n或“数字#第二页链接#”\n或“[目录尾页url]录”\n放在详情页右上角的书籍变量中，\n确认后点刷新就能触发这些字段对应的功能。\n\n范围：只控制当前书籍执行指定功能。\n\n书籍变量格式示范：[http://m.biquku.la/0/425/]全字\n\n─────⤵\n直：不做目录识别，直接将详情页作为目录页，或以“[目录链接]”格式直接指定目录链接，目录识别错误时可这种做。\n\n跳：允许目录自动跳转，目录标题说点击跳转时可如此做。\n\n全：直接显示“预览正文”和查询到的所有章节，跳过章节筛选环节，单页文章和部分筛选后章节不全的小说网站可这样做。\n\n逆：设置目录章节逆向排序。\n\n原：设置书籍不进行净化替换，优点是加载正文快速且不会被误删内容，缺点是需要自己写“替换净化”规则并在正文中启用才能净化网站推广文本。\n\n动：强制设置正文动态加载(正文默认会进行需要动态加载还是静态加载的判断，然后自动切换模式，若判断失误导致本应切换成动态加载却未切换时，可强制设置正文动态加载)。\n\n静：强制设置正文静态加载(正文默认会进行需要动态加载还是静态加载的判断，然后自动切换模式，若判断失误导致本应保持静态加载却切换成动态加载而使正文加载时间变长时，可强制设置正文静态加载)。\n\n图：设置成看图模式(默认为图文模式)，只显示图片，不显示文字。\n\n字：设置成纯字模式(默认为图文模式)，只显示文本，不显示图片。\n─────⤴\n\n──目录有分页却无翻页按钮或书籍无目录──\n\n单：无目录打开即正文但有尾页或下一页按钮的书籍，必须设置为单向模式，这样书源会直接将入口页作为正文第一页，并将第一页及其所有下一页共同构造生成“正文1”、“正文2”…的目录形式来阅读，搜索前缀“单^”、书籍变量“单”、添加网址“?单”。\n\n录：有目录分页但无目录下一页按钮的书籍，可在书籍变量中直接指定复制到的最后目录页链接为目录链接并添加指令“录”，即可自动生成所有目录分页。\n书籍变量：“[https://m.zuizaoxiaoshuo.com/ml/33280_13]录”\n还可复制最后那个目录页链接并在其后加“?录”进行“添加网址”，从而自动生成补全所有目录分页。\n示范链接：“https://m.zuizaoxiaoshuo.com/ml/33280_13/?录”\n\n辅助生成──无目录打开即正文也无尾页和下一页按钮的书籍，需指定章节数量并用第二页链接作为参考链接生成所有分页。\n书籍变量──220#https://wap.yqshuwang.com/2021n/02/14972_2.html#\n效果说明──根据第二页链接“https://wap.yqshuwang.com/2021n/02/14972_2.html”生成220条章节的目录列表。\n\n单个章节──目录仅一个章节且这个章节正文中无下一页按钮时，可复制那个章节的正文尾页链接并用指令“单”，便可将所有正文分页构造成章节列表。\n书籍变量──[http://www.yulinzhanye.la/20/20733/532447_9.html]单\n\n───────功能补充────────\n\n在导入的书籍链接后加“?”，然后跟着“单直跳全逆原图字动静”中任意多个字或“[目录url]”或“[正文尾页url]单”或“数字#第二页链接#”或“[目录尾页url]录”，也能实现功能增强中描述的效果。\n\n如：“https://m.30sy.com/book/wonengtingjiannidexitongyin0weichuanshu0/?跳”，会将“https://m.30sy.com/book/wonengtingjiannidexitongyin0weichuanshu0/”对应的书籍加入书架，并设置其目录动态加载。\n\n添加指令的链接后也可跟URL参数，如“https://m.qubook.net/read.php?id=115393&txt=/TXT/%CA%F5%D0%DE%B4%F3%CE%D7.txt?1051#https://m.qubook.net/read.php?id=115393&txt=/TXT/%CA%F5%D0%DE%B4%F3%CE%D7.txt&yeshu=1#,{\"webView\":true}”这种写法也是可行的。",
    "bookSourceGroup": "免费",
    "bookSourceName": "通用书源",
    "bookSourceType": 0,
    "bookSourceUrl": "通用书源",
    "bookUrlPattern": "https?://.+",
    "customButton": false,
    "customOrder": 19,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "其它小说::http://m.niliuxs.org/sort-1-1/",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.3.1212.666 Safari/537.36\"}",
    "lastUpdateTime": 1667833119225,
    "loginUrl": "https://gitee.com/no-mystery/shuyuan/",
    "respondTime": 180000,
    "ruleBookInfo": {
      "author": "@get:{x}",
      "canReName": "true",
      "coverUrl": "@js:(s=java.getStringList('img[alt*='+book.name+']@src||meta[property$=image]@content||img[src~=(cover|file|article)[^a-z]|/\\\\d+[/_-]\\\\d+(s?\\\\.|$)]@src||img[data-src~=\\\\S]@data-src||img[src*=/img]@src||img[src~=^(data|https?):|^[^:]+/]@src')).size()?/^data:/.test(s=s.get(0))?java.base64Encode(s):s:null",
      "init": "",
      "intro": "@js:'　　'+java.get(\"g\")",
      "kind": "@js:java.get(\"v\")",
      "lastChapter": "@get:{z}",
      "name": "@js:\nj=String(java.get(\"custom\")).match(/^ *((?:[录原单动静直全跳逆字图]|\\[[^\\[\\]]+\\]|\\d+#[^#]+#)+)/);\n\nkey=String((u=(baseUrl=String(book.bookUrl).replace(/,{[^{}]+}$/,'')).match(/^(.+)\\?((?:[录原单动静直全跳逆字图]|\\[[^\\[\\]]+\\]|\\d+#[^#]+#)+)$/))&&(baseUrl=u[1])&&j?j[1]+u[2]:u?u[2]:j?j[1]:'');\n\n$=it=>(fn=r.select(it)).size()&&(fn=fn.first());\n\nr=org.jsoup.Jsoup.parse(result);\nr.select(\"script,noscript,style,head>:not(meta,title),footer,[class~=^foot],[id~=^foot],a:has(>:last-child:matchesOwn(^分类$)),[value]\").remove();\n\nm=String(r).replace(/(?:&nbsp;)+/g,\" \");\n\n书=false;\nn=($('[property$=book_name]')&&(书=String(fn.attr('content')).replace(/^[\\s「『【〖（(\\[]+/,\"\"))\n||(function(){\nif($('title')&&(书=String(fn.text()).replace(/^(简介页|详情页|目录页|正版|全本|免费阅读|[\\s。.,_/|「『【〖（(\\[\\])）〗】』」─—-]+)+/,\"\"))){\nfor(x=0,c=r.select(\"h1,h2,h3,strong\").eachText();x<c.size();x++)if(\n(y=c.get(x))!=''&&(u=书.indexOf(y),~u&&u<4))return String(y)}return 书}())||\"请自行修改书名\")\n.replace(/(?!^)[^\\u4e00-\\u9fa5a-zA-Z0-9《》]*(?:笔趣阁|思路客|燃文|小说|漫画|手机)?(?:[.|,_/\\s「『【〖（(\\[\\])）〗】』」。─—-]|(?:人工|机器|电脑)?校正|精校|完[整结]|加料|番外|未删节|简介|全[文本集]|下载|(?:小说|漫画|大全|正版(?:小说|漫画)?|免费|免费小说|免费漫画|免费全[文本]|在线|最[新快]|全部|手机|电脑)(?:全[文本集部]|大全|免费|在线|阅读|下载|章节|小说|更新|漫画|\\.)|([^a-zA-Z0-9])(?:azw|mobi|epub|txt)(?![a-zA-Z0-9])|(?:最全)?(?:章节|目录|列表){2,}|更新章节最快|无广告|(?::顶点)?无弹窗|无防盗|小说网|手打全文|[纯全](?:手打|文字)|\\s*by\\s*(?=[\\u4e00-\\u9fa5]))[\\S\\s]*/i,\"$1\");\n\nif(n[0]==\"《\"&&n[n.length-1]==\"》\")n=n.slice(1,-1);\n\nif($('[property$=author]')){\nx=String(fn.attr(\"content\")).replace(/^作\\s*[者家][\\s:：]*|(?!^)[/／｜|，,\\s][^⚙️]*$/,\"\")\n}else{\nx=m.match(/>\\s*([^>]+?)(?:\\s*<\\/[a-z]+>\\s*|\\s+)著\\s*<|[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】>《》](?:小说|漫画)?作\\s*者(?![^>]+->)(?:[:：\\s〖【（《［\\[\\(]|<[^it\\/][^>]*>|<\\/[^>]+>)+([^\\s<\">,，/／｜|\\)\\]］》）】〗]+)/);\nx=x?x[1]?x[1]:x[2]:$('#author,.author')?String(fn.text()).replace(/(?!^)[/／｜|，,\\s][^⚙️]*$/,\"\"):\"\"}\njava.put(\"x\",x);\n\nc=(fn=r.select(\"meta[property~=category$]\")).size()?String(fn.attr(\"content\"))\n.replace(/(?!^)\\s*[，,./／｜|]\\s*/,\",\"):(fn=m.match(/(?:[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】》]|<[^a/][^>]*>|<\\/[^>]+>)(?:[分大]\\s*类|类\\s*[型别])(?:[:：\\s]|<[^>]+>)+([^\\s<.\"/／｜|>]+)/))&&fn[1];\nif(c)java.put(\"v\",c);\n\nc=(fn=r.select(\"meta[property~=status$]\")).size()?fn.attr(\"content\"):(fn=m.match(/(?:[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】》]|<[^a/][^>]*>|<\\/[^>]+>)状\\s*态(?:[:：\\s]|<[^>]+>)+([^\\s<.\"/／｜|>]+)/))&&fn[1];\nif(c)java.put(\"s\",c);\n\nc=$('meta[property~=latest_chapter_name$]')?fn.attr(\"content\"):(fn=m.match(/>(?:\\s*[更最]\\s*[新近])+(?:\\s*章\\s*节)?(?:[:：\\s\\[]|<[^>]+>)+(?!\\s*(?:-|&gt;)\\s*<|[:：\\s0-9T年月日时分秒*-]{5,}<|[^:：]+[^章\\s]\\s*[:：]\\s*<|更新(?:时间)?[:：])([^<\"/／｜|\\]>]+)/))&&fn[1];\nif(c)java.put(\"z\",c);\n\n正=true;\nif(key.length){\nif(~key.indexOf(\"全\"))java.put(\"全\",1);\nif((\nu=key.match(/[^\\[\\]]+(?=\\])/),\nc=~key.indexOf(\"录\"),\ny=~key.indexOf(\"单\"),\nbaseUrl=u?u[0]:baseUrl,\n(c||u)&&(baseUrl=c||y?(baseUrl=String((c=baseUrl.match(/(.+[^\\d])(\\d+)([^\\d]*)$/))[1]+1+c[3]),\nc=c[2]+'🌕'+c[1]+'🌕'+2+'🌕'+c[3],\nbaseUrl):baseUrl)\n)||~key.indexOf(\"直\")\n)java.put(\"目\",1),正=1;\nif(~key.indexOf(\"录\"))java.put(\"录\",c),正=1;\nif(y||~key.indexOf(\"#\")){\nif(!u){\nif((网=key.match(/(\\d+)#([^#]+)/))\n&&(尾=网[1],网=网[2].match(/^(.*[^\\d])([12])([^/?\\d]*)$/))\n||(尾=r.select('a[href~=\\\\d[^/?\\\\d]*$]:matches(^(尾|末|最后一)[頁页篇章回节節话話]$)')).size()\n&&(网=r.select('a:matches(^2$)')).size()\n&&(网=String(网.first().attr('href')).match(/^(.*[^\\d])([12])([^/?\\d]*)$/))\n&&(尾=String(尾.first().attr('href')).match(/\\d+(?=[^/?\\d]*$)/)[0])){\nc=尾+'🌕'+网[1]+'🌕'+网[2]+'🌕'+网[3]\n}else if((c=r.select('a:matches(^(\\\\d+|…+|\\\\.+)$)')).size()){\nif((网=String(c).split(/<a[^>]+>[^\\d<]+<\\/a>/)).length==2){\nfor(c=网[0],尾=网[1],x=+网[1].match(/>([^<]+)/)[1],网=网[0].match(/href=\"([^\"]*[^\\d])(\\d+)([^/?\\d\"]*)\"[^>]*>([^<]+)<[^<]+$/),j=+网[4],i=+网[2]-j;j<x;j++)c+=\"<a href='\"+网[1]+(j+i)+网[3]+\"'>\"+j+\"</a>\";\nc+=尾}\n}else c=1}\njava.put(\"单\",c),正=false}\nif(~key.indexOf(\"跳\"))java.put(\"跳\",1);\nif(~key.indexOf(\"逆\"))book.setReverseToc(true);\nelse book.setReverseToc(false);\nif((u=~key.indexOf(\"图\"))||~key.indexOf(\"原\"))java.put(\"原\",1);\nif(~key.indexOf(\"动\"))java.put(\"动\",',{\"webView\":true}');\nelse if(~key.indexOf(\"静\"))java.put(\"静\",1);\nif(u||~key.indexOf(\"字\"))java.put(\"文\",u?1:2)\n}else book.setReverseToc(false);\n\nc=(fn=r.select(\"meta[property$=description][content~=\\\\S]\")).size()?fn.get(fn.size()-1).attr(\"content\"):(r.select(':matchesOwn([\\\\u4e00-\\\\u9fa5]{2,})>:not(br),:not(body,br,:matchesOwn([\\\\s\\\\S]{50}),:has(body,:matchesOwn([\\\\s\\\\S]{50})))').remove(),r.select(\":matchesOwn(\\\\S)\").text());\n\njava.put(\"g\",c=String(c).replace(/[\\snbsp;]*(?:&nbsp;|\\s){2,}|\\s*([？！。]+[”」』\\]\\}\\)）｝】〗〕〉]?)\\s*/g,\"$1　　\").replace(/(?=　　)/g,\"\\n\"));\n\nif(c.length&&(c=c.match(/(.{0,2})《([^《》]+)》(.{0,3})/))&&c[3]!=\"作品集\"&&!c[1].match(/新[书作]/)&&(c=c[2],书?~String(书).indexOf(c)&&!~c.indexOf(n):true))n=c;\n\nif(正==1)m=java.ajax(baseUrl);\njava.setContent(m,baseUrl);\n\nif(正){\nzl=java.getStringList(\"[property$=latest_chapter_url]@content||:matches(^最新章节)>a:only-child:not([href~=^$|#|javascript:])@href||a:matches(^正文\\\\s*[\\\\d第一二三四五六七八九十〇零百千]|^[【《]?(\"+n+\")?[\\\\s》】（\\\\u0028:：＿_－-]*(第[\\\\s0〇零]*[一1]\\\\s*[\\\\u4e00-\\\\u9fa5]|([\\\\u4e00-\\\\u9fa5]{2}阅读[（\\\\u0028:：＿_－-]?)?(0*1([）\\\\u0029.、:：_-]|$)|[〇零]*一([）\\\\u0029\\\\s.、:：_-]|$)))):not([href~=(^|[^/])/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&_-]*$|^$|#|javascript:|\"+(bas=baseUrl.replace(/\\/+$|\\.[a-zA-Z]+$/,'')).match(/[^?/]+$/)[0].replace(/([*$|?+\\\\\\^\\[\\](){}])/g,'\\\\$1')+\"(?:[/_-]1)?(?:\\\\/|\\\\.[a-zA-Z]+)?$])@href||a:matches(^[^\\\\u4e00-\\\\u9fa5]*(免费|在线|开始|立即|全文|正文|从头)+[试阅]读[^\\\\u4e00-\\\\u9fa5]*$):not([href~=^$|#|javascript:])@href||a:matches(^0*1[^\\\\d]):not([href~=(^|[^/])/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&_-]*$|^$|#|javascript:])@href\");\n\nif(zl.size()&&(ck=String(zl.get(0)).match(/^(.*\\/\\/[^/]+)?([/?]?[^/].+[?&/_-])[^&/_-]+\\/?$/)))(jd=ck[1])&&(h=baseUrl.lastIndexOf('/',baseUrl.indexOf(jd.match(/(?:\\.[^.]+){2,}$|[^./]+\\.[^.]+$/)[0])))>8&&(\nq=baseUrl.indexOf(':'),\n(bas=java.get(baseUrl=baseUrl.slice(0,q+2)+baseUrl.slice(h),{})).statusCode()==200&&java.setContent(bas.body(),baseUrl)\n),java.put(\"ck\",ck[2])}\nn",
      "tocUrl": "@js:if(java.get(\"单\")==''){\nif(java.get(\"录\")==java.get(\"目\")){\nr=org.jsoup.Jsoup.parse(result);\n\nscript=r.select(\":matchesOwn(^$)>a[href^=javascript:]:matches(全文|章[節节]|目[錄录]):not(:matches(最新))\");re=false;\n\nif(!script.size()){\nba=(bas=baseUrl.replace(/\\/$|\\.[a-zA-Z]+$/,'')).match(/(http....[^/?]+)(?:([?/])(.*))?$/);b=ba[1];v=ba[3];\n\nr.select(\"a[href~=[^a-z]page[^a-z]]:not(:matches([反正顺順逆倒]序|[全正]文|更多|全部|所有|章[節节]|作品|目[錄录]|列表)),a:not([href~=^(?!//)[^#:]+$|\"+b.split(':')[1]+\"]),:matchesOwn(\\\\S)>a,a[href~=javascript:|#],a:matches(^\\\\S{1,4}$):not(:matches([反正顺順逆倒]序|[阅閱][讀读]|查看|展[开開]|进入|[全正]文|更多|完整|全部|所有|目[錄录]|列表|章[節节]):not(:contains(分类)))\").remove();\n\ny=r.select(\"a[href~=(?i)catalog|contents|chapters|mulu|(^|[^a-z])ml|showchapter|(^|chapter[/_-]?|\"+v.replace(/(.+)((\\/\\d\\d)\\d+)$/,\"$1$3$2\")+\"[/_-])(more|list|all)|sort[/=_-]asc]\");\n\nif(!y.size()){b3='';\n\nif(ba[2]==\"?\"){\nb3='[href~=^[^?]+$],'\n}else if(ba[3]){\nb3=ba[3].replace(/[*$|?+\\\\\\^\\[\\](){}]/g,'\\\\$0');\n\nb3=\"[href~=\"+b3+\"(\\\\.[^.]+|/\\\\d+(\\\\.[^.]+|/)?)?$],[href~=[/?]\"+b3.replace(/[&/_-][^/_-]+$/,'')+\".*$]:not([href~=[/?]\"+b3.replace(/[/_-]/g,'[/_-]')+\"]),\"}\n\ny=r.select(\"a:not(\"+b3+\"[href~=(?i)(^|[^/])[?/].*((book|[^a-z])(info|case)[^a-z]|(cid|buy)[^a-z]|desc|coins|nutrition|review|ticket|update|(app|author|xiazai|down)(?!=))|/chapter|/index/|/d/],:matches((?i)^$|[0-9零〇一二三四五六七八九十百千万、，：；？！。…‘’“”（）()]|[票榜:：.]|推荐|排行|等级|说明|收藏|书评|简介|分[类卷]|简介|作者|手机|软件|应用|安装|客户|移动|pc|电脑|安卓|苹果|下载|最新|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub))\")}\n\nif(y.size()){\nys=y.select(\"a[href~=(?i)catalog|contents|list|chapter|mulu|(^|[^a-z])ml|more|read|all]:matches([反正顺順逆倒]序|全文|章[節节]|目[錄录]):not(:matches(阅读)),a[href~=(?i)catalog|contents|chapter|(^|[^a-z])ml|mulu|read]:matches(更多|列表),a[href~=(?i)catalog|contents|list|chapter|mulu|(^|[^a-z])ml|more|all]:matches(^$),a:matches(^[^\\\\u4e00-\\\\u9fa50-9]*([反正顺順逆倒]序|全文(免[費费])?[阅閱][讀读]|(点击|查看|展[开開]|进入|返?回到?)*([全正]文|(更多|完整|全部|所有)?(章[節节]|(作品)?目[錄录])+)+(列表)?(\\\\s*(查看|展开)?更多)?)[^\\\\u4e00-\\\\u9fa50-9]*$)\");zt=false;\n\nif(!ys.size()){\nba=bas.match(/(\\?(?:[^=]+=)+)(.+)$/)||bas.match(/(?:[^/_-][/_-]([^/._-]+))?[/_-]([^/._-]+)(?:\\/index[^/]*)?$/);\n\nif(xi=(id=ba[2]).match(/\\?[^=]+=([^&]+)/)||id.match(/^[^\\d%]*(\\d{2,}|[1-9])$/))id=xi[1];\nif(ba[1])if(xi=ba[1].match(/^[^\\d%]*(\\d{2,})$/))id=/^\\d$/.test(id)||!xi[1].indexOf(id)?xi[1]:\"(\"+id+\"|\"+xi[1]+\")\";\n\nys=y.select(\"[href~=(?i)^((.*//[^/]+/)?[^=.]*[^\\\\d=.])?\"+id+\"([?_-][a-z=_-]*0|\\\\.[^.]+|[/?]([^\\\\d]*|[^/\\\\d]*/?|(list|more|all)([=_-][a-z]*)?\\\\d+[^\\\\d]*)?)?(&.+)?$]:not(:contains(\"+(bs=String(book.name)[0])+\"))\");\n\nif(!ys.size()){zt=true;\nys=y.select(\"[href~=(?i)^((.*//[^/]+/)?[^=.]*[^\\\\d=.])?(\\\\d+/\"+id+\"[_-]\\\\d+[^\\\\d]*|\"+id+\"[_-][a-z_-]*1[^\\\\d]*)$]:not(:matches(阅读|\"+bs+\"))\")}}\n\nif(ys.size()){\nif((re=ys.select(\"[href~=(/|^)[^.]+$]\")).size())ys=re;\nre=String(ys.first().attr(\"href\"));\n\nfor(x=1;x<ys.size();x++)if((xs=String(ys.get(x).attr(\"href\"))).length>re.length)re=xs;\n\nif(/(?:[2-9]\\d*|1\\d+)[^\\d]*$/.test(re)){\nif(!zt&&(q=re.match(/^(.*[^/])?[&?/].*(?:catalog(ue)?|contents|(?:show)?chapters?|mulu|ml|more|all|list|page)(?:[=_-][a-z]*)?\\d+[^\\d]*$/i))&&v==(q[1]||'').replace(/^http....[^/?]+/,''))zt=true;\nif(zt)re=re.replace(/\\d+(?=[^\\d]*$)/,\"☯1\")}\n\n}}}\n\nre=String(!re?baseUrl:(java.put(\"基\",baseUrl),/^\\/[^/]/.test(re)?b+re:/^https?:/.test(re)?re:/^\\/\\//.test(re)?b.split('//')[0]+re:String(baseUrl).replace(/[^/]*$/,'')+re))}else re=baseUrl;\n\nr=re.replace(/(?:[☯?&/_-][^\\d?/&_-]*[01])+[^\\d]*$/,\"\");\njava.put(\"ba\",r);\nre=re.replace(\"☯\",\"\")}else re=baseUrl;\n\njava.get(\"跳\")==1||re==baseUrl&&/,/.test(book.bookUrl)?re+',{\"webView\":true}':re",
      "wordCount": "@get:{s}"
    },
    "ruleContent": {
      "content": "@js:dt=lr='';c=1;动=java.get(\"动\");\nif(动!=''&&!~baseUrl.indexOf(\",\")){\nresult=String(java.ajax(baseUrl+动))\n}else if(java.get(\"静\")==动)c=dt=2;\n\nr=org.jsoup.Jsoup.parse(r1=result.replace(/&nbsp;/g,' '));\n查=i=java.get(\"序\");\n\nif(java.get(\"文\")==1){for(;c;c--){\nd=[\"img[data-src],img[src~=[^a-z]cid[^a-z]]\"\n,\"img:not([src~=(?i)^$|^javascript:|\\\\.gif|\\\\.png|[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,\"img[src~=(?i)\\\\.png]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,'img[src~=(?i)\\\\.gif]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])'];\n\nif(!(查!=\"\"&&(查!=-1&&((lr=r.select(d[查])).size(),true)))){\n$=it=>(lr=r.select(it)).size();\nif($(d[i=0])||$(d[i=1])||$(d[i=2])||false)break;\n\nif(c==2){dt=1;\nr=org.jsoup.Jsoup.parse(java.ajax(baseUrl+',{\"webView\":true}'))\n}else i=$(d[3])?3:-1}}\nif(i==0)lr=String(lr).replace(/(?:src=['\"][^'\"]+['\"] +)?data-/g,'');\nif(查==\"\")book.putVariable(\"序\",i);\n\n}else{\nsc=java.get(\"文\")==2?\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br)),a>*,:has(a):not(:matchesOwn([\\\\S\\\\s]{50,}),:has(:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(br,a,:matchesOwn([\\\\s\\\\S]{50})),:not(br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)),:has(p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))'\n:\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br,img:not([src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg]))),img[src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg],a:not(:matches(^$)>img)>*,:has(a):not(img,:matchesOwn([\\\\S\\\\s]{50,}),:has(img,:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(img,br,a,:has(img),:matchesOwn([\\\\s\\\\S]{50})),:not(img,br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,img,div:matchesOwn(，|。)+div:matchesOwn(，|。)),:has(img,p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))';\n\nd=[\":matchesOwn(\\\\S):has(br):has(:matchesOwn(\\\\S):has(br))\"\n,\":matchesOwn(\\\\S):has(br)\"\n,\":has(>:matchesOwn(\\\\S):not(:has(*))+:matchesOwn(\\\\S):not(:has(*)))\"\n,\":has(>:has(>p:only-child:matchesOwn(\\\\S):not(:has(*)))+:has(>p:only-child:matchesOwn(\\\\S):not(:has(*))))\"\n,\"img\"\n,\":matchesOwn(\\\\S)\"];\n\ntry{for(查=i!=''?i:java.get(\"元\");c;c--){\n\nif(!(c>1&&(String(r.text()).length<400||r.select(':matchesOwn(内容未加载完成|关闭(阅读|小说)模式)').size()))){\nr.select(sc).remove();\n\nif(!(查!=\"\"&&(lr=r.select(i?d[i==6?5:i]:查)).size()))for(i=0;i<6&&(lr=r.select(d[i]),i==4&&c==1?!lr.size():String(lr.text()).length<200);i++);\nif(c<2||i<6)break;}\n\nr=org.jsoup.Jsoup.parse(r2=String(java.ajax(baseUrl+',{\"webView\":true}')).replace(/(<[a-z]+)&nbsp;/g,'$1 '));\ndt=r1.length==r2.length?2:1}\n\nfor(c=lr.first(),v=1;v<lr.size();v++)if(lr.get(v).parents().contains(c)){\nlr.remove(v);\nv--}else c=lr.get(v);\n\nlr=String((c=lr.size()==2&&i<4)?String(lr.first().text()).length>String(lr.get(1).text()).length?lr.first():lr.get(1):(c=lr.size()==1)?lr.first():lr);\n\nif(查==\"\"){\nif(c&&(查=lr.match(/<([a-z]+) ([^>]+)>/))&&(查[2]=查[2].match(/(?:id|class|style)=(?:\"[^\"]+\"|'[^']+')|[^= ]+(?==\"[^\"]+\"|'[^']+')/g))){\nbook.putVariable(\"元\",查[1]+'['+查[2].join('][')+']')\n}else book.putVariable(\"序\",i)}\n\nlr=lr.replace(/<([a-z]+)[^>]*\"-\\d+\"[^>]*>[^<]+<\\/\\1>|[^<>]*<a[^<]+<\\/a>[^<]*|&lt[; ]?\\/?[a-z]+(?= |\\/?&gt)(?:[ a-z=-]+|\"[^\"]+\"|'[^']+')*\\/?&gt[; ]?|[☯📑⚙️🌕︴]/g,\"\").replace(/\\s+(?:\\s|(?:(?:(?:n?b)?s)?p)?;)/g,\"　　\");\n\nif(java.get(\"原\")!=1)lr=(!lr.indexOf(\"　　\")?lr.replace(/>(?!　　|\\s*(?:(?:(?:n?b)?s)?p)?;)\\s*(?=[^\\s<>])/g,\">︴\"):lr)\n.replace(/((?:[〖【『「（《〈〔［\\[(][^〖【『「（《〈〔［\\[()］〕〉》）」』】〗\\]]*[)］〕〉》）」』】〗\\]]\\s*)*(?:第?\\s*[一二三四五六七八九十百千万〇零0-9]+\\s*[章节回話话：:.．,，、]*\\s*)?{{\nn=(t=title.match(/\\S+$/)[0].replace(/[*$|?+\\\\\\^\\[\\](){}/]/g,\".?\")).replace(/^(正文[^\\u4e00-\\u9fa5A-Za-z]*|第?[一二三四五六七八九十百千万〇零0-9]+[章节回話话\\s：:.．,，、]*)+/,\"\"),n!=t&&/\\S/.test(n)?\"(?:第?\\\\s*[一二三四五六七八九十百千万〇零0-9]+\\\\s*[章节回話话：:.．,，、]*\\\\s*\"+n+\"|\"+t+\")\":t\n}}(?:\\s*[〖【『「（《〈〔［\\[(][^〖【『「（《〈〔［\\[()］〕〉》）」』】〗\\]]*[)］〕〉》）」』】〗\\]])*)/g,\"⚙️$1⚙️\")+\"📑\"\n\n}catch(e){}}\nif(dt)book.putVariable(dt==1?\"动\":\"静\",',{\"webView\":true}');lr",
      "imageStyle": "FULL",
      "nextContentUrl": "@js:\nif((r=java.getStringList((nx=java.get(\"next\"))+\"a:matches(第二[頁页]|下[一\\\\s]*[頁页]):not([href~=^javascript:|^#])@href||a:matches(下[一\\\\s]*[篇章回节節话話]):not([href~=^javascript:|^#])@href||a[href~=[_-]\\\\d+(/|\\\\.[a-z]+)?$]:has(i,img):not(:matches(\\\\S),[href~=^javascript:|^#])@href\")).size()){\nif(~String(book.tocUrl+(nextChapterUrl||'')).indexOf(r=String(r.get(r.size()-1)))||~r.indexOf(nextChapterUrl||String(book.tocUrl).replace(/.+(?=_\\d+\\/$)/,'')))r=null\n}else r=null;\n\nif(r){\nif(nx!='')chapter.putVariable(\"next\",(n=r.replace(/\\d+(?=[^\\d]*$)/,it=>+it+1))==r?'':'a[href=\"'+n+'\"]@href||');\nr+java.get(\"动\")\n}",
      "replaceRegex": "@js:if(java.get(\"原\")==1){result}else{\nresult=result.replace(/⚙️([^\\u4e00-\\u9fa5⚙️]+|[零〇一二三四五六七八九十百千万\\s]+|(?!第[零〇一二三四五六七八九十])[\\u4e00-\\u9fa5]+)⚙️/g,'$1').split('📑');\nl=result.length-1;\nwhile(l)if(r=result[--l].match(/^(\\n+(?:[^\\n]{1,30}\\n+){1,3})([\\S\\s]+)$/))result[l]=r[1]+r[2].replace(/⚙️/g,'');\nresult.join('📑')\n.replace(/—/g,\"─\")\n.replace(/[·۰•・]/g,\"・\")\n.replace(/\\s*(?:︴[^\\n　]+\\s+)*📑\\s*|^\\s*(︴[^\\n　]+\\s+)*|\\s*(?:　　|\\n)(?:[\\s&#a-zA-Z0-9]*;)?[\\s　?]*/g,\"☯\")\n.replace(/(?:︴[^☯]*☯)+(?=︴)|☯(?:温馨|[^a-zA-Z0-9\\u4e00-\\u9fa5☯]+)提示.?[:：][^☯]+|☯[^☯]+字体不会安装.?请百度[^☯]+|☯.{0,2}正版订阅在阅文旗下的起点和QQ书城，可以第一时间看到最新章节.{0,2}(?=☯)|︴\\s*第?[〖【『「（《〈〔［｛\\[{(][^☯]+(?=☯)|☯第\\s*[（(][^（()）]+[)）][頁页](?=☯)|[^☯]*(?:关注|[微vVＶｖ][^\\u4e00-\\u9fa5A-Za-z0-9]*[信xXｘＸ]|公[^\\u4e00-\\u9fa5]*众[^\\u4e00-\\u9fa5]*号){2,}[^☯]*|(?:&#?[a-z0-9]*;?)+(?=;|☯);*|read[sx][；;?？]+/g,\"\")\n.replace(/\\s+/g,\" \")\n.replace(/☯[ ☯]*/g,\"\\n\")\n.replace(/(\\n[〖【『「（《〈〔［｛\\[{(]?)([pPＰｐ][SsｓＳ]+(?=[ ：:;；，,、。.─\\d\\u4e00-\\u9fa5])[^\\n]+)/g,\"$1🌕$2\")\n.replace(/\\[\\[\\[[^\\[\\]]+http:file2.qidian.comchapters(.{5,6})(..)([^\\[\\]]{35})\\]\\]\\]/g,'<img src=\"http://file2.qidian.com/chapters/$1/$2/$3\">')\n.replace(/(<img )[^>]*(src=\"[^\"]+\")[^>]*(>)|((?: ?[＋+－-]?[0-9０-９]+(?:[．.／/][0-9０-９]+)?[％%:：]?[a-zA-Z]*)+ ?|[ _＿－-]?[a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９]+)/g,\"$1$2$3☯$4☯\")\n.replace(/☯[・。](?=☯)/g,\"☯.\")\n.replace(/,\\n/g,\"，\")\n.replace(/!(?=\\n)/g,\"！\")\n.replace(/\\?(?=\\n)/g,\"？\")\n.replace(/(<[^<]+)☯☯/g,\"⚙️$1⚙️\\n\")\n.replace(/(?:\\n[^āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─🌕︴\\n]+|([。？！…”』」】〗])[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─☯︴\\n]+[\\u4e00-\\u9fa5]+)?[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─⚙️☯︴\\n]+(?=\\n)|[^☯!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛｝］〕〉）＞’”》」』】〗]*☯([a-zA-ZＡ-Ｚａ-ｚ]*[āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ][a-zA-ZＡ-Ｚａ-ｚ]*)☯[^☯!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛｝］〕〉）＞’”》」』】〗]*/g,\"$1$2\")\n.replace(/[^!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜<（〈〔［｛({\\[\\]})｝］〕〉）>＞’”》」』】〗︴🌕]*(?:☯[^.．!(),\\n\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗⚙️]+|([^☯!(),\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘<＜（〈〔［｛({\\[\\]})｝］〕〉）＞>’”》」』】〗⚙️])(?!\\1)|☯(?=[^☯!(),\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗][!(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗])|[〖【『「（《〈〔［｛\\[{(][^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[)｝］〕〉》）」』】〗\\]}]){4,}|[^；;％%～~?？!！\"'”’。…─\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[〖【『「（《〈〔［｛\\[{(][^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[)｝］〕〉》）」』】〗\\]}](?:[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+(?=[)｝］〕〉》）」』】〗\\]}]))?/g,\"📑\")\n.replace(/([；;％%～~?？!！\"'”’。…─])📑(?=[)｝］〕〉》）」』】〗\\]}])/g,'$1')\n.replace(/(?:([\\n。？！])[^\\n。？！]{1,10})?[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*(?:☯[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]☯|📑|🌕)[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[｝］〕〉》）」』】〗\\]})](?:[^。]{0,5}(?:[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*(?:☯[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]☯|📑)[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[｝］〕〉》）」』】〗\\]})]|[^📑!,()\\s\\u4e00-\\u9fa5、，：；？！。…─‘’“”（）《》〖〗【】]+))*(?:(?:[^\\n]{1,10}|(?:[\\u4e00-\\u9fa5]{0,5}[，、])*[\\u4e00-\\u9fa5]+[！。]?)(?=\\n))?/g,\"$1\")\n.replace(/((?:[请請][记記]住)?[^⚙️🌕📑︴*\\n(),\\u4e00-\\u9fa5、，：；？！。…─「」‘’“”（）《》〖〗【】]*(?:(?:[^⚙️🌕📑︴*\\n(),\\u4e00-\\u9fa5、：，；？！。…─「」‘’“”（）《》〖〗【】]+[*(), \\u4e00-\\u9fa5、，:：；？！。…─「」‘’“”（）《》〖〗【】]{1,3})*[^*︴📑☯⚙️🌕\\s&;(),āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜa-zA-ZＡ-Ｚａ-ｚ0-9０-９\\u4e00-\\u9fa5、,，:：;；?？!！。…～~─'\"‘’“”【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}％%・/／＝=_＿.．＋+－-]+(?!(?:[^>]+>)?⚙️)|☯[^☯\\n]+☯\\.☯[^☯\\n]+☯|本[文书](?:首发|来自)|(?:章节不完整.?|完整章节)?请.{2,6}(?:搜索|百度|引擎|关键[词字])+|(?:[阅閱][讀读]|访问|訪問|[網网地][站址]|链接|鏈接|[\\u4e00-\\u9fa50-9a-zA-Z]{0,4}(?:文学|中文|[網网]))+[:：]|[\\u4e00-\\u9fa50-9a-zA-Z]{0,6}(?:[網网地][站址]|链接|鏈接)为|.{2,4}文[学學][網网]|[请請].{2,4}收藏(?:.{0,2}推[荐薦])?|(?:天才)一秒[記记]住|，?請?訪問|(?:[更最][快新]|[快高]速|热门|(?:[阅閱][讀读])?完整|本|(?:官[網网]|本站).{0,2})(?:章[節节]|小说|更新|[網网地][址站][:：]?|快速)|更新(?:速度)?[最更]?快|(?:(?:无错)?小说|正版|免费|全[文本]|在线|访问|訪問|txt|TXT|继续|各种|推[荐薦]|收藏|分享|交流|你?喜欢的)+(?:全文|免费|在线|[阅閱]?[讀读]|下载|章[節节]|小说|好书)|章[節节](?:目录|列表)|小说[網网](?:更新)?|手打全文|[纯全](?:手打|文字)|手机看书|手机版|笔趣阁|(?:本站|[網网]站|站内|看)?无(?:任何)?(?:广告|弹窗|防盗)(?:章节)?|不弹窗|(?:(?:請|请|或者?)?(?:訪問|访问|[電电手][腦脑机機]|[網网][址站]|用[户戶]|浏览|瀏覽|閱讀|阅读|看小说|看漫画)){2,}|看小说|看漫画|(?:用[^\\n]{2,6})?(?:[追看]书|小说)(?:就用|软件|☯[^☯]+☯)，?|用[^\\n]{2,6}[追看]书|(?:..的)?(?:最佳选择|阅读体验)|(?:推[荐薦]|收藏|分享)(?:本站|我们)|小说..版|文章质量更好|谢谢各位(?:读者|书友)支持|水印广告测试|本章未完|请翻页|点击下一页|领.{0,2}红包|同步更新《[^《》]+》|关注[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+[)｝］〕〉》）」』】〗\\]}])(?:[* (),\\u4e00-\\u9fa5、，：；？！。…─‘’“”（）《》〖〗【】]{0,3}[^⚙️📑*\\n(),\\u4e00-\\u9fa5、，：；？！。…─「」‘’“”（）《》〖〗【】]+|[….。!！]+(?=\\n))*|⚙️(?!<)[^⚙️\\n]+⚙️)/g,\"\\n⚙️$1⚙️\\n\")\n.replace(/⚙️(<[^<>]+>)⚙️\\n|[〖【『「（《〈〔［｛\\[{(](?:[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]{0,3}\\n⚙️(?!\\s*\\S\\s*⚙️).+⚙️\\n*)+[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]{0,3}[)｝］〕〉》）」』】〗\\]}]|(🌕)\\s*⚙️|⚙️\\n[^\\u4e00-\\u9fa5]{0,5}\\n⚙️|\\n⚙️\\s*(\\S)\\s*⚙️\\n(?![^⚙️]{1,3}⚙️)|(⚙️\\n)|([，、；])[\\s,，。、…:：;；?？!！`’]*[,，。、…:：;；?？!！`’](?!⚙️)|\\n[\\s,，。、…:：;；?？!！`’]*(?=[,，。、:：;；?？!！])|([：？！。…─])(?:[^⚙️☯a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n…─“‘’”〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+(?=\\n)|[^⚙️☯a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n…─“‘’”〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+)|☯/g,\"$1$2$3$4$5$6\")\n.replace(/([)）？！?!…」』”\\s。])(?:[^\\n（(🌕)）”』」’。]{0,5}(?:(?:\\n⚙️.+⚙️\\n|[^（()）\\n”』」。]{0,5}📑)[^（()）\\n。]{0,5}(?:\\n⚙️.+⚙️(?:\\n(?=\\n⚙️|[^（()）\\n]{1,5}\\n))?|[^（()）\\n。]{0,5}📑(?:[^📑]{1,5}(?=\\n⚙️))?)+(?:[^（()）\\n]{1,5}(?=\\n))?|(?:(?:(?:\\n⚙️.+⚙️\\n|[^（()）\\n。]{0,5}📑)[^（()）\\n]{0,5}){2,}|[^（(🌕)）”』」’\\n。]{0,5}(?:(?:請|关键[词字]|[電电手][腦機]|用戶|瀏覽|[阅閱]讀|推[薦荐]|收藏|分享|文章质量|谢谢(各位|支持|大家)|水印|翻页|点击|下[一\\s]*[页頁篇章回节節话話]|免费|热门|官网|正版|在线|同步|下载|文学|中文|章节|[本网][站址]|站内|小说|更新|无错|[本全][文本章]|首发|广个?告|弹窗|防盗|访问|訪問|txt|TXT|读者|书友|百度|[插说]一?[下句]话?，[\\u4e00-\\u9fa5]{0,5})[^（()）\\n]{0,5})*(?:📑|\\n⚙️[^\\n]+⚙️\\n)[^（()）\\n]{0,5}(?:(?:請|关键[词字]|[電电手][腦機]|用戶|瀏覽|[阅閱]讀|推[薦荐]|收藏|分享|文章质量|谢谢(各位|支持|大家)|水印|翻页|点击|下[一\\s]*[页頁篇章回节節话話]|免费|热门|官网|正版|在线|下载|同步|文学|中文|章节|[本网][站址]|站内|小说|更新|无错|[本全][文本章]|首发|广个?告|弹窗|防盗|访问|訪問|txt|TXT|读者|书友|百度)[^（()）\\n]{0,5})*|[^（(🌕)）\\n”』」’。]{0,3}\\n⚙️.+⚙️\\n[^（()）\\n。]{0,3})(?:[\\u4e00-\\u9fa5]+[！。]?|[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n]+)?(?=\\n)))+|\\n⚙️[^\\u4e00-\\u9fa5]+⚙️\\n|📑|\\s*︴\\s*|\\n?⚙️\\n?|\\n[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n]{2,}\\n[^🌕a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n“《‘【〖『「]*/g,\"$1\")\n.replace(/(?:(?:\\n🌕[^\\n]*)+(?:\\n+[^\\n]+){0,4}|\\n(?:[(（{｛][^(（<{｛｝}>）)]*(?:(?:[(（{｛][^(（<{｛｝}>）)]*[）)｝}])[^(（<{｛｝}>）)]*)*[）)｝}]?\\s*)+|[^\\n]*起点(?:原创|中文)[^\\n]*|[〖【『「（《〈〔［｛\\[{(]?未完待续[^\\n]*)[^\\u4e00-\\u9fa5<>]*$|^\\s*(?:(?:[^\\n]+\\n+){0,4}(?:🌕[^\\n]*\\n?)+|(?:[(（{｛][^(（<{｛｝}>）)]*(?:(?:[(（{｛][^(（<{｛｝}>）)]*[）)｝}])[^(（<{｛｝}>）)]*)*[）)｝}]?\\s*)+|，[^\\n]+)\\n|(?:^|\\n)[^a-z0-9A-Z\\u4e00-\\u9fa5]*(?=\\n)|🌕|\\n\\s*[a-zA-Z]+\\s*$/g,\"\")}",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "bookList": "a",
      "bookUrl": "href",
      "name": "text"
    },
    "ruleSearch": {
      "bookList": ""
    },
    "ruleToc": {
      "chapterList": "@js:if(java.get(\"单\")==''){\nsrc=org.jsoup.Jsoup.parse(src);\n\nif((result=java.get(\"录\"))==\"\"){if(页=(result=src.select('a[href~=\\\\S]:matches(下[一\\\\s]*[页頁]|下[一二三四五六七八九十百千万〇零0-9]{2,}章):not([href~=^#|javascript:])')).size())result=result.first().attr('href')\n}else{网=String(result).split(\"🌕\");\nfor(i=3,页=+网[0],result=网[1]+2+网[3];i<=页;i++)result+='\\n'+网[1]+i+网[3];\nresult=String(result)}\n\nif(页)java.put(\"页\",/,/.test(book.tocUrl)?result.split('\\n').join(',{\"webView\":true}\\n')+',{\"webView\":true}':result);\n\n嗅=()=>String(src).match(/[\\[(]([\"'])<[a-z]+[ >][^\\[\\]()]+<\\/a>(?:[^\\[\\],()]*<\\/[a-z]+>)?\\1[\\])]/);\n转=it=>it.replace(/\\\\[Uu]([0-9a-zA-Z]{4})/g,(_,it)=>String.fromCharCode(parseInt('0x'+it)));\n兜=()=>src.select(':matchesOwn(^$|[0-9〇一二三四五六七八九十])>a:matches(\\\\S):not(:has(*>*>:not(span)),[href~=(?i)passport|\\\\.aspx$|\\\\.php$|^https://[^/]+(/|index\\\\.[a-z]+)?$|(^|[^/])[?/].*((book|[^a-z])(info|case|page|reg|Game|Play)[^a-z]|buy[^a-z]|SystemInfo|hot|sort|desc|asc|top|coins|nutrition|review|ticket|update|(app|author|xiazai|down)(?!=))|/list\\\\d*([/_-][^/_-]+/?)?$|\\\\d+_\\\\d+_\\\\d+|target=iframe|https%],:matches((?i)^((点击|软件|应用|安装|客户|移动|手机|电脑|安卓|苹果|下载|阅读|pc|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub)[\\\\s.端版]*(?=$|点击|软件|应用|安装|客户|移动|手机|电脑|安卓|苹果|下载|阅读|pc|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub)|[A-Za-z0-9\\\\u4e00-\\\\u9fa5]?返回.*(简介|书页|目录)[A-Za-z0-9\\\\u4e00-\\\\u9fa5]?|[<>-]+|\\\\d+-\\\\d+章|书页|目录|简介|[上下首尾]([一\\\\s]*[页頁]|[\\\\s\\\\d零〇一二三四五六七八九十百]*章)|[↑\\\\[]?[倒正反逆顺順]序[↓\\\\]]?)$))');\n\nif((zt=java.get(\"嗅\"))!=''){\nif(zt>0&&(嗅=嗅())){\nsrc=嗅[0];\nif(zt==2)src=转(src);\nsrc=org.jsoup.Jsoup.parse(src)}\nsrc.select(java.get(\"除\")).remove();\nif(java.get(\"兜\")==1)src=兜();\nsrc=src.select(java.get(\"查\"))\n\nif(!页){for(首=String(java.get(\"首\")).split('\\n'),ss=src.size(),i=0;i<ss;i++)if(首[i]!=src.get(i)){\nif(i>1)src.subList(1,i).clear();break;}}\n\n}else{\nbook.putVariable(\"除\",除=\"meta,link,a:has(img),\"+((zt=java.get(\"全\")!=1)?\"a[href$=\"+String(book.tocUrl).replace(/,\\{\"webView\":true\\}|^.{8}[^/]*/g,'')+\"],\":\"\")+(基=String(java.get(\"基\")),基==''?'':\"a[href$=\"+基.replace(/^.{8}[^/]*/,'')+\"],\")+\"a[href~=javascript:|#|[a-z]+[A-Z][a-z]+Id[=_-]|[^/][/?&]sub[A-Z]|action=list],a:matches(^$|最新章节$|^[^\\\\u4e00-\\\\u9fa5A-Z0-9]*(正文|.{0,2}书架|(免费|在线|开始|立即|全文|从头|点击|正文)+[试阅]读|[^\\\\s\\\\d外内楔前后卷篇章]*(更新调整|[两一二三四五六七八九十]+连更|作者[:：给要有]|双倍月票|感言|推书|推[a-z0-9A-Z_\\\\u4e00-\\\\u9fa5-]+书|[求个请投点下张](月?票|收藏|订阅|推荐)|(感谢|作者)[^\\\\s]*(读者|书友|大家|各位)|[书点]评[^\\\\s]*活动|[没有空]更新|没时间更新|请个?假|关于本书|关于更新|打赏名单|起点活动)[^\\\\s]*)[^\\\\u4e00-\\\\u9fa5A-Z0-9]*$)\");\n\nbook.putVariable(\"嗅\",(基=嗅())?(src=org.jsoup.Jsoup.parse((zt=/\\\\[Uu]([0-9a-zA-Z]{4})/.test(基=基[0]))?转(基):基),zt)?2:1:0);\nsrc.select(除).remove();\n\nif(zt=java.get(\"全\")!=1){\n找=ll=null;\n$=it=>(qc=ll,查=找,ll=src.select(找=it)).size()>14&&(查=it,src=re=ll);\n\nif(!(((ck=java.get(\"ck\"))!=\"\"&&$(\"[href~=\"+ck+\"(?!index(/|\\.[a-z]+)?$)[^.?/_-][^&/_-]*/?$|/[vV][iI][pP][_-]?([Rr]ead|[Cc]hapter|action=article)|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&]*$]\"))||$(\"[href~=^[a-z0-9]+(/|\\\\.[^./]+)?$]\"))){\nif(qc&&qc.size()>ll.size())找=查,ll=qc;\n\n$=it=>(re=src.select(it)).size()&&(查=it,src=re);\n\nif(!($(\"[data-cid]\")||$(\"[href~=(?i)(^|[/_-])(chapter|read)+([_-]?id)?/[^/_-]+[/_-][^/_-]+]\")||$(\"[href~=(?i)(^|[&?/_-](book|novel|comic|manhua|mh?)?)(chapter|read)+([_-]?id)?[?/=]]\")||$(\"[href~=(?i)[&?/_-]cid[&?/_=-]]\")||$(\"[data-href]\"))){\nsrc=兜();\nbook.putVariable(\"兜\",1);\n\nba=(ba=String(java.get(\"ba\"))).match(/(\\?(?:[^=]+=)+)(.+)$/)||ba.match(/(?:[^/_-][/_-]([^/._-]+))?[/_-]([^/._-]+)(?:\\/|\\/index[^/]*|\\.[^/.]+)?$/);\n\nif(xi=(id=ba[2]).match(/\\?[^=]+=([^&]+)/)||id.match(/^[^\\d%]*(\\d{2,}|[1-9])$/)||ba[1]&&ba[1].match(/^[^\\d%]*(\\d{2,})$/))id=xi[1];\n\n$(\"[href~=([^\\\\d]|^)\"+id+\"[/_&-][^\\\\d]*\\\\d+]:not([href~=\"+id+\"[^\\\\d]*$]),[href~=/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[a-zA-Z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?]*$|([^\\\\d]|^)\"+id+\"[/_&-][^\\\\d]*\"+id+\"(/|\\\\.[^.]+|&.+)?$]\")||$(\"[title]\")||$(\"[href~=/view/\\\\d+\\\\.[a-zA-Z]+$]\")}\nif(re.size()<ll.size())查=找,src=ll}}\n\nif(!(zt&&re.size()))src=src.select('a'),查='a';\nif(查)book.putVariable(\"查\",查);\nif(页)java.put(\"首\",src)}\n\nsrc}else if((list=java.get(\"单\"))!=1){\n\nif((网=String(list).split(\"🌕\")).length>1){\nfor(i=+网[2],x=+网[0],j=2,list=\"<a href='\"+baseUrl+\"'>正文1</a>\";i<=x;i++,j++)list+=\"<a href='\"+网[1]+i+网[3]+\"'>正文\"+j+\"</a>\"}\n\norg.jsoup.Jsoup.parse(list).select('a')\n\n}else org.jsoup.Jsoup.parse(\"<a href='\"+baseUrl+\"'>正文</a>\").select('a')",
      "chapterName": "text",
      "chapterUrl": "href@js:chapter.putVariable(\"next\",'a[href~=(?:^|[?/])'+(r=result.trim().replace(/([*$|?+(){}\\[\\]\\^\\\\])/g,'\\\\$1')).match(/[^?/=.]+(?:=(?![01]$)[^=]+)*(?=\\/*$|\\.[^?/.]+$|=[01]$)/)[0]+'[=/_-]2(?:\\\\/|\\\\.[^?/.]+)? *$]@href||a[href~=(?:^|[?/])'+r.replace(/\\d+(?=[^\\d]*$)/,it=>+it+1)+' *$]@href||');result+java.get(\"动\")",
      "isVip": "",
      "nextTocUrl": "@js:java.get(\"页\")",
      "updateTime": ""
    },
    "weight": 0
  },
  {
    "bookSourceComment": "//原站：http://www.qiushu.info",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉 八零小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.80zw.la",
    "customButton": false,
    "customOrder": 20,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "最近更新::/top/lastupdate/{{page}}.html\n最新入库::/top/postdate/{{page}}.html\n总排行榜::/top/allvisit/{{page}}.html\n月排行榜::/top/monthvisit/{{page}}.html\n周排行榜::/top/weekvisit/{{page}}.html\n日排行榜::/top/dayvisit/{{page}}.html\n总推荐榜::/top/allvote/{{page}}.html\n月推荐榜::/top/monthvote/{{page}}.html\n周推荐榜::/top/weekvote/{{page}}.html\n日推荐榜::/top/dayvote/{{page}}.html\n总收藏榜::/top/goodnum/{{page}}.html\n字数排行::/top/size/{{page}}.html\n奇幻修真::/sort3/{{page}}.html\n奇幻魔法::/sort13/{{page}}.html\n异术超能::/sort1/{{page}}.html\n东方传奇::/sort12/{{page}}.html\n王朝争霸::/sort14/{{page}}.html\n江湖武侠::/sort15/{{page}}.html\n未来幻想::/sort9/{{page}}.html\n灵异鬼怪::/sort10/{{page}}.html\n探险揭秘::/sort22/{{page}}.html\n历史传记::/sort6/{{page}}.html\n特种军旅::/sort7/{{page}}.html\n虚拟网游::/sort16/{{page}}.html\n竞技体育::/sort8/{{page}}.html\n魔幻女强::/sort2/{{page}}.html\n都市婚姻::/sort4/{{page}}.html\n百合之恋::/sort5/{{page}}.html\n同人美文::/sort11/{{page}}.html\n穿越架空::/sort17/{{page}}.html\n王室贵族::/sort18/{{page}}.html\n魔法校园::/sort19/{{page}}.html\n乡土布衣::/sort20/{{page}}.html\n官职商战::/sort21/{{page}}.html\n间谍暗战::/sort23/{{page}}.html\n唯美言情::/sort24/{{page}}.html\n诗歌文集::/sort25/{{page}}.html",
    "lastUpdateTime": 1734372562268,
    "loginUrl": "",
    "respondTime": 10752,
    "ruleBookInfo": {
      "author": ".soft_info_r@a.0@text",
      "coverUrl": ".soft_info_r@img@src",
      "intro": "id.mainSoftIntro@text##(^|[。！？]+[”」）】]?)##$1<br>@js:result.replace(/.*推荐给你的朋友！|八零电子书.*|【展开】.*|更多.*TXT.*/g,\"\")",
      "kind": ".soft_info_r@li.6@strong@text&&.soft_info_r@li.7@textNodes##\\s..:.*",
      "lastChapter": ".soft_info_r@li.9@textNodes##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "id.soft_info_para@h1@text##TXT.*",
      "tocUrl": ".soft_info_r@a.-1@href"
    },
    "ruleContent": {
      "content": "id.content@textNodes",
      "imageStyle": "",
      "replaceRegex": "##求书网.*"
    },
    "ruleExplore": {
      "author": "a.1@text",
      "bookList": "id.list_art_2013",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": ".book_jj@text",
      "kind": "span.0@text&&em@text",
      "lastChapter": "b@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.0@text##TXT.*",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".storelistbt5",
      "bookUrl": "a.1@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "intro": "p.1@text",
      "kind": "p.0@textNodes&&span.1@text&&p.2@text##.*更新.|最新.*|.*：|\\s",
      "lastChapter": "p.2@text##.*最新章节.|正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.1@text##\\《|\\》.*",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "id.yulan@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"method\": \"post\",\n  \"body\": \"searchkey={{key}}&searchtype=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "盗墓笔记🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.daomubiji.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 21,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "盗墓笔记::http://www.daomubiji.com/",
    "lastUpdateTime": 0,
    "respondTime": 3417,
    "ruleBookInfo": {
      "intro": "class.focusbox-text@text"
    },
    "ruleContent": {
      "content": "class.article-content@tag.p@text"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "text##(|)",
      "bookList": "class.container@tag.li!0",
      "bookUrl": "tag.a@href",
      "name": "class.menu-item@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.excerpts-wrapper@tag.a",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "-",
    "weight": 0
  },
  {
    "bookSourceComment": "up_date: 2025-07-19\nauthors: 钓鱼竿钓大鱼(原作) & 小寒(修改) & 梓澄qwq（雨萘Naiy_）(修改)  & Thomas喲(修改 & 喵公子（正文接口）\n## 添加搜索不到的书籍：\nhttps://reading.snssdk.com/reading/bookapi/detail/v/?book_id=【书籍ID】\n\n## 调试测试\nhttps://www.baidu.com/删书示例?book_id=7285555567827880975\nhttps://www.baidu.com/插图示例?book_id=7193358363978107963\nhttps://www.baidu.com/漫画示例?book_id=7225884766417980473\nhttps://www.baidu.com/有声示例?book_id=7268163868831173694",
    "bookSourceGroup": "漫画,有声",
    "bookSourceName": "番茄小说（优++）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://reading.snssdk.com#mgz",
    "bookUrlPattern": "https?://.*(fqnovel|snssdk|fanqienovel|changdunovel)\\.com/.*[0-9]{19}.*",
    "customButton": false,
    "customOrder": 22,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\n个人中心 = 1\n\njs = (cid, genre, gender) => `@js:\nxGorgon(\n  \"new_category/landing\",\n  [\n    \"category_id=${cid}\",\n    \"limit=20\",\n    \"offset=\" + (page - 1),\n    \"gender=${gender}\",\n    \"genre=${genre}\"\n  ].join(\"&\")\n)`\n\ntt_rank_books = (url) => `@js:\n  let ck = \"sessionid=\" + (String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : (source. getLoginInfoMap() || {})['手动登录Token'])\n  let list = JSON.parse(java.ajax('${url}')).data.result\n  let book_ids = []\n  for (let i of list) book_ids.push(i.book_id)\n  xGorgon(\n    \"multi-detail\",\n    \"book_id=\" + book_ids.slice(0, 100).join(','),\n    null,\n    ck,\n  )\n`\n\nobj = (title, url, type, type1) => ({\n  title: title,\n  url: url,\n  style: {\n    layout_flexGrow: 1,\n    layout_flexBasisPercent: type\n  }\n})\n\nlet toutiao_rank_info = JSON.parse(java.ajax('https://novel.snssdk.com/api/novel/channel/homepage/rank/rank_list/v2/?need_type=1&offset=0&side_type=10&type=1&aid=1319') || '{\"data\":{\"type\":{\"type\":[]}}}').data.type.type\ntoutiao_rank = (index) => {\n  let rank_list = toutiao_rank_info[index] || []\n  let ret = []\n  if (rank_list) {\n    ret.push(obj(i.name + '榜', '', 1))\n    for (let j of rank_list.rank_list) {\n      ret.push(obj(j.name, 'https'))\n    }\n  }\n}\n\narr = []\njava.longToast(\"请稍等，发现列表正在热更新！\")\nindex=[0, 1, 2]\nfor (let i of index) {\n  // java.toast(i)\n  let type = i\n  $ = JSON.parse(java.ajax(xGorgon(\n    \"new_category/front\",\n    [\n      \"update_version_code=58932\",\n      \"distinct_style=1\",\n      \"new_category_tab=\" + i\n    ].join(\"&\")\n  ))).data.category_tab_data\n  cate = []\n  cate.push(obj(\n    \"====== \" + $.tab_name + \" ======\", \"\", 1\n  ))\n  $.cell_data.forEach((c) => {\n    gender_1 = (type == 0 || type == 1) ? type : 1;\n    genre_1 = type == 3 ? 1 : type == 5 ? 110 : type == 6 ? 130 : 0;\n    cate.push(obj(\n      c.cell_name,\n      js(c.atom_data[0].category_data.category_id, genre_1, gender_1),\n      1\n    ))\n    for (j = 2; j < 5; j++) {\n      c.atom_data.slice(1).forEach((a) => {\n        d = a.category_data\n        if (d.name.length == j) {\n          cate.push(obj(d.name, js(d.category_id, genre_1, gender_1), -1))\n        }\n      })\n    }\n  })\n  arr = cate.concat(arr)\n}\n\nget = (path) => `@js:\nlet ck = \"sessionid=\" + (String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : (source.getLoginInfoMap() || {})['手动登录Token'])\n\nlet v = xGorgon(\n    \"${path}\",\n    \"offset=\" + (page - 1) * 20,\n    null,\n    ck,\n)\n\nxGorgon(\n  \"multi-detail\",\n  \"book_id=\" + getBookId(java.ajax(v)),\n  null,\n  ck,\n)`\n\nlet book_shelf_url = 'https://fanqienovel.com/reading/bookapi/bookshelf/info/v:version/?aid=1967&iid=0&version_code=57700&update_version_code=57700'\nlet book_shelf_info = JSON.parse(java.ajax(book_shelf_url + ', ' + JSON.stringify({\n  headers: {\n    'Cookie': \"sessionid=\" + (String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : (source.getLoginInfoMap() || {})['手动登录Token']),\n  }\n})))\n\njava.log(JSON.stringify(book_shelf_info))\n\nlet username\nif (book_shelf_info.code != 0) {\n  个人中心 = 0\n} else {\n  let uinfo = java.ajax(\"https://fanqienovel.com/api/user/info/v2,\" + JSON.stringify({ headers: { Cookie: \"sessionid=\" + (String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : (source.getLoginInfoMap() || {})['手动登录Token']) } }))\n  uinfo = JSON.parse(uinfo)\n  username = uinfo.data.name\n}\n\nlet gro = []\npush = (title, url, type) => gro.push({\n  title: title,\n  url: url,\n  style: {\n    layout_flexGrow: 1,\n    layout_flexBasisPercent: type\n  }\n});\n\nlet sArr = []\n\nif (个人中心) {\n  let groups_bookids = {\n    \"未分组\": []\n  }\n  book_shelf_info.data.book_shelf_info.forEach(i => {\n    if (!groups_bookids[i.group_name ? i.group_name : \"未分组\"]) groups_bookids[i.group_name] = []\n    groups_bookids[i.group_name ? i.group_name : \"未分组\"].push(i.book_id)\n  })\n\n  Object.keys(groups_bookids).forEach(k => {\n    var multi_detail_post_body = {\n      data: {\n        book_shelf_info: []\n      }\n    }\n    groups_bookids[k].forEach(i => multi_detail_post_body.data.book_shelf_info.push({ book_id: String(i), item_id: '0' }))\n    // var multi_detail_group_url = `https://fanqienovel.com/api/bookshelf/multidetail,${JSON.stringify(multi_detail_post_body)}`\n    // var book_ids = getBookId(JSON.stringify(multi_detail_post_body)).join(\",\")\n    push(k, \"https://fanqienovel.com/fqbookshelf/groupName/\" + k, 0.4)\n  })\n  if (Object.keys(groups_bookids).length % 2 != 0) push(\"占位\", \"\", 0.4)\n  // java.log(JSON.stringify(gro, null, 2))\n  sArr.push(obj(username + '的个人中心', '', 1))\n  sArr.push(obj('首页推荐', \"https://fanqienovel.com/tab/0\", 0.4))\n  sArr.push(obj('猜你喜欢', \"https://fanqienovel.com/tab/2\", 0.4))\n  // sArr.push(obj('猜你喜欢', \"https://fanqienovel.com/tab/1\", 0.4))\n  sArr.push(obj(\"我的书架\", \"https://fanqienovel.com/fqbookshelf\", 1))\n  \n  sArr = sArr.concat(gro)\n  // java.toast(JSON.stringify(sArr)) \n  sArr.push(obj(\"阅读历史\", get(\"read_history/list\"), 1))\n}\n\narr = sArr.concat(arr)\nJSON.stringify(arr)\n",
    "jsLib": "getHost = (a, b, c, d) => [\n    [\"https://\"][0],\n    [\n        \"reading\",\n        \"api\",\n        \"api3\",\n        \"api5\",\n        \"novel\",\n        \"\",\n    ][(a == 4 ? 5 : b) || 0],\n    [\n        \"\",\n        \"-normal\",\n    ][c || 0],\n    [\n        \"\",\n        \"-hl\",\n        \"-lf\",\n        \"-lq\",\n        \"-sinfonlinea\",\n        \"-sinfonlineb\",\n        \"-sinfonlinec\",\n    ][d || 0],\n    [\".\", \"\"][a == 4 ? 1 : 0],\n    [\n        \"snssdk\",\n        \"fqnovel\",\n        \"fanqiesdk\",\n        \"toutiaoapi\",\n        \"fanqienovel\",\n    ][a || 0],\n    [\".com\"][0],\n].join(\"\");\njavaImport = new JavaImporter()\njavaImport.importPackage(\n    Packages.okhttp3,\n    Packages.cn.hutool.core.util,\n    Packages.cn.hutool.core.codec,\n    Packages.cn.hutool.crypto.digest\n)\nwith(javaImport) {\n    //POST请求\n    function post(url, body, map) {\n        let json = MediaType.parse(\"application/json\");\n        let request = new Request.Builder()\n            .url(url)\n            .post(RequestBody.create(body, json));\n        if (map) {\n            request.addHeader(\"Content-Encoding\", \"gzip\");\n            for (let n in map) {\n                request.addHeader(n, map[n]);\n            }\n        }\n        let client = new OkHttpClient();\n        let response = client.newCall(request.build()).execute();\n        return JSON.parse(response.body().string());\n    }\n\n    function okhttpGet(url, map) {\n        const { java } = this\n        let request = new Request.Builder()\n            .url(url)\n            .get();\n        if (map) {\n            request.addHeader(\"Content-Encoding\", \"gzip\");\n            for (let n in map) {\n                request.addHeader(n, map[n]);\n            }\n        }\n        java.log(\"okhttp: \" + url + \", headers=\" + JSON.stringify(map))\n        let client = new OkHttpClient();\n        let response = client.newCall(request.build()).execute();\n        return JSON.parse(response.body().string());\n    }\n    \n    function okhttpWithHeaders(url, map) {\n        const { java } = this\n        let request = new Request.Builder()\n            .url(url)\n            .get();\n        if (map) {\n            request.addHeader(\"Content-Encoding\", \"gzip\");\n            for (let n in map) {\n                request.addHeader(n, map[n]);\n            }\n        }\n        java.log(\"okhttp: \" + url + \", headers=\" + JSON.stringify(map))\n        let client = new OkHttpClient();\n        let response = client.newCall(request.build()).execute();\n        let headers = {}\n        let names = response.headers().names()\n        names.forEach((k) => {\n          headers[k] = response.headers().get(k)\n        })\n        return {\n          body: JSON.parse(response.body().string()),\n          headers: headers\n        }\n    }\n\n    //Base64编码\n    let b64En = (b64) => Base64.encode(b64);\n\n    //Base64解码\n    let b64De = (b64) => Base64.decode(b64);\n    \n    function gzip(data) { ZipUtil.gzip(data, \"\") }\n\n    //X-Gorgon参数\n    function xGorgon(path, params, data, ck) {\n        const {  java, source  } = this;\n        params = [\n            params,\n            \"aid=1967\",\n            \"channel=0\",\n            \"os_version=0\",\n            \"app_name=novelapp\",\n            \"version_code=58932\",\n            \"device_platform=android\",\n            \"device_type=unknown\",\n        ].join(\"&\").split(\"&\").sort().join(\"&\").replace(/^&+/, \"\");\n        if (!data) {\n            path = \"/reading/bookapi/\" + path + \"/v/?\";\n        }\n        let url = getHost() + path + params;\n        let devtype\n        for (let i of (source.getLoginHeader() || '').split('&')) {\n          // java.log(i)\n          if (i.startsWith('device_type')) {\n            // java.log(i)\n            devtype = i.split('=')[1]\n          }\n        }\n\n\n        //md5加密\n        let md5 = (str) => DigestUtil.md5Hex(str);\n\n        //反转字符串\n        let rStr = (str) => StrUtil.reverse(str);\n\n        //10转16进制\n        let Hex = (num) => num.toString(16).padStart(2, \"0\");\n\n        //反转16进制\n        let rHex = (num) => parseInt(rStr(Hex(num)), 16);\n\n        //反转2进制\n        function rBin(num) {\n            let bin = num.toString(2).padStart(8, \"0\");\n            return parseInt(rStr(bin), 2);\n        }\n\n        //运算\n        function getHex(ck) {\n            let hex = md5(params)\n            hex += data ? md5(data) : \"0\".repeat(8)\n            hex += ck ? md5(ck) : \"0\".repeat(8)\n            return hex\n        }\n\n        function calculate(hex, ck) {\n            let len = 0x14;\n            let key = [0xDF, 0x77, 0xB9, 0x40, 0xB9, 0x9B, 0x84, 0x83, 0xD1, 0xB9, 0xCB, 0xD1, 0xF7, 0xC2, 0xB9, 0x85, 0xC3, 0xD0, 0xFB, 0xC3];\n            let paramList = [];\n            for (let i = 0; i < 9; i += 4) {\n                let temp = hex.substring(8 * i, 8 * (i + 1));\n                for (let j = 0; j < 4; j++) {\n                    let h = parseInt(temp.substring(j * 2, (j + 1) * 2), 16);\n                    paramList.push(h);\n                }\n            }\n            paramList.push(0x0, 0x6, 0xB, 0x1C);\n            let T = Math.floor(Date.now() / 1000);\n            paramList.push((T >> 24) & 0xFF, (T >> 16) & 0xFF, (T >> 8) & 0xFF, T & 0xFF);\n            //异或\n            let eorResultList = []\n            for (let i = 0; i < paramList.length; i++) {\n                eorResultList.push(paramList[i] ^ key[i % len]);\n            }\n            for (let A, B, C, D, i = 0; i < len; i++) {\n                A = rHex(eorResultList[i]);\n                B = eorResultList[(i + 1) % len];\n                C = rBin(A ^ B);\n                D = ((C ^ 0xFFFFFFFF) ^ len) & 0xFF;\n                eorResultList[i] = D;\n            }\n            let result = \"\"\n            for (let param of eorResultList) {\n                result += Hex(param);\n            }\n            let option = {\n                \"headers\": {\n                    \"X-Khronos\": String(T),\n                    \"X-Gorgon\": \"0404b0d30000\" + result,\n                    \"User-Agent\": 'com.dragon.read',\n                    \"Cookie\": ck ? ck : \"\"\n                }\n            }\n            let b_ = option\n            b_[\"body\"] = String(data ? data : \"\")\n            java.log(url + \",\" + JSON.stringify(b_))\n            if (data) {\n                return post(url, data, option.headers).data;\n            } else {\n                return url + \",\" + JSON.stringify(option);\n            }\n        }\n       return  calculate(getHex(ck), ck);\n    }\n}\n\nfunction getBookId(url) {\n\tconst {java} = this\n\tlet $ = JSON.parse(url).data\n\tlet arr\n\tif ($.book_shelf_info != 0 && $.book_shelf_info != undefined) {\n\t\tarr = $.book_shelf_info.map($ => $.book_id)\n\t} else if (list = $.data_list != 0 && $.data_list != undefined)  {\n\t\tarr = $.data_list.map($ => $.book_id_str)\n\t} else {\n\t\tjava.toast(\"获取 book_id 失败，你可能需要登录！\")\n\t}\n\treturn arr.slice(0, 100)\n}\n\nfunction getBookIdFull(url) {\n\tconst {java} = this\n\tlet $ = JSON.parse(url).data\n  let arr\n\tif ($.book_shelf_info != 0 && $.book_shelf_info != undefined) {\n\t\tarr = $.book_shelf_info.map($ => $.book_id)\n\t} else if (list = $.data_list != 0 && $.data_list != undefined)  {\n\t\tarr = $.data_list.map($ => $.book_id_str)\n\t} else {\n\t\tjava.toast(\"获取 book_id 失败，你可能需要登录！\")\n\t}\n\treturn arr\n}\n\nfunction splitArray(input, size) {\n  const output = []\n  for (let i = 0; i < input.length; i += size) {\n    output.push(input.slice(i, i + size))\n  }\n  return output\n}\n\nlet replaceCover = (u) => {\n    if (u.startsWith(\"https://\")) u = u.substring(8)\n    else u = u.substring(7)\n    let uArr = u.split(\"/\")\n    uArr[0] = \"https://p6-novel.byteimg.com/origin\"\n    let uArr2 = []\n    uArr.forEach((x) => {\n        if (!x.includes(\"?\") && !x.includes(\"~\")) uArr2.push(x)\n        else uArr2.push(x.split(\"~\")[0])\n    })\n    u = uArr2.join(\"/\")\n    return u\n}",
    "lastUpdateTime": 1759582284117,
    "loginUi": "[\n{\n  name: \"手动登录Token\",\n  type: \"text\",\n  action: \"\"\n},\n{\n\tname: \"　　[账号登录]　　\",\n\ttype: \"button\",\n\taction: \"l2(true)\"\n},\n{\n\tname: \"　　[退出登录]　　\",\n\ttype: \"button\",\n\taction: \"logout()\"\n},\n{\n\tname: \"　　[登录检查]　　\",\n\ttype: \"button\",\n\taction: \"l2(false, true)\"\n}\n]\n",
    "loginUrl": "// 登录及登录检查\nfunction login_(openBrowser, checkMode) {\n    // java.removeCookie(\"snssdk.com\")\n    var cookie_ = String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : source.getLoginInfoMap()['手动登录Token']\n    // java.toast(cookie_)\n    if (cookie_ && cookie_ != \"\" && !checkMode) {\n        if (!source.variableComment) {\n            java.toast(\"请不要重复登录，请先退出登录！\")\n        } else {\n            java.toast(\"您为填写token登录，请手动移除token后再次登录\")\n        }\n        return false\n    }\n    if (openBrowser) {\n        try {\n            java.startBrowserAwait(\"https://fanqienovel.com/\", \"登录\")\n        } catch (e) {\n            java.toast(e)\n        }\n    }\n    // java.log(\"snssdk cookie: \" + java.getCookie(\"snssdk.com\") + \"will be reomved\")\n    try {\n        cookie.removeCookie(\"snssdk.com\")\n    } catch (e) {}\n    // java.log(cookie)\n    var cookie_ = \"sessionid=\" + (String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : source.getLoginInfoMap()['手动登录Token'])\n    let user\n    try {\n      user = JSON.parse(java.ajax(\"https://fanqienovel.com/api/user/info/v2,\" + JSON.stringify({\n        method: \"GET\",\n        headers: {\n          \"Cookie\": cookie_\n        }\n      }))).data.name\n     } catch (e) {java.log(e)}\n    if (!cookie_ || cookie_ == \"sessionid=\" || !user) {\n        java.toast(\"未获取到登录凭据，登录失败\")\n        return false\n    }\n    java.toast(\"欢迎 \" + user + \"\\n登录成功！\")\n    return true\n}\n\nfunction login() // 一定程度上加上这个函数能够支持更多的版本\n{}\n\nfunction l2(a, b) {\n  try {\n    login_(a, b)\n  } catch (e) {\n    java.log(e+\"\\n\"+e.stack)\n  }\n}\n\n// 取消登录\nfunction logout() {\n    cookie.removeCookie(\"fanqienovel.com\");\n    cookie.removeCookie(\"snssdk.com\");\n    if (source.getLoginInfoMap()['手动登录Token']) java.toast(\"请手动移除填写的Token\")\n    else java.toast(\"退出登录成功\");\n}\n\nfunction t() { java.toast(\"这个按钮是用来看的，别点了\") }",
    "respondTime": 181581,
    "ruleBookInfo": {
      "author": "author",
      "canReName": "true",
      "coverUrl": "@js:replaceCover(java.getString(\"thumb_url\"))",
      "init": "@js:\nvar Regs = [/book_id=(\\d+)/i, /query=(\\d+)/, /d=(\\d{19})/i, /(\\d{19})/i];\nvar book_id = \"\";\nfor (let Reg of Regs) {\n    let mat = baseUrl.match(Reg);\n    if (mat) {\n        book_id = mat[1];\n        break;\n    }\n}\n\nif (!book_id) throw new Error(\"没有 book_id !\")\n\nresult = java.ajax(xGorgon(\n     \"detail\",\n     \"book_id=\" + book_id,\n     null,\n     \"sessionid=\" + (String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : source.getLoginInfoMap()['手动登录Token'])\n))\n\ntry {\n  xGorgon(\n    \"/reading/bookapi/read_history/update/v/?\", \"\",\n    gzip(JSON.stringify({\n      update_datas: [{\n        book_id: book_id,\n        read_timestamp_ms: Date.now()\n      }]\n    }).replace(/\\\"(\\d+)\\\"/g, \"$1\")), \"sessionid=\" + (String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : source.getLoginInfoMap()['手动登录Token'])\n)} catch (e) {\n  java.toast(\"无法更新阅读历史: \" + e)\n  java.log(\"无法更新阅读历史: \" + e.stack)\n}\n\nvar Res  = JSON.parse(result);\nvar data = Res.page || Res.data;\ndata = (Array.isArray(data) ? data[0] : data.book_info) || data;\nJSON.stringify(data);",
      "intro": "&nbsp;&nbsp;\n📕 源名：{{$.original_book_name}}\n📖 别名：{{$.book_flight_alias_name}}\n✏️ 开坑：{{$.create_time##T|\\+.*## }}\n🏷️ 标签：{{$.tags}}\n👤 主角：{{$.roles##\\[|\\\"|\\]}}\n👁️ 在线：{{$.read_count}}人在读{{\"\\n\"+\"​\"}}\n📜 简介：{{$.abstract}}{{\"\\n\"+\"​\"}}\n📍 {{$.copyright_info##，.*##。}}\n书籍状态：__status__\n@js:result.replace(/.+：(人在读)?\\n/g,\"\").replace('__status__', (java.getString('$.book_search_visible') == 'true' ? '正常' : (java.getString('$.tomato_book_status') == '3' ? '下架' : '小黑屋')))",
      "kind": "男生{{$.gender}}女生\n{{$.category}}\n连载{{$.creation_status}}完结\n{{$.score}}分\n{{java.timeFormatUTC(java.getString(\"last_chapter_update_time\")*1000,'yyyy-MM-dd',8)}}\n##连载0|1完结\n@js:result\n.replace(/男生.女生/, String(java.getString(\"$.isbn\")) ? \"出版\" : `男生${java.getString(\"$.gender\")}女生`)\n.replace(\"男生0\", \"\")\n.replace(\"1女生\", \"\")\n.replace(\"男生2女生\", \"出版\")\n.replace(\"连载4完结\",\"断更\")\n.replace(\"连载-1完结\",\"未知\");",
      "lastChapter": "{{$.last_chapter_title}} • {{java.timeFormat(java.getString(\"last_chapter_update_time\")*1000)}}",
      "name": "book_name",
      "tocUrl": "book_id\n<js>java.base64Encode(result)</js>\ndata:book_id;base64,{{result}},{\"type\":\"fqnovel\"}",
      "wordCount": "word_number"
    },
    "ruleContent": {
      "content": "@js:\nlet cid = java.hexDecodeToString(result);\nlet ROUTES = [\n    {\n        host: \"https://fqgo.52dns.cc\",\n        path: \"/content\",\n        method: \"GET\",\n        priority: 8,\n        type:\"go\"\n    },\n    {\n        host: \"https://fqxs.ns114.cc\",\n        path: \"/content\",\n        method: \"GET\",\n        priority: 8\n    },\n    {\n        host: \"https://api.52dns.cc\",\n        path: \"/content\",\n        method: \"GET\",\n        priority: 8\n    }\n];\nfunction ssort(r){var t=r.flatMap(r=>Array(Math.max(0,r.priority)).fill(r));for(let r=t.length-1;0<r;r--){var a=Math.floor(Math.random()*(r+1));[t[r],t[a]]=[t[a],t[r]]}return t};\nROUTES = ssort(ROUTES);\n\nfunction fetchContent(cid) {\n    for (let route of ROUTES) {\n        java.log(`尝试接口: ${route.host}`);\n        try {\n            let request = `${route.host}${route.path}?item_id=${cid}`;\n            let response = java.get(request, {}).body();\n            let result = JSON.parse(response);\n            if (result.data.content) {\n                java.log(\"true\");\n                return result;\n            }\n        } catch (error) {\n            java.log(`接口 ${route.host} 请求失败: ${error}`);\n        }\n    }\n    throw new Error(\"所有接口均请求失败\");\n}\n\nfunction processContent() {\n    let content = fetchContent(cid).data.content;\n\n    let md5Regex = /\"md5\":\"([a-f0-9]+)\"/g;\n    let md5Values = [];\n    let match;\n\n    while ((match = md5Regex.exec(content)) !== null) {\n        md5Values.push(match[1]);\n    }\n\n    if (md5Values.length === 0) {\n        return content;\n    }\n\n    let imgTags = md5Values.map(md5 => `<img src=\"https://p6-novel.byteimg.com/origin/novel-pic/${md5}\" >`);\n    return imgTags.join(\"\");\n}\n\nprocessContent();",
      "imageStyle": "FULL"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "<js>\n\nlet ck = \"sessionid=\" + (String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : (source.getLoginInfoMap() || {})['手动登录Token'])\n\ngetShelf = () => {\nlet book_shelf_url = 'https://fanqienovel.com/reading/bookapi/bookshelf/info/v:version/?aid=1967&iid=0&version_code=57700&update_version_code=57700'\nlet book_shelf_info = java.ajax(book_shelf_url + ', ' + JSON.stringify({\n  headers: {\n    'Cookie': ck\n  }\n}))\n\nbid = getBookIdFull(book_shelf_info)\nlet id_list = splitArray(bid, 100)\nlet urls = []\nid_list.forEach(i => {\n    urls.push(xGorgon(\"multi-detail\", \"book_id=\" + i.join(\",\"), null, ck))\n})\n\nres = java.ajaxAll(urls)\n\nlet resp = {book_info: []}\nres.forEach(r => {\n  resp.book_info = resp.book_info.concat(JSON.parse(r.body()).data)\n})\n\nreturn resp\n}\n\nfunction getByGroupName(name) {\n  let book_shelf_url = 'https://fanqienovel.com/reading/bookapi/bookshelf/info/v:version/?aid=1967&iid=0&version_code=57700&update_version_code=57700'\n\n  let book_shelf_info = JSON.parse(java.ajax(book_shelf_url + ', ' + JSON.stringify({\n    headers: {\n      'Cookie': ck,\n    }\n  })))\n  let group_bookids = {\n    \"未分组\": []\n  }\n  // java.log(\n  book_shelf_info.data.book_shelf_info.forEach(i => {\n    if (!group_bookids[i.group_name ? i.group_name : \"未分组\"]) group_bookids[i.group_name] = []\n    group_bookids[i.group_name ? i.group_name : \"未分组\"].push(i.book_id)\n  })\n  // java.log(JSON.stringify(group_bookids[\"未分组\"]))\n  // java.log(decodeURIComponent(name))\n  if (!group_bookids[decodeURIComponent(name)]) return {data: []}\n  //java.log(\"awa\")\n  let book_ids = splitArray(group_bookids[decodeURIComponent(name)], 100)\n  let urls = []\n\n  book_ids.forEach(i => {\n    urls.push(xGorgon(\"multi-detail\", \"book_id=\" + i.join(\",\"), null, ck))\n  })\n  \n  res = java.ajaxAll(urls)\n\n  let resp = {book_info: []}\n  res.forEach(r => {\n    resp.book_info = resp.book_info.concat(JSON.parse(r.body()).data)\n  })\n\n  return resp\n}\n\nfunction getByTabIndex(index) {\n  let url = xGorgon(\n\t  \"bookmall/tab\",\n    \"version_name=5.8.9.32&device_id=983439455833884&device_type=NJOKZ75&iid=983439455837980\",\n\t  null,\n\t  ck\n  )\n  let all = JSON.parse(java.ajax(url))\n  let tab = all.data.tab_item[0].cell_data[index]\n  // java.log(JSON.stringify(tab))\n  tab = tab.cell_data\n  if (!tab) tab = []\n  let bookList = []\n  for (let i of tab) {\n    bookList = bookList.concat(i.book_data)\n    // java.log(JSON.stringify(i.book_data))\n  }\n  return { book_info: bookList }\n}\n\nif (baseUrl.endsWith(\"bookshelf\")) result = getShelf(\"bookshelf/info\")\nelse {\n  let w = baseUrl.split(\"/\")\n  if (baseUrl.includes(\"groupName\")) {\n    result = getByGroupName(w[w.length - 1])\n  } else if (baseUrl.includes(\"tab\")) {\n    result = getByTabIndex(parseInt(w[w.length - 1]))\n  } else result = JSON.parse(result)\n}\nJSON.stringify({data: result.book_info || result.data.book_info || result.detail_list || result.data})\n</js>\n$.data[*]",
      "bookUrl": "/reading/bookapi/detail/v/?book_id={{$.book_id}}",
      "coverUrl": "@js:replaceCover(java.getString(\"thumb_url\"))",
      "intro": "$.abstract##\\n",
      "kind": "男生{{$.gender}}女生\n{{$.category}}\n连载{{$.creation_status}}完结\n{{$.score}}分\n{{java.timeFormatUTC(java.getString(\"last_chapter_update_time\")*1000,'yyyy-MM-dd',8)}}\n##连载0|1完结\n@js:result\n.replace(/男生.女生/, String(java.getString(\"$.isbn\")) ? \"出版\" : `男生${java.getString(\"$.gender\")}女生`)\n.replace(\"男生0\", \"\")\n.replace(\"1女生\", \"\")\n.replace(\"男生2女生\", \"出版\")\n.replace(\"连载4完结\",\"断更\")\n.replace(\"连载-1完结\",\"未知\")\n.replace(\"1970-01-01\", \"\");",
      "name": "$.book_name",
      "wordCount": "$.word_number"
    },
    "ruleSearch": {
      "author": "author",
      "bookList": "<js>\nlet res = JSON.parse(result)\nif (res.url) {\n  res = JSON.parse(java.ajax(res.url))\n}\nlet books\n\nif (res.search_tabs) {\n  res.search_tabs.forEach((i) => {\n    if (i.tab_type == 3) books = i.data\n  })\n} else books = res.data\n\nlet results = []\n\nlet a = Array.isArray(books) ? books : [books]\na.forEach(w => {\n  results.push((w.book_data || [])[0] || [w][0])\n})\n\nJSON.stringify(results)\n</js>$[*]",
      "bookUrl": "/reading/bookapi/detail/v/?book_id={{$.book_id}}",
      "checkKeyWord": "https://www.baidu.com/删书示例?book_id=7285555567827880975",
      "coverUrl": "@js:replaceCover(java.getString(\"thumb_url\"))",
      "intro": "abstract##\\n",
      "kind": "男生{{$.gender}}女生\n{{$.category}}\n连载{{$.creation_status}}完结\n{{$.score}}分\n##连载0|1完结\n@js:result\n.replace(/男生.女生/, String(java.getString(\"$.isbn\")) ? \"出版\" : `男生${java.getString(\"$.gender\")}女生`)\n.replace(\"男生0\", \"\")\n.replace(\"1女生\", \"\")\n.replace(\"男生2女生\", \"出版\")\n.replace(\"连载4完结\",\"断更\")\n.replace(\"连载-1完结\",\"未知\");",
      "name": "book_name||title##\\s*<\\/?em>\\s*",
      "wordCount": "word_number"
    },
    "ruleToc": {
      "chapterList": "@js:\nlet cid = \"{{$.item_id}}\";\n`data:;base64,${java.base64Encode(cid)},{\"type\":\"\"}`;\nvar u_Index = 0;     // 0-1\n// java.log(book)\nvar u_Types = ['API', 'WEB'];\nvar v_Index = [];\nvar v_Names = [];\nvar c_Array = [];\nvar book_id = java.hexDecodeToString(result);\n\nfunction b64Url(item_id) {\n    return `data:item_id;base64,${java.base64Encode(item_id)},{\"type\":\"fqnovel\"}`;\n}\n\nfunction push_a(a, b, c, d) {\n    c_Array.push({\n        \"ChapterName\": a || \"\",\n        \"isVolume\": b || false,\n        \"chapterUrl\": c ? b64Url(c) : \"\",\n        \"ChapterInfo\": (d || \"\").replace(/第.卷：默认 \\|/g, \"\").trim(),\n    });\n}\n\nfunction push_b(list) {\n    for (let c of list) {\n        let c_name = c.volume_name || \"第一卷：默认\";\n        let c_time = java.timeFormatUTC(c.first_pass_time * 1000, 'yyyy-MM-dd HH:mm:ss', 12);\n        let c_word = c.chapter_word_number + \"字\";\n        let c_info = [c_name, c_time, c_word];\n        let v_name = v_Names[v_Names.length - 1];\n        if (v_name != c_name) {\n        \t   // java.log(c_name);\n            v_Index.push(c_Array.length);\n            v_Names.push(c_name);\n            push_a(c_name, true);\n        }\n        push_a(c.title, false, c.item_id, c_info.join(\" | \"));\n    }\n}\n\n//  app接口  ##卷名&时间&字数\nswitch (String(u_Types[u_Index])) {\n    case 'API':\n        let data = JSON.parse(java.ajax(xGorgon(\n            \"directory/all_items\",\n            \"book_id=\" + book_id\n        )));\n\n        if (data.code == 0) {\n            push_b(data.data.item_data_list);\n            break;\n        }\n        // java.log(\"下架书籍，使用web接口获取目录\");\n\n\n\n        //  web接口  ##卷名&时间\n    case 'WEB':\n        let Json, Host = \"https://fanqienovel.com\";\n        if (false) {\n            Json = java.ajax(Host + \"/page/\" + book_id)\n                .match(/__INITIAL_STATE__=([^;]+)/)[1];\n        } else {\n            Json = java.ajax(Host + \"/api/reader/directory/detail?bookId=\" + book_id);\n        }\n        // java.log(Json)\n        let List = JSON.parse(Json).data.chapterListWithVolume;\n        if (List) {\n          for (let list of List) {\n              v_Index.push(c_Array.length);\n              list.map((_, i) => {\n                  let c_name = _.volume_name || \"第一卷：默认\";\n                  let c_time = java.timeFormat(_.firstPassTime * 1000);\n                  if (!i) push_a(c_name, true);\n                  push_a(_.title, false, _.itemId, [c_name, c_time].join(\" | \"))\n              });\n          }\n          break;\n        }\n}\n\n\n\n// 返回数组\nlet len = v_Index.length;\n// java.log(JSON.stringify(v_Index))\nif (len < 2) { // 分卷太少不显示\n    for (; len > 0; len--) {\n        c_Array.splice(v_Index[len - 1], 1);\n    }\n} else if (false) { // 显示效果不好看\n    for (let a, b, i = 0; i < len; i++) {\n        a = v_Index[i];\n        b = v_Index[i + 1];\n        if (b == undefined) b = len;\n        c_Array[a][\"ChapterInfo\"] = \"共 \" + (b - a - 1) + \" 章\";\n    }\n}\n\nc_Array",
      "chapterName": "ChapterName",
      "chapterUrl": "chapterUrl",
      "isVolume": "isVolume",
      "updateTime": "ChapterInfo##/##-"
    },
    "searchUrl": "@js:\ntab_type = 3\n\nif (String(key).startsWith(\"m:\")) {\n  tab_type = 8\n  key = key.slice(2)\n}\n\nif (String(key).startsWith(\"e:\")) {\n  key = key.slice(2)\n  java.put(\"extra\", true)\n} else {\n  java.put(\"extra\", false)\n}\n\nxGorgon(\n    \"search/tab\",\n    [\n        \"tab_type=\" + tab_type,\n        \"query=\" + encodeURI(java.put(\"key\", key)),\n        \"passback=\" + ((java.put(\"page\", page) - 1) * 10),\n        \"update_version_code=58932\",\n        \"iid=1\"\n    ].join(\"&\"),\n    null,\n    \n);",
    "weight": 0
  },
  {
    "bookSourceComment": "xhulian.com\nxshanjue.com",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉 当阅读网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.dangyuedu.com",
    "customButton": false,
    "customOrder": 23,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全本::/quanben/fenlei/{{page}}/",
    "lastUpdateTime": 1748520587829,
    "respondTime": 10757,
    "ruleBookInfo": {
      "author": ".top@a.0@text",
      "coverUrl": ".imgbox@img@src",
      "intro": ".m-desc@ownText##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".top@p.1:2:4@text##.*：|\\s..:.*",
      "lastChapter": ".section-list[0]@a.0@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".top@h1@text",
      "wordCount": ".top@p.5@span@text"
    },
    "ruleContent": {
      "content": "id.content@html",
      "replaceRegex": "##本文搜.*免费阅读|免费看书就.*"
    },
    "ruleExplore": {
      "author": ".s4@text",
      "bookList": ".txt-list-row5@li",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##/images/$2/$1/$1s.jpg###",
      "kind": ".s1,.s5@text##\\[|\\]",
      "lastChapter": "a.1@text",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "author": "span@text",
      "bookList": ".item",
      "bookUrl": "a.1@href",
      "checkKeyWord": "长生",
      "coverUrl": "img@src",
      "intro": "dd@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".section-list@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\nhttps://www.sososhu.com/?q={{key}}&site=dangyuedu&Submit=,{'webView': true}",
    "weight": 88
  },
  {
    "bookSourceComment": "幻梦轻小说全网最齐全的轻小说网，访问速度优质而且网页内置插图，拥有海量的轻小说书籍，如果有网页bug或者需求的小说可以进网站群及时反馈\n\n作者留言：\n1.0更新：本网站所有的小说都是免费的，目前已经有了PC端和wap端，APP端目前还有点问题需要调试\n本次初次制作好了对接阅读的书源，但是为了避免被大规模盗刷流量，书源暂时没有对接插图\n2.0更新：本次更新解决了插图问题，让书源可以显示插图，显示不出来多刷新就行\n站长在Cdn处新增速率限制，超过限制会被拉黑，国外地区也会无法访问插图，非官网访问也会无法访问插图\n如果后续阅读方面流量过于异常，我会关闭阅读的阅读插图渠道，希望各位可以理解\n2.1更新：新增发现页面的选项功能，用户可以更快速便捷的从分类和题材中寻找自己想要的小说\n2.2更新：修复发现页面的分类功能异常的问题，现在移除文库分类\n2.3更新：修复发现界面过于拥挤，点击作者无法快速搜索作者，总有几本推荐阅读始终占据分类书籍顶部的问题，这里感谢QQ用户雪隐梅香提供的修复\n\n2.4更新：优化了插图排版的问题，如果插图不是一张图片一页，可以尝试在阅读界面右上角手动把图片样式改为SINGLE\n2.5更新：本次网站将图床更换为了下行宽带200M的服务器，方便大家更快的使用。与此同时修复了更换图床后，插图异常不显示的问题\n2.6更新：网友修改优化版本，由于海外线路需要人机交互，修复了海外线路被阻拦，无法使用书源的问题\n2.7更新：修复阅读app下载过快，会触发拉黑的问题\n更多详情内容，可以关注：www.huanmengacg.com\nQQ讨论群：907189428",
    "bookSourceGroup": "轻小说",
    "bookSourceName": "幻梦轻说（优++）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.huanmengacg.com",
    "concurrentRate": "50/5000",
    "customButton": false,
    "customOrder": 24,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\": \"🍑 幻梦轻小说首页 🍑\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/page/{{page}}\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"🍓 全部 🍓\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"🍅 ↓ 以下为题材分类 ↓ 🍅\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"校园\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/1/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"青春\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/2/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"恋爱\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/3/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"治愈\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/4/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"群像\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/5/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"竞技\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/6/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"音乐\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/7/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"美食\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/8/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"旅行\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/9/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"欢乐向\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/10/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"经营\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/11/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"职场\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/12/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"斗智\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/13/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"脑洞\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/14/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"宅文化\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/15/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"穿越\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/16/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"奇幻\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/17/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"魔法\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/18/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"异能\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/19/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"战斗\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/20/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"科幻\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/21/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"机战\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/22/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"战争\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/23/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"冒险\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/24/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"龙傲天\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/25/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"悬疑\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/26/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"犯罪\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/27/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"复仇\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/28/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"黑暗\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/29/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"猎奇\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/30/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"惊悚\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/31/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"间谍\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/32/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"末日\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/33/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"游戏\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/34/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"大逃杀\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/35/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"青梅竹马\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/36/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"妹妹\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/37/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"女儿\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/38/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"JK\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/39/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"JC\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/40/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"大小姐\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/41/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"性转\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/42/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"伪娘\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/43/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"人外\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/44/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"后宫\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/45/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"百合\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/46/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"耽美\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/47/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"NTR\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/48/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"女性视角\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/49/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"暂未分类\",\"url\": \"https://www.huanmengacg.com/index.php/book/category/tags/50/page/{{page}}\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.29}}\n]",
    "header": "@js: \nJSON.stringify({\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Mobile Safari/537.36\",\n  \"Referer\": baseUrl\n})",
    "lastUpdateTime": 1759325414991,
    "loginCheckJs": "if (result.body().match(/<title>Just a moment...<\\/title>/))\n{\tjava.startBrowserAwait(baseUrl,\"验证\")\n}\nresult",
    "respondTime": 6853,
    "ruleBookInfo": {
      "author": ".book-metas.0@text##作者：",
      "coverUrl": "dt@img@src",
      "intro": ".book-summary@text",
      "kind": ".book-metas.1@text&&.book-metas.2@text&&.book-metas.3@text##(?:分类|状态|更新)：| [\\d：:]+\n<js>result.replace(/ /,\",\")</js>",
      "name": ".book-title@text",
      "tocUrl": "text.章节列表@href"
    },
    "ruleContent": {
      "content": "#BookText@p@html",
      "imageStyle": "SINGLE",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": ".book-module@class.pipe-z@text",
      "bookList": "class.module@class.contentbox@class.boxbd@.common-list",
      "bookUrl": "a@href",
      "coverUrl": "img@data-original",
      "intro": ".book-profile@text",
      "kind": ".book-module@class.pipe-z-s@text",
      "name": "dt@text"
    },
    "ruleSearch": {
      "author": ".book-module@text##··.*",
      "bookList": ".boxbd@.common-list",
      "bookUrl": "a@href",
      "checkKeyWord": "--https://www.huanmengacg.com/index.php/book_read_4799_2022.html",
      "coverUrl": "img@data-original",
      "intro": ".book-profile@text",
      "kind": ".book-module@text##.*··",
      "name": "dt@text"
    },
    "ruleToc": {
      "chapterList": "#chapterlist li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/index.php/book/search?action=search&key={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "基于 PyFQWeb 项目开发的 Legado 兼容书源\nQ群 704931168",
    "bookSourceGroup": "免费",
    "bookSourceName": "番茄小说（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://ikun.laoguantx.top:45554#b",
    "bookUrlPattern": "https?://.*(fqnovel|snssdk|fanqienovel|changdunovel)\\.com/.*[0-9]{19}.*",
    "customButton": false,
    "customOrder": 25,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js: \n个人中心 = 1\n\njs = (cid, genre, gender) => `@js:\nsource.bookSourceUrl.split(\"#\")[0] + \"/reading/bookapi/new_category/landing/v/?\" + [\n    \"category_id=${cid}\",\n    \"limit=20\",\n    \"offset=\" + (page - 1),\n    \"gender=${gender}\",\n    \"genre=${genre}\"\n  ].join(\"&\")`\n  \nreadHistory = (path) => `@js:\nlet ck = \"sessionid=\" + (String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : source.getLoginInfoMap()['手动登录Token'])\n\"/multi-detail?book_id=\" + getBookId(java.ajax('https://reading.snssdk.com/reading/bookapi/read_history/list/v/?aid=1967,{\"headers\":{\"Cookie\":\"' + ck + '\"}}'), page-1)`\n\nobj = (title, url, type, type1) => ({\n  title: title,\n  url: url,\n  style: {\n    layout_flexGrow: 1,\n    layout_flexBasisPercent: type\n  }\n})\n\narr = []\njava.longToast(\"请稍等，发现列表正在热更新！\")\nindex=[0, 1, 2]\nfor (let i of index) {\n  // java.toast(i)\n  let type = i\n  $ = JSON.parse(java.ajax(java.log(source.bookSourceUrl.split(\"#\")[0] + \"/reading/bookapi/new_category/front/v/?\" + [\n      \"update_version_code=58932\",\n      \"distinct_style=1\",\n      \"new_category_tab=\" + i\n    ].join(\"&\")\n  ))).data.category_tab_data\n  cate = []\n  cate.push(obj(\n    \"====== \" + $.tab_name + \" ======\", \"\", 1\n  ))\n  $.cell_data.forEach((c) => {\n    gender_1 = (type == 0 || type == 1) ? type : 1;\n    genre_1 = type == 3 ? 1 : type == 5 ? 110 : type == 6 ? 130 : 0;\n    cate.push(obj(\n      c.cell_name,\n      js(c.atom_data[0].category_data.category_id, genre_1, gender_1),\n      1\n    ))\n    for (j = 2; j < 5; j++) {\n      c.atom_data.slice(1).forEach((a) => {\n        d = a.category_data\n        if (d.name.length == j) {\n          cate.push(obj(d.name, js(d.category_id, genre_1, gender_1), -1))\n        }\n      })\n    }\n  })\n  arr = cate.concat(arr)\n}\n\nlet book_shelf_url = 'https://fanqienovel.com/reading/bookapi/bookshelf/info/v:version/?aid=1967&iid=0&version_code=57700&update_version_code=57700'\nlet book_shelf_info = JSON.parse(java.ajax(book_shelf_url + ', ' + JSON.stringify({\n  headers: {\n    'Cookie': \"sessionid=\" + (String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : (source.getLoginInfoMap() ? source.getLoginInfoMap() : {})['手动登录Token']),\n  }\n})))\n\njava.log(JSON.stringify(book_shelf_info))\n\nlet username\nif (book_shelf_info.code != 0) {\n  个人中心 = 0\n} else {\n  let uinfo = java.ajax(\"https://fanqienovel.com/api/user/info/v2,\" + JSON.stringify({ headers: { Cookie: \"sessionid=\" + (String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : (source.getLoginInfoMap() ? source.getLoginInfoMap() : {})['手动登录Token']) }}))\n  uinfo = JSON.parse(uinfo)\n  username = uinfo.data.name\n}\n\nlet gro = []\npush = (title, url, type) => gro.push({\n  title: title,\n  url: url,\n  style: {\n    layout_flexGrow: 1,\n    layout_flexBasisPercent: type\n  }\n});\n\nlet sArr = []\n\nif (个人中心) {\n  let groups_bookids = {\n    \"未分组\": []\n  }\n  book_shelf_info.data.book_shelf_info.forEach(i => {\n    if (!groups_bookids[i.group_name ? i.group_name : \"未分组\"]) groups_bookids[i.group_name] = []\n    groups_bookids[i.group_name ? i.group_name : \"未分组\"].push(i.book_id)\n  })\n\n  Object.keys(groups_bookids).forEach(k => {\n    var multi_detail_post_body = {\n      data: {\n        book_shelf_info: []\n      }\n    }\n    groups_bookids[k].forEach(i => multi_detail_post_body.data.book_shelf_info.push({ book_id: String(i), item_id: '0' }))\n    // var multi_detail_group_url = `https://fanqienovel.com/api/bookshelf/multidetail,${JSON.stringify(multi_detail_post_body)}`\n    // var book_ids = getBookId(JSON.stringify(multi_detail_post_body)).join(\",\")\n    push(k, \"https://fanqienovel.com/fqbookshelf/groupName/\" + k, 0.4)\n  })\n  if (Object.keys(groups_bookids).length % 2 != 0) push(\"占位\", \"\", 0.4)\n  // java.log(JSON.stringify(gro, null, 2))\n  sArr.push(obj(username + '的个人中心', '', 1))\n  // sArr.push(obj('首页推荐', \"https://fanqienovel.com/tab/0\", 0.4))\n  // sArr.push(obj('猜你喜欢', \"https://fanqienovel.com/tab/1\", 0.4))\n  // sArr.push(obj('猜你喜欢', \"https://fanqienovel.com/tab/1\", 0.4))\n  sArr.push(obj(\"我的书架\", \"https://fanqienovel.com/fqbookshelf\", 1))\n  \n  sArr = sArr.concat(gro)\n  // java.toast(JSON.stringify(sArr)) \n  sArr.push(obj(\"阅读历史\", readHistory(), 1))\n}\n\narr = sArr.concat(arr)\nJSON.stringify(arr)\n",
    "lastUpdateTime": 1734388149545,
    "loginUi": "[\n{\n  name: \"手动登录Token\",\n  type: \"password\",\n  action: \"\"\n},\n{\n\tname: \"　　[查看教程]　　\",\n\ttype: \"button\",\n\taction: \"tutorial()\"\n},\n{\n\tname: \"　  [查看Token] 　 \",\n\ttype: \"button\",\n\taction: \"logToken()\"\n},\n{\n\tname: \"　　[账号登录]　　\",\n\ttype: \"button\",\n\taction: \"l2(true)\"\n},\n{\n\tname: \"　　[退出登录]　　\",\n\ttype: \"button\",\n\taction: \"logout()\"\n},\n{\n\tname: \"祝你天天开心哇 书源 by 梓澄qwq(also Naiy)\",\n\ttype: \"button\",\n\taction: \"t()\"\n}\n]\n",
    "loginUrl": "// 登录及登录检查\nfunction login_(openBrowser, checkMode) {\n    // java.removeCookie(\"snssdk.com\")\n    var cookie_ = String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : (source.getLoginInfoMap() ? source.getLoginInfoMap() : {})['手动登录Token']\n    // java.toast(cookie_)\n    if (cookie_ && cookie_ != \"\" && !checkMode) {\n        if (!source.variableComment) {\n            java.toast(\"请不要重复登录，请先退出登录！\")\n        } else {\n            java.toast(\"您为填写token登录，请手动移除token后再次登录\")\n        }\n        return false\n    }\n    if (openBrowser) {\n        try {\n            java.startBrowserAwait(\"https://fanqienovel.com/\", \"登录\")\n        } catch (e) {\n            java.toast(e)\n        }\n    }\n    // java.log(\"snssdk cookie: \" + java.getCookie(\"snssdk.com\") + \"will be reomved\")\n    try {\n        cookie.removeCookie(\"snssdk.com\")\n    } catch (e) {}\n    // java.log(cookie)\n    var cookie_ = \"sessionid=\" + String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : (source.getLoginInfoMap())['手动登录Token']\n    let user\n    try {\n      user = JSON.parse(java.ajax(\"https://fanqienovel.com/api/user/info/v2,\" + JSON.stringify({\n        method: \"GET\",\n        headers: {\n          \"Cookie\": cookie_\n        }\n      }))).data.name\n     } catch (e) {java.log(e)}\n    if (!cookie_ || cookie_ == \"sessionid=\" || !user) {\n        java.toast(\"未获取到登录凭据，登录失败\")\n        return false\n    }\n    java.toast(\"欢迎 \" + user + \"\\n登录成功！\")\n    return true\n}\n\nfunction login() // 一定程度上加上这个函数能够支持更多的版本\n{}\n\nfunction l2(a, b) {\n  try {\n    login_(a, b)\n  } catch (e) {\n    java.log(e+\"\\n\"+e.stack)\n  }\n}\n\n// 取消登录\nfunction logout() {\n    cookie.removeCookie(\"fanqienovel.com\");\n    cookie.removeCookie(\"snssdk.com\");\n    if (String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : (source.getLoginInfoMap() ? source.getLoginInfoMap() : {})['手动登录Token']) java.toast(\"请手动移除填写的Token\")\n    else java.toast(\"退出登录成功\");\n}\n\nfunction logToken() {\n  java.log(\n    String(\n      cookie.getKey(\n        \"fanqienovel.com\",\n        \"sessionid\"\n      )\n    ) ? String(\n     cookie.getKey(\n        \"fanqienovel.com\", \n        \"sessionid\"\n      )\n    ) : (\n     source.getLoginInfoMap()\n      ? source.getLoginInfoMap()\n      : {}\n    )['手动登录Token']\n  )\n  java.toast(\"登录Token已打印到日志，请妥善保管\")\n}\n\nfunction tutorial() {\n  java.longToast(\"\\n手动登录token功能用于部分用户的跨端登录，不知道是什么的留空就行\\n普通用户请使用下方的\\\"账号登录\\\"按钮登录自己的账号\")\n}\n\nfunction t() {\n  let gc = [\"(*^ω^*)\", \"(=^▽^=)\", \"(。’▽’。)♡\", \"٩(๑´0`๑)۶\", \"喵\", \"你好？\", \"逢考必过！\", \"早ﾉ☀\"]\n  rnd = Math.floor(Math.random() * 100)\n  if (typeof gc[rnd] != \"undefined\") {\n    java.toast(gc[rnd])\n  } else {\n    let res = JSON.parse(\n      java.ajax(\"https://v1.hitokoto.cn\")\n    )\n    java.toast(res.hitokoto)\n  }\n}",
    "respondTime": 1706,
    "ruleBookInfo": {
      "author": "author",
      "coverUrl": "@js:replaceCover(java.getString(\"thumb_url\"))",
      "init": "$.data",
      "intro": "&nbsp;&nbsp;\n📕 源名：{{$.original_book_name}}\n📖 别名：{{$.book_flight_alias_name}}\n✏️ 开坑：{{$.create_time##T|\\+.*## }}\n🏷️ 标签：{{$.tags}}\n👤 主角：{{$.roles##\\[|\\\"|\\]}}\n👁️ 在线：{{$.read_count}}人在读{{\"\\n\"+\"​\"}}\n📜 简介：{{$.abstract}}{{\"\\n\"+\"​\"}}\n📍 {{$.copyright_info##，.*##。}}\n@js:result.replace(/.+：(人在读)?\\n/g,\"\")",
      "kind": "男生{{$.gender}}女生\n{{$.category}}\n连载{{$.creation_status}}完结\n{{$.score}}分\n{{java.timeFormatUTC(java.getString(\"last_chapter_update_time\")*1000,'yyyy-MM-dd',8)}}\n##连载0|1完结|男生0|1女生\n@js:result\n.replace(\"男生2女生\",\"出版\")\n.replace(\"连载4完结\",\"断更\")\n.replace(\"连载-1完结\",\"未知\");",
      "lastChapter": "{{$.last_chapter_title}} • {{java.timeFormat(java.getString(\"last_chapter_update_time\")*1000)}}",
      "name": "book_name",
      "tocUrl": "{{source.bookSourceUrl.split(\"#\")[0]}}/catalog?book_id={{$.book_id}}",
      "wordCount": "word_number"
    },
    "ruleContent": {
      "content": "<js>\nlet res = JSON.parse(result).data.content\nfunction getComic(result) {\n  let mat = result.match(/<article>([\\s\\S]*?)<\\/article>/);\n  try {\n    let cnt = JSON.parse(\n      mat\n        ? mat[1].replace(/\\&/g, '\"').replace(/\\;/g, \"\").replace(/\\#34/g, \"\")\n        : result\n    );\n    return (mat ? cnt.skeleton.data : cnt.picInfos)\n      .map((i) => {\n        let path = mat\n          ? cnt.materials[i.element_name].data.web_uri\n          : \"novel-pic/\" + i.md5;\n        return `<img src=\"https://p3-novel.byteimg.com/origin/${path}\">`;\n      })\n      .join(\"<br>\");\n  } catch (e) { // not comic content\n    mat = result.match(/<body>([\\s\\S]*?)<\\/body>/)\n    // java.log(result)\n    return (mat ? mat[1] : result).toString().replace(/\\<\\!DOCTYPE html.*/g, \"\").replace(/\\<tt_keyword_ad.*\\<\\/tt_keyword_ad\\>/, \"\").replace(/\\<a epub.*\\>\\<\\/a\\>/g, \"\")\n  }\n}\nresult = getComic(String(res));\nresult.replace(/\\{\\!\\-\\- PGC_VOICE\\:.*\\-\\-\\}/g, \"\")\n</js>"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "<js>\nfunction getBookIdFull(url) {\n\tconst {java} = this\n\t$ = JSON.parse(url).data\n\tif ($.book_shelf_info != 0 && $.book_shelf_info != undefined) {\n\t\tarr = $.book_shelf_info.map($ => $.book_id)\n\t} else if (list = $.data_list != 0 && $.data_list != undefined)  {\n\t\tarr = $.data_list.map($ => $.book_id_str)\n\t} else {\n\t\tjava.toast(\"获取 book_id 失败，你可能需要登录！\")\n\t}\n\treturn arr\n}\nlet ck = \"sessionid=\" + (String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : (source.getLoginInfoMap() ? source.getLoginInfoMap() : {})['手动登录Token'])\n\ngetShelf = () => {\nlet book_shelf_url = 'https://fanqienovel.com/reading/bookapi/bookshelf/info/v:version/?aid=1967&iid=0&version_code=57700&update_version_code=57700'\nlet book_shelf_info = java.ajax(book_shelf_url + ', ' + JSON.stringify({\n  headers: {\n    'Cookie': ck\n  }\n}))\n\nbid = getBookIdFull(book_shelf_info)\nlet id_list = splitArray(bid, 100)\nlet urls = []\nid_list.forEach(i => {\n    urls.push(source.bookSourceUrl.split(\"#\")[0] + \"/multi-detail?book_id=\" + i.join(\",\"))\n})\n\nres = java.ajaxAll(urls)\n\nlet resp = {book_info: []}\nres.forEach(r => {\n  resp.book_info = resp.book_info.concat(JSON.parse(r.body()).data)\n})\n\nreturn resp\n}\n\nfunction getByGroupName(name) {\n  let book_shelf_url = 'https://fanqienovel.com/reading/bookapi/bookshelf/info/v:version/?aid=1967&iid=0&version_code=57700&update_version_code=57700'\n\n  let book_shelf_info = JSON.parse(java.ajax(book_shelf_url + ', ' + JSON.stringify({\n    headers: {\n      'Cookie': ck,\n    }\n  })))\n  let group_bookids = {\n    \"未分组\": []\n  }\n  // java.log(\n  book_shelf_info.data.book_shelf_info.forEach(i => {\n    if (!group_bookids[i.group_name ? i.group_name : \"未分组\"]) group_bookids[i.group_name] = []\n    group_bookids[i.group_name ? i.group_name : \"未分组\"].push(i.book_id)\n  })\n  // java.log(JSON.stringify(group_bookids[\"未分组\"]))\n  // java.log(decodeURIComponent(name))\n  if (!group_bookids[decodeURIComponent(name)]) return {data: []}\n  //java.log(\"awa\")\n  let book_ids = splitArray(group_bookids[decodeURIComponent(name)], 100)\n  let urls = []\n\n  book_ids.forEach(i => {\n    urls.push(source.bookSourceUrl.split(\"#\")[0] + \"/multi-detail?book_id=\" + i.join(\",\"))\n  })\n  \n  res = java.ajaxAll(urls)\n\n  let resp = {book_info: []}\n  res.forEach(r => {\n    resp.book_info = resp.book_info.concat(JSON.parse(r.body()).data)\n  })\n\n  return resp\n}\n\nfunction getByTabIndex(index) {\n  let url = _mlsec.requestHeader(\n\t  \"bookmall/tab\",\n    \"version_name=5.8.9.32\",\n\t  null,\n\t  ck\n  )\n  let all = JSON.parse(java.ajax(url))\n  let tab = all.data.tab_item[0].cell_data[index].cell_data\n  if (!tab) tab = []\n  let bookList = []\n  for (let i of tab) {\n    bookList = bookList.concat(i.book_data)\n    // java.log(JSON.stringify(i.book_data))\n  }\n  return { book_info: bookList }\n}\n\nif (baseUrl.endsWith(\"bookshelf\")) result = getShelf(\"bookshelf/info\")\nelse {\n  let w = baseUrl.split(\"/\")\n  if (baseUrl.includes(\"groupName\")) {\n    result = getByGroupName(w[w.length - 1])\n  } else if (baseUrl.includes(\"tab\")) {\n    result = getByTabIndex(parseInt(w[w.length - 1]))\n  } else result = JSON.parse(result)\n}\nJSON.stringify({data: result.book_info || result.data.book_info || result.detail_list || result.data})\n</js>\n$.data[*]",
      "bookUrl": "{{source.bookSourceUrl.split(\"#\")[0]}}/detail?book_id={{$.book_id}}",
      "coverUrl": "@js:replaceCover(java.getString(\"thumb_url\"))",
      "intro": "$.abstract##\\n",
      "kind": "男生{{$.gender}}女生\n连载{{$.creation_status}}完结\n{{$.score}}分\n{{$..text}}\n{{$.sub_info}}\n##连载0|1完结|男生0|1女生|男生女生[\\s\\S]*\n@js:result\n.replace(\"男生2女生\",\"出版\")\n.replace(\"连载4完结\",\"断更\")\n.replace(\"连载-1完结\",\"未知\");",
      "lastChapter": "",
      "name": "$.book_name",
      "wordCount": "$.word_number"
    },
    "ruleSearch": {
      "author": "author",
      "bookList": "<js>\nlet res = JSON.parse(result)\nlet books\n\nif (res.search_tabs) {\n  res.search_tabs.forEach((i) => {\n    if (i.tab_type == 3) books = i.data\n  })\n} else books = res.data\n\nlet results = []\n\nbooks.forEach(w => {\n  results.push(w.book_data[0])\n})\n\nJSON.stringify(results)\n</js>$[*]",
      "bookUrl": "{{source.bookSourceUrl.split(\"#\")[0]}}/detail?book_id={{$.book_id}}",
      "checkKeyWord": "转生三无猫娘，成神的我只想摸鱼",
      "coverUrl": "@js:replaceCover(java.getString(\"thumb_url\"))",
      "intro": "abstract##\\n",
      "kind": "男生{{$.gender}}女生\n连载{{$.creation_status}}完结\n{{$.score}}分\n{{$..text}}\n{{$.sub_info}}\n##连载0|1完结|男生0|1女生|男生女生[\\s\\S]*\n@js:result\n.replace(\"男生2女生\",\"出版\")\n.replace(\"连载4完结\",\"断更\")\n.replace(\"连载-1完结\",\"未知\");",
      "name": "book_name",
      "wordCount": "word_number"
    },
    "ruleToc": {
      "chapterList": "data.item_data_list[*]",
      "chapterName": "title",
      "chapterUrl": "{{source.bookSourceUrl.split(\"#\")[0]}}/content2?item_id={{$.item_id}}",
      "isPay": "",
      "isVip": "",
      "updateTime": "{{$.volume_name}} | {{$.chapter_word_number}}字 | {{java.timeFormatUTC(java.getString(\"first_pass_time\") * 1000, 'yyyy-MM-dd HH:mm:ss', 12)}}##第一卷：默认\n@js:\nif (result.startsWith(\" |\")) result = result.slice(2)\nif (result.startsWith(\"| \")) result = result.slice(2)\nresult"
    },
    "searchUrl": "/search?query={{key}}&offset={{ ( page - 1 ) * 10 }}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉 冬日小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.drxsw.com",
    "customButton": false,
    "customOrder": 26,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/xuanhuan/\n武侠::/wuxia/\n都市::/dushi/\n历史::/lishi/\n游戏::/youxi/\n科幻::/kehuan/\n恐怖::/kongbu/\n其他::/qita/",
    "lastUpdateTime": 1751255525767,
    "respondTime": 4531,
    "ruleBookInfo": {
      "author": ".p_author@text",
      "coverUrl": "id.bookimg@img@src",
      "intro": "id.bookintro@p@html",
      "kind": "id.count@span@text",
      "name": ".d_title@h1@text"
    },
    "ruleContent": {
      "content": "id.TextContent@html",
      "title": "id.mlfy_main_text@h1@text"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "id.sitebox@dl",
      "bookUrl": "a.1@href",
      "coverUrl": "img@data-src",
      "intro": "dd.2@text",
      "kind": "span@text&&dd.1@text##小.*|.*：",
      "lastChapter": "a.2@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "id.chapterList@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/zh_hant/s.php,{\n  \"method\": \"post\",\n  \"body\": \"searchkey={{key}}&searchtype=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "水电子书优",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.wrlwx.com#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 27,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1735068520811,
    "loginUrl": "",
    "respondTime": 24332,
    "ruleBookInfo": {
      "author": "class.block_txt2@tag.p.2@text##作者：",
      "coverUrl": "img@src",
      "kind": "class.block_txt2@tag.p.2@a@text",
      "lastChapter": "class.block_txt2@tag.p.6@a@text",
      "name": "class.block_txt2@h2@a@text",
      "tocUrl": "class.block_txt2@tag.a.0@href##-(\\d+).html##http://www.wrltxt.com/read/$1/###"
    },
    "ruleContent": {
      "content": "id.content@textNodes##请记住本书.*",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "author": "class.s@text##大小.*",
      "bookList": "//div[5]/div[2]/div/ul/li",
      "bookUrl": "class.red@href",
      "intro": "class.u@text",
      "kind": "class.s@textNodes##作者.*|大小：|星级：|更新：",
      "lastChapter": "tag.div.-1@text##最新章节：",
      "name": "tag.a.0@text##txt.*"
    },
    "ruleSearch": {
      "author": "tag.td.3@text",
      "bookList": "tbody@tr!0",
      "bookUrl": "tag.a.0@href",
      "kind": "",
      "lastChapter": "tag.td.2@text",
      "name": "tag.td.1@text"
    },
    "ruleToc": {
      "chapterList": "//div[5]/div/div[3]/div[2]/ul/li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.wrlwx.com/so.html?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "笔趣阁[boquku.com].MU",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.boquku.com/",
    "customButton": false,
    "customOrder": 28,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:s=[];t=[-1,1,.476,.298,.215,.165,.131,.106,.089,.075];push=(t,u,x,y)=>s.push({title:t,url:u,style:{layout_flexBasisPercent:x,layout_flexGrow:y}});[[\"玄幻\",\"xuanhuanxiaoshuo\"],[\"奇幻\",\"qihuanxiaoshuo\"],[\"修真\",\"xiuzhenxiaoshuo\"],[\"都市\",\"dushixiaoshuo\"],[\"言情\",\"yanqingxiaoshuo\"],[\"历史\",\"lishixiaoshuo\"],[\"同人\",\"tongrenxiaoshuo\"],[\"武侠\",\"wuxiaxiaoshuo\"],[\"科幻\",\"kehuanxiaoshuo\"],[\"游戏\",\"youxixiaoshuo\"],[\"军事\",\"junshixiaoshuo\"],[\"竞技\",\"jingjixiaoshuo\"],[\"灵异\",\"lingyixiaoshuo\"],[\"商战\",\"shangzhanxiaoshuo\"],[\"校园\",\"xiaoyuanxiaoshuo\"],[\"官场\",\"guanchangxiaoshuo\"],[\"职场\",\"zhichangxiaoshuo\"],[\"其他\",\"qitaxiaoshuo\"]].map(([s,r])=>push(s,`/${r}/{{page}}.htm`,t[4]));JSON.stringify(s);",
    "lastUpdateTime": 1755405304914,
    "respondTime": 31942,
    "ruleBookInfo": {
      "author": "p.0@text",
      "coverUrl": "img.0@src",
      "init": ".novel-detail",
      "intro": "p.5@text##^[\\u4e00-\\u9fa5]{2,4}：|\\[收起\\]",
      "kind": "p.1:2@text##^[\\u4e00-\\u9fa5]{2,4}：",
      "lastChapter": "p.3@text##^[\\u4e00-\\u9fa5]{2,4}：",
      "name": "dt@text",
      "tocUrl": ".a_link@href"
    },
    "ruleContent": {
      "content": "#cContent p@text"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "@ownText##　?/　",
      "bookList": "li",
      "bookUrl": "a@href",
      "checkKeyWord": "明克街",
      "intro": "span@text",
      "kind": "i@text",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "a[href^=\"/wapbook\"]",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.尾页@href##-(\\d+)##$1###\n<js>\nArray.from(\n    { length: Number(result[0]) - 1 },\n    (_, i) => baseUrl.replace(/1\\.html/g, (i + 2) + '.html')\n)\n</js>"
    },
    "searchUrl": "/search.htm?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁🎃#81",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.yuyouku.com#🎃",
    "customButton": false,
    "customOrder": 29,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n    'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36',\n    \"Cookie\":\"0\"\n}",
    "lastUpdateTime": 0,
    "respondTime": 4820,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{\nn:\"[property$=book_name|title]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\",\ntac:\"[property$=read_url]@content\"\n}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "@get:{tac}",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#txtContent@html\n@js:\n/*\nresult=result.replace(/<br>/g,\"<p></p>\").replace(/ /g,\"<p></p>\")\n*/\nresult",
      "nextContentUrl": "text.下一@href\n@js:\nif(result){\n result=result[0].includes(\"_\")?result:\"\";\n}",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "div.3@text",
      "bookList": ".list-group-item[1:-2]",
      "bookUrl": "div.1@a@href",
      "checkKeyWord": "剑来",
      "coverUrl": "",
      "intro": "",
      "kind": "div.0@i@text",
      "lastChapter": "div.2@a@text",
      "name": "div.1@a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "#chapters-list@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value",
      "updateTime": ""
    },
    "searchUrl": "@js:\nvar su=source.getKey()\nvar htmlUrl=java.get(su,{}).headers('Location')\njava.log(`重定向：${htmlUrl[0]}`)\nvar posturl=htmlUrl[0]?htmlUrl[0]:(su.includes(\"#\")?su.match(/([^\\#]+)\\#/)[1]:su)\nposturl = posturl.slice(-1)=='/'?posturl.slice(0,-1):posturl\ncookie.removeCookie(posturl)\njava.log(`请求：${posturl}`)\n\n\nvar html = java.ajax(posturl);\n\nsearch = org.jsoup.Jsoup.parse(html).select('form[role=form]').attr('action');\n\n\nposturl+search+\"?keyword={{key}},\"+JSON.stringify({\r\n  \"method\": \"GET\"\r\n})",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "蚂蚁阅读优",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.imayitxt.com#",
    "customButton": false,
    "customOrder": 30,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1735068526425,
    "respondTime": 21326,
    "ruleBookInfo": {
      "author": "class.book_inf@tag.p.0@text",
      "canReName": "true",
      "coverUrl": "img@src.0",
      "intro": "class.h3_rf creat_time@text&&class.book_desc@text",
      "kind": "class.book_inf@tag.p.1@text##类别：",
      "lastChapter": "class.h3_rf new_time.0@tag.a@text",
      "name": "class.book_inf@h3@text",
      "tocUrl": "class.more-chapter@href",
      "wordCount": "class.book_inf@tag.p.2@text##总字数："
    },
    "ruleContent": {
      "content": "class.textarticle@html",
      "nextContentUrl": "text.下一章@href",
      "replaceRegex": "##最新网址.*|一秒记住.*，更新快，，免费读！|>>本章未完，继续下章阅读|免费小说，无弹窗小说网，.*下载，请记住蚂蚁阅读网.*|\\s*.*第.*章.*\\s*|一秒记住【花小说网】，为您提供精彩小说阅读。"
    },
    "ruleExplore": {
      "author": "class.listbook-info@tag.p.0@text",
      "bookList": "class.onefourbox@a",
      "bookUrl": "@href",
      "coverUrl": "class.listbook-cove@tag.img@src",
      "intro": "class.listbook-info@tag.p.1@text",
      "kind": "class.book-tag@tag.span@text",
      "name": "class.listbook-info@tag.h3@text"
    },
    "ruleSearch": {
      "author": "p@text",
      "bookList": "class.onefourbox@tag.a",
      "bookUrl": "tag.a@href",
      "coverUrl": "img@src",
      "intro": "",
      "kind": "span@text",
      "name": "h3@text"
    },
    "ruleToc": {
      "chapterList": "class.mulu_uld@li",
      "chapterName": "h3@text##>",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://wap.imayitxt.com/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "┍　　　　书源作者：萌  新　　　　┒\n├───┬────────────┤\n│！免责│本书源只提供代码进行技术│\n│！声明│交流，请于２４小时后删除│\n└────────────────┘\n交流群610296345",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "全本小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://quanben-xiaoshuo.com",
    "customButton": false,
    "customOrder": 31,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻\",\"url\":\"https://quanben-xiaoshuo.net/category/xuanhuanxiaoshuo-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"奇幻\",\"url\":\"https://quanben-xiaoshuo.net/category/qihuanxiaoshuo-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"科幻\",\"url\":\"https://quanben-xiaoshuo.net/category/kehuanxiaoshuo-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"武侠\",\"url\":\"https://quanben-xiaoshuo.net/category/wuxiaxiaoshuo-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"仙侠\",\"url\":\"https://quanben-xiaoshuo.net/category/xianxiaxiaoshuo-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"网游\",\"url\":\"https://quanben-xiaoshuo.net/category/wangyouxiaoshuo-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"推理\",\"url\":\"https://quanben-xiaoshuo.net/category/tuilixiaoshuo-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"灵异\",\"url\":\"https://quanben-xiaoshuo.net/category/lingyixiaoshuo-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"恐怖\",\"url\":\"https://quanben-xiaoshuo.net/category/kongbuxiaoshuo-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"历史\",\"url\":\"https://quanben-xiaoshuo.net/category/lishixiaoshuo-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"军事\",\"url\":\"https://quanben-xiaoshuo.net/category/junshixiaoshuo-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"都市\",\"url\":\"https://quanben-xiaoshuo.net/category/dushixiaoshuo-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"言情\",\"url\":\"https://quanben-xiaoshuo.net/category/yanqinxiaoshuo-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"架空\",\"url\":\"https://quanben-xiaoshuo.net/category/jiakongxiaoshuo-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"耽美\",\"url\":\"https://quanben-xiaoshuo.net/category/danmeixiaoshuo-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"青春\",\"url\":\"https://quanben-xiaoshuo.net/category/qingchunxiaoshuo-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"校园\",\"url\":\"https://quanben-xiaoshuo.net/category/xiaoyuanxiaoshuo-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"生活\",\"url\":\"https://quanben-xiaoshuo.net/category/shenghuoxiaoshuo-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"古书\",\"url\":\"https://quanben-xiaoshuo.net/category/gudianshuji-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"古小\",\"url\":\"https://quanben-xiaoshuo.net/category/gudianxiaoshuo-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"其它\",\"url\":\"https://quanben-xiaoshuo.net/category/qitashuji-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}}]",
    "lastUpdateTime": 1755681005313,
    "respondTime": 13024,
    "ruleBookInfo": {
      "author": ".info p.0@span@text",
      "coverUrl": ".pic img@src",
      "intro": ".info p.2@span@text",
      "kind": ".info p.1@span@text",
      "name": ".info h1@text",
      "tocUrl": "text.开始阅读@href##$##,{'webView': true}"
    },
    "ruleContent": {
      "content": "#articlebody p@textNodes"
    },
    "ruleExplore": {
      "bookList": ".list2 li",
      "bookUrl": "a@href",
      "name": "span@text"
    },
    "ruleSearch": {
      "author": "p span@textNodes",
      "bookList": ".book",
      "bookUrl": "h1 a@href",
      "intro": ".description p@text",
      "kind": "p a@text",
      "name": "h1@a@text"
    },
    "ruleToc": {
      "chapterList": ".list li",
      "chapterName": "a span@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "/?c=book&a=search&keyword={{key}},{'webView': true}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "得间免费小说 - 阅读有滋味，_m.idejian.com",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.idejian.com",
    "bookUrlPattern": "https://m.idejian.com/book/\\d+/",
    "customButton": false,
    "customOrder": 32,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"出版\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"小说出版\",\"url\":\"https://m.idejian.com/category?categoryId=869&resourcesId=8&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青春出版\",\"url\":\"https://m.idejian.com/category?categoryId=895&resourcesId=8&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"传记出版\",\"url\":\"https://m.idejian.com/category?categoryId=896&resourcesId=8&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"艺术出版\",\"url\":\"https://m.idejian.com/category?categoryId=897&resourcesId=8&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"文学出版\",\"url\":\"https://m.idejian.com/category?categoryId=898&resourcesId=8&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"人文社科\",\"url\":\"https://m.idejian.com/category?categoryId=899&resourcesId=8&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"经管励志\",\"url\":\"https://m.idejian.com/category?categoryId=900&resourcesId=8&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"生活出版\",\"url\":\"https://m.idejian.com/category?categoryId=901&resourcesId=8&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"教育出版\",\"url\":\"https://m.idejian.com/category?categoryId=902&resourcesId=8&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"男生\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"都市小说\",\"url\":\"https://m.idejian.com/category?categoryId=865&resourcesId=8&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻小说\",\"url\":\"https://m.idejian.com/category?categoryId=877&resourcesId=8&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校园小说\",\"url\":\"https://m.idejian.com/category?categoryId=878&resourcesId=8&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠小说\",\"url\":\"https://m.idejian.com/category?categoryId=879&resourcesId=8&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奇幻小说\",\"url\":\"https://m.idejian.com/category?categoryId=880&resourcesId=8&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史小说\",\"url\":\"https://m.idejian.com/category?categoryId=881&resourcesId=8&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"军事小说\",\"url\":\"https://m.idejian.com/category?categoryId=882&resourcesId=8&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻小说\",\"url\":\"https://m.idejian.com/category?categoryId=883&resourcesId=8&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠小说\",\"url\":\"https://m.idejian.com/category?categoryId=884&resourcesId=8&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏小说\",\"url\":\"https://m.idejian.com/category?categoryId=885&resourcesId=8&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"竞技小说\",\"url\":\"https://m.idejian.com/category?categoryId=886&resourcesId=8&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异小说\",\"url\":\"https://m.idejian.com/category?categoryId=887&resourcesId=8&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女生\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"现代言情\",\"url\":\"https://m.idejian.com/category?categoryId=870&resourcesId=8&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代言情\",\"url\":\"https://m.idejian.com/category?categoryId=888&resourcesId=8&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青春校园\",\"url\":\"https://m.idejian.com/category?categoryId=890&resourcesId=8&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人作品\",\"url\":\"https://m.idejian.com/category?categoryId=891&resourcesId=8&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"惊悚恐怖\",\"url\":\"https://m.idejian.com/category?categoryId=893&resourcesId=8&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"次元专区\",\"url\":\"https://m.idejian.com/category?categoryId=894&resourcesId=8&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"幻想言情\",\"url\":\"https://m.idejian.com/category?categoryId=889&resourcesId=8&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 10; zh-Hans-CN; PCT-AL10 Build/HUAWEIPCT-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 Quark/4.8.6.175 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 1734778498143,
    "respondTime": 2368,
    "ruleBookInfo": {
      "author": "class.bk_author@tag.span.0@text##著",
      "coverUrl": "class.bookview@img@src",
      "init": "",
      "intro": "class.brief_intro_txt@text",
      "kind": "class.title_more.1@text&&\nclass.author.1@text&&class.detail_bkgrade.0@tag.span@text",
      "lastChapter": "class.title.1@text##最新",
      "name": "class.main@class.z_ellipsis2@text##（+.*|.*最新章节|\\(+.*",
      "tocUrl": "@js:\"https://dj.palmestore.com/zybook/u/p/api.php?Act=getChapterListVersion&bid=\" +java.put('bid',baseUrl.match(/(\\d+)/)[1])+\"&p4=501656\"",
      "wordCount": "class.font_num@text"
    },
    "ruleContent": {
      "content": "$.body.content",
      "imageStyle": "full",
      "replaceRegex": "##<img\\ssrc=\"https://qq.idejian.com/api/qq/.+none\">"
    },
    "ruleExplore": {
      "author": "class.book_author.0@text",
      "bookList": "class.v_list@li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.img.0@src",
      "intro": "class.book_info@text",
      "name": "class.book_name@text"
    },
    "ruleSearch": {
      "author": "class.author@text||class.bkitem_author@text",
      "bookList": "class.rank_ullist@li||class.v_books@li",
      "bookUrl": "tag.a.0@href@js:'https://m.idejian.com'+result",
      "coverUrl": "tag.img.0@src",
      "intro": "class.rank_bkbrief@textNodes",
      "kind": "class.rank_bkinfo@span!0@text||class.bkitem_types@text",
      "lastChapter": "{{@@class.rank_newpage@text##更新章节：}} • {{@@class.rank_bktime@text}}\n<js>result.replace(/\\s\\d+:\\d+/,'')</js>",
      "name": "class.rank_bkname@a@text||class.bkitem_name@a@text##（+.*|.*最新章节|\\(+.*",
      "wordCount": "class.bk_fontnum@text&&class.rank_bktime@text"
    },
    "ruleToc": {
      "chapterList": "cls@cp",
      "chapterName": "cn@text##[\\(（].*[求更谢乐发推].*[）\\)]",
      "chapterUrl": "@CSS:id@text\n@js:\nbid=java.get('bid');\n'https://qq.idejian.com/api/qq/book/'+bid+'/'+result",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://www.idejian.com/search?keyword={{key}}&page={{page}},{\n  \"headers\": \"{\\\"User-Agent\\\": \\\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36\\\"}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "多多书院",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.txtduo.org",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 33,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1735031654009,
    "loginUrl": "",
    "respondTime": 7422,
    "ruleBookInfo": {
      "author": "id.info@a.1@text",
      "coverUrl": "id.fmimg@img@src",
      "init": "",
      "intro": ".introtxt@text##(^|[。！？]+[”」）】]?)##$1<br>@js:result.replace(/简介./g,\"\")",
      "kind": ".con_top@a.1@text&&id.info@p.3@text##.*：|\\s..:.*",
      "lastChapter": "id.info@a.-1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "id.info@h1@text",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@p@html",
      "imageStyle": ""
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "span@text",
      "bookList": "id.alistbox",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "kind": "",
      "lastChapter": "a.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "id.list@dd@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/search.html,{\n  \"method\": \"post\",\n  \"body\": \"searchkey={{key}}&searchtype=all&Submit=\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "// Error: java.lang.String cannot be cast to java.util.List\n\n<声明>\n//2026.1.15 登录检查js@天天的鸟蛋蛋\n//2026.1.15 优化功能、优化正文排版/净化；\n//2025.11.13 调整参数读取逻辑，发现页无须刷新;\n//2025.10.2 调整参数传递逻辑，优化代码；\n//2025.9.8 新增发现页页码跳转;\n//2025.9.5 增加发现页页码弹窗;\n//2025.8.20 验证检测;\n//2025.8.19 新增打开网址手动输入验证方式;\n//2025.8.9 修复发现页;\n//2025.7.9 优化正文获取;\n//2025.7.4 制作；\n⭐⭐⭐⭐⭐⭐⭐\n//源作者：夜明空\n//源论坛：https://ycoo.net\n//仅在源论坛发布书源，其他途径均为盗版；\n⚠️严禁分享、倒卖及任何违法行为！使用者自行承担风险与责任\n</声明>\n💡 使用说明：\n1、激活书源\n本页面右上角→登录→输入源作者名字：夜明空\n2、访问出错\n检查/更换网络；\n网址更换频繁，去发布页换地址；\n3、发现页\n发现页滞后，激活后可能要刷新一下；\n更换作者标签后需要刷新发现页；\n更换页码不用刷新；\n3、发布地址\nhttps://diyibanzhu.app\nhttps://www.wmyqk.comp\n4、阅读版本\n使用“洛娅橙版”写源，其他版本未测试；\n洛娅橙版：\nhttps://gitee.com/lyc486/legado/releases",
    "bookSourceGroup": "🔞",
    "bookSourceName": "♾️ 第一版主☆夜明空☆",
    "bookSourceType": 0,
    "bookSourceUrl": "♾️第一版主",
    "bookUrlPattern": "https?:\\/\\/www\\.hupu.*\\.com\\/\\d+\\/\\d+.*?",
    "concurrentRate": "200",
    "customButton": false,
    "customOrder": 34,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\nvar result = [];\nvar push = (title, url, type) => result.push({\ntitle: title,\nurl: url,\nstyle: { layout_flexGrow: 1, layout_flexBasisPercent: type }\n});\npush(\"💡 使用前建议先看源注释使用说明\", \"\", 1);\npush(\"🔖​小说状态：全部-最近更新🔖​\", \"\", 1);\npush(\"全部\", `{{getUrl()}}/shuku/0-lastupdate-0-<{{page+getPage()}}>.html`, 0.25);\npush(\"玄幻奇幻\", `{{getUrl()}}/shuku/1-lastupdate-0-<{{page+getPage()}}>.html`, 0.25);\npush(\"武侠仙侠\", `{{getUrl()}}/shuku/2-lastupdate-0-<{{page+getPage()}}>.html`, 0.25);\npush(\"都市言情\", `{{getUrl()}}/shuku/3-lastupdate-0-<{{page+getPage()}}>.html`, 0.25);\npush(\"穿越历史\", `{{getUrl()}}/shuku/4-lastupdate-0-<{{page+getPage()}}>.html`, 0.25);\npush(\"科幻灵异\", `{{getUrl()}}/shuku/5-lastupdate-0-<{{page+getPage()}}>.html`, 0.25);\npush(\"藏 经 阁\", `{{getUrl()}}/shuku/6-lastupdate-0-<{{page+getPage()}}>.html`, 0.25);\npush(\"其他类别\", `{{getUrl()}}/shuku/7-lastupdate-0-<{{page+getPage()}}>.html`, 0.25);\npush(\"🔖​小说状态：全部-总人气🔖​\", \"\", 1);\npush(\"全部\", `{{getUrl()}}/shuku/0-allvisit-0-<{{page+getPage()}}>.html`, 0.25);\npush(\"玄幻奇幻\", `{{getUrl()}}/shuku/1-allvisit-0-<{{page+getPage()}}>.html`, 0.25);\npush(\"武侠仙侠\", `{{getUrl()}}/shuku/2-allvisit-0-<{{page+getPage()}}>.html`, 0.25);\npush(\"都市言情\", `{{getUrl()}}/shuku/3-allvisit-0-<{{page+getPage()}}>.html`, 0.25);\npush(\"穿越历史\", `{{getUrl()}}/shuku/4-allvisit-0-<{{page+getPage()}}>.html`, 0.25);\npush(\"科幻灵异\", `{{getUrl()}}/shuku/5-allvisit-0-<{{page+getPage()}}>.html`, 0.25);\npush(\"藏 经 阁\", `{{getUrl()}}/shuku/6-allvisit-0-<{{page+getPage()}}>.html`, 0.25);\npush(\"其他类别\", `{{getUrl()}}/shuku/7-allvisit-0-<{{page+getPage()}}>.html`, 0.25);\npush(\"🔖​小说状态：全部-字数🔖​\", \"\", 1);\npush(\"全部\", `{{getUrl()}}/shuku/0-size-0-<{{page+getPage()}}>.html`, 0.25);\npush(\"玄幻奇幻\", `{{getUrl()}}/shuku/1-size-0-<{{page+getPage()}}>.html`, 0.25);\npush(\"武侠仙侠\", `{{getUrl()}}/shuku/2-size-0-<{{page+getPage()}}>.html`, 0.25);\npush(\"都市言情\", `{{getUrl()}}/shuku/3-size-0-<{{page+getPage()}}>.html`, 0.25);\npush(\"穿越历史\", `{{getUrl()}}/shuku/4-size-0-<{{page+getPage()}}>.html`, 0.25);\npush(\"科幻灵异\", `{{getUrl()}}/shuku/5-size-0-<{{page+getPage()}}>.html`, 0.25);\npush(\"藏 经 阁\", `{{getUrl()}}/shuku/6-size-0-<{{page+getPage()}}>.html`, 0.25);\npush(\"其他类别\", `{{getUrl()}}/shuku/7-size-0-<{{page+getPage()}}>.html`, 0.25);\npush(\"🔖​小说状态：已完本-最近更新🔖​\", \"\", 1);\npush(\"全部\", `{{getUrl()}}/shuku/0-lastupdate-2-<{{page+getPage()}}>.html`, 0.25);\npush(\"玄幻奇幻\", `{{getUrl()}}/shuku/1-lastupdate-2-<{{page+getPage()}}>.html`, 0.25);\npush(\"武侠仙侠\", `{{getUrl()}}/shuku/2-lastupdate-2-<{{page+getPage()}}>.html`, 0.25);\npush(\"都市言情\", `{{getUrl()}}/shuku/3-lastupdate-2-<{{page+getPage()}}>.html`, 0.25);\npush(\"穿越历史\", `{{getUrl()}}/shuku/4-lastupdate-2-<{{page+getPage()}}>.html`, 0.25);\npush(\"科幻灵异\", `{{getUrl()}}/shuku/5-lastupdate-2-<{{page+getPage()}}>.html`, 0.25);\npush(\"藏 经 阁\", `{{getUrl()}}/shuku/6-lastupdate-2-<{{page+getPage()}}>.html`, 0.25);\npush(\"其他类别\", `{{getUrl()}}/shuku/7-lastupdate-2-<{{page+getPage()}}>.html`, 0.25);\npush(\"🔖​小说状态：已完本-总人气🔖​\", \"\", 1);\npush(\"全部\", `{{getUrl()}}/shuku/0-allvisit-2-<{{page+getPage()}}>.html`, 0.25);\npush(\"玄幻奇幻\", `{{getUrl()}}/shuku/1-allvisit-2-<{{page+getPage()}}>.html`, 0.25);\npush(\"武侠仙侠\", `{{getUrl()}}/shuku/2-allvisit-2-<{{page+getPage()}}>.html`, 0.25);\npush(\"都市言情\", `{{getUrl()}}/shuku/3-allvisit-2-<{{page+getPage()}}>.html`, 0.25);\npush(\"穿越历史\", `{{getUrl()}}/shuku/4-allvisit-2-<{{page+getPage()}}>.html`, 0.25);\npush(\"科幻灵异\", `{{getUrl()}}/shuku/5-allvisit-2-<{{page+getPage()}}>.html`, 0.25);\npush(\"藏 经 阁\", `{{getUrl()}}/shuku/6-allvisit-2-<{{page+getPage()}}>.html`, 0.25);\npush(\"其他类别\", `{{getUrl()}}/shuku/7-allvisit-2-<{{page+getPage()}}>.html`, 0.25);\npush(\"🔖​小说状态：已完本-字数🔖​\", \"\", 1);\npush(\"全部\", `{{getUrl()}}/shuku/0-size-2-<{{page+getPage()}}>.html`, 0.25);\npush(\"玄幻奇幻\", `{{getUrl()}}/shuku/1-size-2-<{{page+getPage()}}>.html`, 0.25);\npush(\"武侠仙侠\", `{{getUrl()}}/shuku/2-size-2-<{{page+getPage()}}>.html`, 0.25);\npush(\"都市言情\", `{{getUrl()}}/shuku/3-size-2-<{{page+getPage()}}>.html`, 0.25);\npush(\"穿越历史\", `{{getUrl()}}/shuku/4-size-2-<{{page+getPage()}}>.html`, 0.25);\npush(\"科幻灵异\", `{{getUrl()}}/shuku/5-size-2-<{{page+getPage()}}>.html`, 0.25);\npush(\"藏 经 阁\", baseUrl + \"/shuku/6-size-2-{{page}}.html\", 0.25);\npush(\"其他类别\", `{{getUrl()}}/shuku/7-size-2-<{{page+getPage()}}>.html`, 0.25);\npush(\"🔖​小说状态：连载中-最近更新🔖​\", \"\", 1);\npush(\"全部\", `{{getUrl()}}/shuku/0-lastupdate-1-<{{page+getPage()}}>.html`, 0.25);\npush(\"玄幻奇幻\", `{{getUrl()}}/shuku/1-lastupdate-1-<{{page+getPage()}}>.html`, 0.25);\npush(\"武侠仙侠\", `{{getUrl()}}/shuku/2-lastupdate-1-<{{page+getPage()}}>.html`, 0.25);\npush(\"都市言情\", `{{getUrl()}}/shuku/3-lastupdate-1-<{{page+getPage()}}>.html`, 0.25);\npush(\"穿越历史\", `{{getUrl()}}/shuku/4-lastupdate-1-<{{page+getPage()}}>.html`, 0.25);\npush(\"科幻灵异\", `{{getUrl()}}/shuku/5-lastupdate-1-<{{page+getPage()}}>.html`, 0.25);\npush(\"藏 经 阁\", `{{getUrl()}}/shuku/6-lastupdate-1-<{{page+getPage()}}>.html`, 0.25);\npush(\"其他类别\", `{{getUrl()}}/shuku/7-lastupdate-1-<{{page+getPage()}}>.html`, 0.25);\npush(\"🔖​小说状态：连载中-总人气🔖​\", \"\", 1);\npush(\"全部\", `{{getUrl()}}/shuku/0-allvisit-1-<{{page+getPage()}}>.html`, 0.25);\npush(\"玄幻奇幻\", `{{getUrl()}}/shuku/1-allvisit-1-<{{page+getPage()}}>.html`, 0.25);\npush(\"武侠仙侠\", `{{getUrl()}}/shuku/2-allvisit-1-<{{page+getPage()}}>.html`, 0.25);\npush(\"都市言情\", `{{getUrl()}}/shuku/3-allvisit-1-<{{page+getPage()}}>.html`, 0.25);\npush(\"穿越历史\", `{{getUrl()}}/shuku/4-allvisit-1-<{{page+getPage()}}>.html`, 0.25);\npush(\"科幻灵异\", `{{getUrl()}}/shuku/5-allvisit-1-<{{page+getPage()}}>.html`, 0.25);\npush(\"藏 经 阁\", `{{getUrl()}}/shuku/6-allvisit-1-<{{page+getPage()}}>.html`, 0.25);\npush(\"其他类别\", `{{getUrl()}}/shuku/7-allvisit-1-<{{page+getPage()}}>.html`, 0.25);\npush(\"🔖​小说状态：连载中-字数🔖​\", \"\", 1);\npush(\"全部\", `{{getUrl()}}/shuku/0-size-1-<{{page+getPage()}}>.html`, 0.25);\npush(\"玄幻奇幻\", `{{getUrl()}}/shuku/1-size-1-<{{page+getPage()}}>.html`, 0.25);\npush(\"武侠仙侠\", `{{getUrl()}}/shuku/2-size-1-<{{page+getPage()}}>.html`, 0.25);\npush(\"都市言情\", `{{getUrl()}}/shuku/3-size-1-<{{page+getPage()}}>.html`, 0.25);\npush(\"穿越历史\", `{{getUrl()}}/shuku/4-size-1-<{{page+getPage()}}>.html`, 0.25);\npush(\"科幻灵异\", `{{getUrl()}}/shuku/5-size-1-<{{page+getPage()}}>.html`, 0.25);\npush(\"藏 经 阁\", `{{getUrl()}}/shuku/6-size-1-<{{page+getPage()}}>.html`, 0.25);\npush(\"其他类别\", `{{getUrl()}}/shuku/7-size-1-<{{page+getPage()}}>.html`, 0.25);\nvar letter = getTag();\nvar base = getUrl();\nif (letter == '' || letter === 'closed') {\npush(\"👤 作者索引—已关闭\", \"\", 1);\n} else {\npush(\"👤 作者索引—\" + letter, \"\", 1);\ntry {\nvar fullUrl = base + \"/authors/\" + java.encodeURI(letter) + \".html\";\nvar doc = org.jsoup.Jsoup.parse(java.ajax(fullUrl));\nvar authorsHtml = doc.select(\".authorsbox ul:nth-of-type(2) li a\");\nfor (var i = 0; i < authorsHtml.size(); i++) {\nvar link = authorsHtml.get(i);\nvar authorsText = link.text();\nvar authorsHref = link.attr(\"href\");\nvar authorsSize = authorsHtml.size();\npush(authorsText, base + authorsHref, 0.25);\n}\njava.longToast(\"\\n🏷️ 标签选择——\" + letter+\"\\n🔍 作者数量—— \" + authorsSize+\"\\n🌐 \" + base);\n} catch (error) {\njava.toast(\"\\n🥺  标签获取失败: \" + error);\n}\n}\nJSON.stringify(result);\n</js>",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; U; Android 13; zh-Hans-CN; PFJM10 Build/TP1A.220905.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/135.0.4896.58 Quark/6.13.6.581 Mobile Safari/537.36\",\"Accept-Language\":\"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"}",
    "jsLib": "function getData() {\nvar data = this.source.getVariable();\nif (!data) return {};\ntry { return JSON.parse(String(data)); }\ncatch(e) { return {}; }\n}\nfunction setData(data) {\nthis.source.setVariable(JSON.stringify(data));\n}\nfunction getKey() {\nvar loginInfo = this.source.getLoginInfoMap();\nvar author = loginInfo && loginInfo.get('源作者');\nif (!author || author.trim() == '') return null;\nreturn this.java.md5Encode16(author);\n}\nfunction decrypt(code) {\nvar key = getKey.call(this);\nif (!key) return null;\ntry {\nreturn this.java.createSymmetricCrypto(\"AES\", key).decryptStr(code);\n} catch(e) {\nreturn null;\n}\n}\nfunction getCom() {\nreturn this.source.bookSourceComment || '';\n}\nfunction getName() {\nreturn this.source.bookSourceName || '';\n}\nfunction verifyComment() {\nvar keyword = decrypt.call(this, cm);\nif (!keyword) return false;\nreturn getCom.call(this).includes(keyword);\n}\nfunction verifyName() {\nvar keyword = decrypt.call(this, bn);\nif (!keyword) return false;\nreturn getName.call(this).includes(keyword);\n}\nfunction verifySource() {\nreturn verifyComment.call(this) && verifyName.call(this);\n}\nfunction verify() {\nvar defaultUrl = decrypt.call(this, eu);\nif (!defaultUrl) {\nvar tip = \"\\n===================\\n❌ 激 活 失 败~\\n✍🏻 请输入正确的源作者\\n===================\\n\";\nthis.java.longToast(tip);\nthrow new Error(tip);\n}\nif (!verifySource.call(this)) {\nvar tip = \"\\n============\\n❌  校  验  失  败 ~\\n🥺 检测到源被修改\\n============\\n\";\nthis.java.longToast(tip);\nthrow new Error(tip);\n}\nreturn String(defaultUrl).replace(/\\/$/, '');\n}\nfunction getUrl() {\nvar defaultUrl = verify.call(this);\nvar data = getData.call(this);\nvar customUrl = data.url;\nif (customUrl && customUrl.trim() != '' && customUrl != defaultUrl) {\nreturn String(customUrl).replace(/\\/$/, '');\n}\nreturn defaultUrl;\n}\nfunction getPage() {\nverify.call(this);\nvar data = getData.call(this);\nreturn data.page ? parseInt(data.page) - 1 : 0;\n}\nfunction getTag() {\nverify.call(this);\nvar data = getData.call(this);\nreturn data.tag || 'closed';\n}\nfunction setTag(tag) {\nvar data = getData.call(this);\ntry {\nverify.call(this);\ndata.tag = tag || 'closed';\n} catch(e) {\ndata.tag = 'closed';\nsetData.call(this, data);\nthrow e;\n}\nsetData.call(this, data);\nreturn data.tag;\n}\nfunction getUrl1() {\nreturn 'https://diyibanzhu.app';\n}\nfunction getAuthor() {\nreturn 'https://ycoo.net/home.php?mod=space&uid=20609&do=thread&view=me&type=thread&from=space&mobile=2';\n}\nfunction evalSearch() {\nvar base = getUrl.call(this);\nvar path = decrypt.call(this, sc);\nif (!path) throw new Error(\"搜索解密失败\");\nreturn base + path;\n}\nfunction evalContent(src, baseUrl, book, chapter) {\nverify.call(this);\nvar code = decrypt.call(this, cc);\nif (!code) throw new Error(\"正文解密失败\");\ncode = String(code).replace(/^\\s*<js>\\s*/i, '').replace(/\\s*<\\/js>\\s*$/i, '');\nvar java = this.java;\nvar result = '';\nreturn eval(code);\n}\nfunction getPublishData() {\nvar java = this.java;\nvar url1 = getUrl1();\nvar areas = [];\nvar response = java.webView(null, url1, null);\nif (response) {\nvar areaRegex = /<area[^>]+>/gi;\nvar areaMatches = response.match(areaRegex) || [];\nfor (var i = 0; i < areaMatches.length; i++) {\nvar areaTag = areaMatches[i];\nvar hrefMatch = areaTag.match(/href=\"([^\"]*)\"/i);\nvar altMatch = areaTag.match(/alt=\"([^\"]*)\"/i);\nif (hrefMatch) {\nareas.push({\nurl: hrefMatch[1],\nname: altMatch ? altMatch[1] : ('地址' + (i + 1))\n});\n}\n}\n}\nreturn { url1: url1, areas: areas };\n}\nfunction buildPublishHtml(data) {\nverify.call(this);\nvar code = decrypt.call(this, ph);\nif (!code) throw new Error(\"获取失败\");\nvar fn = new Function('data', code);\nreturn fn(data);\n}\nfunction getPublishHtml() {\nvar data = getPublishData.call(this);\nreturn buildPublishHtml.call(this, data);\n}\neu = 'rOdu4pn7F6RC9gTPEMizjtVBnmlQATulUBmJTSHPM9g=';\nsc = 'zX1o5+37X5xnmiL+8RfznqUp8FAGMc7ienhUXjLIMazLdCYLEh+LWDJuz9fcvr3m+RpTzm15q63iaPRQoh/W7xEneXtVjUC2bcyOwofYx2G5V7C3dZdj9OXrQhrHC9ZaeCeUH/c7mPWJE8bn778osw==';\ncc = 'BKUZpekgjV9PJ0IBqCwiJHfF9xBGdONXLa2mXUV8latf/7Sgm7BntSq654msPem/hWwwZcBQdrBCsXfY7Mlok2AOw2qwQ+MK5VgDfP1crEADh8DNCyPEJejVHIEatMva1mDH1lCdo5ryzAujgByNiPsa7ff2sWEo9eqCJCypeu47BDn88ts4h7im33WE0rnnv2GMJ98zd9mw02tLA8DfJxPszYYh/q5TrfLAZWyC273XgaO1Rv2FpuOwsAynpHLE5cgWuPMW7J1UefN3GolUI7CnmEaMPUM/++yqDJZKNFDd3hggsiPxeRynbkZmP1HiS5ZE85OfyTLhEdPqvbXIQe7/woZ560xBoEn860vQmWaxLg0qVhmTRndbUpH2pbUj35QhBmU2VFS9RhshtOGZmjUQx0r5mGXmV1tltFplhJM+Mt0kHz0tuyUJmMx1rAZJU7PEYrZzlppU4XwBwahD+JlpT5ICNT8OoVpxYrtwJrIMQa+sYYeenmYtK8MN+O6lbwJ18USya/bBzV23C0h/UGPOL7Mgp6vuwSGwxp4YaWiE8RoLQpQ8mWwnByKpb/5FnCb3r4EL2tNvQmudM8+mbIAiWqRNJP8vrpxBP/ybzfuBGGq5As2d76rRht6+MSSFsZ0YHtY3s7+a1rcMrJthXwSqtDltEKXLb8BUT6N64Ko9sTCU50tWhfogg7AuNw6Ffoy7ChKirsG9RIKTxmBtDVZPGsU8kEymMYhlSoEVkM+jQgJvr4GMhW3pVolv7iC2hGoXFMceiSlofNels+RkiiubLNsrmdx1PJCPbw00SssomgAC2t630mo3UHBNwHXQiNV1jY+wJWgf7wIzRV9NAbeUTDWn4TWuCvEnz59SgVRP8VPpfWoSYZtilo+nc72f668SAV0/ByZCYgbpUquIIpj/4l5MdBwnQ77IkAuSvVDNqGWXfAXVuhiVFJH/wvladY2+u6TyyJ8jt86lPehd+7bIYxiBZE9zpEMuzgS2y0leuvFcrKuDbaA4n44JsKmBL6XMtzq0/pD/JJEeACw4B/F+GvFAieBXW9anW5Fwp7dX/LbqPq8+GJ4CB6Jp66orunZXnxpgYqTyXjJs+ukw7Ldb15EwnyE0bdNm2QFIfmTZev9OMuLRRmW6eUVUF2vB8WSJzyi7MCjkDNqbNAkAbzQz2PAc54xBfJCReIB6RK7ZMIH+ixnG0PRJRHrvIvZoRcR0IWXrSG3PfbqkCYQZEuJ2KCY8WkRwnL9Qb2e1baIZjHbvF08dqTUSeyTypuPVz1JX7S5uu0iotZxc6f1ujvuXi9NY0AMO5nDV0ZHLmoRTxFB67iWP8ZfszHx8p/DmHdKi8bsexw5IwSqczKU8uchW1v+ewIT5Ul9kBfG+c8wVR8WQpvc2+5VKkLTYlwozSnWEb3amufDDc03dnrvYSfkyTtq88EWHhHy0b9Yyhd0eGlMXnWXdUj2+iN8pgKc1MJQIXa+Syb/wlFiACt/CI7Brk9S7VVJeIL9nbIKIuzB+IBgZEbmkJNcs2eOkdpCGQzVy+d30WNFWzedRPFiu++ZG7P2RV7tBTEDtSRZOIDWUNXSjXU3EQ++7TbTbstswFqelKLvQPsMIQOqbcifSg2HH1ND4P/rqQSBXBxOD287blHq/wkwCG2qAuDQebVyQJNrKekvnTyLBeYXno/Ownynj1vKjoesgLpCksfHSFsb7IqOmRtRE6fFiBxTz5BsGsiZymP6GfTK9bHMQ9Zc35GJ5v+DmeHn8FlmQYKZzGpZTeTUUte3Jap1Bg9XHEIhwsVs2W04I6G9tCsbL8Yie1xYmRtEGJHPu8XzXdFxaaO43H3aou+9SL34woj6zyRrcoMXF1yjwTdAwhDLpYA7zTXdFPU4wN/ynTeAePeHDxMp4BaKKDKe3cl+IAK/uvIRJMSb9OBkcUA8EdFwgpvoRfGJIXc0/QATTiH1CJvcIdsN68JeSjRIDOiAZNf/yoivQG3g/WnxGxJWd3ZZbEKti9rWpDJ85IVU3jy9I6xGk10/wUhUBlQ/JIwjE2lGgOdR07wnT8xamXVMCNY5//swQG/VdlGpO2t0OJtk6lMNeyALyE5DRaiqoQ+qiHZxqi47xVif+m1DWfm6yGUDriB05EkHiUyOo6i4WdukjnNhxldn7LflFwPezDGXiGBNXggnxthym6P9zbIvnRUeYT1lC/YvcvJq4+nIIGlQM7P/7mPoUfRn6XQ+rmwUD3HjYIPL6pu4mgadNibvfvmLJfjyS7nPRVmHneu2qzxWbziS6RQXHfQsJyPOzitQJWMkPuX9z0fhAuJUscAzgRqtq3aI0f3qq4Fmk/atQjtQq4pMpQlHaM6aM05FTmeSdeyNok5qGDuZujC5N0zpSJR68t3S/pvp1TLF7r7+DfQ4aiXyd7jJku4MUp7GltRkzYaCc8xigPC0c3f2PE69MDXzrM+3dgTWssrrgDcJ+OL296O4j0C6inQtE8KqXu2RRZNbWVE6eFGh5Z4ZlE5I7/+QF9yq0O8n+x6hEygDI4Wl3Z03957SMYdg8S9hwedkTbrx5M+OI/6UAM3EdppYtqP9fzzBgTJhdR+wSkuN8DHbhdyipZNHyIwfyDQ028AFy/8Hu6vv7632Xu9XycSsReHXes7QANuitWOhaikb0l+iFYhmBMX7WnPcsqRm3N6gQoAyzdpnNVnT1GCIRqDeZH8LXkrrleyHY/YzSKeKvPTW/w026aEYMovt7vLgjCE7PE9XBp7lddm1/ikW3D+6JSLf7Le5Mimc3a7dN023nkye4nXno+p22rooxabNwXF0HLfBOba6VrcbRaK/x03LMFPibf08eZNGXbN+0fH0eQxfkfIEQZP1J2CuOgeYT1LGTee33mYCkykCzpK24KlVYVPioY3cqjA==';\ncm = '8r0qPqfxec/dWZNMCSrrOfEZt1iBlHk/yx0XUSfvhfSKYijJbF/Bkp7yGHq5q2CGvcGNW45oFLm5yTKXojpwWxLOfk6gubN97rZKVFH+rPMfUyCkuO0mjfpIW/Z688iT+JvrLx67DKFSKmqHvDmoP0msM9UMW5BtXDtxGwF67C+7VudayxFw2aiDPpBdOMsUwtOCrVfRcrDlkltBbFIkQWRLZC3C9SNR3K9NZvPJonG8mQBXvTQxqwfmjroL1Pc3U1P64gb1EX0hh+G+nRK0lTW3OtMEGrXVrirni2/yE+0=';\nbn = '2hQdvql6L5r6HjZcxcwBEg==';\nph = 'HavtoBHKySogF16altvCn4QsDkc7AM6wZNWyimXRez1j6+Ivz8zfL/h/Z01yeqxI1DPFs1V7daJYzO79uz2KSbeXbUcUmcGitUrkx0QOX/meoIzmyMz3DUH/au4VP9Bp8YqyX7c+cRuQMbzD+HYnn2XMXZeq5Y3X9PS+OKwWPbnxgso1H2JGC+v5ezmI0bmEhM3Fx/zHZXkP4kg34GPNTaU3dVtTAN3/oG2S8c9vwg96FgXPFDk7ABEjwGvk6RCuW9eQvp/WGf22xuKCpTi3+m/EgGUziXn5e5Jsj60eHUJtjWfcEVIBDTx69cpZkZUJL4Ugd3kW9g0ZeGkA7xUgKDh0h/gznfI21FV4UeKILJ6z5weuStnZ60n1PESHcDBIFgJPFp9EDAoIl8cSgERssxqJEUR/AWctFaBtN+td4RDm9htdCGpMBaKPYEr9TTUu7qB9yaq6zWOuywTjnnI833F0ned8stZhvvYijF0li7pB7WQBLNKvydWiS9f5IOyPI5KJgVZn7oJLjwvl1yQp3IBtzwsQchJxpYfRNPBaTX4/hU6FR7uKRtIPNMZjRvUBAWJHXxE8WJDbpgYz+m3bSE+H0cxt3aQ+wZS/CJMef0j5o2BPdQo//e+uCVVtjGPr7whvq7zyq094QmQFFdpovh6E0u3i++3lyd1oL6NlyEj4c+vWwwouU44U7fGn9blPovqmPEAGSn5FjjA+96hf8XtL8iEa6mrh8wAo7su1iNNuoiOIvIbd5+oKrKnx3D3IhnZWUe1mDFsGa6FEw/uOhcV7xT/yvwDJnCF5ymxiWPCe0fSyF0UjlroTIgVRfyjmGBkIDQ3aoMIaHl/rVZX04XA2oRTp3eRNlyoyCdPbcmX3oGpTVZ5sFjMRZH7Hcfwevl38E2LIjx3nvLwv7MSI1mUDadGaX8kM/eSe/vgPlZxyFmShr+EE3fRTnh9yJdwCPqThh56K/598mna5ZXwi49QYca7keRy8B+hR9r0VuJkgaQfZhqHrWdCoo3LAtOqs/7L3qL/NQ65dihcJEMjxpF+D/PsQbLf2xVhtmmJWsPHejm2+UIrceMUBa7HiyYp2kKnashhczCaSqBy1ZijHrsnyODKJGq7EVpQ65NSjmRbRDLLdC/jLPzqjsKilwcd0D0ArnoretMFiaUKOH5wfKQqcVf9aHfJ/ax2YXPh4P3iIzaxmF/dkha1y8OHBKlFzVqcbzOAyze+CIXWKa5AH9LyLhUJ94fKqudxkc8gXl6LOvqrY0NwrlYV99og6UBSki8YAUjtfKAExg8N5nQGqH/2PSxkieLA1OPLGTb7UbrWWui+1Lt08T8yCUoz4OF1y2zoDTr1ZrecqNaF7s6UKz/EX+vTZu/aX90w1Pf9vrgYBDm5GS+TA1o1pB0a+/bLaQrCUw3PqdzIt9YBjo0Hpz8fu0F+y3W2yJ9Vn8ijk+L5R0JFz6KkRIpZY/7yZgFUE/xl+bYjq2lSIZUYkFIt9+3qbt1+0gotJNYGqLOUW2Aon0nNlGVAiB02FH7U/GLSeTXmP96CARbNJJ3mWdTafYlO5fJpRDfj3N2kBzKFzGRsTHBEyIbRFFhZDT7ItWZB3Wqpqhccl4kBcGxs/ng7L4w7zPGULlEy6VQGTjd3i9/3BEbCpFAvrGdrVYRKIRMZ4bljVuL7s0QOMvAb2N7nQBMPZwn1Hlqo0B3LahAvpzs8bgh4eS/KO2jhbbD+WuPSc3JhvTg8+FWXpJRrsAcGW/3+gSfW1+/VEUl52iqc7443DQoe6PkPM6TY+/vVWjAtVyrwRJZ0f886TZSPstAAhJznYlXvACjHO9V2sz62y5MolYUdaNIuC9Cii3HQBzPyO3ZiXoVjUqSc+VfcDHro5ThkPfgj8obPGG7IEIVnk5B+PwKOTJrPJP4YYw7hpMoylLuKShewvCiWrRb74VJLBQYxyFXu3CM/Uz3fraDm159HhAOGy58wmsowaWo2DgVpUR5n7n73HTBWiUWF/nyNgmonpQXW1InfG2ki+FT1M45TFYQv4VpqlRj3nCCS/1t8myhQu6aTtvNLXtJWbK6jX/TYOR3iVZbhSfGWxg4i0LA91FYGqHDFdIhxeKY9vYF5/uX1uqbd5pGAVLmIeDn7puYqsNFJAjhRbn7R5ONY051gRESFv6YEtabrtisdMx8Tl0XMUcsTzrMWj/YAwMpGIJdx4SDWBZXCbCO/9QUghneG+Huwzl74cuCHdd/bSxzPAUy3KFNu4LL6zuk1FR3uM/9PDnPT8JTmgGv9y5vSHUFgCRLaNt8fClRtmQcQmAepLtcr6F6Lsxbdfpir5zALETe/XuL1I9jRpBoAeOefKKuGHYBjj40ocL/lLh+TB1N0ebz8+4U3pS4RCToSn782SExq8La5s4s6PaBTpgh7kzuFuKXtWBY0ib3GUsbUoMNnAvWfuh4XCGlbdY0F9u9Ud7ngyk/Bj/psEcxe6zaL9YdakXXCL0XeqrRSM8A3i2kWSLO3CS7pqgnT7MoZLBvtYc1i+RjBG+Yf5oDWd3LqDX8El4ZWV7nCXuNmojV04TeoT2u+2DcUFn5AzooqW+6BAUIgOZd7M1oGTIBPZj4gfIwY+wrvDiZrPPnCIhOQq7Px9MgM7Sg2oe2dnv/tOzriNqf1bMJmfZ3Z2t0RAEWzIe9FcX37i+CKpxd0BGoujsP/dKXr6uiRpHsH3/O509sT7/wHfBpQfJwgOtQrmHPNHVfeX9xetVinzMGDYKfmVvLHOhuskSVGEl+pKchMwa3COUPx19WoaXP1xq0cKCt98aJlLzIo9oR5ltwGFtqeLifTJQyu88bME8n/IvLrntKAPhqFDL9MkS/X5jarpgKOkU0gp+SFauXFs7ZBYuFzVAhVNOYShHzeCe+YGspasKxQ+LXUqfx3WDIAcfDjG0KAyLT4LXa86cBzg/SBNNRMQt4Xd1MCaCDxS3ZiM+UAeLEBd3GizFEjadJ/dnOdBbTNtLj91qW6hDuLpyqlOps7Vmxl3JHXmhchNY+m+KKANs8sb7DW50ey6zXEVATKOpbDKVpBLZFtvfqlEuMGGUfMJtzIVOIRopgpo2+FOfASR5ofT9ikjQwGubWg4WsM34EJcTHZAuB4aIpFSlqGzajLjjqE/HYIOM3u8C8hu2aQ3lUthl9znW5tcXfXGGasmtoQjpXU+V/XE4hMZc+GDsQDQ4ihxH6i5LnQ9cFjAgRjjfU62AM203M5mg5JV1SCWb5AuphZ4zTbtBqcD8QoN24+89xhvaRSW8kci8pcup7e23un58l4o7pni1wRhGR/fGmV6IJrF+0ANaHmXspZvfa/DUsWb52Q2Q5/SvSX/lsr0WrVniVh2ku9cNmkkvAWAfWviqBMtsSQozUvJbWWnJboClh0ZjngRfZe71TLMGQoGWoiIXXl9Areu9+Me0ksj4kK/r7Qu3zrVNksABdXk+/wwmY4SJ6P3eNMM9Pma6BNmXPUDPLYxqAB6pKkC6EWfdZcFasJZGqa8LuB7Y4+JvfHohptF1vpXWpfInwFu4WLKTB9Xd6yWHcViCZmMK8HQ3Kj5j1mO5zae03J/DYPi1QpFCTiphhePce2gghE6yI0pxpTPEGm3O7iZsxJEhgnR/JHHtkYghw4IUTry4AoTyswnpBvA9+LdeGhrlOQ5ce9DYY7Htj2ihMwclTYmG9ktei5JtaIYlZXeXYXsSATTH60nNkzl0tQgnw0AHQMZoUvSRor+MyaTvtiRBkcMFMy9AxOEQXfUPRQU815EYBVJsW/9sTDY0WKmCfkOXBj6kiQZ1IaxBgZrmGded3KpNOp3Hlu+PjOXqOnPONTy0+WXSp9lP+0/a/ZbS9UVsFi2zBI0s58nrWRmeGIdfPahwz3wcuGJ8ZjAyXo7xrNtHh9r6//p6KLxAbSAU/hDRecp8F/lTeUwUT4LKUU2rK0l09RvqiacjsWXGuvQuidb9gy0Acz3dMB+q76dvezEIcOO9uo42y9xciZ00O45bHuAoR8ZC2K7fId2N6oBoFHqFxQikyedakCql2kpdaLVbrbvUrOiVH+JhihKpH9CZQe8z57B2nV1nS0NRLxfI1AxOfaF9XM19XVDU+bYG5OFvS5RC1ZlaQ0v83XGjMLFffMS9/hUgBz4EC4e02crlOJ84cIaW3ANSTLCLyZI+G/MVudSwtigKisoUg/zC8LoSvYKJF+BvU4F3O5LwIIZ+jJ8YYtN17xT7dkDUdAxw8oRlqeYwqBDA8PoJqFYg2Ubqy77zO44TmQXFH3OwE/fBjH/8yuPG7pBOFDUnS8epbAVZkCkKR9xnLmchBz0BD7Fzi+aEl4NzzqDXHf8lUd3n1jpoKkevDWPms0UH6vNiERtrOfhenvuFfKO6bV1sBu2g3lGozs8Fn3bX1fPPve9oGj/Shk7OK/C3nE0';",
    "lastUpdateTime": 1770694226667,
    "loginCheckJs": "function 傲娇的验证大佬(result){try{java.log(\"🎮 哼！本大佬今天心情不错，就勉为其难帮你处理这些验证吧~\");var url=result.url(),src=result.body(),responseCode=result.code(),baseUrl=url.split(\"/\").slice(0,3).join(\"/\"),isCloudFlareBlocked=src&&(403===responseCode||503===responseCode||429===responseCode||200===responseCode&&(src.match(/Just a moment/)||src.match(/Checking your browser/)||src.match(/DDoS protection/))),isSliderBlocked=src&&src.includes(\"/_guard/\");if(!isCloudFlareBlocked&&!isSliderBlocked)return java.log(\"✅ 哼~ 一个能打的小妖精都没有，真没挑战性！直接通过！(⑅˃◡˂⑅)\"),source.put(\"cf_block_count\",\"0\"),result;if(isCloudFlareBlocked){java.log(\"🚨 哇！发现CloudFlare小妖精！看本大佬的厉害ヽ(ー_ー )ノ\");var blockCount=parseInt(source.get(\"cf_block_count\")||\"0\");blockCount=isNaN(blockCount)?1:blockCount+1,source.put(\"cf_block_count\",blockCount.toString()),java.log(\"📈 这是第 \"+blockCount+\" 次跟它玩了，真烦人\");try{cookie.removeCookie(baseUrl),java.log(\"🧹 清理一下Cookie，保持干净~\")}catch(e){}var webViewSuccess=!1;if(blockCount<=3)for(var retryCount=0;retryCount<=1&&!webViewSuccess;retryCount++)try{var webResult=java.webView(url,url,\"setTimeout(function() { window.legado.getHTML(document.documentElement.outerHTML); }, 5000);\");webResult&&!webResult.match(/Just a moment|Checking your browser|DDoS protection/)&&200===(result=java.connect(url)).code()&&(webViewSuccess=!0,source.put(\"cf_block_count\",\"0\"),java.log(\"✅ 哼！CloudFlare小妖精被本大佬驯服了！\"))}catch(e){}(!webViewSuccess||blockCount>3)&&(java.log(\"🤖 调教失败，需要手动操作了...真是麻烦\"),java.toast(\"需要验证CloudFlare，请在浏览器中完成验证\"),java.startBrowserAwait(url,\"CloudFlare验证\"),source.put(\"cf_block_count\",\"0\"),result=java.connect(url),java.log(\"✅ 手动操作完成，下次别这么麻烦了\"))}if(result.body()&&result.body().includes(\"/_guard/\")){java.log(\"🎯 发现滑块小怪兽！准备开滑~\");var guard=cookie.getKey(baseUrl,\"guard\");if(guard){java.log(\"🔐 开始制作魔法密钥...\");for(var guardKey=guard.substring(0,8),keyMd5=java.md5Encode(guardKey),guard_aes_bytes=java.hexDecodeToByteArray(keyMd5),guard_aes=java.createSymmetricCrypto(\"AES/CBC/PKCS7Padding\",guard_aes_bytes,guard_aes_bytes),guardret={move:[{timestamp:1759552171921,x:61,y:294.5},{timestamp:1759552171983,x:102.39546966552734,y:295.3030700683594},{timestamp:1759552172001,x:127.83409881591797,y:296.16668701171875},{timestamp:1759552172019,x:150.73541259765625,y:299.95098876953125},{timestamp:1759552172040,x:176.0093536376953,y:302.16729736328125},{timestamp:1759552172051,x:202.0565185546875,y:303.8584899902344},{timestamp:1759552172068,x:230.5967559814453,y:302.4824523925781},{timestamp:1759552172084,x:256.02685546875,y:302},{timestamp:1759552172100,x:279.3731994628906,y:302.717529296875},{timestamp:1759552172118,x:299.8751220703125,y:303.5597839355469},{timestamp:1759552172135,x:318.1665344238281,y:304},{timestamp:1759552172151,x:343.1929626464844,y:305.7620544433594}],btn:52,slider:328,page_width:360,page_height:606},timestamp=(new Date).getTime(),i=0;i<12;i++)guardret.move[i].timestamp=timestamp,timestamp+=Math.floor(7*Math.random())+18;guardret.move[0].timestamp-=Math.floor(7*Math.random())+18;var requestHeaders={headers:{cookie:\"guard=\"+guard+\"; guardret=\"+guard_aes.encryptBase64(JSON.stringify(guardret))}};java.log(\"🚀 向滑块小怪兽发起终极攻击！\"),java.ajax(url+\",\"+JSON.stringify(requestHeaders)).includes(\"/_guard/\")?(java.log(\"💔 滑块验证失败，不过本大佬还有备用方案\"),cookie.removeCookie(baseUrl),result=java.getStrResponse()):(java.log(\"🎊 大胜利！清理战场...\"),cookie.removeCookie(baseUrl),java.key&&java.initUrl(),result=java.getStrResponse(),java.log(\"✅ 滑块验证完成，本大佬出马就是不一样！\"))}else java.log(\"❌ 没找到guard令牌，滑块小怪兽藏起来了？算它走运！\")}return java.log(\"🎉 所有验证处理完成！本大佬今天表现完美，记得请我吃糖！不准赖账！\"),result}catch(e){return java.log(\"💥 发生未知错误: \"+e+\"，但本大佬已经优雅处理了，不用谢~\"),result}}result=傲娇的验证大佬(result);",
    "loginUi": "[\n{\"name\": \"源作者\",\"type\": \"text\"},\n{\"name\":\"发现起始页\",\"type\":\"text\"},\n{\"name\":\"当前网址选择\",\"type\":\"text\"},\n{\"name\":\"👤\",\"type\":\"button\",\"action\":\"kk()\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.15}},\n{\"name\":\"A\",\"type\":\"button\",\"action\":\"selectLetter('A')\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.15}},\n{\"name\":\"B\",\"type\":\"button\",\"action\":\"selectLetter('B')\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.15}},\n{\"name\":\"C\",\"type\":\"button\",\"action\":\"selectLetter('C')\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.15}},\n{\"name\":\"D\",\"type\":\"button\",\"action\":\"selectLetter('D')\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.15}},\n{\"name\":\"E\",\"type\":\"button\",\"action\":\"selectLetter('E')\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.15}},\n{\"name\":\"F\",\"type\":\"button\",\"action\":\"selectLetter('F')\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.15}},\n{\"name\":\"G\",\"type\":\"button\",\"action\":\"selectLetter('G')\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.15}},\n{\"name\":\"H\",\"type\":\"button\",\"action\":\"selectLetter('H')\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.15}},\n{\"name\":\"I\",\"type\":\"button\",\"action\":\"selectLetter('I')\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.15}},\n{\"name\":\"J\",\"type\":\"button\",\"action\":\"selectLetter('J')\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.15}},\n{\"name\":\"K\",\"type\":\"button\",\"action\":\"selectLetter('K')\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.15}},\n{\"name\":\"L\",\"type\":\"button\",\"action\":\"selectLetter('L')\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.15}},\n{\"name\":\"M\",\"type\":\"button\",\"action\":\"selectLetter('M')\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.15}},\n{\"name\":\"N\",\"type\":\"button\",\"action\":\"selectLetter('N')\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.15}},\n{\"name\":\"O\",\"type\":\"button\",\"action\":\"selectLetter('O')\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.15}},\n{\"name\":\"P\",\"type\":\"button\",\"action\":\"selectLetter('P')\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.15}},\n{\"name\":\"Q\",\"type\":\"button\",\"action\":\"selectLetter('Q')\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.15}},\n{\"name\":\"R\",\"type\":\"button\",\"action\":\"selectLetter('R')\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.15}},\n{\"name\":\"S\",\"type\":\"button\",\"action\":\"selectLetter('S')\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.15}},\n{\"name\":\"T\",\"type\":\"button\",\"action\":\"selectLetter('T')\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.15}},\n{\"name\":\"U\",\"type\":\"button\",\"action\":\"selectLetter('U')\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.15}},\n{\"name\":\"V\",\"type\":\"button\",\"action\":\"selectLetter('V')\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.15}},\n{\"name\":\"W\",\"type\":\"button\",\"action\":\"selectLetter('W')\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.15}},\n{\"name\":\"X\",\"type\":\"button\",\"action\":\"selectLetter('X')\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.15}},\n{\"name\":\"Y\",\"type\":\"button\",\"action\":\"selectLetter('Y')\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.15}},\n{\"name\":\"Z\",\"type\":\"button\",\"action\":\"selectLetter('Z')\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.15}},\n{\"name\":\"other\",\"type\":\"button\",\"action\":\"selectLetter('other')\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.15}},\n{\"name\":\"❎ 关闭标签\",\"type\":\"button\",\"action\":\"selectLetter('closed')\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.3}},\n{\"name\":\"📶 延迟测试\",\"type\":\"button\",\"action\":\"testSpeed()\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"name\":\"💡 查看状态\",\"type\":\"button\",\"action\":\"showStatus()\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"name\":\"🏮 打开网址\",\"type\":\"button\",\"action\":\"openWeb()\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"name\": \"🍭 发布地址\",\"type\": \"button\",\"action\":\"publish()\",\"style\": {\n\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.4}},\n{\"name\": \"🔮 源作者主页\",\"type\": \"button\",\"action\":\"Author()\",\"style\": {\n\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.4}}\n]",
    "loginUrl": "function login() {}\nvar loginInfo = source.getLoginInfoMap() || {};\nvar isAuth = false;\nvar defaultUrl = '';\ntry {\ndefaultUrl = verify();\nisAuth = true;\n} catch(e) {\nisAuth = false;\n}\nvar urlInput = '';\nif (isAuth) {\nurlInput = loginInfo['当前网址选择'];\nif (urlInput == '') {\nurlInput = defaultUrl;\n}\n}\nvar pageInput = '';\nif (isAuth) {\npageInput = loginInfo['发现起始页'];\nif (pageInput == '') {\npageInput = '1';\n}\n}\nvar tagValue = 'closed';\nif (isAuth) {\ntagValue = getTag();\n}\nloginInfo['当前网址选择'] = urlInput;\nloginInfo['发现起始页'] = pageInput;\nsource.putLoginInfo(JSON.stringify(loginInfo));\nvar varData = {\n\"tag\": tagValue,\n\"page\": pageInput,\n\"url\": urlInput\n};\nsource.setVariable(JSON.stringify(varData,null,2));\nfunction showStatus() {\ntry {\nvar url = getUrl();\nvar page = getPage() + 1;\nvar tag = getTag();\nvar tagText = (tag === 'closed') ? \"已关闭\" : \"【\" + tag + \"】\";\njava.longToast(\n\"\\n\" + \"======================\" + \"\\n🔑 状态: ✅ 已激活\\n\" +\n\"⋮ ⋮\" + \"\\n\" +\n\"🏷️ 标签: \" + tagText + \"\\n\" +\n\"⋮ ⋮\" + \"\\n\" +\n\"📚 起始页: \" + page + \"\\n\" +\n\"⋮ ⋮\" + \"\\n\" +\n\"🌐 \" + url +\"\\n\" + \"=======================\"\n);\n} catch (e) {\n}\n}\nfunction kk() {\nvar tag = getData().tag;\njava.toast((tag === 'closed') ? '\\n👤 标签已关闭' : '\\n👤 已选标签【 ' + tag + ' 】');\n}\nfunction testSpeed() {\nvar url = getUrl();\njava.toast(\"\\n⏰ 开始测试延迟\");\ntry {\nvar start = new Date().getTime();\njava.ajax(url);\nvar time = new Date().getTime() - start;\nvar sec = (time / 1000).toFixed(2);\nvar text, icon;\nif (time < 300) { text = \"极快\"; icon = \"🚀\"; }\nelse if (time < 600) { text = \"快速\"; icon = \"👍\"; }\nelse if (time < 1000) { text = \"良好\"; icon = \"👌\"; }\nelse if (time < 2000) { text = \"稍慢\"; icon = \"💡\"; }\nelse if (time < 5000) { text = \"较慢\"; icon = \"🐢\"; }\nelse { text = \"很慢\"; icon = \"⏳\"; }\njava.longToast(\"『…………………………………………\" + \"\\n\" + icon + \" \" + text + \"  |  耗时: \" + sec + \"秒\" + \"\\n\" + \"⋮ ⋮\" + \"\\n\" + \"🌐 \" + url + \"\\n\" + \"⋮ ⋮\" + \"\\n\" + \"注：结果受多种因素影响，仅供参考\" + \"\\n\" +\"……………………………………………』\");\n} catch (e) {\n}\n}\nfunction selectLetter(letter) {\ntry {\nsetTag(letter);\njava.toast(letter === 'closed' ? \"❎ 已关闭标签\" : \"🏷️ 已选: \" + letter);\n} catch (e) {\n}\n}\nfunction openWeb() {\ntry {\nvar url = getUrl();\njava.startBrowser(url, url);\njava.toast('\\n🌐 ' + url);\n} catch (e) {\n}\n}\nfunction publish() {\ntry {\ngetUrl();\nvar url1 = getUrl1();\njava.longToast(\"\\n⏳ 正在加载中...请耐心等待~\");\nvar html = getPublishHtml();\njava.startBrowser(url1, '最新网址',html);\n} catch(e) {\n}\n}\nfunction Author() {\nvar url = getAuthor();\njava.openUrl(url);\n}",
    "respondTime": 181469,
    "ruleBookInfo": {
      "author": "//p[@class=\"info\"]/text()[1]##作者[：:]",
      "coverUrl": "<js>\n(() => {\ntry {\nlet config = JSON.parse(source.getVariable());\nlet baseUrl = config.url.replace(/\\/$/, '');\nreturn baseUrl + \"/images/jipin-default.jpg\";        \n} catch (e) {\njava.log(\"图片规则解析失败: \" + e);\nreturn \"\";\n}\n})();\n</js>",
      "intro": "<js>\nvar step1 = java.base64Decode('PGpzPgpqYXZhLmdldFN0cmluZyhqYXZhLmJhc2U2NERlY29kZSgnUEdwelBncDJZWElnY0dGeWRERWdQU0JxWVhaaExtZGxkRk4wY21sdVp5Z2lhREZBZEdWNGRDSXBPd29LZG1GeUlIQmhjblF5SUQwZ1UzUnlhVzVuS0dwaGRtRXVaMlYwVTNSeWFXNW5LQ2N2TDNCYlFHTnNZWE56UFNKcGJtWnZJbDB2ZEdWNGRDZ3BXekZkSnlrcExuSmxjR3hoWTJVb0orUzluT2lBaGUrOG1pY3NJQ2NuS1M1MGNtbHRLQ2s3Q2dwMllYSWdjR0Z5ZERNZ1BTQlRkSEpwYm1jb2FtRjJZUzVuWlhSVGRISnBibWNvSnk1eWFXZG9kRUJ6Y0dGdVFIUmxlSFFuS1NrdWNtVndiR0ZqWlNndlhDNHVMeXdnSnljcE93b0tkbUZ5SUhCaGNuUTBJRDBnVTNSeWFXNW5LR3BoZG1FdVoyVjBVM1J5YVc1bktDY3ZMM0JiUUdOc1lYTnpQU0pwYm1adklsMHZkR1Y0ZENncFd6SmRKeWtwTG5KbGNHeGhZMlVvSitleHUrV2VpKys4bWljc0lDY25LUzUwY21sdEtDazdDZ3AyWVhJZ2NHRnlkRFZmY21GM0lEMGdVM1J5YVc1bktHcGhkbUV1WjJWMFUzUnlhVzVuS0NjdkwzQmJRR05zWVhOelBTSnBibVp2SWwwdmRHVjRkQ2dwV3pOZEp5a3BMbkpsY0d4aFkyVW9KK1d0bCthVnNPKzhtaWNzSUNjbktTNTBjbWx0S0NrN0NuWmhjaUIzYjNKa0lEMGdjR0Z5YzJWSmJuUW9jR0Z5ZERWZmNtRjNLVHNLZG1GeUlIQmhjblExT3dwcFppQW9kMjl5WkNBK1BTQXhNREF3TUNrZ2V3b2dJQ0FnY0dGeWREVWdQU0FvZDI5eVpDQXZJREV3TURBd0tTNTBiMFpwZUdWa0tESXBJQ3NnSitTNGh5YzdDbjBnWld4elpTQjdDaUFnSUNCd1lYSjBOU0E5SUhkdmNtUWdLeUFuNWEyWEp6c0tmUW9LZG1GeUlIQmhjblEyWDNKaGR5QTlJRk4wY21sdVp5aHFZWFpoTG1kbGRGTjBjbWx1Wnlnbkx5OXdXMEJqYkdGemN6MGlhVzVtYnlKZEwzUmxlSFFvS1ZzMFhTY3BLUzV5WlhCc1lXTmxLQ2ZrdXJybXNKVHZ2Sm9uTENBbkp5a3VkSEpwYlNncE93cDJZWElnY0c5d2RXeGhjbWwwZVNBOUlIQmhjbk5sU1c1MEtIQmhjblEyWDNKaGR5azdDblpoY2lCd1lYSjBOanNLYVdZZ0tIQnZjSFZzWVhKcGRIa2dQajBnTVRBd01EQXBJSHNLSUNBZ0lIQmhjblEySUQwZ0tIQnZjSFZzWVhKcGRIa2dMeUF4TURBd01Da3VkRzlHYVhobFpDZ3lLU0FySUNma3VJY25Pd3A5SUdWc2MyVWdld29nSUNBZ2NHRnlkRFlnUFNCd2IzQjFiR0Z5YVhSNU93cDlDZ3AyWVhJZ2NHRnlkRGNnUFNCcVlYWmhMbWRsZEZOMGNtbHVaeWduTG1Ob1lYQjBaWEl0YkdsemRDNHdRR3hwTGpCQWRHVjRkQ2NwT3dvS2RtRnlJSEJoY25RNElEMGdhbUYyWVM1blpYUlRkSEpwYm1jb0p5NWlaQzR5UUhSaFp5NWthWFl1TUVCMFpYaDBKeWs3Q25aaGNpQnlaWE4xYkhRZ1BTQWlKbTVpYzNBN1hHNGlJQ3NnQ2lmaW1xRHZ1SThnNUx1RjVaeW81cnFRNTZTKzVZeTY1WStSNWJpRGFIUjBjSE02THk5NVkyOXZMbTVsZE8rOGpPV0Z0dVM3bHVtQWxPVytoT1dkaCtTNHV1V0FrdVdObGljcklDZGNiaWNyQ2lBZ0lDQW44SitUbFNEa3VhYmxrSTN2dkpvbklDc2djR0Z5ZERFZ0t5QW5YRzRuSUNzS0lDQWdJQ2Z3bjVHa0lPUzluT2lBaGUrOG1pY2dLeUJ3WVhKME1pQXJJQ2RjYmljZ0t3b2dJQ0FnSitLUHN5RG5pcmJtZ0lIdnZKb25JQ3NnY0dGeWRETWdLeUFuWEc0bklDc0tJQ0FnSUNmd241U1dJT2V4dStXZWkrKzhtaWNnS3lCd1lYSjBOQ0FySUNkY2JpY2dLd29nSUNBZ0orS2NqZSs0anlEbHJaZm1sYkR2dkpvbklDc2djR0Z5ZERVZ0t5QW5YRzRuSUNzS0lDQWdJQ2Z3bjVTbElPUzZ1dWF3bE8rOG1pY2dLeUJ3WVhKME5pQXJJQ2RjYmljZ0t3b2dJQ0FnSi9DZmxiQWc1cHlBNXBhdzc3eWFKeUFySUhCaGNuUTNJQ3NnSjF4dUp5QXJDaUFnSUNBbjhKK1RuU0Rucm9Ea3U0dnZ2Sm9uSUNzZ2NHRnlkRGc3Q2dweVpYTjFiSFE3Q2p3dmFuTSsnKSkKPC9qcz4=');\nvar step2 = java.getString(step1);\nresult = step2\n</js>",
      "kind": "{{@@.right@span@text##\\..}},{{//p[@class=\"info\"]/text()[2]##类型[：:]}},人气：{{//p[@class=\"info\"]/text()[4]##人气[：:]}}",
      "name": "h1@text",
      "wordCount": "//p[@class=\"info\"]/text()[3]##字数[：:]"
    },
    "ruleContent": {
      "content": "@js:evalContent(src, baseUrl, book, chapter)",
      "imageStyle": "TEXT",
      "nextContentUrl": ".chapterPages@tag.a!0@href\n<js>\nvar list = result;\nfor(let i in list){\nvar res = String(result[i]);\nif (/java/.test(res)) {\nvar num = res.match(/[^\\d]+(\\d+)[^\\d]+(\\d+)[^\\d]+(\\d+).*(\\d+)[^\\d]+/) || [0,0,0,0];\nlist[i] = book.bookUrl + num[3] + '_' + num[4] + '.html';\n} else {\nlist[i] = book.bookUrl + res;\n}\n}\nif (Number(list.length +1) >= 20) {\njava.longToast('\\n🔥 正文页数过多：' + (Number (list.length) + 1) + '页' + '\\n' + '请 耐 心 等 待~');\n}\nlist;\n</js>",
      "replaceRegex": "<js>\nfunction d(debug) {\njava.log(debug);\njava.log(result);\n}\n/*\nfunction x(a, b, c) {\nif (c) {\nwhile (c.exec(result)) {\nreplace(a, b)\n}\nreturn false\n}\nreplace(a, b)\n}\n*/\nfunction x(a, b, c) {\nif (!c) return replace(a, b);\nwhile (c.exec(result)) {\nreplace(a, b)\n}\n}\nfunction replace(a, b) {\nresult = String(result).replace(a, b);\n}\nx(/#(3452829630|3734280203|7160647985)#/gi, \"毛\");\nx(/#(6388602220|0465229144|3916380979|9904598393)#/gi, \"鹏\");\nx(/#(2090369734|6810021581|4074851758|8625748415)#/gi, \"熟\");\nx(/#(4668655063|4830525755|4247282819|2472759648)#/gi, \"潮\");\nx(/#(8186728471|4190571012|9063255411)#/gi, \"出\");\nx(/#(3893173869|0774208243|1312563809|5558441730)#/gi, \"介\");\nx(/#(2159282507|7334347774|3996916798)#/gi, \"玉\");\nx(/#(2553168545|3987221833|0592893886|7075168225)#/gi, \"穴\");\nx(/#(2276251664|2623901427|2222207117|8254683485)#/gi, \"嫩\");\nx(/#(4488426878|2624694117|3597754944|5845812256)#/gi, \"缝\");\nx(/#(5034779980|0733848743|0271250302|5047557824)#/gi, \"锡\");\nx(/#(5110754259|6115586454|6800261922|3774281334)#/gi, \"吸\");\nx(/#(5910985788|1042838226|5141468309|9332720497)#/gi, \"足\");\nx(/#(0146287633|5446146111|4608623657|0951783242)#/gi, \"露\");\nx(/#(4915941086|8963596058|7177706034)#/gi, \"西\");\nx(/#(5268319798|7390498076|1461142782)#/gi, \"房\");\nx(/#(0092238155|6310792342|7801094435|6357713966)#/gi, \"阴\");\nx(/#(4847629361|0902772900|0692957361)#/gi, \"春\");\nx(/#(5758773674|0117530724|3534031771|2383311784)#/gi, \"棍\");\nx(/#(2293535402|9100236271|0543813166|5242240437)#/gi, \"兽\");\nx(/#(0720742117|7454910199|8728327662|1141551481)#/gi, \"乳\");\nx(/#(1801354585|3518213323|6184831247|3672519671)#/gi, \"勃\");\nx(/#(3561353475|2406299329|5218315173)#/gi, \"眼\");\nx(/#(3746262645|3841393519|7880862058|7912251525)#/gi, \"舔\");\nx(/#(5366734122|2641673291|0230924173|2378569828)#/gi, \"共\");\nx(/#(1078667735|9818286580|5314593750)#/gi, \"扎\");\nx(/#(3785706613|4594920519|7875951963)#/gi, \"四\");\nx(/#(2333744551|5405095624|7230561098)#/gi, \"活\");\nx(/#(1063785572|5219037129|5032489262|5061449905)#/gi, \"搞\");\nx(/#(2063259833|7756664002|4896650341|8374219522)#/gi, \"色\");\nx(/#(2729628100|6153774070|5604308767|0453641548)#/gi, \"颅\");\nx(/#(1257558943|8134092417|8285637025)#/gi, \"容\");\nx(/#(1947937898|5570002531|1886709496|0744258594)#/gi, \"粉\");\nx(/#(7130632296|9145127477|3023538105|9078990437)#/gi, \"席\");\nx(/#(5865212886|5050246827|4820521578)#/gi, \"里\");\nx(/#(4633423952|1484832267|7092415778)#/gi, \"头\");\nx(/#(5265224411|5366920169|5200837531|3997708706)#/gi, \"干\");\nx(/#(6534003186|2226143209|7084008153|0747467933)#/gi, \"蜜\");\nx(/#(2761875847|0665756424|4606314618|7950018257)#/gi, \"胸\");\nx(/#(7106060561|5554918885|1007046559)#/gi, \"夫\");\nx(/#(6281647881|3091089594|8706852605|5034321418)#/gi, \"流\");\nx(/#(5318824731|0602771294|8371203386|8650024872)#/gi, \"妈\");\nx(/#(5969522288|1993443364|6972560942|5548249566)#/gi, \"亲\");\nx(/#(7645727085|5896195606|4380620349)#/gi, \"私\");\nx(/#(0551722925|4333336968|8431794980|0399680202)#/gi, \"唇\");\nx(/#(3309926634|3620919708|4829671606|1613331912)#/gi, \"宰\");\nx(/#(0026372214|7979336243|9707609372|1330289459)#/gi, \"丝\");\nx(/#(0783213298|5947057862|5412723094|9364129810)#/gi, \"丁\");\nx(/#(9928120606|1167260777|5978095077|9885014626)#/gi, \"腿\");\nx(/#(0351216125|7049694563|2610770243|5125861477)#/gi, \"坑\");\nx(/#(8051876761|2845054079|1782605261|8662428266)#/gi, \"漪\");\nx(/#(2965616717|2038870549|5765697086|9150071773)#/gi, \"爱\");\nx(/#(3540936540|0744208851|1969781516)#/gi, \"一\");\nx(/#(8592042303|6312544120|4102627444|1644155001)#/gi, \"腐\");\nx(/#(6560841485|1431765711|5797973848|5909889921)#/gi, \"伦\");\nx(/#(4510436554|2132128883|5067461841|9498890427)#/gi, \"菊\");\nx(/#(9720548295|8465027396|1110350989|7971728127)#/gi, \"杜\");\nx(/#(6050660618|9784824665|8212084865|6581803664)#/gi, \"屁\");\nx(/#(0923672614|2552707218|3554203860|2113285564)#/gi, \"死\");\nx(/#(2781961287|9480765147|8748613862|0123303427)#/gi, \"厥\");\nx(/#(9572021917|1992295418|6834531826|4654336320)#/gi, \"尿\");\nx(/#(3895473218|0010005960|9350080768)#/gi, \"下\");\nx(/#(3342690501|0517159832|8431104929|5985086913)#/gi, \"舌\");\nx(/#(6768988724|7478986526|6942262704|7168606002)#/gi, \"鸡\");\nx(/#(3061193484|4500574558|2211806946)#/gi, \"人\");\nx(/#(5004143384|3609388116|5527272297|5887114772)#/gi, \"乱\");\nx(/#(4436421269|1851372601|2537989817|6661319734)#/gi, \"党\");\nx(/#(4017050851|5382174556|3750225803|8210855360)#/gi, \"交\");\nx(/#(9308659858|3462784021|2398210818|9065740329)#/gi, \"射\");\nx(/#(5241270215|7352867298|3654555607)#/gi, \"址\");\nx(/#(8710918821|7373168399|4738148856)#/gi, \"办\");\nx(/#(2825234303|3326385285|6092378237)#/gi, \"版\");\nx(/#(2846608968|5825662041|6630583610)#/gi, \"白\");\nx(/#(8794230418|2857703127|4609698611)#/gi, \"法\");\nx(/#(9093172577|5473638027|3236560627)#/gi, \"胎\");\nx(/#(2633701054|3186999824|2886155750|1398281412)#/gi, \"棒\");\nx(/#(3780302075|5738418978|6189237176|2105123431)#/gi, \"氓\");\nx(/#(6356531709|6338842694|8240041430)#/gi, \"排\");\nx(/#(8280163404|7140597939|0665889261|3205881331)#/gi, \"蛋\");\nx(/#(9312787093|5814392141|8500738501)#/gi, \"七\");\nx(/#(4006928252|4463549087|3955350664|4072862874)#/gi, \"吞\");\nx(/#(6202025318|7093253691|8604758995)#/gi, \"代\");\nx(/#(6543501150|9993921948|0899255392)#/gi, \"局\");\nx(/#(9829762678|9144615555|7175324752|2116155892)#/gi, \"妇\");\nx(/#(3027722189|7614765414|3891562379)#/gi, \"斩\");\nx(/#(8208577763|7366713478|3851298429)#/gi, \"买\");\nx(/#(5427613105|4364293920|9633654504)#/gi, \"公\");\nx(/#(5934682064|1221601598|9260450717)#/gi, \"二\");\nx(/#(7736423818|6577306817|7421367031|2346301295)#/gi, \"剖\");\nx(/#(0423651377|0570562432|6582446880|8443857439)#/gi, \"插\");\nx(/#(2471389451|0277593854|6039632604|7071132422)#/gi, \"湿\");\nx(/#(9173059916|1909221781|7406513426|2386447352)#/gi, \"毒\");\nx(/#(8666880661|4281755712|9875422061|9465258920)#/gi, \"凌\");\nx(/#(2733856399|0698278491|4188337959)#/gi, \"首\");\nx(/#(1082275499|0132292497|8774556813|6534980771)#/gi, \"台\");\nx(/#(2444947917|3473128666|5287671279|9030340049)#/gi, \"性\");\nx(/#(7074467222|3028548732|4463833256|8023457557)#/gi, \"逼\");\nx(/#(6855685283|3511096181|7138983218|6345580535)#/gi, \"摇\");\nx(/#(6965515376|0203769080|1957086454)#/gi, \"丰\");\nx(/#(3269935019|5954911131|8370627720)#/gi, \"光\");\nx(/#(5245263419|6602934344|3679503296|5637260964)#/gi, \"轮\");\nx(/#(4323477214|4870547767|7412915922)#/gi, \"发\");\nx(/#(7641707176|5947611027|3928911332)#/gi, \"甲\");\nx(/#(2769203094|8454668064|2218308069|4208731327)#/gi, \"未\");\nx(/#(0832215510|0855781973|7068856042)#/gi, \"合\");\nx(/#(0551252288|0902926171|7582804185|6921916056)#/gi, \"龟\");\nx(/#(4973271227|8715410257|8377724925)#/gi, \"呻\");\nx(/#(7354186984|3087672465|7889416076)#/gi, \"五\");\nx(/#(1810002091|2773399424|4763085099|7902010953)#/gi, \"九\");\nx(/#(0739597541|7873389278|2321223621)#/gi, \"朱\");\nx(/#(5071472241|8522399281|5515430018)#/gi, \"妹\");\nx(/#(8926554707|0188589055|4378132885|0689040939)#/gi, \"炸\");\nx(/#(5105645092|5117051722|4215887283|3887706975)#/gi, \"温\");\nx(/#(9925956069|1970298383|8739167787|2642204389)#/gi, \"处\");\nx(/#(8025291368|5025986971|6695940412|8780685079)#/gi, \"锦\");\nx(/#(0519063805|8870572165|8755875442|4426733800)#/gi, \"秽\");\nx(/#(0486110525|1949866581|4474051358|7614763772)#/gi, \"水\");\nx(/#(7051993783|3323959507|9131928994|5126322372)#/gi, \"硬\");\nx(/#(8406787204|2279922761|4055228760)#/gi, \"退\");\nx(/#(1218400718|4412323691|7177895002|2676668403)#/gi, \"虐\");\nx(/#(4465328127|0312005842|4656222554)#/gi, \"六\");\nx(/#(3817726133|1212982941|3573763138)#/gi, \"最\");\nx(/#(2173857009|1790668606|3720176816|6817781912)#/gi, \"高\");\nx(/#(0050897572|0407334288|2572476976|5077961297)#/gi, \"涛\");\nx(/#(5329628684|6472284406|4029006589|2877274169)#/gi, \"辱\");\nx(/#(0975893408|7618693335|1689714497|1834872811|0587188979)#/gi, \"吟\");\nx(/#(5040723321|8242185966|7888067492)#/gi, \"动\");\nx(/#(8244230680|1916417096|2735853814)#/gi, \"独\");\nx(/#(2033008053|9884662704|5287254025|2836910644)#/gi, \"撸\");\nx(/#(4808579862|0528649589|9261732995|8421964095)#/gi, \"臀\");\nx(/#(6957748176|8553796321|3926979151|6179042850)#/gi, \"尸\");\nx(/#(4933790542|3909511071|2522832594|2791601284)#/gi, \"枪\");\nx(/#(4081174270|0965662198|1605992686)#/gi, \"件\");\nx(/#(0902364778|3684012410|3332912323)#/gi, \"十\");\nx(/#(2811411890|3292843358|2660141736|8294761359)#/gi, \"亡\");\nx(/#(7887536384|1117966584|8482091824)#/gi, \"江\");\nx(/#(1315163785|0355171744|4100571969)#/gi, \"地\");\nx(/#(1607055014|8590038166|5227025337|0682651127)#/gi, \"酸\");\nx(/#(5185348413|5051383838|6457819129)#/gi, \"嫡\");\nx(/#(1024850854|2546160883|5964092977|8804400892)#/gi, \"上\");\nx(/#(6546197987|2953530793|6956001608)#/gi, \"花\");\nx(/#(6261906167|7224150395|9572922210)#/gi, \"布\");\nx(/#(6385481463|9440082131|7544658985)#/gi, \"生\");\nx(/#(4207051000|1533431667|5537116184)#/gi, \"嫂\");\nx(/#(2022721869|0948398955|4691614404|9986630664)#/gi, \"漏\");\nx(/#(9763512263|0286099622|6695148880|0851402991)#/gi, \"美\");\nx(/#(4740869798|3761170223|5174870454|6874325047)#/gi, \"操\");\nx(/#(7228562021|2378050882|3390508734|6813919707)#/gi, \"纪\");\nx(/#(3043454467|b69322714b|a85090415a|c81498104c)#/gi, \"日\");\nx(/#(0473556214|7691109819|2814245110|1809149563)#/gi, \"含\");\nx(/#(6764978449|0894532232|9386124353)#/gi, \"儿\");\nx(/#(2174754224|1165271020|8353295295|1901233548)#/gi, \"暴\");\nx(/#(5229950952|3928657599|8620217283|8770568739)#/gi, \"肉\");\nx(/#(7051410763|7662722126|2472677945|5093089507)#/gi, \"马\");\nx(/#(5260398634|1354231266|7506204301|6843073930)#/gi, \"指\");\nx(/#(6197424834|8836471562|2885608989|5618127868)#/gi, \"中\");\nx(/#(4179250285|6076847362|9075956636)#/gi, \"迷\");\nx(/#(9860153795|9652486924|5958823569|2563690011)#/gi, \"麻\");\nx(/#(3089649511|7402244018|9217862382|7337698464)#/gi, \"宫\");\nx(/#(2158558763|5091848517|0978291143|9588077975)#/gi, \"幼\");\nx(/#(3382216428|1690746609|1509162328|4574361464)#/gi, \"义\");\nx(/#(5429058065|1090502360|8735858515|1190111324)#/gi, \"第\");\nx(/#(5946892177|8457823464|5761080466|0990372354)#/gi, \"淫\");\nx(/#(0897088508|9209363567|6146409280)#/gi, \"粗\");\nx(/#(6259252852|8519707329|9574018318|2954536573)#/gi, \"杀\");\nx(/#(0678663477|7160038829|1782567235|8773645769)#/gi, \"情\");\nx(/#(4808657706|2876804651|8358388359)#/gi, \"顶\");\nx(/#(5318162318|7118332370|7279115113|6261439078)#/gi, \"贱\");\nx(/#(4704630913|4602423928|2148844516|3948875377)#/gi, \"茎\");\nx(/#(7650648460|9218945420|9478849035)#/gi, \"波\");\nx(/#(1040782805|5111229895|8208727967|8806967364)#/gi, \"奸\");\nx(/#(5264533408|3187883344|5844292263)#/gi, \"园\");\nx(/#(1020382214|4304523715|6149826374)#/gi, \"三\");\nx(/#(5518664754|2508447790|8899305652|9600739652)#/gi, \"骚\");\nx(/#(8993789017|8554004725|9123535704|4837206388)#/gi, \"洞\");\nx(/#(0961296593|6598183488|1466119857|2347547983)#/gi, \"弹\");\nx(/#(5942653794|2453282069|5798715549)#/gi, \"山\");\nx(/#(4766000693|8637348340|6385714697|2044276277)#/gi, \"精\");\nx(/#(9293860947|2444390640|4598856392)#/gi, \"弟\");\nx(/#(7508904751|2479341369|1625785675|1164260008)#/gi, \"帮\");\nx(/#(0756494362|1128608327|2352694038|4080685678)#/gi, \"偷\");\nx(/#(9102602793|6269512667|7615188907)#/gi, \"天\");\nx(/#(6378369235|1019435523|9513785378|7185542494)#/gi, \"胡\");\nx(/#(8954155954|4813465063|7080698327|1748611635)#/gi, \"炮\");\nx(/#(0813524594|2166433573|2757781217|9655348333)#/gi, \"妓\");\nx(/#(8997927012|7806997609|5119090656|8487710161)#/gi, \"灭\");\nx(/#(4481675898|7808420336|9767114503|7814833369)#/gi, \"荡\");\nx(/#(6789528781|7666628481|3211393926|4472105527)#/gi, \"学\");\nx(/#(9134848937|9806206863|3691658535|8660416328)#/gi, \"做\");\nx(/#(5853540975|9942269763|6187610487)#/gi, \"浪\");\nx(/#(8698737337|4065205050|6325155879|5167141579)#/gi, \"奶\");\nx(/#(7270938794|8019581819|3835404789)#/gi, \"大\");\nx(/#(4538628495|0818169035|9045509252|7450445747)#/gi, \"挤\");\nx(/#(8202714140|2125923322|1341427057)#/gi, \"东\");\nx(/#(4199839723|8986539842|0494725103)#/gi, \"证\");\nx(/#(3296363576|6258129695|8191231978|6077837752)#/gi, \"欲\");\nx(/#(6720400310|1527556132|2491143861)#/gi, \"元\");\nx(/#(8478694653|5847243892|3770724478|3697158622)#/gi, \"主\");\nx(/#(4472054519|5310232896|6143300813|3309407590)#/gi, \"咪\");\nx(/#(2123405327|4177639527|0835270647)#/gi, \"八\");\nx(/#(9294600366|5794932762|2056942298)#/gi, \"巴\");\nx(/#(9821815185|4221946546|0038716011|5504072831)#/gi, \"裸\");\nx(/#(6514831790|9073248466|7230730327|2968320736)#/gi, \"血\");\nx(/#(0817898144|2043405379|4170964036)#/gi, \"民\");\nx(/#(8087788059|8001980049|0343310657|3246642373)#/gi, \"国\");\nx(/#(0261725863|5205548090|0872283620|1894022554)#/gi, \"泽\");\nx(/#(5710915044|2485220834|8576438185|6198192490)#/gi, \"童\");\nx(/#(8861933232|9934161012|5134244742|8897428624)#/gi, \"婊\");\nx(/#(9636759436|5041330601|5385687355|2628020990)#/gi, \"药\");\nx(/#(2525826615|8771907310|2088765670|2642397267)#/gi, \"狗\");\nx(/#(5118765982|8779415131|8180918630)#/gi, \"网\");\nx(/#(5736430795|0462284997|6347202533|7980237169)#/gi, \"内\");\nx(/#(8261828414|6445315584|3047720382|2095040384)#/gi, \"肛\");\nx(/#(2548022544|7227745529|5655070942|3924123605)#/gi, \"奴\");\nx(/#(5732450242|8165804057|0304558987|4707263212)#/gi, \"母\");\nx(/#(5213317466|1776326009|2403603674|8381351178)#/gi, \"具\");\nx(/#(8605843019|8838087473|0983658750)#/gi, \"香\");\nx(/#(4852882191|8652744697)#/gi, \"妊\");\nx(/#8665933801#/gi, \"铀\");\nx(/#6927308149#/gi, \"漆\");\nx(/#9009691548#/gi, \"…\");\n//字体格式文字替换\nx(/#e800#/gi, \"的\");x(/#e801#/gi, \"一\");x(/#e802#/gi, \"是\");x(/#e803#/gi, \"了\");x(/#e804#/gi, \"我\");x(/#e805#/gi, \"不\");x(/#e806#/gi, \"人\");x(/#e807#/gi, \"在\");x(/#e808#/gi, \"他\");x(/#e809#/gi, \"有\");x(/#e80A#/gi, \"这\");x(/#e80B#/gi, \"个\");x(/#e80C#/gi, \"上\");x(/#e80D#/gi, \"们\");x(/#e80E#/gi, \"来\");x(/#e80F#/gi, \"到\");x(/#e810#/gi, \"时\");x(/#e811#/gi, \"大\");x(/#e812#/gi, \"地\");x(/#e813#/gi, \"为\");x(/#e814#/gi, \"子\");x(/#e815#/gi, \"中\");x(/#e816#/gi, \"你\");x(/#e817#/gi, \"说\");x(/#e818#/gi, \"生\");x(/#e819#/gi, \"国\");x(/#e81A#/gi, \"年\");x(/#e81B#/gi, \"着\");x(/#e81C#/gi, \"就\");x(/#e81D#/gi, \"那\");x(/#e81E#/gi, \"和\");x(/#e81F#/gi, \"要\");x(/#e820#/gi, \"她\");x(/#e821#/gi, \"出\");x(/#e822#/gi, \"也\");x(/#e823#/gi, \"得\");x(/#e824#/gi, \"里\");x(/#e825#/gi, \"后\");x(/#e826#/gi, \"自\");x(/#e827#/gi, \"以\");x(/#e828#/gi, \"会\");x(/#e829#/gi, \"家\");x(/#e82A#/gi, \"可\");x(/#e82B#/gi, \"下\");x(/#e82C#/gi, \"而\");x(/#e82D#/gi, \"过\");x(/#e82E#/gi, \"天\");x(/#e82F#/gi, \"去\");x(/#e830#/gi, \"能\");x(/#e831#/gi, \"对\");x(/#e832#/gi, \"小\");x(/#e833#/gi, \"多\");x(/#e834#/gi, \"然\");x(/#e835#/gi, \"于\");x(/#e836#/gi, \"心\");x(/#e837#/gi, \"学\");x(/#e838#/gi, \"么\");x(/#e839#/gi, \"之\");x(/#e83A#/gi, \"都\");x(/#e83B#/gi, \"好\");x(/#e83C#/gi, \"看\");x(/#e83D#/gi, \"起\");x(/#e83E#/gi, \"发\");x(/#e83F#/gi, \"当\");x(/#e840#/gi, \"没\");x(/#e841#/gi, \"成\");x(/#e842#/gi, \"只\");x(/#e843#/gi, \"如\");x(/#e844#/gi, \"事\");x(/#e845#/gi, \"把\");x(/#e846#/gi, \"还\");x(/#e847#/gi, \"用\");x(/#e848#/gi, \"第\");x(/#e849#/gi, \"样\");x(/#e84A#/gi, \"道\");x(/#e84B#/gi, \"想\");x(/#e84C#/gi, \"作\");x(/#e84D#/gi, \"种\");x(/#e84E#/gi, \"开\");x(/#e84F#/gi, \"美\");x(/#e850#/gi, \"总\");x(/#e851#/gi, \"从\");x(/#e852#/gi, \"无\");x(/#e853#/gi, \"情\");x(/#e854#/gi, \"己\");x(/#e855#/gi, \"面\");x(/#e856#/gi, \"最\");x(/#e857#/gi, \"女\");x(/#e858#/gi, \"但\");x(/#e859#/gi, \"现\");x(/#e85A#/gi, \"前\");x(/#e85B#/gi, \"些\");x(/#e85C#/gi, \"所\");x(/#e85D#/gi, \"同\");x(/#e85E#/gi, \"日\");x(/#e85F#/gi, \"手\");x(/#e860#/gi, \"又\");x(/#e861#/gi, \"行\");x(/#e862#/gi, \"意\");x(/#e863#/gi, \"动\");\n//分页后的断行还原\nx(/([\\r\\n]?\\s*(hereispagebreak)[\\r\\n]?\\s*)/gi, \"\");\n//35字换行排版恢复\nx(/([\\r\\n])((tjjtds)?.{33,39}[，、．～…“：；‘—『「\\u4e00-\\u9fa5][\\r\\n])\\s{2}/gi, \"$1$2tjjtds\", /([\\r\\n])((tjjtds)?.{33,39}[，、．～…“：；‘—『「\\u4e00-\\u9fa5][\\r\\n])\\s{2}/gi);\n// 换行修复\n//x(/([\\r\\n])((tjjtds)?.{33,39}[，、．～…“：；‘—『「\\u4e00-\\u9fa5][\\r\\n])\\s{2}/gi, \"$1$2tjjtds\", 1);\nx(/[\\r\\n](tjjtds|　+?[\\r\\n])/g, \"\");\n//为防万一，去掉汉字之间的空格（排除章节标题行）\n(function() {\nvar lines = String(result).split('\\n');\nvar titlePattern = /^[\\s\\u3000]*(第[\\s]*[\\d\\uFF10-\\uFF19一二三四五六七八九十百千万零〇]+[\\s]*[章节卷部回篇幕集话折场]|[(（【\\[][\\d\\uFF10-\\uFF19一二三四五六七八九十百千万]+[)）】\\]]|番外|序[章言幕]?|引[子言]|尾声|后记|前言|楔子|终章|大结局|完结感言)/;\nfor (var i = 0; i < lines.length; i++) {\nvar line = String(lines[i]);\n// 如果不是章节标题行，才去除汉字间空格\nif (!titlePattern.test(line)) {\nlines[i] = line.replace(/([\\u4e00-\\u9fa5])[ 　]+([\\u4e00-\\u9fa5])/g, '$1$2');\n}\n}\nresult = lines.join('\\n');\n})();\n//去掉多余换行\nx(/[\\r\\n]{2,}/g, \"\\r\\n\")\nx(/([「][^」]+)\\s*\\n\\s*/g, \"$1\", /([「][^」]+)\\s*\\n\\s*/g);\nx(/([\\u4e00-\\u9fa5][『「][^，。？！：；]{1,12}[」』])\\s+/g, \"$1\");\nx(/([。！？…])([『「])/g, \"$1\\r\\n　　$2\");\nresult;\n</js>\n<js>\nresult = String(result);\nfunction toHalf(s) { return String(s).replace(/[\\uFF01-\\uFF5E]/g, function(c) { return String.fromCharCode(c.charCodeAt(0) - 0xFEE0); }); }\nfunction norm(s) { return toHalf(s).replace(/[\\s\\u3000\\-_.*#@!~=+|\\\\\\/．。·丶]+/g, '').toLowerCase(); }\nfunction normUrl(s) {\nreturn toHalf(s).replace(/[。·．点丶]/g, '.').replace(/[∪Uu]/gi, 'u').replace(/[∩Nn]/gi, 'n').replace(/[○OoＯ０0]/gi, 'o').replace(/[℃CcＣ]/gi, 'c').replace(/[㎡MmＭ]/gi, 'm').replace(/[^a-zA-Z0-9.]/g, '').replace(/\\.{2,}/g, '.').replace(/^\\./,'').toLowerCase();\n}\nfunction extractCN(s) { return String(s).replace(/[^\\u4e00-\\u9fa5]/g, ''); }\nvar TLD = 'com|net|org|cn|cc|xyz|top|vip|club|site|online|app|me|co|live|fun|ink|wang|la|to';\nvar TRe = new RegExp('\\\\.(' + TLD + ')$', 'i');\nvar TLDEnd = new RegExp('(' + TLD + ')$', 'i');\nvar SP = '[\\\\s\\\\u3000]*';\nvar tldPattern = '(?:' +\n'[cCｃＣ℃]' + SP + '[oOｏＯ○0０]' + SP + '[mMｍＭ㎡]|' +\n'[nNｎＮ∩]' + SP + '[eEｅＥ]' + SP + '[tTｔＴ]|' +\n'[oOｏＯ○]' + SP + '[rRｒＲ]' + SP + '[gGｇＧ]|' +\n'[cCｃＣ]' + SP + '[nNｎＮ∩]|' +\n'[cCｃＣ]' + SP + '[cCｃＣ]|' +\n'[tTｔＴ]' + SP + '[oOｏＯ○]' + SP + '[pPｐＰ]|' +\n'[xXｘＸ]' + SP + '[yYｙＹ]' + SP + '[zZｚＺ]|' +\n'[vVｖＶ]' + SP + '[iIｉＩ]' + SP + '[pPｐＰ]' +\n')';\nvar AD_KEYWORDS = [/最新网址/, /最新地址/, /最新域名/, /寻回地址/, /寻回网址/, /找回地址/, /找回网址/, /地址发布/, /网址发布/, /第一版主/, /版主社区/, /综合社区/, /百度第一/, /百度搜索/, /手机看书/, /手机阅读/, /手机看片/];\nvar S = '(?:[^\\\\u4e00-\\\\u9fa5]|[丶]){0,3}';\nvar SYM = '[◤◣★●§∴△▽▲▼↓↑←→╔╗╚╛╘╒╓╕╖╜╙╞╡⊿μ\\\\?\\\\|×°ㄨ∵∷☆○]*';\nvar CM = {'最':'[最樶]','新':'[新噺]','地':'[地埊哋坔]','网':'[网網罔]','址':'[址祉阯扯]','发':'[发發沷髪]','布':'[布怖佈鈽咘埠]','页':'[页頁叶葉]','手':'[手]','机':'[机機]','看':'[看]','书':'[书書舒]','小':'[小]','说':'[说說]','阅':'[阅閱悦]','读':'[读讀渎]','搜':'[搜蒐捜]','索':'[索]','免':'[免勉]','费':'[费費]','下':'[下丅]','载':'[载載]','更':'[更]','多':'[多]','精':'[精菁]','彩':'[彩采]','版':'[版]','主':'[主]','社':'[社]','区':'[区區]','寻':'[寻尋]','找':'[找]','回':'[回]','站':'[站]','点':'[点點奌]','击':'[击擊撃]','第':'[第]','一':'[一壹1]','域':'[域㖻堉棫]','名':'[名洺茗]','综':'[综綜]','合':'[合]','百':'[百]','度':'[度]'};\nfunction bp(k) { var p = ''; for (var i = 0; i < k.length; i++) { var c = k.charAt(i); p += CM[c] || c.replace(/[.*+?^${}()|[\\]\\\\]/g, '\\\\$&'); if (i < k.length - 1) p += S; } return p; }\nfunction isUrl(s) { var n = normUrl(s); return n.length >= 4 && n.length <= 60 && TRe.test(n); }\nfunction isAdLine(line) {\nvar r = String(line).replace(/^[\\s\\u3000]+|[\\s\\u3000]+$/g, '');\nif (!r) return false;\nif (/^[^a-zA-Z\\u4e00-\\u9fa5]*(&[#\\w]{0,10}\\d+;)+[^a-zA-Z\\u4e00-\\u9fa5]*$/.test(r)) return true;\nvar urlPart = r.replace(/[^a-zA-Z0-9.．。·点丶０-９ａ-ｚＡ-Ｚ∪∩○℃㎡]/g, '');\nif (isUrl(urlPart) && !/[\\u4e00-\\u9fa5]/.test(r.replace(/[点丶]/g, ''))) return true;\nvar cn = extractCN(r);\nif (cn.length <= 15) { for (var i = 0; i < AD_KEYWORDS.length; i++) { if (AD_KEYWORDS[i].test(cn)) return true; } }\nreturn false;\n}\nfunction cleanAd(s) {\ns = String(s);\nvar NC = '(?:[^\\\\u4e00-\\\\u9fa5]|丶)';\nvar dotV = '[．.。·点丶]';\nvar SEP = '[|｜\\\\-—_＿=＝+＋*＊#＃@＠!！~～\\\\\\\\\\\\/\\\\s\\\\u3000\\']';\ns = s.replace(new RegExp(SEP + '+[最樶]' + SEP + '+[新噺]' + SEP + '+[网網罔地域]' + SEP + '+[址名]' + SEP + '*(?:[找寻尋回发發布怖佈页頁站点击撃擊]' + SEP + '*)*' + NC + '{0,80}', 'gi'), '');\ns = s.replace(new RegExp(SEP + '+[找寻尋]' + SEP + '+[回]' + SEP + '+[网網罔地]' + SEP + '+[址名]' + SEP + '*' + NC + '{0,80}', 'gi'), '');\ns = s.replace(new RegExp(SEP + '+[地埊哋坔网網罔]' + SEP + '+[址祉阯扯]' + SEP + '+[发發沷髪]' + SEP + '+[布怖佈鈽咘埠]' + SEP + '*' + NC + '{0,80}', 'gi'), '');\ns = s.replace(/([◤◣★●§∴△▽▲▼↓↑←→╔╗╚╛╘╒╓╕╖╜╙╞╡⊿μ\\?\\|×°ㄨ∵∷☆○\\u4e00-\\u9fa5]{4,80})/g, function(m) {\nvar cn = extractCN(m);\nfor (var i = 0; i < AD_KEYWORDS.length; i++) { \nvar kwMatch = cn.match(AD_KEYWORDS[i]);\nif (kwMatch) {\nvar kwIdx = cn.indexOf(kwMatch[0]);\nif (kwIdx > 1) {\nvar cnCount = 0, cutPos = 0;\nfor (var j = 0; j < m.length; j++) {\nif (/[\\u4e00-\\u9fa5]/.test(m[j])) {\nif (cnCount === kwIdx) { cutPos = j; break; }\ncnCount++;\n}\n}\nreturn m.substring(0, cutPos);\n}\nreturn ''; \n}\n}\nreturn m;\n});\ns = s.replace(/[（(][^）)]{2,60}[）)]/g, function(m) {\nvar inner = m.slice(1, -1);\nvar n = normUrl(inner);\nif (n.length >= 3 && TLDEnd.test(n)) return '';\nreturn m;\n});\ns = s.replace(new RegExp(bp('地址') + S + bp('发布') + S + '[页頁叶葉]?' + NC + '{0,50}', 'gi'), '');\ns = s.replace(new RegExp(SYM + bp('最新') + SYM + bp('网址') + NC + '{0,50}', 'gi'), '').replace(new RegExp(SYM + bp('最新') + SYM + bp('地址') + NC + '{0,50}', 'gi'), '').replace(new RegExp(SYM + bp('寻回') + SYM + bp('地址') + NC + '{0,50}', 'gi'), '').replace(new RegExp(SYM + bp('寻回') + SYM + bp('网址') + NC + '{0,50}', 'gi'), '').replace(new RegExp(SYM + bp('找回') + SYM + bp('网址') + NC + '{0,50}', 'gi'), '');\ns = s.replace(new RegExp(bp('第') + NC + '{0,5}[一壹13]' + NC + '{0,5}' + bp('版主') + NC + '{0,30}' + bp('综合') + NC + '{0,5}' + bp('社区') + NC + '{0,10}', 'gi'), '');\ns = s.replace(new RegExp(bp('百度') + NC + '{0,20}' + bp('第一版主') + NC + '{0,30}', 'gi'), '');\ns = s.replace(new RegExp(NC + '{1,10}' + bp('综合') + NC + '{0,5}' + bp('社区') + NC + '{0,10}', 'gi'), '');\ns = s.replace(new RegExp(bp('第一版主') + NC + '{0,10}' + bp('最新') + NC + '{0,10}[域㖻堉棫名洺茗]+' + NC + '{0,60}', 'gi'), '');\ns = s.replace(new RegExp('[wｗWＷ]' + NC + '{0,3}[wｗWＷ]' + NC + '{0,3}[wｗWＷ]' + NC + '{1,50}' + dotV + SP + tldPattern, 'gi'), '');\ns = s.replace(new RegExp('[wｗWＷ][\\'\"`]?[wｗWＷ][\\'\"`]?[wｗWＷ]' + NC + '{0,60}' + tldPattern, 'gi'), '');\ns = s.replace(new RegExp('[0-9０-９]+[∪∩]+[0-9０-９]+[∪∩]+[0-9０-９]+[∪∩丶．.。·]*' + tldPattern, 'gi'), '');\ns = s.replace(new RegExp('[a-zA-Zａ-ｚＡ-Ｚ0-9０-９∪∩]+(?:[丶．.。·∪∩\\'\"`\\\\-_\\\\|]+[a-zA-Zａ-ｚＡ-Ｚ0-9０-９∪∩]+)+[丶．.。·]*' + tldPattern, 'gi'), '');\ns = s.replace(/[a-zA-Zａ-ｚＡ-Ｚ0-9０-９][^\\u4e00-\\u9fa5]{0,40}[．.。·点丶][^\\u4e00-\\u9fa5]{0,8}[a-zA-Zａ-ｚＡ-Ｚ]{2,6}/gi, function(m) { return isUrl(m) ? '' : m; });\ns = s.replace(/[０-９ａ-ｚＡ-Ｚ0-9a-zA-Z．.－-]+[．.][０-９ａ-ｚＡ-Ｚ0-9a-zA-Z．.－-]+/gi, function(m) { return isUrl(m) ? '' : m; });\ns = s.replace(/https?:?[\\/／\\\\]*[^\\s\\u4e00-\\u9fa5<>\"\\u3000]{4,}/gi, '').replace(/www[．.。·丶][^\\s\\u4e00-\\u9fa5<>\"\\u3000]{4,}/gi, '');\ns = s.replace(/[ＹYＤDSＳTＴ]{4,}[^a-zA-Z0-9\\u4e00-\\u9fa5]*[ＣCｃ]{2}/gi, '').replace(/[bｂЪ][zｚ][0-9０-９]{4}[^\\u4e00-\\u9fa5]{0,15}/gi, '').replace(/[0０][1１][bЪｂ][ｚz][^\\u4e00-\\u9fa5]{0,15}/gi, '').replace(/\\dX\\dX\\dX[^\\u4e00-\\u9fa5]{0,15}/gi, '');\ns = s.replace(new RegExp(bp('发布') + '[页頁叶葉]' + NC + '{0,30}', 'gi'), '').replace(/[布鈽咘][-~]?[页頁叶葉][^\\u4e00-\\u9fa5]{0,30}/gi, '');\nvar bk = ['啃书','更多请搜索','最新地址','手机看','免费阅读','下载'];\nfor (var i = 0; i < bk.length; i++) { s = s.replace(new RegExp('【[^】]*'+bp(bk[i])+'[^】]*】', 'g'), ''); }\ns = s.replace(new RegExp(bp('手机看') + '[书書小说說片]{1,2}' + NC + '{0,25}', 'gi'), '').replace(new RegExp(bp('搜索') + S + bp('第一版主') + NC + '{0,15}', 'gi'), '');\ns = s.replace(/-=[^-]*(&[#\\w]*\\d+;){2,}[^-]*=-/g, '').replace(/(&[#\\w]{0,10}\\d+;){3,}/g, '').replace(/[-*=]{1,3}(&[#\\w]*\\d+;)+[-*=]{1,3}/g, '');\ns = s.replace(/[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}/g, '').replace(/['\"''\"\")\\）]*\\s*(?:The file was saved|Trial version|ChmDecompiler).*$/gi, '');\ns = s.replace(/[◤◣★●§∴△▽▲▼↓↑←→╔╗╚╛╘╒╓╕╖╜╙╞╡⊿μ×°ㄨ∵∷☆○]+/g, '').replace(/([^\\u4e00-\\u9fa5a-zA-Z0-9\\s])\\1{2,}/g, '').replace(/[ \\t]{2,}/g, ' ');\nreturn s;\n}\nvar lines = result.split('\\n'), out = [];\nfor (var i = 0; i < lines.length; i++) {\nvar line = String(lines[i]);\nif (isAdLine(line)) continue;\nvar clean = cleanAd(line).replace(/^[\\s\\u3000]+|[\\s\\u3000]+$/g, '');\nif (clean) out.push(clean);\n}\nresult = out.join('\\n').replace(/\\n{3,}/g, '\\n\\n').replace(/^[\\s\\u3000\\n]+|[\\s\\u3000\\n]+$/g, '');\nresult;\n</js>\n<js>\nresult = String(result);\nresult = result.replace(/&nbsp;/g, ' ').replace(/<\\/br>/gi, '').replace(/<br\\s*\\/?>/gi, '\\n').replace(/\\r\\n/g, '\\n').replace(/<[^>]+>/g, '');\nfunction trim(s) {\nreturn String(s).replace(/^[\\s\\u3000]+|[\\s\\u3000]+$/g, '');\n}\nfunction isDate(l) {\nvar t = trim(l);\nif (!t) return false;\nreturn /^[\\d\\uFF10-\\uFF19]{2,4}\\s*年\\s*[\\d\\uFF10-\\uFF19]{1,2}\\s*月\\s*[\\d\\uFF10-\\uFF19]{1,2}\\s*[日号]?\\s*$/.test(t) ||\n/^[\\d\\uFF10-\\uFF19]{2,4}[.\\-\\/][\\d\\uFF10-\\uFF19]{1,2}[.\\-\\/][\\d\\uFF10-\\uFF19]{1,2}\\s*$/.test(t);\n}\nfunction isMeta(l) {\nvar t = trim(l);\nif (!t) return false;\nvar kw = '作者|Author|By|文|字[数數]|更新|更新时[间間]|状[态態]|完[结結]|[连連][载載]|[简簡]介|内容[简簡]介|文案|摘要|[标標][签籤]|Tags|分[类類]|[类類]型|[题題]材|[来來]源|出[处處]|[书書]名|作品|原[创創]|[译譯]者|翻[译譯]|[评評]分|[点點][击擊]|收藏|推[荐薦]|[备備]注|注意|警告|Warning|配[对對]|CP|主角|主要角色|[关關][键鍵][词詞]|Keywords';\nreturn new RegExp('^(' + kw + ')\\\\s*[：:]', 'i').test(t);\n}\nfunction isNum(l) {\nvar t = trim(l);\nif (!t) return false;\nvar d = '[\\\\d\\\\uFF10-\\\\uFF19]', cn = '[一二三四五六七八九十百千零〇两]', p = '[.、：:，,）)\\\\]】》>]';\nreturn new RegExp('^' + d + '{1,4}$').test(t) ||\nnew RegExp('^' + d + '{1,4}\\\\s*' + p + '$').test(t) ||\nnew RegExp('^' + cn + '+$').test(t) ||\nnew RegExp('^' + cn + '+\\\\s*' + p + '$').test(t) ||\n/^[\\u2460-\\u2473\\u3251-\\u325F\\u32B1-\\u32BF\\u2474-\\u2487\\u2488-\\u249B]+$/.test(t) ||\n/^[(（\\[【][\\d\\uFF10-\\uFF19一二三四五六七八九十百]+[)）\\]】]$/.test(t) ||\n/^[IVXLCDMivxlcdm]{1,6}[.、：:]?$/.test(t) ||\n/^[A-Za-z]\\s*[.、：:）)\\]]$/.test(t) ||\n/^其[一二三四五六七八九十百]+$/.test(t) ||\n/^[甲乙丙丁戊己庚辛壬癸子丑寅卯辰巳午未申酉戌亥]\\s*[.、：:]?$/.test(t) ||\n/^[\\d\\uFF10-\\uFF19]{1,2}[.．][\\d\\uFF10-\\uFF19]{1,2}$/.test(t);\n}\nfunction isSep(l) {\nvar t = trim(l);\nif (!t) return false;\nreturn /^[-\\u2014\\u2015\\u2500\\u2501\\u2212\\uff0d\\u30fc\\uff1d\\u2550=~_～＿*＊\\u2217\\u2605\\u2606.。·…‥・．\\u2024\\u2025○●◎◇◆□■△▲▽▼☆★※♦♠♣♥❤✿❀✦✧◈◊⬥⬦<>＜＞《》〈〉「」『』【】〔〕\\/\\\\／＼+＋#＃oOxX]{3,}$/.test(t) ||\n/^[○●◎◇◆□■△▲▽▼☆★※♦♠♣♥❤✿❀✦✧◈◊⬥⬦]{2,}$/.test(t) ||\n/^(TBC|TBD|END|FIN|未完|待续|未完待续|完|全文完|正文完|本章完|完结|剧终|終|全劇終|The End)\\.?$/i.test(t);\n}\nfunction isTitle(l) {\nvar t = trim(l);\nif (!t) return false;\nvar sep = '[·・.\\\\-—－~～:\\\\s]';\nvar unit = '[章节卷部回篇幕集话折场]';\nvar num = '[\\\\d\\\\uFF10-\\\\uFF19一二三四五六七八九十百千万零〇两]';\nif (new RegExp('^第\\\\s*' + num + '+\\\\s*' + unit).test(t)) return true;\nif (new RegExp('^.{1,10}' + sep + '*第\\\\s*' + num + '+\\\\s*' + unit).test(t)) return true;\nif (new RegExp('^[\\\\u4e00-\\\\u9fa5]{1,6}[篇卷部编線线传傳記记]' + sep + '+第\\\\s*' + num + '+\\\\s*' + unit).test(t)) return true;\nif (/^[(（【\\[][\\d\\uFF10-\\uFF19一二三四五六七八九十百千万]+[)）】\\]]\\s*\\S/.test(t)) return true;\nif (/^(番外|[外番]\\s*[传傳])/.test(t)) return true;\nvar sp = '^(序[章言幕]?|引[子言]|尾声|[後后]記|后记|前言|楔子|[终終]章|大[结結]局|完[结結]感言|正文|附[录錄]|[后後外]传|[后後外]傳|番外篇|特[别別]篇|[间間]章|幕[间間]|插[曲话話]|[过過][场場渡]|[衔銜]接)(\\\\s|$|[：:·])';\nif (new RegExp(sp).test(t)) return true;\nif (/^(Chapter|Part|Scene|Act|Episode|Section|Volume|Book|Prologue|Epilogue|Interlude|Side Story|Extra|Bonus|Special)[\\s\\d.：:IVXivx]*/i.test(t)) return true;\nif (/^[卷篇部集编編]\\s*[\\d\\uFF10-\\uFF19一二三四五六七八九十百千万]+/.test(t)) return true;\nif (/^[上中下终終完续續前后後]\\s*[篇章卷部集传傳]/.test(t)) return true;\nif (/^(主[线線]|支[线線]|本篇|外篇|正篇|[续續]篇|前篇|[后後]篇)[·・\\-—\\s：:].+/.test(t)) return true;\nif (/^.{1,6}([视視]角|篇章|[线線])[·・\\-—\\s：:]/.test(t)) return true;\nif (/^(Day|Night|第\\s*[\\d一二三四五六七八九十]+\\s*[天日夜晚])\\s*/i.test(t)) return true;\nif (/^([\\d一二三四五六七八九十]+年[后後前]|[多数几數幾若干]年[后後前])/.test(t)) return true;\nif (/^([过過]去|[现現]在|未[来來]|回[忆憶]|[当當]年|如今|此刻|那[时時]|[后後][来來])[·・\\-—\\s：:]/.test(t)) return true;\nif (/^[\\d\\uFF10-\\uFF19]{2,4}[\\s.、．，,\\-]\\s*[\\u4e00-\\u9fa5A-Za-z]/.test(t)) return true;\nif (/^[\\d\\uFF10-\\uFF19]{2,4}[\\u4e00-\\u9fa5A-Za-z]/.test(t) && t.length <= 25) return true;\nif (/^(#|No\\.?|№)\\s*[\\d\\uFF10-\\uFF19]+[\\s.、：:]/i.test(t)) return true;\nif (/^[\\d\\uFF10-\\uFF19]{1,3}[\\-.][\\d\\uFF10-\\uFF19]{1,3}[\\s.、：:]\\s*[\\u4e00-\\u9fa5A-Za-z]/.test(t)) return true;\nif (typeof chapter !== 'undefined' && chapter && chapter.title) {\nvar ct = trim(chapter.title);\nif (ct && (t === ct || t.indexOf(ct) === 0)) return true;\n}\nif (/^【[^【】]{2,20}】$/.test(t)) return true;\nif (/^[—\\-]{2,}.{2,20}[—\\-]{2,}$/.test(t)) return true;\nif (/^[※☆★◆◇●○].{2,20}[※☆★◆◇●○]$/.test(t)) return true;\nif (/^(Scene|Act|场景|場景)\\s*[\\dIVXivx一二三四五六七八九十]+/i.test(t)) return true;\nif (/^.{1,8}(视角|視角|POV|pov)$/.test(t)) return true;\nif (/^(清晨|早晨|上午|中午|下午|傍晚|黄昏|黃昏|晚上|深夜|午夜|凌晨|次日|翌日|当[天日晚夜]|當[天日晚夜]|那[天日晚夜]|某[天日晚夜])$/.test(t)) return true;\nreturn false;\n}\nfunction isSpecial(l) {\nreturn isDate(l) || isMeta(l) || isNum(l) || isSep(l) || isTitle(l);\n}\nvar endPunc = '。？！…」』\"\\'】）?!';\nfunction endsOK(s) {\nvar t = trim(s);\nreturn t.length > 0 && endPunc.indexOf(t.charAt(t.length - 1)) !== -1;\n}\nvar lines = result.split('\\n');\nvar out = [];\nvar buf = '';\nfor (var i = 0; i < lines.length; i++) {\nvar line = trim(String(lines[i]));\nif (!line) continue;\nif (isSpecial(line)) {\nif (buf) { out.push(buf); buf = ''; }\nout.push(line);\ncontinue;\n}\nline = line.replace(/[ \\t\\u3000]+/g, ' ');\nif (!buf) { buf = line; continue; }\nif (endsOK(buf)) {\nout.push(buf);\nbuf = line;\n} else {\nbuf = buf + line;\n}\n}\nif (buf) out.push(buf);\nresult = out.join('\\n').replace(/\\n{3,}/g, '\\n\\n').replace(/^[\\s\\u3000\\n]+|[\\s\\u3000\\n]+$/g, '');\nresult;\n</js>"
    },
    "ruleExplore": {
      "author": "<js>  \nif (baseUrl.match(/shuku/)) {       \t    java.getString('.author@text');\n} else {\nString(java.getString('.info.0@textNodes')).replace('作者：','');\n}\n</js>",
      "bookList": "<js>\nvar a = java.getElements('.column-2');\nvar b = java.getString('.pagelistbox@text');\n//java.log(b);\nvar c = parseInt(String(b).replace(/.*\\/(\\d+)页\\).*/,'$1'));\n//java.log(c);\nvar d = parseInt(String(b).replace(/.*\\(第(\\d+)\\/(\\d+)页\\)当前.*/,'$1'));\n//java.log(d);\nif (baseUrl.match(/author/)) {\nresult = a;\n//java.toast('仅一页');\n} else {\nif (c === 0 && d === 1){\njava.toast('🥲 该分类没有书籍');\n} else if (d > c > 0) {\nresult = \"\";\njava.toast('\\n🥲 超出最大页码数：' + c);\n} else {\nresult = a;\njava.toast('📚 第' + d + '/' + c + '页');\n}\n}\nresult;\n</js>",
      "bookUrl": ".name@href",
      "coverUrl": "<js>\n(() => {\ntry {\nlet config = JSON.parse(source.getVariable());\nlet baseUrl = config.url.replace(/\\/$/, '');\nreturn baseUrl + \"/images/jipin-default.jpg\";        \n} catch (e) {\nconsole.error(\"图片规则解析失败: \" + e);\nreturn \"\";\n}\n})();\n</js>",
      "kind": "{{@@.info.1@text##更新[：:]}},{{@@.right.0@span.0@text}}",
      "lastChapter": ".update@text##最新章节[：:]",
      "name": ".name@text\n<js>\nresult.replace(/(?:^|\\s)(?:www[^\\w]*)?[\\da-z][^\\w]*[\\da-z](?:[^\\w]*[\\da-z]){4}[^\\w]*c[\\ds]*(?:o|0)[^\\w]*m\\s*|\\s*(?:www[^\\w]*)?[\\da-z][^\\w]*[\\da-z](?:[^\\w]*[\\da-z]){4}[^\\w]*c[\\ds]*(?:o|0)[^\\w]*m(?:\\s|$)/gi, '')\n</js>",
      "wordCount": ".words@text##字数[：:]"
    },
    "ruleSearch": {
      "author": ".info@textNodes##作者[：:]",
      "bookList": ".column-2\n<js>\nif (result.length === 0) {\njava.toast(\"\\n🥲 搜索词无结果或无法访问网站\");\nresult = \"\";\n}\nresult\n</js>",
      "bookUrl": ".name@href",
      "checkKeyWord": "重生",
      "coverUrl": "<js>\n(() => {\ntry {\nlet config = JSON.parse(source.getVariable());\nlet baseUrl = config.url.replace(/\\/$/, '');\nreturn baseUrl + \"/images/jipin-default.jpg\";        \n} catch (e) {\njava.log(\"图片规则解析失败: \" + e);\nreturn \"\";\n}\n})();\n</js>",
      "lastChapter": ".update@a@text##最新章节[：:]|最新[：:]",
      "name": ".name@text",
      "wordCount": ".words@text##字数[：:]"
    },
    "ruleToc": {
      "chapterList": ".chapter-list.1@li@a\n<js>\nif (result.length === 0) {\njava.toast(\"🥲 该书籍没有目录\");\nresult = \"\";\n}\nresult\n</js>",
      "chapterName": "text\n<js>\nresult.replace(/(?:^|\\s)(?:www[^\\w]*)?[\\da-z][^\\w]*[\\da-z](?:[^\\w]*[\\da-z]){4}[^\\w]*c[\\ds]*(?:o|0)[^\\w]*m\\s*|\\s*(?:www[^\\w]*)?[\\da-z][^\\w]*[\\da-z](?:[^\\w]*[\\da-z]){4}[^\\w]*c[\\ds]*(?:o|0)[^\\w]*m(?:\\s|$)/gi, '')\n</js>",
      "chapterUrl": "href",
      "nextTocUrl": ".endPage@href\n@js:\ncookie.removeCookie(baseUrl);\nvar res = String(result[0]).match(/(.*_)(\\d+)/) || ['',0];\n//java.log('捕获：' + res[2]);\nif (parseInt(res[2]) >= 25) {\njava.longToast('\\n🔥 共' + res[2] + '页，拼命加载中~');\n}\nvar data = [];\nfor(i = 2; i <= res[2]; i++){\ndata.push(res[1] + i + '/');\n}\ndata;"
    },
    "searchUrl": "{{cookie.removeCookie(getUrl())}}\n<js>\nevalSearch();\n</js>",
    "variableComment": "❗❗源变量内容不要动❗❗",
    "weight": 0
  },
  {
    "bookSourceComment": "版主",
    "bookSourceGroup": "免费",
    "bookSourceName": "燕子小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.diyibanzhu.buzz/",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 35,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "                                               🌹榜单🌹                                             \n总点击榜::/paihang/allvisit_{{page}}.html\n月点击榜::/paihang/monthvisit_{{page}}.html\n周点击榜::/paihang/weekvisit_{{page}}.html\n总推荐榜::/paihang/allvote_{{page}}.html\n月推荐榜::/paihang/monthvote_{{page}}.html\n周推荐榜::/paihang/weekvote_{{page}}.html\n总收藏榜::/paihang/goodnum_{{page}}.html\n总字数榜::/paihang/size_{{page}}.html\n最新入库::/paihang/postdate_{{page}}.html\n最近更新::/paihang/lastupdate_{{page}}.html\n                                               🌹分类🌹                                             \n玄幻小说::/xuanhuan/{{page}}.html\n仙侠小说::/xianxia/{{page}}.html\n都市小说::/dushi/{{page}}.html\n军史小说::/junshi/{{page}}.html\n网游小说::/wangyou/{{page}}.html\n科幻小说::/kehuan/{{page}}.html\n耽美小说::/danmei/{{page}}.html\n辣文合集::/lawen/{{page}}.html",
    "header": "",
    "lastUpdateTime": 1704449557020,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 55486,
    "ruleBookInfo": {
      "author": ".bq@span.1@text",
      "coverUrl": ".pic@img@src",
      "init": "",
      "intro": ".jj@text",
      "kind": ".bq@span.0:2@text",
      "lastChapter": ".lastchapter@a@text",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": ".articlecontent@html##本章未完，请点击.*",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##(“|‘|’|—|-|'|\"|<|>|…|，|,|？|「|！|!|（|）|《|》|『|』|【|】|～|~|：|；|、|#|%|¥|/|\\|·|[\\u4e00-\\u9fa5\\u5730\\u5740\\u767c\\u5e03\\u9801])\\n\\s{2}##$1"
    },
    "ruleExplore": {
      "author": ".p1@text||p.2@text##作者:",
      "bookList": ".tt!0||tbody@tr!0",
      "bookUrl": "a.0@href",
      "coverUrl": "@js:img=java.getString(\"img@src\");\nimg==\"\"?\"http://www.diyibanzhu.buzz/modules/article/images/nocover.jpg\":img",
      "intro": ".p2@text",
      "kind": "",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "tag.tr!0",
      "bookUrl": "td.0@a@href",
      "intro": "td.0@a@href\n<js>\n\n\nresult=result\n\n   var html= java.ajax(result);\nresult=html;\n    \n  </js>\n\n   class.jj@text",
      "kind": "td.5@text",
      "lastChapter": "td.1@text",
      "name": "td.0@text",
      "wordCount": "td.3@text"
    },
    "ruleToc": {
      "chapterList": ".ml_list@ul@li",
      "chapterName": "text",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/modules/article/search.php?searchkey={{key}}&page={{page}},{\"charset\":\"gbk\"}",
    "weight": 0
  },
  {
    "bookSourceComment": "支持纯bookid搜书,支持下架,黑屋等小说正文阅读\n附：本书源仅支持小说，仅支持小说，仅支持小说！！！\n部分发现需要登录才能使用\n交流反馈群：1063183421\n修复下架书籍无书名的情况",
    "bookSourceGroup": "免费",
    "bookSourceName": "番茄小说（优++）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://fanqie.hnxianxin.cn/＃妍希",
    "customButton": false,
    "customOrder": 36,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js: \n个人中心 = 1 \n \njs = (cid, genre, gender) => `@js:\nsource.key + \"/reading/bookapi/new_category/landing/v/?\" + [\n    \"category_id=${cid}\",\n    \"limit=50\",\n    \"offset=\" + (page - 1),\n    \"gender=${gender}\",\n    \"genre=${genre}\"\n  ].join(\"&\")`\n\nreadHistory = (path) => `@js:\nlet ck = \"sessionid=\" + (String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : source.getLoginInfoMap()['手动登录Token'])\n\"{{source.key}}/multi-detail?book_id=\" + getBookId(java.ajax('https://reading.snssdk.com/reading/bookapi/read_history/list/v/?aid=1967&version_code=99999,{\"headers\":{\"Cookie\":\"install_id=2531502907244067;' + ck + '\"}}'), page-1)`\n\t\n\t\nobj = (title, url, type, type1) => ({\n  title: title,\n  url: url,\n  style: {\n    layout_flexGrow: 1,\n    layout_flexBasisPercent: type\n  }\n})\n\narr = []\njava.longToast(\"请稍等，发现列表正在热更新！\")\nindex=[0, 1, 2]\nfor (let i of index) {\n  // java.toast(i)\n  let type = i\n  $ = JSON.parse(java.ajax(source.key + \"/reading/bookapi/new_category/front/v/?\" + [\n      \"update_version_code=99999\",\n      \"distinct_style=1\",\n      \"new_category_tab=\" + i\n    ].join(\"&\")\n  )).data.category_tab_data\n  cate = []\n  cate.push(obj(\n    \"====== \" + $.tab_name + \" ======\", \"\", 1\n  ))\n  $.cell_data.forEach((c) => {\n    gender_1 = (type == 0 || type == 1) ? type : 1;\n    genre_1 = type == 3 ? 1 : type == 5 ? 110 : type == 6 ? 130 : 0;\n    cate.push(obj(\n      c.cell_name,\n      js(c.atom_data[0].category_data.category_id, genre_1, gender_1),\n      1\n    ))\n    for (j = 2; j < 5; j++) {\n      c.atom_data.slice(1).forEach((a) => {\n        d = a.category_data\n        if (d.name.length == j) {\n          cate.push(obj(d.name, js(d.category_id, genre_1, gender_1), -1))\n        }\n      })\n    }\n  })\n  arr = cate.concat(arr)\n}\n\nlet book_shelf_url = 'https://fanqienovel.com/reading/bookapi/bookshelf/info/v:version/?aid=1967&iid=0&version_code=99999&update_version_code=57700'\nlet book_shelf_info = JSON.parse(java.ajax(book_shelf_url + ', ' + JSON.stringify({\n  headers: {\n    'Cookie': \"sessionid=\" + (String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : (source.getLoginInfoMap() ? source.getLoginInfoMap() : {})['手动登录Token']),\n  }\n})))\n \njava.log(JSON.stringify(book_shelf_info))\n\nlet username\nif (book_shelf_info.code != 0) {\n  个人中心 = 0\n  // source.setVariable('{}')\n} else {\n  let uinfo = java.ajax(\"https://fanqienovel.com/api/user/info/v2,\" + JSON.stringify({ headers: { Cookie: \"sessionid=\" + (String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : (source.getLoginInfoMap() ? source.getLoginInfoMap() : {})['手动登录Token']) }}))\n  let arrB = []\n  for (let i of book_shelf_info.data.book_shelf_info) {\n    arrB.push(i.book_id)\n  }\n  uinfo = JSON.parse(uinfo)\n  write_config('bookshelf.' + uinfo.data.id, arrB)\n  write_config('userinfo', { name: uinfo.data.name, userid: uinfo.data.id })\n  username = uinfo.data.name\n}\n\nlet gro = []\npush = (title, url, type) => gro.push({\n  title: title,\n  url: url,\n  style: {\n    layout_flexGrow: 1,\n    layout_flexBasisPercent: type\n  }\n});\n\nlet sArr = []\n\nif (个人中心) {\n  let groups_bookids = {\n    \"组外\": []\n  }\n  book_shelf_info.data.book_shelf_info.forEach(i => {\n    if (!groups_bookids[i.group_name ? i.group_name : \"组外\"]) groups_bookids[i.group_name] = []\n    groups_bookids[i.group_name ? i.group_name : \"组外\"].push(i.book_id)\n  })\n\n  Object.keys(groups_bookids).forEach(k => {\n    var multi_detail_post_body = {\n      data: {\n        book_shelf_info: []\n      }\n    }\n    groups_bookids[k].forEach(i => multi_detail_post_body.data.book_shelf_info.push({ book_id: String(i), item_id: '0' }))\n    // var multi_detail_group_url = `https://fanqienovel.com/api/bookshelf/multidetail,${JSON.stringify(multi_detail_post_body)}`\n    // var book_ids = getBookId(JSON.stringify(multi_detail_post_body)).join(\",\")\n    push(k, \"https://fanqienovel.com/fqbookshelf/groupName/\" + k, 0.4)\n  })\n  if (Object.keys(groups_bookids).length % 2 != 0) push(\"占位\", \"\", 0.4)\n  // java.log(JSON.stringify(gro, null, 2))\n  sArr.push(obj(username, '', 1))\n  sArr.push(obj(\"🍅书架🍅\", \"https://fanqienovel.com/fqbookshelf\", 1))\n  sArr = sArr.concat(gro)\n  // java.toast(JSON.stringify(sArr)) \n  sArr.push(obj(\"📔阅读历史📔\", readHistory(), 1))\n   //sArr.push(obj('首页推荐', \"https://fanqienovel.com/tab/0\", 0.4))\n   sArr.push(obj('📚个性推荐📚', \"https://api5-normal-lf.fqnovel.com/reading/bookapi/bookmall/cell/change/v1/?aid=1967&change_type=1&iid=1&app_name=novelapp&version_code=99999&cell_id=7012498777642631182&algo_type=101&category_id=0\", 0.4))\n   sArr.push(obj('🔝巅峰榜单🔝', \"https://fanqienovel.com/api/author/misc/top_book_list/v1/?limit=50&offset=0&version_code=99999\", 0.4))\n   sArr.push(obj('👥男频热搜👥', \"https://novel.snssdk.com/api/novel/channel/homepage/rank/rank_list/v2/?aid=13&app_name=news_article&app_version=9.7.3&channel=tengxun_tt&device_platform=android&os=android&device_type=ProjectTitan&os_api=29&os_version=10&openlive_plugin_status=1&isTTWebViewHeifSupport=0&limit=20&offset={{(page-1)*100}}&side_type=12&type=1\", 0.4))\n   sArr.push(obj('👍男频推荐👍', \"https://novel.snssdk.com/api/novel/channel/homepage/rank/rank_list/v2/?aid=13&app_name=news_article&app_version=9.7.3&channel=tengxun_tt&device_platform=android&os=android&device_type=ProjectTitan&os_api=29&os_version=10&openlive_plugin_status=1&isTTWebViewHeifSupport=0&limit=20&offset={{(page-1)*100}}&side_type=10&type=1\", 0.4))\n  \n  \n  \n}\n\narr = sArr.concat(arr)\nJSON.stringify(arr)\n",
    "header": "@js:\nJSON.stringify({\n\t\"x-sec-token\": \"8f79170487338570cdbb178e4653ed25943a6af05f3c29043782de49fc7a8fbd2446589412f746e396a05744cf546027bc63d7391b0e86ff3551c4d8e52ac1f97a2492bcc15dba6a9e2181084ed6e3f2a4d8a7e5aa419a705c5cffc8a93f5827fce376e3c3df14b8498405ba5f2630c0fa948894f4f7e5e26840f431f50396e9\"\n\t})",
    "jsLib": "function splitArray(input, size) {\n  const output = []\n  for (let i = 0; i < input.length; i += size) {\n    output.push(input.slice(i, i + size))\n  }\n  return output\n}\nfunction write_config(key, value) {\n  if (Packages.android.text.TextUtils.isEmpty(this.source.getVariable())) {\n    this.source.setVariable('{}')\n  }\n  // this.java.log('var:' + this.source.getVariable())\n  let obj = JSON.parse(this.source.getVariable())\n  let arr = key.split('.')\n  let temp = obj\n\n  for (let i = 0; i < arr.length - 1; i++) {\n    let currentKey = arr[i]\n    if (!temp[currentKey]) {\n      temp[currentKey] = {}\n    }\n    temp = temp[currentKey]\n  }\n  temp[arr[arr.length - 1]] = value\n  this.source.setVariable(JSON.stringify(obj))\n}\nfunction read_config(key) {\n  if (Packages.android.text.TextUtils.isEmpty(this.source.getVariable())) {\n    this.source.setVariable('{}')\n  }\n  // this.java.log('var:' + this.source.getVariable())\n  let obj = JSON.parse(this.source.getVariable())\n  let arr = key.split('.')\n  let res = JSON.parse(JSON.stringify(obj))\n  for (let i = 0; i < arr.length; i++) {\n    res = res[arr[i]] || (i < (arr.length - 1) ? {} : undefined)\n    // this.java.log(JSON.stringify(res))\n  }\n  return res\n}\nfunction getBookId(url, page) {\n  const {java} = this\n  let $ = JSON.parse(url).data\n  let list\n  let arr\n  if ($.book_shelf_info != 0 && $.book_shelf_info != undefined) {\n   arr = $.book_shelf_info.map($ => $.book_id)\n  } else if (let (list = $.data_list) list != 0 && $.data_list != undefined)  {\n    arr = $.data_list.map($ => $.book_id_str)\n  } else {\n    java.toast(\"获取 book_id 失败，你可能需要登录！\")\n  }\n  return arr.slice(page*100, (page+1)*100)\n}",
    "lastUpdateTime": 1759350524349,
    "loginUi": "[\n{\n        \"name\": \"手动登录Token\",\n        \"type\": \"password\",\n        \"action\": \"\"\n },\n{\n        \"name\":  \"🍅番茄账号登录🍅\",\n        \"type\": \"button\",\n        \"action\": \"Y(true)\",\n        \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },{\n        \"name\":  \"🍅退出登录🍅\",\n        \"type\": \"button\",\n        \"action\": \"X()\",\n        \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  }\n]",
    "loginUrl": "function login(){}\nfunction login_(openBrowser, checkMode) {\n    // java.removeCookie(\"snssdk.com\")\n    var cookie_ = String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : (source.getLoginInfoMap() ? source.getLoginInfoMap() : {})['手动登录Token']\n    // java.toast(cookie_)\n    if (cookie_ && cookie_ != \"\" && !checkMode) {\n        if (!source.variableComment) {\n            java.toast(\"请不要重复登录，请先退出登录！\")\n        } else {\n            java.toast(\"您为填写token登录，请手动移除token后再次登录\")\n        }\n        return false\n    }\n    if (openBrowser) {\n        try {\n            java.startBrowserAwait(\"https://fanqienovel.com/\", \"登录\")\n        } catch (e) {\n            java.toast(e)\n        }\n    }\n    // java.log(\"snssdk cookie: \" + java.getCookie(\"snssdk.com\") + \"will be reomved\")\n    try {\n        cookie.removeCookie(\"snssdk.com\")\n    } catch (e) {}\n    // java.log(cookie)\n    var cookie_ = \"sessionid=\" + String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : (source.getLoginInfoMap())['手动登录Token']\n    let user\n    try {\n      user = JSON.parse(java.ajax(\"https://fanqienovel.com/api/user/info/v2,\" + JSON.stringify({\n        method: \"GET\",\n        headers: {\n          \"Cookie\": cookie_\n        }\n      }))).data.name\n     } catch (e) {java.log(e)}\n    if (!cookie_ || cookie_ == \"sessionid=\" || !user) {\n        java.toast(\"未获取到登录凭据，登录失败\")\n        return false\n    }\n    java.toast(\"欢迎 \" + user + \"\\n登录成功！\")\n    return true\n}\nfunction Y(a, b) {\n  try {\n    login_(a, b)\n  } catch (e) {\n    java.log(e+\"\\n\"+e.stack)\n  }\n}\nfunction X() {\n    cookie.removeCookie(\"fanqienovel.com\");\n    cookie.removeCookie(\"snssdk.com\");\n    if (String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : (source.getLoginInfoMap() ? source.getLoginInfoMap() : {})['手动登录Token']) java.toast(\"请手动移除填写的Token\")\n    else java.toast(\"退出登录成功\");\n}",
    "respondTime": 180000,
    "ruleBookInfo": {
      "author": "author",
      "coverUrl": "thumb_url",
      "init": "data",
      "intro": "&nbsp;&nbsp;\n📕 源名：{{$.original_book_name}}\n📖 别名：{{$.book_flight_alias_name}}\n✏️ 开坑：{{$.create_time##T|\\+.*## }}\n🏷️ 标签：{{$.tags}}\n👤 主角：{{$.roles##\\[|\\\"|\\]}}\n🗣 音色：{{$.tones}}\n👁️ 在线：{{$.read_count}}人在读{{\"\\n\"+\"​\"}}\n📜 简介：{{$.abstract}}{{\"\\n\"+\"​\"}}\n📍 {{$.copyright_info##，.*##。}}\n书籍状态：__status__\n@js:result.replace(/.+：(人在读)?\\n/g,\"\").replace('__status__', (java.getString('$.book_search_visible') == 'true' ? '正常' : (java.getString('$.tomato_book_status') == '3' ? '下架' : '小黑屋')))",
      "kind": "{{java.getString(\"gender\")==1?\"男生\":\"女生\"}}\n{{$.category}}\n连载{{$.creation_status}}完结\n{{$.score}}分\n{{java.timeFormat(java.getString(\"last_chapter_update_time\")*1000)}}\n{{$.sub_info}}\n@js:result.replace(\"连载0\",\"\").replace(\"1完结\",\"\").replace(\"连载4完结\",\"断更\")",
      "lastChapter": "{{$.last_chapter_title}} • {{java.timeFormat(java.getString(\"last_chapter_update_time\")*1000)}}",
      "name": "book_name",
      "tocUrl": "/chapter?bookid={{$.book_id}}",
      "wordCount": "word_number"
    },
    "ruleContent": {
      "content": "$.content##妍󠇕希󠆖󠅽󠇕󠆨󠅼󠄡󠄩󠄠󠄩󠄣󠄣󠄢󠄨󠄨󠄩"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "<js>\nfunction getBookIdFull(url) {\n\tconst {java} = this\n\t$ = JSON.parse(url).data\n\tif ($.book_shelf_info != 0 && $.book_shelf_info != undefined) {\n\t\tarr = $.book_shelf_info.map($ => $.book_id)\n\t} else if (list = $.data_list != 0 && $.data_list != undefined)  {\n\t\tarr = $.data_list.map($ => $.book_id_str)\n\t} else {\n\t\tjava.toast(\"获取 book_id 失败，你可能需要登录！\")\n\t}\n\treturn arr\n}\nlet ck = \"sessionid=\" + (String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : (source.getLoginInfoMap() ? source.getLoginInfoMap() : {})['手动登录Token'])\n\ngetShelf = () => {\nlet book_shelf_url = 'https://fanqienovel.com/reading/bookapi/bookshelf/info/v:version/?aid=1967&iid=0&version_code=57700&update_version_code=57700'\nlet book_shelf_info = java.ajax(book_shelf_url + ', ' + JSON.stringify({\n  headers: {\n    'Cookie': ck\n  }\n}))\n\nlet arrB = []\nfor (let i of JSON.parse(book_shelf_info).data.book_shelf_info) {\n  arrB.push(i.book_id)\n}\nwrite_config('bookshelf.' + read_config('userinfo.userid'), arrB)\n\nbid = getBookIdFull(book_shelf_info)\nlet id_list = splitArray(bid, 100)\nlet urls = []\nid_list.forEach(i => {\n    urls.push(source.key + \"/multi-detail?bookid=\" + i.join(\",\"))\n})\n\nres = java.ajaxAll(urls)\nlet resp = {book_info: []}\nres.forEach(r => {\n  resp.book_info = resp.book_info.concat(JSON.parse(r.body()).data)\n})\n\nreturn resp\n}\n\nfunction getByGroupName(name) {\n  let book_shelf_url = 'https://fanqienovel.com/reading/bookapi/bookshelf/info/v:version/?aid=1967&iid=0&version_code=57700&update_version_code=57700'\n\n  let book_shelf_info = JSON.parse(java.ajax(book_shelf_url + ', ' + JSON.stringify({\n    headers: {\n      'Cookie': ck,\n    }\n  })))\n  let group_bookids = {\n    \"组外\": []\n  }\n  book_shelf_info.data.book_shelf_info.forEach(i => {\n    if (!group_bookids[i.group_name ? i.group_name : \"组外\"]) group_bookids[i.group_name] = []\n    group_bookids[i.group_name ? i.group_name : \"组外\"].push(i.book_id)\n  })\n  // java.log(JSON.stringify(group_bookids[\"组外\"]))\n  // java.log(decodeURIComponent(name))\n  if (!group_bookids[decodeURIComponent(name)]) return {data: []}\n  //java.log(\"awa\")\n  let book_ids = splitArray(group_bookids[decodeURIComponent(name)], 100)\n  let urls = []\n\n  book_ids.forEach(i => {\n    urls.push(source.key + \"/multi-detail?bookid=\" + i.join(\",\"))\n  })\n  \n  res = java.ajaxAll(urls)\n\n  let resp = {book_info: []}\n  res.forEach(r => {\n    resp.book_info = resp.book_info.concat(JSON.parse(r.body()).data)\n  })\n\n  return resp\n}\n\nfunction getByTabIndex(index) {\n  let url = _mlsec.requestHeader(\n\t  \"bookmall/tab\",\n    \"version_name=5.8.9.32\",\n\t  null,\n\t  ck\n  )\n  let all = JSON.parse(java.ajax(url))\n  let tab = all.data.tab_item[0].cell_data[index].cell_data\n  if (!tab) tab = []\n  let bookList = []\n  for (let i of tab) {\n    bookList = bookList.concat(i.book_data)\n    // java.log(JSON.stringify(i.book_data))\n  }\n  return { book_info: bookList }\n}\n\nif (baseUrl.endsWith(\"bookshelf\")) result = getShelf(\"bookshelf/info\")\nelse {\n  let w = baseUrl.split(\"/\")\n  if (baseUrl.includes(\"groupName\")) {\n    result = getByGroupName(w[w.length - 1])\n  } else if (baseUrl.includes(\"tab\")) {\n    result = getByTabIndex(parseInt(w[w.length - 1]))\n  } else result = JSON.parse(result)\n}\nJSON.stringify({data: result.book_list || result.book_info || result.data.result || result.data.book_info || result.detail_list || result.data })\n</js>\n$..book_data[*]||$.data[*]",
      "bookUrl": "{{source.key}}detail?bookid={{$.book_id||$.bookId}}",
      "coverUrl": "<js>\nlet replaceCover = (u) => {\n    if (u.startsWith(\"https://\")) u = u.substring(8)\n    else u = u.substring(7)\n    let uArr = u.split(\"/\")\n    uArr[0] = \"https://p6-novel.byteimg.com/origin\"\n    let uArr2 = []\n    uArr.forEach((x) => {\n        if (!x.includes(\"?\") && !x.includes(\"~\")) uArr2.push(x)\n        else uArr2.push(x.split(\"~\")[0])\n    })\n    u = uArr2.join(\"/\")\n    return u\n}\nreplaceCover(java.getString(\"thumb_url\"))\n</js>",
      "intro": "$.abstract##\\n",
      "kind": "男生{{$.gender}}女生\n连载{{$.creation_status}}完结\n{{$.score}}分\n{{$.sub_info||$.category}}\n##连载0|1完结|男生0|1女生|男生女生[\\s\\S]*\n@js:result\n.replace(\"男生2女生\",\"出版\")\n.replace(\"连载4完结\",\"断更\")\n.replace(\"连载-1完结\",\"未知\");",
      "lastChapter": "{{$.last_chapter_title}} • {{java.timeFormat(java.getString(\"last_chapter_update_time\")*1000)}}",
      "name": "$.book_name",
      "wordCount": "$.word_number"
    },
    "ruleSearch": {
      "author": "author##</?em>",
      "bookList": ".book_data[*]||$.data.book_data.*||$..book_info[*]",
      "bookUrl": "/detail?bookid={{$.book_id}}",
      "checkKeyWord": "7268620849496722495",
      "coverUrl": "thumb_url",
      "intro": "abstract",
      "kind": "{{java.getString(\"gender\")==1?\"男生\":\"女生\"}}\n连载{{$.creation_status}}完结\n{{$.score}}分\n{{$..text}}\n{{$.sub_info}}\n@js:result.replace(\"连载0\",\"\").replace(\"1完结\",\"\").replace(\"连载4完结\",\"断更\")",
      "lastChapter": "连载{{$.creation_status}}完结##连载0|1完结",
      "name": "book_name||title##<em>|</em>|《|》",
      "wordCount": "word_number"
    },
    "ruleToc": {
      "chapterList": "data.item_data_list[*]",
      "chapterName": "title",
      "chapterUrl": "/content?item_id={{$.item_id}}",
      "updateTime": "{{$.volume_name}} | {{$.chapter_word_number}}字 | {{java.timeFormatUTC(java.getString(\"first_pass_time\") * 1000, 'yyyy-MM-dd HH:mm:ss', 12)}}##第一卷：默认\n@js:\nif (result.startsWith(\" |\")) result = result.slice(2)\nif (result.startsWith(\"| \")) result = result.slice(2)\nresult"
    },
    "searchUrl": "/search?query={{key}}&page={{(page-1)*10}}&tab_type=3\n@js:if (key.match(/^\\d+$/) && !Number.isNaN(parseInt(key))) {\n  result = source.key + \"detail?bookid=\" + key;\n}\nresult",
    "weight": 0
  },
  {
    "bookSourceComment": "//by:ZeroWorld",
    "bookSourceGroup": "免费",
    "bookSourceName": "七轻小说优",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.37yq.com/",
    "customButton": false,
    "customOrder": 37,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1735191771698,
    "respondTime": 7283,
    "ruleBookInfo": {
      "intro": "id.bookSummary@tag.content@html",
      "tocUrl": "class.module module-merge@tag.a.0@href"
    },
    "ruleContent": {
      "content": "id.acontent@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.book-cell@class.book-meta@class.book-meta-l@text##^作者",
      "bookList": "class.module@tag.ol@tag.li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "img@data-src",
      "intro": "class.book-cell@class.book-desc@text",
      "kind": "class.book-cell@class.book-meta@class.book-meta-r@tag.span@tag.em@text##\\s##,",
      "name": "class.book-cell@class.book-title-x@class.book-title@text"
    },
    "ruleToc": {
      "chapterList": "id.catelogX@tag.ol@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/so.html,{\n  \"method\": \"POST\",\n  \"body\": \"searchkey={{key}}&searchtype=all\",\n  \"headers\": {\"origin\": \"https://m.37yq.com\",\"referer\": \"https://m.37yq.com/so.html\"}\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "网站在墙内（无法登录，部分作者的文章看不到，需要可以fq访问esjzone.cc）",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "ESJ Zone@zone",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.esjzone.one/",
    "customButton": false,
    "customOrder": 38,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"最新更新\",\"url\":\"/list-01/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最新上架\",\"url\":\"/list-02/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最高评分\",\"url\":\"/list-03/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多观看\",\"url\":\"/list-04/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多文章\",\"url\":\"/list-05/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多讨论\",\"url\":\"/list-06/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多收藏\",\"url\":\"/list-07/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多字数\",\"url\":\"/list-08/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"原創\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"最新更新\",\"url\":\"/list-21/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最新上架\",\"url\":\"/list-22/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最高评分\",\"url\":\"/list-23/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多观看\",\"url\":\"/list-24/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多文章\",\"url\":\"/list-25/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多讨论\",\"url\":\"/list-26/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多收藏\",\"url\":\"/list-27/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多字数\",\"url\":\"/list-28/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"日輕\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"最新更新\",\"url\":\"/list-11/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最新上架\",\"url\":\"/list-12/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最高评分\",\"url\":\"/list-13/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多观看\",\"url\":\"/list-14/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多文章\",\"url\":\"/list-15/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多讨论\",\"url\":\"/list-16/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多收藏\",\"url\":\"/list-17/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多字数\",\"url\":\"/list-18/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"韓輕\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"最新更新\",\"url\":\"/list-31/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最新上架\",\"url\":\"/list-32/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最高评分\",\"url\":\"/list-33/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多观看\",\"url\":\"/list-34/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多文章\",\"url\":\"/list-35/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多讨论\",\"url\":\"/list-36/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多收藏\",\"url\":\"/list-37/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多字数\",\"url\":\"/list-38/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"R18\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"最新更新\",\"url\":\"/tags-01/R18/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最新上架\",\"url\":\"/tags-02/R18/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最高评分\",\"url\":\"/tags-03/R18/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多观看\",\"url\":\"/tags-04/R18/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多文章\",\"url\":\"/tags-05/R18/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多讨论\",\"url\":\"/tags-06/R18/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多收藏\",\"url\":\"/tags-07/R18/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多字数\",\"url\":\"/tags-08/R18/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}}]",
    "lastUpdateTime": 1756016288361,
    "loginUrl": "https://www.esjzone.one/my/profile.html",
    "respondTime": 11642,
    "ruleBookInfo": {
      "author": "ul.list-unstyled@li.1@a@text",
      "canReName": "1",
      "coverUrl": ".product-gallery@img@src",
      "intro": "<br>{{@@section.m-t-20@a.tag@text##(^|[\\n])##🏷️}}\n{{'&lrm;'}}\n{{@@div.description@html}}",
      "kind": "{{@@ul.list-unstyled@li.0@text##類型.\\s}},{{@@ul.list-unstyled@li.-2@text##更新日期.\\s}},{{@@.hidden-xs@div.display-3@text##$##分}}",
      "lastChapter": "#chapterList@a.-1@p@text&&.list-unstyled@li.-2@text##更新日期.\\s",
      "name": "h2@text",
      "wordCount": "span#txt@text##\\D"
    },
    "ruleContent": {
      "content": "div.forum-content@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".card-author@a@text",
      "bookList": "div.col-lg-3",
      "bookUrl": ".card-title@a@href",
      "checkKeyWord": "勇者",
      "coverUrl": "div.lazyload@html##.*\"(.*)\".*##$1",
      "kind": "{{@@div.card-other.1@div.2@text##\\D}}个收藏,{{@@div.card-other.2@div.2@text##\\D}}条留言",
      "lastChapter": ".card-ep@a@text",
      "name": ".card-title@a@text",
      "wordCount": "div.card-other.0@div.column.1@text##\\D"
    },
    "ruleToc": {
      "chapterList": "#chapterList@a[data-title], p.non, summary",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVolume": "p.non@text||summary@text"
    },
    "searchUrl": "/tags-01/{{key}}/{{page}}.html",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉 狗狗书籍",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.qiushu.info",
    "customButton": false,
    "customOrder": 39,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "总榜::/top/allvisit.html\n月榜::/top/monthvisit.html\n周榜::/top/weekvisit.html\n日榜::/top/dayvisit.html\n总推::/top/allvote.html\n月推::/top/monthvote.html\n周推::/top/weekvote.html\n日推::/top/dayvote.html\n入库::/top/postdate.html\n站推::/top/toptime.html\n收藏::/top/goodnum.html\n字数::/top/size.html\n近更::/top/lastupdate.html\n新书::/top/goodnew.html\n仙侠::/ls/3-{{page}}.html\n科幻::/ls/9-{{page}}.html\n惊悚::/ls/10-{{page}}.html\n奇幻::/ls/13-{{page}}.html\n异界::/ls/1-{{page}}.html\n神话::/ls/14-{{page}}.html\n魔法::/ls/2-{{page}}.html\n玄幻::/ls/12-{{page}}.html\n历史::/ls/6-{{page}}.html\n武侠::/ls/15-{{page}}.html\n游戏::/ls/16-{{page}}.html\n谍战::/ls/23-{{page}}.html\n军事::/ls/7-{{page}}.html\n竞技::/ls/8-{{page}}.html\n官场::/ls/21-{{page}}.html\n言情::/ls/24-{{page}}.html\n校园::/ls/19-{{page}}.html\n宫廷::/ls/18-{{page}}.html\n耽美::/ls/5-{{page}}.html\n都市::/ls/4-{{page}}.html\n穿越::/ls/17-{{page}}.html\n同人::/ls/11-{{page}}.html\n短篇::/ls/25-{{page}}.html",
    "lastUpdateTime": 1734351598102,
    "respondTime": 9695,
    "ruleBookInfo": {
      "author": ".author@text##.*\\/",
      "coverUrl": ".book_cover@img@src##img##www",
      "intro": ".intro@p!0:-1:-2:-3@text##(^|[。！？]+[”」）】]?)##$1<br>@js:result.replace(/【展开】|【收起】/g,\"\")",
      "kind": ".nowplace@ownText&&id.view_new@text##.*>\\s|\\s>|.*时间.|\\s..:.*",
      "lastChapter": ".book_con_list[0]@a.0@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".book_cover@a@text##最新章节"
    },
    "ruleContent": {
      "content": "id.content@textNodes"
    },
    "ruleExplore": {
      "author": ".top_author@text||.t2@a@text",
      "bookList": ".toplists@dl||.read_list@li",
      "bookUrl": "dt@a.1@href||.t1@a@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.qiushu.info/$2/$1/$1s.jpg###",
      "intro": ".t3@text",
      "kind": ".top_sort@text&&.top_fullflag@text&&.top_lastupdate@text&&.text@text&&.rl@text##.*时间.",
      "lastChapter": "a.1@text||.tl@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "strong@text||.t1@a@text##《|》|最新章节"
    },
    "ruleSearch": {
      "author": ".t2@text##\\s更新.*",
      "bookList": ".read_list@li",
      "bookUrl": ".t1@a@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "intro": ".t3@text",
      "kind": ".text@text&&.rl@text##.*时间.",
      "lastChapter": ".tl@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".t1@a@text##《|》|最新章节"
    },
    "ruleToc": {
      "chapterList": ".book_con_list@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/search.php,{\n  \"method\": \"post\",\n  \"body\": \"searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "漫蛙",
    "bookSourceType": 2,
    "bookSourceUrl": "https://www.manwaku.com/",
    "customButton": false,
    "customOrder": 40,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 8.1.0; JKM-AL00b Build/HUAWEIJKM-AL00b; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 MQQBrowser/6.2 TBS/044807 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1756300420628,
    "respondTime": 5948,
    "ruleBookInfo": {
      "author": ".comic-meta a>span@text",
      "coverUrl": "",
      "kind": ".comic-tags-more>a:nth-child(1)>span@text",
      "name": ".comic-info h2@text"
    },
    "ruleContent": {
      "content": "$..url<js>\nresult.split('\\n').map(x=>`<img src=\"${x}\">`).join('\\n');\n</js>",
      "title": ""
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data.list",
      "bookUrl": "$.url",
      "checkKeyWord": "鬼灭之刃",
      "coverUrl": "$.cover",
      "intro": "",
      "kind": "$.tags",
      "name": "$.title"
    },
    "ruleToc": {
      "chapterList": "#chapter-grid-container a",
      "chapterName": "@data-title",
      "chapterUrl": "@href@js:a=result.split(\"/\")[3];b=`https://www.manwaku.com/api/comic/image/${a}?count=true`"
    },
    "searchUrl": "/api/search?type=mh&page={{page}}&pageSize=20&keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉 黄易小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.xhytd.com",
    "customButton": false,
    "customOrder": 41,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"周榜\",\"url\":\"/ph/week0<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/ph/week1<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"仙侠\",\"url\":\"/ph/week2<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/ph/week3<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"军史\",\"url\":\"/ph/week4<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/ph/week5<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/ph/week6<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"恐怖\",\"url\":\"/ph/week7<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"其它\",\"url\":\"/ph/week8<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"月榜\",\"url\":\"/ph/month0<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/ph/month1<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"仙侠\",\"url\":\"/ph/month2<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/ph/month3<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"军史\",\"url\":\"/ph/month4<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/ph/month5<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/ph/month6<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"恐怖\",\"url\":\"/ph/month7<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"其它\",\"url\":\"/ph/month8<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"总榜\",\"url\":\"/ph/all0<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/ph/all1<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"仙侠\",\"url\":\"/ph/all2<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/ph/all3<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"军史\",\"url\":\"/ph/all4<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/ph/all5<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/ph/all6<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"恐怖\",\"url\":\"/ph/all7<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"其它\",\"url\":\"/ph/all8<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"分类\",\"url\":\"/xclass/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/xclass/1/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"仙侠\",\"url\":\"/xclass/2/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/xclass/3/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"军史\",\"url\":\"/xclass/4/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/xclass/5/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/xclass/6/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"恐怖\",\"url\":\"/xclass/7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"其它\",\"url\":\"/xclass/8/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"全本\",\"url\":\"/quanben0<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/quanben1<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"仙侠\",\"url\":\"/quanben2<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/quanben3<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"军史\",\"url\":\"/quanben4<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/quanben5<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/quanben6<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"恐怖\",\"url\":\"/quanben7<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"其它\",\"url\":\"/quanben8<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1701434314899,
    "respondTime": 13553,
    "ruleBookInfo": {
      "author": ".author@a@text",
      "coverUrl": "id.thumb@img@src",
      "intro": ".review@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "id.book_detail@li.1:2:3@text##.*：|T.*|小说",
      "lastChapter": "id.chapterlist@a.0@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "span.title@text",
      "tocUrl": ".btn@a.0@href"
    },
    "ruleContent": {
      "content": "id.chaptercontent@textNodes",
      "nextContentUrl": "id.pt_next@href",
      "replaceRegex": "##.*\\(第\\d/\\d页\\)|......//.*|.*星文阅读app.*",
      "title": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "p.1@a.1@text",
      "bookList": ".hot_sale",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "intro": ".review@text##简介.",
      "kind": ".author!0@textNodes&&.score@text##\\s.*\\s##,",
      "lastChapter": ".author!0@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "p.0@text"
    },
    "ruleToc": {
      "chapterList": "id.chapterlist@p@a",
      "chapterName": "text##.*直达页面.*|正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/SearchBook.php?keyword={{key}},{\"method\": \"get\"}",
    "weight": 0
  },
  {
    "bookSourceComment": "注：部分小说可下载到本地，若想下载到本地看，把左上角的类型“文本”改为“文件”。",
    "bookSourceGroup": "免费",
    "bookSourceName": "玄幻阁吧优",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xuanyge.com/##@遇知",
    "customButton": false,
    "customOrder": 42,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1734981318602,
    "respondTime": 39446,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "canReName": "",
      "coverUrl": "[property=\"og:image\"]@content",
      "downloadUrls": "#author a@href##.+\\D(\\d+)\\D##http://down.xuanyge.com/modules/article/packdown.php?id=$1&type=txt&fname={{@@#author a@title}}",
      "intro": "🔔 更新时间：{{@@[property=\"og:novel:update_time\"]@content##\\s##🔸}}\n\n📂 内容简介：{{@@[property=\"og:description\"]@content}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": "#content@textNodes",
      "replaceRegex": "##随机推荐："
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.1@text||a.2@text",
      "bookList": "#sitebox dl||.line",
      "bookUrl": "a.1@href@js:##.+\\D((\\d+)\\d{3})\\D##http://www.xuanyge.com/files/article/html/$2/$1/###",
      "coverUrl": "a.1@href@js:##.+\\D((\\d+)\\d{3})\\D##http://www.xuanyge.com/files/article/image/$2/$1/$1s.jpg###",
      "intro": ".book_des@text",
      "kind": "span.2:0@text||a.0@text##\\[|\\]",
      "lastChapter": "dd a.1@text",
      "name": "h3 a@text||a.1@text",
      "wordCount": "span.3@text"
    },
    "ruleToc": {
      "chapterList": "#readerlist li",
      "chapterName": "text",
      "chapterUrl": "a@href",
      "isVolume": "h3@text"
    },
    "searchUrl": "http://www.xuanyge.com/modules/article/search.php?s=7673184438602983814&s={{key}}&searchtype=articlename",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.ibiquges.com#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 43,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/fenlei/1_{{page}}.html\n修真小说::/fenlei/2_{{page}}.html\n都市小说::/fenlei/3_{{page}}.html\n穿越小说::/fenlei/4_{{page}}.html\n网游小说::/fenlei/5_{{page}}.html\n科幻小说::/fenlei/6_{{page}}.html",
    "header": "",
    "lastUpdateTime": 1734838028643,
    "loginUrl": "",
    "respondTime": 4517,
    "ruleBookInfo": {
      "author": "//meta[@property='og:novel:author']/@content",
      "coverUrl": "//meta[@property='og:image']/@content",
      "intro": "//meta[@property='og:description']/@content",
      "kind": "//meta[@property='og:novel:category']/@content",
      "lastChapter": "id.info.0@tag.a.-1@text",
      "name": "//meta[@property='og:novel:book_name']/@content"
    },
    "ruleContent": {
      "content": "id.content.0@textNodes",
      "replaceRegex": "##.*第.*章.*\\s"
    },
    "ruleExplore": {
      "author": "class.s5.0@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2.0@tag.a.0@href",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "class.s3.0@tag.a.0@text",
      "name": "class.s2.0@tag.a.0@text"
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "tag.tbody.0@tag.tr.!0",
      "bookUrl": "tag.td.0@tag.a.0@href",
      "kind": "",
      "lastChapter": "tag.td.1@text",
      "name": "tag.td.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list.0@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/waps.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "腐小说\nhttp://www.fuxsb.cc\nhttp://www.Fuxsw.cc\nhttp://www.fuxs.top/\nhttp://www.fxshu.top/\nhttp://www.fxsw.org/\n\thttp://www.jiqinw.com\nhttp://www.fuxiaoshu.com/",
    "bookSourceGroup": "免费",
    "bookSourceName": "繁星四月",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.fuxsb.com/",
    "customButton": false,
    "customOrder": 44,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{'title':'分类','url':'','style':{layout_flexGrow:1,layout_flexBasisPercent:1}},\n{'title':'新','url':'http://fuxsb.com/zx/<,list_{{page}}.html>','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'现','url':'http://www.fuxsb.com/xiandai/<,list_{{page}}.html>','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'古','url':'http://www.fuxsb.com/gudai/<,list_{{page}}.html>','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'穿','url':'http://www.fuxsb.com/chuanyue/<,list_{{page}}.html>','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'玄灵','url':'http://www.fuxsb.com/qihuan/<,list_{{page}}.html>','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'网竞','url':'http://www.fuxsb.com/wangyou/<,list_{{page}}.html>','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'同人','url':'http://www.fuxsb.com/tongren/<,list_{{page}}.html>','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'排行榜','url':'','style':{layout_flexGrow:1,layout_flexBasisPercent:1}},\n{'title':'现代','url':'/paihang/xd/','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'古代','url':'/paihang/gd/','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'穿越','url':'/paihang/cy/','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'玄幻','url':'/paihang/xh/','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'网游','url':'/paihang/wy/','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'同人','url':'/paihang/tr/','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'百合','url':'/paihang/gl/','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'经典','url':'/tietui/','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'总排','url':'/paihang/','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'2022','url':'/paihang/2022y.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'2021','url':'/paihang/2021y.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'2020','url':'/paihang/2020y.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'2019','url':'/paihang/2019y.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n\n\n{'title':'2018','url':'/paihang/2018y.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'标签','url':'','style':{layout_flexGrow:1,layout_flexBasisPercent:1}},\n{'title':'甜文','url':'/tags-197-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'强强','url':'/tags-170-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'爽文','url':'/tags-183-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'重生','url':'/tags-2-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'穿书','url':'/tags-225-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'系统','url':'/tags-171-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'生子','url':'/tags-15-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'快穿','url':'/tags-218-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'年下','url':'/tags-192-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'星际','url':'/tags-202-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'校园','url':'/tags-221-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'甜宠','url':'/tags-730-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'短篇','url':'/tags-619-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'打脸','url':'/tags-214-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'综漫','url':'/tags-249-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'美食','url':'/tags-488-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'末世','url':'/tags-435-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'异能','url':'/tags-284-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'架空','url':'/tags-233-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'年上','url':'/tags-292-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'萌宠','url':'/tags-870-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'直播','url':'/tags-601-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'搞笑','url':'/tags-181-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'狗血','url':'/tags-765-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'HE','url':'/tags-677-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'ABO','url':'/tags-191-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'无CP','url':'/tags-1010-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'架空','url':'/tags-233-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'悬疑','url':'/tags-205-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'主攻','url':'/tags-255-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'恐怖','url':'/tags-405-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'虫族','url':'/tags-737-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'升级','url':'/tags-1043-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'宠文','url':'/tags-180-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'幻想','url':'/tags-226-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'宫斗','url':'/tags-199-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'西幻','url':'/tags-633-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'甜宠','url':'/tags-703-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'总攻','url':'/tags-630-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'男男','url':'/tags-663-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'种田文','url':'/tags-502-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'无限流','url':'/tags-216-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'娱乐圈','url':'/tags-219-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'情有独钟','url':'/tags-3-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'穿越时空','url':'/tags-222-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'灵异神怪','url':'/tags-4-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'豪门世家','url':'/tags-206-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'仙侠修真','url':'/tags-224-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'都市情缘','url':'/tags-17-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'幻想空间','url':'/tags-234-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'破镜重圆','url':'/tags-11-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'欢喜冤家','url':'/tags-194-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'天作之合','url':'/tags-196-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'宫廷侯爵','url':'/tags-263-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'天之骄子','url':'/tags-228-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'现代架空','url':'/tags-396-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'励志人生','url':'/tags-223-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'游戏网游','url':'/tags-242-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'未来架空','url':'/tags-231-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'业界精英','url':'/tags-414-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'双向暗恋','url':'/tags-693-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'爱情战争','url':'/tags-624-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'都市傳說','url':'/tags-229-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}}, \n{'title':'前世今生','url':'/tags-410-{{page-1}}.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}}]",
    "lastUpdateTime": 1711709879929,
    "loginUrl": "",
    "respondTime": 2500,
    "ruleBookInfo": {
      "author": ".atts strong@text||.ccfun strong@text",
      "init": "",
      "intro": ".wz-nr@html||.conbd@html||.ttt_tm@html##第.*?章[\\s\\S]+",
      "kind": "class.atts@tag.span.1@a@text||class.ccfun@tag.span.1@a@text",
      "lastChapter": "##<span>时间：(.*?)</span>##$1###",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": "class.co-by@tag.p@text",
      "replaceRegex": "##Fxsw.org|[0-9a-zA-Z]{3}BL小说\\|耽美小说-腐小说"
    },
    "ruleExplore": {
      "author": "##作者：([^<]+)##$1###",
      "bookList": ".list_article ul li",
      "bookUrl": "h2@a@href||class.about3@tag.a.-1@href",
      "intro": "##<p>(.*)</p>##$1###",
      "kind": ".time@text||.about3 span a@text",
      "lastChapter": "",
      "name": "h2@a@title||.about3 strong@text||h2@text"
    },
    "ruleSearch": {
      "author": ".click@text",
      "bookList": ".list_article ul li",
      "bookUrl": "h2@a@href",
      "intro": "p@html",
      "kind": "tag.a.0@text",
      "lastChapter": ".time@text",
      "name": "h2@text##\\上.*|\\中.*|\\下.*|\\番外.*"
    },
    "ruleToc": {
      "chapterList": "@js:\nn=result.match(/共(\\d+)页/)[1];\nlist=[];\nlist.push({name:'第1页',url:baseUrl});\nif(n>=2){for(var i=2;i<=n+1;i++){\nurl1=baseUrl.replace(/.html/,'')+'_'+i+'.html';\nlist.push({name:'第'+i+'页',url:url1});\n}}list",
      "chapterName": "name",
      "chapterUrl": "url"
    },
    "searchUrl": "/e/search/index.php,{\n\"method\": \"POST\",\n\"body\": \"keyboard={{key}}&show=title,writer,ftitle,keyboard&tempid=1&tbname=article\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉 精华书阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.babahome.net",
    "customButton": false,
    "customOrder": 45,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "日榜::/Ranking_dayvisit/{{page}}.html\n周榜::/Ranking_weekvisit/{{page}}.html\n月榜::/Ranking_monthvisit/{{page}}.html\n总榜::/Ranking_allvisit/{{page}}.html\n周推::/Ranking_weekvote/{{page}}.html\n月推::/Ranking_monthvote/{{page}}.html\n总推::/Ranking_allvote/{{page}}.html\n收藏::/Ranking_goodnum/{{page}}.html\n字数::/Ranking_size/{{page}}.html\n入库::/Ranking_postdate/{{page}}.html\n近更::/Ranking_lastupdate/{{page}}.html\n新书::/Ranking_goodnew/{{page}}.html\n玄幻::/list/1_{{page}}.html\n修真::/list/2_{{page}}.html\n都市::/list/3_{{page}}.html\n穿越::/list/4_{{page}}.html\n网游::/list/5_{{page}}.html\n科幻::/list/6_{{page}}.html\n灵异::/list/7_{{page}}.html\n女生::/list/8_{{page}}.html\n其他::/list/9_{{page}}.html",
    "lastUpdateTime": 1741984599227,
    "respondTime": 16844,
    "ruleBookInfo": {
      "author": ".block_txt2@p.2@text",
      "coverUrl": ".block_img2@img@src",
      "intro": ".intro_info@ownText##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".block_txt2@a.2@text&&.block_txt2@p.4:5@text##.*：|小说|\\s..:.*",
      "lastChapter": ".block_txt2@a.3@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".block_txt2@a.1@text"
    },
    "ruleContent": {
      "content": "id.nr1@html",
      "imageStyle": "",
      "nextContentUrl": "id.pb_next@href",
      "replaceRegex": "##\\s*阅读提示.*阅读模式。\\s*|@精华书阁|\\(本章未完.*\\)|\\s*本章未完.*》》\\s*|为您提供.*最新章节.*|\\s*.*免费阅读.*\\s*|『章节有误.*』|【.*追书神器.*】|w.*com|\\s*[\\(（]本章完[\\)）]\\s*|☆免费小说.*无弹窗☆|Z.br>|\\s*.*【精华书阁】.*\\s*|com.*",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "span.0@textNodes##\\(|\\)",
      "bookList": "ul.xbk",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "span.1@text##简介.",
      "kind": ".tjrs@text",
      "lastChapter": "a.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.1@text"
    },
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".searchbook",
      "bookUrl": "a.1@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "kind": ".cat@text##.*：|小说",
      "lastChapter": "a.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".chapter@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "/search.html?ie=utf-8&word={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//本来是在找某部作品信息的，意外发现网站也提供在线观看，赶紧加工加点做源。\n//致轻友们\n//2024.1.13",
    "bookSourceGroup": "轻小说",
    "bookSourceName": "轻说百科（优++）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://lnovel.tw",
    "customButton": false,
    "customOrder": 46,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"🍁全部文库🍁\",\"url\":\"/books?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"/books?page={{page}}&q%5Bgenres_id_eq%5D=3\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"爱情\",\"url\":\"/books?page={{page}}&q%5Bgenres_id_eq%5D=1\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"冒险\",\"url\":\"/books?page={{page}}&q%5Bgenres_id_eq%5D=6\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"搞笑\",\"url\":\"/books?page={{page}}&q%5Bgenres_id_eq%5D=10\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"奇幻\",\"url\":\"/books?page={{page}}&q%5Bgenres_id_eq%5D=15\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"魔法\",\"url\":\"/books?page={{page}}&q%5Bgenres_id_eq%5D=2\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异界\",\"url\":\"/books?page={{page}}&q%5Bgenres_id_eq%5D=17\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"侦探\",\"url\":\"/books?page={{page}}&q%5Bgenres_id_eq%5D=8\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"穿越\",\"url\":\"/books?page={{page}}&q%5Bgenres_id_eq%5D=18\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"科幻\",\"url\":\"/books?page={{page}}&q%5Bgenres_id_eq%5D=4\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"神鬼\",\"url\":\"/books?page={{page}}&q%5Bgenres_id_eq%5D=5\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"后宫\",\"url\":\"/books?page={{page}}&q%5Bgenres_id_eq%5D=12\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"其他\",\"url\":\"/books?page={{page}}&q%5Bgenres_id_eq%5D=9\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"格斗\",\"url\":\"/books?page={{page}}&q%5Bgenres_id_eq%5D=11\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"恐怖\",\"url\":\"/books?page={{page}}&q%5Bgenres_id_eq%5D=7\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"战争\",\"url\":\"/books?page={{page}}&q%5Bgenres_id_eq%5D=16\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"百合\",\"url\":\"/books?page={{page}}&q%5Bgenres_id_eq%5D=20\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异能\",\"url\":\"/books?page={{page}}&q%5Bgenres_id_eq%5D=14\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"治愈\",\"url\":\"/books?page={{page}}&q%5Bgenres_id_eq%5D=21\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"机战\",\"url\":\"/books?page={{page}}&q%5Bgenres_id_eq%5D=19\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"励志\",\"url\":\"/books?page={{page}}&q%5Bgenres_id_eq%5D=23\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"/books?page={{page}}&q%5Bgenres_id_eq%5D=13\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"历史\",\"url\":\"/books?page={{page}}&q%5Bgenres_id_eq%5D=22\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"纯爱\",\"url\":\"/books?page={{page}}&q%5Bgenres_id_eq%5D=24\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"🎈状态分类🎈\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"连载中\",\"url\":\"/books?page={{page}}&q%5Bgenres_id_eq%5D=15&q%5Bstatus_eq%5D=ongoing\",\"style\":{\"layout_flexBasisPercent\":0.3,\"layout_flexGrow\":1}},\n{\"title\":\"已完结\",\"url\":\"/books?page={{page}}&q%5Bgenres_id_eq%5D=15&q%5Bstatus_eq%5D=completed\",\"style\":{\"layout_flexBasisPercent\":0.3,\"layout_flexGrow\":1}},\n]",
    "lastUpdateTime": 1759349069650,
    "respondTime": 4061,
    "ruleBookInfo": {
      "author": ".text-body-tertiary.0@text",
      "coverUrl": "https://lnovel.tw{{@@class.w-100 h-100.0@src}}",
      "intro": "&nbsp;\n🎁：{{@@.card-body@p@text}}",
      "kind": "{{@@dd.1@a@text}},{{@@dd.2@a@text}}",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": "class.card-body.0@html##{{title}}"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "class.col-6 col-md-4 col-md-3 col-lg-6 col-xl-4",
      "bookUrl": "href",
      "coverUrl": "img@src",
      "name": "text"
    },
    "ruleToc": {
      "chapterList": ".accordion-item@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/books?page={{page}}&q%5Bname_cont%5D={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.biquge34.net",
    "customButton": false,
    "customOrder": 47,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1735054154573,
    "respondTime": 3113,
    "ruleBookInfo": {
      "author": ".bookTitle@a@text",
      "coverUrl": "id.bookIntro@img@src",
      "intro": "id.bookIntro@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".breadcrumb@a.1@text&&.booktag@span.1@text&&.col-md-10@p.2@text##小说|.*时间.|\\s..:.*",
      "lastChapter": ".col-md-10@p.1@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".breadcrumb@li.2@text"
    },
    "ruleContent": {
      "content": "id.htmlContent@textNodes",
      "nextContentUrl": "id.linkNext@href",
      "replaceRegex": "##笔趣阁.*|.*免费阅读！|第(.*)章.*|\\&... |\\-->>|看最新章节内容.*|星文阅读app.*|网站内容更新慢.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "td.3@text",
      "bookList": "tbody@tr!0",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.0:4@text##\\s..:.*",
      "lastChapter": "td.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "td.1@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".panel-chapterlist@dd@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\n/modules/article/search.php?searchkey={{key}}&page={{page}},{\"charset\": \"gbk\",\"method\": \"get\"}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉 久久小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.5299txt.net",
    "customButton": false,
    "customOrder": 48,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/html/xuanhuanmofa/{{page}}.html\n仙侠::/html/xianxiaxiuzhen/{{page}}.html\n都市::/html/dushiyanqing/{{page}}.html\n历史::/html/lishijunshi/{{page}}.html\n网游::/html/wangyoudongman/{{page}}.html\n科幻::/html/kehuanxiaoshuo/{{page}}.html\n女生::/html/nvshengxiaoshuo/{{page}}.html\n其他::/html/qitaxiaoshuo/{{page}}.html",
    "lastUpdateTime": 1734350907738,
    "respondTime": 5208,
    "ruleBookInfo": {
      "author": "id.info@a.0@text",
      "coverUrl": "id.fmimg@img@data-original",
      "intro": "id.intro@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".con_top@a.1@text&&id.info@p.3:6@text##.*：|小说|\\s..:.*",
      "lastChapter": "id.info@a.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "id.info@h1@text",
      "tocUrl": ".readbtn@a.1@href",
      "wordCount": "id.info@p.2@text##.*："
    },
    "ruleContent": {
      "content": "id.booktxt@p@text",
      "imageStyle": "",
      "nextContentUrl": ".bottem1@a.2@href",
      "replaceRegex": "##\\s*本章未完.*\\s*",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": ".s4@text",
      "bookList": ".l@li",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##http://img.5299txt.net/$2/$1/$1s.jpg###",
      "intro": "",
      "kind": ".s1,.s5@text",
      "lastChapter": "a.1@text",
      "name": "a.0@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".item",
      "bookUrl": "a.1@href",
      "checkKeyWord": "",
      "coverUrl": "img@data-original",
      "intro": "dd@text##简介.",
      "kind": "em.1@text",
      "name": "a.1@text",
      "wordCount": "em.0@text"
    },
    "ruleToc": {
      "chapterList": "id.content_1@a",
      "chapterName": "dd@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "{{url=source.getKey();\ncookie.removeCookie(url)\njava.ajax(url).match(/search.*action=\"(.+?)\"/)[1]}}?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "🔞",
    "bookSourceName": "河图小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://hetus1.com",
    "customButton": false,
    "customOrder": 49,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1768042261791,
    "respondTime": 31144,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "init": "",
      "intro": ".info-main-intro@html",
      "kind": "[property=\"og:novel:status\"]@content&&[property=\"og:novel:category\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property$=\"chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".content@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span@text",
      "bookList": ".category-div",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "img@data-original",
      "intro": ".intro@text",
      "kind": "",
      "lastChapter": "",
      "name": "h3@text"
    },
    "ruleToc": {
      "chapterList": ".info-chapters-title:has(:contains(正文)) + .info-chapters a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search/,{\n  \"body\": \"searchkey={{key}}&Submit=\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉 就爱文学",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.92xs.info",
    "customButton": false,
    "customOrder": 50,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "总榜::/allvisit-{{page}}.html\n月榜::/monthvisit-{{page}}.html\n周榜::/weekvisit-{{page}}.html\n总推::/allvote-{{page}}.html\n月推::/monthvote-{{page}}.html\n周推::/weekvote-{{page}}.html\n入库::/postdate-{{page}}.html\n近更::/lastupdate-{{page}}.html\n收藏::/goodnum-{{page}}.html\n字数::/size-{{page}}.html\n玄幻::/sort/1-{{page}}.html\n武侠::/sort/2-{{page}}.html\n都市::/sort/3-{{page}}.html\n历史::/sort/4-{{page}}.html\n推理::/sort/5-{{page}}.html\n游戏::/sort/6-{{page}}.html\n科幻::/sort/7-{{page}}.html\n恐怖::/sort/8-{{page}}.html\n言情::/sort/10-{{page}}.html\n其他::/sort/9-{{page}}.html",
    "lastUpdateTime": 1734351902345,
    "respondTime": 9494,
    "ruleBookInfo": {
      "author": ".p_author@text",
      "coverUrl": "id.bookimg@img@src",
      "downloadUrls": "id.button_all@a.1@href",
      "intro": "id.bookintro@p.-1@text##(^|[。！？]+[”」）】]?)##$1<br>@js:result.replace(/【展开】.*/g,\"\")",
      "kind": "id.count@span.0:3@text&&id.keywords@text##.*：|小说|\\s.*",
      "lastChapter": "id.newlist@a.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".d_title@h1@text",
      "tocUrl": ".newrap@a.0@href",
      "wordCount": "id.count@span.2@text"
    },
    "ruleContent": {
      "content": "id.ccontent@textNodes"
    },
    "ruleExplore": {
      "author": ".rankpage_list7@text",
      "bookList": ".rankpage_list_box",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.*/(\\d+)(\\d+)(\\d+)(\\d+).*##/files/article/image/$1/$1$2$3$4/$1$2$3$4s.jpg",
      "kind": ".rankpage_list2,.rankpage_list4,.rankpage_list8@text##\\[|\\]|小说",
      "lastChapter": "",
      "name": ".rankpage_list3@text",
      "wordCount": ".rankpage_list5@text"
    },
    "ruleSearch": {
      "author": ".odd.1@text",
      "bookList": "id.author@tbody@tr!0",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "a.0@href##.*/(\\d+)(\\d+)(\\d+)(\\d+).*##/files/article/image/$1/$1$2$3$4/$1$2$3$4s.jpg",
      "kind": ".even.2@text&&.odd.2@text",
      "lastChapter": ".even.0@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".odd.0@text",
      "wordCount": ".even.1@text"
    },
    "ruleToc": {
      "chapterList": ".ccss",
      "chapterName": "a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "a@href"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"method\": \"post\",\n  \"body\": \"searchtype=articlename=author&searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "知乎盐选免费看",
    "bookSourceGroup": "免费",
    "bookSourceName": "盐选文库（优+）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.yanxuanwk.com#",
    "customButton": false,
    "customOrder": 51,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "知乎盐选::https://www.yanxuanwk.com/topic/yanxuan/page/{{page}}/\n天涯神帖::https://www.yanxuanwk.com/topic/tianya/page/{{page}}/",
    "lastUpdateTime": 1759387597160,
    "respondTime": 3550,
    "ruleBookInfo": {
      "kind": "class.meta-item meta-category.0@a@text",
      "name": "class.entry-header@h1@text"
    },
    "ruleContent": {
      "content": "class.entry-content clearfix@html",
      "nextContentUrl": "class.typology-link-pages@a@href"
    },
    "ruleExplore": {
      "bookList": "class.typology-posts@article",
      "bookUrl": "a.0@href",
      "intro": "p@text",
      "kind": "a.2@text",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "bookList": "class.typology-posts@article",
      "bookUrl": "a.0@href",
      "intro": "p@text",
      "kind": "a.2@text",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.entry-header@h1",
      "chapterName": "text"
    },
    "searchUrl": "https://www.yanxuanwk.com/?s={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//网站不稳定，正文下一页不能正常显示这是网站本身原因，只能等它恢复，同库网站也会出现同问题。\n//同库(品书小说)：https://m.vodtw.xyz\n//同库(看书小说)：https://m.kanshull.xyz\n@js: value = key;\nul = source.key + \"/public/js/common1.js?v=1.0.3\";\nvc = java.ajax(ul);\nse = vc.match(/location\\.href=(.*);/)[1];\neval(se);",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉 看书小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.kanshullxs.xyz",
    "customButton": false,
    "customOrder": 52,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/xuanhuan.html\n修真::/xiuzhen.html\n都市::/dushi.html\n历史::/lishi.html\n网游::/wangyou.html\n科幻::/kehuan.html\n言情::/yanqing.html\n其他::/qita.html",
    "lastUpdateTime": 1751013112489,
    "respondTime": 22992,
    "ruleBookInfo": {
      "author": ".dd_box@span@text",
      "coverUrl": ".cover@img@src",
      "intro": ".book_about@dd@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".book_box@span.1:2:3@text##.*：|小说|\\s..:.*",
      "lastChapter": ".book_box@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".name@text",
      "tocUrl": ".readlink@a.1@href"
    },
    "ruleContent": {
      "content": "id.chaptercontent@html",
      "nextContentUrl": "@js:\nif (result.indexOf(\"下一章\") > -1) {\nmat = baseUrl.match(/\\/\\d+(_(\\d+))?\\.html/);\npage = Number(mat[2]||1)+1;\nbaseUrl.replace(/\\/(\\d+)(_(\\d+))?.html/,'/$1_'+page+'.html');\n}",
      "replaceRegex": "##\\s*.*\\(\\d+\\/\\d+\\)\\s*|\\s*本章未完.*\\s*|\\s*http.*\\s*|\\🄼.*|\\🅼.*|\\𝙢.*|\\𝕄.*|\\𝓜.*|\\𝙈.*|本章节.*xyz|\\#每次出现.*无痕模式！"
    },
    "ruleExplore": {
      "author": ".s3@text",
      "bookList": ".lis@li",
      "bookUrl": "a@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "name": "a@text"
    },
    "ruleSearch": {
      "author": ".b1@text",
      "bookList": ".txt-list-row5@li",
      "bookUrl": "a.0@href",
      "checkKeyWord": "长生",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "intro": ".desc@text",
      "kind": ".b3@text",
      "name": ".h1@text"
    },
    "ruleToc": {
      "chapterList": ".book_last@dd@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href<js>\nvar id=baseUrl.match(/\\d+/);\nresult=\"/book/\"+id+\"/chapter/\"+result;\n</js>",
      "nextTocUrl": "option@value||.right@a@href"
    },
    "searchUrl": "@js:\nvalue = key;\neval(java.ajax(source.key + \"/public/js/common1.js?v=1.0.3\").match(/location\\.href=(.*);/)[1]);",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁s",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.biquges.com",
    "bookUrlPattern": "http://www.biquges.com/\\d+_\\d+",
    "customButton": false,
    "customOrder": 53,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1702226619225,
    "loginUrl": "",
    "respondTime": 1674,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作    者：",
      "coverUrl": "id.fmimg@tag.img.0@src",
      "intro": "id.intro@text",
      "kind": "id.info@tag.p.2@text##最后更新：",
      "lastChapter": "id.info@tag.p.3@a@text",
      "name": "id.info@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@html##请记住本书首发域名：|.net。|顶点小说手机版阅读网址："
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "tag.td.0@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.biquges.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "tag.td.1@tag.a@text",
      "name": "tag.td.0@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.biquges.com/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "不能看完整就登录一下试试。\n备用https://xn--b9-209co42jzck.alicesw6.xyz/",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "🐣爱丽丝书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.alicesw.com",
    "customButton": false,
    "customOrder": 54,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{'title':'科幻','url':'https://www.alicesw.com/lists/71.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'校园','url':'https://www.alicesw.com/lists/61.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'玄幻','url':'https://www.alicesw.com/lists/62.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'乡村','url':'https://www.alicesw.com/lists/63.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'都市','url':'https://www.alicesw.com/lists/64.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'乱伦','url':'https://www.alicesw.com/lists/65.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'历史','url':'https://www.alicesw.com/lists/67.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'武侠','url':'https://www.alicesw.com/lists/68.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'系统','url':'https://www.alicesw.com/lists/69.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'明星','url':'https://www.alicesw.com/lists/72.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'同人','url':'https://www.alicesw.com/lists/73.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'强奸','url':'https://www.alicesw.com/lists/74.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'奇幻','url':'https://www.alicesw.com/lists/75.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'穿越','url':'https://www.alicesw.com/lists/70.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'凌辱','url':'https://www.alicesw.com/lists/46.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'反差','url':'https://www.alicesw.com/lists/22.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'堕落','url':'https://www.alicesw.com/lists/18.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'纯爱','url':'https://www.alicesw.com/lists/19.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'伪娘','url':'https://www.alicesw.com/lists/52.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'萝莉','url':'https://www.alicesw.com/lists/48.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'熟女','url':'https://www.alicesw.com/lists/56.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'禁忌','url':'https://www.alicesw.com/lists/51.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'NTR','url':'https://www.alicesw.com/lists/54.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'媚黑','url':'https://www.alicesw.com/lists/53.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'绿帽','url':'https://www.alicesw.com/lists/55.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'调教','url':'https://www.alicesw.com/lists/58.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'女主','url':'https://www.alicesw.com/lists/59.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'正太','url':'https://www.alicesw.com/lists/50.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'下克上','url':'https://www.alicesw.com/lists/43.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'百合','url':'https://www.alicesw.com/lists/47.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'重口','url':'https://www.alicesw.com/lists/21.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'其他','url':'https://www.alicesw.com/lists/57.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'完结','url':'https://www.alicesw.com/other/rank_hits/over/1.html','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'原创','url':'https://www.alicesw.com/original.html&page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'最新','url':'https://www.alicesw.com/all/order/update_time+desc.html?page={{page}}','style':{'layout_flexBasisPercent':0.25,'layout_flexGrow':1}},\n{'title':'日排行','url':'https://www.alicesw.com/other/rank_hits/order/hits_day.html','style':{'layout_flexBasisPercent':0.3,'layout_flexGrow':1}},\n{'title':'周排行','url':'https://www.alicesw.com/other/rank_hits/order/hits_week.html','style':{'layout_flexBasisPercent':0.3,'layout_flexGrow':1}},\n{'title':'月排行','url':'https://www.alicesw.com/other/rank_hits/order/hits_month.html','style':{'layout_flexBasisPercent':0.3,'layout_flexGrow':1}},\n{'title':'总排行','url':'https://www.alicesw.com/other/rank_hits/order/hits.html','style':{'layout_flexBasisPercent':0.3,'layout_flexGrow':1}}\n]",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0\",\"Referer\":\"{{baseUrl}}\"}",
    "lastUpdateTime": 1755134267483,
    "loginUrl": "https://www.alicesw.com/user/user/login.html",
    "respondTime": 15258,
    "ruleBookInfo": {
      "author": "class.box_info@p.0@a.0@text",
      "coverUrl": "class.pic@img@src",
      "intro": "class.intro@text",
      "kind": "class.box_info@p.1@a@text",
      "lastChapter": "class.box_info@p.0@a.1@text",
      "name": "h1@text",
      "tocUrl": "class.book_newchap@a@href",
      "wordCount": "class.tLJ.5@text##小说字数："
    },
    "ruleContent": {
      "content": ".read-content@html"
    },
    "ruleExplore": {
      "author": ".four@text",
      "bookList": ".rec_rullist@ul",
      "bookUrl": ".two@a@href",
      "kind": ".sev@text",
      "lastChapter": ".three@text",
      "name": ".two@text##全文阅读",
      "wordCount": ".five@text"
    },
    "ruleSearch": {
      "author": "class.mb-1@a@text",
      "bookList": "class.list-group-item",
      "bookUrl": "a@href",
      "intro": "class.content-txt@text",
      "name": "h5@text##\\d\\.|\\[已完结\\]|\\[连载中\\]",
      "wordCount": "class.mb-1@text##作者：.*字数：|浏览：.*"
    },
    "ruleToc": {
      "chapterList": "class.mulu_list@li",
      "chapterName": "text",
      "chapterUrl": "a@href##$##,{'webView': true}"
    },
    "searchUrl": "https://www.alicesw.com/search.html?q={{key}}&p={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//发布：https://www.po-18.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "👔 PO18网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.po18.info/",
    "bookUrlPattern": "\\d+/\\d+/",
    "customButton": false,
    "customOrder": 55,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"总榜\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月榜\",\"url\":\"/top/monthvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周榜\",\"url\":\"/top/weekvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"日榜\",\"url\":\"/top/dayvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总推\",\"url\":\"/top/allvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"收藏\",\"url\":\"/top/goodnum_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"字数\",\"url\":\"/top/size_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最近\",\"url\":\"/top/lastupdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最新\",\"url\":\"/top/postdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"/sort/1_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"修真\",\"url\":\"/sort/2_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"言情\",\"url\":\"/sort/3_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"耽美\",\"url\":\"/sort/9_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"高干\",\"url\":\"/sort/10_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"高辣\",\"url\":\"/sort/11_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"腹黑\",\"url\":\"/sort/13_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"种田\",\"url\":\"/sort/14_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"百合\",\"url\":\"/sort/17_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"其他\",\"url\":\"/sort/16_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"完本\",\"url\":\"/full/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.29}}]",
    "lastUpdateTime": 1756483183217,
    "respondTime": 3021,
    "ruleBookInfo": {
      "author": ".tab p.0@text##.*：",
      "intro": ".jj p@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".tab1 p.0:1@text##小说",
      "lastChapter": ".tab a@text",
      "name": "h1.0@text##\\_.*",
      "wordCount": ".tab1 p.2@text"
    },
    "ruleContent": {
      "content": "#novelcontent@html"
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": ".tt||.content_link",
      "bookUrl": "a.1@href",
      "intro": ".p5@text##简介.",
      "kind": "a.0@text&&.label p.0@text##\\[|\\]",
      "name": "a.1@text##\\_.*",
      "wordCount": ".label p.1@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".search_list",
      "bookUrl": "a.0@href",
      "kind": "a.1@text",
      "name": "a.0@text##\\_.*"
    },
    "ruleToc": {
      "chapterList": ".info_chapters@li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"s={{key}}&type=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "//本源只为搜书专用，正文请换源阅读。",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉 七猫小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.qimao.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 56,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"♂男生原创•已完结•按点击量♂\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"都市脑洞\",\"url\":\"/shuku/0-151-161-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市高手\",\"url\":\"/shuku/0-151-162-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市生活\",\"url\":\"/shuku/0-151-163-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市异能\",\"url\":\"/shuku/0-151-164-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"乡村种田\",\"url\":\"/shuku/0-151-165-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"灵气复苏\",\"url\":\"/shuku/0-151-166-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"幻想\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"幻想脑洞\",\"url\":\"/shuku/0-152-167-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"东方玄幻\",\"url\":\"/shuku/0-152-168-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"异世大陆\",\"url\":\"/shuku/0-152-169-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"仙侠修真\",\"url\":\"/shuku/0-152-170-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"传统武侠\",\"url\":\"/shuku/0-152-171-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"上古神话\",\"url\":\"/shuku/0-152-172-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"轻文\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"动漫同人\",\"url\":\"/shuku/0-153-173-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"影视同人\",\"url\":\"/shuku/0-153-174-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"原生幻想\",\"url\":\"/shuku/0-153-175-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其它同人\",\"url\":\"/shuku/0-153-176-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"中二日常\",\"url\":\"/shuku/0-153-177-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"传统历史\",\"url\":\"/shuku/0-154-178-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史脑洞\",\"url\":\"/shuku/0-154-179-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"民间传说\",\"url\":\"/shuku/0-154-180-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"外国历史\",\"url\":\"/shuku/0-154-181-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"架空历史\",\"url\":\"/shuku/0-154-182-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"古武机甲\",\"url\":\"/shuku/0-155-183-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"星际文明\",\"url\":\"/shuku/0-155-184-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"超级科技\",\"url\":\"/shuku/0-155-185-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"末世危机\",\"url\":\"/shuku/0-155-186-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"时空穿梭\",\"url\":\"/shuku/0-155-187-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"悬疑\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"悬疑脑洞\",\"url\":\"/shuku/0-156-188-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"神秘空间\",\"url\":\"/shuku/0-156-189-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"侦探推理\",\"url\":\"/shuku/0-156-190-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖未知\",\"url\":\"/shuku/0-156-191-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"青春\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"青春校园\",\"url\":\"/shuku/0-157-192-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"魔法同人\",\"url\":\"/shuku/0-157-193-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"奇幻魔幻\",\"url\":\"/shuku/0-157-195-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"校园异能\",\"url\":\"/shuku/0-157-196-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"游戏\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"虚拟网游\",\"url\":\"/shuku/0-158-197-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"电子竞技\",\"url\":\"/shuku/0-158-198-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"幻想空间\",\"url\":\"/shuku/0-158-199-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网络情缘\",\"url\":\"/shuku/0-158-200-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"体育\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"足球天下\",\"url\":\"/shuku/0-159-202-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"篮球风云\",\"url\":\"/shuku/0-159-203-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"♀女生原创•已完结•按点击量♀\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"古代言情\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"重生穿越\",\"url\":\"/shuku/1-213-214-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"宅斗宫斗\",\"url\":\"/shuku/1-213-215-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"种田经商\",\"url\":\"/shuku/1-213-216-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"江湖恩怨\",\"url\":\"/shuku/1-213-217-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"远古大陆\",\"url\":\"/shuku/1-213-218-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"现代言情\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"总裁豪门\",\"url\":\"/shuku/1-219-220-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"职场商战\",\"url\":\"/shuku/1-219-221-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"娱乐明星\",\"url\":\"/shuku/1-219-222-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市奇幻\",\"url\":\"/shuku/1-219-223-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"青春校园\",\"url\":\"/shuku/1-219-224-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"年代重生\",\"url\":\"/shuku/1-219-225-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"幻想言情\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"科技末世\",\"url\":\"/shuku/1-226-227-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"无限快穿\",\"url\":\"/shuku/1-226-228-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"星际幻想\",\"url\":\"/shuku/1-226-229-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"异界幻想\",\"url\":\"/shuku/1-226-230-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"古代悬疑\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"恐怖未知\",\"url\":\"/shuku/1-231-232-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"惊悚幻想\",\"url\":\"/shuku/1-231-233-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"悬疑推理\",\"url\":\"/shuku/1-231-234-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"现代悬疑\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"恐怖未知\",\"url\":\"/shuku/1-235-236-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"惊悚幻想\",\"url\":\"/shuku/1-235-237-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"悬疑推理\",\"url\":\"/shuku/1-235-238-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"衍生言情\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"原生幻想\",\"url\":\"/shuku/1-239-240-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"次元衍生\",\"url\":\"/shuku/1-239-241-a-a-a-1-click-{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "header": "",
    "lastUpdateTime": 1721315874725,
    "respondTime": 6129,
    "ruleBookInfo": {
      "author": ".sub-title@a.0@text",
      "canReName": "",
      "coverUrl": ".wrap-pic@img@src",
      "downloadUrls": "",
      "intro": "🔥 人气：{{@@.statistics-wrap@span.2@text}}\n👥 {{@@.sub-title@span.1@text}}{{'\\n'+'​'}}\n🔖 简介：{{@@.intro@text}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".tags-wrap@a@text&&.title@span.1@text&&.tags-wrap@em.0@text&&.update-time@text##\\s..:.*",
      "lastChapter": ".update-chapter-title@text",
      "name": ".title@span.0@text",
      "tocUrl": "{{baseUrl}}##(\\d+)/$##/api/book/chapter-list?book_id=$1###",
      "wordCount": ".statistics-wrap@span.0@text"
    },
    "ruleContent": {
      "content": ".article@html",
      "payAction": "{{baseUrl}}"
    },
    "ruleExplore": {
      "author": ".s-name@text##\\s.*",
      "bookList": ".qm-pic-txt@li",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": ".s-des@text",
      "kind": "{{@@.s-tags@em@text}},{{@@.s-tags@textNodes##\\s.*}},{{@@.s-name@text##.*\\s}}##更新",
      "lastChapter": "",
      "name": "a.1@text",
      "wordCount": ".s-tags@textNodes##.*\\s"
    },
    "ruleSearch": {
      "author": "a.3@text",
      "bookList": ".qm-pic-txt@li",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "intro": ".s-des@text",
      "kind": "a.2@text&&span.1@textNodes&&em.2@text##\\s.*",
      "lastChapter": "a.4@text",
      "name": "a.1@text",
      "wordCount": "span.1@textNodes##.*\\s"
    },
    "ruleToc": {
      "chapterList": "$.data.chapters[*]",
      "chapterName": "$.title",
      "chapterUrl": "/shuku/{{baseUrl.replace(/.*?(\\d+$)/,'$1')}}-{{$.id}}/",
      "formatJs": "",
      "isVip": "$.is_vip",
      "preUpdateJs": "",
      "updateTime": "{{java.timeFormat(java.getString('$.update_time')*1000)}}•{{$.words}}字"
    },
    "searchUrl": "/search/index/?keyword={{key}}&page={{page}},{'webView': true}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "🎉笔趣阁⑧⓪",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.biquges.com/",
    "bookUrlPattern": "http://www.biquges.com/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 57,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1702226549650,
    "loginUrl": "",
    "respondTime": 1521,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作    者：",
      "coverUrl": "id.fmimg@tag.img.0@src",
      "intro": "id.intro@text",
      "kind": "id.info@tag.p.2@text##最后更新：",
      "lastChapter": "id.info@tag.p.3@a@text",
      "name": "id.info@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@html##请记住本书首发域名：|.net。|顶点小说手机版阅读网址："
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "tag.td.0@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.biquges.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "tag.td.1@tag.a@text",
      "name": "tag.td.0@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.biquges.com/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉 七真书院",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.zqb88.cn",
    "customButton": false,
    "customOrder": 58,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻魔法::/sort/1/{{page}}/\n武侠修真::/sort/2/{{page}}/\n都市言情::/sort/3/{{page}}/\n历史军事::/sort/4/{{page}}/\n科幻灵异::/sort/5/{{page}}/\n游戏竞技::/sort/6/{{page}}/\n女生耽美::/sort/7/{{page}}/\n其他类型::/sort/8/{{page}}/",
    "lastUpdateTime": 1751008649343,
    "respondTime": 33778,
    "ruleBookInfo": {
      "author": ".p_author@a@text",
      "coverUrl": "id.bookimg@img@src",
      "intro": "id.bookintro@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "id.count@span.0:2:3@text",
      "lastChapter": ".chaw@a.0@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".d_title@h1@text",
      "wordCount": "id.count@span.1@text"
    },
    "ruleContent": {
      "content": "id.TextContent@html",
      "nextContentUrl": "id.next_url@href"
    },
    "ruleExplore": {
      "author": "a.0@href<js>java.ajax('http://www.zqb88.cn'+result)</js>.p_author@a@text",
      "bookList": "id.sitebox@dl",
      "bookUrl": "a.0@href",
      "coverUrl": "img@data-original",
      "intro": ".book_des@text",
      "kind": ".book_other@span.0:1@text&&.uptime@text",
      "lastChapter": ".book_other@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "h3@a@text",
      "wordCount": ".book_other@span.2@text"
    },
    "ruleSearch": {
      "author": ".book_other@span.0@text",
      "bookList": "id.nr",
      "bookUrl": "a.0@href",
      "coverUrl": "img@data-original",
      "intro": ".book_des@text",
      "kind": ".book_other@span.1@text&&.uptime@text",
      "lastChapter": ".book_other@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "h3@a@text",
      "wordCount": ".book_other@span.2@text"
    },
    "ruleToc": {
      "chapterList": "id.chapterList@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\n/search/,{\n  \"method\": \"post\",\n  \"body\": \"searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "// Error: Timed out waiting for 60000 ms\n\n/*legado&&coolapk by:\nxsw8093*/\n// 个别小说正文需要开启重新分段",
    "bookSourceGroup": "免费",
    "bookSourceName": "格格党_qiuju666.com",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.qiuju666.com",
    "customButton": false,
    "customOrder": 59,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻修真::https://www.qiuju666.com/qiuju/1/{{page}}.html,{\r\"headers\": {\r  \"User-Agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\"\r  }}\n重生穿越::https://www.qiuju666.com/qiuju/2/{{page}}.html,{\r\"headers\": {\r  \"User-Agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\"\r  }}\n都市小说::https://www.qiuju666.com/qiuju/3/{{page}}.html,{\r\"headers\": {\r  \"User-Agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\"\r  }}\n军史小说::https://www.qiuju666.com/qiuju/4/{{page}}.html,{\r\"headers\": {\r  \"User-Agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\"\r  }}\n网游小说::https://www.qiuju666.com/qiuju/5/{{page}}.html,{\r\"headers\": {\r  \"User-Agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\"\r  }}\n科幻小说::https://www.qiuju666.com/qiuju/6/{{page}}.html,{\r\"headers\": {\r  \"User-Agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\"\r  }}\n灵异小说::https://www.qiuju666.com/qiuju/7/{{page}}.html,{\r\"headers\": {\r  \"User-Agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\"\r  }}\n言情小说::https://www.qiuju666.com/qiuju/8/{{page}}.html,{\r\"headers\": {\r  \"User-Agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\"\r  }}\n其他小说::https://www.qiuju666.com/qiuju/9/{{page}}.html,{\r\"headers\": {\r  \"User-Agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\"\r  }}",
    "header": "{\n\"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 8.1.0; zh-CN; MI 8 Lite Build/OPM1.171019.019) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 UCBrowser/13.2.0.1100 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 1711709970235,
    "loginUi": "[\n    {\n        name: \"设置目录排序\",\n        type: \"button\",\n        action: \"java.toast('设置后刷新生效')\"\n    },\n    {\n        name: \"目录升序\",\n        type: \"button\",\n        action: \"set(1)\"\n    },\n    {\n        name: \"目录降序\",\n        type: \"button\",\n        action: \"set(0)\"\n    },\n    {\n        name: \"显示当前状态\",\n        type: \"button\",\n        action: \"get(v)\"\n    }\n]",
    "loginUrl": "//获取繁简转换设置\nvar v=source.getVariable();\n//判断设置是否为空\nif(v==null||v==\"\"){\n\tv=1;\n\tsource.setVariable(v);\n\tjava.toast(\"未设置目录排序，默认目录升序。\");\n\t}else{v=v};\n//保存设置\nfunction set(num){\n\tmsg=num==1||0?\n\t\"目录升序！\":\"目录降序！\";\n\ttips=\"\\n刷新后生效。\"\n\tjava.longToast(\"设置成功：\\n\"+\n\t\tmsg+tips);\n\treturn source.setVariable(num);\n\t}\n//获取设置\nfunction get(v){\n\tmsg=v==1||0?\n\t\"目录升序！\":\"目录降序！\";\n\tjava.longToast(\"当前状态：\\n\"+msg);\n\treturn;\n}\n//按设置执行\nvar tzs=v==1?true:false;\ntzs?java.t2s(result):result;",
    "respondTime": 241767,
    "ruleBookInfo": {
      "author": ".xs_info i a@text",
      "coverUrl": ".intro .img img@src",
      "intro": ".xs_introduce@text",
      "name": ".xs_info h2 a@text",
      "tocUrl": ".btn-normal@href\n@js:\r\nresultArray=result.split('/').filter(n=>n)\rindexNum=resultArray.indexOf('1')\rif(indexNum!=-1){\n\tif(source.getVariable()==0){\r\n         resultArray.splice(indexNum,1,'1/desc.html')\n\t}else{\r\n         resultArray.splice(indexNum,1,'10000000000000/')\n\t}\r\n}\rresultAllurl='/'+resultArray.join('/')\rresult=resultAllurl"
    },
    "ruleContent": {
      "content": ".content .txt@html",
      "nextContentUrl": "#pb_next@href\n@js:\nif(result){\n\tresult=result[0].includes(\"_\")?result:\"\";\n\t}",
      "title": ".content .chaptername@text"
    },
    "ruleExplore": {
      "author": ".s4@text",
      "bookList": ".list_l2 li",
      "bookUrl": ".s2 a@href",
      "intro": "",
      "kind": ".s1@text",
      "lastChapter": ".s5@text",
      "name": ".s2 a@text"
    },
    "ruleSearch": {
      "author": ".s3 a@text",
      "bookList": ".txt-list li",
      "bookUrl": ".s2 a@href",
      "checkKeyWord": "剑来",
      "coverUrl": "",
      "intro": "",
      "kind": ".s1@text",
      "lastChapter": ".s4 a@text",
      "name": ".s2 a@text"
    },
    "ruleToc": {
      "chapterList": ".duaejh .br-b-1",
      "chapterName": "a@text",
      "chapterUrl": "a@href ",
      "formatJs": "",
      "nextTocUrl": "option@value",
      "preUpdateJs": ""
    },
    "searchUrl": "@js:\n\nfirstTime=java.getCookie(\"https://www.qiuju666.com\", \"Hm_lvt_35785926b476fc2f915862fc507e2879\")\n\nthisTime=java.getCookie(\"https://www.qiuju666.com\", \"Hm_lpvt_35785926b476fc2f915862fc507e2879\")\n\nCookieString=`Hm_lvt_35785926b476fc2f915862fc507e2879=${firstTime}; user_id=10945; user_name=81ABC; ebece63e96a8bc7f1e89ae9009dfa409=706a5cbf12513aed6014d1fbc12df4bf; Hm_lpvt_35785926b476fc2f915862fc507e2879=${thisTime}&search_time=${\r\nDate.parse(new Date())/1000+30}`\r\n\n\"https://www.qiuju666.com/search.html,\"+JSON.stringify({\n\"method\":\"post\",\n\"body\":\"s={{key}}\",\n\"headers\": {\n  \"Cookie\":CookieString,\n  \"User-Agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\"\n  },\n  \"webView\": true\n})",
    "variableComment": "0：目录降序\n1：目录升序",
    "weight": 0
  },
  {
    "bookSourceComment": "https://wap.popo.city",
    "bookSourceGroup": "🔞",
    "bookSourceName": "肉书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.roushuwu7.com#♤yc",
    "customButton": false,
    "customOrder": 60,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"总点击榜\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击榜\",\"url\":\"/top/monthvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击榜\",\"url\":\"/top/weekvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总推荐榜\",\"url\":\"/top/allvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月推荐榜\",\"url\":\"/top/monthvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周推荐榜\",\"url\":\"/top/weekvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总收藏榜\",\"url\":\"/top/goodnum_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总字数榜\",\"url\":\"/top/size_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最近更新\",\"url\":\"/top/lastupdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最新入库\",\"url\":\"/top/postdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/sort/1_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"/sort/2_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市言情\",\"url\":\"/sort/3_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻网游\",\"url\":\"/sort/4_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"惊悚悬疑\",\"url\":\"/sort/5_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"耽美同人\",\"url\":\"/sort/6_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越架空\",\"url\":\"/sort/7_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"高辣浓情\",\"url\":\"/sort/8_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"禁忌百合\",\"url\":\"/sort/9_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"精品文学\",\"url\":\"/sort/10_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"完本小说\",\"url\":\"/full/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1756483190297,
    "respondTime": 43832,
    "ruleBookInfo": {
      "author": ".xx a.1@text",
      "coverUrl": "img@src",
      "intro": ".jianjie@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".xx a.0@text##小说",
      "lastChapter": ".xx a.2@text##正文\\s",
      "name": ".xx li.0@text##\\_.*",
      "tocUrl": ".gengduo a@href"
    },
    "ruleContent": {
      "content": "#nr@html",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": ".list ul",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "span.2@text##\\s",
      "kind": "span.-1@text",
      "name": "a.1@text##\\_.*"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".fk li",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##http://img.roushuwu7.com/image/$2/$1/$1s.jpg###",
      "kind": "a.0@text##\\[|\\]",
      "name": "a.1@text##\\_.*"
    },
    "ruleToc": {
      "chapterList": ".lb li a",
      "chapterName": "text##本页章节.*",
      "chapterUrl": "href",
      "nextTocUrl": ".showpage@a@href"
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"s={{key}}&type=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "手机小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.shoujix.com",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 61,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1734988438965,
    "loginCheckJs": "",
    "loginUrl": "",
    "respondTime": 5588,
    "ruleBookInfo": {
      "author": "id.muluzuoceh@p.0@text",
      "coverUrl": "id.fmimg@img@src",
      "intro": "id.shojixsinto@p.0@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".shoujixsml2@a.2@text&&id.muluzuoceh@p.1@text##小说|.*：|\\s..:.*",
      "lastChapter": "id.muluzuoceh@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "id.muluzuoceh@h1@text",
      "wordCount": "id.muluzuoceh@p.3@text##.*："
    },
    "ruleContent": {
      "content": "id.zjny@p@html"
    },
    "ruleExplore": {
      "author": ".s5@text",
      "bookList": ".shoujixsl@li",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##https://images.shoujix.com/$2/$1/$1s.jpg###",
      "intro": "",
      "kind": "",
      "lastChapter": "a.1@text",
      "name": "a.0@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "p.1@text##.*作者.",
      "bookList": ".hot_sale",
      "bookUrl": "a@href##^##https://www.shoujix.com",
      "checkKeyWord": "",
      "coverUrl": "a@href##.+\\D((\\d+)\\d{3})\\D##https://images.shoujix.com/$2/$1/$1s.jpg###",
      "intro": "",
      "kind": "p.1:2@text##小说|\\s.*",
      "lastChapter": "p.2@text##.*更新.",
      "name": "p.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "id.lbks@dd!0:1:2:3:4:5:6:7@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "https://m.shoujix.com/s.php,{\n  \"method\": \"post\",\n  \"body\": \"keyword={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.biquge345.com",
    "customButton": false,
    "customOrder": 62,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1732148119546,
    "loginCheckJs": "",
    "respondTime": 3817,
    "ruleBookInfo": {
      "coverUrl": "img@src@js:url=\"https://m.biquge345.com\"+result",
      "intro": ".jianjie@p@text",
      "kind": ".p2@li[1:2:3]@text##(类型|状态|更新)："
    },
    "ruleContent": {
      "content": "#txt@html",
      "nextContentUrl": "text下一页@href",
      "replaceRegex": "##一秒记住【.*】|.*更新快，无弹窗！"
    },
    "ruleSearch": {
      "author": "span[1]@text",
      "bookList": ".liebiao2 li",
      "bookUrl": "a@href",
      "checkKeyWord": "斗罗大陆",
      "name": "span[0]@text"
    },
    "ruleToc": {
      "chapterList": ".mululist ul li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/waps.php,{\n  \"body\": \"s={{key}}\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "20240222By_zhbyjm7783\n发现除排行榜外均为免费分类",
    "bookSourceGroup": "免费",
    "bookSourceName": "纵横中文网_zongheng.com",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.zongheng.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 63,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"༺ˇ»`ʚ 排行 ɞ´«ˇ༻\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"月票榜\",\"url\":\"https://www.zongheng.com/api/rank/details,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"cateFineId=0&cateType=0&pageNum={{page}}&pageSize=20&period=0&rankNo=&rankType=3\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"新书榜\",\"url\":\"https://www.zongheng.com/api/rank/details,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"cateFineId=0&cateType=0&pageNum={{page}}&pageSize=20&period=0&rankNo=&rankType=4\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"点击榜\",\"url\":\"https://www.zongheng.com/api/rank/details,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"cateFineId=0&cateType=0&pageNum={{page}}&pageSize=20&period=0&rankNo=&rankType=5\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"推荐榜\",\"url\":\"https://www.zongheng.com/api/rank/details,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"cateFineId=0&cateType=0&pageNum={{page}}&pageSize=20&period=0&rankNo=&rankType=6\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"捧场榜\",\"url\":\"https://www.zongheng.com/api/rank/details,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"cateFineId=0&cateType=0&pageNum={{page}}&pageSize=20&period=0&rankNo=&rankType=7\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"完结榜\",\"url\":\"https://www.zongheng.com/api/rank/details,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"cateFineId=0&cateType=0&pageNum={{page}}&pageSize=20&period=0&rankNo=&rankType=8\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"新书订阅榜\",\"url\":\"https://www.zongheng.com/api/rank/details,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"cateFineId=0&cateType=0&pageNum={{page}}&pageSize=20&period=0&rankNo=&rankType=9\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.47}},{\"title\":\"24小时畅销榜\",\"url\":\"https://www.zongheng.com/api/rank/details,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"cateFineId=0&cateType=0&pageNum={{page}}&pageSize=20&period=0&rankNo=&rankType=3\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.47}},{\"title\":\"24小时更新榜\",\"url\":\"https://www.zongheng.com/api/rank/details,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"cateFineId=0&cateType=0&pageNum={{page}}&pageSize=20&period=0&rankNo=&rankType=10\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.47}},{\"title\":\"作者人气榜\",\"url\":\"https://www.zongheng.com/api/rank/details,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"cateFineId=0&cateType=0&pageNum={{page}}&pageSize=20&period=0&rankNo=&rankType=12\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.47}},{\"title\":\"༺ˇ»`ʚ 免费 ɞ´«ˇ༻\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"༺ˇ»`ʚ 男生 ɞ´«ˇ༻\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"全部\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=0&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&pageNum={{page}}&pageSize=20&categoryId=0&categoryPid=0\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"玄幻\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6101&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6101&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"王朝争霸\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6101&bookType=0&subWorksTypes=6201&totalWord=0&serialStatus=9&vip=0&categoryId=6201&categoryPid=6101&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"异世大陆\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6101&bookType=0&subWorksTypes=6202&totalWord=0&serialStatus=9&vip=0&categoryId=6202&categoryPid=6101&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"东方玄幻\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6101&bookType=0&subWorksTypes=6203&totalWord=0&serialStatus=9&vip=0&categoryId=6203&categoryPid=6101&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"转世重生\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6101&bookType=0&subWorksTypes=6204&totalWord=0&serialStatus=9&vip=0&categoryId=6204&categoryPid=6101&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"上古神话\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6101&bookType=0&subWorksTypes=6205&totalWord=0&serialStatus=9&vip=0&categoryId=6205&categoryPid=6101&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"绝世无敌\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6101&bookType=0&subWorksTypes=6206&totalWord=0&serialStatus=9&vip=0&categoryId=6206&categoryPid=6101&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"系统升级\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6101&bookType=0&subWorksTypes=6207&totalWord=0&serialStatus=9&vip=0&categoryId=6207&categoryPid=6101&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"高武世界\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6101&bookType=0&subWorksTypes=6208&totalWord=0&serialStatus=9&vip=0&categoryId=6208&categoryPid=6101&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"仙侠\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6102&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6102&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"奇幻修真\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6102&bookType=0&subWorksTypes=6231&totalWord=0&serialStatus=9&vip=0&categoryId=6231&categoryPid=6102&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"古典仙侠\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6102&bookType=0&subWorksTypes=6232&totalWord=0&serialStatus=9&vip=0&categoryId=6232&categoryPid=6102&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"现代修真\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6102&bookType=0&subWorksTypes=6233&totalWord=0&serialStatus=9&vip=0&categoryId=6233&categoryPid=6102&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"修仙系统\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6102&bookType=0&subWorksTypes=6234&totalWord=0&serialStatus=9&vip=0&categoryId=6234&categoryPid=6102&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"洪荒神话\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6102&bookType=0&subWorksTypes=6235&totalWord=0&serialStatus=9&vip=0&categoryId=6235&categoryPid=6102&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"修真文明\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6102&bookType=0&subWorksTypes=6236&totalWord=0&serialStatus=9&vip=0&categoryId=6236&categoryPid=6102&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"历史\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6103&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6103&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"历史传记\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6103&bookType=0&subWorksTypes=6261&totalWord=0&serialStatus=9&vip=0&categoryId=6261&categoryPid=6103&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"架空历史\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6103&bookType=0&subWorksTypes=6262&totalWord=0&serialStatus=9&vip=0&categoryId=6262&categoryPid=6103&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"穿越历史\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6103&bookType=0&subWorksTypes=6263&totalWord=0&serialStatus=9&vip=0&categoryId=6263&categoryPid=6103&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"唐宋元明\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6103&bookType=0&subWorksTypes=6264&totalWord=0&serialStatus=9&vip=0&categoryId=6264&categoryPid=6103&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"秦汉三国\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6103&bookType=0&subWorksTypes=6265&totalWord=0&serialStatus=9&vip=0&categoryId=6265&categoryPid=6103&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"外国历史\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6103&bookType=0&subWorksTypes=6266&totalWord=0&serialStatus=9&vip=0&categoryId=6266&categoryPid=6103&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"谍战特工\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6103&bookType=0&subWorksTypes=6267&totalWord=0&serialStatus=9&vip=0&categoryId=6267&categoryPid=6103&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"抗日烽火\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6103&bookType=0&subWorksTypes=6268&totalWord=0&serialStatus=9&vip=0&categoryId=6268&categoryPid=6103&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"都市\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"江湖情仇\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=6291&totalWord=0&serialStatus=9&vip=0&categoryId=6291&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"都市重生\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=6292&totalWord=0&serialStatus=9&vip=0&categoryId=6292&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"都市异能\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=6293&totalWord=0&serialStatus=9&vip=0&categoryId=6293&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"都市生活\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=6294&totalWord=0&serialStatus=9&vip=0&categoryId=6294&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"现实题材\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=6295&totalWord=0&serialStatus=9&vip=0&categoryId=6295&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"职场商战\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=6296&totalWord=0&serialStatus=9&vip=0&categoryId=6296&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"青春校园\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=6297&totalWord=0&serialStatus=9&vip=0&categoryId=6297&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"灵气复苏\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=6298&totalWord=0&serialStatus=9&vip=0&categoryId=6298&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"明星娱乐\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=6299&totalWord=0&serialStatus=9&vip=0&categoryId=6299&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"乡村生活\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=6300&totalWord=0&serialStatus=9&vip=0&categoryId=6300&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"科幻\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6105&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6105&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"未来世界\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6105&bookType=0&subWorksTypes=6321&totalWord=0&serialStatus=9&vip=0&categoryId=6321&categoryPid=6105&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"诸天万界\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6105&bookType=0&subWorksTypes=6322&totalWord=0&serialStatus=9&vip=0&categoryId=6322&categoryPid=6105&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"末世求生\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6105&bookType=0&subWorksTypes=6323&totalWord=0&serialStatus=9&vip=0&categoryId=6323&categoryPid=6105&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"进化变异\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6105&bookType=0&subWorksTypes=6324&totalWord=0&serialStatus=9&vip=0&categoryId=6324&categoryPid=6105&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"星际争霸\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6105&bookType=0&subWorksTypes=6325&totalWord=0&serialStatus=9&vip=0&categoryId=6325&categoryPid=6105&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"星际机甲\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6105&bookType=0&subWorksTypes=6326&totalWord=0&serialStatus=9&vip=0&categoryId=6326&categoryPid=6105&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"武侠\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6106&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6106&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"新派武侠\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6106&bookType=0&subWorksTypes=6351&totalWord=0&serialStatus=9&vip=0&categoryId=6351&categoryPid=6106&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"传统武侠\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6106&bookType=0&subWorksTypes=6352&totalWord=0&serialStatus=9&vip=0&categoryId=6352&categoryPid=6106&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"奇幻\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6107&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6107&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"异术超能\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6107&bookType=0&subWorksTypes=6381&totalWord=0&serialStatus=9&vip=0&categoryId=6381&categoryPid=6107&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"西方奇幻\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6107&bookType=0&subWorksTypes=6382&totalWord=0&serialStatus=9&vip=0&categoryId=6382&categoryPid=6107&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"魔法校园\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6107&bookType=0&subWorksTypes=6383&totalWord=0&serialStatus=9&vip=0&categoryId=6383&categoryPid=6107&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"吸血传奇\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6107&bookType=0&subWorksTypes=6384&totalWord=0&serialStatus=9&vip=0&categoryId=6384&categoryPid=6107&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"变身情缘\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6107&bookType=0&subWorksTypes=6385&totalWord=0&serialStatus=9&vip=0&categoryId=6385&categoryPid=6107&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"奇闻轶事\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6108&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6108&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"推理悬疑\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6108&bookType=0&subWorksTypes=6411&totalWord=0&serialStatus=9&vip=0&categoryId=6411&categoryPid=6108&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"恐怖灵异\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6108&bookType=0&subWorksTypes=6412&totalWord=0&serialStatus=9&vip=0&categoryId=6412&categoryPid=6108&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"探险诡闻\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6108&bookType=0&subWorksTypes=6413&totalWord=0&serialStatus=9&vip=0&categoryId=6413&categoryPid=6108&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"都市怪谈\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6108&bookType=0&subWorksTypes=6414&totalWord=0&serialStatus=9&vip=0&categoryId=6414&categoryPid=6108&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"神秘文化\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6108&bookType=0&subWorksTypes=6415&totalWord=0&serialStatus=9&vip=0&categoryId=6415&categoryPid=6108&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"游戏\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6109&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6109&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"电子竞技\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6109&bookType=0&subWorksTypes=6441&totalWord=0&serialStatus=9&vip=0&categoryId=6441&categoryPid=6109&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"虚拟网游\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6109&bookType=0&subWorksTypes=6442&totalWord=0&serialStatus=9&vip=0&categoryId=6442&categoryPid=6109&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"游戏衍生\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6109&bookType=0&subWorksTypes=6443&totalWord=0&serialStatus=9&vip=0&categoryId=6443&categoryPid=6109&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"游戏异界\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6109&bookType=0&subWorksTypes=6444&totalWord=0&serialStatus=9&vip=0&categoryId=6444&categoryPid=6109&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"N次元\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6110&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6110&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"原生幻想\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6110&bookType=0&subWorksTypes=6471&totalWord=0&serialStatus=9&vip=0&categoryId=6471&categoryPid=6110&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"衍生同人\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6110&bookType=0&subWorksTypes=6472&totalWord=0&serialStatus=9&vip=0&categoryId=6472&categoryPid=6110&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"游戏同人\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6110&bookType=0&subWorksTypes=6473&totalWord=0&serialStatus=9&vip=0&categoryId=6473&categoryPid=6110&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"轻小说\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6110&bookType=0&subWorksTypes=6474&totalWord=0&serialStatus=9&vip=0&categoryId=6474&categoryPid=6110&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"恋爱日常\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6110&bookType=0&subWorksTypes=6475&totalWord=0&serialStatus=9&vip=0&categoryId=6475&categoryPid=6110&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"体育\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6111&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6111&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"其他竞技\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6111&bookType=0&subWorksTypes=6501&totalWord=0&serialStatus=9&vip=0&categoryId=6501&categoryPid=6111&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"竞技比赛\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6111&bookType=0&subWorksTypes=6502&totalWord=0&serialStatus=9&vip=0&categoryId=6502&categoryPid=6111&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"足球天下\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6111&bookType=0&subWorksTypes=6503&totalWord=0&serialStatus=9&vip=0&categoryId=6503&categoryPid=6111&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"篮球风云\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6111&bookType=0&subWorksTypes=6504&totalWord=0&serialStatus=9&vip=0&categoryId=6504&categoryPid=6111&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"文集\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6112&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6112&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"个人文集\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6112&bookType=0&subWorksTypes=6531&totalWord=0&serialStatus=9&vip=0&categoryId=6531&categoryPid=6112&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"集体创作\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6112&bookType=0&subWorksTypes=6532&totalWord=0&serialStatus=9&vip=0&categoryId=6532&categoryPid=6112&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"༺ˇ»`ʚ 女生 ɞ´«ˇ༻\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"全部\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=0&bookType=1&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=0&categoryPid=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"古代言情\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6161&bookType=1&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=0&categoryPid=6161&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"宫闱宅斗\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6161&bookType=1&subWorksTypes=6561&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6561&categoryPid=6161&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"重生穿越\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6161&bookType=1&subWorksTypes=6562&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6562&categoryPid=6161&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"架空历史\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6161&bookType=1&subWorksTypes=6563&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6563&categoryPid=6161&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"种田经商\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6161&bookType=1&subWorksTypes=6564&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6564&categoryPid=6161&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"武侠江湖\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6161&bookType=1&subWorksTypes=6565&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6565&categoryPid=6161&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"都市言情\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6162&bookType=1&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=0&categoryPid=6162&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"职场情缘\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6162&bookType=1&subWorksTypes=6591&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6591&categoryPid=6162&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"现实生活\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6162&bookType=1&subWorksTypes=6592&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6592&categoryPid=6162&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"总裁豪门\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6162&bookType=1&subWorksTypes=6593&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6593&categoryPid=6162&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"都市重生\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6162&bookType=1&subWorksTypes=6594&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6594&categoryPid=6162&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"青春校园\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6162&bookType=1&subWorksTypes=6595&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6595&categoryPid=6162&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"娱乐明星\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6162&bookType=1&subWorksTypes=6596&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6596&categoryPid=6162&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"民国旧影\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6162&bookType=1&subWorksTypes=6597&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6597&categoryPid=6162&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"都市奇幻\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6162&bookType=1&subWorksTypes=6598&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6598&categoryPid=6162&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"幻想言情\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6163&bookType=1&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=0&categoryPid=6163&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"玄幻仙侠\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6163&bookType=1&subWorksTypes=6621&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6621&categoryPid=6163&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"未来科幻\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6163&bookType=1&subWorksTypes=6622&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6622&categoryPid=6163&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"灵异悬疑\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6163&bookType=1&subWorksTypes=6623&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6623&categoryPid=6163&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"无限快穿\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6163&bookType=1&subWorksTypes=6624&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6624&categoryPid=6163&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"异世幻想\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6163&bookType=1&subWorksTypes=6625&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6625&categoryPid=6163&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"远古大陆\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6163&bookType=1&subWorksTypes=6626&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6626&categoryPid=6163&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"衍生言情\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6164&bookType=1&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=0&categoryPid=6164&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"经典衍生\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6164&bookType=1&subWorksTypes=6651&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6651&categoryPid=6164&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"次元衍生\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6164&bookType=1&subWorksTypes=6652&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6652&categoryPid=6164&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"游戏竞技\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6165&bookType=1&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=0&categoryPid=6165&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"运动竞技\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6165&bookType=1&subWorksTypes=6681&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6681&categoryPid=6165&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"网游电竞\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6165&bookType=1&subWorksTypes=6682&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6682&categoryPid=6165&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"短篇美文\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6166&bookType=1&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=0&categoryPid=6166&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"散文诗歌\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6166&bookType=1&subWorksTypes=6711&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6711&categoryPid=6166&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"小说文集\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6166&bookType=1&subWorksTypes=6712&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6712&categoryPid=6166&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"༺ˇ»`ʚ 完本 ɞ´«ˇ༻\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"男生完本\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=0&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=1&vip=0&totalWold=0&categoryId=0&categoryPid=0&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.47}},{\"title\":\"女生完本\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=0&bookType=1&subWorksTypes=0&totalWord=0&serialStatus=1&vip=0&totalWold=0&naodongFilter=0&categoryId=0&categoryPid=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.47}}]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36\"}",
    "lastUpdateTime": 1708682453836,
    "loginUrl": "",
    "respondTime": 3420,
    "ruleBookInfo": {
      "author": "",
      "canReName": "",
      "coverUrl": "",
      "downloadUrls": "",
      "init": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".content@p@text"
    },
    "ruleExplore": {
      "author": "pseudonym||authorName",
      "bookList": "result.resultList||result.bookList",
      "bookUrl": "https://bookapi.zongheng.com/api/chapter/getChapterList,{\"method\":\"POST\",\"body\":\"bookId={$.bookId}\"}",
      "coverUrl": "bookCover||picUrl",
      "intro": "description",
      "kind": "cateFineName&&latestChapterTime||categoryName&&orderColumnInfo",
      "lastChapter": "latestChapterName||theNewChapter",
      "name": "bookName||name",
      "wordCount": "number||totalWords"
    },
    "ruleSearch": {
      "author": "authorName",
      "bookList": "data.datas.list",
      "bookUrl": "https://bookapi.zongheng.com/api/chapter/getChapterList,{\"method\":\"POST\",\"body\":\"bookId={$.bookId}\"}",
      "checkKeyWord": "",
      "coverUrl": "coverUrl",
      "intro": "description",
      "kind": "cateFineName&&tomeName&&catePName&&keyword&&updateTime",
      "lastChapter": "chapterName",
      "name": "name##\\<font color\\=\\\"RED\\\"\\>|\\<\\/font\\>",
      "wordCount": "totalWord"
    },
    "ruleToc": {
      "chapterList": "result.chapterList[*].chapterViewList[*]",
      "chapterName": "chapterName",
      "chapterUrl": "https://read.zongheng.com/chapter/{$.bookId}/{$.chapterId}.html",
      "formatJs": "",
      "isVip": "level",
      "preUpdateJs": "",
      "updateTime": ""
    },
    "searchUrl": "https://search.zongheng.com/search/book?keyword={{key}}&sort=null&pageNo=1&pageNum=20&isFromHuayu=0",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉 搜搜小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.soeo.net",
    "customButton": false,
    "customOrder": 64,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/fenlei/1/{{page}}/\n奇幻::/fenlei/2/{{page}}/\n武侠::/fenlei/3/{{page}}/\n仙侠::/fenlei/4/{{page}}/\n都市::/fenlei/5/{{page}}/\n军事::/fenlei/6/{{page}}/\n历史::/fenlei/7/{{page}}/\n游戏::/fenlei/8/{{page}}/\n竞技::/fenlei/9/{{page}}/\n科幻::/fenlei/10/{{page}}/\n悬疑::/fenlei/11/{{page}}/\n灵异::/fenlei/12/{{page}}/\n其他::/fenlei/13/{{page}}/\n古代::/fenlei/14/{{page}}/\n仙侠::/fenlei/15/{{page}}/\n现代::/fenlei/16/{{page}}/\n浪漫::/fenlei/17/{{page}}/\n玄幻::/fenlei/18/{{page}}/\n悬疑::/fenlei/19/{{page}}/\n科幻::/fenlei/20/{{page}}/\n游戏::/fenlei/21/{{page}}/\n耽美::/fenlei/22/{{page}}/\n百合::/fenlei/23/{{page}}/\n次元::/fenlei/24/{{page}}/",
    "lastUpdateTime": 1734350518415,
    "loginUrl": "",
    "respondTime": 5328,
    "ruleBookInfo": {
      "author": "id.info@a.0@text",
      "coverUrl": "id.fmimg@img@data-original",
      "intro": "id.intro@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".con_top@a.1@text&&id.info@p.3:6@text##.*：|小说|\\s..:.*",
      "lastChapter": "id.info@a.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "id.info@h1@text",
      "tocUrl": ".readbtn@a.1@href",
      "wordCount": "id.info@p.2@text##.*："
    },
    "ruleContent": {
      "content": "id.booktxt@p!0@text",
      "imageStyle": "",
      "nextContentUrl": ".bottem1@a.2@href",
      "replaceRegex": "##\\(本章完\\)|br|\\/>"
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": ".l[-1]@.item",
      "bookUrl": "a.1@href",
      "coverUrl": "img@data-original",
      "intro": "dd@text",
      "kind": "em.1@text",
      "name": "a.1@text",
      "wordCount": "em.0@text"
    },
    "ruleSearch": {
      "author": "span@text",
      "bookList": ".item",
      "bookUrl": "a.1@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "intro": "dd@text##简介.",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "id.content_1@a",
      "chapterName": "dd@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.sososhu.com/?site=soeonet&q={{key}},{'webView': true}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：\n新御书屋 https://m.yswnovel.com\n 肉宅屋    https://m.rouzhaiwu.info\n寂寞书库 http://m.jimoshuku.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "PO18文学⑥",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.po18vip.me/#🚀",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 65,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": "[{\"title\":\"🎖🎖排  行🎖🎖\",\"url\":\" \",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"男点击\",\"url\":\"/top/rank.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"收藏榜\",\"url\":\"/top/collect.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"推荐榜\",\"url\":\"/top/vote.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"女点击\",\"url\":\"/top/nrank.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"🍀🍀书  库🍀🍀\",\"url\":\" \",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"更新时间\",\"url\":\"/shuku/0/0/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"入库时间\",\"url\":\"/shuku/0/0/0/0/0/0/postdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"编辑推荐\",\"url\":\"/shuku/0/0/0/0/0/0/toptime/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总点击\",\"url\":\"/shuku/0/0/0/0/0/0/allvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周点击\",\"url\":\"/shuku/0/0/0/0/0/0/weekvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月点击\",\"url\":\"/shuku/0/0/0/0/0/0/monthvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总推荐\",\"url\":\"/shuku/0/0/0/0/0/0/allvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周推荐\",\"url\":\"/shuku/0/0/0/0/0/0/weekvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月推荐\",\"url\":\"/shuku/0/0/0/0/0/0/monthvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总鲜花\",\"url\":\"/shuku/0/0/0/0/0/0/allflower/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周鲜花\",\"url\":\"/shuku/0/0/0/0/0/0/weekflower/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月鲜花\",\"url\":\"/shuku/0/0/0/0/0/0/monthflower/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总月票\",\"url\":\"/shuku/0/0/0/0/0/0/allvipvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"收藏数\",\"url\":\"/shuku/0/0/0/0/0/0/goodnum/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻奇幻\",\"url\":\"/shuku/0/1/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠仙侠\",\"url\":\"/shuku/0/2/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市生活\",\"url\":\"/shuku/0/3/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"/shuku/0/4/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏竞技\",\"url\":\"/shuku/0/5/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻未来\",\"url\":\"/shuku/0/6/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖悬疑\",\"url\":\"/shuku/0/7/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"二次元\",\"url\":\"/shuku/0/8/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代言情\",\"url\":\"/shuku/0/9/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"现代言情\",\"url\":\"/shuku/0/10/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"幻想奇缘\",\"url\":\"/shuku/0/11/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"浪漫青春\",\"url\":\"/shuku/0/12/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网络情缘\",\"url\":\"/shuku/0/13/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻空间\",\"url\":\"/shuku/0/14/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"规格灵异\",\"url\":\"/shuku/0/15/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"N次元\",\"url\":\"/shuku/0/16/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"言情美文\",\"url\":\"/shuku/0/17/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他类型\",\"url\":\"/shuku/0/18/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"新书上传\",\"url\":\"/shuku/0/0/0/0/0/1/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"情节展开\",\"url\":\"/shuku/0/0/0/0/0/2/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"精彩纷呈\",\"url\":\"/shuku/0/0/0/0/0/3/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"接近尾声\",\"url\":\"/shuku/0/0/0/0/0/4/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"已经完本\",\"url\":\"/shuku/0/0/0/0/0/5/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"字数\",\"url\":\"/shuku/0/0/0/0/0/0/words/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"30万以下\",\"url\":\"/shuku/0/0/0/1/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"30-50万\",\"url\":\"/shuku/0/0/0/2/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"50-100万\",\"url\":\"/shuku/0/0/0/3/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"100-200万\",\"url\":\"/shuku/0/0/0/4/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"200万以上\",\"url\":\"/shuku/0/0/0/5/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"三日内\",\"url\":\"/shuku/0/0/0/0/1/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"七日内\",\"url\":\"/shuku/0/0/0/0/2/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"半月内\",\"url\":\"/shuku/0/0/0/0/3/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"一月内\",\"url\":\"/shuku/0/0/0/0/4/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "",
    "lastUpdateTime": 1721298797234,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 12334,
    "ruleBookInfo": {
      "author": "class.xq_bookne@tag.div.2@text",
      "canReName": "",
      "coverUrl": "class.bookimg@img@src",
      "init": "",
      "intro": "class.bookintro@text",
      "kind": "class.xq_bookne@tag.div.3@text&&class.xq_bookne@tag.div.4@text##类别：|状态：",
      "lastChapter": "id.newlist@tag.ul@tag.li.0@tag.a@text",
      "name": "class.one@text",
      "tocUrl": "class.btn_book@tag.a.3@href",
      "wordCount": "class.xq_bookne@tag.div.5@text##字数："
    },
    "ruleContent": {
      "content": "id.YiJianZhan@html##本章未完.*继续阅读|上一章|目录|下一页|上一页|下一章",
      "imageStyle": "",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##(‘’)##\\\"",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.book_other@textNodes",
      "bookList": "id.sitebox@dl",
      "bookUrl": "tag.a@href",
      "coverUrl": "img@src",
      "intro": "class.book_des@text",
      "kind": "class.book_other@span@text##\\|",
      "lastChapter": "",
      "name": "h3@tag.a.0@text",
      "wordCount": "class.tag-small blue@text"
    },
    "ruleSearch": {
      "author": "class.book_other@textNodes",
      "bookList": "id.sitebox@dl",
      "bookUrl": "tag.a@href",
      "coverUrl": "img@src",
      "intro": "class.book_des@text",
      "kind": "class.book_other@span@text##\\|",
      "lastChapter": "",
      "name": "h3@tag.a.0@text",
      "wordCount": "class.tag-small blue@text"
    },
    "ruleToc": {
      "chapterList": "id.readerlist@tag.ul@tag.li",
      "chapterName": "a@text##\\>",
      "chapterUrl": "a@href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "text.下一页@href||option@value",
      "updateTime": ""
    },
    "searchUrl": "/modules/article/search.php,{\n'charset':'utf-8',\n'method':'POST',\n'body':'searchkey={{key}}'\n}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "耽美小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.blxsw.cc",
    "bookUrlPattern": "http://m.blxsw.foreverx.cn/\\w+/\\d+.html",
    "customButton": false,
    "customOrder": 66,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "现代都市::/xiandaidushi/<,index_{{page}}.html>\n古代架空::/gudaijiakong/<,index_{{page}}.html>\n穿越重生::/chuanyuechongsheng/<,index_{{page}}.html>\n玄幻灵异::/xuanhuanlingyi/<,index_{{page}}.html>\n推理悬疑::/tuilixuanyi/<,index_{{page}}.html>\n网游竞技::/wangyoujingji/<,index_{{page}}.html>\nＢＬ同人::/BLtongren/<,index_{{page}}.html>\nＧＬ百合::/GLbaihe/<,index_{{page}}.html>\n本站推荐::/bztuijian/<,index_{{page}}.html>\n热门排行::/bzremen/<,index_{{page}}.html>\n周排行榜::/bzremenweek/<,index_{{page}}.html>\n月排行榜::/bzremenmonth/<,index_{{page}}.html>",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1760195431987,
    "respondTime": 4439,
    "ruleBookInfo": {
      "author": "//table[@class=\"title_info\"]/tbody/tr[2]/td[@class=\"info_text\"]/text()@js:result.split('作者：')[1]",
      "kind": "//table[@class=\"title_info\"]/tbody/tr[2]/td[@class=\"info_text\"]/text()@js:\na=String(result)\na.match(/状态：(\\S+)/)[1];",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": "#text>p@textNodes"
    },
    "ruleExplore": {
      "author": "li a span.list-author-1@text:regex('作者：(.*?)')",
      "bookList": "ul > li",
      "bookUrl": "a@href",
      "kind": "span.list-class-name-1@text",
      "name": "a@title"
    },
    "ruleSearch": {
      "author": "h2.r span:nth-of-type(2)@text",
      "bookList": "h2.r",
      "bookUrl": "a.l@href",
      "checkKeyWord": "我的",
      "intro": "tr:nth-of-type(1) td@text",
      "kind": "td a.fl@text",
      "name": "a.l@text"
    },
    "ruleToc": {
      "chapterList": "select option",
      "chapterName": "@text",
      "chapterUrl": "@value"
    },
    "searchUrl": "<js>\nurl=source.bookSourceUrl+\"/e/search/index.php\";\nbody=`show=title&keyboard=${key}&Submit22=%E6%90%9C%E7%B4%A2`\nres=java.post(url,body,{}).headers();\nurl=source.bookSourceUrl+\"/e/search/\"+res.location\n</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "原地址：https://www.rouwennp.club\n同站： https://www.nprouwen.info\n新御书 https://www.quyushuwu.xyz\n PO文  https://www.po18yu.vip\n            https://www.po18info.com\n            https://www.rouwenwu.vip\n            https://www.liaoyuxs.com\n            https://www.xfadian.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "肉文NP①",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.powenxue3.com/#🚀",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 67,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": "[{\"title\":\"榜    单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"最近更新\",\"url\":\"/top_lastupdate/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最新入库\",\"url\":\"/top_postdate/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总点击榜\",\"url\":\"/top_allvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月点击榜\",\"url\":\"/top_monthvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总推荐榜\",\"url\":\"/top_allvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月推荐榜\",\"url\":\"/top_monthvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总月票榜\",\"url\":\"/top_allvipvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总鲜花榜\",\"url\":\"/top_allflower/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月勤更榜\",\"url\":\"/top_monthwords/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"收藏榜\",\"url\":\"/top_goodnum/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"字数榜\",\"url\":\"/top_words/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"新书榜\",\"url\":\"/top_newhot/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"分    类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"耽  美\",\"url\":\"/danmei/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"百  合\",\"url\":\"/baihe/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"同  人\",\"url\":\"/tongren/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"罗曼史\",\"url\":\"/luoman/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"校园言情\",\"url\":\"/xiaoyuan/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/dushi/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"古代言情\",\"url\":\"/gudai/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"奇幻玄幻\",\"url\":\"/qihuan/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠仙侠\",\"url\":\"/wuxia/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游竞技\",\"url\":\"/wangyou/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越重生\",\"url\":\"/chuanyue/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻异能\",\"url\":\"/kehuan/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖灵异\",\"url\":\"/kongbu/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"惊悚推理\",\"url\":\"/jingsong/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/lishi/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"综合其他\",\"url\":\"/qita/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}}]",
    "header": "",
    "lastUpdateTime": 1721299061228,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 31187,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "canReName": "",
      "coverUrl": "[property$=image]@content",
      "init": "",
      "intro": "[property$=description]@content##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#TextContent@html",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "span.0@text",
      "bookList": ".lst-item",
      "bookUrl": "a.0@href",
      "coverUrl": "img@_src",
      "intro": "a.1@text",
      "kind": "span.1@text",
      "lastChapter": "",
      "name": "h2@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "span.1@text",
      "bookList": "#hism",
      "bookUrl": "a.1@href",
      "coverUrl": "img@_src",
      "intro": "p.0@text",
      "kind": "span.0@text",
      "lastChapter": "a.2@text",
      "name": "a.1@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "#chapterList li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "/search.html,{\n  \"method\":\"POST\",\n  \"body\":\"searchkey={{key}}\"\n\t}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "8.16",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "🎉蓝海搜书",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.letsboox.com",
    "customButton": false,
    "customOrder": 68,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": false,
    "eventListener": false,
    "exploreUrl": "H文 ::/s/H/{{page}}/\n父子::/s/父子/{{page}}/\n兄弟::/s/兄弟/{{page}}/\n年上::/s/年上/{{page}}/\n校园::/s/校园/{{page}}/\n B E ::/s/BE/{{page}}/\n出轨::/s/出轨/{{page}}/\n生子::/s/生子/{{page}}/\n年下::/s/年下/{{page}}/\n双性::/s/双性/{{page}}/\nABO::/s/ABO/{{page}}/\n强强::/s/强强/{{page}}/\n哥哥::/s/哥哥/{{page}}/\n反攻::/s/反攻/{{page}}/\n人兽::/s/人兽/{{page}}/\n强制::/s/强制/{{page}}/\n掰弯::/s/掰弯/{{page}}/\npo18::/s/PO18/{{page}}/\n NP ::/s/np/{{page}}/\n言情::/s/言情/{{page}}/\n耽美::/s/耽美/{{page}}/\n同人::/s/同人/{{page}}/\n综合::/s/综合/{{page}}/\n都市::/s/都市/{{page}}/\n现言::/s/现言/{{page}}/\n古言::/s/古言/{{page}}/\n轻文::/s/轻小说/{{page}}/\n原创::/s/原创小说/{{page}}/\n科幻::/s/科幻/{{page}}/\n仙侠::/s/仙侠/{{page}}/\n奇幻::/s/奇幻/{{page}}/\n玄幻::/s/玄幻/{{page}}/\n衍生::/s/同人衍生/{{page}}/\n网游::/s/网游/{{page}}/\n悬疑::/s/悬疑/{{page}}/\n古代::/s/古代/{{page}}/\n现代::/s/现代/{{page}}/\n男性::/s/男男/{{page}}/\n女性::/s/女女/{{page}}/\n励志::/s/励志/{{page}}/\n清水::/s/清水/{{page}}/\n甜文::/s/甜文/{{page}}/\n职场::/s/职场/{{page}}/\n种田::/s/种田/{{page}}/\n1V1::/s/1V1/{{page}}/\n腹黑::/s/腹黑/{{page}}/\n美人::/s/美人/{{page}}/\n B L ::/s/BL/{{page}}/\n同性::/s/同性/{{page}}/\n百合::/s/百合/{{page}}/\n爽文::/s/爽文/{{page}}/\n狗血::/s/狗血/{{page}}/\n文娱::/s/娱乐圈/{{page}}/\n快穿::/s/快穿/{{page}}/\n网王::/s/网王/{{page}}/\n H P::/s/HP/{{page}}/",
    "jsLib": "function extractDomain(url) {\n    try {\n        const urlObj = new URL(url);\n        const uParam = urlObj.searchParams.get('u');\n        if (uParam) {\n            const decodedUrl = decodeURIComponent(uParam);\n            const domainMatch1 = decodedUrl.match(/https?:\\/\\/([^\\/]+)/);\n            if (domainMatch1 && domainMatch1[1]) {\n                return domainMatch1[1];\n            }\n        }\n    } catch (e) {\n    }\n    const domainMatch2 = url.match(/u=https?(?:%3A%2F%2F|:\\/\\/)([^\\/&]+)/i);\n    if (domainMatch2 && domainMatch2[1]) {\n        return decodeURIComponent(domainMatch2[1]);\n    }\n    const fallbackMatch = url.match(/u=([^&]+)/);\n    if (fallbackMatch && fallbackMatch[1]) {\n        const decoded = decodeURIComponent(fallbackMatch[1]);\n        const domainMatch3 = decoded.match(/https?:\\/\\/([^\\/]+)/);\n        if (domainMatch3 && domainMatch3[1]) {\n            return domainMatch3[1];\n        }       \n        const parts = decoded.split('/');\n        if (parts.length > 2) {\n            return parts[2];\n        }\n    }\n    return null;\n}\n\nfunction getHost(Url) {\n    if (Url.startsWith('http://')) Url = Url.substring(7);\n    if (Url.startsWith('https://')) Url = Url.substring(8);\n    const firstSlashIndex = Url.indexOf('/');\n    if (firstSlashIndex !== -1) {\n        return Url.substring(0, firstSlashIndex);\n    }\n    return Url;\n}",
    "lastUpdateTime": 1755698974130,
    "loginUi": "jjj",
    "loginUrl": "kkk",
    "respondTime": 9711,
    "ruleBookInfo": {
      "author": "@js:\nvar author = book.author;\nauthor",
      "coverUrl": "class.BGsectionOne-top-left@img@src",
      "intro": "&nbsp;&nbsp;\n📜简      介：{{@@#intro@text##[《》]*}}{{'\\n'+'​'}}\n🔎换源信息：\na =>{{@@.BGsectionThree-content@li.0@text##正文 第\\d+节 }}\nb =>{{@@.BGsectionThree-content@li.1@text##正文 第\\d+节 }}\nc =>{{@@.BGsectionThree-content@li.2@text##正文 第\\d+节 }}{{'\\n'+'​'}}\n当前来源：source\n📄使用说明：由于网站涉及到更换不同的目录链接，所以在阅读中你可以通过在书籍详情页点击右上角修改书籍变量来实现换源！（默认为a）\n!!!!修改之后请刷新!!!!\n\n<js>\nvar variable = book.getVariable(\"custom\");\nif ( variable == \"\" ) {\n var\tmes = \"a\";\n } else {\n \tvar mes = variable;\n \t}\nvar intro = java.t2s(result).replace(\"source\",mes);\nintro\n</js>",
      "kind": "@js:\nvar kind = book.kind;\nkind",
      "lastChapter": "{{@@class.newestChapter@span@text}}•{{@@class.time@span@text}}",
      "name": "@js:\nvar name = book.name;\nname",
      "tocUrl": "class.BGsectionThree-content@all\n@js:\n//换源\nvar doc = org.jsoup.Jsoup.parse(result);\nvar siteList = doc.select(\"li.site\");\nvar result = {};\nvar actionMap = {};\nfor (var i = 0; i < siteList.size(); i++) {\n    var site = siteList.get(i);\n    var aTags = site.select(\"a\");\n    if (aTags.size() >= 2) {\n        var secondHref = aTags.get(1).attr(\"href\");\n        var secondText = java.t2s(aTags.get(1).text());\n        var key = String.fromCharCode(97 + i);\n        \n        result[key] = secondHref;\n        actionMap[key] = secondText;\n    }\n}\nvar sourceKey = book.getVariable(\"custom\");\nvar isVariableSet = ( sourceKey == \"\" || sourceKey == null );\nif (isVariableSet) {\n    sourceKey = 'a';\n    java.longToast(\"当前未选择目录地址，请通过修改书籍变量来选择（默认为a）\");\n} else {\n    if (!result.hasOwnProperty(sourceKey)) {\n        java.longToast(\"错误：当前变量值 \"  + sourceKey +  \" 无效，已回退到默认值a\");\n        sourceKey = 'a';\n    } else {\n        java.longToast(\"更换成功，当前目录地址为：\" + actionMap[sourceKey]);\n    }\n}\n\n//过渡到完整的目录地址\nvar tocUrl = source.getKey() + result[sourceKey];\nvar content = java.ajax(tocUrl)\nvar html = org.jsoup.Jsoup.parse(content);\nvar toc = html.selectFirst(\"a[title$=章节目录]\").attr(\"href\");\nvar url = tocUrl;\nvar Url = extractDomain(url);\nif ( Url == null ) {\n\tjava.toast(\"目录解析失败！已记录错误日志\");\n\tvar mes = book.originName + \"可以尝试向作者反馈问题！\";\n\tjava.log(mes);\t\n try {\n \tvar link = java.encodeURI(url);\n \t} catch {\n \t\tjava.log(\"失败\");\n \t\t}\n\t}\nvar host = getHost(Url);\nvar link = 'https://' + host + toc;\nlink"
    },
    "ruleContent": {
      "content": "@js:\nfunction d(a, b) {\n    b = java.md5Encode(b);\n    var d = b.substring(0, 16);\n    var e = b.substring(16);\n    data = java.base64DecodeToByteArray(a);\n    iv = java.strToBytes(d);\n    key = java.strToBytes(e);\n    return java\n        .createSymmetricCrypto(\"AES/CBC/PKCS7Padding\", key, iv)\n        .decryptStr(data);\n}\nlet decryptFunc = (a, b) => d(a, b);\nlet host = String(java.toURL(baseUrl).host);\n\nswitch (host) {\n    case \"www.ziyungong.com\":\n        content = eval(result.match(/(decryptFunc\\(\"[\\s\\S]+?\"\\))/)[1]);\n        break;\n    default:\n        content = eval(result.match(/(d\\(\"[\\s\\S]+?\"\\))/)[1]);\n}",
      "replaceRegex": "##[\\<\\!\\-go\\>]*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.1@text\n@js:\nvar author = java.t2s(result);\nauthor",
      "bookList": "class.SHsectionThree-middle@p",
      "bookUrl": "span.0@a@href",
      "checkKeyWord": "系统",
      "kind": "span.2@text##/\\[+|\\]*/\n@js:\nvar kind = java.t2s(result);\nkind",
      "name": "span.0@text##[《》]*\n@js:\nvar name = java.t2s(result);\nname"
    },
    "ruleToc": {
      "chapterList": "@js:\nfunction isBase64(t){return\"string\"==typeof t&&0!==t.length&&/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/.test(t)}\nfunction parse(html, ys, num) {\n    let a = org.jsoup.Jsoup.parse(html);\n    let b = Array.from(a.selectFirst(ys).attributes());\n    return b[num - 1]?.toString().match(/\"(.+)\"/)?.[1];\n}\n(() => {\n    let od, sd;\n    x = Array.from(java.getElements(\"class.BCsectionTwo-top-chapter\"));\n\n    od = src.match(/originalOrder = (\\[.+?\\])/);\n    sd = x.map((c) => {\n        return parse(c, \"li\", 3);\n    });\n    if (od || sd) {\n        if (od) {\n            od = JSON.parse(od[1]).reduce((arr, item) => {\n                arr.push(item + 1);\n                return arr;\n            }, []);\n            x = x.map((item) => ({\n                title:\n                    item.select(\"a\").attr(\"data-real\") != \"\"\n                        ? item.select(\"a\").attr(\"data-real\")\n                        : item.select(\"a\").text(),\n                href: item.select(\"a\").attr(\"href\")\n            }));\n        } else if (sd) {\n            x = x.map((item) => {\n                _3 = parse(item, \"li>a\", 3);\n                _4 = parse(item, \"li>a\", 4);\n                title = isBase64(_3) === true ? _4 : _3;\n                href = isBase64(_3) === true ? _3 : _4;\n                return {\n                    title: title,\n                    href: java.base64Decode(href)\n                };\n            });\n        }\n        sot = od || sd;\n        return x.sort((a, b) => {\n            ia = x.indexOf(a);\n            ib = x.indexOf(b);\n            return sot[ia] - sot[ib];\n        });\n    }\n\n    return x.map((item) => ({\n        title: item.select(\"a\").text(),\n        href: item.select(\"a\").attr(\"href\")\n    }));\n})();",
      "chapterName": "title",
      "chapterUrl": "href",
      "nextTocUrl": "@js:\nvar doc = org.jsoup.Jsoup.parse(result);\nvar html = doc.select(\"p.CGsectionTwo-right-bottom-btn\")\n//java.log(html)\n\nvar next = doc.select(\"a#next\").first();;\nif (next) {\n    var nextUrl = next.attr(\"href\");\n    var nextText = next.text();\n }\n//java.log(nextUrl)\nif ( nextText == \"下一页\" && nextText != \"上一页\" || nextText != \"上一页\" ) {\n\tnextUrl\n\t}"
    },
    "searchUrl": "https://www.everjump.cc/s/{{key}}/{{page}}/",
    "weight": 0
  },
  {
    "bookSourceComment": "23.11.18",
    "bookSourceGroup": "免费",
    "bookSourceName": "书海阁_shuhaige.net",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.shuhaige.net/",
    "customButton": false,
    "customOrder": 69,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\n\n\n\n\n//分类样式(0/1)\n//0: 排序-类型-状态\n//1: 类型-排序-状态\n\nstyle = 0\n\n\n\nsort=[];\npush=(title,url,type)=> sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: 1,\n\t\t\t\tlayout_flexBasisPercent: type\n\t\t\t}\n\t});\n$$=(a,b,c)=> `https://m.shuhaige.net/shuku/${b}_${a}_${c}_{{page}\\}.html`;\n\n\na=b=c=0;\nd=(title,a,b,c)=> push(\"༺ˇ»`ʚ \\ud83d\\udd39\"+title+\"\\ud83d\\udd39 ɞ´«ˇ༻\",$$(a,b,c),1);\n\n\narra=[\"全部\",\"玄幻\",\"奇幻\",\"武侠\",\"都市\",\"历史\",\"军事\",\"悬疑\",\"游戏\",\"科幻\",\"体育\",\"古言\",\"现言\",\"幻言\",\"仙侠\",\"青春\",\"穿越\",\"女生\",\"其它\"];\n\n\narrb=[[\"默认\",\"0\"],[\"总点击\",\"allvisit\"],[\"月点击\",\"monthvisit\"],[\"周点击\",\"weekvisit\"],[\"日点击\",\"dayvisit\"],[\"总推荐\",\"allvote\"],[\"月推荐\",\"monthvote\"],[\"周推荐\",\"weekvote\"],[\"日推荐\",\"dayvote\"],[\"总收藏\",\"goodnum\"],[\"字数\",\"size\"],[\"最新入库\",\"postdate\"]];\narrc=(title,a,b)=>[\"\"+title+\"\",\"连载\",\"全本\"]\n\t\t.map((title,c)=>{\n\t\tif(c) c+='';\n\t\telse c='0';\n\t\tpush(title,$$(a,b,c),0.25);\n\t\t\t});\n\n\nif(style==0){\n\t\tarrb.map([title,b]=>{\n\t\t\t\td(title,a,b,c);\n\t\t\t\tarra.map((title,a)=>arrc(title,a,b));\n\t\t\t});\n\t}\nelse{\n\t\tarra.map((title,a)=>{\n\t\t\t\td(title,a,b,c);\n\t\t\t\tarrb.map([title,b]=>arrc(title,a,b));\n\t\t\t});\n\t}\nJSON.stringify(sort);",
    "lastUpdateTime": 1733297364976,
    "respondTime": 4847,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "☁️ 更新：\n{{@@[property$=update_time]@content}}\n👻  简介：\n{{@@[property$=description]@content##书海阁.*观看小说\\:}}##(^|[。！？……]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "{{@@[property$=chapter_name]@content}}･{{@@[property$=update_time]@content}}\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(\\{（｛【].*[求更谢乐发推票盟补加字Kk\\/].*[\\)\\}）｝】]/g,'')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(第.+章)\\s?\\d+/,'$1')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "name": "[property$=book_name]@content"
    },
    "ruleContent": {
      "content": "#content@p@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##这章没有.*下一页.*|喜欢.*书海阁.*全网最快.*|.*下一页继续阅读.*"
    },
    "ruleExplore": {
      "author": ".data.0@a@text",
      "bookList": ".list@li",
      "bookUrl": "a.1@href##^##https://www.shuhaige.net",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "kind": ".data@span.0:1@text",
      "lastChapter": "a.-1@text\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(\\{（｛【].*[求更谢乐发推票盟补加字Kk\\/].*[\\)\\}）｝】]/g,'')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(第.+章)\\s?\\d+/,'$1')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "name": ".bookname@a@text"
    },
    "ruleSearch": {
      "author": "span.0@text",
      "bookList": "#sitembox@dl",
      "bookUrl": "a.0@href",
      "checkKeyWord": "我的模拟长生路",
      "coverUrl": "img@src",
      "intro": ".book_des@text",
      "kind": "span.1:2:-1@text",
      "lastChapter": "{{@@a.-1@text}}･{{@@span.-1@text}}\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(\\{（｛【].*[求更谢乐发推票盟补加字Kk\\/].*[\\)\\}）｝】]/g,'')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(第.+章)\\s?\\d+/,'$1')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "name": "h3 a@text",
      "wordCount": "span.3@text"
    },
    "ruleToc": {
      "chapterList": "#list dd!0:1:2:3:4:5:6:7:8:9:10:11",
      "chapterName": "a@text\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(\\{（｛【].*[求更谢乐发推票盟补加字Kk\\/].*[\\)\\}）｝】]/g,'')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(第.+章)\\s?\\d+/,'$1')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "chapterUrl": "a@href"
    },
    "searchUrl": "search.html,{\n  \"body\": \"searchtype=all&searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉 小书本网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.huaen.net",
    "bookUrlPattern": "http://www.huaen.net/txt/\\d+.html",
    "customButton": false,
    "customOrder": 70,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "总榜::/rank/allvisit/\n月榜::/rank/monthvisit/\n周榜::/rank/weekvisit/\n收藏::/rank/goodnum/\n玄幻::/class/xuanhuan/{{page}}/\n修真::/class/xiuzhen/{{page}}/\n都市::/class/dushi/{{page}}/\n穿越::/class/chuanyue/{{page}}/\n网游::/class/wangyou/{{page}}/\n科幻::/class/kehuan/{{page}}/\n其他::/class/qita/{{page}}/\n全本::/quanben/class/{{page}}/",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1734161795259,
    "respondTime": 4007,
    "ruleBookInfo": {
      "author": "id.info@a.0@text",
      "coverUrl": "id.fmimg@img@data-original",
      "downloadUrls": ".readbtn@a.2@href",
      "init": "",
      "intro": "id.intro@text##(^|[。！？]+[”」）】]?)##$1<br>@js:result.replace(/简介./g,\"\")",
      "kind": ".wppc@p@text##.*：|小说|\\s..:.*",
      "lastChapter": "id.info@a.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "id.info@h1@text",
      "wordCount": "id.info@p.4@text##.*节\\s\\|\\s|\\s\\|\\s(全|连).*"
    },
    "ruleContent": {
      "content": "id.booktxt@html",
      "nextContentUrl": "id.next_url@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text||.btm@ownText",
      "bookList": ".item",
      "bookUrl": "a.1@href",
      "checkKeyWord": "",
      "coverUrl": "img@data-original",
      "intro": "dd@text",
      "kind": "em.1@text",
      "name": "a.1@text",
      "wordCount": "em.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list@dl@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "{{url=source.getKey();\ncookie.removeCookie(url)\njava.ajax(url).match(/search.*action=\"(.+?)\"/)[1]}}?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：\n杂交书 https://www.zajiaoshu.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "肉文NP②",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.rouwennp.org/#🚀",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 71,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": "                                 榜    单                                 \n总点击榜::/top_allvisit/{{page}}.html\n月点击榜::/top_monthvisit/{{page}}.html\n总推荐榜::/top_allvote/{{page}}.html\n月推荐榜::/top_monthvote/{{page}}.html\n总月票榜::/top_allvipvote/{{page}}.html\n总鲜花榜::/top_allflower/{{page}}.html\n月勤更榜::/top_monthwords/{{page}}.html\n  收藏榜  ::/top_goodnum/{{page}}.html\n  字数榜  ::/top_size/{{page}}.html\n最新入库::/top_postdate/{{page}}.html\n最近更新::/top_lastupdate/{{page}}.html\n                                 分    类                              \n玄幻奇幻::/xuanhuan/{{page}}.html\n武侠仙侠::/wuxia/{{page}}.html\n都市生活::/dushi/{{page}}.html\n历史军事::/lishi/{{page}}.html\n游戏竞技::/youxi/{{page}}.html\n科幻未来::/kehuan/{{page}}.html\n恐怖悬疑::/kongbu/{{page}}.html\n  二次元  ::/erciyuan/{{page}}.html\n古代言情::/guyan/{{page}}.html\n幻想奇缘::/huanxiang/{{page}}.html\n浪漫青春::/langman/{{page}}.html\n网络情缘::/wangluo/{{page}}.html\n科幻空间::/kongjian/{{page}}.html\n鬼怪灵异::/lingyi/{{page}}.html\n  N 次元  ::/nciyuan/{{page}}.html\n言情美文::/yanqing/{{page}}.html\n其他类型::/qita/{{page}}.html",
    "header": "",
    "lastUpdateTime": 1721299066404,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 31284,
    "ruleBookInfo": {
      "author": "class.g_col_8 pr@tag.strong.0@text",
      "canReName": "",
      "coverUrl": "",
      "init": "",
      "intro": "class.det-abt@html",
      "kind": "class.mb15 ell _tags pt2@tag.span!0@text",
      "lastChapter": "class.fs16 c_strong@a@text",
      "name": "class.g_col_8 pr@h1@text",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.TextContent@html",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "tag.span.0@text",
      "bookList": "class.lst-item",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "img@_src",
      "intro": "tag.a.-1@text",
      "kind": "tag.span.1@text",
      "lastChapter": "",
      "name": "h2@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "tag.em@tag.span.1@text",
      "bookList": "class.ser-ret@li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "img@_src",
      "intro": "tag.p.0@text",
      "kind": "tag.em@tag.span.0@text",
      "lastChapter": "tag.p.-1@a@text",
      "name": "h3@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "id.chapterList@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "/search.html,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉 小说三千",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xs3000.com",
    "customButton": false,
    "customOrder": 72,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "总榜::/index/top/sort/click/p/{{page}}.html\n月榜::/index/top/sort/month_cli/p/{{page}}.html\n周榜::/index/top/sort/week_cli/p/{{page}}.html\n日榜::/index/top/sort/day_cli/p/{{page}}.html\n字数::/index/top/sort/word/p/{{page}}.html\n入库::/index/top/sort/add_time/p/{{page}}.html\n更新::/index/top/sort/renew_time/p/{{page}}.html\n玄幻::/index/cate/id/1/p/{{page}}.html\n修真::/index/cate/id/2/p/{{page}}.html\n都市::/index/cate/id/3/p/{{page}}.html\n穿越::/index/cate/id/4/p/{{page}}.html\n网游::/index/cate/id/5/p/{{page}}.html\n科幻::/index/cate/id/6/p/{{page}}.html\n言情::/index/cate/id/7/p/{{page}}.html\n总裁::/index/cate/id/8/p/{{page}}.html\n灵异::/index/cate/id/9/p/{{page}}.html\n幻想::/index/cate/id/10/p/{{page}}.html\n耽美::/index/cate/id/12/p/{{page}}.html\n恐怖::/index/cate/id/13/p/{{page}}.html\n历史::/index/cate/id/14/p/{{page}}.html\n军事::/index/cate/id/15/p/{{page}}.html\n武侠::/index/cate/id/16/p/{{page}}.html",
    "lastUpdateTime": 1735635111251,
    "respondTime": 2285,
    "ruleBookInfo": {
      "author": ".writer@text",
      "coverUrl": ".book-img@img@src",
      "intro": ".intro@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".gxsj@text##.*：",
      "lastChapter": "id.l2@a.0@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".book-info@h1@text",
      "tocUrl": ".mubtn@a@href"
    },
    "ruleContent": {
      "content": ".read-content@textNodes",
      "replaceRegex": "##\\s*请记住本站域名.*\\s*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.0@text",
      "bookList": ".clear@li",
      "bookUrl": "a.1@href",
      "checkKeyWord": "长生",
      "coverUrl": ".book-img-box@img@src",
      "intro": "p.2@text",
      "kind": ".author@a@text&&span.1:2@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "-.catalog_b@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/index/cate?wd={{key}}&submit=,{\"method\": \"get\"}",
    "weight": 0
  },
  {
    "bookSourceGroup": "🔞",
    "bookSourceName": "夜读集小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.yeduji.com",
    "customButton": false,
    "customOrder": 73,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nfunction getCategories() {\n    // 获取标签分类\n    let tagHtml = java.ajax(\"https://www.yeduji.com/tags/\");\n    let tagDoc = org.jsoup.Jsoup.parse(tagHtml);\n    let tagList = tagDoc.select(\".tag-list li a\");\n    \n    let tags = Array.from(tagList, (a) => ({\n        \"title\": a.ownText().trim(),\n        \"url\": a.attr(\"href\") + \"{{page}}.html\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.25\n        }\n    }));\n\n    // 获取分类目录\n    let catHtml = java.ajax(\"https://www.yeduji.com/categories/\");\n    let catDoc = org.jsoup.Jsoup.parse(catHtml);\n    let catList = catDoc.select(\".category-list li a\");\n    \n    let categories = Array.from(catList, (a) => ({\n        \"title\": a.ownText().trim(),\n        \"url\": a.attr(\"href\") + \"?page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.25\n        }\n    }));\n\n    // 添加完本小说和热门小说\n    let additionalCategories = [\n        {\n            \"title\": \"完本小说\",\n            \"url\": \"https://www.yeduji.com/rank/complete/{{page}}.html\",\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.25\n            }\n        },\n        {\n            \"title\": \"热门小说\",\n            \"url\": \"https://www.yeduji.com/rank/hot/{{page}}.html\",\n            \"style\": {\n                \"layout_flexGrow\": 1,\n                \"layout_flexBasisPercent\": 0.25\n            }\n        }\n    ];\n\n    // 合并所有数组\n    let allCategories = tags.concat(categories, additionalCategories);\n    \n    return JSON.stringify(allCategories);\n}\n\n// 执行并返回结果\ngetCategories();",
    "lastUpdateTime": 1769087157309,
    "loginUi": "[\n    {\n    \t\"name\": \"账号\", \n    \t\"type\": \"text\"\n    \t},\n    {\n    \t\"name\": \"密码\", \n    \"type\": \"text\"\n    }\n]",
    "loginUrl": "function login() {\n    try {\n        var url = baseUrl.replace(/\\/+$/, '').replace(/[^\\w.:/-]/g, '');\n        var ur = source.getLoginInfoMap();\n        var params = `username=${ur.get(\"账号\")}&password=${ur.get(\"密码\")}`;\n        var r = java.post(`${url}/api/login.php`, params, {\"method\": \"POST\"});\n\n        // 解析响应体\n        var resp = JSON.parse(r.body());\n        \n        // 处理登录结果\n        if (resp.success) {\n            const cookies = Array.from(r.cookies(), \n    ([k, v]) => `${k}=${v}`).join(';');\n            return source.putLoginHeader(JSON.stringify({Cookie: cookies}));\n        } else {\n            throw new Error(`登录失败: ${resp.message || '未知错误'}`);\n        }\n    } catch (e) {\n        java.log(`登录异常: ${e.message}\\n请求参数: ${params}`);\n        throw e;\n    }\n}",
    "respondTime": 31685,
    "ruleBookInfo": {
      "author": "p.0@text",
      "coverUrl": ".cover.0@img@src",
      "intro": ".desc@text",
      "kind": "p.1@text&&p.2:3@a@text##状态：",
      "name": "h1@text",
      "tocUrl": "\n//div[@class='chapter-more']/a/@href"
    },
    "ruleContent": {
      "content": ".content@html"
    },
    "ruleExplore": {
      "author": "span.0@text",
      "bookList": ".novel-list@a",
      "bookUrl": "a@href",
      "coverUrl": "img.0@data-src",
      "name": "h4.0@text"
    },
    "ruleSearch": {
      "author": "span@text",
      "bookList": ".novel-item",
      "bookUrl": "a@href",
      "coverUrl": "img@data-src",
      "intro": "p@text",
      "name": "a@text"
    },
    "ruleToc": {
      "chapterList": ".chapter-list@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search/?q={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "派派文学_m.paipaiwx.com",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.paipaiwx.com",
    "bookUrlPattern": "https?://m.paipaiwx.com/book/\\d+.html",
    "customButton": false,
    "customOrder": 74,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "首页::/\n玄幻::/xuanhuan/\n武侠::/wuxia/\n都市::/dushi/\n军事::/lishi/\n网游::/youxi/\n异灵::/kehuan/\n其他::/qita/\n排行榜::/top/\n全本::/quanben/",
    "header": "@js:\nJSON.stringify({\n\t\"referer\": source.getKey(),\n\"x-requested-with\": \"mark.via\",\n\"accept-language\": \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\",\n\"user-agent\": \"Mozilla/5.0 (Linux; Android 10; PACM00 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.5359.79 Mobile Safari/537.36\"})",
    "lastUpdateTime": 1720631040112,
    "respondTime": 4181,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nw:\"text.字数：@text##字数：\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\",\nt:\"text.章节目录@href\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "@get:{t}",
      "wordCount": "@get:{w}"
    },
    "ruleContent": {
      "content": "#chaptercontent@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##喜欢.*请大家收藏.*更新速度全网最快。|.本章未完.*|派派文学.*|{{try{chapter.title}catch(e){\"\"} }}|第\\(\\d+.*\\)页",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "span@text",
      "bookList": ".item",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "dd@text",
      "kind": "0",
      "name": "a.1@text"
    },
    "ruleSearch": {
      "author": "p.author@text",
      "bookList": ".hot_sale",
      "bookUrl": "a@href",
      "checkKeyWord": "剑来",
      "kind": "span@text",
      "name": "p.title@text"
    },
    "ruleToc": {
      "chapterList": "dl dd a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "/search.html,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉 一米小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.yimixs.org",
    "bookUrlPattern": "http://m.yimixs.org/xs/\\w+.html",
    "customButton": false,
    "customOrder": 75,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "总点击榜::/rank?order=all?page={{page}}\n月点击榜::/rank?order=month?page={{page}}\n周点击榜::/rank?order=week?page={{page}}\n总推荐榜::/rank?order=vote?page={{page}}\n最新推荐::/rank?order=top?page={{page}}\n最近更新::/rank?order=update?page={{page}}\n最新入库::/rank?order=post?page={{page}}\n玄幻奇幻::/xuanhuan?page={{page}}\n武侠仙侠::/xianxia?page={{page}}\n都市言情::/dushi?page={{page}}\n历史军事::/lishi?page={{page}}\n科幻传奇::/kehuan?page={{page}}\n恐怖灵异::/kongbu?page={{page}}\n其他类型::/qita?page={{page}}\n全本小说::/quanben?page={{page}}",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1751029541228,
    "respondTime": 7045,
    "ruleBookInfo": {
      "author": ".info@a.0@text",
      "coverUrl": ".base@img@src",
      "intro": ".intro[0]@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".base@i@text&&.info@span.1:3@text##.*：",
      "lastChapter": ".info@a.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".base@h2@text",
      "tocUrl": "id.reading@href"
    },
    "ruleContent": {
      "content": "id.txt@html",
      "nextContentUrl": "@js:\nvar next=/next1.png/.test(src);\nvar code=src.match(/eval(\\(function.*)/);\nurl=next?eval(code[1]):\"\";\nurl?eval(url.replace(/var/,\"\")):\"\";",
      "replaceRegex": "##Ｘ更新最快|[!！]?\\s*「[如章节缺失请退出#阅读模式].*」\\s*|【[本章节首发爱有声．,请记住网址（）].*】|.?最快更新最新章节！|一秒记住.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a@ownText##.*\\/",
      "bookList": ".bd@li",
      "bookUrl": "a@href",
      "checkKeyWord": "道观",
      "kind": "span@text##\\[|\\]|\\s",
      "name": "a@ownText##\\/.*"
    },
    "ruleToc": {
      "chapterList": "id.chapter@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\n@js:\nvar url=source.key;\nvar html=java.ajax(url);\ntoken=org.jsoup.Jsoup.parse(html).select('input[name=_token]').attr('value');\nvar so=\"/search,\";\nvar body=`_token=${token}&keyword=${key}`;\nvar post={\n  \"body\": String(body),\n  \"method\": \"POST\"\n}\nurl+so+JSON.stringify(post)",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.biquge.one/",
    "bookUrlPattern": "https://m.biquge.one/\\d+",
    "customButton": false,
    "customOrder": 76,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部::/xclass/0/{{page}}.html\n玄幻::/xclass/1/{{page}}.html\n仙侠::/xclass/2/{{page}}.html\n都市::/xclass/3/{{page}}.html\n穿越::/xclass/4/{{page}}.html\n科幻::/xclass/5/{{page}}.html\n网游::/xclass/6/{{page}}.html\n精品::/xclass/7/{{page}}.html",
    "header": "{\n 'User-Agent': 'Mozilla/5.0 (Linux; Android 11; Pixel 3 XL Build/RQ3A.211001.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/102.0.4988.0 Mobile Safari/537.36 SearchCraft/3.9.2 (Baidu; P1 11) '\n}",
    "lastUpdateTime": 1694882113254,
    "respondTime": 3685,
    "ruleBookInfo": {
      "coverUrl": "class.synopsisArea_detail@img@src",
      "intro": "class.review@text",
      "lastChapter": "class.directoryArea@p.0@text",
      "name": "",
      "tocUrl": "text.查看完整目录@href"
    },
    "ruleContent": {
      "content": "id.chaptercontent@html",
      "replaceRegex": "##.*加入书签.*"
    },
    "ruleExplore": {
      "coverUrl": "",
      "intro": "",
      "lastChapter": ""
    },
    "ruleSearch": {
      "author": ".author.0@text##精品 .*作者：",
      "bookList": "class.hot_sale",
      "bookUrl": "a@href",
      "checkKeyWord": "剑来",
      "coverUrl": "tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://img.biquge.one/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "",
      "lastChapter": ".author.1@text",
      "name": ".title@text"
    },
    "ruleToc": {
      "chapterList": "id.chapterlist@p!0@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://m.biquge.one/s.php,{\n  \"body\": \"keyword={{key}}&submit=搜索\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "肉文屋②",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.powenwu4.com/#🚀",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 77,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": "                         排  行 (可点击)                      ::/top_{{page}}.html\n                               分  类                              \n玄幻奇幻::/class_visit_1/{{page}}.html\n武侠仙侠::/class_visit_2/{{page}}.html\n都市言情::/class_visit_3/{{page}}.html\n科幻网游::/class_visit_4/{{page}}.html\n惊悚悬疑::/class_visit_5/{{page}}.html\n耽美同人::/class_visit_6/{{page}}.html\n穿越架空::/class_visit_7/{{page}}.html\n高辣浓情::/class_visit_8/{{page}}.html\n禁忌百合::/class_visit_9/{{page}}.html\n精品文学::/class_visit_10/{{page}}.html\n                         全  本 (可点击)                      ::/quanben_0/{{page}}.html\n玄幻奇幻::/quanben_1/{{page}}.html\n武侠仙侠::/quanben_2/{{page}}.html\n都市言情::/quanben_3/{{page}}.html\n科幻网游::/quanben_4/{{page}}.html\n惊悚悬疑::/quanben_5/{{page}}.html\n耽美同人::/quanben_6/{{page}}.html\n穿越架空::/quanben_7/{{page}}.html\n高辣浓情::/quanben_8/{{page}}.html\n禁忌百合::/quanben_9/{{page}}.html\n精品文学::/quanben_10/{{page}}.html",
    "header": "",
    "lastUpdateTime": 1721299115860,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 80277,
    "ruleBookInfo": {
      "author": "",
      "canReName": "",
      "coverUrl": ".pic@img@src",
      "init": "",
      "intro": ".intro@text",
      "kind": "##\\[状态\\]：([^<]+)</p>##$1###",
      "lastChapter": "",
      "name": "",
      "tocUrl": "text.打开目录@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".content@html",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": ".pictext",
      "bookUrl": "a@href",
      "coverUrl": "img@data-original",
      "intro": ".book_description@text||.info_description@text",
      "kind": ".author_intro@text",
      "lastChapter": "",
      "name": "img@alt||.info_title@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "span.2@text",
      "bookList": "class.partlist-info@dl||class.slist xbk@li",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.a.1@href<js>'http://img.powenwu4.com/image'+String(result).replace(/.*?(\\d*?)(\\d{1,3}).html/,'/$1/$1$2/$1$2s.jpg').replace('//','/0/')</js>",
      "intro": "tag.span.1@text",
      "kind": "##\\[类别\\]：\\s*<[^>]+>(.*?)<##$1###",
      "lastChapter": "class.latest_title ablue@title",
      "name": "a.0@text",
      "wordCount": "##\\[字数\\]：\\s*<[^>]+>(.*?)<##$1###"
    },
    "ruleToc": {
      "chapterList": ".list@li",
      "chapterName": "span@text",
      "chapterUrl": "a@href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "text.下一页@href",
      "updateTime": ""
    },
    "searchUrl": "/search.php?searchkey={{key}}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "笔趣阁_大梦主(忘语)_大梦主_biquge365.net",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.biquge365.net",
    "customButton": false,
    "customOrder": 78,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻魔法::sort/1_1/\n仙侠修真::sort/2_1/\n都市言情::sort/3_1/\n网游动漫::sort/4_1/\n科幻小说::sort/5_1/\n恐怖灵异::sort/6_1/\n历史军事::sort/7_1/\n其他类型::sort/8_1/",
    "header": "{\r\n    \"User-Agent\": Mozilla/5.0 (Windows NT 5.2) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.122 Safari/534.30\",\r\n    \"Accept-Language\":\"zh-CN,zh;q=0.9\"\r\n}",
    "lastUpdateTime": 1711727919166,
    "respondTime": 4697,
    "ruleBookInfo": {
      "author": ".x1 a@text",
      "coverUrl": ".zhutu img@src",
      "init": "",
      "intro": "div.x3@text",
      "kind": ".x1.1@text##类型：",
      "lastChapter": ".x2 a@text",
      "name": "h1@text",
      "tocUrl": "text.全部章节目录@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "div.txt@text##biquge365.net，更新快，无弹窗！",
      "nextContentUrl": "",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "span.zuo@text",
      "bookList": ".gengxin li",
      "bookUrl": ".name a@href",
      "lastChapter": ".jie a@text",
      "name": ".name a@text"
    },
    "ruleSearch": {
      "author": ".zuo a@text",
      "bookList": ".search li!0",
      "bookUrl": ".name a@href",
      "kind": ".lei a@\\[|\\]",
      "lastChapter": ".jie a@text",
      "name": ".name a@text"
    },
    "ruleToc": {
      "chapterList": ".info a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "/s.php,{\n  \"body\": \"type=articlename&s={{key}}&submit=\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "💐 爱久久网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.jjjxsw.com",
    "bookUrlPattern": "http://www.jjjxsw.com/txt/\\d+.htm",
    "customButton": false,
    "customOrder": 79,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"最新上传\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"现代\",\"url\":\"/txt/young/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"仙侠\",\"url\":\"/txt/wuxia/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/txt/xuanhuan/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"悬疑\",\"url\":\"/txt/kongbu/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"架空\",\"url\":\"/txt/lsjs/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/txt/juben/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"总裁\",\"url\":\"/txt/qinggan/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"耽美\",\"url\":\"/txt/dmtr/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"军事\",\"url\":\"/txt/tiexue/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"穿越\",\"url\":\"/txt/chuanyue/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"异能\",\"url\":\"/txt/dushi/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"重生\",\"url\":\"/txt/chongshengxiaoshuo/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"同人\",\"url\":\"/txt/tongrenxiaoshuo/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"人气最高\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"现代\",\"url\":\"/e/action/ListInfo.php?page={{page-1}}&classid=9&line=10&tempid=3&ph=1&andor=and&orderby=2&myorder=0\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"仙侠\",\"url\":\"/e/action/ListInfo.php?page={{page-1}}&classid=10&line=10&tempid=3&ph=1&andor=and&orderby=2&myorder=0\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/e/action/ListInfo.php?page={{page-1}}&classid=11&line=10&tempid=3&ph=1&andor=and&orderby=2&myorder=0\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"悬疑\",\"url\":\"/e/action/ListInfo.php?page={{page-1}}&classid=12&line=10&tempid=3&ph=1&andor=and&orderby=2&myorder=0\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"架空\",\"url\":\"/e/action/ListInfo.php?page={{page-1}}&classid=14&line=10&tempid=3&ph=1&andor=and&orderby=2&myorder=0\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/e/action/ListInfo.php?page={{page-1}}&classid=16&line=10&tempid=3&ph=1&andor=and&orderby=2&myorder=0\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"总裁\",\"url\":\"/e/action/ListInfo.php?page={{page-1}}&classid=37&line=10&tempid=3&ph=1&andor=and&orderby=2&myorder=0\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"耽美\",\"url\":\"/e/action/ListInfo.php?page={{page-1}}&classid=41&line=10&tempid=3&ph=1&andor=and&orderby=2&myorder=0\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"军事\",\"url\":\"/e/action/ListInfo.php?page={{page-1}}&classid=42&line=10&tempid=3&ph=1&andor=and&orderby=2&myorder=0\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"穿越\",\"url\":\"/e/action/ListInfo.php?page={{page-1}}&classid=47&line=10&tempid=3&ph=1&andor=and&orderby=2&myorder=0\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"异能\",\"url\":\"/e/action/ListInfo.php?page={{page-1}}&classid=48&line=10&tempid=3&ph=1&andor=and&orderby=2&myorder=0\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"重生\",\"url\":\"/e/action/ListInfo.php?page={{page-1}}&classid=49&line=10&tempid=3&ph=1&andor=and&orderby=2&myorder=0\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"同人\",\"url\":\"/e/action/ListInfo.php?page={{page-1}}&classid=76&line=10&tempid=3&ph=1&andor=and&orderby=2&myorder=0\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"收藏最多\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"现代\",\"url\":\"/e/action/ListInfo.php?page={{page-1}}&classid=9&line=10&tempid=3&ph=1&andor=and&orderby=3&myorder=0\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"仙侠\",\"url\":\"/e/action/ListInfo.php?page={{page-1}}&classid=10&line=10&tempid=3&ph=1&andor=and&orderby=3&myorder=0\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/e/action/ListInfo.php?page={{page-1}}&classid=11&line=10&tempid=3&ph=1&andor=and&orderby=3&myorder=0\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"悬疑\",\"url\":\"/e/action/ListInfo.php?page={{page-1}}&classid=12&line=10&tempid=3&ph=1&andor=and&orderby=3&myorder=0\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"架空\",\"url\":\"/e/action/ListInfo.php?page={{page-1}}&classid=14&line=10&tempid=3&ph=1&andor=and&orderby=3&myorder=0\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/e/action/ListInfo.php?page={{page-1}}&classid=16&line=10&tempid=3&ph=1&andor=and&orderby=3&myorder=0\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"总裁\",\"url\":\"/e/action/ListInfo.php?page={{page-1}}&classid=37&line=10&tempid=3&ph=1&andor=and&orderby=3&myorder=0\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"耽美\",\"url\":\"/e/action/ListInfo.php?page={{page-1}}&classid=41&line=10&tempid=3&ph=1&andor=and&orderby=3&myorder=0\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"军事\",\"url\":\"/e/action/ListInfo.php?page={{page-1}}&classid=42&line=10&tempid=3&ph=1&andor=and&orderby=3&myorder=0\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"穿越\",\"url\":\"/e/action/ListInfo.php?page={{page-1}}&classid=47&line=10&tempid=3&ph=1&andor=and&orderby=3&myorder=0\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"异能\",\"url\":\"/e/action/ListInfo.php?page={{page-1}}&classid=48&line=10&tempid=3&ph=1&andor=and&orderby=3&myorder=0\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"重生\",\"url\":\"/e/action/ListInfo.php?page={{page-1}}&classid=49&line=10&tempid=3&ph=1&andor=and&orderby=3&myorder=0\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"同人\",\"url\":\"/e/action/ListInfo.php?page={{page-1}}&classid=76&line=10&tempid=3&ph=1&andor=and&orderby=3&myorder=0\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1751029688889,
    "respondTime": 2243,
    "ruleBookInfo": {
      "author": ".zuozhe@a@text",
      "coverUrl": ".img@img@src##\\?.*",
      "intro": "id.mainSoftIntro@html##^##&nbsp;📥【本书源网站支持小说下载】{{'\\n'+'​'}}",
      "kind": ".downInfoRowL@li.5@span@text&&.downInfoRowL@li.1:6@textNodes##小说",
      "name": "id.downInfoArea@h1@text##《|》",
      "tocUrl": ".yuedu@a@href##1\\.html|(?<=read)/\\d+",
      "wordCount": ".downInfoRowL@li.2@textNodes"
    },
    "ruleContent": {
      "content": "id.view_content_txt@html"
    },
    "ruleExplore": {
      "author": ".mainGreen@text##.*作者.|\\s写作.*",
      "bookList": ".listbg",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": "div.1@text",
      "kind": ".mainGreen@text&&.oldDate@text&&.newDate@text##.*进度.|\\s文件.*|\\[|\\]",
      "name": "a.1@text",
      "wordCount": ".mainGreen@text##.*大小.|\\s下载.*|\\s书籍.*"
    },
    "ruleSearch": {
      "author": "text##.*：",
      "bookList": ".searchTopic",
      "bookUrl": "a@href",
      "name": "a@text"
    },
    "ruleToc": {
      "chapterList": ".view_content_list@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/e/search/index.php,{\n  \"method\": \"POST\",\n  \"body\": \"show=title&keyboard={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁🎃#35",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.biquger.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 80,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 2197,
    "ruleBookInfo": {
      "coverUrl": "class.xsfm@img@src",
      "intro": "class.jianjie bk@text##亲爱的书友.*请书友知晓！",
      "lastChapter": "class.xsinfo@tag.li.3@a@text"
    },
    "ruleContent": {
      "content": "id.nr@textNodes##.*本章未完.*|笔趣阁_www.biquger.com",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.a.2@text",
      "bookList": "class.fk@li",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.a.1@href##.*/(\\d+)(\\d{3})/##https://www.biquger.com/files/article/image/$1/$1$2/$1$2s.jpg",
      "kind": "tag.a.0@text##\\[|\\]",
      "name": "class.blue@text"
    },
    "ruleToc": {
      "chapterList": "class.zxjz fk@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "https://wap.biquger.com/s.php?s={{key}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "群U聚合",
    "bookSourceType": 0,
    "bookSourceUrl": "https://jican.x7go.top",
    "customButton": false,
    "customOrder": 81,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "jsLib": "function getHost() {\n  return \"https://jican.x7go.top\"\n}",
    "lastUpdateTime": 1763935591179,
    "loginUi": "[{\"name\": \"📚 小说平台\",\"type\": \"button\",\"action\": \"showNovelToast()\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":1}},{\"name\": \"全部\",\"type\": \"button\",\"action\": \"sethost(1)\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":0.4}},{\"name\": \"番茄\",\"type\": \"button\",\"action\": \"sethost(2)\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":0.4}},{\"name\": \"七猫\",\"type\": \"button\",\"action\": \"sethost(3)\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":0.4}},{\"name\": \"QQ阅读\",\"type\": \"button\",\"action\": \"sethost(4)\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":0.4}},{\"name\": \"米读\",\"type\": \"button\",\"action\": \"sethost(5)\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":0.4}},{\"name\": \"塔读\",\"type\": \"button\",\"action\": \"sethost(6)\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":0.4}},{\"name\": \"书旗\",\"type\": \"button\",\"action\": \"sethost(7)\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":0.4}},{\"name\": \"晋江\",\"type\": \"button\",\"action\": \"sethost(8)\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":0.4}},{\"name\": \"百度\",\"type\": \"button\",\"action\": \"sethost(9)\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":0.4}},{\"name\": \"酷我\",\"type\": \"button\",\"action\": \"sethost(10)\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":0.4}},{\"name\": \"酷匠\",\"type\": \"button\",\"action\": \"sethost(11)\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":0.4}},{\"name\": \"QQ浏览器\",\"type\": \"button\",\"action\": \"sethost(12)\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":0.4}},{\"name\": \"番薯\",\"type\": \"button\",\"action\": \"sethost(13)\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":0.4}},{\"name\": \"福利小说\",\"type\": \"button\",\"action\": \"sethost(14)\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":0.4}},{\"name\": \"福瑞小说\",\"type\": \"button\",\"action\": \"sethost(15)\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":0.4}},{\"name\": \"人人\",\"type\": \"button\",\"action\": \"sethost(16)\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":0.4}},{\"name\": \"万相书城\",\"type\": \"button\",\"action\": \"sethost(17)\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":0.4}},{\"name\": \"独步小说\",\"type\": \"button\",\"action\": \"sethost(18)\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":0.4}},{\"name\": \"365小说\",\"type\": \"button\",\"action\": \"sethost(19)\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":0.4}},{\"name\": \"宜搜\",\"type\": \"button\",\"action\": \"sethost(20)\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":0.4}},{\"name\": \"69书吧\",\"type\": \"button\",\"action\": \"sethost(21)\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":0.4}},{\"name\": \"伪69\",\"type\": \"button\",\"action\": \"sethost(22)\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":0.4}},{\"name\": \"台湾小说网\",\"type\": \"button\",\"action\": \"sethost(23)\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":0.4}},{\"name\": \"猫眼\",\"type\": \"button\",\"action\": \"sethost(24)\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":0.4}},{\"name\": \"追更人\",\"type\": \"button\",\"action\": \"sethost(25)\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":0.4}},{\"name\": \"爱下电子书\",\"type\": \"button\",\"action\": \"sethost(26)\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":0.4}},{\"name\": \"速读谷\",\"type\": \"button\",\"action\": \"sethost(27)\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":0.4}},{\"name\": \"老福特\",\"type\": \"button\",\"action\": \"sethost(28)\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":0.4}},{\"name\": \"🎬 短剧平台\",\"type\": \"button\",\"action\": \"showDramaToast()\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":1}},{\"name\": \"番茄短剧\",\"type\": \"button\",\"action\": \"sethost(29)\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":0.4}},{\"name\": \"七猫短剧\",\"type\": \"button\",\"action\": \"sethost(30)\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":0.4}},{\"name\": \"💬 交流讨论\",\"type\": \"button\",\"action\": \"openQQGroup()\",\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\":1}}]",
    "loginUrl": "var hosts = [\n    \"全部\",\n    \"番茄\",\n    \"七猫\",\n    \"QQ阅读\",\n    \"米读\",\n    \"塔读\",\n    \"书旗\",\n    \"晋江\",\n    \"百度\",\n    \"酷我\",\n    \"酷匠\",\n    \"QQ浏览器\",\n    \"番薯\",\n    \"福利小说\",\n    \"福瑞小说\",\n    \"人人\",\n    \"万相书城\",\n    \"独步小说\",\n    \"365小说\",\n    \"宜搜\",\n    \"69书吧\",\n    \"伪69\",\n    \"台湾小说网\",\n    \"猫眼\",\n    \"追更人\",\n    \"爱下电子书\",\n    \"速读谷\",\n    \"老福特\",\n    \"番茄短剧\",\n    \"七猫短剧\"\n];\n\nfunction sethost(index) {\n    if (index >= 1 && index <= hosts.length) {\n        source.setVariable(JSON.stringify([{\"host\": hosts[index-1]}]));\n        java.toast(\"当前搜索：\" + hosts[index-1]);\n    }\n}\n\nfunction openQQGroup() {\n    java.startBrowserAwait(\"https://qm.qq.com/q/YUMTmrjqYW\", \"交流讨论\");\n}\n\nfunction showNovelToast() {\n    java.toast(\"📚 下方是小说平台\");\n}\n\nfunction showDramaToast() {\n    java.toast(\"🎬 下方是短剧平台\");\n}\n\nfunction login() {}",
    "respondTime": 13790,
    "ruleBookInfo": {
      "author": "$.result.author",
      "coverUrl": "$.result.cover_url",
      "intro": "$.result.abstract",
      "kind": "$.result.source",
      "name": "$.result.title",
      "tocUrl": "https://jican.x7go.top/catalog?book_id={{$.result.book_id}}&source={{$.result.source}}"
    },
    "ruleContent": {
      "content": "@js:\nvar json = JSON.parse(result);\nvar content = json.data[0].content;\nif(content && content.startsWith('https://')) {\n    // 如果是视频链接\n    if(book.durChapterIndex == chapter.index) {\n        java.startBrowser(content.replace(/\\\\/g, ''), chapter.title);\n        java.toast('正在加载视频\\n视频加载较慢，请耐心等待');\n    }\n    result = '【刷新正文】播放\\n✅直链:\\n' + content;\n} else {\n    result = content;\n}\nresult"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.results",
      "bookUrl": "https://jican.x7go.top/detail?book_id={{$.book_id}}&source={{$.source}}",
      "checkKeyWord": "诡秘之主",
      "coverUrl": "$.cover_url",
      "intro": "$.abstract",
      "kind": "$.source",
      "lastChapter": "$.source",
      "name": "$.title"
    },
    "ruleToc": {
      "chapterList": "$.chapters<js>java.put('book_id', java.getString('$.book_id')); java.put('source', java.getString('$.source')); result</js>",
      "chapterName": "$.title",
      "chapterUrl": "<js>var host = getHost(); \nvar bookId = java.get('book_id'); \nvar sourceVal = java.get('source'); \nvar itemId = java.getString('$.item_id'); \nhost + '/content?book_id=' + bookId + '&item_id=' + itemId + '&source=' + encodeURIComponent(sourceVal);</js>"
    },
    "searchUrl": "@js:\n(function() {\n    var sourceVal = '全部';\n    try {\n        var userSource = source.getVariable();\n        if (userSource != null && String(userSource).length > 0) {\n            // 解析JSON格式的变量\n            var userObj = JSON.parse(userSource);\n            if (userObj && userObj[0] && userObj[0].host) {\n                sourceVal = userObj[0].host;\n            }\n        }\n    } catch (e) {\n        java.log('获取用户来源失败，使用默认值');\n    }\n    return getHost() + '/search?q={{key}}&source=' + encodeURIComponent(sourceVal);\n})();\n",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔞自制书源【永久有效】",
    "bookSourceType": 0,
    "bookSourceUrl": "https://po18.rouwenapp.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 82,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "都市言情::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=15\n奇幻玄幻::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=17\n武侠仙侠::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=18\n穿越重生::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=19\n综合其他::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=20\n",
    "header": "{\n  \"User-Agent\" : \"okhttp\\/3.11.0\"\n}",
    "lastUpdateTime": 1746172238335,
    "loginUrl": "",
    "respondTime": 40859,
    "ruleBookInfo": {
      "intro": "@JSon:$.data.intro",
      "tocUrl": "@JSon:https://api.rouwenapp.com/reader/book/chapter?bookId={$.data.id}&number=0"
    },
    "ruleContent": {
      "content": "id.rtext@textNodes",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "@JSon:$.author",
      "bookList": "@JSon:$.data.*",
      "bookUrl": "@JSon:$.id@js:\"https://api.rouwenapp.com/reader/book/detail?bookId=\"+result",
      "coverUrl": "@JSon:$.cover",
      "lastChapter": "@JSon:$.last_update_chapter_name||$..intro",
      "name": "@JSon:$.title"
    },
    "ruleToc": {
      "chapterList": "@JSon:$.data.chapterList.*",
      "chapterName": "@JSon:$.title",
      "chapterUrl": "@JSon:$.contentUrl",
      "nextTocUrl": "https://api.rouwenapp.com/reader/book/chapter/next?chapterId={$.data.chapterId}"
    },
    "searchUrl": "https://api.rouwenapp.com/reader/book/search?app_key=4037465544&page=<{{page}}>&keyword={{key}}&bookSource=po18xyz",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "💐 言情小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yqk.net",
    "customButton": false,
    "customOrder": 83,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"总榜\",\"url\":\"/articles.php?sort=allvisit&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"月榜\",\"url\":\"/articles.php?sort=monthvisit&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"周榜\",\"url\":\"/articles.php?sort=weekvisit&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"最新\",\"url\":\"/articles.php?sort=postdate&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"情节\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"欢喜冤家\",\"url\":\"/qingjie/1/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"情有独钟\",\"url\":\"/qingjie/2/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"候门似海\",\"url\":\"/qingjie/3/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"别后重逢\",\"url\":\"/qingjie/4/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"一见钟情\",\"url\":\"/qingjie/5/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"青梅竹马\",\"url\":\"/qingjie/6/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"日久生情\",\"url\":\"/qingjie/7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古色古香\",\"url\":\"/qingjie/8/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"近水楼台\",\"url\":\"/qingjie/9/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"后知后觉\",\"url\":\"/qingjie/10/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"灵异神怪\",\"url\":\"/qingjie/11/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"斗气冤家\",\"url\":\"/qingjie/12/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"死缠烂打\",\"url\":\"/qingjie/13/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越时空\",\"url\":\"/qingjie/14/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"摩登世界\",\"url\":\"/qingjie/15/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"失而复得\",\"url\":\"/qingjie/16/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"痴心不改\",\"url\":\"/qingjie/17/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"破镜重圆\",\"url\":\"/qingjie/18/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"苦尽甘来\",\"url\":\"/qingjie/19/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"误打误撞\",\"url\":\"/qingjie/20/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"暗恋成真\",\"url\":\"/qingjie/21/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"豪门世家\",\"url\":\"/qingjie/22/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"江湖恩怨\",\"url\":\"/qingjie/23/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"弄假成真\",\"url\":\"/qingjie/24/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"时代\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"唐朝\",\"url\":\"/shidai/1/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"宋朝\",\"url\":\"/shidai/2/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"明朝\",\"url\":\"/shidai/3/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"清朝\",\"url\":\"/shidai/4/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"民国\",\"url\":\"/shidai/5/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"现代\",\"url\":\"/shidai/6/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"架空\",\"url\":\"/shidai/7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"古代\",\"url\":\"/shidai/8/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"地点\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"大陆\",\"url\":\"/didian/1/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"香港\",\"url\":\"/didian/2/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"台湾\",\"url\":\"/didian/3/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"某市\",\"url\":\"/didian/4/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"架空\",\"url\":\"/didian/5/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"外国\",\"url\":\"/didian/6/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"美国\",\"url\":\"/didian/7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"英国\",\"url\":\"/didian/8/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"法国\",\"url\":\"/didian/9/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"澳洲\",\"url\":\"/didian/10/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"德国\",\"url\":\"/didian/11/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"意大利\",\"url\":\"/didian/12/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"加拿大\",\"url\":\"/didian/13/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"新加坡\",\"url\":\"/didian/14/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"日本\",\"url\":\"/didian/15/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"韩国\",\"url\":\"/didian/16/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1751158033429,
    "respondTime": 2290,
    "ruleBookInfo": {
      "author": ".base@a.2@text",
      "coverUrl": ".img@img@src",
      "intro": ".intro@html##.*简介.",
      "kind": ".base@p.4@a@text",
      "lastChapter": ".base@p.5@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".base@a.1@text",
      "wordCount": ".base@em.0@text"
    },
    "ruleContent": {
      "content": ".content@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".left@li",
      "bookUrl": "a.1@href",
      "coverUrl": "img.0@src",
      "intro": "p.4@text##.*简介.|\\s",
      "kind": "p.3@a@text",
      "lastChapter": "a.-1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.1@text",
      "wordCount": "em.-1@text"
    },
    "ruleToc": {
      "chapterList": ".chapter@dd@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\n/search.php,{\n  \"charset\": \"gb2312\",\n  \"method\": \"post\",\n  \"body\": \"searchkey={{key}}&page={{page}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "其他源的小说内容错误，然后自己手写",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "ryw笔趣阁78",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.biquge78.cc",
    "customButton": false,
    "customOrder": 84,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1759304196420,
    "respondTime": 1595,
    "ruleBookInfo": {
      "author": "p.booktag@a@text",
      "intro": "p.bookintro@text",
      "kind": "ol.breadcrumb@li.1@text",
      "lastChapter": "a.bookchapter@text",
      "name": "h1.booktitle@text",
      "tocUrl": "div.list-chapterAll@dd@a@href",
      "wordCount": "p.booktag@span.0@text"
    },
    "ruleContent": {
      "content": "class.readcontent@tag.p@html",
      "nextContentUrl": "id.linkNext@href"
    },
    "ruleSearch": {
      "author": "div.author.0@text",
      "bookList": "div.bookbox",
      "bookUrl": "a.del_but@href",
      "checkKeyWord": "借剑",
      "intro": "div.update@text",
      "lastChapter": "div.cat@text",
      "name": "h4.bookname@text"
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll@dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "preUpdateJs": ""
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}/search/,{\n\"method\": \"POST\",\n  \"body\": \"searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "书听FM",
    "bookSourceType": 1,
    "bookSourceUrl": "https://m.shuyinfm.com/",
    "customButton": false,
    "customOrder": 85,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": false,
    "eventListener": false,
    "header": "{\n\t\"User-Agent\":\"Mozilla/5.0 (Linux; Android 13; V2148A Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36\"\n\t}",
    "lastUpdateTime": 1759820870483,
    "respondTime": 2047,
    "ruleBookInfo": {
      "author": "//div[1]/div[@class=\"book-rand-a\"][4]/a/text()",
      "coverUrl": ".book[0]@img@src",
      "intro": "//div[@class=\"book\"]/div[@class=\"book-des\"]/text()",
      "kind": "//div[1]/div[@class=\"book-rand-a\"][1]/a/text()",
      "name": "@XPath://h1/text()",
      "tocUrl": "//div[@class=\"book\"][1]/a[1]/@href"
    },
    "ruleContent": {
      "content": "@XPath://div[@id=\"jp_container_1\"][1]/div/div/ul[@id=\"jp-lines\"]/li[1]/@data-code@js:// 获取秒级时间戳（10位数，纯数字）\nfunction getTimestamp() {\n    return Math.floor(Date.now() / 1000);\n};\n// 获取时间戳与code组成网址\nvar timestamp = getTimestamp();\nwangc=`code=${result}&timestamp=${timestamp}`;\nurl=\"https://m.shuyinfm.com/e/extend/url.php\"\npost=`{\n\"method\":\"POST\",\n\"body\":\"${wangc}\",\n\"headers\":{\"Uaer-Agent\":\"Mozilla/5.0 (Linux; Android 8.1.0; PBAM00 Build/OPM1.171019.026; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/76.0.3809.89 Mobile Safari/537.36 T7/11.20 SP-engine/2.16.0baiduboxapp/11.20.0.14 (Baidu; P1 8.1.0) NABar/2.0\"}\n}`;\nwangb1=java.post(url,wangc,{}).body();\n// 转成json对象取数据\nvar jsonObj = JSON.parse(wangb1); \nvar uuid = jsonObj.uuid;\nlet signature=jsonObj.signature;\nlet wangb=`https://m.shuyinfm.com/e/extend/url.php?code=${result}&timestamp=${timestamp}&signature=${signature}&uuid=${uuid}`\nwangb2=java.ajax(wangb);\n\n//转成json对象取网址c也就是资源网址\nvar jsonObj1 = JSON.parse(wangb2); \nvar ziyuan=jsonObj1.url\n\n// 发起资源网址请求\nlet zy=java.get(ziyuan,{});\nqw=String(zy.header(\"location\"))\njava.log(qw)\n\n\n",
      "title": ""
    },
    "ruleSearch": {
      "author": ".book-meta a[1]@text",
      "bookList": ".book-ol@li",
      "bookUrl": ".book-cell@a@href",
      "checkKeyWord": "我的",
      "coverUrl": ".book-cover.lazy@data-original",
      "intro": "",
      "kind": "",
      "name": ".book-title@text"
    },
    "ruleToc": {
      "chapterList": "#playlist>ul li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "isVolume": ""
    },
    "searchUrl": "<js>\nurl=source.bookSourceUrl+\"e/search/index.php\";\nbody=`keyboard=${key}&show=title,newstext,player,playadmin,movietime,filetype`\nres=java.post(url,body,{}).headers();\nurl=source.bookSourceUrl+\"e/search/\"+res.location\n</js>\n",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "💐 一百零一",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.txtxs101.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 86,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "最新入库::/top/postdate_{{page}}.html\n最近更新::/top/lastupdate_{{page}}.html\n总排行榜::/top.php\n古代言情::/class/1_{{page}}.html\n现代言情::/class/2_{{page}}.html\n纯爱耽美::/class/3_{{page}}.html\n仙侠玄幻::/class/4_{{page}}.html\n科幻未来::/class/5_{{page}}.html\n悬疑鬼怪::/class/6_{{page}}.html\n游戏人生::/class/7_{{page}}.html\n女生百合::/class/8_{{page}}.html\n其他类型::/class/56_{{page}}.html",
    "lastUpdateTime": 1734417123845,
    "loginUrl": "",
    "respondTime": 8169,
    "ruleBookInfo": {
      "author": "id.listtj@a@textNodes##.*：|\\s（.*",
      "coverUrl": "",
      "init": "<js>\nif(result.match(/text=new Array\\(\".*?\"\\)/)){\ncon=\"\"\neval(result.match(/text=new Array\\(\".*?\"\\)/)[0]);\nfor(var i=0;i<text.length;i++){con +=text[i];}con=String(java.base64Decode(con));\nresult=con\n}else{\n\tresult=result\n\t}\n</js>",
      "intro": "id.CrbsSum@textNodes##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "table.-1@td.1:3:5@text##小说|\\s..:.*|\\s.:.*",
      "lastChapter": "table.-3@font.-1@b@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "id.listtj@b@text",
      "tocUrl": "table.-1@tr.3@a.0@href",
      "wordCount": "table.-1@tr.2@td.1@text"
    },
    "ruleContent": {
      "content": "<js>\nif(result.match(/text=new Array\\(\".*?\"\\)/)){\ncon=\"\"\neval(result.match(/text=new Array\\(\".*?\"\\)/)[0]);\nfor(var i=0;i<text.length;i++){con +=text[i];}con=String(java.base64Decode(con));\nresult=con\n}else{\n\tresult=result\n\t}\n</js>\nid.content@textNodes",
      "replaceRegex": "<js>result.replace(/b近/,'逼近').replace(/cH0U/,'抽').replace(/r0U/,'肉').replace(/lU0/,'裸').replace(/101言情小说/,'')</js>"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": ".author@text||td.4@text",
      "bookList": "<js>\nif(result.match(/text=new Array\\(\".*?\"\\)/)){\ncon=\"\"\neval(result.match(/text=new Array\\(\".*?\"\\)/)[0]);\nfor(var i=0;i<text.length;i++){con +=text[i];}con=String(java.base64Decode(con));\nresult=con\n}else{\n\tresult=result\n\t}\n</js>\n.bookbox||.sf-grid@tbody@tr",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "kind": ".update@textNodes&&td.0:7:5@text##小说|\\[|\\]|\\s..:.*|\\s.:.*",
      "lastChapter": "a.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "<js>\nif(result.match(/text=new Array\\(\".*?\"\\)/)){\ncon=\"\"\neval(result.match(/text=new Array\\(\".*?\"\\)/)[0]);\nfor(var i=0;i<text.length;i++){con +=text[i];}con=String(java.base64Decode(con));\nresult=con\n}else{\n\tresult=result\n\t}\n</js>\nid.defaulthtml@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href",
      "isVolume": ""
    },
    "searchUrl": "/book/search.aspx?key={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：\n   PO文    https://m.po18vip.me \n 肉宅屋    https://m.rouzhaiwu.info\n寂寞书库 http://m.jimoshuku.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "新御书屋⑪",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.yswnovel.com/#🚀",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 87,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": "   全  部   ::/shuku/0/0/0/0/0/0/lastupdate/{{page}}.html\n  男点击  ::/top/rank.html\n  女点击  ::/top/nrank.html\n  收藏榜  ::/top/collect.html\n  推荐榜  ::/top/vote.html\n                \n玄幻奇幻::/shuku/0/1/0/0/0/0/lastupdate/{{page}}.html\n武侠仙侠::/shuku/0/2/0/0/0/0/lastupdate/{{page}}.html\n都市生活::/shuku/0/3/0/0/0/0/lastupdate/{{page}}.html\n历史军事::/shuku/0/4/0/0/0/0/lastupdate/{{page}}.html\n网游竞技::/shuku/0/5/0/0/0/0/lastupdate/{{page}}.html\n科幻未来::/shuku/0/6/0/0/0/0/lastupdate/{{page}}.html\n恐怖悬疑::/shuku/0/7/0/0/0/0/lastupdate/{{page}}.html\n  二次元  ::/shuku/0/8/0/0/0/0/lastupdate/{{page}}.html\n古代言情::/shuku/0/9/0/0/0/0/lastupdate/{{page}}.html\n现代言情::/shuku/0/10/0/0/0/0/lastupdate/{{page}}.html\n幻想奇缘::/shuku/0/11/0/0/0/0/lastupdate/{{page}}.html\n浪漫青春::/shuku/0/12/0/0/0/0/lastupdate/{{page}}.html\n网络情缘::/shuku/0/13/0/0/0/0/lastupdate/{{page}}.html\n科幻空间::/shuku/0/14/0/0/0/0/lastupdate/{{page}}.html\n鬼怪灵异::/shuku/0/15/0/0/0/0/lastupdate/{{page}}.html\n  N次元  ::/shuku/0/16/0/0/0/0/lastupdate/{{page}}.html\n言情美文::/shuku/0/17/0/0/0/0/lastupdate/{{page}}.html\n其他类型::/shuku/0/18/0/0/0/0/lastupdate/{{page}}.html",
    "header": "",
    "lastUpdateTime": 1721299704225,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 42582,
    "ruleBookInfo": {
      "author": "class.xq_bookne@tag.div.2@text",
      "canReName": "",
      "coverUrl": "class.bookimg@img@src",
      "init": "",
      "intro": "class.bookintro@text",
      "kind": "class.xq_bookne@tag.div.3@text&&class.xq_bookne@tag.div.4@text##类别：|状态：",
      "lastChapter": "id.newlist@tag.ul@tag.li.0@tag.a@text",
      "name": "class.one@text",
      "tocUrl": "class.btn_book@tag.a.3@href",
      "wordCount": "class.xq_bookne@tag.div.5@text##字数："
    },
    "ruleContent": {
      "content": "id.YiJianZhan@html##本章未完.*继续阅读|上一章|目录|下一页|上一页|下一章",
      "imageStyle": "",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##(‘’)##\\\"",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.book_other@textNodes",
      "bookList": "id.sitebox@dl",
      "bookUrl": "tag.a@href",
      "coverUrl": "img@src",
      "intro": "class.book_des@text",
      "kind": "class.book_other@span@text##\\|",
      "lastChapter": "",
      "name": "h3@tag.a.0@text",
      "wordCount": "class.tag-small blue@text"
    },
    "ruleSearch": {
      "author": "class.book_other@textNodes",
      "bookList": "id.sitebox@dl",
      "bookUrl": "tag.a@href",
      "coverUrl": "img@src",
      "intro": "class.book_des@text",
      "kind": "class.book_other@span@text##\\|",
      "lastChapter": "",
      "name": "h3@tag.a.0@text",
      "wordCount": "class.tag-small blue@text"
    },
    "ruleToc": {
      "chapterList": "id.readerlist@tag.ul@tag.li",
      "chapterName": "a@text##\\>",
      "chapterUrl": "a@href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "text.下一页@href||option@value",
      "updateTime": ""
    },
    "searchUrl": "/modules/article/search.php,{\n'charset':'utf-8',\n'method':'POST',\n'body':'searchkey={{key}}'\n}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "//轻小说，网站访问有点缓慢。",
    "bookSourceGroup": "免费",
    "bookSourceName": "💐 ACGZC",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.acgzc.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 88,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "古代幻想::/index.php/portal/booklist/?list=true&classid=19&classid=12&per_page={{page}}\n近代幻想::/index.php/portal/booklist/?list=true&classid=19&classid=19&per_page={{page}}\n未来幻想::/index.php/portal/booklist/?list=true&classid=19&classid=26&per_page={{page}}\n体育游戏::/index.php/portal/booklist/?list=true&classid=19&classid=33&per_page={{page}}\n同人作品::/index.php/portal/booklist/?list=true&classid=19&classid=42&per_page={{page}}\n短篇作品::/index.php/portal/booklist/?list=true&classid=19&classid=46&per_page={{page}}\n漫画世界::/index.php/portal/booklist/?list=true&classid=19&classid=50&per_page={{page}}\n异能时代::/index.php/portal/booklist/?list=true&classid=19&sclassid=20&per_page={{page}}\n穿越重生::/index.php/portal/booklist/?list=true&classid=19&sclassid=21&per_page={{page}}\n架空战争::/index.php/portal/booklist/?list=true&classid=19&sclassid=23&per_page={{page}}",
    "lastUpdateTime": 1734417339475,
    "loginUrl": "http://www.acgzc.com/index.php/portal/signin",
    "respondTime": 98554,
    "ruleBookInfo": {
      "author": ".a2@span.0@textNodes",
      "coverUrl": ".a1@img.0@src",
      "init": "",
      "intro": "h3@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "tbody@tr.2@a@text&&tbody@tr.2@td.1@textNodes&&.nav-tabs@li.-1@text##.*：|\\s.*",
      "lastChapter": ".z_zuixin@a.0@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".a2@h1@ownText",
      "tocUrl": ".a3@a.0@href",
      "wordCount": "tbody@tr.2@td.2@textNodes"
    },
    "ruleContent": {
      "content": "id.z_zy@html",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "a.3@text",
      "bookList": ".rank-detail@ul",
      "bookUrl": "a.1@href",
      "checkKeyWord": "",
      "coverUrl": "",
      "kind": "a.0@text&&li.4@text##\\[|\\]|\\s.*",
      "name": "a.1@text",
      "wordCount": "li.2@text"
    },
    "ruleToc": {
      "chapterList": ".zpxg@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/index.php/portal/booklist/?list=true&keywords={{key}}&per_page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "BY:溪",
    "bookSourceGroup": "免费",
    "bookSourceName": "笔仙阁子",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.236316.com",
    "bookUrlPattern": "http://www.236318.com/book/\\d+/",
    "customButton": false,
    "customOrder": 89,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1734554772640,
    "respondTime": 8220,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&\n[property=\"og:novel:status\"]@content&&\n[property=\"og:novel:update_time\"]@content",
      "lastChapter": "{{@@[property$=chapter_name]@content}}\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(\\{（｛【].*[求含理更谢乐发推票盟补加字Kk\\/].*/g,'')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(第.+章)\\s?\\d+/,'$1')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": "#TextContent@p@html",
      "nextContentUrl": "text.下一@href"
    },
    "ruleExplore": {
      "bookList": "#sitebox@dl",
      "bookUrl": "a.0@href",
      "coverUrl": "@js:\"http://www.236318.com/images/jpg\"",
      "intro": ".book_des@text",
      "kind": "{{@@.uptime@text}}\n{{@@.book_other@span.0:1:2@text}}",
      "lastChapter": ".book_other@a.0@text",
      "name": "h3@a@text"
    },
    "ruleSearch": {
      "author": ".book_other@span.0@text",
      "bookList": "id.sitebox@dl",
      "bookUrl": "a.0@href",
      "coverUrl": "@js:\"http://www.236318.com/images/jpg\"",
      "intro": ".book_des@text",
      "kind": "{{@@.uptime@text}}\n{{@@.book_other@span.0:1:2@text}}",
      "lastChapter": ".book_other@a.0@text",
      "name": "h3@a@text"
    },
    "ruleToc": {
      "chapterList": "#chapterList@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search/,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "*同源〖https://www.biqu10.cc/〗\n和www.10tran.com\n┍　　　　书源作者：萌  新　　　　┒\n├───┬────────────┤\n│！免责│本书源只提供代码进行技术│\n│！声明│交流，请于２４小时后删除│\n├───┴────────────┤",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "笔趣阁70",
    "bookSourceType": 0,
    "bookSourceUrl": "笔趣阁70",
    "bookUrlPattern": "https?://www.biqu70.com/book/\\d+/",
    "customButton": false,
    "customOrder": 90,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻排行榜\",\"url\":\"https://www.36c9e43.sbs/top/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"玄幻\",\"url\":\"https://www.36c9e43.sbs/xuanhuan/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"武侠\",\"url\":\"https://www.36c9e43.sbs/wuxia/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"都市\",\"url\":\"https://www.36c9e43.sbs/dushi/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"历史\",\"url\":\"https://www.biqu10.cc/lishi/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"网游\",\"url\":\"https://www.36c9e43.sbs/wangyou/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"科幻\",\"url\":\"https://www.36c9e43.sbs/kehuan/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"女生\",\"url\":\"https://www.36c9e43.sbs/mm/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"完本\",\"url\":\"https://www.36c9e43.sbs/finish/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}}]",
    "header": "\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36\"",
    "lastUpdateTime": 1752415303678,
    "respondTime": 18223,
    "ruleBookInfo": {
      "author": "class.small@span.0@text",
      "coverUrl": "class.cover@img@src",
      "intro": "class.intro@dd@text##推荐地址.*|んǎīτǎňＧsんùщùてōм",
      "kind": "class.small@span.1@text##状态：",
      "lastChapter": "class.last@a@href",
      "name": "class.info@tag.h1.0@text",
      "tocUrl": "",
      "wordCount": "class.small@span.2@text##更新："
    },
    "ruleContent": {
      "content": "class.Readarea@textNodes##请收藏本站.*加入书签|请收藏本站.*|章节报错|顶点手机版更新.*|讲真，最近一直用.*|【新章节更新迟.*多个站点的最新章节。】|爱玩又很菜|"
    },
    "ruleExplore": {
      "author": "tag.span@text",
      "bookList": "class.item||.blocks@ul@li",
      "bookUrl": "tag.a@href",
      "coverUrl": "class.image@a@img@src",
      "intro": "tag.dd@text",
      "kind": "",
      "name": "tag.dl@dt@a@text||a@text"
    },
    "ruleSearch": {
      "author": "class.author@text",
      "bookList": "class.bookbox",
      "bookUrl": "class.bookname@a@href",
      "checkKeyWord": "大奉打更人",
      "coverUrl": "class.booking@tag.src",
      "intro": "class.uptime@text##んǎīτǎňＧsんùщùてōм",
      "name": "class.bookname@a@text"
    },
    "ruleToc": {
      "chapterList": "class.listmain@dd",
      "chapterName": "tag.a@text##（求.*",
      "chapterUrl": "tag.a@href##$##,{'webView': true}",
      "isVip": "price",
      "nextTocUrl": "text.下一页@href##$##,{'webView': true}"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\n{{source.bookSourceComment.match(/同源〖([^〗]*)〗/)[1]}}/s?q={{key}},{\n\"webView\": true\n}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "24.10.31",
    "bookSourceGroup": "免费",
    "bookSourceName": "安读书网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.88haoshu.com/",
    "customButton": false,
    "customOrder": 91,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1734971093047,
    "respondTime": 6625,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "🕰  更新时间：\n{{@@[property$=update_time]@content##\\s.*}}\n📜  内容简介：\n{{@@[property$=description]@content}}##(^|[。！？……；]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "{{@@[property$=chapter_name]@content##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求含理更谢乐发推票盟补加字].*?[】）\\)]}}•{{@@[property$=update_time]@content##\\s.*}}\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(第.+章)\\s?\\d+/,'$1')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "name": "[property$=book_name]@content"
    },
    "ruleContent": {
      "content": "#content@p@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##.本章完.|{{try{title}catch(e){\"\"} }}"
    },
    "ruleExplore": {
      "author": ".s4@text",
      "bookList": ".l@ul@li",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.*\\/(\\d+)\\/(\\d+)\\/.*##https://img.88haoshu.com/$1/$2/$2s.jpg",
      "kind": ".s1@text&&.s5@text##\\[|\\]",
      "lastChapter": ".s3@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求含理更谢乐发推票盟补加字].*?[】）\\)]\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(第.+章)\\s?\\d+/,'$1')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "name": ".s2@text"
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "tr!0",
      "bookUrl": "a.0@href",
      "checkKeyWord": "我的模拟长生路",
      "coverUrl": "a.0@href##.*\\/(\\d+)\\/(\\d+)\\/.*##https://img.88haoshu.com/$1/$2/$2s.jpg",
      "kind": "td.-1@text",
      "lastChapter": "{{@@td.3@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求含理更谢乐发推票盟补加字].*?[】）\\)]}}•{{@@td.-1@text}}\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(第.+章)\\s?\\d+/,'$1')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "name": "td.1@text"
    },
    "ruleToc": {
      "chapterList": "#list@dl@dd@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{url=source.getKey();\ncookie.removeCookie(url);\nurl}}sss/?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "💐 ＵＣ书库",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.shukuge.org",
    "customButton": false,
    "customOrder": 92,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "日点击榜::/top/dayvisit_{{page}}/\n周点击榜::/top/weekvisit_{{page}}/\n月点击榜::/top/monthvisit_{{page}}/\n总点击榜::/top/allvisit_{{page}}/\n总收藏榜::/top/goodnum_{{page}}/\n字数排行::/top/size_{{page}}/\n日推荐榜::/top/dayvote_{{page}}/\n周推荐榜::/top/weekvote_{{page}}/\n月推荐榜::/top/monthvote_{{page}}/\n总推荐榜::/top/allvote_{{page}}/\n最新入库::/top/postdate_{{page}}/\n最近更新::/top/lastupdate_{{page}}/\n奇幻仙侠::/sort/1_{{page}}/\n清穿小说::/sort/2_{{page}}/\n言情小说::/sort/3_{{page}}/\n女尊小说::/sort/4_{{page}}/\n耽美小说::/sort/5_{{page}}/\n同人小说::/sort/6_{{page}}/\n其他小说::/sort/7_{{page}}/\n传统言情::/sort/8_{{page}}/\n现代耽美::/sort/9_{{page}}/\n架空历史::/sort/10_{{page}}/\n全本小说::/full/{{page}}/",
    "lastUpdateTime": 1751077423042,
    "respondTime": 16321,
    "ruleBookInfo": {
      "author": ".info@p.0@text",
      "coverUrl": ".info@img@src",
      "kind": ".info@p.1@text##.*：|\\s..:.*",
      "lastChapter": ".list[0]@a.0@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".info@h3@text"
    },
    "ruleContent": {
      "content": "id.content@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##UC小.*|\\s*.*点击下一页.*\\s*|最新网址.*"
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": ".content_link||.tt",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##http://www.shukuge.org/files/article/image/$2/$1/$1s.jpg###",
      "intro": ".p5@text",
      "kind": "a.0@text&&.label@p.0@text##\\[|\\]",
      "name": "a.1@text",
      "wordCount": ".label@p.1@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".search_list",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.shukuge.org/files/article/image/$2/$1/$1s.jpg###",
      "kind": "a.1@text##小说",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": ".list!0@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href",
      "nextTocUrl": ".right@a@href"
    },
    "searchUrl": "/s.php?s={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁🎃#13",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.biquges.com#🎃",
    "bookUrlPattern": "http://www.biquges.com/\\d+_\\d+",
    "customButton": false,
    "customOrder": 93,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 364,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作    者：",
      "coverUrl": "id.fmimg@tag.img.0@src",
      "intro": "id.intro@text",
      "kind": "id.info@tag.p.2@text##最后更新：",
      "lastChapter": "id.info@tag.p.3@a@text",
      "name": "id.info@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@html##请记住本书首发域名：|.net。|顶点小说手机版阅读网址："
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "tag.td.0@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.biquges.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "tag.td.1@tag.a@text",
      "name": "tag.td.0@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.biquges.com/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "💠 八一中文",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.zwduxs.com",
    "bookUrlPattern": "http?://www\\.zwduxs\\.com(/html)?/\\d+_\\d+/?",
    "customButton": false,
    "customOrder": 94,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/xuanhuanxiaoshuo/1_{{page}}.html\n修真::/xiuzhenxiaoshuo/2_{{page}}.html\n都市::/dushixiaoshuo/3_{{page}}.html\n穿越::/chuanyuexiaoshuo/4_{{page}}.html\n网游::/wangyouxiaoshuo/5_{{page}}.html\n科幻::/kehuanxiaoshuo/6_{{page}}.html\n完本::/wanben/1_{{page}}",
    "lastUpdateTime": 1734417606801,
    "loginUrl": "",
    "respondTime": 1739,
    "ruleBookInfo": {
      "author": "id.info@p.0@text",
      "coverUrl": "id.fmimg@img@src",
      "init": "",
      "intro": "id.intro@p@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".con_top@a.-1@text&&id.info@p.2@text##小说|.*：|\\s..:.*",
      "lastChapter": "id.list@a.-1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "id.info@h1@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleContent": {
      "content": "id.content@html",
      "nextContentUrl": "",
      "replaceRegex": "##\\s*您可以在百.*最新章节！\\s*|\\s*[\\(（]本章完[\\)）]\\s*"
    },
    "ruleExplore": {
      "author": ".s5@text",
      "bookList": ".l@li",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "kind": ".s3@textNodes##\\(|\\)",
      "lastChapter": "a.1@text",
      "name": "a.0@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "id.nr",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "td.5:4@text",
      "lastChapter": "a.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.0@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说",
      "wordCount": "td.3@text"
    },
    "ruleToc": {
      "chapterList": "id.list@dd@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"method\": \"post\",\n  \"body\": \"searchkey={{key}}&searchtype=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "魔法书库",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.molizw.com/##1",
    "customButton": false,
    "customOrder": 95,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1732529127071,
    "respondTime": 10665,
    "ruleBookInfo": {
      "author": "p.0@text",
      "coverUrl": "img@src",
      "intro": "class.m-desc xs-show@text##简介: ##",
      "kind": "p.1@text##类 别：##",
      "lastChapter": "p.5@text##最新章节：##",
      "name": "h1.1@text"
    },
    "ruleContent": {
      "content": "class.content@html",
      "imageStyle": "",
      "nextContentUrl": "text.下一页@href##$##,{\"webView\":true}",
      "replaceRegex": "##最新网址.*|\\（本章未完.*|第(.*?)章.*|.*\\(第\\d\\/\\d页\\)"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.3@text",
      "bookList": "class.txt-list txt-list-row5@li!0",
      "bookUrl": "a.0@href##$##,{\"webView\":true}",
      "checkKeyWord": "我的",
      "coverUrl": "a@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "intro": "",
      "kind": "span.0@text##\\[|\\]",
      "lastChapter": "span.2@text",
      "name": "li@span.1@text"
    },
    "ruleToc": {
      "chapterList": ".section-list.1@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href##$##,{\"webView\":true}",
      "nextTocUrl": "option@value||text.下一页@href##$##,{\"webView\":true}"
    },
    "searchUrl": "http://www.molizw.com/so.html?keyWord={{key}},{\n  \"webView\":true\n  }",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "爱笔趣阁 im",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.ibiquge.info",
    "customButton": false,
    "customOrder": 96,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1691331653312,
    "respondTime": 2855,
    "ruleBookInfo": {
      "author": "li.0@a@text",
      "coverUrl": "id.thumb@src",
      "intro": ".review@text",
      "kind": ".sort@text##类别:",
      "lastChapter": "li.3@text##更新: ",
      "name": ".title@text",
      "tocUrl": "id.chapterlist@h2@a@href"
    },
    "ruleContent": {
      "content": "id.chaptercontent@textNodes##第().*",
      "nextContentUrl": ".Readpage@a.-1@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "p.1@a.1@text",
      "bookList": ".hot_sale",
      "bookUrl": "a.0@href",
      "lastChapter": "p.-1@a@text",
      "name": "p.0@text"
    },
    "ruleToc": {
      "chapterList": "id.chapterlist@p!0@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://m.ibiquge.info/SearchBook.php?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁135",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.39txt.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 97,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n\"User-Agent\":\"Mozilla/5.0(WindowsNT10.0;WOW64)AppleWebKit/537.36(KHTML,likeGecko)Chrome/70.0.3538.25Safari/537.36Core/1.70.3704.400QQBrowser/10.4.3587.400\"\n}",
    "lastUpdateTime": 1734834106355,
    "loginUrl": "",
    "respondTime": 4229,
    "ruleBookInfo": {
      "author": "class.info@tag.h3@tag.a@text",
      "coverUrl": "class.img@tag.img@src",
      "intro": "id.intro@html",
      "lastChapter": "class.info@span@a@text",
      "name": "class.info@tag.h1@text"
    },
    "ruleContent": {
      "content": "id.book_text@html",
      "replaceRegex": "##一秒记住.*|www.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "tag.a.0@href##.*/(\\d+)/(\\d+)/##/files/article/image/$1/$2/$2s.jpg",
      "kind": "class.even.2@text",
      "lastChapter": "tag.td.1@text",
      "name": "tag.td.0@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.article_texttitleb@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "modules/article/search.php?q={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//网站宕机等待恢复，不恢复又等不了就删掉",
    "bookSourceGroup": "免费",
    "bookSourceName": "💠 笔趣阁fun",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.bqg.fun",
    "customButton": false,
    "customOrder": 98,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1735642164176,
    "respondTime": 1888,
    "ruleBookInfo": {
      "author": "id.info@p.0@text##.*：",
      "coverUrl": "id.fmimg@img@src",
      "intro": "id.list@p@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "id.info@p.2@text##.*：|小说.*",
      "lastChapter": "id.info@a.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "id.info@h1@text"
    },
    "ruleContent": {
      "content": "id.booktext@html",
      "replaceRegex": "##\\s*[\\(（]本章完[\\)）]\\s*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "tbody@tr!0",
      "bookUrl": "a.0@href",
      "coverUrl": "",
      "intro": "",
      "kind": "td.4@text",
      "lastChapter": "",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list@dd@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：\n御宅文 https://m.yuzhaiwen.com\n御宅屋 https://m.yuzhaiwuone.com\n御夜书 https://m.yuyeshu.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "肉肉屋⑥",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.powenwu6.com/#🚀",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 99,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": "[{\"title\":\"全部/最新\",\"url\":\"/wapsort/0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"校园\",\"url\":\"/wapsort/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"都市\",\"url\":\"/wapsort/2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"古代\",\"url\":\"/wapsort/3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"罗曼史\",\"url\":\"/wapsort/4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"耽美\",\"url\":\"/wapsort/5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"百合\",\"url\":\"/wapsort/6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"同人\",\"url\":\"/wapsort/7_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"奇幻\",\"url\":\"/wapsort/8_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"网游\",\"url\":\"/wapsort/9_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"科幻\",\"url\":\"/wapsort/10_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"恐怖\",\"url\":\"/wapsort/11_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"惊悚\",\"url\":\"/wapsort/12_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"武侠\",\"url\":\"/wapsort/13_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"历史\",\"url\":\"/wapsort/14_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"穿越\",\"url\":\"/wapsort/15_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"其他\",\"url\":\"/wapsort/16_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}}]",
    "header": "",
    "lastUpdateTime": 1721299174257,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 33078,
    "ruleBookInfo": {
      "author": "//*[@id=\"novelMain\"]/div[1]/table/tbody/tr/td[1]/div[1]/h2/text()",
      "canReName": "",
      "coverUrl": "",
      "init": "",
      "intro": "//*[@id=\"novelMain\"]/div[3]/div/pre/text()@js:result.replace(/^/,'    ')",
      "kind": "class.article_info_td@tag.a.0@text&&class.article_info_td@tag.time@text",
      "lastChapter": "class.article_info_td@tag.a.1@text&&class.article_info_td@tag.time@text\n<js>result.replace(/(.*)\\s/,'$1 • ')</js>",
      "name": "//*[@id=\"nr_body\"]/nav/ul/li[2]/text()##\\_.*",
      "tocUrl": "//*[@style=\"color:red;\"]/@href",
      "wordCount": "##总字数：([^<]+)<##$1###@js:result+'字'"
    },
    "ruleContent": {
      "content": "id.nr1@html",
      "imageStyle": "0",
      "nextContentUrl": "//*[@id=\"pt_next\"]/@href",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "tag.strong@text||class.list_author@tag.span@text",
      "bookList": "class.common-bookele||id.list_ul@tag.li",
      "bookUrl": "tag.a.1@href||h3@tag.a.0@href",
      "coverUrl": "@js:'https://img.gb84.com/image/0/15/15s.jpg'",
      "intro": "class.abstract@tag.a@textNodes",
      "kind": "tag.li@tag.a.0@text",
      "lastChapter": "",
      "name": "h3@tag.a.0@text||tag.a.1@text##_PO18",
      "wordCount": "class.lastupdate@tag.time@text"
    },
    "ruleSearch": {
      "author": "tag.strong@text",
      "bookList": "class.common-bookele[0:4]",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "@js:'https://img.gb84.com/image/0/15/15s.jpg'",
      "intro": "",
      "kind": "tag.p.1@text##栏目.",
      "lastChapter": "",
      "name": "tag.a.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "tag.div.0@tag.ul@tag.li!-1@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "//*[@style=\"color:red;\"]/@href",
      "updateTime": ""
    },
    "searchUrl": "/s.php,{\n  \"method\": \"POST\",\n  \"body\": \"type=articlename&s={{key}}\"\n}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "10.3日更新：\n重要：必要更新，适配兼容新后端版本，后续会移除对旧后端版本的支持，未更新会出现无法使用的情况\n1.新增七猫短剧\n2.优化番茄短剧和七猫短剧专属播放器\n\n注：阅读请使用最新测试版\n1.所有源站每20秒最多15章，建议预下载调到0-3之间[白名单无请求限制]\n2.自定义源站示例：番茄小说,七猫小说  多个源站用英文,号分隔\n源站名参考 登录URL //书源配置列表 v参数\n\n3.源站带有❇️图标表示只能指定或通过@搜索\n\n4.搜索模式：\n书名@来源 多个来源用英文,号分隔\n示例： \n系统@番茄小说，多个源站使用英文,号分隔\n书名@类型 返回对应类型所有源站数据，可直接使用@方式搜索或者点击登陆切换模式\n示例： \n系统@小说  听书  漫画  短剧等\n默认书名排序\n指定作者优先：\n作者名@作者   作者名@作者,源站",
    "bookSourceGroup": "有声,短剧,漫画",
    "bookSourceName": "云端聚合（优+）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://search.qingread.icu",
    "bookUrlPattern": "https?:\\/\\/(?:[a-zA-Z0-9-]+\\.)*qingread\\.icu\\/details.*",
    "customButton": false,
    "customOrder": 100,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\nlet config = (() => {\n    try {\n        let cfg = JSON.parse(source.getVariable())[0] || {};\n        if (!cfg.host || !cfg.gender) {\n            cfg = {gender: \"boy\", host: getServerHost()};\n            source.setVariable(JSON.stringify([cfg]));\n            java.toast(\"配置初始化完成\");\n        }\n        return cfg;\n    } catch(e) {\n        let cfg = {gender: \"boy\", host: getServerHost()};\n        source.setVariable(JSON.stringify([cfg]));\n        return cfg;\n    }\n})();\n    \nlet rawVariable = source.getVariable();\nlet 个人中心 = 1;\nlet obj = (title, url, type) => ({\n  title: title,\n  url: url,\n  style: { layout_flexGrow: 1, layout_flexBasisPercent: type }\n});\n\nlet sort = [];\nlet push = (title, url, type) => sort.push(obj(title, url, type));\n\nlet currentType = \"\";\nlet currentSource = \"\";\ntry {\n  let vArray = JSON.parse(rawVariable);\n  if (vArray.length > 0) {\n    let v = vArray[0];\n    currentType = v.gender || \"\";\n    currentSource = v.source || \"\";\n    \n    if (currentSource == \"推荐\") {\n      currentType = \"recommend\";\n      v.gender = \"recommend\";\n      source.setVariable(JSON.stringify(vArray));\n    } else if (currentType == \"recommend\") {\n      currentType = \"boy\";\n      v.gender = \"boy\";\n      source.setVariable(JSON.stringify(vArray));\n    }\n  }\n} catch(e) {\n  currentType = \"\";\n  currentSource = \"\";\n}\n\nconst getGenderDisplayName = (gender) => {\n  if (gender == \"boy\") return \"男频\";\n  if (gender == \"girl\") return \"女频\";\n  if (gender == \"recommend\") return \"推荐\";\n  return \"\";\n};\n\nconst genderDisplay = getGenderDisplayName(currentType);\n\npush(`当前为【${currentSource || \"番茄小说\"}】${genderDisplay ? `【${genderDisplay}】` : ''}`, \"\", 1);\n\nconst excludedSources = [\"小说\", \"听书\", \"漫画\", \"视频\", \"短剧\", \"音频\",\"番茄小说\",\"fqxs\"];\n\nif (currentSource && currentSource !== \"推荐\" && !excludedSources.includes(currentSource)) {\n  try {\n    let apiUrl = `${getServerHost()}/type_api?source=${currentSource}`;\n    if (currentType) {\n      apiUrl += `&gender=${currentType}`;\n    }\n    \n    let response = JSON.parse(java.ajax(apiUrl));\n    \n    if (response.data && response.data.found) {\n      response.data.found.forEach(item => {\n        let finalUrl = \"\";\n        if (item.url) {\n          finalUrl = `${getServerHost()}/type_api?source=${currentSource}&page={{page}}&url=${item.url}`;\n          if (currentType) {\n            finalUrl += `&gender=${currentType}`;\n          }\n        }\n        sort.push({\n          title: item.title,\n          url: finalUrl,\n          style: item.style || { layout_flexGrow: 1, layout_flexBasisPercent: 0.29 }\n        });\n      });\n    } else {\n      push(`【${currentSource}】${genderDisplay ? `【${genderDisplay}】` : ''}暂无数据`, \"\", 1);\n    }\n  } catch(e) {\n    push(`【${currentSource}】${genderDisplay ? `【${genderDisplay}】` : ''}暂无数据`, \"\", 1);\n  }\n  JSON.stringify(sort);\n} else if (currentType == \"recommend\" && currentSource == \"推荐\") {\n  \n  let maleCategories = [];\n  try {\n    let maleResponse = JSON.parse(java.ajax(getServerHost() +\"/api?action=subcategories&top_category_id=1\"));\n      maleCategories = maleResponse.data;\n  } catch(e) {\n    push('男频分类加载失败，请检查网络', \"\", 1);\n  }\n  \n  let femaleCategories = [];\n  try {\n    let femaleResponse = JSON.parse(java.ajax(getServerHost() +\"/api?action=subcategories&top_category_id=2\"));\nfemaleCategories = femaleResponse.data;\n  } catch(e) {\n    push('女频分类加载失败，请检查网络', \"\", 1);\n  }\n  \n  if (maleCategories.length > 0) {\n    push('♂️ 男频推荐 ♂️', \"\", 1);\n    maleCategories.forEach(cat => {\n      push(cat.name, `${getServerHost()}/api?action=books&sub_category_id=${cat.id}&limit=20&page={{page}}`, 0.29);\n    });\n  } else if (maleCategories.length == 0 && !femaleCategories.length == 0 && !femaleCategories.length > 0) {\n    push('男频分类暂无数据', \"\", 1);\n  }\n  \n  if (femaleCategories.length > 0) {\n    push('♀️ 女频推荐 ♀️', \"\", 1);\n    femaleCategories.forEach(cat => {\n      push(cat.name, `${getServerHost()}/api?action=books&sub_category_id=${cat.id}&limit=20&page={{page}}`, 0.29);\n    });\n  } else if (femaleCategories.length === 0 && !maleCategories.length > 0) {\n    push('女频分类暂无数据', \"\", 1);\n  }\n  \n  JSON.stringify(sort);\n} else {\n  let recommendUrl = \"https://api5-normal-lf.fqnovel.com/reading/bookapi/bookmall/cell/change/v1/?aid=1967&change_type=1&iid=1&app_name=novelapp&version_code=999&cell_id=7012498777642631182&algo_type=101&category_id=0\";\nlet recommendPost = JSON.stringify({\n    headers: { \n    Cookie: \"sessionid=\" + getSessionId() \n  }\n});\n  push('个性推荐', recommendUrl + \",\" + recommendPost, 0.29);\n  push('巅峰榜单', 'https://fanqienovel.com/api/author/misc/top_book_list/v1/?limit=100&offset={{(page-1)*100}}', 0.29);\n  push('出版榜单', 'https://fanqienovel.com/api/node/publication/list?page_index={{(page-1)*100}}&page_count=100', 0.29);\n  push('爆更榜单', 'https://api-lf.fanqiesdk.com/api/novel/channel/homepage/rank/rank_list/v2/?aid=13&limit=50&offset={{(page-1)*100}}&side_type=15&type=1', 0.29);\n  push('黑马榜单', 'https://api-lf.fanqiesdk.com/api/novel/channel/homepage/rank/rank_list/v2/?aid=13&limit=50&offset={{(page-1)*100}}&side_type=13&type=1', 0.29);\n  push('热搜榜单', 'https://api-lf.fanqiesdk.com/api/novel/channel/homepage/rank/rank_list/v2/?aid=13&limit=50&offset={{(page-1)*100}}&side_type=12&type=1', 0.29);\t\n\n  let fqCategoryArr = [];\n  let showCategories = currentType === \"girl\" ? [0] : (currentType == \"boy\" ? [1] : [0, 1]);\n\n  showCategories.forEach(i => {\n    try {\n      let response = JSON.parse(java.ajax(`${getServerHost()}/type?new_category_tab=${i}`));\n      let $ = response.data.category_tab_data;\n      \n      let tabName = $.tab_name || (i === 0 ? \"女频\" : \"男频\");\n      fqCategoryArr.push(obj(`❤️${tabName}分类❤️`, null, 1));\n      \n      $.cell_data.forEach(c => {\n        fqCategoryArr.push(obj(c.cell_name, null, 1));\n        \n        for (let j = 2; j < 5; j++) {\n          c.atom_data.slice(1).forEach(a => {\n            let d = a.category_data;\n            if (d.name.length == j) {\n              let gender = i;\n              let genre = 0;\n              let cid = d.category_id;\n              \n              fqCategoryArr.push({\n                title: d.name,\n                url: `${getServerHost()}/type?category_id=${cid}&genre=${genre}&gender=${gender}&limit=20&offset={{(page-1)*100}}`,\n                style: {\n                  layout_flexGrow: 1,\n                  layout_flexBasisPercent: 0.29\n                }\n              });\n            }\n          });\n        }\n      });\n    } catch (e) {\n      fqCategoryArr.push(obj(\"分类加载失败，请重试\", null, 1));\n    }\n  });\n\n  fqCategoryArr.forEach(item => sort.push(item));\n\n  let book_shelf_url = 'https://fanqienovel.com/reading/bookapi/bookshelf/info/v:version/?aid=1967&iid=0&version_code=57700&update_version_code=57700' \n  let book_shelf_info = JSON.parse(java.ajax(book_shelf_url + ', ' + JSON.stringify({\n    headers: {\n      'Cookie': \"sessionid=\" + getSessionId()\n    }\n  })));\n\n  let username;\n  if (book_shelf_info.code != 0) {\n    个人中心 = 0;\n  } else {\n    let uinfo = java.ajax(\"https://fanqienovel.com/api/user/info/v2,\" + JSON.stringify({ \n      headers: { \n    Cookie: \"sessionid=\" + getSessionId() \n      }\n    }));\n    uinfo = JSON.parse(uinfo);\n    username = uinfo.data.name;\n  }\n\n  let gro = [];\n  let pushGro = (title, url, type) => gro.push(obj(title, url, type));\n\n  let sArr = [];\n\n  if (个人中心) {\n    let groups_bookids = { \"未分组\": [] };\n    book_shelf_info.data.book_shelf_info.forEach(i => {\n      if (!groups_bookids[i.group_name ? i.group_name : \"未分组\"]) \n        groups_bookids[i.group_name] = [];\n      groups_bookids[i.group_name ? i.group_name : \"未分组\"].push(i.book_id);\n    });\n\n    Object.keys(groups_bookids).forEach(k => {\n      pushGro(k, \"https://fanqienovel.com/fqbookshelf/groupName/\" + k, 0.4);\n    });\n    if (Object.keys(groups_bookids).length % 2 != 0) pushGro(\"占位\", \"\", 0.4);\n    \n    sArr.push(obj(username + '的个人中心', '', 1));\n    sArr.push(obj(\"我的书架\", \"https://fanqienovel.com/fqbookshelf\", 1));\n    sArr = sArr.concat(gro);\n    sArr.push(obj(\"阅读历史\",\"https://fanqienovel.com/reading/bookapi/read_history/list/v/?aid=1967&app_name=novelapp&channel=0&iid=1&offset={{(page-1)*100}}&os_version=12&version_code=59732,\" + JSON.stringify({ \n      headers: { \n    Cookie: \"sessionid=\" + getSessionId()\n    }}), 1));\n  }\n\n  sort = sArr.concat(sort);\n  JSON.stringify(sort);\n}\n</js>",
    "header": "{\t\"X-Novel-Token\": \"QING_READ_2025\"}",
    "jsLib": "function getServerHost() {\n\tlet { source } = this;\n    try {\n        const config = JSON.parse(source.getVariable());\n        return config?.[0]?.host || source.bookSourceUrl;\n    } catch(e) {\n        return source.bookSourceUrl;\n    }\n}\n\nfunction getSessionId() {\n    const cookieSessionId = String(this.cookie.getKey(\"fanqienovel.com\", \"sessionid\"));\n    if (cookieSessionId && cookieSessionId !== \"null\" && cookieSessionId !== \"undefined\") {\n        return cookieSessionId;\n    }\n    const loginInfo = this.source.getLoginInfoMap();\n    if (loginInfo && loginInfo['手动登录Token']) {\n        return loginInfo['手动登录Token'];\n    }\n    return \"\";\n}\n\nfunction splitArray(input, size) {\n  let output = []\n  for (let i = 0; i < input.length; i += size) {\n    output.push(input.slice(i, i + size))\n  }\n  return output\n}\n\nfunction getComments(content, bid, cid) {\n    let { java, cache, source } = this;\n    let host = getServerHost.call(this);\n    try {\n        let apiUrl = `${host}/proxy_idea?item_id=${cid}`;\n        let comments = java.ajax(apiUrl);\n        \n        let lines = content.split(\"\\n\");\n        let raw = JSON.parse(comments).data.data;\n\n        Object.keys(raw).forEach((x) => {\n            cache.putMemory(`fq-${bid}-${cid}-${x}-text`, lines[x]);\n\n            let color = \"red\";\n            let loginInfo = source.getLoginInfoMap();\n            if (loginInfo && loginInfo['段评图标颜色'] && loginInfo['段评图标颜色'].startsWith('#')) {\n                color = loginInfo['段评图标颜色'];\n            }\n            \n            lines[x] += `<img src=\"${this.createSvg(raw[x].count, color, bid, cid, x)}\">`; });\n        return lines.join(\"\\n\");\n    } catch (e) {\n        return content;\n    }\n}\n\nfunction createSvg(number, color, bid, cid, para) {\n    var displayText = number > 99 ? \"99+\" : number;\n    var date = String(Date.now()).match(/(\\d{6}$)/)[1];\n    var loginInfoMap = {};\n    if (this.source && typeof this.source.getLoginInfoMap == 'function') {\n        loginInfoMap = this.source.getLoginInfoMap() || {};\n    }\n    var bubbleStyle = String(loginInfoMap['段评气泡样式'] || '0');\n    var svg;\n    \n    if (bubbleStyle == '1') {\n        svg = '<svg width=\"1000\" height=\"833\" xmlns=\"http://www.w3.org/2000/svg\">' +\n              '<rect x=\"30\" y=\"20\" width=\"940\" height=\"793\" rx=\"180\" ry=\"180\" fill=\"none\" stroke=\"' + color + '\" stroke-width=\"40\" stroke-linejoin=\"round\"/>' +\n              '<text x=\"500\" y=\"444\" font-family=\"Arial, sans-serif\" text-anchor=\"middle\" font-size=\"333\" fill=\"' + color + '\" dy=\"0.3em\" font-weight=\"700\" opacity=\"0.9\">' + displayText + '</text>' +\n              '</svg>';\n    } else if (bubbleStyle == '2') {\n        svg = '<svg width=\"1000\" height=\"1000\" xmlns=\"http://www.w3.org/2000/svg\">' +\n              '<circle cx=\"500\" cy=\"500\" r=\"460\" fill=\"none\" stroke=\"' + color + '\" stroke-width=\"40\" stroke-linejoin=\"round\"/>' +\n              '<text x=\"500\" y=\"500\" font-family=\"Arial, sans-serif\" text-anchor=\"middle\" font-size=\"360\" fill=\"' + color + '\" dy=\"0.3em\" font-weight=\"700\" opacity=\"0.9\">' + displayText + '</text>' +\n              '</svg>';\n    } else {\n        svg = '<svg width=\"1000\" height=\"909\" xmlns=\"http://www.w3.org/2000/svg\">' +\n              '<path d=\"M80,80 h840 a60,60 0 0 1 60,60 v580 a60,60 0 0 1 -60,60 h-620 l-140,90 v-90 h-80 a60,60 0 0 1 -60,-60 v-580 a60,60 0 0 1 60,-60 z\" ' +\n              'fill=\"none\" stroke=\"' + color + '\" stroke-width=\"16\" stroke-linejoin=\"round\"/>' +\n              '<text x=\"500\" y=\"450\" font-family=\"Arial, sans-serif\" text-anchor=\"middle\" ' +\n              'font-size=\"360\" fill=\"' + color + '\" dy=\"0.3em\">' + displayText + '</text>' +\n              '</svg>';\n    }\n    var encodedSvg = this.java.base64Encode(svg);\n    return 'data:image/svg+xml;base64,' + encodedSvg + ',{\\'js\\':\\'showCmt(\"' + bid + '\",\"' + cid + '\",\"' + para + '\",\"' + date + '\")\\'}';\n}\n\nfunction showCmt(bid, cid, para, date) {\n    let { java, cache, cookie, source} = this;\n    let mname = `fq-${bid}-${cid}-${para}`;\n    let host = getServerHost.call(this);\n    let load = (cache.getFromMemory(mname) ?? \"-\").split(\"-\");\n    \n    if (load[0] != \"1\" || load[1] != date) {\n        cache.putMemory(mname, \"1-\" + date);\n        return;\n    }\n    \n    let apiUrl = `${host}/idea_comment?item_id=${cid}&book_id=${bid}&para=${para}&sessionid=${\n        (() => {\n            let cookieSession = String(cookie.getKey(\"fanqienovel.com\", \"sessionid\"));\n            return cookieSession || (source.getLoginInfoMap())['手动登录Token'];\n        })()\n    }`;\n    let title = cache.getFromMemory(mname + \"-text\") ?? \"段评内容\";\n    java.startBrowser(apiUrl, title);\n}",
    "lastUpdateTime": 1759571231746,
    "loginUi": "[\n  {\n    \"name\": \"🔑获取密钥\",\n    \"type\": \"button\",\n    \"action\": \"key()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },{\n    \"name\": \"🔄密钥查询\",\n    \"type\": \"button\",\n    \"action\": \"cx()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },{\n    \"name\": \"密钥\",\n    \"type\": \"password\",\n    \"action\": \"\"\n  },{\n        \"name\":  \"🍅番茄账号登录\",\n        \"type\": \"button\",\n        \"action\": \"l2(true)\",\n        \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },{\n        \"name\":  \"❌退出番茄账号\",\n        \"type\": \"button\",\n        \"action\": \"logout()\",\n        \"style\": {\n          \"layout_flexGrow\": 1,\n         \"layout_flexBasisPercent\": 0.4\n    }\n  },{\n    \"name\": \"☁️聚合搜索\",\n    \"type\": \"button\",\n    \"action\": \"sou1()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },{\n  \"name\": \"☕喝杯咖啡\",\n  \"type\": \"button\",\n  \"action\": \"coffee()\",\n  \"style\": {\n    \"layout_flexGrow\": 1,\n    \"layout_flexBasisPercent\": 0.4\n   }\n  },{\n    \"name\": \"自定义源站\",\n    \"type\": \"text\"\n  },{\n    \"name\": \"听书AI音色编号\",\n    \"type\": \"text\"\n  },{\n  \"name\": \"❤️段评开关\",\n  \"type\": \"button\",\n  \"action\": \"toggleParacomment()\",\n  \"style\": {\n    \"layout_flexGrow\": 1,\n    \"layout_flexBasisPercent\": 0.4\n   }\n  },{\n    \"name\": \"🧭书源更新\",\n    \"type\": \"button\",\n    \"action\": \"version()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n   }\n  },{\n  \"name\": \"❇️书友推荐\",\n  \"type\": \"button\",\n  \"action\": \"recommend()\",\n  \"style\": {\n    \"layout_flexGrow\": 1,\n    \"layout_flexBasisPercent\": 0.4\n   }\n  },{\n  \"name\": \"💞找书/推荐\",\n  \"type\": \"button\",\n  \"action\": \"tj()\",\n  \"style\": {\n    \"layout_flexGrow\": 1,\n    \"layout_flexBasisPercent\": 0.4\n   }\n  },{\n  \"name\": \"🧸男 频🧸\",\n  \"type\": \"button\",\n  \"action\": \"boy()\",\n  \"style\": {\n    \"layout_flexGrow\": 1,\n    \"layout_flexBasisPercent\": 0.45\n   }\n  },{\n  \"name\": \"🎀女 频🎀\",\n  \"type\": \"button\",\n  \"action\": \"girl()\",\n  \"style\": {\n    \"layout_flexGrow\": 1,\n    \"layout_flexBasisPercent\": 0.45\n   }\n  },{\n    \"name\": \"🎚服务器切换\",\n    \"type\": \"button\",\n    \"action\": \"sethost()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },{\n  \"name\": \"⚡TXT下载开关\",\n  \"type\": \"button\",\n  \"action\": \"toggleFqdown('fqdown')\",\n  \"style\": {\n    \"layout_flexGrow\": 1,\n    \"layout_flexBasisPercent\": 0.25\n  }\n},{\n    \"name\": \"↓   切换/查询当前模式   ↓\",\n    \"type\": \"button\",\n    \"action\": \"get_cx()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },{\n    \"name\": \"📖小说模式\",\n    \"type\": \"button\",\n    \"action\": \"type1()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },{\n    \"name\": \"🎧听书模式\",\n    \"type\": \"button\",\n    \"action\": \"type2()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },{\n    \"name\": \"🌈漫画模式\",\n    \"type\": \"button\",\n    \"action\": \"type3()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },{\n    \"name\": \"▶️视频模式\",\n    \"type\": \"button\",\n    \"action\": \"type4()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },{\n    \"name\": \"↓   指   定   源   站   ↓\",\n    \"type\": \"button\",\n    \"action\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },{\n    \"name\": \"🍅番茄小说\",\n    \"type\": \"button\",\n    \"action\": \"sou2()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n   }\n },{\n    \"name\": \"🍅番茄听书[AI音色]\",\n    \"type\": \"button\",\n    \"action\": \"sou3()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },{\n    \"name\": \"🎧番茄畅听\",\n    \"type\": \"button\",\n    \"action\": \"sou4()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },{\n    \"name\": \"🍅番茄漫画\",\n    \"type\": \"button\",\n    \"action\": \"sou5()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },{\n    \"name\": \"🍅番茄短剧\",\n    \"type\": \"button\",\n    \"action\": \"sou6()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },{\n    \"name\": \"💫起点中文\",\n    \"type\": \"button\",\n    \"action\": \"sou7()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n   }\n  },{\n    \"name\": \"🐱七猫小说\",\n    \"type\": \"button\",\n    \"action\": \"sou8()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n   }\n  },{\n    \"name\": \"🔥101看书\",\n    \"type\": \"button\",\n    \"action\": \"sou9()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },{\n    \"name\": \"🌤️69书吧com\",\n    \"type\": \"button\",\n    \"action\": \"sou10()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },{\n    \"name\": \"🐧企鹅看书\",\n    \"type\": \"button\",\n    \"action\": \"sou11()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },{\n    \"name\": \"🍰淘小说\",\n    \"type\": \"button\",\n    \"action\": \"sou12()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },{\n    \"name\": \"🍒追书神器\",\n    \"type\": \"button\",\n    \"action\": \"sou13()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n   }\n  },{\n    \"name\": \"📓晋江文学❇️\",\n    \"type\": \"button\",\n    \"action\": \"sou14()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n   }\n  },{\n    \"name\": \"🔆酷我小说\",\n    \"type\": \"button\",\n    \"action\": \"sou15()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },{\n    \"name\": \"🦉猫眼看书\",\n    \"type\": \"button\",\n    \"action\": \"sou16()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },{\n    \"name\": \"🍋得间小说\",\n    \"type\": \"button\",\n    \"action\": \"sou17()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n   }\n  },{\n    \"name\": \"🔥半夏中文\",\n    \"type\": \"button\",\n    \"action\": \"sou18()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },{\n    \"name\": \"🔥爱下电子书\",\n    \"type\": \"button\",\n    \"action\": \"sou19()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },{\n    \"name\": \"🌾小米阅读\",\n    \"type\": \"button\",\n    \"action\": \"sou20()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },{\n    \"name\": \"🍉西瓜小说\",\n    \"type\": \"button\",\n    \"action\": \"sou21()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },{\n    \"name\": \"🍭米读\",\n    \"type\": \"button\",\n    \"action\": \"sou22()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n },{\n    \"name\": \"🎊疯读\",\n    \"type\": \"button\",\n    \"action\": \"sou23()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n },{\n    \"name\": \"♟️书旗\",\n    \"type\": \"button\",\n    \"action\": \"sou24()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n },{\n    \"name\": \"⭐中文看书\",\n    \"type\": \"button\",\n    \"action\": \"sou25()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },{\n    \"name\": \"🔥69书吧co\",\n    \"type\": \"button\",\n    \"action\": \"sou26()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },{\n    \"name\": \"📖一纸倾城\",\n    \"type\": \"button\",\n    \"action\": \"sou27()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },{\n    \"name\": \"🌙笔阁趣文\",\n    \"type\": \"button\",\n    \"action\": \"sou28()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },{\n    \"name\": \"知乎盐选\",\n    \"type\": \"button\",\n    \"action\": \"sou29()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },{\n    \"name\": \"60看书\",\n    \"type\": \"button\",\n    \"action\": \"sou30()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },{\n    \"name\": \"🔥笔趣阁\",\n    \"type\": \"button\",\n    \"action\": \"sou31()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },{\n    \"name\": \"🍓满孟文学\",\n    \"type\": \"button\",\n    \"action\": \"sou32()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },{\n    \"name\": \"⚖️圣武书屋\",\n    \"type\": \"button\",\n    \"action\": \"sou33()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },{\n    \"name\": \"追光阅读\",\n    \"type\": \"button\",\n    \"action\": \"sou34()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },{\n    \"name\": \"大熊猫\",\n    \"type\": \"button\",\n    \"action\": \"sou35()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },{\n    \"name\": \"爱因贝\",\n    \"type\": \"button\",\n    \"action\": \"sou36()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },{\n    \"name\": \"速读谷\",\n    \"type\": \"button\",\n    \"action\": \"sou37()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },{\n    \"name\": \"得奇\",\n    \"type\": \"button\",\n    \"action\": \"sou38()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },{\n    \"name\": \"乐读\",\n    \"type\": \"button\",\n    \"action\": \"sou39()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },{\n    \"name\": \"🌸NT动漫\",\n    \"type\": \"button\",\n    \"action\": \"sou40()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },{\n    \"name\": \"🐱七猫短剧\",\n    \"type\": \"button\",\n    \"action\": \"sou41()\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },{\n    \"name\": \"段评图标颜色\",\n    \"type\": \"text\"\n  },{\n    \"name\": \"段评气泡样式\",\n    \"type\": \"text\"\n  },{\n    \"name\": \"手动登录Token\",\n    \"type\": \"text\"\n  }\n]",
    "loginUrl": "const LOCAL_VERSION = \"4.1\";\n\nvar hosts = [\n    \"https://search.qingread.icu\",\n    \"http://154.64.253.94:8887\",\n    \"https://read.search.qingread.icu\",\n    \"http://searchs.qingread.icu:6789\"\n];\n\nvar sourceList = [\n    {n:\"sou1\",v:null,m:\"☁️聚合搜索\"},\n    {n:\"sou2\",v:\"番茄小说\",m:\"番茄小说\"},\n    {n:\"sou3\",v:\"番茄听书\",m:\"番茄听书[AI音色]\"},\n    {n:\"sou4\",v:\"番茄畅听\",m:\"番茄畅听\"},\n    {n:\"sou5\",v:\"番茄漫画\",m:\"番茄漫画\"},\n    {n:\"sou6\",v:\"番茄短剧\",m:\"番茄短剧\"},\n    {n:\"sou7\",v:\"起点\",m:\"💫起点中文\"},\n    {n:\"sou8\",v:\"七猫小说\",m:\"🐱七猫小说\"},\n    {n:\"sou9\",v:\"101看书\",m:\"101看书\"},\n    {n:\"sou10\",v:\"69书吧\",m:\"69书吧\"},\n    {n:\"sou11\",v:\"企鹅看书\",m:\"🐧企鹅看书\"},\n    {n:\"sou12\",v:\"淘小说\",m:\"🍰淘小说\"},\n    {n:\"sou13\",v:\"追书神器\",m:\"🍒追书神器\"},\n    {n:\"sou14\",v:\"晋江\",m:\"📓晋江文学❇️\"},\n    {n:\"sou15\",v:\"酷我\",m:\"🔆酷我小说\"},\n    {n:\"sou16\",v:\"猫眼看书\",m:\"🦉猫眼看书\"},\n    {n:\"sou17\",v:\"得间\",m:\"🍋得间小说\"},\n    {n:\"sou18\",v:\"半夏\",m:\"🔥半夏中文\"},\n    {n:\"sou19\",v:\"爱下电子书\",m:\"🔥爱下电子书\"},\n    {n:\"sou20\",v:\"小米阅读\",m:\"🌾小米阅读\"},\n    {n:\"sou21\",v:\"西瓜小说\",m:\"🍉西瓜小说\"},\n    {n:\"sou22\",v:\"米读\",m:\"🍭米读\"},\n    {n:\"sou23\",v:\"疯读\",m:\"🎊疯读\"},\n    {n:\"sou24\",v:\"书旗\",m:\"♟️书旗\"},\n    {n:\"sou25\",v:\"中文看书\",m:\"⭐中文看书\"},\n    {n:\"sou26\",v:\"co\",m:\"🔥69书吧co\"},\n    {n:\"sou27\",v:\"一纸倾城\",m:\"📖一纸倾城\"},\n    {n:\"sou28\",v:\"笔阁趣文\",m:\"🌙笔阁趣文\"},\n    {n:\"sou29\",v:\"知乎\",m:\"知乎盐选\"},\n    {n:\"sou30\",v:\"60看书\",m:\"60看书\"},\n    {n:\"sou31\",v:\"笔趣阁\",m:\"🔥笔趣阁\"},\n    {n:\"sou32\",v:\"满孟\",m:\"🍓满孟文学\"},\n    {n:\"sou33\",v:\"圣武书屋\",m:\"⚖️圣武书屋\"},\n    {n:\"sou34\",v:\"追光阅读\",m:\"追光阅读\"},\n    {n:\"sou35\",v:\"大熊猫文学\",m:\"大熊猫\"},\n    {n:\"sou36\",v:\"爱因贝\",m:\"爱因贝\"},\n    {n:\"sou37\",v:\"速读谷\",m:\"速读谷\"},\n    {n:\"sou38\",v:\"得奇\",m:\"得奇小说\"},\n    {n:\"sou39\",v:\"乐读\",m:\"🌸乐读小说\"},\n    {n:\"sou40\",v:\"ntdm\",m:\"NT动漫\"},\n    {n:\"sou41\",v:\"七猫短剧\",m:\"🐱七猫短剧\"},\n    {n:\"type1\",v:\"小说\",m:\"小说模式\"},\n    {n:\"type2\",v:\"听书\",m:\"听书模式\"},\n    {n:\"type3\",v:\"漫画\",m:\"漫画模式\"},\n    {n:\"type4\",v:\"视频\",m:\"视频模式\"}\n];\n\nfunction hasValidCustomSource() {\n    const value = (source.getLoginInfoMap())['自定义源站'];\n    return !(value == null || value == undefined || value == \"\" || String(value).trim() == \"\");\n}\n\nfunction showCustomSourceAlert() {\n    const customSource = (source.getLoginInfoMap())['自定义源站'];\n    java.toast(\n        \"\\n⚠️ 自定义源站配置提醒 ⚠️\\n\" +\n        \"──────────────────\\n\" +\n        \"检测到已设置自定义源站: \\n✨\" +\n        \"【\" + (customSource || \"\") + \"】✨\\n\" +\n        \"──────────────────\\n\" +\n        \"请前往「书源登录」清除配置\\n\" +\n        \"才能使指定源站切换生效\"\n    );\n}\n\nfunction updateConfig(key, value, message, gender) {\n    if (key == \"source\" && hasValidCustomSource()) {\n        showCustomSourceAlert();\n        return;\n    }\n    \n    try {\n        var config = JSON.parse(source.getVariable());\n        if (!config || !Array.isArray(config) || config.length === 0) {\n            config = [{}];\n        }\n        config[0][key] = value;\n        if (gender !== undefined) {\n            config[0][\"gender\"] = gender;\n        }\n        source.setVariable(JSON.stringify(config));\n        java.toast(message || \"设置已更新\");\n    } catch(e) {\n        var newConfig = {[key]: value};\n        if (gender !== undefined) {\n            newConfig[\"gender\"] = gender;\n        }\n        source.setVariable(JSON.stringify([newConfig]));\n        java.toast(message || \"初始化设置\");\n    }\n}\n\nfunction get_cx() {\n    try {\n        var configStr = source.getVariable();\n        if (!configStr || configStr.trim() == \"\") {\n            configStr = JSON.stringify([{host: hosts[0]}]);\n            source.setVariable(configStr);\n        }\n        var config = JSON.parse(configStr);\n        if (!config || !Array.isArray(config) || config.length == 0) {\n            config = [{host: hosts[0]}]; \n            source.setVariable(JSON.stringify(config)); \n        }\n        var currentHost = getServerHost();\n        var currentSource = (!('source' in config[0]) || !config[0].source) ? \"☁️ 聚合搜索 ☁️\" : (sourceList.find(item => item.v === config[0].source)?.m || config[0].source);\n        var currentGender = config[0].gender === \"boy\" ? \" 男🧸频 \" : (config[0].gender === \"girl\" ? \" 女🎀频 \" : \" 未设置 \");\n        var currentTone = config[0].sz ? \"音色\" + data[parseInt(config[0].sz) || 1][0] : \"默认音色\";\n        var customSource = (source.getLoginInfoMap())['自定义源站'] || \"未设置\"; \n        var customSourceStatus = hasValidCustomSource() ? \"🔗 \" + customSource : \"当前未设置，示例：米读,书旗\";\n        var keyStatus = (source.getLoginInfoMap())['密钥'] ? \"✅ 已填写\" : \"❌ 未填写\";\n        var username = \"未登录\";\n        \n        try {\n            var cookie_ = String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) || (source.getLoginInfoMap())['手动登录Token'];\n            if (cookie_) username = JSON.parse(java.ajax(\"https://fanqienovel.com/api/user/info/v2,\" + JSON.stringify({\n                method: \"GET\", headers: { \"Cookie\": \"sessionid=\" + cookie_ }\n            }))).data?.name || \"已登录(未获取到用户名)\";\n        } catch (e) {}\n\n        java.longToast(\n            \"\\n───────────────\\n\" +\n            \"☑️  配  置  状  态 ☑️\\n\" +\n            \"───────────────\\n\" +\n            \"🔘 服  务  器 🔘\\n\" + currentHost + \"\\n\" +\n            \"───────────────\\n\" +\n            \"🌋 书  源 🌋\\n\" + currentSource + \"\\n\" +\n            \"───────────────\\n\" +\n            \"🏔️ 偏  好 🏔️\\n\" + currentGender + \"\\n\" +\n            \"───────────────\\n\" +\n            \"🎧 AI 音 色 🎧\\n\" + currentTone + \"\\n\" +\n            \"───────────────\\n\" +\n            \"❇️ 自 定 义 源 ❇️\\n\" + customSourceStatus + \"\\n\" +\n            \"───────────────\\n\" +\n            \"🔆 密 匙 状 态 🔆\\n\" + keyStatus + \"\\n\" +\n            \"───────────────\\n\" +\n            \"🍅 登 录 用 户 🍅\\n\" + username + \"\\n\" +\n            \"───────────────\\n\" +\n            \"\\n✨ 提示：点击按钮切换配置\"\n        );\n    } catch(e) {\n        source.setVariable(JSON.stringify([{host: hosts[0]}]));\n        java.toast(\"⚠️ 配置初始化完成，请重试\");\n    }\n}\n\nthis.sethost = function() {\n    try {\n        var config = JSON.parse(source.getVariable());\n        if (!config || !Array.isArray(config) || config.length == 0) {\n            config = [{host: hosts[0]}];\n        }\n        \n        var currentHost = config[0].host || hosts[0];\n        var currentIndex = hosts.indexOf(currentHost);\n        var newIndex = (currentIndex + 1) % hosts.length;\n        var newHost = hosts[newIndex];\n        config[0].host = newHost;\n        source.setVariable(JSON.stringify(config));\n        java.toast(\"\\n切换到：\\n\" + newHost + \"\");\n    } catch(e) {\n        source.setVariable(JSON.stringify([{host: hosts[0]}]));\n        java.toast(\"【n】已初始化：\" + hosts[0]);\n    }\n};\n\nfor (var i = 0; i < sourceList.length; i++) {\n    (function() {\n        var s = sourceList[i];\n        this[s.n] = function() {\n            if (hasValidCustomSource()) {\n                showCustomSourceAlert();\n                return;\n            } if (s.g) {\n                updateConfig(\"source\", s.v, \"\\n已切换\" + (s.v ? '到❇️' : '') + s.m +\"❇️\\n刷新发现页生效\", s.g);\n            } else {\n                updateConfig(\"source\", s.v, \"\\n已切换\" + (s.v ? '到❇️' : '') + s.m +\"❇️\\n刷新发现页生效\");\n            }\n        };\n    }).call(this);\n}\n\nfunction Map(e) {\n    if (e == \"source\" && hasValidCustomSource()) {\n        showCustomSourceAlert();\n        return (source.getLoginInfoMap())['自定义源站'];\n    }\n    var infomap = source.getLoginInfoMap();\n    const value = infomap[e];\n    if (!value) {\n        java.longToast(\"需要填写密钥\");\n    }\n    return value;\n}\n\nfunction login_(openBrowser, checkMode) {\n    var cookie_ = String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) || \n                 (source.getLoginInfoMap())['手动登录Token'];\n    \n    if (cookie_ && cookie_ != \"\" && !checkMode) {\n        java.toast(source.variableComment ? \"请手动移除token后再次登录\" : \"请不要重复登录，请先退出登录！\");\n        return false;\n    }\n    \n    if (openBrowser) {\n        try { \tjava.startBrowserAwait(\"https://fanqienovel.com/\", \"登录\");\n        } catch (e) {\n            java.toast(e);\n        }\n    }\n    \n    cookie.removeCookie(\"snssdk.com\");\n    cookie_ = \"sessionid=\" + (String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) || \n    (source.getLoginInfoMap())['手动登录Token']);\n    \n    let user;\n    try {\n        user = JSON.parse(java.ajax(\"https://fanqienovel.com/api/user/info/v2,\" + JSON.stringify({\n            method: \"GET\",\n            headers: { \"Cookie\": cookie_ }\n        }))).data.name;\n    } catch (e) { java.log(e); }\n    \n    if (!cookie_ || cookie_ == \"sessionid=\" || !user) {\n        java.toast(\"未获取到登录凭据，登录失败\");\n        return false;\n    }\n    \n    java.toast(\"欢迎 \" + user + \"\\n登录成功！\");\n    return true;\n}\n\nfunction l2(a, b) {\n    try {\n        login_(a, b);\n    } catch (e) {\n        java.log(e+\"\\n\"+e.stack);\n    }\n}\n\nfunction login(){}\n\nfunction logout() {\n    cookie.removeCookie(\"fanqienovel.com\");\n    cookie.removeCookie(\"snssdk.com\");\n    if (String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) || \n        (source.getLoginInfoMap())['手动登录Token']) {\n        java.toast(\"请手动移除填写的Token\");\n    } else {\n        java.toast(\"退出登录成功\");\n    }\n}\n\nfunction toggleParacomment() {\n    const key = \"fqparas\";\n    let status = java.get(key) ?? \"off\";\n    if (status == \"on\") {\n        java.put(key, \"off\");\n        java.toast(\"\\n🍅番茄小说段评已关闭\");\n    } else {\n        java.put(key, \"on\");\n        java.toast(\"\\n🍅番茄小说段评已开启\");\n    }\n}\n\nfunction toggleFqdown(a) {\n    let status = java.get(a) ?? \"off\";\n    if (status == \"off\") {\n        java.put(a, \"on\");\n        java.toast(\"\\n仅支持番茄小说\\n下载模式✔️已开启\");\n    } else {\n        java.put(a, \"off\");\n        java.toast(\"\\n仅支持番茄小说\\n下载模式❌已关闭\");\n    }\n}\n\nfunction key() { java.startBrowserAwait(getServerHost() + '/key', \"获取密钥\"); }\nfunction cx() { java.startBrowserAwait(getServerHost() + '/cx', \"密钥查询\"); }\nfunction version() { java.startBrowserAwait(getServerHost() + '/version?id=' + LOCAL_VERSION, \"版本检查\"); }\nfunction coffee() { java.startBrowserAwait(getServerHost() + '/coffee.html', \"喝杯咖啡☕\"); }\nfunction boy() { updateConfig(\"gender\", \"boy\", \"\\n已设置为\\n🧸男频🧸\\n刷新发现页生效\"); }\nfunction girl() { updateConfig(\"gender\", \"girl\", \"\\n已设置为\\n🎀女频🎀\\n刷新发现页生效\"); }\nfunction recommend() { \n    updateConfig(\"gender\", \"recommend\", \"\\n已设置为\\n❇️网友推荐❇️\\n刷新发现页生效\");\n    updateConfig(\"source\", \"推荐\"); }\nfunction tj() {\n    var key = (source.getLoginInfoMap())['密钥']; java.startBrowserAwait(getServerHost() + '/login?key=' + java.base64Encode(key), \"书籍推荐\");}",
    "respondTime": 180000,
    "ruleBookInfo": {
      "author": "$.author",
      "canReName": "true",
      "coverUrl": "$.cover",
      "downloadUrls": "{{$.book_url##\\[|\\]}}\n@js:\neval(String(source.loginUrl));\nlet url = java.base64Decode(result);\nlet book_id = url.match(/\\d{19}/)?.[0];\nlet getkey = java.base64Encode(Map('密钥'));\njava.toast('\\n如果提示Unexpected webFileData，请等待几秒后点击阅读导入…\\n在线阅读关闭下载模式后刷新即可');\n\nif (book_id && \"{{$.source}}\".toLowerCase() == \"番茄小说\") {\n    getServerHost() + `/down?key=${getkey}&book_id=${book_id}`;\n}",
      "init": "<js>\nif (String(baseUrl).startsWith(\"data:\")) {\n    let res = JSON.parse(java.hexDecodeToString(result));\n    let {source: source_name, url: book_url, name: title} = res;\n    \n// 仅在番茄小说且开启下载模式时设置\nif (source_name == \"番茄小说\" &&    \n\t   java.get(\"fqdown\") == \"on\") {\n    book.type = 128;\n}\n\n    let request = getServerHost() +`/details?source=${source_name}&url=${book_url}&name=${title}`;\n    result = java.ajax(request);\n}\nresult;\n</js>\n$.data",
      "intro": "&nbsp;&nbsp;\n✨ 源站：{{$.source}}{{\"\\n\"+\"​\"}}\n{{$.desc}}\n<js>\nconst tomatoSources = [\"番茄小说\", \"番茄听书\", \"番茄畅听\"];\n\nif (tomatoSources.includes(\"{{$.source}}\")) {\n    try {\n        let fqurl = JSON.parse(java.base64Decode(baseUrl.split(\",\")[1]));\n        let finalUrl = java.base64Decode(fqurl.url);\n        let response = java.ajax(finalUrl);\n        let responseData = JSON.parse(response);\n        \n        if (responseData.data && responseData.data.length > 0) {\n            let bookData = responseData.data[0];\n            let output = `&nbsp;&nbsp;\n✨ 源站：{{$.source}}{{\"\\n\"+\"​\"}}\n📕 源名：${bookData.original_book_name}`;\n            \n            if (bookData.book_flight_alias_name) {\n                output += `\\n📖 别名：${bookData.book_flight_alias_name}`;\n            }\n            output += `\\n✏️ 开坑：${bookData.create_time.split('T')[0]} \n🧭 更新：${java.timeFormat(parseInt(bookData.last_chapter_update_time)*1000)}&lrm;\n👤 主角：${bookData.roles.replace(/[\\[\\]\"]/g,'')}\n🏷️ 标签：${bookData.tags}\n👁️ 在线：${bookData.read_count}人在读\n🔗 书籍状态：${bookData.book_search_visible == 'true' ? '正常' : (bookData.tomato_book_status == '3' ? '下架' : '小黑屋')}`;\n            \n            if ([\"番茄听书\", \"番茄畅听\"].includes(\"{{$.source}}\")) {\n                try {\n                    let tones = \"\\n===================\\n🎧AI音色编号信息: \";\n            let info = JSON.parse(java.ajax(`https://reading.snssdk.com/reading/bookapi/audio/toneinfo/?book_id=${bookData.book_id}&aid=1967`));\n                    for (let i of (info.data.tts_tones ? info.data.tts_tones : [])) {\n                        tones += `\\n${i.id} - ${i.title}${i.description ? \"(\" + i.description + \")\" : \"\"}`;\n                    }\n                    output += tones;\n                } catch (e) {\n                }\n            }\n            output += `{{\"\\n\"+\"​\"}}\n📜 简介：${bookData.abstract}{{\"\\n\"+\"​\"}}\n📍 ${bookData.copyright_info.split('，')[0]}。\n​`;\n            result = output;\n        }\n    } catch (e) {\n    }\n}\nresult;\n</js>",
      "kind": "$.tags",
      "lastChapter": "$.latestChapterTitle",
      "name": "$.title",
      "tocUrl": "<js>\nlet catalog = {\n    source: result.source,\n    url: result.book_url,\n    name: result.title,\n    tab: result.tab || \"novel\"\n};\n\nvar tabTips = {audio: '听书', video: '视频', comic: '漫画'}; \nif (tabTips[catalog.tab]) {\n    java.toast('当前为' + tabTips[catalog.tab] + '模式');\n}\n\nyunurl = java.base64Encode(JSON.stringify(catalog));\nresult = `data:catalogUrl;base64,${yunurl},{\"type\":\"qingci\"}`;\n</js>",
      "wordCount": "$.wordCount"
    },
    "ruleContent": {
      "content": "<js>eval(function(p,a,c,k,e,r){e=function(c){return(c<62?'':e(parseInt(c/62)))+((c=c%62)>35?String.fromCharCode(c+29):c.toString(36))};if('0'.replace(0,e)==0){while(c--)r[e(c)]=k[c];k=[function(e){return r[e]||e}];e=function(){return'([3-7a-cfh-mo-zB-UW-Z]|1\\\\w)'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\\\b'+e(c)+'\\\\b','g'),k[c]);return p}('eval(String(D.loginUrl));l m=LOCAL_VERSION;3 E=4.base64Encode(Map(\\'密钥\\'));3 c=6.a.u(/c=(\\\\d{19})/)?.[1];3 v=6.a.u(/v=(\\\\d+)/)?.[1];3 o=L;5(/七猫短剧/.i(6.a)){p{l M=6.a.u(/a=([^&]+)/)?.[1];5(M){l 13=4.14(M);o=13.u(/o=(\\\\d+)/)?.[1]}}q(e){}}3 r=baseUrl.split(\\',\\')[0];r=r.15(/^https?:\\\\/\\\\/[^\\\\/]+/,\\'\\');r=w()+r;3 16=r+`&N=${E}&f=9`;3 s=x.F(4.O(16));3 7=s.j.G;5((/番茄短剧/.i(6.a)&&c)||(/七猫短剧/.i(6.a)&&o)){p{l 17=/番茄短剧/.i(6.a)?\\'c\\':\\'o\\';l 18=/番茄短剧/.i(6.a)?c:o;l 1a=w()+`/player?${17}=${18}&N=${E}`;5(P.Q==6.R){4.H(1a,6.1b||\\'视频播放\\');4.t(\\'视频加载中...\\')}7=`▶️刷新正文进入播放界面`}q(e){}}5(s.j.y==\"video\"&&P.Q==6.R&&!/番茄短剧|七猫短剧/.i(6.a)){3 1c=4.14(7.z());4.H(1c,6.1b||\\'视频播放\\');4.t(\\'视频加载中...\\');7=`▶️刷新正文进入播放界面`}5(/^[A-Za-z0-9+/=]+$/.i(7.z())){with(h JavaImporter(S.4.1d.zip,S.4.io,S.android.1d)){3 T=1e.decode(7,1e.DEFAULT);p{3 U=h 1f(h 1g(h InflaterInputStream(h 1h(T)),\"1i-8\"));3 G=\"\";1j((I=U.1k())!=L)G+=I+\"\\\\n\";U.1l();7=G.z()}q(e){p{3 W=h 1f(h 1g(h 1h(T),\"1i-8\"));3 X=\"\";1j((I=W.1k())!=L)X+=I+\"\\\\n\";W.1l();7=X.z()}q(e2){}}}}5(6.a.1m(\\'J=\\')){3 Y=6.a.u(/J=([^&]*)/)?.[1]||\\'\\';5(Y&&v){p{3 Z=x.F(4.O(w()+`/audio?J=${Y}&item_ids=${v}`));5(Z.j?.[0]?.1n)7=Z.j[0].1n}q(e){}}}5(4.10(\"fqparas\")==\"on\"&&4.10(\"1o\")!=\"on\"&&c&&!6.a.1m(\\'J=\\')){7=7.15(/\\\\n+/g,\"\\\\n\");7=getComments(7,c,v)}p{3 B=x.F(D.getVariable());3 K=Date.K();3 1p=2*60*60*1000;5(!B[0].12||(K-B[0].12)>1p){B[0].12=K;D.setVariable(x.stringify(B));3 b=x.F(4.O(w()+\"/f.json\"));5(b.f){5(b.1r&&b.1r.toString().toLowerCase()==\"true\"&&b.f>m){4.H(f());7=\"请更新书源！下载页面已打开。\"}3 k=b.f>m?`\\\\n✨发现新版本V${b.f}(当前V${m})`+(b.k?`\\\\n${b.k}`:\\'\\'):b.f<m?`\\\\n⚠️版本异常\\\\n本地V${m}>云端V${b.f}\\\\n请检查书源配置`:\\'\\';5(k)4.t(k)}else 5(b.k){4.t(b.k)}}}q(e){4.t(\"⚠️ 版本检查失败: \"+e.message)}3 y=s.j.y||\"\";3 fq=s.j.D||\"\";3 C=s.j.C||\"\";5(y==\"1t\"&&C&&C.z()!==\"\"){7+=\"\\\\n\\\\n\"+C}5(fq==\"番茄小说\"&&y==\"1t\"&&c){5(4.10(\"1o\")==\"on\"&&P.Q==6.R){4.H(w()+`/down?N=${E}&c=`+c,\"番茄小说下载\");4.t(\"\\\\n当前下载模式已开启，在线阅读请先关闭下载模式！！！\");7=\"🔄 刷新跳转到下载页面，在线阅读请关闭下载模式后刷新正文...\"}}7;',[],92,'|||let|java|if|chapter|result|||url|versionData|book_id|||version||new|test|data|msg|const|localVersion||qm_id|try|catch|cleanBaseUrl|response|toast|match|item_id|getServerHost|JSON|tab|trim||config|notice|source|getkey|parse|content|startBrowser|line|tone_id|now|null|urlParam|key|ajax|book|durChapterIndex|index|Packages|bytes|reader||rawReader|rawContent|toneId|apiData|get||lastUpdateCheck|decodedUrl|base64Decode|replace|contentUrl|paramName|paramValue||videoUrl|title|normalVideoUrl|util|Base64|BufferedReader|InputStreamReader|ByteArrayInputStream|UTF|while|readLine|close|includes|main_url|fqdown|fourHours||force||novel'.split('|'),0,{}))</js>",
      "imageStyle": "TEXT",
      "replaceRegex": "##\\{\\!\\-\\- PGC_VOICE\\:.*\\-\\-\\}|{{chapter.title}}|\\(本章完\\)"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "<js>\nfunction getBookIdFull(url) {\n    const {java} = this\n    $ = JSON.parse(url).data\n    if ($.book_shelf_info != 0 && $.book_shelf_info != undefined) {\n        arr = $.book_shelf_info.map($ => $.book_id)\n    } else if (list = $.data_list != 0 && $.data_list != undefined)  {\n        arr = $.data_list.map($ => $.book_id_str)\n    } else {\n        java.toast(\"获取 book_id 失败，你可能需要登录！\")\n    }\n    return arr\n}\n\nlet ck = \"sessionid=\" + (String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) ? String(cookie.getKey(\"fanqienovel.com\", \"sessionid\")) : (source.getLoginInfoMap() ? source.getLoginInfoMap() : {})['手动登录Token'])\n\ngetShelf = () => {\n    let book_shelf_url = 'https://fanqienovel.com/reading/bookapi/bookshelf/info/v:version/?aid=1967&iid=0&version_code=57700&update_version_code=57700'\n    let book_shelf_info = java.ajax(book_shelf_url + ', ' + JSON.stringify({\n        headers: {\n            'Cookie': ck\n        }\n    }))\n\n    bid = getBookIdFull(book_shelf_info)\n    let id_list = splitArray(bid, 200)\n    let urls = []\n    id_list.forEach(i => {\n        urls.push(getServerHost() +\"/detail?book_id=\" + i.join(\",\"))\n    })\n\n    res = java.ajaxAll(urls)\n\n    let resp = {book_info: []}\n    res.forEach(r => {\n        resp.book_info = resp.book_info.concat(JSON.parse(r.body()).data)\n    })\n\n    return resp\n}\n\nfunction getByGroupName(name) {\n    let book_shelf_url = 'https://fanqienovel.com/reading/bookapi/bookshelf/info/v:version/?aid=1967&iid=0&version_code=57700&update_version_code=57700'\n\n    let book_shelf_info = JSON.parse(java.ajax(book_shelf_url + ', ' + JSON.stringify({\n        headers: {\n            'Cookie': ck,\n        }\n    })))\n    let group_bookids = {\n        \"未分组\": []\n    }\n    book_shelf_info.data.book_shelf_info.forEach(i => {\n        if (!group_bookids[i.group_name ? i.group_name : \"未分组\"]) group_bookids[i.group_name] = []\n        group_bookids[i.group_name ? i.group_name : \"未分组\"].push(i.book_id)\n    })\n    \n    if (!group_bookids[decodeURIComponent(name)]) return {data: []}\n    \n    let book_ids = splitArray(group_bookids[decodeURIComponent(name)], 200)\n    let urls = []\n\n    book_ids.forEach(i => {\n        urls.push(getServerHost() +\"/detail?book_id=\" + i.join(\",\"))\n    })\n    \n    res = java.ajaxAll(urls)\n\n    let resp = {book_info: []}\n    res.forEach(r => {\n        resp.book_info = resp.book_info.concat(JSON.parse(r.body()).data)\n    })\n\n    return resp\n}\n\nfunction getByTabIndex(index) {\n    let url = _mlsec.requestHeader(\n        \"bookmall/tab\",\n        \"version_name=5.8.9.32\",\n        null,\n        ck\n    )\n    let all = JSON.parse(java.ajax(url))\n    let tab = all.data.tab_item[0].cell_data[index].cell_data\n    if (!tab) tab = []\n    let bookList = []\n    for (let i of tab) {\n        bookList = bookList.concat(i.book_data)\n    }\n    return { book_info: bookList }\n}\n\nfunction normalizeResponse(data) {\n    if (data.book_info) return data.book_info;\n    if (data.data && data.data.book_info) return data.data.book_info;\n    if (data.data && Array.isArray(data.data)) return data.data;\n    if (data.list) return data.list;\n    if (data.book_list) return data.book_list;\n    if (data.data && data.data.publication_list) return data.data.publication_list;\n    if (data.result) return data.result;\n    if (data.data && data.data.result) return data.data.result;\n    if (data.data && data.data.cell_view && data.data.cell_view.book_data) {\n        return data.data.cell_view.book_data;\n    }\n    if (data.data && data.data.records) return data.data.records;\n    if (data.data && data.data.list) return data.data.list;\n    return [];\n}\n\nif (baseUrl.endsWith(\"bookshelf\")) {\n    result = getShelf(\"bookshelf/info\")\n} else if(/read_history/.test(baseUrl)) {\n    bid = getBookIdFull(result);\n    id_list = splitArray(bid, 200);\n    let urls = [];\n    id_list.forEach(i =>{    \turls.push(\"https://api5-normal-sinfonlineb.fqnovel.com/reading/bookapi/multi-detail/v/?aid=1967&iid=1&version_code=999&book_id=\" + i.join(\",\"))\n    });\n    let resp = {book_info: []}\n    urls.forEach(r => {\n        resp.book_info = resp.book_info.concat(JSON.parse(java.ajax(r)).data)\n    })\n    result = resp;\n} else {\n    let w = baseUrl.split(\"/\")\n    if (baseUrl.includes(\"groupName\")) {\n        result = getByGroupName(w[w.length - 1])\n    } else if (baseUrl.includes(\"tab\")) {\n        result = getByTabIndex(parseInt(w[w.length - 1]))\n    } else {\n        result = JSON.parse(result)\n        if (result.data && result.data.data) {\n            result = {book_info: result.data.data}\n        }\n    }\n}\n\nlet normalizedData = normalizeResponse(result);\n\nJSON.stringify({data: normalizedData})\n</js>\n$.data[*]",
      "bookUrl": "<js>\nlet tjurl = result.tjurl;\nlet source = result.source;\nlet book_url = result.book_url;\nlet title = result.title || result.book_name;\nlet book_id = result.book_id || result.series_id;\n\nlet detail = {\n    source: source,\n    url: book_url,\n    name: title\n};\n\nif (tjurl && tjurl.trim() !== \"\") {\n    let sourceMatch = tjurl.match(/source=([^&]*)/);\n    let urlMatch = tjurl.match(/url=([^&]*)/);\n    let nameMatch = tjurl.match(/name=([^&]*)/);\n    \n    detail.source = sourceMatch ? sourceMatch[1] : \"\";\n    detail.url = urlMatch ? urlMatch[1] : java.base64Encode(tjurl.trim());\n    detail.name = nameMatch ? nameMatch[1] : \"\";\n} \nelse if (book_id && /^\\d{19}$/.test(book_id)) {\n    detail.url = java.base64Encode(`https://api5-normal-sinfonlineb.fqnovel.com/reading/bookapi/multi-detail/v/?aid=1967&iid=1&version_code=999&book_id=${book_id}`);\n    detail.source = \"番茄小说\";\n} else if (book_url) {\n    detail.url = java.base64Encode(book_url);\n}\n\nlet yunurl = java.base64Encode(JSON.stringify(detail));\n`data:detailsUrl;base64,${yunurl},{\"type\":\"qingci\"}`;\n</js>",
      "coverUrl": "$.audio_thumb_uri||$.thumb_url||$.thumbUri||$.cover",
      "intro": "$.recommend_reason||$.abstract||$.desc",
      "kind": "$.tags||$.book_type&&$.progress&&$.publisher&&$.category&&$.is_valid",
      "lastChapter": "$.lastChapterTitle||$.last_chapter_title",
      "name": "$.book_name||$.bookName||$.title",
      "wordCount": "$.word_number||$.WordsCount"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data",
      "bookUrl": "<js>\nlet source = result.source;\nlet book_url = result.book_url;\nlet title = result.title;\n\nlet detail = {\n    source: source,\n    url: book_url,\n    name: title\n};\n\nyunurl = java.base64Encode(JSON.stringify(detail));\n`data:detailsUrl;base64,${yunurl},{\"type\":\"qingci\"}`\n</js>",
      "checkKeyWord": "我在精神病院学斩神@番茄小说",
      "coverUrl": "$.cover",
      "intro": "$.desc",
      "kind": "$.tags",
      "lastChapter": "{{$.source}}·{{$.latestChapterTitle}}",
      "name": "$.title",
      "wordCount": "$.wordCount"
    },
    "ruleToc": {
      "chapterList": "<js>\nlet res = JSON.parse(java.hexDecodeToString(result));\nlet catalog = {\n    source: res.source,\n    url: res.url,\n    name: res.name,\n    tab: res.tab || \"novel\"\n};\n\nvar tabTips = {audio: '听书', video: '视频', comic: '漫画'}; \nif (tabTips[catalog.tab]) {\n    java.toast('当前为' + tabTips[catalog.tab] + '模式');\n}\n\nlet op = {\n    method: \"POST\",\n    body: {\n        source: catalog.source,\n        url: catalog.url,\n        name: catalog.name\n    }\n};\n\nlet catalogUrl = getServerHost() +`/catalog,${JSON.stringify(op)}`;\nlet response = java.ajax(catalogUrl);\n\nfunction deviceType() {\n    try {\n        return !!java.androidId();\n    } catch (e) {\n        return false;\n    }\n}\n\nlet device = deviceType() ? 'android' : 'ios';\n\nif (device == 'android') {\n    var typeMap = {audio:32, comic:64};\n    book.type = catalog.tab in typeMap ? typeMap[catalog.tab] : 8;\n} else {\n    var typeMap = {audio:1, comic:2, video:3};\n    book.type = catalog.tab in typeMap ? typeMap[catalog.tab] : 0;\n}\n\nJSON.parse(response).data.map((x) => {\n    const isFanqieApp = ['番茄小说', '番茄短剧', '番茄听书', '番茄畅听'].includes(catalog.source);\n    const urlToMatch = x.url || catalog.url;\n    const bookId = urlToMatch.match(/book_id=(\\d{19})\\b/)?.[1] || null;\n    const itemId = urlToMatch.match(/item_id=(\\d+)/)?.[1] || null;\n    \n    let contentUrl = getServerHost() + `/chapter?cid=${x.cid}&source=${catalog.source}`;\n    \n    if (!isFanqieApp) {\n        contentUrl += `&url=${catalog.url}`;\n    } else {\n        contentUrl += `&book_id=${bookId}&item_id=${itemId}`;\n        \n        if (['番茄听书', '番茄畅听'].includes(catalog.source)) {\n            const toneId = Number((source.getLoginInfoMap())['听书AI音色编号']) || 1;\n            contentUrl += `&tone_id=${toneId}`;\n        }\n    }\n    \n    if (catalog.source == '番茄小说') {\n        const commentPart = `{\"js\":\"book ? result : '${getServerHost()}/comment?sessionid=${getSessionId()}&item_id=${itemId}&book_id=${bookId}'\"}`;\n        x.url = `${contentUrl},${commentPart}`;\n    } else {\n        x.url = contentUrl;\n    }\n    \n    return x;\n});\n</js>",
      "chapterName": "title",
      "chapterUrl": "url",
      "isVip": "isVip",
      "isVolume": "isVolume",
      "updateTime": "tag"
    },
    "searchUrl": "<js>\nlet config = (() => {\n    try {\n        let cfg = JSON.parse(source.getVariable())[0] || {};\n        if (!cfg.host || !cfg.gender) {\n            cfg = {gender: \"boy\", host: getServerHost()};\n            source.setVariable(JSON.stringify([cfg]));\n            java.toast(\"配置初始化完成\");\n        }\n        return cfg;\n    } catch(e) {\n        let cfg = {gender: \"boy\", host: getServerHost()};\n        source.setVariable(JSON.stringify([cfg]));\n        return cfg;\n    }\n})();\n\nvar sourceVal = '';\nvar customSource = (source.getLoginInfoMap())['自定义源站'];\n\nif (customSource !== undefined && customSource !== null && String(customSource).trim() !== \"\") {\n    sourceVal = String(customSource).trim();\n} else if (config.source) {\n    sourceVal = config.source;\n}\n\nvar param = sourceVal ? '&source=' + encodeURIComponent(sourceVal) : '';\nvar searchUrl = getServerHost() + '/search?page={{page}}&key={{key}}' + param;\n\nif (key.length == 19 && !Number.isNaN(parseInt(key))) {\n    var u = `https://api5-normal-sinfonlineb.fqnovel.com/reading/bookapi/multi-detail/v/?aid=1967&iid=1&version_code=999&book_id=${key}`;\n    var kdy = java.base64Encode(u);\n    var response = JSON.parse(java.ajax(u));\n    var nam = response.data.book_name || response.data[0].book_name;\n    result = getServerHost() + `/details?url=${kdy}&source=番茄小说&name=${nam}`;\n} else {\n    result = searchUrl;\n}\n</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "🎉 笔趣读a",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.biqusk.com/",
    "bookUrlPattern": "http://www.biqusk.com/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 101,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1680943826356,
    "loginUrl": "",
    "respondTime": 1099,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作者：",
      "coverUrl": "id.fmimg@img@src",
      "intro": "id.intro@text",
      "kind": "id.info@tag.p.2@text##最后更新：",
      "lastChapter": "@css:[property=og:novel:latest_chapter_name]@content",
      "name": "id.info@h1@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleContent": {
      "content": "id.content@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@id.nr",
      "bookUrl": "tag.td.0@a@href",
      "coverUrl": "tag.td.0@a@href<js>\nvarid=result.match(/(\\d+)\\/?$/)[1];\nvariid=parseInt(id/1000);\n'http://www.biqusk.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": "",
      "kind": "tag.td.4@text",
      "lastChapter": "tag.td.1@a@text",
      "name": "tag.td.0@a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说",
      "wordCount": "tag.td.3@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.biqusk.com/s.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "🎃笔趣阁🎃#89",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.xbiqusa.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 102,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"🔖全部🍁分类🔖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻\",\"url\":\"/xclass/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修真\",\"url\":\"/xclass/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/xclass/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越\",\"url\":\"/xclass/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游\",\"url\":\"/xclass/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"/xclass/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其它\",\"url\":\"/xclass/7/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"🔖榜单🔖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"周榜\",\"url\":\"/ph/week_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月榜\",\"url\":\"/ph/month_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总榜\",\"url\":\"/ph/all_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"🔖完结🍁分类🔖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻\",\"url\":\"/quanben1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修真\",\"url\":\"/quanben2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/quanben3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越\",\"url\":\"/quanben4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游\",\"url\":\"/quanben5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"/quanben6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其它\",\"url\":\"/quanben7_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}\n]",
    "header": "",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 9509,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "init": "",
      "intro": "🔔 更新时间：{{@@[property=\"og:novel:update_time\"]@content##\\s##🔸}}\n\n📂 内容简介：{{@@[property=\"og:description\"]@content}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#content@html",
      "imageStyle": "",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##^(.|\\n)*?最新网址：.*|最新网址：(.|\\n)*$",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": ".author a.1@text",
      "bookList": ".hot_sale",
      "bookUrl": "a.0@href@js:##.+\\D((\\d+)\\d{3})\\D##https://www.xbiqusa.com/$2_$1/###",
      "coverUrl": "a.0@href@js:##.+\\D((\\d+)\\d{3})\\D##https://www.xbiqusa.com/files/article/image/$2/$1/$1s.jpg###",
      "intro": ".review@text##简介：",
      "kind": "{{@@.author.1@text##\\s\\| .*}}{{@@.author.1@textNodes##.*：}}",
      "lastChapter": ".author a.2@text",
      "name": ".title@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "dd a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://m.xbiqusa.com/SearchBook.php?keyword={{key}}",
    "weight": 2
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "💠 零零小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.00shu.la",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 103,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻奇幻::/xuanhuan/{{page}}/\n武侠仙侠::/wuxia/{{page}}/\n都市言情::/dushi/{{page}}/\n历史军事::/lishi/{{page}}/\n游戏竞技::/youxi/{{page}}/\n科幻灵异::/kehuan/{{page}}/",
    "header": "",
    "lastUpdateTime": 1734428673693,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 8058,
    "ruleBookInfo": {
      "author": "id.info@p.0@text",
      "coverUrl": "id.fmimg@img@src",
      "init": "",
      "intro": "id.intro@p!0@text##(^|[。！？]+[”」）】]?)##$1<br>@js:result.replace(/各位书友要.*/g,\"\")",
      "kind": ".con_top@a.2@text&&id.info@p.1:2@text##.*：|\\s.*",
      "lastChapter": "id.info@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "id.info@h1@text",
      "tocUrl": "text.在线阅读@href"
    },
    "ruleContent": {
      "content": "id.content@html",
      "replaceRegex": "##最新网址：.*"
    },
    "ruleExplore": {
      "author": ".s5@text",
      "bookList": ".l@li",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": ".s3@textNodes##\\(|\\)",
      "lastChapter": "a.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "tbody@tr!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "td.5:4@text",
      "lastChapter": "a.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.0@text",
      "wordCount": "td.3@text"
    },
    "ruleToc": {
      "chapterList": "id.list@dd@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "第一版主网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.diyibanzhu2.online/",
    "customButton": false,
    "customOrder": 104,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"最近更新\",\n    \"url\": \"book/15672_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 0,\n      \"layout_flexShrink\": 1,\n      \"layout_alignSelf\": \"auto\",\n      \"layout_flexBasisPercent\": -1,\n      \"layout_wrapBefore\": false\n    }\n  }\n]",
    "lastUpdateTime": 1761464200364,
    "respondTime": 6809,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "id.nr1@html",
      "nextContentUrl": "class.chapterPages@tag.a@href",
      "replaceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@text||class.info@ownText##作者：",
      "bookList": "class.mod block book-all-list@class.bd@tag.li@class.right",
      "bookUrl": "class.name@href",
      "intro": "tag.span.0@text",
      "lastChapter": "class.update@text",
      "name": "class.name@text"
    },
    "ruleToc": {
      "chapterList": "class.mod block update chapter-list@class.bd@class.list@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "class.pagelistbox@class.nextPage@href"
    },
    "searchUrl": "search_top_{{key}}_691_{{page}}.html",
    "weight": 0
  },
  {
    "bookSourceComment": "BY:溪",
    "bookSourceGroup": "免费",
    "bookSourceName": "笔仙阁子",
    "bookSourceType": 0,
    "bookSourceUrl": "https://209.74.107.162",
    "bookUrlPattern": "https://209.74.107.162/\\w.+/\\d+",
    "customButton": false,
    "customOrder": 105,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "————————🧊分类小说🧊————————\n都市言情::/dsyq/<,index_{{page}}.html>\n武侠修真::/wxxz/<,index_{{page}}.html>\n玄幻奇幻::/xhqh/<,index_{{page}}.html>\n穿越架空::/cyjk/<,index_{{page}}.html>\n科幻竞技::/khjj/<,index_{{page}}.html>\n鬼话悬疑::/ghxy/<,index_{{page}}.html>\n军事历史::/jsls/<,index_{{page}}.html>\n官场商战::/guanchang/<,index_{{page}}.html>\n乡土风情::/xtfq/<,index_{{page}}.html>\n耽美小说::/dmtr/<,index_{{page}}.html>\n同人小说::/trxs/<,index_{{page}}.html>\n精品小说::/jqxs/<,index_{{page}}.html>\n排行榜::/sort/<,index_{{page}}.html>",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 10;  Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1732996610305,
    "loginCheckJs": "cookie.removeCookie(source.getKey())\nresult",
    "respondTime": 2789,
    "ruleBookInfo": {
      "author": ".descTip@span.2@text",
      "coverUrl": "img@src",
      "intro": ".descInfo@p@text",
      "kind": ".descTip@span.0:1:3@text##.*：|.*：|.*：",
      "name": ".desc@h1@text",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "class.content@p@html",
      "nextContentUrl": "text.下一节@href"
    },
    "ruleExplore": {
      "author": ".tips@span.0@text",
      "bookList": ".clearfix@li",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": ".descript@a@text",
      "kind": ".tips@span.1:2@text",
      "name": ".title@a@text"
    },
    "ruleSearch": {
      "bookList": ".clearfix@li",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "intro": ".descript@a@text",
      "kind": ".tips@span.0:1@text##[大小：时间：]",
      "name": ".title@a@text"
    },
    "ruleToc": {
      "chapterList": "class.catalog@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://209.74.107.162/e/search/indexpage.php,{\n  \"body\": \"keyboard={{key}}&show=title&classid=0\",\n  \"method\": \"POST\",\n  \"charset\": \"GBK\"\n}\n@js:\nso = String(result).replace(\"{{key}}\", key);\nvar url = java.connect(so)\n.raw().request().url();\nString(url).replace(/result.*searchid/,\n\t\"result/index.php?page={{page-1}}&searchid\");",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "💠 女生文学",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.wenxuem.com",
    "customButton": false,
    "customOrder": 106,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "周榜::/book/topweekvisit/0/{{page}}.html\n月榜::/book/topmonthvisit/0/{{page}}.html\n总榜::/book/topallvisit/0/{{page}}.html\n周推::/book/topweekvote/0/{{page}}.html\n月推::/book/topmonthvote/0/{{page}}.html\n总推::/book/topallvote/0/{{page}}.html\n站推::/book/toptoptime/0/{{page}}.html\n收藏::/book/topgoodnum/0/{{page}}.html\n字数::/book/topsize/0/{{page}}.html\n原创::/book/topauthorupdate/0/{{page}}.html\n转载::/book/topmasterupdate/0/{{page}}.html\n入库::/book/toppostdate/0/{{page}}.html\n近更::/book/toplastupdate/0/{{page}}.html\n玄幻::/book/sort1/0/{{page}}.html\n修真::/book/sort2/0/{{page}}.html\n言情::/book/sort3/0/{{page}}.html\n历史::/book/sort4/0/{{page}}.html\n推理::/book/sort5/0/{{page}}.html\n网游::/book/sort6/0/{{page}}.html\n科幻::/book/sort7/0/{{page}}.html\n恐怖::/book/sort8/0/{{page}}.html\n都市::/book/sort9/0/{{page}}.html\n其他::/book/sort10/0/{{page}}.html\n经部::/book/sort11/0/{{page}}.html\n史书::/book/sort12/0/{{page}}.html\n子部::/book/sort13/0/{{page}}.html\n集部::/book/sort14/0/{{page}}.html\n古典::/book/sort16/0/{{page}}.html\n诗歌::/book/sort17/0/{{page}}.html",
    "lastUpdateTime": 1751009369288,
    "respondTime": 8584,
    "ruleBookInfo": {
      "intro": "{{@@##<!--开始-->([^<]+)##$1###}}{{@@id.tuijian.0@ownText}}@js:result.replace(/.*简介.*著\\,|【展开】|【收起】/g,\"\")##(^|[。！？]+[”」）】]?)##$1<br>",
      "lastChapter": ".novel_list[-1]@a.-1@text||tbody.0@a.-2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "tocUrl": ".ulrow@a.0@href"
    },
    "ruleContent": {
      "content": "id.clickeye_content@textNodes",
      "replaceRegex": "##.女生文学.*\\)"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "tbody@tr!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.5:4@text",
      "lastChapter": "td.1@text##简介.|正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "td.0@text",
      "wordCount": "td.3@text"
    },
    "ruleToc": {
      "chapterList": ".novel_list@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.yuyouku.com/#xsw8093",
    "customButton": false,
    "customOrder": 107,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n    'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36',\n    \"Cookie\":\"0\"\n}",
    "lastUpdateTime": 1734981353415,
    "respondTime": 3802,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{\nn:\"[property$=book_name|title]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\",\ntac:\"[property$=read_url]@content\"\n}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "@get:{tac}",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#txtContent@html\n@js:\n/*\nresult=result.replace(/<br>/g,\"<p></p>\").replace(/ /g,\"<p></p>\")\n*/\nresult",
      "nextContentUrl": "text.下一@href\n@js:\nif(result){\n result=result[0].includes(\"_\")?result:\"\";\n}",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "div.3@text",
      "bookList": ".list-group-item[1:-2]",
      "bookUrl": "div.1@a@href",
      "checkKeyWord": "剑来",
      "coverUrl": "",
      "intro": "",
      "kind": "div.0@i@text",
      "lastChapter": "div.2@a@text",
      "name": "div.1@a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "#chapters-list@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value",
      "updateTime": ""
    },
    "searchUrl": "@js:\nvar su=source.getKey()\nvar htmlUrl=java.get(su,{}).headers('Location')\njava.log(`重定向：${htmlUrl[0]}`)\nvar posturl=htmlUrl[0]?htmlUrl[0]:(su.includes(\"#\")?su.match(/([^\\#]+)\\#/)[1]:su)\nposturl = posturl.slice(-1)=='/'?posturl.slice(0,-1):posturl\ncookie.removeCookie(posturl)\njava.log(`请求：${posturl}`)\n\n\nvar html = java.ajax(posturl);\n\nsearch = org.jsoup.Jsoup.parse(html).select('form[role=form]').attr('action');\n\n\nposturl+search+\"?keyword={{key}},\"+JSON.stringify({\r\n  \"method\": \"GET\"\r\n})",
    "weight": 0
  },
  {
    "bookSourceComment": "//搜索字数6-20个字符之间",
    "bookSourceGroup": "免费",
    "bookSourceName": "💠 手机看书",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.sjks88.com",
    "customButton": false,
    "customOrder": 108,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "最新::/latest/<,index_{{page}}.html>\n排行::/ranking/<,index_{{page}}.html>\n鬼话::/Direct1/<,index_{{page}}.html>\n情感::/Direct2/<,index_{{page}}.html>\n玄幻::/xuanhuan/<,index_{{page}}.html>\n奇幻::/Direct3/<,index_{{page}}.html>\n商道::/Direct4/<,index_{{page}}.html>\n军事::/Direct5/<,index_{{page}}.html>\n历史::/Direct6/<,index_{{page}}.html>\n传记::/zhuanji/<,index_{{page}}.html>\n言情::/Direct7/<,index_{{page}}.html>\n都市::/ds/<,index_{{page}}.html>\n耽美::/danmei/<,index_{{page}}.html>\n同人::/erciyuan/<,index_{{page}}.html>\n武侠::/wuxia/<,index_{{page}}.html>\n修真::/xiuzhen/<,index_{{page}}.html>\n官场::/guanchang/<,index_{{page}}.html>\n网游::/wangyou/<,index_{{page}}.html>\n科幻::/kehuan/<,index_{{page}}.html>\n穿越::/chuanyue/<,index_{{page}}.html>\n悬疑::/Suspense/<,index_{{page}}.html>\n纪实::/jishi/<,index_{{page}}.html>\n精品::/xiaoshuo/<,index_{{page}}.html>\n乡土::/xt/<,index_{{page}}.html>",
    "lastUpdateTime": 1734430832079,
    "respondTime": 31323,
    "ruleBookInfo": {
      "author": ".autor2[0]@text",
      "intro": ".desc@html",
      "kind": ".autor2[2:1]@text##.*：",
      "name": ".box-artic@h1@text##（.*|\\(.*"
    },
    "ruleContent": {
      "content": ".content@html"
    },
    "ruleExplore": {
      "author": "span.0@text##\\_.*",
      "bookList": ".list@li",
      "bookUrl": "a@href",
      "coverUrl": "",
      "intro": "p@text",
      "kind": ".pubdate@text",
      "name": "b@text##（.*|\\(.*"
    },
    "ruleSearch": {
      "bookList": ".box@ul@li",
      "bookUrl": "a.0@href",
      "checkKeyWord": "洪荒：",
      "intro": "p@text",
      "kind": "a.1@text&&span@textNodes",
      "name": "a.0@text##（.*|\\(.*"
    },
    "ruleToc": {
      "chapterList": ".list@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/e/search/index.php,{\n  \"charset\": \"gb2312\",\n  \"method\": \"post\",\n  \"body\": \"keyboard={{key}}&show=title&classid=0\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "◎筱:正文干净，可以关掉替换净化中#16 净化段落",
    "bookSourceGroup": "免费",
    "bookSourceName": "安斋书苑",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.zsyxs.cc#◎筱",
    "customButton": false,
    "customOrder": 109,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1734988331067,
    "loginUrl": "http://www.zsyxs.cc",
    "respondTime": 11149,
    "ruleBookInfo": {
      "author": "class.border3-1@p.0@a.0@text##作.*者：",
      "coverUrl": "img@data-original",
      "init": "",
      "intro": ".w100@class.info-main-intro@tag.p@text",
      "kind": "class.info-title@a.1@text||class.border3-1@p.1@ownText##最后更新：",
      "lastChapter": "class.border3-1@a.-1@text##最新章节：",
      "name": "class.info-main@tag.h1@text",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".content@p@html",
      "nextContentUrl": "id.next_url@a@href"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "span@text",
      "bookList": ".commend@class.category-div",
      "bookUrl": "tag.a@href",
      "coverUrl": "a@href\n@js:\nid=result.match(/\\/(\\d+)\\/$/)[1];\nx = id.length-3>0? id.substr(0, id.length-3) : 0;\nimg = `http://img.zsyxs.cc/${x}/${id}/${id}s.jpg`;",
      "intro": "class.intro indent@text",
      "lastChapter": "",
      "name": "a@tag.h3@text"
    },
    "ruleToc": {
      "chapterList": "class.info-chapters@a",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "{{url=source.getKey();\ncookie.removeCookie(url)\njava.ajax(url).match(/search.*action=\"(.+?)\"/)[1]}}?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "🎃SHF笔趣阁🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.shfljx.com#🎃",
    "customButton": false,
    "customOrder": 110,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻\",\"url\":\"/xuanhuan/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修真\",\"url\":\"/xiuzhen/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/dushi/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史\",\"url\":\"/lishi/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游\",\"url\":\"/wangyou/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"/kehuan/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"言情\",\"url\":\"/yanqing/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他\",\"url\":\"/qita/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"经典\",\"url\":\"/jingdian/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"高辣\",\"url\":\"/gaola/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美\",\"url\":\"/danmei/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人\",\"url\":\"/tongren/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"全本\",\"url\":\"/quanben/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 0,
    "respondTime": 40610,
    "ruleBookInfo": {
      "author": "text.作者@text##作者：",
      "coverUrl": "img@src",
      "init": "",
      "intro": "class.book_about@text##手机简介|最新章节.*",
      "kind": "text.分类@text##分类：",
      "lastChapter": "text.最新：@text##最新：",
      "name": "class.name@text",
      "wordCount": "text.字数@text##字数："
    },
    "ruleContent": {
      "content": "id.chaptercontent@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "dt@span@a@text||class.s3@a@text",
      "bookList": "tag.dt||class.lis@li",
      "bookUrl": "dt@a.1@href||class.ss@a@href",
      "name": "dt@a.1@text||class.ss@a@text"
    },
    "ruleSearch": {
      "author": "class.author@a@text",
      "bookList": "class.bookbox",
      "bookUrl": "h4@a@href",
      "checkKeyWord": "我的未婚妻欲求不满",
      "coverUrl": "class.bookimg@a@img@src",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@a@text",
      "name": "h4@text"
    },
    "ruleToc": {
      "chapterList": "class.book_last.1@dl@dd",
      "chapterName": "dd@a@text",
      "chapterUrl": "dd@a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "http://m.shfljx.com/sdfgsdyugfsdugf.html?ie=gbk&s=5256649918672294880&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "💠 书满屋网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.shumanwu.net",
    "customButton": false,
    "customOrder": 111,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "日点击榜::/top/dayvisit_{{page}}/\n周点击榜::/top/weekvisit_{{page}}/\n月点击榜::/top/monthvisit_{{page}}/\n总点击榜::/top/allvisit_{{page}}/\n总收藏榜::/top/goodnum_{{page}}/\n字数排行::/top/size_{{page}}/\n日推荐榜::/top/dayvote_{{page}}/\n周推荐榜::/top/weekvote_{{page}}/\n月推荐榜::/top/monthvote_{{page}}/\n总推荐榜::/top/allvote_{{page}}/\n最新入库::/top/postdate_{{page}}/\n最近更新::/top/lastupdate_{{page}}/\n玄幻魔法::/sort/1_{{page}}/\n仙侠修真::/sort/2_{{page}}/\n都市言情::/sort/3_{{page}}/\n历史军事::/sort/4_{{page}}/\n网游动漫::/sort/5_{{page}}/\n科幻小说::/sort/6_{{page}}/\n恐怖灵异::/sort/7_{{page}}/\n其他小说::/sort/8_{{page}}/\n完本小说::/full/{{page}}/",
    "lastUpdateTime": 1734431433551,
    "respondTime": 12306,
    "ruleBookInfo": {
      "author": ".block_txt2@p.2@a@text",
      "coverUrl": ".block_img2@img@src",
      "intro": ".intro_info@text##(^|[。！？]+[”」）】]?)##$1<br>@js:result.replace(/简介./g,\"\")",
      "kind": ".block_txt2@p.3:4:5@text##.*：|\\s..:.*",
      "lastChapter": "id.zuixin@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".block_txt2@h2@text",
      "tocUrl": ".ablum_read@a.1@href"
    },
    "ruleContent": {
      "content": "id.nr1@textNodes",
      "nextContentUrl": "id.next_url@href",
      "replaceRegex": "##（本章未完，请翻页）|\\s*[\\(（]本章完[\\)）]\\s*|请牢记收藏.*最新最快.*|\\s*最近转码严重.*更新更快.*\\s*",
      "title": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".line",
      "bookUrl": "a.1@href",
      "checkKeyWord": "快穿",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##https://image.shumanwu.net/$2/$1/$1s.jpg###",
      "intro": "",
      "kind": "a.0@text##\\[|\\]",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".lie@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href",
      "nextTocUrl": ".page@a.-2@href"
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"post\",\n  \"body\": \"s={{key}}&type=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉 香书小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xbiqugu.la",
    "customButton": false,
    "customOrder": 112,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/fenlei/1_{{page}}.html\n修真::/fenlei/2_{{page}}.html\n都市::/fenlei/3_{{page}}.html\n穿越::/fenlei/4_{{page}}.html\n网游::/fenlei/5_{{page}}.html\n科幻::/fenlei/6_{{page}}.html\n其他::/fenlei/7_{{page}}.html",
    "lastUpdateTime": 1751014905388,
    "respondTime": 7849,
    "ruleBookInfo": {
      "author": "id.info@p.0@text",
      "coverUrl": "id.fmimg@img@src",
      "intro": "id.intro@p!0@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".con_top@a.-1@text&&id.info@p.2@text##小说|.*：|\\s..:.*",
      "lastChapter": "id.info@a.-1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "id.info@h1@text"
    },
    "ruleContent": {
      "content": "id.content@textNodes"
    },
    "ruleExplore": {
      "author": ".s5@text",
      "bookList": ".l@li",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "kind": ".s3@textNodes##\\(|\\)",
      "lastChapter": "a.1@text",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "tbody@tr!0",
      "bookUrl": "a.0@href",
      "checkKeyWord": "长生",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.3@text",
      "lastChapter": "a.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list@dd@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/waps.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "💠 望书阁网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.wangshugu.org",
    "customButton": false,
    "customOrder": 113,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "日点击榜::/top/dayvisit-{{page}}.html\n周点击榜::/top/weekvisit-{{page}}.html\n月点击榜::/top/monthvisit-{{page}}.html\n总点击榜::/top/allvisit-{{page}}.html\n总收藏榜::/top/goodnum-{{page}}.html\n字数排行::/top/size-{{page}}.html\n日推荐榜::/top/dayvote-{{page}}.html\n周推荐榜::/top/weekvote-{{page}}.html\n月推荐榜::/top/monthvote-{{page}}.html\n总推荐榜::/top/allvote-{{page}}.html\n最新入库::/top/postdate-{{page}}.html\n最近更新::/top/lastupdate-{{page}}.html\n玄幻魔法::/sort/1-{{page}}.html\n武侠修真::/sort/2-{{page}}.html\n都市言情::/sort/3-{{page}}.html\n历史军事::/sort/4-{{page}}.html\n网游动漫::/sort/5-{{page}}.html\n科幻小说::/sort/6-{{page}}.html\n侦探推理::/sort/7-{{page}}.html\n恐怖灵异::/sort/8-{{page}}.html\n同人小说::/sort/9-{{page}}.html\n其他类型::/sort/10-{{page}}.html\n全本小说::/top/full-{{page}}.html",
    "lastUpdateTime": 1734432456028,
    "respondTime": 9752,
    "ruleBookInfo": {
      "author": ".block_txt2@p.2@text",
      "coverUrl": ".block_img2@img@src",
      "init": "",
      "intro": ".intro_info@text##(^|[。！？]+[”」）】]?)##$1<br>@js:result.replace(/各位书友.*|最新章节.*/g,\"\")",
      "kind": ".block_txt2@p.3:4:5@text##.*：|小说|T.*",
      "lastChapter": ".block_txt2@a.3@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".block_txt2@a.1@text"
    },
    "ruleContent": {
      "content": "id.nr1@html",
      "nextContentUrl": "id.pb_next@href",
      "replaceRegex": "##\\s*.*点击下一页继续.*\\s*|....wang.*|.*无弹窗.*|\\s*本书首发.*正版内容！\\s*"
    },
    "ruleExplore": {
      "author": "ownText##.*\\/",
      "bookList": ".line",
      "bookUrl": "a@href",
      "coverUrl": "a@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "kind": "ownText##\\[|\\].*|小说",
      "name": "a@text"
    },
    "ruleSearch": {
      "author": "p.3@text",
      "bookList": ".block",
      "bookUrl": "a.2@href",
      "checkKeyWord": "凡人",
      "coverUrl": "img@src",
      "kind": "p.2@text##.*：|小说",
      "lastChapter": "a.3@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.2@text"
    },
    "ruleToc": {
      "chapterList": ".chapter@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xbiqugu.la#🎃",
    "customButton": false,
    "customOrder": 114,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 441,
    "ruleBookInfo": {
      "author": "#info p.0@text",
      "coverUrl": "#fmimg img@src",
      "intro": "#intro p.1@text",
      "kind": "#info p.1@text##：.*",
      "lastChapter": "#info p.3@a@text",
      "name": "#info h1@text"
    },
    "ruleContent": {
      "content": "#content@html",
      "replaceRegex": "##.*最新网址.*|.*点击进去.*|.*给个好评.*|.*香书小说.*|.*升级地址.*|.*书签.*|.*无广告.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": ".grid@tr!0",
      "bookUrl": "td.0@a@href",
      "lastChapter": "td.1@a@text",
      "name": "td.0@a@text"
    },
    "ruleToc": {
      "chapterList": "#list dl dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "/modules/article/waps.php,{\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\",\n  \"body\":\"searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "五六中文",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.56zw.com/#喜静",
    "customButton": false,
    "customOrder": 115,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1733304610155,
    "respondTime": 28929,
    "ruleBookInfo": {
      "author": "p.0@text",
      "coverUrl": "class.synopsisArea_detail@tag.img@src",
      "init": "class.synopsisArea_detail",
      "intro": ".review@text",
      "kind": "p.1@text",
      "lastChapter": "a@text",
      "name": ""
    },
    "ruleContent": {
      "content": "#chaptercontent@textNodes",
      "nextContentUrl": "text.下一章@href",
      "replaceRegex": "##第.*章.*第(.*)页|继续阅读。|第(.*)页"
    },
    "ruleExplore": {
      "author": "p.1@text",
      "bookList": ".hot_sale",
      "bookUrl": "a@href",
      "coverUrl": "img@data-original",
      "intro": "p.2@text",
      "name": "p.0@text"
    },
    "ruleSearch": {
      "author": "p.1@text##(.*)\\| 作者：",
      "bookList": "class.recommend mybook@a",
      "bookUrl": "href",
      "kind": "p.1@text##\\| 作者：(.*)",
      "lastChapter": "p.2@text##.*连载 \\| \\更新：|",
      "name": "p.0@text"
    },
    "ruleToc": {
      "chapterList": "class.directoryArea.1@p a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "class.right@href||text.下一页@href"
    },
    "searchUrl": "https://m.56zw.com/s.php,{\n  \"body\": \"keyword={{key}}&t=1\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\",\n  \"webView\": true\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "💠 文桑小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.wensang.net",
    "customButton": false,
    "customOrder": 116,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "奇幻玄幻::/xuanhuan/page_{{page}}.html\n武侠仙侠::/xiuzhen/page_{{page}}.html\n都市言情::/dushi/page_{{page}}.html\n历史军事::/lishi/page_{{page}}.html\n网游竞技::/wangyou/page_{{page}}.html\n科幻悬疑::/kehuan/page_{{page}}.html\n女生小说::/nvpin/page_{{page}}.html\n青春校园::/qingchun/page_{{page}}.html\n耽美同人::/bl/page_{{page}}.html\n乡村小说::/xiangcun/page_{{page}}.html\n其它小说::/qita/page_{{page}}.html\n文桑视界::/wensang/page_{{page}}.html",
    "lastUpdateTime": 1751008959392,
    "respondTime": 8143,
    "ruleBookInfo": {
      "author": ".field@a.0@text",
      "coverUrl": "id.bookCover@img@src",
      "intro": ".desc-short@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".field@span.1:2:5@text##.*：|\\s..:.*",
      "lastChapter": ".logs@a.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".infos@h1@text"
    },
    "ruleContent": {
      "content": "id.BookText@textNodes"
    },
    "ruleExplore": {
      "author": ".d1@ownText",
      "bookList": ".filter-ret@li",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": ".d2@text",
      "lastChapter": "a.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.1@text"
    },
    "ruleSearch": {
      "author": "span.1@text",
      "bookList": "id.sitebox@dl",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "kind": "span.3:2:0@text##\\s.*",
      "lastChapter": "a.4@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".chapter@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/home/search?type=action&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：\n情人小说 https://m.qingrenyouxi.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "PO18文学⑨",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.po18.info/#🚀",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 117,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": "[{\"title\":\"榜    单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"总点击榜\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击榜\",\"url\":\"/top/monthvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击榜\",\"url\":\"/top/weekvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"日点击榜\",\"url\":\"/top/dayvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总推荐榜\",\"url\":\"/top/allvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月推荐榜\",\"url\":\"/top/monthvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周推荐榜\",\"url\":\"/top/weekvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"日推荐榜\",\"url\":\"/top/dayvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总收藏榜\",\"url\":\"/top/goodnum_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"字数排行\",\"url\":\"/top/size_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最近更新\",\"url\":\"/top/lastupdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最新入库\",\"url\":\"/top/postdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"分    类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"/sort/1_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"浓情\",\"url\":\"/sort/2_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/sort/3_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"校园\",\"url\":\"/sort/4_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/sort/5_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/sort/6_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"穿越\",\"url\":\"/sort/7_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"惊悚\",\"url\":\"/sort/8_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"悬疑\",\"url\":\"/sort/9_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"重生\",\"url\":\"/sort/10_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/sort/11_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/sort/12_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/sort/13_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"耽美\",\"url\":\"/sort/14_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"高干\",\"url\":\"/sort/15_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"种田\",\"url\":\"/sort/16_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"百合\",\"url\":\"/sort/17_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/sort/18_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"完本\",\"url\":\"/full/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "header": "",
    "lastUpdateTime": 1721298818938,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 37892,
    "ruleBookInfo": {
      "author": ".tab p.0@text##.*：",
      "canReName": "",
      "coverUrl": "class.catalog1@tag.img@src",
      "init": "",
      "intro": ".jj p@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".tab1 p.0:1@text##小说",
      "lastChapter": ".tab a@text",
      "name": "h1.0@text##\\_.*",
      "tocUrl": "",
      "wordCount": ".tab1 p.2@text"
    },
    "ruleContent": {
      "content": "#novelcontent@html",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": ".tt||.content_link",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##http://img.po18.info/image/$2/$1/$1s.jpg###",
      "intro": ".p5@text##简介.",
      "kind": "a.0@text&&.label p.0@text##\\[|\\]",
      "lastChapter": "",
      "name": "a.1@text##\\_.*",
      "wordCount": ".label p.1@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".search_list",
      "bookUrl": "a.0@href",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##http://img.po18.info/image/$2/$1/$1s.jpg###",
      "intro": "",
      "kind": "a.1@text",
      "lastChapter": "",
      "name": "a.0@text##\\_.*",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".info_chapters@li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "option@value",
      "updateTime": ""
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"s={{key}}&type=articlename\"\n}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "天天的鸟蛋蛋 2025/9/30",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "学外漫画",
    "bookSourceType": 2,
    "bookSourceUrl": "https://www.xwmanhua.com",
    "customButton": false,
    "customOrder": 118,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "jsLib": "var unpack = function(p, a, c, k, e, d) {\n    e = function(c) {\n        return c.toString(36);\n    };\n    if (!''.replace(/^/, String)) {\n        while (c--) {\n            d[e(c)] = k[c] || e(c);\n        }\n        k = [function(e) {\n            return d[e];\n        }];\n        e = function() {\n            return '\\\\w+';\n        };\n        c = 1;\n    }\n    while (c--) {\n        if (k[c]) {\n            p = p.replace(new RegExp('\\\\b' + e(c) + '\\\\b', 'g'), k[c]);\n        }\n    }\n    return p;\n};",
    "lastUpdateTime": 1762590186449,
    "respondTime": 519,
    "ruleBookInfo": {
      "author": ".shuxin@dd.0@text",
      "coverUrl": "img@src",
      "init": "#setnmh-bookms",
      "intro": "《{{@@.bookname@text}}》\n标签：{{@@.tags@a@text##\\s##,}}\n{{@@.shuxin@dd@html}}\n简介：\n{{@@.ms@html}}",
      "kind": ".tags@a@text",
      "name": ".bookname@text"
    },
    "ruleContent": {
      "content": "<js>\nvar evalStr=src.match(/(eval.*\\)\\))/)[1]\nvar match = evalStr.match(/eval\\(function\\(p,a,c,k,e,d\\)\\{.*?\\}\\('(.*?)',(\\d+),(\\d+),'(.*?)'\\.split\\('\\|'\\)/);\n    var p = match[1];        \n    var a = parseInt(match[2]);\n    var c = parseInt(match[3]); \n    var k = match[4].split('|');     \n    var result = unpack(p, a, c, k, undefined, {});\n    eval(result);\n    var imgTags = picTree.map(item => `<img src=\"${item}\">`).join('\\n');\nimgTags;\n    </js>"
    },
    "ruleSearch": {
      "bookList": ".col-lg-2",
      "bookUrl": "a@href",
      "checkKeyWord": "爸妈来自二次元",
      "coverUrl": "img@data-original",
      "name": "a@text"
    },
    "ruleToc": {
      "chapterList": "-#ul_chapter1@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search?types=comic&searhword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "💠 玄幻阁网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xuanyge.org",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 119,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/sort1/{{page}}/\n武侠::/sort2/{{page}}/\n都市::/sort3/{{page}}/\n历史::/sort4/{{page}}/\n言情::/sort5/{{page}}/\n穿越::/sort6/{{page}}/\n科幻::/sort7/{{page}}/\n恐怖::/sort8/{{page}}/\n校园::/sort9/{{page}}/\n异界::/sort10/{{page}}/\n全本::/quanben/{{page}}/",
    "lastUpdateTime": 1734432800549,
    "loginUrl": "",
    "respondTime": 7851,
    "ruleBookInfo": {
      "author": "id.count@span.0@text",
      "coverUrl": "id.bookimg@img@src",
      "intro": "id.bookintro@p.0@text##(^|[。！？]+[”」）】]?)##$1<br>@js:result.replace(/最新.*关于：/g,\"\")",
      "kind": "id.count@span.1:2:3@text##\\s..:.*",
      "lastChapter": ".new@a.0@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".booktitle@h1@text",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "id.content@textNodes",
      "imageStyle": "",
      "replaceRegex": "##随机推荐.*|.*精华书阁.*|为您提供.*好书签.|.*免费阅读.|.*最快更新.*|\\(本章未完.*\\)"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.1@text",
      "bookList": "id.sitebox@dl",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "dd.3@text",
      "kind": "span.2:0@text",
      "lastChapter": "a.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.1@text",
      "wordCount": "span.3@text"
    },
    "ruleToc": {
      "chapterList": "id.readerlist@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?s={{key}}&searchtype=articlename",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "🎃笔趣阁🎃#71",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.ibiquge.la#🎃",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 120,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::http://www.xbiquge.la/fenlei/1_{{page}}.html\n修真小说::http://www.xbiquge.la/fenlei/2_{{page}}.html\n都市小说::http://www.xbiquge.la/fenlei/3_{{page}}.html\n穿越小说::http://www.xbiquge.la/fenlei/4_{{page}}.html\n网游小说::http://www.xbiquge.la/fenlei/5_{{page}}.html\n科幻小说::http://www.xbiquge.la/fenlei/6_{{page}}.html",
    "header": "",
    "lastUpdateTime": 0,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 611,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作者：",
      "canReName": "",
      "coverUrl": "id.fmimg@tag.img.0@src",
      "init": "",
      "intro": "id.intro@tag.p.1@text",
      "kind": "",
      "lastChapter": "id.info@tag.p.3@title",
      "name": "id.info@tag.h1.0@text",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@textNodes",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "tag.span.2@text",
      "bookList": "class.l@tag.ul@tag.li",
      "bookUrl": "tag.span.0@tag.a@href",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "tag.span.1@tag.a@text",
      "name": "tag.span.0@tag.a@text"
    },
    "ruleSearch": {
      "author": "class.even.1@text",
      "bookList": "class.grid@tag.tbody@tag.tr!0",
      "bookUrl": "class.even.0@tag.a@href",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "class.odd.0@tag.a@text",
      "name": "class.even.0@tag.a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://www.xbiquge.la/modules/article/waps.php?searchkey={{key}}",
    "variableComment": "",
    "weight": 56
  },
  {
    "bookSourceComment": "sspwk.me",
    "bookSourceGroup": "🔞",
    "bookSourceName": "👔 御宅屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://yzwmi.com",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 121,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": "[{\"title\":\"全部\",\"url\":\"/sort/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"耽美\",\"url\":\"/sort/1_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"百合\",\"url\":\"/sort/2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"/sort/3_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"修真\",\"url\":\"/sort/4_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"言情\",\"url\":\"/sort/5_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"辣文\",\"url\":\"/sort/6_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"腹黑\",\"url\":\"/sort/7_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"种田\",\"url\":\"/sort/8_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"高干\",\"url\":\"/sort/9_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"网游\",\"url\":\"/sort/10_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"其他\",\"url\":\"/sort/11_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"历史\",\"url\":\"/sort/12_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻\",\"url\":\"/sort/13_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"恐怖\",\"url\":\"/sort/14_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "header": "",
    "lastUpdateTime": 1683335195879,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 36242,
    "ruleBookInfo": {
      "author": ".article_info_td a.0@text",
      "canReName": "",
      "coverUrl": "",
      "init": "",
      "intro": "pre@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".h_nav_items li.0@text&&.article_info_td time@text##小说",
      "lastChapter": ".article_info_td a.1@text&&.article_info_td time@text\n<js>result.replace(/(.*)\\s/,'$1 • ')</js>",
      "name": ".h_nav_items li.1@text",
      "tocUrl": "text.开始阅读(目录)@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#nr1@html",
      "imageStyle": "",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "strong@text",
      "bookList": ".common-bookele",
      "bookUrl": "a.0@href",
      "coverUrl": "",
      "intro": "a.1@text",
      "kind": "time@text",
      "lastChapter": "",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".SHsectionThree-middle p",
      "bookUrl": "a.1@href",
      "coverUrl": "",
      "intro": "",
      "kind": "a.0@text",
      "lastChapter": "",
      "name": "a.1@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".list_li li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "option@value",
      "updateTime": ""
    },
    "searchUrl": "search/,{\n  \"method\": \"POST\",\n  \"body\": \"searchtype=articlesearch&searchkey={{key}}\"\n}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁🎃#7",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.gebiqu.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 122,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 6888,
    "ruleBookInfo": {
      "author": "class.divbox@tag.span.1@text##作者：",
      "coverUrl": "class.divbox@tag.img@src",
      "init": "",
      "intro": "class.tabvalue.0@text",
      "kind": "class.tabvalue.1@tag.td.0@text##类 别：",
      "lastChapter": "class.r@tag.li.0@text",
      "name": "class.divbox@tag.span.0@text##txt下载",
      "tocUrl": "class.btnlink.0@href",
      "wordCount": "class.tabvalue.1@tag.td.1@text##字 数："
    },
    "ruleContent": {
      "content": "id.content@html##www.*com",
      "nextContentUrl": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "id.nr",
      "bookUrl": "class.odd.0@tag.a@href",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "tag.td.1@text",
      "name": "tag.td.0@text",
      "wordCount": "tag.td.3@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd!0:1:2:3:4:5:6:7",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://www.gebiqu.com/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "🎃笔趣阁🎃#64",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.xyuzhaiwu9.com#🎃",
    "bookUrlPattern": "https://m.xyuzhaiwu9.com/book/\\d+.html",
    "customButton": false,
    "customOrder": 123,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"♨️分类小说♨️\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"全部\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"玄幻奇幻\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/1/0/0/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠仙侠\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/2/0/0/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市生活\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/3/0/0/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"穿越历史\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/4/0/0/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻未来\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/5/0/0/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"游戏竞技\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/6/0/0/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他类型\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/7/0/0/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"♨️排行榜单♨️\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"不限\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"新书上传\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/1/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"情节展开\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/2/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"精彩纷呈\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/3/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"接近尾声\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/4/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"已经完本\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/5/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"不限\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"30万以下\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/1/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"30-50万\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/2/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"50-100万\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/3/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"100-200万\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/4/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"200万以上\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/5/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"不限\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"三日内\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/1/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"七日内\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/2/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"半月内\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/3/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"一月内\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/4/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"周点击\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/weekvisit/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"月点击\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/monthvisit/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"总点击\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/allvisit/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"周推荐\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/weekvote/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"月推荐\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/monthvote/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"总推荐\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/allvote/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"周鲜花\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/weekflower/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"月鲜花\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/monthflower/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"总鲜花\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/allflower/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"总月票\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/allvipvote/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"字数\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/words/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"收藏数\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/goodnum/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"更新时间\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"入库时间\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/postdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"编辑推荐\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/toptime/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  }\n]",
    "lastUpdateTime": 0,
    "respondTime": 4910,
    "ruleBookInfo": {
      "author": "{{@@##作者：([^<]+)<##$1###}}",
      "coverUrl": ".lazyload.0@src",
      "intro": "#bookintro@text",
      "kind": "{{@@##类别：([^<]+)<##$1###}}\n{{@@##状态：([^<]+)<##$1###}}\n{{@@##字数：([^<]+)<##$1###}}",
      "lastChapter": "#newlist@li.0@a.0@text##\\.* -",
      "name": "em@text",
      "tocUrl": ".btn_book@a.3@href"
    },
    "ruleContent": {
      "content": "#YiJianZhan@html",
      "nextContentUrl": "text.下一@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "dd.1@ownText",
      "bookList": "#sitebox@dl",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": ".lazyload@src",
      "intro": "dd.2@text",
      "kind": "dd.1@text##.*{{book.author}}",
      "name": "h3@a@text"
    },
    "ruleToc": {
      "chapterList": "#readerlist@li@a",
      "chapterName": "text##\\.* -",
      "chapterUrl": "href",
      "nextTocUrl": ".pg-next@href"
    },
    "searchUrl": "https://m.xyuzhaiwu9.com/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "18笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.bqgns.com",
    "customButton": false,
    "customOrder": 124,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": false,
    "eventListener": false,
    "lastUpdateTime": 1763201330387,
    "respondTime": 4562,
    "ruleBookInfo": {
      "author": "//p[@class='author']/text()",
      "name": "//div[@class='detail_rt']/h1/text()"
    },
    "ruleContent": {
      "content": "//div[@class='text']/text()"
    },
    "ruleSearch": {
      "author": "$..author",
      "bookList": "$..list[*]",
      "bookUrl": "/book/{$..id}",
      "checkKeyWord": "成功",
      "coverUrl": "$..imgUrl",
      "intro": "",
      "name": "$..title"
    },
    "ruleToc": {
      "chapterList": "div.v-sheet div a",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "//div[@class='seo_page']/a[text()='下一页']/@href"
    },
    "searchUrl": "/api/query/search?keyword={{key}}&size=50",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁🎃#23",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.xxbiqu.com#🎃",
    "bookUrlPattern": "https://www.xxbiqu.com/book/\\d+/",
    "customButton": false,
    "customOrder": 125,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"🔹分类🔹\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/sort/1/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/sort/2/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/sort/3/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"军事\",\"url\":\"/sort/4/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/sort/5/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/sort/6/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"女频\",\"url\":\"/sort/7/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"综合\",\"url\":\"/sort/8/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"🔹排行🔹\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"收藏榜\",\"url\":\"/rank/collect/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"下载榜\",\"url\":\"/rank/download/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"点击榜\",\"url\":\"/rank/visit/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"推荐榜\",\"url\":\"/rank/vote/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"字数榜\",\"url\":\"/rank/words/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"评分榜\",\"url\":\"/rank/rating/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9; MIX 2 Build/PKQ1.190118.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.99 Mobile Safari/537.36\"}",
    "lastUpdateTime": 0,
    "respondTime": 5523,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property~=las?test_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": "#TextContent@html"
    },
    "ruleExplore": {
      "author": ".book_other@span.0@text",
      "bookList": "#sitebox dl",
      "bookUrl": "h3@a@href",
      "coverUrl": "img@data-original",
      "intro": ".book_des@text",
      "kind": ".book_other@span.1@text&&h3@span@text",
      "lastChapter": ".book_other@a@text",
      "name": "h3@a@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": ".book_other@span.0@text",
      "bookList": "#nr",
      "bookUrl": "h3@a@href",
      "coverUrl": "img@data-original",
      "intro": ".book_des@text",
      "kind": ".book_other@span.1@text&&h3@span@text",
      "lastChapter": ".book_other@a@text",
      "name": "h3@a@text",
      "wordCount": ".book_other@span.2@text"
    },
    "ruleToc": {
      "chapterList": "#chapterList li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search/{{key}}/{{page}}/",
    "weight": 0
  },
  {
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "霹雳书坊",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.pilisf.com/",
    "customButton": false,
    "customOrder": 126,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "男频::https://www.pilisf.com/sort/1_{{page}}/&&女频::https://www.pilisf.com/sort/2_{{page}}/&&中国文学::https://www.pilisf.com/sort/3_{{page}}/&&外国文学::https://www.pilisf.com/sort/4_{{page}}/&&轻小说::https://www.pilisf.com/sort/5_{{page}}/&&百合::https://www.pilisf.com/sort/6_{{page}}/&&耽美::https://www.pilisf.com/sort/7_{{page}}/&&网盘资源::https://www.pilisf.com/sort/8_{{page}}/",
    "lastUpdateTime": 1763495105008,
    "respondTime": 5949,
    "ruleBookInfo": {
      "author": ".infotype@a@text",
      "coverUrl": ".infohead@img@src",
      "intro": ".intro@p.0@text",
      "kind": ".infotype@p.1@text##作品类型：",
      "lastChapter": ".list_xm@li.0@text",
      "name": ".cataloginfo@h3@text",
      "tocUrl": ".infolink@a.1@href"
    },
    "ruleContent": {
      "content": ".novelcontent@text",
      "title": "h1@text"
    },
    "ruleExplore": {
      "author": ".content@a.1@text",
      "bookList": ".article",
      "bookUrl": ".content@a.0@href",
      "coverUrl": ".article@a.0@img@data-src",
      "intro": ".content@.simple@text",
      "name": ".content@a.0@text"
    },
    "ruleSearch": {
      "author": ".sone@a.1@text",
      "bookList": ".sone",
      "bookUrl": ".sone@a.0@href",
      "name": ".sone@a.0@text"
    },
    "ruleToc": {
      "chapterList": "li",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "/s.php,{\n\"charset\":\"gbk\",\n\"method\":\"post\",\n\"body\":\"s={{key}}&type=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "●⚐ ♛轻之文库 #一程",
    "bookSourceGroup": "轻小说",
    "bookSourceName": "輕之文庫（优+）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.linovel.net#♤yc",
    "customButton": false,
    "customOrder": 127,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"重推周榜\",\"url\":\"/hub/getTopBooks?unit=zt&time=week&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"佳作周榜\",\"url\":\"/hub/getTopBooks?unit=jz&time=week&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月票周榜\",\"url\":\"/hub/getTopBooks?unit=ticket&time=week&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"轻币周榜\",\"url\":\"/hub/getTopBooks?unit=coin&time=week&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"墨水周榜\",\"url\":\"/hub/getTopBooks?unit=ink&time=week&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"应援周榜\",\"url\":\"/hub/getTopBooks?unit=supp&time=week&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"重推月榜\",\"url\":\"/hub/getTopBooks?unit=zt&time=month&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"佳作月榜\",\"url\":\"/hub/getTopBooks?unit=jz&time=month&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月票月榜\",\"url\":\"/hub/getTopBooks?unit=ticket&time=month&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"轻币月榜\",\"url\":\"/hub/getTopBooks?unit=coin&time=month&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"墨水月榜\",\"url\":\"/hub/getTopBooks?unit=ink&time=month&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"应援月榜\",\"url\":\"/hub/getTopBooks?unit=supp&time=month&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"重推新人\",\"url\":\"/hub/getTopBooks?unit=zt&time=new&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"佳作新人\",\"url\":\"/hub/getTopBooks?unit=jz&time=new&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"轻币新人\",\"url\":\"/hub/getTopBooks?unit=coin&time=new&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"墨水新人\",\"url\":\"/hub/getTopBooks?unit=ink&time=new&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"应援新人\",\"url\":\"/hub/getTopBooks?unit=supp&time=new&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月票新人\",\"url\":\"/hub/getTopBooks?unit=ticket&time=new&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"精选\",\"url\":\"/cat/2000.html?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"全部\",\"url\":\"/cat/-1.html?sort=hot&sign=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"幻想\",\"url\":\"/cat/1.html?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"战斗\",\"url\":\"/cat/2.html?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"恋爱\",\"url\":\"/cat/3.html?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异界\",\"url\":\"/cat/4.html?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"搞笑\",\"url\":\"/cat/5.html?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"日常\",\"url\":\"/cat/6.html?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"/cat/7.html?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"后宫\",\"url\":\"/cat/8.html?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"科幻\",\"url\":\"/cat/10.html?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"治愈\",\"url\":\"/cat/11.html?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"超能\",\"url\":\"/cat/12.html?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"节操\",\"url\":\"/cat/13.html?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"妖怪\",\"url\":\"/cat/14.html?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"恐怖\",\"url\":\"/cat/15.html?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"妹控\",\"url\":\"/cat/16.html?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"伪娘\",\"url\":\"/cat/17.html?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"魔法\",\"url\":\"/cat/18.html?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"乙女\",\"url\":\"/cat/19.html?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"同人\",\"url\":\"/cat/20.html?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"百合\",\"url\":\"/cat/21.html?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"偶像\",\"url\":\"/cat/22.html?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"/cat/104.html?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0\"\n}",
    "lastUpdateTime": 1759387211552,
    "loginUrl": "https://www.linovel.net/",
    "respondTime": 17029,
    "ruleBookInfo": {
      "author": ".name a@text",
      "coverUrl": ".book-cover img@src",
      "intro": "🏷️   {{@.book-cats@text}}{{'\\n'+'​'}}\n{{@.about-text@html}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".book-data span.-2@text&&.book-last-update@text##更新于|\\s.*",
      "lastChapter": ".recent-update a.0@text",
      "name": "h1@text",
      "wordCount": ".book-data span.0@text"
    },
    "ruleContent": {
      "content": ".article-text@html",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "author": ".book-extra@text||author##\\s*丨.+$",
      "bookList": ".rank-book||$.data.books[*]",
      "bookUrl": "a.0@href||https://www.linovel.net/book/{$.id}.html",
      "coverUrl": "img@src||coverUrl",
      "intro": ".book-intro@text||about",
      "kind": ".book-extra@text&&.book-tag@text&&cat[*]##^[^丨]+丨\\s*|\\s.*",
      "lastChapter": "p.-1@text||lastVolName",
      "name": "a.0@text||name",
      "wordCount": "words"
    },
    "ruleSearch": {
      "author": "div.-1@text##\\s*丨.+$",
      "bookList": ".rank-book-list a",
      "bookUrl": "href",
      "coverUrl": "img@src",
      "intro": "div.-2@text",
      "kind": "div.-1@text&&.book-tag@text##^[^丨]+丨\\s*|\\s.*",
      "name": "div.4@text"
    },
    "ruleToc": {
      "chapterList": ".chapter",
      "chapterName": "@js:\nvar title = result.parentNode().parentNode().parentNode().parentNode().parentNode();\nresult = title.select('h2').text() +'：'+ result.text()",
      "chapterUrl": "a@href"
    },
    "searchUrl": "/search/?kw={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "'https://www.mhtmh.org\n'https://www.mhtmh.com\n'https://www.manwaku.com\n'https://www.mwmw.cc\n//建议注册或登录使用\n//随机注册也可以\n//\t注册或登录后请重新刷新发现\n//❗免责声明：  \n本工具/代码/内容仅供学习交流使用，严禁用于任何非法用途。使用者应严格遵守所在国家或地区的法律法规，任何因滥用或违规使用导致的后果均与开发者/提供者无关，责任自负❗",
    "bookSourceGroup": "🔞",
    "bookSourceName": "猕蛙",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.manwaku.com",
    "customButton": false,
    "customOrder": 128,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar result = [];\nvar baseUrl = \"/api/cate\";\n\n// 动态获取标签\nvar tags = [];\nvar doc = org.jsoup.Jsoup.parse(java.ajax(source.key + '/cate'));\nvar tagContainers = doc.select('.tag-container').toArray();\nvar lastContainer = tagContainers[tagContainers.length - 1];\nvar tagElements = lastContainer.select('a');\n\n// 提取标签数据\nfor (var i = 0; i < tagElements.size(); i++) {\n    var element = tagElements.get(i);\n    tags.push({\n        value: element.attr('data-value'),\n        text: element.text()\n    });\n}\n\n// 排序选项\nconst sortOptions = [\n    { text: \"更新\", value: 0 },\n    { text: \"新作\", value: 1 },\n    { text: \"热门\", value: 3 },\n    { text: \"畅销\", value: 2 },\n    { text: \"收藏\", value: 4 }\n];\n\n// 创建分类项\nvar createCategory = (title, tag, sort) => {\n    const body = {\n        page: { page: \"{{page}}\", pageSize: 36 },\n        category: \"comic\",\n        sort: sort,\n        comic: { status: -1, day: 0, tag: tag },\n        video: { year: 0, typeId: 0, typeId1: 0, area: \"\", lang: \"\", status: -1, day: 0 },\n        novel: { status: -1, day: 0, sortId: 0 }\n    };\n    \n    // 构建URL，包含标签值\n    const url = baseUrl + (tag ? \"/\" + tag : \"\") + \",\" + JSON.stringify({\n        body: JSON.stringify(body).replace('\"{{page}}\"', '{{page}}'),\n        method: \"POST\",\n        headers: {\n            \"X-Requested-With\": \"XMLHttpRequest\",\n            \"Content-Type\": \"application/json\",\n            \"authHeader\": source.getLoginHeader() || \"\"\n        }\n    });\n    \n    result.push({\n        title: title,\n        url: url,\n        style: {\n            layout_flexGrow: 1,\n            layout_flexBasisPercent: 0.25\n        }\n    });\n};\n\n// 生成分类\nsortOptions.forEach(so => {\n    // 添加排序标题\n    result.push({\n        title: so.text,\n        url: \"\",\n        style: { \n            layout_flexGrow: 1, \n            layout_flexBasisPercent: 1 \n        }\n    });\n\n    // 添加该排序下的所有标签\n    tags.forEach(tag => {\n        createCategory(tag.text, tag.value, so.value);\n    });\n});\n\nJSON.stringify(result);",
    "header": "@js:\nJSON.stringify({\n\"cache-control\": \"no-cache\",\n\"Accept-Language\": \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\",\n\"sec-ch-ua\": \"Android\",\n\"User-Agent\": \"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Mobile Safari/537.36 EdgA/127.0.0.0\"\n})",
    "lastUpdateTime": 1756052250572,
    "loginUi": "[\n    {\n    \t\"name\": \"用户名\", \n    \t\"type\": \"text\"\n    \t},\n    {\n    \t\"name\": \"密码\", \n    \"type\": \"text\"\n    },\n   {\n       \"name\": \"随机注册\",\n       \"type\": \"button\",\n       \"action\": \"register()\",\n       \"style\": {\n           \"layout_flexGrow\": 1,\n           \"layout_flexBasisPercent\": 0.25\n       }\n   }\n]",
    "loginUrl": "function register() {\n    const regUrl = `${baseUrl.replace(/\\/+$/,'').replace(/[^\\w.:\\/-]/g,'')}/api/user/register`.replace(/\\/+/gi, \"/\");\n    \n    const randomUsername = generateRandomString(8); // 随机用户名\n    const randomPassword = generateRandomString(10); // 随机密码\n    \n    const domains = [\"qq.com\", \"gmail.com\", \"163.com\", \"outlook.com\"]; // 邮箱池\n    const randomDomain = domains[Math.floor(Math.random() * domains.length)]; // 随机选择邮箱域名：生成0到domains.length-1的随机索引\n    \n    const randomEmail = generateRealisticEmail(randomDomain); // 随机邮箱\n    const randomNickname = generateRandomString(6); // 随机昵称\n    \n    const registerParams = {\n        method: \"POST\",\n        headers: {\"Content-Type\": \"application/json\", \"x-requested-with\": \"XMLHttpRequest\"},\n        body: JSON.stringify({\n        \tusername: randomUsername, password: randomPassword, \n        \temail: randomEmail,\n        \tnickname: randomNickname})\n    };\n    \n    java.log(\"尝试注册: \" + registerParams.body);\n    const response = java.post(regUrl, registerParams.body, registerParams.headers);\n    const body = response.body();\n    \n    try {\n        const result = JSON.parse(body);\n        if (result.code === 200) {\n            const token = result.data.token;\n            const authHeader = JSON.stringify({Authorization: `Bearer ${token}`, Cookie: `authToken=${token}`});\n            source.putLoginInfo(JSON.stringify({\"用户名\": randomUsername, \"密码\": randomPassword}));\n            java.longToast(\"注册成功\");\n            return source.putLoginHeader(authHeader);\n        } else {\n            throw Error(result.msg || \"注册失败\");\n        }\n    } catch (e) {\n        java.log(\"注册失败: \" + e.message + \", 响应: \" + body);\n        throw Error(\"注册失败\");\n    }\n}\n\nfunction generateRandomString(length, includeNumbers = true) {\n    const chars = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789';\n    let result = '';\n    for (let i = 0; i < length; i++) result += chars[Math.floor(Math.random() * chars.length)];\n    return result;\n}\n\nfunction generateRealisticEmail(domain) {\n    let username;\n    switch (domain) {\n        case \"qq.com\":\n            username = Math.floor(100000000 + Math.random() * 900000000).toString();\n            break;\n            \n        case \"163.com\":\n            username = generateRandomString(6 + Math.floor(Math.random() * 4), true);\n            if (Math.random() > 0.6) username = username.slice(0, 3) + '_' + username.slice(3);\n            break;\n            \n        case \"outlook.com\":\n            username = generateRandomString(6 + Math.floor(Math.random() * 4), true);\n            if (Math.random() > 0.7) username = username.slice(0, 3) + '.' + username.slice(3);\n            break;\n            \n        default:\n            username = generateRandomString(7 + Math.floor(Math.random() * 5), true);\n            break;\n    }\n    \n    return username + \"@\" + domain;\n}\n\nfunction login() {\n    const loginUrl = `${baseUrl.replace(/\\/+$/,'').replace(/[^\\w.:\\/-]/g,'')}/api/user/login`.replace(/\\/+/gi, \"/\");\n    const user = source.getLoginInfoMap();\n    const loginParams = {\n        method: \"POST\",\n        headers: {\"Content-Type\": \"application/json\", \"x-requested-with\": \"XMLHttpRequest\"},\n        body: JSON.stringify({username: user.get(\"用户名\"), password: user.get(\"密码\")})\n    };\n    \n    const response = java.post(loginUrl, loginParams.body, loginParams.headers);\n    const body = response.body();\n    \n    try {\n        const result = JSON.parse(body);\n        if (result.code === 200 && result.msg === \"Login successful\") {\n            const token = result.data.token;\n            return source.putLoginHeader(JSON.stringify({Authorization: `Bearer ${token}`, Cookie: `authToken=${token}`}));\n        } else {\n            throw Error(result.msg || \"登录失败\");\n        }\n    } catch (e) {\n        java.log(\"登录失败: \" + e.message);\n        throw Error(\"登录失败\");\n    }\n}",
    "respondTime": 36724,
    "ruleBookInfo": {
      "author": "$..author||$.data.author",
      "coverUrl": "$.data.cover||$..cover",
      "intro": "$..intro||$.data.intro",
      "kind": "$.data.tags||$..tags",
      "name": "$.data.title||$..title",
      "tocUrl": "/api/comic/chapter?comicId={$..id}&page=1&pageSize=20"
    },
    "ruleContent": {
      "content": "@js:\nvar imgs = JSON.parse(src).data.images;\nimgs.map($=>`<img src=\"${$.url}\">`).join(\"\\n\")",
      "imageStyle": "FULL",
      "nextContentUrl": "@js:\nvar pageUrls = [];\ntry {\n  var rawData = result || \"{}\";\n  if (typeof rawData !== \"string\") rawData = JSON.stringify(rawData);\n  var Data = JSON.parse(rawData).data;\n  var pageSize = Data.pagination?.page_size;\n  var total = Data.pagination?.total;\n  var totalPages = Math.ceil(total / pageSize);\n\n  for (var i = 2; i <= totalPages; i++) {\n    pageUrls.push(baseUrl.replace(/page=\\d+/, `page=${i}`));\n  }\n} catch (e) {\n  java.log(\"解析错误: \" + e.message);\n  pageUrls = [];\n}\npageUrls;"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.data.list[*]",
      "bookUrl": "/api{{$.url}}",
      "coverUrl": "$.pic",
      "intro": "$.intro",
      "kind": "$.tags",
      "name": "$.title"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data.list[*]",
      "bookUrl": "/api/comic/{{$.id}}",
      "coverUrl": "$.cover",
      "intro": "$.description",
      "kind": "$.tags",
      "name": "$.title"
    },
    "ruleToc": {
      "chapterList": "$.data[*]",
      "chapterName": "$.title",
      "chapterUrl": "/api/comic/image/{{$.id}}?page=1&page_size=60",
      "isVip": "$.isVip",
      "nextTocUrl": "@js:\nvar pageUrls = [];\n try {\n   var rawData = result || \"{}\";\n   if (typeof rawData !== \"string\") rawData = JSON.stringify(rawData);\n   var result = JSON.parse(rawData);\n   var total = result.pagination?.total;\n   var pageSize = result.pagination?.size;\n   var totalPages = Math.ceil(total / pageSize);\n   for (var i = 2; i <= totalPages; i++) {\n     pageUrls.push(baseUrl.replace(/page=\\d+/,`page=${i}`));\n   }\n } catch (e) {\n   java.log(\"解析错误: \" + e.message);\n   pageUrls = [];\n }\n pageUrls;"
    },
    "searchUrl": "/api/search?keyword={{key}}&type=mh&page={{page}}&pageSize=20",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁🎃#49",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.zuowenjing.com#🎃",
    "customButton": false,
    "customOrder": 129,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"🎖排行榜🎖\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"总排行榜\",\"url\":\"/rank/allvisit/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"月排行榜\",\"url\":\"/rank/monthvisit/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"周排行榜\",\"url\":\"/rank/weekvisit/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"收藏榜\",\"url\":\"/rank/goodnum/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"📒书库📒\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"全部小说\",\"url\":\"/sort/1/{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻小说\",\"url\":\"/sort/1/1/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"仙侠小说\",\"url\":\"/sort/2/1/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市小说\",\"url\":\"/sort/3/1/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史小说\",\"url\":\"/sort/4/1/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游小说\",\"url\":\"/sort/5/1/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻小说\",\"url\":\"/sort/6/1/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"灵异小说\",\"url\":\"/sort/7/1/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"言情小说\",\"url\":\"/sort/8/1/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"耽美小说\",\"url\":\"/sort/9/1/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"📔完本📔\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"全部\",\"url\":\"/quanben/sort/1/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"玄幻\",\"url\":\"/quanben/sort/1/1/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠\",\"url\":\"/quanben/sort/2/1/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/quanben/sort/3/1/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史\",\"url\":\"/quanben/sort/4/1/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游\",\"url\":\"/quanben/sort/5/1/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"/quanben/sort/6/1/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异\",\"url\":\"/quanben/sort/7/1/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"言情\",\"url\":\"/quanben/sort/8/1/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美\",\"url\":\"/quanben/sort/9/1/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 0,
    "respondTime": 10114,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{\nn:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nw:\".am-badge-secondary.0@text\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\",\nt:\"\"\n}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "wordCount": "@get:{w}"
    },
    "ruleContent": {
      "content": "#content@p@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": ".book-list-1-author@text",
      "bookList": "class.am-g-collapse.-1@class.am-u-md-6",
      "bookUrl": "a@href",
      "checkKeyWord": "",
      "coverUrl": "img@data-src",
      "intro": ".book-list-1-intro@text",
      "kind": ".am-badge-warning@text&&.am-badge-secondary@text",
      "name": "h4@text",
      "wordCount": ".am-badge-primary@text"
    },
    "ruleToc": {
      "chapterList": "#list div li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search/?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁🎃#53",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.22biqu.net#🎃",
    "customButton": false,
    "customOrder": 130,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\n    \"title\": \"♕ 分类 ♕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"玄幻魔法\",\n    \"url\": \"/fenlei/1_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠修真\",\n    \"url\": \"/fenlei/2_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市言情\",\n    \"url\": \"/fenlei/3_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史军事\",\n    \"url\": \"/fenlei/4_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻灵异\",\n    \"url\": \"/fenlei/6_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"游戏竞技\",\n    \"url\": \"/fenlei/5_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"女生耽美\",\n    \"url\": \"/fenlei/7_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他类型\",\n    \"url\": \"/fenlei/8_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"♕ 排行榜 ♕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"总排行榜\",\n    \"url\": \"/rank/allvisit/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"月排行榜\",\n    \"url\": \"/rank/monthvisit/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"周排行榜\",\n    \"url\": \"/rank/weekvisit/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"收 藏 榜\",\n    \"url\": \"/rank/goodnum/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"♕ 全本 ♕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"玄幻魔法\",\n    \"url\": \"/quanben/fenlei/1_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠修真\",\n    \"url\": \"/quanben/fenlei/2_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市言情\",\n    \"url\": \"/quanben/fenlei/3_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史军事\",\n    \"url\": \"/quanben/fenlei/4_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻灵异\",\n    \"url\": \"/quanben/fenlei/6_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"游戏竞技\",\n    \"url\": \"/quanben/fenlei/5_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"女生耽美\",\n    \"url\": \"/quanben/fenlei/7_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他类型\",\n    \"url\": \"/quanben/fenlei/8_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  }\n]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 8.0.0; MI 5s Plus Build/OPR1.170623.032; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 0,
    "respondTime": 3287,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "#chaptercontent@p@html##本章未完.*",
      "nextContentUrl": "#pt_next@href"
    },
    "ruleExplore": {
      "author": ".author@text##作者：|（\\d.*）",
      "bookList": ".hot_sale",
      "bookUrl": "a@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##https://img.22biqu.com/$2/$1/$1s.jpg###",
      "intro": ".review@text",
      "name": ".title@text##^\\d+\\."
    },
    "ruleSearch": {
      "author": ".author.0@text##作者：",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@img@src",
      "kind": ".author.1@text##类型：",
      "lastChapter": ".update@a@text",
      "name": ".bookname@text"
    },
    "ruleToc": {
      "chapterList": ".directoryArea.1@p@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "{{cookie.removeCookie(source.key)}}/ss/,{\n  \"body\": \"searchkey={{key}}&submit=\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "不能看完整就登录一下试试。\n备用https://xn--b9-209co42jzck.alicesw6.xyz/",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🐣爱丽丝书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://alicesw.org/##ʕ ᵔᴥᵔ ʔ喜静",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 131,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"校园\",\"url\":\"/lists/61.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"贤者小说\",\"url\":\"/lists/79.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/lists/62.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"奇幻\",\"url\":\"/lists/75.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"强奸\",\"url\":\"/lists/74.htm&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"同人\",\"url\":\"/lists/73.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/lists/71.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"乡村\",\"url\":\"/lists/63.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/lists/64.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"系统\",\"url\":\"/lists/69.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/lists/68.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/lists/67.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"明星\",\"url\":\"/lists/72.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"乱伦\",\"url\":\"/lists/65.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越\",\"url\":\"/lists/70.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"凌辱\",\"url\":\"/lists/46.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"反差\",\"url\":\"/lists/22.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"堕落\",\"url\":\"/lists/18.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"纯爱\",\"url\":\"/lists/19.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"伪娘\",\"url\":\"/lists/52.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"性奴\",\"url\":\"/lists/45.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"萝莉\",\"url\":\"/lists/48.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"熟女\",\"url\":\"/lists/56.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"禁忌\",\"url\":\"/lists/51.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"NTR\",\"url\":\"/lists/54.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"媚黑\",\"url\":\"/lists/53.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"绿帽\",\"url\":\"/lists/55.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"调教\",\"url\":\"/lists/58.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"女主\",\"url\":\"/lists/59.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"正太\",\"url\":\"/lists/50.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"下克上\",\"url\":\"/lists/43.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"反转\",\"url\":\"/lists/23.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"羞耻\",\"url\":\"/lists/34.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"百合\",\"url\":\"/lists/47.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"重口\",\"url\":\"/lists/21.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/lists/57.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"人气榜\",\"url\":\"/all/order/hits+desc.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"字数榜\",\"url\":\"/all/order/word+desc.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"推荐榜\",\"url\":\"/all/order/recommend+desc.html&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "header": "{\n\t\"User-Agent\":\"Mozilla/5.0 (Linux; Android 14; PJH110 Build/SP1A.210812.016) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.103 Mobile Safari/537.36\",\"Referer\":\"{{baseUrl}}\"\n\t}",
    "lastUpdateTime": 1753677262843,
    "loginUrl": "https://alicesw.tw/user/user/login.html",
    "respondTime": 30827,
    "ruleBookInfo": {
      "author": "a",
      "coverUrl": "c",
      "init": "@js:\n$ = (_) => java.getString(_);\n({\n    n: $(\"[property$=title]@content\"),\n    a: $(\"[property$=author]@content\"),\n    k: $(\"[property~=category|status|update_time]@content\"),\n    w: $(\"text.字数@text\\#\\#字数[：:]\"),\n    l: $(\"[property~=las?test_chapter_name]@content\"),\n    i: $(\"[property$=description]@content\"),\n    c: $(\"[property$=image]@content\"),\n    t: $(\"class.opt@a:nth-child(2)@href\"),\n    d: $(\"text.下载@href\")\n});",
      "intro": "i",
      "kind": "k",
      "lastChapter": "l",
      "name": "n",
      "tocUrl": "t",
      "wordCount": "w"
    },
    "ruleContent": {
      "content": "#chapterContent p@textNodes"
    },
    "ruleSearch": {
      "author": ".s4@text",
      "bookList": "class.list-group@tag.h5",
      "bookUrl": "a@href",
      "coverUrl": "{{$.coverUrl}}http://u3v.cn/5zBiW8",
      "kind": ".s1@text##\\[|\\]",
      "name": "h5@text"
    },
    "ruleToc": {
      "chapterList": ".fix li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.alicesw.com/search.html?q={{key}}&p={{page\n}},{\n“charset”: “gbk”\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "源作者:qaz1749，该书源无发现功能，网站目前暂时不需要梯子，也没有机器人验证和登录要求",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "新笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.biquges123.com",
    "bookUrlPattern": "https://www.biquges123.com\\d+",
    "customButton": false,
    "customOrder": 132,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1759264712653,
    "respondTime": 3875,
    "ruleBookInfo": {
      "author": "class.info_ct@tag.div.2@text",
      "coverUrl": "class.info_lt@tag.img@src",
      "init": "tag.main",
      "intro": "class.des@tag.span@text",
      "kind": "class.bread@tag.a.1@text",
      "lastChapter": "class.ud@tag.a@text",
      "name": "class.info_title@text"
    },
    "ruleContent": {
      "content": "class.article@html",
      "nextContentUrl": "class.text_btn@tag.a.2@href",
      "title": "class.text@tag.h1@text"
    },
    "ruleSearch": {
      "author": ".author@text",
      "bookList": "class.hot_4@tag.li",
      "bookUrl": "class.hot_4_item@tag.a@href",
      "coverUrl": "class.cover@tag.img@src",
      "intro": "class.hot_des@text",
      "name": ".hot_name@text"
    },
    "ruleToc": {
      "chapterList": "class.list@tag.li",
      "chapterName": "tag.a@title",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/search?keyword={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "// Error: 源地址不是http链接\n\n\n- 不知名Q群：\n   1063421086\n   \n- 不知名网站：\n- Legado 兼容多来源的 php 书源项目\n版本： 2.3\n添加来源：程袁书吧\n优化增加部分代码\n番茄短剧暂不可用！！！\n",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "🍉 聚合书源 - 没有你想要的",
    "bookSourceType": 0,
    "bookSourceUrl": "❤️ 聚合书源 ❤️",
    "customButton": false,
    "customOrder": 133,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "<js>\n let CheckTime = Date.now();\n \n let defaultVariable = {\n \t  \"Variable\": {\n \t  \t  \"search_type\": {\n \t  \t  \t  \"tab\": 1,\n \t  \t  \t  \"name\": \"小说\"\n \t  \t  \t},\n \t  \t  \t\"Source\": {\n \t  \t  \t\t  \"type\": \"sudugu\",\n \t  \t  \t\t  \"name\": \"🍋速读谷\",\n \t  \t  \t\t  \"value\": \"速读谷\"\n \t  \t  \t\t},\n \t  \t  \t\t\"Key\": \"\",\n \t  \t  \t\t\"Host\": api,\n \t  \t  \t\t\"test\": false,\n \t  \t  \t\t\"version\": version,\n \t  \t  \t\t\"lastCheckTime\": CheckTime\n \t  \t}\n \t}\n \t\n \tlet variable = source.getVariable();\n \t\n \tif(variable != \"\" && variable !== null && variable != undefined) {\n \t\t  try{\n \t\t  \t  variable = JSON.parse(variable);\n \t\t  \t} catch(e) {\n \t\t  \t\t  java.log(e);\n \t\t  \t\t  variable = defaultVariable;\n \t\t  \t\t  source.variable = JSON.stringify(defaultVariable, null, \"\\t\");\n \t\t  \t\t  java.toast(\"请按照规则修改源变量，已重置源变量！\")\n \t\t    \t} \n \t\t   } else {\n \t\t  \t\t  variable = defaultVariable;\n \t\t  \t\t  source.variable = JSON.stringify(defaultVariable, null, \"\\t\");\n \t\t  \t\t  java.toast(\"参数初始化成功！\");\n \t\t  \t}\n \t\t  \t\n \tlet Key = source.getLoginInfoMap().get(\"在这里填入Key\")||\"\";\n getHeaders(Key);\n</js>",
    "jsLib": "const version = \"2.3\";\n\nconst api = \"http://fanqienovel.xuanbao.icu\";\n\nfunction getHeaders(Key) {\n\t\n    const { java } = this\n    \n    let Header;\n    if ( Key == \"\" ) {\n    \t    Header = {\n    \t    \t    text: \"验证失败，缺少Key\"\n    \t    \t}\n    \t    \tjava.log(\"请填入Key\");\n    \t} else {\n         let time = Date.now();\n         let btime = java.base64Encode(time);\n         let sign = Key;\n \n         Header = {\n           Key:\t \"5pif55ygNTIw\",\n           Author: \"xingmian\",\n           \"X-Source\"\t: \"read.yuedu\",\n           \"Time-Token\": String(time),\n           \"Search-Key-Sign\": btime + sign\n         }\n     }\n \n    return JSON.stringify(Header)\n\n\t}\n\nfunction getContent(result) {\n\t\n\t   const { java } = this\n\t   \n\t   let result_url = java.hexDecodeToString(result);\n\t   \n\t   return java.ajax(result_url)\n\t}",
    "lastUpdateTime": 1759459630186,
    "loginUi": "[\n    {\n        \"name\": \"༺ ʚ  当前来源  ɞ ༻\",\n        \"type\": \"button\",\n        \"action\": \"getValue()\",\n        \"style\": {\n            \"layout_flexGrow\": 0,\n            \"layout_flexBasisPercent\": 1\n        }\n    },\n    {\n        \"name\": \"🍋速读谷\",\n        \"type\": \"button\",\n        \"action\": \"setValue('sudugu')\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    },\n    {\n        \"name\": \"🍉盐选书库\",\n        \"type\": \"button\",\n        \"action\": \"setValue('yanxuan')\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    },\n    {\n        \"name\": \"🍋程袁书吧\",\n        \"type\": \"button\",\n        \"action\": \"setValue('chenyuanshba')\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    },\n    {\n        \"name\": \"🍅番茄短剧\",\n        \"type\": \"button\",\n        \"action\": \"setValue('fanqieduanju')\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    },\n    {\n        \"name\": \"🪭聚合搜索\",\n        \"type\": \"button\",\n        \"action\": \"setValue('juhesousuo')\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    },\n\n    {\n    \t  \"name\": \"在这里填入Key\",\n    \t  \"action\": \"\",\n  \t    \"type\": \"password\"\n    \t},\n    {\n        \"name\": \"🎐所有参数初始化\",\n        \"type\": \"button\",\n        \"action\": \"initialize()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    },\n    {\n        \"name\": \"🔑获取Key\",\n        \"type\": \"button\",\n        \"action\": \"getKey()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    },\n    {\n        \"name\": \"  接    口：星眠     源规则： 聆听月与悦  \",\n        \"type\": \"button\",\n        \"action\": \"author()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 1.5\n        }\n    }\n]",
    "loginUrl": "function login() {\n\t}\n\nvar data = [\n    [\"🍋速读谷\", \"sudugu\", \"速读谷\"],\n    [\"🍉盐选书库\", \"yanxuan\", \"盐选书库\"],\n    [\"🍋程袁书吧\", \"chenyuanshba\", \"程袁书吧\"],\n    [\"🍅番茄短剧\", \"fanqieduanju\", \"番茄短剧\"],\n    [\"🪭聚合搜索\", \"juhesousuo\", \"聚合搜索\"]\n];\nfunction setValue(valueType) {\n    try {\n    \t    let Variable = JSON.parse(source.getVariable());\n        let valid = false;\n        let sourceName;\n        let sourceValue;\n        \n        for(let i = 0; i < data.length; i++) {\n            if(data[i][1] === valueType) {\n                valid = true;\n                sourceName = data[i][0];\n                sourceValue = data[i][2];\n                break;\n            }\n        }\n        \n        if (valid) {\n        \t\n            Variable.Variable.Source.type = valueType;\n            Variable.Variable.Source.name = sourceName;\n            Variable.Variable.Source.value = sourceValue;\n            \n            let jsonStr = JSON.stringify(Variable, null, \"\\t\");\n            source.setVariable(jsonStr);\n            java.toast(\"已切换到: \\n\" + sourceName);\n        } else {\n            java.toast(\"无效的来源类型\");\n        }\n    } catch (err) {\n        java.toast(\"设置来源错误：\\n\" + err);\n        java.log(err);\n    }\n}\nfunction getValue() {\n\t   try{\n\t   \t    let Variable = JSON.parse(source.getVariable());\n\t   \t    let value = Variable.Variable.Source.type;\n\t   \t    let sname;\n\t   \t    for( let i = 0; i < data.length; i ++ ) {\n\t   \t    \t    if( data[i] === value ) {\n\t   \t    \t    \t    sname = data[i][0];\n\t   \t    \t    \t    break;\n\t   \t    \t    \t}\n\t   \t    \t}\n\t   \t    \tif ( sname == undefined ) {\n\t   \t    \t\t    sname = Variable.Variable.Source.name;\n\t   \t    \t\t}\n\t   \t    \tjava.log(sname);\n\t   \t    java.toast(\"当前来源：\\n\" + sname);\n\t   \t} catch( e ) {\n\t   \t\t   java.log(e);\n\t   \t    java.toast(\"当前未选择来源！\");\n\t   \t}\n\t}\n\nfunction author() {\n\t   let url = \"https://jkapi.com/api/one_yan?type=json\";\n\t   let json = java.ajax(url + \",\" + JSON.stringify({\n                   method: \"GET\"\n                }\t)\n\t   \t    );\n\t   \tlet content = JSON.parse(json).content;\n\t   \tjava.log(`\\n${content}`);\n\t   \tjava.longToast(`\\n${content}`);\n\t}\n\nfunction initialize() {\n\t   try{\n\t       source.setVariable(\"\");\n\t       java.toast(\"初始化成功！\");\n\t   } catch(er) {\n\t   \t    java.log(\"初始化失败！\\n\" + er);\n\t   \t    java.toast(\"初始化失败！\");\n\t   \t}\n\t}\n\nfunction getKey() {\n\t   let Variable = JSON.parse(source.getVariable());\n\t   java.startBrowser(Variable.Variable.Host, \"星眠书源\");\n\t}",
    "respondTime": 180002,
    "ruleBookInfo": {
      "author": "$.book_author##者：",
      "coverUrl": "$.book_cover",
      "init": "<js>\n\n    java.log(getContent(result))\n    \n</js>\n$.request_result.book_detail",
      "intro": "$.book_abstract",
      "kind": "$.book_kind",
      "lastChapter": "{{$.last_chapter_name}} {{$.last_chapter_update_time}}",
      "name": "$.book_name",
      "tocUrl": "<js>\nlet Variable = JSON.parse(source.getVariable());\nconst action = \"/yuedu/api/resolutio/cheaper.php\";\n\nlet body = {\n    book_id: result.book_id,\n    source: result.source\n}\n\nlet parameter = {\n  body: body,\n  method: \"POST\"\n}\n\nlet cheaper_url = Variable.Variable.Host + action + \",\" + JSON.stringify(parameter);\n\nlet type = JSON.stringify({\n\t   \"type\": \"星眠\"\n\t}, 4, \"\\t\");\n\t\ncheaper_url = java.base64Encode(cheaper_url);\ncheaper_url = `data:cheaper;base64,${cheaper_url},${type}`;\n\njava.put(\"source\", result.source);\ncheaper_url\n</js>",
      "wordCount": "$.book_count"
    },
    "ruleContent": {
      "content": "<js>\n\n    getContent(result)\n    \n</js>\n$.request_rseult.content"
    },
    "ruleSearch": {
      "author": "$.book_author",
      "bookList": "<js>\nlet result = getContent(result);\nlet res = JSON.parse(result);\nlet mes = res.message;\njava.log(mes);\nresult\n</js>\n$.search_result.search_book_list[*]",
      "bookUrl": "<js>\nlet Variable = JSON.parse(source.getVariable());\nconst action = \"/yuedu/api/resolutio/detail.php\";\n\nlet body = {\n    book_id: result.book_id,\n    source: result.source\n}\n\nlet parameter = {\n  body: body,\n  method: \"POST\"\n}\n\nlet type = JSON.stringify({\n\t   \"type\": \"星眠\"\n\t}, 4, \"\\t\");\n\t\nlet book_url = Variable.Variable.Host + action + \",\" + JSON.stringify(parameter);\n\nbook_url = java.base64Encode(book_url);\nbook_url = `data:detail;base64,${book_url},${type}`;\n\nbook_url\n\n</js>",
      "coverUrl": "$.book_cover",
      "intro": "$.book_abstract",
      "kind": "$.book_kind",
      "lastChapter": "{{$.last_chapter_name}} {{$.last_chapter_update_time}}",
      "name": "$.book_name",
      "wordCount": "$.book_count"
    },
    "ruleToc": {
      "chapterList": "<js>\n\n    getContent(result)\n    \n</js>\n$.request_result.Contents[*]",
      "chapterName": "$.Cheaper_name",
      "chapterUrl": "<js>\nlet Variable = JSON.parse(source.getVariable());\nconst action = \"/yuedu/api/resolutio/content.php\";\n\nlet item_id = java.getString(\"$.Cheaper_item_id\");\nlet book_id = java.getString(\"$.book_id\");\nlet source = java.get(\"source\");\n\nlet body = {\n\t   item_id: item_id,\n    book_id: book_id,\n    source: source\n}\n\nlet parameter = {\n  body: body,\n  method: \"POST\"\n}\n\nlet type = JSON.stringify({\n\t   \"type\": \"星眠\"\n\t}, 4, \"\\t\");\n\nlet content_url = Variable.Variable.Host + action + \",\" + JSON.stringify(parameter);\n\ncontent_url = java.base64Encode(content_url);\ncontent_url = `data:content;base64,${content_url},${type}`;\n\ncontent_url\n</js>"
    },
    "searchUrl": "<js>\nlet Variable = JSON.parse(source.getVariable());\n\nif ( !Variable.Variable.test ) {\n\n    let request_test_url = Variable.Variable.Host + \"/yuedu/api/request_test.php\";\n\n    try{\n\t       let res = JSON.parse(java.ajax(request_test_url));\n\t       if ( res.request.return ) {\n\t       \t    mes = \"测试成功！\";\n\t       \t} else {\n\t       \t\t   mes = \"测试失败！\";\n\t       \t}\n\t       \tVariable.Variable.test = true;\n\t       \tsource.setVariable(JSON.stringify(Variable, null, \"\\t\"));\n\t       \tjava.log(mes);\n\t       java.toast(mes);\n\t    } catch(er) {\n\t\t      Variable.Variable.test = true;\n\t    \t   Variable.Variable.Host = \"http://xindmian.xuanbao.icu\";\n\t\t      source.setVariable(JSON.stringify(Variable, null, \"\\t\"));\n\t\t      java.log(\"测试失败：\\n\" + er);\n\t    \t  java.toast(\"测试失败，抱歉，你无法使用本源！\");\n\t    \t }\n\t}\n\t\nlet Key = source.getLoginInfoMap().get(\"在这里填入Key\");\nif( Key != \"\" && Key != undefined && Variable.Variable.Key == \"\" || Key != Variable.Variable.Key ) {\n\t  Variable.Variable.Key = Key;\n\t  source.setVariable(JSON.stringify(Variable, null, \"\\t\"));\n\t  java.toast(\"🔑已重置Key！\")\n\t}\n\nconst action = \"/yuedu/api/resolutio/search.php\";\n\nlet body = {\n    keywords: key,\n    page: page,\n    source: Variable.Variable.Source.value\n}\n\nlet parameter = {\n  body: body,\n  method: \"POST\"\n}\n\nlet type = JSON.stringify({\n\t   \"type\": \"星眠\"\n\t}, 4, \"\\t\");\n\nlet search_url = Variable.Variable.Host + action + \",\" + JSON.stringify(parameter);\n\nsearch_url = java.base64Encode(search_url);\nsearch_url = `data:search;base64,${search_url},${type}`;\n\nsearch_url\n\t</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁🎃#57",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.biquge99.cc#🎃",
    "bookUrlPattern": "https://www.biquge99.cc/book/\\d+/",
    "customButton": false,
    "customOrder": 134,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻小说\",\"url\":\"/xuanhuan/\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"武侠小说\",\"url\":\"/wuxia/\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"都市小说\",\"url\":\"/dushi/\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"历史小说\",\"url\":\"/lishi/\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"网游小说\",\"url\":\"/wangyou/\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"科幻小说\",\"url\":\"/kehuan/\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"女生小说\",\"url\":\"/mm/\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\"\n}",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 4245,
    "ruleBookInfo": {
      "author": "class.info@class.small@tag.span.0@text##作者：",
      "coverUrl": "class.cover@img@src",
      "init": "",
      "intro": "class.intro@text##简介：",
      "kind": "class.info@class.small@tag.span.4@text&&\nclass.info@class.small@tag.span.2@text&&\nclass.info@class.small@tag.span.1@text##分类：|状态：|更新时间：",
      "lastChapter": "class.info@class.small@tag.span.5@a@text##免费章节 |正文卷 |正文 |VIP章节 |百度搜索.*",
      "name": "class.info@h1@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleContent": {
      "content": "id.content@textNodes##请记住本书.*cc"
    },
    "ruleExplore": {
      "author": "class.s4@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "class.s2@a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\n'https://www.biquge99.cc/bookimages/'+id+'.jpg';\n</js>",
      "kind": "class.s5@text",
      "lastChapter": "class.s3@a@text",
      "name": "class.s2@a@text"
    },
    "ruleSearch": {
      "author": "class.author@text##作者：|<",
      "bookList": "class.bookbox",
      "bookUrl": "class.bookname@tag.a@href",
      "checkKeyWord": "万族之劫",
      "coverUrl": "class.bookimg@tag.img.0@src",
      "intro": "class.bookinfo@p@text",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 |百度搜索.*",
      "name": "class.bookname@tag.a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleToc": {
      "chapterList": "class.listmain@tag.dd@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.biquge99.cc/s.php?ie=gbk&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "冷冷文学",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www7.lenglengbb.com/",
    "customButton": false,
    "customOrder": 135,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部::/category/0/\n原创小说::/category/168326864887877/\n‎同‍‌‌人‍衍生::/category/168326864900166/\n‌P‍‍‌O‍‌1‌‎8‎‍::/category/168325583147077/\n都市::/category/4497418743879/\n玄幻::/category/4497418813510/\n现代言情::/category/123687453134919/\n古代言情::/category/123687453102149/\n科幻::/category/4497418604613/\n古言::/category/4497419206726/\n现言::/category/4497418784838/\n幻想言情::/category/123687453163590/\n历史::/category/4497418846278/\n悬疑::/category/4497418977350/\n游戏::/category/4497418752070/\n奇幻::/category/4497418838087/\n‎同‍‌‌人‍::/category/123687453151304/\n青春::/category/4497419108424/\n武侠::/category/4497418797126/\n仙侠::/category/4497418756166/\n轻小说::/category/4497418735686/\n幻情::/category/4497418879046/\n竞技::/category/123695583178826/\n军事::/category/4497419591752/\n现实::/category/4497419587654/\n体育::/category/4497418895432/\n纯爱::/category/10322166141000/\n短篇::/category/4497419214918/\n其他::/category/123687454683208/\n其它分类::/category/4497426522184/",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 8.1.0; JKM-AL00b Build/HUAWEIJKM-AL00b; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 MQQBrowser/6.2 TBS/044807 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 1761113251452,
    "loginCheckJs": "if (result.body().includes(\"Just a moment\")) {\n\tjava.startBrowserAwait(result.url(), \"验证\")\n\t} else result",
    "respondTime": 4944,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:status\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": ".BGsectionOne-top@.title@text",
      "tocUrl": "text.查看全部章节@href"
    },
    "ruleContent": {
      "content": "@js:\nfunction d(a, b) {\n            b = java.md5Encode(b);\n            var d = b.substring(0, 16);\n            var e = b.substring(16);\n            return  java.createSymmetricCrypto(\"AES/CBC/PKCS7Padding\" ,e,d).decryptStr(a)\n            \n            //java.aesBase64DecodeToString(a,e,\"AES/CBC/PKCS5Padding\",d)\n            };\n           \ndecryptFunc = d;\n\neval(result.match(/((?:decryptFunc|d)\\(\"[\\s\\S]+?\"\\))\\)?;?/)[1])"
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": ".CGsectionTwo-right-content-unit",
      "bookUrl": "a@href",
      "intro": "p.-2@text##标签.*",
      "lastChapter": "p.-1@text",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "author": "span.-1@text",
      "bookList": ".SHsectionThree-middle@p",
      "bookUrl": "span.-2@a@href",
      "name": "span.-2@a@text"
    },
    "ruleToc": {
      "chapterList": "class.BCsectionTwo-top-chapter@li\n<js>\nlist = result.toArray();\ns = /originalOrder = .*?;/.test(src)?eval(src.match(/originalOrder = (.*?);/)[1]):result;\nl = [];\nif(/<li.*?\"\\d+\" .*?-[^\"]+=\"\\d+\">/.test(result)){\n\tnum = String(result).match(/<li.*?\"\\d+\" (.*?-[^\"]+)=\"\\d+\">/)[1];\n\tl = list.sort((a,b)=>a.attr(num)-b.attr(num));\n\t}else{\nfor(i in list){ l[s[i]] = list[i]};\n}\nl.join(\"\")\n</js>\ntag.a",
      "chapterName": "<js>\ntry{\nresult = String(result);\n!/\\.html/.test(result)?result.match(/class=\"g\".*?=\"[a-zA-Z\\d\\+=\\/]{30,}?\".*?=\"(.*?)\"/)[1]:java.getString(\"@@data-real||text\");\n}catch(e){\n\tresult = result.match(/class=\"g\".*?=\"(.*?)\".*?=\"[a-zA-Z\\d\\+=\\/]{30,}?\"/)[1]\n\t}\n</js>",
      "chapterUrl": "@href\n<js>\ntry{\nlet re = /class=\"g\" .*?=\"([a-zA-Z\\d\\+=\\/]{30,})\"/;\nresult = /\\.html/.test(result)?result:java.base64Decode(String(src).match(re)[1])\n}catch(e){}\n</js>",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/search/{{key}}/{{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁🎃#71",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.yuzhai.info#🎃",
    "bookUrlPattern": "https://m.yuzhai.info/yu/\\d+/",
    "customButton": false,
    "customOrder": 136,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "快穿::/tag/kc/{{page}}.html&&美攻::/tag/mg/{{page}}.html&&肉文::/tag/rw/{{page}}.html&&年下::/tag/nx/{{page}}.html&&年上::/tag/ns/{{page}}.html&&生子::/tag/sz/{{page}}.html&&人兽::/tag/rs/{{page}}.html&&强强::/tag/qq/{{page}}.html&&穿越::/tag/cy/{{page}}.html&&双性::/tag/sx/{{page}}.html&&强受::/tag/qs/{{page}}.html&&ABO::/tag/abo/{{page}}.html&&重生::/tag/cs/{{page}}.html&&HP::/tag/hp/{{page}}.html&&虐文::/tag/nw/{{page}}.html&&温馨::/tag/wx/{{page}}.html&&NP::/tag/np/{{page}}.html&&父子::/tag/fz/{{page}}.html&&兄弟::/tag/xd/{{page}}.html&&萌文::/tag/mw/{{page}}.html&&BE::/tag/be/{{page}}.html&&末世::/tag/ms/{{page}}.html&&人鱼::/tag/ry/{{page}}.html&&师生::/tag/ss/{{page}}.html&&网游::/tag/wy/{{page}}.html&&娱乐圈::/tag/ylq/{{page}}.html&&高干::/tag/gg/{{page}}.html&&金手指::/tag/jsz/{{page}}.html&&反攻::/tag/fg/{{page}}.html&&诱受::/tag/ys/{{page}}.html&&种田::/tag/zt/{{page}}.html&&SM调教::/tag/sm/{{page}}.html",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 8.0.0; SM-G955U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36 Edg/116.0.0.0\"}",
    "lastUpdateTime": 0,
    "respondTime": 6816,
    "ruleBookInfo": {
      "author": "@css:.article_info_td h2@text",
      "intro": "@css:#novelMain pre@text",
      "kind": "@css:.article_info_td a[title=\"BL\"]@text",
      "lastChapter": "//td[@class=\"article_info_td\"][1]/div[3]/a/text()",
      "name": "@css:.h_nav_items li:nth-of-type(2)@text",
      "tocUrl": "@css:.chapterList a[style=\"color:red;\"]@href",
      "wordCount": "//td[@class=\"article_info_td\"][2]/div[2]/text()##字数："
    },
    "ruleContent": {
      "content": "@css:#nr1 p@text",
      "nextContentUrl": "//a[@id=\"pt_next\" and text()=\"下一页\"]/@href"
    },
    "ruleExplore": {
      "author": "//p[1]/strong/text()",
      "bookList": "//*[@class=\"common-bookele\"]",
      "bookUrl": "@css:h3>a@href",
      "intro": "@css:.abstract>a@text",
      "kind": "",
      "name": "//h3/a/text()"
    },
    "ruleSearch": {
      "author": "//p[1]/strong/text()",
      "bookList": "//*[@class=\"common-bookele\"]",
      "bookUrl": "@css:h3>a@href",
      "intro": "@css:.abstract>a@text",
      "kind": "",
      "name": "//h3/a/text()"
    },
    "ruleToc": {
      "chapterList": "@css:ul a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "//select/option[not(@selected)]/@value"
    },
    "searchUrl": "/search/,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁⑫",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.biqg8.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 137,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1687525261532,
    "loginUrl": "",
    "respondTime": 3040,
    "ruleBookInfo": {
      "author": "[property=og:novel:author]@content",
      "coverUrl": "[property=og:image]@content",
      "init": "",
      "intro": "[property=og:description]@content",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content",
      "lastChapter": "[property=og:novel:latest_chapter_name]@content##免费章节 |正文卷 |正文 |VIP章节 |卷1",
      "name": "[property=og:novel:book_name]@content##|\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|小说|笔趣阁|免费.*",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@html##一秒记住.*无弹窗免费阅读！|笔趣阁.*最新章节！"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "",
      "kind": "tag.td.4@text",
      "lastChapter": "tag.td.1@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 |卷1",
      "name": "tag.td.0@tag.a@text##\\（+.*",
      "wordCount": "tag.td.3@text"
    },
    "ruleToc": {
      "chapterList": "//*[@id=\"list\"]//dt[2]/following-sibling::dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": ""
    },
    "searchUrl": "/modules/article/search.php?searchkey={{key}}&page={{page}},{\n  \"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "繁体字",
    "bookSourceGroup": "轻小说",
    "bookSourceName": "恩施轻语（优+）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.esjzone.one",
    "customButton": false,
    "customOrder": 138,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"最新更新\",\"url\":\"/list-01/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最新上架\",\"url\":\"/list-02/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最高评分\",\"url\":\"/list-03/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多观看\",\"url\":\"/list-04/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多文章\",\"url\":\"/list-05/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多讨论\",\"url\":\"/list-06/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多收藏\",\"url\":\"/list-07/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多字数\",\"url\":\"/list-08/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"原創\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"最新更新\",\"url\":\"/list-21/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最新上架\",\"url\":\"/list-22/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最高评分\",\"url\":\"/list-23/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多观看\",\"url\":\"/list-24/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多文章\",\"url\":\"/list-25/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多讨论\",\"url\":\"/list-26/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多收藏\",\"url\":\"/list-27/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多字数\",\"url\":\"/list-28/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"日輕\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"最新更新\",\"url\":\"/list-11/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最新上架\",\"url\":\"/list-12/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最高评分\",\"url\":\"/list-13/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多观看\",\"url\":\"/list-14/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多文章\",\"url\":\"/list-15/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多讨论\",\"url\":\"/list-16/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多收藏\",\"url\":\"/list-17/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多字数\",\"url\":\"/list-18/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"韓輕\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"最新更新\",\"url\":\"/list-31/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最新上架\",\"url\":\"/list-32/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最高评分\",\"url\":\"/list-33/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多观看\",\"url\":\"/list-34/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多文章\",\"url\":\"/list-35/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多讨论\",\"url\":\"/list-36/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多收藏\",\"url\":\"/list-37/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多字数\",\"url\":\"/list-38/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"R18\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"最新更新\",\"url\":\"/tags-01/R18/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最新上架\",\"url\":\"/tags-02/R18/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最高评分\",\"url\":\"/tags-03/R18/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多观看\",\"url\":\"/tags-04/R18/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多文章\",\"url\":\"/tags-05/R18/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多讨论\",\"url\":\"/tags-06/R18/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多收藏\",\"url\":\"/tags-07/R18/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最多字数\",\"url\":\"/tags-08/R18/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}}]",
    "lastUpdateTime": 1759522999976,
    "loginUrl": "https://www.esjzone.zone/my/profile.html",
    "respondTime": 5896,
    "ruleBookInfo": {
      "author": "ul.list-unstyled@li.1@a@text",
      "canReName": "1",
      "coverUrl": ".product-gallery@img@src",
      "intro": "<br>{{@@section.m-t-20@a.tag@text##(^|[\\n])##🏷️}}\n{{'&lrm;'}}\n{{@@div.description@html}}",
      "kind": "{{@@ul.list-unstyled@li.0@text##類型.\\s}},{{@@ul.list-unstyled@li.-2@text##更新日期.\\s}},{{@@.hidden-xs@div.display-3@text##$##分}}",
      "lastChapter": "#chapterList@a.-1@p@text&&.list-unstyled@li.-2@text##更新日期.\\s",
      "name": "h2@text",
      "wordCount": "span#txt@text##\\D"
    },
    "ruleContent": {
      "content": "div.forum-content@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".card-author@a@text",
      "bookList": "div.col-lg-3",
      "bookUrl": ".card-title@a@href",
      "checkKeyWord": "勇者",
      "coverUrl": "div.lazyload@html##.*\"(.*)\".*##$1",
      "kind": "{{@@div.card-other.1@div.2@text##\\D}}个收藏,{{@@div.card-other.2@div.2@text##\\D}}条留言",
      "lastChapter": ".card-ep@a@text",
      "name": ".card-title@a@text",
      "wordCount": "div.card-other.0@div.column.1@text##\\D"
    },
    "ruleToc": {
      "chapterList": "#chapterList@a[data-title], p.non, summary",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVolume": "p.non@text||summary@text"
    },
    "searchUrl": "/tags-01/{{key}}/{{page}}.html",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "🎃笔趣阁🎃#11",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.biqusk.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 139,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 796,
    "ruleBookInfo": {
      "author": "[property=og:novel:author]@content",
      "coverUrl": "[property=og:image]@content",
      "init": "",
      "intro": "[property=og:description]@content",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content",
      "lastChapter": "[property=og:novel:latest_chapter_name]@content##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "[property=og:novel:book_name]@content##|\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|小说|笔趣阁|免费.*",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "id.content@textNodes##一秒記.*小說閱讀。|手机用户请.*更优质的阅读体验。",
      "imageStyle": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a.0@href",
      "coverUrl": "tag.td.0@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "tag.td.1@tag.a.0@text##正文",
      "name": "tag.td.0@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/s.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "🎉 笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.xbiqusa.info",
    "customButton": false,
    "customOrder": 140,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 6114,
    "ruleBookInfo": {
      "coverUrl": ".synopsisArea_detail img@src",
      "init": "",
      "intro": ".review@textNodes",
      "tocUrl": ".btn a@href"
    },
    "ruleContent": {
      "content": ".ReadAjax_content@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##『章节.*举报』|天才一秒记住本站地址.*最快更新！无广告！|（本章.*阅读）|『加入.*阅读』|.*\\(第.*/3页\\)|"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": ".author a.1@text",
      "bookList": ".hot_sale",
      "bookUrl": ".hot_sale @a@href",
      "lastChapter": ".author a.2@text",
      "name": ".title@text"
    },
    "ruleToc": {
      "chapterList": ".directoryArea@p!0",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://m.xbiqusa.info/SearchBook.php?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "// Error: 源地址不是http链接\n\n 星眠  \n2025.10.26\n神秘Q群：1063421086\n为了稳定使用建议加一下哦！",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "🍅番茄小说 - [☆星眠☆]",
    "bookSourceType": 0,
    "bookSourceUrl": "🍅",
    "customButton": false,
    "customOrder": 141,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "jsLib": "let replaceCover = (u) => {\n    if (u.startsWith(\"https://\")) u = u.substring(8)\n    else u = u.substring(7)\n    let uArr = u.split(\"/\")\n    uArr[0] = \"https://p6-novel.byteimg.com/origin\"\n    let uArr2 = []\n    uArr.forEach((x) => {\n        if (!x.includes(\"?\") && !x.includes(\"~\")) uArr2.push(x)\n        else uArr2.push(x.split(\"~\")[0])\n    })\n    u = uArr2.join(\"/\")\n    return u\n}\n\nconst api = \"http://xindmian.xuanbao.icu\";\n\nfunction findContentUrl(itemId) {\n\t   const { source, java } = this;\n\t   \n\t   let cas = source.getLoginInfoMap().get(\"来源验证\");\n\t   let key = source.getLoginInfoMap().get(\"填入你的专属Key\");\n\t   \n\t   let header = {\n\t   \t    \"Key\": key,\n\t   \t    \"Time-Token\": Date.now(),\n\t   \t    \"X-Novel-Type\": \"read.yuedu\"\n\t   \t}\n\t   \n    const action = `${api}/fanqienovel/api/content.php?source=${java.encodeURI(cas)}&item_id=${itemId},` + JSON.stringify({headers: header});\n    \n    return action\n}",
    "lastUpdateTime": 1761988707981,
    "loginUi": "[\n    {\n        \"name\": \"填入你的专属Key\",\n        \"type\": \"password\",\n        \"action\": \"\"\n    },\n    {\n        \"name\": \"来源验证\",\n        \"type\": \"text\",\n        \"action\": \"\"\n    }\n]",
    "loginUrl": "function login() {}",
    "respondTime": 180000,
    "ruleBookInfo": {
      "author": "$.author",
      "coverUrl": "<js>\n     replaceCover(java.getString(\"thumb_url\"));\n</js>",
      "init": "$.data[0]",
      "intro": "&nbsp;&nbsp;\n📕 源名：{{$.original_book_name}}\n📖 别名：{{$.book_flight_alias_name}}{{\"\\n\"+\"​\"}}\n🔍 编号：{{$.book_id}}{{\"\\n\"+\"​\"}}\n✏️ 开坑：{{$.create_time##T|\\+.*## }}{{\"\\n\"+\"​\"}}\n🏷️ 分类：{{$.complete_category##/##,}}\n🏷️ 标签：{{$.tags}}\n👥 主角：{{$.roles##\\[|\\\"|\\]}}\n👁️ 在线：{{$.read_count}}人在读{{\"\\n\"+\"​\"}}\n🔖 状态：__status__{{\"\\n\"+\"​\"}}\n📜 简介：{{$.abstract}}{{\"\\n\"+\"​\"}}\n📍 {{$.copyright_info##，.*##。}}{{\"\\n\"+\"​\"}}\n@js:\nresult\n.replace(/.+：(人在读)?\\n/g, \"\")\n.replace('__status__', (java.getString('$.book_search_visible') == 'true' ? '正常' : (java.getString('$.tomato_book_status') == '3' ? '下架' : '小黑屋')))",
      "kind": "{{$.category}},{{$.score}}分,连载{{$.creation_status}}完结,{{java.timeFormat(java.getString(\"last_chapter_update_time\")*1000)}}\n@js:\nresult\n.replace(/连载0完结/g, \"完结\")\n.replace(/连载1完结/g, \"连载\")\n.replace(/连载4完结/g, \"已断更\")\n.replace(/连载-1完结/g, \"完结\")\n.replace(/\\//g, \"-\")\n.replace(/\\s..:.*/g, \"\")",
      "lastChapter": "{{$.last_chapter_title}} • {{java.timeFormat(java.getString(\"last_chapter_update_time\")*1000)}}",
      "name": "$.book_name",
      "tocUrl": "https://fanqienovel.com/api/reader/directory/detail?bookId={{$.book_id}}",
      "wordCount": "$.word_number"
    },
    "ruleContent": {
      "content": "<js>\n// 未经允许禁止反编译 - 星眠\n\nconst _0x1aba=['5LiN5Y+v6YCG5aSx6LSl77yB77yB','aFdreUU=','WE1qZnA=','VkN0Zlg=','c3l3dlo=','N3w2fDV8MHwxfDR8M3wy','ZXJyb3I=','Um5Bd24=','ZFpIRm4=','Y2hhckF0','SVdoYlc=','YmFzZTY0RGVjb2Rl','b2hyS1k=','ZnJvbUNoYXJDb2Rl','dG9hc3Q=','Y29tcGlsZQ==','cmV4TWM=','bXVtQ3A=','aW5mbw==','TWJCRG4=','QVRBdEs=','U2ZFamE=','RGROUlU=','Q093RmI=','VmN1c2c=','c0RuVm4=','Tm10TUw=','YXFXY1Q=','Y3JlYXRlU3ltbWV0cmljQ3J5cHRv','dGFibGU=','YXBwbHk=','a0FVSnA=','VnJ5eHc=','YmFzZTY0RGVjb2RlVG9CeXRlQXJyYXk=','ZmJraE8=','SHVIbXE=','SEdCa0U=','eFdHY0c=','cmhPdkg=','VnRuaHE=','YXhVWEs=','ZnRZUW4=','ZXhjZXB0aW9u','RFN4Wlo=','bG9n','ZGVjcnlwdFN0cg==','SHhpaXM=','THdUeEg=','S0xNRmI=','UG9BTFA=','ellUZmg=','XihbXiBdKyggK1teIF0rKSspK1teIF19','Y29uc29sZQ==','eUZydGo=','QUVTL0NCQy9QS0NTNVBhZGRpbmc=','d1VZY04=','cmV0dXJuIC8iICsgdGhpcyArICIv','YXlEa0M=','dWpUbVQ=','QUtRdGM=','U3dWS2g=','aXJOTmg=','ZG9SdWQ=','b0JkR3A=','e30uY29uc3RydWN0b3IoInJldHVybiB0aGlzIikoICk=','anBNZkM=','Tnd4UFk=','ZGVidWc=','aVNXbWw=','RnZlaWU=','U3drUm0=','RU9ySlE=','U1NMYlQ=','Y0laZGc=','WVN0eWk=','UWRqZm0=','bGlBc1A=','S2hFSk8=','Ym1mWnU=','dUZQb1E=','b1drZ1Q=','cGFyc2U=','TWpiYUQ=','eGluZzVtaWFuMmxvdmUweQ==','YXNZVlI=','cmVxdWVzdF9yZXN1bHQ=','dGVzdA==','WEJtVmw=','d2Fybg==','VGpTcVQ=','WVlpYnE=','clZORkQ=','YkRLeG8=','eFpkcHQ=','dHJhY2U=','d2FMVEo=','6I635Y+W5q2j5paH5YaF5a655aSx6LSl77yB','amZuaXM=','bGVuZ3Ro','QmxJdWg=','Y29udGVudA==','UmJFb2I=','bXlnd0Q=','THJZbnE=','Umh4YWQ=','Y29uc3RydWN0b3I=','Y2hhckNvZGVBdA==','a29kbFI=','UHdoUmM=','ZkJpdWY=','ZHB2UXE=','Q2ZSaWo=','dGhpc0FFU2ZhbnFpZW5vdmVsRGVjb2RlMjAyNVh5OVo=','c2NCdEE='];(function(_0x324763,_0x1abaef){const _0x4a206c=function(_0x2cb187){while(--_0x2cb187){_0x324763['push'](_0x324763['shift']());}};const _0x3f471b=function(){const _0x25ec8d={'data':{'key':'cookie','value':'timeout'},'setCookie':function(_0x4818af,_0x1ab41e,_0x9631b1,_0x404e3b){_0x404e3b=_0x404e3b||{};let _0x5b9a45=_0x1ab41e+'='+_0x9631b1;let _0x21ee4c=0x0;for(let _0x378e8c=0x0,_0x579d1a=_0x4818af['length'];_0x378e8c<_0x579d1a;_0x378e8c++){const _0x3fec2b=_0x4818af[_0x378e8c];_0x5b9a45+=';\\x20'+_0x3fec2b;const _0x54eae0=_0x4818af[_0x3fec2b];_0x4818af['push'](_0x54eae0);_0x579d1a=_0x4818af['length'];if(_0x54eae0!==!![]){_0x5b9a45+='='+_0x54eae0;}}_0x404e3b['cookie']=_0x5b9a45;},'removeCookie':function(){return'dev';},'getCookie':function(_0x163ba2,_0xb7bcee){_0x163ba2=_0x163ba2||function(_0xd874e1){return _0xd874e1;};const _0x17ef42=_0x163ba2(new RegExp('(?:^|;\\x20)'+_0xb7bcee['replace'](/([.$?*|{}()[]\\/+^])/g,'$1')+'=([^;]*)'));const _0x343e3f=function(_0x2b27c3,_0x591c56){_0x2b27c3(++_0x591c56);};_0x343e3f(_0x4a206c,_0x1abaef);return _0x17ef42?decodeURIComponent(_0x17ef42[0x1]):undefined;}};const _0x36f945=function(){const _0x39bc94=new RegExp('\\x5cw+\\x20*\\x5c(\\x5c)\\x20*{\\x5cw+\\x20*[\\x27|\\x22].+[\\x27|\\x22];?\\x20*}');return _0x39bc94['test'](_0x25ec8d['removeCookie']['toString']());};_0x25ec8d['updateCookie']=_0x36f945;let _0x4ba3fa='';const _0x7f23b2=_0x25ec8d['updateCookie']();if(!_0x7f23b2){_0x25ec8d['setCookie'](['*'],'counter',0x1);}else if(_0x7f23b2){_0x4ba3fa=_0x25ec8d['getCookie'](null,'counter');}else{_0x25ec8d['removeCookie']();}};_0x3f471b();}(_0x1aba,0x137));const _0x4a20=function(_0x324763,_0x1abaef){_0x324763=_0x324763-0x0;let _0x4a206c=_0x1aba[_0x324763];if(_0x4a20['RNTyVQ']===undefined){(function(){const _0x2cb187=function(){let _0x4ba3fa;try{_0x4ba3fa=Function('return\\x20(function()\\x20'+'{}.constructor(\\x22return\\x20this\\x22)(\\x20)'+');')();}catch(_0x7f23b2){_0x4ba3fa=window;}return _0x4ba3fa;};const _0x25ec8d=_0x2cb187();const _0x36f945='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';_0x25ec8d['atob']||(_0x25ec8d['atob']=function(_0x4818af){const _0x1ab41e=String(_0x4818af)['replace'](/=+$/,'');let _0x9631b1='';for(let _0x404e3b=0x0,_0x5b9a45,_0x21ee4c,_0x378e8c=0x0;_0x21ee4c=_0x1ab41e['charAt'](_0x378e8c++);~_0x21ee4c&&(_0x5b9a45=_0x404e3b%0x4?_0x5b9a45*0x40+_0x21ee4c:_0x21ee4c,_0x404e3b++%0x4)?_0x9631b1+=String['fromCharCode'](0xff&_0x5b9a45>>(-0x2*_0x404e3b&0x6)):0x0){_0x21ee4c=_0x36f945['indexOf'](_0x21ee4c);}return _0x9631b1;});}());_0x4a20['IUzBNA']=function(_0x579d1a){const _0x3fec2b=atob(_0x579d1a);let _0x54eae0=[];for(let _0x163ba2=0x0,_0xb7bcee=_0x3fec2b['length'];_0x163ba2<_0xb7bcee;_0x163ba2++){_0x54eae0+='%'+('00'+_0x3fec2b['charCodeAt'](_0x163ba2)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x54eae0);};_0x4a20['XzDSzS']={};_0x4a20['RNTyVQ']=!![];}const _0x3f471b=_0x4a20['XzDSzS'][_0x324763];if(_0x3f471b===undefined){const _0x17ef42=function(_0x343e3f){this['QHEfIP']=_0x343e3f;this['YPUzOw']=[0x1,0x0,0x0];this['mQgPeu']=function(){return'newState';};this['ToyEbk']='\\x5cw+\\x20*\\x5c(\\x5c)\\x20*{\\x5cw+\\x20*';this['UsdkKY']='[\\x27|\\x22].+[\\x27|\\x22];?\\x20*}';};_0x17ef42['prototype']['zyGUYW']=function(){const _0xd874e1=new RegExp(this['ToyEbk']+this['UsdkKY']);const _0x2b27c3=_0xd874e1['test'](this['mQgPeu']['toString']())?--this['YPUzOw'][0x1]:--this['YPUzOw'][0x0];return this['APGRJF'](_0x2b27c3);};_0x17ef42['prototype']['APGRJF']=function(_0x591c56){if(!Boolean(~_0x591c56)){return _0x591c56;}return this['dkFgsP'](this['QHEfIP']);};_0x17ef42['prototype']['dkFgsP']=function(_0x39bc94){for(let _0xd25c09=0x0,_0x382086=this['YPUzOw']['length'];_0xd25c09<_0x382086;_0xd25c09++){this['YPUzOw']['push'](Math['round'](Math['random']()));_0x382086=this['YPUzOw']['length'];}return _0x39bc94(this['YPUzOw'][0x0]);};new _0x17ef42(_0x4a20)['zyGUYW']();_0x4a206c=_0x4a20['IUzBNA'](_0x4a206c);_0x4a20['XzDSzS'][_0x324763]=_0x4a206c;}else{_0x4a206c=_0x3f471b;}return _0x4a206c;};function getData(_0x25648a){const _0x3206cf={};_0x3206cf['DdNRU']=function(_0x1f6e2c,_0x17b097){return _0x1f6e2c!==_0x17b097;};_0x3206cf[_0x4a20('0x6a')]=_0x4a20('0x14');_0x3206cf['kodlR']='LbYsE';_0x3206cf[_0x4a20('0x4e')]=function(_0x84969e,_0x572416){return _0x84969e===_0x572416;};_0x3206cf['axUXK']=_0x4a20('0x10');_0x3206cf[_0x4a20('0x19')]='获取正文内容失败！';_0x3206cf[_0x4a20('0x1e')]=function(_0x336a17,_0xf9e58e){return _0x336a17!==_0xf9e58e;};_0x3206cf[_0x4a20('0x6c')]=_0x4a20('0x61');_0x3206cf['MjbaD']='不可逆失败！！';const _0x88a51=_0x3206cf;let _0x34f663;try{if(_0x88a51[_0x4a20('0x35')](_0x88a51[_0x4a20('0x6a')],_0x88a51[_0x4a20('0x18')])){let _0x19840e=JSON[_0x4a20('0x70')](_0x25648a);_0x34f663=_0x19840e['request_result']['content'];if(!_0x34f663){if(_0x88a51[_0x4a20('0x4e')](_0x88a51['axUXK'],_0x88a51[_0x4a20('0x47')])){message=_0x88a51[_0x4a20('0x19')];java[_0x4a20('0x2d')](message);_0x34f663=message;}else{const _0x3693a7=fn[_0x4a20('0x3d')](context,arguments);fn=null;return _0x3693a7;}}}else{that[_0x4a20('0x53')]=function(_0x536178){const _0x21547a={};_0x21547a[_0x4a20('0x4b')]=_0x536178;_0x21547a[_0x4a20('0x5')]=_0x536178;_0x21547a[_0x4a20('0x62')]=_0x536178;_0x21547a[_0x4a20('0x31')]=_0x536178;_0x21547a[_0x4a20('0x25')]=_0x536178;_0x21547a[_0x4a20('0x49')]=_0x536178;_0x21547a[_0x4a20('0x3c')]=_0x536178;_0x21547a[_0x4a20('0xb')]=_0x536178;return _0x21547a;}(func);}}catch(_0x18d871){if(_0x88a51[_0x4a20('0x1e')](_0x88a51[_0x4a20('0x6c')],_0x88a51[_0x4a20('0x6c')])){let _0x50a75d=java[_0x4a20('0x2a')](Bcontent);return _0x50a75d;}else{java[_0x4a20('0x2d')](_0x88a51[_0x4a20('0x71')]);}}return _0x34f663;}function getContent(_0x305b6c){const _0x33b0ab={};_0x33b0ab[_0x4a20('0x50')]=function(_0x110316,_0x6b871b){return _0x110316!==_0x6b871b;};_0x33b0ab[_0x4a20('0x1c')]=_0x4a20('0x29');_0x33b0ab[_0x4a20('0x21')]='rexMc';_0x33b0ab[_0x4a20('0x51')]='return\\x20/\\x22\\x20+\\x20this\\x20+\\x20\\x22/';_0x33b0ab[_0x4a20('0x5b')]=_0x4a20('0x52');_0x33b0ab['mumCp']=function(_0x1d2736,_0x567c3e){return _0x1d2736!==_0x567c3e;};_0x33b0ab[_0x4a20('0x64')]=function(_0x7b6f6,_0x328ef0){return _0x7b6f6!==_0x328ef0;};_0x33b0ab['YYibq']=_0x4a20('0xa');_0x33b0ab[_0x4a20('0x13')]=_0x4a20('0x1a');_0x33b0ab[_0x4a20('0x48')]=function(_0x2430fd){return _0x2430fd();};_0x33b0ab[_0x4a20('0x41')]=function(_0xae9343,_0x186cdc){return _0xae9343-_0x186cdc;};_0x33b0ab['rhOvH']=function(_0x7c5a74,_0x2085f8){return _0x7c5a74-_0x2085f8;};_0x33b0ab[_0x4a20('0x46')]=_0x4a20('0x1f');_0x33b0ab[_0x4a20('0xe')]=function(_0x5ec21b,_0x40ca9c){return _0x5ec21b(_0x40ca9c);};_0x33b0ab['HGBkE']=_0x4a20('0x5c');_0x33b0ab[_0x4a20('0x5a')]='YStyi';_0x33b0ab['jpMfC']=function(_0x100ee2,_0x9ab654,_0x3e834e){return _0x100ee2(_0x9ab654,_0x3e834e);};_0x33b0ab[_0x4a20('0x6b')]=function(_0x37dc9f){return _0x37dc9f();};_0x33b0ab[_0x4a20('0x6')]=function(_0x480acb,_0x1c4045){return _0x480acb<_0x1c4045;};_0x33b0ab[_0x4a20('0x54')]='HdhDh';_0x33b0ab[_0x4a20('0x4a')]=_0x4a20('0x59');_0x33b0ab[_0x4a20('0xc')]=function(_0x570dff,_0x5ac74e){return _0x570dff>=_0x5ac74e;};_0x33b0ab['EOrJQ']=function(_0xa82e36,_0x512805){return _0xa82e36<=_0x512805;};_0x33b0ab[_0x4a20('0x5e')]=_0x4a20('0x6e');_0x33b0ab[_0x4a20('0x4f')]=function(_0x27501b,_0x1d5937){return _0x27501b-_0x1d5937;};_0x33b0ab['iSWml']=function(_0x5ef3fb,_0x5f4871){return _0x5ef3fb>=_0x5f4871;};_0x33b0ab[_0x4a20('0x37')]=function(_0x12cacd,_0xaa9cab){return _0x12cacd===_0xaa9cab;};_0x33b0ab[_0x4a20('0x32')]=_0x4a20('0x3f');_0x33b0ab['asYVR']=function(_0x30610d,_0x569540){return _0x30610d>=_0x569540;};_0x33b0ab[_0x4a20('0x68')]=_0x4a20('0x26');_0x33b0ab[_0x4a20('0x65')]=function(_0x2b3641,_0x49f973){return _0x2b3641!==_0x49f973;};_0x33b0ab[_0x4a20('0x1b')]=_0x4a20('0x12');_0x33b0ab[_0x4a20('0x8')]=_0x4a20('0x5d');_0x33b0ab[_0x4a20('0x3e')]=_0x4a20('0x1d');_0x33b0ab[_0x4a20('0x42')]=_0x4a20('0x0');_0x33b0ab[_0x4a20('0x56')]=_0x4a20('0x55');_0x33b0ab['NmtML']=function(_0x319b9a,_0xd43679){return _0x319b9a(_0xd43679);};_0x33b0ab[_0x4a20('0x36')]=function(_0x16305e,_0x1dde86){return _0x16305e(_0x1dde86);};const _0x4cbcd7=_0x33b0ab;const _0x364fc3=function(){const _0x59d8c1={};_0x59d8c1['bDKxo']=_0x4cbcd7[_0x4a20('0x51')];_0x59d8c1[_0x4a20('0x2b')]=_0x4cbcd7[_0x4a20('0x5b')];const _0x4f64d8=_0x59d8c1;let _0x1be3d7=!![];return function(_0x645af2,_0x3cf988){const _0x2143de={};_0x2143de[_0x4a20('0x23')]=function(_0x426b7e,_0x1bf9a5){return _0x4cbcd7[_0x4a20('0x50')](_0x426b7e,_0x1bf9a5);};_0x2143de[_0x4a20('0x22')]=_0x4cbcd7[_0x4a20('0x1c')];const _0x5764b3=_0x2143de;if(_0x4cbcd7[_0x4a20('0x50')](_0x4a20('0x2f'),_0x4cbcd7[_0x4a20('0x21')])){const _0x40fb04=test[_0x4a20('0x16')](_0x4f64d8[_0x4a20('0x9')])()[_0x4a20('0x2e')](_0x4f64d8['ohrKY']);return!_0x40fb04['test'](_0x579d1a);}else{const _0x220f27=_0x1be3d7?function(){if(_0x5764b3[_0x4a20('0x23')]('TaVrM','ZZWZu')){if(_0x3cf988){if(_0x5764b3[_0x4a20('0x23')](_0x5764b3[_0x4a20('0x22')],_0x5764b3[_0x4a20('0x22')])){_0x305b6c+=c;}else{const _0x5017c6=_0x3cf988['apply'](_0x645af2,arguments);_0x3cf988=null;return _0x5017c6;}}}else{const _0x3cd70b=_0x1be3d7?function(){if(_0x3cf988){const _0x68b63=_0x3cf988['apply'](_0x645af2,arguments);_0x3cf988=null;return _0x68b63;}}:function(){};_0x1be3d7=![];return _0x3cd70b;}}:function(){};_0x1be3d7=![];return _0x220f27;}};}();const _0x275dfa=function(){const _0x5a75bf={};_0x5a75bf[_0x4a20('0x6d')]=_0x4cbcd7[_0x4a20('0x5b')];const _0xa6fe27=_0x5a75bf;let _0x3b19e1=!![];return function(_0x53fd7e,_0x13c5c9){const _0x2fcd38={};_0x2fcd38[_0x4a20('0x4')]=function(_0x23be95,_0x584cc3){return _0x4cbcd7[_0x4a20('0x30')](_0x23be95,_0x584cc3);};_0x2fcd38['oqYfB']=_0x4a20('0x38');const _0x3b82dd=_0x2fcd38;if(_0x4cbcd7[_0x4a20('0x64')](_0x4cbcd7[_0x4a20('0x7')],_0x4cbcd7['mygwD'])){const _0xcd7acc=_0x3b19e1?function(){if(_0x13c5c9){if(_0x3b82dd[_0x4a20('0x4')](_0x3b82dd['oqYfB'],_0x3b82dd['oqYfB'])){that[_0x4a20('0x53')][_0x4a20('0x4b')]=func;that['console'][_0x4a20('0x5')]=func;that[_0x4a20('0x53')][_0x4a20('0x62')]=func;that[_0x4a20('0x53')][_0x4a20('0x31')]=func;that[_0x4a20('0x53')][_0x4a20('0x25')]=func;that[_0x4a20('0x53')]['exception']=func;that['console']['table']=func;that[_0x4a20('0x53')][_0x4a20('0xb')]=func;}else{const _0x199b4d=_0x13c5c9[_0x4a20('0x3d')](_0x53fd7e,arguments);_0x13c5c9=null;return _0x199b4d;}}}:function(){};_0x3b19e1=![];return _0xcd7acc;}else{const _0x49f0ea={};_0x49f0ea['YAJTO']=_0x4a20('0x57');_0x49f0ea['ERRip']=_0xa6fe27[_0x4a20('0x6d')];const _0x205442=_0x49f0ea;const _0x1aa949=function(){const _0x263614=_0x1aa949[_0x4a20('0x16')](_0x205442['YAJTO'])()[_0x4a20('0x2e')](_0x205442['ERRip']);return!_0x263614[_0x4a20('0x3')](_0x579d1a);};return _0x1aa949();}};}();function _0x374843(_0x5668ca){const _0x474193={};_0x474193[_0x4a20('0x33')]=_0x4a20('0xd');_0x474193[_0x4a20('0x58')]=_0x4cbcd7[_0x4a20('0x46')];_0x474193['aqWcT']=function(_0xce4400,_0x1f6d4e){return _0x4cbcd7[_0x4a20('0x45')](_0xce4400,_0x1f6d4e);};_0x474193[_0x4a20('0x4d')]=function(_0x1db5a9,_0x413147){return _0x4cbcd7['jfnis'](_0x1db5a9,_0x413147);};_0x474193['SSLbT']=function(_0x43d1b8,_0x1ea106){return _0x43d1b8+_0x1ea106;};_0x474193[_0x4a20('0x34')]=_0x4a20('0x5f');_0x474193['dZHFn']=function(_0x25f1cc,_0x26327a){return _0x25f1cc===_0x26327a;};_0x474193['uabXv']=_0x4cbcd7[_0x4a20('0x43')];_0x474193[_0x4a20('0x44')]=_0x4cbcd7[_0x4a20('0x5a')];const _0x32a0fa=_0x474193;const _0x39165b=_0x364fc3(this,function(){const _0xc7b590={};_0xc7b590[_0x4a20('0x20')]=_0x4cbcd7[_0x4a20('0x51')];const _0x3b9ffb=_0xc7b590;const _0x119163=function(){const _0x4a7f1f=_0x119163[_0x4a20('0x16')](_0x3b9ffb[_0x4a20('0x20')])()[_0x4a20('0x2e')]('^([^\\x20]+(\\x20+[^\\x20]+)+)+[^\\x20]}');return!_0x4a7f1f['test'](_0x39165b);};return _0x4cbcd7[_0x4a20('0x48')](_0x119163);});_0x39165b();const _0x5d107a=_0x4cbcd7[_0x4a20('0x60')](_0x275dfa,this,function(){const _0x224e89=function(){};let _0xf14016;try{const _0x18f763=_0x32a0fa[_0x4a20('0x4d')](Function,_0x32a0fa[_0x4a20('0x67')]('return\\x20(function()\\x20'+_0x32a0fa[_0x4a20('0x34')],');'));_0xf14016=_0x18f763();}catch(_0x47d332){if(_0x32a0fa[_0x4a20('0x27')]('irNNh',_0x32a0fa['uabXv'])){_0xf14016=window;}else{let _0x19d449;try{let _0x4a8e66=JSON[_0x4a20('0x70')](_0x52bc53);_0x19d449=_0x4a8e66[_0x4a20('0x2')][_0x4a20('0x11')];if(!_0x19d449){message=_0x32a0fa[_0x4a20('0x33')];java['toast'](message);_0x19d449=message;}}catch(_0x40ce3d){java[_0x4a20('0x2d')](_0x32a0fa[_0x4a20('0x58')]);}return _0x19d449;}}if(!_0xf14016[_0x4a20('0x53')]){_0xf14016[_0x4a20('0x53')]=function(_0x6be9d7){const _0x6edc69={};_0x6edc69[_0x4a20('0x4b')]=_0x6be9d7;_0x6edc69[_0x4a20('0x5')]=_0x6be9d7;_0x6edc69[_0x4a20('0x62')]=_0x6be9d7;_0x6edc69[_0x4a20('0x31')]=_0x6be9d7;_0x6edc69[_0x4a20('0x25')]=_0x6be9d7;_0x6edc69['exception']=_0x6be9d7;_0x6edc69[_0x4a20('0x3c')]=_0x6be9d7;_0x6edc69[_0x4a20('0xb')]=_0x6be9d7;return _0x6edc69;}(_0x224e89);}else{if(_0x32a0fa[_0x4a20('0x27')](_0x4a20('0x69'),_0x32a0fa[_0x4a20('0x44')])){const _0x5f516b=_0x4a20('0x24')['split']('|');let _0x2459c3=0x0;while(!![]){switch(_0x5f516b[_0x2459c3++]){case'0':_0xf14016['console']['info']=_0x224e89;continue;case'1':_0xf14016[_0x4a20('0x53')]['error']=_0x224e89;continue;case'2':_0xf14016[_0x4a20('0x53')][_0x4a20('0xb')]=_0x224e89;continue;case'3':_0xf14016[_0x4a20('0x53')][_0x4a20('0x3c')]=_0x224e89;continue;case'4':_0xf14016['console'][_0x4a20('0x49')]=_0x224e89;continue;case'5':_0xf14016[_0x4a20('0x53')][_0x4a20('0x62')]=_0x224e89;continue;case'6':_0xf14016[_0x4a20('0x53')][_0x4a20('0x5')]=_0x224e89;continue;case'7':_0xf14016[_0x4a20('0x53')]['log']=_0x224e89;continue;}break;}}else{_0x52bc53+=String['fromCharCode'](_0x32a0fa[_0x4a20('0x3a')](0x7a,code-0x61));}}});_0x4cbcd7[_0x4a20('0x6b')](_0x5d107a);let _0x52bc53='';for(let _0x18b208=0x0;_0x4cbcd7[_0x4a20('0x6')](_0x18b208,_0x5668ca[_0x4a20('0xf')]);_0x18b208++){if(_0x4cbcd7[_0x4a20('0x64')](_0x4cbcd7[_0x4a20('0x54')],_0x4cbcd7[_0x4a20('0x4a')])){let _0x2826eb=_0x5668ca[_0x4a20('0x28')](_0x18b208);let _0xa95ace=_0x2826eb[_0x4a20('0x17')](0x0);if(_0x4cbcd7[_0x4a20('0xc')](_0xa95ace,0x41)&&_0x4cbcd7[_0x4a20('0x66')](_0xa95ace,0x5a)){if(_0x4a20('0x6f')===_0x4cbcd7[_0x4a20('0x5e')]){java[_0x4a20('0x2d')](_0x32a0fa['ayDkC']);}else{_0x52bc53+=String[_0x4a20('0x2c')](0x5a-_0x4cbcd7[_0x4a20('0x4f')](_0xa95ace,0x41));}}else if(_0x4cbcd7[_0x4a20('0x63')](_0xa95ace,0x61)&&_0xa95ace<=0x7a){if(_0x4cbcd7['Vcusg'](_0x4cbcd7[_0x4a20('0x32')],_0x4cbcd7[_0x4a20('0x32')])){_0x52bc53+=String[_0x4a20('0x2c')](0x7a-_0x4cbcd7[_0x4a20('0x4f')](_0xa95ace,0x61));}else{if(fn){const _0x18d22f=fn[_0x4a20('0x3d')](context,arguments);fn=null;return _0x18d22f;}}}else if(_0x4cbcd7[_0x4a20('0x1')](_0xa95ace,0x30)&&_0x4cbcd7[_0x4a20('0x66')](_0xa95ace,0x39)){if(_0x4cbcd7[_0x4a20('0x37')](_0x4a20('0x15'),_0x4cbcd7[_0x4a20('0x68')])){_0x52bc53+=String[_0x4a20('0x2c')](_0x4cbcd7[_0x4a20('0x41')](0x5a,_0x4cbcd7[_0x4a20('0x45')](_0xa95ace,0x41)));}else{_0x52bc53+=String[_0x4a20('0x2c')](0x39-(_0xa95ace-0x30));}}else{if(_0x4cbcd7[_0x4a20('0x65')](_0x4cbcd7[_0x4a20('0x1b')],_0x4cbcd7['dpvQq'])){const _0x3c3127=fn['apply'](context,arguments);fn=null;return _0x3c3127;}else{_0x52bc53+=_0x2826eb;}}}else{const _0x218bb7={};_0x218bb7['log']=func;_0x218bb7[_0x4a20('0x5')]=func;_0x218bb7[_0x4a20('0x62')]=func;_0x218bb7[_0x4a20('0x31')]=func;_0x218bb7[_0x4a20('0x25')]=func;_0x218bb7[_0x4a20('0x49')]=func;_0x218bb7[_0x4a20('0x3c')]=func;_0x218bb7[_0x4a20('0xb')]=func;return _0x218bb7;}}return _0x52bc53;}function _0x4b3e14(_0xae11b1){if(_0x4cbcd7['rVNFD']===_0x4cbcd7['rVNFD']){let _0x2c7cad=java['base64Decode'](_0xae11b1);return _0x2c7cad;}else{that=window;}}function _0x1ed8b1(_0xc25a4c){const _0x346683=_0x4cbcd7['kAUJp'];const _0x17012d=_0x4cbcd7[_0x4a20('0x42')];const _0x2beedd=_0x4cbcd7['wUYcN'];let _0x33b5c6=java[_0x4a20('0x40')](_0x346683);let _0x1caaef=java[_0x4a20('0x40')](_0x17012d);let _0x5ef9b3=java[_0x4a20('0x3b')](_0x2beedd,_0x33b5c6,_0x1caaef);let _0x48ef94=java['base64DecodeToByteArray'](_0xc25a4c);let _0x221237=_0x5ef9b3[_0x4a20('0x4c')](_0x48ef94);return _0x221237;}let _0x44c89a=_0x4cbcd7[_0x4a20('0x39')](getData,_0x305b6c);let _0xda2dd0=_0x44c89a;let _0x38c431=_0x374843(_0xda2dd0);let _0x31495d=_0x4cbcd7['COwFb'](_0x4b3e14,_0x38c431);return _0x31495d;}getContent(result);</js>"
    },
    "ruleSearch": {
      "author": "$.book_author",
      "bookList": "$.request_result.book_list[*]",
      "bookUrl": "https://api5-normal-lf.fqnovel.com/reading/bookapi/multi-detail/v/?aid=1967&iid=1&version_code=999&book_id={{$.book_id}}",
      "coverUrl": "$.book_cover",
      "intro": "$.book_abstract",
      "kind": "$.book_sort",
      "lastChapter": "{{$.last_chapter_name}} {{$.last_chapter_update_time}}",
      "name": "$.book_name",
      "wordCount": "$.book_word_count"
    },
    "ruleToc": {
      "chapterList": "<js>\nlet data = JSON.parse(result).data;\n\nlet res = [];\n\nif (data && data.volumeNameList && data.chapterListWithVolume) {\n  data.volumeNameList.forEach(volumeName => {\n    let chapters = data.chapterListWithVolume.find(chapterList => chapterList[0].volume_name === volumeName);\n    if (chapters) {\n      res.push({\n        name: volumeName,\n        url: \"\",\n        vol: true,\n        info: \"\"\n      });\n      chapters.forEach(c => {\n        let cheurl = findContentUrl(c.itemId);\n        res.push({\n          name: c.title,\n          url: cheurl,\n          vol: false,\n          info: java.timeFormatUTC(parseInt(c.firstPassTime) * 1000, 'yyyy-MM-dd HH:mm:ss', 12)\n        });\n      });\n    }\n  });\n}\n//java.log(JSON.stringify(res, \"\", \"\\t\"))\nres;\n</js>",
      "chapterName": "name",
      "chapterUrl": "url",
      "isVolume": "vol",
      "updateTime": "info\n##\\s[0-9]{2}:[0-9]{2}:[0-9]{2}"
    },
    "searchUrl": "http://xindmian.xuanbao.icu/fanqienovel/search.php?keywords={{key}}&page={{page}}&search_tab=1&source=%E7%95%AA%E8%8C%84%E5%B0%8F%E8%AF%B4",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "新笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.paoshuzw.com/",
    "customButton": false,
    "customOrder": 142,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1733579946043,
    "respondTime": 2774,
    "ruleBookInfo": {
      "coverUrl": "class.fmimg@tag.img@src",
      "intro": "id.intro@tag.p!0@text"
    },
    "ruleContent": {
      "content": "id.content@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.a.0@href",
      "kind": "tag.td.-1@text",
      "lastChapter": "tag.a.1@text",
      "name": "tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "modules/article/waps.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "by'`虚空大佬'`阿鬼'`天天下的鸟蛋'`筱'`",
    "bookSourceGroup": "免费",
    "bookSourceName": "八一中文",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.x81zws.com/#",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 143,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1734405494755,
    "respondTime": 11703,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{i}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nc:\"[property~=category|status|update_time]@content\",\nw:\"#count@li[1]@span@text\",\nl:\"[property$=latest_chapter_name]@content||[property$=lastest_chapter_name]@content\",\nd:\"class.hm-scroll@text\",\ni:\"[property$=image]@content\"}",
      "intro": "@get:{d}",
      "kind": "@get:{c}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "",
      "wordCount": "@get:{w}"
    },
    "ruleContent": {
      "content": "#TextContent@p@html",
      "nextContentUrl": "text.下一页@href||#next_url@href",
      "replaceRegex": "##\\s最近转码.*\\s*"
    },
    "ruleExplore": {
      "bookList": "",
      "bookUrl": "",
      "name": ""
    },
    "ruleSearch": {
      "author": ".book_other[0]@span[0]@text",
      "bookList": "#nr||#sitebox dl",
      "bookUrl": "a@href",
      "coverUrl": "img@data-original",
      "intro": ".book_des@text",
      "kind": ".book_other[0]@span[1]@text&&.uptime@text",
      "lastChapter": ".book_other[1]@a@text",
      "name": "h3 a@text",
      "wordCount": ".book_other[0]@span[2]@text"
    },
    "ruleToc": {
      "chapterList": "#chapterList li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey()),java.ajax(baseUrl).match(/action=\"(.*?)\"/)[1]}},\n{\n\"body\":\"searchkey={{key}}\",\n\"method\":\"POST\",\n\"charset\": \"UTF-8\"\n\t}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "🎃笔趣阁🎃#85",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.biqugewx.info#🎃",
    "bookUrlPattern": "https://www.biquger.com/biquge/\\d+/",
    "customButton": false,
    "customOrder": 144,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/category/1_{{page}}.html\n修真小说::/category/2_{{page}}.html\n都市小说::/category/3_{{page}}.html\n穿越重生::/category/4_{{page}}.html\n网游小说::/category/5_{{page}}.html\n科幻小说::/category/6_{{page}}.html\n灵异小说::/category/7_{{page}}.html",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 4115,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作    者：",
      "coverUrl": "id.fmimg@tag.img@src",
      "intro": "id.list@tag.p.0@text",
      "kind": "id.info@tag.p.3@text##更新时间：",
      "lastChapter": "@css:[property=og:novel:latest_chapter_name]@content##免费章节 |正文卷 |正文 |VIP章节|卷1",
      "name": "id.info@tag.h1.0@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleContent": {
      "content": "class.content@html##您可以在百度里.*查找最新章节！|一秒记住.*无弹窗免费阅读！|百度搜索笔趣.*小说免费阅读。|高速文字手打.*http.*biquge.*",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "class.s4@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "class.s2@a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.biquger.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "class.s5@text",
      "lastChapter": "class.s3@a@text",
      "name": "class.s2@a@text"
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "tag.td.0@tag.a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.biquger.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "tag.td.1@tag.a@text##免费章节 |正文卷 |正文 |VIP章节|卷1",
      "name": "tag.td.0@tag.a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xbiqusa.com#🎃",
    "bookUrlPattern": "https://www.biqusa.com/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 145,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1721130636624,
    "loginUrl": "",
    "respondTime": 1545,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@a@text",
      "coverUrl": "id.fmimg@img@src",
      "intro": "id.intro@text\n<js>result.replace(/(.*)/,' ○○○STORY:\\n$1')</js>",
      "kind": "id.info@tag.p.2@text##最后更新：",
      "lastChapter": "{{@@id.info@tag.p.3@a@text##免费章节 |正文卷 |正文 |VIP章节 }}·{{@@id.info@tag.p.2@text##最后更新：}}",
      "name": "id.bookdetail@id.info@h1@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节"
    },
    "ruleContent": {
      "content": "id.content@html",
      "replaceRegex": "##本小说.*无广告免费阅读。|：。：|.*一秒记住本站地址.*\\s|.*最快更新.*无广告.*\\s|.*最新网址.*\\s|最新网址.*|章节错误.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.s4@a@text",
      "bookList": "class.novelslist2@ul@li[1:3]",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.biqusa.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "class.s6@text",
      "lastChapter": "class.s3@a@text&&class.s6@text##免费章节 |正文卷 |正文 |VIP章节 \n@js:result.replace(/\\n/,'·')",
      "name": "class.s2@a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节"
    },
    "ruleToc": {
      "chapterList": "//*[@id=\"list\"]//dt[2]/following-sibling::dd/a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search.html?name={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "源社区：@Mengteen  2025.11.22原创\n二传二创或者是其它问题请联系我。\n我邮箱:[xxxmgqxxx@vip.qq.com]\n我QQ:99737563(备注来意)\n1.不需要挂🪜子,不排除个别地方网络加载可能有点慢或者是需要挂🪜子才能访问，别急！\n2.发现是按我个人喜欢,你也可以自行创建你个人喜欢的。",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "😍轻写真",
    "bookSourceType": 2,
    "bookSourceUrl": "http://www.635k.com/##@Mengteen",
    "customButton": false,
    "customOrder": 146,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\": \"首页\",\"url\": \"http://www.635k.com/\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.25\n}},\n{\"title\": \"绅士摄影\",\"url\": \"/shenshiSHENSHIjinjiqihua_{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.25\n}},\n{\"title\": \"SSA丝社\",\"url\": \"/ssasishe_{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.25\n}},\n{\"title\": \"Ligui丽柜\",\"url\": \"/liguiligui_{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.25\n}},\n{\"title\": \"异思趣向\",\"url\": \"/IESSyisiquxiang_{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.25\n}},\n{\"title\": \"丝慕SMOU\",\"url\": \"/simusmou_{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.25\n}},\n{\"title\": \"克拉女神\",\"url\": \"/kelanvshenKelagirls_{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.25\n}},\n{\"title\": \"丝意SIEE\",\"url\": \"/siyiSIEE_{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.25\n}},\n{\"title\": \"丝袜套图\",\"url\": \"/siwataotu_{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.25\n}},\n{\"title\": \"慕丝女郎\",\"url\": \"/musinvlang_{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.25\n}},\n{\"title\": \"梦丝女神\",\"url\": \"/mengsinvshen_{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.25\n}}\n]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 13; 2211133C Build/TKQ1.220905.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1763776653287,
    "respondTime": 1494,
    "ruleBookInfo": {
      "kind": "span@text",
      "tocUrl": ".all-page@a@href"
    },
    "ruleContent": {
      "content": "@js: \nlet pics=java.getString('img@src'); \nlet p=String(pics).split(\"\\n\").map(i=>`<img src=\"${i}\">`).join(\"\\n\");\np;",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".item-meta@text",
      "bookList": "#post_list_box@li",
      "bookUrl": "h2@a@href",
      "checkKeyWord": "写真",
      "coverUrl": "img@src",
      "intro": "<br>🌟\n<br>📆{{@@.ltim@text}} 发布\n<br>{{\"🏄Mengteen ©2025\"}}",
      "name": "h2@a@text"
    },
    "ruleToc": {
      "chapterList": "ul@li",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search/{{page}}_2.html",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.biqusk.com#🎃",
    "bookUrlPattern": "http://www.biqusk.com/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 147,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1721150115544,
    "loginUrl": "",
    "respondTime": 417,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作 者：",
      "coverUrl": "id.fmimg@img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "id.info@tag.p.2@text##最后更新：",
      "lastChapter": "@css:[property=og:novel:latest_chapter_name]@content",
      "name": "id.info@h1@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@textNodes",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@id.nr",
      "bookUrl": "tag.td.0@a@href",
      "coverUrl": "tag.td.0@a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.biqusk.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": "",
      "kind": "tag.td.4@text",
      "lastChapter": "tag.td.1@a@text",
      "name": "tag.td.0@a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说",
      "wordCount": "tag.td.3@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd@tag.a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://www.biqusk.com/s.php?q={{key}}",
    "weight": 2
  },
  {
    "bookSourceComment": "/*\n\t\n\t源url后面不能有东西，要干净\n\thttp://www.168vip.net\n\t\n\tps: 有些站点不用跳转验证是否是真人，需要的自己去发布页找，并改源url\n\t[\n\t发布地址不能填到源url。\n\thttps://www.simishuwu.xyz\n\thttp://www.simishuwu.com\n\t]\n\t\n\t\n\t24/5/6 已添加684字：未完\n\t\n\t\n\t编辑正文可复制图片链接\n\t\n\t按格式添加到\"口\",下面\n\t\n\t\t'<img src=\"http://www.xiguashuwu.com/wzbodyimg/链接.png\">': \"❓字\",\n\t\n*/\n\t\nobj={\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ilOK5L.png\">': \"口\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/WA7Oni.png\">': \"核\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Xf9aJq.png\">': \"殖\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/turna7.png\">': \"睾\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ArDW8p.png\">': \"茎\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/AaWgxR.png\">': \"柱\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/AANm7Y.png\">': \"殖\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/fApFna.png\">': \"茎\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/LyXOOy.png\">': \"水\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/3QCgRJ.png\">': \"姐\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/pBHCx8.png\">': \"物\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/tBmeuv.png\">': \"庭\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/7jTtWR.png\">': \"顶\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/r4xj9c.png\">': \"高\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/SsU0mw.png\">': \"性\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/h2MvMb.png\">': \"欢\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/NzIgrB.png\">': \"爱\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/DLwFwF.png\">': \"美\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/4wgeTe.png\">': \"春\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/OB0pIY.png\">': \"道\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/CbJPLb.png\">': \"种\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ZiMHwh.png\">': \"色\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/8hIwIG.png\">': \"花\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Bckft8.png\">': \"身\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/NH7oMT.png\">': \"做\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/GKZeZ8.png\">': \"子\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/HOK3wx.png\">': \"眼\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/1WM5JJ.png\">': \"头\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/gmsivF.png\">': \"入\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/L45hsM.png\">': \"进\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/2G97O6.png\">': \"感\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/qxkXTG.png\">': \"牛\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/eefsZa.png\">': \"裤\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/itSd75.png\">': \"挺\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/jYTCiy.png\">': \"臀\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/9bcSIE.png\">': \"部\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/7sa0Wv.png\">': \"胸\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/yW5LmB.png\">': \"体\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/UShyYf.png\">': \"点\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/fKA3ec.png\">': \"道\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/srzIy6.png\">': \"水\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/PARTrc.png\">': \"子\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/TJrr1J.png\">': \"高\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/YyLHKH.png\">': \"毛\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/7gZhax.png\">': \"进\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/aSLjvr.png\">': \"身\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ODCbMU.png\">': \"宠\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/2ZiKGZ.png\">': \"爱\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/KKhsp7.png\">': \"性\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/SykKhb.png\">': \"头\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/plFfIo.png\">': \"入\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Ay9JDT.png\">': \"管\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/1qnWZR.png\">': \"欢\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/b0CfE0.png\">': \"花\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/yDtfbB.png\">': \"美\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/j2ws4j.png\">': \"热\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/YkGLUA.png\">': \"马\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/3Qufi9.png\">': \"出\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/kq3TcT.png\">': \"巴\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/kfltfq.png\">': \"露\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/XkP7SS.png\">': \"种\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/kYf9aG.png\">': \"处\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Bf1Z4P.png\">': \"融\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/t2wX8D.png\">': \"精\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/xTgVF8.png\">': \"感\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/2P08K2.png\">': \"深\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/JbfyxS.png\">': \"紧\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/fHz6z2.png\">': \"股\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/LRaKVW.png\">': \"点\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/sN3aFm.png\">': \"毛\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/0mnZkw.png\">': \"道\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ljjkpE.png\">': \"马\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/cMy3y2.png\">': \"高\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/HV69Sf.png\">': \"花\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Ir9tAR.png\">': \"爽\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/7c1JeG.png\">': \"姐\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ehw9wJ.png\">': \"做\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/eOSvYn.png\">': \"出\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/c3SuSK.png\">': \"种\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/M6EiT7.png\">': \"皮\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/n3lz2M.png\">': \"眼\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/hFJu7D.png\">': \"配\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/2MM0bU.png\">': \"流\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/cJvz3o.png\">': \"部\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/kxhoea.png\">': \"露\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/C5mkg5.png\">': \"点\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/bvDKfN.png\">': \"吸\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/bzJPvS.png\">': \"感\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/oWXxBb.png\">': \"紧\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/zqggeB.png\">': \"乱\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/VmLKxC.png\">': \"具\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/014kbn.png\">': \"强\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/YY31En.png\">': \"道\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/DVM8PI.png\">': \"美\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/3pDD5J.png\">': \"高\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/wXHIxb.png\">': \"子\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/lQ9J6Y.png\">': \"种\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/IetNaz.png\">': \"眼\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/kpDE1d.png\">': \"交\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/5oiGN5.png\">': \"骚\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/JlRj8s.png\">': \"口\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/QQWz5s.png\">': \"进\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Tk1nSu.png\">': \"身\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/KoI08O.png\">': \"融\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/NBUQ5T.png\">': \"部\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/pBxHZ3.png\">': \"吹\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/AM0fIa.png\">': \"花\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/HYK9uE.png\">': \"出\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ICRDdC.png\">': \"欢\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/JmwaNM.png\">': \"精\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/URWg6F.png\">': \"爱\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/cY9SIz.png\">': \"身\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/z6ReYb.png\">': \"入\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/St4M28.png\">': \"处\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/H7e9A7.png\">': \"胸\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Smtw59.png\">': \"摩\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/TKPXt8.png\">': \"擦\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/YDHglI.png\">': \"性\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/sQlQuU.png\">': \"物\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/WRqsih.png\">': \"欲\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/VzfdNi.png\">': \"流\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/OPJ2bs.png\">': \"跳\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/FZSjec.png\">': \"顶\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/479pPU.png\">': \"庭\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/x3lcl4.png\">': \"交\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Wz0a4W.png\">': \"根\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/laxIIx.png\">': \"娇\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/XaKORg.png\">': \"口\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/VcI9kR.png\">': \"挺\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/RVbdMh.png\">': \"臀\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/E0PoOj.png\">': \"深\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/xAtU1H.png\">': \"紧\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Kyrg6p.png\">': \"乳\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/inePU1.png\">': \"荡\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/KIiTZ6.png\">': \"软\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/TFhygq.png\">': \"眼\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/9BjstR.png\">': \"唇\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/A8FzvU.png\">': \"缝\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/8EfHre.png\">': \"跳\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/1VF3S8.png\">': \"出\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/3He8Bp.png\">': \"胸\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/oKnqt5.png\">': \"摩\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/5aURgW.png\">': \"擦\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/UJWSl3.png\">': \"滑\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/USTRo1.png\">': \"润\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/qGGJy5.png\">': \"臀\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/bdILAO.png\">': \"头\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/9dUKaI.png\">': \"肥\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/9Rs4U8.png\">': \"揉\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/eNv9Q2.png\">': \"捏\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/o7KNCt.png\">': \"美\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/xUUtAe.png\">': \"色\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/EjYbHr.png\">': \"滚\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Sh1G9u.png\">': \"硬\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/go1Itw.png\">': \"肉\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/IJaCTb.png\">': \"棒\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/WgOOBk.png\">': \"顶\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Uvrt2V.png\">': \"腿\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/8MKgbw.png\">': \"肿\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/mxDVDt.png\">': \"喘\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/doePOF.png\">': \"粗\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/VYtuSj.png\">': \"吸\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/mpi4Ho.png\">': \"巨\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ZAvQVT.png\">': \"乳\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/8v53CJ.png\">': \"呻\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/xfxbY7.png\">': \"吟\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/CGVSpK.png\">': \"含\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/T0eXGu.png\">': \"头\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/gEJwn2.png\">': \"摩\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/5rOOID.png\">': \"擦\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/UtPcjY.png\">': \"子\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/St59JF.png\">': \"按\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Vsm2rM.png\">': \"虐\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Tdb8Pr.png\">': \"抽\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/FjRhET.png\">': \"插\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/c5ShnK.png\">': \"性\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/yRHC5w.png\">': \"骚\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/uFeBTq.png\">': \"欲\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/NaHoOC.png\">': \"体\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Huu9DB.png\">': \"裸\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/6akHXK.png\">': \"水\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/720HsY.png\">': \"穴\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/qAwS0V.png\">': \"坚\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/SHWIR0.png\">': \"硬\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/sJMa0q.png\">': \"肉\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/INIbnU.png\">': \"塞\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/rEVw1D.png\">': \"进\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/fYCbHq.png\">': \"乱\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ZuFQv4.png\">': \"揉\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/1JsL4C.png\">': \"捏\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ff2ADZ.png\">': \"魔\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ZhYaRZ.png\">': \"干\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/jrqmdu.png\">': \"淫\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/K50TFd.png\">': \"深\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/iNTxVX.png\">': \"热\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/KNZ7Je.png\">': \"操\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/aOqp2G.png\">': \"拔\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/kSzfd1.png\">': \"胯\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/NcS8PC.png\">': \"根\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/qcIGcG.png\">': \"做\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/rUtCIr.png\">': \"吮\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/9J1iZi.png\">': \"吸\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ImUdOs.png\">': \"奴\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/nWN7tS.png\">': \"喉\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/R0bdEJ.png\">': \"射\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/xGGUPI.png\">': \"精\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/O8adJp.png\">': \"液\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/8njezL.png\">': \"流\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Hdn1Na.png\">': \"蛋\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/B17CKY.png\">': \"巴\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/OBdTL5.png\">': \"淫\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/rpmSPh.png\">': \"跳\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/IwWuCO.png\">': \"呻\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/7EpQYz.png\">': \"弄\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/yS5Tkx.png\">': \"毛\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/hvJCXu.png\">': \"慰\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/KPAWRO.png\">': \"精\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/1RkBBF.png\">': \"泄\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/l3HckR.png\">': \"乱\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/M79Nts.png\">': \"皮\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/kFqQ6D.png\">': \"塞\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/FLSs5y.png\">': \"干\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/sKXQJ7.png\">': \"食\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/bhd9l7.png\">': \"色\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/JdS7Tc.png\">': \"腿\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/whYnKt.png\">': \"牛\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/x4YJ9s.png\">': \"巴\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Jmshps.png\">': \"润\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/iWXEfK.png\">': \"胸\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/1CaDvL.png\">': \"拔\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Uhg8zk.png\">': \"软\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/2oVqoi.png\">': \"水\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/8mjbou.png\">': \"暖\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/TkQheK.png\">': \"姐\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/nKNumT.png\">': \"处\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/mtedsY.png\">': \"感\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/x85W3O.png\">': \"腿\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/77fCwa.png\">': \"瘫\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/hImtX5.png\">': \"软\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/oUD8Qz.png\">': \"色\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/LcYPGD.png\">': \"配\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Pny45r.png\">': \"棒\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/q7iesT.png\">': \"强\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/5RBvm2.png\">': \"欲\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/5zRSDU.png\">': \"浓\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/BtoYbi.png\">': \"露\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/JQi3e4.png\">': \"套\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/NzPvlf.png\">': \"部\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/64C1Rv.png\">': \"巨\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Uzsejp.png\">': \"欢\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/XJYAkX.png\">': \"蛋\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/uewEvO.png\">': \"春\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/5PGrrZ.png\">': \"奴\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/S44KBO.png\">': \"管\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/sGR4oa.png\">': \"捏\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/3gYxgH.png\">': \"巴\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/5XDLQE.png\">': \"奴\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/p139WM.png\">': \"姐\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/EfHShT.png\">': \"肉\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/BROarP.png\">': \"触\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ZXXZqQ.png\">': \"体\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/YFdww5.png\">': \"深\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/fgbHRY.png\">': \"强\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/sRDCf1.png\">': \"紧\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/RwkYLf.png\">': \"马\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/pzjSl5.png\">': \"魔\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Yi7fw4.png\">': \"根\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/EvEDGW.png\">': \"奴\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/PZ09AR.png\">': \"阴\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/5DSCyJ.png\">': \"阳\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/scLmAv.png\">': \"硬\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/CdPORz.png\">': \"肉\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/sYeI1S.png\">': \"喷\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/nlkQIt.png\">': \"马\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/CjjjaL.png\">': \"撸\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/EVKy9X.png\">': \"润\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/OIzxWa.png\">': \"呻\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/jx5pzD.png\">': \"插\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/kdcXrY.png\">': \"入\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/lDEjbZ.png\">': \"蜜\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/NeidiD.png\">': \"穴\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/VjeprZ.png\">': \"弄\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/FYgtVw.png\">': \"挺\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/YZsCIB.png\">': \"娇\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/dl8OW7.png\">': \"欲\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/TjQtn3.png\">': \"舔\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/tCevO8.png\">': \"淫\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/3oymT5.png\">': \"食\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/seK78b.png\">': \"射\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/4qoddK.png\">': \"伦\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/phhKls.png\">': \"触\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/jJfs5x.png\">': \"乱\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/paLfX2.png\">': \"口\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/UYjnaR.png\">': \"骚\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Syw09t.png\">': \"皮\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/n5GcvO.png\">': \"臀\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/wyB4nH.png\">': \"插\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/57h9qx.png\">': \"湿\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/4VIqmc.png\">': \"蜜\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/OLZwYF.png\">': \"穴\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/yw8ylq.png\">': \"娇\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/NOUIlc.png\">': \"牛\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/0aaCUJ.png\">': \"裤\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/33t1i9.png\">': \"棒\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/nX55dd.png\">': \"塞\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/wItDKi.png\">': \"抽\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/3lplvB.png\">': \"腿\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/0WMp51.png\">': \"乳\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/qcwU8J.png\">': \"弄\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/UeuPsZ.png\">': \"荡\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Ucu67m.png\">': \"潮\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/fbIoVY.png\">': \"交\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/1xGccU.png\">': \"嫩\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/3Vd6ER.png\">': \"粗\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/I2oZoV.png\">': \"爽\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/9F5vGV.png\">': \"奶\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/UvBDrj.png\">': \"唇\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ik0rhP.png\">': \"浓\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/4jEOYD.png\">': \"液\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/NLqnhG.png\">': \"滑\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/nYoFPx.png\">': \"舔\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Cohbia.png\">': \"瘫\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/OHRlFw.png\">': \"点\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/9V0tbC.png\">': \"滚\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/hDFASa.png\">': \"烫\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/PEfxJN.png\">': \"液\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/oZydur.png\">': \"灌\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/zhj7ul.png\">': \"宫\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/zCzn8w.png\">': \"舌\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/eSLvbk.png\">': \"舔\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/hXgp1A.png\">': \"滑\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/9mc5aW.png\">': \"揉\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/MuTlcG.png\">': \"捏\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/0UUxqH.png\">': \"瓣\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/fh0ckZ.png\">': \"吟\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/MDXMeL.png\">': \"屁\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/0aSzDB.png\">': \"股\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/RgMIL6.png\">': \"抽\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/rLViPN.png\">': \"裸\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/KXBBHQ.png\">': \"蜜\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/QObbVj.png\">': \"晕\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ieC03d.png\">': \"庭\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/qDK7v2.png\">': \"唇\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Sgb7hr.png\">': \"插\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/58XkzN.png\">': \"泄\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/EkGMew.png\">': \"奸\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/qrD7R7.png\">': \"具\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/fCpf2U.png\">': \"潮\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/LoC2TD.png\">': \"射\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/H1obkD.png\">': \"顶\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/nCOO3r.png\">': \"吹\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ljxFVc.png\">': \"做\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/zMxgZQ.png\">': \"逼\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/FWXXkE.png\">': \"露\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/hkXMg4.png\">': \"撸\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/qCpuUD.png\">': \"鸡\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/4V2GIv.png\">': \"壁\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/4eKmM6.png\">': \"筋\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/KmS4Ge.png\">': \"管\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/sATgP4.png\">': \"毛\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/zkZyEZ.png\">': \"筋\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/6aLpfL.png\">': \"荡\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/HAPIjR.png\">': \"轮\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/fHceb7.png\">': \"器\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/tjWQG1.png\">': \"管\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Q1nd7X.png\">': \"挺\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ntOxzF.png\">': \"物\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/K9ZuDw.png\">': \"敏\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Lv6knF.png\">': \"体\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/7zuFMT.png\">': \"宫\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/9C0lZB.png\">': \"户\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/3AgUho.png\">': \"缝\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/8ADyfn.png\">': \"爱\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/pxinyw.png\">': \"物\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/uG5a05.png\">': \"触\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/2N02xy.png\">': \"裸\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/wJsIa3.png\">': \"按\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/cq6NBC.png\">': \"强\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/e7esy9.png\">': \"宫\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/sKji9N.png\">': \"魔\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/v0Y7Se.png\">': \"荡\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/43owDW.png\">': \"胯\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/2syqxW.png\">': \"套\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/hDdo2f.png\">': \"坚\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/jPQ9dG.png\">': \"痒\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/EGX3Q6.png\">': \"勃\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/HAuw8A.png\">': \"揉\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/N6WkoO.png\">': \"喘\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/lmtikj.png\">': \"潮\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/kcAqHs.png\">': \"龟\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/OqKB00.png\">': \"瓣\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/kzcAFw.png\">': \"配\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/KuEImG.png\">': \"舌\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/VWnW7q.png\">': \"处\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/fx3hvm.png\">': \"爽\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/VZtaoR.png\">': \"具\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/3ZkDJ4.png\">': \"交\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/gdAFuf.png\">': \"喘\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/1z2eDD.png\">': \"吸\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/znllVr.png\">': \"蜜\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/71ngwo.png\">': \"龟\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ecvOu0.png\">': \"器\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Bui5fD.png\">': \"催\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/vxtD2A.png\">': \"器\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ExlFjv.png\">': \"乳\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/wJyQ32.png\">': \"屁\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/lhCRiX.png\">': \"股\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ohBPMl.png\">': \"含\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/oa3EHb.png\">': \"棒\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/HeEvXw.png\">': \"滑\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/WQbR9W.png\">': \"魔\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/iNq1kV.png\">': \"吟\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/XLuwG9.png\">': \"胯\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/nZ6Sil.png\">': \"囊\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/4MoTWV.png\">': \"撸\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/GnMJou.png\">': \"按\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/HvxP4o.png\">': \"壁\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/CVdaOj.png\">': \"热\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/641lDm.png\">': \"庭\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/rQjazI.png\">': \"囊\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/XRnUMA.png\">': \"嫩\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/55c8cw.png\">': \"操\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/PTFqXf.png\">': \"套\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/MvlC6Z.png\">': \"胯\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/6fxL1o.png\">': \"干\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Jv025p.png\">': \"裆\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/AUPIYS.png\">': \"滚\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/0xlo81.png\">': \"蛋\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/dVMbBR.png\">': \"唇\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/boQHaq.png\">': \"瓣\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/sPgNyv.png\">': \"宠\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/XWRTkb.png\">': \"干\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/1H74Qg.png\">': \"巨\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/TTRAra.png\">': \"阳\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/WmPkc8.png\">': \"龟\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ZuOmv7.png\">': \"阴\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/FQVl5N.png\">': \"戴\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/xOvdd5.png\">': \"按\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/WbRB1x.png\">': \"抽\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/UQ5cwB.png\">': \"屌\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/PleNul.png\">': \"裤\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ntrBUA.png\">': \"热\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Imoh0J.png\">': \"裤\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/msAwBv.png\">': \"舔\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/42MoAt.png\">': \"淫\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/TZEL8t.png\">': \"坚\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/fBUNSf.png\">': \"筋\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/E3unFF.png\">': \"根\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/jCzggn.png\">': \"粗\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/CMYj3U.png\">': \"吹\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/71WKrD.png\">': \"爽\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/pXJuf3.png\">': \"操\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/VS3mmY.png\">': \"吮\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/bsF6bg.png\">': \"喉\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/HjHxoR.png\">': \"虐\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/8Jxdgx.png\">': \"喷\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/eArYhU.png\">': \"含\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ugMPKc.png\">': \"撸\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/pjqd9o.png\">': \"屁\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/qnkGM4.png\">': \"塞\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Cz64oU.png\">': \"触\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/8z9VK5.png\">': \"伦\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/35l220.png\">': \"巨\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/4SdpDG.png\">': \"娇\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/u4EwCa.png\">': \"呻\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/m9odLl.png\">': \"泄\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/sBaBrf.png\">': \"奶\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ci8sVm.png\">': \"屌\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/gtoWMw.png\">': \"含\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Qfdbk5.png\">': \"春\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/xoo7o8.png\">': \"吟\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/XoIQtJ.png\">': \"穴\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/L3YaF5.png\">': \"瘫\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/xTsqHI.png\">': \"软\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Z8bZWW.png\">': \"潮\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/XZSucU.png\">': \"操\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/JL3yeS.png\">': \"湿\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/LRoaGl.png\">': \"虐\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/t1ZBzZ.png\">': \"孕\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/AZw0L3.png\">': \"泌\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/RTSvD6.png\">': \"烫\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/sKBas0.png\">': \"牛\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/rLuoPv.png\">': \"逼\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/KmFWak.png\">': \"丸\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/06NTCF.png\">': \"龟\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/UCKoQN.png\">': \"丸\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/VtDBSo.png\">': \"嫩\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/GWS6vt.png\">': \"妓\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/6fWycA.png\">': \"勃\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/uFCdXH.png\">': \"慰\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/8OYRwM.png\">': \"阳\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Dio2Px.png\">': \"拔\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/pQnT63.png\">': \"喷\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/VjzhlN.png\">': \"滚\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/KPZt3K.png\">': \"配\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/R9jPTT.png\">': \"拔\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/XISJcn.png\">': \"缝\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/gLPk3z.png\">': \"蕾\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/NRXF8T.png\">': \"晕\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/4vfopf.png\">': \"缝\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/PeqDme.png\">': \"蛋\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/xbsBXu.png\">': \"骚\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/alnFq3.png\">': \"催\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/6kHcyn.png\">': \"痒\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Vz7CKN.png\">': \"宠\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/7culIs.png\">': \"流\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ho0hjY.png\">': \"敏\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Yl0ARB.png\">': \"慰\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/PopEBN.png\">': \"弄\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/uHjCT5.png\">': \"湿\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/XsE2fp.png\">': \"喘\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/hMCIOB.png\">': \"泄\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/zUQS9v.png\">': \"晕\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/oZa5xA.png\">': \"射\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/5FVE4I.png\">': \"瓣\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/k4ty7h.png\">': \"菊\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/sbmbNu.png\">': \"蕾\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/OBkjDi.png\">': \"菊\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/1HtDW7.png\">': \"洞\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/wBQwWy.png\">': \"液\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ohmgnp.png\">': \"擦\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/u4HKAe.png\">': \"宫\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/8sHlcB.png\">': \"戴\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/wx1wcX.png\">': \"食\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/7UBfB3.png\">': \"伦\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ZQ2EN2.png\">': \"吹\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/WWwH4P.png\">': \"屌\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Uo1A51.png\">': \"跳\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/rKZCT2.png\">': \"舌\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/vhBLLN.png\">': \"虐\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/YYxQWw.png\">': \"皮\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/8bO1ng.png\">': \"痒\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/JIK4mB.png\">': \"套\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/gIaauk.png\">': \"舌\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/5ggwcM.png\">': \"瘫\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/l11HPa.png\">': \"润\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/p3mRFC.png\">': \"股\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/dOqhju.png\">': \"捅\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/4yGbNJ.png\">': \"嫩\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/1VWeZm.png\">': \"菊\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/b1myQD.png\">': \"硬\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/5n3Ppo.png\">': \"鸡\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/3TLw6r.png\">': \"食\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/kr91EF.png\">': \"奸\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/0881r2.png\">': \"喷\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/3SYqXY.png\">': \"裸\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/DMiqem.png\">': \"烫\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/c2LfcP.png\">': \"晕\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/CVxcRB.png\">': \"浓\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/jUAK6q.png\">': \"奸\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/PzAFte.png\">': \"洞\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/iMZkcW.png\">': \"壁\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/GxCItP.png\">': \"暖\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/6Hp2rc.png\">': \"粗\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/aRaABn.png\">': \"屁\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Cbi9mb.png\">': \"坚\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/iyWFS6.png\">': \"菊\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ogSpe6.png\">': \"催\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ctHfr9.png\">': \"奸\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/w3SwU3.png\">': \"轮\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/mxnt62.png\">': \"洞\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/leCt2y.png\">': \"肥\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/5DnsVk.png\">': \"烫\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/YHqsav.png\">': \"戴\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/3JdvaF.png\">': \"肥\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/X2H18i.png\">': \"湿\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/z24xgy.png\">': \"春\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/UgBPUg.png\">': \"肿\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/0su7X0.png\">': \"奶\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/nxfi48.png\">': \"阴\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/3p3yRD.png\">': \"催\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/egIbWJ.png\">': \"捅\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/T1DSuM.png\">': \"尿\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/xVJWjM.png\">': \"喉\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/n4CbSc.png\">': \"逼\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/sRkskt.png\">': \"奶\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/TDB8dX.png\">': \"敏\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/KwiLUZ.png\">': \"核\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/y3HjFd.png\">': \"脔\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/XKfT0q.png\">': \"浓\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/9SKBiF.png\">': \"丸\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/bFeTeD.png\">': \"戴\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/0DMvwh.png\">': \"丸\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ODCkaO.png\">': \"宠\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/oeq6sh.png\">': \"喉\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/x8sPiw.png\">': \"囊\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/wi7VUl.png\">': \"蒂\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/aQKaAT.png\">': \"妓\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/rdFFGK.png\">': \"蕾\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Q4Ghiq.png\">': \"腺\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/rcydo2.png\">': \"轮\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/eyNyoj.png\">': \"柱\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/72s5DO.png\">': \"具\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/D9NylB.png\">': \"妓\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/yR3Wy1.png\">': \"吮\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Jk9vz6.png\">': \"轮\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/732e43.png\">': \"阴\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ldA1Dl.png\">': \"脔\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/FXghbS.png\">': \"蒂\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/NeyUu8.png\">': \"肠\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/NPtDJ8.png\">': \"壁\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/bSxCeg.png\">': \"洞\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/hFotXw.png\">': \"吮\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/E6ukPR.png\">': \"脔\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ExHfIs.png\">': \"膜\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/B4t9hV.png\">': \"膜\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/iMsrif.png\">': \"捅\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/MhsemB.png\">': \"鸡\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/rJJfXj.png\">': \"膜\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/q17ZyY.png\">': \"屌\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/3dcOr9.png\">': \"暖\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/vgttGz.png\">': \"蕊\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/dsYq6j.png\">': \"肠\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/kVuvcX.png\">': \"摩\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/m7AEjF.png\">': \"汁\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/chrEiq.png\">': \"伦\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/knHeq2.png\">': \"妓\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/MCg39r.png\">': \"逼\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/RtQpCx.png\">': \"阳\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/4HOyG1.png\">': \"蕾\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/EJc0aL.png\">': \"灌\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/GdLemw.png\">': \"肠\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/THVAsJ.png\">': \"囊\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Psvk0V.png\">': \"雏\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/QBtsn9.png\">': \"膜\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/5QCD4c.png\">': \"慰\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ZorZAm.png\">': \"棍\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/tFbdld.png\">': \"汁\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/UW77rD.png\">': \"敏\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/SZZRhO.png\">': \"孕\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/3uvvcJ.png\">': \"户\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/cMPkeI.png\">': \"痒\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/vVNd9r.png\">': \"茎\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/rBEHkI.png\">': \"睪\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/TzdfHF.png\">': \"茎\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/ti0q1M.png\">': \"灌\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/fOp4HF.png\">': \"肿\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Rr6rV9.png\">': \"肛\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/gy1mlh.png\">': \"筋\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/nDpLwJ.png\">': \"蕊\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/7ejnlO.png\">': \"暖\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/H40uwm.png\">': \"雏\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/QZpTDf.png\">': \"户\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/GOyR9Y.png\">': \"器\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/b6FwnI.png\">': \"裆\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/wRaSg1.png\">': \"柱\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/x42mCU.png\">': \"棍\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/YBYP2W.png\">': \"蒂\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/HKClha.png\">': \"勃\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/QvFvyy.png\">': \"葡\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/MOVfqX.png\">': \"萄\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/KCq0jj.png\">': \"孕\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/cvBtQH.png\">': \"鸡\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Ik130N.png\">': \"灌\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/U5feXg.png\">': \"尿\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Rmq9pb.png\">': \"融\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/9wpLY5.png\">': \"汁\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/nIE3yV.png\">': \"融\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/DLxOxW.png\">': \"棍\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/DmDqR7.png\">': \"汁\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/qItDfs.png\">': \"尿\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/VlPQ1Q.png\">': \"蕊\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/viUK3y.png\">': \"腺\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/UnZI75.png\">': \"肛\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/s1M11M.png\">': \"泌\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/EYgtKI.png\">': \"裆\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/hLZNIJ.png\">': \"捅\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/QZMs9w.png\">': \"孕\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/kOgpfC.png\">': \"肥\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/rm8QWW.png\">': \"棍\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/EVQrOF.png\">': \"肿\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/PdMAvy.png\">': \"萄\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/EAroqq.png\">': \"睪\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/c2tHMe.png\">': \"邦\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/Jt0VgV.png\">': \"泌\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/1nFzJJ.png\">': \"户\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/mmhTm9.png\">': \"勃\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/TjxhN0.png\">': \"邦\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/8M7rPy.png\">': \"核\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/akqH9f.png\">': \"裆\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/t7Mhks.png\">': \"尿\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/6vJQ0W.png\">': \"脔\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/WftkXZ.png\">': \"肠\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/tVqkw1.png\">': \"屄\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/NzRu8y.png\">': \"核\",\n'<img src=\"http://www.xiguashuwu.com/wzbodyimg/FzJ67D.png\">': \"屄\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/5QRUvx.png\">': \"肏\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/L5hNFg.png\">': \"肏\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/7HL7uk.png\">': \"肏\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/7HL7uk.png\">': \"肏\",\n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/FUGS3n.png\">': \"屄\",   \n    '<img src=\"http://www.xiguashuwu.com/wzbodyimg/5zDY6F.png\">': \"屄\"       \n   \n}",
    "bookSourceGroup": "🔞",
    "bookSourceName": "西瓜书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.xiguashuwu.com",
    "bookUrlPattern": "https://www.xiguashuwu.com/book/\\d+/catalog/",
    "customButton": false,
    "customOrder": 148,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部\",\"url\":\"/category/0/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1.00}},{\"title\":\"玄幻小说\",\"url\":\"/category/{{page}}/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修真小说\",\"url\":\"/category/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市小说\",\"url\":\"/category/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史小说\",\"url\":\"/category/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游小说\",\"url\":\"/category/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻小说\",\"url\":\"/category/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"言情小说\",\"url\":\"/category/7/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他小说\",\"url\":\"/category/8/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"经典小说\",\"url\":\"/category/9/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人小说\",\"url\":\"/category/{{page}}0/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"高辣小说\",\"url\":\"/category/{{page}}1/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美小说\",\"url\":\"/category/{{page}}2/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"情欲小说\",\"url\":\"/category/{{page}}3/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"复古耽美\",\"url\":\"/category/{{page}}4/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"复古言情\",\"url\":\"/category/{{page}}5/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周榜\",\"url\":\"/rank/week/0/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月榜\",\"url\":\"/rank/month/0/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总榜\",\"url\":\"/rank/all/0/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\n\t\"User-Agent\": \"Mozilla/5.0 (Linux; Android 10; arm64; k) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/126.0.0.0 XiaoMi/MiuiBrowser/19.0.0 swan-mibrowser Mobile EdgA/126.0.0.0 Safari/537.36\"\n\t}",
    "lastUpdateTime": 1756559981091,
    "loginCheckJs": "r=result.body()\nurl=source.getKey()\n\nif (r.includes(\"Just a moment...\")){\n\tcookie.removeCookie(url)\n\tr=java.startBrowserAwait(url+\"/search/\",\"\")\n\t\n\tjava.getStrResponse(java.initUrl())\n\t} else if (r.includes(\"请不要频繁操作，搜索时间间隔为3秒\")) {\n\t\n\tjava.toast(\"触发网站频繁搜索，重新搜索\")\n\tcookie.removeCookie(url)\n\t\n\t} else if (r.includes(\"系统安全验证\")) {\n\t\tjava.log(\"系统安全验证\")\n\t\t\njava.ajax(`${url}/user/code/${java.getVerificationCode(\"https://www.xiguashuwu.com/user/verify/act/img.png\")}/`)\n\tjava.getStrResponse(java.initUrl())\n\t\n\t} else if(r.includes(\"【1234】\")) {\n\t\ta=java.ajax(`${url}/,{\n  \"body\": \"action=1&v=1234\",\n  \"method\": \"POST\"\n}`)\n\n\t\tjava.log(\"【1234】\"+a)\n\t\tjava.getStrResponse(java.initUrl())\n\t\t\n\t\t} else result \n",
    "respondTime": 34265,
    "ruleBookInfo": {
      "author": ".author@a@text",
      "intro": ".BGsectionTwo-bottom@html",
      "kind": ".category@span@text",
      "lastChapter": ".newestChapter@span@text",
      "name": ".title@text",
      "tocUrl": "text.查看全部章节@href##$##1.html",
      "wordCount": ".time@span@text"
    },
    "ruleContent": {
      "content": "#C0NTENT@html||all\n<js>\nif (baseUrl.includes(\"_2\")) {\n\t\na=java.getString(\"meta[7]@content\")\ne=String(java.base64Decode(a)).split(/[A-Z]+%/);\n\nfunction UpWz(m, i) {\n\t\tvar k = Math.ceil((i + 1) % code);\n\t\tk = Math.ceil(m - k);\n\t\treturn k\n\t}\n\ncode=src.match(/codeurl=\"(\\d+)\"/)[1]\nnrid=\"#\"+src.match(/nrid=\"(.*?)\"/)[1]+\"@p\"\n\njava.log(nrid)\nbox=java.getElements(nrid)\n\nlist=[]\nfor (var i = 0; i < e.length; i++) {\n\t\t\tvar k = UpWz(e[i], i);\n\t\t\tlist[k] = box[i]\n\t\t};\n\nlist.join(\"\")\n\n\t} else if(baseUrl.includes(\"_\")) {\n\t\t\na=decodeURIComponent(src.match(/decodeURIComponent.\"(.*)\"/)[1])\nb=src.match(/d.newcon,\"(.*)\"/)[1]\njava.log(b)\n\n{{java.importScript(source.getKey()+\"/js/cryptojs_min.js\")}}\n\nfunction d(a, b) {\n            b = CryptoJS.MD5(b).toString();\n            var d = CryptoJS.enc.Utf8.parse(b.substring(0, 16));\n            var e = CryptoJS.enc.Utf8.parse(b.substring(16));\n            return CryptoJS.AES.decrypt(a, e, { iv: d, padding: CryptoJS.pad.Pkcs7 }).toString(CryptoJS.enc.Utf8)\n        }\n        \nd(a,b)\n\n\t\t} else result \n\t\t\n</js>",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "<js>\neval(String(source.bookSourceComment))\nsource.setVariable(Object.entries(obj).length)\n\nresult.replace(/<img src=.*?>/g,(o,v)=>{\n\t\n\to=o.replace(source.getKey(), \"http://www.xiguashuwu.com\")\n\t.replace(/https/,\"http\")\n\t\n\ttext=obj[String(o)]\n\t\n\t//java.log(text)\n\t\n\tif (text!=undefined)\n\treturn text\n\telse\n\treturn o\n\t})\n\n</js>\n##本站新（短）域名：xiguashuwu.com|本章已阅读完毕.*|本章尚未读完.*"
    },
    "ruleExplore": {
      "author": "p.1@text",
      "bookList": ".CGsectionTwo-right-content-unit",
      "bookUrl": "a@href",
      "coverUrl": "@js:'https://z3.ax1x.com/2021/08/22/fzzNBq.png'",
      "intro": "p.2@text##.*/",
      "name": "p.0@text##阅读本书",
      "wordCount": "p.3@text"
    },
    "ruleSearch": {
      "author": "span.2@text",
      "bookList": "<js>\nresult.includes(\"我的网站-Good Luck To You!\")?java.longToast(\"网站失效\"):result\n</js>\n.SHsectionThree-middle p",
      "bookUrl": "span.1@a@href",
      "checkKeyWord": "我的",
      "coverUrl": "img@src",
      "kind": "span.0@text##\\[|\\]",
      "name": "span.1@text"
    },
    "ruleToc": {
      "chapterList": ".BCsectionTwo-top li a",
      "chapterName": "text",
      "chapterUrl": "href##.*\\('(\\d+)','(\\d+)'\\).*##/book/$1/$2.html",
      "formatJs": "function formatChapter(index, title) {\n  // 如果传入的是字符串数字（如 \"23\"），先转成 Number\n  const num = typeof index === 'string' ? parseInt(index, 10) : index;\n  \n  // 数字转中文\n  const chineseNum = numberToChinese(num);\n  \n  // 拼接成 \"第X章 标题\" 格式\n  return `第${chineseNum}章 ${title.trim()}`;\n}\n\n/**\n * 数字转中文（支持 0~99999）\n * @param {number} num - 要转换的数字\n * @returns {string} 中文数字，如 \"一\"、\"二十三\"、\"一百零五\"\n */\nfunction numberToChinese(num) {\n  const chineseNums = [\"零\", \"一\", \"二\", \"三\", \"四\", \"五\", \"六\", \"七\", \"八\", \"九\", \"十\"];\n  const units = [\"\", \"十\", \"百\", \"千\", \"万\"];\n  \n  // 0~10 直接返回\n  if (num <= 10) return chineseNums[num];\n  \n  // 11~19 特殊处理（如 \"十一\"、\"十五\"）\n  if (num < 20) return \"十\" + (num % 10 === 0 ? \"\" : chineseNums[num % 10]);\n  \n  let result = \"\";\n  const strNum = num.toString();\n  \n  // 从高位到低位逐位转换\n  for (let i = 0; i < strNum.length; i++) {\n    const digit = parseInt(strNum[i], 10);\n    const unit = units[strNum.length - i - 1];\n    \n    if (digit !== 0) {\n      result += chineseNums[digit] + unit; // 拼接数字和单位（如 \"三百\"）\n    } else if (result[result.length - 1] !== \"零\") {\n      result += \"零\"; // 处理零（避免重复）\n    }\n  }\n  \n  // 清理多余的零（如 \"一百零\" → \"一百\"）\n  return result.replace(/零+$/, \"\").replace(/零+/g, \"零\");\n}\nformatChapter(index, title)",
      "nextTocUrl": "text.下一页@href##.*\\('(\\d+)','(\\d+)'\\).*##/book/$1/catalog/$2.html"
    },
    "searchUrl": "/search/{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "🎃笔趣阁🎃#80",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.biquge55.net#🎃",
    "bookUrlPattern": "https://www.biquge55.net/book/info\\d+/",
    "customButton": false,
    "customOrder": 149,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1720344774207,
    "loginUrl": "",
    "respondTime": 2348,
    "ruleBookInfo": {
      "author": "class.fix@tag.p.0@text##作者：",
      "coverUrl": "class.imgbox@tag.img@src",
      "intro": "class.m-desc@text",
      "kind": "class.fix@tag.p.4@text&&\nclass.fix@tag.p.1@text&&\nclass.fix@tag.p.2@text##类 别：|状 态：|最后更新：",
      "lastChapter": "class.section-box.0@tag.li.0@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.top@tag.h1@text",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "id.content@html##章节错误.*并刷新页面。|最快更新.*最新章节！",
      "nextContentUrl": "text.下一页.1@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.s4@text",
      "bookList": "class.txt-list@tag.li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "",
      "kind": "class.s1@text&&\nclass.s5@text##\\[|\\]",
      "lastChapter": "class.s3@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.s2@a@text"
    },
    "ruleToc": {
      "chapterList": "class.section-box.1@li",
      "chapterName": "tag.a.0@text",
      "chapterUrl": "tag.a.0@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "https://www.biquge55.net/search/,{\r\n  \"method\": \"POST\",\r\n  \"body\": \"searchkey={{key}}&Submit=%E6%90%9C%E7%B4%A2\"\r\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "中文看书（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.zwkan.com",
    "customButton": false,
    "customOrder": 150,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/xuanhuanqihuan/<,{{page}}.html>\n仙侠::/wuxiaxianxia/<,{{page}}.html>\n都市::/dushiyanqing/<,{{page}}.html>\n历史::/lishijunshi/<,{{page}}.html>\n科幻::/kehuanchuanqi/<,{{page}}.html>\n恐怖::/kongbulingyi/<,{{page}}.html>\n其他::/qitaleixing/<,{{page}}.html>\n全本::/quanben/<,{{page}}.html>",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1759520098713,
    "respondTime": 43648,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "downloadUrls": "text.TXT下载@href",
      "intro": "[property=\"og:description\"]@content\n##简介：",
      "kind": "[property=\"og:novel:category\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": "#nr1@html",
      "nextContentUrl": "@js:\nvar png=/next.png/.test(src);\nnext=png?src.match(/eval(.function.*)/)[1]:\"\";\nvar url=next?eval(next):\"\";\n//java.log(url)\nurl?eval(url.replace(/var/,\"\")):\"\"",
      "replaceRegex": "##\\s*本章未完.*\\s*|\\s*《.*?》,牢记网址:wap.zwkan.com"
    },
    "ruleExplore": {
      "author": ".s3@text",
      "bookList": ".lis@li",
      "bookUrl": "a@href",
      "coverUrl": "@js:\"/images/default.jpg\"",
      "kind": ".s1@text##\\[|\\]",
      "name": "a@text"
    },
    "ruleSearch": {
      "author": ".s3@text",
      "bookList": ".lis@li",
      "bookUrl": ".s2@a@href",
      "checkKeyWord": "剑来",
      "coverUrl": "@js:\"/images/default.jpg\"",
      "kind": ".s1@text##\\[|\\]",
      "name": ".s2@a@text"
    },
    "ruleToc": {
      "chapterList": ".chapter.1@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "@js:\n\nhtml = java.ajax(source.getKey())\n\ntoken = org.jsoup.Jsoup.parse(html).select('input[name=_token]').attr('value')\n\n\"/search,\"+JSON.stringify({\n  \"body\": `_token=${token}&kw=${key}`,\n  \"method\": \"POST\"\n})",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "🎃笔趣阁🎃#33",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.conglianhao.com#🎃",
    "customButton": false,
    "customOrder": 151,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部分类\",\"url\":\"/list/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻魔法\",\"url\":\"/list/1_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠修真\",\"url\":\"/list/2_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市言情\",\"url\":\"/list/3_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"/list/4_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻灵异\",\"url\":\"/list/5_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏竞技\",\"url\":\"/list/6_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他类型\",\"url\":\"/list/7_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 0,
    "respondTime": 6447,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:lastest_chapter_name\"]@content",
      "name": "[property=\"og:title\"]@content"
    },
    "ruleContent": {
      "content": "[id=\"article\"]@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "@js:result\n.replace(/搜书名找不到, 可以试试搜作者哦, 也许只是改名了!/g,'')\n.replace(/如果书架和阅读记录丢失了, 可以前往.*网域,再打开书架试试!/g,'')\n",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": "[class=\"flex\"]@li",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "p.0@text",
      "kind": "a.0@text",
      "name": "a.1@text",
      "wordCount": "[class=\"li_bottom\"]@div.-1@text"
    },
    "ruleSearch": {
      "author": "p.0@textNodes",
      "bookList": "[class=\"searchresult\"]",
      "bookUrl": "a.1@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "intro": "p.-2@text",
      "kind": "a.0@text",
      "lastChapter": "p.-1@text",
      "name": "a.1@text",
      "wordCount": "p.0@span.0@text"
    },
    "ruleToc": {
      "chapterList": "[id=\"ul_all_chapters\"]@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "/search/,{\n\t\"body\": \"searchkey={{key}}&searchtype=all&Submit=\",\n\t\"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "error:搜索内容为空并且没有发现\n",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "🎉笔趣阁⑥①",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.biquge.tv/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 152,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1615536389709,
    "loginUrl": "",
    "respondTime": 3254,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作    者：",
      "coverUrl": "id.fmimg@tag.img.0@src",
      "intro": "id.intro@tag.p.0@text",
      "kind": "id.info@tag.p.2@text##最后更新：",
      "lastChapter": "id.info@tag.p.3@a@text",
      "name": "id.info@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@textNodes"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "tag.td.0@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.biquge.tv/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "tag.td.1@tag.a@text",
      "name": "tag.td.0@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.biquge.tv/modules/article/search.php?searchkey={{key}}&page={{page}},{\n  \"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "行轻小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://s.sfacg.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 153,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1731433297450,
    "loginUrl": "http://passport.sfacg.com/Login.aspx",
    "respondTime": 2273,
    "ruleBookInfo": {
      "kind": "class.tag-list@class.text@text",
      "tocUrl": "text.点击阅读@href"
    },
    "ruleContent": {
      "content": "class.article-content font16@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.li.1@text##.+综合信息：\\s*([^\\/]+).*##$1",
      "bookList": "tag.form@tag.table.-2@tag.ul",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.img@src",
      "intro": "tag.li.1@text##.+\\d+:\\d+\\s*(.+).*##$1",
      "lastChapter": "tag.li.1@text##.+\\/(\\d+\\/\\d+\\/\\d+).*##$1",
      "name": "tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.catalog-list@tag.ul@tag.li@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://s.sfacg.com/?Key={{key}}&S=1&SS=0",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.biquluo.com/",
    "bookUrlPattern": "http://www.biquluo.com/\\d+/\\d+/",
    "customButton": false,
    "customOrder": 154,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1721465239981,
    "loginUrl": "",
    "respondTime": 4450,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text",
      "coverUrl": "id.fmimg@img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "id.info@tag.p.2@text##最后更新：",
      "lastChapter": "id.info@tag.p.3@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 |卷1 ",
      "name": "id.info@tag.h1@text",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@html##一秒记住.*无弹窗免费阅读！|笔趣阁.*最新章节！|一秒记住【笔趣阁　】|手机用户请浏.*阅读体验。|天才一秒记住本.*无广告！|章节错误.*请耐心等待。"
    },
    "ruleExplore": {
      "author": "class.s4@tag.a@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@tag.a@href",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.biquluo.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": "",
      "kind": "class.s5@text",
      "lastChapter": "class.s3@tag.a@text",
      "name": "class.s2@tag.a@text"
    },
    "ruleSearch": {
      "author": "class.s4@text",
      "bookList": "class.novelslist2@tag.li",
      "bookUrl": "class.s2@tag.a@href",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.biquluo.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "class.s1@text&&\nclass.s7@text",
      "lastChapter": "class.s3@tag.a@text##免费章节 |正文卷 |正文 |VIP章节|卷1",
      "name": "class.s2@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text##【求收藏！】|（.*）",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.biquluo.com/search.html?name={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "🎃笔趣阁🎃#56",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.bswtan.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 155,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/82.0.4080.0 Safari/537.36 Edg/82.0.453.0\"\n}",
    "lastUpdateTime": 1721152859837,
    "loginUrl": "",
    "respondTime": 4333,
    "ruleBookInfo": {
      "author": "author",
      "coverUrl": "cover",
      "init": "<js> \nvar J = org.jsoup.Jsoup.parse(result);\nvar o = selector => String(J.select(selector).text()) ;\nvar og = selector => String(J.select('[property=\"og:' + selector + '\"]').attr('content'));\nvar book = {\n\tname: og('novel:book_name').replace(/(全文|小说|免费阅读|最新章节).*|[(（].*[）)]/g, ''),\n\tauthor: og('novel:author'),\n\tkind: og('novel:category') + ',' + og('novel:status').replace(/中|已/, ''),\n\tlatest: og('novel:latest_chapter_name').replace(/^(正文|VIP章节|章节目录|最新章节)?(\\s+|_)|[\\(（【].*[求更谢乐发推].*/g, '') + ' • ' + og('novel:update_time').replace(/(T|\\s).*/, ' ').replace(/\\//g, '-'),\n\tintro: '　　🔸最近更新：' + og('novel:update_time').replace(/(T|\\s).*/, ' ').replace(/\\//g, '-') + '\\n' + og('description').replace(/.*(观看小说|简介)[:：]|分享书籍.*|各位书友.*/g, '').replace(/\\s+/g, '\\n'),\n\tcover: og('image'),\nurl:og('novel:read_url'),\n};\nbook;\n</js>",
      "intro": "intro",
      "kind": "kind",
      "lastChapter": "latest",
      "name": "name",
      "tocUrl": "url",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.nr@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "author",
      "bookList": "class.fk@li!0\n<js>\nresult.toArray().slice(0, 10).map(el => {\n\tvar url = String(el.select('a:eq(0)').attr('href')).replace(/^\\//, baseUrl.match(/(.+?\\/\\/[^\\/]+\\/)/)[1]);\n\tvar J = org.jsoup.Jsoup.parse(java.ajax(url));\n\tvar o = selector => String(J.select(selector).text());\n\tvar og = selector => String(J.select('[property=\"og:' + selector + '\"]').attr('content'));\n\treturn {\n\t\tname: og('novel:book_name').replace(/(全文|小说|免费阅读|最新章节).*|[(（].*[）)]/g, ''),\n\t\tauthor: og('novel:author'),\n\t\tkind: og('novel:category') + ',' + og('novel:status').replace(/中|已/, ''),\n\t\tlatest: og('novel:latest_chapter_name').replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(（【].*[求更谢乐发推].*/g, '') + ' • ' + og('novel:update_time').replace(/(T|\\s).*/, ' ').replace(/\\//g, '-'),\n\t\tintro: og('description').replace(/.*(观看小说|简介)[:：]|各位书友.*/g, '').replace(/\\s+/g, ''),\n\t\tcover: og('image'),\n\t\turl: url,\n\t};\n}); \n</js>",
      "bookUrl": "url",
      "coverUrl": "cover",
      "intro": "intro",
      "kind": "kind",
      "lastChapter": "latest",
      "name": "name",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.chapter.1@li a",
      "chapterName": "text##[【（](求(评|订阅|[全首][订定]|收藏|月票)|(推荐票|\\d+字)加更|第?[一二三四五六七八九十]{1,3}更).*?[）】]",
      "chapterUrl": "href",
      "updateTime": ""
    },
    "searchUrl": "https://m.bswtan.com/search.php?s=4532499176958073452&submit=&type=articlename&searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.biquge55.net/#♤pb",
    "bookUrlPattern": "https://www.biquge55.net/book/info\\d+/",
    "customButton": false,
    "customOrder": 156,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734982686268,
    "loginUrl": "",
    "respondTime": 620,
    "ruleBookInfo": {
      "author": "class.fix@tag.p.0@text##作者：",
      "coverUrl": "class.imgbox@tag.img@src",
      "intro": "class.m-desc@text",
      "kind": "class.fix@tag.p.4@text&&\nclass.fix@tag.p.1@text&&\nclass.fix@tag.p.2@text##类 别：|状 态：|最后更新：",
      "lastChapter": "class.section-box.0@tag.li.0@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.top@tag.h1@text",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "id.content@html##章节错误.*并刷新页面。|最快更新.*最新章节！",
      "nextContentUrl": "text.下一页.1@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.s4@text",
      "bookList": "class.txt-list@tag.li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "",
      "kind": "class.s1@text&&\nclass.s5@text##\\[|\\]",
      "lastChapter": "class.s3@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.s2@a@text"
    },
    "ruleToc": {
      "chapterList": "class.section-box.1@li",
      "chapterName": "tag.a.0@text",
      "chapterUrl": "tag.a.0@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "https://www.biquge55.net/search/,{\r\n  \"method\": \"POST\",\r\n  \"body\": \"searchkey={{key}}&Submit=%E6%90%9C%E7%B4%A2\"\r\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "轻之文库",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.linovel.net#",
    "customButton": false,
    "customOrder": 157,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1735032792338,
    "respondTime": 6952,
    "ruleBookInfo": {
      "intro": "class.about-text@html##(^|[。！？]++”?+)##$1<br>"
    },
    "ruleContent": {
      "content": "class.l@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.book-extra@text##丨.*",
      "bookList": "class.rank-book-list@tag.a||class.thumbnail",
      "bookUrl": "tag.a@href||href",
      "coverUrl": "tag.img@src||class.cover@src",
      "intro": "class.book-intro@textNodes",
      "kind": "class.book-tags@text",
      "lastChapter": "class.book-extra@text##.*丨",
      "name": "class.book-name@text||class.title@text"
    },
    "ruleToc": {
      "chapterList": "class.chapter",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.linovel.net:443/search?kw={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "请登录后使用【有晋江书源的，你需要从晋江书源的登录头复制token】\n其他使用请查看【源变量说明】",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "📜晋江评论【APP端】",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.jjwxc.net#app",
    "bookUrlPattern": ".*?novel[iI]d=\\d+.*?&page=1",
    "customButton": false,
    "customOrder": 158,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "@js:\nJSON.stringify({\n\t\"User-Agent\":java.getWebViewUA(),\n\t\"versiontype\":\"reading\"\n\t})",
    "jsLib": "function checkToken(t){\n\tconst {java,source} = this;\n\tt = String(t).trim();\n\tif(/^\\d+_[a-zA-Z\\d]{32}$/.test(t)){\n\t\tsource.putLoginHeader(t);\n\t\tjava.longToast(\"✅登录成功\");\n\t\t}else{\n\t\t\tjava.toast(\"❌token输入有误，形如 230484_ahshxbh3oAjjdjxbjsnxxxxxx\");\n\t\t\t\n\t\t\t}\n\t}\n\nfunction getToken(){\n\tconst { source} = this;\n    let infomap = String(source.getLoginHeader());\n    infomap = (infomap!=\"null\"&&infomap!=\"\"&&infomap!=null)?infomap:\"\";\n    return infomap\n\t}\n\nfunction getImage(replyTotal,novelId,chapterId,commentId){\n\tlet {cache} = this;\n\tlet d = String(Date.now()).replace(/^\\d{6}/,'');\n  return `<img src=\"data:image/svg+xml;base64,,{\\\"type\\\":\\\"jjreply\\\",\\\"js\\\":\\\"getSvg(${replyTotal},${novelId},${chapterId}, ${commentId},${d})\\\"}\">`;\n}\n\nfunction getSvg(replyTotal,novelId,chapterId,commentId,date) {\n   let {java,cache,result} = this;\n   let memoryKey = \"jjreply\"+novelId+chapterId+commentId;\n   let Memory = String(cache.getFromMemory(memoryKey)); \n  let re = \"1\"+date;\n  let f = Memory.includes(re);\n  \n    if (f) { \n    \tlet replyList = [];\n    \tlet replyUrl = \"https://android.jjwxc.net/comment/getReplyList\";   \n    let offset = 5;\n    let limit = replyTotal;\n    while(offset < replyTotal) {\n        let replyBody = `versionCode=444&novelId=${novelId}&chapterId=${chapterId}&commentId=${commentId}&offset=${offset}&limit=${limit}&isBackend=2&token=${this.getToken()}`;\n        let replyPost = {\n            \"method\": \"POST\",\n            \"body\": replyBody\n        }\n        let replyAjax = java.ajax(replyUrl+\",\"+JSON.stringify(replyPost));\n        \n        replyList =replyList.concat(JSON.parse(replyAjax).data);     \n        \n        offset += limit;     \n        if(offset >= replyTotal) {\n            break;\n        }\n    }\n    let html = `<meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0\"><div class='reply-container'>`;\n\nfor (let i = 0; i < replyList.length; i++) {\n    let reply = replyList[i];\n    let authorTag = (reply?.isAuthor === \"1\" ? \"👑\" : \"📜\") +'<span class=\"floor\">'+ (reply.floor || \"\") + \"楼 </span>\";\n    \n    let date = (!reply.comment_date_time ? undefined : java.timeFormat(reply.comment_date_time * 1000)) ?? \n               (reply.replyDate || reply.commentdate);\n   \n    let author = reply.replyAuthor ?? reply.commentauthor;\n    \n  \n    let content = replaceEmoticons(reply.replyBody ?? reply.commentbody).replace(/&lt;/g,'<').replace(/&gt;/g,'>');\n    \n    html += `\n        <div class='reply-item'>\n            <div class='reply-header'>\n                <span class='author-tag'>${authorTag}</span>\n                <span class='author-name'>${author}</span>\n                <span class='reply-date'>(${date})</span>\n            </div>\n            <div class='reply-content'>${content}</div>\n        </div>\n    `;\n}\n\nhtml += \"</div>\";\n\nhtml += `\n<style>\n.reply-container {\n    font-family: Arial, sans-serif;\n    margin: 10px;\n    padding: 10px;\n    border: 1px solid #eee;\n    border-radius: 5px;\n}\n\n.reply-item {\n    margin-bottom: 15px;\n    padding-bottom: 15px;\n    border-bottom: 1px solid #f0f0f0;\n}\n.floor{\n\tcolor:#48829E;\n\t}\n.reply-header {\n    font-weight: bold;\n    color:#1a73e8;\n    margin-bottom: 5px;\n    font-size:12px;\n}\n.author-tag {\n    margin-right: 5px;\n}\n.reply-date {\n    color: #666;\n    font-size: 0.9em;\n    margin-left: 5px;\n}\n.reply-content {\n    margin-top: 5px;\n    white-space: pre-wrap;\n}\n</style>\n`;\n\n    \n    \tjava.longToast(\"数据加载中……请稍候\");   \t   \njava.base64Encode(decodeURIComponent(html)).length()>65364?java.toast(\"数据太大，无法加载，请减少评论数量\"):\n    \tjava.startBrowser(\"data:text/html;base64,\"+java.base64Encode(decodeURIComponent(html)), \"更多回复\");\n}else{\n  cache.putMemory(memoryKey,\"1\"+date)\n }\n     \n    let color = [\"#B2B2B2\",\"#707070\"];\nlet svg = `\n  <svg width=\"1000\" height=\"800\" xmlns=\"http://www.w3.org/2000/svg\">\n    <path d=\"M865 20 h-600c-60 0-110 50-110 110v200l-160 80 160 80v200c0 60 50 110 110 110h600c60 0 110-50 110-110V130c0-60-50-110-110-110z\" \n          fill=\"none\" \n          stroke=\"${color[0]}\" \n          stroke-width=\"55\"/>\n\n\n\n    <text x=\"570\" y=\"550\" font-family=\"Roboto Condensed\" text-anchor=\"middle\" dominant-baseline=\"middle\" font-size=\"420\" font-weight=\"bold\" fill=\"${color[1]}\">\n      ${(replyTotal-5) || \"回复\"}\n    </text>\n    <text x=\"520\" y=\"700\" font-family=\"Arial\" text-anchor=\"middle\" font-size=\"40\" fill=\"#000000\">\n      刷新图片查看更多回复\n    </text>\n  </svg>\n`;\n    return \"data:image/svg+xml;base64,\" + java.base64Encode(svg);\n}\n\n\nfunction replaceEmoticons(t){const n=t=>`<img src=\"https://i9-static.jjwxc.net/tmp/emoji/${t}\"/>`, o={'化了':n('20240813133734_66baf11eca900_736.png'),'可怜':n('20240813133538_66baf0aa48da0_272.png'),'点赞':n('like.png'),'问号':n('question.png'),'亲亲':n('kiss.png'),'求求你了':n('20250513142416_6822e59075a3b_751.png'),'狗头':n('dog.png'),'星星眼':n('star.png'),'害羞':n('shy.png'),'坏笑':n('bad_smile.png'),'爱心眼':n('love_heart.png'),'让我康康':n('look.png'),'猫头':n('20240813134245_66baf2554d0c0_482.png'),'三花猫头':n('20240813134304_66baf2688507d_882.png'),'垂耳兔头':n('20240813134345_66baf29111f22_694.png'),'竖耳兔头':n('20240813134441_66baf2c986c2b_931.png'),'熊猫头':n('20240813134502_66baf2deb9a59_203.png'),'菜狗':n('20240813134018_66baf1c223617_332.png'),'奶茶':n('milk.png'),'橘糖':n('20240813132714_66baeeb282db3_126.png'),'紫糖':n('20240813132746_66baeed24ae82_531.png'),'药丸':n('20240813132902_66baef1e7590e_674.png'),'柠檬':n('20240813133018_66baef6a49f76_858.png'),'饭饭':n('20250513142708_6822e63c630d3_583.png'),'空碗':n('20250513142731_6822e653b7bac_594.png'),'比心':n('hand_heart.png'),'鼓掌':n('clap.png'),'666':n('666.png'),'摆手':n('wave.png'),'合十':n('20240813132056_66baed38130c1_545.png'),'抱拳':n('20250327163246_67e50d2e50aa5_351.png'),'托腮':n('sigh.png'),'爆哭':n('cry.png'),'笑哭':n('laugh.png'),'彩虹屁':n('rainbow.png'),'撒花':n('flower.png'),'加油':n('go.png'),'闭嘴':n('shut.png'),'白眼':n('eyes.png'),'裂开':n('break.png'),'墨镜':n('20240809171403_66b5dddb9b4a9_201.png'),'吃瓜':n('20240813133503_66baf08792cb4_971.png'),'哦哦哦':n('20250327162901_67e50c4d70e05_616.png'),'抱抱':n('20250327162653_67e50bcdc4107_345.png'),'摸头':n('20250327162816_67e50c2004946_460.png'),'哈哈大笑':n('20250327162728_67e50bf002312_926.png'),'捂脸偷看':n('20240813133808_66baf140db042_203.png'),'摊手':n('20240813133559_66baf0bfe94a8_123.png'),'无奈':n('20250327163425_67e50d916f9f7_934.png'),'捂脸笑哭':n('20250327162314_67e50af266b86_726.png'),'眼镜':n('20250513142108_6822e4d4908c7_855.png'),'好的':n('20250513142306_6822e54a95fec_363.png'),'求你了':n('20250513142345_6822e5719d933_198.png'),'小丑':n('20240813134155_66baf223161c9_172.png'),'害怕':n('fear.png'),'愤怒':n('anger.png'),'狗头叼玫瑰':n('20250513142003_6822e493665f5_485.png'),'鸽子':n('dove.png'),'发财':n('rich.png'),'好运莲莲':n('20240813132511_66baee37a0048_173.png'),'玫瑰':n('20240813132550_66baee5e5f847_433.png'),'猫爪':n('20240813132824_66baeef888f6a_514.png'),'烟花':n('20250513142645_6822e6257d8f0_243.png'),'元宝':n('20250513142558_6822e5f6c2986_398.png'),'裤子':n('20250513142753_6822e669080b5_216.png'),'耳朵':n('20240813133118_66baefa6c51c9_627.png'),'心碎':n('broken_heart.png'),'红心':n('red_heart.png'),'橙心':n('orange_heart.png'),'黄心':n('yellow_heart.png'),'绿心':n('green_heart.png'),'青心':n('cyan_heart.png'),'蓝心':n('blue_heart.png'),'紫心':n('purple_heart.png'),'粉心':n('pink_heart.png'),'加一':n('20250513142841_6822e699f2124_862.png'),'减一':n('20250513142916_6822e6bc011ee_516.png')};return t.replace(/\\[([^\\]]+)\\]/g,(t,r)=>o[r.trim()]||t)\n\t}",
    "lastUpdateTime": 1757837804910,
    "loginUi": "[\n    {\n        \"name\": \"填写token【有晋江书源的，你需要从晋江书源的登录头复制token】\",\n        \"type\": \"text\"\n    },\n       {\"name\": \"👤点击按钮登录\",\n        \"type\": \"button\",\n        \"action\": \"toLongin()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n        }\n    },{\n    \t  name:\"☕️支持源作者\",\n    \t  type: \"button\",\n       action: \"toThank()\",\n       \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n    \t}\n]",
    "loginUrl": "@js:\nfunction login(){\nlet token = (typeof result !== 'undefined')?result.get(\"填写token【有晋江书源的，你需要从晋江书源的登录头复制token】\"):source.getLoginInfoMap().get(\"填写token【有晋江书源的，你需要从晋江书源的登录头复制token】\");\ncheckToken(token);\n\t}\nfunction toLongin(){\n\tlogin();\n\t}\nfunction toThank(){\n\tjava.startBrowser(\"data:text/html;base64,PGltZyBzdHlsZT0id2lkdGg6MTAwJSIgc3JjPSJhYm91dDpibGFuayIgb25lcnJvcj0idGhpcy5zcmM9YXRvYignYUhSMGNITTZMeTluYVhSbFpTNWpiMjB2WjNWaGJtVnlNREF4TVRJMUwySnZiMnR6YjNWeVkyVXZjbUYzTDIxaGMzUmxjaThsUlRVbE9VSWxRa1VsUlRjbE9Ea2xPRGN2WjNWaGJtVnlMbmRsWW5BPScpIj4KCg==\",\"感谢你的支持\");\t\n\t}",
    "respondTime": 1356,
    "ruleBookInfo": {
      "author": "$.authorName",
      "canReName": "1",
      "coverUrl": "{{$.originalCover||$.novelCover}}\n<js>\nif(/(?:postimg|bmp|alicdn)\\./.test(result)){\n\tjava.setContent(src);\n\tresult = \"https://i9-static.jjwxc.net/novelimage.php?novelid={{$.novelId}}\"\n\t}else{\n\t\tresult = result\n\t\t}\n\t\theader = {\n\t\t\"headers\":{\n\t\t\t\"referer\":result.match(/(^https?:\\/\\/.*?\\/)/)[1]\n\t\t\t}\n\t\t}\nresult = (result +\",\"+ JSON.stringify(header)).replace(/wx\\d+/,'wx2')\n</js>",
      "init": "@js:\nif(/comment.php/.test(baseUrl)){\n\tlet nid = baseUrl.match(/novelid=(\\d+)/)[1];\n\turl = \"http://app-cdn.jjwxc.net/androidapi/novelbasicinfo?novelId=\"+nid;\n\tresult = java.ajax(url)\n\t}\nresult",
      "intro": "<js>\n//请假条\na=JSON.parse(java.ajax('http://app.jjwxc.org/androidapi/getnovelOtherInfo?novelId='+baseUrl.match(/(\\d+)/)[1]+'&type=novelbasicinfo&versionCode=163'));\n$=a.novelLeave;\nn='\\n';\nleave=$.leaveContent?'————————•————————'+n+'​'+n+$.leaveDateBack+n+'​'+'​'+'      '+$.leaveContent+n+$.leaveDate.replace(/请假时间：/,'⌚️')+n+$.leaveIntro:'';\njava.put('leave',leave);\njava.put('intro',JSON.parse(result).novelIntro.replace(/\\#/g,'◆'));\nresult\n\n</js>\n&nbsp;&nbsp;📖{{$.novelIntroShort##。$}}📖{{'\\n&lrm;'}}<br>\n◉ 标签：{{$.novelTags##,|\\s##🏷}}<br>\n◉ {{$.protagonist##,|，|；|;##、}}<br>\n◉ {{$.costar##,|，|；|;##、}}<br>\n◉ {{$.other##,|，|；|;##、}}<br>\n◉ 视角：{{$.mainview}}<br>\n◉ 评分：{{$.novelReviewScore}}<br>\n◉ 收藏：{{$.novelbefavoritedcount}}<br>\n{{String(java.get('intro')).replace(/立意:/,'◎◎ 立意：')}}<br>{{java.get('leave')}}<br>\n{{'\\n'+'​'}}\n◉ 霸王票排行：{{$.ranking}}<br>\n◉ 灌溉：{{$.nutrition_novel}}    ◉ 评论：{{$.comment_count}}<br> \n◉ 风格：{{$.novelStyle}}\n<js>\nresult=String(result);\nli=result.match(/◎ 立意.*/)?'&lrm;\\n'+result.match(/(◎ 立意.*?<br>)/)[1]:'';\nString(result).replace(/📖📖/,'').replace(/(◉ 收藏.*?<br>)/,'$1\\n'+li+'&lrm;\\n'+'————————•————————\\n').replace(/◎◎ 立意.*<br>/,'').replace(/(?:◉ 标签：|◉ 主角：|◉ 配角：|◉ 其它：|◉ 视角：|◉ 评分：)<br>/g,'')</js>",
      "kind": "{{java.getString('$.novelStep')!=\"\"?(step=java.getString('$.novelStep')=='2'?'已完结':'连载中'):\"\"}},{{$.novelClass&&$.novelTags}}##-##,",
      "lastChapter": "<js>\nif(!/comment.php/.test(baseUrl)){\nlast=JSON.parse(java.ajax('http://android.jjwxc.net/androidapi/chapterList?novelId='+baseUrl.match(/(\\d+)/)[1])).chapterlist;\n$=last[last.length-1];\nvip=$.isvip?'🔒':'';\nchapterid=$.chapterid;\nchaptername=$.chaptername;\ndate=$.chapterdate;\nresult = vip+chapterid+'.'+chaptername+'•'+date\n}\n</js>",
      "name": "@js:\nif(/comment.php/.test(baseUrl)){\n\tlet nid = baseUrl.match(/novelid=(\\d+)/)[1];\n\tlet cid = baseUrl.match(/chapterid=(\\d+)/)[1];\n\turl = \"http://app-cdn.jjwxc.net/androidapi/chapterList?novelId=\"+nid+\"&more=0&whole=1\";\n\tlet jsonData = JSON.parse(java.ajax(url)).chapterlist;\n   result = \"【书评】\"+jsonData\n  .filter(item => item.chapterid == cid && item.chaptertype !== 1)\n  .map(item => item.chaptername)+\"《{{$.novelName}}》\";\n\t}else{\n\t\tresult = \"【书评】{{$.novelName}}\"\n\t\t}",
      "tocUrl": "@js:\n/app-cdn/.test(baseUrl)?`http://app-cdn.jjwxc.net/androidapi/chapterList?novelId=${baseUrl.match(/novelId=(\\d+)/)[1]}&more=0&whole=1`:`https://android.jjwxc.net/comment/getCommentList?versionCode=439&limit=500&offset=0&commentSort=2&token=${getToken()}&novelId=${baseUrl.match(/novelid=(\\d+)/)[1]}&chapterId=${baseUrl.match(/chapterid=(\\d+)/)[1]}`;",
      "wordCount": "$.novelSizeformat||novelsizeformat##,"
    },
    "ruleContent": {
      "content": "<js>\nlet d = JSON.parse(result);\nlet limit = Number(baseUrl.match(/limit=(\\d+)/)[1]);\nlet commentTotal  =  Number(java.getString(\"$.data.commentTotal\"));\nlet page = Math.ceil(commentTotal/limit);\nlet p = (Number(baseUrl.match(/offset=(\\d+)/)[1])/limit)+1;\nfunction getPlainText(cl) {\n    let output = \"\";\n    let cllen = cl.length;\n    let sss = String(source.getVariable());\n    let re = /^([\\[\\]橘糖紫糖]|嗑到了|kswl|\\d+\\.\\d+\\.\\d+|[1234567890一二三四五六七八九十]+刷|打卡)+$|为营造更好的评论环境，/;\n    let sre = sss.match(/屏蔽【(.*?)】/)?.[1] ?? null;\n    sre = sre ? new RegExp(sre.replace(/,/g, '|'), 'g') : null;    \n    let plen = 0;\n    let validCount = 0;\n\n    for (let i in cl) {\n        let c = cl[i];\n        let reply = (c?.replyAll ?? c?.reply);\n        let rl = [];\n        if (re.test(c.commentBody ?? c.commentbody) || (sre ? sre.test(c.commentBody ?? c.commentbody) : null)) {\n            cllen--;\n            plen++;\n            continue;\n        }\n        \n        // 处理回复\n        let replyTotal = Number(c.replyTotal);\nif(replyTotal > 5 && /◎缓存回复/.test(sss)) { \t\n\tlet replyUrl = \"https://android.jjwxc.net/comment/getReplyList\";   \n    let offset = 5;\n    let limit = replyTotal; \n    let replyBody = `versionCode=444&novelId=${c.novelId}&chapterId=${c.chapterId}&commentId=${c.commentId}&offset=${offset}&limit=${limit}&isBackend=2&token=${getToken()}`;\n        let replyPost = {\n            \"method\": \"POST\",\n            \"body\": replyBody\n        }\n        let replyList = java.ajax(replyUrl+\",\"+JSON.stringify(replyPost));     \n        replyList = JSON.parse(replyList).data;\n        reply = reply.concat(replyList);                  \n    }\n\n\n        for (let j in reply) {\n            let r = reply[j];\n            if (re.test(r.replyBody ?? r.commentbody) || (sre ? sre.test(r.replyBody ?? r.commentbody) : null)) {\n                continue;\n            }\n            \n            let authorTag = (r?.isAuthor === \"1\" ? \"👑\" : \"📜\")+r.floor+\"楼 \";\n            \n            rl.push({\n                text: `${authorTag} ${r.replyAuthor ?? r.commentauthor} (${(!r.comment_date_time ? undefined : java.timeFormat(r.comment_date_time *1000)) ?? (r.replyDate || r.commentdate)})\\n ${replaceEmoticons(r.replyBody ?? r.commentbody)}`\n            });\n        }\n                               \n        // 构建主评论\n        let authorTag = \"\";\n        if (c?.isAuthor === \"1\") {\n            authorTag = \"👑\";\n        } else if (c?.bulletinComment === \"1\") {\n            authorTag = \"📢\";\n        } else {\n            authorTag = \"👤\";\n        }\n\n        // 主评论头部信息（作者、时间、订阅、互动数据）\n             \n        let header = `${authorTag} ${c.commentAuthor ?? c.commentauthor} `;\n        let time = ` 📆${(!c.comment_date_time ? undefined : java.timeFormat(c.comment_date_time * 1000)) ?? (c.commentDate || c.commentdate || '')}`\n        // 订阅信息     \n        if (c.subscriptionicon) {\n            if (c.subscriptionrate) {\n                header += ` 📖${c.subscriptionrate}`;\n            } else if (c.subscriptionicon.includes(\"rate_novelallbuy\")) {\n                header += ` 📖100%`;\n            }\n        }\n\n        // 互动数据\n        header += ` \\n👍${c.agreenum ?? \"0\"}`;\n        if (c.commentMark) header += ` ⭐️${c.commentMark}`;\n        \n        output += \"\\n\"+header + time+ \"\\n\";\n        output += `${replaceEmoticons(c.commentBody ?? c.commentbody)}`;\n\n\n\n\n        // 回复内容\n        if (rl.length > 0) {\n            output += \"\\n&lrm;\\n🔁 回复内容:\\n\";\n            rl.forEach(reply => {\n                output += `  ${reply.text}\\n`;\n            });\n        }\n        if(replyTotal > 5 && !/◎缓存回复/.test(sss)){\n        output= output.replace(/\\n$/,'')+getImage(replyTotal,c.novelId,c.chapterId,c.commentId)\n        }\n\t\n        output += \"\\n&lrm;\\n\";\n        validCount++;\n    }\n\n    // 添加统计信息\n    let stats = `🏷本章共有${commentTotal}条评论 | 共有${page}页\\n💬当前第${p}页显示 ${validCount} 条评论 | 屏蔽 ${plen} 条评论`;\n      \n    return stats + \"\\n\\n\" + output;\n}\nlet msg = d?.data.commentTotal?null:d.message;\nif(msg){\n\tjava.toast(msg);\n}else{\nresult = getPlainText(d.data.commentList);\nif(/\\d+-\\d+/.test(book.getVariable(\"custom\"))){\n     if(/offset=0/.test(baseUrl)&&!/1-\\d+/.test(book.getVariable(\"custom\"))){\n     \tresult = \"\"\n     \t}\n}\nresult.replace(/&lt;/g,'<')\n.replace(/&gt;/g,'>')\n}\n</js>",
      "imageStyle": "TEXT",
      "nextContentUrl": "<js>\nfunction getPage(allpage,limit){\t\nlist=[];\nlen=allpage>5?5:allpage;\nstart=1;end=len;\nif(book.getVariable(\"custom\")!=\"\"){\nstart=Number(book.getVariable(\"custom\").match(/(\\d+)-\\d+/)[1]);\nend=Number(book.getVariable(\"custom\").match(/\\d+-(\\d+)/)[1]);\nif(end>allpage)end=allpage;\n}\nlet bs = start;\nif(start===1)start=2;\njava.toast(\"共加载\"+(end-bs+1)+\"页，加载较慢...请稍候\")\nfor(i=start;i<=end;i++){\n\tlet offset = (i-1)*limit;\nlist.push(\n\tbaseUrl.replace(/offset=0/,'offset='+offset)\n\t);\n}\nreturn list\n\t}\n\nif(!/comment.php/.test(book.bookUrl)){\n\tlet msg = JSON.parse(result)?.data.commentTotal??false;\n\tif(msg){\nlet limit = Number(baseUrl.match(/limit=(\\d+)/)[1]);\nlet commentTotal  =  Number(java.getString(\"$.data.commentTotal\"));\nlet allpage = Math.ceil(commentTotal/limit);\ngetPage(allpage,limit)\n}\n}\n</js>"
    },
    "ruleSearch": {
      "author": "@JSon:$.authorname",
      "bookList": "$.items",
      "bookUrl": "http://app-cdn.jjwxc.net/androidapi/novelbasicinfo?novelId={{$.novelid||$.novelId}}&page=1",
      "checkKeyWord": "狗血文，但无",
      "coverUrl": "{{$.cover}}\n<js>\nif(/(?:postimg|bmp|alicdn)\\./.test(result)){\n\tjava.setContent(src);\n\tresult = \"https://i9-static.jjwxc.net/novelimage.php?novelid={{$.novelId}}\"\n\t}else{\n\t\tresult = result\n\t\t}\n\t\theader = {\n\t\t\"headers\":{\n\t\t\t\"referer\":result.match(/(^https?:\\/\\/.*?\\/)/)[1]\n\t\t\t}\n\t\t}\nresult = (result +\",\"+ JSON.stringify(header)).replace(/wx\\d+/,'wx2')\n</js>",
      "intro": "$.novelintroshort",
      "kind": "@JSon:$.tags&&$.novelSizeformat##\\s##,",
      "name": "【书评】{{$.novelname}}@put:{\"id\":\"$.novelid||$.novelId\"}",
      "wordCount": "$.novelstep\n@js:result==2?'已完结':'连载中';"
    },
    "ruleToc": {
      "chapterList": "$.chapterlist\n<js>\nif(result == \"[]\"){\n\t let msg = JSON.parse(src).message;\n\t msg?java.toast(msg):null;\n\t let limit = Number(baseUrl.match(/limit=(\\d+)/)[1]);\n  let commentTotal  = Number(java.getString(\"$.data.commentTotal\"));\n  let allpage = Math.ceil(commentTotal/limit);\n  let list = [];\n\t for(let i=0;i<allpage;i++){\n  \t \tlet offset = i*limit;\n\t \t  list.push({\n\t \t  \t  \"chaptername\": \"第\"+(i+1)+\"页\",\n\t \t  \t  \"chapterurl\": \tbaseUrl.replace(/offset=0/,'offset='+offset)\t \t  \t\n\t \t  \t})\n\t \t}\n\t \tresult = JSON.stringify(list)\n\t}\nresult\n</js>\n$.[*]",
      "chapterName": "{{$.chapterid}}丨{{$.chaptername}}##(?<!\\d)丨",
      "chapterUrl": "@js:\nif(/chapterList/.test(baseUrl)){\nlet sss = String(source.getVariable());\nlet limit = sss.match(/◎(\\d+)/)?.[1] ?? 500;\nlet nid = java.getString(\"$.novelid\");\nlet cid = java.getString(\"$.chapterid\");\nlet 点赞url = \n`https://android.jjwxc.net/comment/getCommentList?versionCode=439&limit=${limit}&offset=0&commentSort=2&token=${getToken()}&novelId=${nid}&chapterId=${cid}`;\n\nlet 回复url = `https://android.jjwxc.net/comment/getCommentList?versionCode=439&limit=${limit}&offset=0&commentSort=0&token=${getToken()}&novelId=${nid}&chapterId=${cid}`;\n\nlet 长评url = `https://android.jjwxc.net/comment/getLongCommentList`;\n    let 长评option = {\n\t    \"method\":\"POST\", \t\"body\":`versionCode=439&limit=${limit}&offset=0&token=&novelId=${nid}&chapterId=${cid}`\n\t}\n长评url = 长评url+\",\"+JSON.stringify(长评option);\n\nif(/◎回复/.test(sss)){\n\tresult = 回复url\n\t}else if(/◎长评/.test(sss)){\n\t\tresult = 长评url\n}else{\n\tresult = 点赞url\n\t}\n}else{\n\tresult = java.getString(\"$.chapterurl\")\n\t}",
      "updateTime": "{{$.chaptersize}}字•{{$.chapterdate}}•{{$.chapterintro##^\\s*}}##^•|0000-00-00.*|^0字•|字••"
    },
    "searchUrl": "http://android.jjwxc.net/androidapi/search?keyword={{key}}&type=1&page={{page}}&searchType=1&sortMode=DESC",
    "variableComment": "1、设置书籍变量处可填写（只会应用于当前书籍）\n\n  开始页-结束页  ——   如10-20 \n则评论从第10页开始，第20页结束\n默认最多从第1页至第10页结束\n\n2、设置源变量处可填写（应用于所有书）\n\n屏蔽【屏蔽词,屏蔽词,屏蔽词】 ——  如 屏蔽【磕到了,营养液】只要有屏蔽词就不显示此评论。\n注意用英文逗号【,】分隔屏蔽词，【】符号不能少。\n\n ◎数量  ——  如 ◎1000 则每页显示1000条评论，默认为500，注意数字太大可能会失败。\n \n◎回复 —— 评论按照回复时间排序，默认为点赞数排序\n\n◎长评 —— 只显示长评\n \n ◎缓存回复 —— 更多回复加载到正文（填写后刷新正文，❗️注意：当前页有很多评论有更多回复，会导致正文加载速度非常慢！有500条更多回复就要请求500次！），不填写则是刷新图片可以查看更多回复，正文加载速度较快。\n \n 注意◎符号不能少。\n \n（更改完书籍变量或源变量一定要先刷新详情页，再刷新正文）\n",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "英语阅读（英）",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.enread.com#",
    "customButton": false,
    "customOrder": 159,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "英语新闻::http://m.enread.com/index.php?catid=9&mid=1&page={{page}}\n英语美文::http://m.enread.com/index.php?catid=7&mid=2&page={{page}}\n英语故事::http://m.enread.com/index.php?catid=4&mid=1&page={{page}}\n英语笑话::http://m.enread.com/index.php?catid=3&mid=1&page={{page}}\n英语娱乐::http://m.enread.com/index.php?catid=10&mid=1&page={{page}}\n英语诗歌::http://m.enread.com/index.php?catid=6&mid=1&page={{page}}\n英语演讲::http://m.enread.com/index.php?catid=11&mid=2&page={{page}}\n英语考试::http://m.enread.com/index.php?catid=2&mid=1&page={{page}}\n英语小说::http://m.enread.com/index.php?catid=5&mid=2&page={{page}}\n英语技巧::http://m.enread.com/index.php?catid=1&mid=1&page={{page}}",
    "lastUpdateTime": 1759754317973,
    "respondTime": 5984,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "class.arc_content@html&&id.wz_jx@tbody@html##<!--share-->[\\s\\S]+?<!--share-->##↓↓↓单词↓↓↓"
    },
    "ruleExplore": {
      "bookList": "class.h3title@tag.a.0||class.item_li@a",
      "bookUrl": "href",
      "name": "text"
    },
    "ruleSearch": {
      "bookList": "class.item_li",
      "bookUrl": "a@href",
      "name": "text##分类：.*"
    },
    "ruleToc": {
      "chapterList": "class.item_li||class.h1title",
      "chapterName": "text",
      "chapterUrl": "a@href@js:if(result!=null){result=\"http://m.tingroom.com/\"+result}else{result=baseUrl}",
      "nextTocUrl": "@js:\nif(result.match(/跳至/)){\npage=result.match(/1\\/(\\d+)/)[1];\nlist=[];\nif(page>50){\npage=50\n}\nfor(i=2;i<=page;i++){\nlist.push(baseUrl+\"&page=\"+i)\n}\nlist}"
    },
    "searchUrl": "http://m.enread.com/index.php?keyword={{key}}&mid=4&page={{page}},{\n  \"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "//柚屿1.4制作",
    "bookSourceGroup": "免费",
    "bookSourceName": "轻之文库（优+）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.wenkuchina.com/##柚屿",
    "bookUrlPattern": "https://m.wenkuchina.com/lightnovel/\\d+/",
    "customButton": false,
    "customOrder": 160,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{'title':'全部榜单','url':'','style':{layout_flexGrow:1,layout_flexBasisPercent:1}},\n{'title':'点击总榜','url':'/wenku/allvisit_0_0_0_0_0_0_0_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'点击月榜','url':'/wenku/monthvisit_0_0_0_0_0_0_0_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'点击周榜','url':'/wenku/weekvisit_0_0_0_0_0_0_0_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'推荐总榜','url':'/wenku/allvote_0_0_0_0_0_0_0_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'推荐月榜','url':'/wenku/monthvote_0_0_0_0_0_0_0_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'推荐周榜','url':'/wenku/weekvote_0_0_0_0_0_0_0_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'完结总点','url':'/wenku/allvisit_0_0_0_0_0_0_5_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'完结月点','url':'/wenku/monthvisit_0_0_0_0_0_0_5_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'完结周点','url':'/wenku/weekvisit_0_0_0_0_0_0_5_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'完结总推','url':'/wenku/allvote_0_0_0_0_0_0_5_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'完结月推','url':'/wenku/monthvote_0_0_0_0_0_0_5_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'完结周推','url':'/wenku/weekvote_0_0_0_0_0_0_5_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'收藏榜单','url':'/wenku/goodnum_0_0_0_0_0_0_0_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'字数榜单','url':'/wenku/words_0_0_0_0_0_0_0_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'新书榜单','url':'/wenku/postdate_0_0_0_0_0_0_0_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'更新榜单','url':'/wenku/lastupdate_0_0_0_0_0_0_0_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'编辑推荐','url':'/wenku/toptime_0_0_0_0_0_0_0_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'','url':'','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'全部文库（更新时间）','url':'https://www.linovelib.com/wenku/lastupdate_0_0_0_0_0_0_0_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:1}},\n{'title':'电击文库','url':'/wenku/lastupdate_0_1_0_0_0_0_0_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'富士见文库','url':'/wenku/lastupdate_0_2_0_0_0_0_0_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'角川文库','url':'/wenku/lastupdate_0_3_0_0_0_0_0_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'MF文库J','url':'/wenku/lastupdate_0_4_0_0_0_0_0_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'Fami通文库','url':'/wenku/lastupdate_0_5_0_0_0_0_0_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'GA文库','url':'/wenku/lastupdate_0_6_0_0_0_0_0_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'HJ文库','url':'/wenku/lastupdate_0_7_0_0_0_0_0_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'一迅社','url':'/wenku/lastupdate_0_8_0_0_0_0_0_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'集英社','url':'/wenku/lastupdate_0_9_0_0_0_0_0_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'小学馆','url':'/wenku/lastupdate_0_10_0_0_0_0_0_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'讲谈社','url':'/wenku/lastupdate_0_11_0_0_0_0_0_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'少女文库','url':'/wenku/lastupdate_0_12_0_0_0_0_0_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'其他文库','url':'/wenku/lastupdate_0_13_0_0_0_0_0_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'华文轻小说','url':'/wenku/lastupdate_0_14_0_0_0_0_0_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'Web轻小说','url':'/wenku/lastupdate_0_15_0_0_0_0_0_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'轻改漫画','url':'/wenku/lastupdate_0_16_0_0_0_0_0_{{page}}_0.html','style':{layout_flexGrow:1,layout_flexBasisPercent:1}}]",
    "header": "{\n\t\"User-Agent\":\"Mozilla/5.0 (Linux; Android 10.0; u) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36\",\n\t\"Referer\":\"https://m.wenkuchina.com\"\n}",
    "lastUpdateTime": 1735062637833,
    "loginUrl": "",
    "respondTime": 7501,
    "ruleBookInfo": {
      "author": "class.book-rand-a@text",
      "coverUrl": "[property=\"og:image\"]@content",
      "downloadUrls": ".btn-normal@href",
      "init": "",
      "intro": "[property=\"og:description\"]@content",
      "kind": "class.tag-small-group@text",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "h2@text",
      "tocUrl": "#btnReadBook@href",
      "wordCount": "p.1@text"
    },
    "ruleContent": {
      "content": "<js>\n!(/google.cn/).test(baseUrl)? content =  java.getString(\"id.acontent@html\"): content = decodeURIComponent(baseUrl.replace(/^.*?text=/, ''))\n</js>",
      "imageStyle": "FULL",
      "nextContentUrl": "",
      "replaceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": ".book-author@text",
      "bookList": ".book-li",
      "bookUrl": "a@href",
      "coverUrl": "img@data-original",
      "intro": ".book-desc@text",
      "kind": ".tag-small.0@text",
      "name": ".book-title@text",
      "wordCount": ".tag-small.1@text&&.tag-small.2@text"
    },
    "ruleSearch": {
      "author": ".book-author@text",
      "bookList": "tag.book||.book-ol .book-li",
      "bookUrl": "a@href",
      "checkKeyWord": "朋友",
      "coverUrl": "img@data-src",
      "intro": ".book-desc@text",
      "kind": ".tag-small-group@text",
      "name": ".book-title@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "#volumes li\n\n@js:\n\nlist=[]\nlis=result\nfor(i in lis){\nif(String(lis[i]).match(/bar/)){\n\t\t  list.push({\n\t\t\t\ttext: \" 🏷️[\"+lis[i].text()+\"] \",\n\t\t\t\tvo: true\n\t\t\t});\n\t}\nelse{\n\t\tlis[i].select(\"a\").forEach(a=>{\n\t\t\t\tlist.push({\n\t\t\t\t\t\ttext: a.text(),\n\t\t\t\t\t\thref: a.attr(\"href\")\n\t\t\t\t\t})\n\t\t\t})\n\t}\n}\nlist",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVolume": "vo",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "<js>\npage==1?\n'/search.html?searchkey={{key}}&searchtype=all'\n:\n\n'/search/{{key}}/{{page}}.html'\n</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "//2025.7.17 by夜明空\n//源社区：https://taoba.cf\n//添加网址仅支持电脑站（www开头）",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁2345-夜明空",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.biquge2345.com",
    "bookUrlPattern": "https://www.biquge.*/xiaoshuo/\\d+.*",
    "customButton": false,
    "customOrder": 161,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"最近更新\",\"url\":\"/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻魔法\",\"url\":\"/sort/1_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠修真\",\"url\":\"/sort/2_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市言情\",\"url\":\"/sort/3_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游动漫\",\"url\":\"/sort/4_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻小说\",\"url\":\"/sort/5_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖灵异\",\"url\":\"/sort/6_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"/sort/7_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他小说\",\"url\":\"/sort/8_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"全本小说\",\"url\":\"/sort/9_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"}",
    "lastUpdateTime": 1752746251880,
    "respondTime": 4890,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "&nbsp;\n📕 书名：{{@@[property=\"og:novel:book_name\"]@content}}\n👤 作者：{{@@[property=\"og:novel:author\"]@content}}\n🕰 最新：{{@@.fen_3@li.0@text}}\n⏳ 状态：{{@@.hang_1@a.1@text##状态：}}\n🔖 类型：{{@@.hang_1@a.0@text##类型：}}\n🎯 点击：{{@@.hang_2_a2.0@text}}\n❤️ 收藏：{{@@.hang_2_a2.1@text}}\n💡 推荐：{{@@.hang_2_a2.2@text}}\n📝 简介：{{@@.hang_3@a@text}}",
      "kind": "{{@@.hang_1@a.1@text##状态：}},{{@@.hang_1@a.0@text##类型：}}",
      "lastChapter": ".fen_3@li.0@text",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": "#txt@textNodes",
      "replaceRegex": "##第.*章.*|[（(]本章未完.*[）)]"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".zuo@text",
      "bookList": "<js>\nif(src.match(/搜索间隔/)){\n\tjava.toast(\"\\n🚫 网站有限制，请勿频繁搜索\")}else{\n\t\tjava.getElement(\".lastupdate@ul@li\")\n\t\t}\n</js>\n<js>\nif (result.length===0){\n\tjava.toast('\\n🔍 该搜索词没有结果');\n\tresult;\n\t}\nresult\t\n</js>",
      "bookUrl": ".name@a@href",
      "checkKeyWord": "鸣龙",
      "kind": ".time@text&&.lei@text##\\[|\\]",
      "lastChapter": ".jie@text",
      "name": ".name@text"
    },
    "ruleToc": {
      "chapterList": ".fen_4@li@a\n<js>\nif (result.length===0){\n\tjava.toast('\\n🔍 该书籍没有目录');\n\tresult;\n\t}\nresult\t\n</js>",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{cookie.removeCookie(source.key)}}/s.php,{\n  \"body\": \"s={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "//2025.7.22 ◎夜泽川◎",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "完本小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.finalbooks.work",
    "bookUrlPattern": "https?:\\/\\/www\\.finalbooks\\.work\\/book\\/\\d+\\/?",
    "customButton": false,
    "customOrder": 162,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar result = [];\nvar push = (title, url, size) => result.push({\n    title: title,\n    url: url,\n    style: {\n        layout_flexGrow: 1,\n        layout_flexBasisPercent: size\n    }\n});\n\nvar tags = org.jsoup.Jsoup.parse(java.ajax(source.key + \"/category/\"))\n    .select('.CGsectionTwo-left a')\n    .toArray()\n    .map(tag => {\n        let text = [String(tag.text()).trim(), String(tag.attr('href')).match(/(\\d+)/)[1]];\n        return String(tag.text()).trim() ? text :  null;\n    })\n    .filter(item => item !== null);\n\n[\n    [\"༺ˇ»`ʚ  分类  ɞ´«ˇ༻\", \"/category/\"],\n    [\"༺ˇ»`ʚ  排行榜  ɞ´«ˇ༻\", null],\n    [\"༺ˇ»`ʚ  总榜  ɞ´«ˇ༻\", \"/rank/all/\"],\n    [\"༺ˇ»`ʚ  周榜  ɞ´«ˇ༻\", \"/rank/\"],\n    [\"༺ˇ»`ʚ  月榜  ɞ´«ˇ༻\", \"/rank/month/\"],\n    [\"༺ˇ»`ʚ  全本  ɞ´«ˇ༻\", \"/category/finish/\"]\n].forEach(item => {\n    push(item[0], null, 1);\n    if (item[1]) {\n        tags.forEach((tag, index) => {\n            let url = item[1] + tag[1] + \"/{{page}}.html\";\n            push(tag[0], url, (index ? 0.2 : 1));\n        });\n    }\n});\nJSON.stringify(result);",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "jsLib": "function decrypt(encryptedTxt, keySeed) {\n    const { java } = this;\n    let result;\n    try {\n        const fullKey = java.md5Encode(keySeed);\n        const ivBytes = java.strToBytes(fullKey.substring(0, 16));\n        const keyBytes = java.strToBytes(fullKey.substring(16));\n\n        const Cipher = java.createSymmetricCrypto(\n            \"AES/CBC/Pkcs7Padding\",\n            keyBytes,\n            ivBytes\n        );\n\n        result = Cipher.decryptStr(java.base64DecodeToByteArray(encryptedTxt));\n    } catch (e) {\n        java.log(e.message);\n        result = \"解密失败\";\n    }\n    return result;\n}",
    "lastUpdateTime": 1753164782957,
    "respondTime": 6330,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{i}",
      "init": "@put:{\"n\":\"[property$=book_name]@content\",\n\"a\":\"[property$=author]@content\",\n\"t\":\"[property~=category|status]@content\",\n\"l\":\"[property$=lastest_chapter_name]@content\",\n\"i\":\"[property$=image]@content\",\n\"o\":\"[property$=description]@content\",\n\"g\":\"[property$=update_time]@content\",\n\"m\":\".BGsectionOne-bottom@li.1@a@href\"\n}",
      "intro": "@get:{o}",
      "kind": "@get:{t}",
      "lastChapter": "@get:{l}◎@get:{g}",
      "name": "@get:{n}",
      "tocUrl": "@get:{m}"
    },
    "ruleContent": {
      "content": "@js:\nlet data = src.match(/d\\(\"([^\\)]+)/)[1].replace(/\"|\\s/g, \"\").trim().split(\",\");\ndecrypt(data[0], data[1]);"
    },
    "ruleExplore": {
      "author": "a[href^=\"/writer/\"]@text",
      "bookList": "[class$=\"unit\"]",
      "bookUrl": "a[href^=\"/book/\"]@href",
      "kind": "p.-1@text",
      "name": "a[href^=\"/book/\"][0]@text"
    },
    "ruleSearch": {
      "author": "a[href^=\"/writer/\"]@text",
      "bookList": ".SHsectionThree-middle > p",
      "bookUrl": "a[href^=\"/book/\"]@href",
      "kind": "a[href^=\"/category/\"]@text",
      "name": "a[href^=\"/book/\"]@text"
    },
    "ruleToc": {
      "chapterList": "ol > li\n<js>\nlet Regex_ = /(data-[a-zA-Z0-9]+)/g;\nlet label = result.select('li')[0].outerHtml().match(Regex_)[1];\nresult.sort((a, b) => +a.attr(label) - +b.attr(label));\nchapterList = result.select('a').toArray().map(e => {\n    let labeln = e.outerHtml().match(Regex_);\n    return {\n        title: String(e.attr(labeln[0])).trim() || e.text(),\n        url: java.base64Decode(String(e.attr(labeln[1])))\n    }\n});\nJSON.stringify(chapterList);\n</js>\n$[*]",
      "chapterName": "$.title",
      "chapterUrl": "$.url",
      "nextTocUrl": "@js:\nvar pages = [];\nvar endPage = String(java.getString('#end@href'));\nvar num = +endPage.match(/(\\d+)/g)[1];\nfor (let i = 2; i <= num; i++) {\n      pages.push(String(book.tocUrl).replace(/$/, i + \".html\"));\n}\npages;"
    },
    "searchUrl": "/search/{{key}}/{{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "下载",
    "bookSourceGroup": "免费",
    "bookSourceName": "鸠摩搜书（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.jiumodiary.com#关耳",
    "customButton": false,
    "customOrder": 163,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1759429885060,
    "respondTime": 1378,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "@js:\n'点击章节链接跳转浏览器下载'+baseUrl"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "<js>\nlist=JSON.parse(result).sources\nJson=[]\nfor(i in list){\nlist1=JSON.parse(result).sources[i].details.data;\nfor(j in list1){\nif(list1[j].title.indexOf(java.get('key'))>-1){\nJson.push(list1[j])\n}\n}\n}\nresult=JSON.stringify(Json)\n</js>\n$.[*]",
      "bookUrl": "$.link",
      "coverUrl": "$.img_link",
      "intro": "$.host&&$.des&&$.title##<.*?>",
      "kind": "$.des",
      "name": "$.title##<.*?>|(^.{0,15})##$1###"
    },
    "ruleToc": {
      "chapterList": "@js:a=[{a:'下载地址',b:baseUrl}]",
      "chapterName": "a",
      "chapterUrl": "b"
    },
    "searchUrl": "@js:\nurl1='https://www.jiumodiary.com/init_hubs.php,';\npost={\"method\":\"POST\",\"body\":\"q=\"+key+\"&remote_ip=&time_int=\"+Date.now()};\nid=java.ajax(url1+JSON.stringify(post)).match(/id\":\"([^\"]+)\"/)[1];\nurl='https://www.jiumodiary.com/ajax_fetch_hubs.php';\nbody='id='+id+'&set='+page;\nheader={\n\"method\": \"POST\",\n\"body\": String(body)\n}\njava.put('key',key);\nur=url+','+JSON.stringify(header);",
    "weight": 0
  },
  {
    "bookSourceComment": "by不坏",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "SHF笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.shfljx.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 164,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻\",\"url\":\"/xuanhuan/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修真\",\"url\":\"/xiuzhen/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/dushi/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史\",\"url\":\"/lishi/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游\",\"url\":\"/wangyou/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"/kehuan/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"言情\",\"url\":\"/yanqing/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他\",\"url\":\"/qita/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"经典\",\"url\":\"/jingdian/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"高辣\",\"url\":\"/gaola/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美\",\"url\":\"/danmei/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人\",\"url\":\"/tongren/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"全本\",\"url\":\"/quanben/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "",
    "lastUpdateTime": 1749453214211,
    "loginUrl": "",
    "respondTime": 26366,
    "ruleBookInfo": {
      "author": "text.作者@text##作者：",
      "coverUrl": "img@src",
      "init": "",
      "intro": "class.book_about@text##手机简介|最新章节.*",
      "kind": "text.分类@text##分类：",
      "lastChapter": "text.最新：@text##最新：",
      "name": "class.name@text",
      "tocUrl": "",
      "wordCount": "text.字数@text##字数："
    },
    "ruleContent": {
      "content": "id.chaptercontent@textNodes",
      "imageStyle": "",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "dt@span@a@text||class.s3@a@text",
      "bookList": "tag.dt||class.lis@li",
      "bookUrl": "dt@a.1@href||class.ss@a@href",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "dt@a.1@text||class.ss@a@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "class.author@a@text",
      "bookList": "class.bookbox",
      "bookUrl": "h4@a@href",
      "coverUrl": "class.bookimg@a@img@src",
      "intro": "",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@a@text",
      "name": "h4@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.book_last.1@dl@dd",
      "chapterName": "dd@a@text",
      "chapterUrl": "dd@a@href",
      "isVip": "",
      "nextTocUrl": "text.下一页@href",
      "updateTime": ""
    },
    "searchUrl": "http://m.shfljx.com/sdfgsdyugfsdugf.html?ie=gbk&s=5256649918672294880&q={{key}}",
    "weight": 2
  },
  {
    "bookSourceComment": "壬二酸 目录下一页by辞暮🍏",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "po18文学壬二酸",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.po18co.com/",
    "customButton": false,
    "customOrder": 165,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1743605514477,
    "respondTime": 2682,
    "ruleBookInfo": {
      "author": "class.xx@tag.ul@tag.li.2@tag.a@text",
      "canReName": "",
      "coverUrl": "class.xsfm@tag.img@src",
      "intro": "class.jianjie bk@text",
      "kind": "class.xx@tag.ul@tag.li.1@tag.a@text",
      "lastChapter": "class.xx@tag.ul@tag.li.3@tag.a@text",
      "name": "class.xx@tag.ul@tag.li.0@text",
      "tocUrl": "text.查看更多章节@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.nr@textNodes",
      "imageStyle": "full"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "tag.a.2@text",
      "bookList": "class.fk@tag.li",
      "bookUrl": "tag.a.1@href",
      "checkKeyWord": "不死不灭",
      "coverUrl": "",
      "intro": "",
      "kind": "tag.a.0@text",
      "name": "tag.a.1@text##在线阅读",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.lb fk@tag.li!-1",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "isVolume": "voltype",
      "nextTocUrl": ".showpage a@href",
      "preUpdateJs": "",
      "updateTime": "info"
    },
    "searchUrl": "/s.php,{\n  \"body\": \"submit=&type=articlename&s={{key}}\",\n  \"method\": \"POST\",\n  \"charset\": \"GBK\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "新笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.gebiqu.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 166,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "",
    "lastUpdateTime": 1627036682231,
    "loginUrl": "",
    "respondTime": 506,
    "ruleBookInfo": {
      "author": "class.divbox@tag.span.1@text##作者：",
      "coverUrl": "class.divbox@tag.img@src",
      "init": "",
      "intro": "class.tabvalue.0@text",
      "kind": "class.tabvalue.1@tag.td.0@text##类 别：",
      "lastChapter": "class.r@tag.li.0@text",
      "name": "class.divbox@tag.span.0@text##txt下载",
      "tocUrl": "class.btnlink.0@href",
      "wordCount": "class.tabvalue.1@tag.td.1@text##字 数："
    },
    "ruleContent": {
      "content": "id.content@html##www.*com",
      "nextContentUrl": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "id.nr",
      "bookUrl": "class.odd.0@tag.a@href",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "tag.td.1@text",
      "name": "tag.td.0@text",
      "wordCount": "tag.td.3@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd!0:1:2:3:4:5:6:7",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://www.gebiqu.com/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "英语阅读（英）",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.enread.com已校验",
    "customButton": false,
    "customOrder": 167,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "英语新闻::http://m.enread.com/index.php?catid=9&mid=1&page={{page}}\n英语美文::http://m.enread.com/index.php?catid=7&mid=2&page={{page}}\n英语故事::http://m.enread.com/index.php?catid=4&mid=1&page={{page}}\n英语笑话::http://m.enread.com/index.php?catid=3&mid=1&page={{page}}\n英语娱乐::http://m.enread.com/index.php?catid=10&mid=1&page={{page}}\n英语诗歌::http://m.enread.com/index.php?catid=6&mid=1&page={{page}}\n英语演讲::http://m.enread.com/index.php?catid=11&mid=2&page={{page}}\n英语考试::http://m.enread.com/index.php?catid=2&mid=1&page={{page}}\n英语小说::http://m.enread.com/index.php?catid=5&mid=2&page={{page}}\n英语技巧::http://m.enread.com/index.php?catid=1&mid=1&page={{page}}",
    "lastUpdateTime": 1759754313385,
    "respondTime": 13809,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "class.arc_content@html&&id.wz_jx@tbody@html##<!--share-->[\\s\\S]+?<!--share-->##↓↓↓单词↓↓↓"
    },
    "ruleExplore": {
      "bookList": "class.h3title@tag.a.0||class.item_li@a",
      "bookUrl": "href",
      "name": "text"
    },
    "ruleSearch": {
      "bookList": "class.item_li",
      "bookUrl": "a@href",
      "name": "text##分类：.*"
    },
    "ruleToc": {
      "chapterList": "class.item_li||class.h1title",
      "chapterName": "text",
      "chapterUrl": "a@href@js:if(result!=null){result=\"http://m.tingroom.com/\"+result}else{result=baseUrl}",
      "nextTocUrl": "@js:\nif(result.match(/跳至/)){\npage=result.match(/1\\/(\\d+)/)[1];\nlist=[];\nif(page>50){\npage=50\n}\nfor(i=2;i<=page;i++){\nlist.push(baseUrl+\"&page=\"+i)\n}\nlist}"
    },
    "searchUrl": "http://m.enread.com/index.php?keyword={{key}}&mid=4&page={{page}},{\n  \"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "齐鲁文学(修复正文下一页)",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.qiluwx.com#测试",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 168,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": false,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n\t\"x-requested-with\": \"XMLHttpRequest\",\n\t\"User-Agent\": \"Mozilla/5.0 (Linux; Android 10; SK) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 1742533907861,
    "loginUrl": "",
    "respondTime": 24994,
    "ruleBookInfo": {
      "author": "[property$=og:novel:author]@content",
      "coverUrl": "[property$=og:image]@content",
      "downloadUrls": ".addbookcase@href",
      "init": "",
      "intro": "[property$=og:description]@content",
      "kind": "[property$=og:novel:category]@content&&[property$=og:novel:status]@content&&[property$=og:novel:update_time]@content",
      "lastChapter": "[property$=og:novel:latest_chapter_name]@content",
      "name": "[property$=og:title]@content",
      "tocUrl": "[property$=og:url]@content@js:result.replace(\"_\",\"/\")",
      "wordCount": ".visible-xs.1@text##字数："
    },
    "ruleContent": {
      "content": "#booktxt@html##<script[^>]*>.*?</script>",
      "imageStyle": "",
      "nextContentUrl": "<js>\n(function(){\n    // 使用正则检测分页标签\n    const hasNextLink = /<a\\s+rel=\\\"next\\\"\\s+class=\\\"next\\\"[^>]*>下—页<\\/a>/i.test(result);\n    if (!hasNextLink) return '';\n    \n    try {\n        // 动态生成分页URL（适配数字型URL）\n        let url = baseUrl;\n        const pageMatch = url.match(/(\\d+)(?:_(\\d+))?\\.html$/);\n        if (!pageMatch) return '';\n        \n        const [_, baseId, currentPage] = pageMatch;\n        const pageNum = currentPage ? parseInt(currentPage) : 1;\n        \n        // 安全限制（最大3页）\n        if (pageNum > 2) return ''; // 第3页后停止\n        \n        // 生成新URL（如 /123_2.html → /123_3.html）\n        return url.replace(/(\\d+)(?:_(\\d+))?\\.html$/, `${baseId}_${pageNum + 1}.html`);\n    } catch(e) {\n        return '';\n    }\n})()\n</js>",
      "replaceRegex": "##(请记住.*?域名|最新章节！|请收藏本站)"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": ".btm@a@title",
      "bookList": "#hotcontent@.item",
      "bookUrl": "a@href@js:try{var r=String(result);r.charAt(0)==='/'?r:'/'+r}catch(e){'/'}",
      "checkKeyWord": "副本需要我这样的人才",
      "coverUrl": ".lazy@src",
      "intro": "dl@dd@text",
      "kind": ".blue@text",
      "lastChapter": "",
      "name": "dt@a@text",
      "wordCount": ".orange@text"
    },
    "ruleToc": {
      "chapterList": "#content_1@a",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href@js:try{var u=String(result);u.indexOf('/')===0?u:'/'+u}catch(e){'/'}",
      "nextTocUrl": "text.下一页@href@js:try{var p=String(result);p.substring(0,1)==='/'?p:'/'+p}catch(e){''}"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\nhttps://www.qiluwx.com/search/,{\n  \"body\": \"keyword={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "<声明>\n//2025.8.21 优化目录,增加字数显示;\n//2025.8.9 优化搜索/发现标签、全面优化详情页;\n//2025.7.26 正文解密、正文净化;\n//2025.7.11 优化书籍正则;\n//2025.6.26 优化网址添加书籍逻辑;优化封面逻辑;\n//2025.6.15 优化标签；更新发现封面；优化预加载；增加不同手机站正文规则；\n//2025.6.2 微调正文获取方式；\n//2025.5.31 修复正文出错；\n//2025.5.30 优化发现页、适配手机站；\n//2025.5.28 优化目录下一页；\n//2025.5.12 优化搜索规则；\n//2025.4.29 作者：夜明空\n//源社区：https://taoba.cf\n⚠️仅供个人学习使用，严禁分享、倒卖及任何违法行为！使用者自行承担风险与责任\n</声明>\n//⚠️禁止传播、倒卖等；禁下小说！\n//⚠️没太大需求不建议登录，封号概率非常大！！\n//⚠️VIP章节要“阅读”里登录，提前加入“自动订阅”，先任意订阅某章VIP章节，该书籍就会出现在“自动订阅”里；\n//八叉发布：https://8xsk.org\n//使用很频繁的，建议并发率设置为2000或更高",
    "bookSourceGroup": "🔞",
    "bookSourceName": "📱八叉书库-夜明空",
    "bookSourceType": 0,
    "bookSourceUrl": "https://bachashuku.org/",
    "bookUrlPattern": "https://(bacha|\\d+|8xsk).*/book\\/\\d+\\.html",
    "concurrentRate": "1500",
    "customButton": false,
    "customOrder": 169,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"⚠️访问过快会显示空，比如加载下一页⚠️\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"🔖​作品分类🔖​\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"全部\",\"url\":\"/modules/article/articlefilter.php?order=lastupdate&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻奇幻\",\"url\":\"/modules/article/articlefilter.php?order=lastupdate&page={{page}}&sortid=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市青春\",\"url\":\"/modules/article/articlefilter.php?order=lastupdate&page={{page}}&sortid=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠仙侠\",\"url\":\"/modules/article/articlefilter.php?order=lastupdate&page={{page}}&sortid=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"/modules/article/articlefilter.php?order=lastupdate&page={{page}}&sortid=4\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女生言情\",\"url\":\"/modules/article/articlefilter.php?order=lastupdate&page={{page}}&sortid=5\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游竞技\",\"url\":\"/modules/article/articlefilter.php?order=lastupdate&page={{page}}&sortid=6\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"长篇连载\",\"url\":\"/modules/article/articlefilter.php?order=lastupdate&page={{page}}&sortid=7\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"综合其他\",\"url\":\"/modules/article/articlefilter.php?order=lastupdate&page={{page}}&sortid=8\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻灵异\",\"url\":\"/modules/article/articlefilter.php?order=lastupdate&page={{page}}&sortid=9\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔖​作品字数🔖​\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"不限\",\"url\":\"/modules/article/articlefilter.php?order=lastupdate&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"30万以下\",\"url\":\"/modules/article/articlefilter.php?order=lastupdate&page={{page}}&words=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"30-50万\",\"url\":\"/modules/article/articlefilter.php?order=lastupdate&page={{page}}&words=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"50-100万\",\"url\":\"/modules/article/articlefilter.php?order=lastupdate&page={{page}}&words=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"100-200万\",\"url\":\"/modules/article/articlefilter.php?order=lastupdate&page={{page}}&words=4\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"200万以上\",\"url\":\"/modules/article/articlefilter.php?order=lastupdate&page={{page}}&words=5\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔖​排序方式🔖​\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"周点击\",\"url\":\"/modules/article/articlefilter.php?order=weekvisit&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月点击\",\"url\":\"/modules/article/articlefilter.php?order=monthvisit&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总点击\",\"url\":\"/modules/article/articlefilter.php?order=allvisit&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周推荐\",\"url\":\"/modules/article/articlefilter.php?order=weekvote&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月推荐\",\"url\":\"/modules/article/articlefilter.php?order=monthvote&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总推荐\",\"url\":\"/modules/article/articlefilter.php?order=allvote&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周鲜花\",\"url\":\"/modules/article/articlefilter.php?order=weekflower&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月鲜花\",\"url\":\"/modules/article/articlefilter.php?order=monthflower&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总鲜花\",\"url\":\"/modules/article/articlefilter.php?order=allflower&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总月票\",\"url\":\"/modules/article/articlefilter.php?order=allvipvote&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"字数\",\"url\":\"/modules/article/articlefilter.php?order=words&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"收藏数\",\"url\":\"/modules/article/articlefilter.php?order=goodnum&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"更新时间\",\"url\":\"/modules/article/articlefilter.php?order=lastupdate&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"入库时间\",\"url\":\"/modules/article/articlefilter.php?order=postdate&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"编辑推荐\",\"url\":\"/modules/article/articlefilter.php?order=toptime&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔖​更新时间🔖​\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"不限\",\"url\":\"/modules/article/articlefilter.php?order=lastupdate&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"三日内\",\"url\":\"/modules/article/articlefilter.php?order=lastupdate&page={{page}}&update=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"七日内\",\"url\":\"/modules/article/articlefilter.php?order=lastupdate&page={{page}}&update=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"半月内\",\"url\":\"/modules/article/articlefilter.php?order=lastupdate&page={{page}}&update=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"一月内\",\"url\":\"/modules/article/articlefilter.php?order=lastupdate&page={{page}}&update=4\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔖​写作进度🔖​\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"不限\",\"url\":\"/modules/article/articlefilter.php?order=lastupdate&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"新书上传\",\"url\":\"/modules/article/articlefilter.php?isfull=1&order=lastupdate&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"情节展开\",\"url\":\"/modules/article/articlefilter.php?isfull=2&order=lastupdate&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"精彩纷呈\",\"url\":\"/modules/article/articlefilter.php?isfull=3&order=lastupdate&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"接近尾声\",\"url\":\"/modules/article/articlefilter.php?isfull=4&order=lastupdate&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"已经完本\",\"url\":\"/modules/article/articlefilter.php?isfull=5&order=lastupdate&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔖​VIP状态🔖​\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"不限\",\"url\":\"/modules/article/articlefilter.php?order=lastupdate&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"免费作品\",\"url\":\"/modules/article/articlefilter.php?isvip=2&order=lastupdate&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"VIP作品\",\"url\":\"/modules/article/articlefilter.php?isvip=1&order=lastupdate&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"签约作品\",\"url\":\"/modules/article/articlefilter.php?isvip=3&order=lastupdate&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 12; 22041211AC Build/SP1A.210812.016) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1755784731320,
    "loginUrl": "/login.php",
    "respondTime": 31260,
    "ruleBookInfo": {
      "author": "p.0@text##.*本书编辑|\\s.*",
      "coverUrl": ".row_coverl@img@src",
      "intro": "<js>\nvar tag1=String(java.getString('h4@text')).replace(/.*《|》/g,'');\n\nvar tag2=String(java.getString('p.0@text')).replace(/.*本书编辑|\\s.*/g,'');\n\nvar tag3=String(java.getString('.nw.1@text')).replace(/最新：/,'');\n\nvar tag4='@get:{num}';\n\nvar tag5=java.getString('.nw.0@.ratenum@text');\nvar tag6=String(java.getString('.nw.0@.gray@text')).replace (/(\\d+)/,'$1人已评');\n\nvar rtag7=String(java.getString('p.0@text')).replace (/.*|\\|.*/g,'');\nvar number = parseInt(rtag7);\nif (number >= 10000) {\n\ttag7 = (number / 10000).toFixed(2) + '万';\n} else {\n\ttag7 = number;\n}\n\nvar rtag8=String(java.getString('p.0@text')).replace(/.*|\\|.*/g,'');\n\nvar number = parseInt(rtag8);\nif (number >= 10000) {\n\ttag8 = (number / 10000).toFixed(2) + '万';\n} else {\n\ttag8 = number;\n}\n\nvar rtag9=String(java.getString('p.0@text')).replace(/.*|\\|.*/g,'');\n\nvar number = parseInt(rtag9);\nif (number >= 10000) {\n\ttag9 = (number / 10000).toFixed(2) + '万';\n} else {\n\ttag9 = number;\n}\n\nvar tag10=String(java.getString('//div[@class=\"blockcontent fss\"]//div[@id=\"introa\"]/text()')).replace(/\\s{2,}/g,'');\n\nvar tag11=String(java.getString('.ullist@tag.li@class.db cf@text')).replace(/\\d{2}:\\d{2}:\\d{2}/g,'🏮');\n\nvar result='&nbsp;\\n'+\n'⚠️ 禁止分享、倒卖等；禁下小说'+'\\n'+\n'⚠️ 有问题请在我帖子或私聊反馈，减少书源曝光'+'\\n'+\n'📕 书名：'+tag1+'\\n'+\n'👤 作者：'+tag2+'\\n'+\n'⚡ 最新：'+tag3+'\\n'+\n'✍️ 字数：'+tag4+'\\n'+\n'⭐ 评分：'+tag5+tag6+'\\n'+\n'👁️ 观看：'+tag7+'\\n'+\n'❤️ 点赞：'+tag8+'\\n'+\n'📂 收藏：'+tag9+'\\n'+\n'📝 简介：'+tag10+'\\n'+\n'💬 评论：'+'\\n'+tag11;\nresult\n</js>",
      "kind": "{{@@.nw.1@textNodes}},{{@@p@.gray.0@a@textNodes##\\s##,}}##\\#",
      "lastChapter": ".nw.1@text##最新[：:]",
      "name": ".row_textl@tag.h4@textNodes##\\《|\\》",
      "tocUrl": ".more@href||text.全部章节@href",
      "wordCount": "@js:\nvar a=java.getString('//p[@class=\"gray fss\"]/text()[6]');\nvar b=String(a).replace(/.*\\|/,'').replace(/字/,'');\nvar number = parseInt(b);\nvar c=\"\";\nif (number >= 10000) {\nc = (number / 10000).toFixed(2) + '万字';\n} else {\nc = number+'字';\n}\nresult=c;\njava.put(\"num\",c)"
    },
    "ruleContent": {
      "content": "<js>\nvar step1 = java.base64Decode('PGpzPgp2YXIgaz1zb3VyY2UuYm9va1NvdXJjZUNvbW1lbnQ7CnZhciB5PWphdmEuYmFzZTY0RGVjb2RlKCc1TDJjNklDRjc3eWE1YVNjNXBpTzU2bTZDaTh2NXJxUTU2Uys1WXk2Nzd5YWFIUjBjSE02THk5MFlXOWlZUzVqWmdyaW1xRHZ1SS9rdTRYa3Zwdmt1S3JrdXJybHJhYmt1YURrdmIvbmxLanZ2SXprdUtYbnBvSGxpSWJrdXF2amdJSGxnSkxsalpibGo0cmt1N3ZrdlpYb3Y1M21zNVhvb1l6a3VMcnZ2SUhrdmIvbmxLam9nSVhvaDZyb29Zem1pYi9taTRYcG80N3BtYW5rdUk3b3RLUGt1N3NLUEMvbG83RG1tSTQrJyk7CmlmKGsuaW5jbHVkZXMoeSkpewp2YXIgY29udCA9CmphdmEuYmFzZTY0RGVjb2RlKCdQR3B6UGdwMllYSWdkWEpzSUQwZ2MzSmpMbTFoZEdOb0tDOW9kSFJ3Y3o4NlhDOWNMMnBjTGx0ZVhITWlKMTByWEM1cWN5OHBPd3AyWVhJZ2NtVnpkV3gwT3dwcFppQW9kWEpzSUNZbUlIVnliRnN3WFNrZ2V3cDJZWElnWkc5amRXMWxiblFnUFNCcVlYWmhMbUZxWVhnb2RYSnNXekJkS1RzS2RtRnlJSFJsZUhRZ1BTQmtiMk4xYldWdWRDNXRZWFJqYUNndlpHOWpkVzFsYm5SY0xuZHlhWFJsWENnbktGdGNjMXhUWFNvcEoxd3BMeWs3Q25KbGMzVnNkQ0E5SUhSbGVIUWdQeUIwWlhoMFd6RmRJRG9nSWlJN0NuMGdaV3h6WlNCN0NuSmxjM1ZzZENBOUlHcGhkbUV1WjJWMFUzUnlhVzVuS0NjallXTnZiblJsYm5SQWFIUnRiSHg4STJOamIyNTBaVzUwUUdoMGJXeDhmQ05qYjI1MFpXNTBZMEJvZEcxc2ZIeGpiMjUwWlc1MFlVQm9kRzFzZkh4aVkyOXVkR1Z1ZEVCb2RHMXNmSHhqYjI1MFpXNTBZa0JvZEcxc2ZIeDVZMjl1ZEdWdWRFQm9kRzFzZkh4amIyNTBaVzUwZVVCb2RHMXNKeWs3Q24wS2NtVnpkV3gwQ2p3dmFuTStDanhxY3o0S0tDZ3BJRDArSUhzS0lDQWdJR052Ym5OMElGQlNSVXhQUVVSZlEwOVZUbFFnUFNBek93b2dJQ0FnWTI5dWMzUWdUVWxPWDBSRlRFRlpJRDBnTWpBd01Ec0tJQ0FnSUdOdmJuTjBJRTFCV0Y5RVJVeEJXU0E5SURNd01EQTdDaUFnSUNCamIyNXpkQ0JUVFU5UFZFaGZSa0ZEVkU5U0lEMGdNQzQyT3dvZ0lDQWdZMjl1YzNRZ1VrRk9SRTlOWDFKQlRrZEZJRDBnTVRBd01Ec0tJQ0FnSUdOdmJuTjBJRkJTVDBkU1JWTlRTVlpGWDBaQlExUlBVaUE5SURFd01EQTdDaUFnSUNCamIyNXpkQ0JqZFhKeVpXNTBTVzVrWlhnZ1BTQmliMjlyTG1SMWNrTm9ZWEIwWlhKSmJtUmxlRHNLSUNBZ0lHTnZibk4wSUhSaGNtZGxkRWx1WkdWNElEMGdZMmhoY0hSbGNpNXBibVJsZURzS0lDQWdJR052Ym5OMElHbHVaR1Y0UkdsbVppQTlJSFJoY21kbGRFbHVaR1Y0SUMwZ1kzVnljbVZ1ZEVsdVpHVjRPd29nSUNBZ2FXWWdLR2x1WkdWNFJHbG1aaUE4SURBcElISmxkSFZ5YmlBbkp6c0tJQ0FnSUdsbUlDaHBibVJsZUVScFptWWdQVDA5SURBcElISmxkSFZ5YmlCeVpYTjFiSFE3SUNBZ0lBb2dJQ0FnYVdZZ0tHbHVaR1Y0UkdsbVppQStJRkJTUlV4UFFVUmZRMDlWVGxRcElISmxkSFZ5YmlBbkp6c0tJQ0FnSUdOdmJuTjBJSEJ2YzJsMGFXOXVJRDBnYVc1a1pYaEVhV1ptT3dvZ0lDQWdZMjl1YzNRZ1ltRnpaVVJsYkdGNUlEMGdUVWxPWDBSRlRFRlpJQ3NnQ2lBZ0lDQW9UVUZZWDBSRlRFRlpJQzBnVFVsT1gwUkZURUZaS1NBcUlFMWhkR2d1Y0c5M0tIQnZjMmwwYVc5dUlDOGdVRkpGVEU5QlJGOURUMVZPVkN3S0lDQWdJQWxUVFU5UFZFaGZSa0ZEVkU5U0tUc0tJQ0FnSUdOdmJuTjBJSEJ5YjJkeVpYTnphWFpsUkdWc1lYa2dQU0JRVWs5SFVrVlRVMGxXUlY5R1FVTlVUMUlnS2lBb2NHOXphWFJwYjI0Z0xTQXhLVHNLSUNBZ0lHTnZibk4wSUhKaGJtUnZiVVJsYkdGNUlEMGdUV0YwYUM1eVlXNWtiMjBvS1NBcUlGSkJUa1JQVFY5U1FVNUhSVHNLSUNBZ0lHTnZibk4wSUhSdmRHRnNSR1ZzWVhrZ1BTQk5ZWFJvTG0xcGJpZ0tJQ0FnSUUxQldGOUVSVXhCV1N3S0lDQWdJR0poYzJWRVpXeGhlU0FySUhCeWIyZHlaWE56YVhabFJHVnNZWGtnS3lCeVlXNWtiMjFFWld4aGVRb2dJQ0FnS1RzS0lDQWdJRkJoWTJ0aFoyVnpMbXBoZG1FdWJHRnVaeTVVYUhKbFlXUXVjMnhsWlhBb2RHOTBZV3hFWld4aGVTazdDaUFnSUNCeVpYUjFjbTRnY21WemRXeDBPd3A5S1NncENqd3Zhbk0rJyk7CiAgIHJlc3VsdCA9IGphdmEuZ2V0U3RyaW5nKGNvbnQpOwp9CmVsc2V7CmVycm9yPWphdmEuYmFzZTY0RGVjb2RlKCc0cHFnNzdpUElPV0l0dVM5bk9TNGplYVlrKys4ak9pdnQrV0x2K1dBa3VXTmxncmlyWkFnNVltTjViNkE1TDJjNklDRjVMaTc2YUcxNXB1MDVwYXc1TG1tNXJxUUtPV0ZzK21YcmVXSGdPV01sdWFZdnVla3V1bVR2dWFPcFNudnZKcG9kSFJ3Y3pvdkwzUmhiMkpoTG1ObUN1S3RrQ0Rta0p6bnRLTG5sS2ptaUxmbGtJM3Z2SnJscEp6bW1JN25xYm89Jyk7CnJlc3VsdD1qYXZhLnRvYXN0KCdcbicrZXJyb3IpOwpyZXN1bHQ9J1xuJmxybTtcbicrZXJyb3I7Cn0KcmVzdWx0CjwvanM+');\nvar step2 = java.getString(step1);\nresult = step2\n</js>",
      "replaceRegex": "##本站发布页[\\s\\S]*|请勿使用非浏览器访问本站，否则将对账号进行封禁，请珍惜账号。\n\n\n<js>\n//去除首段、其他位置的多余省略号\nresult = result.replace(/^(\\s*([.…]{2,})(?=\\s*\\S)|\\n\\s*([.…]{2,})(?=\\s*\\S))/g, '')\n</js>"
    },
    "ruleExplore": {
      "author": "td.1@a@span@text##.*\\/",
      "bookList": "#jieqi_page_contents@tr\n<js>\nif (result.length===0){\n\tjava.toast('\\n🔍 该分类没有书籍');\n\tresult;\n\t}\nresult\t\n</js>",
      "bookUrl": "a@href",
      "coverUrl": ".db@href\n@js:\nvar href = result;\nvar bookId = href.match(/book\\/(\\d+)/)?.[1] || '0';\nvar prefix;\nif (bookId.length <= 3) {\n\tprefix = '0';\n} else {\n\tprefix = bookId.slice(0, bookId.length - 3);\n}\n'https://image.8xsk.org/' + prefix + '/' + bookId + '/' + bookId + 's.jpg';",
      "kind": "{{@@td.-1@text}}\n{{@@td.0@text}}",
      "name": "td.1@a@text##\\/.*",
      "wordCount": "@js:\nvar a = java.getString('td.-2@text');\nif (/^\\d+$/.test(a)) {\nvar number = parseInt(a);\nvar w;\nif (number >= 10000) {\nw = (number / 10000).toFixed(2) + '万';\n} else if (number >= 1000) {\nw = (number / 1000).toFixed(2) + '千';\n} else {\nw = number;\n}    \nif (baseUrl.match(/weekvisit/)) {\nresult = '周点击:' + w;\n} else if (baseUrl.match(/monthvisit/)) {\nresult = '月点击:' + w;\n} else if (baseUrl.match(/allvisit/)) {\nresult = '总点击:' + w;\n} else if (baseUrl.match(/weekvote/)) {\nresult = '周推荐:' + w;\n} else if (baseUrl.match(/monthvote/)) {\nresult = '月推荐:' + w;\n} else if (baseUrl.match(/allvote/)) {\nresult = '总推荐:' + w;\n} else if (baseUrl.match(/weekflower/)) {\nresult = '周鲜花:' + w;\n} else if (baseUrl.match(/monthflower/)) {\nresult = '月鲜花:' + w;\n} else if (baseUrl.match(/allflower/)) {\nresult = '总鲜花:' + w;\n} else if (baseUrl.match(/allvipvote/)) {\nresult = '总月票:' + w;\n} else if (baseUrl.match(/goodnum/)) {\nresult = '收藏数:' + w;\n} else {\nresult = w + '字';\n}\n} else {\nresult = a;\n}"
    },
    "ruleSearch": {
      "author": "tag.p@text##(\\|.*)$",
      "bookList": "#jieqi_page_contents@.c_row\n<js>\nif (result.length===0){\n\tjava.toast('\\n🔍 该搜索词没有书籍或无法访问网站'\n\t\t+'\\n🥲 优先检查能否访问网站');\n\tresult;\n\t}\nresult\t\n</js>",
      "bookUrl": "a@href",
      "checkKeyWord": "七尺弦",
      "coverUrl": ".cover_m@img@src",
      "intro": "//p[@class='gray']/text()[2]##\\s{2,}##",
      "kind": "{{//p[@class='gray']/text()[1]##\\s##,}}\n##.*\\|<js>result</js>##\\#",
      "name": "h4@text"
    },
    "ruleToc": {
      "chapterList": "dl dd,dt",
      "chapterName": "a@text##VIP##👑\n<js>result</js>\n##\\(\\d+-\\d+\\)##",
      "chapterUrl": "a@href",
      "isVolume": "dt@text",
      "nextTocUrl": "#pagestats@textNodes\n@js:\nvar nodes = result;\nvar totalPage = 0;\nfor (\nvar i = 0; i < nodes.length; i++) {\nif (nodes[i].trim().startsWith('/')) {\ntotalPage = parseInt(nodes[i].trim().substring(1));\nbreak;\n}    \n}\nif (totalPage >= 10) {\njava.toast('\\n🔥共' + totalPage + '页目录，请耐心等待…🔥');\n}\nvar data = [];\nif (totalPage > 1) {\nvar basePart = baseUrl.replace(/_1\\.html$/, '_');\nfor (\nvar i = 2; i <= totalPage; i++) {\ndata.push(basePart + i + '.html');\n}\n}\ndata",
      "updateTime": "@js:\nvar tag1=String(java.getString('a@.db@title')).replace(/更新.*/,'');\nvar rtag2=String(java.getString('a@.db@title')).replace(/.*共(\\d+)字.*/,'$1');\nvar number = parseInt(rtag2);\nif (number >= 10000) {\n\ttag2 = (number / 10000).toFixed(2) + '万';\n} else {\n\ttag2 = number;\n}\nresult='⏰'+tag1+'   '+'✍️'+tag2+'字';"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}&act=search&searchtype=all&page={{page}}\",\n  \"charset\": \"utf-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "🎃笔趣阁🎃#58",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.biquge.casa#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 170,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"校园言情\",\n    \"url\": \"/xiaoyuan.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市言情\",\n    \"url\": \"/dushi.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"古代言情\",\n    \"url\": \"/gudai.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"罗曼史\",\n    \"url\": \"/luoman.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"耽美\",\n    \"url\": \"/danmei.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"百合\",\n    \"url\": \"/baihe.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"同人\",\n    \"url\": \"/tongren.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"奇幻玄幻\",\n    \"url\": \"/qihuan.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游竞技\",\n    \"url\": \"/wangyou.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻异能\",\n    \"url\": \"/kehuan.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"恐怖灵异\",\n    \"url\": \"/kongbu.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"惊悚推理\",\n    \"url\": \"/jingsong.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠仙侠\",\n    \"url\": \"/wuxia.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史军事\",\n    \"url\": \"/lishi.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"穿越重生\",\n    \"url\": \"/chuanyue.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"综合其它\",\n    \"url\": \"/qita.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  }\n]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 8.0.0; MI 5s Plus Build/OPR1.170623.032; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 0,
    "respondTime": 3301,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "@js:\nid=java.get(\"id\")\nif (/baidu\\.com/.test(baseUrl)) {\n    pre = baseUrl.replace(/baidu\\.com/, \"biquge.casa\");\n    rev = org.jsoup.Jsoup.parse(java.ajax(pre));\n    url = source.key + \"/\" + id +  rev.select('#linkPrev').attr('href');\n    java.setContent(result = java.ajax(url));\n} else if (/bing\\.com/.test(baseUrl)) {\n    nex = baseUrl.replace(/cn\\.bing\\.com/, \"www.biquge.casa\");\n    next = org.jsoup.Jsoup.parse(java.ajax(nex));\n    nexUrl = source.key + \"/\" + id +  next.select('#linkNext').attr('href');\n    java.setContent(result = java.ajax(nexUrl));\n  } else { result; }\nresult = java.getString('.readcontent@html');"
    },
    "ruleExplore": {
      "author": ".author.0@text##作者：",
      "bookList": ".bookbox",
      "bookUrl": "a@href",
      "coverUrl": "a.0@href##\\D((\\d+)\\d{3})##https://img.biquge.casa/image/$2/$1/$1s.jpg###",
      "intro": ".update@ownText",
      "kind": ".author.2@text",
      "lastChapter": ".cat@a.0@text",
      "name": "h4@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": ".author.0@text##作者：",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href",
      "checkKeyWord": "大理寺",
      "coverUrl": "a.0@href##\\D((\\d+)\\d{3})##https://img.biquge.casa/image/$2/$1/$1s.jpg###",
      "intro": ".update@ownText",
      "kind": ".author.1@text",
      "lastChapter": ".cat@a.0@text",
      "name": "h4@text"
    },
    "ruleToc": {
      "chapterList": "<js>\nbase = baseUrl;\nid = baseUrl.match(/(\\d+\\/)/)[1]\njava.put(\"id\",id)\nlis = java.getElements('#list-chapterAll@dd');\nvar list = [];\n\nfor (var i = 0; i < lis.length; i++) {\n     var href = lis[i].select('a').attr('href');\n     var text = lis[i].text();\n     if (href==0) {\n        if ( i < lis.length - 1 ) {\n            var url = \"https://www.baidu.com/\" + id + lis[i + 1].select('a').attr('href');         \n        } else {\n            var url = \"https://cn.bing.com/\" + id + lis[i - 1].select('a').attr('href');\n        }\n     } else { var url = base + href; }\n     java.log(lis[i].text()+\":\"+url);\n     list.push({\"text\": text, \"href\": url});\n}\n\nlist\n</js>",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}&searchtype=all&submit=\",\n  \"method\": \"POST\",\n  \"charset\": \"GBK\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "🎃笔趣阁🎃#24",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.biquzw.info#🎃",
    "customButton": false,
    "customOrder": 171,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 6515,
    "ruleBookInfo": {
      "author": "@p.0@text",
      "coverUrl": "id.fmimg@img@src",
      "intro": "id.intro@p.0@text",
      "kind": "@p.1@text",
      "lastChapter": "@p.3@text",
      "name": "id.info@h1@text"
    },
    "ruleContent": {
      "content": "id.content@html",
      "nextContentUrl": "text.下一章@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "@td.2@text",
      "bookList": "class.grid@tag.td",
      "bookUrl": "@td.0@a@href",
      "intro": "",
      "kind": "",
      "lastChapter": "@td.1@a@text",
      "name": "@td.0@a@text",
      "wordCount": "@td.3@text"
    },
    "ruleToc": {
      "chapterList": "id.list@dd",
      "chapterName": "@a@text",
      "chapterUrl": "@a@href"
    },
    "searchUrl": "https://www.biquzw.info/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "请登录后使用\n在设置书籍变量处填\n以下格式：\n开始页-结束页\n如\n10-20\n则评论从第10页开始，第20页结束\n默认最多从第1页至第10页结束\n（更改完书籍变量一定要刷新正文）",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "📜晋江评论【网页端】",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.jjwxc.net///",
    "bookUrlPattern": ".*?novel[iI]d=\\d+.*?&page=1",
    "concurrentRate": "1300",
    "customButton": false,
    "customOrder": 172,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 8.0.0; zh-cn; MIX 2 Build/OPR1.170623.027) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\"\n}",
    "lastUpdateTime": 1756566373448,
    "loginUrl": "http://www.jjwxc.net",
    "respondTime": 21108,
    "ruleBookInfo": {
      "author": "$.authorName",
      "canReName": "1",
      "coverUrl": "{{$.originalCover||$.novelCover}}\n<js>\nif(/(?:postimg|bmp|alicdn)\\./.test(result)){\n\tjava.setContent(src);\n\tresult = \"https://i9-static.jjwxc.net/novelimage.php?novelid={{$.novelId}}\"\n\t}else{\n\t\tresult = result\n\t\t}\n\t\theader = {\n\t\t\"headers\":{\n\t\t\t\"referer\":result.match(/(^https?:\\/\\/.*?\\/)/)[1]\n\t\t\t}\n\t\t}\nresult = (result +\",\"+ JSON.stringify(header)).replace(/wx\\d+/,'wx2')\n</js>",
      "intro": "<js>\n//请假条\na=JSON.parse(java.ajax('http://app.jjwxc.org/androidapi/getnovelOtherInfo?novelId='+baseUrl.match(/(\\d+)/)[1]+'&type=novelbasicinfo&versionCode=163'));\n$=a.novelLeave;\nn='\\n';\nleave=$.leaveContent?'————————•————————'+n+'​'+n+$.leaveDateBack+n+'​'+'​'+'      '+$.leaveContent+n+$.leaveDate.replace(/请假时间：/,'⌚️')+n+$.leaveIntro:'';\njava.put('leave',leave);\njava.put('intro',JSON.parse(result).novelIntro.replace(/\\#/g,'◆'));\nresult\n</js>\n&nbsp;&nbsp;📖{{$.novelIntroShort##。$}}📖{{'\\n&lrm;'}}<br>\n◉ 标签：{{$.novelTags##,|\\s##🏷}}<br>\n◉ {{$.protagonist##,|，|；|;##、}}<br>\n◉ {{$.costar##,|，|；|;##、}}<br>\n◉ {{$.other##,|，|；|;##、}}<br>\n◉ 视角：{{$.mainview}}<br>\n◉ 评分：{{$.novelReviewScore}}<br>\n◉ 收藏：{{$.novelbefavoritedcount}}<br>\n{{String(java.get('intro')).replace(/立意:/,'◎◎ 立意：')}}<br>{{java.get('leave')}}<br>\n{{'\\n'+'​'}}\n◉ 霸王票排行：{{$.ranking}}<br>\n◉ 灌溉：{{$.nutrition_novel}}    ◉ 评论：{{$.comment_count}}<br> \n◉ 风格：{{$.novelStyle}}\n<js>\nresult=String(result);\nli=result.match(/◎ 立意.*/)?'&lrm;\\n'+result.match(/(◎ 立意.*?<br>)/)[1]:'';\nString(result).replace(/📖📖/,'').replace(/(◉ 收藏.*?<br>)/,'$1\\n'+li+'&lrm;\\n'+'————————•————————\\n').replace(/◎◎ 立意.*<br>/,'').replace(/(?:◉ 标签：|◉ 主角：|◉ 配角：|◉ 其它：|◉ 视角：|◉ 评分：)<br>/g,'')</js>",
      "kind": "{{java.getString('$.novelStep')!=\"\"?(step=java.getString('$.novelStep')=='2'?'已完结':'连载中'):\"\"}},{{$.novelClass&&$.novelTags}}##-##,",
      "lastChapter": "<js>last=JSON.parse(java.ajax('http://android.jjwxc.net/androidapi/chapterList?novelId='+baseUrl.match(/(\\d+)/)[1])).chapterlist;\n$=last[last.length-1];\nvip=$.isvip?'🔒':'';\nchapterid=$.chapterid;\nchaptername=$.chaptername;\ndate=$.chapterdate;\nvip+chapterid+'.'+chaptername+'•'+date\n</js>",
      "name": "【书评】{{@@tag.title@text##(《.*?》).*?(第.*?章)##$2 $1###}}{{$.novelName}}",
      "tocUrl": "@js:\n/app-cdn/.test(baseUrl)?`http://app-cdn.jjwxc.net/androidapi/chapterList?novelId=${baseUrl.match(/novelId=(\\d+)/)[1]}&more=0&whole=1`:baseUrl;",
      "wordCount": "$.novelSizeformat||novelsizeformat##,"
    },
    "ruleContent": {
      "content": "@css:.tab,.pagebar:nth-child(1),[id^=\"comment_\"]@html\n<js>\nif(baseUrl.match(/page=\\d+/)){\nresult=result\n}else{\nresult=\"\";\n}\n</js>\n<js>\nallpage=String(java.getString(\"@@class.num@text||class.pager.-2@text||class.pager.0@text\")).match(/(\\d+)/)?.[1];\nresult\n.replace(/发表时间：/g,'\\n⌚️')\n.replace(/(№\\d+)/g,'———————\\n$1')\n.replace(/<img src=\".*?agree\\.png\">.*?numstr\">([^<]+)<\\/span>/g,'👍$1')\n.replace(/<img.*?src=\".*?agree_not\\.png\">.*?numstr\">([^<]+)<\\/span>/g,'👎$1')\n.replace(/(评论共)<span class=\"redtext\">/g,'📝$1')\n.replace(/(当前显示第)/g,'共'+allpage+'页，$1')\n.replace(/<span.*?>章评<\\/span>|<span.*?>段评<\\/span>|<img.*?src=\".*?\\/agree(?:_not)?\\.png\">/g,'')\n.replace(/<br><span id=\"mormalreply_\\d+\"><span.*?><img .*?src=\"https?:\\/\\/i9-static.jjwxc.net.*?\".*?><\\/span><\\/span>\\s+<div class=\"readcontrolbar commentagreestyle\".*?>/g,'')\n.replace(/\\[\\d+楼\\] .*?<span id=\"foldlingreplyauthor_\\d+\" data-foldlingreplyauthor.*?打分：\\d+\\s+⌚️.*?\\d{2}:\\d{2}\\s+<div class=\"agree_block\".*?>/g,'')\n</js>",
      "imageStyle": "TEXT",
      "nextContentUrl": "<js>\nfunction getPage(){\tallpage=String(java.getString(\"@@class.num@text||class.redtext@text||class.pager.-2@text||class.pager.0@text\")).match(/(\\d+)/)?.[1]??0;\nif(allpage===0){java.toast(\"请登录或购买后刷新\");}\nlist=[]\nlen=allpage>10?10:allpage;\nstart=1;end=len;\nif(book.getVariable(\"custom\")!=\"\"){\nstart=Number(book.getVariable(\"custom\").match(/(\\d+)-\\d+/)[1]);\nend=Number(book.getVariable(\"custom\").match(/\\d+-(\\d+)/)[1]);\nif(end>allpage)end=allpage;\n}\njava.toast(\"共加载\"+(end-start+1)+\"页，加载较慢...请稍候\")\nfor(i=start;i<=end;i++){\nlist.push(baseUrl.replace(/page=\\d*/,'')+\"&page=\"+i);\n}\njava.log(JSON.stringify(list));\nreturn list\n\t}\n\nif(java.getString('//*[@align=\"center\"]/text()')==\"5000\"){\n\turl = baseUrl+\"&page=1\";\n\thtml = java.ajax(url);\n\tjava.setContent(html);\t\n\tresult = getPage();\n\t}else if(baseUrl.match(/page=/)){\nresult=\"\"\n}else{\n\tresult = getPage() \n\t\n\t}\n</js>",
      "replaceRegex": "@js:\nresult.replace(/\\[-收起\\]|所评章节：\\d+|评论：《.*?》|为营造更好的评论环境，.*|.*\\[投诉\\].*|<img.*?评论按回复时间倒序| 触发了您设置的屏蔽词和不再看TA，当前页面评论和回复已经为您屏蔽共\\d+条|评论按回复时间正序.*|<img src=\".*?66baeed24ae82_531.png\">kswl|<img src=\".*?66baeeb282db3_126.png\">嗑到了|<img src=\".*?nutrition_icon.png.*?\">.*\\s|.*?用户所发评论将在审核通过后显示！|<img src=\".*?kingtickets_\\d+.*?\">.*?(?:手榴|月票|霸王票|小天使|火箭炮|深水鱼雷|浅水炸弹|地雷|营养液).*\\s/g,'')\n.replace(/）》\\s+打分/g,' 打分')\n.replace(/(№\\d+|\\[\\d+楼\\])\\s*网友：/g,'$1 👤')\n.replace(/№\\d+.*?\\s*⌚️\\d{4}-\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}\\s*·*\\s*[👍\\d]*\\s*———————/g,'')\n.replace(/№\\d+.*?\\s*⌚️\\d{4}-\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}\\s*·*\\s*[👍\\d]*$/,'')\n.replace(\n  /(⌚️\\d{4}-\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2})([\\s\\S]*?)(👍\\d+|👎\\d+|(👍\\d+ 👎\\d+))/g,\n  \"$1 $3$2\"\n);"
    },
    "ruleSearch": {
      "author": "@JSon:$.authorname",
      "bookList": "$.items",
      "bookUrl": "http://app-cdn.jjwxc.net/androidapi/novelbasicinfo?novelId={{$.novelid||$.novelId}}&page=1",
      "checkKeyWord": "http://www.jjwxc.net/comment.php?novelid=3935896&chapterid=1&page=1",
      "coverUrl": "@JSon:$.cover",
      "intro": "$.novelintroshort",
      "kind": "@JSon:$.tags&&$.novelSizeformat##\\s##,",
      "name": "【书评】{{$.novelname}}@put:{\"id\":\"$.novelid||$.novelId\"}",
      "wordCount": "$.novelstep\n@js:result==2?'已完结':'连载中';"
    },
    "ruleToc": {
      "chapterList": "$.chapterlist\n<js>\nif(result==\"[]\"){\nallpage=String(java.getString(\"@@class.num@text||class.redtext@text||class.pager.-2@text||class.pager.0@text\")).match(/(\\d+)/)?.[1]??0;\nresult = [];\nfor(i=1;i<=allpage;i++){\nresult.push({\n\tchaptername:\"第\"+i+\"页\",\n\turl:baseUrl.replace(/&page=\\d+/g,'')+\"&page=\"+i\n\t});\n}\nresult = JSON.stringify(result)\n\t}\nresult\n</js>\n$.[*]",
      "chapterName": "{{$.chapterid}}丨{{$.chaptername}}##(?<!\\d)丨",
      "chapterUrl": "@js:\nresult = /app-cdn/.test(baseUrl)?`https://www.jjwxc.net/comment.php?novelid=${java.getString(\"$.novelid\")}&chapterid=${java.getString(\"$.chapterid\")}`:java.getString(\"$.url\");",
      "updateTime": "{{$.chaptersize}}字•{{$.chapterdate}}•{{$.chapterintro##^\\s*}}##^•|0000-00-00.*|^0字•|字••"
    },
    "searchUrl": "http://android.jjwxc.net/androidapi/search?keyword={{key}}&type=1&page={{page}}&searchType=1&sortMode=DESC",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "🎉 笔趣阁儿",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.biquger.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 173,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1608799107494,
    "loginUrl": "",
    "respondTime": 746,
    "ruleBookInfo": {
      "coverUrl": "class.xsfm@img@src",
      "intro": "class.jianjie bk@text##亲爱的书友.*请书友知晓！",
      "lastChapter": "class.xsinfo@tag.li.3@a@text"
    },
    "ruleContent": {
      "content": "id.nr@textNodes##.*本章未完.*|笔趣阁_www.biquger.com",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.a.2@text",
      "bookList": "class.fk@li",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.a.1@href##.*/(\\d+)(\\d{3})/##https://www.biquger.com/files/article/image/$1/$1$2/$1$2s.jpg",
      "kind": "tag.a.0@text##\\[|\\]",
      "name": "class.blue@text"
    },
    "ruleToc": {
      "chapterList": "class.zxjz fk@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "https://wap.biquger.com/s.php?s={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "火高小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.00shu.com/",
    "bookUrlPattern": "http://www.00shu.com/\\d+/\\d+/",
    "customButton": false,
    "customOrder": 174,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1734385470454,
    "respondTime": 79184,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text",
      "coverUrl": "id.fmimg@img@src",
      "intro": "id.intro@text",
      "kind": "id.info@tag.p.2@text##最后更新：",
      "lastChapter": "id.info@tag.p.3@a@text",
      "name": "id.info@h1@text",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "id.content@html"
    },
    "ruleExplore": {
      "author": "class.s5@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@a@href@js:\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.00shu.com/'+iid+'/'+id+'/'",
      "coverUrl": "class.s2@a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.00shu.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "class.s3@text",
      "name": "class.s2@a@text"
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tr!0",
      "bookUrl": "tag.td.0@a@href",
      "coverUrl": "tag.td.0@a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.00shu.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": "",
      "kind": "tag.td.4@text",
      "lastChapter": "tag.td.1@a@text",
      "name": "tag.td.0@a@text",
      "wordCount": "tag.td.3@text"
    },
    "ruleToc": {
      "chapterList": "id.list@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://www.00shu.com/modules/article/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "🎃笔趣阁🎃#12",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.qbiqus.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 175,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 1538,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "img@src",
      "intro": "id.intro@p.0@text",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "div#content@html##千千小说网.*$",
      "nextContentUrl": "",
      "replaceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "td:nth-of-type(3)@text",
      "bookList": "tr:nth-of-type(n+2)",
      "bookUrl": ".odd a@href",
      "coverUrl": "td.0@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\nsource.bookSourceUrl + 'files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": "",
      "kind": "td.5:4@text",
      "lastChapter": ".even a@text",
      "name": ".odd a@text",
      "wordCount": "td:nth-of-type(4)@text"
    },
    "ruleToc": {
      "chapterList": "dd a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ""
    },
    "searchUrl": "modules/article/search.php?searchkey={{key}},{\n  \"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.biquge55.net#",
    "bookUrlPattern": "https://www.biquge55.net/book/info\\d+/",
    "customButton": false,
    "customOrder": 176,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734989323220,
    "loginUrl": "",
    "respondTime": 866,
    "ruleBookInfo": {
      "author": "class.fix@tag.p.0@text##作者：",
      "coverUrl": "class.imgbox@tag.img@src",
      "intro": "class.m-desc@text",
      "kind": "class.fix@tag.p.4@text&&\nclass.fix@tag.p.1@text&&\nclass.fix@tag.p.2@text##类 别：|状 态：|最后更新：",
      "lastChapter": "class.section-box.0@tag.li.0@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.top@tag.h1@text",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "id.content@html##章节错误.*并刷新页面。|最快更新.*最新章节！",
      "nextContentUrl": "text.下一页.1@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.s4@text",
      "bookList": "class.txt-list@tag.li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "",
      "kind": "class.s1@text&&\nclass.s5@text##\\[|\\]",
      "lastChapter": "class.s3@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.s2@a@text"
    },
    "ruleToc": {
      "chapterList": "class.section-box.1@li",
      "chapterName": "tag.a.0@text",
      "chapterUrl": "tag.a.0@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "https://www.biquge55.net/search/,{\r\n  \"method\": \"POST\",\r\n  \"body\": \"searchkey={{key}}&Submit=%E6%90%9C%E7%B4%A2\"\r\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "*By_聆听月与悦-2025/1/24\n*By_\n//这里提供部分接口\n*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-\nhttp://api.myweipin.com\nhttp://api.lfdapengu.com\nhttp://api.jmlldsc.com\nhttp://api.lemiyigou.com\nhttp://api.lfdapengu.com",
    "bookSourceGroup": "免费",
    "bookSourceName": "猫眼看书（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "http://api.lfdapengu.com",
    "customButton": false,
    "customOrder": 177,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\": \"💮        ཽ 猫眼阅读 ཽ        💮\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"↓    ༺ 男频榜单 ༻    ↓\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"必读榜\",\"url\": \"{{source.bookSourceUrl}}/module/rank?type=1&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"潜力榜\",\"url\": \"{{source.bookSourceUrl}}/module/rank?type=5&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"完本榜\",\"url\": \"{{source.bookSourceUrl}}/module/rank?type=2&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"更新榜\",\"url\": \"{{source.bookSourceUrl}}/module/rank?type=3&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"搜索榜\",\"url\": \"{{source.bookSourceUrl}}/module/rank?type=4&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"评论榜\",\"url\": \"{{source.bookSourceUrl}}/module/rank?type=6&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"↓    ༺ 男频全部 ༻    ↓\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"玄幻\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=lejRej\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"武侠\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=nel5aK\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"都市\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=mbk5ez\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"仙侠\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=vbmOeY\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"军事\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=penRe7\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"历史\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=xbojag\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"游戏\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=mep2bM\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"科幻\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=zbq2dp\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"轻小说\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=YerEdO\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"↓    ༺ 男频完结 ༻    ↓\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"玄幻\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=lejRej&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"武侠\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=nel5aK&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"都市\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=mbk5ez&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"仙侠\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=vbmOeY&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"军事\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=penRe7&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"历史\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=xbojag&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"游戏\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=mep2bM&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"科幻\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=zbq2dp&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"轻小说\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=YerEdO&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"↓    ༺ 男频连载 ༻    ↓\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"玄幻\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=lejRej&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"武侠\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=nel5aK&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"都市\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=mbk5ez&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"仙侠\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=vbmOeY&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"军事\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=penRe7&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"历史\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=xbojag&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"游戏\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=mep2bM&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"科幻\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=zbq2dp&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"轻小说\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=YerEdO&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"↓    ༺ 女频榜单 ༻    ↓\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"必读榜\",\"url\": \"{{source.bookSourceUrl}}/module/rank?type=1&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"潜力榜\",\"url\": \"{{source.bookSourceUrl}}/module/rank?type=5&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"完本榜\",\"url\": \"{{source.bookSourceUrl}}/module/rank?type=2&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"更新榜\",\"url\": \"{{source.bookSourceUrl}}/module/rank?type=3&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"搜索榜\",\"url\": \"{{source.bookSourceUrl}}/module/rank?type=4&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"评论榜\",\"url\": \"{{source.bookSourceUrl}}/module/rank?type=6&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"↓    ༺ 女频全部 ༻    ↓\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"现代言情\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=9avmeG\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"古代言情\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=DdwRb1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"幻想言情\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=7ax9by\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"青春校园\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=Pdy7aQ\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"唯美纯爱\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=kazYeJ\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"同人衍生\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=9aAOdv\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"↓    ༺ 女频完结 ༻    ↓\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"现代言情\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=9avmeG&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"古代言情\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=DdwRb1&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"幻想言情\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=7ax9by&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"青春校园\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=Pdy7aQ&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"唯美纯爱\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=kazYeJ&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"同人衍生\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=9aAOdv&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"↓    ༺ 女频连载 ༻    ↓\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"现代言情\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=9avmeG&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"古代言情\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=DdwRb1&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"幻想言情\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=7ax9by&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"青春校园\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=Pdy7aQ&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"唯美纯爱\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=kazYeJ&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"同人衍生\",\"url\": \"{{source.bookSourceUrl}}/novel?sort=1&page={{page}}&categoryId=9aAOdv&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}}]",
    "header": "{\n\"User-Agent\": \"okhttp/4.9.2\",\n\"client-device\": \"0cdeb38dd0f2a381b06c0a02926ee317\",\n\"client-brand\": \"vivo\",\n\"client-version\": \"2.3.0\",\n\"client-name\": \"app.maoyankanshu.novel\",\n\"client-source\": \"android\",\n\"Authorization\": \"bearereyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9hcGkuanhndHp4Yy5jb21cL2F1dGhcL2xvZ2luYnltb2JpbGUiLCJpYXQiOjE3MzU2MTQ3NzEsImV4cCI6MTgyODkyNjc3MSwibmJmIjoxNzM1NjE0NzcxLCJqdGkiOiI1VEdjdXpoOHNSNVk5WlNjIiwic3ViIjo4MTEzMzQsInBydiI6ImExY2IwMzcxODAyOTZjNmExOTM4ZWYzMGI0Mzc5NDY3MmRkMDE2YzUifQ.-dT55vUMI-JJyfl3a9__Ii-DjxbyvnlOMoXWdG1c8JA\"\n}",
    "lastUpdateTime": 1751452123707,
    "loginUrl": "http://api.lfdapengu.com/auth/me",
    "respondTime": 6907,
    "ruleBookInfo": {
      "author": "$.authorName",
      "canReName": "true",
      "coverUrl": "$.cover",
      "downloadUrls": "http://api.jxgtzxc.com/",
      "init": "$.data",
      "intro": "&nbsp;&nbsp;\n📕书名：{{$.novelName}}\n✏️作者：{{$.authorName}}\n🔥热度：{{$.hotInfo}}，{{$.readInfo}}人在读\n💮更新：共{{$.chapterNum}}章\n📃最新章节：{{$.lastChapter.chapterName}}\n⏳更新时间：{{$..decTime}}\n📖简介：{{$.summary##(^|[。！？]+[”」）】]?)##$1<br>}}",
      "kind": "$..className",
      "lastChapter": "{{$.lastChapter.chapterName}}•{{$.lastUpdatedAt}}",
      "name": "$.novelName",
      "tocUrl": "{{source.bookSourceUrl}}/novel/{{$.novelId}}/chapters",
      "wordCount": "$.wordNum"
    },
    "ruleContent": {
      "content": "$.content",
      "replaceRegex": "##一秒记住.*精彩阅读。|7017k"
    },
    "ruleExplore": {
      "author": "$.authorName",
      "bookList": "$.data[*]",
      "bookUrl": "{{source.bookSourceUrl}}/novel/{{$.novelId}}?isSearch=1,{\n  \"js\": \"java.toast('正在加载详情页，请稍等！')\"\n}",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "{{source.bookSourceUrl}}/novel/{{$.novelId}}?isSearch=1<js>java.ajax(result)</js>$..className",
      "name": "$.novelName"
    },
    "ruleSearch": {
      "author": "$.authorName",
      "bookList": "$.data[*]",
      "bookUrl": "{{source.bookSourceUrl}}/novel/{{$.novelId}}?isSearch=1",
      "checkKeyWord": "开局圣人修为，女帝成了前妻",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "{{$.averageScore}}分\n{{$..className}}\n连载中{{$.status}}已完结\n{{$.lastChapter.decTime||$.createdAt##\\s.*}}\n##连载中2|1已完结|连载中已完结",
      "name": "$.novelName",
      "wordCount": "$.wordNum"
    },
    "ruleToc": {
      "chapterList": "$.data.list[*]",
      "chapterName": "$.chapterName",
      "chapterUrl": "$.path\n@js:java.aesBase64DecodeToString(result,\"f041c49714d39908\",\"AES/CBC/PKCS5Padding\",\"0123456789abcdef\");",
      "updateTime": "{{$.updatedAt}} | {{$.wordNum}}字"
    },
    "searchUrl": "{{source.bookSourceUrl}}/search?keyword={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "by天天的鸟蛋蛋\n同模板：https://www.haoduoman.com\nwebView解密 ",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "漫画鱼",
    "bookSourceType": 2,
    "bookSourceUrl": "https://www.manhuayu8.com",
    "customButton": false,
    "customOrder": 178,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1747513055422,
    "respondTime": 2969,
    "ruleBookInfo": {
      "author": ".author.0@text",
      "coverUrl": ".metas-image@img@src",
      "intro": ".metas-desc@p@text",
      "kind": ".has-text-success@text&&.author@a@text&&.has-text-danger@text",
      "lastChapter": ".newchapter@a@text",
      "name": ".metas-title@text"
    },
    "ruleContent": {
      "content": ".chapter-image@data-original\n<js>\ndata = result.split('\\n').filter(url => url.trim() !== '');imgTags = data.map(item => `<img src=\"${item}\">`) .join('\\n');                      \nimgTags; \n  </js>"
    },
    "ruleSearch": {
      "bookList": ".columns@.column",
      "bookUrl": ".title@href",
      "coverUrl": ".image@data-original",
      "intro": "ul@li.-1@a@text##.*：",
      "kind": "ul@li.0@text&&ul@li.2:3@a@text##.*：",
      "lastChapter": "ul@li.1@a@text",
      "name": ".title@text"
    },
    "ruleToc": {
      "chapterList": ".comic-chapters@li@a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{\n  \"webView\": true\n}"
    },
    "searchUrl": "/search?q={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//2024.11.25",
    "bookSourceGroup": "免费",
    "bookSourceName": "天悦小说（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.xtyxsw.org",
    "bookUrlPattern": "https:\\/\\/www\\.xtyxsw\\.org\\/read\\/\\d+\\/",
    "customButton": false,
    "customOrder": 179,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部🏷分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻\",\"url\":\"/sort/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇幻\",\"url\":\"/sort/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠\",\"url\":\"/sort/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市\",\"url\":\"/sort/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史\",\"url\":\"/sort/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"军事\",\"url\":\"/sort/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"悬疑\",\"url\":\"/sort/7/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"游戏\",\"url\":\"/sort/8/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻\",\"url\":\"/sort/9/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}\n]",
    "header": "{'User-Agent':'Mozilla/5.0 (Linux; Android 14; V2304A; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/123.0.6312.118 Mobile Safari/537.36',\n\"Referer\":\"https://www.20xs.org/\"}",
    "lastUpdateTime": 1759080990815,
    "respondTime": 2953,
    "ruleBookInfo": {
      "author": "em@text",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "kind": ".top@span.2:3@text##小说状态：|更新时间：",
      "lastChapter": "p.2@a.0@text",
      "name": "h1@text",
      "wordCount": ".top@span.1@text##全文字数："
    },
    "ruleContent": {
      "content": "#content@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##.*大家收藏.*|.*点击下一页.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.0@text",
      "bookList": "#alistbox",
      "bookUrl": "h2@a@href",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "lastChapter": ".sys@a@text",
      "name": "h2@a@text"
    },
    "ruleToc": {
      "chapterList": "dl@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "<js>\nlet ul = source.getKey() + \"/search.html\";\nlet headers = {\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\",\n  \"cookie\": \"1\"\n};\nlet cc = java.post(ul, `searchkey=${key}`, headers).header(\"Location\");\nlet next = String(cc).replace(/1\\.html$/, `${page}.html`);\nresult = source.key + next;\n</js>",
    "weight": 0
  },
  {
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.22biqu.com/",
    "bookUrlPattern": "https?://m.22biqu.com/biqu\\d+/",
    "customButton": false,
    "customOrder": 180,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"排行🏷榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"总排行榜\",\"url\":\"/rank/\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"月排行榜\",\"url\":\"/rank/monthvisit/\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"周排行榜\",\"url\":\"/rank/weekvisit/\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"收藏榜\",\"url\":\"/rank/goodnum/\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"标签🏷分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"全部分类\",\"url\":\"/fenlei/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"玄幻奇幻\",\"url\":\"/fenlei/1_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠修真\",\"url\":\"/fenlei/2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/fenlei/3_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/fenlei/4_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻灵异\",\"url\":\"/fenlei/6_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"游戏竞技\",\"url\":\"/fenlei/5_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"女生耽美\",\"url\":\"/fenlei/7_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他类型\",\"url\":\"/fenlei/8_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1735538327625,
    "respondTime": 8355,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property~=las?test_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#chaptercontent@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\\\s*({{ book.durChapterTitle }}|.*作者：.*|PS：.*求推荐！|PS：.*求收藏！|感谢.*打赏.*|感谢.*推荐票.*|感谢.*月票.*|（.*月票.*）|（为大家的.*票加更.*）|第二更在.*|为防止采集.*支持！|网址：sudugu\\\\.com|更多.*書吧看！|无错.*小说。|必应.*速读谷|loadAdv.*)\\\\s*\""
    },
    "ruleExplore": {
      "author": ".author@text##（.*）",
      "bookList": ".hot_sale",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##https://img.22biqu.com/$2/$1/$1s.jpg###",
      "intro": ".review@text##简介：",
      "kind": "",
      "name": ".title@text##\\d+\\."
    },
    "ruleSearch": {
      "author": ".author.0@text",
      "bookList": ".bookbox",
      "bookUrl": ".bookname@a@href",
      "coverUrl": "img@src",
      "kind": ".author.1@text##类型：",
      "lastChapter": ".update@a@text",
      "name": ".bookname@a@text"
    },
    "ruleToc": {
      "chapterList": ".directoryArea p a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}/ss/,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "👍 笔趣阁¹",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.666biquge.com",
    "customButton": false,
    "customOrder": 181,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1726507717452,
    "respondTime": 751,
    "ruleBookInfo": {
      "author": "p:nth-child(4) > a@text",
      "coverUrl": "#fmimg > img@src",
      "intro": "#intro > p@text",
      "kind": "p:nth-child(5) > a@text&&\np:nth-child(6)@text##状态：",
      "lastChapter": "dd:nth-child(2)@text",
      "name": "h2 > a@text",
      "tocUrl": "text.查看目录@href"
    },
    "ruleContent": {
      "content": "#content@html",
      "replaceRegex": "##[\\u0041-\\u005A\\u0061-\\u007A\\uFF21-\\uFF3A\\uFF41-\\uFF5A]+\\.[\\u0041-\\u005A\\u0061-\\u007A\\uFF21-\\uFF3A\\uFF41-\\uFF5A0-9\\uFF10-\\uFF19-]+\\.[\\u0041-\\u005A\\u0061-\\u007A\\uFF21-\\uFF3A\\uFF41-\\uFF5A]{2,}.*|{{chapter.title}}|第[0-9一二两三四五六七八九十百千万]{1,9}章.*|[(（]?本章未?完[）)]?.*|\\(第.+页\\)|.?加入书签.*|.*下一页继续阅读.*|.*退出阅读模式.*|.*点击下载{{book.name}}.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a:nth-child(3)@text",
      "bookList": ".line",
      "bookUrl": ".blue@href",
      "kind": "a:nth-child(1)@text##\\[|\\]",
      "lastChapter": ".even > a@text",
      "name": ".blue@text",
      "wordCount": ".even:nth-child(4)@text"
    },
    "ruleToc": {
      "chapterList": ".chapter > li > a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ".page > a:nth-child(1)@href"
    },
    "searchUrl": "{{java.connect(source.getKey()).raw().request().url()}}modules/article/waps.php?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "全本同人（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.qbtr.me/",
    "customButton": false,
    "customOrder": 182,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "同人小说::/tongren/<,index_{{page}}.html>\n常规小说::/changgui/<,index_{{page}}.html>\n同人榜单::/hot/<,index_{{page}}.html>",
    "lastUpdateTime": 1758571899699,
    "respondTime": 3927,
    "ruleBookInfo": {
      "author": ".date span@text##.*：",
      "coverUrl": ".pic img@src",
      "intro": ".infos p@html",
      "kind": ".menNav a.1@text&&.date@textNodes##.*：|小说",
      "lastChapter": ".book_list a.-1@text",
      "name": ".infos h1@text##\\(\\S+"
    },
    "ruleContent": {
      "content": ".read_chapterDetail@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".booknews@ownText##.*：",
      "bookList": ".bk",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": "p@text##简介.",
      "kind": "label@text",
      "lastChapter": "h3@text##\\S+\\(|\\)",
      "name": "h3@text##\\(\\S+"
    },
    "ruleToc": {
      "chapterList": ".book_list a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/e/search/index.php,{\n  \"charset\": \"gb2312\",\n  \"method\": \"POST\",\n  \"body\": \"keyboard={{key}}&show=title&classid=0\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "By_聆听月与悦 . 25.5\n-*书旗免费小说的网页版，正文需要付费才能观看\n-*付费💎    免费💮",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "🍒书旗小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.shuqi.com/",
    "bookUrlPattern": "https://www.shuqi.com/book/\\d+.html",
    "customButton": false,
    "customOrder": 183,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n    {\n        \"title\": \"💮        分类        💮\",\n        \"url\": \"\",\n        \"style\": {\n            \"layout_flexGrow\": 0,\n            \"layout_flexBasisPercent\": 1\n        }\n    },\n    {\n        \"title\": \"全部\",\n        \"url\": \"/store?&sz=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"男频\",\n        \"url\": \"/store?&sz=1&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"女频\",\n        \"url\": \"/store?&sz=2&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"不限\",\n        \"url\": \"/store?sz=0&fc=0&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"30万以下\",\n        \"url\": \"/store?sz=0&fc=0&wd=11&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"30万~50万\",\n        \"url\": \"/store?sz=0&fc=0&wd=12&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"50万~100万\",\n        \"url\": \"/store?sz=0&fc=0&wd=13&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"100万~200万\",\n        \"url\": \"/store?sz=0&fc=0&wd=14&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"200万以上\",\n        \"url\": \"/store?sz=0&fc=0&wd=15&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"不限\",\n        \"url\": \"/store?sz=0&fc=0&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"3天内\",\n        \"url\": \"/store?sz=0&fc=0&wd=10&tm=3&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"7天内\",\n        \"url\": \"/store?sz=0&fc=0&wd=10&tm=7&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"半个月内\",\n        \"url\": \"/store?sz=0&fc=0&wd=10&tm=15&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"一个月内\",\n        \"url\": \"/store?sz=0&fc=0&wd=10&tm=30&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"不限\",\n        \"url\": \"/store?sz=0&fc=0&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"连载\",\n        \"url\": \"/store?sz=0&fc=0&wd=10&tm=0&st=1&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"完结\",\n        \"url\": \"/store?sz=0&fc=0&wd=10&tm=0&st=2&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"都市\",\n        \"url\": \"/store?sz=0&fc=7&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"社会生活\",\n        \"url\": \"/store?sz=0&fc=15&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"玄幻\",\n        \"url\": \"/store?sz=0&fc=29&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"科幻\",\n        \"url\": \"/store?sz=0&fc=34%2C102&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"悬疑\",\n        \"url\": \"/store?sz=0&fc=41%2C108&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"历史\",\n        \"url\": \"/store?sz=0&fc=45&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"体育\",\n        \"url\": \"/store?sz=0&fc=54&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"武侠\",\n        \"url\": \"/store?sz=0&fc=58&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"游戏\",\n        \"url\": \"/store?sz=0&fc=63&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"仙侠\",\n        \"url\": \"/store?sz=0&fc=67%2C98&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"同人\",\n        \"url\": \"/store?sz=0&fc=71&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"现代言情\",\n        \"url\": \"/store?sz=0&fc=76&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"古代言情\",\n        \"url\": \"/store?sz=0&fc=86&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"玄幻言情\",\n        \"url\": \"/store?sz=0&fc=94&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"幻想言情\",\n        \"url\": \"/store?sz=0&fc=122&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"浪漫青春\",\n        \"url\": \"/store?sz=0&fc=127&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    }\n]",
    "header": "{\n\"user-agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36\"\n}",
    "lastUpdateTime": 1749181329342,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "https://www.shuqi.com/",
    "respondTime": 11623,
    "ruleBookInfo": {
      "author": "div.bauthor > a@text",
      "coverUrl": "div.view > img@src",
      "intro": "&nbsp;&nbsp;\n📕书        名：{{@css:span.bname@text}}\n✏️作        者：{{@css:div.bauthor > a@text}}{{'\\n'+'​'}}\n🔖类        型：{{@@class.lastchapter clear@li.0@text}}\n🎐状        态：{{@@class.lastchapter clear@li.2@text}}\n📄字        数：{{@@class.lastchapter clear@li.1@text}}\n🔥热        度：{{@css:span.bhot@text##热度：}}{{'\\n'+'​'}}\n⏳更新情况：{{@@class.lastchapter@li.-1@text##[更新：]*}}{{'\\n'+'​'}}\n🏷 相关标签：{{@css:div.tags@text}}{{'\\n'+'​'}}\n📜简介：{{@@class.bookDesc@text}}{{'\\n'+'​'}}\n📍{{@css:div.disclaimers@text}}\n",
      "kind": "div.tags@text&&div.lastchapter > li.0@text",
      "lastChapter": "div.lastchapter > li.-1@text##更新：",
      "name": "span.bname@text",
      "tocUrl": "class.operates clear@li.1@a@href||text.目录@href",
      "wordCount": "div.lastchapter > li.1@text"
    },
    "ruleContent": {
      "content": "class.chapter-content@html",
      "payAction": "java.toast(\"请登录账号并购买本章节！\")\njava.startBrowserAwait(baseUrl, \"登录\")",
      "replaceRegex": "",
      "title": ""
    },
    "ruleExplore": {
      "author": "class.store-tag@a@text##作者：",
      "bookList": "ul.store-ul > li",
      "bookUrl": "a.2@href",
      "coverUrl": "img.cover@src",
      "intro": "p.store-des@text",
      "kind": "class.store-tag@span@text",
      "name": "h3@text"
    },
    "ruleSearch": {
      "author": "div.bauthor@text||p.book-autor@text",
      "bookList": "div.matchbook > div.view||ul.clearfix > li",
      "bookUrl": "a.cover@href||a.book-cover@href",
      "checkKeyWord": "嫡女重生，惹上暴君逃不掉",
      "coverUrl": "a.cover > img@src||a.book-cover > img@src",
      "intro": "p.bookDesc > span@text||p.book-newc@text",
      "kind": "div.tag@text||div.category@text",
      "name": "class.bookTitle@text||li@class.ellipsis@text",
      "wordCount": ".lastchapter@li.1@text"
    },
    "ruleToc": {
      "chapterList": "@css:\ndiv.chapterbox > table > tbody > tr,\ndiv.chapterbox > table > tbody > tr > td,\ndiv.chapterbox > div.vol_name\n@js:\nlist = [];\n$ = result;\nfor (i in $) {\n    if (/vol_name/.test(String($[i]))) {\n        text = \"🏮 ↓ 〖\" + String($[i].text()) + \"〗 ↓ 🏮\";\n        list.push({\n            text: text,\n            volume: true\n        });\n    } else {  \n        $[i].select(\"td\").forEach(a => {     \n            vip = /a/.test(a.select(\"i\"));\n            text = a.select(\"a\").text();\n            href = a.select(\"a\").attr(\"href\");\n            if (vip) {\n                symbol = \"💎\";\n            } else {\n                symbol = \"💮\";\n            }\n            title = symbol + \"〖\" + text + \"〗\" + symbol;\n            url = `${href},{\"webView\":true}`\n            list.push({   \n                title: title,\n                isVip: vip,\n                url: url\n            });\n        });\n    }\n}\nlist",
      "chapterName": "title",
      "chapterUrl": "url",
      "isVip": "isVip",
      "isVolume": "volume",
      "preUpdateJs": ""
    },
    "searchUrl": "https://www.shuqi.com/search?keyword={{key}}&page={{page}}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "笔下文学③🥉",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.bequmo.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 184,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1719719715112,
    "loginUrl": "",
    "respondTime": 28,
    "ruleBookInfo": {
      "intro": "",
      "tocUrl": "@js:baseUrl.replace(/binfo/,'b').replace(/(\\d)\\.htm.*/,'$1/')"
    },
    "ruleContent": {
      "content": "id.content@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "tr:has(.odd):lt(6)",
      "bookUrl": "tag.td.0@a@href",
      "coverUrl": "tag.td.0@a@href@js:result.replace(/binfo/,'image').replace(/\\/(\\d+).htm/,'/$1/$1s.jpg')",
      "kind": "tag.td.5@text&&tag.td.3@text@js:result+'字'",
      "lastChapter": "tag.td.1@text",
      "name": "tag.td.0@text"
    },
    "ruleToc": {
      "chapterList": "+@js:\nvar reg=new RegExp(/<dd(.).+?\"(\\d+\\.html)\">(.*?)<\\/a>/g);\nvar list1=[];\nvar list2=[];\nvar tmp,url,name;\nvar i=-1;\nwhile((tmp=reg.exec(result))){\nurl=tmp[2];\nname=tmp[3];\nif(tmp[1].match(/>/)){\ni=i+1;\nlist1.push({name:name,url:url});\n}\nelse\nlist2.push({name:name,url:url});\n\nif(i==1){\ni=-1;\nlist1=list1.concat(list2.reverse());\nlist2=[];\n}\n}\nlist1;",
      "chapterName": "name",
      "chapterUrl": "url"
    },
    "searchUrl": "/cse/search?q={{key}}&submit=搜索",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "顶点小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.23us.tw#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 185,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1721182841065,
    "loginUrl": "",
    "respondTime": 11153,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作    者：",
      "coverUrl": "id.fmimg@tag.img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "id.info@tag.p.2@text##\\更新时间：|\\[|\\]",
      "lastChapter": "id.info@tag.p.3@a@text",
      "name": "id.info@tag.h1.0@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@html##您可以在百度里.*查找最新章节！|顶点小说.*us",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "tag.td.0@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.23us.tw/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": "",
      "kind": "",
      "lastChapter": "tag.td.1@tag.a@text",
      "name": "tag.td.0@tag.a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://www.23us.tw/modules/article/search.php?q={{key}}",
    "weight": 2
  },
  {
    "bookSourceComment": "// Error: Expected to find an object with property ['data'] in path $['data'] but found 'null'. This is not a json object according to the JsonProvider: 'cb.e'.\n\n此书源可以开箱即用，无需进行其他操作\n但由于此书源API来自于番茄Web共享API服务项目，API来自于共享地址，而共享地址目前仅来自一台云手机\n此书源使用Xposed模块番茄Web 搭建\n番茄Web地址：因版权原因，请自行搜索\n模块下载：自行使用action\n书源：netsite\n目前免费线路会时不时断线，如果你有经济可以赞助我：\nhttps://afdian.com/a/netsite",
    "bookSourceGroup": "免费",
    "bookSourceName": "番茄小说（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://fq-book.netsite.cc",
    "customButton": false,
    "customOrder": 186,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n\t\"title\": \"我的书架\",\n\t\"url\": \"https://fanqienovel.com/reading/bookapi/bookshelf/info/v:version/?aid=1967&iid=0&version_code=56910&update_version_code=56910\",\n\t\"style\": {\n\t\t\"layout_flexBasisPercent\": 1,\n\t\t\"layout_flexGrow\": 1\n\t}\n  },\n{\"title\": \"༺ˇ»`ʚ男生ɞ´«ˇ༻\",\"url\": \"\",\"style\": {\"layout_flexGrow\": 1, \"layout_flexBasisPercent\": 1}},\n{\"title\": \"都市\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=1&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"都市生活\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=2&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"玄幻\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=7&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"科幻\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=8&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"悬疑\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=10&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"乡村\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=11&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"历史\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=12&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"体育\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=15&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"武侠\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=16&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"影视小说\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=45&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"文学小说\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=47&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"生活\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=48&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"成功励志\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=56&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"文化历史\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=62&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"赘婿\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=25&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"神医\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=26&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"战神\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=27&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"奶爸\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=42&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"学霸\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=82&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"天才\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=90&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"腹黑\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=92&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"扮猪吃虎\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=93&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"鉴宝\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=17&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"系统\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=19&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"神豪\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=20&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"种田\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=23&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"重生\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=36&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"穿越\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=37&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"二次元\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=39&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"海岛\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=40&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"娱乐圈\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=43&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"空间\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=44&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"推理\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=61&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"洪荒\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=66&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"三国\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=67&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"末世\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=68&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"直播\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=69&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"无限流\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=70&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"诸天万界\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=71&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"大唐\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=73&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"宠物\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=74&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"外卖\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=75&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"星际\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=77&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"美食\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=78&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"年代\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=79&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"剑道\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=80&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"盗墓\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=81&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"战争\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=97&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"灵异\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=100&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"都市修真\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=124&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"家庭\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=125&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"明朝\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=126&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"职场\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=127&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"都市日常\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=261&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"都市脑洞\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=262&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"都市种田\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=263&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"历史脑洞\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=272&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"历史古代\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=273&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"惊悚\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=322&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"奥特同人\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=367&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"火影\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=368&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"反派\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=369&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"海贼\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=370&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"神奇宝贝\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=371&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"网游\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=372&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"西游\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=373&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"漫威\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=374&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"特种兵\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=375&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"龙珠\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=376&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"大秦\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=377&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"女帝\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=378&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"求生\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=379&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"聊天群\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=381&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"穿书\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=382&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"九叔\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=383&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"无敌\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=384&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"校花\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=385&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"单女主\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=389&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"无女主\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=391&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"都市青春\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=396&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"架空\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=452&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"开局\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=453&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"综漫\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=465&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"钓鱼\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=493&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"囤物资\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=494&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"四合院\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=495&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"国运\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=496&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"武将\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=497&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"皇帝\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=498&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"断层\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=500&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"宋朝\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=501&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"宫廷侯爵\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=502&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"清朝\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=503&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"抗战谍战\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=504&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"破案\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=505&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"神探\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=506&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"谍战\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=507&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"电竞\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=508&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"游戏主播\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=509&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"东方玄幻\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=511&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"异世大陆\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=512&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"高武世界\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=513&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"灵气复苏\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=514&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"末日求生\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=515&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"都市异能\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=516&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"修仙\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=517&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"特工\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=518&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"大小姐\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=519&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"大佬\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=520&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"打脸\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=522&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"双重生\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=524&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"同人\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=538&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"悬疑脑洞\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=539&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"克苏鲁\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=705&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"衍生同人\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=718&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"游戏体育\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=746&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"悬疑灵异\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=751&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"搞笑轻松\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=778&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"官场\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=788&gender=1\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"\",\"url\": \"\",\"style\": {\"layout_flexGrow\": 1, \"layout_flexBasisPercent\": 0.25}},\n{\"title\": ༺ˇ»`ʚ女生ɞ´«ˇ༻\",\"url\": \"\",\"style\": {\"layout_flexGrow\": 1, \"layout_flexBasisPercent\": 1}},\n{\"title\": \"都市生活\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=2&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"现代言情\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=3&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"古代言情\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=5&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"科幻\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=8&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"悬疑\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=10&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"乡村\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=11&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"武侠\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=16&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"幻想言情\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=32&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"婚恋\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=34&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"影视小说\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=45&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"文学小说\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=47&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"生活\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=48&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"成功励志\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=56&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"文化历史\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=62&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"萌宝\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=28&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"豪门总裁\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=29&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"宠妻\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=30&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"学霸\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=82&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"公主\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=83&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"皇后\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=84&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"王妃\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=85&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"女强\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=86&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"皇叔\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=87&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"嫡女\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=88&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"精灵\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=89&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"天才\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=90&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"腹黑\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=92&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"扮猪吃虎\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=93&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"团宠\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=94&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"校园\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=4&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"系统\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=19&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"种田\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=23&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"快穿\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=24&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"重生\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=36&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"穿越\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=37&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"二次元\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=39&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"娱乐圈\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=43&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"空间\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=44&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"推理\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=61&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"末世\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=68&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"直播\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=69&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"兽世\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=72&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"清穿\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=76&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"星际\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=77&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"美食\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=78&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"年代\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=79&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"盗墓\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=81&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"虐文\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=95&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"甜宠\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=96&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"战争\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=97&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"灵异\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=100&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"家庭\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=125&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"职场\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=127&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"宫斗宅斗\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=246&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"医术\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=247&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"玄幻言情\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=248&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"古言脑洞\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=253&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"都市日常\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=261&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"马甲\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=266&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"现言脑洞\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=267&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"现言复仇\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=268&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"双男主\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=275&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"反派\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=369&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"病娇\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=380&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"穿书\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=382&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"无敌\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=384&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"青梅竹马\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=387&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"女扮男装\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=388&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"民国\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=390&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"无CP\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=392&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"可盐可甜\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=454&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"天作之合\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=455&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"情有独钟\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=456&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"虐渣\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=457&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"护短\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=458&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"古灵精怪\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=459&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"独宠\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=460&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"群穿\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=461&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"古穿今\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=462&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"今穿古\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=463&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"异世穿越\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=464&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"综漫\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=465&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"闪婚\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=466&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"隐婚\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=467&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"冰山\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=468&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"双面\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=469&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"替身\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=470&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"契约婚姻\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=471&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"豪门世家\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=473&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"日久生情\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=474&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"破镜重圆\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=475&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"双向奔赴\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=476&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"一见钟情\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=477&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"强强\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=478&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"带球跑\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=479&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"逃婚\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=480&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"暗恋\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=482&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"相爱相杀\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=483&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"HE\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=484&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"职场商战\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=485&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"明星\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=486&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"医生\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=487&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"律师\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=488&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"现言萌宝\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=489&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"厨娘\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=490&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"毒医\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=491&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"将军\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=492&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"囤物资\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=494&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"四合院\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=495&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"抗战谍战\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=504&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"破案\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=505&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"电竞\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=508&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"游戏主播\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=509&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"大小姐\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=519&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"大佬\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=520&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"作精\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=521&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"打脸\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=522&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"前世今生\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=523&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"双重生\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=524&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"同人\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=538&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"悬疑脑洞\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=539&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"逃荒\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=557&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"双洁\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=702&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"双女主\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=704&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"衍生同人\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=718&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"豪门爽文\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=745&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"游戏体育\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=746&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"悬疑恋爱\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=747&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"霸总\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=748&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"青春甜宠\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=749&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"职场婚恋\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=750&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"搞笑轻松\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=778&gender=0\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"༺ˇ»`ʚ出版ɞ´«ˇ༻\",\"url\": \"\",\"style\": {\"layout_flexGrow\": 1, \"layout_flexBasisPercent\": 1}},\n{\"title\": \"都市\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=1&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"都市生活\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=2&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"现代言情\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=3&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"古代言情\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=5&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"玄幻\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=7&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"科幻\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=8&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"悬疑\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=10&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"历史\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=12&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"武侠\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=16&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"幻想言情\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=32&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"影视小说\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=45&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"诗歌散文\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=46&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"文学小说\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=47&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"生活\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=48&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"社会科学\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=50&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"名著经典\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=51&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"科技\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=52&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"经济管理\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=53&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"教育\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=54&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"成功励志\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=56&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"推理悬疑\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=61&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"文化历史\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=62&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"中国名著\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=98&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"外国名著\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=99&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"战神\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=27&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"萌宝\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=28&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"豪门总裁\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=29&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"宠妻\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=30&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"学霸\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=82&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"公主\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=83&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"皇后\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=84&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"王妃\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=85&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"女强\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=86&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"嫡女\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=88&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"精灵\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=89&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"天才\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=90&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"腹黑\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=92&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"校园\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=4&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"种田\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=23&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"重生\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=36&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"穿越\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=37&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"娱乐圈\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=43&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"推理\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=61&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"直播\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=69&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"大唐\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=73&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"美食\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=78&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"年代\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=79&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"剑道\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=80&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"盗墓\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=81&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"甜宠\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=96&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"战争\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=97&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"灵异\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=100&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"国学\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=116&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"家庭\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=125&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"明朝\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=126&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"职场\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=127&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"法律\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=142&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"宫斗宅斗\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=246&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"玄幻言情\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=248&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"古言脑洞\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=253&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"都市日常\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=261&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"都市脑洞\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=262&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"现言脑洞\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=267&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"历史古代\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=273&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"两性\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=274&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"特种兵\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=375&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"青梅竹马\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=387&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"女扮男装\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=388&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"民国\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=390&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"外国文学\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=397&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"古代文学\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=398&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"当代文学\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=399&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"现实小说\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=400&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"文学理论\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=401&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"中国历史\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=402&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"世界历史\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=403&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"历史传记\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=404&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"人文社科\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=405&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"哲学宗教\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=406&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"心理学\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=407&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"政治军事\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=408&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"人物传记\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=409&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"个人成长\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=410&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"思维智商\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=411&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"人际交往\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=412&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"文化艺术\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=413&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"亲子家教\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=415&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"保健养生\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=416&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"时尚美妆\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=418&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"美食休闲\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=419&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"家居旅游\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=420&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"风水占卜\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=421&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"经典国学\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=423&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"架空\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=452&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"今穿古\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=463&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"冰山\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=468&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"豪门世家\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=473&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"一见钟情\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=477&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"暗恋\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=482&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"HE\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=484&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"学校教育\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=721&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"成人教育\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=722&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"豪门爽文\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=745&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"悬疑恋爱\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=747&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"霸总\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=748&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"青春甜宠\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=749&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"职场婚恋\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=750&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"悬疑灵异\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=751&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"官场\",\"url\": \"https://novel.snssdk.com/api/novel/channel/homepage/new_category/book_list/v1/?parent_enterfrom=novel_channel_category.tab.&aid=1967&offset={{(page-1)*100}}&limit=100&category_id=788&genre_type=160\",\"style\":{\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"\",\"url\": \"\",\"style\": {\"layout_flexGrow\": 1, \"layout_flexBasisPercent\": 0.25}},\n{\"title\": \"\",\"url\": \"\",\"style\": {\"layout_flexGrow\": 1, \"layout_flexBasisPercent\": 0.25}}\n]",
    "header": "{\n\t\"token\": \"\",\n\t\"user-agent\":\"Mozilla/5.0 (Linux; Android 10.0; wv) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.110 Mobile Safari/537.36 T7/10.3 SearchCraft/2.6.2 (Baidu; P1 7.0)\"\n\t}",
    "lastUpdateTime": 1759348305289,
    "loginUrl": "https://fanqienovel.com/",
    "respondTime": 194620,
    "ruleBookInfo": {
      "author": "author##<em>|</em>",
      "coverUrl": "thumb_url",
      "init": "$.data.data",
      "intro": "&nbsp;&nbsp;🔖 更新时间：{{java.timeFormat(java.getString('$..last_publish_time')*1000)}}\n{{'\\n&lrm;\\n'}}\n✏️ 开坑：{{$.create_time##T|\\+.*## }}\n🔗 源站：{{$..source}}{{'\\n&lrm;\\n'}}\n📖 阅读：{{$..sub_info}}{{'\\n&lrm;\\n'}}\n🏷️ 简介：{{$..abstract}}\n{{'\\n&lrm;\\n'}}📍{{$..copyright_info##，如有任何疑问，请通过“我的-意见反馈”告知我们##。}}\n<js>\nread_count=java.getString('$..read_count')\nif(read_count>10000)read_count=(Number(read_count)/10000).toFixed(2)+'万'\nresult.replace('{count}',read_count).replace(/.+：\\n&lrm;\\n/,'')\n</js>",
      "kind": "{{$..category}},连载{{$..creation_status}}完结,{{$..score}}分,{{$..create_time##T.*}}@js:result.replace(/连载0完结/g,'完结').replace(/连载1完结/g,'连载').replace(/连载4完结/g,'已断更').replace(/连载-1完结/g,'完结')",
      "lastChapter": "{{$.last_chapter_title##小说：}} • {{$.create_time##/|T.*}}",
      "name": "book_name",
      "tocUrl": "https://fanqienovel.com/api/reader/directory/detail?bookId={{$..book_id}}",
      "wordCount": "word_number"
    },
    "ruleContent": {
      "content": "$..content",
      "replaceRegex": "##收听有声版"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.data.data.*",
      "bookUrl": "{{source.bookSourceUrl}}/info?book_id={{$.book_id}}",
      "coverUrl": "@js:replaceCover(java.getString(\"thumb_url\"))",
      "intro": "$.abstract##\\n",
      "kind": "男生{{$.gender}}女生\n连载{{$.creation_status}}完结\n{{$.score}}分\n{{$..text}}\n{{$.sub_info}}\n##连载0|1完结|男生0|1女生|男生女生[\\s\\S]*\n@js:result\n.replace(\"男生2女生\",\"出版\")\n.replace(\"连载4完结\",\"断更\")\n.replace(\"连载-1完结\",\"未知\");",
      "name": "$.book_name",
      "wordCount": "$.word_number"
    },
    "ruleSearch": {
      "author": "author##<em>|</em>",
      "bookList": "$.data.ret_data.*||$..book_data[*]||$..book_info[*]",
      "bookUrl": "{{source.bookSourceUrl}}/info?book_id=@get:{book_id}",
      "coverUrl": "thumb_url",
      "intro": "abstract",
      "kind": "category&&tags",
      "lastChapter": "https://novel.snssdk.com/api/novel/book/directory/list/v1?book_id={$.book_id}<js>\njava.ajax(result)</js>$.data.book_info.last_chapter_title&&$.data.book_info.last_chapter_update_time##\\n##·<js>\nString(result).replace(/·\\d+/,\"·\" + java.timeFormat(result.match(/·(\\d+)/)[1]*1000))</js>",
      "name": "book_name||title@put:{book_id: book_id}##<em>|</em>|《|》",
      "wordCount": "连载{{$.creation_status}}完本##连载0|1完本"
    },
    "ruleToc": {
      "chapterList": "<js>\n  let defaultVariable = {\n    \"volume\": {\n      \"status\": false,\n      \"mode\": 1,\n      \"spacer\": \" | \",\n      \"emptyVolumeName\": {\n        \"action\": false,\n        \"replace\": \"第一卷：默认\"\n      },\n      \"onlyOneShow\": false\n    }\n  }\n  let variable = (book.getVariable(\"custom\") != \"\" && book.getVariable(\"custom\") != null) ? book.getVariable(\"custom\") : source.getVariable();\n  if(variable != \"\" && variable != null){\n    try{\n      variable = JSON.parse(variable);\n    } catch(err) {\n      java.log(err);\n      variable = defaultVariable;\n    }\n  } else {\n    variable = defaultVariable;\n  }\n  let data = JSON.parse(result).data;\n  let list = data.chapterListWithVolume;\n  let volume = data.volumeNameList;\n  let chapters = [];\n  let volume_names = [];\n  for(let i in list){\n    for(let x in list[i]){\n      let c = list[i][x];\n      if(variable.volume.status == true && variable.volume.mode == 1 && volume_names.indexOf(c.volume_name) == -1){\n        volume_names.push(c.volume_name);\n        if(volume.length != 1 || variable.volume.onlyOneShow){\n          chapters.push({\n            title: ((c.volume_name == \"\" && variable.volume.emptyVolumeName.action == \"replace\" && variable.volume.emptyVolumeName.replace) ? variable.volume.emptyVolumeName.replace : c.volume_name),\n            isVolume: true\n          });\n        }\n      }\n      if(variable.volume.status == true && variable.volume.mode == 2){\n        if(c.volume_name == \"\" && variable.volume.emptyVolumeName.action == \"replace\" && variable.volume.emptyVolumeName.replace){\n          c.title = (c.volume_name == \"\" ? variable.volume.emptyVolumeName.replace : c.volume_name) + (variable.volume.spacer || \" | \") + c.title;\n        } else if(volume.length != 1 || variable.volume.onlyOneShow){\n          c.title = c.volume_name + (variable.volume.spacer || \" | \") + c.title;\n        }\n      }\n      c.url  = source.bookSourceUrl +  `/content?item_id=${c.itemId}`;\n      chapters.push(c);\n    }\n  }\n  chapters\n</js>",
      "chapterName": "title<js>##正文卷.|正文.|VIP章节.|免费章节.|VIP卷.|默认卷.|章节目录.|最新章节.|[\\(（【].*?[求更谢乐发订/万架字票合补加].*?[】）\\)]</js>",
      "chapterUrl": "url",
      "isVolume": "isVolume"
    },
    "searchUrl": "{{source.bookSourceUrl}}/search?query={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//两次搜索的间隔时间不得少于30秒",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔰 御书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.eyushuwu.com/💝",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 187,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"总榜\",\"url\":\"/top/allvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月榜\",\"url\":\"/top/monthvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周榜\",\"url\":\"/top/weekvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总推\",\"url\":\"/top/allvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月推\",\"url\":\"/top/monthvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周推\",\"url\":\"/top/weekvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"站推\",\"url\":\"/top/toptime/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"收藏\",\"url\":\"/top/goodnum/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"字数\",\"url\":\"/top/size/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最近\",\"url\":\"/top/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最新\",\"url\":\"/top/postdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"——类型——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"玄幻\",\"url\":\"/list/8/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修真\",\"url\":\"/list/9/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/list/12/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史\",\"url\":\"/list/16/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游\",\"url\":\"/list/14/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"/list/13/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖\",\"url\":\"/list/15/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"言情\",\"url\":\"/list/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美\",\"url\":\"/list/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他\",\"url\":\"/list/10/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52\"\n}",
    "lastUpdateTime": 1718870915043,
    "loginUrl": "",
    "respondTime": 71599,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "init": "",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content##小说|\\s.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content&&[property=\"og:novel:update_time\"]@content\n<js>result.replace(/(.*)\\s/,'$1 • ')</js>\n<js>result.replace(/\\s\\d+:\\d+/,'')</js>",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "@js:\nurl = baseUrl\nid = url.match(/(\\d+)/)[1]\n\"https://m.eyushuwu.com/4/\" + id + \"/\"",
      "wordCount": "class.blue.0@text##字数."
    },
    "ruleContent": {
      "content": ".novelcontent@html",
      "nextContentUrl": "",
      "replaceRegex": "##第.*章.*|.*作者.*|分卷阅读.*|- 肉肉屋",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "tag.td.2@text",
      "bookList": "tbody@tag.tr!0",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href@js:id=result.match(/(\\d+)/)[1];\nresult=\"http://img.eyushuwu.com/image/\"+id.slice(0,2)+\"/\"+id+\"/\"+id+\"s.jpg\"",
      "intro": "",
      "kind": "tag.td.3@text&&tag.td.4@text",
      "lastChapter": "tag.a.1@text",
      "name": "tag.a.0@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "tag.li.2@text##作者.",
      "bookList": ".mySearch ul",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href@js:id=result.match(/(\\d+)/)[1];\nresult=\"http://img.eyushuwu.com/image/\"+id.slice(0,2)+\"/\"+id+\"/\"+id+\"s.jpg\"",
      "intro": "",
      "kind": "tag.li.5@text&&tag.li.4@text##状态.|更新时间.",
      "lastChapter": "tag.a.1@text&&tag.li.4@text##更新时间：\n<js>result.replace(/(.*)\\s/,'$1 • ')</js>\n<js>result.replace(/\\s\\d+:\\d+/,'')</js>",
      "name": "tag.a.0@text",
      "wordCount": "tag.li.3@text##大小."
    },
    "ruleToc": {
      "chapterList": ".info_chapters .p2.1 @ul li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "/modules/article/search.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"searchkey={{key}}&page={{page}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃顶点小说🎃#4",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.2dingdian.net#🎃",
    "customButton": false,
    "customOrder": 188,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/class/1_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/class/2_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/class/3_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/class/4_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"侦探\",\n    \"url\": \"/class/5_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"游戏\",\n    \"url\": \"/class/6_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/class/7_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"恐怖\",\n    \"url\": \"/class/8_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"女频\",\n    \"url\": \"/class/9_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/class/10_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"小说排行\",\n    \"url\": \"/rank/allvisit/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  }\n]",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; U; Android 13; zh-Hans-CN; PFJM10 Build/TP1A.220905.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/135.0.4896.58 Quark/6.13.6.581 Mobile Safari/537.36\",\"Accept-Language\":\"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"}",
    "lastUpdateTime": 0,
    "respondTime": 5999,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": "#booktxt@p@html##.*未完.*下一.*阅读",
      "nextContentUrl": "text.下一@href\n@js:\nvar next=/_\\d+\\.html/.test(result) ? result : '';\nnext;"
    },
    "ruleExplore": {
      "author": ".s4@text||.btm@a@text",
      "bookList": ".l@ul@li||.item",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##\\D((\\d+)\\d{3})##https://img.2dingdian.net/image/$2/$1/$1s.jpg###",
      "intro": "dd@text",
      "kind": ".s1@text&&.s5@text||em.1@text",
      "lastChapter": ".s3@text",
      "name": ".s2@text||dt@a@text",
      "wordCount": "em.0@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".item",
      "bookUrl": "a.0@href",
      "coverUrl": "img@data-original",
      "intro": "dd@text",
      "kind": "em.1@text",
      "name": "a.1@text",
      "wordCount": "em.0@text"
    },
    "ruleToc": {
      "chapterList": "#list@dt:nth-of-type(2)~a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "<js>\ncookie.removeCookie(source.key);\nurl=source.key;\na=java.ajax(url);\n//java.log(a)\nb=a.match(/action=\\\"([^\"]*)\\\"/)[1];\nc=`?searchkey=${key},{\"method\": \"get\"}`;\nb+=c\n</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉 顶点中文④",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ddsge.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 189,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko, By Black Prism) Chrome/99.0 Safari/537.36\"\n}",
    "lastUpdateTime": 1608793862641,
    "loginUrl": "",
    "respondTime": 3479,
    "ruleBookInfo": {
      "coverUrl": "class.picborder@tag.img@src",
      "intro": "id.centerm@tag.tr.3@text##【作品简介】："
    },
    "ruleContent": {
      "content": "id.content@textNodes##天才一秒.*最快更新\\!无广告\\!"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.a.0@href@js:String(result).replace(/\\/wapbook\\//g,'https\\:\\/\\/www.dingdianku.com\\/book\\/')",
      "name": "class.even@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.dccss",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.ddsge.com/modules/article/search.php?searchkey={{key}},{\n  \"charset\": \"utf-8\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔰 御书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.eyushuwu.com/💝",
    "customButton": false,
    "customOrder": 190,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "耽美::/sort/1_{{page}}/\n百合::/sort/2_{{page}}/\n言情::/sort/3_{{page}}/\n高辣::/sort/4_{{page}}/\n腹黑::/sort/5_{{page}}/\n种田::/sort/6_{{page}}/\n高干::/sort/7_{{page}}/\n玄幻::/sort/8_{{page}}/\n修真::/sort/9_{{page}}/\n其他::/sort/10_{{page}}/\n武侠::/sort/11_{{page}}/\n都市::/sort/12_{{page}}/\n科幻::/sort/13_{{page}}/\n网游::/sort/14_{{page}}/\n恐怖::/sort/15_{{page}}/\n历史::/sort/16_{{page}}/\n同人::/sort/17_{{page}}/",
    "lastUpdateTime": 1718870918909,
    "respondTime": 35781,
    "ruleBookInfo": {
      "author": "class.tab@class.p1@text##作者.",
      "coverUrl": "class.tu@tag.img@src",
      "intro": "class.p2.1@textNodes",
      "kind": "class.tab1@class.p4@text&&class.tab1@class.p5@text",
      "lastChapter": "class.tab@class.p3@tag.a@text",
      "name": "class.catalog1@tag.h1@text",
      "wordCount": "class.tab1@class.p6@text"
    },
    "ruleContent": {
      "content": "id.novelcontent@textNodes##大家可以到全文阅读|校风港|ROU.*|-"
    },
    "ruleExplore": {
      "author": "class.p4@text",
      "bookList": "class.tt",
      "bookUrl": "class.p1@tag.a@href",
      "coverUrl": "tag.img@src",
      "intro": "class.p5@textNodes",
      "kind": "class.p2@text",
      "name": "class.p1@text",
      "wordCount": "class.p3@text"
    },
    "ruleSearch": {
      "author": "tag.a.2@text",
      "bookList": "class.search_list",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "##href=\"/(\\d+)/(\\d+)/\"##http://img.eyushuwu.com/image/$1/$2/$2s.jpg###",
      "kind": "tag.a.1@text",
      "name": "tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.info_chapters@tag.ul.1@tag.li@tag.a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"type=articlename&s={{key}}&submit=\"\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "蚂蚁阅读（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.imayitxt.com",
    "customButton": false,
    "customOrder": 191,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "\n 点  击  榜 ::/top/monthvisit/{{page}}.html\n 推  荐  榜 ::/top/monthvote/{{page}}.html\n\n玄幻::/sort/1/{{page}}.html\n仙侠::/sort/2/{{page}}.html\n都市::/sort/3/{{page}}.html\n历史::/sort/4/{{page}}.html\n军事::/sort/5/{{page}}.html\n灵异::/sort/6/{{page}}.html\n科幻::/sort/7/{{page}}.html\n游戏::/sort/8/{{page}}.html\n现言::/sort/9/{{page}}.html\n古言::/sort/10/{{page}}.html\n穿越::/sort/11/{{page}}.html\n青春::/sort/12/{{page}}.html\n豪门::/sort/14/{{page}}.html\n耽美::/sort/15/{{page}}.html\n其他::/sort/13/{{page}}.html",
    "lastUpdateTime": 1759348594001,
    "respondTime": 7942,
    "ruleBookInfo": {
      "author": "class.book_inf@tag.p.0@text",
      "canReName": "true",
      "coverUrl": "img@src.0",
      "intro": "class.h3_rf creat_time@text&&class.book_desc@text",
      "kind": "class.book_inf@tag.p.1@text##类别：",
      "lastChapter": "class.h3_rf new_time.0@tag.a@text",
      "name": "class.book_inf@h3@text",
      "tocUrl": "class.more-chapter@href",
      "wordCount": "class.book_inf@tag.p.2@text##总字数："
    },
    "ruleContent": {
      "content": "class.textarticle@html",
      "nextContentUrl": "text.下一章@href",
      "replaceRegex": "##最新网址.*|一秒记住.*，更新快，，免费读！|>>本章未完，继续下章阅读|免费小说，无弹窗小说网，.*下载，请记住蚂蚁阅读网.*|\\s*.*第.*章.*\\s*|一秒记住【花小说网】，为您提供精彩小说阅读。"
    },
    "ruleExplore": {
      "author": "class.listbook-info@tag.p.0@text",
      "bookList": "class.onefourbox@a",
      "bookUrl": "@href",
      "coverUrl": "class.listbook-cove@tag.img@src",
      "intro": "class.listbook-info@tag.p.1@text",
      "kind": "class.book-tag@tag.span@text",
      "name": "class.listbook-info@tag.h3@text"
    },
    "ruleSearch": {
      "author": "p@text",
      "bookList": "class.onefourbox@tag.a",
      "bookUrl": "tag.a@href",
      "coverUrl": "img@src",
      "kind": "span@text",
      "name": "h3@text"
    },
    "ruleToc": {
      "chapterList": "class.mulu_uld@li",
      "chapterName": "h3@text##>",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://wap.imayitxt.com/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "20230905更新网址，修复正文By_zhbyjm7783",
    "bookSourceGroup": "免费",
    "bookSourceName": "顶点中文[修复]",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.ddsk.org/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 192,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko, By Black Prism) Chrome/99.0 Safari/537.36\"\n}",
    "lastUpdateTime": 1694193448062,
    "loginUrl": "",
    "respondTime": 2701,
    "ruleBookInfo": {
      "coverUrl": "class.picborder@tag.img@src",
      "intro": "id.centerm@tag.tr.3@text##【作品简介】："
    },
    "ruleContent": {
      "content": ".ReadAjax_content@textNodes"
    },
    "ruleSearch": {
      "author": "class.author.0@tag.p@text##.*作者：",
      "bookList": "class.hot_sale",
      "bookUrl": "tag.a.0@href@js:String(result).replace(/\\/wapbook\\//g,'https\\:\\/\\/www.dingdianku.com\\/book\\/')",
      "kind": "class.author.0@tag.p@text##\\|.*",
      "lastChapter": "class.author.1@tag.p@text##.*更新：",
      "name": "class.title@tag.p.0@text"
    },
    "ruleToc": {
      "chapterList": ".directoryArea@p!0",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://wap.ddsk.org/s.php?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "双零电子（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.wrlwx.com",
    "customButton": false,
    "customOrder": 193,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"✱　　　　　　✱  榜    单  ✱　　　　　　✱\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"总排行榜\",\"url\":\"/paihangbang/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"月排行榜\",\"url\":\"/mpaihangbang/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"周排行榜\",\"url\":\"/wpaihangbang/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"最  新\",\"url\":\"/new/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"封  推\",\"url\":\"/fengtui/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"推  荐\",\"url\":\"/tuijian/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"金牌推荐\",\"url\":\"/jinpaituijian/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱  分    类  ✱　　　　　　✱\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武侠仙侠\",\"url\":\"/wuxia/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/yanqing/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"耽美小说\",\"url\":\"/danmei/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"玄幻小说\",\"url\":\"/xuanhuan/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青春校园\",\"url\":\"/xiaoyuan/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"网游竞技\",\"url\":\"/wangyou/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"灵异推理\",\"url\":\"/kongbu/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"纪实文学\",\"url\":\"/jishi/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"军事历史\",\"url\":\"/lishi/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻小说\",\"url\":\"/kehuan/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"管理哲学\",\"url\":\"/zhexue/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"学习资料\",\"url\":\"/xuexi/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1759348508747,
    "respondTime": 8222,
    "ruleBookInfo": {
      "author": "class.block_txt2@tag.p.2@text##作者：",
      "coverUrl": "img@src",
      "kind": "class.block_txt2@tag.p.2@a@text",
      "lastChapter": "class.block_txt2@tag.p.6@a@text",
      "name": "class.block_txt2@h2@a@text",
      "tocUrl": "class.block_txt2@tag.a.0@href##-(\\d+).html##http://www.wrltxt.com/read/$1/###"
    },
    "ruleContent": {
      "content": "id.content@textNodes##请记住本书.*",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "author": "class.s@text##大小.*",
      "bookList": "//div[5]/div[2]/div/ul/li",
      "bookUrl": "class.red@href",
      "intro": "class.u@text",
      "kind": "class.s@textNodes##作者.*|大小：|星级：|更新：",
      "lastChapter": "tag.div.-1@text##最新章节：",
      "name": "tag.a.0@text##txt.*"
    },
    "ruleSearch": {
      "author": "tag.td.3@text",
      "bookList": "tbody@tr!0",
      "bookUrl": "tag.a.0@href",
      "lastChapter": "tag.td.2@text",
      "name": "tag.td.1@text"
    },
    "ruleToc": {
      "chapterList": "//div[5]/div/div[3]/div[2]/ul/li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.wrlwx.com/so.html?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//正文下页修复 by: 游客",
    "bookSourceGroup": "免费",
    "bookSourceName": "笔趣小说（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.bqgcn.net",
    "bookUrlPattern": "https?://m.bqgcn.net/[\\d_]+/",
    "customButton": false,
    "customOrder": 194,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/xuanhuanxiaoshuo/<,?page={{page}}>\n仙侠::/xiuzhenxiaoshuo/<,?page={{page}}>\n都市::/dushixiaoshuo/<,?page={{page}}>\n历史::/lishixiaoshuo/<,?page={{page}}>\n网游::/wangyouxiaoshuo/<,?page={{page}}>\n科幻::/kehuanxiaoshuo/<,?page={{page}}>\n恐怖::/kongbuxiaoshuo/<,?page={{page}}>\n全本::/wanben/<,?page={{page}}>\n阅读记录::/bookcase/<,?page={{page}}>",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9; MIX 2 Build/PKQ1.190118.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.99 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1759348482044,
    "respondTime": 38889,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property~=las?test_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}##简介：|《.*》推荐！",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": "#nr1.content-div@html",
      "nextContentUrl": "text.下一页@class\n@js:\nif(result){\n\tnext = src.match(/eval(.function.*)/)||[];\n var url = next && eval(next[1]);\n //java.log(url)\n url && eval(url.replace(/var/,\"\"))\n\t}",
      "replaceRegex": "##\\s*本章未完.*\\s*|\\s*.*牢记网址.*\\s*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".s3@text",
      "bookList": ".lis dl",
      "bookUrl": "a@href",
      "checkKeyWord": "剑来",
      "coverUrl": "a@href##(\\d+)_(\\d+)##http://img.bqgcn.com/$1/$2/$2s.jpg###",
      "kind": ".s1@text##\\[|\\]",
      "name": "a@text"
    },
    "ruleToc": {
      "chapterList": "ul.chapter.1@li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "/search\n@js:\nvar html = java.ajax(baseUrl),\ntoken = org.jsoup.Jsoup.parse(html).\nselect('input[name=_token]').attr('value');\nbody = `kw=${key}<,&page=${page}>&_token=${token}`;\nresult + \",\" + \n\tJSON.stringify({\n  \"body\": String(body),\n  \"method\": \"POST\"\n});",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃滋滋读书🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.zzdushu.com#🎃",
    "bookUrlPattern": "http://www.zzdushu.com/book/\\d+/\\d+/",
    "customButton": false,
    "customOrder": 195,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"⭕分类小说⭕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"首页\",\n    \"url\": \"/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/list1/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/list2/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/list3/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/list4/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/list5/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/list6/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/list7/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/list8/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"⭕完结小说⭕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/full/1_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/full/2_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/full/3_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/full/4_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/full/5_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/full/6_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/full/7_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/full/8_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"⭕排行榜⭕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"周榜\",\n    \"url\": \"/top/week_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"月榜\",\n    \"url\": \"/top/month_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"总榜\",\n    \"url\": \"/top/all_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/top/all_1_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/top/all_2_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/top/all_3_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/top/all_4_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/top/all_5_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/top/all_6_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/top/all_7_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/top/all_8_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  }\n]",
    "lastUpdateTime": 0,
    "respondTime": 6214,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&\n[property=\"og:novel:status\"]@content&&\n[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:title\"]@content##小说全文免费阅读完整版|小说全集|最新.*",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "class.font_max@html",
      "nextContentUrl": "text.下一@href",
      "replaceRegex": "##本章未完.*|第.*[(1/2)]页|(?:[^\\u4E00-\\u9FA5\\s！？。”」]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶]){4,}(?<![\\.．点丶。])[\\.．点丶。]{1,2}(?![\\.．点丶。])(?:[^A-Z\\u4E00-\\u9FA5\\s！？“「]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶])(?:[^\\u4E00-\\u9FA5\\s！？“「]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶])+|(?:[^\\u4E00-\\u9FA5\\n！？。”」]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶]){4,}[\\.．点丶。](?:[^\\n\\u4E00-\\u9FA5A-z]*[cC][^\\n\\u4E00-\\u9FA5A-z]*[oO][^\\n\\u4E00-\\u9FA5A-z]*[mM]|[^\\n\\u4E00-\\u9FA5A-z]*[cC][^\\n\\u4E00-\\u9FA5A-z]*[nN]|[^\\n\\u4E00-\\u9FA5A-z]*[nN][^\\n\\u4E00-\\u9FA5A-z]*[eE][^\\n\\u4E00-\\u9FA5A-z]*[tT])(?![A-z])"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "dd.1@span.0@text",
      "bookList": ".col-md-6@dl",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": "",
      "kind": "dd.2:3@text##.*：|.*：",
      "lastChapter": "dd.4@a@text",
      "name": "h3@a@text##.*\\]|小说全文阅读|小说全集"
    },
    "ruleToc": {
      "chapterList": ".book_list2 li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVolume": "",
      "nextTocUrl": ".page-link@a@href\n@js:\nnext = [];\nurl = result[0];\nlength = result.length;\np = src.match(/page-link\">1\\/(\\d+)/)||[];\npage = Number(p[1]);\nif(length < page){\n\tfor(i = 2; i <= page; i++){\n\t\tlink = String(url).replace(/_\\d+/,`_${i}`);\n\t\tnext.push(link)\n\t\t}\n\t\tnext;\n\t}else result"
    },
    "searchUrl": "/search.php?q={{key}}&p={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃去读书🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.qudushu.com#🎃",
    "bookUrlPattern": "http://www.qudushu.com/book/info/\\d+/\\d+.html",
    "customButton": false,
    "customOrder": 196,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻魔法::/book/sort1/0/{{page}}.html\n武侠修真::/book/sort2/0/{{page}}.html\n都市言情::/book/sort3/0/{{page}}.html\n历史军事::/book/sort4/0/{{page}}.html\n穿越架空::/book/sort5/0/{{page}}.html\n游戏竞技::/book/sort6/0/{{page}}.html",
    "header": "",
    "lastUpdateTime": 0,
    "loginUrl": "{\n  \"url\": \"null\"\n}",
    "respondTime": 7681,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "class.divbox cf@img@src",
      "init": "",
      "intro": "class.tabcontent@class.tabvalue.0@text",
      "kind": "class.tabcontent@class.tabvalue.1@tag.td.2@text&&\nclass.tabcontent@class.tabvalue.1@tag.td.1@text&&\nclass.tabcontent@class.tabvalue.1@tag.td.0@text##最后更新：|连载状态：|作品分类：",
      "lastChapter": "h3@a@text",
      "name": "[property=\"og:novel:book_name\"]@content##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|小说|笔趣阁|免费.*",
      "tocUrl": "text.点击阅读@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.acontent@html##去读书推荐各位.*|去读书.*com|如果您中途有事.*以便以后接着观看！|\\(|\\)",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.c_tag@tag.span.1@text&&",
      "bookList": "class.blockcontent@class.c_row",
      "bookUrl": "class.c_subject@tag.a.1@href",
      "coverUrl": "img@src",
      "intro": "class.c_description@text",
      "kind": "class.c_tag@tag.span.5@text&&\nclass.c_tag@tag.span.7@text",
      "lastChapter": "class.c_subject@tag.a.2@text",
      "name": "class.c_subject@tag.a.1@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "class.c_tag.0@tag.span.1@text",
      "bookList": "id.jieqi_page_contents@class.c_row",
      "bookUrl": "class.c_subject@a@href",
      "coverUrl": "img@src",
      "intro": "",
      "kind": "class.c_tag.0@tag.span.3@text&&\nclass.c_tag.0@tag.span.7@text&&\nclass.c_tag.1@tag.span.3@text",
      "lastChapter": "class.c_tag.1@tag.span.1@a@text",
      "name": "class.c_subject@a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.index@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://www.qudushu.com/modules/article/search.php?q={{key}}",
    "weight": 1
  },
  {
    "bookSourceComment": "2025/6/24\nby天天的鸟蛋蛋 正文解密无需webView",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "全本小说quanben",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.quanben.io",
    "customButton": false,
    "customOrder": 197,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/c/xuanhuan_{{page}}.html\n都市::/c/dushi_{{page}}.html\n言情::/c/yanqing_{{page}}.html\n穿越::/c/chuanyue_{{page}}.html\n青春::/c/qingchun_{{page}}.html\n仙侠::/c/xianxia_{{page}}.html\n灵异::/c/lingyi_{{page}}.html\n悬疑::/c/xuanyi_{{page}}.html\n历史::/c/lishi_{{page}}.html\n军事::/c/junshi_{{page}}.html\n游戏::/c/youxi_{{page}}.html\n竞技::/c/jingji_{{page}}.html\n科幻::/c/kehuan_{{page}}.html\n职场::/c/zhichang_{{page}}.html\n官场::/c/guanchang_{{page}}.html\n现言::/c/xianyan_{{page}}.html\n耽美::/c/danmei_{{page}}.html\n其它::/c/qita_{{page}}.html",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; Android 13; OPPO Reno7 5G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/300.0.0.0 Mobile Safari/537.36 Edg/106.0.1370.42 Firefox/102.0 OPR/68.0.3618.104 Version/13.0 SamsungBrowser/16.0 UCBrowser/13.4.1.1250 QQBrowser/10.5.3739.400 SE 2.X MetaSr 1.0 QIHU 360EE HeyTapBrowser/40.8.30.3 okhttp/4.11.0\"}",
    "jsLib": "function base64(_str){var staticchars=\"PXhw7UT1B0a9kQDKZsjIASmOezxYG4CHo5Jyfg2b8FLpEvRr3WtVnlqMidu6cN\";var encodechars=\"\";for(var i=0;i<_str.length;i++){var num0=staticchars.indexOf(_str[i]);if(num0==-1){var code=_str[i]}else{var code=staticchars[(num0+3)%62]}var num1=parseInt(Math.random()*62,10);var num2=parseInt(Math.random()*62,10);encodechars+=staticchars[num1]+code+staticchars[num2]}return encodechars}\nfunction s(str) {\n  let arr = [];\n  for (let i = 0; i < str.length; i++) {\n    var r = str.charCodeAt(i);\n    if (r >= 0 && r <= 127) {\n      arr.push('&#' + r + ';');\n    } else {\n      arr.push('&#' + (r - 1) + ';');\n    }\n  }\n  return arr.join('');\n}\nfunction processHTML(html) {\n  var pRegex = /<p\\b[^>]*>.*?<\\/p>/gis;\n  var pTags = html.match(pRegex) || [];  \n  for (let i = 10; i < pTags.length; i++) {\n    if (i === 10 || i === 11) {\n      pTags[i] = pTags[i].replace(/(<p\\b[^>]*>).*?(<\\/p>)/, '$1...$2');\n    } else if (i % 2 === 0) {\n      var contentMatch = pTags[i].match(/<p\\b[^>]*>(.*?)<\\/p>/s);\n      if (contentMatch) {\n        var originalContent = contentMatch[1];\n        var processedContent = s(originalContent);\n        pTags[i] = pTags[i].replace(\n          /<p\\b[^>]*>.*?<\\/p>/s, \n          `<p${pTags[i].match(/<p\\b([^>]*)>/s)?.[1] || ''}>${processedContent}</p>`\n        );\n      }\n    }\n  }\n  var lastIndex = 0;\n  var result = '';\n  const tempHtml = html.replace(pRegex, () => {\n    const replacement = pTags[lastIndex] || '';\n    lastIndex++;\n    return replacement;\n  });\n  return tempHtml;\n}",
    "lastUpdateTime": 1750725274519,
    "respondTime": 5229,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property~=category|status]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "text.章节列表@href"
    },
    "ruleContent": {
      "content": "#content p@html\n<js>\nprocessHTML(result);\n</js>"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "[itemprop=\"author\"]@text",
      "bookList": ".box>.row",
      "bookUrl": "h3@a@href",
      "coverUrl": "img@src",
      "intro": "[itemprop=\"description\"]@text",
      "name": "h3@text"
    },
    "ruleToc": {
      "chapterList": "<js>\nvar r1=java.getString(\".list3.0@html\",src)\nvar r3=java.getString(\".list3.1@html\",src)\nvar callback=src.match(/var callback\\='(.*)';/)[1];\nvar book_id=src.match(/load_more\\('(\\d+)'\\)/)[1];\nvar callback_base64= base64(callback)\nvar head = JSON.stringify({\n  headers: {\n\"Referer\": \"https://www.quanben.io/n/wodenushen/list.html\"\n  }\n});\nvar url=\"https://www.quanben.io/index.php?c=book&a=list.jsonp&callback=\"+callback+\"&book_id=\"+book_id+\"&b=\"+callback_base64+\",\"+head\nvar url_src=java.ajax(url)\n//java.log(url_src)\nvar url_src_match=`${callback}\\((.*)\\)`\njava.log(url_src_match)\nvar url_src_json=url_src.match(url_src_match)[1];\nurl_src_json1=url_src_json.match(/\\((.*)\\)/)[1];\n//java.log(url_src_json1)\nvar url_src_json_data = JSON.parse(url_src_json1);\nvar r2=url_src_json_data.content\nvar r=r1+r2+r3\n//java.log(r)\n//java.log(JSON.stringify(url_src_json_data))\nr;\n</js>\n.list3@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/index.php?c=book&a=search&keywords={{key}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "番茄小说（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.zym888.com",
    "customButton": false,
    "customOrder": 198,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"📖全部分类📖\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"玄幻小说\",\n    \"url\": \"/fenlei1/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"武侠小说\",\n    \"url\": \"/fenlei2/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"都市小说\",\n    \"url\": \"/fenlei3/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"历史小说\",\n    \"url\": \"/fenlei4/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"网游小说\",\n    \"url\": \"/fenlei5/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"科幻小说\",\n    \"url\": \"/fenlei6/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"其他小说\",\n    \"url\": \"/fenlei7/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"📖热门排行📖\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"周点击\",\n    \"url\": \"/top/weekvisit/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"月点击\",\n    \"url\": \"/top/monthvisit/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"总点击\",\n    \"url\": \"/top/allvisit/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"日推荐\",\n    \"url\": \"/top/dayvote/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"周推荐\",\n    \"url\": \"/top/weekvote/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"月推荐\",\n    \"url\": \"/top/monthvote/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"总推荐\",\n    \"url\": \"/top/allvote/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"总收藏榜\",\n    \"url\": \"/top/goodnum/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"总字数榜\",\n    \"url\": \"/top/size/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"最新入库\",\n    \"url\": \"/top/postdate/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"📖全本排行📖\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"周点击\",\n    \"url\": \"/quanben/weekvisit/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"月点击\",\n    \"url\": \"/quanben/monthvisit/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"总点击\",\n    \"url\": \"/quanben/allvisit/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"日推荐\",\n    \"url\": \"/quanben/dayvote/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"周推荐\",\n    \"url\": \"/quanben/weekvote/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"月推荐\",\n    \"url\": \"/quanben/monthvote/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"总推荐\",\n    \"url\": \"/quanben/allvote/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"总收藏榜\",\n    \"url\": \"/quanben/goodnum/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"总字数榜\",\n    \"url\": \"/quanben/size/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"最新入库\",\n    \"url\": \"/quanben/postdate/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  }\n]",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; U; Android 13; zh-Hans-CN; PFJM10 Build/TP1A.220905.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/135.0.4896.58 Quark/6.13.6.581 Mobile Safari/537.36\",\"Accept-Language\":\"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"}",
    "lastUpdateTime": 1758062030580,
    "respondTime": 8115,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=last_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": "#text@html"
    },
    "ruleExplore": {
      "author": "p.0@text##作者：",
      "bookList": "article",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": "p.1@text##简介：",
      "name": "h2@text"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data.search[*]",
      "bookUrl": "$.book_list_url",
      "coverUrl": "$.cover",
      "intro": "$.intro",
      "kind": "$.cate_name",
      "lastChapter": "$.status_str",
      "name": "$.book_name"
    },
    "ruleToc": {
      "chapterList": "-.chapter@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "<js>\ncookie.removeCookie(source.getKey());\nurl = \"https://m.zym888.com/api/search\";\nr = java.ajax(baseUrl);\ns = r.match(/var\\s\\w+\\s*=\\s*\"\\w+\";/g).join('');\neval(s);\n//java.log(s)\nvar bd = {\n  \"method\": \"POST\",\n  \"body\": `q=${key}&vw=${vw}&abw=${abw}&ru=${ru}&jrt=${jrt}&van=${van}&fw=${fw}&cwl=${cwl}&gpr=${gpr}&uyoo=${uyoo}&tz=${tz}&euu=${euu}&tsn=${tsn}&eju=${eju}&um=${um}&fp=${fp}&dvm=${dvm}&jpk=${jpk}&deblkx=${deblkx}&ht=${ht}&azy=${azy}&sna=${sna}&wqx=${wqx}&fpp=${fpp}&rup=${rup}&jwj=${jwj}&bgt=${bgt}&qp=${qp}&yf=${yf}&cw=${cw}&wq=${wq}&sign=${sign}`\n};\n\nbjson = JSON.stringify(bd);\nurl + ',' + bjson;\n</js>\n",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "连城读书",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.lcread.com/",
    "customButton": false,
    "customOrder": 199,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "女频新书榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=20&bt=0&pn={{page-1}*20}&rank=xinshu,{\"webView\":true}\n女频封神榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=20&bt=0&pn={{page-1}*20}&rank=fengshen,{\"webView\":true}\n女频推荐榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=20&bt=0&pn={{page-1}*20}&rank=tuijian,{\"webView\":true}\n女频人气榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=20&bt=0&pn={{page-1}*20}&rank=renqi,{\"webView\":true}\n女频收藏榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=20&bt=0&pn={{page-1}*20}&rank=shoucang,{\"webView\":true}\n女频勤更榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=20&bt=0&pn={{page-1}*20}&rank=qingeng,{\"webView\":true}\n女频钻石榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=20&bt=0&pn={{page-1}*20}&rank=zuanshi,{\"webView\":true}\n女频月热销榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=20&bt=0&pn={{page-1}*20}&rank=yuerexiao,{\"webView\":true}\n女频VIP更新榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=20&bt=0&pn={{page-1}*20}&rank=vipgengxin,{\"webView\":true}\n女频VIP收藏榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=20&bt=0&pn={{page-1}*20}&rank=vipshoucang,{\"webView\":true}\n女频VIP打赏榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=20&bt=0&pn={{page-1}*20}&rank=vipdashang,{\"webView\":true}\n女频签约作者新书榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=20&bt=0&pn={{page-1}*20}&rank=qianyuexinshu,{\"webView\":true}\n女频公众作者新书榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=20&bt=0&pn={{page-1}*20}&rank=gongzhongxinshu,{\"webView\":true}\n女频新人签约新书榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=20&bt=0&pn={{page-1}*20}&rank=xinqianxinshu,{\"webView\":true}\n女频新人作者新书榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=20&bt=0&pn={{page-1}*20}&rank=xinrenxinshu,{\"webView\":true}\n[1]\n1\n​\n\n\n男频新书榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=10&bt=0&pn={{page-1}*20}&rank=xinshu,{\"webView\":true}\n男频封神榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=10&bt=0&pn={{page-1}*20}&rank=fengshen,{\"webView\":true}\n男频推荐榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=10&bt=0&pn={{page-1}*20}&rank=tuijian,{\"webView\":true}\n男频人气榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=10&bt=0&pn={{page-1}*20}&rank=renqi,{\"webView\":true}\n男频收藏榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=10&bt=0&pn={{page-1}*20}&rank=shoucang,{\"webView\":true}\n男频勤更榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=10&bt=0&pn={{page-1}*20}&rank=qingeng,{\"webView\":true}\n男频钻石榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=10&bt=0&pn={{page-1}*20}&rank=zuanshi,{\"webView\":true}\n男频月热销榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=10&bt=0&pn={{page-1}*20}&rank=yuerexiao,{\"webView\":true}\n男频VIP更新榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=10&bt=0&pn={{page-1}*20}&rank=vipgengxin,{\"webView\":true}\n男频VIP收藏榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=10&bt=0&pn={{page-1}*20}&rank=vipshoucang,{\"webView\":true}\n男频VIP打赏榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=10&bt=0&pn={{page-1}*20}&rank=vipdashang,{\"webView\":true}\n男频签约作者新书榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=10&bt=0&pn={{page-1}*20}&rank=qianyuexinshu,{\"webView\":true}\n男频公众作者新书榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=10&bt=0&pn={{page-1}*20}&rank=gongzhongxinshu,{\"webView\":true}\n男频新人签约新书榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=10&bt=0&pn={{page-1}*20}&rank=xinqianxinshu,{\"webView\":true}\n男频新人作者新书榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=10&bt=0&pn={{page-1}*20}&rank=xinrenxinshu,{\"webView\":true}",
    "header": "{\"Referer\": \"https://www.lcread.com\"}",
    "lastUpdateTime": 1721183155405,
    "loginUi": "",
    "loginUrl": "https://my.lc1001.com/user/login",
    "respondTime": 7795,
    "ruleBookInfo": {
      "kind": "id.bri3@tag.span@text"
    },
    "ruleContent": {
      "content": "id.ccon@html",
      "nextContentUrl": "id.next@href"
    },
    "ruleExplore": {
      "author": "class.author@tag.span@text",
      "bookList": "class.book-img@class.integration",
      "bookUrl": "class.images@tag.a@href",
      "coverUrl": "tag.img@src",
      "intro": "class.text@text",
      "kind": "class.kind@tag.a@text",
      "lastChapter": "class.caption-r@tag.a@title",
      "name": "tag.img@title",
      "wordCount": "class.caption-r@text"
    },
    "ruleSearch": {
      "author": "tag.a.2@text",
      "bookList": "//div[@class=\"tb_con\"][position()>1]//tr",
      "bookUrl": "tag.a.0@href",
      "checkKeyWord": "斗破苍穹",
      "coverUrl": "tag.img@src",
      "intro": "class.txt_100_t@text",
      "name": "class.txt_120_t2@text"
    },
    "ruleToc": {
      "chapterList": "//div[@id=\"abl4\"][1]//tr//td/a",
      "chapterName": "//font[1]/text()",
      "chapterUrl": "href",
      "isVip": "//font[2]",
      "updateTime": "text"
    },
    "searchUrl": "https://my.lc1001.com/esou/q?dowhat=query&kw={{key}}&type=1000,{\n\"charset\":\"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "//2025.4.16 by.◎辞晨◎",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "MANHUA18",
    "bookSourceType": 2,
    "bookSourceUrl": "https://manhwa18.cc/",
    "customButton": false,
    "customOrder": 200,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\npush(\"All Webtoons\",`https://manhwa18.cc/webtoons/{{page}}`,1,0.39)\npush(\"Manhwa Raw\",`https://manhwa18.cc/raw/{{page}}`, 1, 0.39);\npush(\"18+ Content\",`https://manhwa18.cc/webtoon-genre/adult/{{page}}`, 1, 0.39);\npush(\"Completed\",`https://manhwa18.cc/completed/{{page}}`, 1, 0.39);\n\n//java.log(JSON.stringify(sort))\nJSON.stringify(sort)",
    "lastUpdateTime": 1745603462684,
    "respondTime": 3184,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "img@data-src\n<js>\nlet headers = JSON.stringify({\"headers\":{\"Referer\":baseUrl}});\nresult.split('\\n').map(x=>`<img src=\"${x},${headers}\">`).join('\\n');\n</js>"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "bookList": ".manga-lists@.bsx",
      "bookUrl": "h3@a@href",
      "coverUrl": "img@data-src",
      "kind": "{{@@span.0@text}},{{@@.item-rate@span@text}},{{@@.chapter-item@span@text}}",
      "name": "h3@a@text"
    },
    "ruleToc": {
      "chapterList": "-#chapterlist@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "isVolume": "https://manhwa18.cc/api/check-bookmark?manga_id=1730"
    },
    "searchUrl": "/search?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃七七读书🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.dushu.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 201,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 1090,
    "ruleBookInfo": {
      "coverUrl": "tag.img.1@src",
      "init": "",
      "intro": "id.intro@text",
      "lastChapter": "class.update@a@text",
      "name": "tag.h1@text##搜索关键词.*"
    },
    "ruleContent": {
      "content": "id.ChapterContents@html##(txt下载地址：|更新速度最快赶|全集txt下载)[\\s\\S]+"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "tag.td.5@text||class.shu_xinxi@h4@small@text",
      "bookList": "class.BOX@tag.tr!0||class.shu_cont@children",
      "bookUrl": "class.red@href||class.shu_xinxi@h4@a@href",
      "coverUrl": "img@src|class.red@href<js>'/files/article/image'+String(result).replace(/.*?(\\d*?)(\\d{1,3})\\//,'/$1/$1$2/$1$2s.jpg').replace('//','/0/')</js>",
      "kind": "tag.td.1@text##\\[|\\]",
      "lastChapter": "tag.td.3@text",
      "name": "tag.td.2@text||class.shu_xinxi@h4@a@text##搜索关键词.*"
    },
    "ruleToc": {
      "chapterList": "class.zjlist@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.77shuku.org/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "20231123 整体修复-尐哖\n旧域名：https://api.aixdzs.com",
    "bookSourceGroup": "免费",
    "bookSourceName": "爱下电子（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://apiv2hans.aixdzs.com",
    "customButton": false,
    "customOrder": 202,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\nsort=[];\n\tpush=(title,url,type,fp)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: fp,\n\t\t\t\tlayout_flexBasisPercent: type\n\t\t\t}\n\t});\n\tu=\"https://apiv2hans.aixdzs.com/sort\"\n\txx=(a,b)=>{\n\t\treturn `list,{\"method\": \"POST\",\"body\":'{\"bookTypeId\":\"${a}\",\"type\": \"${b}\",\"pageNum\": \"{{page}}\"}'}`;\n\t}\n\tfls = JSON.parse(java.post(u,'',{}).body());\n\tpush(\"最新\",'',1,1)\n\tfor(f of fls.data.allType){\n\t\tpush(f.categoryName,u+xx(f.bookTypeId,1),0.25,0.25);\n\t}\n\tpush(\"——\",'',0.25,0.25)\n\tpush(\"——\",'',0.25,0.25)\n\tpush(\"大热\",'',1,1)\n\tfor(l of fls.data.allType){\n\t\tpush(l.categoryName,u+xx(l.bookTypeId,2),0.25,0.25);\n\t}\n\tpush(\"——\",'',0.25,0.25)\n\tpush(\"——\",'',0.25,0.25)\n\t//完本:3\n\tJSON.stringify(sort);\n</js>",
    "header": "@js:\nJSON.stringify({\n\t\"User-Agent\":\"Dalvik/2.1.0 (Linux; U; Android 10; MIX  Build/PKQ1.190118.001)\"\n});",
    "lastUpdateTime": 1751458374659,
    "respondTime": 20881,
    "ruleBookInfo": {
      "author": "$.author",
      "coverUrl": "https://img22.aixdzs.com/{{$.cover}}",
      "init": "$.data.book",
      "intro": "$.longIntro",
      "kind": "{{$.updated##T.*}}\n{{$.cat}}\n{{$.zt}}",
      "lastChapter": "$.lastChapter\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(\\{（｛【].*[求更谢乐发推票盟补加字Kk\\/].*[\\)\\}）｝】]/g,'')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(第.+章)\\s?\\d+/,'$1')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "name": "$.title",
      "tocUrl": "{{source.getKey()}}/catalog,{\n  \"body\": '{\"bookId\":\"{{$.bookId}}\"}',\n  \"method\": \"POST\"\n}",
      "wordCount": "$.wordCount"
    },
    "ruleContent": {
      "content": "<js>\ns=\"2c6689f91ee4d4e87d798397d47310ebbe1dad79ixdzs\";\nfor (i = 0, h = \"\"; i < 8; i++) {\n\tx=\"abcdefghijklmnopqrstuvwxyz0123456789\";\n\tr = parseInt(Math.random() * (36 - 0 +1) + 0, 10);\n\th += x.charAt(r);\n}\na=String(Math.round(new Date()));\nsha = s + h + a + h;\nsha1 = java.digestHex(sha,'SHA-1');\n\nb = baseUrl.match(/\"chapterId\":(\\d+),\"bookId\":\"(\\d+)\"/)\nu=source.getKey();\nurl = u + \"/chapter/content,\";\npost=`{\n  \"method\": \"POST\",\n  \"body\":'{\"chapterId\": ${b[1]},\"bookId\":\"${b[2]}\"}',\n  \"headers\":{\"checkSumDTO\":'{\"appid\":\"ixdzs\",\"checksum\":\"${sha1}\",\"curtime\":\"${a}\",\"nonce\":\"${h}\"}'}\n}`\n\nresult = java.ajax(url+post);\n</js>$.data.chapter.chapterContent",
      "replaceRegex": "##\\n\\s*[\\（(]本章完[\\)）]$|\\n\\s*第.*章.*\\n|.*武林中文网.*最新章节！"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.data.bookList",
      "bookUrl": "{{source.getKey()}}/book/detail,{\n  \"body\":'{\"bookId\":\"{{$.bookId}}\"}',\n  \"method\": \"POST\"\n}",
      "coverUrl": "https://img22.aixdzs.com/{{$.cover}}",
      "intro": "$.shortIntro",
      "kind": "{{$.updated##T.*}}\n{{$.cat}}\n{{$.zt}}",
      "lastChapter": "{{$.lastChapter##最新:}} • {{$.updated##T.*}}",
      "name": "$.title"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data.bookList",
      "bookUrl": "{{source.getKey()}}/book/detail,{\n  \"body\":'{\"bookId\":\"{{$.bookId}}\"}',\n  \"method\": \"POST\"\n}",
      "coverUrl": "https://img22.aixdzs.com/{{$.cover}}",
      "intro": "$.shortIntro",
      "kind": "{{$.updated##T.*}}\n{{$.cat}}\n{{$.zt}}",
      "lastChapter": "{{$.lastChapter##最新:}} • {{$.updated##T.*}}",
      "name": "$.title"
    },
    "ruleToc": {
      "chapterList": "$.data.chapterList[*]",
      "chapterName": "$.chapterName",
      "chapterUrl": "{{source.getKey()}}/chapter/content,{\n\t\"body\": '{\"chapterId\":{{$.chapterId}},\"bookId\":\"{{$.bookId}}\"}',\n  \"method\": \"POST\"\n}",
      "updateTime": "时间：{{java.timeFormat(java.getString('$.createTime'))}}"
    },
    "searchUrl": "{{source.getKey()}}/search,{\n  \"body\": '{\"searchTerms\":\"{{key}}\",\"pageSize\": \"20\",\"pageNum\":\"{{page}}\"}',\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "茶马小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.chamabooks.net#",
    "customButton": false,
    "customOrder": 203,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1734408872986,
    "respondTime": 4595,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "id.novel-content@p!0@text",
      "nextContentUrl": "text.下一章@href||text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.misc-value@text",
      "bookList": "class.novel-item pure-g",
      "bookUrl": "h4@a@href",
      "checkKeyWord": "我的",
      "intro": "class.novel-desc-container@text",
      "kind": "class.category@text",
      "name": "h4@text",
      "wordCount": "class.word-count misc-name@text"
    },
    "ruleToc": {
      "chapterList": "class.pg-sel@option",
      "chapterName": "option@text",
      "chapterUrl": "option@value"
    },
    "searchUrl": "https://www.chamabooks.net/main?s={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "https://www.longtimebook.com\nhttps://www.myfeishu.com\n25.4.17 修复目录乱序_明月",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔰 深夜看书/蓝海",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.longtimebook.com",
    "customButton": false,
    "customOrder": 204,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n\t{\"title\":\"默认\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n\t{\"title\":\"全部\",\"url\":\"/category/0/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n\t{\"title\":\"原创小说\",\"url\":\"/category/3789627551813/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"同人衍生\",\"url\":\"/category/3789627568198/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"耽美\",\"url\":\"/category/3468358279237/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"言情\",\"url\":\"/category/3468358291526/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"同人\",\"url\":\"/category/3468358336585/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"综合\",\"url\":\"/category/3468360114248/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"PO18\",\"url\":\"/category/3843818709061/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"古言\",\"url\":\"/category/12194619924552/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"现言\",\"url\":\"/category/12194619514950/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"都市\",\"url\":\"/category/12194619465798/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"科幻\",\"url\":\"/category/12194619387973/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"玄幻\",\"url\":\"/category/12194619539526/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"仙侠\",\"url\":\"/category/12194619486278/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"轻小说\",\"url\":\"/category/12194619441222/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"幻情\",\"url\":\"/category/12194619592774/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"游戏\",\"url\":\"/category/12194619478086/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"历史\",\"url\":\"/category/12194619564103/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"悬疑\",\"url\":\"/category/12194619699270/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"青春\",\"url\":\"/category/12194619846726/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"现实\",\"url\":\"/category/12194620330054/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"武侠\",\"url\":\"/category/12194619519048/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"体育\",\"url\":\"/category/12194619605064/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"奇幻\",\"url\":\"/category/12194619560008/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"军事\",\"url\":\"/category/12194620354630/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"短篇\",\"url\":\"/category/12194619932744/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"其它分类\",\"url\":\"/category/12194628931656/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"纯爱\",\"url\":\"/category/12194683387974/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t\n\t{\"title\":\"完本\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n\t{\"title\":\"全部\",\"url\":\"/category/finish/0/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n\t{\"title\":\"原创小说\",\"url\":\"/category/finish/3789627551813/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"同人衍生\",\"url\":\"/category/finish/3789627568198/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"耽美\",\"url\":\"/category/finish/3468358279237/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"言情\",\"url\":\"/category/finish/3468358291526/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"同人\",\"url\":\"/category/finish/3468358336585/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"综合\",\"url\":\"/category/finish/3468360114248/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"PO18\",\"url\":\"/category/finish/3843818709061/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"古言\",\"url\":\"/category/finish/12194619924552/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"现言\",\"url\":\"/category/finish/12194619514950/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"都市\",\"url\":\"/category/finish/12194619465798/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"科幻\",\"url\":\"/category/finish/12194619387973/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"玄幻\",\"url\":\"/category/finish/12194619539526/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"仙侠\",\"url\":\"/category/finish/12194619486278/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"轻小说\",\"url\":\"/category/finish/12194619441222/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"幻情\",\"url\":\"/category/finish/12194619592774/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"游戏\",\"url\":\"/category/finish/12194619478086/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"历史\",\"url\":\"/category/finish/12194619564103/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"悬疑\",\"url\":\"/category/finish/12194619699270/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"青春\",\"url\":\"/category/finish/12194619846726/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"现实\",\"url\":\"/category/finish/12194620330054/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"武侠\",\"url\":\"/category/finish/12194619519048/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"体育\",\"url\":\"/category/finish/12194619605064/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"奇幻\",\"url\":\"/category/finish/12194619560008/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"军事\",\"url\":\"/category/finish/12194620354630/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"短篇\",\"url\":\"/category/finish/12194619932744/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"其它分类\",\"url\":\"/category/finish/12194628931656/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"纯爱\",\"url\":\"/category/finish/12194683387974/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t\n\t{\"title\":\"总榜\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n\t{\"title\":\"全部\",\"url\":\"/rank/all/0/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n\t{\"title\":\"原创小说\",\"url\":\"/rank/all/3789627551813/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"同人衍生\",\"url\":\"/rank/all/3789627568198/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"耽美\",\"url\":\"/rank/all/3468358279237/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"言情\",\"url\":\"/rank/all/3468358291526/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"同人\",\"url\":\"/rank/all/3468358336585/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"综合\",\"url\":\"/rank/all/3468360114248/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"PO18\",\"url\":\"/rank/all/3843818709061/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"古言\",\"url\":\"/rank/all/12194619924552/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"现言\",\"url\":\"/rank/all/12194619514950/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"都市\",\"url\":\"/rank/all/12194619465798/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"科幻\",\"url\":\"/rank/all/12194619387973/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"玄幻\",\"url\":\"/rank/all/12194619539526/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"仙侠\",\"url\":\"/rank/all/12194619486278/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"轻小说\",\"url\":\"/rank/all/12194619441222/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"幻情\",\"url\":\"/rank/all/12194619592774/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"游戏\",\"url\":\"/rank/all/12194619478086/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"历史\",\"url\":\"/rank/all/12194619564103/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"悬疑\",\"url\":\"/rank/all/12194619699270/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"青春\",\"url\":\"/rank/all/12194619846726/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"现实\",\"url\":\"/rank/all/12194620330054/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"武侠\",\"url\":\"/rank/all/12194619519048/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"体育\",\"url\":\"/rank/all/12194619605064/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"奇幻\",\"url\":\"/rank/all/12194619560008/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"军事\",\"url\":\"/rank/all/12194620354630/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"短篇\",\"url\":\"/rank/all/12194619932744/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"其它分类\",\"url\":\"/rank/all/12194628931656/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"纯爱\",\"url\":\"/rank/all/12194683387974/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t\n\t{\"title\":\"月榜\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n\t{\"title\":\"全部\",\"url\":\"/rank/month/0/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n\t{\"title\":\"原创小说\",\"url\":\"/rank/month/3789627551813/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"同人衍生\",\"url\":\"/rank/month/3789627568198/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"耽美\",\"url\":\"/rank/month/3468358279237/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"言情\",\"url\":\"/rank/month/3468358291526/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"同人\",\"url\":\"/rank/month/3468358336585/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"综合\",\"url\":\"/rank/month/3468360114248/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"PO18\",\"url\":\"/rank/month/3843818709061/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"古言\",\"url\":\"/rank/month/12194619924552/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"现言\",\"url\":\"/rank/month/12194619514950/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"都市\",\"url\":\"/rank/month/12194619465798/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"科幻\",\"url\":\"/rank/month/12194619387973/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"玄幻\",\"url\":\"/rank/month/12194619539526/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"仙侠\",\"url\":\"/rank/month/12194619486278/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"轻小说\",\"url\":\"/rank/month/12194619441222/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"幻情\",\"url\":\"/rank/month/12194619592774/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"游戏\",\"url\":\"/rank/month/12194619478086/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"历史\",\"url\":\"/rank/month/12194619564103/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"悬疑\",\"url\":\"/rank/month/12194619699270/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"青春\",\"url\":\"/rank/month/12194619846726/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"现实\",\"url\":\"/rank/month/12194620330054/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"武侠\",\"url\":\"/rank/month/12194619519048/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"体育\",\"url\":\"/rank/month/12194619605064/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"奇幻\",\"url\":\"/rank/month/12194619560008/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"军事\",\"url\":\"/rank/month/12194620354630/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"短篇\",\"url\":\"/rank/month/12194619932744/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"其它分类\",\"url\":\"/rank/month/12194628931656/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"纯爱\",\"url\":\"/rank/month/12194683387974/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t\n\t{\"title\":\"周榜\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n\t{\"title\":\"全部\",\"url\":\"/rank/0/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n\t{\"title\":\"原创小说\",\"url\":\"/rank/3789627551813/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"同人衍生\",\"url\":\"/rank/3789627568198/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"耽美\",\"url\":\"/rank/3468358279237/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"言情\",\"url\":\"/rank/3468358291526/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"同人\",\"url\":\"/rank/3468358336585/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"综合\",\"url\":\"/rank/3468360114248/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"PO18\",\"url\":\"/rank/3843818709061/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"古言\",\"url\":\"/rank/12194619924552/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"现言\",\"url\":\"/rank/12194619514950/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"都市\",\"url\":\"/rank/12194619465798/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"科幻\",\"url\":\"/rank/12194619387973/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"玄幻\",\"url\":\"/rank/12194619539526/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"仙侠\",\"url\":\"/rank/12194619486278/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"轻小说\",\"url\":\"/rank/12194619441222/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"幻情\",\"url\":\"/rank/12194619592774/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"游戏\",\"url\":\"/rank/12194619478086/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"历史\",\"url\":\"/rank/12194619564103/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"悬疑\",\"url\":\"/rank/12194619699270/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"青春\",\"url\":\"/rank/12194619846726/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"现实\",\"url\":\"/rank/12194620330054/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"武侠\",\"url\":\"/rank/12194619519048/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"体育\",\"url\":\"/rank/12194619605064/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"奇幻\",\"url\":\"/rank/12194619560008/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"军事\",\"url\":\"/rank/12194620354630/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"短篇\",\"url\":\"/rank/12194619932744/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"其它分类\",\"url\":\"/rank/12194628931656/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t{\"title\":\"纯爱\",\"url\":\"/rank/12194683387974/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}\n]",
    "header": "{\n\"User-Agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Mobile/15E148 Snapchat/10.77.5.59 (like Safari/604.1)\"\n}",
    "lastUpdateTime": 1751195896545,
    "respondTime": 32015,
    "ruleBookInfo": {
      "author": ".author@span@a@text",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": ".BGsectionTwo-bottom@html",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": ".newestChapter@span@a@text",
      "name": ".title@text",
      "tocUrl": "text.查看全部章节@href"
    },
    "ruleContent": {
      "content": "@js:\ntry {\n\t// Aes解密\n\tmatchResult = src.match(/html\\(d\\(['\"](.+)['\"],\\s+['\"](.+)['\"]\\)\\);/);\n\tstring = matchResult[1];\n\tcode = java.md5Encode(matchResult[2]);\n\tiv = code.substring(0, 16);\n\tkey = code.substring(16);\n\tresult = java.createSymmetricCrypto(\"AES/CBC/PKCS7Padding\", key, iv).decryptStr(string);\n} catch (err) {\n\t//解密失败使用webView加载重新获取内容\n\tsrc = java.ajax(baseUrl + ',{\"webView\": true}');\n\tresult = java.getString('#C0NTENT@html', src);\n}\nresult"
    },
    "ruleExplore": {
      "author": "p.1@span@a@text",
      "bookList": ".sectionTwo-content@li||.CGsectionTwo-right-content-unit",
      "bookUrl": "p.0@a.0@href||.book_img_name@a@href",
      "intro": "p.2@text",
      "name": "p.0@a.0@text||.book_img_name@a@text"
    },
    "ruleSearch": {
      "author": "tag.span.-1@a@text",
      "bookList": ".SHsectionThree-middle@p",
      "bookUrl": "tag.span.1@a@href",
      "kind": "tag.span.0@a@text",
      "name": "tag.span.1@a@text"
    },
    "ruleToc": {
      "chapterList": "@js:\nfunction isBase64(t){return\"string\"==typeof t&&0!==t.length&&/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/.test(t)}\nfunction parse(html, ys, num) {\n    let a = org.jsoup.Jsoup.parse(html);\n    let b = Array.from(a.selectFirst(ys).attributes());\n    return b[num - 1]?.toString().match(/\"(.+)\"/)?.[1];\n}\n(() => {\n    let od, sd;\n    x = Array.from(java.getElements(\"class.BCsectionTwo-top-chapter\"));\n\n    od = src.match(/originalOrder = (\\[.+?\\])/);\n    sd = x.map((c) => {\n        return parse(c, \"li\", 3);\n    });\n    if (od || sd) {\n        if (od) {\n            od = JSON.parse(od[1]).reduce((arr, item) => {\n                arr.push(item + 1);\n                return arr;\n            }, []);\n            x = x.map((item) => ({\n                title:\n                    item.select(\"a\").attr(\"data-real\") != \"\"\n                        ? item.select(\"a\").attr(\"data-real\")\n                        : item.select(\"a\").text(),\n                href: item.select(\"a\").attr(\"href\")\n            }));\n        } else if (sd) {\n            x = x.map((item) => {\n                _3 = parse(item, \"li>a\", 3);\n                _4 = parse(item, \"li>a\", 4);\n                title = isBase64(_3) === true ? _4 : _3;\n                href = isBase64(_3) === true ? _3 : _4;\n                return {\n                    title: title,\n                    href: java.base64Decode(href)\n                };\n            });\n        }\n        sot = od || sd;\n        return x.sort((a, b) => {\n            ia = x.indexOf(a);\n            ib = x.indexOf(b);\n            return sot[ia] - sot[ib];\n        });\n    }\n\n    return x.map((item) => ({\n        title: item.select(\"a\").text(),\n        href: item.select(\"a\").attr(\"href\")\n    }));\n})();",
      "chapterName": "title",
      "chapterUrl": "href",
      "nextTocUrl": "text.尾页@href@js:\ntry {\n\tmaxPage = 0\n\ttempUrl = String(result[0]).replace(/\\/(\\d+)\\.html$/, (_match, _$1) => {\n\t\tmaxPage = _$1\n\t\treturn '/$page.html'\n\t})\n\tresult = []\n\tfor (let i = 2; i <= maxPage; i++) {\n\t\tresult.push(tempUrl.replace(/\\$page/, i))\n\t}\n\tresult\n} catch (err) {\n\t[]\n}"
    },
    "searchUrl": "search/{{key}}/{{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃落霞读书🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://luoxiadushu.com#🎃",
    "customButton": false,
    "customOrder": 205,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 1944,
    "ruleBookInfo": {
      "author": ".book-describe > p:nth-child(2)@text",
      "coverUrl": "img@src",
      "intro": ".book-describe > .describe-html:nth-child(8)@text##❀[电梯直达| 喜欢本书，可选购纸质书珍藏： ].*",
      "kind": ".book-describe > p:nth-child(3)@text&&.book-describe > p:nth-child(4)@text&&.book-describe > p:nth-child(5)@text##.*：",
      "lastChapter": "p:nth-child(6) > a@text",
      "name": ".book-describe > h1@text"
    },
    "ruleContent": {
      "content": "#nr1@p@textNodes",
      "imageStyle": "",
      "replaceRegex": "##\\n[^\\w]*落.*[霞a].*m.*\\n|落.*?霞.*m|落霞$",
      "sourceRegex": "",
      "title": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "",
      "bookList": ".cat-search-item:nth-child(n+1) > a",
      "bookUrl": "href",
      "checkKeyWord": "",
      "name": "text"
    },
    "ruleToc": {
      "chapterList": "#content-list@ul@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "isVolume": ""
    },
    "searchUrl": "/page/{{page}}/?s={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "@MR.无名",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "酷酷看书网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.kuku3.com/",
    "customButton": false,
    "customOrder": 206,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js: var result = [];\njava.toast(\"🔥动态获取发现中……\");\nvar push=(title,url,size)=>result.push({\n  \t\"title\": title,\n  \t\"url\": url,\n  \t\"style\": {\n   \"layout_flexGrow\": 1,\n   \"layout_flexBasisPercent\": size\n   }\n });\nvar top = java.ajax(\"https://www.kuku3.com/rank\");\nvar tag = java.ajax(\"https://www.kuku3.com/quanban/sort/\")\nif (top&&tag) {\na=org.jsoup.Jsoup.parse(top).select(\".sortChannel_nav a\");\nb=org.jsoup.Jsoup.parse(tag).select(\".sortChannel_nav a\");\npush(\"排行榜\",null,1)\n    for(i in a){\n        title=a[i].text()\n        url=a[i].attr(\"href\")\n        size=0.4;\n  //url=String(url).replace(\"1\",\"{{page}}\")\n        push(title,url,size)\n    };\n    push(\"分类\",null,1)\n    for(i in b){\n        title=b[i].text()\n        url=b[i].attr(\"href\")\n        size=0.25\n        if (url.endsWith(\"sort/\")) {\n            url=url+\"1\"\n            url=String(url).replace(\"1\",\"{{page}}\")\n            push(title,url,size)\n        } else if (url.endsWith(\"sort/1/1/\")) {\n            url=String(url).replace(url,\"sort/1/{{page}}\")\n            push(title,url,size)\n        } else {\n            url=String(url).replace(\"1\",\"{{page}}\")\n            push(title,url,size)\n    }}\n      } else { \n      java.toast(\"🚫发现获取失败……\");\n}\nJSON.stringify(result);",
    "lastUpdateTime": 1733846548929,
    "respondTime": 5148,
    "ruleBookInfo": {
      "author": ".author@text##作者：",
      "coverUrl": "img@src",
      "init": ".synopsisArea_detail",
      "intro": ".review@text",
      "kind": ".sort@text##类别：",
      "lastChapter": "a[0]@text",
      "name": "{{book.name}}",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "id.chaptercontent@p@text##\\(\\'|\\', \\'\\'\\)|请收藏本站.*",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": ".author@text##作者：",
      "bookList": ".hot_sale",
      "bookUrl": "a@href",
      "intro": ".review@text##简介：",
      "name": ".title@text"
    },
    "ruleSearch": {
      "author": ".author[0]@text##作者：",
      "bookList": ".bookbox",
      "bookUrl": "a[1]@href",
      "checkKeyWord": "我的",
      "coverUrl": "img@src",
      "kind": ".author[1]@text##类型：",
      "lastChapter": "a[2]@text",
      "name": "a[1]@text"
    },
    "ruleToc": {
      "chapterList": ".directoryArea@p",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "{{cookie.removeCookie(source.key)}}\n/search/,{\n\"method\":\"POST\",\n\"body\":\"searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "齐鲁文学",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.qiluwx.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 207,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n\t\"x-requested-with\": \"XMLHttpRequest\",\n\t\"User-Agent\": \"Mozilla/5.0 (Linux; Android 10; SK) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 3568,
    "ruleBookInfo": {
      "author": "[property$=og:novel:author]@content",
      "coverUrl": "[property$=og:image]@content",
      "downloadUrls": ".addbookcase@href",
      "init": "",
      "intro": "[property$=og:description]@content",
      "kind": "[property$=og:novel:category]@content&&[property$=og:novel:status]@content&&[property$=og:novel:update_time]@content",
      "lastChapter": "[property$=og:novel:latest_chapter_name]@content",
      "name": "[property$=og:title]@content",
      "tocUrl": "[property$=og:url]@content@js:result.replace(\"_\",\"/\")",
      "wordCount": ".visible-xs.1@text##字数："
    },
    "ruleContent": {
      "content": "#booktxt@html",
      "imageStyle": "",
      "nextContentUrl": "@js:\nnext = result.match(/next_page = \"(.+)\"/) || [];\nurl = next[1];\n/_\\d+/.test(url) && url",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": ".btm@a@title",
      "bookList": "#hotcontent@.item",
      "bookUrl": "a@href",
      "checkKeyWord": "副本需要我这样的人才",
      "coverUrl": ".lazy@src",
      "intro": "dl@dd@text",
      "kind": ".blue@text",
      "lastChapter": "",
      "name": "dt@a@text",
      "wordCount": ".orange@text"
    },
    "ruleToc": {
      "chapterList": "#content_1@a",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\nhttps://www.qiluwx.com/search/,{\n  \"body\": \"keyword={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "源名：七猫\n来源：风停在了窗边\n修复：",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "七猫小说（优+）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://api-bc.wtzw.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 208,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "现代言情::https://www.baidu.com/category/gender=2&category_id=260&need_filters=1&page={{page}}&need_category=0\n古代言情::https://www.baidu.com/category/gender=2&category_id=259&need_filters=1&page={{page}}&need_category=0\n青春文学::https://www.baidu.com/category/gender=2&category_id=265&need_filters=1&page={{page}}&need_category=0\n影视原著::https://www.baidu.com/tag/need_filters=1&tag_id=539&gender=2&page={{page}}\n悬疑推理::https://www.baidu.com/category/gender=2&category_id=262&need_filters=1&page={{page}}&need_category=0\n武侠小说::https://www.baidu.com/category/gender=2&category_id=289&need_filters=1&page={{page}}&need_category=0\n科幻未来::https://www.baidu.com/category/gender=2&category_id=261&need_filters=1&page={{page}}&need_category=0\n历史小说::https://www.baidu.com/category/gender=2&category_id=264&need_filters=1&page={{page}}&need_category=0\n仙侠奇缘::https://www.baidu.com/category/gender=2&category_id=276&need_filters=1&page={{page}}&need_category=0\n仙侠玄幻::https://www.baidu.com/category/gender=2&category_id=288&need_filters=1&page={{page}}&need_category=0\n现实小说::https://www.baidu.com/category/gender=2&category_id=266&need_filters=1&page={{page}}&need_category=0\n现代军旅::https://www.baidu.com/category/gender=2&category_id=290&need_filters=1&page={{page}}&need_category=0\n文学艺术::https://www.baidu.com/category/gender=2&category_id=240&need_filters=1&page={{page}}&need_category=0\n人物传记::https://www.baidu.com/category/gender=2&category_id=247&need_filters=1&page={{page}}&need_category=0\n人文科社::https://www.baidu.com/category/gender=2&category_id=241&need_filters=1&page={{page}}&need_category=0\n少儿教育::https://www.baidu.com/category/gender=2&category_id=258&need_filters=1&page={{page}}&need_category=0\n经管励志::https://www.baidu.com/category/gender=2&category_id=242&need_filters=1&page={{page}}&need_category=0\n经典文学::https://www.baidu.com/category/gender=2&category_id=243&need_filters=1&page={{page}}&need_category=0\n历史::https://www.baidu.com/category/gender=2&category_id=56&need_filters=1&page={{page}}&need_category=1\n游戏::https://www.baidu.com/category/gender=2&category_id=75&need_filters=1&page={{page}}&need_category=1\n科幻::https://www.baidu.com/category/gender=2&category_id=64&need_filters=1&page={{page}}&need_category=1\n体育::https://www.baidu.com/category/gender=2&category_id=206&need_filters=1&page={{page}}&need_category=1\n影视::https://www.baidu.com/tag/need_filters=1&tag_id=539&gender=2&page={{page}}\n穿越::https://www.baidu.com/tag/need_filters=1&tag_id=373&gender=2&page={{page}}\n鉴宝::https://www.baidu.com/tag/need_filters=1&tag_id=47&gender=2&page={{page}}\n重生::https://www.baidu.com/tag/need_filters=1&tag_id=779&gender=2&page={{page}}\n血脉::https://www.baidu.com/tag/need_filters=1&tag_id=426&gender=2&page={{page}}\n签到::https://www.baidu.com/tag/need_filters=1&tag_id=565&gender=2&page={{page}}\n复仇::https://www.baidu.com/tag/need_filters=1&tag_id=790&gender=2&page={{page}}\n丹药::https://www.baidu.com/tag/need_filters=1&tag_id=428&gender=2&page={{page}}\n医生::https://www.baidu.com/tag/need_filters=1&tag_id=156&gender=2&page={{page}}\n战神::https://www.baidu.com/tag/need_filters=1&tag_id=527&gender=2&page={{page}}\n女婿::https://www.baidu.com/tag/need_filters=1&tag_id=36&gender=2&page={{page}}\n皇帝::https://www.baidu.com/tag/need_filters=1&tag_id=62&gender=2&page={{page}}\n弃少::https://www.baidu.com/tag/need_filters=1&tag_id=525&gender=2&page={{page}}\n热血::https://www.baidu.com/tag/need_filters=1&tag_id=1&gender=2&page={{page}}\n爽文::https://www.baidu.com/tag/need_filters=1&tag_id=570&gender=2&page={{page}}\n现实::https://www.baidu.com/tag/need_filters=1&tag_id=12&gender=2&page={{page}}\n悬疑流::https://www.baidu.com/tag/need_filters=1&tag_id=27&gender=2&page={{page}}\n女总裁::https://www.baidu.com/tag/need_filters=1&tag_id=89&gender=2&page={{page}}\n二次元::https://www.baidu.com/category/gender=2&category_id=207&need_filters=1&page={{page}}&need_category=1\n无限流::https://www.baidu.com/tag/need_filters=1&tag_id=557&gender=2&page={{page}}\n强者回归::https://www.baidu.com/tag/need_filters=1&tag_id=402&gender=2&page={{page}}\n都市人生::https://www.baidu.com/category/gender=2&category_id=203&need_filters=1&page={{page}}&need_category=1\n异术超能::https://www.baidu.com/category/gender=2&category_id=219&need_filters=1&page={{page}}&need_category=1\n玄幻奇幻::https://www.baidu.com/category/gender=2&category_id=202&need_filters=1&page={{page}}&need_category=1\n武侠仙侠::https://www.baidu.com/category/gender=2&category_id=205&need_filters=1&page={{page}}&need_category=1\n奇闻异事::https://www.baidu.com/category/gender=2&category_id=204&need_filters=1&page={{page}}&need_category=1\n短篇::https://www.baidu.com/tag/need_filters=1&tag_id=541&gender=2&page={{page}}\n重生::https://www.baidu.com/tag/need_filters=1&tag_id=779&gender=2&page={{page}}\n女强::https://www.baidu.com/tag/need_filters=1&tag_id=620&gender=2&page={{page}}\n年下::https://www.baidu.com/tag/need_filters=1&tag_id=631&gender=2&page={{page}}\n空间::https://www.baidu.com/tag/need_filters=1&tag_id=345&gender=2&page={{page}}\n穿越::https://www.baidu.com/tag/need_filters=1&tag_id=373&gender=2&page={{page}}\n隐婚::https://www.baidu.com/tag/need_filters=1&tag_id=481&gender=2&page={{page}}\n系统::https://www.baidu.com/tag/need_filters=1&tag_id=782&gender=2&page={{page}}\n快穿::https://www.baidu.com/tag/need_filters=1&tag_id=335&gender=2&page={{page}}\n虐渣::https://www.baidu.com/tag/need_filters=1&tag_id=739&gender=2&page={{page}}\n皇后::https://www.baidu.com/tag/need_filters=1&tag_id=106&gender=2&page={{page}}\n王爷::https://www.baidu.com/tag/need_filters=1&tag_id=125&gender=2&page={{page}}\n学霸::https://www.baidu.com/tag/need_filters=1&tag_id=781&gender=2&page={{page}}\n毒妃::https://www.baidu.com/tag/need_filters=1&tag_id=109&gender=2&page={{page}}\n校草::https://www.baidu.com/tag/need_filters=1&tag_id=701&gender=2&page={{page}}\n女配::https://www.baidu.com/tag/need_filters=1&tag_id=191&gender=2&page={{page}}\n甜宠::https://www.baidu.com/tag/need_filters=1&tag_id=21&gender=2&page={{page}}\n搞笑::https://www.baidu.com/tag/need_filters=1&tag_id=788&gender=2&page={{page}}\n虐恋::https://www.baidu.com/tag/need_filters=1&tag_id=16&gender=2&page={{page}}\n治愈::https://www.baidu.com/tag/need_filters=1&tag_id=17&gender=2&page={{page}}\n现代言情::https://www.baidu.com/category/gender=2&category_id=1&need_filters=1&page={{page}}&need_category=1\n总裁豪门::https://www.baidu.com/category/gender=2&category_id=8&need_filters=1&page={{page}}&need_category=0\n古代言情::https://www.baidu.com/category/gender=2&category_id=2&need_filters=1&page={{page}}&need_category=1\n种田经商::https://www.baidu.com/category/gender=2&category_id=16&need_filters=1&page={{page}}&need_category=0\n宫闱宅斗::https://www.baidu.com/category/gender=2&category_id=209&need_filters=1&page={{page}}&need_category=0\n幻想言情::https://www.baidu.com/category/gender=2&category_id=4&need_filters=1&page={{page}}&need_category=1\n奇闻异事::https://www.baidu.com/category/gender=2&category_id=204&need_filters=1&page={{page}}&need_category=1\n日久生情::https://www.baidu.com/tag/need_filters=1&tag_id=700&gender=2&page={{page}}\n影视原著::https://www.baidu.com/tag/need_filters=1&tag_id=539&gender=2&page={{page}}",
    "header": "",
    "lastUpdateTime": 1735067853611,
    "loginUrl": "",
    "respondTime": 2003,
    "ruleBookInfo": {
      "author": "author",
      "coverUrl": "image_link",
      "init": "data.book",
      "intro": "&nbsp;&nbsp;🔖更新时间：{{java.timeFormat(java.getString('$.update_time')*1000)}}\t{{'\\n&lrm;\\n'}}🏷️ 标签：{{$.book_tag_list[*].title&&$.category_over_words##・|\\s##，}}{{'\\n'+'​'}}\n\n{{$.intro}}\n{{'\\n&lrm;\\n'}}📍版权来源：{{$.statement##如有疑问可联系:fawu@qimao.com或客服QQ:3598987377}}",
      "kind": "book_tag_list[*].title##\\s##，",
      "lastChapter": "{{$.latest_chapter_title}} • {{java.timeFormat(java.getString('$.update_time')*1000)}}\n<js>result.replace(/\\s\\d+:\\d+/,'')</js>\n<js>result.replace(/\\//g,'-')</js>\n<js>##[\\(（【].*?[求更谢乐发订/万字票合补加].*?[】）\\)]</js>",
      "name": "title@put:{bid:id}",
      "tocUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.id}}}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\n\"https://api-ks.wtzw.com/api/v1/chapter/chapter-list?\"+urlEncode(params)+\",\"+java.get(\"headers\")",
      "wordCount": "words_num"
    },
    "ruleContent": {
      "content": "@js:\nvar javaImport = new JavaImporter();\njavaImport.importPackage(\n    Packages.java.lang,\n    Packages.javax.crypto.spec,\n    Packages.javax.crypto,\n    Packages.java.util\n);\nwith(javaImport) {\n    function decode(content) {\n        var ivEncData = Base64.getDecoder().decode(String(content));\n        var key = SecretKeySpec(String(\"242ccb8230d709e1\").getBytes(), \"AES\");\n        var iv = IvParameterSpec(Arrays.copyOfRange(ivEncData, 0, 16));\n        var chipher = Cipher.getInstance(\"AES/CBC/PKCS5Padding\");\n        chipher.init(2, key, iv);\n        return String(chipher.doFinal(Arrays.copyOfRange(ivEncData, 16, ivEncData.length)));\n    }\n}\n\n\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':String(java.get('bid')),'chapterId':String(baseUrl.split(\"/\").pop())}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }\n  }\n  return paramStr;\n};\n\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\nurl=\"https://api-ks.wtzw.com/api/v1/chapter/content?\"+urlEncode(params)\ndecode(JSON.parse(java.ajax(url+','+java.get(\"headers\"))).data.content)\n\n",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "<js>\ngender=baseUrl.match(/gender=(\\d+)/)?baseUrl.match(/gender=(\\d+)/)[1]:\"\"\ncategory_id=baseUrl.match(/category_id=(\\d+)/)?baseUrl.match(/category_id=(\\d+)/)[1]:\"\"\nneed_filters=baseUrl.match(/need_filters=(\\d+)/)?baseUrl.match(/need_filters=(\\d+)/)[1]:\"\"\npage=baseUrl.match(/page=(\\d+)/)?baseUrl.match(/page=(\\d+)/)[1]:\"\"\nneed_category=baseUrl.match(/need_category=(\\d+)/)?baseUrl.match(/need_category=(\\d+)/)[1]:\"\"\ntag_id=baseUrl.match(/tag_id=(\\d+)/)?baseUrl.match(/tag_id=(\\d+)/)[1]:\"\"\nsign_key='d3dGiJc651gSQ8w1'\nheaders={'app-version':'51110','platform':'android','reg':'0','AUTHORIZATION':'','application-id':'com.****.reader','net-env':'1','channel':'unknown','qm-params':''}\nheaders['sign']=String(java.md5Encode(Object.keys(headers).sort().reduce((pre,n)=>pre+n+'='+headers[n],'')+sign_key))\n\n\nvar urlEncode = function (param, key, encode) {\n  if(param==null) return '';\n  var paramStr = '';\n  var t = typeof (param);\n  if (t == 'string' || t == 'number' || t == 'boolean') {\n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);\n  } else {\n    for (var i in param) {\n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);\n      paramStr += urlEncode(param[i], k, encode);\n    }\n  }\n  return paramStr;\n};\n\nvar category = function () {\n  params={'gender':gender,'category_id':category_id,'need_filters':need_filters,'page':page,'need_category':need_category}\n  params['sign']=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\n  url=\"https://api-bc.wtzw.com/api/v4/category/get-list?\"+urlEncode(params)\n  return java.ajax(url+','+java.put(\"headers\",JSON.stringify({\"headers\":headers})))\n};\n\nvar tag = function () {\n  params={'gender':gender,'need_filters':need_filters,'page':page,'tag_id':tag_id}\n  params['sign']=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\n  url=\"https://api-bc.wtzw.com/api/v4/tag/index?\"+urlEncode(params)\n  return java.ajax(url+','+java.put(\"headers\",JSON.stringify({\"headers\":headers})))\n};\n\n\nif(baseUrl.match(/category/)){\n  category()\n}else {\n  tag()\n}\n</js>\n$.data.books",
      "bookUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.id}},'imei_ip':'2937357107','teeny_mode':0}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\n\"https://api-bc.wtzw.com/api/v4/book/detail?\"+urlEncode(params)+\",\"+java.get(\"headers\")",
      "coverUrl": "$.image_link",
      "intro": "$.intro",
      "kind": "$.ptags",
      "name": "$.title",
      "wordCount": "$.words_num"
    },
    "ruleSearch": {
      "author": "original_author",
      "bookList": "data.books",
      "bookUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.id}},'imei_ip':'2937357107','teeny_mode':0}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\n\"/api/v4/book/detail?\"+urlEncode(params)+\",\"+java.get(\"headers\")",
      "coverUrl": "image_link",
      "intro": "intro",
      "kind": "ptags",
      "lastChapter": "",
      "name": "original_title",
      "wordCount": "words_num"
    },
    "ruleToc": {
      "chapterList": "data.chapter_lists",
      "chapterName": "title##[\\(（【].*?[求更谢乐发订/万字票合补加].*?[】）\\)]",
      "chapterUrl": "id",
      "updateTime": "{{$.words}}字"
    },
    "searchUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nheaders={'app-version':'51110','platform':'android','reg':'0','AUTHORIZATION':'','application-id':'com.****.reader','net-env':'1','channel':'unknown','qm-params':''}\n\nparams={'gender':'3','imei_ip':'2937357107','page':page,'wd':key}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\n\nheaderSign=String(java.md5Encode(Object.keys(headers).sort().reduce((pre,n)=>pre+n+'='+headers[n],'')+sign_key))\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nheaders['sign']=headerSign\nparams['sign']=paramSign\nbody=urlEncode(params)\n\n\"/api/v5/search/words?\" +body+\",\"+java.put(\"headers\",JSON.stringify({\"headers\":headers}))",
    "weight": 0
  },
  {
    "bookSourceComment": "2024.6.3\n古诗词鉴赏\nby墨殇",
    "bookSourceGroup": "免费",
    "bookSourceName": "古诗词网（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.gushici.net/",
    "bookUrlPattern": "https://m.gushici.net/book/\\d+/",
    "customButton": false,
    "customOrder": 209,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"推荐\",\"url\":\"https://m.gushici.net/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"忧民\",\"url\":\"/chaxun/all/忧民/<,{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"重阳\",\"url\":\"/chaxun/all/重阳/<,{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"怀古\",\"url\":\"/chaxun/all/怀古/<,{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"中秋\",\"url\":\"/chaxun/all/中秋/<,{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"乐府\",\"url\":\"/chaxun/all/乐府/<,{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"七夕\",\"url\":\"/chaxun/all/七夕/<,{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"楚辞\",\"url\":\"/chaxun/all/楚辞/<,{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"端午\",\"url\":\"/chaxun/all/端午/<,{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"清明\",\"url\":\"/chaxun/all/清明/<,{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"寒食\",\"url\":\"/chaxun/all/寒食/<,{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"诗词\",\"url\":\"/shici/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"类型\",\"url\":\" \",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1.00}},{\"title\":\"写景\",\"url\":\"/t/1/1//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"咏物\",\"url\":\"/t/1/2//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"春天\",\"url\":\"/t/1/3//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"菊花\",\"url\":\"/t/1/4//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"夏天\",\"url\":\"/t/1/5//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"柳树\",\"url\":\"/t/1/6//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"写马\",\"url\":\"/t/1/7//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"秋天\",\"url\":\"/t/1/8//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月亮\",\"url\":\"/t/1/9//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"田园\",\"url\":\"/t/1/10//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"冬天\",\"url\":\"/t/1/11//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"山水\",\"url\":\"/t/1/12//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"边塞\",\"url\":\"/t/1/13//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"写雨\",\"url\":\"/t/1/14//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"写山\",\"url\":\"/t/1/15//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"地名\",\"url\":\"/t/1/16//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"写雪\",\"url\":\"/t/1/17//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"写水\",\"url\":\"/t/1/18//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"抒情\",\"url\":\"/t/1/19//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"写风\",\"url\":\"/t/1/20//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"长江\",\"url\":\"/t/1/21//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"爱国\",\"url\":\"/t/1/22//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"写花\",\"url\":\"/t/1/23//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"黄河\",\"url\":\"/t/1/24//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"离别\",\"url\":\"/t/1/25//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"梅花\",\"url\":\"/t/1/26//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"儿童\",\"url\":\"/t/1/27//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"送别\",\"url\":\"/t/1/28//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"荷花\",\"url\":\"/t/1/29//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"写鸟\",\"url\":\"/t/1/30//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"思乡\",\"url\":\"/t/1/31//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"读书\",\"url\":\"/t/1/32//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"爱情\",\"url\":\"/t/1/33//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"思念\",\"url\":\"/t/1/34//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"励志\",\"url\":\"/t/1/35//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"惜时\",\"url\":\"/t/1/36//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"哲理\",\"url\":\"/t/1/37//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"婉约\",\"url\":\"/t/1/38//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"豪放\",\"url\":\"/t/1/39//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"闺怨\",\"url\":\"/t/1/40//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"悼亡\",\"url\":\"/t/1/41//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"诗经\",\"url\":\"/t/1/42//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"民谣\",\"url\":\"/t/1/43//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"写人\",\"url\":\"/t/1/44//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"节日\",\"url\":\"/t/1/45//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"老师\",\"url\":\"/t/1/46//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"春节\",\"url\":\"/t/1/47//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"母亲\",\"url\":\"/t/1/48//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"友情\",\"url\":\"/t/1/50//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"战争\",\"url\":\"/t/1/51//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"元宵\",\"url\":\"/t/1/67//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"寒食\",\"url\":\"/t/1/70//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"清明\",\"url\":\"/t/1/71//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"端午\",\"url\":\"/t/1/74//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"楚辞\",\"url\":\"/t/1/77//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"七夕\",\"url\":\"/t/1/79//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"乐府\",\"url\":\"/t/1/80//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"中秋\",\"url\":\"/t/1/81//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"怀古\",\"url\":\"/t/1/82//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"重阳\",\"url\":\"/t/1/83//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"忧民\",\"url\":\"/t/1/84//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"元宵节\",\"url\":\"/t/1/49//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"寒食节\",\"url\":\"/t/1/52//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"清明节\",\"url\":\"/t/1/53//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"端午节\",\"url\":\"/t/1/54//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"七夕节\",\"url\":\"/t/1/56//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"中秋节\",\"url\":\"/t/1/59//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"重阳节\",\"url\":\"/t/1/62//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"高中古诗\",\"url\":\"/t/1/55//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"小学文言\",\"url\":\"/t/1/58//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"初中文言\",\"url\":\"/t/1/61//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"高中文言\",\"url\":\"/t/1/64//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"忧国忧民\",\"url\":\"/t/1/66//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"咏史怀古\",\"url\":\"/t/1/69//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宋词精选\",\"url\":\"/t/1/73//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"小学古诗\",\"url\":\"/t/1/75//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"初中古诗\",\"url\":\"/t/1/78//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古文观止\",\"url\":\"/t/1/85//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"小学文言文\",\"url\":\"/t/1/57//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"初中文言文\",\"url\":\"/t/1/60//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"高中文言文\",\"url\":\"/t/1/63//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古诗十九首\",\"url\":\"/t/1/65//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"唐诗三百首\",\"url\":\"/t/1/68//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古诗三百首\",\"url\":\"/t/1/72//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宋词三百首\",\"url\":\"/t/1/76//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"作者\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1.00}},{\"title\":\"李白\",\"url\":\"/t/1/86//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"杜甫\",\"url\":\"/t/1/87//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"齐己\",\"url\":\"/t/1/88//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"苏轼\",\"url\":\"/t/1/89//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"贾岛\",\"url\":\"/t/1/90//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"罗隐\",\"url\":\"/t/1/91//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"王维\",\"url\":\"/t/1/92//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"柳永\",\"url\":\"/t/1/93//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"贯休\",\"url\":\"/t/1/94//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"杜牧\",\"url\":\"/t/1/95//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"曹操\",\"url\":\"/t/1/96//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"韦庄\",\"url\":\"/t/1/97//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"陆游\",\"url\":\"/t/1/98//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"李贺\",\"url\":\"/t/1/99//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"屈原\",\"url\":\"/t/1/100//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"李煜\",\"url\":\"/t/1/101//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"曹植\",\"url\":\"/t/1/102//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"王勃\",\"url\":\"/t/1/103//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"元稹\",\"url\":\"/t/1/104//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"张籍\",\"url\":\"/t/1/105//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"张祜\",\"url\":\"/t/1/106//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"孟郊\",\"url\":\"/t/1/107//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"韩愈\",\"url\":\"/t/1/108//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"王建\",\"url\":\"/t/1/109//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"晏殊\",\"url\":\"/t/1/110//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"岑参\",\"url\":\"/t/1/111//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"皎然\",\"url\":\"/t/1/112//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"岳飞\",\"url\":\"/t/1/113//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"许浑\",\"url\":\"/t/1/114//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"卢纶\",\"url\":\"/t/1/115//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"姚合\",\"url\":\"/t/1/116//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"秦观\",\"url\":\"/t/1/117//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"郑谷\",\"url\":\"/t/1/118//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"钱起\",\"url\":\"/t/1/119//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"郑燮\",\"url\":\"/t/1/120//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"张说\",\"url\":\"/t/1/121//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"朱熹\",\"url\":\"/t/1/122//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"张炎\",\"url\":\"/t/1/123//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"韩偓\",\"url\":\"/t/1/124//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"高适\",\"url\":\"/t/1/126//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"方干\",\"url\":\"/t/1/128//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"李峤\",\"url\":\"/t/1/130//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"赵嘏\",\"url\":\"/t/1/132//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"贺铸\",\"url\":\"/t/1/133//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"程垓\",\"url\":\"/t/1/168//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"白居易\",\"url\":\"/t/1/125//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"辛弃疾\",\"url\":\"/t/1/127//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"李清照\",\"url\":\"/t/1/129//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"刘禹锡\",\"url\":\"/t/1/131//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"李商隐\",\"url\":\"/t/1/134//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"陶渊明\",\"url\":\"/t/1/135//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"孟浩然\",\"url\":\"/t/1/136//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"柳宗元\",\"url\":\"/t/1/137//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"范仲淹\",\"url\":\"/t/1/138//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"王安石\",\"url\":\"/t/1/139//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"陆龟蒙\",\"url\":\"/t/1/140//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"权德舆\",\"url\":\"/t/1/141//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"晏几道\",\"url\":\"/t/1/142//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"欧阳修\",\"url\":\"/t/1/143//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"黄庭坚\",\"url\":\"/t/1/144//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周邦彦\",\"url\":\"/t/1/145//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"韦应物\",\"url\":\"/t/1/146//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"司马迁\",\"url\":\"/t/1/147//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"杜荀鹤\",\"url\":\"/t/1/148//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"皇甫冉\",\"url\":\"/t/1/149//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"温庭筠\",\"url\":\"/t/1/150//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"刘长卿\",\"url\":\"/t/1/151//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"卓文君\",\"url\":\"/t/1/152//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"吴文英\",\"url\":\"/t/1/153//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"文天祥\",\"url\":\"/t/1/154//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"王昌龄\",\"url\":\"/t/1/155//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"马致远\",\"url\":\"/t/1/156//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"刘辰翁\",\"url\":\"/t/1/157//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"杨万里\",\"url\":\"/t/1/158//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"皮日休\",\"url\":\"/t/1/159//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"左丘明\",\"url\":\"/t/1/160//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"诸葛亮\",\"url\":\"/t/1/161//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"朝代\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1.00}},{\"title\":\"先秦\",\"url\":\"/t/1/169//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"两汉\",\"url\":\"/t/1/170//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"魏晋\",\"url\":\"/t/1/171//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"南北朝\",\"url\":\"/t/1/172//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"隋代\",\"url\":\"/t/1/173//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"唐代\",\"url\":\"/t/1/174//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"五代\",\"url\":\"/t/1/175//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宋代\",\"url\":\"/t/1/176//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"金朝\",\"url\":\"/t/1/177//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"元代\",\"url\":\"/t/1/178//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"明代\",\"url\":\"/t/1/179//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"清代\",\"url\":\"/t/1/180//index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"名句\",\"url\":\"/mingju/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"主题\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1.00}},{\"title\":\"故乡\",\"url\":\"/chaxun/ju/故乡/<,{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"豆蔻\",\"url\":\"/chaxun/ju/豆蔻/<,{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"相思\",\"url\":\"/chaxun/ju/相思/<,{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"秋风\",\"url\":\"/chaxun/ju/秋风/<,{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"九天\",\"url\":\"/chaxun/ju/九天/<,{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"大漠\",\"url\":\"/chaxun/ju/大漠/<,{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"北风\",\"url\":\"/chaxun/ju/北风/<,{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青山\",\"url\":\"/chaxun/ju/青山/<,{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"尘世\",\"url\":\"/chaxun/ju/尘世/<,{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"明月\",\"url\":\"/chaxun/ju/明月/<,{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青天\",\"url\":\"/chaxun/ju/青天/<,{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"天山\",\"url\":\"/chaxun/ju/天山/<,{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"天涯\",\"url\":\"/chaxun/ju/天涯/<,{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"作者\",\"url\":\"/zuozhe/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"朝代\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1.00}},{\"title\":\"先秦\",\"url\":\"/zuozhe/xianqin/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"两汉\",\"url\":\"/zuozhe/lianghan/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"魏晋\",\"url\":\"/zuozhe/weijin/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"南北朝\",\"url\":\"/zuozhe/nanbeichao/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"隋代\",\"url\":\"/zuozhe/sui/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"唐代\",\"url\":\"/zuozhe/tang/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"五代\",\"url\":\"/zuozhe/wudai/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宋代\",\"url\":\"/zuozhe/song/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"金朝\",\"url\":\"/zuozhe/jinchao/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"元代\",\"url\":\"/zuozhe/yuan/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"明代\",\"url\":\"/zuozhe/ming/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"清代\",\"url\":\"/zuozhe/qing/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古籍\",\"url\":\"/book/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"经部\",\"url\":\"/book/jingbu/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"易类\",\"url\":\"/book/yi/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"书类\",\"url\":\"/book/shu/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"诗类\",\"url\":\"/book/shi/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"礼类\",\"url\":\"/book/li/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"春秋类\",\"url\":\"/book/chunqiu/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"孝经类\",\"url\":\"/book/xiaojing/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"五经总义类\",\"url\":\"/book/wujingzongyi/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"四书类\",\"url\":\"/book/sishu/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"乐类\",\"url\":\"/book/le/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"小学类\",\"url\":\"/book/xiaoxue/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"史部\",\"url\":\"/book/shibu/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"正史类\",\"url\":\"/book/zhengshi/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"编年类\",\"url\":\"/book/biannian/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"纪事本末类\",\"url\":\"/book/jishibenmo/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"杂史类\",\"url\":\"/book/zashi/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"别史类\",\"url\":\"/book/bieshi/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"诏令奏议类\",\"url\":\"/book/zuolingzouyi/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"传记类\",\"url\":\"/book/chuanji/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"史钞类\",\"url\":\"/book/shichao/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"载记类\",\"url\":\"/book/zaiji/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"时令类\",\"url\":\"/book/shiling/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"地理类\",\"url\":\"/book/dili/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"职官类\",\"url\":\"/book/zhiguan/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"政书类\",\"url\":\"/book/zhengshu/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"目录类\",\"url\":\"/book/mulu/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"史评类\",\"url\":\"/book/shiping/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"子部\",\"url\":\"/book/zibu/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"儒家类\",\"url\":\"/book/rujia/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"兵家类\",\"url\":\"/book/bingjia/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"法家类\",\"url\":\"/book/fajia/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"农家类\",\"url\":\"/book/nongjia/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"医家类\",\"url\":\"/book/yijia/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"天文算法类\",\"url\":\"/book/tianwensuanfa/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"术数类\",\"url\":\"/book/shushu/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"艺术类\",\"url\":\"/book/yishu/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"谱录类\",\"url\":\"/book/pulu/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"杂家类\",\"url\":\"/book/zajia/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"类书类\",\"url\":\"/book/leishu/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"小说家类\",\"url\":\"/book/xiaoshuojia/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"释家类\",\"url\":\"/book/shijia/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"道家类\",\"url\":\"/book/daojia/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"集部\",\"url\":\"/book/jibu/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"楚辞类\",\"url\":\"/book/chuci/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"别集类\",\"url\":\"/book/bieji/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总集类\",\"url\":\"/book/zongji/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"诗文评类\",\"url\":\"/book/shiwenping/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"词曲类\",\"url\":\"/book/ciqu/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1759319204235,
    "respondTime": 2487,
    "ruleBookInfo": {
      "author": "p.0@a.1@text",
      "intro": "🐾\n{{@@.tag@text}}{{@@p@text}}",
      "kind": "p.0@a.0@text",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": ".gushici.0@html&&.shici@html",
      "replaceRegex": "##上一章|目录|下一章"
    },
    "ruleExplore": {
      "coverUrl": "@js:'https://s21.ax1x.com/2024/05/29/pk3AYzd.png'"
    },
    "ruleSearch": {
      "author": "p.0@text||.juab@text||p.1@a.1@text",
      "bookList": ".shici-pic||.ju-box||.gushici",
      "bookUrl": "a@href",
      "checkKeyWord": "李白",
      "coverUrl": "@js:'https://s21.ax1x.com/2024/05/29/pk3AYzd.png'",
      "intro": "🐾\n{{@@.tag@text}}{{@@p@text}}",
      "kind": "p.1@a.0@text##>>",
      "name": "b@text||.juaa@text||p.0@text"
    },
    "ruleToc": {
      "chapterList": "dl dd a||tag.html",
      "chapterName": "h1@text||text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://m.gushici.net/chaxun/all/{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "10.3日更新：\n重要：必要更新，适配兼容新后端版本，后续会移除对旧后端版本的支持，未更新会出现无法使用的情况\n1.新增七猫短剧\n2.优化番茄短剧和七猫短剧专属播放器\n\n注：阅读请使用最新测试版\n1.所有源站每20秒最多15章，建议预下载调到0-3之间[白名单无请求限制]\n2.自定义源站示例：919,思兔  多个源站用英文,号分隔\n源站名参考 登录URL //书源配置列表 v参数\n\n3.源站带有❇️图标表示只能指定或@搜索\n\n4.搜索模式：\n书名@来源 多个来源用英文,号分隔\n示例： \n系统@番茄小说，多个源站使用英文,号分隔\n书名@类型 返回对应类型所有源站数据，可直接使用@方式搜索或者点击登陆切换模式\n示例： \n系统@小说  听书  漫画  短剧等\n默认书名排序\n指定作者优先：\n作者名@作者   作者名@作者,源站",
    "bookSourceGroup": "有声,短剧,漫画",
    "bookSourceName": "云端聚合（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://read.search.qingread.icu",
    "bookUrlPattern": "https?:\\/\\/(?:[a-zA-Z0-9-]+\\.)*qingread\\.icu\\/details.*",
    "customButton": false,
    "customOrder": 210,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\nlet config = (() => {\n    try {\n        let cfg = JSON.parse(source.getVariable())[0] || {};\n        if (!cfg.host || !cfg.gender) {\n            cfg = {gender: \"boy\", host: getServerHost()};\n            source.setVariable(JSON.stringify([cfg]));\n            java.toast(\"配置初始化完成\");\n        }\n        return cfg;\n    } catch(e) {\n        let cfg = {gender: \"boy\", host: getServerHost()};\n        source.setVariable(JSON.stringify([cfg]));\n        return cfg;\n    }\n})();\n\nlet obj = (title, url, type) => ({\n  title: title,\n  url: url,\n  style: { layout_flexGrow: 1, layout_flexBasisPercent: type }\n});\n\nlet sort = [];\nlet push = (title, url, type) => sort.push(obj(title, url, type));\n\nlet currentType = \"\";\nlet currentSource = \"\";\ntry {\n  let vArray = JSON.parse(source.getVariable());\n  if (vArray.length > 0) {\n    let v = vArray[0];\n    currentType = v.gender || \"\";\n    currentSource = v.source || \"\";\n  }\n} catch(e) {\n  currentType = \"\";\n  currentSource = \"\";\n}\n\nconst getGenderDisplayName = (gender) => {\n  if (gender == \"boy\") return \"男频\";\n  if (gender == \"girl\") return \"女频\";\n  if (gender == \"recommend\") return \"推荐\";\n  return gender;\n};\n\nconst genderDisplay = getGenderDisplayName(currentType);\n\npush(`当前为【${currentSource || \"💞推 荐💞\"}】${genderDisplay ? `【${genderDisplay}】` : ''}`, \"\", 1);\n\nconst excludedSources = [\"小说\", \"听书\", \"漫画\", \"视频\", \"短剧\", \"音频\"];\n\nif (currentSource && currentSource !== \"推荐\" && !excludedSources.includes(currentSource)) {\n  try {\n    let apiUrl = `${getServerHost()}/type_api?source=${currentSource}`;\n    if (currentType) {\n      apiUrl += `&gender=${currentType}`;\n    }\n    \n    let response = JSON.parse(java.ajax(apiUrl));\n    \n    if (response.data && response.data.found) {\n      response.data.found.forEach(item => {\n        let finalUrl = \"\";\n        if (item.url) {\n          finalUrl = `${getServerHost()}/type_api?source=${currentSource}&page={{page}}&url=${item.url}`;\n          if (currentType) {\n            finalUrl += `&gender=${currentType}`;\n          }\n        }\n        sort.push({\n          title: item.title,\n          url: finalUrl,\n          style: item.style || { layout_flexGrow: 1, layout_flexBasisPercent: 0.29 }\n        });\n      });\n    } else {\n      push(`【${currentSource}】${genderDisplay ? `【${genderDisplay}】` : ''}暂无数据`, \"\", 1);\n    }\n  } catch(e) {\n    push(`【${currentSource}】${genderDisplay ? `【${genderDisplay}】` : ''}暂无数据`, \"\", 1);\n  }\n} \nelse {\n  let maleCategories = [];\n  try {\n    let maleResponse = JSON.parse(java.ajax(getServerHost() +\"/api?action=subcategories&top_category_id=1\"));\n    maleCategories = maleResponse.data;\n  } catch(e) {}\n\n  let femaleCategories = [];\n  try {\n    let femaleResponse = JSON.parse(java.ajax(getServerHost() +\"/api?action=subcategories&top_category_id=2\"));\n    femaleCategories = femaleResponse.data;\n  } catch(e) {}\n\n  if (maleCategories.length > 0) {\n    push('♂️ 男频推荐 ♂️', \"\", 1);\n    maleCategories.forEach(cat => {\n      push(cat.name, `${getServerHost()}/api?action=books&sub_category_id=${cat.id}&limit=20&page={{page}}`, 0.29);\n    });\n  } else {\n    push('♂️ 男频分类加载失败', \"\", 1);\n  }\n\n  if (femaleCategories.length > 0) {\n    push('♀️ 女频推荐 ♀️', \"\", 1);\n    femaleCategories.forEach(cat => {\n      push(cat.name, `${getServerHost()}/api?action=books&sub_category_id=${cat.id}&limit=20&page={{page}}`, 0.29);\n    });\n  } else {\n    push('♀️ 女频分类加载失败', \"\", 1);\n  }\n}\n\nJSON.stringify(sort);\n</js>",
    "header": "{\"X-Novel-Token\": \"QING_READ_2025\"}",
    "jsLib": "function getServerHost() {\n\tlet { source } = this;\n    try {\n        const config = JSON.parse(source.getVariable());\n        return config?.[0]?.host || source.bookSourceUrl;\n    } catch(e) {\n        return source.bookSourceUrl;\n    }\n}\n\n\nfunction getSessionId() {\n    const cookieSessionId = String(this.cookie.getKey(\"fanqienovel.com\", \"sessionid\"));\n    if (cookieSessionId && cookieSessionId !== \"null\" && cookieSessionId !== \"undefined\") {\n        return cookieSessionId;\n    }\n    \n    return \"\";\n}",
    "lastUpdateTime": 1759571248956,
    "loginUi": "[{\n    \"name\": \"🔑获取密钥\",\n    \"type\": \"button\",\n    \"action\": \"key()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.4\n    }\n}, {\n    \"name\": \"🔄密钥查询\",\n    \"type\": \"button\",\n    \"action\": \"cx()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.4\n    }\n}, {\n    \"name\": \"☁️聚合搜索\",\n    \"type\": \"button\",\n    \"action\": \"sou1()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.4\n    }\n}, {\n    \"name\": \"☕喝杯咖啡\",\n    \"type\": \"button\",\n    \"action\": \"coffee()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.4\n    }\n}, {\n    \"name\": \"密钥\",\n    \"type\": \"password\",\n    \"action\": \"\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.4\n    }\n}, {\n    \"name\": \"自定义源站\",\n    \"type\": \"text\"\n}, {\n    \"name\": \"🎚服务器切换\",\n    \"type\": \"button\",\n    \"action\": \"sethost()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.4\n    }\n}, {\n    \"name\": \"🧭书源更新\",\n    \"type\": \"button\",\n    \"action\": \"version()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.4\n    }\n}, {\n    \"name\": \"❇️ 查看推荐 ❇️\",\n    \"type\": \"button\",\n    \"action\": \"recommend()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.4\n    }\n}, {\n    \"name\": \"💞 找书/推荐 💞\",\n    \"type\": \"button\",\n    \"action\": \"tj()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.4\n    }\n}, {\n    \"name\": \"🧸男 频🧸\",\n    \"type\": \"button\",\n    \"action\": \"boy()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.45\n    }\n}, {\n    \"name\": \"🎀女 频🎀\",\n    \"type\": \"button\",\n    \"action\": \"girl()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.45\n    }\n}, {\n    \"name\": \"↓   切换/查询当前模式   ↓\",\n    \"type\": \"button\",\n    \"action\": \"get_cx()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 1\n    }\n}, {\n    \"name\": \"📖小说模式\",\n    \"type\": \"button\",\n    \"action\": \"type1()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.4\n    }\n}, {\n    \"name\": \"🌈漫画模式\",\n    \"type\": \"button\",\n    \"action\": \"type3()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.4\n    }\n}, {\n    \"name\": \"↓   指   定   源   站   ↓\",\n    \"type\": \"button\",\n    \"action\": \"\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 1\n    }\n}, {\n    \"name\": \"久久小说\",\n    \"type\": \"button\",\n    \"action\": \"sou4()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.25\n    }\n}, {\n    \"name\": \"星星小说\",\n    \"type\": \"button\",\n    \"action\": \"sou3()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.25\n    }\n}, {\n    \"name\": \"阅友小说\",\n    \"type\": \"button\",\n    \"action\": \"sou6()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.25\n    }\n}, {\n    \"name\": \"三七轻小说\",\n    \"type\": \"button\",\n    \"action\": \"sou7()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.25\n    }\n}, {\n    \"name\": \"⚡霹雳书坊\",\n    \"type\": \"button\",\n    \"action\": \"sou2()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.25\n    }\n}, {\n    \"name\": \"耽美小说\",\n    \"type\": \"button\",\n    \"action\": \"sou8()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.25\n    }\n}, {\n    \"name\": \"🌸甜梦文库\",\n    \"type\": \"button\",\n    \"action\": \"sou10()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.25\n    }\n}, {\n    \"name\": \"二三小说\",\n    \"type\": \"button\",\n    \"action\": \"sou5()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.25\n    }\n}, {\n    \"name\": \"919言情\",\n    \"type\": \"button\",\n    \"action\": \"sou11()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.25\n    }\n}, {\n    \"name\": \"笑佳人文学\",\n    \"type\": \"button\",\n    \"action\": \"sou12()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.25\n    }\n}, {\n    \"name\": \"藏家小说\",\n    \"type\": \"button\",\n    \"action\": \"sou13()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.25\n    }\n}, {\n    \"name\": \"腐小说\",\n    \"type\": \"button\",\n    \"action\": \"sou14()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.25\n    }\n}, {\n    \"name\": \"随心看吧\",\n    \"type\": \"button\",\n    \"action\": \"sou15()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.25\n    }\n}, {\n    \"name\": \"全面漫画\",\n    \"type\": \"button\",\n    \"action\": \"sou17()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.25\n    }\n}, {\n    \"name\": \"💥BL文库\",\n    \"type\": \"button\",\n    \"action\": \"sou16()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.25\n    }\n}, {\n    \"name\": \"夜伴书屋\",\n    \"type\": \"button\",\n    \"action\": \"sou18()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.25\n    }\n}, {\n    \"name\": \"👤趣书网\",\n    \"type\": \"button\",\n    \"action\": \"sou20()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.25\n    }\n}, {\n    \"name\": \"思兔阅读\",\n    \"type\": \"button\",\n    \"action\": \"sou19()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.25\n    }\n}, {\n    \"name\": \"🌈包子漫画\",\n    \"type\": \"button\",\n    \"action\": \"sou21()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.25\n    }\n}, {\n    \"name\": \"歪瑞古德\",\n    \"type\": \"button\",\n    \"action\": \"sou22()\",\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": 0.25\n    }\n}]",
    "loginUrl": "// 不要改动版本号,影响更新\nconst LOCAL_VERSION = \"4.1\";\n\nvar hosts = [\n    \"https://read.search.qingread.icu\",\n    \"http://154.64.253.94:8887\",\n    \"https://search.qingread.icu\",\n    \"http://searchs.qingread.icu:6789\"\n];\n\n//书源配置列表\nvar sourceList = [\n    {n:\"sou1\", v:null, m:\"☁️聚合搜索\"},\n    {n:\"sou2\", v:\"霹雳书坊\", m:\"霹雳书坊\"},\n    {n:\"sou3\", v:\"星星\", g:\"boy\", m:\"星星小说\"},\n    {n:\"sou4\", v:\"久久\", m:\"久久小说\"},\n    {n:\"sou5\", v:\"二三小说\", m:\"二三小说\"},\n    {n:\"sou6\", v:\"阅友\", m:\"阅友小说\"},\n    {n:\"sou7\", v:\"三七轻小说\", m:\"三七轻小说\"},\n    {n:\"sou8\", v:\"耽美小说\", g:\"girl\", m:\"耽美小说\"},\n    {n:\"sou9\", v:\"读小说\", m:\"读小说\"},\n    {n:\"sou10\", v:\"甜梦文库\", g:\"girl\", m:\"甜梦文库\"},\n    {n:\"sou11\", v:\"919\", m:\"919言情\"},\n    {n:\"sou12\", v:\"笑佳人\", m:\"笑佳人文学\"},\n    {n:\"sou13\", v:\"藏家\", m:\"藏家小说\"},\n    {n:\"sou14\", v:\"腐小说\", g:\"girl\", m:\"腐小说\"},\n    {n:\"sou15\", v:\"随心看\", m:\"随心看吧\"},\n    {n:\"sou16\", v:\"bl文库\", m:\"Bl文库\"},\n    {n:\"sou17\", v:\"全面漫画\", g:\"boy\", m:\"全面漫画\"},\n    {n:\"sou18\", v:\"夜伴书屋\", m:\"夜伴书屋\"},\n    {n:\"sou19\", v:\"思兔\", m:\"思兔\"},\n    {n:\"sou20\", v:\"趣书网\", m:\"趣书网\"},\n    {n:\"sou21\", v:\"包子漫画\", g:\"boy\", m:\"包子漫画\"},\n    {n:\"sou22\", v:\"歪瑞古德\", g:\"boy\", m:\"歪瑞古德\"},\n    {n:\"type1\", v:\"小说\", m:\"小说模式\"},\n    {n:\"type3\", v:\"漫画\", m:\"漫画模式\"}\n];\n\nfunction hasValidCustomSource() {\n    const value = (source.getLoginInfoMap())['自定义源站'];\n    return !(value == null || value === undefined || value == \"\" || String(value).trim() == \"\");\n}\n\nfunction showCustomSourceAlert() {\n    const customSource = (source.getLoginInfoMap() || {})['自定义源站'];\n    java.toast(\n        \"\\n⚠️ 自定义源站配置提醒 ⚠️\\n\" +\n        \"──────────────────\\n\" +\n        \"检测到已设置自定义源站: \\n✨\" +\n        \"【\" + (customSource || \"空值\") + \"】✨\\n\" +\n        \"──────────────────\\n\" +\n        \"请前往「书源登录」清除配置\\n\" +\n        \"才能使指定源站切换生效\"\n    );\n}\n\nfunction updateConfig(key, value, message, gender) {\n    if (key == \"source\" && hasValidCustomSource()) {\n        showCustomSourceAlert();\n        return;\n    }\n    \n    try {\n        var config = JSON.parse(source.getVariable());\n        if (!config || !Array.isArray(config) || config.length === 0) {\n            config = [{}];\n        }\n        config[0][key] = value;\n        if (gender !== undefined) {\n            config[0][\"gender\"] = gender;\n        } else if (key == \"source\") {\n        }\n\nsource.setVariable(JSON.stringify(config));\n        java.toast(message || \"设置已更新\");\n    } catch(e) {\n        var newConfig = {[key]: value};\n        if (gender !== undefined) {\n            newConfig[\"gender\"] = gender;\n        }\n        source.setVariable(JSON.stringify([newConfig]));\n        java.toast(message || \"初始化设置\");\n    }\n}\n\nthis.sethost = function() {\n    try {\n        var config = JSON.parse(source.getVariable());\n        if (!config || !Array.isArray(config) || config.length === 0) {\n            config = [{host: hosts[0], localVersion: LOCAL_VERSION}];\n        }\n        \n        if (hosts.length <= 1) {\n            if (!config[0].host) {\n                config[0].host = hosts[0];\n            }\n            if (!config[0].localVersion) {\n                config[0].localVersion = LOCAL_VERSION;\n            }\n            source.setVariable(JSON.stringify(config));\n            java.toast(\"当前服务器：\" + config[0].host);\n            return;\n        }\n\n        var currentHost = config[0].host || hosts[0];\n        var currentIndex = hosts.indexOf(currentHost);\n        var newIndex = (currentIndex + 1) % hosts.length;\n        var newHost = hosts[newIndex];\n        \n        config[0].host = newHost;\n        if (!config[0].localVersion) {\n            config[0].localVersion = LOCAL_VERSION;\n        }\n        source.setVariable(JSON.stringify(config));\n        java.toast(\"切换到：\" + newHost);\n    } catch(e) {\n        source.setVariable(JSON.stringify([{host: hosts[0], localVersion: LOCAL_VERSION}]));\n        java.toast(\"已初始化：\" + hosts[0]);\n    }\n};\n\nfor (var i = 0; i < sourceList.length; i++) {\n    (function() {\n        var s = sourceList[i];\n        this[s.n] = function() {\n            if (hasValidCustomSource()) {\n                showCustomSourceAlert();\n                return;\n            } if (s.g) {\n                updateConfig(\"source\", s.v, \"\\n已切换\" + (s.v ? '到❇️' : '') + s.m +\"❇️\\n刷新发现页生效\", s.g);\n            } else {\n                updateConfig(\"source\", s.v, \"\\n已切换\" + (s.v ? '到❇️' : '') + s.m +\"❇️\\n刷新发现页生效\");\n            }\n        };\n    }).call(this);\n}\n\nfunction get_cx() {\n    try {\n        var configStr = source.getVariable();\n        if (!configStr || configStr.trim() == \"\") {\n            configStr = JSON.stringify([{host: hosts[0], localVersion: LOCAL_VERSION}]);\n            source.setVariable(configStr);\n        }\n        \n        var config = JSON.parse(configStr);\n        if (!config || !Array.isArray(config) || config.length === 0) {\n            config = [{host: hosts[0], localVersion: LOCAL_VERSION}]; source.setVariable(JSON.stringify(config)); }\n        if (!config[0].host) {\n            config[0].host = hosts[0]; source.setVariable(JSON.stringify(config)); }\n        if (!config[0].localVersion) {\n            config[0].localVersion = LOCAL_VERSION; source.setVariable(JSON.stringify(config)); }\n        var currentHost = config[0].host;\n        var currentSource = config[0].source === null || config[0].source === \"\" \n            ? \"☁️ 聚合搜索 ☁️\" \n            : (sourceList.find(item => item.v == config[0].source)?.m || config[0].source);\n        var customSource = (source.getLoginInfoMap())['自定义源站'] || \"未设置\";\n        var customSourceStatus = hasValidCustomSource() ? \"🔗 \" + customSource : \"当前未设置，示例：星星,笑佳人\";\n        var message = \n            \"\\n───────────────\\n\" +\n            \"☑️  配  置  状  态 ☑️\\n\" +\n            \"───────────────\\n\" +\n            \"🔘 服  务  器 🔘\\n\" + currentHost + \"\\n\" +\n            \"───────────────\\n\" +\n            \"🌋 书  源 🌋\\n\" + currentSource + \"\\n\" +\n            \"───────────────\\n\" +\n            \"❇️ 自 定 义 源 ❇️\\n\" + customSourceStatus + \"\\n\" +\n            \"───────────────\\n\" +\n            \"\\n✨ 提示：点击按钮切换配置\";\n        java.longToast(message);\n    } catch(e) {\n        var defaultConfig = [{host: hosts[0], localVersion: LOCAL_VERSION}]; source.setVariable(JSON.stringify(defaultConfig));\n        java.toast(\"⚠️ 配置初始化完成，请重试\");\n    }\n}\n\nfunction login(){}\n\nfunction Map(e) {\n    if (e == \"source\" && hasValidCustomSource()) {\n        showCustomSourceAlert();\n        return (source.getLoginInfoMap())['自定义源站'];\n    }\n    var infomap = source.getLoginInfoMap();\n    const value = infomap[e];\n    if (!value) {\n        java.longToast(\"需要填写密钥\");\n    }\n    return value;\n}\n\nfunction key() { java.startBrowserAwait(getServerHost() + '/key', \"获取密钥\"); }\nfunction cx() { java.startBrowserAwait(getServerHost() + '/cx', \"密钥查询\"); }\nfunction version() { java.startBrowserAwait(getServerHost() + '/version?id=' + LOCAL_VERSION, \"版本检查\"); }\nfunction coffee() { java.startBrowserAwait(getServerHost() + '/coffee.html', \"喝杯咖啡☕\"); }\nfunction boy() { updateConfig(\"gender\", \"boy\", \"\\n已设置为\\n🧸男频🧸\\n刷新发现页生效\"); }\nfunction girl() { updateConfig(\"gender\", \"girl\", \"\\n已设置为\\n🎀女频🎀\\n刷新发现页生效\"); }\nfunction recommend() { \n    updateConfig(\"gender\", \"recommend\", \"\\n已设置为\\n❇️网友推荐❇️\\n刷新发现页生效\");\n    updateConfig(\"source\", \"推荐\"); }\nfunction tj() {\n    var key = (source.getLoginInfoMap())['密钥']; java.startBrowserAwait(getServerHost() +'/login?key=' + java.base64Encode(key), \"书籍推荐\");}",
    "respondTime": 180000,
    "ruleBookInfo": {
      "author": "$.author",
      "coverUrl": "$.cover",
      "init": "<js>\nif (String(baseUrl).startsWith(\"data:\")) {\n    let res = JSON.parse(java.hexDecodeToString(result));\n    let {source: source_name, url: book_url, name: title} = res;\n\n    let request = getServerHost() +`/details?source=${source_name}&url=${book_url}&name=${title}`;\n    result = java.ajax(request);\n}\nresult;\n</js>\n$.data",
      "intro": "&nbsp;&nbsp;\n✨ 源站：{{$.source}}{{\"\\n\"+\"​\"}}\n{{$.desc}}\n<js>\nconst tomatoSources = [\"番茄小说\", \"番茄听书\", \"番茄畅听\"];\n\nif (tomatoSources.includes(\"{{$.source}}\")) {\n    try {\n        let fqurl = JSON.parse(java.base64Decode(baseUrl.split(\",\")[1]));\n        let finalUrl = java.base64Decode(fqurl.url);\n        let response = java.ajax(finalUrl);\n        let responseData = JSON.parse(response);\n        \n        if (responseData.data && responseData.data.length > 0) {\n            let bookData = responseData.data[0];\n            let output = `&nbsp;&nbsp;\n✨ 源站：{{$.source}}{{\"\\n\"+\"​\"}}\n📕 源名：${bookData.original_book_name}`;\n            \n            if (bookData.book_flight_alias_name) {\n                output += `\\n📖 别名：${bookData.book_flight_alias_name}`;\n            }\n            output += `\\n✏️ 开坑：${bookData.create_time.split('T')[0]} \n🧭 更新：${java.timeFormat(parseInt(bookData.last_chapter_update_time)*1000)}&lrm;\n👤 主角：${bookData.roles.replace(/[\\[\\]\"]/g,'')}\n🏷️ 标签：${bookData.tags}\n👁️ 在线：${bookData.read_count}人在读\n🔗 书籍状态：${bookData.book_search_visible == 'true' ? '正常' : (bookData.tomato_book_status == '3' ? '下架' : '小黑屋')}`;\n            \n            if ([\"番茄听书\", \"番茄畅听\"].includes(\"{{$.source}}\")) {\n                try {\n                    let tones = \"\\n===================\\n🎧AI音色编号信息: \";\n            let info = JSON.parse(java.ajax(`https://reading.snssdk.com/reading/bookapi/audio/toneinfo/?book_id=${bookData.book_id}&aid=1967`));\n                    for (let i of (info.data.tts_tones ? info.data.tts_tones : [])) {\n                        tones += `\\n${i.id} - ${i.title}${i.description ? \"(\" + i.description + \")\" : \"\"}`;\n                    }\n                    output += tones;\n                } catch (e) {\n                }\n            }\n            output += `{{\"\\n\"+\"​\"}}\n📜 简介：${bookData.abstract}{{\"\\n\"+\"​\"}}\n📍 ${bookData.copyright_info.split('，')[0]}。\n​`;\n            result = output;\n        }\n    } catch (e) {\n    }\n}\nresult;\n</js>",
      "kind": "$.tags",
      "lastChapter": "$.latestChapterTitle",
      "name": "$.title",
      "tocUrl": "<js>\nlet catalog = {\n    source: result.source,\n    url: result.book_url,\n    name: result.title,\n    tab: result.tab || \"novel\"\n};\n\nvar tabTips = {audio: '听书', video: '视频', comic: '漫画'}; \nif (tabTips[catalog.tab]) {\n    java.toast('当前为' + tabTips[catalog.tab] + '模式');\n}\n\nyunurl = java.base64Encode(JSON.stringify(catalog));\nresult = `data:catalogUrl;base64,${yunurl},{\"type\":\"qingci\"}`;\n</js>",
      "wordCount": "$.wordCount"
    },
    "ruleContent": {
      "content": "<js>eval(function(p,a,c,k,e,r){e=function(c){return(c<62?'':e(parseInt(c/62)))+((c=c%62)>35?String.fromCharCode(c+29):c.toString(36))};if('0'.replace(0,e)==0){while(c--)r[e(c)]=k[c];k=[function(e){return r[e]||e}];e=function(){return'([3-7a-cf-mo-zB-UW-Z]|1\\\\w)'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\\\b'+e(c)+'\\\\b','g'),k[c]);return p}('eval(String(y.loginUrl));j k=LOCAL_VERSION;3 H=4.base64Encode(Map(\\'密钥\\'));3 r=5.a.s(/r=(\\\\d{19})/)?.[1];3 z=5.a.s(/z=(\\\\d+)/)?.[1];3 l=I;6(/七猫短剧/.g(5.a)){m{j J=5.a.s(/a=([^&]+)/)?.[1];6(J){j W=4.X(J);l=W.s(/l=(\\\\d+)/)?.[1]}}o(e){}}3 p=baseUrl.split(\\',\\')[0];p=p.replace(/^https?:\\\\/\\\\/[^\\\\/]+/,\\'\\');p=B()+p;3 Y=p+`&Z=${H}&c=9`;3 q=t.C(4.K(Y));3 b=q.h.D;6((/番茄短剧/.g(5.a)&&r)||(/七猫短剧/.g(5.a)&&l)){m{j 10=/番茄短剧/.g(5.a)?\\'r\\':\\'l\\';j 11=/番茄短剧/.g(5.a)?r:l;j 12=B()+`/player?${10}=${11}&Z=${H}`;6(13.14==5.15){4.L(12,5.16||\\'视频播放\\');4.u(\\'视频加载中...\\')}b=`▶️刷新正文进入播放界面`}o(e){}}6(q.h.E==\"video\"&&13.14==5.15&&!/番茄短剧|七猫短剧/.g(5.a)){3 17=4.X(b.v());4.L(17,5.16||\\'视频播放\\');4.u(\\'视频加载中...\\');b=`▶️刷新正文进入播放界面`}6(/^[A-Za-z0-9+/=]+$/.g(b.v())){with(f JavaImporter(M.4.18.zip,M.4.io,M.android.18)){3 N=1a.decode(b,1a.DEFAULT);m{3 O=f 1b(f 1c(f InflaterInputStream(f 1d(N)),\"1e-8\"));3 D=\"\";1f((F=O.1g())!=I)D+=F+\"\\\\n\";O.1h();b=D.v()}o(e){m{3 P=f 1b(f 1c(f 1d(N),\"1e-8\"));3 Q=\"\";1f((F=P.1g())!=I)Q+=F+\"\\\\n\";P.1h();b=Q.v()}o(e2){}}}}6(5.a.includes(\\'R=\\')){3 S=5.a.s(/R=([^&]*)/)?.[1]||\\'\\';6(S&&z){m{3 T=t.C(4.K(B()+`/audio?R=${S}&item_ids=${z}`));6(T.h?.[0]?.1i)b=T.h[0].1i}o(e){}}}m{3 w=t.C(y.getVariable());3 G=Date.G();3 1j=2*60*60*1000;6(!w[0].U||(G-w[0].U)>1j){w[0].U=G;y.setVariable(t.stringify(w));3 7=t.C(4.K(B()+\"/c.json\"));6(7.c){6(7.1l&&7.1l.toString().toLowerCase()==\"true\"&&7.c>k){4.L(c());b=\"请更新书源！下载页面已打开。\"}3 i=7.c>k?`\\\\n✨发现新版本V${7.c}(当前V${k})`+(7.i?`\\\\n${7.i}`:\\'\\'):7.c<k?`\\\\n⚠️版本异常\\\\n本地V${k}>云端V${7.c}\\\\n请检查书源配置`:\\'\\';6(i)4.u(i)}else 6(7.i){4.u(7.i)}}}o(e){4.u(\"⚠️ 版本检查失败: \"+e.message)}3 E=q.h.E||\"\";3 fq=q.h.y||\"\";3 x=q.h.x||\"\";6(E==\"novel\"&&x&&x.v()!==\"\"){b+=\"\\\\n\\\\n\"+x}b;',[],84,'|||let|java|chapter|if|versionData|||url|result|version|||new|test|data|msg|const|localVersion|qm_id|try||catch|cleanBaseUrl|response|book_id|match|JSON|toast|trim|config|notice|source|item_id||getServerHost|parse|content|tab|line|now|getkey|null|urlParam|ajax|startBrowser|Packages|bytes|reader|rawReader|rawContent|tone_id|toneId|apiData|lastUpdateCheck||decodedUrl|base64Decode|contentUrl|key|paramName|paramValue|videoUrl|book|durChapterIndex|index|title|normalVideoUrl|util||Base64|BufferedReader|InputStreamReader|ByteArrayInputStream|UTF|while|readLine|close|main_url|fourHours||force'.split('|'),0,{}))</js>",
      "replaceRegex": "##{{chapter.title}}|\\(本章完\\)"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.data[*]",
      "bookUrl": "<js>\nlet tjurl = result.tjurl;\nlet source = result.source;\nlet book_url = result.book_url || result.url;\nlet title = result.title || result.book_name;\n\nlet detail = {\n    source: source,\n    url: book_url,\n    name: title\n};\n\nif (tjurl && tjurl.trim() !== \"\") {\n    let sourceMatch = tjurl.match(/source=([^&]*)/);\n    let urlMatch = tjurl.match(/url=([^&]*)/);\n    let nameMatch = tjurl.match(/name=([^&]*)/);\n    \n    detail.source = sourceMatch ? sourceMatch[1] : \"\";\n    detail.url = urlMatch ? urlMatch[1] : java.base64Encode(tjurl.trim());\n    detail.name = nameMatch ? nameMatch[1] : \"\";\n} \nelse if (book_url) {\n    detail.url = java.base64Encode(book_url);\n}\n\nlet yunurl = java.base64Encode(JSON.stringify(detail));\n`data:detailsUrl;base64,${yunurl},{\"type\":\"qingci\"}`;\n</js>",
      "coverUrl": "$.cover",
      "intro": "$.recommend_reason||$.desc",
      "kind": "$.tags",
      "lastChapter": "$.latestChapterTitle",
      "name": "$.title",
      "wordCount": "$.wordCount"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data",
      "bookUrl": "<js>\nlet source = result.source;\nlet book_url = result.book_url;\nlet title = result.title;\n\nlet detail = {\n    source: source,\n    url: book_url,\n    name: title\n};\n\nyunurl = java.base64Encode(JSON.stringify(detail));\n`data:detailsUrl;base64,${yunurl},{\"type\":\"qingci\"}`\n</js>",
      "checkKeyWord": "系统@小说",
      "coverUrl": "$.cover",
      "intro": "$.desc",
      "kind": "$.tags",
      "lastChapter": "{{$.source}}·{{$.latestChapterTitle}}",
      "name": "$.title",
      "wordCount": "$.wordCount"
    },
    "ruleToc": {
      "chapterList": "<js>\nlet res = JSON.parse(java.hexDecodeToString(result));\nlet catalog = {\n    source: res.source,\n    url: res.url,\n    name: res.name,\n    tab: res.tab || \"novel\"\n};\n\nvar tabTips = {audio: '听书', video: '视频', comic: '漫画'}; \nif (tabTips[catalog.tab]) {\n    java.toast('当前为' + tabTips[catalog.tab] + '模式');\n}\n\nlet op = {\n    method: \"POST\",\n    body: {\n        source: catalog.source,\n        url: catalog.url,\n        name: catalog.name\n    }\n};\n\nlet catalogUrl = getServerHost() +`/catalog,${JSON.stringify(op)}`;\nlet response = java.ajax(catalogUrl);\n\nfunction deviceType() {\n    try {\n        return !!java.androidId();\n    } catch (e) {\n        return false;\n    }\n}\n\nlet device = deviceType() ? 'android' : 'ios';\n\nif (device == 'android') {\n    var typeMap = {audio:32, comic:64};\n    book.type = catalog.tab in typeMap ? typeMap[catalog.tab] : 8;\n} else {\n    var typeMap = {audio:1, comic:2, video:3};\n    book.type = catalog.tab in typeMap ? typeMap[catalog.tab] : 0;\n}\n\nJSON.parse(response).data.map((x) => {\n    const isFanqieApp = ['番茄小说', '番茄短剧', '番茄听书', '番茄畅听'].includes(catalog.source);\n    const urlToMatch = x.url || catalog.url;\n    const bookId = urlToMatch.match(/book_id=(\\d{19})\\b/)?.[1] || null;\n    const itemId = urlToMatch.match(/item_id=(\\d+)/)?.[1] || null;\n    \n    let contentUrl = getServerHost() + `/chapter?cid=${x.cid}&source=${catalog.source}`;\n    \n    if (!isFanqieApp) {\n        contentUrl += `&url=${catalog.url}`;\n    } else {\n        contentUrl += `&book_id=${bookId}&item_id=${itemId}`;\n        \n        if (['番茄听书', '番茄畅听'].includes(catalog.source)) {\n            const toneId = Number((source.getLoginInfoMap())['听书AI音色编号']) || 1;\n            contentUrl += `&tone_id=${toneId}`;\n        }\n    }\n    \n    if (catalog.source == '番茄小说') {\n        const commentPart = `{\"js\":\"book ? result : '${getServerHost()}/comment?sessionid=${getSessionId()}&item_id=${itemId}&book_id=${bookId}'\"}`;\n        x.url = `${contentUrl},${commentPart}`;\n    } else {\n        x.url = contentUrl;\n    }\n    \n    return x;\n});\n</js>",
      "chapterName": "title",
      "chapterUrl": "url",
      "isVip": "isVip",
      "isVolume": "isVolume",
      "updateTime": "tag"
    },
    "searchUrl": "<js>\nlet config = (() => {\n    try {\n        let cfg = JSON.parse(source.getVariable())[0] || {};\n        if (!cfg.host || !cfg.gender) {\n            cfg = {gender: \"boy\", host: getServerHost()};\n            source.setVariable(JSON.stringify([cfg]));\n            java.toast(\"配置初始化完成\");\n        }\n        return cfg;\n    } catch(e) {\n        let cfg = {gender: \"boy\", host: getServerHost()};\n        source.setVariable(JSON.stringify([cfg]));\n        return cfg;\n    }\n})();\n\nvar sourceVal = '';\nvar customSource = (source.getLoginInfoMap())['自定义源站'];\n\nif (customSource !== undefined && customSource !== null && String(customSource).trim() !== \"\") {\n    sourceVal = String(customSource).trim();\n} else if (config.source) {\n    sourceVal = config.source;\n}\n\nvar param = sourceVal ? '&source=' + encodeURIComponent(sourceVal) : '';\nvar searchUrl = getServerHost() + '/searchs?page={{page}}&key={{key}}' + param;\n\nif (key.length == 19 && !Number.isNaN(parseInt(key))) {\n    var u = `https://api5-normal-sinfonlineb.fqnovel.com/reading/bookapi/multi-detail/v/?aid=1967&iid=1&version_code=999&book_id=${key}`;\n    var kdy = java.base64Encode(u);\n    var response = JSON.parse(java.ajax(u));\n    var nam = response.data.book_name || response.data[0].book_name;\n    result = getServerHost() + `/details?url=${kdy}&source=番茄小说&name=${nam}`;\n} else {\n    result = searchUrl;\n}\n</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "三五文学",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.35wx.la#",
    "bookUrlPattern": "https?://www.35wx.la/[\\d_]+/",
    "customButton": false,
    "customOrder": 211,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/xuanhuanxiaoshuo\n修真小说::/xiuzhenxiaoshuo\n都市小说::/dushixiaoshuo\n穿越小说::/chuanyuexiaoshuo\n网游小说::/wangyouxiaoshuo\n科幻小说::/kehuanxiaoshuo\n排行榜单::/paihangbang\n其他小说::/qitaxiaoshuo",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36",
    "lastUpdateTime": 1733138523380,
    "loginCheckJs": "cookie.removeCookie(source.getKey())\nresult",
    "loginUrl": "https://www.35wx.la/login.php",
    "respondTime": 7185,
    "ruleBookInfo": {
      "author": "id.info@p.0@text",
      "coverUrl": "img@src",
      "intro": "id.intro@p@textNodes",
      "kind": ".con_top@a.-1@text",
      "lastChapter": "id.info@p.-1@text",
      "name": "h1@text",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "id.ccc@textNodes",
      "nextContentUrl": ":contains(下一页)@href##(^.*_\\d+.*$|^)##$1###",
      "replaceRegex": "##\\s{0,100}\\n{0,2}.*(第.*页).*\\n{0,2}\\s{0,100}",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.s5@text",
      "bookList": "class.l@li||class.r",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.35wx.la/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "class.s3@text",
      "name": "class.s2@a@text||class.s2 mid@text"
    },
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "tbody tr!0",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.35wx.la/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "",
      "lastChapter": ".even@text",
      "name": "class.odd.0@text"
    },
    "ruleToc": {
      "chapterList": "dl@dd@a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{'webView': true}",
      "nextTocUrl": ""
    },
    "searchUrl": "https://www.35wx.la/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}&type=articlename&submit=\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "书坊文学网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.sfwx.com#🎃",
    "bookUrlPattern": "http://www.sfwx.com/\\d+/\\d+/",
    "customButton": false,
    "customOrder": 212,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"首页\",\"url\":\"/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1.00}},{\"title\":\"玄幻\",\"url\":\"/list1/<,{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠\",\"url\":\"/list2/<,{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/list3/<,{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史\",\"url\":\"/list4/<,{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游\",\"url\":\"/list5/<,{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"/list6/<,{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"言情\",\"url\":\"/list7/<,{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他\",\"url\":\"/list8/<,{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"排行\",\"url\":\"/top/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1.00}},{\"title\":\"总榜\",\"url\":\"/top/<,all_0_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月榜\",\"url\":\"/top/<,month_0_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周榜\",\"url\":\"/top/<,week_0_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完本\",\"url\":\"/full/<,0_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 0,
    "respondTime": 5919,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nw:\".caption-bookinfo span.1@text\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"img@src\",\nt:\"text.全部章节@href\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".font_max@html",
      "nextContentUrl": "text.下一章@href",
      "replaceRegex": "##\\s第\\(\\d+/\\d+\\)页|第\\(1/\\d+\\)页"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.0@text",
      "bookList": ".col-12 dl",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "kind": ".book_other[1:2]@text##状态|更新时间|：",
      "lastChapter": ".book_other.-1@text##最新章节：",
      "name": "h3@text##\\[\\w+\\]"
    },
    "ruleToc": {
      "chapterList": ".book_list2 ul li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ".page-item@a@href"
    },
    "searchUrl": "/search.php?q={{key}}<,&p={{page}}>",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "玩文学🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.wanwx.com#🎃",
    "customButton": false,
    "customOrder": 213,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 10526,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "id.htmlContent@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "p.0@text",
      "bookList": "class.col-md-10",
      "bookUrl": "h4@a@href",
      "coverUrl": "img@src",
      "intro": "p.1@text",
      "kind": "p.3@text",
      "lastChapter": "p.2@a@text",
      "name": "h4@a@text"
    },
    "ruleToc": {
      "chapterList": "id.list-chapterAll@dl@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "https://www.wanwx.com/search,{\n  \"body\": \"keyword={{key}}&page={{page}}&_token=BqWwVvOFJyslBDEGBfsTXjcZnaMmrJNGlyYQqvwF\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "同人小说（自制）",
    "bookSourceType": 0,
    "bookSourceUrl": "http://tongren.faloo.com",
    "customButton": false,
    "customOrder": 214,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36",
    "lastUpdateTime": 0,
    "respondTime": 1977,
    "ruleBookInfo": {
      "author": ".ni_10 > a@text",
      "coverUrl": ".ni_5 img@src",
      "intro": "#con_tab11_box1 > .a_666@text",
      "kind": ".a_666:nth-child(1) > .a_666@text",
      "lastChapter": "#con_tab11_box3 > h1@text",
      "name": ".a_24b@h1@text"
    },
    "ruleContent": {
      "content": ".noveContent@html"
    },
    "ruleSearch": {
      "author": "tag.a.2@text",
      "bookList": "class.l_main1@class.l_bar",
      "bookUrl": "tag.a.0@href",
      "checkKeyWord": "我的",
      "coverUrl": "class.l_pic@tag.img@src",
      "intro": "class.a_333@tag.a.0@text",
      "kind": "tag.a.3@text",
      "lastChapter": "class.l_nn@tag.a@text",
      "name": "tag.h1.0@text"
    },
    "ruleToc": {
      "chapterList": "class.ni_list@tag.td",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/r/0/1.html?t=1&k={{key}},{\"charset\": \"gb2312\"}",
    "weight": 0
  },
  {
    "bookSourceComment": "导入txt小说",
    "bookSourceGroup": "免费",
    "bookSourceName": "知轩藏书（导）",
    "bookSourceType": 3,
    "bookSourceUrl": "https://zxcs.zip/",
    "customButton": false,
    "customOrder": 215,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"༺ˇ»`ʚ    \\ud83d\\udd39知轩藏书\\ud83d\\udd39    ɞ´«ˇ༻\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"下载排行\",\"url\":\"rank/topdownload?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"仙草排行\",\"url\":\"rank/toppraise?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"玄幻\",\"url\":\"category/玄幻?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史\",\"url\":\"category/历史?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现实\",\"url\":\"category/现实?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"轻小说\",\"url\":\"category/轻小说?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"游戏\",\"url\":\"category/游戏?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"体育\",\"url\":\"category/体育?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙侠\",\"url\":\"category/仙侠?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠\",\"url\":\"category/武侠?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市\",\"url\":\"category/都市?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻\",\"url\":\"category/科幻?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现代言情\",\"url\":\"category/现代言情?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古代言情\",\"url\":\"category/古代言情?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"诸天无限\",\"url\":\"category/诸天无限?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"悬疑\",\"url\":\"category/悬疑?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇幻\",\"url\":\"category/奇幻?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"军事\",\"url\":\"category/军事?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"小说\",\"url\":\"category/小说?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"青春文学\",\"url\":\"category/青春文学?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"浪漫青春\",\"url\":\"category/浪漫青春?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"玄幻言情\",\"url\":\"category/玄幻言情?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"悬疑推理\",\"url\":\"category/悬疑推理?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻空间\",\"url\":\"category/科幻空间?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"文学\",\"url\":\"category/文学?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"灵异\",\"url\":\"category/灵异?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"竞技\",\"url\":\"category/竞技?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"二次元\",\"url\":\"category/二次元?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"言情\",\"url\":\"category/言情?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"玄幻魔法\",\"url\":\"category/玄幻魔法?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"修真武侠\",\"url\":\"category/修真武侠?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"未分类\",\"url\":\"category/未分类?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 10.0; SM-T540 Build/QP1A.190711.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/81.0.4044.122 Safari/537.36 com.quark.android\"}",
    "lastUpdateTime": 1759588692010,
    "respondTime": 4685,
    "ruleBookInfo": {
      "author": ".section@h2@text##.*作者(：|:)",
      "coverUrl": ".section@img.0@src",
      "downloadUrls": ".section@a.-1@href",
      "intro": "{{@@.pinjia@text##^|\\n##🍃}}\n👻  简介：\n{{@@.section@p.1@text##(^|[。！；？]+[”」）】]?)##$1<br>}}##【.*】：",
      "kind": ".section@p.3:4:5:6:7@text##【.*】：",
      "name": ".section@h2@text##《|》|（.*",
      "wordCount": ".section@p.2@text##【.*】："
    },
    "ruleContent": {},
    "ruleExplore": {},
    "ruleSearch": {
      "author": "h3@text##.*作者(：|:)",
      "bookList": "class.ng-star-inserted mio-multi-up mio-multi-up--dynamic mio-multi-up--max mio-multi-up--slim@mio-tile",
      "bookUrl": "a.0@href",
      "checkKeyWord": "诡秘之主",
      "coverUrl": "{{@@a.0@href##book##images/cover}}##html##jpg",
      "intro": "p@text",
      "kind": "time@text&&.downloads@text",
      "name": "h3@text##《|》|（.*"
    },
    "ruleToc": {},
    "searchUrl": "search?q={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "by天天的鸟蛋蛋",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "爱搬文屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.banwenwu.com",
    "bookUrlPattern": "https://www.banwenwu.com/\\d+/",
    "customButton": false,
    "customOrder": 216,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "排行::/paihangbang/\n收藏::/collect/\n完本::/wanbenxiaoshuo/",
    "lastUpdateTime": 1734979437882,
    "respondTime": 82554,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content"
    },
    "ruleContent": {
      "content": "#content@html"
    },
    "ruleExplore": {
      "bookList": ".layout:nth-child(n+1) .txt-list:nth-child(1) > li:nth-child(n+1)",
      "bookUrl": "a@href",
      "kind": ".s5@text",
      "name": "a@text"
    },
    "ruleSearch": {
      "author": "span.-2@text",
      "bookList": ".txt-list@li!0",
      "bookUrl": "span.1@a@href",
      "checkKeyWord": "剑来",
      "kind": "span.0:-1@text##\\[|\\]",
      "lastChapter": "span.2@text",
      "name": "span.1@text"
    },
    "ruleToc": {
      "chapterList": "#section-list > li:nth-child(n+1) > a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{url=source.getKey();cookie.removeCookie(url)}}\n/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "新书迷楼",
    "bookSourceType": 0,
    "bookSourceUrl": " http://www.xshumilou.net",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 217,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1734984211673,
    "respondTime": 6567,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "downloadUrls": "@get:{t}",
      "init": "@put:{n:\"[property$=book_name]@content\",\n\ta:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=lastest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\",\nm:\"text.章节目录@href\",\nt:\"text.TXT 下载@href||text.TXT格式@href\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "@get:{m}"
    },
    "ruleContent": {
      "content": "#booktxt@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": ".s4@text||a.2@text",
      "bookList": ".l li&&.item",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href<js>\nvar id = result.match(/(\\d+)(\\/?|\\.html)$/)[1];\nvar iid = parseInt(id/1000);\nString(source.getKey()).replace(/\\/\\/(m|wap|www)/,\"//img\")+'/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": "dd@text",
      "kind": ".s1@text||em.-1@text",
      "lastChapter": ".s3@text",
      "name": ".s2@text||a.1@text",
      "wordCount": "em.-2@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".item",
      "bookUrl": "a.1@href",
      "checkKeyWord": "剑来",
      "coverUrl": "img@data-original||img@src",
      "intro": "dd@text",
      "kind": "em.-1@text",
      "name": "a.1@text",
      "wordCount": "em.-2@text"
    },
    "ruleToc": {
      "chapterList": "#content_1 a||#list dl a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option!0@value"
    },
    "searchUrl": "{{url=source.getKey();\ncookie.removeCookie(url);\njava.ajax(url).match(/form.*action=\"(.+?)\"/)[1]}}?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "纵横中文网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.zongheng.com/",
    "customButton": false,
    "customOrder": 218,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/82.0.4080.0 Safari/537.36 Edg/82.0.453.0\"\n}",
    "lastUpdateTime": 1723388806886,
    "respondTime": 2777,
    "ruleBookInfo": {
      "author": "class.de-header-author@text",
      "canReName": "True",
      "coverUrl": "img@src",
      "intro": "class.de-header-title@text&&\nclass.de-header-author@text&&\nclass.tags de-tags@text&&\nclass.de-update-chapter flex@class.time JissueTime@text&&\nclass.de-summary@span@text",
      "kind": "class.tags de-header-line.0@span.0@text&&class.tags de-header-line.0@span.-1@text",
      "lastChapter": "class.de-update-chapter flex@class.flex--fluid@text",
      "name": "class.de-header-title@text",
      "tocUrl": "text.进入作品目录 查看更多@href||class.de-gray-btn@href",
      "wordCount": "class.tags de-header-line@span.1@text"
    },
    "ruleContent": {
      "content": "class.content@p@text",
      "title": "class.chapterName-modul@text"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "kind": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "class.book-author@text##[作者：·]*",
      "bookList": "class.book-li",
      "bookUrl": "class.book-li@a@href",
      "checkKeyWord": "穿书炮灰，全家偷听我心声",
      "coverUrl": "img@data-imgsrc",
      "intro": "class.book-desc@text",
      "kind": "class.book-label@text&&class.book-state@text##[类型状态：·\\d+万]",
      "lastChapter": "class.book-li@a@href<js>java.ajax(result)</js>class.de-update-chapter flex@class.flex--fluid@text",
      "name": "class.book-title@text",
      "wordCount": "class.book-label@ownText##[·]*"
    },
    "ruleToc": {
      "chapterList": "class.chapbox",
      "chapterName": "class.chapbox@text##App内免费##💎VIP",
      "chapterUrl": "class.chapbox@a@href",
      "isVip": "VIP",
      "updateTime": "class.list_wrap__top@span@text"
    },
    "searchUrl": "https://m.zongheng.com/search?keywords={{key}},{\n  \"webView\": true\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "森林文学",
    "bookSourceType": 0,
    "bookSourceUrl": "http://23.224.242.55",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 219,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1749730677597,
    "loginUrl": "",
    "respondTime": 1079,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "class.imgbox@img@src",
      "init": "",
      "intro": "&nbsp;&nbsp;\n📕书名：{{@css:body>div.container>div.row-section>div.layout-col1>h2@text##最新章节.*|.*正文}}\n✏️作者：{{@css:body>div.container>div.row-detail>div.layout-col1>div.detail-box>div.info>div.top>div.fix>p@text##类别.*|状态.*|动作.*|最后更新.*|作者：|最新章节.*}}\n⏳更新时间：{{@@div.info>div.top>div.fix>p.4@text##最后更新：}}\n💡最新章节：{{@@div.info>div.top>div.fix>p.5@text##最新章节：}}\n🏷相关标签：{{@@div.info>div.top>div.fix>p.2@text##状态：}}|类别：{{@@div.info>div.top>div.fix>p.1@text##类别：}}\n📜简介：{{@css:body>div.container>div.row-detail>div.layout-col1>div.detail-box>div.xs-show@text##简介\\:}}",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@textNodes",
      "imageStyle": "",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##.*\\(第\\d+/\\d+页\\)|（本章未完，请点击下一页继续阅读）",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "@span.3@text",
      "bookList": "class.txt-list txt-list-row5@li!0",
      "bookUrl": "@span.1@a@href",
      "coverUrl": "",
      "intro": "",
      "kind": "@span.0@text##\\[|\\]",
      "lastChapter": "@span.2@text",
      "name": "@span.1@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.section-list fix@li",
      "chapterName": "@a@text",
      "chapterUrl": "@a@href",
      "isVip": "",
      "nextTocUrl": "class.onclick@href",
      "updateTime": ""
    },
    "searchUrl": "http://23.224.242.55/ar.php?keyWord={{key}}",
    "weight": 1
  },
  {
    "bookSourceComment": "//By情无羁25.04.09 使用需要魔法",
    "bookSourceGroup": "漫画",
    "bookSourceName": "拷贝漫画（优++）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.mangacopy.com/",
    "customButton": false,
    "customOrder": 220,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "@js:\nJSON.stringify({\n\"platform\":\"1\",\n\"version\":\"9.9.9\",\n\"Accept-Language\": \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\",\r\n\"Accept\": \"application/json\",\n\"referer\":baseUrl\n})",
    "lastUpdateTime": 1759431612400,
    "respondTime": 3842,
    "ruleBookInfo": {
      "init": "<js>java.t2s(result)</js>\n$..comic",
      "intro": "$..brief",
      "kind": "{{$..display}},{{$..theme}}##.*?name\":\"(.*?)\".*?|\\,.*\\]##$1",
      "lastChapter": "$..last_chapter##.*name=(.*?)\\W##$1",
      "tocUrl": "https://api.mangacopy.com/api/v3/comic/{{$..path_word}}\n<js>\na=result.replace(/\\s.*/g,'').replace(/$/,'/group/default/chapters?limit=100&offset=0')\na\n</js>"
    },
    "ruleContent": {
      "content": "$..url\n<js>\nresult.split(\"\\n\").map(x=>'<img src=\"'+x+'\">').join(\"\\n\")\n</js>",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.author##.*name=(.*?)\\,.*##$1",
      "bookList": "<js>java.t2s(result)</js>\n$..list[*]",
      "bookUrl": "https://api.mangacopy.com/api/v3/comic2/{{$.path_word}}?platform=1&_update=true",
      "checkKeyWord": "登录武林系统",
      "coverUrl": "$.cover",
      "name": "$.name"
    },
    "ruleToc": {
      "chapterList": "$..list[*]",
      "chapterName": "name",
      "chapterUrl": "https://api.mangacopy.com/api/v3/comic/{{$.comic_path_word}}/chapter2/{{$.uuid}}?in_mainland=true&platform=1",
      "nextTocUrl": "$..count\n<js>\na=String(result[0]);\nb= Math.floor(parseFloat(a.replace(/\\s/,''))/100);\nb=b+1\nlist=[];\nfor(i=0;i<=b;i++){\n\tlist.push(baseUrl.replace(/offset=0/,'offset='+100*i))\n\t}list\n</js>"
    },
    "searchUrl": "https://api.mangacopy.com/api/v3/search/comic?platform=1&q={{key}}&limit=20&offset={{20*(page-1)}}&q_type=&_update=true",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "灯读文学🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://s30001.zhongyue001.com#🎃",
    "customButton": false,
    "customOrder": 221,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"男生频道\",\"url\":\"\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"玄幻\",\"url\":\"/book/index?category_id=1&sex=1&page={{page}}&type=category\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/book/index?category_id=2&sex=1&page={{page}}&type=category\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠\",\"url\":\"/book/index?category_id=3&sex=1&page={{page}}&type=category\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奇幻\",\"url\":\"/book/index?category_id=5&sex=1&page={{page}}&type=category\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史\",\"url\":\"/book/index?category_id=6&sex=1&page={{page}}&type=category\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"军事\",\"url\":\"/book/index?category_id=7&sex=1&page={{page}}&type=category\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"/book/index?category_id=9&sex=1&page={{page}}&type=category\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}},{\"title\":\"游戏\",\"url\":\"/book/index?category_id=10&sex=1&page={{page}}&type=category\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}},{\"title\":\"女生频道\",\"url\":\"\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"现代言情\",\"url\":\"/book/index?category_id=12&sex=2&page={{page}}&type=category\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代言情\",\"url\":\"/book/index?category_id=13&sex=2&page={{page}}&type=category\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"幻想言情\",\"url\":\"/book/index?category_id=14&sex=2&page={{page}}&type=category\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青春校园\",\"url\":\"/book/index?category_id=15&sex=2&page={{page}}&type=category\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}}]",
    "header": "{\"User-Agent\": \"okhttp/4.9.1\",\"token\": \"m8z4dztf3uzwox96e7m1h38b6mxkx0od\",\"uid\": \"340826\",\"ver\": \"1.0.0.0.7\",\"osType\": \"1\",\"clientVer\": \"1.0.7\",\"Content-Type\": \"application/x-www-form-urlencoded\"}",
    "lastUpdateTime": 0,
    "respondTime": 2449,
    "ruleBookInfo": {
      "author": "$..author",
      "coverUrl": "https://static.zhongyue001.com/{{$..spic}}",
      "intro": "$..descp",
      "kind": "{{$..updated_at}}\n{{$..category_name}}",
      "lastChapter": "$.data.chapter_list_link<js>java.ajax(result)</js>$..chapter_list[-1].name",
      "name": "$..name@put:{bid:$..id}",
      "tocUrl": "$.data.chapter_list_link",
      "wordCount": "$..word"
    },
    "ruleContent": {
      "content": "$.data.chapter_link||$.data.current.link<js>java.ajax(result)</js>$..body"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.list[*]",
      "bookUrl": "https://s30001.zhongyue001.com/chapter/index?bid={{$.id}}",
      "checkKeyWord": "",
      "coverUrl": "https://static.zhongyue001.com/{{$.spic}}",
      "intro": "$.descp",
      "kind": "{{$.updated_at}}\n{{$.category_name}}",
      "name": "$.name",
      "wordCount": "$.word"
    },
    "ruleToc": {
      "chapterList": "$..chapter_list[*]",
      "chapterName": "$.name",
      "chapterUrl": "https://s30001.zhongyue001.com/chapter/show?bid=@get:{bid}&num={{$.num}}&force_read=0&auto_buy_status=0",
      "isVip": "$.coin"
    },
    "searchUrl": "https://s30001.zhongyue001.com/book/index?type=search&page=1&keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃长佩文学🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.gongzicp.com#🎃",
    "customButton": false,
    "customOrder": 222,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\nvar nums = 4;\nvar separator = '::'\ndate={\"昨日\":1,\"7天\":2,\"30天\":3,\"总\":8,\"时\":9,\"本周\":4,\"本月\":5};\n\n//有一些分类没有该时间，所以显示为空，需要换时间\nd=date[\"7天\"]\nall=[\"百合免费完结::https://m.gongzicp.com/webapi/novel/novelList?tid=17&process=2&number=0&sell=1&pre=0&lnid=0&page={{page}}::2\",\"我的书架::https://www.gongzicp.com/webapi/usercoll/getList?page=1&filter=0&sort_key=3&sort_flag=2::2\",\"全部（分类）::75::1\",\"古代::3\",\"现代::1\",\"幻想::4\",\"悬疑::6\",\"短佩::66\",\"架空::9\",\"无CP::73\",\"百合::17\",\"畅销榜::75::1::1\",\"古代::3::::1\",\"现代::1::::1\",\"幻想::4::::1\",\"悬疑::6::::1\",\"短佩::66::::1\",\"架空::9::::1\",\"无CP::73::::1\",\"百合::17::::1\",\"上架榜::75::1::2\",\"古代::3::::2\",\"现代::1::::2\",\"幻想::4::::2\",\"悬疑::6::::2\",\"短佩::66::::2\",\"架空::9::::2\",\"无CP::73::::2\",\"百合::17::::2\",\"风云榜::75::1::3\",\"古代::3::::3\",\"现代::1::::3\",\"幻想::4::::3\",\"悬疑::6::::3\",\"短佩::66::::3\",\"架空::9::::3\",\"无CP::73::::3\",\"百合::17::::3\",\"热读榜::75::1::4\",\"古代::3::::4\",\"现代::1::::4\",\"幻想::4::::4\",\"悬疑::6::::4\",\"短佩::66::::4\",\"架空::9::::4\",\"无CP::73::::4\",\"百合::17::::4\",\"完结榜::75::1::5\",\"古代::3::::5\",\"现代::1::::5\",\"幻想::4::::5\",\"悬疑::6::::5\",\"短佩::66::::5\",\"架空::9::::5\",\"无CP::73::::5\",\"百合::17::::5\",\"人气榜::75::1::6\",\"古代::3::::6\",\"现代::1::::6\",\"幻想::4::::6\",\"悬疑::6::::6\",\"短佩::66::::6\",\"架空::9::::6\",\"无CP::73::::6\",\"百合::17::::6\",\"新书榜::75::1::7\",\"古代::3::::7\",\"现代::1::::7\",\"幻想::4::::7\",\"悬疑::6::::7\",\"短佩::66::::7\",\"架空::9::::7\",\"无CP::73::::7\",\"百合::17::::7\",\"新人榜::75::1::8\",\"古代::3::::8\",\"现代::1::::8\",\"幻想::4::::8\",\"悬疑::6::::8\",\"短佩::66::::8\",\"架空::9::::8\",\"无CP::73::::8\",\"百合::17::::8\",\"萌新榜::75::1::9\",\"古代::3::::9\",\"现代::1::::9\",\"幻想::4::::9\",\"悬疑::6::::9\",\"短佩::66::::9\",\"架空::9::::9\",\"无CP::73::::9\",\"百合::17::::9\",\"赞赏榜::75::1::10\",\"古代::3::::10\",\"现代::1::::10\",\"幻想::4::::10\",\"悬疑::6::::10\",\"短佩::66::::10\",\"架空::9::::10\",\"无CP::73::::10\",\"百合::17::::10\",\"互动榜::75::1::11\",\"古代::3::::11\",\"现代::1::::11\",\"幻想::4::::11\",\"悬疑::6::::11\",\"短佩::66::::11\",\"架空::9::::11\",\"无CP::73::::11\",\"百合::17::::11\",\"勤奋榜::75::1::12\",\"古代::3::::12\",\"现代::1::::12\",\"幻想::4::::12\",\"悬疑::6::::12\",\"短佩::66::::12\",\"架空::9::::12\",\"无CP::73::::12\",\"百合::17::::12\",\"潜力榜::75::1::15\",\"古代::3::::15\",\"现代::1::::15\",\"幻想::4::::15\",\"悬疑::6::::15\",\"短佩::66::::15\",\"架空::9::::15\",\"无CP::73::::15\",\"百合::17::::15\"]\n\n\n\n//下面不要动\nfunction parse(data){\n\tlet args=data.split(separator);\n\tlet title = args[0],url=args[1],num=nums;\n\t\n\t\n\t//看看链接如何生成，不需要生成，删除下一行\n\t let u=/^\\d+/.test(url)?\"https://www.gongzicp.com/webapi/novel/novelGetList?page={{page}}&size=10&tid=\"+url+\"&field=0&order=-1\":url\n\t \t\n try {num = /^\\d+/.test(args[2])?args[2]:num}catch(e){}\n try {\n \td=/^5|(?:10)|(?:12)$/g.test(args[3])?date[\"本月\"]:args[3]==11?date[\"时\"]:2;\n \tu = /^\\d+/.test(args[3])?\"https://www.gongzicp.com/webapi/novel/rankingGetList?tid=\"+url+\"&rid=\"+args[3]+\"&date=\"+d+\"&page={{page}}\":u\n }catch(e){}\n\treturn [title, u, num]\n\t}\n\nfunction FlexBox(title, url, num){\n\t\t let obj={};\n\t\t obj.style={},obj.title=title,obj.url=url?url:'',obj.style['layout_flexGrow']=1;\n\t//部分数值设定 关耳@2379204@coolapk\n\tlet data={1:1,2:0.4,3:0.25,4:0.2,5:0.15,7:0.1,10:0.05};\nobj.style['layout_flexBasisPercent']=data[num]\n\t\treturn obj\n\t\t}\nresult=JSON.stringify(all.map(data=>{\n\tlet args=parse(data);\n\treturn FlexBox.apply(null, args)\n\t}))\n</js>",
    "header": "@js:\nvar ck = String(source.getVariable()).replace(/\\n◎◎.*/,'')\nvar t = {\n\t\"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36\",\n\t\"cookie\": ck\n}\nJSON.stringify(t)",
    "jsLib": "function get_head() {\r\n    //正文js by_distance\r\n    const { java, source, cookie, baseUrl } = this;\r\n    var times, ver, Key, d, f, str;\r\n    times = Math.round(new Date().getTime() / 1000).toString();\r\n    ver = \"android_02050803\";\r\n    f = \"fss≤Â˜ı≥fhggh*&^%^ÇÏÍÎÍADΩ≈Ç≈√\";\r\n    var nid = baseUrl\r\n        .match(/nid=.*&/)[0]\r\n        .replace(\"nid=\", \"\")\r\n        .replace(\"&\", \"\");\r\n    var ids = baseUrl.match(/chapter_ids=.*/)[0].replace(\"chapter_ids=\", \"\");\r\n    str = \"chapter_ids=\" + ids + \"&nid=\" + nid + times + ver + f;\r\n    Key = java.digestHex(str, \"SHA-256\").substring(10, 42);\r\n    var u = source.getLoginHeader();\n    if(u!=null && u!=\"\"){\r\n    var Map = JSON.parse(u.replace(\"&\", \"\"));\n    }else{Map == null}\r\n    Map = Map == null ? { token: \"\" } : Map;\r\n    var token = Map[\"token\"];\r\n    token = token == \"\" || token == null ? \"\" : token;\r\n    var headers = {\r\n        \"User-Agent\": \"chang pei yue du/2.5.8.3 (Android 13; 2210132C; Xiaomi)\",\r\n        randStr: times,\r\n        version: ver,\r\n        requestKey: Key,\r\n        client: \"android\",\r\n        imei: \"455321005bc9cd38\",\r\n        referer: \"https://www.gongzicp.com\",\r\n        token: token,\r\n    };\r\n    var option = {\r\n        headers: headers,\r\n    };\r\n    return option;\r\n}\r\nfunction AESencrypt(text, key, iv) {\r\n    const { java } = this;\r\n    let key = \"u0LRrbu$Enm84koA\";\r\n    let iv = \"$h$b3!iGzsYnnshj\";\r\n    let cipher = java.createSymmetricCrypto(\"AES/CBC/PKCS7Padding\", key, iv);\r\n    let res = cipher.encryptBase64(text);\r\n    return res;\r\n}\r\nfunction check_token() {\r\n    const { java, source, Packages } = this;\r\n    var base64 = Packages.cn.hutool.core.codec.Base64;\r\n    var pz = source.getLoginHeader();\n    if(pz!=null&&pz!=\"\"){\r\n    var Map = JSON.parse(pz.replace(\"&\", \"\"));\n    }else{Map={}}\r\n    var turl = \"https://www.gongzicp.com/cp.UserExternal/get_token\";\r\n    var surl =\r\n        \"https://www.gongzicp.com/webapi/usercoll/getList?page=1&filter=0&sort_key=3&sort_flag=2\";\r\n    var str1 = \"00000000222a20\";\r\n    if (Map && Map.refresh_token) {\r\n        let k = Object.assign({}, Map);\r\n        let ck = Map.ck;\r\n        let token = Map.token;\r\n        let refresh_token = Map.refresh_token;\r\n        let headers = {\r\n            \"User-Agent\":\r\n                \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36\",\r\n            \"content-type\": \"application/grpc-web-text\",\r\n            Accept: \"application/grpc-web-text\",\r\n            cookie: String(ck),\r\n            token: token,\r\n        };\r\n        let hexstr = str1 + java.hexEncodeToString(refresh_token);\r\n        let hexbyte = java.hexDecodeToByteArray(hexstr);\r\n        let b2 = base64.encode(hexbyte).substr(0, 52);\r\n        let s = JSON.parse(java.get(surl, headers).body());\n       \n       \r\n        if (s.code == 9996) {\r\n            headers[\"token\"] = \"\";\r\n            java.longToast(\"token失效,正在重新获取...\");\r\n            let n = java.post(turl, b2, headers).body();\r\n            if (n.match(/AAAAA/)) {\r\n                let a = n.split(\"gAAAA\")[0];\r\n                let z = java.base64Decode(a);\r\n                java.log(encodeURI(z));\r\n                let r = encodeURI(z).match(/%[0-9a-z]{2}([0-9a-z]{32})/)[1];\r\n                java.log(r);\r\n                k[\"token\"] = r;\r\n                source.putLoginHeader(\"&\" + JSON.stringify(k));\r\n            } else {\r\n                java.longToast(\"❌️登录失效了，请重新登录。。。\");\r\n            }\r\n        }\r\n    }\r\n}\r\n//登录相关\r\nlet _t = { DATA: 0, typeName: \"cp.UserExternalParams.AccountLoginReq\" };\r\nlet Ce =\r\n    \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\".split(\r\n        \"\"\r\n    );\r\nfunction Bc() {\r\n    let r = Date.now();\r\n    const e = \"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx\".replace(\r\n        /[xy]/g,\r\n        function (t) {\r\n            let i = (r + Math.random() * 16) % 16 | 0;\r\n            return (\r\n                (r = Math.floor(r / 16)),\r\n                (t === \"x\" ? i : (i & 3) | 8).toString(16)\r\n            );\r\n        }\r\n    );\r\n    return e;\r\n}\r\nfunction Rr(r) {\r\n    let e = \"\",\r\n        t = 0,\r\n        i,\r\n        n = 0;\r\n    for (let a = 0; a < r.length; a++)\r\n        switch (((i = r[a]), t)) {\r\n            case 0:\r\n                (e += Ce[i >> 2]), (n = (i & 3) << 4), (t = 1);\r\n                break;\r\n            case 1:\r\n                (e += Ce[n | (i >> 4)]), (n = (i & 15) << 2), (t = 2);\r\n                break;\r\n            case 2:\r\n                (e += Ce[n | (i >> 6)]), (e += Ce[i & 63]), (t = 0);\r\n                break;\r\n        }\r\n    return t && ((e += Ce[n]), (e += \"=\"), t === 1 && (e += \"=\")), e;\r\n}\r\nlet d;\r\n(function (r) {\r\n    (r.symbol = Symbol.for(\"protobuf-ts/unknown\")),\r\n        (r.onRead = (t, i, n, a, c) => {\r\n            (e(i) ? i[r.symbol] : (i[r.symbol] = [])).push({\r\n                no: n,\r\n                wireType: a,\r\n                data: c,\r\n            });\r\n        }),\r\n        (r.onWrite = (t, i, n) => {\r\n            for (let { no: a, wireType: c, data: s } of r.list(i))\r\n                n.tag(a, c).raw(s);\r\n        }),\r\n        (r.list = (t, i) => {\r\n            if (e(t)) {\r\n                let n = t[r.symbol];\r\n                return i ? n.filter((a) => a.no === i) : n;\r\n            }\r\n            return [];\r\n        }),\r\n        (r.last = (t, i) => r.list(t, i).slice(-1)[0]);\r\n    const e = (t) => t && Array.isArray(t[r.symbol]);\r\n})(d || (d = {}));\r\nlet kf = 4294967295;\r\nfunction wn(r) {\r\n    if (typeof r != \"number\") throw new Error(\"invalid uint 32: \" + typeof r);\r\n    if (!Number.isInteger(r) || r > kf || r < 0)\r\n        throw new Error(\"invalid uint 32: \" + r);\r\n}\r\nfunction encodeUTF8(string) {\r\n    const utf8String = encodeURIComponent(string).replace(\r\n        /%([0-9A-F]{2})/g,\r\n        (match, p1) => String.fromCharCode(\"0x\" + p1)\r\n    );\r\n    const byteArray = new Uint8Array(utf8String.length);\r\n    for (let i = 0; i < utf8String.length; i++) {\r\n        byteArray[i] = utf8String.charCodeAt(i);\r\n    }\r\n    return byteArray;\r\n}\r\nfunction Wf(e) {\r\n    this.chunks = [];\r\n    this.buf = [];\r\n}\r\nWf.prototype.finish = function () {\r\n    this.chunks.push(new Uint8Array(this.buf));\r\n    let e = 0;\r\n    for (let n = 0; n < this.chunks.length; n++) e += this.chunks[n].length;\r\n    let t = new Uint8Array(e),\r\n        i = 0;\r\n    for (let n = 0; n < this.chunks.length; n++)\r\n        t.set(this.chunks[n], i), (i += this.chunks[n].length);\r\n    return (this.chunks = []), t;\r\n};\r\nWf.prototype.tag = function (e, t) {\r\n    return this.uint32(((e << 3) | t) >>> 0);\r\n};\r\nWf.prototype.raw = function (e) {\r\n    if (this.buf.length) {\r\n        this.chunks.push(new Uint8Array(this.buf));\r\n        this.buf = [];\r\n    }\r\n    this.chunks.push(e);\r\n    return this;\r\n};\r\nWf.prototype.uint32 = function (e) {\r\n    for (wn(e); e > 127; ) {\r\n        this.buf.push((e & 127) | 128);\r\n        e = e >>> 7;\r\n    }\r\n    this.buf.push(e);\r\n    return this;\r\n};\r\nWf.prototype.string = function (e) {\r\n    let t = encodeUTF8(e);\r\n    this.uint32(t.byteLength);\r\n    this.raw(t);\r\n    return this;\r\n};\r\nfunction toBinary(e) {\r\n    return internalBinaryWrite(e, new Wf()).finish();\r\n}\r\nfunction internalBinaryWrite(e, t) {\r\n    e.account !== \"\" && t.tag(1, 2).string(e.account),\r\n        e.password !== \"\" && t.tag(2, 2).string(e.password),\r\n        e.nationCode !== void 0 && t.tag(3, 0).uint32(e.nationCode);\r\n    let n = true;\r\n    if (n && d.onWrite) {\r\n        d.onWrite(_t.typeName, e, t);\r\n    }\r\n    return t;\r\n}\r\nfunction Da(r, e) {\r\n    let t = new Uint8Array(5 + r.length);\r\n    t[0] = _t.DATA;\r\n    for (let i = r.length, n = 4; n > 0; n--) (t[n] = i % 256), (i >>>= 8);\r\n    return t.set(r, 5), e === \"binary\" ? t : Rr(t);\r\n}\r\n",
    "lastUpdateTime": 0,
    "loginUi": "[{\n\t\tname: \"🟢账号:\",\n\t\ttype: \"text\"\n\t},\n\t{\n\t\tname: \"🔴密码:\",\n\t\ttype: \"password\"\n\t},\n {\n\t\tname: \"是否开启作者有话说，开启填1其他为不开启\",\n\t\ttype: \"text\"\n\t},\n\t{\n\t\tname: \"是否开启正文延迟(10s)，开启填1其他为不开启\",\n\t\ttype: \"text\"\n\t},\n\t{\n\t\tname: \"🔻点我登录🔺\",\n\t\ttype: \"button\",\n\t\taction: \"userlogin()\"\n\t}\n]",
    "loginUrl": "function userlogin() {\r\n    var phone = result.get(\"🟢账号:\");\r\n    var pwd = result.get(\"🔴密码:\");\r\n    if (phone != \"\" && pwd != \"\") {\r\n        let login_url =\r\n            \"https://www.gongzicp.com/cp.UserExternal/account_login\";\r\n        let password = AESencrypt(pwd);\r\n        let m = { account: phone, password: password, nationCode: 86 };\r\n        let body = Da(toBinary(m), \"text\");\r\n        let ck = \"_c_n_=\" + java.md5Encode(Bc())\r\n        let headers = {\r\n            \"User-Agent\":\r\n                \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36\",\r\n            \"content-type\": \"application/grpc-web-text\",\r\n            \"Accept\": \"application/grpc-web-text\",\r\n            \"cookie\" :String(ck)\r\n        };\r\n        let n = java.post(login_url, body, headers).body();\r\n        if (n.match(/AAAAA/)) {\r\n            let t = n.split(\"gAAAA\")[0];\r\n            let b = java.base64Decode(t);\r\n            let token = b.slice(11, 43);\r\n            let refresh_token = b.slice(45, 78);\r\n            save_oken(ck,token,refresh_token)\r\n            source.setVariable(ck);\r\n            java.longToast(\"✅登录成功!\");\r\n        }else{\r\n            java.longToast(\"❌️登录失败\");\r\n        }\r\n    } else {\r\n        java.longToast(\"❌️账号或密码不能为空\");\r\n    }\r\n}\r\n\r\nfunction save_oken(cookie,token,refresh_token) {\r\n    let zz = result.get(\"是否开启作者有话说，开启填1其他为不开启\");\r\n    let yc = result.get(\"是否开启正文延迟(10s)，开启填1其他为不开启\");\n    java.log(\"yc:\"+yc)\r\n    zz = zz == \"\" || zz == null ? \"0\" : zz;\r\n    yc = yc == \"\" || yc == null ? \"0\" : yc;\r\n    let timestamp = new Date().getTime();\r\n    let times = java.timeFormat(timestamp);\r\n    option = {\r\n        token: String(token),\r\n        refresh_token:String(refresh_token),\r\n        zz: String(zz),\r\n        ck: String(cookie),\r\n        yc: String(yc),\r\n        times: times\r\n    };\r\n    source.putLoginHeader(\"&\" + JSON.stringify(option));\r\n    java.longToast(\"✅保存token：\" + token);\r\n}\r\n\r\nfunction login() {\r\n    java.longToast(\"登录完成\");\r\n}\r\n",
    "respondTime": 3509,
    "ruleBookInfo": {
      "author": ".author_nickname",
      "coverUrl": ".novel_cover",
      "init": "$.data",
      "intro": ".novel_info",
      "kind": ".type_list[*]&&.tag_list[*]",
      "lastChapter": ".novel_newcname",
      "name": ".novel_name",
      "tocUrl": "https://www.gongzicp.com/webapi/novel/chapterGetList?nid={{$.novel_id}}",
      "wordCount": ".novel_wordnumber"
    },
    "ruleContent": {
      "content": "@js:\nlet u = source.getLoginHeader()||\"[]\";\ncheck_token()\nlet config = JSON.parse(u.replace(\"&\",\"\"))\nconfig = config==null?{\"yc\":\"0\"}:config;\nlet yc = config[\"yc\"];\nif(yc == 1){\njava.log('延时开始')\nvar times = Math.round(new Date().getTime() / 1000)\nwhile(Math.round(new Date().getTime() / 1000)-times<10){}\njava.log('延迟结束')\n}\nvar option = get_head()\nfunction gettext(a){\n    var url = baseUrl +\",\"+java.put(\"headers\",JSON.stringify(a))\n    var text = java.ajax(url)\n    return text\n}\nlet res =  gettext(option)\nvar d = java.getString(\"$.data..content\",res)\nif(d!=\"\"){\n\t let content = java.getString(\"$.data..content\",res);\n\t let u = source.getLoginHeader();\n\t if(u!=null&&u!=\"\"){\n      let Map = JSON.parse(u.replace(\"&\",\"\"))\n   }else{Map==null}\n   Map = Map==null?{\"zz\":\"0\"}:Map;\n   let word = Map[\"zz\"];\n   if(word==1){\n   let saybody;\n   saybody=java.getString(\"$.data..chapter_postscript\",res);\n    let say=saybody!=\"\"?\"\\n【📢作者有话说】\\n\"+saybody:\"\";\n    result = content + say\n   \t}else{\n   \t\tresult = content\n   \t\t}\n\t}else{\n\t\tresult=\"出错啦❗\\n错误原因：接口访问频繁或未解锁Vip章节\"\n\t\t}\nresult"
    },
    "ruleExplore": {
      "author": "$.author||$.novel_author",
      "bookList": "<js>\nif(/process=2/.test(baseUrl)){\n\tif(/page=1/.test(baseUrl)){\n\t\tlet s = String(source.getVariable());\n\t\tif(/◎◎/.test(s)){\n\t\t\ts = s.replace(/◎◎.*/,'')\n\t\t\t}\n\t\t\t}\n\ts = String(source.getVariable());\n\tck = s.match(/(.*)/)[1];\n\ts=/◎◎/.test(s)?s.match(/◎◎(.*)/)[1]:baseUrl;\n\tresult = java.ajax(s);\n\tu = \"https://m.gongzicp.com/webapi/novel/novelList?tid=17&process=2&number=0&sell=1&pre=\"+JSON.parse(result).data.previous_val+\"&lnid=\"+JSON.parse(result).data.latest_nid;\n\tsource.setVariable(ck+\"\\n◎◎\"+u);\n\t\n\t}\n\n\n\n//在下面来获取我的书架\nvar t = JSON.parse(result)\nvar u = t.code\nif (t.code===9996){\nlet z = source.getLoginHeader()\ncheck_token()\nlet Map = JSON.parse(z.replace(\"&\",\"\"));\nMap = Map==null?{\"ck\":\"\"}:Map;\r\nlet ck = Map[\"ck\"];\nlet token = Map[\"token\"]\nlet headers = {\n\t\"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36\",\n\t\"Cookie\": ck,\n\t\"token\":token\n}\nlet url = \"https://www.gongzicp.com/webapi/usercoll/getList?page=1&filter=0&sort_key=3&sort_flag=2\"\n let re = java.get(url,headers)\n java.log(re.body())\n result = re.body()\n\t}else{result = result}\n</js>\ndata.list",
      "bookUrl": "https://www.gongzicp.com/webapi/novel/novelInfo?id={{$.id||$.novel_id}}",
      "coverUrl": "{{$.cover||$.novel_cover}}",
      "intro": ".novel_info",
      "kind": "$.type_list[*]||$.novel_process_text&&$.novel_tags[*]",
      "lastChapter": ".novel_newcname\n<js>\nif(result == \"\"){\n\tvar bkid = java.getString(\"$.novel_id\")\n\tcurl = `https://gongzicp.com/webapi/novel/chapterGetList?nid=${bkid}`\n\tvar t = JSON.parse(java.ajax(curl))\n\tvar u = t.data.list.length -1\n\tvar res = t.data.list[u]\n\tvar chapter = `${res.name}   更新时间：${res.public_date}`\n\tresult = chapter\n\t}else{result}\n</js>",
      "name": "$.name||$.novel_name",
      "wordCount": ".novel_wordnumber"
    },
    "ruleSearch": {
      "author": ".novel_author",
      "bookList": "<js>\nif(/process=2/.test(baseUrl)){\n\tif(/page=1/.test(baseUrl))source.setVariable(\"\");\n\ts = source.getVariable();\n\ts=s!=\"\"?s:baseUrl;\n\tresult = java.ajax(s);\n\tu = \"https://m.gongzicp.com/webapi/novel/novelList?tid=17&process=2&number=0&sell=1&pre=\"+JSON.parse(result).data.previous_val+\"&lnid=\"+JSON.parse(result).data.latest_nid;\n\tsource.setVariable(u);\n\t\n\t}\n\n\nif(/search\\/novels/.test(baseUrl)){\n\ttry{\n\t//搜索作者\nurl = \"https://m.gongzicp.com/webapi/search/novelAndAuthor?k=\"+java.get(\"key\");\n\n$ = JSON.parse(java.ajax(url));\n\nuserid = $.data.user.user_id;\n\nurl = \"https://m.gongzicp.com/webapi/zone/userGetNovelList?uid=\"+userid+\"&type=coll\";\n\naid = JSON.parse(java.ajax(url)).data.list[0].author_id;\nurl = \"https://m.gongzicp.com/webapi/zone/userGetNovelList?aid=\"+aid+\"&type=author&page=\"+java.get(\"page\");\n\nlist =JSON.parse(java.ajax(url));\na= JSON.parse(result).data.list || []\nresult = a.concat(list.data.list);\nresult = JSON.stringify(result);\n}catch(e){}\n}\n\nif(baseUrl.match(/usercoll\\/getList/)){\nresult=result.replace(/[\\s\\S]+?<pre.*?>|<\\/pre>[\\s\\S]+/g,'');\n}else{\n\tresult=result\n}\n</js>\n$.data.list||$.[*]",
      "bookUrl": "https://www.gongzicp.com/webapi/novel/novelInfo?id={{$.novel_id}}",
      "checkKeyWord": "他好可怕",
      "coverUrl": ".novel_cover",
      "intro": ".novel_desc",
      "kind": ".novel_type&&.novel_all_tag[*]",
      "lastChapter": "{{$.novel_uptime||$.chapter}}•{{$.uptime}}##•$",
      "name": ".novel_name",
      "wordCount": ".novel_wordnumber"
    },
    "ruleToc": {
      "chapterList": "$.data.list[*]",
      "chapterName": "第{{$.order}}章 {{$.name}}\n<js>\nvol = \"{{$.type}}\"==\"volume\"?\" 📖 \":\"\"\nvol+result+vol\n</js>\n##第章\\s*|第\\d+章\\s*(?=第\\d+章)",
      "chapterUrl": "<js>\nvar nid = baseUrl.match(/nid=.*/)[0].replace(\"nid=\",\"\")\nvar ids = \"{{$.id}}\"\nvar url = \"https://api1.gongzicp.com/apiv2/novel/getNovelChapterContents?nid=\"+nid+\"&chapter_ids=\"+ids\nresult = url\n</js>\n@js:\n\"{{$.type}}\"==\"volume\"?\"\":result",
      "isVip": "@js:\n\"{{$.pay}}\"==\"true\"?true:false",
      "isVolume": "<js>\n\"{{$.type}}\"==\"volume\"?true:false\n</js>",
      "preUpdateJs": "",
      "updateTime": "{{$.public_date}}  {{$.kt_number}}字##,|^字"
    },
    "searchUrl": "https://webapi.gongzicp.com/search/novels?k={{java.put(\"key\",key);key}}&page={{java.put(\"page\",page)}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "玩文学",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.wanwx.com",
    "customButton": false,
    "customOrder": 223,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 15362,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "id.htmlContent@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "p.0@text",
      "bookList": "class.col-md-10",
      "bookUrl": "h4@a@href",
      "coverUrl": "img@src",
      "intro": "p.1@text",
      "kind": "p.3@text",
      "lastChapter": "p.2@a@text",
      "name": "h4@a@text"
    },
    "ruleToc": {
      "chapterList": "id.list-chapterAll@dl@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "https://www.wanwx.com/search,{\n  \"body\": \"keyword={{key}}&page={{page}}&_token=BqWwVvOFJyslBDEGBfsTXjcZnaMmrJNGlyYQqvwF\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃休闲文学吧🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.xxwx.com#🎃",
    "customButton": false,
    "customOrder": 224,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\n var result = [];\njava.toast(\"🔥动态获取发现中……\");\nvar push=(title,url,size)=>result.push({\n  \t\"title\": title,\n  \t\"url\": url,\n  \t\"style\": {\n   \"layout_flexGrow\": 1,\n   \"layout_flexBasisPercent\": size\n   }\n });\nvar fl = java.ajax(\"https://www.xxwx8.com/\");\nif (fl) {\na=org.jsoup.Jsoup.parse(fl).select(\".mav_3 a\");\npush(\"分类\",null,1)\npush(\"最近\",\"https://www.xxwx8.com/\",0.25)\n    for(var i=0;i<a.length;i++){\n        title=a[i].text()\n        url=a[i].attr(\"href\")\n        size=0.25;\n        url=url\n        url=String(url).replace(/.html/,\"_{{page}}.html\").replace(/xxchannel/,\"xxlist\")\n        push(title,url,size)\n    };\n    \n    \n      } else { \n      java.toast(\"🚫发现获取失败……\");\n}\nJSON.stringify(result);",
    "lastUpdateTime": 0,
    "respondTime": 5861,
    "ruleBookInfo": {
      "author": ".nbs_1.0@a@text",
      "coverUrl": "img.4@src##^##https://www.xxwx8.com",
      "intro": "🕰  更新：\n{{@@table.0@tbody@tr@td.-1@text}}\n📜  简介：\n{{@@div.35@text##.*【内容简介】|【最新章节】.*}}##(^|[。！？……；]+[”」）】]?)##$1<br>",
      "kind": "{{@@.nbs_1.1@a@text}}\n{{@@table.0@tbody@tr@td.-1@text}}",
      "lastChapter": "{{@@table.0@tbody@tr@td.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求含理更谢乐发推票盟补加字].*?[】）\\)]}}•{{@@table.0@tbody@tr@td.-1@text}}\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "name": "h1@text",
      "tocUrl": "{{baseUrl}}##xxbook##xxchapter"
    },
    "ruleContent": {
      "content": ".ReadContents@html",
      "replaceRegex": "##{{book.name}}\\s.*|.*{{book.name}}目录.*"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "td.1@a@text",
      "bookList": "table@tbody@tr!0",
      "bookUrl": "a.0@href",
      "checkKeyWord": "我的模拟长生路",
      "coverUrl": "a.0@href##xxbook\\/(.*)\\.html##https://www.xxwx8.com/images/xxid/$1.jpg###",
      "kind": "td.-1@text##\\/##-",
      "lastChapter": "{{@@td.-2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求含理更谢乐发推票盟补加字].*?[】）\\)]}}•{{@@td.-1@text}}\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/\\//g,'-')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "name": "td.0@a@text"
    },
    "ruleToc": {
      "chapterList": ".chapterlist@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.xxwx8.com/xxlist/{{key}}_{{page}}.html",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "中文万维（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "http://cread.com#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 225,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"出版频道\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"文学小说\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3100&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经典名著\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3200&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经管励志\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3300&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"生活休闲\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3400&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"婚姻家庭\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3500&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科普教育\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3600&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"纪实传记\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3700&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"亲子育儿\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3800&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"男生频道\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"都市小说\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1200&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"东方玄幻\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1100&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠仙侠\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1400&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"悬疑惊悚\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1800&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"架空历史\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1500&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"网游竞技\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1700&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻未来\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1600&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"西方玄幻\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1300&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女生频道\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"古代言情\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2100&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"幻想言情\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2200&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市言情\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2300&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"总裁豪门\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2400&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"青春校园\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2500&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"唯美同人\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2600&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\r\n\"uid\":\"110496550\",\r\n\"cnid\":\"10005\",\r\n\"version\":\"7.6.0\",\r\n\"packname\":\"com.mianfeizs.book\",\r\n\"oscode\":\"30\",\r\n\"vcode\":\"134\",\r\n\"channelId\":\"10005\",\r\n\"platform\":\"android\",\r\n\"appname\":\"mfzs\"\n}",
    "lastUpdateTime": 1734385738391,
    "respondTime": 2059,
    "ruleBookInfo": {
      "author": "$.authorName",
      "coverUrl": "$.bookImg",
      "init": "$.data.bookVo",
      "intro": "{{'\\n&lrm;\\n'}}{{$.introduction}}",
      "kind": "{$.grade}分&&$.categoryName&&连载中{$.bookStatue}已完结\n##连载中03|01已完结",
      "lastChapter": "{{$.lastUpdateChapterName}} • {{$.lastUpdateChapterDate## .*}}",
      "name": "$.bookName",
      "tocUrl": "https://readbook-service-freebook.cread.com/cx/itf/getvolume?bookId={{$.bookId}}",
      "wordCount": "$.wordCount"
    },
    "ruleContent": {
      "content": "$..content"
    },
    "ruleExplore": {
      "author": "$.authorName",
      "bookList": "$.dataList",
      "bookUrl": "https://readbook-service-freebook.cread.com/cx/bookDetailYS?bookid={{$.bookid}}",
      "coverUrl": "$.cover",
      "intro": "$.intro",
      "kind": "{$.grade}分&&$.categoryName&&连载中{$.bookStatue}已完结\n##连载中03|01已完结",
      "lastChapter": "",
      "name": "$.newBookName",
      "wordCount": "$.wordCount"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.list",
      "bookUrl": "https://readbook-service-freebook.cread.com/cx/bookDetailYS?bookid={{$.id}}",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "{$.grade}分&&$.categoryName&&连载中{$.bookStatue}已完结\n##连载中03|01已完结",
      "lastChapter": "",
      "name": "$.name",
      "wordCount": "$.words"
    },
    "ruleToc": {
      "chapterList": "@js:\nlet v = [],\n\t\tlist = [];\nJSON.parse(result).list.map($=>{\n\n//分卷判定\n\t\tV = $.name;\n\t\tif(v[v.length-1]!=V&&!/^\\s*$/.test(V)){\n\t\t\t\tv.push(V)\n\t\t\t\tlist.push({\n\t\t\t\t\t\tname: '📖['+V+']📖',\n\t\t\t\t\t\tvolume: true\n\t\t\t\t\t})\n\t\t\t}\n\n$.bookChapters.map($=>{\n\t\treturn list.push({\n\t\t\t\tname: $.name,\n\t\t\t\turl: `https://readbook-service-freebook.cread.com/cx/itf/chapterRead?bookId=${$.bookid}&chapterId=${$.id}`,\n\t\t\t\tinfo: `章节字数：${$.wordCount}　更新时间：${$.updateDate}`\n\t\t\t});\n\t});\n});\nv.length<2?list.filter($=>!$.volume):list",
      "chapterName": "name",
      "chapterUrl": "url",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": "info"
    },
    "searchUrl": "https://cxb-pro.cread.com/cx/searchbooks,{\n\"method\": \"POST\",\n\"body\": \"keyword={{key}}&pageNo={{page}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "塔读文学🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.tadu.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 226,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 0,
    "loginUrl": "http://www.tadu.com/",
    "respondTime": 432,
    "ruleBookInfo": {
      "author": "class.bookNm@tag.span.0@text##\\s.*",
      "coverUrl": "class.bookImg@data-src",
      "intro": "tag.p.0@html",
      "kind": "class.sortList@tag.a.0@text&&class.newUpdate@tag.span.0@text##更新时间.",
      "lastChapter": "class.newUpdate@tag.a.0@text",
      "name": "class.bookNm@tag.a.0@text",
      "wordCount": "class.datum@tag.span.0@text"
    },
    "ruleContent": {
      "content": "id.bookPartResourceUrl@value\n<js>\nvar J = java.ajax(result);\nresult = String(J).replace(/callback\\(\\{content:\\'(.*)\\'\\}\\)/g, '$1')\n</js>\n",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "author": "tag.a.3@text",
      "bookList": "class.bookList bookBgList@tag.li",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@data-src",
      "intro": "class.bookIntro@text",
      "kind": "tag.a.4@text&&tag.a.6@text",
      "lastChapter": "tag.a.5@text##最新更新.",
      "name": "tag.a.1@text",
      "wordCount": "class.condition@tag.span.1@text"
    },
    "ruleSearch": {
      "author": "author",
      "bookList": ".bookList li\n<js>\nresult.toArray().map(o=>{\n    var detail = String(o.select('a:eq(0)').attr('href')).replace(/^\\//, 'http://www.tadu.com/');\n    java.log(detail)\n    return {\n       name: String(o.select('.bookNm').text()).replace(/\\（.*\\）/,''),\n       author:o.select('.authorNm').text(),\n       tags:  String(o.select('span:eq(2)').text()).replace(' • ',','),\n       num: String(o.select('span:eq(6)').text()).replace(/\\s+/g,''),\n\n       intro: String(o.select('.bookIntro').text()).trim(),     \n       cover:o.select('img').attr('data-src').includes('webPic')?'http://suo.im/6mlA9F':o.select('img').attr('data-src'),\n       catalogUrl:o.select('.look_readBtn').attr('href')\n    }\n});\n</js>",
      "bookUrl": "catalogUrl",
      "coverUrl": "cover",
      "intro": "intro",
      "kind": "tags",
      "name": "name",
      "wordCount": "num"
    },
    "ruleToc": {
      "chapterList": "class.lf lfT hidden@tag.a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "tag.i@text"
    },
    "searchUrl": "/search?&pageSize=10&pageNum={{page}}&query={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "可能有cf盾",
    "bookSourceGroup": "漫画",
    "bookSourceName": "光社漫畫（优+）",
    "bookSourceType": 2,
    "bookSourceUrl": "https://m.g-mh.org/",
    "customButton": false,
    "customOrder": 227,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"复仇\",\"url\":\"https://m.g-mh.org/manga-tag/fuchou<,/page/{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}},\n{\"title\":\"古风\",\"url\":\"https://m.g-mh.org/manga-tag/gufeng<,/page/{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}},\n{\"title\":\"奇幻\",\"url\":\"https://m.g-mh.org/manga-tag/qihuan<,/page/{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}},\n{\"title\":\"逆袭\",\"url\":\"https://m.g-mh.org/manga-tag/nixi<,/page/{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}},\n{\"title\":\"异能\",\"url\":\"https://m.g-mh.org/manga-tag/yineng<,/page/{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}},\n{\"title\":\"宅向\",\"url\":\"https://m.g-mh.org/manga-tag/zhaixiang<,/page/{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}},\n{\"title\":\"穿越\",\"url\":\"https://m.g-mh.org/manga-tag/chuanyue<,/page/{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}},\n{\"title\":\"热血\",\"url\":\"https://m.g-mh.org/manga-tag/rexue<,/page/{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}},\n{\"title\":\"纯爱\",\"url\":\"https://m.g-mh.org/manga-tag/chunai<,/page/{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}},\n{\"title\":\"系统\",\"url\":\"https://m.g-mh.org/manga-tag/xitong<,/page/{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}},\n{\"title\":\"重生\",\"url\":\"https://m.g-mh.org/manga-tag/zhongsheng<,/page/{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}},\n{\"title\":\"冒险\",\"url\":\"https://m.g-mh.org/manga-tag/maoxian<,/page/{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}},\n{\"title\":\"灵异\",\"url\":\"https://m.g-mh.org/manga-tag/lingyi<,/page/{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}},\n{\"title\":\"大女主\",\"url\":\"https://m.g-mh.org/manga-tag/danvzhu<,/page/{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}},\n{\"title\":\"剧情\",\"url\":\"https://m.g-mh.org/manga-tag/juqing<,/page/{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}},\n{\"title\":\"恋爱\",\"url\":\"https://m.g-mh.org/manga-tag/lianai<,/page/{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}},\n{\"title\":\"玄幻\",\"url\":\"https://m.g-mh.org/manga-tag/xuanhuan<,/page/{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}},\n{\"title\":\"女神\",\"url\":\"https://m.g-mh.org/manga-tag/nvshen<,/page/{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}},\n{\"title\":\"科幻\",\"url\":\"https://m.g-mh.org/manga-tag/kehuan<,/page/{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}},\n{\"title\":\"魔幻\",\"url\":\"https://m.g-mh.org/manga-tag/mohuan<,/page/{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}},\n{\"title\":\"推理\",\"url\":\"https://m.g-mh.org/manga-tag/tuili<,/page/{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}},\n{\"title\":\"猎奇\",\"url\":\"https://m.g-mh.org/manga-tag/lieqi<,/page/{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}},\n{\"title\":\"治愈\",\"url\":\"https://m.g-mh.org/manga-tag/zhiyu<,/page/{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}},\n{\"title\":\"都市\",\"url\":\"https://m.g-mh.org/manga-tag/doushi<,/page/{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}},\n{\"title\":\"异形\",\"url\":\"https://m.g-mh.org/manga-tag/yixing<,/page/{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}},\n{\"title\":\"青春\",\"url\":\"https://m.g-mh.org/manga-tag/qingchun<,/page/{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}},\n{\"title\":\"末日\",\"url\":\"https://m.g-mh.org/manga-tag/mori<,/page/{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}},\n{\"title\":\"悬疑\",\"url\":\"https://m.g-mh.org/manga-tag/xuanyi<,/page/{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}},\n{\"title\":\"修仙\",\"url\":\"https://m.g-mh.org/manga-tag/xiuxian<,/page/{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}},\n{\"title\":\"战斗\",\"url\":\"https://m.g-mh.org/manga-tag/zhandou<,/page/{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}}\n]",
    "header": "{\n\t\"User-Agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36\",\n\t\"Referer\":\"https://m.g-mh.org/\"\n}",
    "lastUpdateTime": 1766365068329,
    "respondTime": 9304,
    "ruleBookInfo": {
      "author": "class.text-small py-1 pb-2@a@text##,",
      "coverUrl": "class.rounded-lg@src",
      "intro": "class.text-medium line-clamp-4 my-unit-md@text",
      "kind": "class.block text-left mx-auto@[class=\"py-1\"]@a@span@text###",
      "lastChapter": "id.lastchap@text",
      "name": "class.mb-2 text-xl font-medium@h1@textNodes",
      "tocUrl": "@js:\nlet u=src.match(/data-mid=\\\"(.*?)\\\"/)\nlet m=u[1]\nlet url=`https://api-get-v3.mgsearcher.com/api/manga/get?mid=${m}&mode=all`\nurl"
    },
    "ruleContent": {
      "content": "$..images.images\n@js:\nlet u=result;\nconst g=\"https://f40-1-4.g-mh.online\";\nlet n=JSON.parse(u).map(i=>`<img src=\"${g}${i.url}\">`).join('\\n')\n//java.log(JSON.stringify(n))\nn",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "class.pb-2",
      "bookUrl": "a@href",
      "checkKeyWord": "凤傲天小说里的黄毛反派也想幸福",
      "coverUrl": "class.aspect-3-4 rounded-lg bg-default-100@img@src",
      "name": "class.cardtitle@h3@text"
    },
    "ruleToc": {
      "chapterList": "$.data.chapters\n@js:\nlet u=result;\nlet o=src.match(/data\\\":{\\\"id\\\":\\\"(.*?)\\\"/)\nif(o){\nlet k=o[1]\nlet q=JSON.parse(u)\nlet a=q.map(is=>({\n\ttext:is.attributes.title,\t\t  url:`https://api-get-v3.mgsearcher.com/api/chapter/getinfo?m=${k}&c=${is.id}`\n\t}))\n//java.log(JSON.stringify(a))\na\n}else{\nlet h=\tsrc.match(/data.*id\\\":\\\"(\\d+)\\\",\\\"slug/)[1]\njava.log(JSON.stringify(h))\nlet q=JSON.parse(u)\nlet a=q.map(is=>({\n\ttext:is.attributes.title,\t\t  url:`https://api-get-v3.mgsearcher.com/api/chapter/getinfo?m=${h}&c=${is.id}`\n\t}))\n//java.log(JSON.stringify(a))\na\n}",
      "chapterName": "text",
      "chapterUrl": "url"
    },
    "searchUrl": "https://m.g-mh.org/s/{{key}}?page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "比较奇特的一个书源",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "画本阅读（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://so.ihuaben.com",
    "customButton": false,
    "customOrder": 228,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1733766718014,
    "respondTime": 1575,
    "ruleBookInfo": {
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": "#contentsource@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.text-muted@text",
      "bookList": ".searchresult",
      "bookUrl": "h2 a@href",
      "name": "h2@text"
    },
    "ruleToc": {
      "chapterList": "-.chapters p",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": ".pagination a@href",
      "updateTime": ".updateTime@text"
    },
    "searchUrl": "https://so.ihuaben.com/search?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "请低调使用，严禁转发，挺好的Default示例",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔞笔趣阁upkj",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.upkj.net##九梦",
    "customButton": false,
    "customOrder": 229,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\"title\": \"首页\",\"url\":\"https://www.upkj.net/\"},\n  {\"title\": \"玄幻\",\"url\":\"https://www.upkj.net/xuanhuanxiaoshuo/\"},\n  {\"title\": \"修真\",\"url\":\"https://www.upkj.net/xiuzhenxiaoshuo/\"},\n  {\"title\": \"都市\",\"url\":\"https://www.upkj.net/dushixiaoshuo/\"},\n  {\"title\": \"历史\",\"url\":\"https://www.upkj.net/lishixiaoshuo/\"},\n  {\"title\": \"网游\",\"url\":\"https://www.upkj.net/wangyouxiaoshuo/\"},\n  {\"title\": \"科幻\",\"url\":\"https://www.upkj.net/kehuanxiaoshuo/\"},\n  {\"title\": \"言情\",\"url\":\"https://www.upkj.net/yanqingxiaoshuo/\"},\n  {\"title\": \"其他\",\"url\":\"https://www.upkj.net/qitaxiaoshuo/\"}\n]",
    "lastUpdateTime": 1733840615970,
    "respondTime": 32048,
    "ruleBookInfo": {
      "author": "id.info@p.0@a@text",
      "coverUrl": "id.fmimg@div@img@data-original",
      "intro": "id.intro@div@text",
      "kind": "id.info@p.3@text&&id.info@p.6@text",
      "lastChapter": "class.lastchapter visible-xs@div@a@text",
      "name": "id.info@h1@text",
      "tocUrl": "class.readbtn@div@a.1@href",
      "wordCount": "id.info@p.2@text"
    },
    "ruleContent": {
      "content": "#chaptercontent@all##<i.*?([\\dA-Z]{4}).*?i>##%u$1@js:unescape(result)",
      "nextContentUrl": "class.bottem1@div@a.3@href"
    },
    "ruleExplore": {
      "author": "dl@div@a@text",
      "bookList": "class.item@div",
      "bookUrl": "div@a@href",
      "coverUrl": "div@a@img@data-original",
      "intro": "dl@dd@text",
      "name": "dl@dt@a@text",
      "wordCount": "dl@div@em.0@text"
    },
    "ruleSearch": {
      "author": "dl@div@a@text",
      "bookList": "class.item@div",
      "bookUrl": "div@a@href",
      "checkKeyWord": "我的",
      "coverUrl": "div@a@img@data-original",
      "intro": "dl@dd@text",
      "name": "dl@dt@a@text",
      "wordCount": "dl@div@em.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list@div@dl@div~a",
      "chapterName": "a@dd@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "/search.php?keyword={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//搜索翻页没必要，太多搜索会很慢",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "趣书网吧",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.qubook.org##旅途",
    "customButton": false,
    "customOrder": 230,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"🏅 热门排行 🏅\",\"url\":\"/images/rph.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"🎖 书荒推荐 🎖\",\"url\":\"/images/sph.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"💜 纯爱 💜\",\"url\":\"/bookbl/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"现耽\",\"url\":\"/BookList/blxd/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古耽\",\"url\":\"/BookList/blgd/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越\",\"url\":\"/BookList/blcy/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻\",\"url\":\"/BookList/blxh/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"ＢＬ\",\"url\":\"/BookList/bltr/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"ＧＬ\",\"url\":\"/BookList/blbh/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"❤️ 女生 ❤️\",\"url\":\"/booknv/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"现言\",\"url\":\"/BookList/nvds/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古言\",\"url\":\"/BookList/nvgd/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"重生\",\"url\":\"/BookList/nvcy/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻\",\"url\":\"/BookList/nvxh/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人\",\"url\":\"/BookList/nvqc/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游\",\"url\":\"/BookList/nvwy/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"💙 男生 💙\",\"url\":\"/bookna/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"玄幻\",\"url\":\"/BookList/naxh/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠\",\"url\":\"/BookList/nawx/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/BookList/nads/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史\",\"url\":\"/BookList/najs/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"悬疑\",\"url\":\"/BookList/nakb/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"/BookList/nakh/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36\"}",
    "lastUpdateTime": 1729273926091,
    "respondTime": 3609,
    "ruleBookInfo": {
      "author": "h1@text##.*\\(|\\).*",
      "init": "",
      "intro": "[name=description]@content##.*简介：",
      "kind": ".listcd@textNodes&&.mlist li.-1@text##全文免费阅读|入库：|>|\\s",
      "lastChapter": "",
      "name": "h1@text##\\(.*\\)",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "class.conten@html"
    },
    "ruleExplore": {
      "author": "h1@text||a@text##.*\\(|\\).*",
      "bookList": ".man_first ul li",
      "bookUrl": "h1@a@href||a@href",
      "intro": "p@text##简介：",
      "kind": "h3@text&&h4@text##/文|\\[|\\]",
      "lastChapter": "",
      "name": "h1@text||a@text##\\(.*\\)",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a.1@text##.*——BY：|\\)|.*\\(",
      "bookList": "//div[@class=\"morelist\"]/ul/li",
      "bookUrl": "a.1@href",
      "kind": "a.0@text",
      "name": "a.1@text##——BY：.*|\\(.*\\)",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "+<js>\nvar n=result.match(/<b>1<\\/b>\\/<b>(\\d+)<\\/b>/)[1];\n\nvar list=[{text:'第1页',href:baseUrl}];\n\nfor(var i=2;i<=n;i++){\nlist.push({text:'第'+i+'页',href:baseUrl.replace(/\\.html/,'_'+i+'.html')});\n\n}\nlist\n</js>",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/e/search/index.php,{\n\t\"method\":\"POST\",\n\"body\":\"show=title,newstext&btzz=b&keyboard={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "by:xsw8093\n发布页\nhttps://antbyw.github.io/\n--https://www.antbyw.com/plugin.php?id=jameson_manhua&a=read&kuid=194612&zjid=1531082",
    "bookSourceGroup": "漫画",
    "bookSourceName": "漫画搬运（优+）",
    "bookSourceType": 2,
    "bookSourceUrl": "https://www.antbyw.com",
    "customButton": false,
    "customOrder": 231,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部::/plugin.php?id=jameson_manhua&a=ku&category_id=8&region=1\n热血::/plugin.php?id=jameson_manhua&a=ku&category_id=7&region=1\n冒险::/plugin.php?id=jameson_manhua&a=ku&category_id=8&region=1\n魔幻::/plugin.php?id=jameson_manhua&a=ku&category_id=9&region=1\n神鬼::/plugin.php?id=jameson_manhua&a=ku&category_id=10&region=1\n搞笑::/plugin.php?id=jameson_manhua&a=ku&category_id=11&region=1\n萌系::/plugin.php?id=jameson_manhua&a=ku&category_id=12&region=1\n爱情::/plugin.php?id=jameson_manhua&a=ku&category_id=13&region=1\n科幻::/plugin.php?id=jameson_manhua&a=ku&category_id=14&region=1\n魔法::/plugin.php?id=jameson_manhua&a=ku&category_id=15&region=1\n格斗::/plugin.php?id=jameson_manhua&a=ku&category_id=16&region=1\n武侠::/plugin.php?id=jameson_manhua&a=ku&category_id=17&region=1\n机战::/plugin.php?id=jameson_manhua&a=ku&category_id=18&region=1\n战争::/plugin.php?id=jameson_manhua&a=ku&category_id=19&region=1\n竞技::/plugin.php?id=jameson_manhua&a=ku&category_id=20&region=1\n体育::/plugin.php?id=jameson_manhua&a=ku&category_id=21&region=1\n校园::/plugin.php?id=jameson_manhua&a=ku&category_id=22&region=1\n生活::/plugin.php?id=jameson_manhua&a=ku&category_id=23&region=1\n励志::/plugin.php?id=jameson_manhua&a=ku&category_id=24&region=1\n历史::/plugin.php?id=jameson_manhua&a=ku&category_id=25&region=1\n伪娘::/plugin.php?id=jameson_manhua&a=ku&category_id=26&region=1\n宅男::/plugin.php?id=jameson_manhua&a=ku&category_id=27&region=1\n腐女::/plugin.php?id=jameson_manhua&a=ku&category_id=28&region=1\n耽美::/plugin.php?id=jameson_manhua&a=ku&category_id=29&region=1\n百合::/plugin.php?id=jameson_manhua&a=ku&category_id=30&region=1\n后宫::/plugin.php?id=jameson_manhua&a=ku&category_id=31&region=1\n治愈::/plugin.php?id=jameson_manhua&a=ku&category_id=32&region=1\n美食::/plugin.php?id=jameson_manhua&a=ku&category_id=33&region=1\n推理::/plugin.php?id=jameson_manhua&a=ku&category_id=34&region=1\n悬疑::/plugin.php?id=jameson_manhua&a=ku&category_id=35&region=1\n恐怖::/plugin.php?id=jameson_manhua&a=ku&category_id=36&region=1\n四格::/plugin.php?id=jameson_manhua&a=ku&category_id=37&region=1\n职场::/plugin.php?id=jameson_manhua&a=ku&category_id=38&region=1\n侦探::/plugin.php?id=jameson_manhua&a=ku&category_id=39&region=1\n社会::/plugin.php?id=jameson_manhua&a=ku&category_id=40&region=1\n音乐::/plugin.php?id=jameson_manhua&a=ku&category_id=41&region=1\n舞蹈::/plugin.php?id=jameson_manhua&a=ku&category_id=42&region=1\n杂志::/plugin.php?id=jameson_manhua&a=ku&category_id=43&region=1\n黑道::/plugin.php?id=jameson_manhua&a=ku&category_id=44&region=1",
    "header": "{\n    \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0\",\"Cookie\":\"0\"\n}",
    "lastUpdateTime": 1759126590288,
    "respondTime": 35414,
    "ruleBookInfo": {
      "author": "text.漫畫作者@text##漫畫作者:##",
      "coverUrl": ".uk-grid-collapse.1@img@src",
      "intro": ".uk-grid-collapse.1@class.uk-alert@text",
      "kind": ".uk-grid-collapse.1@class.uk-text-small@text##别名:|更新時間:|更新到:|漫畫作者:##",
      "lastChapter": "text.更新到@text##更新到:##",
      "name": ".uk-grid-collapse.1@h3@text"
    },
    "ruleContent": {
      "content": "<js>\nresult=String(src).trim().replace(/\\s+/g,'').match(/(let|var|const)+urls=(\\[.*?\\])/g)[0].replace(/(let|var|const)+urls=/g,\"\")\n\nresult=JSON.parse(result).map(n=>`<img src=\"${n}\" />`).join(\"\")\n</js>"
    },
    "ruleExplore": {
      "bookList": ".uk-card",
      "bookUrl": "p@a@href",
      "coverUrl": "img@src",
      "kind": ".xs1@text",
      "lastChapter": ".xs1@text",
      "name": "p@a@text"
    },
    "ruleSearch": {
      "bookList": ".uk-card",
      "bookUrl": "a.1@href",
      "checkKeyWord": "怪兽8号",
      "coverUrl": "a.0@img@src",
      "kind": ".uk-breadcrumb@li@a@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".uk-alert-warning:not(div)&&.uk-alert-warning:not(div) ~ .uk-subnav ~.uk-switcher\n@js:\nlist=[]\nvoList = Array.from(result).filter(n=>String(n).includes('<h3'))\n\nulList = Array.from(result).filter(n=>String(n).includes('<ul'))\n\nulList.map((n,index)=>{\n\n   list.push({\n\t   href:\"\",\n\t   text:java.getString(\"text\",voList[index]),\n\t   volume:true\n  })\n dList = []\n  \nArray.from(org.jsoup.Jsoup.parse(n).select(\"li\")).reverse().map(t=>{\t      \n\tmList = Array.from(org.jsoup.Jsoup.parse(t).select(\".muludiv\")).reverse().map(k=>{\n\n\t dList.push({\n\t   href:org.jsoup.Jsoup.parse(k).select(\"a\")[0].attr(\"href\"),\n\t   text:org.jsoup.Jsoup.parse(k).select(\"a\")[0].text(),\n\t   volume:false\n\t })\n     })\n   })\n   \n   if(java.getString(\"text\",voList[index])!=\"番外篇\"){\n\t  dList = dList.sort(function(a, b) {\n            return parseInt((a.text.match(/\\d+/) || [0])[0], 10) - parseInt((b.text.match(/\\d+/) || [0])[0], 10)\n        })\n    }\n    list = list.concat(dList)\n})\n\nlist",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVolume": "volume"
    },
    "searchUrl": "/plugin.php?id=jameson_manhua&a=search&c=index&keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃塔读文学🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.tadu.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 232,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n\"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36\"\n}",
    "lastUpdateTime": 0,
    "loginUrl": "https://www.tadu.com/v5/toLogin",
    "respondTime": 481,
    "ruleBookInfo": {
      "author": ".author@text##\\s.*",
      "coverUrl": ".bookImg@data-src",
      "init": "",
      "intro": ".intro@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property=\"og:novel:category\"]@content&&.bookCover span.0@text&&.upDate span@text",
      "lastChapter": ".upDate a@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": ".bkNm@text",
      "tocUrl": "",
      "wordCount": ".datum span.0@text##\\s"
    },
    "ruleContent": {
      "content": "#bookPartResourceUrl@value@js:\nresult = String(java.ajax(result)).replace(/(callback.+?:')|('\\}\\))/g,\"\")",
      "imageStyle": "",
      "nextContentUrl": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "a.3@text",
      "bookList": ".bookList li",
      "bookUrl": "a.1@href",
      "coverUrl": "img@data-src",
      "intro": "a.2@text",
      "kind": "a.4:6@text",
      "lastChapter": "a.5@text##.*更新.",
      "name": "a.1@text",
      "wordCount": "span@text"
    },
    "ruleSearch": {
      "author": ".authorNm@text",
      "bookList": ".bookList li",
      "bookUrl": "a.0@href",
      "coverUrl": "img@data-src",
      "intro": ".bookIntro@text",
      "kind": ".condition span.0:2@text",
      "lastChapter": "",
      "name": ".bookNm@text",
      "wordCount": ".condition span.1@text##\\s"
    },
    "ruleToc": {
      "chapterList": ".lf li a",
      "chapterName": "text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "chapterUrl": "href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "/search?&pageSize=30&pageNum={{page}}&query={{key}}",
    "weight": 100
  },
  {
    "bookSourceComment": "更新：\nPPT使用说明",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "优品幻灯",
    "bookSourceType": 3,
    "bookSourceUrl": "https://www.ypppt.com/",
    "customButton": false,
    "customOrder": 233,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "说明：点击阅读即可下载资源  无预览::\n资源保存位置：其他设置-书籍保存位置::\n简约模板::  https://www.ypppt.com/moban/jianyue/list-{{page+ 1}}.html\n商务模板::  https://www.ypppt.com/moban/shangwu/list-{{page+1}}.html\n自我介绍::  https://www.ypppt.com/moban/jieshao/list-{{page+1}}.html\n开题报告::   https://www.ypppt.com/moban/kaiti/list-{{page+1}}.html  \n职业规划::   https://www.ypppt.com/moban/zhiye/list-{{page+1}}.html  \n精美模板::  https://www.ypppt.com/moban/jingmei/list-{{page+1}}.html\n公司介绍::   https://www.ypppt.com/moban/gongsi/list-{{page+1}}.html\n个人简历::   https://www.ypppt.com/moban/jianli/list-{{page+1}}.html\n培训课件::   https://www.ypppt.com/moban/peixun/list-{{page+1}}.html\n优秀作品::   https://www.ypppt.com/moban/zuopin/list-{{page+1}}.html\n总结汇报::  https://www.ypppt.com/moban/zongjie/list-{{page+1}}.html\n述职报告::   https://www.ypppt.com/moban/shuzhi/list-{{page+1}}.html\n论文答辩::   https://www.ypppt.com/moban/lunwen/list-{{page+1}}.html\n中  国  风::   https://www.ypppt.com/moban/zhongguo/list-{{page+1}}.html",
    "lastUpdateTime": 1735058730955,
    "respondTime": 978,
    "ruleBookInfo": {
      "author": "",
      "downloadUrls": "@js:\nvar url = java.getString(\"class.down-button@href\")\nvar a = java.ajax(\"https://www.ypppt.com\" + url)\nurl = String(a).match(/href\\=\\\"(.*?)\\\"\\>下载地址1/)\nurl[1]",
      "init": "\n",
      "intro": "@js:\nvar lis = {\n  比例:(String(src).match(/比例：.*?\\n/)),\n  页数:(String(src).match(/页数：.*?\\n/)),\n  格式:(String(src).match(/格式：.*?\\n/)),\n  大小:(String(src).match(/大小：.*?\\n/)),\n  日期:(String(src).match(/日期：.*?\\n/)),\n  效果:(String(src).match(/效果：.*?\\n/))\n}\n\"    \" + lis['比例'] + lis['页数'] + lis['格式'] + lis['大小'] + lis['日期'] + lis['效果']",
      "name": "",
      "tocUrl": "class.down-button@href"
    },
    "ruleContent": {
      "content": "html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "class.posts clear@li",
      "bookUrl": "a.1@href",
      "checkKeyWord": "旅行",
      "coverUrl": "a.0@img@src",
      "kind": "div@span.0@a@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "class.down clear@li",
      "chapterName": "a@text##2##1",
      "chapterUrl": ""
    },
    "searchUrl": "https://www.ypppt.com/p/search.php?kwtype=1&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//搜书关键字最少10个字符，即5个汉字。",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "抖音小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.douyinxs.com",
    "customButton": false,
    "customOrder": 234,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄奇::/fenlei/1/{{page}}/\n高武::/fenlei/2/{{page}}/\n修仙::/fenlei/3/{{page}}/\n都市::/fenlei/4/{{page}}/\n军事::/fenlei/5/{{page}}/\n历史::/fenlei/6/{{page}}/\n游体::/fenlei/7/{{page}}/\n科幻::/fenlei/8/{{page}}/\n恐怖::/fenlei/9/{{page}}/\n次元::/fenlei/10/{{page}}/\n女生::/fenlei/11/{{page}}/",
    "lastUpdateTime": 1734979551295,
    "respondTime": 13292,
    "ruleBookInfo": {
      "author": "id.info@p.0@text",
      "coverUrl": "id.fmimg@img@src",
      "intro": "id.intro@p.1@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".con_top@a.1@text&&id.info@p.2@text##.*：|\\s..:.*",
      "lastChapter": "id.list@a.0@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "id.info@h1@text"
    },
    "ruleContent": {
      "content": "id.content@html",
      "nextContentUrl": "id.next@href"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": ".s4@text",
      "bookList": ".novelslist2@li!0||.l@li",
      "bookUrl": "a.0@href",
      "checkKeyWord": "凡人修仙传",
      "coverUrl": "a.0@href<js>java.ajax(\"https://www.douyinxs.com\"+result)</js>id.fmimg@img@src",
      "kind": ".s1,.s7,.s6@text##\\[|\\]",
      "lastChapter": "a.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.0@text",
      "wordCount": ".s5@text"
    },
    "ruleToc": {
      "chapterList": "id.list@dd@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href",
      "nextTocUrl": ".index-container@a.1@href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\n/search/,{\n  \"method\": \"post\",\n  \"body\": \"searchkey={{key}}&Submit=\"\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "漫画",
    "bookSourceName": "爱优漫吧（优+）",
    "bookSourceType": 2,
    "bookSourceUrl": "https://m.iyouman.com/",
    "customButton": false,
    "customOrder": 235,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "每日更新::https://m.iyouman.com/api/updatelist/?productname=aym&platformname=wap\n综合榜::https://m.iyouman.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=all&rank_type=heat&page={{page}}&productname=aym&platformname=wap\n自制榜::https://m.iyouman.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=self&rank_type=heat&page={{page}}&productname=aym&platformname=wap\n少年榜::https://m.iyouman.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=boy&rank_type=heat&page={{page}}&productname=aym&platformname=wap\n少女榜::https://m.iyouman.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=girl&rank_type=heat&page={{page}}&productname=aym&platformname=wap\n新作榜::https://m.iyouman.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=new&rank_type=heat&page={{page}}&productname=aym&platformname=wap\n黑马榜::https://m.iyouman.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=dark&rank_type=heat&page={{page}}&productname=aym&platformname=wap\n付费榜::https://m.iyouman.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=charge&rank_type=heat&page={{page}}&productname=aym&platformname=wap\n免费榜::https://m.iyouman.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=free&rank_type=heat&page={{page}}&productname=aym&platformname=wap\n完结榜::https://m.iyouman.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=finish&rank_type=heat&page={{page}}&productname=aym&platformname=wap\n连载榜::https://m.iyouman.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=serialize&rank_type=heat&page={{page}}&productname=aym&platformname=wap\n人气::https://m.iyouman.com/api/getsortlist/?comic_sort=&orderby=click&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n更新::https://m.iyouman.com/api/getsortlist/?comic_sort=&orderby=date&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n评分::https://m.iyouman.com/api/getsortlist/?comic_sort=&orderby=score&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n收藏::https://m.iyouman.com/api/getsortlist/?comic_sort=&orderby=shoucang&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n连载::https://m.iyouman.com/api/getsortlist/?comic_sort=lianzai&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n完结::https://m.iyouman.com/api/getsortlist/?comic_sort=wanjie&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n热血::https://m.iyouman.com/api/getsortlist/?comic_sort=rexue&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n机战::https://m.iyouman.com/api/getsortlist/?comic_sort=jizhan&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n运动::https://m.iyouman.com/api/getsortlist/?comic_sort=yundong&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n推理::https://m.iyouman.com/api/getsortlist/?comic_sort=tuili&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n冒险::https://m.iyouman.com/api/getsortlist/?comic_sort=maoxian&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n耽美::https://m.iyouman.com/api/getsortlist/?comic_sort=liaomei&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n百合::https://m.iyouman.com/api/getsortlist/?comic_sort=baihe&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n搞笑::https://m.iyouman.com/api/getsortlist/?comic_sort=gaoxiao&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n战争::https://m.iyouman.com/api/getsortlist/?comic_sort=zhanzhen&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n神魔::https://m.iyouman.com/api/getsortlist/?comic_sort=shenmo&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n忍者::https://m.iyouman.com/api/getsortlist/?comic_sort=renzhe&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n竞技::https://m.iyouman.com/api/getsortlist/?comic_sort=jingji&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n悬疑::https://m.iyouman.com/api/getsortlist/?comic_sort=xuanyi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n社会::https://m.iyouman.com/api/getsortlist/?comic_sort=shehui&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n恋爱::https://m.iyouman.com/api/getsortlist/?comic_sort=lianai&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n宠物::https://m.iyouman.com/api/getsortlist/?comic_sort=chongwu&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n吸血::https://m.iyouman.com/api/getsortlist/?comic_sort=xixue&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n萝莉::https://m.iyouman.com/api/getsortlist/?comic_sort=luoli&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n后宫::https://m.iyouman.com/api/getsortlist/?comic_sort=hougong&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n御姐::https://m.iyouman.com/api/getsortlist/?comic_sort=yujie&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n霸总::https://m.iyouman.com/api/getsortlist/?comic_sort=bazong&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n玄幻::https://m.iyouman.com/api/getsortlist/?comic_sort=xuanhuan&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n古风::https://m.iyouman.com/api/getsortlist/?comic_sort=gufeng&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n历史::https://m.iyouman.com/api/getsortlist/?comic_sort=lishi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n漫改::https://m.iyouman.com/api/getsortlist/?comic_sort=mangai&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n游戏::https://m.iyouman.com/api/getsortlist/?comic_sort=youxi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n穿越::https://m.iyouman.com/api/getsortlist/?comic_sort=chuanyue&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n恐怖::https://m.iyouman.com/api/getsortlist/?comic_sort=kongbu&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n真人::https://m.iyouman.com/api/getsortlist/?comic_sort=zhenren&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n防疫::https://m.iyouman.com/api/getsortlist/?comic_sort=fangyi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n防疫::https://m.iyouman.com/api/getsortlist/?comic_sort=fangyi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n科幻::https://m.iyouman.com/api/getsortlist/?comic_sort=kehuan&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n都市::https://m.iyouman.com/api/getsortlist/?comic_sort=dushi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n武侠::https://m.iyouman.com/api/getsortlist/?comic_sort=wuxia&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n修真::https://m.iyouman.com/api/getsortlist/?comic_sort=xiuzhen&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n生活::https://m.iyouman.com/api/getsortlist/?comic_sort=shenghuo&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n动作::https://m.iyouman.com/api/getsortlist/?comic_sort=dongzuo&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n大陆::https://m.iyouman.com/api/getsortlist/?comic_sort=dalu&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n日本::https://m.iyouman.com/api/getsortlist/?comic_sort=riben&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n港台::https://m.iyouman.com/api/getsortlist/?comic_sort=gangtai&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n欧美::https://m.iyouman.com/api/getsortlist/?comic_sort=oumei&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n韩国::https://m.iyouman.com/api/getsortlist/?comic_sort=os&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n全彩::https://m.iyouman.com/api/getsortlist/?comic_sort=quancai&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n黑白::https://m.iyouman.com/api/getsortlist/?comic_sort=heibai&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n小说::https://m.iyouman.com/api/getsortlist/?comic_sort=xiaoshuo&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n杂志::https://m.iyouman.com/api/getsortlist/?comic_sort=zazhi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n日更::https://m.iyouman.com/api/getsortlist/?comic_sort=rigeng&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n新作::https://m.iyouman.com/api/getsortlist/?comic_sort=xinzuo&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n精品::https://m.iyouman.com/api/getsortlist/?comic_sort=jingpin&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap",
    "lastUpdateTime": 1766365075338,
    "respondTime": 1324,
    "ruleBookInfo": {
      "author": "$.data.comic_author",
      "coverUrl": "$.data.cover_list[0]",
      "intro": "$.data.comic_desc",
      "kind": "$.data.comic_type_new[*].name",
      "lastChapter": "$.data.last_chaptet_name",
      "name": "$.data.comic_name@put:{comic_id:$.data.comic_id}",
      "tocUrl": "https://m.iyouman.com/api/getchapterlist?product_id=4&productname=aym&platformname=wap&comic_id={{$.data.comic_id}}"
    },
    "ruleContent": {
      "content": "data.current_chapter.chapter_img_list@js:\nheaders={\"headers\":{\"Referer\":baseUrl}}\n;\nresult.split(\"\\n\").map(x=>'<img src=\\\"'+x+','+JSON.stringify(headers)+'\\\">').join(\"\\n\")",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.comic_author",
      "bookList": "$.data.update[*].info[*]||$.data.data[*]||$.data[*]",
      "bookUrl": "https://m.iyouman.com/api/getcomicinfo_body/?comic_id={$.comic_id}&productname=aym&platformname=wap",
      "coverUrl": "http://image.mhxk.com/mh/{$.comic_id}.jpg-600x800.jpg.webp",
      "kind": "$.comic_type||$.sort_typelist##[a-zA-Z]|\\|",
      "lastChapter": "$.last_chapter_name||$.comic_chapter_name",
      "name": "$.comic_name"
    },
    "ruleToc": {
      "chapterList": "-$.data.*",
      "chapterName": "$.chapter_name@put:{chapter_id:$.chapter_id}",
      "chapterUrl": "https://m.iyouman.com/api/getchapterinfov2?product_id=4&productname=aym&platformname=wap&comic_id=@get:{comic_id}&chapter_newid={{$.chapter_newid}}&isWebp=1&quality=low"
    },
    "searchUrl": "https://m.iyouman.com/api/getsortlist/?search_type=&search_key={{key}}&page={{page}}&size=30&productname=aym&platformname=wap",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "灯读文学",
    "bookSourceType": 0,
    "bookSourceUrl": "https://s30007.zhongyue001.com#",
    "customButton": false,
    "customOrder": 236,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type)=>{\n\t\tjson = JSON.stringify({\n\t\t\t\ttitle: title,\n\t\t\t\turl: url?url:\"\",\n\t\t\t\tstyle: {\n\t\t\t\t\t\tlayout_flexGrow: 1,\n\t\t\t\t\t\tlayout_flexBasisPercent: type\n\t\t\t\t\t}\n\t\t\t});\n\t\treturn sort.push(json);\n\t}\n$$=(category_id,sex)=>`https://s30007.zhongyue001.com/book/index?category_id=${category_id}&sex=${sex}&page={{page}\\}&type=category`;\n[\n\t\t[\"男\",[[\"都市\",2],[\"玄幻\",1],[\"仙侠\",3],[\"奇幻\",5],[\"历史\",6],[\"军事\",7],[\"科幻\",9],[\"游戏\",10]]],\n\t\t[\"女\",[[\"现代言情\",12],[\"古代言情\",13],[\"幻想言情\",14],[\"青春校园\",15]]]\n].map(([title,list],sex)=>{\n\t\tsex++;\n\t\tpush('༺ˇ»`ʚ'+title+'频分类ɞ´«ˇ༻',null,1);\n\t\tlist.map([title,category_id]=>{\n\t\t\t\tpush(title,$$(category_id,sex),0.25);\n\t\t\t});\n\t});\n'['+sort.toString()+']'",
    "header": "{\n\"Content-Type\": \"application/x-www-form-urlencoded\",\n\"ver\": \"1.0.0.0.8\",\n\"token\": \"frbcut22dxuv8wfu31hnvznrd1hht741\",\n\"uid\": \"471097\",\n\"osType\": \"1\",\n\"clientVer\": \"1.0.4\",\n\"User-Agent\": \"okhttp/4.9.1\"\n}",
    "lastUpdateTime": 1721269774923,
    "respondTime": 2111,
    "ruleBookInfo": {
      "author": "$.book_info.author",
      "coverUrl": "https://static.zhongyue001.com//{{$.book_info.spic}}",
      "init": "$.data.book_info_link\n@js:java.ajax(result)",
      "intro": "<br>{$.book_info.descp}",
      "kind": "$.book_info.category_name&&连载中{$.book_info.status}已完结&&$.book_info.updated_at\n##连载中0|1已完结| \\d.*",
      "lastChapter": "$.last_chapter.name",
      "name": "$.book_info.name",
      "tocUrl": "https://s30007.zhongyue001.com/chapter/index?bid={{$.book_info.id}}",
      "wordCount": "$.book_info.word"
    },
    "ruleContent": {
      "content": "$.data.current.link||$.data.chapter_link\n<js>java.ajax(result)</js>\n$.chapter_info.body"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.list",
      "bookUrl": "https://s30007.zhongyue001.com/book/show?bid={{$.id}}",
      "checkKeyWord": "",
      "coverUrl": "https://static.zhongyue001.com//{{$.spic}}",
      "intro": "$.descp",
      "kind": "$.category_name&&连载中{$.status}已完结&&$.updated_at\n##连载中0|1已完结| \\d.*",
      "lastChapter": "第{$.chapter_num}章",
      "name": "$.name",
      "wordCount": "$.word"
    },
    "ruleToc": {
      "chapterList": "<js>java.ajax(JSON.parse(result).data.chapter_list_link)</js>\n$.chapter_list",
      "chapterName": "$.name",
      "chapterUrl": "{{baseUrl.replace('index','show')}}&num={{$.num}}",
      "isVolume": "",
      "updateTime": ""
    },
    "searchUrl": "https://s30007.zhongyue001.com/book/index?page={{page}}&type=search&keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//2025.4.16 ◎夜泽川◎\n纯英文",
    "bookSourceGroup": "漫画",
    "bookSourceName": "曼哈漫画（优+）",
    "bookSourceType": 2,
    "bookSourceUrl": "https://mangadex.org",
    "customButton": false,
    "customOrder": 237,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\neval(String(source.loginUrl));\nvar result = [];\npush = (title, url, size) => result.push({\n    title: title,\n    url: url,\n    style: {\n        layout_flexGrow: 1,\n        layout_flexBasisPercent: size\n    }\n});\npush(\"全部\", `https://api.mangadex.org/manga?limit=32&offset={{(page-1)*32}}&includes[]=cover_art&includedTagsMode=AND&excludedTagsMode=OR{{buildQueryParams()}}`, 1);\n\nsorts.map(([title, key, order]) => {\n    push(title, `https://api.mangadex.org/manga?limit=32&offset={{(page-1)*32}}&includes[]=cover_art&includedTagsMode=AND&excludedTagsMode=OR{{buildQueryParams(\"分类\")}}&order[${key}]=${order}`, 0.45);\n}\n);\nJSON.stringify(result);",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "jsLib": "function formatDate(dateStr) {\n  const date = new Date(dateStr);\n  const pad = n => String(n).padStart(2, '0');\n  return `${date.getFullYear()}-${pad(date.getMonth()+1)}-${pad(date.getDate())} ` +\n         `${pad(date.getHours())}:${pad(date.getMinutes())}:${pad(date.getSeconds())}`;\n}\nvar contentRating = [[\"普通\",\"safe\"],[\"粗略\",\"suggestive\"],[\"限制\",\"erotica\"]];\nvar sorts = [\n    [\"最佳匹配\", \"relevance\", \"desc\"],\n    [\"最新上传\", \"latestUploadedChapter\", \"desc\"],\n    [\"最旧上传\", \"latestUploadedChapter\", \"asc\"],\n    [\"标题升序\", \"title\", \"asc\"],\n    [\"标题降序\", \"title\", \"desc\"],\n    [\"最高评级\", \"rating\", \"desc\"],\n    [\"最低评级\", \"rating\", \"asc\"],\n    [\"最多关注\", \"followedCount\", \"desc\"],\n    [\"最少关注\", \"followedCount\", \"asc\"],\n    [\"最近添加\", \"createdAt\", \"desc\"],\n    [\"最早添加\", \"createdAt\", \"asc\"],\n    [\"年份升序\", \"year\", \"asc\"],\n    [\"年份倒序\", \"year\", \"desc\"]\n];\n\nfunction buildQueryParams(e) {\n\tconst { source } = this\n\tlet selected = JSON.parse(source.getVariable());\n  let query = '';\n  const allRatings = contentRating.map(([Str,tag]) => tag);\n\n  allRatings.forEach((rating, index) => {\n    if (selected.contentRating.includes(rating)) {\n      const encoded = `contentRating[]=${rating}`;\n      \n      query += `&${encoded}`;\n    }\n  });\n  if (selected.Language) {\n    let languages = selected.Language.split(\",\");\n    query += languages.map(item => `&originalLanguage[]=${item}`).join('');\n  }\n  if (selected.sort && e !== \"分类\") {\n  \tlet sort_ = selected.sort.split(\",\");\n    query += `&order[${sort_[0]}]=${sort_[1]}`;\n    }\n  return query;\n}\n\nfunction getLanguage(str) {\n    const languageMap = {\"en\":\"英语\",\"en-us\":\"英语（美国）\",\"en-gb\":\"英语（英国）\",\"en-au\":\"英语（澳大利亚）\",\"en-ca\":\"英语（加拿大）\",\"zh\":\"中文\",\"zh-tw\":\"繁体中文（台湾）\",\"zh-hk\":\"繁体中文（香港）\",\"es\":\"西班牙语\",\"es-mx\":\"西班牙语（墨西哥）\",\"es-ar\":\"西班牙语（阿根廷）\",\"es-es\":\"西班牙语（西班牙）\",\"fr\":\"法语\",\"fr-fr\":\"法语（法国）\",\"fr-ca\":\"法语（加拿大）\",\"de\":\"德语\",\"de-de\":\"德语（德国）\",\"de-at\":\"德语（奥地利）\",\"ja\":\"日语\",\"ja-jp\":\"日语（日本）\",\"ru\":\"俄语\",\"ru-ru\":\"俄语（俄罗斯）\",\"pt\":\"葡萄牙语\",\"pt-br\":\"葡萄牙语（巴西）\",\"pt-pt\":\"葡萄牙语（葡萄牙）\",\"it\":\"意大利语\",\"it-it\":\"意大利语（意大利）\",\"ko\":\"韩语\",\"ko-kr\":\"韩语（韩国）\",\"ar\":\"阿拉伯语\",\"ar-ae\":\"阿拉伯语（阿联酋）\",\"ar-sa\":\"阿拉伯语（沙特）\",\"nl\":\"荷兰语\",\"nl-nl\":\"荷兰语（荷兰）\",\"sv\":\"瑞典语\",\"sv-se\":\"瑞典语（瑞典）\",\"da\":\"丹麦语\",\"da-dk\":\"丹麦语（丹麦）\",\"no\":\"挪威语\",\"no-no\":\"挪威语（挪威）\",\"fi\":\"芬兰语\",\"fi-fi\":\"芬兰语（芬兰）\",\"tr\":\"土耳其语\",\"tr-tr\":\"土耳其语（土耳其）\",\"el\":\"希腊语\",\"el-gr\":\"希腊语（希腊）\",\"he\":\"希伯来语\",\"he-il\":\"希伯来语（以色列）\",\"pl\":\"波兰语\",\"pl-pl\":\"波兰语（波兰）\",\"hu\":\"匈牙利语\",\"hu-hu\":\"匈牙利语（匈牙利）\",\"th\":\"泰语\",\"th-th\":\"泰语（泰国）\",\"vi\":\"越南语\",\"vi-vn\":\"越南语（越南）\",\"id\":\"印尼语\",\"id-id\":\"印尼语（印尼）\",\"ms\":\"马来语\",\"my\":\"马来语（马来西亚）\",\"ro\":\"罗马尼亚语\",\"ro-ro\":\"罗马尼亚语（罗马尼亚）\",\"bg\":\"保加利亚语\",\"bg-bg\":\"保加利亚语（保加利亚）\",\"hr\":\"克罗地亚语\",\"hr-hr\":\"克罗地亚语（克罗地亚）\",\"cs\":\"捷克语\",\"cs-cz\":\"捷克语（捷克）\",\"sk\":\"斯洛伐克语\",\"sk-sk\":\"斯洛伐克语（斯洛伐克）\",\"sl\":\"斯洛文尼亚语\",\"sl-si\":\"斯洛文尼亚语（斯洛文尼亚）\",\"et\":\"爱沙尼亚语\",\"et-ee\":\"爱沙尼亚语（爱沙尼亚）\",\"lv\":\"拉脱维亚语\",\"lv-lv\":\"拉脱维亚语（拉脱维亚）\",\"lt\":\"立陶宛语\",\"lt-lt\":\"立陶宛语（立陶宛）\",\"uk\":\"乌克兰语\",\"uk-ua\":\"乌克兰语（乌克兰）\",\"be\":\"白俄罗斯语\",\"be-by\":\"白俄罗斯语（白俄罗斯）\"};\n    if (languageMap.hasOwnProperty(str)) {\n        return languageMap[str];\n    }\n    const primaryCode = str.split(\"-\")[0];\n    return languageMap[primaryCode] || str;\n}",
    "lastUpdateTime": 1759572813399,
    "loginUi": "[ \n {\n        \"name\": \"登录\",\n        \"type\": \"button\",\n        \"action\": \"Login('登录')\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.45\n       }\n  },\n  {\n        \"name\": \"登出\",\n        \"type\": \"button\",\n        \"action\": \"Login('登出')\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.45\n       }\n  },\n {\n        \"name\": \"展示选择\",\n        \"type\": \"button\",\n        \"action\": \"Show()\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 1\n       }\n  },\n {\n        \"name\": \"级别设置\",\n        \"type\": \"button\",\n        \"action\": \"\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 1\n        }\n   },\n  {\n        \"name\": \"普通\",\n        \"type\": \"button\",\n        \"action\": \"Put_contentRating(0)\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.2\n        }\n    },\n    {\n        \"name\": \"粗略\",\n        \"type\": \"button\",\n        \"action\": \"Put_contentRating(1)\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.2\n        }\n    },\n    {\n        \"name\": \"限制\",\n        \"type\": \"button\",\n        \"action\": \"Put_contentRating(2)\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.2\n        }\n    },\n    {\n        \"name\": \"排序切换\",\n        \"type\": \"button\",\n        \"action\": \"\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 1\n        }\n    },\n    {\n        \"name\": \"默认\",\n        \"type\": \"button\",\n        \"action\": \"Put_Sort('默认')\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.45\n        }\n    },\n    {\n        \"name\": \"最佳匹配\",\n        \"type\": \"button\",\n        \"action\": \"Put_Sort(0)\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.45\n        }\n    },\n    {\n        \"name\": \"最新上传\",\n        \"type\": \"button\",\n        \"action\": \"Put_Sort(1)\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.45\n        }\n    },\n    {\n        \"name\": \"最旧上传\",\n        \"type\": \"button\",\n        \"action\": \"Put_Sort(2)\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.45\n        }\n    },\n    {\n        \"name\": \"标题升序\",\n        \"type\": \"button\",\n        \"action\": \"Put_Sort(3)\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.45\n        }\n    },\n    {\n        \"name\": \"标题倒序\",\n        \"type\": \"button\",\n        \"action\": \"Put_Sort(4)\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.45\n        }\n    },\n    {\n        \"name\": \"最高评分\",\n        \"type\": \"button\",\n        \"action\": \"Put_Sort(5)\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.45\n        }\n    },\n    {\n        \"name\": \"最低评分\",\n        \"type\": \"button\",\n        \"action\": \"Put_Sort(6)\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.45\n        }\n    },\n    {\n        \"name\": \"最多关注\",\n        \"type\": \"button\",\n        \"action\": \"Put_Sort(7)\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.45\n        }\n    },\n    {\n        \"name\": \"最少关注\",\n        \"type\": \"button\",\n        \"action\": \"Put_Sort(8)\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.45\n        }\n    },\n    {\n        \"name\": \"最近添加\",\n        \"type\": \"button\",\n        \"action\": \"Put_Sort(9)\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.45\n        }\n    },\n    {\n        \"name\": \"最早添加\",\n        \"type\": \"button\",\n        \"action\": \"Put_Sort(10)\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.45\n        }\n    },\n    {\n        \"name\": \"年份升序\",\n        \"type\": \"button\",\n        \"action\": \"Put_Sort(11)\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.45\n        }\n    },\n    {\n        \"name\": \"年份倒序\",\n        \"type\": \"button\",\n        \"action\": \"Put_Sort(12)\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.45\n        }\n    },\n    {\n        \"name\": \"语言/缩写（英文逗号分隔多个语言）\",\n        \"type\": \"text\",\n        \"action\": \"\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 1\n        }\n   }\n]",
    "loginUrl": "if (source.getVariable() == \"\") {\n    java.toast('已初始化');\n    let option = {\n        contentRating: ['safe', 'suggestive', 'erotica'],\n        sort: \"\",\n        Language: \"\"\n    }\n    source.setVariable(JSON.stringify(option, null, \"\\t\"));\n}\nfunction Login(l) {\n\tlet url = source.key;\n\tif ( l === \"登出\") {\n\tjava.toast('请浏览器手动登出');\n}\n\tcookie.removeCookie(url);\n\tsource.removeLoginHeader();\n\tjava.startBrowserAwait(url,\"登录\",false);\n}\nvar svb = JSON.parse(source.getVariable());\nfunction Show() {\n    let text = [];\n    const target = svb.contentRating;\n    const [sortField, sortOrder] = svb.sort.split(\",\");\n    const languages = svb.Language.split(\",\").map(x => getLanguage(x)).join(\" | \");\n    text.push(`\\n语言：${languages ? languages : \"所有语言\"}`);\n    const sortKey = sortField || \"\";\n    const sortStr = sorts.find(([_, or, ord]) =>\n        sortKey.includes(or) && ord === sortOrder)?. [0] || \"默认\";\n    text.push(`排序方式：${sortStr}`);\n\n    const contentStr = contentRating\n        .filter(([_, cr]) => target.includes(cr))\n        .map(([str]) => str)\n        .join(\" | \") || \"未设置\";\n    text.push(`内容等级：${contentStr}`);\n\n    text = text.join(\"\\n\");\n    java.toast(text);\n}\n\nfunction Put_contentRating(e) {\n    let tag = contentRating[e][1];\n    let tagStr = contentRating[e][0];\n    if (svb.contentRating.includes(tag)) {\n        java.toast(`\\n已取消展示【${tagStr}级】作品❌`);\n        svb.contentRating = svb.contentRating.filter(item => item !== tag);\n        java.log(JSON.stringify(svb.contentRating))\n    } else {\n        java.toast(`\\n已添加展示【${tagStr}级】作品✔️`);\n        svb.contentRating.push(tag);\n    }\n    source.setVariable(JSON.stringify(svb, null, \"\\t\"));\n}\n\nfunction Put_Sort(e) {\n    if (e !== \"默认\") {\n        sort_ = sorts[e][1] + \",\" + sorts[e][2];\n        point = sorts[e][0];\n    } else {\n        sort_ = \"\";\n        point = e;\n    }\n    svb.sort = sort_;\n    source.setVariable(JSON.stringify(svb, null, \"\\t\"));\n    java.toast(`\\n已切换排序为【${point}】`);\n}\n\nfunction login() {\n    svb.Language = source.getLoginInfoMap()[\"语言/缩写（英文逗号分隔多个语言）\"].toLowerCase();\n    source.setVariable(JSON.stringify(svb, null, \"\\t\"));\n}",
    "respondTime": 13178,
    "ruleBookInfo": {
      "coverUrl": "https://mangadex.org/covers/{$.id}/{$..fileName}.256.jpg",
      "init": "$.data",
      "intro": "@js:\nconst list = JSON.parse(JSON.stringify(src));\nconst description = list.attributes.description;\nconst originalLang = list.attributes.originalLanguage;\nlet result;\nif (description['zh-hk']) {\n  result = description['zh-hk'];\n} else if (description['en']) {\n  result = description['en'];\n} else if (description[originalLang]) {\n  result = description[originalLang];\n} else {\n  result = list.attributes.title.en;\n}\nresult = result.split('\\n')[0];",
      "kind": "{$.attributes.originalLanguage},{$.type},{$.attributes.tags..en}\n@js:Array.from(result).join('\\n').replace(/\\n/,\"\");",
      "name": "@js:\nconst list = JSON.parse(JSON.stringify(src));\nconst altTitles = list.attributes.altTitles;\nconst originalLang = list.attributes.originalLanguage;\nconst znEntry = altTitles.find(item => 'zn' in item);\nif (znEntry) {\n  result = znEntry.zn;\n} else {\n  const zhHkEntry = altTitles.find(item => 'zh-hk' in item);\n  if (zhHkEntry) {\n    result = zhHkEntry['zh-hk'];\n  } else {\n    const originalEntry = altTitles.find(item => originalLang in item);\n    result = originalEntry?.[originalLang] || list.attributes.title.en;\n  }\n}\nresult.split('\\n')[0];",
      "tocUrl": "https://api.mangadex.org/manga/{$.id}/feed?limit=96&includes[]=scanlation_group&includes[]=user&order[volume]=asc&order[chapter]=asc&offset=0&contentRating[]=safe&contentRating[]=suggestive&contentRating[]=erotica&contentRating[]=pornographic"
    },
    "ruleContent": {
      "content": "@js:\nvar data = JSON.parse(src);\nvar base_url = data.baseUrl;\nvar imglist = data.chapter.data;\nvar hash = data.chapter.hash;\nresult = imglist.map( x => `<img src=\"${base_url}/data/${hash}/${x}\">`);\nresult.join(\"\\n\");",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "$.data[*]",
      "bookUrl": "https://api.mangadex.org/manga/{$.id}?includes[]=artist&includes[]=author&includes[]=cover_art",
      "coverUrl": "https://mangadex.org/covers/{$.id}/{$..fileName}.256.jpg",
      "intro": "@js:\nconst list = JSON.parse(JSON.stringify(src));\nconst description = list.attributes.description;\nconst originalLang = list.attributes.originalLanguage;\nlet result;\nif (description['zh-hk']) {\n  result = description['zh-hk'];\n} else if (description['en']) {\n  result = description['en'];\n} else if (description[originalLang]) {\n  result = description[originalLang];\n} else {\n  result = list.attributes.title.en;\n}\nresult = result.split('\\n')[0];",
      "kind": "{$.attributes.originalLanguage},{$.type},{$.attributes.tags..en}\n@js:Array.from(result).join('\\n').replace(/\\n/,\"\");",
      "name": "@js:\nconst list = JSON.parse(JSON.stringify(src));\nconst altTitles = list.attributes.altTitles;\nconst originalLang = list.attributes.originalLanguage;\nconst zhEntry = altTitles.find(item => 'zh' in item);\nif (zhEntry) {\n  result = zhEntry.zh;\n} else {\n  const zhHkEntry = altTitles.find(item => 'zh-hk' in item);\n  if (zhHkEntry) {\n    result = zhHkEntry['zh-hk'];\n  } else {\n    const originalEntry = altTitles.find(item => originalLang in item);\n    result = originalEntry?.[originalLang] || list.attributes.title.en;\n  }\n}\nresult.split(\"\\n\")[0];"
    },
    "ruleToc": {
      "chapterList": "@js:\nvar lists_ = [];\nvar seenChapters = new Set();\nvar volumeCounter = {};\n\nJSON.parse(src).data.forEach(chapter => {\n    const { chapter: chap, updatedAt, translatedLanguage } = chapter.attributes;\n    const url = chapter.id;\n    \n    if (!seenChapters.has(chap)) {\n        seenChapters.add(chap);\n        lists_.push({\n            title: `第${chap}章 分译`, \n            url : \"\",\n            volume: 1\n        });\n        volumeCounter[chap] = 0;\n    }\n    const isChapter = true;\n    if (isChapter) {\n        volumeCounter[chap] += 1;\n    }\n\n    lists_.push({\n        title: `第${chap}章 （译文${volumeCounter[chap]}）`,\n        url: `https://api.mangadex.org/at-home/server/${url}?forcePort443=false`,\n        info: `${formatDate(updatedAt)} | ${getLanguage(translatedLanguage)}`,\n        volume: 0\n    });\n});\n//java.log(JSON.stringify(lists_))\nlists_;",
      "chapterName": "title",
      "chapterUrl": "url",
      "isVolume": "volume",
      "nextTocUrl": "@js: var result = [];\nconst pages = Math.round(JSON.parse(src).total / JSON.parse(src).limit) -1;\n//java.log(pages);\nfor (let i=1;i <= pages;i++) {\nurl = baseUrl.replace(/offset=0/,`offset=${i*96}`)\nresult.push(url);\n}\nresult;",
      "updateTime": "info"
    },
    "searchUrl": "@js:\neval(String(source.loginUrl));\nresult = `https://api.mangadex.org/manga?limit=32&offset={{(page-1)*32}}&title={{key}}&includes[]=cover_art&includedTagsMode=AND&excludedTagsMode=OR{{buildQueryParams()}}`;\nresult;",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "💰 飞卢小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.faloo.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 238,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单·全部\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"最新\",\"url\":\"/y_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击\",\"url\":\"/y_0_0_0_0_0_1_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击\",\"url\":\"/y_0_0_0_0_0_2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总点击\",\"url\":\"/y_0_0_0_0_0_3_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周打赏\",\"url\":\"/y_0_0_0_0_0_13_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月打赏\",\"url\":\"/y_0_0_0_0_0_17_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总打赏\",\"url\":\"/y_0_0_0_0_0_18_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"催更榜\",\"url\":\"/y_0_0_0_0_0_19_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周鲜花\",\"url\":\"/y_0_0_0_0_0_4_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月鲜花\",\"url\":\"/y_0_0_0_0_0_5_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总鲜花\",\"url\":\"/y_0_0_0_0_0_6_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周收藏\",\"url\":\"/y_0_0_0_0_0_7_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月收藏\",\"url\":\"/y_0_0_0_0_0_8_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总收藏\",\"url\":\"/y_0_0_0_0_0_9_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月字数\",\"url\":\"/y_0_0_0_0_0_12_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总字数\",\"url\":\"/y_0_0_0_0_0_10_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"新书PK榜\",\"url\":\"/y_0_0_0_0_0_66_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月票\",\"url\":\"/y_0_0_0_0_0_15_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻·全部\",\"url\":\"/y_1_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"异世大陆\",\"url\":\"/y_1_28_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"东方玄幻\",\"url\":\"/y_1_29_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"神话传说\",\"url\":\"/y_1_50_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"转世重生\",\"url\":\"/y_1_30_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"王朝争霸\",\"url\":\"/y_1_31_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"上古神话\",\"url\":\"/y_1_56_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"变身情缘\",\"url\":\"/y_1_32_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"穿越附身\",\"url\":\"/y_1_81_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"武侠仙侠·全部\",\"url\":\"/y_6_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"传统武侠\",\"url\":\"/y_6_26_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠修真\",\"url\":\"/y_6_25_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"浪子异侠\",\"url\":\"/y_6_27_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古典仙侠\",\"url\":\"/y_6_78_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"星际修真\",\"url\":\"/y_6_79_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代修真\",\"url\":\"/y_6_80_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"同人小说·全部\",\"url\":\"/y_44_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"动漫同人\",\"url\":\"/y_44_69_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"小说同人\",\"url\":\"/y_44_53_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"影视同人\",\"url\":\"/y_44_52_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"耽美小说\",\"url\":\"/y_44_68_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"都市言情·全部\",\"url\":\"/y_4_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"浪漫言情\",\"url\":\"/y_4_13_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市生活\",\"url\":\"/y_4_14_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市异能\",\"url\":\"/y_4_45_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"商海沉浮\",\"url\":\"/y_4_15_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"宦海风云\",\"url\":\"/y_4_17_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"职场生涯\",\"url\":\"/y_4_16_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"豪门恩怨\",\"url\":\"/y_4_18_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"军事历史·全部\",\"url\":\"/y_3_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"穿越时空\",\"url\":\"/y_3_71_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"架空历史\",\"url\":\"/y_3_19_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"历史传记\",\"url\":\"/y_3_72_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"三国梦想\",\"url\":\"/y_3_73_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"人文历史\",\"url\":\"/y_3_74_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代战争\",\"url\":\"/y_3_20_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"战争幻想\",\"url\":\"/y_3_76_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"特种军旅\",\"url\":\"/y_3_21_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"科幻网游·全部\",\"url\":\"/y_2_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"虚拟网游\",\"url\":\"/y_2_33_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"电子竞技\",\"url\":\"/y_2_70_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"超黑科技\",\"url\":\"/y_2_101_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"星际科幻\",\"url\":\"/y_2_102_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"足球运动\",\"url\":\"/y_2_36_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"篮球运动\",\"url\":\"/y_2_35_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"其它竞技\",\"url\":\"/y_2_34_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"恐怖灵异·全部\",\"url\":\"/y_5_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"恐怖惊悚\",\"url\":\"/y_5_24_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"推理悬念\",\"url\":\"/y_5_22_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"灵异神怪\",\"url\":\"/y_5_23_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"神秘时空\",\"url\":\"/y_5_65_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"青春校园·全部\",\"url\":\"/y_7_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"菁菁校园\",\"url\":\"/y_7_10_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园言情\",\"url\":\"/y_7_11_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"另类校园\",\"url\":\"/y_7_12_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"贵爵童话\",\"url\":\"/y_7_90_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"魔法校园\",\"url\":\"/y_7_55_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园同人\",\"url\":\"/y_7_89_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"女生小说·全部\",\"url\":\"/y_54_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"古色添香\",\"url\":\"/y_54_91_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市豪门\",\"url\":\"/y_54_92_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"纯爱耽美\",\"url\":\"/y_54_93_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越架空\",\"url\":\"/y_54_94_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"豪门恩怨\",\"url\":\"/y_54_95_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"幻想精灵\",\"url\":\"/y_54_96_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古典言情\",\"url\":\"/y_54_48_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"轻小说·全部\",\"url\":\"/y_97_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"轻幻想\",\"url\":\"/y_97_98_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"重幻想\",\"url\":\"/y_97_99_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"日常类\",\"url\":\"/y_97_100_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"短篇其他·全部\",\"url\":\"/y_9_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"历史演义\",\"url\":\"/y_9_47_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"散文诗词\",\"url\":\"/y_9_58_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"休闲美文\",\"url\":\"/y_9_59_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"杂文笔记\",\"url\":\"/y_9_41_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"短篇小说\",\"url\":\"/y_9_42_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"改编剧本\",\"url\":\"/y_9_63_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"其他\",\"url\":\"/y_9_43_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"榜单·完本\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"最新\",\"url\":\"/y_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击\",\"url\":\"/y_0_0_0_0_2_1_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击\",\"url\":\"/y_0_0_0_0_2_2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总点击\",\"url\":\"/y_0_0_0_0_2_3_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周打赏\",\"url\":\"/y_0_0_0_0_2_13_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月打赏\",\"url\":\"/y_0_0_0_0_2_17_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总打赏\",\"url\":\"/y_0_0_0_0_2_18_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"催更榜\",\"url\":\"/y_0_0_0_0_2_19_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周鲜花\",\"url\":\"/y_0_0_0_0_2_4_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月鲜花\",\"url\":\"/y_0_0_0_0_2_5_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总鲜花\",\"url\":\"/y_0_0_0_0_2_6_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周收藏\",\"url\":\"/y_0_0_0_0_2_7_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月收藏\",\"url\":\"/y_0_0_0_0_2_8_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总收藏\",\"url\":\"/y_0_0_0_0_2_9_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月字数\",\"url\":\"/y_0_0_0_0_2_12_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总字数\",\"url\":\"/y_0_0_0_0_2_10_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"新书PK榜\",\"url\":\"/y_0_0_0_0_2_66_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月票\",\"url\":\"/y_0_0_0_0_2_15_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻·完本\",\"url\":\"/y_1_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"异世大陆\",\"url\":\"/y_1_28_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"东方玄幻\",\"url\":\"/y_1_29_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"神话传说\",\"url\":\"/y_1_50_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"转世重生\",\"url\":\"/y_1_30_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"王朝争霸\",\"url\":\"/y_1_31_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"上古神话\",\"url\":\"/y_1_56_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"变身情缘\",\"url\":\"/y_1_32_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"穿越附身\",\"url\":\"/y_1_81_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"武侠仙侠·完本\",\"url\":\"/y_6_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"传统武侠\",\"url\":\"/y_6_26_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠修真\",\"url\":\"/y_6_25_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"浪子异侠\",\"url\":\"/y_6_27_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古典仙侠\",\"url\":\"/y_6_78_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"星际修真\",\"url\":\"/y_6_79_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代修真\",\"url\":\"/y_6_80_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"同人小说·完本\",\"url\":\"/y_44_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"动漫同人\",\"url\":\"/y_44_69_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"小说同人\",\"url\":\"/y_44_53_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"影视同人\",\"url\":\"/y_44_52_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"耽美小说\",\"url\":\"/y_44_68_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"都市言情·完本\",\"url\":\"/y_4_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"浪漫言情\",\"url\":\"/y_4_13_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市生活\",\"url\":\"/y_4_14_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市异能\",\"url\":\"/y_4_45_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"商海沉浮\",\"url\":\"/y_4_15_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"宦海风云\",\"url\":\"/y_4_17_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"职场生涯\",\"url\":\"/y_4_16_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"豪门恩怨\",\"url\":\"/y_4_18_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"军事历史·完本\",\"url\":\"/y_3_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"穿越时空\",\"url\":\"/y_3_71_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"架空历史\",\"url\":\"/y_3_19_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"历史传记\",\"url\":\"/y_3_72_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"三国梦想\",\"url\":\"/y_3_73_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"人文历史\",\"url\":\"/y_3_74_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代战争\",\"url\":\"/y_3_20_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"战争幻想\",\"url\":\"/y_3_76_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"特种军旅\",\"url\":\"/y_3_21_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"科幻网游·完本\",\"url\":\"/y_2_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"虚拟网游\",\"url\":\"/y_2_33_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"电子竞技\",\"url\":\"/y_2_70_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"超黑科技\",\"url\":\"/y_2_101_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"星际科幻\",\"url\":\"/y_2_102_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"足球运动\",\"url\":\"/y_2_36_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"篮球运动\",\"url\":\"/y_2_35_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"其它竞技\",\"url\":\"/y_2_34_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"恐怖灵异·完本\",\"url\":\"/y_5_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"恐怖惊悚\",\"url\":\"/y_5_24_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"推理悬念\",\"url\":\"/y_5_22_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"灵异神怪\",\"url\":\"/y_5_23_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"神秘时空\",\"url\":\"/y_5_65_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"青春校园·完本\",\"url\":\"/y_7_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"菁菁校园\",\"url\":\"/y_7_10_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园言情\",\"url\":\"/y_7_11_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"另类校园\",\"url\":\"/y_7_12_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"贵爵童话\",\"url\":\"/y_7_90_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"魔法校园\",\"url\":\"/y_7_55_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园同人\",\"url\":\"/y_7_89_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"女生小说·完本\",\"url\":\"/y_54_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"古色添香\",\"url\":\"/y_54_91_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市豪门\",\"url\":\"/y_54_92_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"纯爱耽美\",\"url\":\"/y_54_93_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越架空\",\"url\":\"/y_54_94_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"豪门恩怨\",\"url\":\"/y_54_95_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"幻想精灵\",\"url\":\"/y_54_96_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古典言情\",\"url\":\"/y_54_48_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"轻小说·完本\",\"url\":\"/y_97_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"轻幻想\",\"url\":\"/y_97_98_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"重幻想\",\"url\":\"/y_97_99_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"日常类\",\"url\":\"/y_97_100_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"短篇其他·完本\",\"url\":\"/y_9_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"历史演义\",\"url\":\"/y_9_47_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"散文诗词\",\"url\":\"/y_9_58_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"休闲美文\",\"url\":\"/y_9_59_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"杂文笔记\",\"url\":\"/y_9_41_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"短篇小说\",\"url\":\"/y_9_42_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"改编剧本\",\"url\":\"/y_9_63_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"其他\",\"url\":\"/y_9_43_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}}]",
    "lastUpdateTime": 1724099158321,
    "loginUrl": "https://u.faloo.com/regist/login.aspx?backUrl=https%3a%2f%2fwap.faloo.com%2f",
    "respondTime": 2004,
    "ruleBookInfo": {
      "author": ".info a.0@text",
      "coverUrl": ".cover_box img@src",
      "intro": "🏷️   {{@class.tagList.0@text}}{{'\\n'+'​'}}\n{{@#novel_intro@html}}##展开收起|飞卢小说(.|\\n)*",
      "kind": ".info a.1@text&&.info .tag@text&&.info li.4@text##.*：|\\s.*|小说",
      "lastChapter": ".newNode@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": ".info h1@text",
      "tocUrl": ".btnLayout@a.1@href",
      "wordCount": ".info li.2@textNodes##\\s.*"
    },
    "ruleContent": {
      "content": ".nodeContent@p@html",
      "imageStyle": "FULL",
      "replaceRegex": "##本书来自.*|本书由飞卢.*|用飞卢.*",
      "sourceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".nl_r1_author a.0@text",
      "bookList": ".novelList li",
      "bookUrl": "a.1@href",
      "checkKeyWord": "",
      "coverUrl": "img.0@src",
      "intro": "a.2@text",
      "kind": ".nl_r1_author a.1@text&&em@text&&.date@text&&.tag@text",
      "name": "a.1@text",
      "wordCount": "i.0@text"
    },
    "ruleToc": {
      "chapterList": ".v_nodeList li",
      "chapterName": "a@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "chapterUrl": "a@href",
      "isVip": "i@html"
    },
    "searchUrl": "/search_0_{{page}}.html?t=1&k={{key}},{\n'charset': 'gb2312'\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "//曦灵",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "言情小说吧",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.xs8.cn",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 239,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.3.1212.666 Safari/537.36\"}",
    "lastUpdateTime": 1723731014981,
    "loginUrl": "",
    "respondTime": 2735,
    "ruleBookInfo": {
      "author": "@get:{x}",
      "canReName": "true",
      "coverUrl": "@js:(s=java.getStringList('img[alt*='+book.name+']@src||meta[property$=image]@content||img[src~=(cover|file|article)[^a-z]|/\\\\d+[/_-]\\\\d+(s?\\\\.|$)]@src||img[data-src~=\\\\S]@data-src||img[src*=/img]@src||img[src~=^(data|https?):|^[^:]+/]@src')).size()?/^data:/.test(s=s.get(0))?java.base64Encode(s):s:null",
      "init": "",
      "intro": "@js:'　　'+java.get(\"g\")",
      "kind": "@js:java.get(\"v\")",
      "lastChapter": "@get:{z}",
      "name": "@js:\nj=String(java.get(\"custom\")).match(/^ *((?:[录原单动静直全跳逆字图]|\\[[^\\[\\]]+\\]|\\d+#[^#]+#)+)/);\n\nkey=String((u=(baseUrl=String(book.bookUrl).replace(/,{[^{}]+}$/,'')).match(/^(.+)\\?((?:[录原单动静直全跳逆字图]|\\[[^\\[\\]]+\\]|\\d+#[^#]+#)+)$/))&&(baseUrl=u[1])&&j?j[1]+u[2]:u?u[2]:j?j[1]:'');\n\n$=it=>(fn=r.select(it)).size()&&(fn=fn.first());\n\nr=org.jsoup.Jsoup.parse(result);\nr.select(\"script,noscript,style,head>:not(meta,title),footer,[class~=^foot],[id~=^foot],a:has(>:last-child:matchesOwn(^分类$)),[value]\").remove();\n\nm=String(r).replace(/(?:&nbsp;)+/g,\" \");\n\n书=false;\nn=($('[property$=book_name]')&&(书=String(fn.attr('content')).replace(/^[\\s「『【〖（(\\[]+/,\"\"))\n||(function(){\nif($('title')&&(书=String(fn.text()).replace(/^(简介页|详情页|目录页|正版|全本|免费阅读|[\\s。.,_/|「『【〖（(\\[\\])）〗】』」─—-]+)+/,\"\"))){\nfor(x=0,c=r.select(\"h1,h2,h3,strong\").eachText();x<c.size();x++)if(\n(y=c.get(x))!=''&&(u=书.indexOf(y),~u&&u<4))return String(y)}return 书}())||\"请自行修改书名\")\n.replace(/(?!^)[^\\u4e00-\\u9fa5a-zA-Z0-9《》]*(?:笔趣阁|思路客|燃文|小说|漫画|手机)?(?:[.|,_/\\s「『【〖（(\\[\\])）〗】』」。─—-]|(?:人工|机器|电脑)?校正|精校|完[整结]|加料|番外|未删节|简介|全[文本集]|下载|(?:小说|漫画|大全|正版(?:小说|漫画)?|免费|免费小说|免费漫画|免费全[文本]|在线|最[新快]|全部|手机|电脑)(?:全[文本集部]|大全|免费|在线|阅读|下载|章节|小说|更新|漫画|\\.)|([^a-zA-Z0-9])(?:azw|mobi|epub|txt)(?![a-zA-Z0-9])|(?:最全)?(?:章节|目录|列表){2,}|更新章节最快|无广告|(?::顶点)?无弹窗|无防盗|小说网|手打全文|[纯全](?:手打|文字)|\\s*by\\s*(?=[\\u4e00-\\u9fa5]))[\\S\\s]*/i,\"$1\");\n\nif(n[0]==\"《\"&&n[n.length-1]==\"》\")n=n.slice(1,-1);\n\nif($('[property$=author]')){\nx=String(fn.attr(\"content\")).replace(/^作\\s*[者家][\\s:：]*|(?!^)[/／｜|，,\\s][^⚙️]*$/,\"\")\n}else{\nx=m.match(/>\\s*([^>]+?)(?:\\s*<\\/[a-z]+>\\s*|\\s+)著\\s*<|[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】>《》](?:小说|漫画)?作\\s*者(?![^>]+->)(?:[:：\\s〖【（《［\\[\\(]|<[^it\\/][^>]*>|<\\/[^>]+>)+([^\\s<\">,，/／｜|\\)\\]］》）】〗]+)/);\nx=x?x[1]?x[1]:x[2]:$('#author,.author')?String(fn.text()).replace(/(?!^)[/／｜|，,\\s][^⚙️]*$/,\"\"):\"\"}\njava.put(\"x\",x);\n\nc=(fn=r.select(\"meta[property~=category$]\")).size()?String(fn.attr(\"content\"))\n.replace(/(?!^)\\s*[，,./／｜|]\\s*/,\",\"):(fn=m.match(/(?:[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】》]|<[^a/][^>]*>|<\\/[^>]+>)(?:[分大]\\s*类|类\\s*[型别])(?:[:：\\s]|<[^>]+>)+([^\\s<.\"/／｜|>]+)/))&&fn[1];\nif(c)java.put(\"v\",c);\n\nc=(fn=r.select(\"meta[property~=status$]\")).size()?fn.attr(\"content\"):(fn=m.match(/(?:[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】》]|<[^a/][^>]*>|<\\/[^>]+>)状\\s*态(?:[:：\\s]|<[^>]+>)+([^\\s<.\"/／｜|>]+)/))&&fn[1];\nif(c)java.put(\"s\",c);\n\nc=$('meta[property~=latest_chapter_name$]')?fn.attr(\"content\"):(fn=m.match(/>(?:\\s*[更最]\\s*[新近])+(?:\\s*章\\s*节)?(?:[:：\\s\\[]|<[^>]+>)+(?!\\s*(?:-|&gt;)\\s*<|[:：\\s0-9T年月日时分秒*-]{5,}<|[^:：]+[^章\\s]\\s*[:：]\\s*<|更新(?:时间)?[:：])([^<\"/／｜|\\]>]+)/))&&fn[1];\nif(c)java.put(\"z\",c);\n\n正=true;\nif(key.length){\nif(~key.indexOf(\"全\"))java.put(\"全\",1);\nif((\nu=key.match(/[^\\[\\]]+(?=\\])/),\nc=~key.indexOf(\"录\"),\ny=~key.indexOf(\"单\"),\nbaseUrl=u?u[0]:baseUrl,\n(c||u)&&(baseUrl=c||y?(baseUrl=String((c=baseUrl.match(/(.+[^\\d])(\\d+)([^\\d]*)$/))[1]+1+c[3]),\nc=c[2]+'🌕'+c[1]+'🌕'+2+'🌕'+c[3],\nbaseUrl):baseUrl)\n)||~key.indexOf(\"直\")\n)java.put(\"目\",1),正=1;\nif(~key.indexOf(\"录\"))java.put(\"录\",c),正=1;\nif(y||~key.indexOf(\"#\")){\nif(!u){\nif((网=key.match(/(\\d+)#([^#]+)/))\n&&(尾=网[1],网=网[2].match(/^(.*[^\\d])([12])([^/?\\d]*)$/))\n||(尾=r.select('a[href~=\\\\d[^/?\\\\d]*$]:matches(^(尾|末|最后一)[頁页篇章回节節话話]$)')).size()\n&&(网=r.select('a:matches(^2$)')).size()\n&&(网=String(网.first().attr('href')).match(/^(.*[^\\d])([12])([^/?\\d]*)$/))\n&&(尾=String(尾.first().attr('href')).match(/\\d+(?=[^/?\\d]*$)/)[0])){\nc=尾+'🌕'+网[1]+'🌕'+网[2]+'🌕'+网[3]\n}else if((c=r.select('a:matches(^(\\\\d+|…+|\\\\.+)$)')).size()){\nif((网=String(c).split(/<a[^>]+>[^\\d<]+<\\/a>/)).length==2){\nfor(c=网[0],尾=网[1],x=+网[1].match(/>([^<]+)/)[1],网=网[0].match(/href=\"([^\"]*[^\\d])(\\d+)([^/?\\d\"]*)\"[^>]*>([^<]+)<[^<]+$/),j=+网[4],i=+网[2]-j;j<x;j++)c+=\"<a href='\"+网[1]+(j+i)+网[3]+\"'>\"+j+\"</a>\";\nc+=尾}\n}else c=1}\njava.put(\"单\",c),正=false}\nif(~key.indexOf(\"跳\"))java.put(\"跳\",1);\nif(~key.indexOf(\"逆\"))book.setReverseToc(true);\nelse book.setReverseToc(false);\nif((u=~key.indexOf(\"图\"))||~key.indexOf(\"原\"))java.put(\"原\",1);\nif(~key.indexOf(\"动\"))java.put(\"动\",',{\"webView\":true}');\nelse if(~key.indexOf(\"静\"))java.put(\"静\",1);\nif(u||~key.indexOf(\"字\"))java.put(\"文\",u?1:2)\n}else book.setReverseToc(false);\n\nc=(fn=r.select(\"meta[property$=description][content~=\\\\S]\")).size()?fn.get(fn.size()-1).attr(\"content\"):(r.select(':matchesOwn([\\\\u4e00-\\\\u9fa5]{2,})>:not(br),:not(body,br,:matchesOwn([\\\\s\\\\S]{50}),:has(body,:matchesOwn([\\\\s\\\\S]{50})))').remove(),r.select(\":matchesOwn(\\\\S)\").text());\n\njava.put(\"g\",c=String(c).replace(/[\\snbsp;]*(?:&nbsp;|\\s){2,}|\\s*([？！。]+[”」』\\]\\}\\)）｝】〗〕〉]?)\\s*/g,\"$1　　\").replace(/(?=　　)/g,\"\\n\"));\n\nif(c.length&&(c=c.match(/(.{0,2})《([^《》]+)》(.{0,3})/))&&c[3]!=\"作品集\"&&!c[1].match(/新[书作]/)&&(c=c[2],书?~String(书).indexOf(c)&&!~c.indexOf(n):true))n=c;\n\nif(正==1)m=java.ajax(baseUrl);\njava.setContent(m,baseUrl);\n\nif(正){\nzl=java.getStringList(\"[property$=latest_chapter_url]@content||:matches(^最新章节)>a:only-child:not([href~=^$|#|javascript:])@href||a:matches(^正文\\\\s*[\\\\d第一二三四五六七八九十〇零百千]|^[【《]?(\"+n+\")?[\\\\s》】（\\\\u0028:：＿_－-]*(第[\\\\s0〇零]*[一1]\\\\s*[\\\\u4e00-\\\\u9fa5]|([\\\\u4e00-\\\\u9fa5]{2}阅读[（\\\\u0028:：＿_－-]?)?(0*1([）\\\\u0029.、:：_-]|$)|[〇零]*一([）\\\\u0029\\\\s.、:：_-]|$)))):not([href~=(^|[^/])/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&_-]*$|^$|#|javascript:|\"+(bas=baseUrl.replace(/\\/+$|\\.[a-zA-Z]+$/,'')).match(/[^?/]+$/)[0].replace(/([*$|?+\\\\\\^\\[\\](){}])/g,'\\\\$1')+\"(?:[/_-]1)?(?:\\\\/|\\\\.[a-zA-Z]+)?$])@href||a:matches(^[^\\\\u4e00-\\\\u9fa5]*(免费|在线|开始|立即|全文|正文|从头)+[试阅]读[^\\\\u4e00-\\\\u9fa5]*$):not([href~=^$|#|javascript:])@href||a:matches(^0*1[^\\\\d]):not([href~=(^|[^/])/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&_-]*$|^$|#|javascript:])@href\");\n\nif(zl.size()&&(ck=String(zl.get(0)).match(/^(.*\\/\\/[^/]+)?([/?]?[^/].+[?&/_-])[^&/_-]+\\/?$/)))(jd=ck[1])&&(h=baseUrl.lastIndexOf('/',baseUrl.indexOf(jd.match(/(?:\\.[^.]+){2,}$|[^./]+\\.[^.]+$/)[0])))>8&&(\nq=baseUrl.indexOf(':'),\n(bas=java.get(baseUrl=baseUrl.slice(0,q+2)+baseUrl.slice(h),{})).statusCode()==200&&java.setContent(bas.body(),baseUrl)\n),java.put(\"ck\",ck[2])}\nn",
      "tocUrl": "@js:if(java.get(\"单\")==''){\nif(java.get(\"录\")==java.get(\"目\")){\nr=org.jsoup.Jsoup.parse(result);\n\nscript=r.select(\":matchesOwn(^$)>a[href^=javascript:]:matches(全文|章[節节]|目[錄录]):not(:matches(最新))\");re=false;\n\nif(!script.size()){\nba=(bas=baseUrl.replace(/\\/$|\\.[a-zA-Z]+$/,'')).match(/(http....[^/?]+)(?:([?/])(.*))?$/);b=ba[1];v=ba[3];\n\nr.select(\"a[href~=[^a-z]page[^a-z]]:not(:matches([反正顺順逆倒]序|[全正]文|更多|全部|所有|章[節节]|作品|目[錄录]|列表)),a:not([href~=^(?!//)[^#:]+$|\"+b.split(':')[1]+\"]),:matchesOwn(\\\\S)>a,a[href~=javascript:|#],a:matches(^\\\\S{1,4}$):not(:matches([反正顺順逆倒]序|[阅閱][讀读]|查看|展[开開]|进入|[全正]文|更多|完整|全部|所有|目[錄录]|列表|章[節节]):not(:contains(分类)))\").remove();\n\ny=r.select(\"a[href~=(?i)catalog|contents|chapters|mulu|(^|[^a-z])ml|showchapter|(^|chapter[/_-]?|\"+v.replace(/(.+)((\\/\\d\\d)\\d+)$/,\"$1$3$2\")+\"[/_-])(more|list|all)|sort[/=_-]asc]\");\n\nif(!y.size()){b3='';\n\nif(ba[2]==\"?\"){\nb3='[href~=^[^?]+$],'\n}else if(ba[3]){\nb3=ba[3].replace(/[*$|?+\\\\\\^\\[\\](){}]/g,'\\\\$0');\n\nb3=\"[href~=\"+b3+\"(\\\\.[^.]+|/\\\\d+(\\\\.[^.]+|/)?)?$],[href~=[/?]\"+b3.replace(/[&/_-][^/_-]+$/,'')+\".*$]:not([href~=[/?]\"+b3.replace(/[/_-]/g,'[/_-]')+\"]),\"}\n\ny=r.select(\"a:not(\"+b3+\"[href~=(?i)(^|[^/])[?/].*((book|[^a-z])(info|case)[^a-z]|(cid|buy)[^a-z]|desc|coins|nutrition|review|ticket|update|(app|author|xiazai|down)(?!=))|/chapter|/index/|/d/],:matches((?i)^$|[0-9零〇一二三四五六七八九十百千万、，：；？！。…‘’“”（）()]|[票榜:：.]|推荐|排行|等级|说明|收藏|书评|简介|分[类卷]|简介|作者|手机|软件|应用|安装|客户|移动|pc|电脑|安卓|苹果|下载|最新|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub))\")}\n\nif(y.size()){\nys=y.select(\"a[href~=(?i)catalog|contents|list|chapter|mulu|(^|[^a-z])ml|more|read|all]:matches([反正顺順逆倒]序|全文|章[節节]|目[錄录]):not(:matches(阅读)),a[href~=(?i)catalog|contents|chapter|(^|[^a-z])ml|mulu|read]:matches(更多|列表),a[href~=(?i)catalog|contents|list|chapter|mulu|(^|[^a-z])ml|more|all]:matches(^$),a:matches(^[^\\\\u4e00-\\\\u9fa50-9]*([反正顺順逆倒]序|全文(免[費费])?[阅閱][讀读]|(点击|查看|展[开開]|进入|返?回到?)*([全正]文|(更多|完整|全部|所有)?(章[節节]|(作品)?目[錄录])+)+(列表)?(\\\\s*(查看|展开)?更多)?)[^\\\\u4e00-\\\\u9fa50-9]*$)\");zt=false;\n\nif(!ys.size()){\nba=bas.match(/(\\?(?:[^=]+=)+)(.+)$/)||bas.match(/(?:[^/_-][/_-]([^/._-]+))?[/_-]([^/._-]+)(?:\\/index[^/]*)?$/);\n\nif(xi=(id=ba[2]).match(/\\?[^=]+=([^&]+)/)||id.match(/^[^\\d%]*(\\d{2,}|[1-9])$/))id=xi[1];\nif(ba[1])if(xi=ba[1].match(/^[^\\d%]*(\\d{2,})$/))id=/^\\d$/.test(id)||!xi[1].indexOf(id)?xi[1]:\"(\"+id+\"|\"+xi[1]+\")\";\n\nys=y.select(\"[href~=(?i)^((.*//[^/]+/)?[^=.]*[^\\\\d=.])?\"+id+\"([?_-][a-z=_-]*0|\\\\.[^.]+|[/?]([^\\\\d]*|[^/\\\\d]*/?|(list|more|all)([=_-][a-z]*)?\\\\d+[^\\\\d]*)?)?(&.+)?$]:not(:contains(\"+(bs=String(book.name)[0])+\"))\");\n\nif(!ys.size()){zt=true;\nys=y.select(\"[href~=(?i)^((.*//[^/]+/)?[^=.]*[^\\\\d=.])?(\\\\d+/\"+id+\"[_-]\\\\d+[^\\\\d]*|\"+id+\"[_-][a-z_-]*1[^\\\\d]*)$]:not(:matches(阅读|\"+bs+\"))\")}}\n\nif(ys.size()){\nif((re=ys.select(\"[href~=(/|^)[^.]+$]\")).size())ys=re;\nre=String(ys.first().attr(\"href\"));\n\nfor(x=1;x<ys.size();x++)if((xs=String(ys.get(x).attr(\"href\"))).length>re.length)re=xs;\n\nif(/(?:[2-9]\\d*|1\\d+)[^\\d]*$/.test(re)){\nif(!zt&&(q=re.match(/^(.*[^/])?[&?/].*(?:catalog(ue)?|contents|(?:show)?chapters?|mulu|ml|more|all|list|page)(?:[=_-][a-z]*)?\\d+[^\\d]*$/i))&&v==(q[1]||'').replace(/^http....[^/?]+/,''))zt=true;\nif(zt)re=re.replace(/\\d+(?=[^\\d]*$)/,\"☯1\")}\n\n}}}\n\nre=String(!re?baseUrl:(java.put(\"基\",baseUrl),/^\\/[^/]/.test(re)?b+re:/^https?:/.test(re)?re:/^\\/\\//.test(re)?b.split('//')[0]+re:String(baseUrl).replace(/[^/]*$/,'')+re))}else re=baseUrl;\n\nr=re.replace(/(?:[☯?&/_-][^\\d?/&_-]*[01])+[^\\d]*$/,\"\");\njava.put(\"ba\",r);\nre=re.replace(\"☯\",\"\")}else re=baseUrl;\n\njava.get(\"跳\")==1||re==baseUrl&&/,/.test(book.bookUrl)?re+',{\"webView\":true}':re",
      "wordCount": "@get:{s}"
    },
    "ruleContent": {
      "content": "@js:dt=lr='';c=1;动=java.get(\"动\");\nif(动!=''&&!~baseUrl.indexOf(\",\")){\nresult=String(java.ajax(baseUrl+动))\n}else if(java.get(\"静\")==动)c=dt=2;\n\nr=org.jsoup.Jsoup.parse(r1=result.replace(/&nbsp;/g,' '));\n查=i=java.get(\"序\");\n\nif(java.get(\"文\")==1){for(;c;c--){\nd=[\"img[data-src],img[src~=[^a-z]cid[^a-z]]\"\n,\"img:not([src~=(?i)^$|^javascript:|\\\\.gif|\\\\.png|[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,\"img[src~=(?i)\\\\.png]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,'img[src~=(?i)\\\\.gif]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])'];\n\nif(!(查!=\"\"&&(查!=-1&&((lr=r.select(d[查])).size(),true)))){\n$=it=>(lr=r.select(it)).size();\nif($(d[i=0])||$(d[i=1])||$(d[i=2])||false)break;\n\nif(c==2){dt=1;\nr=org.jsoup.Jsoup.parse(java.ajax(baseUrl+',{\"webView\":true}'))\n}else i=$(d[3])?3:-1}}\nif(i==0)lr=String(lr).replace(/(?:src=['\"][^'\"]+['\"] +)?data-/g,'');\nif(查==\"\")book.putVariable(\"序\",i);\n\n}else{\nsc=java.get(\"文\")==2?\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br)),a>*,:has(a):not(:matchesOwn([\\\\S\\\\s]{50,}),:has(:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(br,a,:matchesOwn([\\\\s\\\\S]{50})),:not(br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)),:has(p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))'\n:\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br,img:not([src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg]))),img[src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg],a:not(:matches(^$)>img)>*,:has(a):not(img,:matchesOwn([\\\\S\\\\s]{50,}),:has(img,:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(img,br,a,:has(img),:matchesOwn([\\\\s\\\\S]{50})),:not(img,br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,img,div:matchesOwn(，|。)+div:matchesOwn(，|。)),:has(img,p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))';\n\nd=[\":matchesOwn(\\\\S):has(br):has(:matchesOwn(\\\\S):has(br))\"\n,\":matchesOwn(\\\\S):has(br)\"\n,\":has(>:matchesOwn(\\\\S):not(:has(*))+:matchesOwn(\\\\S):not(:has(*)))\"\n,\":has(>:has(>p:only-child:matchesOwn(\\\\S):not(:has(*)))+:has(>p:only-child:matchesOwn(\\\\S):not(:has(*))))\"\n,\"img\"\n,\":matchesOwn(\\\\S)\"];\n\ntry{for(查=i!=''?i:java.get(\"元\");c;c--){\n\nif(!(c>1&&(String(r.text()).length<400||r.select(':matchesOwn(内容未加载完成|关闭(阅读|小说)模式)').size()))){\nr.select(sc).remove();\n\nif(!(查!=\"\"&&(lr=r.select(i?d[i==6?5:i]:查)).size()))for(i=0;i<6&&(lr=r.select(d[i]),i==4&&c==1?!lr.size():String(lr.text()).length<200);i++);\nif(c<2||i<6)break;}\n\nr=org.jsoup.Jsoup.parse(r2=String(java.ajax(baseUrl+',{\"webView\":true}')).replace(/(<[a-z]+)&nbsp;/g,'$1 '));\ndt=r1.length==r2.length?2:1}\n\nfor(c=lr.first(),v=1;v<lr.size();v++)if(lr.get(v).parents().contains(c)){\nlr.remove(v);\nv--}else c=lr.get(v);\n\nlr=String((c=lr.size()==2&&i<4)?String(lr.first().text()).length>String(lr.get(1).text()).length?lr.first():lr.get(1):(c=lr.size()==1)?lr.first():lr);\n\nif(查==\"\"){\nif(c&&(查=lr.match(/<([a-z]+) ([^>]+)>/))&&(查[2]=查[2].match(/(?:id|class|style)=(?:\"[^\"]+\"|'[^']+')|[^= ]+(?==\"[^\"]+\"|'[^']+')/g))){\nbook.putVariable(\"元\",查[1]+'['+查[2].join('][')+']')\n}else book.putVariable(\"序\",i)}\n\nlr=lr.replace(/<([a-z]+)[^>]*\"-\\d+\"[^>]*>[^<]+<\\/\\1>|[^<>]*<a[^<]+<\\/a>[^<]*|&lt[; ]?\\/?[a-z]+(?= |\\/?&gt)(?:[ a-z=-]+|\"[^\"]+\"|'[^']+')*\\/?&gt[; ]?|[☯📑⚙️🌕︴]/g,\"\").replace(/\\s+(?:\\s|(?:(?:(?:n?b)?s)?p)?;)/g,\"　　\");\n\nif(java.get(\"原\")!=1)lr=(!lr.indexOf(\"　　\")?lr.replace(/>(?!　　|\\s*(?:(?:(?:n?b)?s)?p)?;)\\s*(?=[^\\s<>])/g,\">︴\"):lr)\n.replace(/((?:[〖【『「（《〈〔［\\[(][^〖【『「（《〈〔［\\[()］〕〉》）」』】〗\\]]*[)］〕〉》）」』】〗\\]]\\s*)*(?:第?\\s*[一二三四五六七八九十百千万〇零0-9]+\\s*[章节回話话：:.．,，、]*\\s*)?{{\nn=(t=title.match(/\\S+$/)[0].replace(/[*$|?+\\\\\\^\\[\\](){}/]/g,\".?\")).replace(/^(正文[^\\u4e00-\\u9fa5A-Za-z]*|第?[一二三四五六七八九十百千万〇零0-9]+[章节回話话\\s：:.．,，、]*)+/,\"\"),n!=t&&/\\S/.test(n)?\"(?:第?\\\\s*[一二三四五六七八九十百千万〇零0-9]+\\\\s*[章节回話话：:.．,，、]*\\\\s*\"+n+\"|\"+t+\")\":t\n}}(?:\\s*[〖【『「（《〈〔［\\[(][^〖【『「（《〈〔［\\[()］〕〉》）」』】〗\\]]*[)］〕〉》）」』】〗\\]])*)/g,\"⚙️$1⚙️\")+\"📑\"\n\n}catch(e){}}\nif(dt)book.putVariable(dt==1?\"动\":\"静\",',{\"webView\":true}');lr",
      "imageStyle": "FULL",
      "nextContentUrl": "@js:if((r=java.getStringList((nx=java.get(\"next\"))+\"a:matches(第二[頁页]|下[一\\\\s]*[頁页]):not([href~=^javascript:|^#])@href||a:matches(下[一\\\\s]*[篇章回节節话話]):not([href~=^javascript:|^#])@href||a[href~=[_-]\\\\d+(/|\\\\.[a-z]+)?$]:has(i,img):not(:matches(\\\\S),[href~=^javascript:|^#])@href\")).size()){\nif(~String(book.tocUrl+(nextChapterUrl||'')).indexOf(r=String(r.get(r.size()-1)))||~r.indexOf(nextChapterUrl||String(book.tocUrl).replace(/.+(?=_\\d+\\/$)/,'')))r=null\n}else r=null;\nif(r){if(nx!='')chapter.putVariable(\"next\",(n=r.replace(/\\d+(?=[^\\d]*$)/,it=>+it+1))==r?'':'a[href=\"'+n+'\"]@href||');\nr+java.get(\"动\")}",
      "replaceRegex": "@js:if(java.get(\"原\")==1){result}else{\nresult=result.replace(/⚙️([^\\u4e00-\\u9fa5⚙️]+|[零〇一二三四五六七八九十百千万\\s]+|(?!第[零〇一二三四五六七八九十])[\\u4e00-\\u9fa5]+)⚙️/g,'$1').split('📑');\nl=result.length-1;\nwhile(l)if(r=result[--l].match(/^(\\n+(?:[^\\n]{1,30}\\n+){1,3})([\\S\\s]+)$/))result[l]=r[1]+r[2].replace(/⚙️/g,'');\nresult.join('📑')\n.replace(/—/g,\"─\")\n.replace(/[·۰•・]/g,\"・\")\n.replace(/\\s*(?:︴[^\\n　]+\\s+)*📑\\s*|^\\s*(︴[^\\n　]+\\s+)*|\\s*(?:　　|\\n)(?:[\\s&#a-zA-Z0-9]*;)?[\\s　?]*/g,\"☯\")\n.replace(/(?:︴[^☯]*☯)+(?=︴)|☯(?:温馨|[^a-zA-Z0-9\\u4e00-\\u9fa5☯]+)提示.?[:：][^☯]+|☯[^☯]+字体不会安装.?请百度[^☯]+|☯.{0,2}正版订阅在阅文旗下的起点和QQ书城，可以第一时间看到最新章节.{0,2}(?=☯)|︴\\s*第?[〖【『「（《〈〔［｛\\[{(][^☯]+(?=☯)|☯第\\s*[（(][^（()）]+[)）][頁页](?=☯)|[^☯]*(?:关注|[微vVＶｖ][^\\u4e00-\\u9fa5A-Za-z0-9]*[信xXｘＸ]|公[^\\u4e00-\\u9fa5]*众[^\\u4e00-\\u9fa5]*号){2,}[^☯]*|(?:&#?[a-z0-9]*;?)+(?=;|☯);*|read[sx][；;?？]+/g,\"\")\n.replace(/\\s+/g,\" \")\n.replace(/☯[ ☯]*/g,\"\\n\")\n.replace(/(\\n[〖【『「（《〈〔［｛\\[{(]?)([pPＰｐ][SsｓＳ]+(?=[ ：:;；，,、。.─\\d\\u4e00-\\u9fa5])[^\\n]+)/g,\"$1🌕$2\")\n.replace(/\\[\\[\\[[^\\[\\]]+http:file2.qidian.comchapters(.{5,6})(..)([^\\[\\]]{35})\\]\\]\\]/g,'<img src=\"http://file2.qidian.com/chapters/$1/$2/$3\">')\n.replace(/(<img )[^>]*(src=\"[^\"]+\")[^>]*(>)|((?: ?[＋+－-]?[0-9０-９]+(?:[．.／/][0-9０-９]+)?[％%:：]?[a-zA-Z]*)+ ?|[ _＿－-]?[a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９]+)/g,\"$1$2$3☯$4☯\")\n.replace(/☯[・。](?=☯)/g,\"☯.\")\n.replace(/,\\n/g,\"，\")\n.replace(/!(?=\\n)/g,\"！\")\n.replace(/\\?(?=\\n)/g,\"？\")\n.replace(/(<[^<]+)☯☯/g,\"⚙️$1⚙️\\n\")\n.replace(/(?:\\n[^āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─🌕︴\\n]+|([。？！…”』」】〗])[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─☯︴\\n]+[\\u4e00-\\u9fa5]+)?[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─⚙️☯︴\\n]+(?=\\n)|[^☯!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛｝］〕〉）＞’”》」』】〗]*☯([a-zA-ZＡ-Ｚａ-ｚ]*[āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ][a-zA-ZＡ-Ｚａ-ｚ]*)☯[^☯!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛｝］〕〉）＞’”》」』】〗]*/g,\"$1$2\")\n.replace(/[^!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜<（〈〔［｛({\\[\\]})｝］〕〉）>＞’”》」』】〗︴🌕]*(?:☯[^.．!(),\\n\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗⚙️]+|([^☯!(),\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘<＜（〈〔［｛({\\[\\]})｝］〕〉）＞>’”》」』】〗⚙️])(?!\\1)|☯(?=[^☯!(),\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗][!(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗])|[〖【『「（《〈〔［｛\\[{(][^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[)｝］〕〉》）」』】〗\\]}]){4,}|[^；;％%～~?？!！\"'”’。…─\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[〖【『「（《〈〔［｛\\[{(][^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[)｝］〕〉》）」』】〗\\]}](?:[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+(?=[)｝］〕〉》）」』】〗\\]}]))?/g,\"📑\")\n.replace(/([；;％%～~?？!！\"'”’。…─])📑(?=[)｝］〕〉》）」』】〗\\]}])/g,'$1')\n.replace(/(?:([\\n。？！])[^\\n。？！]{1,10})?[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*(?:☯[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]☯|📑|🌕)[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[｝］〕〉》）」』】〗\\]})](?:[^。]{0,5}(?:[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*(?:☯[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]☯|📑)[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[｝］〕〉》）」』】〗\\]})]|[^📑!,()\\s\\u4e00-\\u9fa5、，：；？！。…─‘’“”（）《》〖〗【】]+))*(?:(?:[^\\n]{1,10}|(?:[\\u4e00-\\u9fa5]{0,5}[，、])*[\\u4e00-\\u9fa5]+[！。]?)(?=\\n))?/g,\"$1\")\n.replace(/((?:[请請][记記]住)?[^⚙️🌕📑︴*\\n(),\\u4e00-\\u9fa5、，：；？！。…─「」‘’“”（）《》〖〗【】]*(?:(?:[^⚙️🌕📑︴*\\n(),\\u4e00-\\u9fa5、：，；？！。…─「」‘’“”（）《》〖〗【】]+[*(), \\u4e00-\\u9fa5、，:：；？！。…─「」‘’“”（）《》〖〗【】]{1,3})*[^*︴📑☯⚙️🌕\\s&;(),āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜa-zA-ZＡ-Ｚａ-ｚ0-9０-９\\u4e00-\\u9fa5、,，:：;；?？!！。…～~─'\"‘’“”【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}％%・/／＝=_＿.．＋+－-]+(?!(?:[^>]+>)?⚙️)|☯[^☯\\n]+☯\\.☯[^☯\\n]+☯|本[文书](?:首发|来自)|(?:章节不完整.?|完整章节)?请.{2,6}(?:搜索|百度|引擎|关键[词字])+|(?:[阅閱][讀读]|访问|訪問|[網网地][站址]|链接|鏈接|[\\u4e00-\\u9fa50-9a-zA-Z]{0,4}(?:文学|中文|[網网]))+[:：]|[\\u4e00-\\u9fa50-9a-zA-Z]{0,6}(?:[網网地][站址]|链接|鏈接)为|.{2,4}文[学學][網网]|[请請].{2,4}收藏(?:.{0,2}推[荐薦])?|(?:天才)一秒[記记]住|，?請?訪問|(?:[更最][快新]|[快高]速|热门|(?:[阅閱][讀读])?完整|本|(?:官[網网]|本站).{0,2})(?:章[節节]|小说|更新|[網网地][址站][:：]?|快速)|更新(?:速度)?[最更]?快|(?:(?:无错)?小说|正版|免费|全[文本]|在线|访问|訪問|txt|TXT|继续|各种|推[荐薦]|收藏|分享|交流|你?喜欢的)+(?:全文|免费|在线|[阅閱]?[讀读]|下载|章[節节]|小说|好书)|章[節节](?:目录|列表)|小说[網网](?:更新)?|手打全文|[纯全](?:手打|文字)|手机看书|手机版|笔趣阁|(?:本站|[網网]站|站内|看)?无(?:任何)?(?:广告|弹窗|防盗)(?:章节)?|不弹窗|(?:(?:請|请|或者?)?(?:訪問|访问|[電电手][腦脑机機]|[網网][址站]|用[户戶]|浏览|瀏覽|閱讀|阅读|看小说|看漫画)){2,}|看小说|看漫画|(?:用[^\\n]{2,6})?(?:[追看]书|小说)(?:就用|软件|☯[^☯]+☯)，?|用[^\\n]{2,6}[追看]书|(?:..的)?(?:最佳选择|阅读体验)|(?:推[荐薦]|收藏|分享)(?:本站|我们)|小说..版|文章质量更好|谢谢各位(?:读者|书友)支持|水印广告测试|本章未完|请翻页|点击下一页|领.{0,2}红包|同步更新《[^《》]+》|关注[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+[)｝］〕〉》）」』】〗\\]}])(?:[* (),\\u4e00-\\u9fa5、，：；？！。…─‘’“”（）《》〖〗【】]{0,3}[^⚙️📑*\\n(),\\u4e00-\\u9fa5、，：；？！。…─「」‘’“”（）《》〖〗【】]+|[….。!！]+(?=\\n))*|⚙️(?!<)[^⚙️\\n]+⚙️)/g,\"\\n⚙️$1⚙️\\n\")\n.replace(/⚙️(<[^<>]+>)⚙️\\n|[〖【『「（《〈〔［｛\\[{(](?:[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]{0,3}\\n⚙️(?!\\s*\\S\\s*⚙️).+⚙️\\n*)+[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]{0,3}[)｝］〕〉》）」』】〗\\]}]|(🌕)\\s*⚙️|⚙️\\n[^\\u4e00-\\u9fa5]{0,5}\\n⚙️|\\n⚙️\\s*(\\S)\\s*⚙️\\n(?![^⚙️]{1,3}⚙️)|(⚙️\\n)|([，、；])[\\s,，。、…:：;；?？!！`’]*[,，。、…:：;；?？!！`’](?!⚙️)|\\n[\\s,，。、…:：;；?？!！`’]*(?=[,，。、:：;；?？!！])|([：？！。…─])(?:[^⚙️☯a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n…─“‘’”〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+(?=\\n)|[^⚙️☯a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n…─“‘’”〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+)|☯/g,\"$1$2$3$4$5$6\")\n.replace(/([)）？！?!…」』”\\s。])(?:[^\\n（(🌕)）”』」’。]{0,5}(?:(?:\\n⚙️.+⚙️\\n|[^（()）\\n”』」。]{0,5}📑)[^（()）\\n。]{0,5}(?:\\n⚙️.+⚙️(?:\\n(?=\\n⚙️|[^（()）\\n]{1,5}\\n))?|[^（()）\\n。]{0,5}📑(?:[^📑]{1,5}(?=\\n⚙️))?)+(?:[^（()）\\n]{1,5}(?=\\n))?|(?:(?:(?:\\n⚙️.+⚙️\\n|[^（()）\\n。]{0,5}📑)[^（()）\\n]{0,5}){2,}|[^（(🌕)）”』」’\\n。]{0,5}(?:(?:請|关键[词字]|[電电手][腦機]|用戶|瀏覽|[阅閱]讀|推[薦荐]|收藏|分享|文章质量|谢谢(各位|支持|大家)|水印|翻页|点击|下[一\\s]*[页頁篇章回节節话話]|免费|热门|官网|正版|在线|同步|下载|文学|中文|章节|[本网][站址]|站内|小说|更新|无错|[本全][文本章]|首发|广个?告|弹窗|防盗|访问|訪問|txt|TXT|读者|书友|百度|[插说]一?[下句]话?，[\\u4e00-\\u9fa5]{0,5})[^（()）\\n]{0,5})*(?:📑|\\n⚙️[^\\n]+⚙️\\n)[^（()）\\n]{0,5}(?:(?:請|关键[词字]|[電电手][腦機]|用戶|瀏覽|[阅閱]讀|推[薦荐]|收藏|分享|文章质量|谢谢(各位|支持|大家)|水印|翻页|点击|下[一\\s]*[页頁篇章回节節话話]|免费|热门|官网|正版|在线|下载|同步|文学|中文|章节|[本网][站址]|站内|小说|更新|无错|[本全][文本章]|首发|广个?告|弹窗|防盗|访问|訪問|txt|TXT|读者|书友|百度)[^（()）\\n]{0,5})*|[^（(🌕)）\\n”』」’。]{0,3}\\n⚙️.+⚙️\\n[^（()）\\n。]{0,3})(?:[\\u4e00-\\u9fa5]+[！。]?|[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n]+)?(?=\\n)))+|\\n⚙️[^\\u4e00-\\u9fa5]+⚙️\\n|📑|\\s*︴\\s*|\\n?⚙️\\n?|\\n[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n]{2,}\\n[^🌕a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n“《‘【〖『「]*/g,\"$1\")\n.replace(/(?:(?:\\n🌕[^\\n]*)+(?:\\n+[^\\n]+){0,4}|\\n(?:[(（{｛][^(（<{｛｝}>）)]*(?:(?:[(（{｛][^(（<{｛｝}>）)]*[）)｝}])[^(（<{｛｝}>）)]*)*[）)｝}]?\\s*)+|[^\\n]*起点(?:原创|中文)[^\\n]*|[〖【『「（《〈〔［｛\\[{(]?未完待续[^\\n]*)[^\\u4e00-\\u9fa5<>]*$|^\\s*(?:(?:[^\\n]+\\n+){0,4}(?:🌕[^\\n]*\\n?)+|(?:[(（{｛][^(（<{｛｝}>）)]*(?:(?:[(（{｛][^(（<{｛｝}>）)]*[）)｝}])[^(（<{｛｝}>）)]*)*[）)｝}]?\\s*)+|，[^\\n]+)\\n|(?:^|\\n)[^a-z0-9A-Z\\u4e00-\\u9fa5]*(?=\\n)|🌕|\\n\\s*[a-zA-Z]+\\s*$/g,\"\")}",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "bookList": "",
      "bookUrl": ""
    },
    "ruleSearch": {
      "author": "class.book-meta-l.0@text",
      "bookList": "class.book-li",
      "bookUrl": "class.book-li@a@href",
      "checkKeyWord": "极致心瘾",
      "coverUrl": "img@src",
      "intro": "class.book-desc@text",
      "kind": "class.tag-small-group origin-right@text",
      "name": "class.book-title@text",
      "wordCount": "class.tag-small-group origin-right@em.-1@text"
    },
    "ruleToc": {
      "chapterList": "@js:if(java.get(\"单\")==''){\nsrc=org.jsoup.Jsoup.parse(src);\n\nif((result=java.get(\"录\"))==\"\"){if(页=(result=src.select('a[href~=\\\\S]:matches(下[一\\\\s]*[页頁]|下[一二三四五六七八九十百千万〇零0-9]{2,}章):not([href~=^#|javascript:])')).size())result=result.first().attr('href')\n}else{网=String(result).split(\"🌕\");\nfor(i=3,页=+网[0],result=网[1]+2+网[3];i<=页;i++)result+='\\n'+网[1]+i+网[3];\nresult=String(result)}\n\nif(页)java.put(\"页\",/,/.test(book.tocUrl)?result.split('\\n').join(',{\"webView\":true}\\n')+',{\"webView\":true}':result);\n\n嗅=()=>String(src).match(/[\\[(]([\"'])<[a-z]+[ >][^\\[\\]()]+<\\/a>(?:[^\\[\\],()]*<\\/[a-z]+>)?\\1[\\])]/);\n转=it=>it.replace(/\\\\[Uu]([0-9a-zA-Z]{4})/g,(_,it)=>String.fromCharCode(parseInt('0x'+it)));\n兜=()=>src.select(':matchesOwn(^$|[0-9〇一二三四五六七八九十])>a:matches(\\\\S):not(:has(*>*>:not(span)),[href~=(?i)passport|\\\\.aspx$|\\\\.php$|^https://[^/]+(/|index\\\\.[a-z]+)?$|(^|[^/])[?/].*((book|[^a-z])(info|case|page|reg|Game|Play)[^a-z]|buy[^a-z]|SystemInfo|hot|sort|desc|asc|top|coins|nutrition|review|ticket|update|(app|author|xiazai|down)(?!=))|/list\\\\d*([/_-][^/_-]+/?)?$|\\\\d+_\\\\d+_\\\\d+|target=iframe|https%],:matches((?i)^((点击|软件|应用|安装|客户|移动|手机|电脑|安卓|苹果|下载|阅读|pc|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub)[\\\\s.端版]*(?=$|点击|软件|应用|安装|客户|移动|手机|电脑|安卓|苹果|下载|阅读|pc|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub)|[A-Za-z0-9\\\\u4e00-\\\\u9fa5]?返回.*(简介|书页|目录)[A-Za-z0-9\\\\u4e00-\\\\u9fa5]?|[<>-]+|\\\\d+-\\\\d+章|书页|目录|简介|[上下首尾]([一\\\\s]*[页頁]|[\\\\s\\\\d零〇一二三四五六七八九十百]*章)|[↑\\\\[]?[倒正反逆顺順]序[↓\\\\]]?)$))');\n\nif((zt=java.get(\"嗅\"))!=''){\nif(zt>0&&(嗅=嗅())){\nsrc=嗅[0];\nif(zt==2)src=转(src);\nsrc=org.jsoup.Jsoup.parse(src)}\nsrc.select(java.get(\"除\")).remove();\nif(java.get(\"兜\")==1)src=兜();\nsrc=src.select(java.get(\"查\"))\n\nif(!页){for(首=String(java.get(\"首\")).split('\\n'),ss=src.size(),i=0;i<ss;i++)if(首[i]!=src.get(i)){\nif(i>1)src.subList(1,i).clear();break;}}\n\n}else{\nbook.putVariable(\"除\",除=\"meta,link,a:has(img),\"+((zt=java.get(\"全\")!=1)?\"a[href$=\"+String(book.tocUrl).replace(/,\\{\"webView\":true\\}|^.{8}[^/]*/g,'')+\"],\":\"\")+(基=String(java.get(\"基\")),基==''?'':\"a[href$=\"+基.replace(/^.{8}[^/]*/,'')+\"],\")+\"a[href~=javascript:|#|[a-z]+[A-Z][a-z]+Id[=_-]|[^/][/?&]sub[A-Z]|action=list],a:matches(^$|最新章节$|^[^\\\\u4e00-\\\\u9fa5A-Z0-9]*(正文|.{0,2}书架|(免费|在线|开始|立即|全文|从头|点击|正文)+[试阅]读|[^\\\\s\\\\d外内楔前后卷篇章]*(更新调整|[两一二三四五六七八九十]+连更|作者[:：给要有]|双倍月票|感言|推书|推[a-z0-9A-Z_\\\\u4e00-\\\\u9fa5-]+书|[求个请投点下张](月?票|收藏|订阅|推荐)|(感谢|作者)[^\\\\s]*(读者|书友|大家|各位)|[书点]评[^\\\\s]*活动|[没有空]更新|没时间更新|请个?假|关于本书|关于更新|打赏名单|起点活动)[^\\\\s]*)[^\\\\u4e00-\\\\u9fa5A-Z0-9]*$)\");\n\nbook.putVariable(\"嗅\",(基=嗅())?(src=org.jsoup.Jsoup.parse((zt=/\\\\[Uu]([0-9a-zA-Z]{4})/.test(基=基[0]))?转(基):基),zt)?2:1:0);\nsrc.select(除).remove();\n\nif(zt=java.get(\"全\")!=1){\n找=ll=null;\n$=it=>(qc=ll,查=找,ll=src.select(找=it)).size()>14&&(查=it,src=re=ll);\n\nif(!(((ck=java.get(\"ck\"))!=\"\"&&$(\"[href~=\"+ck+\"(?!index(/|\\.[a-z]+)?$)[^.?/_-][^&/_-]*/?$|/[vV][iI][pP][_-]?([Rr]ead|[Cc]hapter|action=article)|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&]*$]\"))||$(\"[href~=^[a-z0-9]+(/|\\\\.[^./]+)?$]\"))){\nif(qc&&qc.size()>ll.size())找=查,ll=qc;\n\n$=it=>(re=src.select(it)).size()&&(查=it,src=re);\n\nif(!($(\"[data-cid]\")||$(\"[href~=(?i)(^|[/_-])(chapter|read)+([_-]?id)?/[^/_-]+[/_-][^/_-]+]\")||$(\"[href~=(?i)(^|[&?/_-](book|novel|comic|manhua|mh?)?)(chapter|read)+([_-]?id)?[?/=]]\")||$(\"[href~=(?i)[&?/_-]cid[&?/_=-]]\")||$(\"[data-href]\"))){\nsrc=兜();\nbook.putVariable(\"兜\",1);\n\nba=(ba=String(java.get(\"ba\"))).match(/(\\?(?:[^=]+=)+)(.+)$/)||ba.match(/(?:[^/_-][/_-]([^/._-]+))?[/_-]([^/._-]+)(?:\\/|\\/index[^/]*|\\.[^/.]+)?$/);\n\nif(xi=(id=ba[2]).match(/\\?[^=]+=([^&]+)/)||id.match(/^[^\\d%]*(\\d{2,}|[1-9])$/)||ba[1]&&ba[1].match(/^[^\\d%]*(\\d{2,})$/))id=xi[1];\n\n$(\"[href~=([^\\\\d]|^)\"+id+\"[/_&-][^\\\\d]*\\\\d+]:not([href~=\"+id+\"[^\\\\d]*$]),[href~=/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[a-zA-Z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?]*$|([^\\\\d]|^)\"+id+\"[/_&-][^\\\\d]*\"+id+\"(/|\\\\.[^.]+|&.+)?$]\")||$(\"[title]\")||$(\"[href~=/view/\\\\d+\\\\.[a-zA-Z]+$]\")}\nif(re.size()<ll.size())查=找,src=ll}}\n\nif(!(zt&&re.size()))src=src.select('a'),查='a';\nif(查)book.putVariable(\"查\",查);\nif(页)java.put(\"首\",src)}\n\nsrc}else if((list=java.get(\"单\"))!=1){\n\nif((网=String(list).split(\"🌕\")).length>1){\nfor(i=+网[2],x=+网[0],j=2,list=\"<a href='\"+baseUrl+\"'>正文1</a>\";i<=x;i++,j++)list+=\"<a href='\"+网[1]+i+网[3]+\"'>正文\"+j+\"</a>\"}\n\norg.jsoup.Jsoup.parse(list).select('a')\n\n}else org.jsoup.Jsoup.parse(\"<a href='\"+baseUrl+\"'>正文</a>\").select('a')",
      "chapterName": "text",
      "chapterUrl": "href@js:chapter.putVariable(\"next\",'a[href~=(?:^|[?/])'+(r=result.trim().replace(/([*$|?+(){}\\[\\]\\^\\\\])/g,'\\\\$1')).match(/[^?/=.]+(?:=(?![01]$)[^=]+)*(?=\\/*$|\\.[^?/.]+$|=[01]$)/)[0]+'[=/_-]2(?:\\\\/|\\\\.[^?/.]+)? *$]@href||a[href~=(?:^|[?/])'+r.replace(/\\d+(?=[^\\d]*$)/,it=>+it+1)+' *$]@href||');result+java.get(\"动\")",
      "isVip": "",
      "nextTocUrl": "@js:java.get(\"页\")",
      "updateTime": ""
    },
    "searchUrl": "https://m.xs8.cn/so/{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "武道文学",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.22pq.com",
    "customButton": false,
    "customOrder": 240,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/class/1_{{page}}.html\n武侠::/class/2_{{page}}.html\n都市::/class/3_{{page}}.html\n历史::/class/4_{{page}}.html\n网游::/class/5_{{page}}.html\n科幻::/class/6_{{page}}.html\n灵异::/class/7_{{page}}.html\n其他::/class/8_{{page}}.html",
    "lastUpdateTime": 1733236714602,
    "respondTime": 2936,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "##id=\"wrap\">([^<]*)<##$1###",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "[property=\"og:novel:read_url\"]@content"
    },
    "ruleContent": {
      "content": "id.content@html##最快更新.*|请访问.*|阅读.*最新章节.*|\\(www.22pq.com\\)",
      "imageStyle": "0",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": "tag.td.2@text",
      "bookList": "tag.tbody@tag.tr!0",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.22pq.com/files/article/image/$2/$1/$1s.jpg###",
      "kind": "tag.td.3@text&&tag.td.4@text",
      "lastChapter": "tag.td.1@text",
      "name": "tag.td.0@text##\\【|\\】"
    },
    "ruleSearch": {
      "author": "tag.font.2@text",
      "bookList": "class.info",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@data-original",
      "kind": "tag.font.3@text&&tag.font.4@text&&tag.font.5@text",
      "lastChapter": "tag.font.1@text",
      "name": "tag.font.0@text"
    },
    "ruleToc": {
      "chapterList": "+@js:org.jsoup.Jsoup.parse(result).select(' #newlist a').toArray().sort().map(x=>({n:x.text(),u:x.attr('href')}))",
      "chapterName": "n",
      "chapterUrl": "u"
    },
    "searchUrl": "/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "漫画",
    "bookSourceName": "酷看漫画（优+）",
    "bookSourceType": 2,
    "bookSourceUrl": "https://www.kukk.net#Haxc1107",
    "customButton": false,
    "customOrder": 241,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "连载::/booklist/?end=0&page={{page}}\n完结::/booklist?end=1&page={{page}}\n更新::/update?page={{page}}\n﻿恋爱::/booklist?page={{page}}&tag=恋爱\n少年::/booklist?page={{page}}&tag=少年\n古风::/booklist?page={{page}}&tag=古风\n奇幻::/booklist?page={{page}}&tag=奇幻\n搞笑::/booklist?page={{page}}&tag=搞笑\n校园::/booklist?page={{page}}&tag=校园\n都市::/booklist?page={{page}}&tag=都市\n治愈::/booklist?page={{page}}&tag=治愈\n悬疑::/booklist?page={{page}}&tag=悬疑\n励志::/booklist?page={{page}}&tag=励志\n热血::/booklist?page={{page}}&tag=热血\n冒险::/booklist?page={{page}}&tag=冒险\n后宫::/booklist?page={{page}}&tag=后宫\n穿越::/booklist?page={{page}}&tag=穿越\n百合::/booklist?page={{page}}&tag=百合\n推理::/booklist?page={{page}}&tag=推理\n萌系::/booklist?page={{page}}&tag=萌系\n职场::/booklist?page={{page}}&tag=职场\n魔幻::/booklist?page={{page}}&tag=魔幻\n生活::/booklist?page={{page}}&tag=生活\n科幻::/booklist?page={{page}}&tag=科幻\n机战::/booklist?page={{page}}&tag=机战\n战争::/booklist?page={{page}}&tag=战争\n美食::/booklist?page={{page}}&tag=美食\n轻小说::/booklist?page={{page}}&tag=轻小说",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 8.1.0; JKM-AL00b Build/HUAWEIJKM-AL00b; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 MQQBrowser/6.2 TBS/044807 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 1758567465560,
    "respondTime": 6746,
    "ruleBookInfo": {
      "author": "class.detail-main-info-author.1@a@text",
      "coverUrl": "tag.img@data-original",
      "intro": "class.detail-desc@text",
      "kind": "class.detail-main-info-class@a@text",
      "lastChapter": "class.detail-list-select@tag.li.-1@tag.a@text",
      "name": "class.normal-top-title@text",
      "wordCount": "class.detail-main-info-author.2@a@text"
    },
    "ruleContent": {
      "content": ".lazy@html##src=.*\\\"@js:result.replace(/data-original/g,\"src\")",
      "imageStyle": "FULL"
    },
    "ruleExplore": {
      "author": "class.book-list-info-bottom-item@text",
      "bookList": "class.manga-list-2@li",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.img@data-original",
      "intro": "class.book-list-info-des@text",
      "kind": "tag.span.1@text",
      "lastChapter": "tag.p.1@text",
      "name": "tag.a.1@text"
    },
    "ruleSearch": {
      "bookList": "class.book-list@li",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.img@data-original",
      "intro": "tag.p.1@text",
      "name": "tag.p.0@text"
    },
    "ruleToc": {
      "chapterList": "#detail-list-select a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.kukk.net/search,{\n\"charset\": \"\",\n\"method\": \"POST\",\n\"body\": \"keyword={{key}}\"\n}",
    "weight": 75
  },
  {
    "bookSourceComment": "作者🍟",
    "bookSourceGroup": "漫画",
    "bookSourceName": "包子漫画（优+）",
    "bookSourceType": 2,
    "bookSourceUrl": "https://cn.bzmanga.com",
    "customButton": false,
    "customOrder": 242,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "最新上架::/list/new\n全部::/classify\n国漫::/classify?region=cn&page={{page}}\n中国::/classify?region=cn&page={{page}}\n日本::/classify?region=jp&page={{page}}\n欧美::/classify?region=en&page={{page}}\n连载中::/classify?state=serial&page={{page}}\n已完结::/classify?state=pub&page={{page}}\n都市::/classify?type=dushi&page={{page}}\n冒险::/classify?type=mouxian&page={{page}}\n热血::/classify?type=rexie&page={{page}}\n爱情::/classify?type=aiqing&page={{page}}\n恋爱::/classify?type=lianai&page={{page}}\n耽美::/classify?type=danmei&page={{page}}\n武侠::/classify?type=wuxia&page={{page}}\n格斗::/classify?type=gedou&page={{page}}\n科幻::/classify?type=kehuan&page={{page}}\n魔幻::/classify?type=mohuan&page={{page}}\n侦探::/classify?type=zhentan&page={{page}}\n推理::/classify?type=tuili&page={{page}}\n玄幻::/classify?type=xuanhuan&page={{page}}\n日常::/classify?type=richang&page={{page}}\n生活::/classify?type=shenghuo&page={{page}}\n搞笑::/classify?type=gaoxiao&page={{page}}\n校园::/classify?type=xiaoyuan&page={{page}}\n奇幻::/classify?type=qihuan&page={{page}}",
    "lastUpdateTime": 1759430671956,
    "respondTime": 7201,
    "ruleBookInfo": {
      "author": "class.comics-detail__author@text",
      "coverUrl": "tag.amp-img.0@src##.w=.*##",
      "intro": "class.comics-detail__desc@text",
      "kind": "class.tag-list@text## ##,",
      "lastChapter": "class.supporting-text@tag.a@text",
      "name": "class.comics-detail__title@text",
      "tocUrl": "class.comics-chapters@tag.span@href"
    },
    "ruleContent": {
      "content": "class.comic-contain@img@html##cdn##mh",
      "nextContentUrl": "class.next_chapter@text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.tags@text",
      "bookList": "class.comics-card",
      "bookUrl": "tag.a@href",
      "checkKeyWord": "非人哉",
      "coverUrl": "tag.amp-img.0@src##.w=.*##",
      "kind": "class.tabs cls@text",
      "name": "class.comics-card__title@text"
    },
    "ruleToc": {
      "chapterList": "class.pure-g[3,4]@class.comics-chapters__item||class.pure-g.2@class.comics-chapters__item[-1:0]",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href##.*comic_id=(.*?)&.*chapter_slot=(.*)##https://cn.dzmanga.com/comic/chapter/$1/0_$2.html",
      "preUpdateJs": "book.canUpdate=false"
    },
    "searchUrl": "/search?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "九怀小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.jiuhuaiwenxue.com#",
    "customButton": false,
    "customOrder": 243,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"全部\",\"url\":\"/allbook?isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠 \",\"url\":\"/allbook?categoryid=1&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史 \",\"url\":\"/allbook?categoryid=2&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻 \",\"url\":\"/allbook?categoryid=3&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠 \",\"url\":\"/allbook?categoryid=4&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市 \",\"url\":\"/allbook?categoryid=5&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻 \",\"url\":\"/allbook?categoryid=6&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"悬疑 \",\"url\":\"/allbook?categoryid=7&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异 \",\"url\":\"/allbook?categoryid=8&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏 \",\"url\":\"/allbook?categoryid=9&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"纯爱 \",\"url\":\"/allbook?categoryid=10&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"言情 \",\"url\":\"/allbook?categoryid=11&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"二次元 \",\"url\":\"/allbook?categoryid=12&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"出版 \",\"url\":\"/allbook?categoryid=13&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人 \",\"url\":\"/allbook?categoryid=14&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"字数\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"全部\",\"url\":\"/allbook?categoryid=all&isfinish=all&updatetime=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"30万字以下\",\"url\":\"/allbook?categoryid=all&isfinish=all&updatetime=all&characters=1&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"30-50万字\",\"url\":\"/allbook?categoryid=all&isfinish=all&updatetime=all&characters=2&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"50-100万字\",\"url\":\"/allbook?categoryid=all&isfinish=all&updatetime=all&characters=3&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"100-200万字\",\"url\":\"/allbook?categoryid=all&isfinish=all&updatetime=all&characters=4&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"200万字以上\",\"url\":\"/allbook?categoryid=all&isfinish=all&updatetime=all&characters=5&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"状态\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"全部\",\"url\":\"/allbook?categoryid=all&updatetime=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完本\",\"url\":\"/allbook?categoryid=all&isfinish=1&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"连载\",\"url\":\"/allbook?categoryid=all&isfinish=0&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"更新时间\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"全部\",\"url\":\"/allbook?categoryid=all&isfinish=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"三日内\",\"url\":\"/allbook?categoryid=all&isfinish=all&updatetime=1&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"七日内\",\"url\":\"/allbook?categoryid=all&isfinish=all&updatetime=2&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"半月内\",\"url\":\"/allbook?categoryid=all&isfinish=all&updatetime=3&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"一月内\",\"url\":\"/allbook?categoryid=all&isfinish=all&updatetime=4&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}}]",
    "lastUpdateTime": 1732129248501,
    "loginUrl": "https://www.jiuhuaiwenxue.com/login",
    "respondTime": 8867,
    "ruleBookInfo": {
      "author": "class.left.1@text",
      "coverUrl": "class.zuopin-img@img@src",
      "intro": "id.bookIntro@text",
      "kind": "class.tag-box@tag.a@text&&class.other-shuzi@span.2@text",
      "lastChapter": "class.he@span.1@text",
      "name": "h1@text",
      "wordCount": "class.other-shuzi@span.0@text"
    },
    "ruleContent": {
      "content": "#chaptercontent@html||.z-dingyue@html",
      "payAction": "{{baseUrl}}"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.font2@span.0@text",
      "bookList": "class.allbook-item",
      "bookUrl": "a.1@href##$##,{'webView': true}",
      "checkKeyWord": "珍珠",
      "coverUrl": "img@src",
      "intro": "class.font3@text",
      "kind": "class.font2@span.1:2@text&&class.font4@span.1@text",
      "name": "a.1@text",
      "wordCount": "class.font4@span.0@text"
    },
    "ruleToc": {
      "chapterList": "@css:#mulun>.juan,#mulun table tbody tr td",
      "chapterName": "a@text||.juan@text",
      "chapterUrl": "a@href##$##,{'webView': true}",
      "isVip": "span@tag.i@class",
      "isVolume": ".juan@text"
    },
    "searchUrl": "/search?content={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "绾书文学🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://api.wanshu.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 244,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "月点击榜::/novel/libraryList?page={{page}}&pageSize=20&order=mouth_view_count\n总字数榜::/novel/libraryList?page={{page}}&pageSize=20&order=word_num\n最近更新::/novel/libraryList?page={{page}}&pageSize=20&order=update\n都市言情::/novel/libraryList?page={{page}}&pageSize=20&category_id=1\n时空穿越::/novel/libraryList?page={{page}}&pageSize=20&category_id=2\n总裁豪门::/novel/libraryList?page={{page}}&pageSize=20&category_id=3\n玄幻仙侠::/novel/libraryList?page={{page}}&pageSize=20&category_id=4\n浪漫青春::/novel/libraryList?page={{page}}&pageSize=20&category_id=5\n悬疑灵异::/novel/libraryList?page={{page}}&pageSize=20&category_id=6\n都市异能::/novel/libraryList?page={{page}}&pageSize=20&category_id=7",
    "lastUpdateTime": 0,
    "loginUrl": "https://account.wanshu.com/login",
    "respondTime": 2699,
    "ruleBookInfo": {
      "intro": ""
    },
    "ruleContent": {
      "content": "data.content",
      "imageStyle": "0"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "author",
      "bookList": "data",
      "bookUrl": "/novel/chapterList?page=1&pageSize=19999&novel_id={{$.novel_id}}",
      "coverUrl": "cover",
      "intro": "description",
      "kind": "complete_status&&category_name",
      "lastChapter": "latest_chapter_update_time&&latest_chapter##\\h[\\d:]+\\d\\n##▪",
      "name": "name",
      "wordCount": "word_num"
    },
    "ruleToc": {
      "chapterList": "data",
      "chapterName": "name",
      "chapterUrl": "/novel/chapterInfo?novel_chapter_id={{$.id}}",
      "isVip": "¥{{$.is_free}}##¥true",
      "updateTime": ""
    },
    "searchUrl": "/novel/search?pageSize=3&kw={{key}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "漫画",
    "bookSourceName": "酷看漫画（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.kukk.net#♤Haxc",
    "customButton": false,
    "customOrder": 245,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "连载::/booklist/?end=0&page={{page}}\n完结::/booklist?end=1&page={{page}}\n更新::/update?page={{page}}\n﻿恋爱::/booklist?page={{page}}&tag=恋爱\n少年::/booklist?page={{page}}&tag=少年\n古风::/booklist?page={{page}}&tag=古风\n奇幻::/booklist?page={{page}}&tag=奇幻\n搞笑::/booklist?page={{page}}&tag=搞笑\n校园::/booklist?page={{page}}&tag=校园\n都市::/booklist?page={{page}}&tag=都市\n治愈::/booklist?page={{page}}&tag=治愈\n悬疑::/booklist?page={{page}}&tag=悬疑\n励志::/booklist?page={{page}}&tag=励志\n热血::/booklist?page={{page}}&tag=热血\n冒险::/booklist?page={{page}}&tag=冒险\n后宫::/booklist?page={{page}}&tag=后宫\n穿越::/booklist?page={{page}}&tag=穿越\n百合::/booklist?page={{page}}&tag=百合\n推理::/booklist?page={{page}}&tag=推理\n萌系::/booklist?page={{page}}&tag=萌系\n职场::/booklist?page={{page}}&tag=职场\n魔幻::/booklist?page={{page}}&tag=魔幻\n生活::/booklist?page={{page}}&tag=生活\n科幻::/booklist?page={{page}}&tag=科幻\n机战::/booklist?page={{page}}&tag=机战\n战争::/booklist?page={{page}}&tag=战争\n美食::/booklist?page={{page}}&tag=美食\n轻小说::/booklist?page={{page}}&tag=轻小说",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 8.1.0; JKM-AL00b Build/HUAWEIJKM-AL00b; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 MQQBrowser/6.2 TBS/044807 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 1759291995619,
    "respondTime": 4598,
    "ruleBookInfo": {
      "author": "class.detail-main-info-author.1@a@text",
      "coverUrl": "tag.img@data-original",
      "intro": "class.detail-desc@text",
      "kind": "class.detail-main-info-class@a@text",
      "lastChapter": "class.detail-list-select@tag.li.-1@tag.a@text",
      "name": "class.normal-top-title@text",
      "wordCount": "class.detail-main-info-author.2@a@text"
    },
    "ruleContent": {
      "content": ".lazy@html##src=.*\\\"@js:result.replace(/data-original/g,\"src\")",
      "imageStyle": "FULL"
    },
    "ruleExplore": {
      "author": "class.book-list-info-bottom-item@text",
      "bookList": "class.manga-list-2@li",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.img@data-original",
      "intro": "class.book-list-info-des@text",
      "kind": "tag.span.1@text",
      "lastChapter": "tag.p.1@text",
      "name": "tag.a.1@text"
    },
    "ruleSearch": {
      "bookList": "class.book-list@li",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.img@data-original",
      "intro": "tag.p.1@text",
      "name": "tag.p.0@text"
    },
    "ruleToc": {
      "chapterList": "#detail-list-select a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.kukk.net/search,{\n\"charset\": \"\",\n\"method\": \"POST\",\n\"body\": \"keyword={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "开心文学网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.kxwx.org#🎃",
    "customButton": false,
    "customOrder": 246,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 3459,
    "ruleBookInfo": {
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content"
    },
    "ruleContent": {
      "content": ".mainContenr@p@text"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".grid@tr!0",
      "bookUrl": "a.0@href",
      "kind": "td.-1:-2@text",
      "lastChapter": "a.1@text",
      "name": "a.0@text",
      "wordCount": "td.-3@text"
    },
    "ruleToc": {
      "chapterList": ".chapterNum@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search/{{key}}.html",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "长佩文学",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.gongzicp.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 247,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"✾　　　　　　✾ 分类 人气 ✾　　　　　　✾\",\"url\":\"https://webapi.gongzicp.com/novel/novelGetList?page={{page}}&size=10&tid=75&field=0&order=-1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 古  代 \",\"url\":\"https://webapi.gongzicp.com/novel/novelGetList?page={{page}}&size=10&tid=3&field=0&order=-1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 现  代 \",\"url\":\"https://webapi.gongzicp.com/novel/novelGetList?page={{page}}&size=10&tid=1&field=0&order=-1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 幻  想 \",\"url\":\"https://webapi.gongzicp.com/novel/novelGetList?page={{page}}&size=10&tid=4&field=0&order=-1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 悬  疑 \",\"url\":\"https://webapi.gongzicp.com/novel/novelGetList?page={{page}}&size=10&tid=6&field=0&order=-1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 短  佩 \",\"url\":\"https://webapi.gongzicp.com/novel/novelGetList?page={{page}}&size=10&tid=66&field=0&order=-1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 架  空 \",\"url\":\"https://webapi.gongzicp.com/novel/novelGetList?page={{page}}&size=10&tid=9&field=0&order=-1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 无  CP \",\"url\":\"https://webapi.gongzicp.com/novel/novelGetList?page={{page}}&size=10&tid=73&field=0&order=-1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 百  合 \",\"url\":\"https://webapi.gongzicp.com/novel/novelGetList?page={{page}}&size=10&tid=17&field=0&order=-1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✾　　　　　　✾ 畅销 全部 ✾　　　　　　✾\",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=75&rid=1&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 古   代 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=3&rid=1&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 现   代 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=1&rid=1&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 幻   想 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=4&rid=1&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 悬   疑 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=6&rid=1&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 短   佩 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=66&rid=1&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 架   空 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=9&rid=1&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 无   CP\",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=73&rid=1&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 百   合 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=17&rid=1&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✾　　　　　　✾ 上架 全部 ✾　　　　　　✾\",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=75&rid=2&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 古   代 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=3&rid=2&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 现   代 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=1&rid=2&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 幻   想 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=4&rid=2&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 悬   疑 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=6&rid=2&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 短   佩 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=66&rid=2&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 架   空 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=9&rid=2&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 无   CP\",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=73&rid=2&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 百   合 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=17&rid=2&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✾　　　　　　✾ 风云 全部 ✾　　　　　　✾\",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=75&rid=3&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 古   代 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=3&rid=3&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 现   代 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=1&rid=3&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 幻   想 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=4&rid=3&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 悬   疑 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=6&rid=3&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 短   佩 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=66&rid=3&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 架   空 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=9&rid=3&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 无   CP\",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=73&rid=3&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 百   合 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=17&rid=3&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✾　　　　　　✾ 热读 全部 ✾　　　　　　✾\",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=75&rid=4&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 古   代 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=3&rid=4&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 现   代 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=1&rid=4&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 幻   想 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=4&rid=4&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 悬   疑 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=6&rid=4&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 短   佩 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=66&rid=4&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 架   空 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=9&rid=4&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 无   CP\",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=73&rid=4&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 百   合 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=17&rid=4&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✾　　　　　　✾ 完结 全部 ✾　　　　　　✾\",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=75&rid=5&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 古   代 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=3&rid=5&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 现   代 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=1&rid=5&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 幻   想 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=4&rid=5&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 悬   疑 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=6&rid=5&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 短   佩 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=66&rid=5&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 架   空 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=9&rid=5&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 无   CP\",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=73&rid=5&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 百   合 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=17&rid=5&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✾　　　　　　✾ 人气 全部 ✾　　　　　　✾\",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=75&rid=6&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 古   代 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=3&rid=6&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 现   代 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=1&rid=6&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 幻   想 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=4&rid=6&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 悬   疑 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=6&rid=6&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 短   佩 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=66&rid=6&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 架   空 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=9&rid=6&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 无   CP\",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=73&rid=6&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 百   合 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=17&rid=6&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✾　　　　　　✾ 新书 全部 ✾　　　　　　✾\",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=75&rid=7&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 古   代 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=3&rid=7&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 现   代 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=1&rid=7&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 幻   想 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=4&rid=7&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 悬   疑 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=6&rid=7&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 短   佩 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=66&rid=7&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 架   空 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=9&rid=7&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 无   CP\",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=73&rid=7&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 百   合 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=17&rid=7&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✾　　　　　　✾ 新人 全部 ✾　　　　　　✾\",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=75&rid=8&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 古   代 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=3&rid=8&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 现   代 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=1&rid=8&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 幻   想 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=4&rid=8&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 悬   疑 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=6&rid=8&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 短   佩 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=66&rid=8&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 架   空 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=9&rid=8&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 无   CP\",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=73&rid=8&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 百   合 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=17&rid=8&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✾　　　　　　✾ 萌新 全部 ✾　　　　　　✾\",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=75&rid=9&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 古   代 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=3&rid=9&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 现   代 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=1&rid=9&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 幻   想 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=4&rid=9&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 悬   疑 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=6&rid=9&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 短   佩 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=66&rid=9&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 架   空 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=9&rid=9&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 无   CP\",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=73&rid=9&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 百   合 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=17&rid=9&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✾　　　　　　✾ 赞赏 全部 ✾　　　　　　✾\",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=75&rid=10&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 古   代 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=3&rid=10&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 现   代 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=1&rid=10&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 幻   想 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=4&rid=10&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 悬   疑 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=6&rid=10&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 短   佩 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=66&rid=10&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 架   空 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=9&rid=10&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 无   CP\",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=73&rid=10&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 百   合 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=17&rid=10&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✾　　　　　　✾ 互动 全部 ✾　　　　　　✾\",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=75&rid=11&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 古   代 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=3&rid=11&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 现   代 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=1&rid=11&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 幻   想 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=4&rid=11&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 悬   疑 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=6&rid=11&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 短   佩 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=66&rid=11&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 架   空 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=9&rid=11&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 无   CP\",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=73&rid=11&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 百   合 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=17&rid=11&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✾　　　　　　✾ 勤奋 全部 ✾　　　　　　✾\",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=75&rid=12&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 古   代 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=3&rid=12&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 现   代 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=1&rid=12&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 幻   想 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=4&rid=12&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 悬   疑 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=6&rid=12&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 短   佩 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=66&rid=12&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 架   空 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=9&rid=12&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 无   CP\",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=73&rid=12&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 百   合 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=17&rid=12&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✾　　　　　　✾ 潜力 全部 ✾　　　　　　✾\",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=75&rid=15&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 古   代 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=3&rid=15&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 现   代 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=1&rid=15&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 幻   想 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=4&rid=15&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 悬   疑 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=6&rid=15&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 短   佩 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=66&rid=15&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 架   空 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=9&rid=15&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 无   CP\",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=73&rid=15&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 百   合 \",\"url\":\"https://webapi.gongzicp.com/novel/rankingGetList?tid=17&rid=15&date=1&page={{page}}\",\"style\":{\"layout_flexGrow\":1}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 8.1.0; JKM-AL00b Build/HUAWEIJKM-AL00b; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 MQQBrowser/6.2 TBS/044807 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 1733401663338,
    "loginUrl": "https://m.gongzicp.com",
    "respondTime": 4432,
    "ruleBookInfo": {
      "author": "$.author_nickname",
      "coverUrl": "$.novel_cover@put:{nid:$.novel_id}",
      "init": "$.data",
      "intro": "$.novel_info",
      "kind": "$.type_names&&$.novel_process&&$.novel_tag_txt",
      "lastChapter": "$.novel_newcname",
      "name": "$.novel_name",
      "tocUrl": "https://webapi.gongzicp.com/novel/chapterGetList?nid={{$.novel_id}}",
      "wordCount": "$.novel_wordnumber"
    },
    "ruleContent": {
      "content": "class.chapter-render-box@html&&class.author@p@html##长佩文学网.*|<b>[\\s\\S]+?</b>",
      "imageStyle": "0",
      "nextContentUrl": "",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "$.novel_author||$.author",
      "bookList": "<js>\nlist=JSON.parse(result).data.list;\nJson=[]\nfor(i in list){\nif(list[i].novel_name.indexOf(java.get('key'))>-1){\nJson.push(list[i])\n}\n}\nresult=JSON.stringify(Json)\n</js>\n$.[*]",
      "bookUrl": "https://webapi.gongzicp.com/novel/novelInfo?id={{$.novel_id||$.id}}",
      "coverUrl": "$.novel_cover||$.cover",
      "intro": "$.novel_desc##<.*?>",
      "kind": "$.novel_type&&$.novel_tag",
      "lastChapter": "$.novel_uptime||$.chapter",
      "name": "$.novel_name||$.name##<.*?>",
      "wordCount": "$.novel_wordnumber"
    },
    "ruleToc": {
      "chapterList": "$.data.list[*]",
      "chapterName": "$.name",
      "chapterUrl": "https://m.gongzicp.com/read-{{$.id||$.vid}}.html,{'webView': true}",
      "isVip": "$.pay",
      "updateTime": "$.public_date"
    },
    "searchUrl": "https://webapi.gongzicp.com/search/novels?k={{key}},{\n\"headers\": {\"X-Requested-With\": \"XMLHttpRequest\"}\n}\n@js:java.put('key',key);result",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "㊣ 绾书文学 #一程",
    "bookSourceType": 0,
    "bookSourceUrl": "https://api.wanshu.com#♤yc",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 248,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"最近更新\",\"url\":\"/novel/libraryList?page={{page}}&pageSize=20&order=update\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击榜\",\"url\":\"/novel/libraryList?page={{page}}&pageSize=20&order=mouth_view_count\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总字数榜\",\"url\":\"/novel/libraryList?page={{page}}&pageSize=20&order=word_num\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"都市言情\",\"url\":\"/novel/libraryList?page={{page}}&pageSize=20&category_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"时空穿越\",\"url\":\"/novel/libraryList?page={{page}}&pageSize=20&category_id=2\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总裁豪门\",\"url\":\"/novel/libraryList?page={{page}}&pageSize=20&category_id=3\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻仙侠\",\"url\":\"/novel/libraryList?page={{page}}&pageSize=20&category_id=4\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"浪漫青春\",\"url\":\"/novel/libraryList?page={{page}}&pageSize=20&category_id=5\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑灵异\",\"url\":\"/novel/libraryList?page={{page}}&pageSize=20&category_id=6\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市异能\",\"url\":\"/novel/libraryList?page={{page}}&pageSize=20&category_id=7\",\"style\":{\"layout_flexBasisPercent\":0.29}}]",
    "lastUpdateTime": 1637001857598,
    "loginUrl": "https://account.wanshu.com/login",
    "respondTime": 1918,
    "ruleBookInfo": {
      "intro": "",
      "lastChapter": ""
    },
    "ruleContent": {
      "content": "data.content",
      "imageStyle": "0"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "author",
      "bookList": "data",
      "bookUrl": "/novel/chapterList?page=1&pageSize=19999&novel_id={{$.novel_id}}",
      "coverUrl": "cover",
      "intro": "description##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "complete_status&&category_name",
      "lastChapter": "latest_chapter_update_time&&latest_chapter##\\h[\\d:]+\\d\\n##▪",
      "name": "name",
      "wordCount": "word_num"
    },
    "ruleToc": {
      "chapterList": "data",
      "chapterName": "name",
      "chapterUrl": "/novel/chapterInfo?novel_chapter_id={{$.id}}",
      "isVip": "¥{{$.is_free}}##¥true",
      "updateTime": ""
    },
    "searchUrl": "/novel/search?pageSize=100&kw={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "by阿鬼\n🉑复制原网站详情页链接添加书籍！\n步骤：去原网站复制详情页链接→书架→右上角三点→添加网址→确认→等待添加成功！\n🈶可能会添加失败，是因为网络的问题，等过一小段时间即可！",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔞三四娱乐[无发现]",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.san421.com/",
    "bookUrlPattern": "https?://www.san421.com/post/\\d+.html",
    "customButton": false,
    "customOrder": 249,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n\t\"User-Agent\":\"Mozilla/5.0 (Linux; Android 13; V2148A Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36\",\n\t\"referer\":\"https://www.san421.com/\"\n\t}",
    "lastUpdateTime": 1753092456324,
    "loginUrl": "",
    "respondTime": 30864,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "@get:{i}",
      "init": "@put:{n:\".article-title@a@text\",\nc:\".article-meta@li[1]@text&&.article-meta@li[0]@text\",\nl:\".chapter-navigation@li[-1]@text\",\nd:\".dis@text\",\ni:\".c-img@img src\"}",
      "intro": "@get:{d}",
      "kind": "@get:{c}##最后修改:|分类：",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".content@.article-content@.img-placeholder-wrap[!0]@html",
      "imageStyle": "FULL",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleSearch": {
      "bookList": ".box",
      "bookUrl": "a@href",
      "coverUrl": ".focus@img src",
      "kind": ".cat.label.label-important@text&&.post-tags@a@text&&.subtitle@text&&.text-muted.time@text##最后修改:",
      "name": "h2@text"
    },
    "ruleToc": {
      "chapterList": ".chapter-navigation li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/?s={{key}},{\n  \"charset\": \"UTF-8\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "爱随心看",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.suixkan.com",
    "bookUrlPattern": "http://m.suixkan.com/b/\\d+.html",
    "customButton": false,
    "customOrder": 250,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "————————⭕男频小说⭕————————\n都市人生::http://m.suixkan.com/api/book/classify?site_id=&classify_id=1100&page={{page}}&_=1733145561508\n玄幻奇幻::http://m.suixkan.com/api/book/classify?site_id=&classify_id=1101&page={{page}}&_=1733159976392\n仙侠武侠::http://m.suixkan.com/api/book/classify?site_id=&classify_id=1102&page={{page}}&_=1733226442676\n军事历史::http://m.suixkan.com/api/book/classify?site_id=&classify_id=1103&page={{page}}&_=1733226507298\n科幻末世::http://m.suixkan.com/api/book/classify?site_id=&classify_id=1104&page={{page}}&_=1733226624498\n游戏体育::http://m.suixkan.com/api/book/classify?site_id=&classify_id=1105&page={{page}}&_=1733226647363\n悬疑灵异::http://m.suixkan.com/api/book/classify?site_id=&classify_id=1107&page={{page}}&_=1733226667690\n脑洞大开::http://m.suixkan.com/api/book/classify?site_id=&classify_id=1108&page={{page}}&_=1733226695758\n\n————————⭕女频小说⭕————————\n现代言情::http://m.suixkan.com/api/book/classify?site_id=&classify_id=2100&page={{page}}&_=1733226809889\n古代言情::http://m.suixkan.com/api/book/classify?site_id=&classify_id=2101&page={{page}}&_=1733226852464\n幻想言情::http://m.suixkan.com/api/book/classify?site_id=&classify_id=2102&page={{page}}&_=1733227013379\n穿越时空::http://m.suixkan.com/api/book/classify?site_id=&classify_id=2104&page={{page}}&_=1733227040075\n宫闱争斗::http://m.suixkan.com/api/book/classify?site_id=&classify_id=2105&page={{page}}&_=1733227074260\n豪门总裁::http://m.suixkan.com/api/book/classify?site_id=&classify_id=2106&page={{page}}&_=1733227095244\n婚恋爱情::http://m.suixkan.com/api/book/classify?site_id=&classify_id=2107&page={{page}}&_=1733227115579\n经商种田::http://m.suixkan.com/api/book/classify?site_id=&classify_id=2108&page={{page}}&_=1733227135093\n\n————————⭕图书小说⭕————————\n学习强国::http://m.suixkan.com/api/book/classify?site_id=&classify_id=3104&page={{page}}&_=1733227169882",
    "header": "",
    "lastUpdateTime": 1734495357516,
    "respondTime": 636,
    "ruleBookInfo": {
      "author": "span.0@text",
      "coverUrl": ".face-cover-img@src",
      "init": "",
      "intro": "#intro@text\n@text##(^|[。！？……]+[”」）……】]?)##$1<br>",
      "kind": "span.1:2@text##.*：|.*：",
      "lastChapter": "span.3@text",
      "name": ".face-info-title@text",
      "tocUrl": "text.查看目录@href"
    },
    "ruleContent": {
      "content": "class.con@html",
      "replaceRegex": "##\\s*.*?本章.*?完.*\\s*"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "$.authorName",
      "bookList": "$.data.list",
      "bookUrl": "{{@@baseUrl}}/b/{{$.wapBookId}}.html",
      "coverUrl": "$.pic",
      "intro": "$.intro",
      "kind": "{{$.classifyName}}\n{{$.classifySecondName}}\n{{$.updateTime}}",
      "lastChapter": "$.latestChapterName",
      "name": "$.bookName",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.catalog_ls@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://m.suixkan.com/api/book/search?keyword={{key}}&page={{page}}&_=1733231979405",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceGroup": "漫画",
    "bookSourceName": "裤裤漫画（优）",
    "bookSourceType": 2,
    "bookSourceUrl": "http://www.kukuc.net",
    "customButton": false,
    "customOrder": 251,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"全部漫画\",\n    \"url\": \"/kuclists/9/全部/3/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"韩漫\",\n    \"url\": \"/kuclists/9/韩漫/3/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"剧情\",\n    \"url\": \"/kuclists/9/剧情/3/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"耽美\",\n    \"url\": \"/kuclists/9/耽美/3/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"纯爱\",\n    \"url\": \"/kuclists/9/纯爱/3/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"大女主\",\n    \"url\": \"/kuclists/9/大女主/3/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"古风\",\n    \"url\": \"/kuclists/9/古风/3/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/kuclists/9/都市/3/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"热血\",\n    \"url\": \"/kuclists/9/热血/3/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"少年\",\n    \"url\": \"/kuclists/9/少年/3/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/kuclists/9/玄幻/3/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"穿越\",\n    \"url\": \"/kuclists/9/穿越/3/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"甜宠\",\n    \"url\": \"/kuclists/9/甜宠/3/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"校园\",\n    \"url\": \"/kuclists/9/校园/3/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"悬疑\",\n    \"url\": \"/kuclists/9/悬疑/3/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  }\n]",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; U; Android 13; zh-Hans-CN; PFJM10 Build/TP1A.220905.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/135.0.4896.58 Quark/6.13.6.581 Mobile Safari/537.36\",\"Accept-Language\":\"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\",\"Referer\":\"http://www.kukuc.net\"}",
    "lastUpdateTime": 1759431129047,
    "respondTime": 3103,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content##(.*)##$1,{\"headers\":{\"Referer\":\"$1\"}}###",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "text.目录@href"
    },
    "ruleContent": {
      "content": "#content@p@a@img@src\n@js:\nresult.split('\\n').map(x => '<img src=\"'+x+',{\"headers\":{\"Referer\":\"'+x+'\"}}\">').join('\\n')"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "dd.1@ownText##作者：",
      "bookList": "#sitebox@dl",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src##(.*)##$1,{\"headers\":{\"Referer\":\"$1\"}}###",
      "intro": "dd.2@text",
      "kind": "span.0@text",
      "lastChapter": "a.2@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".readlist@li!0@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "/search/,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "国内发布页：https://www.asw2.cc/",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🌸爱丽丝书屋(免翻)",
    "bookSourceType": 0,
    "bookSourceUrl": "https://xn--vcsx64d.alicesw12.xyz/",
    "customButton": false,
    "customOrder": 252,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"🔖TOP50🔖\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"总排行\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/other/rank_hits/order/hits.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"月排行\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/other/rank_hits/order/hits_month.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"周排行\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/other/rank_hits/order/hits_week.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"日排行\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/other/rank_hits/order/hits_day.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"🔖分类（人气）🔖\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/all/id/71/order/hits+desc.html?page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"校园\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/all/id/61/order/hits+desc.html?page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/all/id/62/order/hits+desc.html?page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"乡村\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/all/id/63/order/hits+desc.html?page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/all/id/64/order/hits+desc.html?page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"乱伦\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/all/id/65/order/hits+desc.html?page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/all/id/67/order/hits+desc.html?page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/all/id/68/order/hits+desc.html?page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"系统\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/all/id/69/order/hits+desc.html?page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"明星\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/all/id/72/order/hits+desc.html?page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"同人\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/all/id/73/order/hits+desc.html?page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"强奸\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/all/id/74/order/hits+desc.html?page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"奇幻\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/all/id/75/order/hits+desc.html?page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"经典\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/all/id/79/order/hits+desc.html?page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"穿越\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/all/id/70/order/hits+desc.html?page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"凌辱\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/all/id/46/order/hits+desc.html?page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"反差\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/all/id/22/order/hits+desc.html?page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"堕落\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/all/id/18/order/hits+desc.html?page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"纯爱\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/all/id/19/order/hits+desc.html?page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"伪娘\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/all/id/52/order/hits+desc.html?page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"萝莉\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/all/id/48/order/hits+desc.html?page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"熟女\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/all/id/56/order/hits+desc.html?page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"禁忌\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/all/id/51/order/hits+desc.html?page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"NTR\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/all/id/54/order/hits+desc.html?page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"媚黑\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/all/id/53/order/hits+desc.html?page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"绿帽\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/all/id/55/order/hits+desc.html?page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"调教\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/all/id/58/order/hits+desc.html?page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"女主\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/all/id/59/order/hits+desc.html?page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"正太\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/all/id/50/order/hits+desc.html?page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"下克上\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/all/id/43/order/hits+desc.html?page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"百合\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/all/id/47/order/hits+desc.html?page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  },\n  {\n    \"title\": \"重口\",\n    \"url\": \"https://xn--vcsx64d.alicesw12.xyz/all/id/21/order/hits+desc.html?page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.2\n    }\n  }\n]",
    "lastUpdateTime": 1768888058456,
    "loginUrl": "https://xn--vcsx64d.alicesw12.xyz/user/user/login.html",
    "respondTime": 31995,
    "ruleBookInfo": {
      "author": "//div[@class='box_info']/table/tbody/tr[1]/td/div/p[1]/a[1]/text()",
      "coverUrl": "//div[@class='pic']/img/@src",
      "intro": "@js:\nvar info = java.getString(\"//div[@class='pic']/div[@class='tLJ']/text()\")\nvar intro = java.getString(\"//div[@class='box_info']/table/tbody/tr[3]/td/div[@class='intro']/text()\")\nintro+\"\\n◤-----------------◥\\n\"+info+\"\\n◣-----------------◢\\n\"",
      "kind": "//div[@class='box_info']/table/tbody/tr[3]/td/p[2]/a/text()",
      "lastChapter": "//div[@class='box_info']/table/tbody/tr[1]/td/div/p[1]/a[2]/text()",
      "name": "//div[@class='box_info']/table/tbody/tr[1]//h1/text()",
      "tocUrl": "//div[@class='book_newchap']//a[contains(text(),'查看所有章节')]/@href"
    },
    "ruleContent": {
      "content": "//div[contains(@class,'read-content')]/p"
    },
    "ruleExplore": {
      "author": "//li[@class='four']/text()",
      "bookList": "//div[@class='clearfix rec_rullist']/ul",
      "bookUrl": "//li[@class='two']/a/@href",
      "kind": "@js:\nvar tag  = java.getString(\"//li[@class='sev']/span/a/text()\")\nvar views=  java.getString(\"//li[@class='diyhot']/text()\")\ntag+\",👀\"+views",
      "lastChapter": "//li[@class='three']/a/text()",
      "name": "//li[@class='two']/a/text()",
      "wordCount": "//li[@class='five']/text()@js:result+\"字\""
    },
    "ruleSearch": {
      "author": "//p[@class='mb-1 text-muted']/a/text()",
      "bookList": "//div[@class='list-group']/div[@class='list-group-item']",
      "bookUrl": "//h5/a/@href",
      "checkKeyWord": "美母为妻",
      "intro": "//p[@class='content-txt']",
      "kind": "<js>\nvar status = java.getString(\"//h5/small/text()\");\nvar tags = java.getString(\"//p[@class='text-muted']/a/text()\");\nvar views = java.getString(\"//p[@class='mb-1 text-muted']//text()\").match(/\\d+?.\\d+/g)[1]\nstatus+\",👀\"+views+\",\"+tags\n</js>\n##\\[|]##",
      "name": "//h5/a//text()##\\d+.|\\n##",
      "wordCount": "//p[@class='mb-1 text-muted']//text()@js:\nresult.match(/\\d+?.\\d+万/g)[0]+\"字\""
    },
    "ruleToc": {
      "chapterList": "//ul[@class='mulu_list']/li",
      "chapterName": "//a/text()",
      "chapterUrl": "//a/@href"
    },
    "searchUrl": "https://xn--vcsx64d.alicesw12.xyz/search.html?q={{key}}&f=_al",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "晋江文学1",
    "bookSourceType": 0,
    "bookSourceUrl": "http://android.jjwxc.net/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 253,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"  夹 子  \",\"url\":\"http://android.jjwxc.net/androidapi/newDayList\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"言情金榜\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%222900001%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"纯爱金榜\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%222900002%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"古言·频道金榜\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%221%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"古言·科举朝堂\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000014%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"古言·市井人家\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000013%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"古言·复仇虐渣\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000012%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"古言·女尊女强\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000023%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"古言·架空历史\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000022%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"古言·天作之合\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000019%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"古言·宫廷侯爵\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000020%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"古言·励志人生\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000015%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"古言·古色古香\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000017%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"古言·布衣生活\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000018%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"古言·再世重生\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000021%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"古言·传奇武侠\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000024%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"古言·运气淘文\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2240000001%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"古言·新晋作者\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000003%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"古言·月度排行\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000004%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"古言·季度排行\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000005%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"古言·半年排行\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000006%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"都市·频道金榜\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%224%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"都市·业界精英\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000018%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"都市·天之骄子\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000031%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"都市·豪门总裁\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000017%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"都市·励志人生\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000019%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"都市·都市情缘\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000021%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"都市·婚前婚后\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000020%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"都市·制服情缘\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000024%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"都市·校园青春\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000016%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"都市·甜心蜜意\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000020%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"都市·娱乐星光\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000032%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"都市·破镜重圆\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000022%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"都市·近水楼台\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000023%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"都市·情有独钟\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000022%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"都市·时尚流行\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000018%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"都市·欢喜冤家\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000033%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"都市·因缘邂逅\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000034%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"都市·运气淘文\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2240000002%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"都市·新晋作者\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000003%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"都市·月度排行\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000004%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"都市·季度排行\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000005%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"都市·半年排行\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000006%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻言·频道金榜\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%225%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻言·穿书攻略\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000026%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻言·流金年代\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000028%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻言·玄之又玄\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000024%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻言·娱乐时尚\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000030%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻言·升级逆袭\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000031%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻言·打脸爽文\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000024%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻言·人生赢家\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000019%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻言·神奇能力\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000033%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻言·快穿系统\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000021%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻言·穿越时空\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000018%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻言·再世重生\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000017%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻言·都市异闻\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000034%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻言·时代奇缘\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000020%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻言·现代架空\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000032%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻言·幻想传奇\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000023%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻言·时空恋曲\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000022%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻言·运气淘文\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2240000003%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻言·月度排行\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000004%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻言·季度排行\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000005%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻言·半年排行\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000006%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"现纯·频道金榜\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%227%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"现纯·竞技人生\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000064%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"现纯·时尚娱乐\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000065%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"现纯·种田日常\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000023%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"现纯·现代都市\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000032%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"现纯·豪门世家\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000026%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"现纯·业界精英\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000022%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"现纯·现代重生\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000027%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"现纯·边缘恋曲\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000025%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"现纯·校园青春\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000028%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"现纯·情有独钟\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000066%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"现纯·穿越时空\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000024%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"现纯·励志人生\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000021%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"现纯·欢喜冤家\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000031%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"现纯·婚前婚后\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000067%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"现纯·都市甜文\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000030%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"现纯·打脸逆袭\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000029%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"现纯·运气淘文\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2240000007%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"现纯·新晋作者\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000003%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"现纯·月度排行\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000004%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"现纯·季度排行\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000005%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"现纯·半年排行\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000006%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻纯·频道金榜\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2213%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻纯·重生穿越\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000092%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻纯·娱乐星光\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000088%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻纯·萌宠频道\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000084%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻纯·仙侠修真\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000080%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻纯·快穿世界\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000076%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻纯·末世狂想\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000074%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻纯·幻想甜宠\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000096%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻纯·无限流派\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000072%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻纯·幻想系统\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000078%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻纯·异闻秘术\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000082%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻纯·边缘幻想\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000086%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻纯·星际日常\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000090%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻纯·奇幻灵异\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000100%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻纯·科幻机甲\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000102%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻纯·人生赢家\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000094%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻纯·升级爽文\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000098%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻纯·运气淘文\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2240000013%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻纯·新晋作者\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220100008%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻纯·月度排行\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220100009%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻纯·季度排行\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220100010%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"幻纯·半年排行\",\"url\":\"http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220100011%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 8.0.0; zh-cn; MIX 2 Build/OPR1.170623.027) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\"\n}",
    "lastUpdateTime": 1702208405436,
    "loginUrl": "",
    "respondTime": 671,
    "ruleBookInfo": {
      "intro": "@JSon:{$.novelIntro}@js:result.replace(/(&.{3}br.{3,4};)+|[\\n\\s]+/g,\"\\n\").replace(/\\n\\s*\\n/g,\"\\n\").replace(/^\\s*\\n/g,\"\").replace(/\\n\\s*/g,\"\\n\\u3000\\u3000\").replace(/^\\s*/g,\"\\u3000\\u3000\")",
      "lastChapter": "@JSon:$.renewChapterName",
      "tocUrl": "http://app-cdn.jjwxc.net/androidapi/chapterList?novelId={$.novelId}&more=0&whole=1"
    },
    "ruleContent": {
      "content": "@JSon:$..content@js:result.replace(/(&.{3}br\\/?&.{3})+/g,\"\\n\")"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "@JSon:$.authorname||$.authorName",
      "bookList": "@JSon:$.*[?(@.novelName)]&&$.*[?(@.novelname)]",
      "bookUrl": "@JSon:$.novelid||$.novelId@js:'http://android.jjwxc.net/androidapi/novelbasicinfo?novelId='+result",
      "coverUrl": "@JSon:$.cover",
      "kind": "@JSon:$.tags&&{$.novelsize}字&&{$.novelSize}字",
      "lastChapter": "@JSon:第{$.maxChapterId}章@js:result.replace(\"第章\",\"\")",
      "name": "@JSon:$.novelname||$.novelName"
    },
    "ruleToc": {
      "chapterList": "@JSon:$.chapterlist",
      "chapterName": "@JSon:{$.chapterid}|{$.chaptername}",
      "chapterUrl": "http://app-cdn.jjwxc.net/androidapi/chapterContent?novelId={$.novelid}&chapterId={$.chapterid}",
      "isVip": ""
    },
    "searchUrl": "http://android.jjwxc.net/androidapi/search?keyword={{key}}&type=1&page={{page}}&searchType=1&sortMode=DESC",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉 若初文学",
    "bookSourceType": 0,
    "bookSourceUrl": "http://search.ruochu.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 254,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "短篇::http://search.ruochu.com/web/all?sort=110&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n婚恋::http://search.ruochu.com/web/all?sort=35&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n都市::http://search.ruochu.com/web/all?sort=4&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n职场::http://search.ruochu.com/web/all?sort=11&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n豪门::http://search.ruochu.com/web/all?sort=12&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n总裁::http://search.ruochu.com/web/all?sort=13&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n架空::http://search.ruochu.com/web/all?sort=15&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n穿越::http://search.ruochu.com/web/all?sort=17&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n宫斗::http://search.ruochu.com/web/all?sort=19&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n宅斗::http://search.ruochu.com/web/all?sort=20&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n青春::http://search.ruochu.com/web/all?sort=21&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n仙侠::http://search.ruochu.com/web/all?sort=7&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n灵异::http://search.ruochu.com/web/all?sort=24&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n修真::http://search.ruochu.com/web/all?sort=22&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n玄幻::http://search.ruochu.com/web/all?sort=6&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n悬疑::http://search.ruochu.com/web/all?sort=1&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n武侠::http://search.ruochu.com/web/all?sort=8&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n历史::http://search.ruochu.com/web/all?sort=3&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n纯爱::http://search.ruochu.com/web/all?sort=23&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n作女::http://search.ruochu.com/web/all?sort=46&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\nnull",
    "lastUpdateTime": 1733125304397,
    "loginUrl": "{\n  \"url\": \"\"\n}",
    "respondTime": 2302,
    "ruleBookInfo": {
      "tocUrl": "text.目录@href"
    },
    "ruleContent": {
      "content": "class.page-content@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.authorname",
      "bookList": "$.data.content",
      "bookUrl": "$.id@js:\"https://www.ruochu.com/book/\"+result",
      "coverUrl": "$.iconUrlSmall@js:\"https://b.heiyanimg.com\"+result",
      "intro": "$.introduce",
      "kind": "$.sortname",
      "lastChapter": "$.lastchaptername",
      "name": "$.name"
    },
    "ruleToc": {
      "chapterList": "class.float-list fill-block@li",
      "chapterName": "html@js:if(result.match(/isvip/)){\nresult=\"🔒\"+result.match(/>([^<]+)<\\/a>/)[1];\n}else{result=result.match(/>([^<]+)<\\/a>/)[1];}",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://search.ruochu.com/web/search?queryString={{key}}&highlight=false&page=1",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "若初文学",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ruochu.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 255,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"婚恋\",\"url\":\"http://search.ruochu.com/web/all?sort=35&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"短篇\",\"url\":\"http://search.ruochu.com/web/all?sort=110&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"都市\",\"url\":\"http://search.ruochu.com/web/all?sort=4&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"职场\",\"url\":\"http://search.ruochu.com/web/all?sort=11&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"豪门\",\"url\":\"http://search.ruochu.com/web/all?sort=12&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"总裁\",\"url\":\"http://search.ruochu.com/web/all?sort=13&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"架空\",\"url\":\"http://search.ruochu.com/web/all?sort=15&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"穿越\",\"url\":\"http://search.ruochu.com/web/all?sort=17&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"宫斗\",\"url\":\"http://search.ruochu.com/web/all?sort=19&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"宅斗\",\"url\":\"http://search.ruochu.com/web/all?sort=20&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"青春\",\"url\":\"http://search.ruochu.com/web/all?sort=21&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"仙侠\",\"url\":\"http://search.ruochu.com/web/all?sort=7&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"灵异\",\"url\":\"http://search.ruochu.com/web/all?sort=24&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"修真\",\"url\":\"http://search.ruochu.com/web/all?sort=22&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"玄幻\",\"url\":\"http://search.ruochu.com/web/all?sort=6&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"悬疑\",\"url\":\"http://search.ruochu.com/web/all?sort=1&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"武侠\",\"url\":\"http://search.ruochu.com/web/all?sort=8&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"历史\",\"url\":\"http://search.ruochu.com/web/all?sort=3&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"纯爱\",\"url\":\"http://search.ruochu.com/web/all?sort=23&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"作女\",\"url\":\"http://search.ruochu.com/web/all?sort=46&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}}]",
    "lastUpdateTime": 1692440591565,
    "loginUrl": "",
    "respondTime": 2423,
    "ruleBookInfo": {
      "author": ".bd@.right@.name@strong@text",
      "coverUrl": ".pic@a.0@img.0@src",
      "intro": "[property=\"og:description\"]@content||pre.note@textNodes",
      "kind": "span.cate@text&&[property=\"og:novel:status\"]@content&&h4@span.time@textNodes",
      "lastChapter": "h4@a.0@text##\\>\\>",
      "name": ".hd@h1@text",
      "tocUrl": "text.目录@href",
      "wordCount": ".infos@.words@text"
    },
    "ruleContent": {
      "content": "class.page-content@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.authorname",
      "bookList": "$.data.content",
      "bookUrl": "$.id@js:\"https://www.ruochu.com/book/\"+result",
      "checkKeyWord": "天下长安",
      "coverUrl": "$.iconUrlSmall@js:\"https://b.heiyanimg.com\"+result",
      "kind": "$.sortname",
      "lastChapter": "$.lastchaptername",
      "name": "$.name"
    },
    "ruleToc": {
      "chapterList": "class.float-list fill-block@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "isVip": "li@.isvip.name@html"
    },
    "searchUrl": "http://search.ruochu.com/web/search?queryString={{key}}&highlight=false&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "奇漫屋子（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.qimanwu.app",
    "customButton": false,
    "customOrder": 256,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nfunction qimanwu() {\n  let disc = [];\n  let Html = java.ajax(`${source.key}/custom/search`);\n  let doc = org.jsoup.Jsoup.parse(Html);\n  let tag = doc.select(\".groupList li a\");\n  Array.from(tag).forEach(a => {\n    disc.push({\n      title: a.text(),\n      url: a.attr(\"href\") +\"/page/{{page}}\",\n      style: {\n        layout_flexGrow: 1,\n        layout_flexBasisPercent: 0.45\n      }\n    });\n  });\n  \n  disc.push({\n    title: \"精品漫画\",\n    url: \"/custom/boutique\",\n    style: {layout_flexBasisPercent: 1, layout_flexGrow: 0.45}\n  });\n  \n  disc.push({\n    title: \"最近更新\",\n    url: \"/custom/update\",\n    style: {layout_flexBasisPercent: 1, layout_flexGrow: 0.45}\n  });\n  \n  disc.push({\n    title: \"热门推荐\",\n    url: \"/custom/recom\",\n    style: {layout_flexBasisPercent: 1, layout_flexGrow: 0.45}\n  });\n\n   return JSON.stringify(disc);\n}\nqimanwu();",
    "header": "@js:\nJSON.stringify({\n\"User-Agent\": java.getWebViewUA()\n})",
    "lastUpdateTime": 1757967592977,
    "respondTime": 8817,
    "ruleBookInfo": {
      "author": "p.1@text",
      "coverUrl": "img.2@src",
      "intro": "p.5@text",
      "kind": "p.2@a@text",
      "lastChapter": "p.3@text##更新至：",
      "name": "p.0@text"
    },
    "ruleContent": {
      "content": "img@data-src||img@src\n@js:\nresult.split(\"\\n\").map(url => ` <img src=\"${url}\"> `).join(\"\\n\")",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "p.2@text",
      "bookList": ".rankList@li",
      "bookUrl": "a@href",
      "checkKeyWord": "烂柯棋缘",
      "coverUrl": "img.0@src",
      "lastChapter": "p.1@text",
      "name": "p.0@text"
    },
    "ruleToc": {
      "chapterList": ".chapter@ul@li@a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{\"webView\": true}"
    },
    "searchUrl": "/search/{{encodeURIComponent(key)}}/{{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "黑岩小说①",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.heiyan.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 257,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部小说\",\"url\":\"/web/all/-1/-1/-1/-1/0/{{page}}/100\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史全部\",\"url\":\"/web/all/3/-1/-1/-1/0/{{page}}/100\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"军事全部\",\"url\":\"/web/all/5/-1/-1/-1/0/{{page}}/100\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"玄幻全部\",\"url\":\"/web/all/6/-1/-1/-1/0/{{page}}/100\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奇幻全部\",\"url\":\"/web/all/14/-1/-1/-1/0/{{page}}/100\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙侠全部\",\"url\":\"/web/all/7/-1/-1/-1/0/{{page}}/100\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武侠全部\",\"url\":\"/web/all/8/-1/-1/-1/0/{{page}}/100\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻全部\",\"url\":\"/web/all/10/-1/-1/-1/0/{{page}}/100\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代全部\",\"url\":\"/web/all/25/-1/-1/-1/0/{{page}}/100\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古言全部\",\"url\":\"/web/all/54/-1/-1/-1/0/{{page}}/100\",\"style\":{\"layout_flexBasisPercent\":0.295}},\n{\"title\":\"现实全部\",\"url\":\"/web/all/37/-1/-1/-1/0/{{page}}/100\",\"style\":{\"layout_flexBasisPercent\":0.295}}\n]",
    "lastUpdateTime": 1692500774848,
    "loginUrl": "https://www.heiyan.com/accounts/login?backUrl=http://www.heiyan.com/",
    "respondTime": 2307,
    "ruleBookInfo": {
      "author": "//strong/text()",
      "coverUrl": "//*[@class=\"book-cover\"]/@src",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": "//h4[1]/a/text()##\\>|\\s",
      "name": "//*[@class=\"hd\"]/h1/text()",
      "tocUrl": "//*[@class=\"read\"]/@href",
      "wordCount": "span.words@text"
    },
    "ruleContent": {
      "content": "$.chapter.htmlContent<js>result.replace(/<.*?>/g,'').replace(/\\r/g,'\\n　　')</js>"
    },
    "ruleExplore": {
      "author": "//a[@class=\"author\"]/text()",
      "bookList": "//*[@id=\"resultDiv\"]/tr",
      "bookUrl": "//*[@class=\"title\"]/@href",
      "coverUrl": "//*[@class=\"title\"]/@href<js>result.replace(/.*\\/(\\d+)/,\"https://b.heiyanimg.com/book/$1.jpg@!bm?1\")</js>",
      "kind": "//*[@class=\"time\"]/text()",
      "lastChapter": "//*[@class=\"chapter\"]/text()",
      "name": "//*[@class=\"title\"]/text()"
    },
    "ruleSearch": {
      "author": "$.authorname",
      "bookList": "$.data.content[*]",
      "bookUrl": "$.id@js:'https://www.heiyan.com/book/'+result",
      "coverUrl": "$.iconUrlSmall",
      "intro": "$.introduce",
      "kind": "$.sortname",
      "lastChapter": "$.lastchaptername##\\s",
      "name": "$.name"
    },
    "ruleToc": {
      "chapterList": ":(?s)(\\d+)\" class=\"(isvip)?[^\"]*name[^>]*>([^<]*)",
      "chapterName": "$3",
      "chapterUrl": "https://a.heiyan.com/ajax/chapter/content/$1",
      "isVip": ""
    },
    "searchUrl": "https://search.heiyan.com/web/search?queryString={{key}}&highlight=false&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：\n第一版主 https://m.xdybz.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔰 7wav",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.7wav.com",
    "customButton": false,
    "customOrder": 258,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"总点击\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"月点击\",\"url\":\"/top/monthvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"周点击\",\"url\":\"/top/weekvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"完本\",\"url\":\"/full/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"/sort/1_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/sort/2_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/sort/3_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"穿越\",\"url\":\"/sort/4_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/sort/5_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/sort/6_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/sort/7_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"恐怖\",\"url\":\"/sort/8_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"耽美\",\"url\":\"/sort/9_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"校园\",\"url\":\"/sort/10_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"高辣\",\"url\":\"/sort/11_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"腹黑\",\"url\":\"/sort/12_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"种田\",\"url\":\"/sort/13_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"高干\",\"url\":\"/sort/14_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"百合\",\"url\":\"/sort/15_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/sort/16_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1724320484324,
    "loginUrl": "",
    "respondTime": 14276,
    "ruleBookInfo": {
      "author": ".xx a.1@text",
      "coverUrl": "img@src",
      "init": "",
      "intro": ".jianjie@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".xx a.0@text##小说",
      "lastChapter": ".xx a.2@text##正文\\s",
      "name": ".xx li.0@text##\\_.*",
      "tocUrl": ".gengduo a@href"
    },
    "ruleContent": {
      "content": "#nr@html",
      "imageStyle": "0",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": ".list ul",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "span.2@text##\\s",
      "kind": "span.-1@text",
      "lastChapter": "",
      "name": "a.1@text##\\_.*",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".fk li",
      "bookUrl": "a.1@href",
      "coverUrl": "",
      "intro": "",
      "kind": "a.0@text##\\[|\\]",
      "lastChapter": "",
      "name": "a.1@text##\\_.*",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".lb li a",
      "chapterName": "text##本页章节.*",
      "chapterUrl": "href",
      "nextTocUrl": ".showpage@a@href"
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"s={{key}}&type=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃休闲文学吧🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.xxwx8.com#🎃",
    "customButton": false,
    "customOrder": 259,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\n var result = [];\njava.toast(\"🔥动态获取发现中……\");\nvar push=(title,url,size)=>result.push({\n  \t\"title\": title,\n  \t\"url\": url,\n  \t\"style\": {\n   \"layout_flexGrow\": 1,\n   \"layout_flexBasisPercent\": size\n   }\n });\nvar fl = java.ajax(\"https://www.xxwx8.com/\");\nif (fl) {\na=org.jsoup.Jsoup.parse(fl).select(\".mav_3 a\");\npush(\"🍁分类🍁\",null,1)\npush(\"最近\",\"https://www.xxwx8.com/\",0.25)\n    for(var i=0;i<a.length;i++){\n        title=a[i].text()\n        url=a[i].attr(\"href\")\n        size=0.25;\n        url=url\n        url=String(url).replace(/.html/,\"_{{page}}.html\").replace(/xxchannel/,\"xxlist\")\n        push(title,url,size)\n    };\n    \n    \n      } else { \n      java.toast(\"🚫发现获取失败……\");\n}\nJSON.stringify(result);",
    "lastUpdateTime": 0,
    "respondTime": 5470,
    "ruleBookInfo": {
      "author": ".nbs_1.0@a@text",
      "coverUrl": "img.4@src##^##https://www.xxwx8.com",
      "intro": "🕰  更新：\n{{@@table.0@tbody@tr@td.-1@text}}\n📜  简介：\n{{@@div.35@text##.*【内容简介】|【最新章节】.*}}##(^|[。！？……；]+[”」）】]?)##$1<br>",
      "kind": "{{@@.nbs_1.1@a@text}}\n{{@@table.0@tbody@tr@td.-1@text}}",
      "lastChapter": "{{@@table.0@tbody@tr@td.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求含理更谢乐发推票盟补加字].*?[】）\\)]}}•{{@@table.0@tbody@tr@td.-1@text}}\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "name": "h1@text",
      "tocUrl": "{{baseUrl}}##xxbook##xxchapter"
    },
    "ruleContent": {
      "content": ".ReadContents@html",
      "replaceRegex": "##{{book.name}}\\s.*|.*{{book.name}}目录.*"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "td.1@a@text",
      "bookList": "table@tbody@tr!0",
      "bookUrl": "a.0@href",
      "checkKeyWord": "我的模拟长生路",
      "coverUrl": "a.0@href##xxbook\\/(.*)\\.html##https://www.xxwx8.com/images/xxid/$1.jpg###",
      "kind": "td.-1@text##\\/##-",
      "lastChapter": "{{@@td.-2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求含理更谢乐发推票盟补加字].*?[】）\\)]}}•{{@@td.-1@text}}\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/\\//g,'-')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "name": "td.0@a@text"
    },
    "ruleToc": {
      "chapterList": ".chapterlist@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.xxwx8.com/xxlist/{{key}}_{{page}}.html",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "晋江🔸阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.jjwxc.net/channel/index/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 260,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 8.0.0; zh-cn; MIX 2 Build/OPR1.170623.027) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\"\n}",
    "lastUpdateTime": 1676871591488,
    "loginUrl": "http://m.jjwxc.net",
    "respondTime": 3916,
    "ruleBookInfo": {
      "author": "$.authorName",
      "canReName": "1",
      "coverUrl": "$.novelCover",
      "intro": "<js>\n//请假条\na=JSON.parse(java.ajax('http://app.jjwxc.org/androidapi/getnovelOtherInfo?novelId='+baseUrl.match(/(\\d+)/)[1]+'&type=novelbasicinfo&versionCode=163'));\n$=a.novelLeave;\nn='\\n';\nleave=$.leaveContent?'————————•————————'+n+'​'+n+$.leaveDateBack+n+'​'+'​'+'      '+$.leaveContent+n+$.leaveDate.replace(/请假时间：/,'⌚️')+n+$.leaveIntro:'';\njava.put('leave',leave);\njava.put('intro',JSON.parse(result).novelIntro.replace(/\\#/g,'◆'));\nresult\n</js>\n&nbsp;&nbsp;📖{{$.novelIntroShort##。$}}📖{{'\\n&lrm;'}}<br>\n◉ 标签：{{$.novelTags##,|\\s##🏷}}<br>\n◉ {{$.protagonist##,|，|；|;##、}}<br>\n◉ {{$.costar##,|，|；|;##、}}<br>\n◉ {{$.other##,|，|；|;##、}}<br>\n◉ 视角：{{$.mainview}}<br>\n◉ 评分：{{$.novelReviewScore}}<br>\n◉ 收藏：{{$.novelbefavoritedcount}}<br>\n{{String(java.get('intro')).replace(/立意:/,'◎◎ 立意：')}}<br>{{java.get('leave')}}<br>\n{{'\\n'+'​'}}\n◉ 霸王票排行：{{$.ranking}}<br>\n◉ 灌溉：{{$.nutrition_novel}}    ◉ 评论：{{$.comment_count}}<br> \n◉ 风格：{{$.novelStyle}}\n<js>\nresult=String(result);\nli=result.match(/◎ 立意.*/)?'&lrm;\\n'+result.match(/(◎ 立意.*?<br>)/)[1]:'';\nString(result).replace(/📖📖/,'').replace(/(◉ 收藏.*?<br>)/,'$1\\n'+li+'&lrm;\\n'+'————————•————————\\n').replace(/◎◎ 立意.*<br>/,'').replace(/(?:◉ 标签：|◉ 主角：|◉ 配角：|◉ 其它：|◉ 视角：|◉ 评分：)<br>/g,'')</js>",
      "kind": "{{step=java.getString('$.novelStep')=='2'?'已完结':'连载中';}},{{$.novelClass&&$.novelTags}}##-##,",
      "lastChapter": "<js>last=JSON.parse(java.ajax('http://android.jjwxc.net/androidapi/chapterList?novelId='+baseUrl.match(/(\\d+)/)[1])).chapterlist;\n$=last[last.length-1];\nvip=$.isvip?'🔒':'';\nchapterid=$.chapterid;\nchaptername=$.chaptername;\ndate=$.chapterdate;\nvip+chapterid+'.'+chaptername+'•'+date\n</js>",
      "name": "$.novelName",
      "tocUrl": "http://app-cdn.jjwxc.net/androidapi/chapterList?novelId={{baseUrl.match(/novelId=(\\d+)/)[1]}}&more=0&whole=1",
      "wordCount": "$.novelSize##,"
    },
    "ruleContent": {
      "content": "<js>\nvar javaImport = new JavaImporter();\njavaImport.importPackage(\n     Packages.java.lang,\n    Packages.javax.crypto.spec,\n    Packages.javax.crypto,\n    Packages.java.util \n);\nwith(javaImport){\n    let IV_PARAMETER = String(\"1ae2c94b\");\n    let ALGORITHM = \"DES\"; \n    let CIPHER_ALGORITHM = \"DES/CBC/PKCS5Padding\";\n    let CHARSET = \"utf-8\";\n    let password=String(\"KK!%G3JdCHJxpAF3%Vg9pN\");\n\n\nfunction decode(data){\nlet dks = new DESKeySpec(String(password).getBytes());\nlet keyFactory = SecretKeyFactory.getInstance(\"DES\");\nlet secretKey = keyFactory.generateSecret(dks);\nlet cipher = Cipher.getInstance(CIPHER_ALGORITHM);\nlet iv = new IvParameterSpec(IV_PARAMETER.getBytes(CHARSET));\ncipher.init(Cipher.DECRYPT_MODE, secretKey, iv);\nreturn new String(cipher.doFinal(Base64.getDecoder().decode(String(data).getBytes(CHARSET))), CHARSET);\n\n}\n}\n//DES解密结束\n\nintro=java.get(\"intro\");\nintro=intro!=\"\"?\"◎\"+intro+\"◎<br>\":\"\";\ncontent=java.getString(\"$.content\");\nsaybody=java.getString(\"$.sayBody\");\nsay=saybody!=\"\"?\"\\n作者有话说：\\n\"+saybody:\"\";\nif(baseUrl.match(/token/)){\n\nresult=intro+String(decode(content)+say);\n}else{result=intro+content+say}\n</js>",
      "imageStyle": "TEXT",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "@JSon:$.authorname",
      "bookList": "<js>\nkey=java.get('key');\npage=java.get('page');\n\n//创建两个空数组\njson=[];json2=[];\n\n//判定json里是否有items\nif(JSON.parse(result).items){\njson=JSON.parse(result).items;}\n\n//加载作者搜索页面并转为json\njson1=JSON.parse(java.ajax('http://android.jjwxc.net/androidapi/search?keyword='+key+'&type=2&page='+page+'&searchType=2&sortMode=DESC'));\n\n//判定json里是否有items\nif(json1.items){\njson2=json1.items\n}\n\n//书名搜索列表与作者搜索列表拼接\nlist=json.concat(json2);\n\n\nresult=JSON.stringify(list)\n</js>\n$.[*]",
      "bookUrl": "http://app-cdn.jjwxc.net/androidapi/novelbasicinfo?novelId={{$.novelid||$.novelId}}",
      "coverUrl": "@JSon:$.cover",
      "intro": "$.novelintroshort",
      "kind": "@JSon:$.tags&&$.novelSizeformat##\\s##,",
      "lastChapter": "@js:\nlast=JSON.parse(java.ajax('http://android.jjwxc.net/androidapi/chapterList?novelId={{$.novelid||$.novelId}}')).chapterlist;\nif(last){\nlast=last[last.length-1];\nvip=last.isvip!=0?\"🔒\":'';\ndate=last.chapterdate;\nchapter=last.chaptername;\nchapterid=last.chapterid;\nresult=vip+chapterid+'.'+chapter+'•'+date}",
      "name": "$.novelname@put:{id:$.novelid||$.novelId}",
      "wordCount": "$.novelstep\n@js:result==2?'已完结':'连载中';"
    },
    "ruleToc": {
      "chapterList": "<js>last=JSON.parse(java.ajax('http://android.jjwxc.net/androidapi/chapterList?novelId='+baseUrl.match(/novelId=(\\d+)/)[1])).chapterlist;\nlast=last[last.length-1];\nlist=JSON.parse(result).chapterlist;\nlist.push(last);\ncookie=java.getCookie(\"http://m.jjwxc.net\",\"sid\");\njava.put('cookie',cookie);\nJSON.stringify(list)\n</js>\n$.[*]",
      "chapterName": "$.chaptername\n@js:\nresult=result.replace(/^\\s+/,'');\nintro=java.getString(\"$.chapterintro\");\njava.put(\"intro\",intro);\nvip='{{$.isvip}}'!='0';\nlock='{{$.islock}}'!='0';\ntype='{{$.chaptertype}}'=='1';\nnum=!type?'{{$.chapterid}}、':'';\nif(result.match(/[一二三四五六七八九十百千万\\d]+\\s*章|^\\d+[、\\.\\s]|chapter\\s*\\d+/i)){\nnum=''\n}else{num=num}\njuan=type?'📖 '+result+' 📖':result;\nv=vip&&!type?'🔒 ':'';l=lock?'[此章节已锁]':'';\nresult=v+num+juan+l;",
      "chapterUrl": "$.chapterid\n@js:\ncookie=java.get('cookie');\nvip='{{$.isvip}}'!='0';\ntype='{{$.chaptertype}}'=='1';\nif(!type){\nif(vip){\nresult=\"http://app.jjwxc.org/androidapi/chapterContent?novelId=\"+baseUrl.match(/novelId=(\\d+)/)[1]+'&versionCode=191&token='+cookie+'&chapterId='+result\n}else{result='https://app-cdn.jjwxc.net/androidapi/chapterContent?novelId='+baseUrl.match(/novelId=(\\d+)/)[1]+'&chapterId='+result}\n}else{result='http://www.baidu.com?wd='+result}",
      "isVip": "",
      "updateTime": "{{$.chaptersize}}字•{{$.chapterdate}}•{{$.chapterintro##^\\s*}}##^•|0000-00-00.*|^0字•"
    },
    "searchUrl": "http://android.jjwxc.net/androidapi/search?keyword={{key}}&type=1&page={{page}}&searchType=1&sortMode=DESC\n@js:java.put('key',key);java.put('page',page);result",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃哎呦文学🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.auwxw.com#🎃",
    "customButton": false,
    "customOrder": 261,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 2362,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "init": "",
      "intro": "[property$=description]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "text.阅读目录@href"
    },
    "ruleContent": {
      "content": "#Lab_Contents@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".right_wid a:nth-child(2)@text",
      "bookList": "#ListContents > div:nth-child(n+1)",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": ".neirongh5 > a@text",
      "kind": ".right_wid > .biaoqian > a@text",
      "lastChapter": "div:nth-child(4) > a@text##最新章节",
      "name": ".right_wid .fonttext@text"
    },
    "ruleToc": {
      "chapterList": "div:nth-child(n+5) > span:nth-child(n+1) > a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ""
    },
    "searchUrl": "/aulist/{{key}}.html",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "七猫小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://api-bc.wtzw.com##",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 262,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"男生\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"都市人生\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=203&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"异术超能\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=219&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"玄幻奇幻\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=202&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠仙侠\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=205&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇闻异事\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=204&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=56&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"游戏\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=75&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=64&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"二次元\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=207&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"体育\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=206&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"影视\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=539&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"穿越\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=373&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"鉴宝\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=47&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"重生\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=779&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"血脉\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=426&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"签到\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=565&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"复仇\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=790&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"丹药\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=428&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"无限流\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=557&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"强者回归\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=402&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"医生\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=156&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"战神\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=527&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女婿\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=36&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"皇帝\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=62&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"弃少\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=525&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女总裁\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=89&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"热血\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=1&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"爽文\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=570&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现实\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=12&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"悬疑\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=27&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女生\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"现代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=1&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"总裁豪门\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=8&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=2&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"种田经商\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=16&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"宫闱宅斗\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=209&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"幻想言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=4&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇闻异事\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=204&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"影视原著\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=539&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"短篇\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=541&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"重生\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=779&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女强\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=620&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"年下\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=631&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"空间\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=345&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"穿越\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=373&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"隐婚\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=481&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"系统\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=782&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"快穿\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=335&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"虐渣\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=739&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"日久生情\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=700&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"皇后\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=106&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"王爷\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=125&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"学霸\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=781&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"毒妃\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=109&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"校草\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=701&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女配\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=191&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"甜宠\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=21&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"搞笑\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=788&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"虐恋\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=16&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"治愈\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=17&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"图书\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"现代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=260&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=259&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"青春文学\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=265&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"影视原著\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=539&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"悬疑推理\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=262&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠小说\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=289&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻未来\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=261&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史小说\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=264&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙侠奇缘\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=276&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙侠玄幻\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=288&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现实小说\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=266&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现代军旅\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=290&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"文学艺术\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=240&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人物传记\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=247&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人文科社\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=241&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"少儿教育\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=258&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经管励志\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=242&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经典文学\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=243&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "",
    "lastUpdateTime": 1734902768665,
    "loginUrl": "",
    "respondTime": 1747,
    "ruleBookInfo": {
      "author": "author",
      "coverUrl": "image_link##_\\d+x\\d+",
      "init": "data.book",
      "intro": "{{$.intro}}",
      "kind": "来源：{{$.source}}@{{$.category_over_words}}@{{$.book_tag_list[*].title}}##@[^・]+・([^・]+)・[^・]+@##,$1,",
      "lastChapter": "{{$.latest_chapter_title}} {{java.timeFormat(java.getString('$.update_time')*1000)}}",
      "name": "title@put:{bid:id}",
      "tocUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.id}}}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\n\"https://api-ks.wtzw.com/api/v1/chapter/chapter-list?\"+urlEncode(params)+\",\"+java.get(\"headers\")",
      "wordCount": "words_num"
    },
    "ruleContent": {
      "content": "@js:\nvar javaImport = new JavaImporter();\njavaImport.importPackage(\n    Packages.java.lang,\n    Packages.javax.crypto.spec,\n    Packages.javax.crypto,\n    Packages.java.util\n);\nwith(javaImport) {\n    function decode(content) {\n        var ivEncData = Base64.getDecoder().decode(String(content));\n        var key = SecretKeySpec(String(\"242ccb8230d709e1\").getBytes(), \"AES\");\n        var iv = IvParameterSpec(Arrays.copyOfRange(ivEncData, 0, 16));\n        var chipher = Cipher.getInstance(\"AES/CBC/PKCS5Padding\");\n        chipher.init(2, key, iv);\n        return String(chipher.doFinal(Arrays.copyOfRange(ivEncData, 16, ivEncData.length)));\n    }\n}\n\n\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':String(java.get('bid')),'chapterId':String(baseUrl.split(\"/\").pop())}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }\n  }\n  return paramStr;\n};\n\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\nurl=\"https://api-ks.wtzw.com/api/v1/chapter/content?\"+urlEncode(params)\ndecode(JSON.parse(java.ajax(url+','+java.get(\"headers\"))).data.content)\n\n"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "<js>\ngender=baseUrl.match(/gender=(\\d+)/)?baseUrl.match(/gender=(\\d+)/)[1]:\"\"\ncategory_id=baseUrl.match(/category_id=(\\d+)/)?baseUrl.match(/category_id=(\\d+)/)[1]:\"\"\nneed_filters=baseUrl.match(/need_filters=(\\d+)/)?baseUrl.match(/need_filters=(\\d+)/)[1]:\"\"\npage=baseUrl.match(/page=(\\d+)/)?baseUrl.match(/page=(\\d+)/)[1]:\"\"\nneed_category=baseUrl.match(/need_category=(\\d+)/)?baseUrl.match(/need_category=(\\d+)/)[1]:\"\"\ntag_id=baseUrl.match(/tag_id=(\\d+)/)?baseUrl.match(/tag_id=(\\d+)/)[1]:\"\"\nsign_key='d3dGiJc651gSQ8w1'\nheaders={'app-version':'51110','platform':'android','reg':'0','AUTHORIZATION':'','application-id':'com.****.reader','net-env':'1','channel':'unknown','qm-params':''}\nheaders['sign']=String(java.md5Encode(Object.keys(headers).sort().reduce((pre,n)=>pre+n+'='+headers[n],'')+sign_key))\n\n\nvar urlEncode = function (param, key, encode) {\n  if(param==null) return '';\n  var paramStr = '';\n  var t = typeof (param);\n  if (t == 'string' || t == 'number' || t == 'boolean') {\n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);\n  } else {\n    for (var i in param) {\n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);\n      paramStr += urlEncode(param[i], k, encode);\n    }\n  }\n  return paramStr;\n};\n\nvar category = function () {\n  params={'gender':gender,'category_id':category_id,'need_filters':need_filters,'page':page,'need_category':need_category}\n  params['sign']=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\n  url=\"https://api-bc.wtzw.com/api/v4/category/get-list?\"+urlEncode(params)\n  return java.ajax(url+','+java.put(\"headers\",JSON.stringify({\"headers\":headers})))\n};\n\nvar tag = function () {\n  params={'gender':gender,'need_filters':need_filters,'page':page,'tag_id':tag_id}\n  params['sign']=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\n  url=\"https://api-bc.wtzw.com/api/v4/tag/index?\"+urlEncode(params)\n  return java.ajax(url+','+java.put(\"headers\",JSON.stringify({\"headers\":headers})))\n};\n\n\nif(baseUrl.match(/category/)){\n  category()\n}else {\n  tag()\n}\n</js>\n$.data.books",
      "bookUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.id}},'imei_ip':'2937357107','teeny_mode':0}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\n\"https://api-bc.wtzw.com/api/v4/book/detail?\"+urlEncode(params)+\",\"+java.get(\"headers\")",
      "coverUrl": "$.image_link",
      "intro": "$.intro",
      "kind": "{{$.score}}分,{{$.alias_title}},{{$.ptags}}",
      "name": "$.title",
      "wordCount": "$.words_num"
    },
    "ruleSearch": {
      "author": "original_author",
      "bookList": "data.books",
      "bookUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.id}},'imei_ip':'2937357107','teeny_mode':0}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\n\"/api/v4/book/detail?\"+urlEncode(params)+\",\"+java.get(\"headers\")",
      "coverUrl": "image_link",
      "intro": "intro",
      "kind": "{{$.score}}分,{{$.alias_title}},{{$.ptags}}",
      "name": "original_title",
      "wordCount": "words_num"
    },
    "ruleToc": {
      "chapterList": "data.chapter_lists",
      "chapterName": "title",
      "chapterUrl": "id",
      "updateTime": "{{$.words}} 字"
    },
    "searchUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nheaders={'app-version':'51110','platform':'android','reg':'0','AUTHORIZATION':'','application-id':'com.****.reader','net-env':'1','channel':'unknown','qm-params':''}\n\nparams={'gender':'3','imei_ip':'2937357107','page':page,'wd':key}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\n\nheaderSign=String(java.md5Encode(Object.keys(headers).sort().reduce((pre,n)=>pre+n+'='+headers[n],'')+sign_key))\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nheaders['sign']=headerSign\nparams['sign']=paramSign\nbody=urlEncode(params)\n\n\"/api/v5/search/words?\" +body+\",\"+java.put(\"headers\",JSON.stringify({\"headers\":headers}))",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "三八小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.38xs.com#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 263,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1734979709597,
    "respondTime": 11213,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}##.*观看小说:",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": "#content@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##喜欢.*请大家收藏.+更新速度全网最快。"
    },
    "ruleExplore": {
      "author": ".s4@text",
      "bookList": "ul li",
      "bookUrl": "a.0@href",
      "kind": "span.0:-text##\\[|\\]",
      "lastChapter": "a.1@text",
      "name": ".s2@text"
    },
    "ruleSearch": {
      "author": "span.0@text",
      "bookList": "#sitembox dl",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "dd.-2@text",
      "kind": "span.-3:-4:-1@text",
      "lastChapter": "a.-1@text",
      "name": "h3@text",
      "wordCount": "span.-2@text"
    },
    "ruleToc": {
      "chapterList": "#list dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search.html,{\n  \"body\": \"searchtype=all&searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "爱丽丝书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://xn--vcsx64d.alicesw2.sbs",
    "customButton": false,
    "customOrder": 264,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"校园\",\n    \"url\": \"{{bhost()}}/lists/61.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"贤者小说\",\n    \"url\": \"{{bhost()}}/lists/79.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"{{bhost()}}/lists/62.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"奇幻\",\n    \"url\": \"{{bhost()}}/lists/75.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"强奸\",\n    \"url\": \"{{bhost()}}/lists/74.htm&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"同人\",\n    \"url\": \"{{bhost()}}/lists/73.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"{{bhost()}}/lists/71.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"乡村\",\n    \"url\": \"{{bhost()}}/lists/63.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"{{bhost()}}/lists/64.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"系统\",\n    \"url\": \"{{bhost()}}/lists/69.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"{{bhost()}}/lists/68.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"{{bhost()}}/lists/67.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"明星\",\n    \"url\": \"{{bhost()}}/lists/72.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"乱伦\",\n    \"url\": \"{{bhost()}}/lists/65.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"穿越\",\n    \"url\": \"{{bhost()}}/lists/70.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"凌辱\",\n    \"url\": \"{{bhost()}}/lists/46.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"反差\",\n    \"url\": \"{{bhost()}}/lists/22.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"堕落\",\n    \"url\": \"{{bhost()}}/lists/18.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"纯爱\",\n    \"url\": \"{{bhost()}}/lists/19.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"伪娘\",\n    \"url\": \"{{bhost()}}/lists/52.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"性奴\",\n    \"url\": \"{{bhost()}}/lists/45.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"萝莉\",\n    \"url\": \"{{bhost()}}/lists/48.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"熟女\",\n    \"url\": \"{{bhost()}}/lists/56.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"禁忌\",\n    \"url\": \"{{bhost()}}/lists/51.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"NTR\",\n    \"url\": \"{{bhost()}}/lists/54.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"媚黑\",\n    \"url\": \"{{bhost()}}/lists/53.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"绿帽\",\n    \"url\": \"{{bhost()}}/lists/55.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"调教\",\n    \"url\": \"{{bhost()}}/lists/58.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"女主\",\n    \"url\": \"{{bhost()}}/lists/59.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"正太\",\n    \"url\": \"{{bhost()}}/lists/50.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"下克上\",\n    \"url\": \"{{bhost()}}/lists/43.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"反转\",\n    \"url\": \"{{bhost()}}/lists/23.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"羞耻\",\n    \"url\": \"{{bhost()}}/lists/34.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"百合\",\n    \"url\": \"{{bhost()}}/lists/47.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"重口\",\n    \"url\": \"{{bhost()}}/lists/21.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"{{bhost()}}/lists/57.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"人气榜\",\n    \"url\": \"{{bhost()}}/all/order/hits+desc.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"字数榜\",\n    \"url\": \"{{bhost()}}/all/order/word+desc.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"推荐榜\",\n    \"url\": \"{{bhost()}}/all/order/recommend+desc.html&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  }\n]",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; U; Android 13; zh-Hans-CN; PFJM10 Build/TP1A.220905.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/135.0.4896.58 Mobile Safari/537.36\",\"Accept-Language\":\"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\",\"referer\":\"{{baseUrl}}\"}",
    "jsLib": "function bhost() { \n  return \"https://xn--vcsx64d.alicesw2.buzz\";\n}\n",
    "lastUpdateTime": 1758160815853,
    "loginCheckJs": "cookie.removeCookie(source.getKey())\nresult",
    "respondTime": 37216,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": ".imgbox@img@src",
      "intro": "<br>{{@[property=\"og:description\"]@content}}",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "text.全部章节@href",
      "wordCount": "text.字数@text##字数：?:?\\s?"
    },
    "ruleContent": {
      "content": ".content_txt@p@html"
    },
    "ruleExplore": {
      "author": "span.2@text",
      "bookList": ".txt-list-row3@li",
      "bookUrl": "a.0@href",
      "coverUrl": "{{\"https://img.321cdn.com/img/01.png\"}}",
      "kind": "span.1@text##\\[|\\]",
      "name": "a.0@ownText"
    },
    "ruleSearch": {
      "author": "a.1@text",
      "bookList": ".list-group-item",
      "bookUrl": "a.0@href",
      "coverUrl": "{{\"https://img.321cdn.com/img/01.png\"}}",
      "intro": "p.1@text",
      "kind": "small@text&&p.3@text##.*更新时间：|\\[|\\]",
      "name": "a.0@text##^\\d+\\.\\s",
      "wordCount": "p.0@ownText##作者：|\\s字数：|　 .*"
    },
    "ruleToc": {
      "chapterList": ".section-list@li@a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{\"webView\": true}"
    },
    "searchUrl": "{{bhost()}}/search.html?q={{key}}&f=_all&sort=relevance&p={{page}}&serialize=",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃森林文学🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://23.224.242.55#🎃",
    "customButton": false,
    "customOrder": 265,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 28,
    "ruleBookInfo": {
      "coverUrl": "class.imgbox@img@src",
      "intro": "&nbsp;&nbsp;\n📕书名：{{@css:body>div.container>div.row-section>div.layout-col1>h2@text##最新章节.*|.*正文}}\n✏️作者：{{@css:body>div.container>div.row-detail>div.layout-col1>div.detail-box>div.info>div.top>div.fix>p@text##类别.*|状态.*|动作.*|最后更新.*|作者：|最新章节.*}}\n⏳更新时间：{{@@div.info>div.top>div.fix>p.4@text##最后更新：}}\n💡最新章节：{{@@div.info>div.top>div.fix>p.5@text##最新章节：}}\n🏷相关标签：{{@@div.info>div.top>div.fix>p.2@text##状态：}}|类别：{{@@div.info>div.top>div.fix>p.1@text##类别：}}\n📜简介：{{@css:body>div.container>div.row-detail>div.layout-col1>div.detail-box>div.xs-show@text##简介\\:}}"
    },
    "ruleContent": {
      "content": "id.content@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##.*\\(第\\d+/\\d+页\\)|（本章未完，请点击下一页继续阅读）"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "@span.3@text",
      "bookList": "class.txt-list txt-list-row5@li!0",
      "bookUrl": "@span.1@a@href",
      "kind": "@span.0@text##\\[|\\]",
      "lastChapter": "@span.2@text",
      "name": "@span.1@text"
    },
    "ruleToc": {
      "chapterList": "class.section-list fix@li",
      "chapterName": "@a@text",
      "chapterUrl": "@a@href",
      "nextTocUrl": "class.onclick@href"
    },
    "searchUrl": "http://23.224.242.55/ar.php?keyWord={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版",
    "bookSourceName": "💰 若初文学",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ruochu.com#一程",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 266,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "短篇::http://search.ruochu.com/web/all?sort=110&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n婚恋::http://search.ruochu.com/web/all?sort=35&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n都市::http://search.ruochu.com/web/all?sort=4&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n职场::http://search.ruochu.com/web/all?sort=11&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n豪门::http://search.ruochu.com/web/all?sort=12&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n总裁::http://search.ruochu.com/web/all?sort=13&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n架空::http://search.ruochu.com/web/all?sort=15&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n穿越::http://search.ruochu.com/web/all?sort=17&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n宫斗::http://search.ruochu.com/web/all?sort=19&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n宅斗::http://search.ruochu.com/web/all?sort=20&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n青春::http://search.ruochu.com/web/all?sort=21&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n仙侠::http://search.ruochu.com/web/all?sort=7&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n修真::http://search.ruochu.com/web/all?sort=22&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n玄幻::http://search.ruochu.com/web/all?sort=6&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n武侠::http://search.ruochu.com/web/all?sort=8&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n历史::http://search.ruochu.com/web/all?sort=3&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n纯爱::http://search.ruochu.com/web/all?sort=23&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0",
    "lastUpdateTime": 1680064750128,
    "loginUrl": "",
    "respondTime": 788,
    "ruleBookInfo": {
      "tocUrl": "text.目录@href"
    },
    "ruleContent": {
      "content": "class.page-content@html",
      "imageStyle": "0"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.authorname",
      "bookList": "$.data.content",
      "bookUrl": "$.id@js:\"https://www.ruochu.com/book/\"+result",
      "coverUrl": "$.iconUrlSmall@js:\"https://b.heiyanimg.com\"+result",
      "intro": "$.introduce",
      "kind": "$.sortname",
      "lastChapter": "$.lastchaptername",
      "name": "$.name"
    },
    "ruleToc": {
      "chapterList": "class.float-list fill-block@tag.li",
      "chapterName": "html@js:if(result.match(/isvip/)){\nresult=\"🔒\"+result.match(/>([^<]+)<\\/a>/)[1];\n}else{result=result.match(/>([^<]+)<\\/a>/)[1];}",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://search.ruochu.com/web/search?queryString={{key}}&highlight=false&page=1",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "漫画",
    "bookSourceName": "野蛮漫画（优）",
    "bookSourceType": 2,
    "bookSourceUrl": "https://mhbao.colacomic.com",
    "customButton": false,
    "customOrder": 267,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "周一::https://yemancomic.com/update/1.html\n周二::https://yemancomic.com/update/2.html\n周三::https://yemancomic.com/update/3.html\n周四::https://yemancomic.com/update/4.html\n周五::https://yemancomic.com/update/5.html\n周六::https://yemancomic.com/update/6.html\n周日::https://yemancomic.com/update/7.html\n全部::https://yemancomic.com/comiclists/9/全部/3/{{page}}.html\n长条::https://yemancomic.com/comiclists/9/长条/3/{{page}}.html\n大女主::https://yemancomic.com/comiclists/9/大女主/3/{{page}}.html\n百合::https://yemancomic.com/comiclists/9/百合/3/{{page}}.html\n耽美::https://yemancomic.com/comiclists/9/耽美/3/{{page}}.html\n纯爱::https://yemancomic.com/comiclists/9/纯爱/3/{{page}}.html\n後宫::https://yemancomic.com/comiclists/9/後宫/3/{{page}}.html\n韩漫::https://yemancomic.com/comiclists/9/韩漫/3/{{page}}.html\n奇幻::https://yemancomic.com/comiclists/9/奇幻/3/{{page}}.html\n轻小说::https://yemancomic.com/comiclists/9/轻小说/3/{{page}}.html\n生活::https://yemancomic.com/comiclists/9/生活/3/{{page}}.html\n悬疑::https://yemancomic.com/comiclists/9/悬疑/3/{{page}}.html\n格斗::https://yemancomic.com/comiclists/9/格斗/3/{{page}}.html\n搞笑::https://yemancomic.com/comiclists/9/搞笑/3/{{page}}.html\n伪娘::https://yemancomic.com/comiclists/9/伪娘/3/{{page}}.html\n竞技::https://yemancomic.com/comiclists/9/竞技/3/{{page}}.html\n职场::https://yemancomic.com/comiclists/9/职场/3/{{page}}.html\n萌系::https://yemancomic.com/comiclists/9/萌系/3/{{page}}.html\n冒险::https://yemancomic.com/comiclists/9/冒险/3/{{page}}.html\n治愈::https://yemancomic.com/comiclists/9/治愈/3/{{page}}.html\n都市::https://yemancomic.com/comiclists/9/都市/3/{{page}}.html\n霸总::https://yemancomic.com/comiclists/9/霸总/3/{{page}}.html\n神鬼::https://yemancomic.com/comiclists/9/神鬼/3/{{page}}.html\n侦探::https://yemancomic.com/comiclists/9/侦探/3/{{page}}.html\n爱情::https://yemancomic.com/comiclists/9/爱情/3/{{page}}.html\n古风::https://yemancomic.com/comiclists/9/古风/3/{{page}}.html\n欢乐向::https://yemancomic.com/comiclists/9/欢乐向/3/{{page}}.html\n科幻::https://yemancomic.com/comiclists/9/科幻/3/{{page}}.html\n穿越::https://yemancomic.com/comiclists/9/穿越/3/{{page}}.html\n性转换::https://yemancomic.com/comiclists/9/性转换/3/{{page}}.html\n校园::https://yemancomic.com/comiclists/9/校园/3/{{page}}.html\n美食::https://yemancomic.com/comiclists/9/美食/3/{{page}}.html\n悬疑::https://yemancomic.com/comiclists/9/悬疑/3/{{page}}.html\n剧情::https://yemancomic.com/comiclists/9/剧情/3/{{page}}.html\n热血::https://yemancomic.com/comiclists/9/热血/3/{{page}}.html\n节操::https://yemancomic.com/comiclists/9/节操/3/{{page}}.html\n励志::https://yemancomic.com/comiclists/9/励志/3/{{page}}.html\n异世界::https://yemancomic.com/comiclists/9/异世界/3/{{page}}.html\n历史::https://yemancomic.com/comiclists/9/历史/3/{{page}}.html\n战争::https://yemancomic.com/comiclists/9/战争/3/{{page}}.html\n恐怖::https://yemancomic.com/comiclists/9/恐怖/3/{{page}}.html\n霸总::https://yemancomic.com/comiclists/9/霸总/3/{{page}}.html\n日漫::https://yemancomic.com/comiclists/1/%E5%85%A8%E9%83%A8/3/{{page}}.html\n港台::https://yemancomic.com/comiclists/2/%E5%85%A8%E9%83%A8/3/{{page}}.html\n美漫::https://yemancomic.com/comiclists/3/%E5%85%A8%E9%83%A8/3/{{page}}.html\n国漫::https://yemancomic.com/comiclists/4/%E5%85%A8%E9%83%A8/3/{{page}}.html\n韩漫::https://yemancomic.com/comiclists/5/%E5%85%A8%E9%83%A8/3/{{page}}.html\n未分类::https://yemancomic.com/comiclists/6/%E5%85%A8%E9%83%A8/3/{{page}}.html\n连载中::https://yemancomic.com/comiclists/9/%E5%85%A8%E9%83%A8/4/{{page}}.html\n已完结::https://yemancomic.com/comiclists/9/%E5%85%A8%E9%83%A8/1/{{page}}.html",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 10; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 Mobile Safari/537.36 SearchCraft/3.6.5 (Baidu; P1 9.0)\"\n}",
    "lastUpdateTime": 1759571891916,
    "respondTime": 4497,
    "ruleBookInfo": {
      "author": "span.author@text",
      "intro": "id.js_desc_content@text",
      "kind": "ul.types@tag.a@text",
      "lastChapter": "span.last-chapter@text",
      "name": "h1.name@textNodes"
    },
    "ruleContent": {
      "content": "#imgsec@img@data-src@js:\nheaders={\"headers\":{\"Referer\":baseUrl}}\n;\nresult.split(\"\\n\").map(x=>'<img src=\\\"'+x+','+JSON.stringify(headers)+'\\\">').join(\"\\n\")",
      "imageStyle": "FULL",
      "nextContentUrl": "@css:a[href~=(-|_)\\d+]:contains(下一页)@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "li.comic-item",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "img@src@js:\nheader={\"Referer\":\"https://yemancomic.com\"}\nheaders={\"headers\":JSON.stringify(header)}\nresult=result+','+JSON.stringify(headers)",
      "lastChapter": "span.chapter@text",
      "name": "p.title@text"
    },
    "ruleToc": {
      "chapterList": ".chapter-list@ul@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://yemancomic.com/search?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃灯读文学🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "https://s30007.zhongyue001.com#🎃",
    "customButton": false,
    "customOrder": 268,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type)=>{\n\t\tjson = JSON.stringify({\n\t\t\t\ttitle: title,\n\t\t\t\turl: url?url:\"\",\n\t\t\t\tstyle: {\n\t\t\t\t\t\tlayout_flexGrow: 1,\n\t\t\t\t\t\tlayout_flexBasisPercent: type\n\t\t\t\t\t}\n\t\t\t});\n\t\treturn sort.push(json);\n\t}\n$$=(category_id,sex)=>`https://s30007.zhongyue001.com/book/index?category_id=${category_id}&sex=${sex}&page={{page}\\}&type=category`;\n[\n\t\t[\"男\",[[\"都市\",2],[\"玄幻\",1],[\"仙侠\",3],[\"奇幻\",5],[\"历史\",6],[\"军事\",7],[\"科幻\",9],[\"游戏\",10]]],\n\t\t[\"女\",[[\"现代言情\",12],[\"古代言情\",13],[\"幻想言情\",14],[\"青春校园\",15]]]\n].map(([title,list],sex)=>{\n\t\tsex++;\n\t\tpush('༺ˇ»`ʚ'+title+'频分类ɞ´«ˇ༻',null,1);\n\t\tlist.map([title,category_id]=>{\n\t\t\t\tpush(title,$$(category_id,sex),0.25);\n\t\t\t});\n\t});\n'['+sort.toString()+']'",
    "header": "{\n\"Content-Type\": \"application/x-www-form-urlencoded\",\n\"ver\": \"1.0.0.0.8\",\n\"token\": \"frbcut22dxuv8wfu31hnvznrd1hht741\",\n\"uid\": \"471097\",\n\"osType\": \"1\",\n\"clientVer\": \"1.0.4\",\n\"User-Agent\": \"okhttp/4.9.1\"\n}",
    "lastUpdateTime": 0,
    "respondTime": 1127,
    "ruleBookInfo": {
      "author": "$.book_info.author",
      "coverUrl": "https://static.zhongyue001.com//{{$.book_info.spic}}",
      "init": "$.data.book_info_link\n@js:java.ajax(result)",
      "intro": "<br>{$.book_info.descp}",
      "kind": "$.book_info.category_name&&连载中{$.book_info.status}已完结&&$.book_info.updated_at\n##连载中0|1已完结| \\d.*",
      "lastChapter": "$.last_chapter.name",
      "name": "$.book_info.name",
      "tocUrl": "https://s30007.zhongyue001.com/chapter/index?bid={{$.book_info.id}}",
      "wordCount": "$.book_info.word"
    },
    "ruleContent": {
      "content": "$.data.current.link||$.data.chapter_link\n<js>java.ajax(result)</js>\n$.chapter_info.body"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.list",
      "bookUrl": "https://s30007.zhongyue001.com/book/show?bid={{$.id}}",
      "checkKeyWord": "",
      "coverUrl": "https://static.zhongyue001.com//{{$.spic}}",
      "intro": "$.descp",
      "kind": "$.category_name&&连载中{$.status}已完结&&$.updated_at\n##连载中0|1已完结| \\d.*",
      "lastChapter": "第{$.chapter_num}章",
      "name": "$.name",
      "wordCount": "$.word"
    },
    "ruleToc": {
      "chapterList": "<js>java.ajax(JSON.parse(result).data.chapter_list_link)</js>\n$.chapter_list",
      "chapterName": "$.name",
      "chapterUrl": "{{baseUrl.replace('index','show')}}&num={{$.num}}",
      "isVolume": "",
      "updateTime": ""
    },
    "searchUrl": "https://s30007.zhongyue001.com/book/index?page={{page}}&type=search&keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "蚂蚁文学🥉",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.mayiwxw.com#Namo1101",
    "bookUrlPattern": "https://www.biquges.com",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 269,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n    \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0\",\n    \"cookie\":\"Hm_lvt_8fd9f526ca72jb9418ca50c2g79d2f70=1597461516\"\n}",
    "lastUpdateTime": 1719731685990,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 776,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作    者：",
      "coverUrl": "id.fmimg@tag.img.0@src",
      "init": "id.maininfo",
      "intro": "id.intro@text",
      "kind": "id.info@tag.p.2@text##最后更新：",
      "lastChapter": "id.info@tag.p.3@a@text",
      "name": "id.info@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@html##最新网址：www.mayiwsk.com|请记住本书首发域名：|.net。|顶点小说手机版阅读网址：|最新网址：www.mayiwxw.com"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "tag.td.0@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.biquges.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "tag.td.4@text",
      "lastChapter": "tag.td.1@tag.a@text",
      "name": "tag.td.0@tag.a@text",
      "wordCount": "tag.td.3@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.mayiwxw.com/modules/article/search.php?searchkey={{key}}",
    "weight": 80
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "飞卢小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.faloo.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 270,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单·全部\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"最新\",\"url\":\"/y_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击\",\"url\":\"/y_0_0_0_0_0_1_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击\",\"url\":\"/y_0_0_0_0_0_2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总点击\",\"url\":\"/y_0_0_0_0_0_3_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周打赏\",\"url\":\"/y_0_0_0_0_0_13_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月打赏\",\"url\":\"/y_0_0_0_0_0_17_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总打赏\",\"url\":\"/y_0_0_0_0_0_18_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"催更榜\",\"url\":\"/y_0_0_0_0_0_19_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周鲜花\",\"url\":\"/y_0_0_0_0_0_4_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月鲜花\",\"url\":\"/y_0_0_0_0_0_5_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总鲜花\",\"url\":\"/y_0_0_0_0_0_6_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周收藏\",\"url\":\"/y_0_0_0_0_0_7_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月收藏\",\"url\":\"/y_0_0_0_0_0_8_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总收藏\",\"url\":\"/y_0_0_0_0_0_9_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月字数\",\"url\":\"/y_0_0_0_0_0_12_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总字数\",\"url\":\"/y_0_0_0_0_0_10_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"新书PK榜\",\"url\":\"/y_0_0_0_0_0_66_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月票\",\"url\":\"/y_0_0_0_0_0_15_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻·全部\",\"url\":\"/y_1_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"异世大陆\",\"url\":\"/y_1_28_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"东方玄幻\",\"url\":\"/y_1_29_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"神话传说\",\"url\":\"/y_1_50_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"转世重生\",\"url\":\"/y_1_30_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"王朝争霸\",\"url\":\"/y_1_31_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"上古神话\",\"url\":\"/y_1_56_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"变身情缘\",\"url\":\"/y_1_32_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"穿越附身\",\"url\":\"/y_1_81_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"武侠仙侠·全部\",\"url\":\"/y_6_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"传统武侠\",\"url\":\"/y_6_26_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠修真\",\"url\":\"/y_6_25_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"浪子异侠\",\"url\":\"/y_6_27_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古典仙侠\",\"url\":\"/y_6_78_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"星际修真\",\"url\":\"/y_6_79_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代修真\",\"url\":\"/y_6_80_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"同人小说·全部\",\"url\":\"/y_44_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"动漫同人\",\"url\":\"/y_44_69_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"小说同人\",\"url\":\"/y_44_53_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"影视同人\",\"url\":\"/y_44_52_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"耽美小说\",\"url\":\"/y_44_68_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"都市言情·全部\",\"url\":\"/y_4_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"浪漫言情\",\"url\":\"/y_4_13_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市生活\",\"url\":\"/y_4_14_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市异能\",\"url\":\"/y_4_45_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"商海沉浮\",\"url\":\"/y_4_15_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"宦海风云\",\"url\":\"/y_4_17_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"职场生涯\",\"url\":\"/y_4_16_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"豪门恩怨\",\"url\":\"/y_4_18_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"军事历史·全部\",\"url\":\"/y_3_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"穿越时空\",\"url\":\"/y_3_71_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"架空历史\",\"url\":\"/y_3_19_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"历史传记\",\"url\":\"/y_3_72_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"三国梦想\",\"url\":\"/y_3_73_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"人文历史\",\"url\":\"/y_3_74_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代战争\",\"url\":\"/y_3_20_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"战争幻想\",\"url\":\"/y_3_76_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"特种军旅\",\"url\":\"/y_3_21_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"科幻网游·全部\",\"url\":\"/y_2_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"虚拟网游\",\"url\":\"/y_2_33_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"电子竞技\",\"url\":\"/y_2_70_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"超黑科技\",\"url\":\"/y_2_101_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"星际科幻\",\"url\":\"/y_2_102_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"足球运动\",\"url\":\"/y_2_36_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"篮球运动\",\"url\":\"/y_2_35_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"其它竞技\",\"url\":\"/y_2_34_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"恐怖灵异·全部\",\"url\":\"/y_5_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"恐怖惊悚\",\"url\":\"/y_5_24_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"推理悬念\",\"url\":\"/y_5_22_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"灵异神怪\",\"url\":\"/y_5_23_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"神秘时空\",\"url\":\"/y_5_65_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"青春校园·全部\",\"url\":\"/y_7_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"菁菁校园\",\"url\":\"/y_7_10_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园言情\",\"url\":\"/y_7_11_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"另类校园\",\"url\":\"/y_7_12_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"贵爵童话\",\"url\":\"/y_7_90_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"魔法校园\",\"url\":\"/y_7_55_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园同人\",\"url\":\"/y_7_89_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"女生小说·全部\",\"url\":\"/y_54_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"古色添香\",\"url\":\"/y_54_91_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市豪门\",\"url\":\"/y_54_92_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"纯爱耽美\",\"url\":\"/y_54_93_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越架空\",\"url\":\"/y_54_94_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"豪门恩怨\",\"url\":\"/y_54_95_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"幻想精灵\",\"url\":\"/y_54_96_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古典言情\",\"url\":\"/y_54_48_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"轻小说·全部\",\"url\":\"/y_97_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"轻幻想\",\"url\":\"/y_97_98_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"重幻想\",\"url\":\"/y_97_99_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"日常类\",\"url\":\"/y_97_100_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"短篇其他·全部\",\"url\":\"/y_9_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"历史演义\",\"url\":\"/y_9_47_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"散文诗词\",\"url\":\"/y_9_58_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"休闲美文\",\"url\":\"/y_9_59_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"杂文笔记\",\"url\":\"/y_9_41_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"短篇小说\",\"url\":\"/y_9_42_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"改编剧本\",\"url\":\"/y_9_63_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"其他\",\"url\":\"/y_9_43_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"榜单·完本\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"最新\",\"url\":\"/y_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击\",\"url\":\"/y_0_0_0_0_2_1_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击\",\"url\":\"/y_0_0_0_0_2_2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总点击\",\"url\":\"/y_0_0_0_0_2_3_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周打赏\",\"url\":\"/y_0_0_0_0_2_13_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月打赏\",\"url\":\"/y_0_0_0_0_2_17_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总打赏\",\"url\":\"/y_0_0_0_0_2_18_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"催更榜\",\"url\":\"/y_0_0_0_0_2_19_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周鲜花\",\"url\":\"/y_0_0_0_0_2_4_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月鲜花\",\"url\":\"/y_0_0_0_0_2_5_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总鲜花\",\"url\":\"/y_0_0_0_0_2_6_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周收藏\",\"url\":\"/y_0_0_0_0_2_7_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月收藏\",\"url\":\"/y_0_0_0_0_2_8_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总收藏\",\"url\":\"/y_0_0_0_0_2_9_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月字数\",\"url\":\"/y_0_0_0_0_2_12_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总字数\",\"url\":\"/y_0_0_0_0_2_10_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"新书PK榜\",\"url\":\"/y_0_0_0_0_2_66_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月票\",\"url\":\"/y_0_0_0_0_2_15_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻·完本\",\"url\":\"/y_1_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"异世大陆\",\"url\":\"/y_1_28_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"东方玄幻\",\"url\":\"/y_1_29_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"神话传说\",\"url\":\"/y_1_50_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"转世重生\",\"url\":\"/y_1_30_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"王朝争霸\",\"url\":\"/y_1_31_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"上古神话\",\"url\":\"/y_1_56_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"变身情缘\",\"url\":\"/y_1_32_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"穿越附身\",\"url\":\"/y_1_81_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"武侠仙侠·完本\",\"url\":\"/y_6_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"传统武侠\",\"url\":\"/y_6_26_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠修真\",\"url\":\"/y_6_25_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"浪子异侠\",\"url\":\"/y_6_27_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古典仙侠\",\"url\":\"/y_6_78_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"星际修真\",\"url\":\"/y_6_79_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代修真\",\"url\":\"/y_6_80_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"同人小说·完本\",\"url\":\"/y_44_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"动漫同人\",\"url\":\"/y_44_69_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"小说同人\",\"url\":\"/y_44_53_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"影视同人\",\"url\":\"/y_44_52_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"耽美小说\",\"url\":\"/y_44_68_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"都市言情·完本\",\"url\":\"/y_4_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"浪漫言情\",\"url\":\"/y_4_13_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市生活\",\"url\":\"/y_4_14_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市异能\",\"url\":\"/y_4_45_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"商海沉浮\",\"url\":\"/y_4_15_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"宦海风云\",\"url\":\"/y_4_17_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"职场生涯\",\"url\":\"/y_4_16_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"豪门恩怨\",\"url\":\"/y_4_18_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"军事历史·完本\",\"url\":\"/y_3_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"穿越时空\",\"url\":\"/y_3_71_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"架空历史\",\"url\":\"/y_3_19_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"历史传记\",\"url\":\"/y_3_72_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"三国梦想\",\"url\":\"/y_3_73_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"人文历史\",\"url\":\"/y_3_74_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代战争\",\"url\":\"/y_3_20_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"战争幻想\",\"url\":\"/y_3_76_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"特种军旅\",\"url\":\"/y_3_21_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"科幻网游·完本\",\"url\":\"/y_2_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"虚拟网游\",\"url\":\"/y_2_33_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"电子竞技\",\"url\":\"/y_2_70_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"超黑科技\",\"url\":\"/y_2_101_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"星际科幻\",\"url\":\"/y_2_102_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"足球运动\",\"url\":\"/y_2_36_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"篮球运动\",\"url\":\"/y_2_35_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"其它竞技\",\"url\":\"/y_2_34_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"恐怖灵异·完本\",\"url\":\"/y_5_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"恐怖惊悚\",\"url\":\"/y_5_24_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"推理悬念\",\"url\":\"/y_5_22_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"灵异神怪\",\"url\":\"/y_5_23_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"神秘时空\",\"url\":\"/y_5_65_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"青春校园·完本\",\"url\":\"/y_7_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"菁菁校园\",\"url\":\"/y_7_10_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园言情\",\"url\":\"/y_7_11_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"另类校园\",\"url\":\"/y_7_12_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"贵爵童话\",\"url\":\"/y_7_90_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"魔法校园\",\"url\":\"/y_7_55_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园同人\",\"url\":\"/y_7_89_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"女生小说·完本\",\"url\":\"/y_54_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"古色添香\",\"url\":\"/y_54_91_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市豪门\",\"url\":\"/y_54_92_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"纯爱耽美\",\"url\":\"/y_54_93_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越架空\",\"url\":\"/y_54_94_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"豪门恩怨\",\"url\":\"/y_54_95_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"幻想精灵\",\"url\":\"/y_54_96_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古典言情\",\"url\":\"/y_54_48_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"轻小说·完本\",\"url\":\"/y_97_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"轻幻想\",\"url\":\"/y_97_98_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"重幻想\",\"url\":\"/y_97_99_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"日常类\",\"url\":\"/y_97_100_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"短篇其他·完本\",\"url\":\"/y_9_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"历史演义\",\"url\":\"/y_9_47_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"散文诗词\",\"url\":\"/y_9_58_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"休闲美文\",\"url\":\"/y_9_59_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"杂文笔记\",\"url\":\"/y_9_41_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"短篇小说\",\"url\":\"/y_9_42_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"改编剧本\",\"url\":\"/y_9_63_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"其他\",\"url\":\"/y_9_43_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}}]",
    "lastUpdateTime": 1700123249638,
    "loginUrl": "https://u.faloo.com/regist/login.aspx?backUrl=https%3a%2f%2fwap.faloo.com%2f",
    "respondTime": 942,
    "ruleBookInfo": {
      "author": ".info a.0@text",
      "coverUrl": ".cover_box img@src",
      "intro": "🏷️   {{@class.tagList.0@text}}{{'\\n'+'​'}}\n{{@#novel_intro@html}}##展开收起|飞卢小说(.|\\n)*",
      "kind": ".info a.1@text&&.info .tag@text&&.info li.4@text##.*：|\\s.*|小说",
      "lastChapter": ".newNode@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": ".info h1@text",
      "tocUrl": ".btnLayout@a.1@href",
      "wordCount": ".info li.2@textNodes##\\s.*"
    },
    "ruleContent": {
      "content": ".nodeContent@p@html",
      "imageStyle": "FULL",
      "replaceRegex": "##本书来自.*|本书由飞卢.*|用飞卢.*",
      "sourceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".nl_r1_author a.0@text",
      "bookList": ".novelList li",
      "bookUrl": "a.1@href",
      "checkKeyWord": "",
      "coverUrl": "img.0@src",
      "intro": "a.2@text",
      "kind": ".nl_r1_author a.1@text&&em@text&&.date@text&&.tag@text",
      "name": "a.1@text",
      "wordCount": "i.0@text"
    },
    "ruleToc": {
      "chapterList": ".v_nodeList li",
      "chapterName": "a@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "chapterUrl": "a@href",
      "isVip": "i@html"
    },
    "searchUrl": "/search_0_{{page}}.html?t=1&k={{key}},{\n'charset': 'gb2312'\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "感谢关耳大大",
    "bookSourceGroup": "短剧",
    "bookSourceName": "番茄短剧（优++）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.shanhuzs.com/",
    "customButton": false,
    "customOrder": 271,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"女频恋爱\",\"url\":\"/fqsansw/5---女频恋爱-----{{page}}---.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"反转爽剧\",\"url\":\"/fqsansw/5---反转爽-----{{page}}---.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"脑洞悬疑\",\"url\":\"/fqsansw/5---脑洞悬疑-----{{page}}---.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"年代穿越\",\"url\":\"/fqsansw/5---年代穿越-----{{page}}---.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"古装仙侠\",\"url\":\"/fqsansw/5---古装仙侠-----{{page}}---.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"现代都市\",\"url\":\"/fqsansw/5---现代都市-----{{page}}---.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1759589303805,
    "respondTime": 3376,
    "ruleBookInfo": {
      "kind": ".tag@a@text"
    },
    "ruleContent": {
      "content": "##\"url\":\"(.*)\",\"url_next\"##$1###@js:\nif(book.durChapterIndex==chapter.index){\n\t\tjava.startBrowser(result.replace(/\\\\/g,''),title)\n\t\tjava.toast('正在加载视频\\n视频加载较慢，请耐心等待')\n\t}\n'【刷新正文】播放\\n✅直链:\\n'+result",
      "replaceRegex": "##\\"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "class.col8",
      "bookUrl": "h4@a@href",
      "checkKeyWord": "断亲后",
      "coverUrl": "img@data-original",
      "kind": ".text@text",
      "name": "h4@a@text"
    },
    "ruleToc": {
      "chapterList": "a[href^=\"/fqsanpy/\"]",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/fqsansc/{{key}}----------{{page}}---.html",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "QQ文学🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.qqwx.win#🎃",
    "customButton": false,
    "customOrder": 272,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "********************分类********************\n全部::/shuku/0_0_0_0_0_0_0_0_{{page}}.html\n重生耽美::/shuku/1_0_0_0_0_0_0_0_{{page}}.html\n古代耽美::/shuku/2_0_0_0_0_0_0_0_{{page}}.html\n耽美宠文::/shuku/3_0_0_0_0_0_0_0_{{page}}.html\n经典耽美::/shuku/4_0_0_0_0_0_0_0_{{page}}.html\n虐心耽美::/shuku/5_0_0_0_0_0_0_0_{{page}}.html\n校园耽美::/shuku/6_0_0_0_0_0_0_0_{{page}}.html\n强强耽美::/shuku/7_0_0_0_0_0_0_0_{{page}}.html\n言情总裁::/shuku/8_0_0_0_0_0_0_0_{{page}}.html\n********************排行********************\n默认排行::/shuku/0_0_0_0_0_0_0_0_{{page}}.html\n总点击榜::/shuku/0_0_0_1_0_0_0_0_{{page}}.html\n月点击榜::/shuku/0_0_0_2_0_0_0_0_{{page}}.html\n周点击榜::/shuku/0_0_0_3_0_0_0_0_{{page}}.html\n总推荐榜::/shuku/0_0_0_4_0_0_0_0_{{page}}.html\n月推荐榜::/shuku/0_0_0_5_0_0_0_0_{{page}}.html\n周推荐榜::/shuku/0_0_0_6_0_0_0_0_{{page}}.html\n总收藏榜::/shuku/0_0_0_7_0_0_0_0_{{page}}.html\n总字数榜::/shuku/0_0_0_8_0_0_0_0_{{page}}.html\n评分人数::/shuku/0_0_0_9_0_0_0_0_{{page}}.html\n打赏人数::/shuku/0_0_0_10_0_0_0_0_{{page}}.html\n评分::/shuku/0_0_0_11_0_0_0_0_{{page}}.html\n打赏::/shuku/0_0_0_12_0_0_0_0_{{page}}.html\n新书入库::/shuku/0_0_0_13_0_0_0_0_{{page}}.html\n最近更新::/shuku/0_0_0_14_0_0_0_0_{{page}}.html\n********************字母********************\n全部::/shuku/0_0_0_0_0_0_0_0_{{page}}.html\n[A]::/shuku/0_0_a_0_0_0_0_0_{{page}}.html\n[B]::/shuku/0_0_b_0_0_0_0_0_{{page}}.html\n[C]::/shuku/0_0_c_0_0_0_0_0_{{page}}.html\n[D]::/shuku/0_0_d_0_0_0_0_0_{{page}}.html\n[E]::/shuku/0_0_e_0_0_0_0_0_{{page}}.html\n[F]::/shuku/0_0_f_0_0_0_0_0_{{page}}.html\n[G]::/shuku/0_0_g_0_0_0_0_0_{{page}}.html\n[H]::/shuku/0_0_h_0_0_0_0_0_{{page}}.html\n[I]::/shuku/0_0_i_0_0_0_0_0_{{page}}.html\n[J]::/shuku/0_0_j_0_0_0_0_0_{{page}}.html\n[K]::/shuku/0_0_k_0_0_0_0_0_{{page}}.html\n[L]::/shuku/0_0_l_0_0_0_0_0_{{page}}.html\n[M]::/shuku/0_0_m_0_0_0_0_0_{{page}}.html\n[N]::/shuku/0_0_n_0_0_0_0_0_{{page}}.html\n[O]::/shuku/0_0_o_0_0_0_0_0_{{page}}.html\n[P]::/shuku/0_0_p_0_0_0_0_0_{{page}}.html\n[R]::/shuku/0_0_r_0_0_0_0_0_{{page}}.html\n[S]::/shuku/0_0_s_0_0_0_0_0_{{page}}.html\n[T]::/shuku/0_0_t_0_0_0_0_0_{{page}}.html\n[Q]::/shuku/0_0_q_0_0_0_0_0_{{page}}.html\n[U]::/shuku/0_0_u_0_0_0_0_0_{{page}}.html\n[V]::/shuku/0_0_v_0_0_0_0_0_{{page}}.html\n[W]::/shuku/0_0_w_0_0_0_0_0_{{page}}.html\n[X]::/shuku/0_0_x_0_0_0_0_0_{{page}}.html\n[Y]::/shuku/0_0_y_0_0_0_0_0_{{page}}.html\n[Z]::/shuku/0_0_z_0_0_0_0_0_{{page}}.html\n[0]::/shuku/0_0_1_0_0_0_0_0_{{page}}.html\n[#]::/shuku/0_0_2_0_0_0_0_0_{{page}}.html\n********************字数********************\n全部::/shuku/0_0_0_0_0_0_0_0_{{page}}.html\n30万以下::/shuku/0_1_0_0_0_0_0_0_{{page}}.html\n30万-50万::/shuku/0_2_0_0_0_0_0_0_{{page}}.html\n50万-100万::/shuku/0_3_0_0_0_0_0_0_{{page}}.html\n100万-200万::/shuku/0_4_0_0_0_0_0_0_{{page}}.html\n200万以上::/shuku/0_5_0_0_0_0_0_0_{{page}}.html\n********************状态********************\n全部::/shuku/0_0_0_0_0_0_0_0_{{page}}.html\n连载::/shuku/0_0_0_0_1_0_0_0_{{page}}.html\n完本::/shuku/0_0_0_0_2_0_0_0_{{page}}.html\n********************顺序********************\n倒序::/shuku/0_0_0_0_0_0_0_0_{{page}}.html\n正序::/shuku/0_0_0_0_0_0_0_1_{{page}}.html",
    "lastUpdateTime": 0,
    "respondTime": 23064,
    "ruleBookInfo": {
      "author": "p.author > a@text",
      "coverUrl": ".detail img@src",
      "intro": "🕰  更新时间：{{@@p:nth-of-type(5)@text##最后更新：}}\n📒  作品Tags：{{@@a.layui-btn-radius@text}}\n🔶  状态：{{@@.detail span.0@text}}\n📜  内容简介：\n{{@@.intro p:nth-of-type(1)@text}}##(^|[。！？……；]+[”」）】]?)##$1<br>",
      "kind": "a.layui-btn-radius@text",
      "lastChapter": "p.new > a@text",
      "name": "p.name > strong@text",
      "tocUrl": "a#AllChapterList2@href",
      "wordCount": ".detail span@text"
    },
    "ruleContent": {
      "content": "#content p@text",
      "nextContentUrl": "text.下一页@href",
      "title": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.layui-btn@text",
      "bookList": "ul.list > li",
      "bookUrl": "ul.list > li > a@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "intro": "p.intro@text",
      "kind": "span.layui-btn@text",
      "lastChapter": "",
      "name": "p.bookname@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "//ul[@class='read']/li",
      "chapterName": "/a/text()",
      "chapterUrl": "/a/@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "http://m.qqwx.win/book.php?action=search&searchtype=novelname&searchkey={{key}},{\n\"charset\": \"gbk\",\n\"headers\": {\"User-Agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0\"}\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "黑岩小说②[w2]",
    "bookSourceType": 0,
    "bookSourceUrl": "https://w2.heiyan.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 273,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1692493413581,
    "loginUrl": "https://w2.heiyan.com/accounts/login?backUrl=/",
    "respondTime": 701,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "init": "",
      "intro": "[property=\"og:description\"]@content##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content##\\s.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": ".buttons a.0@href",
      "wordCount": ".words@text##字"
    },
    "ruleContent": {
      "content": "$.chapter.htmlContent<js>result.replace(/<.*?>/g,'').replace(/\\r/g,'\\n　　')</js>",
      "imageStyle": "0",
      "nextContentUrl": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "$.authorname##<.*?>",
      "bookList": "$.data.content[*]",
      "bookUrl": "$.id@js:'https://www.heiyan.com/book/'+result",
      "coverUrl": "$.iconUrlSmall##@.*",
      "intro": "$.introduce",
      "kind": "$.sortname##<.*?>",
      "lastChapter": "$.lastchaptername",
      "name": "$.name##<.*?>",
      "wordCount": "{$.words}"
    },
    "ruleToc": {
      "chapterList": "//li[span]/a",
      "chapterName": "<js>(/isvip/.test(String(result))?'🔒':'') + String(result).match(/>(.*?)</)[1]</js>",
      "chapterUrl": "//@href<js>'https://a.heiyan.com/ajax/chapter/content/'+result.match(/\\d+$/)[0]</js>",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://search.heiyan.com/web/search?queryString={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🌐 玩文学网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.wanwx.com",
    "customButton": false,
    "customOrder": 274,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1738414937353,
    "respondTime": 2900,
    "ruleBookInfo": {
      "author": ".red:nth-child(1)@text",
      "coverUrl": ".col-md-2 > img@src",
      "intro": "#bookIntro@html",
      "kind": ".red:nth-child(2)@text",
      "lastChapter": "p:nth-child(7)@text##最新章节.",
      "name": ".bookTitle@text",
      "wordCount": ".blue:nth-child(3)@text##字数."
    },
    "ruleContent": {
      "content": "#htmlContent > p@html",
      "nextContentUrl": "@js:\ntext = java.getString(\"#linkNext@text\")\njava.log(baseUrl)\nif (text == \"下一页\") {\n  next = src.match(/(eval.+)\\n/)[1]\n  eval(String(next))\n  __nextPage\n}",
      "replaceRegex": "##.*[a-z0-9-\\s]+[.。\\s]+[a-z\\s]{2,}.*|[(（]?本章未?完[）)]?.*|\\(第.+页\\)|.?加入书签.*|作者有话要说|.*记住.*域名.*|.*小说网.*",
      "webJs": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".red@text",
      "bookList": ".col-md-10",
      "bookUrl": ".bookTitle > a@href",
      "checkKeyWord": "",
      "coverUrl": "",
      "intro": "#bookIntro@text",
      "lastChapter": ".text-danger@text",
      "name": ".bookTitle > a@text"
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll .col-md-3",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "formatJs": "try{let e=title.match(/第\\s*(\\d+)\\s*(章\\s*(\\d+))?/);if(e?(title=title.replace(/.*第\\s*\\d+\\s*章\\s*[\\.，、]*\\d*(.*)/,\"$1\"),t=e[3]||e[1]):(e=title.match(/(\\d+)/))&&(title=title.replace(/.*?\\d+\\s*(.+)/,\"$1\"),t=e[1]),t)t=t.replace(/^0+(?=[1-9])/,\"\"),title=`第${t}章 `+title.trim();else{let t=title.match(/第.+?章(.).+?/);t&&t[1]&&[\"　\",\"，\",\"、\"].includes(t[1])&&(title=title.replace(t[1],\" \"))}}catch(t){java.log(\"格式化错误：\"+t)}"
    },
    "searchUrl": "@js:// 获取源代码中的Token拼接到搜索地址\nvar html = java.ajax(source.key);\nvar token = html.match(/name=\"_token\" value=\"(.+?)\"/);  \ntoken = token ? token[1] : null;\n\nvar body = `_token=${token}&keyword=${key}&action=login`;\nvar option = { \n  \"charset\": \"utf-8\",\n  \"method\": \"POST\",\n  \"body\": body\n};\nsource.key + \"/search,\" + JSON.stringify(option);",
    "weight": 0
  },
  {
    "bookSourceComment": "下载\nhttps://www.wxscn.com/\nhttp://www.wxsc8.com/",
    "bookSourceGroup": "免费",
    "bookSourceName": "万相书城",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.wxscn.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 275,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1732974479101,
    "loginUrl": "",
    "respondTime": 47658,
    "ruleBookInfo": {
      "author": "[property$=og:novel:author]@content",
      "coverUrl": "[property$=og:image]@content",
      "init": "",
      "intro": ".book-detail@html",
      "kind": "[property$=og:novel:category]@content&&[property$=og:novel:status]@content&&[property$=og:novel:update_time]@content",
      "lastChapter": "[property$=og:novel:latest_chapter_name]@content",
      "name": "[property$=og:title]@content",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#cont-body@html",
      "imageStyle": "",
      "nextContentUrl": ".text-center.0@a.2@href",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "div > div > div.media-title > h4 > a@href\n<js>\nif(typeof result==\"object\"){\n\tresult=result?result[0]:null\n\t}else{result=result}\nmatch = baseUrl.match(/^(https?:\\/\\/[^/]+)/);\nturl=match ? match[0] : null;\nurl=turl + result;\nh=java.ajax(url);\njava.put('h',h);\n</js>\ndiv.book-info > div > div > div.media > div.media-body > div.row > div:nth-child(1) > a@text",
      "bookList": ".panel-body@.b10",
      "bookUrl": ".media@a.0@href",
      "coverUrl": ".media@img@src",
      "intro": ".media-info@text",
      "kind": "<js>\nh=java.get('h');\n</js>\ndiv.book-info > div > div > div.media > div.media-body > div.row > div:nth-child(2)@text\n##状态：",
      "lastChapter": "",
      "name": ".media-title@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "td.1@text",
      "bookList": "table@tbody@tag.tr",
      "bookUrl": "a.0@href",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "a.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "#all-chapter@.row@.item@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "<js> \n//注意：一般网站默认首页(即baseUrl)有搜索框，否则请填入搜索页面地址\nvar url = baseUrl;\nif (!baseUrl.match(/^https?:/i)) {\n    java.log('\\n\\n\\n\\n‼️请填入正确的Url‼️\\n\\n\\n\\n');\n}\nvar html = java.ajax(url + \",{'webView': true}\");\n//java.log(html);\nvar doc = org.jsoup.Jsoup.parse(html);\nvar form = doc.select('form[action]:not([name~=login]):not([class~=login]):not([id~=login])')[0];\n//java.log(form);\nvar method = form.attr('method');\nvar action = form.attr('action');\nvar charset = doc.select('head>meta[charset]').attr('charset');\nif (charset == '')\n{\n    charset = String(doc.select('head>meta[content~=charset=]').attr('content')).replace(/^.*charset=([a-z0-9\\-]+).*$/i, \n    '$1');\n}\n//java.log(method);\n//java.log(action);\n//java.log(charset);\n//桌面版UA\nvar uaw = \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36\";\n//手机版UA\nvar uam = \"Mozilla/5.0 (Linux; Android 7.0; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/48.0.2564.116 Mobile Safari/537.36 T7/10.3 SearchCraft/2.6.2 (baiduboxapp; P1 7.0)\";\nvar headers = {\n    //请自行选择UA，↓↓↓填入此处\n    \"User-Agent\" : uam, \"Referer\" : String(baseUrl)\n};\nurl = baseUrl.replace(/([^\\/])$/i, '$1/') + String(action).replace(/^\\//, '');\nvar body = '';\nvar option = {};\nvar sk = form.select('input[name][type=\"text\"],input[name][class=\"text\"]').attr('name');\n//java.log(sk);\nvar es = form.select('input[name]:not([type=\"submit\"])');\nfor (var it in es)\n{\n    var e = es[it];\n    var k = e.attr('name');\n    var v = e.attr('value');\n    if (k == sk) {\n        //body+=sk+'={{java.encodeURI(key,\\''+ charset+'\\');}}&';\n        body += sk + '={{key}}&';\n    }\n    else {\n        body += k + '=' + v + '&';\n    }\n}\nes = form.select('select[name]');\nfor (it in es)\n{\n    var e = es[it];\n    var k = e.attr('name');\n    var v = e.select('option')[0].attr('value');\n    body += k + '=' + v + '&';\n}\nbody = String(body).replace(/&$/, '');\njava.log(body);\nif (method.match(/post/i))\n{\n    option = \n    {\n        \"charset\" : String(charset), \"method\" : String(method), \"body\" : String(body), \"headers\" : headers, \n        \"webView\" : true \n    };\n    url += ',' + JSON.stringify(option);\n}\nelse\n{\n    //get\n    option = {\n        \"charset\" : String(charset), \"headers\" : headers, \"webView\" : true \n    };\n    url += '?' + body + ',' + JSON.stringify(option);\n}\njava.log(url);\n</js>",
    "weight": 70
  },
  {
    "bookSourceComment": "发布页：https://www.dybzfb.com/\n永久发布域名：https://www.ltxsdz.com/\n发布页http://www.ltxsfb.com/",
    "bookSourceGroup": "🔞",
    "bookSourceName": "伪版主",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.ltxswu.me/#",
    "customButton": false,
    "customOrder": 276,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 14; V2314A Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/132.0.6834.122 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1747622815876,
    "respondTime": 6500,
    "ruleBookInfo": {
      "author": "p:nth-child(4) > a@text",
      "coverUrl": "img@src",
      "intro": "",
      "kind": "p:nth-child(5) > a@text",
      "lastChapter": "p:nth-child(8) > a@text",
      "name": "h2 > a@text"
    },
    "ruleContent": {
      "content": "#nr1@textNodes",
      "nextContentUrl": "#pb_next@href",
      "replaceRegex": "",
      "sourceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".cover@p",
      "bookUrl": "a.1@href",
      "checkKeyWord": "我的",
      "kind": "a.0@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".cover@ul.1@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": ".right@a@href"
    },
    "searchUrl": "http://m.ltxswu.me/s.php,{\n  \"body\": \"s={{key}}&type=articlename\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "阅友小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://sma.yueyouxs.com/#pb1101",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 277,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"都市人生\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=1100&page={{page}}&\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=1101&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"仙侠武侠\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=1102&page={{page}}&\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"军事历史\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=1103&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"科幻末世\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=1104&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"游戏体育\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=1105&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"现代言情\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=2100&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"古代言情\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=2101&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"幻想言情\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=2102&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"青春校园\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=2103&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"穿越时空\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=2104&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"宫闱争斗\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=2105&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"豪门总裁\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=2106&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"婚恋爱情\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=2107&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"经商种田\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=2108&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"推理悬疑\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=3100&page={{page}}\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"出版读物\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=3101&page={{page}}\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}}]",
    "header": "<js>\n(()=>{\n\tvar ua = \"Mozilla/5.0 (Linux; U; Android 10; zh-Hans-CN; PCT-AL10 Build/HUAWEIPCT-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 Quark/4.0.5.137 Mobile Safari/537.36\";\n\tvar heders = {\"User-Agent\": ua};\n\treturn JSON.stringify(heders);\n})()\n</js>",
    "lastUpdateTime": 1702127145026,
    "loginUrl": "{\n  \"url\": \"\"\n}",
    "respondTime": 591,
    "ruleBookInfo": {
      "author": "class.v-words flex.0@text##作者：",
      "coverUrl": "class.adMessage@img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "",
      "lastChapter": "class.chapter-entrance flex-item@text",
      "name": "class.face-info-title@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节",
      "tocUrl": "class.sumchapter@tag.span@tag.a@href",
      "wordCount": "class.v-words flex.2@text##字数："
    },
    "ruleContent": {
      "content": "class.con@html##（本章完）|（本章未完，请翻页）|.*书友群.*|\\s",
      "imageStyle": "0",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "$.authorName",
      "bookList": "$..list[*]",
      "bookUrl": "http://sma.yueyouxs.com/b/{$.wapBookId}.html",
      "coverUrl": "$.bookPic",
      "intro": "$.intro",
      "kind": "$.classifySecondName&&\n$.updateTime&&\n$.classifyName",
      "lastChapter": "$.latestChapterName",
      "name": "$.bookName",
      "wordCount": "$.words"
    },
    "ruleSearch": {
      "author": "$.authorName",
      "bookList": "$..list[*]",
      "bookUrl": "http://sma.yueyouxs.com/b/{$.wapBookId}.html",
      "coverUrl": "$.bookPic",
      "intro": "$.intro",
      "kind": "$.classifySecondName&&\n$.updateTime&&\n$.classifyName",
      "lastChapter": "$.latestChapterName",
      "name": "$.bookName##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节",
      "wordCount": "$.words"
    },
    "ruleToc": {
      "chapterList": "class.catalog_ls@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://sma.yueyouxs.com/api/book/search?keyword={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "女频",
    "bookSourceName": "🔖若初文学①",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ruochu.com",
    "customButton": false,
    "customOrder": 278,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "短篇::http://search.ruochu.com/web/all?sort=110&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n婚恋::http://search.ruochu.com/web/all?sort=35&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n都市::http://search.ruochu.com/web/all?sort=4&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n职场::http://search.ruochu.com/web/all?sort=11&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n豪门::http://search.ruochu.com/web/all?sort=12&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n总裁::http://search.ruochu.com/web/all?sort=13&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n架空::http://search.ruochu.com/web/all?sort=15&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n穿越::http://search.ruochu.com/web/all?sort=17&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n宫斗::http://search.ruochu.com/web/all?sort=19&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n宅斗::http://search.ruochu.com/web/all?sort=20&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n青春::http://search.ruochu.com/web/all?sort=21&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n仙侠::http://search.ruochu.com/web/all?sort=7&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n灵异::http://search.ruochu.com/web/all?sort=24&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n修真::http://search.ruochu.com/web/all?sort=22&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n玄幻::http://search.ruochu.com/web/all?sort=6&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n悬疑::http://search.ruochu.com/web/all?sort=1&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n武侠::http://search.ruochu.com/web/all?sort=8&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n历史::http://search.ruochu.com/web/all?sort=3&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n纯爱::http://search.ruochu.com/web/all?sort=23&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n作女::http://search.ruochu.com/web/all?sort=46&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0",
    "lastUpdateTime": 1761886634267,
    "respondTime": 796,
    "ruleBookInfo": {
      "author": ".bd@.name@text",
      "coverUrl": ".pic@a.0@img@src",
      "intro": ".right@.note@text",
      "kind": ".infos@.cate@a.0@text",
      "lastChapter": "h4@a.0@text##\\>\\>",
      "name": ".hd@h1@text",
      "tocUrl": "text.目录@href",
      "wordCount": ".infos@.words@text"
    },
    "ruleContent": {
      "content": "class.page-content@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.authorname",
      "bookList": "$.data.content",
      "bookUrl": "$.id@js:\"https://www.ruochu.com/book/\"+result",
      "coverUrl": "$.iconUrlSmall@js:\"https://b.heiyanimg.com\"+result",
      "kind": "$.sortname",
      "lastChapter": "$.lastchaptername",
      "name": "$.name"
    },
    "ruleToc": {
      "chapterList": "class.float-list fill-block@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://search.ruochu.com/web/search?queryString={{key}}&highlight=false&page=1",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "黑岩小说#玄奇",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.heiyan.com#玄奇21.0202",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 279,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部小说::https://www.heiyan.com/web/all/-1/-1/-1/-1/0/{{page}}/100\n免费小说::https://www.heiyan.com/web/all/-1/-1/1/-1/0/{{page}}/100\n收费小说::https://www.heiyan.com/web/all/-1/-1/0/-1/0/{{page}}/100\n完结小说::https://www.heiyan.com/web/all/-1/-1/-1/1/0/{{page}}/100\n连载小说::https://www.heiyan.com/web/all/-1/-1/-1/0/0/{{page}}/100\n悬疑全部::https://www.heiyan.com/web/all/1/-1/-1/-1/0/{{page}}/100\n悬疑免费::https://www.heiyan.com/web/all/1/-1/1/-1/0/{{page}}/100\n悬疑收费::https://www.heiyan.com/web/all/1/-1/0/-1/0/{{page}}/100\n悬疑完结::https://www.heiyan.com/web/all/1/-1/-1/1/0/{{page}}/100\n悬疑连载::https://www.heiyan.com/web/all/1/-1/-1/0/0/{{page}}/100\n历史全部::https://www.heiyan.com/web/all/3/-1/-1/-1/0/{{page}}/100\n历史免费::https://www.heiyan.com/web/all/3/-1/1/-1/0/{{page}}/100\n历史收费::https://www.heiyan.com/web/all/3/-1/0/-1/0/{{page}}/100\n历史完结::https://www.heiyan.com/web/all/3/-1/-1/1/0/{{page}}/100\n历史连载::https://www.heiyan.com/web/all/3/-1/-1/0/0/{{page}}/100\n军事全部::https://www.heiyan.com/web/all/5/-1/-1/-1/0/{{page}}/100\n军事免费::https://www.heiyan.com/web/all/5/-1/1/-1/0/{{page}}/100\n军事收费::https://www.heiyan.com/web/all/5/-1/0/-1/0/{{page}}/100\n军事完结::https://www.heiyan.com/web/all/5/-1/-1/1/0/{{page}}/100\n军事连载::https://www.heiyan.com/web/all/5/-1/-1/0/0/{{page}}/100\n玄幻全部::https://www.heiyan.com/web/all/6/-1/-1/-1/0/{{page}}/100\n玄幻免费::https://www.heiyan.com/web/all/6/-1/1/-1/0/{{page}}/100\n玄幻收费::https://www.heiyan.com/web/all/6/-1/0/-1/0/{{page}}/100\n玄幻完结::https://www.heiyan.com/web/all/6/-1/-1/1/0/{{page}}/100\n玄幻连载::https://www.heiyan.com/web/all/6/-1/-1/0/0/{{page}}/100\n奇幻全部::https://www.heiyan.com/web/all/14/-1/-1/-1/0/{{page}}/100\n奇幻免费::https://www.heiyan.com/web/all/14/-1/1/-1/0/{{page}}/100\n奇幻收费::https://www.heiyan.com/web/all/14/-1/0/-1/0/{{page}}/100\n奇幻完结::https://www.heiyan.com/web/all/14/-1/-1/1/0/{{page}}/100\n奇幻连载::https://www.heiyan.com/web/all/14/-1/-1/0/0/{{page}}/100\n仙侠全部::https://www.heiyan.com/web/all/7/-1/-1/-1/0/{{page}}/100\n仙侠免费::https://www.heiyan.com/web/all/7/-1/1/-1/0/{{page}}/100\n仙侠收费::https://www.heiyan.com/web/all/7/-1/0/-1/0/{{page}}/100\n仙侠完结::https://www.heiyan.com/web/all/7/-1/-1/1/0/{{page}}/100\n仙侠连载::https://www.heiyan.com/web/all/7/-1/-1/0/0/{{page}}/100\n武侠全部::https://www.heiyan.com/web/all/8/-1/-1/-1/0/{{page}}/100\n武侠免费::https://www.heiyan.com/web/all/8/-1/1/-1/0/{{page}}/100\n武侠收费::https://www.heiyan.com/web/all/8/-1/0/-1/0/{{page}}/100\n武侠完结::https://www.heiyan.com/web/all/8/-1/-1/1/0/{{page}}/100\n武侠连载::https://www.heiyan.com/web/all/8/-1/-1/0/0/{{page}}/100\n科幻全部::https://www.heiyan.com/web/all/10/-1/-1/-1/0/{{page}}/100\n科幻免费::https://www.heiyan.com/web/all/10/-1/1/-1/0/{{page}}/100\n科幻收费::https://www.heiyan.com/web/all/10/-1/0/-1/0/{{page}}/100\n科幻完结::https://www.heiyan.com/web/all/10/-1/-1/1/0/{{page}}/100\n科幻连载::https://www.heiyan.com/web/all/10/-1/-1/0/0/{{page}}/100\n游戏全部::https://www.heiyan.com/web/all/9/-1/-1/-1/0/{{page}}/100\n游戏免费::https://www.heiyan.com/web/all/9/-1/1/-1/0/{{page}}/100\n游戏收费::https://www.heiyan.com/web/all/9/-1/0/-1/0/{{page}}/100\n游戏完结::https://www.heiyan.com/web/all/9/-1/-1/1/0/{{page}}/100\n游戏连载::https://www.heiyan.com/web/all/9/-1/-1/0/0/{{page}}/100\n同人全部::https://www.heiyan.com/web/all/16/-1/-1/-1/0/{{page}}/100\n同人免费::https://www.heiyan.com/web/all/16/-1/1/-1/0/{{page}}/100\n同人收费::https://www.heiyan.com/web/all/16/-1/0/-1/0/{{page}}/100\n同人完结::https://www.heiyan.com/web/all/16/-1/-1/1/0/{{page}}/100\n同人连载::https://www.heiyan.com/web/all/16/-1/-1/0/0/{{page}}/100\n社会全部::https://www.heiyan.com/web/all/25/-1/-1/-1/0/{{page}}/100\n社会免费::https://www.heiyan.com/web/all/25/-1/1/-1/0/{{page}}/100\n社会收费::https://www.heiyan.com/web/all/25/-1/0/-1/0/{{page}}/100\n社会完结::https://www.heiyan.com/web/all/25/-1/-1/1/0/{{page}}/100\n社会连载::https://www.heiyan.com/web/all/25/-1/-1/0/0/{{page}}/100\n古言全部::https://www.heiyan.com/web/all/37/-1/-1/-1/0/{{page}}/100\n古言免费::https://www.heiyan.com/web/all/37/-1/1/-1/0/{{page}}/100\n古言收费::https://www.heiyan.com/web/all/37/-1/0/-1/0/{{page}}/100\n古言完结::https://www.heiyan.com/web/all/37/-1/-1/1/0/{{page}}/100\n古言连载::https://www.heiyan.com/web/all/37/-1/-1/0/0/{{page}}/100",
    "lastUpdateTime": 1707354030113,
    "loginUrl": "https://www.heiyan.com/accounts/login",
    "respondTime": 1577,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "",
      "intro": "pre.note@text",
      "kind": "@css:a:contains(书库)+a@text",
      "lastChapter": "",
      "name": "",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "$.chapter.htmlContent"
    },
    "ruleExplore": {
      "author": "tag.a.2@text",
      "bookList": "#resultDiv tr",
      "bookUrl": "a.title@href\n##\\d+##https://www.heiyan.com/chapter/$0/##",
      "coverUrl": "a.title@href\n##\\d+##https://b.heiyanimg.com/book/$0.jpg##",
      "kind": "",
      "lastChapter": "a.chapter@text",
      "name": "a.title@text",
      "wordCount": "td:eq(3)@text##\\[|\\]"
    },
    "ruleSearch": {
      "author": "authorname##<[^>]+>",
      "bookList": "data.content[*]",
      "bookUrl": "https://www.heiyan.com/chapter/{{@json:id}}/",
      "coverUrl": "https://b.heiyanimg.com/book/{{@json:id}}.jpg",
      "kind": "sortname",
      "lastChapter": "lastchaptername",
      "name": "name##<[^>]+>"
    },
    "ruleToc": {
      "chapterList": "li[id^=chapter]",
      "chapterName": "a@text",
      "chapterUrl": "a@href##\\d+$##https://a.heiyan.com/ajax/chapter/content/$0##",
      "isVip": ".isvip@text",
      "updateTime": "createdate"
    },
    "searchUrl": "https://search.heiyan.com/web/search?queryString={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "动漫",
    "bookSourceName": "西瓜卡通（优+）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://cn.xgcartoon.com",
    "customButton": false,
    "customOrder": 280,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n\"User-Agent\":\"Mozilla/5.0 (Android 14; Mobile; rv:120.0) Gecko/120.0 Firefox/120.0\"\n}",
    "lastUpdateTime": 1759752311861,
    "respondTime": 3176,
    "ruleBookInfo": {
      "intro": ".detail-right__desc@p@text##　　"
    },
    "ruleContent": {
      "content": "#video_content@iframe@src\n@js:\nif(book.durChapterIndex==chapter.index){\n\t\tjava.startBrowser(result,title)\n\t\tjava.toast('正在加载视频\\n视频加载较慢，请耐心等待')\n}\n'【刷新正文】播放\\n✅直链:\\n'+result"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": ".topic-list-item",
      "bookUrl": "a.0@href",
      "coverUrl": "amp-img@src",
      "kind": ".tag@text",
      "name": ".mb12.-1@text",
      "wordCount": "{{\"🍉西瓜卡通\"}}"
    },
    "ruleToc": {
      "chapterList": "<js>\nfunction $(rule){\n\treturn java.getElements(rule);\n}\nvar tab_name=\"\",v_list=[];\n//获取所有线路❗️\ntab=$('.detail-right__volumes@.row')\nfor(i=0;i<tab.length;i++){\n\t//获取播放列表❗️\n\tlist=$('.detail-right__volumes')[i]\n\tlist=list.select('.row>div')\n for(j in list){\n\t\t //获取播放链接和标题\n\t\t if(String(list[j]).match(/volume-title/)){\n\t\t \t  volume_name=`${list[j].text()}`\n\t\t \t  v_list.push(JSON.stringify({\n\t\t\t   name:volume_name,href:'',volume:true\n\t\t   }))\n\t\t }else{\n\t\t \t  text=list[j].text();\n\t\t   url=list[j].select('a').attr('href');\n\t\t   v_list.push(JSON.stringify({\n\t\t\t   name:text,href:url,volume:false\n\t\t   }))\n\t\t }\n\t }\n}\nv_list\n</js>",
      "chapterName": "$.name",
      "chapterUrl": "$.href",
      "isVolume": "$.volume"
    },
    "searchUrl": "/search?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "阅友小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.yueyouxs.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 281,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"都市人生\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=1100&page={{page}}&\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=1101&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"仙侠武侠\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=1102&page={{page}}&\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"军事历史\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=1103&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"科幻末世\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=1104&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"游戏体育\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=1105&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"悬疑灵异\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=1107&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"脑洞大开\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=1108&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"现代言情\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=2100&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"古代言情\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=2101&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"幻想言情\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=2102&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"穿越时空\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=2104&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"宫闱争斗\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=2105&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"豪门总裁\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=2106&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"婚恋爱情\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=2107&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"经商种田\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=2108&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"出版读物\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=3101&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"文学小说\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=3102&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}}]",
    "header": "<js>\n(()=>{\n\tvar ua = \"Mozilla/5.0 (Linux; U; Android 10; zh-Hans-CN; PCT-AL10 Build/HUAWEIPCT-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 Quark/4.0.5.137 Mobile Safari/537.36\";\n\tvar heders = {\"User-Agent\": ua};\n\treturn JSON.stringify(heders);\n})()\n</js>",
    "lastUpdateTime": 1734387690105,
    "loginUrl": "",
    "respondTime": 581,
    "ruleBookInfo": {
      "author": "class.v-words flex.0@text##作者：",
      "coverUrl": "class.adMessage@img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "div.face-info.flex-item@span.1@text##.*：",
      "lastChapter": "class.chapter-entrance flex-item@text",
      "name": "class.face-info-title@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节",
      "tocUrl": "class.sumchapter@tag.span@tag.a@href",
      "wordCount": "class.v-words flex.2@text##字数："
    },
    "ruleContent": {
      "content": "class.con@html##（本章完）|（本章未完，请翻页）|.*书友群.*|\\s",
      "imageStyle": "0",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "$.authorName",
      "bookList": "$..list[*]",
      "bookUrl": "http://m.yueyouxs.com/b/{$.wapBookId}.html",
      "coverUrl": "$.bookPic",
      "intro": "$.intro",
      "kind": "$.classifySecondName&&$.updateTime&&$.classifyName",
      "lastChapter": "$.latestChapterName",
      "name": "$.bookName",
      "wordCount": "$.words"
    },
    "ruleSearch": {
      "author": "$.authorName",
      "bookList": "$..list[*]",
      "bookUrl": "http://m.yueyouxs.com/b/{$.wapBookId}.html",
      "checkKeyWord": "",
      "coverUrl": "$.bookPic",
      "intro": "$.intro",
      "kind": "$.classifySecondName&&$.updateTime",
      "lastChapter": "$.latestChapterName",
      "name": "$.bookName##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节",
      "wordCount": "$.words"
    },
    "ruleToc": {
      "chapterList": "class.catalog_ls@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://m.yueyouxs.com/api/book/search?keyword={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "飞卢小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.faloo.com#yc1101",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 282,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单·全部\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"最新\",\"url\":\"/y_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击\",\"url\":\"/y_0_0_0_0_0_1_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击\",\"url\":\"/y_0_0_0_0_0_2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总点击\",\"url\":\"/y_0_0_0_0_0_3_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周打赏\",\"url\":\"/y_0_0_0_0_0_13_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月打赏\",\"url\":\"/y_0_0_0_0_0_17_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总打赏\",\"url\":\"/y_0_0_0_0_0_18_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"催更榜\",\"url\":\"/y_0_0_0_0_0_19_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周鲜花\",\"url\":\"/y_0_0_0_0_0_4_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月鲜花\",\"url\":\"/y_0_0_0_0_0_5_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总鲜花\",\"url\":\"/y_0_0_0_0_0_6_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周收藏\",\"url\":\"/y_0_0_0_0_0_7_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月收藏\",\"url\":\"/y_0_0_0_0_0_8_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总收藏\",\"url\":\"/y_0_0_0_0_0_9_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月字数\",\"url\":\"/y_0_0_0_0_0_12_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总字数\",\"url\":\"/y_0_0_0_0_0_10_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"新书PK榜\",\"url\":\"/y_0_0_0_0_0_66_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月票\",\"url\":\"/y_0_0_0_0_0_15_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻·全部\",\"url\":\"/y_1_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"异世大陆\",\"url\":\"/y_1_28_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"东方玄幻\",\"url\":\"/y_1_29_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"神话传说\",\"url\":\"/y_1_50_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"转世重生\",\"url\":\"/y_1_30_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"王朝争霸\",\"url\":\"/y_1_31_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"上古神话\",\"url\":\"/y_1_56_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"变身情缘\",\"url\":\"/y_1_32_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"穿越附身\",\"url\":\"/y_1_81_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"武侠仙侠·全部\",\"url\":\"/y_6_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"传统武侠\",\"url\":\"/y_6_26_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠修真\",\"url\":\"/y_6_25_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"浪子异侠\",\"url\":\"/y_6_27_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古典仙侠\",\"url\":\"/y_6_78_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"星际修真\",\"url\":\"/y_6_79_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代修真\",\"url\":\"/y_6_80_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"同人小说·全部\",\"url\":\"/y_44_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"动漫同人\",\"url\":\"/y_44_69_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"小说同人\",\"url\":\"/y_44_53_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"影视同人\",\"url\":\"/y_44_52_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"耽美小说\",\"url\":\"/y_44_68_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"都市言情·全部\",\"url\":\"/y_4_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"浪漫言情\",\"url\":\"/y_4_13_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市生活\",\"url\":\"/y_4_14_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市异能\",\"url\":\"/y_4_45_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"商海沉浮\",\"url\":\"/y_4_15_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"宦海风云\",\"url\":\"/y_4_17_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"职场生涯\",\"url\":\"/y_4_16_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"豪门恩怨\",\"url\":\"/y_4_18_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"军事历史·全部\",\"url\":\"/y_3_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"穿越时空\",\"url\":\"/y_3_71_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"架空历史\",\"url\":\"/y_3_19_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"历史传记\",\"url\":\"/y_3_72_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"三国梦想\",\"url\":\"/y_3_73_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"人文历史\",\"url\":\"/y_3_74_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代战争\",\"url\":\"/y_3_20_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"战争幻想\",\"url\":\"/y_3_76_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"特种军旅\",\"url\":\"/y_3_21_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"科幻网游·全部\",\"url\":\"/y_2_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"虚拟网游\",\"url\":\"/y_2_33_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"电子竞技\",\"url\":\"/y_2_70_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"超黑科技\",\"url\":\"/y_2_101_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"星际科幻\",\"url\":\"/y_2_102_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"足球运动\",\"url\":\"/y_2_36_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"篮球运动\",\"url\":\"/y_2_35_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"其它竞技\",\"url\":\"/y_2_34_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"恐怖灵异·全部\",\"url\":\"/y_5_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"恐怖惊悚\",\"url\":\"/y_5_24_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"推理悬念\",\"url\":\"/y_5_22_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"灵异神怪\",\"url\":\"/y_5_23_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"神秘时空\",\"url\":\"/y_5_65_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"青春校园·全部\",\"url\":\"/y_7_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"菁菁校园\",\"url\":\"/y_7_10_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园言情\",\"url\":\"/y_7_11_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"另类校园\",\"url\":\"/y_7_12_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"贵爵童话\",\"url\":\"/y_7_90_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"魔法校园\",\"url\":\"/y_7_55_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园同人\",\"url\":\"/y_7_89_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"女生小说·全部\",\"url\":\"/y_54_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"古色添香\",\"url\":\"/y_54_91_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市豪门\",\"url\":\"/y_54_92_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"纯爱耽美\",\"url\":\"/y_54_93_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越架空\",\"url\":\"/y_54_94_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"豪门恩怨\",\"url\":\"/y_54_95_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"幻想精灵\",\"url\":\"/y_54_96_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古典言情\",\"url\":\"/y_54_48_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"轻小说·全部\",\"url\":\"/y_97_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"轻幻想\",\"url\":\"/y_97_98_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"重幻想\",\"url\":\"/y_97_99_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"日常类\",\"url\":\"/y_97_100_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"短篇其他·全部\",\"url\":\"/y_9_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"历史演义\",\"url\":\"/y_9_47_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"散文诗词\",\"url\":\"/y_9_58_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"休闲美文\",\"url\":\"/y_9_59_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"杂文笔记\",\"url\":\"/y_9_41_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"短篇小说\",\"url\":\"/y_9_42_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"改编剧本\",\"url\":\"/y_9_63_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"其他\",\"url\":\"/y_9_43_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"榜单·完本\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"最新\",\"url\":\"/y_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击\",\"url\":\"/y_0_0_0_0_2_1_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击\",\"url\":\"/y_0_0_0_0_2_2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总点击\",\"url\":\"/y_0_0_0_0_2_3_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周打赏\",\"url\":\"/y_0_0_0_0_2_13_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月打赏\",\"url\":\"/y_0_0_0_0_2_17_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总打赏\",\"url\":\"/y_0_0_0_0_2_18_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"催更榜\",\"url\":\"/y_0_0_0_0_2_19_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周鲜花\",\"url\":\"/y_0_0_0_0_2_4_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月鲜花\",\"url\":\"/y_0_0_0_0_2_5_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总鲜花\",\"url\":\"/y_0_0_0_0_2_6_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周收藏\",\"url\":\"/y_0_0_0_0_2_7_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月收藏\",\"url\":\"/y_0_0_0_0_2_8_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总收藏\",\"url\":\"/y_0_0_0_0_2_9_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月字数\",\"url\":\"/y_0_0_0_0_2_12_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总字数\",\"url\":\"/y_0_0_0_0_2_10_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"新书PK榜\",\"url\":\"/y_0_0_0_0_2_66_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月票\",\"url\":\"/y_0_0_0_0_2_15_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻·完本\",\"url\":\"/y_1_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"异世大陆\",\"url\":\"/y_1_28_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"东方玄幻\",\"url\":\"/y_1_29_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"神话传说\",\"url\":\"/y_1_50_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"转世重生\",\"url\":\"/y_1_30_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"王朝争霸\",\"url\":\"/y_1_31_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"上古神话\",\"url\":\"/y_1_56_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"变身情缘\",\"url\":\"/y_1_32_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"穿越附身\",\"url\":\"/y_1_81_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"武侠仙侠·完本\",\"url\":\"/y_6_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"传统武侠\",\"url\":\"/y_6_26_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠修真\",\"url\":\"/y_6_25_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"浪子异侠\",\"url\":\"/y_6_27_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古典仙侠\",\"url\":\"/y_6_78_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"星际修真\",\"url\":\"/y_6_79_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代修真\",\"url\":\"/y_6_80_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"同人小说·完本\",\"url\":\"/y_44_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"动漫同人\",\"url\":\"/y_44_69_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"小说同人\",\"url\":\"/y_44_53_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"影视同人\",\"url\":\"/y_44_52_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"耽美小说\",\"url\":\"/y_44_68_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"都市言情·完本\",\"url\":\"/y_4_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"浪漫言情\",\"url\":\"/y_4_13_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市生活\",\"url\":\"/y_4_14_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市异能\",\"url\":\"/y_4_45_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"商海沉浮\",\"url\":\"/y_4_15_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"宦海风云\",\"url\":\"/y_4_17_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"职场生涯\",\"url\":\"/y_4_16_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"豪门恩怨\",\"url\":\"/y_4_18_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"军事历史·完本\",\"url\":\"/y_3_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"穿越时空\",\"url\":\"/y_3_71_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"架空历史\",\"url\":\"/y_3_19_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"历史传记\",\"url\":\"/y_3_72_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"三国梦想\",\"url\":\"/y_3_73_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"人文历史\",\"url\":\"/y_3_74_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代战争\",\"url\":\"/y_3_20_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"战争幻想\",\"url\":\"/y_3_76_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"特种军旅\",\"url\":\"/y_3_21_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"科幻网游·完本\",\"url\":\"/y_2_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"虚拟网游\",\"url\":\"/y_2_33_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"电子竞技\",\"url\":\"/y_2_70_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"超黑科技\",\"url\":\"/y_2_101_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"星际科幻\",\"url\":\"/y_2_102_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"足球运动\",\"url\":\"/y_2_36_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"篮球运动\",\"url\":\"/y_2_35_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"其它竞技\",\"url\":\"/y_2_34_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"恐怖灵异·完本\",\"url\":\"/y_5_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"恐怖惊悚\",\"url\":\"/y_5_24_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"推理悬念\",\"url\":\"/y_5_22_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"灵异神怪\",\"url\":\"/y_5_23_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"神秘时空\",\"url\":\"/y_5_65_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"青春校园·完本\",\"url\":\"/y_7_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"菁菁校园\",\"url\":\"/y_7_10_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园言情\",\"url\":\"/y_7_11_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"另类校园\",\"url\":\"/y_7_12_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"贵爵童话\",\"url\":\"/y_7_90_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"魔法校园\",\"url\":\"/y_7_55_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园同人\",\"url\":\"/y_7_89_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"女生小说·完本\",\"url\":\"/y_54_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"古色添香\",\"url\":\"/y_54_91_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市豪门\",\"url\":\"/y_54_92_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"纯爱耽美\",\"url\":\"/y_54_93_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越架空\",\"url\":\"/y_54_94_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"豪门恩怨\",\"url\":\"/y_54_95_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"幻想精灵\",\"url\":\"/y_54_96_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古典言情\",\"url\":\"/y_54_48_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"轻小说·完本\",\"url\":\"/y_97_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"轻幻想\",\"url\":\"/y_97_98_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"重幻想\",\"url\":\"/y_97_99_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"日常类\",\"url\":\"/y_97_100_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"短篇其他·完本\",\"url\":\"/y_9_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"历史演义\",\"url\":\"/y_9_47_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"散文诗词\",\"url\":\"/y_9_58_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"休闲美文\",\"url\":\"/y_9_59_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"杂文笔记\",\"url\":\"/y_9_41_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"短篇小说\",\"url\":\"/y_9_42_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"改编剧本\",\"url\":\"/y_9_63_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"其他\",\"url\":\"/y_9_43_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}}]",
    "lastUpdateTime": 1700125488396,
    "loginUrl": "https://u.faloo.com/regist/login.aspx?backUrl=https%3a%2f%2fwap.faloo.com%2f",
    "respondTime": 1035,
    "ruleBookInfo": {
      "author": ".info a.0@text",
      "coverUrl": ".cover_box img@src",
      "intro": "🔖   标签：{{@class.tagList.0@text}}{{'\\n'+'​'}}\n{{@#novel_intro@html}}##展开收起|飞卢小说(.|\\n)*",
      "kind": ".info a.1@text&&.info .tag@text&&.info li.4@text##.*：|\\s.*|小说",
      "lastChapter": ".newNode@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": ".info h1@text",
      "tocUrl": ".btnLayout@a.1@href",
      "wordCount": ".info li.2@textNodes##\\s.*"
    },
    "ruleContent": {
      "content": ".nodeContent@p@html",
      "imageStyle": "FULL",
      "replaceRegex": "##本书来自.*|本书由飞卢.*|用飞卢.*",
      "sourceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".nl_r1_author a.0@text",
      "bookList": ".novelList li",
      "bookUrl": "a.1@href",
      "checkKeyWord": "",
      "coverUrl": "img.0@src",
      "intro": "a.2@text",
      "kind": ".nl_r1_author a.1@text&&em@text&&.date@text&&.tag@text",
      "name": "a.1@text",
      "wordCount": "i.0@text"
    },
    "ruleToc": {
      "chapterList": ".v_nodeList li",
      "chapterName": "a@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "chapterUrl": "a@href",
      "isVip": "i@html"
    },
    "searchUrl": "/search_0_{{page}}.html?t=1&k={{key}},{\n'charset': 'gb2312'\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "动漫",
    "bookSourceName": "盗随动漫（优+）",
    "bookSourceType": 2,
    "bookSourceUrl": "https://myself-bbs.com",
    "customButton": false,
    "customOrder": 283,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "动画连载列表::https://myself-bbs.com/forum-133-{{page}}.html\n完结动画全集::https://myself-bbs.com/forum-113-{{page}}.html\n深夜寂寞（R18+）::https://myself-bbs.com/forum-137-{{page}}.html",
    "lastUpdateTime": 1758888751456,
    "respondTime": 11130,
    "ruleBookInfo": {
      "author": "@css: div[class=\"info_info\"] ul li:nth-child(4)@text",
      "coverUrl": "@css: div[class=\"info_img_box fl\"] img@src",
      "intro": "@css: div[id=\"info_introduction_text\"]@text",
      "kind": "@css:.info_info>ul>li:eq(0)@text##作品類型: ##",
      "wordCount": "@css:.info_info>ul>li:eq(2)@textNodes##: ##"
    },
    "ruleContent": {
      "content": "@js:\nresult=java.hexDecodeToString(result)\na=result.slice(4,6)\nb=result.slice(6,8)\nc=result.slice(8,10)\nurl=`https://vpx05.myself-bbs.com/hls/${a}/${b}/${c}/${result}/index.m3u8`\nif(book.durChapterIndex == chapter.index){\njava.startBrowser(url,chapter.title);\njava.toast('正在加载视频...');\nresult = ' \\n\\n【刷新正文】跳转播放\\n不要相信且不要点击视频里的任何广告，误触后请立即返回\\n🔗直链:\\n' + url}"
    },
    "ruleExplore": {
      "bookList": "@css: ul[class=\"ml mlt mtw cl\"]>li",
      "bookUrl": "@css: .ptn>a@href",
      "coverUrl": "@css: div[class=\"c cl\"]>a>img@src",
      "name": "@css: .ptn>a@text"
    },
    "ruleSearch": {
      "bookList": "@css: li[class=\"pbw\"]",
      "bookUrl": "@css: h3[class=\"xs3\"] a@href",
      "name": "@css: h3[class=\"xs3\"]@text"
    },
    "ruleToc": {
      "chapterList": "@css: .main_list>li",
      "chapterName": "@css:a@text##(先鋒|站內)",
      "chapterUrl": "@css:.display_none>li>a@data-href##.*\\/player\\/(.*)\\s?##$1\n@js:\n`data:;base64,{{java.base64Encode(result)}},{\"type\":\"null\"}`"
    },
    "searchUrl": "http://myself-bbs.com/search.php?mod=forum& formhash=94d459ba&srchtxt={{key}}&searchsubmit=yes",
    "weight": 36
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "欧尼小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.soduzw.com#",
    "customButton": false,
    "customOrder": 284,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1734985866088,
    "respondTime": 25062,
    "ruleBookInfo": {
      "author": "class.author@tag.a@text",
      "coverUrl": "class.cover@tag.img@src",
      "intro": "class.con@html",
      "kind": "class.sort@tag.a@text&&class.desc@text\n##更新时间.",
      "lastChapter": "{{@@class.new@text}}▪️{{@@class.desc@text}}\n##最新章节.|更新时间.",
      "name": "class.title@text"
    },
    "ruleContent": {
      "content": "id.articlecon@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\s.*本章未完，请点击下一页继续阅读.*\\s.*\\d页.*\\s*|\\(第\\d+/\\d+页\\)"
    },
    "ruleExplore": {
      "author": "tag.a.2@text",
      "bookList": "class.Look_list@tag.li",
      "bookUrl": "http://m.soduzw.com{{@@tag.a.0@href}}",
      "coverUrl": "tag.a.0@href\n##/mulu_((\\d+)\\d{3})\\.html##http://www.soduzw.com/files/article/image/$2/$1/$1s.jpg###",
      "kind": "tag.span.-1@text",
      "lastChapter": "{{@@tag.a.1@text}}▪️{{@@tag.span.-1@text}}",
      "name": "tag.a.0@text"
    },
    "ruleSearch": {
      "author": "tag.span.1@text ##作者.",
      "bookList": "class.Search",
      "bookUrl": "http://m.soduzw.com{{@@tag.a.0@href}}",
      "checkKeyWord": "",
      "coverUrl": "tag.img@src",
      "intro": "class.Search_nr@text",
      "kind": "class.Search_update@text\n##（(.*)）$##$1###",
      "lastChapter": "{{@@tag.a.-1@text}}▪️{{@@class.Search_update@text\n##（(.*)）$##$1###}}",
      "name": "tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "-class.list@tag.li@tag.a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "class.next@tag.a@href"
    },
    "searchUrl": "http://www.soduzw.com/search.html,{\n'method': 'POST',\n'body': 'searchtype=novelname&searchkey={{key}}'\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "㊣黑岩阅读 #破冰",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.heiyan.com#♤pb",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 285,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部小说::https://www.heiyan.com/web/all/-1/-1/-1/-1/0/{{page}}/100\n免费小说::https://www.heiyan.com/web/all/-1/-1/1/-1/0/{{page}}/100\n收费小说::https://www.heiyan.com/web/all/-1/-1/0/-1/0/{{page}}/100\n完结小说::https://www.heiyan.com/web/all/-1/-1/-1/1/0/{{page}}/100\n连载小说::https://www.heiyan.com/web/all/-1/-1/-1/0/0/{{page}}/100\n悬疑全部::https://www.heiyan.com/web/all/1/-1/-1/-1/0/{{page}}/100\n悬疑免费::https://www.heiyan.com/web/all/1/-1/1/-1/0/{{page}}/100\n悬疑收费::https://www.heiyan.com/web/all/1/-1/0/-1/0/{{page}}/100\n悬疑完结::https://www.heiyan.com/web/all/1/-1/-1/1/0/{{page}}/100\n悬疑连载::https://www.heiyan.com/web/all/1/-1/-1/0/0/{{page}}/100\n历史全部::https://www.heiyan.com/web/all/3/-1/-1/-1/0/{{page}}/100\n历史免费::https://www.heiyan.com/web/all/3/-1/1/-1/0/{{page}}/100\n历史收费::https://www.heiyan.com/web/all/3/-1/0/-1/0/{{page}}/100\n历史完结::https://www.heiyan.com/web/all/3/-1/-1/1/0/{{page}}/100\n历史连载::https://www.heiyan.com/web/all/3/-1/-1/0/0/{{page}}/100\n军事全部::https://www.heiyan.com/web/all/5/-1/-1/-1/0/{{page}}/100\n军事免费::https://www.heiyan.com/web/all/5/-1/1/-1/0/{{page}}/100\n军事收费::https://www.heiyan.com/web/all/5/-1/0/-1/0/{{page}}/100\n军事完结::https://www.heiyan.com/web/all/5/-1/-1/1/0/{{page}}/100\n军事连载::https://www.heiyan.com/web/all/5/-1/-1/0/0/{{page}}/100\n玄幻全部::https://www.heiyan.com/web/all/6/-1/-1/-1/0/{{page}}/100\n玄幻免费::https://www.heiyan.com/web/all/6/-1/1/-1/0/{{page}}/100\n玄幻收费::https://www.heiyan.com/web/all/6/-1/0/-1/0/{{page}}/100\n玄幻完结::https://www.heiyan.com/web/all/6/-1/-1/1/0/{{page}}/100\n玄幻连载::https://www.heiyan.com/web/all/6/-1/-1/0/0/{{page}}/100\n奇幻全部::https://www.heiyan.com/web/all/14/-1/-1/-1/0/{{page}}/100\n奇幻免费::https://www.heiyan.com/web/all/14/-1/1/-1/0/{{page}}/100\n奇幻收费::https://www.heiyan.com/web/all/14/-1/0/-1/0/{{page}}/100\n奇幻完结::https://www.heiyan.com/web/all/14/-1/-1/1/0/{{page}}/100\n奇幻连载::https://www.heiyan.com/web/all/14/-1/-1/0/0/{{page}}/100\n仙侠全部::https://www.heiyan.com/web/all/7/-1/-1/-1/0/{{page}}/100\n仙侠免费::https://www.heiyan.com/web/all/7/-1/1/-1/0/{{page}}/100\n仙侠收费::https://www.heiyan.com/web/all/7/-1/0/-1/0/{{page}}/100\n仙侠完结::https://www.heiyan.com/web/all/7/-1/-1/1/0/{{page}}/100\n仙侠连载::https://www.heiyan.com/web/all/7/-1/-1/0/0/{{page}}/100\n武侠全部::https://www.heiyan.com/web/all/8/-1/-1/-1/0/{{page}}/100\n武侠免费::https://www.heiyan.com/web/all/8/-1/1/-1/0/{{page}}/100\n武侠收费::https://www.heiyan.com/web/all/8/-1/0/-1/0/{{page}}/100\n武侠完结::https://www.heiyan.com/web/all/8/-1/-1/1/0/{{page}}/100\n武侠连载::https://www.heiyan.com/web/all/8/-1/-1/0/0/{{page}}/100\n科幻全部::https://www.heiyan.com/web/all/10/-1/-1/-1/0/{{page}}/100\n科幻免费::https://www.heiyan.com/web/all/10/-1/1/-1/0/{{page}}/100\n科幻收费::https://www.heiyan.com/web/all/10/-1/0/-1/0/{{page}}/100\n科幻完结::https://www.heiyan.com/web/all/10/-1/-1/1/0/{{page}}/100\n科幻连载::https://www.heiyan.com/web/all/10/-1/-1/0/0/{{page}}/100\n游戏全部::https://www.heiyan.com/web/all/9/-1/-1/-1/0/{{page}}/100\n游戏免费::https://www.heiyan.com/web/all/9/-1/1/-1/0/{{page}}/100\n游戏收费::https://www.heiyan.com/web/all/9/-1/0/-1/0/{{page}}/100\n游戏完结::https://www.heiyan.com/web/all/9/-1/-1/1/0/{{page}}/100\n游戏连载::https://www.heiyan.com/web/all/9/-1/-1/0/0/{{page}}/100\n同人全部::https://www.heiyan.com/web/all/16/-1/-1/-1/0/{{page}}/100\n同人免费::https://www.heiyan.com/web/all/16/-1/1/-1/0/{{page}}/100\n同人收费::https://www.heiyan.com/web/all/16/-1/0/-1/0/{{page}}/100\n同人完结::https://www.heiyan.com/web/all/16/-1/-1/1/0/{{page}}/100\n同人连载::https://www.heiyan.com/web/all/16/-1/-1/0/0/{{page}}/100\n社会全部::https://www.heiyan.com/web/all/25/-1/-1/-1/0/{{page}}/100\n社会免费::https://www.heiyan.com/web/all/25/-1/1/-1/0/{{page}}/100\n社会收费::https://www.heiyan.com/web/all/25/-1/0/-1/0/{{page}}/100\n社会完结::https://www.heiyan.com/web/all/25/-1/-1/1/0/{{page}}/100\n社会连载::https://www.heiyan.com/web/all/25/-1/-1/0/0/{{page}}/100\n古言全部::https://www.heiyan.com/web/all/37/-1/-1/-1/0/{{page}}/100\n古言免费::https://www.heiyan.com/web/all/37/-1/1/-1/0/{{page}}/100\n古言收费::https://www.heiyan.com/web/all/37/-1/0/-1/0/{{page}}/100\n古言完结::https://www.heiyan.com/web/all/37/-1/-1/1/0/{{page}}/100\n古言连载::https://www.heiyan.com/web/all/37/-1/-1/0/0/{{page}}/100",
    "header": "",
    "lastUpdateTime": 1684814477036,
    "loginUrl": "https://www.heiyan.com/accounts/login?backUrl=/",
    "respondTime": 1533,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "",
      "init": "",
      "intro": "//pre[@class=\"note\"]/text()",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "tocUrl": "//a[text()=\"开始阅读\"]/@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "$.chapter.htmlContent@js:result?result:'付费章节，换源阅读'",
      "imageStyle": "0",
      "nextContentUrl": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "//*[@class=\"author\"]//a/text()",
      "bookList": "//*[@id=\"resultDiv\"]/tr",
      "bookUrl": "//a[@class=\"title\"]/@href<js>'https://www.heiyan.com/book/'+String(result).match(/\\d+/)[0]</js>",
      "coverUrl": "//a[@class=\"title\"]/@href<js>'https://b.heiyanimg.com/book/'+String(result).match(/\\d+/)[0]+'.jpg'</js>",
      "intro": "",
      "kind": "",
      "lastChapter": "//a[@class=\"chapter\"]/text()",
      "name": "//a[@class=\"title\"]/text()",
      "wordCount": "//td[4]/text()<js>String(result)+\"字\"</js>"
    },
    "ruleSearch": {
      "author": "$.authorname##<.*?>",
      "bookList": "$.data.content[*]",
      "bookUrl": "$.id@js:'https://www.heiyan.com/book/'+result",
      "coverUrl": "$.iconUrlSmall@js:  result.includes('@!bns?0') ? 'http://suo.im/6mlA9F' :'https://b.heiyanimg.com'+result.replace(/@.*/,'')",
      "intro": "$.introduce",
      "kind": "$.sortname##<.*?>",
      "lastChapter": "$.lastchaptername&&$.lastchaptertime##\\s+(\\d+-\\d+-\\d+).*##（$1）",
      "name": "$.name##<.*?>",
      "wordCount": "{$.words}字"
    },
    "ruleToc": {
      "chapterList": "//li[span]/a",
      "chapterName": "text##[\\(（].*[求更谢乐发推].*[）\\)]",
      "chapterUrl": "href<js>'https://a.heiyan.com/ajax/chapter/content/'+result.match(/\\d+$/)[0]</js>",
      "isVip": "@js:/isvip/.test(String(result))",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://search.heiyan.com/web/search?queryString={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "灯读文学",
    "bookSourceType": 0,
    "bookSourceUrl": "https://s30001.zhongyue001.com/",
    "customButton": false,
    "customOrder": 286,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"男生频道\",\"url\":\"\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"玄幻\",\"url\":\"/book/index?category_id=1&sex=1&page={{page}}&type=category\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/book/index?category_id=2&sex=1&page={{page}}&type=category\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠\",\"url\":\"/book/index?category_id=3&sex=1&page={{page}}&type=category\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奇幻\",\"url\":\"/book/index?category_id=5&sex=1&page={{page}}&type=category\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史\",\"url\":\"/book/index?category_id=6&sex=1&page={{page}}&type=category\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"军事\",\"url\":\"/book/index?category_id=7&sex=1&page={{page}}&type=category\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"/book/index?category_id=9&sex=1&page={{page}}&type=category\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}},{\"title\":\"游戏\",\"url\":\"/book/index?category_id=10&sex=1&page={{page}}&type=category\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}},{\"title\":\"女生频道\",\"url\":\"\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"现代言情\",\"url\":\"/book/index?category_id=12&sex=2&page={{page}}&type=category\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代言情\",\"url\":\"/book/index?category_id=13&sex=2&page={{page}}&type=category\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"幻想言情\",\"url\":\"/book/index?category_id=14&sex=2&page={{page}}&type=category\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青春校园\",\"url\":\"/book/index?category_id=15&sex=2&page={{page}}&type=category\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}}]",
    "header": "{\"User-Agent\": \"okhttp/4.9.1\",\"token\": \"m8z4dztf3uzwox96e7m1h38b6mxkx0od\",\"uid\": \"340826\",\"ver\": \"1.0.0.0.7\",\"osType\": \"1\",\"clientVer\": \"1.0.7\",\"Content-Type\": \"application/x-www-form-urlencoded\"}",
    "lastUpdateTime": 1720039600829,
    "respondTime": 1064,
    "ruleBookInfo": {
      "author": "$..author",
      "coverUrl": "https://static.zhongyue001.com/{{$..spic}}",
      "intro": "$..descp",
      "kind": "{{$..updated_at}}\n{{$..category_name}}",
      "lastChapter": "$.data.chapter_list_link<js>java.ajax(result)</js>$..chapter_list[-1].name",
      "name": "$..name@put:{bid:$..id}",
      "tocUrl": "$.data.chapter_list_link",
      "wordCount": "$..word"
    },
    "ruleContent": {
      "content": "$.data.chapter_link||$.data.current.link<js>java.ajax(result)</js>$..body"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.list[*]",
      "bookUrl": "https://s30001.zhongyue001.com/chapter/index?bid={{$.id}}",
      "coverUrl": "https://static.zhongyue001.com/{{$.spic}}",
      "intro": "$.descp",
      "kind": "{{$.updated_at}}\n{{$.category_name}}",
      "name": "$.name",
      "wordCount": "$.word"
    },
    "ruleToc": {
      "chapterList": "$..chapter_list[*]",
      "chapterName": "$.name",
      "chapterUrl": "https://s30001.zhongyue001.com/chapter/show?bid=@get:{bid}&num={{$.num}}&force_read=0&auto_buy_status=0",
      "isVip": ""
    },
    "searchUrl": "https://s30001.zhongyue001.com/book/index?type=search&page=1&keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "绾书文学",
    "bookSourceType": 0,
    "bookSourceUrl": "https://api.wanshu.com#yc1101",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 287,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"最近更新\",\"url\":\"/novel/libraryList?page={{page}}&pageSize=20&order=update\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击榜\",\"url\":\"/novel/libraryList?page={{page}}&pageSize=20&order=mouth_view_count\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总字数榜\",\"url\":\"/novel/libraryList?page={{page}}&pageSize=20&order=word_num\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"都市言情\",\"url\":\"/novel/libraryList?page={{page}}&pageSize=20&category_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"时空穿越\",\"url\":\"/novel/libraryList?page={{page}}&pageSize=20&category_id=2\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总裁豪门\",\"url\":\"/novel/libraryList?page={{page}}&pageSize=20&category_id=3\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻仙侠\",\"url\":\"/novel/libraryList?page={{page}}&pageSize=20&category_id=4\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"浪漫青春\",\"url\":\"/novel/libraryList?page={{page}}&pageSize=20&category_id=5\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑灵异\",\"url\":\"/novel/libraryList?page={{page}}&pageSize=20&category_id=6\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市异能\",\"url\":\"/novel/libraryList?page={{page}}&pageSize=20&category_id=7\",\"style\":{\"layout_flexBasisPercent\":0.29}}]",
    "lastUpdateTime": 1702138004482,
    "loginUrl": "https://account.wanshu.com/login",
    "respondTime": 1879,
    "ruleBookInfo": {
      "intro": "",
      "lastChapter": ""
    },
    "ruleContent": {
      "content": "data.content",
      "imageStyle": "0"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "author",
      "bookList": "data",
      "bookUrl": "/novel/chapterList?page=1&pageSize=19999&novel_id={{$.novel_id}}",
      "coverUrl": "cover",
      "intro": "description##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "complete_status&&category_name",
      "lastChapter": "latest_chapter_update_time&&latest_chapter##\\h[\\d:]+\\d\\n##▪",
      "name": "name",
      "wordCount": "word_num"
    },
    "ruleToc": {
      "chapterList": "data",
      "chapterName": "name",
      "chapterUrl": "/novel/chapterInfo?novel_chapter_id={{$.id}}",
      "isVip": "¥{{$.is_free}}##¥true",
      "updateTime": ""
    },
    "searchUrl": "/novel/search?pageSize=100&kw={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃书包小说网全🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://234.484448.xyz#🎃",
    "customButton": false,
    "customOrder": 288,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "尸::/public/api.php?app=search&q=尸&page={{page}}\n杀::/public/api.php?app=search&q=杀&page={{page}}\n屄::/public/api.php?app=search&q=屄&page={{page}}\n肏::/public/api.php?app=search&q=肏&page={{page}}\n0岁::/public/api.php?app=search&q=0岁&page={{page}}\n编辑::/public/api.php?app=search&q=编辑&page={{page}}\n催眠::/public/api.php?app=search&q=催眠&page={{page}}\n乱伦::/public/api.php?app=search&q=乱伦&page={{page}}\n破处::/public/api.php?app=search&q=破处&page={{page}}\n处女::/public/api.php?app=search&q=处女&page={{page}}\n下开苞::/public/api.php?app=search&q=开苞&page={{page}}\n修改::/public/api.php?app=search&q=修改&page={{page}}\n常识::/public/api.php?app=search&q=常识&page={{page}}\n花::/public/api.php?app=search&q=花&page={{page}}\n【完::/public/api.php?app=search&q=【完&page={{page}}\n上::/public/api.php?app=search&q=上&page={{page}}\n中::/public/api.php?app=search&q=中&page={{page}}\n下::/public/api.php?app=search&q=下&page={{page}}\n游戏::/public/api.php?app=search&q=游戏&page={{page}}\n游::/public/api.php?app=search&q=游&page={{page}}\n戏::/public/api.php?app=search&q=戏&page={{page}}\n9岁::/public/api.php?app=search&q=9岁&page={{page}}\n1岁::/public/api.php?app=search&q=1岁&page={{page}}\n2岁::/public/api.php?app=search&q=2岁&page={{page}}\n3岁::/public/api.php?app=search&q=3岁&page={{page}}\n4::/public/api.php?app=search&q=4&page={{page}}\n5岁::/public/api.php?app=search&q=5岁&page={{page}}\n6岁::/public/api.php?app=search&q=6岁&page={{page}}\n7岁::/public/api.php?app=search&q=7岁&page={{page}}\n8岁::/public/api.php?app=search&q=8岁&page={{page}}\n阿妹::/public/api.php?app=search&q=阿妹&page={{page}}\n按摩::/public/api.php?app=search&q=按摩&page={{page}}\n阿姨::/public/api.php?app=search&q=阿姨&page={{page}}\n爸爸::/public/api.php?app=search&q=爸爸&page={{page}}\n白浆::/public/api.php?app=search&q=白浆&page={{page}}\n班花::/public/api.php?app=search&q=班花&page={{page}}\n半推::/public/api.php?app=search&q=半推&page={{page}}\n爆操::/public/api.php?app=search&q=爆操&page={{page}}\n爆插::/public/api.php?app=search&q=爆插&page={{page}}\n宝妈::/public/api.php?app=search&q=宝妈&page={{page}}\n保姆::/public/api.php?app=search&q=保姆&page={{page}}\n包臀::/public/api.php?app=search&q=包臀&page={{page}}\n包养::/public/api.php?app=search&q=包养&page={{page}}\n八岁::/public/api.php?app=search&q=八岁&page={{page}}\n编辑::/public/api.php?app=search&q=编辑&page={{page}}\n便器::/public/api.php?app=search&q=便器&page={{page}}\n表姐::/public/api.php?app=search&q=表姐&page={{page}}\n表妹::/public/api.php?app=search&q=表妹&page={{page}}\n表嫂::/public/api.php?app=search&q=表嫂&page={{page}}\n屄屄::/public/api.php?app=search&q=屄屄&page={{page}}\n42灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/public/api.php?app=search&q=\n操逼::/public/api.php?app=search&q=操逼&page={{page}}\n操哭::/public/api.php?app=search&q=操哭&page={{page}}\n操母::/public/api.php?app=search&q=操母&page={{page}}\n厕所::/public/api.php?app=search&q=厕所&page={{page}}\n常识::/public/api.php?app=search&q=常识&page={{page}}\n潮吹::/public/api.php?app=search&q=潮吹&page={{page}}\n程度::/public/api.php?app=search&q=程度&page={{page}}\n称呼::/public/api.php?app=search&q=称呼&page={{page}}\n成年::/public/api.php?app=search&q=成年&page={{page}}\n成人::/public/api.php?app=search&q=成人&page={{page}}\n乘务::/public/api.php?app=search&q=乘务&page={{page}}\n吃鸡::/public/api.php?app=search&q=吃鸡&page={{page}}\n吃精::/public/api.php?app=search&q=吃精&page={{page}}\n赤裸::/public/api.php?app=search&q=赤裸&page={{page}}\n吃奶::/public/api.php?app=search&q=吃奶&page={{page}}\n抽插::/public/api.php?app=search&q=抽插&page={{page}}\n创意::/public/api.php?app=search&q=创意&page={{page}}\n传统::/public/api.php?app=search&q=传统&page={{page}}\n初次::/public/api.php?app=search&q=初次&page={{page}}\n初二::/public/api.php?app=search&q=初二&page={{page}}\n处女::/public/api.php?app=search&q=处女&page={{page}}\n初三::/public/api.php?app=search&q=初三&page={{page}}\n初夜::/public/api.php?app=search&q=初夜&page={{page}}\n初一::/public/api.php?app=search&q=初一&page={{page}}\n初中::/public/api.php?app=search&q=初中&page={{page}}\n催眠::/public/api.php?app=search&q=催眠&page={{page}}\n大二::/public/api.php?app=search&q=大二&page={{page}}\n大姑::/public/api.php?app=search&q=大姑&page={{page}}\n大夫::/public/api.php?app=search&q=大夫&page={{page}}\n大鸡::/public/api.php?app=search&q=大鸡&page={{page}}\n大姐::/public/api.php?app=search&q=大姐&page={{page}}\n导购::/public/api.php?app=search&q=导购&page={{page}}\n道具::/public/api.php?app=search&q=道具&page={{page}}\n导师::/public/api.php?app=search&q=导师&page={{page}}\n导演::/public/api.php?app=search&q=导演&page={{page}}\n大三::/public/api.php?app=search&q=大三&page={{page}}\n大四::/public/api.php?app=search&q=大四&page={{page}}\n大胸::/public/api.php?app=search&q=大胸&page={{page}}\n大一::/public/api.php?app=search&q=大一&page={{page}}\n大姨::/public/api.php?app=search&q=大姨&page={{page}}\n的妈::/public/api.php?app=search&q=的妈&page={{page}}\n的母::/public/api.php?app=search&q=的母&page={{page}}\n的女::/public/api.php?app=search&q=的女&page={{page}}\n的性::/public/api.php?app=search&q=的性&page={{page}}\n点工::/public/api.php?app=search&q=点工&page={{page}}\n弟妹::/public/api.php?app=search&q=弟妹&page={{page}}\n丁字::/public/api.php?app=search&q=丁字&page={{page}}\n第一次::/public/api.php?app=search&q=第一次&page={{page}}\n抖音::/public/api.php?app=search&q=抖音&page={{page}}\n斗鱼::/public/api.php?app=search&q=斗鱼&page={{page}}\n短篇::/public/api.php?app=search&q=短篇&page={{page}}\n多女::/public/api.php?app=search&q=多女&page={{page}}\n97灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/public/api.php?app=search&q=\n二岁::/public/api.php?app=search&q=二岁&page={{page}}\n二穴::/public/api.php?app=search&q=二穴&page={{page}}\n法官::/public/api.php?app=search&q=法官&page={{page}}\n肥逼::/public/api.php?app=search&q=肥逼&page={{page}}\n飞机::/public/api.php?app=search&q=飞机&page={{page}}\n飞机杯::/public/api.php?app=search&q=飞机杯&page={{page}}\n肥臀::/public/api.php?app=search&q=肥臀&page={{page}}\n职场::/public/api.php?app=search&q=职场&page={{page}}\n粉逼::/public/api.php?app=search&q=粉逼&page={{page}}\n丰乳::/public/api.php?app=search&q=丰乳&page={{page}}\n丰臀::/public/api.php?app=search&q=丰臀&page={{page}}\n粉嫩::/public/api.php?app=search&q=粉嫩&page={{page}}\n分析::/public/api.php?app=search&q=分析&page={{page}}\n粉穴::/public/api.php?app=search&q=粉穴&page={{page}}\n佛教::/public/api.php?app=search&q=佛教&page={{page}}\n父女::/public/api.php?app=search&q=父女&page={{page}}\n夫人::/public/api.php?app=search&q=夫人&page={{page}}\n服务::/public/api.php?app=search&q=服务&page={{page}}\n刚成::/public/api.php?app=search&q=刚成&page={{page}}\n肛交::/public/api.php?app=search&q=肛交&page={{page}}\n干了::/public/api.php?app=search&q=干了&page={{page}}\n干妈::/public/api.php?app=search&q=干妈&page={{page}}\n高潮::/public/api.php?app=search&q=高潮&page={{page}}\n高二::/public/api.php?app=search&q=高二&page={{page}}\n高三::/public/api.php?app=search&q=高三&page={{page}}\n高一::/public/api.php?app=search&q=高一&page={{page}}\n高中::/public/api.php?app=search&q=高中&page={{page}}\n隔壁::/public/api.php?app=search&q=隔壁&page={{page}}\n女邻::/public/api.php?app=search&q=女邻&page={{page}}\n阁下::/public/api.php?app=search&q=阁下&page={{page}}\n工程::/public/api.php?app=search&q=工程&page={{page}}\n务员::/public/api.php?app=search&q=务员&page={{page}}\n公主::/public/api.php?app=search&q=公主&page={{page}}\n广东::/public/api.php?app=search&q=广东&page={{page}}\n管理::/public/api.php?app=search&q=管理&page={{page}}\n姑姑::/public/api.php?app=search&q=姑姑&page={{page}}\n鬼畜::/public/api.php?app=search&q=鬼畜&page={{page}}\n闺蜜::/public/api.php?app=search&q=闺蜜&page={{page}}\n闺女::/public/api.php?app=search&q=闺女&page={{page}}\n龟头::/public/api.php?app=search&q=龟头&page={{page}}\n姑妈::/public/api.php?app=search&q=姑妈&page={{page}}\n姑娘::/public/api.php?app=search&q=姑娘&page={{page}}\n国中::/public/api.php?app=search&q=国中&page={{page}}\n顾问::/public/api.php?app=search&q=顾问&page={{page}}\n143灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/public/api.php?app=search&q=143灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&page={{page}}\n行业::/public/api.php?app=search&q=行业&page={{page}}\n含着::/public/api.php?app=search&q=含着&page={{page}}\n豪乳::/public/api.php?app=search&q=豪乳&page={{page}}\n合集::/public/api.php?app=search&q=合集&page={{page}}\n黑丝::/public/api.php?app=search&q=黑丝&page={{page}}\n和姐::/public/api.php?app=search&q=和姐&page={{page}}\n和妈::/public/api.php?app=search&q=和妈&page={{page}}\n和妹::/public/api.php?app=search&q=和妹&page={{page}}\n喝奶::/public/api.php?app=search&q=喝奶&page={{page}}\n喝尿::/public/api.php?app=search&q=喝尿&page={{page}}\n和同::/public/api.php?app=search&q=和同&page={{page}}\n和我::/public/api.php?app=search&q=和我&page={{page}}\n后妈::/public/api.php?app=search&q=后妈&page={{page}}\n后入::/public/api.php?app=search&q=后入&page={{page}}\n怀孕::/public/api.php?app=search&q=怀孕&page={{page}}\n皇后::/public/api.php?app=search&q=皇后&page={{page}}\n蝴蝶::/public/api.php?app=search&q=蝴蝶&page={{page}}\n护士::/public/api.php?app=search&q=护士&page={{page}}\n户外::/public/api.php?app=search&q=户外&page={{page}}\n虎穴::/public/api.php?app=search&q=虎穴&page={{page}}\n家姐::/public/api.php?app=search&q=家姐&page={{page}}\n江浙::/public/api.php?app=search&q=江浙&page={{page}}\n奸妈::/public/api.php?app=search&q=奸妈&page={{page}}\n奸杀::/public/api.php?app=search&q=奸杀&page={{page}}\n奸尸::/public/api.php?app=search&q=奸尸&page={{page}}\n奸淫::/public/api.php?app=search&q=奸淫&page={{page}}\n叫爸::/public/api.php?app=search&q=叫爸&page={{page}}\n娇嫩::/public/api.php?app=search&q=娇嫩&page={{page}}\n教师::/public/api.php?app=search&q=教师&page={{page}}\n娇小::/public/api.php?app=search&q=娇小&page={{page}}\n家人::/public/api.php?app=search&q=家人&page={{page}}\n家庭::/public/api.php?app=search&q=家庭&page={{page}}\n家政::/public/api.php?app=search&q=家政&page={{page}}\n鸡吧::/public/api.php?app=search&q=鸡吧&page={{page}}\n机杯::/public/api.php?app=search&q=机杯&page={{page}}\n姐弟::/public/api.php?app=search&q=姐弟&page={{page}}\n姐夫::/public/api.php?app=search&q=姐夫&page={{page}}\n夫的::/public/api.php?app=search&q=夫的&page={{page}}\n姐姐::/public/api.php?app=search&q=姐姐&page={{page}}\n姐的::/public/api.php?app=search&q=姐的&page={{page}}\n姐妹::/public/api.php?app=search&q=姐妹&page={{page}}\n妹花::/public/api.php?app=search&q=妹花&page={{page}}\n街射::/public/api.php?app=search&q=街射&page={{page}}\n集合::/public/api.php?app=search&q=集合&page={{page}}\n即可::/public/api.php?app=search&q=即可&page={{page}}\n继母::/public/api.php?app=search&q=继母&page={{page}}\n挤奶::/public/api.php?app=search&q=挤奶&page={{page}}\n精厕::/public/api.php?app=search&q=精厕&page={{page}}\n警花::/public/api.php?app=search&q=警花&page={{page}}\n经理::/public/api.php?app=search&q=经理&page={{page}}\n精液::/public/api.php?app=search&q=精液&page={{page}}\n精子::/public/api.php?app=search&q=精子&page={{page}}\n近亲::/public/api.php?app=search&q=近亲&page={{page}}\n金融::/public/api.php?app=search&q=金融&page={{page}}\n极品::/public/api.php?app=search&q=极品&page={{page}}\n酒店::/public/api.php?app=search&q=酒店&page={{page}}\n舅妈::/public/api.php?app=search&q=舅妈&page={{page}}\n九岁::/public/api.php?app=search&q=九岁&page={{page}}\n记者::/public/api.php?app=search&q=记者&page={{page}}\n角色::/public/api.php?app=search&q=角色&page={{page}}\n军官::/public/api.php?app=search&q=军官&page={{page}}\n巨乳::/public/api.php?app=search&q=巨乳&page={{page}}\n巨臀::/public/api.php?app=search&q=巨臀&page={{page}}\n209灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/public/api.php?app=search&q=\n开苞::/public/api.php?app=search&q=开苞&page={{page}}\n客服::/public/api.php?app=search&q=客服&page={{page}}\n客户::/public/api.php?app=search&q=客户&page={{page}}\n直接::/public/api.php?app=search&q=直接&page={{page}}\n控制::/public/api.php?app=search&q=控制&page={{page}}\n口爆::/public/api.php?app=search&q=口爆&page={{page}}\n口交::/public/api.php?app=search&q=口交&page={{page}}\n狂操::/public/api.php?app=search&q=狂操&page={{page}}\n狂干::/public/api.php?app=search&q=狂干&page={{page}}\n捆绑::/public/api.php?app=search&q=捆绑&page={{page}}\n扩阴::/public/api.php?app=search&q=扩阴&page={{page}}\n辣妈::/public/api.php?app=search&q=辣妈&page={{page}}\n辣妹::/public/api.php?app=search&q=辣妹&page={{page}}\n老师::/public/api.php?app=search&q=老师&page={{page}}\n两女::/public/api.php?app=search&q=两女&page={{page}}\n靓女::/public/api.php?app=search&q=靓女&page={{page}}\n领导::/public/api.php?app=search&q=领导&page={{page}}\n凌辱::/public/api.php?app=search&q=凌辱&page={{page}}\n乱伦::/public/api.php?app=search&q=乱伦&page={{page}}\n萝莉::/public/api.php?app=search&q=萝莉&page={{page}}\n裸体::/public/api.php?app=search&q=裸体&page={{page}}\n裸舞::/public/api.php?app=search&q=裸舞&page={{page}}\n妈和::/public/api.php?app=search&q=妈和&page={{page}}\n妈妈::/public/api.php?app=search&q=妈妈&page={{page}}\n妈咪::/public/api.php?app=search&q=妈咪&page={{page}}\n美鲍::/public/api.php?app=search&q=美鲍&page={{page}}\n妹的::/public/api.php?app=search&q=妹的&page={{page}}\n妹儿::/public/api.php?app=search&q=妹儿&page={{page}}\n妹花::/public/api.php?app=search&q=妹花&page={{page}}\n妹妹::/public/api.php?app=search&q=妹妹&page={{page}}\n美母::/public/api.php?app=search&q=美母&page={{page}}\n媒体::/public/api.php?app=search&q=媒体&page={{page}}\n美穴::/public/api.php?app=search&q=美穴&page={{page}}\n猛操::/public/api.php?app=search&q=猛操&page={{page}}\n萌妹::/public/api.php?app=search&q=萌妹&page={{page}}\n名器::/public/api.php?app=search&q=名器&page={{page}}\n明星::/public/api.php?app=search&q=明星&page={{page}}\n泌乳::/public/api.php?app=search&q=泌乳&page={{page}}\n母女::/public/api.php?app=search&q=母女&page={{page}}\n母亲::/public/api.php?app=search&q=母亲&page={{page}}\n母乳::/public/api.php?app=search&q=母乳&page={{page}}\n母子::/public/api.php?app=search&q=母子&page={{page}}\n253灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/public/api.php?app=search&q=\n奶妈::/public/api.php?app=search&q=奶妈&page={{page}}\n奶奶::/public/api.php?app=search&q=奶奶&page={{page}}\n奶子::/public/api.php?app=search&q=奶子&page={{page}}\n囡囡::/public/api.php?app=search&q=囡囡&page={{page}}\n内裤::/public/api.php?app=search&q=内裤&page={{page}}\n内射::/public/api.php?app=search&q=内射&page={{page}}\n嫩逼::/public/api.php?app=search&q=嫩逼&page={{page}}\n嫩妹::/public/api.php?app=search&q=嫩妹&page={{page}}\n嫩模::/public/api.php?app=search&q=嫩模&page={{page}}\n嫩乳::/public/api.php?app=search&q=嫩乳&page={{page}}\n嫩穴::/public/api.php?app=search&q=嫩穴&page={{page}}\n年纪::/public/api.php?app=search&q=年纪&page={{page}}\n尿道::/public/api.php?app=search&q=尿道&page={{page}}\n尿尿::/public/api.php?app=search&q=尿尿&page={{page}}\n尼姑::/public/api.php?app=search&q=尼姑&page={{page}}\n女奴::/public/api.php?app=search&q=女奴&page={{page}}\n女兵::/public/api.php?app=search&q=女兵&page={{page}}\n女大::/public/api.php?app=search&q=女大&page={{page}}\n女儿::/public/api.php?app=search&q=女儿&page={{page}}\n女孩::/public/api.php?app=search&q=女孩&page={{page}}\n女皇::/public/api.php?app=search&q=女皇&page={{page}}\n女教::/public/api.php?app=search&q=女教&page={{page}}\n女警::/public/api.php?app=search&q=女警&page={{page}}\n女军::/public/api.php?app=search&q=女军&page={{page}}\n女老::/public/api.php?app=search&q=女老&page={{page}}\n女老::/public/api.php?app=search&q=女老&page={{page}}\n女律::/public/api.php?app=search&q=女律&page={{page}}\n女模::/public/api.php?app=search&q=女模&page={{page}}\n女女::/public/api.php?app=search&q=女女&page={{page}}\n女朋::/public/api.php?app=search&q=女朋&page={{page}}\n女仆::/public/api.php?app=search&q=女仆&page={{page}}\n女神::/public/api.php?app=search&q=女神&page={{page}}\n女士::/public/api.php?app=search&q=女士&page={{page}}\n女童::/public/api.php?app=search&q=女童&page={{page}}\n女同::/public/api.php?app=search&q=女同&page={{page}}\n女性::/public/api.php?app=search&q=女性&page={{page}}\n女刑::/public/api.php?app=search&q=女刑&page={{page}}\n女学::/public/api.php?app=search&q=女学&page={{page}}\n女医::/public/api.php?app=search&q=女医&page={{page}}\n女友::/public/api.php?app=search&q=女友&page={{page}}\n女主::/public/api.php?app=search&q=女主&page={{page}}\n301灬灬灬灬灬灬灬灬灬>>>>>::\n啪啪::/public/api.php?app=search&q=啪啪&page={{page}}\n朋友::/public/api.php?app=search&q=朋友&page={{page}}\n友妻::/public/api.php?app=search&q=友妻&page={{page}}\n喷奶::/public/api.php?app=search&q=喷奶&page={{page}}\n喷尿::/public/api.php?app=search&q=喷尿&page={{page}}\n喷射::/public/api.php?app=search&q=喷射&page={{page}}\n屁眼::/public/api.php?app=search&q=屁眼&page={{page}}\n强调::/public/api.php?app=search&q=强调&page={{page}}\n强奸::/public/api.php?app=search&q=强奸&page={{page}}\n启蒙::/public/api.php?app=search&q=启蒙&page={{page}}\n情侣::/public/api.php?app=search&q=情侣&page={{page}}\n情人::/public/api.php?app=search&q=情人&page={{page}}\n亲姐::/public/api.php?app=search&q=亲姐&page={{page}}\n亲妈::/public/api.php?app=search&q=亲妈&page={{page}}\n亲切::/public/api.php?app=search&q=亲切&page={{page}}\n亲生::/public/api.php?app=search&q=亲生&page={{page}}\n亲属::/public/api.php?app=search&q=亲属&page={{page}}\n七岁::/public/api.php?app=search&q=七岁&page={{page}}\n全家::/public/api.php?app=search&q=全家&page={{page}}\n全裸::/public/api.php?app=search&q=全裸&page={{page}}\n全职::/public/api.php?app=search&q=全职&page={{page}}\n区分::/public/api.php?app=search&q=区分&page={{page}}\n群交::/public/api.php?app=search&q=群交&page={{page}}\n群P::/public/api.php?app=search&q=群P&page={{page}}\n人偶::/public/api.php?app=search&q=人偶&page={{page}}\n人妻::/public/api.php?app=search&q=人妻&page={{page}}\n妊娠::/public/api.php?app=search&q=妊娠&page={{page}}\n日逼::/public/api.php?app=search&q=日逼&page={{page}}\n肉棒::/public/api.php?app=search&q=肉棒&page={{page}}\n肉便::/public/api.php?app=search&q=肉便&page={{page}}\n便器::/public/api.php?app=search&q=便器&page={{page}}\n乳房::/public/api.php?app=search&q=乳房&page={{page}}\n乳交::/public/api.php?app=search&q=乳交&page={{page}}\n乳头::/public/api.php?app=search&q=乳头&page={{page}}\n三洞::/public/api.php?app=search&q=三洞&page={{page}}\n三姐::/public/api.php?app=search&q=三姐&page={{page}}\n三女::/public/api.php?app=search&q=三女&page={{page}}\n三岁::/public/api.php?app=search&q=三岁&page={{page}}\n骚逼::/public/api.php?app=search&q=骚逼&page={{page}}\n嫂嫂::/public/api.php?app=search&q=嫂嫂&page={{page}}\n骚臀::/public/api.php?app=search&q=骚臀&page={{page}}\n骚穴::/public/api.php?app=search&q=骚穴&page={{page}}\n嫂子::/public/api.php?app=search&q=嫂子&page={{page}}\n商务::/public/api.php?app=search&q=商务&page={{page}}\n少妇::/public/api.php?app=search&q=少妇&page={{page}}\n少女::/public/api.php?app=search&q=少女&page={{page}}\n350☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞::\n设计::/public/api.php?app=search&q=设计&page={{page}}\n射进::/public/api.php?app=search&q=射进&page={{page}}\n射精::/public/api.php?app=search&q=射精&page={{page}}\n身份::/public/api.php?app=search&q=身份&page={{page}}\n生孩::/public/api.php?app=search&q=生孩&page={{page}}\n孩子::/public/api.php?app=search&q=孩子&page={{page}}\n生了::/public/api.php?app=search&q=生了&page={{page}}\n婶婶::/public/api.php?app=search&q=婶婶&page={{page}}\n婶子::/public/api.php?app=search&q=婶子&page={{page}}\n十八::/public/api.php?app=search&q=十八&page={{page}}\n世界::/public/api.php?app=search&q=世界&page={{page}}\n失禁::/public/api.php?app=search&q=失禁&page={{page}}\n屎尿::/public/api.php?app=search&q=屎尿&page={{page}}\n师生::/public/api.php?app=search&q=师生&page={{page}}\n十岁::/public/api.php?app=search&q=十岁&page={{page}}\n使用::/public/api.php?app=search&q=使用&page={{page}}\n受精::/public/api.php?app=search&q=受精&page={{page}}\n双胞::/public/api.php?app=search&q=双胞&page={{page}}\n双洞::/public/api.php?app=search&q=双洞&page={{page}}\n双姝::/public/api.php?app=search&q=双姝&page={{page}}\n双穴::/public/api.php?app=search&q=双穴&page={{page}}\n叔母::/public/api.php?app=search&q=叔母&page={{page}}\n熟女::/public/api.php?app=search&q=熟女&page={{page}}\n四人::/public/api.php?app=search&q=四人&page={{page}}\n私人::/public/api.php?app=search&q=私人&page={{page}}\n丝袜::/public/api.php?app=search&q=丝袜&page={{page}}\n岁的::/public/api.php?app=search&q=岁的&page={{page}}\n孙女::/public/api.php?app=search&q=孙女&page={{page}}\n酥胸::/public/api.php?app=search&q=酥胸&page={{page}}\n堂姐::/public/api.php?app=search&q=堂姐&page={{page}}\n堂妹::/public/api.php?app=search&q=堂妹&page={{page}}\n探花::/public/api.php?app=search&q=探花&page={{page}}\n特别::/public/api.php?app=search&q=特别&page={{page}}\n特色::/public/api.php?app=search&q=特色&page={{page}}\n特殊::/public/api.php?app=search&q=特殊&page={{page}}\n舔逼::/public/api.php?app=search&q=舔逼&page={{page}}\n舔肛::/public/api.php?app=search&q=舔肛&page={{page}}\n舔鸡::/public/api.php?app=search&q=舔鸡&page={{page}}\n舔屁::/public/api.php?app=search&q=舔屁&page={{page}}\n舔阴::/public/api.php?app=search&q=舔阴&page={{page}}\n调教::/public/api.php?app=search&q=调教&page={{page}}\n停止::/public/api.php?app=search&q=停止&page={{page}}\n同理::/public/api.php?app=search&q=同理&page={{page}}\n同事::/public/api.php?app=search&q=同事&page={{page}}\n同性::/public/api.php?app=search&q=同性&page={{page}}\n同学::/public/api.php?app=search&q=同学&page={{page}}\n童颜::/public/api.php?app=search&q=童颜&page={{page}}\n通用::/public/api.php?app=search&q=通用&page={{page}}\n偷拍::/public/api.php?app=search&q=偷拍&page={{page}}\n臀部::/public/api.php?app=search&q=臀部&page={{page}}\n吞精::/public/api.php?app=search&q=吞精&page={{page}}\n405灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/public/api.php?app=search&q=405\n外婆::/public/api.php?app=search&q=外婆&page={{page}}\n外甥::/public/api.php?app=search&q=外甥&page={{page}}\n外孙::/public/api.php?app=search&q=外孙&page={{page}}\n网红::/public/api.php?app=search&q=网红&page={{page}}\n玩具::/public/api.php?app=search&q=玩具&page={{page}}\n娃娃::/public/api.php?app=search&q=娃娃&page={{page}}\n未成::/public/api.php?app=search&q=未成&page={{page}}\n成年::/public/api.php?app=search&q=成年&page={{page}}\n的性::/public/api.php?app=search&q=的性&page={{page}}\n我和::/public/api.php?app=search&q=我和&page={{page}}\n我和姐姐::/public/api.php?app=search&q=我和姐姐&page={{page}}\n我和妈妈::/public/api.php?app=search&q=我和妈妈&page={{page}}\n我和妹妹::/public/api.php?app=search&q=我和妹妹&page={{page}}\n我和女友::/public/api.php?app=search&q=我和女友&page={{page}}\n我和我的::/public/api.php?app=search&q=我和我的&page={{page}}\n舞蹈::/public/api.php?app=search&q=舞蹈&page={{page}}\n五岁::/public/api.php?app=search&q=五岁&page={{page}}\n无套::/public/api.php?app=search&q=无套&page={{page}}\n无性::/public/api.php?app=search&q=无性&page={{page}}\n无需::/public/api.php?app=search&q=无需&page={{page}}\n相关::/public/api.php?app=search&q=相关&page={{page}}\n相奸::/public/api.php?app=search&q=相奸&page={{page}}\n小姑::/public/api.php?app=search&q=小姑&page={{page}}\n小姑娘::/public/api.php?app=search&q=小姑娘&page={{page}}\n小姑子::/public/api.php?app=search&q=小姑子&page={{page}}\n校花::/public/api.php?app=search&q=校花&page={{page}}\n小姐::/public/api.php?app=search&q=小姐&page={{page}}\n小姐姐::/public/api.php?app=search&q=小姐姐&page={{page}}\n小萝::/public/api.php?app=search&q=小萝&page={{page}}\n小妹::/public/api.php?app=search&q=小妹&page={{page}}\n小女::/public/api.php?app=search&q=小女&page={{page}}\n小学::/public/api.php?app=search&q=小学&page={{page}}\n小学生::/public/api.php?app=search&q=小学生&page={{page}}\n小姨::/public/api.php?app=search&q=小姨&page={{page}}\n系花::/public/api.php?app=search&q=系花&page={{page}}\n吸精::/public/api.php?app=search&q=吸精&page={{page}}\n系列::/public/api.php?app=search&q=系列&page={{page}}\n吸奶::/public/api.php?app=search&q=吸奶&page={{page}}\n性别::/public/api.php?app=search&q=性别&page={{page}}\n性交::/public/api.php?app=search&q=性交&page={{page}}\n刑警::/public/api.php?app=search&q=刑警&page={{page}}\n性奴::/public/api.php?app=search&q=性奴&page={{page}}\n性启::/public/api.php?app=search&q=性启&page={{page}}\n性侵::/public/api.php?app=search&q=性侵&page={{page}}\n新婚::/public/api.php?app=search&q=新婚&page={{page}}\n新娘::/public/api.php?app=search&q=新娘&page={{page}}\n兄妹::/public/api.php?app=search&q=兄妹&page={{page}}\n胸罩::/public/api.php?app=search&q=胸罩&page={{page}}\n修女::/public/api.php?app=search&q=修女&page={{page}}\n学姐::/public/api.php?app=search&q=学姐&page={{page}}\n学妹::/public/api.php?app=search&q=学妹&page={{page}}\n学生::/public/api.php?app=search&q=学生&page={{page}}\n学生妹::/public/api.php?app=search&q=学生妹&page={{page}}\n学姊::/public/api.php?app=search&q=学姊&page={{page}}\n461灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/public/api.php?app=search&q=461\n养女::/public/api.php?app=search&q=养女&page={{page}}\n颜射::/public/api.php?app=search&q=颜射&page={{page}}\n丫头::/public/api.php?app=search&q=丫头&page={{page}}\n一次::/public/api.php?app=search&q=一次&page={{page}}\n已婚::/public/api.php?app=search&q=已婚&page={{page}}\n姨妈::/public/api.php?app=search&q=姨妈&page={{page}}\n义妹::/public/api.php?app=search&q=义妹&page={{page}}\n义母::/public/api.php?app=search&q=义母&page={{page}}\n阴唇::/public/api.php?app=search&q=阴唇&page={{page}}\n阴道::/public/api.php?app=search&q=阴道&page={{page}}\n淫乱::/public/api.php?app=search&q=淫乱&page={{page}}\n淫母::/public/api.php?app=search&q=淫母&page={{page}}\n淫娃::/public/api.php?app=search&q=淫娃&page={{page}}\n隐形::/public/api.php?app=search&q=隐形&page={{page}}\n医生::/public/api.php?app=search&q=医生&page={{page}}\n姨子::/public/api.php?app=search&q=姨子&page={{page}}\n幼齿::/public/api.php?app=search&q=幼齿&page={{page}}\n幼儿::/public/api.php?app=search&q=幼儿&page={{page}}\n诱奸::/public/api.php?app=search&q=诱奸&page={{page}}\n幼交::/public/api.php?app=search&q=幼交&page={{page}}\n呦女::/public/api.php?app=search&q=呦女&page={{page}}\n幼女::/public/api.php?app=search&q=幼女&page={{page}}\n友妻::/public/api.php?app=search&q=友妻&page={{page}}\n幼师::/public/api.php?app=search&q=幼师&page={{page}}\n幼童::/public/api.php?app=search&q=幼童&page={{page}}\n幼幼::/public/api.php?app=search&q=幼幼&page={{page}}\n育儿::/public/api.php?app=search&q=育儿&page={{page}}\n儿嫂::/public/api.php?app=search&q=儿嫂&page={{page}}\n月嫂::/public/api.php?app=search&q=月嫂&page={{page}}\n御姐::/public/api.php?app=search&q=御姐&page={{page}}\n孕妇::/public/api.php?app=search&q=孕妇&page={{page}}\n榨精::/public/api.php?app=search&q=榨精&page={{page}}\n丈母::/public/api.php?app=search&q=丈母&page={{page}}\n榨汁::/public/api.php?app=search&q=榨汁&page={{page}}\n直播::/public/api.php?app=search&q=直播&page={{page}}\n直接::/public/api.php?app=search&q=直接&page={{page}}\n稚嫩::/public/api.php?app=search&q=稚嫩&page={{page}}\n侄女::/public/api.php?app=search&q=侄女&page={{page}}\n职位::/public/api.php?app=search&q=职位&page={{page}}\n职业::/public/api.php?app=search&q=职业&page={{page}}\n职员::/public/api.php?app=search&q=职员&page={{page}}\n中出::/public/api.php?app=search&q=中出&page={{page}}\n钟点::/public/api.php?app=search&q=钟点&page={{page}}\n中立::/public/api.php?app=search&q=中立&page={{page}}\n中学::/public/api.php?app=search&q=中学&page={{page}}\n专员::/public/api.php?app=search&q=专员&page={{page}}\n主持::/public/api.php?app=search&q=主持&page={{page}}\n主妇::/public/api.php?app=search&q=主妇&page={{page}}\n主人::/public/api.php?app=search&q=主人&page={{page}}\n子宫::/public/api.php?app=search&q=子宫&page={{page}}\n姊妹::/public/api.php?app=search&q=姊妹&page={{page}}\n自慰::/public/api.php?app=search&q=自慰&page={{page}}\n姊姊::/public/api.php?app=search&q=姊姊&page={{page}}\n宗教::/public/api.php?app=search&q=宗教&page={{page}}\n常用::/public/api.php?app=search&q=常用&page={{page}}\n祖母::/public/api.php?app=search&q=祖母&page={{page}}\n做爱::/public/api.php?app=search&q=做爱&page={{page}}\n\n[按回车键退出]",
    "lastUpdateTime": 0,
    "respondTime": 4096,
    "ruleBookInfo": {
      "author": "",
      "name": ""
    },
    "ruleContent": {
      "content": "class.info-zi mb15@html",
      "nextContentUrl": "",
      "replaceRegex": "",
      "title": ""
    },
    "ruleExplore": {
      "intro": "",
      "kind": ""
    },
    "ruleSearch": {
      "author": "",
      "bookList": "class.media",
      "bookUrl": "class.media-heading@a@href",
      "checkKeyWord": "处女",
      "intro": "",
      "name": "h4@text##[ 0123456789]{1,3}|/| "
    },
    "ruleToc": {
      "chapterList": "class.info-bt",
      "chapterName": "h1@text##[ 0123456789]{1,3}|[/（“《〈｛【『「」』】｝〉》”）]"
    },
    "searchUrl": "https://234.484448.xyz/public/api.php?app=search&q={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "黑岩阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.heiyan.com#♤yc",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 289,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"免费完结\",\"url\":\"/all/-1_-1_1_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"历史\",\"url\":\"/all/3_-1_1_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"军事\",\"url\":\"/all/5_-1_1_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"/all/6_-1_1_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"奇幻\",\"url\":\"/all/14_-1_1_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"仙侠\",\"url\":\"/all/7_-1_1_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠\",\"url\":\"/all/8_-1_1_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻\",\"url\":\"/all/10_-1_1_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"游戏\",\"url\":\"/all/9_-1_1_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代\",\"url\":\"/all/25_-1_1_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古言\",\"url\":\"/all/37_-1_1_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"免费连载\",\"url\":\"/all/-1_-1_1_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"历史\",\"url\":\"/all/3_-1_1_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"军事\",\"url\":\"/all/5_-1_1_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"/all/6_-1_1_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"奇幻\",\"url\":\"/all/14_-1_1_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"仙侠\",\"url\":\"/all/7_-1_1_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠\",\"url\":\"/all/8_-1_1_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻\",\"url\":\"/all/10_-1_1_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"游戏\",\"url\":\"/all/9_-1_1_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代\",\"url\":\"/all/25_-1_1_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古言\",\"url\":\"/all/37_-1_1_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"收费完结\",\"url\":\"/all/-1_-1_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"历史\",\"url\":\"/all/3_-1_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"军事\",\"url\":\"/all/5_-1_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"/all/6_-1_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"奇幻\",\"url\":\"/all/14_-1_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"仙侠\",\"url\":\"/all/7_-1_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠\",\"url\":\"/all/8_-1_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻\",\"url\":\"/all/10_-1_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"游戏\",\"url\":\"/all/9_-1_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代\",\"url\":\"/all/25_-1_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古言\",\"url\":\"/all/37_-1_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"收费连载\",\"url\":\"/all/-1_-1_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"历史\",\"url\":\"/all/3_-1_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"军事\",\"url\":\"/all/5_-1_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"/all/6_-1_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"奇幻\",\"url\":\"/all/14_-1_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"仙侠\",\"url\":\"/all/7_-1_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠\",\"url\":\"/all/8_-1_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻\",\"url\":\"/all/10_-1_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"游戏\",\"url\":\"/all/9_-1_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代\",\"url\":\"/all/25_-1_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古言\",\"url\":\"/all/37_-1_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}}]",
    "header": "",
    "lastUpdateTime": 1702207665908,
    "loginUrl": "https://www.heiyan.com/accounts/login?backUrl=/",
    "respondTime": 1737,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "init": "",
      "intro": "[property=\"og:description\"]@content##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content##\\s.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": ".buttons a.0@href",
      "wordCount": ".words@text##字"
    },
    "ruleContent": {
      "content": "$.chapter.htmlContent<js>result.replace(/<.*?>/g,'').replace(/\\r/g,'\\n　　')</js>",
      "imageStyle": "0",
      "nextContentUrl": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": "tbody tr",
      "bookUrl": "a.0@href",
      "coverUrl": "",
      "intro": "",
      "kind": "td.5@text##\\s.*",
      "lastChapter": "a.1@text",
      "name": "a.0@text",
      "wordCount": "td.3@text"
    },
    "ruleSearch": {
      "author": "$.authorname##<.*?>",
      "bookList": "$.data.content[*]",
      "bookUrl": "$.id@js:'https://www.heiyan.com/book/'+result",
      "coverUrl": "$.iconUrlSmall##@.*",
      "intro": "$.introduce",
      "kind": "$.sortname##<.*?>",
      "lastChapter": "$.lastchaptername",
      "name": "$.name##<.*?>",
      "wordCount": "{$.words}"
    },
    "ruleToc": {
      "chapterList": "//li[span]/a",
      "chapterName": "<js>(/isvip/.test(String(result))?'🔒':'') + String(result).match(/>(.*?)</)[1]</js>",
      "chapterUrl": "//@href<js>'https://a.heiyan.com/ajax/chapter/content/'+result.match(/\\d+$/)[0]</js>",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://search.heiyan.com/web/search?queryString={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "haxc",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "爱看书吧",
    "bookSourceType": 0,
    "bookSourceUrl": "https://cxb-pro.cread.com#Haxc",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 290,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"都市小说\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1200&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"东方玄幻\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1100&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武侠仙侠\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1400&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"悬疑惊悚\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1800&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"架空历史\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1500&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"网游竞技\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1700&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻未来\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1600&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西方玄幻\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1300&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}}]",
    "header": "{\r\n\"uid\":\"110496550\",\r\n\"cnid\":\"10005\",\r\n\"version\":\"7.6.0\",\r\n\"packname\":\"com.mianfeizs.book\",\r\n\"oscode\":\"30\",\r\n\"vcode\":\"134\",\r\n\"channelId\":\"10005\",\r\n\"platform\":\"android\",\r\n\"appname\":\"mfzs\"\n}",
    "lastUpdateTime": 1702221878646,
    "loginUrl": "{\n  \"url\": \"null\"\n}",
    "respondTime": 3908,
    "ruleBookInfo": {
      "author": "$..bookVo.authorName",
      "canReName": "",
      "coverUrl": "",
      "intro": "$..bookVo.introduction",
      "lastChapter": "$..bookVo.lastUpdateChapterName",
      "name": "$..bookVo.bookName@put:{bookid:$..bookVo.bookId}",
      "tocUrl": "https://cxb-pro.cread.com/cx/itf/getvolume?bookId={{$..bookVo.bookId}}"
    },
    "ruleContent": {
      "content": "$..content"
    },
    "ruleExplore": {
      "author": "$.authorName",
      "bookList": "$.dataList",
      "bookUrl": "https://readbook-service-freebook.cread.com/cx/bookDetailYS?bookid={{$.bookid}}",
      "coverUrl": "$.cover",
      "intro": "$.intro",
      "kind": "$.categoryName",
      "lastChapter": "",
      "name": "$.newBookName",
      "wordCount": "$.wordCount"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.list",
      "bookUrl": "https://readbook-service-freebook.cread.com/cx/bookDetailYS?bookid={{$.id}}",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "$.categoryName",
      "lastChapter": "",
      "name": "$.name",
      "wordCount": "$.words"
    },
    "ruleToc": {
      "chapterList": "$..bookChapters[*]",
      "chapterName": "$.name##极训##集训",
      "chapterUrl": "https://cxb-pro.cread.com:443/cx/itf/chapterRead?bookId=@get:{bookid}&chapterId={{$.id}}&full=0",
      "isVip": "$.isVip",
      "nextTocUrl": "",
      "updateTime": "$.updateDate@js:java.timeFormat(result)"
    },
    "searchUrl": "https://cxb-pro.cread.com/cx/searchbooks,{\n\"charset\": \"\",\n\"method\": \"POST\",\n\"body\": \"keyword={{key}}&pageNo={{page}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃爱书包🎃#4",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.ishubao.org#🎃",
    "bookUrlPattern": "https://wap.ishubao.org/\\d+/\\d+/",
    "customButton": false,
    "customOrder": 291,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"🔹分类🔹\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻小说\",\"url\":\"/list/1_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"仙侠小说\",\"url\":\"/list/2_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市小说\",\"url\":\"/list/3_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史小说\",\"url\":\"/list/4_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"游戏小说\",\"url\":\"/list/5_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻小说\",\"url\":\"/list/6_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖小说\",\"url\":\"/list/7_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.29,\"layout_flexGrow\":-1}},{\"title\":\"全本小说\",\"url\":\"/full/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.29,\"layout_flexGrow\":-1}},{\"title\":\"🔹排行🔹\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"日点击榜\",\"url\":\"/top/dayvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周点击榜\",\"url\":\"/top/weekvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月点击榜\",\"url\":\"/top/monthvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总点击榜\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总收藏榜\",\"url\":\"/top/goodnum_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"字数排行\",\"url\":\"/top/size_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"日推荐榜\",\"url\":\"/top/dayvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周推荐榜\",\"url\":\"/top/weekvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月推荐榜\",\"url\":\"/top/monthvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总推荐榜\",\"url\":\"/top/allvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最新入库\",\"url\":\"/top/postdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最近更新\",\"url\":\"/top/lastupdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 0,
    "respondTime": 4639,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property~=las?test_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": "#nr1@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##（本章未完，.*|◢随◢梦.*|百度搜索\\:.*|.*页\\)"
    },
    "ruleExplore": {
      "lastChapter": ""
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".line",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href##/(\\d+)/(\\d+)##https://www.ishubao.org/files/article/image/$1/$2/$2s.jpg###",
      "kind": "a.0@text##\\[|\\]",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".book_last dl dd a",
      "chapterName": "text@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(\\{（｛【].*[求含理更谢乐发推票盟补加字Kk\\/].*/g,'')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(第.+章)\\s?\\d+/,'$1')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "/s.php,{\n  \"body\": \"s={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "全本小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.qbxsw.com#",
    "bookUrlPattern": "https?://m.qbxsw.com/(shu|du)_\\d+.*",
    "customButton": false,
    "customOrder": 292,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1734387013554,
    "respondTime": 14857,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\",\nt:\".now a@href\"}",
      "intro": "@get:{i}##.*观看小说:",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "@get:{t}"
    },
    "ruleContent": {
      "content": ".content@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##.*下一页继续阅读.*|喜欢.*请大家收藏.*更新速度全网最快。"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".list li",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": "p.intro@text",
      "kind": "span@text",
      "lastChapter": "a.-1@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".read li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "/search.html,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "全部 status=0\n连载 status=30\n完结 status=50",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "全免小说（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "http://qmbook.taoyuewenhua.net/##@遇知",
    "customButton": false,
    "customOrder": 293,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"🔖男频🍁榜单🔖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"推荐\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完本\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=110&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人气\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=10&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"热搜\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=80&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=20&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"阅读\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=30&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"🔖男频🍁分类🔖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=玄幻&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇幻\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=奇幻&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=武侠&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙侠\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=仙侠&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=都市&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=历史&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"军事\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=军事&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇闻怪谈\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=奇闻怪谈&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=科幻&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"游戏\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=游戏&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"体育\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=体育&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"N次元\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=N次元&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现实\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=现实&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n\n\n\n\n{\"title\":\"🔖女频🍁榜单🔖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"推荐\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完本\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=110&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人气\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=10&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"热搜\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=80&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=20&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"阅读\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=30&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n\n{\"title\":\"🔖女频🍁分类🔖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻言情\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=玄幻言情&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙侠奇缘\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=仙侠奇缘&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古代言情\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=古代言情&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现代言情\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=现代言情&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"浪漫青春\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=浪漫青春&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇闻怪谈\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=奇闻怪谈&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻空间\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=科幻空间&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"游戏竞技\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=游戏竞技&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"N次元\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=N次元&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"同人纯爱\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=同人纯爱&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"短篇\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=短篇&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}\n]",
    "header": "{\n\t\"User-Agent\":\"okhttp/3.12.1\"\n\t}",
    "lastUpdateTime": 1735035946647,
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 2855,
    "ruleBookInfo": {
      "author": "$.authorName",
      "canReName": "",
      "coverUrl": "$.coverUrl",
      "downloadUrls": "",
      "init": "$.data",
      "intro": "<br>\n🎗 标签：{{$.site}}🔸{{$.tagList##\\s##，}}\n👤 主角：{{$.roleList##\\s##，}}\n🕰 更新：{{String(java.timeFormat(java.getString('$.latestChapterUpdateTime'))).replace(/\\//g,\"-\").replace(/\\s/g,\"🔸\")}}\n📂 简介：{{$.intro}}",
      "kind": "{{$.categoryName}}\n{{$.subCategoryName}}\n{{java.getString('$.status')=='50'?'完结':'连载'}}",
      "lastChapter": "$.latestChapter",
      "name": "$.title",
      "tocUrl": "@js:\ntry{\ntime=Date.now();\nt=\"appid=qmbook&bid={{$.bid}}&brand=XIAOMI&channel=Tencent&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&t=\"+time+\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\";\nsign=java.md5Encode(t).toUpperCase();\n\nr=String(t).replace(/key=tfbook_free/,'sign=')+sign;\n\n\"http://qmbook.taoyuewenhua.net/tf/chapter_list?\"+r;\n}\ncatch(e){\n\t\"http://tfbook-1251592799.file.myqcloud.com/chapters/{{$.bid}}.json\"\n\t}",
      "wordCount": "$.allWords"
    },
    "ruleContent": {
      "content": "$.data.content"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "$.authorName",
      "bookList": "$.data.bookList",
      "bookUrl": "@js:\ntime=Date.now();\nt=\"appid=qmbook&bid={{$.sourceId}}&brand=XIAOMI&channel=Tencent&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&t=\"+time+\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\";\nsign=java.md5Encode(t).toUpperCase();\n\nr=String(t).replace(/key=tfbook_free/,'sign=')+sign;\n\n\"http://qmbook.taoyuewenhua.net/tf/book?\"+r;",
      "checkKeyWord": "",
      "coverUrl": "$.coverUrl",
      "intro": "$.intro",
      "kind": "{{$.categoryName}}\n{{$.subCategoryName}}\n{{java.getString('$.status')=='50'?'完结':'连载'}}\n{{r=String(Math.round(java.getString('$.score'))/10);r=='0'?'':r+ '分'}}",
      "lastChapter": "$.latestChapter",
      "name": "$.title",
      "wordCount": "$.allWords"
    },
    "ruleToc": {
      "chapterList": "$.data.chapterList",
      "chapterName": "$.title",
      "chapterUrl": "@js:\ntime=Date.now();\nt=\"appid=qmbook&bid={{$.bid}}&brand=XIAOMI&channel=Tencent&cid={{$.cid}}&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&t=\"+time+\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\";\nsign=java.md5Encode(t).toUpperCase();\n\nr=String(t).replace(/key=tfbook_free/,'sign=')+sign;\n\n\"http://qmbook.taoyuewenhua.net/tf/chapter_content?\"+r;",
      "isVip": "",
      "isVolume": "",
      "updateTime": "{{String(java.timeFormat(java.getString('$.modifiedOn'))).replace(/\\//g,\"-\")}} 字数:{{$.words}}"
    },
    "searchUrl": "@js:\ntime=Date.now();\nt=\"appid=qmbook&brand=XIAOMI&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&keywords=\"+key+\"&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\"+(page-1)+\"&pageSize=10&searchType=1&sourceName=tf&t=\"+time+\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\";\nsign=java.md5Encode(t).toUpperCase();\n\nr=String(t).replace(/key=tfbook_free/,'sign=')+sign;\n\n\"http://qmbook.taoyuewenhua.net/authopt/ty/search_books?\"+r;",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "唔爱书包",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.ishubao.org",
    "bookUrlPattern": "https://www.ishubao.org/files/article/html/\\d+/\\d+",
    "customButton": false,
    "customOrder": 294,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻魔法\",\"url\":\"/list/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},{\"title\":\"武侠修真\",\"url\":\"/list/2_{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},{\"title\":\"都市言情\",\"url\":\"/list/3_{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},{\"title\":\"历史军事\",\"url\":\"/list/4_{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},{\"title\":\"网游竞技\",\"url\":\"/list/5_{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},{\"title\":\"科幻灵异\",\"url\":\"/list/6_{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},{\"title\":\"其它类型\",\"url\":\"/list/7_{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\"\n}",
    "lastUpdateTime": 1733522744689,
    "loginUrl": "{\n  \"url\": \"\"\n}",
    "respondTime": 1491,
    "ruleBookInfo": {
      "author": "class.info@h3@a@text",
      "coverUrl": "class.img@tag.img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "class.info@tag.p.0@text##更新时间：",
      "lastChapter": "class.info@tag.span@a@text",
      "name": "class.info@tag.h1@text",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.book_text@html##一秒记住.*免费阅读！",
      "nextContentUrl": "class.book_content_text_next@tag.a.4@href",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.name@tag.a.1@text",
      "bookList": "id.BookList@li",
      "bookUrl": "class.name@tag.a.0@href",
      "coverUrl": "img@src",
      "intro": "tag.p@text",
      "kind": "tag.dt@tag.em.0@text",
      "lastChapter": "tag.dt@a@text",
      "name": "class.name@tag.a.0@text",
      "wordCount": "tag.dt@span@text##字"
    },
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.ishubao.org/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": "",
      "kind": "class.odd.2@text",
      "lastChapter": "tag.a.1@text",
      "name": "tag.a.0@text",
      "wordCount": "class.even.1@text"
    },
    "ruleToc": {
      "chapterList": "id.chapterlist@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://www.ishubao.org/modules/article/search.php?s=12839966820499815668&entry=1&ie=gbk&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "最新测试版可用",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "阅友网络",
    "bookSourceType": 0,
    "bookSourceUrl": "https://goway.reader.yueyouxs.com",
    "customButton": false,
    "customOrder": 295,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "",
    "lastUpdateTime": 1702174140662,
    "loginUrl": "",
    "respondTime": 2485,
    "ruleBookInfo": {
      "author": "authorName",
      "coverUrl": "bookPic",
      "init": "data.book",
      "intro": "intro",
      "kind": "classifyName&&classifySecondName",
      "lastChapter": "latestChapterName&&updateTime",
      "name": "bookName",
      "tocUrl": "@js:\ntime=Math.round(new Date()/1000);\n\nuth=\njava.HMacHex(\"b313789b-2d2a-41ce-8982-26af5271fe7c&\"+time,\"HmacMD5\",\"snY%169j\");\n\nsign=\njava.HMacHex(\"/userCenter/getChapterListbookId={{$.id}}&chapterId=0&isAll=1&platId=2&appId=com.yueyou.adreader&channelId=pc&appVersion=3.6.4&srcChannelId=pc&time=\"+time+\"&_s=C66A42978B576873D32F0EACEBBF044D&utId=996ff65deb7fbfc9f9bdcefb6c62f4ce&deviceId=183860518871512&userId=y76498329&sex=boy&wx=0&tmpToken=\"+java.get(\"tmpToken\")+\"&st=1&uth=\"+uth,\"HmacSHA256\",\"snY%169j\");\n\n_p=java.desEncodeToBase64String(\"utId=996ff65deb7fbfc9f9bdcefb6c62f4ce&deviceId=183860518871512&userId=y76498329&sex=boy&wx=0&tmpToken=\"+java.get(\"tmpToken\")+\"&st=1&uth=\"+uth+\"&sign=\"+sign,\"snY%169j\",\"DES/ECB/PKCS5Padding\",\"\");\n\nlet option={\n\"method\": \"POST\",\n\"body\":\"tmp=\"};\n\n\"http://dl.reader.yueyouxs.com/userCenter/getChapterList?bookId={{$.id}}&chapterId=0&isAll=1&platId=2&appId=com.yueyou.adreader&channelId=pc&appVersion=3.6.4&srcChannelId=pc&time=\"+time+\"&_s=C66A42978B576873D32F0EACEBBF044D&_p=\"+java.encodeURI(_p)+\",\"+JSON.stringify(option)",
      "wordCount": "words_desc@put:{id:$.id}"
    },
    "ruleContent": {
      "content": "@js:\ntime=Math.round(new Date()/1000);\n\nuth=\njava.HMacHex(\"b313789b-2d2a-41ce-8982-26af5271fe7c&\"+time,\"HmacMD5\",\"snY%169j\");\n\nsign=\njava.HMacHex(\"/userCenter/v310/downloadChapterplatId=2&appId=com.yueyou.adreader&channelId=pc&appVersion=3.6.4&srcChannelId=pc&time=\"+time+\"&_s=C66A42978B576873D32F0EACEBBF044D&utId=996ff65deb7fbfc9f9bdcefb6c62f4ce&deviceId=183860518871512&userId=y76498329&sex=boy&wx=0&tmpToken=\"+java.get(\"tmpToken\")+\"&st=2&uth=\"+uth+\"&autoBuy=false&bookId=\"+java.get(\"id\")+\"&chapterId=\"+java.get(\"chapterId\")+\"&feeState=1&inBuyView=false&isOssed=1&ossSwitch=1&readCount=2&useSrvAutoBuy=1\",\"HmacSHA256\",\"snY%169j\");\n\n_p=java.desEncodeToBase64String(\"utId=996ff65deb7fbfc9f9bdcefb6c62f4ce&deviceId=183860518871512&userId=y76498329&sex=boy&wx=0&tmpToken=\"+java.get(\"tmpToken\")+\"&st=2&uth=\"+uth+\"&sign=\"+sign,\"snY%169j\",\"DES/ECB/PKCS5Padding\",\"\");\n\nlet option={\n\"method\": \"POST\",\n\"body\":\"readCount=2&inBuyView=false&isOssed=1&bookId={{java.get(\"id\")}}&autoBuy=false&feeState=1&useSrvAutoBuy=1&chapterId={{java.get(\"chapterId\")}}&ossSwitch=1\"};\n\nurl=\"https://dl.reader.yueyouxs.com/userCenter/v310/downloadChapter?platId=2&appId=com.yueyou.adreader&channelId=pc&appVersion=3.6.4&srcChannelId=pc&time=\"+time+\"&_s=C66A42978B576873D32F0EACEBBF044D&_p=\"+java.encodeURI(_p)+\",\"+JSON.stringify(option);\n\njava.ajax(JSON.parse(java.ajax(url)).data.contentUrl)",
      "replaceRegex": "",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "authorName",
      "bookList": "data.list[*]",
      "bookUrl": "@js:\ntime=Math.round(new Date()/1000);\n\nuth=\njava.HMacHex(\"b313789b-2d2a-41ce-8982-26af5271fe7c&\"+time,\"HmacMD5\",\"snY%169j\");\n\nsign=\njava.HMacHex(\"/goway/goread/app/book/detailplatId=2&appId=com.yueyou.adreader&channelId=pc&appVersion=3.6.4&srcChannelId=pc&time=\"+time+\"&_s=C66A42978B576873D32F0EACEBBF044D&utId=996ff65deb7fbfc9f9bdcefb6c62f4ce&deviceId=183860518871512&userId=y76498329&sex=boy&wx=0&tmpToken=\"+java.get(\"tmpToken\")+\"&st=2&uth=\"+uth+\"&bookId={{$.id}}&trace=33_33-10-1x0_40_40-4-11x{{$.id}}%3Ftype%3Dbook%26sortValue%3D%26pos%3D2\",\"HmacSHA256\",\"snY%169j\");\n\n_p=java.desEncodeToBase64String(\"utId=996ff65deb7fbfc9f9bdcefb6c62f4ce&deviceId=183860518871512&userId=y76498329&sex=boy&wx=0&tmpToken=\"+java.get(\"tmpToken\")+\"&st=2&uth=\"+uth+\"&sign=\"+sign,\"snY%169j\",\"DES/ECB/PKCS5Padding\",\"\");\n\nlet option={\n\"method\": \"POST\",\n\"body\":\"trace=33_33-10-1x0_40_40-4-11x{{$.id}}%253Ftype%253Dbook%2526sortValue%253D%2526pos%253D2&bookId={{$.id}}\"};\n\n\"/goway/goread/app/book/detail?platId=2&appId=com.yueyou.adreader&channelId=pc&appVersion=3.6.4&srcChannelId=pc&time=\"+time+\"&_s=C66A42978B576873D32F0EACEBBF044D&_p=\"+java.encodeURI(_p)+\",\"+JSON.stringify(option)\n",
      "coverUrl": "bookPic",
      "intro": "intro@js:String(result).match(/[^\\x00-\\xff]+/g).join(\"\")",
      "kind": "tag@js:String(result).match(/[^\\x00-\\xff]+/g).join(\"\")",
      "name": "bookName@js:String(result).match(/[^\\x00-\\xff]+/g).join(\"\")",
      "wordCount": "words"
    },
    "ruleToc": {
      "chapterList": "data[*]",
      "chapterName": "chapterName",
      "chapterUrl": "chapterId@put:{chapterId:$.chapterId}",
      "isVip": "vip",
      "updateTime": "{{$.chapterWord}} 字"
    },
    "searchUrl": "@js:\ntime=Math.round(new Date()/1000);\n\nuth=\njava.HMacHex(\"b313789b-2d2a-41ce-8982-26af5271fe7c&\"+time,\"HmacMD5\",\"snY%169j\");\n    \t\ntmpToken=java.randomUUID().toString().replace(\"-\", \"\").toLowerCase();\njava.put(\"tmpToken\",tmpToken);\n\nsign=\njava.HMacHex(\"/goway/goread/app/search/getBookByKeywordplatId=2&appId=com.yueyou.adreader&channelId=pc&appVersion=3.6.4&srcChannelId=pc&time=\"+time+\"&_s=C66A42978B576873D32F0EACEBBF044D&utId=996ff65deb7fbfc9f9bdcefb6c62f4ce&deviceId=183860518871512&userId=y76498329&sex=boy&wx=0&tmpToken=\"+tmpToken+\"&st=2&uth=\"+uth+\"&keyword=\"+key+\"&page=1&psize=20&withRecommend=1\",\"HmacSHA256\",\"snY%169j\");\n\n_p=java.desEncodeToBase64String(\"utId=996ff65deb7fbfc9f9bdcefb6c62f4ce&deviceId=183860518871512&userId=y76498329&sex=boy&wx=0&tmpToken=\"+tmpToken+\"&st=2&uth=\"+uth+\"&sign=\"+sign,\"snY%169j\",\"DES/ECB/PKCS5Padding\",\"\");\n\nlet option={\n\"method\": \"POST\",\n\"body\": \"psize=20&page=1&withRecommend=1&keyword={{key}}\"};\n\n\"/goway/goread/app/search/getBookByKeyword?platId=2&appId=com.yueyou.adreader&channelId=pc&appVersion=3.6.4&srcChannelId=pc&time=\"+time+\"&_s=C66A42978B576873D32F0EACEBBF044D&_p=\"+java.encodeURI(_p)+\",\"+JSON.stringify(option)",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🎃PO文学🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.powenxue2.com#🎃",
    "customButton": false,
    "customOrder": 296,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部分类\",\"url\":\"/sort/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校园言情\",\"url\":\"/sort/1-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市言情\",\"url\":\"/sort/2-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代言情\",\"url\":\"/sort/3-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"罗曼史\",\"url\":\"/sort/4-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美\",\"url\":\"/sort/5-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"百合\",\"url\":\"/sort/6-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人\",\"url\":\"/sort/7-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奇幻玄幻\",\"url\":\"/sort/8-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游竞技\",\"url\":\"/sort/9-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻异能\",\"url\":\"/sort/10-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖灵异\",\"url\":\"/sort/11-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"惊悚推理\",\"url\":\"/sort/12-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠仙侠\",\"url\":\"/sort/13-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"/sort/14-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越重生\",\"url\":\"/sort/15-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"综合其它\",\"url\":\"/sort/16-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完本\",\"url\":\"/wanben-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 0,
    "respondTime": 22075,
    "ruleBookInfo": {
      "author": ".author@text##.* \\/(.*)##$1",
      "coverUrl": ".fm@mip-img@src",
      "intro": ".intro@text",
      "kind": "{{@@class.author@text##(.*) \\/.*##$1}}\n",
      "lastChapter": "{{@@class.lastchapter@text##更新：}}·{{@@class.p1@span@text##更新}}",
      "name": "h1@text",
      "tocUrl": "text.查看所有章节@href"
    },
    "ruleContent": {
      "content": ".content@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": ".author@text",
      "bookList": ".topul",
      "bookUrl": "h2@a@href",
      "coverUrl": "mip-img@src",
      "intro": "p@text",
      "kind": ".other@text",
      "name": "h2@text"
    },
    "ruleSearch": {
      "author": "span@text##\\/",
      "bookList": ".result@li",
      "bookUrl": "a.1@href",
      "kind": "a.0@text##\\[|\\]",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".chapters@ul@li@mip-link",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/s.php,{\n  \"body\": \"submit=&type=articlename&s={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "短剧",
    "bookSourceName": "榴莲影视（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://66yy.net",
    "customButton": false,
    "customOrder": 297,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n\t\"User-Agent\":\"Mozilla/5.0 (Linux; U; Android 11; zh-CN; PCAM00 Build/RKQ1.201217.002) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/100.0.4896.58 UCBrowser/16.4.4.1295 Mobile Safari/537.36 MQQBrowser/14.6 SogouMSE/14.6\"\n\t}",
    "lastUpdateTime": 1766365247826,
    "respondTime": 637,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "class.myui-player__video@script.0@all##.*url\":\"(.*)\",\"url_next\":.*from\":\"(.*)\",\"server.*##$1_$2\n@js:\nres=result.match(/(.*)_(.*)/)\nurl=res[1].replace(/\\\\/g,'')\nif(res[2]==\"wjm3u8\"){\nresult=\"https://jx.wujinkk.com/dplayer/?url=\"+url\n}else if(res[2]==\"bjm3u8\"){\nresult=\"https://zy.aoxtv.com/m3u8.php?url=\"+url\n}else if(res[2]==\"tkm3u8\"){\nresult=\"https://jx.huishij.com/yun/?url=\"+url\n}else{\nresult=\"https://jx.bozrc.com:4433/player/?url=\"+url\n}\nif(book.durChapterIndex==chapter.index){\n\t\tjava.startBrowser(result,title)\n\t\tjava.toast('正在加载视频\\n视频加载较慢，请耐心等待')\n\t}\n'<p>【刷新正文】播放\\n✅直链:\\n'+result"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.detail@p.1@ownText",
      "bookList": "class.myui-vodlist__media@li",
      "bookUrl": "a.0@href",
      "coverUrl": "a@data-original@src",
      "intro": "p.3@ownText",
      "kind": "p.2@text##(分类|地区|年份)：##,",
      "lastChapter": "class.pic-text@text",
      "name": "class.title@text",
      "wordCount": "class.pic-tag@text"
    },
    "ruleToc": {
      "chapterList": "<js>\nall=\"\"\n\n//线路个数\nlen=java.getElements('class.nav-tabs[0]@li').length\n\nfor(i=1;i<=len;i++){\n\t\n\t//获取线路名称\nfrom=java.getElements('class.nav-tabs[0]@li')[i-1].text()\n\n//获取线路的播放列表\nres=java.getElements('class.myui-content__list')[i-1]\n\n//把线路名称插入列表里，在更新时间那里显示\nres=JSON.stringify(res).replace(/<\\/a>/g,'<p>'+'🎬'+from+'</p></a>')\n\nall+=JSON.parse(res)\n}\nall\n</js>\nclass.myui-content__list@li@a",
      "chapterName": "ownText",
      "chapterUrl": "href",
      "updateTime": "p@text"
    },
    "searchUrl": "/vodsearch/-------------.html?wd={{key}}&submit=",
    "weight": 0
  },
  {
    "bookSourceComment": "最新测试版可用",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "阅友小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://goway.reader.yueyouxs.com#",
    "customButton": false,
    "customOrder": 298,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "",
    "lastUpdateTime": 1734879703168,
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 2362,
    "ruleBookInfo": {
      "author": "authorName",
      "canReName": "",
      "coverUrl": "bookPic",
      "init": "data.book",
      "intro": "intro",
      "kind": "classifyName&&classifySecondName",
      "lastChapter": "latestChapterName&&updateTime",
      "name": "bookName",
      "tocUrl": "@js:\ntime=Math.round(new Date()/1000);\n\nuth=\njava.HMacHex(\"b313789b-2d2a-41ce-8982-26af5271fe7c&\"+time,\"HmacMD5\",\"snY%169j\");\n\nsign=\njava.HMacHex(\"/userCenter/getChapterListbookId={{$.id}}&chapterId=0&isAll=1&platId=2&appId=com.yueyou.adreader&channelId=pc&appVersion=3.6.4&srcChannelId=pc&time=\"+time+\"&_s=C66A42978B576873D32F0EACEBBF044D&utId=996ff65deb7fbfc9f9bdcefb6c62f4ce&deviceId=183860518871512&userId=y76498329&sex=boy&wx=0&tmpToken=\"+java.get(\"tmpToken\")+\"&st=1&uth=\"+uth,\"HmacSHA256\",\"snY%169j\");\n\n_p=java.desEncodeToBase64String(\"utId=996ff65deb7fbfc9f9bdcefb6c62f4ce&deviceId=183860518871512&userId=y76498329&sex=boy&wx=0&tmpToken=\"+java.get(\"tmpToken\")+\"&st=1&uth=\"+uth+\"&sign=\"+sign,\"snY%169j\",\"DES/ECB/PKCS5Padding\",\"\");\n\nlet option={\n\"method\": \"POST\",\n\"body\":\"tmp=\"};\n\n\"http://dl.reader.yueyouxs.com/userCenter/getChapterList?bookId={{$.id}}&chapterId=0&isAll=1&platId=2&appId=com.yueyou.adreader&channelId=pc&appVersion=3.6.4&srcChannelId=pc&time=\"+time+\"&_s=C66A42978B576873D32F0EACEBBF044D&_p=\"+java.encodeURI(_p)+\",\"+JSON.stringify(option)",
      "wordCount": "words_desc@put:{id:$.id}"
    },
    "ruleContent": {
      "content": "@js:\ntime=Math.round(new Date()/1000);\n\nuth=\njava.HMacHex(\"b313789b-2d2a-41ce-8982-26af5271fe7c&\"+time,\"HmacMD5\",\"snY%169j\");\n\nsign=\njava.HMacHex(\"/userCenter/v310/downloadChapterplatId=2&appId=com.yueyou.adreader&channelId=pc&appVersion=3.6.4&srcChannelId=pc&time=\"+time+\"&_s=C66A42978B576873D32F0EACEBBF044D&utId=996ff65deb7fbfc9f9bdcefb6c62f4ce&deviceId=183860518871512&userId=y76498329&sex=boy&wx=0&tmpToken=\"+java.get(\"tmpToken\")+\"&st=2&uth=\"+uth+\"&autoBuy=false&bookId=\"+java.get(\"id\")+\"&chapterId=\"+java.get(\"chapterId\")+\"&feeState=1&inBuyView=false&isOssed=1&ossSwitch=1&readCount=2&useSrvAutoBuy=1\",\"HmacSHA256\",\"snY%169j\");\n\n_p=java.desEncodeToBase64String(\"utId=996ff65deb7fbfc9f9bdcefb6c62f4ce&deviceId=183860518871512&userId=y76498329&sex=boy&wx=0&tmpToken=\"+java.get(\"tmpToken\")+\"&st=2&uth=\"+uth+\"&sign=\"+sign,\"snY%169j\",\"DES/ECB/PKCS5Padding\",\"\");\n\nlet option={\n\"method\": \"POST\",\n\"body\":\"readCount=2&inBuyView=false&isOssed=1&bookId={{java.get(\"id\")}}&autoBuy=false&feeState=1&useSrvAutoBuy=1&chapterId={{java.get(\"chapterId\")}}&ossSwitch=1\"};\n\nurl=\"https://dl.reader.yueyouxs.com/userCenter/v310/downloadChapter?platId=2&appId=com.yueyou.adreader&channelId=pc&appVersion=3.6.4&srcChannelId=pc&time=\"+time+\"&_s=C66A42978B576873D32F0EACEBBF044D&_p=\"+java.encodeURI(_p)+\",\"+JSON.stringify(option);\n\njava.ajax(JSON.parse(java.ajax(url)).data.contentUrl)",
      "replaceRegex": "",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "authorName",
      "bookList": "data.list[*]",
      "bookUrl": "@js:\ntime=Math.round(new Date()/1000);\n\nuth=\njava.HMacHex(\"b313789b-2d2a-41ce-8982-26af5271fe7c&\"+time,\"HmacMD5\",\"snY%169j\");\n\nsign=\njava.HMacHex(\"/goway/goread/app/book/detailplatId=2&appId=com.yueyou.adreader&channelId=pc&appVersion=3.6.4&srcChannelId=pc&time=\"+time+\"&_s=C66A42978B576873D32F0EACEBBF044D&utId=996ff65deb7fbfc9f9bdcefb6c62f4ce&deviceId=183860518871512&userId=y76498329&sex=boy&wx=0&tmpToken=\"+java.get(\"tmpToken\")+\"&st=2&uth=\"+uth+\"&bookId={{$.id}}&trace=33_33-10-1x0_40_40-4-11x{{$.id}}%3Ftype%3Dbook%26sortValue%3D%26pos%3D2\",\"HmacSHA256\",\"snY%169j\");\n\n_p=java.desEncodeToBase64String(\"utId=996ff65deb7fbfc9f9bdcefb6c62f4ce&deviceId=183860518871512&userId=y76498329&sex=boy&wx=0&tmpToken=\"+java.get(\"tmpToken\")+\"&st=2&uth=\"+uth+\"&sign=\"+sign,\"snY%169j\",\"DES/ECB/PKCS5Padding\",\"\");\n\nlet option={\n\"method\": \"POST\",\n\"body\":\"trace=33_33-10-1x0_40_40-4-11x{{$.id}}%253Ftype%253Dbook%2526sortValue%253D%2526pos%253D2&bookId={{$.id}}\"};\n\n\"/goway/goread/app/book/detail?platId=2&appId=com.yueyou.adreader&channelId=pc&appVersion=3.6.4&srcChannelId=pc&time=\"+time+\"&_s=C66A42978B576873D32F0EACEBBF044D&_p=\"+java.encodeURI(_p)+\",\"+JSON.stringify(option)\n",
      "checkKeyWord": "",
      "coverUrl": "bookPic",
      "intro": "intro@js:String(result).match(/[^\\x00-\\xff]+/g).join(\"\")",
      "kind": "tag@js:String(result).match(/[^\\x00-\\xff]+/g).join(\"\")",
      "name": "bookName@js:String(result).match(/[^\\x00-\\xff]+/g).join(\"\")",
      "wordCount": "words"
    },
    "ruleToc": {
      "chapterList": "data[*]",
      "chapterName": "chapterName",
      "chapterUrl": "chapterId@put:{chapterId:$.chapterId}",
      "isPay": "",
      "isVip": "vip",
      "isVolume": "",
      "updateTime": "{{$.chapterWord}} 字"
    },
    "searchUrl": "@js:\ntime=Math.round(new Date()/1000);\n\nuth=\njava.HMacHex(\"b313789b-2d2a-41ce-8982-26af5271fe7c&\"+time,\"HmacMD5\",\"snY%169j\");\n    \t\ntmpToken=java.randomUUID().toString().replace(\"-\", \"\").toLowerCase();\njava.put(\"tmpToken\",tmpToken);\n\nsign=\njava.HMacHex(\"/goway/goread/app/search/getBookByKeywordplatId=2&appId=com.yueyou.adreader&channelId=pc&appVersion=3.6.4&srcChannelId=pc&time=\"+time+\"&_s=C66A42978B576873D32F0EACEBBF044D&utId=996ff65deb7fbfc9f9bdcefb6c62f4ce&deviceId=183860518871512&userId=y76498329&sex=boy&wx=0&tmpToken=\"+tmpToken+\"&st=2&uth=\"+uth+\"&keyword=\"+key+\"&page=1&psize=20&withRecommend=1\",\"HmacSHA256\",\"snY%169j\");\n\n_p=java.desEncodeToBase64String(\"utId=996ff65deb7fbfc9f9bdcefb6c62f4ce&deviceId=183860518871512&userId=y76498329&sex=boy&wx=0&tmpToken=\"+tmpToken+\"&st=2&uth=\"+uth+\"&sign=\"+sign,\"snY%169j\",\"DES/ECB/PKCS5Padding\",\"\");\n\nlet option={\n\"method\": \"POST\",\n\"body\": \"psize=20&page=1&withRecommend=1&keyword={{key}}\"};\n\n\"/goway/goread/app/search/getBookByKeyword?platId=2&appId=com.yueyou.adreader&channelId=pc&appVersion=3.6.4&srcChannelId=pc&time=\"+time+\"&_s=C66A42978B576873D32F0EACEBBF044D&_p=\"+java.encodeURI(_p)+\",\"+JSON.stringify(option)",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "话本小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.ihuaben.com/",
    "customButton": false,
    "customOrder": 299,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"都市言情\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=都市言情\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代言情\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=古代言情\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻言情\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=玄幻言情\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校园言情\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=校园言情\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越言情\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=穿越言情\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异言情\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=灵异言情\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"短篇\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=短篇\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"二次元\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=二次元\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=灵异\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=都市\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻奇幻\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=玄幻奇幻\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=历史军事\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠仙侠\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=武侠仙侠\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏竞技\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=游戏竞技\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻末世\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=科幻末世\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"明星同人\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=明星同人\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"动漫同人\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=动漫同人\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏同人\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=游戏同人\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"影视同人\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=影视同人\",\"style\":{\"layout_flexBasisPercent\":0.295}},{\"title\":\"小说同人\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=小说同人\",\"style\":{\"layout_flexBasisPercent\":0.295}}]",
    "header": "{\"plantype\":\"ANDROID\",\"version\":\"6.2.63\",\"packageid\":\"ihuaben\",\"content-type\":\"application/x-www-form-urlencoded\"}",
    "lastUpdateTime": 1732634895902,
    "respondTime": 3281,
    "ruleBookInfo": {
      "author": ".simpleinfo@ul.0@li.1@a@text",
      "coverUrl": ".biginfo@.cover@img.0@src",
      "intro": ".text-muted@text",
      "kind": ".simpleinfo@ul.3@li@text",
      "lastChapter": ".chapterTitle.0@a@text",
      "name": ".simpleinfo@h1@text",
      "tocUrl": "",
      "wordCount": ".simpleinfo@ul.1@li.1@text&&.simpleinfo@span.0@text"
    },
    "ruleContent": {
      "content": "$..content##\\[img:(.*?)\\]##<img src=\"http://picapp.ihuaben.com/$1\" />"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.authorname",
      "bookList": "$..pageList[*]",
      "bookUrl": "https://cdncn.ihuaben.com/cdn/chapters/@get:{bookid}/{{Date.parse(new Date())}}",
      "coverUrl": "http://picapp.ihuaben.com/{{$.bookpic}}",
      "intro": "$.bookinfo",
      "kind": "$.bookmarks",
      "lastChapter": "$.lastchaptertitle",
      "name": "$.bookname@put:{bookid:$.bookid}",
      "wordCount": "<js>\n//用于自动生成发现规则\nb=false;\nif(b){\nlet api=\"/app/lib/listv2?packageId=ihuaben&page=\\{\\{page\\}\\}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=\";\nlet words=['都市言情','古代言情','玄幻言情','校园言情','穿越言情','灵异言情','短篇','二次元','灵异','都市','玄幻奇幻','历史军事','武侠仙侠','游戏竞技','科幻末世','明星同人','动漫同人','游戏同人','影视同人','小说同人'];\nvar s=[];\nwords.map(o=>{\nvar i={\"title\":o,\"url\":api+o}\ns.push(i);\n})\njava.log(JSON.stringify(s))\n}\njava.getString(\"$.wordcount\")\n</js>"
    },
    "ruleToc": {
      "chapterList": "$..chapters[*]",
      "chapterName": "$.title",
      "chapterUrl": "https://cdncn.ihuaben.com/cdn/chapter/{{$.bookId}}/{{$.chapterId}}/{{Date.parse(new Date())}}",
      "updateTime": "<js>{{$.wordCount}}+\"字 \"+java.timeFormat({{$.publishTime}})</js>"
    },
    "searchUrl": "/app/search?indexName=book&keyword={{key}}&page={{page}}&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "第二书包",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.shubaoju.cc/",
    "customButton": false,
    "customOrder": 300,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1689857555114,
    "respondTime": 3021,
    "ruleBookInfo": {
      "intro": "id.intro@text"
    },
    "ruleContent": {
      "content": "id.content@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.td.2@text||id.info@tag.p.0@text",
      "bookList": "id.nr||class.box_con",
      "bookUrl": "tag.td.0@a@href",
      "lastChapter": "tag.td.1@text",
      "name": "tag.td.0@text||h1@text"
    },
    "ruleToc": {
      "chapterList": "dl@dd",
      "chapterName": "text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "modules/article/search.php?searchkey={{key}}&page={{page}},{\n  \"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "格格党吧",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.qodown.com",
    "bookUrlPattern": "http://www.qodown.com/post/\\d+.html",
    "customButton": false,
    "customOrder": 301,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 10;  Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1733425200766,
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 13889,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&\n[property=\"og:novel:status\"]@content&&\n[property=\"og:novel:update_time\"]@content",
      "lastChapter": "{{@@[property$=chapter_name]@content}}･{{@@[property$=update_time]@content##\\s.*}}\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(\\{（｛【].*[求含理更谢乐发推票盟补加字Kk\\/].*/g,'')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(第.+章)\\s?\\d+/,'$1')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": "id.content@p@html",
      "nextContentUrl": "id.next_url@href"
    },
    "ruleExplore": {
      "author": ".item span.0@text||.s4@text",
      "bookList": "ul li&&class.item",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src||a.0@href##.*/post/((\\d+)\\d{3}).html##http://img.qodown.com/$2/$1/$1s.jpg",
      "intro": "dl@dd@text",
      "kind": "span.s1@text##\\[|\\]",
      "name": "span.s2@text&&dl@dt@a@text"
    },
    "ruleSearch": {
      "author": ".s4@text",
      "bookList": ".txt-list li.1",
      "bookUrl": "a.0@href",
      "coverUrl": "",
      "intro": "",
      "kind": ".s1@text##\\[|\\]",
      "lastChapter": ".s3@text",
      "name": ".s2@text",
      "wordCount": ".s5@text"
    },
    "ruleToc": {
      "chapterList": "class.section-list fix.1@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "/search/,\n{\n  \"body\": \"searchkey={{key}}&Submit=搜索\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "猫耳听书",
    "bookSourceType": 1,
    "bookSourceUrl": "https://www.missevan.com",
    "customButton": false,
    "customOrder": 302,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "百合分类::https://www.missevan.com/dramaapi/filter?filters=0_5_0_0_0&page={{page}}&order=1&page_size=20\n现代::https://www.missevan.com/dramaapi/filter?filters=0_5_0_1_0&page={{page}}&order=1&page_size=20\n古风::https://www.missevan.com/dramaapi/filter?filters=0_5_0_2_0&page={{page}}&order=1&page_size=20\n民国::https://www.missevan.com/dramaapi/filter?filters=0_5_0_3_0&page={{page}}&order=1&page_size=20",
    "lastUpdateTime": 1733766103583,
    "respondTime": 5732,
    "ruleBookInfo": {
      "intro": "class.intro-content@html||$.info.sound.intro",
      "kind": "class.detail-count@text&&class.detail-newest@text&&class.detail-author@text&&class.detail-type@text&&class.detail-tags@text##类型：|标签：无|标签：",
      "tocUrl": "@js:\nif(baseUrl.match(/dramaapi|mdrama/)){\nresult='https://www.missevan.com/dramaapi/getdrama?drama_id='+baseUrl.match(/(\\d+)/)[1]\n}"
    },
    "ruleContent": {
      "content": "$.info.sound.soundurl_128||$.info.sound.soundurl"
    },
    "ruleExplore": {
      "bookList": "$.info.Datas",
      "bookUrl": "https://www.missevan.com/mdrama/drama/{{$.id}},{\"webView\":true}",
      "coverUrl": "$.cover",
      "kind": "$.type_name",
      "lastChapter": "$.newest",
      "name": "$.name"
    },
    "ruleSearch": {
      "author": "$.username||$.author",
      "bookList": "<js>\nkey=java.get('key');\npage=java.get('page');\n\n//创建两个空数组\njson=[];json2=[];\n\n//判定json里是否有列表\nif(JSON.parse(result).info.Datas){\njson=JSON.parse(result).info.Datas;}\n\n//加载单曲搜索页面并转为json\njson1=JSON.parse(java.ajax('https://www.missevan.com/sound/getsearch?s='+key+'&type=3&page_size=10&p='+page));\n\n//判定json里是否有列表\nif(json1.info.Datas){\njson2=json1.info.Datas\n}\n\n//剧集搜索列表与单曲搜索列表拼接\nlist=json.concat(json2);\n\nresult=JSON.stringify(list)\n</js>\n$.[*]",
      "bookUrl": "<js>\nid=String(result).match(/id=(\\d+)/)[1];\nif(!String(result).match(/catalog_name/)){\nresult='https://www.missevan.com/sound/getsound?soundid='+id\n}else{result='https://www.missevan.com/dramaapi/getdrama?drama_id='+id}\n</js>",
      "coverUrl": "$.front_cover||$.cover",
      "intro": "$.abstract",
      "kind": "{$.type_name},{$.catalog_name}##\\{.*?\\}",
      "lastChapter": "$.newest",
      "name": "$.soundstr||$.name"
    },
    "ruleToc": {
      "chapterList": "<js>'['+result+']'</js>\n$..info.episodes.episode[*]||$..info.episodes.music[*]||$.[*]",
      "chapterName": "$.name||$.info.sound.soundstr",
      "chapterUrl": "https://www.missevan.com/sound/getsound?soundid={{$.sound_id||$.info.sound.id}}"
    },
    "searchUrl": "https://www.missevan.com/dramaapi/search?s={{key}}&page={{page}}\n@js:java.put('key',key);java.put('page',page);result",
    "weight": 60
  },
  {
    "bookSourceComment": "●♛七猫▪︎API▪︎ by.渊呀\nby.渊呀",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "事貓小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://api-bc.wtzw.com#md",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 303,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"■■■■■■■■   男  生   ■■■■■■■■\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市人生\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=203&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异术超能\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=219&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"玄幻奇幻\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=202&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武侠仙侠\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=205&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奇闻异事\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=204&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 二 次 元 \",\"url\":\"https://www.baidu.com/category/gender=2&category_id=207&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=56&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"游戏\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=75&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=64&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"体育\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=206&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"影视\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=539&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=373&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"鉴宝\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=47&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"重生\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=779&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"血脉\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=426&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"签到\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=565&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"复仇\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=790&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"丹药\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=428&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"医生\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=156&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"战神\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=527&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女婿\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=36&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"皇帝\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=62&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"弃少\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=525&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"热血\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=1&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"爽文\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=570&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现实\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=12&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"悬疑\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=27&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女总裁\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=89&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无限流\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=557&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"强者回归\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=402&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"■■■■■■■■   女  生   ■■■■■■■■\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=1&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"总裁豪门\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=8&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=2&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"种田经商\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=16&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫闱宅斗\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=209&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻想言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=4&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奇闻异事\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=204&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"影视原著\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=539&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"日久生情\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=700&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"重生\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=779&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女强\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=620&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"年下\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=631&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"空间\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=345&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=373&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"隐婚\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=481&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=782&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"快穿\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=335&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"虐渣\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=739&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"皇后\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=106&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"王爷\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=125&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"学霸\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=781&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"毒妃\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=109&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"校草\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=701&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女配\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=191&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"甜宠\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=21&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"搞笑\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=788&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"虐恋\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=16&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"治愈\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=17&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"短篇\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=541&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"■■■■■■■■   图  书   ■■■■■■■■\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=260&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=259&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青春文学\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=265&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"影视原著\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=539&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"悬疑推理\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=262&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武侠小说\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=289&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻未来\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=261&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史小说\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=264&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙侠奇缘\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=276&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙侠玄幻\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=288&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现实小说\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=266&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代军旅\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=290&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"文学艺术\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=240&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人物传记\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=247&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人文科社\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=241&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"少儿教育\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=258&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"经管励志\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=242&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"经典文学\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=243&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1}}]",
    "header": "",
    "lastUpdateTime": 1733301476624,
    "loginUrl": "",
    "respondTime": 2229,
    "ruleBookInfo": {
      "author": "author",
      "coverUrl": "image_link",
      "init": "data.book",
      "intro": "intro",
      "kind": "book_tag_list[*].title",
      "lastChapter": "{{$.latest_chapter_title}}·{{java.timeFormat(java.getString('$.update_time')*1000)}}",
      "name": "title@put:{bid:id}",
      "tocUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.id}}}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\n\"https://api-ks.wtzw.com/api/v1/chapter/chapter-list?\"+urlEncode(params)+\",\"+java.get(\"headers\")",
      "wordCount": "words_num"
    },
    "ruleContent": {
      "content": "@js:\nvar javaImport = new JavaImporter();\njavaImport.importPackage(\n    Packages.java.lang,\n    Packages.javax.crypto.spec,\n    Packages.javax.crypto,\n    Packages.java.util\n);\nwith(javaImport) {\n    function decode(content) {\n        var ivEncData = Base64.getDecoder().decode(String(content));\n        var key = SecretKeySpec(String(\"242ccb8230d709e1\").getBytes(), \"AES\");\n        var iv = IvParameterSpec(Arrays.copyOfRange(ivEncData, 0, 16));\n        var chipher = Cipher.getInstance(\"AES/CBC/PKCS5Padding\");\n        chipher.init(2, key, iv);\n        return String(chipher.doFinal(Arrays.copyOfRange(ivEncData, 16, ivEncData.length)));\n    }\n}\n\n\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':String(java.get('bid')),'chapterId':String(baseUrl.split(\"/\").pop())}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }\n  }\n  return paramStr;\n};\n\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\nurl=\"https://api-ks.wtzw.com/api/v1/chapter/content?\"+urlEncode(params)\ndecode(JSON.parse(java.ajax(url+','+java.get(\"headers\"))).data.content)\n\n"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "<js>\ngender=baseUrl.match(/gender=(\\d+)/)?baseUrl.match(/gender=(\\d+)/)[1]:\"\"\ncategory_id=baseUrl.match(/category_id=(\\d+)/)?baseUrl.match(/category_id=(\\d+)/)[1]:\"\"\nneed_filters=baseUrl.match(/need_filters=(\\d+)/)?baseUrl.match(/need_filters=(\\d+)/)[1]:\"\"\npage=baseUrl.match(/page=(\\d+)/)?baseUrl.match(/page=(\\d+)/)[1]:\"\"\nneed_category=baseUrl.match(/need_category=(\\d+)/)?baseUrl.match(/need_category=(\\d+)/)[1]:\"\"\ntag_id=baseUrl.match(/tag_id=(\\d+)/)?baseUrl.match(/tag_id=(\\d+)/)[1]:\"\"\nsign_key='d3dGiJc651gSQ8w1'\nheaders={'app-version':'51110','platform':'android','reg':'0','AUTHORIZATION':'','application-id':'com.****.reader','net-env':'1','channel':'unknown','qm-params':''}\nheaders['sign']=String(java.md5Encode(Object.keys(headers).sort().reduce((pre,n)=>pre+n+'='+headers[n],'')+sign_key))\n\n\nvar urlEncode = function (param, key, encode) {\n  if(param==null) return '';\n  var paramStr = '';\n  var t = typeof (param);\n  if (t == 'string' || t == 'number' || t == 'boolean') {\n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);\n  } else {\n    for (var i in param) {\n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);\n      paramStr += urlEncode(param[i], k, encode);\n    }\n  }\n  return paramStr;\n};\n\nvar category = function () {\n  params={'gender':gender,'category_id':category_id,'need_filters':need_filters,'page':page,'need_category':need_category}\n  params['sign']=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\n  url=\"https://api-bc.wtzw.com/api/v4/category/get-list?\"+urlEncode(params)\n  return java.ajax(url+','+java.put(\"headers\",JSON.stringify({\"headers\":headers})))\n};\n\nvar tag = function () {\n  params={'gender':gender,'need_filters':need_filters,'page':page,'tag_id':tag_id}\n  params['sign']=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\n  url=\"https://api-bc.wtzw.com/api/v4/tag/index?\"+urlEncode(params)\n  return java.ajax(url+','+java.put(\"headers\",JSON.stringify({\"headers\":headers})))\n};\n\n\nif(baseUrl.match(/category/)){\n  category()\n}else {\n  tag()\n}\n</js>\n$.data.books",
      "bookUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.id}},'imei_ip':'2937357107','teeny_mode':0}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\n\"https://api-bc.wtzw.com/api/v4/book/detail?\"+urlEncode(params)+\",\"+java.get(\"headers\")",
      "coverUrl": "$.image_link",
      "intro": "$.intro",
      "kind": "$.ptags",
      "name": "$.title",
      "wordCount": "$.words_num"
    },
    "ruleSearch": {
      "author": "original_author",
      "bookList": "data.books",
      "bookUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.id}},'imei_ip':'2937357107','teeny_mode':0}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\n\"/api/v4/book/detail?\"+urlEncode(params)+\",\"+java.get(\"headers\")",
      "coverUrl": "image_link",
      "intro": "intro",
      "kind": "ptags",
      "name": "original_title",
      "wordCount": "words_num"
    },
    "ruleToc": {
      "chapterList": "data.chapter_lists",
      "chapterName": "title",
      "chapterUrl": "id",
      "updateTime": "{{$.words}} 字"
    },
    "searchUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nheaders={'app-version':'51110','platform':'android','reg':'0','AUTHORIZATION':'','application-id':'com.****.reader','net-env':'1','channel':'unknown','qm-params':''}\n\nparams={'gender':'3','imei_ip':'2937357107','page':page,'wd':key}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\n\nheaderSign=String(java.md5Encode(Object.keys(headers).sort().reduce((pre,n)=>pre+n+'='+headers[n],'')+sign_key))\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nheaders['sign']=headerSign\nparams['sign']=paramSign\nbody=urlEncode(params)\n\n\"/api/v5/search/words?\" +body+\",\"+java.put(\"headers\",JSON.stringify({\"headers\":headers}))",
    "weight": 0
  },
  {
    "bookSourceComment": "24.12.4",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "🥥QQ阅读[男频]",
    "bookSourceType": 0,
    "bookSourceUrl": "https://ubook.reader.qq.com/",
    "customButton": false,
    "customOrder": 304,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\n\nvar sort=[],\npush=(title,surl,size)=>sort.push({\n    title: title,\n    url: surl,\n    style: {\n      layout_flexGrow: 1,\n      layout_flexBasisPercent: size,\n     }\n  });\n  \npush(\"༺ˇ»`ʚ排行榜ɞ´«ˇ༻\",null,1,1); \n\n[\n[\"月票榜\",\"526080\"],\n[\"畅销榜\",\"543064\"],\n[\"潜力榜\",\"543065\"],\n[\"完结榜\",\"551072\"],\n[\"新书榜\",\"535331\"],\n[\"比心榜\",\"543074\"],\n[\"飙升榜\",\"543264\"],\n[\"推荐榜\",\"548111\"],\n[\"封神榜\",\"514637\"],\n[\"会员日榜\",\"516604\"],\n[\"会员周榜\",\"516605\"],\n[\"会员月榜\",\"516606\"],\n[\"免费爆款\",\"543077\"],\n[\"免费完结\",\"543395\"],\n[\"免费飙升\",\"543085\"]\n].map([title,id]=>push(title, `https://commontgw.reader.qq.com/v7_6_6/listDispatch?action=rank&actionTag=boy&actionId=${id}&pagestamp={{page}}&rankFlag=1&plan=1&pageSize=200`,  0.25));\n  \n  \npush(\"༺ˇ»`ʚ分类ɞ´«ˇ༻\",null,1,1);  \n[\n[\"玄幻\",\"20001\"],\n[\"奇幻\",\"20005\"],\n[\"武侠\",\"20010\"],\n[\"仙侠\",\"20014\"],\n[\"都市\",\"20019\"],\n[\"现实\",\"20065\"],\n[\"历史\",\"20028\"],\n[\"军事\",\"20032\"],\n[\"游戏\",\"20050\"],\n[\"体育\",\"20054\"],\n[\"科幻\",\"20042\"],\n[\"悬疑\",\"20037\"],\n[\"轻小说\",\"20059\"],\n[\"诸天无限\",\"20109\"],\n[\"短篇\",\"20076\"]\n].map([title,id]=>push(title, `https://commontgw.reader.qq.com/v7_6_6/book/search?&bookLibraryAbFlag=2&booksort=1&actionTag=,-1,-1,-1,-1,13&actionId=${id}&action=categoryV2&pagestamp={{page}}&categoryFlag=6&signal=nextpage&searchFrom=${id}`,  0.25));\n \n  \n  \n  \n  \npush(\"༺ˇ»`ʚ情节主题ɞ´«ˇ༻\",null,1,1);\n[\n    [\"穿越\", \"9000722\"],\n    [\"东方玄幻\", \"9000724\"],\n    [\"重生\", \"9000837\"],\n    [\"现代都市\", \"9000728\"],\n    [\"修仙\", \"9000817\"],\n    [\"权谋\", \"9000774\"],\n    [\"异能\", \"9000823\"],\n    [\"异界\", \"9000822\"],\n    [\"娱乐圈\", \"9000828\"],\n    [\"逆袭\", \"9000775\"],\n    [\"修真\", \"9000818\"],\n    [\"种田\", \"9000838\"],\n    [\"爱情\", \"9000748\"],\n    [\"游戏异界\", \"9000827\"],\n    [\"高武\", \"9000739\"],\n    [\"魔法\", \"9000772\"],\n    [\"神话\", \"9000793\"],\n    [\"养成\", \"9000777\"],\n    [\"诡秘\", \"9000744\"],\n    [\"科举\", \"9000760\"],\n    [\"末世\", \"9000773\"],\n    [\"修罗场\", \"9000727\"],\n    [\"克苏鲁\", \"9001075\"],\n    [\"鉴宝\", \"9000752\"],\n    [\"黑科技\", \"9000746\"],\n    [\"抗战\", \"9001010\"],\n    [\"LOL\", \"9001069\"],\n    [\"电竞\", \"9000723\"],\n    [\"寒门子弟\", \"9001015\"],\n    [\"游戏文\", \"9001070\"],\n    [\"美食\", \"9000769\"],\n    [\"朝堂江湖\", \"9001002\"],\n    [\"萌宠\", \"9000770\"],\n    [\"巫师流\", \"9001027\"],\n    [\"盛世\", \"9001030\"],\n    [\"军工\", \"9001011\"],\n    [\"蒸汽朋克\", \"9001076\"],\n    [\"塔防\", \"9001072\"],\n    [\"篮球\", \"9000870\"],\n    [\"第四天灾\", \"9001083\"],\n    [\"签到\", \"9000875\"],\n    [\"荒野求生\", \"9001054\"],\n    [\"高龄\", \"9001044\"],\n    [\"乡村\", \"9001041\"],\n    [\"聊天群\", \"9000767\"],\n    [\"战争\", \"9000830\"],\n    [\"小兵\", \"9001012\"],\n    [\"直播\", \"9000834\"],\n    [\"气运流\", \"9001032\"],\n    [\"硬科幻\", \"9000992\"],\n    [\"航空\", \"9001220\"],\n    [\"赛博朋克\", \"9000993\"],\n    [\"足球\", \"9000871\"],\n    [\"探险\", \"9000800\"],\n    [\"民俗\", \"9000990\"],\n    [\"人间百态\", \"9001046\"],\n    [\"军旅\", \"9000756\"],\n    [\"武侠幻想\", \"9001001\"],\n    [\"DND\", \"9001071\"],\n    [\"店主\", \"9000989\"],\n    [\"玄学\", \"9000819\"],\n    [\"夺舍\", \"9000984\"],\n    [\"穿书\", \"9000985\"],\n    [\"卡牌\", \"9000757\"],\n    [\"侠客\", \"9001004\"],\n    [\"科技修真\", \"9001078\"],\n    [\"机甲\", \"9000742\"],\n    [\"中年\", \"9001042\"],\n    [\"丧尸\", \"9001029\"],\n    [\"山海经\", \"9001040\"],\n    [\"生存挑战\", \"9000988\"],\n    [\"考古\", \"9001055\"],\n    [\"史诗奇幻\", \"9000797\"],\n    [\"宗门\", \"9001003\"],\n    [\"主神创世\", \"9001050\"],\n    [\"乱世\", \"9001031\"],\n    [\"手足情深\", \"9001045\"],\n    [\"奇妙幻想\", \"9000779\"],\n    [\"扶贫\", \"9001043\"],\n    [\"传统武侠\", \"9001000\"],\n    [\"吃鸡\", \"9001073\"],\n    [\"家庭伦理\", \"9001033\"],\n    [\"社会悬疑\", \"9001048\"],\n    [\"短故事\", \"9000905\"],\n    [\"女性题材\", \"9001047\"]\n].map([title,id]=>push(title, `https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&base_tagid=${id}&bookLibraryAbFlag=2&actionTag=-1,-1,-1,-1,-1,13&actionId=-1&pagestamp={{page}}&categoryFlag=6&signal=nextpage&searchFrom=${id}`,  0.25));\n  \n  \n  \npush(\"༺ˇ»`ʚ行文流派ɞ´«ˇ༻\",null,1,1);\n[\n    [\"天才流\", \"9000802\"],\n    [\"系统流\", \"9000814\"],\n    [\"无敌流\", \"9000809\"],\n    [\"经营流\", \"9000755\"],\n    [\"诸天流\", \"9000839\"],\n    [\"升级流\", \"9000795\"],\n    [\"无限流\", \"9000812\"],\n    [\"争霸\", \"9000833\"],\n    [\"凡人流\", \"9000735\"],\n    [\"洪荒流\", \"9000747\"],\n    [\"进化流\", \"9000754\"],\n    [\"专业文\", \"9000999\"],\n    [\"富民\", \"9001006\"],\n    [\"时空流\", \"9000796\"],\n    [\"开局流\", \"9000759\"],\n    [\"幕后流\", \"9000996\"],\n    [\"职业文\", \"9000835\"],\n    [\"学院流\", \"9000821\"],\n    [\"召唤流\", \"9000832\"],\n    [\"神医\", \"9000824\"],\n    [\"技术流\", \"9000750\"],\n    [\"随身流\", \"9000799\"],\n    [\"商战\", \"9001085\"],\n    [\"废柴流\", \"9000737\"],\n    [\"极道流\", \"9000749\"],\n    [\"家族\", \"9001084\"],\n    [\"开挂\", \"9000758\"],\n    [\"悬疑流\", \"9000820\"],\n    [\"互联网\", \"9000997\"],\n    [\"刑侦\", \"9001079\"],\n    [\"侦探推理\", \"9001080\"],\n    [\"御兽流\", \"9001082\"],\n    [\"赘婿流\", \"9000840\"],\n    [\"轮回者\", \"9001049\"],\n    [\"异兽流\", \"9000825\"],\n    [\"骑士流\", \"9000780\"],\n    [\"掌门流\", \"9000831\"],\n    [\"学术\", \"9001063\"],\n    [\"原始流\", \"9000829\"],\n    [\"基建流\", \"9001007\"],\n    [\"抽奖\", \"9001013\"],\n    [\"祖宗流\", \"9001005\"],\n    [\"氪金\", \"9001014\"],\n    [\"策略流\", \"9000998\"],\n    [\"儒道流\", \"9000790\"],\n    [\"国术\", \"9000745\"],\n    [\"管理局\", \"9001008\"]\n].map([title,id]=>push(title, `https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&base_tagid=${id}&bookLibraryAbFlag=2&actionTag=-1,-1,-1,-1,-1,13&actionId=-1&pagestamp={{page}}&categoryFlag=6&signal=nextpage&searchFrom=${id}`,  0.25));\n\n\npush(\"༺ˇ»`ʚ时空背景ɞ´«ˇ༻\",null,1,1);\n[\n    [\"架空\", \"9000751\"],\n    [\"年代文\", \"9000776\"],\n    [\"明朝\", \"9001023\"],\n    [\"星际\", \"9000816\"],\n    [\"未来\", \"9000805\"],\n    [\"贞观\", \"9001021\"],\n    [\"秦汉三国\", \"9000782\"],\n    [\"美洲\", \"9001019\"],\n    [\"秦汉\", \"9001034\"],\n    [\"两晋隋唐\", \"9000765\"],\n    [\"宋朝\", \"9001022\"],\n    [\"元宇宙\", \"9001077\"],\n    [\"清朝\", \"9001036\"],\n    [\"欧洲\", \"9001018\"],\n    [\"非洲\", \"9001020\"],\n    [\"外国历史\", \"9001016\"],\n    [\"五代十国\", \"9000808\"],\n    [\"上古先秦\", \"9000792\"],\n    [\"清史民国\", \"9000784\"],\n    [\"民间传说\", \"9001017\"]\n]\n.map([title,id]=>push(title, `https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&base_tagid=${id}&bookLibraryAbFlag=2&actionTag=-1,-1,-1,-1,-1,13&actionId=-1&pagestamp={{page}}&categoryFlag=6&signal=nextpage&searchFrom=${id}`,  0.25));\n\n\n\npush(\"༺ˇ»`ʚ角色身份ɞ´«ˇ༻\",null,1,1);  \n[\n    [\"至尊流\", \"9000863\"],\n    [\"明星\", \"9000852\"],\n    [\"君王\", \"9000851\"],\n    [\"谍战\", \"9001058\"],\n    [\"太监\", \"9001074\"],\n    [\"女神\", \"9000855\"],\n    [\"农民\", \"9000842\"],\n    [\"法师\", \"9000844\"],\n    [\"道门\", \"9001039\"],\n    [\"谍战特工\", \"9001056\"],\n    [\"玩家\", \"9000858\"],\n    [\"NPC\", \"9001064\"],\n    [\"学霸\", \"9000873\"],\n    [\"特种兵\", \"9001061\"],\n    [\"门阀\", \"9001026\"],\n    [\"盗贼\", \"9001068\"],\n    [\"战士\", \"9000877\"],\n    [\"写手\", \"9000859\"],\n    [\"御宅族\", \"9000861\"],\n    [\"和尚\", \"9000879\"],\n    [\"保安\", \"9000994\"],\n    [\"杀手\", \"9001059\"],\n    [\"锦衣卫\", \"9000849\"],\n    [\"大师兄\", \"9000878\"],\n    [\"仙君\", \"9000864\"],\n    [\"神奇生物\", \"9001028\"],\n    [\"牧师\", \"9001065\"],\n    [\"女尊\", \"9000854\"],\n    [\"世家\", \"9001025\"],\n    [\"弓箭手\", \"9001066\"],\n    [\"保镖\", \"9000995\"],\n    [\"兵王\", \"9001057\"]\n].map([title,id]=>push(title, `https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&base_tagid=${id}&bookLibraryAbFlag=2&actionTag=-1,-1,-1,-1,-1,13&actionId=-1&pagestamp={{page}}&categoryFlag=6&signal=nextpage&searchFrom=${id}`,  0.25));\n\n\n\npush(\"༺ˇ»`ʚ角色性格ɞ´«ˇ༻\",null,1,1);\n[\n    [\"杀伐果断\", \"9000847\"],\n    [\"成熟\", \"9000843\"],\n    [\"思路清奇\", \"9000845\"],\n    [\"腹黑\", \"9000874\"],\n    [\"扮猪吃虎\", \"9000719\"],\n    [\"自律\", \"9000866\"],\n    [\"思想迪化\", \"9001053\"],\n    [\"嘴炮\", \"9000867\"],\n    [\"钢铁直男\", \"9000846\"]\n    ].map([title,id]=>push(title, `https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&base_tagid=${id}&bookLibraryAbFlag=2&actionTag=-1,-1,-1,-1,-1,13&actionId=-1&pagestamp={{page}}&categoryFlag=6&signal=nextpage&searchFrom=${id}`,  0.25));\n\n\n\npush(\"༺ˇ»`ʚ内容风格ɞ´«ˇ༻\",null,1,1);\n[\n    [\"轻松\", \"9000785\"],\n    [\"热血\", \"9000788\"],\n    [\"快节奏\", \"9000762\"],\n    [\"搞笑\", \"9000740\"],\n    [\"群像\", \"9000787\"],\n    [\"正能量\", \"9000862\"],\n    [\"无金手指\", \"9000810\"],\n    [\"单女主\", \"9000718\"],\n    [\"校园\", \"9001035\"],\n    [\"无CP\", \"9000807\"],\n    [\"反套路\", \"9000736\"],\n    [\"红包流\", \"9001051\"],\n    [\"治愈\", \"9000836\"],\n    [\"扮演流\", \"9001052\"],\n    [\"励志\", \"9000764\"],\n    [\"青春\", \"9000783\"],\n    [\"多女主\", \"9000729\"]\n].map([title,id]=>push(title, `https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&base_tagid=${id}&bookLibraryAbFlag=2&actionTag=-1,-1,-1,-1,-1,13&actionId=-1&pagestamp={{page}}&categoryFlag=6&signal=nextpage&searchFrom=${id}`,  0.25));\n\n\n\n\n  \npush(\"༺ˇ»`ʚ衍生同人ɞ´«ˇ༻\",null,1,1);\n[\n    [\"同人衍生\", \"9000781\"],\n    [\"斗罗\", \"9000732\"],\n    [\"斗破\", \"9000731\"],\n    [\"综漫\", \"9000841\"],\n    [\"红楼\", \"9000726\"],\n    [\"二次元\", \"9000730\"],\n    [\"三国\", \"9000791\"],\n    [\"封神\", \"9000738\"],\n    [\"水浒\", \"9000987\"],\n    [\"西游\", \"9000815\"],\n    [\"武侠衍生\", \"9000811\"],\n    [\"聊斋\", \"9000986\"],\n    [\"王者荣耀\", \"9000804\"]\n].map([title,id]=>push(title, `https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&base_tagid=${id}&bookLibraryAbFlag=2&actionTag=-1,-1,-1,-1,-1,13&actionId=-1&pagestamp={{page}}&categoryFlag=6&signal=nextpage&searchFrom=${id}`,  0.25));\n\n\n\n\nJSON.stringify(sort);",
    "lastUpdateTime": 1751305309079,
    "respondTime": 6111,
    "ruleBookInfo": {
      "author": "$.introinfo.book.author",
      "coverUrl": "$.introinfo.book.coverUrl",
      "intro": "&nbsp;\n🕰  更新：{{$.chapinfo.lastChapterUpdateTime##\\s.*}}\n🌟  书架：{{$.introinfo..number##\\n.*}}\n🏷️  标签：{{$.bookTags..tagshortname##\\n##·}}\n📜  简介：\n{{$.introinfo.book.intro}}\n🍚  书评：\n👤：{{$..commentlist..content##\\n##<p>👤：}}##\\[emot.*\\]",
      "kind": "{{$.introinfo..scoretext}}\n{{java.getString('$.introinfo.book.finished')==1?'完结':'连载'}}\n{{$.cate2Info.cate2Name}}\n{{$.cate3Info.cate3Name}}\n{{$.chapinfo.lastChapterUpdateTime##\\s.*}}\n@js:result\n.replace(/^(\\d\\.\\d)/,'$1分')",
      "lastChapter": "{{$.introinfo.book.lastChapterName##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求含理更谢乐发推票盟补加字].*?[】）\\)]}}•{{$.chapinfo.lastChapterUpdateTime##\\s.*}}\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "name": "$.introinfo.book.title",
      "tocUrl": "https://ubook.reader.qq.com/api/book/chapter-list?bid={{$.introinfo.book.id}}",
      "wordCount": "$.introinfo.book.totalwords"
    },
    "ruleContent": {
      "content": "$.data.content"
    },
    "ruleExplore": {
      "author": "$..author",
      "bookList": "$..bookList..second[*]||$..bookList[*]",
      "bookUrl": "https://detailadr.reader.qq.com/v7_8_7/nativepage/book/detail?bid={{$..bid}}",
      "coverUrl": "$..bid\n@js:\nvar s = result\nfunction gt(s){\n\tlet a = s.slice(-3)\n\tif(a<10){\n\t\t\tn = s.slice(-1)\n\t\t}\n\telse if(a<100){\n\t\t\tn = s.slice(-2)\n\t\t}\n\telse{\n\t\t\tn = a\n\t\t}\n\treturn n\n}\n\"http://wfqqreader-1252317822.image.myqcloud.com/cover/\"+gt(s)+\"/\"+s+\"/b_\"+s+\".jpg\"",
      "intro": "$..intro",
      "kind": "{{$..catScore}}\n{{java.getString('$.finished')==1?'完结':'连载'}}\n{{$..catel2name}}\n{{String(java.timeFormat(java.getString('$.updateTime')*1000)).replace(/\\//g,'-').replace(/\\s.*/,'').replace(/1970\\-01\\-01/,'')}}\n{{$..rank_value}}\n{{$..catel3name}}",
      "lastChapter": "$..lastChapterName##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求含理更谢乐发推票盟补加字].*?[】）\\)]\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(第.+章)\\s?\\d+/,'$1')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "name": "$..title",
      "wordCount": "$..totalWords"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data.books",
      "bookUrl": "https://detailadr.reader.qq.com/v7_8_7/nativepage/book/detail?bid={{$.id}}",
      "checkKeyWord": "我的模拟长生路",
      "coverUrl": "$.cover",
      "intro": "$.intro",
      "kind": "{{java.getString('$.finished')=='true'?'完结':'连载'}}\n{{$..shortName##小说}}",
      "name": "$.title",
      "wordCount": "$.totalWords"
    },
    "ruleToc": {
      "chapterList": "$.data.chapters",
      "chapterName": "title",
      "chapterUrl": "<js>\nvar bid = baseUrl.match(/\\d+/);\njava.put('bid', bid);\n'https://wxmini.reader.qq.com/api/chapter/content?bid='+bid+'&cid={{$.seq}}'\n</js>",
      "isVip": "{{java.getString('$.free')=='true'?'false':'true'}}",
      "updateTime": "$.publishTime##^##更新时间："
    },
    "searchUrl": "api/search?keywords={{key}}&pageIndex={{page}}&pageSize=20",
    "weight": 0
  },
  {
    "bookSourceComment": "可以加载封面",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "话本小说（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.ihuaben.com",
    "customButton": false,
    "customOrder": 305,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"都市言情\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=都市言情\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代言情\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=古代言情\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻言情\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=玄幻言情\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校园言情\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=校园言情\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越言情\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=穿越言情\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异言情\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=灵异言情\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"短篇\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=短篇\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"二次元\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=二次元\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=灵异\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=都市\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻奇幻\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=玄幻奇幻\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=历史军事\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠仙侠\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=武侠仙侠\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏竞技\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=游戏竞技\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻末世\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=科幻末世\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"明星同人\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=明星同人\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"动漫同人\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=动漫同人\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏同人\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=游戏同人\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"影视同人\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=影视同人\",\"style\":{\"layout_flexBasisPercent\":0.295}},{\"title\":\"小说同人\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=小说同人\",\"style\":{\"layout_flexBasisPercent\":0.295}}]",
    "header": "{\"plantype\":\"ANDROID\",\"version\":\"6.2.63\",\"packageid\":\"ihuaben\",\"content-type\":\"application/x-www-form-urlencoded\"}",
    "lastUpdateTime": 1733516482844,
    "respondTime": 2983,
    "ruleBookInfo": {
      "author": ".simpleinfo@ul.0@li.1@a@text",
      "coverUrl": ".biginfo@.cover@img.0@src",
      "intro": ".text-muted@text",
      "kind": ".simpleinfo@ul.3@li@text",
      "lastChapter": ".chapterTitle.0@a@text",
      "name": ".simpleinfo@h1@text",
      "tocUrl": "",
      "wordCount": ".simpleinfo@ul.1@li.1@text&&.simpleinfo@span.0@text"
    },
    "ruleContent": {
      "content": "$..content##\\[img:(.*?)\\]##<img src=\"http://picapp.ihuaben.com/$1\" />"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.authorname",
      "bookList": "$..pageList[*]",
      "bookUrl": "https://cdncn.ihuaben.com/cdn/chapters/@get:{bookid}/{{Date.parse(new Date())}}",
      "coverUrl": "http://picapp.ihuaben.com/{{$.bookpic}}",
      "intro": "$.bookinfo",
      "kind": "$.bookmarks",
      "lastChapter": "$.lastchaptertitle",
      "name": "$.bookname@put:{bookid:$.bookid}",
      "wordCount": "<js>\n//用于自动生成发现规则\nb=false;\nif(b){\nlet api=\"/app/lib/listv2?packageId=ihuaben&page=\\{\\{page\\}\\}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=\";\nlet words=['都市言情','古代言情','玄幻言情','校园言情','穿越言情','灵异言情','短篇','二次元','灵异','都市','玄幻奇幻','历史军事','武侠仙侠','游戏竞技','科幻末世','明星同人','动漫同人','游戏同人','影视同人','小说同人'];\nvar s=[];\nwords.map(o=>{\nvar i={\"title\":o,\"url\":api+o}\ns.push(i);\n})\njava.log(JSON.stringify(s))\n}\njava.getString(\"$.wordcount\")\n</js>"
    },
    "ruleToc": {
      "chapterList": "$..chapters[*]",
      "chapterName": "$.title",
      "chapterUrl": "https://cdncn.ihuaben.com/cdn/chapter/{{$.bookId}}/{{$.chapterId}}/{{Date.parse(new Date())}}",
      "updateTime": "<js>{{$.wordCount}}+\"字 \"+java.timeFormat({{$.publishTime}})</js>"
    },
    "searchUrl": "/app/search?indexName=book&keyword={{key}}&page={{page}}&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "QQ阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "https://book.qq.com/##闫",
    "customButton": false,
    "customOrder": 306,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"女生精选\",\"url\":\" https://book.qq.com/recommend/female-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"免费榜\",\"url\":\" https://book.qq.com/book-rank/female-free/cycle-1-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"封神榜\",\"url\":\" https://book.qq.com/book-rank/female-god/cycle-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"新书榜-日\",\"url\":\" https://book.qq.com/book-rank/female-new/cycle-1-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"新书榜-周\",\"url\":\" https://book.qq.com/book-rank/female-new/cycle-2-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"新书榜-月\",\"url\":\" https://book.qq.com/book-rank/female-new/cycle-3-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完结榜-周\",\"url\":\" https://book.qq.com/book-rank/female-finish/cycle-1-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完结榜-月\",\"url\":\" https://book.qq.com/book-rank/female-finish/cycle-2-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完结榜-总\",\"url\":\" https://book.qq.com/book-rank/female-finish/cycle-3-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"畅销榜-全部\",\"url\":\" https://book.qq.com/book-rank/female-sell/cycle-5-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"上架30天\",\"url\":\" https://book.qq.com/book-rank/female-sell/cycle-1-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"上架120天\",\"url\":\" https://book.qq.com/book-rank/female-sell/cycle-2-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"上架300天\",\"url\":\" https://book.qq.com/book-rank/female-sell/cycle-3-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"上架300天以上\",\"url\":\" https://book.qq.com/book-rank/female-sell/cycle-4-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n\n{\"title\":\"↓    ↓    ↓    全部    ↓    ↓    ↓\",\"url\":\"https://book.qq.com/book-cate/0-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n\n{\"title\":\"古言\",\"url\":\"https://book.qq.com/book-cate/30013-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"女尊\",\"url\":\"https://book.qq.com/book-cate/30013-30014-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"架空\",\"url\":\"https://book.qq.com/book-cate/30013-30015-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"宅斗\",\"url\":\"https://book.qq.com/book-cate/30013-30016-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"穿越\",\"url\":\"https://book.qq.com/book-cate/30013-30017-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"宫斗\",\"url\":\"https://book.qq.com/book-cate/30013-30018-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"种田\",\"url\":\"https://book.qq.com/book-cate/30013-30019-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"西方\",\"url\":\"https://book.qq.com/book-cate/30013-30094-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"清穿\",\"url\":\"https://book.qq.com/book-cate/30013-30095-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"蛮荒\",\"url\":\"https://book.qq.com/book-cate/30013-30096-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"江湖\",\"url\":\"https://book.qq.com/book-cate/30013-30097-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n\n{\"title\":\"现言\",\"url\":\"https://book.qq.com/book-cate/30020-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.6}},\n{\"title\":\"都市\",\"url\":\"https://book.qq.com/book-cate/30020-30021-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"婚恋\",\"url\":\"https://book.qq.com/book-cate/30020-30022-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"明星\",\"url\":\"https://book.qq.com/book-cate/30020-30023-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"职场\",\"url\":\"https://book.qq.com/book-cate/30020-30026-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"异能\",\"url\":\"https://book.qq.com/book-cate/30020-30027-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"豪门\",\"url\":\"https://book.qq.com/book-cate/30020-30028-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"极道\",\"url\":\"https://book.qq.com/book-cate/30020-30029-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"民国\",\"url\":\"https://book.qq.com/book-cate/30020-30030-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"异国\",\"url\":\"https://book.qq.com/book-cate/30020-30098-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n\n{\"title\":\"幻情\",\"url\":\"https://book.qq.com/book-cate/30001-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻\",\"url\":\"https://book.qq.com/book-cate/30001-30002-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"异世\",\"url\":\"https://book.qq.com/book-cate/30001-30003-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"远古\",\"url\":\"https://book.qq.com/book-cate/30001-30004-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"异族\",\"url\":\"https://book.qq.com/book-cate/30001-30005-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"魔幻\",\"url\":\"https://book.qq.com/book-cate/30001-30006-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"西幻\",\"url\":\"https://book.qq.com/book-cate/30001-30007-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"异术\",\"url\":\"https://book.qq.com/book-cate/30001-30092-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n\n\n{\"title\":\"仙侠\",\"url\":\"https://book.qq.com/book-cate/30008-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.6}},\n{\"title\":\"武侠\",\"url\":\"https://book.qq.com/book-cate/30008-30009-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"修仙\",\"url\":\"https://book.qq.com/book-cate/30008-30010-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"修真\",\"url\":\"https://book.qq.com/book-cate/30008-30011-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"洪荒\",\"url\":\"https://book.qq.com/book-cate/30008-30012-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"仙缘\",\"url\":\"https://book.qq.com/book-cate/30008-30093-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n\n{\"title\":\"青春\",\"url\":\"https://book.qq.com/book-cate/30031-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"成长\",\"url\":\"https://book.qq.com/book-cate/30031-30032-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"纯爱\",\"url\":\"https://book.qq.com/book-cate/30031-30033-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"疼痛\",\"url\":\"https://book.qq.com/book-cate/30031-30034-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"校园\",\"url\":\"https://book.qq.com/book-cate/30031-30035-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n\n{\"title\":\"游戏\",\"url\":\"https://book.qq.com/book-cate/30050-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"电竞\",\"url\":\"https://book.qq.com/book-cate/30050-30051-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"网游\",\"url\":\"https://book.qq.com/book-cate/30050-30052-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"网恋\",\"url\":\"https://book.qq.com/book-cate/30050-30053-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"体育\",\"url\":\"https://book.qq.com/book-cate/30050-30054-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n\n{\"title\":\"科幻\",\"url\":\"https://book.qq.com/book-cate/30042-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"星际\",\"url\":\"https://book.qq.com/book-cate/30042-30043-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"位面\",\"url\":\"https://book.qq.com/book-cate/30042-30044-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"未来\",\"url\":\"https://book.qq.com/book-cate/30042-30045-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"机甲\",\"url\":\"https://book.qq.com/book-cate/30042-30046-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"科技\",\"url\":\"https://book.qq.com/book-cate/30042-30047-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"进化\",\"url\":\"https://book.qq.com/book-cate/30042-30048-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"末世\",\"url\":\"https://book.qq.com/book-cate/30042-30049-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n\n\n{\"title\":\"悬疑\",\"url\":\"https://book.qq.com/book-cate/30036-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"推理\",\"url\":\"https://book.qq.com/book-cate/30036-30037-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"探险\",\"url\":\"https://book.qq.com/book-cate/30036-30039-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"奇妙\",\"url\":\"https://book.qq.com/book-cate/30036-30040-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"风水\",\"url\":\"https://book.qq.com/book-cate/30036-30041-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n\n{\"title\":\"轻小说\",\"url\":\"https://book.qq.com/book-cate/30055-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.6}},\n{\"title\":\"同人\",\"url\":\"https://book.qq.com/book-cate/30055-30100-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"唯美\",\"url\":\"https://book.qq.com/book-cate/30055-30101-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"萌系\",\"url\":\"https://book.qq.com/book-cate/30055-30102-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"纯恋\",\"url\":\"https://book.qq.com/book-cate/30055-30103-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"吐槽\",\"url\":\"https://book.qq.com/book-cate/30055-30104-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"古衍\",\"url\":\"https://book.qq.com/book-cate/30055-30105-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"影衍\",\"url\":\"https://book.qq.com/book-cate/30055-30106-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"漫衍\",\"url\":\"https://book.qq.com/book-cate/30055-30107-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"其他\",\"url\":\"https://book.qq.com/book-cate/30055-30108-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n\n{\"title\":\"短篇\",\"url\":\"https://book.qq.com/book-cate/30083-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"随笔\",\"url\":\"https://book.qq.com/book-cate/30083-30086-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"小说\",\"url\":\"https://book.qq.com/book-cate/30083-30089-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n\n{\"title\":\"现实\",\"url\":\"https://book.qq.com/book-cate/30120-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"家庭\",\"url\":\"https://book.qq.com/book-cate/30120-30121-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"行业\",\"url\":\"https://book.qq.com/book-cate/30120-30122-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"探索\",\"url\":\"https://book.qq.com/book-cate/30120-30123-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"人文\",\"url\":\"https://book.qq.com/book-cate/30120-30124-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n\n{\"title\":\"↑    ↑    ↑    ***    ↑    ↑    ↑\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n\n{\"title\":\"↓    ↓    ↓    连载中    ↓    ↓    ↓\",\"url\":\"https://book.qq.com/book-cate/0-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n\n{\"title\":\"古言\",\"url\":\"https://book.qq.com/book-cate/30013-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"女尊\",\"url\":\"https://book.qq.com/book-cate/30013-30014-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"架空\",\"url\":\"https://book.qq.com/book-cate/30013-30015-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"宅斗\",\"url\":\"https://book.qq.com/book-cate/30013-30016-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"穿越\",\"url\":\"https://book.qq.com/book-cate/30013-30017-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"宫斗\",\"url\":\"https://book.qq.com/book-cate/30013-30018-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"种田\",\"url\":\"https://book.qq.com/book-cate/30013-30019-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"西方\",\"url\":\"https://book.qq.com/book-cate/30013-30094-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"清穿\",\"url\":\"https://book.qq.com/book-cate/30013-30095-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"蛮荒\",\"url\":\"https://book.qq.com/book-cate/30013-30096-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"江湖\",\"url\":\"https://book.qq.com/book-cate/30013-30097-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"现言\",\"url\":\"https://book.qq.com/book-cate/30020-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.5,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"https://book.qq.com/book-cate/30020-30021-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"婚恋\",\"url\":\"https://book.qq.com/book-cate/30020-30022-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"明星\",\"url\":\"https://book.qq.com/book-cate/30020-30023-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"职场\",\"url\":\"https://book.qq.com/book-cate/30020-30026-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异能\",\"url\":\"https://book.qq.com/book-cate/30020-30027-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"豪门\",\"url\":\"https://book.qq.com/book-cate/30020-30028-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"极道\",\"url\":\"https://book.qq.com/book-cate/30020-30029-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"民国\",\"url\":\"https://book.qq.com/book-cate/30020-30030-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异国\",\"url\":\"https://book.qq.com/book-cate/30020-30098-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"幻情\",\"url\":\"https://book.qq.com/book-cate/30001-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"https://book.qq.com/book-cate/30001-30002-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异世\",\"url\":\"https://book.qq.com/book-cate/30001-30003-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"远古\",\"url\":\"https://book.qq.com/book-cate/30001-30004-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异族\",\"url\":\"https://book.qq.com/book-cate/30001-30005-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"魔幻\",\"url\":\"https://book.qq.com/book-cate/30001-30006-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"西幻\",\"url\":\"https://book.qq.com/book-cate/30001-30007-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异术\",\"url\":\"https://book.qq.com/book-cate/30001-30092-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"仙侠\",\"url\":\"https://book.qq.com/book-cate/30008-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"武侠\",\"url\":\"https://book.qq.com/book-cate/30008-30009-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"修仙\",\"url\":\"https://book.qq.com/book-cate/30008-30010-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"修真\",\"url\":\"https://book.qq.com/book-cate/30008-30011-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"洪荒\",\"url\":\"https://book.qq.com/book-cate/30008-30012-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"仙缘\",\"url\":\"https://book.qq.com/book-cate/30008-30093-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"青春\",\"url\":\"https://book.qq.com/book-cate/30031-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"成长\",\"url\":\"https://book.qq.com/book-cate/30031-30032-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"纯爱\",\"url\":\"https://book.qq.com/book-cate/30031-30033-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"疼痛\",\"url\":\"https://book.qq.com/book-cate/30031-30034-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"https://book.qq.com/book-cate/30031-30035-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"游戏\",\"url\":\"https://book.qq.com/book-cate/30050-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"电竞\",\"url\":\"https://book.qq.com/book-cate/30050-30051-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"网游\",\"url\":\"https://book.qq.com/book-cate/30050-30052-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"网恋\",\"url\":\"https://book.qq.com/book-cate/30050-30053-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"体育\",\"url\":\"https://book.qq.com/book-cate/30050-30054-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"科幻\",\"url\":\"https://book.qq.com/book-cate/30042-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"星际\",\"url\":\"https://book.qq.com/book-cate/30042-30043-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"位面\",\"url\":\"https://book.qq.com/book-cate/30042-30044-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"未来\",\"url\":\"https://book.qq.com/book-cate/30042-30045-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"机甲\",\"url\":\"https://book.qq.com/book-cate/30042-30046-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"科技\",\"url\":\"https://book.qq.com/book-cate/30042-30047-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"进化\",\"url\":\"https://book.qq.com/book-cate/30042-30048-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"末世\",\"url\":\"https://book.qq.com/book-cate/30042-30049-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n\n{\"title\":\"悬疑\",\"url\":\"https://book.qq.com/book-cate/30036-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"推理\",\"url\":\"https://book.qq.com/book-cate/30036-30037-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"探险\",\"url\":\"https://book.qq.com/book-cate/30036-30039-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"奇妙\",\"url\":\"https://book.qq.com/book-cate/30036-30040-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"风水\",\"url\":\"https://book.qq.com/book-cate/30036-30041-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"轻小说\",\"url\":\"https://book.qq.com/book-cate/30055-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"同人\",\"url\":\"https://book.qq.com/book-cate/30055-30100-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"唯美\",\"url\":\"https://book.qq.com/book-cate/30055-30101-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"萌系\",\"url\":\"https://book.qq.com/book-cate/30055-30102-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"纯恋\",\"url\":\"https://book.qq.com/book-cate/30055-30103-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"吐槽\",\"url\":\"https://book.qq.com/book-cate/30055-30104-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"古衍\",\"url\":\"https://book.qq.com/book-cate/30055-30105-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"影衍\",\"url\":\"https://book.qq.com/book-cate/30055-30106-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"漫衍\",\"url\":\"https://book.qq.com/book-cate/30055-30107-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"其他\",\"url\":\"https://book.qq.com/book-cate/30055-30108-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"短篇\",\"url\":\"https://book.qq.com/book-cate/30083-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"随笔\",\"url\":\"https://book.qq.com/book-cate/30083-30086-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"小说\",\"url\":\"https://book.qq.com/book-cate/30083-30089-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"现实\",\"url\":\"https://book.qq.com/book-cate/30120-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"家庭\",\"url\":\"https://book.qq.com/book-cate/30120-30121-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"行业\",\"url\":\"https://book.qq.com/book-cate/30120-30122-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"探索\",\"url\":\"https://book.qq.com/book-cate/30120-30123-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"人文\",\"url\":\"https://book.qq.com/book-cate/30120-30124-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"↑    ↑    ↑    ***    ↑    ↑    ↑\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n\n\n{\"title\":\"↓    ↓    ↓    已完结    ↓    ↓    ↓\",\"url\":\"https://book.qq.com/book-cate/0-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n\n{\"title\":\"古言\",\"url\":\"https://book.qq.com/book-cate/30013-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"女尊\",\"url\":\"https://book.qq.com/book-cate/30013-30014-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"架空\",\"url\":\"https://book.qq.com/book-cate/30013-30015-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"宅斗\",\"url\":\"https://book.qq.com/book-cate/30013-30016-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"穿越\",\"url\":\"https://book.qq.com/book-cate/30013-30017-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"宫斗\",\"url\":\"https://book.qq.com/book-cate/30013-30018-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"种田\",\"url\":\"https://book.qq.com/book-cate/30013-30019-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"西方\",\"url\":\"https://book.qq.com/book-cate/30013-30094-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"清穿\",\"url\":\"https://book.qq.com/book-cate/30013-30095-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"蛮荒\",\"url\":\"https://book.qq.com/book-cate/30013-30096-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"江湖\",\"url\":\"https://book.qq.com/book-cate/30013-30097-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"现言\",\"url\":\"https://book.qq.com/book-cate/30020-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"https://book.qq.com/book-cate/30020-30021-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"婚恋\",\"url\":\"https://book.qq.com/book-cate/30020-30022-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"明星\",\"url\":\"https://book.qq.com/book-cate/30020-30023-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"职场\",\"url\":\"https://book.qq.com/book-cate/30020-30026-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异能\",\"url\":\"https://book.qq.com/book-cate/30020-30027-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"豪门\",\"url\":\"https://book.qq.com/book-cate/30020-30028-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"极道\",\"url\":\"https://book.qq.com/book-cate/30020-30029-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"民国\",\"url\":\"https://book.qq.com/book-cate/30020-30030-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异国\",\"url\":\"https://book.qq.com/book-cate/30020-30098-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"幻情\",\"url\":\"https://book.qq.com/book-cate/30001-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"https://book.qq.com/book-cate/30001-30002-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异世\",\"url\":\"https://book.qq.com/book-cate/30001-30003-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"远古\",\"url\":\"https://book.qq.com/book-cate/30001-30004-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异族\",\"url\":\"https://book.qq.com/book-cate/30001-30005-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"魔幻\",\"url\":\"https://book.qq.com/book-cate/30001-30006-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"西幻\",\"url\":\"https://book.qq.com/book-cate/30001-30007-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异术\",\"url\":\"https://book.qq.com/book-cate/30001-30092-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n\n{\"title\":\"仙侠\",\"url\":\"https://book.qq.com/book-cate/30008-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"武侠\",\"url\":\"https://book.qq.com/book-cate/30008-30009-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"修仙\",\"url\":\"https://book.qq.com/book-cate/30008-30010-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"修真\",\"url\":\"https://book.qq.com/book-cate/30008-30011-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"洪荒\",\"url\":\"https://book.qq.com/book-cate/30008-30012-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"仙缘\",\"url\":\"https://book.qq.com/book-cate/30008-30093-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"青春\",\"url\":\"https://book.qq.com/book-cate/30031-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"成长\",\"url\":\"https://book.qq.com/book-cate/30031-30032-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"纯爱\",\"url\":\"https://book.qq.com/book-cate/30031-30033-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"疼痛\",\"url\":\"https://book.qq.com/book-cate/30031-30034-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"https://book.qq.com/book-cate/30031-30035-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"游戏\",\"url\":\"https://book.qq.com/book-cate/30050-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"电竞\",\"url\":\"https://book.qq.com/book-cate/30050-30051-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"网游\",\"url\":\"https://book.qq.com/book-cate/30050-30052-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"网恋\",\"url\":\"https://book.qq.com/book-cate/30050-30053-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"体育\",\"url\":\"https://book.qq.com/book-cate/30050-30054-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"科幻\",\"url\":\"https://book.qq.com/book-cate/30042-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"星际\",\"url\":\"https://book.qq.com/book-cate/30042-30043-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"位面\",\"url\":\"https://book.qq.com/book-cate/30042-30044-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"未来\",\"url\":\"https://book.qq.com/book-cate/30042-30045-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"机甲\",\"url\":\"https://book.qq.com/book-cate/30042-30046-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"科技\",\"url\":\"https://book.qq.com/book-cate/30042-30047-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"进化\",\"url\":\"https://book.qq.com/book-cate/30042-30048-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"末世\",\"url\":\"https://book.qq.com/book-cate/30042-30049-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n\n{\"title\":\"悬疑\",\"url\":\"https://book.qq.com/book-cate/30036-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"推理\",\"url\":\"https://book.qq.com/book-cate/30036-30037-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"探险\",\"url\":\"https://book.qq.com/book-cate/30036-30039-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"奇妙\",\"url\":\"https://book.qq.com/book-cate/30036-30040-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"风水\",\"url\":\"https://book.qq.com/book-cate/30036-30041-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"轻小说\",\"url\":\"https://book.qq.com/book-cate/30055-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"同人\",\"url\":\"https://book.qq.com/book-cate/30055-30100-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"唯美\",\"url\":\"https://book.qq.com/book-cate/30055-30101-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"萌系\",\"url\":\"https://book.qq.com/book-cate/30055-30102-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"纯恋\",\"url\":\"https://book.qq.com/book-cate/30055-30103-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"吐槽\",\"url\":\"https://book.qq.com/book-cate/30055-30104-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"古衍\",\"url\":\"https://book.qq.com/book-cate/30055-30105-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"影衍\",\"url\":\"https://book.qq.com/book-cate/30055-30106-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"漫衍\",\"url\":\"https://book.qq.com/book-cate/30055-30107-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"其他\",\"url\":\"https://book.qq.com/book-cate/30055-30108-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"短篇\",\"url\":\"https://book.qq.com/book-cate/30083-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"随笔\",\"url\":\"https://book.qq.com/book-cate/30083-30086-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"小说\",\"url\":\"https://book.qq.com/book-cate/30083-30089-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"现实\",\"url\":\"https://book.qq.com/book-cate/30120-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"家庭\",\"url\":\"https://book.qq.com/book-cate/30120-30121-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"行业\",\"url\":\"https://book.qq.com/book-cate/30120-30122-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"探索\",\"url\":\"https://book.qq.com/book-cate/30120-30123-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"人文\",\"url\":\"https://book.qq.com/book-cate/30120-30124-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"↑    ↑    ↑    ***    ↑    ↑    ↑\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n\n\n{\"title\":\"男生精选\",\"url\":\"https://book.qq.com/recommend/male-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"免费榜\",\"url\":\"https://book.qq.com/book-rank/male-free/cycle-1-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"封神榜\",\"url\":\"https://book.qq.com/book-rank/male-god/cycle-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"新书榜-日\",\"url\":\"https://book.qq.com/book-rank/male-new/cycle-1-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"新书榜-周\",\"url\":\"https://book.qq.com/book-rank/male-new/cycle-2-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"新书榜-月\",\"url\":\"https://book.qq.com/book-rank/male-new/cycle-3-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完结榜-周\",\"url\":\"https://book.qq.com/book-rank/male-finish/cycle-1-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完结榜-月\",\"url\":\"https://book.qq.com/book-rank/male-finish/cycle-2-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完结榜-总\",\"url\":\"https://book.qq.com/book-rank/male-finish/cycle-3-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"畅销榜-全部\",\"url\":\"https://book.qq.com/book-rank/male-sell/cycle-5-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.5,\"layout_flexGrow\":1}},\n{\"title\":\"上架30天内\",\"url\":\"https://book.qq.com/book-rank/male-sell/cycle-1-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"上架120天内\",\"url\":\"https://book.qq.com/book-rank/male-sell/cycle-2-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"上架300天内\",\"url\":\"https://book.qq.com/book-rank/male-sell/cycle-3-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"上架300天以上\",\"url\":\"https://book.qq.com/book-rank/male-sell/cycle-4-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n\n{\"title\":\"↓    ↓    ↓    全部    ↓    ↓    ↓\",\"url\":\"https://book.qq.com/book-cate/0-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"https://book.qq.com/book-cate/20001-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"东方玄幻\",\"url\":\"https://book.qq.com/book-cate/20001-20002-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异世\",\"url\":\"https://book.qq.com/book-cate/20001-20003-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"争霸\",\"url\":\"https://book.qq.com/book-cate/20001-20082-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"高武\",\"url\":\"https://book.qq.com/book-cate/20001-20004-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"奇幻\",\"url\":\"https://book.qq.com/book-cate/20005-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"魔法\",\"url\":\"https://book.qq.com/book-cate/20005-20006-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"史诗\",\"url\":\"https://book.qq.com/book-cate/20005-20007-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"神秘\",\"url\":\"https://book.qq.com/book-cate/20005-20008-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代\",\"url\":\"https://book.qq.com/book-cate/20005-20009-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"神史\",\"url\":\"https://book.qq.com/book-cate/20005-20092-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"空幻\",\"url\":\"https://book.qq.com/book-cate/20005-20093-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n\n\n{\"title\":\"武侠\",\"url\":\"https://book.qq.com/book-cate/20010-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"武侠\",\"url\":\"https://book.qq.com/book-cate/20010-20011-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"潮流\",\"url\":\"https://book.qq.com/book-cate/20010-20012-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"国术\",\"url\":\"https://book.qq.com/book-cate/20010-20013-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"古武\",\"url\":\"https://book.qq.com/book-cate/20010-20099-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"武侠同人\",\"url\":\"https://book.qq.com/book-cate/20010-20100-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"仙侠\",\"url\":\"https://book.qq.com/book-cate/20014-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"修真\",\"url\":\"https://book.qq.com/book-cate/20014-20015-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"幻修\",\"url\":\"https://book.qq.com/book-cate/20014-20016-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"现修\",\"url\":\"https://book.qq.com/book-cate/20014-20017-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"神话\",\"url\":\"https://book.qq.com/book-cate/20014-20018-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"古典\",\"url\":\"https://book.qq.com/book-cate/20014-20101-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"都市\",\"url\":\"https://book.qq.com/book-cate/20019-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"生活\",\"url\":\"https://book.qq.com/book-cate/20019-20020-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"娱乐\",\"url\":\"https://book.qq.com/book-cate/20019-20022-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"商场\",\"url\":\"https://book.qq.com/book-cate/20019-20025-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"异能\",\"url\":\"https://book.qq.com/book-cate/20019-20026-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"异术\",\"url\":\"https://book.qq.com/book-cate/20019-20027-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"https://book.qq.com/book-cate/20019-20069-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n\n\n{\"title\":\"现实\",\"url\":\"https://book.qq.com/book-cate/20065-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"家庭\",\"url\":\"https://book.qq.com/book-cate/20065-20021-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"百态\",\"url\":\"https://book.qq.com/book-cate/20065-20071-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"女性\",\"url\":\"https://book.qq.com/book-cate/20065-20104-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"https://book.qq.com/book-cate/20065-20105-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"时代\",\"url\":\"https://book.qq.com/book-cate/20065-20106-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"青年\",\"url\":\"https://book.qq.com/book-cate/20065-20108-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n\n{\"title\":\"历史\",\"url\":\"https://book.qq.com/book-cate/20028-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.5,\"layout_flexGrow\":1}},\n{\"title\":\"架空\",\"url\":\"https://book.qq.com/book-cate/20028-20029-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"先秦\",\"url\":\"https://book.qq.com/book-cate/20028-20083-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"秦汉三国\",\"url\":\"https://book.qq.com/book-cate/20028-20084-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.3,\"layout_flexGrow\":1}},\n{\"title\":\"两晋隋唐\",\"url\":\"https://book.qq.com/book-cate/20028-20085-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.3,\"layout_flexGrow\":1}},\n{\"title\":\"五代十国\",\"url\":\"https://book.qq.com/book-cate/20028-20086-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.3,\"layout_flexGrow\":1}},\n{\"title\":\"两宋元明\",\"url\":\"https://book.qq.com/book-cate/20028-20030-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.3,\"layout_flexGrow\":1}},\n{\"title\":\"清民\",\"url\":\"https://book.qq.com/book-cate/20028-20087-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"外史\",\"url\":\"https://book.qq.com/book-cate/20028-20031-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"传记\",\"url\":\"https://book.qq.com/book-cate/20028-20088-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"传说\",\"url\":\"https://book.qq.com/book-cate/20028-20094-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"军事\",\"url\":\"https://book.qq.com/book-cate/20032-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"战争\",\"url\":\"https://book.qq.com/book-cate/20032-20091-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"战斗\",\"url\":\"https://book.qq.com/book-cate/20032-20033-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"激战\",\"url\":\"https://book.qq.com/book-cate/20032-20034-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"军旅\",\"url\":\"https://book.qq.com/book-cate/20032-20035-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"抗战\",\"url\":\"https://book.qq.com/book-cate/20032-20036-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"游戏\",\"url\":\"https://book.qq.com/book-cate/20050-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"电竞\",\"url\":\"https://book.qq.com/book-cate/20050-20051-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"虚拟\",\"url\":\"https://book.qq.com/book-cate/20050-20052-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异界\",\"url\":\"https://book.qq.com/book-cate/20050-20053-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"系统\",\"url\":\"https://book.qq.com/book-cate/20050-20102-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"主播\",\"url\":\"https://book.qq.com/book-cate/20050-20103-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"体育\",\"url\":\"https://book.qq.com/book-cate/20054-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"体育\",\"url\":\"https://book.qq.com/book-cate/20054-20055-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"篮球\",\"url\":\"https://book.qq.com/book-cate/20054-20056-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"足球\",\"url\":\"https://book.qq.com/book-cate/20054-20057-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"科幻\",\"url\":\"https://book.qq.com/book-cate/20042-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"星际\",\"url\":\"https://book.qq.com/book-cate/20042-20043-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"穿梭\",\"url\":\"https://book.qq.com/book-cate/20042-20044-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"未来\",\"url\":\"https://book.qq.com/book-cate/20042-20045-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"机甲\",\"url\":\"https://book.qq.com/book-cate/20042-20046-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"科技\",\"url\":\"https://book.qq.com/book-cate/20042-20047-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"变异\",\"url\":\"https://book.qq.com/book-cate/20042-20048-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"末世\",\"url\":\"https://book.qq.com/book-cate/20042-20049-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"悬疑\",\"url\":\"https://book.qq.com/book-cate/20037-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.5,\"layout_flexGrow\":1}},\n{\"title\":\"推理\",\"url\":\"https://book.qq.com/book-cate/20037-20038-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"https://book.qq.com/book-cate/20037-20039-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"生存\",\"url\":\"https://book.qq.com/book-cate/20037-20040-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"奇妙\",\"url\":\"https://book.qq.com/book-cate/20037-20041-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"传奇\",\"url\":\"https://book.qq.com/book-cate/20037-20095-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"轻小说\",\"url\":\"https://book.qq.com/book-cate/20059-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"幻想\",\"url\":\"https://book.qq.com/book-cate/20059-20060-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"同人\",\"url\":\"https://book.qq.com/book-cate/20059-20061-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"吐槽\",\"url\":\"https://book.qq.com/book-cate/20059-20063-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"恋爱\",\"url\":\"https://book.qq.com/book-cate/20059-20064-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"诸天无限\",\"url\":\"https://book.qq.com/book-cate/20109-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"无限\",\"url\":\"https://book.qq.com/book-cate/20109-20110-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"诸天\",\"url\":\"https://book.qq.com/book-cate/20109-20111-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"综漫\",\"url\":\"https://book.qq.com/book-cate/20109-20112-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n\n{\"title\":\"短篇\",\"url\":\"https://book.qq.com/book-cate/20076-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"剧本\",\"url\":\"https://book.qq.com/book-cate/20076-20075-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"评论\",\"url\":\"https://book.qq.com/book-cate/20076-20077-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"随笔\",\"url\":\"https://book.qq.com/book-cate/20076-20078-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"游记\",\"url\":\"https://book.qq.com/book-cate/20076-20079-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"小说\",\"url\":\"https://book.qq.com/book-cate/20076-20096-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"散文\",\"url\":\"https://book.qq.com/book-cate/20076-20097-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"人物\",\"url\":\"https://book.qq.com/book-cate/20076-20098-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"连载中\",\"url\":\"https://book.qq.com/book-cate/0-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n\n{\"title\":\"玄幻\",\"url\":\"https://book.qq.com/book-cate/20001-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"东方玄幻\",\"url\":\"https://book.qq.com/book-cate/20001-20002-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异世\",\"url\":\"https://book.qq.com/book-cate/20001-20003-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"争霸\",\"url\":\"https://book.qq.com/book-cate/20001-20082-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"高武\",\"url\":\"https://book.qq.com/book-cate/20001-20004-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"奇幻\",\"url\":\"https://book.qq.com/book-cate/20005-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"魔法\",\"url\":\"https://book.qq.com/book-cate/20005-20006-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"史诗\",\"url\":\"https://book.qq.com/book-cate/20005-20007-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"神秘\",\"url\":\"https://book.qq.com/book-cate/20005-20008-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"现代\",\"url\":\"https://book.qq.com/book-cate/20005-20009-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"神史\",\"url\":\"https://book.qq.com/book-cate/20005-20092-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"空幻\",\"url\":\"https://book.qq.com/book-cate/20005-20093-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"武侠\",\"url\":\"https://book.qq.com/book-cate/20010-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"武侠\",\"url\":\"https://book.qq.com/book-cate/20010-20011-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"潮流\",\"url\":\"https://book.qq.com/book-cate/20010-20012-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"国术\",\"url\":\"https://book.qq.com/book-cate/20010-20013-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"古武\",\"url\":\"https://book.qq.com/book-cate/20010-20099-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"武侠同人\",\"url\":\"https://book.qq.com/book-cate/20010-20100-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n\n{\"title\":\"仙侠\",\"url\":\"https://book.qq.com/book-cate/20014-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"修真\",\"url\":\"https://book.qq.com/book-cate/20014-20015-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"幻修\",\"url\":\"https://book.qq.com/book-cate/20014-20016-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"现修\",\"url\":\"https://book.qq.com/book-cate/20014-20017-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"神话\",\"url\":\"https://book.qq.com/book-cate/20014-20018-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"古典\",\"url\":\"https://book.qq.com/book-cate/20014-20101-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"都市\",\"url\":\"https://book.qq.com/book-cate/20019-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"生活\",\"url\":\"https://book.qq.com/book-cate/20019-20020-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"娱乐\",\"url\":\"https://book.qq.com/book-cate/20019-20022-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"商场\",\"url\":\"https://book.qq.com/book-cate/20019-20025-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异能\",\"url\":\"https://book.qq.com/book-cate/20019-20026-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异术\",\"url\":\"https://book.qq.com/book-cate/20019-20027-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"https://book.qq.com/book-cate/20019-20069-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"现实\",\"url\":\"https://book.qq.com/book-cate/20065-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"家庭\",\"url\":\"https://book.qq.com/book-cate/20065-20021-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"百态\",\"url\":\"https://book.qq.com/book-cate/20065-20071-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"女性\",\"url\":\"https://book.qq.com/book-cate/20065-20104-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"https://book.qq.com/book-cate/20065-20105-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"时代\",\"url\":\"https://book.qq.com/book-cate/20065-20106-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"青年\",\"url\":\"https://book.qq.com/book-cate/20065-20108-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"历史\",\"url\":\"https://book.qq.com/book-cate/20028-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"架空\",\"url\":\"https://book.qq.com/book-cate/20028-20029-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"先秦\",\"url\":\"https://book.qq.com/book-cate/20028-20083-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"秦汉三国\",\"url\":\"https://book.qq.com/book-cate/20028-20084-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"两晋隋唐\",\"url\":\"https://book.qq.com/book-cate/20028-20085-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"五代十国\",\"url\":\"https://book.qq.com/book-cate/20028-20086-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"两宋元明\",\"url\":\"https://book.qq.com/book-cate/20028-20030-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"清民\",\"url\":\"https://book.qq.com/book-cate/20028-20087-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"外史\",\"url\":\"https://book.qq.com/book-cate/20028-20031-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"传记\",\"url\":\"https://book.qq.com/book-cate/20028-20088-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"传说\",\"url\":\"https://book.qq.com/book-cate/20028-20094-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"军事\",\"url\":\"https://book.qq.com/book-cate/20032-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"战争\",\"url\":\"https://book.qq.com/book-cate/20032-20091-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"战斗\",\"url\":\"https://book.qq.com/book-cate/20032-20033-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"激战\",\"url\":\"https://book.qq.com/book-cate/20032-20034-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"军旅\",\"url\":\"https://book.qq.com/book-cate/20032-20035-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"抗战\",\"url\":\"https://book.qq.com/book-cate/20032-20036-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"游戏\",\"url\":\"https://book.qq.com/book-cate/20050-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"电竞\",\"url\":\"https://book.qq.com/book-cate/20050-20051-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"虚拟\",\"url\":\"https://book.qq.com/book-cate/20050-20052-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异界\",\"url\":\"https://book.qq.com/book-cate/20050-20053-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"系统\",\"url\":\"https://book.qq.com/book-cate/20050-20102-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"主播\",\"url\":\"https://book.qq.com/book-cate/20050-20103-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"体育\",\"url\":\"https://book.qq.com/book-cate/20054-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"体育\",\"url\":\"https://book.qq.com/book-cate/20054-20055-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"篮球\",\"url\":\"https://book.qq.com/book-cate/20054-20056-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"足球\",\"url\":\"https://book.qq.com/book-cate/20054-20057-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"科幻\",\"url\":\"https://book.qq.com/book-cate/20042-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"星际\",\"url\":\"https://book.qq.com/book-cate/20042-20043-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"穿梭\",\"url\":\"https://book.qq.com/book-cate/20042-20044-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"未来\",\"url\":\"https://book.qq.com/book-cate/20042-20045-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"机甲\",\"url\":\"https://book.qq.com/book-cate/20042-20046-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"科技\",\"url\":\"https://book.qq.com/book-cate/20042-20047-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"变异\",\"url\":\"https://book.qq.com/book-cate/20042-20048-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"末世\",\"url\":\"https://book.qq.com/book-cate/20042-20049-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"悬疑\",\"url\":\"https://book.qq.com/book-cate/20037-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"推理\",\"url\":\"https://book.qq.com/book-cate/20037-20038-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"https://book.qq.com/book-cate/20037-20039-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"生存\",\"url\":\"https://book.qq.com/book-cate/20037-20040-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"奇妙\",\"url\":\"https://book.qq.com/book-cate/20037-20041-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"传奇\",\"url\":\"https://book.qq.com/book-cate/20037-20095-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"轻小说\",\"url\":\"https://book.qq.com/book-cate/20059-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"幻想\",\"url\":\"https://book.qq.com/book-cate/20059-20060-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"同人\",\"url\":\"https://book.qq.com/book-cate/20059-20061-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"吐槽\",\"url\":\"https://book.qq.com/book-cate/20059-20063-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"恋爱\",\"url\":\"https://book.qq.com/book-cate/20059-20064-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"诸天无限\",\"url\":\"https://book.qq.com/book-cate/20109-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"无限\",\"url\":\"https://book.qq.com/book-cate/20109-20110-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"诸天\",\"url\":\"https://book.qq.com/book-cate/20109-20111-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"综漫\",\"url\":\"https://book.qq.com/book-cate/20109-20112-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"短篇\",\"url\":\"https://book.qq.com/book-cate/20076-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"剧本\",\"url\":\"https://book.qq.com/book-cate/20076-20075-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"评论\",\"url\":\"https://book.qq.com/book-cate/20076-20077-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"随笔\",\"url\":\"https://book.qq.com/book-cate/20076-20078-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"游记\",\"url\":\"https://book.qq.com/book-cate/20076-20079-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"小说\",\"url\":\"https://book.qq.com/book-cate/20076-20096-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"散文\",\"url\":\"https://book.qq.com/book-cate/20076-20097-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"人物\",\"url\":\"https://book.qq.com/book-cate/20076-20098-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"已完结\",\"url\":\"https://book.qq.com/book-cate/0-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n\n{\"title\":\"玄幻\",\"url\":\"https://book.qq.com/book-cate/20001-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"东方玄幻\",\"url\":\"https://book.qq.com/book-cate/20001-20002-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异世\",\"url\":\"https://book.qq.com/book-cate/20001-20003-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"争霸\",\"url\":\"https://book.qq.com/book-cate/20001-20082-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"高武\",\"url\":\"https://book.qq.com/book-cate/20001-20004-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"奇幻\",\"url\":\"https://book.qq.com/book-cate/20005-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"魔法\",\"url\":\"https://book.qq.com/book-cate/20005-20006-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"史诗\",\"url\":\"https://book.qq.com/book-cate/20005-20007-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"神秘\",\"url\":\"https://book.qq.com/book-cate/20005-20008-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"现代\",\"url\":\"https://book.qq.com/book-cate/20005-20009-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"神史\",\"url\":\"https://book.qq.com/book-cate/20005-20092-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"空幻\",\"url\":\"https://book.qq.com/book-cate/20005-20093-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"武侠\",\"url\":\"https://book.qq.com/book-cate/20010-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"武侠\",\"url\":\"https://book.qq.com/book-cate/20010-20011-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"潮流\",\"url\":\"https://book.qq.com/book-cate/20010-20012-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"国术\",\"url\":\"https://book.qq.com/book-cate/20010-20013-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"古武\",\"url\":\"https://book.qq.com/book-cate/20010-20099-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"武侠同人\",\"url\":\"https://book.qq.com/book-cate/20010-20100-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"仙侠\",\"url\":\"https://book.qq.com/book-cate/20014-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"修真\",\"url\":\"https://book.qq.com/book-cate/20014-20015-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"幻修\",\"url\":\"https://book.qq.com/book-cate/20014-20016-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"现修\",\"url\":\"https://book.qq.com/book-cate/20014-20017-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"神话\",\"url\":\"https://book.qq.com/book-cate/20014-20018-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"古典\",\"url\":\"https://book.qq.com/book-cate/20014-20101-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"都市\",\"url\":\"https://book.qq.com/book-cate/20019-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"生活\",\"url\":\"https://book.qq.com/book-cate/20019-20020-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"娱乐\",\"url\":\"https://book.qq.com/book-cate/20019-20022-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"商场\",\"url\":\"https://book.qq.com/book-cate/20019-20025-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异能\",\"url\":\"https://book.qq.com/book-cate/20019-20026-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异术\",\"url\":\"https://book.qq.com/book-cate/20019-20027-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"https://book.qq.com/book-cate/20019-20069-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"现实\",\"url\":\"https://book.qq.com/book-cate/20065-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"家庭\",\"url\":\"https://book.qq.com/book-cate/20065-20021-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"百态\",\"url\":\"https://book.qq.com/book-cate/20065-20071-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"女性\",\"url\":\"https://book.qq.com/book-cate/20065-20104-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"https://book.qq.com/book-cate/20065-20105-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"时代\",\"url\":\"https://book.qq.com/book-cate/20065-20106-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"青年\",\"url\":\"https://book.qq.com/book-cate/20065-20108-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"历史\",\"url\":\"https://book.qq.com/book-cate/20028-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"架空\",\"url\":\"https://book.qq.com/book-cate/20028-20029-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"先秦\",\"url\":\"https://book.qq.com/book-cate/20028-20083-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"秦汉三国\",\"url\":\"https://book.qq.com/book-cate/20028-20084-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"两晋隋唐\",\"url\":\"https://book.qq.com/book-cate/20028-20085-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"五代十国\",\"url\":\"https://book.qq.com/book-cate/20028-20086-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"两宋元明\",\"url\":\"https://book.qq.com/book-cate/20028-20030-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"清民\",\"url\":\"https://book.qq.com/book-cate/20028-20087-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"外史\",\"url\":\"https://book.qq.com/book-cate/20028-20031-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"传记\",\"url\":\"https://book.qq.com/book-cate/20028-20088-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"传说\",\"url\":\"https://book.qq.com/book-cate/20028-20094-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"军事\",\"url\":\"https://book.qq.com/book-cate/20032-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"战争\",\"url\":\"https://book.qq.com/book-cate/20032-20091-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"战斗\",\"url\":\"https://book.qq.com/book-cate/20032-20033-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"激战\",\"url\":\"https://book.qq.com/book-cate/20032-20034-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"军旅\",\"url\":\"https://book.qq.com/book-cate/20032-20035-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"抗战\",\"url\":\"https://book.qq.com/book-cate/20032-20036-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"游戏\",\"url\":\"https://book.qq.com/book-cate/20050-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"电竞\",\"url\":\"https://book.qq.com/book-cate/20050-20051-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"虚拟\",\"url\":\"https://book.qq.com/book-cate/20050-20052-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异界\",\"url\":\"https://book.qq.com/book-cate/20050-20053-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"系统\",\"url\":\"https://book.qq.com/book-cate/20050-20102-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"主播\",\"url\":\"https://book.qq.com/book-cate/20050-20103-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"体育\",\"url\":\"https://book.qq.com/book-cate/20054-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"体育\",\"url\":\"https://book.qq.com/book-cate/20054-20055-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"篮球\",\"url\":\"https://book.qq.com/book-cate/20054-20056-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"足球\",\"url\":\"https://book.qq.com/book-cate/20054-20057-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"科幻\",\"url\":\"https://book.qq.com/book-cate/20042-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"星际\",\"url\":\"https://book.qq.com/book-cate/20042-20043-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"穿梭\",\"url\":\"https://book.qq.com/book-cate/20042-20044-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"未来\",\"url\":\"https://book.qq.com/book-cate/20042-20045-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"机甲\",\"url\":\"https://book.qq.com/book-cate/20042-20046-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"科技\",\"url\":\"https://book.qq.com/book-cate/20042-20047-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"变异\",\"url\":\"https://book.qq.com/book-cate/20042-20048-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"末世\",\"url\":\"https://book.qq.com/book-cate/20042-20049-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"悬疑\",\"url\":\"https://book.qq.com/book-cate/20037-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"推理\",\"url\":\"https://book.qq.com/book-cate/20037-20038-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"https://book.qq.com/book-cate/20037-20039-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"生存\",\"url\":\"https://book.qq.com/book-cate/20037-20040-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"奇妙\",\"url\":\"https://book.qq.com/book-cate/20037-20041-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"传奇\",\"url\":\"https://book.qq.com/book-cate/20037-20095-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"轻小说\",\"url\":\"https://book.qq.com/book-cate/20059-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"幻想\",\"url\":\"https://book.qq.com/book-cate/20059-20060-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"同人\",\"url\":\"https://book.qq.com/book-cate/20059-20061-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"吐槽\",\"url\":\"https://book.qq.com/book-cate/20059-20063-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"恋爱\",\"url\":\"https://book.qq.com/book-cate/20059-20064-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"诸天无限\",\"url\":\"https://book.qq.com/book-cate/20109-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"无限\",\"url\":\"https://book.qq.com/book-cate/20109-20110-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"诸天\",\"url\":\"https://book.qq.com/book-cate/20109-20111-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"综漫\",\"url\":\"https://book.qq.com/book-cate/20109-20112-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"短篇\",\"url\":\"https://book.qq.com/book-cate/20076-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"剧本\",\"url\":\"https://book.qq.com/book-cate/20076-20075-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"评论\",\"url\":\"https://book.qq.com/book-cate/20076-20077-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"随笔\",\"url\":\"https://book.qq.com/book-cate/20076-20078-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"游记\",\"url\":\"https://book.qq.com/book-cate/20076-20079-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"小说\",\"url\":\"https://book.qq.com/book-cate/20076-20096-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"散文\",\"url\":\"https://book.qq.com/book-cate/20076-20097-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"人物\",\"url\":\"https://book.qq.com/book-cate/20076-20098-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}\n]\n",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36 Edg/99.0.1150.55\"\n}",
    "lastUpdateTime": 1729750070633,
    "loginUrl": "https://passport.yuewen.com/login.html?appid=1450000221&areaid=1&logintype=4&tabshow=1100&auto=0&ticket=1&returnurl=https://ubook.reader.qq.com/loginSuccess?returnUrl=https%3A%2F%2Fubook.reader.qq.com%2F",
    "respondTime": 1544,
    "ruleBookInfo": {
      "author": "a.author@text",
      "coverUrl": "a.book-cover img@src",
      "intro": "div.intro@text",
      "kind": "a.tag@text",
      "lastChapter": "",
      "name": "h1@text",
      "tocUrl": "text.目录@href",
      "wordCount": ".book-update@span:nth-of-type(1)@text"
    },
    "ruleContent": {
      "content": ".chapter-content@p@text",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": ".other@object@a:nth-of-type(1)@text",
      "bookList": "a.wrap",
      "bookUrl": "a@href",
      "coverUrl": "img.ypc-book-cover@src",
      "intro": "p.intro@text",
      "kind": "object@a:nth-of-type(2)@text",
      "lastChapter": "a.latest-chapter@text",
      "name": "h4@text",
      "wordCount": ".other@span:nth-of-type(2)@text"
    },
    "ruleSearch": {
      "author": ".author",
      "bookList": ".bookList[*]",
      "bookUrl": "$.bid##(\\d+)##https://book.qq.com/book-detail/$1##",
      "checkKeyWord": "",
      "coverUrl": "",
      "intro": ".intro",
      "kind": ".category3Name",
      "lastChapter": "",
      "name": ".title",
      "wordCount": ".totalWords"
    },
    "ruleToc": {
      "chapterList": "ul:nth-of-type(2)@li",
      "chapterName": "span.name@text",
      "chapterUrl": "a@href",
      "isVip": "i@html"
    },
    "searchUrl": "https://book.qq.com/api/booksearch/query?keyWord={{key}}&pageNo={{page}}&pageSize=10",
    "weight": 0
  },
  {
    "bookSourceComment": "制作 酷安@靈狐",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "百度小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://novelapi.baidu.com",
    "customButton": false,
    "customOrder": 307,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "",
    "lastUpdateTime": 1734839921190,
    "respondTime": 2225,
    "ruleBookInfo": {
      "author": "author",
      "coverUrl": "coverImage",
      "init": "novel.detail.data",
      "intro": "&nbsp;🔗 {{$.cp_name}}作品\n♥️ {{$..bookshelf_num}}人收藏\n📖 {{$..read_num_now}}人在看\n💬 {{$..show_score_ave}}分/{{$..show_people_num}}人\n📄 简介：{{$.summary##\\s+##<br>}}",
      "kind": "category_tag.*.*&&status&&unit_price",
      "lastChapter": "{{$.chapterList[-1].chapterName}}·{{$.chapterList[-1].updateTime}}",
      "name": "title",
      "tocUrl": "gid@js:'/searchbox?action=novel&type=chapter,'+JSON.stringify({\"method\": \"POST\",\"body\":'data={\"gid\":'+result+'}'})",
      "wordCount": "words_num"
    },
    "ruleContent": {
      "content": "$..content_url@js:data=org.jsoup.Jsoup.connect(result).ignoreContentType(true).ignoreHttpErrors(true).execute().bodyAsBytes();cipher=java.createSymmetricCrypto('AES/CBC/PKCS5Padding','D0CD8B760CE07BC3','2011121211143000');cipher.decryptStr(data)"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "author",
      "bookList": "novel.search.data.list",
      "bookUrl": "/boxnovel/cors?osname=bdboxnovelsdk&action=novel&type=detail&tojsondata=1&data={\"gid\":\"{{$.gid}}\",\"frombox\":true}",
      "coverUrl": "logo",
      "intro": "summary",
      "kind": "{{$.categoryraw##_##,}},{{$.score}}分,{{$.status}}",
      "lastChapter": "",
      "name": "title",
      "wordCount": "wordCount"
    },
    "ruleToc": {
      "chapterList": "@js:vip=java.getString('$..price_pattern');o=java.getElements('$..items.*');list=[];for(i in o){list.push({\"title\":o[i].title,\"url\":'/searchbox?action=novel&type=content&uid=juB18g8oHi_-aH88lPHl8g8nHi_ju2avgi25ugi3Sf8R9WMxpiWmuYMaA&ua=_a-qiyuuvigyNE64I5me6NN0v8oZu-I4_C2Hiyat2iqlC&ctv=2&cen=ua_uid,'+JSON.stringify({\"body\":'data={\"gid\":'+String(o[i].cid).replace(/\\|.+/,'')+',\"cid\":\"'+String(o[i].cid)+'\",\"dir\":\"0\",\"fromaction\":\"viewcontent\",\"need_buy_info\":0}',\"method\": \"POST\"}),\"vip\":((vip==1&&o[i].free+1)%2&&true)||false});};list",
      "chapterName": "title",
      "chapterUrl": "url",
      "isPay": "",
      "isVip": "vip",
      "isVolume": "",
      "nextTocUrl": "",
      "preUpdateJs": "",
      "updateTime": ""
    },
    "searchUrl": "/boxnovel/cors?osname=bdboxnovelsdk&action=novel&type=search&data={\"word\":\"{{key}}\",\"fromaction\":\"search\",\"pageNum\":{{page}}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "🎉 QQ浏览器",
    "bookSourceType": 0,
    "bookSourceUrl": "https://novel.html5.qq.com",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 308,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": "",
    "header": "@js:\nJSON.stringify({\n    \"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 13; zh-cn; V2183A Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/89.0.4389.72 MQQBrowser/13.4 Mobile Safari/537.36 COVC/046223\",\n    \"Referer\": source.bookSourceUrl,\n    \"Q-GUID\": \"0ee63838b72eb075f63e93ae0bc288cb\",\n    \"QIMEI36\": \"8ff310843a87a71101958f5610001e316a11\"\n})",
    "lastUpdateTime": 1696925176317,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 1094,
    "ruleBookInfo": {
      "author": "$..author",
      "canReName": "",
      "coverUrl": "$..picurl",
      "init": "",
      "intro": "$..summary",
      "kind": "$..resourceID",
      "lastChapter": "$..lastSerialname",
      "name": "$..resourceName",
      "tocUrl": "https://novel.html5.qq.com/qbread/api/book/all-chapter?bookId={{book.kind}}",
      "wordCount": "$..contentsize"
    },
    "ruleContent": {
      "content": "$.data.Content[0].Content",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "$..author",
      "bookList": "$.data.state[*]",
      "bookUrl": "https://novel.html5.qq.com/qbread/api/novel/bookInfo?resourceId={{book.kind}}",
      "coverUrl": "$..cover_url",
      "intro": "$..abstract",
      "kind": "$.groupID##.*_##",
      "lastChapter": "",
      "name": "$..title",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "$..rows[*]",
      "chapterName": "$.serialName",
      "chapterUrl": "$.serialID\n@js:\nlet data = JSON.stringify({\n  ContentAnchorBatch: [{\n    BookID: book.kind,\n    ChapterSeqNo: [\n      result\n    ]\n  }],\n  Scene: \"chapter\"\n})\nlet option = {\"method\":\"POST\",\"body\":data}\n\"https://novel.html5.qq.com/be-api/content/ads-read,\"+JSON.stringify(option)",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://so.html5.qq.com/ajax/real/search_result?tabId=360&q={{key}}",
    "variableComment": "",
    "weight": 100
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "黑岩小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://w2.heiyan.com",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 309,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1691252031994,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "https://w2.heiyan.com/accounts/login?backUrl=/",
    "respondTime": 669,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "canReName": "",
      "coverUrl": "[property=\"og:image\"]@content",
      "init": "",
      "intro": "[property=\"og:description\"]@content##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content##\\s.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": ".buttons a.0@href",
      "wordCount": ".words@text##字"
    },
    "ruleContent": {
      "content": "$.chapter.htmlContent<js>result.replace(/<.*?>/g,'').replace(/\\r/g,'\\n　　')</js>",
      "imageStyle": "0",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "$.authorname##<.*?>",
      "bookList": "$.data.content[*]",
      "bookUrl": "$.id@js:'https://www.heiyan.com/book/'+result",
      "coverUrl": "$.iconUrlSmall##@.*",
      "intro": "$.introduce",
      "kind": "$.sortname##<.*?>",
      "lastChapter": "$.lastchaptername",
      "name": "$.name##<.*?>",
      "wordCount": "{$.words}"
    },
    "ruleToc": {
      "chapterList": "//li[span]/a",
      "chapterName": "<js>(/isvip/.test(String(result))?'🔒':'') + String(result).match(/>(.*?)</)[1]</js>",
      "chapterUrl": "//@href<js>'https://a.heiyan.com/ajax/chapter/content/'+result.match(/\\d+$/)[0]</js>",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://search.heiyan.com/web/search?queryString={{key}}&page={{page}}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "\"一天一个新书源\"-20210809",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "纵横中文",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.zongheng.com",
    "customButton": false,
    "customOrder": 310,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "",
    "lastUpdateTime": 1705300487704,
    "respondTime": 1440,
    "ruleBookInfo": {
      "init": "",
      "intro": "",
      "tocUrl": "baseUrl"
    },
    "ruleContent": {
      "content": "class.content@html",
      "nextContentUrl": "a.c_next:matches(下一页)@href",
      "replaceRegex": "##（本章完）|上一页|下一章|下一页|目录|上一章|新用户7天限免，畅读全本|（本章未完，请翻页）|.*全本免费看|点击领取"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.authorName\n##<i class=\"red\">|</i>",
      "bookList": "$.data.searchBooks",
      "bookUrl": "https://m.zongheng.com/chapter/list?bookId={{$.bookId}}",
      "coverUrl": "$.coverUrl@js:'https://static.zongheng.com/upload'+result",
      "intro": "$.description",
      "name": "$.bookName\n##<i class=\"red\">|</i>"
    },
    "ruleToc": {
      "chapterList": "class.list_wrap@tag.ul@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "@js:result.select('em').hasClass('lock')"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\nhttps://m.zongheng.com/api/search,{\n\t\"headers\": {\n    \"Content-Length\": \"33\",\n    \"x-csrf-token\": \"ryhLbyZx-fDIksDerMHNcOV-1R1VyQjdtt6I\",\n    \"User-Agent\": \"Mozilla/5.0 (Linux; Android 10; SK) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36\",\n    \"Content-Type\": \"application/json;charset=UTF-8\",\n    \"Cookie\": \"acw_tc=ac11000117021098874695420ef00be0da29f2c225b352ddd0d03686a99252; _csrf=7PK69jhzLmYk92A6WJSF_4at; ZHID=4DC697CFA852ED6C54C9807962F1F745; zhffr=0; __cs__=ryhLbyZx-fDIksDerMHNcOV-1R1VyQjdtt6I; searchHistory=%E4%BC%A0%E8%AF%B4%7C%E7%B3%BB%E7%BB%9F; connect.sid=s%3AAkDQWNrwgrGOeAlVR_0Cfacf2u_yo37u.JG39Wo0Z8ll7f3YAQBXLCdWJhObWHrsZQRJzIcT6fko\"\n},\n  \"body\": '{\"keywords\":\"{{key}}\",\"pageNum\":1}',\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "必去小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.biquw.com/",
    "bookUrlPattern": "http://www.biquw.com/book/\\d+/",
    "customButton": false,
    "customOrder": 311,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1732984826068,
    "loginUrl": "",
    "respondTime": 39089,
    "ruleBookInfo": {
      "author": "class.options@tag.span.0@text",
      "coverUrl": "class.pic@img@src",
      "init": "",
      "intro": ".bookinfo_intro@text",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content",
      "lastChapter": "class.update@a@text",
      "name": "id.info@h1@text"
    },
    "ruleContent": {
      "content": "id.htmlContent@html"
    },
    "ruleExplore": {
      "author": "tag.dd.1@span@text",
      "bookList": "class.sitebox@dl",
      "bookUrl": "h3@a@href",
      "coverUrl": "img@src",
      "intro": "tag.dd.2@text",
      "kind": "class.uptime@text",
      "lastChapter": "tag.dd.3@a@text",
      "name": "h3@a@text"
    },
    "ruleSearch": {
      "author": "class.s3@text",
      "bookList": "class.toplist@li",
      "bookUrl": "class.s1@a@href",
      "coverUrl": "class.s1@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.biquw.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "class.s5@text&&\nclass.s6@text",
      "lastChapter": "class.s2@a@text",
      "name": "class.s1@a@text",
      "wordCount": "class.s4@text"
    },
    "ruleToc": {
      "chapterList": "class.book_list@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.biquw.com/modules/article/search.php?action=login&searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "💰 黑岩小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.heiyan.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 312,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部小说::/web/all/-1/-1/-1/-1/0/{{page}}/100\n免费小说::/web/all/-1/-1/1/-1/0/{{page}}/100\n收费小说::/web/all/-1/-1/0/-1/0/{{page}}/100\n完结小说::/web/all/-1/-1/-1/1/0/{{page}}/100\n连载小说::/web/all/-1/-1/-1/0/0/{{page}}/100\n悬疑全部::/web/all/1/-1/-1/-1/0/{{page}}/100\n悬疑免费::/web/all/1/-1/1/-1/0/{{page}}/100\n悬疑收费::/web/all/1/-1/0/-1/0/{{page}}/100\n悬疑完结::/web/all/1/-1/-1/1/0/{{page}}/100\n悬疑连载::/web/all/1/-1/-1/0/0/{{page}}/100\n历史全部::/web/all/3/-1/-1/-1/0/{{page}}/100\n历史免费::/web/all/3/-1/1/-1/0/{{page}}/100\n历史收费::/web/all/3/-1/0/-1/0/{{page}}/100\n历史完结::/web/all/3/-1/-1/1/0/{{page}}/100\n历史连载::/web/all/3/-1/-1/0/0/{{page}}/100\n军事全部::/web/all/5/-1/-1/-1/0/{{page}}/100\n军事免费::/web/all/5/-1/1/-1/0/{{page}}/100\n军事收费::/web/all/5/-1/0/-1/0/{{page}}/100\n军事完结::/web/all/5/-1/-1/1/0/{{page}}/100\n军事连载::/web/all/5/-1/-1/0/0/{{page}}/100\n玄幻全部::/web/all/6/-1/-1/-1/0/{{page}}/100\n玄幻免费::/web/all/6/-1/1/-1/0/{{page}}/100\n玄幻收费::/web/all/6/-1/0/-1/0/{{page}}/100\n玄幻完结::/web/all/6/-1/-1/1/0/{{page}}/100\n玄幻连载::/web/all/6/-1/-1/0/0/{{page}}/100\n奇幻全部::/web/all/14/-1/-1/-1/0/{{page}}/100\n奇幻免费::/web/all/14/-1/1/-1/0/{{page}}/100\n奇幻收费::/web/all/14/-1/0/-1/0/{{page}}/100\n奇幻完结::/web/all/14/-1/-1/1/0/{{page}}/100\n奇幻连载::/web/all/14/-1/-1/0/0/{{page}}/100\n仙侠全部::/web/all/7/-1/-1/-1/0/{{page}}/100\n仙侠免费::/web/all/7/-1/1/-1/0/{{page}}/100\n仙侠收费::/web/all/7/-1/0/-1/0/{{page}}/100\n仙侠完结::/web/all/7/-1/-1/1/0/{{page}}/100\n仙侠连载::/web/all/7/-1/-1/0/0/{{page}}/100\n武侠全部::/web/all/8/-1/-1/-1/0/{{page}}/100\n武侠免费::/web/all/8/-1/1/-1/0/{{page}}/100\n武侠收费::/web/all/8/-1/0/-1/0/{{page}}/100\n武侠完结::/web/all/8/-1/-1/1/0/{{page}}/100\n武侠连载::/web/all/8/-1/-1/0/0/{{page}}/100\n科幻全部::/web/all/10/-1/-1/-1/0/{{page}}/100\n科幻免费::/web/all/10/-1/1/-1/0/{{page}}/100\n科幻收费::/web/all/10/-1/0/-1/0/{{page}}/100\n科幻完结::/web/all/10/-1/-1/1/0/{{page}}/100\n科幻连载::/web/all/10/-1/-1/0/0/{{page}}/100\n游戏全部::/web/all/9/-1/-1/-1/0/{{page}}/100\n游戏免费::/web/all/9/-1/1/-1/0/{{page}}/100\n游戏收费::/web/all/9/-1/0/-1/0/{{page}}/100\n游戏完结::/web/all/9/-1/-1/1/0/{{page}}/100\n游戏连载::/web/all/9/-1/-1/0/0/{{page}}/100\n同人全部::/web/all/16/-1/-1/-1/0/{{page}}/100\n同人免费::/web/all/16/-1/1/-1/0/{{page}}/100\n同人收费::/web/all/16/-1/0/-1/0/{{page}}/100\n同人完结::/web/all/16/-1/-1/1/0/{{page}}/100\n同人连载::/web/all/16/-1/-1/0/0/{{page}}/100\n社会全部::/web/all/25/-1/-1/-1/0/{{page}}/100\n社会免费::/web/all/25/-1/1/-1/0/{{page}}/100\n社会收费::/web/all/25/-1/0/-1/0/{{page}}/100\n社会完结::/web/all/25/-1/-1/1/0/{{page}}/100\n社会连载::/web/all/25/-1/-1/0/0/{{page}}/100\n古言全部::/web/all/37/-1/-1/-1/0/{{page}}/100\n古言免费::/web/all/37/-1/1/-1/0/{{page}}/100\n古言收费::/web/all/37/-1/0/-1/0/{{page}}/100\n古言完结::/web/all/37/-1/-1/1/0/{{page}}/100\n古言连载::/web/all/37/-1/-1/0/0/{{page}}/100",
    "lastUpdateTime": 1687369891357,
    "loginUrl": "/accounts/login",
    "respondTime": 1485,
    "ruleBookInfo": {
      "author": "//strong/text()",
      "coverUrl": "//*[@class=\"book-cover\"]/@src",
      "intro": "//*[@class=\"note\"]/text()",
      "kind": "//*[@class=\"cate\"]/a/text()",
      "lastChapter": "//h4[1]/a/text()<js>result.replace(\">>\",\"\")</js>",
      "name": "//*[@class=\"hd\"]/h1/text()",
      "tocUrl": "//*[@class=\"read\"]/@href"
    },
    "ruleContent": {
      "content": "$.chapter.htmlContent<js>result.replace(/<.*?>/g,'').replace(/\\r/g,'\\n　　')</js>"
    },
    "ruleExplore": {
      "author": "//a[@class=\"author\"]/text()",
      "bookList": "//*[@id=\"resultDiv\"]/tr",
      "bookUrl": "//*[@class=\"title\"]/@href",
      "coverUrl": "//*[@class=\"title\"]/@href<js>result.replace(/.*\\/(\\d+)/,\"https://b.heiyanimg.com/book/$1.jpg@!bm?1\")</js>",
      "intro": "",
      "kind": "//*[@class=\"time\"]/text()",
      "lastChapter": "//*[@class=\"chapter\"]/text()",
      "name": "//*[@class=\"title\"]/text()"
    },
    "ruleSearch": {
      "author": "$.authorname",
      "bookList": "$.data.content[*]",
      "bookUrl": "$.id@js:'https://www.heiyan.com/book/'+result",
      "coverUrl": "$.iconUrlSmall",
      "intro": "$.introduce",
      "kind": "$.sortname",
      "lastChapter": "$.lastchaptername",
      "name": "$.name"
    },
    "ruleToc": {
      "chapterList": ":(?s)(\\d+)\" class=\"(isvip)?[^\"]*name[^>]*>([^<]*)",
      "chapterName": "$2$3",
      "chapterUrl": "https://a.heiyan.com/ajax/chapter/content/$1"
    },
    "searchUrl": "https://search.heiyan.com/web/search?queryString={{key}}&highlight=false&page={{page}}",
    "weight": 100
  },
  {
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "群小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.qunxs.com",
    "bookUrlPattern": "http://www.qunxs.com/xiaoshuo_\\d+.html",
    "customButton": false,
    "customOrder": 313,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "首页::/\n玄幻::/xuanhuan/{{page}}\n仙侠::/xianxia/{{page}}\n都市::/dushi/{{page}}\n历史::/lishi/{{page}}\n科幻::/kehuan/{{page}}\n恐怖::/kongbu/{{page}}\n其他::/qita/{{page}}\n热门::/rank/{{page}}\n推荐::/votelist/{{page}}\n全本::/quanben/{{page}}\n记录::/history.html",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1738435985123,
    "respondTime": 16011,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "canReName": "true",
      "coverUrl": "[property$=image]@content",
      "downloadUrls": "text.TXT 下载@href",
      "intro": "[property$=description]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "{{baseUrl.replace(\"xiaoshuo_\",'txt/')}}",
      "wordCount": "{{@@text.字数：@text##字数：}}"
    },
    "ruleContent": {
      "content": "#booktxt@p@html",
      "nextContentUrl": "text.下—页@class||text.下一页@class\n@js:\nif(result[0]){\n\t\tvar next=src.match(/next_page = \"(.+)\"/)[1];\n        \tnext = next.replace(\"/_/\",\"_\");\n\t\tresult=next;\n\t}else{\n\t\tresult=\"\";\n\t}\nresult;"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".item",
      "bookUrl": "a.1@href",
      "checkKeyWord": "剑来",
      "coverUrl": "img@data-original",
      "intro": "dd@text",
      "kind": "em.-1@text",
      "name": "a.1@text",
      "wordCount": "em.-2@text"
    },
    "ruleToc": {
      "chapterList": "#content_1 a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "@js:\n\nvar html = java.ajax(source.getKey())\n\ntoken = org.jsoup.Jsoup.parse(html).select('input[name=_token]').attr('value')\n\n\"/search,\"+JSON.stringify({\n  \"body\": `_token=${token}&keyword=${key}`,\n  \"method\": \"POST\"\n})",
    "weight": 0
  },
  {
    "bookSourceGroup": "有声",
    "bookSourceName": "猫耳听书（优）",
    "bookSourceType": 1,
    "bookSourceUrl": "https://www.missevan.com#♤guaner",
    "customButton": false,
    "customOrder": 314,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "百合分类::https://www.missevan.com/dramaapi/filter?filters=0_5_0_0_0&page={{page}}&order=1&page_size=20\n现代::https://www.missevan.com/dramaapi/filter?filters=0_5_0_1_0&page={{page}}&order=1&page_size=20\n古风::https://www.missevan.com/dramaapi/filter?filters=0_5_0_2_0&page={{page}}&order=1&page_size=20\n民国::https://www.missevan.com/dramaapi/filter?filters=0_5_0_3_0&page={{page}}&order=1&page_size=20",
    "lastUpdateTime": 1759386545781,
    "respondTime": 3601,
    "ruleBookInfo": {
      "intro": "class.intro-content@html||$.info.sound.intro",
      "kind": "class.detail-count@text&&class.detail-newest@text&&class.detail-author@text&&class.detail-type@text&&class.detail-tags@text##类型：|标签：无|标签：",
      "tocUrl": "@js:\nif(baseUrl.match(/dramaapi|mdrama/)){\nresult='https://www.missevan.com/dramaapi/getdrama?drama_id='+baseUrl.match(/(\\d+)/)[1]\n}"
    },
    "ruleContent": {
      "content": "$.info.sound.soundurl_128||$.info.sound.soundurl"
    },
    "ruleExplore": {
      "bookList": "$.info.Datas",
      "bookUrl": "https://www.missevan.com/mdrama/drama/{{$.id}},{\"webView\":true}",
      "coverUrl": "$.cover",
      "kind": "$.type_name",
      "lastChapter": "$.newest",
      "name": "$.name"
    },
    "ruleSearch": {
      "author": "$.username||$.author",
      "bookList": "<js>\nkey=java.get('key');\npage=java.get('page');\n\n//创建两个空数组\njson=[];json2=[];\n\n//判定json里是否有列表\nif(JSON.parse(result).info.Datas){\njson=JSON.parse(result).info.Datas;}\n\n//加载单曲搜索页面并转为json\njson1=JSON.parse(java.ajax('https://www.missevan.com/sound/getsearch?s='+key+'&type=3&page_size=10&p='+page));\n\n//判定json里是否有列表\nif(json1.info.Datas){\njson2=json1.info.Datas\n}\n\n//剧集搜索列表与单曲搜索列表拼接\nlist=json.concat(json2);\n\nresult=JSON.stringify(list)\n</js>\n$.[*]",
      "bookUrl": "<js>\nid=String(result).match(/id=(\\d+)/)[1];\nif(!String(result).match(/catalog_name/)){\nresult='https://www.missevan.com/sound/getsound?soundid='+id\n}else{result='https://www.missevan.com/dramaapi/getdrama?drama_id='+id}\n</js>",
      "coverUrl": "$.front_cover||$.cover",
      "intro": "$.abstract",
      "kind": "{$.type_name},{$.catalog_name}##\\{.*?\\}",
      "lastChapter": "$.newest",
      "name": "$.soundstr||$.name"
    },
    "ruleToc": {
      "chapterList": "<js>'['+result+']'</js>\n$..info.episodes.episode[*]||$..info.episodes.music[*]||$.[*]",
      "chapterName": "$.name||$.info.sound.soundstr",
      "chapterUrl": "https://www.missevan.com/sound/getsound?soundid={{$.sound_id||$.info.sound.id}}"
    },
    "searchUrl": "https://www.missevan.com/dramaapi/search?s={{key}}&page={{page}}\n@js:java.put('key',key);java.put('page',page);result",
    "weight": 60
  },
  {
    "bookSourceComment": "//2025.8.9 ◎夜泽川◎",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "群小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.qunxs.com",
    "customButton": false,
    "customOrder": 315,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/xuanhuan/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"仙侠\",\"url\":\"/xianxia/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"都市\",\"url\":\"/dushi/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"历史\",\"url\":\"/lishi/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"网游\",\"url\":\"/wangyou/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"科幻\",\"url\":\"/kehuan/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"恐怖\",\"url\":\"/kongbu/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"全本\",\"url\":\"/quanben/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}}]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1754743900060,
    "respondTime": 9011,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{i}",
      "init": "@put:{\"n\":\"[property$=book_name]@content\",\n\"a\":\"[property$=author]@content\",\n\"t\":\"[property~=category|status]@content\",\n\"l\":\"[property$=latest_chapter_name]@content\",\n\"i\":\"[property$=image]@content\",\n\"o\":\"[property$=description]@content\",\n\"z\":\"text.字数：@text##字数：\",\n\"g\":\"[property$=update_time]@content\"\n}",
      "intro": "@get:{o}",
      "kind": "@get:{t}",
      "lastChapter": "@get:{l}◎@get:{g}",
      "name": "@get:{n}",
      "tocUrl": "{{baseUrl}}##(\\d+)##/txt/$1_1.html###",
      "wordCount": "@get:{z}"
    },
    "ruleContent": {
      "content": "#booktxt@html",
      "nextContentUrl": "@js:var result = [];\nvar pages = +String(java.getString('.bookname@text')).match(/\\(\\d+\\/(\\d+)\\)$/)[1];\nfor (let i = 2; i <= pages && !/_/.test(baseUrl); i++) {\n\tresult.push(baseUrl.replace(\".html\", `_${i}.html`));\n}\nresult;"
    },
    "ruleExplore": {
      "author": ".s4@text",
      "bookList": ".l > ul >li",
      "bookUrl": "a.0@href",
      "kind": ".s1@text&&.s5@text",
      "lastChapter": ".s3@text",
      "name": ".s2@text"
    },
    "ruleSearch": {
      "author": "a[href^=\"/author\"]@text",
      "bookList": ".item",
      "bookUrl": "a.0@href",
      "coverUrl": "img@data-original",
      "intro": "dd@text",
      "kind": "em!0@text",
      "name": "dt@text",
      "wordCount": "em.0@text"
    },
    "ruleToc": {
      "chapterList": "[rel=\"chapter\"]",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "@js:let data = org.jsoup.Jsoup.parse(java.ajax(source.key)).select('form');\nlet url = data.attr('action') + \",\" + JSON.stringify({\n  \"body\": \"_token=\" + data.select('[name=_token]').attr('value') + \"&keyword={{key}}&page={{page}}\",\n  \"method\": \"POST\"\n});\nurl;",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "轻小说",
    "bookSourceName": "SF轻小说⑥",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.sfacg.com#一程",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 316,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "首页::/\n最新::/latelist\n签约::/latelist/s\nVIP::/vip/\n人气::/rank/original.html\n畅销::/rank/sale.html\n新书::/rank/new.html\n日轻::/rank/jp.html\n收藏::/rank/bm.html\n魔幻::/API/HTML5.ashx?op=latest&index={{page}}&tid=21\n玄幻::/API/HTML5.ashx?op=latest&index={{page}}&tid=22\n古风::/API/HTML5.ashx?op=latest&index={{page}}&tid=23\n科幻::/API/HTML5.ashx?op=latest&index={{page}}&tid=24\n校园::/API/HTML5.ashx?op=latest&index={{page}}&tid=25\n都市::/API/HTML5.ashx?op=latest&index={{page}}&tid=26\n游戏::/API/HTML5.ashx?op=latest&index={{page}}&tid=27\n同人::/API/HTML5.ashx?op=latest&index={{page}}&tid=28\n悬疑::/API/HTML5.ashx?op=latest&index={{page}}&tid=29",
    "lastUpdateTime": 1715448261602,
    "loginUrl": "https://m.sfacg.com/login",
    "respondTime": 955,
    "ruleBookInfo": {
      "author": ".book_info3@tag.span@text##\\s.*",
      "coverUrl": ".book_info@tag.img@src",
      "intro": ".book_profile@tag.li.1@text##\\s",
      "kind": ".book_info2@tag.span@text",
      "lastChapter": "",
      "name": ".book_info@tag.span.0@text",
      "tocUrl": "text.目录列表@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "div[style=text-indent: 2em;]@html@js:\nresult",
      "imageStyle": "FULL",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "@js:\nif(baseUrl.match(/API/))\nJSON.parse(result).AuthorName;\nelse {\njava.setContent(result);\nString(java.getString(\"tag.div.-1@text\",false)).replace(/\\/.*/,'').replace(/null/,'');}",
      "bookList": "<js>\nif(baseUrl.match(/API/))\n//JSON.parse(decodeURIComponent(result));\ndecodeURIComponent(result).match(/\\{.*?\\}/g);\nelse\norg.jsoup.Jsoup.parse(result).select(\".book_bk_qs1 a:has(img)\")\n</js>",
      "bookUrl": "href||/b/{$.NovelID}/",
      "coverUrl": "img@src||https://rs.sfacg.com/web/novel/images/NovelCover/Big/{$.NovelCover}",
      "intro": "tag.li.0@text",
      "kind": "@js:\nif(baseUrl.match(/API/))\nJSON.parse(result).TypeName;\nelse {\njava.setContent(result);\nString(java.getString(\"tag.div.-1@text\",false)).replace(/.*?\\//,'').replace(/null/,'');}",
      "lastChapter": "",
      "name": "id.listtitle@textNodes||text||$.NovelName"
    },
    "ruleSearch": {
      "author": "$.AuthorName",
      "bookList": "$.Novels[0,1]",
      "bookUrl": "/i/{$.NovelID}/",
      "coverUrl": "https://rs.sfacg.com/web/novel/images/NovelCover/Big/{$.NovelCover}",
      "intro": "@js:java.get('intro')",
      "kind": "@js:\nvar bid=String(result).match(/NovelID=(\\d+)/)[1];\nvar url=\"http://book.sfacg.com/Novel/\"+bid+\"/\";\nimportClass(org.jsoup.Jsoup);\nresult=Jsoup.parse(java.ajax(url));\nvar intro=String(result.select(\".introduce\").text()).trim();\nvar last=result.select(\".chapter-title a\").text();\nvar tags=result.select(\".text-row:eq(0)\").text();\njava.put('intro',intro);\njava.put('last',last);\ntags=tags.match(/类型：(.*?)\\s字数：(.*?)字\\[(.*?)\\]\\s.*/);\n(tags)?tags.shift()&&tags.join(',').replace(/已|中/,''):'';",
      "lastChapter": "@js:java.get('last')",
      "name": "$.NovelName",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "+@js:\nvar list=[];\nvar url=result.match(/\\/c\\/\\d+\\//g);\nvar n1=new RegExp(/mulu\">(.+)<\\/d/g);\nvar n3=new RegExp(/href=\"\\/c\\/\\d+\\/\"><li>(.+?)<\\/l/g);\nvar n;var n_pre='';var n_sub;\nvar n_temp;\nvar t=-1;\nvar p=[];var p_tmp;\nvar i=-1;var i_tmp;\n//获取每卷的标题\nwhile((n_temp=n1.exec(result))!=null){\ni=i+1;\np.push({q:n_temp[1],w:n1.lastIndex});\n}\ni_tmp=i;\n\nwhile((n_temp=n3.exec(result))!=null){\n//获取每话的标题\nn_sub=n_temp[1];\n//判断VIP\nif((n_sub.match(/span/))!=null){\nn_sub=n_sub.match(/span>(.+)<\\/span><spa/)[1];n_sub='🔒'+n_sub;\n}\n//给每话的标题添加卷标题\nif(p[0]!=null){\ni=i_tmp;\np_tmp=p[i].w;\nwhile(p_tmp>n3.lastIndex){\ni=i-1;\np_tmp=p[i].w;\n}\nn_pre=p[i].q;\nn_pre=n_pre+' | ';\n}\n//保存数据到数组\nn=n_pre+n_sub;\nt=t+1;\nlist.push({k:n,v:url[t]});\n}\nlist;",
      "chapterName": "k",
      "chapterUrl": "v"
    },
    "searchUrl": "/API/HTML5.ashx?op=search&keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "dy天天的鸟蛋蛋\n//\t可搜索猫耳的广播剧\n//  并获取免费音频\n//\t分三步获取",
    "bookSourceGroup": "有声",
    "bookSourceName": "猫耳广播（优）",
    "bookSourceType": 1,
    "bookSourceUrl": "https://www.hhlqilongzhu.cn##猫耳FM广播剧",
    "customButton": false,
    "customOrder": 317,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1759568612612,
    "respondTime": 1621,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "url"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "Nickname",
      "bookList": "data[*]",
      "bookUrl": "https://www.hhlqilongzhu.cn/api/ximalaya/maoer_app.php?albumId={{$.albumId}}",
      "coverUrl": "cover",
      "intro": "intro",
      "kind": "type",
      "name": "title"
    },
    "ruleToc": {
      "chapterList": "data[*]",
      "chapterName": "title",
      "chapterUrl": "/api/ximalaya/maoer_app.php?soundid={{$.soundid}}",
      "updateTime": "intro"
    },
    "searchUrl": "/api/ximalaya/maoer_app.php?name={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "黑岩阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.heiyan.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 318,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部小说::https://www.heiyan.com/web/all/-1/-1/-1/-1/0/{{page}}/100\n免费小说::https://www.heiyan.com/web/all/-1/-1/1/-1/0/{{page}}/100\n收费小说::https://www.heiyan.com/web/all/-1/-1/0/-1/0/{{page}}/100\n完结小说::https://www.heiyan.com/web/all/-1/-1/-1/1/0/{{page}}/100\n连载小说::https://www.heiyan.com/web/all/-1/-1/-1/0/0/{{page}}/100\n悬疑全部::https://www.heiyan.com/web/all/1/-1/-1/-1/0/{{page}}/100\n悬疑免费::https://www.heiyan.com/web/all/1/-1/1/-1/0/{{page}}/100\n悬疑收费::https://www.heiyan.com/web/all/1/-1/0/-1/0/{{page}}/100\n悬疑完结::https://www.heiyan.com/web/all/1/-1/-1/1/0/{{page}}/100\n悬疑连载::https://www.heiyan.com/web/all/1/-1/-1/0/0/{{page}}/100\n历史全部::https://www.heiyan.com/web/all/3/-1/-1/-1/0/{{page}}/100\n历史免费::https://www.heiyan.com/web/all/3/-1/1/-1/0/{{page}}/100\n历史收费::https://www.heiyan.com/web/all/3/-1/0/-1/0/{{page}}/100\n历史完结::https://www.heiyan.com/web/all/3/-1/-1/1/0/{{page}}/100\n历史连载::https://www.heiyan.com/web/all/3/-1/-1/0/0/{{page}}/100\n军事全部::https://www.heiyan.com/web/all/5/-1/-1/-1/0/{{page}}/100\n军事免费::https://www.heiyan.com/web/all/5/-1/1/-1/0/{{page}}/100\n军事收费::https://www.heiyan.com/web/all/5/-1/0/-1/0/{{page}}/100\n军事完结::https://www.heiyan.com/web/all/5/-1/-1/1/0/{{page}}/100\n军事连载::https://www.heiyan.com/web/all/5/-1/-1/0/0/{{page}}/100\n玄幻全部::https://www.heiyan.com/web/all/6/-1/-1/-1/0/{{page}}/100\n玄幻免费::https://www.heiyan.com/web/all/6/-1/1/-1/0/{{page}}/100\n玄幻收费::https://www.heiyan.com/web/all/6/-1/0/-1/0/{{page}}/100\n玄幻完结::https://www.heiyan.com/web/all/6/-1/-1/1/0/{{page}}/100\n玄幻连载::https://www.heiyan.com/web/all/6/-1/-1/0/0/{{page}}/100\n奇幻全部::https://www.heiyan.com/web/all/14/-1/-1/-1/0/{{page}}/100\n奇幻免费::https://www.heiyan.com/web/all/14/-1/1/-1/0/{{page}}/100\n奇幻收费::https://www.heiyan.com/web/all/14/-1/0/-1/0/{{page}}/100\n奇幻完结::https://www.heiyan.com/web/all/14/-1/-1/1/0/{{page}}/100\n奇幻连载::https://www.heiyan.com/web/all/14/-1/-1/0/0/{{page}}/100\n仙侠全部::https://www.heiyan.com/web/all/7/-1/-1/-1/0/{{page}}/100\n仙侠免费::https://www.heiyan.com/web/all/7/-1/1/-1/0/{{page}}/100\n仙侠收费::https://www.heiyan.com/web/all/7/-1/0/-1/0/{{page}}/100\n仙侠完结::https://www.heiyan.com/web/all/7/-1/-1/1/0/{{page}}/100\n仙侠连载::https://www.heiyan.com/web/all/7/-1/-1/0/0/{{page}}/100\n武侠全部::https://www.heiyan.com/web/all/8/-1/-1/-1/0/{{page}}/100\n武侠免费::https://www.heiyan.com/web/all/8/-1/1/-1/0/{{page}}/100\n武侠收费::https://www.heiyan.com/web/all/8/-1/0/-1/0/{{page}}/100\n武侠完结::https://www.heiyan.com/web/all/8/-1/-1/1/0/{{page}}/100\n武侠连载::https://www.heiyan.com/web/all/8/-1/-1/0/0/{{page}}/100\n科幻全部::https://www.heiyan.com/web/all/10/-1/-1/-1/0/{{page}}/100\n科幻免费::https://www.heiyan.com/web/all/10/-1/1/-1/0/{{page}}/100\n科幻收费::https://www.heiyan.com/web/all/10/-1/0/-1/0/{{page}}/100\n科幻完结::https://www.heiyan.com/web/all/10/-1/-1/1/0/{{page}}/100\n科幻连载::https://www.heiyan.com/web/all/10/-1/-1/0/0/{{page}}/100\n游戏全部::https://www.heiyan.com/web/all/9/-1/-1/-1/0/{{page}}/100\n游戏免费::https://www.heiyan.com/web/all/9/-1/1/-1/0/{{page}}/100\n游戏收费::https://www.heiyan.com/web/all/9/-1/0/-1/0/{{page}}/100\n游戏完结::https://www.heiyan.com/web/all/9/-1/-1/1/0/{{page}}/100\n游戏连载::https://www.heiyan.com/web/all/9/-1/-1/0/0/{{page}}/100\n同人全部::https://www.heiyan.com/web/all/16/-1/-1/-1/0/{{page}}/100\n同人免费::https://www.heiyan.com/web/all/16/-1/1/-1/0/{{page}}/100\n同人收费::https://www.heiyan.com/web/all/16/-1/0/-1/0/{{page}}/100\n同人完结::https://www.heiyan.com/web/all/16/-1/-1/1/0/{{page}}/100\n同人连载::https://www.heiyan.com/web/all/16/-1/-1/0/0/{{page}}/100\n社会全部::https://www.heiyan.com/web/all/25/-1/-1/-1/0/{{page}}/100\n社会免费::https://www.heiyan.com/web/all/25/-1/1/-1/0/{{page}}/100\n社会收费::https://www.heiyan.com/web/all/25/-1/0/-1/0/{{page}}/100\n社会完结::https://www.heiyan.com/web/all/25/-1/-1/1/0/{{page}}/100\n社会连载::https://www.heiyan.com/web/all/25/-1/-1/0/0/{{page}}/100\n古言全部::https://www.heiyan.com/web/all/37/-1/-1/-1/0/{{page}}/100\n古言免费::https://www.heiyan.com/web/all/37/-1/1/-1/0/{{page}}/100\n古言收费::https://www.heiyan.com/web/all/37/-1/0/-1/0/{{page}}/100\n古言完结::https://www.heiyan.com/web/all/37/-1/-1/1/0/{{page}}/100\n古言连载::https://www.heiyan.com/web/all/37/-1/-1/0/0/{{page}}/100",
    "header": "",
    "lastUpdateTime": 1693616363227,
    "loginUrl": "https://www.heiyan.com/accounts/login?backUrl=/",
    "respondTime": 1629,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "",
      "init": "",
      "intro": "//pre[@class=\"note\"]/text()",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "tocUrl": "//a[text()=\"开始阅读\"]/@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "$.chapter.htmlContent@js:result?result:'付费章节，换源阅读'",
      "imageStyle": "0",
      "nextContentUrl": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "//*[@class=\"author\"]//a/text()",
      "bookList": "//*[@id=\"resultDiv\"]/tr",
      "bookUrl": "//a[@class=\"title\"]/@href<js>'https://www.heiyan.com/book/'+String(result).match(/\\d+/)[0]</js>",
      "coverUrl": "//a[@class=\"title\"]/@href<js>'https://b.heiyanimg.com/book/'+String(result).match(/\\d+/)[0]+'.jpg'</js>",
      "intro": "",
      "kind": "",
      "lastChapter": "//a[@class=\"chapter\"]/text()",
      "name": "//a[@class=\"title\"]/text()",
      "wordCount": "//td[4]/text()<js>String(result)+\"字\"</js>"
    },
    "ruleSearch": {
      "author": "$.authorname##<.*?>",
      "bookList": "$.data.content[*]",
      "bookUrl": "$.id@js:'https://www.heiyan.com/book/'+result",
      "coverUrl": "$.iconUrlSmall@js:  result.includes('@!bns?0') ? 'http://suo.im/6mlA9F' :'https://b.heiyanimg.com'+result.replace(/@.*/,'')",
      "intro": "$.introduce",
      "kind": "$.sortname##<.*?>",
      "lastChapter": "$.lastchaptername&&$.lastchaptertime##\\s+(\\d+-\\d+-\\d+).*##（$1）",
      "name": "$.name##<.*?>",
      "wordCount": "{$.words}字"
    },
    "ruleToc": {
      "chapterList": "//li[span]/a",
      "chapterName": "text##[\\(（].*[求更谢乐发推].*[）\\)]",
      "chapterUrl": "href<js>'https://a.heiyan.com/ajax/chapter/content/'+result.match(/\\d+$/)[0]</js>",
      "isVip": "@js:/isvip/.test(String(result))",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://search.heiyan.com/web/search?queryString={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "http://api.lemiyigou.com\nhttp://api.jmlldsc.com",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "猫眼看书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://api.jmlldsc.com",
    "customButton": false,
    "customOrder": 319,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\": \"男频榜单\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"必读榜\",\"url\": \"/module/rank?type=1&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"潜力榜\",\"url\": \"/module/rank?type=5&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"完本榜\",\"url\": \"/module/rank?type=2&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"更新榜\",\"url\": \"/module/rank?type=3&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"搜索榜\",\"url\": \"/module/rank?type=4&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"评论榜\",\"url\": \"/module/rank?type=6&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"男频全部\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"玄幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=lejRej\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"武侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=nel5aK\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"都市\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mbk5ez\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"仙侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=vbmOeY\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"军事\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=penRe7\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"历史\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=xbojag\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"游戏\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mep2bM\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"科幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=zbq2dp\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"轻小说\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=YerEdO\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"男频完结\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"玄幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=lejRej&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"武侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=nel5aK&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"都市\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mbk5ez&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"仙侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=vbmOeY&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"军事\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=penRe7&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"历史\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=xbojag&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"游戏\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mep2bM&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"科幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=zbq2dp&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"轻小说\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=YerEdO&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"男频连载\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"玄幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=lejRej&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"武侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=nel5aK&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"都市\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mbk5ez&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"仙侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=vbmOeY&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"军事\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=penRe7&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"历史\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=xbojag&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"游戏\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mep2bM&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"科幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=zbq2dp&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"轻小说\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=YerEdO&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"女频榜单\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"必读榜\",\"url\": \"/module/rank?type=1&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"潜力榜\",\"url\": \"/module/rank?type=5&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"完本榜\",\"url\": \"/module/rank?type=2&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"更新榜\",\"url\": \"/module/rank?type=3&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"搜索榜\",\"url\": \"/module/rank?type=4&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"评论榜\",\"url\": \"/module/rank?type=6&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"女频全部\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"现代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9avmeG\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"古代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=DdwRb1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"幻想言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=7ax9by\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"青春校园\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=Pdy7aQ\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"唯美纯爱\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=kazYeJ\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"同人衍生\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9aAOdv\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"女频完结\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"现代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9avmeG&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"古代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=DdwRb1&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"幻想言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=7ax9by&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"青春校园\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=Pdy7aQ&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"唯美纯爱\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=kazYeJ&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"同人衍生\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9aAOdv&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"女频连载\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"现代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9avmeG&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"古代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=DdwRb1&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"幻想言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=7ax9by&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"青春校园\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=Pdy7aQ&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"唯美纯爱\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=kazYeJ&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"同人衍生\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9aAOdv&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}}\n]",
    "header": "{\n'User-Agent': 'okhttp/4.9.2','client-device': '2d37f6b5b6b2605373092c3dc65a3b39','client-brand': 'Redmi','client-version': '2.3.0','client-name': 'app.maoyankanshu.novel','client-source': 'android','Authorization': 'bearereyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9hcGkuanhndHp4Yy5jb21cL2F1dGhcL3RoaXJkIiwiaWF0IjoxNjgzODkxNjUyLCJleHAiOjE3NzcyMDM2NTIsIm5iZiI6MTY4Mzg5MTY1MiwianRpIjoiR2JxWmI4bGZkbTVLYzBIViIsInN1YiI6Njg3ODYyLCJwcnYiOiJhMWNiMDM3MTgwMjk2YzZhMTkzOGVmMzBiNDM3OTQ2NzJkZDAxNmM1In0.mMxaC2SVyZKyjC6rdUqFVv5d9w_X36o0AdKD7szvE_Q'\n}",
    "lastUpdateTime": 1734633493594,
    "respondTime": 2443,
    "ruleBookInfo": {
      "author": "$.authorName",
      "coverUrl": "$..cover",
      "init": "$.data",
      "intro": "$..summary##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "{{$.lastChapter.decTime}},{{$.averageScore}}分,{{$.className}},{{$..tagName}}",
      "lastChapter": "$.lastChapter.chapterName##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "$.novelName",
      "tocUrl": "/novel/{{$.novelId}}/chapters?readNum=1",
      "wordCount": "$.wordNum"
    },
    "ruleContent": {
      "content": "$.content",
      "replaceRegex": "##一秒记住.*精彩阅读。|7017k"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "$.authorName",
      "bookList": "$.data[*]",
      "bookUrl": "/novel/{{$.novelId}}?isSearch=1",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "{{$..className}},{{$.averageScore}}分",
      "lastChapter": "",
      "name": "$.novelName",
      "wordCount": "$.wordNum"
    },
    "ruleToc": {
      "chapterList": "$.data.list[*]",
      "chapterName": "$.chapterName##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "$.path@js:java.aesBase64DecodeToString(result,\"f041c49714d39908\",\"AES/CBC/PKCS5Padding\",\"0123456789abcdef\")",
      "updateTime": "{{$.updatedAt}} 字数：{{$.wordNum}}"
    },
    "searchUrl": "/search?page={{page}}&keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "🎧 猫耳FM(无发现)",
    "bookSourceType": 1,
    "bookSourceUrl": "https://www.missevan.com#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 320,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1670472756051,
    "loginUrl": "",
    "respondTime": 949,
    "ruleBookInfo": {
      "author": "$.info.drama.author",
      "coverUrl": "$.info.drama.cover",
      "name": "$.info.drama.name"
    },
    "ruleContent": {
      "content": "$.info.sound.soundurl_64@js:'https://static.missevan.com/'+result"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.info.Datas",
      "bookUrl": "$.id@js:'https://www.missevan.com/dramaapi/getdrama?drama_id='+result",
      "coverUrl": "$.cover",
      "intro": "$.abstract",
      "kind": "$.type_name",
      "lastChapter": "$.newest",
      "name": "$.name"
    },
    "ruleToc": {
      "chapterList": "$.info.episodes.music&&$.info.episodes.episode",
      "chapterName": "$.name",
      "chapterUrl": "$.sound_id@js:'https://www.missevan.com/sound/getsound?soundid='+result"
    },
    "searchUrl": "https://www.missevan.com/dramaapi/search?s={{key}}&p={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "多看阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.dkmi.com",
    "customButton": false,
    "customOrder": 321,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\nm=`[`\n\nb=`{\"title\":\"■■■■■■■■男生榜单■■■■■■■■\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人气榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40102&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"热搜榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40602&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完结榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40303&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"连载榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40902&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱ 男生热度 ✱　　　　　　✱\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  都市  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000400?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  玄幻  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000100?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  历史  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000600?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  科幻  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000900?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  游戏  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25001000?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  悬疑  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000800?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  仙侠  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000500?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  武侠  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000300?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱男生角色✱　　　　　　✱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/17016?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神医\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10418?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女婿\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12566?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"修真\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10795?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"废材\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14949?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奶爸\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/16779?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武神\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10815?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"文娱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/18331?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"保安\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13502?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"校花\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/54334?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"刺客\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11135?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"保镖\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12487?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"白领\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/41131?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"御姐\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/230050?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"农民\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11664?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"帝王\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10472?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"职玩\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13060?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"道士\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11013?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"战神\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12062?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宅男\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11935?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"剑客\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10486?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙尊\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/17710?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱男生情节✱　　　　　　✱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10814?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"强者归来\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/159906?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"王者荣耀\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/183828?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"绝地求生\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/205061?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"升级流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11054?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无敌流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14447?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"技术流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10344?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"凡人流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/26566?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"洪荒流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/57205?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天才流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15613?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"学院流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/18507?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/36244?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"直播文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229663?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"开局流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229635?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"赘婿文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233067?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"战神文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/232467?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"姐姐文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/234096?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神医文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233063?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"保镖文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/231304?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"兵王文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233064?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"鉴宝文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/232703?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奶爸文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229408?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武道流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233066?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"种田文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/18418?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"灵气复苏\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/203573?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无限流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10357?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"诸天流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229405?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市修仙\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/34328?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代修真\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10161?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"随身流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15940?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"废柴流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12431?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"氪金流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233065?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"争霸流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/159542?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"召唤流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/157025?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"重生文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/182552?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/168672?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"LOL\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12758?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"红包文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/202610?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"迪化流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233069?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"权谋文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233439?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异兽流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/159552?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武魂流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/232705?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"风水玄学\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/231592?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代诡秘\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229429?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"蒸汽朋克\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/156231?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"巫师流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229460?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"硬科幻\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/200279?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"败家流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/230502?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"机甲流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/34537?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}}`\n\ng=`{\"title\":\"■■■■■■■■女生榜单■■■■■■■■\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人气榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40202&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"热搜榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40702&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完结榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40304&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"连载榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=41002&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱ 女生热度 ✱　　　　　　✱\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代言情\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25001800?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古代言情\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25001700?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青春校园\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25003000?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"悬疑推理\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25002000?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"玄幻言情\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25001500?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻空间\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25002100?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"游戏竞技\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25002200?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱女生角色✱　　　　　　✱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11512?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"王妃\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11168?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"嫡女\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/16300?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神医\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/50603?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女配\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15834?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"萌宝\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/18840?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"农女\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/54153?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"皇后\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13442?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"白领\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10987?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"庶女\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14207?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"明星\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10317?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"王爷\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11173?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"特工\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11171?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"前妻\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14104?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"首席\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13387?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"弃妇\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12102?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"商女\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25931?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"设计师\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11458?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"学霸\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/26103?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"养女\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14119?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱女生情节✱　　　　　　✱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13610?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"契约婚姻\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/26028?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"日久生情\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13610?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青梅竹马\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12385?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"种田文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/18418?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"年代文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/200334?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"团宠\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229410?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"欢喜冤家\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10969?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"复仇文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/222882?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"逆袭流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/230499?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"先婚后爱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14621?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫斗文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/230500?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宅斗文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15850?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女强\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12386?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"强取豪夺\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13450?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"快穿\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/37234?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"重生文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/182552?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/168672?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"破镜重圆\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14035?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿书\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/59318?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"萌宝文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/231492?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"带球跑\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15171?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"架空\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10402?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"虐恋\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10767?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"空间文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/232706?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/36244?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"直播文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229663?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐圈\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10128?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"扮猪吃虎\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10814?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"家长里短\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10660?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"同居\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12000?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"隐婚\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/30304?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代诡秘\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229429?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"职场商战\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/23648?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"婚恋文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/230501?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"豪门\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11513?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"HE\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15994?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"甜文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10887?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"1v1\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/187551?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}}`\n\nn=`]`\n\nx=`[{\"title\":\"✱　　　　　　✱男生old✱　　　　　　✱\",\"url\":\"/\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人气榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=12001&_t=&_c=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"畅销榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=11002&_t=&_c=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"VIP榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=43001&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"新书榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=13000&_t=1&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"收藏榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=27002&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"飙升榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=14001&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完本榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=15001&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"风云榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=29004&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"更新榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=28001&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱女生old✱　　　　　　✱\",\"url\":\"/\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人气榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=12011&_t=&_c=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"畅销榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=11012&_t=&_c=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"VIP榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=43011&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"新书榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=13010&_t=1&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"收藏榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=27012&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"飙升榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=14011&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完本榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=15011&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"风云榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=29014&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"更新榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=28011&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}}]`\n\nkey=String(source.getVariable())\n\nkey==\"\"? m+b+`,`+g+n :\nkey==\"1\"? m+b+`,`+g+n :\nkey==\"2\"? m+g+`,`+b+n :\nkey==\"3\"? m+b+n :\nkey==\"4\"? m+g+n : x\n</js>",
    "header": "{\"cookie\":\"device_id=D900MIVU7AH2SDF9;platform=wap;user_preference=%7B%7D;Hm_lvt_1c932f22da573f2870e8ab565f4ff9cb=1616847894;build=999000000;Hm_lpvt_1c932f22da573f2870e8ab565f4ff9cb=1616849443;app_id=duokan_h5;channel=Y0X66A;user_type=3\"}",
    "lastUpdateTime": 1733593987351,
    "loginUrl": "https://account.xiaomi.com/fe/service/login/password?display=mobile&sid=reader&qs",
    "respondTime": 3750,
    "ruleBookInfo": {
      "coverUrl": "",
      "kind": "$.item.tags[*]&&$.rights",
      "lastChapter": "$.item.latest",
      "name": "",
      "tocUrl": "$.item.fiction_id@js:\"https://www.duokan.com/store/v0/fiction/detail/\"+result+\"?chapter_id=0&_t=&_c=\"",
      "wordCount": "$.item.word_count"
    },
    "ruleContent": {
      "content": "$.url@js:\nlet content=\"\"\nif(result){\nlet b64 = java.ajax(result)\nlet str=java.base64Decode(b64.match(/'(.+?)'/)[1])\nlet list=JSON.parse(str).p\nfor (i =0;i<list.length;i++){\ncontent+= list[i]+\"\\n\"\n}\n}else{\ncontent+=\"购买后继续阅读本章内容\"\n}\ncontent",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "$.authors",
      "bookList": "$.items[*]",
      "bookUrl": "$.fiction_id@js:\"https://www.duokan.com/hs/v0/android/fiction/book/\"+result",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "$.new_tags&&$.rights",
      "name": "$.title",
      "wordCount": "$.word_count"
    },
    "ruleSearch": {
      "author": "$.role[0][1]",
      "bookList": "$.items[*]",
      "bookUrl": "$.source_id@js:\"https://www.duokan.com/hs/v0/android/fiction/book/\"+result",
      "checkKeyWord": "九星霸体诀",
      "coverUrl": "$.cover",
      "intro": "$.intro",
      "kind": "",
      "lastChapter": "",
      "name": "$.title",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "$.item.toc[*]",
      "chapterName": "$.title",
      "chapterUrl": "$.seq_id@js:\n\"https://www.duokan.com/drm/v0/fiction/link?chapter_id=\"+result+\"&format=jsonp&withid=1&fiction_id=\"+baseUrl.match(/detail\\/(\\d+)/)[1]+\"&_t=&_c=\"",
      "isVip": "$.free@js:result?false:true"
    },
    "searchUrl": "https://www.duokan.com/store/v0/lib/query/onebox?start=0&count=10&s={{key}}&source=2%2C5%2C6%2C7&_t=1616840245&_c=3963",
    "variableComment": "✱✱输入数字 变更发现列表：\n1  男榜+女榜  (默认列表)\n2  女榜+男榜\n3  仅男榜\n4  仅女榜\n5  旧的发现列表x\n✱✱若发现列表没变更，长按列表顶栏，弹出菜单选“刷新”，收起列表再摊开。",
    "weight": 0
  },
  {
    "bookSourceComment": "/*\n24.7.22梓橙修复\n*/",
    "bookSourceGroup": "音乐",
    "bookSourceName": "五丁音乐（优+）",
    "bookSourceType": 1,
    "bookSourceUrl": "http://5sing.kugou.com",
    "customButton": false,
    "customOrder": 322,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "最新 ⇨::/yc/list?t=-1&l=&s=&p={{page}}\n原创::/yc/list?t=1&s=&p={{page}}\n⇦ 推荐::/yc/list?t=1&s=&p={{page}}\n华语::/yc/list?t=1&s=&l=华语&p={{page}}\n欧美::/yc/list?t=1&s=&l=欧美&p={{page}}\n日语::/yc/list?t=1&s=&l=日语&p={{page}}\n韩语::/yc/list?t=1&s=&l=韩语&p={{page}}\n俄语::/yc/list?t=1&s=&l=俄语&p={{page}}\n法语::/yc/list?t=1&s=&l=法语&p={{page}}\n德语::/yc/list?t=1&s=&l=德语&p={{page}}\n粤语::/yc/list?t=1&s=&l=粤语&p={{page}}\n方言::/yc/list?t=1&s=&l=方言&p={{page}}\n闽南语::/yc/list?t=1&s=&l=闽南语&p={{page}}\n西班牙语::/yc/list?t=1&s=&l=西班牙语&p={{page}}\n其它语::/yc/list?t=1&s=&l=其它&p={{page}}\n候选::/yc/list?t=2&l=&s=&p={{page}}\n传播榜::/yc/spread/more_1.shtml\n分享榜::/yc/share/more_1.shtml\n最新 ⇨::/fc/list?t=-1&l=&s=&p={{page}}\n翻唱::/fc/list?t=1&s=&p={{page}}\n⇦ 推荐::/fc/list?t=1&s=&p={{page}}\n华语::/fc/list?t=1&s=&l=华语&p={{page}}\n欧美::/fc/list?t=1&s=&l=欧美&p={{page}}\n日语::/fc/list?t=1&s=&l=日语&p={{page}}\n韩语::/fc/list?t=1&s=&l=韩语&p={{page}}\n俄语::/fc/list?t=1&s=&l=俄语&p={{page}}\n法语::/fc/list?t=1&s=&l=法语&p={{page}}\n德语::/fc/list?t=1&s=&l=德语&p={{page}}\n粤语::/fc/list?t=1&s=&l=粤语&p={{page}}\n方言::/fc/list?t=1&s=&l=方言&p={{page}}\n闽南语::/fc/list?t=1&s=&l=闽南语&p={{page}}\n西班牙语::/fc/list?t=1&s=&l=西班牙语&p={{page}}\n其它语::/fc/list?t=1&s=&l=其它&p={{page}}\n候选::/fc/list?t=2&l=&s=&p={{page}}\n传播榜::/fc/spread/more_1.shtml\n分享榜::/fc/share/more_1.shtml",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\"\n}",
    "lastUpdateTime": 1759523089501,
    "loginUrl": "｡◕‿◕｡",
    "respondTime": 1871,
    "ruleBookInfo": {
      "coverUrl": ".user_tx img@src",
      "intro": ".view_info li@html##^##<br>"
    },
    "ruleContent": {
      "content": "<js>\nvar arr = baseUrl.split('/');\nvar songtype = arr[3];\nvar songid = arr[4].split('.')[0];\n/*\nvar data = java.ajax(\"http://service.5sing.kugou.com/song/getSongUrl?version=6.6.70&songid=\" + songid + \"&songtype=\" + songtype);\ndata = JSON.parse(data).data\ndata.squrl || data.hqurl || data.lqurl;\n*/\n\t\nlet params = {\n  appid: 3146,\n  clienttime: Math.ceil(Date.now() / 1000),\n  clientver: 610850,\n  dfid: \"-\",\n  from: \"com.sing.client.player\",\n  mid: 114514,\n  songfields: \"ID,SN,SK,SW,SS,ST,SI,CT,M,S,ZQ,WO,ZC,HY,YG,CK,D,RQ,DD,E,R,RC,SG,C,CS,LV,LG,SY,UID,PT,SCSR,SC,KM5\",\n  songid: songid,\n  songtype: songtype,\n  token: \"\",\n  userfields: \"ID,NN,I,YCRQ,FCRQ\",\n  uuid: \"-\"\n}\n\nlet signstr = \"\"\nlet keys = Object.keys(params).sort()\nfor (let i = 0; i < keys.length; i++) {\n  signstr += `${keys[i]}=${params[keys[i]]}`\n}\nlet signature = java.md5Encode(\"UqgPMZpjgRZQ7s8JAuUIP5DQdo5O5NB\" + signstr + \"UqgPMZpjgRZQ7s8JAuUIP5DQdo5O5NB\")\n\nlet querys = []\nfor (let i = 0; i < keys.length; i++) {\n  querys.push(`${keys[i]}=${params[keys[i]]}`.replace(/\\,/g, \"%2c\"))\n}\nlet querystr = querys.join(\"&\") + \"&signature=\" + signature\nlet request = java.ajax(\"https://5sapi.kugou.com/song/getSongUrl?\" + querystr)\n// java.log(request)\nlet data = JSON.parse(request).data\ndata.squrl || data.squrl_backup || data.hqurl || data.hqurl_backup || data.lqurl || data.lqurl_backup\n</js>"
    },
    "ruleExplore": {
      "author": ".m_z@text##音乐人：",
      "bookList": ".lists dl",
      "bookUrl": ".l_info@tag.a@href",
      "coverUrl": "img@src@js:result||'http://1t.click/HNK'",
      "kind": ".l_rq@text##^##🔥",
      "lastChapter": ".l_time@text",
      "name": ".l_info a@text"
    },
    "ruleSearch": {
      "author": "singer@js:(String(result).split(\">\")[1] ? String(result).split(\">\")[1] : String(result).split(\">\")[0]).split(\"<\")[0]",
      "bookList": "list",
      "bookUrl": "songurl",
      "coverUrl": "@js:'http://1t.click/HNK'",
      "kind": "typeName",
      "name": "songName@js:(String(result).split(\">\")[1] ? String(result).split(\">\")[1] : String(result).split(\">\")[0]).split(\"<\")[0]"
    },
    "ruleToc": {
      "chapterList": ".view_tit",
      "chapterName": "text"
    },
    "searchUrl": "http://search.5sing.kugou.com/home/json?keyword={{key}}&sort=1&page={{page}}&filter=0&type=0",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "My176",
    "bookSourceType": 0,
    "bookSourceUrl": "http://b.zhuishushenqi.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 323,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n  \"User-Agent\": \"ZhuiShuShenQi/3.67.5 (Android 8.1.0; Xiaomi Platina / Xiaomi MI 8; ????)[preload=false;locale=zh_CN;clientidbase=android-xiaomi]\"\n}",
    "lastUpdateTime": 1693326523090,
    "loginUrl": "",
    "respondTime": 494,
    "ruleBookInfo": {
      "intro": "@JSon:$.shortIntro",
      "tocUrl": "@JSon:$.[?(@.source=='xbiquge')]._id||$.[?(@.source!='zhuishuvip')]._id||$.[?(@.source!='shuhaha')]._id@js:\"http://api.zhuishushenqi.com/toc/\" + result + \"?view=chapters\""
    },
    "ruleContent": {
      "content": "@JSon:$..body&&$..cpContent@js:result.replace(/请安装.*/g,\"\")"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "@JSon:$.author",
      "bookList": "@JSon:$..books[*]",
      "bookUrl": "@JSon:$._id@js:\"http://api.zhuishushenqi.com/toc?view=summary&book=\" + result",
      "coverUrl": "@JSon:$.cover@js:\"http://statics.zhuishushenqi.com\" + result",
      "kind": "@JSon:$.minorCate&&$.cat&&$.wordCount&&留存{$.retentionRatio}%",
      "lastChapter": "@JSon:$..lastChapter||$.shortIntro",
      "name": "@JSon:$.title"
    },
    "ruleToc": {
      "chapterList": "@JSon:$.chapters",
      "chapterName": "@JSon:$.title",
      "chapterUrl": "@JSon:$.link@js:\"http://chapterup.zhuishushenqi.com/chapter/\" + encodeURIComponent(result)"
    },
    "searchUrl": "http://b.zhuishushenqi.com:80/books/fuzzy-search?model.sort=0&model.start=0&model.packageName=com.ushaqi.zhuishushenqi&model.query={{key}}&model.limit=50&model.contentType2=1",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "话本小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ihuaben.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 324,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "都市言情::http://www.ihuaben.com/dushiyanqing/wordcount/{{page}}.html\n古代言情::http://www.ihuaben.com/gudaiyanqing/wordcount/{{page}}.html\n玄幻言情::http://www.ihuaben.com/xuanhuanyanqing/wordcount/{{page}}.html\n校园言情::http://www.ihuaben.com/xiaoyuanyanqing/wordcount/{{page}}.html\n穿越言情::http://www.ihuaben.com/chuanyueyanqing/wordcount/{{page}}.html\n灵异言情::http://www.ihuaben.com/lingyiyanqing/wordcount/{{page}}.html\n都市小说::http://www.ihuaben.com/dushi/wordcount/{{page}}.html\n灵异小说::http://www.ihuaben.com/lingyi/wordcount/{{page}}.html\n玄幻奇幻::http://www.ihuaben.com/xuanhuanqihuan/wordcount/{{page}}.html\n历史军事::http://www.ihuaben.com/lishijunshi/wordcount/{{page}}.html\n武侠仙侠::http://www.ihuaben.com/wuxiaxianxia/wordcount/{{page}}.html\n游戏竞技::http://www.ihuaben.com/youxijingji/wordcount/{{page}}.html\n科幻末世::http://www.ihuaben.com/kehuanmoshi/wordcount/{{page}}.html\n轻 小 说::http://www.ihuaben.com/qingxiaoshuo/wordcount/{{page}}.html\n短篇小说::http://www.ihuaben.com/duanpian/wordcount/{{page}}.html\n明星同人::http://www.ihuaben.com/mingxingtongren/wordcount/{{page}}.html\n动漫同人::http://www.ihuaben.com/dongmantongren/wordcount/{{page}}.html\n游戏同人::http://www.ihuaben.com/youxitongren/wordcount/{{page}}.html\n影视同人::http://www.ihuaben.com/yingshitongren/wordcount/{{page}}.html\n小说同人::http://www.ihuaben.com/xiaoshuotongren/wordcount/{{page}}.html",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3704.400 QQBrowser/10.4.3587.400\"\n}",
    "lastUpdateTime": 1733516558716,
    "loginUrl": "",
    "respondTime": 5866,
    "ruleBookInfo": {
      "author": "class.infodetail@class.text-muted.0@text",
      "intro": "class.aboutbook@html",
      "kind": "id.tagList@text",
      "lastChapter": "class.chapterTitle.0@text",
      "name": "class.text-danger@text",
      "tocUrl": "class.chapterSort@tag.a@href"
    },
    "ruleContent": {
      "content": "id.contentsource@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.text-lightgrey.0@text||tag.p.0@tag.a@text",
      "bookList": "class.container@class.searchresult||class.container@li",
      "bookUrl": "tag.h2@tag.a@href||tag.h3@tag.a@href",
      "coverUrl": "img@src",
      "kind": "class.text-lightgrey!0:3:4@text||class.list-inline@tag.a@text",
      "name": "tag.h2@tag.a@text||tag.h3@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "-class.chapters@tag.div@tag.p",
      "chapterName": "class.chapterTitle@tag.a@text",
      "chapterUrl": "class.chapterTitle@tag.a@href",
      "nextTocUrl": "class.pagination@tag.a.-1@href"
    },
    "searchUrl": "http://so.ihuaben.com/search?keyword={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "2024.6.10\n纯女频\nby墨殇",
    "bookSourceGroup": "免费",
    "bookSourceName": "情豆书坊",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.qdsf.net/",
    "bookUrlPattern": "https://www.qdsf.net/novel/\\d+.html",
    "customButton": false,
    "customOrder": 325,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"耽美小说\",\"url\":\"/BL/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1.00}},{\"title\":\"言情小说\",\"url\":\"/yanqing/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"GL百合\",\"url\":\"/GLbaihe/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"高辣文\",\"url\":\"/gaolawen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代耽美\",\"url\":\"/gudai/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"现代耽美\",\"url\":\"/xiandaiwen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人文\",\"url\":\"/tongrenwen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"种田文\",\"url\":\"/zhongtianwen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"高干文\",\"url\":\"/gaoganwen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"HP文\",\"url\":\"/HP/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"甜宠文\",\"url\":\"/chongwen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越文\",\"url\":\"/chuanyuexiaoshuo/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"重生文\",\"url\":\"/chongsheng/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"虐恋文\",\"url\":\"/nuelianwen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宫斗文\",\"url\":\"/gongdouwen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总裁文\",\"url\":\"/zongcai/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"御宅屋\",\"url\":\"/yuzhaiwu/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"腐国度\",\"url\":\"/fuguodu/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"飞言情\",\"url\":\"/feiyanqing/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"快穿文\",\"url\":\"/kuaichuan/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"综漫文\",\"url\":\"/zongman/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女配文\",\"url\":\"/nvpei/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"热门标签\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1.00}},{\"title\":\"情有独钟\",\"url\":\"/tag/qingyouduzhong/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"甜文\",\"url\":\"/tag/tianwen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"强强\",\"url\":\"/tag/qiangqiang/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"重生\",\"url\":\"/tag/zhongsheng/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越时空\",\"url\":\"/tag/chuanyueshikong/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异神怪\",\"url\":\"/tag/lingyishenguai/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市情缘\",\"url\":\"/tag/dushiqingyuan/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"爽文\",\"url\":\"/tag/shuangwen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"娱乐圈\",\"url\":\"/tag/yulequan/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"欢喜冤家\",\"url\":\"/tag/huanxiyuanjia/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"快穿\",\"url\":\"/tag/kuaichuan/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"天作之合\",\"url\":\"/tag/tianzuozhihe/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"系统\",\"url\":\"/tag/xitong/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宫廷侯爵\",\"url\":\"/tag/gongtinghoujue/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"虐恋情深\",\"url\":\"/tag/nuelianqingshen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"年下\",\"url\":\"/tag/nianxia/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"因缘邂逅\",\"url\":\"/tag/yinyuan/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠修真\",\"url\":\"/tag/xianxiaxiuzhen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"豪门世家\",\"url\":\"/tag/haomenshijia/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"前世今生\",\"url\":\"/tag/qianshijinsheng/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"生子\",\"url\":\"/tag/shengzi/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"种田文\",\"url\":\"/tag/zhongtianwen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"天之骄子\",\"url\":\"/tag/tianzhijiaozi/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"江湖恩怨\",\"url\":\"/tag/jianghuenyuan/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"现代架空\",\"url\":\"/tag/xiandaijiakong/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"幻想空间\",\"url\":\"/tag/huanxiangkongjian/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"近水楼台\",\"url\":\"/tag/jinshuiloutai/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青梅竹马\",\"url\":\"/tag/qingmeizhuma/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"星际\",\"url\":\"/tag/xingji/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"阴差阳错\",\"url\":\"/tag/yinchayangcuo/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"破镜重圆\",\"url\":\"/tag/pojingzhongyuan/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"花季雨季\",\"url\":\"/tag/huajiyuji/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1726056859326,
    "respondTime": 3436,
    "ruleBookInfo": {
      "author": "h1@text##.*作者:|【.*",
      "coverUrl": "@js:'https://s21.ax1x.com/2024/05/29/pk3AYzd.png'",
      "intro": "br@html",
      "kind": "h1@text##.*【|】",
      "lastChapter": ".column4 a.-1@text",
      "name": "h1@text##作者:.*",
      "wordCount": ".muted.1@text"
    },
    "ruleContent": {
      "content": "#nr1@html",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "bookList": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "a.0@text##.*作者:|【.*",
      "bookList": "dl dd",
      "bookUrl": "a@href",
      "coverUrl": "@js:'https://s21.ax1x.com/2024/05/29/pk3AYzd.png'",
      "intro": "p.0@html",
      "name": "a.0@text##作者：.*"
    },
    "ruleToc": {
      "chapterList": ".column4 a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{url=source.getKey();\ncookie.removeCookie(url)}}\n/e/search/index.php,{\n  \"body\": \"show=title&keyboard={{key}}\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "女频",
    "bookSourceName": "言情小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.bgnovel.com#🎃",
    "customButton": false,
    "customOrder": 326,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "现代情感::/xiandaixiaoshuo/index_{{page}}.html\n古装迷情::/gudaixiaoshuo/index_{{page}}.html\n穿越重生::/chuanyuechongsheng/index_{{page}}.html\n仙侠魔幻::/xianxiamohuan/index_{{page}}.html\n网游竞技::/wangyoujingji/index_{{page}}.html\nＢＧ同人::/bgtongren/index_{{page}}.html\n无ＣＰ向::/wucpxiang/index_{{page}}.html\n无限流派::/wuxianliu/index_{{page}}.html\n本站推荐::/bztuijian/\n热门排行::/bzremen/\n周排行榜::/bzremenweek/\n月排行榜::/bzremenmonth/",
    "lastUpdateTime": 0,
    "respondTime": 2534,
    "ruleBookInfo": {
      "kind": "//td[@class='info_text']/text()"
    },
    "ruleContent": {
      "content": "//td[@id='text']/p[position() < last()-1]",
      "title": "//td/h1/text()"
    },
    "ruleExplore": {
      "author": "//span[1]/text()",
      "bookList": "//ul/li[@class='book-li']",
      "bookUrl": "/a/@href",
      "coverUrl": "@js:\"https://img.bookscdn.com/nocover.jpg\"",
      "kind": "//span[2]/text()",
      "lastChapter": "//span[3]/text()",
      "name": "/a//h4/text()"
    },
    "ruleSearch": {
      "author": "//h2/span[2]/text()",
      "bookList": "//h2",
      "bookUrl": "//h2/a//@href",
      "coverUrl": "@js:\"https://img.bookscdn.com/nocover.jpg\"",
      "name": "//h2/a//text()"
    },
    "ruleToc": {
      "chapterList": "//option",
      "chapterName": "/text()",
      "chapterUrl": "/@value"
    },
    "searchUrl": "https://m.bgnovel.com/e/search/index.php,{\n\"method\":\"post\",\n\"body\":\"keyboard={{key}}&show=title&tempid=1&tbname=article\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "海词词典（词典）",
    "bookSourceType": 0,
    "bookSourceUrl": "http://dict.cn/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 327,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734983012705,
    "loginUrl": "",
    "respondTime": 426,
    "ruleBookInfo": {
      "intro": "text"
    },
    "ruleContent": {
      "content": "html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "@css:.phonetic@text",
      "bookList": "body",
      "lastChapter": "@css:.dict-basic-ul@text",
      "name": "@js:decodeURI(baseUrl.split(\"/\").pop())"
    },
    "ruleToc": {
      "chapterList": "body",
      "chapterName": "@js:\"详细\""
    },
    "searchUrl": "http://dict.cn/{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "女频",
    "bookSourceName": "🎃言情小说吧🎃#4",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.xs.cn#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 328,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"🍀全部🎀分类🍀\",\"url\":\"/category/f1_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"现代言情\",\"url\":\"/category/30020_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.26}},\n{\"title\":\"古代言情\",\"url\":\"/category/30013_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.26}},\n{\"title\":\"浪漫青春\",\"url\":\"/category/30031_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.26}},\n{\"title\":\"玄幻言情\",\"url\":\"/category/30001_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"仙侠奇缘\",\"url\":\"/category/30008_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"科幻空间\",\"url\":\"/category/30042_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"/category/30036_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"游戏\",\"url\":\"/category/30050_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"短篇\",\"url\":\"/category/30083_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"轻小说\",\"url\":\"/category/30055_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.22}},\n\n{\"title\":\"🎖全部榜单🎖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"免费\",\"url\":\"/category/f1_f1_f1_1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.26}},\n{\"title\":\"VIP\",\"url\":\"/category/f1_f1_f1_0_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.26}},\n{\"title\":\"风云榜\",\"url\":\"/rank/hxyuepiao?pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.26}},\n{\"title\":\"热销榜\",\"url\":\"/rank/hotsales?pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"新书榜\",\"url\":\"/rank/newbook?pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"周推荐榜\",\"url\":\"/rank/recom?pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"完本榜\",\"url\":\"/rank/finish?pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"点击榜\",\"url\":\"/rank/click?pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"收藏榜\",\"url\":\"/rank/collect?pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1}}\n]\n",
    "header": "",
    "lastUpdateTime": 0,
    "loginUrl": "https://ptlogin.yuewen.com/login",
    "respondTime": 4773,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "downloadUrls": "",
      "intro": "[property=\"og:description\"]@content",
      "kind": "meta[property~=category|status|update_time]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "text.目录@href",
      "wordCount": "[class~=word_num|words|number]@text"
    },
    "ruleContent": {
      "content": "[class~=content|article]@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a[class=\"name default\"]@text||a[class=\"default\"]@text",
      "bookList": ".book-img-text>ul@li||div[class=\"right-book-list\"]>ul>li",
      "bookUrl": "##<a.*?href=\"([^\"]+)\"##$1###",
      "checkKeyWord": "",
      "coverUrl": "##<img.*?src=\"([^\"]+)\"##$1###",
      "intro": "[class~=intro]@text",
      "kind": "p[class=\"author\"]>a.-1@text&&p[class=\"author\"]>span.-1@text&&p[class=\"update\"]>span.-1@text",
      "lastChapter": "p[class=\"update\"]>a.0@text",
      "name": "h4@text||div[class=\"book-img\"]>a.0@text",
      "wordCount": "span[class=\"blue\"]@text"
    },
    "ruleToc": {
      "chapterList": "div[class=\"volume\"]:gt(0)>ul[class=\"cf\"]@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": ""
    },
    "searchUrl": "https://www.xs8.cn/so/{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "天域小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.zmccx.com/",
    "bookUrlPattern": "http://www.zmccx.com/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 329,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1734942564954,
    "respondTime": 41283,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作\\s*者：",
      "coverUrl": "id.fmimg@tag.img@src",
      "intro": "id.intro@text",
      "kind": "id.info@tag.p.2@text##最后更新：",
      "lastChapter": "id.list@tag.dd.0@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "id.info@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@html##推荐.*新书.*"
    },
    "ruleExplore": {
      "author": "class.author@text##作者：",
      "bookList": "class.hot_sale",
      "bookUrl": "tag.a.0@href@js:\nr=result.match(/_(\\d+)/)\nid=r[1]\nvar iid = parseInt(id/1000);\n'http://www.zmccx.com/'+iid+'_'+id+'/'",
      "coverUrl": "img@data-original",
      "intro": "class.review@text##简介：",
      "lastChapter": "",
      "name": "class.title@text"
    },
    "ruleSearch": {
      "author": "class.even.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.even.0@tag.a.0@href",
      "coverUrl": "class.even.0@tag.a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.zmccx.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "class.odd.0@tag.a.0@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.even.0@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.zmccx.com/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "女频",
    "bookSourceName": "🎃言情小说吧🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.xs8.cn#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 330,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.3.1212.666 Safari/537.36\"}",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 2262,
    "ruleBookInfo": {
      "author": "@get:{x}",
      "canReName": "true",
      "coverUrl": "@js:(s=java.getStringList('img[alt*='+book.name+']@src||meta[property$=image]@content||img[src~=(cover|file|article)[^a-z]|/\\\\d+[/_-]\\\\d+(s?\\\\.|$)]@src||img[data-src~=\\\\S]@data-src||img[src*=/img]@src||img[src~=^(data|https?):|^[^:]+/]@src')).size()?/^data:/.test(s=s.get(0))?java.base64Encode(s):s:null",
      "init": "",
      "intro": "@js:'　　'+java.get(\"g\")",
      "kind": "@js:java.get(\"v\")",
      "lastChapter": "@get:{z}",
      "name": "@js:\nj=String(java.get(\"custom\")).match(/^ *((?:[录原单动静直全跳逆字图]|\\[[^\\[\\]]+\\]|\\d+#[^#]+#)+)/);\n\nkey=String((u=(baseUrl=String(book.bookUrl).replace(/,{[^{}]+}$/,'')).match(/^(.+)\\?((?:[录原单动静直全跳逆字图]|\\[[^\\[\\]]+\\]|\\d+#[^#]+#)+)$/))&&(baseUrl=u[1])&&j?j[1]+u[2]:u?u[2]:j?j[1]:'');\n\n$=it=>(fn=r.select(it)).size()&&(fn=fn.first());\n\nr=org.jsoup.Jsoup.parse(result);\nr.select(\"script,noscript,style,head>:not(meta,title),footer,[class~=^foot],[id~=^foot],a:has(>:last-child:matchesOwn(^分类$)),[value]\").remove();\n\nm=String(r).replace(/(?:&nbsp;)+/g,\" \");\n\n书=false;\nn=($('[property$=book_name]')&&(书=String(fn.attr('content')).replace(/^[\\s「『【〖（(\\[]+/,\"\"))\n||(function(){\nif($('title')&&(书=String(fn.text()).replace(/^(简介页|详情页|目录页|正版|全本|免费阅读|[\\s。.,_/|「『【〖（(\\[\\])）〗】』」─—-]+)+/,\"\"))){\nfor(x=0,c=r.select(\"h1,h2,h3,strong\").eachText();x<c.size();x++)if(\n(y=c.get(x))!=''&&(u=书.indexOf(y),~u&&u<4))return String(y)}return 书}())||\"请自行修改书名\")\n.replace(/(?!^)[^\\u4e00-\\u9fa5a-zA-Z0-9《》]*(?:笔趣阁|思路客|燃文|小说|漫画|手机)?(?:[.|,_/\\s「『【〖（(\\[\\])）〗】』」。─—-]|(?:人工|机器|电脑)?校正|精校|完[整结]|加料|番外|未删节|简介|全[文本集]|下载|(?:小说|漫画|大全|正版(?:小说|漫画)?|免费|免费小说|免费漫画|免费全[文本]|在线|最[新快]|全部|手机|电脑)(?:全[文本集部]|大全|免费|在线|阅读|下载|章节|小说|更新|漫画|\\.)|([^a-zA-Z0-9])(?:azw|mobi|epub|txt)(?![a-zA-Z0-9])|(?:最全)?(?:章节|目录|列表){2,}|更新章节最快|无广告|(?::顶点)?无弹窗|无防盗|小说网|手打全文|[纯全](?:手打|文字)|\\s*by\\s*(?=[\\u4e00-\\u9fa5]))[\\S\\s]*/i,\"$1\");\n\nif(n[0]==\"《\"&&n[n.length-1]==\"》\")n=n.slice(1,-1);\n\nif($('[property$=author]')){\nx=String(fn.attr(\"content\")).replace(/^作\\s*[者家][\\s:：]*|(?!^)[/／｜|，,\\s][^⚙️]*$/,\"\")\n}else{\nx=m.match(/>\\s*([^>]+?)(?:\\s*<\\/[a-z]+>\\s*|\\s+)著\\s*<|[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】>《》](?:小说|漫画)?作\\s*者(?![^>]+->)(?:[:：\\s〖【（《［\\[\\(]|<[^it\\/][^>]*>|<\\/[^>]+>)+([^\\s<\">,，/／｜|\\)\\]］》）】〗]+)/);\nx=x?x[1]?x[1]:x[2]:$('#author,.author')?String(fn.text()).replace(/(?!^)[/／｜|，,\\s][^⚙️]*$/,\"\"):\"\"}\njava.put(\"x\",x);\n\nc=(fn=r.select(\"meta[property~=category$]\")).size()?String(fn.attr(\"content\"))\n.replace(/(?!^)\\s*[，,./／｜|]\\s*/,\",\"):(fn=m.match(/(?:[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】》]|<[^a/][^>]*>|<\\/[^>]+>)(?:[分大]\\s*类|类\\s*[型别])(?:[:：\\s]|<[^>]+>)+([^\\s<.\"/／｜|>]+)/))&&fn[1];\nif(c)java.put(\"v\",c);\n\nc=(fn=r.select(\"meta[property~=status$]\")).size()?fn.attr(\"content\"):(fn=m.match(/(?:[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】》]|<[^a/][^>]*>|<\\/[^>]+>)状\\s*态(?:[:：\\s]|<[^>]+>)+([^\\s<.\"/／｜|>]+)/))&&fn[1];\nif(c)java.put(\"s\",c);\n\nc=$('meta[property~=latest_chapter_name$]')?fn.attr(\"content\"):(fn=m.match(/>(?:\\s*[更最]\\s*[新近])+(?:\\s*章\\s*节)?(?:[:：\\s\\[]|<[^>]+>)+(?!\\s*(?:-|&gt;)\\s*<|[:：\\s0-9T年月日时分秒*-]{5,}<|[^:：]+[^章\\s]\\s*[:：]\\s*<|更新(?:时间)?[:：])([^<\"/／｜|\\]>]+)/))&&fn[1];\nif(c)java.put(\"z\",c);\n\n正=true;\nif(key.length){\nif(~key.indexOf(\"全\"))java.put(\"全\",1);\nif((\nu=key.match(/[^\\[\\]]+(?=\\])/),\nc=~key.indexOf(\"录\"),\ny=~key.indexOf(\"单\"),\nbaseUrl=u?u[0]:baseUrl,\n(c||u)&&(baseUrl=c||y?(baseUrl=String((c=baseUrl.match(/(.+[^\\d])(\\d+)([^\\d]*)$/))[1]+1+c[3]),\nc=c[2]+'🌕'+c[1]+'🌕'+2+'🌕'+c[3],\nbaseUrl):baseUrl)\n)||~key.indexOf(\"直\")\n)java.put(\"目\",1),正=1;\nif(~key.indexOf(\"录\"))java.put(\"录\",c),正=1;\nif(y||~key.indexOf(\"#\")){\nif(!u){\nif((网=key.match(/(\\d+)#([^#]+)/))\n&&(尾=网[1],网=网[2].match(/^(.*[^\\d])([12])([^/?\\d]*)$/))\n||(尾=r.select('a[href~=\\\\d[^/?\\\\d]*$]:matches(^(尾|末|最后一)[頁页篇章回节節话話]$)')).size()\n&&(网=r.select('a:matches(^2$)')).size()\n&&(网=String(网.first().attr('href')).match(/^(.*[^\\d])([12])([^/?\\d]*)$/))\n&&(尾=String(尾.first().attr('href')).match(/\\d+(?=[^/?\\d]*$)/)[0])){\nc=尾+'🌕'+网[1]+'🌕'+网[2]+'🌕'+网[3]\n}else if((c=r.select('a:matches(^(\\\\d+|…+|\\\\.+)$)')).size()){\nif((网=String(c).split(/<a[^>]+>[^\\d<]+<\\/a>/)).length==2){\nfor(c=网[0],尾=网[1],x=+网[1].match(/>([^<]+)/)[1],网=网[0].match(/href=\"([^\"]*[^\\d])(\\d+)([^/?\\d\"]*)\"[^>]*>([^<]+)<[^<]+$/),j=+网[4],i=+网[2]-j;j<x;j++)c+=\"<a href='\"+网[1]+(j+i)+网[3]+\"'>\"+j+\"</a>\";\nc+=尾}\n}else c=1}\njava.put(\"单\",c),正=false}\nif(~key.indexOf(\"跳\"))java.put(\"跳\",1);\nif(~key.indexOf(\"逆\"))book.setReverseToc(true);\nelse book.setReverseToc(false);\nif((u=~key.indexOf(\"图\"))||~key.indexOf(\"原\"))java.put(\"原\",1);\nif(~key.indexOf(\"动\"))java.put(\"动\",',{\"webView\":true}');\nelse if(~key.indexOf(\"静\"))java.put(\"静\",1);\nif(u||~key.indexOf(\"字\"))java.put(\"文\",u?1:2)\n}else book.setReverseToc(false);\n\nc=(fn=r.select(\"meta[property$=description][content~=\\\\S]\")).size()?fn.get(fn.size()-1).attr(\"content\"):(r.select(':matchesOwn([\\\\u4e00-\\\\u9fa5]{2,})>:not(br),:not(body,br,:matchesOwn([\\\\s\\\\S]{50}),:has(body,:matchesOwn([\\\\s\\\\S]{50})))').remove(),r.select(\":matchesOwn(\\\\S)\").text());\n\njava.put(\"g\",c=String(c).replace(/[\\snbsp;]*(?:&nbsp;|\\s){2,}|\\s*([？！。]+[”」』\\]\\}\\)）｝】〗〕〉]?)\\s*/g,\"$1　　\").replace(/(?=　　)/g,\"\\n\"));\n\nif(c.length&&(c=c.match(/(.{0,2})《([^《》]+)》(.{0,3})/))&&c[3]!=\"作品集\"&&!c[1].match(/新[书作]/)&&(c=c[2],书?~String(书).indexOf(c)&&!~c.indexOf(n):true))n=c;\n\nif(正==1)m=java.ajax(baseUrl);\njava.setContent(m,baseUrl);\n\nif(正){\nzl=java.getStringList(\"[property$=latest_chapter_url]@content||:matches(^最新章节)>a:only-child:not([href~=^$|#|javascript:])@href||a:matches(^正文\\\\s*[\\\\d第一二三四五六七八九十〇零百千]|^[【《]?(\"+n+\")?[\\\\s》】（\\\\u0028:：＿_－-]*(第[\\\\s0〇零]*[一1]\\\\s*[\\\\u4e00-\\\\u9fa5]|([\\\\u4e00-\\\\u9fa5]{2}阅读[（\\\\u0028:：＿_－-]?)?(0*1([）\\\\u0029.、:：_-]|$)|[〇零]*一([）\\\\u0029\\\\s.、:：_-]|$)))):not([href~=(^|[^/])/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&_-]*$|^$|#|javascript:|\"+(bas=baseUrl.replace(/\\/+$|\\.[a-zA-Z]+$/,'')).match(/[^?/]+$/)[0].replace(/([*$|?+\\\\\\^\\[\\](){}])/g,'\\\\$1')+\"(?:[/_-]1)?(?:\\\\/|\\\\.[a-zA-Z]+)?$])@href||a:matches(^[^\\\\u4e00-\\\\u9fa5]*(免费|在线|开始|立即|全文|正文|从头)+[试阅]读[^\\\\u4e00-\\\\u9fa5]*$):not([href~=^$|#|javascript:])@href||a:matches(^0*1[^\\\\d]):not([href~=(^|[^/])/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&_-]*$|^$|#|javascript:])@href\");\n\nif(zl.size()&&(ck=String(zl.get(0)).match(/^(.*\\/\\/[^/]+)?([/?]?[^/].+[?&/_-])[^&/_-]+\\/?$/)))(jd=ck[1])&&(h=baseUrl.lastIndexOf('/',baseUrl.indexOf(jd.match(/(?:\\.[^.]+){2,}$|[^./]+\\.[^.]+$/)[0])))>8&&(\nq=baseUrl.indexOf(':'),\n(bas=java.get(baseUrl=baseUrl.slice(0,q+2)+baseUrl.slice(h),{})).statusCode()==200&&java.setContent(bas.body(),baseUrl)\n),java.put(\"ck\",ck[2])}\nn",
      "tocUrl": "@js:if(java.get(\"单\")==''){\nif(java.get(\"录\")==java.get(\"目\")){\nr=org.jsoup.Jsoup.parse(result);\n\nscript=r.select(\":matchesOwn(^$)>a[href^=javascript:]:matches(全文|章[節节]|目[錄录]):not(:matches(最新))\");re=false;\n\nif(!script.size()){\nba=(bas=baseUrl.replace(/\\/$|\\.[a-zA-Z]+$/,'')).match(/(http....[^/?]+)(?:([?/])(.*))?$/);b=ba[1];v=ba[3];\n\nr.select(\"a[href~=[^a-z]page[^a-z]]:not(:matches([反正顺順逆倒]序|[全正]文|更多|全部|所有|章[節节]|作品|目[錄录]|列表)),a:not([href~=^(?!//)[^#:]+$|\"+b.split(':')[1]+\"]),:matchesOwn(\\\\S)>a,a[href~=javascript:|#],a:matches(^\\\\S{1,4}$):not(:matches([反正顺順逆倒]序|[阅閱][讀读]|查看|展[开開]|进入|[全正]文|更多|完整|全部|所有|目[錄录]|列表|章[節节]):not(:contains(分类)))\").remove();\n\ny=r.select(\"a[href~=(?i)catalog|contents|chapters|mulu|(^|[^a-z])ml|showchapter|(^|chapter[/_-]?|\"+v.replace(/(.+)((\\/\\d\\d)\\d+)$/,\"$1$3$2\")+\"[/_-])(more|list|all)|sort[/=_-]asc]\");\n\nif(!y.size()){b3='';\n\nif(ba[2]==\"?\"){\nb3='[href~=^[^?]+$],'\n}else if(ba[3]){\nb3=ba[3].replace(/[*$|?+\\\\\\^\\[\\](){}]/g,'\\\\$0');\n\nb3=\"[href~=\"+b3+\"(\\\\.[^.]+|/\\\\d+(\\\\.[^.]+|/)?)?$],[href~=[/?]\"+b3.replace(/[&/_-][^/_-]+$/,'')+\".*$]:not([href~=[/?]\"+b3.replace(/[/_-]/g,'[/_-]')+\"]),\"}\n\ny=r.select(\"a:not(\"+b3+\"[href~=(?i)(^|[^/])[?/].*((book|[^a-z])(info|case)[^a-z]|(cid|buy)[^a-z]|desc|coins|nutrition|review|ticket|update|(app|author|xiazai|down)(?!=))|/chapter|/index/|/d/],:matches((?i)^$|[0-9零〇一二三四五六七八九十百千万、，：；？！。…‘’“”（）()]|[票榜:：.]|推荐|排行|等级|说明|收藏|书评|简介|分[类卷]|简介|作者|手机|软件|应用|安装|客户|移动|pc|电脑|安卓|苹果|下载|最新|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub))\")}\n\nif(y.size()){\nys=y.select(\"a[href~=(?i)catalog|contents|list|chapter|mulu|(^|[^a-z])ml|more|read|all]:matches([反正顺順逆倒]序|全文|章[節节]|目[錄录]):not(:matches(阅读)),a[href~=(?i)catalog|contents|chapter|(^|[^a-z])ml|mulu|read]:matches(更多|列表),a[href~=(?i)catalog|contents|list|chapter|mulu|(^|[^a-z])ml|more|all]:matches(^$),a:matches(^[^\\\\u4e00-\\\\u9fa50-9]*([反正顺順逆倒]序|全文(免[費费])?[阅閱][讀读]|(点击|查看|展[开開]|进入|返?回到?)*([全正]文|(更多|完整|全部|所有)?(章[節节]|(作品)?目[錄录])+)+(列表)?(\\\\s*(查看|展开)?更多)?)[^\\\\u4e00-\\\\u9fa50-9]*$)\");zt=false;\n\nif(!ys.size()){\nba=bas.match(/(\\?(?:[^=]+=)+)(.+)$/)||bas.match(/(?:[^/_-][/_-]([^/._-]+))?[/_-]([^/._-]+)(?:\\/index[^/]*)?$/);\n\nif(xi=(id=ba[2]).match(/\\?[^=]+=([^&]+)/)||id.match(/^[^\\d%]*(\\d{2,}|[1-9])$/))id=xi[1];\nif(ba[1])if(xi=ba[1].match(/^[^\\d%]*(\\d{2,})$/))id=/^\\d$/.test(id)||!xi[1].indexOf(id)?xi[1]:\"(\"+id+\"|\"+xi[1]+\")\";\n\nys=y.select(\"[href~=(?i)^((.*//[^/]+/)?[^=.]*[^\\\\d=.])?\"+id+\"([?_-][a-z=_-]*0|\\\\.[^.]+|[/?]([^\\\\d]*|[^/\\\\d]*/?|(list|more|all)([=_-][a-z]*)?\\\\d+[^\\\\d]*)?)?(&.+)?$]:not(:contains(\"+(bs=String(book.name)[0])+\"))\");\n\nif(!ys.size()){zt=true;\nys=y.select(\"[href~=(?i)^((.*//[^/]+/)?[^=.]*[^\\\\d=.])?(\\\\d+/\"+id+\"[_-]\\\\d+[^\\\\d]*|\"+id+\"[_-][a-z_-]*1[^\\\\d]*)$]:not(:matches(阅读|\"+bs+\"))\")}}\n\nif(ys.size()){\nif((re=ys.select(\"[href~=(/|^)[^.]+$]\")).size())ys=re;\nre=String(ys.first().attr(\"href\"));\n\nfor(x=1;x<ys.size();x++)if((xs=String(ys.get(x).attr(\"href\"))).length>re.length)re=xs;\n\nif(/(?:[2-9]\\d*|1\\d+)[^\\d]*$/.test(re)){\nif(!zt&&(q=re.match(/^(.*[^/])?[&?/].*(?:catalog(ue)?|contents|(?:show)?chapters?|mulu|ml|more|all|list|page)(?:[=_-][a-z]*)?\\d+[^\\d]*$/i))&&v==(q[1]||'').replace(/^http....[^/?]+/,''))zt=true;\nif(zt)re=re.replace(/\\d+(?=[^\\d]*$)/,\"☯1\")}\n\n}}}\n\nre=String(!re?baseUrl:(java.put(\"基\",baseUrl),/^\\/[^/]/.test(re)?b+re:/^https?:/.test(re)?re:/^\\/\\//.test(re)?b.split('//')[0]+re:String(baseUrl).replace(/[^/]*$/,'')+re))}else re=baseUrl;\n\nr=re.replace(/(?:[☯?&/_-][^\\d?/&_-]*[01])+[^\\d]*$/,\"\");\njava.put(\"ba\",r);\nre=re.replace(\"☯\",\"\")}else re=baseUrl;\n\njava.get(\"跳\")==1||re==baseUrl&&/,/.test(book.bookUrl)?re+',{\"webView\":true}':re",
      "wordCount": "@get:{s}"
    },
    "ruleContent": {
      "content": "@js:dt=lr='';c=1;动=java.get(\"动\");\nif(动!=''&&!~baseUrl.indexOf(\",\")){\nresult=String(java.ajax(baseUrl+动))\n}else if(java.get(\"静\")==动)c=dt=2;\n\nr=org.jsoup.Jsoup.parse(r1=result.replace(/&nbsp;/g,' '));\n查=i=java.get(\"序\");\n\nif(java.get(\"文\")==1){for(;c;c--){\nd=[\"img[data-src],img[src~=[^a-z]cid[^a-z]]\"\n,\"img:not([src~=(?i)^$|^javascript:|\\\\.gif|\\\\.png|[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,\"img[src~=(?i)\\\\.png]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,'img[src~=(?i)\\\\.gif]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])'];\n\nif(!(查!=\"\"&&(查!=-1&&((lr=r.select(d[查])).size(),true)))){\n$=it=>(lr=r.select(it)).size();\nif($(d[i=0])||$(d[i=1])||$(d[i=2])||false)break;\n\nif(c==2){dt=1;\nr=org.jsoup.Jsoup.parse(java.ajax(baseUrl+',{\"webView\":true}'))\n}else i=$(d[3])?3:-1}}\nif(i==0)lr=String(lr).replace(/(?:src=['\"][^'\"]+['\"] +)?data-/g,'');\nif(查==\"\")book.putVariable(\"序\",i);\n\n}else{\nsc=java.get(\"文\")==2?\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br)),a>*,:has(a):not(:matchesOwn([\\\\S\\\\s]{50,}),:has(:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(br,a,:matchesOwn([\\\\s\\\\S]{50})),:not(br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)),:has(p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))'\n:\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br,img:not([src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg]))),img[src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg],a:not(:matches(^$)>img)>*,:has(a):not(img,:matchesOwn([\\\\S\\\\s]{50,}),:has(img,:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(img,br,a,:has(img),:matchesOwn([\\\\s\\\\S]{50})),:not(img,br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,img,div:matchesOwn(，|。)+div:matchesOwn(，|。)),:has(img,p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))';\n\nd=[\":matchesOwn(\\\\S):has(br):has(:matchesOwn(\\\\S):has(br))\"\n,\":matchesOwn(\\\\S):has(br)\"\n,\":has(>:matchesOwn(\\\\S):not(:has(*))+:matchesOwn(\\\\S):not(:has(*)))\"\n,\":has(>:has(>p:only-child:matchesOwn(\\\\S):not(:has(*)))+:has(>p:only-child:matchesOwn(\\\\S):not(:has(*))))\"\n,\"img\"\n,\":matchesOwn(\\\\S)\"];\n\ntry{for(查=i!=''?i:java.get(\"元\");c;c--){\n\nif(!(c>1&&(String(r.text()).length<400||r.select(':matchesOwn(内容未加载完成|关闭(阅读|小说)模式)').size()))){\nr.select(sc).remove();\n\nif(!(查!=\"\"&&(lr=r.select(i?d[i==6?5:i]:查)).size()))for(i=0;i<6&&(lr=r.select(d[i]),i==4&&c==1?!lr.size():String(lr.text()).length<200);i++);\nif(c<2||i<6)break;}\n\nr=org.jsoup.Jsoup.parse(r2=String(java.ajax(baseUrl+',{\"webView\":true}')).replace(/(<[a-z]+)&nbsp;/g,'$1 '));\ndt=r1.length==r2.length?2:1}\n\nfor(c=lr.first(),v=1;v<lr.size();v++)if(lr.get(v).parents().contains(c)){\nlr.remove(v);\nv--}else c=lr.get(v);\n\nlr=String((c=lr.size()==2&&i<4)?String(lr.first().text()).length>String(lr.get(1).text()).length?lr.first():lr.get(1):(c=lr.size()==1)?lr.first():lr);\n\nif(查==\"\"){\nif(c&&(查=lr.match(/<([a-z]+) ([^>]+)>/))&&(查[2]=查[2].match(/(?:id|class|style)=(?:\"[^\"]+\"|'[^']+')|[^= ]+(?==\"[^\"]+\"|'[^']+')/g))){\nbook.putVariable(\"元\",查[1]+'['+查[2].join('][')+']')\n}else book.putVariable(\"序\",i)}\n\nlr=lr.replace(/<([a-z]+)[^>]*\"-\\d+\"[^>]*>[^<]+<\\/\\1>|[^<>]*<a[^<]+<\\/a>[^<]*|&lt[; ]?\\/?[a-z]+(?= |\\/?&gt)(?:[ a-z=-]+|\"[^\"]+\"|'[^']+')*\\/?&gt[; ]?|[☯📑⚙️🌕︴]/g,\"\").replace(/\\s+(?:\\s|(?:(?:(?:n?b)?s)?p)?;)/g,\"　　\");\n\nif(java.get(\"原\")!=1)lr=(!lr.indexOf(\"　　\")?lr.replace(/>(?!　　|\\s*(?:(?:(?:n?b)?s)?p)?;)\\s*(?=[^\\s<>])/g,\">︴\"):lr)\n.replace(/((?:[〖【『「（《〈〔［\\[(][^〖【『「（《〈〔［\\[()］〕〉》）」』】〗\\]]*[)］〕〉》）」』】〗\\]]\\s*)*(?:第?\\s*[一二三四五六七八九十百千万〇零0-9]+\\s*[章节回話话：:.．,，、]*\\s*)?{{\nn=(t=title.match(/\\S+$/)[0].replace(/[*$|?+\\\\\\^\\[\\](){}/]/g,\".?\")).replace(/^(正文[^\\u4e00-\\u9fa5A-Za-z]*|第?[一二三四五六七八九十百千万〇零0-9]+[章节回話话\\s：:.．,，、]*)+/,\"\"),n!=t&&/\\S/.test(n)?\"(?:第?\\\\s*[一二三四五六七八九十百千万〇零0-9]+\\\\s*[章节回話话：:.．,，、]*\\\\s*\"+n+\"|\"+t+\")\":t\n}}(?:\\s*[〖【『「（《〈〔［\\[(][^〖【『「（《〈〔［\\[()］〕〉》）」』】〗\\]]*[)］〕〉》）」』】〗\\]])*)/g,\"⚙️$1⚙️\")+\"📑\"\n\n}catch(e){}}\nif(dt)book.putVariable(dt==1?\"动\":\"静\",',{\"webView\":true}');lr",
      "imageStyle": "FULL",
      "nextContentUrl": "@js:if((r=java.getStringList((nx=java.get(\"next\"))+\"a:matches(第二[頁页]|下[一\\\\s]*[頁页]):not([href~=^javascript:|^#])@href||a:matches(下[一\\\\s]*[篇章回节節话話]):not([href~=^javascript:|^#])@href||a[href~=[_-]\\\\d+(/|\\\\.[a-z]+)?$]:has(i,img):not(:matches(\\\\S),[href~=^javascript:|^#])@href\")).size()){\nif(~String(book.tocUrl+(nextChapterUrl||'')).indexOf(r=String(r.get(r.size()-1)))||~r.indexOf(nextChapterUrl||String(book.tocUrl).replace(/.+(?=_\\d+\\/$)/,'')))r=null\n}else r=null;\nif(r){if(nx!='')chapter.putVariable(\"next\",(n=r.replace(/\\d+(?=[^\\d]*$)/,it=>+it+1))==r?'':'a[href=\"'+n+'\"]@href||');\nr+java.get(\"动\")}",
      "replaceRegex": "@js:if(java.get(\"原\")==1){result}else{\nresult=result.replace(/⚙️([^\\u4e00-\\u9fa5⚙️]+|[零〇一二三四五六七八九十百千万\\s]+|(?!第[零〇一二三四五六七八九十])[\\u4e00-\\u9fa5]+)⚙️/g,'$1').split('📑');\nl=result.length-1;\nwhile(l)if(r=result[--l].match(/^(\\n+(?:[^\\n]{1,30}\\n+){1,3})([\\S\\s]+)$/))result[l]=r[1]+r[2].replace(/⚙️/g,'');\nresult.join('📑')\n.replace(/—/g,\"─\")\n.replace(/[·۰•・]/g,\"・\")\n.replace(/\\s*(?:︴[^\\n　]+\\s+)*📑\\s*|^\\s*(︴[^\\n　]+\\s+)*|\\s*(?:　　|\\n)(?:[\\s&#a-zA-Z0-9]*;)?[\\s　?]*/g,\"☯\")\n.replace(/(?:︴[^☯]*☯)+(?=︴)|☯(?:温馨|[^a-zA-Z0-9\\u4e00-\\u9fa5☯]+)提示.?[:：][^☯]+|☯[^☯]+字体不会安装.?请百度[^☯]+|☯.{0,2}正版订阅在阅文旗下的起点和QQ书城，可以第一时间看到最新章节.{0,2}(?=☯)|︴\\s*第?[〖【『「（《〈〔［｛\\[{(][^☯]+(?=☯)|☯第\\s*[（(][^（()）]+[)）][頁页](?=☯)|[^☯]*(?:关注|[微vVＶｖ][^\\u4e00-\\u9fa5A-Za-z0-9]*[信xXｘＸ]|公[^\\u4e00-\\u9fa5]*众[^\\u4e00-\\u9fa5]*号){2,}[^☯]*|(?:&#?[a-z0-9]*;?)+(?=;|☯);*|read[sx][；;?？]+/g,\"\")\n.replace(/\\s+/g,\" \")\n.replace(/☯[ ☯]*/g,\"\\n\")\n.replace(/(\\n[〖【『「（《〈〔［｛\\[{(]?)([pPＰｐ][SsｓＳ]+(?=[ ：:;；，,、。.─\\d\\u4e00-\\u9fa5])[^\\n]+)/g,\"$1🌕$2\")\n.replace(/\\[\\[\\[[^\\[\\]]+http:file2.qidian.comchapters(.{5,6})(..)([^\\[\\]]{35})\\]\\]\\]/g,'<img src=\"http://file2.qidian.com/chapters/$1/$2/$3\">')\n.replace(/(<img )[^>]*(src=\"[^\"]+\")[^>]*(>)|((?: ?[＋+－-]?[0-9０-９]+(?:[．.／/][0-9０-９]+)?[％%:：]?[a-zA-Z]*)+ ?|[ _＿－-]?[a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９]+)/g,\"$1$2$3☯$4☯\")\n.replace(/☯[・。](?=☯)/g,\"☯.\")\n.replace(/,\\n/g,\"，\")\n.replace(/!(?=\\n)/g,\"！\")\n.replace(/\\?(?=\\n)/g,\"？\")\n.replace(/(<[^<]+)☯☯/g,\"⚙️$1⚙️\\n\")\n.replace(/(?:\\n[^āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─🌕︴\\n]+|([。？！…”』」】〗])[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─☯︴\\n]+[\\u4e00-\\u9fa5]+)?[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─⚙️☯︴\\n]+(?=\\n)|[^☯!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛｝］〕〉）＞’”》」』】〗]*☯([a-zA-ZＡ-Ｚａ-ｚ]*[āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ][a-zA-ZＡ-Ｚａ-ｚ]*)☯[^☯!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛｝］〕〉）＞’”》」』】〗]*/g,\"$1$2\")\n.replace(/[^!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜<（〈〔［｛({\\[\\]})｝］〕〉）>＞’”》」』】〗︴🌕]*(?:☯[^.．!(),\\n\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗⚙️]+|([^☯!(),\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘<＜（〈〔［｛({\\[\\]})｝］〕〉）＞>’”》」』】〗⚙️])(?!\\1)|☯(?=[^☯!(),\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗][!(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗])|[〖【『「（《〈〔［｛\\[{(][^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[)｝］〕〉》）」』】〗\\]}]){4,}|[^；;％%～~?？!！\"'”’。…─\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[〖【『「（《〈〔［｛\\[{(][^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[)｝］〕〉》）」』】〗\\]}](?:[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+(?=[)｝］〕〉》）」』】〗\\]}]))?/g,\"📑\")\n.replace(/([；;％%～~?？!！\"'”’。…─])📑(?=[)｝］〕〉》）」』】〗\\]}])/g,'$1')\n.replace(/(?:([\\n。？！])[^\\n。？！]{1,10})?[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*(?:☯[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]☯|📑|🌕)[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[｝］〕〉》）」』】〗\\]})](?:[^。]{0,5}(?:[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*(?:☯[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]☯|📑)[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[｝］〕〉》）」』】〗\\]})]|[^📑!,()\\s\\u4e00-\\u9fa5、，：；？！。…─‘’“”（）《》〖〗【】]+))*(?:(?:[^\\n]{1,10}|(?:[\\u4e00-\\u9fa5]{0,5}[，、])*[\\u4e00-\\u9fa5]+[！。]?)(?=\\n))?/g,\"$1\")\n.replace(/((?:[请請][记記]住)?[^⚙️🌕📑︴*\\n(),\\u4e00-\\u9fa5、，：；？！。…─「」‘’“”（）《》〖〗【】]*(?:(?:[^⚙️🌕📑︴*\\n(),\\u4e00-\\u9fa5、：，；？！。…─「」‘’“”（）《》〖〗【】]+[*(), \\u4e00-\\u9fa5、，:：；？！。…─「」‘’“”（）《》〖〗【】]{1,3})*[^*︴📑☯⚙️🌕\\s&;(),āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜa-zA-ZＡ-Ｚａ-ｚ0-9０-９\\u4e00-\\u9fa5、,，:：;；?？!！。…～~─'\"‘’“”【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}％%・/／＝=_＿.．＋+－-]+(?!(?:[^>]+>)?⚙️)|☯[^☯\\n]+☯\\.☯[^☯\\n]+☯|本[文书](?:首发|来自)|(?:章节不完整.?|完整章节)?请.{2,6}(?:搜索|百度|引擎|关键[词字])+|(?:[阅閱][讀读]|访问|訪問|[網网地][站址]|链接|鏈接|[\\u4e00-\\u9fa50-9a-zA-Z]{0,4}(?:文学|中文|[網网]))+[:：]|[\\u4e00-\\u9fa50-9a-zA-Z]{0,6}(?:[網网地][站址]|链接|鏈接)为|.{2,4}文[学學][網网]|[请請].{2,4}收藏(?:.{0,2}推[荐薦])?|(?:天才)一秒[記记]住|，?請?訪問|(?:[更最][快新]|[快高]速|热门|(?:[阅閱][讀读])?完整|本|(?:官[網网]|本站).{0,2})(?:章[節节]|小说|更新|[網网地][址站][:：]?|快速)|更新(?:速度)?[最更]?快|(?:(?:无错)?小说|正版|免费|全[文本]|在线|访问|訪問|txt|TXT|继续|各种|推[荐薦]|收藏|分享|交流|你?喜欢的)+(?:全文|免费|在线|[阅閱]?[讀读]|下载|章[節节]|小说|好书)|章[節节](?:目录|列表)|小说[網网](?:更新)?|手打全文|[纯全](?:手打|文字)|手机看书|手机版|笔趣阁|(?:本站|[網网]站|站内|看)?无(?:任何)?(?:广告|弹窗|防盗)(?:章节)?|不弹窗|(?:(?:請|请|或者?)?(?:訪問|访问|[電电手][腦脑机機]|[網网][址站]|用[户戶]|浏览|瀏覽|閱讀|阅读|看小说|看漫画)){2,}|看小说|看漫画|(?:用[^\\n]{2,6})?(?:[追看]书|小说)(?:就用|软件|☯[^☯]+☯)，?|用[^\\n]{2,6}[追看]书|(?:..的)?(?:最佳选择|阅读体验)|(?:推[荐薦]|收藏|分享)(?:本站|我们)|小说..版|文章质量更好|谢谢各位(?:读者|书友)支持|水印广告测试|本章未完|请翻页|点击下一页|领.{0,2}红包|同步更新《[^《》]+》|关注[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+[)｝］〕〉》）」』】〗\\]}])(?:[* (),\\u4e00-\\u9fa5、，：；？！。…─‘’“”（）《》〖〗【】]{0,3}[^⚙️📑*\\n(),\\u4e00-\\u9fa5、，：；？！。…─「」‘’“”（）《》〖〗【】]+|[….。!！]+(?=\\n))*|⚙️(?!<)[^⚙️\\n]+⚙️)/g,\"\\n⚙️$1⚙️\\n\")\n.replace(/⚙️(<[^<>]+>)⚙️\\n|[〖【『「（《〈〔［｛\\[{(](?:[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]{0,3}\\n⚙️(?!\\s*\\S\\s*⚙️).+⚙️\\n*)+[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]{0,3}[)｝］〕〉》）」』】〗\\]}]|(🌕)\\s*⚙️|⚙️\\n[^\\u4e00-\\u9fa5]{0,5}\\n⚙️|\\n⚙️\\s*(\\S)\\s*⚙️\\n(?![^⚙️]{1,3}⚙️)|(⚙️\\n)|([，、；])[\\s,，。、…:：;；?？!！`’]*[,，。、…:：;；?？!！`’](?!⚙️)|\\n[\\s,，。、…:：;；?？!！`’]*(?=[,，。、:：;；?？!！])|([：？！。…─])(?:[^⚙️☯a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n…─“‘’”〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+(?=\\n)|[^⚙️☯a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n…─“‘’”〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+)|☯/g,\"$1$2$3$4$5$6\")\n.replace(/([)）？！?!…」』”\\s。])(?:[^\\n（(🌕)）”』」’。]{0,5}(?:(?:\\n⚙️.+⚙️\\n|[^（()）\\n”』」。]{0,5}📑)[^（()）\\n。]{0,5}(?:\\n⚙️.+⚙️(?:\\n(?=\\n⚙️|[^（()）\\n]{1,5}\\n))?|[^（()）\\n。]{0,5}📑(?:[^📑]{1,5}(?=\\n⚙️))?)+(?:[^（()）\\n]{1,5}(?=\\n))?|(?:(?:(?:\\n⚙️.+⚙️\\n|[^（()）\\n。]{0,5}📑)[^（()）\\n]{0,5}){2,}|[^（(🌕)）”』」’\\n。]{0,5}(?:(?:請|关键[词字]|[電电手][腦機]|用戶|瀏覽|[阅閱]讀|推[薦荐]|收藏|分享|文章质量|谢谢(各位|支持|大家)|水印|翻页|点击|下[一\\s]*[页頁篇章回节節话話]|免费|热门|官网|正版|在线|同步|下载|文学|中文|章节|[本网][站址]|站内|小说|更新|无错|[本全][文本章]|首发|广个?告|弹窗|防盗|访问|訪問|txt|TXT|读者|书友|百度|[插说]一?[下句]话?，[\\u4e00-\\u9fa5]{0,5})[^（()）\\n]{0,5})*(?:📑|\\n⚙️[^\\n]+⚙️\\n)[^（()）\\n]{0,5}(?:(?:請|关键[词字]|[電电手][腦機]|用戶|瀏覽|[阅閱]讀|推[薦荐]|收藏|分享|文章质量|谢谢(各位|支持|大家)|水印|翻页|点击|下[一\\s]*[页頁篇章回节節话話]|免费|热门|官网|正版|在线|下载|同步|文学|中文|章节|[本网][站址]|站内|小说|更新|无错|[本全][文本章]|首发|广个?告|弹窗|防盗|访问|訪問|txt|TXT|读者|书友|百度)[^（()）\\n]{0,5})*|[^（(🌕)）\\n”』」’。]{0,3}\\n⚙️.+⚙️\\n[^（()）\\n。]{0,3})(?:[\\u4e00-\\u9fa5]+[！。]?|[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n]+)?(?=\\n)))+|\\n⚙️[^\\u4e00-\\u9fa5]+⚙️\\n|📑|\\s*︴\\s*|\\n?⚙️\\n?|\\n[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n]{2,}\\n[^🌕a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n“《‘【〖『「]*/g,\"$1\")\n.replace(/(?:(?:\\n🌕[^\\n]*)+(?:\\n+[^\\n]+){0,4}|\\n(?:[(（{｛][^(（<{｛｝}>）)]*(?:(?:[(（{｛][^(（<{｛｝}>）)]*[）)｝}])[^(（<{｛｝}>）)]*)*[）)｝}]?\\s*)+|[^\\n]*起点(?:原创|中文)[^\\n]*|[〖【『「（《〈〔［｛\\[{(]?未完待续[^\\n]*)[^\\u4e00-\\u9fa5<>]*$|^\\s*(?:(?:[^\\n]+\\n+){0,4}(?:🌕[^\\n]*\\n?)+|(?:[(（{｛][^(（<{｛｝}>）)]*(?:(?:[(（{｛][^(（<{｛｝}>）)]*[）)｝}])[^(（<{｛｝}>）)]*)*[）)｝}]?\\s*)+|，[^\\n]+)\\n|(?:^|\\n)[^a-z0-9A-Z\\u4e00-\\u9fa5]*(?=\\n)|🌕|\\n\\s*[a-zA-Z]+\\s*$/g,\"\")}",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "bookList": "",
      "bookUrl": ""
    },
    "ruleSearch": {
      "author": "class.book-meta-l.0@text",
      "bookList": "class.book-li",
      "bookUrl": "class.book-li@a@href",
      "checkKeyWord": "极致心瘾",
      "coverUrl": "img@src",
      "intro": "class.book-desc@text",
      "kind": "class.tag-small-group origin-right@text",
      "name": "class.book-title@text",
      "wordCount": "class.tag-small-group origin-right@em.-1@text"
    },
    "ruleToc": {
      "chapterList": "@js:if(java.get(\"单\")==''){\nsrc=org.jsoup.Jsoup.parse(src);\n\nif((result=java.get(\"录\"))==\"\"){if(页=(result=src.select('a[href~=\\\\S]:matches(下[一\\\\s]*[页頁]|下[一二三四五六七八九十百千万〇零0-9]{2,}章):not([href~=^#|javascript:])')).size())result=result.first().attr('href')\n}else{网=String(result).split(\"🌕\");\nfor(i=3,页=+网[0],result=网[1]+2+网[3];i<=页;i++)result+='\\n'+网[1]+i+网[3];\nresult=String(result)}\n\nif(页)java.put(\"页\",/,/.test(book.tocUrl)?result.split('\\n').join(',{\"webView\":true}\\n')+',{\"webView\":true}':result);\n\n嗅=()=>String(src).match(/[\\[(]([\"'])<[a-z]+[ >][^\\[\\]()]+<\\/a>(?:[^\\[\\],()]*<\\/[a-z]+>)?\\1[\\])]/);\n转=it=>it.replace(/\\\\[Uu]([0-9a-zA-Z]{4})/g,(_,it)=>String.fromCharCode(parseInt('0x'+it)));\n兜=()=>src.select(':matchesOwn(^$|[0-9〇一二三四五六七八九十])>a:matches(\\\\S):not(:has(*>*>:not(span)),[href~=(?i)passport|\\\\.aspx$|\\\\.php$|^https://[^/]+(/|index\\\\.[a-z]+)?$|(^|[^/])[?/].*((book|[^a-z])(info|case|page|reg|Game|Play)[^a-z]|buy[^a-z]|SystemInfo|hot|sort|desc|asc|top|coins|nutrition|review|ticket|update|(app|author|xiazai|down)(?!=))|/list\\\\d*([/_-][^/_-]+/?)?$|\\\\d+_\\\\d+_\\\\d+|target=iframe|https%],:matches((?i)^((点击|软件|应用|安装|客户|移动|手机|电脑|安卓|苹果|下载|阅读|pc|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub)[\\\\s.端版]*(?=$|点击|软件|应用|安装|客户|移动|手机|电脑|安卓|苹果|下载|阅读|pc|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub)|[A-Za-z0-9\\\\u4e00-\\\\u9fa5]?返回.*(简介|书页|目录)[A-Za-z0-9\\\\u4e00-\\\\u9fa5]?|[<>-]+|\\\\d+-\\\\d+章|书页|目录|简介|[上下首尾]([一\\\\s]*[页頁]|[\\\\s\\\\d零〇一二三四五六七八九十百]*章)|[↑\\\\[]?[倒正反逆顺順]序[↓\\\\]]?)$))');\n\nif((zt=java.get(\"嗅\"))!=''){\nif(zt>0&&(嗅=嗅())){\nsrc=嗅[0];\nif(zt==2)src=转(src);\nsrc=org.jsoup.Jsoup.parse(src)}\nsrc.select(java.get(\"除\")).remove();\nif(java.get(\"兜\")==1)src=兜();\nsrc=src.select(java.get(\"查\"))\n\nif(!页){for(首=String(java.get(\"首\")).split('\\n'),ss=src.size(),i=0;i<ss;i++)if(首[i]!=src.get(i)){\nif(i>1)src.subList(1,i).clear();break;}}\n\n}else{\nbook.putVariable(\"除\",除=\"meta,link,a:has(img),\"+((zt=java.get(\"全\")!=1)?\"a[href$=\"+String(book.tocUrl).replace(/,\\{\"webView\":true\\}|^.{8}[^/]*/g,'')+\"],\":\"\")+(基=String(java.get(\"基\")),基==''?'':\"a[href$=\"+基.replace(/^.{8}[^/]*/,'')+\"],\")+\"a[href~=javascript:|#|[a-z]+[A-Z][a-z]+Id[=_-]|[^/][/?&]sub[A-Z]|action=list],a:matches(^$|最新章节$|^[^\\\\u4e00-\\\\u9fa5A-Z0-9]*(正文|.{0,2}书架|(免费|在线|开始|立即|全文|从头|点击|正文)+[试阅]读|[^\\\\s\\\\d外内楔前后卷篇章]*(更新调整|[两一二三四五六七八九十]+连更|作者[:：给要有]|双倍月票|感言|推书|推[a-z0-9A-Z_\\\\u4e00-\\\\u9fa5-]+书|[求个请投点下张](月?票|收藏|订阅|推荐)|(感谢|作者)[^\\\\s]*(读者|书友|大家|各位)|[书点]评[^\\\\s]*活动|[没有空]更新|没时间更新|请个?假|关于本书|关于更新|打赏名单|起点活动)[^\\\\s]*)[^\\\\u4e00-\\\\u9fa5A-Z0-9]*$)\");\n\nbook.putVariable(\"嗅\",(基=嗅())?(src=org.jsoup.Jsoup.parse((zt=/\\\\[Uu]([0-9a-zA-Z]{4})/.test(基=基[0]))?转(基):基),zt)?2:1:0);\nsrc.select(除).remove();\n\nif(zt=java.get(\"全\")!=1){\n找=ll=null;\n$=it=>(qc=ll,查=找,ll=src.select(找=it)).size()>14&&(查=it,src=re=ll);\n\nif(!(((ck=java.get(\"ck\"))!=\"\"&&$(\"[href~=\"+ck+\"(?!index(/|\\.[a-z]+)?$)[^.?/_-][^&/_-]*/?$|/[vV][iI][pP][_-]?([Rr]ead|[Cc]hapter|action=article)|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&]*$]\"))||$(\"[href~=^[a-z0-9]+(/|\\\\.[^./]+)?$]\"))){\nif(qc&&qc.size()>ll.size())找=查,ll=qc;\n\n$=it=>(re=src.select(it)).size()&&(查=it,src=re);\n\nif(!($(\"[data-cid]\")||$(\"[href~=(?i)(^|[/_-])(chapter|read)+([_-]?id)?/[^/_-]+[/_-][^/_-]+]\")||$(\"[href~=(?i)(^|[&?/_-](book|novel|comic|manhua|mh?)?)(chapter|read)+([_-]?id)?[?/=]]\")||$(\"[href~=(?i)[&?/_-]cid[&?/_=-]]\")||$(\"[data-href]\"))){\nsrc=兜();\nbook.putVariable(\"兜\",1);\n\nba=(ba=String(java.get(\"ba\"))).match(/(\\?(?:[^=]+=)+)(.+)$/)||ba.match(/(?:[^/_-][/_-]([^/._-]+))?[/_-]([^/._-]+)(?:\\/|\\/index[^/]*|\\.[^/.]+)?$/);\n\nif(xi=(id=ba[2]).match(/\\?[^=]+=([^&]+)/)||id.match(/^[^\\d%]*(\\d{2,}|[1-9])$/)||ba[1]&&ba[1].match(/^[^\\d%]*(\\d{2,})$/))id=xi[1];\n\n$(\"[href~=([^\\\\d]|^)\"+id+\"[/_&-][^\\\\d]*\\\\d+]:not([href~=\"+id+\"[^\\\\d]*$]),[href~=/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[a-zA-Z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?]*$|([^\\\\d]|^)\"+id+\"[/_&-][^\\\\d]*\"+id+\"(/|\\\\.[^.]+|&.+)?$]\")||$(\"[title]\")||$(\"[href~=/view/\\\\d+\\\\.[a-zA-Z]+$]\")}\nif(re.size()<ll.size())查=找,src=ll}}\n\nif(!(zt&&re.size()))src=src.select('a'),查='a';\nif(查)book.putVariable(\"查\",查);\nif(页)java.put(\"首\",src)}\n\nsrc}else if((list=java.get(\"单\"))!=1){\n\nif((网=String(list).split(\"🌕\")).length>1){\nfor(i=+网[2],x=+网[0],j=2,list=\"<a href='\"+baseUrl+\"'>正文1</a>\";i<=x;i++,j++)list+=\"<a href='\"+网[1]+i+网[3]+\"'>正文\"+j+\"</a>\"}\n\norg.jsoup.Jsoup.parse(list).select('a')\n\n}else org.jsoup.Jsoup.parse(\"<a href='\"+baseUrl+\"'>正文</a>\").select('a')",
      "chapterName": "text",
      "chapterUrl": "href@js:chapter.putVariable(\"next\",'a[href~=(?:^|[?/])'+(r=result.trim().replace(/([*$|?+(){}\\[\\]\\^\\\\])/g,'\\\\$1')).match(/[^?/=.]+(?:=(?![01]$)[^=]+)*(?=\\/*$|\\.[^?/.]+$|=[01]$)/)[0]+'[=/_-]2(?:\\\\/|\\\\.[^?/.]+)? *$]@href||a[href~=(?:^|[?/])'+r.replace(/\\d+(?=[^\\d]*$)/,it=>+it+1)+' *$]@href||');result+java.get(\"动\")",
      "isVip": "",
      "nextTocUrl": "@js:java.get(\"页\")",
      "updateTime": ""
    },
    "searchUrl": "https://m.xs8.cn/so/{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "25.4.27",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "🍒桔纸书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.juzhishuwu.com/",
    "customButton": false,
    "customOrder": 331,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1750423539567,
    "respondTime": 1979,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": ".imgbox@img@src",
      "intro": "🕰  更新时间：\n{{@@[property$=update_time]@content##\\s.*}}\n📜  内容简介：\n{{@@class.m-desc xs-show@textNodes##.*观看小说\\:}}##(^|[。！？……；]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "{{@@[property$=chapter_name]@content##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求含理更谢乐发推票盟补加字].*?[】）\\)]}}•{{@@[property$=update_time]@content##\\s.*}}\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "name": "[property$=book_name]@content",
      "tocUrl": "{{baseUrl.replace('.html',\"/1/\")}}"
    },
    "ruleContent": {
      "content": "#content@textNodes",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "#nr",
      "bookUrl": "a.0@href",
      "checkKeyWord": "我的模拟长生路",
      "kind": "td.-1:-2@text",
      "lastChapter": "{{@@td.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求含理更谢乐发推票盟补加字].*?[】）\\)]}}•{{@@td.-2@text}}\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "name": "td.0@a@text"
    },
    "ruleToc": {
      "chapterList": ".section-list.1@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "<js>\ntry{\nn=java.getString('@@.pagination@text').match(/第1页，共(\\d+)页/)[1];\nfor(i=2,list=[];i<=n;i++){\n\tlist.push(baseUrl.replace(/\\/1\\/$/,'\\/'+i+'\\/'))\n}\nlist\n}catch(e){[]}\n</js>"
    },
    "searchUrl": "modules/article/search.php,{\n  \"body\": \"searchkey={{key}}&code=1234\",\n  \"charset\": \"gbk\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "💰 书耽[搜索]",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.shubl.com#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 332,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1630860039883,
    "loginUrl": "http://m.shubl.com/signup/login",
    "respondTime": 3312,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "",
      "init": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "class.article-content@p@textNodes",
      "nextContentUrl": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "author",
      "bookList": ".book-list li@js:\nresult.toArray().map(o =>{\n    var detail= String(o.select('.book-name').attr('href')).replace(/^\\//, baseUrl.match(/(.+\\/\\/.+?\\/)/)[1]);\n    var oText = s=>String(o.select(s).text().trim());\n    var J = org.jsoup.Jsoup.parse(java.ajax(detail));\n    var jText = s=>String(J.select(s).text().trim());\n    return {\n        name: oText('.book-name'),\n        author: oText('.smaller').replace(/\\s*作者：(\\S+).+/, '$1'),\n        tags: [String(J.select('.book-title .tag').toArray().map(tag =>tag.text()).join(' / '),J.select('.book-info > .row .tag').toArray().map(tag =>String(tag.text())).filter(v =>v.length < 5).slice(0, 2).join(','))].join(','),\n        num:jText('.book-info-numbers span:eq(0)').replace(/●|总字数：/g, '')+'字',\n        latest: oText('.smaller').replace(/.+\\D(\\d+-\\d+-\\d+).+\\/\\s*(.+)/, '$2（$1）').replace(/[\\(（【].*[求更谢乐发推].*[】）\\)]/,'').replace(/.*(第[^章]+章)/,'$1'),\n        intro: jText('.book-brief').replace(/\\s*简介：/, '').replace(/[\\s\\t]+/g, ''),\n        cover: o.select('.cover').attr('data-original'),\n        catalogUrl: detail\n    }\n}).filter(v =>v.name);",
      "bookUrl": "catalogUrl",
      "coverUrl": "cover",
      "intro": "intro",
      "kind": "tags",
      "lastChapter": "latest",
      "name": "name",
      "wordCount": "num"
    },
    "ruleToc": {
      "chapterList": ".chapter_item a",
      "chapterName": "a@text##.*(第[^章]+章)|[\\(（【].*[求更谢乐发推].*[】）\\)]##$1",
      "chapterUrl": "a@href##$##,{\"webView\":true}",
      "isVip": "@js:result.outerHtml().includes('lock')",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "/index/get_search_book_list/{{key}}/{{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "女频",
    "bookSourceName": "言情小说吧🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.xs8.cn#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 333,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"🍀全部🎀分类🍀\",\"url\":\"/category/f1_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"现代言情\",\"url\":\"/category/30020_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.26}},\n{\"title\":\"古代言情\",\"url\":\"/category/30013_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.26}},\n{\"title\":\"浪漫青春\",\"url\":\"/category/30031_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.26}},\n{\"title\":\"玄幻言情\",\"url\":\"/category/30001_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"仙侠奇缘\",\"url\":\"/category/30008_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"科幻空间\",\"url\":\"/category/30042_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"/category/30036_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"游戏\",\"url\":\"/category/30050_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"短篇\",\"url\":\"/category/30083_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"轻小说\",\"url\":\"/category/30055_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.22}},\n\n{\"title\":\"🎖全部榜单🎖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"免费\",\"url\":\"/category/f1_f1_f1_1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.26}},\n{\"title\":\"VIP\",\"url\":\"/category/f1_f1_f1_0_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.26}},\n{\"title\":\"风云榜\",\"url\":\"/rank/hxyuepiao?pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.26}},\n{\"title\":\"热销榜\",\"url\":\"/rank/hotsales?pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"新书榜\",\"url\":\"/rank/newbook?pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"周推荐榜\",\"url\":\"/rank/recom?pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"完本榜\",\"url\":\"/rank/finish?pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"点击榜\",\"url\":\"/rank/click?pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"收藏榜\",\"url\":\"/rank/collect?pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1}}\n]\n",
    "header": "",
    "lastUpdateTime": 0,
    "loginUrl": "https://ptlogin.yuewen.com/login",
    "respondTime": 3946,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "downloadUrls": "",
      "intro": "[property=\"og:description\"]@content",
      "kind": "meta[property~=category|status|update_time]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "text.目录@href",
      "wordCount": "[class~=word_num|words|number]@text"
    },
    "ruleContent": {
      "content": "[class~=content|article]@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a[class=\"name default\"]@text||a[class=\"default\"]@text",
      "bookList": ".book-img-text>ul@li||div[class=\"right-book-list\"]>ul>li",
      "bookUrl": "##<a.*?href=\"([^\"]+)\"##$1###",
      "checkKeyWord": "",
      "coverUrl": "##<img.*?src=\"([^\"]+)\"##$1###",
      "intro": "[class~=intro]@text",
      "kind": "p[class=\"author\"]>a.-1@text&&p[class=\"author\"]>span.-1@text&&p[class=\"update\"]>span.-1@text",
      "lastChapter": "p[class=\"update\"]>a.0@text",
      "name": "h4@text||div[class=\"book-img\"]>a.0@text",
      "wordCount": "span[class=\"blue\"]@text"
    },
    "ruleToc": {
      "chapterList": "div[class=\"volume\"]:gt(0)>ul[class=\"cf\"]@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": ""
    },
    "searchUrl": "https://www.xs8.cn/so/{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "久久小说下载",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.9191net.com/",
    "customButton": false,
    "customOrder": 334,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1734457386139,
    "respondTime": 2645,
    "ruleBookInfo": {
      "author": "tag.p@text##分类：.*\n状态：.*\n格式：.*\n大小：.*\n更新：.*\nRAR/ZIP.*|苹果端用户下载方式：.*",
      "init": "",
      "intro": "class.intro_info.0@html",
      "kind": "tag.p!0@a@text",
      "name": "tag.h2@text"
    },
    "ruleContent": {
      "content": "class.downButton@title&&class.downButton@href"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "author",
      "bookList": "class.block",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.a@img@src",
      "intro": "tag.p@a@html",
      "name": "tag.h2@text"
    },
    "ruleToc": {
      "chapterList": "class.ablum_read",
      "chapterName": "tag.a@text"
    },
    "searchUrl": "http://m.9191net.com/search.html?keywords={{key}}&submit=",
    "weight": 0
  },
  {
    "bookSourceComment": "// v 2023-10-13\n// by Thomas喲\n//支持  搜索分享链接  获取歌单\n//例1： https://www.kuwo.cn/playlist_detail/1082685104\n//例2： https://m.kuwo.cn/newh5app/playlist_detail/1082685104\n[//自定义歌单_开始\n// 歌单示例\n{\n\t// debug1 是歌单标识\n\t// 具有唯一性(不能重复，也不能命名为 \"id\" )\n\t\"debug1\": {\n\t\t\"name\": \"歌单示例1\", // 书籍名称\n\t\t\"uname\": \"Thomas喲\", // 书籍作者\n\t\t\"tag\": [\"本地歌单\",\"测试\",], // 标签\n\t\t\"desc\": \"歌单示例1，测试\", // 简介\n\t\t\"img\": \"\",// 封面链接\n\t\t\"musicList\": [\n\t\t\n\t\t\n\t\t\n\t\t], // 歌曲目录\n\t\t},\n\t\"debug2\": {\n\t\t}\n},\n// txt按照歌单示例的格式填写\n[file]/storage/emulated/0/自定义路径/本地歌单示例.txt[/file]\n]//自定义歌单_结束",
    "bookSourceGroup": "音乐",
    "bookSourceName": "酷我音乐（优）",
    "bookSourceType": 1,
    "bookSourceUrl": "https://www.kuwo.cn",
    "customButton": false,
    "customOrder": 335,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\neval(String(source.loginUrl));\nsort = [];\npush = (title, url, type) => sort.push({\n    title: title,\n    url: url,\n    style: {\n        layout_flexGrow: 1,\n        layout_flexBasisPercent: type\n    }\n});\n$$ = (ura, urb) => `data:;base64,{{java.base64Encode(\"${ura+type}发现${urb||\"\"}\")}\\},{\"type\":\"${type}\"}`;\n\n\n\nif ($[\"推荐\"]) {\n    push('༺ 推荐 ༻', null, 1);\n    push('每日推荐', $$('rcm/index/playlist?id=rcm'), 0.4)\n    push('自定歌单', $$('', `${type}本地`), 0.4)\n    push('最新精选', $$('classify/playlist/getRcmPlayList?order=new&pn=\"+page+\"'), 0.4)\n    push('热门精选', $$('classify/playlist/getRcmPlayList?order=hot&pn=\"+page+\"'), 0.4);\n}\n\n\n\nif ($[\"排行\"]) {\n    push('༺ 排行 ༻', null, 1);\n    result = java.hexEncodeToString(`bang/bang/bangMenu?${type}加载`);\n    data = eval(String(source.loginUrl));\n    JSON.parse(data).map($ => {\n        list = $.list.map($ => ({\n            name: $.name,\n            desc: $.intro,\n            img: $.pic,\n            sid: $.sourceid\n        }));\n        list = java.base64Encode(JSON.stringify(list));\n        push($.name, $$(list + type + \"加载\" + type + \"排行\"), 0.25);\n    });\n}\n\n\nx = false;\nfor (key of Arr.slice(2)) {\n    if ($[key]) {\n        x = true;\n        break;\n    }\n}\nif (x) {\n    result = java.hexEncodeToString(`playlist/getTagList?${type}加载`);\n    data = eval(String(source.loginUrl));\n    JSON.parse(data).map(data => {\n        if (data.data.length) {\n            name = data.name.replace('流派', '');\n            if ($[name]) {\n                push('༺ ' + name + ' ༻', null, 1, 1);\n                data.data.map(data => {\n                    push(data.name, $$(`classify/playlist/getTagPlayList?id=${data.id}&pn=\"+page+\"`), 0.2);\n                });\n            }\n        }\n    });\n}\n\nif (!sort.length) push(\"所有的分类都关了，登录打开\", null, 1);\nJSON.stringify(sort);",
    "header": "{\"User-Agent\":\"okhttp/3.10.0\"}",
    "jsLib": "// 常量\ntype = \"#kuwo_cn#\";\nhost = \"https://www.kuwo.cn/\";\n\n\n// 请求头：Secret\nSecret = (e,t) => `<script>\nSecret = function(e,t){\nfor (var n = \"\", i = 0; i < e.length; i++)\n        n += e.charCodeAt(i).toString();\n    n = String(n);\n    var r = Math.floor(n.length / 5),\n        o = parseInt(n.charAt(r) + n.charAt(2 * r) + n.charAt(3 * r) + n.charAt(4 * r) + n.charAt(5 * r)),\n        l = Math.ceil(e.length / 2),\n        c = Math.pow(2, 31) - 1;\n    var d = Math.round(1e9 * Math.random()) % 1e8;\n    for (n += d; n.length > 10;)\n        n = (parseInt(n.substring(0, 10)) + parseInt(n.substring(10, n.length))).toString();\n    n = (o * n + l) % c;\n    var h = \"\",\n        f = \"\";\n    for (i = 0; i < t.length; i++)\n        f += (h = parseInt(t.charCodeAt(i) ^ Math.floor(n / c * 255))) < 16 ? \"0\" + h.toString(16) : h.toString(16),\n        n = (o * n + l) % c;\n    for (d = d.toString(16); d.length < 8;)\n        d = \"0\" + d;\n        return f+d;\n}(\"${e}\",\"${t}\");\n</script>`;\n\n\n\n/**\n * 酷我直链解析加密算法\n * 不知道能用多久，先用着吧\n */\nscript = rid => `<script>\nconst Buffer = {\n    from: t => {\n        r = t.length;\n        e = new Uint8Array(r);\n        for (n = 0; n < r; n++)\n            e[n] = t.charCodeAt(n);\n        return e\n    }\n}\nrange = t => Array.from(new Array(t).keys());\nLong = t => {\n    const r = BigInt(t);\n    return {\n        toString: () => r.toString(),\n        isNegative: () => r < 0,\n        not: () => Long(~r),\n        low: Number(r),\n        or: t => Long(r | BigInt(t)),\n        xor: t => Long(r ^ BigInt(t)),\n        and: t => Long(r & BigInt(t)),\n        equals: t => r === BigInt(t),\n        shiftLeft: t => Long(r << BigInt(t)),\n        shiftRight: t => Long(r >> BigInt(t))\n    }\n};\nLongArray = t => t.map(t => Long(t));\n\n\narrayE = LongArray([\n    31, 0, 1, 2, 3, 4, -1, -1,\n    3, 4, 5, 6, 7, 8, -1, -1,\n    7, 8, 9, 10, 11, 12, -1, -1,\n    11, 12, 13, 14, 15, 16, -1, -1,\n    15, 16, 17, 18, 19, 20, -1, -1,\n    19, 20, 21, 22, 23, 24, -1, -1,\n    23, 24, 25, 26, 27, 28, -1, -1,\n    27, 28, 29, 30, 31, 30, -1, -1\n])\narrayIP = LongArray([\n    57, 49, 41, 33, 25, 17, 9, 1,\n    59, 51, 43, 35, 27, 19, 11, 3,\n    61, 53, 45, 37, 29, 21, 13, 5,\n    63, 55, 47, 39, 31, 23, 15, 7,\n    56, 48, 40, 32, 24, 16, 8, 0,\n    58, 50, 42, 34, 26, 18, 10, 2,\n    60, 52, 44, 36, 28, 20, 12, 4,\n    62, 54, 46, 38, 30, 22, 14, 6\n])\narrayIP_1 = LongArray([\n    39, 7, 47, 15, 55, 23, 63, 31,\n    38, 6, 46, 14, 54, 22, 62, 30,\n    37, 5, 45, 13, 53, 21, 61, 29,\n    36, 4, 44, 12, 52, 20, 60, 28,\n    35, 3, 43, 11, 51, 19, 59, 27,\n    34, 2, 42, 10, 50, 18, 58, 26,\n    33, 1, 41, 9, 49, 17, 57, 25,\n    32, 0, 40, 8, 48, 16, 56, 24\n])\narrayLs = [\n    1, 1, 2, 2, 2, 2, 2, 2,\n    1, 2, 2, 2, 2, 2, 2, 1\n]\narrayLsMask = LongArray([0, 1048577, 3145731])\narrayMask = range(64).map(t => Math.pow(2, t))\narrayMask[63] *= -1\narrayP = LongArray([\n    15, 6, 19, 20, 28, 11, 27, 16,\n    0, 14, 22, 25, 4, 17, 30, 9,\n    1, 7, 23, 13, 31, 26, 2, 8,\n    18, 12, 29, 5, 21, 10, 3, 24\n])\narrayPC_1 = LongArray([\n    56, 48, 40, 32, 24, 16, 8, 0,\n    57, 49, 41, 33, 25, 17, 9, 1,\n    58, 50, 42, 34, 26, 18, 10, 2,\n    59, 51, 43, 35, 62, 54, 46, 38,\n    30, 22, 14, 6, 61, 53, 45, 37,\n    29, 21, 13, 5, 60, 52, 44, 36,\n    28, 20, 12, 4, 27, 19, 11, 3\n])\narrayPC_2 = LongArray([\n    13, 16, 10, 23, 0, 4, -1, -1,\n    2, 27, 14, 5, 20, 9, -1, -1,\n    22, 18, 11, 3, 25, 7, -1, -1,\n    15, 6, 26, 19, 12, 1, -1, -1,\n    40, 51, 30, 36, 46, 54, -1, -1,\n    29, 39, 50, 44, 32, 47, -1, -1,\n    43, 48, 38, 55, 33, 52, -1, -1,\n    45, 41, 49, 35, 28, 31, -1, -1\n])\nmatrixNSBox = [\n    [\n        14, 4, 3, 15, 2, 13, 5, 3,\n        13, 14, 6, 9, 11, 2, 0, 5,\n        4, 1, 10, 12, 15, 6, 9, 10,\n        1, 8, 12, 7, 8, 11, 7, 0,\n        0, 15, 10, 5, 14, 4, 9, 10,\n        7, 8, 12, 3, 13, 1, 3, 6,\n        15, 12, 6, 11, 2, 9, 5, 0,\n        4, 2, 11, 14, 1, 7, 8, 13\n    ],\n    [\n        15, 0, 9, 5, 6, 10, 12, 9,\n        8, 7, 2, 12, 3, 13, 5, 2,\n        1, 14, 7, 8, 11, 4, 0, 3,\n        14, 11, 13, 6, 4, 1, 10, 15,\n        3, 13, 12, 11, 15, 3, 6, 0,\n        4, 10, 1, 7, 8, 4, 11, 14,\n        13, 8, 0, 6, 2, 15, 9, 5,\n        7, 1, 10, 12, 14, 2, 5, 9\n    ],\n    [\n        10, 13, 1, 11, 6, 8, 11, 5,\n        9, 4, 12, 2, 15, 3, 2, 14,\n        0, 6, 13, 1, 3, 15, 4, 10,\n        14, 9, 7, 12, 5, 0, 8, 7,\n        13, 1, 2, 4, 3, 6, 12, 11,\n        0, 13, 5, 14, 6, 8, 15, 2,\n        7, 10, 8, 15, 4, 9, 11, 5,\n        9, 0, 14, 3, 10, 7, 1, 12\n    ],\n    [\n        7, 10, 1, 15, 0, 12, 11, 5,\n        14, 9, 8, 3, 9, 7, 4, 8,\n        13, 6, 2, 1, 6, 11, 12, 2,\n        3, 0, 5, 14, 10, 13, 15, 4,\n        13, 3, 4, 9, 6, 10, 1, 12,\n        11, 0, 2, 5, 0, 13, 14, 2,\n        8, 15, 7, 4, 15, 1, 10, 7,\n        5, 6, 12, 11, 3, 8, 9, 14\n    ],\n    [\n        2, 4, 8, 15, 7, 10, 13, 6,\n        4, 1, 3, 12, 11, 7, 14, 0,\n        12, 2, 5, 9, 10, 13, 0, 3,\n        1, 11, 15, 5, 6, 8, 9, 14,\n        14, 11, 5, 6, 4, 1, 3, 10,\n        2, 12, 15, 0, 13, 2, 8, 5,\n        11, 8, 0, 15, 7, 14, 9, 4,\n        12, 7, 10, 9, 1, 13, 6, 3\n    ],\n    [\n        12, 9, 0, 7, 9, 2, 14, 1,\n        10, 15, 3, 4, 6, 12, 5, 11,\n        1, 14, 13, 0, 2, 8, 7, 13,\n        15, 5, 4, 10, 8, 3, 11, 6,\n        10, 4, 6, 11, 7, 9, 0, 6,\n        4, 2, 13, 1, 9, 15, 3, 8,\n        15, 3, 1, 14, 12, 5, 11, 0,\n        2, 12, 14, 7, 5, 10, 8, 13\n    ],\n    [\n        4, 1, 3, 10, 15, 12, 5, 0,\n        2, 11, 9, 6, 8, 7, 6, 9,\n        11, 4, 12, 15, 0, 3, 10, 5,\n        14, 13, 7, 8, 13, 14, 1, 2,\n        13, 6, 14, 9, 4, 1, 2, 14,\n        11, 13, 5, 0, 1, 10, 8, 3,\n        0, 11, 3, 5, 9, 4, 15, 2,\n        7, 8, 12, 15, 10, 7, 6, 12\n    ],\n    [\n        13, 7, 10, 0, 6, 9, 5, 15,\n        8, 4, 3, 10, 11, 14, 12, 5,\n        2, 11, 9, 6, 15, 12, 0, 3,\n        4, 1, 14, 13, 1, 2, 7, 8,\n        1, 2, 12, 15, 10, 4, 0, 3,\n        13, 14, 6, 9, 7, 8, 9, 6,\n        15, 1, 5, 12, 3, 10, 14, 5,\n        8, 7, 11, 0, 4, 13, 2, 11\n    ]\n]\nbitTransform = (t, r, e) => {\n    let n = Long(0);\n    return range(r).forEach(r => {\n        t[r].isNegative() || e.and(arrayMask[t[r].low]).equals(0) || (n = n.or(arrayMask[r]))\n    }), n\n}\nDES64 = (t, r) => {\n        e = [],\n        n = [];\n        f = bitTransform(arrayIP, 64, r);\n    return n[0] = f.and(4294967295),\n    n[1] = f.and(-4294967296).shiftRight(32),\n    range(16).forEach(r => {\n        let f = Long(0);\n        i = Long(n[1]),\n        i = bitTransform(arrayE, 64, i).xor(t[r]),\n        range(8).forEach(t => {\n            e[t] = i.shiftRight(8 * t).and(255)\n        }),\n        range(8).reverse().forEach(t => {\n            f = f.shiftLeft(4).or(matrixNSBox[t][e[t]])\n        }),\n        i = bitTransform(arrayP, 32, f),\n        o = Long(n[0]),\n        n[0] = Long(n[1]),\n        n[1] = o.xor(i)\n    }),\n    n.reverse(),\n    f = n[1].shiftLeft(32).and(-4294967296).or(n[0].and(4294967295)),\n    f = bitTransform(arrayIP_1, 64, f)\n}\nsubKeys = (t, r) => {\n    let n = bitTransform(arrayPC_1, 56, t);\n    range(16).forEach(t => {\n        n = n.and(arrayLsMask[arrayLs[t]]).shiftLeft(28 - arrayLs[t]).or(n.and(arrayLsMask[arrayLs[t]].not()).shiftRight(arrayLs[t])),\n        r[t] = bitTransform(arrayPC_2, 64, n)\n    })\n}\nencrypt = t => {\n    const r = Buffer.from(\"ylzsxkwm\");\n    let n = Long(0);\n    range(8).forEach(t => {\n        n = Long(r[t]).shiftLeft(8 * t).or(n)\n    });\n    const o = Math.floor(t.length / 8),\n        i = range(16).map(() => Long(0));\n    subKeys(n, i);\n    const f = range(o).map(() => Long(0));\n    range(o).forEach(r => {\n        range(8).forEach(e => {\n            f[r] = Long(t[e + 8 * r]).shiftLeft(8 * e).or(f[r])\n        })\n    });\n    const s = [];\n    range(o).forEach(t => {\n        s[t] = DES64(i, f[t])\n    });\n    const u = t.slice(8 * o);\n    let h = Long(0);\n    range(t.length % 8).forEach(t => {\n        h = Long(u[t]).shiftLeft(8 * t).or(h)\n    }), s[o] = DES64(i, h);\n    const a = [];\n    let c = 0;\n    return s.forEach(t => {\n        range(8).forEach(r => {\n            a[c] = t.shiftRight(8 * r).and(255).low;\n            c ++\n        })\n    }), a;\n}\n$exports = function(rid) {\n    // flac|mp3|aac\n    t = 'corp=kuwo&p2p=1&type=convert_url2&format=mp3|aac&rid=' + rid;\n    b = encrypt(Buffer.from(t));\n    return window.btoa(String.fromCharCode.apply(null, b));\n}(${rid})\n</script>`",
    "lastUpdateTime": 1759439111958,
    "loginUi": "[{\n    \"name\": \"　　　　　　　　↓发现设置↓　　　　　　　　\",\n    \"type\": \"button\",\n    \"action\": \"$$('全部')\"\n}, {\n    \"name\": \"　　　 推荐 　　　\",\n    \"type\": \"button\",\n    \"action\": \"$$('推荐')\"\n}, {\n    \"name\": \"　　　 排行 　　　\",\n    \"type\": \"button\",\n    \"action\": \"$$('排行')\"\n}, {\n    \"name\": \"　　　 主题 　　　\",\n    \"type\": \"button\",\n    \"action\": \"$$('主题')\"\n}, {\n    \"name\": \"　　　 心情 　　　\",\n    \"type\": \"button\",\n    \"action\": \"$$('心情')\"\n}, {\n    \"name\": \"　　　 场景 　　　\",\n    \"type\": \"button\",\n    \"action\": \"$$('场景')\"\n}, {\n    \"name\": \"　　　 年代 　　　\",\n    \"type\": \"button\",\n    \"action\": \"$$('年代')\"\n}, {\n    \"name\": \"　　　 曲风 　　　\",\n    \"type\": \"button\",\n    \"action\": \"$$('曲风')\"\n}, {\n    \"name\": \"　　　 语言 　　　\",\n    \"type\": \"button\",\n    \"action\": \"$$('语言')\"\n}]",
    "loginUrl": "try {\n    [uri, t1, t2] = String(java.hexDecodeToString(result)).split(type);\n\n    headers = cache.get(type + 'Headers');\n    if (headers == null) {\n        headers = {\n            'Referer': host\n        };\n        C = java.head(host + 'favicon.ico?v=1', headers).cookies();\n        e = Object.keys(C)[0];\n        t = unescape(C[e]);\n        headers.Cookie = e + '=' + C[e];\n        headers.Secret = java.webView(Secret(e, t), null, \"Secret\");\n        headers = JSON.stringify({\n            headers: headers\n        });\n        cache.put(type + 'Headers', headers, 300);\n    }\n\n    durl = uri => `data:;base64,${java.base64Encode(uri)},{\"type\":\"${type}\"}`;\n    jurl = (uri, rn, v1) => `${host}api/${v1||\"\"}www/${uri}&rn=${rn}&httpsStatus=1&reqId=${java.randomUUID()}&plat=web_www&from=,${headers}`;\n    ajax_data = (url, ajaxerr) => {\n        try {\n            return JSON.parse(java.ajax(url)).data;\n        } catch (err) {\n            return ajaxerr < 2 ? ajax_data(url, ajaxerr + 1) : {};\n        }\n    }\n    run = (rn, v1) => data = ajax_data(jurl(uri, rn, v1), 0);\n    file_data = $id => {\n        list = [];\n        flist = eval(String(source.bookSourceComment).replace(/\\[(file|ajax|js)\\]([\\s\\S]+?)\\[\\/\\1\\]/g, ($0, $1, $2) => {\n            try {\n                switch ($1) {\n                    case 'file':\n                        return java.importScript($2);\n                        break;\n                    case 'ajax':\n                        return java.ajax($2.trim());\n                        break;\n                    case 'js':\n                        return eval($2);\n                        break;\n                }\n            } catch (err) {\n                return \"\";\n            }\n        }).replace(/(\\]|})\\s*,\\s*(\\]|})/g, '$1$2').replace(/}\\s*{/g, '},{'));\n        for ($ of flist) {\n            if ($.id) {\n                list.push($);\n            } else {\n                if ($id) {\n                    if (_ = $[$id]) {\n                        _.fid = $id;\n                        _.total = _.musicList.length;\n                        return _;\n                    }\n                } else {\n                    for (fid of Object.keys($)) {\n                        _ = $[fid];\n                        _.fid = fid;\n                        if (_.musicList && _.musicList.length)\n                            _.total = _.musicList.length,\n                            list.push(_);\n                    }\n                }\n            }\n        };\n        if ($id) return java.toast(\"没找到对应资源\"), {};\n        return list;\n    };\n    switch (t1) {\n\n\n        case '搜索':\n            if (t2)\n                data = [run(1)];\n            else\n                data = run(30).list;\n            data = data.map($ => {\n                $.bookUrl = durl(`playlist/playListInfo?pid=${$.id}&pn=1${type}详情`);\n                return $;\n            });\n            break;\n\n\n        case '发现':\n            if (t2)\n                data = file_data();\n            else\n                data = run(30),\n                data = data.data || data.list;\n            data = data.map($ => {\n                $uri = $.fid || `playlist/playListInfo?pid=${$.id}&pn=1`;\n                $.bookUrl = durl(`${$uri+type}详情${$.fid?type+\"本地\":\"\"}`);\n                return $;\n            });\n            break;\n\n\n        case '加载':\n            if (t2)\n                data = JSON.parse(java.base64Decode(uri)).map($ => {\n                    $uri = `bang/bang/musicList?bangId=${$.sid}&pn=1`;\n                    $.bookUrl = durl($uri + type + \"详情\");\n                    return $;\n                });\n            else\n                data = run(1);\n            break;\n\n\n        case '详情':\n            if (t2)\n                data = file_data(uri);\n            else\n                data = run(1);\n            data.tocUrl = durl(uri + type + \"目录\" + (data.fid ? type + \"本地\" : \"\"));\n            break;\n\n\n        case '目录':\n            if (t2)\n                data = file_data(uri);\n            else {\n                data = run(30);\n\n                // 目录下一页\n                p = data.total || data.num;\n                if (p > 30) {\n                    i = +uri.match(/pn=(\\d+)/)[1];\n                    if (p > 30 * i)\n                        java.put(\"nextTocUrl\", durl(uri.replace('pn=' + i, 'pn=' + (i + 1)) + type + \"目录\"));\n                }\n            }\n            data = data.musicList.map($ => {\n                return {\n                    name: $.name,\n                    zyid: durl($.rid + type + \"正文\" + ($.isListenFee ? type + 'vip' : '')),\n                    info: `🔖 ${$.isListenFee?'Paid':'Free'}Music　📼 ${$.songTimeMinutes}　🎻 ` + $.artist,\n                    vip: $.isListenFee\n                };\n            });\n            break;\n\n\n        case '正文':\n            data = {};\n            try {\n                if (t2) throw new Error(\"is vipmusic\");\n                uri = \"music/playUrl?mid=\" + uri + \"&type=music&\";\n                url = run(1, 'v1/').url;\n            } catch (err) {\n                q = java.webView(script(uri), null, \"$exports\");\n                url = 'http://mobi.kuwo.cn/mobi.s?f=kuwo&q=' + q;\n                url = java.get(url, {\n                    \"User-Agent\": \"okhttp/3.10.0\"\n                }).body().match(/url=(\\S+)/)[1];\n            }\n            break;\n\n\n    }\n    JSON.stringify(data);\n} catch (Error) {\n    try {\n        [uri, t1, t2] = String(java.hexDecodeToString(result)).split(type);\n    } catch (Login) {\n\n\n        Arr = [\"推荐\", \"排行\", \"主题\", \"心情\", \"场景\", \"年代\", \"曲风\", \"语言\"];\n\n        function login(t) {\n            if (t === undefined) return true;\n            java.toast(t);\n            java.log(t);\n        }\n        setv = json => source.setVariable(JSON.stringify(json));\n        yn = yn => yn ? '启用' : '禁用';\n        $$ = (type) => {\n            t2 = type;\n            if (type == '全部') {\n                type = \"推荐\"\n                for (key of Arr.slice(1))\n                    $[key] = !$[type];\n            }\n            login('发现设置：\\n【' + t2 + '】 ' + yn($[type]) + ' => ' + yn($[type] = !$[type]));\n            return setv($);\n        }\n        $ = function() {\n            try {\n                return JSON.parse(source.getVariable());\n            } catch (err) {\n                return null;\n            }\n        }();\n        if ($ == null) {\n            $ = {};\n            for (key of Arr)\n                $[key] = true;\n            setv($);\n        }\n    }\n}",
    "respondTime": 6577,
    "ruleBookInfo": {
      "author": "$.userName||$.uname\n@js:String(result)||\"🎶 酷我音乐\"",
      "canReName": "true",
      "coverUrl": "$.img\n@js:book.coverUrl||result",
      "init": "@js:eval(String(source.loginUrl));",
      "intro": "<br>{{$.desc&&$.info}}\n##^\\s*$##{{$.name}}",
      "kind": "{$.listencnt}播放&&$.tag",
      "name": "$.name",
      "tocUrl": "$.tocUrl",
      "wordCount": "$.total||$.num\n@js:if(result)result+=\"首歌\";"
    },
    "ruleContent": {
      "content": "@js:eval(String(source.loginUrl));url"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.uname\n@js:String(result)||\"🎶 酷我音乐\"",
      "bookList": "<js>eval(String(source.loginUrl))</js>$.[*]",
      "bookUrl": "$.bookUrl",
      "checkKeyWord": "熊子",
      "coverUrl": "$.img\n@js:String(result)||'https://missuo.ru/file/51e785d34aba81f61994f.jpg'",
      "intro": "$.desc&&$.info\n##^\\s*$##{{$.name}}",
      "kind": "{$.listencnt}播放&&$.tag",
      "name": "$.name",
      "wordCount": "{$.total}首歌"
    },
    "ruleToc": {
      "chapterList": "<js>eval(String(source.loginUrl))</js>$.[*]",
      "chapterName": "$.name",
      "chapterUrl": "$.zyid",
      "nextTocUrl": "@js:java.get(\"nextTocUrl\");",
      "updateTime": "$.info"
    },
    "searchUrl": "@js:\nmat = key.match(/kuwo\\.cn.*\\/playlist(_detail)?\\/(\\d+)/);\nif(mat)\nt2=type+\"详情\",uri = \"playlist/playListInfo?pid=\"+mat[2];\nelse\nt2=\"\",uri = \"search/searchPlayListBykeyWord?key=\" + key;\n\n`data:;base64,${java.base64Encode(uri+\"&pn=\"+page+type+\"搜索\"+t2)},{\"type\":\"${type}\"}`",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "💫绾书文学网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://app.wanshu.com:80",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 336,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1693015068654,
    "loginUrl": "{\n  \"url\": \"\"\n}",
    "respondTime": 695,
    "ruleBookInfo": {
      "intro": "description"
    },
    "ruleContent": {
      "content": "@JSon:$..content@js:result.replace(/\\<|\\/|\\p|\\>/g,\"\\n\")"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "author",
      "bookList": "@JSon:$.data",
      "bookUrl": "https://api.wanshu.com/novel/chapterList?novel_id={$.novel_id}",
      "coverUrl": "cover",
      "kind": "category_name",
      "lastChapter": "latest_chapter",
      "name": "name"
    },
    "ruleToc": {
      "chapterList": "@JSon:$.data",
      "chapterName": "name",
      "chapterUrl": "https://api.wanshu.com/novel/chapterInfo?novel_chapter_id={$.id}"
    },
    "searchUrl": "https://api.wanshu.com/novel/search?page={{page}}&pageSize=20&kw={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "女频",
    "bookSourceName": "🎃言情库🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yqk.net#🎃",
    "customButton": false,
    "customOrder": 337,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 3040,
    "ruleBookInfo": {
      "author": "tag.a.2@text",
      "coverUrl": "img@src",
      "init": "class.base",
      "intro": "tag.p.4@text&&tag.p.6@text",
      "kind": "tag.a.3@text",
      "lastChapter": "tag.p.5@a@text",
      "name": "tag.a.1@text",
      "wordCount": "tag.em.0@text"
    },
    "ruleContent": {
      "content": "class.content@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.a.2@text",
      "bookList": "class.left@li!-1",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": "tag.p.3@text&&tag.p.4@text",
      "kind": "tag.a.3@text",
      "lastChapter": "tag.p.5@a@text",
      "name": "tag.a.1@text",
      "wordCount": "tag.em.3@text"
    },
    "ruleToc": {
      "chapterList": "class.chapter@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://www.yqk.net/search.php?searchkey={{key}}&page={{page}},{\n  \"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "音乐",
    "bookSourceName": "猫耳音乐（优）",
    "bookSourceType": 1,
    "bookSourceUrl": "https://www.missevan.com已校验",
    "customButton": false,
    "customOrder": 338,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "百合分类::https://www.missevan.com/dramaapi/filter?filters=0_5_0_0_0&page={{page}}&order=1&page_size=20\n现代::https://www.missevan.com/dramaapi/filter?filters=0_5_0_1_0&page={{page}}&order=1&page_size=20\n古风::https://www.missevan.com/dramaapi/filter?filters=0_5_0_2_0&page={{page}}&order=1&page_size=20\n民国::https://www.missevan.com/dramaapi/filter?filters=0_5_0_3_0&page={{page}}&order=1&page_size=20",
    "lastUpdateTime": 1759439138909,
    "respondTime": 3951,
    "ruleBookInfo": {
      "intro": "class.intro-content@html||$.info.sound.intro",
      "kind": "class.detail-count@text&&class.detail-newest@text&&class.detail-author@text&&class.detail-type@text&&class.detail-tags@text##类型：|标签：无|标签：",
      "tocUrl": "@js:\nif(baseUrl.match(/dramaapi|mdrama/)){\nresult='https://www.missevan.com/dramaapi/getdrama?drama_id='+baseUrl.match(/(\\d+)/)[1]\n}"
    },
    "ruleContent": {
      "content": "$.info.sound.soundurl_128||$.info.sound.soundurl"
    },
    "ruleExplore": {
      "bookList": "$.info.Datas",
      "bookUrl": "https://www.missevan.com/mdrama/drama/{{$.id}},{\"webView\":true}",
      "coverUrl": "$.cover",
      "kind": "$.type_name",
      "lastChapter": "$.newest",
      "name": "$.name"
    },
    "ruleSearch": {
      "author": "$.username||$.author",
      "bookList": "<js>\nkey=java.get('key');\npage=java.get('page');\n\n//创建两个空数组\njson=[];json2=[];\n\n//判定json里是否有列表\nif(JSON.parse(result).info.Datas){\njson=JSON.parse(result).info.Datas;}\n\n//加载单曲搜索页面并转为json\njson1=JSON.parse(java.ajax('https://www.missevan.com/sound/getsearch?s='+key+'&type=3&page_size=10&p='+page));\n\n//判定json里是否有列表\nif(json1.info.Datas){\njson2=json1.info.Datas\n}\n\n//剧集搜索列表与单曲搜索列表拼接\nlist=json.concat(json2);\n\nresult=JSON.stringify(list)\n</js>\n$.[*]",
      "bookUrl": "<js>\nid=String(result).match(/id=(\\d+)/)[1];\nif(!String(result).match(/catalog_name/)){\nresult='https://www.missevan.com/sound/getsound?soundid='+id\n}else{result='https://www.missevan.com/dramaapi/getdrama?drama_id='+id}\n</js>",
      "coverUrl": "$.front_cover||$.cover",
      "intro": "$.abstract",
      "kind": "{$.type_name},{$.catalog_name}##\\{.*?\\}",
      "lastChapter": "$.newest",
      "name": "$.soundstr||$.name"
    },
    "ruleToc": {
      "chapterList": "<js>'['+result+']'</js>\n$..info.episodes.episode[*]||$..info.episodes.music[*]||$.[*]",
      "chapterName": "$.name||$.info.sound.soundstr",
      "chapterUrl": "https://www.missevan.com/sound/getsound?soundid={{$.sound_id||$.info.sound.id}}"
    },
    "searchUrl": "https://www.missevan.com/dramaapi/search?s={{key}}&page={{page}}\n@js:java.put('key',key);java.put('page',page);result",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "女频",
    "bookSourceName": "💐 言情小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.yqk.net",
    "customButton": false,
    "customOrder": 339,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"总榜\",\"url\":\"/articles.php?sort=allvisit&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"月榜\",\"url\":\"/articles.php?sort=monthvisit&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"周榜\",\"url\":\"/articles.php?sort=weekvisit&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"最新\",\"url\":\"/articles.php?sort=postdate&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"情节\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"欢喜冤家\",\"url\":\"/qingjie/1/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"情有独钟\",\"url\":\"/qingjie/2/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"候门似海\",\"url\":\"/qingjie/3/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"别后重逢\",\"url\":\"/qingjie/4/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"一见钟情\",\"url\":\"/qingjie/5/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"青梅竹马\",\"url\":\"/qingjie/6/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"日久生情\",\"url\":\"/qingjie/7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古色古香\",\"url\":\"/qingjie/8/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"近水楼台\",\"url\":\"/qingjie/9/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"后知后觉\",\"url\":\"/qingjie/10/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"灵异神怪\",\"url\":\"/qingjie/11/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"斗气冤家\",\"url\":\"/qingjie/12/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"死缠烂打\",\"url\":\"/qingjie/13/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越时空\",\"url\":\"/qingjie/14/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"摩登世界\",\"url\":\"/qingjie/15/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"失而复得\",\"url\":\"/qingjie/16/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"痴心不改\",\"url\":\"/qingjie/17/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"破镜重圆\",\"url\":\"/qingjie/18/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"苦尽甘来\",\"url\":\"/qingjie/19/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"误打误撞\",\"url\":\"/qingjie/20/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"暗恋成真\",\"url\":\"/qingjie/21/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"豪门世家\",\"url\":\"/qingjie/22/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"江湖恩怨\",\"url\":\"/qingjie/23/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"弄假成真\",\"url\":\"/qingjie/24/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"时代\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"唐朝\",\"url\":\"/shidai/1/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"宋朝\",\"url\":\"/shidai/2/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"明朝\",\"url\":\"/shidai/3/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"清朝\",\"url\":\"/shidai/4/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"民国\",\"url\":\"/shidai/5/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"现代\",\"url\":\"/shidai/6/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"架空\",\"url\":\"/shidai/7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"古代\",\"url\":\"/shidai/8/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"地点\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"大陆\",\"url\":\"/didian/1/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"香港\",\"url\":\"/didian/2/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"台湾\",\"url\":\"/didian/3/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"某市\",\"url\":\"/didian/4/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"架空\",\"url\":\"/didian/5/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"外国\",\"url\":\"/didian/6/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"美国\",\"url\":\"/didian/7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"英国\",\"url\":\"/didian/8/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"法国\",\"url\":\"/didian/9/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"澳洲\",\"url\":\"/didian/10/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"德国\",\"url\":\"/didian/11/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"意大利\",\"url\":\"/didian/12/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"加拿大\",\"url\":\"/didian/13/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"新加坡\",\"url\":\"/didian/14/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"日本\",\"url\":\"/didian/15/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"韩国\",\"url\":\"/didian/16/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1751157936215,
    "respondTime": 3428,
    "ruleBookInfo": {
      "author": ".base@a.2@text",
      "coverUrl": ".img@img@src",
      "intro": ".intro@html##.*简介.",
      "kind": ".base@p.4@a@text",
      "lastChapter": ".base@p.5@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".base@a.1@text",
      "wordCount": ".base@em.0@text"
    },
    "ruleContent": {
      "content": ".content@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".left@li",
      "bookUrl": "a.1@href",
      "coverUrl": "img.0@src",
      "intro": "p.4@text##.*简介.|\\s",
      "kind": "p.3@a@text",
      "lastChapter": "a.-1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.1@text",
      "wordCount": "em.-1@text"
    },
    "ruleToc": {
      "chapterList": ".chapter@dd@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\n/search.php,{\n  \"charset\": \"gb2312\",\n  \"method\": \"post\",\n  \"body\": \"searchkey={{key}}&page={{page}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "晋江文学",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.jjwxc.net/free",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 340,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{title:'-------- 分类 --------',url:'',style:{layout_flexBasisPercent:1,  layout_flexGrow: 1}},\n{title:'现代无cp',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx5=5&mainview0=0&sd1=1&lx0=0&fg0=0&collectiontypes=ors&null=0&searchkeywords=&page={{page}}',style:{layout_flexBasisPercent:0.25,  layout_flexGrow: 1}},\n{title:'无cp',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx5=5&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&null=0&searchkeywords=&page={{page}}',style:{layout_flexBasisPercent:0.25,  layout_flexGrow: 1}},\n{title:'古代无cp',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx5=5&mainview0=0&sd2=2&lx0=0&fg0=0&collectiontypes=ors&null=0&searchkeywords=&page={{page}}',style:{layout_flexBasisPercent:0.25,  layout_flexGrow: 1}},\n{title:'现代GL',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd1=1&lx0=0&fg0=0&sortType=0&isfinish=0&collectiontypes=ors&searchkeywords=&page={{page}}',style:{layout_flexBasisPercent:0.25,  layout_flexGrow: 1}},\n{title:'GL',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&null=0&searchkeywords=&page={{page}}&isfinish=2',style:{layout_flexBasisPercent:0.25,  layout_flexGrow: 1}},\n{title:'古代GL',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd2=2&lx0=0&fg0=0&sortType=0&isfinish=0&collectiontypes=ors&searchkeywords=&page={{page}}',style:{layout_flexBasisPercent:0.25,  layout_flexGrow: 1}},\n{title:'现代BL',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd1=1&lx0=0&fg0=0&sortType=0&isfinish=0&collectiontypes=ors&searchkeywords=&page={{page}}',style:{layout_flexBasisPercent:0.25,  layout_flexGrow: 1}},\n{title:'BL',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&null=0&searchkeywords=&page={{page}}',style:{layout_flexBasisPercent:0.25,  layout_flexGrow: 1}},\n{title:'古代BL',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd2=2&lx0=0&fg0=0&collectiontypes=ors&null=0&searchkeywords=&page={{page}}',style:{layout_flexBasisPercent:0.25,  layout_flexGrow: 1}},\n{title:'现代言情',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd1=1&lx0=0&fg0=0&collectiontypes=ors&null=0&searchkeywords=&page={{page}}',style:{layout_flexBasisPercent:0.25,  layout_flexGrow: 1}},\n{title:'言情',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&null=0&searchkeywords={{page}}',style:{layout_flexBasisPercent:0.25,  layout_flexGrow: 1}},\n{title:'古代言情',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd2=2&lx0=0&fg0=0&collectiontypes=ors&null=0&searchkeywords=&page={{page}}',style:{layout_flexBasisPercent:0.25,  layout_flexGrow: 1}},\n{title:'-------- 排行榜 --------',url:'',style:{layout_flexBasisPercent:1,  layout_flexGrow: 1}},\n{title:'我的收藏',url:'https://m.jjwxc.net/my/fav?p={{page}}&r=1,{\"headers\":{  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 8.1.0; JKM-AL00b Build/HUAWEIJKM-AL00b; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 MQQBrowser/6.2 TBS/044807 Mobile Safari/537.36\"}}',style:{'layout_flexGrow': 1}},\n{title:'完结高分',url:'http://www.jjwxc.net/topten.php?orderstr=20&t=0',style:{'layout_flexGrow': 1}},\n{title:'新晋作者',url:'http://www.jjwxc.net/topten.php?orderstr=3',style:{'layout_flexGrow': 1}},\n{title:'月排行榜',url:'http://www.jjwxc.net/topten.php?orderstr=5',style:{'layout_flexGrow': 1}},\n{title:'季排行榜',url:'http://www.jjwxc.net/topten.php?orderstr=4',style:{'layout_flexGrow': 1}},\n{title:'半年排行',url:'http://www.jjwxc.net/topten.php?orderstr=6',style:{'layout_flexGrow': 1}},\n{title:'总分排行',url:'http://www.jjwxc.net/topten.php?orderstr=7',style:{'layout_flexGrow': 1}},\n{title:'字数排行',url:'http://www.jjwxc.net/topten.php?orderstr=8',style:{'layout_flexGrow': 1}},\n{title:'-------- 标签[百合] --------',url:'',style:{layout_flexBasisPercent:1,  layout_flexGrow: 1}},\n{title:'快穿',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq125=125&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'穿书',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq134=134&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'甜文',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq124=124&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'重生',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq75=75&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'爽文',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq137=137&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'系统',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq122=122&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'强强',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq19=19&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'星际',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq135=135&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'生子',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq20=20&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'校园',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq185=185&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'末世',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq81=81&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'女配',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq96=96&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'美食',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq99=99&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'异能',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq72=72&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'玄学',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq206=206&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'打脸',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq138=138&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'清穿',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq18=18&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'女强',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq82=82&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'直播',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq142=142&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'年下',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq21=21&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'武侠',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq11=11&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'逆袭',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq184=184&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'宫斗',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq74=74&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'日韩',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq86=86&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'婚恋',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq78=78&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'竞技',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq70=70&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'科举',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq174=174&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'萌宠',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq205=205&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'恐怖',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq29=29&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'机甲',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq97=97&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'科幻',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq28=28&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'洪荒',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq67=67&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'血族',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq69=69&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'宅斗',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq73=73&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'网红',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq141=141&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'成长',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq183=183&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'职场',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq98=98&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'经商',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq180=180&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'网配',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq84=84&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'美娱',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq140=140&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'商战',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq123=123&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'传奇',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq89=89&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'聊斋',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq188=188&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'婆媳',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq80=80&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'爱情',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx1=1&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'武侠',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx2=2&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'奇幻',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx3=3&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'仙侠',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx4=4&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'游戏',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx5=5&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'传奇',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx6=6&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'科幻',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx7=7&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'童话',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx8=8&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'惊悚',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx9=9&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'悬疑',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx10=10&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'剧情',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx16=16&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'娱乐圈',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq64=64&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'种田文',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq66=66&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'年代文',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq173=173&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'无限流',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq83=83&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'少年漫',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq90=90&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'古穿今',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq65=65&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'升级流',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq139=139&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'少女漫',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq14=14&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'原著向',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq93=93&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'姐弟恋',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq186=186&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'大冒险',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq198=198&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'轻小说',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx17=17&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'穿越时空',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq60=60&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'仙侠修真',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq68=68&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'豪门世家',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq33=33&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'随身空间',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq56=56&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'情有独钟',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq39=39&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'灵异神怪',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq26=26&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'破镜重圆',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq47=47&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'英美衍生',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq17=17&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'虐恋情深',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq42=42&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'青梅竹马',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq62=62&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'超级英雄',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq132=132&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'宫廷侯爵',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq32=32&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'异世大陆',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq57=57&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'悬疑推理',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq128=128&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'天作之合',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq52=52&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'天之骄子',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq54=54&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'游戏网游',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq92=92&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'都市情缘',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq30=30&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'性别转换',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq24=24&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'现代架空',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq126=126&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'未来架空',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq127=127&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'欢喜冤家',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq41=41&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'前世今生',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq49=49&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'幻想空间',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq25=25&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'复仇虐渣',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq145=145&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'东方玄幻',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq144=144&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'朝堂之上',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq178=178&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'奇幻魔幻',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq27=27&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'励志人生',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq121=121&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'民国旧影',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq61=61&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'布衣生活',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq38=38&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'业界精英',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq101=101&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'历史衍生',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq91=91&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'女扮男装',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq136=136&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'市井生活',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq175=175&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'古代幻想',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq189=189&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'西方罗曼',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq59=59&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'平步青云',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq55=55&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'相爱相杀',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq103=103&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'因缘邂逅',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq45=45&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'灵魂转换',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq23=23&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'魔法幻情',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq191=191&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'西方名著',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq16=16&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'江湖恩怨',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq35=35&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'异国奇缘',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq37=37&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'花季雨季',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq31=31&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'制服情缘',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq85=85&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'都市异闻',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq181=181&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'古典名著',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq130=130&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'近水楼台',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq46=46&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'亡灵异族',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq192=192&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'乔装改扮',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq51=51&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'小门小户',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq177=177&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'时代奇缘',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq22=22&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'史诗奇幻',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq199=199&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'阴差阳错',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq53=53&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'恋爱合约',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq48=48&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'异闻传说',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq196=196&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'边缘恋歌',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq44=44&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'三教九流',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq36=36&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'骑士与剑',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq63=63&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'七年之痒',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq79=79&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'授权衍生',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq148=148&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'异想天开',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq190=190&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'乡村爱情',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq58=58&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'爱情战争',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq50=50&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'时尚流行',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq182=182&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'时代新风',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq210=210&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'古典衍生',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx20=20&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'东方衍生',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx18=18&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'西方衍生',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx19=19&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}},\n{title:'其他衍生',url:'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx3=3&mainview0=0&sd0=0&lx21=21&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}',style:{'layout_flexGrow': 1}}]",
    "header": "",
    "lastUpdateTime": 1680672641728,
    "loginUrl": "{\n  \"url\": \"http://m.jjwxc.net/\"\n}",
    "respondTime": 1214,
    "ruleBookInfo": {
      "coverUrl": "class.noveldefaultimage@src",
      "intro": "@js:\nli=String(java.getString('@@class.smallreadbody!0@span@text&&class.rightul.0@tag.li.1@text')).replace(/\\n/g,'•');\nintro=String(java.getString('@@id.novelintro.0@html'));\nresult=String(li+'\\n————————————————————'+intro);\na=result.replace(/作品视角/,'◎作品视角').replace(/\\s{2,}/g,'\\n').replace(/立意/,'◎立意').replace(/内容标签/,'    ◎标签').replace(/一句话简介/,'◎短简').replace(/搜索关键字：/,'◎').replace(/ ┃ /g,'\\n◎').replace(/•◎/g,'\\n◎').replace(/：•/,'：').replace(/(?:◎标签：|◎主角：|◎配角：|◎其它：|◎短简：|◎作品视角：)\\n/g,'').replace(/•$/gm,'')\n##手机地址：",
      "kind": "//*[@itemprop=\"updataStatus\"]/text()&&//*[@itemprop=\"genre\"]/text()&&//*[@itemprop=\"updataStatus\"]/font/text()##-##,",
      "lastChapter": "id.oneboolt@tag.tr.-2@tag.span.0@text&&id.oneboolt@tag.tr.-2@tag.td.-1@tag.span@text\n@js:result.replace(/\\n/g,'·').replace(/(.*?)\\[VIP\\]/,'🔒$1')",
      "name": "tag.title@text##《(.*?)》##$1###",
      "wordCount": "//span[@itemprop=\"wordCount\"]/text()"
    },
    "ruleContent": {
      "content": "class.b module@tag.li.0@textNodes&&class.b module@tag.li.1@textNodes##网友：|评分：|.*分\\｜.{4}",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "author": "@js:if(baseUrl.match(/www/)){\njava.getElement(\"@@tag.a.0\").text()\n}else{java.getElement(\"@@tag.a.1\").text()}",
      "bookList": "tbody@tr!0||class.b module@tag.li!-1",
      "bookUrl": "@js:if(baseUrl.match(/www/)){\njava.getElement(\"@@tag.a.1\").attr(\"href\")\n}else{result=java.getElement(\"@@tag.a.0\").attr(\"href\");\nif(result.match(/\\/(\\d+)/)){\nvar id=result.match(/\\/(\\d+)/)[1]\nresult=\"http://www.jjwxc.net/onebook.php?novelid=\"+id}\nelse{result=java.getElement(\"@@tag.a.p\").attr(\"href\");}}",
      "coverUrl": "tag.td.2@a@href||tag.a.1@href@js:result.replace(/.+novelid=/, 'http:\\/\\/i9-static.jjwxc.net\\/novelimage.php?novelid=')",
      "intro": "class.tooltip@rel&&tag.td.1@a@title##<br>|标签：|简介：|size=\"\\d+\"",
      "kind": "{{@@tag.td.4@text}},{{@@tag.td.5@text}},{{@@tag.td.3@text}},{{@@tag.span@text}}##(\\d+)",
      "lastChapter": "tag.td.8@text||tag.td.-1@text",
      "name": "@js:if(baseUrl.match(/www/)){\nresult=java.getElement(\"@@tag.a.1\").text()\n}else{\na=String(result).match(/有更新/)?'🔥有更新':'';\nresult=String(java.getElement(\"@@tag.a.0\").text()).replace(/《|》/g,'')+a}",
      "wordCount": "tag.td.-3@text"
    },
    "ruleSearch": {
      "author": "tag.a.0@text",
      "bookList": "@css:tbody tr:lt(5)",
      "bookUrl": "tag.a.1@href",
      "intro": "tag.td.2@text",
      "kind": "font@text&&tag.td.3@text&&tag.td.5@text",
      "lastChapter": "<js>\nvar a=String(result).match(/href=\"(onebook.php\\?novelid=\\d+)/)[1];\nvar url=\"http://www.jjwxc.net/\"+a;\norg.jsoup.Jsoup.connect(url).get()</js>\nid.oneboolt@tag.tr.-2@tag.span.0@text##(.*?)\\[VIP\\]##🔒$1",
      "name": "tag.a.1@text"
    },
    "ruleToc": {
      "chapterList": "@css:tr[itemprop~=chapter]",
      "chapterName": "tag.font@text&&tag.a.0@text##\\[VIP\\]\\n*##🔒",
      "chapterUrl": "tag.a.0@href||tag.a.0@rel\n<js>\nid=result.match(/ovelid=(\\d+)&chapterid=(\\d+)/);\nif(String(chapter.title).indexOf('🔒')>-1){\nresult='https://wap.jjwxc.net/vip/'+id[1]+'/'+id[2]\n}else{\nresult='https://m.jjwxc.net/book2/'+id[1]+'/'+id[2]}\n</js>",
      "updateTime": "tag.td.3@text&&tag.td.2@text&&tag.span.-1@text\n@js:result.replace(/\\n/g,'·').replace(/·/,'字·')"
    },
    "searchUrl": "https://www.jjwxc.net/bookbase.php?searchkeywords={{key}}&page={{page}},{\n  \"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "音乐-网易",
    "bookSourceType": 1,
    "bookSourceUrl": "http://music.163.com#芜恙",
    "bookUrlPattern": "https://v1.alapi.cn/api/music/search?keyword=",
    "customButton": false,
    "customOrder": 341,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "❀                                            语   种                                              ❀::\n华语::/discover/playlist/?order=hot&cat=华语\n欧美::/discover/playlist/?order=hot&cat=欧美\n日语::/discover/playlist/?order=hot&cat=日语\n韩语::/discover/playlist/?order=hot&cat=韩语\n粤语::/discover/playlist/?order=hot&cat=粤语\n小语种::/discover/playlist/?order=hot&cat=小语种\n\n❀                                            风   格                                              ❀::\n流行::/discover/playlist/?order=hot&cat=流行\n摇滚::/discover/playlist/?order=hot&cat=摇滚\n民谣::/discover/playlist/?order=hot&cat=民谣\n电子::/discover/playlist/?order=hot&cat=电子\n舞曲::/discover/playlist/?order=hot&cat=舞曲\n说唱::/discover/playlist/?order=hot&cat=说唱\n轻音乐::/discover/playlist/?order=hot&cat=轻音乐\n爵士::/discover/playlist/?order=hot&cat=爵士\n乡村::/discover/playlist/?order=hot&cat=乡村\nR&B/Soul::/discover/playlist/?order=hot&cat=R%26B%2FSoul\n古典::/discover/playlist/?order=hot&cat=古典\n民族::/discover/playlist/?order=hot&cat=民族\n英伦::/discover/playlist/?order=hot&cat=英伦\n金属::/discover/playlist/?order=hot&cat=金属\n朋克::/discover/playlist/?order=hot&cat=朋克\n蓝调::/discover/playlist/?order=hot&cat=蓝调\n雷鬼::/discover/playlist/?order=hot&cat=雷鬼\n世界音乐::/discover/playlist/?order=hot&cat=世界音乐\n拉丁::/discover/playlist/?order=hot&cat=拉丁\n另类/独立::/discover/playlist/?order=hot&cat=另类%2F独立\nNew Age::/discover/playlist/?order=hot&cat=New Age\n古风::/discover/playlist/?order=hot&cat=古风\n后摇::/discover/playlist/?order=hot&cat=后摇\nBossa Nova::/discover/playlist/?order=hot&cat=Bossa Nova\n\n❀                                            场   景                                              ❀::\n清晨::/discover/playlist/?order=hot&cat=清晨\n夜晚::/discover/playlist/?order=hot&cat=夜晚\n学习::/discover/playlist/?order=hot&cat=学习\n工作::/discover/playlist/?order=hot&cat=工作\n午休::/discover/playlist/?order=hot&cat=午休\n下午茶::/discover/playlist/?order=hot&cat=下午茶\n地铁::/discover/playlist/?order=hot&cat=地铁\n驾车::/discover/playlist/?order=hot&cat=驾车\n运动::/discover/playlist/?order=hot&cat=运动\n旅行::/discover/playlist/?order=hot&cat=旅行\n散步::/discover/playlist/?order=hot&cat=散步\n酒吧::/discover/playlist/?order=hot&cat=酒吧\n\n❀                                            情    感                                             ❀::\n怀旧::/discover/playlist/?order=hot&cat=怀旧\n清新::/discover/playlist/?order=hot&cat=清新\n浪漫::/discover/playlist/?order=hot&cat=浪漫\n性感::/discover/playlist/?order=hot&cat=性感\n伤感::/discover/playlist/?order=hot&cat=伤感\n治愈::/discover/playlist/?order=hot&cat=治愈\n放松::/discover/playlist/?order=hot&cat=放松\n孤独::/discover/playlist/?order=hot&cat=孤独\n感动::/discover/playlist/?order=hot&cat=感动\n兴奋::/discover/playlist/?order=hot&cat=兴奋\n快乐::/discover/playlist/?order=hot&cat=快乐\n安静::/discover/playlist/?order=hot&cat=安静\n思念::/discover/playlist/?order=hot&cat=思念\n\n❀                                            主   题                                              ❀::\n综艺::/discover/playlist/?order=hot&cat=综艺\n影视原声::/discover/playlist/?order=hot&cat=影视原声\nACG::/discover/playlist/?order=hot&cat=ACG\n儿童::/discover/playlist/?order=hot&cat=儿童\n校园::/discover/playlist/?order=hot&cat=校园\n游戏::/discover/playlist/?order=hot&cat=游戏\n70后::/discover/playlist/?order=hot&cat=70后\n80后::/discover/playlist/?order=hot&cat=80后\n90后::/discover/playlist/?order=hot&cat=90后\n网络歌曲::/discover/playlist/?order=hot&cat=网络歌曲\nKTV::/discover/playlist/?order=hot&cat=KTV\n经典::/discover/playlist/?order=hot&cat=经典\n翻唱::/discover/playlist/?order=hot&cat=翻唱\n吉他::/discover/playlist/?order=hot&cat=吉他\n钢琴::/discover/playlist/?order=hot&cat=钢琴\n器乐::/discover/playlist/?order=hot&cat=器乐\n榜单::/discover/playlist/?order=hot&cat=榜单\n00后::/discover/playlist/?order=hot&cat=00后",
    "header": "",
    "lastUpdateTime": 1735057762270,
    "loginUrl": "",
    "respondTime": 2415,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "class.m-song-img@tag.img@src||class.u-cover@tag.img@data-src",
      "init": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "@js:'http://music.163.com/song/media/outer/url?id='+baseUrl.match(/id=(\\d+)/)[1]+'.mp3'",
      "nextContentUrl": "",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "@css:a[href^=\"/user\"]@text",
      "bookList": "@css:#m-pl-container>li",
      "bookUrl": "@css:p.dec>a@href||p.name>a@href",
      "coverUrl": "@css:img@src@js:result.split(\"?\")[0]",
      "kind": "@css:.tags>a@text",
      "lastChapter": "",
      "name": "@css:p.dec>a@text"
    },
    "ruleSearch": {
      "author": "$.artists[*].name@js:java.put(\"author\",result);result",
      "bookList": "$.result.songs",
      "bookUrl": "https://music.163.com/song?id={{$.id}}",
      "coverUrl": "",
      "kind": "$.album.name",
      "lastChapter": "",
      "name": "$.name@js:java.put(\"name\",result);result"
    },
    "ruleToc": {
      "chapterList": "id.song-list-pre-cache@class.f-hide@tag.a||class.tit",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ""
    },
    "searchUrl": "http://music.163.com/api/search/get/web?csrf_token=&lpretag=&hlposttag=&s={{key}}&type=1&offset=0&total=true&limit=100",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "电子小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.dzxs8.com#",
    "customButton": false,
    "customOrder": 342,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1734643309418,
    "respondTime": 16488,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "canReName": "",
      "coverUrl": "[property=\"og:image\"]@content",
      "downloadUrls": "<js> a=String(java.getElements(\"#info@p.1@a.2\").attr(\"href\"));\njava.ajax('https://www.dzxs8.com'+a);\n</js>h3 a@href",
      "intro": "🔔 更新时间：{{@@[property=\"og:novel:update_time\"]@content##\\s##🔸}}\n📂 内容简介：{{@@[property=\"og:description\"]@content##.*观看小说:}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "",
      "wordCount": "#info@p.1@a.2@href\n<js>java.ajax(\"https://www.dzxs8.com\"+result)</js>.count span.1@text"
    },
    "ruleContent": {
      "content": "#content p@html##.*更新速度全网最快。",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##.*请点击下一页继续阅读.*"
    },
    "ruleExplore": {
      "author": "dd span.1@text",
      "bookList": ".sitebox dl",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": ".book_des@text",
      "kind": ".uptime@text",
      "lastChapter": "dd a.-1@text",
      "name": "h3 a@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "dd span.0@text",
      "bookList": "dl",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "intro": "dd.2@text",
      "kind": "dd span.2:1:4@text",
      "lastChapter": "dd a.-1@text",
      "name": "dd a.0@text",
      "wordCount": "dd span.3@text"
    },
    "ruleToc": {
      "chapterList": "dl dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "@js:\nurl = \"https://www.dzxs8.com/search.html\";\nbody = \"searchtype=all&searchkey=\"+key;\nhead = {\n\t\"referer\": \"https://www.dzxs8.com/\"\n};\n$ = java.post(url,body,head).headers();\nurl = $.Location||$.location;\nString(url).replace('1.html','{{page}\\}.html');",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "女频",
    "bookSourceName": "🎃就爱言情🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.92yanqing.com#🎃",
    "bookUrlPattern": "https?://m.92yanqing.com/read/\\d+/",
    "customButton": false,
    "customOrder": 343,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 0,
    "respondTime": 2854,
    "ruleBookInfo": {
      "author": "class.author@text##作者：",
      "coverUrl": "class.synopsisArea_detail@tag.img@src",
      "init": "",
      "intro": "class.review@tag.p@textNodes",
      "kind": "class.sort@text##类别：",
      "lastChapter": "class.lastchapter@tag.a.0@text",
      "name": "class.title@text",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "id.chaptercontent@tag.p@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\(本章完\\)"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "class.author.0@text##作者：",
      "bookList": "class.bookbox",
      "bookUrl": "tag.h4@tag.a.0@href",
      "checkKeyWord": "剑来",
      "coverUrl": "class.bookimg@tag.a.0@tag.img@src",
      "intro": "",
      "kind": "class.author.1@text##类型：",
      "lastChapter": "class.update@tag.a.0@text",
      "name": "tag.h4@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.directoryArea.1@tag.p",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey());\norg.jsoup.Jsoup.parse(java.ajax(source.key)).select(\"form\").attr(\"action\")}},{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "七猫小说（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://api-bc.wtzw.com#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 344,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"出版图书\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"现代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=260&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=259&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"青春文学\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=265&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"影视原著\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=539&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"悬疑推理\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=262&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠小说\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=289&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻未来\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=261&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史小说\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=264&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙侠奇缘\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=276&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙侠玄幻\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=288&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现实小说\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=266&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现代军旅\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=290&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"文学艺术\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=240&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人物传记\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=247&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人文科社\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=241&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"少儿教育\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=258&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经管励志\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=242&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经典文学\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=243&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"男生\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"历史\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=56&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"游戏\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=75&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"科幻\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=64&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"体育\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=206&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"影视\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=539&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"穿越\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=373&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"鉴宝\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=47&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"重生\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=779&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"血脉\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=426&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"签到\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=565&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"复仇\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=790&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"丹药\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=428&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"医生\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=156&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"战神\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=527&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"女婿\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=36&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"皇帝\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=62&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"弃少\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=525&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"热血\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=1&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"爽文\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=570&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"现实\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=12&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"悬疑\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=27&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"女总裁\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=89&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"二次元\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=207&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"无限流\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=557&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"强者回归\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=402&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市人生\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=203&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"异术超能\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=219&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"玄幻奇幻\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=202&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠仙侠\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=205&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇闻异事\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=204&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女生\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"短篇\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=541&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"重生\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=779&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"女强\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=620&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"年下\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=631&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"空间\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=345&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"穿越\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=373&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"隐婚\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=481&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"系统\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=782&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"快穿\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=335&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"虐渣\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=739&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n\n{\"title\":\"皇后\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=106&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"王爷\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=125&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"学霸\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=781&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"毒妃\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=109&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"校草\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=701&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"女配\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=191&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"甜宠\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=21&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"搞笑\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=788&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"虐恋\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=16&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"治愈\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=17&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"现代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=1&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"总裁豪门\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=8&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=2&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"种田经商\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=16&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"宫闱宅斗\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=209&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"幻想言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=4&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇闻异事\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=204&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"日久生情\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=700&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"影视原著\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=539&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "",
    "lastUpdateTime": 1735065743785,
    "loginUrl": "",
    "respondTime": 1747,
    "ruleBookInfo": {
      "author": "author",
      "coverUrl": "image_link",
      "init": "data.book",
      "intro": "&nbsp;&nbsp;🔖更新时间：{{java.timeFormat(java.getString('$.update_time')*1000)}}\t{{'\\n&lrm;\\n'}}🏷️ 标签：{{$.book_tag_list[*].title&&$.category_over_words##・|\\s##，}}{{'\\n'+'​'}}\n\n{{$.intro}}\n{{'\\n&lrm;\\n'}}📍版权来源：{{$.statement##如有疑问可联系:fawu@qimao.com或客服QQ:3598987377}}",
      "kind": "book_tag_list[*].title##\\s##，",
      "lastChapter": "{{$.latest_chapter_title}} • {{java.timeFormat(java.getString('$.update_time')*1000)}}\n<js>result.replace(/\\s\\d+:\\d+/,'')</js>\n<js>result.replace(/\\//g,'-')</js>",
      "name": "title@put:{bid:id}",
      "tocUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.id}}}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\n\"https://api-ks.wtzw.com/api/v1/chapter/chapter-list?\"+urlEncode(params)+\",\"+java.get(\"headers\")",
      "wordCount": "words_num"
    },
    "ruleContent": {
      "content": "@js:\nvar javaImport = new JavaImporter();\njavaImport.importPackage(\n    Packages.java.lang,\n    Packages.javax.crypto.spec,\n    Packages.javax.crypto,\n    Packages.java.util\n);\nwith(javaImport) {\n    function decode(content) {\n        var ivEncData = Base64.getDecoder().decode(String(content));\n        var key = SecretKeySpec(String(\"242ccb8230d709e1\").getBytes(), \"AES\");\n        var iv = IvParameterSpec(Arrays.copyOfRange(ivEncData, 0, 16));\n        var chipher = Cipher.getInstance(\"AES/CBC/PKCS5Padding\");\n        chipher.init(2, key, iv);\n        return String(chipher.doFinal(Arrays.copyOfRange(ivEncData, 16, ivEncData.length)));\n    }\n}\n\n\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':String(java.get('bid')),'chapterId':String(baseUrl.split(\"/\").pop())}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }\n  }\n  return paramStr;\n};\n\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\nurl=\"https://api-ks.wtzw.com/api/v1/chapter/content?\"+urlEncode(params)\ndecode(JSON.parse(java.ajax(url+','+java.get(\"headers\"))).data.content)\n\n"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "<js>\ngender=baseUrl.match(/gender=(\\d+)/)?baseUrl.match(/gender=(\\d+)/)[1]:\"\"\ncategory_id=baseUrl.match(/category_id=(\\d+)/)?baseUrl.match(/category_id=(\\d+)/)[1]:\"\"\nneed_filters=baseUrl.match(/need_filters=(\\d+)/)?baseUrl.match(/need_filters=(\\d+)/)[1]:\"\"\npage=baseUrl.match(/page=(\\d+)/)?baseUrl.match(/page=(\\d+)/)[1]:\"\"\nneed_category=baseUrl.match(/need_category=(\\d+)/)?baseUrl.match(/need_category=(\\d+)/)[1]:\"\"\ntag_id=baseUrl.match(/tag_id=(\\d+)/)?baseUrl.match(/tag_id=(\\d+)/)[1]:\"\"\nsign_key='d3dGiJc651gSQ8w1'\nheaders={'app-version':'51110','platform':'android','reg':'0','AUTHORIZATION':'','application-id':'com.****.reader','net-env':'1','channel':'unknown','qm-params':''}\nheaders['sign']=String(java.md5Encode(Object.keys(headers).sort().reduce((pre,n)=>pre+n+'='+headers[n],'')+sign_key))\n\n\nvar urlEncode = function (param, key, encode) {\n  if(param==null) return '';\n  var paramStr = '';\n  var t = typeof (param);\n  if (t == 'string' || t == 'number' || t == 'boolean') {\n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);\n  } else {\n    for (var i in param) {\n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);\n      paramStr += urlEncode(param[i], k, encode);\n    }\n  }\n  return paramStr;\n};\n\nvar category = function () {\n  params={'gender':gender,'category_id':category_id,'need_filters':need_filters,'page':page,'need_category':need_category}\n  params['sign']=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\n  url=\"https://api-bc.wtzw.com/api/v4/category/get-list?\"+urlEncode(params)\n  return java.ajax(url+','+java.put(\"headers\",JSON.stringify({\"headers\":headers})))\n};\n\nvar tag = function () {\n  params={'gender':gender,'need_filters':need_filters,'page':page,'tag_id':tag_id}\n  params['sign']=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\n  url=\"https://api-bc.wtzw.com/api/v4/tag/index?\"+urlEncode(params)\n  return java.ajax(url+','+java.put(\"headers\",JSON.stringify({\"headers\":headers})))\n};\n\n\nif(baseUrl.match(/category/)){\n  category()\n}else {\n  tag()\n}\n</js>\n$.data.books",
      "bookUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.id}},'imei_ip':'2937357107','teeny_mode':0}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\n\"https://api-bc.wtzw.com/api/v4/book/detail?\"+urlEncode(params)+\",\"+java.get(\"headers\")",
      "coverUrl": "$.image_link",
      "intro": "$.intro",
      "kind": "$.ptags",
      "name": "$.title",
      "wordCount": "$.words_num"
    },
    "ruleSearch": {
      "author": "original_author",
      "bookList": "data.books",
      "bookUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.id}},'imei_ip':'2937357107','teeny_mode':0}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\n\"/api/v4/book/detail?\"+urlEncode(params)+\",\"+java.get(\"headers\")",
      "coverUrl": "image_link",
      "intro": "intro",
      "kind": "ptags",
      "lastChapter": "",
      "name": "original_title",
      "wordCount": "words_num"
    },
    "ruleToc": {
      "chapterList": "data.chapter_lists",
      "chapterName": "title",
      "chapterUrl": "id",
      "updateTime": "{{$.words}}字"
    },
    "searchUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nheaders={'app-version':'51110','platform':'android','reg':'0','AUTHORIZATION':'','application-id':'com.****.reader','net-env':'1','channel':'unknown','qm-params':''}\n\nparams={'gender':'3','imei_ip':'2937357107','page':page,'wd':key}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\n\nheaderSign=String(java.md5Encode(Object.keys(headers).sort().reduce((pre,n)=>pre+n+'='+headers[n],'')+sign_key))\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nheaders['sign']=headerSign\nparams['sign']=paramSign\nbody=urlEncode(params)\n\n\"/api/v5/search/words?\" +body+\",\"+java.put(\"headers\",JSON.stringify({\"headers\":headers}))",
    "weight": 0
  },
  {
    "bookSourceComment": "// Error: 下载链接为空\n\n番茄小说二采网",
    "bookSourceGroup": "免费",
    "bookSourceName": "久久小说网",
    "bookSourceType": 3,
    "bookSourceUrl": "https://www.338i.com",
    "customButton": false,
    "customOrder": 345,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"都市\",\"url\":\"/txt/doushi/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"玄幻\",\"url\":\"/txt/xuanhuan/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"历史\",\"url\":\"/txt/lishi/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"科幻\",\"url\":\"/txt/kehuan/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"仙侠\",\"url\":\"/txt/xianxia/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"同人\",\"url\":\"/txt/tongren/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"游戏\",\"url\":\"/txt/youxi/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"其他\",\"url\":\"/txt/qita/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"书库\",\"url\":\"/txt/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}}]",
    "header": "{\n\t\"User-Agent\": \"Mozilla/5.0 (Linux; Android 12; OXF-AN00 Build/HUAWEIOXF-AN00; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/114.0.5735.196 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 1745854262213,
    "respondTime": 184975,
    "ruleBookInfo": {
      "author": "span:contains(作者) > a@text",
      "coverUrl": "#bookimg > img@src",
      "downloadUrls": "#button_all@.b2@a@href",
      "intro": "#bookintro@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "li:contains(分类) > span@text&&li:contains(状态) > span@text&&li:contains(更新) > span@text",
      "lastChapter": "[property$=og:novel:lastest_chapter_name]@content",
      "name": ".d_title@h1@text",
      "tocUrl": "",
      "wordCount": "li:contains(字数) > span@text"
    },
    "ruleContent": {
      "content": ".m-post@html##<script.*?</script>",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "#sitebox@dl",
      "bookUrl": "a@href",
      "coverUrl": "img@data-original",
      "intro": ".book_des@text",
      "kind": ".book_other@span@text",
      "lastChapter": "dd:contains(最新章节) > a@text",
      "name": "dd@h3@a@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "",
      "bookList": "ol#b_results .b_algo.0",
      "bookUrl": "a.tilk@href",
      "coverUrl": "a.tilk@href\n@js:\nid=result.match(/\\/(\\d+)\\/$/)[1];\nx = id.length-3>0? id.substr(0, id.length-3) : 0;\nimg = `https://www.beqege.cc/cover/${x}/${id}.jpg`;",
      "intro": "链接：{{@@.b_tpcn a@href}}\n简介：{{@@p@text}}",
      "lastChapter": "",
      "name": "<js>\nx=java.getString(\"h2.0@text\");\nif (/第.+章/.test(x) || /《.+》/.test(x)) {\n\tb=null;\n\t}else{\n\t\tb=java.getString(\"h2.0@text\")};\nb;\n</js>##^([^_]+)_.*##$1"
    },
    "ruleToc": {
      "chapterList": "#chapterList@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "@js:\ncookie.removeCookie(\"https://cn.bing.com\")\n\"https://cn.bing.com/search?q=site%3Awww.338i.com%20{{java.encodeURI(key)}}&first={{(page-1)*10+1}},\"+JSON.stringify({\n  'webView': true\n})",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "📖 靠谱小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.kptxt.com/",
    "bookUrlPattern": ".+A-Za-z/\\d*.html",
    "customButton": false,
    "customOrder": 346,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1678685579947,
    "loginUrl": "",
    "respondTime": 12906,
    "ruleBookInfo": {
      "coverUrl": "class.fm@tag.img.0@src",
      "intro": "id.jj@tag.p@text",
      "name": "id.submenu@tag.a.2@text"
    },
    "ruleContent": {
      "content": "class.chapter@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "class.book",
      "bookUrl": "class.name@tag.a@href",
      "coverUrl": "class.cover@tag.img@src",
      "intro": "class.intro@text",
      "name": "class.name@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.list-item@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "search.php?keyword={{key}}&submit=,{\n\"charset\":\"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "//2024.11.27 by辞晨\n//2025/1/22 by天天的鸟蛋蛋 废除webview 方式进入正文 感谢@河鹅和 提供的解密 正文改用解密更新\n//250502修改目录链接by= =\nhttps://www.52mypost.com/\nhttps://www.po52.cc/",
    "bookSourceGroup": "🔞",
    "bookSourceName": "52PO小说🚀",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.52mypost.com/",
    "bookUrlPattern": "https:\\/\\/www.po52\\.cc\\/book\\/\\d+\\/",
    "customButton": false,
    "customOrder": 347,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部🏷分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"全部\",\"url\":\"/category/0/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古代言情\",\"url\":\"/category/120487041773637/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现代言情\",\"url\":\"/category/120487041830982/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"幻想言情\",\"url\":\"/category/120487041876038/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古言\",\"url\":\"/category/13256349831237/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现言\",\"url\":\"/category/13256349900871/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"PO18\",\"url\":\"/category/168322154594373/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻\",\"url\":\"/category/13256349970502/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"青春\",\"url\":\"/category/13256349896776/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"幻情\",\"url\":\"/category/13256349884486/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"悬疑\",\"url\":\"/category/13256349941832/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙侠\",\"url\":\"/category/13256349872198/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"游戏\",\"url\":\"/category/13256349880390/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现实\",\"url\":\"/category/13256350855240/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"轻小说\",\"url\":\"/category/13256349958216/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"纯爱\",\"url\":\"/category/13256366919752/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"同人\",\"url\":\"/category/120487041863750/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"短篇\",\"url\":\"/category/13256366833737/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"其他\",\"url\":\"/category/120487043702854/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}\n]",
    "lastUpdateTime": 1755029787118,
    "respondTime": 1977,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "&nbsp;\n📖 书名：{{@@p.0@text}}\n👤 作者：{{@@p.1@text}}\n🕰 最新：{{@@p.4@text##最新章节：}}\n🏷 简介：{{@@p.5@text}}",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content@js:result\n.replace(/^(\\d+)\\./,'第$1章 ')\n.replace(/^最新章节：/,'')",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "text.章节目录@href",
      "wordCount": "[property$=status]@content"
    },
    "ruleContent": {
      "content": "<js>\nmatch=result.match(/d\\(\".+\"[^\"]+\".+\"\\)/)\nfunction d(a, b){\n\tb = java.md5Encode(b)\n\tiv = b.substring(0, 16)\n\tkey = b.substring(16)\n\tCipher=java.createSymmetricCrypto(\"AES/CBC/PKCS7Padding\" ,key,iv)\n\treturn Cipher.decryptStr(a)}\neval(match[0])\n</js>\np@text"
    },
    "ruleExplore": {
      "author": "span@a.0@text",
      "bookList": ".CGsectionTwo-right-content-unit",
      "bookUrl": "a.0@href",
      "intro": "p.-2@text",
      "lastChapter": "p.-1@text##最近更新",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".SHsectionThree-middle@p",
      "bookUrl": "a.1@href",
      "checkKeyWord": "我的",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "class.BCsectionTwo-top-chapter@li\n<js>\nlist = result.toArray();\ns = /originalOrder = .*?;/.test(src)?eval(src.match(/originalOrder = (.*?);/)[1]):result;\nl = [];\nif(/<li.*?\"\\d+\" .*?-[^\"]+=\"\\d+\">/.test(result)){\n\tnum = String(result).match(/<li.*?\"\\d+\" (.*?-[^\"]+)=\"\\d+\">/)[1];\n\tl = list.sort((a,b)=>a.attr(num)-b.attr(num));\n\t}else{\nfor(i in list){ l[s[i]] = list[i]};\n}\n\nJSON.stringify(l)\n</js>\ntag.a",
      "chapterName": "<js>\ntry{\nresult = String(result);\n!/\\.html/.test(result)?result.match(/class=\"\\\\&quot;g\\\\&quot;\" .*?=\"\\\\&quot;[a-zA-Z\\d\\+=/]+\\\\&quot;\" .*?=\"(.*?)\"/)[1]:java.getString(\"@@data-real||text\");\n}catch(e){\n\tjava.log(e);\n\tresult = result.match(/class=\"\\\\&quot;g\\\\&quot;\" .*?=\"(.*?)\" .*?=\"\\\\&quot;[a-zA-Z\\d\\+=/]+\\\\&quot;\"/)[1]\n\t}\n</js>\n##\\\\|&quot;|\"\n@js:result\n.replace(/^(\\d+)\\./,'第$1章 ')\n.replace(/^(\\d+)\\、\\s/,'第$1章')",
      "chapterUrl": "@href\n<js>\ntry{\nlet re = /class=\"\\\\&quot;g\\\\&quot;\" .*?=\"\\\\&quot;([a-zA-Z\\d\\+=/]+)\\\\&quot;\"/\nresult = /html/.test(result)?result:java.base64Decode(String(src).match(re)[1].replace(/\\\\|&quot;|\"/g,''));\nString(result).replace(/\\\\|\"|&quot;/g,'');\n}catch(e){\n\tjava.log(e);\n\t}\n</js>",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/search/{{key}}/page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//仅支持搜索合集准确全名\n//20250224by= =\nr=org.jsoup.Jsoup.parse(java.ajax(\"https://onehu.xyz/categories/\"))\na=r.select(\".category-item\")\nname=[];\nfor(i in a){\n\tname.push(a[i].attr(\"title\"));\n}\nJSON.stringify(name)",
    "bookSourceGroup": "免费",
    "bookSourceName": "我是盐神（优+）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://onehu.xyz",
    "customButton": false,
    "customOrder": 348,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\neval(String(source.bookSourceComment))\nfenl=[\n{\"title\": \"首页\",  \"url\": \"https://onehu.xyz<,/page/{{page}}/#board>\",  \"style\":{\"layout_flexGrow\": 0,  layout_flexBasisPercent: 0.45}},\n{\"title\": \"分类\",  \"url\": \"https://onehu.xyz/categories/\",  \"style\":{\"layout_flexGrow\": 0,  layout_flexBasisPercent: 0.45}}\n]\nb=name\nfor (i in b){\n\tx=String(b[i]);\nurl=\"https://onehu.xyz/categories/\"+x+\"/<,page/{{page}}/#board>\";\n fenl.push({title: x,url: url,style: {\n\t\tlayout_flexGrow: 1,\n\t\tlayout_flexBasisPercent: 0.5\t}})\n}\n\nJSON.stringify(fenl)\n</js>",
    "lastUpdateTime": 1759293355937,
    "respondTime": 1833,
    "ruleBookInfo": {
      "intro": "[property~=desc]@content",
      "kind": "time@text",
      "name": "[property$=title]@content",
      "wordCount": ".mt-1@span.0@text##\\s字"
    },
    "ruleContent": {
      "content": ".markdown-body@p@textNodes"
    },
    "ruleExplore": {
      "author": ".category-chain-item@text",
      "bookList": ".index-card||.list-group@a||.category-post-list@a",
      "bookUrl": ".index-excerpt__noimg@href||href",
      "intro": "div.0@text##{{book.name}}|{{book.author}}",
      "kind": "time@text##\\r",
      "name": "h1@a@text||.list-group-item-title@text||.list-group-item-action@title"
    },
    "ruleSearch": {
      "bookList": ".list-group a",
      "bookUrl": "href",
      "checkKeyWord": "回答",
      "intro": "href##\\/%",
      "name": ".list-group-item-title@text"
    },
    "ruleToc": {
      "chapterList": ".post-content||.markdown-body",
      "chapterName": "h1@text||p.0@text",
      "chapterUrl": "{baseUrl}"
    },
    "searchUrl": "https://onehu.xyz/categories/{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "安轻小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://minipapi.sfacg.com",
    "customButton": false,
    "customOrder": 349,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "魔幻::https://api.sfacg.com/novels/21/sysTags/novels?sort=latest&systagids=&isfree=both&isfinish=both&updatedays=-1&charcountbegin=0&charcountend=0&page={{page - 1}}&size=20&expand=typeName,tags,discount,discountExpireDate\n玄幻::https://api.sfacg.com/novels/22/sysTags/novels?sort=latest&systagids=&isfree=both&isfinish=both&updatedays=-1&charcountbegin=0&charcountend=0&page={{page - 1}}&size=20&expand=typeName,tags,discount,discountExpireDate\n古风::https://api.sfacg.com/novels/23/sysTags/novels?sort=latest&systagids=&isfree=both&isfinish=both&updatedays=-1&charcountbegin=0&charcountend=0&page={{page - 1}}&size=20&expand=typeName,tags,discount,discountExpireDate\n科幻::https://api.sfacg.com/novels/24/sysTags/novels?sort=latest&systagids=&isfree=both&isfinish=both&updatedays=-1&charcountbegin=0&charcountend=0&page={{page - 1}}&size=20&expand=typeName,tags,discount,discountExpireDate\n校园::https://api.sfacg.com/novels/25/sysTags/novels?sort=latest&systagids=&isfree=both&isfinish=both&updatedays=-1&charcountbegin=0&charcountend=0&page={{page - 1}}&size=20&expand=typeName,tags,discount,discountExpireDate\n都市::https://api.sfacg.com/novels/26/sysTags/novels?sort=latest&systagids=&isfree=both&isfinish=both&updatedays=-1&charcountbegin=0&charcountend=0&page={{page - 1}}&size=20&expand=typeName,tags,discount,discountExpireDate\n游戏::https://api.sfacg.com/novels/27/sysTags/novels?sort=latest&systagids=&isfree=both&isfinish=both&updatedays=-1&charcountbegin=0&charcountend=0&page={{page - 1}}&size=20&expand=typeName,tags,discount,discountExpireDate\n悬疑::https://api.sfacg.com/novels/28/sysTags/novels?sort=latest&systagids=&isfree=both&isfinish=both&updatedays=-1&charcountbegin=0&charcountend=0&page={{page - 1}}&size=20&expand=typeName,tags,discount,discountExpireDate",
    "header": "{\n\"content-type\": \"application/json\",\n\"sf-minip-info\": \"minip_novel/1.0.70(android;10)/wxmp\",\n\"authorization\": \"Basic YW5kcm9pZHVzZXI6MWEjJDUxLXl0Njk7KkFjdkBxeHE=\"\n}",
    "lastUpdateTime": 1734779874899,
    "respondTime": 1692,
    "ruleBookInfo": {
      "author": "$.data.authorName",
      "coverUrl": "$.data.novelCover",
      "intro": "$.data.expand.intro",
      "kind": "$.data.typeName",
      "lastChapter": "$.data.expand.latestChapter.title",
      "name": "$.data.novelName",
      "tocUrl": "https://minipapi.sfacg.com/pas/mpapi/novels/{{$.data.novelId}}/dirs",
      "wordCount": "$.data.charCount"
    },
    "ruleContent": {
      "content": "$.data.expand.content",
      "imageStyle": "",
      "replaceRegex": "",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "$.authorName",
      "bookList": "$.data",
      "bookUrl": "https://minipapi.sfacg.com/pas/mpapi/novels/{{$.novelId}}?expand=latestchapter,chapterCount,typeName,intro,fav,ticket,pointCount,tags,sysTags,signlevel,discount,discountExpireDate,totalNeedFireMoney,originTotalNeedFireMoney",
      "coverUrl": "$.novelCover",
      "kind": "$.expand.typeName",
      "name": "$.novelName",
      "wordCount": "$.charCount"
    },
    "ruleSearch": {
      "author": "$.AuthorName",
      "bookList": "$.Novels",
      "bookUrl": "https://minipapi.sfacg.com/pas/mpapi/novels/{{$.NovelID}}?expand=latestchapter,chapterCount,typeName,intro,fav,ticket,pointCount,tags,sysTags,signlevel,discount,discountExpireDate,totalNeedFireMoney,originTotalNeedFireMoney",
      "coverUrl": "https://rs.sfacg.com/web/novel/images/NovelCover/Big/{{$.NovelCover}}",
      "kind": "$.TypeName",
      "name": "$.NovelName"
    },
    "ruleToc": {
      "chapterList": "$.data.volumeList[*].chapterList[*]",
      "chapterName": "$.title",
      "chapterUrl": "https://minipapi.sfacg.com/pas/mpapi/Chaps/{{$.chapId}}?expand=content,needFireMoney,originNeedFireMoney,tsukkomi&autoOrder=false",
      "isVip": "$.isVip",
      "updateTime": "$.updateTime"
    },
    "searchUrl": "https://m.sfacg.com/API/HTML5.ashx?op=search&keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "追书神器",
    "bookSourceType": 0,
    "bookSourceUrl": "http://b.zhuishushenqi.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 350,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n  \"User-Agent\": \"ZhuiShuShenQi/3.67.5 (Android 8.1.0; Xiaomi Platina / Xiaomi MI 8; ????)[preload=false;locale=zh_CN;clientidbase=android-xiaomi]\"\n}",
    "lastUpdateTime": 1695198527042,
    "loginUrl": "",
    "respondTime": 282,
    "ruleBookInfo": {
      "intro": "@JSon:$.shortIntro",
      "tocUrl": "@JSon:$.[?(@.source=='xbiquge')]._id||$.[?(@.source!='zhuishuvip')]._id||$.[?(@.source!='shuhaha')]._id@js:\"http://api.zhuishushenqi.com/toc/\" + result + \"?view=chapters\""
    },
    "ruleContent": {
      "content": "@JSon:$..body&&$..cpContent@js:result.replace(/请安装.*/g,\"\")"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "@JSon:$.author",
      "bookList": "@JSon:$..books[*]",
      "bookUrl": "@JSon:$._id@js:\"http://api.zhuishushenqi.com/toc?view=summary&book=\" + result",
      "coverUrl": "@JSon:$.cover@js:\"http://statics.zhuishushenqi.com\" + result",
      "kind": "@JSon:$.minorCate&&$.cat&&$.wordCount&&留存{$.retentionRatio}%",
      "lastChapter": "@JSon:$..lastChapter||$.shortIntro",
      "name": "@JSon:$.title"
    },
    "ruleToc": {
      "chapterList": "@JSon:$.chapters",
      "chapterName": "@JSon:$.title",
      "chapterUrl": "@JSon:$.link@js:\"http://chapterup.zhuishushenqi.com/chapter/\" + encodeURIComponent(result)"
    },
    "searchUrl": "books/fuzzy-search?model.sort=0&model.start=0&model.packageName=com.ushaqi.zhuishushenqi&model.query={{key}}&model.limit=50&model.contentType2=1",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "基本中文",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.156zw.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 351,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n\t\"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.92 Safari/537.36\",\n\t\"Referer\": \"http://www.156zw.com/\"\n}",
    "lastUpdateTime": 1732976123801,
    "loginUrl": "",
    "respondTime": 4349,
    "ruleBookInfo": {
      "coverUrl": "id.fmimg@img@src",
      "intro": "id.intro@tag.p.0@textNodes",
      "lastChapter": "id.list@tag.dd.0@a@text"
    },
    "ruleContent": {
      "content": "#nr@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.s4@text",
      "bookList": "class.l@li",
      "bookUrl": "tag.a.0@href",
      "kind": "class.s1@text##\\[|]",
      "lastChapter": "class.s3@a@text",
      "name": "class.s2@a@text"
    },
    "ruleToc": {
      "chapterList": "id.list@dd@a",
      "chapterName": "text",
      "chapterUrl": "href##//www.##//m."
    },
    "searchUrl": "Search/{{key}}",
    "weight": 60
  },
  {
    "bookSourceComment": "//by:cwjdb",
    "bookSourceGroup": "免费",
    "bookSourceName": "红牛小说（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.songdalaw.com",
    "customButton": false,
    "customOrder": 352,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"༺ˇ»`类型分类´«ˇ༻\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"不限\",\"url\":\"/classurl/0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修真\",\"url\":\"/classurl/1_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠\",\"url\":\"/classurl/2_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"情感\",\"url\":\"/classurl/3_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史\",\"url\":\"/classurl/4_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游\",\"url\":\"/classurl/5_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越\",\"url\":\"/classurl/6_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖\",\"url\":\"/classurl/7_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他\",\"url\":\"/classurl/8_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"༺ˇ»`排行分类´«ˇ༻\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"不限\",\"url\":\"/classurl/0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"阅读排行\",\"url\":\"/classurl/0_allvisit_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"推荐排行\",\"url\":\"/classurl/0_allvote_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"收藏排行\",\"url\":\"/classurl/0_goodnum_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"更新时间\",\"url\":\"/classurl/0_lastupdate_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最新小说\",\"url\":\"/classurl/0_postdate_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"༺ˇ»`字数分类´«ˇ༻\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"不限\",\"url\":\"/classurl/0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"30万以下\",\"url\":\"/classurl/0_0_1_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"30万-50万\",\"url\":\"/classurl/0_0_2_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"50万-100万\",\"url\":\"/classurl/0_0_3_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"100万-200万\",\"url\":\"/classurl/0_0_4_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"200万以上\",\"url\":\"/classurl/0_0_5_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"༺ˇ»`进程分类´«ˇ༻\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"不限\",\"url\":\"/classurl/0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"连载中\",\"url\":\"/classurl/0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"已完结\",\"url\":\"/classurl/0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; U; Android 13; zh-Hans-CN; PFJM10 Build/TP1A.220905.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/100.0.4896.58 Quark/6.13.6.581 Mobile Safari/537.36\",\"Accept-Language\":\"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"}",
    "lastUpdateTime": 1759294491023,
    "respondTime": 2384,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": ".intro.0@text",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content##正文卷.|正文.|VIP章节.|免费章节.|VIP卷.|默认卷.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加].*?[】）\\)]",
      "name": "[property$=book_name]@content",
      "tocUrl": "text.在线阅读@href",
      "wordCount": "#info@text<js>String(result).match(/(\\d+)/)[1]+\"万字\"</js>"
    },
    "ruleContent": {
      "content": "#txt@html",
      "replaceRegex": "##新书.*啦~~"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".pub a.0@text",
      "bookList": "#content ul li",
      "bookUrl": ".info h2 a@href",
      "coverUrl": "img@data-original",
      "intro": ".info p@text##【内容简介】|【小说介绍】",
      "kind": ".pub@text<js>String(result).split('/').slice(1,4)</js>##类型：|分类：|更新时间：",
      "lastChapter": ".ft a@text##【最(新章节|近更新)】",
      "name": ".info h2 a@text",
      "wordCount": ".pub@text<js>String(result).split('/')[4].split('.')[0]+\"万字\"</js>"
    },
    "ruleToc": {
      "chapterList": "#chapter a",
      "chapterName": "text\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(\\{（｛【].*[求含理更谢乐发推票盟补加字Kk\\/].*/g,'')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(第.+章)\\s?\\d+/,'$1')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "chapterUrl": "href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}/search/?keyword={{key}}&t=0&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "🍺 绾书文学网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://app.wanshu.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 353,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1692229326202,
    "loginUrl": "",
    "respondTime": 745,
    "ruleBookInfo": {
      "intro": "description"
    },
    "ruleContent": {
      "content": "@JSon:$..content@js:result.replace(/\\<|\\/|\\p|\\>/g,\"\\n\")"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "author",
      "bookList": "@JSon:$.data",
      "bookUrl": "https://api.wanshu.com/novel/chapterList?novel_id={$.novel_id}",
      "coverUrl": "cover",
      "kind": "category_name",
      "lastChapter": "latest_chapter",
      "name": "name"
    },
    "ruleToc": {
      "chapterList": "@JSon:$.data",
      "chapterName": "name",
      "chapterUrl": "https://api.wanshu.com/novel/chapterInfo?novel_chapter_id={$.id}"
    },
    "searchUrl": "https://api.wanshu.com/novel/search?page={{page}}&pageSize=20&kw={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "全本小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.qb5.io",
    "customButton": false,
    "customOrder": 354,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "奇幻玄幻::/shuku-1-{{page}}.html\n武侠仙侠::/shuku-2-{{page}}.html\n都市官场::/shuku-3-{{page}}.html\n历史军事::/shuku-4-{{page}}.html\n游戏竞技::/shuku-7-{{page}}.html\n科幻同人::/shuku-9-{{page}}.html\n经典畅销::/shuku-10-{{page}}.html\n图书杂志::/shuku-11-{{page}}.html\n其他::/shuku-0-{{page}}.html",
    "header": "@js:JSON.stringify({\"Referer\":baseUrl,\"Keep-Alive\":\"\"})",
    "lastUpdateTime": 1681171177621,
    "respondTime": 1662,
    "ruleBookInfo": {
      "author": "class.book w@p.0@text",
      "coverUrl": "class.book w@img@src",
      "intro": "class.description w@text",
      "kind": "class.book w@span[1,2]@text",
      "lastChapter": "ul.0@li.-1@text",
      "name": "class.book w@h1@text",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "id.content@html##<h1>.*?<\\/h1>",
      "replaceRegex": "##未完.*?自动加载所有内容.*|^[^\\n]\\s*第.*章.*"
    },
    "ruleExplore": {
      "author": "p.0@span@text",
      "bookList": "class.hot@dd",
      "bookUrl": "{{@@a.0@href##.html}}/",
      "coverUrl": "a.0@img@src",
      "intro": "p.1@text",
      "kind": "",
      "lastChapter": "",
      "name": "h4@a@text"
    },
    "ruleSearch": {
      "author": "p.0@span@text",
      "bookList": ".hot@dd",
      "bookUrl": "{{@@a.0@href##.html}}/",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "intro": "p.1@text",
      "lastChapter": "",
      "name": "h4@a@text"
    },
    "ruleToc": {
      "chapterList": "ul.0@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "/?c=xs&a=sou&q={{key}}&page={{page}}",
    "weight": 63
  },
  {
    "bookSourceComment": "java.setContent(eval(src.match(/decodeURIComponent\\(\".+\"\\)/g).shift()))\ngs=v=>java.getString(v)\nge=v=>Array.from(java.getElement(v))",
    "bookSourceGroup": "免费",
    "bookSourceName": "书单推荐（优+）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.yuque.com/yuqueyonghun8txcr/psb8yc",
    "customButton": false,
    "customOrder": 355,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"📜哈哈哈的书单\",\"url\":\"https://www.yuque.com/yuqueyonghun8txcr/psb8yc\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}}]",
    "header": "{\n\t\"User-Agent\":\"Mozilla/5.0 (Linux; Android 12; Nexus 5X Build/NRD90M); wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/96.0.4664.104 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 1759384935610,
    "loginUi": "[\n{\n\t\t\"name\": \"❤️加入QQ群(熬夜肝书源611015458)\",\n\t\t\"type\": \"button\",\n\t\t\"action\":\"https://jq.qq.com/?_wv=1027&k=1ZyEEhur\"\n\t}\n]",
    "loginUrl": "♡\n//某些不用的代码\nwhile(false){\n\n\n\nresult={\n \"Eval\":()=>{\n \t eval(String(source.bookSourceComment))\n \t result.name=result.name()\n   return [result]\n },\n \"name\":()=>{\n \t result.author=result.author()\n \t return `《${gs('$.book.name')}》`\n },\n \"author\":()=>{\n \t result.kind=result.kind()\n   return ge('$.book.contributors')\n\t  .map(v=>v.name)\n\t  .join('，')\n\t},\n \"kind\":()=>{\n \t result.wordcount=result.wordcount()\t\n \t return \"书单\"\n },\n \"wordcount\":()=>{\n   result.lastUpdate=result.lastUpdate()\n   return `共${ge('$.book.docs').length}个分类`\n },\n \"lastUpdate\":()=>{\n   result.intro=result.intro()\n\t  return `最后更新于${\n\t   java.timeFormat(new Date(gs('$.book.content_updated_at'))\n\t   .getTime())\n\t  }`\n\t},\n \"intro\":()=>gs('$.book.description'),\n\t\"cover\":'https://i.postimg.cc/sDjHTh9V/22-09-07-00-43-17.jpg',\n \"url\":baseUrl\n}\nresult.Eval()\n\n\n}",
    "respondTime": 1343,
    "ruleBookInfo": {
      "author": "{{Array.from(java.getElement('$.book.contributors')).map(v=>v.name).join('，')}}",
      "intro": "{{\n\tuptime=java.getString('$.book.content_updated_at')\n\tlastuptime=source.getVariable()==''?\n\t   '2000-01-01T01:00:00':source.getVariable()\n\tsource.setVariable(String(uptime))\n uptime=new Date(String(uptime))\n lastuptime=new Date(String(lastuptime))\n\tuptime.getTime()>lastuptime.getTime() ? \n\t   \"『❗️距上次有更新』\":\"『内容暂无更新』\"\n}}\n-右上角刷新获取最新内容\n-需要增加内容可回复评论或联系QQ：3399820438(哈哈哈)\n🍑{{java.getString('$.book.description')}}🍑\n    目录：\n📒{{Array.from(java.getElement('$.book.toc')).map(v=>v.title).join('\\n📒')}}",
      "lastChapter": "最后更新于  {{java.timeFormat(new Date(java.getString('$.book.content_updated_at')).getTime())}}",
      "name": "<js>eval(String(source.bookSourceComment))</js>\n《{{java.getString('$.book.name')}}》",
      "wordCount": "共{{java.getElement('$.book.docs').length}}个分类"
    },
    "ruleContent": {
      "content": "$.data.content##<!doctype lake>\n@js:\nresult.replace(/需要增加内容可回复评论或联系QQ：3399820438\\(哈哈哈\\)/g,'')\n     .replace(/书评：<\\/span>/g,'</span>')\n     .replace(/（）/g,'')",
      "replaceRegex": "##(《.*?》)##\n\n\n  📜$1"
    },
    "ruleExplore": {
      "author": "author",
      "bookList": "@js:\neval(String(source.bookSourceComment))\nname=gs('$.book.name')\ndescription=gs('$.book.description')\nwordcount=ge('$.book.docs').length\nauthor=ge('$.book.contributors').map(v=>v.name).join('，')\nlastUpdate=java.timeFormat(new Date(gs('$.book.content_updated_at')).getTime())\ncover='https://i.postimg.cc/sDjHTh9V/22-09-07-00-43-17.jpg'\nresult=[{\n\t  \t  \"name\":`《${name}》`,\n\t  \t  \"author\":author,\n\t  \t  \"kind\":\"书单\",\n\t  \t  \"wordcount\":`共${wordcount}个分类`,\n\t  \t  \"lastUpdate\":`最后更新于${lastUpdate}`,\n\t  \t  \"intro\":description,\n\t  \t  \"cover\":cover,\n\t  \t  \"url\":baseUrl\n}]",
      "bookUrl": "url",
      "coverUrl": "cover",
      "intro": "intro",
      "kind": "kind",
      "lastChapter": "lastUpdate",
      "name": "name",
      "wordCount": "wordcount"
    },
    "ruleSearch": {
      "author": "author",
      "bookList": "@js:\neval(String(source.bookSourceComment))\nname=gs('$.book.name')\ndescription=gs('$.book.description')\nwordcount=ge('$.book.docs').length\nauthor=ge('$.book.contributors').map(v=>v.name).join('，')\nlastUpdate=java.timeFormat(new Date(gs('$.book.content_updated_at')).getTime())\ncover='https://i.postimg.cc/sDjHTh9V/22-09-07-00-43-17.jpg'\nresult=[{\n\t  \t  \"name\":`《${name}》`,\n\t  \t  \"author\":author,\n\t  \t  \"kind\":\"书单\",\n\t  \t  \"wordcount\":`共${wordcount}个分类`,\n\t  \t  \"lastUpdate\":`最后更新于${lastUpdate}`,\n\t  \t  \"intro\":description,\n\t  \t  \"cover\":cover,\n\t  \t  \"url\":baseUrl\n}]",
      "bookUrl": "url",
      "checkKeyWord": "书单",
      "coverUrl": "cover",
      "intro": "intro",
      "kind": "kind",
      "lastChapter": "lastUpdate",
      "name": "name",
      "wordCount": "wordcount"
    },
    "ruleToc": {
      "chapterList": "@js:\neval(String(source.bookSourceComment))\njava.put('bid',gs('$.book.id'))\nge('$.book.docs')",
      "chapterName": "$.title",
      "chapterUrl": "https://www.yuque.com/api/docs/{{$.slug}}?book_id={{java.get('bid')}}",
      "updateTime": "最后更新于  {{java.timeFormat(new Date(java.getString('$.updated_at')).getTime())}}"
    },
    "searchUrl": "@js:\nkey.match(/(书单|推荐|哈哈哈)/g) ? ' ' : 'https://'",
    "weight": 0
  },
  {
    "bookSourceComment": "//By情无羁25.04.28",
    "bookSourceGroup": "免费",
    "bookSourceName": "60看书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.60ksw.com/",
    "customButton": false,
    "customOrder": 356,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar result = [];\njava.toast(\"🔥正在刷新列表,请稍等！\");\nvar push = (title, url, size) => result.push({\n    \"title\": title,\n    \"url\": url,\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": size\n    }\n});\nvar baseUrl = \"http://www.60ksw.com/bookstore/\";\nvar tag = java.ajax(baseUrl);\nif (tag) {\n    var a = org.jsoup.Jsoup.parse(tag).select(\".class_list a\");\n    push(\"🔥分类小说🔥\", null, 1);\n    for (var i = 0; i < a.length -2; i++) {\n        var title = a[i].text();\n        var url = a[i].attr(\"href\");\n        var size = 0.25;\n        title = String(title).replace(/\\s/g, \"\");\n        url = String(url).replace(/-1\\./,'-{{page}}.');      \n        push(title, url, size);\n        if (i == 10 && a.length > 10) {\n            push(\"🔥字数🔥\", null, 1);\n        }\n        if (i == 16 && a.length > 16) {\n            push(\"🔥进度🔥\", null, 1);\n        }\n        if (i == 19 && a.length > 19) {\n            push(\"🔥榜单🔥\", null, 1);\n        }\n        if (i == 32 && a.length > 32) {\n            push(\"🔥字母🔥\", null, 1);\n        }\n    }\n} else {\n  java.toast(\"🤔列表刷新失败！！！\");     \n} \nJSON.stringify(result);",
    "lastUpdateTime": 1745847380708,
    "respondTime": 10343,
    "ruleBookInfo": {
      "intro": ".bookintro@html",
      "kind": "[name=\"og:novel:category\"]@content",
      "wordCount": ".count@span.-1@text"
    },
    "ruleContent": {
      "content": "#content@html",
      "nextContentUrl": "text.下一@href"
    },
    "ruleExplore": {
      "author": "span.1@text",
      "bookList": "#sitebox dl",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": ".book_des@html",
      "kind": "span[2:3]@text",
      "lastChapter": "a.-1@text",
      "name": "h3@a@text",
      "wordCount": "span.0@text"
    },
    "ruleSearch": {
      "author": ".odd.1@text",
      "bookList": "#nr",
      "bookUrl": "a@href",
      "checkKeyWord": "天命",
      "coverUrl": "a.0@href##.*\\/(\\d+)\\/(\\d+)\\/.*##http://www.60ksw.com/files/article/image/$1/$2/$2s.jpg",
      "kind": ".even.-1@text",
      "lastChapter": ".even.0@text",
      "name": ".odd.0@text",
      "wordCount": ".odd.-1@text"
    },
    "ruleToc": {
      "chapterList": "#chapterlist li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{cookie.removeCookie(source.key)}}/modules/article/search.php,{\n\t\"method\": \"post\",\n  \"charset\": \"GBK\",\n\t\"body\": \"searchkey={{key}}&searchtype=articlename&page={{page}}\"\n\t}",
    "weight": 0
  },
  {
    "bookSourceComment": "\n备用站：https://m.484b.com\n同站： \n御宅屋 https://m.ibbxs.com\n肉肉屋 https://m.rourouwu8.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "新御宅屋②",
    "bookSourceType": 0,
    "bookSourceUrl": "https://mm.xyuzhaiwu.xyz/",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 357,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": "[{\"title\":\"全部/最新\",\"url\":\"/wapsort/0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻\",\"url\":\"/wapsort/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"修真\",\"url\":\"/wapsort/2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"言情\",\"url\":\"/wapsort/3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"都市\",\"url\":\"/wapsort/4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"耽美\",\"url\":\"/wapsort/5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"校园\",\"url\":\"/wapsort/6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"高辣\",\"url\":\"/wapsort/7_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"腹黑\",\"url\":\"/wapsort/8_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"种田\",\"url\":\"/wapsort/9_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"高干\",\"url\":\"/wapsort/10_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"百合\",\"url\":\"/wapsort/11_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"其他\",\"url\":\"/wapsort/12_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}}]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 10; SK) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1721299484464,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 31960,
    "ruleBookInfo": {
      "author": "//*[@id=\"novelMain\"]/div[1]/table/tbody/tr/td[1]/div[1]/h2/text()",
      "canReName": "",
      "coverUrl": "",
      "init": "",
      "intro": "//*[@id=\"novelMain\"]/div[3]/div/pre/text()@js:result.replace(/^/,'    ')",
      "kind": "class.article_info_td@tag.a.0@text&&class.article_info_td@tag.time@text",
      "lastChapter": "class.article_info_td@tag.a.1@text&&class.article_info_td@tag.time@text\n<js>result.replace(/(.*)\\s/,'$1 • ')</js>",
      "name": "//*[@id=\"nr_body\"]/nav/ul/li[2]/text()##\\_.*",
      "tocUrl": "//*[@style=\"color:red;\"]/@href",
      "wordCount": "##总字数：([^<]+)<##$1###@js:result+'字'"
    },
    "ruleContent": {
      "content": "id.nr1@html",
      "imageStyle": "0",
      "nextContentUrl": "//*[@id=\"pt_next\"]/@href",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "tag.strong@text||class.list_author@tag.span@text",
      "bookList": "class.common-bookele||id.list_ul@tag.li",
      "bookUrl": "tag.a.1@href||h3@tag.a.0@href",
      "coverUrl": "@js:'https://img.gb84.com/image/0/15/15s.jpg'",
      "intro": "class.abstract@tag.a@textNodes",
      "kind": "tag.li@tag.a.0@text",
      "lastChapter": "",
      "name": "h3@tag.a.0@text||tag.a.1@text##_PO18",
      "wordCount": "class.lastupdate@tag.time@text"
    },
    "ruleSearch": {
      "author": "tag.strong@text",
      "bookList": "class.common-bookele[0:4]",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "@js:'https://img.gb84.com/image/0/15/15s.jpg'",
      "intro": "",
      "kind": "tag.p.1@text##栏目.",
      "lastChapter": "",
      "name": "tag.a.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "tag.div.0@tag.ul@tag.li!-1@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "//*[@style=\"color:red;\"]/@href",
      "updateTime": ""
    },
    "searchUrl": "/s.php,{\n  \"method\": \"POST\",\n  \"body\": \"type=articlename&s={{key}}\"\n}",
    "variableComment": "",
    "weight": 1
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "个性说网（优+）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.gexingshuo.com",
    "customButton": false,
    "customOrder": 358,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "【好词好句】::/haocihaoju/list_{{page}}.html\n古诗词集::/haocihaoju/gushici/list_{{page}}.html\n唯美句子::/haocihaoju/weimeijuzi/list_{{page}}.html\n伤感句子::/haocihaoju/shangganjuzi/list_{{page}}.html\n幸福句子::/haocihaoju/xingfujuzi/list_{{page}}.html\n爱情句子::/haocihaoju/aiqingjuzi/list_{{page}}.html\n表白句子::/haocihaoju/biaobaijuzi/list_{{page}}.html\n励志句子::/haocihaoju/lizhijuzi/list_{{page}}.html\n【名人名言】::/mingrenmingyan/list_{{page}}.html\n励志名言::/mingrenmingyan/lizhimingyan/list_{{page}}.html\n读书名言::/mingrenmingyan/dushumingyan/list_{{page}}.html\n爱情名言::/mingrenmingyan/aiqingmingyan/list_{{page}}.html\n经典名言::/mingrenmingyan/jingdianmingyan/list_{{page}}.html\n电影台词::/mingrenmingyan/dianyingtaici/list_{{page}}.html\n电视剧台词::/mingrenmingyan/dianshijutaici/list_{{page}}.html\n游戏台词::/mingrenmingyan/youxitaici/list_{{page}}.html\n综艺台词::/mingrenmingyan/zongyitaici/list_{{page}}.html\n【签名大全】::/qianmingdaquan/list_{{page}}.html\n个性签名::/qianmingdaquan/gexingqianming/list_{{page}}.html\n伤感签名::/qianmingdaquan/shangganqianming/list_{{page}}.html\n情侣签名::/qianmingdaquan/qinglvqianming/list_{{page}}.html\n抖音签名::/qianmingdaquan/douyinqianming/list_{{page}}.html\n励志签名::/qianmingdaquan/lizhiqianming/list_{{page}}.html\n微信签名::/qianmingdaquan/weixinqianming/list_{{page}}.html\n暗恋签名::/qianmingdaquan/anlianqianming/list_{{page}}.html\n游戏签名::/qianmingdaquan/youxiqianming/list_{{page}}.html\n古风签名::/qianmingdaquan/gufengqianming/list_{{page}}.html\n快手签名::/qianmingdaquan/kuaishouqianming/list_{{page}}.html\n成熟签名::/qianmingdaquan/chengshuqianming/list_{{page}}.html\n经典签名::/qianmingdaquan/jingdianqianming/list_{{page}}.html\n奋斗签名::/qianmingdaquan/fendouqianming/list_{{page}}.html\n英语签名::/qianmingdaquan/yingyuqianming/list_{{page}}.html\n分手签名::/qianmingdaquan/fenshouqianming/list_{{page}}.html\n心累签名::/qianmingdaquan/xinleiqianming/list_{{page}}.html\n搞笑签名::/qianmingdaquan/gaoxiaoqianming/list_{{page}}.html\n英文签名::/qianmingdaquan/yingwenqianming/list_{{page}}.html\n节日签名::/qianmingdaquan/jieriqianming/list_{{page}}.html\n开心签名::/qianmingdaquan/kaixinqianming/list_{{page}}.html\n唯美签名::/qianmingdaquan/weimeiqianming/list_{{page}}.html\n男生签名::/qianmingdaquan/nanshengqianming/list_{{page}}.html\n女生签名::/qianmingdaquan/nvshengqianming/list_{{page}}.html\n霸气签名::/qianmingdaquan/baqiqianming/list_{{page}}.html\n【头像大全】::/touxiangdaquan/list_{{page}}.html\n男生头像::/touxiangdaquan/nanshengtouxiang/list_{{page}}.html\n女生头像::/touxiangdaquan/nvshengtouxiang/list_{{page}}.html\n情侣头像::/touxiangdaquan/qinglvtouxiang/list_{{page}}.html\n卡通头像::/touxiangdaquan/katongtouxiang/list_{{page}}.html\n个性头像::/touxiangdaquan/gexingtouxiang/list_{{page}}.html\n伤感头像::/touxiangdaquan/shanggantouxiang/list_{{page}}.html\n微信头像::/touxiangdaquan/weixintouxiang/list_{{page}}.html\n抖音头像::/touxiangdaquan/douyintouxiang/list_{{page}}.html\n网红头像::/touxiangdaquan/wanghongtouxiang/list_{{page}}.html\n陌陌头像::/touxiangdaquan/momotouxiang/list_{{page}}.html\n【网名大全】::/wangmingdaquan/list_{{page}}.html\n男生网名::/wangmingdaquan/nanshengwangming/list_{{page}}.html\n女生网名::/wangmingdaquan/nvshengwangming/list_{{page}}.html\n情侣网名::/wangmingdaquan/qinglvwangming/list_{{page}}.html\n伤感网名::/wangmingdaquan/shangganwangming/list_{{page}}.html\n英文网名::/wangmingdaquan/yingwenwangming/list_{{page}}.html\n搞笑网名::/wangmingdaquan/gaoxiaowangming/list_{{page}}.html\n游戏网名::/wangmingdaquan/youxiwangming/list_{{page}}.html\n励志网名::/wangmingdaquan/lizhiwangming/list_{{page}}.html\n抖音网名::/wangmingdaquan/douyinwangming/list_{{page}}.html\n好听网名::/wangmingdaquan/haotingwangming/list_{{page}}.html\n快手网名::/wangmingdaquan/kuaishouwangming/list_{{page}}.html\n微信网名::/wangmingdaquan/weixinwangming/list_{{page}}.html\n符号网名::/wangmingdaquan/fuhaowangming/list_{{page}}.html\n经典网名::/wangmingdaquan/jingdianwangming/list_{{page}}.html\n内涵网名::/wangmingdaquan/nahanwangming/list_{{page}}.html\n古风网名::/wangmingdaquan/gufengwangming/list_{{page}}.html\n一字网名::/wangmingdaquan/yiziwangming/list_{{page}}.html\n二字网名::/wangmingdaquan/erziwangming/list_{{page}}.html\n三字网名::/wangmingdaquan/sanziwangming/list_{{page}}.html\n四字网名::/wangmingdaquan/siziwangming/list_{{page}}.html\n五字网名::/wangmingdaquan/wuziwangming/list_{{page}}.html\n六字网名::/wangmingdaquan/liuziwangming/list_{{page}}.html\n七字网名::/wangmingdaquan/qiziwangming/list_{{page}}.html\n爱情网名::/wangmingdaquan/aiqingwangming/list_{{page}}.html\n【说说大全】::/shuoshuodaquan/list_{{page}}.html\n现实说说::/xinqingshuoshuohenxianshi/list_{{page}}.html\n下雨说说::/xiayu/list_{{page}}.html\n励志说说::/lizhishuoshuo/list_{{page}}.html\n霸气说说::/baqishuoshuo/list_{{page}}.html\n情侣说说::/qinglvshuoshuo/list_{{page}}.html\n考试说说::/kaoshishuoshuo/list_{{page}}.html\n兄弟说说::/xiongdishuoshuo/list_{{page}}.html\n节日说说::/jierishuoshuo/list_{{page}}.html\n幸福说说::/xingfushuoshuo/list_{{page}}.html\n生日说说::/shengrishuoshuo/list_{{page}}.html\n空间说说::/kongjianshuoshuo/list_{{page}}.html\n微信说说::/weixinshuoshuo/list_{{page}}.html\n心累说说::/xinleishuoshuo/list_{{page}}.html\n职场说说::/zhichangshuoshuo/list_{{page}}.html\n古风说说::/gufengshuoshuo/list_{{page}}.html\n内涵说说::/nahanshuoshuo/list_{{page}}.html\n哲理说说::/zhelishuoshuo/list_{{page}}.html\n英文说说::/yingwenshuoshuo/list_{{page}}.html\n毕业说说::/biyeshuoshuo/list_{{page}}.html\n分手说说::/fenshoushuoshuo/list_{{page}}.html\n快手说说::/kuaishoushuoshuo/list_{{page}}.html\n抖音说说::/douyinshuoshuo/list_{{page}}.html\n闺蜜说说::/guimishuoshuo/list_{{page}}.html\n开学说说::/kaixueshuoshuo/list_{{page}}.html\n作业说说::/zuoyeshuoshuo/list_{{page}}.html\n治愈说说::/zhiyushuoshuo/list_{{page}}.html\n无聊说说::/wuliaoshuoshuo/list_{{page}}.html\n旅游说说::/lvyoushuoshuo/list_{{page}}.html\n唯美说说::/weimeishuoshuo/list_{{page}}.html\n超拽说说::/chaozhuaishuoshuo/list_{{page}}.html\n失恋说说::/shilianshuoshuo/list_{{page}}.html\n自己说说::/zijishuoshuo/list_{{page}}.html\n主流说说::/zhuliushuoshuo/list_{{page}}.html\n微博说说::/weiboshuoshuo/list_{{page}}.html\n想家说说::/xiangjiashuoshuo/list_{{page}}.html\n表白说说::/biaobaishuoshuo/list_{{page}}.html\n心烦说说::/xinfanshuoshuo/list_{{page}}.html\n520说说::/520shuoshuo/list_{{page}}.html\n文字控说::/wenzikongshuo/list_{{page}}.html\n男生说说::/nanshengshuoshuo/list_{{page}}.html\n女生说说::/nvshengshuoshuo/list_{{page}}.html\n怀孕说说::/huaiyunshuoshuo/list_{{page}}.html\n情话说说::/qinghuashuoshuo/list_{{page}}.html\n运动说说::/yundongshuoshuo/list_{{page}}.html\n吃饭说说::/chifanshuoshuo/list_{{page}}.html\n结婚说说::/jiehunshuoshuo/list_{{page}}.html\n骂人说说::/marenshuoshuo/list_{{page}}.html\n打工说说::/dagongshuoshuo/list_{{page}}.html\n减肥说说::/jianfeishuoshuo/list_{{page}}.html\n喝酒说说::/hejiushuoshuo/list_{{page}}.html\n青春说说::/qingchunshuoshuo/list_{{page}}.html\n堵车说说::/ducheshuoshuo/list_{{page}}.html\n过年说说::/guonianshuoshuo/list_{{page}}.html\n搬家说说::/banjiashuoshuo/list_{{page}}.html\n友情说说::/youqingshuoshuo/list_{{page}}.html\n起床说说::/qichuangshuoshuo/list_{{page}}.html\n睡觉说说::/shuijueshuoshuo/list_{{page}}.html\n带娃说说::/daiwashuoshuo/list_{{page}}.html\n销售说说::/xiaoshoushuoshuo/list_{{page}}.html\n自拍说说::/zipaishuoshuo/list_{{page}}.html\n做饭说说::/zuofanshuoshuo/list_{{page}}.html\n领证说说::/lingzhengshuoshuo/list_{{page}}.html\n买车说说::/maicheshuoshuo/list_{{page}}.html\n成长说说::/chengchangshuoshuo/list_{{page}}.html\n下雪说说::/xiaxueshuoshuo/list_{{page}}.html\n购物说说::/gouwushuoshuo/list_{{page}}.html\n红包说说::/hongbaoshuoshuo/list_{{page}}.html\n放假说说::/fangjiashuoshuo/list_{{page}}.html\n钓鱼说说::/diaoyushuoshuo/list_{{page}}.html\n【心语大全】::/xinyudaquan/list_{{page}}.html\n早安心语::/xinyudaquan/zaoanxinyu/list_{{page}}.html\n晚安心语::/xinyudaquan/wananxinyu/list_{{page}}.html\n午安心语::/xinyudaquan/wuanxinyu/list_{{page}}.html\n励志心语::/xinyudaquan/lizhixinyu/list_{{page}}.html\n【范文大全】::/fanwendaquan/list_{{page}}.html\n读后感::/duhougan/list_{{page}}.html\n观后感::/guanhougan/list_{{page}}.html\n毕业赠言::/biyezengyan/list_{{page}}.html\n工作总结::/fanwendaquan/gongzuozongjie/list_{{page}}.html\n工作计划::/fanwendaquan/gongzuojihua/list_{{page}}.html\n合同范本::/fanwendaquan/hetongfanben/list_{{page}}.html\n毕业论文::/fanwendaquan/biyelunwen/list_{{page}}.html\n实习报告::/fanwendaquan/shixibaogao/list_{{page}}.html\n心得体会::/fanwendaquan/xindetihui/list_{{page}}.html\n入党申请书::/fanwendaquan/rudangshenqingshu/list_{{page}}.html\n入团申请书::/fanwendaquan/rutuanshenqingshu/list_{{page}}.html\n述职报告::/fanwendaquan/shuzhibaogao/list_{{page}}.html\n演讲稿::/fanwendaquan/yanjianggao/list_{{page}}.html\n介绍信::/fanwendaquan/jieshaoxin/list_{{page}}.html\n主持词::/fanwendaquan/zhuchici/list_{{page}}.html\n导游词::/fanwendaquan/daoyouci/list_{{page}}.html\n邀请函::/fanwendaquan/yaoqinghan/list_{{page}}.html\n策划书::/fanwendaquan/cehuashu/list_{{page}}.html\n检讨书::/fanwendaquan/jiantaoshu/list_{{page}}.html\n放假安排::/fanwendaquan/fangjiaanpai/list_{{page}}.html\n祝福语::/fanwendaquan/zhufuyu/list_{{page}}.html\n上班时间::/fanwendaquan/shangbanshijian/list_{{page}}.html\n高速免费::/fanwendaquan/gaosumianfei/list_{{page}}.html\n评语::/fanwendaquan/pingyu/list_{{page}}.html\n口号::/fanwendaquan/kouhao/list_{{page}}.html\n辞职报告::/fanwendaquan/cizhibaogao/list_{{page}}.html\n转正申请::/fanwendaquan/zhuanzhengshenqing/list_{{page}}.html\n思想汇报::/fanwendaquan/sixianghuibao/list_{{page}}.html\n活动总结::/fanwendaquan/huodongzongjie/list_{{page}}.html\n【情书大全】::/qingshudaquan/list_{{page}}.html\n表白情书::/qingshudaquan/biaobaiqingshu/list_{{page}}.html\n搞笑情书::/qingshudaquan/gaoxiaoqingshu/list_{{page}}.html\n伤感情书::/qingshudaquan/shangganqingshu/list_{{page}}.html\n初恋情书::/qingshudaquan/chulianqingshu/list_{{page}}.html\n感人情书::/qingshudaquan/ganrenqingshu/list_{{page}}.html\n浪漫情书::/qingshudaquan/langmanqingshu/list_{{page}}.html\n【话术大全】::/huashudaquan/list_{{page}}.html\n销售话术::/huashudaquan/xiaoshouhuashu/list_{{page}}.html\n汽车话术::/huashudaquan/qichehuashu/list_{{page}}.html\n房产话术::/huashudaquan/fangchanhuashu/list_{{page}}.html\n保险话术::/huashudaquan/baoxianhuashu/list_{{page}}.html\n淘宝话术::/huashudaquan/taobaohuashu/list_{{page}}.html\n邀约话术::/huashudaquan/yaoyuehuashu/list_{{page}}.html\n回访话术::/huashudaquan/huifanghuashu/list_{{page}}.html\n电销话术::/huashudaquan/dianxiaohuashu/list_{{page}}.html\n赞美话术::/huashudaquan/zanmeihuashu/list_{{page}}.html\n贷款话术::/huashudaquan/daikuanhuashu/list_{{page}}.html\n面试话术::/huashudaquan/mianshihuashu/list_{{page}}.html\n招生话术::/huashudaquan/zhaoshenghuashu/list_{{page}}.html\n导购话术::/huashudaquan/daogouhuashu/list_{{page}}.html\n催款话术::/huashudaquan/cuikuanhuashu/list_{{page}}.html\n创业项目::/chuangyexiangmu/list_{{page}}.html\n【作文大全】::/zuowen/list_{{page}}.html\n一年级作文::/zuowen/yinianzuowen/list_{{page}}.html\n二年级作文::/zuowen/ernianjizuowen/list_{{page}}.html\n三年级作文::/zuowen/sannianjizuowen/list_{{page}}.html\n四年级作文::/zuowen/sinianjizuowen/list_{{page}}.html\n五年级作文::/zuowen/wunianjizuowen/list_{{page}}.html\n六年级作文::/zuowen/liunianjizuowen/list_{{page}}.html\n初一作文::/zuowen/chuyizuowen/list_{{page}}.html\n初二作文::/zuowen/chuerzuowen/list_{{page}}.html\n初三作文::/zuowen/chusanzuowen/list_{{page}}.html\n中考作文::/zuowen/zhongkaozuowen/list_{{page}}.html\n高考作文::/zuowen/gaokaozuowen/list_{{page}}.html\n话题作文::/zuowen/huatizuowen/list_{{page}}.html\n大学论文::/zuowen/daxuelunwen/list_{{page}}.html",
    "lastUpdateTime": 1759384883598,
    "respondTime": 2374,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "class.artcle-con@html",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "bookList": "class.section-list@tag.li",
      "bookUrl": "tag.h5.0@tag.a@href",
      "coverUrl": "class.left_img@tag.img@src",
      "intro": "tag.li.0@tag.p.0@text",
      "name": "tag.h5.0@tag.a@text",
      "wordCount": "class.update-time.0@text##更新时间"
    },
    "ruleSearch": {
      "bookList": "class.section-list@tag.li",
      "bookUrl": "tag.h5.0@tag.a@href",
      "coverUrl": "class.left_img@tag.img@src",
      "intro": "tag.li.0@tag.p.0@text",
      "name": "tag.h5.0@tag.a@text",
      "wordCount": "class.update-time.0@text##更新时间"
    },
    "ruleToc": {
      "chapterList": "class.artcle@h1",
      "chapterName": "tag.h1@text",
      "chapterUrl": "class.artcle@tag.div.4@href"
    },
    "searchUrl": "/search/{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "个性说网（优+）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.gexingshuo.com#一程",
    "customButton": false,
    "customOrder": 359,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "【好词好句】::/haocihaoju/list_{{page}}.html\n古诗词集::/haocihaoju/gushici/list_{{page}}.html\n唯美句子::/haocihaoju/weimeijuzi/list_{{page}}.html\n伤感句子::/haocihaoju/shangganjuzi/list_{{page}}.html\n幸福句子::/haocihaoju/xingfujuzi/list_{{page}}.html\n爱情句子::/haocihaoju/aiqingjuzi/list_{{page}}.html\n表白句子::/haocihaoju/biaobaijuzi/list_{{page}}.html\n励志句子::/haocihaoju/lizhijuzi/list_{{page}}.html\n【名人名言】::/mingrenmingyan/list_{{page}}.html\n励志名言::/mingrenmingyan/lizhimingyan/list_{{page}}.html\n读书名言::/mingrenmingyan/dushumingyan/list_{{page}}.html\n爱情名言::/mingrenmingyan/aiqingmingyan/list_{{page}}.html\n经典名言::/mingrenmingyan/jingdianmingyan/list_{{page}}.html\n电影台词::/mingrenmingyan/dianyingtaici/list_{{page}}.html\n电视剧台词::/mingrenmingyan/dianshijutaici/list_{{page}}.html\n游戏台词::/mingrenmingyan/youxitaici/list_{{page}}.html\n综艺台词::/mingrenmingyan/zongyitaici/list_{{page}}.html\n【签名大全】::/qianmingdaquan/list_{{page}}.html\n个性签名::/qianmingdaquan/gexingqianming/list_{{page}}.html\n伤感签名::/qianmingdaquan/shangganqianming/list_{{page}}.html\n情侣签名::/qianmingdaquan/qinglvqianming/list_{{page}}.html\n抖音签名::/qianmingdaquan/douyinqianming/list_{{page}}.html\n励志签名::/qianmingdaquan/lizhiqianming/list_{{page}}.html\n微信签名::/qianmingdaquan/weixinqianming/list_{{page}}.html\n暗恋签名::/qianmingdaquan/anlianqianming/list_{{page}}.html\n游戏签名::/qianmingdaquan/youxiqianming/list_{{page}}.html\n古风签名::/qianmingdaquan/gufengqianming/list_{{page}}.html\n快手签名::/qianmingdaquan/kuaishouqianming/list_{{page}}.html\n成熟签名::/qianmingdaquan/chengshuqianming/list_{{page}}.html\n经典签名::/qianmingdaquan/jingdianqianming/list_{{page}}.html\n奋斗签名::/qianmingdaquan/fendouqianming/list_{{page}}.html\n英语签名::/qianmingdaquan/yingyuqianming/list_{{page}}.html\n分手签名::/qianmingdaquan/fenshouqianming/list_{{page}}.html\n心累签名::/qianmingdaquan/xinleiqianming/list_{{page}}.html\n搞笑签名::/qianmingdaquan/gaoxiaoqianming/list_{{page}}.html\n英文签名::/qianmingdaquan/yingwenqianming/list_{{page}}.html\n节日签名::/qianmingdaquan/jieriqianming/list_{{page}}.html\n开心签名::/qianmingdaquan/kaixinqianming/list_{{page}}.html\n唯美签名::/qianmingdaquan/weimeiqianming/list_{{page}}.html\n男生签名::/qianmingdaquan/nanshengqianming/list_{{page}}.html\n女生签名::/qianmingdaquan/nvshengqianming/list_{{page}}.html\n霸气签名::/qianmingdaquan/baqiqianming/list_{{page}}.html\n【头像大全】::/touxiangdaquan/list_{{page}}.html\n男生头像::/touxiangdaquan/nanshengtouxiang/list_{{page}}.html\n女生头像::/touxiangdaquan/nvshengtouxiang/list_{{page}}.html\n情侣头像::/touxiangdaquan/qinglvtouxiang/list_{{page}}.html\n卡通头像::/touxiangdaquan/katongtouxiang/list_{{page}}.html\n个性头像::/touxiangdaquan/gexingtouxiang/list_{{page}}.html\n伤感头像::/touxiangdaquan/shanggantouxiang/list_{{page}}.html\n微信头像::/touxiangdaquan/weixintouxiang/list_{{page}}.html\n抖音头像::/touxiangdaquan/douyintouxiang/list_{{page}}.html\n网红头像::/touxiangdaquan/wanghongtouxiang/list_{{page}}.html\n陌陌头像::/touxiangdaquan/momotouxiang/list_{{page}}.html\n【网名大全】::/wangmingdaquan/list_{{page}}.html\n男生网名::/wangmingdaquan/nanshengwangming/list_{{page}}.html\n女生网名::/wangmingdaquan/nvshengwangming/list_{{page}}.html\n情侣网名::/wangmingdaquan/qinglvwangming/list_{{page}}.html\n伤感网名::/wangmingdaquan/shangganwangming/list_{{page}}.html\n英文网名::/wangmingdaquan/yingwenwangming/list_{{page}}.html\n搞笑网名::/wangmingdaquan/gaoxiaowangming/list_{{page}}.html\n游戏网名::/wangmingdaquan/youxiwangming/list_{{page}}.html\n励志网名::/wangmingdaquan/lizhiwangming/list_{{page}}.html\n抖音网名::/wangmingdaquan/douyinwangming/list_{{page}}.html\n好听网名::/wangmingdaquan/haotingwangming/list_{{page}}.html\n快手网名::/wangmingdaquan/kuaishouwangming/list_{{page}}.html\n微信网名::/wangmingdaquan/weixinwangming/list_{{page}}.html\n符号网名::/wangmingdaquan/fuhaowangming/list_{{page}}.html\n经典网名::/wangmingdaquan/jingdianwangming/list_{{page}}.html\n内涵网名::/wangmingdaquan/nahanwangming/list_{{page}}.html\n古风网名::/wangmingdaquan/gufengwangming/list_{{page}}.html\n一字网名::/wangmingdaquan/yiziwangming/list_{{page}}.html\n二字网名::/wangmingdaquan/erziwangming/list_{{page}}.html\n三字网名::/wangmingdaquan/sanziwangming/list_{{page}}.html\n四字网名::/wangmingdaquan/siziwangming/list_{{page}}.html\n五字网名::/wangmingdaquan/wuziwangming/list_{{page}}.html\n六字网名::/wangmingdaquan/liuziwangming/list_{{page}}.html\n七字网名::/wangmingdaquan/qiziwangming/list_{{page}}.html\n爱情网名::/wangmingdaquan/aiqingwangming/list_{{page}}.html\n【说说大全】::/shuoshuodaquan/list_{{page}}.html\n现实说说::/xinqingshuoshuohenxianshi/list_{{page}}.html\n下雨说说::/xiayu/list_{{page}}.html\n励志说说::/lizhishuoshuo/list_{{page}}.html\n霸气说说::/baqishuoshuo/list_{{page}}.html\n情侣说说::/qinglvshuoshuo/list_{{page}}.html\n考试说说::/kaoshishuoshuo/list_{{page}}.html\n兄弟说说::/xiongdishuoshuo/list_{{page}}.html\n节日说说::/jierishuoshuo/list_{{page}}.html\n幸福说说::/xingfushuoshuo/list_{{page}}.html\n生日说说::/shengrishuoshuo/list_{{page}}.html\n空间说说::/kongjianshuoshuo/list_{{page}}.html\n微信说说::/weixinshuoshuo/list_{{page}}.html\n心累说说::/xinleishuoshuo/list_{{page}}.html\n职场说说::/zhichangshuoshuo/list_{{page}}.html\n古风说说::/gufengshuoshuo/list_{{page}}.html\n内涵说说::/nahanshuoshuo/list_{{page}}.html\n哲理说说::/zhelishuoshuo/list_{{page}}.html\n英文说说::/yingwenshuoshuo/list_{{page}}.html\n毕业说说::/biyeshuoshuo/list_{{page}}.html\n分手说说::/fenshoushuoshuo/list_{{page}}.html\n快手说说::/kuaishoushuoshuo/list_{{page}}.html\n抖音说说::/douyinshuoshuo/list_{{page}}.html\n闺蜜说说::/guimishuoshuo/list_{{page}}.html\n开学说说::/kaixueshuoshuo/list_{{page}}.html\n作业说说::/zuoyeshuoshuo/list_{{page}}.html\n治愈说说::/zhiyushuoshuo/list_{{page}}.html\n无聊说说::/wuliaoshuoshuo/list_{{page}}.html\n旅游说说::/lvyoushuoshuo/list_{{page}}.html\n唯美说说::/weimeishuoshuo/list_{{page}}.html\n超拽说说::/chaozhuaishuoshuo/list_{{page}}.html\n失恋说说::/shilianshuoshuo/list_{{page}}.html\n自己说说::/zijishuoshuo/list_{{page}}.html\n主流说说::/zhuliushuoshuo/list_{{page}}.html\n微博说说::/weiboshuoshuo/list_{{page}}.html\n想家说说::/xiangjiashuoshuo/list_{{page}}.html\n表白说说::/biaobaishuoshuo/list_{{page}}.html\n心烦说说::/xinfanshuoshuo/list_{{page}}.html\n520说说::/520shuoshuo/list_{{page}}.html\n文字控说::/wenzikongshuo/list_{{page}}.html\n男生说说::/nanshengshuoshuo/list_{{page}}.html\n女生说说::/nvshengshuoshuo/list_{{page}}.html\n怀孕说说::/huaiyunshuoshuo/list_{{page}}.html\n情话说说::/qinghuashuoshuo/list_{{page}}.html\n运动说说::/yundongshuoshuo/list_{{page}}.html\n吃饭说说::/chifanshuoshuo/list_{{page}}.html\n结婚说说::/jiehunshuoshuo/list_{{page}}.html\n骂人说说::/marenshuoshuo/list_{{page}}.html\n打工说说::/dagongshuoshuo/list_{{page}}.html\n减肥说说::/jianfeishuoshuo/list_{{page}}.html\n喝酒说说::/hejiushuoshuo/list_{{page}}.html\n青春说说::/qingchunshuoshuo/list_{{page}}.html\n堵车说说::/ducheshuoshuo/list_{{page}}.html\n过年说说::/guonianshuoshuo/list_{{page}}.html\n搬家说说::/banjiashuoshuo/list_{{page}}.html\n友情说说::/youqingshuoshuo/list_{{page}}.html\n起床说说::/qichuangshuoshuo/list_{{page}}.html\n睡觉说说::/shuijueshuoshuo/list_{{page}}.html\n带娃说说::/daiwashuoshuo/list_{{page}}.html\n销售说说::/xiaoshoushuoshuo/list_{{page}}.html\n自拍说说::/zipaishuoshuo/list_{{page}}.html\n做饭说说::/zuofanshuoshuo/list_{{page}}.html\n领证说说::/lingzhengshuoshuo/list_{{page}}.html\n买车说说::/maicheshuoshuo/list_{{page}}.html\n成长说说::/chengchangshuoshuo/list_{{page}}.html\n下雪说说::/xiaxueshuoshuo/list_{{page}}.html\n购物说说::/gouwushuoshuo/list_{{page}}.html\n红包说说::/hongbaoshuoshuo/list_{{page}}.html\n放假说说::/fangjiashuoshuo/list_{{page}}.html\n钓鱼说说::/diaoyushuoshuo/list_{{page}}.html\n【心语大全】::/xinyudaquan/list_{{page}}.html\n早安心语::/xinyudaquan/zaoanxinyu/list_{{page}}.html\n晚安心语::/xinyudaquan/wananxinyu/list_{{page}}.html\n午安心语::/xinyudaquan/wuanxinyu/list_{{page}}.html\n励志心语::/xinyudaquan/lizhixinyu/list_{{page}}.html\n【范文大全】::/fanwendaquan/list_{{page}}.html\n读后感::/duhougan/list_{{page}}.html\n观后感::/guanhougan/list_{{page}}.html\n毕业赠言::/biyezengyan/list_{{page}}.html\n工作总结::/fanwendaquan/gongzuozongjie/list_{{page}}.html\n工作计划::/fanwendaquan/gongzuojihua/list_{{page}}.html\n合同范本::/fanwendaquan/hetongfanben/list_{{page}}.html\n毕业论文::/fanwendaquan/biyelunwen/list_{{page}}.html\n实习报告::/fanwendaquan/shixibaogao/list_{{page}}.html\n心得体会::/fanwendaquan/xindetihui/list_{{page}}.html\n入党申请书::/fanwendaquan/rudangshenqingshu/list_{{page}}.html\n入团申请书::/fanwendaquan/rutuanshenqingshu/list_{{page}}.html\n述职报告::/fanwendaquan/shuzhibaogao/list_{{page}}.html\n演讲稿::/fanwendaquan/yanjianggao/list_{{page}}.html\n介绍信::/fanwendaquan/jieshaoxin/list_{{page}}.html\n主持词::/fanwendaquan/zhuchici/list_{{page}}.html\n导游词::/fanwendaquan/daoyouci/list_{{page}}.html\n邀请函::/fanwendaquan/yaoqinghan/list_{{page}}.html\n策划书::/fanwendaquan/cehuashu/list_{{page}}.html\n检讨书::/fanwendaquan/jiantaoshu/list_{{page}}.html\n放假安排::/fanwendaquan/fangjiaanpai/list_{{page}}.html\n祝福语::/fanwendaquan/zhufuyu/list_{{page}}.html\n上班时间::/fanwendaquan/shangbanshijian/list_{{page}}.html\n高速免费::/fanwendaquan/gaosumianfei/list_{{page}}.html\n评语::/fanwendaquan/pingyu/list_{{page}}.html\n口号::/fanwendaquan/kouhao/list_{{page}}.html\n辞职报告::/fanwendaquan/cizhibaogao/list_{{page}}.html\n转正申请::/fanwendaquan/zhuanzhengshenqing/list_{{page}}.html\n思想汇报::/fanwendaquan/sixianghuibao/list_{{page}}.html\n活动总结::/fanwendaquan/huodongzongjie/list_{{page}}.html\n【情书大全】::/qingshudaquan/list_{{page}}.html\n表白情书::/qingshudaquan/biaobaiqingshu/list_{{page}}.html\n搞笑情书::/qingshudaquan/gaoxiaoqingshu/list_{{page}}.html\n伤感情书::/qingshudaquan/shangganqingshu/list_{{page}}.html\n初恋情书::/qingshudaquan/chulianqingshu/list_{{page}}.html\n感人情书::/qingshudaquan/ganrenqingshu/list_{{page}}.html\n浪漫情书::/qingshudaquan/langmanqingshu/list_{{page}}.html\n【话术大全】::/huashudaquan/list_{{page}}.html\n销售话术::/huashudaquan/xiaoshouhuashu/list_{{page}}.html\n汽车话术::/huashudaquan/qichehuashu/list_{{page}}.html\n房产话术::/huashudaquan/fangchanhuashu/list_{{page}}.html\n保险话术::/huashudaquan/baoxianhuashu/list_{{page}}.html\n淘宝话术::/huashudaquan/taobaohuashu/list_{{page}}.html\n邀约话术::/huashudaquan/yaoyuehuashu/list_{{page}}.html\n回访话术::/huashudaquan/huifanghuashu/list_{{page}}.html\n电销话术::/huashudaquan/dianxiaohuashu/list_{{page}}.html\n赞美话术::/huashudaquan/zanmeihuashu/list_{{page}}.html\n贷款话术::/huashudaquan/daikuanhuashu/list_{{page}}.html\n面试话术::/huashudaquan/mianshihuashu/list_{{page}}.html\n招生话术::/huashudaquan/zhaoshenghuashu/list_{{page}}.html\n导购话术::/huashudaquan/daogouhuashu/list_{{page}}.html\n催款话术::/huashudaquan/cuikuanhuashu/list_{{page}}.html\n创业项目::/chuangyexiangmu/list_{{page}}.html\n【作文大全】::/zuowen/list_{{page}}.html\n一年级作文::/zuowen/yinianzuowen/list_{{page}}.html\n二年级作文::/zuowen/ernianjizuowen/list_{{page}}.html\n三年级作文::/zuowen/sannianjizuowen/list_{{page}}.html\n四年级作文::/zuowen/sinianjizuowen/list_{{page}}.html\n五年级作文::/zuowen/wunianjizuowen/list_{{page}}.html\n六年级作文::/zuowen/liunianjizuowen/list_{{page}}.html\n初一作文::/zuowen/chuyizuowen/list_{{page}}.html\n初二作文::/zuowen/chuerzuowen/list_{{page}}.html\n初三作文::/zuowen/chusanzuowen/list_{{page}}.html\n中考作文::/zuowen/zhongkaozuowen/list_{{page}}.html\n高考作文::/zuowen/gaokaozuowen/list_{{page}}.html\n话题作文::/zuowen/huatizuowen/list_{{page}}.html\n大学论文::/zuowen/daxuelunwen/list_{{page}}.html",
    "lastUpdateTime": 1759589794422,
    "respondTime": 2277,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "class.artcle-con@html",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "bookList": "class.section-list@tag.li",
      "bookUrl": "tag.h5.0@tag.a@href",
      "coverUrl": "class.left_img@tag.img@src",
      "intro": "tag.li.0@tag.p.0@text",
      "name": "tag.h5.0@tag.a@text",
      "wordCount": "class.update-time.0@text##更新时间"
    },
    "ruleSearch": {
      "bookList": "class.section-list@tag.li",
      "bookUrl": "tag.h5.0@tag.a@href",
      "coverUrl": "class.left_img@tag.img@src",
      "intro": "tag.li.0@tag.p.0@text",
      "name": "tag.h5.0@tag.a@text",
      "wordCount": "class.update-time.0@text##更新时间"
    },
    "ruleToc": {
      "chapterList": "class.artcle@h1",
      "chapterName": "tag.h1@text",
      "chapterUrl": "class.artcle@tag.div.4@href"
    },
    "searchUrl": "/search/{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "星星小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.zbcxw.cn/",
    "customButton": false,
    "customOrder": 360,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\"Accept-Language\":\"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"}",
    "lastUpdateTime": 1749524506963,
    "respondTime": 2072,
    "ruleBookInfo": {
      "author": "class.other right@class.s2@tag.a@text",
      "coverUrl": "class.imgBox left@tag.img@src",
      "intro": "class.brief@html",
      "kind": "class.tips clearfix@tag.a.0@text",
      "lastChapter": "class.news clearfix@tag.a@text",
      "name": "class.other right@class.left@text",
      "tocUrl": "class.button clearfix@tag.a.0@href",
      "wordCount": "class.other right@class.s4@text"
    },
    "ruleContent": {
      "content": "id.txt@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.top clearfix@class.s2@text",
      "bookList": "tag.li",
      "bookUrl": "class.sCboxBookParL left@tag.a@href",
      "coverUrl": "class.sCboxBookParL left@tag.img@src",
      "intro": "class.c@html",
      "kind": "class.tips clearfix@tag.a@text",
      "lastChapter": "class.bottom clearfix@tag.a@text",
      "name": "class.top clearfix@tag.h1@tag.a@text",
      "wordCount": "class.top clearfix@class.s4@text"
    },
    "ruleToc": {
      "chapterList": "id.chapter",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.zbcxw.cn/search.php?key={{key}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "个性说网（优+）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.gexingshuo.com/",
    "customButton": false,
    "customOrder": 361,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "【好词好句】::haocihaoju/list_{{page}}.html\n古诗词集::haocihaoju/gushici/list_{{page}}.html\n唯美句子::haocihaoju/weimeijuzi/list_{{page}}.html\n伤感句子::haocihaoju/shangganjuzi/list_{{page}}.html\n幸福句子::haocihaoju/xingfujuzi/list_{{page}}.html\n爱情句子::haocihaoju/aiqingjuzi/list_{{page}}.html\n表白句子::haocihaoju/biaobaijuzi/list_{{page}}.html\n励志句子::haocihaoju/lizhijuzi/list_{{page}}.html\n【名人名言】::mingrenmingyan/list_{{page}}.html\n励志名言::mingrenmingyan/lizhimingyan/list_{{page}}.html\n读书名言::mingrenmingyan/dushumingyan/list_{{page}}.html\n爱情名言::mingrenmingyan/aiqingmingyan/list_{{page}}.html\n经典名言::mingrenmingyan/jingdianmingyan/list_{{page}}.html\n电影台词::mingrenmingyan/dianyingtaici/list_{{page}}.html\n电视剧台词::mingrenmingyan/dianshijutaici/list_{{page}}.html\n游戏台词::mingrenmingyan/youxitaici/list_{{page}}.html\n综艺台词::mingrenmingyan/zongyitaici/list_{{page}}.html\n【签名大全】::qianmingdaquan/list_{{page}}.html\n个性签名::qianmingdaquan/gexingqianming/list_{{page}}.html\n伤感签名::qianmingdaquan/shangganqianming/list_{{page}}.html\n情侣签名::qianmingdaquan/qinglvqianming/list_{{page}}.html\n抖音签名::qianmingdaquan/douyinqianming/list_{{page}}.html\n励志签名::qianmingdaquan/lizhiqianming/list_{{page}}.html\n微信签名::qianmingdaquan/weixinqianming/list_{{page}}.html\n暗恋签名::qianmingdaquan/anlianqianming/list_{{page}}.html\n游戏签名::qianmingdaquan/youxiqianming/list_{{page}}.html\n古风签名::qianmingdaquan/gufengqianming/list_{{page}}.html\n快手签名::qianmingdaquan/kuaishouqianming/list_{{page}}.html\n成熟签名::qianmingdaquan/chengshuqianming/list_{{page}}.html\n经典签名::qianmingdaquan/jingdianqianming/list_{{page}}.html\n奋斗签名::qianmingdaquan/fendouqianming/list_{{page}}.html\n英语签名::qianmingdaquan/yingyuqianming/list_{{page}}.html\n分手签名::qianmingdaquan/fenshouqianming/list_{{page}}.html\n心累签名::qianmingdaquan/xinleiqianming/list_{{page}}.html\n搞笑签名::qianmingdaquan/gaoxiaoqianming/list_{{page}}.html\n英文签名::qianmingdaquan/yingwenqianming/list_{{page}}.html\n节日签名::qianmingdaquan/jieriqianming/list_{{page}}.html\n开心签名::qianmingdaquan/kaixinqianming/list_{{page}}.html\n唯美签名::qianmingdaquan/weimeiqianming/list_{{page}}.html\n男生签名::qianmingdaquan/nanshengqianming/list_{{page}}.html\n女生签名::qianmingdaquan/nvshengqianming/list_{{page}}.html\n霸气签名::qianmingdaquan/baqiqianming/list_{{page}}.html\n【头像大全】::touxiangdaquan/list_{{page}}.html\n男生头像::touxiangdaquan/nanshengtouxiang/list_{{page}}.html\n女生头像::touxiangdaquan/nvshengtouxiang/list_{{page}}.html\n情侣头像::touxiangdaquan/qinglvtouxiang/list_{{page}}.html\n卡通头像::touxiangdaquan/katongtouxiang/list_{{page}}.html\n个性头像::touxiangdaquan/gexingtouxiang/list_{{page}}.html\n伤感头像::touxiangdaquan/shanggantouxiang/list_{{page}}.html\n微信头像::touxiangdaquan/weixintouxiang/list_{{page}}.html\n抖音头像::touxiangdaquan/douyintouxiang/list_{{page}}.html\n网红头像::touxiangdaquan/wanghongtouxiang/list_{{page}}.html\n陌陌头像::touxiangdaquan/momotouxiang/list_{{page}}.html\n【网名大全】::wangmingdaquan/list_{{page}}.html\n男生网名::wangmingdaquan/nanshengwangming/list_{{page}}.html\n女生网名::wangmingdaquan/nvshengwangming/list_{{page}}.html\n情侣网名::wangmingdaquan/qinglvwangming/list_{{page}}.html\n伤感网名::wangmingdaquan/shangganwangming/list_{{page}}.html\n英文网名::wangmingdaquan/yingwenwangming/list_{{page}}.html\n搞笑网名::wangmingdaquan/gaoxiaowangming/list_{{page}}.html\n游戏网名::wangmingdaquan/youxiwangming/list_{{page}}.html\n励志网名::wangmingdaquan/lizhiwangming/list_{{page}}.html\n抖音网名::wangmingdaquan/douyinwangming/list_{{page}}.html\n好听网名::wangmingdaquan/haotingwangming/list_{{page}}.html\n快手网名::wangmingdaquan/kuaishouwangming/list_{{page}}.html\n微信网名::wangmingdaquan/weixinwangming/list_{{page}}.html\n符号网名::wangmingdaquan/fuhaowangming/list_{{page}}.html\n经典网名::wangmingdaquan/jingdianwangming/list_{{page}}.html\n内涵网名::wangmingdaquan/nahanwangming/list_{{page}}.html\n古风网名::wangmingdaquan/gufengwangming/list_{{page}}.html\n一字网名::wangmingdaquan/yiziwangming/list_{{page}}.html\n二字网名::wangmingdaquan/erziwangming/list_{{page}}.html\n三字网名::wangmingdaquan/sanziwangming/list_{{page}}.html\n四字网名::wangmingdaquan/siziwangming/list_{{page}}.html\n五字网名::wangmingdaquan/wuziwangming/list_{{page}}.html\n六字网名::wangmingdaquan/liuziwangming/list_{{page}}.html\n七字网名::wangmingdaquan/qiziwangming/list_{{page}}.html\n爱情网名::wangmingdaquan/aiqingwangming/list_{{page}}.html\n【说说大全】::shuoshuodaquan/list_{{page}}.html\n现实说说::xinqingshuoshuohenxianshi/list_{{page}}.html\n下雨说说::xiayu/list_{{page}}.html\n励志说说::lizhishuoshuo/list_{{page}}.html\n霸气说说::baqishuoshuo/list_{{page}}.html\n情侣说说::qinglvshuoshuo/list_{{page}}.html\n考试说说::kaoshishuoshuo/list_{{page}}.html\n兄弟说说::xiongdishuoshuo/list_{{page}}.html\n节日说说::jierishuoshuo/list_{{page}}.html\n幸福说说::xingfushuoshuo/list_{{page}}.html\n生日说说::shengrishuoshuo/list_{{page}}.html\n空间说说::kongjianshuoshuo/list_{{page}}.html\n微信说说::weixinshuoshuo/list_{{page}}.html\n心累说说::xinleishuoshuo/list_{{page}}.html\n职场说说::zhichangshuoshuo/list_{{page}}.html\n古风说说::gufengshuoshuo/list_{{page}}.html\n内涵说说::nahanshuoshuo/list_{{page}}.html\n哲理说说::zhelishuoshuo/list_{{page}}.html\n英文说说::yingwenshuoshuo/list_{{page}}.html\n毕业说说::biyeshuoshuo/list_{{page}}.html\n分手说说::fenshoushuoshuo/list_{{page}}.html\n快手说说::kuaishoushuoshuo/list_{{page}}.html\n抖音说说::douyinshuoshuo/list_{{page}}.html\n闺蜜说说::guimishuoshuo/list_{{page}}.html\n开学说说::kaixueshuoshuo/list_{{page}}.html\n作业说说::zuoyeshuoshuo/list_{{page}}.html\n治愈说说::zhiyushuoshuo/list_{{page}}.html\n无聊说说::wuliaoshuoshuo/list_{{page}}.html\n旅游说说::lvyoushuoshuo/list_{{page}}.html\n唯美说说::weimeishuoshuo/list_{{page}}.html\n超拽说说::chaozhuaishuoshuo/list_{{page}}.html\n失恋说说::shilianshuoshuo/list_{{page}}.html\n自己说说::zijishuoshuo/list_{{page}}.html\n主流说说::zhuliushuoshuo/list_{{page}}.html\n微博说说::weiboshuoshuo/list_{{page}}.html\n想家说说::xiangjiashuoshuo/list_{{page}}.html\n表白说说::biaobaishuoshuo/list_{{page}}.html\n心烦说说::xinfanshuoshuo/list_{{page}}.html\n520说说::520shuoshuo/list_{{page}}.html\n文字控说::wenzikongshuo/list_{{page}}.html\n男生说说::nanshengshuoshuo/list_{{page}}.html\n女生说说::nvshengshuoshuo/list_{{page}}.html\n怀孕说说::huaiyunshuoshuo/list_{{page}}.html\n情话说说::qinghuashuoshuo/list_{{page}}.html\n运动说说::yundongshuoshuo/list_{{page}}.html\n吃饭说说::chifanshuoshuo/list_{{page}}.html\n结婚说说::jiehunshuoshuo/list_{{page}}.html\n骂人说说::marenshuoshuo/list_{{page}}.html\n打工说说::dagongshuoshuo/list_{{page}}.html\n减肥说说::jianfeishuoshuo/list_{{page}}.html\n喝酒说说::hejiushuoshuo/list_{{page}}.html\n青春说说::qingchunshuoshuo/list_{{page}}.html\n堵车说说::ducheshuoshuo/list_{{page}}.html\n过年说说::guonianshuoshuo/list_{{page}}.html\n搬家说说::banjiashuoshuo/list_{{page}}.html\n友情说说::youqingshuoshuo/list_{{page}}.html\n起床说说::qichuangshuoshuo/list_{{page}}.html\n睡觉说说::shuijueshuoshuo/list_{{page}}.html\n带娃说说::daiwashuoshuo/list_{{page}}.html\n销售说说::xiaoshoushuoshuo/list_{{page}}.html\n自拍说说::zipaishuoshuo/list_{{page}}.html\n做饭说说::zuofanshuoshuo/list_{{page}}.html\n领证说说::lingzhengshuoshuo/list_{{page}}.html\n买车说说::maicheshuoshuo/list_{{page}}.html\n成长说说::chengchangshuoshuo/list_{{page}}.html\n下雪说说::xiaxueshuoshuo/list_{{page}}.html\n购物说说::gouwushuoshuo/list_{{page}}.html\n红包说说::hongbaoshuoshuo/list_{{page}}.html\n放假说说::fangjiashuoshuo/list_{{page}}.html\n钓鱼说说::diaoyushuoshuo/list_{{page}}.html\n【心语大全】::xinyudaquan/list_{{page}}.html\n早安心语::xinyudaquan/zaoanxinyu/list_{{page}}.html\n晚安心语::xinyudaquan/wananxinyu/list_{{page}}.html\n午安心语::xinyudaquan/wuanxinyu/list_{{page}}.html\n励志心语::xinyudaquan/lizhixinyu/list_{{page}}.html\n【范文大全】::fanwendaquan/list_{{page}}.html\n读后感::duhougan/list_{{page}}.html\n观后感::guanhougan/list_{{page}}.html\n毕业赠言::biyezengyan/list_{{page}}.html\n工作总结::fanwendaquan/gongzuozongjie/list_{{page}}.html\n工作计划::fanwendaquan/gongzuojihua/list_{{page}}.html\n合同范本::fanwendaquan/hetongfanben/list_{{page}}.html\n毕业论文::fanwendaquan/biyelunwen/list_{{page}}.html\n实习报告::fanwendaquan/shixibaogao/list_{{page}}.html\n心得体会::fanwendaquan/xindetihui/list_{{page}}.html\n入党申请书::fanwendaquan/rudangshenqingshu/list_{{page}}.html\n入团申请书::fanwendaquan/rutuanshenqingshu/list_{{page}}.html\n述职报告::fanwendaquan/shuzhibaogao/list_{{page}}.html\n演讲稿::fanwendaquan/yanjianggao/list_{{page}}.html\n介绍信::fanwendaquan/jieshaoxin/list_{{page}}.html\n主持词::fanwendaquan/zhuchici/list_{{page}}.html\n导游词::fanwendaquan/daoyouci/list_{{page}}.html\n邀请函::fanwendaquan/yaoqinghan/list_{{page}}.html\n策划书::fanwendaquan/cehuashu/list_{{page}}.html\n检讨书::fanwendaquan/jiantaoshu/list_{{page}}.html\n放假安排::fanwendaquan/fangjiaanpai/list_{{page}}.html\n祝福语::fanwendaquan/zhufuyu/list_{{page}}.html\n上班时间::fanwendaquan/shangbanshijian/list_{{page}}.html\n高速免费::fanwendaquan/gaosumianfei/list_{{page}}.html\n评语::fanwendaquan/pingyu/list_{{page}}.html\n口号::fanwendaquan/kouhao/list_{{page}}.html\n辞职报告::fanwendaquan/cizhibaogao/list_{{page}}.html\n转正申请::fanwendaquan/zhuanzhengshenqing/list_{{page}}.html\n思想汇报::fanwendaquan/sixianghuibao/list_{{page}}.html\n活动总结::fanwendaquan/huodongzongjie/list_{{page}}.html\n【情书大全】::qingshudaquan/list_{{page}}.html\n表白情书::qingshudaquan/biaobaiqingshu/list_{{page}}.html\n搞笑情书::qingshudaquan/gaoxiaoqingshu/list_{{page}}.html\n伤感情书::qingshudaquan/shangganqingshu/list_{{page}}.html\n初恋情书::qingshudaquan/chulianqingshu/list_{{page}}.html\n感人情书::qingshudaquan/ganrenqingshu/list_{{page}}.html\n浪漫情书::qingshudaquan/langmanqingshu/list_{{page}}.html\n【话术大全】::huashudaquan/list_{{page}}.html\n销售话术::huashudaquan/xiaoshouhuashu/list_{{page}}.html\n汽车话术::huashudaquan/qichehuashu/list_{{page}}.html\n房产话术::huashudaquan/fangchanhuashu/list_{{page}}.html\n保险话术::huashudaquan/baoxianhuashu/list_{{page}}.html\n淘宝话术::huashudaquan/taobaohuashu/list_{{page}}.html\n邀约话术::huashudaquan/yaoyuehuashu/list_{{page}}.html\n回访话术::huashudaquan/huifanghuashu/list_{{page}}.html\n电销话术::huashudaquan/dianxiaohuashu/list_{{page}}.html\n赞美话术::huashudaquan/zanmeihuashu/list_{{page}}.html\n贷款话术::zuowen/daxuelunwen/list_{{page}}.html",
    "lastUpdateTime": 1759568562427,
    "respondTime": 2199,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "class.artcle-con@html",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "bookList": "class.section-list@tag.li",
      "bookUrl": "tag.h5.0@tag.a@href",
      "coverUrl": "class.left_img@tag.img@src",
      "intro": "tag.li.0@tag.p.0@text",
      "name": "tag.h5.0@tag.a@text",
      "wordCount": "class.update-time.0@text##更新时间"
    },
    "ruleSearch": {
      "bookList": "class.section-list@tag.li",
      "bookUrl": "tag.h5.0@tag.a@href",
      "coverUrl": "class.left_img@tag.img@src",
      "intro": "tag.li.0@tag.p.0@text",
      "name": "tag.h5.0@tag.a@text",
      "wordCount": "class.update-time.0@text##更新时间"
    },
    "ruleToc": {
      "chapterList": "class.artcle@h1",
      "chapterName": "tag.h1@text",
      "chapterUrl": "class.artcle@tag.div.4@href"
    },
    "searchUrl": "search/{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "最新测试版可用",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "阅友小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://goway.reader.yueyouxs.com/",
    "customButton": false,
    "customOrder": 362,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "",
    "lastUpdateTime": 1731435258302,
    "loginUrl": "",
    "respondTime": 997,
    "ruleBookInfo": {
      "author": "authorName",
      "coverUrl": "bookPic",
      "init": "data.book",
      "intro": "intro",
      "kind": "classifyName&&classifySecondName",
      "lastChapter": "latestChapterName&&updateTime",
      "name": "bookName",
      "tocUrl": "@js:\ntime=Math.round(new Date()/1000);\n\nuth=\njava.HMacHex(\"b313789b-2d2a-41ce-8982-26af5271fe7c&\"+time,\"HmacMD5\",\"snY%169j\");\n\nsign=\njava.HMacHex(\"/userCenter/getChapterListbookId={{$.id}}&chapterId=0&isAll=1&platId=2&appId=com.yueyou.adreader&channelId=pc&appVersion=3.6.4&srcChannelId=pc&time=\"+time+\"&_s=C66A42978B576873D32F0EACEBBF044D&utId=996ff65deb7fbfc9f9bdcefb6c62f4ce&deviceId=183860518871512&userId=y76498329&sex=boy&wx=0&tmpToken=\"+java.get(\"tmpToken\")+\"&st=1&uth=\"+uth,\"HmacSHA256\",\"snY%169j\");\n\n_p=java.desEncodeToBase64String(\"utId=996ff65deb7fbfc9f9bdcefb6c62f4ce&deviceId=183860518871512&userId=y76498329&sex=boy&wx=0&tmpToken=\"+java.get(\"tmpToken\")+\"&st=1&uth=\"+uth+\"&sign=\"+sign,\"snY%169j\",\"DES/ECB/PKCS5Padding\",\"\");\n\nlet option={\n\"method\": \"POST\",\n\"body\":\"tmp=\"};\n\n\"http://dl.reader.yueyouxs.com/userCenter/getChapterList?bookId={{$.id}}&chapterId=0&isAll=1&platId=2&appId=com.yueyou.adreader&channelId=pc&appVersion=3.6.4&srcChannelId=pc&time=\"+time+\"&_s=C66A42978B576873D32F0EACEBBF044D&_p=\"+java.encodeURI(_p)+\",\"+JSON.stringify(option)",
      "wordCount": "words_desc@put:{id:$.id}"
    },
    "ruleContent": {
      "content": "@js:\ntime=Math.round(new Date()/1000);\n\nuth=\njava.HMacHex(\"b313789b-2d2a-41ce-8982-26af5271fe7c&\"+time,\"HmacMD5\",\"snY%169j\");\n\nsign=\njava.HMacHex(\"/userCenter/v310/downloadChapterplatId=2&appId=com.yueyou.adreader&channelId=pc&appVersion=3.6.4&srcChannelId=pc&time=\"+time+\"&_s=C66A42978B576873D32F0EACEBBF044D&utId=996ff65deb7fbfc9f9bdcefb6c62f4ce&deviceId=183860518871512&userId=y76498329&sex=boy&wx=0&tmpToken=\"+java.get(\"tmpToken\")+\"&st=2&uth=\"+uth+\"&autoBuy=false&bookId=\"+java.get(\"id\")+\"&chapterId=\"+java.get(\"chapterId\")+\"&feeState=1&inBuyView=false&isOssed=1&ossSwitch=1&readCount=2&useSrvAutoBuy=1\",\"HmacSHA256\",\"snY%169j\");\n\n_p=java.desEncodeToBase64String(\"utId=996ff65deb7fbfc9f9bdcefb6c62f4ce&deviceId=183860518871512&userId=y76498329&sex=boy&wx=0&tmpToken=\"+java.get(\"tmpToken\")+\"&st=2&uth=\"+uth+\"&sign=\"+sign,\"snY%169j\",\"DES/ECB/PKCS5Padding\",\"\");\n\nlet option={\n\"method\": \"POST\",\n\"body\":\"readCount=2&inBuyView=false&isOssed=1&bookId={{java.get(\"id\")}}&autoBuy=false&feeState=1&useSrvAutoBuy=1&chapterId={{java.get(\"chapterId\")}}&ossSwitch=1\"};\n\nurl=\"https://dl.reader.yueyouxs.com/userCenter/v310/downloadChapter?platId=2&appId=com.yueyou.adreader&channelId=pc&appVersion=3.6.4&srcChannelId=pc&time=\"+time+\"&_s=C66A42978B576873D32F0EACEBBF044D&_p=\"+java.encodeURI(_p)+\",\"+JSON.stringify(option);\n\njava.ajax(JSON.parse(java.ajax(url)).data.contentUrl)",
      "replaceRegex": "",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "authorName",
      "bookList": "data.list[*]",
      "bookUrl": "@js:\ntime=Math.round(new Date()/1000);\n\nuth=\njava.HMacHex(\"b313789b-2d2a-41ce-8982-26af5271fe7c&\"+time,\"HmacMD5\",\"snY%169j\");\n\nsign=\njava.HMacHex(\"/goway/goread/app/book/detailplatId=2&appId=com.yueyou.adreader&channelId=pc&appVersion=3.6.4&srcChannelId=pc&time=\"+time+\"&_s=C66A42978B576873D32F0EACEBBF044D&utId=996ff65deb7fbfc9f9bdcefb6c62f4ce&deviceId=183860518871512&userId=y76498329&sex=boy&wx=0&tmpToken=\"+java.get(\"tmpToken\")+\"&st=2&uth=\"+uth+\"&bookId={{$.id}}&trace=33_33-10-1x0_40_40-4-11x{{$.id}}%3Ftype%3Dbook%26sortValue%3D%26pos%3D2\",\"HmacSHA256\",\"snY%169j\");\n\n_p=java.desEncodeToBase64String(\"utId=996ff65deb7fbfc9f9bdcefb6c62f4ce&deviceId=183860518871512&userId=y76498329&sex=boy&wx=0&tmpToken=\"+java.get(\"tmpToken\")+\"&st=2&uth=\"+uth+\"&sign=\"+sign,\"snY%169j\",\"DES/ECB/PKCS5Padding\",\"\");\n\nlet option={\n\"method\": \"POST\",\n\"body\":\"trace=33_33-10-1x0_40_40-4-11x{{$.id}}%253Ftype%253Dbook%2526sortValue%253D%2526pos%253D2&bookId={{$.id}}\"};\n\n\"/goway/goread/app/book/detail?platId=2&appId=com.yueyou.adreader&channelId=pc&appVersion=3.6.4&srcChannelId=pc&time=\"+time+\"&_s=C66A42978B576873D32F0EACEBBF044D&_p=\"+java.encodeURI(_p)+\",\"+JSON.stringify(option)\n",
      "coverUrl": "bookPic",
      "intro": "intro@js:String(result).match(/[^\\x00-\\xff]+/g).join(\"\")",
      "kind": "tag@js:String(result).match(/[^\\x00-\\xff]+/g).join(\"\")",
      "name": "bookName@js:String(result).match(/[^\\x00-\\xff]+/g).join(\"\")",
      "wordCount": "words"
    },
    "ruleToc": {
      "chapterList": "data[*]",
      "chapterName": "chapterName",
      "chapterUrl": "chapterId@put:{chapterId:$.chapterId}",
      "isVip": "vip",
      "updateTime": "{{$.chapterWord}} 字"
    },
    "searchUrl": "@js:\ntime=Math.round(new Date()/1000);\n\nuth=\njava.HMacHex(\"b313789b-2d2a-41ce-8982-26af5271fe7c&\"+time,\"HmacMD5\",\"snY%169j\");\n    \t\ntmpToken=java.randomUUID().toString().replace(\"-\", \"\").toLowerCase();\njava.put(\"tmpToken\",tmpToken);\n\nsign=\njava.HMacHex(\"/goway/goread/app/search/getBookByKeywordplatId=2&appId=com.yueyou.adreader&channelId=pc&appVersion=3.6.4&srcChannelId=pc&time=\"+time+\"&_s=C66A42978B576873D32F0EACEBBF044D&utId=996ff65deb7fbfc9f9bdcefb6c62f4ce&deviceId=183860518871512&userId=y76498329&sex=boy&wx=0&tmpToken=\"+tmpToken+\"&st=2&uth=\"+uth+\"&keyword=\"+key+\"&page=1&psize=20&withRecommend=1\",\"HmacSHA256\",\"snY%169j\");\n\n_p=java.desEncodeToBase64String(\"utId=996ff65deb7fbfc9f9bdcefb6c62f4ce&deviceId=183860518871512&userId=y76498329&sex=boy&wx=0&tmpToken=\"+tmpToken+\"&st=2&uth=\"+uth+\"&sign=\"+sign,\"snY%169j\",\"DES/ECB/PKCS5Padding\",\"\");\n\nlet option={\n\"method\": \"POST\",\n\"body\": \"psize=20&page=1&withRecommend=1&keyword={{key}}\"};\n\n\"/goway/goread/app/search/getBookByKeyword?platId=2&appId=com.yueyou.adreader&channelId=pc&appVersion=3.6.4&srcChannelId=pc&time=\"+time+\"&_s=C66A42978B576873D32F0EACEBBF044D&_p=\"+java.encodeURI(_p)+\",\"+JSON.stringify(option)",
    "weight": 0
  },
  {
    "bookSourceComment": "//By情无羁25.04.28",
    "bookSourceGroup": "免费",
    "bookSourceName": "万相书城",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.wxsck.com/",
    "customButton": false,
    "customOrder": 363,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar result = [];\njava.toast(\"🔥正在刷新列表,请稍等！\");\nvar push = (title, url, size) => result.push({\n    \"title\": title,\n    \"url\": url,\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": size\n    }\n});\nvar baseUrl = \"https://www.wxsck.com/\";\nvar tag = java.ajax(baseUrl);\nif (tag) {\n    var a = org.jsoup.Jsoup.parse(tag).select(\".breadcrumb li a\");\n    push(\"🔥分类小说🔥\", null, 1);\n    for (var i = 0; i < a.length -1; i++) {\n        var title = a[i].text();\n        var url = a[i].attr(\"href\");\n        var size = 0.25;\n        title = String(title).replace(/\\s/g, \"\");\n        url = String(url).replace(/\\.html/,'_{{page}}.html');      \n        push(title, url, size);\n    }\n} else {\n  java.toast(\"🤔列表刷新失败！！！\");     \n} \nJSON.stringify(result);",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 14; zh-cn; M2102K1AC Build/UKQ1.231207.002) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/109.0.5414.118 Mobile Safari/537.36 MQQBrowser/10.1.0\"}",
    "lastUpdateTime": 1745825537477,
    "loginUrl": "",
    "respondTime": 7668,
    "ruleBookInfo": {
      "coverUrl": ".book-img-middel@src",
      "downloadUrls": "class.col-md-6 text-center@a.0@href\n<js>\naa=String(result).replace(/\\[/,'$1').replace(/\\]/,'$1').replace(/^/,'https://www.wxsck.com')\nh={\"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 14; zh-cn; M2102K1AC Build/UKQ1.231207.002) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/109.0.5414.118 Mobile Safari/537.36 MQQBrowser/10.1.0\"};\na=java.get(aa,h).headers('location'||'Location')\nb=String(a).replace(/\\[/,'$1').replace(/\\]/,'$1').replace(/\\.\\./,'').replace(/^/,'https://www.wxsck.com')\n</js>",
      "init": "",
      "intro": "@js:if (source.bookSourceType=='3'){\tresult=java.getString('.panel-body@html')\n\t}else {\n\t\tresult=java.getString('.book-detail@html')\n\t\t}",
      "lastChapter": ""
    },
    "ruleContent": {
      "content": "#cont-body@p@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "td.1@text",
      "bookList": "tbody tr||class.col-md-12 b10",
      "bookUrl": "a@href\n<js>\nif (source.bookSourceType=='0'){\n\tresult=result\n\t}else {\n\t\tresult=java.get(\"x\")\n\t\t}\n</js>",
      "coverUrl": "a.1@href##.*?(\\d+).*##/uploads/cover/pic$1.jpg",
      "intro": ".media-info@text",
      "name": "h4@text||td.0@text##《|》",
      "wordCount": "td.2@a.0@href\n<js>\nvar result=result.replace(/^/,'https://www.wxsck.com')\njava.put(\"x\",result)\nre=''\n</js>"
    },
    "ruleToc": {
      "chapterList": "class.col-md-6 item@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.wxsck.com/plus/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//2025/6/9\n//快速写源by河鹅和_v25.0608.1630\n//搜索地址1",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.shfljx.com",
    "bookUrlPattern": "http:\\/\\/(www|m)\\.shfljx\\.com\\/html\\/\\d+/?",
    "customButton": false,
    "customOrder": 364,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36\"\n}",
    "jsLib": "var updateInterval = 1\nfunction searchUrl(key) {\n\tconst { java, source } = this\n\tlet $\n\ttry {\n\t\t$ = JSON.parse(source.getVariable())\n\t} catch (e) {\n\t\t$ = {\n\t\t\t\"action\": \"/dshifisdhgujdu.html\",\n\t\t\t\"time\": 20250609\n\t\t}\n\t\tsource.setVariable(JSON.stringify($))\n\t}\n\tlet time = +java.timeFormatUTC(new Date(), 'yyyyMMdd', 28800000);\n\ttry {\n\t\tif (!$.action || time - $.time > updateInterval) {\n\t\t\tjava.log(\"获取action\")\n\t\t\tlet script = String(java.get(`http://www.shfljx.com/js/common.js`, source.getHeaderMap(false)).body())\n\t\t\t$.action = script.match(/action=[^\"]+\"([^?\"]+)/)[1]\n\t\t\t$.time = time\n\t\t\tsource.setVariable(JSON.stringify($))\n\t\t}\n\t} catch (e) {}\n\treturn `${$.action}?ie=utf-8&q=${key}`\n}",
    "lastUpdateTime": 1749454871822,
    "respondTime": 1955,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "init": "@js:\nif (String(baseUrl).match(/m\\./)) {\n\tresult = java.ajax(String(baseUrl).replace(/m\\./,\"www\\.\"))\n}\nresult",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "[property=\"og:novel:read_url\"]@content"
    },
    "ruleContent": {
      "content": "#content@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author@text##作者：",
      "bookList": ".so_list .bookbox",
      "bookUrl": ".bookname a@href",
      "coverUrl": "img@src",
      "intro": "p@text",
      "kind": ".cat@text##分类：",
      "lastChapter": ".update a@text",
      "name": ".bookname@text"
    },
    "ruleToc": {
      "chapterList": ".listmain dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{searchUrl(key)}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "QQ浏览器",
    "bookSourceType": 0,
    "bookSourceUrl": "https://so.html5.qq.com/",
    "customButton": false,
    "customOrder": 365,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n    \"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 13; zh-cn; V2183A Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/89.0.4389.72 MQQBrowser/13.4 Mobile Safari/537.36 COVC/046223\",\n    \"Referer\":\"https://novel.html5.qq.com/\",\n\t\"Q-GUID\":\"0ee63838b72eb075f63e93ae0bc288cb\",\n\t\"QIMEI36\":\"8ff310843a87a71101958f5610001e316a11\"\n}",
    "lastUpdateTime": 1751864760686,
    "respondTime": 1088,
    "ruleBookInfo": {
      "author": "$..author",
      "coverUrl": "$..picurl",
      "intro": "$..summary",
      "kind": "$..resourceID",
      "lastChapter": "$..lastSerialname",
      "name": "$..resourceName",
      "tocUrl": "https://novel.html5.qq.com/qbread/api/book/all-chapter?bookId={{book.kind}}",
      "wordCount": "$..contentsize"
    },
    "ruleContent": {
      "content": "$.data.Content[0].Content"
    },
    "ruleSearch": {
      "author": "$..author",
      "bookList": "$.data.state[*]",
      "bookUrl": "https://novel.html5.qq.com/qbread/api/novel/bookInfo?resourceId={{book.kind}}",
      "coverUrl": "$..cover_url",
      "intro": "$..abstract",
      "kind": "$.groupID##.*_##",
      "name": "$..title"
    },
    "ruleToc": {
      "chapterList": "$..rows[*]",
      "chapterName": "$.serialName",
      "chapterUrl": "$.serialID\n@js:\nlet data = JSON.stringify({\n  ContentAnchorBatch: [{\n    BookID: book.kind,\n    ChapterSeqNo: [\n      result\n    ]\n  }],\n  Scene: \"chapter\"\n})\nlet option = {\"method\":\"POST\",\"body\":data}\n\"https://novel.html5.qq.com/be-api/content/ads-read,\"+JSON.stringify(option)"
    },
    "searchUrl": "https://so.html5.qq.com/ajax/real/search_result?tabId=360&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "需登录\n◎搜索格式◎\n1、搜索用户<关闭精确搜索>\n@用户名\n2、搜索合集<关闭精确搜索>\n#合集\n3、搜索粮单\n%粮单名<关闭精确搜索>\n4、搜索文章，直接搜索\n发现规则格式\n                                    🏷标签\n标签名::https://api.lofter.com/oldapi/tagPosts.api?product=lofter-android-6.13.0&method=newTagSearch&offset={{(page-1) *22}}&limit=22&firstpermalink=null&tag=标签名&type=new,{\"method\": \"POST\",\"body\":\"null\"}\n📃用户（搜索可以得到)\n部分目录章节比较多，加载时间久，出现目录加载失败，请尝试刷新，因为可能是请求失败导致的",
    "bookSourceGroup": "免费",
    "bookSourceName": "乐乎文章（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://newsmiss.lofter.com",
    "customButton": false,
    "customOrder": 366,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "              ----------     🏷标签     ----------               ::\n金桐::https://api.lofter.com/oldapi/tagPosts.api?product=lofter-android-6.13.0&method=newTagSearch&offset={{(page-1) *22}}&limit=22&firstpermalink=null&tag=金桐&type=new,{\"method\": \"POST\",\"body\":\"null\"}\n\n               ----------     📃用户     ----------               ::\n砂上雪::http://api.lofter.com/v2.0/blogHomePage.api?product=lofter-android-6.13.0,{\"method\":\"POST\",\"body\":\"targetblogid=514131314&supportposttypes=1%2C2%2C3%2C4%2C5%2C6&blogdomain=taste-s.lofter.com&offset={{(page-1)*18}}&method=getPostLists&postdigestnew=1&returnData=1&limit=18&checkpwd=1&needgetpoststat=1\"}\n\n",
    "header": "{\n\"Content-Type\": \"application/x-www-form-urlencoded;charset=utf-8\"}",
    "lastUpdateTime": 1759350668385,
    "loginUrl": "https://www.lofter.com/front/account/login?theme=lofter#login",
    "respondTime": 2200,
    "ruleBookInfo": {
      "author": "$.response.blogInfo.blogNickName||$.response.posts[0].post.blogInfo.blogNickName||$.data.blogInfo.blogNickName",
      "canReName": "1",
      "coverUrl": "$.response.collection.coverUrl@put:{\"page\":\"$.response.blogInfo.blogStat.publicPostCount\"}",
      "init": "<js>\ntry{\ncookie = cookie.getCookie(\"https://newsmiss.lofter.com\");\n\nlofter = String(cookie).match(/;\\s(LOFTER-[^-]+-LOGIN-AUTH)=(.*?);/);\n\nheader = {};\nheader[lofter[1]] = lofter[2];\nsource.putLoginHeader(JSON.stringify(header));\nresult;\n}catch(e){\n\tresult = result\n\t}\n</js>",
      "intro": "@js:\na='{{$.response.collection.description}}';\nb='{{$.response.blogInfo.blogNickName}}';\nc=java.getString('$.response.posts[0].post.digest||$.response.collection.description||$.response.blogInfo.selfIntro');\n\nresult =c;\n\ncname=\"{{$.response.posts[0].post.postCollection.name}}\";\ncdes=java.getString('$.response.posts[0].post.postCollection.description');\nccount=\"{{$.response.posts[0].post.postCollection.postCount}}\";\nif(cname){\nresult=result+\"\\n&lrm;\\n🈴所属合集：\"+cname+\"\\n📜合集介绍：\"+cdes+\"\\n\"+\"🔢合集章节总数：\"+ccount\n+\"\\n🔍搜索合集：#\"+cname+\"<关闭精确搜索>\";\n\nString(result).replace(/📜合集介绍：\\n/,'')+String(book.intro).replace(/([\\s\\S]+?)--复制/,'<br>&lrm;<br>--复制').replace(/.*?::/,book.author+'::')\n}else{\tString(book.intro).replace(/.*?::/,book.author+'::')\n\t}",
      "kind": "$.postCollection",
      "name": "$.response.collection.name",
      "tocUrl": "$.response.blogsetting.blogId\n@js:\nif(result){\nid='{{$.response.blogsetting.blogId}}';\nlink='{{$.response.blogLink}}';\nurl='http://api.lofter.com/v2.0/blogHomePage.api?product=lofter-android-6.9.2,';\npost={\"method\": \"POST\",\n\"body\": \"targetblogid=\"+id+\"&supportposttypes=1%2C2%2C3%2C4%2C5%2C6&blogdomain=\"+link+\"&offset=0&method=getPostLists&postdigestnew=1&returnData=1&limit=500&checkpwd=1&needgetpoststat=1\"}\nresult=url+JSON.stringify(post);\njava.put('url',result)}else if(baseUrl.match(/postCollection/)){\nresult=java.get('url')\n}",
      "wordCount": "{{$.data.grainInfo.postCount}}篇文章##^篇文章$"
    },
    "ruleContent": {
      "content": "<js>\nif(/\\.mp4/.test(baseUrl)){\n\tresult = \"请点击章节链接观看视频\\n视频链接：\"+baseUrl\n\t}else{\ncontent = java.getString(\"$..content\");\nimgs = eval(String(java.getString(\"$..photoLinks\")));\nvideo =/video_down_url\\\\\":\\\\\"(.*?)\\\\\"/.test(result)? \"视频链接：\"+String(result).match(/video_down_url\\\\\":\\\\\"(.*?)\\\\\"/)[1]:\"\";\nimg = \"\";\nimgs?imgs.forEach(x=>{\n\tx?img += \"<img src=\\\"\"+x.orign.replace(/%7C.*/g,'')+\"\\\">\\n\":\"\"\n\t}):\"\";\ng=\t(/myReturnGift/.test(baseUrl)&&/[\\u4e00-\\u9fa5]/.test(content))?\"🏷 彩蛋 \"+java.getString(\"$..promotion\")+\"\\n\":\"\";\n\nresult = g+ content + \"\\n\"+img+\"\\n\"+video;\n\nif(video && (chapter.index == book.durChapterIndex)){\n \tjava.startBrowser(video.replace(/视频链接：/,''),\"内容\");\n \tresult = \"❗️刷新本章节播放视频❗️\"+result;\n \t\t\t}\n}\nif(result ==\"\\n\\n\")result = \"{{$..msg}}\";\nresult\n</js>\n##tbc\\.##<br>&lrm;<br>",
      "imageStyle": "FULL",
      "nextContentUrl": "<js>\nif(!/myReturnGift/.test(baseUrl)){\ntry{\n\t\tid = java.getString(\"$..post.id\");\n\t\tid2 = java.getString(\"$..post.blogId\");\nurl =\"https://api.lofter.com/v1.1/trade/gift/post/newSupportInfo?postId=\"+id+\"&blogId=\"+id2+\"&openFansVipPlan=0&vipFans=0\";\n//java.log(JSON.parse(String(java.ajax(url))).code)\n\t$  = JSON.parse(String(java.ajax(url)));\n//\tjava.log(JSON.stringify($))\n\tl = $.data.gainReturnGifts.length?$.data.gainReturnGifts:$.data.returnGifts;\n\tls = []\n\tl.forEach(x=>{\n\t\turl = \"https://api.lofter.com/v1.1/trade/gift/myReturnGift?id=\"+x.id+\"&postId=\"+id+\"&blogId=\"+id2;\n\t\tls.push(url)\n\t\t})\n\tresult = ls\n\t}catch(e){\n\t\t}\n\t}\n</js>",
      "replaceRegex": "##src=\"(.*?)\"##src=\"$1,{'headers':{'referer':'{{$..blogPageUrl}}'}}\""
    },
    "ruleExplore": {
      "author": "$.post.blogInfo.blogNickName",
      "bookList": "<js>result.replace(/null/g,'')</js>\n$.response.items[*]||$.response.posts[*]",
      "bookUrl": "@js:url='{{$.post.blogId||$.post.blogPageUrl}}';\nid='{{$.post.id}}';\nmain=url.match(/_blogid_\\d+/)?url.match(/_blogid_(\\d+)/)[1]:url;\nbody=\"blogdomain=_blogid_\"+main+\".lofter.com&postid=\"+id;\nresult='https://api.lofter.com/oldapi/post/detail.api?product=lofter-android-7.4.4,{\"method\":\"POST\",\"body\":\"'+String(body)+'\"}';",
      "coverUrl": "$.post\n@js:if(result.match(/firstImageUrl=\\[\"\",\"\"\\]/)){\nresult=result.match(/bigAvaImg=(.*?),/)?result.match(/bigAvaImg=(.*?),/)[1]:'';}else{\nresult=result.match(/firstImageUrl=\\[\"([^\"]+)\"/)?result.match(/firstImageUrl=\\[\"([^\"]+)\"/)[1]:\"\"\n}",
      "intro": "{{$.post.digest}}\n<br>&lrm;<br>\n--复制下面的文字，粘贴至发现规则添加用户--\n{{$.post.blogInfo.blogNickName}}::http://api.lofter.com/v2.0/blogHomePage.api?product=lofter-android-7.4.4,{\"method\":\"POST\",\"body\":\"targetblogid={{$.post.blogInfo.blogId}}&supportposttypes=1%2C2%2C3%2C4%2C5%2C6&blogdomain={{$.post.blogInfo.blogName}}.lofter.com&offset={{'\\{\\{(page-1)*18\\}\\}&method=getPostLists&postdigestnew=1&returnData=1&limit=18&checkpwd=1&needgetpoststat=1\"}'}}",
      "kind": "$.post.tag",
      "lastChapter": "$.post.publishTime\n@js:result=java.timeFormat(parseInt(result));\njava.put('time',result)",
      "name": "$.post.title||$.post.noticeLinkTitle||$.post.digest||$.post.blogInfo.blogId||$.post.blogPageUrl##</*\\w.*?>"
    },
    "ruleSearch": {
      "author": "$.blogInfo.blogNickName||$.blogName",
      "bookList": "$..postData[*]||$.data.posts[*]||$.data.blogs[*]||$.data.collections[*]||$.data.grainList[*]",
      "bookUrl": "$.postPageUrl\n@js:\nif(!result){\n    if(!'{{$.name}}'){\n        id='{{$.blogId}}';\n        result='http://api.lofter.com/v2.0/blogHomePage.api?product=lofter-android-7.4.4,{\"method\": \"POST\",\"body\":\"targetblogid='+id+'&method=getBlogInfoDetail&returnData=1&checkpwd=1&needgetpoststat=1\"}'\n    }else if(/grain.json/.test(baseUrl)){\n        result = \"https://api.lofter.com/api-grain/grain/getDetail.json?grainId={{$.id}}&offset=0&grainUserId={{$.userId}}\"\n    }else{\n        blogid='{{$.blogId}}';\n        id='{{$.id}}';\n        name='{{$.blogName}}';\n        java.put('name',name);\n        result='https://api.lofter.com/v1.1/postCollection.api?product=lofter-android-7.4.4,{\"method\": \"POST\",\"body\":\"blogdomain='+name+'.lofter.com&method=getCollectionSimple&offset=0&limit=2000&blogid='+blogid+'&collectionid='+id+'&order=1\"}';\n        java.put('url',result)\n    }\n}else{\n    body=\"blogdomain=_blogid_{{$.blogId}}.lofter.com&postid={{$.id}}\";\n    result='https://api.lofter.com/oldapi/post/detail.api?product=lofter-android-7.4.4,{\"method\":\"POST\",\"body\":\"'+String(body)+'\"}';\n};\n",
      "checkKeyWord": "%双女主",
      "coverUrl": "$.firstImageUrl[0]||$.blogInfo.bigAvaImg||$.bigAvaImg||$.coverUrl",
      "intro": "{{$.digest||$.selfIntro||$.posts[0].digest||$.description}}\n<br>&lrm;<br>\n--复制下面的文字，可将用户添加发现或者订阅--\n{{$.blogInfo.blogNickName||$.blogNickName||$.blogName}}::http://api.lofter.com/v2.0/blogHomePage.api?product=lofter-android-6.9.2,{\"method\":\"POST\",\"body\":\"supportposttypes=1%2C2%2C3%2C4%2C5%2C6&blogdomain={{$.blogName||$.blogInfo.blogName}}.lofter.com&offset={{'\\{\\{(page-1)*18\\}\\}&method=getPostLists&postdigestnew=1&returnData=1&limit=18&checkpwd=1&needgetpoststat=1\"}'}}\n<js>\nif(/grain.json/.test(baseUrl)){\nresult =\tresult.replace(/--复制下面[\\s\\S]+/,'')\n\t}\nresult\n</js>",
      "kind": "$.tagList||$.tags",
      "lastChapter": "$.publishTime\n<js>\nif(result){\nresult?result=java.timeFormat(parseInt(result)):'';\njava.put('time',result)}else{\nresult=java.getString('$.posts[0].title||$.posts[0].digest||$.postCount')+\"篇文章\"\n}</js>\n##</*\\w+.*?>|[^\\d]+篇文章|^0*篇文章$",
      "name": "$.title||$.noticeLinkTitle||$.digest||$.blogInfo.blogNiceName||$.blogNickName||$.name\n<js>\nprefix = java.get(\"prefix\");\nresult = /[@#%＃]/.test(prefix)?prefix+result:result\n</js>\n##</*\\w.*?>"
    },
    "ruleToc": {
      "chapterList": "$..posts[*]||$.response.items[*]@put:{\"blogname\":\"$..blogName\"}\n<js>if(result.length){\n\tresult\n\t}else{\n\t\t\"[{'title':'暂无目录'}]\"\n\t\t}\n</js>\n$.[*]",
      "chapterName": "$.post.title||$.post.digest||$.post.blogInfo.blogNickName||$..postView.title||$..postView.digest||$.title\n<js>if(result){\nresult=result\n}else{result=book.name}\nString(result).replace(/<\\/*\\w.*?>/g,'')\n</js>\n##(^.{1,25})##$1###",
      "chapterUrl": "<js>\nif(/postCollection|blogHomePage|api-grain/.test(baseUrl)){\tbody=\"blogdomain=_blogid_{{$.post.blogId||$..postView.blogId}}.lofter.com&postid={{$.post.id||$..postView.id}}\";\nresult='https://api.lofter.com/oldapi/post/detail.api?product=lofter-android-7.4.4,{\"method\":\"POST\",\"body\":\"'+String(body)+'\"}';\n\t}else\tif(/video_down_url\":\"(.*?)\"/.test(result)){\n\t\tresult = String(result).match(/video_down_url\":\"(.*?)\"/)[1];\n\t\t}else{\n\t\t\tresult = baseUrl\n\t\t\t}\n</js>",
      "nextTocUrl": "<js>\nlist=[];\nif(/limit=500/.test(baseUrl)){\npages=java.get(\"page\");\npage=parseInt(pages/500);\nurl=String(java.get(\"url\"));\nif(page>6){\npage=6\n}else{page=page}\nfor(i=1;i<=page;i++){\nlist.push(url.replace(/offset=\\d+/,'offset='+(parseInt(i)*500)))\n}\n}else if(/api-grain/.test(baseUrl)){\n\toffset = \"{{$.data.offset}}\";\n\tif(offset!=\"-1\"){\n\tlist = baseUrl.replace(/offset=\\d+/,'offset='+offset);\n}\n\t}\nlist\n</js>",
      "updateTime": "$.post.publishTime\n<js>\nif(/api-grain/.test(baseUrl)){\n\tresult = \"所属合集：\"+java.getString(\"$..postCollection.name\");\n\t}else{\nresult?java.timeFormat(parseInt(result)):java.get('time')\n}\n</js>\n##所属合集：$"
    },
    "searchUrl": "@js:\nlet prefix = key.charAt(0);\njava.put(\"prefix\",prefix);\nlet offset = '{\\{(page-1) *' + (prefix === '%' ? '10}' : (prefix === '@' ? '10}' : '20}')) + '}';\nlet baseUrl = \"https://api.lofter.com/newsearch/\"\nswitch(prefix) {\n    case '@':\n        result = baseUrl+'blog.json?key=' + key.slice(1)+ '&limit=10&offset=' + offset;\n        break;\n    case '#':\n    case '＃':\n        result = baseUrl+'collection.json?key=' + key.slice(1) + '&limit=20&offset=' + offset;\n        break;\n    case '%':\n        result = baseUrl+'grain.json?key='+key.slice(1)+'&limit=10&offset=' + offset;\n        break;\n    default:\n        let header = {\n            \"headers\": {\n                \"Content-Type\": \"application/x-www-form-urlencoded;charset=utf-8\",\n                \"deviceid\": java.androidId(),\n                \"if-modified-since\": String(new Date()).replace(/(.*?)\\s(.*?)\\s(.*?)\\s(.*?)GMT.*/,'$1, $3 $2 $4 GMT')\n            }\n        };\n        result = baseUrl+'post.json?key=' + key + '&sortType=0&offset=' + offset + '&limit=20,' + JSON.stringify(header);\n}\n",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "爱看书吧",
    "bookSourceType": 0,
    "bookSourceUrl": "https://cxb-pro.cread.com#芜恙",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 367,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "",
    "lastUpdateTime": 1729750417932,
    "loginUrl": "",
    "respondTime": 629,
    "ruleBookInfo": {
      "intro": "$.summary",
      "lastChapter": ""
    },
    "ruleContent": {
      "content": "$..content",
      "replaceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.list[:3]",
      "bookUrl": "https://cxb-pro.cread.com/cx/itf/getvolume?bookId={{$.id}},{\n  \"headers\": \"{packname:com.mfyueduqi.book,cnid:14001,version:5.6.0,vcode:98,platform:android,uid:90684954,appname:aks,oscode:28,channelId:14001}\"\n}",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "$.categoryName",
      "lastChapter": "",
      "name": "$.name@put:{name:$.name,bookId:$.id}",
      "wordCount": "$.words"
    },
    "ruleToc": {
      "chapterList": "$..bookChapters[*]",
      "chapterName": "$.name",
      "chapterUrl": "https://cxb-pro.cread.com:443/cx/itf/chapterRead?chapterId={{$.id}}&bookId=@get:{bookId}&full=0,{\n  \"headers\": \"{packname:com.mfyueduqi.book,cnid:14001,version:5.6.0,vcode:98,platform:android,uid:90684954,appname:aks,oscode:28,channelId:14001}\"\n}",
      "updateTime": "$.updateDate@js:java.timeFormat(result)"
    },
    "searchUrl": "https://cxb-pro.cread.com:443/cx/searchbooks,{\n  \"method\": \"POST\",\n  \"body\": \"pageNo={{page}}&version=5.6.0&keyword={{key}}\",\n  \"headers\": \"{packname:com.mfyueduqi.book,cnid:14001,version:5.6.0,vcode:98,platform:android,uid:90684954,appname:aks,oscode:28,channelId:14001}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "阅友小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://sma.yueyouxs.com/#♤pb",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 368,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"都市人生\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=1100&page={{page}}&\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=1101&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"仙侠武侠\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=1102&page={{page}}&\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"军事历史\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=1103&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"科幻末世\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=1104&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"游戏体育\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=1105&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"现代言情\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=2100&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"古代言情\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=2101&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"幻想言情\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=2102&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"青春校园\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=2103&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"穿越时空\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=2104&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"宫闱争斗\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=2105&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"豪门总裁\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=2106&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"婚恋爱情\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=2107&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"经商种田\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=2108&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"推理悬疑\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=3100&page={{page}}\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"出版读物\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=3101&page={{page}}\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}}]",
    "header": "<js>\n(()=>{\n\tvar ua = \"Mozilla/5.0 (Linux; U; Android 10; zh-Hans-CN; PCT-AL10 Build/HUAWEIPCT-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 Quark/4.0.5.137 Mobile Safari/537.36\";\n\tvar heders = {\"User-Agent\": ua};\n\treturn JSON.stringify(heders);\n})()\n</js>",
    "lastUpdateTime": 1734405977214,
    "loginUrl": "",
    "respondTime": 556,
    "ruleBookInfo": {
      "author": "class.v-words flex.0@text##作者：",
      "coverUrl": "class.adMessage@img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "",
      "lastChapter": "class.chapter-entrance flex-item@text",
      "name": "class.face-info-title@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节",
      "tocUrl": "class.sumchapter@tag.span@tag.a@href",
      "wordCount": "class.v-words flex.2@text##字数："
    },
    "ruleContent": {
      "content": "class.con@html##（本章完）|（本章未完，请翻页）|.*书友群.*|\\s",
      "imageStyle": "0",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "$.authorName",
      "bookList": "$..list[*]",
      "bookUrl": "http://sma.yueyouxs.com/b/{$.wapBookId}.html",
      "coverUrl": "$.bookPic",
      "intro": "$.intro",
      "kind": "$.classifySecondName&&\n$.updateTime&&\n$.classifyName",
      "lastChapter": "$.latestChapterName",
      "name": "$.bookName",
      "wordCount": "$.words"
    },
    "ruleSearch": {
      "author": "$.authorName",
      "bookList": "$..list[*]",
      "bookUrl": "http://sma.yueyouxs.com/b/{$.wapBookId}.html",
      "coverUrl": "$.bookPic",
      "intro": "$.intro",
      "kind": "$.classifySecondName&&\n$.updateTime&&\n$.classifyName",
      "lastChapter": "$.latestChapterName",
      "name": "$.bookName##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节",
      "wordCount": "$.words"
    },
    "ruleToc": {
      "chapterList": "class.catalog_ls@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://sma.yueyouxs.com/api/book/search?keyword={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//同站：阅读之家：https://ibusread.com/",
    "bookSourceGroup": "免费",
    "bookSourceName": "酷客村",
    "bookSourceType": 0,
    "bookSourceUrl": "https://kukecun.com",
    "customButton": false,
    "customOrder": 369,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "轻小说::/novel/list/229\n官场小说::/novel/list/228\n现代小说::/novel/list/227\n古典文学::/novel/list/226\n政治经济::/novel/list/225\n战争军事::/novel/list/224\n国学古籍::/novel/list/223\n作品集::/novel/list/222\n日语读物::/novel/list/221\n文学理论::/novel/list/220\n宗教哲学::/novel/list/219\n诗歌戏曲::/novel/list/218\n科普学习::/novel/list/217\n中国历史::/novel/list/216\n世界历史::/novel/list/215\n纪实报告::/novel/list/214\n武侠小说::/novel/list/213\n当代小说::/novel/list/212\n科幻小说::/novel/list/211\n外国小说::/novel/list/210\n社会心理::/novel/list/209\n青春都市::/novel/list/208\n寓言童话::/novel/list/207\n网络玄幻::/novel/list/206\n惊悚悬疑::/novel/list/205\n侦探推理::/novel/list/204\n历史小说::/novel/list/203\n言情小说::/novel/list/202\n随笔杂谈::/novel/list/201\n传记回忆::/novel/list/200\n玄门::/novel/list/97\n商业经济::/novel/list/110\n道听途说::/novel/list/101\n舞文弄墨::/novel/list/102\nBLGL::/novel/list/105\n僵尸鬼话::/novel/list/103\n战争军事::/novel/list/96\n历史演说::/novel/list/106\n情感生活::/novel/list/104",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1699684751696,
    "respondTime": 7607,
    "ruleBookInfo": {
      "author": "span.auth@text",
      "canReName": "1",
      "init": "",
      "intro": ".intro p@text",
      "kind": ".bookinfo dd.1@text&&\nspan.tag@text&&dd.d1@text",
      "name": "h1@text",
      "tocUrl": "nav.g-nav-control a.0@href"
    },
    "ruleContent": {
      "content": ".article@html||.content_zanzhu@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".info>span@text",
      "bookList": "ul.g-list li",
      "bookUrl": "a@href",
      "kind": "span.tag@text",
      "name": "h2.name@text"
    },
    "ruleToc": {
      "chapterList": ".list li a",
      "chapterName": "text",
      "chapterUrl": "href\n@js:\nvar data=result.split(\"target=\")[1],\nurl=decodeURIComponent(data);\nurl+\",{'webView': true}\";",
      "nextTocUrl": ".section li a@href"
    },
    "searchUrl": "https://kukecun.com/search?name={{key}}&tags=&type=3",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "haxc",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "爱看书网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://cxb-pro.cread.com/",
    "bookUrlPattern": "已校验",
    "customButton": false,
    "customOrder": 370,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"——————出版频道——————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"文学小说\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3100&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经典名著\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3200&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经管励志\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3300&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"生活休闲\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3400&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"婚姻家庭\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3500&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科普教育\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3600&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"纪实传记\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3700&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"亲子育儿\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3800&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"工具百科\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3900&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"——————男生频道——————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"都市小说\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1200&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"东方玄幻\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1100&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠仙侠\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1400&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"悬疑惊悚\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1800&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"架空历史\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1500&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"网游竞技\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1700&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻未来\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1600&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"西方玄幻\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1300&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"——————女生频道——————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"古代言情\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2100&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"幻想言情\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2200&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市言情\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2300&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"总裁豪门\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2400&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"青春校园\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2500&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"唯美同人\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2600&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\r\n\"uid\":\"110496550\",\r\n\"cnid\":\"10005\",\r\n\"version\":\"7.6.0\",\r\n\"packname\":\"com.mianfeizs.book\",\r\n\"oscode\":\"30\",\r\n\"vcode\":\"134\",\r\n\"channelId\":\"10005\",\r\n\"platform\":\"android\",\r\n\"appname\":\"mfzs\"\n}",
    "lastUpdateTime": 1734943031166,
    "respondTime": 3312,
    "ruleBookInfo": {
      "author": "$..bookVo.authorName",
      "canReName": "",
      "coverUrl": "",
      "intro": "$..bookVo.introduction",
      "lastChapter": "$..bookVo.lastUpdateChapterName",
      "name": "$..bookVo.bookName@put:{bookid:$..bookVo.bookId}",
      "tocUrl": "https://cxb-pro.cread.com/cx/itf/getvolume?bookId={{$..bookVo.bookId}}"
    },
    "ruleContent": {
      "content": "$..content"
    },
    "ruleExplore": {
      "author": "$.authorName",
      "bookList": "$.dataList",
      "bookUrl": "https://readbook-service-freebook.cread.com/cx/bookDetailYS?bookid={{$.bookid}}",
      "coverUrl": "$.cover",
      "intro": "$.intro",
      "kind": "$.categoryName",
      "lastChapter": "",
      "name": "$.newBookName",
      "wordCount": "$.wordCount"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.list",
      "bookUrl": "https://readbook-service-freebook.cread.com/cx/bookDetailYS?bookid={{$.id}}",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "$.categoryName",
      "lastChapter": "",
      "name": "$.name",
      "wordCount": "$.words"
    },
    "ruleToc": {
      "chapterList": "$..bookChapters[*]",
      "chapterName": "$.name",
      "chapterUrl": "https://cxb-pro.cread.com:443/cx/itf/chapterRead?bookId=@get:{bookid}&chapterId={{$.id}}&full=0",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": "$.updateDate@js:java.timeFormat(result)"
    },
    "searchUrl": "https://cxb-pro.cread.com/cx/searchbooks,{\n\"charset\": \"\",\n\"method\": \"POST\",\n\"body\": \"keyword={{key}}&pageNo={{page}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "企鹅浏览",
    "bookSourceType": 0,
    "bookSourceUrl": "https://novel.html5.qq.com/",
    "customButton": false,
    "customOrder": 371,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "@js:\nJSON.stringify({\n    \"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 13; zh-cn; V2183A Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/89.0.4389.72 MQQBrowser/13.4 Mobile Safari/537.36 COVC/046223\",\n    \"Referer\": source.bookSourceUrl,\n    \"Q-GUID\": \"0ee63838b72eb075f63e93ae0bc288cb\",\n    \"QIMEI36\": \"8ff310843a87a71101958f5610001e316a11\"\n})",
    "lastUpdateTime": 1732188777644,
    "respondTime": 1337,
    "ruleBookInfo": {
      "author": "$..author",
      "coverUrl": "$..picurl",
      "intro": "$..summary",
      "kind": "$..resourceID",
      "lastChapter": "$..lastSerialname",
      "name": "$..resourceName",
      "tocUrl": "https://novel.html5.qq.com/qbread/api/book/all-chapter?bookId={{book.kind}}",
      "wordCount": "$..contentsize"
    },
    "ruleContent": {
      "content": "$.data.Content[0].Content"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$..author",
      "bookList": "$.data.state[*]",
      "bookUrl": "https://novel.html5.qq.com/qbread/api/book/all-chapter?bookId=${url}`,{headers:[\"referer:https://novel.html5.qq.com\"]})}}",
      "coverUrl": "$..cover_url",
      "intro": "$..abstract",
      "kind": "$.groupID##.*_##",
      "name": "$..title"
    },
    "ruleToc": {
      "chapterList": "$..rows[*]",
      "chapterName": "$.serialName",
      "chapterUrl": "$.serialID\n@js:\nlet data = JSON.stringify({\n  ContentAnchorBatch: [{\n    BookID: book.kind,\n    ChapterSeqNo: [\n      result\n    ]\n  }],\n  Scene: \"chapter\"\n})\nlet option = {\"method\":\"POST\",\"body\":data}\n\"https://novel.html5.qq.com/be-api/content/ads-read,\"+JSON.stringify(option)"
    },
    "searchUrl": "https://so.html5.qq.com/ajax/real/search_result?tabId=360&q={{key}}",
    "weight": 100
  },
  {
    "bookSourceGroup": "正版",
    "bookSourceName": "百度小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://dushu.baidu.com/",
    "customButton": false,
    "customOrder": 372,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"东方玄幻\",\"url\":\"/api/getCateDetail?channel=男频&status=完结&count=10&cate2=东方玄幻&query=东方玄幻&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古典仙侠\",\"url\":\"/api/getCateDetail?channel=男频&status=完结&count=10&cate2=古典仙侠&query=古典仙侠&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"现代修真\",\"url\":\"/api/getCateDetail?channel=男频&status=完结&count=10&cate2=现代修真&query=现代修真&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市生活\",\"url\":\"/api/getCateDetail?channel=男频&status=完结&count=10&cate2=都市生活&query=都市生活&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市超能\",\"url\":\"/api/getCateDetail?channel=男频&status=完结&count=10&cate2=都市超能&query=都市超能&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"架空历史\",\"url\":\"/api/getCateDetail?channel=男频&status=完结&count=10&cate2=架空历史&query=架空历史&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"虚拟网游\",\"url\":\"/api/getCateDetail?channel=男频&status=完结&count=10&cate2=虚拟网游&query=虚拟网游&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"时空穿梭\",\"url\":\"/api/getCateDetail?channel=男频&status=完结&count=10&cate2=时空穿梭&query=时空穿梭&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"末世进化\",\"url\":\"/api/getCateDetail?channel=男频&status=完结&count=10&cate2=末世进化&query=末世进化&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代言情\",\"url\":\"/api/getCateDetail?channel=女频&status=完结&count=10&cate2=古代言情&query=古代言情&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越重生\",\"url\":\"/api/getCateDetail?channel=女频&status=完结&count=10&cate2=穿越重生&query=穿越重生&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"浪漫言情\",\"url\":\"/api/getCateDetail?channel=女频&status=完结&count=10&cate2=浪漫言情&query=浪漫言情&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"烽火情缘\",\"url\":\"/api/getCateDetail?channel=女频&status=完结&count=10&cate2=烽火情缘&query=烽火情缘&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"忧伤青春\",\"url\":\"/api/getCateDetail?channel=女频&status=完结&count=10&cate2=忧伤青春&query=忧伤青春&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻仙侠\",\"url\":\"/api/getCateDetail?channel=女频&status=完结&count=10&cate2=玄幻仙侠&query=玄幻仙侠&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市幻想\",\"url\":\"/api/getCateDetail?channel=女频&status=完结&count=10&cate2=都市幻想&query=都市幻想&page={{page}}\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.295}},{\"title\":\"悬疑灵异\",\"url\":\"/api/getCateDetail?channel=女频&status=完结&count=10&cate2=悬疑灵异&query=悬疑灵异&page={{page}}\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.295}}]",
    "lastUpdateTime": 1754559800103,
    "loginUrl": "https://wappass.baidu.com/password_login",
    "respondTime": 5425,
    "ruleBookInfo": {
      "intro": "@js:'<br>'+java.get('intro')",
      "lastChapter": "共{$.data.chapter.chapterCount}##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]"
    },
    "ruleContent": {
      "content": "data.novel.content"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "author",
      "bookList": "$..novelList[*]",
      "bookUrl": "https://boxnovel.baidu.com/boxnovel/wiseapi/chapterList?bookid={$.bookId}&pageNum=1&order=asc&site=",
      "checkKeyWord": "青春",
      "coverUrl": "cover",
      "intro": "description@put:{'intro':'description'}",
      "kind": "{{$.tagList}},{{$.status}}",
      "name": "title"
    },
    "ruleToc": {
      "chapterList": "data.chapter.chapterInfo",
      "chapterName": "chapter_title##默认卷.|正文.|[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "chapterUrl": "http://dushu.baidu.com/api/pc/getChapterContent?data=%7B%22book_id%22:%22{$.book_id}%22,%22cid%22:%22{$.book_id}%7C{$.chapter_id}%22,%22need_bookinfo%22:0%7D",
      "isVip": "price",
      "nextTocUrl": "@js:\nvar n=(JSON.parse(result).data.chapter.chapterCount)/50+1;\nvar list=[];\nbaseUrl=baseUrl.replace(/1&order=asc&site=/,'');\nfor(var i=2;i<n;i++){\nvar url=baseUrl+i+'&order=asc&site=';\nlist.push(url);\n}\nlist;"
    },
    "searchUrl": "/api/getSearchResultData?page={{page}}&count=10&query={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "若初文学",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ruochu.com#yc1101",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 373,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"历史\",\"url\":\"http://search.ruochu.com/web/all?sort=3&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"http://search.ruochu.com/web/all?sort=4&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"http://search.ruochu.com/web/all?sort=6&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"仙侠\",\"url\":\"http://search.ruochu.com/web/all?sort=7&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠\",\"url\":\"http://search.ruochu.com/web/all?sort=8&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻\",\"url\":\"http://search.ruochu.com/web/all?sort=10&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"职场\",\"url\":\"http://search.ruochu.com/web/all?sort=11&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"豪门\",\"url\":\"http://search.ruochu.com/web/all?sort=12&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总裁\",\"url\":\"http://search.ruochu.com/web/all?sort=13&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"奇幻\",\"url\":\"http://search.ruochu.com/web/all?sort=14&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"架空\",\"url\":\"http://search.ruochu.com/web/all?sort=15&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越\",\"url\":\"http://search.ruochu.com/web/all?sort=17&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"宫斗\",\"url\":\"http://search.ruochu.com/web/all?sort=19&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"宅斗\",\"url\":\"http://search.ruochu.com/web/all?sort=20&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"青春\",\"url\":\"http://search.ruochu.com/web/all?sort=21&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"纯爱\",\"url\":\"http://search.ruochu.com/web/all?sort=23&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"竞技\",\"url\":\"http://search.ruochu.com/web/all?sort=27&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"种田\",\"url\":\"http://search.ruochu.com/web/all?sort=28&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"未来\",\"url\":\"http://search.ruochu.com/web/all?sort=29&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"http://search.ruochu.com/web/all?sort=32&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"西漫\",\"url\":\"http://search.ruochu.com/web/all?sort=33&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"探案\",\"url\":\"http://search.ruochu.com/web/all?sort=34&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"婚恋\",\"url\":\"http://search.ruochu.com/web/all?sort=35&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古言\",\"url\":\"http://search.ruochu.com/web/all?sort=37&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"民国\",\"url\":\"http://search.ruochu.com/web/all?sort=38&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现言\",\"url\":\"http://search.ruochu.com/web/all?sort=39&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"百合\",\"url\":\"http://search.ruochu.com/web/all?sort=40&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"异能\",\"url\":\"http://search.ruochu.com/web/all?sort=43&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现实\",\"url\":\"http://search.ruochu.com/web/all?sort=54&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"短篇\",\"url\":\"http://search.ruochu.com/web/all?sort=110&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1702228752561,
    "loginUrl": "",
    "respondTime": 1344,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "tocUrl": "text.目录@href"
    },
    "ruleContent": {
      "content": ".page-content@p@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.authorname",
      "bookList": "$.data.content[*]",
      "bookUrl": "$.id@js:\"https://www.ruochu.com/book/\"+result",
      "checkKeyWord": "",
      "coverUrl": "$.iconUrlSmall@js:\"https://b.heiyanimg.com\"+result",
      "intro": "🔖标签：{{$.tags}}{{'\\n'+'​'}}\n{{$.introduce}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "$.sortname&&$.updatetime##\\s.*",
      "lastChapter": "$.lastchaptername",
      "name": "$.name",
      "wordCount": "$.words"
    },
    "ruleToc": {
      "chapterList": ".float-list li",
      "chapterName": "html@js:if(result.match(/isvip/)){\nresult=\"🔒\"+result.match(/>([^<]+)<\\/a>/)[1];\n}else{result=result.match(/>([^<]+)<\\/a>/)[1];}",
      "chapterUrl": "a@href",
      "updateTime": "span@text"
    },
    "searchUrl": "http://search.ruochu.com/web/search?queryString={{key}}&highlight=false&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//By情无羁25.04.26",
    "bookSourceGroup": "免费",
    "bookSourceName": "镇魂小说网（搜作者）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.zhenhunxiaoshuo.com/chaxun.html",
    "customButton": false,
    "customOrder": 374,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar result = [];\njava.toast(\"🔥正在刷新列表,请稍等！\");\nvar push = (title, url, size) => result.push({\n    \"title\": title,\n    \"url\": url,\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": size\n    }\n});\nvar baseUrl = \"https://www.zhenhunxiaoshuo.com/chaxun.html\";\nvar tag = java.ajax(baseUrl);\nif (tag) {\n    var a = org.jsoup.Jsoup.parse(tag).select(\".col-md-9 a\");\n    push(\"🔥作者集🔥\", null, 1);\n    for (var i = 0; i < a.length ; i++) {\n        var title = a[i].text();\n        var url = a[i].attr(\"href\");\n        var size = 0.25;\n        title = String(title).replace(/\\s/g, \"\");\n        push(title, url, size);\n    }\n} else {\n  java.toast(\"🤔列表刷新失败！！！\");     \n} \nJSON.stringify(result);",
    "lastUpdateTime": 1745653587883,
    "respondTime": 5260,
    "ruleBookInfo": {
      "intro": ".focusbox-text@text"
    },
    "ruleContent": {
      "content": ".article-content@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "<js>\nif (result.match(/作品集/)){\n\tresult=java.getElements('tbody tr td a')\n\t}else {\n\t\tresult=java.getElements('h1')\n\t\t}\n</js>",
      "bookUrl": "href",
      "checkKeyWord": "淮上",
      "name": "text"
    },
    "ruleToc": {
      "chapterList": ".excerpts article a||h1",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.zhenhunxiaoshuo.com/{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "悠悠文学",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.uuwx.la",
    "bookUrlPattern": "https?://m.uuwx.la/ls/[\\d_/]+",
    "customButton": false,
    "customOrder": 375,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1734985451589,
    "respondTime": 19920,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content"
    },
    "ruleContent": {
      "content": "#nr1@textNodes",
      "nextContentUrl": "text.下一@href",
      "replaceRegex": "##{{try{title}catch(e){\"\"} }}.*\\s*\\(第\\d+.*页\\)\\s*|\\s*.?本章未完.*\\s*"
    },
    "ruleExplore": {
      "author": "ownText##.*\\/",
      "bookList": "class.line",
      "bookUrl": "a@href",
      "coverUrl": "@js:\"http://www.uuxs.info/modules/article/images/nocover.jpg\"",
      "kind": "ownText##\\[|\\].*",
      "name": "a@text"
    },
    "ruleSearch": {
      "author": "p.-2@text",
      "bookList": "class.block",
      "bookUrl": "a.1@href",
      "checkKeyWord": "剑来",
      "coverUrl": "img@src",
      "kind": "p.-3@text##分类：",
      "lastChapter": "a.-1@text",
      "name": "h2@text"
    },
    "ruleToc": {
      "chapterList": "ul.1@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "/search.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "HINOTORI（木棉修复）",
    "bookSourceGroup": "免费",
    "bookSourceName": "元尊小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.yuanzunxs88.com",
    "customButton": false,
    "customOrder": 376,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1747823167505,
    "respondTime": 2020,
    "ruleBookInfo": {
      "author": "class.red.0@text",
      "coverUrl": "img@src",
      "intro": "<br>更新时间：\n{{@.booktime@text##更新时间：}}\n简介：\n{{@.bookintro@html}}",
      "kind": "class.red.1@text&&.booktime@text##更新时间：",
      "lastChapter": "class.bookchapter@text##《.*》正文\\s",
      "name": "class.booktitle@text",
      "wordCount": "class.blue.0@text"
    },
    "ruleContent": {
      "content": "class.readcontent@html##\\<!--AD4--\\>|本章未完，点击下一页继续阅读",
      "imageStyle": "0",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author.0@text##作者：",
      "bookList": ".bookbox",
      "bookUrl": ".bookname@a@href",
      "intro": "class.update@text##简介： |\\s",
      "lastChapter": "class.cat@text##更新到：",
      "name": "class.bookname@text"
    },
    "ruleToc": {
      "chapterList": "id.list-chapterAll@dd@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.yuanzunxs88.com/modules/article/search.php,{\n\"charset\": \"gbk\",\n\"method\": \"POST\",\n\"body\": \"searchkey={{key}}&action=login\"\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "顶点小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.2dingdian.net",
    "customButton": false,
    "customOrder": 377,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/class/1_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/class/2_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/class/3_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/class/4_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"侦探\",\n    \"url\": \"/class/5_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"游戏\",\n    \"url\": \"/class/6_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/class/7_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"恐怖\",\n    \"url\": \"/class/8_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"女频\",\n    \"url\": \"/class/9_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/class/10_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"小说排行\",\n    \"url\": \"/rank/allvisit/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  }\n]",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; U; Android 13; zh-Hans-CN; PFJM10 Build/TP1A.220905.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/135.0.4896.58 Quark/6.13.6.581 Mobile Safari/537.36\",\"Accept-Language\":\"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"}",
    "lastUpdateTime": 1748839700975,
    "respondTime": 1655,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": "#booktxt@p@html##.*未完.*下一.*阅读",
      "nextContentUrl": "text.下一@href\n@js:\nvar next=/_\\d+\\.html/.test(result) ? result : '';\nnext;"
    },
    "ruleExplore": {
      "author": ".s4@text||.btm@a@text",
      "bookList": ".l@ul@li||.item",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##\\D((\\d+)\\d{3})##https://img.2dingdian.net/image/$2/$1/$1s.jpg###",
      "intro": "dd@text",
      "kind": ".s1@text&&.s5@text||em.1@text",
      "lastChapter": ".s3@text",
      "name": ".s2@text||dt@a@text",
      "wordCount": "em.0@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".item",
      "bookUrl": "a.0@href",
      "coverUrl": "img@data-original",
      "intro": "dd@text",
      "kind": "em.1@text",
      "name": "a.1@text",
      "wordCount": "em.0@text"
    },
    "ruleToc": {
      "chapterList": "#list@dt:nth-of-type(2)~a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "<js>\ncookie.removeCookie(source.key);\nurl=source.key;\na=java.ajax(url);\n//java.log(a)\nb=a.match(/action=\\\"([^\"]*)\\\"/)[1];\nc=`?searchkey=${key},{\"method\": \"get\"}`;\nb+=c\n</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "若初文学",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ruochu.com#嘚嘚21.0201",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 378,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "短篇::http://search.ruochu.com/web/all?sort=110&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n婚恋::http://search.ruochu.com/web/all?sort=35&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n都市::http://search.ruochu.com/web/all?sort=4&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n职场::http://search.ruochu.com/web/all?sort=11&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n豪门::http://search.ruochu.com/web/all?sort=12&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n总裁::http://search.ruochu.com/web/all?sort=13&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n架空::http://search.ruochu.com/web/all?sort=15&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n穿越::http://search.ruochu.com/web/all?sort=17&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n宫斗::http://search.ruochu.com/web/all?sort=19&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n宅斗::http://search.ruochu.com/web/all?sort=20&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n青春::http://search.ruochu.com/web/all?sort=21&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n仙侠::http://search.ruochu.com/web/all?sort=7&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n修真::http://search.ruochu.com/web/all?sort=22&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n玄幻::http://search.ruochu.com/web/all?sort=6&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n武侠::http://search.ruochu.com/web/all?sort=8&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n历史::http://search.ruochu.com/web/all?sort=3&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n纯爱::http://search.ruochu.com/web/all?sort=23&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0",
    "lastUpdateTime": 1733276174628,
    "loginUrl": "",
    "respondTime": 767,
    "ruleBookInfo": {
      "tocUrl": "text.目录@href"
    },
    "ruleContent": {
      "content": "class.page-content@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.authorname",
      "bookList": "$.data.content",
      "bookUrl": "$.id@js:\"https://www.ruochu.com/book/\"+result",
      "coverUrl": "$.iconUrlSmall@js:\"https://b.heiyanimg.com\"+result",
      "intro": "$.introduce",
      "kind": "$.sortname",
      "lastChapter": "$.lastchaptername",
      "name": "$.name"
    },
    "ruleToc": {
      "chapterList": "class.float-list fill-block@li",
      "chapterName": "html@js:if(result.match(/isvip/)){\nresult=\"🔒\"+result.match(/>([^<]+)<\\/a>/)[1];\n}else{result=result.match(/>([^<]+)<\\/a>/)[1];}",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://search.ruochu.com/web/search?queryString={{key}}&highlight=false&page=1",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "夜书库",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.yeshuku.com",
    "customButton": false,
    "customOrder": 379,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar result = [];\njava.toast(\"🔥正在刷新列表,请稍等！\");\nvar push = (title, url, size) => result.push({\n    \"title\": title,\n    \"url\": url,\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": size\n    }\n});\nvar baseUrl = \"https://m.yeshuku.com/modules/article/articlefilter.php\";\nvar tag = java.ajax(baseUrl);\nif (tag) {\n    var a = org.jsoup.Jsoup.parse(tag).select(\".sch-sel a\");\n    push(\"🔥分类小说🔥\", null, 1);\n    for (var i in a) {\n        var title = a[i].text();\n        var url = a[i].attr(\"href\");\n        var size = 0.33;\n        title = String(title).replace(/\\s/g, \"\");\n        url = String(url)+ \"?page={{page}}\";      \n        push(title, url, size);\n  }\n\n} else {\n  java.toast(\"🤔列表刷新失败！！！\");     \n} \nJSON.stringify(result);",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; U; Android 13; zh-Hans-CN; PFJM10 Build/TP1A.220905.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/100.0.4896.58 Quark/6.13.6.581 Mobile Safari/537.36\",\"Accept-Language\":\"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"}",
    "lastUpdateTime": 1745852719051,
    "respondTime": 3975,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "text.目录@href"
    },
    "ruleContent": {
      "content": "#YiJianZhan@html",
      "nextContentUrl": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "dd.1@ownText",
      "bookList": "#sitebox@dl",
      "bookUrl": "a.0@href",
      "coverUrl": "img@_src",
      "intro": "a.2@text",
      "kind": "span.0:1@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "#readerlist@ul@li@a",
      "chapterName": "text##(.*)\\s\\-\\s.*##$1",
      "chapterUrl": "href",
      "nextTocUrl": "option@value",
      "updateTime": "text##.*\\s\\-\\s(.*)##$1"
    },
    "searchUrl": "https://m.yeshuku.com/modules/article/search.php,{\n  \"body\": \"searchtype=all&searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "七七读书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.77dushu.com#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 380,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1732973590195,
    "loginUrl": "",
    "respondTime": 9576,
    "ruleBookInfo": {
      "coverUrl": "tag.img.1@src",
      "intro": "id.intro@text",
      "lastChapter": "class.update@a@text",
      "name": "tag.h1@text##搜索关键词.*"
    },
    "ruleContent": {
      "content": "id.ChapterContents@html##(更新速度最快赶|全集txt下载)[\\s\\S]+|txt下载地址.*|手机阅读.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.td.5@text||class.shu_xinxi@h4@small@text",
      "bookList": "class.BOX@tag.tr!0||class.shu_cont@children",
      "bookUrl": "class.red@href||class.shu_xinxi@h4@a@href",
      "coverUrl": "img@src|class.red@href<js>'/files/article/image'+String(result).replace(/.*?(\\d*?)(\\d{1,3})\\//,'/$1/$1$2/$1$2s.jpg').replace('//','/0/')</js>",
      "kind": "tag.td.1@text##\\[|\\]",
      "lastChapter": "tag.td.3@text",
      "name": "tag.td.2@text||class.shu_xinxi@h4@a@text##搜索关键词.*"
    },
    "ruleToc": {
      "chapterList": "class.zjlist@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.77dushu.com/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//25.1.4 by怣疯",
    "bookSourceGroup": "🔞",
    "bookSourceName": "西瓜书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.xiguashuwu.com/",
    "bookUrlPattern": "https://www.xiguashuwu4.com/book/\\d+/",
    "customButton": false,
    "customOrder": 381,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部::/category/0/{{page}}.html\n玄幻小说::/category/1/{{page}}.html\n修真小说::/category/2/{{page}}.html\n都市小说::/category/3/{{page}}.html\n历史小说::/category/4/{{page}}.html\n网游小说::/category/5/{{page}}.html\n科幻小说::/category/6/{{page}}.html\n言情小说::/category/7/{{page}}.html\n其他小说::/category/8/{{page}}.html\n经典小说::/category/9/{{page}}.html\n同人小说::/category/10/{{page}}.html\n高辣小说::/category/11/{{page}}.html\n耽美小说::/category/12/{{page}}.html\n情欲小说::/category/13/{{page}}.html\n复古耽美::/category/14/{{page}}.html\n复古言情::/category/15/{{page}}.html",
    "header": "{\n\t\t\t  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 13; 2312DRAABC) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 1769087175482,
    "respondTime": 34266,
    "ruleBookInfo": {
      "author": "a",
      "coverUrl": "w",
      "init": "@js:\n$ = (_) => java.getString(_);\n({\n    n: $(\"[property$=title]@content\"),\n    a: $(\"[property$=author]@content\"),\n    k: $(\"[property~=category|status|update_time]@content\"),\n    w: $(\"[property$=image]@content\"),\n    l: $(\"[property~=las?test_chapter_name]@content\"),\n    i: $(\"[property$=description]@content\"),\n    c: $(\"[property$=image]@content\"),\n    t: $(\"text.章节目录@href\")\n});",
      "intro": "i",
      "kind": "k",
      "lastChapter": "l",
      "name": "n",
      "tocUrl": "t"
    },
    "ruleContent": {
      "content": "p[style=\"text-indent:2em; padding:0px; margin:0px;\"]@html",
      "imageStyle": "text",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##本章尚未读.*"
    },
    "ruleExplore": {
      "author": "p.1@span@text",
      "bookList": ".CGsectionTwo-right-content div",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": "p.2@text",
      "kind": "p.-1@text##最近更新 ",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "author": "a.1@text",
      "bookList": "<js>if(result.includes('no-js')){\n  java.startBrowserAwait(baseUrl,\"验证\");\n  result=java.ajax(baseUrl);\n}\nresult\n</js>\n.SHsectionThree-middle@p",
      "bookUrl": "a.0@href",
      "kind": "span.0@text##\\[|\\]",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": ".BCsectionTwo-top li a\n@js:var list=[];\nresult.forEach(e=>{\nurl=String(e.attr('href'));\nif(url.match(/javascript/)){\turl=String(e.attr('href')).replace(/.*'(\\d+)','(\\d+)'.*/,'/book/$1/$2.html');}\n\tlist.push({\n\t\ttext:e.text(),\n\t\thref:url\n\t\t}\t)\n\t})\nlist",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "@js:\nresult=java.getString('#next@href');\njava.log(result);\nif(String(result).match(/javascript/)){\n\tresult=String(result).replace(/.*'(\\d+)','(\\d+)'.*/,'https://www.xiguashuwu4.com/book/$1/catalog/$2.html')\n\tjava.log(result);\n\tresult\n\t}else result=result"
    },
    "searchUrl": "https://www.xiguashuwu.com/search/{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "源社区by眠眠与星",
    "bookSourceGroup": "免费",
    "bookSourceName": "男友书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.nanyou15.com",
    "customButton": false,
    "customOrder": 382,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"校园言情\",\"url\":\"/list/1-{{page}}.html\"},{\"title\":\"都市言情\",\"url\":\"/list/2-{{page}}.html\"},{\"title\":\"古代言情\",\"url\":\"/list/3-{{page}}.html\"},{\"title\":\"罗曼史\",\"url\":\"/list/4-{{page}}.html\"},{\"title\":\"耽美\",\"url\":\"/list/5-{{page}}.html\"},{\"title\":\"百合\",\"url\":\"/list/6-{{page}}.html\"},{\"title\":\"同人\",\"url\":\"/list/7-{{page}}.html\"},{\"title\":\"奇幻玄幻\",\"url\":\"/list/8-{{page}}.html\"},{\"title\":\"网游竞技\",\"url\":\"/list/9-{{page}}.html\"},{\"title\":\"科幻异能\",\"url\":\"/list/10-{{page}}.html\"},{\"title\":\"恐怖灵异\",\"url\":\"/list/11-{{page}}.html\"},{\"title\":\"惊悚推理\",\"url\":\"/list/12-{{page}}.html\"},{\"title\":\"武侠仙侠\",\"url\":\"/list/13-{{page}}.html\"},{\"title\":\"历史军事\",\"url\":\"/list/14-{{page}}.html\"},{\"title\":\"穿越重生\",\"url\":\"/list/15-{{page}}.html\"},{\"title\":\"综合其它\",\"url\":\"/list/16-{{page}}.html\"}]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 12; 22041211AC Build/SP1A.210812.016) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1749704735093,
    "respondTime": 2645,
    "ruleBookInfo": {
      "author": "h3@a@text",
      "intro": "p.0@textNodes",
      "kind": "p.1@textNodes##小说类别：|写作状态：",
      "lastChapter": "p.3@textNodes",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": "//div[contains(@class, 'panel-body') and contains(@class, 'content-body') and contains(@class, 'content-ext')]"
    },
    "ruleExplore": {
      "author": "class.book_author@a@text",
      "bookList": "class.col-sm-index",
      "bookUrl": "class.media-heading@a@href",
      "intro": "class.intro-index@text##点击阅读",
      "name": "class.media-body@h4@text"
    },
    "ruleSearch": {
      "author": "p.1@a@textNodes",
      "bookList": "\n[id=\"bookcon\"]@tr!0",
      "bookUrl": "p.0@a@href",
      "checkKeyWord": "重生",
      "name": "p.0@a@textNodes"
    },
    "ruleToc": {
      "chapterList": "class.list-charts.0@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}/modules/article/search.php\n,{\n  \"charset\": \"gbk\",\n  \"method\": \"post\",\n  \"body\": \"searchtype=articlename=author&searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "日轻小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://api.sfacg.com/",
    "customButton": false,
    "customOrder": 383,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"魔幻\",\"url\":\"https://api.sfacg.com/novels/21/sysTags/novels?sort=latest&systagids=&isfree=both&isfinish=both&updatedays=-1&charcountbegin=0&charcountend=0&page={{page - 1}}&size=20&expand=typeName,tags,discount,discountExpireDate\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"玄幻\",\"url\":\"https://api.sfacg.com/novels/22/sysTags/novels?sort=latest&systagids=&isfree=both&isfinish=both&updatedays=-1&charcountbegin=0&charcountend=0&page={{page - 1}}&size=20&expand=typeName,tags,discount,discountExpireDate\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"古风\",\"url\":\"https://api.sfacg.com/novels/23/sysTags/novels?sort=latest&systagids=&isfree=both&isfinish=both&updatedays=-1&charcountbegin=0&charcountend=0&page={{page - 1}}&size=20&expand=typeName,tags,discount,discountExpireDate\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"科幻\",\"url\":\"https://api.sfacg.com/novels/24/sysTags/novels?sort=latest&systagids=&isfree=both&isfinish=both&updatedays=-1&charcountbegin=0&charcountend=0&page={{page - 1}}&size=20&expand=typeName,tags,discount,discountExpireDate\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"校园\",\"url\":\"https://api.sfacg.com/novels/25/sysTags/novels?sort=latest&systagids=&isfree=both&isfinish=both&updatedays=-1&charcountbegin=0&charcountend=0&page={{page - 1}}&size=20&expand=typeName,tags,discount,discountExpireDate\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"都市\",\"url\":\"https://api.sfacg.com/novels/26/sysTags/novels?sort=latest&systagids=&isfree=both&isfinish=both&updatedays=-1&charcountbegin=0&charcountend=0&page={{page - 1}}&size=20&expand=typeName,tags,discount,discountExpireDate\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"游戏\",\"url\":\"https://api.sfacg.com/novels/27/sysTags/novels?sort=latest&systagids=&isfree=both&isfinish=both&updatedays=-1&charcountbegin=0&charcountend=0&page={{page - 1}}&size=20&expand=typeName,tags,discount,discountExpireDate\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"悬疑\",\"url\":\"https://api.sfacg.com/novels/28/sysTags/novels?sort=latest&systagids=&isfree=both&isfinish=both&updatedays=-1&charcountbegin=0&charcountend=0&page={{page - 1}}&size=20&expand=typeName,tags,discount,discountExpireDate\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}}]",
    "header": "{\n\"content-type\": \"application/json\",\n\"sf-minip-info\": \"minip_novel/1.0.70(android;10)/wxmp\",\n\"authorization\": \"Basic YW5kcm9pZHVzZXI6MWEjJDUxLXl0Njk7KkFjdkBxeHE=\"\n}",
    "lastUpdateTime": 1700202349004,
    "respondTime": 1913,
    "ruleBookInfo": {
      "author": "$.data.authorName",
      "coverUrl": "$.data.novelCover",
      "intro": "$.data.expand.intro",
      "kind": "$.data.typeName",
      "lastChapter": "$.data.expand.latestChapter.title",
      "name": "$.data.novelName",
      "tocUrl": "https://minipapi.sfacg.com/pas/mpapi/novels/{{$.data.novelId}}/dirs",
      "wordCount": "$.data.charCount"
    },
    "ruleContent": {
      "content": "$.data.expand.content",
      "imageStyle": "",
      "replaceRegex": "",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "$.authorName",
      "bookList": "$.data",
      "bookUrl": "https://minipapi.sfacg.com/pas/mpapi/novels/{{$.novelId}}?expand=latestchapter,chapterCount,typeName,intro,fav,ticket,pointCount,tags,sysTags,signlevel,discount,discountExpireDate,totalNeedFireMoney,originTotalNeedFireMoney",
      "coverUrl": "$.novelCover",
      "kind": "$.expand.typeName",
      "name": "$.novelName",
      "wordCount": "$.charCount"
    },
    "ruleSearch": {
      "author": "$.AuthorName",
      "bookList": "$.Novels",
      "bookUrl": "https://minipapi.sfacg.com/pas/mpapi/novels/{{$.NovelID}}?expand=latestchapter,chapterCount,typeName,intro,fav,ticket,pointCount,tags,sysTags,signlevel,discount,discountExpireDate,totalNeedFireMoney,originTotalNeedFireMoney",
      "coverUrl": "https://rs.sfacg.com/web/novel/images/NovelCover/Big/{{$.NovelCover}}",
      "kind": "$.TypeName",
      "name": "$.NovelName"
    },
    "ruleToc": {
      "chapterList": "$.data.volumeList[*].chapterList[*]",
      "chapterName": "$.title",
      "chapterUrl": "https://minipapi.sfacg.com/pas/mpapi/Chaps/{{$.chapId}}?expand=content,needFireMoney,originNeedFireMoney,tsukkomi&autoOrder=false",
      "isVip": "$.isVip",
      "updateTime": "$.updateTime"
    },
    "searchUrl": "https://m.sfacg.com/API/HTML5.ashx?op=search&keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "新版目录规则 来自 = =\n更换地址：https://www.verysadfun.com\n原地址：\nhttps://www.tinghao8.com\nhttps://www.tinghaobook.com",
    "bookSourceGroup": "免费",
    "bookSourceName": "📖小红书",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.xxxhongshu.com/",
    "customButton": false,
    "customOrder": 384,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"—— 分类 ——\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"全 部\",\"url\":\"/category/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代言情\",\"url\":\"/category/120486374334533/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代言情\",\"url\":\"/category/120486374375494/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"幻想言情\",\"url\":\"/category/120486374404170/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"PO18\",\"url\":\"/category/168424354263109/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"轻小说\",\"url\":\"/category/32707214999624/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"言情\",\"url\":\"/category/32705809293382/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"耽美\",\"url\":\"/category/32705809215557/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"同人\",\"url\":\"/category/32705809346631/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"综合\",\"url\":\"/category/32705811198022/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"现言\",\"url\":\"/category/32707214946374/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"古言\",\"url\":\"/category/32707214909509/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"科幻\",\"url\":\"/category/32707215024198/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"青春\",\"url\":\"/category/32707214942278/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"幻情\",\"url\":\"/category/32707214925895/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"/category/32707214983240/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"仙侠\",\"url\":\"/category/32707214917702/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"游戏\",\"url\":\"/category/32707214921799/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"现实\",\"url\":\"/category/32707216080968/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"纯爱\",\"url\":\"/category/32707236339782/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"短篇\",\"url\":\"/category/32707236253767/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"百合\",\"url\":\"/category/366325011247174/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"—— 总榜 ——\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"全 部\",\"url\":\"/rank/all/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代言情\",\"url\":\"/rank/all/120486374334533/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代言情\",\"url\":\"/rank/all/120486374375494/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"幻想言情\",\"url\":\"/rank/all/120486374404170/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"PO18\",\"url\":\"/rank/all/168424354263109/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"轻小说\",\"url\":\"/rank/all/32707214999624/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"言情\",\"url\":\"/rank/all/32705809293382/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"耽美\",\"url\":\"/rank/all/32705809215557/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"同人\",\"url\":\"/rank/all/32705809346631/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"综合\",\"url\":\"/rank/all/32705811198022/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"现言\",\"url\":\"/rank/all/32707214946374/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"古言\",\"url\":\"/rank/all/32707214909509/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"科幻\",\"url\":\"/rank/all/32707215024198/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"青春\",\"url\":\"/rank/all/32707214942278/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"幻情\",\"url\":\"/rank/all/32707214925895/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"/rank/all/32707214983240/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"仙侠\",\"url\":\"/rank/all/32707214917702/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"游戏\",\"url\":\"/rank/all/32707214921799/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"现实\",\"url\":\"/rank/all/32707216080968/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"纯爱\",\"url\":\"/rank/all/32707236339782/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"短篇\",\"url\":\"/rank/all/32707236253767/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"百合\",\"url\":\"/rank/all/366325011247174/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1748707440616,
    "respondTime": 5789,
    "ruleBookInfo": {
      "author": ".author@text",
      "coverUrl": "img.2@src",
      "intro": "id.intro@p@text",
      "kind": ".category@text&&.time@text##.*：",
      "lastChapter": ".newestChapter@text##.*：",
      "name": ".title@text",
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": "@js:\nfunction d(a, b) {\n            b = java.md5Encode(b);\n            var d = b.substring(0, 16);\n            var e = b.substring(16);\n            return    java.aesBase64DecodeToString(a,e,\"AES/CBC/PKCS5padding\",d)}\neval(result.match(/(d\\(\"[\\s\\S]+\"\\))\\)/)[1])"
    },
    "ruleExplore": {
      "author": "p.1@text",
      "bookList": ".CGsectionTwo-right-content-unit",
      "bookUrl": "a.0@href",
      "coverUrl": "@js:'https://img.bookscdn.com/nocover.jpg'",
      "intro": "p.2@text",
      "kind": "p.3@text",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".SHsectionThree-middle p",
      "bookUrl": "a.1@href",
      "kind": "a.0@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "class.BCsectionTwo-top-chapter\n<js>\nif (src.match(/data\\-x/)) {\n  result.sort((a, b) => a.attr(\"data-x\") - b.attr(\"data-x\"));\n  result.select(\"a\");\n} else {\n  result = result.select(\"a\")\n  try {\n    eval(src.match(/var originalOrder = \\[.*\\];/)[0])\n    list = []\n    for (i in result) {\n      list[originalOrder[i]] = result[i]\n    }\n    list\n  } catch (err) {\n    result;\n  }\n}\n</js>",
      "chapterName": "html<js>\nr=result\ntry{\n\trr=r.match(/= ?\"([^\"]+)\"/g)\n\tfor(i in rr){\n\t//\tjava.log(rr[i])\n\t a=rr[i].match(/\"(.*)\"/)[1]\n\t if(/L2Jv|\\/book|javas|^g$/.test(a)){}else{text=a}\n\t\t}\ntext\n}catch{\n\tjava.getString(\"text\")\n}\n</js>",
      "chapterUrl": "html<js>\nr=result\ntry{\n\trr=r.match(/= ?\"([^\"]+)\"/g);\n\tfor(i in rr){\n\t a=rr[i].match(/\"(.*)\"/)[1]\n\t if(/L2Jv/.test(a)){\n\t \t\t \thref=java.base64Decode(a)\n\t \t}else if(/html/.test(a)){href=a}\n\t}\nif(href==\"\"){\n\t\thref=java.getString(\"a@href\")\n\t\t}\nhref\n}catch{\n\tjava.getString(\"href\")\n}\n</js>",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/search/{{key}}/{{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "书旗小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://read.xiaoshuo1-sm.com",
    "customButton": false,
    "customOrder": 385,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1730119193553,
    "loginUrl": "",
    "respondTime": 2201,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "ChapterContent\n@js:\nfunction U(e) {\n    return e.split(\"\").map( e => {\n        return e.match(/[A-Za-z]/) ? (c = Math.floor(e.charCodeAt(0) / 97), k = (e.toLowerCase().charCodeAt(0) - 83) % 26 || 26, String.fromCharCode(k + (0 == c ? 64 : 96))) : e\n   }).join(\"\")\n}\nresult && result.length > 10 ? java.base64Decoder(U(result)) : '这是 🔒 付费章节 哦！\\n';"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "author",
      "bookList": "@js:\n    var aladdin = JSON.parse(result).aladdin;\n    var list= [];\n\n    var bid = aladdin.bid;\n    var html = String(java.ajax( 'https://t.shuqi.com/catalog/' + bid ) );\n    var scpubKey = html.match(/bscpubKey\":\"(\\w+)\"/)[1];  \n    var timestamp =~~(Date.now()/1e3);\n    var userId = '8000000';\n    var sign =  java.md5Encode(String(bid) + timestamp + userId + scpubKey); \n//java.md5Encode hex_md5 str_md5\n    var params ='&bookId=' + bid + '&user_id=' + userId + '&timestamp=' + timestamp + '&sign=' + sign ;\n\n    let e = { cata: 'http://content.shuqireader.com/openapi/book/chapterlist?shuqi_h5=205&platform=0'+ params };\n    Object.assign(aladdin, e);\n\n    list.push(aladdin);\n    list;",
      "bookUrl": "cata",
      "coverUrl": "cover",
      "intro": "desc",
      "kind": "category",
      "lastChapter": "latest_chapter.cname",
      "name": "title"
    },
    "ruleToc": {
      "chapterList": "$..volumeList[*]@put:{freeUrl:$..freeContUrlPrefix}",
      "chapterName": "🆓{$.chapterName}",
      "chapterUrl": "@get:{freeUrl}{$.contUrlSuffix}"
    },
    "searchUrl": "/novel/i.php?do=is_serchpay&q={{key}}&filterMigu=1&p={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "刺猬猫备用",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ciweimao.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 386,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": false,
    "eventListener": false,
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36\"\n}",
    "lastUpdateTime": 1697072835665,
    "loginUrl": "",
    "respondTime": 549,
    "ruleBookInfo": {
      "author": "class.book-title.0@tag.span.0@tag.a.0@text",
      "coverUrl": "tag.img.0@src",
      "intro": "class.book-desc.0@text",
      "name": "tag.h1.0@text",
      "tocUrl": "class.btn-more ly-fr@herf"
    },
    "ruleContent": {
      "content": "id.J_BookRead@textNodes||class.chapter@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.cnt.0@tag.p.1@tag.a.0@text",
      "bookList": "class.rank-book-list@tag.li",
      "bookUrl": "class.cnt.0@class.tit.0@tag.a.0@href",
      "coverUrl": "tag.img.0@src",
      "lastChapter": "class.cnt.0@tag.p.2@text##.*/",
      "name": "class.cnt.0@class.tit.0@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.book-chapter-list@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.ciweimao.com/get-search-book-list/{{key}}/1",
    "weight": 0
  },
  {
    "bookSourceComment": "┍　　　　书源作者：萌  新　　　　┒\n├───┬────────────┤\n│！免责│本书源只提供代码进行技术│\n│！声明│交流，请于２４小时后删除│\n└────────────────┘\n*如〖http://m.uuwx.la〗\n书源交流群qq610296345\n有问题可以在群里说",
    "bookSourceGroup": "免费",
    "bookSourceName": "UU小說",
    "bookSourceType": 0,
    "bookSourceUrl": "去789",
    "bookUrlPattern": "https?://m.uuwx.la/ls/[\\d_/]+",
    "customButton": false,
    "customOrder": 387,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"言情小说\",\"url\":\"{{source.bookSourceComment.match(/如〖([^〗]*)〗/)[1]}}/fenlei-1/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏竞技\",\"url\":\"{{source.bookSourceComment.match(/如〖([^〗]*)〗/)[1]}}/fenlei-2/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻小说\",\"url\":\"{{source.bookSourceComment.match(/如〖([^〗]*)〗/)[1]}}/fenlei-3/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻灵异\",\"url\":\"{{source.bookSourceComment.match(/如〖([^〗]*)〗/)[1]}}/fenlei-4/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠小说\",\"url\":\"{{source.bookSourceComment.match(/如〖([^〗]*)〗/)[1]}}/fenlei-5/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越小说\",\"url\":\"{{source.bookSourceComment.match(/如〖([^〗]*)〗/)[1]}}/fenlei-6/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"综合其他\",\"url\":\"{{source.bookSourceComment.match(/如〖([^〗]*)〗/)[1]}}/fenlei-7/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1752672683738,
    "respondTime": 5857,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content"
    },
    "ruleContent": {
      "content": "#nr1@textNodes##{{try{title}catch(e){\"\"} }}.*\\s*\\(第\\d+.*页\\)\\s*|\\s*.?本章未完.*\\s*",
      "nextContentUrl": "text.下一@href",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "ownText##.*\\/",
      "bookList": ".line",
      "bookUrl": "a@href",
      "coverUrl": "@js:\"http://www.uuxs.info/modules/article/images/nocover.jpg\"",
      "kind": "ownText##\\[|\\].*",
      "name": "a@text##"
    },
    "ruleSearch": {
      "author": "p.-2@text",
      "bookList": ".block",
      "bookUrl": "a.1@href",
      "checkKeyWord": "侠盗",
      "coverUrl": "img@src",
      "kind": "p.-3@text##分类：",
      "lastChapter": "a.-1@text",
      "name": "h2@text"
    },
    "ruleToc": {
      "chapterList": "ul.1@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "{{@@text.下一页@href}}\n{{@@option@value}}"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\n{{source.bookSourceComment.match(/如〖([^〗]*)〗/)[1]}}/search.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "话本小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://so.ihuaben.com/search?keyword",
    "customButton": false,
    "customOrder": 388,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1733516789693,
    "respondTime": 1731,
    "ruleBookInfo": {
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": "#contentsource@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.text-muted@text",
      "bookList": ".searchresult",
      "bookUrl": "h2 a@href",
      "checkKeyWord": "",
      "name": "h2@text"
    },
    "ruleToc": {
      "chapterList": "-.chapters p",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": ".pagination a@href",
      "updateTime": ".updateTime@text"
    },
    "searchUrl": "https://so.ihuaben.com/search?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "SF轻小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.sfacg.com#南笙21.0101",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 389,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1696325184421,
    "loginUrl": "",
    "respondTime": 676,
    "ruleBookInfo": {
      "intro": "@js:result=java.get('intro');\n'<br>'+((result)?result:'想要获取更多书籍信息，请点击书籍的书名(・o・)');",
      "tocUrl": "text.目录列表@href"
    },
    "ruleContent": {
      "content": "div[style=text-indent: 2em;]@html@js:\nresult.replace(/<img.*?>/,'本内容为图片，阅读暂不支持')"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.AuthorName",
      "bookList": "$.Novels[0,1]",
      "bookUrl": "/i/{$.NovelID}/",
      "coverUrl": "https://rs.sfacg.com/web/novel/images/NovelCover/Big/{$.NovelCover}",
      "intro": "@js:java.get('intro')",
      "kind": "http://book.sfacg.com/Novel/{$.NovelID}/@js:\nimportClass(org.jsoup.Jsoup);\nresult=Jsoup.parse(java.ajax(result));\nvar intro=String(result.select(\".introduce\").text()).trim();\nvar last=result.select(\".chapter-title a\").text();\nvar tags=result.select(\".text-row:eq(0)\").text()\njava.put('intro',intro);\njava.put('last',last);\ntags=tags.match(/类型：(.*?)\\s字数：(.*?)字\\[(.*?)\\]\\s.*/);\ntags.shift();\ntags.join(',').replace(/已|中/,'');",
      "lastChapter": "@js:java.get('last')",
      "name": "$.NovelName"
    },
    "ruleToc": {
      "chapterList": "+@js:\nvar list=[];\nvar url=result.match(/\\/c\\/\\d+\\//g);\nvar n1=new RegExp(/mulu\">(.+)<\\/d/g);\nvar n3=new RegExp(/href=\"\\/c\\/\\d+\\/\"><li>(.+?)<\\/l/g);\nvar n;var n_pre='';var n_sub;\nvar n_temp;\nvar t=-1;\nvar p=[];var p_tmp;\nvar i=-1;var i_tmp;\n//获取每卷的标题\nwhile((n_temp=n1.exec(result))!=null){\ni=i+1;\np.push({q:n_temp[1],w:n1.lastIndex});\n}\ni_tmp=i;\n\nwhile((n_temp=n3.exec(result))!=null){\n//获取每话的标题\nn_sub=n_temp[1];\n//判断VIP\nif((n_sub.match(/span/))!=null){\nn_sub=n_sub.match(/span>(.+)<\\/span><spa/)[1];n_sub='🔒'+n_sub;\n}\n//给每话的标题添加卷标题\nif(p[0]!=null){\ni=i_tmp;\np_tmp=p[i].w;\nwhile(p_tmp>n3.lastIndex){\ni=i-1;\np_tmp=p[i].w;\n}\nn_pre=p[i].q;\nn_pre=n_pre+' | ';\n}\n//保存数据到数组\nn=n_pre+n_sub;\nt=t+1;\nlist.push({k:n,v:url[t]});\n}\nlist;",
      "chapterName": "k",
      "chapterUrl": "v"
    },
    "searchUrl": "/API/HTML5.ashx?op=search&keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "中文万维（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "http://cread.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 390,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"出版频道\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"文学小说\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3100&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经典名著\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3200&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经管励志\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3300&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"生活休闲\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3400&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"婚姻家庭\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3500&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科普教育\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3600&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"纪实传记\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3700&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"亲子育儿\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3800&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"男生频道\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"都市小说\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1200&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"东方玄幻\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1100&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠仙侠\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1400&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"悬疑惊悚\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1800&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"架空历史\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1500&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"网游竞技\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1700&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻未来\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1600&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"西方玄幻\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1300&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女生频道\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"古代言情\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2100&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"幻想言情\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2200&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市言情\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2300&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"总裁豪门\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2400&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"青春校园\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2500&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"唯美同人\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2600&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\r\n\"uid\":\"110496550\",\r\n\"cnid\":\"10005\",\r\n\"version\":\"7.6.0\",\r\n\"packname\":\"com.mianfeizs.book\",\r\n\"oscode\":\"30\",\r\n\"vcode\":\"134\",\r\n\"channelId\":\"10005\",\r\n\"platform\":\"android\",\r\n\"appname\":\"mfzs\"\n}",
    "lastUpdateTime": 1721189499886,
    "respondTime": 2488,
    "ruleBookInfo": {
      "author": "$.authorName",
      "canReName": "",
      "coverUrl": "$.bookImg",
      "init": "$.data.bookVo",
      "intro": "{{'\\n&lrm;\\n'}}{{$.introduction}}",
      "kind": "{$.grade}分&&$.categoryName&&连载中{$.bookStatue}已完结\n##连载中03|01已完结",
      "lastChapter": "{{$.lastUpdateChapterName}} • {{$.lastUpdateChapterDate## .*}}",
      "name": "$.bookName",
      "tocUrl": "https://readbook-service-freebook.cread.com/cx/itf/getvolume?bookId={{$.bookId}}",
      "wordCount": "$.wordCount"
    },
    "ruleContent": {
      "content": "$..content"
    },
    "ruleExplore": {
      "author": "$.authorName",
      "bookList": "$.dataList",
      "bookUrl": "https://readbook-service-freebook.cread.com/cx/bookDetailYS?bookid={{$.bookid}}",
      "coverUrl": "$.cover",
      "intro": "$.intro",
      "kind": "{$.grade}分&&$.categoryName&&连载中{$.bookStatue}已完结\n##连载中03|01已完结",
      "lastChapter": "",
      "name": "$.newBookName",
      "wordCount": "$.wordCount"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.list",
      "bookUrl": "https://readbook-service-freebook.cread.com/cx/bookDetailYS?bookid={{$.id}}",
      "checkKeyWord": "++https://readbook-service-freebook.cread.com/cx/itf/getvolume?bookId=803500510",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "{$.grade}分&&$.categoryName&&连载中{$.bookStatue}已完结\n##连载中03|01已完结",
      "lastChapter": "",
      "name": "$.name",
      "wordCount": "$.words"
    },
    "ruleToc": {
      "chapterList": "@js:\nlet v = [],\n\t\tlist = [];\nJSON.parse(result).list.map($=>{\n\n//分卷判定\n\t\tV = $.name;\n\t\tif(v[v.length-1]!=V&&!/^\\s*$/.test(V)){\n\t\t\t\tv.push(V)\n\t\t\t\tlist.push({\n\t\t\t\t\t\tname: '📖['+V+']📖',\n\t\t\t\t\t\tvolume: true\n\t\t\t\t\t})\n\t\t\t}\n\n$.bookChapters.map($=>{\n\t\treturn list.push({\n\t\t\t\tname: $.name,\n\t\t\t\turl: `https://readbook-service-freebook.cread.com/cx/itf/chapterRead?bookId=${$.bookid}&chapterId=${$.id}`,\n\t\t\t\tinfo: `章节字数：${$.wordCount}　更新时间：${$.updateDate}`\n\t\t\t});\n\t});\n});\nv.length<2?list.filter($=>!$.volume):list",
      "chapterName": "name",
      "chapterUrl": "url",
      "isVip": "",
      "isVolume": "volume",
      "nextTocUrl": "",
      "updateTime": "info"
    },
    "searchUrl": "https://cxb-pro.cread.com/cx/searchbooks,{\n\"method\": \"POST\",\n\"body\": \"keyword={{key}}&pageNo={{page}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "/*\n听说能看",
    "bookSourceGroup": "免费",
    "bookSourceName": "起点限免（优+）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.qidian.com##部分限免源",
    "customButton": false,
    "customOrder": 391,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"✿男频✿\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"月票榜\",\"url\":\"/majax/rank/yuepiaolist?gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"畅销榜\",\"url\":\"/majax/rank/hotsaleslist?gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"阅读榜\",\"url\":\"/majax/rank/readindexlist?gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"书友榜\",\"url\":\"/majax/rank/newfanslist?gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐榜\",\"url\":\"/majax/rank/reclist?gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"更新榜\",\"url\":\"/majax/rank/updatelist?gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"签约榜\",\"url\":\"/majax/rank/signlist?gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"新书榜\",\"url\":\"/majax/rank/newbooklist?gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"新人榜\",\"url\":\"/majax/rank/newauthorlist?gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"三江推荐\",\"url\":\"/webcommon/recommend/sanjiangList?pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"新书强推\",\"url\":\"/majax/recommend/strongreclist?gender=male&pageNum={{page}}&catId=-1&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人气免费\",\"url\":\"/majax/recommend/hotFreelist?gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"新书免费\",\"url\":\"/majax/recommend/freeNewlist?gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"新书抢先\",\"url\":\"/majax/recommend/newBooklist?gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"畅销完本\",\"url\":\"/majax/recommend/bestSelllist?gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔹玄幻🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"月票榜\",\"url\":\"/majax/rank/yuepiaolist?gender=male&pageNum={{page}}&catId=21&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"畅销榜\",\"url\":\"/majax/rank/hotsaleslist?gender=male&pageNum={{page}}&catId=21&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"阅读榜\",\"url\":\"/majax/rank/readindexlist?gender=male&pageNum={{page}}&catId=21&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人气\",\"url\":\"/majax/category/list?catId=21&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时间\",\"url\":\"/majax/category/list?catId=21&gender=male&orderBy=4&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数\",\"url\":\"/majax/category/list?catId=21&gender=male&orderBy=3&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"/majax/category/list?catId=21&gender=male&orderBy=11&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐\",\"url\":\"/majax/category/list?catId=21&gender=male&orderBy=9&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"点击\",\"url\":\"/majax/category/list?catId=21&gender=male&orderBy=1&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30万字↓\",\"url\":\"/majax/category/list?catId=21&size=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30-50万\",\"url\":\"/majax/category/list?catId=21&size=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"50-100万\",\"url\":\"/majax/category/list?catId=21&size=3&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"1-2百万\",\"url\":\"/majax/category/list?catId=21&size=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"200万↑\",\"url\":\"/majax/category/list?catId=21&size=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"———\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔸连载🔸\",\"url\":\"/majax/category/list?catId=21&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"🔸完本🔸\",\"url\":\"/majax/category/list?catId=21&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"东方玄幻\",\"url\":\"/majax/category/list?catId=21&subCatId=8&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"异世大陆\",\"url\":\"/majax/category/list?catId=21&subCatId=73&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"王朝争霸\",\"url\":\"/majax/category/list?catId=21&subCatId=58&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"高武世界\",\"url\":\"/majax/category/list?catId=21&subCatId=78&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔹奇幻🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"月票榜\",\"url\":\"/majax/rank/yuepiaolist?gender=male&pageNum={{page}}&catId=1&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"畅销榜\",\"url\":\"/majax/rank/hotsaleslist?gender=male&pageNum={{page}}&catId=1&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"阅读榜\",\"url\":\"/majax/rank/readindexlist?gender=male&pageNum={{page}}&catId=1&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人气\",\"url\":\"/majax/category/list?catId=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时间\",\"url\":\"/majax/category/list?catId=1&gender=male&orderBy=4&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数\",\"url\":\"/majax/category/list?catId=1&gender=male&orderBy=3&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"/majax/category/list?catId=1&gender=male&orderBy=11&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐\",\"url\":\"/majax/category/list?catId=1&gender=male&orderBy=9&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"点击\",\"url\":\"/majax/category/list?catId=1&gender=male&orderBy=1&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30万↓\",\"url\":\"/majax/category/list?catId=1&size=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30-50万\",\"url\":\"/majax/category/list?catId=1&size=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"50-100万\",\"url\":\"/majax/category/list?catId=1&size=3&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"1-2百万\",\"url\":\"/majax/category/list?catId=1&size=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"200万↑\",\"url\":\"/majax/category/list?catId=1&size=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"———\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔸连载🔸\",\"url\":\"/majax/category/list?catId=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"🔸完本🔸\",\"url\":\"/majax/category/list?catId=1&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"现代魔法\",\"url\":\"/majax/category/list?catId=1&subCatId=38&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"剑与魔法\",\"url\":\"/majax/category/list?catId=1&subCatId=62&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"史诗奇幻\",\"url\":\"/majax/category/list?catId=1&subCatId=201&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"神秘幻想\",\"url\":\"/majax/category/list?catId=1&subCatId=202&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史神话\",\"url\":\"/majax/category/list?catId=1&subCatId=20092&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"另类幻想\",\"url\":\"/majax/category/list?catId=1&subCatId=20093&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔹武侠🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"月票榜\",\"url\":\"/majax/rank/yuepiaolist?gender=male&pageNum={{page}}&catId=2&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"畅销榜\",\"url\":\"/majax/rank/hotsaleslist?gender=male&pageNum={{page}}&catId=2&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"阅读榜\",\"url\":\"/majax/rank/readindexlist?gender=male&pageNum={{page}}&catId=2&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人气\",\"url\":\"/majax/category/list?catId=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时间\",\"url\":\"/majax/category/list?catId=2&gender=male&orderBy=4&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数\",\"url\":\"/majax/category/list?catId=2&gender=male&orderBy=3&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"/majax/category/list?catId=2&gender=male&orderBy=11&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐\",\"url\":\"/majax/category/list?catId=2&gender=male&orderBy=9&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"点击\",\"url\":\"/majax/category/list?catId=2&gender=male&orderBy=1&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30万↓\",\"url\":\"/majax/category/list?catId=2&size=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30-50万\",\"url\":\"/majax/category/list?catId=2&size=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"50-100万\",\"url\":\"/majax/category/list?catId=2&size=3&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"1-2百万\",\"url\":\"/majax/category/list?catId=2&size=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"200万↑\",\"url\":\"/majax/category/list?catId=2&size=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"———\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔸连载🔸\",\"url\":\"/majax/category/list?catId=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"🔸完本🔸\",\"url\":\"/majax/category/list?catId=2&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"传统武侠\",\"url\":\"/majax/category/list?catId=2&subCatId=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠幻想\",\"url\":\"/majax/category/list?catId=2&subCatId=30&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"国士无双\",\"url\":\"/majax/category/list?catId=2&subCatId=206&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古武未来\",\"url\":\"/majax/category/list?catId=2&subCatId=20099&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠同人\",\"url\":\"/majax/category/list?catId=2&subCatId=20100&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔹仙侠🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"月票榜\",\"url\":\"/majax/rank/yuepiaolist?gender=male&pageNum={{page}}&catId=22&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"畅销榜\",\"url\":\"/majax/rank/hotsaleslist?gender=male&pageNum={{page}}&catId=22&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"阅读榜\",\"url\":\"/majax/rank/readindexlist?gender=male&pageNum={{page}}&catId=22&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人气\",\"url\":\"/majax/category/list?catId=22&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时间\",\"url\":\"/majax/category/list?catId=22&gender=male&orderBy=4&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数\",\"url\":\"/majax/category/list?catId=22&gender=male&orderBy=3&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"/majax/category/list?catId=22&gender=male&orderBy=11&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐\",\"url\":\"/majax/category/list?catId=22&gender=male&orderBy=9&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"点击\",\"url\":\"/majax/category/list?catId=22&gender=male&orderBy=1&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30万↓\",\"url\":\"/majax/category/list?catId=22&size=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30-50万\",\"url\":\"/majax/category/list?catId=22&size=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"50-100万\",\"url\":\"/majax/category/list?catId=22&size=3&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"1-2百万\",\"url\":\"/majax/category/list?catId=22&size=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"200万↑\",\"url\":\"/majax/category/list?catId=22&size=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"———\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔸连载🔸\",\"url\":\"/majax/category/list?catId=22&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"🔸完本🔸\",\"url\":\"/majax/category/list?catId=22&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"修真文明\",\"url\":\"/majax/category/list?catId=22&subCatId=18&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"幻想修仙\",\"url\":\"/majax/category/list?catId=22&subCatId=44&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现代修真\",\"url\":\"/majax/category/list?catId=22&subCatId=64&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"神话修真\",\"url\":\"/majax/category/list?catId=22&subCatId=207&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古典仙侠\",\"url\":\"/majax/category/list?catId=22&subCatId=20101&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔹都市🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"月票榜\",\"url\":\"/majax/rank/yuepiaolist?gender=male&pageNum={{page}}&catId=4&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"畅销榜\",\"url\":\"/majax/rank/hotsaleslist?gender=male&pageNum={{page}}&catId=4&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"阅读榜\",\"url\":\"/majax/rank/readindexlist?gender=male&pageNum={{page}}&catId=4&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人气\",\"url\":\"/majax/category/list?catId=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时间\",\"url\":\"/majax/category/list?catId=4&gender=male&orderBy=4&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数\",\"url\":\"/majax/category/list?catId=4&gender=male&orderBy=3&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"/majax/category/list?catId=4&gender=male&orderBy=11&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐\",\"url\":\"/majax/category/list?catId=4&gender=male&orderBy=9&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"点击\",\"url\":\"/majax/category/list?catId=4&gender=male&orderBy=1&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30万↓\",\"url\":\"/majax/category/list?catId=4&size=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30-50万\",\"url\":\"/majax/category/list?catId=4&size=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"50-100万\",\"url\":\"/majax/category/list?catId=4&size=3&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"1-2百万\",\"url\":\"/majax/category/list?catId=4&size=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"200万↑\",\"url\":\"/majax/category/list?catId=4&size=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"———\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔸连载🔸\",\"url\":\"/majax/category/list?catId=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"🔸完本🔸\",\"url\":\"/majax/category/list?catId=4&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"爱情婚姻\",\"url\":\"/majax/category/list?catId=4&subCatId=65535&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市生活\",\"url\":\"/majax/category/list?catId=4&subCatId=12&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市异能\",\"url\":\"/majax/category/list?catId=4&subCatId=16&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"异术超能\",\"url\":\"/majax/category/list?catId=4&subCatId=74&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"青春校园\",\"url\":\"/majax/category/list?catId=4&subCatId=130&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"娱乐明星\",\"url\":\"/majax/category/list?catId=4&subCatId=151&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"商战职场\",\"url\":\"/majax/category/list?catId=4&subCatId=153&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔹现实🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"月票榜\",\"url\":\"/majax/rank/yuepiaolist?gender=male&pageNum={{page}}&catId=15&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"畅销榜\",\"url\":\"/majax/rank/hotsaleslist?gender=male&pageNum={{page}}&catId=15&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"阅读榜\",\"url\":\"/majax/rank/readindexlist?gender=male&pageNum={{page}}&catId=15&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人气\",\"url\":\"/majax/category/list?catId=15&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时间\",\"url\":\"/majax/category/list?catId=15&gender=male&orderBy=4&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数\",\"url\":\"/majax/category/list?catId=15&gender=male&orderBy=3&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"/majax/category/list?catId=15&gender=male&orderBy=11&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐\",\"url\":\"/majax/category/list?catId=15&gender=male&orderBy=9&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"点击\",\"url\":\"/majax/category/list?catId=15&gender=male&orderBy=1&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30万↓\",\"url\":\"/majax/category/list?catId=15&size=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30-50万\",\"url\":\"/majax/category/list?catId=15&size=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"50-100万\",\"url\":\"/majax/category/list?catId=15&size=3&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"1-2百万\",\"url\":\"/majax/category/list?catId=15&size=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"200万↑\",\"url\":\"/majax/category/list?catId=15&size=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"———\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔸连载🔸\",\"url\":\"/majax/category/list?catId=15&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"🔸完本🔸\",\"url\":\"/majax/category/list?catId=15&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"时代叙事\",\"url\":\"/majax/category/list?catId=15&subCatId=20106&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"家庭伦理\",\"url\":\"/majax/category/list?catId=15&subCatId=6&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女性题材\",\"url\":\"/majax/category/list?catId=15&subCatId=20104&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"青年故事\",\"url\":\"/majax/category/list?catId=15&subCatId=20108&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"社会悬疑\",\"url\":\"/majax/category/list?catId=15&subCatId=20105&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人间百态\",\"url\":\"/majax/category/list?catId=15&subCatId=209&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"成功励志\",\"url\":\"/majax/category/list?catId=15&subCatId=20107&gender=male&pageNum=1&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔹军事🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"月票榜\",\"url\":\"/majax/rank/yuepiaolist?gender=male&pageNum={{page}}&catId=6&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"畅销榜\",\"url\":\"/majax/rank/hotsaleslist?gender=male&pageNum={{page}}&catId=6&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"阅读榜\",\"url\":\"/majax/rank/readindexlist?gender=male&pageNum={{page}}&catId=6&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人气\",\"url\":\"/majax/category/list?catId=6&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时间\",\"url\":\"/majax/category/list?catId=6&gender=male&orderBy=4&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数\",\"url\":\"/majax/category/list?catId=6&gender=male&orderBy=3&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"/majax/category/list?catId=6&gender=male&orderBy=11&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐\",\"url\":\"/majax/category/list?catId=6&gender=male&orderBy=9&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"点击\",\"url\":\"/majax/category/list?catId=6&gender=male&orderBy=1&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30万↓\",\"url\":\"/majax/category/list?catId=6&size=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30-50万\",\"url\":\"/majax/category/list?catId=6&size=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"50-100万\",\"url\":\"/majax/category/list?catId=6&size=3&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"1-2百万\",\"url\":\"/majax/category/list?catId=6&size=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"200万↑\",\"url\":\"/majax/category/list?catId=6&size=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"———\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔸连载🔸\",\"url\":\"/majax/category/list?catId=6&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"🔸完本🔸\",\"url\":\"/majax/category/list?catId=6&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"军旅生涯\",\"url\":\"/majax/category/list?catId=6&subCatId=54&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"军事战争\",\"url\":\"/majax/category/list?catId=6&subCatId=65&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"战争幻想\",\"url\":\"/majax/category/list?catId=6&subCatId=80&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"抗战烽火\",\"url\":\"/majax/category/list?catId=6&subCatId=230&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"谍战特工\",\"url\":\"/majax/category/list?catId=6&subCatId=231&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔹历史🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"月票榜\",\"url\":\"/majax/rank/yuepiaolist?gender=male&pageNum={{page}}&catId=5&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"畅销榜\",\"url\":\"/majax/rank/hotsaleslist?gender=male&pageNum={{page}}&catId=5&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"阅读榜\",\"url\":\"/majax/rank/readindexlist?gender=male&pageNum={{page}}&catId=5&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人气\",\"url\":\"/majax/category/list?catId=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时间\",\"url\":\"/majax/category/list?catId=5&gender=male&orderBy=4&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数\",\"url\":\"/majax/category/list?catId=5&gender=male&orderBy=3&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"/majax/category/list?catId=5&gender=male&orderBy=11&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐\",\"url\":\"/majax/category/list?catId=5&gender=male&orderBy=9&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"点击\",\"url\":\"/majax/category/list?catId=5&gender=male&orderBy=1&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30万↓\",\"url\":\"/majax/category/list?catId=5&size=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30-50万\",\"url\":\"/majax/category/list?catId=5&size=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"50-100万\",\"url\":\"/majax/category/list?catId=5&size=3&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"1-2百万\",\"url\":\"/majax/category/list?catId=5&size=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"200万↑\",\"url\":\"/majax/category/list?catId=5&size=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"———\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔸连载🔸\",\"url\":\"/majax/category/list?catId=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"🔸完本🔸\",\"url\":\"/majax/category/list?catId=5&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"架空励史\",\"url\":\"/majax/category/list?catId=5&subCatId=22&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"秦汉三国\",\"url\":\"/majax/category/list?catId=5&subCatId=48&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"↑古先秦\",\"url\":\"/majax/category/list?catId=5&subCatId=220&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史传记\",\"url\":\"/majax/category/list?catId=5&subCatId=32&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"两晋隋唐\",\"url\":\"/majax/category/list?catId=5&subCatId=222&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"五代十国\",\"url\":\"/majax/category/list?catId=5&subCatId=223&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"两宋元明\",\"url\":\"/majax/category/list?catId=5&subCatId=224&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"清史民国\",\"url\":\"/majax/category/list?catId=5&subCatId=225&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"外国历史\",\"url\":\"/majax/category/list?catId=5&subCatId=226&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"民间传说\",\"url\":\"/majax/category/list?catId=5&subCatId=20094&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔹游戏🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"月票榜\",\"url\":\"/majax/rank/yuepiaolist?gender=male&pageNum={{page}}&catId=7&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"畅销榜\",\"url\":\"/majax/rank/hotsaleslist?gender=male&pageNum={{page}}&catId=7&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"阅读榜\",\"url\":\"/majax/rank/readindexlist?gender=male&pageNum={{page}}&catId=7&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人气\",\"url\":\"/majax/category/list?catId=7&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时间\",\"url\":\"/majax/category/list?catId=7&gender=male&orderBy=4&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数\",\"url\":\"/majax/category/list?catId=7&gender=male&orderBy=3&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"/majax/category/list?catId=7&gender=male&orderBy=11&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐\",\"url\":\"/majax/category/list?catId=7&gender=male&orderBy=9&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"点击\",\"url\":\"/majax/category/list?catId=7&gender=male&orderBy=1&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30万↓\",\"url\":\"/majax/category/list?catId=7&size=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30-50万\",\"url\":\"/majax/category/list?catId=7&size=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"50-100万\",\"url\":\"/majax/category/list?catId=7&size=3&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"1-2百万\",\"url\":\"/majax/category/list?catId=7&size=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"200万↑\",\"url\":\"/majax/category/list?catId=7&size=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"———\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔸连载🔸\",\"url\":\"/majax/category/list?catId=7&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"🔸完本🔸\",\"url\":\"/majax/category/list?catId=7&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"电子竞技\",\"url\":\"/majax/category/list?catId=7&subCatId=7&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"虚拟网游\",\"url\":\"/majax/category/list?catId=7&subCatId=70&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"游戏异界\",\"url\":\"/majax/category/list?catId=7&subCatId=240&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"游戏系统\",\"url\":\"/majax/category/list?catId=7&subCatId=20102&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"游戏主播\",\"url\":\"/majax/category/list?catId=7&subCatId=20103&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔹体育🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"月票榜\",\"url\":\"/majax/rank/yuepiaolist?gender=male&pageNum={{page}}&catId=8&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"畅销榜\",\"url\":\"/majax/rank/hotsaleslist?gender=male&pageNum={{page}}&catId=8&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"阅读榜\",\"url\":\"/majax/rank/readindexlist?gender=male&pageNum={{page}}&catId=8&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人气\",\"url\":\"/majax/category/list?catId=8&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时间\",\"url\":\"/majax/category/list?catId=8&gender=male&orderBy=4&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数\",\"url\":\"/majax/category/list?catId=8&gender=male&orderBy=3&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"/majax/category/list?catId=8&gender=male&orderBy=11&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐\",\"url\":\"/majax/category/list?catId=8&gender=male&orderBy=9&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"点击\",\"url\":\"/majax/category/list?catId=8&gender=male&orderBy=1&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30万↓\",\"url\":\"/majax/category/list?catId=8&size=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30-50万\",\"url\":\"/majax/category/list?catId=8&size=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"50-100万\",\"url\":\"/majax/category/list?catId=8&size=3&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"1-2百万\",\"url\":\"/majax/category/list?catId=8&size=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"200万↑\",\"url\":\"/majax/category/list?catId=8&size=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"———\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔸连载🔸\",\"url\":\"/majax/category/list?catId=8&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"🔸完本🔸\",\"url\":\"/majax/category/list?catId=8&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"篮球运动\",\"url\":\"/majax/category/list?catId=8&subCatId=28&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"体育赛事\",\"url\":\"/majax/category/list?catId=8&subCatId=55&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"足球运动\",\"url\":\"/majax/category/list?catId=8&subCatId=82&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔹科幻🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"月票榜\",\"url\":\"/majax/rank/yuepiaolist?gender=male&pageNum={{page}}&catId=9&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"畅销榜\",\"url\":\"/majax/rank/hotsaleslist?gender=male&pageNum={{page}}&catId=9&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"阅读榜\",\"url\":\"/majax/rank/readindexlist?gender=male&pageNum={{page}}&catId=9&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人气\",\"url\":\"/majax/category/list?catId=9&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时间\",\"url\":\"/majax/category/list?catId=9&gender=male&orderBy=4&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数\",\"url\":\"/majax/category/list?catId=9&gender=male&orderBy=3&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"/majax/category/list?catId=9&gender=male&orderBy=11&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐\",\"url\":\"/majax/category/list?catId=9&gender=male&orderBy=9&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"点击\",\"url\":\"/majax/category/list?catId=9&gender=male&orderBy=1&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30万↓\",\"url\":\"/majax/category/list?catId=9&size=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30-50万\",\"url\":\"/majax/category/list?catId=9&size=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"50-100万\",\"url\":\"/majax/category/list?catId=9&size=3&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"1-2百万\",\"url\":\"/majax/category/list?catId=9&size=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"200万↑\",\"url\":\"/majax/category/list?catId=9&size=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"———\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔸连载🔸\",\"url\":\"/majax/category/list?catId=9&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"🔸完本🔸\",\"url\":\"/majax/category/list?catId=9&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"古武机甲\",\"url\":\"/majax/category/list?catId=9&subCatId=21&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"未来世界\",\"url\":\"/majax/category/list?catId=9&subCatId=25&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"星际文明\",\"url\":\"/majax/category/list?catId=9&subCatId=68&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"超级科技\",\"url\":\"/majax/category/list?catId=9&subCatId=250&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时空穿梭\",\"url\":\"/majax/category/list?catId=9&subCatId=251&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"进化变异\",\"url\":\"/majax/category/list?catId=9&subCatId=252&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"末世危机\",\"url\":\"/majax/category/list?catId=9&subCatId=253&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔹悬疑🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"月票榜\",\"url\":\"/majax/rank/yuepiaolist?gender=male&pageNum={{page}}&catId=10&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"畅销榜\",\"url\":\"/majax/rank/hotsaleslist?gender=male&pageNum={{page}}&catId=10&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"阅读榜\",\"url\":\"/majax/rank/readindexlist?gender=male&pageNum={{page}}&catId=10&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人气\",\"url\":\"/majax/category/list?catId=10&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时间\",\"url\":\"/majax/category/list?catId=10&gender=male&orderBy=4&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数\",\"url\":\"/majax/category/list?catId=10&gender=male&orderBy=3&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"/majax/category/list?catId=10&gender=male&orderBy=11&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐\",\"url\":\"/majax/category/list?catId=10&gender=male&orderBy=9&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"点击\",\"url\":\"/majax/category/list?catId=10&gender=male&orderBy=1&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30万↓\",\"url\":\"/majax/category/list?catId=10&size=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30-50万\",\"url\":\"/majax/category/list?catId=10&size=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"50-100万\",\"url\":\"/majax/category/list?catId=10&size=3&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"1-2百万\",\"url\":\"/majax/category/list?catId=10&size=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"200万↑\",\"url\":\"/majax/category/list?catId=10&size=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"———\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔸连载🔸\",\"url\":\"/majax/category/list?catId=10&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"🔸完本🔸\",\"url\":\"/majax/category/list?catId=10&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"诡秘悬疑\",\"url\":\"/majax/category/list?catId=10&subCatId=26&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇妙世界\",\"url\":\"/majax/category/list?catId=10&subCatId=35&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"侦探推理\",\"url\":\"/majax/category/list?catId=10&subCatId=57&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"探险求生\",\"url\":\"/majax/category/list?catId=10&subCatId=260&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古今传奇\",\"url\":\"/majax/category/list?catId=10&subCatId=20095&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔹诸天无限🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"月票榜\",\"url\":\"/majax/rank/yuepiaolist?gender=male&pageNum={{page}}&catId=20109&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"畅销榜\",\"url\":\"/majax/rank/hotsaleslist?gender=male&pageNum={{page}}&catId=20109&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"阅读榜\",\"url\":\"/majax/rank/readindexlist?gender=male&pageNum={{page}}&catId=20109&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人气\",\"url\":\"/majax/category/list?catId=20109&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时间\",\"url\":\"/majax/category/list?catId=20109&gender=male&orderBy=4&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数\",\"url\":\"/majax/category/list?catId=20109&gender=male&orderBy=3&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"/majax/category/list?catId=20109&gender=male&orderBy=11&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐\",\"url\":\"/majax/category/list?catId=20109&gender=male&orderBy=9&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"点击\",\"url\":\"/majax/category/list?catId=20109&gender=male&orderBy=1&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30万↓\",\"url\":\"/majax/category/list?catId=20109&size=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30-50万\",\"url\":\"/majax/category/list?catId=20109&size=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"50-100万\",\"url\":\"/majax/category/list?catId=20109&size=3&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"1-2百万\",\"url\":\"/majax/category/list?catId=20109&size=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"200万↑\",\"url\":\"/majax/category/list?catId=20109&size=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"———\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔸连载🔸\",\"url\":\"/majax/category/list?catId=20109&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"🔸完本🔸\",\"url\":\"/majax/category/list?catId=20109&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"无限\",\"url\":\"/majax/category/list?catId=20109&subCatId=20110&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"诸天\",\"url\":\"/majax/category/list?catId=20109&subCatId=20111&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"综漫\",\"url\":\"/majax/category/list?catId=20109&subCatId=20112&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔹轻小说🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"月票榜\",\"url\":\"/majax/rank/yuepiaolist?gender=male&pageNum={{page}}&catId=12&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"畅销榜\",\"url\":\"/majax/rank/hotsaleslist?gender=male&pageNum={{page}}&catId=12&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"阅读榜\",\"url\":\"/majax/rank/readindexlist?gender=male&pageNum={{page}}&catId=12&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人气\",\"url\":\"/majax/category/list?catId=12&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时间\",\"url\":\"/majax/category/list?catId=12&gender=male&orderBy=4&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数\",\"url\":\"/majax/category/list?catId=12&gender=male&orderBy=3&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"/majax/category/list?catId=12&gender=male&orderBy=11&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐\",\"url\":\"/majax/category/list?catId=12&gender=male&orderBy=9&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"点击\",\"url\":\"/majax/category/list?catId=12&gender=male&orderBy=1&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30万↓\",\"url\":\"/majax/category/list?catId=12&size=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30-50万\",\"url\":\"/majax/category/list?catId=12&size=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"50-100万\",\"url\":\"/majax/category/list?catId=12&size=3&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"1-2百万\",\"url\":\"/majax/category/list?catId=12&size=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"200万↑\",\"url\":\"/majax/category/list?catId=12&size=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"———\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔸连载🔸\",\"url\":\"/majax/category/list?catId=12&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"🔸完本🔸\",\"url\":\"/majax/category/list?catId=12&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"原生幻想\",\"url\":\"/majax/category/list?catId=12&subCatId=60&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现代幻想\",\"url\":\"/majax/category/list?catId=12&subCatId=10&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"衍生同人\",\"url\":\"/majax/category/list?catId=12&subCatId=281&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"搞笑吐槽\",\"url\":\"/majax/category/list?catId=12&subCatId=282&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"恋爱日常\",\"url\":\"/majax/category/list?catId=12&subCatId=66&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔹短篇🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"人气\",\"url\":\"/majax/category/list?catId=20076&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时间\",\"url\":\"/majax/category/list?catId=20076&gender=male&orderBy=4&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数\",\"url\":\"/majax/category/list?catId=20076&gender=male&orderBy=3&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"/majax/category/list?catId=20076&gender=male&orderBy=11&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐\",\"url\":\"/majax/category/list?catId=20076&gender=male&orderBy=9&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"点击\",\"url\":\"/majax/category/list?catId=20076&gender=male&orderBy=1&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30万↓\",\"url\":\"/majax/category/list?catId=20076&size=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30-50万\",\"url\":\"/majax/category/list?catId=20076&size=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"50-100万\",\"url\":\"/majax/category/list?catId=20076&size=3&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"1-2百万\",\"url\":\"/majax/category/list?catId=20076&size=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"200万↑\",\"url\":\"/majax/category/list?catId=20076&size=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"———\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔸连载🔸\",\"url\":\"/majax/category/list?catId=20076&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"🔸完本🔸\",\"url\":\"/majax/category/list?catId=20076&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"诗歌散文\",\"url\":\"/majax/category/list?catId=20076&subCatId=20097&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人物传记\",\"url\":\"/majax/category/list?catId=20076&subCatId=20098&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"影视剧本\",\"url\":\"/majax/category/list?catId=20076&subCatId=20075&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"评论文集\",\"url\":\"/majax/category/list?catId=20076&subCatId=20077&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"生活随笔\",\"url\":\"/majax/category/list?catId=20076&subCatId=20078&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"美文游记\",\"url\":\"/majax/category/list?catId=20076&subCatId=20079&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"短篇小说\",\"url\":\"/majax/category/list?catId=20076&subCatId=20096&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}\n]",
    "lastUpdateTime": 1759350731096,
    "respondTime": 4199,
    "ruleBookInfo": {
      "author": "class.detail__header@class.detail__header-detail__author-link@ownText",
      "coverUrl": "https://bookcover.yuewen.com/qdbimg/349573/{{baseUrl.match(/(\\d+)/)[1]}}",
      "intro": "🏷 简介：{{@@@css:p.detail__summary__content@text}}",
      "kind": "id.monthTicket@text&&id.recTicket@text##张",
      "lastChapter": "class.detail__chapters-latest@tag.a@text##最新章节",
      "name": "class.detail__header@tag.h2@ownText",
      "wordCount": ".count@em.0@text##$##字"
    },
    "ruleContent": {
      "content": "<js>\nvar body=\"\";\nif(chapter.isVip()){\nbody=JSON.parse(result).data\n}else{\nvar cid=baseUrl.match(/\\d+\\/(\\d+)/)[1]\nbody=org.jsoup.Jsoup.parse(String(result)).select('main#c-'+cid).html();\n}\nbody\n</js>",
      "imageStyle": "full"
    },
    "ruleExplore": {
      "author": "$.bAuth",
      "bookList": "$.data.records||$.data.list",
      "bookUrl": "https://m.qidian.com/book/{{$.bid}}/",
      "coverUrl": "https://bookcover.yuewen.com/qdbimg/349573/{{$.bid}}",
      "intro": "$.desc||$.timeStr##(.*前)##$1更新",
      "kind": "$.rankCnt&&$.cat&&$.subCat&&$.state",
      "lastChapter": "$.lastVUCname",
      "name": "$.bName",
      "wordCount": "$.cnt"
    },
    "ruleSearch": {
      "author": "@css:p[class^=_searchBookAuthor]@text",
      "bookList": "@css:div.y-list__content>div.y-list__item",
      "bookUrl": "##href=\"//m.qidian.com/chapter/(\\d+)/0/\"##https://m.qidian.com/book/$1/###",
      "coverUrl": "##href=\"//m.qidian.com/chapter/(\\d+)/0/\"##https://bookcover.yuewen.com/qdbimg/349573/$1/180###",
      "intro": "@css:p[class^=_searchBookDesc]@text",
      "kind": "tag.div[-1]@tag.p@textNodes",
      "name": "tag.h2@text"
    },
    "ruleToc": {
      "chapterList": "<js>\n  var bookId=baseUrl.match(/(\\d+)/)[1]\n result=java.ajax(\"https://wxapp.qidian.com/api/book/categoryV2?bookId=\"+bookId+\"&_csrfToken=\")\n var charts=[];\nJSON.parse(result).data.vs.map(i=>{\ni.cs.map(o=>{\nvar chart={\"id\":o.id,\"title\":o.cN,\"v\":o.sS==0,\"t\":o.uT+ \"  \" + o.cnt +\"字\"}\nif(chart.v){\nchart.url=\"http://qd.yyhydb-123546.top/api/content/qd?bid=\"+bookId+\"&cid=\"+o.id+\"&deviceId=\"+java.androidId()\n}else{\nchart.url=\"https://m.qidian.com/chapter/\"+bookId+\"/\"+o.id+\"/\"\n}\ncharts.push(chart);\n})\n})\n charts;\n</js>",
      "chapterName": "title",
      "chapterUrl": "url",
      "isVip": "v",
      "updateTime": "t"
    },
    "searchUrl": "https://m.qidian.com/soushu/{{key}}.html?pageNum={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "四三看书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.43kanshu.com",
    "bookUrlPattern": "https://m.43kanshu.com/\\d+/\\d+/",
    "customButton": false,
    "customOrder": 392,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n\"user-agent\":\"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 1733279052902,
    "loginUrl": "",
    "respondTime": 11796,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content"
    },
    "ruleContent": {
      "content": "id.nr@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": "class.tjxs@span.1@text",
      "bookList": "class.list fk@ul",
      "bookUrl": "class.xsm@a@href",
      "coverUrl": "class.tjimg@a@img@src",
      "intro": "class.tjxs@span.2@text",
      "name": "class.xsm@text"
    },
    "ruleSearch": {
      "author": "span@text",
      "bookList": ".block > div > div:nth-child(n+1)",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": "dd@text",
      "name": "a@text||img@alt"
    },
    "ruleToc": {
      "chapterList": "id.ul_all_chapters@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "https://www.sososhu.com/?site=m43kanshu&q={{key}}##$##,{\"webView\":true}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "画本阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "https://so.ihuaben.com/",
    "customButton": false,
    "customOrder": 393,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1702175347063,
    "respondTime": 1499,
    "ruleBookInfo": {
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": "#contentsource@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.text-muted@text",
      "bookList": ".searchresult",
      "bookUrl": "h2 a@href",
      "name": "h2@text"
    },
    "ruleToc": {
      "chapterList": "-.chapters p",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": ".pagination a@href",
      "updateTime": ".updateTime@text"
    },
    "searchUrl": "https://so.ihuaben.com/search?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//5.12@ys4568",
    "bookSourceGroup": "漫画",
    "bookSourceName": "🎨乐成漫画",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.lcmhx.cc",
    "customButton": false,
    "customOrder": 394,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"韩漫\",\"url\":\"/mctype/1<,-{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"单行本\",\"url\":\"/mctype/2<,-{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"同人志\",\"url\":\"/mctype/3<,-{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"Cosplay\",\"url\":\"/mctype/4<,-{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}}]",
    "jsLib": "function change(src){\n\treturn this.java.t2s(src)}",
    "lastUpdateTime": 1747713974265,
    "respondTime": 4901,
    "ruleBookInfo": {
      "init": "<js>change(src)</js>",
      "intro": "&nbsp;\n📖 书名：{{@@.page-location-text@text}}\n{{@@text.简介@text}}"
    },
    "ruleContent": {
      "content": ".page@img@html",
      "imageStyle": "FULL"
    },
    "ruleExplore": {
      "bookList": "<js>change(src)</js>\n.item@a",
      "bookUrl": "href",
      "coverUrl": "img@src",
      "name": ".hv-title@text"
    },
    "ruleSearch": {
      "bookList": "<js>change(src)</js>\n.search-result@a",
      "bookUrl": "href",
      "checkKeyWord": "姐姐",
      "coverUrl": "img@src",
      "name": ".search-result__item__title@text"
    },
    "ruleToc": {
      "chapterList": "<js>change(src)</js>\n.listmh@li@a||.page-location-text",
      "chapterName": "text",
      "chapterUrl": "href@js:result==\"\"?baseUrl:result"
    },
    "searchUrl": "/mcsearch/-------/?wd={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "搜索词@小说 搜索小说 如 我的@小说\n搜索词 搜索漫画 如 我的",
    "bookSourceGroup": "漫画",
    "bookSourceName": "画涯",
    "bookSourceType": 0,
    "bookSourceUrl": "http://api.huaya.cc",
    "customButton": false,
    "customOrder": 395,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\"Content-Type\": \"application/x-www-form-urlencoded\",\n  \"app_v\": \"1.8.6\",\n  \"User-Agent\": \"okhttp/4.9.3\",\n   \"token\": \"37cb0e19d1c146d78bfff2994ad366eb\"}",
    "lastUpdateTime": 1747337031569,
    "respondTime": 899,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "detail.titlecontent\n@js:\njava.log(book.type)\nc=java.get(\"c\")\nif(c==1){\n\tresult=result\n\t}else{\na=result.split(';').map(x => '<img src=\"'+x+'\">').join('\\n');\nresult=a\n}\nresult",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "author",
      "bookList": "\n    \nlist",
      "bookUrl": "@js:url=\"http://api.huaya.cc/Handler/NovelTitles_Head.ashx,\"+JSON.stringify({\n  \"body\": \"asc=true&novelId={{$.novelid}}&size=99999&sign=&index=1&type=list&first=true\",\n  \"method\": \"POST\"\n})",
      "checkKeyWord": "我的@小说",
      "coverUrl": "imgurl",
      "intro": "description",
      "kind": "{{$.noveltypelist}}\n{{$.novel_score}}分",
      "lastChapter": "novel_publishdate",
      "name": "novelname",
      "wordCount": "wordscount"
    },
    "ruleToc": {
      "chapterList": "list",
      "chapterName": "titlename",
      "chapterUrl": "@js:\nc=java.get(\"c\")\nurl=\"http://api.huaya.cc/Handler/NovelTitles_Head.ashx,\"+`{\n\t\"method\":\"POST\",\n\t\"body\":\"img_type=mix&img_val=393&novelId={{$.novelid}}&platform=android&screenHeight=2356&screenWidth=1080&SectionNum={{$.sectionnum}}&sign={{java.md5Encode(\"img_type=mix&img_val=393&novelId=\"+java.getString(\"$.novelid\")+\"&platform=android&screenHeight=2356&screenWidth=1080&SectionNum=\"+java.getString(\"$.sectionnum\")+\"&type=get_new&ver=1.8.6&37cb0e19d1c146d78bfff2994ad366eb\")}}&type=get_new&ver=1.8.6\"\n\t}`\nif (c==1) {\n    book.type = 8\n} else {\n    book.type = 64}\nurl;"
    },
    "searchUrl": "@js:\nc=0\nif (key.match(/@小说/)) {\n  c = 1\n  key = key.split(\"@\")[0]\n}\n\njava.put(\"c\",c)\n\nresult=\"http://api.huaya.cc/Handler/Novels_Head.ashx,\"+`{\"body\":\"code=${c}&size=99999&index=1&type=list&key=${key}\",\"method\":\"POST\"}`",
    "weight": 0
  },
  {
    "bookSourceComment": "//2025.5.17  夜明空 制作\n//源社区首发：https://taoba.cf",
    "bookSourceGroup": "免费",
    "bookSourceName": "365小说-夜明空",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.shukuge.com/",
    "customButton": false,
    "customOrder": 396,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"中篇\",\"url\":\"/l-zhongpian/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"长篇\",\"url\":\"/l-changpian/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"最新\",\"url\":\"/new/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"玄幻\",\"url\":\"/i-xuanhuan/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"言情\",\"url\":\"/i-yanqing/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"穿越\",\"url\":\"/i-chuanyue/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"重生\",\"url\":\"/i-chongsheng/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"架空\",\"url\":\"/i-jiakong/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"总裁\",\"url\":\"/i-zongcai/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"武侠\",\"url\":\"/i-wuxia/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"仙侠\",\"url\":\"/i-xianxia/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"耽美\",\"url\":\"/i-danmei/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"都市\",\"url\":\"/i-dushi/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"军事\",\"url\":\"/i-junshi/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"网游\",\"url\":\"/i-wangyou/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"悬疑\",\"url\":\"/i-xuanyi/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"文学\",\"url\":\"/i-wenxue/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"科幻\",\"url\":\"/i-kehuan/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"修真\",\"url\":\"/i-xiuzhen/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"历史\",\"url\":\"/i-lishi/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"其他\",\"url\":\"/i-qita/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}}]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\"}",
    "lastUpdateTime": 1747451073020,
    "respondTime": 2232,
    "ruleBookInfo": {
      "author": ".bookdmore@p.2@a@text",
      "coverUrl": ".bookdcover@img@src",
      "intro": ".bookdtext@p.0@text",
      "kind": "{{@@.bookdmore@p.-1@text##最新时间：}},{{@@.bookdmore@p.4@text##大小：}},{{@@.bookdmore@p.3@text##状态：}},{{@@.bookdmore@p.1@a@text}},{{@@.bookdmore@p.0@a@text}}",
      "lastChapter": ".bookdmore@p.-2@a@text",
      "name": ".bookd-title@h1@text##TXT全集",
      "tocUrl": "text.在线阅读@href"
    },
    "ruleContent": {
      "content": "#content.1@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".sp@span.0@text##作者：",
      "bookList": "//div[@class=\"listitem clearfix\"]",
      "bookUrl": "a@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "intro": ".desc.1@text##简介：",
      "kind": "{{@@.sp@span.3@text##类型：}},{{@@.sp@span.2@text##状态：}},{{@@.sp@span.1@text##分类：}}",
      "lastChapter": ".desc.0@a@text",
      "name": "h2@text"
    },
    "ruleToc": {
      "chapterList": "#list@dl@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "http://www.shukuge.com/Search?wd={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "㊣ 若初文学 #一程",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ruochu.com#♤yc",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 397,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"历史\",\"url\":\"http://search.ruochu.com/web/all?sort=3&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"http://search.ruochu.com/web/all?sort=4&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"http://search.ruochu.com/web/all?sort=6&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"仙侠\",\"url\":\"http://search.ruochu.com/web/all?sort=7&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠\",\"url\":\"http://search.ruochu.com/web/all?sort=8&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻\",\"url\":\"http://search.ruochu.com/web/all?sort=10&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"职场\",\"url\":\"http://search.ruochu.com/web/all?sort=11&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"豪门\",\"url\":\"http://search.ruochu.com/web/all?sort=12&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总裁\",\"url\":\"http://search.ruochu.com/web/all?sort=13&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"奇幻\",\"url\":\"http://search.ruochu.com/web/all?sort=14&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"架空\",\"url\":\"http://search.ruochu.com/web/all?sort=15&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越\",\"url\":\"http://search.ruochu.com/web/all?sort=17&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"宫斗\",\"url\":\"http://search.ruochu.com/web/all?sort=19&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"宅斗\",\"url\":\"http://search.ruochu.com/web/all?sort=20&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"青春\",\"url\":\"http://search.ruochu.com/web/all?sort=21&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"纯爱\",\"url\":\"http://search.ruochu.com/web/all?sort=23&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"竞技\",\"url\":\"http://search.ruochu.com/web/all?sort=27&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"种田\",\"url\":\"http://search.ruochu.com/web/all?sort=28&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"未来\",\"url\":\"http://search.ruochu.com/web/all?sort=29&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"http://search.ruochu.com/web/all?sort=32&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"西漫\",\"url\":\"http://search.ruochu.com/web/all?sort=33&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"探案\",\"url\":\"http://search.ruochu.com/web/all?sort=34&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"婚恋\",\"url\":\"http://search.ruochu.com/web/all?sort=35&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古言\",\"url\":\"http://search.ruochu.com/web/all?sort=37&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"民国\",\"url\":\"http://search.ruochu.com/web/all?sort=38&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现言\",\"url\":\"http://search.ruochu.com/web/all?sort=39&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"百合\",\"url\":\"http://search.ruochu.com/web/all?sort=40&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"异能\",\"url\":\"http://search.ruochu.com/web/all?sort=43&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现实\",\"url\":\"http://search.ruochu.com/web/all?sort=54&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"短篇\",\"url\":\"http://search.ruochu.com/web/all?sort=110&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1681163073990,
    "loginUrl": "",
    "respondTime": 933,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "tocUrl": "text.目录@href"
    },
    "ruleContent": {
      "content": ".page-content@p@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.authorname",
      "bookList": "$.data.content[*]",
      "bookUrl": "$.id@js:\"https://www.ruochu.com/book/\"+result",
      "checkKeyWord": "",
      "coverUrl": "$.iconUrlSmall@js:\"https://b.heiyanimg.com\"+result",
      "intro": "🔖标签：{{$.tags}}{{'\\n'+'​'}}\n{{$.introduce}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "$.sortname&&$.updatetime##\\s.*",
      "lastChapter": "$.lastchaptername",
      "name": "$.name",
      "wordCount": "$.words"
    },
    "ruleToc": {
      "chapterList": ".float-list li",
      "chapterName": "html@js:if(result.match(/isvip/)){\nresult=\"🔒\"+result.match(/>([^<]+)<\\/a>/)[1];\n}else{result=result.match(/>([^<]+)<\\/a>/)[1];}",
      "chapterUrl": "a@href",
      "updateTime": "span@text"
    },
    "searchUrl": "http://search.ruochu.com/web/search?queryString={{key}}&highlight=false&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "猫耳有声",
    "bookSourceType": 1,
    "bookSourceUrl": "https://www.missevan.com#pb1025",
    "customButton": false,
    "customOrder": 398,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734879638063,
    "respondTime": 1707,
    "ruleBookInfo": {
      "intro": "class.intro-content@text||$.info.sound.intro",
      "kind": "class.detail-count@text&&class.detail-newest@text&&class.detail-author@text&&class.detail-type@text&&class.detail-tags@text##类型：|标签：无|标签：",
      "tocUrl": "@js:\nif(baseUrl.match(/dramaapi/)){\nresult='https://www.missevan.com/dramaapi/getdrama?drama_id='+baseUrl.match(/(\\d+)/)[1]\n}"
    },
    "ruleContent": {
      "content": "$.info.sound.soundurl_128||$.info.sound.soundurl"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.username||$.author",
      "bookList": "<js>\nkey=java.get('key');\npage=java.get('page');\n\n//创建两个空数组\njson=[];json2=[];\n\n//判定json里是否有列表\nif(JSON.parse(result).info.Datas){\njson=JSON.parse(result).info.Datas;}\n\n//加载作者搜索页面并转为json\njson1=JSON.parse(java.ajax('https://www.missevan.com/sound/getsearch?s='+key+'&type=3&page_size=10&p='+page));\n\n//判定json里是否有列表\nif(json1.info.Datas){\njson2=json1.info.Datas\n}\n\n//书名搜索列表与作者搜索列表拼接\nlist=json.concat(json2);\n\nresult=JSON.stringify(list)\n</js>\n$.[*]",
      "bookUrl": "<js>\nid=String(result).match(/id=(\\d+)/)[1];\nif(!String(result).match(/catalog_name/)){\nresult='https://www.missevan.com/sound/getsound?soundid='+id\n}else{result='https://www.missevan.com/dramaapi/getdrama?drama_id='+id}\n</js>",
      "coverUrl": "$.front_cover||$.cover",
      "intro": "$.abstract",
      "kind": "{$.type_name},{$.catalog_name}##\\{.*?\\}",
      "lastChapter": "$.newest",
      "name": "$.soundstr||$.name"
    },
    "ruleToc": {
      "chapterList": "<js>'['+result+']'</js>\n$..info.episodes.episode[*]||$..info.episodes.music[*]||$.[*]",
      "chapterName": "$.name||$.info.sound.soundstr",
      "chapterUrl": "https://www.missevan.com/sound/getsound?soundid={{$.sound_id||$.info.sound.id}}"
    },
    "searchUrl": "https://www.missevan.com/dramaapi/search?s={{key}}&page={{page}}\n@js:java.put('key',key);java.put('page',page);result",
    "weight": 0
  },
  {
    "bookSourceComment": "发现为空，目录加载失败，点击登录验证一下。\n想看订阅章节，点登录，在我的书架那里登录。",
    "bookSourceGroup": "免费",
    "bookSourceName": "起点中文",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.qidian.com",
    "bookUrlPattern": "https://www.qidian.com/book/\\d+",
    "customButton": false,
    "customOrder": 399,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"男频\",\"url\":\"https://www.qidian.com/all/<,-page{{page}}/>##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"连载\",\"url\":\"https://www.qidian.com/all/action0<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"完本\",\"url\":\"https://www.qidian.com/all/action1<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"免费小说\",\"url\":\"https://www.qidian.com/all/vip0<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"精品小说\",\"url\":\"https://www.qidian.com/all/sign2<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"限时免费\",\"url\":\"https://www.qidian.com/free/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"月票榜\",\"url\":\"https://www.qidian.com/rank/yuepiao/<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"畅销榜\",\"url\":\"https://www.qidian.com/rank/hotsales/<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"阅读指数榜\",\"url\":\"https://www.qidian.com/rank/readindex/<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐榜\",\"url\":\"https://www.qidian.com/rank/recom/<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏榜\",\"url\":\"https://www.qidian.com/rank/collect/<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"更新榜\",\"url\":\"https://www.qidian.com/rank/vipup/<,-page{{page}}/>##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"玄幻\",\"url\":\"https://www.qidian.com/all/chanId21<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"新书\",\"url\":\"https://www.qidian.com/all/chanId21-vip0<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"连载\",\"url\":\"https://www.qidian.com/all/chanId21-action0<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完本\",\"url\":\"https://www.qidian.com/all/chanId21-action1<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"东方玄幻\",\"url\":\"https://www.qidian.com/all/chanId21-subCateId8<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"异世大陆\",\"url\":\"https://www.qidian.com/all/chanId21-subCateId73<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"王朝争霸\",\"url\":\"https://www.qidian.com/all/chanId21-subCateId58<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"高武世界\",\"url\":\"https://www.qidian.com/all/chanId21-subCateId78<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇幻\",\"url\":\"https://www.qidian.com/all/chanId1-<,page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"新书\",\"url\":\"https://www.qidian.com/all/chanId1-vip0<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"连载\",\"url\":\"https://www.qidian.com/all/chanId1-action0<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完本\",\"url\":\"https://www.qidian.com/all/chanId1-action1<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现代魔法\",\"url\":\"https://www.qidian.com/all/chanId1-subCateId38/<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"剑与魔法\",\"url\":\"https://www.qidian.com/all/chanId1-subCateId62<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"史诗奇幻\",\"url\":\"https://www.qidian.com/all/chanId1-subCateId201<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"神秘幻想\",\"url\":\"https://www.qidian.com/all/chanId1-subCateId202<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史神话\",\"url\":\"https://www.qidian.com/all/chanId1-subCateId20092<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"另类幻想\",\"url\":\"https://www.qidian.com/all/chanId1-subCateId20093<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙侠\",\"url\":\"https://www.qidian.com/all/chanId22<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"新书\",\"url\":\"https://www.qidian.com/all/chanId22-vip0<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"连载\",\"url\":\"https://www.qidian.com/all/chanId22-action0<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完本\",\"url\":\"https://www.qidian.com/all/chanId22-action1<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"修真文明\",\"url\":\"https://www.qidian.com/all/chanId22-subCateId18<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"幻想修仙\",\"url\":\"https://www.qidian.com/all/chanId22-subCateId44<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现代修真\",\"url\":\"https://www.qidian.com/all/chanId22-subCateId64<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"神话修真\",\"url\":\"https://www.qidian.com/all/chanId22-subCateId207<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古典仙侠\",\"url\":\"https://www.qidian.com/all/chanId22-subCateId20101<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市\",\"url\":\"https://www.qidian.com/all/chanId4<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"新书\",\"url\":\"https://www.qidian.com/all/chanId4-vip0<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"连载\",\"url\":\"https://www.qidian.com/all/chanId4-action0<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完本\",\"url\":\"https://www.qidian.com/all/chanId4-action1<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市生活\",\"url\":\"https://www.qidian.com/all/chanId4-subCateId12<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市异能\",\"url\":\"https://www.qidian.com/all/chanId4-subCateId16<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"异术超能\",\"url\":\"https://www.qidian.com/all/chanId4-subCateId74<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"青春校园\",\"url\":\"https://www.qidian.com/all/chanId4-subCateId130<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"娱乐明星\",\"url\":\"https://www.qidian.com/all/chanId4-subCateId151<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"商战职场\",\"url\":\"https://www.qidian.com/all/chanId4-subCateId153<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻\",\"url\":\"https://www.qidian.com/all/chanId9<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"新书\",\"url\":\"https://www.qidian.com/all/chanId9-vip0<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"连载\",\"url\":\"https://www.qidian.com/all/chanId9-action0<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完本\",\"url\":\"https://www.qidian.com/all/chanId9-action1<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古武机甲\",\"url\":\"https://www.qidian.com/all/chanId9-subCateId21<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"未来世界\",\"url\":\"https://www.qidian.com/all/chanId9-subCateId25<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"星际文明\",\"url\":\"https://www.qidian.com/all/chanId9-subCateId68<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"超级科技\",\"url\":\"https://www.qidian.com/all/chanId9-subCateId250<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时空穿梭\",\"url\":\"https://www.qidian.com/all/chanId9-subCateId251<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"进化变异\",\"url\":\"https://www.qidian.com/all/chanId9-subCateId252<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"末世危机\",\"url\":\"https://www.qidian.com/all/chanId9-subCateId253<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"游戏\",\"url\":\"https://www.qidian.com/all/chanId7<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"新书\",\"url\":\"https://www.qidian.com/all/chanId7-vip0<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"连载\",\"url\":\"https://www.qidian.com/all/chanId7-action0<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完本\",\"url\":\"https://www.qidian.com/all/chanId7-action1<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"电子竞技\",\"url\":\"https://www.qidian.com/all/chanId7-subCateId7<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"虚拟网游\",\"url\":\"https://www.qidian.com/all/chanId7-subCateId70<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"游戏异界\",\"url\":\"https://www.qidian.com/all/chanId7-subCateId240<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"游戏系统\",\"url\":\"https://www.qidian.com/all/chanId7-subCateId20102<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"游戏主播\",\"url\":\"https://www.qidian.com/all/chanId7-subCateId20103<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"诸天无限\",\"url\":\"https://www.qidian.com/all/chanId20<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"新书\",\"url\":\"https://www.qidian.com/all/chanId20109-vip0<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"连载\",\"url\":\"https://www.qidian.com/all/chanId20109-action0<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完本\",\"url\":\"https://www.qidian.com/all/chanId20109-action1-<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"无限\",\"url\":\"https://www.qidian.com/all/chanId20109-subCateId20110<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"诸天\",\"url\":\"https://www.qidian.com/all/chanId20109-subCateId20111<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"综漫\",\"url\":\"https://www.qidian.com/all/chanId20109-subCateId20112<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"悬疑\",\"url\":\"https://www.qidian.com/all/chanId10<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"新书\",\"url\":\"https://www.qidian.com/all/chanId10-vip0<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"连载\",\"url\":\"https://www.qidian.com/all/chanId10-action0<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完本\",\"url\":\"https://www.qidian.com/all/chanId10-action1<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"诡秘悬疑\",\"url\":\"https://www.qidian.com/all/chanId10-subCateId26<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇妙世界\",\"url\":\"https://www.qidian.com/all/chanId10-subCateId35<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"侦探推理\",\"url\":\"https://www.qidian.com/all/chanId10-subCateId57<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"探险生存\",\"url\":\"https://www.qidian.com/all/chanId10-subCateId260<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古今传奇\",\"url\":\"https://www.qidian.com/all/chanId10-subCateId20095<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"轻小说\",\"url\":\"https://www.qidian.com/all/chanId12<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"新书\",\"url\":\"https://www.qidian.com/all/chanId12-vip0<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"连载\",\"url\":\"https://www.qidian.com/all/chanId12-action0<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完本\",\"url\":\"https://www.qidian.com/all/chanId12-action1<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"原生幻想\",\"url\":\"https://www.qidian.com/all/chanId12-subCateId60<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"恋爱日常\",\"url\":\"https://www.qidian.com/all/chanId12-subCateId66<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"衍生同人\",\"url\":\"https://www.qidian.com/all/chanId12-subCateId281<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"搞笑吐槽\",\"url\":\"https://www.qidian.com/all/chanId12-subCateId282<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史\",\"url\":\"https://www.qidian.com/all/chanId5<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"新书\",\"url\":\"https://www.qidian.com/all/chanId5-vip0<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"连载\",\"url\":\"https://www.qidian.com/all/chanId5-action0<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完本\",\"url\":\"https://www.qidian.com/all/chanId5-action1<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"架空历史\",\"url\":\"https://www.qidian.com/all/chanId5-subCateId22<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"秦汉三国\",\"url\":\"https://www.qidian.com/all/chanId5-subCateId48<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"上古先秦\",\"url\":\"https://www.qidian.com/all/chanId5-subCateId220<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史传记\",\"url\":\"https://www.qidian.com/all/chanId5-subCateId32<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"两晋隋唐\",\"url\":\"https://www.qidian.com/all/chanId5-subCateId222<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"五代十国\",\"url\":\"https://www.qidian.com/all/chanId5-subCateId223<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"两宋元明\",\"url\":\"https://www.qidian.com/all/chanId5-subCateId224<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"清史民国\",\"url\":\"https://www.qidian.com/all/chanId5-subCateId225<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"外国历史\",\"url\":\"https://www.qidian.com/all/chanId5-subCateId226<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"民间传说\",\"url\":\"https://www.qidian.com/all/chanId5-subCateId20094<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"军事\",\"url\":\"https://www.qidian.com/all/chanId6<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"新书\",\"url\":\"https://www.qidian.com/all/chanId6-vip0<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"连载\",\"url\":\"https://www.qidian.com/all/chanId6-action0<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完本\",\"url\":\"https://www.qidian.com/all/chanId6-action1<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"军旅生涯\",\"url\":\"https://www.qidian.com/all/chanId6-subCateId54<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"军事战争\",\"url\":\"https://www.qidian.com/all/chanId6-subCateId65<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"战争幻想\",\"url\":\"https://www.qidian.com/all/chanId6-subCateId80<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"抗战烽火\",\"url\":\"https://www.qidian.com/all/chanId6-subCateId230<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"谍战特工\",\"url\":\"https://www.qidian.com/all/chanId6-subCateId231<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"体育\",\"url\":\"https://www.qidian.com/all/chanId8<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"新书\",\"url\":\"https://www.qidian.com/all/chanId8-vip0<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"连载\",\"url\":\"https://www.qidian.com/all/chanId8-action0<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完本\",\"url\":\"https://www.qidian.com/all/chanId8-action1<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"篮球运动\",\"url\":\"https://www.qidian.com/all/chanId8-subCateId28<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"体育赛事\",\"url\":\"https://www.qidian.com/all/chanId8-subCateId28<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"足球运动\",\"url\":\"https://www.qidian.com/all/chanId8-subCateId28<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠\",\"url\":\"https://www.qidian.com/all/chanId2<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"新书\",\"url\":\"https://www.qidian.com/all/chanId2-vip0<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"连载\",\"url\":\"https://www.qidian.com/all/chanId2-action0<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完本\",\"url\":\"https://www.qidian.com/all/chanId2-action1<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"传统武侠\",\"url\":\"https://www.qidian.com/all/chanId2-subCateId5<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠幻想\",\"url\":\"https://www.qidian.com/all/chanId2-subCateId30<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"国术无双\",\"url\":\"https://www.qidian.com/all/chanId2-subCateId206<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古武未来\",\"url\":\"https://www.qidian.com/all/chanId2-subCateId20099<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠同人\",\"url\":\"https://www.qidian.com/all/chanId2-subCateId20100<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现实\",\"url\":\"https://www.qidian.com/all/chanId15<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"新书\",\"url\":\"https://www.qidian.com/all/chanId15-vip0<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"连载\",\"url\":\"https://www.qidian.com/all/chanId15-action0<,-page{{page}}>/<,-page{{page}}>##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完本\",\"url\":\"https://www.qidian.com/all/chanId15-action1<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时代叙事\",\"url\":\"https://www.qidian.com/all/chanId15-subCateId20106<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"家庭伦理\",\"url\":\"https://www.qidian.com/all/chanId15-subCateId6<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女性题材\",\"url\":\"https://www.qidian.com/all/chanId15-subCateId20104<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"青年故事\",\"url\":\"https://www.qidian.com/all/chanId15-subCateId20108<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"社会悬疑\",\"url\":\"https://www.qidian.com/all/chanId15-subCateId20105<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人间百态\",\"url\":\"https://www.qidian.com/all/chanId15-subCateId209<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"短篇\",\"url\":\"https://www.qidian.com/all/chanId20076<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"新书\",\"url\":\"https://www.qidian.com/all/chanId20076-vip0<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"连载\",\"url\":\"https://www.qidian.com/all/chanId20076-action0<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完本\",\"url\":\"https://www.qidian.com/all/chanId20076-action1<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"诗歌散文\",\"url\":\"https://www.qidian.com/all/chanId20076-subCateId20097<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人物传记\",\"url\":\"https://www.qidian.com/all/chanId20076-subCateId20098<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"影视剧本\",\"url\":\"https://www.qidian.com/all/chanId20076-subCateId20075<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"评论文集\",\"url\":\"https://www.qidian.com/all/chanId20076-subCateId20077<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"生活随笔\",\"url\":\"https://www.qidian.com/all/chanId20076-subCateId20078<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"美文游记\",\"url\":\"https://www.qidian.com/all/chanId20076-subCateId20079<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"短篇小说\",\"url\":\"https://www.qidian.com/all/chanId20076-subCateId20096<,-page{{page}}>/##$##,{'webView': true}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}\n]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36\"\n}",
    "lastUpdateTime": 1759350308177,
    "loginUrl": "https://www.qidian.com/all/",
    "respondTime": 25303,
    "ruleBookInfo": {
      "author": "id.bookName@text",
      "coverUrl": "id.bookImg@tag.img@src",
      "intro": "id.book-intro-detail@html",
      "kind": "{{@@class.book-attribute@tag.span.0@text##完本##完结}}\n{{@@class.update-time@text##更新时间:}}\n{{@@class.count@tag.em.0@text}}\n{{@@class.book-attribute@tag.a.0@text}}\n{{@@class.book-attribute@tag.a.1@text}}",
      "lastChapter": "class.latest-chapter@text##最新章节：第\\d+章\\s+",
      "name": "id.bookName@text"
    },
    "ruleContent": {
      "content": "tag.main@class.content-text@html||tag.main@html",
      "imageStyle": "full"
    },
    "ruleExplore": {
      "author": "class.author@tag.a.0@text",
      "bookList": "class.all-img-list@tag.li&&class.book-img-text@tag.li",
      "bookUrl": "class.book-mid-info@h2@tag.a@href##$##,{'webView': true}",
      "coverUrl": "class.book-img-box@tag.a@tag.img@src",
      "intro": "class.intro@textNodes",
      "kind": "{{@@class.author@tag.span@text}}\n{{@@class.author@tag.a.1@text}}\n{{@@class.author@tag.a.2@text}}##连载中##连载",
      "lastChapter": "class.update@tag.a@text||class.update@tag.b.0@text##最新更新\\s",
      "name": "{{@@class.book-mid-info@h2@tag.a@text}}{{@@class.book-info@h2@tag.a@text}}"
    },
    "ruleSearch": {
      "author": "class.author@tag.a.0@text",
      "bookList": "class.book-img-text@tag.li",
      "bookUrl": "class.btn@tag.a@href##$##,{\n  \"webView\": true\n}",
      "coverUrl": "class.book-img-box@tag.a@tag.img@src##150$##600",
      "intro": "class.intro@textNodes",
      "kind": "{{@@class.author@tag.span@text}}\n{{@@class.update@tag.span@text}}\n{{@@class.total@p.0@span.0@text}}\n{{@@class.author@tag.a.1@text}}",
      "lastChapter": "class.update@tag.a@text##最新更新\\s",
      "name": "class.book-info-title@text"
    },
    "ruleToc": {
      "chapterList": ":<li class=\"chapter-item\" data-rid=\"\\d+\"><a class=\"chapter-name\" href=\"(.*?)\" target=\"_blank\" data-eid=\"qd_G55\" data-cid=\".*?\" alt=\".*?\" title=\".*?首发时间：(.*?)\">(.*?)</a>(.*?)</li> |<h3 class=\"volume-name\">(.*?)<span class=\"dot\">(.*?)</span>(.*?)<span class=.*?>(.*?)</span></h3>",
      "chapterName": "$3$5$6$7$8",
      "chapterUrl": "$1<js>if(result==''){result=result}else{result=result+',{'+'\"webView\"'+': true}'}</js>",
      "isVip": "$4",
      "isVolume": "$1@js:if (result == \"\") {\n    true\n} else {\n    false\n}",
      "preUpdateJs": "java.refreshTocUrl()",
      "updateTime": "$2"
    },
    "searchUrl": "https://www.qidian.com/so/{{key}}.html{{page - 1 == 0 ? \"\":\"?page=\"+page}},{\n  \"webView\": true\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "用于找书",
    "bookSourceGroup": "免费",
    "bookSourceName": "松鹤庭沐",
    "bookSourceType": 0,
    "bookSourceUrl": "https://so.html5.qq.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 400,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"男生分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"都市\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1505&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1505&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1501&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1501&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1504&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1504&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奇幻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1502&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1502&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1506&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1506&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"军事\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1507&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1507&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻空间\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1509&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1509&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"悬疑侦探\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1508&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1508&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏竞技\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1510&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1510&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1503&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1503&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"体育\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1511&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1511&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"轻小说\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1512&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1512&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"短篇\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1515&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1515&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"现实\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1499&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1499&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"风格\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"轻松\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20284&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20284&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"热血\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20286&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20286&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"快节奏\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20281&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20281&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"脑洞大\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20280&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20280&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"搞笑\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22176&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22176&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"谋略\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20285&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20285&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"智斗\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20279&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20279&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"正能量\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20282&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20282&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"无金手指\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20283&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20283&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"思想迪化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20561&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20561&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"人生巅峰\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22147&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22147&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"群像\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20278&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20278&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"爽文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20882&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20882&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"神功秘籍\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22132&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22132&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"机缘奇遇\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22144&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22144&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"鬼怪神魔\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22247&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22247&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"兄弟情义\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22309&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22309&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"孙悟空\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22356&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22356&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"红颜知己\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22187&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22187&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"变异生物\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22258&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22258&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"高科技\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22249&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22249&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"剑道\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22286&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22286&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"流派\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"穿越\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20003&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20003&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"系统流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20006&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20006&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"无敌流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20011&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20011&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"重生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20002&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20002&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日常文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20007&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20007&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"赚钱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20136&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20136&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"强者归来\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20021&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20021&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"经营\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20000&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20000&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"草根崛起\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20020&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20020&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"无限流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20008&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20008&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"诸天流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20023&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20023&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"扮猪吃虎\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20019&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20019&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"开局流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20515&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20515&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"文娱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20050&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20050&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"斗罗大陆\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20199&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20199&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"争霸\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20028&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20028&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏异界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20162&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20162&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"兵王\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20030&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20030&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"练功流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20166&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20166&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"护花高手\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20134&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20134&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"洪荒\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20057&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20057&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"末世\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20055&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20055&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"升级流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20094&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20094&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"废柴流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20015&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20015&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"天才流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20014&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20014&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"医生流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20033&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20033&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"综漫\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20200&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20200&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"凡人流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20503&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20503&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"架空历史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20148&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20148&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"异能\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20046&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20046&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"进化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20082&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20082&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"召唤流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20012&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20012&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"三国\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20026&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20026&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"养成\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20004&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20004&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"种田\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20090&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20090&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"单女主\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20060&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20060&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵气复苏\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20058&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20058&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"异兽流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20009&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20009&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"签到\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20497&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20497&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"时空文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20183&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20183&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"赘婿流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20081&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20081&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"乱世\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20156&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20156&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"技术流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20163&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20163&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武道\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20102&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20102&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20107&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20107&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"唐朝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20142&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20142&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"西游\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20079&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20079&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古典仙侠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20035&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20035&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"职场\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20507&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20507&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"现代修真\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20109&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20109&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市修仙\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20083&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20083&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20075&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20075&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"未来世界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20185&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20185&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"直播文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20067&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20067&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"悬疑流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20187&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20187&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"星际\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20053&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20053&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"明朝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20144&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20144&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"LOL\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20024&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20024&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"神话\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20069&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20069&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"布局流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20010&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20010&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宠物\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20093&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20093&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"现代都市\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22178&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22178&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"秦汉\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20141&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20141&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"炼丹\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20499&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20499&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"封神\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20043&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20043&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"异世穿越\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20112&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20112&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"朝堂\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20147&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20147&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"爱情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20498&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20498&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"中医\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20027&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20027&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"学院流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20016&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20016&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"朝堂江湖\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20054&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20054&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"特种兵\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20059&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20059&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科举\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20070&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20070&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奶爸\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20040&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20040&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"战神流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20097&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20097&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科技\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20072&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20072&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"电竞\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20066&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20066&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"战争\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20047&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20047&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"龙\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20510&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20510&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"随身流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20013&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20013&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"练功\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20130&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20130&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22158&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22158&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"剑与魔法\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20111&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20111&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"幕后流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20098&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20098&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"现代诡秘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20190&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20190&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校园\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20508&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20508&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"强者流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20131&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20131&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"反套路\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20202&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20202&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"皇帝流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20517&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20517&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"御兽流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20502&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20502&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"探险\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20514&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20514&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日系\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20051&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20051&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"软饭流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20017&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20017&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"开挂流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20174&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20174&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"美食\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20001&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20001&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"魔法\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20087&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20087&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"商战\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20037&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20037&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"盛世\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20155&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20155&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"强国\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20149&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20149&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"领主流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20085&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20085&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"无女主\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20061&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20061&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"篮球\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20177&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20177&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"时空门\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20052&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20052&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"斗破苍穹\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20198&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20198&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"吐槽\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20103&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20103&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"鉴宝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20084&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20084&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"属性流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20125&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20125&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"精灵文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20531&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20531&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宗门\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20132&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20132&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"NBA\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20178&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20178&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"卡牌\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20005&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20005&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"军旅\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20031&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20031&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科技修真\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20071&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20071&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"克苏鲁\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20029&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20029&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"权谋\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20504&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20504&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"异界大陆\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22148&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22148&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宋朝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20143&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20143&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻宇宙\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22230&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22230&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"虚拟现实\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20165&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20165&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"侦探推理\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20524&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20524&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"治愈\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20137&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=20137&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"机甲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20056&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20056&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奋斗\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20208&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20208&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"抗战\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20049&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20049&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"BOSS流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20096&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20096&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"互联网\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20135&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20135&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"诡秘修行\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20192&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20192&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"成神流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20124&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20124&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"足球\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20176&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20176&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"蜀山\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20078&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20078&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"聊天群\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20512&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20512&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"华娱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20139&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20139&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"领主种田\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20116&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20116&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"洪荒流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20866&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20866&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修罗场\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20201&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20201&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"王者荣耀\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20025&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20025&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"极道流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20121&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20121&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"年代文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20518&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20518&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"掌门流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20501&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20501&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"巫师流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20045&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20045&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"炼器\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20500&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20500&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"隋唐\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20157&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20157&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"家族\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20089&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20089&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"职业文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20110&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20110&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"文明战争\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20106&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20106&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"策略流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20175&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20175&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"贞观\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20158&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20158&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"气运流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20129&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20129&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"电影世界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22294&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22294&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"火影\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22407&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22407&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"掠夺流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20095&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20095&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"吃鸡\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20036&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20036&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"反转\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20092&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20092&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"刑侦\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20032&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20032&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵根\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20128&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20128&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"长生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20532&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20532&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"基因\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20039&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20039&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代神话\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22186&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22186&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"聊斋\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20076&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20076&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奇幻历史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20117&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20117&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"学霸\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20042&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20042&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"原创副本\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20186&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20186&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"摊牌流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20516&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20516&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"工业\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20044&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20044&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"多女主\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20062&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20062&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"第四天灾\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20530&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20530&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"文明演化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20073&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20073&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"黑暗流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22257&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22257&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"丧尸\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20167&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20167&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"生存挑战\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20191&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20191&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"NPC\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20170&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20170&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"创业\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20211&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20211&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"变身文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22204&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22204&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"荒野求生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20513&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20513&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"抽奖\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20509&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20509&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"逆袭\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20209&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20209&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"诡异游戏\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20193&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20193&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"富民\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20150&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20150&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代怪异\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20188&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20188&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"综艺文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20511&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20511&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"手游\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20173&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20173&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"平行世界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22463&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22463&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"漫威\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22327&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22327&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"山海经\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20126&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20126&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"供应商\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20101&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20101&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"风水\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20104&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20104&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"天庭文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22643&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22643&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"氪金\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20521&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20521&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"金融\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20506&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20506&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"神奇生物\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20113&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20113&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"原始流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20522&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20522&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"祖宗流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20122&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20122&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"欧洲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20063&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20063&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"综武\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22350&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22350&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"皇帝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22348&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22348&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"海贼王\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22390&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22390&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"扮演流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20527&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20527&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"事务所\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20018&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20018&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠世界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22292&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22292&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"蒸汽朋克\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20077&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20077&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"国术\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20038&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20038&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"美女校花\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22252&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22252&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"儒道流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20118&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20118&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"谍战\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20080&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20080&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"主神\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20086&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20086&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"赛博朋克\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20105&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20105&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"金手指\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22173&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22173&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏制作\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20169&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20169&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿书\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22314&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22314&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"现代魔法\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20114&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20114&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"诡秘养成\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20189&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20189&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"分身\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20119&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20119&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"夺舍\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20100&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20100&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"人物\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"杀伐果断\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20272&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20272&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"冷静\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20266&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20266&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"智商在线\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20274&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20274&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"腹黑\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20269&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20269&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宅男\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20548&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20548&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"学生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20542&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20542&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"搞怪\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20270&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20270&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"无节操\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20273&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20273&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"成熟\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20267&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20267&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"三观正\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20272&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20272&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"明星\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20543&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20543&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"思路清奇\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20276&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20276&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"法师\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20536&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20536&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"谨慎\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20277&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20277&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"自律\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20268&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20268&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"嘴炮\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20271&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20271&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"剑修\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20537&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20537&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"王侯\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20241&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20241&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女神\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22383&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22383&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"钢铁直男\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20560&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20560&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"道士\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20538&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20538&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玩家\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20256&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20256&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"职业选手\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20254&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20254&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"异能者\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20260&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20260&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"侠客\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20228&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20228&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"枭雄\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20245&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20245&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙帝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20559&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20559&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"老板\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20544&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20544&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"战士\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20535&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20535&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"老师\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20541&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20541&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"杀手\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20240&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20240&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"农民\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20236&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20236&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"富二代\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22499&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22499&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"皇子\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20553&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20553&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"夫妻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20239&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20239&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"成长型\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22146&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22146&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"骑士\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20533&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20533&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科学家\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20557&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20557&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"大师兄\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20554&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20554&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"寒门子弟\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20242&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20242&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"教练\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20545&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20545&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"特工\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20549&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20549&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"警察\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20546&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20546&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"三教九流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20237&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20237&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"运动员\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20257&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20257&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"轮回者\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20261&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20261&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"写手\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20233&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20233&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"基因武者\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20259&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20259&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"厨师\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20234&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20234&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"猎人\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20534&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20534&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"美食家\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20235&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20235&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"门阀\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20244&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20244&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"指挥官\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20551&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20551&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"保镖\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20231&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20231&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"黑客\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20547&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20547&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"盗贼\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20255&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20255&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"和尚\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20556&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20556&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女生分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"现代言情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1524&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1524&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代言情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1523&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1523&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"悬疑侦探\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1518&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1518&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠奇缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1517&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1517&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻言情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1516&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1516&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"浪漫青春\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1522&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1522&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻空间\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1519&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1519&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏竞技\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1520&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1520&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"纯爱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1707&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1707&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"风格\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"甜宠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20490&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20490&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"轻松\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20487&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20487&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"爽文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20491&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20491&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宠文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=21175&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=21175&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"爆笑\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20488&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20488&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"励志\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20494&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20494&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"温馨\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20639&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20639&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"正剧\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20493&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20493&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"萌系\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20638&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20638&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"虐文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20489&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20489&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"热血\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20495&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20495&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"甜文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=21311&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=21311&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"狗粮\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22457&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22457&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"悲剧\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20492&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20492&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"追妻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22275&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22275&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"斗极品\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22223&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22223&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"天作之合\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22169&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22169&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"追妻火葬场\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22213&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22213&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"情节\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"穿越\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20287&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20287&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"1V1\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20297&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20297&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女强\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20292&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20292&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"豪门\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20350&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20350&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"重生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20288&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20288&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日久生情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20311&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20311&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"HE\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20296&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20296&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宅斗\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20358&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20358&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"权谋\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20256&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20356&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"强强\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20293&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20293&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"扮猪吃虎\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20305&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20305&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"欢喜冤家\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20309&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20309&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"架空\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20562&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20562&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"家长里短\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20310&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20310&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"打脸\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20290&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20290&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"先婚后爱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20368&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20368&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"种田\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20349&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20349&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"逆袭\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20298&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20298&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"系统流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20294&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20294&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宫斗\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20357&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20357&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"娱乐圈\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20365&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20365&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿书\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20304&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20304&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"快穿\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20378&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20378&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"独宠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20585&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20585&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"空间\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20300&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20300&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"婚恋\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20329&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20329&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"相爱相杀\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20313&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20313&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校园\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20351&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20351&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青梅竹马\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20308&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20308&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"复仇\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20318&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20318&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"金手指\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20301&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20301&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"破镜重圆\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20314&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20314&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宝宝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20295&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20295&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"一见钟情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20312&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20312&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"马甲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20334&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20334&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修仙\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20571&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20571&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同居\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20364&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20364&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"虐渣\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20337&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20337&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修真\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20372&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20372&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"致富\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20341&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20341&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"年代文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20565&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20565&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"异能\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20302&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20302&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"双向暗恋\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20306&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20306&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"别后重逢\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20575&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20575&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女扮男装\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20307&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20307&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"美食\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20291&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20291&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"前世今生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20340&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20340&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"隐婚\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20361&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20361&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20299&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20299&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"生死大爱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20322&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20322&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"升级\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20319&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20319&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"末世\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20377&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20377&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"黑化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20333&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20333&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"位面\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20567&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20567&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"农门\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22216&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22216&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"世家\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20572&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20572&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"契约婚姻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20363&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20363&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奋斗\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20576&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20576&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"闪婚\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20362&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20362&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"巧娶\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20331&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20331&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"悬疑推理\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20353&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20353&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"攻略\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20569&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20569&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"星际\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20379&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20379&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"职场商战\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20366&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20366&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"电竞\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20315&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20315&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"直播\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20289&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20289&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"无CP\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20346&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20346&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"初恋\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20573&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20573&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"师徒\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20352&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20352&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"姐弟恋\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20321&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20321&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"皇帝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22410&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22410&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"清穿\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20355&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20355&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游情缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20375&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20375&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"萌宠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20324&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20324&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"代嫁\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20348&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20348&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"大女主\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22164&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22164&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"带球跑\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20320&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20320&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"竞技\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20373&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20373&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"开挂\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20583&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20583&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"魔法\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20370&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20370&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"双重生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20345&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20345&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"倒追\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20339&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20339&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"婆媳\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20563&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20563&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"王者荣耀\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20374&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20374&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"近水楼台\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20343&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20343&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"崩人设\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20570&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20570&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"合约恋爱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20332&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20332&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"失忆\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20581&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20581&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"死对头\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20335&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20335&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"兽世\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20325&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20325&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏异界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20376&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20376&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"真假千金\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20584&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20584&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"御兽流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20371&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20371&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"反穿\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20369&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20369&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"替身\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20347&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20347&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"反转\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20564&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20564&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"满级流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22644&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22644&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代创业\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22217&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22217&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"逃婚\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20342&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20342&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"远古蛮荒\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20360&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20360&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"顶流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22645&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22645&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"爆红\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20580&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20580&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"催婚\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20323&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20323&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"创业\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20566&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20566&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"异世穿越\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22135&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22135&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"探险\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20381&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20381&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20327&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20327&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"末穿现\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20344&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20344&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"读心术\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20338&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20338&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵魂转换\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20317&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20317&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"机甲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20380&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20380&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"相亲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20367&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20367&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"衍生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20382&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20382&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"复婚\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20579&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20579&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科举\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20330&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20330&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"群穿\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20316&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20316&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"西幻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20328&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20328&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"人物\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"总裁\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20593&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20593&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"腹黑\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20482&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20482&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"萌宝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22141&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22141&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"王妃\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20384&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20384&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"护短\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20614&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20614&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"王爷\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20431&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20431&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"大佬\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20475&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20475&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"杀伐果断\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20449&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20449&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"帝王\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20427&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20427&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"双洁\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20483&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20483&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"痴情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20616&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20616&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"团宠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20474&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20474&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"霸道\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20610&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20610&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"才女\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20409&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20409&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"皇后\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20383&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20383&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"傲娇\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20613&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20613&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"嫡女\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20389&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20389&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女配\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20398&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20398&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"可盐可甜\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20478&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20478&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"明星\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20591&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20591&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"公主\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20385&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20385&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"神医\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20602&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20602&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古灵精怪\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20401&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20401&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"男神\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20450&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20450&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"偏执\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20618&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20618&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"全能\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20415&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20415&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"影后\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20395&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20395&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"超A\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20479&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20479&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"高冷\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20615&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20615&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"欢脱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20425&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20425&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"醋王\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20458&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20458&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校草\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20437&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20437&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"贵女\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20387&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20387&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"病娇\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20620&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20620&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"将军\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20432&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20432&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"反派\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20622&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20622&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"白月光\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20411&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20411&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"戏精\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20481&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20481&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"忠犬\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20455&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20455&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"颜控\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20416&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20416&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"农女\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22161&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22161&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"妖孽\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20612&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20612&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玩世不恭\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20448&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20448&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"学霸\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20473&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20473&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"黑莲花\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20414&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20414&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"福气包\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20424&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20424&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"秀外慧中\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20402&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20402&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"学生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20609&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20609&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"锦鲤\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20406&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20406&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"闷骚\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20611&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20611&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"妃子\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20397&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20397&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"白富美\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20413&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20413&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"吃货\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20624&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20624&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"万人迷\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20417&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20417&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"自强\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20625&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20625&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"医生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20470&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20470&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"双商爆表\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20629&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20629&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"御姐\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20408&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20408&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"小狼狗\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20453&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20453&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女帝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20390&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20390&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"呆萌\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20623&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20623&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"首席\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20438&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20438&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"杀手\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20605&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20605&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"毒舌\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20617&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20617&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙尊\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20434&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20434&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"萝莉\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20405&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20405&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"悍妻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20421&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20421&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"庶女\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20388&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20388&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"炮灰\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20476&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20476&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"大神\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20435&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20435&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"作精\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20422&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20422&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"上神\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20441&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20441&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"财迷\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20419&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20419&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"反差萌\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20633&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20633&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"弃妇\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20392&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20392&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"特工\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20604&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20604&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"善良\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20627&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20627&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"小奶狗\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20452&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20452&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女汉子\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20418&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20418&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"暖男\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20457&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20457&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"旺夫\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20420&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20420&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"痞帅\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20451&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20451&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"小野猫\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20426&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20426&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙君\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20444&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20444&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"影帝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20588&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20588&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"丑女\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20403&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20403&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"天才\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20464&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20464&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"淡定\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20630&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20630&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"毒医\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20603&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20603&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"心机\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20626&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20626&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女主萌娃\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20586&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20586&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"神帝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20440&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20440&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"妖艳\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20423&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20423&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"邪帝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20429&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20429&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"妖精\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20462&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20462&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"糙汉\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20456&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20456&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"魔君\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20428&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20428&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"暴君\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20430&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20430&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"逗比\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20484&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20484&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恶魔\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20447&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20447&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"精英\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20480&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20480&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"废柴\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20486&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20486&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"首富\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20461&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20461&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"大叔\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20439&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20439&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"厨娘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20396&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20396&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"魔尊\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20598&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20598&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"酷帅\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20628&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20628&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"傻白甜\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20407&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20407&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"剩女\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20404&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20404&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"精分\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20621&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20621&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宅女\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20412&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20412&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"咸鱼\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20635&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20635&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"钢铁直男\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20459&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20459&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"佛系\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20619&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20619&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"召唤师\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20606&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20606&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"纨绔\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20637&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20637&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"吸血鬼\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20465&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20465&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"痴傻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20631&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20631&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"狐狸\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20599&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20599&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"男配\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20587&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20587&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"首辅\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20433&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20433&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"老师\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20463&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20463&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"福晋\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20400&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20400&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"精灵\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20399&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20399&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"白莲花\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20410&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20410&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"学渣\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20632&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20632&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宫女\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20386&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20386&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"国师\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20446&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20446&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"小妾\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20394&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20394&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"丫环\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20391&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20391&tag_type_id=2'}} \",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"出版物\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"小说\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1688&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1688&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"励志\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1690&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1690&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"心理\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1466&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1466&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"军事\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1697&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1697&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"政治\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1464&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1464&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"文学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1692&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1692&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"文化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1461&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1461&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"历史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1693&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1693&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"社科\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1691&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1691&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"养生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1463&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1463&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"投资\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1704&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1704&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"经济\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1703&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1703&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"亲子\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1683&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1683&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"管理\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1689&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1689&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"两性\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1696&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1696&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"哲学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1701&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1701&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"宗教\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1702&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1702&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"传记\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1695&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1695&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"科普\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1695&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1698&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"自然\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1706&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1706&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"美食\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1705&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1705&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"休闲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1465&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1465&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"艺术\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1461&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1461&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"时尚\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1694&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1694&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}}]",
    "header": "{\n\t\"user-agent\":\"Mozilla/5.0 (Linux; Android 10; MI 8 Build/QKQ1.190828.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/83.0.4103.101 Mobile Safari/537.36\",\n\t\"Referer\":\"https://bookshelf.html5.qq.com/qbread\"\n\t}",
    "lastUpdateTime": 1745852805950,
    "loginUrl": "",
    "respondTime": 3953,
    "ruleBookInfo": {
      "author": "$.author",
      "coverUrl": "$.picurl",
      "init": "$.data.bookInfo",
      "intro": "<p>{{(t=String(java.getString('$.tag'))).length?'🏷️   标签：'+t.replace(/\\|/g,', '):''}}</p>{{'\\n&lrm;'}}\n<p>🔖   简介：{{$.summary}}</p>",
      "kind": "{{$.userscore}}分\n{{$.subject}}\n{{java.getString('$.isfinish')=='true'?'已完结':'连载中'}}\n{{java.put('time',String(java.timeFormat(java.getString('$.lastUpdatetime')*1000)).replace(/\\//g,'-').replace(/\\s.*/,''))}}",
      "lastChapter": "$.lastSerialname##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "$.resourceName",
      "tocUrl": "https://bookshelf.html5.qq.com/qbread/api/book/all-chapter?bookId={{$.resourceID}}",
      "wordCount": "$.contentsize"
    },
    "ruleContent": {
      "content": "<p>{{$.data.Content[0].Content}}</p>",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.rows[*]",
      "bookUrl": "https://bookshelf.html5.qq.com/qbread/api/novel/intro-info?bookid={{$.resourceID}}",
      "coverUrl": "$.picurl",
      "intro": "$.summary",
      "kind": "{{$.userscore}}分\n{{$.subject}}\n{{java.getString('$.isfinish')=='true'?'已完结':'连载中'}}\n{{String(java.timeFormat(java.getString('$.lastUpdatetime')*1000)).replace(/\\//g,'-').replace(/\\s.*/,'')}}",
      "lastChapter": "$.lastSerialname##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "$.resourceName##（.*",
      "wordCount": "$.contentsize"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.booklist[*]",
      "bookUrl": "$.bid\n<js>1100000000+parseInt(result)</js>\nhttps://bookshelf.html5.qq.com/qbread/api/novel/intro-info?bookid={{result}}",
      "coverUrl": "$.bid\n@js:\nvar s = result\nfunction gt(s){\n\tlet a = s.slice(-3)\n\tif(a<10){\n\t\t\tn = s.slice(-1)\n\t\t}\n\telse if(a<100){\n\t\t\tn = s.slice(-2)\n\t\t}\n\telse{\n\t\t\tn = a\n\t\t}\n\treturn n\n}\n\"http://wfqqreader-1252317822.image.myqcloud.com/cover/\"+gt(s)+\"/\"+s+\"/b_\"+s+\".jpg\"",
      "intro": "$.intro",
      "kind": "{{$.categoryInfoV4\n##\\d.*?\\:(.*?)\\:.*?(,|$)##$1$2}}\n{{$.updateInfo##已更新至.*##连载中}}\n##小说,",
      "lastChapter": "$.updateInfo##已更新至##第",
      "name": "$.title",
      "wordCount": "$.totalWords"
    },
    "ruleToc": {
      "chapterList": "$.rows",
      "chapterName": "$.serialName##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "https://novel.html5.qq.com/be-api/content/ads-read,{\n\t\"method\": \"POST\",\n\t\"body\": {\n\t\t\"Scene\": \"chapter\",\n\t\t\"ContentAnchorBatch\": [{\n\t\t\t\t\"BookID\": \"{{baseUrl.match(/bookId=(\\d+)/)[1]}}\",\n\t\t\t\t\"ChapterSeqNo\": [{{$.serialID}}]\n\t\t\t}]\n\t},\n\t\"headers\": {\n\t\t\"Q-GUID\": \"4aa27c7cf2d9aca3359656ea186488cb\"\n\t}\n}",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://newopensearch.reader.qq.com/wechat?keyword={{key}}&start={{page-1}}&end=19",
    "weight": 0
  },
  {
    "bookSourceGroup": "🔞",
    "bookSourceName": "🎃爱爱中文网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.i25zw.com#🎃",
    "customButton": false,
    "customOrder": 401,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36",
    "lastUpdateTime": 1769566298774,
    "respondTime": 30824,
    "ruleBookInfo": {
      "author": "p:nth-child(2) > a@text",
      "coverUrl": "img@src",
      "intro": ".introtxt@text##简介:",
      "kind": "#info > p:nth-child(3)@text##\\(\\)",
      "lastChapter": "p:nth-child(6) > a@text",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": "id.content@html##投推荐票|上一章|章节目录|下一章|加入书签|返回书架"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.span@text##作者：",
      "bookList": "id.alist@id.alistbox",
      "bookUrl": "class.title@tag.h2@tag.a.0@href",
      "checkKeyWord": "我的",
      "coverUrl": "tag.img@src",
      "intro": "class.intro@text",
      "kind": "tag.p.2@text##分类：",
      "lastChapter": "class.sys@tag.li@text##最新更新：",
      "name": "class.title@tag.h2@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/search.html,{\nmethod: \"post\",\nbody: \"searchkey={{key}}&searchtype=all&Submit=\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "话本小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://so.ihuaben.com/search?keyword=我是",
    "customButton": false,
    "customOrder": 402,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1733516477061,
    "respondTime": 1666,
    "ruleBookInfo": {
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": "#contentsource@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.text-muted@text",
      "bookList": ".searchresult",
      "bookUrl": "h2 a@href",
      "checkKeyWord": "",
      "name": "h2@text"
    },
    "ruleToc": {
      "chapterList": "-.chapters p",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": ".pagination a@href",
      "updateTime": ".updateTime@text"
    },
    "searchUrl": "https://so.ihuaben.com/search?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "By_zhbyjm7783",
    "bookSourceGroup": "免费",
    "bookSourceName": "炎上书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://book.zri.moe/##zhbyjm7783",
    "customButton": false,
    "customOrder": 403,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1734834781427,
    "respondTime": 2731,
    "ruleBookInfo": {
      "coverUrl": "https://book.zri.moe/api/book/{{$.id}}/cover",
      "init": "meta",
      "kind": "tags",
      "name": ""
    },
    "ruleContent": {
      "content": "body"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "userInfo.username",
      "bookList": "data[*]",
      "bookUrl": "https://book.zri.moe/api/book/{{$.id}}",
      "checkKeyWord": "寻找克里斯Q",
      "coverUrl": "https://book.zri.moe/api/book/{{$.id}}/cover",
      "intro": "introduction",
      "kind": "",
      "lastChapter": "lastChapterInfo.title",
      "name": "title"
    },
    "ruleToc": {
      "chapterList": "sections[*].chapters[*]",
      "chapterName": "title",
      "chapterUrl": "https://book.zri.moe/api/book/{{$.book_id}}/chapter/{{$.id}}"
    },
    "searchUrl": "https://book.zri.moe/api/book?page=1&per=8&order_by=ct&desc=true&keywords=[\"{{key}}\"]",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "大帝小说库",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.aikushuge.com",
    "customButton": false,
    "customOrder": 404,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::http://m.aikushuge.com/wapsort/1_{{page}}.html\n仙侠::http://m.aikushuge.com/wapsort/2_{{page}}.html\n都市::http://m.aikushuge.com/wapsort/3_{{page}}.html\n历史::http://m.aikushuge.com/wapsort/4_{{page}}.html\n网游::http://m.aikushuge.com/wapsort/5_{{page}}.html\n科幻::http://m.aikushuge.com/wapsort/6_{{page}}.html\n灵异::http://m.aikushuge.com/wapsort/7_{{page}}.html\n女生::http://m.aikushuge.com/wapsort/8_{{page}}.html\n其他::http://m.aikushuge.com/wapsort/9_{{page}}.html\n全本::http://m.aikushuge.com/wapfull/{{page}}.html",
    "lastUpdateTime": 1746750238544,
    "respondTime": 10228,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property$=category]@content&&[property$=status]@content&&[property$=update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "[property$=read_url]@content"
    },
    "ruleContent": {
      "content": "#nr1@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##.*请点击下一页继续.*|.*第.*页.*"
    },
    "ruleExplore": {
      "author": ".s3@text",
      "bookList": ".lis@li",
      "bookUrl": "a@href",
      "kind": ".s1@text##\\[|\\]",
      "name": ".s2@text"
    },
    "ruleSearch": {
      "author": ".author@text##作者：",
      "bookList": ".waps_one",
      "bookUrl": "a@href",
      "checkKeyWord": "",
      "kind": "span.2@text&&.waps_full_0@text##\\(|\\)",
      "lastChapter": "a.1@text",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": ".chapter.1@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "http://m.aikushuge.com/search/,{\n  \"method\": \"POST\",\n  \"body\": \"searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "稻草书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.dcrbk.com",
    "bookUrlPattern": "https://www.dcrbk.com/book/\\w+/",
    "customButton": false,
    "customOrder": 405,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar book=[\n[\"女生·言情\",\"love\"],\n[\"耽美·纯爱\",\"bl\"],\n[\"奇幻·玄幻\",\"qihuan\"],\n[\"武侠·仙侠\",\"wuxia\"],\n[\"科幻·游戏\",\"kehuan\"],\n[\"都市·娱乐\",\"dushi\"],\n[\"历史·军事\",\"lishi\"],\n[\"悬疑·灵异\",\"kongbu\"],\n[\"轻小说\",\"light\"],\n[\"国外文学\",\"guowai\"],\n[\"现当代\",\"modern\"],\n[\"名著\",\"classics\"]];\nsort=book.map(([title,uri])=>\n\t({\n    \"title\": title,\n    \"url\": `/nav/${uri}\\-{{page}}.html`,\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  })\n\t);\n\t\nJSON.stringify(sort)",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9; MIX 2 Build/PKQ1.190118.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.99 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1731361859997,
    "respondTime": 9464,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "canReName": "",
      "coverUrl": "@get:{c}",
      "downloadUrls": "@get:{d}\n<js>\n//var id=baseUrl.match(/\\d+/)[0],\n//url=book.origin+`/txt/${id}.html`;\nurl=book.origin+result;\njava.ajax(url)\n</js>\n.panel-default a.0@href\n##$##,{\"type\": \"zip\"}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\".book-detail@text\",\nc:\"[property$=image]@content\",\nd:\".reader-bar a.1@href\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": "#cont-body@html",
      "nextContentUrl": ".page a@href"
    },
    "ruleExplore": {
      "author": "",
      "bookList": ".media",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": ".media-info@text",
      "kind": "0",
      "name": "h4@text"
    },
    "ruleSearch": {
      "author": "td.1@text",
      "bookList": "tbody tr",
      "bookUrl": "a.0@href",
      "checkKeyWord": "七界传说",
      "coverUrl": "a.0@href##\\D*(\\d+)\\D*##\n/uploads/cover/$1s.jpg###",
      "kind": "0",
      "name": "a.0@title"
    },
    "ruleToc": {
      "chapterList": "#all-chapter a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/plus/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "猫耳听书",
    "bookSourceType": 1,
    "bookSourceUrl": "https://www.missevan.com#guaner",
    "customButton": false,
    "customOrder": 406,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "百合分类::https://www.missevan.com/dramaapi/filter?filters=0_5_0_0_0&page={{page}}&order=1&page_size=20\n现代::https://www.missevan.com/dramaapi/filter?filters=0_5_0_1_0&page={{page}}&order=1&page_size=20\n古风::https://www.missevan.com/dramaapi/filter?filters=0_5_0_2_0&page={{page}}&order=1&page_size=20\n民国::https://www.missevan.com/dramaapi/filter?filters=0_5_0_3_0&page={{page}}&order=1&page_size=20",
    "lastUpdateTime": 1734842669721,
    "respondTime": 7911,
    "ruleBookInfo": {
      "intro": "class.intro-content@html||$.info.sound.intro",
      "kind": "class.detail-count@text&&class.detail-newest@text&&class.detail-author@text&&class.detail-type@text&&class.detail-tags@text##类型：|标签：无|标签：",
      "tocUrl": "@js:\nif(baseUrl.match(/dramaapi|mdrama/)){\nresult='https://www.missevan.com/dramaapi/getdrama?drama_id='+baseUrl.match(/(\\d+)/)[1]\n}"
    },
    "ruleContent": {
      "content": "$.info.sound.soundurl_128||$.info.sound.soundurl"
    },
    "ruleExplore": {
      "bookList": "$.info.Datas",
      "bookUrl": "https://www.missevan.com/mdrama/drama/{{$.id}},{\"webView\":true}",
      "coverUrl": "$.cover",
      "kind": "$.type_name",
      "lastChapter": "$.newest",
      "name": "$.name"
    },
    "ruleSearch": {
      "author": "$.username||$.author",
      "bookList": "<js>\nkey=java.get('key');\npage=java.get('page');\n\n//创建两个空数组\njson=[];json2=[];\n\n//判定json里是否有列表\nif(JSON.parse(result).info.Datas){\njson=JSON.parse(result).info.Datas;}\n\n//加载单曲搜索页面并转为json\njson1=JSON.parse(java.ajax('https://www.missevan.com/sound/getsearch?s='+key+'&type=3&page_size=10&p='+page));\n\n//判定json里是否有列表\nif(json1.info.Datas){\njson2=json1.info.Datas\n}\n\n//剧集搜索列表与单曲搜索列表拼接\nlist=json.concat(json2);\n\nresult=JSON.stringify(list)\n</js>\n$.[*]",
      "bookUrl": "<js>\nid=String(result).match(/id=(\\d+)/)[1];\nif(!String(result).match(/catalog_name/)){\nresult='https://www.missevan.com/sound/getsound?soundid='+id\n}else{result='https://www.missevan.com/dramaapi/getdrama?drama_id='+id}\n</js>",
      "coverUrl": "$.front_cover||$.cover",
      "intro": "$.abstract",
      "kind": "{$.type_name},{$.catalog_name}##\\{.*?\\}",
      "lastChapter": "$.newest",
      "name": "$.soundstr||$.name"
    },
    "ruleToc": {
      "chapterList": "<js>'['+result+']'</js>\n$..info.episodes.episode[*]||$..info.episodes.music[*]||$.[*]",
      "chapterName": "$.name||$.info.sound.soundstr",
      "chapterUrl": "https://www.missevan.com/sound/getsound?soundid={{$.sound_id||$.info.sound.id}}"
    },
    "searchUrl": "https://www.missevan.com/dramaapi/search?s={{key}}&page={{page}}\n@js:java.put('key',key);java.put('page',page);result",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "Novel Buddy",
    "bookSourceType": 0,
    "bookSourceUrl": "https://novelbuddy.io/",
    "customButton": false,
    "customOrder": 407,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"TOP\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"DAY\",\"url\":\"https://novelbuddy.io/top/day\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}},\n{\"title\":\"WEEK\",\"url\":\"https://novelbuddy.io/top/week\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}},\n{\"title\":\"MONTH\",\"url\":\"https://novelbuddy.io/top/month\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.24}},\n{\"title\":\"NOVEL LIST\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"LATEST\",\"url\":\"https://novelbuddy.io/latest?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"POPULAR\",\"url\":\"https://novelbuddy.io/popular?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"ON-GOING\",\"url\":\"https://novelbuddy.io/status/Ongoing?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"COMPLETED\",\"url\":\"https://novelbuddy.io/status/Completed?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"KINGDOM BUILDING\",\"url\":\"https://novelbuddy.io/tags/kingdom-building?status=all&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"On-going\",\"url\":\"https://novelbuddy.io/tags/kingdom-building?status=ongoing&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"Completed\",\"url\":\"https://novelbuddy.io/tags/kingdom-building?status=completed&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"GAME ELEMENTS\",\"url\":\"https://novelbuddy.io/tags/game-elements?status=all&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"On-going\",\"url\":\"https://novelbuddy.io/tags/game-elements?status=ongoing&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"Completed\",\"url\":\"https://novelbuddy.io/tags/game-elements?status=completed&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"POLYGAMY\",\"url\":\"https://novelbuddy.io/tags/polygamy?status=all&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"On-going\",\"url\":\"https://novelbuddy.io/tags/polygamy?status=ongoing&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"Completed\",\"url\":\"https://novelbuddy.io/tags/polygamy?status=completed&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"FAST CULTIVATION\",\"url\":\"https://novelbuddy.io/tags/fast-cultivation?status=all&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"On-going\",\"url\":\"https://novelbuddy.io/tags/fast-cultivation?status=ongoing&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"Completed\",\"url\":\"https://novelbuddy.io/tags/fast-cultivation?status=completed&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"LEVEL SYSTEM\",\"url\":\"https://novelbuddy.io/tags/level-system?status=all&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"On-going\",\"url\":\"https://novelbuddy.io/tags/level-system?status=ongoing&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"Completed\",\"url\":\"https://novelbuddy.io/tags/level-system?status=completed&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"CHINESE\",\"url\":\"https://novelbuddy.io/types/chinese?status=all&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"On-going\",\"url\":\"https://novelbuddy.io/types/chinese?status=ongoing&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"Completed\",\"url\":\"https://novelbuddy.io/types/chinese?status=completed&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"KOREAN\",\"url\":\"https://novelbuddy.io/types/korean?status=all&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"On-going\",\"url\":\"https://novelbuddy.io/types/korean?status=ongoing&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"Completed\",\"url\":\"https://novelbuddy.io/types/korean?status=completed&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"JAPANESE\",\"url\":\"https://novelbuddy.io/types/japanese?page={{page}}&status=all\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"On-going\",\"url\":\"https://novelbuddy.io/types/japanese?page={{page}}&status=ongoing\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"Completed\",\"url\":\"https://novelbuddy.io/types/japanese?page={{page}}&status=completed\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"JOSEI\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"TOP DAY\",\"url\":\"https://novelbuddy.io/genres/josei?sort=top-day&status=all&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"On-going\",\"url\":\"https://novelbuddy.io/genres/josei?sort=top-day&status=ongoing&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"Completed\",\"url\":\"https://novelbuddy.io/genres/josei?sort=top-day&status=completed&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"TOP WEEK\",\"url\":\"https://novelbuddy.io/genres/josei?sort=top-week&status=all&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"On-going\",\"url\":\"https://novelbuddy.io/genres/josei?sort=top-week&status=ongoing&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"Completed\",\"url\":\"https://novelbuddy.io/genres/josei?sort=top-week&status=completed&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"TOP MONTH\",\"url\":\"https://novelbuddy.io/genres/josei?sort=top-month&status=all&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"On-going\",\"url\":\"https://novelbuddy.io/genres/josei?sort=top-month&status=ongoing&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"Completed\",\"url\":\"https://novelbuddy.io/genres/josei?sort=top-month&status=completed&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"Views\",\"url\":\"https://novelbuddy.io/genres/josei?sort=views&status=all&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"On-going\",\"url\":\"https://novelbuddy.io/genres/josei?sort=views&status=ongoing&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"Completed\",\"url\":\"https://novelbuddy.io/genres/josei?sort=views&status=completed&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"Updated\",\"url\":\"https://novelbuddy.io/genres/josei?sort=updated_date&status=all&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"On-going\",\"url\":\"https://novelbuddy.io/genres/josei?sort=updated_date&status=ongoing&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"Completed\",\"url\":\"https://novelbuddy.io/genres/josei?sort=updated_date&status=completed&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"Created\",\"url\":\"https://novelbuddy.io/genres/josei?sort=created_date&status=all&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"On-going\",\"url\":\"https://novelbuddy.io/genres/josei?sort=created_date&status=ongoing&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"Completed\",\"url\":\"https://novelbuddy.io/genres/josei?sort=created_date&status=completed&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"FANTASY\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"TOP DAY\",\"url\":\"https://novelbuddy.io/genres/fantasy?sort=top-day&status=all&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"On-going\",\"url\":\"https://novelbuddy.io/genres/fantasy?sort=top-day&status=ongoing&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"Completed\",\"url\":\"https://novelbuddy.io/genres/fantasy?sort=top-day&status=completed&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"TOP WEEK\",\"url\":\"https://novelbuddy.io/genres/fantasy?sort=top-week&status=all&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"On-going\",\"url\":\"https://novelbuddy.io/genres/fantasy?sort=top-week&status=ongoing&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"Completed\",\"url\":\"https://novelbuddy.io/genres/fantasy?sort=top-week&status=completed&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"TOP MONTH\",\"url\":\"https://novelbuddy.io/genres/fantasy?sort=top-month&status=all&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"On-going\",\"url\":\"https://novelbuddy.io/genres/fantasy?sort=top-month&status=ongoing&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"Completed\",\"url\":\"https://novelbuddy.io/genres/fantasy?sort=top-month&status=completed&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"Views\",\"url\":\"https://novelbuddy.io/genres/fantasy?sort=views&status=all&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"On-going\",\"url\":\"https://novelbuddy.io/genres/fantasy?sort=views&status=ongoing&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"Completed\",\"url\":\"https://novelbuddy.io/genres/fantasy?sort=views&status=completed&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"Updated\",\"url\":\"https://novelbuddy.io/genres/fantasy?sort=updated_date&status=all&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"On-going\",\"url\":\"https://novelbuddy.io/genres/fantasy?sort=updated_date&status=ongoing&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"Completed\",\"url\":\"https://novelbuddy.io/genres/fantasy?sort=updated_date&status=completed&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"Created\",\"url\":\"https://novelbuddy.io/genres/fantasy?sort=created_date&status=all&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"On-going\",\"url\":\"https://novelbuddy.io/genres/fantasy?sort=created_date&status=ongoing&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"Completed\",\"url\":\"https://novelbuddy.io/genres/fantasy?sort=created_date&status=completed&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}}\n]",
    "lastUpdateTime": 1746637718132,
    "respondTime": 6543,
    "ruleBookInfo": {
      "author": "[class=\"meta box mt-1 p-10\"]@p.0@a@text",
      "coverUrl": ".img-cover@img@data-src",
      "intro": "class.section-body summary@.content@html",
      "kind": "[class=\"meta box mt-1 p-10\"]@p.1@a@text&&.tags@a@text",
      "lastChapter": "[class=\"meta box mt-1 p-10\"]@p.3@span@text",
      "name": "h1@text",
      "tocUrl": "@js:\nlet n=src.match(/bookId = (\\d+)/)[1]\nlet N=parseInt(n,10)\njava.log(n)\nlet url=`https://novelbuddy.io/api/manga/${N}/chapters?source=detail`\nurl"
    },
    "ruleContent": {
      "content": ".content-inner@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": ".book-detailed-item",
      "bookUrl": "h3@a@href",
      "checkKeyWord": "my",
      "coverUrl": ".thumb@img@data-src",
      "intro": ".summary@html",
      "kind": ".genres@span@text",
      "lastChapter": ".latest-chapter@text",
      "name": "h3@a@text"
    },
    "ruleToc": {
      "chapterList": "id.chapter-list@li[-1:0]@a",
      "chapterName": ".chapter-title@text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://novelbuddy.io/search?status=all&sort=views&q={{key}}<,&page={{page}}>",
    "weight": 0
  },
  {
    "bookSourceComment": "api，json\n同模板：\nhttps://www.ibus2333.com\nhttps://www.ibusxs.com",
    "bookSourceGroup": "免费",
    "bookSourceName": "文坊阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wfg.la##防同",
    "bookUrlPattern": "https://wfg.la/novel/.*",
    "customButton": false,
    "customOrder": 408,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\" 系统 \",\"url\":\"//wfg.la/category/3007_{{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 奇幻 \",\"url\":\"//wfg.la/category/3006_{{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 武侠 \",\"url\":\"//wfg.la/category/3005_{{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 科幻 \",\"url\":\"//wfg.la/category/3003_{{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 穿越 \",\"url\":\"//wfg.la/category/3002_{{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 玄幻 \",\"url\":\"//wfg.la/category/3001_{{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 言情 \",\"url\":\"//wfg.la/category/3000_{{page}}\",\"style\":{\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1746597040469,
    "respondTime": 10300,
    "ruleBookInfo": {
      "author": ".auth@text",
      "intro": ".intro@p@text##简介：",
      "kind": ".tags.0@span[0,1]@text",
      "name": "h1@text##_.*",
      "tocUrl": ".g-nav-control@a.0@href"
    },
    "ruleContent": {
      "content": ".js_text@p@html"
    },
    "ruleExplore": {
      "author": ".name@text##(.*)by(.*)##$2",
      "bookList": "ul.g-list@li",
      "bookUrl": "a@href",
      "kind": ".info@text##.*『(.*)』##$1",
      "name": ".name@text##(.*)by(.*)##$1"
    },
    "ruleSearch": {
      "author": "$.auth",
      "bookList": "data.list[*]",
      "bookUrl": "https://wfg.la/novel/{{$._id}}",
      "checkKeyWord": "美少女只是我升级的工具",
      "intro": "$.intro##简介：",
      "kind": "$.type",
      "name": "$.name"
    },
    "ruleToc": {
      "chapterList": "ul.list@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href##$##,{\"webView\": true}",
      "nextTocUrl": "ul.section-list@li@a@href"
    },
    "searchUrl": "https://wfg.la/api/search/list,{\n  \"body\": \"name={{key}}&searchkey=\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "不是我做的，我只是复制，因为有些晋江的书源有的有问题，所以我就把没问题的一些合并起来了",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "晋江[apps]",
    "bookSourceType": 0,
    "bookSourceUrl": "https://apps.jjwxc.net",
    "customButton": false,
    "customOrder": 409,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全站·新书榜单::http://android.jjwxc.net/androidapi/newDayList\n言情·VIP 金榜::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%222900001%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n纯爱·VIP 金榜::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%222900002%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n                               ♤ 古 言 ♤                            \n古言·频道金榜::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%221%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·科举朝堂::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000014%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·市井人家::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000013%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·复仇虐渣::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000012%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·女尊女强::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000023%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·架空历史::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000022%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·天作之合::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000019%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·宫廷侯爵::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000020%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·励志人生::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000015%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·古色古香::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000017%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·布衣生活::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000018%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·再世重生::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000021%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·传奇武侠::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000024%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·运气淘文::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2240000001%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·新晋作者::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000003%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·月度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000004%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·季度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000005%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·半年排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000006%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n                                ♤ 都 市 ♤                           \n都市·频道金榜::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%224%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·业界精英::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000018%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·天之骄子::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000031%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·豪门总裁::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000017%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·励志人生::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000019%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·都市情缘::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000021%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·婚前婚后::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000020%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·制服情缘::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000024%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·校园青春::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000016%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·甜心蜜意::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000020%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·娱乐星光::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000032%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·破镜重圆::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000022%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·近水楼台::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000023%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·情有独钟::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000022%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·时尚流行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000018%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·欢喜冤家::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000033%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·因缘邂逅::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000034%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·运气淘文::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2240000002%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·新晋作者::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000003%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·月度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000004%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·季度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000005%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·半年排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000006%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n                               ♤ 幻 言 ♤                            \n\n幻言·频道金榜::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%225%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·穿书攻略::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000026%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·流金年代::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000028%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·玄之又玄::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000024%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·娱乐时尚::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000030%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·升级逆袭::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000031%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·打脸爽文::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000024%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·人生赢家::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000019%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·神奇能力::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000033%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·快穿系统::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000021%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·穿越时空::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000018%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·再世重生::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000017%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·都市异闻::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000034%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·时代奇缘::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000020%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·现代架空::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000032%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·幻想传奇::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000023%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·时空恋曲::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000022%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·运气淘文::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2240000003%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·月度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000004%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·季度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000005%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·半年排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000006%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n                               ♤ 现 纯 ♤                            \n\n现纯·频道金榜::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%227%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·竞技人生::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000064%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·时尚娱乐::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000065%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·种田日常::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000023%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·现代都市::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000032%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·豪门世家::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000026%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·业界精英::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000022%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·重来一世::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000027%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·边缘恋曲::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000025%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·校园青春::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000028%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·情有独钟::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000066%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·穿越时空::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000024%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·励志人生::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000021%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·欢喜冤家::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000031%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·婚前婚后::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000067%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·都市甜文::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000030%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·打脸逆袭::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000029%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·运气淘文::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2240000007%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·新晋作者::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000003%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·月度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000004%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·季度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000005%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·半年排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000006%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n                               ♤ 幻 纯 ♤                            \n\n幻纯·频道金榜::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2213%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·重生穿越::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000092%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·娱乐星光::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000088%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·萌宠频道::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000084%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·仙侠修真::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000080%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·快穿世界::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000076%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·末世狂想::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000074%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·幻想甜宠::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000096%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·无限流派::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000072%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·随身系统::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000078%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·异闻秘术::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000082%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·边缘幻想::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000086%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·星际日常::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000090%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·奇幻灵异::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000100%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·科幻机甲::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000102%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·人生赢家::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000094%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·升级爽文::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000098%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·运气淘文::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2240000013%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·新晋作者::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220100008%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·月度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220100009%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·季度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220100010%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·半年排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220100011%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D",
    "lastUpdateTime": 1692691195019,
    "respondTime": 5519,
    "ruleBookInfo": {
      "author": "$.authorName",
      "intro": "@JSon:{$.novelIntro}@js:result.replace(/(&.{3}br.{3,4};)+|[\\n\\s]+/g,\"\\n\").replace(/\\n\\s*\\n/g,\"\\n\").replace(/^\\s*\\n/g,\"\").replace(/\\n\\s*/g,\"\\n\\u3000\\u3000\").replace(/^\\s*/g,\"\\u3000\\u3000\")",
      "kind": "{{$.novelClass}},{{java.get('ns')==1?'连载':'完结'}}",
      "lastChapter": "<js>last=JSON.parse(java.ajax('http://android.jjwxc.net/androidapi/chapterList?novelId='+baseUrl.match(/(\\d+)/)[1])).chapterlist;\n$=last[last.length-1];\nvip=$.isvip?'🔒':'';\nchapterid=$.chapterid;\nchaptername=$.chaptername;\ndate=$.chapterdate;\nvip+chapterid+'.'+chaptername+' • '+date\n</js>\n<js>result.replace(/\\.\\d+/,'').replace(/\\d+\\.第/,'第').replace(/\\d+\\.Chapter/,'Chapter')</js>",
      "name": "$.novelName@put:{id:$.novelId,ns:$.novelStep,nw:'$.novelSize##\\\\D'}",
      "tocUrl": "http://app-cdn.jjwxc.net/androidapi/chapterList?novelId={$.novelId}&more=0&whole=1",
      "wordCount": "{{(java.get('nw')/10000).toFixed(2)+'万字'}}"
    },
    "ruleContent": {
      "content": "@JSon:$..content@js:result.replace(/(&.{3}br\\/?&.{3})+/g,\"\\n\")"
    },
    "ruleExplore": {
      "author": "tag.a.1@text||$.authorName",
      "bookList": "class.b module@tag.li!-1||$..[?(@.novelName)]",
      "bookUrl": "##(?:/book2/|novelid=|novelId=)(\\d+)##http://app-cdn.jjwxc.net/androidapi/novelbasicinfo?novelId=$1###",
      "coverUrl": "$.cover||$.novelCover",
      "intro": "$.novelIntroShort||$.novelintroshort",
      "kind": "{{$.className}},{{$.novelSizeformat}},{{$.novelSize}},{{$.tags##\\s##,}}@js:result.replace(/\\d{4,}/g,'')",
      "lastChapter": "第{{$.maxChapterId}}章##第章",
      "name": "tag.a.0@text||$.novelName",
      "wordCount": "$.novelStep||$.novelstep@js:result.replace(/1/g,'连载').replace(/2/g,'完结')"
    },
    "ruleSearch": {
      "author": "$.authorname",
      "bookList": "<js>\nkey=java.get('key');\npage=java.get('page');\n\n//创建两个空数组\njson=[];json2=[];\n\n//判定json里是否有items\nif(JSON.parse(result).items){\njson=JSON.parse(result).items;}\n\n//加载作者搜索页面并转为json\njson1=JSON.parse(java.ajax('http://android.jjwxc.net/androidapi/search?keyword='+key+'&type=2&page='+page+'&searchType=7&sortMode=DESC'));\n\n//判定json里是否有items\nif(json1.items){\njson2=json1.items\n}\n\n//书名搜索列表与作者搜索列表拼接\nlist=json.concat(json2);\n\n\nresult=JSON.stringify(list)\n</js>\n$.[*]",
      "bookUrl": "http://app-cdn.jjwxc.net/androidapi/novelbasicinfo?novelId={{$.novelid||$.novelId}}",
      "coverUrl": "$.cover",
      "intro": "$.novelintroshort",
      "kind": "$.tags&&$.novelSizeformat##\\s##,",
      "lastChapter": "<js>\nlast=JSON.parse(java.ajax('http://android.jjwxc.net/androidapi/chapterList?novelId='+java.get('id'))).chapterlist;\nif(last){\nlast=last[last.length-1];\nvip=last.isvip!=0?\"🔒\":'';\ndate=last.chapterdate;\nchapter=last.chaptername;\nchapterid=last.chapterid;\nresult=vip+chapterid+'.'+chapter+' • '+date}\n</js>\n<js>result.replace(/\\.\\d+/,'').replace(/\\d+\\.第/,'第').replace(/\\d+\\.Chapter/,'Chapter')</js>",
      "name": "$.novelname@put:{id:$.novelid||$.novelId}"
    },
    "ruleToc": {
      "chapterList": "<js>last=JSON.parse(java.ajax('http://android.jjwxc.net/androidapi/chapterList?novelId='+java.get('id'))).chapterlist;\nlast=last[last.length-1];\nlist=JSON.parse(result).chapterlist;\nlist.push(last);\nJSON.stringify(list)\n</js>\n$.[*]",
      "chapterName": "$.chaptername\n@js:\nvip='{{$.isvip}}'!='0';\nlock='{{$.islock}}'!='0';\ntype='{{$.chaptertype}}'=='1';\nnum=!type?'{{$.chapterid}}.':'';\nresult=type?'🐟'+result:result;\nv=vip?'🔒':'';l=lock?'[锁]':'';\nresult=v+num+result+l;",
      "chapterUrl": "http://app-cdn.jjwxc.net/androidapi/chapterContent?novelId={$.novelid}&chapterId={$.chapterid}"
    },
    "searchUrl": "http://android.jjwxc.net/androidapi/search?keyword={{key}}&type=1&page={{page}}&searchType=1&sortMode=DESC\n@js:java.put('key',key);java.put('page',page);result",
    "weight": 0
  },
  {
    "bookSourceComment": "//by:cwjdb",
    "bookSourceGroup": "免费",
    "bookSourceName": "VIP中文",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.xvipxs.net",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 410,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\n    java.toast(\"正在努力加载中，请稍后\");\nvar sort = [];\nvar push = (title, url, type1, type2) => {\n    sort.push({\n        title: title,\n        url: url,\n        style: {\n            layout_flexGrow: type1,\n            layout_flexBasisPercent: type2\n        }\n    });\n};\nvar sites = [{\n        u: \"http://m.xvipxs.net/sort.html\",\n        ti: \"༺ˇ»`全部分类´«ˇ༻\"\n    },\n    {\n        u: \"http://m.xvipxs.net/top.html\",\n        ti: \"༺ˇ»`全部排行´«ˇ༻\"\n    }];\nfor (var site of sites) {\n    var o = org.jsoup.Jsoup.parse(java.ajax(site.u));\n    var s = o.select('.content li a');\n    push(site.ti, \"\", \"1\", \"1\");\n    for (var i = 0; i < s.size(); i++) {\n        var urls = String(s[i].attr(\"href\")).replace(/\\/(.*)-(.*)-(\\d+)\\//, \"/$1-$2-{{page}}/\");\n        if (s.length % 3 === 1) {\n            push(s[i].text(), urls, \"-1\", \"0.29\")\n        } else {\n            push(s[i].text(), urls, \"1\", \"0.25\")\n        }\n    }\n}\npush(\"༺ˇ»`全本小说´«ˇ༻\", `/full-{{page}}/`, \"1\", \"1\")\nJSON.stringify(sort);",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; U; Android 13; zh-Hans-CN; PFJM10 Build/TP1A.220905.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/100.0.4896.58 Quark/6.13.6.581 Mobile Safari/537.36\",\"Accept-Language\":\"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"}",
    "lastUpdateTime": 1746407195643,
    "respondTime": 8103,
    "ruleBookInfo": {
      "author": "a",
      "coverUrl": "c",
      "init": "@js:\nX = (x) => java.getString(x);\n({\n    n: X(\"[property$=book_name]@content\"),\n    a: X(\"[property$=author]@content\"),\n    k: X(\"[property~=category|status|update_time]@content\\#\\#T\\#\\#&nbsp;&nbsp;\"),\n    l: X(\"[property~=las?test_chapter_name]@content\"),\n    i: X(\"[property$=description]@content\\#\\#简介[：:]\"),\n    c: X(\"[property$=image]@content\")\n});",
      "intro": "i",
      "kind": "k",
      "lastChapter": "l",
      "name": "n"
    },
    "ruleContent": {
      "content": "#nr1@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\(*第.*页\\)|\\（本章.*阅读\\）"
    },
    "ruleExplore": {
      "author": "text##\\[(.*?)\\](.*?)\\/(.*?)##$3",
      "bookList": "p.line",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href\n<js>\nvar id = result.match(/(\\d+)/)[1];\nvar iid = parseInt(id/1000);\n'http://m.xvipxs.net//files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "text##\\[(.*?)\\](.*?)\\/(.*?)##$1###",
      "name": "text##\\[(.*?)\\](.*?)\\/(.*?)##$2###"
    },
    "ruleSearch": {
      "author": "text.作者@text##作者[：:]",
      "bookList": ".block",
      "bookUrl": ".block_txt a.1@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "kind": "text.分类@text##分类[：:]",
      "lastChapter": ".block_txt a.2@text",
      "name": ".block_txt a.1@text"
    },
    "ruleToc": {
      "chapterList": ".chapter li a",
      "chapterName": "text\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(\\{（｛【].*[求含理更谢乐发推票盟补加字Kk\\/].*/g,'')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(第.+章)\\s?\\d+/,'$1')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}/search.php,{\n\"method\": \"POST\",\n\"body\": \"searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "by莫闻",
    "bookSourceGroup": "免费",
    "bookSourceName": "笔尖中文",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.xbiquzw.net/",
    "customButton": false,
    "customOrder": 411,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1746404396455,
    "respondTime": 2033,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property$=category]@content&&[property$=status]@content&&[property$=update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "[property$=read_url]@content"
    },
    "ruleContent": {
      "content": "#nr@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##.*请点击下一页继续.*|.*第.*页.*|笔.*?趣.*?阁.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": ".bookone",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "lastChapter": "a.1@text",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": ".chapter@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "http://wap.xbiquzw.net/modules/article/search.php,{\n  \"body\": \"s=3058705213638573686&&submit=&&q={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "果露小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.xguolu88.com#",
    "bookUrlPattern": "https://www.guolu88.cc/go/\\d+/",
    "customButton": false,
    "customOrder": 412,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部小说\",\"url\":\"/all<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"玄幻小说\",\"url\":\"/xuanhuan<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠小说\",\"url\":\"/xianxia<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市小说\",\"url\":\"/dushi<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"军史小说\",\"url\":\"/junshi<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游小说\",\"url\":\"/wangyou<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻小说\",\"url\":\"/kehuan<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异小说\",\"url\":\"/lingyi<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"言情小说\",\"url\":\"/yanqing<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他小说\",\"url\":\"/qita<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"小说排行\",\"url\":\"/top<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"总点击榜\",\"url\":\"/allvisit<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月点击榜\",\"url\":\"/monthvisit<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周点击榜\",\"url\":\"/weekvisit<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总推荐榜\",\"url\":\"/allvote<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月推荐榜\",\"url\":\"/monthvote<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"收藏排行\",\"url\":\"/goodnum<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最近更新\",\"url\":\"/lastupdate<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"新书上架\",\"url\":\"/postdate<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"字数排行\",\"url\":\"/size<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完本小说\",\"url\":\"/wanben/<,{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}}]",
    "header": "{ \"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1734901942123,
    "respondTime": 6864,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content\n##章节目录\\s",
      "name": "[property$=book_name]@content"
    },
    "ruleContent": {
      "content": ".readcontent@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##-->>|本章未完.*继续阅读"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author.0@text",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "intro": ".update@textNodes",
      "kind": "0",
      "lastChapter": "a.1@text",
      "name": "h4@text",
      "wordCount": ".author.1@text##字数："
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "https://www.xguolu88.com/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "//2025.5.3  夜明空 制作\n//源社区首发：https://taoba.cf",
    "bookSourceGroup": "免费",
    "bookSourceName": "老幺小说网-夜明空",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.laoyaoxs.org//防",
    "bookUrlPattern": "https?:\\/\\/www\\.laoyaoxs\\.org\\/(list|info)\\/\\d+.*",
    "customButton": false,
    "customOrder": 413,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"🔖​分类🔖​\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"全部小说\",\"url\":\"/library/0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻异界\",\"url\":\"/library/1_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奇幻修真\",\"url\":\"/library/2_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"纯爱耽美\",\"url\":\"/library/3_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史架空\",\"url\":\"/library/4_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"动漫同人\",\"url\":\"/library/5_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻未来\",\"url\":\"/library/6_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖悬疑\",\"url\":\"/library/7_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"名著经典\",\"url\":\"/library/8_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔖​状态🔖​\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"全部\",\"url\":\"/library/0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"收藏\",\"url\":\"/library/0_goodnum_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"推荐\",\"url\":\"/library/0_allthvote_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"更新\",\"url\":\"/library/1_lastupdate_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总阅读\",\"url\":\"/library/0_allvisit_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"连载中\",\"url\":\"/library/0_0_0_{{page}}_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"已完结\",\"url\":\"/library/0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔖​字数🔖​\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"全部\",\"url\":\"/library/0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"30万以下\",\"url\":\"/library/0_0_1_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"30万-50万\",\"url\":\"/library/0_0_2_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"50万-100万\",\"url\":\"/library/0_0_3_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"100-200万\",\"url\":\"/library/0_0_4_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"200万以上\",\"url\":\"/library/0_0_5_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "@js:\nJSON.stringify({\n\"accept-language\": \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"\n})",
    "lastUpdateTime": 1746268464337,
    "respondTime": 15622,
    "ruleBookInfo": {
      "author": "p.0@a.0@text",
      "coverUrl": "img.0@src##\\//www##https://www",
      "intro": "&nbsp;\n📖 书名：{{@@h1@text}}\n👤 作者：{{@@p.0@a.0@text}}\n🕰 最新：{{@@.more.0@text}}\n⚡ 更新：{{@@p.0@span@text}}\n📄 简介：{{@@.mod@p.0@text##阅读.*请关注.*}}",
      "kind": "{{@@p.0@a.1@text}}",
      "lastChapter": "",
      "name": "h1@text",
      "tocUrl": "text.目录@href"
    },
    "ruleContent": {
      "content": "dd@html",
      "replaceRegex": "##www.youxs.org，|阅读.*最新章.*|请牢记收藏.*|小说”查找最新章节！"
    },
    "ruleExplore": {
      "author": "p.0@a.0@text",
      "bookList": "class.box.1@ul.1@li",
      "bookUrl": "a.1@href",
      "coverUrl": "img@data-original",
      "intro": "p.1@text",
      "kind": "{{@@span.0@text}},{{@@p.0@a.1@text}}",
      "lastChapter": ".chapter@text",
      "name": "a@.bookname@text",
      "wordCount": "//li/p[1]/text()[2]##(\\d+):(\\d+)"
    },
    "ruleSearch": {
      "author": "span.0@a@textNodes",
      "bookList": "ul.1@li",
      "bookUrl": "a@href",
      "checkKeyWord": "求生倒计时",
      "coverUrl": "img@data-original",
      "intro": "p.-1@text",
      "kind": "{{@@span.-1@text##更新时间：|(\\d+):(\\d+)}},{{@@.tags@span.2@text##状态：}},{{@@span.1@text##分类：}}",
      "lastChapter": "p.1@a@text",
      "name": "a.1@text",
      "wordCount": "span.-2@text##总字数："
    },
    "ruleToc": {
      "chapterList": "#chapters@a",
      "chapterName": "a@text",
      "chapterUrl": "a.0@href@js:result+',{webView:“true”}'",
      "preUpdateJs": "",
      "updateTime": "span@text##更新："
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}/search.php?key={{key}}&from=laoyaoxs.org&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "九怀小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.jiuhuaiwenxue.com",
    "customButton": false,
    "customOrder": 414,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"全部\",\"url\":\"/allbook?isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠 \",\"url\":\"/allbook?categoryid=1&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史 \",\"url\":\"/allbook?categoryid=2&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻 \",\"url\":\"/allbook?categoryid=3&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠 \",\"url\":\"/allbook?categoryid=4&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市 \",\"url\":\"/allbook?categoryid=5&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻 \",\"url\":\"/allbook?categoryid=6&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"悬疑 \",\"url\":\"/allbook?categoryid=7&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异 \",\"url\":\"/allbook?categoryid=8&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏 \",\"url\":\"/allbook?categoryid=9&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"纯爱 \",\"url\":\"/allbook?categoryid=10&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"言情 \",\"url\":\"/allbook?categoryid=11&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"二次元 \",\"url\":\"/allbook?categoryid=12&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"出版 \",\"url\":\"/allbook?categoryid=13&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人 \",\"url\":\"/allbook?categoryid=14&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"字数\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"全部\",\"url\":\"/allbook?categoryid=all&isfinish=all&updatetime=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"30万字以下\",\"url\":\"/allbook?categoryid=all&isfinish=all&updatetime=all&characters=1&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"30-50万字\",\"url\":\"/allbook?categoryid=all&isfinish=all&updatetime=all&characters=2&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"50-100万字\",\"url\":\"/allbook?categoryid=all&isfinish=all&updatetime=all&characters=3&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"100-200万字\",\"url\":\"/allbook?categoryid=all&isfinish=all&updatetime=all&characters=4&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"200万字以上\",\"url\":\"/allbook?categoryid=all&isfinish=all&updatetime=all&characters=5&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"状态\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"全部\",\"url\":\"/allbook?categoryid=all&updatetime=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完本\",\"url\":\"/allbook?categoryid=all&isfinish=1&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"连载\",\"url\":\"/allbook?categoryid=all&isfinish=0&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"更新时间\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"全部\",\"url\":\"/allbook?categoryid=all&isfinish=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"三日内\",\"url\":\"/allbook?categoryid=all&isfinish=all&updatetime=1&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"七日内\",\"url\":\"/allbook?categoryid=all&isfinish=all&updatetime=2&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"半月内\",\"url\":\"/allbook?categoryid=all&isfinish=all&updatetime=3&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"一月内\",\"url\":\"/allbook?categoryid=all&isfinish=all&updatetime=4&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}}]",
    "lastUpdateTime": 1733701664733,
    "loginUrl": "https://www.jiuhuaiwenxue.com/login",
    "respondTime": 8644,
    "ruleBookInfo": {
      "author": "class.left.1@text",
      "coverUrl": "class.zuopin-img@img@src",
      "intro": "id.bookIntro@text",
      "kind": "class.tag-box@tag.a@text&&class.other-shuzi@span.2@text",
      "lastChapter": "class.he@span.1@text",
      "name": "h1@text",
      "wordCount": "class.other-shuzi@span.0@text"
    },
    "ruleContent": {
      "content": "#chaptercontent@html||.z-dingyue@html",
      "payAction": "{{baseUrl}}"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.font2@span.0@text",
      "bookList": "class.allbook-item",
      "bookUrl": "a.1@href##$##,{'webView': true}",
      "checkKeyWord": "珍珠",
      "coverUrl": "img@src",
      "intro": "class.font3@text",
      "kind": "class.font2@span.1:2@text&&class.font4@span.1@text",
      "name": "a.1@text",
      "wordCount": "class.font4@span.0@text"
    },
    "ruleToc": {
      "chapterList": "@css:#mulun>.juan,#mulun table tbody tr td",
      "chapterName": "a@text||.juan@text",
      "chapterUrl": "a@href##$##,{'webView': true}",
      "isVip": "span@tag.i@class",
      "isVolume": ".juan@text"
    },
    "searchUrl": "/search?content={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "五二书库",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.po5.net/",
    "customButton": false,
    "customOrder": 415,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1692081317037,
    "respondTime": 4612,
    "ruleBookInfo": {
      "intro": ".article-content@p.1@text##.*文案：　"
    },
    "ruleContent": {
      "content": ".article-content@p@all##目录\\s+上一页.*|Tips.*|传送门：.*",
      "nextContentUrl": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "header@h2@h4@text##\\d+\\.\\s.*_(.*)【.*##$1",
      "bookList": "div@.excerpt",
      "bookUrl": "header@h2@a@href",
      "checkKeyWord": "红楼梦",
      "intro": ".note@text##.*文案：　|\\(所属栏目：.*",
      "kind": ".auth-span@.muted@a@text",
      "name": "header@h2@h4@text##\\d+\\.\\s|_.*",
      "wordCount": "header@h2@h4@text##\\d+\\.\\s.*_.*【(.*)】##$1"
    },
    "ruleToc": {
      "chapterList": ".clearfix@.mulu@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "so/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "http://m.suixkan.com",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "阅友小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://sma.yueyouxs.com#♤yc",
    "customButton": false,
    "customOrder": 416,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"推荐\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"重磅推荐\",\"url\":\"/l/s/28/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"男生必读\",\"url\":\"/l/s/29/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"女生爱看\",\"url\":\"/l/s/30/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"小编推荐\",\"url\":\"/l/s/31/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"男频\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"都市人生\",\"url\":\"/l/f/1100/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/l/f/1101/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"/l/f/1102/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"军事历史\",\"url\":\"/l/f/1103/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻末世\",\"url\":\"/l/f/1104/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"游戏体育\",\"url\":\"/l/f/1105/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"热血青春\",\"url\":\"/l/f/1106/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑灵异\",\"url\":\"/l/f/1107/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"脑洞大开\",\"url\":\"/l/f/1108/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"女频\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"现代言情\",\"url\":\"/l/f/2100/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代言情\",\"url\":\"/l/f/2101/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"幻想言情\",\"url\":\"/l/f/2102/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"\",\"url\":\"/l/f/2103/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越时空\",\"url\":\"/l/f/2104/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"宫闱争斗\",\"url\":\"/l/f/2105/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"豪门总裁\",\"url\":\"/l/f/2106/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"婚恋爱情\",\"url\":\"/l/f/2107/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"经商种田\",\"url\":\"/l/f/2108/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"图书\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"出版读物\",\"url\":\"/l/f/3101/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"文学小说\",\"url\":\"/l/f/3102/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代典籍\",\"url\":\"/l/f/3103/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1700132819688,
    "respondTime": 915,
    "ruleBookInfo": {
      "author": ".face-info span.0@text##.*：",
      "coverUrl": ".face-cover img@src",
      "intro": "#intro@html",
      "kind": ".face-info span.1:3@text##.*：",
      "lastChapter": ".chapter-entrance@text",
      "name": ".face-info-title@text",
      "tocUrl": ".sumchapter a@href",
      "wordCount": ".face-info span.2@text##.*："
    },
    "ruleContent": {
      "content": ".con@html",
      "replaceRegex": "##[\\(（]本章未完.*[）\\)]|[\\(（]本章完[）\\)]"
    },
    "ruleExplore": {
      "author": ".v-author@text##\\s",
      "bookList": ".v-list-item",
      "bookUrl": "@onclick@js:result.match(/\\('(.*?)'\\)/)[1]",
      "coverUrl": "img@src",
      "intro": ".v-intro@text",
      "name": ".v-title@text",
      "wordCount": ".v-words@text"
    },
    "ruleSearch": {
      "author": ".v-author@text##\\s",
      "bookList": ".v-list-item",
      "bookUrl": "@onclick@js:result.match(/\\('(.*?)', '', ''\\)/)[1]",
      "coverUrl": "img@src",
      "intro": ".v-intro@text",
      "kind": ".base-label@text",
      "name": ".v-title@text",
      "wordCount": ".v-words@text"
    },
    "ruleToc": {
      "chapterList": ".catalog_ls li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/s/1.html?keyword={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//By情无羁25.04.30",
    "bookSourceGroup": "免费",
    "bookSourceName": "米妮小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.minixiaoshuow.com/",
    "customButton": false,
    "customOrder": 417,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar result = [];\njava.toast(\"🔥正在刷新列表,请稍等！\");\nvar push = (title, url, size) => result.push({\n    \"title\": title,\n    \"url\": url,\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": size\n    }\n});\nvar baseUrl = \"https://www.minixiaoshuow.com/sort/\";\nvar tag = java.ajax(baseUrl);\nif (tag) {\n    var a = org.jsoup.Jsoup.parse(tag).select(\".leftbar ul li a\");\n    push(\"🔥分类小说🔥\", null, 1);\n    for (var i = 2; i < a.length ; i++) {\n        var title = a[i].text();\n        var url = a[i].attr(\"href\");\n        var size = 0.25;\n        title = String(title).replace(/\\s/g, \"\");\n        url = String(url).replace(/1\\./,'{{page}}.');      \n        push(title, url, size);\n    }\n} else {\n  java.toast(\"🤔列表刷新失败！！！\");     \n} \nJSON.stringify(result);",
    "header": "@js:\nJSON.stringify({\n\"Accept-Language\": \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"\n})",
    "lastUpdateTime": 1745992849068,
    "respondTime": 2837,
    "ruleBookInfo": {
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": ".newchapter p@html##阅读.*请关注.*",
      "tocUrl": "{{baseUrl}}##\\.html##/"
    },
    "ruleContent": {
      "content": "#txt@html##阅读.*最新章节.*|.*查找最新章节|www.*\n<js>\nvar matches = result.match(/<dd data-id=\"(\\d+)\"[\\s\\S]*?<\\/dd>/g) || [];\nif (matches.length > 0){\n    var elementsWithId = matches.map(function(element) {\n        var match = element.match(/<dd data-id=\"(\\d+)\"/);\n        return {\n            element: element,\n            id: parseInt(match[1])\n        };\n    });\n    elementsWithId.sort(function(a, b) {\n        return a.id - b.id;\n    });\n    var sortedElements = elementsWithId.map(function(item) {\n        return item.element;\n    });\n    sortedElements.join('\\n');\n} else {\n    result\n}\n</js>",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "a.3@text",
      "bookList": ".tablist ul li!0",
      "bookUrl": "a.1@href",
      "kind": "a.0@text",
      "lastChapter": "a.2@text",
      "name": "a.1@text",
      "wordCount": "a.-1@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".secd-rank-list",
      "bookUrl": "a@href",
      "coverUrl": "img@data-original",
      "intro": "p.-2@text",
      "kind": "a.3@text",
      "lastChapter": "a.-1@text##最近更新",
      "name": "font@text",
      "wordCount": "span.-1@text##\\|"
    },
    "ruleToc": {
      "chapterList": "#chapter a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.minixiaoshuow.com/search.php?key={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "By小新20250507",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.conglianhao.com/",
    "customButton": false,
    "customOrder": 418,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部分类\",\"url\":\"/list/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻魔法\",\"url\":\"/list/1_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠修真\",\"url\":\"/list/2_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市言情\",\"url\":\"/list/3_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"/list/4_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻灵异\",\"url\":\"/list/5_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏竞技\",\"url\":\"/list/6_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他类型\",\"url\":\"/list/7_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1746630662336,
    "respondTime": 1249,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:lastest_chapter_name\"]@content",
      "name": "[property=\"og:title\"]@content"
    },
    "ruleContent": {
      "content": "[id=\"article\"]@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "@js:result\n.replace(/搜书名找不到, 可以试试搜作者哦, 也许只是改名了!/g,'')\n.replace(/如果书架和阅读记录丢失了, 可以前往.*网域,再打开书架试试!/g,'')\n",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": "[class=\"flex\"]@li",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "p.0@text",
      "kind": "a.0@text",
      "name": "a.1@text",
      "wordCount": "[class=\"li_bottom\"]@div.-1@text"
    },
    "ruleSearch": {
      "author": "p.0@textNodes",
      "bookList": "[class=\"searchresult\"]",
      "bookUrl": "a.1@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "intro": "p.-2@text",
      "kind": "a.0@text",
      "lastChapter": "p.-1@text",
      "name": "a.1@text",
      "wordCount": "p.0@span.0@text"
    },
    "ruleToc": {
      "chapterList": "[id=\"ul_all_chapters\"]@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "/search/,{\n\t\"body\": \"searchkey={{key}}&searchtype=all&Submit=\",\n\t\"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "完美小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.umiwx.net",
    "bookUrlPattern": "http://m.umiwx.net/read/\\d+.html",
    "customButton": false,
    "customOrder": 419,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部小说::/top/\n完结小说::/quanben/{{page}}.html\n玄幻小说::/class/1_{{page}}.html\n仙侠小说::/class/2_{{page}}.html\n都市小说::/class/3_{{page}}.html\n历史小说::/class/4_{{page}}.html\n游戏小说::/class/5_{{page}}.html\n科幻小说::/class/6_{{page}}.html\n恐怖小说::/class/7_{{page}}.html\n女生小说::/class/8_{{page}}.html\n其他小说::/class/8_{{page}}.html",
    "header": "{\"referer\": \"{{source.getKey()}}\",\n\"x-requested-with\": \"mark.via\",\n\"accept-language\": \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\",\n\"user-agent\": \"Mozilla/5.0 (Linux; Android 10; PACM00 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.5359.79 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1693651954488,
    "respondTime": 21735,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\n\ta:\"[property$=author]@content\",\nk:\"[property~=category|status|time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\",\nt:\"text.章节列表@href\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "@get:{t}##$##,{'webView': true}"
    },
    "ruleContent": {
      "content": ".content@html",
      "nextContentUrl": "text.下一页@href##$##,{'webView': true}",
      "replaceRegex": "##最新网址.*|.*最新章节.*|{{chapter.title}}|\\(第.+页\\)"
    },
    "ruleExplore": {
      "author": "a@ownText##:【.+",
      "bookList": ".bd li",
      "bookUrl": "a@href",
      "kind": "span@text##\\[|\\]",
      "name": "a@ownText##.*【|】"
    },
    "ruleSearch": {
      "author": "a@ownText##.+\\(|\\)",
      "bookList": ".bd li",
      "bookUrl": "a@href",
      "checkKeyWord": "剑来",
      "kind": "span@text##\\[|\\]",
      "name": "a@ownText##\\(.*\\)"
    },
    "ruleToc": {
      "chapterList": ".list li a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{'webView': true}"
    },
    "searchUrl": "http://m.umiwx.net/s.php,{\n  \"body\": \"s={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "亿软网吧",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.yruan.com",
    "bookUrlPattern": "https://www.yruan.com/article/\\d+.html",
    "customButton": false,
    "customOrder": 420,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1734942728990,
    "loginUrl": "",
    "respondTime": 22661,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text",
      "canReName": "",
      "coverUrl": "id.fmimg@img@src",
      "init": "",
      "intro": "id.intro@tag.p.0@text",
      "kind": "id.info@tag.p.3@text&&\nid.info@tag.p.1@text##日 期：|类 别:",
      "lastChapter": "id.info@tag.p.2@a@text##百度搜索.*",
      "name": "id.info@tag.h1@text",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@html##<!--go--> |<!--over--> ",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.author@text",
      "bookList": "class.article",
      "bookUrl": "h6@a@href@js:'https://www.yruan.com'+result",
      "coverUrl": "img@src",
      "intro": "class.simple@text",
      "kind": "",
      "lastChapter": "",
      "name": "h6@a@text"
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "tag.td.0@tag.a@href@js:\r\nvar id = result.match(/\\/(\\d+)\\.?/)[1];\r\n'/files/article/image/'+parseInt(id/1000)+'/'+id+'/'+id+'s.jpg';",
      "intro": "",
      "kind": "tag.td.4@text&&\ntag.td.5@text",
      "lastChapter": "tag.td.1@tag.a@text##百度搜索.*",
      "name": "tag.td.0@tag.a@text",
      "wordCount": "tag.td.3@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://www.yruan.com/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "轻小说",
    "bookSourceName": "安之原创",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.azycjd.com#yc1101",
    "customButton": false,
    "customOrder": 421,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"月票榜\",\"url\":\"/webnovelmis/mobile/mranklistright/monthnum/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"点击榜\",\"url\":\"/webnovelmis/mobile/mranklistright/clicknum/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"收藏榜\",\"url\":\"/webnovelmis/mobile/mranklistright/savenum/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"更新榜\",\"url\":\"/webnovelmis/mobile/mranklistright/updatetime/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"推荐榜\",\"url\":\"/webnovelmis/mobile/mranklistright/recommandnum/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"订阅榜\",\"url\":\"/webnovelmis/mobile/mranklistright/subscribenum/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"书友打赏\",\"url\":\"/webnovelmis/mobile/mranklistright/rewardnum/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"新书推荐\",\"url\":\"/webnovelmis/mobile/mranklistright/newrecommandnum/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"新书收藏\",\"url\":\"/webnovelmis/mobile/mranklistright/newsavenum/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"完结精品\",\"url\":\"/webnovelmis/mobile/mranklistright/allclicknum/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/webnovelmis/mobile/mstackslistright/9/0/0/0/0/0/0/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"/webnovelmis/mobile/mstackslistright/17/0/0/0/0/0/0/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市异能\",\"url\":\"/webnovelmis/mobile/mstackslistright/38/0/0/0/0/0/0/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"历史军事\",\"url\":\"/webnovelmis/mobile/mstackslistright/24/0/0/0/0/0/0/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"游戏竞技\",\"url\":\"/webnovelmis/mobile/mstackslistright/50/0/0/0/0/0/0/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻灵异\",\"url\":\"/webnovelmis/mobile/mstackslistright/58/0/0/0/0/0/0/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代言情\",\"url\":\"/webnovelmis/mobile/mstackslistright/71/0/0/0/0/0/0/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代言情\",\"url\":\"/webnovelmis/mobile/mstackslistright/79/0/0/0/0/0/0/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1759403343589,
    "loginUrl": "http://www.azycjd.com/webnovelmis/mobile/mlogin",
    "respondTime": 2140,
    "ruleBookInfo": {
      "intro": "class.top_main.0@p@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "lastChapter": "class.top_main.-1@a@text"
    },
    "ruleContent": {
      "content": ".novel@p@text",
      "imageStyle": "0"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "p.0@text##作者.",
      "bookList": ".list_main li",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "kind": "span.0@text",
      "name": "h3@text"
    },
    "ruleToc": {
      "chapterList": "class.top_main chapter@li",
      "chapterName": "p@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "/webnovelmis/mobile/msearchresult,{\n  \"method\": \"POST\",\n  \"body\": \"searchtxts={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "女频",
    "bookSourceName": "52书库②",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.po5.net",
    "customButton": false,
    "customOrder": 422,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"🐥标签🐥\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"快穿文\",\"url\":\"/tuijian/kuaichuan/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"甜宠文\",\"url\":\"/tuijian/chongwentianwen/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"女配文\",\"url\":\"/tuijian/nvpeiwen/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"古言\",\"url\":\"/tuijian/guyan/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"清穿\",\"url\":\"/tuijian/qingchuan/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"种田文\",\"url\":\"/tuijian/zhongtianwen/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"豪门总裁\",\"url\":\"/tuijian/haomenzongcai/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"宅斗文\",\"url\":\"/tuijian/zhaidouwen/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"宫斗文\",\"url\":\"/tuijian/gongdou/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"娱乐圈\",\"url\":\"/tuijian/yulequan/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"系统\",\"url\":\"/tuijian/xitong/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"综漫\",\"url\":\"/tuijian/zongman/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"高干文\",\"url\":\"/tuijian/gaoganwen/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"红楼\",\"url\":\"/tuijian/honglou/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"古穿今\",\"url\":\"/tuijian/guchuanjin/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"火影同人\",\"url\":\"/tuijian/huoying/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"虐恋\",\"url\":\"/tuijian/nuelian/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"军旅文\",\"url\":\"/tuijian/junlvwen/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"女强文\",\"url\":\"/tuijian/nvqiangwen/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"耽美网游文\",\"url\":\"/tuijian/wangyouwen/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"年下\",\"url\":\"/tuijian/nianxiagong/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"忠犬攻受文\",\"url\":\"/tuijian/zhongquangongshouwen/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"女追男\",\"url\":\"/tuijian/nvzhuinan/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"美食文\",\"url\":\"/tuijian/meishiwen/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"强强\",\"url\":\"/tuijian/qiangqiang/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"末世 文\",\"url\":\"/tuijian/moshiwen/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"虐文\",\"url\":\"/tuijian/nuewen/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"腹黑 文\",\"url\":\"/tuijian/fuheiwen/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"星际 文\",\"url\":\"/tuijian/xingjiwen/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"生子文\",\"url\":\"/tuijian/shengziwen/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越重生言情\",\"url\":\"/tuijian/chuanyueyanqing/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"古代言情\",\"url\":\"/tuijian/gudaiyanqing/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"现代言情\",\"url\":\"/tuijian/xiandaiyanqing/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"猎人同人\",\"url\":\"/tuijian/lierentongren/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"hp同人\",\"url\":\"/tuijian/hptongren/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"强取豪夺\",\"url\":\"/tuijian/qiangquhaoduo/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"洪荒\",\"url\":\"/tuijian/honghuang/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网王同人\",\"url\":\"/tuijian/wangwangtongren/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"空间文\",\"url\":\"/tuijian/kongjianwen/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"复仇\",\"url\":\"/tuijian/fuchou/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"异世\",\"url\":\"/tuijian/yishi/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"温馨文\",\"url\":\"/tuijian/wenxinwen/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"天作之和\",\"url\":\"/tuijian/tianzuozhihe/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"灵魂转换\",\"url\":\"/tuijian/linghunzhuanhuan/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"韩娱\",\"url\":\"/tuijian/hanyu/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"综英美\",\"url\":\"/tuijian/zongyingmei/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"无限流\",\"url\":\"/tuijian/wuxianliu/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"商战\",\"url\":\"/tuijian/shangzhan/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"架空历史\",\"url\":\"/tuijian/jiakonglishi/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"爽文\",\"url\":\"/tuijian/shuangwen/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"剑三同人\",\"url\":\"/tuijian/jiansan/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"校园\",\"url\":\"/tuijian/xiaoyuan/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"军婚\",\"url\":\"/tuijian/junhun/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿书\",\"url\":\"/tuijian/chuanshu/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"民国\",\"url\":\"/tuijian/minguo/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"年代文\",\"url\":\"/tuijian/niandaiwen/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"特工\",\"url\":\"/tuijian/tegong/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"电竞文\",\"url\":\"/tuijian/dianjingwen/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"魔道祖师同人\",\"url\":\"/tuijian/modaozushi/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"盗墓笔记同人\",\"url\":\"/tuijian/daomubijitongren/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"综武侠\",\"url\":\"/tuijian/zongwuxia/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"海贼王同人\",\"url\":\"/tuijian/haizeiwang/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"黑篮同人\",\"url\":\"/tuijian/heilantongren/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"家教同人\",\"url\":\"/tuijian/jiajiaotongren/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"丧尸文\",\"url\":\"/tuijian/sangshi/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"全职同人\",\"url\":\"/tuijian/quanzhitongren/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"镇魂同人\",\"url\":\"/tuijian/zhenhuntongren/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"市井生活\",\"url\":\"/tuijian/shijingshenghuo/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"阴阳师同人\",\"url\":\"/tuijian/yinyangshitongren/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/tuijian/kehuan/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"二次元\",\"url\":\"/tuijian/erciyuan/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"位面\",\"url\":\"/tuijian/weimian/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"异世大陆\",\"url\":\"/tuijian/yishidalu/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"召唤流\",\"url\":\"/tuijian/zhaohuanliu/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"秦汉三国\",\"url\":\"/tuijian/qinhansanguo/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"时空穿梭\",\"url\":\"/tuijian/shikongchuansuo/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"系统流\",\"url\":\"/tuijian/xitongliu/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"无敌文\",\"url\":\"/tuijian/wudiwen/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"热血\",\"url\":\"/tuijian/rexue/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"杀手\",\"url\":\"/tuijian/shashou/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"亡灵\",\"url\":\"/tuijian/wangling/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"练功流\",\"url\":\"/tuijian/liangongliu/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"虚拟网游\",\"url\":\"/tuijian/xuniwangyou/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"东方玄幻\",\"url\":\"/tuijian/dongfangxuanhuan/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"轻小说\",\"url\":\"/tuijian/qingxiaoshuo/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"凡人流\",\"url\":\"/tuijian/fanrenliu/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"足球\",\"url\":\"/tuijian/zuqiu/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"篮球\",\"url\":\"/tuijian/lanqiu/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"特种兵\",\"url\":\"/tuijian/tezhongbing/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"玄学\",\"url\":\"/tuijian/xuanxue/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"白月光\",\"url\":\"/tuijian/baiyueguang/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"学霸\",\"url\":\"/tuijian/xueba/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"影帝\",\"url\":\"/tuijian/yingdi/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1755029868484,
    "respondTime": 5634,
    "ruleBookInfo": {
      "author": "h1@text##.*_|【.*】",
      "intro": ".article-content@p!0:-1@text##PS：如.*",
      "name": "h1@text##_.*",
      "wordCount": ".meta@text"
    },
    "ruleContent": {
      "content": "#nr1@p@html",
      "replaceRegex": "##\\s*.*如果觉得52书库不错.*\\s*|\\s*传送门：排行榜.*\\s*|.*www.po5.net.*"
    },
    "ruleExplore": {
      "author": "h2@text##.*_|【.*】",
      "bookList": ".excerpt!0",
      "bookUrl": "a.0@href",
      "intro": ".note@text",
      "lastChapter": "h2@text##.*【|】.*",
      "name": "h2@text##_.*",
      "wordCount": ".muted@text##\\(|\\)"
    },
    "ruleSearch": {
      "author": "h2@text##.*_|【.*】",
      "bookList": ".excerpt",
      "bookUrl": "a@href",
      "checkKeyWord": "我的",
      "intro": ".note@text",
      "kind": ".muted@text##.所属栏目：|获赞：.*",
      "lastChapter": "h2@text##.*【|】.*",
      "name": "h2@text##_.*|^\\d+\\."
    },
    "ruleToc": {
      "chapterList": ".mulu a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/so/search.php?q={{key}}&m=&f=_all&s=&p={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "中文万维（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "http://cread.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 423,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"出版频道\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"文学小说\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3100&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经典名著\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3200&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经管励志\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3300&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"生活休闲\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3400&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"婚姻家庭\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3500&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科普教育\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3600&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"纪实传记\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3700&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"亲子育儿\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3800&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"工具百科\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3900&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"男生频道\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"都市小说\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1200&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"东方玄幻\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1100&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠仙侠\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1400&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"悬疑惊悚\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1800&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"架空历史\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1500&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"网游竞技\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1700&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻未来\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1600&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"西方玄幻\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1300&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女生频道\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"古代言情\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2100&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"幻想言情\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2200&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市言情\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2300&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"总裁豪门\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2400&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"青春校园\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2500&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"唯美同人\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2600&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\r\n\"uid\":\"110496550\",\r\n\"cnid\":\"10005\",\r\n\"version\":\"7.6.0\",\r\n\"packname\":\"com.mianfeizs.book\",\r\n\"oscode\":\"30\",\r\n\"vcode\":\"134\",\r\n\"channelId\":\"10005\",\r\n\"platform\":\"android\",\r\n\"appname\":\"mfzs\"\n}",
    "lastUpdateTime": 1734901724600,
    "respondTime": 2220,
    "ruleBookInfo": {
      "author": "$.authorName",
      "canReName": "",
      "coverUrl": "$.bookImg",
      "init": "$.data.bookVo",
      "intro": "{{'\\n&lrm;\\n'}}{{$.introduction}}",
      "kind": "{$.grade}分&&$.categoryName&&连载中{$.bookStatue}已完结\n##连载中03|01已完结",
      "lastChapter": "{{$.lastUpdateChapterName}} • {{$.lastUpdateChapterDate## .*}}",
      "name": "$.bookName",
      "tocUrl": "https://readbook-service-freebook.cread.com/cx/itf/getvolume?bookId={{$.bookId}}",
      "wordCount": "$.wordCount"
    },
    "ruleContent": {
      "content": "$..content"
    },
    "ruleExplore": {
      "author": "$.authorName",
      "bookList": "$.dataList",
      "bookUrl": "https://readbook-service-freebook.cread.com/cx/bookDetailYS?bookid={{$.bookid}}",
      "coverUrl": "$.cover",
      "intro": "$.intro",
      "kind": "{$.grade}分&&$.categoryName&&连载中{$.bookStatue}已完结\n##连载中03|01已完结",
      "lastChapter": "",
      "name": "$.newBookName",
      "wordCount": "$.wordCount"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.list",
      "bookUrl": "https://readbook-service-freebook.cread.com/cx/bookDetailYS?bookid={{$.id}}",
      "checkKeyWord": "++https://readbook-service-freebook.cread.com/cx/itf/getvolume?bookId=803500510",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "{$.grade}分&&$.categoryName&&连载中{$.bookStatue}已完结\n##连载中03|01已完结",
      "lastChapter": "",
      "name": "$.name",
      "wordCount": "$.words"
    },
    "ruleToc": {
      "chapterList": "@js:\nlet v = [],\n\t\tlist = [];\nJSON.parse(result).list.map($=>{\n\n//分卷判定\n\t\tV = $.name;\n\t\tif(v[v.length-1]!=V&&!/^\\s*$/.test(V)){\n\t\t\t\tv.push(V)\n\t\t\t\tlist.push({\n\t\t\t\t\t\tname: '📖['+V+']📖',\n\t\t\t\t\t\tvolume: true\n\t\t\t\t\t})\n\t\t\t}\n\n$.bookChapters.map($=>{\n\t\treturn list.push({\n\t\t\t\tname: $.name,\n\t\t\t\turl: `https://readbook-service-freebook.cread.com/cx/itf/chapterRead?bookId=${$.bookid}&chapterId=${$.id}`,\n\t\t\t\tinfo: `章节字数：${$.wordCount}　更新时间：${$.updateDate}`\n\t\t\t});\n\t});\n});\nv.length<2?list.filter($=>!$.volume):list",
      "chapterName": "name",
      "chapterUrl": "url",
      "isVip": "",
      "isVolume": "volume",
      "nextTocUrl": "",
      "updateTime": "info"
    },
    "searchUrl": "https://cxb-pro.cread.com/cx/searchbooks,{\n\"method\": \"POST\",\n\"body\": \"keyword={{key}}&pageNo={{page}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "// Error: 下载链接为空\n\n2022-08-15\n@tjjj812\n可搜，有分类，有预览图，能下载\n在线看网站是按照字数分页的，所以没有目录，最佳食用方式是下下来看。\n把【类型】改为【文本】就可以在线看了。\n不要用网页版编辑这个书源！！！\n不要用网页版编辑这个书源！！！\n不要用网页版编辑这个书源！！！\n网页版有bug\n如果编辑了之后要到手机端把【类型】改为【文件】，\n把详情页下载url规则改为\n【@js:java.get(\"bookDownURL\")】\n原看帮网，搞了一遍通过详情预处理来进行解析，并通过get方法获取文件地址的方式获取文件，站点也有ZIP可下，有需要的可以改成下载ZIP\n需要设置本地文件存储位置才能正确下载。\n用手机写js写的脑仁疼。。。",
    "bookSourceGroup": "免费",
    "bookSourceName": "皇帝之家",
    "bookSourceType": 3,
    "bookSourceUrl": "https://www.huangdizhijia.com",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 424,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"📚📚📚📚站点都是校对的全本小说………………………………\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"👨‍🦰男频榜单…………………………………………………………\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻仙侠\",\"url\":\"/male/xhxx/list_2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"都市官场\",\"url\":\"/male/dsgc/list_3_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"科幻奇幻\",\"url\":\"/male/khqh/list_4_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"恐怖推理\",\"url\":\"/male/kbtl/list_5_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"动漫同人\",\"url\":\"/male/dmtr/list_6_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"游戏竞技\",\"url\":\"/male/yxjj/list_7_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"穿越历史\",\"url\":\"/male/cyls/list_8_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"军事战争\",\"url\":\"/male/jszz/list_9_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"👩‍🦰女频榜单…………………………………………………………\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"现代言情\",\"url\":\"/female/xdyq/list_11_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"古代言情\",\"url\":\"/female/gdyq/list_12_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"仙侠魔幻\",\"url\":\"/female/xxmh/list_13_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"耽美百合\",\"url\":\"/female/dmbh/list_14_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"科幻恐怖\",\"url\":\"/female/khkb/\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"娱乐同人\",\"url\":\"/female/yltr/\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"📖实体图书…………………………………………………………\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"古今文学\",\"url\":\"/book/gjwx/list_18_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"经济管理\",\"url\":\"/book/jjgl/\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"励志教育\",\"url\":\"/book/lzjy/\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"人文社科\",\"url\":\"/book/rwsk/list_21_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"外国名著\",\"url\":\"/book/wgmz/list_22_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"品质生活\",\"url\":\"/book/pzsh/list_23_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"↑↑▲▲▲▲↑↑\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}}\n]",
    "header": "",
    "lastUpdateTime": 1689686376650,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 180269,
    "ruleBookInfo": {
      "author": "@js:java.get(\"bookAuthor\")",
      "coverUrl": "@js:java.get(\"bookPic\")",
      "init": "class.online-read@tag.div@tag.a@text.在线阅读&&id.content@tag.div.0@class.article@tag.a&&class.btn@tag.a&&#info&&class.all@tag.span@class.intro@tag.div.0\n<js>\nif(result.length > 0){\njava.log(result);\n\tvar info = result[result.length-2].text();\n\tjava.log(\"1111111111111111111111111111111111111111111111111111\");\n\tjava.log(info);\n\tvar size = parseInt(parseFloat(info.match(/\\d*\\.\\d+(?=\\s*MB)/)[0])*1024*512);\n\tjava.put(\"bookTitle\",result[1].attr(\"title\"));\n\tjava.put(\"bookAuthor\",result[2].text());\n\tjava.put(\"bookKinds\",[result[3].text(),result[4].text(),info.match(/\\d\\d\\d\\d.\\d\\d.\\d\\d/)[0]]);\n\tjava.put(\"bookcCount\",size);\n\tjava.put(\"lastChaptor\",\"\");\n\tjava.put(\"bookIntro\",result[result.length-1].html());\n\tjava.put(\"bookPic\",result[1].getElementsByTag(\"img\")[0].attr(\"src\"));\n\tjava.put(\"bookTocURL\",result[0].attr(\"href\"));\n\tjava.put(\"bookDownURL\",result[result.length-3].attr(\"href\"));\n\tvar asd = java.get(\"https://www.huangdizhijia.com\" + java.get(\"bookDownURL\"), {\"method\":\"POST\"}).parse().getElementsByClass(\"btn-main-stroke\");\n\tfor(var i in asd){\n\t\tif(asd[i].text().match(/TXT格式下载/)){\n\t\t\tjava.put(\"bookDownURL\",\"https://www.huangdizhijia.com\" + asd[i].attr(\"href\"));\n\t\t\tbreak;\n\t\t}\n\t}\n\tjava.log(java.get(\"bookDownURL\"));\n\n}\nresult = \"\";\nresult;\n</js>",
      "intro": "@js:java.get(\"bookIntro\")",
      "kind": "@js:java.get(\"bookKinds\")",
      "lastChapter": "@js:java.get(\"lastChaptor\")",
      "name": "@js:java.get(\"bookTitle\")",
      "wordCount": "@js:java.get(\"bookcCount\")"
    },
    "ruleContent": {
      "content": "class.m-book-detail@tag.section@textNodes"
    },
    "ruleExplore": {
      "author": "//*[@class=\"pub\"]/text()##\\/.*",
      "bookList": "<js>java.log(result)</js>//*[@class=\"subject-item\"]",
      "bookUrl": "//h2/a/@href",
      "coverUrl": "//img/@src",
      "intro": "//p/allText()",
      "name": "class.info@tag.h2.0@text##(\\(校对\\))|(\\(精校\\))"
    },
    "ruleSearch": {
      "author": "//*[@class=\"pub\"]/text()##\\/.*",
      "bookList": "//*[@class=\"subject-item\"]",
      "bookUrl": "//h2/a/@href",
      "coverUrl": "//img/@src",
      "intro": "//p/allText()",
      "name": "class.info@tag.h2.0@text##(\\(校对\\))|(\\(精校\\))"
    },
    "ruleToc": {
      "chapterList": "class.m-catalist-detail@tag.li@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "plus/search.php?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "💰 黑岩",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.heiyan.com#芜恙",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 425,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部小说::/all/-1_-1_-1_-1_3_{{page}}.html\n免费小说::/all/-1_-1_1_-1_3_{{page}}.html\n收费小说::/all/-1_-1_0_-1_3_{{page}}.html\n完结小说::/all/-1_-1_-1_1_3_{{page}}.html\n连载小说::/all/-1_-1_-1_0_3_{{page}}.html\n历史全部::/all/3_-1_-1_-1_3_{{page}}.html\n历史免费::/all/3_-1_1_-1_3_{{page}}.html\n历史收费::/all/3_-1_0_-1_3_{{page}}.html\n历史完结::/all/3_-1_-1_1_3_{{page}}.html\n历史连载::/all/3_-1_-1_0_3_{{page}}.html\n军事全部::/all/5_-1_-1_-1_3_{{page}}.html\n军事免费::/all/5_-1_1_-1_3_{{page}}.html\n军事收费::/all/5_-1_0_-1_3_{{page}}.html\n军事完结::/all/5_-1_-1_1_3_{{page}}.html\n军事连载::/all/5_-1_-1_0_3_{{page}}.html\n玄幻全部::/all/6_-1_-1_-1_3_{{page}}.html\n玄幻免费::/all/6_-1_1_-1_3_{{page}}.html\n玄幻收费::/all/6_-1_0_-1_3_{{page}}.html\n玄幻完结::/all/6_-1_-1_1_3_{{page}}.html\n玄幻连载::/all/6_-1_-1_0_3_{{page}}.html\n奇幻全部::/all/14_-1_-1_-1_3_{{page}}.html\n奇幻免费::/all/14_-1_1_-1_3_{{page}}.html\n奇幻收费::/all/14_-1_0_-1_3_{{page}}.html\n奇幻完结::/all/14_-1_-1_1_3_{{page}}.html\n奇幻连载::/all/14_-1_-1_0_3_{{page}}.html\n仙侠全部::/all/7_-1_-1_-1_3_{{page}}.html\n仙侠免费::/all/7_-1_1_-1_3_{{page}}.html\n仙侠收费::/all/7_-1_0_-1_3_{{page}}.html\n仙侠完结::/all/7_-1_-1_1_3_{{page}}.html\n仙侠连载::/all/7_-1_-1_0_3_{{page}}.html\n武侠全部::/all/8_-1_-1_-1_3_{{page}}.html\n武侠免费::/all/8_-1_1_-1_3_{{page}}.html\n武侠收费::/all/8_-1_0_-1_3_{{page}}.html\n武侠完结::/all/8_-1_-1_1_3_{{page}}.html\n武侠连载::/all/8_-1_-1_0_3_{{page}}.html\n科幻全部::/all/10_-1_-1_-1_3_{{page}}.html\n科幻免费::/all/10_-1_1_-1_3_{{page}}.html\n科幻收费::/all/10_-1_0_-1_3_{{page}}.html\n科幻完结::/all/10_-1_-1_1_3_{{page}}.html\n科幻连载::/all/10_-1_-1_0_3_{{page}}.html\n游戏全部::/all/9_-1_-1_-1_3_{{page}}.html\n游戏免费::/all/9_-1_1_-1_3_{{page}}.html\n游戏收费::/all/9_-1_0_-1_3_{{page}}.html\n游戏完结::/all/9_-1_-1_1_3_{{page}}.html\n游戏连载::/all/9_-1_-1_0_3_{{page}}.html\n现代全部::/all/25_-1_-1_-1_3_{{page}}.html\n现代免费::/all/25_-1_1_-1_3_{{page}}.html\n现代收费::/all/25_-1_0_-1_3_{{page}}.html\n现代完结::/all/25_-1_-1_1_3_{{page}}.html\n现代连载::/all/25_-1_-1_0_3_{{page}}.html\n古言全部::/all/37_-1_-1_-1_3_{{page}}.html\n古言免费::/all/37_-1_1_-1_3_{{page}}.html\n古言收费::/all/37_-1_0_-1_3_{{page}}.html\n古言完结::/all/37_-1_-1_1_3_{{page}}.html\n古言连载::/all/37_-1_-1_0_3_{{page}}.html",
    "header": "",
    "lastUpdateTime": 1614751898742,
    "loginUrl": "https://www.heiyan.com/accounts/login?backUrl=/",
    "respondTime": 2343,
    "ruleBookInfo": {
      "author": "author",
      "coverUrl": "cover",
      "init": "<js>\nvar J = org.jsoup.Jsoup.parse(result);\nvar og = (selector) =>\n  J.select('[property=\"og:' + selector + '\"]').attr('content');\n\nvar book = {\n  name: og('novel:book_name'),\n  author: og('novel:author').replace(' ',''),\n  kind: og('novel:category') + ',' + og('novel:status'),\n  latest: og('novel:latest_chapter_name') + ' • ' + String(og('novel:update_time')).replace(/(\\d+:\\d+:\\d+)/,''),\n  cover: String(og('image')).replace(/@.*/,''),\n  wordCount: J.select('.words').text(),\n  intro: '<br>'+ J.select('.note').eq(0).html(),\n  url: og('novel:read_url').replace('book','chapter'),\n};\n\nbook;\n</js>",
      "intro": "intro",
      "kind": "kind",
      "lastChapter": "latest",
      "name": "name",
      "tocUrl": "url",
      "wordCount": "wordCount"
    },
    "ruleContent": {
      "content": "$.chapter.htmlContent<js>result.replace(/<.*?>/g,'').replace(/\\r/g,'\\n　　')</js>",
      "nextContentUrl": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": ".author a@text",
      "bookList": "#resultDiv tr",
      "bookUrl": ".name a!1@href",
      "coverUrl": ".name a!1@data-id@js:'https://b.heiyanimg.com/book/'+result+'.jpg'",
      "intro": ".time@text@js:'最后更新：'+result",
      "kind": "",
      "lastChapter": ".name a!0@text",
      "name": ".name a!1@text",
      "wordCount": ".words!1@text@js:parseInt(result/10000)+'万'"
    },
    "ruleSearch": {
      "author": "authorname##<.*?>",
      "bookList": "data.content",
      "bookUrl": "https://www.heiyan.com/book/{$.id}",
      "coverUrl": "https://b.heiyanimg.com/book/{$.id}.jpg",
      "intro": "introduce@js:result.replace(/\\s+/g,'')",
      "kind": "sortname&&tags##\\s##,",
      "lastChapter": "{$.lastchaptername} • {$.lastchaptertime}##\\d+:.*",
      "name": "name##<.*?>",
      "wordCount": "words@js:parseInt(result/10000)+'万'"
    },
    "ruleToc": {
      "chapterList": "//li[span]/a",
      "chapterName": "<js>(/isvip/.test(String(result))?'🔒':'') + String(result).match(/>(.*?)</)[1]</js>",
      "chapterUrl": "//@href<js>'https://a.heiyan.com/ajax/chapter/content/'+result.match(/\\d+$/)[0]</js>",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://search.heiyan.com/web/search?queryString={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "晋江榜单",
    "bookSourceType": 0,
    "bookSourceUrl": "http://android.jjwxc.net#myself",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 426,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": " 纯爱 ——VIP金榜 ::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%222900002%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n 言情 ——VIP金榜 ::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%222900001%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n 古言——频道金榜 ::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%221%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n 百合——频道金榜 ::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%229%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D       　　            \n古纯--金榜::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%228%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯--金榜::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%227%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯--金榜::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2213%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古纯--月度::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2221000004%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯--月度::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000004%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯--月度::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220100009%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古纯--季度::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2221000005%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯--季度::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000005%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯--季度::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220100010%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古纯--半年::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2221000006%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯--半年::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000006%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯--半年::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220100011%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D 　        ",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 8.0.0; zh-cn; MIX 2 Build/OPR1.170623.027) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\"\n}",
    "lastUpdateTime": 1600012664654,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 903,
    "ruleBookInfo": {
      "author": "",
      "canReName": "",
      "coverUrl": "",
      "init": "",
      "intro": "@JSon:{$.novelIntro}@js:result.replace(/(&.{3}br.{3,4};)+|[\\n\\s]+/g,\"\\n\").replace(/\\n\\s*\\n/g,\"\\n\").replace(/^\\s*\\n/g,\"\").replace(/\\n\\s*/g,\"\\n\\u3000\\u3000\").replace(/^\\s*/g,\"\\u3000\\u3000\")",
      "kind": "",
      "lastChapter": "@JSon:$.renewChapterName",
      "name": "",
      "tocUrl": "http://app-cdn.jjwxc.net/androidapi/chapterList?novelId={$.novelId}&more=0&whole=1",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "@JSon:$..content@js:result.replace(/(&.{3}br\\/?&.{3})+/g,\"\\n\")",
      "imageStyle": "0.0",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "@JSon:$.authorname||$.authorName",
      "bookList": "@JSon:$.*[?(@.novelName)]&&$.*[?(@.novelname)]",
      "bookUrl": "@JSon:$.novelid||$.novelId@js:'http://android.jjwxc.net/androidapi/novelbasicinfo?novelId='+result",
      "coverUrl": "@JSon:$.cover",
      "intro": "",
      "kind": "@JSon:$.tags&&{$.novelsize}字&&{$.novelSize}字",
      "lastChapter": "@JSon:第{$.maxChapterId}章@js:result.replace(\"第章\",\"\")",
      "name": "@JSon:$.novelname||$.novelName",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "@JSon:$.chapterlist",
      "chapterName": "@JSon:{$.chaptername}、{$.chapterintro}",
      "chapterUrl": "http://app-cdn.jjwxc.net/androidapi/chapterContent?novelId={$.novelid}&chapterId={$.chapterid}",
      "isVip": "$.isvip",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://android.jjwxc.net/androidapi/search?keyword={{key}}&type=1&page={{page}}&searchType=1&sortMode=DESC",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "💰 黑岩阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.heiyan.com#一程",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 427,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "【免费完结】::/all/-1_-1_1_1_0_{{page}}.html\n历史::/all/3_-1_1_1_0_{{page}}.html\n军事::/all/5_-1_1_1_0_{{page}}.html\n玄幻::/all/6_-1_1_1_0_{{page}}.html\n奇幻::/all/14_-1_1_1_0_{{page}}.html\n仙侠::/all/7_-1_1_1_0_{{page}}.html\n武侠::/all/8_-1_1_1_0_{{page}}.html\n科幻::/all/10_-1_1_1_0_{{page}}.html\n游戏::/all/9_-1_1_1_0_{{page}}.html\n现代::/all/25_-1_1_1_0_{{page}}.html\n古言::/all/37_-1_1_1_0_{{page}}.html\n【免费连载】::/all/-1_-1_1_0_0_{{page}}.html\n历史::/all/3_-1_1_0_0_{{page}}.html\n军事::/all/5_-1_1_0_0_{{page}}.html\n玄幻::/all/6_-1_1_0_0_{{page}}.html\n奇幻::/all/14_-1_1_0_0_{{page}}.html\n仙侠::/all/7_-1_1_0_0_{{page}}.html\n武侠::/all/8_-1_1_0_0_{{page}}.html\n科幻::/all/10_-1_1_0_0_{{page}}.html\n游戏::/all/9_-1_1_0_0_{{page}}.html\n现代::/all/25_-1_1_0_0_{{page}}.html\n古言::/all/37_-1_1_0_0_{{page}}.html\n【收费完结】::/all/-1_-1_0_1_0_{{page}}.html\n历史::/all/3_-1_0_1_0_{{page}}.html\n军事::/all/5_-1_0_1_0_{{page}}.html\n玄幻::/all/6_-1_0_1_0_{{page}}.html\n奇幻::/all/14_-1_0_1_0_{{page}}.html\n仙侠::/all/7_-1_0_1_0_{{page}}.html\n武侠::/all/8_-1_0_1_0_{{page}}.html\n科幻::/all/10_-1_0_1_0_{{page}}.html\n游戏::/all/9_-1_0_1_0_{{page}}.html\n现代::/all/25_-1_0_1_0_{{page}}.html\n古言::/all/37_-1_0_1_0_{{page}}.html\n【收费连载】::/all/-1_-1_0_0_0_{{page}}.html\n历史::/all/3_-1_0_0_0_{{page}}.html\n军事::/all/5_-1_0_0_0_{{page}}.html\n玄幻::/all/6_-1_0_0_0_{{page}}.html\n奇幻::/all/14_-1_0_0_0_{{page}}.html\n仙侠::/all/7_-1_0_0_0_{{page}}.html\n武侠::/all/8_-1_0_0_0_{{page}}.html\n科幻::/all/10_-1_0_0_0_{{page}}.html\n游戏::/all/9_-1_0_0_0_{{page}}.html\n现代::/all/25_-1_0_0_0_{{page}}.html\n古言::/all/37_-1_0_0_0_{{page}}.html",
    "header": "",
    "lastUpdateTime": 1616340211031,
    "loginUrl": "https://www.heiyan.com/accounts/login?backUrl=/",
    "respondTime": 1133,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "init": "",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "//a[text()=\"开始阅读\"]/@href",
      "wordCount": "[property=\"og:novel:update_time\"]@content"
    },
    "ruleContent": {
      "content": "$.chapter.htmlContent<js>result.replace(/<.*?>/g,'').replace(/\\r/g,'\\n　　')</js>",
      "imageStyle": "0",
      "nextContentUrl": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.author.1@text",
      "bookList": "id.resultDiv@children",
      "bookUrl": "class.name@class.title@href",
      "coverUrl": "",
      "intro": "",
      "kind": "class.time@text",
      "lastChapter": "class.name@class.chapter@text",
      "name": "class.name@class.title@text",
      "wordCount": "class.words.0@text"
    },
    "ruleSearch": {
      "author": "$.authorname##<.*?>",
      "bookList": "$.data.content[*]",
      "bookUrl": "$.id@js:'https://www.heiyan.com/book/'+result",
      "coverUrl": "$.iconUrlSmall##@.*",
      "intro": "$.introduce",
      "kind": "$.sortname##<.*?>",
      "lastChapter": "$.lastchaptername",
      "name": "$.name##<.*?>",
      "wordCount": "{$.words}字"
    },
    "ruleToc": {
      "chapterList": "//li[span]/a",
      "chapterName": "<js>(/isvip/.test(String(result))?'🔒':'') + String(result).match(/>(.*?)</)[1]</js>",
      "chapterUrl": "//@href<js>'https://a.heiyan.com/ajax/chapter/content/'+result.match(/\\d+$/)[0]</js>",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://search.heiyan.com/web/search?queryString={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "悠久小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ujxsw.net/",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 428,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻奇幻\",\"url\":\"/xuanhuan/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠修真\",\"url\":\"/wuxia/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市青春\",\"url\":\"/dushi/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"/lishi/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏动漫\",\"url\":\"/youxi/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻灵异\",\"url\":\"/kehuan/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女生言情\",\"url\":\"/yanqing/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.295}}]",
    "header": "",
    "lastUpdateTime": 1686039071886,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 6256,
    "ruleBookInfo": {
      "author": "class.d_title@tag.a.0@text",
      "coverUrl": "id.bookimg@tag.img@src",
      "intro": "id.bookintro@tag.div@text##【展开】|【收起】",
      "kind": "id.count@tag.span.0@text&&class.new@tag.span.1@text##更新时间：",
      "lastChapter": "class.new@tag.a.0@text",
      "name": "class.d_title@tag.h1@text##作者.*|\\s",
      "tocUrl": "#newlist@tag.a.0@href",
      "wordCount": "id.count@tag.span.4@text"
    },
    "ruleContent": {
      "content": "class.read-content@html",
      "imageStyle": "0",
      "replaceRegex": "##.*最新网址.*\\s|.*免费阅读！|佰度搜索.*|.*悠久小说.*|最新网址：www.ujxsw.com|www.ujxsw.net|.*第.*章.*\\s"
    },
    "ruleExplore": {
      "author": "tag.a.2@text",
      "bookList": "id.sitembox@tag.dl",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src",
      "intro": "tag.dd.2@text",
      "kind": "tag.span.1@text&&tag.span.-1@text",
      "lastChapter": "tag.a.3@text",
      "name": "tag.a.1@text"
    },
    "ruleSearch": {
      "author": "tag.a.2@text",
      "bookList": "class.shulist@tag.ul",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.ujxs.com/files/article/image/$2/$1/$1s.jpg###",
      "kind": "tag.li.1@text&&class.five@text",
      "lastChapter": "tag.a.1@text",
      "name": "tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "#readerlist@ul@tag.li",
      "chapterName": "li@tag.a@text",
      "chapterUrl": "li@tag.a@href"
    },
    "searchUrl": "/searchbooks.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "轻小说",
    "bookSourceName": "刺猬猫网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.ciweimao.com/",
    "customButton": false,
    "customOrder": 429,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "                         榜单排行                         ::\n点击榜::rank-index/no-vip-click-week/{{page}}\n收藏榜::rank-index/favor-week/{{page}}\n推荐榜::rank-index/recommend-week/{{page}}\n订阅榜::rank-index/buy-week/{{page}}\n月票榜::rank-index/yp-week/{{page}}\n吐槽榜::rank-index/tsukkomi-week/{{page}}\n新书榜::rank-index/yp_new-week/{{page}}\n刀片榜::rank-index/blade-week/{{page}}\n更新榜::rank-index/get-update-most-week/{{page}}\n                         免费作品                         ::\n异界幻想::book_list/1-8-total_click-0-0-2/quanbu/{{page}}\n青春日常::book_list/1-27-total_click-0-0-2/quanbu/{{page}}\n动漫穿越::book_list/1-10-total_click-0-0-2/quanbu/{{page}}\n神秘未知::book_list/1-1-total_click-0-0-2/quanbu/{{page}}\n战争历史::book_list/1-30-total_click-0-0-2/quanbu/{{page}}\n推理灵异::book_list/1-7-total_click-0-0-2/quanbu/{{page}}\n未来幻想::book_list/1-6-total_click-0-0-2/quanbu/{{page}}\n游戏世界::book_list/1-3-total_click-0-0-2/quanbu/{{page}}\n热血竞技::book_list/1-5-total_click-0-0-2/quanbu/{{page}}\n现实都市::book_list/1-29-total_click-0-0-2/quanbu/{{page}}\n   同人   ::book_list/1-24-total_click-0-0-2/quanbu/{{page}}\n   女频   ::book_list/2-11-total_click-0-0-2/quanbu/{{page}}\n                         完本作品                         ::\n异界幻想::book_list/1-8-total_click-0-0-1/quanbu/{{page}}\n青春日常::book_list/1-27-total_click-0-0-1/quanbu/{{page}}\n动漫穿越::book_list/1-10-total_click-0-0-1/quanbu/{{page}}\n神秘未知::book_list/1-1-total_click-0-0-1/quanbu/{{page}}\n战争历史::book_list/1-30-total_click-0-0-1/quanbu/{{page}}\n推理灵异::book_list/1-7-total_click-0-0-1/quanbu/{{page}}\n未来幻想::book_list/1-6-total_click-0-0-1/quanbu/{{page}}\n游戏世界::book_list/1-3-total_click-0-0-1/quanbu/{{page}}\n热血竞技::book_list/1-5-total_click-0-0-1/quanbu/{{page}}\n现实都市::book_list/1-29-total_click-0-0-1/quanbu/{{page}}\n   同人   ::book_list/1-24-total_click-0-0-1/quanbu/{{page}}\n   女频   ::book_list/2-11-total_click-0-0-1/quanbu/{{page}}",
    "lastUpdateTime": 1759384453250,
    "loginUrl": "https://www.ciweimao.com/signup/login?redirect=https://www.ciweimao.com",
    "respondTime": 5554,
    "ruleBookInfo": {
      "coverUrl": "class.cover ly-fl@tag.img@src",
      "intro": "class.book-desc.0@text@js:result.replace(/(&.{3}br.{3,4};)+|[\\n\\s]+/g,\"\\n\").replace(/\\n\\s*\\n/g,\"\\n\").replace(/^\\s*\\n/g,\"\").replace(/\\n\\s*/g,\"\\n\\u3000\\u3000\").replace(/^\\s*/g,\"\\u3000\\u3000\")",
      "tocUrl": "class.btn btn-lg btn-danger@tag.a.0@href||text.所有章节@href"
    },
    "ruleContent": {
      "content": "#J_BookRead .chapter@textNodes"
    },
    "ruleExplore": {
      "author": "class.author@tag.a.0@text||p@tag.a.0@text",
      "bookList": "class.rank-book-list@tag.li||class.book-list-table@tag.tr!0",
      "bookUrl": "class.tit@tag.a.0@href||class.name@tag.a.0@href",
      "coverUrl": "class.lazyload@data-original",
      "intro": "class.desc@text",
      "kind": "class.type@tag.p.0@text##\\[|\\]",
      "lastChapter": "class.cnt@tag.p.1@text||class.chapter@tag.p.0@text##最近更新：.*\\/(.*)##$1",
      "name": "class.tit@tag.a.0@text||class.name@tag.a.0@text",
      "wordCount": "class.cnt@tag.p.1@text##最近更新：|\\/.*"
    },
    "ruleSearch": {
      "author": "class.cnt.0@tag.p.1@tag.a.0@text||class.author@text",
      "bookList": "class.rank-book-list@tag.li||class.book-list-table@tag.tr!0",
      "bookUrl": "class.cnt.0@class.tit.0@tag.a.0@href||class.name@tag.a@href",
      "coverUrl": "class.cover@tag.img@data-original||tag.img.0@src",
      "intro": "class.desc@text",
      "lastChapter": "@css:p:matches(最近更新)@text||.chapter@text\n@js:result.includes('最近更新') ? result.replace(/最近更新：(\\d+-\\d+-\\d+).*\\/(.*)/,'$2（$1）') : result",
      "name": "class.cnt.0@class.tit.0@tag.a.0@text||class.name@tag.a@text"
    },
    "ruleToc": {
      "chapterList": ".book-chapter-box@li@a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{'webView': true}",
      "isVip": "@js:result.outerHtml().includes('icon-lock')"
    },
    "searchUrl": "get-search-book-list/0-0-0-0-0-0/全部/{{key}}/{{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "球球览器",
    "bookSourceType": 0,
    "bookSourceUrl": "https://so.html5.qq.com#",
    "customButton": false,
    "customOrder": 430,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n    \"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 13; zh-cn; V2183A Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/89.0.4389.72 MQQBrowser/13.4 Mobile Safari/537.36 COVC/046223\",\n    \"Referer\":\"https://novel.html5.qq.com/\",\n\t\"Q-GUID\":\"0ee63838b72eb075f63e93ae0bc288cb\",\n\t\"QIMEI36\":\"8ff310843a87a71101958f5610001e316a11\"\n}",
    "lastUpdateTime": 1734409075108,
    "respondTime": 1042,
    "ruleBookInfo": {
      "author": "$..author",
      "coverUrl": "$..picurl",
      "intro": "$..summary",
      "kind": "$..resourceID",
      "lastChapter": "$..lastSerialname",
      "name": "$..resourceName",
      "tocUrl": "https://novel.html5.qq.com/qbread/api/book/all-chapter?bookId={{book.kind}}",
      "wordCount": "$..contentsize"
    },
    "ruleContent": {
      "content": "$.data.Content[0].Content"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$..author",
      "bookList": "$.data.state[*]",
      "bookUrl": "https://novel.html5.qq.com/qbread/api/novel/bookInfo?resourceId={{book.kind}}",
      "checkKeyWord": "",
      "coverUrl": "$..cover_url",
      "intro": "$..abstract",
      "kind": "$.groupID##.*_##",
      "name": "$..title"
    },
    "ruleToc": {
      "chapterList": "$..rows[*]",
      "chapterName": "$.serialName",
      "chapterUrl": "$.serialID\n@js:\nlet data = JSON.stringify({\n  ContentAnchorBatch: [{\n    BookID: book.kind,\n    ChapterSeqNo: [\n      result\n    ]\n  }],\n  Scene: \"chapter\"\n})\nlet option = {\"method\":\"POST\",\"body\":data}\n\"https://novel.html5.qq.com/be-api/content/ads-read,\"+JSON.stringify(option)"
    },
    "searchUrl": "https://so.html5.qq.com/ajax/real/search_result?tabId=360&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "猪猪书网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.zzs5.com#♤yc",
    "customButton": false,
    "customOrder": 431,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1734942652371,
    "respondTime": 14869,
    "ruleBookInfo": {
      "author": "tbody.1@tr.3@td.1@text||.bookd-title dd@ownText##.*作者.|\\s.*",
      "intro": ".show_content!1@html",
      "kind": ".catpos a.1@text&&tbody.1@tr.3@td.0@text&&.bookd-title dd@ownText##.*：|小说|\\s.*",
      "lastChapter": "tbody.1@a@text||.list a.-1@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": "tbody.0@h1@text||.bookd-title h1@text##下载",
      "tocUrl": "#downlink a.0@href",
      "wordCount": "tbody.1@tr.2@td.1@text##.*："
    },
    "ruleContent": {
      "content": ".content!0@html"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "tbody.0@tr",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "td.1@text##.*介绍.|发布时间.*",
      "kind": "p.0@text##.*时间.|\\s.*",
      "lastChapter": "a.2@text",
      "name": "a.1@text",
      "wordCount": "p.0@text##.*：|\\s"
    },
    "ruleSearch": {
      "author": "",
      "bookList": "tbody tr",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "kind": "p.0@text##.*：|\\s",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".list dd a",
      "chapterName": "text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/index.php?m=search&c=index&a=init&typeid=2&siteid=1&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🔰 4020电子书·贰",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.wsskw.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 432,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "武侠仙侠::/wuxia/index_{{page}}.html\n都市言情::/yanqing/index_{{page}}.html\n耽美小说::/danmei/index_{{page}}.html\n玄幻小说::/xuanhuan/index_{{page}}.html\n青春校园::/xiaoyuan/index_{{page}}.html\n网游竞技::/wangyou/index_{{page}}.html\n灵异推理::/kongbu/index_{{page}}.html\n纪实小说::/jishi/index_{{page}}.html\n军事历史::/lishi/index_{{page}}.html\n科幻小说::/kehuan/index_{{page}}.html\n管理哲学::/zhexue/index_{{page}}.html\n学习资料::/xuexi/index_{{page}}.html\n总排行榜::/paihangbang/index_{{page}}.html\n月排行榜::/mpaihangbang/index_{{page}}.html\n周排行榜::/wpaihangbang/index_{{page}}.html\n日排行榜::/dpaihangbang/index_{{page}}.html\n封推小说::/fengtui/index_{{page}}.html\n金牌推荐::/jinpaituijian/index_{{page}}.html\n网站推荐::/tuijian/index_{{page}}.html\n最新书籍::/new/index_{{page}}.html",
    "lastUpdateTime": 1698551418193,
    "loginUrl": "",
    "respondTime": 8209,
    "ruleBookInfo": {
      "author": "class.detail_right@ul@tag.li.0@a@text",
      "coverUrl": "class.detail_right@img@src",
      "intro": "class.detail_right@ul@tag.li.4@text##简介：",
      "kind": "class.detail_right@ul@tag.li.2@text##更新日期：",
      "lastChapter": "class.detail_right@ul@tag.li.3@a@text",
      "name": "class.detail_right@h1@text"
    },
    "ruleContent": {
      "content": "id.content@html##请记住本书.*|最新网址.*|书快书快.*|书快电子书.*|-",
      "imageStyle": "0",
      "nextContentUrl": "text.下一章@href"
    },
    "ruleExplore": {
      "author": "##作者：([^<]+)<##$1###",
      "bookList": "//div[5]/div[2]/div/ul/li",
      "bookUrl": "class.red@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.wsskw.com/headimgs/$2/$1/s$1.jpg###",
      "intro": "class.u@textNodes",
      "kind": "##更新：([^<]+)<##$1###",
      "lastChapter": "tag.a.1@text",
      "name": "tag.a.0@text##txt.*",
      "wordCount": "##大小：([^<]+)<##$1###"
    },
    "ruleSearch": {
      "author": "tag.td.3@text",
      "bookList": "tag.tbody@tag.tr!0",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.wsskw.com/headimgs/$2/$1/s$1.jpg###",
      "kind": "tag.td.4@text",
      "lastChapter": "tag.td.2@text",
      "name": "tag.td.1@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.showInfo.1@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.wsskw.com/so.html?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "七猫小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://api-bc.wtzw.com#♤ycb",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 433,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"男生\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"都市人生\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=203&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"异术超能\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=219&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"玄幻奇幻\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=202&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠仙侠\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=205&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇闻异事\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=204&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=56&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"游戏\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=75&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=64&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"二次元\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=207&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"体育\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=206&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"影视\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=539&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"穿越\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=373&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"鉴宝\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=47&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"重生\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=779&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"血脉\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=426&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"签到\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=565&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"复仇\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=790&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"丹药\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=428&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"无限流\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=557&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"强者回归\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=402&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"医生\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=156&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"战神\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=527&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女婿\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=36&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"皇帝\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=62&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"弃少\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=525&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女总裁\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=89&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"热血\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=1&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"爽文\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=570&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现实\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=12&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"悬疑\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=27&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女生\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"现代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=1&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"总裁豪门\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=8&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=2&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"种田经商\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=16&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"宫闱宅斗\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=209&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"幻想言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=4&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇闻异事\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=204&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"影视原著\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=539&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"短篇\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=541&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"重生\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=779&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女强\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=620&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"年下\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=631&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"空间\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=345&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"穿越\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=373&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"隐婚\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=481&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"系统\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=782&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"快穿\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=335&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"虐渣\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=739&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"日久生情\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=700&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"皇后\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=106&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"王爷\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=125&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"学霸\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=781&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"毒妃\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=109&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"校草\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=701&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女配\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=191&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"甜宠\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=21&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"搞笑\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=788&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"虐恋\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=16&gender=2&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"治愈\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=17&gender=2&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"图书\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"现代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=260&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=259&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"青春文学\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=265&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"影视原著\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=539&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"悬疑推理\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=262&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠小说\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=289&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻未来\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=261&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史小说\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=264&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙侠奇缘\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=276&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙侠玄幻\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=288&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现实小说\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=266&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现代军旅\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=290&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"文学艺术\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=240&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人物传记\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=247&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人文科社\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=241&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"少儿教育\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=258&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经管励志\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=242&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经典文学\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=243&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "",
    "lastUpdateTime": 1734902656087,
    "loginUrl": "",
    "respondTime": 1805,
    "ruleBookInfo": {
      "author": "author",
      "coverUrl": "image_link",
      "init": "data.book",
      "intro": "intro##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "book_tag_list[*].title",
      "lastChapter": "{{$.latest_chapter_title}}·{{java.timeFormat(java.getString('$.update_time')*1000)}}",
      "name": "title@put:{bid:id}",
      "tocUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.id}}}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\n\"https://api-ks.wtzw.com/api/v1/chapter/chapter-list?\"+urlEncode(params)+\",\"+java.get(\"headers\")",
      "wordCount": "words_num"
    },
    "ruleContent": {
      "content": "@js:\nvar javaImport = new JavaImporter();\njavaImport.importPackage(\n    Packages.java.lang,\n    Packages.javax.crypto.spec,\n    Packages.javax.crypto,\n    Packages.java.util\n);\nwith(javaImport) {\n    function decode(content) {\n        var ivEncData = Base64.getDecoder().decode(String(content));\n        var key = SecretKeySpec(String(\"242ccb8230d709e1\").getBytes(), \"AES\");\n        var iv = IvParameterSpec(Arrays.copyOfRange(ivEncData, 0, 16));\n        var chipher = Cipher.getInstance(\"AES/CBC/PKCS5Padding\");\n        chipher.init(2, key, iv);\n        return String(chipher.doFinal(Arrays.copyOfRange(ivEncData, 16, ivEncData.length)));\n    }\n}\n\n\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':String(java.get('bid')),'chapterId':String(baseUrl.split(\"/\").pop())}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }\n  }\n  return paramStr;\n};\n\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\nurl=\"https://api-ks.wtzw.com/api/v1/chapter/content?\"+urlEncode(params)\ndecode(JSON.parse(java.ajax(url+','+java.get(\"headers\"))).data.content)\n\n"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "<js>\ngender=baseUrl.match(/gender=(\\d+)/)?baseUrl.match(/gender=(\\d+)/)[1]:\"\"\ncategory_id=baseUrl.match(/category_id=(\\d+)/)?baseUrl.match(/category_id=(\\d+)/)[1]:\"\"\nneed_filters=baseUrl.match(/need_filters=(\\d+)/)?baseUrl.match(/need_filters=(\\d+)/)[1]:\"\"\npage=baseUrl.match(/page=(\\d+)/)?baseUrl.match(/page=(\\d+)/)[1]:\"\"\nneed_category=baseUrl.match(/need_category=(\\d+)/)?baseUrl.match(/need_category=(\\d+)/)[1]:\"\"\ntag_id=baseUrl.match(/tag_id=(\\d+)/)?baseUrl.match(/tag_id=(\\d+)/)[1]:\"\"\nsign_key='d3dGiJc651gSQ8w1'\nheaders={'app-version':'51110','platform':'android','reg':'0','AUTHORIZATION':'','application-id':'com.****.reader','net-env':'1','channel':'unknown','qm-params':''}\nheaders['sign']=String(java.md5Encode(Object.keys(headers).sort().reduce((pre,n)=>pre+n+'='+headers[n],'')+sign_key))\n\n\nvar urlEncode = function (param, key, encode) {\n  if(param==null) return '';\n  var paramStr = '';\n  var t = typeof (param);\n  if (t == 'string' || t == 'number' || t == 'boolean') {\n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);\n  } else {\n    for (var i in param) {\n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);\n      paramStr += urlEncode(param[i], k, encode);\n    }\n  }\n  return paramStr;\n};\n\nvar category = function () {\n  params={'gender':gender,'category_id':category_id,'need_filters':need_filters,'page':page,'need_category':need_category}\n  params['sign']=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\n  url=\"https://api-bc.wtzw.com/api/v4/category/get-list?\"+urlEncode(params)\n  return java.ajax(url+','+java.put(\"headers\",JSON.stringify({\"headers\":headers})))\n};\n\nvar tag = function () {\n  params={'gender':gender,'need_filters':need_filters,'page':page,'tag_id':tag_id}\n  params['sign']=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\n  url=\"https://api-bc.wtzw.com/api/v4/tag/index?\"+urlEncode(params)\n  return java.ajax(url+','+java.put(\"headers\",JSON.stringify({\"headers\":headers})))\n};\n\n\nif(baseUrl.match(/category/)){\n  category()\n}else {\n  tag()\n}\n</js>\n$.data.books",
      "bookUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.id}},'imei_ip':'2937357107','teeny_mode':0}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\n\"https://api-bc.wtzw.com/api/v4/book/detail?\"+urlEncode(params)+\",\"+java.get(\"headers\")",
      "coverUrl": "$.image_link",
      "intro": "$.intro",
      "kind": "$.ptags",
      "name": "$.title",
      "wordCount": "$.words_num"
    },
    "ruleSearch": {
      "author": "original_author",
      "bookList": "data.books",
      "bookUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.id}},'imei_ip':'2937357107','teeny_mode':0}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\n\"/api/v4/book/detail?\"+urlEncode(params)+\",\"+java.get(\"headers\")",
      "coverUrl": "image_link",
      "intro": "intro",
      "kind": "ptags",
      "name": "original_title",
      "wordCount": "words_num"
    },
    "ruleToc": {
      "chapterList": "data.chapter_lists",
      "chapterName": "title",
      "chapterUrl": "id",
      "updateTime": "{{$.words}} 字"
    },
    "searchUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nheaders={'app-version':'51110','platform':'android','reg':'0','AUTHORIZATION':'','application-id':'com.****.reader','net-env':'1','channel':'unknown','qm-params':''}\n\nparams={'gender':'3','imei_ip':'2937357107','page':page,'wd':key}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\n\nheaderSign=String(java.md5Encode(Object.keys(headers).sort().reduce((pre,n)=>pre+n+'='+headers[n],'')+sign_key))\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nheaders['sign']=headerSign\nparams['sign']=paramSign\nbody=urlEncode(params)\n\n\"/api/v5/search/words?\" +body+\",\"+java.put(\"headers\",JSON.stringify({\"headers\":headers}))",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "达文小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.dawensk.com/",
    "customButton": false,
    "customOrder": 434,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1734985123176,
    "respondTime": 8592,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "init": "",
      "intro": "#book_desc@html##(^|[。！？]+[”」）】]?)##$1<br>@js:result.replace(/阅读.*最新章节.*/g,'')",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property$=latest_chapter_name]@content##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": "[property$=book_name]@content",
      "tocUrl": "a.mulu@href##$##,{'webView': true}",
      "wordCount": ".inf02 p.1@text##.*："
    },
    "ruleContent": {
      "content": "dd@p!-1@html",
      "replaceRegex": "##小÷说◎网】，♂小÷说◎网】，|e看p正sm版章节上‘…w0|nj.*0u|正.*版.*首.*发|"
    },
    "ruleExplore": {
      "author": ".zz@text",
      "bookList": "ol ul!0",
      "bookUrl": "a.1@href",
      "coverUrl": "",
      "intro": "",
      "kind": ".lb@text&&.rq@text",
      "lastChapter": ".gx@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": ".sm@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".result li",
      "bookUrl": "a.1@href",
      "coverUrl": "img@data-original",
      "kind": "span.1:2:4@text##.*：|\\s..:.*",
      "lastChapter": "a.4@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": "a.1@text",
      "wordCount": "span.3@text##.*："
    },
    "ruleToc": {
      "chapterList": "#chapter a",
      "chapterName": "text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "chapterUrl": "href##$##,{'webView': true}"
    },
    "searchUrl": "/search.php,{\n  'method': 'POST',\n  'body': 'key={{key}}'\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "栀子欢网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.zhizihuan.com/",
    "customButton": false,
    "customOrder": 435,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"穿越架空\",\"url\":\"/list1_0_0_0_0_2_{{page}}_ajax.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总裁豪门\",\"url\":\"/list2_0_0_0_0_2_{{page}}_ajax.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"女强重生\",\"url\":\"/list3_0_0_0_0_2_{{page}}_ajax.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"废柴逆袭\",\"url\":\"/list4_0_0_0_0_2_{{page}}_ajax.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻仙侠\",\"url\":\"/list5_0_0_0_0_2_{{page}}_ajax.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"种田经商\",\"url\":\"/list6_0_0_0_0_2_{{page}}_ajax.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市婚恋\",\"url\":\"/list7_0_0_0_0_2_{{page}}_ajax.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"出版精品\",\"url\":\"/list8_0_0_0_0_2_{{page}}_ajax.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"爱上诡夫\",\"url\":\"/list11_0_0_0_0_2_{{page}}_ajax.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"青春校园\",\"url\":\"/list12_0_0_0_0_2_{{page}}_ajax.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"东方玄幻\",\"url\":\"/list13_0_0_0_0_2_{{page}}_ajax.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市生活\",\"url\":\"/list14_0_0_0_0_2_{{page}}_ajax.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"奇闻异事\",\"url\":\"/list15_0_0_0_0_2_{{page}}_ajax.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"异术超能\",\"url\":\"/list19_0_0_0_0_2_{{page}}_ajax.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"重生异能\",\"url\":\"/list111_0_0_0_0_2_{{page}}_ajax.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"推理悬疑\",\"url\":\"/list114_0_0_0_0_2_{{page}}_ajax.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"宫斗宅斗\",\"url\":\"/list117_0_0_0_0_2_{{page}}_ajax.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"快穿小说\",\"url\":\"/list121_0_0_0_0_2_{{page}}_ajax.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"魔法科幻\",\"url\":\"/list122_0_0_0_0_2_{{page}}_ajax.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"异世大陆\",\"url\":\"/list125_0_0_0_0_2_{{page}}_ajax.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"魔法校园\",\"url\":\"/list126_0_0_0_0_2_{{page}}_ajax.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"西方奇幻\",\"url\":\"/list127_0_0_0_0_2_{{page}}_ajax.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"游戏竞技\",\"url\":\"/list130_0_0_0_0_2_{{page}}_ajax.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代修真\",\"url\":\"/list132_0_0_0_0_2_{{page}}_ajax.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古典仙侠\",\"url\":\"/list133_0_0_0_0_2_{{page}}_ajax.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"传统武侠\",\"url\":\"/list134_0_0_0_0_2_{{page}}_ajax.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代武侠\",\"url\":\"/list135_0_0_0_0_2_{{page}}_ajax.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"娱乐圈\",\"url\":\"/list136_0_0_0_0_2_{{page}}_ajax.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"年代小说\",\"url\":\"/list137_0_0_0_0_2_{{page}}_ajax.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代其他\",\"url\":\"/list999_0_0_0_0_2_{{page}}_ajax.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1759387417543,
    "loginUrl": "http://login.zhizihuan.com/login/m?url=http%3a%2f%2fuser.zhizihuan.com%2fdefault%2fm",
    "respondTime": 8263,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "#htmljieshao@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": ".g_btn a@href"
    },
    "ruleContent": {
      "content": "#htmlContent@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "p.1@textNodes##.*：",
      "bookList": ".column-2",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "kind": "span@text&&p.3@text##.*：|\\s.*",
      "lastChapter": "p.2@text",
      "name": "p.0@text"
    },
    "ruleToc": {
      "chapterList": ".list_li li a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{'webView': true}",
      "isVip": "font@text"
    },
    "searchUrl": "http://s.zhizihuan.com/m/?key={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "猫耳有声",
    "bookSourceType": 1,
    "bookSourceUrl": "https://www.missevan.com#关耳",
    "customButton": false,
    "customOrder": 436,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部::https://www.missevan.com/dramaapi/filter?filters=0_5_0_0_0&page={{page}}&order=1&page_size=20\n现代::https://www.missevan.com/dramaapi/filter?filters=0_5_0_1_0&page={{page}}&order=1&page_size=20\n古风::https://www.missevan.com/dramaapi/filter?filters=0_5_0_2_0&page={{page}}&order=1&page_size=20\n民国::https://www.missevan.com/dramaapi/filter?filters=0_5_0_3_0&page={{page}}&order=1&page_size=20",
    "lastUpdateTime": 1734639280765,
    "respondTime": 5257,
    "ruleBookInfo": {
      "intro": "class.intro-content@text||$.info.sound.intro",
      "kind": "class.detail-count@text&&class.detail-newest@text&&class.detail-author@text&&class.detail-type@text&&class.detail-tags@text##类型：|标签：无|标签：",
      "tocUrl": "@js:\nif(baseUrl.match(/dramaapi|mdrama/)){\nresult='https://www.missevan.com/dramaapi/getdrama?drama_id='+baseUrl.match(/(\\d+)/)[1]\n}"
    },
    "ruleContent": {
      "content": "$.info.sound.soundurl_128||$.info.sound.soundurl"
    },
    "ruleExplore": {
      "bookList": "$.info.Datas",
      "bookUrl": "https://www.missevan.com/mdrama/drama/{{$.id}},{\"webView\":true}",
      "coverUrl": "$.cover",
      "kind": "$.type_name",
      "lastChapter": "$.newest",
      "name": "$.name"
    },
    "ruleSearch": {
      "author": "$.username||$.author",
      "bookList": "<js>\nkey=java.get('key');\npage=java.get('page');\n\n//创建两个空数组\njson=[];json2=[];\n\n//判定json里是否有列表\nif(JSON.parse(result).info.Datas){\njson=JSON.parse(result).info.Datas;}\n\n//加载单曲搜索页面并转为json\njson1=JSON.parse(java.ajax('https://www.missevan.com/sound/getsearch?s='+key+'&type=3&page_size=10&p='+page));\n\n//判定json里是否有列表\nif(json1.info.Datas){\njson2=json1.info.Datas\n}\n\n//剧集搜索列表与单曲搜索列表拼接\nlist=json.concat(json2);\n\nresult=JSON.stringify(list)\n</js>\n$.[*]",
      "bookUrl": "<js>\nid=String(result).match(/id=(\\d+)/)[1];\nif(!String(result).match(/catalog_name/)){\nresult='https://www.missevan.com/sound/getsound?soundid='+id\n}else{result='https://www.missevan.com/dramaapi/getdrama?drama_id='+id}\n</js>",
      "coverUrl": "$.front_cover||$.cover",
      "intro": "$.abstract",
      "kind": "{$.type_name},{$.catalog_name}##\\{.*?\\}",
      "lastChapter": "$.newest",
      "name": "$.soundstr||$.name"
    },
    "ruleToc": {
      "chapterList": "<js>'['+result+']'</js>\n$..info.episodes.episode[*]||$..info.episodes.music[*]||$.[*]",
      "chapterName": "$.name||$.info.sound.soundstr",
      "chapterUrl": "https://www.missevan.com/sound/getsound?soundid={{$.sound_id||$.info.sound.id}}"
    },
    "searchUrl": "https://www.missevan.com/dramaapi/search?s={{key}}&page={{page}}\n@js:java.put('key',key);java.put('page',page);result",
    "weight": 0
  },
  {
    "bookSourceGroup": "有声",
    "bookSourceName": "喜马拉雅（优+）",
    "bookSourceType": 1,
    "bookSourceUrl": "https://www.ximalaya.com",
    "customButton": false,
    "customOrder": 437,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "❀                             广 播 剧                             ❀::https://www.ximalaya.com/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=\n 架 空 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=jiakong日韩::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=reci506\n 都 市 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=dushi\n 校 园 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=xiaoyuan\n 武 侠 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=wuxia\n 仙 侠 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=xianxia\n 奇 幻 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=qihuan\n 玄 幻 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=xuanhuan\n 科 幻 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=kehuan\n 悬 疑 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=xuanyi\n 推 理 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=tuili\n 历 史 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=lishi\n 职 场 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=zhichang\n 同 人 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=tongrenwen\n 游 戏 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=youxi\n 爆 笑 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=baoxiao\n 脑 洞 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=naodong\n 日 漫 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=riman\n 萌 系 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=mengxi\n 恋 爱 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=lianai\n 纯 爱 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci1367\n  玛 丽 苏  ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=malisu\n 霸道总裁 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=badaozongcai\n 虚拟偶像 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=xuniouxiang\n 现代言情 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci546\n 古风言情 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci52\n 画风清奇 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=huafengqingqi\n 民间故事 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=minjiangushi\n  全 年 龄  ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci54\n 有声漫画 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci1357\n 会员专区 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci1664\n 心动剧场 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci1660\n 国风剧场 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci1661\n 尖叫剧场 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci1662\n月上新周播剧::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci1198\n\n❀                             有 声 书                             ❀::https://www.ximalaya.com/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=\n\n 文 学 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=wenxue\n 生 活 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=shenghuo\n 教 材 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=jiaocai\n 经 典 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=jingdian\n 童 书 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=tongshu\n 成 长 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=lizhi\n 社 科 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=sheke\n 商 业 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=shangye\n外文 • 原版::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=yingwenyuanban\n期刊::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=qikanzazhi\n历史::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci234\n传记::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1692\n\n 网络小说 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1173\n 言情女生 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci231\n 悬疑推理 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci232\n 都市重生 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci235\n 历史纵横 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1195\n 仙侠幻想 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1196\n 豪门恋情 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1530\n 古风言情 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1531\n 宫闱宅斗 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1532\n 王牌强档 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1264\n 有声漫画 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1351\n 出版小说 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1359\n 女生最爱 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci346\n 男生最爱 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci348\n 免费精选 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1533\n 新品限免 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1477\n 会员上新 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1518\n 爆更小说 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1069\n\n QQ  阅读 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci22\n 读客图书 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci23\n 果麦文化 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci24\n 中信书院 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci646\n 博集新媒 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci26\n 磨铁阅读 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci394\n  蓝 狮 子  ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci419\n 华章图书 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci650\n 文学名著 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1157\n 历史专区 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1158\n 国学经典 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1159\n 历史经典 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1370\n 三体科幻 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1697\n 重磅新品 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1698\n\n 听书指南 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1449\n大家都在听::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1521\n大家都在追::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1529\n大剧必听榜::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1051\n会员有声小说::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1055\n畅销书-限时免费::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1693\n\n❀                               音   乐                               ❀::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue\n\n 古 风 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=gufeng\n 流 行 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=liuxing\n 欧 美 ::https://www.ximalaya.com/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=reci507\n 古  典 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=mr8t41\n 动 漫 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=anime\n 老 歌 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=reci117\n 翻 唱 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=reci125\n轻音乐::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=qingyinyue\n 日 韩 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=reci506\n 催 眠 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=reci322\n影视原声::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=yingshiyuansheng\n",
    "lastUpdateTime": 1766364912336,
    "respondTime": 2869,
    "ruleBookInfo": {
      "intro": "$.album.intro"
    },
    "ruleContent": {
      "content": "@js:baseUrl"
    },
    "ruleExplore": {
      "author": "anchorName",
      "bookList": "$..albums.*",
      "bookUrl": "link@js:\"http://mobile.ximalaya.com/mobile/others/ca/album/track/\" + result.split('/')[2]+'/true/1/200'",
      "coverUrl": "coverPath",
      "intro": "收听{$.playCount}  共{$.trackCount}章",
      "name": "title",
      "wordCount": "@js:if({{$.isFinished}}==1){if({{$.isPaid}}){'已完结💰'}else{'已完结'}}else{if({{$.isPaid}}){'连载💰'}else{'连载'}}"
    },
    "ruleSearch": {
      "author": "$.nickname",
      "bookList": "$..docs.*",
      "bookUrl": "$.url@js:\"http://mobile.ximalaya.com/mobile/others/ca/album/track/\" + result.split('/')[2]+'/true/1/200'",
      "coverUrl": "$.cover_path",
      "intro": "$.intro",
      "kind": "$.category_title&&$.tags",
      "name": "$.title",
      "wordCount": "播放数{$.play}  共{$.tracks}集"
    },
    "ruleToc": {
      "chapterList": "$.tracks.list",
      "chapterName": "title",
      "chapterUrl": "playPathAacv224||playPathAacv164||playUrl64||playUrl32",
      "nextTocUrl": "@js:\nbaseUrl = String(baseUrl).split('1/200')[0];\nlist = [];\npage=JSON.parse(String(result)).tracks.maxPageId\nfor(var i = 2; i < 10; ++i){\nlist.push(String(baseUrl +i+\"/200\"));\n}\nlist"
    },
    "searchUrl": "https://www.ximalaya.com/revision/search?core=album&spellchecker=true&rows=20&condition=relation&device=iPhone&fq=&paidFilter=false&kw={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "女频",
    "bookSourceName": "言情港",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.yanqinggang.com/",
    "customButton": false,
    "customOrder": 438,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻奇幻\",\"url\":\" /list/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠仙侠\",\"url\":\" /list/2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市言情\",\"url\":\" /list/3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史穿越\",\"url\":\" /list/4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游竞技\",\"url\":\" /list/5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻灵异\",\"url\":\" /list/6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖惊悚\",\"url\":\" /list/7_{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.295}},{\"title\":\"其他类型\",\"url\":\" /list/8_{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.295}}]",
    "lastUpdateTime": 1731056768450,
    "respondTime": 2900,
    "ruleBookInfo": {
      "author": "div.w100.dispc@span@a@text##本书作者：",
      "coverUrl": "img.lazy@src",
      "intro": "div.info-main-intro@p@text##精.*彩.*连.*载.*书.*",
      "kind": "div.info-title@a.1@text&&.info-main@.dispc.1@textNodes&&.info-main@span.1@text##.*：",
      "lastChapter": ".info-chapters.flex.flex-wrap.0@a.0@text",
      "name": "h1@text",
      "tocUrl": "java.refreshBookUrl()"
    },
    "ruleContent": {
      "content": "#article@textNodes",
      "nextContentUrl": "#next_url@href"
    },
    "ruleExplore": {
      "author": "span.gray@text",
      "bookList": "div.border3-1@div||div.border3@div",
      "bookUrl": "span.flex@em@a@href||span.0@a@href",
      "coverUrl": "img.lazy@src",
      "intro": ".intro.indent@text",
      "kind": ".w80@em.0@text||span.0@text",
      "lastChapter": "",
      "name": "span.flex@em@a@text||span.0@a@text"
    },
    "ruleSearch": {
      "author": ".category-div@span.0@text",
      "bookList": "class.border3.commend.flex.flex-between.category-commend@.category-div",
      "bookUrl": "h3@a@href",
      "coverUrl": "img.lazy@src",
      "intro": "div.intro.indent@text##精.*彩.*连.*载.*书.*",
      "name": ".category-div@h3@a.0@text"
    },
    "ruleToc": {
      "chapterList": "div.container.border3-2.mt8.mb20@div.info-chapters.flex.flex-wrap@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "true",
      "updateTime": ""
    },
    "searchUrl": "https://www.yanqinggang.com/modules/article/search.php,{\n\t \"body\": \"searchkey={{key}}\",\n\t \"charset\": \"gbk\",\n\t \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "黑岩小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.heiyan.com#🎃",
    "customButton": false,
    "customOrder": 439,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部小说::/web/all/-1/-1/-1/-1/0/{{page}}/100\n免费小说::/web/all/-1/-1/1/-1/0/{{page}}/100\n收费小说::/web/all/-1/-1/0/-1/0/{{page}}/100\n完结小说::/web/all/-1/-1/-1/1/0/{{page}}/100\n连载小说::/web/all/-1/-1/-1/0/0/{{page}}/100\n悬疑全部::/web/all/1/-1/-1/-1/0/{{page}}/100\n悬疑免费::/web/all/1/-1/1/-1/0/{{page}}/100\n悬疑收费::/web/all/1/-1/0/-1/0/{{page}}/100\n悬疑完结::/web/all/1/-1/-1/1/0/{{page}}/100\n悬疑连载::/web/all/1/-1/-1/0/0/{{page}}/100\n历史全部::/web/all/3/-1/-1/-1/0/{{page}}/100\n历史免费::/web/all/3/-1/1/-1/0/{{page}}/100\n历史收费::/web/all/3/-1/0/-1/0/{{page}}/100\n历史完结::/web/all/3/-1/-1/1/0/{{page}}/100\n历史连载::/web/all/3/-1/-1/0/0/{{page}}/100\n军事全部::/web/all/5/-1/-1/-1/0/{{page}}/100\n军事免费::/web/all/5/-1/1/-1/0/{{page}}/100\n军事收费::/web/all/5/-1/0/-1/0/{{page}}/100\n军事完结::/web/all/5/-1/-1/1/0/{{page}}/100\n军事连载::/web/all/5/-1/-1/0/0/{{page}}/100\n玄幻全部::/web/all/6/-1/-1/-1/0/{{page}}/100\n玄幻免费::/web/all/6/-1/1/-1/0/{{page}}/100\n玄幻收费::/web/all/6/-1/0/-1/0/{{page}}/100\n玄幻完结::/web/all/6/-1/-1/1/0/{{page}}/100\n玄幻连载::/web/all/6/-1/-1/0/0/{{page}}/100\n奇幻全部::/web/all/14/-1/-1/-1/0/{{page}}/100\n奇幻免费::/web/all/14/-1/1/-1/0/{{page}}/100\n奇幻收费::/web/all/14/-1/0/-1/0/{{page}}/100\n奇幻完结::/web/all/14/-1/-1/1/0/{{page}}/100\n奇幻连载::/web/all/14/-1/-1/0/0/{{page}}/100\n仙侠全部::/web/all/7/-1/-1/-1/0/{{page}}/100\n仙侠免费::/web/all/7/-1/1/-1/0/{{page}}/100\n仙侠收费::/web/all/7/-1/0/-1/0/{{page}}/100\n仙侠完结::/web/all/7/-1/-1/1/0/{{page}}/100\n仙侠连载::/web/all/7/-1/-1/0/0/{{page}}/100\n武侠全部::/web/all/8/-1/-1/-1/0/{{page}}/100\n武侠免费::/web/all/8/-1/1/-1/0/{{page}}/100\n武侠收费::/web/all/8/-1/0/-1/0/{{page}}/100\n武侠完结::/web/all/8/-1/-1/1/0/{{page}}/100\n武侠连载::/web/all/8/-1/-1/0/0/{{page}}/100\n科幻全部::/web/all/10/-1/-1/-1/0/{{page}}/100\n科幻免费::/web/all/10/-1/1/-1/0/{{page}}/100\n科幻收费::/web/all/10/-1/0/-1/0/{{page}}/100\n科幻完结::/web/all/10/-1/-1/1/0/{{page}}/100\n科幻连载::/web/all/10/-1/-1/0/0/{{page}}/100\n游戏全部::/web/all/9/-1/-1/-1/0/{{page}}/100\n游戏免费::/web/all/9/-1/1/-1/0/{{page}}/100\n游戏收费::/web/all/9/-1/0/-1/0/{{page}}/100\n游戏完结::/web/all/9/-1/-1/1/0/{{page}}/100\n游戏连载::/web/all/9/-1/-1/0/0/{{page}}/100\n同人全部::/web/all/16/-1/-1/-1/0/{{page}}/100\n同人免费::/web/all/16/-1/1/-1/0/{{page}}/100\n同人收费::/web/all/16/-1/0/-1/0/{{page}}/100\n同人完结::/web/all/16/-1/-1/1/0/{{page}}/100\n同人连载::/web/all/16/-1/-1/0/0/{{page}}/100\n社会全部::/web/all/25/-1/-1/-1/0/{{page}}/100\n社会免费::/web/all/25/-1/1/-1/0/{{page}}/100\n社会收费::/web/all/25/-1/0/-1/0/{{page}}/100\n社会完结::/web/all/25/-1/-1/1/0/{{page}}/100\n社会连载::/web/all/25/-1/-1/0/0/{{page}}/100\n古言全部::/web/all/37/-1/-1/-1/0/{{page}}/100\n古言免费::/web/all/37/-1/1/-1/0/{{page}}/100\n古言收费::/web/all/37/-1/0/-1/0/{{page}}/100\n古言完结::/web/all/37/-1/-1/1/0/{{page}}/100\n古言连载::/web/all/37/-1/-1/0/0/{{page}}/100",
    "lastUpdateTime": 1749884863391,
    "loginUrl": "/accounts/login",
    "respondTime": 1333,
    "ruleBookInfo": {
      "author": "//strong/text()",
      "coverUrl": "//*[@class=\"book-cover\"]/@src",
      "intro": "//*[@class=\"note\"]/text()",
      "kind": "//*[@class=\"cate\"]/a/text()",
      "lastChapter": "//h4[1]/a/text()<js>result.replace(\">>\",\"\")</js>",
      "name": "//*[@class=\"hd\"]/h1/text()",
      "tocUrl": "//*[@class=\"read\"]/@href"
    },
    "ruleContent": {
      "content": "$.chapter.htmlContent<js>result.replace(/<.*?>/g,'').replace(/\\r/g,'\\n　　')</js>"
    },
    "ruleExplore": {
      "author": "//a[@class=\"author\"]/text()",
      "bookList": "//*[@id=\"resultDiv\"]/tr",
      "bookUrl": "//*[@class=\"title\"]/@href",
      "coverUrl": "//*[@class=\"title\"]/@href<js>result.replace(/.*\\/(\\d+)/,\"https://b.heiyanimg.com/book/$1.jpg@!bm?1\")</js>",
      "kind": "//*[@class=\"time\"]/text()",
      "lastChapter": "//*[@class=\"chapter\"]/text()",
      "name": "//*[@class=\"title\"]/text()"
    },
    "ruleSearch": {
      "author": "$.authorname",
      "bookList": "$.data.content[*]",
      "bookUrl": "$.id@js:'https://www.heiyan.com/book/'+result",
      "coverUrl": "$.iconUrlSmall",
      "intro": "$.introduce",
      "kind": "$.sortname",
      "lastChapter": "$.lastchaptername",
      "name": "$.name"
    },
    "ruleToc": {
      "chapterList": ":(?s)(\\d+)\" class=\"(isvip)?[^\"]*name[^>]*>([^<]*)",
      "chapterName": "$2$3",
      "chapterUrl": "https://a.heiyan.com/ajax/chapter/content/$1"
    },
    "searchUrl": "https://search.heiyan.com/web/search?queryString={{key}}&highlight=false&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "kaka",
    "bookSourceGroup": "正版",
    "bookSourceName": "UC 小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://xiaoshuo.uc.cn/",
    "customButton": false,
    "customOrder": 440,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\nvar cat1='都市,玄幻,仙侠,灵异,历史,游戏,科幻,武侠,奇幻,竞技';var list=[];\nfunction getUrl(cats,url1){cats.split(',').forEach((i)=>{list.push(i+'::'+url1+i)})};\nlist.push('男→::');\ngetUrl(cat1,'http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&onlyCpBooks=1&status=2&firstCate=');\nlist.join('\\n')\n</js>",
    "lastUpdateTime": 1754559662941,
    "respondTime": 3915,
    "ruleBookInfo": {
      "init": "<js>\nvar bookId=java.get('bid');\nvar encryptKey=\"37e81a9d8f02596e1b895d07c171d5c9\",user_id=\"8000000\",timestamp=parseInt((new Date).getTime()/1e3);\nvar o=bookId+timestamp+user_id+encryptKey;\nvar sign=java.md5Encode(o);\nvar list={'turl':'https://ocean.shuqireader.com/api/bcspub/qswebapi/book/chapterlist?_=&bookId='+bookId+'&user_id=8000000&sign='+sign+'&timestamp='+timestamp};list\n</js>",
      "tocUrl": "turl"
    },
    "ruleContent": {
      "content": "ChapterContent@js:\nfunction p(e) {\n    return e.split(\"\").map(function (e) {\n        return e.match(/[A-Za-z]/) ? (c = Math.floor(e.charCodeAt(0) / 97), k = (e.toLowerCase().charCodeAt(0) - 83) % 26 || 26, String.fromCharCode(k + (0 == c ? 64 : 96))) : e\n    }).join(\"\")\n}\njava.base64Decode(p(result))"
    },
    "ruleExplore": {
      "author": "author",
      "bookList": "$.data",
      "bookUrl": "$.bid<js>java.put('bid',result);'http://xiaoshuo.uc.cn/#!/ct/cover/bid/'+result</js>",
      "coverUrl": "cover",
      "intro": "desc",
      "kind": "{{$.category}},{{$.tags}},读者{{$.reads}},{{$.status}}<js>result.replace(/1$/,'完结').replace(/0$/,'连载')</js>",
      "lastChapter": "$.uptime<js>java.getString('$.last_chapter_name')+' '+java.timeFormat(result*1000)</js>",
      "name": "title",
      "wordCount": "words"
    },
    "ruleSearch": {
      "author": "author",
      "bookList": "$.data",
      "bookUrl": "$.bid<js>java.put('bid',result);'http://xiaoshuo.uc.cn/#!/ct/cover/bid/'+result</js>",
      "coverUrl": "cover",
      "intro": "desc",
      "kind": "category&&tags",
      "name": "title",
      "wordCount": "words"
    },
    "ruleToc": {
      "chapterList": "$.data.chapterList[0].volumeList<js>java.put('freeUrlPre',java.getString('$.data.freeContUrlPrefix'));java.put('shortUrlPre',java.getString('$.data.shortContUrlPrefix'));result</js>",
      "chapterName": "chapterName",
      "chapterUrl": "<js>var l=java.getString('$.contUrlSuffix');if(l.indexOf('reqEncryptParam')==-1){java.get('freeUrlPre')+l}else{java.get('shortUrlPre')+java.getString('$.shortContUrlSuffix')}</js>",
      "isVip": "chapterPrice"
    },
    "searchUrl": "http://read.xiaoshuo1-sm.com/novel/i.php?do=is_serchpay&page=1&size=10&q={{key}}&filterMigu=1&p=17&shuqi_h5=&_=1619653492249",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "爱搬文屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.banwenwu.com#",
    "bookUrlPattern": "https://www.banwenwu.com/\\d+/",
    "customButton": false,
    "customOrder": 441,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "排行::/paihangbang/\n收藏::/collect/\n完本::/wanbenxiaoshuo/",
    "lastUpdateTime": 1734989704883,
    "respondTime": 64435,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content"
    },
    "ruleContent": {
      "content": "#content@html"
    },
    "ruleExplore": {
      "bookList": ".layout:nth-child(n+1) .txt-list:nth-child(1) > li:nth-child(n+1)",
      "bookUrl": "a@href",
      "kind": ".s5@text",
      "name": "a@text"
    },
    "ruleSearch": {
      "author": "span.-2@text",
      "bookList": ".txt-list@li!0",
      "bookUrl": "span.1@a@href",
      "checkKeyWord": "剑来",
      "kind": "span.0:-1@text##\\[|\\]",
      "lastChapter": "span.2@text",
      "name": "span.1@text"
    },
    "ruleToc": {
      "chapterList": "#section-list > li:nth-child(n+1) > a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{url=source.getKey();cookie.removeCookie(url)}}\n/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "//5月7号 静白",
    "bookSourceGroup": "免费",
    "bookSourceName": "源论坛-鬼吹灯②",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.cxbz958.com",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 442,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": "玄幻小说::/fenlei/1/{{page}}.html\n仙侠小说::/fenlei/2/{{page}}.html\n都市小说::/fenlei/3/{{page}}.html\n军史小说::/fenlei/4/{{page}}.html\n网游小说::/fenlei/5/{{page}}.html\n科幻小说::/fenlei/6/{{page}}.html\n恐怖小说::/fenlei/7/{{page}}.html",
    "header": "",
    "lastUpdateTime": 1746598827525,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 6662,
    "ruleBookInfo": {
      "author": "class.small@tag.span.0@text##作 者：",
      "canReName": "",
      "coverUrl": "class.cover@img@src",
      "init": "",
      "intro": "class.intro@textNodes##作者.*|无弹窗.*",
      "kind": "class.info@class.small@tag.span.4@text&&\nclass.info@class.small@tag.span.1@text&&\nclass.info@class.small@tag.span.2@text##分类：|状态：|更新时间：",
      "lastChapter": "class.small@tag.span.5@a@text##百度搜索.*",
      "name": "class.info@h2@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说",
      "tocUrl": "",
      "wordCount": "class.info@class.small@tag.span.3@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html##http.*html|天才一秒记住.*com|请记住本书首发域.*com",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.s4@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "",
      "intro": "",
      "kind": "class.s5@text",
      "lastChapter": "class.s3@a@text",
      "name": "class.s2@a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleSearch": {
      "author": "class.author@text##作者：",
      "bookList": "class.bookbox@class.p10",
      "bookUrl": "class.bookname@tag.a@href",
      "coverUrl": "class.bookimg@img@src",
      "intro": "class.bookinfo@p@text",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@tag.a@text##百度搜索.*",
      "name": "class.bookname@tag.a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.listmain@dd!0:1:2:3:4:5:6:7:8:9:10:11",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://www.cxbz958.com/s.php?ie=utf-8&q={{key}}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "音乐-网易",
    "bookSourceType": 1,
    "bookSourceUrl": "http://music.163.com",
    "bookUrlPattern": "https://v1.alapi.cn/api/music/search?keyword=",
    "customButton": false,
    "customOrder": 443,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "❀                                            语   种                                              ❀::\n华语::/discover/playlist/?order=hot&cat=华语\n欧美::/discover/playlist/?order=hot&cat=欧美\n日语::/discover/playlist/?order=hot&cat=日语\n韩语::/discover/playlist/?order=hot&cat=韩语\n粤语::/discover/playlist/?order=hot&cat=粤语\n小语种::/discover/playlist/?order=hot&cat=小语种\n\n❀                                            风   格                                              ❀::\n流行::/discover/playlist/?order=hot&cat=流行\n摇滚::/discover/playlist/?order=hot&cat=摇滚\n民谣::/discover/playlist/?order=hot&cat=民谣\n电子::/discover/playlist/?order=hot&cat=电子\n舞曲::/discover/playlist/?order=hot&cat=舞曲\n说唱::/discover/playlist/?order=hot&cat=说唱\n轻音乐::/discover/playlist/?order=hot&cat=轻音乐\n爵士::/discover/playlist/?order=hot&cat=爵士\n乡村::/discover/playlist/?order=hot&cat=乡村\nR&B/Soul::/discover/playlist/?order=hot&cat=R%26B%2FSoul\n古典::/discover/playlist/?order=hot&cat=古典\n民族::/discover/playlist/?order=hot&cat=民族\n英伦::/discover/playlist/?order=hot&cat=英伦\n金属::/discover/playlist/?order=hot&cat=金属\n朋克::/discover/playlist/?order=hot&cat=朋克\n蓝调::/discover/playlist/?order=hot&cat=蓝调\n雷鬼::/discover/playlist/?order=hot&cat=雷鬼\n世界音乐::/discover/playlist/?order=hot&cat=世界音乐\n拉丁::/discover/playlist/?order=hot&cat=拉丁\n另类/独立::/discover/playlist/?order=hot&cat=另类%2F独立\nNew Age::/discover/playlist/?order=hot&cat=New Age\n古风::/discover/playlist/?order=hot&cat=古风\n后摇::/discover/playlist/?order=hot&cat=后摇\nBossa Nova::/discover/playlist/?order=hot&cat=Bossa Nova\n\n❀                                            场   景                                              ❀::\n清晨::/discover/playlist/?order=hot&cat=清晨\n夜晚::/discover/playlist/?order=hot&cat=夜晚\n学习::/discover/playlist/?order=hot&cat=学习\n工作::/discover/playlist/?order=hot&cat=工作\n午休::/discover/playlist/?order=hot&cat=午休\n下午茶::/discover/playlist/?order=hot&cat=下午茶\n地铁::/discover/playlist/?order=hot&cat=地铁\n驾车::/discover/playlist/?order=hot&cat=驾车\n运动::/discover/playlist/?order=hot&cat=运动\n旅行::/discover/playlist/?order=hot&cat=旅行\n散步::/discover/playlist/?order=hot&cat=散步\n酒吧::/discover/playlist/?order=hot&cat=酒吧\n\n❀                                            情    感                                             ❀::\n怀旧::/discover/playlist/?order=hot&cat=怀旧\n清新::/discover/playlist/?order=hot&cat=清新\n浪漫::/discover/playlist/?order=hot&cat=浪漫\n性感::/discover/playlist/?order=hot&cat=性感\n伤感::/discover/playlist/?order=hot&cat=伤感\n治愈::/discover/playlist/?order=hot&cat=治愈\n放松::/discover/playlist/?order=hot&cat=放松\n孤独::/discover/playlist/?order=hot&cat=孤独\n感动::/discover/playlist/?order=hot&cat=感动\n兴奋::/discover/playlist/?order=hot&cat=兴奋\n快乐::/discover/playlist/?order=hot&cat=快乐\n安静::/discover/playlist/?order=hot&cat=安静\n思念::/discover/playlist/?order=hot&cat=思念\n\n❀                                            主   题                                              ❀::\n综艺::/discover/playlist/?order=hot&cat=综艺\n影视原声::/discover/playlist/?order=hot&cat=影视原声\nACG::/discover/playlist/?order=hot&cat=ACG\n儿童::/discover/playlist/?order=hot&cat=儿童\n校园::/discover/playlist/?order=hot&cat=校园\n游戏::/discover/playlist/?order=hot&cat=游戏\n70后::/discover/playlist/?order=hot&cat=70后\n80后::/discover/playlist/?order=hot&cat=80后\n90后::/discover/playlist/?order=hot&cat=90后\n网络歌曲::/discover/playlist/?order=hot&cat=网络歌曲\nKTV::/discover/playlist/?order=hot&cat=KTV\n经典::/discover/playlist/?order=hot&cat=经典\n翻唱::/discover/playlist/?order=hot&cat=翻唱\n吉他::/discover/playlist/?order=hot&cat=吉他\n钢琴::/discover/playlist/?order=hot&cat=钢琴\n器乐::/discover/playlist/?order=hot&cat=器乐\n榜单::/discover/playlist/?order=hot&cat=榜单\n00后::/discover/playlist/?order=hot&cat=00后",
    "header": "",
    "lastUpdateTime": 1734635561588,
    "loginUrl": "",
    "respondTime": 2350,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "class.m-song-img@tag.img@src||class.u-cover@tag.img@data-src",
      "init": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "@js:'http://music.163.com/song/media/outer/url?id='+baseUrl.match(/id=(\\d+)/)[1]+'.mp3'",
      "nextContentUrl": "",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "@css:a[href^=\"/user\"]@text",
      "bookList": "@css:#m-pl-container>li",
      "bookUrl": "@css:p.dec>a@href||p.name>a@href",
      "coverUrl": "@css:img@src@js:result.split(\"?\")[0]",
      "kind": "@css:.tags>a@text",
      "lastChapter": "",
      "name": "@css:p.dec>a@text"
    },
    "ruleSearch": {
      "author": "$.artists[*].name@js:java.put(\"author\",result);result",
      "bookList": "$.result.songs",
      "bookUrl": "https://music.163.com/song?id={{$.id}}",
      "coverUrl": "",
      "kind": "$.album.name",
      "lastChapter": "",
      "name": "$.name@js:java.put(\"name\",result);result"
    },
    "ruleToc": {
      "chapterList": "id.song-list-pre-cache@class.f-hide@tag.a||class.tit",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ""
    },
    "searchUrl": "http://music.163.com/api/search/get/web?csrf_token=&lpretag=&hlposttag=&s={{key}}&type=1&offset=0&total=true&limit=100",
    "weight": 0
  },
  {
    "bookSourceComment": "https://cxb-pro.cread.com/cx/new/phindexys\n//可用详情页url：\nhttps://readbook-service-freebook.cread.com/cx/bookDetailYS?bookid={{$.id}}\nhttps://readbook-service-freebook.cread.com/reader-book/details?bookId={{$.id}}\nhttps://cxb-pro.cread.com/cx/book/recommend,{\n  \"body\": \"bookId={{$.id}}&cnid=10013&type=2\",\n  \"method\": \"POST\"\n}\n",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "免费追书",
    "bookSourceType": 0,
    "bookSourceUrl": "https://cxb-pro.cread.com##@遇知",
    "customButton": false,
    "customOrder": 444,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\n\t\n\tbd=[\n\t[\"男频榜单\",\n[[\"好评榜\",\"904\"],[\"追更榜\",\"461\"],[\"热搜榜\",\"465\"],[\"飙升榜\",\"466\"],[\"新书榜\",\"467\"],[\"完结榜\",\"463\"]]],\n  [\"女频榜单\",\n[[\"好评榜\",\"905\"],[\"追更榜\",\"470\"],[\"热搜榜\",\"471\"],[\"飙升榜\",\"473\"],[\"新书榜\",\"468\"],[\"完结榜\",\"474\"]]],\n  [\"出版\",\n[[\"人气榜\",\"475\"]]]];\nbd.map([title,list]=>{\n   \tpush(\"❤\"+title+\"❤\",null,1,1);\t\t\t\t\t\t\t\t\t\n\t   list.map([title,bdid]=>{ \n\t   \t\t   url=`https://cxb-pro.cread.com/cx/new/rankList?uid=127995117&cnid=10013&bdid=${bdid}&name=${title}&index=1&pageSize=50&curpage=1`;     \n\t\t\t\tpush(title, url,1, 0.25); \n\t});\t\n\t});\n\t\ncb=[[\"文学小说\",\"3100\"],[\"经典名著\",\"3200\"],[\"经管励志\",\"3300\"],[\"生活休闲\",\"3400\"],[\"科普教育\",\"3600\"],[\"婚姻家庭\",\"3500\"],[\"亲子育儿\",\"3800\"],[\"百科工具\",\"3900\"]].map([title,flid]=>{ \n\t   \t\t   url=`https://cxb-pro.cread.com/cx/new/catelistnew?uid=127995117&cnid=10013&version=8.2.1&flid=${flid}&thirdCateId=0&sortType=1&bookStatus=0&wordnumType=0&pageSize=20&curpage={{page}}`;     \n\t\t\t\tpush(title, url,1, 0.25); \n\t});\n\t\nfl=[\n[\"男频\",\n[[\"都市\",\"1200\",[\"热血都市\",\"异术超能\",\"官场职场\"]],\n[\"东方玄幻\",\"1100\",[\"玄幻大陆\",\"洪荒传说\",\"异界时空\"]],\n[\"武侠仙侠\",\"1400\",[\"奇幻修真\",\"武侠国术\",\"古典仙侠\"]],\n[\"恐怖悬疑\",\"1800\",[\"悬疑冒险\",\"恐怖惊悚\",\"推理侦探\"]],\n[\"架空历史\",\"1500\",[\"架空王朝\",\"历史传记\",\"战争幻想\"]],\n[\"网游竞技\",\"1700\",[\"虚拟游戏\",\"游戏异界\",\"竞技小说\"]],\n[\"科幻未来\",\"1600\",[\"星际未来\",\"进化变异\",\"末世危机\"]],\n[\"西方玄幻\",\"1300\",[\"魔幻世界\",\"大陆争霸\",\"异类兽族\"]]]],\n[\"女频\",\n[[\"总裁豪门\",\"2400\",[\"豪门世家\",\"娱乐明星\"]],\n[\"古代言情\",\"2100\",[\"古色古香\",\"穿越架空\",\"宫闱宅斗\"]],\n[\"幻想言情\",\"2200\",[\"玄幻仙侠\",\"异族恋情\",\"魔幻精灵\"]],\n[\"现代言情\",\"2300\",[\"婚恋情缘\",\"商战职场\",\"民国风情\"]],\n[\"青春校园\",\"2500\",[\"校园纯情\",\"青涩年华\"]],\n[\"唯美同人\",\"2600\",[\"唯美小说\",\"同人小说\"]]]]\n];\n\nfl.map([title,list]=>{\n   \tpush(\"❤\"+title+\"分类❤\",null,1,1);\t\t\t\n\t\tlist.map([title,flid,list]=>{\t\t\t\n[[\"连载\",\"1\"],[\"完结\",\"3\"]].map([tit,status]=>{\t\t\t\n\tpush(title+\"♡\"+tit,null,1,1);\n\t   list.map((title,cid)=>{ \n\t   cid=Number(flid) + Number(cid)+1;\t\n\t   url=`https://cxb-pro.cread.com/cx/new/catelistnew?uid=127995117&cnid=10013&version=8.1.4&flid=${flid}&thirdCateId=${cid}&sortType=1&bookStatus=${status}&wordnumType=0&pageSize=20&curpage={{page}}`;     \n\t\t\t\tpush(title, url,1, 0.25); \n\t\t\t\t});\n\t});\n\t});\t\n\t});\n\t\nJSON.stringify(sort);",
    "header": "{\n \"uid\":\"127993993\",\n\t\"cnid\":\"10013\",\n\t\"version\":\"8.1.4\",\t\n\t\"umeng\":\"FreeZhuishu_huaweiyysc\",\n\t\"promotionChannelId\":\"10013\",\n\t\"packname\":\"com.mianfeizs.book\",\t\n\t\t\"oscode\":\"29\",\n\t\t\"vcode\":\"202\",\n\t\t\"channelId\":\"10013\",\n\t\t\"realChannelID\":\"10013\",\n\t\t\"appname\":\"mfzs\",\n\t\t\"platform\":\"android\", \"uuid\":\"7ceb256e090f080cd28ac296a1278112\"\n}",
    "lastUpdateTime": 1734942999829,
    "loginUrl": "",
    "respondTime": 2014,
    "ruleBookInfo": {
      "author": "$.authorName",
      "canReName": "",
      "coverUrl": "$.bookImg",
      "downloadUrls": "",
      "init": "$.data",
      "intro": "<br>\n🏅 评分：{{$.grade}}分\n🎗 标签：{{$.tags..name##\\s##，}}\n🔥 人气：{{$.popularity}}\n🕰 更新时间：{{$.lastUpdateChapterDate##\\s##🔸}}\n📂 简介：{{$.introduction}}##(^|[。！？]+[”」）】]?)##$1<br>\n",
      "kind": "{{$.bookStatus}}\n{{$.categoryName}}\n{{$.grade}}分\n{{$.lastUpdateChapterDate##\\s.*}}",
      "lastChapter": "$.lastUpdateChapterName",
      "name": "$.bookName",
      "tocUrl": "https://cxb-pro.cread.com/cx/itf/getvolume?bookId={{$.bookId}}",
      "wordCount": "$.wordCount"
    },
    "ruleContent": {
      "content": "$..content"
    },
    "ruleExplore": {
      "author": "$.authorName",
      "bookList": "$..dataList[*]",
      "bookUrl": "https://readbook-service-freebook.cread.com/reader-book/details?bookId={{$.bookid}}",
      "coverUrl": "$.cover",
      "intro": "$.intro",
      "kind": "{{$.categoryName}}\n{{java.getString('$.bookStatue')=='03'?'完结':'连载'}}\n{{$.grade}}分",
      "name": "$.newBookName",
      "wordCount": "$.wordCount"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.list[*]",
      "bookUrl": "https://readbook-service-freebook.cread.com/reader-book/details?bookId={{$.id}}",
      "checkKeyWord": "绝世道君",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "{{$.categoryName}}\n{{java.getString('$.bookStatue')=='03'?'完结':'连载'}}\n{{$.grade}}分",
      "lastChapter": "",
      "name": "$.name",
      "wordCount": "$.words"
    },
    "ruleToc": {
      "chapterList": "$.list..bookChapters[*]",
      "chapterName": "$.name",
      "chapterUrl": "https://cxb-pro.cread.com:443/cx/itf/chapterRead?bookId={{$.bookid}}&chapterId={{$.id}}&full=0",
      "isVip": "",
      "isVolume": "",
      "updateTime": "{{java.timeFormat(java.getString('$.updateDate'))}} 字数:{{$.wordCount}}##/##-"
    },
    "searchUrl": "https://cxb-pro.cread.com/cx/searchbooks,{\n  \"body\": \"keyword={{key}}&pageNo={{page}}&version=8.1.4\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "//2025.8.1 by.◎辞晨◎",
    "bookSourceGroup": "漫画",
    "bookSourceName": "快看漫画",
    "bookSourceType": 2,
    "bookSourceUrl": "https://m.kuaikanmanhua.com/",
    "customButton": false,
    "customOrder": 445,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"✿　　　　　　　榜    单　　　　　　　✿\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"国漫榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=9\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日漫榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=10\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"韩漫榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=11\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"少女榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=6\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"少年榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=5\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青女榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=7\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青年榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=8\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"新作榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完结榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=12\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"口碑榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"畅销榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=4\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"🔹　　 　　　　状    态　 　　　　　🔹 \",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"推荐\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最火热\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=0&sort=2&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"新上架\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=0&sort=3&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"连载中\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=1&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"已完结\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=2&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"►免费\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=1&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"►付费\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=2&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"►抢先看\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=3&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"🔹　　 　　　　分    类　 　　　　　🔹 \",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"恋爱\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=20&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"强剧情\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=82&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古风\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=46&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校园\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=47&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奇幻\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=22&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"唯美\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=58&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"热血\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=67&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日漫\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=57&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"韩漫\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=60&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"大女主\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=77&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完结\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=40&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=80&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"萌系\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=62&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=32&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=63&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"搞笑\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=71&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=48&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"正能量\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=54&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总裁\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=52&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"投稿\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=76&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "@js:\nJSON.stringify({\n  'User-Agent': java.getWebViewUA(),\n  'sec-ch-ua-platform': \"\\\"Android\\\"\",\n  'origin': baseUrl,\n  'x-requested-with': \"cn.mujiankeji.mbrowser\",\n  'Referer': baseUrl,\n  'Accept-language': \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"\n})",
    "lastUpdateTime": 1759430168449,
    "respondTime": 2558,
    "ruleBookInfo": {
      "author": "$.data[*].topicInfo.user.nickname",
      "coverUrl": "$.data[0].topicInfo.vertical_image_url",
      "init": "<js>\na=eval(result.match(/__NUXT__[^<]*/)[0]);\nresult=JSON.stringify(__NUXT__);\ncache.put(\"kkmh\",result);\nresult;\n</js>",
      "intro": "&nbsp;\n📖 书名：{{book.name}}\n👤 作者：{{book.author}}\n🔖 标签：{{book.kind}}\n🕰 最新：{{$.data[0].topicInfo.topic_intro##(\\d+)##$1章###}}\n🏷 简介：{{$.data[0].topicInfo.description}}",
      "kind": "$.data[*].topicInfo.category##\\[|\\]|\\\"",
      "lastChapter": "$.data[0].topicInfo.topic_intro##(\\d+)##$1章###",
      "name": "$.data[0].topicInfo.title"
    },
    "ruleContent": {
      "content": "img@data-src\n<js>\nlet headers = JSON.stringify({\"headers\":{\"Referer\":baseUrl}});\nresult.split('\\n').map(x=>`<img src=\"${x},${headers}\">`).join('\\n');\n</js>",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.author_name",
      "bookList": "$.data.topics||$.data.cards||$.hits.topicMessageList||$.hits",
      "bookUrl": "$.id||$.topic_id\n@js:\"/mobile/\"+result+\"/list/\"",
      "coverUrl": "$.vertical_image_url||$.image_url||$.cover_image_info.images[*].url",
      "intro": "description",
      "kind": "$.category||$.recommend_tag[1].title",
      "lastChapter": "$.latest_comic_title",
      "name": "$.title.text||$.title"
    },
    "ruleToc": {
      "chapterList": "<js>\njava.setContent(cache.get('kkmh'));\ncache.delete('kkmh');\nresult=java.getElements('$.data[*].comicList[*]')\n</js>",
      "chapterName": "$.title",
      "chapterUrl": "$.id\n@js:\"https://m.kuaikanmanhua.com/mobile/comics/\"+result+\"/\"",
      "isVip": "$.is_free\n@js:result=='true'?false:true",
      "updateTime": "@js:java.timeFormat({{$.updated_at}})"
    },
    "searchUrl": "/search/mini/topic/title_and_author?page={{page}}&size=24&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "书趣阁吧",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xshuquge.net",
    "customButton": false,
    "customOrder": 446,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1734981196293,
    "respondTime": 6984,
    "ruleBookInfo": {
      "author": ".small > span:nth-child(1)@text",
      "coverUrl": "img:nth-child(1)@src",
      "init": "",
      "intro": ".intro@text## 展开.*",
      "kind": ".small > span:nth-child(2)@text##分类：",
      "lastChapter": ".last > a@text",
      "name": "h2@text",
      "tocUrl": "",
      "wordCount": "span:nth-child(4)@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html##最新网址：www.xshuquge.net|http://www.xshuquge.net.*|请记住本书首发域名.*|fri.*",
      "nextContentUrl": "",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "name": ""
    },
    "ruleSearch": {
      "author": ".author.0@text",
      "bookList": "class.bookbox",
      "bookUrl": ".bookname > a.0@href",
      "checkKeyWord": "我的",
      "coverUrl": "",
      "kind": "class.cat.0@text##分类：",
      "lastChapter": "class.update.0@tag.a@text",
      "name": ".bookname > a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.listmain@tag.dl@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": ""
    },
    "searchUrl": "/search.php,{\n\"method\" :\"POST\",\n\"body\": \"searchkey={{key}}&submit=\"}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "小说下载网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.xiaxs.la",
    "customButton": false,
    "customOrder": 447,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "武侠小说::/soft/1/Soft_001_{{page}}.html&&玄幻小说::/soft/2/Soft_002_{{page}}.html&&都市言情::/soft/3/Soft_003_{{page}}.html&&恐怖灵异::/soft/4/Soft_004_{{page}}.html&&现代文学::/soft/5/Soft_005_{{page}}.html&&侦探推理::/soft/6/Soft_006_{{page}}.html&&科幻小说::/soft/7/Soft_007_{{page}}.html&&穿越架空::/soft/9/Soft_009_{{page}}.html&&古典名著::/soft/10/Soft_010_{{page}}.html&&名人自传::/soft/11/Soft_011_{{page}}.html&&历史军事::/soft/12/Soft_012_{{page}}.html&&制作工具::/soft/13/Soft_013_{{page}}.html&&网游小说::/soft/14/Soft_014_{{page}}.html&&推荐小说::http://www.xiaxs.la/soft/best/index_{{page}}.html&&热门小说::http://www.xiaxs.la/soft/hot/index_{{page}}.html&&最新小说::http://www.xiaxs.la/soft/new/index_{{page}}.html&&全本小说::http://www.xiaxs.la/soft/quanben/index_{{page}}.html&&",
    "lastUpdateTime": 1689054734794,
    "respondTime": 4934,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "init": "<js>\nvar act=org.jsoup.Jsoup.parse(result).select(\".downButton\").attr(\"href\");\nvar url = \"http://www.xiaxs.la\"+act;\njava.put(\"url\",url);\njava.ajax(url)</js>\n",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "@get:{url}",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#content1@html##.*?www.xiaxs.la.*",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "##作者：([^<]+)<##$1###",
      "bookList": ".listBox ul li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "img@src",
      "intro": ".u@text",
      "lastChapter": "tag.a.1@text##最新章节[:：]",
      "name": "tag.a.0@text##全集"
    },
    "ruleSearch": {
      "author": "em@text",
      "bookList": ".listBox ul li",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "name": "a@text##全集"
    },
    "ruleToc": {
      "chapterList": ".pc_list a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.xiaxs.la/search.php?s=&searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "搜索不到时可以尝试以下格式搜索（注意关闭精确搜索）\n##完整书名",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "🎉 晋江百合",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.jjwxc.net/channel",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 448,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\n//一行个数\nvar nums = 4 ;\n//分隔符\nvar separator = '::'\n\n//标题::链接::一行个数::分类\n\nall=[\"今日限免::https://app-cdn.jjwxc.net/bookstore/getFullPage?channel=novelfree\",\"我的收藏::http://app.jjwxc.org:80/androidapi/incrementFavorite?versionCode=185&token={{cookie.getKey('http://m.jjwxc.net','sid')}}&backupTime=&order=1\",\"点击签到::https://m.jjwxc.net/my/signIn,{'headers':'cookie':'sid={{cookie.getKey(\\\"http://m.jjwxc.net\\\",\\\"sid\\\")}}'}\",\"百合搜索::https://app.jjwxc.org/search/getSearchForKeyWords?versionCode=226&offset={{(page-1)*20}}&limit=20&bq=0&removetags=0&fw=0&yc=0&xx=3&sd=0&lx=0&fg=0&mainview=0&fbsj=0&searchkeyWords={{String(source.getVariable()).match(/^搜索(.*)/)[1]}}&isfinish=2&token={{cookie.getKey('http://m.jjwxc.net','sid')}}&sortType=0\",\"🌸     百合全部    🌸::https://app-cdn.jjwxc.net/bookstore/getFullPage?channel=bhxs&version=3::1\",\"频道金榜::229\",\"重来一世::2222000013\",\"幻想未来::2222000023\",\"架空历史::2222000015\",\"都市情缘::2222000024\",\"穿越时空::2222000016\",\"天赐良缘::2222000025\",\"时尚娱乐::2222000026\",\"奇幻异闻::2222000014\",\"系统快穿::2280000168\",\"宫廷侯爵::2280000164\",\"业界精英::2280000166\",\"情有独钟::2280000170\",\"运气淘文::2240000009\",\"勤奋更新::2226000013\",\"月度排行::2222000004\",\"季度排行::2222000005\",\"年度排行::2222000006\",\" VIP新文 ::2222000002\",\"新晋作者::2222000003\",\"🌸    百合完结    🌸::https://android.jjwxc.com/search/getSearchForKeyWords?versionCode=221&offset={{(page-1)*20}}&limit=20&bq=0&removetags=0&fw=0&yc=0&xx=3&sd=0&lx=0&fg=0&mainview=0&fbsj=0&isfinish=2&token={{cookie.getKey('https://m.jjwxc.net','sid')}}&sortType=2::1\",\"重来一世::2222000031\",\"幻想未来::2222000039\",\"架空历史::2222000033\",\"都市情缘::2222000040\",\"穿越时空::2222000034\",\"天赐良缘::2222000041\",\"时尚娱乐::2222000042\",\"奇幻异闻::2222000032\",\"系统快穿::2280000169\",\"宫廷侯爵::2280000165\",\"业界精英::2280000167\",\"情有独钟::2280000171\",\"🌸    百合连载    🌸::::1\",\"重来一世::2222000013\",\"幻想未来::2222000023\",\"架空历史::2222000015\",\"都市情缘::2222000024\",\"穿越时空::2222000016\",\"天赐良缘::2222000025\",\"时尚娱乐::2222000026\",\"奇幻异闻::2222000014\",\"系统快穿::2280000168\",\"宫廷侯爵::2280000164\",\"业界精英::2280000166\",\"情有独钟::2280000170\",\"-------- 标签[百合] --------::::1\",\"快穿::125::::bq\",\"穿书::134::::bq\",\"甜文::124::::bq\",\"重生::75::::bq\",\"爽文::137::::bq\",\"系统::122::::bq\",\"强强::19::::bq\",\"星际::135::::bq\",\"生子::20::::bq\",\"校园::185::::bq\",\"末世::81::::bq\",\"女配::96::::bq\",\"美食::99::::bq\",\"异能::72::::bq\",\"玄学::206::::bq\",\"打脸::138::::bq\",\"清穿::18::::bq\",\"女强::82::::bq\",\"直播::142::::bq\",\"年下::21::::bq\",\"武侠::11::::bq\",\"逆袭::184::::bq\",\"宫斗::74::::bq\",\"日韩::86::::bq\",\"婚恋::78::::bq\",\"竞技::70::::bq\",\"科举::174::::bq\",\"萌宠::205::::bq\",\"恐怖::29::::bq\",\"机甲::97::::bq\",\"科幻::28::::bq\",\"洪荒::67::::bq\",\"血族::69::::bq\",\"宅斗::73::::bq\",\"网红::141::::bq\",\"成长::183::::bq\",\"职场::98::::bq\",\"经商::180::::bq\",\"网配::84::::bq\",\"美娱::140::::bq\",\"商战::123::::bq\",\"传奇::89::::bq\",\"聊斋::188::::bq\",\"婆媳::80::::bq\",\"爱情::1::::lx\",\"武侠::2::::lx\",\"奇幻::3::::lx\",\"仙侠::4::::lx\",\"游戏::5::::lx\",\"传奇::6::::lx\",\"科幻::7::::lx\",\"童话::8::::lx\",\"惊悚::9::::lx\",\"悬疑::10::::lx\",\"剧情::16::::lx\",\"娱乐圈::64::::bq\",\"种田文::66::::bq\",\"年代文::173::::bq\",\"无限流::83::::bq\",\"少年漫::90::::bq\",\"古穿今::65::::bq\",\"升级流::139::::bq\",\"少女漫::14::::bq\",\"原著向::93::::bq\",\"姐弟恋::186::::bq\",\"大冒险::198::::bq\",\"轻小说::17::::lx\",\"穿越时空::60::::bq\",\"仙侠修真::68::::bq\",\"豪门世家::33::::bq\",\"随身空间::56::::bq\",\"情有独钟::39::::bq\",\"灵异神怪::26::::bq\",\"破镜重圆::47::::bq\",\"英美衍生::17::::bq\",\"虐恋情深::42::::bq\",\"青梅竹马::62::::bq\",\"超级英雄::132::::bq\",\"宫廷侯爵::32::::bq\",\"异世大陆::57::::bq\",\"悬疑推理::128::::bq\",\"天作之合::52::::bq\",\"天之骄子::54::::bq\",\"游戏网游::92::::bq\",\"都市情缘::30::::bq\",\"性别转换::24::::bq\",\"现代架空::126::::bq\",\"未来架空::127::::bq\",\"欢喜冤家::41::::bq\",\"前世今生::49::::bq\",\"幻想空间::25::::bq\",\"复仇虐渣::145::::bq\",\"东方玄幻::144::::bq\",\"朝堂之上::178::::bq\",\"奇幻魔幻::27::::bq\",\"励志人生::121::::bq\",\"民国旧影::61::::bq\",\"布衣生活::38::::bq\",\"业界精英::101::::bq\",\"历史衍生::91::::bq\",\"女扮男装::136::::bq\",\"市井生活::175::::bq\",\"古代幻想::189::::bq\",\"西方罗曼::59::::bq\",\"平步青云::55::::bq\",\"相爱相杀::103::::bq\",\"因缘邂逅::45::::bq\",\"灵魂转换::23::::bq\",\"魔法幻情::191::::bq\",\"西方名著::16::::bq\",\"江湖恩怨::35::::bq\",\"异国奇缘::37::::bq\",\"花季雨季::31::::bq\",\"制服情缘::85::::bq\",\"都市异闻::181::::bq\",\"古典名著::130::::bq\",\"近水楼台::46::::bq\",\"亡灵异族::192::::bq\",\"乔装改扮::51::::bq\",\"小门小户::177::::bq\",\"时代奇缘::22::::bq\",\"史诗奇幻::199::::bq\",\"阴差阳错::53::::bq\",\"恋爱合约::48::::bq\",\"异闻传说::196::::bq\",\"边缘恋歌::44::::bq\",\"三教九流::36::::bq\",\"骑士与剑::63::::bq\",\"七年之痒::79::::bq\",\"授权衍生::148::::bq\",\"异想天开::190::::bq\",\"乡村爱情::58::::bq\",\"爱情战争::50::::bq\",\"时尚流行::182::::bq\",\"时代新风::210::::bq\",\"古典衍生::20::::lx\",\"东方衍生::18::::lx\",\"西方衍生::19::::lx\",\"其他衍生::21::::lx\"];\n\n\n\n//@天天gg@酷安 下面不要动\nfunction parse(data){\n\tlet args=data.split(separator);\n\tlet title = args[0],url=args[1],num=nums;\n\t\n\t//链接生成\n\t let u=/^\\d+/.test(url)?\"http://app-cdn.jjwxc.net/bookstore/getFullPage?channelBody=%7B%\"+url+\"%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2225%22%7D%7D&versionCode=148\":url;\n try {num = args[2] }catch(e){}\n try {tag = args[3];\n u=tag==\"bq\"?'https://android.jjwxc.com/search/getSearchForKeyWords?versionCode=221&offset={{(page-1)*20}}&limit=20&bq='+url+'&removetags=0&fw=0&yc=0&xx=3&sd=0&lx=0&fg=0&mainview=0&fbsj=0&collectionTypes=ors&isfinish=0&sortType=0&token={\\{cookie.getKey(\"https://m.jjwxc.net\",\"sid\")}\\}':u;\n u=tag==\"lx\"?'https://android.jjwxc.com/search/getSearchForKeyWords?versionCode=221&offset={{(page-1)*20}}&limit=20&bq=0&removetags=0&fw=0&yc=0&xx=3&sd=0&lx='+url+'&fg=0&mainview=0&fbsj=0&collectionTypes=ors&isfinish=0&sortType=0&token={\\{cookie.getKey(\"https://m.jjwxc.net\",\"sid\")}}':u\n }catch(e){}\n\treturn [title, u, num]\n\t}\n\nfunction FlexBox(title, url, num){\n\t\t let obj={};\n\t\t obj.style={},obj.title=title,obj.url=url?url:'',obj.style['layout_flexGrow']=1;\n\t//数值设定\n\tlet data={1:1,2:0.4,3:0.25,4:0.2,5:0.15,7:0.1,10:0.05};\nobj.style['layout_flexBasisPercent']=data[num]\n\t\treturn obj\n\t\t}\nresult=JSON.stringify(all.map(data=>{\n\tlet args=parse(data);\n\treturn FlexBox.apply(null, args)\n\t}))\n</js>",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 8.0.0; zh-cn; MIX 2 Build/OPR1.170623.027) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\"\n}",
    "lastUpdateTime": 1686353230516,
    "loginCheckJs": "",
    "loginUrl": "http://m.jjwxc.net",
    "respondTime": 3611,
    "ruleBookInfo": {
      "author": "$.authorName",
      "canReName": "1",
      "coverUrl": "$.novelCover",
      "init": "",
      "intro": "<js>\n//请假条\ntry{\na=JSON.parse(java.ajax('http://app.jjwxc.org/androidapi/getnovelOtherInfo?novelId='+baseUrl.match(/(\\d+)/)[1]+'&type=novelbasicinfo&versionCode=163'));\n\njava.put(\"pv\",a.novelreview)\n\n$=a.novelLeave;\nn='\\n';\nleave=$.leaveContent?'————————•————————'+n+'​'+n+$.leaveDateBack+n+'​'+'​'+'      '+$.leaveContent+n+$.leaveDate.replace(/请假时间：/,'⌚️')+n+$.leaveIntro:'';\njava.put('leave',leave);\njava.put('intro',JSON.parse(result).novelIntro.replace(/\\#/g,'＃'));\nresult}catch(err){\njava.log(err);\njava.put('leave',\"\");\njava.put('intro',\"\");\n}\n</js>\n&nbsp;&nbsp;📖{{$.novelIntroShort##。$}}📖{{'\\n&lrm;'}}<br>\n🏆{{$.ranking}}    🍼{{$.nutrition_novel}}    📝{{$.comment_count}}    🔖{{$.novelStyle}}\n◉ 标签：{{$.novelTags##,|\\s##🏷}}<br>\n◉ {{$.protagonist##,|，|；|;##、}}<br>\n◉ {{$.costar##,|，|；|;##、}}<br>\n◉ {{$.other##,|，|；|;##、}}<br>\n◉ 视角：{{$.mainview}}<br>\n◉ 评分：{{java.get(\"pv\")}}<br>\n◉ 收藏：{{$.novelbefavoritedcount}}<br>\n{{String(java.get('intro')).replace(/立意:/,'◎◎ 立意：')}}<br>{{java.get('leave')}}<br>\n{{'\\n'+'​'}}\n\n<js>\nresult=String(result);\nli=result.match(/◎ 立意.*/)?'&lrm;\\n'+result.match(/(◎ 立意.*?<br>)/)[1]:'';\nString(result).replace(/📖📖|📖''📖/,'').replace(/(◉ 收藏.*?<br>)/,'$1\\n'+li+'&lrm;\\n'+'————————•————————\\n').replace(/◎◎ 立意.*<br>/,'').replace(/(?:◉ 标签：|◉ 主角：|◉ 配角：|◉ 其它：|◉ 视角：|◉ 评分：|&lrm;\\n◎ 立意：)<br>/g,'')</js>",
      "kind": "{{step=java.getString('$.novelStep')=='2'?'已完结':'连载中';}},{{$.novelClass&&$.novelTags}}##-##,",
      "lastChapter": "<js>\ntry{last=JSON.parse(java.ajax('http://android.jjwxc.net/androidapi/chapterList?novelId='+baseUrl.match(/(\\d+)/)[1])).chapterlist;\n$=last[last.length-1];\nvip=$.isvip?'🔒':'';\nchapterid=$.chapterid;\nchaptername=$.chaptername;\ndate=$.chapterdate;\nvip+chapterid+'.'+chaptername+'•'+date}\ncatch(err){\nresult=\"请刷新或暂无目录\"\n}\n</js>",
      "name": "$.novelName",
      "tocUrl": "http://app-cdn.jjwxc.net/androidapi/chapterList?novelId={{baseUrl.match(/novelId=(\\d+)/)[1]}}&more=0&whole=1",
      "wordCount": "$.novelSize##,"
    },
    "ruleContent": {
      "content": "<js>\nif(baseUrl.match(/jjwxc/)){\nintro=java.get(\"intro1\");\n\nintro=intro!=\"\"?\"◎\"+intro+\"◎<br>\":\"\";\ncontent=java.getElement(\"$.content\");\n\nsaybody=java.getString(\"$.sayBody\");\nsay=saybody!=\"\"?\"\\n作者有话说：\\n\"+saybody:\"\";\nif(baseUrl.match(/token/)){\n\tvipc=/^DcAWGQtI44o=$/.test(content)?JSON.parse(src).message:java.createSymmetricCrypto(\"DES/CBC/PKCS5Padding\", String(\"KK!%G3JdCHJxpAF3%Vg9pN\"), String(\"1ae2c94b\")).decryptStr(content)\n\t\nresult=intro+String(vipc+say);\n}else{result=intro+content+say}\n\n}else{result=\"&lrm;\"}\n\n\n//评论开启\nbbb = book.getVariable(\"custom\")\nsss=source.getVariable()\nif(/评论/.test(bbb) || /评论/.test(sss)){\n\tjava.log(sss)\nlet commentNum =/评论/.test(bbb)?bbb.match(/评论(\\d+)/)[1]:sss.match(/评论(\\d+)/)[1];\ncommentUrl = baseUrl.replace(/androidapi/,'comment').replace(/chapterContent/,'getCommentList')+\"&limit=\"+commentNum+\"&offset=0\";\n\ncomment = JSON.parse(java.ajax(commentUrl));\ncommentList =comment.commentList || comment.data.commentList;\ncommentb = \"\";\nfor(i=0;i<commentList.length;i++){\n\tlet b = commentList[i];\n\tlet author = b.commentAuthor;\n\tlet body = b.commentBody;\n\tlet time = b.commentDate;\n\tcommentb+=\"▪\"+author+\" ——\"+time+\"▪\\n\"+body+\"\\n\";\n\t}\nresult = result + \"\\n&lrm;\\n最新评论：\\n\" + commentb\n}\nresult\n</js>\n##为营造更好的评论环境，近期网站要求发评须进行实名认证，未实名用户评论暂时仅在对应作者后台及发评用户后台可见.*|获取正文失败[\\s\\S]+|◎\\s+?◎",
      "imageStyle": "TEXT",
      "nextContentUrl": "",
      "payAction": "",
      "replaceRegex": "@js:\n//去除章节简介与正文重复\nif(/^◎/.test(result) ){\nchapter = result.match(/◎([\\s\\S]+?)…*◎/)[1].replace(/\\s/g,'');\nchapter2=result.match(/◎[\\s\\S]+?◎([\\s\\S]+)/)[1].replace(/\\s/g,'');\n\n//前十个字相同就删除\nnum = 10\nif(chapter.substring(0,num)==chapter2.substring(0,num)){\n\tresult = result.replace(/◎[\\s\\S]+?◎/,'')\n\t}else{result}\n}else{result}",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "$.authorName||$.authorname",
      "bookList": "@JSon:$..[?(@.novelName)]&&$..[?(@.novelname)]&&$.massage\n<js>\nif(result){\nfunction remove(a,b){\nlet delIndexList = a; // 要删除的序列\n if (delIndexList.length !== 0) { \nfor (let i = delIndexList.length - 1; i >= 0; i--) { b.splice(delIndexList[i], 1) } \nreturn b\n}\n}\n\nif(baseUrl=='https://app-cdn.jjwxc.net/bookstore/getFullPage?channel=bhxs&version=3'||baseUrl.match(/novelfree/)){\nlist=JSON.parse(src);\nfor(i in list){\nchannelName=list[i].channelName;\nblist=list[i].data;\nif(blist!=\"undefined\"){\nfor(j in blist){\nblist[j].channelName=channelName\n}}else{blist.channelName=channelName}\n\n}\nif(!baseUrl.match(/novelfree/)){\nlist=remove([0, 6,11,12,13],list)\n}else{\nlist=remove([1],list)\n}\nresult=JSON.stringify(list);}\nelse if(baseUrl.match(/signIn|getSearchForKeyWords/)){\nresult=\"{signIn:[\"+src+\"]}\"\n}\nelse{result=result}\n}else{result=\"\"}\n</js>\n$..[?(@.novelName)]&&$..[?(@.novelname)]&&$.signIn[*]",
      "bookUrl": "http://app-cdn.jjwxc.net/androidapi/novelbasicinfo?novelId={{$.novelid||$.novelId}}@put:{id:$.novelid||$.novelId}",
      "coverUrl": "@JSon:$.cover||$.novelCover||$.ebookurl",
      "intro": "$.novelIntroShort||$.novelintroshort\n<js>\nfree=\"{{$.freeDate}}\";\nif(free!=\"\"){\nresult=\"限免日期：🗓\"+free+\"\\n\"+result\n}else{\nresult=result\n}\n</js>",
      "kind": "@JSon:$.channelName&&$.tags&&$.novelSizeformat##\\s+##,",
      "lastChapter": "第{{$.maxChapterId}}章##第章",
      "name": "$.novelName||$.novelname||$.message",
      "wordCount": "$.novelStep||$.novelstep\n@js:result==2?'已完结':'连载中';"
    },
    "ruleSearch": {
      "author": "author",
      "bookList": "class.cytable@tag.tr[1:20]@tag.a[1]||$.items[:20]\n<js>\nlist=result.toArray();\njson=[];\nfor(i in list){\nid=String(list[i]).match(/href/)?String(list[i].attr(\"href\")).match(/(\\d+)/)[1]:list[i].novelid;\nurl=\"http://www.jjwxc.net/onebook.php?novelid=\"+id;\nhtml=String(java.ajax(url));\njava.setContent(html);\nJ=org.jsoup.Jsoup.parse(html);\n\ndes=String(J.select(\"span[style='color:#F98C4D']\").text()).replace(/立意：/,'◎ ').replace(/一句话简介：/,'◎ ')+\"◎\"+java.getElement(\"id.novelintro\").text();\ntitle=J.select('h1[itemprop=\"name\"]').text();\nauthor=J.select('span[itemprop=\"author\"]').text();\ncover=J.select(\".noveldefaultimage\").attr(\"src\");\ncat=String(J.select('a[style=\"text-decoration:none;color: red;\"]').text()).replace(/\\s/g,',');\nstatus=J.select('span[itemprop=\"updataStatus\"]').text();\nsize=String(J.select('span[itemprop=\"wordCount\"]').text()).replace(/字/,'');\nn=String(java.getElement('@@id.oneboolt@tag.tr.-2@span').text()).replace(/\\n/,'•').replace(/\\*最新更新/,'').replace(/(.*?)\\[VIP\\]/,'🔒$1');\nnum=java.getElement('@@id.oneboolt@tag.tr.-2@tag.td.0').text();\ngenre=J.select('[itemprop=\"genre\"]').text().split('-')[1];\njson.push({\ntitle:title,\nauthor:author,\ncat:status+\",\"+cat+','+genre,\nsize:size,\nurl:\"http://app-cdn.jjwxc.net/androidapi/novelbasicinfo?novelId=\"+id,\ndes:des,\nnew:String(num+\"、\"+n).replace(/(\\d+、)🔒/,'🔒$1'),\ncover:cover\n})\n}\njson\n</js>",
      "bookUrl": "url",
      "checkKeyWord": "",
      "coverUrl": "cover",
      "intro": "des",
      "kind": "cat",
      "lastChapter": "new",
      "name": "title",
      "wordCount": "size"
    },
    "ruleToc": {
      "chapterList": "$.chapterlist\n<js>\nbook.canUpdate;\nresult = result==\"[]\"?JSON.stringify([{\"chaptername\":\"暂无目录\",\"chapterid\":\"\",\"islock\":\"0\"}]):result;\n</js>\n$.[*]",
      "chapterName": "<js>\n$=result;\ntitle=$.chaptername;\ntitle=String(title).replace(/^\\s+/,'');\nintro=$.chapterintro;\nvip=$.isvip!='0';\nlock=$.islock!='0';\ntype=$.chaptertype=='1'?true:false;\nnum=!type?$.chapterid+\"  ☪ \":'';\n\n//下面被注释的代码是已经有章节数的前面就不加序号了\nbbb = book.getVariable(\"custom\");\nsss = source.getVariable();\nif(/去章节序号/.test(bbb) || /去章节序号/.test(sss)){\nnum=''\n}else{num=num}\n\ntitle=type?'📖 '+title+' 📖':title;\nif( (/目录简介/.test(bbb) || /目录简介/.test(sss))&&!/📖/.test(title)){\n\ttitle = title + \" ❖ \"+intro\n\t}else{\n\t\ttitle = title\n\t\tjava.put(\"intro1\",intro);\n\t\t}\nv=vip&&!type?' ◇':'';\nl=lock?'[此章节已锁]':'';\nresult=num+title+l+v;\n</js>",
      "chapterUrl": "@js:\n$=result;\ncookie=cookie.getKey(\"http://m.jjwxc.net\",\"sid\");\nchapterid=$.chapterid;\nvip=$.isvip!='0';\n\ntype=$.chaptertype=='1';\n\nif( !type){\nif(!vip){\nresult='https://app.jjwxc.net/androidapi/chapterContent?novelId='+baseUrl.match(/novelId=(\\d+)/)[1]+'&chapterId='+chapterid\n}else{result=\"https://app.jjwxc.net/androidapi/chapterContent?novelId=\"+baseUrl.match(/novelId=(\\d+)/)[1]+'&versionCode=191&token='+cookie+'&chapterId='+chapterid}\n}else{ result=\"\"}",
      "isPay": "",
      "isVip": "",
      "isVolume": "<js>\n\"{{$.chaptertype}}\"=='1'?true:false;\n</js>",
      "updateTime": "{{$.chaptersize}}字•{{$.chapterdate}}•{{$.chapterintro##^\\s*}}##^•|0000-00-00.*|^0字•|•$"
    },
    "searchUrl": "@js:\nif(/^##/.test(key)){\n\tresult = \"https://android.jjwxc.net/androidapi/search?versionCode=191&keyword={{key}}&type=1&page={{page}}&searchType=8&sortMode=DESC\"\n\t}else{\n\t\tresult = 'http://www.jjwxc.net/bookbase.php?searchkeywords={{key}}&page={{page}},{\"charset\": \"gbk\"}'\n\t\t}",
    "variableComment": "1、书籍变量（当前书）\n填写 [去章节序号] —— 去除章节序号\n填写 [目录简介] —— 章节简介放到目录列表，正文不出现\n填写 [评论+评论数量]——如 评论50  则可以显示50条评论，数量必填\n\n2、源变量（所有书）\n其余同书籍变量\n填写[搜索+书名] —— 必须在第一行，搜索百合书籍，在发现里点击[百合搜索]\n\n更改过后都要重新刷新",
    "weight": 0
  },
  {
    "bookSourceComment": "// Error: 下载链接为空\n\nhaxc",
    "bookSourceGroup": "免费",
    "bookSourceName": "Shield",
    "bookSourceType": 3,
    "bookSourceUrl": "https://shieldmanga.club",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 449,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "Action::/manga-genre/action/page/{{page}}\nHarem::/manga-genre/harem/page/{{page}}\nMartial Arts::/manga-genre/martial-arts/page/{{page}}\nAdventure::/manga-genre/adventure/page/{{page}}\nFantasy::/manga-genre/fantasy/page/{{page}}\nMature::/manga-genre/mature/page/{{page}}\nHorror::/manga-genre/horror/page/{{page}}\nMystery::/manga-genre/mystery/page/{{page}}\nSlice of Life::/manga-genre/slice-of-life/page/{{page}}\nTragedy::/manga-genre/tragedy/page/{{page}}\nSupernatural::/manga-genre/supernatural/page/{{page}}\nWebtoon::/manga-genre/webtoon/page/{{page}}\nShounen::/manga-genre/shounen/page/{{page}}\nRomance::/manga-genre/romance/page/{{page}}\nDrama::/manga-genre/drama/page/{{page}}\nComedy::/manga-genre/comedy/page/{{page}}\nEcchi::/manga-genre/ecchi/page/{{page}}",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 8.1.0; JKM-AL00b Build/HUAWEIJKM-AL00b; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 MQQBrowser/6.2 TBS/044807 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 1647346893833,
    "loginUrl": "",
    "respondTime": 180937,
    "ruleBookInfo": {
      "author": "class.author-content@a@text",
      "coverUrl": "[property=\"og:image\"]@content",
      "init": "",
      "intro": "[property=\"og:description\"]@content",
      "kind": "class.genres-content@a@text",
      "lastChapter": "class.list-chap@tag.li.0@a@text",
      "name": "[property=\"og:title\"]@content"
    },
    "ruleContent": {
      "content": "class.reading-content@div@tag.img@src@js:\nlist=result.split(\"\\n\");\nheader={\"Referer\":baseUrl};\nheaders={\"headers\":JSON.stringify(header)}\nhtml='';\nfor(i in list){\nhtml+='<img src=\"'+list[i]+'\">\\n'\n}\nhtml",
      "imageStyle": "FULL",
      "nextContentUrl": "",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "class.summary-content.1@a@text",
      "bookList": "class.row c-tabs-item__content||class.col-12",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "class.img-responsive@img@src",
      "intro": "class.summary-content.0@text",
      "kind": "class.summary-content.2@a@text",
      "name": "tag.h3@text"
    },
    "ruleToc": {
      "chapterList": "-class.list-chap@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://shieldmanga.club/?s={{key}}&post_type=wp-manga",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "㊣ 书耽 🔥 #一程1101",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.shubl.com#yc1101",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 450,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"签约\",\"url\":\"/index/filter_book_list?tag=%E7%AD%BE%E7%BA%A6&tag_module=signed&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"甜文\",\"url\":\"/index/filter_book_list?tag=%E7%94%9C%E6%96%87&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"爽文\",\"url\":\"/index/filter_book_list?tag=%E7%88%BD%E6%96%87&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"ＨＥ\",\"url\":\"/index/filter_book_list?tag=HE&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"ＢＥ\",\"url\":\"/index/filter_book_list?tag=BE&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"快穿\",\"url\":\"/index/filter_book_list?tag=%E5%BF%AB%E7%A9%BF&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"青春\",\"url\":\"/index/filter_book_list?tag=%E9%9D%92%E6%98%A5&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"/index/filter_book_list?tag=%E6%A0%A1%E5%9B%AD&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"百合\",\"url\":\"/index/filter_book_list?tag=%E7%99%BE%E5%90%88&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"科幻\",\"url\":\"/index/filter_book_list?tag=%E7%A7%91%E5%B9%BB&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"古代\",\"url\":\"/index/filter_book_list?tag=%E5%8F%A4%E4%BB%A3&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"民国\",\"url\":\"/index/filter_book_list?tag=%E6%B0%91%E5%9B%BD&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"现代\",\"url\":\"/index/filter_book_list?tag=%E7%8E%B0%E4%BB%A3&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"/index/filter_book_list?tag=%E9%83%BD%E5%B8%82&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"武侠\",\"url\":\"/index/filter_book_list?tag=%E6%AD%A6%E4%BE%A0&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"仙侠\",\"url\":\"/index/filter_book_list?tag=%E4%BB%99%E4%BE%A0&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"/index/filter_book_list?tag=%E7%8E%84%E5%B9%BB&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"架空\",\"url\":\"/index/filter_book_list?tag=%E6%9E%B6%E7%A9%BA&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"穿越\",\"url\":\"/index/filter_book_list?tag=%E7%A9%BF%E8%B6%8A&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"重生\",\"url\":\"/index/filter_book_list?tag=%E9%87%8D%E7%94%9F&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"动漫\",\"url\":\"/index/filter_book_list?tag=%E5%8A%A8%E6%BC%AB&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"网游\",\"url\":\"/index/filter_book_list?tag=%E7%BD%91%E6%B8%B8&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"/index/filter_book_list?tag=%E6%82%AC%E7%96%91&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"灵异\",\"url\":\"/index/filter_book_list?tag=%E7%81%B5%E5%BC%82&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"完本\",\"url\":\"/index/filter_book_list?tag=%E5%AE%8C%E6%9C%AC&tag_module=ended&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.21}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 1680413897790,
    "loginUrl": "https://m.shubl.com/signup/login",
    "respondTime": 3457,
    "ruleBookInfo": {
      "author": "class.author.0@text##\\s.*",
      "coverUrl": "class.thumb.0@img@data-original",
      "intro": ".info div.4@html&&.J_DescContent@html",
      "kind": "class.author.0@text&&class.pull-right.0@text##.*\\s|.*：",
      "name": ".name@text",
      "tocUrl": "class.container.1@a@href",
      "wordCount": ".numbers span.0@text"
    },
    "ruleContent": {
      "content": "#J_BookRead@html",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "div.1@text",
      "bookList": ".book-list li",
      "bookUrl": "a@href",
      "coverUrl": "img@data-original",
      "intro": "div.2@text",
      "name": "span.1@text"
    },
    "ruleToc": {
      "chapterList": ".list li",
      "chapterName": "p.0@text",
      "chapterUrl": "a@href##$##,{\"webView\":true}",
      "isVip": "i@text##^##🔒",
      "updateTime": "p.1@text"
    },
    "searchUrl": "/index/search_book?key={{key}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "漫画",
    "bookSourceName": "快看漫画",
    "bookSourceType": 2,
    "bookSourceUrl": "http://m.kuaikanmanhua.com#♤Haxc",
    "customButton": false,
    "customOrder": 451,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"✿　　　　　　　榜    单　　　　　　　✿\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"国漫榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=9\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日漫榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=10\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"韩漫榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=11\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"少女榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=6\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"少年榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=5\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青女榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=7\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青年榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=8\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"新作榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完结榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=12\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"口碑榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"畅销榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=4\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"🔹　　 　　　　状    态　 　　　　　🔹 \",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"推荐\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最火热\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=0&sort=2&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"新上架\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=0&sort=3&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"连载中\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=1&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"已完结\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=2&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"►免费\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=1&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"►付费\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=2&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"►抢先看\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=3&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"🔹　　 　　　　分    类　 　　　　　🔹 \",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"恋爱\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=20&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"强剧情\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=82&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古风\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=46&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校园\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=47&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奇幻\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=22&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"唯美\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=58&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"热血\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=67&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日漫\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=57&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"韩漫\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=60&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"大女主\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=77&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完结\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=40&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=80&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"萌系\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=62&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=32&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=63&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"搞笑\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=71&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=48&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"正能量\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=54&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总裁\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=52&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"投稿\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=76&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 10; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 Mobile Safari/537.36 SearchCraft/3.6.5 (Baidu; P1 9.0)\"\n}",
    "lastUpdateTime": 1759431397089,
    "loginUrl": "http://m.kuaikanmanhua.com/mob/booklist",
    "respondTime": 3742,
    "ruleBookInfo": {
      "author": "<js>\na=eval(result.match(/__NUXT__[^<]*/)[0]);\nresult=JSON.stringify(__NUXT__);\n</js>\n$.data[*].topicInfo.user.nickname",
      "coverUrl": "@js:\neval(result.match(/__NUXT__[^<]*/)[0]);\n__NUXT__.data[0].topicInfo.vertical_image_url",
      "intro": "@js:\neval(result.match(/__NUXT__[^<]*/)[0]);\n__NUXT__.data[0].topicInfo.description",
      "kind": "@js:\neval(result.match(/__NUXT__[^<]*/)[0]);\n__NUXT__.data[0].topicInfo.tags",
      "lastChapter": "@js:\neval(result.match(/__NUXT__[^<]*/)[0]);\n__NUXT__.data[0].topicInfo.update_status.replace(/^.*?已更/,\"\")",
      "name": "@js:\neval(result.match(/__NUXT__[^<]*/)[0]);\n__NUXT__.data[0].topicInfo.title"
    },
    "ruleContent": {
      "content": "class.ComicPics@img@html",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.author_name",
      "bookList": "$.data.topics||$.data.cards||$.hits.topicMessageList||$.hits",
      "bookUrl": "$.id||$.topic_id@js:\"http://m.kuaikanmanhua.com/mobile/\"+result+\"/list/\"",
      "coverUrl": "$.vertical_image_url||$.image_url||$.cover_image_info.images[*].url",
      "intro": "description",
      "kind": "$.category||$.recommend_tag[1].title",
      "lastChapter": "$.latest_comic_title",
      "name": "$.title.text||$.title"
    },
    "ruleToc": {
      "chapterList": "<js>\na=eval(result.match(/__NUXT__[^<]*/)[0]);\nresult=JSON.stringify(__NUXT__);\n</js>\n$.data[*].comicList[*]",
      "chapterName": "$.title",
      "chapterUrl": "$.id\n@js:\"http://m.kuaikanmanhua.com/mobile/comics/\"+result",
      "isVip": "$.is_free\n@js:result=='true'?false:true",
      "updateTime": "@js:java.timeFormat({{$.updated_at}})"
    },
    "searchUrl": "http://m.kuaikanmanhua.com/search/mini/topic/title_and_author?page={{page}}&size=24&q={{key}}",
    "weight": 66
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "塔读文学",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.tadu.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 452,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\": \"男生频道\",\"url\": \"\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": 1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"男生全部\",\"url\": \"/store/98-a-0-5-a-20-p-{{page}}-98\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"东方玄幻\",\"url\": \"/store/99-a-0-5-a-20-p-{{page}}-98\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"现代都市\",\"url\": \"/store/103-a-0-5-a-20-p-{{page}}-98\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"脑洞创意\",\"url\": \"/store/135-a-0-5-a-20-p-{{page}}-98\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"历史架空\",\"url\": \"/store/108-a-0-5-a-20-p-{{page}}-98\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"军事战争\",\"url\": \"/store/113-a-0-5-a-20-p-{{page}}-98\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"游戏竞技\",\"url\": \"/store/112-a-0-5-a-20-p-{{page}}-98\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"武侠仙侠\",\"url\": \"/store/109-a-0-5-a-20-p-{{page}}-98\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"科幻末世\",\"url\": \"/store/111-a-0-5-a-20-p-{{page}}-98\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"灵异悬疑\",\"url\": \"/store/128-a-0-5-a-20-p-{{page}}-98\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"西方玄幻\",\"url\": \"/store/107-a-0-5-a-20-p-{{page}}-98\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"短篇小说\",\"url\": \"/store/281-a-0-5-a-20-p-{{page}}-98\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"女生频道\",\"url\": \"\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": 1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"女生全部\",\"url\": \"/store/122-a-0-5-a-20-p-{{page}}-122\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"古代言情\",\"url\": \"/store/129-a-0-5-a-20-p-{{page}}-122\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"幻想言情\",\"url\": \"/store/133-a-0-5-a-20-p-{{page}}-122\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"现代言情\",\"url\": \"/store/104-a-0-5-a-20-p-{{page}}-122\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"浪漫青春\",\"url\": \"/store/105-a-0-5-a-20-p-{{page}}-122\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"悬疑小说\",\"url\": \"/store/288-a-0-5-a-20-p-{{page}}-122\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"短篇小说\",\"url\": \"/store/291-a-0-5-a-20-p-{{page}}-122\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": 0.29,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"出版频道\",\"url\": \"\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": 1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"出版全部\",\"url\": \"/store/79-a-0-5-a-20-p-{{page}}-79\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"现代都市\",\"url\": \"/store/81-a-0-5-a-20-p-{{page}}-79\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"青春文学\",\"url\": \"/store/83-a-0-5-a-20-p-{{page}}-79\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"悬疑灵异\",\"url\": \"/store/85-a-0-5-a-20-p-{{page}}-79\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"励志成功\",\"url\": \"/store/88-a-0-5-a-20-p-{{page}}-79\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"官场浮沉\",\"url\": \"/store/115-a-0-5-a-20-p-{{page}}-79\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"职场商战\",\"url\": \"/store/92-a-0-5-a-20-p-{{page}}-79\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"铁血军事\",\"url\": \"/store/86-a-0-5-a-20-p-{{page}}-79\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"历史风云\",\"url\": \"/store/84-a-0-5-a-20-p-{{page}}-79\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"影视娱乐\",\"url\": \"/store/102-a-0-5-a-20-p-{{page}}-79\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"经管理财\",\"url\": \"/store/32-a-0-5-a-20-p-{{page}}-79\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"教育教辅\",\"url\": \"/store/121-a-0-5-a-20-p-{{page}}-79\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"纪实传记\",\"url\": \"/store/82-a-0-5-a-20-p-{{page}}-79\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"奇幻科幻\",\"url\": \"/store/4-a-0-5-a-20-p-{{page}}-79\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"生活休闲\",\"url\": \"/store/87-a-0-5-a-20-p-{{page}}-79\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"武侠仙侠\",\"url\": \"/store/10-a-0-5-a-20-p-{{page}}-79\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"童话寓言\",\"url\": \"/store/89-a-0-5-a-20-p-{{page}}-79\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"社科科普\",\"url\": \"/store/3-a-0-5-a-20-p-{{page}}-79\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"外国名著\",\"url\": \"/store/90-a-0-5-a-20-p-{{page}}-79\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"古典名著\",\"url\": \"/store/91-a-0-5-a-20-p-{{page}}-79\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"当代文学\",\"url\": \"/store/93-a-0-5-a-20-p-{{page}}-79\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"两性伦理\",\"url\": \"/store/138-a-0-5-a-20-p-{{page}}-79\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": 0.29,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"言情小说\",\"url\": \"/store/139-a-0-5-a-20-p-{{page}}-79\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": 0.29,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"次元频道\",\"url\": \"\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": 1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"次元全部\",\"url\": \"/store/270-a-0-5-a-20-p-{{page}}-270\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"异能幻想\",\"url\": \"/store/271-a-0-5-a-20-p-{{page}}-270\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"校园青春\",\"url\": \"/store/272-a-0-5-a-20-p-{{page}}-270\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"动漫同人\",\"url\": \"/store/273-a-0-5-a-20-p-{{page}}-270\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"日常变身\",\"url\": \"/store/274-a-0-5-a-20-p-{{page}}-270\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"剑与魔法\",\"url\": \"/store/275-a-0-5-a-20-p-{{page}}-270\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"人气排行\",\"url\": \"\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": 1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"女生人气\",\"url\": \"/store/122-a-0-5-a-20-p-{{page}}-122\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"出版人气\",\"url\": \"/store/79-a-0-5-a-20-p-{{page}}-79\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"次元人气\",\"url\": \"/store/270-a-0-5-a-20-p-{{page}}-270\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"男人气榜\",\"url\": \"/store/98-a-0-5-a-20-p-{{page}}-98\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"男推荐榜\",\"url\": \"/store/98-a-0-9-a-20-p-{{page}}-98\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"男总字数\",\"url\": \"/store/98-a-0-1-a-20-p-{{page}}-98\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}}\n]",
    "header": "",
    "lastUpdateTime": 1677975058753,
    "loginUrl": "http://www.tadu.com/",
    "respondTime": 1344,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "",
      "init": "",
      "intro": "",
      "kind": "",
      "lastChapter": "class.chapter@tag.a.-1@text",
      "name": "",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.bookPartResourceUrl@value@js:\nresult=java.ajax(result);\nString(result).replace(/.+?:'(.+)'\\}\\)$/, '$1') || ' 付费章节，换源阅读！'##【作者题外话】：(.*|\\n)|书友群.*|【作者的话.*",
      "imageStyle": "0",
      "nextContentUrl": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.authorNm@text",
      "bookList": "class.bookList@li",
      "bookUrl": "class.bookNm@href##book##book/catalogue",
      "coverUrl": "class.bookImg@img@data-src",
      "intro": "class.bookIntro@text",
      "kind": "class.condition@text",
      "lastChapter": "class.updateNew@text##最新更新：",
      "name": "class.bookNm@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": ".authorNm@text",
      "bookList": ".bookList li",
      "bookUrl": "class.bookNm@href##book##book/catalogue",
      "coverUrl": "img@data-src",
      "intro": ".bookIntro@text",
      "kind": "",
      "lastChapter": "",
      "name": ".bookNm@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".chapter a",
      "chapterName": "text##[\\(（].*[求更谢乐发推].*[）\\)]|\\s+,",
      "chapterUrl": "href",
      "isVip": "@js:result.select('i').hasClass('vip') ",
      "nextTocUrl": "",
      "updateTime": "title"
    },
    "searchUrl": "http://www.tadu.com/search?&pageSize=10&pageNum={{page}}&query={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "涩涩俱乐部🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://novel.seseclub.com#🎃",
    "customButton": false,
    "customOrder": 453,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n    {\n        \"title\": \"按人气排序↓\",\n        \"url\": \"\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 1,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n    \t   \"title\":\"藏经阁\",\n    \t   \"url\":\"/book/category/list/3/page/{{page}}\",\n    \t   \"style\":{\n    \t   \t\"layout_flexBasisPercent\":1,\n    \t   \t\"layout_flexGrow\":1\n    \t   \t}\n    \t},\n    \t{\n    \t\t   \"title\":\"书库\",\n    \t\t   \"url\":\"/book/category/page/{{page}}\",\n    \t\t   \"style\":{\n    \t\t   \t\"layout_flexBasisPercent\":1,\n    \t\t   \t\"layout_flexGrow\":1\n    \t\t   \t}\n    \t\t   \t}, \n    \t\t   \t{\n    \t\t   \t\t\"title\": \"全部\",\n    \t\t   \t\t\"url\": \"/book/category/list/4/page/{{page}}\",\n    \t\t   \t\t\"style\": {\n    \t\t   \t\t\t\"layout_flexBasisPercent\": 0.2,\n    \t\t   \t\t\t\"layout_flexGrow\": 1\n    \t\t   \t\t}\n    },\n    {\n        \"title\": \"玄幻\",\n        \"url\": \"/book/category/list/4/tags/1/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"武侠\",\n        \"url\": \"/book/category/list/4/tags/2/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"仙侠\",\n        \"url\": \"/book/category/list/4/tags/3/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"古言\",\n        \"url\": \"/book/category/list/4/tags/4/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"都市\",\n        \"url\": \"/book/category/list/4/tags/5/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"历史\",\n        \"url\": \"/book/category/list/4/tags/6/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"网游\",\n        \"url\": \"/book/category/list/4/tags/7/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"科幻\",\n        \"url\": \"/book/category/list/4/tags/8/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"女生\",\n        \"url\": \"/book/category/list/4/tags/9/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"同人\",\n        \"url\": \"/book/category/list/4/tags/10/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"推理\",\n        \"url\": \"/book/category/list/4/tags/11/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"穿越\",\n        \"url\": \"/book/category/list/4/tags/12/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"重生\",\n        \"url\": \"/book/category/list/4/tags/13/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"系统\",\n        \"url\": \"/book/category/list/4/tags/14/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"求生\",\n        \"url\": \"/book/category/list/4/tags/15/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"恐怖\",\n        \"url\": \"/book/category/list/4/tags/16/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"耽美\",\n        \"url\": \"/book/category/list/4/tags/17/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"百合\",\n        \"url\": \"/book/category/list/4/tags/18/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"NTR\",\n        \"url\": \"/book/category/list/4/tags/19/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"足控\",\n        \"url\": \"/book/category/list/4/tags/20/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"乱伦\",\n        \"url\": \"/book/category/list/4/tags/21/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"SM\",\n        \"url\": \"/book/category/list/4/tags/22/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"伪娘\",\n        \"url\": \"/book/category/list/4/tags/23/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"娱乐\",\n        \"url\": \"/book/category/list/4/tags/24/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"综合\",\n        \"url\": \"/book/category/list/4/tags/25/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"按最新排序↓\",\n        \"url\": \"\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 1,\n            \"layout_flexGrow\": 1\n        }\n    },{\n\t\"title\":\"藏经阁\",\n\t\"url\":\"/book/category/list/3/order/addtime/page/{{page}}\",\n\t\"style\":{\n\t\"layout_flexBasisPercent\":1,\n\t\"layout_flexGrow\":1\n\t}\n},{\n\t\"title\":\"书库\",\n\t\"url\":\"/book/category/order/addtime/page/{{page}}\",\n\t\"style\":{\n\t\"layout_flexBasisPercent\":1,\n\t\"layout_flexGrow\":1\n\t}\n},\n    {\n        \"title\": \"全部\",\n        \"url\": \"/book/category/list/4/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"玄幻\",\n        \"url\": \"/book/category/list/4/tags/1/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"武侠\",\n        \"url\": \"/book/category/list/4/tags/2/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"仙侠\",\n        \"url\": \"/book/category/list/4/tags/3/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"古言\",\n        \"url\": \"/book/category/list/4/tags/4/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"都市\",\n        \"url\": \"/book/category/list/4/tags/5/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"历史\",\n        \"url\": \"/book/category/list/4/tags/6/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"网游\",\n        \"url\": \"/book/category/list/4/tags/7/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"科幻\",\n        \"url\": \"/book/category/list/4/tags/8/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"女生\",\n        \"url\": \"/book/category/list/4/tags/9/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"同人\",\n        \"url\": \"/book/category/list/4/tags/10/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"推理\",\n        \"url\": \"/book/category/list/4/tags/11/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"穿越\",\n        \"url\": \"/book/category/list/4/tags/12/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"重生\",\n        \"url\": \"/book/category/list/4/tags/13/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"系统\",\n        \"url\": \"/book/category/list/4/tags/14/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"求生\",\n        \"url\": \"/book/category/list/4/tags/15/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"恐怖\",\n        \"url\": \"/book/category/list/4/tags/16/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"耽美\",\n        \"url\": \"/book/category/list/4/tags/17/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"百合\",\n        \"url\": \"/book/category/list/4/tags/18/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"NTR\",\n        \"url\": \"/book/category/list/4/tags/19/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"足控\",\n        \"url\": \"/book/category/list/4/tags/20/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"乱伦\",\n        \"url\": \"/book/category/list/4/tags/21/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"SM\",\n        \"url\": \"/book/category/list/4/tags/22/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"伪娘\",\n        \"url\": \"/book/category/list/4/tags/23/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"娱乐\",\n        \"url\": \"/book/category/list/4/tags/24/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"综合\",\n        \"url\": \"/book/category/list/4/tags/25/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },{\n\t\"title\":\"按连载排序↓\",\n\t\"url\":\"\",\n\t\"style\":{\n\t\"layout_flexBasisPercent\":1,\n\t\"layout_flexGrow\":1\n\t}\n},{\n\t\"title\":\"藏经阁\",\n\t\"url\":\"/book/category/list/3/finish/1/page/{{page}}\",\n\t\"style\":{\n\t\"layout_flexBasisPercent\":1,\n\t\"layout_flexGrow\":1\n\t}\n},{\n\t\"title\":\"书库\",\n\t\"url\":\"/book/category/finish/1/page/{{page}}\",\n\t\"style\":{\n\t\"layout_flexBasisPercent\":1,\n\t\"layout_flexGrow\":1\n\t}\n},\n    {\n        \"title\": \"全部\",\n        \"url\": \"/book/category/list/4/finish/1/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"玄幻\",\n        \"url\": \"/book/category/list/4/finish/1/tags/1/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"武侠\",\n        \"url\": \"/book/category/list/4/finish/1/tags/2/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"仙侠\",\n        \"url\": \"/book/category/list/4/finish/1/tags/3/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"古言\",\n        \"url\": \"/book/category/list/4/finish/1/tags/4/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"都市\",\n        \"url\": \"/book/category/list/4/finish/1/tags/5/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"历史\",\n        \"url\": \"/book/category/list/4/finish/1/tags/6/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"网游\",\n        \"url\": \"/book/category/list/4/finish/1/tags/7/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"科幻\",\n        \"url\": \"/book/category/list/4/finish/1/tags/8/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"女生\",\n        \"url\": \"/book/category/list/4/finish/1/tags/9/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"同人\",\n        \"url\": \"/book/category/list/4/finish/1/tags/10/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"推理\",\n        \"url\": \"/book/category/list/4/finish/1/tags/11/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"穿越\",\n        \"url\": \"/book/category/list/4/finish/1/tags/12/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"重生\",\n        \"url\": \"/book/category/list/4/finish/1/tags/13/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"系统\",\n        \"url\": \"/book/category/list/4/finish/1/tags/14/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"求生\",\n        \"url\": \"/book/category/list/4/finish/1/tags/15/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"恐怖\",\n        \"url\": \"/book/category/list/4/finish/1/tags/16/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"耽美\",\n        \"url\": \"/book/category/list/4/finish/1/tags/17/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"百合\",\n        \"url\": \"/book/category/list/4/finish/1/tags/18/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"NTR\",\n        \"url\": \"/book/category/list/4/finish/1/tags/19/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"足控\",\n        \"url\": \"/book/category/list/4/finish/1/tags/20/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"乱伦\",\n        \"url\": \"/book/category/list/4/finish/1/tags/21/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"SM\",\n        \"url\": \"/book/category/list/4/finish/1/tags/22/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"伪娘\",\n        \"url\": \"/book/category/list/4/finish/1/tags/23/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"娱乐\",\n        \"url\": \"/book/category/list/4/finish/1/tags/24/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"综合\",\n        \"url\": \"/book/category/list/4/finish/1/tags/25/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    }\n]\n\n",
    "header": "",
    "lastUpdateTime": 0,
    "respondTime": 30791,
    "ruleBookInfo": {
      "author": "#bookinfo@p.0",
      "coverUrl": ".photo@img.0@src",
      "kind": "#bookinfo@a&&#bookinfo@p.[-1,-2]",
      "name": "#bookinfo@div.0@h2@text",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".chapter-content-wrap@html##[上|下]一章|本站地址.+[^.].+"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.0@text",
      "bookList": ".aglike@li",
      "bookUrl": "a.0@href",
      "coverUrl": "img.0@src",
      "intro": ".decs@text",
      "kind": "",
      "name": ".name@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "#chapterlsit@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ""
    },
    "searchUrl": "https://novel.seseclub.com/book/search/{{key}}/{{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "💰 晋江",
    "bookSourceType": 0,
    "bookSourceUrl": "http://android.jjwxc.net#芜恙",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 454,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "  新  书  榜  单  ::http://android.jjwxc.net/androidapi/newDayList\n 言情·VIP金榜 ::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%222900001%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n 纯爱·VIP金榜 ::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%222900002%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n古言·频道金榜::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%221%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n古言·科举朝堂::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000014%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n古言·市井人家::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000013%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n古言·复仇虐渣::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000012%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n古言·女尊女强::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000023%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n古言·架空历史::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000022%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n古言·天作之合::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000019%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n古言·宫廷侯爵::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000020%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n古言·励志人生::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000015%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n古言·古色古香::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000017%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n古言·布衣生活::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000018%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n古言·再世重生::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000021%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n古言·传奇武侠::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000024%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n古言·运气淘文::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2240000001%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n古言·新晋作者::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000003%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n古言·月度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000004%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n古言·季度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000005%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n古言·半年排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000006%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n都市·频道金榜::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%224%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n都市·业界精英::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000018%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n都市·天之骄子::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000031%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n都市·豪门总裁::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000017%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n都市·励志人生::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000019%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n都市·都市情缘::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000021%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n都市·婚前婚后::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000020%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n都市·制服情缘::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000024%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n都市·校园青春::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000016%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n都市·甜心蜜意::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000020%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n都市·娱乐星光::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000032%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n都市·破镜重圆::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000022%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n都市·近水楼台::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000023%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n都市·情有独钟::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000022%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n都市·时尚流行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000018%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n都市·欢喜冤家::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000033%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n都市·因缘邂逅::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000034%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n都市·运气淘文::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2240000002%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n都市·新晋作者::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000003%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n都市·月度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000004%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n都市·季度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000005%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n都市·半年排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000006%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻言·频道金榜::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%225%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻言·穿书攻略::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000026%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻言·流金年代::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000028%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻言·玄之又玄::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000024%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻言·娱乐时尚::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000030%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻言·升级逆袭::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000031%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻言·打脸爽文::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000024%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻言·人生赢家::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000019%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻言·神奇能力::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000033%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻言·快穿系统::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000021%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻言·穿越时空::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000018%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻言·再世重生::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000017%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻言·都市异闻::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000034%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻言·时代奇缘::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000020%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻言·现代架空::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000032%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻言·幻想传奇::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000023%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻言·时空恋曲::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000022%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻言·运气淘文::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2240000003%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻言·月度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000004%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻言·季度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000005%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻言·半年排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000006%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n现纯·频道金榜::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%227%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n现纯·竞技人生::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000064%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n现纯·时尚娱乐::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000065%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n现纯·种田日常::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000023%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n现纯·现代都市::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000032%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n现纯·豪门世家::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000026%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n现纯·业界精英::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000022%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n现纯·重生::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000027%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n现纯·边缘恋曲::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000025%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n现纯·校园青春::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000028%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n现纯·情有独钟::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000066%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n现纯·穿越时空::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000024%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n现纯·励志人生::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000021%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n现纯·欢喜冤家::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000031%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n现纯·婚前婚后::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000067%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n现纯·都市甜文::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000030%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n现纯·打脸逆袭::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000029%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n现纯·运气淘文::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2240000007%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n现纯·新晋作者::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000003%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n现纯·月度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000004%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n现纯·季度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000005%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n现纯·半年排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000006%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻纯·频道金榜::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2213%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻纯·重生穿越::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000092%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻纯·娱乐星光::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000088%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻纯·萌宠频道::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000084%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻纯·仙侠修真::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000080%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻纯·快穿世界::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000076%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻纯·末世狂想::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000074%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻纯·幻想甜宠::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000096%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻纯·无限流派::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000072%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻纯·系统::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000078%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻纯·异闻秘术::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000082%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻纯·边缘幻想::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000086%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻纯·星际日常::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000090%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻纯·奇幻灵异::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000100%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻纯·科幻机甲::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000102%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻纯·人生赢家::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000094%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻纯·升级爽文::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000098%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻纯·运气淘文::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2240000013%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻纯·新晋作者::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220100008%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻纯·月度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220100009%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻纯·季度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220100010%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D\n幻纯·半年排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220100011%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%2210%22%7D%7D",
    "header": "",
    "lastUpdateTime": 1614751887788,
    "loginUrl": "",
    "respondTime": 10661,
    "ruleBookInfo": {
      "author": "authorName",
      "coverUrl": "novelCover",
      "intro": "<br>最近更新:{$.renewDate}<br>{$.novelIntro}##\\s\\d+:\\d+:\\d+",
      "kind": "novelTags&&novelClass##-##,",
      "lastChapter": "renewChapterName",
      "name": "novelName",
      "tocUrl": "http://app-cdn.jjwxc.net/androidapi/chapterList?novelId={$.novelId}&more=0&whole=1"
    },
    "ruleContent": {
      "content": "$..content@js:result.replace(/(&.{3}br\\/?&.{3})+/g,\"\\n\")",
      "replaceRegex": "",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "authorName",
      "bookList": "$.*[?(@.novelName)]",
      "bookUrl": "http://android.jjwxc.net/androidapi/novelbasicinfo?novelId={$.novelId}",
      "coverUrl": "cover",
      "intro": "http://android.jjwxc.net/androidapi/novelbasicinfo?novelId={$.novelId}<js>JSON.parse(java.ajax(result))</js>@json:$.novelIntro##&lt;br/&gt;|\\s+|简介：",
      "kind": "tags##\\s##,",
      "lastChapter": "http://android.jjwxc.net/androidapi/novelbasicinfo?novelId={$.novelId}<js>JSON.parse(java.ajax(result))</js>{$.renewChapterName} • {$.renewDate}##\\s\\d+:.*",
      "name": "novelName",
      "wordCount": "novelSizeformat"
    },
    "ruleSearch": {
      "author": "authorname",
      "bookList": "$.*[?(@.novelname)]",
      "bookUrl": "http://android.jjwxc.net/androidapi/novelbasicinfo?novelId={$.novelid}",
      "coverUrl": "cover",
      "intro": "http://android.jjwxc.net/androidapi/novelbasicinfo?novelId={$.novelid}<js>JSON.parse(java.ajax(result))</js>@json:$.novelIntro##&lt;br/&gt;|\\s+|简介：",
      "kind": "tags##\\s##,",
      "lastChapter": "http://android.jjwxc.net/androidapi/novelbasicinfo?novelId={$.novelid}<js>JSON.parse(java.ajax(result))</js>{$.renewChapterName} • {$.renewDate}##\\s\\d+:.*",
      "name": "novelname",
      "wordCount": "novelSizeformat"
    },
    "ruleToc": {
      "chapterList": "chapterlist",
      "chapterName": "{$.chaptername}{$.chapterintro}##\\s",
      "chapterUrl": "http://app-cdn.jjwxc.net/androidapi/chapterContent?novelId={$.novelid}&chapterId={$.chapterid}",
      "nextTocUrl": "",
      "updateTime": "{$.chaptersize}字 • {$.chapterdate}"
    },
    "searchUrl": "http://android.jjwxc.net/androidapi/search?keyword={{key}}&type=1&page={{page}}&searchType=1&sortMode=DESC",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "茂鑫小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.tcmaoxin.org##尐哖",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 455,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1734633202983,
    "loginCheckJs": "",
    "loginUrl": "",
    "respondTime": 3601,
    "ruleBookInfo": {
      "author": ".fix@p:nth-of-type(1)@text",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|update_time]@content",
      "lastChapter": "p:nth-of-type(6)@a@text",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": "#content@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".s4@text",
      "bookList": ".txt-list@li!0",
      "bookUrl": ".s2@a@href",
      "checkKeyWord": "",
      "kind": ".s1@text",
      "lastChapter": "{{@@.s3@a@text}} • {{@@.s5@text}}",
      "name": ".s2@a@text"
    },
    "ruleToc": {
      "chapterList": ".section-list.1@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ".middle select option!0@value"
    },
    "searchUrl": "http://www.tcmaoxin.org/search.php?keyWord={{key}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "漫画",
    "bookSourceName": "酸奶漫画",
    "bookSourceType": 2,
    "bookSourceUrl": "https://m.1kkk.com",
    "customButton": false,
    "customOrder": 456,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1759431728809,
    "respondTime": 413,
    "ruleBookInfo": {
      "author": "p.detail-main-info-author@tag.a@text",
      "coverUrl": "img.detail-main-bg@src",
      "intro": "p.detail-desc@text",
      "kind": "p.detail-main-info-class@tag.a@text",
      "lastChapter": "ul.detail-list-select@tag,li.0@text",
      "name": "p.detail-main-info-title@text"
    },
    "ruleContent": {
      "content": "@js:header={\"Referer\":baseUrl};\nheaders={\"headers\":JSON.stringify(header)};\neval(result.match(/eval(.*?)\\{\\}\\)\\)/)[0])\nvar image_list = []\nnewImgs.map(item=>{\n    image_list.push('<img src=\"'+item+','+JSON.stringify(headers)+'\">')\n})\nimage_list.join(\"\\n\")"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.p.0@text",
      "bookList": "ul.book-list@tag.li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.img@src",
      "intro": "p.book-list-info-desc@text",
      "name": "p.book-list-info-title@text"
    },
    "ruleToc": {
      "chapterList": "ul.detail-list-select@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "@js:var vip_bool = result.select('img').hasClass('detail-list-lock');\nif(!vip_bool){\nvip_bool = result.select('img').hasClass('detail-list-2-info-right');\n}\nvip_bool;"
    },
    "searchUrl": "https://m.1kkk.com/search?title={{key}}&language=1",
    "weight": 0
  },
  {
    "bookSourceGroup": "漫画",
    "bookSourceName": "收费漫画",
    "bookSourceType": 2,
    "bookSourceUrl": "https://mm.sfacg.com/",
    "customButton": false,
    "customOrder": 457,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "更新::https://mm.sfacg.com/ajax/Common.ashx?op=getLatest&pageIndex={{page-1}}&tid=-1\n热血::https://mm.sfacg.com/ajax/Common.ashx?op=getLatest&pageIndex={{page-1}}&tid=1\n校园::https://mm.sfacg.com/ajax/Common.ashx?op=getLatest&pageIndex={{page-1}}&tid=2\n推理::https://mm.sfacg.com/ajax/Common.ashx?op=getLatest&pageIndex={{page-1}}&tid=3\n机战::https://mm.sfacg.com/ajax/Common.ashx?op=getLatest&pageIndex={{page-1}}&tid=4\n冒险::https://mm.sfacg.com/ajax/Common.ashx?op=getLatest&pageIndex={{page-1}}&tid=5\n运动::https://mm.sfacg.com/ajax/Common.ashx?op=getLatest&pageIndex={{page-1}}&tid=6\n耽美::https://mm.sfacg.com/ajax/Common.ashx?op=getLatest&pageIndex={{page-1}}&tid=7\n搞笑::https://mm.sfacg.com/ajax/Common.ashx?op=getLatest&pageIndex={{page-1}}&tid=8\n科幻::https://mm.sfacg.com/ajax/Common.ashx?op=getLatest&pageIndex={{page-1}}&tid=9\n魔幻::https://mm.sfacg.com/ajax/Common.ashx?op=getLatest&pageIndex={{page-1}}&tid=10\n恐怖::https://mm.sfacg.com/ajax/Common.ashx?op=getLatest&pageIndex={{page-1}}&tid=11\n社会::https://mm.sfacg.com/ajax/Common.ashx?op=getLatest&pageIndex={{page-1}}&tid=12\n爱情::https://mm.sfacg.com/ajax/Common.ashx?op=getLatest&pageIndex={{page-1}}&tid=13\n武侠::https://mm.sfacg.com/ajax/Common.ashx?op=getLatest&pageIndex={{page-1}}&tid=14\n温情::https://mm.sfacg.com/ajax/Common.ashx?op=getLatest&pageIndex={{page-1}}&tid=15\nnull",
    "lastUpdateTime": 1759430252480,
    "loginUrl": "https://mm.sfacg.com/Login/",
    "respondTime": 605,
    "ruleBookInfo": {
      "author": "class.book_Author@tag.li.0@text",
      "coverUrl": "@css:#page>div>ul>li:nth-child(2)>img@src",
      "intro": "class.book_bk_qs1.0@text",
      "kind": "@css:.book_info2>span@text",
      "name": "@css:.book_newtitle@text"
    },
    "ruleContent": {
      "content": "@js:\ncomicId=result.match(/var comicId = (\\d+)/)[1];\nchapterId=result.match(/var chapterId=(\\d+)/)[1];\nnv=result.match(/var nv = \"(.*?)\"/)[1];\nurl='https://mm.sfacg.com/ajax/Common.ashx?op=getPics&cid='+comicId+'&chapId='+chapterId+'&serial=ZP&path='+nv\n//java.ajax(url)\nresult=JSON.parse(java.ajax(url)).data\nresult.map(x=>'<img src=\\\"'+x+'\\\">').join(\"\\n\")",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.AuthorName@put:{cid:ComicID}",
      "bookList": "$.comics.*||$.data.*",
      "bookUrl": "@json:/b/{$.FolderName}",
      "coverUrl": "$.ComicCover",
      "kind": "$.TypeName",
      "lastChapter": "$.LastChapterTitle",
      "name": "$.ComicName"
    },
    "ruleToc": {
      "chapterList": "-@css:.comic_main_list>a",
      "chapterName": "text##VIP",
      "chapterUrl": "href",
      "isVip": "b@text"
    },
    "searchUrl": "https://mm.sfacg.com/ajax/Common.ashx?op=search,{\n  \"method\": \"POST\",\n  \"body\": \"keyword={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "author：Thomas哟",
    "bookSourceGroup": "免费",
    "bookSourceName": "全本小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://119.45.176.116:5006",
    "customButton": false,
    "customOrder": 458,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type)=>{\n\t\treturn sort.push(JSON.stringify({\n\t\t\t\ttitle: title,\n\t\t\t\turl: url?url:\"\",\n\t\t\t\tstyle: {\n\t\t\t\t\t\tlayout_flexGrow: 1,\n\t\t\t\t\t\tlayout_flexBasisPercent: type\n\t\t\t\t\t}\n\t\t\t}))\n\t}\n$$=(a,b,c)=>b?`http://119.45.176.116:5006/localBookListByCategory?ps=20&length=${a}&pn={{page-1}\\}&cid=${b}&order=${c}&status=2`:`http://119.45.176.116:5006/recList?gender=${a}&pn={{page-1}\\}`;\n[\n\t\t[\"男\",[[\"都市娱乐\",1],[\"玄幻奇幻\",5],[\"武侠仙侠\",6],[\"历史军事\",4],[\"悬疑推理\",29],[\"科幻游戏\",28]]],\n\t\t[\"女\",[[\"现代言情\",2],[\"古代情缘\",9],[\"灵异爱情\",34],[\"玄幻奇幻\",38],[\"耽美同人\",11],[\"短篇小说\",33],[\"其他小说\",31]]]\n].map(([title,list],gender)=>{\n\t\tgender++\n\t\tpush(\"༺ˇ»`ʚ \"+title+\"生频道 ɞ´«ˇ༻\",$$(gender,null,null),1);\n\t\tlist.map([title,b]=>{\n\t\t\t\tpush(\"༺ \"+title+\" ༻\",$$(0,b,1),1);\n\t\t\t\t[\"热门\",\"评分\",\"字数\"].map((title,c)=>{\n\t\t\t\t\t\tc++;\n\t\t\t\t\t\t[\"[\"+title+\"]\",\"短篇\",\"中篇\",\"长篇\"].map((title,a)=>{\n\t\t\t\t\t\t\t\tpush(title,$$(a,b,c),a==0?0.25:0.15);\n\t\t\t\t\t\t\t});\n\t\t\t\t\t});\n\t\t\t});\n\t});\n\"[\"+sort.toString()+\"]\";",
    "lastUpdateTime": 1700128597315,
    "respondTime": 4807,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "$..content"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data.list",
      "bookUrl": "http://119.45.176.116:5006/findChapterList?book_id={{$.bookId}}",
      "checkKeyWord": "",
      "coverUrl": "$.coverImg",
      "intro": "$.desc",
      "kind": "{$.score}分&&$.category&&$.tags",
      "lastChapter": "共{{$.chapterNum}}章 • {{$.time## \\d.*}}",
      "name": "$.title",
      "wordCount": "$.word"
    },
    "ruleToc": {
      "chapterList": "@js:\n$ = JSON.parse(result).data;\n\t\tbid = $.book_id;\n$.chapters.map($=>{\n\t\t$.url = `http://119.45.176.116:5006/chapterContent,{\"body\":{\"book_id\":${bid},\"chapterIdList\":\"${$.id},\"},\"method\":\"POST\"}`\n\t\treturn $;\n\t});",
      "chapterName": "name",
      "chapterUrl": "url"
    },
    "searchUrl": "http://119.45.176.116:5006/getsearchlist?keyWord={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "爱尚小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.23hh.la已整理",
    "bookUrlPattern": "已校验",
    "customButton": false,
    "customOrder": 459,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1733518958300,
    "loginUrl": "",
    "respondTime": 8828,
    "ruleBookInfo": {
      "author": "class.item red.0@text##作\\s*者：",
      "coverUrl": "class.book_info@class.pic@tag.img.0@src",
      "intro": "class.book_info@class.bookinfo_intro@textNodes",
      "name": "id.info@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.htmlContent@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.c_row@tag.span.3@text||id.info@tag.span.0@text",
      "bookList": "class.c_row",
      "bookUrl": "class.c_row@tag.span.0@tag.a.0@href",
      "coverUrl": "class.c_row@tag.a.0@tag.img.0@src||class.pic@tag.img.0@src",
      "lastChapter": "class.c_row@tag.span.13@tag.a.0@text||id.info@tag.a.4@text",
      "name": "class.c_row@tag.span.0@tag.a.0@text||id.info@tag.h1.0@text"
    },
    "ruleToc": {
      "chapterList": "class.book_list@tag.li@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.23hh.la/modules/article/search.php?searchkey={{key}}&action=login,{\n  \"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "♜ 玄幻阁 #一程",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xuankuge.com#♤yc",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 460,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻\",\"url\":\"/sort1/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠\",\"url\":\"/sort2/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"/sort3/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"历史\",\"url\":\"/sort4/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"言情\",\"url\":\"/sort5/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越\",\"url\":\"/sort6/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻\",\"url\":\"/sort7/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"恐怖\",\"url\":\"/sort8/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"/sort9/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"异界\",\"url\":\"/sort10/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"全本\",\"url\":\"/quanben/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.29}}]",
    "lastUpdateTime": 1634040950918,
    "loginUrl": "",
    "respondTime": 4705,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content##\\s.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content##正文卷\\s|正文\\s",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "#content@textNodes",
      "imageStyle": "0",
      "replaceRegex": "##随机推荐.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.1@text",
      "bookList": "#sitebox dl",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "dd.3@text",
      "kind": "span.2:0@text",
      "lastChapter": "a.2@text##正文卷\\s|正文\\s",
      "name": "a.1@text",
      "wordCount": "span.3@text"
    },
    "ruleToc": {
      "chapterList": "#readerlist li a",
      "chapterName": "text##正文卷\\s|正文\\s",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?s={{key}}&searchtype=articlename",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "安保小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.2kxs.info/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 461,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1733687272555,
    "loginUrl": "",
    "respondTime": 3371,
    "ruleBookInfo": {
      "author": "tag.h3.0@tag.a.0@text",
      "coverUrl": "class.pannel-body info@class.info1@tag.img.0@src",
      "init": "",
      "intro": "class.pannel-body info@tag.p.0@textNodes",
      "kind": ".panel-body.text-center.info3@p.0:1@text<js>##小说类别：|写作状态：|最后更新：</js><js>##\\s\\/\\s##,</js>",
      "lastChapter": "class.panel-body text-center info3@tag.p.2@a@text",
      "name": "tag.h1@text"
    },
    "ruleContent": {
      "content": "class.panel-body content-body content-ext@textNodes"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "tag.tr@tag.p.1@tag.a.0@text||tag.h3.0@tag.a.0@text",
      "bookList": "//*[@id=\"bookcon\"]//tr",
      "bookUrl": "tag.tr@tag.p.0@tag.a.0@href",
      "coverUrl": "",
      "kind": "tag.tr@tag.p.3@text||tag.p.1@text##.*状态：",
      "lastChapter": "",
      "name": "tag.tr@tag.p.0@tag.a.0@text||tag.h1@text"
    },
    "ruleToc": {
      "chapterList": "class.list-group list-charts.0@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "modules/article/search.php?searchkey={{key}}&submit=搜索",
    "weight": 0
  },
  {
    "bookSourceGroup": "漫画",
    "bookSourceName": "酷爱漫画",
    "bookSourceType": 2,
    "bookSourceUrl": "https://www.kuimh.com#♤Haxc",
    "customButton": false,
    "customOrder": 462,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "连载::https://www.kuimh.com/booklist?end=0&page={{page}}\n完结::https://www.kuimh.com/booklist?end=1&page={{page}}\n恋爱::https://www.kuimh.com/booklist?tag=恋爱&area=-1&end=0&page={{page}}\n国产::https://www.kuimh.com/booklist?tag=%E5%85%A8%E9%83%A8&area=1&end=0&page={{page}}\n日本::https://www.kuimh.com/booklist?tag=%E5%85%A8%E9%83%A8&area=2&end=0&page={{page}}\n欧美::https://www.kuimh.com/booklist?tag=%E5%85%A8%E9%83%A8&area=5&end=0&page={{page}}",
    "lastUpdateTime": 1759431230810,
    "loginUrl": "https://www.kuimh.com/login.html",
    "respondTime": 5696,
    "ruleBookInfo": {
      "author": "class.info.0@tag.p.1@text##作者：",
      "coverUrl": "class.banner_detail_bg@src",
      "intro": "class.content@text",
      "kind": "class.block.3@a@text",
      "name": "tag.h1@text"
    },
    "ruleContent": {
      "content": ".comicpage@html##\\\"https:\\/\\/static.aiquanjian.com\\/static\\/images\\/grey.gif\\\" data-echo=",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "class.mh-item",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.p@style@js:result.match(/\\((.*?)\\)/)[1]",
      "lastChapter": "class.chapter@tag.a@text",
      "name": "tag.a@title"
    },
    "ruleToc": {
      "chapterList": "id.detail-list-select@li@tag.a.-1",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.kuimh.com/search?keyword={{key}}",
    "weight": 64
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "七猫小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://api-bc.wtzw.com#yc1101",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 463,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"男生\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"都市人生\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=203&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"异术超能\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=219&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"玄幻奇幻\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=202&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠仙侠\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=205&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇闻异事\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=204&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=56&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"游戏\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=75&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=64&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"二次元\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=207&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"体育\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=206&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"影视\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=539&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"穿越\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=373&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"鉴宝\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=47&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"重生\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=779&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"血脉\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=426&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"签到\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=565&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"复仇\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=790&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"丹药\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=428&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"无限流\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=557&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"强者回归\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=402&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"医生\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=156&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"战神\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=527&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女婿\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=36&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"皇帝\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=62&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"弃少\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=525&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女总裁\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=89&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"热血\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=1&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"爽文\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=570&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现实\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=12&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"悬疑\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=27&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女生\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"现代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=1&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"总裁豪门\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=8&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=2&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"种田经商\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=16&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"宫闱宅斗\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=209&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"幻想言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=4&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇闻异事\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=204&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"影视原著\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=539&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"短篇\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=541&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"重生\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=779&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女强\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=620&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"年下\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=631&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"空间\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=345&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"穿越\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=373&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"隐婚\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=481&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"系统\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=782&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"快穿\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=335&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"虐渣\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=739&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"日久生情\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=700&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"皇后\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=106&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"王爷\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=125&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"学霸\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=781&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"毒妃\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=109&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"校草\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=701&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女配\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=191&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"甜宠\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=21&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"搞笑\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=788&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"虐恋\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=16&gender=2&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"治愈\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=17&gender=2&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"图书\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"现代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=260&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=259&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"青春文学\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=265&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"影视原著\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=539&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"悬疑推理\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=262&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠小说\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=289&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻未来\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=261&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史小说\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=264&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙侠奇缘\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=276&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙侠玄幻\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=288&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现实小说\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=266&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现代军旅\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=290&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"文学艺术\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=240&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人物传记\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=247&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人文科社\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=241&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"少儿教育\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=258&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经管励志\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=242&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经典文学\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=243&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "",
    "lastUpdateTime": 1734840710489,
    "loginUrl": "",
    "respondTime": 3667,
    "ruleBookInfo": {
      "author": "author",
      "coverUrl": "image_link",
      "init": "data.book",
      "intro": "intro##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "book_tag_list[*].title",
      "lastChapter": "{{$.latest_chapter_title}}·{{java.timeFormat(java.getString('$.update_time')*1000)}}",
      "name": "title@put:{bid:id}",
      "tocUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.id}}}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\n\"https://api-ks.wtzw.com/api/v1/chapter/chapter-list?\"+urlEncode(params)+\",\"+java.get(\"headers\")",
      "wordCount": "words_num"
    },
    "ruleContent": {
      "content": "@js:\nvar javaImport = new JavaImporter();\njavaImport.importPackage(\n    Packages.java.lang,\n    Packages.javax.crypto.spec,\n    Packages.javax.crypto,\n    Packages.java.util\n);\nwith(javaImport) {\n    function decode(content) {\n        var ivEncData = Base64.getDecoder().decode(String(content));\n        var key = SecretKeySpec(String(\"242ccb8230d709e1\").getBytes(), \"AES\");\n        var iv = IvParameterSpec(Arrays.copyOfRange(ivEncData, 0, 16));\n        var chipher = Cipher.getInstance(\"AES/CBC/PKCS5Padding\");\n        chipher.init(2, key, iv);\n        return String(chipher.doFinal(Arrays.copyOfRange(ivEncData, 16, ivEncData.length)));\n    }\n}\n\n\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':String(java.get('bid')),'chapterId':String(baseUrl.split(\"/\").pop())}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }\n  }\n  return paramStr;\n};\n\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\nurl=\"https://api-ks.wtzw.com/api/v1/chapter/content?\"+urlEncode(params)\ndecode(JSON.parse(java.ajax(url+','+java.get(\"headers\"))).data.content)\n\n"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "<js>\ngender=baseUrl.match(/gender=(\\d+)/)?baseUrl.match(/gender=(\\d+)/)[1]:\"\"\ncategory_id=baseUrl.match(/category_id=(\\d+)/)?baseUrl.match(/category_id=(\\d+)/)[1]:\"\"\nneed_filters=baseUrl.match(/need_filters=(\\d+)/)?baseUrl.match(/need_filters=(\\d+)/)[1]:\"\"\npage=baseUrl.match(/page=(\\d+)/)?baseUrl.match(/page=(\\d+)/)[1]:\"\"\nneed_category=baseUrl.match(/need_category=(\\d+)/)?baseUrl.match(/need_category=(\\d+)/)[1]:\"\"\ntag_id=baseUrl.match(/tag_id=(\\d+)/)?baseUrl.match(/tag_id=(\\d+)/)[1]:\"\"\nsign_key='d3dGiJc651gSQ8w1'\nheaders={'app-version':'51110','platform':'android','reg':'0','AUTHORIZATION':'','application-id':'com.****.reader','net-env':'1','channel':'unknown','qm-params':''}\nheaders['sign']=String(java.md5Encode(Object.keys(headers).sort().reduce((pre,n)=>pre+n+'='+headers[n],'')+sign_key))\n\n\nvar urlEncode = function (param, key, encode) {\n  if(param==null) return '';\n  var paramStr = '';\n  var t = typeof (param);\n  if (t == 'string' || t == 'number' || t == 'boolean') {\n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);\n  } else {\n    for (var i in param) {\n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);\n      paramStr += urlEncode(param[i], k, encode);\n    }\n  }\n  return paramStr;\n};\n\nvar category = function () {\n  params={'gender':gender,'category_id':category_id,'need_filters':need_filters,'page':page,'need_category':need_category}\n  params['sign']=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\n  url=\"https://api-bc.wtzw.com/api/v4/category/get-list?\"+urlEncode(params)\n  return java.ajax(url+','+java.put(\"headers\",JSON.stringify({\"headers\":headers})))\n};\n\nvar tag = function () {\n  params={'gender':gender,'need_filters':need_filters,'page':page,'tag_id':tag_id}\n  params['sign']=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\n  url=\"https://api-bc.wtzw.com/api/v4/tag/index?\"+urlEncode(params)\n  return java.ajax(url+','+java.put(\"headers\",JSON.stringify({\"headers\":headers})))\n};\n\n\nif(baseUrl.match(/category/)){\n  category()\n}else {\n  tag()\n}\n</js>\n$.data.books",
      "bookUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.id}},'imei_ip':'2937357107','teeny_mode':0}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\n\"https://api-bc.wtzw.com/api/v4/book/detail?\"+urlEncode(params)+\",\"+java.get(\"headers\")",
      "coverUrl": "$.image_link",
      "intro": "$.intro",
      "kind": "$.ptags",
      "name": "$.title",
      "wordCount": "$.words_num"
    },
    "ruleSearch": {
      "author": "original_author",
      "bookList": "data.books",
      "bookUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.id}},'imei_ip':'2937357107','teeny_mode':0}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\n\"/api/v4/book/detail?\"+urlEncode(params)+\",\"+java.get(\"headers\")",
      "coverUrl": "image_link",
      "intro": "intro",
      "kind": "ptags",
      "name": "original_title",
      "wordCount": "words_num"
    },
    "ruleToc": {
      "chapterList": "data.chapter_lists",
      "chapterName": "title",
      "chapterUrl": "id",
      "updateTime": "{{$.words}} 字"
    },
    "searchUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nheaders={'app-version':'51110','platform':'android','reg':'0','AUTHORIZATION':'','application-id':'com.****.reader','net-env':'1','channel':'unknown','qm-params':''}\n\nparams={'gender':'3','imei_ip':'2937357107','page':page,'wd':key}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\n\nheaderSign=String(java.md5Encode(Object.keys(headers).sort().reduce((pre,n)=>pre+n+'='+headers[n],'')+sign_key))\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nheaders['sign']=headerSign\nparams['sign']=paramSign\nbody=urlEncode(params)\n\n\"/api/v5/search/words?\" +body+\",\"+java.put(\"headers\",JSON.stringify({\"headers\":headers}))",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "鬼吹灯",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.cxbz958.info",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 464,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻小说\",\"url\":\"/fenlei/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠小说\",\"url\":\"/fenlei/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市小说\",\"url\":\"/fenlei/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"军史小说\",\"url\":\"/fenlei/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游小说\",\"url\":\"/fenlei/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻小说\",\"url\":\"/fenlei/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖小说\",\"url\":\"/fenlei/7/{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.295}}]",
    "header": "",
    "lastUpdateTime": 1734680799186,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 5110,
    "ruleBookInfo": {
      "author": "class.small@tag.span.0@text##作 者：",
      "canReName": "",
      "coverUrl": "class.cover@img@src",
      "init": "",
      "intro": "class.intro@textNodes##作者.*|无弹窗.*",
      "kind": "class.info@class.small@tag.span.1@text&&\nclass.info@class.small@tag.span.2@text&&\nclass.info@class.small@tag.span.4@text##分类：|状态：|更新时间：",
      "lastChapter": "class.small@tag.span.5@a@text##百度搜索.*",
      "name": "class.info@h2@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说",
      "tocUrl": "",
      "wordCount": "class.info@class.small@tag.span.3@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html##http.*html|天才一秒记住.*com|请记住本书首发域.*",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.s4@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "",
      "intro": "",
      "kind": "class.s5@text",
      "lastChapter": "class.s3@a@text",
      "name": "class.s2@a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleSearch": {
      "author": "class.author@text##作者：",
      "bookList": "class.bookbox@class.p10",
      "bookUrl": "class.bookname@tag.a@href",
      "coverUrl": "class.bookimg@img@src",
      "intro": "class.bookinfo@p@text",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@tag.a@text##百度搜索.*",
      "name": "class.bookname@tag.a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.listmain@dd!0:1:2:3:4:5:6:7:8:9:10:11",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "/s.php?ie=utf-8&q={{key}}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "望书阁网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.wangshugu.net#",
    "customButton": false,
    "customOrder": 465,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1734989804339,
    "respondTime": 5009,
    "ruleBookInfo": {
      "author": ".block_txt2@p.2@text",
      "coverUrl": ".block_img2@img@src",
      "init": "",
      "intro": ".intro_info@text##(^|[。！？]+[”」）】]?)##$1<br>@js:result.replace(/各位书友.*|最新章节.*/g,\"\")",
      "kind": ".block_txt2@p.3:4:5@text##.*：|小说|T.*",
      "lastChapter": ".block_txt2@a.3@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".block_txt2@a.1@text"
    },
    "ruleContent": {
      "content": "id.nr1@html",
      "nextContentUrl": "id.pb_next@href",
      "replaceRegex": "##\\s*.*点击下一页继续.*\\s*|....wang.*|.*无弹窗.*|\\s*本书首发.*正版内容！\\s*"
    },
    "ruleExplore": {
      "author": "ownText##.*\\/",
      "bookList": ".line",
      "bookUrl": "a@href",
      "coverUrl": "a@href##.+\\D((\\d+)\\d{3})\\D##http://www.wangshuge.info/files/article/image/$2/$1/$1s.jpg###",
      "kind": "ownText##\\[|\\].*|小说",
      "name": "a@text"
    },
    "ruleSearch": {
      "author": "p.3@text",
      "bookList": ".block",
      "bookUrl": "a.2@href",
      "checkKeyWord": "凡人",
      "coverUrl": "img@src",
      "kind": "p.2@text##.*：|小说",
      "lastChapter": "a.3@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.2@text"
    },
    "ruleToc": {
      "chapterList": ".chapter@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "4小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.4xiaoshuo.info#🎃",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 466,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": "玄幻奇幻::/xuanhuan_{{page}}.html\n武侠仙侠::/wuxia_{{page}}.html\n都市言情::/dushi_{{page}}.html\n历史军事::/lishi_{{page}}.html\n科幻灵异::/kehuan_{{page}}.html\n网游竞技::/wangyou_{{page}}.html\n女生频道::/mm_{{page}}.html",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\"\n}",
    "lastUpdateTime": 0,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 10611,
    "ruleBookInfo": {
      "author": "class.info@class.small@tag.span.0@text##作者：",
      "canReName": "",
      "coverUrl": "class.info@class.cover@img@src",
      "init": "",
      "intro": "class.info@class.intro@text##简介：",
      "kind": "class.info@class.small@tag.span.4@text&&\nclass.info@class.small@tag.span.1@text&&&&\nclass.info@class.small@tag.span.2@text##分类：|状态：|更新时间：",
      "lastChapter": "class.info@class.small@tag.span.4@a@text",
      "name": "class.info@h2@text",
      "tocUrl": "",
      "wordCount": "class.info@class.small@tag.span.3@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html##请记住本书首发.*com",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.s4@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.xyusk.com/headimgs/'+iid+'/'+id+'/s'+id+'.jpg';\n</js>",
      "intro": "",
      "kind": "class.s5@text",
      "lastChapter": "class.s3@a@text",
      "name": "class.s2@a@text"
    },
    "ruleSearch": {
      "author": "class.author@text##作者：",
      "bookList": "class.bookbox",
      "bookUrl": "h4@a@href",
      "coverUrl": "img@src",
      "intro": "",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@a@text",
      "name": "h4@a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.listmain@tag.dd!0:1:2:3:4:5:6:7:8:9:10:11",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href@js:result+',{webView:“true”}'",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "/search.php?searchkey={{key}}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "💯天域小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.zmccx.com",
    "bookUrlPattern": "http://www.zmccx.com/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 467,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部小说::http://m.zmccx.com/xclass/0/{{page}}.html\n玄幻小说::http://m.zmccx.com/xclass/1/{{page}}.html\n修真小说::http://m.zmccx.com/xclass/2/{{page}}.html\n都市小说::http://m.zmccx.com/xclass/3/{{page}}.html\n穿越小说::http://m.zmccx.com/xclass/4/{{page}}.html\n网游小说::http://m.zmccx.com/xclass/5/{{page}}.html\n科幻小说::http://m.zmccx.com/xclass/6/{{page}}.html\n其他小说::http://m.zmccx.com/xclass/7/{{page}}.html",
    "header": "",
    "lastUpdateTime": 1720848644698,
    "loginUrl": "",
    "respondTime": 9401,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作\\s*者：",
      "coverUrl": "id.fmimg@tag.img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "id.info@tag.p.2@text##最后更新：",
      "lastChapter": "id.list@tag.dd.0@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "id.info@tag.h1.0@text",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@html##推荐.*新书.*",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.author@text##作者：",
      "bookList": "class.hot_sale",
      "bookUrl": "tag.a.0@href@js:\nr=result.match(/_(\\d+)/)\nid=r[1]\nvar iid = parseInt(id/1000);\n'http://www.zmccx.com/'+iid+'_'+id+'/'",
      "coverUrl": "img@data-original",
      "intro": "class.review@text##简介：",
      "kind": "",
      "lastChapter": "",
      "name": "class.title@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "class.even.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.even.0@tag.a.0@href",
      "coverUrl": "class.even.0@tag.a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.zmccx.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": "",
      "kind": "",
      "lastChapter": "class.odd.0@tag.a.0@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.even.0@tag.a.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd@tag.a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://www.zmccx.com/search.php?searchkey={{key}}",
    "weight": 2
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "棉花小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.mhtxs.cc",
    "bookUrlPattern": "http://www.mhtxs.cc",
    "customButton": false,
    "customOrder": 468,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.6045.160 Safari/537.36",
    "lastUpdateTime": 1733126454445,
    "respondTime": 3758,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "class.book_cover@img",
      "intro": "id.intro@html",
      "kind": "",
      "lastChapter": "tag.h5@a@text",
      "name": "",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "class.content@html",
      "nextContentUrl": "",
      "replaceRegex": "##下载本书最新的txt电子书请点击.[\\s\\S]*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.even.1@text",
      "bookList": "tag.tr",
      "bookUrl": "a.0@href",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "class.odd.0@text",
      "name": "class.even.0@text"
    },
    "ruleToc": {
      "chapterList": "class.novel_list@tag.dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": ""
    },
    "searchUrl": "http://www.mhtxs.cc/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "醉读小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.imaxreader.com",
    "customButton": false,
    "customOrder": 469,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1734867985867,
    "respondTime": 6974,
    "ruleBookInfo": {
      "coverUrl": "#bookimg > img@src",
      "intro": "#bookintro > p@text",
      "kind": ".count a@text",
      "lastChapter": "#newlist li:nth-child(1)@text",
      "name": "h1@text",
      "tocUrl": "strong > a@href",
      "wordCount": "ul > li:nth-child(11) > span:nth-child(1)@text"
    },
    "ruleContent": {
      "content": ".pt-read-text@html",
      "nextContentUrl": ".pt-nextchapter@href",
      "replaceRegex": "##百度一下“{{book.name}}顶点小说www.imaxreader.com”最新章节第一时间免费阅读。|本章未完，请点击下一页继续阅读！ 第\\d+页/共\\d+页"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".mr30:nth-child(1) > a@text",
      "bookList": ".pt-rank-detail:nth-child(n+2)",
      "bookUrl": ".size18@href",
      "coverUrl": "img@src",
      "kind": "span:nth-child(2) > a@text",
      "lastChapter": ".mr20@text",
      "name": ".size18@text"
    },
    "ruleToc": {
      "chapterList": "#readerlists li:nth-child(n+4)",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "/search/result.html?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//by:cwjdb",
    "bookSourceGroup": "免费",
    "bookSourceName": "三叉小说（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.xxxbiquge.info",
    "customButton": false,
    "customOrder": 470,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\n    java.toast(\"正在努力加载中，请稍后\");\n    \nvar sort = [];\nvar push = (title, url, type1, type2) => {\n    sort.push ({\n        title: title,\n        url: url,\n        style: {\n            layout_flexGrow: type1,\n            layout_flexBasisPercent: type2\n        }\n    });\n};\n\nvar x = [{\n        u: \"http://m.xxxbiquge.info/xclass/0/1.html\",\n        ti: \"༺ˇ»`类型分类´«ˇ༻\",\n        reb: /(\\d+)\\.html/,\n        rea: \"{{page}}.html\"\n    },\n    {\n        u: \"http://m.xxxbiquge.info/quanben.html\",\n        ti: \"༺ˇ»`全本分类´«ˇ༻\",\n        reb: /(.*)\\.html/,\n        rea: \"$1_{{page}}.html\"\n    },\n    {\n        u: \"http://m.xxxbiquge.info/ph/week.html\",\n        ti: \"༺ˇ»`周榜´«ˇ༻\",\n        reb: /(.*)\\.html/,\n        rea: \"$1_{{page}}.html\"\n    },\n    {\n        u: \"http://m.xxxbiquge.info/ph/month0.html\",\n        ti: \"༺ˇ»`月榜´«ˇ༻\",\n        reb: /(.*)\\.html/,\n        rea: \"$1_{{page}}.html\"\n    },\n    {\n        u: \"http://m.xxxbiquge.info/ph/all0.html\",\n        ti: \"༺ˇ»`总榜´«ˇ༻\",\n        reb: /(.*)\\.html/,\n        rea: \"$1_{{page}}.html\"\n    }];\n    \nx.forEach (i => {\n    var o = org.jsoup.Jsoup.parse(java.ajax(i.u));\n    var s = o.select('nav.sortChannel_nav>a');\n    push(i.ti, \"\", 1, 1);\n    s.forEach(j => {\n        var url = String (j.attr(\"href\")).replace(i.reb,i.rea);\n        push(j.text(), url, 1, 0.25)\n    })\n});\n\nJSON.stringify(sort);",
    "lastUpdateTime": 1759571065404,
    "respondTime": 7526,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content##(^|[。！？]+[”」）】]?)##$1<br>\n<js>result</js>##\\\\n",
      "kind": "[property~=category|status|update_time]@content&&text.状态@text##状态：",
      "lastChapter": "[property$=latest_chapter_name]@content##正文卷.|正文.|VIP章节.|免费章节.|VIP卷.|默认卷.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加].*?[】）\\)]",
      "name": "[property$=book_name]@content",
      "tocUrl": "text.章节列表@href"
    },
    "ruleContent": {
      "content": "#chaptercontent@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##(第\\s*[零一二三四五六七八九十百千\\d]+\\s*[章节]?[、.]?\\s*|\\d+\\s*|[零一二三四五六七八九十]+\\s*)(.*?)\\s*[（(]第.*页[)）]|（本章未完.*继续阅读）|第.+卷_?|（粉嫩.*求支持！）"
    },
    "ruleExplore": {
      "author": ".author a.1@text",
      "bookList": "#main>div",
      "bookUrl": ".detail a@href",
      "coverUrl": "img@data-original",
      "intro": ".review@ownText##简介[：:]|\\\\n",
      "name": ".title@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".slide-item.list1 div",
      "bookUrl": "a.0@href",
      "kind": "p.-1@ownText##\\|\\s*最近更新[：:]",
      "lastChapter": "a.-1@text",
      "name": "a p@text"
    },
    "ruleToc": {
      "chapterList": "#chapterlist>p:nth-child(n+2)>a",
      "chapterName": "text\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(\\{（｛【].*[求含理更谢乐发推票盟补加字Kk\\/].*/g,'')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(第.+章)\\s?\\d+/,'$1')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/^(第)?([零一二两三四五六七八九十百千]+).+第/,'第')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "chapterUrl": "href"
    },
    "searchUrl": "{{url=source.getKey();\ncookie.removeCookie(url)\njava.ajax(url).match(/action=\"(.+?)\"/)[1]}},{\n\"method\": \"POST\",\n\"body\": \"keyword={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "http://www.liudatxt.org/\nhttp://www.liudatxt.la/",
    "bookSourceGroup": "免费",
    "bookSourceName": "溜达小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.liudatxt.la/",
    "customButton": false,
    "customOrder": 471,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n    \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0\",\n    \"Cookie\":\"0\"\n}",
    "lastUpdateTime": 1754712336499,
    "respondTime": 3853,
    "ruleBookInfo": {
      "author": "#author@a@text",
      "coverUrl": "#bookimg@img@src",
      "intro": "#bookintro@p@text",
      "kind": ".bookright@span.1:5@text",
      "lastChapter": "#newlist@li.0@a@text",
      "name": "h1@text",
      "tocUrl": "div.newrap@a.0@href",
      "wordCount": ".bookright@span.7@text&&span.uptime@sapn@text@js:result+'字'"
    },
    "ruleContent": {
      "content": "id.content@html"
    },
    "ruleExplore": {
      "bookList": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "class.book_other.0@tag.span.0@text",
      "bookList": "id.sitembox@tag.dl",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.img@src",
      "kind": "class.book_other.0@tag.span.1@text",
      "lastChapter": "class.book_other.1@tag.a@text",
      "name": "tag.a.1@text",
      "wordCount": "class.book_other.0@tag.span.3@text"
    },
    "ruleToc": {
      "chapterList": "id.readerlist@tag.li@tag.a",
      "chapterName": "text##正文|_",
      "chapterUrl": "href"
    },
    "searchUrl": "search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "思路客",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.shuqusk.info",
    "customButton": false,
    "customOrder": 472,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1754712342179,
    "respondTime": 1006,
    "ruleBookInfo": {
      "author": "id.details@text##作者..|\\|\\|.*",
      "kind": "id.bread@tag.a.1@text",
      "lastChapter": "id.details@text##.*最新：|\\|\\||更新时间.|..\\:.*",
      "name": "id.title@tag.h1@text##全文阅读.*"
    },
    "ruleContent": {
      "content": "id.content@html##章节错误.*分钟内会处理"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.a.0@href",
      "lastChapter": "tag.a.1@text&&class.odd.-1@text",
      "name": "tag.a.0@text",
      "wordCount": "class.even.1@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd!0:1:2:3:4:5",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"method\": \"POST\",\n  \"body\": \"searchkey={{key}}&action=login\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "何以笙箫默",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yetianlian.com/",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 473,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1716238017585,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 6585,
    "ruleBookInfo": {
      "author": "class.info@tag.span.0@text##作者：",
      "coverUrl": "class.cover@tag.img@src",
      "intro": "class.intro@text##简介：|作者.*",
      "kind": "class.info@tag.span.1@text##分类：",
      "lastChapter": "class.info@class.last.1@tag.a@text&&class.info@class.last.0@text##更新时间：|..\\:.*",
      "name": "class.info@tag.h2@text",
      "wordCount": "class.info@tag.span.3@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html",
      "imageStyle": "0",
      "replaceRegex": "##http://www.yetianlian.com.*.html|请记住本书首发.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@text##作者：",
      "bookList": "class.bookbox",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src",
      "intro": "tag.p@text",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@tag.a@text",
      "name": "tag.h4@text"
    },
    "ruleToc": {
      "chapterList": "class.listmain@tag.dd!0:1:2:3:4:5:6:7:8:9:10:11",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.yetianlian.com/s.php?ie=gbk&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "let m={\"a85090415a\":\"日\",\"0203769080\":\"丰\",\"0355171744\":\"地\",\"0528649589\":\"臀\",\"0602771294\":\"妈\",\"0665756424\":\"胸\",\"0665889261\":\"蛋\",\"0698278491\":\"首\",\"0744208851\":\"一\",\"0774208243\":\"介\",\"0747467933\":\"蜜\",\"0832215510\":\"合\",\"0872283620\":\"泽\",\"0902364778\":\"十\",\"0983658750\":\"香\",\"0990372354\":\"淫\",\"0951783242\":\"露\",\"1020382214\":\"三\",\"1128608327\":\"偷\",\"1165271020\":\"暴\",\"1167260777\":\"腿\",\"1190111324\":\"第\",\"1330289459\":\"丝\",\"1605992686\":\"件\",\"1644155001\":\"腐\",\"1748611635\":\"炮\",\"1790668606\":\"高\",\"1809149563\":\"含\",\"2038870549\":\"爱\",\"2113285564\":\"死\",\"2211806946\":\"人\",\"2222207117\":\"嫩\",\"2472677945\":\"马\",\"2479341369\":\"帮\",\"2546160883\":\"上\",\"2624694117\":\"缝\",\"2735853814\":\"独\",\"2857703127\":\"法\",\"2876804651\":\"顶\",\"2886155750\":\"棒\",\"2885608989\":\"中\",\"2953530793\":\"花\",\"3023538105\":\"席\",\"3087672465\":\"五\",\"3187883344\":\"园\",\"3269935019\":\"光\",\"3511096181\":\"摇\",\"3561353475\":\"眼\",\"3573763138\":\"最\",\"3609388116\":\"乱\",\"3620919708\":\"宰\",\"3691658535\":\"做\",\"3697158622\":\"主\",\"3750225803\":\"交\",\"3835404789\":\"大\",\"3887706975\":\"温\",\"4072862874\":\"吞\",\"4208731327\":\"未\",\"4247282819\":\"潮\",\"4323477214\":\"发\",\"4465328127\":\"六\",\"4896650341\":\"色\",\"4915941086\":\"西\",\"5034321418\":\"流\",\"5118765982\":\"网\",\"5268319798\":\"房\",\"5366920169\":\"干\",\"5405095624\":\"活\",\"5504072831\":\"裸\",\"5515430018\":\"妹\",\"5554918885\":\"夫\",\"5570002531\":\"粉\",\"5794932762\":\"巴\",\"5798715549\":\"山\",\"5825662041\":\"白\",\"5865212886\":\"里\",\"5934682064\":\"二\",\"5958823569\":\"麻\",\"6115586454\":\"吸\",\"6146409280\":\"粗\",\"6202025318\":\"代\",\"6258129695\":\"欲\",\"6472284406\":\"辱\",\"6534980771\":\"台\",\"6598183488\":\"弹\",\"6695148880\":\"美\",\"6810021581\":\"熟\",\"6834531826\":\"尿\",\"6843073930\":\"指\",\"6874325047\":\"操\",\"6921916056\":\"龟\",\"6972560942\":\"亲\",\"7071132422\":\"湿\",\"7075168225\":\"穴\",\"7092415778\":\"头\",\"7334347774\":\"玉\",\"7402244018\":\"宫\",\"7450445747\":\"挤\",\"7614763772\":\"水\",\"7615188907\":\"天\",\"7641707176\":\"甲\",\"7645727085\":\"私\",\"7666628481\":\"学\",\"7808420336\":\"荡\",\"7875951963\":\"四\",\"7912251525\":\"舔\",\"7980237169\":\"内\",\"8186728471\":\"出\",\"8165804057\":\"母\",\"8202714140\":\"东\",\"8212084865\":\"裸\",\"8242185966\":\"动\",\"8285637025\":\"容\",\"8381351178\":\"具\",\"8406787204\":\"退\",\"8431104929\":\"舌\",\"8431794980\":\"唇\",\"8443857439\":\"插\",\"8637348340\":\"精\",\"8728327662\":\"乳\",\"8739167787\":\"处\",\"8770568739\":\"肉\",\"8771907310\":\"狗\",\"8773645769\":\"情\",\"8986539842\":\"证\",\"9030340049\":\"性\",\"9065740329\":\"射\",\"9075956636\":\"迷\",\"9100236271\":\"兽\",\"9123535704\":\"洞\",\"9131928994\":\"硬\",\"9218945420\":\"波\",\"9332720497\":\"足\",\"9350080768\":\"下\",\"9364129810\":\"丁\",\"9386124353\":\"儿\",\"9440082131\":\"生\",\"9572922210\":\"布\",\"9818286580\":\"扎\",\"9875422061\":\"凌\",\"9884662704\":\"撸\",\"9942269763\":\"浪\",\"9986630664\":\"漏\",\"9993921948\":\"局\",};\nfunction x(e, m) {\n    for (i in m) {\n        var k = m[i];\n        var n = '<img src=\"https://novel.seseclub.com/template/imgs/' + i + '.png\">';\n        e = e.split(n).join(k);\n    }\n    return e;\n}\nx(result, m);",
    "bookSourceGroup": "🔞",
    "bookSourceName": "涩涩俱乐部",
    "bookSourceType": 0,
    "bookSourceUrl": "https://seseclub.com",
    "customButton": false,
    "customOrder": 474,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n    {\n        \"title\": \"按人气排序↓\",\n        \"url\": \"\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 1,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n    \t   \"title\":\"藏经阁\",\n    \t   \"url\":\"/book/category/list/3/page/{{page}}\",\n    \t   \"style\":{\n    \t   \t\"layout_flexBasisPercent\":1,\n    \t   \t\"layout_flexGrow\":1\n    \t   \t}\n    \t},\n    \t{\n    \t\t   \"title\":\"书库\",\n    \t\t   \"url\":\"/book/category/page/{{page}}\",\n    \t\t   \"style\":{\n    \t\t   \t\"layout_flexBasisPercent\":1,\n    \t\t   \t\"layout_flexGrow\":1\n    \t\t   \t}\n    \t\t   \t}, \n    \t\t   \t{\n    \t\t   \t\t\"title\": \"全部\",\n    \t\t   \t\t\"url\": \"/book/category/list/4/page/{{page}}\",\n    \t\t   \t\t\"style\": {\n    \t\t   \t\t\t\"layout_flexBasisPercent\": 0.2,\n    \t\t   \t\t\t\"layout_flexGrow\": 1\n    \t\t   \t\t}\n    },\n    {\n        \"title\": \"玄幻\",\n        \"url\": \"/book/category/list/4/tags/1/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"武侠\",\n        \"url\": \"/book/category/list/4/tags/2/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"仙侠\",\n        \"url\": \"/book/category/list/4/tags/3/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"古言\",\n        \"url\": \"/book/category/list/4/tags/4/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"都市\",\n        \"url\": \"/book/category/list/4/tags/5/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"历史\",\n        \"url\": \"/book/category/list/4/tags/6/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"网游\",\n        \"url\": \"/book/category/list/4/tags/7/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"科幻\",\n        \"url\": \"/book/category/list/4/tags/8/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"女生\",\n        \"url\": \"/book/category/list/4/tags/9/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"同人\",\n        \"url\": \"/book/category/list/4/tags/10/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"推理\",\n        \"url\": \"/book/category/list/4/tags/11/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"穿越\",\n        \"url\": \"/book/category/list/4/tags/12/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"重生\",\n        \"url\": \"/book/category/list/4/tags/13/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"系统\",\n        \"url\": \"/book/category/list/4/tags/14/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"求生\",\n        \"url\": \"/book/category/list/4/tags/15/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"恐怖\",\n        \"url\": \"/book/category/list/4/tags/16/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"耽美\",\n        \"url\": \"/book/category/list/4/tags/17/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"百合\",\n        \"url\": \"/book/category/list/4/tags/18/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"NTR\",\n        \"url\": \"/book/category/list/4/tags/19/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"足控\",\n        \"url\": \"/book/category/list/4/tags/20/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"乱伦\",\n        \"url\": \"/book/category/list/4/tags/21/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"SM\",\n        \"url\": \"/book/category/list/4/tags/22/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"伪娘\",\n        \"url\": \"/book/category/list/4/tags/23/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"娱乐\",\n        \"url\": \"/book/category/list/4/tags/24/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"综合\",\n        \"url\": \"/book/category/list/4/tags/25/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"按最新排序↓\",\n        \"url\": \"\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 1,\n            \"layout_flexGrow\": 1\n        }\n    },{\n\t\"title\":\"藏经阁\",\n\t\"url\":\"/book/category/list/3/order/addtime/page/{{page}}\",\n\t\"style\":{\n\t\"layout_flexBasisPercent\":1,\n\t\"layout_flexGrow\":1\n\t}\n},{\n\t\"title\":\"书库\",\n\t\"url\":\"/book/category/order/addtime/page/{{page}}\",\n\t\"style\":{\n\t\"layout_flexBasisPercent\":1,\n\t\"layout_flexGrow\":1\n\t}\n},\n    {\n        \"title\": \"全部\",\n        \"url\": \"/book/category/list/4/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"玄幻\",\n        \"url\": \"/book/category/list/4/tags/1/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"武侠\",\n        \"url\": \"/book/category/list/4/tags/2/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"仙侠\",\n        \"url\": \"/book/category/list/4/tags/3/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"古言\",\n        \"url\": \"/book/category/list/4/tags/4/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"都市\",\n        \"url\": \"/book/category/list/4/tags/5/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"历史\",\n        \"url\": \"/book/category/list/4/tags/6/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"网游\",\n        \"url\": \"/book/category/list/4/tags/7/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"科幻\",\n        \"url\": \"/book/category/list/4/tags/8/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"女生\",\n        \"url\": \"/book/category/list/4/tags/9/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"同人\",\n        \"url\": \"/book/category/list/4/tags/10/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"推理\",\n        \"url\": \"/book/category/list/4/tags/11/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"穿越\",\n        \"url\": \"/book/category/list/4/tags/12/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"重生\",\n        \"url\": \"/book/category/list/4/tags/13/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"系统\",\n        \"url\": \"/book/category/list/4/tags/14/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"求生\",\n        \"url\": \"/book/category/list/4/tags/15/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"恐怖\",\n        \"url\": \"/book/category/list/4/tags/16/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"耽美\",\n        \"url\": \"/book/category/list/4/tags/17/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"百合\",\n        \"url\": \"/book/category/list/4/tags/18/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"NTR\",\n        \"url\": \"/book/category/list/4/tags/19/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"足控\",\n        \"url\": \"/book/category/list/4/tags/20/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"乱伦\",\n        \"url\": \"/book/category/list/4/tags/21/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"SM\",\n        \"url\": \"/book/category/list/4/tags/22/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"伪娘\",\n        \"url\": \"/book/category/list/4/tags/23/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"娱乐\",\n        \"url\": \"/book/category/list/4/tags/24/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"综合\",\n        \"url\": \"/book/category/list/4/tags/25/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },{\n\t\"title\":\"按连载排序↓\",\n\t\"url\":\"\",\n\t\"style\":{\n\t\"layout_flexBasisPercent\":1,\n\t\"layout_flexGrow\":1\n\t}\n},{\n\t\"title\":\"藏经阁\",\n\t\"url\":\"/book/category/list/3/finish/1/page/{{page}}\",\n\t\"style\":{\n\t\"layout_flexBasisPercent\":1,\n\t\"layout_flexGrow\":1\n\t}\n},{\n\t\"title\":\"书库\",\n\t\"url\":\"/book/category/finish/1/page/{{page}}\",\n\t\"style\":{\n\t\"layout_flexBasisPercent\":1,\n\t\"layout_flexGrow\":1\n\t}\n},\n    {\n        \"title\": \"全部\",\n        \"url\": \"/book/category/list/4/finish/1/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"玄幻\",\n        \"url\": \"/book/category/list/4/finish/1/tags/1/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"武侠\",\n        \"url\": \"/book/category/list/4/finish/1/tags/2/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"仙侠\",\n        \"url\": \"/book/category/list/4/finish/1/tags/3/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"古言\",\n        \"url\": \"/book/category/list/4/finish/1/tags/4/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"都市\",\n        \"url\": \"/book/category/list/4/finish/1/tags/5/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"历史\",\n        \"url\": \"/book/category/list/4/finish/1/tags/6/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"网游\",\n        \"url\": \"/book/category/list/4/finish/1/tags/7/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"科幻\",\n        \"url\": \"/book/category/list/4/finish/1/tags/8/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"女生\",\n        \"url\": \"/book/category/list/4/finish/1/tags/9/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"同人\",\n        \"url\": \"/book/category/list/4/finish/1/tags/10/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"推理\",\n        \"url\": \"/book/category/list/4/finish/1/tags/11/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"穿越\",\n        \"url\": \"/book/category/list/4/finish/1/tags/12/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"重生\",\n        \"url\": \"/book/category/list/4/finish/1/tags/13/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"系统\",\n        \"url\": \"/book/category/list/4/finish/1/tags/14/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"求生\",\n        \"url\": \"/book/category/list/4/finish/1/tags/15/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"恐怖\",\n        \"url\": \"/book/category/list/4/finish/1/tags/16/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"耽美\",\n        \"url\": \"/book/category/list/4/finish/1/tags/17/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"百合\",\n        \"url\": \"/book/category/list/4/finish/1/tags/18/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"NTR\",\n        \"url\": \"/book/category/list/4/finish/1/tags/19/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"足控\",\n        \"url\": \"/book/category/list/4/finish/1/tags/20/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"乱伦\",\n        \"url\": \"/book/category/list/4/finish/1/tags/21/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"SM\",\n        \"url\": \"/book/category/list/4/finish/1/tags/22/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"伪娘\",\n        \"url\": \"/book/category/list/4/finish/1/tags/23/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"娱乐\",\n        \"url\": \"/book/category/list/4/finish/1/tags/24/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"综合\",\n        \"url\": \"/book/category/list/4/finish/1/tags/25/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    }\n]\n\n",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 14; zh-cn; M2102K1AC Build/UKQ1.231207.002) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/109.0.5414.118 Mobile Safari/537.36 MQQBrowser/10.1.0\"}",
    "lastUpdateTime": 1746026823000,
    "loginUrl": "",
    "respondTime": 30784,
    "ruleBookInfo": {
      "author": "#bookinfo@p.0",
      "coverUrl": ".photo@img.0@src",
      "kind": "#bookinfo@a&&#bookinfo@p.[-1,-2]",
      "name": "#bookinfo@div.0@h2@text",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".chapter-content-wrap@html##[上|下]一章|本站地址.+[^.].+\t",
      "replaceRegex": "{{eval(String(source.bookSourceComment))}}\n<js>\ni=[\"%uE800\",\"%uE801\",\"%uE802\",\"%uE803\",\"%uE804\",\"%uE805\",\"%uE806\",\"%uE807\",\"%uE808\",\"%uE809\",\"%uE80A\",\"%uE80B\",\"%uE80C\",\"%uE80D\",\"%uE80E\",\"%uE80F\",\"%uE810\",\"%uE811\",\"%uE812\",\"%uE813\",\"%uE814\",\"%uE815\",\"%uE816\",\"%uE817\",\"%uE818\",\"%uE819\",\"%uE81A\",\"%uE81B\",\"%uE81C\",\"%uE81D\",\"%uE81E\",\"%uE81F\",\"%uE820\",\"%uE821\",\"%uE822\",\"%uE823\",\"%uE824\",\"%uE825\",\"%uE826\",\"%uE827\",\"%uE828\",\"%uE829\",\"%uE82A\",\"%uE82B\",\"%uE82C\",\"%uE82D\",\"%uE82E\",\"%uE82F\",\"%uE830\",\"%uE831\",\"%uE832\",\"%uE833\",\"%uE834\",\"%uE835\",\"%uE836\",\"%uE837\",\"%uE838\",\"%uE839\",\"%uE83A\",\"%uE83B\",\"%uE83C\",\"%uE83D\",\"%uE83E\",\"%uE83F\",\"%uE840\",\"%uE841\",\"%uE842\",\"%uE843\",\"%uE844\",\"%uE845\",\"%uE846\",\"%uE847\",\"%uE848\",\"%uE849\",\"%uE84A\",\"%uE84B\",\"%uE84C\",\"%uE84D\",\"%uE84E\",\"%uE84F\",\"%uE850\",\"%uE851\",\"%uE852\",\"%uE853\",\"%uE854\",\"%uE855\",\"%uE856\",\"%uE857\",\"%uE858\",\"%uE859\",\"%uE85A\",\"%uE85B\",\"%uE85C\",\"%uE85D\",\"%uE85E\",\"%uE85F\",\"%uE860\",\"%uE861\",\"%uE862\",\"%uE863\"];\n//字体文本\nz=\"的一是了我不人在他有这个上们来到时大地为子中你说生国年着就那和要她出也得里后自以会家可下而过天去能对小多然于心学么之都好看起发当没成只如事把还用第样道想作种开美总从无情己面最女但现前些所同日手又行意动\";\n\t\n\t//变成unicode编码\nhtml = escape(result);\n//替换\nfunction ti(html,i,z){\n\treg = new RegExp(i,'g');\n\treturn html.replace(reg,z);\n\t}\nfor(x in i){\n\thtml = ti(html,i[x],z[x])\n\t}\n//解unicode编码（变成文字）\nunescape(html)\n</js>"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.0@text",
      "bookList": ".aglike@li",
      "bookUrl": "a.0@href",
      "checkKeyWord": "六点的钟声",
      "coverUrl": "img.0@src",
      "intro": ".decs@text",
      "kind": "",
      "name": ".name@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "#chapterlsit@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ""
    },
    "searchUrl": "/book/search/{{key}}/{{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "思路客网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.siluwu.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 475,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734706939079,
    "loginUrl": "",
    "respondTime": 4206,
    "ruleBookInfo": {
      "name": "tag.h1@text##全文阅读.*"
    },
    "ruleContent": {
      "content": "id.content@textNodes",
      "nextContentUrl": "id.link@tag.a.3@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.odd.0@tag.a@href",
      "name": "class.odd.0@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd!0:1:2:3:4:5",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "modules/article/search.php?searchkey={{key}}&action=login,{\n  \"charset\": \"utf-8\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🔰 玄幻阁",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xuankuks.com/",
    "bookUrlPattern": "http://www.xuankuks.com/files/article/html/\\d+/\\d+/",
    "customButton": false,
    "customOrder": 476,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/sort1/{{page}}/\n武侠小说::/sort2/{{page}}/\n都市小说::/sort3/{{page}}/\n历史小说::/sort4/{{page}}/\n言情小说::/sort5/{{page}}/\n穿越小说::/sort6/{{page}}/\n科幻小说::/sort7/{{page}}/\n恐怖小说::/sort8/{{page}}/\n校园小说::/sort9/{{page}}/\n异界小说::/sort10/{{page}}/",
    "lastUpdateTime": 1621493858921,
    "respondTime": 6287,
    "ruleBookInfo": {
      "author": "id.count@tag.span.0@text",
      "coverUrl": "id.bookimg@img@src",
      "intro": "id.bookintro@text",
      "kind": "id.count@tag.span.3@text&&\nid.count@tag.span.2@text&&\nid.count@tag.span.1@text",
      "lastChapter": "class.new@tag.a.0@text",
      "name": "class.booktitle@h1@text"
    },
    "ruleContent": {
      "content": "id.content@textNodes##随机推荐："
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.dd.1@tag.span.0@text",
      "bookList": "id.sitebox@dl",
      "bookUrl": "h3@a@href",
      "coverUrl": "img@src",
      "intro": "tag.dd.3@text",
      "kind": "class.uptime@text",
      "lastChapter": "tag.dd.2@tag.a@text",
      "name": "h3@a@text",
      "wordCount": "tag.dd.1@tag.span.2@text"
    },
    "ruleToc": {
      "chapterList": "id.readerlist@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.xuankuks.com/modules/article/search.php?s=7673184438602983814&s={{key}}&searchtype=articlename",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "玄幻阁",
    "bookSourceType": 0,
    "bookSourceUrl": "       http://wap.xuanyge.info",
    "customButton": false,
    "customOrder": 477,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar sort=[];\nvar push=(title,url,size)=>sort.push({\n  \t\"title\": title,\n  \t\"url\": url,\n  \t\"style\": {\n   \"layout_flexGrow\": 1,\n   \"layout_flexBasisPercent\": size\n   }\n });\n\nvar url=source.key;\nvar fl=url+\"/sort.html\";\nvar ph=url+\"/top.html\";\nvar qb=url+\"/full-1/\";\nvar html=java.ajax(fl);\nvar src=java.ajax(ph);\nvar qbl=java.ajax(qb);\n\nif(html&&src&&qbl){\na=org.jsoup.Jsoup.parse(html).select(\".content li a\");\nb=org.jsoup.Jsoup.parse(src).select(\".content li a\");\nc=org.jsoup.Jsoup.parse(qbl).select(\".content li a\");\npush(\"🌹分类🌹\",null,1)\n    for(i in a){\n        title=a[i].text()\n        url=a[i].attr(\"href\")\n        size=0.25;\n  url=String(url).replace(\"1/\",\"{{page}}/\").replace(\"1.html\",\"{{page}}.html\")\n        push(title,url,size)\n    };\n push(\"🌹排行🌹\",null,1)\n    for(i in b){\n        title=b[i].text()\n        url=b[i].attr(\"href\")\n  url=String(url).replace(\"1/\",\"{{page}}/\").replace(\"1.html\",\"{{page}}.html\")\n        size=0.25;\n        push(title,url,size)\n    }\npush(\"🌹全本🌹\",\"/full-{{page}}/\",1)\n      \n}else{\n  java.toast(\"发现列表获取失败！\")\n}\n\nJSON.stringify(sort)\n",
    "lastUpdateTime": 1703463252657,
    "respondTime": 12484,
    "ruleBookInfo": {
      "author": ".block_txt2@a.2@text",
      "downloadUrls": "text.点击下载@href",
      "intro": ".intro_info@text",
      "kind": ".block_txt2@p.3:4:5@text",
      "lastChapter": ".block_txt2@a.-1@text",
      "name": ".block_txt2@h2@text",
      "tocUrl": "text.查看目录@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#nr1@textNodes",
      "nextContentUrl": "text.下 页@href||text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "//*[not(@class='blue')]/text()##\\[.*\\]|\\/",
      "bookList": ".line",
      "bookUrl": ".blue@href",
      "checkKeyWord": "",
      "coverUrl": "",
      "intro": "",
      "kind": "##\\[(.*)\\]##$1##",
      "name": ".blue@text"
    },
    "ruleToc": {
      "chapterList": ".chapter li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isPay": "",
      "nextTocUrl": "@js:if(result.match(/\\/(\\d+)页/)){\nvar n=result.match(/\\/(\\d+)页/)[1];\nbaseUrl=baseUrl.replace(/(.+)\\//,'$1');\nvar list=[];\nfor(var i=2;i<=n;i++){list.push(baseUrl+\"_\"+i+\"/\");}\nlist\n}"
    },
    "searchUrl": "/modules/article/waps.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "奇书网包",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xqishuta.com#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 478,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻奇幻::http://www.xqishuta.com//soft/sort01/index_{{page}}.html\n武侠仙侠::http://www.xqishuta.com//soft/sort02/index_{{page}}.html\n女频言情::http://www.xqishuta.com//soft/sort03/index_{{page}}.html\n现代都市::http://www.xqishuta.com//soft/sort04/index_{{page}}.html\n历史军事::http://www.xqishuta.com//soft/sort05/index_{{page}}.html\n游戏竞技::http://www.xqishuta.com//soft/sort06/index_{{page}}.html\n科幻灵异::http://www.xqishuta.com//soft/sort07/index_{{page}}.html\n美文同人::http://www.xqishuta.com//soft/sort08/index_{{page}}.html\n剧本教程::http://www.xqishuta.com//soft/sort09/index_{{page}}.html\n名著杂志::http://www.xqishuta.com//soft/sort010/index_{{page}}.html\n技术其他::http://www.xqishuta.com//soft/sort011/index_{{page}}.html\n热门电子书::http://www.xqishuta.com//s/hot/index_{{page}}.html\n推荐电子书::http://www.xqishuta.com//s/good/index_{{page}}.html\n最新电子书::http://www.xqishuta.com//s/new/index_{{page}}.html",
    "header": "{\n\"User-Agent\":\"Mozilla/5.0(WindowsNT10.0;WOW64)AppleWebKit/537.36(KHTML,likeGecko,ByBlackPrism)Chrome/99.0Safari/537.36\"\n}",
    "lastUpdateTime": 1734900926765,
    "loginUrl": "",
    "respondTime": 9659,
    "ruleBookInfo": {
      "author": "class.small.5@text",
      "coverUrl": "class.detail_pic@tag.img@src",
      "init": "",
      "intro": "class.showInfo@tag.p@text",
      "kind": "",
      "lastChapter": "class.small.6@text",
      "name": "class.detail_right@tag.h1@text##全集",
      "tocUrl": "class.showDown@tag.a.0@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content1@html##最新网址：www.xqishuta.com",
      "nextContentUrl": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.s@text##大小.*",
      "bookList": "class.listBox@tag.li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.img@src",
      "intro": "class.u@text",
      "kind": "",
      "lastChapter": "tag.a.1@text##最新章节：",
      "name": "tag.a.0@text##全集",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.even@tag.a@href",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "class.odd.2@text",
      "name": "class.even@tag.a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.pc_list@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://www.xqishuta.com/search.html?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "话本小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.ihuaben.com#♤yc",
    "customButton": false,
    "customOrder": 479,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"点击\",\"url\":\"https://top.ihuaben.com/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"评论\",\"url\":\"https://top.ihuaben.com/comment.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"收藏\",\"url\":\"https://top.ihuaben.com/favorite.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"打赏\",\"url\":\"https://top.ihuaben.com/reward.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"新书\",\"url\":\"https://top.ihuaben.com/new_book.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"新手\",\"url\":\"https://top.ihuaben.com/new_author.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"男频\",\"url\":\"/boy/clickcount_days_7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"短篇\",\"url\":\"/duanpian/clickcount_days_7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"二次元\",\"url\":\"/erciyuan/clickcount_days_7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"灵异\",\"url\":\"/lingyi/clickcount_days_7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"/dushi/clickcount_days_7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/xuanhuanqihuan/clickcount_days_7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"历史军事\",\"url\":\"/lishijunshi/clickcount_days_7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"/wuxiaxianxia/clickcount_days_7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"游戏竞技\",\"url\":\"/youxijingji/clickcount_days_7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻末世\",\"url\":\"/kehuanmoshi/clickcount_days_7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"男频同人\",\"url\":\"/nanpintongren/clickcount_days_7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"女频\",\"url\":\"/girl/clickcount_days_7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"现代\",\"url\":\"/xiandai/clickcount_days_7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代\",\"url\":\"/gudai/clickcount_days_7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"幻想\",\"url\":\"/huanxiang/clickcount_days_7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"/xiaoyuan/clickcount_days_7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越\",\"url\":\"/chuanyue/clickcount_days_7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"灵异言情\",\"url\":\"/lingyiyanqing/clickcount_days_7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"同人\",\"url\":\"/tongren/clickcount_days_7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"明星同人\",\"url\":\"/mingxingtongren/clickcount_days_7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"动漫同人\",\"url\":\"/dongmantongren/clickcount_days_7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"游戏同人\",\"url\":\"/youxitongren/clickcount_days_7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"影视同人\",\"url\":\"/yingshitongren/clickcount_days_7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"小说同人\",\"url\":\"/xiaoshuotongren/clickcount_days_7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}}]",
    "header": "",
    "lastUpdateTime": 1681943334768,
    "loginUrl": "https://passport.ihuaben.com/?nextUrl=http%3A%2F%2Fuser.ihuaben.com%2F",
    "respondTime": 13963,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": ".cover img.0@src",
      "intro": "🔖 标签：{{@#tagList@text}}{{'\\n'+'​'}}\n{{@.aboutbook@html}}##简介.",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content##小说",
      "lastChapter": "class.Catalog.1@a@text",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": ".Catalog!0@a@href",
      "wordCount": "class.HuabenListUL.1@li.1@text"
    },
    "ruleContent": {
      "content": "#contentsource@p@html",
      "imageStyle": "FULL"
    },
    "ruleExplore": {
      "author": "p.1@a@text||td.3@a@text",
      "bookList": ".booklist li||tbody tr",
      "bookUrl": "h3 a@href||td.0@a@href",
      "coverUrl": "img.0@src",
      "intro": "p.3@text&&td.2@text##^##🔖",
      "kind": "",
      "lastChapter": "td.1@a@text",
      "name": "h3 a@text||td.0@a@text",
      "wordCount": "p.2@text||td.4@text"
    },
    "ruleSearch": {
      "author": "a.1@text",
      "bookList": ".searchresult",
      "bookUrl": "a.2@href",
      "checkKeyWord": "青春",
      "coverUrl": "",
      "intro": "a.3@text",
      "kind": "small@text",
      "lastChapter": "",
      "name": "a.2@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "-.chapters p",
      "chapterName": "{{@span.0@text}} {{@span.1@text}}",
      "chapterUrl": "a@href",
      "nextTocUrl": ".btn-group a.-1@href",
      "updateTime": "span.2@text"
    },
    "searchUrl": "https://so.ihuaben.com/search?keyword={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "速速中文",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.susuzw.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 480,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::class/1_{{page}}.html\n武侠小说::class/2_{{page}}.html\n都市小说::class/3_{{page}}.html\n历史小说::class/4_{{page}}.html\n游戏小说::class/5_{{page}}.html\n科幻小说::class/6_{{page}}.html\n其他小说::class/7_{{page}}.html",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 14049,
    "ruleBookInfo": {
      "coverUrl": "id.fmimg@img@src",
      "intro": "id.intro@html##各位书友要是觉得.*",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content",
      "lastChapter": "id.info@p@a@text",
      "tocUrl": "class.tgcj@href"
    },
    "ruleContent": {
      "content": "id.content@html##一秒记住.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.odd.1@text||class.s4@text",
      "bookList": "class.grid@tr!0||class.l@li",
      "bookUrl": "a@href##/(\\d+)_(\\d+)/##/books_$2/",
      "coverUrl": "a@href<js>'http://pic.susuzw.com/image'+String(result).replace(/.*?(\\d*?)(\\d{1,3})\\//,'/$1/$1$2/$1$2s.jpg').replace('//','/0/')</js>",
      "kind": "class.even.2@text",
      "lastChapter": "class.even@a@text||class.s3@a@text",
      "name": "class.odd@a@text||class.s2@a@text"
    },
    "ruleToc": {
      "chapterList": "id.list@dd@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "modules/article/search.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"s={{key}}&type=articlename&page={{page}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "万层中文",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.oneceng.com/",
    "customButton": false,
    "customOrder": 481,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"作品分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"全部\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"都市异能\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_1_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑灵异\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_2_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_3_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"仙侠修真\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_4_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"军事历史\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_5_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"游戏竞技\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_6_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻未来\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_7_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代言情\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_8_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代言情\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_9_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"灵异惊悚\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_10_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"仙侠情缘\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_11_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"浪漫青春\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_12_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"幻想言情\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_13_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"耽美同人\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_14_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"书名首字母\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"不限\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"[A]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_A_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[B]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_B_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[C]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_C_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[D]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_D_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[E]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_E_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[F]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_F_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[G]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_G_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[H]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_H_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[I]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_I_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[J]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_J_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[K]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_K_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[L]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_L_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[M]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_M_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[N]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_N_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[O]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_O_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[P]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_P_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[Q]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_Q_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[R]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_R_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[S]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_S_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[T]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_T_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[U]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_U_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[V]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_V_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[W]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_W_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[X]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_X_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[Y]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_Y_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[Z]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_Z_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}\n]",
    "lastUpdateTime": 1731488837761,
    "respondTime": 9275,
    "ruleBookInfo": {
      "author": "span a@text",
      "coverUrl": "a img@src",
      "intro": ".tabvalue td@text&&.tabvalue div@text",
      "kind": "td[width]:nth-of-type(1)@text",
      "lastChapter": "div.title@text",
      "name": ".divbox > div > div > span:nth-of-type(1)@text",
      "tocUrl": "a.catalogbtn@href"
    },
    "ruleContent": {
      "content": "div.acontent@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": "td:nth-of-type(3)@text",
      "bookList": "#jieqi_page_contents tr",
      "bookUrl": "a.pop@href",
      "coverUrl": "a.pop@href<js>java.ajax(result)</js>a img@src",
      "kind": "td:nth-of-type(6)@text",
      "lastChapter": "#jieqi_page_contents td:nth-of-type(2) a@text",
      "name": "a.pop@text",
      "wordCount": "td:nth-of-type(4)@text"
    },
    "ruleSearch": {
      "author": "div.c_tag:nth-of-type(2) a@text",
      "bookList": "div.c_row",
      "bookUrl": ".c_subject a@href",
      "checkKeyWord": "我的",
      "coverUrl": "a img@src",
      "intro": "div.c_description@text",
      "kind": "div.c_tag:nth-of-type(2) span:nth-of-type(4)@text&&span:nth-of-type(n+7)@text",
      "lastChapter": "div:nth-of-type(4) .c_value a@text",
      "name": ".c_subject a@text",
      "wordCount": "span:nth-of-type(6)@text"
    },
    "ruleToc": {
      "chapterList": "dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.oneceng.com/modules/article/search.php,{\n\"method\":\"POST\",\n\"charset\":\"GBK\",\n\"body\":\"searchtype=articlename&searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "♜+全本小说5200 #破冰",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xs5200.com/#♤pb",
    "bookUrlPattern": "http://www.xs5200.com/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 482,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/xuanhuanxiaoshuo/1_{{page}}.html\n修真小说::/xiuzhenxiaoshuo/2_{{page}}.html\n都市小说::/dushixiaoshuo/3_{{page}}.html\n穿越小说::/chuanyuexiaoshuo/4_{{page}}.html\n网游小说::/wangyouxiaoshuo/5_{{page}}.html\n科幻小说::/kehuanxiaoshuo/6_{{page}}.html",
    "header": "",
    "lastUpdateTime": 1734638880519,
    "loginUrl": "",
    "respondTime": 7822,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作 者：",
      "coverUrl": "id.bookimg@img@src",
      "init": "",
      "intro": "id.intro@tag.p.1@text",
      "kind": "id.info@tag.p.2@text&&\nid.info@tag.p.1@text##最后更新：|状 态：",
      "lastChapter": "id.info@tag.p.3@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "id.info@h1@text",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@html##一秒记住.*最新章节！|清爽免费阅读请记.*|手机免费.*|www.*cc",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.s5@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "class.s2@a@href<js>\nvar id = result.match(/_(\\d+)/)[1];\nvar iid = parseInt(id/1000);\n'http://www.xs5200.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": "",
      "kind": "",
      "lastChapter": "class.s3@text",
      "name": "class.s2@a@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@id.nr",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "tag.td.0@tag.a@href<js>\nvar id = result.match(/_(\\d+)/)[1];\nvar iid = parseInt(id/1000);\n'http://www.xs5200.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": "",
      "kind": "tag.td.4@text&&\ntag.td.5@text",
      "lastChapter": "tag.td.1@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "tag.td.0@tag.a@text",
      "wordCount": "tag.td.3@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://www.xs5200.com/modules/article/search.php?s=10362325638345863231&q={{key}}",
    "weight": 1
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "👍 云中书库",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yunxs.com#一程",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 483,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻奇幻::/xuanhuan/shuku_1949_{{page}}.html\n仙侠武侠::/xianxia/shuku_3336_{{page}}.html\n都市言情::/dushi/shuku_8625_{{page}}.html\n穿越历史::/chuanyue/shuku_1335_{{page}}.html\n科幻灵异::/kehuan/shuku_1500_{{page}}.html\n同人网游::/tongren/shuku_1056_{{page}}.html",
    "lastUpdateTime": 1731793082088,
    "loginUrl": "",
    "respondTime": 7763,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "class.j_box@tag.p!0@text##简介.",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "wordCount": "id.cms_ready_1@text"
    },
    "ruleContent": {
      "content": "class.box_box@textNodes##云中书库.*",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "author": "tag.a.4@text",
      "bookList": "class.ul_m_list@tag.li",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "",
      "intro": "",
      "kind": "tag.a.0@text&&tag.span.-1@text",
      "lastChapter": "tag.a.3@text",
      "name": "tag.a.1@text",
      "wordCount": "class.words@text"
    },
    "ruleSearch": {
      "author": "class.state.0@text##类型.*",
      "bookList": "class.ul_b_list@tag.li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.img@src",
      "intro": "class.words@tag.p.2@text",
      "kind": "tag.span.0@text&&class.state.0@text&&class.arcurl@text##最后更新：|.{12}章节目录.*|.*状态.|\\s|总点击.*",
      "lastChapter": "",
      "name": "tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.list_box@tag.li@tag.a",
      "chapterName": "text##正文.",
      "chapterUrl": "href"
    },
    "searchUrl": "/plus/search.php?kwtype=0&searchtype=&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "画本阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "https://so.ihuaben.com#",
    "customButton": false,
    "customOrder": 484,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734449358241,
    "respondTime": 1268,
    "ruleBookInfo": {
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": "#contentsource@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.text-muted@text",
      "bookList": ".searchresult",
      "bookUrl": "h2 a@href",
      "name": "h2@text"
    },
    "ruleToc": {
      "chapterList": "-.chapters p",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": ".pagination a@href",
      "updateTime": ".updateTime@text"
    },
    "searchUrl": "https://so.ihuaben.com/search?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "八一中文",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.zwduxs.com#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 485,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1735040503794,
    "loginUrl": "",
    "respondTime": 4668,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作\\s*者：",
      "coverUrl": "id.fmimg@tag.img.0@src",
      "intro": "id.intro@text",
      "name": "id.info@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.odd.0@tag.a.0@href",
      "lastChapter": "class.even.0@tag.a.0@text",
      "name": "class.odd.0@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.zwduxs.com/modules/article/search.php?searchkey={{key}}&searchtype=articlename",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "🎉 新笔趣阁③",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.paoshuzw.com",
    "customButton": false,
    "customOrder": 486,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1721566971187,
    "respondTime": 400,
    "ruleBookInfo": {
      "coverUrl": "class.fmimg@tag.img@src",
      "intro": "id.intro@tag.p!0@text"
    },
    "ruleContent": {
      "content": "id.content@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.a.0@href",
      "kind": "tag.td.-1@text",
      "lastChapter": "tag.a.1@text",
      "name": "tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/waps.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "大米小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.damixs.info",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 487,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"✱玄幻奇幻✱\",\"url\":\"/xuanhuan/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"更新\",\"url\":\"/xuanhuan/update/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"点击\",\"url\":\"/xuanhuan/all/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"周榜\",\"url\":\"/xuanhuan/week/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"推荐\",\"url\":\"/xuanhuan/vote/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"✱武侠仙侠✱\",\"url\":\"/xianxia/{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"更新\",\"url\":\"/xianxia/update/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"点击\",\"url\":\"/xianxia/all/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"周榜\",\"url\":\"/xianxia/week/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"推荐\",\"url\":\"/xianxia/vote/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"✱都市言情✱\",\"url\":\"/dushi/{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"更新\",\"url\":\"/dushi/update/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"点击\",\"url\":\"/dushi/all/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"周榜\",\"url\":\"/dushi/week/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"推荐\",\"url\":\"/dushi/vote/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"✱历史军事✱\",\"url\":\"/lishi/{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"更新\",\"url\":\"/lishi/update/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"点击\",\"url\":\"/lishi/all/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"周榜\",\"url\":\"/lishi/week/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"推荐\",\"url\":\"/lishi/vote/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"✱游戏竞技✱\",\"url\":\"/wangyou/{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"更新\",\"url\":\"/wangyou/update/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"点击\",\"url\":\"/wangyou/all/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"周榜\",\"url\":\"/wangyou/week/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"推荐\",\"url\":\"/wangyou/vote/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"✱科幻灵异✱\",\"url\":\"/kehuan/{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"更新\",\"url\":\"/kehuan/update/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"点击\",\"url\":\"/kehuan/all/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"周榜\",\"url\":\"/kehuan/week/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"推荐\",\"url\":\"/kehuan/vote/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"✱其他类型✱\",\"url\":\"/qita/{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"更新\",\"url\":\"/qita/update/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"点击\",\"url\":\"/qita/all/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"周榜\",\"url\":\"/qita/week/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"推荐\",\"url\":\"/qita/vote/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"✱完本小说✱\",\"url\":\"/quanben/{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"更新\",\"url\":\"/quanben/update/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"点击\",\"url\":\"/quanben/all/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"周榜\",\"url\":\"/quanben/week/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"推荐\",\"url\":\"/quanben/vote/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"✱排行总榜✱\",\"url\":\"/shuku/{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"更新\",\"url\":\"/shuku/update/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"点击\",\"url\":\"/shuku/all/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"周榜\",\"url\":\"/shuku/week/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"推荐\",\"url\":\"/shuku/vote/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}\n]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36\"\n}",
    "lastUpdateTime": 1732985185597,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 3772,
    "ruleBookInfo": {
      "author": "class.booktag@tag.a.0@text",
      "canReName": "",
      "coverUrl": "#bookIntro@img@src",
      "init": "",
      "intro": "class.text-muted.0@text",
      "kind": "class.breadcrumb@tag.li.1@tag.a@text&&class.booktag@tag.span.2@text",
      "lastChapter": "class.panel-body panel-chapterlist@class.col-md-4.0@tag.a.0@text",
      "name": "class.bookTitle@text",
      "tocUrl": "",
      "wordCount": "class.booktag@tag.span.0@text##字数."
    },
    "ruleContent": {
      "content": "tag.p!-1:-2@textNodes",
      "imageStyle": "0",
      "nextContentUrl": "id.linkNext@href",
      "replaceRegex": "##「如章节缺失请退出#阅#读#模#式」.*|全网首发无弹窗免费阅读ｄ.*ａ.*m.*i.*x.*s.*..*o.*r.*g.*|(.*请.*来.*大.*米.*小.*说.*看.*最.*新.*章.*节.*完.*整.*章.*节.*).*|本书作者.*|.*提醒您.*最新章节在.*|全网首发无弹窗免费阅读ｄ.*ａ.*ｍ.*ｉ.*ｘ.*ｓ.*．.*o.*r.*g.*(请来大米小%说%看最新章节%完整章节).*|.*本书作者.*提醒您.*最新章节在.*|喜欢看.*|那就记住.*|的域名ｄａｍｉxs.org.*|(请来大米小说移动.*版.*看最新章节.*完整章节).*|你看#到的#内#容#中#间#可#能#有#缺#失，退#出#阅#读#模#式，才可以#继#续#阅#读#全#文,或者请使用其它#浏#览#器，或者来：d#a#m#i#x#s#.c#o#.*|.*提醒.*免费无弹窗阅读将第一时间在.*",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.text-muted.1@text",
      "bookList": "class.mytable@tag.tr!0",
      "bookUrl": "a@href",
      "coverUrl": "",
      "intro": "a@href\n<js>\nvar url=book.origin+result[0];\nresult=java.ajax(url);\nresult;\n</js>\nclass.text-muted.0@text",
      "kind": "class.hidden-xs.1@text&&class.text-nowrap@text",
      "lastChapter": "class.text-muted.0@tag.a.0@text",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "author": "class.booktag@tag.a@text",
      "bookList": ".col-md-10",
      "bookUrl": "class.bookTitle@tag.a@href",
      "coverUrl": "",
      "intro": "class.text-muted hidden-xs.0@text",
      "kind": "",
      "lastChapter": "tag.p.2@tag.a@text",
      "name": "class.bookTitle@tag.a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.col-md-3",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "/search/,{\n'charset': 'UTF-8\"',\n'method': 'POST',\n'body': 'keyword={{key}}&searchtype=all&Submit='\n}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "BY:溪",
    "bookSourceGroup": "免费",
    "bookSourceName": "神话之后（优+）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.shenhuazhihou.com",
    "bookUrlPattern": "https://www.shenhuazhihou.com/book/\\d+/",
    "customButton": false,
    "customOrder": 488,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "小说::https://www.shenhuazhihou.com/book/<,index_{{page}}.html>",
    "lastUpdateTime": 1759523290402,
    "respondTime": 4113,
    "ruleBookInfo": {
      "author": ".m-infos@span.0@text",
      "coverUrl": "img@src",
      "intro": "p.0@text\n##(^|[。！？……]+[”」）……】]?)##$1<br>",
      "kind": ".m-infos@span.1:2@text##.*：|.*：",
      "lastChapter": ".m-upd@a@text",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": "id.chaptercontent@p@html",
      "nextContentUrl": "text.下一@href"
    },
    "ruleExplore": {
      "author": "td.1@text",
      "bookList": "tbody@tr",
      "bookUrl": "a.0@href",
      "kind": "td.2@text",
      "name": "td.0@a@text"
    },
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".book-coverlist",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "name": "h4@a@text"
    },
    "ruleToc": {
      "chapterList": "#play_0@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.shenhuazhihou.com/e/search/index.php,{\n  \"body\": \"tbname=bookname&show=title,writer&tempid=1&keyboard={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁⑧④",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.mcmssc.com/",
    "bookUrlPattern": "https://www.mcmssc.com/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 489,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻奇幻::/xuanhuanxiaoshuo/1_{{page}}.html\n修真仙侠::/xiuzhenxiaoshuo/2_{{page}}.html\n都市青春::/dushixiaoshuo/3_{{page}}.html\n历史穿越::/chuanyuexiaoshuo/4_{{page}}.html\n网游竞技::/wangyouxiaoshuo/5_{{page}}.html\n科幻灵异::/kehuanxiaoshuo/6_{{page}}.html\n其它小说::/qitaxiaoshuo/7_{{page}}.html",
    "lastUpdateTime": 1724811014007,
    "loginUrl": "",
    "respondTime": 6158,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@tag.a@text",
      "coverUrl": "id.fmimg@img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "class.con_top@tag.a.1@text&&\nid.info@tag.p.2@text##最后更新：",
      "lastChapter": "id.info@tag.p.3@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 |百度搜索.*",
      "name": "id.info@h1@text"
    },
    "ruleContent": {
      "content": "id.content@textNodes##天才一秒记住.*com|章节错误.*耐心等待。|.*无广告！|断更反馈"
    },
    "ruleExplore": {
      "author": "class.s4@a@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@tag.a@href",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.mcmssc.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "class.s5@text",
      "lastChapter": "class.s3@tag.a@text",
      "name": "class.s2@tag.a@text"
    },
    "ruleSearch": {
      "author": "class.s4@text",
      "bookList": "class.novelslist2@tag.li!0",
      "bookUrl": "class.s2@tag.a@href",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.mcmssc.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "class.s6@text",
      "lastChapter": "class.s3@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 |百度搜索.*",
      "name": "class.s2@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd!0:1:2:3:4:5:6:7:8:9:10:11",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.mcmssc.com/search.html?name={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "最终小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.zuizhong.net/",
    "customButton": false,
    "customOrder": 490,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1747984637211,
    "loginUi": "",
    "respondTime": 4124,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "text.目录@href@"
    },
    "ruleContent": {
      "content": ".info_dv1@p[1:-2]@text",
      "nextContentUrl": "text.下一@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.1@text",
      "bookList": ".txt-list@li",
      "bookUrl": "a.0@href",
      "intro": "",
      "kind": ".s1@text##[\\[\\]]",
      "lastChapter": "a.2@text",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": ".info_dv3.1@ul@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVolume": "",
      "nextTocUrl": "option[selected]+option@value"
    },
    "searchUrl": "<js>cookie.removeCookie(source.key);</js>\nhttps://www.zuizhong.net/search.html,{\"method\":\"POST\",\"body\":\"s={{key}}\"}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "格格党🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.ax81.com#🎃",
    "customButton": false,
    "customOrder": 491,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 5373,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=lastest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "text.查看全部章节@href"
    },
    "ruleContent": {
      "content": "#content@html",
      "nextContentUrl": "text.下一页@href||text.下一@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span:nth-child(3) > .g@text",
      "bookList": ".SHsectionThree-middle > p:nth-child(n+1)",
      "bookUrl": "span:nth-child(2) > a@href",
      "checkKeyWord": "系统",
      "kind": "span:nth-child(1) > .g@text",
      "name": "span:nth-child(2) > a@text"
    },
    "ruleToc": {
      "chapterList": ".BCsectionTwo-top-chapter:nth-child(n+1) > .g@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVolume": "",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\n/search/,{\n  \"body\": \"searchkey={{key}}&searchtype=all&submit=\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "久久小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://w7w.23fgh.com",
    "customButton": false,
    "customOrder": 492,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "女儿的::https://w7w.23fgh.com/public/api.php?app=search&q=女儿的&page={{page}}",
    "lastUpdateTime": 1752370913581,
    "respondTime": 3709,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "div@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "ul@li",
      "bookUrl": "a@href",
      "checkKeyWord": "催眠",
      "intro": "p@text",
      "name": "div@text##20.*| .*"
    },
    "ruleToc": {
      "chapterList": "div",
      "chapterName": "h1@text"
    },
    "searchUrl": "https://w7w.23fgh.com/public/api.php?app=search&q={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "SoDu小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.soduzw.com#🎃",
    "customButton": false,
    "customOrder": 493,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "最近更新::http://www.soduzw.com/top/lastupdate/{{page-1}}.html\n点击排行::http://www.soduzw.com/top/monthvisit/{{page-1}}.html",
    "lastUpdateTime": 0,
    "respondTime": 10600,
    "ruleBookInfo": {
      "author": "class.author@tag.a@text",
      "coverUrl": "class.cover@tag.img@src",
      "intro": "class.con@html",
      "kind": "class.sort@tag.a@text&&class.desc@text\n##更新时间.",
      "lastChapter": "{{@@class.new@text}}▪️{{@@class.desc@text}}\n##最新章节.|更新时间.",
      "name": "class.title@text"
    },
    "ruleContent": {
      "content": "id.articlecon@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\s.*本章未完，请点击下一页继续阅读.*\\s.*\\d页.*\\s*|\\(第\\d+/\\d+页\\)"
    },
    "ruleExplore": {
      "author": "tag.a.2@text",
      "bookList": "class.Look_list@tag.li",
      "bookUrl": "http://m.soduzw.com{{@@tag.a.0@href}}",
      "coverUrl": "tag.a.0@href\n##/mulu_((\\d+)\\d{3})\\.html##http://www.soduzw.com/files/article/image/$2/$1/$1s.jpg###",
      "kind": "tag.span.-1@text",
      "lastChapter": "{{@@tag.a.1@text}}▪️{{@@tag.span.-1@text}}",
      "name": "tag.a.0@text"
    },
    "ruleSearch": {
      "author": "tag.span.1@text ##作者.",
      "bookList": "class.Search",
      "bookUrl": "http://m.soduzw.com{{@@tag.a.0@href}}",
      "checkKeyWord": "",
      "coverUrl": "tag.img@src",
      "intro": "class.Search_nr@text",
      "kind": "class.Search_update@text\n##（(.*)）$##$1###",
      "lastChapter": "{{@@tag.a.-1@text}}▪️{{@@class.Search_update@text\n##（(.*)）$##$1###}}",
      "name": "tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "-class.list@tag.li@tag.a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "class.next@tag.a@href"
    },
    "searchUrl": "http://www.soduzw.com/search.html,{\n'method': 'POST',\n'body': 'searchtype=novelname&searchkey={{key}}'\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "海棠书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://234.234516.xyz",
    "customButton": false,
    "customOrder": 494,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "催眠::https://234.234516.xyz/public/api.php?app=search&q=催眠&page={{page}}\n系统::/public/api.php?app=search&q=系统&page={{page}}",
    "lastUpdateTime": 1752370920317,
    "respondTime": 7198,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "div@textNodes##加载中.*|请选择.*|分享到.*|链接：.*|AI辅助创.*|请填写.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "ul@li",
      "bookUrl": "a@href",
      "checkKeyWord": "催眠",
      "intro": "p@text",
      "name": "p@text## |/|　|作者.*"
    },
    "ruleToc": {
      "chapterList": "div",
      "chapterName": "h1@text"
    },
    "searchUrl": "https://234.234516.xyz/public/api.php?app=search&q={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "漫画,🔞",
    "bookSourceName": "淫淫小说🔍可以漫画",
    "bookSourceType": 0,
    "bookSourceUrl": "https://cf10.xbooks.vip",
    "customButton": false,
    "customOrder": 495,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "        ♥点我♥::/arttype/22/page/{{page}}.html\n　　仙侠\n　　♥点我♥::/arttype/1/page/{{page}}.html\n　　科幻\n　　♥点我♥::/arttype/5/page/{{page}}.html\n　　不伦\n　　♥点我♥::/arttype/4/page/{{page}}.html\n　　都市\n　　♥点我♥::/arttype/20/page/{{page}}.html\n　　经验\n　　♥点我♥::/arttype/3/page/{{page}}.html\n　　校园\n　　♥点我♥::/arttype/24/page/{{page}}.html\n　　偶像\n　　\n　　岁的::/artsearch/岁的------{{page}}-/\n　　幼女::/artsearch/幼女------{{page}}-/\n　　成年::/artsearch/成年------{{page}}-/\n　　小女::/artsearch/小女------{{page}}-/\n　　少女::/artsearch/少女------{{page}}-/\n　　女学::/artsearch/女学------{{page}}-/\n　　女童::/artsearch/女童------{{page}}-/\n　　女孩::/artsearch/女孩------{{page}}-/\n　　处::/artsearch/处------{{page}}-/\n　　初夜::/artsearch/初夜------{{page}}-/\n　　破处::/artsearch/破处------{{page}}-/\n　　开苞::/artsearch/开苞------{{page}}-/\n　　第一次::/artsearch/第一次------{{page}}-/\n　　处女::/artsearch/处女------{{page}}-/\n　　亲::/artsearch/亲------{{page}}-/\n　　女儿::/artsearch/女儿------{{page}}-/\n　　母女::/artsearch/母女------{{page}}-/\n　　闺女::/artsearch/闺女------{{page}}-/\n　　父女::/artsearch/父女------{{page}}-/\n　　亲生::/artsearch/亲生------{{page}}-/\n　　催眠::/artsearch/催眠------{{page}}-/\n　　常识::/artsearch/常识------{{page}}-/\n　　修改::/artsearch/修改------{{page}}-/\n　　软件::/artsearch/软件------{{page}}-/\n　　暂停::/artsearch/暂停------{{page}}-/\n　　编辑::/artsearch/编辑------{{page}}-/\n　　玩具::/artsearch/玩具------{{page}}-/\n　　隐形::/artsearch/隐形------{{page}}-/\n　　姐::/artsearch/姐------{{page}}-/\n　　姐姐::/artsearch/姐姐------{{page}}-/\n　　姐弟::/artsearch/姐弟------{{page}}-/\n　　姐的::/artsearch/姐的------{{page}}-/\n　　的姐::/artsearch/的姐------{{page}}-/\n　　表姐::/artsearch/表姐------{{page}}-/\n　　和姐::/artsearch/和姐------{{page}}-/\n　　姐和::/artsearch/姐和------{{page}}-/\n　　亲姐::/artsearch/亲姐------{{page}}-/\n　　姐妹::/artsearch/姐妹------{{page}}-/\n　　妹::/artsearch/妹------{{page}}-/\n　　妹妹::/artsearch/妹妹------{{page}}-/\n　　兄妹::/artsearch/兄妹------{{page}}-/\n　　妹的::/artsearch/妹的------{{page}}-/\n　　的妹::/artsearch/的妹------{{page}}-/\n　　表妹::/artsearch/表妹------{{page}}-/\n　　和妹::/artsearch/和妹------{{page}}-/\n　　妹和::/artsearch/妹和------{{page}}-/\n　　亲妹::/artsearch/亲妹------{{page}}-/\n　　妈::/artsearch/妈------{{page}}-/\n　　　　妈妈::/artsearch/妈妈------{{page}}-/\n　　妈的::/artsearch/妈的------{{page}}-/\n　　的妈::/artsearch/的妈------{{page}}-/\n　　舅妈::/artsearch/舅妈------{{page}}-/\n　　姨妈::/artsearch/姨妈------{{page}}-/\n　　和妈::/artsearch/和妈------{{page}}-/\n　　妈和::/artsearch/妈和------{{page}}-/\n　　亲妈::/artsearch/亲妈------{{page}}-/\n　　母::/artsearch/母------{{page}}-/\n　　母亲::/artsearch/母亲------{{page}}-/\n　　母子::/artsearch/母子------{{page}}-/\n　　的母::/artsearch/的母------{{page}}-/\n　　肏::/artsearch/肏------{{page}}-/\n　　和母::/artsearch/和母------{{page}}-/\n　　屄::/artsearch/屄------{{page}}-/\n　　龟头::/artsearch/龟头------{{page}}-/\n　　屁眼::/artsearch/屁眼------{{page}}-/\n　　阴道::/artsearch/阴道------{{page}}-/\n　　阴唇::/artsearch/阴唇------{{page}}-/\n　　子宫::/artsearch/子宫------{{page}}-/\n　　射精::/artsearch/射精------{{page}}-/\n　　射进::/artsearch/射进------{{page}}-/\n　　内射::/artsearch/内射------{{page}}-/\n　　精液::/artsearch/精液------{{page}}-/\n　　巨乳::/artsearch/巨乳------{{page}}-/\n　　怀孕::/artsearch/怀孕------{{page}}-/\n　　生了::/artsearch/生了------{{page}}-/\n　　生下::/artsearch/生下------{{page}}-/\n　　生孩::/artsearch/生孩------{{page}}-/\n　　国中::/artsearch/国中------{{page}}-/\n　　初中::/artsearch/初中------{{page}}-/\n　　初一::/artsearch/初一------{{page}}-/\n　　初二::/artsearch/初二------{{page}}-/\n　　初三::/artsearch/初三------{{page}}-/\n　　高中::/artsearch/高中------{{page}}-/\n　　高一::/artsearch/高一------{{page}}-/\n　　高二::/artsearch/高二------{{page}}-/\n　　高三::/artsearch/高三------{{page}}-/\n　　短篇::/artsearch/短篇------{{page}}-/\n　　胞胎::/artsearch/胞胎------{{page}}-/\n　　杀::/artsearch/奸杀------{{page}}-/\n　　尸::/artsearch/奸尸------{{page}}-/\n\t      杀::/artsearch/姦杀------{{page}}-/\n　　尸::/artsearch/姦尸------{{page}}-/\n　　飞机::/artsearch/飞机------{{page}}-/\n　　屎::/artsearch/屎------{{page}}-/\n　　尿::/artsearch/尿------{{page}}-/\n　　妊娠::/artsearch/妊娠------{{page}}-/\n　　便器::/artsearch/肉便器------{{page}}-/\n　　丝袜::/artsearch/丝袜------{{page}}-/\n　　榨汁::/artsearch/榨汁------{{page}}-/\n　　榨精::/artsearch/榨精------{{page}}-/\n       合集::/artsearch/合集------{{page}}-/\n　　岁::/artsearch/岁------{{page}}-/",
    "lastUpdateTime": 1752571786582,
    "respondTime": 3090,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "class.hl-article-box@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "class.hl-list-item hl-col-xs-12",
      "bookUrl": "a@href",
      "checkKeyWord": "破处",
      "name": "class.hl-item-title@text##/| |　|阅读全文|作者.*|【|（|）|】|《|》|.*中国.*|.*P.*"
    },
    "ruleToc": {
      "chapterList": "class.hl-article-head",
      "chapterName": "h1@text"
    },
    "searchUrl": "https://cf10.xbooks.vip/artsearch/{{key}}------{{page}}-/",
    "weight": 0
  },
  {
    "bookSourceComment": "250101新增番茄来源\n250203新增七猫来源\n250204新增得间来源\n250204新增QQ来源(仅支持免费小说)\n250204新增熊猫看书\n250210更新日志：\n1.采用全新验证方式，之后未填写密钥，可以在阅读页登陆后刷新阅读页面即可！\n2.搜索默认改为全局搜索，目前仅支持番茄，七猫，QQ，得间，熊猫，后面的按钮是预设，后期会添加相关来源\n3.新增大灰狼书架功能，在登陆里面点击书架查看\n\n下个版本预计更新内容：\n1.预计发现页新增阅读记录和大灰狼书架栏目\n2.预计新增阅读记录，阅读过的书籍可在大灰狼书架-阅读历史中查看\n3.预计新增塔读小说，米读小说，小米阅读，猫眼看书，部分起点\n\n",
    "bookSourceGroup": "大灰狼聚合",
    "bookSourceName": "🍅大灰狼小说5.0(独立版)",
    "bookSourceType": 0,
    "bookSourceUrl": "https://api.langge.cf/#小说/",
    "customButton": false,
    "customOrder": 496,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"推荐榜\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=10&gender=1&page={{page}}&is_ranking=1\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"完结榜\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=11&gender=1&page={{page}}&is_ranking=1\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"热搜榜\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=12&gender=1&page={{page}}&is_ranking=1\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"黑马榜\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=13&gender=1&page={{page}}&is_ranking=1\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"爆更榜\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=15&gender=1&page={{page}}&is_ranking=1\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=1&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=7&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=12&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"同人\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=538&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"种田\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=23&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻末世\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=8&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"奇幻仙侠\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=259&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"游戏体育\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=746&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"灾难\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=1183&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=7&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市日常\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=261&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"系统\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=19&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"重生\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=36&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"穿越\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=37&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"修仙\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=517&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"推理\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=61&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=1&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"多女主\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=91&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"聊天群\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=381&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"抗战谍战\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=504&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"悬疑灵异\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=751&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"宋朝\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=501&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=16&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"四合院\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=495&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=12&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"斩神衍生\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=1062&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"二次元\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=39&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"洪荒\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=66&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"神豪\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=20&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=372&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"乡村\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=11&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"盗墓\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=81&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市脑洞\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=262&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"三国\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=67&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"娱乐圈\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=43&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"特种兵\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=375&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"同人\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=538&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"末世\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=68&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"穿书\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=382&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻末世\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=8&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"单女主\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=389&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"奥特同人\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=367&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"宝可梦\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=859&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"诸天万界\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=71&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"九叔\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=383&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"体育\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=15&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"火影\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=368&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"宫廷侯爵\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=502&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"末日求生\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=515&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市生活\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=2&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"明朝\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=126&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"清朝\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=503&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"无女主\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=391&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"游戏动漫\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=57&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"扮猪吃虎\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=93&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史古代\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=273&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"神奇宝贝\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=371&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市种田\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=263&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"惊悚游戏\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=537&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"国运\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=496&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"海贼\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=370&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市高武\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=1014&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"搞笑轻松\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=778&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"黑科技\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=854&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"第四天灾\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=855&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"高武世界\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=513&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"动漫衍生\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=718&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"校花\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=385&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"大唐\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=73&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"鉴宝\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=17&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"仕途\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=558&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"灵异\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=100&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"架空\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=452&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"赘婿\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=25&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"克苏鲁\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=705&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"学霸\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=82&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"玄幻脑洞\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=257&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"直播\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=69&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"发家致富\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=840&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"海贼王\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=833&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"反派\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=369&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"轻小说\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=858&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"破案\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=505&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"游戏体育\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=746&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"男频衍生\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=1016&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"综影视\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=1058&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"宠物\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=74&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"规则怪谈\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=851&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市修真\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=124&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"高手下山\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=845&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"副本\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=864&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"神医\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=26&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"异世大陆\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=512&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"年代\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=79&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"黑道\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=826&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"求生\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=379&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"游戏主播\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=509&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"空间\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=44&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史脑洞\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=272&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"大秦\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=377&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"天灾\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=658&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"东方玄幻\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=511&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"谍战\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=507&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"大佬\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=520&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市异能\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=516&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"灵气复苏\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=514&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"龙珠\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=376&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"星际\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=77&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"职场\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=127&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"海岛\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=40&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"漫威\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=374&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"废土\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=869&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"奶爸\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=42&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"综漫\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=465&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"女帝\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=378&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"衍生\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=1079&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"钓鱼\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=493&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"捉鬼\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=867&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"魂穿\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=852&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"悬疑推理\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=165&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"群像\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=841&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"迪化\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=843&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"封神\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=731&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"皇帝\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=498&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"争霸\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=837&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"悬疑\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=10&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"无后宫\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=838&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"剑修\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=868&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"红楼衍生\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=1036&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"奇幻仙侠\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=259&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"特工\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=518&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"无限流\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=70&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"双重生\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=524&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"黑化\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=846&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"无敌\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=384&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"无脑爽\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=850&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"电竞\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=508&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"影视小说\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=45&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"山海经\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=875&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"剑道\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=80&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"西游衍生\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=373&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"传统玄幻\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=258&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"打脸\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=522&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"异能\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=598&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"天才\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=90&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"大小姐\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=519&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"双系统\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=866&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"开局\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=453&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"战神赘婿\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=27&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"卡牌\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=874&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"美食\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=78&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"神探\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=506&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"基建\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=828&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"十日衍生\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=1060&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"腹黑\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=92&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"囤物资\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=494&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"斩神\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=857&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市青春\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=396&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"马甲\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=266&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"升级流\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=830&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武将\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=497&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"医生\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=487&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"赛博朋克\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=873&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"1v1\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=834&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"家庭\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=125&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"第一人称\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=871&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"全能\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=856&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科举\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=832&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"悬疑脑洞\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=539&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"外卖\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=75&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"甄嬛衍生\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=1035&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"如懿衍生\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=1034&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"绝地逃生\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=510&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"断层\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=500&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"灵魂互换\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=831&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"公版衍生\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=1037&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=7&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市日常\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=261&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=1&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"抗战谍战\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=504&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"悬疑灵异\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=751&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"宋朝\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=501&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=16&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=12&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市脑洞\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=262&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻末世\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=8&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"宝可梦\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=859&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"体育\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=15&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"末日求生\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=515&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市生活\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=2&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"清朝\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=503&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"游戏动漫\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=57&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史古代\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=273&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市种田\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=263&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"国运\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=496&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市高武\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=1014&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"搞笑轻松\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=778&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"第四天灾\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=855&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"高武世界\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=513&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"仕途\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=558&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"架空\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=452&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"克苏鲁\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=705&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"玄幻脑洞\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=257&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"轻小说\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=858&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"男频衍生\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=1016&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"综影视\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=1058&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"规则怪谈\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=851&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"异世大陆\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=512&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史脑洞\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=272&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"天灾\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=658&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"东方玄幻\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=511&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"谍战\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=507&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市异能\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=516&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"灵气复苏\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=514&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"综漫\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=465&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"衍生\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=1079&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"悬疑\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=10&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"奇幻仙侠\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=259&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"影视小说\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=45&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"异能\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=598&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"开局\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=453&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武将\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=497&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"赛博朋克\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=873&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"第一人称\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=871&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"悬疑脑洞\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=539&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"断层\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=500&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"多女主\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=91&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"特种兵\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=375&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"单女主\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=389&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"宫廷侯爵\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=502&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"无女主\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=391&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"扮猪吃虎\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=93&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"校花\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=385&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"赘婿\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=25&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"学霸\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=82&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"反派\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=369&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"神医\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=26&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"游戏主播\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=509&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"大佬\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=520&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"奶爸\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=42&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"女帝\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=378&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"群像\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=841&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"皇帝\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=498&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"特工\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=518&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"天才\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=90&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"大小姐\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=519&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"战神赘婿\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=27&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"神探\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=506&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"腹黑\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=92&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"医生\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=487&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"全能\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=856&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"系统\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=19&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"重生\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=36&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"穿越\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=37&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"修仙\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=517&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"推理\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=61&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"聊天群\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=381&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"四合院\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=495&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"斩神衍生\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=1062&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"二次元\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=39&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"洪荒\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=66&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"神豪\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=20&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=372&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"乡村\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=11&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"盗墓\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=81&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"三国\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=67&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"娱乐圈\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=43&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"同人\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=538&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"末世\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=68&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"穿书\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=382&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"奥特同人\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=367&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"诸天万界\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=71&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"九叔\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=383&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"火影\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=368&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"明朝\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=126&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"神奇宝贝\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=371&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"惊悚游戏\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=537&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"海贼\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=370&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"黑科技\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=854&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"动漫衍生\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=718&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"大唐\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=73&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"鉴宝\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=17&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"灵异\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=100&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"直播\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=69&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"发家致富\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=840&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"海贼王\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=833&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"破案\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=505&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"游戏体育\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=746&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"宠物\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=74&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市修真\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=124&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"高手下山\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=845&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"副本\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=864&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"年代\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=79&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"黑道\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=826&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"求生\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=379&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"空间\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=44&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"大秦\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=377&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"龙珠\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=376&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"星际\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=77&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"职场\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=127&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"海岛\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=40&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"漫威\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=374&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"废土\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=869&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"钓鱼\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=493&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"捉鬼\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=867&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"魂穿\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=852&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"迪化\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=843&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"封神\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=731&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"争霸\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=837&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"无后宫\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=838&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"剑修\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=868&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"红楼衍生\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=1036&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"无限流\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=70&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"双重生\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=524&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"黑化\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=846&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"无敌\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=384&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"无脑爽\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=850&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"电竞\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=508&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"山海经\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=875&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"剑道\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=80&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"西游衍生\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=373&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"传统玄幻\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=258&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"打脸\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=522&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"双系统\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=866&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"卡牌\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=874&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"美食\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=78&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"基建\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=828&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"十日衍生\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=1060&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"囤物资\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=494&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"斩神\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=857&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市青春\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=396&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"马甲\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=266&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"升级流\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=830&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"1v1\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=834&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"家庭\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=125&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科举\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=832&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"外卖\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=75&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"甄嬛衍生\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=1035&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"如懿衍生\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=1034&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"绝地逃生\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=510&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"灵魂互换\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=831&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"公版衍生\",\n    \"url\": \"/get_discover?source=番茄&tab=小说&type=1037&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  }\n]",
    "lastUpdateTime": 1751381273316,
    "loginUrl": "https://api.langge.cf/login",
    "respondTime": 180000,
    "ruleBookInfo": {
      "author": "$.author",
      "coverUrl": "$.book_detail.thumb_url",
      "init": "$.data",
      "intro": "&nbsp;&nbsp;🎴当前来源：{{$.source}}\n🎯最新章节：{{$.last_chapter_title}}\n⏳更新时间：{{$.last_chapter_update_time}}\n📚书籍简介：\n{{$.abstract}}",
      "lastChapter": "$.last_chapter_title",
      "name": "$.book_name",
      "tocUrl": "/catalog?book_id={{$.book_id}}&source={{$.source}}&tab={{$.tab}}",
      "wordCount": "$.word_number"
    },
    "ruleContent": {
      "content": "$.content"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.data",
      "bookUrl": "/detail?book_id={{$.book_id}}&source={{$.source}}",
      "coverUrl": "$.thumb_url",
      "intro": "$.abstract",
      "kind": "$.category",
      "lastChapter": "$.last_chapter_title",
      "name": "$.book_name",
      "wordCount": "$.word_number"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data",
      "bookUrl": "/detail?book_id={{$.book_id}}&source={{$.source}}&tab={{$.tab}}",
      "checkKeyWord": "我的",
      "coverUrl": "$.thumb_url",
      "intro": "$.abstract",
      "kind": "{{$.status}},{{$.score}},{{$.tags}},{{$.last_chapter_update_time}}",
      "lastChapter": "<js>\nfunction fq_last() {\n\tlet url = `https://api5-normal-sinfonlineb.fqnovel.com/reading/bookapi/multi-detail/v/?aid=1967&iid=1&version_code=999&book_id={{$.book_id}}`;\n        let last =JSON.parse(java.ajax(url)).data[0]; \n        return last[\"last_chapter_title\"]+\" · \"+java.timeFormat(last[\"last_chapter_update_time\"]*1000);\n\t\n\t}\n\n\t\nfunction qm_last() {\n\tlet headers={'app-version':'51110','platform':'android','reg':'0','AUTHORIZATION':'','application-id':'com.****.reader','net-env':'1','channel':'unknown','qm-params':''}\n\tsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.book_id}}, 'imei_ip':'2937357107','teeny_mode':0}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key));\nheaderSign=String(java.md5Encode(Object.keys(headers).sort().reduce((pre,n)=>pre+n+'='+headers[n],'')+sign_key))\nparams['sign']=paramSign;\nheaders['sign']=headerSign;\nlet url = \"https://api-bc.wtzw.com/api/v4/book/detail?\"+urlEncode(params);\noption = {'headers':headers};\nlet last =JSON.parse(java.ajax(url+','+JSON.stringify(option)))[\"data\"][\"book\"];\nlet last2 =  `${last[\"latest_chapter_title\"]} · ${java.timeFormat(last['update_time']*1000)} `\n\treturn last2\n\t}\n\t//如果要显示最新章节，请去除注释，去除会影响搜索速度\n//if ('{{$.source}}'=='番茄'){\n//\t'番茄:'+fq_last();\n//\t} else if ('{{$.source}}'=='七猫'){\n//\t'七猫:'+qm_last();\n//\t} else {\n\t'{{$.source}} {{$.last_chapter_title}}'\n//\t\t}\n\n</js>",
      "name": "$.book_name",
      "wordCount": "$.word_number"
    },
    "ruleToc": {
      "chapterList": "$.data",
      "chapterName": "$.title",
      "chapterUrl": "<js>\nlet device;\ntry {\n    device = java.androidId();\n} catch (e) {\n    try{\ndevice = java.deviceID();\n}catch (e) {device = '';\n}\n}\n`/content?item_id={{$.item_id}}&source={{$.source}}&device=${device}&tab={{$.tab}}&version=4.6.29`;\n</js>\n",
      "updateTime": "$.volume_name"
    },
    "searchUrl": "/search?title={{key}}&tab=小说&source=全部",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "穿越小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.kk169.net/",
    "customButton": false,
    "customOrder": 497,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"总点击榜\",\"url\":\"book/topallvisit/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击榜\",\"url\":\"book/topmonthvisit/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击榜\",\"url\":\"book/topweekvisit/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总推荐榜\",\"url\":\"book/topallvote/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月推荐榜\",\"url\":\"book/topmonthvote/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周推荐榜\",\"url\":\"book/topweekvote/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总收藏榜\",\"url\":\"book/topgoodnum/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总字数榜\",\"url\":\"book/topsize/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最近更新\",\"url\":\"book/toplastupdate/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最新入库\",\"url\":\"book/toppostdate/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"book/sort1/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"book/sort2/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市言情\",\"url\":\"book/sort3/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻网游\",\"url\":\"book/sort4/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"惊悚悬疑\",\"url\":\"book/sort5/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"耽美同人\",\"url\":\"book/sort6/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越架空\",\"url\":\"book/sort7/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"高辣浓情\",\"url\":\"book/sort8/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"禁忌百合\",\"url\":\"book/sort9/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"精品文学\",\"url\":\"book/sort10/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"完本小说\",\"url\":\"fulltop/allvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1734841931486,
    "loginUrl": "",
    "respondTime": 12165,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "img.1@src",
      "init": "",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": ".divbg@.cf@li.0@a.0@text",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "a.b_hot@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "div.acontent@textNodes##\\(穿越小说 [a-zA-Z0-9]+.[a-zA-Z0-9]+.[a-zA-Z0-9]+\\)|穿越小说 [a-zA-Z0-9]+.[a-zA-Z0-9]+.[a-zA-Z0-9]+",
      "imageStyle": "",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "td:nth-of-type(3)@text||span.c_value:nth-of-type(2)@text",
      "bookList": "#jieqi_page_contents tr||div.c_row",
      "bookUrl": "td a:nth-of-type(2)@href||.c_subject a:nth-of-type(2)@href",
      "coverUrl": ".fl img@src",
      "intro": "",
      "kind": "td:nth-of-type(6)@text||span:nth-of-type(8)@text",
      "lastChapter": "td:nth-of-type(2) a@text||a.gray@text",
      "name": "td a:nth-of-type(2)@text||.c_subject a:nth-of-type(2)@text",
      "wordCount": "span.c_value:nth-of-type(4)@text"
    },
    "ruleSearch": {
      "author": "div.c_tag:nth-of-type(2) span:nth-of-type(2)@text",
      "bookList": "div.c_row",
      "bookUrl": ".c_subject a@href",
      "coverUrl": "img@src",
      "intro": "div.c_description@text",
      "kind": "div.c_tag:nth-of-type(2) span:nth-of-type(4)@text",
      "lastChapter": ".c_value a@text",
      "name": ".c_subject a@text",
      "wordCount": "span:nth-of-type(6)@text"
    },
    "ruleToc": {
      "chapterList": ".chapter a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ""
    },
    "searchUrl": "modules/article/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//By情无羁25.04.28",
    "bookSourceGroup": "免费",
    "bookSourceName": "顶点小说（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.23ddw.net/",
    "customButton": false,
    "customOrder": 498,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar result = [];\njava.toast(\"🔥正在刷新列表,请稍等！\");\nvar push = (title, url, size) => result.push({\n    \"title\": title,\n    \"url\": url,\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": size\n    }\n});\nvar baseUrl = \"https://www.23ddw.net/\";\nvar tag = java.ajax(baseUrl);\nif (tag) {\n    var a = org.jsoup.Jsoup.parse(tag).select(\".nav ul li a\");\n    push(\"🔥分类小说🔥\", null, 1);\n    for (var i = 1; i < a.length-1 ; i++) {\n        var title = a[i].text();\n        var url = a[i].attr(\"href\");\n        var size = 0.25;\n        title = String(title).replace(/\\s/g, \"\");\n        url = String(url).replace(/_1/,'_{{page}}');      \n        push(title, url, size);\n    }\n} else {\n  java.toast(\"🤔列表刷新失败！！！\");     \n} \nJSON.stringify(result);",
    "header": "@js:\nJSON.stringify({\n\"Accept-Language\": \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\",\n\"accept\": \"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\"\n})",
    "lastUpdateTime": 1751457695925,
    "loginCheckJs": "cookie.removeCookie(source.key);\nresult",
    "respondTime": 3833,
    "ruleBookInfo": {
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content"
    },
    "ruleContent": {
      "content": "#booktxt@p@html",
      "nextContentUrl": "text.下一@href",
      "replaceRegex": "##(?<=[\\u4e00-\\u9fa5]|[，、])[\\n]"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".btm@a@text||.s4@text",
      "bookList": ".item,#newscontent ul li",
      "bookUrl": "a@href",
      "checkKeyWord": "剑来",
      "coverUrl": "img@data-original",
      "kind": ".s1@text",
      "lastChapter": ".s3@text",
      "name": "dt@text||.s2@text",
      "wordCount": "em@text##\\s##,"
    },
    "ruleToc": {
      "chapterList": "<js>\na=String(result).replace(/(<div id=\"list\">)[\\s\\S]*dt>/,'$1')\n</js>\n#list a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "<js>\ncookie.removeCookie(source.key);\nurl=source.key;\na=java.ajax(url);\n//java.log(a)\nb=a.match(/action=\\\"([^\"]*)\\\"/)[1];\nc=`?searchkey=${key},{\"method\": \"get\"}`;\nb+=c\n</js>",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "幻想小说（优++）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.huanxiangxs.com",
    "customButton": false,
    "customOrder": 499,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n    \"User-Agent\":\"Mozilla/5.0 (Linux; Android 10; V1824A Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko)  Chrome/74.0.3729.186 Mobile Safari/537.36\"\n\n}",
    "lastUpdateTime": 1759350973181,
    "respondTime": 10426,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "[property$=read_url]@content##$##,{'webView': true}"
    },
    "ruleContent": {
      "content": "#txt@p@html",
      "replaceRegex": "##“.+最新章节！ |阅读.+请关注幻想小说网.+"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".info a.1@text",
      "bookList": ".subject-item",
      "bookUrl": ".info a.0@href##$##,{'webView': true}",
      "checkKeyWord": "斗破苍穹",
      "coverUrl": ".nbg img@data-original",
      "intro": ".info p@text##【内容简介】",
      "kind": ".info a.2@text",
      "lastChapter": ".info a.3@text##【最新章节】",
      "name": ".info a.0@text",
      "wordCount": ".pub@text##.+\\/\\s"
    },
    "ruleToc": {
      "chapterList": "#chapter@a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{'webView': true}"
    },
    "searchUrl": "https://m.huanxiangxs.com/search/?keyword={{key}}&t=0&page={{page}},{\n  \"webView\": true\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "穿越小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.kk169.net",
    "customButton": false,
    "customOrder": 500,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"总点击榜\",\"url\":\"book/topallvisit/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击榜\",\"url\":\"book/topmonthvisit/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击榜\",\"url\":\"book/topweekvisit/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总推荐榜\",\"url\":\"book/topallvote/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月推荐榜\",\"url\":\"book/topmonthvote/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周推荐榜\",\"url\":\"book/topweekvote/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总收藏榜\",\"url\":\"book/topgoodnum/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总字数榜\",\"url\":\"book/topsize/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最近更新\",\"url\":\"book/toplastupdate/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最新入库\",\"url\":\"book/toppostdate/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"book/sort1/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"book/sort2/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市言情\",\"url\":\"book/sort3/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻网游\",\"url\":\"book/sort4/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"惊悚悬疑\",\"url\":\"book/sort5/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"耽美同人\",\"url\":\"book/sort6/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越架空\",\"url\":\"book/sort7/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"高辣浓情\",\"url\":\"book/sort8/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"禁忌百合\",\"url\":\"book/sort9/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"精品文学\",\"url\":\"book/sort10/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"完本小说\",\"url\":\"fulltop/allvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1734837146038,
    "loginUrl": "",
    "respondTime": 11369,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "img.1@src",
      "init": "",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": ".divbg@.cf@li.0@a.0@text",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "a.b_hot@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "div.acontent@textNodes##\\(穿越小说 [a-zA-Z0-9]+.[a-zA-Z0-9]+.[a-zA-Z0-9]+\\)|穿越小说 [a-zA-Z0-9]+.[a-zA-Z0-9]+.[a-zA-Z0-9]+",
      "imageStyle": "",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "td:nth-of-type(3)@text||span.c_value:nth-of-type(2)@text",
      "bookList": "#jieqi_page_contents tr||div.c_row",
      "bookUrl": "td a:nth-of-type(2)@href||.c_subject a:nth-of-type(2)@href",
      "coverUrl": ".fl img@src",
      "intro": "",
      "kind": "td:nth-of-type(6)@text||span:nth-of-type(8)@text",
      "lastChapter": "td:nth-of-type(2) a@text||a.gray@text",
      "name": "td a:nth-of-type(2)@text||.c_subject a:nth-of-type(2)@text",
      "wordCount": "span.c_value:nth-of-type(4)@text"
    },
    "ruleSearch": {
      "author": "div.c_tag:nth-of-type(2) span:nth-of-type(2)@text",
      "bookList": "div.c_row",
      "bookUrl": ".c_subject a@href",
      "coverUrl": "img@src",
      "intro": "div.c_description@text",
      "kind": "div.c_tag:nth-of-type(2) span:nth-of-type(4)@text",
      "lastChapter": ".c_value a@text",
      "name": ".c_subject a@text",
      "wordCount": "span:nth-of-type(6)@text"
    },
    "ruleToc": {
      "chapterList": ".chapter a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ""
    },
    "searchUrl": "modules/article/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "250101新增番茄来源\n250203新增七猫来源\n250204新增得间来源\n250204新增QQ来源(仅支持免费小说)\n250204新增熊猫看书\n250210更新日志：\n1.采用全新验证方式，之后未填写密钥，可以在阅读页登陆后刷新阅读页面即可！\n2.搜索默认改为全局搜索，目前仅支持番茄，七猫，QQ，得间，熊猫，后面的按钮是预设，后期会添加相关来源\n3.新增大灰狼书架功能，在登陆里面点击书架查看\n\n下个版本预计更新内容：\n1.预计发现页新增阅读记录和大灰狼书架栏目\n2.预计新增阅读记录，阅读过的书籍可在大灰狼书架-阅读历史中查看\n3.预计新增塔读小说，米读小说，小米阅读，猫眼看书，部分起点\n\n",
    "bookSourceGroup": "大灰狼聚合",
    "bookSourceName": "🍅大灰狼听书5.0(独立版)",
    "bookSourceType": 1,
    "bookSourceUrl": "https://api.langge.cf/#听书/",
    "customButton": false,
    "customOrder": 501,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"推荐榜\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=10&gender=1&page={{page}}&is_ranking=1\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"完结榜\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=11&gender=1&page={{page}}&is_ranking=1\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"热搜榜\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=12&gender=1&page={{page}}&is_ranking=1\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"黑马榜\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=13&gender=1&page={{page}}&is_ranking=1\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"爆更榜\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=15&gender=1&page={{page}}&is_ranking=1\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"全部\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=899&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=1&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"穿越\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=37&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"现代言情\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=3&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"古代言情\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=5&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"总裁\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=29&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=7&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"重生\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=36&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"悬疑\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=10&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"灵异\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=100&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"系统\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=19&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"种田\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=23&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"甜宠\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=96&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"宠妻\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=30&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市生活\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=2&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"赘婿\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=25&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"先婚后爱\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=265&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"宫斗宅斗\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=246&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市日常\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=261&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"战神赘婿\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=27&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"神医\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=26&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"影视小说\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=45&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"传统玄幻\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=258&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"王妃\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=85&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"奇幻仙侠\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=259&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"萌宝\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=28&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市脑洞\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=262&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"职场\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=127&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"嫡女\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=88&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市修真\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=124&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"幻想言情\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=32&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"神豪\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=20&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"空间\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=44&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=31&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"玄幻言情\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=248&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"玄幻脑洞\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=257&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史古代\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=273&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻末世\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=8&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"年代\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=79&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"天才\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=90&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"女强\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=86&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"推理\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=61&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"腹黑\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=92&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"诸天万界\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=71&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"医术\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=247&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"星际\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=77&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"鉴宝\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=17&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"团宠\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=94&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"扮猪吃虎\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=93&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=16&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"现言脑洞\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=267&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市种田\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=263&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"无敌\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=384&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"盗墓\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=81&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"马甲\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=266&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"皇后\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=84&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"特种兵\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=375&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"大唐\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=73&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"公主\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=83&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"娱乐圈\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=43&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"青梅竹马\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=387&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"古言脑洞\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=253&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史脑洞\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=272&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"末世\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=68&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"剑道\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=80&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"现言甜宠\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=395&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"游戏动漫\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=57&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"洪荒\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=66&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"快穿\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=24&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"明朝\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=126&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"外卖\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=75&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"校花\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=385&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"奶爸\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=42&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"校园\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=4&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"三国\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=67&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"直播\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=69&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"穿书\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=382&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"海岛\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=40&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"美食\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=78&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"反派\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=369&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"现言复仇\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=268&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"西游衍生\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=373&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"求生\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=379&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"民国\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=390&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"家庭\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=125&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"学霸\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=82&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"皇叔\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=87&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"宠物\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=74&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"无CP\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=392&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"女扮男装\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=388&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=372&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"病娇\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=380&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"精灵\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=89&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"虐文\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=95&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市青春\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=396&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"清穿\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=76&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"全部\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=10&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"悬疑\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=2147483647&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"悬疑脑洞\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=539&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"灵异\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=100&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"推理\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=61&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"全部\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=445&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"郭德纲\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=128&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"田连元\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=203&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"刘兰芳\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=202&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"小品\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=114&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"袁阔成\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=204&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"单田芳\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=201&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"评书\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=110&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"相声\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=111&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"全部\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=12&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"魏晋南北朝\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=209&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"秦汉\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=208&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"世界史\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=214&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"唐宋\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=210&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"明清\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=211&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"近现代\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=213&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"中国史\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=212&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"战争史\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=206&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"名人传\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=207&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=2147483647&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"全部\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=132&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"影视小说\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=45&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"战争\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=97&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"中国名著\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=98&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"外国名著\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=99&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"现实小说\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=400&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"当代文学\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=399&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"古代文学\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=398&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"诗歌散文\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=46&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"全部\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=449&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"法律\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=142&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"心理\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=146&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"投资理财\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=143&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"职业职场\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=145&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"经管商业\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=238&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"沟通表达\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=144&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"励志成功\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=239&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"学习成长\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=2147483647&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"全部\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=113&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"京剧\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=171&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"越剧\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=172&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"黄梅戏\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=173&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"评剧\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=174&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"豫剧\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=175&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"昆曲\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=176&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"全部\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=48&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"美食烹饪\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=240&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"旅游\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=158&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"健康养生\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=159&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"全部\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=450&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"婚姻\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=234&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"美文\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=230&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"夜话\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=232&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"女性\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=231&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"心理健康\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=233&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"情感故事\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=229&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"全部\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=448&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"产后护理\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=226&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"儿童英语\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=222&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"孕期保健\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=227&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"亲子健康\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=228&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科普\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=223&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"国学历史\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=224&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"胎教早教\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=225&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"儿童文学\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=220&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"全部\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=447&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"艺术\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=134&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"自然科学\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=136&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"佛学\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=115&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"社科\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=237&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"国学\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=116&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"散文戏剧\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=236&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"文化\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=118&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"名著解读\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=132&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"人文\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=2147483647&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"搞笑段子\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=119&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"二次元\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=39&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"娱乐\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=121&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"纪录\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=133&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"新闻\",\n    \"url\": \"/get_discover?source=番茄&tab=听书&type=446&gender=3&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  }\n]",
    "lastUpdateTime": 1751381369374,
    "loginUi": "[ {\n        \"name\":  \"♥♥ 登录大灰狼账号♥♥\",\n        \"type\": \"button\",\n        \"action\":\"loginqt()\"\n      },{\n        \"name\": \"听书Ai音色填写序号\",\n        \"type\": \"text\"\n      }]",
    "loginUrl": "function login() {\n     \n    }\nfunction loginqt() {\n      java.startBrowserAwait('https://api.langge.cf/login', '登录大灰狼小说书源');\n    }",
    "respondTime": 180000,
    "ruleBookInfo": {
      "author": "$.author",
      "coverUrl": "$.book_detail.thumb_url",
      "init": "$.data",
      "intro": "&nbsp;&nbsp;🎴当前来源：{{$.source}}\n🎯最新章节：{{$.last_chapter_title}}\n⏳更新时间：{{$.last_chapter_update_time}}\n📚书籍简介：\n{{$.abstract}}\n\n🔊当前音色：{{String(source.getLoginInfoMap()['听书Ai音色填写序号']) || \"0\"}}\n{{$.book_tts}}",
      "lastChapter": "$.last_chapter_title",
      "name": "$.book_name",
      "tocUrl": "/catalog?book_id={{$.book_id}}&source={{$.source}}&tab={{$.tab}}",
      "wordCount": "$.word_number"
    },
    "ruleContent": {
      "content": "$.content"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.data",
      "bookUrl": "/detail?book_id={{$.book_id}}&source={{$.source}}&tab=听书",
      "coverUrl": "$.thumb_url",
      "intro": "$.abstract",
      "kind": "$.category",
      "lastChapter": "$.last_chapter_title",
      "name": "$.book_name",
      "wordCount": "$.word_number"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data",
      "bookUrl": "/detail?book_id={{$.book_id}}&source={{$.source}}&tab={{$.tab}}",
      "checkKeyWord": "我的",
      "coverUrl": "$.thumb_url",
      "intro": "$.abstract",
      "kind": "{{$.status}},{{$.score}},{{$.tags}},{{$.last_chapter_update_time}}",
      "lastChapter": "<js>\nfunction fq_last() {\n\tlet url = `https://api5-normal-sinfonlineb.fqnovel.com/reading/bookapi/multi-detail/v/?aid=1967&iid=1&version_code=999&book_id={{$.book_id}}`;\n        let last =JSON.parse(java.ajax(url)).data[0]; \n        return last[\"last_chapter_title\"]+\" · \"+java.timeFormat(last[\"last_chapter_update_time\"]*1000);\n\t\n\t}\n\n\t\nfunction qm_last() {\n\tlet headers={'app-version':'51110','platform':'android','reg':'0','AUTHORIZATION':'','application-id':'com.****.reader','net-env':'1','channel':'unknown','qm-params':''}\n\tsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.book_id}}, 'imei_ip':'2937357107','teeny_mode':0}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key));\nheaderSign=String(java.md5Encode(Object.keys(headers).sort().reduce((pre,n)=>pre+n+'='+headers[n],'')+sign_key))\nparams['sign']=paramSign;\nheaders['sign']=headerSign;\nlet url = \"https://api-bc.wtzw.com/api/v4/book/detail?\"+urlEncode(params);\noption = {'headers':headers};\nlet last =JSON.parse(java.ajax(url+','+JSON.stringify(option)))[\"data\"][\"book\"];\nlet last2 =  `${last[\"latest_chapter_title\"]} · ${java.timeFormat(last['update_time']*1000)} `\n\treturn last2\n\t}\n\t//如果要显示最新章节，请去除注释，去除会影响搜索速度\n//if ('{{$.source}}'=='番茄'){\n//\t'番茄:'+fq_last();\n//\t} else if ('{{$.source}}'=='七猫'){\n//\t'七猫:'+qm_last();\n//\t} else {\n\t'{{$.source}} {{$.last_chapter_title}}'\n//\t\t}\n\n</js>",
      "name": "$.book_name",
      "wordCount": "$.word_number"
    },
    "ruleToc": {
      "chapterList": "$.data",
      "chapterName": "$.title",
      "chapterUrl": "<js>\nlet device;\ntry {\n    device = java.androidId();\n} catch (e) {\n    try{\ndevice = java.deviceID();\n}catch (e) {device = '';\n}\n}\nlet tone_id = '默认音色';\ntry {\n\ttone_id = source.getLoginInfoMap()['听书Ai音色填写序号'] || '默认音色';\n\t} catch {\n\t\ttone_id = '默认音色';\n\t\t}\n`/content?item_id={{$.item_id}}&source={{$.source}}&device=${device}&tab={{$.tab}}&tone_id=${tone_id}&version=4.6.29`;\n</js>\n",
      "updateTime": "$.volume_name"
    },
    "searchUrl": "/search?title={{key}}&tab=听书&source=全部",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "次呀文学",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.115wx.cc",
    "customButton": false,
    "customOrder": 502,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"Referer\":'http://wap.115wx.cc'}",
    "lastUpdateTime": 1733245635131,
    "loginUrl": "",
    "respondTime": 2645,
    "ruleBookInfo": {
      "author": "class.qtxx@a@text",
      "coverUrl": "img.0@src",
      "intro": "class.book_desc@text",
      "kind": "class.qtxx@p.1@text",
      "lastChapter": "class.creat_time@text",
      "name": "class.book_inf@h3@text",
      "tocUrl": "text.更多章节@href",
      "wordCount": "class.qtxx@p.2@text"
    },
    "ruleContent": {
      "content": "id.rd-txt@p@text",
      "nextContentUrl": "@js:\nif (result.indexOf(\"next.png\") > -1) {\n\teval(String(result.match(/(eval\\(function\\(p,a,c,k,e,d\\)[^\\n]+\\)\\));/)[1]).replace(/\\|u[\\da-z]{13}\\|/,\"|nexturl|\"))\n\tnexturl\n}"
    },
    "ruleExplore": {
      "intro": ""
    },
    "ruleSearch": {
      "author": "class.book-meta-l@text",
      "bookList": "class.book-li",
      "bookUrl": "class.book-li@a@href",
      "coverUrl": "div@img@src",
      "intro": "class.book-intro@text",
      "kind": "class.sk_b_span@textNodes",
      "lastChapter": "class.blue@text",
      "name": "class.book-cell@h4@text"
    },
    "ruleToc": {
      "chapterList": "class.mulu_uld@li",
      "chapterName": "h3@text##>",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://wap.115wx.cc/search,{\n  \"method\": \"POST\",\n  \"body\":\"keyword={{key}}&page={{page}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "领域小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.linuxgod.cn",
    "customButton": false,
    "customOrder": 503,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar result = [];\njava.toast(\"🔥正在刷新列表,请稍等！\");\nvar push = (title, url, size) => result.push({\n    \"title\": title,\n    \"url\": url,\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": size\n    }\n});\nvar baseUrl = \"https://www.linuxgod.cn/class/1.html\";\nvar tag = java.ajax(baseUrl);\nif (tag) {\n    var a = org.jsoup.Jsoup.parse(tag).select(\".class a\");\n    push(\"🔥分类小说🔥\", null, 1);\n    for (var i in a) {\n        var title = a[i].text();\n        var url = a[i].attr(\"href\");\n        var size = 0.33;\n        title = String(title).replace(/\\s/g, \"\");\n        url = String(url)+ \"?page={{page}}\";      \n        push(title, url, size);\n  }\n\n} else {\n  java.toast(\"🤔列表刷新失败！！！\");     \n} \nJSON.stringify(result);",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; U; Android 13; zh-Hans-CN; PFJM10 Build/TP1A.220905.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/100.0.4896.58 Quark/6.13.6.581 Mobile Safari/537.36\",\"Accept-Language\":\"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"}",
    "lastUpdateTime": 1754012642147,
    "respondTime": 4595,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": ".bookintromore@html",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "#TextContent@p@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href",
      "coverUrl": "img@data-original",
      "intro": ".update@html##简介：",
      "kind": ".author.1:2@text##分类：|更新时间：",
      "lastChapter": "a.3@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "#chapter@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.linuxgod.cn/search.php?searchkey={{key}}&action=login&submit=",
    "weight": 0
  },
  {
    "bookSourceComment": "2025/7/17\nby天天的鸟蛋蛋",
    "bookSourceGroup": "免费",
    "bookSourceName": "bl小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.bldian.com",
    "customButton": false,
    "customOrder": 504,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 14; zh-cn; M2102K1AC Build/UKQ1.231207.002) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/109.0.5414.118 Mobile Safari/537.36 MQQBrowser/10.1.0\"}",
    "jsLib": "{\"crypto\": \"https://cdn.bootcss.com/crypto-js/3.1.9-1/crypto-js.min.js\"}",
    "lastUpdateTime": 1752712588649,
    "respondTime": 3660,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property~=status|update_time|category]@content",
      "lastChapter": "[property$=lastest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "text.全部章节@href",
      "wordCount": ".btn-xs:nth-child(3)@text"
    },
    "ruleContent": {
      "content": "@js:\nfunction x(encryptedData, key, iv) {\n                const ciphertext = CryptoJS.enc.Base64.parse(encryptedData);\n                const ivBytes = CryptoJS.enc.Base64.parse(iv);\n                const keyBytes = CryptoJS.enc.Utf8.parse(key);\n                const decrypted = CryptoJS.AES.decrypt({\n                    ciphertext: ciphertext\n                }, keyBytes, {\n                    iv: ivBytes,\n                    mode: CryptoJS.mode.CBC,\n                    padding: CryptoJS.pad.ZeroPadding\n                });\n                const decryptedText = decrypted.toString(CryptoJS.enc.Utf8);\n                return decryptedText;\n\n            }\nr=result.match(/\\(\\'#booktxthtml\\'\\)\\.html\\((.*)\\)/)[1]\n//java.log(r)\neval(String(r))",
      "nextContentUrl": "#next_url@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".col-md-4:nth-child(n+1)",
      "bookUrl": "a@href",
      "coverUrl": "img@data-src",
      "intro": ".intro@text",
      "kind": ".status@span@text",
      "name": "h4@text"
    },
    "ruleToc": {
      "chapterList": ".col-md-3:nth-child(n+1) > a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "/search,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "2025，3月30号 静白修复",
    "bookSourceGroup": "免费",
    "bookSourceName": "蚂蚁文学",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.mayiwsk.com",
    "customButton": false,
    "customOrder": 505,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1743302742330,
    "respondTime": 3296,
    "ruleBookInfo": {
      "author": "id.info@p.0@text",
      "coverUrl": "id.fmimg@img@src",
      "intro": "id.intro@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "id.info@p.2@text##.*：|\\s..:.*",
      "lastChapter": "id.info@a.-1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "id.info@h1@text"
    },
    "ruleContent": {
      "content": "id.content@html",
      "nextContentUrl": "",
      "replaceRegex": "##最新网址.*"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "id.nr\n<js>\nconst _0x5099=['aHR0cHM6Ly9jZG4uanNkZWxpdnIubmV0L2doL3hpYW9oYW4yMzEvZGVjb2RlT2JmdXNjYXRvckBtYWluLw==','VGhyZWFk','Ym9keQ==','amluZ2JhaQ==','aHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL3hpYW9oYW4yMzEvZGVjb2RlT2JmdXNjYXRvci9tYWluLw==','cGFyc2U=','bWFw','aHR0cHM6Ly9xeXl1YXBpLmNvbS8=','aW5jbHVkZXM=','aHR0cHM6Ly9mYXN0bHkuanNkZWxpdnIubmV0L2doL3hpYW9oYW4yMzEvZGVjb2RlT2JmdXNjYXRvckBtYWluLw==','Y2FjaGVfYXBpX2ppbmdiYWlfdHJ1ZQ==','cmVwbGFjZQ==','5r+A5rS76K+35rGC6ZSZ6K+v','eWNrY2VvLnZpcAo=','eWNrY2VvLnZpcArorqTlh4bmupDnpL7ljLrvvJpodHRwczovL3Rhb2JhLmNmCg==','aHR0cHM6Ly9yYXcuZ2l0bWlycm9yLmNvbS94aWFvaGFuMjMxL2RlY29kZU9iZnVzY2F0b3IvbWFpbi8=','aHR0cHM6Ly9nY29yZS5qc2RlbGl2ci5uZXQvZ2gveGlhb2hhbjIzMS9kZWNvZGVPYmZ1c2NhdG9yQG1haW4v','amF2YQ==','bWQ1RW5jb2RlMTY=','bG9n','cHV0','dGlwcw==','Z2V0','c2xlZXA=','Cua/gOa0u+ivt+axgumUmeivr++8jOiHquWKqOWwneivleWFtuS7lua/gOa0u+aOpeWPow==','Y2FjaGVfYXBpX2ppbmdiYWk=','amluZ2JhaS5qc29u','bG9uZ1RvYXN0','bm93','bGFuZw==','bGVuZ3Ro'];(function(_0x30dfe7,_0x50995f){const _0x2e6a49=function(_0x481908){while(--_0x481908){_0x30dfe7['push'](_0x30dfe7['shift']());}};_0x2e6a49(++_0x50995f);}(_0x5099,0x131));const _0x2e6a=function(_0x30dfe7,_0x50995f){_0x30dfe7=_0x30dfe7-0x0;let _0x2e6a49=_0x5099[_0x30dfe7];if(_0x2e6a['hyyJPx']===undefined){(function(){let _0xcb537a;try{const _0x350527=Function('return\\x20(function()\\x20'+'{}.constructor(\\x22return\\x20this\\x22)(\\x20)'+');');_0xcb537a=_0x350527();}catch(_0x1af906){_0xcb537a=window;}const _0x3173a4='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';_0xcb537a['atob']||(_0xcb537a['atob']=function(_0x19874c){const _0x59533f=String(_0x19874c)['replace'](/=+$/,'');let _0x58dee8='';for(let _0x3a9ff4=0x0,_0x41c6f7,_0x2d2dae,_0x13348b=0x0;_0x2d2dae=_0x59533f['charAt'](_0x13348b++);~_0x2d2dae&&(_0x41c6f7=_0x3a9ff4%0x4?_0x41c6f7*0x40+_0x2d2dae:_0x2d2dae,_0x3a9ff4++%0x4)?_0x58dee8+=String['fromCharCode'](0xff&_0x41c6f7>>(-0x2*_0x3a9ff4&0x6)):0x0){_0x2d2dae=_0x3173a4['indexOf'](_0x2d2dae);}return _0x58dee8;});}());_0x2e6a['nPnaOm']=function(_0x12a5b2){const _0x32dc81=atob(_0x12a5b2);let _0x318887=[];for(let _0x58f3a7=0x0,_0x27c5d5=_0x32dc81['length'];_0x58f3a7<_0x27c5d5;_0x58f3a7++){_0x318887+='%'+('00'+_0x32dc81['charCodeAt'](_0x58f3a7)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x318887);};_0x2e6a['AdwVAg']={};_0x2e6a['hyyJPx']=!![];}const _0x481908=_0x2e6a['AdwVAg'][_0x30dfe7];if(_0x481908===undefined){_0x2e6a49=_0x2e6a['nPnaOm'](_0x2e6a49);_0x2e6a['AdwVAg'][_0x30dfe7]=_0x2e6a49;}else{_0x2e6a49=_0x481908;}return _0x2e6a49;};function user_Check(){Account=_0x2e6a('0x8');urls=[_0x2e6a('0xc'),_0x2e6a('0x15'),_0x2e6a('0xe'),_0x2e6a('0x5'),_0x2e6a('0x9'),_0x2e6a('0x14')];filepath=_0x2e6a('0x0');Urls=urls[_0x2e6a('0xb')](function(_0x4ed45c){return _0x4ed45c+filepath;});apiBaseUrl=Urls[0x0];let _0x5029ea='';try{_0x5029ea=java[_0x2e6a('0x1b')](apiBaseUrl,{})[_0x2e6a('0x7')]();if(!String(_0x5029ea)[_0x2e6a('0xd')](_0x2e6a('0x8'))){throw new Error(_0x2e6a('0x11'));}cache[_0x2e6a('0x19')](java[_0x2e6a('0x17')](_0x2e6a('0x1e')),apiBaseUrl,0x15180);}catch{java[_0x2e6a('0x18')](apiBaseUrl+_0x2e6a('0x1d'));}if(!apiBaseUrl||!String(_0x5029ea)[_0x2e6a('0xd')](_0x2e6a('0x8'))){for(i=0x0;i<Urls[_0x2e6a('0x4')];i++){if(String(Urls[i])[_0x2e6a('0xd')](apiBaseUrl)){continue;}try{_0x5029ea=java[_0x2e6a('0x1b')](Urls[i],{})[_0x2e6a('0x7')]();if(String(_0x5029ea)[_0x2e6a('0xd')](_0x2e6a('0x8'))){apiBaseUrl=Urls[i];break;}}catch{continue;}}cache[_0x2e6a('0x19')](java[_0x2e6a('0x17')](_0x2e6a('0x1e')),apiBaseUrl,0x15180);}User=JSON[_0x2e6a('0xa')](_0x5029ea)[Account];Tips=JSON[_0x2e6a('0xa')](_0x5029ea)[_0x2e6a('0x1a')];return User==!![]||cache[_0x2e6a('0x1b')](java[_0x2e6a('0x17')](_0x2e6a('0xf')))?{'User':User}:(cache[_0x2e6a('0x19')](java[_0x2e6a('0x17')](_0x2e6a('0xf')),0x1,0x15180),Code(Tips[0x0][_0x2e6a('0x10')](_0x2e6a('0x12'),_0x2e6a('0x13'))),{'User':User});}var User='';user_Check();User!==!![]?res=result:res=result;function Code(_0x4aa3fc){java[_0x2e6a('0x18')](_0x4aa3fc);let _0x75633d=Date[_0x2e6a('0x2')]();while(Date[_0x2e6a('0x2')]()-_0x75633d<0x3a98){java[_0x2e6a('0x1')](_0x4aa3fc);Packages[_0x2e6a('0x16')][_0x2e6a('0x3')][_0x2e6a('0x6')][_0x2e6a('0x1c')](0x7d0);}}res;\n</js>",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.5:4@text",
      "lastChapter": "td.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "td.0@text",
      "wordCount": "td.3@text"
    },
    "ruleToc": {
      "chapterList": "id.list@dd@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"method\": \"post\",\n  \"body\": \"searchkey={{key}}&searchtype=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "by天天的鸟蛋蛋 2025/04/20\n使用明月大佬的多线路选择器\n新包子漫画\n",
    "bookSourceGroup": "漫画",
    "bookSourceName": "G社漫画/包子漫画",
    "bookSourceType": 2,
    "bookSourceUrl": "https://manhuafree.com",
    "customButton": false,
    "customOrder": 506,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"---------✨分类------------\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"全部\",\"url\":\"{{bhost()}}/manga/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"韩漫\",\"url\":\"{{bhost()}}/manga-genre/kr/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"热门\",\"url\":\"{{bhost()}}/manga-genre/hots/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"国漫\",\"url\":\"{{bhost()}}/manga-genre/cn/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他\",\"url\":\"{{bhost()}}/manga-genre/qita/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日漫\",\"url\":\"{{bhost()}}/manga-genre/jp/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"欧美\",\"url\":\"{{bhost()}}/manga-genre/ou-mei/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"---------🔥热门标签------------\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"#复仇\",\"url\":\"{{bhost()}}/manga-tag/fuchou/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"#古风\",\"url\":\"{{bhost()}}/manga-tag/gufeng/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"#奇幻\",\"url\":\"{{bhost()}}/manga-tag/qihuan/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"#逆袭\",\"url\":\"{{bhost()}}/manga-tag/nixi/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"#异能\",\"url\":\"{{bhost()}}/manga-tag/yineng/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"#宅向\",\"url\":\"{{bhost()}}/manga-tag/zhaixiang/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"#穿越\",\"url\":\"{{bhost()}}/manga-tag/chuanyue/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"#热血\",\"url\":\"{{bhost()}}/manga-tag/rexue/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"#纯爱\",\"url\":\"{{bhost()}}/manga-tag/chunai/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"#系统\",\"url\":\"{{bhost()}}/manga-tag/xitong/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"#重生\",\"url\":\"{{bhost()}}/manga-tag/zhongsheng/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"#冒险\",\"url\":\"{{bhost()}}/manga-tag/maoxian/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"#灵异\",\"url\":\"{{bhost()}}/manga-tag/lingyi/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"#大女主\",\"url\":\"{{bhost()}}/manga-tag/danvzhu/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"#剧情\",\"url\":\"{{bhost()}}/manga-tag/juqing/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"#恋爱\",\"url\":\"{{bhost()}}/manga-tag/lianai/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"#玄幻\",\"url\":\"{{bhost()}}/manga-tag/xuanhuan/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"#女神\",\"url\":\"{{bhost()}}/manga-tag/nvshen/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"#科幻\",\"url\":\"{{bhost()}}/manga-tag/kehuan/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"#魔幻\",\"url\":\"{{bhost()}}/manga-tag/mohuan/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"#推理\",\"url\":\"{{bhost()}}/manga-tag/tuili/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"#猎奇\",\"url\":\"{{bhost()}}/manga-tag/lieqi/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"#治愈\",\"url\":\"{{bhost()}}/manga-tag/zhiyu/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"#都市\",\"url\":\"{{bhost()}}/manga-tag/doushi/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"#异形\",\"url\":\"{{bhost()}}/manga-tag/yixing/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"#青春\",\"url\":\"{{bhost()}}/manga-tag/qingchun/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"#末日\",\"url\":\"{{bhost()}}/manga-tag/mori/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"#悬疑\",\"url\":\"{{bhost()}}/manga-tag/xuanyi/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"#修仙\",\"url\":\"{{bhost()}}/manga-tag/xiuxian/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"#战斗\",\"url\":\"{{bhost()}}/manga-tag/zhandou/page/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "<js>\nheaders={\"Referer\":baseUrl};\nJSON.stringify(headers)\n</js>",
    "jsLib": "function bhost(){var d=\"manhuafree.com\",s=this.source;try{var u=(p=>p?Object.values(p[0])[0]:d)(s.getVariable()&&JSON.parse(s.getVariable()))||d;return(/^https?:/.test(u)?u:\"https://\"+u).replace(/\\/$/,\"\")}catch(e){return(/^https?:/.test(d)?d:\"https://\"+d).replace(/\\/$/,\"\")}}",
    "lastUpdateTime": 1745107613965,
    "loginUi": "[\n{\"name\":\"多线路优选\",\"type\":\"button\",\n\"action\":\"checkHostsLatency(hosts)\"}\n]",
    "loginUrl": "var Importer = new JavaImporter(\n    Packages.java.net,\n    Packages.java.io,\n    Packages.java.util,\n    Packages.java.lang,\n    Packages.java.util.concurrent\n);\n\nvar hosts = [\n    \"manhuafree.com\",\n    \"m.g-mh.org\",\n    \"baozimh.org\",\n    \"bzmh.org\"\n    \n];\n\nfunction getTimestamp() {\n    return Packages.java.lang.System.currentTimeMillis();\n}\n\nfunction checkLatency(urlString) {\n    var connection = null;\n    try {\n        if (!urlString.startsWith(\"http://\") && !urlString.startsWith(\"https://\")) {\n            urlString = \"https://\" + urlString;\n        }\n        var startTime = getTimestamp();\n        var url = new Packages.java.net.URL(urlString);\n        connection = url.openConnection();\n        connection.setRequestMethod(\"GET\");\n        connection.setConnectTimeout(3000);\n        connection.setReadTimeout(3000);\n        \n        var inputStream = connection.getInputStream();\n        inputStream.close();\n        \n        var latency = getTimestamp() - startTime;\n        java.log(\"[SUCCESS] \" + urlString + \" | \" + latency + \"ms\");\n        return latency;\n    } catch (e) {\n        java.log(\"[FAILED] \" + urlString + \" | \" + e);\n        return null;\n    } finally {\n        try {\n            if (connection) connection.disconnect();\n        } catch (e) {}\n    }\n}\n\nfunction checkHostsLatency(hosts) {\n    with (Importer) {\n        try {\n            var totalStart = getTimestamp();\n            java.longToast(\"🚀 启动检测\");\n            \n            var results = [];\n            var total = hosts.length;\n            \n            for (var i = 0; i < hosts.length; i++) {\n                var host = hosts[i];\n                // 更新进度提示\n                java.longToast(\"🔍 检测中 (\" + (i+1) + \"/\" + total + \")\");\n                \n                var latency = checkLatency(host);\n                if (latency !== null) {\n                    results.push({\n                        host: host,\n                        latency: latency\n                    });\n                }\n            }\n\n            var totalTime = getTimestamp() - totalStart;\n            java.log(\"总耗时: \" + totalTime + \"ms\");\n            \n            if (results.length === 0) {\n                java.toast(\"❌ 无可用主机\");\n            } else {\n                results.sort(function(a, b) {\n                    return a.latency - b.latency;\n                });\n                \n                var best = results[0];\n                var summary = \"✅ 完成检测\\n最佳: \" + best.host + \"\\n⏱️ \" + best.latency + \"ms\";\n                java.longToast(summary);\n                let ms = \"共找到 \" + results.length + \"/\" + total + \" 可用节点\"\n                java.longToast(ms);\n                java.log(ms);\n                source.setVariable(JSON.stringify(results, null, 2));\n            }\n        } catch (e) {\n            java.log(\"[FATAL] \" + e);\n        }\n    }\n}",
    "respondTime": 16747,
    "ruleBookInfo": {
      "author": ".text-small@a@span@text##\\s",
      "coverUrl": "",
      "init": "",
      "intro": "<js>\nvar novelIntro=({title,author,genre,score,desc})=>['','✧*̥₊˚‧☆･ﾟ'.repeat(3),`📖书名：《${title}》`,`👤作者：${author}`,`🏷️类型：${genre}`,`✨最新章节：${latestChapterTitle}`,'✦ ─────────────── ✦',`${desc}`,'❈'.padEnd(20,'～*')].join('\\n').replace(/^/gm,'　　');\nvar latestChapterTitle=`{{@@.my-unit-md@span@text}}`\nvar intro=`{{@@.text-medium@text##最近章節}}`\nnovelIntro({\n    \"title\": book.name,\n    \"author\": book.author,\n    \"genre\": book.kind,\n    \"latestChapterTitle\":latestChapterTitle,\n    \"desc\": intro\n})\n</js>##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".text-sm:nth-child(3)>a@text&&.text-xl@span@text&&.py-1:nth-child(4) > a:nth-child(n+1)@text<js>java.t2s(result);</js>##\\[|\\]",
      "lastChapter": ".my-unit-md@span@text",
      "name": ".text-xl@textNodes",
      "tocUrl": "<js>\n\nvar mid=src.match(/data\\-mid\\=\"(\\d+)\"/)[1];\njava.put(\"mid\",mid)\nvar r=`https://api-get-v2.mgsearcher.com/api/manga/get?mid=${mid}&mode=all`\nr;\n\n</js>"
    },
    "ruleContent": {
      "content": "<js>\nvar data=JSON.parse(result)\nvar imageList=data.data.info.images.images\nvar imgTags = imageList.map(item => `<img src=\"https://f40-1-4.g-mh.online${item.url}\">`).join('\\n');\nimgTags;\n</js>"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "bookList": ".grid-cols-3@.pb-2",
      "bookUrl": "a@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "name": "h3@text"
    },
    "ruleToc": {
      "chapterList": ".chapters[*]",
      "chapterName": ".title",
      "chapterUrl": "<js>\nvar mid=java.get(\"mid\")\nvar id=`{{$..id}}`\nvar r=`https://api-get-v2.mgsearcher.com/api/chapter/getinfo?m=${mid}&c=${id}`\nr;\n</js>",
      "updateTime": ".updatedAt"
    },
    "searchUrl": "{{bhost()}}/s/{{key}}?page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//2025.6.19 by.◎辞晨◎\n//js库",
    "bookSourceGroup": "漫画",
    "bookSourceName": "蛙漫漫画",
    "bookSourceType": 2,
    "bookSourceUrl": "https://www.manwamh.com/",
    "customButton": false,
    "customOrder": 507,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\nD=org.jsoup.Jsoup.parse(java.ajax(\"https://www.manwamh.com/category\"))\npush(\"全部🔖分类\",``,1,1)\t\nD.select(\"#area a\").forEach(n=>{\n\tli=n.select(\"a\")\n\tpush(li.text(),`${li.attr(\"href\")}/page/{{page}}`,1,0.39)\n\t})\t\t\nD.select(\"#theme a\").forEach(t=>{\n\t\tpush(t.text(),`${t.attr(\"href\")}/page/{{page}}`,1,0.25)\t\n\t\t});\nD.select(\"#state a\").forEach(n=>{\n\tli=n.select(\"a\")\n\tpush(li.text(),`${li.attr(\"href\")}/page/{{page}}`,1,0.39)\n});\n//java.log(JSON.stringify(sort))\nJSON.stringify(sort)",
    "header": "@js:\nJSON.stringify({\n  'User-Agent': \"Mozilla/5.0 (Linux; Android 15; V2304A Build/AP3A.240905.015.A2; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/132.0.6834.163 Mobile Safari/537.36\",\n  'sec-ch-ua-platform': \"\\\"Android\\\"\",\n  'origin': baseUrl,\n  'x-requested-with': \"cn.mujiankeji.mbrowser\",\n  'Referer': baseUrl,\n  'Accept-language': \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"\n})",
    "jsLib": "{\"crypto\":\"https://cdn.bootcss.com/crypto-js/3.1.9-1/crypto-js.min.js\"}",
    "lastUpdateTime": 1752079588196,
    "respondTime": 11368,
    "ruleBookInfo": {
      "author": "h2@text",
      "coverUrl": "img@src",
      "intro": "p.0@text",
      "kind": "{{@@.tag.0:1@text}},{{@@em@text}}",
      "lastChapter": "span@a.0@text",
      "name": "h1.1@text"
    },
    "ruleContent": {
      "content": "<js>\nparams = result.match(/params = '([^']+)'/)[1];\nfunction decryptEncryptedData(encryptedData) {\n  const encryptedDataWithIV = CryptoJS.enc.Base64.parse(encryptedData);\n  const iv = CryptoJS.lib.WordArray.create(encryptedDataWithIV.words.slice(0, 16));\n  const encryptedBytes = encryptedDataWithIV.words.slice(4);\n  const encryptedHex = CryptoJS.enc.Hex.stringify(CryptoJS.lib.WordArray.create(encryptedBytes));\n  const keyUtf8 = CryptoJS.enc.Utf8.parse(\"5V&RoR%Jf@pJPydF\");\n  const decrypted = CryptoJS.AES.decrypt(\n    { ciphertext: CryptoJS.enc.Hex.parse(encryptedHex) },\n    keyUtf8,\n    { iv: iv }\n  );\n  const decryptedText = decrypted.toString(CryptoJS.enc.Utf8);\n\n  return decryptedText;\n}\nimg = String(decryptEncryptedData(params)).replace(/\\\\|\\\"/g,'').replace(/.*\\[(.*)\\].*/g,'$1').replace(/\\,/g,'\\n')\nlet url=\"https://six.mhpic.net\";\nresult=img.split('\\n').map(x=>`<img src=\"${url}${x}\">`).join('\\n');\n</js>",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": ".comics-card",
      "bookUrl": "a@href",
      "coverUrl": ".cover@data-original",
      "kind": ".tab@text",
      "lastChapter": "small@text",
      "name": "h3@text"
    },
    "ruleToc": {
      "chapterList": "<js>\nif(String(result).match(/查看全部/)){\njava.getElements('#chapter-items@a')\n}else{\t java.getElements('.l-box.1@.pure-g.0@a[-1:0]')\n}\n</js>",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search?q={{encodeURI(key)}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "思路客吧",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.siluwu.com#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 508,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1734985148715,
    "loginUrl": "",
    "respondTime": 129,
    "ruleBookInfo": {
      "name": "tag.h1@text##全文阅读.*"
    },
    "ruleContent": {
      "content": "id.content@textNodes",
      "nextContentUrl": "id.link@tag.a.3@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.odd.0@tag.a@href",
      "name": "class.odd.0@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd!0:1:2:3:4:5",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.siluwu.com/modules/article/search.php?searchkey={{key}}&action=login,{\n  \"charset\": \"utf-8\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "穿越小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.kk169.net#",
    "customButton": false,
    "customOrder": 509,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"总点击榜\",\"url\":\"book/topallvisit/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击榜\",\"url\":\"book/topmonthvisit/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击榜\",\"url\":\"book/topweekvisit/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总推荐榜\",\"url\":\"book/topallvote/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月推荐榜\",\"url\":\"book/topmonthvote/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周推荐榜\",\"url\":\"book/topweekvote/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总收藏榜\",\"url\":\"book/topgoodnum/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总字数榜\",\"url\":\"book/topsize/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最近更新\",\"url\":\"book/toplastupdate/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最新入库\",\"url\":\"book/toppostdate/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"book/sort1/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"book/sort2/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市言情\",\"url\":\"book/sort3/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻网游\",\"url\":\"book/sort4/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"惊悚悬疑\",\"url\":\"book/sort5/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"耽美同人\",\"url\":\"book/sort6/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越架空\",\"url\":\"book/sort7/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"高辣浓情\",\"url\":\"book/sort8/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"禁忌百合\",\"url\":\"book/sort9/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"精品文学\",\"url\":\"book/sort10/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"完本小说\",\"url\":\"fulltop/allvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1734632575397,
    "loginUrl": "",
    "respondTime": 8453,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "img.1@src",
      "init": "",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": ".divbg@.cf@li.0@a.0@text",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "a.b_hot@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "div.acontent@textNodes##\\(穿越小说 [a-zA-Z0-9]+.[a-zA-Z0-9]+.[a-zA-Z0-9]+\\)|穿越小说 [a-zA-Z0-9]+.[a-zA-Z0-9]+.[a-zA-Z0-9]+",
      "imageStyle": "",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "td:nth-of-type(3)@text||span.c_value:nth-of-type(2)@text",
      "bookList": "#jieqi_page_contents tr||div.c_row",
      "bookUrl": "td a:nth-of-type(2)@href||.c_subject a:nth-of-type(2)@href",
      "coverUrl": ".fl img@src",
      "intro": "",
      "kind": "td:nth-of-type(6)@text||span:nth-of-type(8)@text",
      "lastChapter": "td:nth-of-type(2) a@text||a.gray@text",
      "name": "td a:nth-of-type(2)@text||.c_subject a:nth-of-type(2)@text",
      "wordCount": "span.c_value:nth-of-type(4)@text"
    },
    "ruleSearch": {
      "author": "div.c_tag:nth-of-type(2) span:nth-of-type(2)@text",
      "bookList": "div.c_row",
      "bookUrl": ".c_subject a@href",
      "coverUrl": "img@src",
      "intro": "div.c_description@text",
      "kind": "div.c_tag:nth-of-type(2) span:nth-of-type(4)@text",
      "lastChapter": ".c_value a@text",
      "name": ".c_subject a@text",
      "wordCount": "span:nth-of-type(6)@text"
    },
    "ruleToc": {
      "chapterList": ".chapter a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ""
    },
    "searchUrl": "modules/article/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "笔翠小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.bicuix.com#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 510,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1730747508228,
    "loginUrl": "",
    "respondTime": 12226,
    "ruleBookInfo": {
      "coverUrl": "#fmimg@tag.img@src",
      "intro": "#intro@text\n##最新章节地址：.*"
    },
    "ruleContent": {
      "content": "#content@html"
    },
    "ruleExplore": {
      "author": "tag.span.2@text",
      "bookList": "#newscontent@.l@li",
      "bookUrl": "a.0@href",
      "lastChapter": "a.1@text",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "#nr",
      "bookUrl": "a.0@href",
      "intro": "dd@text##最新章节地址：.*",
      "kind": "tag.td.4@text",
      "lastChapter": "a.1@text",
      "name": "a.0@text",
      "wordCount": "tag.td.3@text"
    },
    "ruleToc": {
      "chapterList": "#list@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "/modules/article/search.php?searchkey={{key}}&searchtype=articlename&page={{page}},{\n  \"charset\": \"GBK\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "by天天的鸟蛋蛋\nby关耳 替换规则正则表达式",
    "bookSourceGroup": "免费",
    "bookSourceName": "二三中文",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.ersanxs.info",
    "bookUrlPattern": "http://wap.ersanxs.info/skxs/\\d+/",
    "customButton": false,
    "customOrder": 511,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1747558137385,
    "respondTime": 4096,
    "ruleBookInfo": {
      "author": ".author@text",
      "coverUrl": ".synopsisArea_detail@img@src",
      "intro": ".review@html",
      "kind": ".synopsisArea_detail@p.1:2:4@text##.*：",
      "name": "h1@text",
      "tocUrl": "text.查看完整目录@href"
    },
    "ruleContent": {
      "content": "#chaptercontent@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\s*(.*?\\(第\\d+/\\d+页\\)|.*本章未?完.*)\\s*"
    },
    "ruleSearch": {
      "author": "span@text##\\/",
      "bookList": ".result@li",
      "bookUrl": "a.1@href",
      "kind": "a.0@text##\\[|\\]|\\s",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "#chapterlist p:nth-child(n+3) > a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/s.php?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉天域小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.tycqzw.com/",
    "bookUrlPattern": "https://www.tycqzw.com/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 512,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部小说\",\"url\":\"https://m.tycqzw.com/xclass/0/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"玄幻小说\",\"url\":\"https://m.tycqzw.com/xclass/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"修真小说\",\"url\":\"https://m.tycqzw.com/xclass/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"都市小说\",\"url\":\"https://m.tycqzw.com/xclass/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"穿越小说\",\"url\":\"https://m.tycqzw.com/xclass/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"网游小说\",\"url\":\"https://m.tycqzw.com/xclass/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"科幻小说\",\"url\":\"https://m.tycqzw.com/xclass/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}},{\"title\":\"其他小说\",\"url\":\"https://m.tycqzw.com/xclass/7/{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}}]",
    "lastUpdateTime": 1752213212070,
    "loginUrl": "",
    "respondTime": 2497,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作\\s*者：",
      "coverUrl": "id.fmimg@tag.img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content",
      "lastChapter": "id.list@tag.dd.0@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "id.info@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@html##推荐.*新书.*|手机用户.*阅读体验。"
    },
    "ruleExplore": {
      "author": "class.author@text##作者：",
      "bookList": "class.hot_sale",
      "bookUrl": "tag.a.0@href@js:\nr=result.match(/_(\\d+)/)\nid=r[1]\nvar iid = parseInt(id/1000);\n'https://www.tycqzw.com/'+iid+'_'+id+'/'",
      "coverUrl": "img@data-original",
      "intro": "class.review@text##简介：",
      "lastChapter": "",
      "name": "class.title@text"
    },
    "ruleSearch": {
      "author": "class.even.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.even.0@tag.a.0@href",
      "coverUrl": "class.even.0@tag.a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.tycqzw.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "class.odd.0@tag.a.0@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.even.0@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.tycqzw.com/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "猫眼看书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://api.lemiyigou.com#",
    "customButton": false,
    "customOrder": 513,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\": \"男频榜单\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"必读榜\",\"url\": \"/module/rank?type=1&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"潜力榜\",\"url\": \"/module/rank?type=5&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"完本榜\",\"url\": \"/module/rank?type=2&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"更新榜\",\"url\": \"/module/rank?type=3&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"搜索榜\",\"url\": \"/module/rank?type=4&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"评论榜\",\"url\": \"/module/rank?type=6&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"男频全部\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"玄幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=lejRej\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"武侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=nel5aK\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"都市\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mbk5ez\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"仙侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=vbmOeY\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"军事\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=penRe7\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"历史\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=xbojag\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"游戏\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mep2bM\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"科幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=zbq2dp\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"轻小说\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=YerEdO\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"男频完结\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"玄幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=lejRej&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"武侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=nel5aK&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"都市\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mbk5ez&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"仙侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=vbmOeY&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"军事\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=penRe7&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"历史\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=xbojag&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"游戏\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mep2bM&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"科幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=zbq2dp&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"轻小说\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=YerEdO&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"男频连载\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"玄幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=lejRej&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"武侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=nel5aK&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"都市\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mbk5ez&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"仙侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=vbmOeY&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"军事\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=penRe7&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"历史\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=xbojag&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"游戏\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mep2bM&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"科幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=zbq2dp&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"轻小说\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=YerEdO&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"女频榜单\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"必读榜\",\"url\": \"/module/rank?type=1&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"潜力榜\",\"url\": \"/module/rank?type=5&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"完本榜\",\"url\": \"/module/rank?type=2&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"更新榜\",\"url\": \"/module/rank?type=3&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"搜索榜\",\"url\": \"/module/rank?type=4&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"评论榜\",\"url\": \"/module/rank?type=6&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"女频全部\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"现代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9avmeG\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"古代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=DdwRb1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"幻想言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=7ax9by\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"青春校园\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=Pdy7aQ\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"唯美纯爱\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=kazYeJ\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"同人衍生\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9aAOdv\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"女频完结\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"现代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9avmeG&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"古代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=DdwRb1&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"幻想言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=7ax9by&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"青春校园\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=Pdy7aQ&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"唯美纯爱\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=kazYeJ&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"同人衍生\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9aAOdv&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"女频连载\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"现代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9avmeG&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"古代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=DdwRb1&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"幻想言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=7ax9by&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"青春校园\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=Pdy7aQ&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"唯美纯爱\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=kazYeJ&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"同人衍生\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9aAOdv&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}}\n]",
    "header": "{\n'User-Agent': 'okhttp/4.9.2','client-device': '2d37f6b5b6b2605373092c3dc65a3b39','client-brand': 'Redmi','client-version': '2.3.0','client-name': 'app.maoyankanshu.novel','client-source': 'android','Authorization': 'bearereyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9hcGkuanhndHp4Yy5jb21cL2F1dGhcL3RoaXJkIiwiaWF0IjoxNjgzODkxNjUyLCJleHAiOjE3NzcyMDM2NTIsIm5iZiI6MTY4Mzg5MTY1MiwianRpIjoiR2JxWmI4bGZkbTVLYzBIViIsInN1YiI6Njg3ODYyLCJwcnYiOiJhMWNiMDM3MTgwMjk2YzZhMTkzOGVmMzBiNDM3OTQ2NzJkZDAxNmM1In0.mMxaC2SVyZKyjC6rdUqFVv5d9w_X36o0AdKD7szvE_Q'\n}",
    "lastUpdateTime": 1734877523447,
    "respondTime": 2207,
    "ruleBookInfo": {
      "author": "$.authorName",
      "coverUrl": "$..cover",
      "init": "$.data",
      "intro": "$..summary##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "{{$.lastChapter.decTime}},{{$.averageScore}}分,{{$.className}},{{$..tagName}}",
      "lastChapter": "$.lastChapter.chapterName##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "$.novelName",
      "tocUrl": "/novel/{{$.novelId}}/chapters?readNum=1",
      "wordCount": "$.wordNum"
    },
    "ruleContent": {
      "content": "$.content",
      "replaceRegex": "##一秒记住.*精彩阅读。|7017k"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "$.authorName",
      "bookList": "$.data[*]",
      "bookUrl": "/novel/{{$.novelId}}?isSearch=1",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "{{$..className}},{{$.averageScore}}分",
      "lastChapter": "",
      "name": "$.novelName",
      "wordCount": "$.wordNum"
    },
    "ruleToc": {
      "chapterList": "$.data.list[*]",
      "chapterName": "$.chapterName##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "$.path@js:java.aesBase64DecodeToString(result,\"f041c49714d39908\",\"AES/CBC/PKCS5Padding\",\"0123456789abcdef\")",
      "updateTime": "{{$.updatedAt}} 字数：{{$.wordNum}}"
    },
    "searchUrl": "/search?page={{page}}&keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉 独步小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.dbxsd.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 514,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻奇幻::/nav/xh-qh-{{page}}.html\n科幻游戏::/nav/kh-yx-{{page}}.html\n仙侠武侠::/nav/xx-wx-{{page}}.html\n女生言情::/nav/ns-yq-{{page}}.html\n都市娱乐::/nav/ds-yl-{{page}}.html\n历史军事::/nav/ls-js-{{page}}.html\n悬疑灵异::/nav/xy-ly-{{page}}.html\n耽美纯爱::/nav/dm-ca-{{page}}.html\n成长励志::/nav/cz-lz-{{page}}.html\n散文随笔::/nav/sw-sb-{{page}}.html\n轻の小说::/nav/qxs-{{page}}.html\n国外文学::/nav/gwwx-{{page}}.html\n文学名著::/nav/wxmz-{{page}}.html\n现代当代::/nav/xddwx-{{page}}.html",
    "header": "{\n  'User-Agent': 'Mozilla/5.0 (Linux; Android 9; PDBM00 Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36'\n}",
    "lastUpdateTime": 1734369672961,
    "loginUrl": "",
    "respondTime": 9353,
    "ruleBookInfo": {
      "author": ".media-body@a.1@text",
      "coverUrl": ".book-img-middel@src",
      "init": "",
      "intro": ".book-detail@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".col-md-4@text##.*：|\\s..:.*",
      "lastChapter": ".media-body@a.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".book-name@a@text",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.cont-body@html  ",
      "nextContentUrl": ".page@a@href"
    },
    "ruleExplore": {
      "bookList": ".media",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": ".media-info@text",
      "name": "a.1@text"
    },
    "ruleSearch": {
      "author": "td.1@text",
      "bookList": ".table@tbody@tr",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\n'/uploads/cover/'+id+'s.jpg';\n</js>",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "a.0@text##《|》"
    },
    "ruleToc": {
      "chapterList": "id.all-chapter@div@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/plus/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "万层中文",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.oneceng.com#",
    "customButton": false,
    "customOrder": 515,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"作品分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"全部\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"都市异能\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_1_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑灵异\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_2_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_3_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"仙侠修真\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_4_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"军事历史\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_5_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"游戏竞技\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_6_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻未来\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_7_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代言情\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_8_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代言情\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_9_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"灵异惊悚\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_10_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"仙侠情缘\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_11_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"浪漫青春\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_12_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"幻想言情\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_13_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"耽美同人\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_14_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"书名首字母\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"不限\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"[A]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_A_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[B]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_B_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[C]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_C_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[D]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_D_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[E]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_E_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[F]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_F_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[G]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_G_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[H]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_H_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[I]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_I_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[J]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_J_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[K]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_K_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[L]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_L_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[M]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_M_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[N]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_N_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[O]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_O_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[P]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_P_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[Q]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_Q_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[R]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_R_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[S]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_S_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[T]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_T_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[U]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_U_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[V]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_V_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[W]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_W_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[X]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_X_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[Y]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_Y_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[Z]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_Z_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}\n]",
    "lastUpdateTime": 1731489321465,
    "respondTime": 7836,
    "ruleBookInfo": {
      "author": "span a@text",
      "coverUrl": "a img@src",
      "intro": ".tabvalue td@text&&.tabvalue div@text",
      "kind": "td[width]:nth-of-type(1)@text",
      "lastChapter": "div.title@text",
      "name": ".divbox > div > div > span:nth-of-type(1)@text",
      "tocUrl": "a.catalogbtn@href"
    },
    "ruleContent": {
      "content": "div.acontent@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": "td:nth-of-type(3)@text",
      "bookList": "#jieqi_page_contents tr",
      "bookUrl": "a.pop@href",
      "coverUrl": "a.pop@href<js>java.ajax(result)</js>a img@src",
      "kind": "td:nth-of-type(6)@text",
      "lastChapter": "#jieqi_page_contents td:nth-of-type(2) a@text",
      "name": "a.pop@text",
      "wordCount": "td:nth-of-type(4)@text"
    },
    "ruleSearch": {
      "author": "div.c_tag:nth-of-type(2) a@text",
      "bookList": "div.c_row",
      "bookUrl": ".c_subject a@href",
      "checkKeyWord": "我的",
      "coverUrl": "a img@src",
      "intro": "div.c_description@text",
      "kind": "div.c_tag:nth-of-type(2) span:nth-of-type(4)@text&&span:nth-of-type(n+7)@text",
      "lastChapter": "div:nth-of-type(4) .c_value a@text",
      "name": ".c_subject a@text",
      "wordCount": "span:nth-of-type(6)@text"
    },
    "ruleToc": {
      "chapterList": "dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.oneceng.com/modules/article/search.php,{\n\"method\":\"POST\",\n\"charset\":\"GBK\",\n\"body\":\"searchtype=articlename&searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": " 天涯知识",
    "bookSourceType": 0,
    "bookSourceUrl": "http://book.sbkk8.com",
    "customButton": false,
    "customOrder": 516,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1733987640387,
    "loginUrl": "",
    "respondTime": 2374,
    "ruleBookInfo": {
      "coverUrl": ".fm img@src",
      "intro": ".des p@html",
      "lastChapter": ".mulu a.-1@text",
      "name": ""
    },
    "ruleContent": {
      "content": "#content p@html",
      "imageStyle": "FULL",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##book.sbkk8.coM"
    },
    "ruleExplore": {
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "name": ""
    },
    "ruleSearch": {
      "bookList": ".mululist||.bookList",
      "bookUrl": "a.-1@href",
      "coverUrl": "img@src",
      "name": "a.-1@text"
    },
    "ruleToc": {
      "chapterList": ".mulu li a||h1",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/plus/search.php,{\n  'charset': 'gb2312',\n  'method': 'POST',\n  'body': 'kwtype=0&q={{key}}&searchtype=title'\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "七六小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.qiliuwx.com/",
    "customButton": false,
    "customOrder": 517,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1749886235986,
    "respondTime": 1560,
    "ruleBookInfo": {
      "author": "class.author@text##作者：",
      "coverUrl": ".synopsisArea_detail@img@src",
      "intro": "p.review@text",
      "kind": "class.sort@text&&p.3:5@text##.*：",
      "lastChapter": ".directoryArea@a.0@text",
      "name": "class.title@text",
      "tocUrl": "class.recommend@tag.h2.1@tag.a@href"
    },
    "ruleContent": {
      "content": "id.chaptercontent@textNodes",
      "nextContentUrl": "id.pt_next@text.下一页@href",
      "replaceRegex": "##（本章未完，请点击下一页继续阅读）|.*\\(第.*页\\).*\\s|.*分卷阅读.*\\s|.*第.*章.*\\s"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author.0@text",
      "bookList": "class.recommend mybook@tag.div!0",
      "bookUrl": "@tag.a@href",
      "lastChapter": "class.author.1@text",
      "name": "class.title@text"
    },
    "ruleToc": {
      "chapterList": "id.chapterlist@tag.p!0",
      "chapterName": "@a@text",
      "chapterUrl": "@a@href"
    },
    "searchUrl": "/s.php?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "By小新",
    "bookSourceGroup": "免费",
    "bookSourceName": "必去小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ibiquw.info/",
    "customButton": false,
    "customOrder": 518,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "\n[{\"title\":\"排行榜\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n\n{\"title\":\"默认\",\"url\":\"http://www.ibiquw.info/xs/quanbu-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总点击\",\"url\":\"http://www.ibiquw.info/xs/quanbu-allvisit-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月点击\",\"url\":\"http://www.ibiquw.info/xs/quanbu-monthvisit-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周点击\",\"url\":\"http://www.ibiquw.info/xs/quanbu-weekvisit-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日点击\",\"url\":\"http://www.ibiquw.info/xs/quanbu-dayvisit-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总推荐\",\"url\":\"http://www.ibiquw.info/xs/quanbu-allvote-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月推荐\",\"url\":\"http://www.ibiquw.info/xs/quanbu-monthvote-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周推荐\",\"url\":\"http://www.ibiquw.info/xs/quanbu-weekvote-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日推荐\",\"url\":\"http://www.ibiquw.info/xs/quanbu-dayvote-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"收藏数\",\"url\":\"http://www.ibiquw.info/xs/quanbu-goodnum-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"字数\",\"url\":\"http://www.ibiquw.info/xs/quanbu-size-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"入站时间\",\"url\":\"http://www.ibiquw.info/xs/quanbu-postdate-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最后更新\",\"url\":\"http://www.ibiquw.info/xs/quanbu-lastupdate-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1745893003491,
    "respondTime": 4874,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[class=\"bookinfo_intro\"]@ownText##您要是觉得《》还不错的话请不要忘记向您QQ群和微博微信里的朋友推荐哦！",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[id=\"info\"]@h1@text"
    },
    "ruleContent": {
      "content": "[id=\"htmlContent\"]@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": "span.1@text",
      "bookList": "[class=\"sitebox\"]@dl",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@img@src",
      "intro": "[class=\"book_des\"]@text",
      "kind": "span.0@text",
      "lastChapter": "a.-1@text",
      "name": "dd.0@a.0@text"
    },
    "ruleSearch": {
      "author": "/p[3]/text()",
      "bookList": "//div[@class='toplist']/ul/li",
      "bookUrl": "/p[1]/a/@href",
      "kind": "/p[last()-1]/text()&&/p[last()]/text()",
      "lastChapter": "/p[2]/a/text()",
      "name": "/p[1]/a/text()",
      "wordCount": "/p[last()-2]/text()"
    },
    "ruleToc": {
      "chapterList": "[class=\"book_list\"]@li",
      "chapterName": "text",
      "chapterUrl": "a.0@href"
    },
    "searchUrl": "/modules/article/search.php?action=login&searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "备用地址：https://sma.yueyouxs.com",
    "bookSourceGroup": "免费",
    "bookSourceName": "阅友小说（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.suixkan.com/",
    "customButton": false,
    "customOrder": 519,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"推荐\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"重磅推荐\",\"url\":\"/l/s/28/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"男生必读\",\"url\":\"/l/s/29/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"女生爱看\",\"url\":\"/l/s/30/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"小编推荐\",\"url\":\"/l/s/31/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"男频\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"都市人生\",\"url\":\"/l/f/1100/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/l/f/1101/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"/l/f/1102/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"军事历史\",\"url\":\"/l/f/1103/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻末世\",\"url\":\"/l/f/1104/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"游戏体育\",\"url\":\"/l/f/1105/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"热血青春\",\"url\":\"/l/f/1106/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑灵异\",\"url\":\"/l/f/1107/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"脑洞大开\",\"url\":\"/l/f/1108/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"女频\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"现代言情\",\"url\":\"/l/f/2100/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代言情\",\"url\":\"/l/f/2101/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"幻想言情\",\"url\":\"/l/f/2102/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"\",\"url\":\"/l/f/2103/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越时空\",\"url\":\"/l/f/2104/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"宫闱争斗\",\"url\":\"/l/f/2105/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"豪门总裁\",\"url\":\"/l/f/2106/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"婚恋爱情\",\"url\":\"/l/f/2107/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"经商种田\",\"url\":\"/l/f/2108/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"图书\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"出版读物\",\"url\":\"/l/f/3101/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"文学小说\",\"url\":\"/l/f/3102/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代典籍\",\"url\":\"/l/f/3103/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1759505557119,
    "respondTime": 993,
    "ruleBookInfo": {
      "author": ".face-info span.0@text##.*：",
      "coverUrl": ".face-cover img@src",
      "intro": "#intro@html",
      "kind": ".face-info span.1:3@text&&#idNewIds@#chapter-ps-id@text##.*：",
      "lastChapter": "#idNewIds@.chapter-entrance@text",
      "name": ".face-info-title@text",
      "tocUrl": ".sumchapter a@href",
      "wordCount": ".face-info span.2@text##.*："
    },
    "ruleContent": {
      "content": ".con@html",
      "replaceRegex": "##[\\(（]本章未完.*[）\\)]|[\\(（]本章完[）\\)]"
    },
    "ruleExplore": {
      "author": ".v-author@text##\\s",
      "bookList": ".v-list-item",
      "bookUrl": "@onclick@js:result.match(/\\('(.*?)'\\)/)[1]",
      "coverUrl": "img@src",
      "intro": ".v-intro@text",
      "name": ".v-title@text",
      "wordCount": ".v-words@text"
    },
    "ruleSearch": {
      "author": ".v-author@text##\\s",
      "bookList": ".v-list-item",
      "bookUrl": "@onclick@js:result.match(/\\('(.*?)', '', ''\\)/)[1]",
      "coverUrl": "img@src",
      "intro": ".v-intro@text",
      "kind": ".base-label@text",
      "name": ".v-title@text",
      "wordCount": ".v-words@text"
    },
    "ruleToc": {
      "chapterList": ".catalog_ls li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/s/1.html?keyword={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "#破冰\n【发现】\n科幻小说::https://m.23us.tw/xclass/6/{{page}}.html",
    "bookSourceGroup": "免费",
    "bookSourceName": "顶点小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.23us.tw/#♤pb",
    "bookUrlPattern": "https://www.23us.tw/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 520,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1731360433457,
    "loginUrl": "",
    "respondTime": 24950,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作    者：",
      "coverUrl": "id.fmimg@tag.img@src",
      "intro": "id.intro@text",
      "kind": "id.info@tag.p.2@text##\\更新时间：|\\[|\\]",
      "lastChapter": "id.info@tag.p.3@a@text",
      "name": "id.info@tag.h1.0@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleContent": {
      "content": "id.content@html##您可以在百度里.*查找最新章节！|顶点小说.*us|最新网址.*tw",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "class.author@a@text",
      "bookList": "class.hot_sale",
      "bookUrl": "class.title@a@href@js:\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.23us.tw/'+iid+'_'+id+'/'",
      "coverUrl": "img@data-original",
      "intro": "class.review@a@text",
      "name": "class.title@a@text"
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "tag.td.0@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.23us.tw/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "tag.td.1@tag.a@text",
      "name": "tag.td.0@tag.a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.23us.tw/modules/article/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "话本小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ihuaben.com#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 521,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "都市言情::http://www.ihuaben.com/dushiyanqing/wordcount/{{page}}.html\n古代言情::http://www.ihuaben.com/gudaiyanqing/wordcount/{{page}}.html\n玄幻言情::http://www.ihuaben.com/xuanhuanyanqing/wordcount/{{page}}.html\n校园言情::http://www.ihuaben.com/xiaoyuanyanqing/wordcount/{{page}}.html\n穿越言情::http://www.ihuaben.com/chuanyueyanqing/wordcount/{{page}}.html\n灵异言情::http://www.ihuaben.com/lingyiyanqing/wordcount/{{page}}.html\n都市小说::http://www.ihuaben.com/dushi/wordcount/{{page}}.html\n灵异小说::http://www.ihuaben.com/lingyi/wordcount/{{page}}.html\n玄幻奇幻::http://www.ihuaben.com/xuanhuanqihuan/wordcount/{{page}}.html\n历史军事::http://www.ihuaben.com/lishijunshi/wordcount/{{page}}.html\n武侠仙侠::http://www.ihuaben.com/wuxiaxianxia/wordcount/{{page}}.html\n游戏竞技::http://www.ihuaben.com/youxijingji/wordcount/{{page}}.html\n科幻末世::http://www.ihuaben.com/kehuanmoshi/wordcount/{{page}}.html\n轻 小 说::http://www.ihuaben.com/qingxiaoshuo/wordcount/{{page}}.html\n短篇小说::http://www.ihuaben.com/duanpian/wordcount/{{page}}.html\n明星同人::http://www.ihuaben.com/mingxingtongren/wordcount/{{page}}.html\n动漫同人::http://www.ihuaben.com/dongmantongren/wordcount/{{page}}.html\n游戏同人::http://www.ihuaben.com/youxitongren/wordcount/{{page}}.html\n影视同人::http://www.ihuaben.com/yingshitongren/wordcount/{{page}}.html\n小说同人::http://www.ihuaben.com/xiaoshuotongren/wordcount/{{page}}.html",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3704.400 QQBrowser/10.4.3587.400\"\n}",
    "lastUpdateTime": 1731442314847,
    "loginUrl": "",
    "respondTime": 7473,
    "ruleBookInfo": {
      "author": "class.infodetail@class.text-muted.0@text",
      "intro": "class.aboutbook@html",
      "kind": "id.tagList@text",
      "lastChapter": "class.chapterTitle.0@text",
      "name": "class.text-danger@text",
      "tocUrl": "class.chapterSort@tag.a@href"
    },
    "ruleContent": {
      "content": "id.contentsource@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.text-lightgrey.0@text||tag.p.0@tag.a@text",
      "bookList": "class.container@class.searchresult||class.container@li",
      "bookUrl": "tag.h2@tag.a@href||tag.h3@tag.a@href",
      "coverUrl": "img@src",
      "kind": "class.text-lightgrey!0:3:4@text||class.list-inline@tag.a@text",
      "name": "tag.h2@tag.a@text||tag.h3@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "-class.chapters@tag.div@tag.p",
      "chapterName": "class.chapterTitle@tag.a@text",
      "chapterUrl": "class.chapterTitle@tag.a@href",
      "nextTocUrl": "class.pagination@tag.a.-1@href"
    },
    "searchUrl": "http://so.ihuaben.com/search?keyword={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "🍺 笔趣阁②",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.ibiquge.la",
    "customButton": false,
    "customOrder": 522,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::http://www.xbiquge.la/fenlei/1_{{page}}.html\n修真小说::http://www.xbiquge.la/fenlei/2_{{page}}.html\n都市小说::http://www.xbiquge.la/fenlei/3_{{page}}.html\n穿越小说::http://www.xbiquge.la/fenlei/4_{{page}}.html\n网游小说::http://www.xbiquge.la/fenlei/5_{{page}}.html\n科幻小说::http://www.xbiquge.la/fenlei/6_{{page}}.html",
    "lastUpdateTime": 1679612240428,
    "respondTime": 1770,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作者：",
      "coverUrl": "id.fmimg@tag.img.0@src",
      "intro": "id.intro@tag.p.1@text",
      "lastChapter": "id.info@tag.p.3@title",
      "name": "id.info@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@textNodes"
    },
    "ruleExplore": {
      "author": "tag.span.2@text",
      "bookList": "class.l@tag.ul@tag.li",
      "bookUrl": "tag.span.0@tag.a@href",
      "lastChapter": "tag.span.1@tag.a@text",
      "name": "tag.span.0@tag.a@text"
    },
    "ruleSearch": {
      "author": "class.even.1@text",
      "bookList": "class.grid@tag.tbody@tag.tr!0",
      "bookUrl": "class.even.0@tag.a@href",
      "lastChapter": "class.odd.0@tag.a@text",
      "name": "class.even.0@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.xbiquge.la/modules/article/waps.php?searchkey={{key}}",
    "weight": 30
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "酷书阁小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.kushuge.com",
    "customButton": false,
    "customOrder": 523,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/list1/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/list2/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/list3/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/list4/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/list5/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/list6/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/list7/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/list8/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  }\n]",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; U; Android 13; zh-Hans-CN; PFJM10 Build/TP1A.220905.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/135.0.4896.58 Quark/6.13.6.581 Mobile Safari/537.36\",\"Accept-Language\":\"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"}",
    "lastUpdateTime": 1751946406173,
    "respondTime": 6687,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": "article@html##第\\(\\d+\\/\\d+\\)页",
      "nextContentUrl": "text.下一@href\n@js:\nvar next=/_\\d+\\.html/.test(result) ? result : '';\nnext;"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.0@text",
      "bookList": ".col-md-6@dl",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "kind": "{{@a.1@text##\\[(.*)\\].*##$1}}\n{{@dd.2:3##状态：?:?|更新时间：?:?}}",
      "lastChapter": "a.2@text",
      "name": "a.1@text##\\[.*\\](.*)##$1"
    },
    "ruleToc": {
      "chapterList": ".book_list2@ul@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ".page-link.0@text##\\d+\\/(\\d+)##$1\n@js:\nres = JSON.parse(result)\nlist = [];\nfor (var i = 2; i <= res; i++) {\n\tlist.push(baseUrl.replace(/\\/$/,\"/index_\" + i + \".html\")); \n}\nlist;"
    },
    "searchUrl": "/search.php?q={{key}}&p={{page}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "小米阅读（优+）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://reader.browser.miui.com/v2#",
    "bookUrlPattern": "https://reader.browser.miui.com/api/v2/book/\\d+",
    "customButton": false,
    "customOrder": 524,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type)=>{\n\t\tjson = JSON.stringify({\n\t\t\t\ttitle: title,\n\t\t\t\turl: url?url:\"\",\n\t\t\t\tstyle: {\n\t\t\t\t\t\tlayout_flexGrow: 1,\n\t\t\t\t\t\tlayout_flexBasisPercent: type\n\t\t\t\t\t}\n\t\t\t});\n\t\treturn sort.push(json);\n\t}\npush('排行榜单',null,1);\n$$=(a,b,c)=>{\n\t\treturn `https://reader.browser.duokan.com/api/v2/ranking?len=10&page={{page}\\}&type=${a}-${b}-${c}`\n\t}\n[[\"人气榜\",\"golden\"],[\"新书榜\",\"new\"],[\"完结榜\",\"end\"],[\"热搜榜\",\"search\"]].map([title,b]=>{\n\t\tpush(''+title+'',null,1);\n\t\t[\"男频\",\"女频\"].map((title1,a)=>{\n\t\t\t\ta++\n\t\t\t\t[[\"周榜\",\"week\"],[\"月榜\",\"month\"],[\"总榜\",\"total\"]].map([title2,c]=>{\n\t\t\t\t\t\treturn push(title1+title2,$$(a,b,c),0.25);\n\t\t\t\t\t});\n\t\t\t});\n\t});\npush('书籍分类',null,1);\n$$=(sex,bookStatus,categoryId,hotChoice)=>{\n\t\treturn `https://reader.browser.duokan.com/api/v2/book/list2?len=10&page={{page}\\}&sex=${sex}&bookStatus=${bookStatus}&categoryId=${categoryId}&wordCountsInterval=0&hotChoice=${hotChoice}`\n\t}\nbookStatus=categoryId=hotChoice=0;\n[\n\t\t[\"男频\",[[\"都市\",7],[\"玄幻\",3],[\"仙侠\",6],[\"历史\",8],[\"灵异\",10],[\"科幻\",11],[\"奇幻\",4],[\"同人\",143],[\"游戏\",12],[\"武侠\",5],[\"竞技\",13]]],\n\t\t[\"女频\",[[\"现代言情\",75],[\"古代言情\",74],[\"浪漫青春\",76],[\"玄幻言情\",72],[\"仙侠奇缘\",73],[\"悬疑灵异\",77],[\"科幻空间\",78],[\"同人小说\",80],[\"游戏竞技\",79],[\"耽美小说\",81]]]\n].map(([title,list],sex)=>{\n\t\tsex++\n\t\tpush(''+title+'',$$(sex,bookStatus,categoryId,hotChoice),1);\n\t\tlist.map([title,categoryId]=>{\n\t\t\t\tpush(''+title+'',$$(sex,bookStatus,categoryId,hotChoice),1);\n\t\t\t\t[\"综合全部\",\"最新上线\",\"阅读最多\",\"点赞最高\"].map((title,hotChoice)=>{\n\t\t\t\t\t\t['['+title+']',\"连载\",\"完结\"].map((title,bookStatus)=>{\n\t\t\t\t\t\t\t\treturn push(title,$$(sex,bookStatus,categoryId,hotChoice),0.25);\n\t\t\t\t\t\t\t});\n\t\t\t\t\t});\n\t\t\t});\n\t});\n'['+sort.toString()+']'",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.2357.134 Safari/537.36\"\n}",
    "lastUpdateTime": 1758062439534,
    "respondTime": 8995,
    "ruleBookInfo": {
      "author": "$..author",
      "coverUrl": "$..imgUrl",
      "init": "$.data",
      "intro": "{{'\\n&lrm;\\n'}}🔗 源站：{{$..cpName}}\n{{'\\n&lrm;\\n'}}📆 开坑：{{java.timeFormatUTC(java.getString('$.firstChapter.updateTime')*1000,'yyyy-MM-dd',8)}}\n{{'\\n&lrm;\\n'}}📑 简介：{{$..description}}",
      "kind": "{{$..score}}分\n{{$..secondCategoryName&&$..bookStatus}}\n{{java.put('time', java.timeFormatUTC(java.getString('$.lastChapter.updateTime'),'yyyy-MM-dd',8))}}",
      "lastChapter": "{{$.lastChapter.chapterName}} ",
      "name": "$..name",
      "tocUrl": "https://reader.browser.miui.com/api/v2/chapter/list/{{$..bookId}}",
      "wordCount": "$..wordCount"
    },
    "ruleContent": {
      "content": "$..contentList[*]##——内容来自.*\n<js>\nif(result.match(/^http.+$/)){\n\t\tsrc = java.base64Decode(String(java.ajax(result)).match(/\\('([^']+)'\\)/)[1]);\n\t}\nsrc\n</js>\n$..p[*]||$..contentList[*]\n##——内容来自.*"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.data.list",
      "bookUrl": "https://reader.browser.miui.com/api/v2/book/{{$.bookId}}",
      "coverUrl": "$.imgUrl",
      "intro": "$.description",
      "kind": "{{$.score}}分\n{{$.secondCategoryName&&$.bookStatus}}\n{{java.put('time', java.timeFormatUTC(java.getString('$.updateTime')*1000,'yyyy-MM-dd',8))}}",
      "lastChapter": "最近更新：@get:{time}",
      "name": "$.name",
      "wordCount": "$.wordCount"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.related",
      "bookUrl": "https://reader.browser.miui.com/api/v2/book/{{$.id}}",
      "coverUrl": "$.image",
      "intro": "$.description",
      "kind": "$.tags",
      "lastChapter": "发布源站：{{$.cp}}",
      "name": "$.title",
      "wordCount": "$.status"
    },
    "ruleToc": {
      "chapterList": "@js:\nlet u = baseUrl.replace('list','content')\n\nlet v = [];\nlet list = [];\nJSON.parse(result).data.list.map($=>{\n\n//分卷判定\n\t\tV = $.volumeTitle\n\t\tif(v[v.length-1]!=V&&!/^\\s*$/.test(V)){\n\t\t\t\tv.push(V)\n\t\t\t\tlist.push({\n\t\t\t\t\t\tname: '📖['+V+']📖',\n\t\t\t\t\t\tvolume: true\n\t\t\t\t\t})\n\t\t\t}\n\n\t\treturn list.push({\n\t\t\t\tname: $.chapterName,\n\t\t\t\turl: u+'?chapterId='+$.chapterId+'&volumeId=1',\n\t\t\t\tinfo: '更新时间：'+java.timeFormatUTC($.updateTime*1000,'yyyy-MM-dd HH:mm',12)\n\t\t\t});\n\t});\nv.length<2?list.filter($=>!$.volume):list",
      "chapterName": "name",
      "chapterUrl": "url",
      "isVolume": "volume",
      "updateTime": "info"
    },
    "searchUrl": "https://reader.browser.miui.com/api/v2/search/word?query={{key}}&size=100",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "英文小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.yingyuxiaoshuo.com",
    "customButton": false,
    "customOrder": 525,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1751978910794,
    "respondTime": 533,
    "ruleBookInfo": {
      "author": "@css:.listshadow1 .text-danger:nth-child(2)@text",
      "coverUrl": "@css:.listshadow1 img@src",
      "intro": "@css:.listshadow1 .text-intro1@text",
      "kind": "@css:.listshadow1 .text-danger:nth-child(n+3)@text",
      "name": "@css:.listshadow1 .text-danger:first-child h2@text"
    },
    "ruleContent": {
      "content": "{{@css:.text-content1 .c-en@text||.text-content1@text}}"
    },
    "ruleSearch": {
      "author": "@css:.grow>div:nth-child(2)@text",
      "bookList": "@css:.main-list-container>div.h-36",
      "bookUrl": "a@href",
      "checkKeyWord": "加",
      "coverUrl": "img@src",
      "intro": "@css:.grow>div:nth-child(3)@text",
      "kind": "@css:.grow>div:nth-child(4) span:first-child@text",
      "name": "@css:.grow h2>a:nth-child(n)@text"
    },
    "ruleToc": {
      "chapterList": "@css:.shadow-listshadow1 .grid .text-danger",
      "chapterName": "class.text-danger@text",
      "chapterUrl": "class.text-danger@href"
    },
    "searchUrl": "/search/{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "独阅读网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.duread8.com##喜静",
    "customButton": false,
    "customOrder": 526,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部分类\",\"url\":\"https://www.duread.cn/index/book_list/0/0/week_click/0/0/0/1{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"西幻传说\",\"url\":\"https://www.duread.cn/index/book_list/1/0/week_click/0/0/0/1{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"武侠仙侠\",\"url\":\"https://www.duread.cn/index/book_list/2/0/week_click/0/0/0/1{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"游戏动漫\",\"url\":\"https://www.duread.cn/index/book_list/3/0/week_click/0/0/0/1{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"科幻时空\",\"url\":\"https://www.duread.cn/index/book_list/4/0/week_click/0/0/0/1{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"都市逸闻\",\"url\":\"https://www.duread.cn/index/book_list/5/0/week_click/0/0/0/1{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"https://www.duread.cn/index/book_list/6/0/week_click/0/0/0/1{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"诡异悬疑\",\"url\":\"https://www.duread.cn/index/book_list/7/0/week_click/0/0/0/1{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1733317768140,
    "loginUrl": "https://m.duread.cn/signup/login",
    "respondTime": 6382,
    "ruleBookInfo": {
      "author": "",
      "init": "",
      "intro": "class.desc@text",
      "kind": "",
      "name": "class.book-title@text"
    },
    "ruleContent": {
      "content": ".article-content@p@textNodes"
    },
    "ruleExplore": {
      "author": ".avatar@text",
      "bookList": "class.book-list J_BookList@li",
      "bookUrl": "a.1@href",
      "coverUrl": "img@data-original",
      "name": "a.1@text"
    },
    "ruleSearch": {
      "author": "##作者[:：]([^<]+)<##$1###",
      "bookList": "class.book-list@li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "img@data-original",
      "intro": "class.summaries@html",
      "lastChapter": "class.smaller@text##.*? / ",
      "name": "class.book-name@text"
    },
    "ruleToc": {
      "chapterList": "#chapter_list@a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{\"webView\":true}"
    },
    "searchUrl": "https://www.duread8.com/index/get_search_book_list/{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "中文书城",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.cread.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 527,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"出版频道\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"文学小说\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3100&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经典名著\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3200&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经管励志\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3300&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"生活休闲\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3400&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"婚姻家庭\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3500&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科普教育\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3600&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"纪实传记\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3700&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"亲子育儿\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3800&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"工具百科\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3900&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"男生频道\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"都市小说\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1200&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"东方玄幻\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1100&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠仙侠\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1400&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"悬疑惊悚\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1800&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"架空历史\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1500&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"网游竞技\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1700&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻未来\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1600&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"西方玄幻\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1300&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女生频道\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"古代言情\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2100&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"幻想言情\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2200&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市言情\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2300&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"总裁豪门\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2400&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"青春校园\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2500&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"唯美同人\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2600&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\r\n\"uid\":\"110496550\",\r\n\"cnid\":\"10005\",\r\n\"version\":\"7.6.0\",\r\n\"packname\":\"com.mianfeizs.book\",\r\n\"oscode\":\"30\",\r\n\"vcode\":\"134\",\r\n\"channelId\":\"10005\",\r\n\"platform\":\"android\",\r\n\"appname\":\"mfzs\"\n}",
    "lastUpdateTime": 1733687564058,
    "respondTime": 2212,
    "ruleBookInfo": {
      "author": "$.authorName",
      "coverUrl": "$.bookImg",
      "init": "$.data.bookVo",
      "intro": "{{'\\n&lrm;\\n'}}{{$.introduction}}",
      "kind": "{$.grade}分&&$.categoryName&&连载中{$.bookStatue}已完结\n##连载中03|01已完结",
      "lastChapter": "{{$.lastUpdateChapterName}} • {{$.lastUpdateChapterDate## .*}}",
      "name": "$.bookName",
      "tocUrl": "https://readbook-service-freebook.cread.com/cx/itf/getvolume?bookId={{$.bookId}}",
      "wordCount": "$.wordCount"
    },
    "ruleContent": {
      "content": "$..content"
    },
    "ruleExplore": {
      "author": "$.authorName",
      "bookList": "$.dataList",
      "bookUrl": "https://readbook-service-freebook.cread.com/cx/bookDetailYS?bookid={{$.bookid}}",
      "coverUrl": "$.cover",
      "intro": "$.intro",
      "kind": "{$.grade}分&&$.categoryName&&连载中{$.bookStatue}已完结\n##连载中03|01已完结",
      "lastChapter": "",
      "name": "$.newBookName",
      "wordCount": "$.wordCount"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.list",
      "bookUrl": "https://readbook-service-freebook.cread.com/cx/bookDetailYS?bookid={{$.id}}",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "{$.grade}分&&$.categoryName&&连载中{$.bookStatue}已完结\n##连载中03|01已完结",
      "lastChapter": "",
      "name": "$.name",
      "wordCount": "$.words"
    },
    "ruleToc": {
      "chapterList": "@js:\nlet v = [],\n\t\tlist = [];\nJSON.parse(result).list.map($=>{\n\n//分卷判定\n\t\tV = $.name;\n\t\tif(v[v.length-1]!=V&&!/^\\s*$/.test(V)){\n\t\t\t\tv.push(V)\n\t\t\t\tlist.push({\n\t\t\t\t\t\tname: '📖['+V+']📖',\n\t\t\t\t\t\tvolume: true\n\t\t\t\t\t})\n\t\t\t}\n\n$.bookChapters.map($=>{\n\t\treturn list.push({\n\t\t\t\tname: $.name,\n\t\t\t\turl: `https://readbook-service-freebook.cread.com/cx/itf/chapterRead?bookId=${$.bookid}&chapterId=${$.id}`,\n\t\t\t\tinfo: `章节字数：${$.wordCount}　更新时间：${$.updateDate}`\n\t\t\t});\n\t});\n});\nv.length<2?list.filter($=>!$.volume):list",
      "chapterName": "name",
      "chapterUrl": "url",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": "info"
    },
    "searchUrl": "https://cxb-pro.cread.com/cx/searchbooks,{\n\"method\": \"POST\",\n\"body\": \"keyword={{key}}&pageNo={{page}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "丁丁小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://api.xingliangglobal.com#",
    "customButton": false,
    "customOrder": 528,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar sort=[];\npush=(title,url,type,size)=>sort.push({\n    \"title\": title,\n    \"url\": url?url:\"\",\n    \"style\": {\n      \"layout_flexGrow\": type,\n      \"layout_flexBasisPercent\": size,\n    }\n  });\n\nbd=[\"必读榜\",\"潜力榜\",\"完本榜\",\n\"更新榜\",\"搜索榜\",\"评论榜\"];\npd=[[\"男频\",\"1\"],\n\t[\"女频\",\"2\"]].map([title,id]=>{\npush(title+'榜单', null, 1, 1);\n\t\tbd.map((title,index)=>{\t\t\t\n\t\t  \turl= `/module/rank?type=${index+1}&channel=${id}&page={{page}}`; \n\t\t\t\tpush(title, url, 1, 0.25);\t\t\t\t\t\t\t\t\t\t\n\t\t\t});\n\t});\n\nbook=[[\"男频\",\n[[\"玄幻\",\"lejRej\"],[\"都市\",\"mbk5ez\"],[\"武侠\",\"nel5aK\"],[\"仙侠\",\"vbmOeY\"],[\"军事\",\"penRe7\"],[\"历史\",\"xbojag\"],[\"游戏\",\"mep2bM\"],[\"科幻\",\"zbq2dp\"],[\"轻小说\",\"YerEdO\"]]],\n\t [\"女频\",\n[[\"现代言情\",\"9avmeG\"],[\"古代言情\",\"DdwRb1\"],[\"幻想言情\",\"7ax9by\"],[\"青春校园\",\"Pdy7aQ\"],[\"唯美纯爱\",\"kazYeJ\"],[\"同人衍生\",\"9aAOdv\"]]]].map([tit1,category]=>{\n\t \t\t[[\"连载\",\"0\"],[\"完结\",\"1\"]].map([tit2,id]=>{  \n\t    push(tit1+'•'+tit2, null, 1, 1);   \n     category.map([title,cid]=>{\t    \n\turl= `/novel?isComplete=${id}&sort=1&page={{page}}&categoryId=${cid}`;\t\n\t\t\t \tpush(title, url, 1, 0.25);\n        });\n      });\n  });\n\nJSON.stringify(sort)",
    "header": "{\n    \"client-device\": \"4d9655dc356211b2d0a86a96e3e11a54\",\n    \"client-brand\": \"vivo\",\n    \"client-version\": \"1.1.0\",\n    \"client-channel\": \"android\",\n    \"client-name\": \"app.maoyankanshu.novel\",\n    \"alias-name\": \"dingdianapp\",\n    \"client-source\": \"android\",\n    \"Authorization\": \"bearereyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9hcGkueGluZ2xpYW5nZ2xvYmFsLmNvbVwvYXV0aFwvdGhpcmQiLCJpYXQiOjE2OTkyNzUzOTQsImV4cCI6MTc5MjU4NzM5NCwibmJmIjoxNjk5Mjc1Mzk0LCJqdGkiOiJyYzhtYVByUUpLazlweFd6Iiwic3ViIjoxMjkyMjEsInBydiI6ImExY2IwMzcxODAyOTZjNmExOTM4ZWYzMGI0Mzc5NDY3MmRkMDE2YzUifQ.BqlcxKRH5oiBWQjSzTEHLpwUMD-dVhVe1ufcX_BZanw\",\n     \"Connection\": \"Keep-Alive\",\n    \"User-Agent\": \"okhttp/4.9.2\"\n}",
    "lastUpdateTime": 1735040095798,
    "respondTime": 7760,
    "ruleBookInfo": {
      "author": "authorName",
      "coverUrl": "cover",
      "init": "data",
      "intro": "summary",
      "kind": "categoryNames.*.className",
      "lastChapter": "lastChapter.chapterName",
      "name": "novelName",
      "tocUrl": "/novel/{{$.novelId}}/chapters",
      "wordCount": "wordNum"
    },
    "ruleContent": {
      "content": "content"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "authorName",
      "bookList": "data",
      "bookUrl": "/novel/{{$.novelId}}?isSearch=1",
      "checkKeyWord": "剑来",
      "coverUrl": "cover",
      "intro": "summary",
      "kind": "categoryNames.[*].className",
      "lastChapter": "",
      "name": "novelName",
      "wordCount": "wordNum"
    },
    "ruleToc": {
      "chapterList": "data.list",
      "chapterName": "chapterName",
      "chapterUrl": "path\n@js:\nvar data=String(result),\ntype=\"AES/CBC/PKCS5Padding\",\nkey=\"4395daa50ad6baf7\",\niv=\"0123456789abcdef\",\ncipher=java.createSymmetricCrypto(type,key,iv),\nurl=cipher.decryptStr(data);\nurl;",
      "updateTime": "{{$.updatedAt}} • {{$.wordNum}}字"
    },
    "searchUrl": "http://api.xingliangglobal.com/search?keyword={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "*By_聆听月与悦-2025.1.30",
    "bookSourceGroup": "免费",
    "bookSourceName": "🍒大美书网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.dameishuwang.net/",
    "customButton": false,
    "customOrder": 529,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n\"user-agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36\"\n}",
    "lastUpdateTime": 1749181555786,
    "respondTime": 2331,
    "ruleBookInfo": {
      "author": "body > div.container > div.content > div.book.pt10 > div.bookinfo > p.booktag > a.red@text",
      "coverUrl": "body > div.container > div.content > div.book.pt10 > div.bookinfo > p.bookintro > img.thumbnail.pull-left.visible-xs@src",
      "init": "",
      "intro": "&nbsp;&nbsp;\n📕书名：{{@css:body > div.container > div.content > div.book.pt10 > div.bookinfo > h1.booktitle@text}}\n✏️作者：{{@css:body > div.container > div.content > div.book.pt10 > div.bookinfo > p.booktag > a.red@text}}{{'\\n'+'​'}}\n🏷相关标签：{{@css:body > div.container > div.content > div.book.pt10 > div.bookinfo > p.booktag > span.red@text}} | 字数：{{@@.booktag@.blue.0@text}} | 阅读量：{{@@class.booktag@.blue.1@text##阅读量：}}\n💮最新章节：{{@css:body > div.container > div.content > div.book.pt10 > div.bookinfo > p > a.bookchapter@text}}\n⏳更新时间：{{@@class.booktime@text##更新时间：}}\n📜简       介：{{@@class.bookintro@text}}",
      "kind": "body > div.container > div.content > div.book.pt10 > div.bookinfo > p.booktag > span.red@text",
      "lastChapter": "body > div.container > div.content > div.book.pt10 > div.bookinfo > p > a.bookchapter@text",
      "name": "body > div.container > div.content > div.book.pt10 > div.bookinfo > h1.booktitle@text",
      "tocUrl": "@js:\nvar tocUrl = baseUrl;\ntocUrl\njava.toast('正在加载目录页，请稍等！');",
      "wordCount": "body > div.container > div.content > div.book.pt10 > div.bookinfo > p.booktag > span.blue.0@text"
    },
    "ruleContent": {
      "content": "class.readcontent@html",
      "replaceRegex": "@js:\nvar content = result.replace(/(?:.*?文案).*?(本章未完，点击下一页继续阅读)/, '文案');\ncontent",
      "sourceRegex": ""
    },
    "ruleSearch": {
      "author": "div.bookinfo > div.author.0@text##[作者：]*",
      "bookList": "body > div.container > div.content.book > div.keywords > div.bookbox > div.p10",
      "bookUrl": "class.bookname@a@href##$##,{\n  \"js\": \"java.toast('正在加载详情页，请稍等！');\"\n}",
      "checkKeyWord": "我不是天生欧皇",
      "coverUrl": "@js:\nvar url = \"{{@@class.bookname@a@href}}\";\nvar id = url.match(/\\d+/g);\nif (id && id.length > 0) {\n\t   var firstNumber = id[0];\n    var a = firstNumber.slice(0, 2);\n} else {\n    java.toast('未获取到封面链接');\n}\nvar b = \"https://fm.dameishuwang.net/\";\nvar c = \"s.jpg\";\nvar d = \"/\";\nvar coverUrl = b + a + d + id + d + id + c;\ncoverUrl",
      "intro": "div.bookinfo > div.update@text",
      "kind": "div.bookinfo > div.author.2@text##[阅读量：]*",
      "lastChapter": "div.bookinfo > div.cat > a@text",
      "name": "class.bookname@text",
      "wordCount": "div.bookinfo > div.author.1@text##[字数：]*"
    },
    "ruleToc": {
      "chapterList": "id.list-chapterAll@dd",
      "chapterName": "dd@text",
      "chapterUrl": "dd@a@href"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}&action=login\",\n  \"charset\": \"GBK\",\n  \"headers\": {\n    \"user-agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36\"\n  },\n  \"js\": \"java.toast('正在搜索中，请稍等！');\",\n  \"method\": \"POST\",\n  \"webView\": false\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "天意文学",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.tywx.com#",
    "customButton": false,
    "customOrder": 530,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1735057861525,
    "respondTime": 5844,
    "ruleBookInfo": {
      "author": "id.add_info@p.0@text",
      "intro": "⌚{{@@id.add_info@p.5@text}}\n{{'\\n'+'​'}}\n简介📕：\n{{@@id.add_intro@text}}",
      "lastChapter": "class.chapter.0@text",
      "name": "id.add_info@h1@text"
    },
    "ruleContent": {
      "content": "id.nr1@p@text##你正在阅读 《.*》 章节：.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a@text##(.*)：##$1###",
      "bookList": "div.s_list:nth-of-type(n+3)",
      "bookUrl": "a@href##$##,{'webView': true}",
      "checkKeyWord": "我的",
      "name": "a@text##《(.*)》##$1###"
    },
    "ruleToc": {
      "chapterList": "id.add_chapter_list_link@li@a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{'webView': true}"
    },
    "searchUrl": "https://bqg123.net/search?form=biqusoso&keyword={{key}},{'webView':true}",
    "weight": 0
  },
  {
    "bookSourceComment": "by不坏",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "SHF笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.shfljx.com/",
    "customButton": false,
    "customOrder": 531,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻\",\"url\":\"/xuanhuan/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修真\",\"url\":\"/xiuzhen/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/dushi/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史\",\"url\":\"/lishi/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游\",\"url\":\"/wangyou/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"/kehuan/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"言情\",\"url\":\"/yanqing/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他\",\"url\":\"/qita/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"经典\",\"url\":\"/jingdian/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"高辣\",\"url\":\"/gaola/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美\",\"url\":\"/danmei/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人\",\"url\":\"/tongren/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"全本\",\"url\":\"/quanben/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1749453214211,
    "respondTime": 25554,
    "ruleBookInfo": {
      "author": "text.作者@text##作者：",
      "coverUrl": "img@src",
      "init": "",
      "intro": "class.book_about@text##手机简介|最新章节.*",
      "kind": "text.分类@text##分类：",
      "lastChapter": "text.最新：@text##最新：",
      "name": "class.name@text",
      "wordCount": "text.字数@text##字数："
    },
    "ruleContent": {
      "content": "id.chaptercontent@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "",
      "sourceRegex": "",
      "title": "class.title@text"
    },
    "ruleExplore": {
      "author": "dt@span@a@text||class.s3@a@text",
      "bookList": "tag.dt||class.lis@li",
      "bookUrl": "dt@a.1@href||class.ss@a@href",
      "name": "dt@a.1@text||class.ss@a@text"
    },
    "ruleSearch": {
      "author": "class.author@a@text",
      "bookList": "class.bookbox",
      "bookUrl": "h4@a@href",
      "checkKeyWord": "我的未婚妻欲求不满",
      "coverUrl": "class.bookimg@a@img@src",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@a@text",
      "name": "h4@text"
    },
    "ruleToc": {
      "chapterList": "class.book_last.1@dl@dd",
      "chapterName": "dd@a@text",
      "chapterUrl": "dd@a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "http://m.shfljx.com/sdfgsdyugfsdugf.html?ie=gbk&s=5256649918672294880&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "by:繁華落盡終成殤",
    "bookSourceGroup": "🔞",
    "bookSourceName": "新御宅屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.xyuzhaiwu.com",
    "bookUrlPattern": "https://m.xyuzhaiwu9.com/book/\\d+.html",
    "customButton": false,
    "customOrder": 532,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"♨️分类小说♨️\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"全部\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"玄幻奇幻\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/1/0/0/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠仙侠\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/2/0/0/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市生活\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/3/0/0/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"穿越历史\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/4/0/0/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻未来\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/5/0/0/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"游戏竞技\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/6/0/0/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他类型\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/7/0/0/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"♨️排行榜单♨️\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"不限\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"新书上传\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/1/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"情节展开\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/2/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"精彩纷呈\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/3/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"接近尾声\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/4/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"已经完本\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/5/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"不限\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"30万以下\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/1/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"30-50万\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/2/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"50-100万\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/3/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"100-200万\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/4/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"200万以上\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/5/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"不限\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"三日内\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/1/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"七日内\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/2/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"半月内\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/3/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"一月内\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/4/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"周点击\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/weekvisit/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"月点击\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/monthvisit/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"总点击\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/allvisit/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"周推荐\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/weekvote/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"月推荐\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/monthvote/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"总推荐\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/allvote/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"周鲜花\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/weekflower/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"月鲜花\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/monthflower/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"总鲜花\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/allflower/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"总月票\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/allvipvote/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"字数\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/words/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"收藏数\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/goodnum/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"更新时间\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/lastupdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"入库时间\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/postdate/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"编辑推荐\",\n    \"url\": \"https://m.xyuzhaiwu9.com/shuku/0/0/0/0/0/0/toptime/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  }\n]",
    "lastUpdateTime": 1738889455551,
    "respondTime": 2367,
    "ruleBookInfo": {
      "author": "{{@@##作者：([^<]+)<##$1###}}",
      "coverUrl": ".lazyload.0@src",
      "intro": "#bookintro@text",
      "kind": "{{@@##类别：([^<]+)<##$1###}}\n{{@@##状态：([^<]+)<##$1###}}\n{{@@##字数：([^<]+)<##$1###}}",
      "lastChapter": "#newlist@li.0@a.0@text##\\.* -",
      "name": "em@text",
      "tocUrl": ".btn_book@a.3@href"
    },
    "ruleContent": {
      "content": "#YiJianZhan@html",
      "nextContentUrl": "text.下一@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "dd.1@ownText",
      "bookList": "#sitebox@dl",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": ".lazyload@src",
      "intro": "dd.2@text",
      "kind": "dd.1@text##.*{{book.author}}",
      "name": "h3@a@text"
    },
    "ruleToc": {
      "chapterList": "#readerlist@li@a",
      "chapterName": "text##\\.* -",
      "chapterUrl": "href",
      "nextTocUrl": ".pg-next@href"
    },
    "searchUrl": "https://m.xyuzhaiwu9.com/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "铅笔小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.178yhr.com",
    "bookUrlPattern": "https?://www.178yhr.com/book_\\d+/",
    "customButton": false,
    "customOrder": 533,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部小说::/all<,-{{page}}>.html\n玄幻小说::/xuanhuan.html\n仙侠小说::/xianxia.html\n都市小说::/dushi.html\n军史小说::/junshi.html\n网游小说::/wangyou.html\n科幻小说::/kehuan.html\n灵异小说::/lingyi.html\n言情小说::/yanqing.html\n其他小说::/qita.html",
    "header": "{\"referer\": \"{{source.getKey()}}\",\n\"x-requested-with\": \"mark.via\",\n\"accept-language\": \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\",\n\"user-agent\": \"Mozilla/5.0 (Linux; Android 10; PACM00 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.5359.79 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1733518575205,
    "loginUrl": "",
    "respondTime": 7130,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nw:\"p.booktag@span.0@text\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"p.bookintro@text\",\nc:\"[property$=image]@content\"}\n@js:java.log(baseUrl)",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "",
      "wordCount": "@get:{w}"
    },
    "ruleContent": {
      "content": ".readcontent@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##[&nb\\->>sp;]*"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "name": ""
    },
    "ruleSearch": {
      "author": ".author.0@text",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href\n@js:\nvar go=/go/.test(result);\ngo?result.replace('go/',\"book_\"):result;",
      "checkKeyWord": "快穿",
      "coverUrl": "img@src",
      "intro": ".update@textNodes",
      "kind": "span.0@text",
      "lastChapter": "a.1@text",
      "name": "h4@text",
      "wordCount": ".author.1@text##字数："
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{url=source.getKey();\ncookie.removeCookie(url)}}\nhttps://www.178yhr.com/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}&action=login\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "注：by_distance，酷安@Distance远方   2023-10-29\n1.网页接口与app接口相结合，正文获取更稳定\n2.❗预下载章数建议调为4以下，不要频繁访问\n3.发现规则和部分规则参考其他大佬（@关耳）等制作，其余由本人修改\n4.登录后能够获取加入书架的书籍\n5.登录里面填入网页抓包的token可看自己购买的vip章节\n6.可选择开启作者有话说，1为开启\n7.可选择开启正文延迟，10s延迟，缓存书籍用得上\n2024-10-17\n重构，直接填账号密码进行登录。",
    "bookSourceGroup": "免费",
    "bookSourceName": "🔰长佩文学",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.gongzicp.com",
    "customButton": false,
    "customOrder": 534,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\nvar nums = 4;\nvar separator = '::'\ndate={\"昨日\":1,\"7天\":2,\"30天\":3,\"总\":8,\"时\":9,\"本周\":4,\"本月\":5};\n\n//有一些分类没有该时间，所以显示为空，需要换时间\nd=date[\"7天\"]\nall=[\"百合免费完结::https://m.gongzicp.com/webapi/novel/novelList?tid=17&process=2&number=0&sell=1&pre=0&lnid=0&page={{page}}::2\",\"我的书架::https://www.gongzicp.com/webapi/usercoll/getList?page=1&filter=0&sort_key=3&sort_flag=2::2\",\"全部（分类）::75::1\",\"古代::3\",\"现代::1\",\"幻想::4\",\"悬疑::6\",\"短佩::66\",\"架空::9\",\"无CP::73\",\"百合::17\",\"畅销榜::75::1::1\",\"古代::3::::1\",\"现代::1::::1\",\"幻想::4::::1\",\"悬疑::6::::1\",\"短佩::66::::1\",\"架空::9::::1\",\"无CP::73::::1\",\"百合::17::::1\",\"上架榜::75::1::2\",\"古代::3::::2\",\"现代::1::::2\",\"幻想::4::::2\",\"悬疑::6::::2\",\"短佩::66::::2\",\"架空::9::::2\",\"无CP::73::::2\",\"百合::17::::2\",\"风云榜::75::1::3\",\"古代::3::::3\",\"现代::1::::3\",\"幻想::4::::3\",\"悬疑::6::::3\",\"短佩::66::::3\",\"架空::9::::3\",\"无CP::73::::3\",\"百合::17::::3\",\"热读榜::75::1::4\",\"古代::3::::4\",\"现代::1::::4\",\"幻想::4::::4\",\"悬疑::6::::4\",\"短佩::66::::4\",\"架空::9::::4\",\"无CP::73::::4\",\"百合::17::::4\",\"完结榜::75::1::5\",\"古代::3::::5\",\"现代::1::::5\",\"幻想::4::::5\",\"悬疑::6::::5\",\"短佩::66::::5\",\"架空::9::::5\",\"无CP::73::::5\",\"百合::17::::5\",\"人气榜::75::1::6\",\"古代::3::::6\",\"现代::1::::6\",\"幻想::4::::6\",\"悬疑::6::::6\",\"短佩::66::::6\",\"架空::9::::6\",\"无CP::73::::6\",\"百合::17::::6\",\"新书榜::75::1::7\",\"古代::3::::7\",\"现代::1::::7\",\"幻想::4::::7\",\"悬疑::6::::7\",\"短佩::66::::7\",\"架空::9::::7\",\"无CP::73::::7\",\"百合::17::::7\",\"新人榜::75::1::8\",\"古代::3::::8\",\"现代::1::::8\",\"幻想::4::::8\",\"悬疑::6::::8\",\"短佩::66::::8\",\"架空::9::::8\",\"无CP::73::::8\",\"百合::17::::8\",\"萌新榜::75::1::9\",\"古代::3::::9\",\"现代::1::::9\",\"幻想::4::::9\",\"悬疑::6::::9\",\"短佩::66::::9\",\"架空::9::::9\",\"无CP::73::::9\",\"百合::17::::9\",\"赞赏榜::75::1::10\",\"古代::3::::10\",\"现代::1::::10\",\"幻想::4::::10\",\"悬疑::6::::10\",\"短佩::66::::10\",\"架空::9::::10\",\"无CP::73::::10\",\"百合::17::::10\",\"互动榜::75::1::11\",\"古代::3::::11\",\"现代::1::::11\",\"幻想::4::::11\",\"悬疑::6::::11\",\"短佩::66::::11\",\"架空::9::::11\",\"无CP::73::::11\",\"百合::17::::11\",\"勤奋榜::75::1::12\",\"古代::3::::12\",\"现代::1::::12\",\"幻想::4::::12\",\"悬疑::6::::12\",\"短佩::66::::12\",\"架空::9::::12\",\"无CP::73::::12\",\"百合::17::::12\",\"潜力榜::75::1::15\",\"古代::3::::15\",\"现代::1::::15\",\"幻想::4::::15\",\"悬疑::6::::15\",\"短佩::66::::15\",\"架空::9::::15\",\"无CP::73::::15\",\"百合::17::::15\"]\n\n\n\n//下面不要动\nfunction parse(data){\n\tlet args=data.split(separator);\n\tlet title = args[0],url=args[1],num=nums;\n\t\n\t\n\t//看看链接如何生成，不需要生成，删除下一行\n\t let u=/^\\d+/.test(url)?\"https://www.gongzicp.com/webapi/novel/novelGetList?page={{page}}&size=10&tid=\"+url+\"&field=0&order=-1\":url\n\t \t\n try {num = /^\\d+/.test(args[2])?args[2]:num}catch(e){}\n try {\n \td=/^5|(?:10)|(?:12)$/g.test(args[3])?date[\"本月\"]:args[3]==11?date[\"时\"]:2;\n \tu = /^\\d+/.test(args[3])?\"https://www.gongzicp.com/webapi/novel/rankingGetList?tid=\"+url+\"&rid=\"+args[3]+\"&date=\"+d+\"&page={{page}}\":u\n }catch(e){}\n\treturn [title, u, num]\n\t}\n\nfunction FlexBox(title, url, num){\n\t\t let obj={};\n\t\t obj.style={},obj.title=title,obj.url=url?url:'',obj.style['layout_flexGrow']=1;\n\t//部分数值设定 关耳@2379204@coolapk\n\tlet data={1:1,2:0.4,3:0.25,4:0.2,5:0.15,7:0.1,10:0.05};\nobj.style['layout_flexBasisPercent']=data[num]\n\t\treturn obj\n\t\t}\nresult=JSON.stringify(all.map(data=>{\n\tlet args=parse(data);\n\treturn FlexBox.apply(null, args)\n\t}))\n</js>",
    "header": "@js:\nvar ck = String(source.getVariable()).replace(/\\n◎◎.*/,'')\nvar t = {\n\t\"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36\",\n\t\"cookie\": ck\n}\nJSON.stringify(t)",
    "jsLib": "function get_head() {\r\n    //正文js by_distance\r\n    const { java, source, cookie, baseUrl } = this;\r\n    var times, ver, Key, d, f, str;\r\n    times = Math.round(new Date().getTime() / 1000).toString();\r\n    ver = \"android_02050803\";\r\n    f = \"fss≤Â˜ı≥fhggh*&^%^ÇÏÍÎÍADΩ≈Ç≈√\";\r\n    var nid = baseUrl\r\n        .match(/nid=.*&/)[0]\r\n        .replace(\"nid=\", \"\")\r\n        .replace(\"&\", \"\");\r\n    var ids = baseUrl.match(/chapter_ids=.*/)[0].replace(\"chapter_ids=\", \"\");\r\n    str = \"chapter_ids=\" + ids + \"&nid=\" + nid + times + ver + f;\r\n    Key = java.digestHex(str, \"SHA-256\").substring(10, 42);\r\n    var u = source.getLoginHeader();\n    if(u!=null && u!=\"\"){\r\n    var Map = JSON.parse(u.replace(\"&\", \"\"));\n    }else{Map == null}\r\n    Map = Map == null ? { token: \"\" } : Map;\r\n    var token = Map[\"token\"];\r\n    token = token == \"\" || token == null ? \"\" : token;\r\n    var headers = {\r\n        \"User-Agent\": \"chang pei yue du/2.5.8.3 (Android 13; 2210132C; Xiaomi)\",\r\n        randStr: times,\r\n        version: ver,\r\n        requestKey: Key,\r\n        client: \"android\",\r\n        imei: \"455321005bc9cd38\",\r\n        referer: \"https://www.gongzicp.com\",\r\n        token: token,\r\n    };\r\n    var option = {\r\n        headers: headers,\r\n    };\r\n    return option;\r\n}\r\nfunction AESencrypt(text, key, iv) {\r\n    const { java } = this;\r\n    let key = \"u0LRrbu$Enm84koA\";\r\n    let iv = \"$h$b3!iGzsYnnshj\";\r\n    let cipher = java.createSymmetricCrypto(\"AES/CBC/PKCS7Padding\", key, iv);\r\n    let res = cipher.encryptBase64(text);\r\n    return res;\r\n}\r\nfunction check_token() {\r\n    const { java, source, Packages } = this;\r\n    var base64 = Packages.cn.hutool.core.codec.Base64;\r\n    var pz = source.getLoginHeader();\n    if(pz!=null&&pz!=\"\"){\r\n    var Map = JSON.parse(pz.replace(\"&\", \"\"));\n    }else{Map={}}\r\n    var turl = \"https://www.gongzicp.com/cp.UserExternal/get_token\";\r\n    var surl =\r\n        \"https://www.gongzicp.com/webapi/usercoll/getList?page=1&filter=0&sort_key=3&sort_flag=2\";\r\n    var str1 = \"00000000222a20\";\r\n    if (Map && Map.refresh_token) {\r\n        let k = Object.assign({}, Map);\r\n        let ck = Map.ck;\r\n        let token = Map.token;\r\n        let refresh_token = Map.refresh_token;\r\n        let headers = {\r\n            \"User-Agent\":\r\n                \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36\",\r\n            \"content-type\": \"application/grpc-web-text\",\r\n            Accept: \"application/grpc-web-text\",\r\n            cookie: String(ck),\r\n            token: token,\r\n        };\r\n        let hexstr = str1 + java.hexEncodeToString(refresh_token);\r\n        let hexbyte = java.hexDecodeToByteArray(hexstr);\r\n        let b2 = base64.encode(hexbyte).substr(0, 52);\r\n        let s = JSON.parse(java.get(surl, headers).body());\n       \n       \r\n        if (s.code == 9996) {\r\n            headers[\"token\"] = \"\";\r\n            java.longToast(\"token失效,正在重新获取...\");\r\n            let n = java.post(turl, b2, headers).body();\r\n            if (n.match(/AAAAA/)) {\r\n                let a = n.split(\"gAAAA\")[0];\r\n                let z = java.base64Decode(a);\r\n                java.log(encodeURI(z));\r\n                let r = encodeURI(z).match(/%[0-9a-z]{2}([0-9a-z]{32})/)[1];\r\n                java.log(r);\r\n                k[\"token\"] = r;\r\n                source.putLoginHeader(\"&\" + JSON.stringify(k));\r\n            } else {\r\n                java.longToast(\"❌️登录失效了，请重新登录。。。\");\r\n            }\r\n        }\r\n    }\r\n}\r\n//登录相关\r\nlet _t = { DATA: 0, typeName: \"cp.UserExternalParams.AccountLoginReq\" };\r\nlet Ce =\r\n    \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\".split(\r\n        \"\"\r\n    );\r\nfunction Bc() {\r\n    let r = Date.now();\r\n    const e = \"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx\".replace(\r\n        /[xy]/g,\r\n        function (t) {\r\n            let i = (r + Math.random() * 16) % 16 | 0;\r\n            return (\r\n                (r = Math.floor(r / 16)),\r\n                (t === \"x\" ? i : (i & 3) | 8).toString(16)\r\n            );\r\n        }\r\n    );\r\n    return e;\r\n}\r\nfunction Rr(r) {\r\n    let e = \"\",\r\n        t = 0,\r\n        i,\r\n        n = 0;\r\n    for (let a = 0; a < r.length; a++)\r\n        switch (((i = r[a]), t)) {\r\n            case 0:\r\n                (e += Ce[i >> 2]), (n = (i & 3) << 4), (t = 1);\r\n                break;\r\n            case 1:\r\n                (e += Ce[n | (i >> 4)]), (n = (i & 15) << 2), (t = 2);\r\n                break;\r\n            case 2:\r\n                (e += Ce[n | (i >> 6)]), (e += Ce[i & 63]), (t = 0);\r\n                break;\r\n        }\r\n    return t && ((e += Ce[n]), (e += \"=\"), t === 1 && (e += \"=\")), e;\r\n}\r\nlet d;\r\n(function (r) {\r\n    (r.symbol = Symbol.for(\"protobuf-ts/unknown\")),\r\n        (r.onRead = (t, i, n, a, c) => {\r\n            (e(i) ? i[r.symbol] : (i[r.symbol] = [])).push({\r\n                no: n,\r\n                wireType: a,\r\n                data: c,\r\n            });\r\n        }),\r\n        (r.onWrite = (t, i, n) => {\r\n            for (let { no: a, wireType: c, data: s } of r.list(i))\r\n                n.tag(a, c).raw(s);\r\n        }),\r\n        (r.list = (t, i) => {\r\n            if (e(t)) {\r\n                let n = t[r.symbol];\r\n                return i ? n.filter((a) => a.no === i) : n;\r\n            }\r\n            return [];\r\n        }),\r\n        (r.last = (t, i) => r.list(t, i).slice(-1)[0]);\r\n    const e = (t) => t && Array.isArray(t[r.symbol]);\r\n})(d || (d = {}));\r\nlet kf = 4294967295;\r\nfunction wn(r) {\r\n    if (typeof r != \"number\") throw new Error(\"invalid uint 32: \" + typeof r);\r\n    if (!Number.isInteger(r) || r > kf || r < 0)\r\n        throw new Error(\"invalid uint 32: \" + r);\r\n}\r\nfunction encodeUTF8(string) {\r\n    const utf8String = encodeURIComponent(string).replace(\r\n        /%([0-9A-F]{2})/g,\r\n        (match, p1) => String.fromCharCode(\"0x\" + p1)\r\n    );\r\n    const byteArray = new Uint8Array(utf8String.length);\r\n    for (let i = 0; i < utf8String.length; i++) {\r\n        byteArray[i] = utf8String.charCodeAt(i);\r\n    }\r\n    return byteArray;\r\n}\r\nfunction Wf(e) {\r\n    this.chunks = [];\r\n    this.buf = [];\r\n}\r\nWf.prototype.finish = function () {\r\n    this.chunks.push(new Uint8Array(this.buf));\r\n    let e = 0;\r\n    for (let n = 0; n < this.chunks.length; n++) e += this.chunks[n].length;\r\n    let t = new Uint8Array(e),\r\n        i = 0;\r\n    for (let n = 0; n < this.chunks.length; n++)\r\n        t.set(this.chunks[n], i), (i += this.chunks[n].length);\r\n    return (this.chunks = []), t;\r\n};\r\nWf.prototype.tag = function (e, t) {\r\n    return this.uint32(((e << 3) | t) >>> 0);\r\n};\r\nWf.prototype.raw = function (e) {\r\n    if (this.buf.length) {\r\n        this.chunks.push(new Uint8Array(this.buf));\r\n        this.buf = [];\r\n    }\r\n    this.chunks.push(e);\r\n    return this;\r\n};\r\nWf.prototype.uint32 = function (e) {\r\n    for (wn(e); e > 127; ) {\r\n        this.buf.push((e & 127) | 128);\r\n        e = e >>> 7;\r\n    }\r\n    this.buf.push(e);\r\n    return this;\r\n};\r\nWf.prototype.string = function (e) {\r\n    let t = encodeUTF8(e);\r\n    this.uint32(t.byteLength);\r\n    this.raw(t);\r\n    return this;\r\n};\r\nfunction toBinary(e) {\r\n    return internalBinaryWrite(e, new Wf()).finish();\r\n}\r\nfunction internalBinaryWrite(e, t) {\r\n    e.account !== \"\" && t.tag(1, 2).string(e.account),\r\n        e.password !== \"\" && t.tag(2, 2).string(e.password),\r\n        e.nationCode !== void 0 && t.tag(3, 0).uint32(e.nationCode);\r\n    let n = true;\r\n    if (n && d.onWrite) {\r\n        d.onWrite(_t.typeName, e, t);\r\n    }\r\n    return t;\r\n}\r\nfunction Da(r, e) {\r\n    let t = new Uint8Array(5 + r.length);\r\n    t[0] = _t.DATA;\r\n    for (let i = r.length, n = 4; n > 0; n--) (t[n] = i % 256), (i >>>= 8);\r\n    return t.set(r, 5), e === \"binary\" ? t : Rr(t);\r\n}\r\n",
    "lastUpdateTime": 1738504432679,
    "loginUi": "[{\n\t\tname: \"🟢账号:\",\n\t\ttype: \"text\"\n\t},\n\t{\n\t\tname: \"🔴密码:\",\n\t\ttype: \"password\"\n\t},\n {\n\t\tname: \"是否开启作者有话说，开启填1其他为不开启\",\n\t\ttype: \"text\"\n\t},\n\t{\n\t\tname: \"是否开启正文延迟(10s)，开启填1其他为不开启\",\n\t\ttype: \"text\"\n\t},\n\t{\n\t\tname: \"🔻点我登录🔺\",\n\t\ttype: \"button\",\n\t\taction: \"userlogin()\"\n\t}\n]",
    "loginUrl": "function userlogin() {\r\n    var phone = result.get(\"🟢账号:\");\r\n    var pwd = result.get(\"🔴密码:\");\r\n    if (phone != \"\" && pwd != \"\") {\r\n        let login_url =\r\n            \"https://www.gongzicp.com/cp.UserExternal/account_login\";\r\n        let password = AESencrypt(pwd);\r\n        let m = { account: phone, password: password, nationCode: 86 };\r\n        let body = Da(toBinary(m), \"text\");\r\n        let ck = \"_c_n_=\" + java.md5Encode(Bc())\r\n        let headers = {\r\n            \"User-Agent\":\r\n                \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36\",\r\n            \"content-type\": \"application/grpc-web-text\",\r\n            \"Accept\": \"application/grpc-web-text\",\r\n            \"cookie\" :String(ck)\r\n        };\r\n        let n = java.post(login_url, body, headers).body();\r\n        if (n.match(/AAAAA/)) {\r\n            let t = n.split(\"gAAAA\")[0];\r\n            let b = java.base64Decode(t);\r\n            let token = b.slice(11, 43);\r\n            let refresh_token = b.slice(45, 78);\r\n            save_oken(ck,token,refresh_token)\r\n            source.setVariable(ck);\r\n            java.longToast(\"✅登录成功!\");\r\n        }else{\r\n            java.longToast(\"❌️登录失败\");\r\n        }\r\n    } else {\r\n        java.longToast(\"❌️账号或密码不能为空\");\r\n    }\r\n}\r\n\r\nfunction save_oken(cookie,token,refresh_token) {\r\n    let zz = result.get(\"是否开启作者有话说，开启填1其他为不开启\");\r\n    let yc = result.get(\"是否开启正文延迟(10s)，开启填1其他为不开启\");\n    java.log(\"yc:\"+yc)\r\n    zz = zz == \"\" || zz == null ? \"0\" : zz;\r\n    yc = yc == \"\" || yc == null ? \"0\" : yc;\r\n    let timestamp = new Date().getTime();\r\n    let times = java.timeFormat(timestamp);\r\n    option = {\r\n        token: String(token),\r\n        refresh_token:String(refresh_token),\r\n        zz: String(zz),\r\n        ck: String(cookie),\r\n        yc: String(yc),\r\n        times: times\r\n    };\r\n    source.putLoginHeader(\"&\" + JSON.stringify(option));\r\n    java.longToast(\"✅保存token：\" + token);\r\n}\r\n\r\nfunction login() {\r\n    java.longToast(\"登录完成\");\r\n}\r\n",
    "respondTime": 4737,
    "ruleBookInfo": {
      "author": ".author_nickname",
      "coverUrl": ".novel_cover",
      "init": "$.data",
      "intro": ".novel_info",
      "kind": ".type_list[*]&&.tag_list[*]",
      "lastChapter": ".novel_newcname",
      "name": ".novel_name",
      "tocUrl": "https://www.gongzicp.com/webapi/novel/chapterGetList?nid={{$.novel_id}}",
      "wordCount": ".novel_wordnumber"
    },
    "ruleContent": {
      "content": "@js:\nlet u = source.getLoginHeader()||\"[]\";\ncheck_token()\nlet config = JSON.parse(u.replace(\"&\",\"\"))\nconfig = config==null?{\"yc\":\"0\"}:config;\nlet yc = config[\"yc\"];\nif(yc == 1){\njava.log('延时开始')\nvar times = Math.round(new Date().getTime() / 1000)\nwhile(Math.round(new Date().getTime() / 1000)-times<10){}\njava.log('延迟结束')\n}\nvar option = get_head()\nfunction gettext(a){\n    var url = baseUrl +\",\"+java.put(\"headers\",JSON.stringify(a))\n    var text = java.ajax(url)\n    return text\n}\nlet res =  gettext(option)\nvar d = java.getString(\"$.data..content\",res)\nif(d!=\"\"){\n\t let content = java.getString(\"$.data..content\",res);\n\t let u = source.getLoginHeader();\n\t if(u!=null&&u!=\"\"){\n      let Map = JSON.parse(u.replace(\"&\",\"\"))\n   }else{Map==null}\n   Map = Map==null?{\"zz\":\"0\"}:Map;\n   let word = Map[\"zz\"];\n   if(word==1){\n   let saybody;\n   saybody=java.getString(\"$.data..chapter_postscript\",res);\n    let say=saybody!=\"\"?\"\\n【📢作者有话说】\\n\"+saybody:\"\";\n    result = content + say\n   \t}else{\n   \t\tresult = content\n   \t\t}\n\t}else{\n\t\tresult=\"出错啦❗\\n错误原因：接口访问频繁或未解锁Vip章节\"\n\t\t}\nresult"
    },
    "ruleExplore": {
      "author": "$.author||$.novel_author",
      "bookList": "<js>\nif(/process=2/.test(baseUrl)){\n\tif(/page=1/.test(baseUrl)){\n\t\tlet s = String(source.getVariable());\n\t\tif(/◎◎/.test(s)){\n\t\t\ts = s.replace(/◎◎.*/,'')\n\t\t\t}\n\t\t\t}\n\ts = String(source.getVariable());\n\tck = s.match(/(.*)/)[1];\n\ts=/◎◎/.test(s)?s.match(/◎◎(.*)/)[1]:baseUrl;\n\tresult = java.ajax(s);\n\tu = \"https://m.gongzicp.com/webapi/novel/novelList?tid=17&process=2&number=0&sell=1&pre=\"+JSON.parse(result).data.previous_val+\"&lnid=\"+JSON.parse(result).data.latest_nid;\n\tsource.setVariable(ck+\"\\n◎◎\"+u);\n\t\n\t}\n\n\n\n//在下面来获取我的书架\nvar t = JSON.parse(result)\nvar u = t.code\nif (t.code===9996){\nlet z = source.getLoginHeader()\ncheck_token()\nlet Map = JSON.parse(z.replace(\"&\",\"\"));\nMap = Map==null?{\"ck\":\"\"}:Map;\r\nlet ck = Map[\"ck\"];\nlet token = Map[\"token\"]\nlet headers = {\n\t\"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36\",\n\t\"Cookie\": ck,\n\t\"token\":token\n}\nlet url = \"https://www.gongzicp.com/webapi/usercoll/getList?page=1&filter=0&sort_key=3&sort_flag=2\"\n let re = java.get(url,headers)\n java.log(re.body())\n result = re.body()\n\t}else{result = result}\n</js>\ndata.list",
      "bookUrl": "https://www.gongzicp.com/webapi/novel/novelInfo?id={{$.id||$.novel_id}}",
      "coverUrl": "{{$.cover||$.novel_cover}}",
      "intro": ".novel_info",
      "kind": "$.type_list[*]||$.novel_process_text&&$.novel_tags[*]",
      "lastChapter": ".novel_newcname\n<js>\nif(result == \"\"){\n\tvar bkid = java.getString(\"$.novel_id\")\n\tcurl = `https://gongzicp.com/webapi/novel/chapterGetList?nid=${bkid}`\n\tvar t = JSON.parse(java.ajax(curl))\n\tvar u = t.data.list.length -1\n\tvar res = t.data.list[u]\n\tvar chapter = `${res.name}   更新时间：${res.public_date}`\n\tresult = chapter\n\t}else{result}\n</js>",
      "name": "$.name||$.novel_name",
      "wordCount": ".novel_wordnumber"
    },
    "ruleSearch": {
      "author": ".novel_author",
      "bookList": "<js>\nif(/process=2/.test(baseUrl)){\n\tif(/page=1/.test(baseUrl))source.setVariable(\"\");\n\ts = source.getVariable();\n\ts=s!=\"\"?s:baseUrl;\n\tresult = java.ajax(s);\n\tu = \"https://m.gongzicp.com/webapi/novel/novelList?tid=17&process=2&number=0&sell=1&pre=\"+JSON.parse(result).data.previous_val+\"&lnid=\"+JSON.parse(result).data.latest_nid;\n\tsource.setVariable(u);\n\t\n\t}\n\n\nif(/search\\/novels/.test(baseUrl)){\n\ttry{\n\t//搜索作者\nurl = \"https://m.gongzicp.com/webapi/search/novelAndAuthor?k=\"+java.get(\"key\");\n\n$ = JSON.parse(java.ajax(url));\n\nuserid = $.data.user.user_id;\n\nurl = \"https://m.gongzicp.com/webapi/zone/userGetNovelList?uid=\"+userid+\"&type=coll\";\n\naid = JSON.parse(java.ajax(url)).data.list[0].author_id;\nurl = \"https://m.gongzicp.com/webapi/zone/userGetNovelList?aid=\"+aid+\"&type=author&page=\"+java.get(\"page\");\n\nlist =JSON.parse(java.ajax(url));\na= JSON.parse(result).data.list || []\nresult = a.concat(list.data.list);\nresult = JSON.stringify(result);\n}catch(e){}\n}\n\nif(baseUrl.match(/usercoll\\/getList/)){\nresult=result.replace(/[\\s\\S]+?<pre.*?>|<\\/pre>[\\s\\S]+/g,'');\n}else{\n\tresult=result\n}\n</js>\n$.data.list||$.[*]",
      "bookUrl": "https://www.gongzicp.com/webapi/novel/novelInfo?id={{$.novel_id}}",
      "checkKeyWord": "他好可怕",
      "coverUrl": ".novel_cover",
      "intro": ".novel_desc",
      "kind": ".novel_type&&.novel_all_tag[*]",
      "lastChapter": "{{$.novel_uptime||$.chapter}}•{{$.uptime}}##•$",
      "name": ".novel_name",
      "wordCount": ".novel_wordnumber"
    },
    "ruleToc": {
      "chapterList": "$.data.list[*]",
      "chapterName": "第{{$.order}}章 {{$.name}}\n<js>\nvol = \"{{$.type}}\"==\"volume\"?\" 📖 \":\"\"\nvol+result+vol\n</js>\n##第章\\s*|第\\d+章\\s*(?=第\\d+章)",
      "chapterUrl": "<js>\nvar nid = baseUrl.match(/nid=.*/)[0].replace(\"nid=\",\"\")\nvar ids = \"{{$.id}}\"\nvar url = \"https://api1.gongzicp.com/apiv2/novel/getNovelChapterContents?nid=\"+nid+\"&chapter_ids=\"+ids\nresult = url\n</js>\n@js:\n\"{{$.type}}\"==\"volume\"?\"\":result",
      "isVip": "@js:\n\"{{$.pay}}\"==\"true\"?true:false",
      "isVolume": "<js>\n\"{{$.type}}\"==\"volume\"?true:false\n</js>",
      "preUpdateJs": "",
      "updateTime": "{{$.public_date}}  {{$.kt_number}}字##,|^字"
    },
    "searchUrl": "https://webapi.gongzicp.com/search/novels?k={{java.put(\"key\",key);key}}&page={{java.put(\"page\",page)}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "人文书库",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.rwsk2.com",
    "customButton": false,
    "customOrder": 535,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"日排行榜\",\"url\":\"/txttop/0-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周排行榜\",\"url\":\"/txttop/1-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月排行榜\",\"url\":\"/txttop/2-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总排行榜\",\"url\":\"/txttop/3-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"日推荐榜\",\"url\":\"/txttop/4-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周推荐榜\",\"url\":\"/txttop/5-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月推荐榜\",\"url\":\"/txttop/6-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总推荐榜\",\"url\":\"/txttop/7-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"日收藏榜\",\"url\":\"/txttop/8-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周收藏榜\",\"url\":\"/txttop/9-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月收藏榜\",\"url\":\"/txttop/10-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总收藏榜\",\"url\":\"/txttop/11-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"字数排行\",\"url\":\"/txttop/12-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"更新排行\",\"url\":\"/txttop/13-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻异能\",\"url\":\"/1/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"/2/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市言情\",\"url\":\"/3/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越架空\",\"url\":\"/4/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"军事历史\",\"url\":\"/5/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻灵异\",\"url\":\"/6/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"网游竞技\",\"url\":\"/7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"耽美同人\",\"url\":\"/8/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"经管励志\",\"url\":\"/9/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"文学名著\",\"url\":\"/10/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"香艳激情\",\"url\":\"/11/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"短篇辣文\",\"url\":\"/12/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1731309664176,
    "respondTime": 11015,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "class.fm@tag.img.0@src",
      "init": "",
      "intro": ".r_cons@textNodes",
      "kind": ".txt_nav a.1@text",
      "lastChapter": ".list-item a.-1@text",
      "name": "h1 a@text"
    },
    "ruleContent": {
      "content": ".content@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\�"
    },
    "ruleExplore": {
      "bookList": ".alistbox||#articlelist li!0",
      "bookUrl": "a.1@href",
      "coverUrl": "@js:'http://www.rwsk2.com/cover/noimg.jpg'",
      "intro": ".intro@text",
      "kind": "font.2@text&&span.0@text&&.l7@text##.*：",
      "name": "img@alt||.l4 a@text",
      "wordCount": "font.0@text||.l5@text"
    },
    "ruleSearch": {
      "author": "",
      "bookList": "table",
      "bookUrl": "a.0@href",
      "coverUrl": "@js:'http://www.rwsk2.com/cover/noimg.jpg'",
      "intro": ".intro@text##.*\\{|\\s|更新.*",
      "kind": "##更新.\\s([^<]+)<##$1###",
      "lastChapter": "",
      "name": "img@alt",
      "wordCount": ".size@text##大小.|\\s.*"
    },
    "ruleToc": {
      "chapterList": ".list-item li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search.php?keyword={{key}}&submit=,{\n  'charset': 'gb2312',\n  'method': 'GET'\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "//By情无羁25.04.26",
    "bookSourceGroup": "免费",
    "bookSourceName": "一页书小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.yiyeshu.cc/",
    "customButton": false,
    "customOrder": 536,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar result = [];\njava.toast(\"🔥正在刷新列表,请稍等！\");\nvar push = (title, url, size) => result.push({\n    \"title\": title,\n    \"url\": url,\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": size\n    }\n});\nvar baseUrl = \"https://www.shacg.com/all.html\";\nvar tag = java.ajax(baseUrl);\nif (tag) {\n    var a = org.jsoup.Jsoup.parse(tag).select(\".class ul li a\");\n    push(\"🔥分类小说🔥\", null, 1);\n    for (var i = 0; i < a.length ; i++) {\n        var title = a[i].text();\n        var url = a[i].attr(\"href\");\n        var size = 0.25;\n        title = String(title).replace(/\\s/g, \"\");\n        url = String(url).replace(/\\.html/,'-{{page}}.html');      \n        push(title, url, size);\n    }\n} else {\n  java.toast(\"🤔列表刷新失败！！！\");     \n} \nJSON.stringify(result);",
    "header": "@js:\nJSON.stringify({\n\"Accept-Language\": \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\",\n\"referer\" :\"https://www.yiyeshu.cc/\"\n})",
    "lastUpdateTime": 1745653935476,
    "loginCheckJs": "cookie.removeCookie(source.key);\nresult",
    "respondTime": 7168,
    "ruleBookInfo": {
      "coverUrl": ".bookintro@img@src",
      "intro": ".bookintro@text",
      "wordCount": ".booktime@text##更新时间："
    },
    "ruleContent": {
      "content": ".readcontent@html##<p.*/p>",
      "nextContentUrl": "text.下一@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author.0@text",
      "bookList": ".bookbox",
      "bookUrl": "a@href",
      "checkKeyWord": "",
      "coverUrl": "a@href##.*\\/(\\d+)(\\d{3})\\/##https://www.yiyeshu.cc/files/article/image/$1/$1$2/$1$2s.jpg###",
      "intro": ".update@text##简介：",
      "lastChapter": "a.-2@text",
      "name": "h4@text"
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "<js>\nurl=source.key;\na=java.ajax(url);\n//java.log(a)\nb=a.match(/action=\\\"([^\"]*)\\\"/)[1];\nc=`,{\"method\": \"post\",\"charset\": \"GBK\",\"body\":\"searchkey=${key}\"}`;\nb+=c\n</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "书出荒慌",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.shuhuanghuang.com/",
    "customButton": false,
    "customOrder": 537,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1726704091845,
    "respondTime": 19014,
    "ruleBookInfo": {
      "author": "class.info-book@tag.p.1@tag.a@text",
      "coverUrl": "class.block-img mt0@tag.img@src",
      "init": "",
      "intro": "class.description@text",
      "kind": "class.info-book@tag.p.2@tag.a@text&&class.info-book@tag.p.3:4@text##.*：",
      "lastChapter": "class.newest@tag.a@text",
      "name": "class.bookname@text",
      "tocUrl": "class.btn@tag.a.1@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "class.content@tag.p!1:-2@html",
      "nextContentUrl": "class.menu@tag.ul@tag.a.3@href"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "lastChapter": ""
    },
    "ruleSearch": {
      "author": "class.info-book@tag.p.1@tag.a@text",
      "bookList": "class.block",
      "bookUrl": "class.info@tag.a@href",
      "coverUrl": "class.block-img mt0@tag.a@tag.img@data-original",
      "intro": "class.description@text",
      "kind": "class.info-book@tag.p.2@tag.a@text||class.zi@text##最近更新\\W|上架时间\\W",
      "lastChapter": "",
      "name": "class.info@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.block-list@tag.ul@tag.li",
      "chapterName": "@tag.a@text",
      "chapterUrl": "@tag.a@href"
    },
    "searchUrl": "http://m.shuhuanghuang.com/search/?keywords={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "饿狼小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.elkoparts.net",
    "customButton": false,
    "customOrder": 538,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734841139415,
    "respondTime": 2220,
    "ruleBookInfo": {
      "author": ".top@p.0@text",
      "coverUrl": ".imgbox@img@src",
      "intro": ".xdesc@textNodes##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".top@p.1:2:4@text##.*：|小说|\\s..:.*",
      "lastChapter": ".top@a.-1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".top@h1@text"
    },
    "ruleContent": {
      "content": "id.content@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##.*第[0-9]/[0-9]页.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".s4@text",
      "bookList": ".txt-list-row5@li!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.elkoparts.net/files/article/image/$2/$1/$1s.jpg###",
      "kind": ".s1,.s5@text##\\[|\\]|小说",
      "lastChapter": "a.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": ".section-list@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href",
      "nextTocUrl": ".right@a@href"
    },
    "searchUrl": "/search.php?keyWord={{key}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔞 永远的神小说 🪜",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yydsxs.com/",
    "customButton": false,
    "customOrder": 539,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"完本\",\"url\":\"http://www.yydsxs.com/wanben/1\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻奇幻\",\"url\":\"/fenlei/1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"/fenlei/2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"都市青春\",\"url\":\"/fenlei/3-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"科幻悬疑\",\"url\":\"/fenlei/4-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"穿越历史\",\"url\":\"/fenlei/5-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"浪漫浓情\",\"url\":\"/fenlei/6-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"游戏竞技\",\"url\":\"/fenlei/7-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"精品其他\",\"url\":\"/fenlei/8-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"藏经阁\",\"url\":\"/fenlei/9-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"综合其他\",\"url\":\"/fenlei/10-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"排行榜\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"总点击榜\",\"url\":\"/allvisit-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击榜\",\"url\":\"/monthvisit-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击榜\",\"url\":\"/weekvisit-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总推荐榜\",\"url\":\"/allvote-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月推荐榜\",\"url\":\"/monthvote-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"收藏排行\",\"url\":\"/goodnum-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最近更新\",\"url\":\"/lastupdate-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"新书上架\",\"url\":\"/postdate-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"字数排行\",\"url\":\"/size-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1770711039436,
    "respondTime": 7400,
    "ruleBookInfo": {
      "author": ".booktag a@text",
      "coverUrl": "class.bookcover hidden-xs@img@src",
      "intro": ".bookintro@text",
      "name": ".booktitle@text",
      "wordCount": ".blue.0@text"
    },
    "ruleContent": {
      "content": "class.readcontent@tag.div.3@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author a@text",
      "bookList": "class.bookbox@class.p10",
      "bookUrl": ".bookname a@href",
      "intro": ".update@textNodes",
      "lastChapter": ".cat a@text",
      "name": ".bookname a@text",
      "wordCount": ".author.1@text##字数："
    },
    "ruleToc": {
      "chapterList": "id.list-chapterAll@tag.dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href##.*?(\\d+).*?(\\d+).*##/go/$1/$2.html###"
    },
    "searchUrl": "http://www.yydsxs.com/searchok.html,{\n'charset': 'utf-8',\n'method': 'POST',\n'body': 'token=&searchkey={{key}}&action=login&submit='\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "书趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.xshuquge.net/",
    "customButton": false,
    "customOrder": 540,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "********************分类********************\n玄幻魔法::/sort/1/0_{{page}}.html\n武侠修真::/sort/2/0_{{page}}.html\n都市言情::/sort/3/0_{{page}}.html\n历史军事::/sort/4/0_{{page}}.html\n侦探推理::/sort/5/0_{{page}}.html\n网游动漫::/sort/6/0_{{page}}.html\n科幻灵异::/sort/7/0_{{page}}.html\n其他类型::/sort/8/0_{{page}}.html\n********************排行榜********************\n日点击榜::/store/dayvisit-{{page}}.html\n周点击榜::/store/weekvisit-{{page}}.html\n月点击榜::/store/monthvisit-{{page}}.html\n总点击榜::/store/allvisit-{{page}}.html\n总收藏榜::/store/goodnum-{{page}}.html\n字数排行::/store/size-{{page}}.html\n日推荐榜::/store/dayvote-{{page}}.html\n周推荐榜::/store/weekvote-{{page}}.html\n月推荐榜::/store/monthvote-{{page}}.html\n总推荐榜::/store/allvote-{{page}}.html\n最新入库::/store/postdate-{{page}}.html\n最近更新::/store/lastupdate-{{page}}.html",
    "lastUpdateTime": 1745853329285,
    "respondTime": 8697,
    "ruleBookInfo": {
      "author": "//div[@class='block_txt2']/p[3]/text()",
      "coverUrl": "//img/@src",
      "init": "",
      "intro": "//div[@class='intro_info']/text()",
      "kind": "//p[4]/a[@class='link-instanted']/text()",
      "lastChapter": "//p[7]/a/text()",
      "name": "//h2/a/text()",
      "tocUrl": "",
      "wordCount": "//div[@class='block_txt2']/p[6]/text()"
    },
    "ruleContent": {
      "content": "//div[@id='nr1']/text()",
      "nextContentUrl": "//a[text()=\"下一页\"]/@href",
      "replaceRegex": "##（本章未完，请点击下一页继续阅读）##",
      "title": "//h1/text()"
    },
    "ruleExplore": {
      "author": "//p[@class='line']/text()##/##",
      "bookList": "//p[@class='line']",
      "bookUrl": "/a[2]/@href",
      "coverUrl": "",
      "intro": "",
      "kind": "/a[1]/text()",
      "name": "/a[2]/text()"
    },
    "ruleSearch": {
      "author": "//div[@class=\"author\"]/text()",
      "bookList": "//div[@class=\"bookbox\"]",
      "bookUrl": "//h4[@class=\"bookname\"]/i/a/@href",
      "checkKeyWord": "我的",
      "coverUrl": "",
      "kind": "",
      "lastChapter": "//div[@class=\"updatelast\"]/a/text()",
      "name": "//h4[@class=\"bookname\"]/i/a/text()"
    },
    "ruleToc": {
      "chapterList": "//ul[@class='chapter'][2]/li/a",
      "chapterName": "/text()",
      "chapterUrl": "/@href",
      "nextTocUrl": "//a[text()=\"下一页\"]/@href"
    },
    "searchUrl": "/search.php,{\n\"method\" :\"POST\",\n\"body\": \"searchkey={{key}}&submit=\"}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "若雨中文",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.3yt.com#",
    "customButton": false,
    "customOrder": 541,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1734837380564,
    "loginUrl": "",
    "respondTime": 23775,
    "ruleBookInfo": {
      "author": ".w_530 a.0@text##作品集",
      "coverUrl": ".img img@src",
      "intro": ".h_260 p@html",
      "kind": ".path a.1@text&&.w_200 li.0@text&&.h_260 em@text##.*：|\\s.*|小说",
      "lastChapter": ".h_260 a.0@text##[\\(（【].*?[求更票谢乐发订合补加].*?[】）\\)]",
      "name": ".w_530 em.0@text",
      "tocUrl": ".w_200 a.1@href",
      "wordCount": ".w_200 li.1@text##.*已完成\\s|\\s字"
    },
    "ruleContent": {
      "content": "#BookText@html"
    },
    "ruleExplore": {
      "bookList": "tbody!1:2@tr",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##http://www.3yt.com/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.0:4:3@text##小说",
      "lastChapter": "td.2@text##[\\(（【].*?[求更票谢乐发订合补加].*?[】）\\)]",
      "name": "td.1@text"
    },
    "ruleSearch": {
      "author": "td.4@text",
      "bookList": "tbody tr",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##http://www.3yt.com/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.0:5:3@text##小说",
      "lastChapter": "td.2@text##[\\(（【].*?[求更票谢乐发订合补加].*?[】）\\)]",
      "name": "td.1@text"
    },
    "ruleToc": {
      "chapterList": "#BookText li a",
      "chapterName": "text##[\\(（【].*?[求更票谢乐发订合补加].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/book/search.aspx?searchkey={{key}}&SeaButton=",
    "weight": 0
  },
  {
    "bookSourceComment": "dy天天的鸟蛋蛋\n//\t可搜索猫耳的广播剧\n//  并获取免费音频\n//\t分三步获取",
    "bookSourceGroup": "有声",
    "bookSourceName": "猫耳有声（优）",
    "bookSourceType": 1,
    "bookSourceUrl": "https://www.hhlqilongzhu.cn",
    "customButton": false,
    "customOrder": 542,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1766365083517,
    "respondTime": 1696,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "url"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "Nickname",
      "bookList": "data[*]",
      "bookUrl": "https://www.hhlqilongzhu.cn/api/ximalaya/maoer_app.php?albumId={{$.albumId}}",
      "coverUrl": "cover",
      "intro": "intro",
      "kind": "type",
      "name": "title"
    },
    "ruleToc": {
      "chapterList": "data[*]",
      "chapterName": "title",
      "chapterUrl": "/api/ximalaya/maoer_app.php?soundid={{$.soundid}}",
      "updateTime": "intro"
    },
    "searchUrl": "/api/ximalaya/maoer_app.php?name={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "玩文学网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.wanwx.com/",
    "customButton": false,
    "customOrder": 543,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻奇幻\",\"url\":\"https://www.wanwx.com/xuanhuan/?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠仙侠\",\"url\":\"https://www.wanwx.com/xianxia/?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"https://www.wanwx.com/dushi/?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"https://www.wanwx.com/lishi/?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"游戏竞技\",\"url\":\"https://www.wanwx.com/wangyou/?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻传奇\",\"url\":\"https://www.wanwx.com/kehuan/?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖灵异\",\"url\":\"https://www.wanwx.com/kongbu/?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"全部小说\",\"url\":\"https://www.wanwx.com/shuku/?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"完本小说\",\"url\":\"https://www.wanwx.com/quanben/?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1737977137222,
    "respondTime": 13569,
    "ruleBookInfo": {
      "author": "a",
      "coverUrl": "c",
      "init": "@js:\n$ = (_) => java.getString(_);\n({\n    n: $(\"[property$=title]@content\"),\n    a: $(\"[property$=author]@content\"),\n    k: $(\"[property~=category|status|update_time]@content\"),\n    w: $(\"text.字数@text\\#\\#字数[：:]\"),\n    l: $(\"[property~=las?test_chapter_name]@content\"),\n    i: $(\"[property$=description]@content\"),\n    c: $(\"[property$=image]@content\"),\n    t: $(\"text.目录@href\"),\n    d: $(\"text.下载@href\")\n});",
      "intro": "i",
      "kind": "k",
      "lastChapter": "l",
      "name": "n",
      "tocUrl": "t",
      "wordCount": "w"
    },
    "ruleContent": {
      "content": "#htmlContent p@textNodes"
    },
    "ruleExplore": {
      "author": "td.2@text",
      "bookList": ".mytable tr!0",
      "bookUrl": "a.0@href",
      "coverUrl": "{{$.coverUrl}}http://u3v.cn/5zBiW8",
      "lastChapter": "td.1@text",
      "name": "td.0@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": ".booktag@text",
      "bookList": ".col-md-10",
      "bookUrl": "a@href",
      "checkKeyWord": "",
      "coverUrl": "{{$.coverUrl}}http://u3v.cn/5zBiW8",
      "intro": "#bookIntro@text",
      "kind": "",
      "lastChapter": ".text-danger@text",
      "name": ".bookTitle@text"
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search,{\n  \"body\": \"keyword={{key}}&page={{page}}\",\n  \"method\": \"POST\",\n  \"webView\": true\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "加载慢",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "望书阁网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.wangshuge.la",
    "customButton": false,
    "customOrder": 544,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"日点击榜\",\"url\":\"/top/dayvisit-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周点击榜\",\"url\":\"/top/weekvisit-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月点击榜\",\"url\":\"/top/monthvisit-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总点击榜\",\"url\":\"/top/allvisit-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总收藏榜\",\"url\":\"/top/goodnum-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"字数排行\",\"url\":\"/top/size-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"日推荐榜\",\"url\":\"/top/dayvote-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周推荐榜\",\"url\":\"/top/weekvote-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月推荐榜\",\"url\":\"/top/monthvote-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总推荐榜\",\"url\":\"/top/allvote-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最新入库\",\"url\":\"/top/postdate-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最近更新\",\"url\":\"/top/lastupdate-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻魔法\",\"url\":\"/sort/1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠修真\",\"url\":\"/sort/2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/sort/3-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/sort/4-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游动漫\",\"url\":\"/sort/5-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻小说\",\"url\":\"/sort/6-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"侦探推理\",\"url\":\"/sort/7-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖灵异\",\"url\":\"/sort/8-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"同人小说\",\"url\":\"/sort/9-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他类型\",\"url\":\"/sort/10-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"全本小说\",\"url\":\"/top/full-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1731530823057,
    "respondTime": 5554,
    "ruleBookInfo": {
      "author": ".block_txt2 p.2@text",
      "coverUrl": ".block_img2 img@src",
      "init": "",
      "intro": ".intro_info@html##各位书友.*|最新章节.*",
      "kind": ".block_txt2 p.3:4:5@text##.*：|小说|T.*",
      "lastChapter": ".block_txt2 a.3@text##[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".block_txt2 a.1@text"
    },
    "ruleContent": {
      "content": "#nr1@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\s*.*点击下一页继续.*\\s*"
    },
    "ruleExplore": {
      "author": "ownText##.*\\/",
      "bookList": ".cover p",
      "bookUrl": "a@href",
      "coverUrl": "a@href##.+\\D((\\d+)\\d{3})\\D##https://www.wangshuge.la/files/article/image/$2/$1/$1s.jpg###",
      "kind": "ownText##\\[|\\].*|小说",
      "name": "a@text"
    },
    "ruleSearch": {
      "author": "p.3@text",
      "bookList": ".block",
      "bookUrl": "a.2@href",
      "coverUrl": "img@src",
      "kind": "p.2@text##.*：|小说",
      "lastChapter": "a.3@text##[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.2@text"
    },
    "ruleToc": {
      "chapterList": ".chapter li a",
      "chapterName": "text##[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "https://m.douxsw.com\nhttps://m.douyinxs.com",
    "bookSourceGroup": "免费",
    "bookSourceName": "抖音小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.douxsw.com/#xsw8093",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 545,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部分类::/fenlei/<,{{page}}>\n玄奇::/fenlei/1/{{page}}/\n高武::/fenlei/2/{{page}}/\n修仙::/fenlei/3/{{page}}/\n都市::/fenlei/4/{{page}}/\n军事::/fenlei/5/{{page}}/\n历史::/fenlei/6/{{page}}/\n游体::/fenlei/7/{{page}}/\n科幻::/fenlei/8/{{page}}/\n恐怖::/fenlei/9/{{page}}/\n次元::/fenlei/10/{{page}}/\n女生::/fenlei/11/{{page}}/",
    "header": "{\n    'User-Agent': 'Mozilla/5.0 (Linux; Android 11; Pixel 3 XL Build/RQ3A.211001.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/102.0.4988.0 Mobile Safari/537.36 SearchCraft/3.9.2 (Baidu; P1 11) '\n}",
    "lastUpdateTime": 1734555436991,
    "respondTime": 12361,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\n\ta:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": "#chaptercontent@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##『加入书签，方便阅读』"
    },
    "ruleExplore": {
      "author": "p.1@text##([^（.*）]+)##$1###",
      "bookList": ".hot_sale",
      "bookUrl": "a@href",
      "coverUrl": "@js:\"https://m.douyinxs.com/static/ss_wap_bqg/nocover.jpg\"",
      "intro": "p.2@text##简介：",
      "kind": "p.1@text##（(.+)）##$1###",
      "name": "p.0@text"
    },
    "ruleSearch": {
      "author": ".author.0@text",
      "bookList": ".bookbox",
      "bookUrl": "a.1@href",
      "checkKeyWord": "剑来",
      "coverUrl": "img@src",
      "intro": "",
      "kind": ".author.1@text##类型：",
      "lastChapter": "a.-1@text",
      "name": "h4@text"
    },
    "ruleToc": {
      "chapterList": ".directoryArea.1@p",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "{{\n\tvar su=source.getKey()\nvar htmlUrl=java.get(su,{}).headers('Location')\njava.log(`重定向：${htmlUrl[0]}`)\nvar posturl=htmlUrl[0]?htmlUrl[0]:(su.includes(\"#\")?su.match(/([^\\#]+)\\#/)[1]:su)\nposturl = posturl.slice(-1)=='/'?posturl.slice(0,-1):posturl\njava.log(`请求：${posturl}`)\ncookie.removeCookie(posturl);\nck=cookie.getCookie(posturl);\n\ncookie.setCookie(posturl,String(ck).replace(/ss_search_delay=.*/,\"\"));\nposturl\n}}/search/,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\",\n  \"webView\": true\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "20240528By_zhbyjm7783\n目录正文by: youke游客2580",
    "bookSourceGroup": "免费",
    "bookSourceName": "凡人小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.washuwx.com",
    "customButton": false,
    "customOrder": 546,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "",
    "lastUpdateTime": 1732985157643,
    "respondTime": 3385,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "class.intro clearfix@text",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "text.章节列表@href"
    },
    "ruleContent": {
      "content": "@js:\nvar txt = [],\ndd = java.getElement(\"#txt dd\");\nfor(i = 0; i < dd.length-1; i++){\n\tdata = dd.select(`[data-id=${i}]`)\n\ttxt.push(data)\n\t}\ntxt.join(\"\\n\")",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##{{try{title}catch(e){\"\"} }}\\s*\\(第\\d+.*页\\)|.?本章未完.*|.*凡人小说网全文字更新,牢记网址.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a@textNodes##.*\\(|\\)",
      "bookList": "ul[class=\"bd\"]@li",
      "bookUrl": "a@href",
      "checkKeyWord": "临安不夜侯",
      "kind": "span@text##\\[|\\]",
      "name": "a@textNodes##\\(.*|\\)"
    },
    "ruleToc": {
      "chapterList": "<js>\nvar list = [],\nd=java.getElement(\".list > div\");\nfor(i = 0; i < d.length-1; i++){\n\tdata = d.select(`[data-id=${i}]`)\n\tlist.push(data)\n\t}\nlist.join(\"\\n\")\n</js>\nli a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://wap.washuwx.com/s.php,{\n\t\"method\":\"post\",\n\t\"body\":\"s={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "壁落小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.biquluo.info/",
    "customButton": false,
    "customOrder": 547,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::https://www.biquluo.info/xiaoshuodaquan/1.html\n仙侠小说::https://www.biquluo.info/xiaoshuodaquan/2.html\n都市小说::https://www.biquluo.info/xiaoshuodaquan/3.html\n历史小说::https://www.biquluo.info/xiaoshuodaquan/4.html\n网游小说::https://www.biquluo.info/xiaoshuodaquan/5.html\n科幻小说::https://www.biquluo.info/xiaoshuodaquan/6.html\n灵异小说::https://www.biquluo.info/xiaoshuodaquan/7.html\n其它小说::https://www.biquluo.info/xiaoshuodaquan/8.html",
    "lastUpdateTime": 0,
    "respondTime": 7126,
    "ruleBookInfo": {
      "author": "//p[1]/a/text()",
      "coverUrl": "//div[@id='fmimg']/img/@src",
      "intro": "//div[@id='intro']/text()",
      "kind": "//div[@id='info']/p[3]/text()",
      "lastChapter": "//div[@id='info']/p[4]/a/text()",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "//div[@id='content']/text()",
      "title": "//h1/text()"
    },
    "ruleExplore": {
      "bookList": "//div[@class='novellist']/ul/li",
      "bookUrl": "/a/@href",
      "name": "/a/text()"
    },
    "ruleSearch": {
      "author": "/span[3]/a/text()",
      "bookList": "//div[@class=\"novelslist2\"]/ul/li[position() > 1]",
      "bookUrl": "/span[2]/a/@href",
      "kind": "/span[5]/text()",
      "lastChapter": "/span[4]/a/text()",
      "name": "/span[2]/a/text()"
    },
    "ruleToc": {
      "chapterList": "//div[@id='list']/dl/dd[position()>=13]",
      "chapterName": "/a/text()",
      "chapterUrl": "/a/@href"
    },
    "searchUrl": "https://www.biquluo.info/search.html?name={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "搜索页填：@put:{savebid:$.BOOKID}\n或\n详情页填：@put:{\"savebid\":\"$.BOOKINFO[*].BOOKID\"}",
    "bookSourceGroup": "免费",
    "bookSourceName": "连城读书 API",
    "bookSourceType": 0,
    "bookSourceUrl": "http://h5.lc1001.com/",
    "customButton": false,
    "customOrder": 548,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.7103.24 Safari/537.36\"}",
    "lastUpdateTime": 1749884866869,
    "respondTime": 1474,
    "ruleBookInfo": {
      "author": "$.BOOKINFO[*].AUTHORNAME",
      "intro": "$.BOOKINFO[*].CONTENT",
      "kind": "$.BOOKINFO[*].STNAME",
      "lastChapter": "$.BOOKINFO[*].NEWCHAPTER",
      "name": "$.BOOKINFO[*].BOOKNAME",
      "tocUrl": "/mulu/h,{\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\",\n  \"body\":\"bID={{$.BOOKINFO[*].BOOKID}}\"\n}",
      "wordCount": "$.BOOKINFO[*].WORDNUM"
    },
    "ruleContent": {
      "content": "$..CCONTENT"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.AUTHORNAME",
      "bookList": "$.KEYLIST[*]",
      "bookUrl": "/book/h,{\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\",\n  \"body\":\"bID={{$.BOOKID}}\"\n}",
      "intro": "$.CONTENT",
      "kind": "$.TYPE",
      "lastChapter": "@put:{\"savebid\":\"$.BOOKID\"}",
      "name": "$.BOOKNAME",
      "wordCount": "$.WORDNUM"
    },
    "ruleToc": {
      "chapterList": "$..CHAPTERS[*]",
      "chapterName": "$.CNAME",
      "chapterUrl": "/chapter/i,{\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\",\n \"body\":\"bID=@get:{savebid}&cID={{$.CID}}&from=\"\n}"
    },
    "searchUrl": "/h5/query/bookquery,{\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\",\n  \"body\":\"kw={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "练习壬二酸",
    "bookSourceGroup": "免费",
    "bookSourceName": "手机TXT小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.sjwx.la/",
    "customButton": false,
    "customOrder": 549,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1745254452166,
    "respondTime": 4679,
    "ruleBookInfo": {
      "author": "class.block_txt2@tag.p.2@text",
      "coverUrl": "class.block_img2@tag.img@src",
      "intro": "class.intro_info@text##最新章节推荐地址.*",
      "kind": "class.block_txt2@tag.p[3:5]@text##分类：|状态：|更新：",
      "lastChapter": "class.block_txt2@tag.p.6@text",
      "name": "tag.h2@tag.a@text"
    },
    "ruleContent": {
      "content": "id.nr1@textNodes##.*点击下一页继续.*| \\(第\\d+/\\d+页\\)",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.block_txt@tag.p.3@text",
      "bookList": "class.block",
      "bookUrl": "tag.h2@tag.a@href",
      "checkKeyWord": "系统",
      "coverUrl": "tag.img@src",
      "kind": "class.block_txt@tag.p.2@text##分类：",
      "lastChapter": "class.block_txt@tag.p.4@text##最新章节：",
      "name": "tag.h2@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.chapter@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "http://wap.sjwx.la/search.php?keyword={{key}}&submit=",
    "weight": 0
  },
  {
    "bookSourceComment": "//无名25.04.29",
    "bookSourceGroup": "免费",
    "bookSourceName": "玫瑰小说网jygfa",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.jygfa.com",
    "customButton": false,
    "customOrder": 550,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n\t\"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36\",\n\t\"referer\":\"https://www.jygfa.com\"\n\t}",
    "lastUpdateTime": 1745938918665,
    "respondTime": 7721,
    "ruleBookInfo": {
      "author": "a.0@text",
      "coverUrl": "img@src",
      "init": ".bookinfo",
      "intro": ".bookintromore@text",
      "kind": "{{book.kind}}",
      "lastChapter": ".bookchapter@text",
      "name": "h1@text",
      "tocUrl": "id.showmore01"
    },
    "ruleContent": {
      "content": "id.TextContent@p@text"
    },
    "ruleSearch": {
      "author": ".author[0]@a@text",
      "bookList": ".bookbox",
      "bookUrl": ".bookname@a@href@js:result+',{webView:“true”}'",
      "checkKeyWord": "仙逆",
      "coverUrl": "img@data-original",
      "intro": ".update@textNodes",
      "kind": ".author[1]@text",
      "lastChapter": ".cat@a@text",
      "name": ".bookname@text"
    },
    "ruleToc": {
      "chapterList": "id.chapter",
      "chapterName": "text",
      "chapterUrl": "a@href@js:result+',{webView:“true”}'",
      "nextTocUrl": ""
    },
    "searchUrl": "/search.php?searchkey={{key}}&action=login&submit=",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "香书小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.xbiqugu.la/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 551,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "@js:\nJSON.stringify({\n\t\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\",\n\t\"Referer\":baseUrl\n\t})",
    "lastUpdateTime": 1749311688736,
    "loginUrl": "",
    "respondTime": 1720,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "init": "",
      "intro": "[property$=description]@content",
      "kind": "[property$=category]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "#nr1@html",
      "imageStyle": "",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##.*最新网址.*|.*xbiqugu.*|.*本章未完.*|.*下一页.*|.*第.*?页.*"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "name": ""
    },
    "ruleSearch": {
      "author": ".block_txt@p.3@text",
      "bookList": ".read_book@.block",
      "bookUrl": "h2@a@href",
      "coverUrl": ".block_img@img@src",
      "kind": ".block_txt@p.2@text##分类：",
      "lastChapter": ".block_txt@p.4@text##最新章节：",
      "name": "h2@a@text"
    },
    "ruleToc": {
      "chapterList": ".chapter.1@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/modules/article/waps.php,{\n  \"method\": \"POST\",\n  \"body\": \"searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "躺着看 tangzhekan8.cc",
    "bookSourceType": 0,
    "bookSourceUrl": "https://tangzhekan8.cc",
    "bookUrlPattern": "https://tangzhekan8.cc/tangzhe8/\\w.+/",
    "customButton": false,
    "customOrder": 552,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻奇幻::/sort/1/1/\n武侠仙侠::/sort/2/1/\n都市言情::/sort/3/1/\n穿越历史::/sort/4/1/\n网游竞技::/sort/5/1/\n科幻灵异::/sort/6/1/\n女生频道::/sort/7/1/\n其他类型::/sort/8/1/",
    "lastUpdateTime": 1738768528225,
    "respondTime": 4196,
    "ruleBookInfo": {
      "author": ".diswap@p.0@text<js>\nvar endstr = java.t2s(result);\nendstr;\n</js>",
      "coverUrl": "img@data-original",
      "intro": ".info-main-intro@text\n<js>\nvar endstr = java.t2s(result);\nendstr;\n</js>",
      "kind": "{{@@.info-title@a.1@text}}\n{{@@.diswap@p.2@text##.*：|直达底部}}\n\n<js>\nvar endstr = java.t2s(result);\nendstr;\n</js>",
      "lastChapter": ".diswap@p.3@text\n<js>\nvar endstr = java.t2s(result);\nendstr;\n</js>\n##.*：",
      "name": "h1@text\n<js>\nvar endstr = java.t2s(result);\nendstr;\n</js>"
    },
    "ruleContent": {
      "content": "id.article@html\n<js>\nvar endstr = java.t2s(result);\nendstr;\n</js>",
      "nextContentUrl": "id.next_url@href",
      "replaceRegex": "##.*楼书屋|{{book.name}}|.* ！|"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": ".category-div",
      "bookUrl": "a@href",
      "checkKeyWord": "",
      "coverUrl": ".lazy@src",
      "intro": ".intro@text\n<js>\nvar endstr = java.t2s(result);\nendstr;\n</js>",
      "name": "h3@text\n<js>\nvar endstr = java.t2s(result);\nendstr;\n</js>"
    },
    "ruleToc": {
      "chapterList": "class.info-chapters flex flex-wrap.1@a",
      "chapterName": "text\n<js>\nvar endstr = java.t2s(result);\nendstr;\n</js>",
      "chapterUrl": "href"
    },
    "searchUrl": "https://tangzhekan8.cc/search/,{\n  \"body\": \"searchkey={{java.t2s(key)}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "言情心港",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.yanqinggang.com",
    "customButton": false,
    "customOrder": 553,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻奇幻\",\"url\":\" /list/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠仙侠\",\"url\":\" /list/2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市言情\",\"url\":\" /list/3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史穿越\",\"url\":\" /list/4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游竞技\",\"url\":\" /list/5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻灵异\",\"url\":\" /list/6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖惊悚\",\"url\":\" /list/7_{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.295}},{\"title\":\"其他类型\",\"url\":\" /list/8_{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.295}}]",
    "lastUpdateTime": 1733582859644,
    "respondTime": 3299,
    "ruleBookInfo": {
      "author": "div.w100.dispc@span@a@text##本书作者：",
      "coverUrl": "img.lazy@src",
      "intro": "div.info-main-intro@p@text##精.*彩.*连.*载.*书.*",
      "kind": "div.info-title@a.1@text&&.info-main@.dispc.1@textNodes&&.info-main@span.1@text##.*：",
      "lastChapter": ".info-chapters.flex.flex-wrap.0@a.0@text",
      "name": "h1@text",
      "tocUrl": "java.refreshBookUrl()"
    },
    "ruleContent": {
      "content": "#article@textNodes",
      "nextContentUrl": "#next_url@href"
    },
    "ruleExplore": {
      "author": "span.gray@text",
      "bookList": "div.border3-1@div||div.border3@div",
      "bookUrl": "span.flex@em@a@href||span.0@a@href",
      "coverUrl": "img.lazy@src",
      "intro": ".intro.indent@text",
      "kind": ".w80@em.0@text||span.0@text",
      "lastChapter": "",
      "name": "span.flex@em@a@text||span.0@a@text"
    },
    "ruleSearch": {
      "author": ".category-div@span.0@text",
      "bookList": "class.border3.commend.flex.flex-between.category-commend@.category-div",
      "bookUrl": "h3@a@href",
      "checkKeyWord": "遮天",
      "coverUrl": "img.lazy@src",
      "intro": "div.intro.indent@text##精.*彩.*连.*载.*书.*",
      "name": ".category-div@h3@a.0@text"
    },
    "ruleToc": {
      "chapterList": "div.container.border3-2.mt8.mb20@div.info-chapters.flex.flex-wrap@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "true",
      "updateTime": ""
    },
    "searchUrl": "https://www.yanqinggang.com/modules/article/search.php,{\n\t \"body\": \"searchkey={{key}}\",\n\t \"charset\": \"gbk\",\n\t \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "//by:cwjdb\n//正文解密薅的Buding",
    "bookSourceGroup": "免费",
    "bookSourceName": "情幻文学网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.pdok.org",
    "customButton": false,
    "customOrder": 554,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\n    java.toast(\"正在努力加载中，请稍后\");\n    \nvar sort = [];\nvar push = (title, url, type1, type2) => {\n    sort.push ({\n        title: title,\n        url: url,\n        style: {\n            layout_flexGrow: type1,\n            layout_flexBasisPercent: type2\n        }\n    });\n};\n\nvar x = [{\n        u: \"https://www.pdok.org/all/fl/1/\",\n        ti: \"༺ˇ»`类型分类´«ˇ༻\"\n    },\n    {\n        u: \"https://www.pdok.org/top/\",\n        ti: \"༺ˇ»`排行分类´«ˇ༻\"\n    },\n    {\n        u: \"https://www.pdok.org/quanben/all/1/\",\n        ti: \"༺ˇ»`全本分类´«ˇ༻\"\n    }];\n    \nx.forEach (i => {\n    var o = org.jsoup.Jsoup.parse(java.ajax(i.u));\n    var s = o.select('ul.container a');\n    push(i.ti, \"\", 1, 1);\n    s.forEach((j,index) => {\n        var url = String (j.attr(\"href\")).replace(/(\\d+)\\/$/,\"{{page}}/\");\n        if (index + 1 <= s.length - s.length % 3){\n        push(j.text(), url, 1, 0.25)\n        }else{\n        \tpush(j.text(), url, -1, 0.29)\n        \t}\n    })\n});\n\nJSON.stringify(sort);",
    "lastUpdateTime": 1749243418965,
    "respondTime": 7814,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content##正文卷.|正文.|VIP章节.|免费章节.|VIP卷.|默认卷.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加].*?[】）\\)]",
      "name": "[property$=book_name]@content",
      "wordCount": ".booktag span.0@ownText"
    },
    "ruleContent": {
      "content": "@js:\nvar a=src.match(/#booktxthtml'\\)\\.html\\((x\\(\"(.*)\",\"(.*)\",\"(.*)\"\\)\\))/);\nvar da=java.base64DecodeToByteArray(JSON.parse('\"'+a[2]+'\"'));\nvar key=java.strToBytes(a[3]);\nvar iv=java.base64DecodeToByteArray(JSON.parse('\"'+a[4]+'\"'));\njava.createSymmetricCrypto(\"AES/CBC/ZeroPadding\", key, iv).decryptStr(da);",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": "td.3@text||small@text",
      "bookList": ".table tr!0||div.panel-body>div>div>div",
      "bookUrl": "h4 a@href||a.0@href",
      "coverUrl": ".col-sm-5 a@style##.*\\((.*)\\)##$1###",
      "intro": "p@text",
      "kind": "td[0,-1,-2]@text",
      "lastChapter": ".hidden-xs a@text",
      "name": "h4 a@text||a.0@text",
      "wordCount": "td.-3@text"
    },
    "ruleSearch": {
      "author": "small@text",
      "bookList": "div.panel-body>div>div>div",
      "bookUrl": "a.1@href",
      "coverUrl": "a.0@style##.*\\((.*)\\)##$1###",
      "intro": "p@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "#newlist dd a",
      "chapterName": "text\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(\\{（｛【].*[求含理更谢乐发推票盟补加字Kk\\/].*/g,'')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(第.+章)\\s?\\d+/,'$1')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "chapterUrl": "href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}/search,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "//By情无羁(yesui.me)25.02.12,备用域名https://m.22biqu.com/",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "22笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.22biqu.net",
    "customButton": false,
    "customOrder": 555,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\n    \"title\": \"♕ 分类 ♕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"玄幻魔法\",\n    \"url\": \"/fenlei/1_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠修真\",\n    \"url\": \"/fenlei/2_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市言情\",\n    \"url\": \"/fenlei/3_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史军事\",\n    \"url\": \"/fenlei/4_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻灵异\",\n    \"url\": \"/fenlei/6_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"游戏竞技\",\n    \"url\": \"/fenlei/5_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"女生耽美\",\n    \"url\": \"/fenlei/7_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他类型\",\n    \"url\": \"/fenlei/8_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"♕ 排行榜 ♕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"总排行榜\",\n    \"url\": \"/rank/allvisit/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"月排行榜\",\n    \"url\": \"/rank/monthvisit/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"周排行榜\",\n    \"url\": \"/rank/weekvisit/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"收 藏 榜\",\n    \"url\": \"/rank/goodnum/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"♕ 全本 ♕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"玄幻魔法\",\n    \"url\": \"/quanben/fenlei/1_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠修真\",\n    \"url\": \"/quanben/fenlei/2_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市言情\",\n    \"url\": \"/quanben/fenlei/3_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史军事\",\n    \"url\": \"/quanben/fenlei/4_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻灵异\",\n    \"url\": \"/quanben/fenlei/6_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"游戏竞技\",\n    \"url\": \"/quanben/fenlei/5_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"女生耽美\",\n    \"url\": \"/quanben/fenlei/7_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他类型\",\n    \"url\": \"/quanben/fenlei/8_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  }\n]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 8.0.0; MI 5s Plus Build/OPR1.170623.032; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 1751909530650,
    "respondTime": 1297,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "#chaptercontent@p@html##本章未完.*",
      "nextContentUrl": "#pt_next@href"
    },
    "ruleExplore": {
      "author": ".author@text##作者：|（\\d.*）",
      "bookList": ".hot_sale",
      "bookUrl": "a@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##https://img.22biqu.com/$2/$1/$1s.jpg###",
      "intro": ".review@text",
      "name": ".title@text##^\\d+\\."
    },
    "ruleSearch": {
      "author": ".author.0@text##作者：",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@img@src",
      "kind": ".author.1@text##类型：",
      "lastChapter": ".update@a@text",
      "name": ".bookname@text"
    },
    "ruleToc": {
      "chapterList": ".directoryArea.1@p@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "{{cookie.removeCookie(source.key)}}/ss/,{\n  \"body\": \"searchkey={{key}}&submit=\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "趣书小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://qubook.org#",
    "customButton": false,
    "customOrder": 556,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"🔖纯爱耿美🔖\",\"url\":\"/bookbl/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n\n{\"title\":\"现代耿美\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=19\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代架空\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=17\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越重生\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=15\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻网游\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"BL同人\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=49\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"GL百合\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=9\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n\n{\"title\":\"🔖女生小说🔖\",\"url\":\"/booknv/<,index_{{page-1}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n\n{\"title\":\"都市言情\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=14\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代言情\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=16\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越重生\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=15\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻仙侠\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=59\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青春同人\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=11\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游科幻\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=67\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n\n{\"title\":\"🔖男生小说🔖\",\"url\":\"/bookna/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n\n{\"title\":\"玄幻奇幻\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=77\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠仙侠\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=10\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市重生\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=24\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=87\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖推理\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=7356\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻网游\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=86\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n\n{\"title\":\"🔖热门榜单🔖\",\"url\":\"/images/rph.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}}\n]",
    "header": "{\n    \"User-Agent\":\"Mozilla/5.0 (iPhone; CPU iPhone OS 15_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Mobile/15E148 Safari/604.1\",\n   \n\t   \"Referer\":\"${sourceUrl}\"\n\n}",
    "lastUpdateTime": 1733584355522,
    "respondTime": 3079,
    "ruleBookInfo": {
      "author": ".mlist li.1@textNodes",
      "coverUrl": "",
      "intro": ".conten@html##第*.章[\\w\\W]+(.)",
      "kind": "{{@@.listcd@textNodes##\\> |\\ > .*}}\n{{@@.mlist li.0:2@textNodes}}",
      "lastChapter": "",
      "name": "h1@text##\\(.*\\)",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".conten@html",
      "replaceRegex": "",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "h1@text||a.1@text##.*\\(|\\)",
      "bookList": ".man_first li||.morelist li",
      "bookUrl": "h1 a.0@href||a.1@href||a@href",
      "intro": "p@text",
      "kind": "h3@text||a.0@text",
      "name": "h1@text||a.1@text||a@text##\\(.*\\)",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a.1@text##.*\\(|\\)",
      "bookList": ".morelist li",
      "bookUrl": "a.1@href",
      "checkKeyWord": "",
      "kind": "a.0@text",
      "name": "a.1@text##\\(.*\\)"
    },
    "ruleToc": {
      "chapterList": "@js:\npage=result.match(/<b>(\\d*)<\\/b>\\/<b>(\\d+)<\\/b>/)[2];\n//java.log(page)\nlist=[];\nlist.push({text:'第1页',href:baseUrl});\nif(page>=2){\nfor(var i=2;i<=page;i++){\nhref1=baseUrl.replace(/.html/,'')+'_'+i+'.html';\nlist.push({text:'第'+i+'页',href:href1});\n}\n}\nlist",
      "chapterName": "text",
      "chapterUrl": "href",
      "isPay": "",
      "isVip": "",
      "nextTocUrl": "",
      "preUpdateJs": ""
    },
    "searchUrl": "@js:\nburl = source.getKey().match(/([^#]*)/)[1];\nurl = burl+\"/e/search/\";\nbody = \"show=title%2Cnewstext&keyboard=\"+key;\n$ = java.post(url+\"index.php\",body,{}).headers();\nuri = $.Location||$.location;\nurl+=String(uri).replace('?','<?,index.php?page={{page-1}}&>');",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "by幕惜&by天天的鸟蛋蛋",
    "bookSourceGroup": "免费",
    "bookSourceName": "无限小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wuxianbook.com",
    "customButton": false,
    "customOrder": 557,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1741511201894,
    "respondTime": 5023,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "init": "<js>\nid=src.match(/data\\-bookid\\=\\\"(\\d+)\\\"/)[1]\njava.log(id)\njava.put(\"id\",id)\n</js>",
      "intro": "[property$=description]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "<js>\nid=java.get(\"id\");\njava.log(id)\nurl=\"https://wuxianbook.com/e/extend/bookpage/pages.php?id=\"+id+\"&pageNum=0&dz=asc\"\nurl;\n</js>"
    },
    "ruleContent": {
      "content": "#text@html"
    },
    "ruleSearch": {
      "author": ".book-author@text",
      "bookList": ".s-nv-list@ul@li",
      "bookUrl": "a@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "intro": "p@text",
      "name": ".title@text"
    },
    "ruleToc": {
      "chapterList": ".list[*]",
      "chapterName": ".title",
      "chapterUrl": "{{book.bookUrl}}{{$.pic}}",
      "nextTocUrl": ".totalPage\n<js>\nid=java.get(\"id\");\njava.log(id)\nmatch=String(result).match(/(\\d+)/)\nn=match[1]\nlist=[]\nfor(var i=1; i<=n; i++){\n\n        list.push(\"https://wuxianbook.com/e/extend/bookpage/pages.php?id=\"+id+\"&pageNum=\"+i+\"&dz=asc\")\n\n        }\n\nlist;\n</js>"
    },
    "searchUrl": "https://wuxianbook.com/e/search/index.php,{\n  \"body\": \"tbname=bookname&show=title&tempid=1&keyboard={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "话本小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://so.ihuaben.com/search?keyword=我是#",
    "customButton": false,
    "customOrder": 558,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1733516759805,
    "respondTime": 1393,
    "ruleBookInfo": {
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": "#contentsource@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.text-muted@text",
      "bookList": ".searchresult",
      "bookUrl": "h2 a@href",
      "checkKeyWord": "",
      "name": "h2@text"
    },
    "ruleToc": {
      "chapterList": "-.chapters p",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": ".pagination a@href",
      "updateTime": ".updateTime@text"
    },
    "searchUrl": "https://so.ihuaben.com/search?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "搜索无限弹出cloudflare验证请更换成真实UA\n最新地址获取 http://diyibanzhu.net",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔞第一版主 banzhu",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.diyibanzhu.me/",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 559,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"🚫小说状态---全部🚫\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"📫新书\",\"url\":\"/wap.php?action=shuku&tid=&over=&order=3&uid=&totalresult=13564&pageno={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/shuku/1-postdate-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"仙侠武侠\",\"url\":\"/shuku/2-postdate-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"都市言情\",\"url\":\"/shuku/3-postdate-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"穿越历史\",\"url\":\"/shuku/4-postdate-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"科幻灵异\",\"url\":\"/shuku/5-postdate-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"藏经阁\",\"url\":\"/shuku/6-postdate-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.45,\"layout_flexGrow\":0.32}},\n{\"title\":\"其他类别\",\"url\":\"/shuku/7-postdate-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.45,\"layout_flexGrow\":0.32}},\n{\"title\":\"📫月榜\",\"url\":\"/shuku/0-monthvisit-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/shuku/1-monthvisit-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"仙侠武侠\",\"url\":\"/shuku/2-monthvisit-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"都市言情\",\"url\":\"/shuku/3-monthvisit-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"穿越历史\",\"url\":\"/shuku/4-monthvisit-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"科幻灵异\",\"url\":\"/shuku/5-monthvisit-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"藏经阁\",\"url\":\"/shuku/6-monthvisit-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.45,\"layout_flexGrow\":0.32}},\n{\"title\":\"其他类别\",\"url\":\"/shuku/7-monthvisit-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.45,\"layout_flexGrow\":0.32}},\n{\"title\":\"📫总榜\",\"url\":\"/shuku/0-allvisit-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/shuku/1-allvisit-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"仙侠武侠\",\"url\":\"/shuku/2-allvisit-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"都市言情\",\"url\":\"/shuku/3-allvisit-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"穿越历史\",\"url\":\"/shuku/4-allvisit-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"科幻灵异\",\"url\":\"/shuku/5-allvisit-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"藏经阁\",\"url\":\"/shuku/6-allvisit-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.45,\"layout_flexGrow\":0.32}},\n{\"title\":\"其他类别\",\"url\":\"/shuku/7-allvisit-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.45,\"layout_flexGrow\":0.32}},\n{\"title\":\"📫更新\",\"url\":\"/wap.php?action=shuku&tid=&over=&order=&uid=&totalresult=13564&pageno={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/shuku/1-lastupdate-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"仙侠武侠\",\"url\":\"/shuku/2-lastupdate-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"都市言情\",\"url\":\"/shuku/3-lastupdate-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"穿越历史\",\"url\":\"/shuku/4-lastupdate-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"科幻灵异\",\"url\":\"/shuku/5-lastupdate-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"藏经阁\",\"url\":\"/shuku/6-lastupdate-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.45,\"layout_flexGrow\":0.32}},\n{\"title\":\"其他类别\",\"url\":\"/shuku/7-lastupdate-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.45,\"layout_flexGrow\":0.32}},\n{\"title\":\"📫字数\",\"url\":\"/shuku/0-size-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/shuku/1-size-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"仙侠武侠\",\"url\":\"/shuku/2-size-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"都市言情\",\"url\":\"/shuku/3-size-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"穿越历史\",\"url\":\"/shuku/4-size-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"科幻灵异\",\"url\":\"/shuku/5-size-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"藏经阁\",\"url\":\"/shuku/6-size-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.45,\"layout_flexGrow\":0.32}},\n{\"title\":\"其他类别\",\"url\":\"/shuku/7-size-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.45,\"layout_flexGrow\":0.32}},\n{\"title\":\"🚫小说状态---连载中🚫\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"📫新书\",\"url\":\"/shuku/0-postdate-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/shuku/1-postdate-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"仙侠武侠\",\"url\":\"/shuku/2-postdate-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"都市言情\",\"url\":\"/shuku/3-postdate-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"穿越历史\",\"url\":\"/shuku/4-postdate-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"科幻灵异\",\"url\":\"/shuku/5-postdate-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"藏经阁\",\"url\":\"/shuku/6-postdate-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.45,\"layout_flexGrow\":0.32}},\n{\"title\":\"其他类别\",\"url\":\"/shuku/7-postdate-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.45,\"layout_flexGrow\":0.32}},\n{\"title\":\" 📫月榜\",\"url\":\"/shuku/0-monthvisit-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/shuku/1-monthvisit-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"仙侠武侠\",\"url\":\"/shuku/2-monthvisit-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"都市言情\",\"url\":\"/shuku/3-monthvisit-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"穿越历史\",\"url\":\"/shuku/4-monthvisit-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"科幻灵异\",\"url\":\"/shuku/5-monthvisit-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"藏经阁\",\"url\":\"/shuku/6-monthvisit-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.45,\"layout_flexGrow\":0.32}},\n{\"title\":\"其他类别\",\"url\":\"/shuku/7-monthvisit-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.45,\"layout_flexGrow\":0.32}},\n{\"title\":\"📫总榜\",\"url\":\"/shuku/0-allvisit-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/shuku/1-allvisit-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"仙侠武侠\",\"url\":\"/shuku/2-allvisit-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"都市言情\",\"url\":\"/shuku/3-allvisit-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"穿越历史\",\"url\":\"/shuku/4-allvisit-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"科幻灵异\",\"url\":\"/shuku/5-allvisit-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"藏经阁\",\"url\":\"/shuku/6-allvisit-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.45,\"layout_flexGrow\":0.32}},\n{\"title\":\"其他类别\",\"url\":\"/shuku/7-allvisit-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.45,\"layout_flexGrow\":0.32}},\n{\"title\":\"📫更新\",\"url\":\"/shuku/0-lastupdate-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/shuku/1-lastupdate-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"仙侠武侠\",\"url\":\"/shuku/2-lastupdate-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"都市言情\",\"url\":\"/shuku/3-lastupdate-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"穿越历史\",\"url\":\"/shuku/4-lastupdate-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"科幻灵异\",\"url\":\"/shuku/5-lastupdate-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"藏经阁\",\"url\":\"/shuku/6-lastupdate-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.45,\"layout_flexGrow\":0.32}},\n{\"title\":\"其他类别\",\"url\":\"/shuku/7-lastupdate-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.45,\"layout_flexGrow\":0.32}},\n{\"title\":\"📫字数\",\"url\":\"/shuku/0-size-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/shuku/1-size-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"仙侠武侠\",\"url\":\"/shuku/2-size-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"都市言情\",\"url\":\"/shuku/3-size-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"穿越历史\",\"url\":\"/shuku/4-size-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"科幻灵异\",\"url\":\"/shuku/5-size-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"藏经阁\",\"url\":\"/shuku/6-size-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.45,\"layout_flexGrow\":0.32}},\n{\"title\":\"其他类别\",\"url\":\"/shuku/7-size-1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.45,\"layout_flexGrow\":0.32}},\n{\"title\":\"🚫小说状态---已完本🚫\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"📫新书\",\"url\":\"/shuku/0-postdate-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/shuku/1-postdate-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"仙侠武侠\",\"url\":\"/shuku/2-postdate-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"都市言情\",\"url\":\"/shuku/3-postdate-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"穿越历史\",\"url\":\"/shuku/4-postdate-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"科幻灵异\",\"url\":\"/shuku/5-postdate-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"藏经阁\",\"url\":\"/shuku/6-postdate-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.45,\"layout_flexGrow\":0.32}},\n{\"title\":\"其他类别\",\"url\":\"/shuku/7-postdate-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.45,\"layout_flexGrow\":0.32}},\n{\"title\":\"📫月榜\",\"url\":\"/shuku/0-monthvisit-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/shuku/1-monthvisit-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"仙侠武侠\",\"url\":\"/shuku/2-monthvisit-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"都市言情\",\"url\":\"/shuku/3-monthvisit-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"穿越历史\",\"url\":\"/shuku/4-monthvisit-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"科幻灵异\",\"url\":\"/shuku/5-monthvisit-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"藏经阁\",\"url\":\"/shuku/6-monthvisit-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.45,\"layout_flexGrow\":0.32}},\n{\"title\":\"其他类别\",\"url\":\"/shuku/7-monthvisit-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.45,\"layout_flexGrow\":0.32}},\n{\"title\":\"📫总榜\",\"url\":\"/shuku/0-allvisit-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/shuku/1-allvisit-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"仙侠武侠\",\"url\":\"/shuku/2-allvisit-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"都市言情\",\"url\":\"/shuku/3-allvisit-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"穿越历史\",\"url\":\"/shuku/4-allvisit-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"科幻灵异\",\"url\":\"/shuku/5-allvisit-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"藏经阁\",\"url\":\"/shuku/6-allvisit-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.45,\"layout_flexGrow\":0.32}},\n{\"title\":\"其他类别\",\"url\":\"/shuku/7-allvisit-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.45,\"layout_flexGrow\":0.32}},\n{\"title\":\"📫更新\",\"url\":\"/shuku/0-lastupdate-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/shuku/1-lastupdate-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"仙侠武侠\",\"url\":\"/shuku/2-lastupdate-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"都市言情\",\"url\":\"/shuku/3-lastupdate-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"穿越历史\",\"url\":\"/shuku/4-lastupdate-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"科幻灵异\",\"url\":\"/shuku/5-lastupdate-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"藏经阁\",\"url\":\"/shuku/6-lastupdate-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.45,\"layout_flexGrow\":0.32}},\n{\"title\":\"其他类别\",\"url\":\"/shuku/7-lastupdate-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.45,\"layout_flexGrow\":0.32}},\n{\"title\":\"📫字数\",\"url\":\"/shuku/0-size-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/shuku/1-size-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"仙侠武侠\",\"url\":\"/shuku/2-size-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"都市言情\",\"url\":\"/shuku/3-size-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"穿越历史\",\"url\":\"/shuku/4-size-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"科幻灵异\",\"url\":\"/shuku/5-size-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"藏经阁\",\"url\":\"/shuku/6-size-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.45,\"layout_flexGrow\":0.32}},\n{\"title\":\"其他类别\",\"url\":\"/shuku/7-size-2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.45,\"layout_flexGrow\":0.32}},\n{\"title\":\"↑↑▲▲▲▲↑↑\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}}\n]",
    "header": "{\n    \"User-Agent\": \"Mozilla/5.0 (Linux; Android 12; HarmonyOS; HBP-AL00; HMSCore 6.14.0.302) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.196 HuaweiBrowser/15.0.4.312 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 1746069070480,
    "loginCheckJs": "",
    "loginUi": "https://m.diyibanzhu.me/wap.php?action=article&id=767849",
    "loginUrl": "",
    "respondTime": 33406,
    "ruleBookInfo": {
      "author": "",
      "init": "",
      "intro": "//div[@class=\"mod book-intro\"]/div/text()",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "<js>\nfunction x(a, b) {\n\tresult = String(result).replace(a, b);\n}\nresult = java.getString('id.nr1@html');\nx(/<em class=\"n_1\"><\\/em>/g,'<em class=\"n_1\">男<\\/em>');\nx(/<em class=\"n_2\"><\\/em>/g,'<em class=\"n_2\">人<\\/em>');\nx(/<em class=\"n_3\"><\\/em>/g,'<em class=\"n_3\">啊<\\/em>');\nx(/<em class=\"n_4\"><\\/em>/g,'<em class=\"n_4\">爱<\\/em>');\nx(/<em class=\"n_5\"><\\/em>/g,'<em class=\"n_5\">按<\\/em>');\nx(/<em class=\"n_6\"><\\/em>/g,'<em class=\"n_6\">暴<\\/em>');\nx(/<em class=\"n_7\"><\\/em>/g,'<em class=\"n_7\">臀<\\/em>');\nx(/<em class=\"n_8\"><\\/em>/g,'<em class=\"n_8\">逼<\\/em>');\nx(/<em class=\"n_9\"><\\/em>/g,'<em class=\"n_9\">擦<\\/em>');\nx(/<em class=\"n_10\"><\\/em>/g,'<em class=\"n_10\">潮<\\/em>');\nx(/<em class=\"n_11\"><\\/em>/g,'<em class=\"n_11\">操<\\/em>');\nx(/<em class=\"n_12\"><\\/em>/g,'<em class=\"n_12\">插<\\/em>');\nx(/<em class=\"n_13\"><\\/em>/g,'<em class=\"n_13\">吃<\\/em>');\nx(/<em class=\"n_14\"><\\/em>/g,'<em class=\"n_14\">抽<\\/em>');\nx(/<em class=\"n_15\"><\\/em>/g,'<em class=\"n_15\">处<\\/em>');\nx(/<em class=\"n_16\"><\\/em>/g,'<em class=\"n_16\">床<\\/em>');\nx(/<em class=\"n_17\"><\\/em>/g,'<em class=\"n_17\">春<\\/em>');\nx(/<em class=\"n_18\"><\\/em>/g,'<em class=\"n_18\">唇<\\/em>');\nx(/<em class=\"n_19\"><\\/em>/g,'<em class=\"n_19\">刺<\\/em>');\nx(/<em class=\"n_20\"><\\/em>/g,'<em class=\"n_20\">粗<\\/em>');\nx(/<em class=\"n_21\"><\\/em>/g,'<em class=\"n_21\">大<\\/em>');\nx(/<em class=\"n_22\"><\\/em>/g,'<em class=\"n_22\">洞<\\/em>');\nx(/<em class=\"n_23\"><\\/em>/g,'<em class=\"n_23\">逗<\\/em>');\nx(/<em class=\"n_24\"><\\/em>/g,'<em class=\"n_24\">硬<\\/em>');\nx(/<em class=\"n_25\"><\\/em>/g,'<em class=\"n_25\">儿<\\/em>');\nx(/<em class=\"n_26\"><\\/em>/g,'<em class=\"n_26\">反<\\/em>');\nx(/<em class=\"n_27\"><\\/em>/g,'<em class=\"n_27\">犯<\\/em>');\nx(/<em class=\"n_28\"><\\/em>/g,'<em class=\"n_28\">峰<\\/em>');\nx(/<em class=\"n_29\"><\\/em>/g,'<em class=\"n_29\">妇<\\/em>');\nx(/<em class=\"n_30\"><\\/em>/g,'<em class=\"n_30\">抚<\\/em>');\nx(/<em class=\"n_31\"><\\/em>/g,'<em class=\"n_31\">夫<\\/em>');\nx(/<em class=\"n_32\"><\\/em>/g,'<em class=\"n_32\">腹<\\/em>');\nx(/<em class=\"n_33\"><\\/em>/g,'<em class=\"n_33\">干<\\/em>');\nx(/<em class=\"n_34\"><\\/em>/g,'<em class=\"n_34\">搞<\\/em>');\nx(/<em class=\"n_35\"><\\/em>/g,'<em class=\"n_35\">根<\\/em>');\nx(/<em class=\"n_36\"><\\/em>/g,'<em class=\"n_36\">公<\\/em>');\nx(/<em class=\"n_37\"><\\/em>/g,'<em class=\"n_37\">宫<\\/em>');\nx(/<em class=\"n_38\"><\\/em>/g,'<em class=\"n_38\">勾<\\/em>');\nx(/<em class=\"n_39\"><\\/em>/g,'<em class=\"n_39\">股<\\/em>');\nx(/<em class=\"n_40\"><\\/em>/g,'<em class=\"n_40\">狠<\\/em>');\nx(/<em class=\"n_41\"><\\/em>/g,'<em class=\"n_41\">花<\\/em>');\nx(/<em class=\"n_42\"><\\/em>/g,'<em class=\"n_42\">滑<\\/em>');\nx(/<em class=\"n_43\"><\\/em>/g,'<em class=\"n_43\">坏<\\/em>');\nx(/<em class=\"n_44\"><\\/em>/g,'<em class=\"n_44\">魂<\\/em>');\nx(/<em class=\"n_45\"><\\/em>/g,'<em class=\"n_45\">鸡<\\/em>');\nx(/<em class=\"n_46\"><\\/em>/g,'<em class=\"n_46\">激<\\/em>');\nx(/<em class=\"n_47\"><\\/em>/g,'<em class=\"n_47\">夹<\\/em>');\nx(/<em class=\"n_48\"><\\/em>/g,'<em class=\"n_48\">奸<\\/em>');\nx(/<em class=\"n_49\"><\\/em>/g,'<em class=\"n_49\">交<\\/em>');\nx(/<em class=\"n_50\"><\\/em>/g,'<em class=\"n_50\">叫<\\/em>');\nx(/<em class=\"n_51\"><\\/em>/g,'<em class=\"n_51\">娇<\\/em>');\nx(/<em class=\"n_52\"><\\/em>/g,'<em class=\"n_52\">姐<\\/em>');\nx(/<em class=\"n_53\"><\\/em>/g,'<em class=\"n_53\">禁<\\/em>');\nx(/<em class=\"n_54\"><\\/em>/g,'<em class=\"n_54\">精<\\/em>');\nx(/<em class=\"n_55\"><\\/em>/g,'<em class=\"n_55\">进<\\/em>');\nx(/<em class=\"n_56\"><\\/em>/g,'<em class=\"n_56\">紧<\\/em>');\nx(/<em class=\"n_57\"><\\/em>/g,'<em class=\"n_57\">菊<\\/em>');\nx(/<em class=\"n_58\"><\\/em>/g,'<em class=\"n_58\">渴<\\/em>');\nx(/<em class=\"n_59\"><\\/em>/g,'<em class=\"n_59\">口<\\/em>');\nx(/<em class=\"n_60\"><\\/em>/g,'<em class=\"n_60\">裤<\\/em>');\nx(/<em class=\"n_61\"><\\/em>/g,'<em class=\"n_61\">胯<\\/em>');\nx(/<em class=\"n_62\"><\\/em>/g,'<em class=\"n_62\">快<\\/em>');\nx(/<em class=\"n_63\"><\\/em>/g,'<em class=\"n_63\">浪<\\/em>');\nx(/<em class=\"n_64\"><\\/em>/g,'<em class=\"n_64\">力<\\/em>');\nx(/<em class=\"n_65\"><\\/em>/g,'<em class=\"n_65\">搂<\\/em>');\nx(/<em class=\"n_66\"><\\/em>/g,'<em class=\"n_66\">乱<\\/em>');\nx(/<em class=\"n_67\"><\\/em>/g,'<em class=\"n_67\">裸<\\/em>');\nx(/<em class=\"n_68\"><\\/em>/g,'<em class=\"n_68\">妈<\\/em>');\nx(/<em class=\"n_69\"><\\/em>/g,'<em class=\"n_69\">毛<\\/em>');\nx(/<em class=\"n_70\"><\\/em>/g,'<em class=\"n_70\">迷<\\/em>');\nx(/<em class=\"n_71\"><\\/em>/g,'<em class=\"n_71\">靡<\\/em>');\nx(/<em class=\"n_72\"><\\/em>/g,'<em class=\"n_72\">妹<\\/em>');\nx(/<em class=\"n_73\"><\\/em>/g,'<em class=\"n_73\">摸<\\/em>');\nx(/<em class=\"n_74\"><\\/em>/g,'<em class=\"n_74\">嫩<\\/em>');\nx(/<em class=\"n_75\"><\\/em>/g,'<em class=\"n_75\">母<\\/em>');\nx(/<em class=\"n_76\"><\\/em>/g,'<em class=\"n_76\">娘<\\/em>');\nx(/<em class=\"n_77\"><\\/em>/g,'<em class=\"n_77\">尿<\\/em>');\nx(/<em class=\"n_78\"><\\/em>/g,'<em class=\"n_78\">咛<\\/em>');\nx(/<em class=\"n_79\"><\\/em>/g,'<em class=\"n_79\">女<\\/em>');\nx(/<em class=\"n_80\"><\\/em>/g,'<em class=\"n_80\">哦<\\/em>');\nx(/<em class=\"n_81\"><\\/em>/g,'<em class=\"n_81\">趴<\\/em>');\nx(/<em class=\"n_82\"><\\/em>/g,'<em class=\"n_82\">喷<\\/em>');\nx(/<em class=\"n_83\"><\\/em>/g,'<em class=\"n_83\">婆<\\/em>');\nx(/<em class=\"n_84\"><\\/em>/g,'<em class=\"n_84\">屁<\\/em>');\nx(/<em class=\"n_85\"><\\/em>/g,'<em class=\"n_85\">气<\\/em>');\nx(/<em class=\"n_86\"><\\/em>/g,'<em class=\"n_86\">枪<\\/em>');\nx(/<em class=\"n_87\"><\\/em>/g,'<em class=\"n_87\">窃<\\/em>');\nx(/<em class=\"n_88\"><\\/em>/g,'<em class=\"n_88\">骑<\\/em>');\nx(/<em class=\"n_89\"><\\/em>/g,'<em class=\"n_89\">妻<\\/em>');\nx(/<em class=\"n_90\"><\\/em>/g,'<em class=\"n_90\">情<\\/em>');\nx(/<em class=\"n_91\"><\\/em>/g,'<em class=\"n_91\">亲<\\/em>');\nx(/<em class=\"n_92\"><\\/em>/g,'<em class=\"n_92\">裙<\\/em>');\nx(/<em class=\"n_93\"><\\/em>/g,'<em class=\"n_93\">热<\\/em>');\nx(/<em class=\"n_94\"><\\/em>/g,'<em class=\"n_94\">日<\\/em>');\nx(/<em class=\"n_95\"><\\/em>/g,'<em class=\"n_95\">肉<\\/em>');\nx(/<em class=\"n_96\"><\\/em>/g,'<em class=\"n_96\">揉<\\/em>');\nx(/<em class=\"n_97\"><\\/em>/g,'<em class=\"n_97\">乳<\\/em>');\nx(/<em class=\"n_98\"><\\/em>/g,'<em class=\"n_98\">软<\\/em>');\nx(/<em class=\"n_99\"><\\/em>/g,'<em class=\"n_99\">润<\\/em>');\nx(/<em class=\"n_100\"><\\/em>/g,'<em class=\"n_100\">入<\\/em>');\nx(/<em class=\"n_101\"><\\/em>/g,'<em class=\"n_101\">塞<\\/em>');\nx(/<em class=\"n_102\"><\\/em>/g,'<em class=\"n_102\">骚<\\/em>');\nx(/<em class=\"n_103\"><\\/em>/g,'<em class=\"n_103\">色<\\/em>');\nx(/<em class=\"n_104\"><\\/em>/g,'<em class=\"n_104\">上<\\/em>');\nx(/<em class=\"n_105\"><\\/em>/g,'<em class=\"n_105\">舌<\\/em>');\nx(/<em class=\"n_106\"><\\/em>/g,'<em class=\"n_106\">射<\\/em>');\nx(/<em class=\"n_107\"><\\/em>/g,'<em class=\"n_107\">身<\\/em>');\nx(/<em class=\"n_108\"><\\/em>/g,'<em class=\"n_108\">深<\\/em>');\nx(/<em class=\"n_109\"><\\/em>/g,'<em class=\"n_109\">湿<\\/em>');\nx(/<em class=\"n_110\"><\\/em>/g,'<em class=\"n_110\">兽<\\/em>');\nx(/<em class=\"n_111\"><\\/em>/g,'<em class=\"n_111\">受<\\/em>');\nx(/<em class=\"n_112\"><\\/em>/g,'<em class=\"n_112\">舒<\\/em>');\nx(/<em class=\"n_113\"><\\/em>/g,'<em class=\"n_113\">爽<\\/em>');\nx(/<em class=\"n_114\"><\\/em>/g,'<em class=\"n_114\">水<\\/em>');\nx(/<em class=\"n_115\"><\\/em>/g,'<em class=\"n_115\">睡<\\/em>');\nx(/<em class=\"n_116\"><\\/em>/g,'<em class=\"n_116\">酥<\\/em>');\nx(/<em class=\"n_117\"><\\/em>/g,'<em class=\"n_117\">死<\\/em>');\nx(/<em class=\"n_118\"><\\/em>/g,'<em class=\"n_118\">烫<\\/em>');\nx(/<em class=\"n_119\"><\\/em>/g,'<em class=\"n_119\">痛<\\/em>');\nx(/<em class=\"n_120\"><\\/em>/g,'<em class=\"n_120\">舔<\\/em>');\nx(/<em class=\"n_121\"><\\/em>/g,'<em class=\"n_121\">天<\\/em>');\nx(/<em class=\"n_122\"><\\/em>/g,'<em class=\"n_122\">体<\\/em>');\nx(/<em class=\"n_123\"><\\/em>/g,'<em class=\"n_123\">挺<\\/em>');\nx(/<em class=\"n_124\"><\\/em>/g,'<em class=\"n_124\">头<\\/em>');\nx(/<em class=\"n_125\"><\\/em>/g,'<em class=\"n_125\">腿<\\/em>');\nx(/<em class=\"n_126\"><\\/em>/g,'<em class=\"n_126\">脱<\\/em>');\nx(/<em class=\"n_127\"><\\/em>/g,'<em class=\"n_127\">味<\\/em>');\nx(/<em class=\"n_128\"><\\/em>/g,'<em class=\"n_128\">慰<\\/em>');\nx(/<em class=\"n_129\"><\\/em>/g,'<em class=\"n_129\">吻<\\/em>');\nx(/<em class=\"n_130\"><\\/em>/g,'<em class=\"n_130\">握<\\/em>');\nx(/<em class=\"n_131\"><\\/em>/g,'<em class=\"n_131\">喔<\\/em>');\nx(/<em class=\"n_132\"><\\/em>/g,'<em class=\"n_132\">污<\\/em>');\nx(/<em class=\"n_133\"><\\/em>/g,'<em class=\"n_133\">下<\\/em>');\nx(/<em class=\"n_134\"><\\/em>/g,'<em class=\"n_134\">小<\\/em>');\nx(/<em class=\"n_135\"><\\/em>/g,'<em class=\"n_135\">性<\\/em>');\nx(/<em class=\"n_136\"><\\/em>/g,'<em class=\"n_136\">胸<\\/em>');\nx(/<em class=\"n_137\"><\\/em>/g,'<em class=\"n_137\">血<\\/em>');\nx(/<em class=\"n_138\"><\\/em>/g,'<em class=\"n_138\">穴<\\/em>');\nx(/<em class=\"n_139\"><\\/em>/g,'<em class=\"n_139\">阳<\\/em>');\nx(/<em class=\"n_140\"><\\/em>/g,'<em class=\"n_140\">痒<\\/em>');\nx(/<em class=\"n_141\"><\\/em>/g,'<em class=\"n_141\">药<\\/em>');\nx(/<em class=\"n_142\"><\\/em>/g,'<em class=\"n_142\">腰<\\/em>');\nx(/<em class=\"n_143\"><\\/em>/g,'<em class=\"n_143\">夜<\\/em>');\nx(/<em class=\"n_144\"><\\/em>/g,'<em class=\"n_144\">液<\\/em>');\nx(/<em class=\"n_145\"><\\/em>/g,'<em class=\"n_145\">野<\\/em>');\nx(/<em class=\"n_146\"><\\/em>/g,'<em class=\"n_146\">衣<\\/em>');\nx(/<em class=\"n_147\"><\\/em>/g,'<em class=\"n_147\">姨<\\/em>');\nx(/<em class=\"n_148\"><\\/em>/g,'<em class=\"n_148\">吟<\\/em>');\nx(/<em class=\"n_149\"><\\/em>/g,'<em class=\"n_149\">淫<\\/em>');\nx(/<em class=\"n_150\"><\\/em>/g,'<em class=\"n_150\">荫<\\/em>');\nx(/<em class=\"n_151\"><\\/em>/g,'<em class=\"n_151\">幽<\\/em>');\nx(/<em class=\"n_152\"><\\/em>/g,'<em class=\"n_152\">诱<\\/em>');\nx(/<em class=\"n_153\"><\\/em>/g,'<em class=\"n_153\">尤<\\/em>');\nx(/<em class=\"n_154\"><\\/em>/g,'<em class=\"n_154\">欲<\\/em>');\nx(/<em class=\"n_155\"><\\/em>/g,'<em class=\"n_155\">吁<\\/em>');\nx(/<em class=\"n_156\"><\\/em>/g,'<em class=\"n_156\">玉<\\/em>');\nx(/<em class=\"n_157\"><\\/em>/g,'<em class=\"n_157\">吮<\\/em>');\nx(/<em class=\"n_158\"><\\/em>/g,'<em class=\"n_158\">窄<\\/em>');\nx(/<em class=\"n_159\"><\\/em>/g,'<em class=\"n_159\">占<\\/em>');\nx(/<em class=\"n_160\"><\\/em>/g,'<em class=\"n_160\">征<\\/em>');\nx(/<em class=\"n_161\"><\\/em>/g,'<em class=\"n_161\">汁<\\/em>');\nx(/<em class=\"n_162\"><\\/em>/g,'<em class=\"n_162\">嘴<\\/em>');\nx(/<em class=\"n_163\"><\\/em>/g,'<em class=\"n_163\">，<\\/em>');\nx(/<em class=\"n_164\"><\\/em>/g,'<em class=\"n_164\">。<\\/em>');\nx(/<em class=\"n_165\"><\\/em>/g,'<em class=\"n_165\">...<\\/em>');\nx(/<em class=\"n_166\"><\\/em>/g,'<em class=\"n_166\">慾<\\/em>');\nx(/<em class=\"n_167\"><\\/em>/g,'<em class=\"n_167\">丢<\\/em>');\nx(/<em class=\"n_168\"><\\/em>/g,'<em class=\"n_168\">弄<\\/em>');\nresult\n</js>",
      "imageStyle": "TEXT",
      "nextContentUrl": "//*[@class=\"curr\"]/following-sibling::a[1]/@href",
      "replaceRegex": "<js>\nfunction d(debug) {\n\tjava.log(debug);\n\tjava.log(result);\n}\n/*\nfunction x(a, b, c) {\n\tif (c) {\n\t\twhile (c.exec(result)) {\n\t\t\treplace(a, b)\n\t\t}\n\t\treturn false\n\t}\n\treplace(a, b)\n}\n*/\nfunction x(a, b, c) {\n\tif (!c) return replace(a, b);\n\twhile (c.exec(result)) {\n\t\treplace(a, b)\n\t}\n}\nfunction replace(a, b) {\n\tresult = String(result).replace(a, b);\n}\n\n// 拼音还原\n// 逐条添加：x(/#正则#/gi,\"文本\");\nx(/#1040782805#/gi,\"奸\");\nx(/#1063785572#/gi,\"搞\");\nx(/#1082275499#/gi,\"台\");\nx(/#1218400718#/gi,\"虐\");\nx(/#1697595086#/gi,\"斩\");\nx(/#1801354585#/gi,\"勃\");\nx(/#1810002091#/gi,\"九\");\nx(/#1947937898#/gi,\"粉\");\nx(/#2022721869#/gi,\"粉\");\nx(/#2033008053#/gi,\"撸\");\nx(/#2063259833#/gi,\"色\");\nx(/#2090369734#/gi,\"熟\");\nx(/#2173857009#/gi,\"高\");\nx(/#2174754224#/gi,\"暴\");\nx(/#2276251664#/gi,\"嫩\");\nx(/#2293535402#/gi,\"兽\");\nx(/#2444947917#/gi,\"性\");\nx(/#2471389451#/gi,\"湿\");\nx(/#2525826615#/gi,\"狗\");\nx(/#2548022544#/gi,\"狗\");\nx(/#2553168545#/gi,\"穴\");\nx(/#2633701054#/gi,\"棒\");\nx(/#2761875847#/gi,\"胸\");\nx(/#2769203094#/gi,\"未\");\nx(/#2781961287#/gi,\"厥\");\nx(/#2811411890#/gi,\"亡\");\nx(/#2965616717#/gi,\"爱\");\nx(/#3043454467#/gi,\"日\");\nx(/#3089649511#/gi,\"宫\");\nx(/#3296363576#/gi,\"欲\");\nx(/#3309926634#/gi,\"宰\");\nx(/#3342690501#/gi,\"舌\");\nx(/#3382216428#/gi,\"义\");\nx(/#3746262645#/gi,\"舔\");\nx(/#3893173869#/gi,\"介\");\nx(/#4006928252#/gi,\"吞\");\nx(/#4017050851#/gi,\"交\");\nx(/#0678663477#/gi,\"情\");\nx(/#5736430795#/gi,\"内\");\nx(/#5110754259#/gi,\"吸\");\nx(/#9763512263#/gi,\"美\");\nx(/#0923672614#/gi,\"死\");\nx(/#5318824731#/gi,\"妈\");\nx(/#6197424834#/gi,\"中\");\nx(/#9925956069#/gi,\"处\");\nx(/#0486110525#/gi,\"水\");\nx(/#6378369235#/gi,\"胡\");\nx(/#5732450242#/gi,\"母\");\nx(/#8087788059#/gi,\"国\");\nx(/#6259252852#/gi,\"杀\");\nx(/#6514831790#/gi,\"血\");\nx(/#7228562021#/gi,\"纪\");\nx(/#7051993783#/gi,\"硬\");\nx(/#9636759436#/gi,\"药\");\nx(/#6789528781#/gi,\"学\");\nx(/#5213317466#/gi,\"具\");\nx(/#9134848937#/gi,\"做\");\nx(/#5910985788#/gi,\"足\");\nx(/#7074467222#/gi,\"逼\");\nx(/#5265224411#/gi,\"干\");\nx(/#9860153795#/gi,\"麻\");\nx(/#4933790542#/gi,\"枪\");\nx(/#8698737337#/gi,\"奶\");\nx(/#7051410763#/gi,\"马\");\nx(/#4740869798#/gi,\"操\");\nx(/#8478694653#/gi,\"主\");\nx(/#6855685283#/gi,\"摇\");\nx(/#6281647881#/gi,\"流\");\nx(/#0423651377#/gi,\"插\");\nx(/#4808579862#/gi,\"臀\");\nx(/#5946892177#/gi,\"淫\");\nx(/#4481675898#/gi,\"荡\");\nx(/#8280163404#/gi,\"蛋\");\nx(/#9308659858#/gi,\"射\");\nx(/#0961296593#/gi,\"弹\");\nx(/#5229950952#/gi,\"肉\");\nx(/#5260398634#/gi,\"指\");\nx(/#6050660618#/gi,\"屁\");\nx(/#5969522288#/gi,\"亲\");\nx(/#5429058065#/gi,\"弟\");\nx(/#5366734122#/gi,\"共\");\nx(/#6957748176#/gi,\"尸\");\nx(/#9928120606#/gi,\"腿\");\nx(/#0551252288#/gi,\"龟\");\nx(/#7618693335#/gi,\"呻\");\nx(/#0975893408#/gi,\"吟\");\nx(/#0026372214#/gi,\"丝\");\nx(/#5318162318#/gi,\"贱\");\nx(/#0720742117#/gi,\"乳\");\nx(/#4488426878#/gi,\"缝\");\nx(/#6768988724#/gi,\"鸡\");\nx(/#0092238155#/gi,\"阴\");\nx(/#0551722925#/gi,\"唇\");\nx(/#6534003186#/gi,\"蜜\");\nx(/#5518664754#/gi,\"骚\");\nx(/#4668655063#/gi,\"潮\");\nx(/#4766000693#/gi,\"精\");\nx(/#8666880661#/gi,\"凌\");\nx(/#5105645092#/gi,\"温\");\nx(/#5329628684#/gi,\"辱\");\nx(/#0473556214#/gi,\"含\");\nx(/#4472054519#/gi,\"咪\");\nx(/#7508904751#/gi,\"帮\");\nx(/#0783213298#/gi,\"丁\");\nx(/#9821815185#/gi,\"裸\");\nx(/#0146287633#/gi,\"露\");\nx(/#0756494362#/gi,\"偷\");\nx(/#5710915044#/gi,\"童\");\nx(/#8954155954#/gi,\"炮\");\nx(/#5004143384#/gi,\"乱\");\nx(/#9829762678#/gi,\"妇\");\nx(/#4538628495#/gi,\"挤\");\nx(/#9173059916#/gi,\"毒\");\nx(/#9720548295#/gi,\"杜\");\nx(/#7130632296#/gi,\"席\");\nx(/#8993789017#/gi,\"洞\");\nx(/#5758773674#/gi,\"棍\");\nx(/#5245263419#/gi,\"轮\");\nx(/#0261725863#/gi,\"泽\");\nx(/#9572021917#/gi,\"尿\");\nx(/#8926554707#/gi,\"炸\");\nx(/#0351216125#/gi,\"坑\");\nx(/#0050897572#/gi,\"涛\");\nx(/#4436421269#/gi,\"党\");\nx(/#8997927012#/gi,\"灭\");\nx(/#8592042303#/gi,\"腐\");\nx(/#6560841485#/gi,\"伦\");\nx(/#1607055014#/gi,\"酸\");\nx(/#2158558763#/gi,\"幼\");\nx(/#8051876761#/gi,\"漪\");\nx(/#4704630913#/gi,\"茎\");\nx(/#0519063805#/gi,\"秽\");\nx(/#8861933232#/gi,\"婊\");\nx(/#8261828414#/gi,\"肛\");\nx(/#8025291368#/gi,\"锦\");\nx(/#0813524594#/gi,\"妓\");\nx(/#2729628100#/gi,\"颅\");\nx(/#4510436554#/gi,\"菊\");\nx(/#1024850854#/gi,\"嫡\");\n//字体格式文字替换\n//替换格式规则  x(/#正则#/gi,\"文本\");\n//例：一般在字体编辑器复制出来对应的编号 uniE800或者$E800为\"的\"这个字,  正则替换格式：\n\n//净化替换\nx(/([^\\n]*?(手.?机.?看.?[小片](.?[书说])?|搜?.{0,4}索?.{0,4}第.{0,4}一.{0,4}版.{0,4}主)[^\\n]*)/gi,\"\");\nx(/([^\\n]*([最樶]新.?)?[地网].?[址祉阯].?[发發沷].?[布怖].?[页頁]?[\\:：]?[1１4４]?[^\\n]*)/g,\"\");\nx(/([^\\n]*([最寻找发].{0,3}[新回].{0,3}[网地{0,3}[址阯])[^\\n]*)/gi,\"\");\nx(/([^\\n]*\\\\u5730\\\\u5740\\\\u767c\\\\u5e03\\\\u9801[^\\n]*)/gi,\"\");\nx(/([^\\n]*[1１][a-zA-Zａ-ｚＡ-Ｚ][2２][a-zA-Zａ-ｚＡ-Ｚ][3３][a-zA-Zａ-ｚＡ-Ｚ]([4４][a-zA-Zａ-ｚＡ-Ｚ])?[^<\\r\\n]*)/gi,\"\");\nx(/([^\\n]*ＹＹＤＳＴxＴ(．ＣＣ)?[^\\n]*)/,\"\");\nx(/(.*[0０][1１][bЪｂ][ｚz].*)/gi,\"\");\nx(/(.*[真发即百更].?[正送可度多].?[网电获搜精].?[站子得索彩].?\\s?[请邮最第小].*)/gi,\"\");\nx(/([^<\\n]*?手.机.看.小.[书说][^\\n]*)/gi,\"\");\nx(/(ｂｚ２０２１)[^<\\n]+/gi,\"\");\nx(/(手机阅读小说：７７７８８７７[^\\n]*)/gi,\"\");\nx(/(diyibanzhu@gmail.com)/gi,\"\");\n(/((（待续）|(地~址~)|(手机看片))[^\\n]*)/gi,\"\");\nx(/([^\\n]*#chao#.+?#lian#.+?#jie#[^\\n]*)/gi,\"\");\nx(/([^\\n]*[wШЩ]*?.*[c℃ㄈＣ][oО⊙ò〇Ο０][mмМＭΜ][^\\n]*)/gi,\"\");\nx(/([^\\n]*使用chrome谷歌浏览[^\\n]*)/gi,\"\");\nx(/（苹果手机使用.+/g,\"\");\nx(/.*((５|６|７|８)X)+.*/g,\"\");\nx(/www.diyibanzhu.net/g,\"\");\n\n//分页后的断行还原\nx(/([\\r\\n]?\\s*(hereispagebreak)[\\r\\n]?\\s*)/gi, \"\");\n\n//35字换行排版恢复\nx(/([\\r\\n])((tjjtds)?.{33,39}[，、．～…“：；‘—『「\\u4e00-\\u9fa5][\\r\\n])\\s{2}/gi, \"$1$2tjjtds\", /([\\r\\n])((tjjtds)?.{33,39}[，、．～…“：；‘—『「\\u4e00-\\u9fa5][\\r\\n])\\s{2}/gi);\n\n// 换行修复\n//x(/([\\r\\n])((tjjtds)?.{33,39}[，、．～…“：；‘—『「\\u4e00-\\u9fa5][\\r\\n])\\s{2}/gi, \"$1$2tjjtds\", 1);\n\nx(/[\\r\\n](tjjtds|　+?[\\r\\n])/g, \"\");\n//为防万一，去掉汉字之间的空格\nx(/([\\u4e00-\\u9fa5])[ 　]+([\\u4e00-\\u9fa5])/g, '$1$2');\n//去掉多余换行\nx(/[\\r\\n]{2,}/g, \"\\r\\n\")\n\nx(/([「][^」]+)\\s*\\n\\s*/g, \"$1\", /([「][^」]+)\\s*\\n\\s*/g);\nx(/([\\u4e00-\\u9fa5][『「][^，。？！：；]{1,12}[」』])\\s+/g, \"$1\");\nx(/([。！？…])([『「])/g, \"$1\\r\\n　　$2\");\n// 日期换行\nfunction dateBreak(){\n  let reg = /^.{1,100}/;\n  let r100 = result.match(reg);\n  if(r100 && r100[0]){\n    let str = r100[0];\n    let reg2 = /(\\d+年\\d+月\\d+日)/\n    if(reg2.test(str)){\n      result = result.replace(reg,str.replace(reg2,'$1\\r\\n'));\n    }\n  }\n}\ndateBreak()\nx(/([\\u4e00-\\u9fa5])\\s+([\\u4e00-\\u9fa5])/g,'$1$2');\nresult;\n</js>##本章未完.*|<!--script.*|【1】.*|sjwzl.*|P>.*",
      "webJs": ""
    },
    "ruleExplore": {
      "author": ".info@a.0@text",
      "bookList": ".bd@.column-2\n<js>\njava.log(baseUrl)\nresult\n</js>",
      "bookUrl": ".name@href",
      "intro": "p.info.1@text",
      "kind": "span.0@text&&p.info.1@text##更新：",
      "lastChapter": ".update@a@text",
      "name": ".name@text",
      "wordCount": ".info@span@text##字数："
    },
    "ruleSearch": {
      "author": "//p[@class=\"info\"]/text()##作者：",
      "bookList": "@js:\npath = 'tag.li';\nu=java.get('url');\nc=java.getElement(path);\nif (!c.length && result.includes('no-js')) {\n  cookie.removeCookie(source.getKey());\n  res = java.startBrowserAwait(u,'ver')\n  java.setContent(res.body())\n  java.getElement(path);\n}",
      "bookUrl": "//a[@class=\"name\"]/@href",
      "checkKeyWord": "派对",
      "lastChapter": "//p[@class=\"update\"]/a/text()",
      "name": ".name@text",
      "wordCount": "//span[@class=\"words\"]/text()##字数："
    },
    "ruleToc": {
      "chapterList": ".chapter-list.1@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": ".endPage@href##_(\\d+)/##$1###\n<js>\nmaxPage = result[0];\nurls = [];\nurl = baseUrl.replace(/(_\\d+)?\\/?$/, '_');\nfor (i = 2; i <= maxPage; i++) urls.push(url + i + '/');\nurls\n</js>"
    },
    "searchUrl": "https://www.diyibanzhu.me/wap.php?action=search,{\n  \"charset\": \"GBK\",\n  \"body\": \"wd={{key}}&submit=搜索\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "阿巴小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://xiaoshuo.uc.cn",
    "customButton": false,
    "customOrder": 560,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\nvar cat1='都市,玄幻,仙侠,灵异,历史,游戏,科幻,武侠,奇幻,竞技';var list=[];\nfunction getUrl(cats,url1){cats.split(',').forEach((i)=>{list.push(i+'::'+url1+i)})};\nlist.push('男→::');\ngetUrl(cat1,'http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&onlyCpBooks=1&status=2&firstCate=');\nlist.join('\\n')\n</js>",
    "lastUpdateTime": 1731570549624,
    "respondTime": 5414,
    "ruleBookInfo": {
      "init": "<js>\nvar bookId=java.get('bid');\nvar encryptKey=\"37e81a9d8f02596e1b895d07c171d5c9\",user_id=\"8000000\",timestamp=parseInt((new Date).getTime()/1e3);\nvar o=bookId+timestamp+user_id+encryptKey;\nvar sign=java.md5Encode(o);\nvar list={'turl':'https://ocean.shuqireader.com/api/bcspub/qswebapi/book/chapterlist?_=&bookId='+bookId+'&user_id=8000000&sign='+sign+'&timestamp='+timestamp};list\n</js>",
      "tocUrl": "turl"
    },
    "ruleContent": {
      "content": "ChapterContent@js:\nfunction p(e) {\n    return e.split(\"\").map(function (e) {\n        return e.match(/[A-Za-z]/) ? (c = Math.floor(e.charCodeAt(0) / 97), k = (e.toLowerCase().charCodeAt(0) - 83) % 26 || 26, String.fromCharCode(k + (0 == c ? 64 : 96))) : e\n    }).join(\"\")\n}\njava.base64Decode(p(result))"
    },
    "ruleExplore": {
      "author": "author",
      "bookList": "$.data",
      "bookUrl": "$.bid<js>java.put('bid',result);'http://xiaoshuo.uc.cn/#!/ct/cover/bid/'+result</js>",
      "coverUrl": "cover",
      "intro": "desc",
      "kind": "{{$.category}},{{$.tags}},读者{{$.reads}},{{$.status}}<js>result.replace(/1$/,'完结').replace(/0$/,'连载')</js>",
      "lastChapter": "$.uptime<js>java.getString('$.last_chapter_name')+' '+java.timeFormat(result*1000)</js>",
      "name": "title",
      "wordCount": "words"
    },
    "ruleSearch": {
      "author": "author",
      "bookList": "$.data",
      "bookUrl": "$.bid<js>java.put('bid',result);'http://xiaoshuo.uc.cn/#!/ct/cover/bid/'+result</js>",
      "coverUrl": "cover",
      "intro": "desc",
      "kind": "category&&tags",
      "name": "title",
      "wordCount": "words"
    },
    "ruleToc": {
      "chapterList": "$.data.chapterList[0].volumeList<js>java.put('freeUrlPre',java.getString('$.data.freeContUrlPrefix'));java.put('shortUrlPre',java.getString('$.data.shortContUrlPrefix'));result</js>",
      "chapterName": "chapterName",
      "chapterUrl": "<js>var l=java.getString('$.contUrlSuffix');if(l.indexOf('reqEncryptParam')==-1){java.get('freeUrlPre')+l}else{java.get('shortUrlPre')+java.getString('$.shortContUrlSuffix')}</js>",
      "isVip": "chapterPrice"
    },
    "searchUrl": "http://read.xiaoshuo1-sm.com/novel/i.php?do=is_serchpay&page=1&size=10&q={{key}}&filterMigu=1&p=17&shuqi_h5=&_=1619653492249",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "百度小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://novelapi.baidu.com/",
    "customButton": false,
    "customOrder": 561,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "",
    "lastUpdateTime": 1734984863107,
    "respondTime": 3648,
    "ruleBookInfo": {
      "author": "author",
      "coverUrl": "coverImage",
      "init": "novel.detail.data",
      "intro": "&nbsp;🔗 {{$.cp_name}}作品\n♥️ {{$..bookshelf_num}}人收藏\n📖 {{$..read_num_now}}人在看\n💬 {{$..show_score_ave}}分/{{$..show_people_num}}人\n📄 简介：{{$.summary##\\s+##<br>}}",
      "kind": "category_tag.*.*&&status&&unit_price",
      "lastChapter": "{{$.chapterList[-1].chapterName}}·{{$.chapterList[-1].updateTime}}",
      "name": "title",
      "tocUrl": "gid@js:'/searchbox?action=novel&type=chapter,'+JSON.stringify({\"method\": \"POST\",\"body\":'data={\"gid\":'+result+'}'})",
      "wordCount": "words_num"
    },
    "ruleContent": {
      "content": "$..content_url@js:data=org.jsoup.Jsoup.connect(result).ignoreContentType(true).ignoreHttpErrors(true).execute().bodyAsBytes();cipher=java.createSymmetricCrypto('AES/CBC/PKCS5Padding','D0CD8B760CE07BC3','2011121211143000');cipher.decryptStr(data)"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "author",
      "bookList": "novel.search.data.list",
      "bookUrl": "/boxnovel/cors?osname=bdboxnovelsdk&action=novel&type=detail&tojsondata=1&data={\"gid\":\"{{$.gid}}\",\"frombox\":true}",
      "coverUrl": "logo",
      "intro": "summary",
      "kind": "{{$.categoryraw##_##,}},{{$.score}}分,{{$.status}}",
      "lastChapter": "",
      "name": "title",
      "wordCount": "wordCount"
    },
    "ruleToc": {
      "chapterList": "@js:vip=java.getString('$..price_pattern');o=java.getElements('$..items.*');list=[];for(i in o){list.push({\"title\":o[i].title,\"url\":'/searchbox?action=novel&type=content&uid=juB18g8oHi_-aH88lPHl8g8nHi_ju2avgi25ugi3Sf8R9WMxpiWmuYMaA&ua=_a-qiyuuvigyNE64I5me6NN0v8oZu-I4_C2Hiyat2iqlC&ctv=2&cen=ua_uid,'+JSON.stringify({\"body\":'data={\"gid\":'+String(o[i].cid).replace(/\\|.+/,'')+',\"cid\":\"'+String(o[i].cid)+'\",\"dir\":\"0\",\"fromaction\":\"viewcontent\",\"need_buy_info\":0}',\"method\": \"POST\"}),\"vip\":((vip==1&&o[i].free+1)%2&&true)||false});};list",
      "chapterName": "title",
      "chapterUrl": "url",
      "isPay": "",
      "isVip": "vip",
      "isVolume": "",
      "nextTocUrl": "",
      "preUpdateJs": "",
      "updateTime": ""
    },
    "searchUrl": "/boxnovel/cors?osname=bdboxnovelsdk&action=novel&type=search&data={\"word\":\"{{key}}\",\"fromaction\":\"search\",\"pageNum\":{{page}}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "PO全本🌹",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.isex.work",
    "customButton": false,
    "customOrder": 562,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"更新时间\",\"url\":\"/book_lastupdate_0_0_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"入库时间\",\"url\":\"/book_postdate_0_0_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"编辑推荐\",\"url\":\"/book_toptime_0_0_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总点击\",\"url\":\"/book_allvisit_0_0_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总推荐\",\"url\":\"/book_allvote_0_0_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总鲜花\",\"url\":\"/book_allflower_0_0_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总月票\",\"url\":\"/book_allvipvote_0_0_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"字数\",\"url\":\"/book_words_0_0_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"收藏数\",\"url\":\"/book_goodnum_0_0_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校园言情\",\"url\":\"/book_lastupdate_0_1_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市言情\",\"url\":\"/book_lastupdate_0_2_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代言情\",\"url\":\"/book_lastupdate_0_3_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"罗曼史\",\"url\":\"/book_lastupdate_0_4_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美\",\"url\":\"/book_lastupdate_0_5_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"百合\",\"url\":\"/book_lastupdate_0_6_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人\",\"url\":\"/book_lastupdate_0_7_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奇幻玄幻\",\"url\":\"/book_lastupdate_0_8_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游竞技\",\"url\":\"/book_lastupdate_0_9_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻异能\",\"url\":\"/book_lastupdate_0_10_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖灵异\",\"url\":\"/book_lastupdate_0_11_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"惊悚推理\",\"url\":\"/book_lastupdate_0_12_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠仙侠\",\"url\":\"/book_lastupdate_0_13_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"/book_lastupdate_0_14_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越重生\",\"url\":\"/book_lastupdate_0_15_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"综合其他\",\"url\":\"/book_lastupdate_0_16_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"新书上传\",\"url\":\"/book_lastupdate_0_0_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"三日内\",\"url\":\"/book_lastupdate_0_0_0_0_1_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"七日内\",\"url\":\"/book_lastupdate_0_0_0_0_2_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"半月内\",\"url\":\"/book_lastupdate_0_0_0_0_3_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"一月内\",\"url\":\"/book_lastupdate_0_0_0_0_4_0_0_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1750220855496,
    "respondTime": 3331,
    "ruleBookInfo": {
      "author": "class.p_author@text",
      "coverUrl": "tag.img@src",
      "init": "",
      "intro": "id.bookintro@text",
      "lastChapter": "id.uptime@tag.span@text",
      "name": "class.d_title@tag.h1@text",
      "tocUrl": "text.更多目录@href"
    },
    "ruleContent": {
      "content": "id.TextContent@html"
    },
    "ruleExplore": {
      "bookList": "id.sitebox@tag.dl",
      "bookUrl": "tag.h3@tag.a@href",
      "coverUrl": "tag.img@_src",
      "intro": "class.book_des@text",
      "kind": "tag.dt@tag.span@text",
      "name": "tag.h3@tag.a@text"
    },
    "ruleSearch": {
      "bookList": "id.nr",
      "bookUrl": "tag.h3@tag.a@href",
      "coverUrl": "tag.img@src",
      "intro": "class.book_des@text",
      "kind": "tag.span.0@text",
      "name": "tag.h3@tag.a.-1@text"
    },
    "ruleToc": {
      "chapterList": "class.chaw_c@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/modules/article/search.php,{\n\"method\": \"POST\",\n\"body\": \"searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "搜读中文",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.soduzw.com",
    "customButton": false,
    "customOrder": 563,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1738414798300,
    "respondTime": 3261,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property$=category]@content&&[property$=status]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "class.chapterlist2@a@href",
      "wordCount": "[property$=update_time]@content"
    },
    "ruleContent": {
      "content": "class.content@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.span.1@text",
      "bookList": "class.Search",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "lastChapter": "tag.a.3@text",
      "name": "tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.chapter",
      "chapterName": "a@text",
      "chapterUrl": "a@href##$##,{'webView':true}"
    },
    "searchUrl": "http://www.soduzw.com/search.html,{\n  \"method\": \"POST\",\n  \"body\": \"searchtype=novelname&searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "//by:cwjdb\n//同站https://www.shikongxsw.com",
    "bookSourceGroup": "免费",
    "bookSourceName": "石头小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.shitouxs.com",
    "customButton": false,
    "customOrder": 564,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"༺ˇ»`ʚ全部分类ɞ´«ˇ༻\",\"url\":\"/fenlei/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"玄幻异术\",\"url\":\"/fenlei/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠修真\",\"url\":\"/fenlei/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"浪漫言情\",\"url\":\"/fenlei/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史穿越\",\"url\":\"/fenlei/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏同人\",\"url\":\"/fenlei/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻时空\",\"url\":\"/fenlei/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖悬疑\",\"url\":\"/fenlei/7/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"文学经典\",\"url\":\"/fenlei/8/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; U; Android 13; zh-Hans-CN; PFJM10 Build/TP1A.220905.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/100.0.4896.58 Quark/6.13.6.581 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1746112485656,
    "respondTime": 2099,
    "ruleBookInfo": {
      "tocUrl": "#listsss dd"
    },
    "ruleContent": {
      "content": "#txt@html",
      "replaceRegex": "##www.shikongxsw.com 时空小说网"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author a@text",
      "bookList": ".p10",
      "bookUrl": "text.阅读@href",
      "coverUrl": "img@data-original",
      "intro": ".update@text##简介[：:]",
      "kind": ".author.1:2@text##(分类|更新时间)[：:]",
      "lastChapter": ".cat a@text",
      "name": ".bookname@text"
    },
    "ruleToc": {
      "chapterList": "#chapter",
      "chapterName": "a@text\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(\\{（｛【].*[求含理更谢乐发推票盟补加字Kk\\/].*/g,'')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(第.+章)\\s?\\d+/,'$1')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "chapterUrl": "a@href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\n/search.php?searchkey={{key}}&action=login&submit=&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "BY:溪",
    "bookSourceGroup": "免费",
    "bookSourceName": "必去书库",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.biqusk.la",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 565,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "————————🧊分类小说🧊————————\n玄幻小说::/sort/1_{{page}}/\n修真小说::/sort/2_{{page}}/\n都市小说::/sort/3_{{page}}/\n穿越小说::/sort/4_{{page}}/\n网游小说::/sort/5_{{page}}/\n科幻小说::/sort/6_{{page}}/\n其他小说::/sort/7_{{page}}/\n\n————————🧊排行榜🧊————————\n日点击榜::/top/dayvisit_{{page}}/\n周点击榜::/top/weekvisit_{{page}}/\n月点击榜::/top/monthvisit_{{page}}/\n总点击榜::/top/allvisit_{{page}}/\n总收藏榜::/top/goodnum_{{page}}/\n字数排行::/top/size_{{page}}/\n日推荐榜::/top/dayvote_{{page}}/\n周推荐榜::/top/weekvote_{{page}}/\n月推荐榜::/top/monthvote_{{page}}/\n总推荐榜::/top/allvote_{{page}}/\n最新入库::/top/postdate_{{page}}/\n最近更新::/top/lastupdate_{{page}}/\n完本::/full/{{page}}/",
    "lastUpdateTime": 1743750997463,
    "loginUrl": "",
    "respondTime": 5876,
    "ruleBookInfo": {
      "author": "class.tab@.p1@text",
      "coverUrl": "class.tu@img@src",
      "intro": "p.p2.1@text",
      "kind": "class.tab1@.p4,.p5,.p6@text",
      "lastChapter": ".p3@text##最新：",
      "name": "class.tab@h2@text"
    },
    "ruleContent": {
      "content": "#novelcontent@textNodes##手机用户请浏览M.BiquDU.Tv阅读，更优质的阅读体验。|（本章未完.*）|.*一秒記住『笔♂趣÷读→WWw.BiquDU.Tv』為您提供精彩小說閱讀。|{{chapter.title}}|\\(第\\d+/\\d+页\\)",
      "nextContentUrl": "id.pb_next@href",
      "replaceRegex": "##(?<=[\\u4e00-\\u9fa5])\\n\\h*"
    },
    "ruleExplore": {
      "author": "class.label@p.2@text||p.p3@text",
      "bookList": "class.tt||class.content_link",
      "bookUrl": "class.right@p.0@a.0@href||p.p2@a.0@href",
      "coverUrl": "img@src",
      "intro": ".p5@text",
      "kind": "class.label@p.0:1@text||p.p1@text##\\[|\\]",
      "name": "class.right@p.0@a.0@text||p.p2@a.0@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": "class.search_list",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "",
      "intro": "",
      "kind": "a.1@text",
      "lastChapter": "",
      "name": "a.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "ul.1@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "options[selectedIndex].value@href||option@value"
    },
    "searchUrl": "/s.php,{\n  \"body\": \"s={{key}}&type=articlename\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "by莫闻（修复搜索）",
    "bookSourceGroup": "免费",
    "bookSourceName": "帝书阁",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.xdishuge.net/",
    "customButton": false,
    "customOrder": 566,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1749914168450,
    "respondTime": 7882,
    "ruleBookInfo": {
      "author": ".info@text## .*",
      "coverUrl": "img@src",
      "kind": ".info@text&&.status@text##[\\s\\S]+分类：(.*?) [\\s\\S]+##$1",
      "lastChapter": ".info.0@text##[\\s\\S]+最新：(.*)##$1",
      "name": "h1@text",
      "wordCount": ".info.0@text##[\\s\\S]+更新：(\\d+.\\d+.\\d+)[\\s\\S]+##$1"
    },
    "ruleContent": {
      "content": "#mycontent@p!0:-1@textNodes",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": ".info@text## .*",
      "bookList": ".bd",
      "bookUrl": "a.0@href",
      "checkKeyWord": "剑来",
      "coverUrl": "img@src",
      "intro": "",
      "kind": ".status@text&&a.2@text",
      "lastChapter": ".info.0@text##[\\s\\S]+最新：(.*)##$1",
      "name": "h1@text",
      "wordCount": ".info.0@text##[\\s\\S]+更新：(\\d+.\\d+.\\d+)[\\s\\S]+##$1"
    },
    "ruleToc": {
      "chapterList": ".bd",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "preUpdateJs": "",
      "updateTime": "span@text"
    },
    "searchUrl": "http://m.xdishuge.net/search/,{\n\t\"method\":\"post\",\n\t\"body\":\"searchkey={{key}}\"}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "阅友小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.suixkan.com#",
    "customButton": false,
    "customOrder": 567,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"推荐\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"重磅推荐\",\"url\":\"/l/s/28/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"男生必读\",\"url\":\"/l/s/29/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"女生爱看\",\"url\":\"/l/s/30/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"小编推荐\",\"url\":\"/l/s/31/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"男频\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"都市人生\",\"url\":\"/l/f/1100/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/l/f/1101/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"/l/f/1102/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"军事历史\",\"url\":\"/l/f/1103/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻末世\",\"url\":\"/l/f/1104/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"游戏体育\",\"url\":\"/l/f/1105/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"热血青春\",\"url\":\"/l/f/1106/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑灵异\",\"url\":\"/l/f/1107/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"脑洞大开\",\"url\":\"/l/f/1108/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"女频\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"现代言情\",\"url\":\"/l/f/2100/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代言情\",\"url\":\"/l/f/2101/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"幻想言情\",\"url\":\"/l/f/2102/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"\",\"url\":\"/l/f/2103/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越时空\",\"url\":\"/l/f/2104/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"宫闱争斗\",\"url\":\"/l/f/2105/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"豪门总裁\",\"url\":\"/l/f/2106/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"婚恋爱情\",\"url\":\"/l/f/2107/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"经商种田\",\"url\":\"/l/f/2108/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"图书\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"出版读物\",\"url\":\"/l/f/3101/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"文学小说\",\"url\":\"/l/f/3102/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代典籍\",\"url\":\"/l/f/3103/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1735052602962,
    "respondTime": 1064,
    "ruleBookInfo": {
      "author": ".face-info span.0@text##.*：",
      "coverUrl": ".face-cover img@src",
      "init": "",
      "intro": "#intro@html",
      "kind": ".face-info span.1:3@text&&#idNewIds@#chapter-ps-id@text##.*：",
      "lastChapter": "#idNewIds@.chapter-entrance@text",
      "name": ".face-info-title@text",
      "tocUrl": ".sumchapter a@href",
      "wordCount": ".face-info span.2@text##.*：|\\s"
    },
    "ruleContent": {
      "content": ".con@html",
      "replaceRegex": "##[\\(（]本章未完.*[）\\)]|[\\(（]本章完[）\\)]"
    },
    "ruleExplore": {
      "author": ".v-author@text##\\s",
      "bookList": ".v-list-item",
      "bookUrl": "@onclick@js:result.match(/\\('(.*?)'\\)/)[1]",
      "coverUrl": "img@src",
      "intro": ".v-intro@text",
      "name": ".v-title@text",
      "wordCount": ".v-words@text"
    },
    "ruleSearch": {
      "author": ".v-author@text##\\s",
      "bookList": ".v-list-item",
      "bookUrl": "@onclick@js:result.match(/\\('(.*?)', '', ''\\)/)[1]",
      "coverUrl": "img@src",
      "intro": ".v-intro@text",
      "kind": ".base-label@text",
      "name": ".v-title@text",
      "wordCount": ".v-words@text##\\s"
    },
    "ruleToc": {
      "chapterList": ".catalog_ls li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/s/1.html?keyword={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "果露小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.guolu88.cc",
    "bookUrlPattern": "https://www.guolu88.cc/go/\\d+/",
    "customButton": false,
    "customOrder": 568,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部小说\",\"url\":\"/all<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"玄幻小说\",\"url\":\"/xuanhuan<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠小说\",\"url\":\"/xianxia<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市小说\",\"url\":\"/dushi<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"军史小说\",\"url\":\"/junshi<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游小说\",\"url\":\"/wangyou<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻小说\",\"url\":\"/kehuan<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异小说\",\"url\":\"/lingyi<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"言情小说\",\"url\":\"/yanqing<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他小说\",\"url\":\"/qita<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"小说排行\",\"url\":\"/top<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"总点击榜\",\"url\":\"/allvisit<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月点击榜\",\"url\":\"/monthvisit<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周点击榜\",\"url\":\"/weekvisit<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总推荐榜\",\"url\":\"/allvote<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月推荐榜\",\"url\":\"/monthvote<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"收藏排行\",\"url\":\"/goodnum<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最近更新\",\"url\":\"/lastupdate<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"新书上架\",\"url\":\"/postdate<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"字数排行\",\"url\":\"/size<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完本小说\",\"url\":\"/wanben/<,{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}}]",
    "header": "{ \"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1733580488859,
    "respondTime": 5351,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content\n##章节目录\\s",
      "name": "[property$=book_name]@content"
    },
    "ruleContent": {
      "content": ".readcontent@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##-->>|本章未完.*继续阅读"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author.0@text",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "intro": ".update@textNodes",
      "kind": "0",
      "lastChapter": "a.1@text",
      "name": "h4@text",
      "wordCount": ".author.1@text##字数："
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "https://www.guolu88.cc/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "阅友小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.yueyouxs.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 569,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"都市人生\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=1100&page={{page}}&\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=1101&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"仙侠武侠\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=1102&page={{page}}&\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"军事历史\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=1103&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"科幻末世\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=1104&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"游戏体育\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=1105&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"悬疑灵异\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=1107&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"脑洞大开\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=1108&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"现代言情\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=2100&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"古代言情\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=2101&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"幻想言情\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=2102&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"穿越时空\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=2104&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"宫闱争斗\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=2105&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"豪门总裁\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=2106&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"婚恋爱情\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=2107&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"经商种田\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=2108&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"出版读物\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=3101&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"文学小说\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=3102&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}}]",
    "header": "<js>\n(()=>{\n\tvar ua = \"Mozilla/5.0 (Linux; U; Android 10; zh-Hans-CN; PCT-AL10 Build/HUAWEIPCT-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 Quark/4.0.5.137 Mobile Safari/537.36\";\n\tvar heders = {\"User-Agent\": ua};\n\treturn JSON.stringify(heders);\n})()\n</js>",
    "lastUpdateTime": 1733764756803,
    "loginUrl": "",
    "respondTime": 615,
    "ruleBookInfo": {
      "author": "class.v-words flex.0@text##作者：",
      "coverUrl": "class.adMessage@img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "div.face-info.flex-item@span.1@text##.*：",
      "lastChapter": "class.chapter-entrance flex-item@text",
      "name": "class.face-info-title@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节",
      "tocUrl": "class.sumchapter@tag.span@tag.a@href",
      "wordCount": "class.v-words flex.2@text##字数："
    },
    "ruleContent": {
      "content": "class.con@html##（本章完）|（本章未完，请翻页）|.*书友群.*|\\s",
      "imageStyle": "0",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "$.authorName",
      "bookList": "$..list[*]",
      "bookUrl": "http://m.yueyouxs.com/b/{$.wapBookId}.html",
      "coverUrl": "$.bookPic",
      "intro": "$.intro",
      "kind": "$.classifySecondName&&$.updateTime&&$.classifyName",
      "lastChapter": "$.latestChapterName",
      "name": "$.bookName",
      "wordCount": "$.words"
    },
    "ruleSearch": {
      "author": "$.authorName",
      "bookList": "$..list[*]",
      "bookUrl": "http://m.yueyouxs.com/b/{$.wapBookId}.html",
      "checkKeyWord": "",
      "coverUrl": "$.bookPic",
      "intro": "$.intro",
      "kind": "$.classifySecondName&&$.updateTime",
      "lastChapter": "$.latestChapterName",
      "name": "$.bookName##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节",
      "wordCount": "$.words"
    },
    "ruleToc": {
      "chapterList": "class.catalog_ls@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://m.yueyouxs.com/api/book/search?keyword={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "吧电子书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.wsskw.com#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 570,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1735051167996,
    "loginUrl": "",
    "respondTime": 2228,
    "ruleBookInfo": {
      "coverUrl": "class.detail_info@img@src",
      "intro": "class.small.4@html##简介：|.*作者：.*|.*推荐地址.*",
      "lastChapter": "class.small.3@a@text"
    },
    "ruleContent": {
      "content": "id.content@textNodes##请记住本书.*|----|书快.*看书最快.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.even.1@text||class.s@text##大小.*",
      "bookList": "class.grid@tr||class.listBox@ul@li",
      "bookUrl": "class.even@a@href||class.red@href",
      "coverUrl": "a@href<js>'/headimgs'+String(result).replace(/.*?(\\d*?)(\\d{1,3})\\//,'/$1/$1$2/s$1$2.jpg').replace('//','/0/')</js>",
      "lastChapter": "class.odd@a@text||class.red@text",
      "name": "tag.a.0@text##txt下载"
    },
    "ruleToc": {
      "chapterList": "class.showInfo@ul@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.wsskw.com/so.html?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "爱看书",
    "bookSourceType": 0,
    "bookSourceUrl": "https://cxb-pro.cread.com",
    "bookUrlPattern": "已校验",
    "customButton": false,
    "customOrder": 571,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"——————出版频道——————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"文学小说\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3100&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经典名著\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3200&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经管励志\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3300&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"生活休闲\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3400&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"婚姻家庭\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3500&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科普教育\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3600&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"纪实传记\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3700&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"亲子育儿\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3800&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"工具百科\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3900&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"——————男生频道——————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"都市小说\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1200&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"东方玄幻\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1100&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠仙侠\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1400&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"悬疑惊悚\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1800&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"架空历史\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1500&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"网游竞技\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1700&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻未来\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1600&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"西方玄幻\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1300&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"——————女生频道——————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"古代言情\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2100&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"幻想言情\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2200&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市言情\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2300&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"总裁豪门\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2400&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"青春校园\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2500&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"唯美同人\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2600&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\r\n\"uid\":\"110496550\",\r\n\"cnid\":\"10005\",\r\n\"version\":\"7.6.0\",\r\n\"packname\":\"com.mianfeizs.book\",\r\n\"oscode\":\"30\",\r\n\"vcode\":\"134\",\r\n\"channelId\":\"10005\",\r\n\"platform\":\"android\",\r\n\"appname\":\"mfzs\"\n}",
    "lastUpdateTime": 1734382691777,
    "respondTime": 2969,
    "ruleBookInfo": {
      "author": "$..bookVo.authorName",
      "canReName": "",
      "coverUrl": "",
      "intro": "$..bookVo.introduction",
      "lastChapter": "$..bookVo.lastUpdateChapterName",
      "name": "$..bookVo.bookName@put:{bookid:$..bookVo.bookId}",
      "tocUrl": "https://cxb-pro.cread.com/cx/itf/getvolume?bookId={{$..bookVo.bookId}}"
    },
    "ruleContent": {
      "content": "$..content"
    },
    "ruleExplore": {
      "author": "$.authorName",
      "bookList": "$.dataList",
      "bookUrl": "https://readbook-service-freebook.cread.com/cx/bookDetailYS?bookid={{$.bookid}}",
      "coverUrl": "$.cover",
      "intro": "$.intro",
      "kind": "$.categoryName",
      "lastChapter": "",
      "name": "$.newBookName",
      "wordCount": "$.wordCount"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.list",
      "bookUrl": "https://readbook-service-freebook.cread.com/cx/bookDetailYS?bookid={{$.id}}",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "$.categoryName",
      "lastChapter": "",
      "name": "$.name",
      "wordCount": "$.words"
    },
    "ruleToc": {
      "chapterList": "$..bookChapters[*]",
      "chapterName": "$.name",
      "chapterUrl": "https://cxb-pro.cread.com:443/cx/itf/chapterRead?bookId=@get:{bookid}&chapterId={{$.id}}&full=0",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": "$.updateDate@js:java.timeFormat(result)"
    },
    "searchUrl": "https://cxb-pro.cread.com/cx/searchbooks,{\n\"charset\": \"\",\n\"method\": \"POST\",\n\"body\": \"keyword={{key}}&pageNo={{page}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "快眼看书#2",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.ibotaodz.org",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 572,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1745854460508,
    "loginUrl": "",
    "respondTime": 2853,
    "ruleBookInfo": {
      "author": "class.novelinfo-l@tag.li.0@text##作者：",
      "coverUrl": "class.novelinfo-r@tag.a@tag.img@src",
      "intro": "class.novelintro@text##各位书友要是.*",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": "class.novelinfo-l@li@a@text",
      "name": "class.w-left@tag.h1@text"
    },
    "ruleContent": {
      "content": "id.chaptercontent@html",
      "replaceRegex": "##.*最新网址.*\\s|.*最新网址.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.info@tag.span.1@text",
      "bookList": "class.librarylist@tag.li",
      "bookUrl": "class.info@tag.span.0@tag.a@href",
      "coverUrl": "class.pt-ll-l@tag.a@tag.img@src",
      "lastChapter": "class.last@tag.a@text",
      "name": "class.info@tag.span.0@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.fulldir@tag.ul@tag.li@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "笔仙阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.bixiange.top/",
    "customButton": false,
    "customOrder": 573,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"都市言情\",\"url\":\"/dsyq/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠修真\",\"url\":\"/wxxz/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻奇幻\",\"url\":\"/xhqh/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越架空\",\"url\":\"/cyjk/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻竞技\",\"url\":\"/khjj/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"鬼话悬疑\",\"url\":\"/ghxy/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"军事历史\",\"url\":\"/jsls/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"官场商战\",\"url\":\"/guanchang/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"乡土风情\",\"url\":\"/xtfq/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美小说\",\"url\":\"/dmtr/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人小说\",\"url\":\"/trxs/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"精品小说\",\"url\":\"/jqxs/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1721531925856,
    "respondTime": 6479,
    "ruleBookInfo": {
      "author": ".descTip@p.1@span@text##作者：",
      "coverUrl": ".info-left@img.0@src",
      "init": "",
      "intro": ".descInfo@p.0@html",
      "kind": ".descTip@span.0:3@text##.*：",
      "lastChapter": ".catalog@.clearfix@li.-1@a@text",
      "name": ".info-right@h1@text",
      "wordCount": ".descTip@p.0@span.1@text##.*："
    },
    "ruleContent": {
      "content": ".content@html"
    },
    "ruleExplore": {
      "author": ".tips@span.0@text",
      "bookList": "[class=\"clearfix\"]@li",
      "bookUrl": "strong a@href",
      "coverUrl": "img@src",
      "intro": ".descript a@html",
      "kind": ".tips@span!0@text",
      "name": "img@alt"
    },
    "ruleSearch": {
      "bookList": ".clearfix li",
      "bookUrl": ".cover a@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "intro": ".descript a@html",
      "kind": ".tips span.1@text##大小：|时间：",
      "name": "img@alt",
      "wordCount": ".tips span.0@text##大小：|时间："
    },
    "ruleToc": {
      "chapterList": "[class=\"clearfix\"]@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "/e/search/indexpage.php,{\n  \"body\": \"keyboard={{key}}&show=title&classid=0\",\n  \"charset\": \"GB2312\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "植物小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://api.xingliangglobal.com/",
    "customButton": false,
    "customOrder": 574,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar sort=[];\npush=(title,url,type,size)=>sort.push({\n    \"title\": title,\n    \"url\": url?url:\"\",\n    \"style\": {\n      \"layout_flexGrow\": type,\n      \"layout_flexBasisPercent\": size,\n    }\n  });\n\nbd=[\"必读榜\",\"潜力榜\",\"完本榜\",\n\"更新榜\",\"搜索榜\",\"评论榜\"];\npd=[[\"男频\",\"1\"],\n\t[\"女频\",\"2\"]].map([title,id]=>{\npush(title+'榜单', null, 1, 1);\n\t\tbd.map((title,index)=>{\t\t\t\n\t\t  \turl= `/module/rank?type=${index+1}&channel=${id}&page={{page}}`; \n\t\t\t\tpush(title, url, 1, 0.25);\t\t\t\t\t\t\t\t\t\t\n\t\t\t});\n\t});\n\nbook=[[\"男频\",\n[[\"玄幻\",\"lejRej\"],[\"都市\",\"mbk5ez\"],[\"武侠\",\"nel5aK\"],[\"仙侠\",\"vbmOeY\"],[\"军事\",\"penRe7\"],[\"历史\",\"xbojag\"],[\"游戏\",\"mep2bM\"],[\"科幻\",\"zbq2dp\"],[\"轻小说\",\"YerEdO\"]]],\n\t [\"女频\",\n[[\"现代言情\",\"9avmeG\"],[\"古代言情\",\"DdwRb1\"],[\"幻想言情\",\"7ax9by\"],[\"青春校园\",\"Pdy7aQ\"],[\"唯美纯爱\",\"kazYeJ\"],[\"同人衍生\",\"9aAOdv\"]]]].map([tit1,category]=>{\n\t \t\t[[\"连载\",\"0\"],[\"完结\",\"1\"]].map([tit2,id]=>{  \n\t    push(tit1+'•'+tit2, null, 1, 1);   \n     category.map([title,cid]=>{\t    \n\turl= `/novel?isComplete=${id}&sort=1&page={{page}}&categoryId=${cid}`;\t\n\t\t\t \tpush(title, url, 1, 0.25);\n        });\n      });\n  });\n\nJSON.stringify(sort)",
    "header": "{\n    \"client-device\": \"4d9655dc356211b2d0a86a96e3e11a54\",\n    \"client-brand\": \"vivo\",\n    \"client-version\": \"1.1.0\",\n    \"client-channel\": \"android\",\n    \"client-name\": \"app.maoyankanshu.novel\",\n    \"alias-name\": \"dingdianapp\",\n    \"client-source\": \"android\",\n    \"Authorization\": \"bearereyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9hcGkueGluZ2xpYW5nZ2xvYmFsLmNvbVwvYXV0aFwvdGhpcmQiLCJpYXQiOjE2OTkyNzUzOTQsImV4cCI6MTc5MjU4NzM5NCwibmJmIjoxNjk5Mjc1Mzk0LCJqdGkiOiJyYzhtYVByUUpLazlweFd6Iiwic3ViIjoxMjkyMjEsInBydiI6ImExY2IwMzcxODAyOTZjNmExOTM4ZWYzMGI0Mzc5NDY3MmRkMDE2YzUifQ.BqlcxKRH5oiBWQjSzTEHLpwUMD-dVhVe1ufcX_BZanw\",\n     \"Connection\": \"Keep-Alive\",\n    \"User-Agent\": \"okhttp/4.9.2\"\n}",
    "lastUpdateTime": 1734979875858,
    "respondTime": 2532,
    "ruleBookInfo": {
      "author": "authorName",
      "coverUrl": "cover",
      "init": "data",
      "intro": "summary",
      "kind": "categoryNames.*.className",
      "lastChapter": "lastChapter.chapterName",
      "name": "novelName",
      "tocUrl": "/novel/{{$.novelId}}/chapters",
      "wordCount": "wordNum"
    },
    "ruleContent": {
      "content": "content"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "authorName",
      "bookList": "data",
      "bookUrl": "/novel/{{$.novelId}}?isSearch=1",
      "checkKeyWord": "剑来",
      "coverUrl": "cover",
      "intro": "summary",
      "kind": "categoryNames.[*].className",
      "lastChapter": "",
      "name": "novelName",
      "wordCount": "wordNum"
    },
    "ruleToc": {
      "chapterList": "data.list",
      "chapterName": "chapterName",
      "chapterUrl": "path\n@js:\nvar data=String(result),\ntype=\"AES/CBC/PKCS5Padding\",\nkey=\"4395daa50ad6baf7\",\niv=\"0123456789abcdef\",\ncipher=java.createSymmetricCrypto(type,key,iv),\nurl=cipher.decryptStr(data);\nurl;",
      "updateTime": "{{$.updatedAt}} • {{$.wordNum}}字"
    },
    "searchUrl": "http://api.xingliangglobal.com/search?keyword={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁,免费",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.yuyouku.com/",
    "customButton": false,
    "customOrder": 575,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n    'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36',\n    \"Cookie\":\"0\"\n}",
    "lastUpdateTime": 1732636390590,
    "respondTime": 3685,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{\nn:\"[property$=book_name|title]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\",\ntac:\"[property$=read_url]@content\"\n}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "@get:{tac}",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#txtContent@html\n@js:\n/*\nresult=result.replace(/<br>/g,\"<p></p>\").replace(/ /g,\"<p></p>\")\n*/\nresult",
      "nextContentUrl": "text.下一@href\n@js:\nif(result){\n result=result[0].includes(\"_\")?result:\"\";\n}",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "div.3@text",
      "bookList": ".list-group-item[1:-2]",
      "bookUrl": "div.1@a@href",
      "checkKeyWord": "剑来",
      "coverUrl": "",
      "intro": "",
      "kind": "div.0@i@text",
      "lastChapter": "div.2@a@text",
      "name": "div.1@a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "#chapters-list@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value",
      "updateTime": ""
    },
    "searchUrl": "@js:\nvar su=source.getKey()\nvar htmlUrl=java.get(su,{}).headers('Location')\njava.log(`重定向：${htmlUrl[0]}`)\nvar posturl=htmlUrl[0]?htmlUrl[0]:(su.includes(\"#\")?su.match(/([^\\#]+)\\#/)[1]:su)\nposturl = posturl.slice(-1)=='/'?posturl.slice(0,-1):posturl\ncookie.removeCookie(posturl)\njava.log(`请求：${posturl}`)\n\n\nvar html = java.ajax(posturl);\n\nsearch = org.jsoup.Jsoup.parse(html).select('form[role=form]').attr('action');\n\n\nposturl+search+\"?keyword={{key}},\"+JSON.stringify({\r\n  \"method\": \"GET\"\r\n})",
    "weight": 0
  },
  {
    "bookSourceComment": "//填写书籍变量可开启“只看楼主”功能\n//250211by= =",
    "bookSourceGroup": "免费",
    "bookSourceName": "华人论坛（须登陆）存档",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.huarenv5.com##",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 576,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "未来幻想::http://www.huarenv5.com/forum/forumdisplay.php?fid=54&filter=type&typeid=108",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36\"\n}",
    "lastUpdateTime": 1742532095014,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "http://www.huarenv5.com/forum/logging.php?action=login",
    "respondTime": 4033,
    "ruleBookInfo": {
      "author": "id.threadtitle@h1@ownText||.noveltitle@p.1@text##.*作者：(.*)（.*##$1",
      "coverUrl": "class.lazy@data-original",
      "init": "<js>\nif(/forum/.test(baseUrl)){\ny=java.getString(\".postauthor.0@div.0@a@text\");}\nif(/book/.test(baseUrl)){\tyy=java.getString(\".noveltitle.0@p.0@text\");y=String(yy).replace(/ 发表.*/,\"\");\n\t}\nsource.setVariable(y);result</js>",
      "intro": "h1@html&&.firstpost@.t_msgfontfix@html&&.noveltitle.0@p.1:0@html&&.novelcontent.0@html\n<js>\n//java.log(result)\nbook.getVariable(\"custom\")!=\"\"?x=\"开启\":x=\"关闭\";\nyhm=java.getString(\".postauthor.0@div.0@a@text\");\nif(yhm==\"\") {zuozhe=java.getString(\".noveltitle.0@p.0@text\");\nyhm=String(zuozhe).replace(/ 发表.*/,\"\");}\n\"<br>本帖楼主用户名：【\"+yhm+\"】\\n在本页面右上角书籍变量内输入任意文字开启“只看楼主”功能\\n若设置失败请点击本页面右上角，检查源变量与楼主用户名是否一致\\n当前状态：【\"+x+\"】\\n————\\n\"+result.replace(/<span[^<]*<\\/span>/gi,\"\").replace(/<font[^<]*<\\/font>/gi,\"\").replace(/<li[^<]*<\\/li>/gi,\"\").replace(/\\<[^<]*<\\[^>]*\\>/gi,\"\")\n</js>",
      "kind": "",
      "name": ".noveltitle@p.1@text||title@ownText##《(.*)》.*##$1",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "<js>\n//try{\nlz=source.getVariable();\nlist=\"\";\n//获取需要显示的内容，分割为数组\nif(/forum/.test(baseUrl)){\nzuozhe=java.getString(\"td[rowspan='2']@div.0@a@text\").split(\"\\n\");\nshijian=java.getString(\".authorinfo em@text\").split(\"\\n\");\nneir=java.getString(\".postmessage@tr@td@ownText\").split(\"\\n\");\n}\nif(/books/.test(baseUrl)){\tzuozhe=java.getString(\"@@.noveltitle@p.0@text\").split(\"\\n\");\nshijian=java.getString(\".noveltitle@p.0@text\").split(\"\\n\");\nneir=java.getString(\".novelcontent@ownText\").split(\"\\n\");\n}\n\n//修整内容后依次拼接\nfor(i=0;i<zuozhe.length;i++){\ntxt=String(neir[i]).replace(/\\s/g,\"\\n\");\nzz=String(zuozhe[i]).replace(/ 发表.*/,\"\");\nsj=String(shijian[i]).replace(/.*发表/,\"发表\");\njava.log(zz+lz);\n\n//只看楼主\nif (book.getVariable(\"custom\")!=\"\"){\n  if(zz==lz){\n  list=list+\"\\n@\"+zz+\"__\"+sj+\"\\n\"+txt+\"\\n————\\n\";\n  }else{};\n}else{list=list+\"\\n@\"+zz+\"__\"+sj+\"\\n\"+txt+\"\\n————\\n\";}\n}\nlist\nif(list==\"\"){\"未获取到内容，或许是因为“只看楼主”功能开启中\\n请尝试在详情页点击右上角删除书籍变量，关闭只看楼主功能后刷新本页面\"}\n//}catch {\"代码错误\"}\n</js>",
      "imageStyle": "",
      "nextContentUrl": "",
      "payAction": ""
    },
    "ruleExplore": {
      "author": "span.0@a@text||a[href*=readnovel.php]@text##.*作者[\\:：]|（.*|\\s[(欢迎)(请勿)勿暂].*",
      "bookList": "@js:\nif(/booklist/.test(baseUrl)) a=java.getElements(\"table[cellspacing='5']@tr!0\");\nif(/forum/.test(baseUrl)) a=java.getElements(\"tbody[id~=normalthread]@tr\");\nif(/books\\/$/.test(baseUrl)) a=java.getElements(\".forumitem1_content a\");\n//java.log(a)",
      "bookUrl": "a[href*=readnovel.php]@href||a@href",
      "intro": "span.0@a@text||a[href*=readnovel.php]@text##.*（(.*)）.*?##$1",
      "kind": "em.0@text&&.attach@title&&a[href~=booklist.php]@text",
      "lastChapter": ".lastpost@text",
      "name": "span.0@a@text||a[href~=readnovel.php]@text##.*《|》.*",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "class.author@tag.a@text##.*作者.|\\【.*",
      "bookList": "class.searchlist@tag.table@tag.tbody",
      "bookUrl": "tag.a@href##highlight.*",
      "checkKeyWord": "http://www.huarenv5.com/forum/viewthread.php?tid=350681&",
      "coverUrl": "",
      "kind": "class.forum@tag.a@text##口-",
      "name": "class.subject@tag.a.0@text##\\《|\\》.*"
    },
    "ruleToc": {
      "chapterList": "@js:\n    //获取总页数\ntry{\n        a = java.getString(\".last.0@text\").match(/\\s(\\d+)/)[1];\n    }\ncatch {\n    a = java.getElements(\".pages.0@a\").length;\n    if(a) {java.log(\"有.pages，按长度\")\n    }\n    else {java.log(\"没有.pages，取末页\");\n        aa = java.getString(\"text.末页@href\");\n        a = String(aa).replace(/.*page=/, \"\");\n        java.log(a)\n    }\n}\nlist = [];\nlist.push({text: \"第1页\",href: baseUrl});\nfor(i = 2; i <= a; i++) {\n    if(/thread-/.test(baseUrl)) {java.log(\"测thread\");\n        dz1 = baseUrl.replace(/-\\d+-\\d+.html/, \"-\");\n        dz2 = baseUrl.match(/-\\d+\\.html$/);\n        //\tjava.log(dz1+i+dz2);\n        list.push({\n            text: \"第\" + i + \"页\",\n            href: dz1 + i + dz2\n        })\n    }\n    else {java.log(\"page拼接\")\n        list.push({\n            text: \"第\" + i + \"页\",\n            href: baseUrl + \"&page=\" + i\n        })\n    }\n}\njava.log(JSON.stringify(list))\nlist",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "",
      "preUpdateJs": "",
      "updateTime": ""
    },
    "searchUrl": "http://www.huarenv5.com/forum/search.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"srchtxt={{key}}&searchsubmit=true&orderway=lastpost&srchtype=title&sch_time=all\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "by天天的鸟蛋蛋",
    "bookSourceGroup": "免费",
    "bookSourceName": "看情言小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.gaoyuantong.com",
    "customButton": false,
    "customOrder": 577,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "jsLib": "{\"crypto\": \"https://cdn.bootcss.com/crypto-js/3.1.9-1/crypto-js.min.js\"}",
    "lastUpdateTime": 1736419358566,
    "respondTime": 9282,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": "@js:\nfunction x(encryptedData, key, iv) {\r\n  const ciphertext = CryptoJS.enc.Base64.parse(encryptedData);\r\n  const ivBytes = CryptoJS.enc.Base64.parse(iv);\r\n  const keyBytes = CryptoJS.enc.Utf8.parse(key);\r\n  const decrypted = CryptoJS.AES.decrypt(\r\n    { ciphertext: ciphertext },\r\n    keyBytes,\r\n    { iv: ivBytes, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.ZeroPadding }\r\n  );\r\n  const decryptedText = decrypted.toString(CryptoJS.enc.Utf8);\r\n return decryptedText;\r\n  \r\n}\nmatch=src.match(/#booktxthtml'\\).html\\((.*?\\))\\)/);\n//java.log(match[1])\nif(match){\nresult=eval(match[1])}else result",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".item",
      "bookUrl": "a.0@href",
      "coverUrl": "img@data-original",
      "intro": "dd@text",
      "kind": "em.-1@text",
      "name": "a.1@text",
      "wordCount": "em.0@text##.*："
    },
    "ruleToc": {
      "chapterList": "dl@dd@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{url=source.getKey();cookie.removeCookie(url)}}\n/search,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "必去楼",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.bequ.org",
    "customButton": false,
    "customOrder": 578,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "",
    "lastUpdateTime": 0,
    "respondTime": 3983,
    "ruleBookInfo": {
      "author": "#info p.0@text",
      "coverUrl": "#fmimg img@src",
      "init": "",
      "intro": "#intro p@text",
      "name": "#info h1@text"
    },
    "ruleContent": {
      "content": ".box_con #content@html",
      "replaceRegex": "##最新网址：www.bequ6.org"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": ".grid@tr!0",
      "bookUrl": "td.1@a@href",
      "checkKeyWord": "",
      "intro": "",
      "kind": "td.0@text",
      "lastChapter": "td.3@a@text",
      "name": "td.1@a@text"
    },
    "ruleToc": {
      "chapterList": "#list dt:nth-of-type(3)~dd \n<js>\n// 使用css选择器获取第三个dt标签后的所有dd标签\n// 这是注释\nresult\n</js>",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "preUpdateJs": ""
    },
    "searchUrl": "http://www.bequ6.org/search,{\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\",\n  \"body\": \"searchkey={{key}}&searchtype=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "八零电子",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.80zw.la/##细雨尘寰",
    "customButton": false,
    "customOrder": 579,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1731787898612,
    "respondTime": 1463,
    "ruleBookInfo": {
      "author": ".block@.block_txt2@p.2@text",
      "coverUrl": ".block_img2@img@src",
      "intro": ".intro_info@text##最新章节推荐地址.*",
      "kind": ".block@.block_txt2@p.3@a@text",
      "lastChapter": "{{@@.block@.block_txt2@p.-1@a@text}}·{{@@.block@.block_txt2@p.-2@text##更新：|T.*}}",
      "name": ".block@.block_txt2@h2@text",
      "tocUrl": ".book_more@a@href"
    },
    "ruleContent": {
      "content": "#nr1@html##.*请点击下一页继续.*",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "text##.*/",
      "bookList": ".cover@.line",
      "bookUrl": "a@href",
      "checkKeyWord": "我的",
      "kind": "text##\\[|].*",
      "name": "a@text"
    },
    "ruleToc": {
      "chapterList": "dl@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "http://wap.80zw.la/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "书白迷楼",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.shumi99.com",
    "bookUrlPattern": "http://www.shumi99.com/\\d+/",
    "customButton": false,
    "customOrder": 580,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1734981932385,
    "respondTime": 7372,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "downloadUrls": "@get:{d}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=lastest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\",\nd:\"text.下载@href\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": "#rtext>p@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author.0@text",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href",
      "checkKeyWord": "快穿",
      "coverUrl": "a.0@href\n@js:\n$1=result.match(/(\\d+).?$/)[1];\n$2=parseInt($1/1000);\n`http://img.shumi99.com/${$2}/${$1}/${$1}s.jpg`",
      "intro": ".update@textNodes",
      "kind": "span.0@text&&.author.-1@text",
      "lastChapter": "a.1@text",
      "name": "h4@text",
      "wordCount": ".author.1@text##字数："
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{url=source.getKey();\ncookie.removeCookie(url)}}/search/,{\n  \"body\": \"searchkey={{key}}&submit=搜  索\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "唐三中文",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xtangsanshu.com#",
    "customButton": false,
    "customOrder": 581,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734832698329,
    "respondTime": 696,
    "ruleBookInfo": {
      "author": ".small@span.0@text",
      "coverUrl": ".cover@img@src",
      "intro": ".intro@textNodes##(^|[。！？]+[”」）】]?)##$1<br>@js:result.replace(/作者.*《.*|无弹窗推荐.*/g,\"\")",
      "kind": ".small@span.1:2:4@text##小说|.*：|\\s..:.*",
      "lastChapter": ".last@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".info@h2@text",
      "wordCount": ".small@span.3@text##.*："
    },
    "ruleContent": {
      "content": "id.content@html",
      "replaceRegex": "##\\s*http.*//.*\\s*|\\s*请记住本书首.*\\s*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "kind": ".cat@text##.*：|小说",
      "lastChapter": ".update@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".bookname@text"
    },
    "ruleToc": {
      "chapterList": ".listmain@dd@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/s.php?ie=utf-8&s=&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "👍 平凡文学",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.pfwx.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 582,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1734642186496,
    "loginUrl": "",
    "respondTime": 3656,
    "ruleBookInfo": {
      "author": "class.jieshaokaishi@tag.h2.0@text",
      "coverUrl": "class.jieshaoTu@tag.img@src",
      "intro": "class.jieshaokaishi@tag.h3@text##介 绍：|－－－.*",
      "lastChapter": "class.zuixin@tag.a@text",
      "name": "class.jieshaokaishi@tag.h1@text",
      "wordCount": "class.jieshaokaishi@tag.h2.1@text##更新时间："
    },
    "ruleContent": {
      "content": "id.booktext@html##<!--.*-->|★★.*朋友吧！"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.h3.0@text",
      "bookList": "class.tutui",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src",
      "lastChapter": "tag.a.2@text",
      "name": "tag.a.1@text"
    },
    "ruleToc": {
      "chapterList": "class.zhangjiekaishi@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.pfwx.com/modules/article/search.php?searchkey={{key}}&searchtype=articlename",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "文学爱度",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.wenxuedu.net#",
    "customButton": false,
    "customOrder": 583,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "首页::\n完本::full/{{page}}/\n玄幻::sort/11_{{page}}/\n武侠::sort/12_{{page}}/\n言情::sort/13_{{page}}/\n历史::sort/14_{{page}}/\n游戏::sort/15_{{page}}/\n竞技::sort/16_{{page}}/\n科幻::sort/17_{{page}}/\n灵异::sort/18_{{page}}/\n日排行榜::top/dayvisit_{{page}}/\n周排行榜::top/weekvisit_{{page}}/\n月排行榜::top/monthvisit_{{page}}/\n总排行榜::top/allvisit_{{page}}/\n总收藏榜::top/goodnum_{{page}}/\n字数排行::top/size_{{page}}/\n日推荐榜::top/dayvote_{{page}}/\n周推荐榜::top/weekvote_{{page}}/\n月推荐榜::top/monthvote_{{page}}/\n总推荐榜::top/allvote_{{page}}/\n最新入库::top/postdate_{{page}}/\n最近更新::top/lastupdate_{{page}}/",
    "lastUpdateTime": 1734356935505,
    "loginUrl": "@js:\nfunction login() {\n  let une = source.getLoginInfoMap().get(\"账号\")\n  let pwd = source.getLoginInfoMap().get(\"密码\")\n  if (une && pwd) {\n    let body = String('LoginForm%5Busername%5D=' + une + '&LoginForm%5Bpassword%5D=' + pwd + '&_17mb_sava=on&ac=login')\n    let url = source.bookSourceUrl + 'login.php'\n    let ck = java.post(url, body, { \"Content-Type\": \"application/x-www-form-urlencoded\" }).cookies()\n    let header = JSON.stringify({\n      \"Cookie\": String(ck).match(/\\{(.*?)\\}/)[1].replace(/,/g, ';')\n    })\n    source.putLoginHeader(header)\n  }\n}",
    "respondTime": 4694,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "class.infohead@class.pic@tag.img@src",
      "intro": "class.intro@tag.p@textNodes",
      "kind": "class.infotype@tag.p.1@text##类型：",
      "lastChapter": "class.infotype@tag.p.3@tag.a@text",
      "name": "class.cataloginfo@tag.h3@text"
    },
    "ruleContent": {
      "content": "id.novelcontent@tag.p@textNodes##\\(第.*页\\)",
      "nextContentUrl": "class.novelbutton@tag.li.3@tag.a@href%%0"
    },
    "ruleExplore": {
      "author": "class.s3@text||class.p3@tag.a@text||class.author@a@text",
      "bookList": "class.list@tag.li||class.fullbox@class.full_content||class.article||class.articlegeneral",
      "bookUrl": "class.s2@tag.a@href||class.p2@tag.a@href||tag.h6@a@href",
      "coverUrl": "img@src",
      "intro": "class.simple@textNodes",
      "kind": "class.s1@text||tag.p.0@text",
      "name": "class.s2@text||class.p2@tag.a@text||tag.h6@a@text"
    },
    "ruleSearch": {
      "author": "class.sone@tag.a.1@text",
      "bookList": "class.searchresult@class.sone",
      "bookUrl": "a@href",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "class.sone@a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.list_xm.1@tag.ul@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "class.listpage@class.right@tag.a@href"
    },
    "searchUrl": "modules/article/search.php?q={{key}}",
    "weight": 56
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "彩绘漫画（优）",
    "bookSourceType": 2,
    "bookSourceUrl": "https://m.kanman.com#Haxc1107",
    "customButton": false,
    "customOrder": 584,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "人气::https://m.kanman.com/api/getsortlist/?comic_sort=&orderby=click&search_type=&search_key=&page={{page}}&size=48\n更新::https://m.kanman.com/api/getsortlist/?comic_sort=&orderby=date&search_type=&search_key=&page={{page}}&size=48\n评分::https://m.kanman.com/api/getsortlist/?comic_sort=&orderby=score&search_type=&search_key=&page={{page}}&size=48\n收藏::https://m.kanman.com/api/getsortlist/?comic_sort=&orderby=shoucang&search_type=&search_key=&page={{page}}&size=48\n热血::https://m.kanman.com/api/getsortlist/?comic_sort=rexue&orderby=&search_type=&search_key=&page={{page}}&size=48\n机战::https://m.kanman.com/api/getsortlist/?comic_sort=jizhan&orderby=&search_type=&search_key=&page={{page}}&size=48\n运动::https://m.kanman.com/api/getsortlist/?comic_sort=yundong&orderby=&search_type=&search_key=&page={{page}}&size=48\n推理::https://m.kanman.com/api/getsortlist/?comic_sort=tuili&orderby=&search_type=&search_key=&page={{page}}&size=48\n冒险::https://m.kanman.com/api/getsortlist/?comic_sort=maoxian&orderby=&search_type=&search_key=&page={{page}}&size=48\n搞笑::https://m.kanman.com/api/getsortlist/?comic_sort=gaoxiao&orderby=&search_type=&search_key=&page={{page}}&size=48\n战争::https://m.kanman.com/api/getsortlist/?comic_sort=zhanzhen&orderby=&search_type=&search_key=&page={{page}}&size=48\n神魔::https://m.kanman.com/api/getsortlist/?comic_sort=shenmo&orderby=&search_type=&search_key=&page={{page}}&size=48\n忍者::https://m.kanman.com/api/getsortlist/?comic_sort=renzhe&orderby=&search_type=&search_key=&page={{page}}&size=48\n竞技::https://m.kanman.com/api/getsortlist/?comic_sort=jingji&orderby=&search_type=&search_key=&page={{page}}&size=48\n悬疑::https://m.kanman.com/api/getsortlist/?comic_sort=xuanyi&orderby=&search_type=&search_key=&page={{page}}&size=48\n社会::https://m.kanman.com/api/getsortlist/?comic_sort=shehui&orderby=&search_type=&search_key=&page={{page}}&size=48\n恋爱::https://m.kanman.com/api/getsortlist/?comic_sort=lianai&orderby=&search_type=&search_key=&page={{page}}&size=48\n宠物::https://m.kanman.com/api/getsortlist/?comic_sort=chongwu&orderby=&search_type=&search_key=&page={{page}}&size=48\n吸血::https://m.kanman.com/api/getsortlist/?comic_sort=xixue&orderby=&search_type=&search_key=&page={{page}}&size=48\n萝莉::https://m.kanman.com/api/getsortlist/?comic_sort=luoli&orderby=&search_type=&search_key=&page={{page}}&size=48\n后宫::https://m.kanman.com/api/getsortlist/?comic_sort=hougong&orderby=&search_type=&search_key=&page={{page}}&size=48\n御姐::https://m.kanman.com/api/getsortlist/?comic_sort=yujie&orderby=&search_type=&search_key=&page={{page}}&size=48\n霸总::https://m.kanman.com/api/getsortlist/?comic_sort=bazong&orderby=&search_type=&search_key=&page={{page}}&size=48\n玄幻::https://m.kanman.com/api/getsortlist/?comic_sort=xuanhuan&orderby=&search_type=&search_key=&page={{page}}&size=48\n古风::https://m.kanman.com/api/getsortlist/?comic_sort=gufeng&orderby=&search_type=&search_key=&page={{page}}&size=48\n历史::https://m.kanman.com/api/getsortlist/?comic_sort=lishi&orderby=&search_type=&search_key=&page={{page}}&size=48\n漫改::https://m.kanman.com/api/getsortlist/?comic_sort=mangai&orderby=&search_type=&search_key=&page={{page}}&size=48\n游戏::https://m.kanman.com/api/getsortlist/?comic_sort=youxi&orderby=&search_type=&search_key=&page={{page}}&size=48\n穿越::https://m.kanman.com/api/getsortlist/?comic_sort=chuanyue&orderby=&search_type=&search_key=&page={{page}}&size=48\n恐怖::https://m.kanman.com/api/getsortlist/?comic_sort=kongbu&orderby=&search_type=&search_key=&page={{page}}&size=48\n真人::https://m.kanman.com/api/getsortlist/?comic_sort=zhenren&orderby=&search_type=&search_key=&page={{page}}&size=48\n科幻::https://m.kanman.com/api/getsortlist/?comic_sort=kehuan&orderby=&search_type=&search_key=&page={{page}}&size=48\n都市::https://m.kanman.com/api/getsortlist/?comic_sort=dushi&orderby=&search_type=&search_key=&page={{page}}&size=48\n武侠::https://m.kanman.com/api/getsortlist/?comic_sort=wuxia&orderby=&search_type=&search_key=&page={{page}}&size=48\n修真::https://m.kanman.com/api/getsortlist/?comic_sort=xiuzhen&orderby=&search_type=&search_key=&page={{page}}&size=48\n生活::https://m.kanman.com/api/getsortlist/?comic_sort=shenghuo&orderby=&search_type=&search_key=&page={{page}}&size=48\n动作::https://m.kanman.com/api/getsortlist/?comic_sort=dongzuo&orderby=&search_type=&search_key=&page={{page}}&size=48\n防疫::https://m.kanman.com/api/getsortlist/?comic_sort=fangyi&orderby=&search_type=&search_key=&page={{page}}&size=48",
    "lastUpdateTime": 1729749687724,
    "respondTime": 1002,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "kind": "[property=\"og:novel:category\"]@content",
      "lastChapter": ".comic-update-status@text##.*-\\d+ ",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "https://m.kanman.com/api/getchapterlist?product_id=1&productname=kmh&platformname=wap&comic_id=@get:{bid}",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "$.data.current_chapter.chapter_img_list@js:\nheader={\"Referer\":baseUrl};\nheaders={\"headers\":JSON.stringify(header)};\nresult.split(\"\\n\").map(x=>'<img src=\\\"'+x+','+JSON.stringify(headers)+'\\\">').join(\"\\n\")",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.cartoon_author_list_name||$.comic_author",
      "bookList": "$.data.data||$.data",
      "bookUrl": "https://m.kanman.com/{{$.comic_id}}/",
      "coverUrl": "https://image.yqmh.com/mh/{{$.comic_id}}.jpg-300x400.webp",
      "intro": "$.cartoon_desc",
      "kind": "$.comic_type##[a-zA-Z]|\\|",
      "lastChapter": "$.latest_cartoon_topic_name||$.last_chapter_name",
      "name": "$.comic_name@put:{bid:$.comic_id}"
    },
    "ruleToc": {
      "chapterList": "-$.data.[*]",
      "chapterName": "$.chapter_name",
      "chapterUrl": "https://m.kanman.com/api/getchapterinfov2?product_id=1&productname=kmh&platformname=wap&comic_id=@get:{bid}&chapter_newid={{$.chapter_newid}}&isWebp=1&quality=low"
    },
    "searchUrl": "https://m.kanman.com/api/serachcomic/?product_id=1&productname=kmh&platformname=wap&serachKey={{key}}&topNumber=10",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "爱爱中文网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.i25zw.com",
    "customButton": false,
    "customOrder": 585,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36",
    "lastUpdateTime": 1738943921542,
    "respondTime": 1134,
    "ruleBookInfo": {
      "author": "p:nth-child(2) > a@text",
      "coverUrl": "img@src",
      "init": "",
      "intro": ".introtxt@text##简介:",
      "kind": "#info > p:nth-child(3)@text##\\(\\)",
      "lastChapter": "p:nth-child(6) > a@text",
      "name": "h1@text",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "id.content@html##投推荐票|上一章|章节目录|下一章|加入书签|返回书架",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.span@text##作者：",
      "bookList": "id.alist@id.alistbox",
      "bookUrl": "class.title@tag.h2@tag.a.0@href",
      "checkKeyWord": "我的",
      "coverUrl": "tag.img@src",
      "intro": "class.intro@text",
      "kind": "tag.p.2@text##分类：",
      "lastChapter": "class.sys@tag.li@text##最新更新：",
      "name": "class.title@tag.h2@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/search.html,{\nmethod: \"post\",\nbody: \"searchkey={{key}}&searchtype=all&Submit=\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "看漫画吧（优）",
    "bookSourceType": 2,
    "bookSourceUrl": "http://m.kanman.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 586,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\ruser-agent: \"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Mobile Safari/537.36\"\r}",
    "lastUpdateTime": 1733580216406,
    "loginUrl": "",
    "respondTime": 414,
    "ruleBookInfo": {
      "author": "class.sub_r@tag.p.0@text",
      "coverUrl": "id.Cover@tag.img@src",
      "intro": "class.txtDesc@text##介绍:",
      "kind": "class.tags@class.item@text",
      "lastChapter": "id.chapter-list-1@tag.li.-2@tag.a@tag.span@text",
      "name": "id.js_comic_id@text",
      "wordCount": "class.date@text"
    },
    "ruleContent": {
      "content": "@js:var json = result.match(/window.comicInfo=(.*?),window.hideguide/)[1];\nvar json = eval('json='+json)\nvar image_list = [];\njson.current_chapter.chapter_img_list.map(item=>{\n    image_list.push('<img src=\"'+item+'\">')\n})\nimage_list.join(\"\\n\");",
      "imageStyle": "",
      "nextContentUrl": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "",
      "bookList": "class.comic-item",
      "bookUrl": "tag.a@href",
      "coverUrl": "",
      "kind": "",
      "lastChapter": "class.chapter@text",
      "name": "class.title@text"
    },
    "ruleToc": {
      "chapterList": "class.chapter-list@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://m.kanman.com/sort/all.html?cache=false&search_key={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "by天天的鸟蛋蛋\n目录url by= = \n2025/2/8",
    "bookSourceGroup": "免费",
    "bookSourceName": "哎呦文学网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.auwxw.com",
    "customButton": false,
    "customOrder": 587,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1745162517429,
    "respondTime": 64,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "init": "",
      "intro": "[property$=description]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "text.阅读目录@href"
    },
    "ruleContent": {
      "content": "#Lab_Contents@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".right_wid a:nth-child(2)@text",
      "bookList": "#ListContents > div:nth-child(n+1)",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": ".neirongh5 > a@text",
      "kind": ".right_wid > .biaoqian > a@text",
      "lastChapter": "div:nth-child(4) > a@text##最新章节",
      "name": ".right_wid .fonttext@text"
    },
    "ruleToc": {
      "chapterList": "div:nth-child(n+5) > span:nth-child(n+1) > a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ""
    },
    "searchUrl": "/aulist/{{key}}.html",
    "weight": 0
  },
  {
    "bookSourceComment": "By：Tom",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.bswtan.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 588,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/82.0.4080.0 Safari/537.36 Edg/82.0.453.0\"\n}",
    "lastUpdateTime": 1731793369496,
    "loginUrl": "",
    "respondTime": 3394,
    "ruleBookInfo": {
      "author": "author",
      "coverUrl": "cover",
      "init": "<js> \nvar J = org.jsoup.Jsoup.parse(result);\nvar o = selector => String(J.select(selector).text()) ;\nvar og = selector => String(J.select('[property=\"og:' + selector + '\"]').attr('content'));\nvar book = {\n\tname: og('novel:book_name').replace(/(全文|小说|免费阅读|最新章节).*|[(（].*[）)]/g, ''),\n\tauthor: og('novel:author'),\n\tkind: og('novel:category') + ',' + og('novel:status').replace(/中|已/, ''),\n\tlatest: og('novel:latest_chapter_name').replace(/^(正文|VIP章节|章节目录|最新章节)?(\\s+|_)|[\\(（【].*[求更谢乐发推].*/g, '') + ' • ' + og('novel:update_time').replace(/(T|\\s).*/, ' ').replace(/\\//g, '-'),\n\tintro: '　　🔸最近更新：' + og('novel:update_time').replace(/(T|\\s).*/, ' ').replace(/\\//g, '-') + '\\n' + og('description').replace(/.*(观看小说|简介)[:：]|分享书籍.*|各位书友.*/g, '').replace(/\\s+/g, '\\n'),\n\tcover: og('image'),\nurl:og('novel:read_url'),\n};\nbook;\n</js>",
      "intro": "intro",
      "kind": "kind",
      "lastChapter": "latest",
      "name": "name",
      "tocUrl": "url",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.nr@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "author",
      "bookList": "class.fk@li!0\n<js>\nresult.toArray().slice(0, 10).map(el => {\n\tvar url = String(el.select('a:eq(0)').attr('href')).replace(/^\\//, baseUrl.match(/(.+?\\/\\/[^\\/]+\\/)/)[1]);\n\tvar J = org.jsoup.Jsoup.parse(java.ajax(url));\n\tvar o = selector => String(J.select(selector).text());\n\tvar og = selector => String(J.select('[property=\"og:' + selector + '\"]').attr('content'));\n\treturn {\n\t\tname: og('novel:book_name').replace(/(全文|小说|免费阅读|最新章节).*|[(（].*[）)]/g, ''),\n\t\tauthor: og('novel:author'),\n\t\tkind: og('novel:category') + ',' + og('novel:status').replace(/中|已/, ''),\n\t\tlatest: og('novel:latest_chapter_name').replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(（【].*[求更谢乐发推].*/g, '') + ' • ' + og('novel:update_time').replace(/(T|\\s).*/, ' ').replace(/\\//g, '-'),\n\t\tintro: og('description').replace(/.*(观看小说|简介)[:：]|各位书友.*/g, '').replace(/\\s+/g, ''),\n\t\tcover: og('image'),\n\t\turl: url,\n\t};\n}); \n</js>",
      "bookUrl": "url",
      "coverUrl": "cover",
      "intro": "intro",
      "kind": "kind",
      "lastChapter": "latest",
      "name": "name",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.chapter.1@li a",
      "chapterName": "text##[【（](求(评|订阅|[全首][订定]|收藏|月票)|(推荐票|\\d+字)加更|第?[一二三四五六七八九十]{1,3}更).*?[）】]",
      "chapterUrl": "href",
      "updateTime": ""
    },
    "searchUrl": "https://m.bswtan.com/search.php?s=4532499176958073452&submit=&type=articlename&searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "// Error: 下载链接为空\n\n番茄小说二采网",
    "bookSourceGroup": "免费",
    "bookSourceName": "久久小说网",
    "bookSourceType": 3,
    "bookSourceUrl": "https://www.i.com",
    "customButton": false,
    "customOrder": 589,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"都市\",\"url\":\"/txt/doushi/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"玄幻\",\"url\":\"/txt/xuanhuan/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"历史\",\"url\":\"/txt/lishi/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"科幻\",\"url\":\"/txt/kehuan/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"仙侠\",\"url\":\"/txt/xianxia/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"同人\",\"url\":\"/txt/tongren/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"游戏\",\"url\":\"/txt/youxi/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"其他\",\"url\":\"/txt/qita/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"书库\",\"url\":\"/txt/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}}]",
    "header": "{\n\t\"User-Agent\": \"Mozilla/5.0 (Linux; Android 12; OXF-AN00 Build/HUAWEIOXF-AN00; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/114.0.5735.196 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 1745854262213,
    "respondTime": 181591,
    "ruleBookInfo": {
      "author": "span:contains(作者) > a@text",
      "coverUrl": "#bookimg > img@src",
      "downloadUrls": "#button_all@.b2@a@href",
      "intro": "#bookintro@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "li:contains(分类) > span@text&&li:contains(状态) > span@text&&li:contains(更新) > span@text",
      "lastChapter": "[property$=og:novel:lastest_chapter_name]@content",
      "name": ".d_title@h1@text",
      "tocUrl": "",
      "wordCount": "li:contains(字数) > span@text"
    },
    "ruleContent": {
      "content": ".m-post@html##<script.*?</script>",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "#sitebox@dl",
      "bookUrl": "a@href",
      "coverUrl": "img@data-original",
      "intro": ".book_des@text",
      "kind": ".book_other@span@text",
      "lastChapter": "dd:contains(最新章节) > a@text",
      "name": "dd@h3@a@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "",
      "bookList": "ol#b_results .b_algo.0",
      "bookUrl": "a.tilk@href",
      "coverUrl": "a.tilk@href\n@js:\nid=result.match(/\\/(\\d+)\\/$/)[1];\nx = id.length-3>0? id.substr(0, id.length-3) : 0;\nimg = `https://www.beqege.cc/cover/${x}/${id}.jpg`;",
      "intro": "链接：{{@@.b_tpcn a@href}}\n简介：{{@@p@text}}",
      "lastChapter": "",
      "name": "<js>\nx=java.getString(\"h2.0@text\");\nif (/第.+章/.test(x) || /《.+》/.test(x)) {\n\tb=null;\n\t}else{\n\t\tb=java.getString(\"h2.0@text\")};\nb;\n</js>##^([^_]+)_.*##$1"
    },
    "ruleToc": {
      "chapterList": "#chapterList@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "@js:\ncookie.removeCookie(\"https://cn.bing.com\")\n\"https://cn.bing.com/search?q=site%3Awww.338i.com%20{{java.encodeURI(key)}}&first={{(page-1)*10+1}},\"+JSON.stringify({\n  'webView': true\n})",
    "weight": 0
  },
  {
    "bookSourceComment": "by天天的鸟蛋蛋 修复正文下一页\n和解决出现“文章不存在” 获取不到内容的情况\n修复已知问题\n//2025/1/28",
    "bookSourceGroup": "免费",
    "bookSourceName": "兔九三",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.tu93.org",
    "bookUrlPattern": "https?://www.tu93.org/book/\\d+.html",
    "customButton": false,
    "customOrder": 590,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻奇幻\",\"url\":\"/xuanhuan?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠仙侠\",\"url\":\"/xianxia?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/dushi?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/lishi?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻传奇\",\"url\":\"/kehuan?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖灵异\",\"url\":\"/kongbu?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他类型\",\"url\":\"/qita?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"全本小说\",\"url\":\"/quanben?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"全部小说\",\"url\":\"/shuku<,?page={{page}}>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/82.0.4080.0 Safari/537.36 Edg/82.0.453.0\"\n}",
    "lastUpdateTime": 1753975371539,
    "loginUrl": "",
    "respondTime": 1273,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "init": "<js>\nwhile(src.match(/文章不存在/)){\n\tPackages.java.lang.Thread.sleep(10)\n\tsrc=java.ajax(baseUrl)\n\t}\nresult\n</js>",
      "intro": "[property$=description]@content##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##..:.*|\\s",
      "lastChapter": "[property$=latest_chapter_name]@content##[\\(（【].*?[求更票谢乐发订合补加Kk].*?[】）\\)]",
      "name": "[property$=book_name]@content",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "<js>\nwhile(src.match(/文章不存在/)){\n\tPackages.java.lang.Thread.sleep(10)\n\tsrc=java.ajax(baseUrl)\n\t}\nresult=java.getString(\"#htmlContent@html\",src)\nresult\n</js>##Ｘ更新最快",
      "imageDecode": "",
      "nextContentUrl": "@js:\nif (result.indexOf(\"xyy2.png\") > -1) {\njsstr = result.match(/var jsstr =\"(.*)\";/)[1];\njsarr = result.match(/var jsarr =\\[(.*)\\];/)[1].split(\",\");\n\nvar nnstr = \"\";\nvar nnarr = [];\njsstr = String(java.base64Decode(jsstr));\nfor (a = 0; a < jsstr.length; a++) {\nnnarr.push(jsstr[a]);\n}\nfor (b = 0; b < jsarr.length; b++) {\nnnstr = nnstr + nnarr[jsarr[b]];\n}\nnnstr + \"\\.html\"\n}",
      "payAction": "",
      "replaceRegex": "##第.*章.*\\s*|\\s*.*如章节缺失.*\\s*|你看到的.*有缺失.*或者请使用其它.*\\s*|.*喜欢看.*写的.*|，最快更新最新章节！|.*完整章节\\)|[\\(（]本章完[\\)）].*",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "td.2@text",
      "bookList": "tbody tr!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##https://statics.tu93.org/$2/$1/$1s.jpg###",
      "kind": "td.4:3@text",
      "lastChapter": "a.1@text",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "author": "a.1@text",
      "bookList": ".col-md-10",
      "bookUrl": "a.0@href",
      "checkKeyWord": "剑来",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##https://statics.tu93.org/$2/$1/$1s.jpg###",
      "intro": "p.1@text",
      "kind": "p.3@text##.*：",
      "lastChapter": "a.2@title##[\\(（【].*?[求更票谢乐发订合补加Kk].*?[】）\\)]",
      "name": "a.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "<js>\nwhile(src.match(/文章不存在/)){\n\tPackages.java.lang.Thread.sleep(10)\n\tsrc=java.ajax(baseUrl)\n\t}\nresult\n</js>\n.col-md-3 a",
      "chapterName": "text##[\\(（【].*?[求更票谢乐发订合补加Kk].*?[】）\\)]",
      "chapterUrl": "href",
      "preUpdateJs": "",
      "updateTime": ""
    },
    "searchUrl": "@js:\nvar su=source.key,\nhtml=java.ajax(su),\ntoken=org.jsoup.Jsoup.parse(html)\n.select('input[name=_token]')\n.attr('value');\nso=su+\"/search,\"\nbody=`keyword=${key}&page={{page}}&_token=${token}`;\npost=JSON.stringify({\n  \"body\": String(body),\n  \"method\": \"POST\"\n});\n\nso+post",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "不格小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.bugexs.com",
    "bookUrlPattern": "https?://m.bugexs.com/article/\\d+/",
    "customButton": false,
    "customOrder": 591,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"referer\": \"{{source.getKey()}}/\",\n\"x-requested-with\": \"mark.via\",\n\"accept-language\": \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\",\n\"user-agent\": \"Mozilla/5.0 (Linux; Android 10; PACM00 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.5359.79 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1732618294602,
    "respondTime": 6663,
    "ruleBookInfo": {
      "author": "class.info@span.0@a@text",
      "coverUrl": "class.base clearfix@dt@img@src",
      "intro": "class.intro clearfix@text",
      "kind": "class.info@span.1@a@text",
      "lastChapter": "class.info@span.4@a@text",
      "name": "class.base clearfix@dd@h2@text||class.header@h1@text",
      "tocUrl": "<js>\njava.log(baseUrl);\nurl = baseUrl.replace(/.html/,'');\n //java.log(url);\n</js>"
    },
    "ruleContent": {
      "content": "class.content@p!-1@html",
      "payAction": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.info@span.0@text",
      "bookList": "class.clearfix@li",
      "bookUrl": "class.tit@href##$##,{\"webView\":true}",
      "checkKeyWord": "娱乐圈",
      "coverUrl": "class.pic lazy@img@data-original",
      "intro": "class.intro@text",
      "kind": "class.type@text",
      "name": "class.tit@text||class.header@h1@text"
    },
    "ruleToc": {
      "chapterList": "class.list@li@a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{\"webView\":true}"
    },
    "searchUrl": "/s.php?s={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "乐文阁网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.lewenge.cc#🎃",
    "customButton": false,
    "customOrder": 592,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "总点击榜::/allvisit/{{page}}.shtml\n月点击榜::/monthvisit/{{page}}.shtml\n周点击榜::/weekvisit/{{page}}.shtml\n日点击榜::/dayvisit/{{page}}.shtml\n总推荐榜::/allvote/{{page}}.shtml\n月推荐榜::/monthvote/{{page}}.shtml\n周推荐榜::/weekvote/{{page}}.shtml\n日推荐榜::/dayvote/{{page}}.shtml\n总收藏榜::/goodnum/{{page}}.shtml\n总字数榜::/size/{{page}}.shtml\n最新入库::/postdate/{{page}}.shtml\n最近更新::/lastupdate/{{page}}.shtml\n魔幻玄幻::/fenlei1_{{page}}.shtml\n仙侠修真::/fenlei2_{{page}}.shtml\n都市青春::/fenlei3_{{page}}.shtml\n历史军事::/fenlei4_{{page}}.shtml\n科幻游戏::/fenlei5_{{page}}.shtml\n近代现代::/fenlei6_{{page}}.shtml\n同人耽美::/fenlei7_{{page}}.shtml\n架空历史::/fenlei8_{{page}}.shtml\n重生异能::/fenlei9_{{page}}.shtml\n恐怖推理::/fenlei10_{{page}}.shtml\n完本小说::/wanben1_{{page}}.shtml",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 2026,
    "ruleBookInfo": {
      "author": ".ui_tb1@em@text",
      "coverUrl": ".pic@img@src",
      "init": "",
      "intro": ".intro@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".ui_tb1@tr.4@td.0@textNodes&&.ui_tb1@tr.4@td.2@textNodes&&.ui_tb1@tr.5@td.3@textNodes",
      "lastChapter": ".con@a.0@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".ui_tb1@h1@ownText",
      "tocUrl": ".btopt@a@href",
      "wordCount": "tbody@tr.5@td.1@textNodes##字"
    },
    "ruleContent": {
      "content": "id.content@p@html"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "span.0@text##.*：",
      "bookList": "id.alistbox",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "lastChapter": "a.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "tbody.0@td@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"method\": \"post\",\n  \"body\": \"searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🌐 兔九三网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.tu93.biz",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 593,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻奇幻\",\"url\":\"/xuanhuan?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠仙侠\",\"url\":\"/xianxia?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/dushi?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/lishi?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻传奇\",\"url\":\"/kehuan?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖灵异\",\"url\":\"/kongbu?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他类型\",\"url\":\"/qita?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"全本小说\",\"url\":\"/quanben?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/82.0.4080.0 Safari/537.36 Edg/82.0.453.0\"\n}",
    "lastUpdateTime": 1720640512771,
    "loginUrl": "",
    "respondTime": 2097,
    "ruleBookInfo": {
      "author": ".booktag@a.0@text",
      "coverUrl": "id.bookIntro@img@src",
      "init": "",
      "intro": "id.bookIntro@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".booktag@a.1@text&&.booktag@span.2@text&&p.visible-xs@text##.*：|（|\\s..:.*",
      "lastChapter": ".text-danger@title##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".bookTitle@text",
      "tocUrl": "",
      "wordCount": ".booktag@span.0@text##.*："
    },
    "ruleContent": {
      "content": "id.htmlContent@html",
      "nextContentUrl": "@js:\nif (result.indexOf(\"xyy2.png\") > -1) {\nvar code = result.match(/eval\\(function(.*)\\);/)[0]\ncode = code.replace(/__u[0-9a-f]+/, '__uData')\neval(code)\n\t\n\tif(!__uData.match('_')) {\n\t next = java.getElement(\"@@id.linkNext@a\")\n\t __uData = next.attr(\"href\")\n\t}\n__uData\n}",
      "replaceRegex": "##第.+章.+|.*最新章节！|.*完整章节.*|[\\(（]本章完[\\)）].*|「如章节缺失.*」|你看到的.内容.*|.*小说app阅读.*|为你提供最快的.*",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "td.2@text",
      "bookList": "tbody@tr",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##https://statics.tu93.biz/$2/$1/$1s.jpg###",
      "kind": "td.5:4@text",
      "lastChapter": "a.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "author": "a.1@text",
      "bookList": ".col-md-10",
      "bookUrl": "a.0@href",
      "checkKeyWord": "道观",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##https://statics.tu93.biz/$2/$1/$1s.jpg###",
      "intro": "p.1@text",
      "kind": "p.3@text##.*：",
      "lastChapter": "a.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".col-md-3@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href",
      "updateTime": ""
    },
    "searchUrl": "/search,{\n  \"method\": \"post\",\n  \"body\": \"keyword={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "欧尼小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.soduzw.com",
    "customButton": false,
    "customOrder": 594,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "最近更新::http://www.soduzw.com/top/lastupdate/{{page-1}}.html\n点击排行::http://www.soduzw.com/top/monthvisit/{{page-1}}.html",
    "lastUpdateTime": 1734985866088,
    "respondTime": 634,
    "ruleBookInfo": {
      "author": "class.author@tag.a@text",
      "coverUrl": "class.cover@tag.img@src",
      "intro": "class.con@html",
      "kind": "class.sort@tag.a@text&&class.desc@text\n##更新时间.",
      "lastChapter": "{{@@class.new@text}}▪️{{@@class.desc@text}}\n##最新章节.|更新时间.",
      "name": "class.title@text"
    },
    "ruleContent": {
      "content": "id.articlecon@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\s.*本章未完，请点击下一页继续阅读.*\\s.*\\d页.*\\s*|\\(第\\d+/\\d+页\\)"
    },
    "ruleExplore": {
      "author": "tag.a.2@text",
      "bookList": "class.Look_list@tag.li",
      "bookUrl": "http://m.soduzw.com{{@@tag.a.0@href}}",
      "coverUrl": "tag.a.0@href\n##/mulu_((\\d+)\\d{3})\\.html##http://www.soduzw.com/files/article/image/$2/$1/$1s.jpg###",
      "kind": "tag.span.-1@text",
      "lastChapter": "{{@@tag.a.1@text}}▪️{{@@tag.span.-1@text}}",
      "name": "tag.a.0@text"
    },
    "ruleSearch": {
      "author": "tag.span.1@text ##作者.",
      "bookList": "class.Search",
      "bookUrl": "http://m.soduzw.com{{@@tag.a.0@href}}",
      "checkKeyWord": "",
      "coverUrl": "tag.img@src",
      "intro": "class.Search_nr@text",
      "kind": "class.Search_update@text\n##（(.*)）$##$1###",
      "lastChapter": "{{@@tag.a.-1@text}}▪️{{@@class.Search_update@text\n##（(.*)）$##$1###}}",
      "name": "tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "-class.list@tag.li@tag.a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "class.next@tag.a@href"
    },
    "searchUrl": "http://www.soduzw.com/search.html,{\n'method': 'POST',\n'body': 'searchtype=novelname&searchkey={{key}}'\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "电子书肆",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.wrltxt.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 595,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1731430678365,
    "loginUrl": "",
    "respondTime": 27658,
    "ruleBookInfo": {
      "author": "class.block_txt2@tag.p.2@text##作者：",
      "coverUrl": "img@src",
      "kind": "class.block_txt2@tag.p.2@a@text",
      "lastChapter": "class.block_txt2@tag.p.6@a@text",
      "name": "class.block_txt2@h2@a@text",
      "tocUrl": "class.block_txt2@tag.a.0@href##-(\\d+).html##http://www.wrltxt.com/read/$1/###"
    },
    "ruleContent": {
      "content": "id.content@textNodes##请记住本书.*",
      "imageStyle": "0.0"
    },
    "ruleExplore": {
      "author": "class.s@text##大小.*",
      "bookList": "//div[5]/div[2]/div/ul/li",
      "bookUrl": "class.red@href",
      "intro": "class.u@text",
      "lastChapter": "tag.div.-1@text",
      "name": "tag.a.0@text##txt.*"
    },
    "ruleSearch": {
      "author": "tag.td.3@text",
      "bookList": "tbody@tr!0",
      "bookUrl": "tag.a.0@href",
      "lastChapter": "tag.td.2@text",
      "name": "tag.td.1@text"
    },
    "ruleToc": {
      "chapterList": "//div[5]/div/div[3]/div[2]/ul/li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.wrltxt.com/so.html?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//2025，2月14号，静白，制作教程接来自：源论坛:ysqbbs.com",
    "bookSourceGroup": "免费",
    "bookSourceName": "小说520",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.xiaoshuo520.com/",
    "customButton": false,
    "customOrder": 596,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1739517910572,
    "loginUrl": "https://m.xiaoshuo520.com/user/register/",
    "respondTime": 2645,
    "ruleBookInfo": {
      "author": "tag.p.0@text##/著",
      "coverUrl": "div.bk-cover@img@src",
      "init": "",
      "intro": "class.bk-intro-bd@html",
      "kind": "class.tag@text&&span.updatetime@text##\\s更新|/.*\\s",
      "lastChapter": "tag.h3.0@textNodes",
      "name": "tag.h1@text",
      "tocUrl": "text.查看更多章节@href",
      "wordCount": "class.num.0@text"
    },
    "ruleContent": {
      "content": "class.article-bd font-normal@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.span.0@text",
      "bookList": "class.mt10 img-text-list search-list@li",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.img@src",
      "intro": "class.intro@html",
      "kind": "class.state@text",
      "name": "class.title@text"
    },
    "ruleToc": {
      "chapterList": "class.catalog-list@li",
      "chapterName": "tag.a@text##更新.*",
      "chapterUrl": "tag.a@href##$##,{'webView': true}",
      "isVip": "$.isVip",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "book/search/,{\n\"method\": \"POST\",\n\"body\": \"searchkey={{key}}&page={{page}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "发现规则来自@游客2580大佬",
    "bookSourceGroup": "免费",
    "bookSourceName": "桃子小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.taozitxt.net/#喜静",
    "customButton": false,
    "customOrder": 597,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"综合类型\",\"url\":\"/class/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"玄幻魔法\",\"url\":\"/class/xuanhuanmofa/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"仙侠修真\",\"url\":\"/class/xianxiaxiuzhen/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/class/dushiyanqing/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/class/lishijunshi/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游动漫\",\"url\":\"/class/wangyoudongman/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻小说\",\"url\":\"/class/kehuanxiaoshuo/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"女生小说\",\"url\":\"/class/nvshengxiaoshuo/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他小说\",\"url\":\"/class/qitaxiaoshuo/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"完结分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"综合类型\",\"url\":\"/quanben/class/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"玄幻魔法\",\"url\":\"/quanben/class/xuanhuanmofa/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"仙侠修真\",\"url\":\"/quanben/class/xianxiaxiuzhen/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/quanben/class/dushiyanqing/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/quanben/class/lishijunshi/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游动漫\",\"url\":\"/quanben/class/wangyoudongman/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻小说\",\"url\":\"/quanben/class/kehuanxiaoshuo/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"女生小说\",\"url\":\"/quanben/class/nvshengxiaoshuo/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他小说\",\"url\":\"/quanben/class/qitaxiaoshuo/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1733304759676,
    "respondTime": 10569,
    "ruleBookInfo": {
      "author": "a",
      "coverUrl": "c",
      "init": "@js:\n$ = (_) => java.getString(_);\n({\n    n: $(\".booktitle@text\"),\n    a: $(\"[property$=author]@content\"),\n    k: $(\"[property~=category|status|update_time]@content\"),\n    w: $(\"text.字数@text\\#\\#字数[：:]\"),\n    l: $(\"[property~=las?test_chapter_name]@content\"),\n    i: $(\"[property$=description]@content\"),\n    c: $(\"[property$=image]@content\"),\n    t: $(\"text.目录@href\"),\n    d: $(\"text.下载@href\")\n});",
      "intro": "i",
      "kind": "k",
      "lastChapter": "l",
      "name": "n",
      "wordCount": "w"
    },
    "ruleContent": {
      "content": "#rtext@html",
      "nextContentUrl": "#linkNext@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author.0@text",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href",
      "coverUrl": "{{$.coverUrl}}http://u3v.cn/5zBiW8",
      "intro": ".update@text",
      "lastChapter": "a.1@text",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.taozitxt.net/search/,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\",\n  \"webView\": true\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "漫客栈子",
    "bookSourceType": 0,
    "bookSourceUrl": "http://comic.mkzhan.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 598,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "热门人气::https://comic.mkzcdn.com/search/filter/?order=1&page_num={{page}}&page_size=12\n更新时间::https://comic.mkzcdn.com/search/filter/?order=2&page_num={{page}}&page_size=12\n连载::https://comic.mkzcdn.com/search/filter/?finish=1&page_num={{page}}&page_size=12\n完结::https://comic.mkzcdn.com/search/filter/?finish=2&page_num={{page}}&page_size=12\n霸总::https://comic.mkzcdn.com/search/filter/?theme_id=1&page_num={{page}}&page_size=12\n修真::https://comic.mkzcdn.com/search/filter/?theme_id=2&page_num={{page}}&page_size=12\n恋爱::https://comic.mkzcdn.com/search/filter/?theme_id=3&page_num={{page}}&page_size=12\n校园::https://comic.mkzcdn.com/search/filter/?theme_id=4&page_num={{page}}&page_size=12\n冒险::https://comic.mkzcdn.com/search/filter/?theme_id=5&page_num={{page}}&page_size=12\n搞笑::https://comic.mkzcdn.com/search/filter/?theme_id=6&page_num={{page}}&page_size=12\n生活::https://comic.mkzcdn.com/search/filter/?theme_id=7&page_num={{page}}&page_size=12\n热血::https://comic.mkzcdn.com/search/filter/?theme_id=8&page_num={{page}}&page_size=12\n架空::https://comic.mkzcdn.com/search/filter/?theme_id=9&page_num={{page}}&page_size=12\n后宫::https://comic.mkzcdn.com/search/filter/?theme_id=10&page_num={{page}}&page_size=12\n耽美::https://comic.mkzcdn.com/search/filter/?theme_id=11&page_num={{page}}&page_size=12\n玄幻::https://comic.mkzcdn.com/search/filter/?theme_id=12&page_num={{page}}&page_size=12\n悬疑::https://comic.mkzcdn.com/search/filter/?theme_id=13&page_num={{page}}&page_size=12\n恐怖::https://comic.mkzcdn.com/search/filter/?theme_id=14&page_num={{page}}&page_size=12\n灵异::https://comic.mkzcdn.com/search/filter/?theme_id=15&page_num={{page}}&page_size=12\n动作::https://comic.mkzcdn.com/search/filter/?theme_id=16&page_num={{page}}&page_size=12\n科幻::https://comic.mkzcdn.com/search/filter/?theme_id=17&page_num={{page}}&page_size=12\n战争::https://comic.mkzcdn.com/search/filter/?theme_id=18&page_num={{page}}&page_size=12\n古风::https://comic.mkzcdn.com/search/filter/?theme_id=19&page_num={{page}}&page_size=12\n穿越::https://comic.mkzcdn.com/search/filter/?theme_id=20&page_num={{page}}&page_size=12\n竞技::https://comic.mkzcdn.com/search/filter/?theme_id=21&page_num={{page}}&page_size=12\n百合::https://comic.mkzcdn.com/search/filter/?theme_id=22&page_num={{page}}&page_size=12\n励志::https://comic.mkzcdn.com/search/filter/?theme_id=23&page_num={{page}}&page_size=12\n同人::https://comic.mkzcdn.com/search/filter/?theme_id=24&page_num={{page}}&page_size=12\n真人::https://comic.mkzcdn.com/search/filter/?theme_id=26&page_num={{page}}&page_size=12\n少年::https://comic.mkzcdn.com/search/filter/?audience=1&page_num={{page}}&page_size=12\n少女::https://comic.mkzcdn.com/search/filter/?audience=2&page_num={{page}}&page_size=12\n青年::https://comic.mkzcdn.com/search/filter/?audience=3&page_num={{page}}&page_size=12\n少儿::https://comic.mkzcdn.com/search/filter/?audience=4&page_num={{page}}&page_size=12\n独家::https://comic.mkzcdn.com/search/filter/?copyright=1&page_num={{page}}&page_size=12\n合作::https://comic.mkzcdn.com/search/filter/?copyright=2&page_num={{page}}&page_size=12\n免费::https://comic.mkzcdn.com/search/filter/?is_free=1&page_num={{page}}&page_size=12\n付费::https://comic.mkzcdn.com/search/filter/?is_fee=1&page_num={{page}}&page_size=12\nVIP::https://comic.mkzcdn.com/search/filter/?is_vip=1&page_num={{page}}&page_size=12",
    "header": "{\n  \"User-Agent\": \"okhttp/3.11.0\"\n}",
    "lastUpdateTime": 1733776897678,
    "loginUrl": "",
    "respondTime": 1508,
    "ruleBookInfo": {
      "author": "@get:{author}",
      "coverUrl": "",
      "intro": "$.data.content",
      "lastChapter": "$.data.chapter_title",
      "name": "$.data.title",
      "tocUrl": "https://comic.mkzhan.com/chapter/?comic_id={$.data.comic_id}"
    },
    "ruleContent": {
      "content": "@js:\njava.getStringList(\"$.data.page[*]image\").toArray().map\n(a=>'<img src=\"'+a+'\">').join(\"\\n\")",
      "imageStyle": "FULL",
      "nextContentUrl": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.author_title@put:{author:$.author_title}",
      "bookList": "$.data.list.*",
      "bookUrl": "https://comic.mkzhan.com/comic/info/?comic_id={$.comic_id}",
      "coverUrl": "$.cover@js:result.replace(/\\.(jpg|JPG).*/g,\".$1!cover-400\")",
      "lastChapter": "$.chapter_title",
      "name": "$.title@put:{comic_id:$.comic_id}"
    },
    "ruleToc": {
      "chapterList": "$.data",
      "chapterName": "$.title",
      "chapterUrl": "https://comic.mkzhan.com/chapter/content/v1/?chapter_id={{$.chapter_id}}&comic_id=@get:{comic_id}&format=1&quality=1&sign=0&type=1&uid=0",
      "isVip": "$.is_vip",
      "nextTocUrl": "",
      "updateTime": "$.change_time@js:result==0?'':java.timeFormat(result*1000)"
    },
    "searchUrl": "https://comic.mkzhan.com/search/keyword/?keyword={{key}}&page_num={{page}}&page_size=20",
    "weight": 0
  },
  {
    "bookSourceComment": "23.8.27\n书籍正则，请求头，部分净化by:一程",
    "bookSourceGroup": "免费",
    "bookSourceName": "爪机书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.zjsw.org/##@鱼",
    "bookUrlPattern": "https?://www\\.zjsw\\.org(/html)?/book/\\d+/?",
    "customButton": false,
    "customOrder": 599,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows; U; Windows NT 5.2;. en-US) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 Quark/4.6.2.161\"\n}",
    "lastUpdateTime": 1734983233191,
    "respondTime": 3560,
    "ruleBookInfo": {
      "author": ".bookname@tag.em@textNodes##.*：",
      "coverUrl": ".pic img@src",
      "intro": "☁️更新时间：\n{{@@.top@tag.span.-1@textNodes}}\n🔥本书点击：\n{{@@.top@tag.span.0@textNodes}}\n👻本书简介：\n{{@@.intro@textNodes}}##(^|[。！？……]+[”」）……】]?)##$1<br>",
      "lastChapter": ".btopt@tag.a@textNodes",
      "name": ".bookname@text##作者.*",
      "wordCount": ".top@tag.span.1@textNodes"
    },
    "ruleContent": {
      "content": "#content@html##.*下一页.*|.*请大家收藏.*|try.*|{{book.name+\"正文卷\"+String(title).replace(/\\s*/g,'')}}",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##.*第.*章.*|\\s*百镀一下.*免费阅读。\\s*|\\s*.*zjsw.*\\s*|本站.*zw|－－|－|\\s*一秒记住.*免费阅读！\\s*|●：iw0|\\s*最快更新.*最新小说.\\s*|\\s*【.*追书神器.*】\\s*|.手机用户登陆.*|.*最新最快发布。|\\(未完待续.*\\)|【.*换源.pp.*】"
    },
    "ruleExplore": {
      "author": "",
      "bookList": ""
    },
    "ruleSearch": {
      "author": ".title@tag.a.1@textNodes",
      "bookList": "#alistbox",
      "bookUrl": " a.0@href",
      "checkKeyWord": "我的模拟长生路",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "kind": "",
      "lastChapter": ".sys@tag.a@textNodes",
      "name": ".title@tag.a.0@textNodes"
    },
    "ruleToc": {
      "chapterList": ".link_14 dl dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search.html,{\r\n  \"method\": \"post\",\r\n  \"body\": \"searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁,免费",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.xxbiqu.com",
    "bookUrlPattern": "https://www.xxbiqu.com/book/\\d+/",
    "customButton": false,
    "customOrder": 600,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"🔹分类🔹\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/sort/1/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/sort/2/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/sort/3/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"军事\",\"url\":\"/sort/4/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/sort/5/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/sort/6/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"女频\",\"url\":\"/sort/7/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"综合\",\"url\":\"/sort/8/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"🔹排行🔹\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"收藏榜\",\"url\":\"/rank/collect/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"下载榜\",\"url\":\"/rank/download/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"点击榜\",\"url\":\"/rank/visit/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"推荐榜\",\"url\":\"/rank/vote/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"字数榜\",\"url\":\"/rank/words/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"评分榜\",\"url\":\"/rank/rating/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9; MIX 2 Build/PKQ1.190118.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.99 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1732983916933,
    "respondTime": 3826,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property~=las?test_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": "#TextContent@html"
    },
    "ruleExplore": {
      "author": ".book_other@span.0@text",
      "bookList": "#sitebox dl",
      "bookUrl": "h3@a@href",
      "coverUrl": "img@data-original",
      "intro": ".book_des@text",
      "kind": ".book_other@span.1@text&&h3@span@text",
      "lastChapter": ".book_other@a@text",
      "name": "h3@a@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": ".book_other@span.0@text",
      "bookList": "#nr",
      "bookUrl": "h3@a@href",
      "coverUrl": "img@data-original",
      "intro": ".book_des@text",
      "kind": ".book_other@span.1@text&&h3@span@text",
      "lastChapter": ".book_other@a@text",
      "name": "h3@a@text",
      "wordCount": ".book_other@span.2@text"
    },
    "ruleToc": {
      "chapterList": "#chapterList li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search/{{key}}/{{page}}/",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "爱看漫画",
    "bookSourceType": 2,
    "bookSourceUrl": "http://m.kanman.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 601,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\ruser-agent: \"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Mobile Safari/537.36\"\r}",
    "lastUpdateTime": 1734944869903,
    "loginUrl": "",
    "respondTime": 359,
    "ruleBookInfo": {
      "author": "class.sub_r@tag.p.0@text",
      "coverUrl": "id.Cover@tag.img@src",
      "intro": "class.txtDesc@text##介绍:",
      "kind": "class.tags@class.item@text",
      "lastChapter": "id.chapter-list-1@tag.li.-2@tag.a@tag.span@text",
      "name": "id.js_comic_id@text",
      "wordCount": "class.date@text"
    },
    "ruleContent": {
      "content": "@js:var json = result.match(/window.comicInfo=(.*?),window.hideguide/)[1];\nvar json = eval('json='+json)\nvar image_list = [];\njson.current_chapter.chapter_img_list.map(item=>{\n    image_list.push('<img src=\"'+item+'\">')\n})\nimage_list.join(\"\\n\");",
      "imageStyle": "",
      "nextContentUrl": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "",
      "bookList": "class.comic-item",
      "bookUrl": "tag.a@href",
      "coverUrl": "",
      "kind": "",
      "lastChapter": "class.chapter@text",
      "name": "class.title@text"
    },
    "ruleToc": {
      "chapterList": "class.chapter-list@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://m.kanman.com/sort/all.html?cache=false&search_key={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔞三疊書閣(三疊紀小說)-繁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.noveltri.com",
    "customButton": false,
    "customOrder": 602,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n    {\n        \"title\": \"科幻未來\",\n        \"url\": \"/zh-tw/books/1b7f39f5f32f6b96/{{page}}.html\"\n    },\n    {\n        \"title\": \"網路同人\",\n        \"url\": \"/zh-tw/books/1e42ed73a95ce215/{{page}}.html\"\n    },\n    {\n        \"title\": \"軍事歷史\",\n        \"url\": \"/zh-tw/books/208433aa7d3a9847/{{page}}.html\"\n    },\n    {\n        \"title\": \"武俠仙俠\",\n        \"url\": \"/zh-tw/books/580ffbceba88bd86/{{page}}.html\"\n    },\n    {\n        \"title\": \"靈異玄幻\",\n        \"url\": \"/zh-tw/books/1b7f39f5f32f6b96/{{page}}.html\"\n    },\n    {\n        \"title\": \"奇幻冒險\",\n        \"url\": \"/zh-tw/books/67a3a204728ae79a/{{page}}.html\"\n    },\n    {\n        \"title\": \"情色工口\",\n        \"url\": \"/zh-tw/books/f4c67287fa5cf290/{{page}}.html\"\n    }\n]",
    "lastUpdateTime": 1748493821508,
    "loginUrl": "/zh-tw/login",
    "respondTime": 30858,
    "ruleBookInfo": {
      "author": "@css:.list-inline-item.tags>a>strong@text",
      "coverUrl": "@css:.mb-xl-0.text-center>img@src",
      "intro": "@css:.description@text",
      "name": "@css:h3@text",
      "wordCount": "@css:#book-status>li:eq(0)>strong@text"
    },
    "ruleContent": {
      "content": "@css:.px-sm-1>p@text",
      "title": "@css:h1@text"
    },
    "ruleExplore": {
      "author": "@css:.small a@text",
      "bookList": "@css:.d-grid.books>.book.d-flex.shadow-sm",
      "bookUrl": "@css:a:eq(0)@href",
      "coverUrl": "@css:.cover img@src",
      "intro": "@css:.description@text",
      "name": "@css:.fw-bold span@text"
    },
    "ruleSearch": {
      "author": "@css:.small a@text",
      "bookList": "@css:.d-grid.books>.book.d-flex.shadow-sm",
      "bookUrl": "@css:a:eq(0)@href",
      "checkKeyWord": "吾",
      "coverUrl": "@css:.cover img@src",
      "intro": "@css:.description@text",
      "name": "@css:.fw-bold span@text",
      "wordCount": "@css:.small ul>li:eq(0)>strong@text"
    },
    "ruleToc": {
      "chapterList": "@css:.chapters>div",
      "chapterName": "@css:span@text",
      "chapterUrl": "@css:a@href"
    },
    "searchUrl": "/zh-tw/search?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "黄易小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xhytd.com/#pb1101",
    "bookUrlPattern": "http://www.xhytd.com/\\d+/\\d+/",
    "customButton": false,
    "customOrder": 603,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1734983244981,
    "loginUrl": "",
    "respondTime": 6393,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@tag.a@text",
      "coverUrl": "id.fmimg@img@src",
      "init": "class.box_con",
      "intro": "id.intro@text",
      "kind": "class.con_top@tag.a.1@text&&\nid.info@tag.p.2@text##最后更新：",
      "lastChapter": "id.info@tag.p.3@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 |百度搜索.*",
      "name": "id.info@h1@text"
    },
    "ruleContent": {
      "content": "id.content@html##天才一秒记住.*com|章节错误.*耐心等待。|.*无广告！"
    },
    "ruleExplore": {
      "author": "class.s4@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@tag.a@href",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.xhytd.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "class.s5@text",
      "lastChapter": "class.s3@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 |百度搜索.*",
      "name": "class.s2@tag.a@text"
    },
    "ruleSearch": {
      "author": "class.s4@text",
      "bookList": "class.novelslist2@tag.li!0",
      "bookUrl": "class.s2@tag.a@href",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.xhytd.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "class.s6@text",
      "lastChapter": "class.s3@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 |百度搜索.*",
      "name": "class.s2@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd!0:1:2:3:4:5:6:7:8:9:10:11",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.xhytd.com/search.html?name={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "二三小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.x23us.cc/",
    "bookUrlPattern": "https://www.x23us.cc/h/\\d+/",
    "customButton": false,
    "customOrder": 604,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko, By Black Prism) Chrome/99.0 Safari/537.36\",\n\"Referer\":\"https://www.x23us.cc\"\n}",
    "lastUpdateTime": 1732246049377,
    "respondTime": 2954,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property~=las?test_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": "#nr@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "bookList": "",
      "bookUrl": "",
      "name": ""
    },
    "ruleSearch": {
      "author": ".newlist-zz@text",
      "bookList": ".text-more",
      "bookUrl": ".newlist-title@a@href",
      "kind": ".newlist-type@text##\\[|\\]",
      "lastChapter": ".newlist-zj@a@text",
      "name": ".newlist-title@text"
    },
    "ruleToc": {
      "chapterList": "#newlist li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}/search/,{\n  \"body\": \"searchkey={{key}}&searchtype=all\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "尽量用发现，搜索好像有问题，可能需要准确搜索。",
    "bookSourceGroup": "漫画",
    "bookSourceName": "酷爱漫画（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.kuimh.com",
    "customButton": false,
    "customOrder": 605,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"国产\",\"url\":\"/booklist?tag=%E5%85%A8%E9%83%A8&area=1&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"恋爱\",\"url\":\"/booklist?tag=恋爱&area=1&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古风\",\"url\":\"/booklist?tag=古风&area=1&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"/booklist?tag=校园&area=1&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"奇幻\",\"url\":\"/booklist?tag=奇幻&area=1&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"女主\",\"url\":\"/booklist?tag=大女主&area=1&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"治愈\",\"url\":\"/booklist?tag=治愈&area=1&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越\",\"url\":\"/booklist?tag=穿越&area=1&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"励志\",\"url\":\"/booklist?tag=励志&area=1&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"爆笑\",\"url\":\"/booklist?tag=爆笑&area=1&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"萌系\",\"url\":\"/booklist?tag=萌系&area=1&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"/booklist?tag=玄幻&area=1&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"日常\",\"url\":\"/booklist?tag=日常&area=1&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"/booklist?tag=都市&area=1&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"彩虹\",\"url\":\"/booklist?tag=彩虹&area=1&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"灵异\",\"url\":\"/booklist?tag=灵异&area=1&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"/booklist?tag=悬疑&area=1&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"少年\",\"url\":\"/booklist?tag=少年&area=1&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"日本\",\"url\":\"/booklist?tag=%E5%85%A8%E9%83%A8&area=2&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"恋爱\",\"url\":\"/booklist?tag=恋爱&area=2&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古风\",\"url\":\"/booklist?tag=古风&area=2&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"/booklist?tag=校园&area=2&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"奇幻\",\"url\":\"/booklist?tag=奇幻&area=2&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"女主\",\"url\":\"/booklist?tag=大女主&area=2&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"治愈\",\"url\":\"/booklist?tag=治愈&area=2&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越\",\"url\":\"/booklist?tag=穿越&area=2&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"励志\",\"url\":\"/booklist?tag=励志&area=2&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"爆笑\",\"url\":\"/booklist?tag=爆笑&area=2&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"萌系\",\"url\":\"/booklist?tag=萌系&area=2&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"/booklist?tag=玄幻&area=2&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"日常\",\"url\":\"/booklist?tag=日常&area=2&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"/booklist?tag=都市&area=2&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"彩虹\",\"url\":\"/booklist?tag=彩虹&area=2&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"灵异\",\"url\":\"/booklist?tag=灵异&area=2&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"/booklist?tag=悬疑&area=2&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"少年\",\"url\":\"/booklist?tag=少年&area=2&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"韩国\",\"url\":\"/booklist?tag=%E5%85%A8%E9%83%A8&area=3&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"恋爱\",\"url\":\"/booklist?tag=恋爱&area=3&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古风\",\"url\":\"/booklist?tag=古风&area=3&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"/booklist?tag=校园&area=3&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"奇幻\",\"url\":\"/booklist?tag=奇幻&area=3&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"女主\",\"url\":\"/booklist?tag=大女主&area=3&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"治愈\",\"url\":\"/booklist?tag=治愈&area=3&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越\",\"url\":\"/booklist?tag=穿越&area=3&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"励志\",\"url\":\"/booklist?tag=励志&area=3&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"爆笑\",\"url\":\"/booklist?tag=爆笑&area=3&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"萌系\",\"url\":\"/booklist?tag=萌系&area=3&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"/booklist?tag=玄幻&area=3&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"日常\",\"url\":\"/booklist?tag=日常&area=3&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"/booklist?tag=都市&area=3&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"彩虹\",\"url\":\"/booklist?tag=彩虹&area=3&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"灵异\",\"url\":\"/booklist?tag=灵异&area=3&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"/booklist?tag=悬疑&area=3&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"少年\",\"url\":\"/booklist?tag=少年&area=3&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"欧美\",\"url\":\"/booklist?tag=%E5%85%A8%E9%83%A8&area=5&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"恋爱\",\"url\":\"/booklist?tag=恋爱&area=5&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古风\",\"url\":\"/booklist?tag=古风&area=5&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"/booklist?tag=校园&area=5&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"奇幻\",\"url\":\"/booklist?tag=奇幻&area=5&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"女主\",\"url\":\"/booklist?tag=大女主&area=5&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"治愈\",\"url\":\"/booklist?tag=治愈&area=5&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越\",\"url\":\"/booklist?tag=穿越&area=5&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"励志\",\"url\":\"/booklist?tag=励志&area=5&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"爆笑\",\"url\":\"/booklist?tag=爆笑&area=5&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"萌系\",\"url\":\"/booklist?tag=萌系&area=5&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"/booklist?tag=玄幻&area=5&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"日常\",\"url\":\"/booklist?tag=日常&area=5&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"/booklist?tag=都市&area=5&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"彩虹\",\"url\":\"/booklist?tag=彩虹&area=5&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"灵异\",\"url\":\"/booklist?tag=灵异&area=5&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"/booklist?tag=悬疑&area=5&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"少年\",\"url\":\"/booklist?tag=少年&area=5&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"其他\",\"url\":\"/booklist?tag=%E5%85%A8%E9%83%A8&area=7&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"恋爱\",\"url\":\"/booklist?tag=恋爱&area=7&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古风\",\"url\":\"/booklist?tag=古风&area=7&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"/booklist?tag=校园&area=7&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"奇幻\",\"url\":\"/booklist?tag=奇幻&area=7&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"女主\",\"url\":\"/booklist?tag=大女主&area=7&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"治愈\",\"url\":\"/booklist?tag=治愈&area=7&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越\",\"url\":\"/booklist?tag=穿越&area=7&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"励志\",\"url\":\"/booklist?tag=励志&area=7&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"爆笑\",\"url\":\"/booklist?tag=爆笑&area=7&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"萌系\",\"url\":\"/booklist?tag=萌系&area=7&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"/booklist?tag=玄幻&area=7&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"日常\",\"url\":\"/booklist?tag=日常&area=7&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"/booklist?tag=都市&area=7&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"彩虹\",\"url\":\"/booklist?tag=彩虹&area=7&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"灵异\",\"url\":\"/booklist?tag=灵异&area=7&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"/booklist?tag=悬疑&area=7&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"少年\",\"url\":\"/booklist?tag=少年&area=7&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"日韩\",\"url\":\"/booklist?tag=%E5%85%A8%E9%83%A8&area=8&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"恋爱\",\"url\":\"/booklist?tag=恋爱&area=8&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古风\",\"url\":\"/booklist?tag=古风&area=8&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"/booklist?tag=校园&area=8&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"奇幻\",\"url\":\"/booklist?tag=奇幻&area=8&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"女主\",\"url\":\"/booklist?tag=大女主&area=8&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"治愈\",\"url\":\"/booklist?tag=治愈&area=8&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越\",\"url\":\"/booklist?tag=穿越&area=8&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"励志\",\"url\":\"/booklist?tag=励志&area=8&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"爆笑\",\"url\":\"/booklist?tag=爆笑&area=8&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"萌系\",\"url\":\"/booklist?tag=萌系&area=8&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"/booklist?tag=玄幻&area=8&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"日常\",\"url\":\"/booklist?tag=日常&area=8&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"/booklist?tag=都市&area=8&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"彩虹\",\"url\":\"/booklist?tag=彩虹&area=8&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"灵异\",\"url\":\"/booklist?tag=灵异&area=8&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"/booklist?tag=悬疑&area=8&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"少年\",\"url\":\"/booklist?tag=少年&area=8&end=-1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.29}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.203 Safari/537.36\"\n}",
    "lastUpdateTime": 1759568117514,
    "loginUrl": "https://www.kuimh.com/login",
    "respondTime": 3721,
    "ruleBookInfo": {
      "author": "class.subtitle.1@text##作者.",
      "coverUrl": "class.cover.0@img@src",
      "intro": ".content@p@html",
      "kind": "class.tip.0@a.0@text&&class.tip.0@span.0@text&&class.tip.0@span.3@text##状态.|更新时间.",
      "lastChapter": "#detail-list-select@a.-1@text",
      "name": ".info h1@text",
      "tocUrl": "text.开始阅读@href"
    },
    "ruleContent": {
      "content": ".comicpage@html##\\\"https:\\/\\/static.aiquanjian.com\\/static\\/images\\/grey.gif\\\" data-echo=",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": ".mh-item",
      "bookUrl": "a.1@href",
      "coverUrl": "p@style@js:result.match(/\\((.*?)\\)/)[1]",
      "kind": "a.2@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".mCustomScrollBox li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "isVip": "VIP"
    },
    "searchUrl": "/search?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "地址改用m.的目录URL规则：\n{{baseUrl}}##(.*?)m(.*)##$1m$2",
    "bookSourceGroup": "免费",
    "bookSourceName": "心动小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.woo16.vip/",
    "customButton": false,
    "customOrder": 606,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"☑️排行\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"总收藏榜\",\"url\":\"/paihang/goodnum_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最新入库\",\"url\":\"/paihang/postdate_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最近更新\",\"url\":\"/paihang/lastupdate_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总排行榜\",\"url\":\"/paihang/allvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"月排行榜\",\"url\":\"/paihang/monthvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"周排行榜\",\"url\":\"/paihang/weekvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"日排行榜\",\"url\":\"/paihang/dayvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"总推荐榜\",\"url\":\"/paihang/allvote_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"月推荐榜\",\"url\":\"/paihang/monthvote_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"周推荐榜\",\"url\":\"/paihang/weekvote_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"日推荐榜\",\"url\":\"/paihang/dayvote_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"☑️分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"/dushi_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"浓情\",\"url\":\"/nongqing_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"言情\",\"url\":\"/yanqing_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"/xiaoyuan_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"武侠\",\"url\":\"/wuxia_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"/xuanhuan_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"穿越\",\"url\":\"/chuanyue_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"惊悚\",\"url\":\"/jingsong_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1731590657039,
    "respondTime": 5507,
    "ruleBookInfo": {
      "coverUrl": "$.thumbnail\n@js:\nresult||\"https://s3.bmp.ovh/imgs/2023/08/01/8a0ab481ea31a36f.jpg\"",
      "init": "",
      "intro": ".p3@text",
      "lastChapter": ".p4 a@text",
      "tocUrl": "{{baseUrl}}##(.*?)www(.*)##$1m$2"
    },
    "ruleContent": {
      "content": "id.nr@html"
    },
    "ruleExplore": {
      "author": ".p2 a@text||a.-1@text",
      "bookList": ".lists li||.listcon ul li",
      "bookUrl": "a.0@href",
      "coverUrl": "$.thumbnail\n@js:\nresult||\"https://s3.bmp.ovh/imgs/2023/08/01/1bb4968e49eedf2b.jpg\"",
      "intro": ".p3@text",
      "kind": "span.0@text&&span.-1@text##\\[|\\]|更新时间：",
      "lastChapter": ".lastchapter a@text",
      "name": "img@alt||a.0@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a.-1@text",
      "bookList": ".lists li",
      "bookUrl": "a.0@href",
      "coverUrl": "$.thumbnail\n@js:\nresult||\"https://s3.bmp.ovh/imgs/2023/08/01/2c5709f38795b4d1.jpg\"",
      "kind": "span.0@text&&span.-1@text##\\[|\\]|更新时间：",
      "lastChapter": "a.1@text",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": ".lb li!-1",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "isPay": "ttt",
      "nextTocUrl": ".showpage@a@href"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"body\": \"searchtype=articlename&searchkey={{key}}&t_btnsearch=\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "笔趣小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xbiqusa.com",
    "bookUrlPattern": "https://www.biqusa.com/\\d+_\\d+/",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 607,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1734838017397,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 10321,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@a@text",
      "canReName": "",
      "coverUrl": "id.fmimg@img@src",
      "init": "",
      "intro": "id.intro@text\n<js>result.replace(/(.*)/,' ○○○STORY:\\n$1')</js>",
      "kind": "id.info@tag.p.2@text##最后更新：",
      "lastChapter": "{{@@id.info@tag.p.3@a@text##免费章节 |正文卷 |正文 |VIP章节 }}·{{@@id.info@tag.p.2@text##最后更新：}}",
      "name": "id.bookdetail@id.info@h1@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@html",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "##本小说.*无广告免费阅读。|：。：|.*一秒记住本站地址.*\\s|.*最快更新.*无广告.*\\s|.*最新网址.*\\s|最新网址.*|章节错误.*",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "class.s4@a@text",
      "bookList": "class.novelslist2@ul@li[1:3]",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.biqusa.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": "",
      "kind": "class.s6@text",
      "lastChapter": "class.s3@a@text&&class.s6@text##免费章节 |正文卷 |正文 |VIP章节 \n@js:result.replace(/\\n/,'·')",
      "name": "class.s2@a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "//*[@id=\"list\"]//dt[2]/following-sibling::dd/a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "/search.html?name={{key}}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "猫眼看书（优++）",
    "bookSourceType": 0,
    "bookSourceUrl": "http://api.lemiyigou.com",
    "customButton": false,
    "customOrder": 608,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\": \"男频榜单\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"必读榜\",\"url\": \"/module/rank?type=1&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"潜力榜\",\"url\": \"/module/rank?type=5&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"完本榜\",\"url\": \"/module/rank?type=2&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"更新榜\",\"url\": \"/module/rank?type=3&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"搜索榜\",\"url\": \"/module/rank?type=4&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"评论榜\",\"url\": \"/module/rank?type=6&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"男频全部\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"玄幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=lejRej\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"武侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=nel5aK\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"都市\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mbk5ez\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"仙侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=vbmOeY\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"军事\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=penRe7\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"历史\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=xbojag\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"游戏\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mep2bM\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"科幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=zbq2dp\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"轻小说\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=YerEdO\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"男频完结\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"玄幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=lejRej&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"武侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=nel5aK&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"都市\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mbk5ez&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"仙侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=vbmOeY&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"军事\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=penRe7&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"历史\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=xbojag&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"游戏\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mep2bM&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"科幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=zbq2dp&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"轻小说\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=YerEdO&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"男频连载\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"玄幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=lejRej&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"武侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=nel5aK&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"都市\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mbk5ez&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"仙侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=vbmOeY&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"军事\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=penRe7&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"历史\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=xbojag&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"游戏\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mep2bM&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"科幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=zbq2dp&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"轻小说\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=YerEdO&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"女频榜单\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"必读榜\",\"url\": \"/module/rank?type=1&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"潜力榜\",\"url\": \"/module/rank?type=5&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"完本榜\",\"url\": \"/module/rank?type=2&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"更新榜\",\"url\": \"/module/rank?type=3&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"搜索榜\",\"url\": \"/module/rank?type=4&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"评论榜\",\"url\": \"/module/rank?type=6&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"女频全部\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"现代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9avmeG\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"古代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=DdwRb1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"幻想言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=7ax9by\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"青春校园\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=Pdy7aQ\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"唯美纯爱\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=kazYeJ\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"同人衍生\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9aAOdv\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"女频完结\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"现代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9avmeG&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"古代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=DdwRb1&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"幻想言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=7ax9by&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"青春校园\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=Pdy7aQ&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"唯美纯爱\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=kazYeJ&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"同人衍生\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9aAOdv&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"女频连载\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"现代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9avmeG&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"古代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=DdwRb1&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"幻想言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=7ax9by&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"青春校园\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=Pdy7aQ&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"唯美纯爱\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=kazYeJ&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"同人衍生\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9aAOdv&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}}\n]",
    "header": "{\n'User-Agent': 'okhttp/4.9.2','client-device': '2d37f6b5b6b2605373092c3dc65a3b39','client-brand': 'Redmi','client-version': '2.3.0','client-name': 'app.maoyankanshu.novel','client-source': 'android','Authorization': 'bearereyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9hcGkuanhndHp4Yy5jb21cL2F1dGhcL3RoaXJkIiwiaWF0IjoxNjgzODkxNjUyLCJleHAiOjE3NzcyMDM2NTIsIm5iZiI6MTY4Mzg5MTY1MiwianRpIjoiR2JxWmI4bGZkbTVLYzBIViIsInN1YiI6Njg3ODYyLCJwcnYiOiJhMWNiMDM3MTgwMjk2YzZhMTkzOGVmMzBiNDM3OTQ2NzJkZDAxNmM1In0.mMxaC2SVyZKyjC6rdUqFVv5d9w_X36o0AdKD7szvE_Q'\n}",
    "lastUpdateTime": 1759571784444,
    "respondTime": 1744,
    "ruleBookInfo": {
      "author": "$.authorName",
      "coverUrl": "$..cover",
      "init": "$.data",
      "intro": "$..summary##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "{{$.lastChapter.decTime}},{{$.averageScore}}分,{{$.className}},{{$..tagName}}",
      "lastChapter": "$.lastChapter.chapterName##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "$.novelName",
      "tocUrl": "/novel/{{$.novelId}}/chapters?readNum=1",
      "wordCount": "$.wordNum"
    },
    "ruleContent": {
      "content": "$.content",
      "replaceRegex": "##一秒记住.*精彩阅读。|7017k"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.authorName",
      "bookList": "$.data[*]",
      "bookUrl": "/novel/{{$.novelId}}?isSearch=1",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "{{$..className}},{{$.averageScore}}分",
      "name": "$.novelName",
      "wordCount": "$.wordNum"
    },
    "ruleToc": {
      "chapterList": "$.data.list[*]",
      "chapterName": "$.chapterName##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "$.path@js:java.aesBase64DecodeToString(result,\"f041c49714d39908\",\"AES/CBC/PKCS5Padding\",\"0123456789abcdef\")",
      "updateTime": "{{$.updatedAt}} 字数：{{$.wordNum}}"
    },
    "searchUrl": "/search?page={{page}}&keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "喜马拉雅",
    "bookSourceType": 1,
    "bookSourceUrl": "http://search.ximalaya.com#芜恙",
    "customButton": false,
    "customOrder": 609,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1731570583837,
    "loginUrl": "",
    "respondTime": 1059,
    "ruleBookInfo": {
      "tocUrl": "http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId=@get:{book}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=1"
    },
    "ruleContent": {
      "content": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "nickname",
      "bookList": "$.response.docs",
      "bookUrl": "http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId={$.id}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=1",
      "coverUrl": "cover_path",
      "intro": "intro",
      "kind": "category_title&&customTitle",
      "lastChapter": "最后更新：{$.updated_at}",
      "name": "title@put:{book:id}",
      "wordCount": "共{$.trackCount}集"
    },
    "ruleToc": {
      "chapterList": "data.list",
      "chapterName": "title",
      "chapterUrl": "playPathAacv224",
      "nextTocUrl": "<js>\nvar a = 'http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId=@get:{book}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=';\nvar r = [];\nfor(var i=1;i<40;i++){\n    r.push(a + parseInt(i*1));\n}\nr\n</js>"
    },
    "searchUrl": "http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw={{key}}&page={{page}}&rows=20&spellchecker=true",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🍎玄幻阁",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xuankuge.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 610,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/sort1/{{page}}/\n武侠::/sort2/{{page}}/\n都市::/sort3/{{page}}/\n历史::/sort4/{{page}}/\n言情::/sort5/{{page}}/\n穿越::/sort6/{{page}}/\n科幻::/sort7/{{page}}/\n恐怖::/sort8/{{page}}/\n校园::/sort9/{{page}}/\n异界::/sort10/{{page}}/\n全本::/quanben/{{page}}/",
    "lastUpdateTime": 1700660886660,
    "loginUrl": "",
    "respondTime": 808,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property$=latest_chapter_name]@content##正文卷\\s|正文\\s",
      "name": "[property$=book_name]@content",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "#content@textNodes",
      "imageStyle": "0",
      "replaceRegex": "##随机推荐.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.1@text",
      "bookList": "#sitebox dl",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "dd.3@text",
      "kind": "span.2:0@text",
      "lastChapter": "a.2@text##正文卷\\s|正文\\s",
      "name": "a.1@text",
      "wordCount": "span.3@text"
    },
    "ruleToc": {
      "chapterList": "#readerlist li a",
      "chapterName": "text##正文卷\\s|正文\\s",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?s={{key}}&searchtype=articlename",
    "weight": 0
  },
  {
    "bookSourceComment": "女频小说::https://www.ximalaya.com/channel/7-10881/p{{page}}/\nclass.albums _XJ@ul@li@class.T_G\na.-1@text\na.-1@href\n",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "喜马拉雅 ",
    "bookSourceType": 1,
    "bookSourceUrl": "http://search.ximalaya.com",
    "customButton": false,
    "customOrder": 611,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "✱　　　　　　✱  评    书  ✱　　　　　　✱::\n评书::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=评书&page={{page}}&rows=20&spellchecker=true\n粤语::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=粤语&page={{page}}&rows=20&spellchecker=true\n粤语评书::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=粤语评书&page={{page}}&rows=20&spellchecker=true\n讲古::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=讲古&page={{page}}&rows=20&spellchecker=true\n张悦楷::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=张悦楷&page={{page}}&rows=20&spellchecker=true\n脱口秀::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=脱口秀&page={{page}}&rows=20&spellchecker=true\n段子::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=段子&page={{page}}&rows=20&spellchecker=true\n笑话::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=笑话&page={{page}}&rows=20&spellchecker=true\n搞笑::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=搞笑&page={{page}}&rows=20&spellchecker=true\n糗事::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=糗事&page={{page}}&rows=20&spellchecker=true\n广播剧::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=广播剧&page={{page}}&rows=20&spellchecker=true\n多人::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=多人&page={{page}}&rows=20&spellchecker=true\n香港::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=香港&page={{page}}&rows=20&spellchecker=true\n明星::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=明星&page={{page}}&rows=20&spellchecker=true\n电台::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=电台&page={{page}}&rows=20&spellchecker=true\n动漫::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=动漫&page={{page}}&rows=20&spellchecker=true\n漫画::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=漫画&page={{page}}&rows=20&spellchecker=true\n✱　　　　　　✱  分    类  ✱　　　　　　✱::\n玄幻::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=玄幻&page={{page}}&rows=20&spellchecker=true\n大剧::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=大剧&page={{page}}&rows=20&spellchecker=true\n仙侠::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=仙侠&page={{page}}&rows=20&spellchecker=true\n都市::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=都市&page={{page}}&rows=20&spellchecker=true\n经典::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=经典&page={{page}}&rows=20&spellchecker=true\n幻想::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=幻想&page={{page}}&rows=20&spellchecker=true\n武侠::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=武侠&page={{page}}&rows=20&spellchecker=true\n历史::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=历史小说&page={{page}}&rows=20&spellchecker=true\n教材::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=教材&page={{page}}&rows=20&spellchecker=true\n英文::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=英文原版&page={{page}}&rows=20&spellchecker=true\n名著::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=名著&page={{page}}&rows=20&spellchecker=true\n乡村::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=乡村&page={{page}}&rows=20&spellchecker=true\n游戏::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=游戏&page={{page}}&rows=20&spellchecker=true\n无限::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=无限&page={{page}}&rows=20&spellchecker=true\n魔幻::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=魔法&page={{page}}&rows=20&spellchecker=true\n多人::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=多人剧&page={{page}}&rows=20&spellchecker=true\n相声::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=相声&page={{page}}&rows=20&spellchecker=true\n限免::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=限免&page={{page}}&rows=20&spellchecker=true\n言情::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=言情&page={{page}}&rows=20&spellchecker=true\n免费::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=免费&page={{page}}&rows=20&spellchecker=true\n✱　　　　　　✱  音    乐  ✱　　　　　　✱::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=音乐&page={{page}}&rows=20&spellchecker=true\n乡村::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=乡村&page={{page}}&rows=20&spellchecker=true\n流行::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=流行Top&page={{page}}&rows=20&spellchecker=true\n老歌::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=老歌&page={{page}}&rows=20&spellchecker=true\n榜单::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=榜单&page={{page}}&rows=20&spellchecker=true\n巅峰::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=巅峰榜&page={{page}}&rows=20&spellchecker=true\n粤语::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=粤语&page={{page}}&rows=20&spellchecker=true\n日语::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=日语&page={{page}}&rows=20&spellchecker=true\n日本::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=日本&page={{page}}&rows=20&spellchecker=true\n英语::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=英语&page={{page}}&rows=20&spellchecker=true\n英国::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=英国&page={{page}}&rows=20&spellchecker=true\n欧美::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=欧美&page={{page}}&rows=20&spellchecker=true\n韩语::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=韩语&page={{page}}&rows=20&spellchecker=true\n韩国::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=韩国&page={{page}}&rows=20&spellchecker=true\n动漫::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=动漫&page={{page}}&rows=20&spellchecker=true\n钢琴::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=钢琴&page={{page}}&rows=20&spellchecker=true\n小提琴::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=小提琴&page={{page}}&rows=20&spellchecker=true\n轻音乐::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=轻音乐&page={{page}}&rows=20&spellchecker=true\n治愈::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=治愈&page={{page}}&rows=20&spellchecker=true\n民谣::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=民谣&page={{page}}&rows=20&spellchecker=true\n摇滚::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=摇滚&page={{page}}&rows=20&spellchecker=true\n民族::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=民族&page={{page}}&rows=20&spellchecker=true\n爵士::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=爵士&page={{page}}&rows=20&spellchecker=true\n古风::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=古风&page={{page}}&rows=20&spellchecker=true\n古典::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=古典&page={{page}}&rows=20&spellchecker=true\n抖音::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=抖音&page={{page}}&rows=20&spellchecker=true",
    "lastUpdateTime": 1734842649835,
    "respondTime": 3195,
    "ruleBookInfo": {
      "tocUrl": "http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId=@get:{book}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=1"
    },
    "ruleContent": {
      "content": "",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "bookList": "",
      "bookUrl": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "nickname",
      "bookList": "$.response.docs",
      "bookUrl": "http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId={$.id}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=1",
      "coverUrl": "cover_path",
      "intro": "$..intro",
      "kind": "category_title",
      "name": "title@put:{book:id}"
    },
    "ruleToc": {
      "chapterList": "$.data.list",
      "chapterName": "title",
      "chapterUrl": "playPathAacv224",
      "nextTocUrl": "<js>\nvar a = 'http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId=@get:{book}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=';\nvar r = [];\nfor(var i=1;i<40;i++){\n    r.push(a + parseInt(i*1));\n}\nr\n</js>"
    },
    "searchUrl": "http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw={{key}}&page={{page}}&rows=20&spellchecker=true",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🔰 镇魂小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.zhenhunxiaoshuo.com",
    "customButton": false,
    "customOrder": 612,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": " [{\"title\":\"纯爱\",\"url\":\"https://www.zhenhunxiaoshuo.com/chunai/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"https://www.zhenhunxiaoshuo.com/yanqing/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"作者\",\"url\":\"https://www.zhenhunxiaoshuo.com/作者/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"查询\",\"url\":\"https://www.zhenhunxiaoshuo.com/chaxun.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"纯爱小说\",\"url\":\"https://www.zhenhunxiaoshuo.com/chunaixiaoshuo/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"百合小说\",\"url\":\"https://www.zhenhunxiaoshuo.com/baihexiaoshuo/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 8.1.0; zh-cn; MI PAD 4 Build/OPM1.171019.019) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30\"}",
    "lastUpdateTime": 1717407656127,
    "respondTime": 12624,
    "ruleBookInfo": {
      "author": "class.text@textNodes||class.article-content@tag.p.0@textNodes",
      "coverUrl": "class.article-content@tag.p.0@text||tag.img@src",
      "intro": "class.text@text||class.article-content@tag.p.-1@html",
      "name": "class.focusbox-title@text||class.article-content@tag.h1@text",
      "tocUrl": "class.item item-3@tag.a@href"
    },
    "ruleContent": {
      "content": "class.article-content@html",
      "nextContentUrl": "text.下一页@href",
      "title": "class.article-title@text"
    },
    "ruleExplore": {
      "author": "tag.td.1@text",
      "bookList": "<js>\nlet list=[]\nif(/下一页/.test(result)){\njava.setContent(result,'https://www.zhenhunxiaoshuo.com');\nlis=java.getElements('tag.table.1@tag.th@tag.a');\nsurl=lis[2].attr('href');\njava.log(surl);\nvar re=\"\"\nfor(var i=1; i<lis.length; i++){\nre=java.ajax(\"https://www.zhenhunxiaoshuo.com\"+lis[i].attr('href'));\njava.setContent(re,'https://www.zhenhunxiaoshuo.com');\nlist1=java.getElements('tag.table.0@tag.tr!0');\njava.log(list1[1])\nlist=list.concat(list1)\n}\nlist\n}\n</js>",
      "bookUrl": "tag.td@tag.a@href",
      "name": "tag.td.0@text"
    },
    "ruleSearch": {
      "author": "<js>\njava.setContent(result,'https://www.zhenhunxiaoshuo.com');\nlis=java.getElement('tag.p.0');\nvar re=lis.text()\nif(re==\"\"){\n\tre=java.get(\"key\")\n\t}\nre\n</js>",
      "bookList": "tag.table@tag.tbody@tag.td||class.content@class.article-content.0",
      "bookUrl": "<js>\njava.setContent(result,'https://www.zhenhunxiaoshuo.com');\nlis=java.getElement('tag.a');\nvar re=lis.attr(\"href\")\nif(re==\"\"){\n\tre=java.get(\"url\")\n\t}\nre\n</js>",
      "checkKeyWord": "魔道祖师",
      "coverUrl": "tag.img@src",
      "intro": "tag.p.-1@html",
      "name": "tag.h1@text||tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.excerpts@tag.a",
      "chapterName": "@text",
      "chapterUrl": "@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "<js>\njava.put(\"key\",key);\nre=java.ajaxAll([\"https://www.zhenhunxiaoshuo.com/\"+key])\nsurl=String(re[0]).replace(/.*url=/,'').replace('}','')\njava.put(\"url\",surl)\nsurl\n</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "喜马拉雅",
    "bookSourceType": 1,
    "bookSourceUrl": "http://search.ximalaya.com#guaner",
    "customButton": false,
    "customOrder": 613,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1735056142925,
    "respondTime": 1343,
    "ruleBookInfo": {
      "tocUrl": "http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId=@get:{book}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=1"
    },
    "ruleContent": {
      "content": "",
      "imageStyle": "0"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "nickname",
      "bookList": "$.response.docs",
      "bookUrl": "http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId={$.id}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=1",
      "coverUrl": "cover_path",
      "intro": "$..intro",
      "kind": "category_title",
      "name": "title@put:{book:id}"
    },
    "ruleToc": {
      "chapterList": "$.data.list",
      "chapterName": "title",
      "chapterUrl": "playPathAacv224",
      "nextTocUrl": "<js>\nvar a = 'http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId=@get:{book}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=';\nvar r = [];\nfor(var i=1;i<40;i++){\n    r.push(a + parseInt(i*1));\n}\nr\n</js>"
    },
    "searchUrl": "http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw={{key}}&page={{page}}&rows=20&spellchecker=true",
    "weight": 0
  },
  {
    "bookSourceComment": "源社区：@Mengteen 2025.06.28原创\n二传二创或者是其它问题请联系我。\n我邮箱:[xxxmgqxxx@vip.qq.com]",
    "bookSourceGroup": "免费",
    "bookSourceName": "📖读万卷",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.duwanjuan.info/##@Mengteen",
    "customButton": false,
    "customOrder": 614,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\": \"玄幻魔法\",\"url\": \"/sort/1/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.25\n}},\n{\"title\": \"\u0000‍武侠修真\",\"url\": \"/sort/2/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.25\n}},\n{\"title\": \"\u0000‍都市言情\",\"url\": \"/sort/3/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.25\n}},\n{\"title\": \"\u0000‍历史军事\",\"url\": \"/sort/4/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.25\n}},\n{\"title\": \"\u0000‍侦探推理\",\"url\": \"/sort/5/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.25\n}},\n{\"title\": \"\u0000‍网游动漫\",\"url\": \"/sort/6/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.25\n}},\n{\"title\": \"\u0000‍科幻小说\",\"url\": \"/sort/7/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.25\n}},\n{\"title\": \"\u0000‍恐怖灵异\",\"url\": \"/sort/8/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.25\n}},\n{\"title\": \"\u0000‍言情小说\",\"url\": \"/sort/9/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.25\n}},\n{\"title\": \"\u0000‍其他类型\",\"url\": \"/sort/10/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 1\n}}\n]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 12; 22041211AC Build/SP1A.210812.016) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1751095314182,
    "respondTime": 2469,
    "ruleBookInfo": {
      "author": "p.0@text",
      "coverUrl": "img@src",
      "intro": "🏷简介：{{@@.intro@p@text}}",
      "kind": "p.1@text##类型：",
      "lastChapter": "p.3@text",
      "name": "h3.0@text",
      "wordCount": "p.2@text"
    },
    "ruleContent": {
      "content": ".novelcontent@p@textNodes##（本章未完，请点击下一页继续阅读）",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##.*※※※"
    },
    "ruleExplore": {
      "author": ".author@text",
      "bookList": ".article",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": ".simple@text",
      "name": "h6@a@text"
    },
    "ruleSearch": {
      "author": "a.1@text",
      "bookList": ".sone",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": "@js:\"🤔这里好像什么都没说介绍呢,要不你点进去看看!\"",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": ".list_xm@ul@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "/modules/article/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "喜马拉雅",
    "bookSourceType": 1,
    "bookSourceUrl": "http://search.ximalaya.com#关耳",
    "customButton": false,
    "customOrder": 615,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1733377755040,
    "respondTime": 1498,
    "ruleBookInfo": {
      "tocUrl": "http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId=@get:{book}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=1"
    },
    "ruleContent": {
      "content": "",
      "imageStyle": "0"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "nickname",
      "bookList": "$.response.docs",
      "bookUrl": "http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId={$.id}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=1",
      "coverUrl": "cover_path",
      "intro": "$..intro",
      "kind": "category_title",
      "name": "title@put:{book:id}"
    },
    "ruleToc": {
      "chapterList": "$.data.list",
      "chapterName": "title",
      "chapterUrl": "playPathAacv224",
      "nextTocUrl": "<js>\nvar a = 'http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId=@get:{book}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=';\nvar r = [];\nfor(var i=1;i<40;i++){\n    r.push(a + parseInt(i*1));\n}\nr\n</js>"
    },
    "searchUrl": "http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw={{key}}&page={{page}}&rows=20&spellchecker=true",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "喜马拉雅",
    "bookSourceType": 1,
    "bookSourceUrl": "http://search.ximalaya.com#一程",
    "customButton": false,
    "customOrder": 616,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "【有声】::\n玄幻::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=玄幻&page={{page}}&rows=20&spellchecker=true\n幻想::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=幻想&page={{page}}&rows=20&spellchecker=true\n奇幻::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=奇幻&page={{page}}&rows=20&spellchecker=true\n魔幻::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=魔法&page={{page}}&rows=20&spellchecker=true\n修真::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=修真&page={{page}}&rows=20&spellchecker=true\n武侠::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=武侠&page={{page}}&rows=20&spellchecker=true\n仙侠::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=仙侠&page={{page}}&rows=20&spellchecker=true\n都市::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=都市&page={{page}}&rows=20&spellchecker=true\n言情::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=言情&page={{page}}&rows=20&spellchecker=true\n青春::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=青春&page={{page}}&rows=20&spellchecker=true\n校园::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=校园&page={{page}}&rows=20&spellchecker=true\n乡村::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=乡村&page={{page}}&rows=20&spellchecker=true\n经典::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=经典&page={{page}}&rows=20&spellchecker=true\n科幻::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=科幻&page={{page}}&rows=20&spellchecker=true\n灵异::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=灵异&page={{page}}&rows=20&spellchecker=true\n军事::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=军事&page={{page}}&rows=20&spellchecker=true\n历史::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=历史&page={{page}}&rows=20&spellchecker=true\n名著::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=名著&page={{page}}&rows=20&spellchecker=true\n游戏::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=游戏&page={{page}}&rows=20&spellchecker=true\n系统::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=系统&page={{page}}&rows=20&spellchecker=true\n无限::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=无限&page={{page}}&rows=20&spellchecker=true\n教材::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=教材&page={{page}}&rows=20&spellchecker=true\n相声::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=相声&page={{page}}&rows=20&spellchecker=true\n英文::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=英文&page={{page}}&rows=20&spellchecker=true\n大剧::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=大剧&page={{page}}&rows=20&spellchecker=true\n多人剧::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=多人剧&page={{page}}&rows=20&spellchecker=true\n广播剧::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=广播剧&page={{page}}&rows=20&spellchecker=true\n【音乐】::\n民谣::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=民谣&page={{page}}&rows=20&spellchecker=true\n乡村::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=乡村&page={{page}}&rows=20&spellchecker=true\n流行::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=流行Top&page={{page}}&rows=20&spellchecker=true\n老歌::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=老歌&page={{page}}&rows=20&spellchecker=true\n榜单::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=榜单&page={{page}}&rows=20&spellchecker=true\n巅峰榜::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=巅峰榜&page={{page}}&rows=20&spellchecker=true",
    "lastUpdateTime": 1733524626122,
    "loginUrl": "",
    "respondTime": 3688,
    "ruleBookInfo": {
      "tocUrl": "http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId=@get:{book}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=1"
    },
    "ruleContent": {
      "content": ""
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "nickname",
      "bookList": "$.response.docs",
      "bookUrl": "http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId={$.id}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=1",
      "coverUrl": "cover_path",
      "intro": "$..intro##\\s",
      "kind": "category_title",
      "name": "title@put:{book:id}"
    },
    "ruleToc": {
      "chapterList": "$.data.list",
      "chapterName": "title",
      "chapterUrl": "playPathAacv224",
      "nextTocUrl": "<js>\nvar a = 'http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId=@get:{book}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=';\nvar r = [];\nfor(var i=1;i<40;i++){\n    r.push(a + parseInt(i*1));\n}\nr\n</js>"
    },
    "searchUrl": "http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw={{key}}&page={{page}}&rows=20&spellchecker=true",
    "weight": 0
  },
  {
    "bookSourceComment": "24.12.31\n动态发现—源论坛无名",
    "bookSourceGroup": "免费",
    "bookSourceName": "休闲文学吧",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.xxwx.com/",
    "customButton": false,
    "customOrder": 617,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\n var result = [];\njava.toast(\"🔥动态获取发现中……\");\nvar push=(title,url,size)=>result.push({\n  \t\"title\": title,\n  \t\"url\": url,\n  \t\"style\": {\n   \"layout_flexGrow\": 1,\n   \"layout_flexBasisPercent\": size\n   }\n });\nvar fl = java.ajax(\"https://www.xxwx8.com/\");\nif (fl) {\na=org.jsoup.Jsoup.parse(fl).select(\".mav_3 a\");\npush(\"分类\",null,1)\npush(\"最近\",\"https://www.xxwx8.com/\",0.25)\n    for(var i=0;i<a.length;i++){\n        title=a[i].text()\n        url=a[i].attr(\"href\")\n        size=0.25;\n        url=url\n        url=String(url).replace(/.html/,\"_{{page}}.html\").replace(/xxchannel/,\"xxlist\")\n        push(title,url,size)\n    };\n    \n    \n      } else { \n      java.toast(\"🚫发现获取失败……\");\n}\nJSON.stringify(result);",
    "lastUpdateTime": 1738400228388,
    "respondTime": 6884,
    "ruleBookInfo": {
      "author": ".nbs_1.0@a@text",
      "coverUrl": "img.4@src##^##https://www.xxwx8.com",
      "intro": "🕰  更新：\n{{@@table.0@tbody@tr@td.-1@text}}\n📜  简介：\n{{@@div.35@text##.*【内容简介】|【最新章节】.*}}##(^|[。！？……；]+[”」）】]?)##$1<br>",
      "kind": "{{@@.nbs_1.1@a@text}}\n{{@@table.0@tbody@tr@td.-1@text}}",
      "lastChapter": "{{@@table.0@tbody@tr@td.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求含理更谢乐发推票盟补加字].*?[】）\\)]}}•{{@@table.0@tbody@tr@td.-1@text}}\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "name": "h1@text",
      "tocUrl": "{{baseUrl}}##xxbook##xxchapter"
    },
    "ruleContent": {
      "content": ".ReadContents@html",
      "replaceRegex": "##{{book.name}}\\s.*|.*{{book.name}}目录.*"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "td.1@a@text",
      "bookList": "table@tbody@tr!0",
      "bookUrl": "a.0@href",
      "checkKeyWord": "我的模拟长生路",
      "coverUrl": "a.0@href##xxbook\\/(.*)\\.html##https://www.xxwx8.com/images/xxid/$1.jpg###",
      "kind": "td.-1@text##\\/##-",
      "lastChapter": "{{@@td.-2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求含理更谢乐发推票盟补加字].*?[】）\\)]}}•{{@@td.-1@text}}\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/\\//g,'-')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "name": "td.0@a@text"
    },
    "ruleToc": {
      "chapterList": ".chapterlist@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.xxwx8.com/xxlist/{{key}}_{{page}}.html",
    "weight": 0
  },
  {
    "bookSourceComment": "24.12.31\n动态发现—源论坛无名",
    "bookSourceGroup": "免费",
    "bookSourceName": "🍒休闲文学吧",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.xxwx8.com/",
    "customButton": false,
    "customOrder": 618,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\n var result = [];\njava.toast(\"🔥动态获取发现中……\");\nvar push=(title,url,size)=>result.push({\n  \t\"title\": title,\n  \t\"url\": url,\n  \t\"style\": {\n   \"layout_flexGrow\": 1,\n   \"layout_flexBasisPercent\": size\n   }\n });\nvar fl = java.ajax(\"https://www.xxwx8.com/\");\nif (fl) {\na=org.jsoup.Jsoup.parse(fl).select(\".mav_3 a\");\npush(\"分类\",null,1)\npush(\"最近\",\"https://www.xxwx8.com/\",0.25)\n    for(var i=0;i<a.length;i++){\n        title=a[i].text()\n        url=a[i].attr(\"href\")\n        size=0.25;\n        url=url\n        url=String(url).replace(/.html/,\"_{{page}}.html\").replace(/xxchannel/,\"xxlist\")\n        push(title,url,size)\n    };\n    \n    \n      } else { \n      java.toast(\"🚫发现获取失败……\");\n}\nJSON.stringify(result);",
    "lastUpdateTime": 1738400228388,
    "respondTime": 6668,
    "ruleBookInfo": {
      "author": ".nbs_1.0@a@text",
      "coverUrl": "img.4@src##^##https://www.xxwx8.com",
      "intro": "🕰  更新：\n{{@@table.0@tbody@tr@td.-1@text}}\n📜  简介：\n{{@@div.35@text##.*【内容简介】|【最新章节】.*}}##(^|[。！？……；]+[”」）】]?)##$1<br>",
      "kind": "{{@@.nbs_1.1@a@text}}\n{{@@table.0@tbody@tr@td.-1@text}}",
      "lastChapter": "{{@@table.0@tbody@tr@td.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求含理更谢乐发推票盟补加字].*?[】）\\)]}}•{{@@table.0@tbody@tr@td.-1@text}}\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "name": "h1@text",
      "tocUrl": "{{baseUrl}}##xxbook##xxchapter"
    },
    "ruleContent": {
      "content": ".ReadContents@html",
      "replaceRegex": "##{{book.name}}\\s.*|.*{{book.name}}目录.*"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "td.1@a@text",
      "bookList": "table@tbody@tr!0",
      "bookUrl": "a.0@href",
      "checkKeyWord": "我的模拟长生路",
      "coverUrl": "a.0@href##xxbook\\/(.*)\\.html##https://www.xxwx8.com/images/xxid/$1.jpg###",
      "kind": "td.-1@text##\\/##-",
      "lastChapter": "{{@@td.-2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求含理更谢乐发推票盟补加字].*?[】）\\)]}}•{{@@td.-1@text}}\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/\\//g,'-')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "name": "td.0@a@text"
    },
    "ruleToc": {
      "chapterList": ".chapterlist@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.xxwx8.com/xxlist/{{key}}_{{page}}.html",
    "weight": 0
  },
  {
    "bookSourceComment": "女频小说::https://www.ximalaya.com/channel/7-10881/p{{page}}/\nclass.albums _XJ@ul@li@class.T_G\na.-1@text\na.-1@href\n",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "喜马拉雅",
    "bookSourceType": 1,
    "bookSourceUrl": "http://search.ximalaya.com#md-guaner",
    "customButton": false,
    "customOrder": 619,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "✱　　　　　　✱  评    书  ✱　　　　　　✱::\n评书::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=评书&page={{page}}&rows=20&spellchecker=true\n粤语::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=粤语&page={{page}}&rows=20&spellchecker=true\n粤语评书::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=粤语评书&page={{page}}&rows=20&spellchecker=true\n讲古::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=讲古&page={{page}}&rows=20&spellchecker=true\n张悦楷::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=张悦楷&page={{page}}&rows=20&spellchecker=true\n脱口秀::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=脱口秀&page={{page}}&rows=20&spellchecker=true\n段子::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=段子&page={{page}}&rows=20&spellchecker=true\n笑话::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=笑话&page={{page}}&rows=20&spellchecker=true\n搞笑::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=搞笑&page={{page}}&rows=20&spellchecker=true\n糗事::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=糗事&page={{page}}&rows=20&spellchecker=true\n广播剧::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=广播剧&page={{page}}&rows=20&spellchecker=true\n多人::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=多人&page={{page}}&rows=20&spellchecker=true\n香港::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=香港&page={{page}}&rows=20&spellchecker=true\n明星::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=明星&page={{page}}&rows=20&spellchecker=true\n电台::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=电台&page={{page}}&rows=20&spellchecker=true\n动漫::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=动漫&page={{page}}&rows=20&spellchecker=true\n漫画::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=漫画&page={{page}}&rows=20&spellchecker=true\n✱　　　　　　✱  分    类  ✱　　　　　　✱::\n玄幻::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=玄幻&page={{page}}&rows=20&spellchecker=true\n大剧::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=大剧&page={{page}}&rows=20&spellchecker=true\n仙侠::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=仙侠&page={{page}}&rows=20&spellchecker=true\n都市::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=都市&page={{page}}&rows=20&spellchecker=true\n经典::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=经典&page={{page}}&rows=20&spellchecker=true\n幻想::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=幻想&page={{page}}&rows=20&spellchecker=true\n武侠::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=武侠&page={{page}}&rows=20&spellchecker=true\n历史::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=历史小说&page={{page}}&rows=20&spellchecker=true\n教材::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=教材&page={{page}}&rows=20&spellchecker=true\n英文::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=英文原版&page={{page}}&rows=20&spellchecker=true\n名著::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=名著&page={{page}}&rows=20&spellchecker=true\n乡村::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=乡村&page={{page}}&rows=20&spellchecker=true\n游戏::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=游戏&page={{page}}&rows=20&spellchecker=true\n无限::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=无限&page={{page}}&rows=20&spellchecker=true\n魔幻::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=魔法&page={{page}}&rows=20&spellchecker=true\n多人::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=多人剧&page={{page}}&rows=20&spellchecker=true\n相声::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=相声&page={{page}}&rows=20&spellchecker=true\n限免::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=限免&page={{page}}&rows=20&spellchecker=true\n言情::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=言情&page={{page}}&rows=20&spellchecker=true\n免费::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=免费&page={{page}}&rows=20&spellchecker=true\n✱　　　　　　✱  音    乐  ✱　　　　　　✱::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=音乐&page={{page}}&rows=20&spellchecker=true\n乡村::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=乡村&page={{page}}&rows=20&spellchecker=true\n流行::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=流行Top&page={{page}}&rows=20&spellchecker=true\n老歌::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=老歌&page={{page}}&rows=20&spellchecker=true\n榜单::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=榜单&page={{page}}&rows=20&spellchecker=true\n巅峰::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=巅峰榜&page={{page}}&rows=20&spellchecker=true\n粤语::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=粤语&page={{page}}&rows=20&spellchecker=true\n日语::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=日语&page={{page}}&rows=20&spellchecker=true\n日本::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=日本&page={{page}}&rows=20&spellchecker=true\n英语::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=英语&page={{page}}&rows=20&spellchecker=true\n英国::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=英国&page={{page}}&rows=20&spellchecker=true\n欧美::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=欧美&page={{page}}&rows=20&spellchecker=true\n韩语::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=韩语&page={{page}}&rows=20&spellchecker=true\n韩国::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=韩国&page={{page}}&rows=20&spellchecker=true\n动漫::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=动漫&page={{page}}&rows=20&spellchecker=true\n钢琴::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=钢琴&page={{page}}&rows=20&spellchecker=true\n小提琴::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=小提琴&page={{page}}&rows=20&spellchecker=true\n轻音乐::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=轻音乐&page={{page}}&rows=20&spellchecker=true\n治愈::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=治愈&page={{page}}&rows=20&spellchecker=true\n民谣::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=民谣&page={{page}}&rows=20&spellchecker=true\n摇滚::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=摇滚&page={{page}}&rows=20&spellchecker=true\n民族::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=民族&page={{page}}&rows=20&spellchecker=true\n爵士::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=爵士&page={{page}}&rows=20&spellchecker=true\n古风::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=古风&page={{page}}&rows=20&spellchecker=true\n古典::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=古典&page={{page}}&rows=20&spellchecker=true\n抖音::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=抖音&page={{page}}&rows=20&spellchecker=true",
    "lastUpdateTime": 1734833841726,
    "respondTime": 3620,
    "ruleBookInfo": {
      "tocUrl": "http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId=@get:{book}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=1"
    },
    "ruleContent": {
      "content": "",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "bookList": "",
      "bookUrl": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "nickname",
      "bookList": "$.response.docs",
      "bookUrl": "http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId={$.id}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=1",
      "coverUrl": "cover_path",
      "intro": "$..intro",
      "kind": "category_title",
      "name": "title@put:{book:id}"
    },
    "ruleToc": {
      "chapterList": "$.data.list",
      "chapterName": "title",
      "chapterUrl": "playPathAacv224",
      "nextTocUrl": "<js>\nvar a = 'http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId=@get:{book}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=';\nvar r = [];\nfor(var i=1;i<40;i++){\n    r.push(a + parseInt(i*1));\n}\nr\n</js>"
    },
    "searchUrl": "http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw={{key}}&page={{page}}&rows=20&spellchecker=true",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "炎上书屋 book.zri.moe",
    "bookSourceType": 0,
    "bookSourceUrl": "https://book.zri.moe",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 620,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": "[{\"title\":\"༺ˇ»`ʚ 书库 ɞ´«ˇ༻\",\"url\":\"https://book.zri.moe/api/book?page={{page}}&per=8&order_by=ct&desc=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}}]",
    "header": "",
    "lastUpdateTime": 1738768607918,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 3193,
    "ruleBookInfo": {
      "author": "",
      "canReName": "",
      "coverUrl": "https://book.zri.moe/api/book/{{$.id}}/cover",
      "init": "meta",
      "intro": "",
      "kind": "tags",
      "lastChapter": "",
      "name": "",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "body",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "userInfo.username",
      "bookList": "data[*]",
      "bookUrl": "https://book.zri.moe/api/book/{{$.id}}",
      "coverUrl": "https://book.zri.moe/api/book/{{$.id}}/cover",
      "intro": "introduction",
      "kind": "",
      "lastChapter": "lastChapterInfo.title",
      "name": "title",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "sections[*].chapters[*]",
      "chapterName": "title",
      "chapterUrl": "https://book.zri.moe/api/book/{{$.book_id}}/chapter/{{$.id}}",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://book.zri.moe/api/book?page=1&per=8&order_by=ct&desc=true&keywords=[\"{{key}}\"]",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "By暴风雪+乃星补加发现",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "喜马拉雅",
    "bookSourceType": 1,
    "bookSourceUrl": "https://www.ximalaya.com/",
    "customButton": false,
    "customOrder": 621,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "❀                             广 播 剧                             ❀::https://www.ximalaya.com/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=\n 架 空 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=jiakong日韩::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=reci506\n 都 市 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=dushi\n 校 园 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=xiaoyuan\n 武 侠 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=wuxia\n 仙 侠 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=xianxia\n 奇 幻 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=qihuan\n 玄 幻 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=xuanhuan\n 科 幻 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=kehuan\n 悬 疑 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=xuanyi\n 推 理 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=tuili\n 历 史 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=lishi\n 职 场 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=zhichang\n 同 人 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=tongrenwen\n 游 戏 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=youxi\n 爆 笑 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=baoxiao\n 脑 洞 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=naodong\n 日 漫 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=riman\n 萌 系 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=mengxi\n 恋 爱 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=lianai\n 纯 爱 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci1367\n  玛 丽 苏  ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=malisu\n 霸道总裁 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=badaozongcai\n 虚拟偶像 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=xuniouxiang\n 现代言情 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci546\n 古风言情 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci52\n 画风清奇 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=huafengqingqi\n 民间故事 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=minjiangushi\n  全 年 龄  ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci54\n 有声漫画 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci1357\n 会员专区 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci1664\n 心动剧场 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci1660\n 国风剧场 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci1661\n 尖叫剧场 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci1662\n月上新周播剧::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci1198\n            ::\n\n❀                             有 声 书                             ❀::https://www.ximalaya.com/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=\n\n 文 学 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=wenxue\n 生 活 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=shenghuo\n 教 材 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=jiaocai\n 经 典 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=jingdian\n 童 书 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=tongshu\n 成 长 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=lizhi\n 社 科 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=sheke\n 商 业 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=shangye\n外文 • 原版::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=yingwenyuanban\n期刊::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=qikanzazhi\n历史::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci234\n传记::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1692\n\n 网络小说 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1173\n 言情女生 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci231\n 悬疑推理 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci232\n 都市重生 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci235\n 历史纵横 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1195\n 仙侠幻想 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1196\n 豪门恋情 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1530\n 古风言情 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1531\n 宫闱宅斗 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1532\n 王牌强档 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1264\n 有声漫画 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1351\n 出版小说 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1359\n 女生最爱 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci346\n 男生最爱 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci348\n 免费精选 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1533\n 新品限免 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1477\n 会员上新 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1518\n 爆更小说 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1069\n\n QQ  阅读 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci22\n 读客图书 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci23\n 果麦文化 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci24\n 中信书院 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci646\n 博集新媒 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci26\n 磨铁阅读 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci394\n  蓝 狮 子  ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci419\n 华章图书 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci650\n 文学名著 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1157\n 历史专区 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1158\n 国学经典 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1159\n 历史经典 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1370\n 三体科幻 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1697\n 重磅新品 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1698\n\n 听书指南 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1449\n大家都在听::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1521\n大家都在追::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1529\n大剧必听榜::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1051\n会员有声小说::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1055\n畅销书-限时免费::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1693\n\n❀                               音   乐                               ❀::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue\n\n 古 风 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=gufeng\n 流 行 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=liuxing\n 欧 美 ::https://www.ximalaya.com/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=reci507\n 古  典 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=mr8t41\n 动 漫 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=anime\n 老 歌 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=reci117\n 翻 唱 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=reci125\n轻音乐::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=qingyinyue\n 日 韩 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=reci506\n 催 眠 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=reci322\n影视原声::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=yingshiyuansheng\n       ::",
    "lastUpdateTime": 1731807990142,
    "respondTime": 4518,
    "ruleBookInfo": {
      "intro": "$.album.intro"
    },
    "ruleContent": {
      "content": "@js:baseUrl"
    },
    "ruleExplore": {
      "author": "anchorName",
      "bookList": "$..albums.*",
      "bookUrl": "link@js:\"http://mobile.ximalaya.com/mobile/others/ca/album/track/\" + result.split('/')[2]+'/true/1/200'",
      "coverUrl": "coverPath",
      "intro": "收听{$.playCount}  共{$.trackCount}章",
      "lastChapter": "",
      "name": "title",
      "wordCount": "@js:if({{$.isFinished}}==1){if({{$.isPaid}}){'已完结💰'}else{'已完结'}}else{if({{$.isPaid}}){'连载💰'}else{'连载'}}"
    },
    "ruleSearch": {
      "author": "$.nickname",
      "bookList": "$..docs.*",
      "bookUrl": "$.url@js:\"http://mobile.ximalaya.com/mobile/others/ca/album/track/\" + result.split('/')[2]+'/true/1/200'",
      "coverUrl": "$.cover_path",
      "intro": "$.intro",
      "kind": "$.category_title&&$.tags",
      "name": "$.title",
      "wordCount": "播放数{$.play}  共{$.tracks}集"
    },
    "ruleToc": {
      "chapterList": "$.tracks.list",
      "chapterName": "title",
      "chapterUrl": "playPathAacv224||playPathAacv164||playUrl64||playUrl32",
      "nextTocUrl": "@js:\nbaseUrl = String(baseUrl).split('1/200')[0];\nlist = [];\npage=JSON.parse(String(result)).tracks.maxPageId\nfor(var i = 2; i < 10; ++i){\nlist.push(String(baseUrl +i+\"/200\"));\n}\nlist"
    },
    "searchUrl": "https://www.ximalaya.com/revision/search?core=album&spellchecker=true&rows=20&condition=relation&device=iPhone&fq=&paidFilter=false&kw={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🍎九五小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.jwdushu.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 622,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1700661306475,
    "respondTime": 5484,
    "ruleBookInfo": {
      "author": "class.author@tag.a@text",
      "coverUrl": "class.con_img@tag.img@src",
      "intro": "class.r_cons@html",
      "name": "tag.h1@tag.a@text",
      "tocUrl": "class.r_tools@tag.a.1@href"
    },
    "ruleContent": {
      "content": "class.yuedu_zhengwen@html##最新网址：www.xfjxs.com"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.odd.0@tag.a@href",
      "kind": "class.even.2@text",
      "lastChapter": "class.even.0@tag.a@text",
      "name": "class.odd.0@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.novel_list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/modules/article/search.php?ie=gbk&searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "https://cxb-pro.cread.com/cx/new/phindexys\n//可用详情页url：\nhttps://readbook-service-freebook.cread.com/cx/bookDetailYS?bookid={{$.id}}\nhttps://readbook-service-freebook.cread.com/reader-book/details?bookId={{$.id}}\nhttps://cxb-pro.cread.com/cx/book/recommend,{\n  \"body\": \"bookId={{$.id}}&cnid=10013&type=2\",\n  \"method\": \"POST\"\n}\n",
    "bookSourceGroup": "免费",
    "bookSourceName": "️ 免费追书",
    "bookSourceType": 0,
    "bookSourceUrl": "https://cxb-pro.cread.com@遇知",
    "customButton": false,
    "customOrder": 623,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\n\t\n\tbd=[\n\t[\"男频榜单\",\n[[\"好评榜\",\"904\"],[\"追更榜\",\"461\"],[\"热搜榜\",\"465\"],[\"飙升榜\",\"466\"],[\"新书榜\",\"467\"],[\"完结榜\",\"463\"]]],\n  [\"女频榜单\",\n[[\"好评榜\",\"905\"],[\"追更榜\",\"470\"],[\"热搜榜\",\"471\"],[\"飙升榜\",\"473\"],[\"新书榜\",\"468\"],[\"完结榜\",\"474\"]]],\n  [\"出版\",\n[[\"人气榜\",\"475\"]]]];\nbd.map([title,list]=>{\n   \tpush(\"❤\"+title+\"❤\",null,1,1);\t\t\t\t\t\t\t\t\t\n\t   list.map([title,bdid]=>{ \n\t   \t\t   url=`https://cxb-pro.cread.com/cx/new/rankList?uid=127995117&cnid=10013&bdid=${bdid}&name=${title}&index=1&pageSize=50&curpage=1`;     \n\t\t\t\tpush(title, url,1, 0.25); \n\t});\t\n\t});\n\t\ncb=[[\"文学小说\",\"3100\"],[\"经典名著\",\"3200\"],[\"经管励志\",\"3300\"],[\"生活休闲\",\"3400\"],[\"科普教育\",\"3600\"],[\"婚姻家庭\",\"3500\"],[\"亲子育儿\",\"3800\"],[\"百科工具\",\"3900\"]].map([title,flid]=>{ \n\t   \t\t   url=`https://cxb-pro.cread.com/cx/new/catelistnew?uid=127995117&cnid=10013&version=8.2.1&flid=${flid}&thirdCateId=0&sortType=1&bookStatus=0&wordnumType=0&pageSize=20&curpage={{page}}`;     \n\t\t\t\tpush(title, url,1, 0.25); \n\t});\n\t\nfl=[\n[\"男频\",\n[[\"都市\",\"1200\",[\"热血都市\",\"异术超能\",\"官场职场\"]],\n[\"东方玄幻\",\"1100\",[\"玄幻大陆\",\"洪荒传说\",\"异界时空\"]],\n[\"武侠仙侠\",\"1400\",[\"奇幻修真\",\"武侠国术\",\"古典仙侠\"]],\n[\"恐怖悬疑\",\"1800\",[\"悬疑冒险\",\"恐怖惊悚\",\"推理侦探\"]],\n[\"架空历史\",\"1500\",[\"架空王朝\",\"历史传记\",\"战争幻想\"]],\n[\"网游竞技\",\"1700\",[\"虚拟游戏\",\"游戏异界\",\"竞技小说\"]],\n[\"科幻未来\",\"1600\",[\"星际未来\",\"进化变异\",\"末世危机\"]],\n[\"西方玄幻\",\"1300\",[\"魔幻世界\",\"大陆争霸\",\"异类兽族\"]]]],\n[\"女频\",\n[[\"总裁豪门\",\"2400\",[\"豪门世家\",\"娱乐明星\"]],\n[\"古代言情\",\"2100\",[\"古色古香\",\"穿越架空\",\"宫闱宅斗\"]],\n[\"幻想言情\",\"2200\",[\"玄幻仙侠\",\"异族恋情\",\"魔幻精灵\"]],\n[\"现代言情\",\"2300\",[\"婚恋情缘\",\"商战职场\",\"民国风情\"]],\n[\"青春校园\",\"2500\",[\"校园纯情\",\"青涩年华\"]],\n[\"唯美同人\",\"2600\",[\"唯美小说\",\"同人小说\"]]]]\n];\n\nfl.map([title,list]=>{\n   \tpush(\"❤\"+title+\"分类❤\",null,1,1);\t\t\t\n\t\tlist.map([title,flid,list]=>{\t\t\t\n[[\"连载\",\"1\"],[\"完结\",\"3\"]].map([tit,status]=>{\t\t\t\n\tpush(title+\"♡\"+tit,null,1,1);\n\t   list.map((title,cid)=>{ \n\t   cid=Number(flid) + Number(cid)+1;\t\n\t   url=`https://cxb-pro.cread.com/cx/new/catelistnew?uid=127995117&cnid=10013&version=8.1.4&flid=${flid}&thirdCateId=${cid}&sortType=1&bookStatus=${status}&wordnumType=0&pageSize=20&curpage={{page}}`;     \n\t\t\t\tpush(title, url,1, 0.25); \n\t\t\t\t});\n\t});\n\t});\t\n\t});\n\t\nJSON.stringify(sort);",
    "header": "{\n \"uid\":\"127993993\",\n\t\"cnid\":\"10013\",\n\t\"version\":\"8.1.4\",\t\n\t\"umeng\":\"FreeZhuishu_huaweiyysc\",\n\t\"promotionChannelId\":\"10013\",\n\t\"packname\":\"com.mianfeizs.book\",\t\n\t\t\"oscode\":\"29\",\n\t\t\"vcode\":\"202\",\n\t\t\"channelId\":\"10013\",\n\t\t\"realChannelID\":\"10013\",\n\t\t\"appname\":\"mfzs\",\n\t\t\"platform\":\"android\", \"uuid\":\"7ceb256e090f080cd28ac296a1278112\"\n}",
    "lastUpdateTime": 1734942999829,
    "loginUrl": "",
    "respondTime": 1485,
    "ruleBookInfo": {
      "author": "$.authorName",
      "canReName": "",
      "coverUrl": "$.bookImg",
      "downloadUrls": "",
      "init": "$.data",
      "intro": "<br>\n🏅 评分：{{$.grade}}分\n🎗 标签：{{$.tags..name##\\s##，}}\n🔥 人气：{{$.popularity}}\n🕰 更新时间：{{$.lastUpdateChapterDate##\\s##🔸}}\n📂 简介：{{$.introduction}}##(^|[。！？]+[”」）】]?)##$1<br>\n",
      "kind": "{{$.bookStatus}}\n{{$.categoryName}}\n{{$.grade}}分\n{{$.lastUpdateChapterDate##\\s.*}}",
      "lastChapter": "$.lastUpdateChapterName",
      "name": "$.bookName",
      "tocUrl": "https://cxb-pro.cread.com/cx/itf/getvolume?bookId={{$.bookId}}",
      "wordCount": "$.wordCount"
    },
    "ruleContent": {
      "content": "$..content"
    },
    "ruleExplore": {
      "author": "$.authorName",
      "bookList": "$..dataList[*]",
      "bookUrl": "https://readbook-service-freebook.cread.com/reader-book/details?bookId={{$.bookid}}",
      "coverUrl": "$.cover",
      "intro": "$.intro",
      "kind": "{{$.categoryName}}\n{{java.getString('$.bookStatue')=='03'?'完结':'连载'}}\n{{$.grade}}分",
      "name": "$.newBookName",
      "wordCount": "$.wordCount"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.list[*]",
      "bookUrl": "https://readbook-service-freebook.cread.com/reader-book/details?bookId={{$.id}}",
      "checkKeyWord": "绝世道君",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "{{$.categoryName}}\n{{java.getString('$.bookStatue')=='03'?'完结':'连载'}}\n{{$.grade}}分",
      "lastChapter": "",
      "name": "$.name",
      "wordCount": "$.words"
    },
    "ruleToc": {
      "chapterList": "$.list..bookChapters[*]",
      "chapterName": "$.name",
      "chapterUrl": "https://cxb-pro.cread.com:443/cx/itf/chapterRead?bookId={{$.bookid}}&chapterId={{$.id}}&full=0",
      "isVip": "",
      "isVolume": "",
      "updateTime": "{{java.timeFormat(java.getString('$.updateDate'))}} 字数:{{$.wordCount}}##/##-"
    },
    "searchUrl": "https://cxb-pro.cread.com/cx/searchbooks,{\n  \"body\": \"keyword={{key}}&pageNo={{page}}&version=8.1.4\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "猫耳听书",
    "bookSourceType": 1,
    "bookSourceUrl": "https://m.missevan.com/",
    "customButton": false,
    "customOrder": 624,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n\n\n\n\n{'title':'全年龄•全部','url':'https://www.missevan.com/dramaapi/filter?filters=0_0_0_0_0&page={{page}}&order=1&page_size=20','style':{layout_flexGrow:1,layout_flexBasisPercent:1}},\n\n\n\n{'title':'全年龄•言情','url':'https://www.missevan.com/dramaapi/filter?filters=0_0_0_6_0&page={{page}}&order=1&page_size=20','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'全年龄•现代','url':'https://www.missevan.com/dramaapi/filter?filters=0_0_0_1_0&page={{page}}&order=1&page_size=20','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'全年龄•古风','url':'https://www.missevan.com/dramaapi/filter?filters=0_0_0_2_0&page={{page}}&order=1&page_size=20','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'全年龄•民国','url':'https://www.missevan.com/dramaapi/filter?filters=0_0_0_3_0&page={{page}}&order=1&page_size=20','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n\n\n\n{'title':'全一期•全部','url':'https://www.missevan.com/dramaapi/filter?filters=0_0_3_0_0&page={{page}}&order=1&page_size=20','style':{layout_flexGrow:1,layout_flexBasisPercent:1}},\n\n\n\n{'title':'全一期•言情','url':'https://www.missevan.com/dramaapi/filter?filters=0_0_3_6_0&page={{page}}&order=1&page_size=20','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'全一期•现代','url':'https://www.missevan.com/dramaapi/filter?filters=0_0_3_1_0&page={{page}}&order=1&page_size=20','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'全一期•古风','url':'https://www.missevan.com/dramaapi/filter?filters=0_0_3_2_0&page={{page}}&order=1&page_size=20','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'全一期•民国','url':'https://www.missevan.com/dramaapi/filter?filters=0_0_3_3_0&page={{page}}&order=1&page_size=20','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n\n\n{'title':'微小剧•全部','url':'https://www.missevan.com/dramaapi/filter?filters=0_0_4_0_0&page={{page}}&order=1&page_size=20','style':{layout_flexGrow:1,layout_flexBasisPercent:1}},\n\n\n\n{'title':'微小剧•言情','url':'https://www.missevan.com/dramaapi/filter?filters=0_0_4_6_0&page={{page}}&order=1&page_size=20','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'微小剧•现代','url':'https://www.missevan.com/dramaapi/filter?filters=0_0_4_1_0&page={{page}}&order=1&page_size=20','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'微小剧•古风','url':'https://www.missevan.com/dramaapi/filter?filters=0_0_4_2_0&page={{page}}&order=1&page_size=20','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'微小剧•民国','url':'https://www.missevan.com/dramaapi/filter?filters=0_0_4_3_0&page={{page}}&order=1&page_size=20','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n\n\n\n{'title':'长篇未完结•全部','url':'https://www.missevan.com/dramaapi/filter?filters=0_0_1_0_0&page={{page}}&order=1&page_size=20','style':{layout_flexGrow:1,layout_flexBasisPercent:1}},\n\n{'title':'长篇未完结•言情','url':'https://www.missevan.com/dramaapi/filter?filters=0_0_1_6_0&page={{page}}&order=1&page_size=20','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'长篇未完结•现代','url':'https://www.missevan.com/dramaapi/filter?filters=0_0_1_1_0&page={{page}}&order=1&page_size=20','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'长篇未完结•古风','url':'https://www.missevan.com/dramaapi/filter?filters=0_0_1_2_0&page={{page}}&order=1&page_size=20','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'长篇未完结•民国','url':'https://www.missevan.com/dramaapi/filter?filters=0_0_1_3_0&page={{page}}&order=1&page_size=20','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n\n\n\n{'title':'长篇完结•全部','url':'https://www.missevan.com/dramaapi/filter?filters=0_0_2_0_0&page={{page}}&order=1&page_size=20','style':{layout_flexGrow:1,layout_flexBasisPercent:1}},\n\n{'title':'长篇完结•言情','url':'https://www.missevan.com/dramaapi/filter?filters=0_0_2_6_0&page={{page}}&order=1&page_size=20','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'长篇完结•现代','url':'https://www.missevan.com/dramaapi/filter?filters=0_0_2_1_0&page={{page}}&order=1&page_size=20','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'长篇完结•古风','url':'https://www.missevan.com/dramaapi/filter?filters=0_0_2_2_0&page={{page}}&order=1&page_size=20','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'长篇完结•民国','url':'https://www.missevan.com/dramaapi/filter?filters=0_0_2_3_0&page={{page}}&order=1&page_size=20','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}}\n\n\n\n]",
    "lastUpdateTime": 1734942920163,
    "loginUrl": "",
    "respondTime": 4305,
    "ruleBookInfo": {
      "init": "",
      "intro": "class.intro-content@html||$.info.sound.intro",
      "kind": "class.detail-count@text&&class.detail-newest@text&&class.detail-author@text&&class.detail-type@text&&class.detail-tags@text##类型：|标签：无|标签：",
      "tocUrl": "@js:\nif(baseUrl.match(/dramaapi|mdrama/)){\nresult='https://www.missevan.com/dramaapi/getdrama?drama_id='+baseUrl.match(/(\\d+)/)[1]\n}"
    },
    "ruleContent": {
      "content": "$.info.sound.soundurl_128||$.info.sound.soundurl"
    },
    "ruleExplore": {
      "bookList": "$.info.Datas",
      "bookUrl": "https://www.missevan.com/mdrama/drama/{{$.id}},{\"webView\":true}",
      "coverUrl": "$.cover",
      "kind": "$.type_name",
      "lastChapter": "$.newest",
      "name": "$.name"
    },
    "ruleSearch": {
      "author": "$.username||$.author",
      "bookList": "<js>\nkey=java.get('key');\npage=java.get('page');\n\n//创建两个空数组\njson=[];json2=[];\n\n//判定json里是否有列表\nif(JSON.parse(result).info.Datas){\njson=JSON.parse(result).info.Datas;}\n\n//加载单曲搜索页面并转为json\njson1=JSON.parse(java.ajax('https://www.missevan.com/sound/getsearch?s='+key+'&type=3&page_size=10&p='+page));\n\n//判定json里是否有列表\nif(json1.info.Datas){\njson2=json1.info.Datas\n}\n\n//剧集搜索列表与单曲搜索列表拼接\nlist=json.concat(json2);\n\nresult=JSON.stringify(list)\n</js>\n$.[*]",
      "bookUrl": "<js>\nid=String(result).match(/id=(\\d+)/)[1];\nif(!String(result).match(/catalog_name/)){\nresult='https://www.missevan.com/sound/getsound?soundid='+id\n}else{result='https://www.missevan.com/dramaapi/getdrama?drama_id='+id}\n</js>",
      "coverUrl": "$.front_cover||$.cover",
      "intro": "$.abstract",
      "kind": "{$.type_name},{$.catalog_name}##\\{.*?\\}",
      "lastChapter": "$.newest",
      "name": "$.soundstr||$.name"
    },
    "ruleToc": {
      "chapterList": "<js>'['+result+']'</js>\n$..info.episodes.episode[*]||$..info.episodes.music[*]||$.[*]",
      "chapterName": "$.name||$.info.sound.soundstr",
      "chapterUrl": "https://www.missevan.com/sound/getsound?soundid={{$.sound_id||$.info.sound.id}}"
    },
    "searchUrl": "https://www.missevan.com/dramaapi/search?s={{key}}&page={{page}}\n@js:java.put('key',key);java.put('page',page);result",
    "weight": 0
  },
  {
    "bookSourceComment": "By：Tom",
    "bookSourceGroup": "免费",
    "bookSourceName": "轮回小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.xs.org",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 625,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1630908404825,
    "loginUrl": "",
    "respondTime": 1693,
    "ruleBookInfo": {
      "author": ".zz@text##作者：",
      "coverUrl": "class.f1_L@img@src",
      "intro": "class.jj_con@text##阅读.*最新章节请关.*\n<js>result.replace(/(.*)/,' ○○○STORY:\\n$1')</js>",
      "lastChapter": "class.zj@text",
      "name": "h2@a@text",
      "tocUrl": "class.mulu@a@href"
    },
    "ruleContent": {
      "content": "id.txt@html",
      "replaceRegex": "##阅读.*轮回.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.tags@tag.span.0@text",
      "bookList": "class.result@li",
      "bookUrl": "h3@a@href",
      "coverUrl": "img@data-original",
      "kind": "class.tags@tag.span.1@text##分类：",
      "lastChapter": "tag.p.1@a@text",
      "name": "h3@a@text"
    },
    "ruleToc": {
      "chapterList": "<js>'<p>' + result.match(/\\<a\\s(href=\"\\d+\\.html\").+?a\\>/g).sort() + '</p>'</js>//a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.9xs.org/search.php?key={{key}},{\n  \"charset\": \"utf-8\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "喜马拉雅",
    "bookSourceType": 1,
    "bookSourceUrl": "http://search.ximalaya.com/",
    "customButton": false,
    "customOrder": 626,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=玄幻&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"大剧\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=大剧&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙侠\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=仙侠&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=都市&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经典\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=经典&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"幻想\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=幻想&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=武侠&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=历史小说&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"教材\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=教材&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"多人\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=多人剧&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"相声\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=相声&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"英文\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=英文原版&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"名著\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=名著&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"乡村\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=乡村&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"广播\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=广播剧&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"游戏\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=游戏&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"无限\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=无限&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"魔幻\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=魔法&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"音                乐\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=音乐&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"乡村\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=乡村&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"流行\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=流行Top&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"老歌\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=老歌&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"榜单\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=榜单&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"巅峰\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=巅峰榜&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1734385158969,
    "loginUrl": "",
    "respondTime": 3344,
    "ruleBookInfo": {
      "init": "",
      "intro": "",
      "lastChapter": "$.data.list[-1]title",
      "tocUrl": "http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId=@get:{book}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=1",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "nickname",
      "bookList": "$.response.docs",
      "bookUrl": "http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId={$.id}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=1",
      "coverUrl": "cover_path",
      "intro": "$..intro",
      "kind": "category_title",
      "lastChapter": "$.last_uptrack_at",
      "name": "title@put:{book:id}",
      "wordCount": "$.last_uptrack_at"
    },
    "ruleToc": {
      "chapterList": "$.data.list",
      "chapterName": "title",
      "chapterUrl": "playPathAacv224",
      "nextTocUrl": "<js>\nvar a = 'http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId=@get:{book}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=';\nvar r = [];\nfor(var i=1;i<40;i++){\n    r.push(a + parseInt(i*1));\n}\nr\n</js>"
    },
    "searchUrl": "speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw={{key}}&page={{page}}&rows=20&spellchecker=true",
    "weight": 0
  },
  {
    "bookSourceComment": "By暴风雪+乃星补加发现",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "喜马拉雅",
    "bookSourceType": 1,
    "bookSourceUrl": "https://www.ximalaya.com/#乃星",
    "customButton": false,
    "customOrder": 627,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "❀                             广 播 剧                             ❀::https://www.ximalaya.com/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=\n 架 空 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=jiakong日韩::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=reci506\n 都 市 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=dushi\n 校 园 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=xiaoyuan\n 武 侠 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=wuxia\n 仙 侠 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=xianxia\n 奇 幻 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=qihuan\n 玄 幻 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=xuanhuan\n 科 幻 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=kehuan\n 悬 疑 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=xuanyi\n 推 理 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=tuili\n 历 史 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=lishi\n 职 场 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=zhichang\n 同 人 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=tongrenwen\n 游 戏 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=youxi\n 爆 笑 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=baoxiao\n 脑 洞 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=naodong\n 日 漫 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=riman\n 萌 系 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=mengxi\n 恋 爱 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=lianai\n 纯 爱 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci1367\n  玛 丽 苏  ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=malisu\n 霸道总裁 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=badaozongcai\n 虚拟偶像 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=xuniouxiang\n 现代言情 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci546\n 古风言情 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci52\n 画风清奇 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=huafengqingqi\n 民间故事 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=minjiangushi\n  全 年 龄  ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci54\n 有声漫画 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci1357\n 会员专区 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci1664\n 心动剧场 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci1660\n 国风剧场 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci1661\n 尖叫剧场 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci1662\n月上新周播剧::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci1198\n            ::\n\n❀                             有 声 书                             ❀::https://www.ximalaya.com/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=\n\n 文 学 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=wenxue\n 生 活 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=shenghuo\n 教 材 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=jiaocai\n 经 典 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=jingdian\n 童 书 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=tongshu\n 成 长 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=lizhi\n 社 科 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=sheke\n 商 业 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=shangye\n外文 • 原版::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=yingwenyuanban\n期刊::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=qikanzazhi\n历史::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci234\n传记::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1692\n\n 网络小说 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1173\n 言情女生 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci231\n 悬疑推理 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci232\n 都市重生 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci235\n 历史纵横 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1195\n 仙侠幻想 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1196\n 豪门恋情 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1530\n 古风言情 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1531\n 宫闱宅斗 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1532\n 王牌强档 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1264\n 有声漫画 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1351\n 出版小说 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1359\n 女生最爱 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci346\n 男生最爱 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci348\n 免费精选 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1533\n 新品限免 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1477\n 会员上新 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1518\n 爆更小说 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1069\n\n QQ  阅读 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci22\n 读客图书 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci23\n 果麦文化 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci24\n 中信书院 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci646\n 博集新媒 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci26\n 磨铁阅读 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci394\n  蓝 狮 子  ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci419\n 华章图书 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci650\n 文学名著 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1157\n 历史专区 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1158\n 国学经典 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1159\n 历史经典 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1370\n 三体科幻 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1697\n 重磅新品 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1698\n\n 听书指南 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1449\n大家都在听::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1521\n大家都在追::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1529\n大剧必听榜::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1051\n会员有声小说::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1055\n畅销书-限时免费::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1693\n\n❀                               音   乐                               ❀::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue\n\n 古 风 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=gufeng\n 流 行 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=liuxing\n 欧 美 ::https://www.ximalaya.com/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=reci507\n 古  典 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=mr8t41\n 动 漫 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=anime\n 老 歌 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=reci117\n 翻 唱 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=reci125\n轻音乐::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=qingyinyue\n 日 韩 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=reci506\n 催 眠 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=reci322\n影视原声::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=yingshiyuansheng\n       ::",
    "lastUpdateTime": 1734796023615,
    "respondTime": 3451,
    "ruleBookInfo": {
      "intro": "$.album.intro"
    },
    "ruleContent": {
      "content": "@js:baseUrl"
    },
    "ruleExplore": {
      "author": "anchorName",
      "bookList": "$..albums.*",
      "bookUrl": "link@js:\"http://mobile.ximalaya.com/mobile/others/ca/album/track/\" + result.split('/')[2]+'/true/1/200'",
      "coverUrl": "coverPath",
      "intro": "收听{$.playCount}  共{$.trackCount}章",
      "lastChapter": "",
      "name": "title",
      "wordCount": "@js:if({{$.isFinished}}==1){if({{$.isPaid}}){'已完结💰'}else{'已完结'}}else{if({{$.isPaid}}){'连载💰'}else{'连载'}}"
    },
    "ruleSearch": {
      "author": "$.nickname",
      "bookList": "$..docs.*",
      "bookUrl": "$.url@js:\"http://mobile.ximalaya.com/mobile/others/ca/album/track/\" + result.split('/')[2]+'/true/1/200'",
      "coverUrl": "$.cover_path",
      "intro": "$.intro",
      "kind": "$.category_title&&$.tags",
      "name": "$.title",
      "wordCount": "播放数{$.play}  共{$.tracks}集"
    },
    "ruleToc": {
      "chapterList": "$.tracks.list",
      "chapterName": "title",
      "chapterUrl": "playPathAacv224||playPathAacv164||playUrl64||playUrl32",
      "nextTocUrl": "@js:\nbaseUrl = String(baseUrl).split('1/200')[0];\nlist = [];\npage=JSON.parse(String(result)).tracks.maxPageId\nfor(var i = 2; i < 10; ++i){\nlist.push(String(baseUrl +i+\"/200\"));\n}\nlist"
    },
    "searchUrl": "https://www.ximalaya.com/revision/search?core=album&spellchecker=true&rows=20&condition=relation&device=iPhone&fq=&paidFilter=false&kw={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "阅读库子（优+）",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yuedsk.com",
    "bookUrlPattern": "http://www.yuedsk.com/book/\\d+/",
    "customButton": false,
    "customOrder": 628,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻·魔法::http://www.yuedsk.com/book/sort1/0/{{page}}.html\n武侠·修真::http://www.yuedsk.com/book/sort2/0/{{page}}.html\n都市·言情::http://www.yuedsk.com/book/sort3/0/{{page}}.html\n历史·军事::http://www.yuedsk.com/book/sort4/0/{{page}}.html\n穿越·架空::http://www.yuedsk.com/book/sort5/0/{{page}}.html\n游戏·竞技::http://www.yuedsk.com/book/sort6/0/{{page}}.html\n经部::http://www.yuedsk.com/book/sort11/0/{{page}}.html\n史部::http://www.yuedsk.com/book/sort12/0/{{page}}.html\n子部::http://www.yuedsk.com/book/sort13/0/{{page}}.html\n集部::http://www.yuedsk.com/book/sort14/0/{{page}}.html\n古典·名著::http://www.yuedsk.com/book/sort16/0/{{page}}.html",
    "lastUpdateTime": 1759348382651,
    "respondTime": 4307,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": ".divbox img@src",
      "kind": "[property~=category|status]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": ".btnlink@href"
    },
    "ruleContent": {
      "content": "#clickeye_content@html",
      "replaceRegex": "##\\(阅读库.*\\)|阅读库.+com"
    },
    "ruleExplore": {
      "author": ".c_tag span.1@text",
      "bookList": ".c_row",
      "bookUrl": "a.2@href",
      "coverUrl": "img@src",
      "intro": ".c_description@text",
      "kind": ".c_tag span.-1:-3@text",
      "lastChapter": "a.3@text",
      "name": "a.2@text",
      "wordCount": ".c_tag span.3@text"
    },
    "ruleSearch": {
      "author": ".c_tag span.1@text",
      "bookList": ".c_row",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "kind": ".c_tag span.3:7:-1@text",
      "lastChapter": ".c_value a@text",
      "name": "a.1@text",
      "wordCount": ".c_tag span.5@text"
    },
    "ruleToc": {
      "chapterList": ".chapters li a",
      "chapterName": "text##^0+\\s*(\\d+)(?!\\s*章)##$1章",
      "chapterUrl": "href",
      "updateTime": "title"
    },
    "searchUrl": "http://www.yuedsk.com/modules/article/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "音乐-网易",
    "bookSourceType": 1,
    "bookSourceUrl": "http://music.163.com/",
    "bookUrlPattern": "api/music/search?keyword=",
    "customButton": false,
    "customOrder": 629,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "❀                                            语   种                                              ❀::\n华语::discover/playlist/?order=hot&cat=华语\n欧美::discover/playlist/?order=hot&cat=欧美\n日语::discover/playlist/?order=hot&cat=日语\n韩语::discover/playlist/?order=hot&cat=韩语\n粤语::discover/playlist/?order=hot&cat=粤语\n小语种::discover/playlist/?order=hot&cat=小语种\n\n❀                                            风   格                                              ❀::\n流行::discover/playlist/?order=hot&cat=流行\n摇滚::discover/playlist/?order=hot&cat=摇滚\n民谣::discover/playlist/?order=hot&cat=民谣\n电子::discover/playlist/?order=hot&cat=电子\n舞曲::discover/playlist/?order=hot&cat=舞曲\n说唱::discover/playlist/?order=hot&cat=说唱\n轻音乐::discover/playlist/?order=hot&cat=轻音乐\n爵士::discover/playlist/?order=hot&cat=爵士\n乡村::discover/playlist/?order=hot&cat=乡村\nR&B/Soul::discover/playlist/?order=hot&cat=R%26B%2FSoul\n古典::discover/playlist/?order=hot&cat=古典\n民族::discover/playlist/?order=hot&cat=民族\n英伦::discover/playlist/?order=hot&cat=英伦\n金属::discover/playlist/?order=hot&cat=金属\n朋克::discover/playlist/?order=hot&cat=朋克\n蓝调::discover/playlist/?order=hot&cat=蓝调\n雷鬼::discover/playlist/?order=hot&cat=雷鬼\n世界音乐::discover/playlist/?order=hot&cat=世界音乐\n拉丁::discover/playlist/?order=hot&cat=拉丁\n另类/独立::discover/playlist/?order=hot&cat=另类%2F独立\nNew Age::discover/playlist/?order=hot&cat=New Age\n古风::discover/playlist/?order=hot&cat=古风\n后摇::discover/playlist/?order=hot&cat=后摇\nBossa Nova::discover/playlist/?order=hot&cat=Bossa Nova\n\n❀                                            场   景                                              ❀::\n清晨::discover/playlist/?order=hot&cat=清晨\n夜晚::discover/playlist/?order=hot&cat=夜晚\n学习::discover/playlist/?order=hot&cat=学习\n工作::discover/playlist/?order=hot&cat=工作\n午休::discover/playlist/?order=hot&cat=午休\n下午茶::discover/playlist/?order=hot&cat=下午茶\n地铁::discover/playlist/?order=hot&cat=地铁\n驾车::discover/playlist/?order=hot&cat=驾车\n运动::discover/playlist/?order=hot&cat=运动\n旅行::discover/playlist/?order=hot&cat=旅行\n散步::discover/playlist/?order=hot&cat=散步\n酒吧::discover/playlist/?order=hot&cat=酒吧\n\n❀                                            情    感                                             ❀::\n怀旧::discover/playlist/?order=hot&cat=怀旧\n清新::discover/playlist/?order=hot&cat=清新\n浪漫::discover/playlist/?order=hot&cat=浪漫\n性感::discover/playlist/?order=hot&cat=性感\n伤感::discover/playlist/?order=hot&cat=伤感\n治愈::discover/playlist/?order=hot&cat=治愈\n放松::discover/playlist/?order=hot&cat=放松\n孤独::discover/playlist/?order=hot&cat=孤独\n感动::discover/playlist/?order=hot&cat=感动\n兴奋::discover/playlist/?order=hot&cat=兴奋\n快乐::discover/playlist/?order=hot&cat=快乐\n安静::discover/playlist/?order=hot&cat=安静\n思念::discover/playlist/?order=hot&cat=思念\n\n❀                                            主   题                                              ❀::\n综艺::discover/playlist/?order=hot&cat=综艺\n影视原声::discover/playlist/?order=hot&cat=影视原声\nACG::discover/playlist/?order=hot&cat=ACG\n儿童::discover/playlist/?order=hot&cat=儿童\n校园::discover/playlist/?order=hot&cat=校园\n游戏::discover/playlist/?order=hot&cat=游戏\n70后::discover/playlist/?order=hot&cat=70后\n80后::discover/playlist/?order=hot&cat=80后\n90后::discover/playlist/?order=hot&cat=90后\n网络歌曲::discover/playlist/?order=hot&cat=网络歌曲\nKTV::discover/playlist/?order=hot&cat=KTV\n经典::discover/playlist/?order=hot&cat=经典\n翻唱::discover/playlist/?order=hot&cat=翻唱\n吉他::discover/playlist/?order=hot&cat=吉他\n钢琴::discover/playlist/?order=hot&cat=钢琴\n器乐::discover/playlist/?order=hot&cat=器乐\n榜单::discover/playlist/?order=hot&cat=榜单\n00后::discover/playlist/?order=hot&cat=00后",
    "header": "",
    "lastUpdateTime": 1734834034560,
    "loginUrl": "",
    "respondTime": 2357,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "class.m-song-img@tag.img@src||class.u-cover@tag.img@data-src",
      "init": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "@js:'http://music.163.com/song/media/outer/url?id='+baseUrl.match(/id=(\\d+)/)[1]+'.mp3'",
      "nextContentUrl": "",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "@css:a[href^=\"/user\"]@text",
      "bookList": "@css:#m-pl-container>li",
      "bookUrl": "@css:p.dec>a@href||p.name>a@href",
      "coverUrl": "@css:img@src@js:result.split(\"?\")[0]",
      "kind": "@css:.tags>a@text",
      "lastChapter": "",
      "name": "@css:p.dec>a@text"
    },
    "ruleSearch": {
      "author": "$.artists[*].name@js:java.put(\"author\",result);result",
      "bookList": "$.result.songs",
      "bookUrl": "https://music.163.com/song?id={{$.id}}",
      "coverUrl": "",
      "kind": "$.album.name",
      "lastChapter": "",
      "name": "$.name@js:java.put(\"name\",result);result"
    },
    "ruleToc": {
      "chapterList": "id.song-list-pre-cache@class.f-hide@tag.a||class.tit",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ""
    },
    "searchUrl": "http://music.163.com/api/search/get/web?csrf_token=&lpretag=&hlposttag=&s={{key}}&type=1&offset=0&total=true&limit=100",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "九五小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xfjxs.com#",
    "customButton": false,
    "customOrder": 630,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻魔法::/mulu/1-{{page}}.html\n武侠修真::/mulu/2-{{page}}.html\n都市言情::/mulu/3-{{page}}.html\n历史军事::/mulu/4-{{page}}.html\n侦探推理::/mulu/5-{{page}}.html\n网游动漫::/mulu/6-{{page}}.html\n科幻小说::/mulu/7-{{page}}.html\n恐怖灵异::/mulu/8-{{page}}.html\n穿越小说::/mulu/9-{{page}}.html\n其他类型::/mulu/10-{{page}}.html\n完本小说::/modules/article/articlelist.php?fullflag=1&page={{page}}",
    "lastUpdateTime": 1716235307051,
    "loginUrl": "",
    "respondTime": 2572,
    "ruleBookInfo": {
      "author": ".author a@text",
      "coverUrl": ".con_limg img@src",
      "intro": ".r_cons@html",
      "kind": ".txt_nav a.1@text&&.lastrecord@ownText##小说|.*\\(|\\).*",
      "lastChapter": ".lastrecord a@text##[\\(（【].*?[求更票谢乐发订合补加].*?[】）\\)]",
      "name": "h1@text",
      "tocUrl": ".r_tools a.1@href"
    },
    "ruleContent": {
      "content": "#content@textNodes",
      "replaceRegex": "##\\.pbtxt."
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": "#alistbox",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "kind": "",
      "lastChapter": "",
      "name": "a.1@text##《|》",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "tbody tr!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.xfjxs.com/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.5:4@text",
      "lastChapter": "td.1@text##[\\(（【].*?[求更票谢乐发订合补加].*?[】）\\)]",
      "name": "td.0@text",
      "wordCount": "td.3@text"
    },
    "ruleToc": {
      "chapterList": ".novel_list dd a",
      "chapterName": "text##[\\(（【].*?[求更票谢乐发订合补加].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?ie=gbk&searchkey={{key}}&ct=2097152",
    "weight": 0
  },
  {
    "bookSourceComment": "2024.11.1\nby墨殇",
    "bookSourceGroup": "免费",
    "bookSourceName": "盐选文库（优+）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.yanxuanwk.com/",
    "bookUrlPattern": "https?://www.yanxuanwk.com/%.*",
    "customButton": false,
    "customOrder": 631,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"首页\",\"url\":\"/topic/yanxuan/<,page/{{page}}/>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"知乎盐选\",\"url\":\"/topic/yanxuan/<,page/{{page}}/>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"天涯神贴\",\"url\":\"/topic/tianya/<,page/{{page}}/>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1759567284989,
    "respondTime": 2441,
    "ruleBookInfo": {
      "author": ".meta-item.1@text",
      "coverUrl": "t@js:'https://s21.ax1x.com/2024/05/29/pk3AYzd.png'",
      "intro": "p[2:7]@html",
      "kind": ".meta-item.2@text",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": ".clearfix p@html",
      "nextContentUrl": ".typology-link-pages a@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".meta-item.1@text",
      "bookList": ".typology-post",
      "bookUrl": "h2 a@href",
      "coverUrl": "@js:'https://s21.ax1x.com/2024/05/29/pk3AYzd.png'",
      "intro": "p@text",
      "kind": ".meta-item.2@text",
      "name": "h2 a@text##\\-.*"
    },
    "ruleToc": {
      "chapterList": "html",
      "chapterName": "h1@text##\\-.*"
    },
    "searchUrl": "https://www.yanxuanwk.com/<,page/{{page}}/>?s={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "苍穹小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.doupocangqiong1.com",
    "customButton": false,
    "customOrder": 632,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1733397418653,
    "respondTime": 12674,
    "ruleBookInfo": {
      "author": "class.baseinfo@class.pt-novel@class.pt-info.0@tag.a@text",
      "coverUrl": "class.baseinfo@tag.img@src",
      "intro": "class.intro@text",
      "kind": "class.baseinfo@class.pt-novel@class.pt-info.1@tag.a@text",
      "lastChapter": "class.ptm-card-content pt-dir@class.ptm-list-view@tag.li.0@tag.a@text",
      "name": "class.baseinfo@class.pt-novel@class.pt-name@tag.a@text",
      "tocUrl": "text.查看目录@href"
    },
    "ruleContent": {
      "content": "id.articlecon@tag.p!0:-1@text",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.pt-author@text",
      "bookList": "class.pt-card pt-card-3@tag.li",
      "bookUrl": "class.pt-name@tag.a@href",
      "coverUrl": "class.pt-cover@tag.a@tag.img@src",
      "lastChapter": "class.pt-author ptm-text-cut@tag.a@text",
      "name": "class.pt-name@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.ptm-list-view@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "class.pt-dir-sel@tag.ul@tag.li@tag.a@href"
    },
    "searchUrl": "https://m.doupocangqiong1.com/search.html?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": " /*11.24 by:*/\n\t\n  uuid=java.randomUUID().toUpperCase();\n  time=Math.round(new Date()/1000);\n  \n  if(String(Params).match(/query/)){\n\t\tsn = `channel=fx0001&gid=1&nci=1&nsc=0&${Params}&timestamp=${time}&secret=QgkdrcUgsfS4MvwB`;}\n\t\t\n\t\telse if(String(Params).match(/groupname/)){\n\t\t\tsn = `channel=fx0001&cid=${cid}&isserial=0&limit=3000&nci=1&nsc=0&sort=hot&start=0&timestamp=${time}&wordcount=0%252C100000&secret=QgkdrcUgsfS4MvwB`;}\n\t\t\t\n\t\telse if(String(Params).match(/BD/)){\n\t\t\t  sn = `channel=fx0001&class_id=${cid}&limit=3000&nci=1&nsc=0&start=0&timestamp=${time}&secret=QgkdrcUgsfS4MvwB`;}\n\t\n\t\telse if(String(Params).match(/bid/)){\n\t\t\tsn = `${Params}&channel=fx0001&gid=1&nci=1&nsc=0&timestamp=${time}&secret=QgkdrcUgsfS4MvwB`;}\n\t\t\n\t\telse if(String(Params).match(/cid/)){\n\t\tsn = `bid=${bid}&channel=fx0001&chapterid=${cid}&gid=1&nci=1&nsc=0&timestamp=${time}&secret=QgkdrcUgsfS4MvwB`;}\n\t\t\n\t\tsign=java.md5Encode(sn).toUpperCase();\n   body=String(sn).replace(/\\&secret=QgkdrcUgsfS4MvwB/,'');\n   option={\"method\":\"POST\",\"body\":body};",
    "bookSourceGroup": "免费",
    "bookSourceName": "繁星小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://fapi.fanxxs.com/",
    "customButton": false,
    "customOrder": 633,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\n\t\n\tbd=[[\"男频\",[[\"留存\",\"6\"],[\"好评\",\"3\"],[\"人气\",\"1\"],[\"热评\",\"5\"]]],\n[\"女频\",[[\"留存\",\"12\"],[\"好评\",\"9\"],[\"人气\",\"7\"],[\"热评\",\"11\"]]]];\nbd.map([title,list]=>{\t\t\t\n\tParams = \"BD\";\n\t\tpush(title, null, 1, 1);\n\t   list.map([title,cid]=>{ \n\t   \t\teval(String(source.bookSourceComment));\n\t   \turl= `https://fapi.fanxxs.com/2/v8/top3/list.api?sign=${sign}&app=FXBook&vs=7.1.2&uuid=${uuid}&_t=${time}&app=FXBook&pbv=v1.0.28&channel=fx0001&os=Android,`+ JSON.stringify(option).replace(/start=0/,'start={{(page-1)*30}\\}');  \n\t\t\t\tpush(title, url, 1, 0.4); \n\t\t\t\t});\n\t});\n\t\tfl_url=\"https://fapi.fanxxs.com/v8/cate3/list.api?nsc=0&nci=1&app=FXBook&vs=7.1.2&uuid={{java.randomUUID().toUpperCase()}}&_t={{Math.round(new Date()/1000)}}&app=FXBook&pbv=v1.0.28&channel=fx0001&os=Android\";\nD=JSON.parse(java.ajax(fl_url)).data;\n\n [D[0],D[1]].map(Data=>{\n \tParams = JSON.stringify(Data);\n\tpush(Data.groupname, null, 1, 1);\nData.cate.map(($,index)=>{\n      title=$.name;\n     \tcid=$.cid;\n     \teval(String(source.bookSourceComment));\n\turl= `https://fapi.fanxxs.com/2/v8/book3/filter.api?app=FXBook&sign=${sign}&ml=10X&mf=XIAOMI&vs=7.1.2&uuid=${uuid}&_t=${time}&app=FXBook&pbv=v1.0.28&channel=fx0001&os=Android,`+ JSON.stringify(option).replace(/start=0/,'start={{(page-1)*30}\\}');\n \t\tif(index+1 <= Data.cate.length - Data.cate.length%3)\n\t\t\t {\tpush(title, url, 1, 0.25);}\n\t\t\t\telse{ push(title, url, 0, 0.29);}\n        });\n      });\nJSON.stringify(sort);",
    "header": "@js:\nJSON.stringify({\t\t\n\t\"Content-Type\":\"application/x-www-form-urlencoded\",\n\t\"Connection\":\"Keep-Alive\",\n\t\"Host\":\"fapi.fanxxs.com\",\n  \"User-Agent\":\"okhttp/3.14.9\"\n})",
    "lastUpdateTime": 1732518468418,
    "loginUrl": "",
    "respondTime": 15836,
    "ruleBookInfo": {
      "author": "$.author",
      "coverUrl": "$.thumb",
      "init": "$.data",
      "intro": "{{$.description}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "{{$.catename}}\n{{java.getString('$.isserial')=='2'?'完结':'连载'}}\n{{java.timeFormatUTC(java.getString('$.updated')*1000,'yyyy-MM-dd',8)}}",
      "lastChapter": "$.lastchaptertitle",
      "name": "$.title",
      "tocUrl": "@js:\nParams = \"bid=\"+java.put('bid', '{{$.bid}}');\neval(String(source.bookSourceComment));\nurl =\"https://fapi.fanxxs.com/v8/book/chapter.api?vs=7.1.2&uuid=\"+uuid+\"&_t=\"+time+\"&app=FXBook&pbv=v1.0.28&channel=fx0001&os=Android&sign=\"+sign+\",\" + JSON.stringify(option);",
      "wordCount": "$.wordcount"
    },
    "ruleContent": {
      "content": "$.data.body"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.data.books",
      "bookUrl": "@js:\nParams =  \"bid=\"+java.getString('$.bid');\neval(String(source.bookSourceComment));\n\nurl =\"https://fapi.fanxxs.com/2/v8/book3/detail.api?uuid=\"+uuid+\"&nsc=0&timestamp=\"+time+\"&channel=fx0001&bid=\"+Params+\"&nci=1&sign=\"+sign+\"&app=FXBook,\" + JSON.stringify(option);",
      "coverUrl": "$.thumb",
      "intro": "$.description",
      "kind": "{{$.catename}}\n{{java.getString('$.isserial')=='2'?'完结':'连载'}}",
      "name": "$.title",
      "wordCount": "$.wordcount"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.search",
      "bookUrl": "@js:\nParams =  \"bid=\"+java.getString('$.bid');\neval(String(source.bookSourceComment));\n\nurl =\"https://fapi.fanxxs.com/2/v8/book3/detail.api?uuid=\"+uuid+\"&nsc=0&timestamp=\"+time+\"&channel=fx0001&bid=\"+Params+\"&nci=1&sign=\"+sign+\"&app=FXBook,\" + JSON.stringify(option);",
      "coverUrl": "$.thumb",
      "intro": "$.description",
      "kind": "$.catename",
      "name": "$.title",
      "wordCount": "$.wordcount"
    },
    "ruleToc": {
      "chapterList": "$.data.chapters",
      "chapterName": "$.title",
      "chapterUrl": "@js:\nbid = java.get('bid');\ncid = java.getString('$.id');\nParams =  \"cid=\"+java.getString('$.bid');\neval(String(source.bookSourceComment));\nurl =\"https://fapi.fanxxs.com/v8/book/content.api?timestamp=\"+time+\"&gid=1&bid=\"+bid+\"&channel=fx0001&chapterid=\"+cid+\"&uuid=\"+uuid+\"&sign=\"+sign+\"&app=FXBook,\" + JSON.stringify(option);",
      "updateTime": "{{java.timeFormatUTC(java.getString('$.time')*1000,'yyyy-MM-dd',8)}}"
    },
    "searchUrl": "@js:\nParams = \"query=\"+key;\neval(String(source.bookSourceComment));\nurl =\"https://fapi.fanxxs.com/server/v8/search?sign=\"+sign+\"&vs=7.1.2&uuid=\"+uuid+\"&_t=\"+time+\"&app=FXBook&pbv=v1.0.28&channel=fx0001&os=Android,\" + JSON.stringify(option);",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "快眼小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.kyxsw.org#🎃",
    "customButton": false,
    "customOrder": 634,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻魔法\",\"url\":\"/fenlei1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠修真\",\"url\":\"/fenlei2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市青春\",\"url\":\"/fenlei3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史军事\",\"url\":\"/fenlei4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"侦探推理\",\"url\":\"/fenlei5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"网游动漫\",\"url\":\"/fenlei6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻小说\",\"url\":\"/fenlei7_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"恐怖灵异\",\"url\":\"/fenlei8_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完本小说\",\"url\":\"/quanben/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"排行\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"最近更新\",\"url\":\"/toplastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"最新入库\",\"url\":\"/toppostdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"日排行榜\",\"url\":\"/topdayvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"周排行榜\",\"url\":\"/topweekvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"月排行榜\",\"url\":\"/topmonthvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"总排行榜\",\"url\":\"/topallvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"日推荐榜\",\"url\":\"/topdayvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"周推荐榜\",\"url\":\"/topweekvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"月推荐榜\",\"url\":\"/topmonthvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"总推荐榜\",\"url\":\"/topallvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数排行\",\"url\":\"/topsize/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"总收藏榜\",\"url\":\"/topgoodnum/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"本站推荐\",\"url\":\"/toptoptime/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1749884678915,
    "respondTime": 1699,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "init": ".small&&meta",
      "intro": "[property$=description]@content##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property$=chapter_name]@content##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": "[property$=book_name]@content",
      "wordCount": "span.3@text##字数："
    },
    "ruleContent": {
      "content": "#content@textNodes##\\/.+快眼小说网.*\\/|\\n.*$|{{baseUrl}}|.{0,3}阅读本书.{35}也喜欢.\\s*\\S*"
    },
    "ruleExplore": {
      "author": ".s4l@text",
      "bookList": ".l li||.novelslistss li",
      "bookUrl": "@get:{u}",
      "coverUrl": "@get:{u}##/book/(\\d+)/(\\d+)/##/files/article/image/$1/$2/$2s.jpg",
      "kind": ".s1,.s5l@text||.s1l,.s7l@text&&.s5l@text##\\[|]",
      "lastChapter": ".s3l@text",
      "name": ".s2l@text@put:{u:\"a.0@href\"}"
    },
    "ruleSearch": {
      "author": ".author@text",
      "bookList": "+@css:.bookbox",
      "bookUrl": "@get:{u}",
      "coverUrl": "img@src",
      "kind": ".cat@text##分类：",
      "lastChapter": ".update a@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": ".bookname@text@put:{u:\"a.0@href\"}"
    },
    "ruleToc": {
      "chapterList": ":正文卷[\\s\\S]*?/dl&&href =\"([^\"]+)\">([^<]+)",
      "chapterName": "$2##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "chapterUrl": "$1"
    },
    "searchUrl": "/modules/article/search.php?ie=utf-8&s=00000&q={{key}}",
    "weight": 100
  },
  {
    "bookSourceComment": " /*11.24 by:*/\n\t\n  uuid=java.randomUUID().toUpperCase();\n  time=Math.round(new Date()/1000);\n  \n  if(String(Params).match(/query/)){\n\t\tsn = `channel=fx0001&gid=1&nci=1&nsc=0&${Params}&timestamp=${time}&secret=QgkdrcUgsfS4MvwB`;}\n\t\t\n\t\telse if(String(Params).match(/groupname/)){\n\t\t\tsn = `channel=fx0001&cid=${cid}&isserial=0&limit=3000&nci=1&nsc=0&sort=hot&start=0&timestamp=${time}&wordcount=0%252C100000&secret=QgkdrcUgsfS4MvwB`;}\n\t\t\t\n\t\telse if(String(Params).match(/BD/)){\n\t\t\t  sn = `channel=fx0001&class_id=${cid}&limit=3000&nci=1&nsc=0&start=0&timestamp=${time}&secret=QgkdrcUgsfS4MvwB`;}\n\t\n\t\telse if(String(Params).match(/bid/)){\n\t\t\tsn = `${Params}&channel=fx0001&gid=1&nci=1&nsc=0&timestamp=${time}&secret=QgkdrcUgsfS4MvwB`;}\n\t\t\n\t\telse if(String(Params).match(/cid/)){\n\t\tsn = `bid=${bid}&channel=fx0001&chapterid=${cid}&gid=1&nci=1&nsc=0&timestamp=${time}&secret=QgkdrcUgsfS4MvwB`;}\n\t\t\n\t\tsign=java.md5Encode(sn).toUpperCase();\n   body=String(sn).replace(/\\&secret=QgkdrcUgsfS4MvwB/,'');\n   option={\"method\":\"POST\",\"body\":body};",
    "bookSourceGroup": "免费",
    "bookSourceName": "繁星小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://fapi.fanxxs.com/##",
    "customButton": false,
    "customOrder": 635,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\n\t\n\tbd=[[\"男频\",[[\"留存\",\"6\"],[\"好评\",\"3\"],[\"人气\",\"1\"],[\"热评\",\"5\"]]],\n[\"女频\",[[\"留存\",\"12\"],[\"好评\",\"9\"],[\"人气\",\"7\"],[\"热评\",\"11\"]]]];\nbd.map([title,list]=>{\t\t\t\n\tParams = \"BD\";\n\t\tpush(title, null, 1, 1);\n\t   list.map([title,cid]=>{ \n\t   \t\teval(String(source.bookSourceComment));\n\t   \turl= `https://fapi.fanxxs.com/2/v8/top3/list.api?sign=${sign}&app=FXBook&vs=7.1.2&uuid=${uuid}&_t=${time}&app=FXBook&pbv=v1.0.28&channel=fx0001&os=Android,`+ JSON.stringify(option).replace(/start=0/,'start={{(page-1)*30}\\}');  \n\t\t\t\tpush(title, url, 1, 0.4); \n\t\t\t\t});\n\t});\n\t\tfl_url=\"https://fapi.fanxxs.com/v8/cate3/list.api?nsc=0&nci=1&app=FXBook&vs=7.1.2&uuid={{java.randomUUID().toUpperCase()}}&_t={{Math.round(new Date()/1000)}}&app=FXBook&pbv=v1.0.28&channel=fx0001&os=Android\";\nD=JSON.parse(java.ajax(fl_url)).data;\n\n [D[0],D[1]].map(Data=>{\n \tParams = JSON.stringify(Data);\n\tpush(Data.groupname, null, 1, 1);\nData.cate.map(($,index)=>{\n      title=$.name;\n     \tcid=$.cid;\n     \teval(String(source.bookSourceComment));\n\turl= `https://fapi.fanxxs.com/2/v8/book3/filter.api?app=FXBook&sign=${sign}&ml=10X&mf=XIAOMI&vs=7.1.2&uuid=${uuid}&_t=${time}&app=FXBook&pbv=v1.0.28&channel=fx0001&os=Android,`+ JSON.stringify(option).replace(/start=0/,'start={{(page-1)*30}\\}');\n \t\tif(index+1 <= Data.cate.length - Data.cate.length%3)\n\t\t\t {\tpush(title, url, 1, 0.25);}\n\t\t\t\telse{ push(title, url, 0, 0.29);}\n        });\n      });\nJSON.stringify(sort);",
    "header": "@js:\nJSON.stringify({\t\t\n\t\"Content-Type\":\"application/x-www-form-urlencoded\",\n\t\"Connection\":\"Keep-Alive\",\n\t\"Host\":\"fapi.fanxxs.com\",\n  \"User-Agent\":\"okhttp/3.14.9\"\n})",
    "lastUpdateTime": 1732518468418,
    "loginUrl": "",
    "respondTime": 69736,
    "ruleBookInfo": {
      "author": "$.author",
      "coverUrl": "$.thumb",
      "init": "$.data",
      "intro": "{{$.description}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "{{$.catename}}\n{{java.getString('$.isserial')=='2'?'完结':'连载'}}\n{{java.timeFormatUTC(java.getString('$.updated')*1000,'yyyy-MM-dd',8)}}",
      "lastChapter": "$.lastchaptertitle",
      "name": "$.title",
      "tocUrl": "@js:\nParams = \"bid=\"+java.put('bid', '{{$.bid}}');\neval(String(source.bookSourceComment));\nurl =\"https://fapi.fanxxs.com/v8/book/chapter.api?vs=7.1.2&uuid=\"+uuid+\"&_t=\"+time+\"&app=FXBook&pbv=v1.0.28&channel=fx0001&os=Android&sign=\"+sign+\",\" + JSON.stringify(option);",
      "wordCount": "$.wordcount"
    },
    "ruleContent": {
      "content": "$.data.body"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.data.books",
      "bookUrl": "@js:\nParams =  \"bid=\"+java.getString('$.bid');\neval(String(source.bookSourceComment));\n\nurl =\"https://fapi.fanxxs.com/2/v8/book3/detail.api?uuid=\"+uuid+\"&nsc=0&timestamp=\"+time+\"&channel=fx0001&bid=\"+Params+\"&nci=1&sign=\"+sign+\"&app=FXBook,\" + JSON.stringify(option);",
      "coverUrl": "$.thumb",
      "intro": "$.description",
      "kind": "{{$.catename}}\n{{java.getString('$.isserial')=='2'?'完结':'连载'}}",
      "name": "$.title",
      "wordCount": "$.wordcount"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.search",
      "bookUrl": "@js:\nParams =  \"bid=\"+java.getString('$.bid');\neval(String(source.bookSourceComment));\n\nurl =\"https://fapi.fanxxs.com/2/v8/book3/detail.api?uuid=\"+uuid+\"&nsc=0&timestamp=\"+time+\"&channel=fx0001&bid=\"+Params+\"&nci=1&sign=\"+sign+\"&app=FXBook,\" + JSON.stringify(option);",
      "coverUrl": "$.thumb",
      "intro": "$.description",
      "kind": "$.catename",
      "name": "$.title",
      "wordCount": "$.wordcount"
    },
    "ruleToc": {
      "chapterList": "$.data.chapters",
      "chapterName": "$.title",
      "chapterUrl": "@js:\nbid = java.get('bid');\ncid = java.getString('$.id');\nParams =  \"cid=\"+java.getString('$.bid');\neval(String(source.bookSourceComment));\nurl =\"https://fapi.fanxxs.com/v8/book/content.api?timestamp=\"+time+\"&gid=1&bid=\"+bid+\"&channel=fx0001&chapterid=\"+cid+\"&uuid=\"+uuid+\"&sign=\"+sign+\"&app=FXBook,\" + JSON.stringify(option);",
      "updateTime": "{{java.timeFormatUTC(java.getString('$.time')*1000,'yyyy-MM-dd',8)}}"
    },
    "searchUrl": "@js:\nParams = \"query=\"+key;\neval(String(source.bookSourceComment));\nurl =\"https://fapi.fanxxs.com/server/v8/search?sign=\"+sign+\"&vs=7.1.2&uuid=\"+uuid+\"&_t=\"+time+\"&app=FXBook&pbv=v1.0.28&channel=fx0001&os=Android,\" + JSON.stringify(option);",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "玄幻阁吧",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xuanyge.net",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 636,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻\",\"url\":\"/sort1/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/sort2/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/sort3/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/sort4/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/sort5/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"穿越\",\"url\":\"/sort6/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/sort7/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"恐怖\",\"url\":\"/sort8/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"校园\",\"url\":\"/sort9/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"异界\",\"url\":\"/sort10/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"全本\",\"url\":\"/quanben/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1735052680091,
    "loginUrl": "",
    "respondTime": 936,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property$=latest_chapter_name]@content##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "[property$=book_name]@content",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "#content@textNodes",
      "imageStyle": "0",
      "replaceRegex": "##随机推荐.*|.*精华书阁.*|为您提供.*好书签.|.*免费阅读.|.*最快更新.*|\\(本章未完.*\\)"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.1@text",
      "bookList": "#sitebox dl",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "dd.3@text",
      "kind": "span.2:0@text",
      "lastChapter": "a.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.1@text",
      "wordCount": "span.3@text"
    },
    "ruleToc": {
      "chapterList": "#readerlist li a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?s={{key}}&searchtype=articlename",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "欲望社🎃#4",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.yuwangshe.one#🎃",
    "customButton": false,
    "customOrder": 637,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "最近更新::/top/lastupdate_{{page}}/\n最新入库::/top/postdate_{{page}}/\n总点击榜::/top/allvisit_{{page}}/\n月点击榜::/top/monthvisit_{{page}}/\n周点击榜::/top/weekvisit_{{page}}/\n日点击榜::/top/dayvisit_{{page}}/\n总收藏榜::/top/goodnum_{{page}}/\n字数排行::/top/size_{{page}}/\n总推荐榜::/top/allvote_{{page}}/\n月推荐榜::/top/monthvote_{{page}}/\n周推荐榜::/top/weekvote_{{page}}/\n日推荐榜::/top/dayvote_{{page}}/\n\t                                                                   \n玄幻奇幻::/sort/1_{{page}}/\n武侠仙侠::/sort/2_{{page}}/\n都市言情::/sort/3_{{page}}/\n历史穿越::/sort/4_{{page}}/\n网游竞技::/sort/5_{{page}}/\n科幻灵异::/sort/6_{{page}}/\n恐怖惊悚::/sort/7_{{page}}/\n其他类型::/sort/8_{{page}}/\n完本小说::/full/{{page}}/",
    "lastUpdateTime": 1745854388815,
    "respondTime": 46113,
    "ruleBookInfo": {
      "author": ".tab@tag.p.0@text##.*：",
      "coverUrl": ".tu@img@src",
      "intro": ".jj@p@html",
      "kind": ".tab1@tag.p.0@text&&.tab1@tag.p.1@text##小说",
      "lastChapter": ".tab@a@text",
      "name": "tag.h1.0@text##\\_.*",
      "wordCount": ".tab1@tag.p.2@text"
    },
    "ruleContent": {
      "content": "#novelcontent@textNodes",
      "replaceRegex": "##分卷阅读.*|.*作者.*"
    },
    "ruleExplore": {
      "author": ".p4@text||.p3 a@text",
      "bookList": ".tt||.content_link",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "class.content_link@tag.p.1@a@href||tag.a.0@href##.*/(\\d+)/(\\d+)/##http://img.yuwangshe.one/image/$1/$2/$2s.jpg",
      "intro": ".p5@text##.*简介.|\\s",
      "kind": "p@.p2@text&&.p1 a@text##\\[|\\]",
      "name": "tag.a.1@text##\\_.*",
      "wordCount": "p@.p3@text"
    },
    "ruleSearch": {
      "author": "tag.a.2@text",
      "bookList": ".search_list",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "class.content_link@tag.p.1@a@href||tag.a.0@href##.*/(\\d+)/(\\d+)/##http://img.yuwangshe.one/image/$1/$2/$2s.jpg",
      "kind": "tag.a.1@text",
      "name": "tag.a.0@text##\\_.*"
    },
    "ruleToc": {
      "chapterList": "li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"s={{key}}&type=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "// Error: 下载链接为空\n\nBY:溪\n//类型:文件下载",
    "bookSourceGroup": "免费",
    "bookSourceName": "️趣书网",
    "bookSourceType": 3,
    "bookSourceUrl": "https://www.qushu.com",
    "bookUrlPattern": "https://www.qushu123.com/txt/?.*/txt/\\d+.html",
    "customButton": false,
    "customOrder": 638,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "————————⭕分类小说⭕————————\n书库::/all/<,index_{{page}}.html>\n排行::/hot/<,index_{{page}}.html>\n推荐::/recommendall/<,index_{{page}}.html>\n最新::/new/<,index_{{page}}.html>\n男生小说::/txt/nansheng/<,index_{{page}}.html>\n女生言情::/txt/yanqing/<,index_{{page}}.html>\n耽美同人::/txt/tongren/<,index_{{page}}.html>\n都市小说::/txt/dushi/<,index_{{page}}.html>\n玄幻奇幻::/txt/xuanhuan/<,index_{{page}}.html>\n武侠修真::/txt/xiuzhen/<,index_{{page}}.html>\n网游竞技::/txt/wangyou/<,index_{{page}}.html>\n历史军事::/txt/lishi/<,index_{{page}}.html>\n科幻灵异::/txt/kehuan/<,index_{{page}}.html>\n其他小说::/txt/qita/<,index_{{page}}.html>",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 10;  Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1735089586155,
    "respondTime": 183146,
    "ruleBookInfo": {
      "author": "p.0@text",
      "coverUrl": "class.pic@img@src",
      "downloadUrls": "text.进入小说下载地址@href\n<js>\nurl=book.origin+result[0];\njava.ajax(url);\n</js>\ntext.TXT小说下载@href\n##$##,{\"type\": \"txt\"}",
      "intro": "class.con@text\n##(^|[。！？……]+[”」）……】]?)##$1<br>",
      "kind": "p.1:2@text##分类：|大小：",
      "name": "class.bookcover@h1@text"
    },
    "ruleContent": {},
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "intro": "",
      "kind": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "p.1@text",
      "bookList": ".imgtextlist@li",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "class.pic@img@src",
      "intro": "p.4@text##简介：",
      "kind": "p.2:3@text##更新：|大小：|\\[|\\]",
      "name": "p.0@text##《|》"
    },
    "ruleToc": {},
    "searchUrl": "https://www.qushu123.com/e/search/index.php,{\n  \"body\": \"keyboard={{key}}&show=title,softsay,softwriter&tbname=download&tempid=1&Submit22=搜索\",\n  \"method\": \"POST\"\n}\n@js:\nso = String(result).replace(\"{{key}}\", key);\nvar url = java.connect(so)\n.raw().request().url();\nString(url).replace(/result.*searchid/,\n\t\"result/index.php?page={{page-1}}&searchid\");",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "橘子小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xinshuge.net#",
    "customButton": false,
    "customOrder": 639,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1734638894813,
    "respondTime": 4337,
    "ruleBookInfo": {
      "author": "@css:span:contains(作者：)@text",
      "coverUrl": ".cover@img@src",
      "intro": ".intro@html##简介：|.*无弹窗.*",
      "kind": "@css:span:contains(分类：),span:contains(更新时间：),span:contains(状态：)@text##(分类|状态|更新时间)：",
      "lastChapter": ".info .last@a@text",
      "name": ".info@h2@text",
      "wordCount": "@css:span:contains(字数：)@text##字数："
    },
    "ruleContent": {
      "content": "#content@html##{{baseUrl}}|请记住本书首发.*",
      "replaceRegex": "##最新.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".bookbox",
      "bookUrl": ".bookname@a@href",
      "coverUrl": "img@src",
      "intro": ".bookinfo@p@text",
      "kind": ".cat@text##分类：",
      "lastChapter": ".update@a@text",
      "name": ".bookname@text"
    },
    "ruleToc": {
      "chapterList": "@css:.listmain a[href~=/[^/]+/\\d+.htm]",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/s.php?ie=utf-8&q={{key}}",
    "weight": 58
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版",
    "bookSourceName": "💰 书耽[搜索]",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.shubl.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 640,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1699553427567,
    "loginUrl": "http://m.shubl.com/signup/login",
    "respondTime": 3318,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "",
      "init": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "class.article-content@p@textNodes",
      "nextContentUrl": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "author",
      "bookList": ".book-list li@js:\nresult.toArray().map(o =>{\n    var detail= String(o.select('.book-name').attr('href')).replace(/^\\//, baseUrl.match(/(.+\\/\\/.+?\\/)/)[1]);\n    var oText = s=>String(o.select(s).text().trim());\n    var J = org.jsoup.Jsoup.parse(java.ajax(detail));\n    var jText = s=>String(J.select(s).text().trim());\n    return {\n        name: oText('.book-name'),\n        author: oText('.smaller').replace(/\\s*作者：(\\S+).+/, '$1'),\n        tags: [String(J.select('.book-title .tag').toArray().map(tag =>tag.text()).join(' / '),J.select('.book-info > .row .tag').toArray().map(tag =>String(tag.text())).filter(v =>v.length < 5).slice(0, 2).join(','))].join(','),\n        num:jText('.book-info-numbers span:eq(0)').replace(/●|总字数：/g, '')+'字',\n        latest: oText('.smaller').replace(/.+\\D(\\d+-\\d+-\\d+).+\\/\\s*(.+)/, '$2（$1）').replace(/[\\(（【].*[求更谢乐发推].*[】）\\)]/,'').replace(/.*(第[^章]+章)/,'$1'),\n        intro: jText('.book-brief').replace(/\\s*简介：/, '').replace(/[\\s\\t]+/g, ''),\n        cover: o.select('.cover').attr('data-original'),\n        catalogUrl: detail\n    }\n}).filter(v =>v.name);",
      "bookUrl": "catalogUrl",
      "coverUrl": "cover",
      "intro": "intro",
      "kind": "tags",
      "lastChapter": "latest",
      "name": "name",
      "wordCount": "num"
    },
    "ruleToc": {
      "chapterList": ".chapter_item a",
      "chapterName": "a@text##.*(第[^章]+章)|[\\(（【].*[求更谢乐发推].*[】）\\)]##$1",
      "chapterUrl": "a@href##$##,{\"webView\":true}",
      "isVip": "@js:result.outerHtml().includes('lock')",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "/index/get_search_book_list/{{key}}/{{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.bbiquge.net",
    "customButton": false,
    "customOrder": 641,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1751331522171,
    "respondTime": 1742,
    "ruleBookInfo": {
      "author": ".pt-info.0@a@text",
      "coverUrl": ".baseinfo@img@src",
      "init": "",
      "intro": ".intro@text",
      "kind": ".pt-info.1@a@text",
      "lastChapter": ".ptm-list-view-cell.0@text",
      "name": ".pt-name.0@a@text",
      "tocUrl": ".ptm-card-footer@a@href"
    },
    "ruleContent": {
      "content": ".chaptercontent@p@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".pt-info.0@a@text",
      "bookList": ".pt-novel",
      "bookUrl": ".pt-name@a@href",
      "checkKeyWord": "之上",
      "kind": ".pt-info.1@a@text",
      "lastChapter": ".ptm-text-cut@text",
      "name": ".pt-name@a@text"
    },
    "ruleToc": {
      "chapterList": ".ptm-list-view-cell",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "http://m.bbiquge8.net/search.html?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "饿狼小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.elkoparts.net#",
    "customButton": false,
    "customOrder": 642,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734839599549,
    "respondTime": 44,
    "ruleBookInfo": {
      "author": ".top@p.0@text",
      "coverUrl": ".imgbox@img@src",
      "intro": ".xdesc@textNodes##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".top@p.1:2:4@text##.*：|小说|\\s..:.*",
      "lastChapter": ".top@a.-1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".top@h1@text"
    },
    "ruleContent": {
      "content": "id.content@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##.*第[0-9]/[0-9]页.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".s4@text",
      "bookList": ".txt-list-row5@li!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.elkoparts.net/files/article/image/$2/$1/$1s.jpg###",
      "kind": ".s1,.s5@text##\\[|\\]|小说",
      "lastChapter": "a.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": ".section-list@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href",
      "nextTocUrl": ".right@a@href"
    },
    "searchUrl": "/search.php?keyWord={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "By关耳",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "百度知道",
    "bookSourceType": 0,
    "bookSourceUrl": "https://zhidao.baidu.com",
    "customButton": false,
    "customOrder": 643,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\"Accept\": \"application/json\",\r\n\"Referer\": \"https://zhidao.baidu.com/index/?fr=&word={{encodeURIComponent(key)}}&\"\r\n}",
    "lastUpdateTime": 1734833781709,
    "respondTime": 8202,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "<js>\nresult=String(result).replace(/<.*?wgt-replyer-all-time\">([^<]+)<\\/span>/g,'<h1 class=\"wgt-replyer-all-time\">---$1---</h1>').replace(/<span.*?>\\d+<\\/span>/g,'').replace(/<\\/*span.*?>/g,'').replace(/展开全部/g,'')</js>\n@css:.wgt-replyer-all-time,.best-text,.answer-text@html##</*(a|strong|li|ol).*?>",
      "imageStyle": "0",
      "nextContentUrl": "text.下一页@href",
      "sourceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "",
      "bookList": "@js:result=[{a:decodeURIComponent(baseUrl.match(/word=(.*?)\\&/)[1]),b:baseUrl,c:'https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=4143784958,1445381177&fm=26&gp=0.jpg'}]",
      "bookUrl": "b",
      "coverUrl": "c",
      "intro": "",
      "lastChapter": "",
      "name": "a"
    },
    "ruleToc": {
      "chapterList": "$.data.entry",
      "chapterName": "$.title##</*em>",
      "chapterUrl": "$.url",
      "nextTocUrl": "@js:url=baseUrl.match(/(.*?pn=)/)[1];\nlist=[];\nfor(i=2;i<=10;i++){\nlist.push(url+(i*10))\n}\nlist",
      "updateTime": "$.time"
    },
    "searchUrl": "https://zhidao.baidu.com/msearch/ajax/getsearchlist?word={{key}}&pn=10",
    "weight": 0
  },
  {
    "bookSourceComment": "// http://download.yichnmedia.com\n// http://download.biqugexsapp.com\n// http://ddxs.xsappxz.com\n_path = {\n    DownApp: \"/client/version\",\n    GetHost: \"/client/config/value?key=landing_page_domain\",\n    LoginID: \"/auth/third; post; type=5&openid= ${R32} &firstBoot=1\"\n};\nsetv = (json) => source.setVariable(JSON.stringify(json, null, \"\\t\"));\ntry {\n    $ = JSON.parse(source.getVariable());\n} catch (err) {\n    $ = {\n        time: 20240202,\n        domains: [\n            // old aes\n            [\"longchunbajiao\", 0],\n            [\"yybhsl\", 0],\n            [\"wzyjxf\", 0],\n            [\"zjlzgg\", 0],\n            [\"sxwlyhzp\", 0],\n            [\"anwaben\", 0],\n            [\"basusan\", 0],\n            [\"myweipin\", 0],\n            [\"lemiyigou\", 0],\n            // new aes\n            [\"xingliangglobal\", 1],\n            [\"fangweicong\", 1],\n            [\"yuanxifayi\", 1],\n            [\"xqjcool\", 1],\n        ]\n    }\n    setv($);\n}\n_reg = /http:\\/\\/api\\.(.+)\\.com/i\ngetHost = i => {\n    [domain, uType] = $.domains[i];\n    [aesKey, Authorization] = [\n        [\"f041c49714d39908\", \"bearereyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9hcGkubXl3ZWlwaW4uY29tXC9hdXRoXC90aGlyZCIsImlhdCI6MTcwNjg0NjM2NiwiZXhwIjoxODAwMTU4MzY2LCJuYmYiOjE3MDY4NDYzNjYsImp0aSI6IjRVbU5BZVpHQ1hvaGNpSEgiLCJzdWIiOjc3MDg5OSwicHJ2IjoiYTFjYjAzNzE4MDI5NmM2YTE5MzhlZjMwYjQzNzk0NjcyZGQwMTZjNSJ9.lOpKG-vWne5Ub8g6byvF53iQjldPUC1-BMoO-OuhOlA\"],\n        [\"4395daa50ad6baf7\", \"bearereyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9hcGkueGluZ2xpYW5nZ2xvYmFsLmNvbVwvYXV0aFwvdGhpcmQiLCJpYXQiOjE3MDY4NjA2NzcsImV4cCI6MTgwMDE3MjY3NywibmJmIjoxNzA2ODYwNjc3LCJqdGkiOiJxdXBGbWo5cnJRMHFoTFVIIiwic3ViIjozMjY4ODcsInBydiI6ImExY2IwMzcxODAyOTZjNmExOTM4ZWYzMGI0Mzc5NDY3MmRkMDE2YzUifQ.CQsDsiDJyyriPmJuT6A38KIvGgq6BEOMWl8H5plqArQ\"]\n    ][uType];\n    headers = \",\" + JSON.stringify({\n        \"headers\": {\n            \"client-device\": java.md5Encode(aesKey),\n            \"Authorization\": Authorization\n        }\n    });\n    host = `http://api.${domain}.com`;\n}\ngetData = (uri) => {\n    url = host + uri + headers;\n    // java.log(url);\n    data = java.ajaxAll([url])[0];\n}\nvuri = \"/search?keyword=深空彼岸\";\ntime = +java.timeFormatUTC(new Date(), 'yyyyMMdd', 8);\narr1 = []; // 成功\narr2 = []; // 失败\narr3 = []; // 新增\nif ($.time < time) {\n    java.toast(\"检测更新中\");\n    try {\n        for (i in $.domains) {\n            arr1.push($.domains[i]);\n            arr2.push($.domains[i]);\n            getHost(i);\n            try {\n                getData(vuri); //校验搜索\n                if (data.code() == 200) {\n                    arr2.length = arr2.length - 1;\n                    try {\n                        getData(_path.GetHost);\n                        domain = JSON.parse(data.body())\n                            .data.landingPageDomain;\n                        arr3.push([\n                            domain.match(_reg)[1],\n                            uType\n                        ]);\n                    } catch (err) {}\n                } else {\n                    arr1.length = arr1.length - 1;\n                }\n            } catch (err) {\n                arr1.length = arr1.length - 1;\n            }\n        }\n        array = arr1.concat(arr3);\n        $.domains = array.filter(function(item, index) {\n            return array.findIndex(function(value) {\n                return value[0] === item[0] && value[1] === item[1];\n            }) === index && arr2.findIndex(function(value) {\n                return value[0] === item[0] && value[1] === item[1];\n            })\n        });\n        $.time = time\n        setv($);\n        java.toast(\"接口更新成功\");\n    } catch (err) {\n        java.toast(\"未知错误：\" + err);\n    }\n}\nrun = Path => {\n    for (i in $.domains) {\n        getHost(i);\n        try {\n            getData(java.hexDecodeToString(result));\n            if (data.code() == 200)\n                return $$ = JSON.parse(data.body())[Path];\n        } catch (err) {}\n    }\n    return $$ = {};\n}\neurl = Path => `data:;base64,${java.base64Encode(Path)},{\"type\":\"maoyankanshu\"}`;",
    "bookSourceGroup": "免费",
    "bookSourceName": "🐈 猫眼看书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://download.maoyankanshu.la",
    "customButton": false,
    "customOrder": 644,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type)=>sort.push({\n\t\t\t\ttitle: title,\n\t\t\t\turl: url,\n\t\t\t\tstyle: {\n\t\t\t\t\t\tlayout_flexGrow: 1,\n\t\t\t\t\t\tlayout_flexBasisPercent: type\n\t\t\t\t\t}\n\t\t\t});\n$$=(a,b,c)=>{\n\t\turi = c ? `/module/${a}channel=${b}` : `/novel?sort=${a}&categoryId=${b}`;\n\t\treturn `data:;base64,{{java.base64Encode(\"${uri}&page=\"+page)}\\},{\"type\":\"maoyankanshu\"}`;\n\t}\n;[\n\t\t[\"男\",[[\"玄幻\",\"lejRej\"],[\"武侠\",\"nel5aK\"],[\"都市\",\"mbk5ez\"],[\"仙侠\",\"vbmOeY\"],[\"军事\",\"penRe7\"],[\"历史\",\"xbojag\"],[\"游戏\",\"mep2bM\"],[\"科幻\",\"zbq2dp\"],[\"轻小说\",\"YerEdO\"]]],\n\t\t[\"女\",[[\"现代言情\",\"9avmeG\"],[\"古代言情\",\"DdwRb1\"],[\"幻想言情\",\"7ax9by\"],[\"青春校园\",\"Pdy7aQ\"],[\"唯美纯爱\",\"kazYeJ\"],[\"同人衍生\",\"9aAOdv\"]]]\n].map(([title,list],channel)=>{\n\t\tchannel++;\n\t\tpush(\"༺ˇ»`ʚ \"+title+\"生频道 ɞ´«ˇ༻\",null,1);\n\t\tpush(\"༺ˇ»`ʚ 榜单 ɞ´«ˇ༻\",null,1);\n\t\t[\"必读榜\",\"完本榜\",\"更新榜\",\"搜索榜\",\"潜力榜\",\"评论榜\",\"人气完本\",\"新书速递\"].map((title,i)=>{\n\t\t\t\ti++\n\t\t\t\tif(i<7){\n\t\t\t\t\t\ti = \"rank?type=\"+i+\"&\";\n\t\t\t\t\t}\n\t\t\t\telse{\n\t\t\t\t\t\ti = i<8?\"mep2bM?\":\"YerEdO?\";\n\t\t\t\t\t}\n\t\t\t\tpush(title,$$(i,channel,1),0.25);\n\t\t\t});\n\t\tpush(\"༺ˇ»`ʚ 分类 ɞ´«ˇ༻\",null,1);\n\t\tlist.map([title,B]=>{\n\t\t\t\tpush(\"༺ \"+title+\" ༻\",$$(1,B,0),1);\n\t\t\t\t[\"热度\",\"更新\",\"评分\",\"新书\"].map((title,A)=>{\n\t\t\t\t\t\tA++;\n\t\t\t\t\t\t[\"[\"+title+\"]\",\"连载\",\"完结\"].map((title,C)=>{\n\t\t\t\t\t\t\t\tC=C?\"&isComplete=\"+(C-1):\"\";\n\t\t\t\t\t\t\t\tpush(title,$$(A,B+C,0),0.25);\n\t\t\t\t\t\t\t});\n\t\t\t\t\t});\n\t\t\t});\n\t}); \nJSON.stringify(sort);",
    "header": "{\n    \"client-version\": \"2.3.0\",\n    \"client-brand\": \"HONOR\",\n    \"client-source\": \"android\",\n    \"client-name\": \"app.maoyankanshu.novel\",\n    \"User-Agent\": \"okhttp/4.9.2\"\n}",
    "lastUpdateTime": 1745853264143,
    "loginUrl": "",
    "respondTime": 15937,
    "ruleBookInfo": {
      "author": "$.authorName",
      "coverUrl": "$.cover",
      "init": "@js:\neval(String(source.bookSourceComment));\nrun(\"data\");\n$$.tocUrl = eurl('/novel/'+$$.novelId+'/chapters');\nJSON.stringify($$);",
      "intro": "{{'\\n&lrm;\\n'}}🏷️ 标签：{{$..className&&$..tagName##\\n##, }}\n{{'\\n&lrm;\\n'}}📑 简介：{{$.summary}}",
      "kind": "{{$.averageScore}}分\n{{$..className}}\n连载中{{$.isComplete}}已完结\n{{$.lastChapter.decTime}}\n##连载中1|0已完结",
      "lastChapter": "{{$.lastChapter.chapterName}} • {{$.lastChapter.decTime}}",
      "name": "$.novelName",
      "tocUrl": "$.tocUrl",
      "wordCount": "$.wordNum"
    },
    "ruleContent": {
      "content": "@js:\neval(String(source.bookSourceComment));\nrun(\"content\");",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "$.authorName",
      "bookList": "@js:\neval(String(source.bookSourceComment));\nrun(\"data\").map(($$,i)=>{\n\n$$.bookUrl = eurl('/novel/'+$$.novelId);\nreturn JSON.stringify($$);\n});",
      "bookUrl": "$.bookUrl",
      "coverUrl": "$.cover",
      "intro": "$.summary||$.rankInfo",
      "kind": "{{$.averageScore}}分\n{{$..className}}\n连载中{{$.status}}已完结\n{{$.lastChapter.decTime||$.createdAt##\\s.*}}\n##连载中2|1已完结|连载中已完结",
      "lastChapter": "{{$.lastChapter.chapterName}} • {{$.lastChapter.decTime}}##^•$",
      "name": "$.novelName",
      "wordCount": "$.wordNum"
    },
    "ruleToc": {
      "chapterList": "@js:\neval(String(source.bookSourceComment));\n\nList = run(\"data\").list;\n\nCipher = java.createSymmetricCrypto(\"AES/CBC/PKCS5Padding\", aesKey, \"0123456789abcdef\");\n\nList.map($$=>{\n\tpath = Cipher.decryptStr($$.path);\ntry{\n\tpath = String(path).split(_reg)[2];\n}catch(err){}\n\treturn {\n\t\tname: $$.chapterName,\n\t\tpath: eurl(path),\n\t\tinfo: `章节字数：${$$.wordNum}　更新时间：${$$.updatedAt}`\n\t\t}\n});",
      "chapterName": "name",
      "chapterUrl": "path",
      "updateTime": "info"
    },
    "searchUrl": "data:;base64,{{java.base64Encode(\"/search?keyword=\"+key+\"&page=\"+page)}},{\"type\":\"maoyankanshu\"}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "💠 九五书包",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.95dushu.net",
    "customButton": false,
    "customOrder": 645,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1751256464013,
    "respondTime": 3102,
    "ruleBookInfo": {
      "author": ".author@a@text",
      "coverUrl": ".con_limg@img@src",
      "intro": ".r_cons@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".txt_nav@a.1@text&&.lastrecord@ownText##小说|.*\\(|\\).*",
      "lastChapter": ".lastrecord@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".info@h1@text",
      "tocUrl": ".r_tools@a.1@href"
    },
    "ruleContent": {
      "content": "id.content@textNodes",
      "replaceRegex": "##\\.pbtxt.|\\s*.*欢迎广大书友.*阅读.*\\s*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "tbody@tr!0",
      "bookUrl": "a.0@href",
      "checkKeyWord": "道观",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.5:4@text",
      "lastChapter": "td.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "td.0@text",
      "wordCount": "td.3@text"
    },
    "ruleToc": {
      "chapterList": ".novel_list@dd@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?ie=gbk&searchkey={{key}}&ct=2097152",
    "weight": 0
  },
  {
    "bookSourceComment": "/*\n* 同库: 三界文学 -- http://www.3jwx.com\n*/",
    "bookSourceGroup": "免费",
    "bookSourceName": "墨坛文学",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.22mt.net/#xsw8093",
    "customButton": false,
    "customOrder": 646,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n    'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36',\n    \"Cookie\":\"0\"\n}",
    "lastUpdateTime": 1732531583789,
    "respondTime": 5317,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{\nn:\"[property$=book_name|title]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"\n}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".font_max@html\n@js:\n/*\nresult=result.replace(/<br>/g,\"<p></p>\").replace(/ /g,\"<p></p>\")\n*/\nresult",
      "nextContentUrl": "text.下一@href\n@js:\nif(result){\n result=result[0].includes(\"_\")?result:\"\";\n}",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": ".book_other.0@span@text##作者：##",
      "bookList": ".row dl",
      "bookUrl": "h3@a@href",
      "checkKeyWord": "剑来",
      "coverUrl": "dt@img@src",
      "intro": "",
      "kind": ".book_other[1,2]@text##状态：|更新时间：##",
      "lastChapter": ".book_other.3@a@text",
      "name": "h3@a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".book_list[-1]@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ".page-item.active + .page-item@a@href",
      "updateTime": ""
    },
    "searchUrl": "@js:\nvar su=source.getKey()\nvar htmlUrl=java.get(su,{}).headers('Location')\njava.log(`重定向：${htmlUrl[0]}`)\nvar posturl=htmlUrl[0]?htmlUrl[0]:(su.includes(\"#\")?su.match(/([^\\#]+)\\#/)[1]:su)\nposturl = posturl.slice(-1)=='/'?posturl.slice(0,-1):posturl\ncookie.removeCookie(posturl)\njava.log(`请求：${posturl}`)\n\nposturl+\"/search.php?q={{key}}\"",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "晋江小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.jjwxc.net",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 647,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"♧                      榜   单                     ♧\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 驻 站 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=19&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 字 数 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=8&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 长 生 殿 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=9&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=3&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=5&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=4&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=6&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 总 分 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=7&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"霸王票榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=13&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"勤奋指数 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=15&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"栽培月榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=18&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"千字金榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=21&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完结高分 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=20&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古言完结 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现言完结 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=8\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"衍言完结 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=13\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无CP完结\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=46\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"衍生完结 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=21&str=26\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"❀                     无   c p                     ❀\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=18\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 完 结 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=40\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"❀                     百     合                     ❀\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=17\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"重来一次 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10901\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奇幻异闻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10902\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"架空历史\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10903\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越时空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10904\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻想未来\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10905\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市情缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10906\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天赐良缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10907\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时尚娱乐\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10908\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫廷侯爵\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10909\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"业界精英\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10910\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统快穿\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10911\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"情有独钟\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10912\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"❀                    古代言情                    ❀\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古色古香\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10101\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"布衣生活\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10102\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天作之合\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10103\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫廷侯爵\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10104\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"再世重生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10105\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"架空历史\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10106\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女尊女强\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10107\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"传奇武侠\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10108\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"复仇虐渣\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10109\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"市井人家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10110\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科举朝堂\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10111\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"励志人生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10112\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"❀                    都市青春                    ❀\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"豪门世家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10201\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"业界精英\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10202\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"励志人生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10203\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"婚前婚后\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10204\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市情缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10205\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"破镜重圆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10206\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"近水楼台\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10207\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时代新风\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10208\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天之骄子\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10209\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐星光\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10210\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"欢喜冤家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10211\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"因缘邂逅\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10212\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"校园青春\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10213\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时尚流行\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10214\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"甜心蜜意\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10215\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"情有独钟\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10216\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"❀                    幻想言情                    ❀\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=3\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"再世重生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10301\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越时空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10302\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人生赢家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10303\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时代奇缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10304\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"快穿系统\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10305\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"种田日常\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10306\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻想传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10307\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"豪门世家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10308\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代架空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10309\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神奇能力\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10310\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市异闻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10311\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"升级逆袭\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10312\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"打脸爽文\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10313\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿书攻略\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10314\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"流金年代\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10315\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐时尚\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10316\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"❀                    古代穿越                    ❀\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天作之合\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10401\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女尊女强\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10402\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史穿越\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10403\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"架空穿越\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10404\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"布衣生活\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10405\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫廷侯爵\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10406\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"前世今生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10407\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异世传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10408\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"市井人家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10409\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科举朝堂\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10410\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统快穿\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10411\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"复仇虐渣\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10412\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"❀                    奇幻言情                    ❀\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"东方传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10501\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙侠奇缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10502\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"另类幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10503\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"魔法幻情\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10504\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"修真升级\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10505\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"灵异神怪\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10506\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西方幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10507\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异世穿书\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10508\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异术超能\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10509\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统快穿\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10510\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异闻传说\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10511\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"玄奇幻界\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10512\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"❀                    未来游戏                    ❀\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=7&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=7&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=7&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=8&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=7&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=7&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻世界\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10601\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"星际机甲\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10602\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"末世异世\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10603\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"游戏电竞\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10604\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"未来架空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10605\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异度幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10606\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时空穿梭\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10607\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"悬疑推理\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10608\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"快穿系统\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10609\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无限领域\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10610\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"萌宠灵怪\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10611\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"惊奇档案\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10612\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"❀                    二 次 元                    ❀\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=11\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"东方古风\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11105\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西幻魔幻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11106\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"乙女游戏\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11107\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异界穿书\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11108\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"热血冒险\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11109\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异能超能\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11110\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"经营基建\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11111\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"浪漫情缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11112\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"次元重生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11113\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"偶像育成\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11114\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"竞技社团\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11115\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"新奇幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11116\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"❀                    衍生言情                    ❀\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=12\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 名   著 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11201\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西方罗曼\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11202\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11203\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无限快穿\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11204\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"东方幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11205\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"江湖恩怨\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11206\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐竞技\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11207\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 其 他  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11208\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"❀                    现代纯爱                    ❀\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=15\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"欢喜冤家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10701\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市甜文\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10702\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"再世重生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10703\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代都市\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10704\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"校园青春\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10705\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越时空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10706\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"打脸逆袭\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10707\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"边缘恋曲\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10708\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"业界精英\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10709\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"种田日常\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10710\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"豪门世家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10711\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"励志人生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10712\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"竞技人生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10713\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时尚娱乐\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10714\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"情有独钟\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10715\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"婚前婚后\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10716\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"❀                    幻想纯爱                    ❀\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=43\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无 限 流\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11801\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"末世狂想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11802\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"快穿世界\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11803\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  系 统 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11804\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙侠修真\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11805\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异闻秘术\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11806\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"萌宠频道\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11807\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"边缘幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11808\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐星光\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11809\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"星际日常\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11810\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"重生穿越\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11811\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人生赢家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11812\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻想甜宠\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11813\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"升级爽文\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11814\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奇幻灵异\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11815\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻机甲\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11816\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"❀                    古代纯爱                    ❀\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=16\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫廷将相\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10801\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"布衣生活\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10802\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙侠修真\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10803\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古代幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10804\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"升级逆袭\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10805\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西幻异世\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10806\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"再世重生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10807\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越时空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10808\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻想系统\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10809\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"玄幻灵异\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10810\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天作之合\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10811\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武侠传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10812\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"❀                    衍生纯爱                    ❀\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=21\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"名著传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11001\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"江湖奇缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11002\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无cp其他\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11003\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无CP 轻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11004\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"衍生其他\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11005\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西方罗曼\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11006\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无限快穿\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11007\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无cp次元\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11008\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都 市 轻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11009\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻 想 轻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11010\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"次元热血\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11011\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"次元幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11012\",\"style\":{\"layout_flexGrow\":1}}]",
    "header": "",
    "lastUpdateTime": 1732983144447,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "http://m.jjwxc.net/",
    "respondTime": 2924,
    "ruleBookInfo": {
      "author": "",
      "canReName": "1",
      "coverUrl": "class.noveldefaultimage@src",
      "init": "",
      "intro": "@js:\nli=String(java.getString('@@class.smallreadbody!0@span@text&&class.rightul.0@tag.li.1@text',false)).replace(/\\n/g,'•');\nintro=String(java.getString('@@id.novelintro.0@html',false));\nresult=String(li+'\\n————————————————————'+intro);\na=result.replace(/作品视角/,'◎作品视角').replace(/\\s{2,}/g,'\\n').replace(/立意/,'◎立意').replace(/内容标签/,'    ◎标签').replace(/一句话简介/,'◎短简').replace(/搜索关键字：/,'◎').replace(/ ┃ /g,'\\n◎').replace(/•◎/g,'\\n◎').replace(/：•/,'：').replace(/(?:◎标签：|◎主角：|◎配角：|◎其它：|◎短简：|◎作品视角：)\\n/g,'').replace(/•$/gm,'')\n##手机地址：",
      "kind": "//*[@itemprop=\"updataStatus\"]/text()&&//*[@itemprop=\"genre\"]/text()&&//*[@itemprop=\"updataStatus\"]/font/text()##-##,",
      "lastChapter": "id.oneboolt@tag.tr.-2@tag.span.0@text&&id.oneboolt@tag.tr.-2@tag.td.-1@tag.span@text\n@js:result.replace(/\\n/g,'·').replace(/(.*?)\\[VIP\\]/,'★·$1')",
      "name": "tag.title@text##《(.*?)》##$1###",
      "tocUrl": "",
      "wordCount": "//span[@itemprop=\"wordCount\"]/text()"
    },
    "ruleContent": {
      "content": "class.b module@tag.li.0@textNodes&&class.b module@tag.li.1@textNodes##网友：|评分：|.*分\\｜.{4}",
      "imageStyle": "0",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "@js:if(baseUrl.match(/www/)){\njava.getString(\"@@tag.a.0@text\",false)\n}else{java.getString(\"@@tag.a.1@text\",false)}",
      "bookList": "tbody@tr!0||class.b module@tag.li!-1",
      "bookUrl": "@js:if(baseUrl.match(/www/)){\njava.getString(\"@@tag.a.1@href\",true)\n}else{result=java.getString(\"@@tag.a.0@href\",true);\nif(result.match(/\\/(\\d+)/)){\nvar id=result.match(/\\/(\\d+)/)[1]\nresult=\"http://www.jjwxc.net/onebook.php?novelid=\"+id}\nelse{result=java.getString(\"@@tag.a.0@href\",true);}}",
      "coverUrl": "tag.td.2@a@href||tag.a.1@href@js:result.replace(/.+novelid=/, 'http:\\/\\/i9-static.jjwxc.net\\/novelimage.php?novelid=')",
      "intro": "class.tooltip@rel&&tag.td.1@a@title##<br>|标签：|简介：|size=\"\\d+\"",
      "kind": "{{@@tag.td.4@text}},{{@@tag.td.5@text}},{{@@tag.td.3@text}},{{@@tag.span@text}}##(\\d+)",
      "lastChapter": "tag.td.8@text||tag.td.-1@text",
      "name": "@js:if(baseUrl.match(/www/)){\njava.getString(\"@@tag.a.1@text\",false)\n}else{\na=String(result).match(/有更新/)?'🔥有更新':'';\nString(java.getString(\"@@tag.a.0@text\",false)).replace(/《|》/g,'')+a}",
      "wordCount": "tag.td.-3@text"
    },
    "ruleSearch": {
      "author": "tag.a.0@text",
      "bookList": "@css:tbody tr:lt(5)",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "",
      "intro": "tag.td.2@text",
      "kind": "font@text&&tag.td.3@text&&tag.td.5@text",
      "lastChapter": "<js>\nvar a=String(result).match(/href=\"(onebook.php\\?novelid=\\d+)/)[1];\nvar url=\"http://www.jjwxc.net/\"+a;\norg.jsoup.Jsoup.connect(url).get()</js>\nid.oneboolt@tag.tr.-2@tag.span.0@text##(.*?)\\[VIP\\]##★ • $1",
      "name": "tag.a.1@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "@css:tr[itemprop~=chapter]",
      "chapterName": "tag.font@text&&tag.a.0@text##\\[VIP\\]\\n*##★·",
      "chapterUrl": "tag.a.0@href||tag.a.0@rel\n<js>\nid=result.match(/ovelid=(\\d+)&chapterid=(\\d+)/);\nif(String(chapter.title).indexOf('🔒')>-1){\nresult='https://wap.jjwxc.net/vip/'+id[1]+'/'+id[2]\n}else{\nresult='https://m.jjwxc.net/book2/'+id[1]+'/'+id[2]}\n</js>",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": "tag.td.3@text&&tag.td.2@text&&tag.span.-1@text\n@js:result.replace(/\\n/g,'·').replace(/·/,'字·')"
    },
    "searchUrl": "https://www.jjwxc.net/bookbase.php?searchkeywords={{key}}&page={{page}},{\n  \"charset\": \"gbk\"\n}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "布咕阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.bgwxc.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 648,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"Cookie\":\"user_account=F76A5O7ZdGuH3Ey2Frt34k3p9WBtdKheC3N%2Bk85WDanWB4lQx42C5q136iNFIafAJdQ8ESdj2TBFTB772Djd03teGEtg\"}",
    "lastUpdateTime": 1733700189450,
    "loginUrl": "",
    "respondTime": 2431,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "",
      "init": "",
      "intro": ".txtinfobox@html",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "tocUrl": "class.tabs-menus@tag.a.0@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "class.read-content@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author@text",
      "bookList": "class.res-item",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "img@src",
      "intro": "class.search-alt@html\n<js>result.replace(/(.*)/,' ○○○STORY:\\n$1')</js>",
      "kind": "class.t-row t-row-2@span@text",
      "lastChapter": "class.chapter-span@text",
      "name": "h4@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.chapter-item",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "isVip": "text##(VIP)##$1###",
      "isVolume": ""
    },
    "searchUrl": "http://www.bgwxc.com/module/novel/search.php?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "趣悦小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://vreader.vivo.com.cn/",
    "customButton": false,
    "customOrder": 649,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"男频\",\"url\":\"\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"主题\",\"url\":\"\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"都市\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"都市\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"玄幻\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"武侠\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奇幻\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"奇幻\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"悬疑\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"悬疑\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"灵异\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"仙侠\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"历史\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"科幻\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"游戏\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"同人\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"出版\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"出版\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"情节\",\"url\":\"\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"穿越\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"穿越\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"重生\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"重生\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"乡村\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"乡村\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"系统\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"系统\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"神豪\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"神豪\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校园\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"校园\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"凡人流\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"凡人流\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"鉴宝\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"鉴宝\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"洪荒\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"洪荒\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"末世\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"末世\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"诸天流\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"诸天流\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"签到\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"签到\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"热血\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"热血\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"强者归来\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"强者归来\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"异能\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"异能\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市生活\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"都市生活\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"外卖\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"外卖\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"直播\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"直播\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"聊天群\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"聊天群\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵气复苏\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"灵气复苏\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"无限流\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"无限流\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"美食\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"美食\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}},{\"title\":\"召唤流\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"召唤流\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}},{\"title\":\"角色\",\"url\":\"\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"赘婿\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"赘婿\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"学生\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"重生\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"兵王\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"兵王\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"天骄\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"天骄\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"剑仙\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"剑仙\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙帝\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"仙帝\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玩家\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"玩家\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奶爸\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"奶爸\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"保安\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"保安\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"风流\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"风流\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"扮猪吃虎\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"扮猪吃虎\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"医生\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"医生\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"神医\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"6087874\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675860531433\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"0\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"神医\\\",\\\"size\\\":20,\\\"page\\\":{{page-1}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}},{\"title\":\"女频\",\"url\":\"\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"主题\",\"url\":\"\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"现代言情\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"现代言情\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"豪门总裁\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"豪门总裁\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代言情\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"古代言情\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"幻想言情\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"幻想言情\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宅斗\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"宅斗\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"娱乐圈\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"娱乐圈\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"农女\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"农女\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"虐文\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"虐文\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校园\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"校园\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宫斗\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"宫斗\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"灵异\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"同人\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"情节\",\"url\":\"\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"甜宠\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"甜宠\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"重生\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"重生\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"萌宝\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"萌宝\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"穿越\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女尊女强\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"女尊女强\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"马甲\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"马甲\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"代嫁\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"代嫁\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"快穿\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"快穿\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"隐婚\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"隐婚\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"职场\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"职场\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"师徒\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"师徒\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"错嫁\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"错嫁\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"角色\",\"url\":\"\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"总裁\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"总裁\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"王妃\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"王妃\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"王爷\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"王爷\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"嫡女\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"嫡女\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"神医\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"神医\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"弃妇\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"弃妇\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"庶女\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"庶女\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"将军\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"将军\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"魔君\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"魔君\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女帝\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"女帝\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"鬼王\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"鬼帝\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宫女\",\"url\":\"https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{'method':'POST','body':'{\\\"model\\\":\\\"MI PAD 4\\\",\\\"imei\\\":\\\"123456789012345\\\",\\\"clientVersion\\\":\\\"121020\\\",\\\"elapsedtime\\\":\\\"8889774\\\",\\\"sysver\\\":\\\"\\\",\\\"nt\\\":\\\"wifi\\\",\\\"ver\\\":\\\"121020\\\",\\\"u\\\":\\\"\\\",\\\"pver\\\":\\\"0\\\",\\\"resolution\\\":\\\"1920*1200\\\",\\\"bookVersion\\\":\\\"30800\\\",\\\"vreaderVersion\\\":121020,\\\"pixel\\\":\\\"600\\\",\\\"av\\\":\\\"27\\\",\\\"adrVerName\\\":\\\"8.1.0\\\",\\\"timestamp\\\":\\\"1675863333329\\\",\\\"openudid\\\":\\\"b443cebc6f614746\\\",\\\"udid\\\":\\\"\\\",\\\"channel\\\":\\\"1\\\",\\\"personalRecommend\\\":0,\\\"bookshelfBookIds\\\":[\\\"N1000000000000083458\\\",\\\"N1000000000000122315\\\",\\\"N0600000000003317821\\\"],\\\"bookShelfListenBookIds\\\":[],\\\"packageName\\\":\\\"com.vivo.vreader\\\",\\\"featureValues\\\":\\\"2\\\",\\\"androidId\\\":\\\"b443cebc6f614746\\\",\\\"label\\\":\\\"宫女\\\",\\\"size\\\":20,\\\"page\\\":{{page-0}},\\\"completeStatus\\\":2}'}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; Android 8.1.0; MI PAD 4 Build/OPM1.171019.019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1743555754559,
    "respondTime": 2020,
    "ruleBookInfo": {
      "author": "$.author@put:{bid:bookId}",
      "coverUrl": "$.cover",
      "init": "$.data",
      "intro": "$.description",
      "kind": "{{java.timeFormat(java.getString('$.latestChapterTimestamp'))}}\n{{$.typeLabel}}\n{{$.categoryLabel}}##/##-",
      "lastChapter": "$.latestChapter",
      "name": "$.title",
      "tocUrl": "https://vreader.vivo.com.cn/book/catalogue.do,{'method': 'POST',\n'body': '{\"model\":\"MI PAD 4\",\"imei\":\"\",\"clientVersion\":\"121020\",\"elapsedtime\":\"981277\",\"sysver\":\"\",\"nt\":\"wifi\",\"ver\":\"121020\",\"u\":\"\",\"pver\":\"0\",\"resolution\":\"1920*1200\",\"sessionId\":\"11901470641675854550446\",\"pixel\":\"320\",\"av\":\"27\",\"adrVerName\":\"8.1.0\",\"timestamp\":\"1675855424862\",\"browserSystem\":\"1\",\"browserSubSystem\":\"1\",\"personalRecommend\":\"1\",\"bookVersion\":\"30800\",\"vreaderVersion\":\"121020\",\"packageName\":\"com.vivo.vreader\",\"udid\":\"\",\"openudid\":\"b443cebc6f614746\",\"bookshelfBookIds\":[],\"bookShelfListenBookIds\":[],\"featureValues\":\"2\",\"bookId\":\"{{$.bookId}}\"}'\n}",
      "wordCount": "$.wordCount"
    },
    "ruleContent": {
      "content": "$..content"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$..bookList[*]",
      "bookUrl": "https://vreader.vivo.com.cn/book/detail.do,{'method': 'POST',\n'body': '{\"model\":\"MI PAD 4\",\"imei\":\"\",\"clientVersion\":\"121020\",\"elapsedtime\":\"980289\",\"sysver\":\"\",\"nt\":\"wifi\",\"ver\":\"121020\",\"u\":\"\",\"pver\":\"0\",\"resolution\":\"1920*1200\",\"sessionId\":\"11901470641675854550446\",\"pixel\":\"320\",\"av\":\"27\",\"adrVerName\":\"8.1.0\",\"timestamp\":\"1675855423873\",\"browserSystem\":\"1\",\"browserSubSystem\":\"1\",\"personalRecommend\":\"1\",\"bookVersion\":\"30800\",\"vreaderVersion\":\"121020\",\"packageName\":\"com.vivo.vreader\",\"udid\":\"\",\"openudid\":\"b443cebc6f614746\",\"bookshelfBookIds\":[],\"bookShelfListenBookIds\":[],\"featureValues\":\"2\",\"bookId\":\"{{$.bookId}}\",\"order\":1}'\n}",
      "checkKeyWord": "",
      "coverUrl": "$.cover",
      "intro": "$.description",
      "kind": "{{$.typeLabel}}\n{{$.categoryLabel}}",
      "lastChapter": "",
      "name": "$.title",
      "wordCount": "$.wordCount"
    },
    "ruleToc": {
      "chapterList": "$.data[*]",
      "chapterName": "$.title",
      "chapterUrl": "https://vreader.vivo.com.cn/book/chapter/content.do,{'method': 'POST',\n'body': '{\"model\":\"MI PAD 4\",\"imei\":\"\",\"clientVersion\":\"121020\",\"elapsedtime\":\"981290\",\"sysver\":\"\",\"nt\":\"wifi\",\"ver\":\"121020\",\"u\":\"\",\"pver\":\"0\",\"resolution\":\"1920*1200\",\"sessionId\":\"11901470641675854550446\",\"pixel\":\"320\",\"av\":\"27\",\"adrVerName\":\"8.1.0\",\"timestamp\":\"1675855424879\",\"browserSystem\":\"1\",\"browserSubSystem\":\"1\",\"personalRecommend\":\"1\",\"bookVersion\":\"30800\",\"vreaderVersion\":\"121020\",\"packageName\":\"com.vivo.vreader\",\"udid\":\"\",\"openudid\":\"b443cebc6f614746\",\"bookshelfBookIds\":[],\"bookShelfListenBookIds\":[],\"featureValues\":\"2\",\"bookId\":\"@get:{bid}\",\"order\":\"{{$.order}}\"}'\n}",
      "updateTime": "字数::{{$.wordCount}}"
    },
    "searchUrl": "https://vreader.vivo.com.cn/book/search.do,{'method': 'POST',\n'body': '{\"model\":\"MI PAD 4\",\"imei\":\"123456789012345\",\"clientVersion\":\"121020\",\"elapsedtime\":\"343343\",\"sysver\":\"\",\"nt\":\"wifi\",\"ver\":\"121020\",\"u\":\"\",\"pver\":\"0\",\"resolution\":\"1920*1200\",\"bookVersion\":\"30800\",\"vreaderVersion\":121020,\"pixel\":\"320\",\"av\":\"27\",\"adrVerName\":\"8.1.0\",\"timestamp\":\"1675854786926\",\"openudid\":\"b443cebc6f614746\",\"udid\":\"\",\"channel\":\"0\",\"personalRecommend\":1,\"bookshelfBookIds\":[],\"bookShelfListenBookIds\":[],\"packageName\":\"com.vivo.vreader\",\"featureValues\":\"2\",\"androidId\":\"b443cebc6f614746\",\"page\":0,\"size\":20,\"keyword\":\"{{key}}\",\"tab\":0}'\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "QQ阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "https://ubook.reader.qq.com",
    "customButton": false,
    "customOrder": 650,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1733283842305,
    "loginUrl": "https://passport.yuewen.com/login.html?appid=1450000221&areaid=1&logintype=4&tabshow=1100&auto=0&ticket=1&returnurl=https://ubook.reader.qq.com/loginSuccess?returnUrl=https%3A%2F%2Fubook.reader.qq.com%2F",
    "respondTime": 6418,
    "ruleBookInfo": {
      "author": "a.author@text",
      "coverUrl": "img@src",
      "intro": "p.detail-x__detail-content@text",
      "kind": "a.detail-x__header-detail__category@text",
      "lastChapter": "li.detail-x__catalogue-list@text",
      "name": "h2@text",
      "tocUrl": "a.detail-x__catalogue-entry@href##.*/book-chapter/(\\d+)##https://ubook.reader.qq.com/api/book/chapter-list?bid=$1",
      "wordCount": "p.detail-x__header-detail__line:nth-of-type(1) span@text"
    },
    "ruleContent": {
      "content": ".chapter-content@p@text"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author",
      "bookList": ".books[*]",
      "bookUrl": "$.id##(\\d+)##https://ubook.reader.qq.com/book-detail/$1##",
      "coverUrl": ".cover",
      "intro": ".intro",
      "kind": ".shortName",
      "name": ".title",
      "wordCount": ".totalWords"
    },
    "ruleToc": {
      "chapterList": "$..chapters[*]",
      "chapterName": "$.title",
      "chapterUrl": "@js:var bid = baseUrl.match(/\\d+/);\njava.put('bid', bid);\n'https://ubook.reader.qq.com/book-read/'+bid+'/{{$.seq}}'"
    },
    "searchUrl": "https://ubook.reader.qq.com/api/search?keywords={{key}}&pageIndex={{page}}&pageSize=20&bookType=1&categoryid=0&sorted=0",
    "weight": 0
  },
  {
    "bookSourceComment": "20230902修复网址:http://www.xuanshu.org\n需要代理访问",
    "bookSourceGroup": "免费",
    "bookSourceName": "选书网吧",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.ixuanshu.net/",
    "bookUrlPattern": "https?://www\\.xuanshu\\.net(/html)?/book/\\d+/?",
    "customButton": false,
    "customOrder": 651,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻魔法\",\"url\":\"http://www.xuanshu.org/sort1/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"武侠修真\",\"url\":\"http://www.xuanshu.org/sort2/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"都市言情\",\"url\":\"http://www.xuanshu.org/sort3/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"历史军事\",\"url\":\"http://www.xuanshu.org/sort4/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"侦探推理\",\"url\":\"http://www.xuanshu.org/sort5/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"网游动漫\",\"url\":\"http://www.xuanshu.org/sort6/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"科幻小说\",\"url\":\"http://www.xuanshu.org/sort7/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"恐怖灵异\",\"url\":\"http://www.xuanshu.org/sort8/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"综合其他\",\"url\":\"http://www.xuanshu.org/sort9/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}}]",
    "header": "",
    "lastUpdateTime": 1721360087949,
    "loginUrl": "",
    "respondTime": 4101,
    "ruleBookInfo": {
      "author": "class.info_des@tag.dl.0@text##作者：",
      "coverUrl": "class.tupian@tag.img@src",
      "init": "",
      "intro": "class.intro@text",
      "kind": "id.info.0@tag.a.1@text&&\nclass.info_des@tag.dl.2@text##最后更新：",
      "lastChapter": "class.info_des@tag.dl.3@tag.a@text",
      "name": "class.info_des@tag.h1@text",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content1@html##最新网址.*net",
      "nextContentUrl": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.zuozhe@text",
      "bookList": "class.zuixin@tag.li!0",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.xuanshu.org/tupian/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": "",
      "kind": "class.lei@text##\\[|\\]",
      "lastChapter": "tag.a.1@text",
      "name": "tag.a.0@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "id.content@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a.0@href",
      "coverUrl": "tag.td.0@tag.a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.xuanshu.org/tupian/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": "",
      "kind": "tag.td.3@text",
      "lastChapter": "tag.td.1@a@text",
      "name": "tag.td.0@tag.a.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.pc_list@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://www.xuanshu.org/search.php,{\n\"method\": \"POST\",\n\"body\": \"searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "万层中文",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.oneceng.com",
    "customButton": false,
    "customOrder": 652,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"作品分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"全部\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"都市异能\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_1_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑灵异\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_2_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_3_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"仙侠修真\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_4_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"军事历史\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_5_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"游戏竞技\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_6_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻未来\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_7_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代言情\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_8_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代言情\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_9_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"灵异惊悚\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_10_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"仙侠情缘\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_11_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"浪漫青春\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_12_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"幻想言情\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_13_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"耽美同人\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_14_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"书名首字母\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"不限\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"[A]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_A_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[B]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_B_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[C]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_C_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[D]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_D_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[E]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_E_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[F]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_F_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[G]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_G_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[H]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_H_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[I]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_I_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[J]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_J_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[K]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_K_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[L]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_L_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[M]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_M_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[N]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_N_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[O]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_O_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[P]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_P_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[Q]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_Q_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[R]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_R_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[S]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_S_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[T]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_T_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[U]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_U_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[V]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_V_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[W]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_W_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[X]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_X_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[Y]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_Y_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"[Z]\",\"url\":\"http://www.oneceng.com/shuku/lastupdate_0_0_0_0_Z_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}\n]",
    "lastUpdateTime": 1733520270546,
    "respondTime": 6996,
    "ruleBookInfo": {
      "author": "span a@text",
      "coverUrl": "a img@src",
      "intro": ".tabvalue td@text&&.tabvalue div@text",
      "kind": "td[width]:nth-of-type(1)@text",
      "lastChapter": "div.title@text",
      "name": ".divbox > div > div > span:nth-of-type(1)@text",
      "tocUrl": "a.catalogbtn@href"
    },
    "ruleContent": {
      "content": "div.acontent@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": "td:nth-of-type(3)@text",
      "bookList": "#jieqi_page_contents tr",
      "bookUrl": "a.pop@href",
      "coverUrl": "a.pop@href<js>java.ajax(result)</js>a img@src",
      "kind": "td:nth-of-type(6)@text",
      "lastChapter": "#jieqi_page_contents td:nth-of-type(2) a@text",
      "name": "a.pop@text",
      "wordCount": "td:nth-of-type(4)@text"
    },
    "ruleSearch": {
      "author": "div.c_tag:nth-of-type(2) a@text",
      "bookList": "div.c_row",
      "bookUrl": ".c_subject a@href",
      "checkKeyWord": "我的",
      "coverUrl": "a img@src",
      "intro": "div.c_description@text",
      "kind": "div.c_tag:nth-of-type(2) span:nth-of-type(4)@text&&span:nth-of-type(n+7)@text",
      "lastChapter": "div:nth-of-type(4) .c_value a@text",
      "name": ".c_subject a@text",
      "wordCount": "span:nth-of-type(6)@text"
    },
    "ruleToc": {
      "chapterList": "dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.oneceng.com/modules/article/search.php,{\n\"method\":\"POST\",\n\"charset\":\"GBK\",\n\"body\":\"searchtype=articlename&searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "飞卢小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://tongren.faloo.com#",
    "customButton": false,
    "customOrder": 653,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36",
    "lastUpdateTime": 1733241882565,
    "respondTime": 418,
    "ruleBookInfo": {
      "author": ".ni_10 > a@text",
      "coverUrl": ".ni_5 img@src",
      "intro": "#con_tab11_box1 > .a_666@text",
      "kind": ".a_666:nth-child(1) > .a_666@text",
      "lastChapter": "#con_tab11_box3 > h1@text",
      "name": ".a_24b@h1@text"
    },
    "ruleContent": {
      "content": ".noveContent@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.a.2@text",
      "bookList": "class.l_main1@class.l_bar",
      "bookUrl": "tag.a.0@href",
      "checkKeyWord": "我的",
      "coverUrl": "class.l_pic@tag.img@src",
      "intro": "class.a_333@tag.a.0@text",
      "kind": "tag.a.3@text",
      "lastChapter": "class.l_nn@tag.a@text",
      "name": "tag.h1.0@text"
    },
    "ruleToc": {
      "chapterList": "class.ni_list@tag.td",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/r/0/1.html?t=1&k={{key}},{\"charset\": \"gb2312\"}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "手机小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.shoujixs.net/",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 654,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻\",\"url\":\"/xhqh_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/wx_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"仙侠\",\"url\":\"/xx_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/ds_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"军事\",\"url\":\"/js_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/ls_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"游戏\",\"url\":\"/yxty_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/kh_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"灵异\",\"url\":\"/ly_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"二次\",\"url\":\"/ecy_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/yq_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "header": "",
    "lastUpdateTime": 1734981433830,
    "loginCheckJs": "",
    "loginUrl": "",
    "respondTime": 13951,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "#shojixsinto p.0@html",
      "kind": "[property~=category|status|update_time]@content##小说|\\s.*",
      "lastChapter": "[property$=latest_chapter_name]@content||.shoujixsml1@#mulujieshao@#muluzuoceh@p.2@a@text",
      "name": "[property$=book_name]@content",
      "wordCount": "##字数.([^<]+)##$1###"
    },
    "ruleContent": {
      "content": "#zjny@html"
    },
    "ruleExplore": {
      "author": ".s5@text",
      "bookList": ".shoujixsl li",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##https://images.shoujixs.net/$2/$1/$1s.jpg###",
      "intro": "",
      "kind": "",
      "lastChapter": "a.1@text",
      "name": "a.0@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "p.1@text##.*作者.",
      "bookList": ".hot_sale",
      "bookUrl": "a@href##^##https://www.shoujixs.net",
      "checkKeyWord": "",
      "coverUrl": "a@href##.+\\D((\\d+)\\d{3})\\D##https://images.shoujixs.net/$2/$1/$1s.jpg###",
      "intro": "",
      "kind": "p.1:2@text##\\s.*",
      "lastChapter": "p.2@text##.*更新.",
      "name": "p.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "#lbks@dl@dd!0:1:2:3:4:5:6:7@a",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "https://wap.shoujixs.net/s.php,{\n  \"charset\": \"utf-8\",\n  \"method\": \"post\",\n  \"body\": \"keyword={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "安轻小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://minipapi.sfacg.com#",
    "customButton": false,
    "customOrder": 655,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "魔幻::https://api.sfacg.com/novels/21/sysTags/novels?sort=latest&systagids=&isfree=both&isfinish=both&updatedays=-1&charcountbegin=0&charcountend=0&page={{page - 1}}&size=20&expand=typeName,tags,discount,discountExpireDate\n玄幻::https://api.sfacg.com/novels/22/sysTags/novels?sort=latest&systagids=&isfree=both&isfinish=both&updatedays=-1&charcountbegin=0&charcountend=0&page={{page - 1}}&size=20&expand=typeName,tags,discount,discountExpireDate\n古风::https://api.sfacg.com/novels/23/sysTags/novels?sort=latest&systagids=&isfree=both&isfinish=both&updatedays=-1&charcountbegin=0&charcountend=0&page={{page - 1}}&size=20&expand=typeName,tags,discount,discountExpireDate\n科幻::https://api.sfacg.com/novels/24/sysTags/novels?sort=latest&systagids=&isfree=both&isfinish=both&updatedays=-1&charcountbegin=0&charcountend=0&page={{page - 1}}&size=20&expand=typeName,tags,discount,discountExpireDate\n校园::https://api.sfacg.com/novels/25/sysTags/novels?sort=latest&systagids=&isfree=both&isfinish=both&updatedays=-1&charcountbegin=0&charcountend=0&page={{page - 1}}&size=20&expand=typeName,tags,discount,discountExpireDate\n都市::https://api.sfacg.com/novels/26/sysTags/novels?sort=latest&systagids=&isfree=both&isfinish=both&updatedays=-1&charcountbegin=0&charcountend=0&page={{page - 1}}&size=20&expand=typeName,tags,discount,discountExpireDate\n游戏::https://api.sfacg.com/novels/27/sysTags/novels?sort=latest&systagids=&isfree=both&isfinish=both&updatedays=-1&charcountbegin=0&charcountend=0&page={{page - 1}}&size=20&expand=typeName,tags,discount,discountExpireDate\n悬疑::https://api.sfacg.com/novels/28/sysTags/novels?sort=latest&systagids=&isfree=both&isfinish=both&updatedays=-1&charcountbegin=0&charcountend=0&page={{page - 1}}&size=20&expand=typeName,tags,discount,discountExpireDate",
    "header": "{\n\"content-type\": \"application/json\",\n\"sf-minip-info\": \"minip_novel/1.0.70(android;10)/wxmp\",\n\"authorization\": \"Basic YW5kcm9pZHVzZXI6MWEjJDUxLXl0Njk7KkFjdkBxeHE=\"\n}",
    "lastUpdateTime": 1734779890266,
    "respondTime": 1596,
    "ruleBookInfo": {
      "author": "$.data.authorName",
      "coverUrl": "$.data.novelCover",
      "intro": "$.data.expand.intro",
      "kind": "$.data.typeName",
      "lastChapter": "$.data.expand.latestChapter.title",
      "name": "$.data.novelName",
      "tocUrl": "https://minipapi.sfacg.com/pas/mpapi/novels/{{$.data.novelId}}/dirs",
      "wordCount": "$.data.charCount"
    },
    "ruleContent": {
      "content": "$.data.expand.content",
      "imageStyle": "",
      "replaceRegex": "",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "$.authorName",
      "bookList": "$.data",
      "bookUrl": "https://minipapi.sfacg.com/pas/mpapi/novels/{{$.novelId}}?expand=latestchapter,chapterCount,typeName,intro,fav,ticket,pointCount,tags,sysTags,signlevel,discount,discountExpireDate,totalNeedFireMoney,originTotalNeedFireMoney",
      "coverUrl": "$.novelCover",
      "kind": "$.expand.typeName",
      "name": "$.novelName",
      "wordCount": "$.charCount"
    },
    "ruleSearch": {
      "author": "$.AuthorName",
      "bookList": "$.Novels",
      "bookUrl": "https://minipapi.sfacg.com/pas/mpapi/novels/{{$.NovelID}}?expand=latestchapter,chapterCount,typeName,intro,fav,ticket,pointCount,tags,sysTags,signlevel,discount,discountExpireDate,totalNeedFireMoney,originTotalNeedFireMoney",
      "coverUrl": "https://rs.sfacg.com/web/novel/images/NovelCover/Big/{{$.NovelCover}}",
      "kind": "$.TypeName",
      "name": "$.NovelName"
    },
    "ruleToc": {
      "chapterList": "$.data.volumeList[*].chapterList[*]",
      "chapterName": "$.title",
      "chapterUrl": "https://minipapi.sfacg.com/pas/mpapi/Chaps/{{$.chapId}}?expand=content,needFireMoney,originNeedFireMoney,tsukkomi&autoOrder=false",
      "isVip": "$.isVip",
      "updateTime": "$.updateTime"
    },
    "searchUrl": "https://m.sfacg.com/API/HTML5.ashx?op=search&keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "--未月十八小改\n有缺字，仅做榜单，阅读换源“晋江🔸阅读”",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "晋江详榜（发现）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.jjwxc.net#未月十八小改",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 656,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"✿                      总   榜                     ✿\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 驻 站 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=19&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 字 数 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=8&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 长 生 殿 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=9&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=3&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=5&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=4&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=6&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 总 分 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=7&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"霸王票榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=13&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"勤奋指数 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=15&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"栽培月榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=18&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"千字金榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=21&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完结高分 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=20&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古言完结 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现言完结 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=8\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"衍言完结 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=13\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无CP完结\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=46\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"衍生完结 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=21&str=26\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                     无   c p                     ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=18\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 完 结 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=40\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                     百     合                     ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=17\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"重来一次 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10901\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奇幻异闻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10902\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"架空历史\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10903\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越时空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10904\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻想未来\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10905\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市情缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10906\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天赐良缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10907\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时尚娱乐\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10908\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫廷侯爵\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10909\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"业界精英\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10910\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统快穿\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10911\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"情有独钟\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10912\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    古代言情                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古色古香\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10101\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"布衣生活\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10102\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天作之合\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10103\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫廷侯爵\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10104\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"再世重生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10105\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"架空历史\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10106\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女尊女强\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10107\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"传奇武侠\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10108\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"复仇虐渣\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10109\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"市井人家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10110\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科举朝堂\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10111\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"励志人生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10112\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    都市青春                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"豪门世家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10201\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"业界精英\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10202\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"励志人生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10203\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"婚前婚后\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10204\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市情缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10205\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"破镜重圆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10206\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"近水楼台\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10207\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时代新风\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10208\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天之骄子\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10209\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐星光\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10210\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"欢喜冤家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10211\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"因缘邂逅\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10212\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"校园青春\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10213\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时尚流行\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10214\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"甜心蜜意\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10215\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"情有独钟\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10216\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    幻想言情                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=3\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"再世重生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10301\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越时空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10302\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人生赢家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10303\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时代奇缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10304\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"快穿系统\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10305\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"种田日常\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10306\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻想传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10307\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"豪门世家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10308\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代架空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10309\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神奇能力\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10310\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市异闻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10311\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"升级逆袭\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10312\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"打脸爽文\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10313\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿书攻略\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10314\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"流金年代\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10315\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐时尚\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10316\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    古代穿越                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天作之合\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10401\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女尊女强\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10402\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史穿越\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10403\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"架空穿越\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10404\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"布衣生活\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10405\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫廷侯爵\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10406\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"前世今生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10407\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异世传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10408\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"市井人家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10409\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科举朝堂\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10410\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统快穿\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10411\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"复仇虐渣\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10412\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    奇幻言情                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"东方传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10501\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙侠奇缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10502\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"另类幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10503\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"魔法幻情\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10504\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"修真升级\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10505\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"灵异神怪\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10506\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西方幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10507\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异世穿书\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10508\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异术超能\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10509\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统快穿\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10510\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异闻传说\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10511\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"玄奇幻界\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10512\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    未来游戏                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=7&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=7&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=7&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=8&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=7&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=7&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻世界\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10601\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"星际机甲\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10602\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"末世异世\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10603\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"游戏电竞\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10604\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"未来架空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10605\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异度幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10606\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时空穿梭\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10607\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"悬疑推理\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10608\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"快穿系统\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10609\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无限领域\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10610\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"萌宠灵怪\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10611\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"惊奇档案\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10612\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    二 次 元                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=11\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"东方古风\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11105\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西幻魔幻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11106\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"乙女游戏\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11107\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异界穿书\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11108\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"热血冒险\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11109\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异能超能\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11110\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"经营基建\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11111\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"浪漫情缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11112\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"次元重生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11113\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"偶像育成\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11114\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"竞技社团\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11115\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"新奇幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11116\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    衍生言情                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=12\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 名   著 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11201\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西方罗曼\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11202\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11203\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无限快穿\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11204\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"东方幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11205\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"江湖恩怨\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11206\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐竞技\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11207\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 其 他  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11208\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    现代纯爱                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=15\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"欢喜冤家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10701\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市甜文\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10702\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"再世重生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10703\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代都市\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10704\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"校园青春\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10705\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越时空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10706\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"打脸逆袭\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10707\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"边缘恋曲\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10708\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"业界精英\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10709\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"种田日常\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10710\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"豪门世家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10711\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"励志人生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10712\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"竞技人生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10713\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时尚娱乐\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10714\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"情有独钟\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10715\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"婚前婚后\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10716\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    幻想纯爱                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=43\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无 限 流\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11801\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"末世狂想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11802\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"快穿世界\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11803\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  系 统 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11804\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙侠修真\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11805\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异闻秘术\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11806\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"萌宠频道\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11807\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"边缘幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11808\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐星光\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11809\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"星际日常\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11810\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"重生穿越\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11811\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人生赢家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11812\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻想甜宠\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11813\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"升级爽文\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11814\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奇幻灵异\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11815\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻机甲\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11816\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    古代纯爱                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=16\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫廷将相\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10801\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"布衣生活\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10802\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙侠修真\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10803\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古代幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10804\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"升级逆袭\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10805\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西幻异世\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10806\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"再世重生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10807\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越时空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10808\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻想系统\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10809\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"玄幻灵异\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10810\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天作之合\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10811\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武侠传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10812\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    衍生纯爱                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=21\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"名著传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11001\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"江湖奇缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11002\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无cp其他\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11003\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无CP 轻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11004\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"衍生其他\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11005\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西方罗曼\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11006\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无限快穿\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11007\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无cp次元\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11008\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都 市 轻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11009\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻 想 轻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11010\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"次元热血\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11011\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"次元幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11012\",\"style\":{\"layout_flexGrow\":1}}]",
    "header": "",
    "lastUpdateTime": 1735059008148,
    "loginUrl": "",
    "respondTime": 1084,
    "ruleBookInfo": {
      "canReName": "1",
      "coverUrl": "class.noveldefaultimage@src",
      "intro": "@js:\nli=String(java.getString('@@class.smallreadbody!0@span@text&&class.rightul.0@tag.li.1@text',false)).replace(/\\n/g,'•');\nintro=String(java.getString('@@id.novelintro.0@html',false));\nresult=String(li+'\\n————————————————————'+intro);\na=result.replace(/作品视角/,'◎作品视角').replace(/\\s{2,}/g,'\\n').replace(/立意/,'◎立意').replace(/内容标签/,'    ◎标签').replace(/一句话简介/,'◎短简').replace(/搜索关键字：/,'◎').replace(/ ┃ /g,'\\n◎').replace(/•◎/g,'\\n◎').replace(/：•/,'：').replace(/(?:◎标签：|◎主角：|◎配角：|◎其它：|◎短简：|◎作品视角：)\\n/g,'').replace(/•$/gm,'')\n##手机地址：",
      "kind": "//*[@itemprop=\"updataStatus\"]/text()&&//*[@itemprop=\"genre\"]/text()&&//*[@itemprop=\"updataStatus\"]/font/text()##-##,",
      "lastChapter": "id.oneboolt@tag.tr.-2@tag.span.0@text&&id.oneboolt@tag.tr.-2@tag.td.-1@tag.span@text\n@js:result.replace(/\\n/g,'·').replace(/(.*?)\\[VIP\\]/,'🔒$1')",
      "name": "tag.title@text##《(.*?)》##$1###",
      "wordCount": "//span[@itemprop=\"wordCount\"]/text()"
    },
    "ruleContent": {
      "content": "class.b module@tag.li.0@textNodes&&class.b module@tag.li.1@textNodes##网友：|评分：|.*分\\｜.{4}",
      "imageStyle": "0",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "@js:if(baseUrl.match(/www/)){\njava.getString(\"@@tag.a.0@text\",false)\n}else{java.getString(\"@@tag.a.1@text\",false)}",
      "bookList": "tbody@tr!0||class.b module@tag.li!-1",
      "bookUrl": "@js:if(baseUrl.match(/www/)){\njava.getString(\"@@tag.a.1@href\",true)\n}else{result=java.getString(\"@@tag.a.0@href\",true);\nif(result.match(/\\/(\\d+)/)){\nvar id=result.match(/\\/(\\d+)/)[1]\nresult=\"http://www.jjwxc.net/onebook.php?novelid=\"+id}\nelse{result=java.getString(\"@@tag.a.0@href\",true);}}",
      "coverUrl": "tag.td.2@a@href||tag.a.1@href@js:result.replace(/.+novelid=/, 'http:\\/\\/i9-static.jjwxc.net\\/novelimage.php?novelid=')",
      "intro": "class.tooltip@rel&&tag.td.1@a@title##<br>|标签：|简介：|size=\"\\d+\"",
      "kind": "{{@@tag.td.4@text}},{{@@tag.td.5@text}},{{@@tag.td.3@text}},{{@@tag.span@text}}##(\\d+)",
      "lastChapter": "tag.td.8@text||tag.td.-1@text",
      "name": "@js:if(baseUrl.match(/www/)){\njava.getString(\"@@tag.a.1@text\",false)\n}else{\na=String(result).match(/有更新/)?'🔥有更新':'';\nString(java.getString(\"@@tag.a.0@text\",false)).replace(/《|》/g,'')+a}",
      "wordCount": "tag.td.-3@text"
    },
    "ruleSearch": {
      "author": "tag.a.0@text",
      "bookList": "@css:tbody tr:lt(5)",
      "bookUrl": "tag.a.1@href",
      "intro": "tag.td.2@text",
      "kind": "font@text&&tag.td.3@text&&tag.td.5@text",
      "lastChapter": "<js>\nvar a=String(result).match(/href=\"(onebook.php\\?novelid=\\d+)/)[1];\nvar url=\"http://www.jjwxc.net/\"+a;\norg.jsoup.Jsoup.connect(url).get()</js>\nid.oneboolt@tag.tr.-2@tag.span.0@text##(.*?)\\[VIP\\]##🔒$1",
      "name": "tag.a.1@text"
    },
    "ruleToc": {
      "chapterList": "@css:tr[itemprop~=chapter]",
      "chapterName": "tag.font@text&&tag.a.0@text##\\[VIP\\]\\n*##🔒 ",
      "chapterUrl": "tag.a.0@href||tag.a.0@rel\n<js>\nid=result.match(/ovelid=(\\d+)&chapterid=(\\d+)/);\nif(String(chapter.title).indexOf('🔒 ')>-1){\nresult='https://wap.jjwxc.net/vip/'+id[1]+'/'+id[2]\n}else{\nresult='https://m.jjwxc.net/book2/'+id[1]+'/'+id[2]}\n</js>",
      "isVip": "",
      "updateTime": "tag.td.3@text&&tag.td.2@text&&tag.span.-1@text\n@js:result.replace(/\\n/g,'·').replace(/·/,'字·')"
    },
    "searchUrl": "https://www.jjwxc.net/bookbase.php?searchkeywords={{key}}&page={{page}},{\n  \"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "潇湘书院",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.xxsy.net/",
    "bookUrlPattern": "https://www.xxsy.net/book/\\d+",
    "customButton": false,
    "customOrder": 657,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\": \"💮                  分类                  💮\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"古代言情\",\"url\": \"/category/1.html\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"现代言情\",\"url\": \"/category/2.html\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"玄幻仙侠\",\"url\": \"/category/3.html\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"浪漫青春\",\"url\": \"/category/6.html\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"悬       疑\",\"url\": \"/category/5.html\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"改编频道\",\"url\": \"/ip.html\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"男生频道\",\"url\": \"/search?channel=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"💮                  排行榜                  💮\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"潇湘票榜\",\"url\": \"/rank/xxyuepiao\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"新书榜\",\"url\": \"/rank/new\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"畅销榜\",\"url\": \"/rank/bestsales\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"完结榜\",\"url\": \"/rank/finish\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"阅读榜\",\"url\": \"/rank/reading\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"收藏榜\",\"url\": \"/rank/collections\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}}\n]",
    "header": "{\n\"user-agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36\",\n\"Accept-Language\": \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7,\n\"Referer\": \"https://www.xxsy.net/\",\n\"Host\": \"www.xxsy.net\"\njava.getCookie(\"https://www.xxsy.net/\", null) => userid=1234;pwd=adbcdjava.getCookie(\"https://www.xxsy.net/\", \"userid\") => 123\n}",
    "lastUpdateTime": 1753975379451,
    "loginUi": "",
    "loginUrl": "https://www.xxsypro.com/personal",
    "respondTime": 3523,
    "ruleBookInfo": {
      "author": "@get:{B}##[文\\ / ]*",
      "coverUrl": "@get:{G}",
      "init": "@put:{\nA:\"class.title@h1@text\",\nB:\"class.title@span@text\",\nC:\"class.sub-cols@span!-1@text&&class.sub-tags@text\",\nD:\"class.sub-data@span@text\",\nE:\"class.sub-newest@p.1@a@text\",\nF:\"id.book_intro@text\",\nG:\"class.book-cover.0@img.0@src\",\nH:\"class.box-hd click-hd@h3@a@href\"\n}",
      "intro": "@get:{F}",
      "kind": "@get:{C}##类别：",
      "lastChapter": "@get:{E}",
      "name": "@get:{A}",
      "tocUrl": "@get:{H}",
      "wordCount": "@get:{D}"
    },
    "ruleContent": {
      "content": "id.content@p@text||id.content@html",
      "nextContentUrl": "text.下一章@href"
    },
    "ruleExplore": {
      "author": "class.info@p.0@text||dt@p.0@text##[ \\/ 著文]*|[·\\d+].*",
      "bookList": "class.book-list cl@li&&class.book-show@dt&&class.unusual-list cl@li&&class.seria-box@a&&class.flex flex-wrap relative@a",
      "bookUrl": "li@a@href||dt@a@href||class.seria-box@a@href||class.flex@href",
      "coverUrl": "img@data-src||class.book@img@src||class.book-cover@img@src",
      "intro": "class.info@p.1@text||dt@p.1@text||class.row2@text",
      "kind": "class.row1@text",
      "name": "class.info@h4@text||dt@h4@text||class.text-t34@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "class.subtitle@a.0@text##[\\ ]*",
      "bookList": "class.result-list@ul@li",
      "bookUrl": "li@a@href",
      "checkKeyWord": "簪星",
      "coverUrl": "img@src",
      "intro": "class.info@p.0@text",
      "kind": "{{@@class.subtitle@text}}##{{@@class.subtitle@a.0@text}}",
      "name": "class.info@h4@a.0@text",
      "wordCount": "class.info@p.1@text"
    },
    "ruleToc": {
      "chapterList": "class.works-main cl@class.profile-main@ul@li",
      "chapterName": "li@text",
      "chapterUrl": "li@a@href"
    },
    "searchUrl": "https://www.xxsy.net/search/{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "--未月十八二次排版",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "晋江详榜",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.jjwxc.net/##分类标签#未月十八二次排版",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 658,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"☆                      榜   单                     ☆\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 驻 站 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=19&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 字 数 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=8&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 长 生 殿 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=9&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=3&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=5&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=4&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=6&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 总 分 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=7&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"霸王票榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=13&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"勤奋指数 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=15&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"栽培月榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=18&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"千字金榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=21&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完结高分 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=20&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古言完结 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现言完结 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=8\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"衍言完结 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=13\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无CP完结\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=46\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"衍生完结 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=21&str=26\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                     无   c p                     ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=18\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 完 结 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=40\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                     百     合                     ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=17\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"重来一次 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10901\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奇幻异闻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10902\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"架空历史\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10903\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越时空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10904\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻想未来\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10905\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市情缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10906\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天赐良缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10907\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时尚娱乐\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10908\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫廷侯爵\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10909\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"业界精英\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10910\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统快穿\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10911\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"情有独钟\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10912\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    古代言情                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古色古香\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10101\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"布衣生活\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10102\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天作之合\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10103\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫廷侯爵\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10104\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"再世重生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10105\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"架空历史\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10106\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女尊女强\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10107\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"传奇武侠\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10108\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"复仇虐渣\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10109\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"市井人家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10110\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科举朝堂\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10111\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"励志人生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10112\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    都市青春                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"豪门世家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10201\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"业界精英\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10202\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"励志人生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10203\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"婚前婚后\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10204\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市情缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10205\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"破镜重圆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10206\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"近水楼台\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10207\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时代新风\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10208\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天之骄子\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10209\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐星光\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10210\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"欢喜冤家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10211\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"因缘邂逅\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10212\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"校园青春\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10213\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时尚流行\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10214\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"甜心蜜意\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10215\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"情有独钟\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10216\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    幻想言情                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=3\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"再世重生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10301\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越时空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10302\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人生赢家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10303\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时代奇缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10304\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"快穿系统\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10305\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"种田日常\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10306\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻想传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10307\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"豪门世家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10308\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代架空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10309\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神奇能力\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10310\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市异闻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10311\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"升级逆袭\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10312\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"打脸爽文\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10313\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿书攻略\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10314\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"流金年代\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10315\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐时尚\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10316\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    古代穿越                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天作之合\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10401\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女尊女强\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10402\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史穿越\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10403\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"架空穿越\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10404\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"布衣生活\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10405\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫廷侯爵\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10406\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"前世今生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10407\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异世传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10408\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"市井人家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10409\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科举朝堂\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10410\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统快穿\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10411\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"复仇虐渣\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10412\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    奇幻言情                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"东方传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10501\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙侠奇缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10502\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"另类幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10503\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"魔法幻情\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10504\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"修真升级\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10505\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"灵异神怪\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10506\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西方幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10507\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异世穿书\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10508\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异术超能\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10509\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统快穿\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10510\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异闻传说\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10511\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"玄奇幻界\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10512\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    未来游戏                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=7&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=7&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=7&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=8&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=7&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=7&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻世界\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10601\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"星际机甲\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10602\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"末世异世\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10603\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"游戏电竞\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10604\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"未来架空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10605\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异度幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10606\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时空穿梭\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10607\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"悬疑推理\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10608\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"快穿系统\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10609\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无限领域\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10610\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"萌宠灵怪\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10611\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"惊奇档案\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10612\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    二 次 元                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=11\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"东方古风\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11105\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西幻魔幻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11106\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"乙女游戏\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11107\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异界穿书\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11108\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"热血冒险\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11109\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异能超能\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11110\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"经营基建\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11111\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"浪漫情缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11112\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"次元重生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11113\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"偶像育成\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11114\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"竞技社团\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11115\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"新奇幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11116\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    衍生言情                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=12\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 名   著 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11201\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西方罗曼\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11202\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11203\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无限快穿\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11204\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"东方幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11205\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"江湖恩怨\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11206\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐竞技\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11207\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 其 他  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11208\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    现代纯爱                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=15\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"欢喜冤家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10701\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市甜文\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10702\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"再世重生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10703\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代都市\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10704\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"校园青春\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10705\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越时空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10706\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"打脸逆袭\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10707\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"边缘恋曲\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10708\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"业界精英\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10709\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"种田日常\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10710\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"豪门世家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10711\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"励志人生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10712\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"竞技人生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10713\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时尚娱乐\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10714\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"情有独钟\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10715\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"婚前婚后\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10716\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    幻想纯爱                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=43\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无 限 流\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11801\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"末世狂想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11802\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"快穿世界\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11803\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  系 统 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11804\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙侠修真\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11805\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异闻秘术\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11806\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"萌宠频道\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11807\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"边缘幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11808\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐星光\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11809\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"星际日常\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11810\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"重生穿越\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11811\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人生赢家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11812\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻想甜宠\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11813\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"升级爽文\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11814\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奇幻灵异\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11815\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻机甲\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11816\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    古代纯爱                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=16\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫廷将相\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10801\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"布衣生活\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10802\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙侠修真\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10803\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古代幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10804\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"升级逆袭\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10805\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西幻异世\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10806\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"再世重生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10807\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越时空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10808\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻想系统\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10809\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"玄幻灵异\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10810\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天作之合\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10811\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武侠传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10812\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    衍生纯爱                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=21\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"名著传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11001\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"江湖奇缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11002\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无cp其他\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11003\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无CP 轻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11004\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"衍生其他\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11005\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西方罗曼\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11006\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无限快穿\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11007\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无cp次元\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11008\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都 市 轻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11009\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻 想 轻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11010\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"次元热血\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11011\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"次元幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11012\",\"style\":{\"layout_flexGrow\":1}}]",
    "header": "",
    "lastUpdateTime": 1735059153005,
    "loginUrl": "{\n  \"url\": \"http://m.jjwxc.net/\"\n}",
    "respondTime": 1260,
    "ruleBookInfo": {
      "coverUrl": "class.noveldefaultimage@src",
      "intro": "@js:\nli=String(java.getString('@@class.smallreadbody!0@span@text&&class.rightul.0@tag.li.1@text',false)).replace(/\\n/g,'•');\nintro=String(java.getString('@@id.novelintro.0@html',false));\nresult=String(li+'\\n————————————————————'+intro);\na=result.replace(/作品视角/,'◎作品视角').replace(/\\s{2,}/g,'\\n').replace(/立意/,'◎立意').replace(/内容标签/,'    ◎标签').replace(/一句话简介/,'◎短简').replace(/搜索关键字：/,'◎').replace(/ ┃ /g,'\\n◎').replace(/•◎/g,'\\n◎').replace(/：•/,'：').replace(/(?:◎标签：|◎主角：|◎配角：|◎其它：|◎短简：|◎作品视角：)\\n/g,'').replace(/•$/gm,'')\n##手机地址：",
      "kind": "//*[@itemprop=\"updataStatus\"]/text()&&//*[@itemprop=\"genre\"]/text()&&//*[@itemprop=\"updataStatus\"]/font/text()##-##,",
      "lastChapter": "id.oneboolt@tag.tr.-2@tag.span.0@text&&id.oneboolt@tag.tr.-2@tag.td.-1@tag.span@text\n@js:result.replace(/\\n/g,'·').replace(/(.*?)\\[VIP\\]/,'🔒$1')",
      "name": "tag.title@text##《(.*?)》##$1###",
      "wordCount": "//span[@itemprop=\"wordCount\"]/text()"
    },
    "ruleContent": {
      "content": "class.b module@tag.li.0@textNodes&&class.b module@tag.li.1@textNodes##网友：|评分：|.*分\\｜.{4}",
      "imageStyle": "0",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "@js:if(baseUrl.match(/www/)){\njava.getString(\"@@tag.a.0@text\",false)\n}else{java.getString(\"@@tag.a.1@text\",false)}",
      "bookList": "tbody@tr!0||class.b module@tag.li!-1",
      "bookUrl": "@js:if(baseUrl.match(/www/)){\njava.getString(\"@@tag.a.1@href\",true)\n}else{result=java.getString(\"@@tag.a.0@href\",true);\nif(result.match(/\\/(\\d+)/)){\nvar id=result.match(/\\/(\\d+)/)[1]\nresult=\"http://www.jjwxc.net/onebook.php?novelid=\"+id}\nelse{result=java.getString(\"@@tag.a.0@href\",true);}}",
      "coverUrl": "tag.td.2@a@href||tag.a.1@href@js:result.replace(/.+novelid=/, 'http:\\/\\/i9-static.jjwxc.net\\/novelimage.php?novelid=')",
      "intro": "class.tooltip@rel&&tag.td.1@a@title##<br>|标签：|简介：|size=\"\\d+\"",
      "kind": "{{@@tag.td.4@text}},{{@@tag.td.5@text}},{{@@tag.td.3@text}},{{@@tag.span@text}}##(\\d+)",
      "lastChapter": "tag.td.8@text||tag.td.-1@text",
      "name": "@js:if(baseUrl.match(/www/)){\njava.getString(\"@@tag.a.1@text\",false)\n}else{\na=String(result).match(/有更新/)?'🔥有更新':'';\nString(java.getString(\"@@tag.a.0@text\",false)).replace(/《|》/g,'')+a}",
      "wordCount": "tag.td.-3@text"
    },
    "ruleSearch": {
      "author": "tag.a.0@text",
      "bookList": "@css:tbody tr:lt(5)",
      "bookUrl": "tag.a.1@href",
      "intro": "tag.td.2@text",
      "kind": "font@text&&tag.td.3@text&&tag.td.5@text",
      "lastChapter": "<js>\nvar a=String(result).match(/href=\"(onebook.php\\?novelid=\\d+)/)[1];\nvar url=\"http://www.jjwxc.net/\"+a;\norg.jsoup.Jsoup.connect(url).get()</js>\nid.oneboolt@tag.tr.-2@tag.span.0@text##(.*?)\\[VIP\\]##🔒$1",
      "name": "tag.a.1@text"
    },
    "ruleToc": {
      "chapterList": "@css:tr[itemprop~=chapter]",
      "chapterName": "tag.font@text&&tag.a.0@text##\\[VIP\\]\\n*##★·",
      "chapterUrl": "tag.a.0@href||tag.a.0@rel\n<js>\nid=result.match(/ovelid=(\\d+)&chapterid=(\\d+)/);\nif(String(chapter.title).indexOf('🔒')>-1){\nresult='https://wap.jjwxc.net/vip/'+id[1]+'/'+id[2]\n}else{\nresult='https://m.jjwxc.net/book2/'+id[1]+'/'+id[2]}\n</js>",
      "isVip": "",
      "updateTime": "tag.td.3@text&&tag.td.2@text&&tag.span.-1@text\n@js:result.replace(/\\n/g,'·').replace(/·/,'字·')"
    },
    "searchUrl": "https://www.jjwxc.net/bookbase.php?searchkeywords={{key}}&page={{page}},{\n  \"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "有锁🔒为付费章节，需登录后订阅购买",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "九怀中文",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.jiuhuaiwenxue.com/",
    "customButton": false,
    "customOrder": 659,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"全部\",\"url\":\"/allbook?isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠 \",\"url\":\"/allbook?categoryid=1&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史 \",\"url\":\"/allbook?categoryid=2&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻 \",\"url\":\"/allbook?categoryid=3&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠 \",\"url\":\"/allbook?categoryid=4&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市 \",\"url\":\"/allbook?categoryid=5&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻 \",\"url\":\"/allbook?categoryid=6&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"悬疑 \",\"url\":\"/allbook?categoryid=7&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异 \",\"url\":\"/allbook?categoryid=8&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏 \",\"url\":\"/allbook?categoryid=9&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"纯爱 \",\"url\":\"/allbook?categoryid=10&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"言情 \",\"url\":\"/allbook?categoryid=11&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"二次元 \",\"url\":\"/allbook?categoryid=12&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"出版 \",\"url\":\"/allbook?categoryid=13&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人 \",\"url\":\"/allbook?categoryid=14&isfinish=all&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"字数\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"全部\",\"url\":\"/allbook?categoryid=all&isfinish=all&updatetime=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"30万字以下\",\"url\":\"/allbook?categoryid=all&isfinish=all&updatetime=all&characters=1&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"30-50万字\",\"url\":\"/allbook?categoryid=all&isfinish=all&updatetime=all&characters=2&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"50-100万字\",\"url\":\"/allbook?categoryid=all&isfinish=all&updatetime=all&characters=3&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"100-200万字\",\"url\":\"/allbook?categoryid=all&isfinish=all&updatetime=all&characters=4&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"200万字以上\",\"url\":\"/allbook?categoryid=all&isfinish=all&updatetime=all&characters=5&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"状态\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"全部\",\"url\":\"/allbook?categoryid=all&updatetime=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完本\",\"url\":\"/allbook?categoryid=all&isfinish=1&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"连载\",\"url\":\"/allbook?categoryid=all&isfinish=0&updatetime=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"更新时间\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"全部\",\"url\":\"/allbook?categoryid=all&isfinish=all&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"三日内\",\"url\":\"/allbook?categoryid=all&isfinish=all&updatetime=1&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"七日内\",\"url\":\"/allbook?categoryid=all&isfinish=all&updatetime=2&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"半月内\",\"url\":\"/allbook?categoryid=all&isfinish=all&updatetime=3&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"一月内\",\"url\":\"/allbook?categoryid=all&isfinish=all&updatetime=4&characters=all&pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}}]",
    "lastUpdateTime": 1729756079041,
    "loginUrl": "https://www.jiuhuaiwenxue.com/login",
    "respondTime": 5575,
    "ruleBookInfo": {
      "author": "class.left.1@text",
      "coverUrl": "class.zuopin-img@img@src",
      "intro": "id.bookIntro@text",
      "kind": "class.tag-box@tag.a@text&&class.other-shuzi@span.2@text",
      "lastChapter": "class.he@span.1@text",
      "name": "h1@text",
      "wordCount": "class.other-shuzi@span.0@text"
    },
    "ruleContent": {
      "content": "#chaptercontent@html||.z-dingyue@html",
      "payAction": "{{baseUrl}}"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.font2@span.0@text",
      "bookList": "class.allbook-item",
      "bookUrl": "a.1@href##$##,{'webView': true}",
      "checkKeyWord": "珍珠",
      "coverUrl": "img@src",
      "intro": "class.font3@text",
      "kind": "class.font2@span.1:2@text&&class.font4@span.1@text",
      "name": "a.1@text",
      "wordCount": "class.font4@span.0@text"
    },
    "ruleToc": {
      "chapterList": "@css:#mulun>.juan,#mulun table tbody tr td",
      "chapterName": "a@text||.juan@text",
      "chapterUrl": "a@href##$##,{'webView': true}",
      "isVip": "span@tag.i@class",
      "isVolume": ".juan@text"
    },
    "searchUrl": "/search?content={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//搜索间隔30秒",
    "bookSourceGroup": "免费",
    "bookSourceName": "178小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.178xs.cc/",
    "bookUrlPattern": "https?://www.178xs.cc/book_\\d+/",
    "customButton": false,
    "customOrder": 660,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部小说::/all<,-{{page}}>.html\n玄幻小说::/xuanhuan.html\n仙侠小说::/xianxia.html\n都市小说::/dushi.html\n军史小说::/junshi.html\n网游小说::/wangyou.html\n科幻小说::/kehuan.html\n灵异小说::/lingyi.html\n言情小说::/yanqing.html\n其他小说::/qita.html",
    "header": "{\"referer\": \"{{source.getKey()}}\",\n\"x-requested-with\": \"mark.via\",\n\"accept-language\": \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\",\n\"user-agent\": \"Mozilla/5.0 (Linux; Android 10; PACM00 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.5359.79 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1751374431603,
    "respondTime": 5108,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nw:\"p.booktag@span.0@text\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"p.bookintro@text\",\nc:\"[property$=image]@content\"}\n@js:java.log(baseUrl)",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "wordCount": "@get:{w}"
    },
    "ruleContent": {
      "content": ".readcontent@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##[&nb\\->>sp;]*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author.0@text",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href\n@js:\nvar go=/go/.test(result);\ngo?result.replace('go/',\"book_\"):result;",
      "checkKeyWord": "快穿",
      "coverUrl": "img@src",
      "intro": ".update@textNodes",
      "kind": "span.0@text",
      "lastChapter": "a.1@text",
      "name": "h4@text",
      "wordCount": ".author.1@text##字数："
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{url=source.getKey();\ncookie.removeCookie(url)}}\nhttps://www.178xs.cc/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}&action=login\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "绾书文学",
    "bookSourceType": 0,
    "bookSourceUrl": "https://api.wanshu.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 661,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "月点击榜::/novel/libraryList?page={{page}}&pageSize=20&order=mouth_view_count\n总字数榜::/novel/libraryList?page={{page}}&pageSize=20&order=word_num\n最近更新::/novel/libraryList?page={{page}}&pageSize=20&order=update\n都市言情::/novel/libraryList?page={{page}}&pageSize=20&category_id=1\n时空穿越::/novel/libraryList?page={{page}}&pageSize=20&category_id=2\n总裁豪门::/novel/libraryList?page={{page}}&pageSize=20&category_id=3\n玄幻仙侠::/novel/libraryList?page={{page}}&pageSize=20&category_id=4\n浪漫青春::/novel/libraryList?page={{page}}&pageSize=20&category_id=5\n悬疑灵异::/novel/libraryList?page={{page}}&pageSize=20&category_id=6\n都市异能::/novel/libraryList?page={{page}}&pageSize=20&category_id=7",
    "lastUpdateTime": 1732962702090,
    "loginUrl": "https://account.wanshu.com/login",
    "respondTime": 1861,
    "ruleBookInfo": {
      "intro": ""
    },
    "ruleContent": {
      "content": "data.content",
      "imageStyle": "0"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "author",
      "bookList": "data",
      "bookUrl": "/novel/chapterList?page=1&pageSize=19999&novel_id={{$.novel_id}}",
      "coverUrl": "cover",
      "intro": "description",
      "kind": "complete_status&&category_name",
      "lastChapter": "latest_chapter_update_time&&latest_chapter##\\h[\\d:]+\\d\\n##▪",
      "name": "name",
      "wordCount": "word_num"
    },
    "ruleToc": {
      "chapterList": "data",
      "chapterName": "name",
      "chapterUrl": "/novel/chapterInfo?novel_chapter_id={{$.id}}",
      "isVip": "¥{{$.is_free}}##¥true",
      "updateTime": ""
    },
    "searchUrl": "/novel/search?pageSize=100&kw={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//by:九梦",
    "bookSourceGroup": "免费",
    "bookSourceName": "爱下",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.sjwx.la",
    "customButton": false,
    "customOrder": 662,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n    {\n        \"title\": \"武侠小说\",\n        \"url\": \"/soft/1/Soft_001_{{page}}.html\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.3,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"玄幻小说\",\n        \"url\": \"/soft/2/Soft_002_{{page}}.html\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.3,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"都市言情\",\n        \"url\": \"/soft/3/Soft_003_{{page}}.html\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.3,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"恐怖灵异\",\n        \"url\": \"/soft/4/Soft_004_{{page}}.html\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.3,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"现代文学\",\n        \"url\": \"/soft/5/Soft_005_{{page}}.html\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.3,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"侦探推理\",\n        \"url\": \"/soft/6/Soft_006_{{page}}.html\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.3,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"科幻小说\",\n        \"url\": \"/soft/7/Soft_007_{{page}}.html\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.3,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"穿越架空\",\n        \"url\": \"/soft/9/Soft_009_{{page}}.html\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.3,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"古典名著\",\n        \"url\": \"/soft/10/Soft_010_{{page}}.html\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.3,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"历史军事\",\n        \"url\": \"/soft/12/Soft_012_{{page}}.html\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.3,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"网游小说\",\n        \"url\": \"/soft/14/Soft_014_{{page}}.html\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.3,\n            \"layout_flexGrow\": 1\n        }\n    }\n]\n",
    "lastUpdateTime": 1736920768423,
    "respondTime": 4450,
    "ruleBookInfo": {
      "author": ".small.-2@text##.+：",
      "coverUrl": ".detail_pic@img@src",
      "intro": "&nbsp;{{@@.small[!1,2,-2]@text}}\n{{@@.showInfo@p@text}}",
      "kind": "span@a.1@text",
      "lastChapter": ".small.-1@text##.+：",
      "name": "h1.0@text",
      "tocUrl": "text.在线阅读@href"
    },
    "ruleContent": {
      "content": "#content1@html",
      "replaceRegex": "##最新网址.+la"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "text.作者：@text##\\s.+",
      "bookList": ".listBox@ul@li",
      "bookUrl": "a@href",
      "coverUrl": "a@img@src",
      "intro": "text.连载：@text##\\S+\\s(\\S+)\\s\\S+\\s(\\S+)##&nbsp;$1\n$2",
      "name": "a@text"
    },
    "ruleToc": {
      "chapterList": ".pc_list.-1@ul@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://www.sjwx.la/search.php?s=&searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "寄了，这回彻底寄了",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "QQ阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "https://bookshelf.html5.qq.com/",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 663,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"男生分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"都市\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1505&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1505&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1501&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1501&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1504&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1504&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奇幻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1502&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1502&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1506&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1506&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"军事\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1507&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1507&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻空间\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1509&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1509&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"悬疑侦探\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1508&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1508&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏竞技\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1510&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1510&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1503&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1503&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"体育\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1511&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1511&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"轻小说\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1512&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1512&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"短篇\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1515&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1515&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}},{\"title\":\"现实\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1499&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1499&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}},{\"title\":\"风格\",\"url\":\"\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"轻松\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20284&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20284&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"热血\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20286&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20286&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"快节奏\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20281&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20281&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"脑洞大\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20280&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20280&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"搞笑\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22176&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22176&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"谋略\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20285&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20285&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"智斗\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20279&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20279&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"正能量\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20282&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20282&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"无金手指\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20283&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20283&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"思想迪化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20561&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20561&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"人生巅峰\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22147&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22147&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"群像\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20278&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20278&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"爽文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20882&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20882&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"神功秘籍\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22132&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22132&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"机缘奇遇\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22144&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22144&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"鬼怪神魔\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22247&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22247&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"兄弟情义\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22309&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22309&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"孙悟空\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22356&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22356&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"红颜知己\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22187&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22187&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"变异生物\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22258&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22258&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"高科技\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22249&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22249&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"剑道\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22286&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22286&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}},{\"title\":\"流派\",\"url\":\"\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"穿越\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20003&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20003&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"系统流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20006&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20006&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"无敌流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20011&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20011&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"重生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20002&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20002&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日常文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20007&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20007&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"赚钱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20136&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20136&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"强者归来\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20021&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20021&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"经营\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20000&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20000&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"草根崛起\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20020&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20020&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"无限流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20008&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20008&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"诸天流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20023&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20023&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"扮猪吃虎\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20019&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20019&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"开局流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20515&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20515&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"文娱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20050&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20050&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"斗罗大陆\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20199&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20199&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"争霸\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20028&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20028&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏异界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20162&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20162&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"兵王\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20030&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20030&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"练功流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20166&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20166&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"护花高手\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20134&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20134&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"洪荒\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20057&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20057&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"末世\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20055&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20055&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"升级流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20094&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20094&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"废柴流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20015&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20015&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"天才流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20014&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20014&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"医生流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20033&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20033&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"综漫\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20200&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20200&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"凡人流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20503&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20503&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"架空历史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20148&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20148&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"异能\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20046&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20046&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"进化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20082&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20082&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"召唤流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20012&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20012&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"三国\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20026&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20026&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"养成\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20004&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20004&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"种田\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20090&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20090&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"单女主\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20060&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20060&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵气复苏\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20058&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20058&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"异兽流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20009&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20009&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"签到\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20497&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20497&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"时空文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20183&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20183&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"赘婿流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20081&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20081&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"乱世\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20156&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20156&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"技术流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20163&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20163&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武道\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20102&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20102&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20107&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20107&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"唐朝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20142&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20142&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"西游\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20079&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20079&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古典仙侠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20035&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20035&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"职场\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20507&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20507&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"现代修真\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20109&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20109&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市修仙\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20083&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20083&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20075&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20075&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"未来世界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20185&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20185&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"直播文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20067&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20067&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"悬疑流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20187&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20187&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"星际\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20053&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20053&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"明朝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20144&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20144&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"LOL\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20024&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20024&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"神话\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20069&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20069&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"布局流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20010&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20010&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宠物\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20093&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20093&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"现代都市\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22178&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22178&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"秦汉\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20141&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20141&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"炼丹\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20499&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20499&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"封神\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20043&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20043&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"异世穿越\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20112&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20112&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"朝堂\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20147&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20147&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"爱情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20498&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20498&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"中医\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20027&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20027&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"学院流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20016&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20016&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"朝堂江湖\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20054&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20054&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"特种兵\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20059&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20059&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科举\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20070&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20070&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奶爸\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20040&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20040&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"战神流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20097&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20097&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科技\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20072&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20072&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"电竞\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20066&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20066&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"战争\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20047&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20047&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"龙\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20510&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20510&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"随身流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20013&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20013&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"练功\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20130&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20130&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22158&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22158&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"剑与魔法\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20111&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20111&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"幕后流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20098&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20098&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"现代诡秘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20190&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20190&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校园\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20508&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20508&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"强者流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20131&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20131&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"反套路\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20202&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20202&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"皇帝流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20517&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20517&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"御兽流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20502&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20502&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"探险\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20514&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20514&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日系\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20051&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20051&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"软饭流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20017&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20017&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"开挂流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20174&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20174&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"美食\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20001&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20001&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"魔法\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20087&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20087&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"商战\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20037&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20037&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"盛世\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20155&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20155&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"强国\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20149&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20149&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"领主流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20085&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20085&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"无女主\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20061&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20061&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"篮球\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20177&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20177&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"时空门\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20052&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20052&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"斗破苍穹\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20198&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20198&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"吐槽\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20103&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20103&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"鉴宝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20084&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20084&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"属性流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20125&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20125&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"精灵文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20531&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20531&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宗门\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20132&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20132&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"NBA\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20178&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20178&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"卡牌\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20005&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20005&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"军旅\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20031&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20031&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科技修真\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20071&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20071&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"克苏鲁\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20029&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20029&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"权谋\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20504&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20504&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"异界大陆\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22148&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22148&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宋朝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20143&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20143&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻宇宙\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22230&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22230&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"虚拟现实\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20165&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20165&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"侦探推理\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20524&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20524&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"治愈\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20137&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=20137&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"机甲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20056&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20056&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奋斗\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20208&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20208&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"抗战\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20049&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20049&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"BOSS流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20096&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20096&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"互联网\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20135&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20135&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"诡秘修行\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20192&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20192&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"成神流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20124&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20124&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"足球\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20176&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20176&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"蜀山\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20078&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20078&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"聊天群\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20512&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20512&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"华娱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20139&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20139&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"领主种田\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20116&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20116&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"洪荒流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20866&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20866&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修罗场\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20201&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20201&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"王者荣耀\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20025&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20025&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"极道流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20121&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20121&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"年代文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20518&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20518&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"掌门流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20501&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20501&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"巫师流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20045&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20045&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"炼器\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20500&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20500&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"隋唐\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20157&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20157&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"家族\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20089&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20089&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"职业文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20110&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20110&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"文明战争\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20106&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20106&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"策略流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20175&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20175&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"贞观\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20158&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20158&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"气运流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20129&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20129&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"电影世界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22294&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22294&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"火影\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22407&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22407&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"掠夺流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20095&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20095&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"吃鸡\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20036&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20036&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"反转\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20092&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20092&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"刑侦\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20032&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20032&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵根\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20128&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20128&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"长生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20532&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20532&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"基因\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20039&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20039&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代神话\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22186&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22186&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"聊斋\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20076&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20076&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奇幻历史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20117&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20117&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"学霸\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20042&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20042&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"原创副本\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20186&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20186&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"摊牌流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20516&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20516&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"工业\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20044&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20044&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"多女主\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20062&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20062&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"第四天灾\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20530&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20530&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"文明演化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20073&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20073&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"黑暗流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22257&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22257&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"丧尸\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20167&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20167&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"生存挑战\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20191&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20191&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"NPC\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20170&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20170&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"创业\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20211&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20211&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"变身文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22204&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22204&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"荒野求生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20513&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20513&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"抽奖\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20509&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20509&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"逆袭\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20209&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20209&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"诡异游戏\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20193&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20193&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"富民\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20150&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20150&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代怪异\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20188&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20188&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"综艺文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20511&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20511&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"手游\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20173&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20173&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"平行世界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22463&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22463&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"漫威\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22327&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22327&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"山海经\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20126&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20126&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"供应商\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20101&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20101&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"风水\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20104&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20104&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"天庭文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22643&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22643&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"氪金\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20521&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20521&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"金融\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20506&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20506&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"神奇生物\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20113&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20113&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"原始流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20522&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20522&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"祖宗流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20122&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20122&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"欧洲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20063&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20063&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"综武\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22350&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22350&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"皇帝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22348&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22348&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"海贼王\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22390&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22390&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"扮演流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20527&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20527&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"事务所\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20018&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20018&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠世界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22292&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22292&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"蒸汽朋克\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20077&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20077&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"国术\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20038&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20038&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"美女校花\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22252&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22252&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"儒道流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20118&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20118&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"谍战\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20080&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20080&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"主神\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20086&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20086&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"赛博朋克\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20105&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20105&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"金手指\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22173&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22173&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏制作\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20169&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20169&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿书\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22314&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22314&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"现代魔法\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20114&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20114&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"诡秘养成\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20189&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20189&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"分身\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20119&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20119&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"夺舍\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20100&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20100&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"人物\",\"url\":\"\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"杀伐果断\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20272&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20272&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"冷静\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20266&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20266&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"智商在线\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20274&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20274&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"腹黑\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20269&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20269&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宅男\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20548&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20548&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"学生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20542&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20542&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"搞怪\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20270&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20270&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"无节操\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20273&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20273&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"成熟\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20267&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20267&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"三观正\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20272&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20272&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"明星\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20543&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20543&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"思路清奇\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20276&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20276&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"法师\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20536&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20536&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"谨慎\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20277&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20277&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"自律\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20268&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20268&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"嘴炮\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20271&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20271&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"剑修\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20537&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20537&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"王侯\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20241&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20241&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女神\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22383&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22383&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"钢铁直男\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20560&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20560&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"道士\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20538&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20538&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玩家\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20256&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20256&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"职业选手\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20254&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20254&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"异能者\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20260&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20260&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"侠客\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20228&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20228&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"枭雄\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20245&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20245&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙帝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20559&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20559&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"老板\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20544&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20544&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"战士\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20535&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20535&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"老师\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20541&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20541&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"杀手\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20240&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20240&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"农民\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20236&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20236&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"富二代\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22499&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22499&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"皇子\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20553&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20553&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"夫妻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20239&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20239&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"成长型\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22146&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22146&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"骑士\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20533&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20533&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科学家\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20557&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20557&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"大师兄\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20554&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20554&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"寒门子弟\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20242&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20242&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"教练\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20545&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20545&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"特工\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20549&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20549&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"警察\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20546&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20546&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"三教九流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20237&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20237&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"运动员\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20257&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20257&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"轮回者\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20261&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20261&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"写手\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20233&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20233&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"基因武者\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20259&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20259&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"厨师\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20234&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20234&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"猎人\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20534&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20534&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"美食家\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20235&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20235&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"门阀\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20244&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20244&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"指挥官\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20551&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20551&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"保镖\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20231&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20231&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"黑客\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20547&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20547&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"盗贼\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20255&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20255&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"和尚\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20556&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20556&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女生分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"现代言情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1524&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1524&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代言情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1523&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1523&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"悬疑侦探\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1518&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1518&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠奇缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1517&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1517&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻言情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1516&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1516&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"浪漫青春\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1522&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1522&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻空间\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1519&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1519&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏竞技\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1520&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1520&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"纯爱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1707&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1707&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"风格\",\"url\":\"\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"甜宠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20490&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20490&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"轻松\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20487&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20487&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"爽文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20491&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20491&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宠文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=21175&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=21175&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"爆笑\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20488&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20488&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"励志\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20494&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20494&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"温馨\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20639&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20639&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"正剧\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20493&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20493&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"萌系\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20638&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20638&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"虐文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20489&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20489&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"热血\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20495&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20495&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"甜文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=21311&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=21311&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"狗粮\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22457&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22457&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"悲剧\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20492&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20492&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"追妻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22275&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22275&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"斗极品\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22223&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22223&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"天作之合\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22169&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22169&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"追妻火葬场\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22213&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22213&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"情节\",\"url\":\"\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"穿越\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20287&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20287&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"1V1\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20297&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20297&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女强\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20292&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20292&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"豪门\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20350&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20350&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"重生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20288&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20288&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日久生情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20311&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20311&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"HE\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20296&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20296&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宅斗\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20358&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20358&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"权谋\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20256&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20356&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"强强\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20293&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20293&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"扮猪吃虎\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20305&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20305&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"欢喜冤家\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20309&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20309&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"架空\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20562&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20562&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"家长里短\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20310&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20310&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"打脸\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20290&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20290&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"先婚后爱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20368&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20368&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"种田\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20349&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20349&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"逆袭\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20298&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20298&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"系统流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20294&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20294&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宫斗\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20357&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20357&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"娱乐圈\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20365&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20365&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿书\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20304&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20304&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"快穿\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20378&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20378&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"独宠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20585&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20585&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"空间\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20300&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20300&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"婚恋\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20329&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20329&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"相爱相杀\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20313&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20313&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校园\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20351&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20351&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青梅竹马\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20308&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20308&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"复仇\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20318&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20318&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"金手指\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20301&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20301&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"破镜重圆\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20314&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20314&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宝宝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20295&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20295&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"一见钟情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20312&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20312&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"马甲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20334&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20334&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修仙\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20571&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20571&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同居\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20364&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20364&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"虐渣\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20337&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20337&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修真\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20372&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20372&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"致富\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20341&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20341&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"年代文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20565&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20565&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"异能\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20302&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20302&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"双向暗恋\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20306&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20306&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"别后重逢\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20575&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20575&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女扮男装\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20307&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20307&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"美食\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20291&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20291&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"前世今生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20340&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20340&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"隐婚\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20361&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20361&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20299&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20299&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"生死大爱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20322&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20322&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"升级\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20319&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20319&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"末世\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20377&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20377&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"黑化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20333&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20333&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"位面\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20567&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20567&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"农门\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22216&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22216&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"世家\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20572&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20572&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"契约婚姻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20363&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20363&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奋斗\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20576&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20576&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"闪婚\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20362&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20362&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"巧娶\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20331&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20331&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"悬疑推理\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20353&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20353&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"攻略\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20569&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20569&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"星际\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20379&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20379&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"职场商战\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20366&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20366&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"电竞\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20315&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20315&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"直播\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20289&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20289&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"无CP\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20346&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20346&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"初恋\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20573&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20573&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"师徒\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20352&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20352&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"姐弟恋\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20321&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20321&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"皇帝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22410&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22410&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"清穿\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20355&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20355&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游情缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20375&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20375&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"萌宠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20324&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20324&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"代嫁\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20348&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20348&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"大女主\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22164&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22164&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"带球跑\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20320&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20320&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"竞技\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20373&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20373&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"开挂\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20583&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20583&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"魔法\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20370&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20370&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"双重生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20345&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20345&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"倒追\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20339&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20339&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"婆媳\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20563&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20563&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"王者荣耀\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20374&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20374&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"近水楼台\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20343&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20343&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"崩人设\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20570&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20570&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"合约恋爱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20332&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20332&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"失忆\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20581&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20581&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"死对头\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20335&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20335&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"兽世\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20325&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20325&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏异界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20376&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20376&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"真假千金\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20584&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20584&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"御兽流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20371&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20371&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"反穿\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20369&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20369&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"替身\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20347&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20347&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"反转\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20564&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20564&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"满级流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22644&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22644&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代创业\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22217&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22217&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"逃婚\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20342&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20342&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"远古蛮荒\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20360&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20360&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"顶流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22645&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22645&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"爆红\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20580&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20580&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"催婚\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20323&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20323&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"创业\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20566&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20566&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"异世穿越\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22135&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22135&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"探险\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20381&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20381&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20327&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20327&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"末穿现\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20344&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20344&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"读心术\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20338&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20338&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵魂转换\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20317&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20317&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"机甲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20380&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20380&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"相亲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20367&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20367&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"衍生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20382&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20382&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"复婚\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20579&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20579&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科举\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20330&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20330&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"群穿\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20316&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20316&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"西幻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20328&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20328&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"人物\",\"url\":\"\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"总裁\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20593&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20593&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"腹黑\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20482&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20482&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"萌宝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22141&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22141&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"王妃\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20384&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20384&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"护短\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20614&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20614&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"王爷\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20431&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20431&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"大佬\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20475&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20475&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"杀伐果断\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20449&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20449&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"帝王\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20427&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20427&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"双洁\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20483&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20483&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"痴情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20616&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20616&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"团宠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20474&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20474&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"霸道\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20610&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20610&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"才女\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20409&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20409&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"皇后\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20383&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20383&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"傲娇\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20613&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20613&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"嫡女\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20389&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20389&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女配\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20398&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20398&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"可盐可甜\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20478&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20478&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"明星\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20591&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20591&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"公主\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20385&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20385&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"神医\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20602&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20602&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古灵精怪\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20401&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20401&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"男神\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20450&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20450&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"偏执\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20618&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20618&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"全能\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20415&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20415&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"影后\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20395&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20395&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"超A\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20479&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20479&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"高冷\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20615&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20615&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"欢脱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20425&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20425&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"醋王\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20458&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20458&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校草\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20437&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20437&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"贵女\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20387&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20387&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"病娇\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20620&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20620&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"将军\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20432&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20432&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"反派\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20622&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20622&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"白月光\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20411&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20411&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"戏精\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20481&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20481&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"忠犬\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20455&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20455&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"颜控\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20416&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20416&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"农女\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22161&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22161&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"妖孽\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20612&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20612&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玩世不恭\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20448&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20448&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"学霸\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20473&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20473&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"黑莲花\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20414&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20414&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"福气包\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20424&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20424&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"秀外慧中\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20402&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20402&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"学生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20609&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20609&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"锦鲤\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20406&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20406&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"闷骚\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20611&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20611&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"妃子\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20397&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20397&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"白富美\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20413&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20413&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"吃货\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20624&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20624&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"万人迷\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20417&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20417&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"自强\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20625&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20625&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"医生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20470&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20470&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"双商爆表\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20629&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20629&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"御姐\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20408&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20408&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"小狼狗\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20453&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20453&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女帝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20390&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20390&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"呆萌\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20623&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20623&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"首席\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20438&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20438&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"杀手\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20605&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20605&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"毒舌\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20617&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20617&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙尊\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20434&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20434&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"萝莉\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20405&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20405&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"悍妻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20421&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20421&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"庶女\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20388&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20388&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"炮灰\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20476&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20476&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"大神\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20435&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20435&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"作精\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20422&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20422&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"上神\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20441&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20441&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"财迷\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20419&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20419&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"反差萌\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20633&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20633&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"弃妇\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20392&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20392&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"特工\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20604&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20604&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"善良\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20627&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20627&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"小奶狗\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20452&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20452&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女汉子\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20418&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20418&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"暖男\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20457&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20457&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"旺夫\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20420&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20420&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"痞帅\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20451&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20451&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"小野猫\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20426&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20426&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙君\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20444&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20444&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"影帝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20588&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20588&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"丑女\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20403&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20403&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"天才\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20464&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20464&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"淡定\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20630&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20630&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"毒医\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20603&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20603&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"心机\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20626&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20626&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女主萌娃\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20586&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20586&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"神帝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20440&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20440&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"妖艳\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20423&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20423&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"邪帝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20429&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20429&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"妖精\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20462&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20462&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"糙汉\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20456&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20456&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"魔君\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20428&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20428&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"暴君\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20430&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20430&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"逗比\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20484&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20484&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恶魔\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20447&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20447&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"精英\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20480&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20480&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"废柴\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20486&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20486&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"首富\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20461&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20461&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"大叔\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20439&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20439&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"厨娘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20396&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20396&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"魔尊\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20598&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20598&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"酷帅\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20628&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20628&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"傻白甜\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20407&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20407&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"剩女\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20404&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20404&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"精分\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20621&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20621&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宅女\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20412&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20412&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"咸鱼\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20635&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20635&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"钢铁直男\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20459&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20459&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"佛系\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20619&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20619&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"召唤师\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20606&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20606&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"纨绔\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20637&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20637&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"吸血鬼\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20465&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20465&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"痴傻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20631&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20631&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"狐狸\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20599&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20599&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"男配\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20587&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20587&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"首辅\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20433&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20433&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"老师\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20463&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20463&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"福晋\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20400&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20400&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"精灵\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20399&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20399&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"白莲花\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20410&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20410&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"学渣\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20632&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20632&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宫女\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20386&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20386&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"国师\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20446&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20446&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"小妾\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20394&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20394&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"丫环\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20391&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20391&tag_type_id=2'}} \",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}},{\"title\":\"出版物\",\"url\":\"\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"小说\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1688&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1688&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"励志\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1690&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1690&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"心理\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1466&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1466&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"军事\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1697&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1697&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"政治\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1464&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1464&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"文学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1692&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1692&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"文化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1461&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1461&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1693&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1693&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"社科\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1691&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1691&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"养生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1463&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1463&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"投资\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1704&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1704&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"经济\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1703&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1703&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"亲子\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1683&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1683&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"管理\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1689&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1689&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"两性\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1696&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1696&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"哲学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1701&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1701&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宗教\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1702&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1702&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"传记\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1695&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1695&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科普\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1695&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1698&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"自然\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1706&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1706&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"美食\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1705&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1705&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"休闲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1465&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1465&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"艺术\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1461&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1461&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"时尚\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1694&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1694&tag_type_id=3'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\"user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Safari/537.36\"}",
    "lastUpdateTime": 1732532682841,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 3272,
    "ruleBookInfo": {
      "author": "$..author",
      "coverUrl": "$..picurl",
      "init": "",
      "intro": "$..summary",
      "kind": "{{java.timeFormat(java.getString(\"$..lastSerialUpdateTime\")*1000)}}\n{{$..tag}}##\\|##,",
      "lastChapter": "$..lastSerialname",
      "name": "$..resourceName",
      "tocUrl": "https://bookshelf.html5.qq.com/qbread/api/book/all-chapter?bookId={{$..resourceID}}@put:{bid:$..resourceID},{\"headers\":{\"Referer\":\"https://bookshelf.html5.qq.com/qbread\"}}",
      "wordCount": "$..contentsize"
    },
    "ruleContent": {
      "content": "<p>{{$.data.Content[0].Content}}</p>"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.rows[*]",
      "bookUrl": "https://bookshelf.html5.qq.com/qbread/api/novel/intro-info?bookid={{$.resourceID}}&channel=0510&noSame=1&withHistory,{\"headers\":{\"Referer\":\"https://bookshelf.html5.qq.com/kdread/adread/catalog?resourceid={{$.resourceID}}&sort=desc&traceid=0024001\"}}",
      "coverUrl": "$.picurl",
      "intro": "$.summary",
      "kind": "{{java.timeFormat(java.getString(\"lastUpdatetime\")*1000)}}\n{{$.subject}}\n{{$.subtype}}",
      "lastChapter": "$.lastSerialname",
      "name": "$.resourceName"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data.state[?(@.dataName == 'novel_search_list')].items[*]",
      "bookUrl": "https://bookshelf.html5.qq.com/qbread/api/novel/intro-info?bookid={{$.docId##.*_}}&channel=0510&noSame=1&withHistory,{\"headers\":{\"Referer\":\"https://bookshelf.html5.qq.com/kdread/adread/catalog?resourceid={{$.docId##.*_}}&sort=desc&traceid=0024001\"}}",
      "checkKeyWord": "深空彼岸",
      "coverUrl": "$.cover_url",
      "intro": "$.abstract",
      "kind": "{{$.label_text}}\n{{$.tag_views}}\n{{java.getString(\"is_finished\") == 1 ? '已完结': '连载中'}}\n##\\s+##,",
      "name": "$.title"
    },
    "ruleToc": {
      "chapterList": "$.rows",
      "chapterName": "$.serialName",
      "chapterUrl": "https://novel.html5.qq.com/be-api/content/ads-read,{\n\t\"method\": \"POST\",\n\t\"body\": {\n\t\t\"Scene\": \"chapter\",\n\t\t\"ContentAnchorBatch\": [{\n\t\t\t\t\"BookID\": \"{{baseUrl.match(/bookId=(\\d+)/)[1]}}\",\n\t\t\t\t\"ChapterSeqNo\": [{{$.serialID}}]\n\t\t\t}]\n\t},\n\t\"headers\": {\n\t\t\"Q-GUID\": \"47822b7d93d45ed7d703338913b788cb\"\n\t}\n}",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "preUpdateJs": "",
      "updateTime": ""
    },
    "searchUrl": "https://so.html5.qq.com/ajax/real/search_result?noTab=1&tabId=360&sogou_huichuan_hippy=1&q={{key}}&jump_from=1_01_22_01",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "泡泡中文",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.paozww.com",
    "bookUrlPattern": "https?://m.paozww.com/biquge/\\d+/",
    "customButton": false,
    "customOrder": 664,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1726271801476,
    "respondTime": 11029,
    "ruleBookInfo": {
      "author": "text.作者：@a@text",
      "coverUrl": "img.lazy@data-original",
      "intro": ".info_intro p@text",
      "kind": "text.类别：@text&&\ntext.状态：@text&&\ntext.更新：@text##.*：",
      "lastChapter": "text.最新：@a@text",
      "name": "h1@text",
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": "#articlecon@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": ".newbook_list",
      "bookUrl": "a.1@href",
      "coverUrl": "img@data-original",
      "intro": ".newbook_intor@text",
      "kind": "span@text",
      "name": "a.1@text"
    },
    "ruleSearch": {
      "author": ".name@ownText##.*：",
      "bookList": ".wap_sort_novel",
      "bookUrl": "a.1@href",
      "coverUrl": "img@data-original",
      "intro": ".intro@text",
      "kind": "0",
      "lastChapter": "a.-1@text",
      "name": "span.hot@text"
    },
    "ruleToc": {
      "chapterList": ".info_newest ul li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "{{url=source.getKey();\ncookie.removeCookie(url)}}/search/,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "只改了目录规则\n正文规则很混乱，，自己看的不对自己改吧。。。\n还有图片，图片字也有，正常的摄影图也有。。图片样式text和full自己改。。",
    "bookSourceGroup": "免费",
    "bookSourceName": "古典文学（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "http://yz4.chaoxing.com",
    "customButton": false,
    "customOrder": 665,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\nu1='::/circlemarket/getBook,{\"method\":\"POST\",\"body\":\"start={{page-1}}&size=25&channelId=';\nu2='\"}';\nlist=[[\"❀超星推荐❀\",130],[\"❀世界名著❀\",1000000007],[\"名家名作\",1000000008],[\"流行小说\",1000000010],[\"古典文学\",1000000009],[\"诗歌散文\",1000000033],[\"文学理论\",1000000063],[\"纪实文学\",1000000498],[\"少儿文学\",1000001204],[\"外文原著\",1000000438],[\"❀中国历史❀\",1000000057],[\"史学研究\",1000000072],[\"人物传记\",1000000066],[\"文物考古\",1000000069],[\"通俗演绎\",1000000060],[\"世界历史\",1000001049],[\"❀中国哲学❀\",1000000013],[\"西方哲学\",1000000014],[\"马列哲学\",1000000015],[\"宗教\",1000000393],[\"❀艺术摄影❀\",1000000051],[\"美术书法\",1000000042],[\"音乐舞蹈\",1000000045],[\"建筑雕塑\",1000000048],[\"戏曲戏剧\",1000000081],[\"电影电视\",1000001046],[\"艺术理论\",1000000075],[\"❀经济管理❀\",1000000102],[\"投资理财\",1000000105],[\"金融会计\",1000000108],[\"成功励志\",1000000111],[\"创业创新\",1000000138],[\"❀政法政治❀\",1000000414],[\"法学\",1000000417],[\"国际关系\",1000000420],[\"❀社科心理❀\",1000000090],[\"社会学\",1000000087],[\"语言文字\",1000000135],[\"新闻传播\",1000000435],[\"❀军事理论❀\",1000000426],[\"军事技术\",1000000429],[\"军事百科\",1000000432],[\"❀工业技术❀\",1000000026],[\"航空航天\",1000000027],[\"交通运输\",1000000030],[\"环境科学\",1000000031],[\"农业科学\",1000000032],[\"计算机学\",1000000036],[\"❀公共卫生❀\",1000000471],[\"基础医学\",1000000474],[\"中医学\",1000000477],[\"临床医学\",1000000480],[\"药学\",1000000483],[\"❀高等教育❀\",1000000399],[\"基础教育\",1000000402],[\"职业教育\",1000000405],[\"理论管理\",1000000408],[\"❀大众烹饪❀\",1000000120],[\"旅游\",1000000123],[\"保健\",1000000126],[\"育儿\",1000000129],[\"体育\",1000001048],[\"小人书\",1000000522],[\"生活百科\",1000000486],[\"❀科普读物❀\",1000000017],[\"数理化学\",1000000019],[\"天文地球\",1000000020],[\"生物科学\",1000000022],[\"自然科学\",1000000023]];\nlist.map(a=>a[0]+u1+a[1]+u2).join(\"&&\").replace(/❀/g,\"❀　　　　　❀\")\n</js>",
    "lastUpdateTime": 1759318766155,
    "respondTime": 1635,
    "ruleBookInfo": {
      "author": "class.artCon@tag.p@text##\\s*编?著",
      "intro": "##[\\s\\S]*##<br>★★★     超星·出版     ★★★<br>★★★   本书暂无简介  ★★★###",
      "lastChapter": "class.con@tag.a.-1@text",
      "name": "tag.h2.0@text"
    },
    "ruleContent": {
      "content": "class.ztArtCon@tag.p@html||body@html##([\\w，、。！？]{26}[。！？；]+[”’]?)(?=[^\\n]{27})##$1<br>",
      "imageStyle": "FULL"
    },
    "ruleExplore": {
      "author": "author##\\s*编?著",
      "bookList": "subject",
      "bookUrl": "mobileulr",
      "coverUrl": "coverUrl",
      "name": "name"
    },
    "ruleSearch": {
      "author": "author##\\s*编?著",
      "bookList": "$.[*]",
      "bookUrl": "mobileulr",
      "coverUrl": "coverUrl",
      "name": "name"
    },
    "ruleToc": {
      "chapterList": "<js>\nresult=result.match(/Html = \"(.*?)\"/)[1]\nunescape(result)\n</js>li a",
      "chapterName": "text##^目录$",
      "chapterUrl": "attr##&name=.+"
    },
    "searchUrl": "http://yz4.chaoxing.com/circlemarket/getsearch,{\n  \"method\": \"POST\",\n  \"body\": \"&channelId=52&sw={{key}}&start=0&size=25\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "晋江详榜（发现）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.jjwxc.net/细分",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 666,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"♧                      榜   单                     ♧\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 驻 站 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=19&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 字 数 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=8&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 长 生 殿 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=9&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=3&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=5&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=4&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=6&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 总 分 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=7&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"霸王票榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=13&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"勤奋指数 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=15&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"栽培月榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=18&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"千字金榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=21&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完结高分 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=20&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古言完结 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现言完结 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=8\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"衍言完结 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=13\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无CP完结\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=46\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"衍生完结 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=21&str=26\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"❀                     无   c p                     ❀\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=18\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 完 结 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=40\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"❀                     百     合                     ❀\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=17\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"重来一次 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10901\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奇幻异闻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10902\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"架空历史\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10903\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越时空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10904\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻想未来\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10905\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市情缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10906\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天赐良缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10907\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时尚娱乐\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10908\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫廷侯爵\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10909\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"业界精英\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10910\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统快穿\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10911\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"情有独钟\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10912\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"❀                    古代言情                    ❀\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古色古香\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10101\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"布衣生活\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10102\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天作之合\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10103\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫廷侯爵\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10104\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"再世重生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10105\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"架空历史\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10106\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女尊女强\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10107\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"传奇武侠\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10108\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"复仇虐渣\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10109\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"市井人家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10110\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科举朝堂\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10111\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"励志人生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10112\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"❀                    都市青春                    ❀\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"豪门世家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10201\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"业界精英\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10202\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"励志人生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10203\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"婚前婚后\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10204\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市情缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10205\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"破镜重圆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10206\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"近水楼台\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10207\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时代新风\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10208\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天之骄子\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10209\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐星光\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10210\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"欢喜冤家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10211\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"因缘邂逅\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10212\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"校园青春\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10213\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时尚流行\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10214\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"甜心蜜意\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10215\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"情有独钟\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10216\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"❀                    幻想言情                    ❀\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=3\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"再世重生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10301\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越时空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10302\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人生赢家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10303\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时代奇缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10304\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"快穿系统\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10305\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"种田日常\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10306\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻想传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10307\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"豪门世家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10308\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代架空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10309\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神奇能力\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10310\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市异闻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10311\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"升级逆袭\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10312\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"打脸爽文\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10313\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿书攻略\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10314\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"流金年代\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10315\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐时尚\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10316\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"❀                    古代穿越                    ❀\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天作之合\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10401\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女尊女强\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10402\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史穿越\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10403\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"架空穿越\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10404\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"布衣生活\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10405\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫廷侯爵\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10406\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"前世今生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10407\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异世传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10408\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"市井人家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10409\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科举朝堂\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10410\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统快穿\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10411\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"复仇虐渣\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10412\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"❀                    奇幻言情                    ❀\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"东方传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10501\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙侠奇缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10502\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"另类幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10503\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"魔法幻情\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10504\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"修真升级\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10505\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"灵异神怪\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10506\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西方幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10507\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异世穿书\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10508\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异术超能\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10509\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统快穿\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10510\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异闻传说\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10511\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"玄奇幻界\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10512\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"❀                    未来游戏                    ❀\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=7&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=7&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=7&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=8&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=7&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=7&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻世界\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10601\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"星际机甲\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10602\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"末世异世\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10603\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"游戏电竞\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10604\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"未来架空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10605\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异度幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10606\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时空穿梭\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10607\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"悬疑推理\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10608\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"快穿系统\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10609\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无限领域\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10610\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"萌宠灵怪\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10611\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"惊奇档案\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10612\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"❀                    二 次 元                    ❀\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=11\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"东方古风\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11105\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西幻魔幻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11106\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"乙女游戏\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11107\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异界穿书\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11108\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"热血冒险\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11109\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异能超能\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11110\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"经营基建\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11111\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"浪漫情缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11112\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"次元重生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11113\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"偶像育成\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11114\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"竞技社团\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11115\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"新奇幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11116\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"❀                    衍生言情                    ❀\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=12\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 名   著 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11201\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西方罗曼\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11202\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11203\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无限快穿\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11204\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"东方幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11205\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"江湖恩怨\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11206\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐竞技\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11207\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 其 他  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11208\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"❀                    现代纯爱                    ❀\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=15\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"欢喜冤家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10701\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市甜文\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10702\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"再世重生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10703\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代都市\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10704\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"校园青春\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10705\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越时空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10706\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"打脸逆袭\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10707\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"边缘恋曲\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10708\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"业界精英\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10709\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"种田日常\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10710\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"豪门世家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10711\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"励志人生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10712\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"竞技人生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10713\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时尚娱乐\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10714\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"情有独钟\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10715\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"婚前婚后\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10716\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"❀                    幻想纯爱                    ❀\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=43\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无 限 流\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11801\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"末世狂想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11802\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"快穿世界\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11803\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  系 统 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11804\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙侠修真\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11805\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异闻秘术\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11806\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"萌宠频道\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11807\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"边缘幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11808\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐星光\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11809\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"星际日常\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11810\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"重生穿越\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11811\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人生赢家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11812\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻想甜宠\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11813\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"升级爽文\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11814\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奇幻灵异\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11815\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻机甲\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11816\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"❀                    古代纯爱                    ❀\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=16\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫廷将相\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10801\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"布衣生活\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10802\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙侠修真\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10803\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古代幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10804\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"升级逆袭\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10805\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西幻异世\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10806\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"再世重生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10807\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越时空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10808\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻想系统\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10809\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"玄幻灵异\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10810\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天作之合\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10811\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武侠传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10812\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"❀                    衍生纯爱                    ❀\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=21\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"名著传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11001\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"江湖奇缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11002\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无cp其他\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11003\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无CP 轻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11004\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"衍生其他\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11005\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西方罗曼\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11006\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无限快穿\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11007\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无cp次元\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11008\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都 市 轻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11009\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻 想 轻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11010\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"次元热血\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11011\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"次元幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11012\",\"style\":{\"layout_flexGrow\":1}}]",
    "header": "",
    "lastUpdateTime": 1735059349485,
    "loginUrl": "http://m.jjwxc.net/",
    "respondTime": 1150,
    "ruleBookInfo": {
      "canReName": "1",
      "coverUrl": "class.noveldefaultimage@src",
      "intro": "@js:\nli=String(java.getString('@@class.smallreadbody!0@span@text&&class.rightul.0@tag.li.1@text',false)).replace(/\\n/g,'•');\nintro=String(java.getString('@@id.novelintro.0@html',false));\nresult=String(li+'\\n————————————————————'+intro);\na=result.replace(/作品视角/,'◎作品视角').replace(/\\s{2,}/g,'\\n').replace(/立意/,'◎立意').replace(/内容标签/,'    ◎标签').replace(/一句话简介/,'◎短简').replace(/搜索关键字：/,'◎').replace(/ ┃ /g,'\\n◎').replace(/•◎/g,'\\n◎').replace(/：•/,'：').replace(/(?:◎标签：|◎主角：|◎配角：|◎其它：|◎短简：|◎作品视角：)\\n/g,'').replace(/•$/gm,'')\n##手机地址：",
      "kind": "//*[@itemprop=\"updataStatus\"]/text()&&//*[@itemprop=\"genre\"]/text()&&//*[@itemprop=\"updataStatus\"]/font/text()##-##,",
      "lastChapter": "id.oneboolt@tag.tr.-2@tag.span.0@text&&id.oneboolt@tag.tr.-2@tag.td.-1@tag.span@text\n@js:result.replace(/\\n/g,'·').replace(/(.*?)\\[VIP\\]/,'★·$1')",
      "name": "tag.title@text##《(.*?)》##$1###",
      "wordCount": "//span[@itemprop=\"wordCount\"]/text()"
    },
    "ruleContent": {
      "content": "class.b module@tag.li.0@textNodes&&class.b module@tag.li.1@textNodes##网友：|评分：|.*分\\｜.{4}",
      "imageStyle": "0",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "@js:if(baseUrl.match(/www/)){\njava.getString(\"@@tag.a.0@text\",false)\n}else{java.getString(\"@@tag.a.1@text\",false)}",
      "bookList": "tbody@tr!0||class.b module@tag.li!-1",
      "bookUrl": "@js:if(baseUrl.match(/www/)){\njava.getString(\"@@tag.a.1@href\",true)\n}else{result=java.getString(\"@@tag.a.0@href\",true);\nif(result.match(/\\/(\\d+)/)){\nvar id=result.match(/\\/(\\d+)/)[1]\nresult=\"http://www.jjwxc.net/onebook.php?novelid=\"+id}\nelse{result=java.getString(\"@@tag.a.0@href\",true);}}",
      "coverUrl": "tag.td.2@a@href||tag.a.1@href@js:result.replace(/.+novelid=/, 'http:\\/\\/i9-static.jjwxc.net\\/novelimage.php?novelid=')",
      "intro": "class.tooltip@rel&&tag.td.1@a@title##<br>|标签：|简介：|size=\"\\d+\"",
      "kind": "{{@@tag.td.4@text}},{{@@tag.td.5@text}},{{@@tag.td.3@text}},{{@@tag.span@text}}##(\\d+)",
      "lastChapter": "tag.td.8@text||tag.td.-1@text",
      "name": "@js:if(baseUrl.match(/www/)){\njava.getString(\"@@tag.a.1@text\",false)\n}else{\na=String(result).match(/有更新/)?'🔥有更新':'';\nString(java.getString(\"@@tag.a.0@text\",false)).replace(/《|》/g,'')+a}",
      "wordCount": "tag.td.-3@text"
    },
    "ruleSearch": {
      "author": "tag.a.0@text",
      "bookList": "@css:tbody tr:lt(5)",
      "bookUrl": "tag.a.1@href",
      "intro": "tag.td.2@text",
      "kind": "font@text&&tag.td.3@text&&tag.td.5@text",
      "lastChapter": "<js>\nvar a=String(result).match(/href=\"(onebook.php\\?novelid=\\d+)/)[1];\nvar url=\"http://www.jjwxc.net/\"+a;\norg.jsoup.Jsoup.connect(url).get()</js>\nid.oneboolt@tag.tr.-2@tag.span.0@text##(.*?)\\[VIP\\]##★ • $1",
      "name": "tag.a.1@text"
    },
    "ruleToc": {
      "chapterList": "@css:tr[itemprop~=chapter]",
      "chapterName": "tag.font@text&&tag.a.0@text##\\[VIP\\]\\n*##★·",
      "chapterUrl": "tag.a.0@href||tag.a.0@rel\n<js>\nid=result.match(/ovelid=(\\d+)&chapterid=(\\d+)/);\nif(String(chapter.title).indexOf('🔒')>-1){\nresult='https://wap.jjwxc.net/vip/'+id[1]+'/'+id[2]\n}else{\nresult='https://m.jjwxc.net/book2/'+id[1]+'/'+id[2]}\n</js>",
      "isVip": "",
      "updateTime": "tag.td.3@text&&tag.td.2@text&&tag.span.-1@text\n@js:result.replace(/\\n/g,'·').replace(/·/,'字·')"
    },
    "searchUrl": "https://www.jjwxc.net/bookbase.php?searchkeywords={{key}}&page={{page}},{\n  \"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "凡人小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.washuwx.com#",
    "customButton": false,
    "customOrder": 667,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "",
    "lastUpdateTime": 1732520309448,
    "respondTime": 992,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "class.intro clearfix@text",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "text.章节列表@href"
    },
    "ruleContent": {
      "content": "@js:\nvar txt = [],\ndd = java.getElement(\"#txt dd\");\nfor(i = 0; i < dd.length-1; i++){\n\tdata = dd.select(`[data-id=${i}]`)\n\ttxt.push(data)\n\t}\ntxt.join(\"\\n\")",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##{{try{title}catch(e){\"\"} }}\\s*\\(第\\d+.*页\\)|.?本章未完.*|.*凡人小说网全文字更新,牢记网址.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a@textNodes##.*\\(|\\)",
      "bookList": "ul[class=\"bd\"]@li",
      "bookUrl": "a@href",
      "kind": "span@text##\\[|\\]",
      "name": "a@textNodes##\\(.*|\\)"
    },
    "ruleToc": {
      "chapterList": "<js>\nvar list = [],\nd=java.getElement(\".list > div\");\nfor(i = 0; i < d.length-1; i++){\n\tdata = d.select(`[data-id=${i}]`)\n\tlist.push(data)\n\t}\nlist.join(\"\\n\")\n</js>\nli a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://wap.washuwx.com/s.php,{\n\t\"method\":\"post\",\n\t\"body\":\"s={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "正版小说网站，VIP章节要登录购买",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "飞卢小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.faloo.com#111",
    "customButton": false,
    "customOrder": 668,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1733517794485,
    "loginUrl": "https://u.faloo.com/regist/login.aspx?backUrl=https://wap.faloo.com/",
    "respondTime": 237,
    "ruleBookInfo": {
      "author": ".color999@tag.a.0@text",
      "coverUrl": "class.cover_box@tag.img@src",
      "init": "",
      "intro": "id.novel_intro@tag.p@text",
      "kind": ".color999@tag.a.1@text&&class.tagList clearfix@tag.a.0@text&&class.tagList clearfix@tag.a.1@text&&class.tagList clearfix@tag.a.2@text",
      "lastChapter": ".newNode@text",
      "name": ".name@text",
      "tocUrl": "class.display_flex_between@tag.a.1@href",
      "wordCount": "class.textHide.3@textNodes##\\d+万人"
    },
    "ruleContent": {
      "content": ".nodeContent@p@html",
      "imageStyle": "FULL",
      "replaceRegex": "##本书来自.*|本书由飞卢.*|用飞卢.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.nl_r1_author@tag.a.0@text",
      "bookList": "class.novelList@li",
      "bookUrl": "class.bl_r1_tit@tag.a@href",
      "coverUrl": "class.nl_r1@tag.a@tag.img@src",
      "intro": "class.bl_r1_into@tag.a@text",
      "kind": "class.nl_r1_author@tag.a.1@text&&class.nl_tags fr@tag.a.0@text&&class.nl_tags fr@tag.a.1@text",
      "name": "class.bl_r1_tit@tag.a@text",
      "wordCount": "class.nl_r2 clearfix@tag.i@text"
    },
    "ruleToc": {
      "chapterList": ".v_nodeList li",
      "chapterName": "i@html&&a@text##[\\(（【].*?[求更谢乐发订合补].*?[】）\\)]\n<js>result.replace(/\\<i class\\=\\\"icon_close\\\"\\>\\<\\/i\\>/,'✿·')</js>",
      "chapterUrl": "a@href"
    },
    "searchUrl": "https://wap.faloo.com/search_1_{{page}}.html?k={{key}},{\n  \"charset\": \"GB2312\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁,免费",
    "bookSourceName": "笔趣阁🎃#22",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.xbiqusa.info#🎃",
    "customButton": false,
    "customOrder": 669,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 1713,
    "ruleBookInfo": {
      "coverUrl": ".synopsisArea_detail img@src",
      "init": "",
      "intro": ".review@textNodes",
      "tocUrl": ".btn a@href"
    },
    "ruleContent": {
      "content": ".ReadAjax_content@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##『章节.*举报』|天才一秒记住本站地址.*最快更新！无广告！|（本章.*阅读）|『加入.*阅读』|.*\\(第.*/3页\\)|"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": ".author a.1@text",
      "bookList": ".hot_sale",
      "bookUrl": ".hot_sale @a@href",
      "lastChapter": ".author a.2@text",
      "name": ".title@text"
    },
    "ruleToc": {
      "chapterList": ".directoryArea@p!0",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://m.xbiqusa.info/SearchBook.php?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "作者: 梓澄(helloplhm-qwq)\n登录功能同步菠萝包轻小说书源\n发现懒得写",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "菠萝漫画",
    "bookSourceType": 2,
    "bookSourceUrl": "https://api.sfacg.com#漫画",
    "customButton": false,
    "customOrder": 670,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n\"content-type\": \"application/json\",\n\"sf-minip-info\": \"minip_novel/1.0.72(android;10)/wxmp\",\n\"authorization\": \"Basic YW5kcm9pZHVzZXI6MWEjJDUxLXl0Njk7KkFjdkBxeHE=\",\n\"user-agent\":\"minip_novel/1.0.72(android;10)/wxmp\"\n}",
    "lastUpdateTime": 1732303874152,
    "respondTime": 2287,
    "ruleBookInfo": {
      "author": "author",
      "coverUrl": "cover",
      "init": "<js>\nvar x = JSON.parse(result).data\nvar res = {\n    name: x.comicName,\n    author: x.expand.authorName,\n    latest: x.latestChapterTitle,\n    cover: x.comicCover,\n    tags: [x.expand.typeName, x.isFinished ? \"完结\" : \"连载\",(x.signStatus === \"普通\") ? \"\" : x.signStatus, x.point.toFixed(1)].join(\",\"),\n    intro: x.expand.intro,\n    url: `https://api.sfacg.com/comics/${x.comicId}/chaps?expand=needFireMoney,originNeedFireMoney,chapcover`\n}\nres\n</js>",
      "intro": "intro",
      "kind": "tags",
      "lastChapter": "latest",
      "name": "name",
      "tocUrl": "url"
    },
    "ruleContent": {
      "content": "<js>\nvar cnt = []\ndata = JSON.parse(result).data\ndata.forEach((x) => {\n  cnt.push(`<img src=\"${x}\">`)\n})\ncnt.join(\"\\n\")\n</js>",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "author",
      "bookList": "<js>\nvar list = JSON.parse(result).data.comics\nvar res = []\nlist.forEach((x) => {\n  res.push({\n    name: x.comicName,\n    author: x.expand.authorName,\n    latest: x.latestChapterTitle,\n    cover: x.comicCover,\n    tags: [x.expand.typeName, x.isFinished ? \"完结\" : \"连载\",(x.signStatus === \"普通\") ? \"\" : x.signStatus, x.point.toFixed(1)].join(\",\"),\n    intro: x.expand.intro,\n    url: `https://api.sfacg.com/comics/${x.comicId}?expand=typeName,intro,markCount,authorName,authorIntro,fav,bigComicCover,bigBgBanner,ticket,tags,originalauthor,authoravatar,discount,discountExpireDate,totalNeedFireMoney,originTotalNeedFireMoney`\n  })\n})\nres\n</js>",
      "bookUrl": "url",
      "checkKeyWord": "血姬与骑士",
      "coverUrl": "cover",
      "intro": "intro",
      "kind": "tags",
      "lastChapter": "latest",
      "name": "name"
    },
    "ruleToc": {
      "chapterList": "<js>\ndata = JSON.parse(result).data.reverse()\nvar w = []\nvar cid = baseUrl.split(\"?\")[0].match(/\\d+/)[0]\njava.log(cid)\ndata.forEach((x) => {\n  w.push({\n    title: x.chapterTitle,\n    isvip: x.isVip,\n    url: `https://api.sfacg.com/comics/${cid}/chappics/${x.pathName}?autoOrder=false&useCoupon=true`,\n    update: x.addDate.replace(\"T\", \"\")\n  })\n})\nw\n</js>",
      "chapterName": "title",
      "chapterUrl": "url",
      "isVip": "isvip",
      "updateTime": "update"
    },
    "searchUrl": "/search/comics/result/new?q={{key}}&expand=comics,typeName,authorName,intro,latestchaptitle,latestchapintro,tags,sysTags&sort=hot&page={{page - 1}}&size=12&systagids=&isFinish=-1&updateDays=-1",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "文学度网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.wenxuedu.net",
    "customButton": false,
    "customOrder": 671,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "首页::\n完本::full/{{page}}/\n玄幻::sort/11_{{page}}/\n武侠::sort/12_{{page}}/\n言情::sort/13_{{page}}/\n历史::sort/14_{{page}}/\n游戏::sort/15_{{page}}/\n竞技::sort/16_{{page}}/\n科幻::sort/17_{{page}}/\n灵异::sort/18_{{page}}/\n日排行榜::top/dayvisit_{{page}}/\n周排行榜::top/weekvisit_{{page}}/\n月排行榜::top/monthvisit_{{page}}/\n总排行榜::top/allvisit_{{page}}/\n总收藏榜::top/goodnum_{{page}}/\n字数排行::top/size_{{page}}/\n日推荐榜::top/dayvote_{{page}}/\n周推荐榜::top/weekvote_{{page}}/\n月推荐榜::top/monthvote_{{page}}/\n总推荐榜::top/allvote_{{page}}/\n最新入库::top/postdate_{{page}}/\n最近更新::top/lastupdate_{{page}}/",
    "lastUpdateTime": 1733401472722,
    "loginUi": "[\n  {\n    \"name\": \"账号\",\n    \"type\": \"text\"\n  },\n  {\n    \"name\": \"密码\",\n    \"type\": \"password\"\n  }\n]",
    "loginUrl": "@js:\nfunction login() {\n  let une = source.getLoginInfoMap().get(\"账号\")\n  let pwd = source.getLoginInfoMap().get(\"密码\")\n  if (une && pwd) {\n    let body = String('LoginForm%5Busername%5D=' + une + '&LoginForm%5Bpassword%5D=' + pwd + '&_17mb_sava=on&ac=login')\n    let url = source.bookSourceUrl + 'login.php'\n    let ck = java.post(url, body, { \"Content-Type\": \"application/x-www-form-urlencoded\" }).cookies()\n    let header = JSON.stringify({\n      \"Cookie\": String(ck).match(/\\{(.*?)\\}/)[1].replace(/,/g, ';')\n    })\n    source.putLoginHeader(header)\n  }\n}",
    "respondTime": 593,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "class.infohead@class.pic@tag.img@src",
      "intro": "class.intro@tag.p@textNodes",
      "kind": "class.infotype@tag.p.1@text##类型：",
      "lastChapter": "class.infotype@tag.p.3@tag.a@text",
      "name": "class.cataloginfo@tag.h3@text"
    },
    "ruleContent": {
      "content": "id.novelcontent@tag.p@textNodes##\\(第.*页\\)",
      "nextContentUrl": "class.novelbutton@tag.li.3@tag.a@href%%0"
    },
    "ruleExplore": {
      "author": "class.s3@text||class.p3@tag.a@text||class.author@a@text",
      "bookList": "class.list@tag.li||class.fullbox@class.full_content||class.article||class.articlegeneral",
      "bookUrl": "class.s2@tag.a@href||class.p2@tag.a@href||tag.h6@a@href",
      "coverUrl": "img@src",
      "intro": "class.simple@textNodes",
      "kind": "class.s1@text||tag.p.0@text",
      "name": "class.s2@text||class.p2@tag.a@text||tag.h6@a@text"
    },
    "ruleSearch": {
      "author": "class.sone@tag.a.1@text",
      "bookList": "class.searchresult@class.sone",
      "bookUrl": "a@href",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "class.sone@a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.list_xm.1@tag.ul@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "class.listpage@class.right@tag.a@href"
    },
    "searchUrl": "modules/article/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "乐文阁网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.lewenge.cc",
    "customButton": false,
    "customOrder": 672,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "总点击榜::/allvisit/{{page}}.shtml\n月点击榜::/monthvisit/{{page}}.shtml\n周点击榜::/weekvisit/{{page}}.shtml\n日点击榜::/dayvisit/{{page}}.shtml\n总推荐榜::/allvote/{{page}}.shtml\n月推荐榜::/monthvote/{{page}}.shtml\n周推荐榜::/weekvote/{{page}}.shtml\n日推荐榜::/dayvote/{{page}}.shtml\n总收藏榜::/goodnum/{{page}}.shtml\n总字数榜::/size/{{page}}.shtml\n最新入库::/postdate/{{page}}.shtml\n最近更新::/lastupdate/{{page}}.shtml\n魔幻玄幻::/fenlei1_{{page}}.shtml\n仙侠修真::/fenlei2_{{page}}.shtml\n都市青春::/fenlei3_{{page}}.shtml\n历史军事::/fenlei4_{{page}}.shtml\n科幻游戏::/fenlei5_{{page}}.shtml\n近代现代::/fenlei6_{{page}}.shtml\n同人耽美::/fenlei7_{{page}}.shtml\n架空历史::/fenlei8_{{page}}.shtml\n重生异能::/fenlei9_{{page}}.shtml\n恐怖推理::/fenlei10_{{page}}.shtml\n完本小说::/wanben1_{{page}}.shtml",
    "lastUpdateTime": 1734979571304,
    "loginUrl": "",
    "respondTime": 606,
    "ruleBookInfo": {
      "author": ".ui_tb1@em@text",
      "coverUrl": ".pic@img@src",
      "init": "",
      "intro": ".intro@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".ui_tb1@tr.4@td.0@textNodes&&.ui_tb1@tr.4@td.2@textNodes&&.ui_tb1@tr.5@td.3@textNodes",
      "lastChapter": ".con@a.0@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".ui_tb1@h1@ownText",
      "tocUrl": ".btopt@a@href",
      "wordCount": "tbody@tr.5@td.1@textNodes##字"
    },
    "ruleContent": {
      "content": "id.content@p@html"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "span.0@text##.*：",
      "bookList": "id.alistbox",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "lastChapter": "a.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "tbody.0@td@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"method\": \"post\",\n  \"body\": \"searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "漫客栈吧",
    "bookSourceType": 2,
    "bookSourceUrl": "https://comic.mkzhan.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 673,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "热门人气::https://comic.mkzcdn.com/search/filter/?order=1&page_num={{page}}&page_size=12\n更新时间::https://comic.mkzcdn.com/search/filter/?order=2&page_num={{page}}&page_size=12\n连载::https://comic.mkzcdn.com/search/filter/?finish=1&page_num={{page}}&page_size=12\n完结::https://comic.mkzcdn.com/search/filter/?finish=2&page_num={{page}}&page_size=12\n霸总::https://comic.mkzcdn.com/search/filter/?theme_id=1&page_num={{page}}&page_size=12\n修真::https://comic.mkzcdn.com/search/filter/?theme_id=2&page_num={{page}}&page_size=12\n恋爱::https://comic.mkzcdn.com/search/filter/?theme_id=3&page_num={{page}}&page_size=12\n校园::https://comic.mkzcdn.com/search/filter/?theme_id=4&page_num={{page}}&page_size=12\n冒险::https://comic.mkzcdn.com/search/filter/?theme_id=5&page_num={{page}}&page_size=12\n搞笑::https://comic.mkzcdn.com/search/filter/?theme_id=6&page_num={{page}}&page_size=12\n生活::https://comic.mkzcdn.com/search/filter/?theme_id=7&page_num={{page}}&page_size=12\n热血::https://comic.mkzcdn.com/search/filter/?theme_id=8&page_num={{page}}&page_size=12\n架空::https://comic.mkzcdn.com/search/filter/?theme_id=9&page_num={{page}}&page_size=12\n后宫::https://comic.mkzcdn.com/search/filter/?theme_id=10&page_num={{page}}&page_size=12\n耽美::https://comic.mkzcdn.com/search/filter/?theme_id=11&page_num={{page}}&page_size=12\n玄幻::https://comic.mkzcdn.com/search/filter/?theme_id=12&page_num={{page}}&page_size=12\n悬疑::https://comic.mkzcdn.com/search/filter/?theme_id=13&page_num={{page}}&page_size=12\n恐怖::https://comic.mkzcdn.com/search/filter/?theme_id=14&page_num={{page}}&page_size=12\n灵异::https://comic.mkzcdn.com/search/filter/?theme_id=15&page_num={{page}}&page_size=12\n动作::https://comic.mkzcdn.com/search/filter/?theme_id=16&page_num={{page}}&page_size=12\n科幻::https://comic.mkzcdn.com/search/filter/?theme_id=17&page_num={{page}}&page_size=12\n战争::https://comic.mkzcdn.com/search/filter/?theme_id=18&page_num={{page}}&page_size=12\n古风::https://comic.mkzcdn.com/search/filter/?theme_id=19&page_num={{page}}&page_size=12\n穿越::https://comic.mkzcdn.com/search/filter/?theme_id=20&page_num={{page}}&page_size=12\n竞技::https://comic.mkzcdn.com/search/filter/?theme_id=21&page_num={{page}}&page_size=12\n百合::https://comic.mkzcdn.com/search/filter/?theme_id=22&page_num={{page}}&page_size=12\n励志::https://comic.mkzcdn.com/search/filter/?theme_id=23&page_num={{page}}&page_size=12\n同人::https://comic.mkzcdn.com/search/filter/?theme_id=24&page_num={{page}}&page_size=12\n真人::https://comic.mkzcdn.com/search/filter/?theme_id=26&page_num={{page}}&page_size=12\n少年::https://comic.mkzcdn.com/search/filter/?audience=1&page_num={{page}}&page_size=12\n少女::https://comic.mkzcdn.com/search/filter/?audience=2&page_num={{page}}&page_size=12\n青年::https://comic.mkzcdn.com/search/filter/?audience=3&page_num={{page}}&page_size=12\n少儿::https://comic.mkzcdn.com/search/filter/?audience=4&page_num={{page}}&page_size=12\n独家::https://comic.mkzcdn.com/search/filter/?copyright=1&page_num={{page}}&page_size=12\n合作::https://comic.mkzcdn.com/search/filter/?copyright=2&page_num={{page}}&page_size=12\n免费::https://comic.mkzcdn.com/search/filter/?is_free=1&page_num={{page}}&page_size=12\n付费::https://comic.mkzcdn.com/search/filter/?is_fee=1&page_num={{page}}&page_size=12\nVIP::https://comic.mkzcdn.com/search/filter/?is_vip=1&page_num={{page}}&page_size=12",
    "header": "",
    "lastUpdateTime": 1732183990538,
    "loginUrl": "",
    "respondTime": 3491,
    "ruleBookInfo": {
      "intro": "$.data.content",
      "lastChapter": "$.data.chapter_title",
      "name": "$.data.title",
      "tocUrl": "https://comic.mkzhan.com/chapter/?comic_id={{$.data.comic_id}}\n@js:\nz=result\na={\n  \"body\": \"oauth_id=402&oauth_data=%7B%22unionid%22%3A%223227d2ee22e30fcd847e78da026ee6da%22%7D\",\n  \"method\": \"POST\"\n}\nb=java.ajax(\"https://member.mkzcdn.com/login/oauth/,\"+JSON.stringify(a))\njava.log(b)\ndata=JSON.parse(b).data\nsign=data.sign\nuid=data.uid\njava.put(\"sign\",sign)\njava.put(\"uid\",uid)\nz"
    },
    "ruleContent": {
      "content": "@js:\nlet list = JSON.parse(result).data.page.map((i)=>{\n\treturn '<img src=\"'+i.image+'\" />'\n\t})\nString(list).replace(new RegExp(\",\",\"gi\"),\"\")"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.author_title",
      "bookList": "$.data.list.*",
      "bookUrl": "https://comic.mkzhan.com/comic/info/?comic_id={{$.comic_id}}",
      "coverUrl": "$.cover@js:result.replace(/\\.(jpg|JPG).*/g,\".$1!cover-400\")",
      "lastChapter": "$.chapter_title",
      "name": "@js:\njava.put(\"comic_id\",result.comic_id)\nresult.title"
    },
    "ruleToc": {
      "chapterList": "$.data.*",
      "chapterName": "$.title",
      "chapterUrl": "\nhttps://comic.mkzhan.com/chapter/content/v1/?chapter_id={{$.chapter_id}}&comic_id={{java.get(\"comic_id\")}}&format=1&quality=1&sign={{java.get(\"sign\")}}&type=1&uid={{java.get(\"uid\")}}",
      "isVip": "$.is_vip",
      "updateTime": ""
    },
    "searchUrl": "https://comic.mkzhan.com/search/keyword/?keyword={{key}}&page_num={{page}}&page_size=20",
    "weight": 0
  },
  {
    "bookSourceComment": "日语\n使用记得开魔法。目前只支持搜索书名，最好直接去搜全名。只搜部分的话会容易被海量无关结果淹没。。。\n还待添加的功能：支持卷名、支持简介分段、搜索结果二次筛选、搜索为空时给予反馈",
    "bookSourceGroup": "免费",
    "bookSourceName": "风扇枕说（日+）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://kakuyomu.jp/",
    "customButton": false,
    "customOrder": 674,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1759754302378,
    "respondTime": 3484,
    "ruleBookInfo": {
      "intro": "class.CollapseTextWithKakuyomuLinks_lineHeight-m__sr9Tu@text"
    },
    "ruleContent": {
      "content": "class.widget-episode-inner@tag.p@text"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.WorkTitle_workLabelAuthor__Kxy5E@children@text",
      "bookList": "class.NewBox_borderSize-bb-m__wEqyb",
      "bookUrl": "class. Gap_size-4s__F67Nf Gap_direction-x__RsHk8@tag.a@href",
      "checkKeyWord": "僕",
      "kind": "class.Meta_metaTruncatedItem__X_PoQ@text",
      "name": "class. Gap_size-4s__F67Nf Gap_direction-x__RsHk8@text",
      "wordCount": "class.WorkMetaBasicInformation_bg-none__s41TO@children@children@class.Meta_metaItemWrapper__JzV2P.3@children@text"
    },
    "ruleToc": {
      "chapterList": "class.WorkTocSection_link__ocg9K",
      "chapterName": "class.WorkTocSection_title__H2007@text##《　|　》",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/search?q={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "快看漫画",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.kuaikanmanhua.com#Haxc1107",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 675,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"✿　　　　　　　榜    单　　　　　　　✿\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"国漫榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=9\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日漫榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=10\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"韩漫榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=11\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"少女榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=6\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"少年榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=5\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青女榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=7\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青年榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=8\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"新作榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完结榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=12\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"口碑榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"畅销榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=4\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"🔹　　 　　　　状    态　 　　　　　🔹 \",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"推荐\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最火热\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=0&sort=2&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"新上架\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=0&sort=3&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"连载中\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=1&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"已完结\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=2&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"►免费\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=1&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"►付费\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=2&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"►抢先看\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=3&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"🔹　　 　　　　分    类　 　　　　　🔹 \",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"恋爱\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=20&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"强剧情\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=82&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古风\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=46&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校园\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=47&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奇幻\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=22&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"唯美\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=58&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"热血\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=67&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日漫\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=57&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"韩漫\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=60&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"大女主\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=77&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完结\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=40&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=80&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"萌系\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=62&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=32&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=63&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"搞笑\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=71&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=48&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"正能量\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=54&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总裁\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=52&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"投稿\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=76&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 10; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 Mobile Safari/537.36 SearchCraft/3.6.5 (Baidu; P1 9.0)\"\n}",
    "lastUpdateTime": 1729408807742,
    "loginUrl": "http://m.kuaikanmanhua.com/mob/booklist",
    "respondTime": 6399,
    "ruleBookInfo": {
      "author": "<js>\na=eval(result.match(/__NUXT__[^<]*/)[0]);\nresult=JSON.stringify(__NUXT__);\n</js>\n$.data[*].topicInfo.user.nickname",
      "coverUrl": "@js:\neval(result.match(/__NUXT__[^<]*/)[0]);\n__NUXT__.data[0].topicInfo.vertical_image_url",
      "intro": "@js:\neval(result.match(/__NUXT__[^<]*/)[0]);\n__NUXT__.data[0].topicInfo.description",
      "kind": "@js:\neval(result.match(/__NUXT__[^<]*/)[0]);\n__NUXT__.data[0].topicInfo.tags",
      "lastChapter": "@js:\neval(result.match(/__NUXT__[^<]*/)[0]);\n__NUXT__.data[0].topicInfo.update_status.replace(/^.*?已更/,\"\")",
      "name": "@js:\neval(result.match(/__NUXT__[^<]*/)[0]);\n__NUXT__.data[0].topicInfo.title"
    },
    "ruleContent": {
      "content": "class.ComicPics@img@html##data-src##src",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.author_name",
      "bookList": "$.data.topics||$.data.cards||$.hits.topicMessageList||$.hits",
      "bookUrl": "$.id||$.topic_id@js:\"http://m.kuaikanmanhua.com/mobile/\"+result+\"/list/\"",
      "coverUrl": "$.vertical_image_url||$.image_url||$.cover_image_info.images[*].url",
      "intro": "description",
      "kind": "$.category||$.recommend_tag[1].title",
      "lastChapter": "$.latest_comic_title",
      "name": "$.title.text||$.title"
    },
    "ruleToc": {
      "chapterList": "<js>\na=eval(result.match(/__NUXT__[^<]*/)[0]);\nresult=JSON.stringify(__NUXT__);\n</js>\n$.data[*].comicList[*]",
      "chapterName": "$.title",
      "chapterUrl": "$.id\n@js:\"http://m.kuaikanmanhua.com/mobile/comics/\"+result",
      "isVip": "$.is_free\n@js:result=='true'?false:true",
      "updateTime": "@js:java.timeFormat({{$.updated_at}})"
    },
    "searchUrl": "http://m.kuaikanmanhua.com/search/mini/topic/title_and_author?page={{page}}&size=24&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "落尘小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.xluochen.com",
    "bookUrlPattern": "https://www.xluochen.com/\\d+/\\d+",
    "customButton": false,
    "customOrder": 676,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1729015691943,
    "loginUrl": "",
    "respondTime": 8534,
    "ruleBookInfo": {
      "author": "class.info@h3@tag.a@text",
      "coverUrl": "class.img@img@src",
      "init": "class.content",
      "intro": "id.intro@tag.p.0@text",
      "kind": "class.info@tag.p.0@text&&\nclass.info@tag.p.1@text&&\nclass.info@tag.p.2@text##所属类型：|更新时间：|连载完成：",
      "lastChapter": "class.info@tag.span@tag.a@text##百度搜索.*|免费章节 |正文卷 |正文 |VIP章节|章节目录",
      "name": "class.info@h1@text",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.book_text@html##记住本站网址(.*|\\n)本站",
      "nextContentUrl": "text.下一页@href",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tr!0",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "tag.td.0@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.xluochen.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": "",
      "kind": "tag.td.4@text&&\ntag.td.5@text",
      "lastChapter": "tag.td.1@tag.a@text##百度搜索.*|免费章节 |正文卷 |正文 |VIP章节|章节目录",
      "name": "tag.td.0@tag.a@text",
      "wordCount": "tag.td.3@text"
    },
    "ruleToc": {
      "chapterList": "class.article_texttitleb@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://www.xluochen.com/modules/article/search.php?searchtype=articlename&searchkey={{key}}&action=login&submit=%26%23160%3B%CB%D1%26%23160%3B%26%23160%3B%CB%F7%26%23160%3B&page={{page}},{\n  \"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "万层中文",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.oneceng.com/##jjj",
    "customButton": false,
    "customOrder": 677,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1731590797478,
    "respondTime": 297,
    "ruleBookInfo": {
      "author": "span a@text",
      "coverUrl": "a img@src",
      "intro": ".tabvalue td@text&&.tabvalue div@text",
      "kind": "td[width]:nth-of-type(1)@text",
      "lastChapter": "div.title@text",
      "name": ".divbox > div > div > span:nth-of-type(1)@text",
      "tocUrl": "a.catalogbtn@href"
    },
    "ruleContent": {
      "content": "div.acontent@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": "td:nth-of-type(3)@text",
      "bookList": "#jieqi_page_contents tr",
      "bookUrl": "a.pop@href",
      "coverUrl": "a.pop@href<js>java.ajax(result)</js>a img@src",
      "kind": "td:nth-of-type(6)@text",
      "lastChapter": "#jieqi_page_contents td:nth-of-type(2) a@text",
      "name": "a.pop@text",
      "wordCount": "td:nth-of-type(4)@text"
    },
    "ruleSearch": {
      "author": "div.c_tag:nth-of-type(2) a@text",
      "bookList": "div.c_row",
      "bookUrl": ".c_subject a@href",
      "checkKeyWord": "我的",
      "coverUrl": "a img@src",
      "intro": "div.c_description@text",
      "kind": "div.c_tag:nth-of-type(2) span:nth-of-type(4)@text&&span:nth-of-type(n+7)@text",
      "lastChapter": "div:nth-of-type(4) .c_value a@text",
      "name": ".c_subject a@text",
      "wordCount": "span:nth-of-type(6)@text"
    },
    "ruleToc": {
      "chapterList": "dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.oneceng.com/modules/article/search.php,{\n\"method\":\"POST\",\n\"charset\":\"GBK\",\n\"body\":\"searchtype=articlename&searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "漫客栈子",
    "bookSourceType": 2,
    "bookSourceUrl": "https://www.mkzhan.com#♤Haxc",
    "bookUrlPattern": "https://m.mkzhan.com/\\d+/",
    "customButton": false,
    "customOrder": 678,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "修真::https://www.mkzhan.com/category/?theme_id=2&page={{page}}\n恋爱::https://www.mkzhan.com/category/?theme_id=3&page={{page}}\n校园::https://www.mkzhan.com/category/?theme_id=4&page={{page}}\n冒险::https://www.mkzhan.com/category/?theme_id=5&page={{page}}\n搞笑::https://www.mkzhan.com/category/?theme_id=6&page={{page}}\n生活::https://www.mkzhan.com/category/?theme_id=7&page={{page}}\n热血::https://www.mkzhan.com/category/?theme_id=8&page={{page}}\n架空::https://www.mkzhan.com/category/?theme_id=9&page={{page}}\n后宫::https://www.mkzhan.com/category/?theme_id=10&page={{page}}\n耽美::https://www.mkzhan.com/category/?theme_id=11&page={{page}}\n玄幻::https://www.mkzhan.com/category/?theme_id=12&page={{page}}\n悬疑::https://www.mkzhan.com/category/?theme_id=13&page={{page}}\n恐怖::https://www.mkzhan.com/category/?theme_id=14&page={{page}}\n灵异::https://www.mkzhan.com/category/?theme_id=15&page={{page}}\n动作::https://www.mkzhan.com/category/?theme_id=16&page={{page}}\n科幻::https://www.mkzhan.com/category/?theme_id=17&page={{page}}\n战争::https://www.mkzhan.com/category/?theme_id=18&page={{page}}\n古风::https://www.mkzhan.com/category/?theme_id=19&page={{page}}\n穿越::https://www.mkzhan.com/category/?theme_id=20&page={{page}}\n竞技::https://www.mkzhan.com/category/?theme_id=21&page={{page}}\n百合::https://www.mkzhan.com/category/?theme_id=22&page={{page}}\n励志::https://www.mkzhan.com/category/?theme_id=23&page={{page}}\n同人::https://www.mkzhan.com/category/?theme_id=24&page={{page}}\n真人::https://www.mkzhan.com/category/?theme_id=26&page={{page}}\n霸总::https://www.mkzhan.com/category/?theme_id=1&page={{page}}",
    "lastUpdateTime": 1733776999673,
    "respondTime": 1991,
    "ruleBookInfo": {
      "author": "class.name@text",
      "intro": "class.intro-total@text",
      "kind": "class.comic-status@tag.span.0@text##题材:",
      "lastChapter": "class.update-time@text",
      "name": "class.comic-title.0@text"
    },
    "ruleContent": {
      "content": "$..image@js:result.split(\"\\n\").map(x=>'<img src=\\\"'+x+'\\\">').join(\"\\n\")",
      "imageStyle": "FULL"
    },
    "ruleExplore": {
      "bookList": "class.cate-comic-list clearfix@class.common-comic-item",
      "bookUrl": "class.cover@href",
      "coverUrl": "img@data-src",
      "intro": ".comic-feature@text",
      "lastChapter": "class.comic-update@text##更至：",
      "name": "class.comic__title@text"
    },
    "ruleSearch": {
      "bookList": "class.search-comic-list@class.common-comic-item",
      "bookUrl": "class.cover@href",
      "coverUrl": "img@data-src",
      "intro": ".comic-feature@text",
      "lastChapter": "class.comic-update@text##更至：",
      "name": "class.comic__title@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "-class.chapter__list-box@tag.li",
      "chapterName": "a@text",
      "chapterUrl": ".j-chapter-link@data-chapterid\n@js:\r\ncid=result;\r\nbid=baseUrl.match(/\\/(\\d+)\\//)[1],\n\n'https://comic.mkzcdn.com/chapter/content/v1/?chapter_id='+cid+'&comic_id='+bid+'&format=1&quality=1&sign=0&type=1&uid=0'",
      "updateTime": ".data@text"
    },
    "searchUrl": "https://www.mkzhan.com/search/?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：\nPO文学 https://m.powenxue2.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔰 新御书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.xyushuwu11.com",
    "customButton": false,
    "customOrder": 679,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部分类\",\"url\":\"/sort/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校园言情\",\"url\":\"/sort/1-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市言情\",\"url\":\"/sort/2-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代言情\",\"url\":\"/sort/3-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"罗曼史\",\"url\":\"/sort/4-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美\",\"url\":\"/sort/5-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"百合\",\"url\":\"/sort/6-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人\",\"url\":\"/sort/7-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奇幻玄幻\",\"url\":\"/sort/8-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游竞技\",\"url\":\"/sort/9-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻异能\",\"url\":\"/sort/10-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖灵异\",\"url\":\"/sort/11-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"惊悚推理\",\"url\":\"/sort/12-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠仙侠\",\"url\":\"/sort/13-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"/sort/14-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越重生\",\"url\":\"/sort/15-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"综合其它\",\"url\":\"/sort/16-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完本\",\"url\":\"/wanben-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1745854055643,
    "respondTime": 31969,
    "ruleBookInfo": {
      "author": ".author@text##.* \\/(.*)##$1",
      "coverUrl": ".fm@mip-img@src",
      "intro": ".intro@text",
      "kind": "{{@@class.author@text##(.*) \\/.*##$1}}\n",
      "lastChapter": "{{@@class.lastchapter@text##更新：}}·{{@@class.p1@span@text##更新}}",
      "name": "h1@text",
      "tocUrl": "text.查看所有章节@href"
    },
    "ruleContent": {
      "content": ".content@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": ".author@text",
      "bookList": ".topul",
      "bookUrl": "h2@a@href",
      "coverUrl": "mip-img@src",
      "intro": "p@text",
      "kind": ".other@text",
      "name": "h2@text"
    },
    "ruleSearch": {
      "author": "span@text##\\/",
      "bookList": ".result@li",
      "bookUrl": "a.1@href",
      "kind": "a.0@text##\\[|\\]",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".chapters@ul@li@mip-link",
      "chapterName": "text##列表结束，点击返回书页|列表开始，点击返回书页",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/s.php,{\n  \"body\": \"submit=&type=articlename&s={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "套用搜索规则",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "湘潭小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.xs7.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 680,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻魔法::/leibie1_{{page}}.html\n武侠修真::/leibie2_{{page}}.html\n都市言情::/leibie3_{{page}}.html\n历史军事::/leibie4_{{page}}.html\n侦探推理::/leibie5_{{page}}.html\n网游动漫::/leibie6_{{page}}.html\n科幻小说::/leibie7_{{page}}.html\n恐怖灵异::/leibie8_{{page}}.html\n散文诗词::/leibie9_{{page}}.html\n其他类型::/leibie10_{{page}}.html",
    "header": "",
    "lastUpdateTime": 1734982670122,
    "loginUrl": "",
    "respondTime": 8809,
    "ruleBookInfo": {
      "author": "id.info@p.0@text##作者:",
      "coverUrl": "id.fmimg@img@src",
      "intro": "class.introtxt@text",
      "kind": "id.info@p.3@text",
      "lastChapter": "id.info@p.4@a@text",
      "name": "id.info@h1@text",
      "tocUrl": "class.btopt@a.0@href",
      "wordCount": "I"
    },
    "ruleContent": {
      "content": "#content@html",
      "imageStyle": "0",
      "replaceRegex": "##投推荐票.*|<a.*|一秒记住.*免费阅读！"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "class.title@span@text##作者：",
      "bookList": "#alistbox",
      "bookUrl": "h2@a@href",
      "coverUrl": "class.pic@img@src",
      "intro": "class.intro@text",
      "kind": "",
      "lastChapter": "class.sys@li@a@text",
      "name": "class.title@h2@a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "#list@dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{url=source.getKey();\ncookie.removeCookie(url)\njava.ajax(url).match(/search.*action=\"(.+?)\"/)[1]}}?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "by静白\n🉑选择在原网站复制详情页链接粘贴到书架！步骤：从原网站复制你要看的书的详情页→复制网址链接→进入到阅读的书架→右上角三个点→添加网址！亲测🉑用！",
    "bookSourceGroup": "免费",
    "bookSourceName": "盘古小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.panguxs.org/",
    "bookUrlPattern": "https?://m.panguxs.org/book/\\w+.html",
    "customButton": false,
    "customOrder": 681,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n\t\"Accept-Language\":\"zh-CN\"\n}",
    "lastUpdateTime": 1732018377165,
    "loginUrl": "https://m.panguxs.org/login.php?jumpurl=%2Fnewmessage.php%3Ftosys%3D1%26from%3Dhttps%3A%2F%2Fm.panguxs.org%2F%26title%3D%25E3%2580%258A%25E3%2580%258B%25E5%25A0%25B1%25E9%258C%25AF%26content%3Dhttps%3A%2F%2Fm.panguxs.org%2F",
    "respondTime": 2864,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{i}",
      "init": "@put:{n:\".base.clearfix@h2@text\",\na:\".info@span[0]@a@text\",\nc:\".info@span[1]@a@text&&.info@span[3]@text\",\nl:\".info@span[4]@a@text\",\nd:\".intro.clearfix[0]@text\",\ni:\".base.clearfix@img@src\",\nt:\"text.章节目录@href\"}",
      "intro": "@get:{d}",
      "kind": "@get:{c}##最近更新：",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "@get:{t}"
    },
    "ruleContent": {
      "content": "#txt@p@html",
      "replaceRegex": "##\\s阅读.*盘古小说.*\\s*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".info@span@text",
      "bookList": ".clearfix li",
      "bookUrl": "a@href",
      "coverUrl": "img@data-original",
      "intro": ".intro@text",
      "kind": "em@text",
      "name": ".tit@text"
    },
    "ruleToc": {
      "chapterList": "#chapter a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/s.php?s={{key}}&s=,{\n  \"charset\": \"UTF-8\",\n  \"method\": \"GET\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "晚独阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.duread.cn#",
    "customButton": false,
    "customOrder": 682,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734432756232,
    "loginUrl": "",
    "respondTime": 3017,
    "ruleBookInfo": {
      "author": "class.author.0@text##\\s*.+",
      "coverUrl": "tag.img@href",
      "intro": "class.text-muted J_DescContent@text",
      "kind": "class.author.0@text",
      "name": "class.info@tag.a@text",
      "tocUrl": "class.block-title@href"
    },
    "ruleContent": {
      "content": "id.J_BookRead@html ",
      "nextContentUrl": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@text",
      "bookList": "tag.li",
      "bookUrl": "tag.a@href",
      "coverUrl": "class.thumb@tag.img@data-original",
      "intro": "class.summaries@text",
      "name": "class.title@text"
    },
    "ruleToc": {
      "chapterList": "class.bg-gray before-banner-footer@class.list@tag.ul@tag.li",
      "chapterName": "class.chapter-title@text",
      "chapterUrl": "tag.a@href##$##,{\"webView\":true}"
    },
    "searchUrl": "https://m.duread.cn/index/search_book?key={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "夜天连看",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yetianlian.cc#",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 683,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1734432209685,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 5306,
    "ruleBookInfo": {
      "author": "class.info@tag.span.0@text##作者：",
      "coverUrl": "class.cover@tag.img@src",
      "intro": "class.intro@text##简介：|作者.*",
      "kind": "class.info@tag.span.1@text##分类：",
      "lastChapter": "class.info@class.last.1@tag.a@text&&class.info@class.last.0@text##更新时间：|..\\:.*",
      "name": "class.info@tag.h2@text",
      "wordCount": "class.info@tag.span.3@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html",
      "imageStyle": "0",
      "replaceRegex": "##http://www.yetianlian.com.*.html|请记住本书首发.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@text##作者：",
      "bookList": "class.bookbox",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src",
      "intro": "tag.p@text",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@tag.a@text",
      "name": "tag.h4@text"
    },
    "ruleToc": {
      "chapterList": "class.listmain@tag.dd!0:1:2:3:4:5:6:7:8:9:10:11",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.yetianlian.cc/s.php?ie=utf-8&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "by阿鬼\n正文有书名的请自行忽略！阿鬼不知道如何处理那里！",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔞御宅书屋备用mxbxs",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.mxbxs.com",
    "bookUrlPattern": "https?://m.mxbxs.com/book/\\d+/",
    "customButton": false,
    "customOrder": 684,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻魔法::/sort/1_{{page}}/\n仙侠修真::/sort/2_{{page}}/\n都市言情::/sort/3_{{page}}/\n历史军事::/sort/4_{{page}}/\n网游竞技::/sort/5_{{page}}/\n科幻灵异::/sort/6_{{page}}/\n恐怖惊悚::/sort/7_{{page}}/\n其他小说::/sort/8_{{page}}/\n耽美小说::/sort/9_{{page}}/\n女频小说::/sort/10_{{page}}/\n高辣::/sort/11_{{page}}/\n腹黑::/sort/12_{{page}}/\n种田::/sort/13_{{page}}/\n肉文::/sort/14_{{page}}/\n短篇合集::/sort/15_{{page}}/",
    "header": "@js:JSON.stringify({\"referer\":baseUrl})",
    "lastUpdateTime": 1743672200454,
    "loginUrl": "https://m.mxbxs.com/login.php",
    "respondTime": 39694,
    "ruleBookInfo": {
      "author": "p[2]@text",
      "coverUrl": ".pic@img@src",
      "intro": ".intro@text##本书简介：",
      "kind": "p[3]@text##类型：",
      "lastChapter": "p[5]@text##最新章节：",
      "name": ".cataloginfo@h3@text",
      "tocUrl": ".gochapter@a@href||text.查看全部章节@href"
    },
    "ruleContent": {
      "content": "#novelcontent@p[0]@html##{{book.name}}|{{book.author}}",
      "nextContentUrl": "text.下一章@href",
      "replaceRegex": "##.*作者:.*\\n*"
    },
    "ruleExplore": {
      "author": ".author@text",
      "bookList": ".article",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": ".simple@text",
      "name": "h6@text"
    },
    "ruleSearch": {
      "author": "a[1]@text",
      "bookList": ".sone",
      "bookUrl": "a@href",
      "checkKeyWord": "我的",
      "name": "a[0]@text"
    },
    "ruleToc": {
      "chapterList": "ul li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href",
      "preUpdateJs": ""
    },
    "searchUrl": "/s.php,{\n  \"body\": \"s={{key}}&type=articlename\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "NovelBuddy",
    "bookSourceType": 0,
    "bookSourceUrl": "https://novelbuddy.io",
    "customButton": false,
    "customOrder": 685,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar result = [];\njava.toast(\"🔥正在刷新列表,请稍等！\");\nvar push = (title, url, size) => result.push({\n    \"title\": title,\n    \"url\": url,\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": size\n    }\n});\nvar baseUrl = \"https://novelbuddy.io/genres\";\nvar tag = java.ajax(baseUrl);\nif (tag) {\n    var a = org.jsoup.Jsoup.parse(tag).select(\".genre-list a\");\n    push(\"🔥 GENRES 🔥\", null, 1);\n    for (var i in a) {\n        var title = a[i].text();\n        var url = a[i].attr(\"href\");\n        var size = 0.33;\n        title = String(title).replace(/\\s/g, \"\");\n        url = String(url)+ \"?page={{page}}\";      \n        push(title, url, size);\n  }\n\n} else {\n  java.toast(\"🤔列表刷新失败！！！\");     \n} \nJSON.stringify(result);",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0\"\n}",
    "lastUpdateTime": 1742313011334,
    "respondTime": 8121,
    "ruleBookInfo": {
      "author": ".detail@span.0@text",
      "coverUrl": "img.0@data-src##//##https://",
      "intro": "<br>\nLast update:\n{{@@.detail@p.4@span@text}}\nGenres:\n{{@@.detail@p.2@a@text##\\s|\\n}}\nTags:\n{{@@.tags@a@text##\\s##,}}\nChapter:\n{{@@.detail@p.3@span@text}}\nSummary:\n{{@@.content.0@html##Support.*}}",
      "kind": ".detail@p.1@a@text&&.detail@p.4@span@text",
      "lastChapter": ".latest-chapters@a.0@text",
      "name": "h1@text##\\s\\(.*",
      "tocUrl": "@js:\n id=src.match(/bookId\\s=\\s(\\d+)/)[1];\njava.log(id); url=\"https://novelbuddy.io/api/manga/\"+id+\"/chapters\";\nresult=url;\nresult;"
    },
    "ruleContent": {
      "content": ".content-inner@p@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "",
      "bookList": ".book-detailed-item",
      "bookUrl": "a@href",
      "checkKeyWord": "me",
      "coverUrl": "img@data-src",
      "intro": "p.0@html",
      "kind": "Views:{{@@span.1@text}}\nrating:{{@@.rating@text}}\n{{@@.genres@span@text}}",
      "lastChapter": "span.0@text",
      "name": "h3@text##\\s\\(.*"
    },
    "ruleToc": {
      "chapterList": "-.col-6@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search?status=all&sort=views&q={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "20231123 整体修复-尐哖\n旧域名：https://api.aixdzs.com",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "爱下小说（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://apiv2hans.aixdzs.com##@尐哖",
    "customButton": false,
    "customOrder": 686,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\nsort=[];\n\tpush=(title,url,type,fp)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: fp,\n\t\t\t\tlayout_flexBasisPercent: type\n\t\t\t}\n\t});\n\tu=\"https://apiv2hans.aixdzs.com/sort\"\n\txx=(a,b)=>{\n\t\treturn `list,{\"method\": \"POST\",\"body\":'{\"bookTypeId\":\"${a}\",\"type\": \"${b}\",\"pageNum\": \"{{page}}\"}'}`;\n\t}\n\tfls = JSON.parse(java.post(u,'',{}).body());\n\tpush(\"最新\",'',1,1)\n\tfor(f of fls.data.allType){\n\t\tpush(f.categoryName,u+xx(f.bookTypeId,1),0.25,0.25);\n\t}\n\tpush(\"——\",'',0.25,0.25)\n\tpush(\"——\",'',0.25,0.25)\n\tpush(\"大热\",'',1,1)\n\tfor(l of fls.data.allType){\n\t\tpush(l.categoryName,u+xx(l.bookTypeId,2),0.25,0.25);\n\t}\n\tpush(\"——\",'',0.25,0.25)\n\tpush(\"——\",'',0.25,0.25)\n\t//完本:3\n\tJSON.stringify(sort);\n</js>",
    "header": "@js:\nJSON.stringify({\n\t\"User-Agent\":\"Dalvik/2.1.0 (Linux; U; Android 10; MIX  Build/PKQ1.190118.001)\"\n});",
    "lastUpdateTime": 1753360915438,
    "respondTime": 12734,
    "ruleBookInfo": {
      "author": "$.author",
      "coverUrl": "https://img22.aixdzs.com/{{$.cover}}",
      "init": "$.data.book",
      "intro": "$.longIntro",
      "kind": "{{$.updated##T.*}}\n{{$.cat}}\n{{$.zt}}",
      "lastChapter": "$.lastChapter\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(\\{（｛【].*[求更谢乐发推票盟补加字Kk\\/].*[\\)\\}）｝】]/g,'')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(第.+章)\\s?\\d+/,'$1')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "name": "$.title",
      "tocUrl": "{{source.getKey().match(/([^\\#]+)\\#/)[1]}}/catalog,{\n  \"body\": '{\"bookId\":\"{{$.bookId}}\"}',\n  \"method\": \"POST\"\n}",
      "wordCount": "$.wordCount"
    },
    "ruleContent": {
      "content": "<js>\ns=\"2c6689f91ee4d4e87d798397d47310ebbe1dad79ixdzs\";\nfor (i = 0, h = \"\"; i < 8; i++) {\n\tx=\"abcdefghijklmnopqrstuvwxyz0123456789\";\n\tr = parseInt(Math.random() * (36 - 0 +1) + 0, 10);\n\th += x.charAt(r);\n}\na=String(Math.round(new Date()));\nsha = s + h + a + h;\nsha1 = java.digestHex(sha,'SHA-1');\n\nb = baseUrl.match(/\"chapterId\":(\\d+),\"bookId\":\"(\\d+)\"/)\nu=source.getKey().match(/([^\\#]+)\\#/)[1];\nurl = u + \"/chapter/content,\";\npost=`{\n  \"method\": \"POST\",\n  \"body\":'{\"chapterId\": ${b[1]},\"bookId\":\"${b[2]}\"}',\n  \"headers\":{\"checkSumDTO\":'{\"appid\":\"ixdzs\",\"checksum\":\"${sha1}\",\"curtime\":\"${a}\",\"nonce\":\"${h}\"}'}\n}`\n\nresult = java.ajax(url+post);\n</js>$.data.chapter.chapterContent",
      "replaceRegex": "##\\n\\s*[\\（(]本章完[\\)）]$|\\n\\s*第.*章.*\\n|.*武林中文网.*最新章节！"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.data.bookList",
      "bookUrl": "{{source.getKey().match(/([^\\#]+)\\#/)[1]}}/book/detail,{\n  \"body\":'{\"bookId\":\"{{$.bookId}}\"}',\n  \"method\": \"POST\"\n}",
      "coverUrl": "https://img22.aixdzs.com/{{$.cover}}",
      "intro": "$.shortIntro",
      "kind": "{{$.updated##T.*}}\n{{$.cat}}\n{{$.zt}}",
      "lastChapter": "{{$.lastChapter##最新:}} • {{$.updated##T.*}}",
      "name": "$.title"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data.bookList",
      "bookUrl": "{{source.getKey().match(/([^\\#]+)\\#/)[1]}}/book/detail,{\n  \"body\":'{\"bookId\":\"{{$.bookId}}\"}',\n  \"method\": \"POST\"\n}",
      "checkKeyWord": "",
      "coverUrl": "https://img22.aixdzs.com/{{$.cover}}",
      "intro": "$.shortIntro",
      "kind": "{{$.updated##T.*}}\n{{$.cat}}\n{{$.zt}}",
      "lastChapter": "{{$.lastChapter##最新[:：]}} • {{$.updated##T.*}}",
      "name": "$.title",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "$.data.chapterList[*]",
      "chapterName": "$.chapterName",
      "chapterUrl": "{{source.getKey().match(/([^\\#]+)\\#/)[1]}}/chapter/content,{\n\t\"body\": '{\"chapterId\":{{$.chapterId}},\"bookId\":\"{{$.bookId}}\"}',\n  \"method\": \"POST\"\n}",
      "updateTime": "时间：{{java.timeFormat(java.getString('$.createTime'))}}"
    },
    "searchUrl": "{{source.getKey().match(/([^\\#]+)\\#/)[1]}}/search,{\n  \"body\": '{\"searchTerms\":\"{{key}}\",\"pageSize\": \"20\",\"pageNum\":\"{{page}}\"}',\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "error:failed to connect to www.changduba.com/69.171.230.18 (port 80) from /192.168.0.115 (port 43008) after 15000ms: isConnected failed: ETIMEDOUT (Connection timed out)\n",
    "bookSourceGroup": "免费",
    "bookSourceName": "玩玩读书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.changduba.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 687,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1721361509328,
    "loginUrl": "",
    "respondTime": 1592,
    "ruleBookInfo": {
      "author": "class.author@text##作者：",
      "coverUrl": "class.imgbox@tag.img@data-src",
      "intro": "class.jianjie@tag.p.0@textNodes",
      "lastChapter": "class.status@tag.p.-1@tag.a@text",
      "name": "class.status@tag.h1@text",
      "tocUrl": "class.read@href"
    },
    "ruleContent": {
      "content": "class.yd_text2@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.odd.0@tag.a@href",
      "coverUrl": "class.odd.0@tag.a@href@js:result.replace(/\\/(\\d+)\\//,'/files/article/image/$1/$2/$2s.jpg')",
      "lastChapter": "class.even.0@text##正文",
      "name": "class.odd.0@text"
    },
    "ruleToc": {
      "chapterList": "class.mulu_list@tag.li@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.changduba.com/modules/article/search.php?searchkey={{key}}&searchtype=articlename&submit=搜索",
    "weight": 0
  },
  {
    "bookSourceGroup": "🔞",
    "bookSourceName": "版主🌸",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.diyibanzhu.me",
    "customButton": false,
    "customOrder": 688,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1742051507679,
    "respondTime": 2598,
    "ruleBookInfo": {
      "author": "{{@@.info@text##类.*}}\n人气：{{@@.info@text##.*：}}",
      "coverUrl": "img@src",
      "intro": ".bd.2@text",
      "kind": "{{@@.info@text##.*型：|字数.*}}",
      "lastChapter": "a.16@text##【.*?】",
      "name": "a.13@text##章.*",
      "wordCount": "{{@@.info@text##.*数：|人气.*}}"
    },
    "ruleContent": {
      "content": "#nr1@html",
      "nextContentUrl": "text.【.*?】@href",
      "replaceRegex": "##本章未.*|P>.*|．．|作者：.*|第.*?章.*|字数：.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "p.1@text##字.*",
      "bookList": ".column-2",
      "bookUrl": "a.0@href",
      "checkKeyWord": "我的",
      "lastChapter": ".update@text##.*：|【.*?】",
      "name": "a.0@text",
      "wordCount": ".words@text##.*："
    },
    "ruleToc": {
      "chapterList": ".list.1@li@a",
      "chapterName": "a@text##【.*?】",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下页@href"
    },
    "searchUrl": "/wap.php?action=search,{\n \"body\": \"objectType=2&wd={{key}}\",\n \"charset\": \"gbk\", \n \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "嘛小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.77shuku.la",
    "customButton": false,
    "customOrder": 689,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36",
    "lastUpdateTime": 1721152723637,
    "respondTime": 3118,
    "ruleBookInfo": {
      "author": ".item:nth-child(1)@text",
      "coverUrl": ".img_in > img@src",
      "init": "",
      "intro": "#intro@text",
      "kind": ".nav-mbx > a:nth-child(3)@text",
      "lastChapter": ".update > a@text",
      "name": "h1@text",
      "wordCount": ".item:nth-child(2)@text##字数："
    },
    "ruleContent": {
      "content": "#ChapterContents@html##最新网址：www.77shuku.la|全集txt下载.*|txt下载地址.*|手机阅读.*|你现在所看的.*",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "tag.span.0@text##作者：",
      "bookList": "class.BOX@tag.tr!0",
      "bookUrl": ".red.0@href",
      "checkKeyWord": "我的",
      "coverUrl": "",
      "intro": "",
      "kind": "tr:nth-child(2) > td:nth-child(2) > a@text",
      "lastChapter": ".chapter.0@text",
      "name": ".red.0@text",
      "wordCount": "tr:nth-child(2) > td:nth-child(8)@text"
    },
    "ruleToc": {
      "chapterList": ".zjlist@tag.dd",
      "chapterName": "tag.a.0@text",
      "chapterUrl": "tag.a.0@href"
    },
    "searchUrl": "/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "补全发现规则，有问题交流群反馈：961955482",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "秋风书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.qiufengshuwu.com",
    "bookUrlPattern": "https?://www.qiufengshuwu.com/book/\\d+.html",
    "customButton": false,
    "customOrder": 690,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar result = [];\nvar push = function(title, url, size) {\nresult.push({\"title\": title, \"url\": url, \"style\": {\"layout_flexGrow\": 1, \"layout_flexBasisPercent\": size}});\n};\nvar tagUrl = source.key+\"/sort/1_1/\";\nvar tag = java.ajax(tagUrl);\nvar tagList = org.jsoup.Jsoup.parse(tag).select(\".menu_nav li  a\");\nvar tagSize = 0.4;\npush(\"分类\", null, 1);\nfor (var i = 0; i < tagList.length - 1; i++) {\nvar title = tagList[i].text();\nvar url = String(tagList[i].attr(\"href\")).replace(/(\\d+)(?!.*\\d)/, \"{{page}}\");\ntitle = String(title).replace(/\\s/g, \"\");\npush(title, url, tagSize);\n}\nvar spaceLength = tagList.length % 2;\nfor (i = 0; i < spaceLength; i++) {\npush(\"{{——}}\", null, tagSize);\n}\nJSON.stringify(result);",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1762004965600,
    "respondTime": 6319,
    "ruleBookInfo": {
      "author": ".infotype a.0@text",
      "coverUrl": ".infohead img@src",
      "intro": "#intro p@text",
      "kind": ".infotype p.1:3:2@text\n##作品类型：|作品状态：|更新时间：",
      "lastChapter": ".list_xm li.0@text",
      "name": "h3.0@text",
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": "#novelcontent p@html"
    },
    "ruleExplore": {
      "author": ".p3@text||a.2@text",
      "bookList": ".article||.full_content",
      "bookUrl": "a@href",
      "coverUrl": "img@data-src",
      "intro": "p.simple@text",
      "kind": ".p1@text##\\[|\\]",
      "name": ".p2@text||a.1@text"
    },
    "ruleSearch": {
      "author": "span@text",
      "bookList": "p.sone",
      "bookUrl": "a.0@href",
      "checkKeyWord": "剑来",
      "kind": "0",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": ".chapters li",
      "chapterName": "text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "https://www.qiufengshuwu.com/s.html,{\n  \"body\": \"s={{key}}&type=articlename\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "饿狼小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.elkoparts.com",
    "bookUrlPattern": "http://m.elkoparts.com/kanshu.*",
    "customButton": false,
    "customOrder": 691,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1735040423209,
    "loginUi": "http://m.elkoparts.com/login.php",
    "respondTime": 9581,
    "ruleBookInfo": {
      "author": "class.fix@p.0@text",
      "coverUrl": "img@src",
      "init": "class.detail-box",
      "intro": "class.xdesc@text##简介\\:",
      "kind": "class.fix@p.1:2:4@text\n##类别：|状态：|更新：",
      "lastChapter": "class.fix@p.5@a@text",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": "#content@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##（本章未完.*继续阅读）|.*\\(.*\\)"
    },
    "ruleExplore": {
      "bookList": ".txt-list@li",
      "bookUrl": "a@href",
      "kind": "span.0:2@text",
      "name": "span.1@text"
    },
    "ruleSearch": {
      "author": ".s4@text",
      "bookList": ".txt-list@li!0",
      "bookUrl": "a.0@href",
      "checkKeyWord": "剑来",
      "kind": "span.0:4@text##\\[|\\]",
      "lastChapter": ".s3@text",
      "name": ".s2@a@text"
    },
    "ruleToc": {
      "chapterList": ".section-list.1@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "/search.php?keyWord={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "辣妹小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.lamei2.com#🎃",
    "customButton": false,
    "customOrder": 692,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"月点击\",\"url\":\"/top/monthvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击\",\"url\":\"/top/weekvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总点击\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/sort/1_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"/sort/2_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市言情\",\"url\":\"/sort/3_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越历史\",\"url\":\"/sort/4_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻灵异\",\"url\":\"/sort/5_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"网游竞技\",\"url\":\"/sort/6_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"其他类型\",\"url\":\"/sort/7_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.29}}]",
    "lastUpdateTime": 1722519453100,
    "loginUrl": "",
    "respondTime": 6037,
    "ruleBookInfo": {
      "author": ".xx a.1@text",
      "coverUrl": ".xsfm img@src",
      "init": "",
      "intro": ".jianjie@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".xx a.0@text",
      "lastChapter": ".xx a.2@text",
      "name": ".xx li.0@text",
      "tocUrl": ".gengduo a@href"
    },
    "ruleContent": {
      "content": "#nr@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": ".list ul",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "span.2@text",
      "kind": "i@text",
      "name": "a.1@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".xbk li",
      "bookUrl": "a.1@href",
      "checkKeyWord": "青春",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##http://img.lamei2.com/image/$2/$1/$1s.jpg###",
      "intro": "",
      "kind": "a.0@text##\\[|\\]",
      "lastChapter": "",
      "name": "a.1@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".lb li a",
      "chapterName": "text##本页章节列表结束！",
      "chapterUrl": "href",
      "nextTocUrl": ".showpage a@href"
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"type=articlename&s={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "快眼看书🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xbotaodz.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 693,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "  总点击  ::/top/allvisit/{{page}}\n  月点击  ::/top/monthvisit/{{page}}\n  周点击  ::/top/weekvisit/{{page}}\n 玄幻 ::/category/xuanhuan/\n 奇幻 ::/category/qihuan/\n 武侠 ::/category/wuxia/\n 仙侠 ::/category/xianxia\n 都市 ::/category/dushi\n 历史 ::/category/lishi\n 军事 ::/category/junshi\n 游戏 ::/category/youxi\n 竞技 ::/category/jingji\n 科幻 ::/category/kehuan\n 灵异 ::/category/lingyi\n 同人 ::/category/tongren\n 女生 ::/category/nvsheng\n 其他 ::/category/qita",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 1284,
    "ruleBookInfo": {
      "author": "class.novelinfo-l@tag.li.0@text##作者：",
      "coverUrl": "class.novelinfo-r@tag.a@tag.img@src",
      "intro": "class.novelintro@text",
      "name": "class.w-left@tag.h1@text"
    },
    "ruleContent": {
      "content": "id.chaptercontent@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.info@tag.span.1@text",
      "bookList": "class.librarylist@tag.li",
      "bookUrl": "class.info@tag.span.0@tag.a@href",
      "coverUrl": "class.pt-ll-l@tag.a@tag.img@src",
      "lastChapter": "class.last@tag.a@text",
      "name": "class.info@tag.span.0@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.fulldir@tag.ul@tag.li@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "天天书吧",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.ttshu8.com",
    "bookUrlPattern": "https?://m.ttshu8.com/\\w+/\\d+",
    "customButton": false,
    "customOrder": 694,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部分类::/type/<,{{page}}/>\n玄幻魔法::/sort/1/<,{{page}}/>\n武侠修真::/sort/2/<,{{page}}/>\n都市言情::/sort/3/<,{{page}}/>\n历史军事::/sort/4/<,{{page}}/>\n侦探推理::/sort/5/<,{{page}}/>\n网游动漫::/sort/6/<,{{page}}/>\n科幻小说::/sort/7/<,{{page}}/>\n恐怖灵异::/sort/8/<,{{page}}/>\n散文诗词::/sort/9/<,{{page}}/>\n其他类型::/sort/10/<,{{page}}/>",
    "header": "{\"referer\": \"{{source.getKey()}}\",\n\"x-requested-with\": \"mark.via\",\n\"accept-language\": \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\",\n\"user-agent\": \"Mozilla/5.0 (Linux; Android 10; PACM00 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.5359.79 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1693651970288,
    "respondTime": 11535,
    "ruleBookInfo": {
      "author": ".author@text",
      "coverUrl": ".detail img@src",
      "downloadUrls": "text.TXT下载@href",
      "intro": ".intro p.0@text",
      "kind": ".detail a.1@text&&.detail span.0@text&&.detail p.-1@text",
      "lastChapter": ".detail a.-1@text",
      "name": ".name@text",
      "tocUrl": ".now a@href",
      "wordCount": ".detail span.1@text"
    },
    "ruleContent": {
      "content": ".content@html",
      "nextContentUrl": "text.下一@href",
      "replaceRegex": "##喜欢.+收藏.*更新速度最快。"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".list li",
      "bookUrl": "a.0@href",
      "checkKeyWord": "剑来",
      "coverUrl": "img@src",
      "intro": "p.-2@text",
      "kind": "span@text",
      "lastChapter": "a.-1@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".read li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "/search.html,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "唐三中文",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.tangsanshu.org#",
    "customButton": false,
    "customOrder": 695,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1733687204230,
    "respondTime": 1360,
    "ruleBookInfo": {
      "author": ".small span.0@text",
      "coverUrl": ".cover img@src",
      "intro": "[property$=description]@content##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".small span.1:2:4@text##小说|.*：|\\s.*",
      "lastChapter": ".last a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".info h2@text",
      "wordCount": ".small span.3@text##.*："
    },
    "ruleContent": {
      "content": "#content@html",
      "replaceRegex": "##http.*//.*|请记住本书首.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "kind": ".cat@text##.*：|小说",
      "lastChapter": ".update a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".bookname@text"
    },
    "ruleToc": {
      "chapterList": ".listmain dd a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/s.php?ie=utf-8&s=&q={{key}}",
    "weight": 43
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "自制书源【永久有效】",
    "bookSourceType": 0,
    "bookSourceUrl": "https://po.rouwenapp.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 696,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "都市言情::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=15\n奇幻玄幻::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=17\n武侠仙侠::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=18\n穿越重生::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=19\n综合其他::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=20\n",
    "header": "{\n  \"User-Agent\" : \"okhttp\\/3.11.0\"\n}",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 40686,
    "ruleBookInfo": {
      "intro": "@JSon:$.data.intro",
      "tocUrl": "@JSon:https://api.rouwenapp.com/reader/book/chapter?bookId={$.data.id}&number=0"
    },
    "ruleContent": {
      "content": "id.rtext@textNodes",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "@JSon:$.author",
      "bookList": "@JSon:$.data.*",
      "bookUrl": "@JSon:$.id@js:\"https://api.rouwenapp.com/reader/book/detail?bookId=\"+result",
      "coverUrl": "@JSon:$.cover",
      "lastChapter": "@JSon:$.last_update_chapter_name||$..intro",
      "name": "@JSon:$.title"
    },
    "ruleToc": {
      "chapterList": "@JSon:$.data.chapterList.*",
      "chapterName": "@JSon:$.title",
      "chapterUrl": "@JSon:$.contentUrl",
      "nextTocUrl": "https://api.rouwenapp.com/reader/book/chapter/next?chapterId={$.data.chapterId}"
    },
    "searchUrl": "https://api.rouwenapp.com/reader/book/search?app_key=4037465544&page=<{{page}}>&keyword={{key}}&bookSource=po18xyz",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🙈腐文屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.fuwenwu.me",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 697,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "                               分  类                                 \n 玄幻 ::/sort/1_{{page}}/\n 武侠 ::/sort/2_{{page}}/\n 都市 ::/sort/3_{{page}}/\n 穿越 ::/sort/4_{{page}}/\n 科幻 ::/sort/5_{{page}}/\n 网游 ::/sort/6_{{page}}/\n 精品 ::/sort/7_{{page}}/\n                               榜  单                                 \n最近更新::/top/lastupdate_{{page}}/\n最新入库::/top/postdate_{{page}}/\n总点击榜::/top/allvisit_{{page}}/\n月点击榜::/top/monthvisit_{{page}}/\n周点击榜::/top/weekvisit_{{page}}/\n日点击榜::/top/dayvisit_{{page}}/\n总推荐榜::/top/allvote_{{page}}/\n月推荐榜::/top/monthvote_{{page}}/\n周推荐榜::/top/weekvote_{{page}}/\n日推荐榜::/top/dayvote_{{page}}/\n总收藏榜::/top/goodnum_{{page}}/\n字数排行::/top/size_{{page}}/",
    "lastUpdateTime": 1746069724148,
    "loginUrl": "",
    "respondTime": 11281,
    "ruleBookInfo": {
      "coverUrl": "class.pic@img@src",
      "init": "",
      "intro": "class.intro@p@textNodes",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content",
      "lastChapter": "class.infotype@tag.p.3@a@text",
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": "id.novelcontent@p@html"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "class.author@text||class.p3@text",
      "bookList": "class.searchresult@p||class.article||class.articlegeneral",
      "bookUrl": "a@href",
      "coverUrl": "img@src||tag.a.0@href##.*/book/(\\d+)(\\d{3})/##http://img.fuwenwu.me/image/$1/$1$2/$1$2s.jpg",
      "intro": "class.content@p.simple@text",
      "kind": "class.p1@text##\\[|]",
      "name": "h6@a@text||tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.chapters@li@a",
      "chapterName": "text##.*vIP|.*мē|.*иéτ",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"s={{key}}&submit=&type=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "// Error: 下载链接为空",
    "bookSourceGroup": "免费",
    "bookSourceName": "Webtoon XYZ🌐",
    "bookSourceType": 3,
    "bookSourceUrl": "https://www.webtoon.xyz/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 698,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "ALL::/webtoons//page/{{page}}\nAction::/webtoon-genre/action/page/{{page}}\nAdventure::/webtoon-genre/adventure/page/{{page}}\nBL::/webtoon-genre/bl/page/{{page}}\nComedy::/webtoon-genre/comedy/page/{{page}}\nDrama::/webtoon-genre/drama/page/{{page}}\nEcchi::/webtoon-genre/ecchi/page/{{page}}\nFantasy::/webtoon-genre/fantasy/page/{{page}}\nGL::/webtoon-genre/gl/page/{{page}}\nHarem::/webtoon-genre/harem/page/{{page}}\nHorror::/webtoon-genre/horror/page/{{page}}\nMature::/webtoon-genre/mature/page/{{page}}\nMystery::/webtoon-genre/mystery/page/{{page}}\nPsychological::/webtoon-genre/psychological/page/{{page}}\nRomance::/webtoon-genre/romance/page/{{page}}\nSchool Life::/webtoon-genre/school-life/page/{{page}}\nSci-Fi::/webtoon-genre/sci-fi/page/{{page}}\nSlice of life::/webtoon-genre/slice-of-life/page/{{page}}\nSmut::/webtoon-genre/smut/page/{{page}}\nSupernatural::/webtoon-genre/supernatural/page/{{page}}\nThriller::/webtoon-genre/thriller/page/{{page}}",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 8.1.0; JKM-AL00b Build/HUAWEIJKM-AL00b; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 MQQBrowser/6.2 TBS/044807 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 1716227168492,
    "loginUrl": "",
    "respondTime": 181837,
    "ruleBookInfo": {
      "author": "class.artist-content@tag.a.0@text",
      "coverUrl": "class.summary_image@tag.img@data-src",
      "init": "",
      "intro": "class.description-summary@class.summary__content@tag.p.1@text",
      "kind": "class.genres-content@tag.a@text",
      "name": "class.post-title@tag.h1@text##18\\+|NEW|end\\s?"
    },
    "ruleContent": {
      "content": "class.page-break no-gaps@tag.img@data-src@js:\nlist=result.split(\"\\n\");\nheader={\"Referer\":baseUrl};\nheaders={\"headers\":JSON.stringify(header)}\nhtml='';\nfor(i=0;i<=list.length-7;i++){\nhtml+='<img src=\"'+list[i]+'\">\\n'\n}\nhtml",
      "imageStyle": "FULL"
    },
    "ruleExplore": {
      "bookList": "class.col-12 col-md-6 badge-pos-2",
      "bookUrl": "class.col-12 col-md-6 badge-pos-2@class.h5@tag.a.0@href",
      "coverUrl": "class.page-item-detail manga@tag.img@data-src",
      "lastChapter": "class.chapter-item@tag.a.0@text",
      "name": "class.col-12 col-md-6 badge-pos-2@class.h5@tag.a.0@text"
    },
    "ruleSearch": {
      "author": "tag.a.3@text",
      "bookList": "class.row c-tabs-item__content",
      "bookUrl": "class.post-title@tag.a.0@href",
      "coverUrl": "class.tab-thumb c-image-hover@tag.img@data-src",
      "kind": "tag.a.!0:1:2:3:-1:-2@text",
      "lastChapter": "tag.a.-1@text",
      "name": "class.post-title@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "-class.main version-chap@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.webtoon.xyz/?s={{key}}&post_type=wp-manga",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "R 玩文学小说网🐶 ",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.wanwx.com/##Rosiapng",
    "customButton": false,
    "customOrder": 699,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻奇幻::https://www.wanwx.com/xuanhuan?page={{page}}\n武侠仙侠::https://www.wanwx.com/xianxia?page={{page}}\n都市言情::https://www.wanwx.com/dushi?page={{page}}\n历史军事::https://www.wanwx.com/lishi?page={{page}}\n游戏竞技::https://www.wanwx.com/wangyou?page={{page}}\n科幻传奇::https://www.wanwx.com/kehuan?page={{page}}\n恐怖灵异::https://www.wanwx.com/kongbu?page={{page}}\n",
    "lastUpdateTime": 1739268068371,
    "respondTime": 13617,
    "ruleBookInfo": {
      "coverUrl": "//meta[@property=\"og:image\"]/@content",
      "intro": "//meta[@property=\"og:description\"]/@content"
    },
    "ruleContent": {
      "content": "//div[@id=\"htmlContent\"]/p/text()",
      "nextContentUrl": "//a[text()='下一页']/@href"
    },
    "ruleExplore": {
      "author": "//td[3]/text()",
      "bookList": "//table[@class=\"mytable table\"]//tr[position()>1]",
      "bookUrl": "//td[1]/a/@href",
      "lastChapter": "//td[2]/a/text()",
      "name": "//td[1]/a/text()"
    },
    "ruleSearch": {
      "author": "//p[@class=\"booktag\"]/a/text()",
      "bookList": "<js>\nkey = java.get('key')\nfunction extractFormActionAndToken(html) {\n    // Extract form action\n    const actionMatch = html.match(/<form[^>]+action=['\"]([^'\"]+)['\"]/);\n    const action = actionMatch ? actionMatch[1] : null;\n\n    // Extract hidden input value (_token)\n    const tokenMatch = html.match(/<input[^>]+name=['\"]_token['\"][^>]+value=['\"]([^'\"]+)['\"]/);\n    const token = tokenMatch ? tokenMatch[1] : null;\n\n    return token;\n}\ntoken =extractFormActionAndToken(result)\n\nf = `https://www.wanwx.com/search`\n\nlet e = `${java.encodeURI(key, 'utf-8')}`\n\n\n\nvar body = `keyword=${key}&_token=${token}`\n\n// Define the option object\nvar option = { \n\"method\": \"POST\",\n\t\"body\": body\n\t};\n\n// Construct the result\nf =`https://www.wanwx.com/search,` +\n    JSON.stringify(option);\n\n//Fetch data from the new URL\nr2 = java.ajax(f)\n \n \n  // Regex patterns to match <div class=\"col-md-10\"> and <div class=\"col-md-2 col-xs-4\">\nlet regexPatternMd10 = /<div class=\"col-md-10\">(.*?)<\\/div>/gs;\nlet regexPatternMd2 = /<div class=\"col-md-2 col-xs-4\">(.*?)<\\/div>/gs;\n\n// Find all occurrences\nlet matchesMd10 = r2.match(regexPatternMd10) || [];\nlet matchesMd2 = r2.match(regexPatternMd2) || [];\n\n// Combine both lists into a single HTML string\nlet combinedHtml = '';\n\nfor (let i = 0; i < Math.min(matchesMd10.length, matchesMd2.length); i++) {\n    combinedHtml += `\n    <div class=\"combined-entry\">\n        ${matchesMd10[i].trim()}\n        ${matchesMd2[i].trim()}\n    </div>\n    `;\n}\n\n// Wrap the combined entries in a parent container if needed\nlet finalHtmlOutput = `<div class=\"combined-container\">${combinedHtml}</div>`;\n\n\nfinalHtmlOutput\n\n</js>\n//div[@class=\"combined-entry\"]",
      "bookUrl": "//h4/a/@href",
      "checkKeyWord": "闪婚",
      "coverUrl": "//img[1]/@src",
      "intro": "//p[@id=\"bookIntro\"]/text()",
      "lastChapter": "//div[@class=\"col-md-10\"]//p[3]/a/text()",
      "name": "//h4/a/@title##<[^>]*>"
    },
    "ruleToc": {
      "chapterList": "//div[@id=\"list-chapterAll\"]//dd[@class=\"col-md-3\"]",
      "chapterName": "//a/text()",
      "chapterUrl": "//a/@href"
    },
    "searchUrl": "@js:\n\njava.put('key',key)\n\nurl='https://www.wanwx.com/'",
    "weight": 60
  },
  {
    "bookSourceComment": "2024.6.2\nby墨殇",
    "bookSourceGroup": "免费",
    "bookSourceName": "八零小说（优++）",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.80zw.la/",
    "bookUrlPattern": "http://wap.80zw.la/\\d+/",
    "customButton": false,
    "customOrder": 700,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全本小说\",\"url\":\"/top/full-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日点击榜\",\"url\":\"/top/dayvisit-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周点击榜\",\"url\":\"/top/weekvisit-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月点击榜\",\"url\":\"/top/monthvisit-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总点击榜\",\"url\":\"/top/allvisit-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总收藏榜\",\"url\":\"/top/goodnum-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"字数排行\",\"url\":\"/top/size-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日推荐榜\",\"url\":\"/top/dayvote-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周推荐榜\",\"url\":\"/top/weekvote-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月推荐榜\",\"url\":\"/top/monthvote-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总推荐榜\",\"url\":\"/top/allvote-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最新入库\",\"url\":\"/top/postdate-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最近更新\",\"url\":\"/top/lastupdate-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"男生分类推荐\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1.00}},{\"title\":\"修真\",\"url\":\"/class3-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"魔法\",\"url\":\"/class13-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"异术\",\"url\":\"/class1-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"东方\",\"url\":\"/class12-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"争霸\",\"url\":\"/class14-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠\",\"url\":\"/class15-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"未来\",\"url\":\"/class9-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异\",\"url\":\"/class10-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"探险\",\"url\":\"/class22-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"传记\",\"url\":\"/class6-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"特种\",\"url\":\"/class7-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游\",\"url\":\"/class16-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"竞技\",\"url\":\"/class8-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女生分类推荐\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1.00}},{\"title\":\"女强\",\"url\":\"/class2-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"婚姻\",\"url\":\"/class4-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"百合\",\"url\":\"/class5-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"唯美\",\"url\":\"/class24-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越\",\"url\":\"/class17-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"贵族\",\"url\":\"/class18-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校园\",\"url\":\"/class19-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"布衣\",\"url\":\"/class20-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"商战\",\"url\":\"/class21-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"间谍\",\"url\":\"/class23-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人\",\"url\":\"/class11-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"文集\",\"url\":\"/class25-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1759581614617,
    "respondTime": 1828,
    "ruleBookInfo": {
      "author": "text.作者@text##作者：",
      "coverUrl": "img@src",
      "intro": ".intro_info@text##最新章节推荐地址.*",
      "kind": "text.分类@text##分类：",
      "lastChapter": "p.-1@text",
      "name": "a.1@text",
      "tocUrl": "text.查看更多章节@href",
      "wordCount": "p[-2:-3]@text"
    },
    "ruleContent": {
      "content": "#nr1@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##求书网.*|txt下载.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "ownText##.*\\/",
      "bookList": ".line",
      "bookUrl": "a@href",
      "coverUrl": "a@href##/((\\d+)\\d{3})/##http://wap.80zw.la/$2/$1/$1s.jpg",
      "kind": "ownText##\\[|\\].*",
      "name": "a@text"
    },
    "ruleToc": {
      "chapterList": "dl dd a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "书城网包",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.shucw.net",
    "customButton": false,
    "customOrder": 701,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36",
    "lastUpdateTime": 1734979815511,
    "respondTime": 1721,
    "ruleBookInfo": {
      "author": "i > a@text",
      "coverUrl": "img@src",
      "intro": ".intro > p:nth-child(2)@text",
      "kind": "p > span:nth-child(1)@text",
      "lastChapter": ".to100 > a@text",
      "name": "h1@text",
      "tocUrl": "class.act@tag.a@href"
    },
    "ruleContent": {
      "content": "id.article@html",
      "nextContentUrl": "id.next_url@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "p:nth-child(2)@text## .*",
      "bookList": ".searchresult",
      "bookUrl": "class.img_span@tag.a.0@href",
      "checkKeyWord": "我的",
      "coverUrl": "class.lazy@tag.img@src",
      "intro": ".searchresult_p@text",
      "kind": ".img_span span@text##(.*)/(.*)##$1##",
      "lastChapter": "p:nth-child(4)@text",
      "name": "tag.h3@text",
      "wordCount": "p:nth-child(2)@text##(.*)( .*)( .*)( .*)##$2$3##"
    },
    "ruleToc": {
      "chapterList": "#ul_all_chapters@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "@js:\n\nvar url=source.getKey();\n\nvar html = java.ajax(url);\n\nso = org.jsoup.Jsoup.parse(html).select('form[name=t_frmsearch]').attr('action');\n\ncookie.removeCookie(url)\n\nurl+so+\",\"+JSON.stringify({\n  \"body\": \"searchkey={{key}}&searchtype=all\",\n  \"method\": \"post\"\n})",
    "weight": 0
  },
  {
    "bookSourceComment": "登录未测试，没有账号，不知道付费章可不可以看\"",
    "bookSourceGroup": "免费",
    "bookSourceName": "悦读小说（繁体）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://hareading.com/",
    "customButton": false,
    "customOrder": 702,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "古代::website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=12\"}\n實境::website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=11\"}\n奇幻::website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=1\"}\n靈異::website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=2\"}\n言情::website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=3\"}\n都會::website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=4\"}\n武俠::website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=5\"}\n耽美::website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=6\"}\n同人::website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=7\"}\n懸疑::website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=8\"}\n推理::website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=9\"}\n科幻::website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=10\"}\n百合::website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=13\"}\n成人::website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=14\"}\n宮鬥::website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=15\"}\n網遊::website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=16\"}",
    "lastUpdateTime": 1729756300504,
    "loginUrl": "",
    "respondTime": 3420,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "//*[@property=\"og:image\"]/@content",
      "intro": "//*[@property=\"og:description\"]/@content",
      "kind": "<js>list=result.match(/var classify = ([\\s\\S]+?);/)[1];</js>\n$.[*].classifyName",
      "name": "//*[@property=\"og:title\"]/@content",
      "tocUrl": "https://hareading.com/books/getChapterList,{\n\"method\": \"POST\",\n\"body\": \"bookId={{baseUrl.match(/(\\d+)/)[1]}}\"\n}",
      "wordCount": "@js:unescape(result.match(/\"overStatus\":\".*? : ([^\"]+)\"/)[1].replace(/\\\\/g,'%'))"
    },
    "ruleContent": {
      "content": "$.chapterArticle\n<js>doc=org.jsoup.Jsoup.parse(result)\ndoc.select(\".articleHide\").remove();\ndoc</js>"
    },
    "ruleExplore": {
      "author": "$.authorName",
      "bookList": "$.[*].data[*]",
      "bookUrl": "https://hareading.com/books?bookId={{$.bookId}}",
      "coverUrl": "https://storage.googleapis.com/something.hareading.com/hareading/assets/uploads/images/{{$.bookPhoto}}",
      "intro": "$.bookDescription",
      "kind": "$.classify[*].classifyName",
      "lastChapter": "$.chapterName",
      "name": "$.bookName"
    },
    "ruleSearch": {
      "author": "$.authorName",
      "bookList": "$.searchResult.data",
      "bookUrl": "/books?bookId={$.bookId}",
      "coverUrl": "https://storage.googleapis.com/something.hareading.com/hareading/assets/uploads/images/{$.bookPhoto}",
      "intro": "$.bookDescription",
      "name": "$.bookName"
    },
    "ruleToc": {
      "chapterList": "$.[*]",
      "chapterName": "$.chapterName",
      "chapterUrl": "https://hareading.com/chapters/getArticle,{\n\"method\": \"POST\",\n\"body\": \"chapterId={{$.chapterId}}&isAdult=1\"}",
      "isVip": "$.chapterCoinStatus\n@js:result.indexOf('免費')>-1?'':1",
      "updateTime": "{{$.chapterDatePublish}}•{{$.chapterCoinStatus}}"
    },
    "searchUrl": "search/getSearchResult,{\n\"method\": \"POST\",\n\"body\": \"datas[searchString]={{key}}&datas[page]={{page}}&datas[pageRow]=20\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "无奈书库",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.52shuku123.org",
    "bookUrlPattern": "https?://www.52shuku123.org/go/\\d+/",
    "customButton": false,
    "customOrder": 703,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n\t\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\",\n\"Referer\": \"{{baseUrl}}\"\n\t}",
    "lastUpdateTime": 1732532034207,
    "respondTime": 3567,
    "ruleBookInfo": {
      "author": "a.0@text",
      "coverUrl": "img@src",
      "init": ".book",
      "intro": ".bookintro@text",
      "kind": "span.2@text&&p.-1@text\n##更新时间：",
      "lastChapter": "a.-1@text",
      "name": "h1@text",
      "wordCount": "span.0@text"
    },
    "ruleContent": {
      "content": ".readcontent@textNodes",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author.0@text",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href",
      "checkKeyWord": "寒山",
      "coverUrl": "a.0@href##\\D+((\\d+)\\d{3})\\D*##https://tu.52shuku123.org/$2/$1/$1s.jpg###",
      "intro": ".update@ownText",
      "kind": "span.0@text",
      "lastChapter": "a.1@text",
      "name": "h4@text",
      "wordCount": ".author.1@text##字数：|字"
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.52shuku123.org/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}&action=login\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "来自@任尚仁大佬的书源，小修🐒\n//阅读pro版发现栏异常",
    "bookSourceGroup": "女频",
    "bookSourceName": "QQ文学网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.qqwx.win/",
    "customButton": false,
    "customOrder": 704,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "                               分  类                                \n全部分类::/shuku/0_0_0_0_0_0_0_0_{{page}}.html\n重生耽美::/shuku/1_0_0_0_0_0_0_0_{{page}}.html\n古代耽美::/shuku/2_0_0_0_0_0_0_0_{{page}}.html\n耽美宠文::/shuku/3_0_0_0_0_0_0_0_{{page}}.html\n经典耽美::/shuku/4_0_0_0_0_0_0_0_{{page}}.html\n虐心耽美::/shuku/5_0_0_0_0_0_0_0_{{page}}.html\n校园耽美::/shuku/6_0_0_0_0_0_0_0_{{page}}.html\n强强耽美::/shuku/7_0_0_0_0_0_0_0_{{page}}.html\n言情总裁::/shuku/8_0_0_0_0_0_0_0_{{page}}.html\n                               榜  单                                \n总点击榜::/shuku/0_0_0_1_0_0_0_0_{{page}}.html\n月点击榜::/shuku/0_0_0_2_0_0_0_0_{{page}}.html\n周点击榜::/shuku/0_0_0_3_0_0_0_0_{{page}}.html\n总推荐榜::/shuku/0_0_0_4_0_0_0_0_{{page}}.html\n月推荐榜::/shuku/0_0_0_5_0_0_0_0_{{page}}.html\n周推荐榜::/shuku/0_0_0_6_0_0_0_0_{{page}}.html\n总收藏榜::/shuku/0_0_0_7_0_0_0_0_{{page}}.html\n总字数榜::/shuku/0_0_0_8_0_0_0_0_{{page}}.html\n评分人数::/shuku/0_0_0_9_0_0_0_0_{{page}}.html\n打赏人数::/shuku/0_0_0_10_0_0_0_0_{{page}}.html\n新书入库::/shuku/0_0_0_13_0_0_0_0_{{page}}.html\n最近更新::/shuku/0_0_0_14_0_0_0_0_{{page}}.html\n评分 ::/shuku/0_0_0_11_0_0_0_0_{{page}}.html\n打赏 ::/shuku/0_0_0_12_0_0_0_0_{{page}}.html\n连载 ::/shuku/0_0_0_0_1_0_0_0_{{page}}.html\n完本 ::/shuku/0_0_0_0_2_0_0_0_{{page}}.html\n                               字  母                                \n[A]::/shuku/0_0_a_0_0_0_0_0_{{page}}.html\n[B]::/shuku/0_0_b_0_0_0_0_0_{{page}}.html\n[C]::/shuku/0_0_c_0_0_0_0_0_{{page}}.html\n[D]::/shuku/0_0_d_0_0_0_0_0_{{page}}.html\n[E]::/shuku/0_0_e_0_0_0_0_0_{{page}}.html\n[F]::/shuku/0_0_f_0_0_0_0_0_{{page}}.html\n[G]::/shuku/0_0_g_0_0_0_0_0_{{page}}.html\n[H]::/shuku/0_0_h_0_0_0_0_0_{{page}}.html\n [I] ::/shuku/0_0_i_0_0_0_0_0_{{page}}.html\n[J] ::/shuku/0_0_j_0_0_0_0_0_{{page}}.html\n[K]::/shuku/0_0_k_0_0_0_0_0_{{page}}.html\n[L]::/shuku/0_0_l_0_0_0_0_0_{{page}}.html\n[M]::/shuku/0_0_m_0_0_0_0_0_{{page}}.html\n[N]::/shuku/0_0_n_0_0_0_0_0_{{page}}.html\n[O]::/shuku/0_0_o_0_0_0_0_0_{{page}}.html\n[P]::/shuku/0_0_p_0_0_0_0_0_{{page}}.html\n[R]::/shuku/0_0_r_0_0_0_0_0_{{page}}.html\n[S]::/shuku/0_0_s_0_0_0_0_0_{{page}}.html\n[T]::/shuku/0_0_t_0_0_0_0_0_{{page}}.html\n[Q]::/shuku/0_0_q_0_0_0_0_0_{{page}}.html\n[U]::/shuku/0_0_u_0_0_0_0_0_{{page}}.html\n[V]::/shuku/0_0_v_0_0_0_0_0_{{page}}.html\n[W]::/shuku/0_0_w_0_0_0_0_0_{{page}}.html\n[X]::/shuku/0_0_x_0_0_0_0_0_{{page}}.html\n[Y]::/shuku/0_0_y_0_0_0_0_0_{{page}}.html\n[Z]::/shuku/0_0_z_0_0_0_0_0_{{page}}.html\n[0]::/shuku/0_0_1_0_0_0_0_0_{{page}}.html\n[#]::/shuku/0_0_2_0_0_0_0_0_{{page}}.html",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0\"}",
    "lastUpdateTime": 1745852893386,
    "respondTime": 11458,
    "ruleBookInfo": {
      "author": "p.author > a@text",
      "coverUrl": ".detail img@src",
      "intro": ".intro p:nth-of-type(1)@text",
      "kind": "a.layui-btn-radius@text",
      "lastChapter": "p.new > a@text",
      "name": "p.name > strong@text",
      "tocUrl": "a#AllChapterList2@href",
      "wordCount": ".detail span@text"
    },
    "ruleContent": {
      "content": "#content p@text",
      "nextContentUrl": "text.下一页@href",
      "title": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.layui-btn@text",
      "bookList": "ul.list > li",
      "bookUrl": "ul.list > li > a@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "intro": "p.intro@text",
      "kind": "span.layui-btn@text",
      "lastChapter": "",
      "name": "p.bookname@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "//ul[@class='read']/li",
      "chapterName": "/a/text()",
      "chapterUrl": "/a/@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/book.php?action=search&searchtype=novelname&searchkey={{key}},{\"charset\": \"gbk\"}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "4020",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xwurexs.com",
    "bookUrlPattern": "http://www.xwurexs.com/read/\\d+/",
    "customButton": false,
    "customOrder": 705,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"🔹排行🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"最新小说\",\"url\":\"/new/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"小说推荐\",\"url\":\"/tuijian/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"金牌推荐\",\"url\":\"/jinpaituijian/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"封推小说\",\"url\":\"/fengtui/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日排行榜\",\"url\":\"/dpaihangbang/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周排行榜\",\"url\":\"/wpaihangbang/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月排行榜\",\"url\":\"/mpaihangbang/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总排行榜\",\"url\":\"/paihangbang/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"🔹分类🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"武侠仙侠\",\"url\":\"/wuxia/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市言情\",\"url\":\"/yanqing/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美小说\",\"url\":\"/danmei/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻小说\",\"url\":\"/xuanhuan/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青春校园\",\"url\":\"/qingchun/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游竞技\",\"url\":\"/wangyou/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异推理\",\"url\":\"/kongbu/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"纪实文学\",\"url\":\"/jishi/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"军事历史\",\"url\":\"/lishi/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻小说\",\"url\":\"/kehuan/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"管理哲学\",\"url\":\"/zhexue/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"学习资料\",\"url\":\"/xuexi/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36\"}",
    "lastUpdateTime": 1743169815622,
    "respondTime": 1603,
    "ruleBookInfo": {
      "author": ".small.0@text",
      "coverUrl": "img@src",
      "init": ".detail_info",
      "intro": ".small.4@text##作者：.*|简介：",
      "kind": ".small.2@text##更新日期：",
      "lastChapter": ".small.3@text##最新章节：",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": "#content@textNodes",
      "replaceRegex": "##请记住本书首发域名：.*"
    },
    "ruleExplore": {
      "author": "text.作者@text##\\s.*",
      "bookList": ".listBox ul li",
      "bookUrl": "a.0@href##(\\d+)##http://www.xwurexs.com/read/$1/###",
      "coverUrl": "a.0@href<js>\nvar id = result.match(/(\\d+)/)[1];\nvar iid = parseInt(id/1000);\n'http://www.xwurexs.com/headimgs/'+iid+'/'+id+'/s'+id+'.jpg';\n</js>",
      "intro": ".u@text",
      "kind": "text.更新@text##.*更新：",
      "lastChapter": "div@a@text",
      "name": "a.0@text##txt下载"
    },
    "ruleSearch": {
      "author": ".even.1@text",
      "bookList": ".detail_info tr!0",
      "bookUrl": ".even.0@a@href",
      "checkKeyWord": "逼我重生是吧",
      "coverUrl": ".even.0@a@href<js>\nvar id = result.match(/(\\d+)/)[1];\nvar iid = parseInt(id/1000);\n'http://www.xwurexs.com/headimgs/'+iid+'/'+id+'/s'+id+'.jpg';\n</js>",
      "kind": ".odd.2@text",
      "lastChapter": ".odd.1@text",
      "name": ".even.0@text"
    },
    "ruleToc": {
      "chapterList": ".showInfo.1@li@a",
      "chapterName": "text@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(\\{（｛【].*[求含理更谢乐发推票盟补加字Kk\\/].*/g,'')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(第.+章)\\s?\\d+/,'$1')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "chapterUrl": "href"
    },
    "searchUrl": "/so.html?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "英文阅读，需要梯",
    "bookSourceGroup": "免费",
    "bookSourceName": "博览群书（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://readnovelfull.com/",
    "customButton": false,
    "customOrder": 706,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{'title':'小说列表','url':'','style':{layout_flexGrow:1,layout_flexBasisPercent:1}},\n{'title':'完结小说','url':'/novel-list/completed-novel?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'热门小说','url':'/novel-list/hot-novel?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'最新更新','url':'/novel-list/latest-release-novel?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'小说分类','url':'','style':{layout_flexGrow:1,layout_flexBasisPercent:1}},\n{'title':'动作','url':'/genres/action?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'成人','url':'/genres/adult?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'冒险','url':'/genres/adventure?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'爱情','url':'/genres/ai?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'艺术','url':'/genres/arts?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'喜剧','url':'/genres/comedy?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'戏剧','url':'/genres/drama?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'幻想','url':'/genres/fantasy?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'游戏','url':'/genres/game?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'性别','url':'/genres/gender?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'性转','url':'/genres/gender+bender?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'后宫','url':'/genres/harem?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'架空','url':'/genres/historical?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'历史','url':'/genres/history?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'恐怖','url':'/genres/horror?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'萝莉','url':'/genres/lolicon?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'武术','url':'/genres/martial?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'机甲','url':'/genres/mecha?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'转世','url':'/genres/reincarnation?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'浪漫','url':'/genres/romance?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'校园','url':'/genres/school+life?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'科幻','url':'/genres/sci-fi?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'少女','url':'/genres/shoujo?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'百合','url':'/genres/shoujo+ai?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'少年','url':'/genres/shounen?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'耽美','url':'/genres/shounen+ai?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'生活','url':'/genres/slice+of+life?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'Ecchi','url':'/genres/ecchi?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'Josei','url':'/genres/josei?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'Seinen','url':'/genres/seinen?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'Mature','url':'/genres/mature?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'Bender','url':'/genres/bender?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'Mystery','url':'/genres/mystery?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'Martial Arts','url':'/genres/martial+arts?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'Modern Life','url':'/genres/modern+life?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'Psychological','url':'/genres/psychological?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}}]",
    "lastUpdateTime": 1759399047276,
    "respondTime": 30524,
    "ruleBookInfo": {
      "author": ".info-meta@li.1@text##Author:",
      "coverUrl": ".book img@src",
      "intro": "&nbsp;&nbsp;🔖Update：{{@@.item-time@text}}    Status：{{@@.text-primary@text}}    Rating：{{@@.small@strong.0@text}}{{'\\n&lrm;\\n'}}{{@@.desc-text@html}}",
      "kind": ".info-meta@li.2@a@text",
      "lastChapter": ".item-value@text",
      "name": "class.title.0@text",
      "tocUrl": "https://readnovelfull.com/ajax/chapter-archive?novelId={{@@#rating@data-novel-id}}"
    },
    "ruleContent": {
      "content": ".chr-c@html",
      "replaceRegex": "##Chapter \\d+: Chapter \\d+|Chapter \\d+(?=\\n)"
    },
    "ruleExplore": {
      "author": ".author@text",
      "bookList": "class.list list-novel col-xs-12@class.row",
      "bookUrl": "h3 a@href",
      "coverUrl": "img@src",
      "lastChapter": ".chr-text@text",
      "name": "h3@text"
    },
    "ruleSearch": {
      "author": ".author@text",
      "bookList": "class.row",
      "bookUrl": "h3 a@href",
      "coverUrl": "img@src",
      "lastChapter": "h3 a@href<js>java.ajax('https://readnovelfull.com'+result)</js>.item-value@text&&.item-time@text\n<js>result.replace(/\\n/,' • ')</js>",
      "name": "h3@text"
    },
    "ruleToc": {
      "chapterList": "li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://readnovelfull.com/novel-list/search?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "笔尖中文网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.biquzw.info/",
    "customButton": false,
    "customOrder": 707,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1728717222413,
    "respondTime": 3702,
    "ruleBookInfo": {
      "author": "@p.0@text",
      "coverUrl": "id.fmimg@img@src",
      "intro": "id.intro@p.0@text",
      "kind": "@p.1@text",
      "lastChapter": "@p.3@text",
      "name": "id.info@h1@text"
    },
    "ruleContent": {
      "content": "id.content@html",
      "nextContentUrl": "text.下一章@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "@td.2@text",
      "bookList": "class.grid@tag.td",
      "bookUrl": "@td.0@a@href",
      "intro": "",
      "kind": "",
      "lastChapter": "@td.1@a@text",
      "name": "@td.0@a@text",
      "wordCount": "@td.3@text"
    },
    "ruleToc": {
      "chapterList": "id.list@dd",
      "chapterName": "@a@text",
      "chapterUrl": "@a@href"
    },
    "searchUrl": "https://www.biquzw.info/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "涩涩小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://sesebooks.com",
    "customButton": false,
    "customOrder": 708,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\"User-Agent\":\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.3240.64\"}",
    "lastUpdateTime": 1750051515902,
    "respondTime": 31128,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "#source@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "ul li a",
      "bookUrl": "href",
      "coverUrl": "img@src",
      "intro": ".decs@text",
      "kind": "span.-1@text",
      "name": ".name@text"
    },
    "ruleToc": {
      "chapterList": "#chapterlsit@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/book/search/{{key}}<,/{{page}}>",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版",
    "bookSourceName": "黑岩阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xheiyan.info",
    "customButton": false,
    "customOrder": 709,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1735620251958,
    "respondTime": 757,
    "ruleBookInfo": {
      "intro": "class.book_info@p.-1@text##简介：",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content&&class.infos@span.-1@a.0@text&&class.infos@span.-1@a.1@text&&class.infos@span.-1@a.2@text&&class.infos@span.-1@a.3@text&&class.infos@span.-1@a.4@text&&class.infos@span.-1@a.5@text&&class.infos@span.-1@a.6@text",
      "lastChapter": "class.upd@a.-1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]"
    },
    "ruleContent": {
      "content": "class.contentbox@textNodes"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "class.infos@span.0@a@text",
      "bookList": "class.container@class.so new",
      "bookUrl": "class.pic@a@href",
      "checkKeyWord": "我的美女总裁老婆",
      "coverUrl": "img@src",
      "intro": "p.-1@text",
      "kind": "class.infos@span.-1@a.0@text&&class.infos@span.-1@a.1@text&&class.infos@span.-1@a.2@text&&class.infos@span.-1@a.3@text&&class.infos@span.-1@a.4@text&&class.infos@span.-1@a.5@text&&class.infos@span.-2@text&&class.infos@span.-3@text##.*：",
      "name": "h2@text",
      "wordCount": "class.infos@span.-4@text##.*："
    },
    "ruleToc": {
      "chapterList": "class.book_list@li",
      "chapterName": "a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "a@href",
      "preUpdateJs": ""
    },
    "searchUrl": "/plus/search.php?kwtype=0&searchtype=&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "繁体",
    "bookSourceGroup": "免费",
    "bookSourceName": "琦书网啦（魔法）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.7shuwu.org",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 710,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"总点击榜\",\"url\":\"https://www.7shuwu.org/top/allvisit_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.3}},\n{\"title\":\"月点击榜\",\"url\":\"https://www.7shuwu.org/top/monthvisit_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.3}},\n{\"title\":\"周点击榜\",\"url\":\"https://www.7shuwu.org/top/weekvisit_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.3}},\n{\"title\":\"日点击榜\",\"url\":\"https://www.7shuwu.org/top/dayvisit_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.3}},\n{\"title\":\"总推荐榜\",\"url\":\"https://www.7shuwu.org/top/allvote_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.3}},\n{\"title\":\"最新入库\",\"url\":\"https://www.7shuwu.org/top/postdate_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.3}},\n{\"title\":\"最近更新\",\"url\":\"https://www.7shuwu.org/top/lastupdate_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.3}},\n{\"title\":\"字数排行\",\"url\":\"https://www.7shuwu.org/top/size_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.3}}]",
    "header": "",
    "lastUpdateTime": 1733234047095,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 13038,
    "ruleBookInfo": {
      "author": "class.infotype@p.0@tag.a@text",
      "coverUrl": "",
      "intro": "class.intro@text",
      "kind": "class.infotype@p.1@text&&class.infotype@p.2@text##类型：|更新时间：",
      "lastChapter": "class.infotype@p.3@tag.a@text",
      "name": "class.cataloginfo@h3@text",
      "tocUrl": "class.infolink@tag.li.1@tag.a@href"
    },
    "ruleContent": {
      "content": "class.content@html",
      "imageDecode": "",
      "imageStyle": "TEXT",
      "nextContentUrl": "class.chapterPages@tag.a@href"
    },
    "ruleExplore": {
      "author": "tag.p.2@tag.a@text",
      "bookList": "class.articlegeneral",
      "bookUrl": "tag.p.1@tag.a@href",
      "coverUrl": "",
      "intro": "",
      "kind": "tag.p.0@text##\\[|\\]",
      "lastChapter": "",
      "name": "tag.p.1@tag.a@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "class.author@text",
      "bookList": "class.sone",
      "bookUrl": "class.sone@tag.a@href",
      "checkKeyWord": "二公子的日常",
      "lastChapter": "",
      "name": "tag.a.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.chapters@tag.li",
      "chapterName": "li.0@tag.a.0@text",
      "chapterUrl": "li.0@tag.a.0@href",
      "nextTocUrl": "text.下一页@href",
      "preUpdateJs": ""
    },
    "searchUrl": "/s.html,{\n  \"body\": \"s={{key}}&type=articlename\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\",\n  \"webView\": true\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "// Error: 下载链接为空\n\n\n注意：默认为文件模式，可切换为文本，文本模式下正文部分有乱码\"�\"。\n需要在线阅读的请自行切换为文本。\n备用域名：\nhttps://www.627txt.com\nhttps://www.272txt.com\n网站地址：www.227txt.com\n本站最新网址：www.527txt.net\n备用域名网址1：www.927txt.com\n备用域名网址2：www.827txt.com\n备用域名网址3：www.727txt.com\n备用域名网址4：www.27txt.La\n备用域名网址5：www.527txt.com",
    "bookSourceGroup": "免费",
    "bookSourceName": "爱去小说（导入）",
    "bookSourceType": 3,
    "bookSourceUrl": "http://www.aiqu222.com##可下",
    "customButton": false,
    "customOrder": 711,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1732982854660,
    "respondTime": 184037,
    "ruleBookInfo": {
      "author": "##作者：([^<]+)<##$1###",
      "canReName": "1",
      "coverUrl": "",
      "downloadUrls": "center:nth-of-type(1)>p>a@href##^##{{source.getKey().match(/([^\\#]+)\\#/)[1]}}\n<js>\njava.ajax(result);\n</js>\nid.mainDownInfo@table@tr.5@a.1@href\n",
      "init": "",
      "intro": "center.1@html##<strong>.*<\\/strong>",
      "kind": "##更新时间：<font[^<]+>([^<]+)<\\/##$1###",
      "name": "##书名：《?([^<]+)<##$1###<js>result</js>##》|txt.*",
      "tocUrl": "center:nth-of-type(1)>p>a@href##^##{{source.getKey().match(/([^\\#]+)\\#/)[1]}}\n<js>\njava.ajax(result);\n</js>\nid.mainDownInfo@table@tr.5@a.0@href",
      "wordCount": "##小说大小：<font[^<]+>([^<]+)<\\/##$1###"
    },
    "ruleContent": {
      "content": "table[class=\"layui-code\"]@html",
      "imageStyle": "",
      "replaceRegex": "##推荐一个.*网址：.*\\n|每天更新，喜欢的去看看。\\n*|书名：《{{book.name}}》\\s*作者：{{book.author}}\\s*文案：\\n*"
    },
    "ruleExplore": {
      "bookList": ".mainSoftName",
      "bookUrl": "a@href",
      "name": "a@text##《|》|txt.*"
    },
    "ruleSearch": {
      "author": "",
      "bookList": "<js>\nm=java.getElements('#searchmain@class.searchTopic');\nn=java.getElements('#searchmain@class.searchInfo');\nlist = [];\nfor(i in m){\n\tcon = {};\n\tcon.n= String(m[i].select('.searchtitle').text())\n\t.replace(/《|》|txt.*/g,'')\n\tcon.k = n[i].select('a').get(0).text();\n\tcon.l = n[i].select('.oldDate').text();\n\tcon.w = String(n[i].ownText()).replace(/.*大小：|日期.*/g,'');\n\tcon.b = n[i].select('a').get(1).attr('href');\n\tlist.push(con);\n\t}\nlist\n</js>",
      "bookUrl": "b",
      "checkKeyWord": "",
      "kind": "k",
      "lastChapter": "l",
      "name": "n",
      "wordCount": "w"
    },
    "ruleToc": {
      "chapterList": "<js>\nn=result.match(/第1页 \\/ 共(\\d+) 页/)[1];\nvar list=[];\nvar n = parseInt(n);\nul=java.getString('ul a.0@href');\nui=baseUrl.match(/(.*\\/\\/[^\\/]+)\\//)[1];\n\nfor(var i=1;i<=n;i++)\n{\n\turl=ui+String(ul).replace(/page=1/,\"page=\"+i);\n\tme='第'+i+'页';\n\tlist.push({\"text\":me,\"href\":url});\n}\nlist\n</js>",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{cookie.removeCookie(source.bookSourceUrl)}}\n{{source.getKey().match(/([^\\#]+)\\#/)[1]}}/search.asp?page={{page}}&m=0&act=&classid=0&word={{key}},{\n  \"charset\": \"GBK\"\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "盗墓笔记（优+）",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.daomubiji.com",
    "customButton": false,
    "customOrder": 712,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "盗墓笔记::http://www.daomubiji.com/",
    "lastUpdateTime": 1759387475979,
    "respondTime": 2625,
    "ruleBookInfo": {
      "intro": "class.focusbox-text@text"
    },
    "ruleContent": {
      "content": "class.article-content@tag.p@text"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "text##(|)",
      "bookList": "class.container@tag.li!0",
      "bookUrl": "tag.a@href",
      "name": "class.menu-item@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.excerpts-wrapper@tag.a",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "-",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "年代小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.4xiaoshuo.info",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 713,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻奇幻::/xuanhuan_{{page}}.html\n武侠仙侠::/wuxia_{{page}}.html\n都市言情::/dushi_{{page}}.html\n历史军事::/lishi_{{page}}.html\n科幻灵异::/kehuan_{{page}}.html\n网游竞技::/wangyou_{{page}}.html\n女生频道::/mm_{{page}}.html",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\"\n}",
    "lastUpdateTime": 1733247234539,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 5291,
    "ruleBookInfo": {
      "author": "class.info@class.small@tag.span.0@text##作者：",
      "canReName": "",
      "coverUrl": "class.info@class.cover@img@src",
      "init": "",
      "intro": "class.info@class.intro@text##简介：",
      "kind": "class.info@class.small@tag.span.4@text&&\nclass.info@class.small@tag.span.1@text&&&&\nclass.info@class.small@tag.span.2@text##分类：|状态：|更新时间：",
      "lastChapter": "class.info@class.small@tag.span.4@a@text",
      "name": "class.info@h2@text",
      "tocUrl": "",
      "wordCount": "class.info@class.small@tag.span.3@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html##请记住本书首发.*com",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.s4@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.xyusk.com/headimgs/'+iid+'/'+id+'/s'+id+'.jpg';\n</js>",
      "intro": "",
      "kind": "class.s5@text",
      "lastChapter": "class.s3@a@text",
      "name": "class.s2@a@text"
    },
    "ruleSearch": {
      "author": "class.author@text##作者：",
      "bookList": "class.bookbox",
      "bookUrl": "h4@a@href",
      "coverUrl": "img@src",
      "intro": "",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@a@text",
      "name": "h4@a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.listmain@tag.dd!0:1:2:3:4:5:6:7:8:9:10:11",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href@js:result+',{webView:“true”}'",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "/search.php?searchkey={{key}}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "笔下文学④🥉",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.bxwx8.la",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 714,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1719238087336,
    "loginUrl": "",
    "respondTime": 4524,
    "ruleBookInfo": {
      "intro": "@js:(result=result.match(/内容简介[\\s\\S]+?div>([\\s\\S]*?)<br.*?\\n.*?bxwx/))?result[1].replace(/.*?bxwx.*?\\.org/,'<br>'):''",
      "tocUrl": "@js:baseUrl.replace(/binfo/,'b').replace(/(\\d)\\.htm.*/,'$1/')"
    },
    "ruleContent": {
      "content": "id.content@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "tr:has(.odd):lt(6)",
      "bookUrl": "tag.td.0@a@href",
      "coverUrl": "tag.td.0@a@href@js:result.replace(/binfo/,'image').replace(/\\/(\\d+).htm/,'/$1/$1s.jpg')",
      "kind": "tag.td.5@text&&tag.td.3@text@js:result+'字'",
      "lastChapter": "tag.td.1@text",
      "name": "tag.td.0@text"
    },
    "ruleToc": {
      "chapterList": "+@js:\nvar reg=new RegExp(/<dd(.).+?\"(\\d+\\.html)\">(.*?)<\\/a>/g);\nvar list1=[];\nvar list2=[];\nvar tmp,url,name;\nvar i=-1;\nwhile((tmp=reg.exec(result))){\nurl=tmp[2];\nname=tmp[3];\nif(tmp[1].match(/>/)){\ni=i+1;\nlist1.push({name:name,url:url});\n}\nelse\nlist2.push({name:name,url:url});\n\nif(i==1){\ni=-1;\nlist1=list1.concat(list2.reverse());\nlist2=[];\n}\n}\nlist1;",
      "chapterName": "name",
      "chapterUrl": "url"
    },
    "searchUrl": "http://www.bxwx8.la/cse/search?q={{key}}&submit=搜索",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版",
    "bookSourceName": "安之原创",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.azycjd.com-3",
    "customButton": false,
    "customOrder": 715,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1732129499685,
    "respondTime": 1289,
    "ruleBookInfo": {
      "intro": "class.top_main.0@tag.p@text"
    },
    "ruleContent": {
      "content": "class.novel@tag.p@text"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.novel_items@tag.p.0@text",
      "bookList": "class.list_main@tag.li",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.img@src",
      "kind": "tag.span.0@text",
      "name": "class.novel_items@tag.h3.0@text"
    },
    "ruleToc": {
      "chapterList": "class.top_main chapter",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.azycjd.com/webnovelmis/mobile/msearchresult,{\n  \"method\": \"POST\",\n  \"body\": \"searchtxts={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "在线文件双类型，左上角切换",
    "bookSourceGroup": "免费",
    "bookSourceName": "🏆 云中书库",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yunxs.info/##@遇知",
    "customButton": false,
    "customOrder": 716,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"🔖分类🔖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻·奇幻\",\"url\":\"/xuanhuan/shuku_1949_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠·武侠\",\"url\":\"/xianxia/shuku_3336_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市·言情\",\"url\":\"/dushi/shuku_8625_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越·历史\",\"url\":\"/chuanyue/shuku_1335_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻·灵异\",\"url\":\"/kehuan/shuku_1500_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人·网游\",\"url\":\"/tongren/shuku_1056_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"🔖完结🔖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻·奇幻\",\"url\":\"/xuanhuan/over_20_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠·武侠\",\"url\":\"/xianxia/over_1701_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市·言情\",\"url\":\"/dushi/over_5514_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越·历史\",\"url\":\"/chuanyue/over_40_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻·灵异\",\"url\":\"/kehuan/over_44_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人·网游\",\"url\":\"/tongren/over_55_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}\n]",
    "lastUpdateTime": 1731775092826,
    "respondTime": 6070,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "canReName": "",
      "coverUrl": "[property=\"og:image\"]@content",
      "downloadUrls": "<js>a=String(java.getElements(\".btn@a.1\").attr(\"href\"));\njava.ajax('http://www.yunxs.info'+a);\n</js>.down a@href",
      "intro": "🔔 更新时间：{{@@[property=\"og:novel:update_time\"]@content##\\s##🔸}}\n🏷 {{@@.info li[2:4]@text##\\s##🔸}}\n📂 内容简介：{{@@[property=\"og:description\"]@content}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "",
      "wordCount": "#cms_ready_1@text"
    },
    "ruleContent": {
      "content": ".box_box@textNodes"
    },
    "ruleExplore": {
      "author": ".author a@text",
      "bookList": ".ul_m_list li",
      "bookUrl": ".t a@href",
      "coverUrl": "",
      "kind": ".c a@text&&.abover@text",
      "lastChapter": ".n a.1@text",
      "name": ".t a@text",
      "wordCount": ".words@text"
    },
    "ruleSearch": {
      "author": ".state@text##\\s.*",
      "bookList": ".ul_b_list li",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": "",
      "kind": "{{@@h2 span@text}}\n{{@@.state@text##.*状态：|\\s.*}}\n{{@@.arcurl@textNodes##.*：}}",
      "lastChapter": "",
      "name": "h2 a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".list_box li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.yunxs.info/plus/search.php?kwtype=0&searchtype=&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "奇书网🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xqishuta.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 717,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻奇幻::http://www.xqishuta.com//soft/sort01/index_{{page}}.html\n武侠仙侠::http://www.xqishuta.com//soft/sort02/index_{{page}}.html\n女频言情::http://www.xqishuta.com//soft/sort03/index_{{page}}.html\n现代都市::http://www.xqishuta.com//soft/sort04/index_{{page}}.html\n历史军事::http://www.xqishuta.com//soft/sort05/index_{{page}}.html\n游戏竞技::http://www.xqishuta.com//soft/sort06/index_{{page}}.html\n科幻灵异::http://www.xqishuta.com//soft/sort07/index_{{page}}.html\n美文同人::http://www.xqishuta.com//soft/sort08/index_{{page}}.html\n剧本教程::http://www.xqishuta.com//soft/sort09/index_{{page}}.html\n名著杂志::http://www.xqishuta.com//soft/sort010/index_{{page}}.html\n技术其他::http://www.xqishuta.com//soft/sort011/index_{{page}}.html\n热门电子书::http://www.xqishuta.com//s/hot/index_{{page}}.html\n推荐电子书::http://www.xqishuta.com//s/good/index_{{page}}.html\n最新电子书::http://www.xqishuta.com//s/new/index_{{page}}.html",
    "header": "{\n\"User-Agent\":\"Mozilla/5.0(WindowsNT10.0;WOW64)AppleWebKit/537.36(KHTML,likeGecko,ByBlackPrism)Chrome/99.0Safari/537.36\"\n}",
    "lastUpdateTime": 1631648054943,
    "loginUrl": "",
    "respondTime": 3283,
    "ruleBookInfo": {
      "author": "class.small.5@text",
      "coverUrl": "class.detail_pic@tag.img@src",
      "init": "",
      "intro": "class.showInfo@tag.p@text",
      "kind": "",
      "lastChapter": "class.small.6@text",
      "name": "class.detail_right@tag.h1@text##全集",
      "tocUrl": "class.showDown@tag.a.0@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content1@html##最新网址：www.xqishuta.com",
      "nextContentUrl": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.s@text##大小.*",
      "bookList": "class.listBox@tag.li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.img@src",
      "intro": "class.u@text",
      "kind": "",
      "lastChapter": "tag.a.1@text##最新章节：",
      "name": "tag.a.0@text##全集",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.even@tag.a@href",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "class.odd.2@text",
      "name": "class.even@tag.a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.pc_list@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://www.xqishuta.com/search.html?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版",
    "bookSourceName": "安之原创",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.azycjd.com-6",
    "customButton": false,
    "customOrder": 718,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1741627271015,
    "respondTime": 2754,
    "ruleBookInfo": {
      "intro": "class.top_main.0@tag.p@text"
    },
    "ruleContent": {
      "content": "class.novel@tag.p@text"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.novel_items@tag.p.0@text",
      "bookList": "class.list_main@tag.li",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.img@src",
      "kind": "tag.span.0@text",
      "name": "class.novel_items@tag.h3.0@text"
    },
    "ruleToc": {
      "chapterList": "class.top_main chapter",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.azycjd.com/webnovelmis/mobile/msearchresult,{\n  \"method\": \"POST\",\n  \"body\": \"searchtxts={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "轻小说",
    "bookSourceName": "安之原创",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.azycjd.com-8",
    "customButton": false,
    "customOrder": 719,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1766365211672,
    "respondTime": 1622,
    "ruleBookInfo": {
      "intro": "class.top_main.0@tag.p@text"
    },
    "ruleContent": {
      "content": "class.novel@tag.p@text"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.novel_items@tag.p.0@text",
      "bookList": "class.list_main@tag.li",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.img@src",
      "kind": "tag.span.0@text",
      "name": "class.novel_items@tag.h3.0@text"
    },
    "ruleToc": {
      "chapterList": "class.top_main chapter",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.azycjd.com/webnovelmis/mobile/msearchresult,{\n  \"method\": \"POST\",\n  \"body\": \"searchtxts={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "万象书城",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.wxscs.com#",
    "bookUrlPattern": "https?://www.wxsc8.com/book/\\d+/",
    "customButton": false,
    "customOrder": 720,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻·奇幻::/nav/xuanhuan<,_{{page}}>.html\n仙侠·武侠::/nav/xianxia<,_{{page}}>.html\n都市·娱乐::/nav/dushi<,_{{page}}>.html\n历史·军事::/nav/lishi<,_{{page}}>.html\n科幻·游戏::/nav/kehuan<,_{{page}}>.html\n恐怖·悬疑::/nav/kongbu<,_{{page}}>.html\n耽美·纯爱::/nav/chunai<,_{{page}}>.html\n女生·言情::/nav/yanqing<,_{{page}}>.html\n轻小说::/nav/erciyuan<,_{{page}}>.html",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1734457418009,
    "respondTime": 6540,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "downloadUrls": "",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": "#cont-body@html",
      "nextContentUrl": ".page a@href"
    },
    "ruleExplore": {
      "author": "0",
      "bookList": ".media",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": ".media-info@text",
      "kind": "0",
      "name": "h4@text"
    },
    "ruleSearch": {
      "author": "td.1@text",
      "bookList": "tbody tr",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "a.0@href\n##(\\d+)##/uploads/cover/pic$1.jpg###",
      "kind": "0",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "#all-chapter a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/plus/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "安之原创",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.azycjd.com-a",
    "customButton": false,
    "customOrder": 721,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1732129192064,
    "respondTime": 2283,
    "ruleBookInfo": {
      "intro": "class.top_main.0@tag.p@text"
    },
    "ruleContent": {
      "content": "class.novel@tag.p@text"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.novel_items@tag.p.0@text",
      "bookList": "class.list_main@tag.li",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.img@src",
      "kind": "tag.span.0@text",
      "name": "class.novel_items@tag.h3.0@text"
    },
    "ruleToc": {
      "chapterList": "class.top_main chapter",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.azycjd.com/webnovelmis/mobile/msearchresult,{\n  \"method\": \"POST\",\n  \"body\": \"searchtxts={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃我爱读者🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.52dzxy.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 722,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "百科知识::https://www.52dzxy.com/bkzs/all.html\n父母必读::https://www.52dzxy.com/fmbd/all.html\n新民周刊::https://www.52dzxy.com/xmzk/all.html\n第一财经::https://www.52dzxy.com/dycj/all.html\n南风窗::https://www.52dzxy.com/nfc/all.html\n环球人物::https://www.52dzxy.com/hqrw/all.html\n轻兵器::https://www.52dzxy.com/qbq/all.html\n知识就是力量::https://www.52dzxy.com/zsjsll/all.html\n中小学心理健康教育::https://www.52dzxy.com/zxxxljkjy/all.html\n中国经济周刊::https://www.52dzxy.com/zgjjzk/all.html\n证券市场周刊::https://www.52dzxy.com/zqsczk/all.html\n股市状态分析::https://www.52dzxy.com/gsdtfx/all.html\n财经::https://www.52dzxy.com/caijing/all.html\n婚姻与家庭·性情读本::https://www.52dzxy.com/hyyjtxqdb/all.html\n南方人物周刊::https://www.52dzxy.com/nfrwzk/all.html\n中国新闻周刊::https://www.52dzxy.com/zgxwzk/all.html\n看世界::https://www.52dzxy.com/ksj/all.html\n阅读时代::https://www.52dzxy.com/ydsd/all.html\n格言·校园版::https://www.52dzxy.com/gyxyb/all.html\n海外文摘::https://www.52dzxy.com/hwwz/all.html\n思维与智慧·上半月::https://www.52dzxy.com/swyzhsby/all.html\n青年文摘::https://www.52dzxy.com/qnwz/all.html\n今日文摘::https://www.52dzxy.com/jrwz/all.html",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9; MIX 2 Build/PKQ1.190118.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.99 Mobile Safari/537.36\"}",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 1244,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": ".sidebar@img@src",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleContent": {
      "content": "tag.p@html##我爱读者校园网",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "bookList": ".magazine-grid .magazine-item",
      "bookUrl": "a@href",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "a@text"
    },
    "ruleSearch": {
      "bookList": ".magazine-grid .magazine-item",
      "bookUrl": "a@href",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "a@text##更多..."
    },
    "ruleToc": {
      "chapterList": ".catalog-section-title,.article-title a||.maglistbox dt,.maglistbox dl dd a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVolume": ".catalog-section-title@text||span@text",
      "nextTocUrl": ""
    },
    "searchUrl": "#",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "鬼吹灯包",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.gdbzkz.org",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 723,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/fenlei/1/{{page}}.html\n仙侠小说::/fenlei/2/{{page}}.html\n都市小说::/fenlei/3/{{page}}.html\n军史小说::/fenlei/4/{{page}}.html\n网游小说::/fenlei/5/{{page}}.html\n科幻小说::/fenlei/6/{{page}}.html\n恐怖小说::/fenlei/7/{{page}}.html",
    "lastUpdateTime": 1733290204102,
    "loginUrl": "",
    "respondTime": 4222,
    "ruleBookInfo": {
      "author": "class.small@tag.span.0@text##作 者：",
      "coverUrl": "class.cover@img@src",
      "init": "",
      "intro": "class.intro@textNodes##作者.*|无弹窗.*",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content ",
      "lastChapter": "class.small@tag.span.5@a@text##百度搜索.*",
      "name": "class.info@h2@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说",
      "wordCount": "class.info@class.small@tag.span.3@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html##http.*html|天才一秒记住.*org|请记住本书首发域.*org"
    },
    "ruleExplore": {
      "author": "class.s4@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "",
      "kind": "class.s5@text",
      "lastChapter": "class.s3@a@text",
      "name": "class.s2@a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleSearch": {
      "author": "class.author@text##作者：",
      "bookList": "class.bookbox@class.p10",
      "bookUrl": "class.bookname@tag.a@href",
      "coverUrl": "class.bookimg@img@src",
      "intro": "class.bookinfo@p@text",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@tag.a@text##百度搜索.*",
      "name": "class.bookname@tag.a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleToc": {
      "chapterList": "class.listmain@dd!0:1:2:3:4:5:6:7:8:9:10:11",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.gdbzkz.org/s.php?ie=utf-8&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "西瓜免费",
    "bookSourceType": 0,
    "bookSourceUrl": "🥝西瓜免费小说App🍒",
    "customButton": false,
    "customOrder": 724,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1734381068021,
    "respondTime": 1688,
    "ruleBookInfo": {
      "author": "data.book.author",
      "coverUrl": "data.book.coverWap",
      "intro": "data.book.introduction",
      "kind": "data.book.tagList",
      "lastChapter": "data.lastChapter.chapterName",
      "name": "data.book.bookName",
      "tocUrl": "<js>\nvar javaImport = new JavaImporter();\njavaImport.importPackage(\n    Packages.java.lang,\n    Packages.javax.crypto,\n    Packages.javax.crypto.spec,\n    Packages.java.security,\n    Packages.java.security.interfaces,\n    Packages.java.security.spec,\n    Packages.java.io,\n    Packages.java.util\n);\nwith(javaImport){\n    function encrypt(str){\n        var bArr = String(str).getBytes(\"UTF-8\");\n        var mac = Mac.getInstance(\"HmacSHA256\");\n        mac .init(SecretKeySpec(String(\"wj3imab73kwceuf51lf01ORHe2cmo8X0YrZwF4p2uv3WEfmqxrT2oIBwRFRNErXW20UKal15ZTDdxPKU43puZFqcuXkvrQmadhp1wn6YPEDO4WRgInp8NNNQo4uNsWF1CELOzx7yPOS4pQbhTRWB4qRm0a4ENIegN0SH7K2STbsyaCuWh7m7s3rTpb5dK3CcDdsT35vo0xNbPZI2dJmKoIeKk9p3YhBLNWp9WoZqn9Qihpvn4nvgJzVSacgy2MTo\").getBytes(\"UTF-8\"),\"HmacSHA256\"));\n        return mac.doFinal(bArr)\n    }\n  function encode(bArr) {\n        if (bArr === null) {\n            return null;\n        }\n        var length = bArr.length * 8;\n        if (length === 0) {\n            return \"\";\n        }\n        var i10 = length % 24;\n        var i11 = parseInt(length / 24);\n        var cArr = new Array((i10 !== 0 ? i11 + 1 : i11) * 4);\n        var i12 = 0;\n        var i13 = 0;\n        var i14 = 0;\n        while (i12 < i11) {\n                var i15 = i13 + 1;\n                var b10 = bArr[i13];\n                var i16 = i15 + 1;\n                var b11 = bArr[i15];\n                var i17 = i16 + 1;\n                var b12 = bArr[i16];\n                var b13 = (b11 & 15)&255;\n                var b14 = (b10 & 3)&255;\n                var i18 = b10 & -128;\n                var i19 = b10 >> 2;\n                if (i18 !== 0) {\n                    i19 ^= 192;\n                }\n                var b15 = i19 & 255;\n                var i20 = b11 & -128;\n                var i21 = b11 >> 4;\n                if (i20 !== 0) {\n                    i21 ^= 240;\n                }\n                var b16 = (i21 & 255);\n                var i22 = (b12 & -128) === 0 ? b12 >> 6 : (b12 >> 6) ^ 252;\n                var i23 = i14 + 1;\n                var cArr2 = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '+', '/'];\n                cArr[i14] = cArr2[b15];\n                var i24 = i23 + 1;\n                cArr[i23] = cArr2[(b14 << 4) | b16];\n                var i25 = i24 + 1;\n                cArr[i24] = cArr2[(b13 << 2) | (i22&255)];\n                cArr[i25] = cArr2[b12 & 63];\n                i12++;\n                i14 = i25 + 1;\n                i13 = i17;\n\t\t\t\t}\n        if (i10 === 8) {\n            var b17 = bArr[i13];\n            var b18 = b17 & 3;\n            var i26 = b17 & -128;\n            var i27 = b17 >> 2;\n            if (i26 !== 0) {\n                i27 ^= 192;\n            }\n            var i28 = i14 + 1;\n            var cArr3 = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '+', '/'];\n            cArr[i14] = cArr3[i27];\n            var i29 = i28 + 1;\n            cArr[i28] = cArr3[b18 << 4];\n            cArr[i29] = '=';\n            cArr[i29 + 1] = '=';\n\t\t}else if (i10 === 16) {\n            var b19 = bArr[i13];\n            var b20 = bArr[i13 + 1];\n            var b21 = (b20 & 15)&255;\n            var b22 = (b19 & 3)&255;\n            var i30 = b19 & -128;\n            var i31 = b19 >> 2;\n            if (i30 !== 0) {\n                i31 ^= 192;\n            }\n            var b23 = i31&255;\n            var i32 = b20 & -128;\n            var i33 = b20 >> 4;\n            if (i32 !== 0) {\n                i33 ^= 240;\n            }\n            var i34 = i14 + 1;\n            var cArr4 = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '+', '/'];\n            cArr[i14] = cArr4[b23];\n            var i35 = i34 + 1;\n            cArr[i34] = cArr4[(i33&255) | (b22 << 4)];\n            cArr[i35] = cArr4[b21 << 2];\n            cArr[i35 + 1] = '=';\n        }\n        return cArr.join('');\n    }\n\n}\n\nvar bookId= java.getString(\"data.book.bookId\");\n\nvar myDate = new Date();\nvar timestamp = myDate.getFullYear() + \n\"0\" + (myDate.getMonth()+1) + \n\"0\" + myDate.getDate() + \n\"0\" + myDate.getDay() + \nmyDate.getMinutes() + \nmyDate.getSeconds();\n\n\n\nvar sign = encode(encrypt(\"appId=100398183&country=CN&lang=zh_CN&ver=10009248&appVer=1.0.9.248&timestamp=\"+ timestamp +\"{\\\"chapterId\\\":\\\"\\\",\\\"needBlockList\\\":\\\"1\\\",\\\"chapterOffset\\\":\\\"666666\\\",\\\"bookId\\\":\\\"\" + bookId + \"\\\",\\\"chapterEndId\\\":\\\"\\\"}8cfaaedef7a7e24a716732ff5428958f\"))\n\nurl = \"https://xgmf.zuanqianyi.com/glory/free/111?appId=100398183&country=CN&lang=zh_CN&ver=10009248&appVer=1.0.9.248&timestamp=\" + timestamp + \",\";\npost={\n  \"method\": \"POST\",\n  \"headers\": {\n    \"pname\": \"com.dzmf.zmfxsdq\",\n    \"sign\": sign,\n    \"signType\": \"1\"\n  },\n  \"body\":'{\"chapterId\":\"\",\"needBlockList\":\"1\",\"chapterOffset\":\"666666\",\"bookId\":\"'+bookId+'\",\"chapterEndId\":\"\"}'\n}\nurl+JSON.stringify(post)\n</js>",
      "wordCount": "data.book.totalWordSize"
    },
    "ruleContent": {
      "content": "<js>\nvar javaImport = new JavaImporter();\njavaImport.importPackage(\n    Packages.java.lang,\n    Packages.java.io,\n    Packages.java.util,\n    Packages.java.security.spec,\n    Packages.java.security,\n    Packages.javax.crypto,\n    Packages.javax.crypto.spec,\n    Packages.java.security.interfaces,\n    Packages.java.security.spec\n);\nwith(javaImport){\n\tfunction encrypt(str){\n                var bArr = String(str).getBytes(\"UTF-8\");\n\t\tvar pKCS8EncodedKeySpec =PKCS8EncodedKeySpec([48,-126,4,-65,2,1,0,48,13,6,9,42,-122,72,-122,-9,13,1,1,1,5,0,4,-126,4,-87,48,-126,4,-91,2,1,0,2,-126,1,1,0,-118,121,-93,-123,61,113,-87,-20,-33,52,-70,-125,-13,67,-61,92,-49,-41,-14,60,-49,31,-68,-88,-7,-38,-52,-62,-31,-76,-123,90,-28,-70,-23,-106,93,-93,-5,-57,22,62,51,45,-88,80,-38,-55,75,-3,-73,-96,65,-15,-110,11,-121,-91,105,-91,-11,-62,-111,96,17,-68,-82,113,-116,-82,-108,51,-100,31,61,14,-26,-5,-48,14,-36,-110,-90,113,46,-31,-67,-64,95,98,95,-123,2,-83,16,-105,74,-42,-100,3,-125,53,126,-72,-72,-76,79,108,1,-71,-82,-51,0,60,-94,84,-65,73,-44,-88,-107,-81,44,3,40,-33,-87,114,88,21,-53,111,-84,-88,-83,112,41,101,-118,50,22,-74,29,47,-51,-106,-89,-26,55,44,66,118,-7,-45,-72,78,-125,-37,73,72,-80,-11,38,-82,65,54,103,9,43,-106,-88,-81,29,50,56,-127,104,122,56,-38,-93,-76,-12,-99,-17,-87,97,-128,21,118,-78,-13,-67,15,-74,-116,71,63,122,5,-59,120,93,90,-104,116,21,-13,108,10,-50,-103,-33,-21,125,113,86,-73,46,-84,-92,106,-86,8,23,7,95,-65,80,83,6,-85,53,85,-85,43,-73,41,-84,-10,76,106,-36,119,99,-125,121,-92,-122,-94,-73,-15,125,115,120,-63,2,3,1,0,1,2,-126,1,1,0,-121,-55,-103,-48,-55,28,-47,125,102,-81,37,10,-55,28,52,-47,-87,58,95,-34,-61,88,-94,-66,-84,43,-93,72,-94,-35,75,59,-125,57,-54,94,-39,-70,56,-27,-45,-24,-16,116,-96,45,-111,45,125,103,-15,-115,-93,-68,-121,-14,-24,116,10,-14,99,-39,4,-121,73,61,85,110,33,126,-5,-14,-45,-16,74,6,119,-8,-117,-32,86,-23,51,111,-97,-126,91,120,-19,-49,-32,76,-28,-1,-30,90,9,88,3,42,-22,-102,37,-122,108,16,-36,36,-44,88,73,-111,-38,-34,-102,108,50,27,-22,-3,-39,-78,41,-99,123,-110,63,108,85,22,-119,93,-85,-98,-114,70,-31,-120,-122,10,-92,-31,87,117,-119,-49,25,1,20,-42,-61,35,96,-41,-46,-50,-114,-31,-36,-21,95,-70,113,110,62,-28,62,76,36,-57,81,-21,100,36,124,-74,112,-52,-73,109,-117,37,-3,-40,-111,-102,-13,62,118,-93,-119,-118,-33,-82,20,53,64,-57,24,63,-113,-126,-61,-69,90,-72,-56,120,80,-95,-14,124,-2,74,80,53,22,3,57,61,113,-117,-5,-54,61,-1,-105,-96,-68,7,-98,-49,95,-61,-16,51,-65,82,66,-125,-66,-92,115,75,-116,32,14,68,-51,124,-126,32,-63,52,84,117,2,-127,-127,0,-15,-52,16,-109,-8,94,1,-65,14,-119,72,18,115,86,17,19,-68,-19,24,86,12,5,-97,55,-16,-75,84,110,-126,23,-33,-56,120,17,-32,-127,-106,-54,-27,54,20,40,92,70,-18,94,31,-79,-42,69,74,18,85,17,-64,-80,60,4,-102,23,36,-52,-112,124,11,-30,-15,5,-92,125,51,-42,26,109,27,-19,93,10,49,-48,-106,91,-38,12,-45,73,-44,-26,37,114,21,105,36,-38,96,39,-5,-8,-4,-70,-11,106,-107,69,68,14,-43,-123,-127,6,127,65,-25,-49,75,110,99,-50,-32,-33,-54,-26,117,125,-18,24,-89,107,2,-127,-127,0,-110,-101,-24,103,-95,2,-73,-114,-109,-97,107,126,-32,75,-124,-39,-92,-98,-127,-33,2,-65,49,-80,24,118,94,4,-117,122,-70,-41,-42,59,-90,-53,-81,-101,-57,75,-99,-67,-87,-67,-35,40,-66,53,-45,95,79,-10,-120,-111,71,-12,-110,76,-74,82,-79,83,-84,3,43,111,-44,-109,4,61,-22,3,99,113,113,-121,-15,-108,44,-32,-28,46,-83,-115,-99,-86,108,-111,3,-11,-43,121,67,-73,-68,99,107,55,-119,-77,20,-68,-77,98,-113,-21,39,-128,-21,119,113,57,-99,-30,-65,-128,-76,-100,40,8,39,-72,18,9,-17,-99,-89,-125,2,-127,-128,108,110,19,93,23,-70,-88,83,-46,35,-13,-30,-6,63,-75,70,-63,-87,29,9,-79,56,112,46,-8,-51,-120,0,74,108,-124,88,-12,-89,39,-93,85,72,-59,66,-36,5,65,100,57,-114,-111,-18,0,-27,111,-109,10,-4,-4,8,-53,-47,80,124,98,111,45,-73,-62,-24,-47,38,-77,-99,-59,-70,20,125,-85,81,101,48,-90,40,32,-43,45,-46,36,-119,-18,100,10,-108,-65,79,56,76,-119,100,68,-43,98,24,64,-25,-69,-22,-92,-37,118,26,-7,66,61,-99,3,99,-19,50,-94,-91,106,40,81,103,-55,118,96,104,67,-29,2,-127,-127,0,-121,39,-59,-77,-85,34,119,23,-80,-115,-38,42,-120,25,-10,-86,49,-15,-110,102,-122,0,-66,-116,-55,-80,109,114,33,39,-114,-110,37,-60,-82,58,-66,116,-116,-32,-17,-43,-122,99,43,60,65,70,27,-53,-107,75,0,-111,118,85,72,126,1,-30,-17,-24,-29,-3,-76,16,-113,86,-51,37,74,-45,-66,-36,57,62,-118,-3,-1,-11,127,70,108,-26,-51,-1,-21,-64,48,119,116,74,43,-100,121,-58,-23,115,-76,-76,-20,28,29,-1,114,15,-26,70,26,76,-19,-117,-95,59,5,50,96,-50,72,-75,99,-16,116,104,-58,-122,127,-125,2,-127,-127,0,-105,-116,-61,-50,-11,-71,-17,-45,114,88,67,113,51,37,-77,53,82,-22,36,70,-19,34,93,22,-103,-36,28,-47,-113,120,-57,4,-95,11,-82,-62,-127,13,115,93,104,-110,-44,39,42,-125,64,-111,53,-14,82,73,69,0,-66,37,-56,-115,3,-103,5,-69,55,75,-113,7,-18,-32,97,-56,28,85,-48,72,27,-115,119,63,1,41,115,-27,-73,24,-63,57,-72,107,-9,39,13,120,-75,-42,33,9,-39,-93,72,-122,66,33,-36,-1,-18,-102,11,-49,28,-61,-120,6,102,-37,-106,-6,5,-111,107,-76,49,78,-40,19,53,106,-37,-125]);\n\t\tvar signature = Signature.getInstance(\"SHA256WithRSA\");\n\t\tsignature.initSign(KeyFactory.getInstance(\"RSA\").generatePrivate(pKCS8EncodedKeySpec));\n\t\tsignature.update(bArr);\n\t\treturn signature.sign();        \n    }\n\tfunction encode(bArr) {\n        if (bArr === null) {\n            return null;\n        }\n        var length = bArr.length * 8;\n        if (length === 0) {\n            return \"\";\n        }\n        var i10 = length % 24;\n        var i11 = parseInt(length / 24);\n        var cArr = new Array((i10 !== 0 ? i11 + 1 : i11) * 4);\n        var i12 = 0;\n        var i13 = 0;\n        var i14 = 0;\n        while (i12 < i11) {\n                var i15 = i13 + 1;\n                var b10 = bArr[i13];\n                var i16 = i15 + 1;\n                var b11 = bArr[i15];\n                var i17 = i16 + 1;\n                var b12 = bArr[i16];\n                var b13 = (b11 & 15)&255;\n                var b14 = (b10 & 3)&255;\n                var i18 = b10 & -128;\n                var i19 = b10 >> 2;\n                if (i18 !== 0) {\n                    i19 ^= 192;\n                }\n                var b15 = i19 & 255;\n                var i20 = b11 & -128;\n                var i21 = b11 >> 4;\n                if (i20 !== 0) {\n                    i21 ^= 240;\n                }\n                var b16 = (i21 & 255);\n                var i22 = (b12 & -128) === 0 ? b12 >> 6 : (b12 >> 6) ^ 252;\n                var i23 = i14 + 1;\n                var cArr2 = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '+', '/'];\n                cArr[i14] = cArr2[b15];\n                var i24 = i23 + 1;\n                cArr[i23] = cArr2[(b14 << 4) | b16];\n                var i25 = i24 + 1;\n                cArr[i24] = cArr2[(b13 << 2) | (i22&255)];\n                cArr[i25] = cArr2[b12 & 63];\n                i12++;\n                i14 = i25 + 1;\n                i13 = i17;\n\t\t\t\t}\n        if (i10 === 8) {\n            var b17 = bArr[i13];\n            var b18 = b17 & 3;\n            var i26 = b17 & -128;\n            var i27 = b17 >> 2;\n            if (i26 !== 0) {\n                i27 ^= 192;\n            }\n            var i28 = i14 + 1;\n            var cArr3 = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '+', '/'];\n            cArr[i14] = cArr3[i27];\n            var i29 = i28 + 1;\n            cArr[i28] = cArr3[b18 << 4];\n            cArr[i29] = '=';\n            cArr[i29 + 1] = '=';\n\t\t}else if (i10 === 16) {\n            var b19 = bArr[i13];\n            var b20 = bArr[i13 + 1];\n            var b21 = (b20 & 15)&255;\n            var b22 = (b19 & 3)&255;\n            var i30 = b19 & -128;\n            var i31 = b19 >> 2;\n            if (i30 !== 0) {\n                i31 ^= 192;\n            }\n            var b23 = i31&255;\n            var i32 = b20 & -128;\n            var i33 = b20 >> 4;\n            if (i32 !== 0) {\n                i33 ^= 240;\n            }\n            var i34 = i14 + 1;\n            var cArr4 = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '+', '/'];\n            cArr[i14] = cArr4[b23];\n            var i35 = i34 + 1;\n            cArr[i34] = cArr4[(i33&255) | (b22 << 4)];\n            cArr[i35] = cArr4[b21 << 2];\n            cArr[i35 + 1] = '=';\n        }\n        return cArr.join('');\n    }\n\n}\n\tvar bookId = java.get(\"bookId\");\n\tvar str = baseUrl;\n\tvar chapterId = str.match(/\\d+/).toString();\n\n\n\tfunction getTransferRespond(Urltype){\n\t\t\n\t\tvar myDate = new Date();\n\t\tvar timestamp = myDate.getFullYear() + \n\t\t\"0\" + (myDate.getMonth()+1) + \n\t\t\"0\" + myDate.getDate() + \n\t\t\"0\" + myDate.getDay() + \n\t\tmyDate.getMinutes() + \n\t\tmyDate.getSeconds();\n\t\t\n\t\t\n\t\tvar url;\n\t\tvar body;\n\t\tvar body;\n\t\tif(Urltype == 1)\n\t\t{\n\t\n\t\t\tvar url = \"https://xgmf.zuanqianyi.com/glory/free/1152?appId=100398183&country=CN&lang=zh_CN&ver=10009248&appVer=1.0.9.248&timestamp=\" + timestamp;\n\n\t\t\tvar sign = encode(encrypt(\"appId=100398183&country=CN&lang=zh_CN&ver=10009248&appVer=1.0.9.248&timestamp=\"+ timestamp +\"{\\\"autoPay\\\":\\\"1\\\",\\\"chapterId\\\":\\\"\"+chapterId+\"\\\",\\\"keepShowAd\\\":1,\\\"confirmPay\\\":\\\"1\\\",\\\"bookId\\\":\\\"\"+bookId+\"\\\"}8cfaaedef7a7e24a716732ff5428958f\"))\n\n\t\t\tvar body =\n\t\t\t\"{\\\"autoPay\\\":\\\"1\\\",\\\"chapterId\\\":\\\"\"+chapterId+\"\\\",\\\"keepShowAd\\\":1,\\\"confirmPay\\\":\\\"1\\\",\\\"bookId\\\":\\\"\"+bookId+\"\\\"}\";\n\n\t\t\tvar header = {};\n\n\t\t\theader[\"uid\"]=\"1706970565\";\n\t\t\theader[\"pname\"]=\"com.dzmf.zmfxsdq\";\n\t\t\theader[\"sign\"]=sign;\n\t\t\theader[\"signType\"]=\"2\";\n\t\t\theader[\"Content-Type\"]=\"application/json; charset=UTF-8\";\n\t\t\t//header[\"Content-Length\"]=93;\n\t\t\theader[\"Host\"]=\"xgmf.zuanqianyi.com\";\n\t\t\n\t\t}else\n\t\t{\n\t\t\tvar url = \"https://xgmf.zuanqianyi.com/glory/free/1153?appId=100398183&country=CN&lang=zh_CN&ver=10009248&appVer=1.0.9.248&timestamp=\" + timestamp;\n\n\t\t\tvar sign = encode(encrypt(\"appId=100398183&country=CN&lang=zh_CN&ver=10009248&appVer=1.0.9.248&timestamp=\"+ timestamp +\"{\\\"autoPay\\\":\\\"1\\\",\\\"keepShowAd\\\":1,\\\"chapterIds\\\":[\\\"\"+chapterId+\"\\\"],\\\"bookId\\\":\\\"\"+bookId+\"\\\"}8cfaaedef7a7e24a716732ff5428958f\"))\n\n\t\t\tvar body =\n\t\t\t\"{\\\"autoPay\\\":\\\"1\\\",\\\"keepShowAd\\\":1,\\\"chapterIds\\\":[\\\"\"+chapterId+\"\\\"],\\\"bookId\\\":\\\"\"+bookId+\"\\\"}\";\n\t\t\t\n\t\t\tvar header = {};\n\n\t\t\theader[\"uid\"]=\"1706970565\";\n\t\t\theader[\"pname\"]=\"com.dzmf.zmfxsdq\";\n\t\t\theader[\"sign\"]=sign;\n\t\t\theader[\"signType\"]=\"2\";\n\t\t\theader[\"Content-Type\"]=\"application/json; charset=UTF-8\";\n\t\t\t//header[\"Content-Length\"]=79;\n\t\t\theader[\"Host\"]=\"xgmf.zuanqianyi.com\";\t\t\n\t\t}\n\t\t\n\t\tvar respond= java.post(url,body,header);\n\t\treturn respond;\n\t}\n\t\n\tvar UrltypeNum = 1;\n\t\n\tvar respond = getTransferRespond(UrltypeNum);\n\n\tvar transferHtml=respond.body();\n\n\tvar is = String(transferHtml).search(/不合法/);\n\n\twhile(is > 0){\n\t\tif(UrltypeNum == 1){UrltypeNum = 2}else{UrltypeNum = 1}\n\t\tvar respond = getTransferRespond(UrltypeNum);\n\t\tvar transferHtml=respond.body();\n\t\tvar is = String(transferHtml).search(/不合法/);\n\t}\n\t//java.log(transferHtml);\n\tvar transferJson=JSON.parse(transferHtml);\n\tvar chapterUrl =transferJson.data.chapterInfo[0].cdnUrls[0];\n\tchapterHtml = java.ajax(chapterUrl);\n\t//java.log(chapterUrl);\n\t//java.log(java.ajax(chapterUrl));\n</js>",
      "nextContentUrl": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "author",
      "bookList": "data.searchList",
      "bookUrl": "<js>\nvar javaImport = new JavaImporter();\njavaImport.importPackage(\n    Packages.java.lang,\n    Packages.javax.crypto,\n    Packages.javax.crypto.spec,\n    Packages.java.security,\n    Packages.java.security.interfaces,\n    Packages.java.security.spec,\n    Packages.java.io,\n    Packages.java.util\n);\nwith(javaImport){\n    function encrypt(str){\n        var bArr = String(str).getBytes(\"UTF-8\");\n        var mac = Mac.getInstance(\"HmacSHA256\");\n        mac .init(SecretKeySpec(String(\"wj3imab73kwceuf51lf01ORHe2cmo8X0YrZwF4p2uv3WEfmqxrT2oIBwRFRNErXW20UKal15ZTDdxPKU43puZFqcuXkvrQmadhp1wn6YPEDO4WRgInp8NNNQo4uNsWF1CELOzx7yPOS4pQbhTRWB4qRm0a4ENIegN0SH7K2STbsyaCuWh7m7s3rTpb5dK3CcDdsT35vo0xNbPZI2dJmKoIeKk9p3YhBLNWp9WoZqn9Qihpvn4nvgJzVSacgy2MTo\").getBytes(\"UTF-8\"),\"HmacSHA256\"));\n        return mac.doFinal(bArr)\n    }\n  function encode(bArr) {\n        if (bArr === null) {\n            return null;\n        }\n        var length = bArr.length * 8;\n        if (length === 0) {\n            return \"\";\n        }\n        var i10 = length % 24;\n        var i11 = parseInt(length / 24);\n        var cArr = new Array((i10 !== 0 ? i11 + 1 : i11) * 4);\n        var i12 = 0;\n        var i13 = 0;\n        var i14 = 0;\n        while (i12 < i11) {\n                var i15 = i13 + 1;\n                var b10 = bArr[i13];\n                var i16 = i15 + 1;\n                var b11 = bArr[i15];\n                var i17 = i16 + 1;\n                var b12 = bArr[i16];\n                var b13 = (b11 & 15)&255;\n                var b14 = (b10 & 3)&255;\n                var i18 = b10 & -128;\n                var i19 = b10 >> 2;\n                if (i18 !== 0) {\n                    i19 ^= 192;\n                }\n                var b15 = i19 & 255;\n                var i20 = b11 & -128;\n                var i21 = b11 >> 4;\n                if (i20 !== 0) {\n                    i21 ^= 240;\n                }\n                var b16 = (i21 & 255);\n                var i22 = (b12 & -128) === 0 ? b12 >> 6 : (b12 >> 6) ^ 252;\n                var i23 = i14 + 1;\n                var cArr2 = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '+', '/'];\n                cArr[i14] = cArr2[b15];\n                var i24 = i23 + 1;\n                cArr[i23] = cArr2[(b14 << 4) | b16];\n                var i25 = i24 + 1;\n                cArr[i24] = cArr2[(b13 << 2) | (i22&255)];\n                cArr[i25] = cArr2[b12 & 63];\n                i12++;\n                i14 = i25 + 1;\n                i13 = i17;\n\t\t\t\t}\n        if (i10 === 8) {\n            var b17 = bArr[i13];\n            var b18 = b17 & 3;\n            var i26 = b17 & -128;\n            var i27 = b17 >> 2;\n            if (i26 !== 0) {\n                i27 ^= 192;\n            }\n            var i28 = i14 + 1;\n            var cArr3 = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '+', '/'];\n            cArr[i14] = cArr3[i27];\n            var i29 = i28 + 1;\n            cArr[i28] = cArr3[b18 << 4];\n            cArr[i29] = '=';\n            cArr[i29 + 1] = '=';\n\t\t}else if (i10 === 16) {\n            var b19 = bArr[i13];\n            var b20 = bArr[i13 + 1];\n            var b21 = (b20 & 15)&255;\n            var b22 = (b19 & 3)&255;\n            var i30 = b19 & -128;\n            var i31 = b19 >> 2;\n            if (i30 !== 0) {\n                i31 ^= 192;\n            }\n            var b23 = i31&255;\n            var i32 = b20 & -128;\n            var i33 = b20 >> 4;\n            if (i32 !== 0) {\n                i33 ^= 240;\n            }\n            var i34 = i14 + 1;\n            var cArr4 = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '+', '/'];\n            cArr[i14] = cArr4[b23];\n            var i35 = i34 + 1;\n            cArr[i34] = cArr4[(i33&255) | (b22 << 4)];\n            cArr[i35] = cArr4[b21 << 2];\n            cArr[i35 + 1] = '=';\n        }\n        return cArr.join('');\n    }\n\n}\n\nvar bookId= java.getString(\"bookId\");\n\nvar myDate = new Date();\nvar timestamp = myDate.getFullYear() + \n\"0\" + (myDate.getMonth()+1) + \n\"0\" + myDate.getDate() + \n\"0\" + myDate.getDay() + \nmyDate.getMinutes() + \nmyDate.getSeconds();\n\nvar sign = encode(encrypt(\"appId=100398183&country=CN&lang=zh_CN&ver=10009248&appVer=1.0.9.248&timestamp=\"+ timestamp +\"{\\\"bookId\\\":\\\"\"+bookId+\"\\\"}8cfaaedef7a7e24a716732ff5428958f\"))\n\nurl = \"https://xgmf.zuanqianyi.com/glory/free/1110?appId=100398183&country=CN&lang=zh_CN&ver=10009248&appVer=1.0.9.248&timestamp=\" + timestamp + \",\";\npost={\n  \"method\": \"POST\",\n  \"headers\": {\n    \"pname\": \"com.dzmf.zmfxsdq\",\n    \"sign\": sign,\n    \"signType\": \"1\"\n  },\n  \"body\":'{\"bookId\":\"'+bookId+'\"}'\n}\nurl+JSON.stringify(post)\n</js>",
      "coverUrl": "coverWap",
      "intro": "introduction",
      "kind": "tag",
      "lastChapter": "",
      "name": "bookName",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "<js>\nvar obj = JSON.parse(result); \nvar chapterNameList= obj.data.chapterNameList;\nvar chapterIdList= obj.data.chapterIdList;\nvar bookId = obj.data.bookId;\nvar length = parseInt(obj.data.chapterNameList.length);\nvar list = [];\nvar ret;\nfor(var i = 0; i < length; i++)\n{ \t list.push({\"chapterName\":String(chapterNameList[i]), \"chapterId\":String(chapterIdList[i])});\n}\njava.put(\"bookId\",bookId);\n\nlist\n</js>\n",
      "chapterName": "chapterName",
      "chapterUrl": "chapterId"
    },
    "searchUrl": "<js>\nvar javaImport = new JavaImporter();\njavaImport.importPackage(\n    Packages.java.lang,\n    Packages.javax.crypto,\n    Packages.javax.crypto.spec,\n    Packages.java.security,\n    Packages.java.security.interfaces,\n    Packages.java.security.spec,\n    Packages.java.io,\n    Packages.java.util\n);\nwith(javaImport){\n    function encrypt(str){\n        var bArr = String(str).getBytes(\"UTF-8\");\n        var mac = Mac.getInstance(\"HmacSHA256\");\n        mac .init(SecretKeySpec(String(\"wj3imab73kwceuf51lf01ORHe2cmo8X0YrZwF4p2uv3WEfmqxrT2oIBwRFRNErXW20UKal15ZTDdxPKU43puZFqcuXkvrQmadhp1wn6YPEDO4WRgInp8NNNQo4uNsWF1CELOzx7yPOS4pQbhTRWB4qRm0a4ENIegN0SH7K2STbsyaCuWh7m7s3rTpb5dK3CcDdsT35vo0xNbPZI2dJmKoIeKk9p3YhBLNWp9WoZqn9Qihpvn4nvgJzVSacgy2MTo\").getBytes(\"UTF-8\"),\"HmacSHA256\"));\n        return mac.doFinal(bArr)\n    }\n  function encode(bArr) {\n        if (bArr === null) {\n            return null;\n        }\n        var length = bArr.length * 8;\n        if (length === 0) {\n            return \"\";\n        }\n        var i10 = length % 24;\n        var i11 = parseInt(length / 24);\n        var cArr = new Array((i10 !== 0 ? i11 + 1 : i11) * 4);\n        var i12 = 0;\n        var i13 = 0;\n        var i14 = 0;\n        while (i12 < i11) {\n                var i15 = i13 + 1;\n                var b10 = bArr[i13];\n                var i16 = i15 + 1;\n                var b11 = bArr[i15];\n                var i17 = i16 + 1;\n                var b12 = bArr[i16];\n                var b13 = (b11 & 15)&255;\n                var b14 = (b10 & 3)&255;\n                var i18 = b10 & -128;\n                var i19 = b10 >> 2;\n                if (i18 !== 0) {\n                    i19 ^= 192;\n                }\n                var b15 = i19 & 255;\n                var i20 = b11 & -128;\n                var i21 = b11 >> 4;\n                if (i20 !== 0) {\n                    i21 ^= 240;\n                }\n                var b16 = (i21 & 255);\n                var i22 = (b12 & -128) === 0 ? b12 >> 6 : (b12 >> 6) ^ 252;\n                var i23 = i14 + 1;\n                var cArr2 = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '+', '/'];\n                cArr[i14] = cArr2[b15];\n                var i24 = i23 + 1;\n                cArr[i23] = cArr2[(b14 << 4) | b16];\n                var i25 = i24 + 1;\n                cArr[i24] = cArr2[(b13 << 2) | (i22&255)];\n                cArr[i25] = cArr2[b12 & 63];\n                i12++;\n                i14 = i25 + 1;\n                i13 = i17;\n\t\t\t\t}\n        if (i10 === 8) {\n            var b17 = bArr[i13];\n            var b18 = b17 & 3;\n            var i26 = b17 & -128;\n            var i27 = b17 >> 2;\n            if (i26 !== 0) {\n                i27 ^= 192;\n            }\n            var i28 = i14 + 1;\n            var cArr3 = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '+', '/'];\n            cArr[i14] = cArr3[i27];\n            var i29 = i28 + 1;\n            cArr[i28] = cArr3[b18 << 4];\n            cArr[i29] = '=';\n            cArr[i29 + 1] = '=';\n\t\t}else if (i10 === 16) {\n            var b19 = bArr[i13];\n            var b20 = bArr[i13 + 1];\n            var b21 = (b20 & 15)&255;\n            var b22 = (b19 & 3)&255;\n            var i30 = b19 & -128;\n            var i31 = b19 >> 2;\n            if (i30 !== 0) {\n                i31 ^= 192;\n            }\n            var b23 = i31&255;\n            var i32 = b20 & -128;\n            var i33 = b20 >> 4;\n            if (i32 !== 0) {\n                i33 ^= 240;\n            }\n            var i34 = i14 + 1;\n            var cArr4 = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '+', '/'];\n            cArr[i14] = cArr4[b23];\n            var i35 = i34 + 1;\n            cArr[i34] = cArr4[(i33&255) | (b22 << 4)];\n            cArr[i35] = cArr4[b21 << 2];\n            cArr[i35 + 1] = '=';\n        }\n        return cArr.join('');\n    }\n\n}\n\n\nvar myDate = new Date();\nvar timestamp = myDate.getFullYear() + \n\"0\" + (myDate.getMonth()+1) + \n\"0\" + myDate.getDate() + \n\"0\" + myDate.getDay() + \nmyDate.getMinutes() + \nmyDate.getSeconds();\n\nvar sign = encode(encrypt(\"appId=100398183&country=CN&lang=zh_CN&ver=10009248&appVer=1.0.9.248&timestamp=\"+ timestamp +\"{\\\"size\\\":15,\\\"searchType\\\":\\\"\\\",\\\"index\\\":\"+page+\",\\\"keyword\\\":\\\"\"+key+\"\\\"}8cfaaedef7a7e24a716732ff5428958f\"))\n\nurl = \"https://xgmf.zuanqianyi.com/glory/free/1141?appId=100398183&country=CN&lang=zh_CN&ver=10009248&appVer=1.0.9.248&timestamp=\" + timestamp + \",\";\npost={\n  \"method\": \"POST\",\n  \"headers\": {\n    \"pname\": \"com.dzmf.zmfxsdq\",\n    \"sign\": sign,\n    \"signType\": \"1\"\n  },\n  \"body\":'{\"size\":15,\"searchType\":\"\",\"index\":'+page+',\"keyword\":\"'+key+'\"}'\n}\nurl+JSON.stringify(post)\n</js>",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "天堂深圳（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "http://tiantangxiangzuoshenzhenwangyou.qwyd.net",
    "customButton": false,
    "customOrder": 725,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1759402749615,
    "respondTime": 3340,
    "ruleBookInfo": {
      "author": "class.container@tag.p.0@text##一段悲.*\n版权所有©2013-2016 天堂向左 深圳往右 作者慕容雪村",
      "intro": "class.container@tag.p.0@text##作者：.*",
      "name": "tag.h1@text"
    },
    "ruleContent": {
      "content": "class.span12@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "class.active",
      "bookUrl": "tag.a@href",
      "name": "tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.thumbnail",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://tiantangxiangzuoshenzhenwangyou.qwyd.net/",
    "weight": 0
  },
  {
    "bookSourceComment": "注：部分小说可下载到本地，若想下载到本地看，把左上角的类型“文本”改为“文件”。",
    "bookSourceGroup": "免费",
    "bookSourceName": "歌书网吧",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.gashuw.com/",
    "customButton": false,
    "customOrder": 726,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"🔖分类🔖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻魔法\",\"url\":\"http://www.gashuw.com/xuanhuanmofa/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修真小说\",\"url\":\"http://www.gashuw.com/xiuzhenxiaoshuo/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市小说\",\"url\":\"http://www.gashuw.com/dushixiaoshuo/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"http://www.gashuw.com/lishijunshi/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏小说\",\"url\":\"http://www.gashuw.com/youxixiaoshuo/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻灵异\",\"url\":\"http://www.gashuw.com/kehuanlingyi/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人小说\",\"url\":\"http://www.gashuw.com/tongrenxiaoshuo/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女生言情\",\"url\":\"http://www.gashuw.com/nvshengyanqing/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"综合小说\",\"url\":\"http://www.gashuw.com/zonghexiaoshuo/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"🔖榜单🔖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"周榜\",\"url\":\"http://m.gashuw.com/ph/week_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月榜\",\"url\":\"http://m.gashuw.com/ph/month_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总榜\",\"url\":\"http://m.gashuw.com/ph/all_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"🔖完结🔖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻魔法\",\"url\":\"http://m.gashuw.com/quanben1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修真小说\",\"url\":\"http://m.gashuw.com/quanben2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市小说\",\"url\":\"http://m.gashuw.com/quanben3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"http://m.gashuw.com/quanben4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏小说\",\"url\":\"http://m.gashuw.com/quanben5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻灵异\",\"url\":\"http://m.gashuw.com/quanben6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人小说\",\"url\":\"http://m.gashuw.com/quanben7_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女生言情\",\"url\":\"http://m.gashuw.com/quanben8_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"综合小说\",\"url\":\"http://m.gashuw.com/quanben9_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}\n]",
    "lastUpdateTime": 1734832242928,
    "respondTime": 1772,
    "ruleBookInfo": {
      "author": "span.1@text",
      "canReName": "",
      "coverUrl": "img@src",
      "downloadUrls": ".btnlinks@href",
      "intro": "🏷 评分：{{@@span.2:3@text##\\s##分}}\n\n📂 内容简介：{{@@.tabvalue.0@text}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".tabvalue td.0@text##.*：",
      "lastChapter": "span.4@text",
      "name": "span.0@text##txt下载",
      "tocUrl": ".btnlink.0@href",
      "wordCount": ".tabvalue td.1@text##.*："
    },
    "ruleContent": {
      "content": "#content@html",
      "replaceRegex": "##最新网址：.*|www.gebiqu.com"
    },
    "ruleExplore": {
      "author": ".s5@text||.author@text",
      "bookList": ".l li||.hot_sale",
      "bookUrl": "a.0@href\n@js:##.+\\D((\\d+)\\d{3})\\D##http://www.gashuw.com/txt/$1.html###",
      "coverUrl": "a.0@href\n@js:##.+\\D((\\d+)\\d{3})\\D##http://image.gashuw.com/$2/$1/$1s.jpg###",
      "intro": ".review@text##简介：",
      "kind": "",
      "lastChapter": ".s3 a@text",
      "name": ".s2 a@text||.title@text"
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "#nr",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href\n@js:##.+\\D((\\d+)\\d{3})\\D##http://image.gashuw.com/$2/$1/$1s.jpg###",
      "intro": "",
      "kind": "td.5@text",
      "lastChapter": "td.1@text",
      "name": "td.0@text",
      "wordCount": "td.3@text"
    },
    "ruleToc": {
      "chapterList": "dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.gashuw.com/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "丫电子书",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.xshuyaya.cc/",
    "bookUrlPattern": "http://www.xshuyaya.cc/book/\\d+/",
    "customButton": false,
    "customOrder": 727,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1733777125208,
    "loginUrl": "",
    "respondTime": 6713,
    "ruleBookInfo": {
      "author": "class.r420@class.author@tag.span.0@a@text",
      "coverUrl": "class.con_limg@img@src",
      "intro": "class.r420@class.r_cons@text",
      "kind": "class.r420@class.author@tag.span.1@a@text&&\nclass.r420@class.author@tag.span.2@text",
      "lastChapter": "class.lastrecord@tag.a@text",
      "name": "class.r420@h1@text",
      "tocUrl": "text.目录@href"
    },
    "ruleContent": {
      "content": "id.content@textNodes##本章结束|上一章|返回目录|下一章"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.span.4@tag.a@text",
      "bookList": "class.listconl@class.clearfix@li",
      "bookUrl": "tag.span.1@tag.a.0@href",
      "coverUrl": "tag.span.1@tag.a.0@href<js>java.ajax(result)</js>class.con_limg@img@src",
      "kind": "tag.span.2@text&&\ntag.span.3@text",
      "lastChapter": "tag.span.1@tag.a.1@text",
      "name": "tag.span.1@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.clearfix dirconone@ul@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": ""
    },
    "searchUrl": "http://www.xshuyaya.cc/search?wd={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "快眼看书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.booksky.cc",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 728,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1734873224883,
    "loginUrl": "",
    "respondTime": 2839,
    "ruleBookInfo": {
      "author": "class.novelinfo-l@tag.li.0@text##作者：",
      "coverUrl": "class.novelinfo-r@tag.a@tag.img@src",
      "intro": "class.novelintro@text##各位书友要是.*",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content",
      "lastChapter": "class.novelinfo-l@li@a@text",
      "name": "class.w-left@tag.h1@text"
    },
    "ruleContent": {
      "content": "id.chaptercontent@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.info@tag.span.1@text",
      "bookList": "class.librarylist@tag.li",
      "bookUrl": "class.info@tag.span.0@tag.a@href",
      "coverUrl": "class.pt-ll-l@tag.a@tag.img@src",
      "lastChapter": "class.last@tag.a@text",
      "name": "class.info@tag.span.0@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.fulldir@tag.ul@tag.li@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.booksky.cc/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "夜伴书屋（魔法）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.ybsws.com",
    "bookUrlPattern": "https?://www.ybsws.com/book/\\w+/",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 729,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "奇幻·玄幻::/list/qihuan<,{{page}}>.html\n科幻·游戏::/list/kehuan<,{{page}}>.html\n武侠·仙侠::/list/wuxia<,{{page}}>.html\n女生·言情::/list/yanqing<,{{page}}>.html\n都市·娱乐::/list/dushi<,{{page}}>.html\n历史·军事::/list/lishi<,{{page}}>.html\n悬疑·灵异::/list/xuanyi<,{{page}}>.html\n耽美·纯爱::/list/chunai<,{{page}}>.html\n外国文学::/list/foreign<,{{page}}>.html\n成长·励志::/list/lizhi<,{{page}}>.html\n散文·随笔::/list/sanwen<,{{page}}>.html\n现当代文学::/list/china<,{{page}}>.html\n轻小说::/list/lightnovel<,{{page}}>.html\n健康·生活::/list/health<,{{page}}>.html\n文学名著::/list/mingzhu<,{{page}}>.html\n我的书架::/readbook<,{{page}}>.html",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1751965762731,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 15099,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "canReName": "",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\",\nd:\".reader-bar a.-1@href\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#cont-body p@textNodes",
      "imageStyle": "",
      "nextContentUrl": ".page a@href",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": ".media",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": ".media-info@text",
      "kind": "0",
      "lastChapter": "",
      "name": "h4@text"
    },
    "ruleSearch": {
      "author": "td.1@text",
      "bookList": "tbody tr",
      "bookUrl": "a.0@href",
      "coverUrl": "",
      "intro": "",
      "kind": "0",
      "lastChapter": "",
      "name": "a.0@text##《|》",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "#all-chapter a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://www.ybsws.com/plus/search.php?q={{key}}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "零点小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.lingdxsw.com",
    "bookUrlPattern": "https://www.lingdxsw.com/book/\\d+.html",
    "customButton": false,
    "customOrder": 730,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/list/1/{{page}}.html\n仙侠小说::/list/2/{{page}}.html\n都市小说::/list/3/{{page}}.html\n历史小说::/list/4/{{page}}.html\n科幻小说::/list/5/{{page}}.html\n网游小说::/list/6/{{page}}.html",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1733336064635,
    "respondTime": 3135,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "wordCount": "{{@@text.字数：@text##字数：}}"
    },
    "ruleContent": {
      "content": "#htmlContent@html",
      "nextContentUrl": "#linkNext@href"
    },
    "ruleExplore": {
      "author": "small@text##\\/\\s",
      "bookList": ".list-group@li",
      "bookUrl": "a@href",
      "coverUrl": "@js:\"https://www.lingdxsw.com/modules/article/images/nocover.jpg\"",
      "kind": "tag.i@text&&span@text",
      "name": "a@text"
    },
    "ruleSearch": {
      "author": "li.2@text",
      "bookList": ".mySearch div+ul",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "kind": "li.-1:-2:-3@text\n##状态：|更新时间：|大小：",
      "lastChapter": "a.1@text",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "https://www.lingdxsw.com/modules/article/search.php?searchkey={{key}},{\n  \"charset\": \"GBK\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "独步小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.dbxsn.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 731,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻.奇幻::nav/xh-qh-{{page}}.html\n科幻.游戏::nav/kh-yx-{{page}}.html\n仙侠.武侠::nav/xx-wx-{{page}}.html\n女生.言情::nav/ns-yq-{{page}}.html\n都市.娱乐::nav/ds-yl-{{page}}.html\n历史.军事::nav/ls-js-{{page}}.html\n悬疑.灵异::nav/xy-ly-{{page}}.html\n耽美.纯爱::nav/dm-ca-{{page}}.html\n轻小说::nav/qxs-{{page}}.html",
    "header": "{\n\t'User-Agent': \"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Mobile Safari/537.36 EdgA/127.0.0.0\"\n}",
    "lastUpdateTime": 1733518405783,
    "respondTime": 5867,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{i}",
      "downloadUrls": "",
      "init": "@put:{n:\"[property$=og:title]@content\",\na:\"[property$=author]@content\",\nc:\"[property~=category|status|update_time]@content\",\nl:\"[property$=latest_chapter_name]@content||[property$=lastest_chapter_name]@content\",\nd:\"class.book-detail@text\",\ni:\"[property$=image]@content\"}",
      "intro": "@get:{d}",
      "kind": "@get:{c}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "#cont-body@p@text",
      "imageStyle": "",
      "nextContentUrl": "class.col-md-6 text-center@a.-1@href",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "class.col-md-12 b10@class.media",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": "class.media-info@text",
      "name": "class.media-title@a@text"
    },
    "ruleSearch": {
      "author": "td.1@text",
      "bookList": "tbody@tr",
      "bookUrl": "td.0@a@href",
      "name": "td.0@a@text"
    },
    "ruleToc": {
      "chapterList": "class.col-md-6 item@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "",
      "preUpdateJs": ""
    },
    "searchUrl": "/plus/search.php?q={{key}},\n{\"body\": \"id\"=\"search-form\"}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "零点小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.lingdxsw.com#",
    "bookUrlPattern": "https://www.lingdxsw.com/book/\\d+.html",
    "customButton": false,
    "customOrder": 732,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/list/1/{{page}}.html\n仙侠小说::/list/2/{{page}}.html\n都市小说::/list/3/{{page}}.html\n历史小说::/list/4/{{page}}.html\n科幻小说::/list/5/{{page}}.html\n网游小说::/list/6/{{page}}.html",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1734832778211,
    "respondTime": 3073,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "wordCount": "{{@@text.字数：@text##字数：}}"
    },
    "ruleContent": {
      "content": "#htmlContent@html",
      "nextContentUrl": "#linkNext@href"
    },
    "ruleExplore": {
      "author": "small@text##\\/\\s",
      "bookList": ".list-group@li",
      "bookUrl": "a@href",
      "coverUrl": "@js:\"https://www.lingdxsw.com/modules/article/images/nocover.jpg\"",
      "kind": "tag.i@text&&span@text",
      "name": "a@text"
    },
    "ruleSearch": {
      "author": "li.2@text",
      "bookList": ".mySearch div+ul",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "kind": "li.-1:-2:-3@text\n##状态：|更新时间：|大小：",
      "lastChapter": "a.1@text",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "https://www.lingdxsw.com/modules/article/search.php?searchkey={{key}},{\n  \"charset\": \"GBK\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "搜书小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.soshu8.com/",
    "customButton": false,
    "customOrder": 733,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 10) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1732531936663,
    "respondTime": 10071,
    "ruleBookInfo": {
      "author": ".options@li.0@a@text",
      "coverUrl": "img@src",
      "intro": "[property$=og:description]@content",
      "lastChapter": "{{@@.options@li.-3@a@text}}{{@@.options@li.1@text##更新时间：|\\s.*}}",
      "name": ".info@h1@text"
    },
    "ruleContent": {
      "content": ".font_max@html##第\\(\\d+\\/\\d+\\)页|.*\\.org|.*\\.cc|.*\\.cn|.*\\.com",
      "nextContentUrl": "text.下一章@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".book_other@span@text",
      "bookList": ".row@dl",
      "bookUrl": "dt@a@href",
      "checkKeyWord": "我的",
      "coverUrl": "dt@a@img@src",
      "kind": "dd@h3@text##\\[|\\].*",
      "lastChapter": "{{@@.book_other.-1@a@text}}·{{@@.book_other.-2@text##更新时间：|\\s.*}}",
      "name": "dd@h3@text##\\[.*\\]"
    },
    "ruleToc": {
      "chapterList": ".book_list2@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": ".page-link@href"
    },
    "searchUrl": "http://www.soshu8.com/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "By：Tom",
    "bookSourceGroup": "免费",
    "bookSourceName": "七七读书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.shuku.net",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 734,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1723369452505,
    "loginUrl": "",
    "respondTime": 95,
    "ruleBookInfo": {
      "coverUrl": "tag.img.1@src",
      "init": "",
      "intro": "id.intro@text",
      "lastChapter": "class.update@a@text",
      "name": "tag.h1@text##搜索关键词.*"
    },
    "ruleContent": {
      "content": "id.ChapterContents@html##(txt下载地址：|更新速度最快赶|全集txt下载)[\\s\\S]+"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "tag.td.5@text||class.shu_xinxi@h4@small@text",
      "bookList": "class.BOX@tag.tr!0||class.shu_cont@children",
      "bookUrl": "class.red@href||class.shu_xinxi@h4@a@href",
      "coverUrl": "img@src|class.red@href<js>'/files/article/image'+String(result).replace(/.*?(\\d*?)(\\d{1,3})\\//,'/$1/$1$2/$1$2s.jpg').replace('//','/0/')</js>",
      "kind": "tag.td.1@text##\\[|\\]",
      "lastChapter": "tag.td.3@text",
      "name": "tag.td.2@text||class.shu_xinxi@h4@a@text##搜索关键词.*"
    },
    "ruleToc": {
      "chapterList": "class.zjlist@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.77shuku.la/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁,免费",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.biqg8.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 735,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1733278881313,
    "loginUrl": "",
    "respondTime": 2106,
    "ruleBookInfo": {
      "author": "[property=og:novel:author]@content",
      "coverUrl": "[property=og:image]@content",
      "init": "",
      "intro": "[property=og:description]@content",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content",
      "lastChapter": "[property=og:novel:latest_chapter_name]@content##免费章节 |正文卷 |正文 |VIP章节 |卷1",
      "name": "[property=og:novel:book_name]@content##|\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|小说|笔趣阁|免费.*",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@html##一秒记住.*无弹窗免费阅读！|笔趣阁.*最新章节！"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "",
      "kind": "tag.td.4@text",
      "lastChapter": "tag.td.1@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 |卷1",
      "name": "tag.td.0@tag.a@text##\\（+.*",
      "wordCount": "tag.td.3@text"
    },
    "ruleToc": {
      "chapterList": "//*[@id=\"list\"]//dt[2]/following-sibling::dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": ""
    },
    "searchUrl": "/modules/article/search.php?searchkey={{key}}&page={{page}},{\n  \"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "老幺小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.laoyaoxs.org#&喵~ 改",
    "bookUrlPattern": "",
    "concurrentRate": "3000",
    "customButton": false,
    "customOrder": 736,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\"accept-language\":\"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"}",
    "jsLib": "",
    "lastUpdateTime": 1732184681375,
    "respondTime": 3919,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content||[property=\"og:novel:lastest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "[property=\"og:novel:read_url\"]@content"
    },
    "ruleContent": {
      "content": "#txt p@text",
      "payAction": "",
      "replaceRegex": "##.*不格小说.*",
      "title": ".headline@text"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".info span@textNodes||[property=\"og:novel:author\"]@content",
      "bookList": ".clearfix li||head",
      "bookUrl": "class.tit@href",
      "checkKeyWord": "穿进赛博游戏后干掉BOSS成功上位",
      "coverUrl": "img@data-original||[property=\"og:image\"]@content",
      "intro": ".intro@text||[property=\"og:description\"]@content",
      "kind": ".type@text||[property~=category|status|update_time]@content",
      "name": ".tit@text||[property=\"og:novel:book_name\"]@content"
    },
    "ruleToc": {
      "chapterList": ".list a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/s.php?s={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "书旗小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://t.shuqi.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 737,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"都市\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=都市&onlyAdvBooks=1&_=1682974411490\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"玄幻\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=玄幻&onlyAdvBooks=1&_=1682975134890\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"仙侠\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=仙侠&onlyAdvBooks=1&_=1682975134890\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"灵异\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=灵异&onlyAdvBooks=1&_=1682975134890\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"历史\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=历史&onlyAdvBooks=1&_=1682975134890\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"游戏\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=游戏&onlyAdvBooks=1&_=1682975134890\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"科幻\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=科幻&onlyAdvBooks=1&_=1682975134890\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"奇幻\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=奇幻&onlyAdvBooks=1&_=1682975134890\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"竞技\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=竞技&onlyAdvBooks=1&_=1682975134890\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"现言\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&secondCate=%E7%8E%B0%E4%BB%A3%E8%A8%80%E6%83%85&onlyAdvBooks=1&_=1682975766781\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"古言\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&secondCate=%E5%8F%A4%E4%BB%A3%E8%A8%80%E6%83%85&onlyAdvBooks=1&_=1682975475024\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"幻言\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&secondCate=%E5%B9%BB%E6%83%B3%E8%A8%80%E6%83%85&onlyAdvBooks=1&_=1682975856354\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"校园\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=%E6%A0%A1%E5%9B%AD&onlyAdvBooks=1&_=1682975960149\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.2}}]",
    "header": "",
    "lastUpdateTime": 1734900986413,
    "loginUrl": "",
    "respondTime": 6474,
    "ruleBookInfo": {
      "author": "[property=og:novel:author]@content",
      "canReName": "",
      "coverUrl": "[property=og:image]@content",
      "downloadUrls": "",
      "init": "",
      "intro": "[property=og:description]@content",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=og:novel:latest_chapter_name]@content",
      "name": "[property=og:title]@content",
      "tocUrl": "<js>\nvar bookId=java.get('bid');\nvar encryptKey=\"37e81a9d8f02596e1b895d07c171d5c9\",user_id=\"8000000\",timestamp=parseInt((new Date).getTime()/1e3);\nvar o=bookId+timestamp+user_id+encryptKey;\nvar sign=java.md5Encode(o);\nvar list={'turl':'https://ocean.shuqireader.com/api/bcspub/qswebapi/book/chapterlist?_=&bookId='+bookId+'&user_id=8000000&sign='+sign+'&timestamp='+timestamp};list\n</js>$.turl",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "ChapterContent@js:\nfunction p(e) {\n    return e.split(\"\").map(function (e) {\n        return e.match(/[A-Za-z]/) ? (c = Math.floor(e.charCodeAt(0) / 97), k = (e.toLowerCase().charCodeAt(0) - 83) % 26 || 26, String.fromCharCode(k + (0 == c ? 64 : 96))) : e\n    }).join(\"\")\n}\njava.base64Decode(p(result))"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.data",
      "bookUrl": "$.bid<js>java.put('bid',result);'https://t.shuqi.com/book/'+result+'.html'</js>",
      "coverUrl": "$.cover",
      "intro": "$.desc",
      "kind": "{{$.category}}",
      "lastChapter": "$.last_chapter_name",
      "name": "$.title",
      "wordCount": "$.words"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$..aladdin&&$.data",
      "bookUrl": "$.bid<js>java.put('bid',result);'https://t.shuqi.com/book/'+result+'.html'</js>",
      "checkKeyWord": "我的女友是丧尸",
      "coverUrl": "$.cover",
      "intro": "$.desc",
      "kind": "$.category",
      "lastChapter": "$.latest_chapter.cname",
      "name": "$.title",
      "wordCount": "$.words"
    },
    "ruleToc": {
      "chapterList": "$.data.chapterList[*].volumeList.[*]<js>java.put('freeUrlPre',java.getString('$.data.freeContUrlPrefix'));java.put('shortUrlPre',java.getString('$.data.shortContUrlPrefix'));result</js>",
      "chapterName": "$.chapterName",
      "chapterUrl": "<js>var l=java.getString('$.contUrlSuffix');if(l.indexOf('reqEncryptParam')==-1){java.get('freeUrlPre')+l}else{java.get('shortUrlPre')+java.getString('$.shortContUrlSuffix')}</js>",
      "isVip": ""
    },
    "searchUrl": "https://read.xiaoshuo1-sm.com/novel/i.php?do=is_search&isNewBind=0&tk=&imei=&sn=&channelId=&clientPatch=&clientVersion=&device=&deviceId=&utdid=&model=&osName=&osVersion=&umidToken=&appVersion=&app=&platform=3&ykToken=&ykuid=&shuqi_h5=&token=&user_id=8000000&q={{key}}&page=1&size=10&uid=8000000&filterMigu=1&ver=&p=3",
    "weight": 0
  },
  {
    "bookSourceComment": "// Error: 下载链接为空",
    "bookSourceGroup": "免费",
    "bookSourceName": "🔰 知轩藏书",
    "bookSourceType": 3,
    "bookSourceUrl": "https://zxcs.zip",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 738,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": "[\n{\"title\":\"༺ˇ»`ʚ    \\ud83d\\udd39知轩藏书\\ud83d\\udd39    ɞ´«ˇ༻\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"下载排行\",\"url\":\"rank/topdownload?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"仙草排行\",\"url\":\"rank/toppraise?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"玄幻\",\"url\":\"category/玄幻?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史\",\"url\":\"category/历史?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现实\",\"url\":\"category/现实?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"轻小说\",\"url\":\"category/轻小说?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"游戏\",\"url\":\"category/游戏?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"体育\",\"url\":\"category/体育?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙侠\",\"url\":\"category/仙侠?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠\",\"url\":\"category/武侠?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市\",\"url\":\"category/都市?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻\",\"url\":\"category/科幻?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现代言情\",\"url\":\"category/现代言情?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古代言情\",\"url\":\"category/古代言情?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"诸天无限\",\"url\":\"category/诸天无限?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"悬疑\",\"url\":\"category/悬疑?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇幻\",\"url\":\"category/奇幻?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"军事\",\"url\":\"category/军事?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"小说\",\"url\":\"category/小说?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"青春文学\",\"url\":\"category/青春文学?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"浪漫青春\",\"url\":\"category/浪漫青春?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"玄幻言情\",\"url\":\"category/玄幻言情?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"悬疑推理\",\"url\":\"category/悬疑推理?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻空间\",\"url\":\"category/科幻空间?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"文学\",\"url\":\"category/文学?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"灵异\",\"url\":\"category/灵异?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"竞技\",\"url\":\"category/竞技?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"二次元\",\"url\":\"category/二次元?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"言情\",\"url\":\"category/言情?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"玄幻魔法\",\"url\":\"category/玄幻魔法?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"修真武侠\",\"url\":\"category/修真武侠?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"未分类\",\"url\":\"category/未分类?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 10.0; SM-T540 Build/QP1A.190711.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/81.0.4044.122 Safari/537.36 com.quark.android\"}",
    "lastUpdateTime": 1715953744029,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 181789,
    "ruleBookInfo": {
      "author": ".section@h2@text##.*作者(：|:)",
      "canReName": "",
      "coverUrl": ".section@img.0@src",
      "init": "",
      "intro": "{{@@.pinjia@text##^|\\n##🍃}}\n👻  简介：\n{{@@.section@p.1@text##(^|[。！；？]+[”」）】]?)##$1<br>}}##【.*】：",
      "kind": ".section@p.3:4:5:6:7@text##【.*】：",
      "lastChapter": "",
      "name": ".section@h2@text##《|》|（.*",
      "tocUrl": "",
      "wordCount": ".section@p.2@text##【.*】："
    },
    "ruleContent": {
      "content": "",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "h3@text##.*作者(：|:)",
      "bookList": "class.ng-star-inserted mio-multi-up mio-multi-up--dynamic mio-multi-up--max mio-multi-up--slim@mio-tile",
      "bookUrl": "a.0@href",
      "coverUrl": "{{@@a.0@href##book##images/cover}}##html##jpg",
      "intro": "p@text",
      "kind": "time@text&&.downloads@text",
      "lastChapter": "",
      "name": "h3@text##《|》|（.*",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "",
      "chapterName": "",
      "chapterUrl": "",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "search?q={{key}}&page={{page}}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "女生文学",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.wenxuem.com#",
    "customButton": false,
    "customOrder": 739,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1735039062667,
    "loginUrl": "",
    "respondTime": 10730,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "",
      "init": "",
      "intro": "{{@@##<!--开始-->([^<]+)##$1###}}{{@@id.tuijian.0@ownText}}@js:result.replace(/.*简介.*著\\,|【展开】|【收起】/g,\"\")##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "",
      "lastChapter": ".novel_list[-1]@a.-1@text||tbody.0@a.-2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "",
      "tocUrl": ".ulrow@a.0@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.clickeye_content@textNodes",
      "nextContentUrl": "",
      "replaceRegex": "##.女生文学.*\\)"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "tbody@tr!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.5:4@text",
      "lastChapter": "td.1@text##简介.|正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "td.0@text",
      "wordCount": "td.3@text"
    },
    "ruleToc": {
      "chapterList": ".novel_list@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"method\": \"POST\",\n  \"body\": \"searchtype=articlename&&\nsearchkey={{key}}&submit=\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "250101新增番茄来源\n250203新增七猫来源\n250204新增得间来源\n250204新增QQ来源(仅支持免费小说)\n250204新增熊猫看书\n250210更新日志：\n1.采用全新验证方式，之后未填写密钥，可以在阅读页登陆后刷新阅读页面即可！\n2.搜索默认改为全局搜索，目前仅支持番茄，七猫，QQ，得间，熊猫，后面的按钮是预设，后期会添加相关来源\n3.新增大灰狼书架功能，在登陆里面点击书架查看\n\n下个版本预计更新内容：\n1.预计发现页新增阅读记录和大灰狼书架栏目\n2.预计新增阅读记录，阅读过的书籍可在大灰狼书架-阅读历史中查看\n3.预计新增塔读小说，米读小说，小米阅读，猫眼看书，部分起点\n\n",
    "bookSourceGroup": "大灰狼聚合",
    "bookSourceName": "🍅大灰狼短剧5.0(独立版)",
    "bookSourceType": 0,
    "bookSourceUrl": "https://api.langge.cf/#短剧/",
    "customButton": false,
    "customOrder": 740,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"推荐榜\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=10&gender=1&page={{page}}&is_ranking=1\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"完结榜\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=11&gender=1&page={{page}}&is_ranking=1\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"热搜榜\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=12&gender=1&page={{page}}&is_ranking=1\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"黑马榜\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=13&gender=1&page={{page}}&is_ranking=1\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"爆更榜\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=15&gender=1&page={{page}}&is_ranking=1\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"必看榜\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=rank_hot&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"新剧榜\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=rank_new_reader&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"逆袭\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_739&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"现代言情\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_3&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"打脸虐渣\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_1051&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"神豪\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_20&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"小人物\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_1010&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"豪门恩怨\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_1053&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"古装\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_308&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市日常\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_261&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"虐恋\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_1008&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"重生\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_36&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"马甲\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_266&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"穿越\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_37&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"闪婚\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_466&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市修仙\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_1039&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"强者回归\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_1045&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"女性成长\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_1048&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"天下无敌\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_1046&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"亲情\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_1040&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"萌宝\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_28&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"大女主\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_760&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"传承觉醒\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_1007&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"古风权谋\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_1047&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"追妻\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_842&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"异能\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_598&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"乡村\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_11&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"王妃\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_85&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"赘婿逆袭\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_1044&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"古风言情\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_439&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"无敌神医\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_1043&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史古代\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_273&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"高手下山\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_845&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"职场\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_127&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"民国\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_390&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"校园\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_4&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"奇幻爱情\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_1020&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"强强联合\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_1049&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"破镜重圆\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_475&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"穿书\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_382&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"娱乐圈\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_43&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"欢喜冤家\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_1052&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"系统\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_19&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"龙王\",\n    \"url\": \"/get_discover?source=番茄&tab=短剧&type=cat_901&gender=1&page={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1.0,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  }\n]",
    "lastUpdateTime": 1751381429608,
    "loginUrl": "https://api.langge.cf/login",
    "respondTime": 180000,
    "ruleBookInfo": {
      "author": "$.author",
      "coverUrl": "$.thumb_url",
      "init": "$.data",
      "intro": "&nbsp;&nbsp;🎴当前来源：{{$.source}}\n🎯最新章节：{{$.last_chapter_title}}\n⏳更新时间：{{$.last_chapter_update_time}}\n📚书籍简介：\n{{$.abstract}}",
      "lastChapter": "$.last_chapter_title",
      "name": "$.book_name",
      "tocUrl": "<js>\njava.put('book_id','{{$.book_id}}');\njava.put('sources','{{$.source}}');\n'/catalog?book_id={{$.book_id}}&source={{$.source}}&tab={{$.tab}}'\n</js>",
      "wordCount": "$.word_number"
    },
    "ruleContent": {
      "content": "$.content\n<js>\nlet content = result;\nlet device, device_type;\ntry {\n    device = java.androidId();\n    device_type = '安卓';\n} catch (e) {\n    try {\n        device = java.deviceID();\n        device_type = '苹果';\n    } catch (e) {\n        device = '';\n        device_type = '安卓';\n    }\n}\nif (device_type=='安卓') {\n\tdata = {'content':`【右上角刷新】开启播放(下一集请切换下一章刷新)\\n播放直链：${content}`}\n\tdata = JSON.stringify(data);\n\t if (book.durChapterIndex===chapter.index){\n\t \tjava.toast(chapter.title);\n\t let \tbook_id = java.get('book_id');\n\t let sources = java.get('sources');\n\t\tlet video_url = `http://113.45.175.112:8888/online_video?book_id=${book_id}&source=${sources}&tab=短剧`;\n  \tjava.startBrowser(video_url,'短剧');\n\t \tjava.toast('正在加载视频...');\n\t};\n\t} else {\n\t\tdata = {'content':content}\n\tdata = JSON.stringify(data);\n\t\t}\ndata;\n</js>\n$.content"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.data",
      "bookUrl": "/detail?book_id={{$.book_id}}&source={{$.source}}&tab=短剧",
      "coverUrl": "$.thumb_url",
      "intro": "$.abstract",
      "kind": "$.category",
      "lastChapter": "$.last_chapter_title",
      "name": "$.book_name",
      "wordCount": "$.word_number"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data",
      "bookUrl": "/detail?book_id={{$.book_id}}&source={{$.source}}&tab={{$.tab}}",
      "checkKeyWord": "我的",
      "coverUrl": "$.thumb_url",
      "intro": "$.abstract",
      "kind": "{{$.status}},{{$.score}},{{$.tags}},{{$.last_chapter_update_time}}",
      "lastChapter": "<js>\nfunction fq_last() {\n\tlet url = `https://api5-normal-sinfonlineb.fqnovel.com/reading/bookapi/multi-detail/v/?aid=1967&iid=1&version_code=999&book_id={{$.book_id}}`;\n        let last =JSON.parse(java.ajax(url)).data[0]; \n        return last[\"last_chapter_title\"]+\" · \"+java.timeFormat(last[\"last_chapter_update_time\"]*1000);\n\t\n\t}\n\n\t\nfunction qm_last() {\n\tlet headers={'app-version':'51110','platform':'android','reg':'0','AUTHORIZATION':'','application-id':'com.****.reader','net-env':'1','channel':'unknown','qm-params':''}\n\tsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.book_id}}, 'imei_ip':'2937357107','teeny_mode':0}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key));\nheaderSign=String(java.md5Encode(Object.keys(headers).sort().reduce((pre,n)=>pre+n+'='+headers[n],'')+sign_key))\nparams['sign']=paramSign;\nheaders['sign']=headerSign;\nlet url = \"https://api-bc.wtzw.com/api/v4/book/detail?\"+urlEncode(params);\noption = {'headers':headers};\nlet last =JSON.parse(java.ajax(url+','+JSON.stringify(option)))[\"data\"][\"book\"];\nlet last2 =  `${last[\"latest_chapter_title\"]} · ${java.timeFormat(last['update_time']*1000)} `\n\treturn last2\n\t}\n\t//如果要显示最新章节，请去除注释，去除会影响搜索速度\n//if ('{{$.source}}'=='番茄'){\n//\t'番茄:'+fq_last();\n//\t} else if ('{{$.source}}'=='七猫'){\n//\t'七猫:'+qm_last();\n//\t} else {\n\t'{{$.source}} {{$.last_chapter_title}}'\n//\t\t}\n\n</js>",
      "name": "$.book_name",
      "wordCount": "$.word_number"
    },
    "ruleToc": {
      "chapterList": "$.data",
      "chapterName": "$.title",
      "chapterUrl": "<js>\nlet device;\ntry {\n    device = java.androidId();\n} catch (e) {\n    try{\ndevice = java.deviceID();\n}catch (e) {device = '';\n}\n}\n\n`/content?item_id={{$.item_id}}&source={{$.source}}&device=${device}&tab={{$.tab}}&version=4.6.29`;\n</js>\n",
      "updateTime": "$.volume_name"
    },
    "searchUrl": "/search?title={{key}}&tab=短剧&source=全部",
    "weight": 0
  },
  {
    "bookSourceComment": "只改了目录规则\n正文规则很混乱，，自己看的不对自己改吧。。。\n还有图片，图片字也有，正常的摄影图也有。。图片样式text和full自己改。。",
    "bookSourceGroup": "免费",
    "bookSourceName": "超星网站",
    "bookSourceType": 0,
    "bookSourceUrl": "http://yz4.chaoxing.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 741,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\nu1='::circlemarket/getBook,{\"method\":\"POST\",\"body\":\"start={{page-1}}&size=25&channelId=';\nu2='\"}';\nlist=[[\"❀超星推荐❀\",130],[\"❀世界名著❀\",1000000007],[\"名家名作\",1000000008],[\"流行小说\",1000000010],[\"古典文学\",1000000009],[\"诗歌散文\",1000000033],[\"文学理论\",1000000063],[\"纪实文学\",1000000498],[\"少儿文学\",1000001204],[\"外文原著\",1000000438],[\"❀中国历史❀\",1000000057],[\"史学研究\",1000000072],[\"人物传记\",1000000066],[\"文物考古\",1000000069],[\"通俗演绎\",1000000060],[\"世界历史\",1000001049],[\"❀中国哲学❀\",1000000013],[\"西方哲学\",1000000014],[\"马列哲学\",1000000015],[\"宗教\",1000000393],[\"❀艺术摄影❀\",1000000051],[\"美术书法\",1000000042],[\"音乐舞蹈\",1000000045],[\"建筑雕塑\",1000000048],[\"戏曲戏剧\",1000000081],[\"电影电视\",1000001046],[\"艺术理论\",1000000075],[\"❀经济管理❀\",1000000102],[\"投资理财\",1000000105],[\"金融会计\",1000000108],[\"成功励志\",1000000111],[\"创业创新\",1000000138],[\"❀政法政治❀\",1000000414],[\"法学\",1000000417],[\"国际关系\",1000000420],[\"❀社科心理❀\",1000000090],[\"社会学\",1000000087],[\"语言文字\",1000000135],[\"新闻传播\",1000000435],[\"❀军事理论❀\",1000000426],[\"军事技术\",1000000429],[\"军事百科\",1000000432],[\"❀工业技术❀\",1000000026],[\"航空航天\",1000000027],[\"交通运输\",1000000030],[\"环境科学\",1000000031],[\"农业科学\",1000000032],[\"计算机学\",1000000036],[\"❀公共卫生❀\",1000000471],[\"基础医学\",1000000474],[\"中医学\",1000000477],[\"临床医学\",1000000480],[\"药学\",1000000483],[\"❀高等教育❀\",1000000399],[\"基础教育\",1000000402],[\"职业教育\",1000000405],[\"理论管理\",1000000408],[\"❀大众烹饪❀\",1000000120],[\"旅游\",1000000123],[\"保健\",1000000126],[\"育儿\",1000000129],[\"体育\",1000001048],[\"小人书\",1000000522],[\"生活百科\",1000000486],[\"❀科普读物❀\",1000000017],[\"数理化学\",1000000019],[\"天文地球\",1000000020],[\"生物科学\",1000000022],[\"自然科学\",1000000023]];\nlist.map(a=>a[0]+u1+a[1]+u2).join(\"&&\").replace(/❀/g,\"❀　　　　　❀\")\n</js>",
    "header": "",
    "lastUpdateTime": 1721531615427,
    "loginUrl": "",
    "respondTime": 1501,
    "ruleBookInfo": {
      "author": "class.artCon@tag.p@text##\\s*编?著",
      "coverUrl": "",
      "init": "",
      "intro": "##[\\s\\S]*##<br>★★★     超星·出版     ★★★<br>★★★   本书暂无简介  ★★★###",
      "kind": "",
      "lastChapter": "class.con@tag.a.-1@text",
      "name": "tag.h2.0@text",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "class.ztArtCon@tag.p@html||body@html##([\\w，、。！？]{26}[。！？；]+[”’]?)(?=[^\\n]{27})##$1<br>",
      "imageStyle": "FULL",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "author##\\s*编?著",
      "bookList": "subject",
      "bookUrl": "mobileulr",
      "coverUrl": "coverUrl",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "name",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "author##\\s*编?著",
      "bookList": "$.[*]",
      "bookUrl": "mobileulr",
      "coverUrl": "coverUrl",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "name",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "<js>\nresult=result.match(/Html = \"(.*?)\"/)[1]\nunescape(result)\n</js>li a",
      "chapterName": "text##^目录$",
      "chapterUrl": "attr##&name=.+",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://yz4.chaoxing.com/circlemarket/getsearch,{\n  \"method\": \"POST\",\n  \"body\": \"&channelId=52&sw={{key}}&start=0&size=25\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "棉花糖小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.mhtxs.la/",
    "bookUrlPattern": "https://www.mhtxs.la/\\d+/\\d+/",
    "customButton": false,
    "customOrder": 742,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻魔法::/mulu/1-{{page}}.html\n武侠修真::/mulu/2-{{page}}.html\n都市言情::/mulu/3-{{page}}.html\n历史军事::/mulu/4-{{page}}.html\n侦探推理::/mulu/5-{{page}}.html\n网游动漫::/mulu/6-{{page}}.html\n科幻小说::/mulu/7-{{page}}.html\n恐怖灵异::/mulu/8-{{page}}.html\n同人小说::/mulu/9-{{page}}.html\n穿越小说::/mulu/10-{{page}}.html",
    "lastUpdateTime": 1727878259788,
    "loginUrl": "",
    "respondTime": 2505,
    "ruleBookInfo": {
      "author": "[name=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "init": "",
      "intro": "id.intro@textNodes",
      "kind": "[name=\"og:novel:category\"]@content&&[name=\"og:novel:status\"]@content&&[name=\"og:novel:update_time\"]@content",
      "lastChapter": "[name=\"og:novel:latest_chapter_name\"]@content##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "[name=\"og:novel:book_name\"]@content",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "class.content@html##最新网址.*la|下载本书最(.|\\n)* ",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "author": "tag.a.2@text",
      "bookList": "class.alistbox",
      "bookUrl": "h2@tag.a@href",
      "coverUrl": "tag.img@src",
      "intro": "class.intro@textNodes",
      "lastChapter": "tag.a.3@text",
      "name": "tag.a.1@text##\\《|\\》"
    },
    "ruleSearch": {
      "author": "class.even.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##https://www.mhtxs.la/book/image/$2/$1/$1s.jpg###",
      "kind": "class.odd.1@text",
      "lastChapter": "class.odd.0@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.even.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "tag.dd@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.mhtxs.la/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "// Error: 下载链接为空\n\nError: 搜索内容和发现书籍为空",
    "bookSourceGroup": "免费",
    "bookSourceName": "哪读吧",
    "bookSourceType": 3,
    "bookSourceUrl": "https://www.nadu8.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 743,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部::https://www.nadu8.com/nodeapi/comic/list?size=10&page={{page}}&type=0\n热血::https://www.nadu8.com/nodeapi/comic/list?size=10&page={{page}}&type=2\n冒险::https://www.nadu8.com/nodeapi/comic/list?size=10&page={{page}}&type=6\n神魔::https://www.nadu8.com/nodeapi/comic/list?size=10&page={{page}}&type=11\n恋爱::https://www.nadu8.com/nodeapi/comic/list?size=10&page={{page}}&type=16\n悬疑::https://www.nadu8.com/nodeapi/comic/list?size=10&page={{page}}&type=14\n运动::https://www.nadu8.com/nodeapi/comic/list?size=10&page={{page}}&type=4\n搞笑::https://www.nadu8.com/nodeapi/comic/list?size=10&page={{page}}&type=9\n社会::https://www.nadu8.com/nodeapi/comic/list?size=10&page={{page}}&type=15",
    "header": "",
    "lastUpdateTime": 1647346887894,
    "loginUrl": "",
    "respondTime": 181137,
    "ruleBookInfo": {
      "author": "class.comic-author@tag.dd.0@text",
      "init": "",
      "intro": "class.comic-synopsis-content@text",
      "kind": "class.comic-types@tag.a@text",
      "lastChapter": "span.lastest-chapter@text",
      "name": "h1.comic-name@text"
    },
    "ruleContent": {
      "content": "data.curr.images@js:\nresult.split(\"\\n\").map(x=>'<img src=\\\"'+x+'\\\">').join(\"\\n\")",
      "imageStyle": "FULL"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "bookList": "$..list.*",
      "bookUrl": "$.comic_id@js:'https://www.nadu8.com/ac/'+result",
      "coverUrl": "$.cover.c3r4@js:'https://img.nadu8.com/'+result+'-normal.webp'",
      "kind": "$.types..name",
      "lastChapter": "$.latest.chapter_name",
      "name": "$.comic_name"
    },
    "ruleToc": {
      "chapterList": "-class.chapter-list@li@a",
      "chapterName": "text##\\d+-\\d+|,\\S+",
      "chapterUrl": "href##\\/ac\\/(\\d+)\\/(\\d+).html##https:\\/\\/www.nadu8.com\\/nodeapi\\/comic\\/chapter\\?comic_id=$1&chapter_id=$2&isWebp=1"
    },
    "searchUrl": "https://nadu8.com/nodeapi/comic/list?size=12&page={{page}}&type=0&keywords={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "参与书库",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.52shukuw.com#关耳",
    "bookUrlPattern": "https://www.52shukuw.com/.*?/\\d+.html",
    "customButton": false,
    "customOrder": 744,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1733583638021,
    "loginUrl": "",
    "respondTime": 10007,
    "ruleBookInfo": {
      "author": "class.bookinfo.1@tex##t##作者：",
      "coverUrl": "",
      "intro": "class.infotype infotype_mulu@tag.p@text",
      "kind": "class.bookinfo.3@text##状态：",
      "name": "class.art_tit@text##_.*|\\+番外.*"
    },
    "ruleContent": {
      "content": "class.book_con fix@tag.p@html",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "coverUrl": "@js:'https://ss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=3229367167,1253415831&fm=26&gp=0.jpg'"
    },
    "ruleSearch": {
      "author": "tag.h2@tag.a@text##.*作者：",
      "bookList": "class.list@li",
      "bookUrl": "tag.a@href",
      "coverUrl": "",
      "intro": "p@text",
      "lastChapter": "span@text",
      "name": "tag.h2@tag.a@text##作者：.*|\\+番外"
    },
    "ruleToc": {
      "chapterList": "class.catalog@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.52shukuw.com/e/search/,{\n  \"method\": \"POST\",\n  \"body\": \"tbname=article&tempid=1&show=title%2Cwriter&keyboard={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "逐浪小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.zhulang.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 745,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1732998635550,
    "loginUrl": "",
    "respondTime": 2388,
    "ruleBookInfo": {
      "author": "class.yellow@text",
      "coverUrl": "class.bk-info@img@data-src",
      "intro": "id.bk-brief@p@text",
      "name": "tag.h3.0@text",
      "tocUrl": "text.开始阅读@href"
    },
    "ruleContent": {
      "content": "class.rd-txt@p@text"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "h4@text",
      "bookList": "id.ret-list@li",
      "bookUrl": "a@href",
      "coverUrl": "img@data-src",
      "name": "h3@text"
    },
    "ruleToc": {
      "chapterList": "class.idx-ol@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "class.blue.0@option!0@value"
    },
    "searchUrl": "https://m.zhulang.com/search/index.html?k={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "九五书包",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.95shubao.la",
    "customButton": false,
    "customOrder": 746,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻魔法\",\"url\":\"/mulu/1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠修真\",\"url\":\"/mulu/2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/mulu/3-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/mulu/4-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"侦探推理\",\"url\":\"/mulu/5-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游动漫\",\"url\":\"/mulu/6-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻小说\",\"url\":\"/mulu/7-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖灵异\",\"url\":\"/mulu/8-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越小说\",\"url\":\"/mulu/9-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他类型\",\"url\":\"/mulu/10-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"完本小说\",\"url\":\"/modules/article/articlelist.php?fullflag=1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1716222824600,
    "loginUrl": "",
    "respondTime": 3022,
    "ruleBookInfo": {
      "author": ".author@a@text",
      "coverUrl": ".con_limg@img@src",
      "intro": ".r_cons@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".txt_nav@a.1@text&&.lastrecord@ownText##小说|.*\\(|\\).*",
      "lastChapter": ".lastrecord@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".info@h1@text",
      "tocUrl": ".r_tools@a.1@href"
    },
    "ruleContent": {
      "content": "#content@textNodes",
      "replaceRegex": "##\\.pbtxt."
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": "#alistbox",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "kind": "",
      "lastChapter": "",
      "name": "a.1@text##《|》",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "tbody@tr!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.5:4@text",
      "lastChapter": "td.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "td.0@text",
      "wordCount": "td.3@text"
    },
    "ruleToc": {
      "chapterList": ".novel_list@dd@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?ie=gbk&searchkey={{key}}&ct=2097152",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "殓师灵异（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.rulianshi.org/#pb1101",
    "customButton": false,
    "customOrder": 747,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1759386366650,
    "respondTime": 2466,
    "ruleBookInfo": {
      "author": "class.info@class.small@tag.span.0@text",
      "coverUrl": "class.cover@img@src",
      "intro": "class.info@ownText",
      "kind": "class.info@class.small@tag.span.4@text&&\nclass.info@class.small@tag.span.1@text&&\nclass.info@class.small@tag.span.2@text##分类：|状态：|更新时间：",
      "lastChapter": "class.info@class.small@tag.span.5@a@text",
      "name": "class.info@h2@text",
      "wordCount": "class.info@class.small@tag.span.3@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html##http.*html|请记住本书首发.*org",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@text",
      "bookList": "class.bookbox",
      "bookUrl": "h4@a@href",
      "coverUrl": "img@src",
      "lastChapter": "class.update@a@text",
      "name": "h4@a@text"
    },
    "ruleToc": {
      "chapterList": "class.listmain@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://www.rulianshi.org/s.php?ie=utf-8&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "2024.6.10\n纯女频\nby墨殇",
    "bookSourceGroup": "免费",
    "bookSourceName": "情豆书坊 qdsf.net",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.qdsf.net",
    "bookUrlPattern": "https://www.qdsf.net/novel/\\d+.html",
    "customButton": false,
    "customOrder": 748,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"耽美小说\",\"url\":\"/BL/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1.00}},{\"title\":\"言情小说\",\"url\":\"/yanqing/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"GL百合\",\"url\":\"/GLbaihe/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"高辣文\",\"url\":\"/gaolawen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代耽美\",\"url\":\"/gudai/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"现代耽美\",\"url\":\"/xiandaiwen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人文\",\"url\":\"/tongrenwen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"种田文\",\"url\":\"/zhongtianwen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"高干文\",\"url\":\"/gaoganwen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"HP文\",\"url\":\"/HP/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"甜宠文\",\"url\":\"/chongwen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越文\",\"url\":\"/chuanyuexiaoshuo/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"重生文\",\"url\":\"/chongsheng/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"虐恋文\",\"url\":\"/nuelianwen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宫斗文\",\"url\":\"/gongdouwen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总裁文\",\"url\":\"/zongcai/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"御宅屋\",\"url\":\"/yuzhaiwu/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"腐国度\",\"url\":\"/fuguodu/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"飞言情\",\"url\":\"/feiyanqing/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"快穿文\",\"url\":\"/kuaichuan/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"综漫文\",\"url\":\"/zongman/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女配文\",\"url\":\"/nvpei/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"热门标签\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1.00}},{\"title\":\"情有独钟\",\"url\":\"/tag/qingyouduzhong/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"甜文\",\"url\":\"/tag/tianwen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"强强\",\"url\":\"/tag/qiangqiang/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"重生\",\"url\":\"/tag/zhongsheng/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越时空\",\"url\":\"/tag/chuanyueshikong/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异神怪\",\"url\":\"/tag/lingyishenguai/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市情缘\",\"url\":\"/tag/dushiqingyuan/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"爽文\",\"url\":\"/tag/shuangwen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"娱乐圈\",\"url\":\"/tag/yulequan/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"欢喜冤家\",\"url\":\"/tag/huanxiyuanjia/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"快穿\",\"url\":\"/tag/kuaichuan/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"天作之合\",\"url\":\"/tag/tianzuozhihe/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"系统\",\"url\":\"/tag/xitong/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宫廷侯爵\",\"url\":\"/tag/gongtinghoujue/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"虐恋情深\",\"url\":\"/tag/nuelianqingshen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"年下\",\"url\":\"/tag/nianxia/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"因缘邂逅\",\"url\":\"/tag/yinyuan/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠修真\",\"url\":\"/tag/xianxiaxiuzhen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"豪门世家\",\"url\":\"/tag/haomenshijia/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"前世今生\",\"url\":\"/tag/qianshijinsheng/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"生子\",\"url\":\"/tag/shengzi/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"种田文\",\"url\":\"/tag/zhongtianwen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"天之骄子\",\"url\":\"/tag/tianzhijiaozi/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"江湖恩怨\",\"url\":\"/tag/jianghuenyuan/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"现代架空\",\"url\":\"/tag/xiandaijiakong/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"幻想空间\",\"url\":\"/tag/huanxiangkongjian/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"近水楼台\",\"url\":\"/tag/jinshuiloutai/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青梅竹马\",\"url\":\"/tag/qingmeizhuma/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"星际\",\"url\":\"/tag/xingji/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"阴差阳错\",\"url\":\"/tag/yinchayangcuo/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"破镜重圆\",\"url\":\"/tag/pojingzhongyuan/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"花季雨季\",\"url\":\"/tag/huajiyuji/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1726056859326,
    "respondTime": 2637,
    "ruleBookInfo": {
      "author": "h1@text##.*作者:|【.*",
      "coverUrl": "@js:'https://s21.ax1x.com/2024/05/29/pk3AYzd.png'",
      "intro": "br@html",
      "kind": "h1@text##.*【|】",
      "lastChapter": ".column4 a.-1@text",
      "name": "h1@text##作者:.*",
      "wordCount": ".muted.1@text"
    },
    "ruleContent": {
      "content": "#nr1@html",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "bookList": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "a.0@text##.*作者:|【.*",
      "bookList": "dl dd",
      "bookUrl": "a@href",
      "coverUrl": "@js:'https://s21.ax1x.com/2024/05/29/pk3AYzd.png'",
      "intro": "p.0@html",
      "name": "a.0@text##作者：.*"
    },
    "ruleToc": {
      "chapterList": ".column4 a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{url=source.getKey();\ncookie.removeCookie(url)}}\n/e/search/index.php,{\n  \"body\": \"show=title&keyboard={{key}}\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "//2024.9.25◎GEd520◎",
    "bookSourceGroup": "免费",
    "bookSourceName": "玄幻阁小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.xuanyge.org/",
    "customButton": false,
    "customOrder": 749,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部🏷分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"武侠\",\"url\":\"/sort-2-{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史\",\"url\":\"/sort-4-{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"玄幻\",\"url\":\"/sort-1-{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻\",\"url\":\"/sort-7-{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t\n{\"title\":\"推荐排行\",\"url\":\"/top-weekvote-{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{'User-Agent':'Mozilla/5.0 (Linux; Android 14; V2304A; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/123.0.6312.118 Mobile Safari/537.36'}",
    "lastUpdateTime": 1743986533494,
    "respondTime": 8150,
    "ruleBookInfo": {
      "author": "a.4@text",
      "coverUrl": "img@src",
      "intro": "&nbsp;\n书名：{{@@h2@a.0@text}}\n👤 作者：{{@@a.4@text}}\n🕰 最新：{{@@a.6@text}}\n🏷 简介：{{@@.intro@text##最新网址.*}}",
      "kind": "a.5@text",
      "lastChapter": "a.6@text",
      "name": "h2@a.0@text",
      "tocUrl": "text.查看目录@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#nr1@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##.*本章未完.*|.* \\(第\\d+\\/\\d+页.*",
      "title": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".line",
      "bookUrl": "a.1@href",
      "checkKeyWord": "我的",
      "coverUrl": ".blue@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "kind": "a.0@text##\\[|\\]",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "ul!-1@li@a",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "modules/article/waps.php,{\n\"body\": \"searchtype=articlename&searchkey={{key}}&submit=\", \n\"charset\":\"utf-8\",\n \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "黑炎小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.heiyan.info#",
    "customButton": false,
    "customOrder": 750,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734837043369,
    "respondTime": 7081,
    "ruleBookInfo": {
      "author": "h3@a@text",
      "coverUrl": "img@src",
      "intro": "{{@@p.0@textNodes##简介：}}##^|\\\\n##<br>",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content##\\?",
      "lastChapter": ".upd@a.1@text",
      "name": "h1@text",
      "wordCount": ".infos@span.3@text##.*：@js:result.replace(/：/g,'\\:').replace(/\\s/g,'').replace(/(\\d+)/g,'$1●').replace(/\\d{4}●/g,'万字').replace(/(\\d+)\\d{3}/g,'$1千字')"
    },
    "ruleContent": {
      "content": ".contentbox@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.0@text",
      "bookList": ".so",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": "p.0@text",
      "kind": "{{@@span.3:2@text##.*：|中|已}}",
      "name": "h2@text",
      "wordCount": "{{@@span.1@text##.*：|中|已}}"
    },
    "ruleToc": {
      "chapterList": ".book_list@li",
      "chapterName": "text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "plus/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "书旗小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://read.xiaoshuo1-sm.com#🎃",
    "customButton": false,
    "customOrder": 751,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1749886120229,
    "respondTime": 2678,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "ChapterContent\n@js:\nfunction U(e) {\n    return e.split(\"\").map( e => {\n        return e.match(/[A-Za-z]/) ? (c = Math.floor(e.charCodeAt(0) / 97), k = (e.toLowerCase().charCodeAt(0) - 83) % 26 || 26, String.fromCharCode(k + (0 == c ? 64 : 96))) : e\n   }).join(\"\")\n}\nresult && result.length > 10 ? java.base64Decoder(U(result)) : '这是 🔒 付费章节 哦！\\n';"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "author",
      "bookList": "@js:\n    var aladdin = JSON.parse(result).aladdin;\n    var list= [];\n\n    var bid = aladdin.bid;\n    var html = String(java.ajax( 'https://t.shuqi.com/catalog/' + bid ) );\n    var scpubKey = html.match(/bscpubKey\":\"(\\w+)\"/)[1];  \n    var timestamp =~~(Date.now()/1e3);\n    var userId = '8000000';\n    var sign =  java.md5Encode(String(bid) + timestamp + userId + scpubKey); \n//java.md5Encode hex_md5 str_md5\n    var params ='&bookId=' + bid + '&user_id=' + userId + '&timestamp=' + timestamp + '&sign=' + sign ;\n\n    let e = { cata: 'http://content.shuqireader.com/openapi/book/chapterlist?shuqi_h5=205&platform=0'+ params };\n    Object.assign(aladdin, e);\n\n    list.push(aladdin);\n    list;",
      "bookUrl": "cata",
      "coverUrl": "cover",
      "intro": "desc",
      "kind": "category",
      "lastChapter": "latest_chapter.cname",
      "name": "title"
    },
    "ruleToc": {
      "chapterList": "$..volumeList[*]@put:{freeUrl:$..freeContUrlPrefix}",
      "chapterName": "🆓{$.chapterName}",
      "chapterUrl": "@get:{freeUrl}{$.contUrlSuffix}"
    },
    "searchUrl": "/novel/i.php?do=is_serchpay&q={{key}}&filterMigu=1&p={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "肉肉屋🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.rourouwu.in#🎃",
    "customButton": false,
    "customOrder": 752,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "                                 分类                               \n玄幻奇幻::https://www.rourouwu.in/xuanhuan/{{page}}.html\n武侠仙侠::https://www.rourouwu.in/wuxia/{{page}}.html\n都市言情::https://www.rourouwu.in/dushi/{{page}}.html\n穿越历史::https://www.rourouwu.in/lishi/{{page}}.html\n网游竞技::https://www.rourouwu.in/wangyou/{{page}}.html\n其他类型::https://www.rourouwu.in/qita/{{page}}.html\n完结小说::https://www.rourouwu.in/wanben/{{page}}.html\n                              排行榜                            \n总点击榜::https://www.rourouwu.in/ph/allvisit_{{page}}.html\n月点击榜::https://www.rourouwu.in/ph/monthvisit_{{page}}.html\n周点击榜::https://www.rourouwu.in/ph/weekvisit_{{page}}.html\n总推荐榜::https://www.rourouwu.in/ph/allvote_{{page}}.html\n月推荐榜::https://www.rourouwu.in/ph/monthvote_{{page}}.html\n周推荐榜::https://www.rourouwu.in/ph/weekvote_{{page}}.html\n  收藏榜  ::https://www.rourouwu.in/ph/goodnum_{{page}}.html\n  字数榜  ::https://www.rourouwu.in/ph/size_{{page}}.html\n最新入库::https://www.rourouwu.in/ph/postdate_{{page}}.html\n最近更新::https://www.rourouwu.in/ph/lastupdate_{{page}}.html",
    "lastUpdateTime": 1746069207858,
    "respondTime": 27778,
    "ruleBookInfo": {
      "author": ".novelauthor > a@text",
      "coverUrl": ".catalog_pic > img@src",
      "intro": ".catalognovel_intro@text",
      "kind": ".catalognovel_type > .p2@text",
      "lastChapter": ".catalognovel_newest > a@text",
      "name": ".novelname@text",
      "wordCount": ".p3:nth-child(3)@text"
    },
    "ruleContent": {
      "content": ".chapter_content@html"
    },
    "ruleExplore": {
      "author": ".novel_author > a@text||.p3@text",
      "bookList": ".novel_box:nth-child(n+1)||.list_ul > li:nth-child(n+1)",
      "bookUrl": ".novel_name > a@href||.p1 > a@href",
      "coverUrl": "img@src",
      "intro": ".novel_intro@text",
      "kind": "h3@text",
      "lastChapter": ".novel_newest > a@text||.p2 > a@text",
      "name": ".novel_name > a@text||.p1 > a@text",
      "wordCount": ".p4@text"
    },
    "ruleSearch": {
      "author": ".p3@text",
      "bookList": ".list_ul > li:nth-child(n+1)",
      "bookUrl": ".p1 > a@href",
      "checkKeyWord": "我的",
      "lastChapter": ".p2 > a@text",
      "name": ".p1 > a@text",
      "wordCount": ".p4@text"
    },
    "ruleToc": {
      "chapterList": ".index_listbox:nth-child(6) li:nth-child(n+1)",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "/modules/article/search.php,{\n\"charset\":\"gbk\",\n\"method\":\"POST\",\n\"body\":\"searchkey={{key}}&type=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "/*\n\t2024.08.23 明月照大江\n*/",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉 飛天小說",
    "bookSourceType": 0,
    "bookSourceUrl": "飛龍在天",
    "customButton": false,
    "customOrder": 753,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n\t\"User-Agent\": \"okhttp/5.0.0-alpha.14\"\n}",
    "jsLib": "time = Math.floor(Date.now() / 1000).toString()\n\nfunction getSign (key, type, num) {\n  const { java } = this\n  const secret = 'magic2019'\n  let baseString\n\n  switch (type) {\n    case 's':\n      baseString = `channel=ft0001&gid=2&nci=1&nsc=0&query=${java.encodeURI(key)}&timestamp=${time}&secret=${secret}`\n      break\n    case 't':\n      baseString = `bid=${key}&channel=ft0001&gid=1&nci=1&nsc=1&timestamp=${time}&secret=${secret}`\n      break\n    case 'c':\n      baseString = `bid=${key}&channel=ft0001&chapterid=${num}&gid=2&nci=1&nsc=1&timestamp=${time}&secret=${secret}`\n      break\n    default:\n      throw new Error('Invalid type')\n  }\n\n  return java.md5Encode(baseString).toUpperCase()\n}",
    "lastUpdateTime": 1738412151524,
    "respondTime": 1976,
    "ruleBookInfo": {
      "author": "author",
      "canReName": "",
      "init": "data",
      "intro": "description",
      "kind": "catename",
      "lastChapter": "lastchaptertitle",
      "name": "title",
      "tocUrl": "@js:\nlet bid = java.get(\"bid\");\nlet sign = getSign(bid, \"t\");\n`http://s1.ftn178.com/v3/book/chapter.api?app=FTNovel&os=Android&pbv=v1.0.57&_t=${time}&channel=ft0001&vs=14&sign=${sign},{\n  \"body\": \"bid=${bid}&nsc=1&nci=1&gid=1&channel=ft0001&timestamp=${time}\",\n  \"method\": \"POST\"\n}`"
    },
    "ruleContent": {
      "content": "<js>\ncid = java.hexDecodeToString(result)\nbid = java.get('bid')\nsign = getSign(bid, 'c', cid)\ncu = `http://s1.ftn178.com/v3/book/content.api?bid=${bid}&timestamp=${time}&sign=${sign}&app=FTNovel`\nbody = `bid=${bid}&chapterid=${cid}&nsc=1&nci=1&gid=2&channel=ft0001&timestamp=${time}`\njava.post(cu, body, {}).body()\n</js>\n$.data.body"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "author",
      "bookList": "search",
      "bookUrl": "@js:\nlet tsign = java.get('tsign').split(',')\nlet bid = java.getString('$.bid')\njava.put('bid', bid);\n`http://s1.ftn178.com/v3/book6/detail.api?nci=1&channel=ft0001&bid=${bid}&timestamp=${tsign[1]}&nsc=1&sign=${tsign[0]}&app=FTNovel`",
      "coverUrl": "thumb",
      "intro": "description",
      "kind": "catename",
      "name": "title",
      "wordCount": "wordcount"
    },
    "ruleToc": {
      "chapterList": "data.chapters",
      "chapterName": "title",
      "chapterUrl": "@js:`data:;base64,${java.base64Encode({{$.id}})},{\"type\":\"num\"}`",
      "updateTime": "@js:java.timeFormatUTC({{$.time}}, \"yyyy-MM-dd\", 0)"
    },
    "searchUrl": "@js:\nlet sign = getSign(key, 's')\njava.put('tsign', [sign, time]);\n\n`http://s1.ftn178.com/server/v3/search?sign=${sign}&app=FTNovel&os=Android&pbv=v1.0.57&_t=${time}&channel=ft0001&vs=14,{\n  \"body\": \"nsc=0&nci=1&query=${key}&timestamp=${time}&gid=2&channel=ft0001\",\n  \"method\": \"POST\"\n}`",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "溜达小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.liudatxt.com",
    "customButton": false,
    "customOrder": 754,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1734836880486,
    "respondTime": 5431,
    "ruleBookInfo": {
      "author": "id.smallcons@tag.span.1@tag.a@text",
      "name": "id.smallcons@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.book_other.0@tag.span.0@text",
      "bookList": "id.sitembox@tag.dl",
      "bookUrl": "tag.h3@tag.a@href",
      "coverUrl": "tag.img@src",
      "lastChapter": "class.book_other.1@tag.a@text",
      "name": "tag.h3@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "id.readerlist@tag.li@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.liudatxt.com/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "手机小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.sjwx.info/",
    "customButton": false,
    "customOrder": 755,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1732531045948,
    "respondTime": 4731,
    "ruleBookInfo": {
      "intro": "class.intro_info@text##最新章节[\\S\\s]+",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "id.nr1@html##最新网址：wap.sjwx.info|（本章未完，.*）|{{chapter.title+\"(.*)\"}}",
      "nextContentUrl": "id.pb_next@href",
      "replaceRegex": "##最新网址.*|\\s*（.*）\\s.*\\n|第\\d+章|\\(.*|.*\\).*\\n|第.*卷"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "p.-2@text",
      "bookList": "class.block",
      "bookUrl": "a.0@href",
      "checkKeyWord": "我的",
      "coverUrl": "tag.img@src",
      "intro": "",
      "kind": "p.-3@text",
      "lastChapter": "p.-1@text##最新章节：",
      "name": "h2@a@text"
    },
    "ruleToc": {
      "chapterList": ".chapter.1@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "http://wap.sjwx.info/search.php?keyword={{key}}&submit=",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁,免费",
    "bookSourceName": "笔趣网③",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ibiquw.info#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 756,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1742545454238,
    "loginUrl": "",
    "respondTime": 3263,
    "ruleBookInfo": {
      "author": "//*[@property='og:novel:author']/@content",
      "coverUrl": "//*[@property='og:image']/@content",
      "intro": "class.bookinfo_intro@textNodes##您要是觉得《|》还不错.*",
      "kind": "//*[@property='og:novel:category']/@content",
      "lastChapter": "//*[@property='og:novel:latest_chapter_name']/@content",
      "name": "//*[@property='og:novel:book_name']/@content"
    },
    "ruleContent": {
      "content": "id.htmlContent@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.s3@text||class.book_other@tag.span@text",
      "bookList": "class.toplist@tag.li||class.sitebox@tag.dl",
      "bookUrl": "class.s1@tag.a@href||tag.h3@tag.a@href",
      "coverUrl": "class.s1@tag.a@href|tag.h3@tag.a@href@js:var o=result.match(/\\/book\\/(\\d+)/); if(o!=null){'/files/article/image/'+parseInt(o[1]/1000)+'/'+o[1]+'/'+o[1]+'s.jpg';}",
      "intro": "class.book_des@textNodes",
      "kind": "class.s5@text||class.uptime@text",
      "lastChapter": "class.s2@tag.a@text||class.book_other@tag.a@text##正文_",
      "name": "class.s1@tag.a@text||tag.h3@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.book_list@tag.li@tag.a",
      "chapterName": "text##正文_",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?searchtype=articlename&searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "外网不能看",
    "bookSourceGroup": "免费",
    "bookSourceName": "快眼看书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xbotaodz.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 757,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "  总点击  ::/top/allvisit/{{page}}\n  月点击  ::/top/monthvisit/{{page}}\n  周点击  ::/top/weekvisit/{{page}}\n 玄幻 ::/category/xuanhuan/\n 奇幻 ::/category/qihuan/\n 武侠 ::/category/wuxia/\n 仙侠 ::/category/xianxia\n 都市 ::/category/dushi\n 历史 ::/category/lishi\n 军事 ::/category/junshi\n 游戏 ::/category/youxi\n 竞技 ::/category/jingji\n 科幻 ::/category/kehuan\n 灵异 ::/category/lingyi\n 同人 ::/category/tongren\n 女生 ::/category/nvsheng\n 其他 ::/category/qita",
    "lastUpdateTime": 1734942588641,
    "loginUrl": "",
    "respondTime": 869,
    "ruleBookInfo": {
      "author": "class.novelinfo-l@tag.li.0@text##作者：",
      "coverUrl": "class.novelinfo-r@tag.a@tag.img@src",
      "intro": "class.novelintro@text",
      "name": "class.w-left@tag.h1@text"
    },
    "ruleContent": {
      "content": "id.chaptercontent@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.info@tag.span.1@text",
      "bookList": "class.librarylist@tag.li",
      "bookUrl": "class.info@tag.span.0@tag.a@href",
      "coverUrl": "class.pt-ll-l@tag.a@tag.img@src",
      "lastChapter": "class.last@tag.a@text",
      "name": "class.info@tag.span.0@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.fulldir@tag.ul@tag.li@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//2024.10.30 自动获取搜索url ◎夜泽川◎",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "就爱言情",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.92yanqing.com",
    "bookUrlPattern": "https?://m.92yanqing.com/read/\\d+/",
    "customButton": false,
    "customOrder": 758,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1734554533158,
    "respondTime": 870,
    "ruleBookInfo": {
      "author": "class.author@text##作者：",
      "coverUrl": "class.synopsisArea_detail@tag.img@src",
      "init": "",
      "intro": "class.review@tag.p@textNodes",
      "kind": "class.sort@text##类别：",
      "lastChapter": "class.lastchapter@tag.a.0@text",
      "name": "class.title@text",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "id.chaptercontent@tag.p@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\(本章完\\)"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "class.author.0@text##作者：",
      "bookList": "class.bookbox",
      "bookUrl": "tag.h4@tag.a.0@href",
      "checkKeyWord": "剑来",
      "coverUrl": "class.bookimg@tag.a.0@tag.img@src",
      "intro": "",
      "kind": "class.author.1@text##类型：",
      "lastChapter": "class.update@tag.a.0@text",
      "name": "tag.h4@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.directoryArea.1@tag.p",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey());\norg.jsoup.Jsoup.parse(java.ajax(source.key)).select(\"form\").attr(\"action\")}},{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "铅笔小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.178yhr.com#",
    "bookUrlPattern": "https?://www.178yhr.com/book_\\d+/",
    "customButton": false,
    "customOrder": 759,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部小说::/all<,-{{page}}>.html\n玄幻小说::/xuanhuan.html\n仙侠小说::/xianxia.html\n都市小说::/dushi.html\n军史小说::/junshi.html\n网游小说::/wangyou.html\n科幻小说::/kehuan.html\n灵异小说::/lingyi.html\n言情小说::/yanqing.html\n其他小说::/qita.html",
    "header": "{\"referer\": \"{{source.getKey()}}\",\n\"x-requested-with\": \"mark.via\",\n\"accept-language\": \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\",\n\"user-agent\": \"Mozilla/5.0 (Linux; Android 10; PACM00 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.5359.79 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1731392922024,
    "loginUrl": "",
    "respondTime": 7413,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nw:\"p.booktag@span.0@text\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"p.bookintro@text\",\nc:\"[property$=image]@content\"}\n@js:java.log(baseUrl)",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "",
      "wordCount": "@get:{w}"
    },
    "ruleContent": {
      "content": ".readcontent@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##[&nb\\->>sp;]*"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "name": ""
    },
    "ruleSearch": {
      "author": ".author.0@text",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href\n@js:\nvar go=/go/.test(result);\ngo?result.replace('go/',\"book_\"):result;",
      "checkKeyWord": "快穿",
      "coverUrl": "img@src",
      "intro": ".update@textNodes",
      "kind": "span.0@text",
      "lastChapter": "a.1@text",
      "name": "h4@text",
      "wordCount": ".author.1@text##字数："
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{url=source.getKey();\ncookie.removeCookie(url)}}\nhttps://www.178yhr.com/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}&action=login\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "必去小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ibiquw.info",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 760,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"默认\",\"url\":\"/xs/quanbu-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"总榜\",\"url\":\"/xs/quanbu-allvisit-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"月榜\",\"url\":\"/xs/quanbu-monthvisit-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"周榜\",\"url\":\"/xs/quanbu-weekvisit-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"日榜\",\"url\":\"/xs/quanbu-dayvisit-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"总推\",\"url\":\"/xs/quanbu-allvote-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"月推\",\"url\":\"/xs/quanbu-monthvote-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"周推\",\"url\":\"/xs/quanbu-weekvote-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"日推\",\"url\":\"/xs/quanbu-dayvote-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"收藏\",\"url\":\"/xs/quanbu-goodnum-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"字数\",\"url\":\"/xs/quanbu-size-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"最新\",\"url\":\"/xs/quanbu-postdate-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"连载\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"/xs/1-default-0-0-0-0-1-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"仙侠\",\"url\":\"/xs/1-default-0-0-0-0-1-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"/xs/3-default-0-0-0-0-1-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"军史\",\"url\":\"/xs/4-default-0-0-0-0-1-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"网游\",\"url\":\"/xs/5-default-0-0-0-0-1-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻\",\"url\":\"/xs/6-default-0-0-0-0-1-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"灵异\",\"url\":\"/xs/7-default-0-0-0-0-1-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"言情\",\"url\":\"/xs/8-default-0-0-0-0-1-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"其他\",\"url\":\"/xs/9-default-0-0-0-0-1-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"完结\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"/xs/1-default-0-0-0-0-2-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"仙侠\",\"url\":\"/xs/2-default-0-0-0-0-2-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"/xs/3-default-0-0-0-0-2-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"军史\",\"url\":\"/xs/4-default-0-0-0-0-2-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"网游\",\"url\":\"/xs/5-default-0-0-0-0-2-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻\",\"url\":\"/xs/6-default-0-0-0-0-2-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"灵异\",\"url\":\"/xs/7-default-0-0-0-0-2-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"言情\",\"url\":\"/xs/8-default-0-0-0-0-2-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"其他\",\"url\":\"/xs/9-default-0-0-0-0-2-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1748428039352,
    "loginUrl": "",
    "respondTime": 2702,
    "ruleBookInfo": {
      "author": ".options@span.0@text",
      "coverUrl": ".pic@img@src",
      "intro": ".bookinfo_intro@textNodes##(^|[。！？]+[”」）】]?)##$1<br>@js:result.replace(/您要是觉得《|》还不错.*/g,\"\")",
      "kind": ".title@a.1@text&&.update@ownText##小说|.*\\(|\\s..:.*",
      "lastChapter": ".update@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "id.info@h1@text"
    },
    "ruleContent": {
      "content": "id.htmlContent@html"
    },
    "ruleExplore": {
      "author": "span.1@text",
      "bookList": ".sitebox@dl",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "dd.2@text",
      "kind": "span.0@text##\\s.*",
      "lastChapter": "a.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.1@text"
    },
    "ruleSearch": {
      "author": ".s3@text",
      "bookList": ".toplist@li",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href@js:var o=result.match(/\\/book\\/(\\d+)/); if(o!=null){'/files/article/image/'+parseInt(o[1]/1000)+'/'+o[1]+'/'+o[1]+'s.jpg';}",
      "intro": "",
      "kind": ".s5,.s6@text",
      "lastChapter": ".s2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".s1@text",
      "wordCount": ".s4@text"
    },
    "ruleToc": {
      "chapterList": ".book_list@li",
      "chapterName": "a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "a@href"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"method\": \"post\",\n  \"body\": \"action=login&searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "@MR.无名",
    "bookSourceGroup": "免费",
    "bookSourceName": "看书网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.kanshuw.com",
    "customButton": false,
    "customOrder": 761,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js: var result = [];\njava.toast(\"🔥动态获取发现中……\");\nvar push=(title,url,size)=>result.push({\n  \t\"title\": title,\n  \t\"url\": url,\n  \t\"style\": {\n   \"layout_flexGrow\": 1,\n   \"layout_flexBasisPercent\": size\n   }\n });\nvar top = java.ajax(\"https://www.kanshuw.com/top/all_0_1.html\");\nvar full = java.ajax(\"https://www.kanshuw.com/full/0_1.html\")\nif (top&&full) {\na=org.jsoup.Jsoup.parse(top).select(\".row\").eq(2);\na=org.jsoup.Jsoup.parse(a).select(\"a\");\nb=org.jsoup.Jsoup.parse(full).select(\".row\").eq(1);\nb=org.jsoup.Jsoup.parse(b).select(\"a\");\nc=org.jsoup.Jsoup.parse(full).select(\".container a\")\npush(\"排行总榜分类\",null,1)\n    for(i in a){\n        title=a[i].text()\n        url=a[i].attr(\"href\")\n        if (url.endsWith(\"_1.html\")) {\n        url=String(url).replace(/_1\\.html$/,\"_{{page}}.html\")\n        size=0.3;\n        push(title,url,size)\n    }};\n    push(\"完本分类\",null,1)\n    for(i in b){\n        title=b[i].text()\n        url=b[i].attr(\"href\")\n        if (url.endsWith(\"_1.html\")) {\n        url=String(url).replace(/_1\\.html$/,\"_{{page}}.html\")\n        size=0.3;\n        push(title,url,size)\n    }};\n    \n    push(\"分类\",null,1)\n    for(i in c){\n        title=c[i].text()\n        url=c[i].attr(\"href\")\n        if(url.match(/\\/list/)){\n         url=url+\"1.html\"\n         if (url.endsWith(\"1.html\")) {\n        url=String(url).replace(/1\\.html$/,\"{{page}}.html\")\n        size=0.3;\n        push(title,url,size)\n    }}};\n      } else { \n      java.toast(\"🚫发现获取失败……\");\n}\nJSON.stringify(result);",
    "lastUpdateTime": 1733932666780,
    "respondTime": 13657,
    "ruleBookInfo": {
      "author": "class.row book_info@a[0]@text",
      "coverUrl": "class.row book_info@img@src",
      "init": "",
      "intro": "class.row book_info@id.intro_pc@oweText",
      "kind": "class.title@a[1]@text",
      "lastChapter": "class.row book_info@a[2]@text",
      "name": "class.row book_info@h1@text##免费阅读.*",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": ".font_max@html##第\\(\\d+/\\d+\\)页",
      "nextContentUrl": "text.下一章@href",
      "replaceRegex": "##[a-zA-Z0-9-]+[a-zA-Z0-9-].*\\.[a-zA-Z0-9-].*"
    },
    "ruleExplore": {
      "author": "span@text",
      "bookList": ".row[-1]@dl",
      "bookUrl": "a[0]@href",
      "coverUrl": "img@src",
      "kind": ".book_other[1]@text",
      "lastChapter": ".book_other[-1]@text",
      "name": "h3@text##\\[|.*\\]|免费阅读.*"
    },
    "ruleSearch": {
      "author": "span@text",
      "bookList": ".row@dl",
      "bookUrl": "a[0]@href",
      "checkKeyWord": "我的",
      "coverUrl": "tag.dt@tag.a@img@src",
      "kind": "h3@text##\\[|\\].*",
      "lastChapter": "a[-1]@text",
      "name": "h3@text##\\[|.*\\]|免费阅读.*"
    },
    "ruleToc": {
      "chapterList": ".row[-1]@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "class.pages@tag.ul@tag.li.!0:1:-1@tag.a@href"
    },
    "searchUrl": "/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "\n /**\n    * href##$##,{\"webView\":true}\"\n     * 在js中这样使用\n     * java.createSymmetricCrypto(transformation, key, iv).decrypt(data)\n     * java.createSymmetricCrypto(transformation, key, iv).decryptStr(data)\n     * java.createSymmetricCrypto(transformation, key, iv).encrypt(data)\n     * java.createSymmetricCrypto(transformation, key, iv).encryptBase64(data)\n     * java.createSymmetricCrypto(transformation, key, iv).encryptHex(data)\n     */\n",
    "bookSourceGroup": "🔞",
    "bookSourceName": "小说[自写]特殊写法",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.texasreadyblog.net/",
    "customButton": false,
    "customOrder": 762,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n    'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36',\"Cookie\":\"0\",\"Origin\":\"https://www.texasreadyblog.net\",\"Referer\":\"https://www.texasreadyblog.net/\"\n}",
    "lastUpdateTime": 1770711057059,
    "respondTime": 16803,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{\nn:\"[property~=book_name|title]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property~=latest_chapter_name|lastest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\",\ntac:\"[property$=read_url]@content\"\n}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "class.bookmore.bookmore-34e68100@a.1@href##$##,{\"webView\":true}\"",
      "wordCount": "p[class^=lastchapter-]@a@title||p[^lastchapter-]@a@title||.caption-bookinfo .btn-primary@textNodes"
    },
    "ruleContent": {
      "content": "#chaptercontent@html##看后求收藏.*.再看更方便|本章未完.*.退出阅读模式即可，谢谢！|更多内容.*.请稍候|本站只支持手机浏览器访问.*.其他浏览器阅读！##\n@js:\n/*\nvar data = src.match(/\\$\\('#booktxthtml'\\).html\\(x\\((.+)\\)\\)/)[1].replace(/\"|'/g,'').split(\",\")\n\nresult + java.createSymmetricCrypto(\n\"AES/CBC/ZeroPadding\",\n`${data[1].replace(/^\\s+|\\s+$/g,\"\")}`,\n`${data[2].replace(/^\\s+|\\s+$/g,\"\").slice(0,16)}`\n).decryptStr(`${data[0]}`)\n*/\nresult ",
      "nextContentUrl": "text.下一页@text\n@js:\nnext=((src.match(/const next_page+( = |=)+(\"(.+)\"|'(.+)')/)||[])[2]||'').replace(/\"|'/g,'')\nif(next.includes(\"_\")){\nresult = next\n}else{\nresult = ''\n}\n//result\nresult+\",\"+JSON.stringify({\"webView\":true})",
      "replaceRegex": "##.*{{book.name}}.*|.*{{book.author}}.*|.*{{chapter.title}}.*|本章未完.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".book-coverlist",
      "bookUrl": "h4@a@href",
      "checkKeyWord": "三国之我的霸业在三国",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "kind": ".status .label@text",
      "name": "h4@a@title"
    },
    "ruleToc": {
      "chapterList": "dl@dd@a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{\"webView\":true}\"\n@js:\n// result\nresult+\",\"+JSON.stringify({\"webView\":true})",
      "nextTocUrl": "class.onclick@href##$##,{\"webView\":true}\""
    },
    "searchUrl": "@js:\nvar su=source.getKey()\nvar htmlUrl=java.get(su,{}).headers('Location')\njava.log(`重定向：${htmlUrl[0]}`)\nvar posturl=htmlUrl[0]?htmlUrl[0]:(su.includes(\"#\")?su.match(/([^\\#]+)\\#/)[1]:su)\nposturl = posturl.slice(-1)=='/'?posturl.slice(0,-1):posturl\ncookie.removeCookie(posturl)\njava.log(`请求：${posturl}`)\n\nck=cookie.getCookie(posturl);\n\ncookie.setCookie(posturl,String(ck).replace(/search_delay=.*/,\"\"));\n\nso=posturl+\"/search,\"+JSON.stringify({\n  \"body\": \"searchkey=\"+key,\n  \"method\": \"POST\"\n});\njava.put(\"url\",String(so))\nso",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "超星网站（优+）",
    "bookSourceType": 0,
    "bookSourceUrl": "http://yz4.chaoxing.com#",
    "customButton": false,
    "customOrder": 763,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\nu1='::/circlemarket/getBook,{\"method\":\"POST\",\"body\":\"start={{page-1}}&size=25&channelId=';\nu2='\"}';\nlist=[[\"❀超星推荐❀\",130],[\"❀世界名著❀\",1000000007],[\"名家名作\",1000000008],[\"流行小说\",1000000010],[\"古典文学\",1000000009],[\"诗歌散文\",1000000033],[\"文学理论\",1000000063],[\"纪实文学\",1000000498],[\"少儿文学\",1000001204],[\"外文原著\",1000000438],[\"❀中国历史❀\",1000000057],[\"史学研究\",1000000072],[\"人物传记\",1000000066],[\"文物考古\",1000000069],[\"通俗演绎\",1000000060],[\"世界历史\",1000001049],[\"❀中国哲学❀\",1000000013],[\"西方哲学\",1000000014],[\"马列哲学\",1000000015],[\"宗教\",1000000393],[\"❀艺术摄影❀\",1000000051],[\"美术书法\",1000000042],[\"音乐舞蹈\",1000000045],[\"建筑雕塑\",1000000048],[\"戏曲戏剧\",1000000081],[\"电影电视\",1000001046],[\"艺术理论\",1000000075],[\"❀经济管理❀\",1000000102],[\"投资理财\",1000000105],[\"金融会计\",1000000108],[\"成功励志\",1000000111],[\"创业创新\",1000000138],[\"❀政法政治❀\",1000000414],[\"法学\",1000000417],[\"国际关系\",1000000420],[\"❀社科心理❀\",1000000090],[\"社会学\",1000000087],[\"语言文字\",1000000135],[\"新闻传播\",1000000435],[\"❀军事理论❀\",1000000426],[\"军事技术\",1000000429],[\"军事百科\",1000000432],[\"❀工业技术❀\",1000000026],[\"航空航天\",1000000027],[\"交通运输\",1000000030],[\"环境科学\",1000000031],[\"农业科学\",1000000032],[\"计算机学\",1000000036],[\"❀公共卫生❀\",1000000471],[\"基础医学\",1000000474],[\"中医学\",1000000477],[\"临床医学\",1000000480],[\"药学\",1000000483],[\"❀高等教育❀\",1000000399],[\"基础教育\",1000000402],[\"职业教育\",1000000405],[\"理论管理\",1000000408],[\"❀大众烹饪❀\",1000000120],[\"旅游\",1000000123],[\"保健\",1000000126],[\"育儿\",1000000129],[\"体育\",1000001048],[\"小人书\",1000000522],[\"生活百科\",1000000486],[\"❀科普读物❀\",1000000017],[\"数理化学\",1000000019],[\"天文地球\",1000000020],[\"生物科学\",1000000022],[\"自然科学\",1000000023]];\nlist.map(a=>a[0]+u1+a[1]+u2).join(\"&&\").replace(/❀/g,\"❀　　　　　❀\")\n</js>",
    "lastUpdateTime": 1759385192691,
    "respondTime": 2148,
    "ruleBookInfo": {
      "author": "class.artCon@tag.p@text##\\s*编?著",
      "intro": "##[\\s\\S]*##<br>★★★     超星·出版     ★★★<br>★★★   本书暂无简介  ★★★###",
      "lastChapter": "class.con@tag.a.-1@text",
      "name": "tag.h2.0@text"
    },
    "ruleContent": {
      "content": "class.ztArtCon@tag.p@html||body@html##([\\w，、。！？]{26}[。！？；]+[”’]?)(?=[^\\n]{27})##$1<br>",
      "imageStyle": "FULL"
    },
    "ruleExplore": {
      "author": "author##\\s*编?著",
      "bookList": "subject",
      "bookUrl": "mobileulr",
      "coverUrl": "coverUrl",
      "name": "name"
    },
    "ruleSearch": {
      "author": "author##\\s*编?著",
      "bookList": "$.[*]",
      "bookUrl": "mobileulr",
      "coverUrl": "coverUrl",
      "name": "name"
    },
    "ruleToc": {
      "chapterList": "<js>\nresult=result.match(/Html = \"(.*?)\"/)[1]\nunescape(result)\n</js>li a",
      "chapterName": "text##^目录$",
      "chapterUrl": "attr##&name=.+"
    },
    "searchUrl": "http://yz4.chaoxing.com/circlemarket/getsearch,{\n  \"method\": \"POST\",\n  \"body\": \"&channelId=52&sw={{key}}&start=0&size=25\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "双语小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.shubang.net/book",
    "customButton": false,
    "customOrder": 764,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1731489335396,
    "respondTime": 723,
    "ruleBookInfo": {
      "init": "",
      "kind": "class.tags@a@text",
      "lastChapter": "tr.-1@td@a@text"
    },
    "ruleContent": {
      "content": ".line_en@text%%.line_cn@title",
      "nextContentUrl": "class.pagebar@a.-1@href"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "class.cont@p@text",
      "bookList": "class.mcon@a",
      "bookUrl": "a@href",
      "checkKeyWord": "哈利",
      "coverUrl": "class.cover@img@src",
      "intro": "class.cont@ownText",
      "kind": "",
      "name": "h3@text"
    },
    "ruleToc": {
      "chapterList": "tr@td",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://www.shubang.net/book/?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "平凡文学",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.pfwx.com#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 765,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1735039456103,
    "loginUrl": "",
    "respondTime": 476,
    "ruleBookInfo": {
      "author": "class.jieshaokaishi@tag.h2.0@text",
      "coverUrl": "class.jieshaoTu@tag.img@src",
      "intro": "class.jieshaokaishi@tag.h3@text##介 绍：|－－－.*",
      "lastChapter": "class.zuixin@tag.a@text",
      "name": "class.jieshaokaishi@tag.h1@text",
      "wordCount": "class.jieshaokaishi@tag.h2.1@text##更新时间："
    },
    "ruleContent": {
      "content": "id.booktext@html##<!--.*-->|★★.*朋友吧！"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.h3.0@text",
      "bookList": "class.tutui",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src",
      "lastChapter": "tag.a.2@text",
      "name": "tag.a.1@text"
    },
    "ruleToc": {
      "chapterList": "class.zhangjiekaishi@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.pfwx.com/modules/article/search.php?searchkey={{key}}&searchtype=articlename",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁,免费",
    "bookSourceName": "笔趣阁[qbi]",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.qbiqus.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 766,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1730467233241,
    "loginCheckJs": "cookie.removeCookie(source.getKey())\nresult",
    "loginUrl": "",
    "respondTime": 2138,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "img@src",
      "intro": "id.intro@p.0@text",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "div#content@html##千千小说网.*$",
      "nextContentUrl": "",
      "replaceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "td:nth-of-type(3)@text",
      "bookList": "tr:nth-of-type(n+2)",
      "bookUrl": ".odd a@href",
      "coverUrl": "td.0@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\nsource.bookSourceUrl + 'files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": "",
      "kind": "td.5:4@text",
      "lastChapter": ".even a@text",
      "name": ".odd a@text",
      "wordCount": "td:nth-of-type(4)@text"
    },
    "ruleToc": {
      "chapterList": "dd a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ""
    },
    "searchUrl": "modules/article/search.php?searchkey={{key}},{\n  \"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版",
    "bookSourceName": "宜搜小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://api.ieasou.com#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 767,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\": \"❀ 男 生 分 类 ❀\",\"url\": \"\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"现代都市\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%8E%B0%E4%BB%A3%E9%83%BD%E5%B8%82&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&appverion=1115&appid=10001\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"现代修真\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%8E%B0%E4%BB%A3%E4%BF%AE%E7%9C%9F&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"都市纵横\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E9%83%BD%E5%B8%82%E7%BA%B5%E6%A8%AA&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"都市异能\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E9%83%BD%E5%B8%82%E5%BC%82%E8%83%BD&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"娱乐明星\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%A8%B1%E4%B9%90%E6%98%8E%E6%98%9F&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"校园生活\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%A0%A1%E5%9B%AD%E7%94%9F%E6%B4%BB&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"升迁之路\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%8D%87%E8%BF%81%E4%B9%8B%E8%B7%AF&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"职场商战\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E8%81%8C%E5%9C%BA%E5%95%86%E6%88%98&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"小康致富\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%B0%8F%E5%BA%B7%E8%87%B4%E5%AF%8C&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"玄幻奇幻\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%8E%84%E5%B9%BB%E5%A5%87%E5%B9%BB&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"东方玄幻\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E4%B8%9C%E6%96%B9%E7%8E%84%E5%B9%BB&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"西方魔幻\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E8%A5%BF%E6%96%B9%E9%AD%94%E5%B9%BB&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"异界争霸\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%BC%82%E7%95%8C%E4%BA%89%E9%9C%B8&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"洪荒神话\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%B4%AA%E8%8D%92%E7%A5%9E%E8%AF%9D&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"武侠仙侠\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%AD%A6%E4%BE%A0%E4%BB%99%E4%BE%A0&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"传统武侠\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E4%BC%A0%E7%BB%9F%E6%AD%A6%E4%BE%A0&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"古典仙侠\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%8F%A4%E5%85%B8%E4%BB%99%E4%BE%A0&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"科幻小说\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%A7%91%E5%B9%BB%E5%B0%8F%E8%AF%B4&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"未来世界\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%9C%AA%E6%9D%A5%E4%B8%96%E7%95%8C&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"科技争霸\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%A7%91%E6%8A%80%E4%BA%89%E9%9C%B8&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"古武机甲\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%8F%A4%E6%AD%A6%E6%9C%BA%E7%94%B2&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"末世进化\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%9C%AB%E4%B8%96%E8%BF%9B%E5%8C%96&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"时空穿梭\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%97%B6%E7%A9%BA%E7%A9%BF%E6%A2%AD&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"历史军事\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%8E%86%E5%8F%B2%E5%86%9B%E4%BA%8B&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"历史传记\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%8E%86%E5%8F%B2%E4%BC%A0%E8%AE%B0&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"架空穿越\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%9E%B6%E7%A9%BA%E7%A9%BF%E8%B6%8A&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"峥嵘岁月\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%B3%A5%E5%B5%98%E5%B2%81%E6%9C%88&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"谍战特工\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E8%B0%8D%E6%88%98%E7%89%B9%E5%B7%A5&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"灵异悬疑\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%81%B5%E5%BC%82%E6%82%AC%E7%96%91&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"推理悬念\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%8E%A8%E7%90%86%E6%82%AC%E5%BF%B5&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"灵异怪谈\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%81%B5%E5%BC%82%E6%80%AA%E8%B0%88&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"风水秘术\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E9%A3%8E%E6%B0%B4%E7%A7%98%E6%9C%AF&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"探险异闻\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%8E%A2%E9%99%A9%E5%BC%82%E9%97%BB&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"游戏竞技\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%B8%B8%E6%88%8F%E7%AB%9E%E6%8A%80&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"虚拟网游\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E8%99%9A%E6%8B%9F%E7%BD%91%E6%B8%B8&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"电子竞技\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%94%B5%E5%AD%90%E7%AB%9E%E6%8A%80&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"体育竞技\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E4%BD%93%E8%82%B2%E7%AB%9E%E6%8A%80&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"宅小说\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%AE%85%E5%B0%8F%E8%AF%B4&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"同人幻想\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%90%8C%E4%BA%BA%E5%B9%BB%E6%83%B3&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"原生幻想\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%8E%9F%E7%94%9F%E5%B9%BB%E6%83%B3&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"轻松搞笑\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E8%BD%BB%E6%9D%BE%E6%90%9E%E7%AC%91&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"❀ 女 生 分 类 ❀\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"现代言情\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%8E%B0%E4%BB%A3%E8%A8%80%E6%83%85&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"都市情缘\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E9%83%BD%E5%B8%82%E6%83%85%E7%BC%98&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"总裁豪门\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%80%BB%E8%A3%81%E8%B1%AA%E9%97%A8&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"婚恋家庭\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%A9%9A%E6%81%8B%E5%AE%B6%E5%BA%AD&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"白领生涯\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%99%BD%E9%A2%86%E7%94%9F%E6%B6%AF&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"民国旧影\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%B0%91%E5%9B%BD%E6%97%A7%E5%BD%B1&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"娱乐巨星\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%A8%B1%E4%B9%90%E5%B7%A8%E6%98%9F&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"强势宠婚\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%BC%BA%E5%8A%BF%E5%AE%A0%E5%A9%9A&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"古代言情\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%8F%A4%E4%BB%A3%E8%A8%80%E6%83%85&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"古代情缘\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%8F%A4%E4%BB%A3%E6%83%85%E7%BC%98&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"穿越架空\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%A9%BF%E8%B6%8A%E6%9E%B6%E7%A9%BA&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"女尊权谋\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%A5%B3%E5%B0%8A%E6%9D%83%E8%B0%8B&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"宫闱宅斗\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%AE%AB%E9%97%B1%E5%AE%85%E6%96%97&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"经商种田\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%BB%8F%E5%95%86%E7%A7%8D%E7%94%B0&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"幻想言情\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%B9%BB%E6%83%B3%E8%A8%80%E6%83%85&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"仙侠奇缘\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E4%BB%99%E4%BE%A0%E5%A5%87%E7%BC%98&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"魔幻情缘\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E9%AD%94%E5%B9%BB%E6%83%85%E7%BC%98&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"穿越时光\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%A9%BF%E8%B6%8A%E6%97%B6%E5%85%89&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"末世危情\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%9C%AB%E4%B8%96%E5%8D%B1%E6%83%85&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"网配快穿\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%BD%91%E9%85%8D%E5%BF%AB%E7%A9%BF&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"浪漫青春\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%B5%AA%E6%BC%AB%E9%9D%92%E6%98%A5&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"青春校园\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E9%9D%92%E6%98%A5%E6%A0%A1%E5%9B%AD&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"唯美绝恋\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%94%AF%E7%BE%8E%E7%BB%9D%E6%81%8B&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"轻小说\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E8%BD%BB%E5%B0%8F%E8%AF%B4&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"衍生同人\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E8%A1%8D%E7%94%9F%E5%90%8C%E4%BA%BA&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"换身入替\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%8D%A2%E8%BA%AB%E5%85%A5%E6%9B%BF&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"青春日常\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E9%9D%92%E6%98%A5%E6%97%A5%E5%B8%B8&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"❀出版专区❀\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"短篇全部\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%9F%AD%E7%AF%87&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"儿童文学\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%84%BF%E7%AB%A5%E6%96%87%E5%AD%A6&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"影视剧本\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%BD%B1%E8%A7%86%E5%89%A7%E6%9C%AC&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"人物传记\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E4%BA%BA%E7%89%A9%E4%BC%A0%E8%AE%B0&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"短篇小说\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%9F%AD%E7%AF%87%E5%B0%8F%E8%AF%B4&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"美文游记\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%BE%8E%E6%96%87%E6%B8%B8%E8%AE%B0&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"生活随笔\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%94%9F%E6%B4%BB%E9%9A%8F%E7%AC%94&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"诗词散文\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E8%AF%97%E6%AD%8C%E6%95%A3%E6%96%87&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"评论文集\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E8%AF%84%E8%AE%BA%E6%96%87%E9%9B%86&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"经典名著\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%BB%8F%E5%85%B8%E5%90%8D%E8%91%97&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"经管励志\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%BB%8F%E7%AE%A1%E5%8A%B1%E5%BF%97&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"社科科普\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%A4%BE%E7%A7%91%E7%A7%91%E6%99%AE&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"其他出版\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%85%B6%E4%BB%96%E5%87%BA%E7%89%88&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"文史传记\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%96%87%E5%8F%B2%E4%BC%A0%E8%AE%B0&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"悬疑出版\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%82%AC%E7%96%91%E5%87%BA%E7%89%88&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"现代文学\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%8E%B0%E4%BB%A3%E6%96%87%E5%AD%A6&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"文学小说\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%96%87%E5%AD%A6%E5%B0%8F%E8%AF%B4&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"原创出版\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%8E%9F%E5%88%9B%E5%87%BA%E7%89%88&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"情感小说\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%83%85%E6%84%9F%E5%B0%8F%E8%AF%B4&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}}\n]",
    "lastUpdateTime": 1734434235611,
    "loginUrl": "",
    "respondTime": 1303,
    "ruleBookInfo": {
      "author": "",
      "init": "",
      "name": "",
      "tocUrl": "http://api.ieasou.com/api/bookapp/bookSummary.m?gid=@get:{gid}&nid=@get:{nid}&sort=1&size=1000&session_id=-nEGYU48h9ZiOcED3oVOOzJ&returnType=100&gsort=1&cid=eef_easou_book&version=002&os=android&udid=5f0523be952d7c668bc069ad38d9470ae15fc6c5&appverion=1122&ch=blf1298_12337_001&session_id=-nEGYU48h9ZiOcED3oVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=3&pushid=9f8b02370838a641dc4ddff894b98848&ptype=5&gender=0&userInitPay=3&birt=1660848272929&instime=1660848269464&instId=1660848269464&chType=3&bidType=0&recSw=1&appType=0"
    },
    "ruleContent": {
      "content": "$..content"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "author@put:{gid:gid}",
      "bookList": "all_book_items",
      "bookUrl": "http://api.ieasou.com/api/bookapp/bookSummary.m?nid={{$.nid}}&gid={{$.gid}}&sort=1&size=50&returnType=010&cid=eef_easou_book&vm=5.4.3&os=android&appverion=1131",
      "checkKeyWord": "",
      "coverUrl": "imgUrl",
      "intro": "desc",
      "kind": "classes",
      "lastChapter": "lastChapterName",
      "name": "name@put:{nid:nid}",
      "wordCount": "wordCount"
    },
    "ruleToc": {
      "chapterList": "<js>\n  //showjname设置章节名显示卷名true or false\n  let obj = {showjname: false}\n  let $ = JSON.parse(String(result))\n  let array = []\n  $.volumes.forEach((booklet) => {\n  \t  java.put('jname',booklet.name)\n    array.push({ \n    \t    name:'◆◇'+String(booklet.name)+'◇◆',\n    \t    voltype:true\n    \t })\n    booklet.chapters.forEach((chapter) => {\nhref='http://api.ieasou.com/api/bookapp/chargeChapter.m?a=1&autoBuy=0&cid=eef_easou_book&version=002&os=android&udid=1c5b2618a57a0848e2510649dc1e03896f462284&appverion=1122&ch=blf1298_12337_001&session_id=-nEvkqSq_9ZyORN5OoVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=3&pushid=f97b7f81a269472c07708277b7c40b4f&ptype=5&gender=0&userInitPay=3&birt=1658424532472&instime=1658424529924&instId=1658424529924&chType=3&bidType=0&recSw=1&appType=0&gid='+java.get('gid')+'&nid='+chapter.nid+'&sort='+chapter.sort+'&gsort=0&sgsort=0&sequence=4&chapter_name='+chapter.chapter_name\n      array.push({\n        name: !java.get('jname')?chapter.chapter_name:((obj.showjname?'※'+java.get('jname')+'※ ':'').padStart(3,''))+chapter.chapter_name,\n        url: href,\n        time:\"本章字数:\"+String(chapter.wordCount)+\"字\",\n        voltype:false\n      })\n    })\n  })\n  array\n</js>",
      "chapterName": "name",
      "chapterUrl": "url",
      "isVolume": "voltype",
      "preUpdateJs": "",
      "updateTime": "time"
    },
    "searchUrl": "http://api.ieasou.com/api/bookapp/searchdzh.m?word={{key}}&type=0&page_id=1&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=173a721b9bdfca6593765d05dc85e02b9a882541&appverion=1122&ch=blf1298_12337_001&session_id=-nEFnuCGf9ZXO3Vr3oVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=3&pushid=f617257c775dc02f0405ace9a62ede52&ptype=5&gender=0&userInitPay=3&birt=1662195839903&instime=1662195839480&instId=1662195839480&chType=3&bidType=0&recSw=1&appType=0",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "八一中文",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.zwduxs.com已整理",
    "bookUrlPattern": "已校验",
    "customButton": false,
    "customOrder": 768,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734840342507,
    "loginUrl": "",
    "respondTime": 1421,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作\\s*者：",
      "coverUrl": "id.fmimg@tag.img.0@src",
      "intro": "id.intro@text",
      "name": "id.info@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.odd.0@tag.a.0@href",
      "lastChapter": "class.even.0@tag.a.0@text",
      "name": "class.odd.0@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.zwduxs.com/modules/article/search.php?searchkey={{key}}&searchtype=articlename",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "夫妻小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.dfu7.com",
    "customButton": false,
    "customOrder": 769,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1733580415511,
    "respondTime": 13354,
    "ruleBookInfo": {
      "author": "class.detail@p.0@a@text",
      "coverUrl": "class.info flex@img@src",
      "intro": "class.con gray@text",
      "name": "class.detail@h1@text",
      "tocUrl": "class.loading@a@href"
    },
    "ruleContent": {
      "content": "class.articlecon font-large@html",
      "replaceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "p.1@a@text",
      "bookList": "class.imgtextlist searchlist@li",
      "bookUrl": "p.0@a@href",
      "lastChapter": "p.2@a@text",
      "name": "p.0@a@text"
    },
    "ruleToc": {
      "chapterList": "class.cataloglist@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href##$##,{\"webView\":true}",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "search.asp?S={{key}}&objectType=2,{\"charset\": \"gb2312\"}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "二三小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.x23us.cc",
    "bookUrlPattern": "https://www.x23us.cc/h/\\d+/",
    "customButton": false,
    "customOrder": 770,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko, By Black Prism) Chrome/99.0 Safari/537.36\",\n\"Referer\":\"https://www.x23us.cc\"\n}",
    "lastUpdateTime": 0,
    "respondTime": 1620,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property~=las?test_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": "#nr@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "bookList": "",
      "bookUrl": "",
      "name": ""
    },
    "ruleSearch": {
      "author": ".newlist-zz@text",
      "bookList": ".text-more",
      "bookUrl": ".newlist-title@a@href",
      "kind": ".newlist-type@text##\\[|\\]",
      "lastChapter": ".newlist-zj@a@text",
      "name": ".newlist-title@text"
    },
    "ruleToc": {
      "chapterList": "#newlist li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}/search/,{\n  \"body\": \"searchkey={{key}}&searchtype=all\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "◎登录直接点登录，填账号密码，不要改登录规则里的东西，阅读升级最新版\n◎网站只能搜作者",
    "bookSourceGroup": "免费",
    "bookSourceName": "爱发电（导入前请备份好自己的发现规则，登录直接点登录，填账号密码，不要改登录规则里的东西，阅读升级最新版，网站只能搜作者）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://afdian.com",
    "customButton": false,
    "customOrder": 771,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "兽屋之龙的作品集::https://afdian.com/api/user/get-album-list?user_id=63609ee2d7e211eabceb52540025c377&page={{page}}\n21点牌的作品集::https://afdian.com/api/user/get-album-list?user_id=23993afe491211ee9d985254001e7c00&page={{page}}\n【防弹bts】关我西红柿⚡请多多催更！的作品集::https://afdian.com/api/user/get-album-list?user_id=577c5de2090911ecbce152540025c377&page={{page}}",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36\"\n}",
    "lastUpdateTime": 1739695785066,
    "loginCheckJs": "",
    "loginUi": "[\n  {\n    \"name\": \"手机号码/邮箱号\",\n    \"type\": \"text\"\n  },\n  {\n    \"name\": \"密码\",\n    \"type\": \"password\"\n  }\n]",
    "loginUrl": "<js>\nfunction login(){\nuserInfo=source.getLoginInfoMap()\njava.log(userInfo)\nUNE=userInfo['手机号码/邮箱号']\nPWD=userInfo['密码']\nurl=\"{{source.getKey()}}/api/passport/login,\";\nSU=source.getKey()\nbody={\n  \"account\": String(UNE),\n  \"password\": String(PWD),\n  \"mp_token\": -1\n}\noption={\n'method': 'POST',\n'body': JSON.stringify(body)\n}\n\nurl=url+JSON.stringify(option)\ntoken=java.ajax(url).match(/\"auth_token\":\"([^\"]+)\"/)[1]\n\nCookie={\n\t\"Cookie\":\"auth_token=\"+token\n\t}\nheader = JSON.stringify(Cookie)\nsource.putLoginHeader(header)\n}\n</js>",
    "respondTime": 1259,
    "ruleBookInfo": {
      "author": "$.data.album.user.name",
      "coverUrl": "$.data.album.cover",
      "init": "",
      "intro": "$..content",
      "name": "$.data.album.title",
      "tocUrl": "<js>\nif(baseUrl.match(/get-album-info/)){\n\tjson=JSON.parse(result);\turl=\"/api/user/get-album-catalog?album_id=\"+json.data.album.album_id\n\t}\n</js>"
    },
    "ruleContent": {
      "content": "<js>\nif(baseUrl.match(/album-info/)){\n\t\n\tif(book.durChapterIndex === chapter.index){\n\t\turl = \"legado://import/addToBookshelf?src=\"+baseUrl;\n\t\tscript = `data:text/html;charset=utf-8,\n\t\t<html>\n\t\t<title>《${title}》加入书架</title>\n\t\t<p style=\"font-size:60px\"><img src=\"${JSON.parse(result).data.album.cover}\" style=\"max-width: 300px; max-height: 400px\">\n\t\t\n\t\t简介：${JSON.parse(result).data.album.content}</p>\n\t\t<p style=\"text-align: center;\"><a href=\"${url}\" style=\"font-size:50px;\">跳转加入书架</a></p>\n\t\t\n\t\t</html>\n\t\t<script>\n        window.onload = function () {\n            window.location.href = '${url}';\n        };\n    </script>`;\n\t\tjava.startBrowser(script,\"《\"+book.title+\"》\")\n\t\t\n\t\t}\n\t\ntext=\"❗️刷新本章节，跳转本书详情页\\n\"+'简介：'+JSON.parse(result).data.album.content+\"\\n\"+'<img src=\"'+JSON.parse(result).data.album.cover+'\">'\n}else if(baseUrl.match(/post_id/)){\n\tjson=JSON.parse(result)\n\tpics=json.data.post.pics;\n\tvideo=json.data.post.video?\"视频链接：\"+json.data.post.video:\"\"\n\tpreview_text=json.data.post.preview_text?json.data.post.preview_text:\"\"\n\timgs=\"\";\n\tfor(i in pics){\n\t\timgs+='<img src=\"'+pics[i]+'\">\\n'\n\t\t}\n\tresult=json.data.post.content+imgs+video;\n\tresult!=\"\"?result:preview_text+\"\\n💰\"+json.data.post.min_price+\"\\n\"+json.data.post.has_right_errMsg\n\t}else{\n\t\tresult=\"↓↓复制下面文字，编辑书源，添加至发现规则↓↓\\n\"+book.name+\"的作品集::\"+baseUrl.replace(/page=1/,'page={\\{page}}')\n\t\t}\n</js>\n##class=\"fr-fic fr-dib\".*?\"\\[object Object\\]\"",
      "imageStyle": "FULL"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "$.data.list",
      "bookUrl": "/api/user/get-album-info?album_id={{$.album_id}}",
      "coverUrl": "$.cover",
      "intro": "$.content",
      "lastChapter": "$.update_time\n<js>\njava.timeFormat(result+\"000\")\n</js>",
      "name": "$.title"
    },
    "ruleSearch": {
      "bookList": "$.data.list",
      "bookUrl": "/api/user/get-album-list?user_id={{$.creator.user_id}}&page=1",
      "checkKeyWord": "沙雕",
      "coverUrl": "$.cover",
      "intro": "$.creator.detail",
      "kind": "$..category.name",
      "name": "$.name"
    },
    "ruleToc": {
      "chapterList": "$.data.list\n<js>\nif(baseUrl.match(/get-album-list/)){\nresult=String(result).replace(/\\[/,'[{\"text\":\"'+book.name+'\",\"url\":\"'+baseUrl+'\"},')\n}\nresult\n</js>\n$.[*]",
      "chapterName": "$.title||$.text",
      "chapterUrl": "<js>\nif(baseUrl.match(/get-album-list/)){\nresult=\"{{$.album_id}}\"?\"/api/user/get-album-info?album_id={{$.album_id}}\":\"{{$.url}}\";\n}else if(baseUrl.match(/get-album-catalog/)){\tresult=\"/api/post/get-detail?post_id={{$.post_id}}&album_id={{$.album_ids[0]}}\"\n\t}\n</js>",
      "isVip": "",
      "updateTime": "{{$.content_length}}字 💰{{$.min_price}} 目录总数：{{$.post_count}}\n<js>\ntime=\"{{$.publish_time}}\"?java.timeFormat(\"{{$.publish_time}}000\"):\"\"\nresult=time+\" \"+result\n</js>\n##💰0\\.00| 字 💰| 目录总数：$"
    },
    "searchUrl": "/api/creator/list?page={{page}}&type=hot&category_id=&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "发现除排行榜外均为免费分类",
    "bookSourceGroup": "免费",
    "bookSourceName": "🔰 纵横中文",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.zongheng.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 772,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"༺ˇ»`ʚ 排行 ɞ´«ˇ༻\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"月票榜\",\"url\":\"https://www.zongheng.com/api/rank/details,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"cateFineId=0&cateType=0&pageNum={{page}}&pageSize=20&period=0&rankNo=&rankType=3\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"新书榜\",\"url\":\"https://www.zongheng.com/api/rank/details,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"cateFineId=0&cateType=0&pageNum={{page}}&pageSize=20&period=0&rankNo=&rankType=4\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"点击榜\",\"url\":\"https://www.zongheng.com/api/rank/details,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"cateFineId=0&cateType=0&pageNum={{page}}&pageSize=20&period=0&rankNo=&rankType=5\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"推荐榜\",\"url\":\"https://www.zongheng.com/api/rank/details,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"cateFineId=0&cateType=0&pageNum={{page}}&pageSize=20&period=0&rankNo=&rankType=6\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"捧场榜\",\"url\":\"https://www.zongheng.com/api/rank/details,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"cateFineId=0&cateType=0&pageNum={{page}}&pageSize=20&period=0&rankNo=&rankType=7\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"完结榜\",\"url\":\"https://www.zongheng.com/api/rank/details,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"cateFineId=0&cateType=0&pageNum={{page}}&pageSize=20&period=0&rankNo=&rankType=8\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"新书订阅榜\",\"url\":\"https://www.zongheng.com/api/rank/details,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"cateFineId=0&cateType=0&pageNum={{page}}&pageSize=20&period=0&rankNo=&rankType=9\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.47}},{\"title\":\"24小时畅销榜\",\"url\":\"https://www.zongheng.com/api/rank/details,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"cateFineId=0&cateType=0&pageNum={{page}}&pageSize=20&period=0&rankNo=&rankType=3\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.47}},{\"title\":\"24小时更新榜\",\"url\":\"https://www.zongheng.com/api/rank/details,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"cateFineId=0&cateType=0&pageNum={{page}}&pageSize=20&period=0&rankNo=&rankType=10\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.47}},{\"title\":\"作者人气榜\",\"url\":\"https://www.zongheng.com/api/rank/details,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"cateFineId=0&cateType=0&pageNum={{page}}&pageSize=20&period=0&rankNo=&rankType=12\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.47}},{\"title\":\"༺ˇ»`ʚ 男生免费 ɞ´«ˇ༻\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"全部\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=0&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&pageNum={{page}}&pageSize=20&categoryId=0&categoryPid=0\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"完本\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=0&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=1&vip=0&totalWold=0&categoryId=0&categoryPid=0&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"玄幻\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6101&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6101&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"王朝争霸\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6101&bookType=0&subWorksTypes=6201&totalWord=0&serialStatus=9&vip=0&categoryId=6201&categoryPid=6101&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"异世大陆\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6101&bookType=0&subWorksTypes=6202&totalWord=0&serialStatus=9&vip=0&categoryId=6202&categoryPid=6101&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"东方玄幻\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6101&bookType=0&subWorksTypes=6203&totalWord=0&serialStatus=9&vip=0&categoryId=6203&categoryPid=6101&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"转世重生\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6101&bookType=0&subWorksTypes=6204&totalWord=0&serialStatus=9&vip=0&categoryId=6204&categoryPid=6101&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"上古神话\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6101&bookType=0&subWorksTypes=6205&totalWord=0&serialStatus=9&vip=0&categoryId=6205&categoryPid=6101&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"绝世无敌\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6101&bookType=0&subWorksTypes=6206&totalWord=0&serialStatus=9&vip=0&categoryId=6206&categoryPid=6101&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"系统升级\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6101&bookType=0&subWorksTypes=6207&totalWord=0&serialStatus=9&vip=0&categoryId=6207&categoryPid=6101&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"高武世界\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6101&bookType=0&subWorksTypes=6208&totalWord=0&serialStatus=9&vip=0&categoryId=6208&categoryPid=6101&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"仙侠\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6102&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6102&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"奇幻修真\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6102&bookType=0&subWorksTypes=6231&totalWord=0&serialStatus=9&vip=0&categoryId=6231&categoryPid=6102&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"古典仙侠\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6102&bookType=0&subWorksTypes=6232&totalWord=0&serialStatus=9&vip=0&categoryId=6232&categoryPid=6102&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"现代修真\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6102&bookType=0&subWorksTypes=6233&totalWord=0&serialStatus=9&vip=0&categoryId=6233&categoryPid=6102&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"修仙系统\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6102&bookType=0&subWorksTypes=6234&totalWord=0&serialStatus=9&vip=0&categoryId=6234&categoryPid=6102&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"洪荒神话\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6102&bookType=0&subWorksTypes=6235&totalWord=0&serialStatus=9&vip=0&categoryId=6235&categoryPid=6102&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"修真文明\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6102&bookType=0&subWorksTypes=6236&totalWord=0&serialStatus=9&vip=0&categoryId=6236&categoryPid=6102&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"历史\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6103&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6103&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"历史传记\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6103&bookType=0&subWorksTypes=6261&totalWord=0&serialStatus=9&vip=0&categoryId=6261&categoryPid=6103&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"架空历史\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6103&bookType=0&subWorksTypes=6262&totalWord=0&serialStatus=9&vip=0&categoryId=6262&categoryPid=6103&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"穿越历史\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6103&bookType=0&subWorksTypes=6263&totalWord=0&serialStatus=9&vip=0&categoryId=6263&categoryPid=6103&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"唐宋元明\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6103&bookType=0&subWorksTypes=6264&totalWord=0&serialStatus=9&vip=0&categoryId=6264&categoryPid=6103&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"秦汉三国\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6103&bookType=0&subWorksTypes=6265&totalWord=0&serialStatus=9&vip=0&categoryId=6265&categoryPid=6103&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"外国历史\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6103&bookType=0&subWorksTypes=6266&totalWord=0&serialStatus=9&vip=0&categoryId=6266&categoryPid=6103&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"谍战特工\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6103&bookType=0&subWorksTypes=6267&totalWord=0&serialStatus=9&vip=0&categoryId=6267&categoryPid=6103&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"抗日烽火\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6103&bookType=0&subWorksTypes=6268&totalWord=0&serialStatus=9&vip=0&categoryId=6268&categoryPid=6103&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"都市\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"江湖情仇\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=6291&totalWord=0&serialStatus=9&vip=0&categoryId=6291&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"都市重生\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=6292&totalWord=0&serialStatus=9&vip=0&categoryId=6292&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"都市异能\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=6293&totalWord=0&serialStatus=9&vip=0&categoryId=6293&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"都市生活\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=6294&totalWord=0&serialStatus=9&vip=0&categoryId=6294&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"现实题材\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=6295&totalWord=0&serialStatus=9&vip=0&categoryId=6295&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"职场商战\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=6296&totalWord=0&serialStatus=9&vip=0&categoryId=6296&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"青春校园\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=6297&totalWord=0&serialStatus=9&vip=0&categoryId=6297&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"灵气复苏\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=6298&totalWord=0&serialStatus=9&vip=0&categoryId=6298&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"明星娱乐\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=6299&totalWord=0&serialStatus=9&vip=0&categoryId=6299&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"乡村生活\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=6300&totalWord=0&serialStatus=9&vip=0&categoryId=6300&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"科幻\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6105&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6105&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"未来世界\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6105&bookType=0&subWorksTypes=6321&totalWord=0&serialStatus=9&vip=0&categoryId=6321&categoryPid=6105&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"诸天万界\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6105&bookType=0&subWorksTypes=6322&totalWord=0&serialStatus=9&vip=0&categoryId=6322&categoryPid=6105&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"末世求生\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6105&bookType=0&subWorksTypes=6323&totalWord=0&serialStatus=9&vip=0&categoryId=6323&categoryPid=6105&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"进化变异\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6105&bookType=0&subWorksTypes=6324&totalWord=0&serialStatus=9&vip=0&categoryId=6324&categoryPid=6105&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"星际争霸\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6105&bookType=0&subWorksTypes=6325&totalWord=0&serialStatus=9&vip=0&categoryId=6325&categoryPid=6105&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"星际机甲\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6105&bookType=0&subWorksTypes=6326&totalWord=0&serialStatus=9&vip=0&categoryId=6326&categoryPid=6105&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"武侠\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6106&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6106&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"新派武侠\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6106&bookType=0&subWorksTypes=6351&totalWord=0&serialStatus=9&vip=0&categoryId=6351&categoryPid=6106&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"传统武侠\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6106&bookType=0&subWorksTypes=6352&totalWord=0&serialStatus=9&vip=0&categoryId=6352&categoryPid=6106&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"奇幻\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6107&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6107&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"异术超能\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6107&bookType=0&subWorksTypes=6381&totalWord=0&serialStatus=9&vip=0&categoryId=6381&categoryPid=6107&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"西方奇幻\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6107&bookType=0&subWorksTypes=6382&totalWord=0&serialStatus=9&vip=0&categoryId=6382&categoryPid=6107&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"魔法校园\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6107&bookType=0&subWorksTypes=6383&totalWord=0&serialStatus=9&vip=0&categoryId=6383&categoryPid=6107&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"吸血传奇\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6107&bookType=0&subWorksTypes=6384&totalWord=0&serialStatus=9&vip=0&categoryId=6384&categoryPid=6107&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"变身情缘\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6107&bookType=0&subWorksTypes=6385&totalWord=0&serialStatus=9&vip=0&categoryId=6385&categoryPid=6107&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"奇闻轶事\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6108&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6108&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"推理悬疑\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6108&bookType=0&subWorksTypes=6411&totalWord=0&serialStatus=9&vip=0&categoryId=6411&categoryPid=6108&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"恐怖灵异\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6108&bookType=0&subWorksTypes=6412&totalWord=0&serialStatus=9&vip=0&categoryId=6412&categoryPid=6108&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"探险诡闻\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6108&bookType=0&subWorksTypes=6413&totalWord=0&serialStatus=9&vip=0&categoryId=6413&categoryPid=6108&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"都市怪谈\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6108&bookType=0&subWorksTypes=6414&totalWord=0&serialStatus=9&vip=0&categoryId=6414&categoryPid=6108&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"神秘文化\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6108&bookType=0&subWorksTypes=6415&totalWord=0&serialStatus=9&vip=0&categoryId=6415&categoryPid=6108&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"游戏\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6109&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6109&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"电子竞技\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6109&bookType=0&subWorksTypes=6441&totalWord=0&serialStatus=9&vip=0&categoryId=6441&categoryPid=6109&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"虚拟网游\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6109&bookType=0&subWorksTypes=6442&totalWord=0&serialStatus=9&vip=0&categoryId=6442&categoryPid=6109&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"游戏衍生\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6109&bookType=0&subWorksTypes=6443&totalWord=0&serialStatus=9&vip=0&categoryId=6443&categoryPid=6109&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"游戏异界\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6109&bookType=0&subWorksTypes=6444&totalWord=0&serialStatus=9&vip=0&categoryId=6444&categoryPid=6109&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"N次元\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6110&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6110&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"原生幻想\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6110&bookType=0&subWorksTypes=6471&totalWord=0&serialStatus=9&vip=0&categoryId=6471&categoryPid=6110&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"衍生同人\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6110&bookType=0&subWorksTypes=6472&totalWord=0&serialStatus=9&vip=0&categoryId=6472&categoryPid=6110&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"游戏同人\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6110&bookType=0&subWorksTypes=6473&totalWord=0&serialStatus=9&vip=0&categoryId=6473&categoryPid=6110&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"轻小说\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6110&bookType=0&subWorksTypes=6474&totalWord=0&serialStatus=9&vip=0&categoryId=6474&categoryPid=6110&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"恋爱日常\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6110&bookType=0&subWorksTypes=6475&totalWord=0&serialStatus=9&vip=0&categoryId=6475&categoryPid=6110&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"体育\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6111&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6111&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"其他竞技\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6111&bookType=0&subWorksTypes=6501&totalWord=0&serialStatus=9&vip=0&categoryId=6501&categoryPid=6111&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"竞技比赛\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6111&bookType=0&subWorksTypes=6502&totalWord=0&serialStatus=9&vip=0&categoryId=6502&categoryPid=6111&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"足球天下\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6111&bookType=0&subWorksTypes=6503&totalWord=0&serialStatus=9&vip=0&categoryId=6503&categoryPid=6111&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"篮球风云\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6111&bookType=0&subWorksTypes=6504&totalWord=0&serialStatus=9&vip=0&categoryId=6504&categoryPid=6111&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"文集\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6112&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6112&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"个人文集\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6112&bookType=0&subWorksTypes=6531&totalWord=0&serialStatus=9&vip=0&categoryId=6531&categoryPid=6112&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"集体创作\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6112&bookType=0&subWorksTypes=6532&totalWord=0&serialStatus=9&vip=0&categoryId=6532&categoryPid=6112&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"༺ˇ»`ʚ 女生免费 ɞ´«ˇ༻\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"全部\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=0&bookType=1&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=0&categoryPid=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"完本\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=0&bookType=1&subWorksTypes=0&totalWord=0&serialStatus=1&vip=0&totalWold=0&naodongFilter=0&categoryId=0&categoryPid=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"古代言情\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6161&bookType=1&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=0&categoryPid=6161&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"宫闱宅斗\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6161&bookType=1&subWorksTypes=6561&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6561&categoryPid=6161&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"重生穿越\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6161&bookType=1&subWorksTypes=6562&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6562&categoryPid=6161&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"架空历史\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6161&bookType=1&subWorksTypes=6563&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6563&categoryPid=6161&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"种田经商\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6161&bookType=1&subWorksTypes=6564&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6564&categoryPid=6161&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"武侠江湖\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6161&bookType=1&subWorksTypes=6565&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6565&categoryPid=6161&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"都市言情\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6162&bookType=1&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=0&categoryPid=6162&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"职场情缘\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6162&bookType=1&subWorksTypes=6591&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6591&categoryPid=6162&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"现实生活\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6162&bookType=1&subWorksTypes=6592&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6592&categoryPid=6162&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"总裁豪门\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6162&bookType=1&subWorksTypes=6593&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6593&categoryPid=6162&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"都市重生\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6162&bookType=1&subWorksTypes=6594&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6594&categoryPid=6162&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"青春校园\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6162&bookType=1&subWorksTypes=6595&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6595&categoryPid=6162&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"娱乐明星\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6162&bookType=1&subWorksTypes=6596&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6596&categoryPid=6162&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"民国旧影\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6162&bookType=1&subWorksTypes=6597&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6597&categoryPid=6162&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"都市奇幻\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6162&bookType=1&subWorksTypes=6598&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6598&categoryPid=6162&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"幻想言情\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6163&bookType=1&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=0&categoryPid=6163&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"玄幻仙侠\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6163&bookType=1&subWorksTypes=6621&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6621&categoryPid=6163&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"未来科幻\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6163&bookType=1&subWorksTypes=6622&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6622&categoryPid=6163&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"灵异悬疑\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6163&bookType=1&subWorksTypes=6623&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6623&categoryPid=6163&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"无限快穿\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6163&bookType=1&subWorksTypes=6624&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6624&categoryPid=6163&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"异世幻想\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6163&bookType=1&subWorksTypes=6625&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6625&categoryPid=6163&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"远古大陆\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6163&bookType=1&subWorksTypes=6626&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6626&categoryPid=6163&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"衍生言情\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6164&bookType=1&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=0&categoryPid=6164&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"经典衍生\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6164&bookType=1&subWorksTypes=6651&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6651&categoryPid=6164&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"次元衍生\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6164&bookType=1&subWorksTypes=6652&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6652&categoryPid=6164&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"游戏竞技\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6165&bookType=1&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=0&categoryPid=6165&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"运动竞技\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6165&bookType=1&subWorksTypes=6681&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6681&categoryPid=6165&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"网游电竞\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6165&bookType=1&subWorksTypes=6682&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6682&categoryPid=6165&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"短篇美文\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6166&bookType=1&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=0&categoryPid=6166&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"散文诗歌\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6166&bookType=1&subWorksTypes=6711&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6711&categoryPid=6166&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"小说文集\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6166&bookType=1&subWorksTypes=6712&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6712&categoryPid=6166&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}}]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36\"}",
    "lastUpdateTime": 1745144180673,
    "loginUrl": "",
    "respondTime": 3070,
    "ruleBookInfo": {
      "author": "",
      "canReName": "",
      "coverUrl": "",
      "downloadUrls": "",
      "init": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".content@p@text"
    },
    "ruleExplore": {
      "author": "pseudonym||authorName",
      "bookList": "result.resultList||result.bookList",
      "bookUrl": "https://bookapi.zongheng.com/api/chapter/getChapterList,{\"method\":\"POST\",\"body\":\"bookId={$.bookId}\"}",
      "coverUrl": "bookCover||picUrl",
      "intro": "description",
      "kind": "{{$.cateFineName||$.categoryName}}\n{{$.latestChapterTime||$.orderColumnInfo}}\n连载{{$.serialStatus}}完结@js:result.replace(/连载1完结/g,'完结').replace(/连载0完结/g,'连载')",
      "lastChapter": "{{$.latestChapterName||$.theNewChapter}}{{$.latestChapterTime||$.orderColumnInfo}}",
      "name": "bookName||name",
      "wordCount": "number||totalWords"
    },
    "ruleSearch": {
      "author": "authorName",
      "bookList": "data.datas.list",
      "bookUrl": "https://bookapi.zongheng.com/api/chapter/getChapterList,{\"method\":\"POST\",\"body\":\"bookId={$.bookId}\"}",
      "checkKeyWord": "",
      "coverUrl": "https://static.zongheng.com/upload{{$.coverUrl}}",
      "intro": "description",
      "kind": "{{$.cateFineName&&$.tomeName&&$.catePName&&$.keyword&&$.updateTime}}\n连载{{$.serialStatus}}完结##\\<font color\\=\\\"RED\\\"\\>|\\<\\/font\\>\n@js:result.replace(/连载1完结/g,'完结').replace(/连载0完结/g,'连载')",
      "lastChapter": "chapterName&&updateTime",
      "name": "name##\\<font color\\=\\\"RED\\\"\\>|\\<\\/font\\>",
      "wordCount": "totalWord"
    },
    "ruleToc": {
      "chapterList": "result.chapterList[*].chapterViewList[*]",
      "chapterName": "chapterName",
      "chapterUrl": "https://read.zongheng.com/chapter/{$.bookId}/{$.chapterId}.html",
      "isVip": "level",
      "preUpdateJs": "",
      "updateTime": "{{$.createTime}} 字数：{{$.wordNums}}"
    },
    "searchUrl": "https://search.zongheng.com/search/book?keyword={{key}}&sort=null&pageNo=1&pageNum=20&isFromHuayu=0",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "万相书城",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.wxsck.com",
    "customButton": false,
    "customOrder": 773,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"玄幻·奇幻\",\n    \"url\": \"/nav/xuanhuan.html\"\n  },\n  {\n    \"title\": \"都市·娱乐\",\n    \"url\": \"/nav/dushi.html\"\n  },\n  {\n    \"title\": \"历史·军事\",\n    \"url\": \"/nav/lishi.html\"\n  },\n  {\n    \"title\": \"科幻·游戏\",\n    \"url\": \"/nav/kehuan.html\"\n  },\n  {\n    \"title\": \"恐怖·悬疑\",\n    \"url\": \"/nav/kongbu.html\"\n  },\n  {\n    \"title\": \"女生·言情\",\n    \"url\": \"/nav/yanqing.html\"\n  }\n]",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; U; Android 13; zh-Hans-CN; PFJM10 Build/TP1A.220905.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/135.0.4896.58 Quark/6.13.6.581 Mobile Safari/537.36\",\"Accept-Language\":\"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"}",
    "lastUpdateTime": 1746404426982,
    "respondTime": 12359,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "text.目录@href"
    },
    "ruleContent": {
      "content": "#cont-body@p@html",
      "nextContentUrl": ".text-center@a.-1@href"
    },
    "ruleExplore": {
      "author": "td.2@text",
      "bookList": "tbody@tr!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##(\\d+)##/uploads/cover/pic$1.jpg###",
      "name": "td.1@text##【下载】"
    },
    "ruleSearch": {
      "author": "td.1@text",
      "bookList": "tbody@tr",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##(\\d+)##/uploads/cover/pic$1.jpg###",
      "name": "a.0@text##《|》"
    },
    "ruleToc": {
      "chapterList": "#all-chapter@.item@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/plus/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "快眼看书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.booksky.cc#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 774,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734632877882,
    "loginUrl": "",
    "respondTime": 242,
    "ruleBookInfo": {
      "author": "class.novelinfo-l@tag.li.0@text##作者：",
      "coverUrl": "class.novelinfo-r@tag.a@tag.img@src",
      "intro": "class.novelintro@text##各位书友要是.*",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content",
      "lastChapter": "class.novelinfo-l@li@a@text",
      "name": "class.w-left@tag.h1@text"
    },
    "ruleContent": {
      "content": "id.chaptercontent@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.info@tag.span.1@text",
      "bookList": "class.librarylist@tag.li",
      "bookUrl": "class.info@tag.span.0@tag.a@href",
      "coverUrl": "class.pt-ll-l@tag.a@tag.img@src",
      "lastChapter": "class.last@tag.a@text",
      "name": "class.info@tag.span.0@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.fulldir@tag.ul@tag.li@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.booksky.cc/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🍎夜天连看",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yetianlian.cc",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 775,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1721730941164,
    "loginCheckJs": "",
    "loginUrl": "",
    "respondTime": 494,
    "ruleBookInfo": {
      "author": "class.info@tag.span.0@text##作者：",
      "canReName": "",
      "coverUrl": "class.cover@tag.img@src",
      "init": "",
      "intro": "class.intro@text##简介：|作者.*",
      "kind": "class.info@tag.span.1@text##分类：",
      "lastChapter": "class.info@class.last.1@tag.a@text&&class.info@class.last.0@text##更新时间：|..\\:.*",
      "name": "class.info@tag.h2@text",
      "tocUrl": "",
      "wordCount": "class.info@tag.span.3@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html",
      "imageStyle": "0",
      "nextContentUrl": "",
      "replaceRegex": "##http://www.yetianlian.com.*.html|请记住本书首发.*",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "class.author@text##作者：",
      "bookList": "class.bookbox",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src",
      "intro": "tag.p@text",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@tag.a@text",
      "name": "tag.h4@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.listmain@tag.dd!0:1:2:3:4:5:6:7:8:9:10:11",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://www.yetianlian.cc/s.php?ie=utf-8&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "肉书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.roushuwu.com",
    "customButton": false,
    "customOrder": 776,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻奇幻\",\"url\":\"/xuanhuan/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"武侠仙侠\",\"url\":\"/wuxia/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"都市言情\",\"url\":\"/dushi/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"历史穿越\",\"url\":\"/lishi/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"网游竞技\",\"url\":\"/wangyou/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"科幻穿越\",\"url\":\"/kehuan/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"恐怖惊悚\",\"url\":\"/kongbu/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"其他类型\",\"url\":\"/qita/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}}]",
    "lastUpdateTime": 1746066467995,
    "respondTime": 2392,
    "ruleBookInfo": {
      "coverUrl": ".catalog_pic img@src",
      "init": "",
      "intro": ".catalognovel_intro@html",
      "kind": ".catalognovel_type p@text"
    },
    "ruleContent": {
      "content": ".chapter_content@html"
    },
    "ruleExplore": {
      "author": ".novel_author a@text",
      "bookList": ".novel_box",
      "bookUrl": ".novel_name a@href",
      "coverUrl": "img@src",
      "intro": ".novel_intro@html",
      "lastChapter": ".novel_newest a@text",
      "name": ".novel_name a@text"
    },
    "ruleSearch": {
      "author": ".p3@text",
      "bookList": ".list_ul li",
      "bookUrl": ".p1 a@href",
      "coverUrl": "",
      "intro": "",
      "kind": ".p4@text&&.p5@text&&.p6@text",
      "lastChapter": ".p2 a@text",
      "name": ".p1 a@text"
    },
    "ruleToc": {
      "chapterList": ".listchapter.-1@ul@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "modules/article/search.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "//搜索间隔30秒",
    "bookSourceGroup": "免费",
    "bookSourceName": "全本小说🉑",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.apap.net",
    "bookUrlPattern": "http://www.iqb8.cc/[\\d_]+/",
    "customButton": false,
    "customOrder": 777,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/class/xuanhuan/{{page}}/\n修真::/class/xiuzhen/{{page}}/\n都市::/class/dushi/{{page}}/\n穿越::/class/chuanyue/{{page}}/\n网游::/class/wangyou/{{page}}/\n科幻::/class/kehuan/{{page}}/\n其他::/class/qita/{{page}}/\n全本::/quanben/class/{{page}}/",
    "header": "{\n\t\"x-requested-with\": \"XMLHttpRequest\",\n\t\"User-Agent\": \"Mozilla/5.0 (Linux; Android 10; SK) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 1737360106940,
    "respondTime": 6312,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\n\ta:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=lastest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": ".content@html",
      "nextContentUrl": "#next_url@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span@text",
      "bookList": ".category-div",
      "bookUrl": "a.1@href",
      "checkKeyWord": "剑来",
      "coverUrl": "img@data-original",
      "intro": ".intro@text",
      "kind": "0",
      "name": "h3@text"
    },
    "ruleToc": {
      "chapterList": ".info-chapters.1@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "@js:\nhp = java.ajax(source.key);\nsu = hp.match(/action=\"([^\"]+?)\"/)[1];\n\n`${su},{\n  \"body\": \"searchkey=${key}&Submit=\",\n  \"method\": \"POST\"\n}`",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "碧曲书库",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.biqugewx.info",
    "bookUrlPattern": "http://wap.biqugewx.info/wapbiquge/\\d+/",
    "customButton": false,
    "customOrder": 778,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/categor/1_{{page}}.html\n修真小说::/categor/2_{{page}}.html\n言情都市::/categor/3_{{page}}.html\n穿越小说::/categor/4_{{page}}.html\n纯爱小说::/categor/5_{{page}}.html\n网游小说::/categor/6_{{page}}.html\n科幻小说::/categor/7_{{page}}.html\n灵异小说::/categor/8_{{page}}.html\n散文诗词::/categor/9_{{page}}.html\n综合小说::/categor/10_{{page}}.html\n完本小说::/full/{{page}}.html",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9; MIX 2 Build/PKQ1.190118.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.99 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1723977600424,
    "respondTime": 15838,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property~=las?test_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}##分享书籍《.*》作者：.*",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": "#nr@textNodes",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": "ul.xbk",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "span.-2@text",
      "kind": "i@text",
      "name": "a.1@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": "ul.fk li",
      "bookUrl": "a.1@href",
      "checkKeyWord": "剑来",
      "kind": "a.0@text##\\[|\\]",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".bk:contains(全部章节)+ul li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "/s.php,{\n  \"body\": \"type=articlename&s={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "//2025.1.27by.◎辞晨◎",
    "bookSourceGroup": "免费",
    "bookSourceName": "无双小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.buxia.la/",
    "customButton": false,
    "customOrder": 779,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\npush(\"全部🌊分类\",null,1,1)\npush(\"🌊全部🌊\",`/all/{{page}}.html`,1,1)\npush(\"🌊完本🌊\",`/end/{{page}}.html`,1,1)\n\tarList=[\"玄幻魔法\",\"武侠修真\",\"都市言情\",\"历史军事\",\"网游动漫\",\"科幻星际\",\"恐怖灵异\",\"其他类型\"]\n\tarList.map((tag,index)=>{\n\t\turl=`/mulu/${index+1}/{{page}}.html`;\n\t\tpush(tag, url, 1, 0.25);\n\t\t});\n//java.log(JSON.stringify(sort))\nJSON.stringify(sort)",
    "header": "@js:\nJSON.stringify({\n  'User-Agent': \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0\",\n  'sec-ch-ua-platform': \"\\\"Android\\\"\",\n  'origin': baseUrl,\n  'x-requested-with': \"cn.mujiankeji.mbrowser\",\n  'referer': baseUrl,\n  'accept-language': \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"\n})",
    "lastUpdateTime": 1737913267167,
    "respondTime": 2519,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "<js>\nresult=java.getElements(\"#txt p\")\nresult.sort((a,b)=>a.attr(\"data-id\")-b.attr(\"data-id\"))\nresult.select(\"p\")\n</js>\n##.*第\\d\\/\\d页.*|.*本章未完.*|.*www\\..*",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author.0@a@text",
      "bookList": ".bookbox",
      "bookUrl": "h4@a@href",
      "coverUrl": "img@data-original",
      "intro": "span.-1@text##简介：",
      "kind": ".author!0@text##更新时间：|阅读量：|分类：",
      "lastChapter": "a.-2@text",
      "name": "h4@a@text"
    },
    "ruleToc": {
      "chapterList": ".fulllistall@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "{{source.getKey()}}modules/article/search.php,{\n \"body\": \"searchkey={{key}}&action=login&submit=\",\n \"charset\": \"\", \n \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "注：小说可下载到本地，若想下载到本地看，把左上角的类型“文本”改为“文件”。",
    "bookSourceGroup": "免费",
    "bookSourceName": "宝来小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.baolaixsw.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 780,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n    \"User-Agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36\",     \n    \"Cookie\":\"sex=boy; Hm_lvt_53a3d964cd3d0a27619f2b08f668c15e=1684636871\",\n    \"Referer\": \"https://www.baolaishiye.com\"\n\n}",
    "lastUpdateTime": 1731219705168,
    "loginUrl": "",
    "respondTime": 11549,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "canReName": "",
      "coverUrl": "[property=\"og:image\"]@content\n@js:id=result.match(/((\\d+)\\/(\\d+))/)[1];\njava.put('id',id)\n'https://cdn.baolaishiye.com/'+id+'.jpg'",
      "downloadUrls": "http://txt.baolaishiye.com/all/@get:{id}/@get:{book_name}@www.baolaixsw.com.zip",
      "intro": "🔔 更新时间：{{@@[property=\"og:novel:update_time\"]@content##T##🔸}}\n\n📂 内容简介：{{@@[property=\"og:description\"]@content##.*观看小说:}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##T.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content\n@put:{book_name:'[property=\"og:novel:book_name\"]@content'}",
      "tocUrl": "[property=\"og:novel:read_url\"]@content",
      "wordCount": ".count span.1@text"
    },
    "ruleContent": {
      "content": "#content p!-1@html",
      "imageStyle": "",
      "nextContentUrl": "#pager_next@href"
    },
    "ruleExplore": {
      "author": "dd span.1@text",
      "bookList": ".sitebox dl",
      "bookUrl": "a.0@href\n@js:id=result.match(/(\\d+)/)[1];\n\"https://www.baolaixsw.com/shu\"+id+\".html\"",
      "coverUrl": "img@src",
      "intro": ".book_des@text",
      "kind": ".uptime@text",
      "lastChapter": "dd a.-1@text",
      "name": "h3 a@text"
    },
    "ruleSearch": {
      "author": "dd span.0@text",
      "bookList": "#sitembox dl",
      "bookUrl": "a.0@href\n@js:id=result.match(/(\\d+)/)[1];\n\"https://www.baolaishiye.com/shu\"+id+\".html\"",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "intro": ".book_des@text",
      "kind": "dd span.2:1:4@text",
      "lastChapter": "dd a.1@text",
      "name": "h3 a@text",
      "wordCount": "dd span.3@text"
    },
    "ruleToc": {
      "chapterList": "dd a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://www.baolaixsw.com/search.html,{\n  \"body\": \"searchtype=all&searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "五五读书",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.changduzw.com",
    "customButton": false,
    "customOrder": 781,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "总点击榜::/top/allvisit_{{page}}/\n月点击榜::/top/monthvisit_{{page}}/\n周点击榜::/top/weekvisit_{{page}}/\n日点击榜::/top/dayvisit_{{page}}/\n总收藏榜::/top/goodnum_{{page}}/\n总推荐榜::/top/weekvote_{{page}}/\n数字排行::/top/size_{{page}}/\n最近更新::/top/lastupdate_{{page}}/\n最新入库::/top/postdate_{{page}}/\n完本小说::/modules/article/articlelist.php/?fullflag=1&page={{page}}\n玄幻魔法::/fenlei/1_{{page}}/\n仙侠修真::/fenlei/2_{{page}}/\n都市言情::/fenlei/3_{{page}}/\n历史军事::/fenlei/4_{{page}}/\n网游竞技::/fenlei/5_{{page}}/\n科幻小说::/fenlei/6_{{page}}/\n恐怖灵异::/fenlei/7_{{page}}/\n其他小说::/fenlei/8_{{page}}/",
    "lastUpdateTime": 1748429405082,
    "respondTime": 2020,
    "ruleBookInfo": {
      "author": ".status@.author@text",
      "coverUrl": ".imgbox@img@data-src",
      "intro": ".jianjie@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".status@a.0@text&&.status@span.-1:0@text##小说",
      "lastChapter": ".status@a.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]|K",
      "name": ".status@h1@text",
      "tocUrl": ".read@href"
    },
    "ruleContent": {
      "content": "id.htmlContent@html",
      "replaceRegex": "##欢迎广大书友.*|.*55读书.*|.*520小说.*"
    },
    "ruleExplore": {
      "author": ".sp_3@text",
      "bookList": ".sk_cont@li!0",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "kind": ".sp_1,.sp_6,.sp_4@text##\\[|\\]|小说",
      "name": ".sp_2@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "tbody@tr!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.5:4@text",
      "lastChapter": "a.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".mulu_list@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]|K",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"method\": \"post\",\n  \"body\": \"searchkey={{key}}&searchtype=articlename&submit=\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "番薯小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://ggs.manmeng.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 782,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"男生全部\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"全部\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"都市\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"都市\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"系统\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"重生\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"重生\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"历史\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"玄幻\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"末日\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"末日\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神豪\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"神豪\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"洪荒\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"洪荒\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙侠\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"仙侠\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"穿越\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"游戏\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"游戏\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"签到\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"签到\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"战争\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"战争\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"直播\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"直播\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"科幻\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"影视\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"影视\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"大唐\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"大唐\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"武侠\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"盗墓\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"盗墓\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"体育\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"体育\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"僵尸\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"僵尸\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异能\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"异能\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奶爸\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"奶爸\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"三国\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"三国\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"海岛\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"海岛\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"灵异\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"灵异\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"明朝\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"明朝\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神医\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"神医\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"赘婿\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"赘婿\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"鉴宝\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"鉴宝\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"兵王\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"兵王\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"悬疑\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"悬疑\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"特种兵\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"特种兵\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐圈\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"娱乐圈\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"扮猪吃虎\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"扮猪吃虎\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女生全部\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"全部\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"现言\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"现言\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"重生\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"重生\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"穿越\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"豪门\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"豪门\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"快穿\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"快穿\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"年代\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"年代\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"种田\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"种田\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古言\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"古言\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻言\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"幻言\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"嫡女\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"嫡女\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"甜宠\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"甜宠\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"纯爱\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"纯爱\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"虐恋\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"虐恋\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"灵异\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"灵异\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女尊\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"女尊\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"兽世\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"兽世\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宠妻\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"宠妻\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"校园\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"校园\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"团宠\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"团宠\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"腹黑\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"腹黑\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"清穿\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"清穿\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"王妃\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"王妃\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青春\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"青春\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫斗\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"宫斗\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"影视\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"影视\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"萌宝\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"萌宝\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"庶女\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"庶女\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐圈\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"娱乐圈\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}}]",
    "header": "{\"user-agent\": \"okhttp/3.14.9\"}",
    "lastUpdateTime": 1726150223924,
    "loginUrl": "",
    "respondTime": 2532,
    "ruleBookInfo": {
      "author": "{{java.get('author')}}",
      "coverUrl": "{{java.get('image_url')}}",
      "init": "",
      "intro": "{{java.get('short_copyright')}}\n简介：{{java.get('desc_info')}}",
      "kind": "",
      "lastChapter": "{{java.get('newest_chapter_name')}}",
      "name": "{{java.get('name')}}",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "data[0].content"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.data",
      "bookUrl": "https://ggs.manmeng168.com/v1/book/chapter_list?novel_id=@get:{id}",
      "coverUrl": "$.image_url",
      "intro": "$.desc_info",
      "kind": "{{$.category_name}}\n{{$.tag}}",
      "lastChapter": "$.newest_chapter_name@put:{newest_chapter_name:newest_chapter_name}",
      "name": "$.name@put:{id:id,name:name,author:author}",
      "wordCount": "$.word_count@put:{image_url:image_url,short_copyright:short_copyright,desc_info:desc_info,category_name:category_name,tag:tag}"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data.novel_list||$.data",
      "bookUrl": "https://ggs.manmeng168.com/v1/book/chapter_list?novel_id=@get:{id}",
      "coverUrl": "$.image_url",
      "intro": "$.desc_info",
      "kind": "{{$.category_name}}\n{{$.tag}}",
      "lastChapter": "$.newest_chapter_name@put:{newest_chapter_name:newest_chapter_name}",
      "name": "$.name@put:{id:id,name:name,author:author}",
      "wordCount": "$.word_count@put:{image_url:image_url,short_copyright:short_copyright,desc_info:desc_info,category_name:category_name,tag:tag,word_count:word_count,rank_score:rank_score}"
    },
    "ruleToc": {
      "chapterList": "$.data",
      "chapterName": "$.name",
      "chapterUrl": "https://ggs.manmeng168.com/v1/book/chapter_contents,{\"method\":\"POST\",\"body\":{\"chapter_ids\":\"{{$.chapter_id}}\",\"novelId\":{{java.get('id')}},\"api_key\":\"20009014\",\"api_secret\":\"deec381594ad4ccd\"}}",
      "updateTime": "{{java.timeFormat(java.getString('$.version')*1000)}}\n字数：{{$.word_count}}"
    },
    "searchUrl": "https://ggs.manmeng168.com/v1/search/do_search,{\"method\":\"POST\",\"body\":{\"keyword\":{{key}},\"page_index\":{{page}},\"page_size\":20}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "番薯小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://ggs.manmeng168.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 783,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"男生全部\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"全部\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"都市\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"都市\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"系统\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"重生\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"重生\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"历史\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"玄幻\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"末日\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"末日\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神豪\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"神豪\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"洪荒\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"洪荒\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙侠\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"仙侠\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"穿越\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"游戏\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"游戏\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"签到\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"签到\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"战争\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"战争\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"直播\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"直播\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"科幻\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"影视\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"影视\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"大唐\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"大唐\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"武侠\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"盗墓\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"盗墓\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"体育\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"体育\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"僵尸\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"僵尸\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异能\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"异能\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奶爸\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"奶爸\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"三国\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"三国\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"海岛\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"海岛\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"灵异\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"灵异\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"明朝\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"明朝\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神医\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"神医\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"赘婿\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"赘婿\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"鉴宝\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"鉴宝\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"兵王\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"兵王\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"悬疑\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"悬疑\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"特种兵\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"特种兵\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐圈\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"娱乐圈\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"扮猪吃虎\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"扮猪吃虎\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":1,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644412565516,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女生全部\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"全部\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"现言\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"现言\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"重生\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"重生\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"穿越\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"豪门\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"豪门\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"快穿\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"快穿\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"年代\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"年代\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"种田\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"种田\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古言\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"古言\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻言\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"幻言\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"嫡女\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"嫡女\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"甜宠\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"甜宠\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"纯爱\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"纯爱\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"虐恋\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"虐恋\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"灵异\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"灵异\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女尊\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"女尊\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"兽世\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"兽世\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宠妻\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"宠妻\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"校园\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"校园\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"团宠\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"团宠\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"腹黑\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"腹黑\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"清穿\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"清穿\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"王妃\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"王妃\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青春\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"青春\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫斗\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"宫斗\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"影视\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"影视\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"萌宝\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"萌宝\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"庶女\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"庶女\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐圈\",\"url\":\"https://ggs.manmeng168.com/v1/quick_app/resource/query_novel_rank,{'method':'POST','body':'{\\\"category_name\\\":\\\"娱乐圈\\\",\\\"complete_type\\\":0,\\\"count_type\\\":0,\\\"rank_type\\\":1,\\\"suit_gender\\\":2,\\\"page_index\\\":{{page}},\\\"androidid\\\":\\\"73b2463d6aeb1e32\\\",\\\"api_key\\\":\\\"20009016\\\",\\\"api_secret\\\":\\\"dbe89aab148abedc\\\",\\\"channel\\\":\\\"mm-android\\\",\\\"device_id\\\":\\\"fa89759f-6bef-4652-affb-dfc49bc80d67\\\",\\\"from_system\\\":\\\"mm-reader\\\",\\\"gender\\\":1,\\\"hardware_id\\\":\\\"4E9FD350C6A5D13696053DCDD7C53C0266DFF7D0\\\",\\\"mode\\\":\\\"prod\\\",\\\"model\\\":\\\"Xiaomi MI PAD 4\\\",\\\"net_type\\\":\\\"WIFI\\\",\\\"oaid\\\":\\\"5a674f6928d90c0f\\\",\\\"operate_time\\\":1644415792316,\\\"osid\\\":\\\"Android\\\",\\\"teenagers_mode\\\":0,\\\"uid\\\":\\\"11861509\\\",\\\"version\\\":\\\"1.4.2\\\"}'}\",\"style\":{\"layout_flexGrow\":1}}]",
    "header": "{\"user-agent\": \"okhttp/3.14.9\"}",
    "lastUpdateTime": 1726150223924,
    "loginUrl": "",
    "respondTime": 2522,
    "ruleBookInfo": {
      "author": "{{java.get('author')}}",
      "coverUrl": "{{java.get('image_url')}}",
      "init": "",
      "intro": "{{java.get('short_copyright')}}\n简介：{{java.get('desc_info')}}",
      "kind": "",
      "lastChapter": "{{java.get('newest_chapter_name')}}",
      "name": "{{java.get('name')}}",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "data[0].content"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.data",
      "bookUrl": "https://ggs.manmeng168.com/v1/book/chapter_list?novel_id=@get:{id}",
      "coverUrl": "$.image_url",
      "intro": "$.desc_info",
      "kind": "{{$.category_name}}\n{{$.tag}}",
      "lastChapter": "$.newest_chapter_name@put:{newest_chapter_name:newest_chapter_name}",
      "name": "$.name@put:{id:id,name:name,author:author}",
      "wordCount": "$.word_count@put:{image_url:image_url,short_copyright:short_copyright,desc_info:desc_info,category_name:category_name,tag:tag}"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data.novel_list||$.data",
      "bookUrl": "https://ggs.manmeng168.com/v1/book/chapter_list?novel_id=@get:{id}",
      "coverUrl": "$.image_url",
      "intro": "$.desc_info",
      "kind": "{{$.category_name}}\n{{$.tag}}",
      "lastChapter": "$.newest_chapter_name@put:{newest_chapter_name:newest_chapter_name}",
      "name": "$.name@put:{id:id,name:name,author:author}",
      "wordCount": "$.word_count@put:{image_url:image_url,short_copyright:short_copyright,desc_info:desc_info,category_name:category_name,tag:tag,word_count:word_count,rank_score:rank_score}"
    },
    "ruleToc": {
      "chapterList": "$.data",
      "chapterName": "$.name",
      "chapterUrl": "https://ggs.manmeng168.com/v1/book/chapter_contents,{\"method\":\"POST\",\"body\":{\"chapter_ids\":\"{{$.chapter_id}}\",\"novelId\":{{java.get('id')}},\"api_key\":\"20009014\",\"api_secret\":\"deec381594ad4ccd\"}}",
      "updateTime": "{{java.timeFormat(java.getString('$.version')*1000)}}\n字数：{{$.word_count}}"
    },
    "searchUrl": "https://ggs.manmeng168.com/v1/search/do_search,{\"method\":\"POST\",\"body\":{\"keyword\":{{key}},\"page_index\":{{page}},\"page_size\":20}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "松鹤阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "DQuestQBall#001",
    "customButton": false,
    "customOrder": 784,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"　　　　　　 男频分类 　　　　　　\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"　　　　　　 都市 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1505&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"都市生活\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1505&start={{page}}&count=20&sub=都市生活\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异术超能\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1505&start={{page}}&count=20&sub=异术超能\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐明星\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1505&start={{page}}&count=20&sub=娱乐明星\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"商战职场\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1505&start={{page}}&count=20&sub=商战职场\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青春校园\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1505&start={{page}}&count=20&sub=青春校园\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 玄幻 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1501&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"异世大陆\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1501&start={{page}}&count=20&sub=异世大陆\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"东方玄幻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1501&start={{page}}&count=20&sub=东方玄幻\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"高武世界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1501&start={{page}}&count=20&sub=高武世界\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"王朝争霸\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1501&start={{page}}&count=20&sub=王朝争霸\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 仙侠 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1504&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"幻想修仙\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1504&start={{page}}&count=20&sub=幻想修仙\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神话修真\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1504&start={{page}}&count=20&sub=神话修真\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古典仙侠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1504&start={{page}}&count=20&sub=古典仙侠\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"修真文明\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1504&start={{page}}&count=20&sub=修真文明\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代修真\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1504&start={{page}}&count=20&sub=现代修真\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 奇幻 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1502&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"史诗奇幻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1502&start={{page}}&count=20&sub=史诗奇幻\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"另类幻想\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1502&start={{page}}&count=20&sub=另类幻想\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"剑与魔法\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1502&start={{page}}&count=20&sub=剑与魔法\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代魔法\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1502&start={{page}}&count=20&sub=现代魔法\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史神话\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1502&start={{page}}&count=20&sub=历史神话\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 历史 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1506&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"架空历史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1506&start={{page}}&count=20&sub=架空历史\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"秦汉三国\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1506&start={{page}}&count=20&sub=秦汉三国\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"两宋元明\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1506&start={{page}}&count=20&sub=两宋元明\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"两晋隋唐\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1506&start={{page}}&count=20&sub=两晋隋唐\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史传记\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1506&start={{page}}&count=20&sub=历史传记\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"上古先秦\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1506&start={{page}}&count=20&sub=上古先秦\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"清史民国\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1506&start={{page}}&count=20&sub=清史民国\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"外国历史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1506&start={{page}}&count=20&sub=外国历史\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 军事 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1507&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"抗战烽火\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1507&start={{page}}&count=20&sub=抗战烽火\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"战争幻想\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1507&start={{page}}&count=20&sub=战争幻想\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"谍战特工\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1507&start={{page}}&count=20&sub=谍战特工\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"军旅生涯\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1507&start={{page}}&count=20&sub=军旅生涯\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"军事战争\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1507&start={{page}}&count=20&sub=军事战争\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 科幻空间 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1509&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"末世危机\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1509&start={{page}}&count=20&sub=末世危机\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时空穿梭\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1509&start={{page}}&count=20&sub=时空穿梭\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"进化变异\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1509&start={{page}}&count=20&sub=进化变异\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"未来世界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1509&start={{page}}&count=20&sub=未来世界\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"星际文明\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1509&start={{page}}&count=20&sub=星际文明\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"超级科技\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1509&start={{page}}&count=20&sub=超级科技\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古武机甲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1509&start={{page}}&count=20&sub=古武机甲\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 悬疑侦探 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1508&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"　　　　　　 游戏竞技 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1510&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"虚拟网游\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1510&start={{page}}&count=20&sub=虚拟网游\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"游戏异界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1510&start={{page}}&count=20&sub=游戏异界\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"电子竞技\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1510&start={{page}}&count=20&sub=电子竞技\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"游戏系统\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1510&start={{page}}&count=20&sub=游戏系统\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"游戏主播\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1510&start={{page}}&count=20&sub=游戏主播\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 武侠 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1503&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"传统武侠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1503&start={{page}}&count=20&sub=传统武侠\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武侠幻想\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1503&start={{page}}&count=20&sub=武侠幻想\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武侠同人\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1503&start={{page}}&count=20&sub=武侠同人\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古武未来\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1503&start={{page}}&count=20&sub=古武未来\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"国术无双\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1503&start={{page}}&count=20&sub=国术无双\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 体育 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1511&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"篮球运动\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1511&start={{page}}&count=20&sub=篮球运动\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"足球运动\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1511&start={{page}}&count=20&sub=足球运动\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"体育赛事\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1511&start={{page}}&count=20&sub=体育赛事\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 轻小说 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1512&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"衍生同人\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1512&start={{page}}&count=20&sub=衍生同人\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"原生幻想\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1512&start={{page}}&count=20&sub=原生幻想\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"搞笑吐槽\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1512&start={{page}}&count=20&sub=搞笑吐槽\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 短篇 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1515&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"短篇小说\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1515&start={{page}}&count=20&sub=短篇小说\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"生活随笔\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1515&start={{page}}&count=20&sub=生活随笔\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"影视剧本\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1515&start={{page}}&count=20&sub=影视剧本\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"诗歌散文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1515&start={{page}}&count=20&sub=诗歌散文\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人物传记\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1515&start={{page}}&count=20&sub=人物传记\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"美文游记\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1515&start={{page}}&count=20&sub=美文游记\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"评论文集\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1515&start={{page}}&count=20&sub=评论文集\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 现实 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1499&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"现实百态\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1499&start={{page}}&count=20&sub=现实百态\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"爱情婚姻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1499&start={{page}}&count=20&sub=爱情婚姻\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"成功励志\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1499&start={{page}}&count=20&sub=成功励志\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"社会乡土\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1499&start={{page}}&count=20&sub=社会乡土\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青春文学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1499&start={{page}}&count=20&sub=青春文学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"文学艺术\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1499&start={{page}}&count=20&sub=文学艺术\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 女频分类 　　　　　　\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"　　　　　　 现代言情 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1524&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"婚恋情缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1524&start={{page}}&count=20&sub=婚恋情缘\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"豪门世家\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1524&start={{page}}&count=20&sub=豪门世家\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市生活\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1524&start={{page}}&count=20&sub=都市生活\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐明星\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1524&start={{page}}&count=20&sub=娱乐明星\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市异能\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1524&start={{page}}&count=20&sub=都市异能\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"商战职场\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1524&start={{page}}&count=20&sub=商战职场\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"民国情缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1524&start={{page}}&count=20&sub=民国情缘\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"官场沉浮\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1524&start={{page}}&count=20&sub=官场沉浮\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 古代言情 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1523&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"古典架空\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1523&start={{page}}&count=20&sub=古典架空\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越奇情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1523&start={{page}}&count=20&sub=穿越奇情\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古代情缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1523&start={{page}}&count=20&sub=古代情缘\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫闱宅斗\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1523&start={{page}}&count=20&sub=宫闱宅斗\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"经商种田\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1523&start={{page}}&count=20&sub=经商种田\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女尊王朝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1523&start={{page}}&count=20&sub=女尊王朝\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"热血江湖\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1523&start={{page}}&count=20&sub=热血江湖\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"上古蛮荒\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1523&start={{page}}&count=20&sub=上古蛮荒\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 悬疑侦探 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1518&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"推理侦探\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1518&start={{page}}&count=20&sub=推理侦探\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"悬疑探险\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1518&start={{page}}&count=20&sub=悬疑探险\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神秘文化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1518&start={{page}}&count=20&sub=神秘文化\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"恐怖惊悚\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1518&start={{page}}&count=20&sub=恐怖惊悚\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幽冥情缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1518&start={{page}}&count=20&sub=幽冥情缘\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 仙侠奇缘 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1517&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"古典仙侠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1517&start={{page}}&count=20&sub=古典仙侠\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙侣奇缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1517&start={{page}}&count=20&sub=仙侣奇缘\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武侠情缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1517&start={{page}}&count=20&sub=武侠情缘\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代修真\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1517&start={{page}}&count=20&sub=现代修真\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"远古洪荒\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1517&start={{page}}&count=20&sub=远古洪荒\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 玄幻言情 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1516&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"东方玄幻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1516&start={{page}}&count=20&sub=东方玄幻\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异世大陆\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1516&start={{page}}&count=20&sub=异世大陆\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"魔法幻情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1516&start={{page}}&count=20&sub=魔法幻情\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异能超术\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1516&start={{page}}&count=20&sub=异能超术\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异族恋情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1516&start={{page}}&count=20&sub=异族恋情\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西方奇幻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1516&start={{page}}&count=20&sub=西方奇幻\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"远古神话\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1516&start={{page}}&count=20&sub=远古神话\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 浪漫青春 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1522&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"青春校园\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1522&start={{page}}&count=20&sub=青春校园\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青春纯爱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1522&start={{page}}&count=20&sub=青春纯爱\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青春疼痛\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1522&start={{page}}&count=20&sub=青春疼痛\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"叛逆成长\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1522&start={{page}}&count=20&sub=叛逆成长\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 科幻空间 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1519&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"时空穿梭\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1519&start={{page}}&count=20&sub=时空穿梭\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"末世危机\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1519&start={{page}}&count=20&sub=末世危机\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"未来世界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1519&start={{page}}&count=20&sub=未来世界\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"星际恋歌\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1519&start={{page}}&count=20&sub=星际恋歌\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"超级科技\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1519&start={{page}}&count=20&sub=超级科技\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"进化变异\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1519&start={{page}}&count=20&sub=进化变异\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古武机甲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1519&start={{page}}&count=20&sub=古武机甲\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 游戏竞技 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1520&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"网游情缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1520&start={{page}}&count=20&sub=网游情缘\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"电子竞技\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1520&start={{page}}&count=20&sub=电子竞技\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"游戏异界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1520&start={{page}}&count=20&sub=游戏异界\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"体育竞技\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1520&start={{page}}&count=20&sub=体育竞技\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 纯爱 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1707&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"婚恋情缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1707&start={{page}}&count=20&sub=婚恋情缘\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时空穿梭\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1707&start={{page}}&count=20&sub=时空穿梭\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越奇情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1707&start={{page}}&count=20&sub=穿越奇情\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古典架空\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1707&start={{page}}&count=20&sub=古典架空\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古代情缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1707&start={{page}}&count=20&sub=古代情缘\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市生活\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1707&start={{page}}&count=20&sub=都市生活\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 出版文学 　　　　　　\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"　　　　　　 小说 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1688&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"社会\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1688&start={{page}}&count=20&sub=社会\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"情感\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1688&start={{page}}&count=20&sub=情感\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"侦探/悬疑/推理\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1688&start={{page}}&count=20&sub=侦探/悬疑/推理\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"作品集\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1688&start={{page}}&count=20&sub=作品集\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1688&start={{page}}&count=20&sub=历史\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1688&start={{page}}&count=20&sub=科幻\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1688&start={{page}}&count=20&sub=武侠\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"世界名著\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1688&start={{page}}&count=20&sub=世界名著\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 励志 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1690&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"成功/激励\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1690&start={{page}}&count=20&sub=成功/激励\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"心灵与修养\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1690&start={{page}}&count=20&sub=心灵与修养\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青少年励志\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1690&start={{page}}&count=20&sub=青少年励志\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人际交往\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1690&start={{page}}&count=20&sub=人际交往\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人生哲学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1690&start={{page}}&count=20&sub=人生哲学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"口才/演讲/辩论\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1690&start={{page}}&count=20&sub=口才/演讲/辩论\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人在职场\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1690&start={{page}}&count=20&sub=人在职场\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女性励志\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1690&start={{page}}&count=20&sub=女性励志\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 心理 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1466&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"心理百科\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1466&start={{page}}&count=20&sub=心理百科\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"心理学经典著作\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1466&start={{page}}&count=20&sub=心理学经典著作\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"心理学入门\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1466&start={{page}}&count=20&sub=心理学入门\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"应用心理学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1466&start={{page}}&count=20&sub=应用心理学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人格心理学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1466&start={{page}}&count=20&sub=人格心理学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"心灵疗愈\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1466&start={{page}}&count=20&sub=心灵疗愈\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"心理学理论与研究\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1466&start={{page}}&count=20&sub=心理学理论与研究\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"社会心理学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1466&start={{page}}&count=20&sub=社会心理学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 军事 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1697&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"武器装备\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1697&start={{page}}&count=20&sub=武器装备\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"军事理论\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1697&start={{page}}&count=20&sub=军事理论\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"世界军事\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1697&start={{page}}&count=20&sub=世界军事\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"军事文学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1697&start={{page}}&count=20&sub=军事文学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"军事史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1697&start={{page}}&count=20&sub=军事史\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"经典军事著作\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1697&start={{page}}&count=20&sub=经典军事著作\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"战略战术战役\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1697&start={{page}}&count=20&sub=战略战术战役\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"中国军事\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1697&start={{page}}&count=20&sub=中国军事\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 政治 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1464&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"政治理论\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1464&start={{page}}&count=20&sub=政治理论\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"党政读物\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1464&start={{page}}&count=20&sub=党政读物\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"中国政治\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1464&start={{page}}&count=20&sub=中国政治\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"世界政治\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1464&start={{page}}&count=20&sub=世界政治\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"法律普及读物\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1464&start={{page}}&count=20&sub=法律普及读物\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"政治热点\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1464&start={{page}}&count=20&sub=政治热点\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"公共管理\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1464&start={{page}}&count=20&sub=公共管理\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"法律法规\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1464&start={{page}}&count=20&sub=法律法规\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 文学 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1692&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"中国现当代随笔\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1692&start={{page}}&count=20&sub=中国现当代随笔\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"文集\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1692&start={{page}}&count=20&sub=文集\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"中国现当代诗歌\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1692&start={{page}}&count=20&sub=中国现当代诗歌\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"纪实文学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1692&start={{page}}&count=20&sub=纪实文学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"文学评论与鉴赏\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1692&start={{page}}&count=20&sub=文学评论与鉴赏\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"名家作品\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1692&start={{page}}&count=20&sub=名家作品\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"中国古诗词\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1692&start={{page}}&count=20&sub=中国古诗词\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"文学理论\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1692&start={{page}}&count=20&sub=文学理论\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 文化 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"文学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=文学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"中国文化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=中国文化\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"文化史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=文化史\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"地域文化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=地域文化\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"民族文化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=民族文化\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"艺术理论\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=艺术理论\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"国学普及读物\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=国学普及读物\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"文化理论\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=文化理论\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 历史 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1693&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"历史普及读物\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1693&start={{page}}&count=20&sub=历史普及读物\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"中国史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1693&start={{page}}&count=20&sub=中国史\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"世界史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1693&start={{page}}&count=20&sub=世界史\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"地方史志\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1693&start={{page}}&count=20&sub=地方史志\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史随笔\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1693&start={{page}}&count=20&sub=历史随笔\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"文物考古\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1693&start={{page}}&count=20&sub=文物考古\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"史料典籍\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1693&start={{page}}&count=20&sub=史料典籍\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"史学理论\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1693&start={{page}}&count=20&sub=史学理论\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 社科 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1691&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"教育\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1691&start={{page}}&count=20&sub=教育\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"语言文字\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1691&start={{page}}&count=20&sub=语言文字\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"社会科学总论\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1691&start={{page}}&count=20&sub=社会科学总论\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"社会学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1691&start={{page}}&count=20&sub=社会学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"经典名家作品集\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1691&start={{page}}&count=20&sub=经典名家作品集\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人类学/人口学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1691&start={{page}}&count=20&sub=人类学/人口学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"新闻传播出版\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1691&start={{page}}&count=20&sub=新闻传播出版\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"民族学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1691&start={{page}}&count=20&sub=民族学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 养生 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1463&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"健康百科\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1463&start={{page}}&count=20&sub=健康百科\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"饮食健康\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1463&start={{page}}&count=20&sub=饮食健康\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"常见病预防和治疗\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1463&start={{page}}&count=20&sub=常见病预防和治疗\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"药膳食疗\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1463&start={{page}}&count=20&sub=药膳食疗\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"中医养生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1463&start={{page}}&count=20&sub=中医养生\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女性/儿童\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1463&start={{page}}&count=20&sub=女性/儿童\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"心理健康\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1463&start={{page}}&count=20&sub=心理健康\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"中老年养生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1463&start={{page}}&count=20&sub=中老年养生\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 投资 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1704&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"理财技巧\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1704&start={{page}}&count=20&sub=理财技巧\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女性理财\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1704&start={{page}}&count=20&sub=女性理财\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"证券/股票\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1704&start={{page}}&count=20&sub=证券/股票\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"投资指南\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1704&start={{page}}&count=20&sub=投资指南\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"外汇\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1704&start={{page}}&count=20&sub=外汇\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 经济 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1703&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"经济通俗读物\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1703&start={{page}}&count=20&sub=经济通俗读物\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"经济学理论\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1703&start={{page}}&count=20&sub=经济学理论\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"各部门经济\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1703&start={{page}}&count=20&sub=各部门经济\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"中国经济\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1703&start={{page}}&count=20&sub=中国经济\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"国际经济\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1703&start={{page}}&count=20&sub=国际经济\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"经济史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1703&start={{page}}&count=20&sub=经济史\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"经济法\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1703&start={{page}}&count=20&sub=经济法\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"财政税收\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1703&start={{page}}&count=20&sub=财政税收\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 亲子 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1683&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"家教方法\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1683&start={{page}}&count=20&sub=家教方法\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"育儿/亲子\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1683&start={{page}}&count=20&sub=育儿/亲子\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"孕产知识\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1683&start={{page}}&count=20&sub=孕产知识\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"素质教育\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1683&start={{page}}&count=20&sub=素质教育\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"母婴喂养/护理\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1683&start={{page}}&count=20&sub=母婴喂养/护理\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"胎教/早教\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1683&start={{page}}&count=20&sub=胎教/早教\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"家教理论\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1683&start={{page}}&count=20&sub=家教理论\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"养育女孩\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1683&start={{page}}&count=20&sub=养育女孩\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 管理 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1689&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"一般管理学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1689&start={{page}}&count=20&sub=一般管理学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"市场/营销\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1689&start={{page}}&count=20&sub=市场/营销\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"企业与企业家\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1689&start={{page}}&count=20&sub=企业与企业家\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"金融/投资\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1689&start={{page}}&count=20&sub=金融/投资\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"电子商务\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1689&start={{page}}&count=20&sub=电子商务\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"会计/财务\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1689&start={{page}}&count=20&sub=会计/财务\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"商业史传\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1689&start={{page}}&count=20&sub=商业史传\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"战略管理\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1689&start={{page}}&count=20&sub=战略管理\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 两性 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1696&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"恋爱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1696&start={{page}}&count=20&sub=恋爱\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"婚姻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1696&start={{page}}&count=20&sub=婚姻\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"婚恋综合\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1696&start={{page}}&count=20&sub=婚恋综合\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"性知识\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1696&start={{page}}&count=20&sub=性知识\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 哲学 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1701&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"中国哲学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1701&start={{page}}&count=20&sub=中国哲学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"哲学知识读物\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1701&start={{page}}&count=20&sub=哲学知识读物\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西方哲学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1701&start={{page}}&count=20&sub=西方哲学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"哲学经典著作\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1701&start={{page}}&count=20&sub=哲学经典著作\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"东方哲学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1701&start={{page}}&count=20&sub=东方哲学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"伦理学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1701&start={{page}}&count=20&sub=伦理学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"哲学理论与流派\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1701&start={{page}}&count=20&sub=哲学理论与流派\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"马克思哲学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1701&start={{page}}&count=20&sub=马克思哲学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 宗教 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1702&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"佛教\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1702&start={{page}}&count=20&sub=佛教\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宗教普及读物\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1702&start={{page}}&count=20&sub=宗教普及读物\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"道教\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1702&start={{page}}&count=20&sub=道教\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宗教理论与概况\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1702&start={{page}}&count=20&sub=宗教理论与概况\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"伊斯兰教\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1702&start={{page}}&count=20&sub=伊斯兰教\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宗教经典著作\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1702&start={{page}}&count=20&sub=宗教经典著作\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 传记 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1695&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"人物合集\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1695&start={{page}}&count=20&sub=人物合集\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史人物\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1695&start={{page}}&count=20&sub=历史人物\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"财经人物\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1695&start={{page}}&count=20&sub=财经人物\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"政治人物\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1695&start={{page}}&count=20&sub=政治人物\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"文学家\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1695&start={{page}}&count=20&sub=文学家\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历代帝王\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1695&start={{page}}&count=20&sub=历代帝王\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1695&start={{page}}&count=20&sub=其他\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科学家\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1695&start={{page}}&count=20&sub=科学家\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 科普 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1698&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"百科知识\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1698&start={{page}}&count=20&sub=百科知识\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科学世界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1698&start={{page}}&count=20&sub=科学世界\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人类故事\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1698&start={{page}}&count=20&sub=人类故事\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宇宙知识\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1698&start={{page}}&count=20&sub=宇宙知识\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"生物世界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1698&start={{page}}&count=20&sub=生物世界\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"生态环境\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1698&start={{page}}&count=20&sub=生态环境\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神秘现象\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1698&start={{page}}&count=20&sub=神秘现象\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"数理化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1698&start={{page}}&count=20&sub=数理化\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 自然 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1706&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"总论\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1706&start={{page}}&count=20&sub=总论\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"地球科学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1706&start={{page}}&count=20&sub=地球科学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天文学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1706&start={{page}}&count=20&sub=天文学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科技史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1706&start={{page}}&count=20&sub=科技史\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"生物科学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1706&start={{page}}&count=20&sub=生物科学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"化学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1706&start={{page}}&count=20&sub=化学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"物理学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1706&start={{page}}&count=20&sub=物理学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 美食 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1705&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"家常菜谱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1705&start={{page}}&count=20&sub=家常菜谱\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"药膳食疗\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1705&start={{page}}&count=20&sub=药膳食疗\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"地方美食\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1705&start={{page}}&count=20&sub=地方美食\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"茶酒饮料\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1705&start={{page}}&count=20&sub=茶酒饮料\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"烹饪理论/手册\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1705&start={{page}}&count=20&sub=烹饪理论/手册\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"饮食文化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1705&start={{page}}&count=20&sub=饮食文化\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西餐料理\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1705&start={{page}}&count=20&sub=西餐料理\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 休闲 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1465&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"幽默笑话\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1465&start={{page}}&count=20&sub=幽默笑话\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"旅游随笔\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1465&start={{page}}&count=20&sub=旅游随笔\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宠物杂事\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1465&start={{page}}&count=20&sub=宠物杂事\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"游戏\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1465&start={{page}}&count=20&sub=游戏\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"家庭园艺\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1465&start={{page}}&count=20&sub=家庭园艺\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"户外探险\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1465&start={{page}}&count=20&sub=户外探险\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"国内自助旅游指南\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1465&start={{page}}&count=20&sub=国内自助旅游指南\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"车载户外\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1465&start={{page}}&count=20&sub=车载户外\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 艺术 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"文学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=文学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"中国文化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=中国文化\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"文化史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=文化史\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"地域文化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=地域文化\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"民族文化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=民族文化\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"艺术理论\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=艺术理论\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"国学普及读物\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=国学普及读物\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"文化理论\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=文化理论\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 时尚 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1694&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"护肤/美容整形\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1694&start={{page}}&count=20&sub=护肤/美容整形\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"家事窍门\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1694&start={{page}}&count=20&sub=家事窍门\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时尚\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1694&start={{page}}&count=20&sub=时尚\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"家装方法指导\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1694&start={{page}}&count=20&sub=家装方法指导\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"瘦身美体\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1694&start={{page}}&count=20&sub=瘦身美体\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"服饰搭配/配饰\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1694&start={{page}}&count=20&sub=服饰搭配/配饰\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"家装策略秘籍\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1694&start={{page}}&count=20&sub=家装策略秘籍\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"彩妆/美发/美甲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1694&start={{page}}&count=20&sub=彩妆/美发/美甲\",\"style\":{\"layout_flexGrow\":1}}]",
    "header": "{\n\t\"user-agent\":\"Mozilla/5.0 (Linux; Android 10; MI 8 Build/QKQ1.190828.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/83.0.4103.101 Mobile Safari/537.36\",\n\t\"Referer\":\"https://bookshelf.html5.qq.com/qbread\"\n\t}",
    "lastUpdateTime": 1759387191336,
    "respondTime": 5250,
    "ruleBookInfo": {
      "author": "$.author",
      "coverUrl": "$.picurl",
      "init": "$.data.bookInfo",
      "intro": "<p>{{(t=String(java.getString('$.tag'))).length?'🏷️ '+t.replace(/\\|/g,', '):''}}</p>{{'\\n&lrm;'}}\n<p>{{$.summary}}</p>",
      "kind": "{{$.userscore}}分\n{{$.subject}}\n{{java.getString('$.isfinish')=='true'?'已完结':'连载中'}}\n{{java.put('time',String(java.timeFormat(java.getString('$.lastUpdatetime')*1000)).replace(/\\//g,'-').replace(/\\s.*/,''))}}",
      "lastChapter": "{{$.lastSerialname}} • {{java.get('time')}}",
      "name": "$.resourceName",
      "tocUrl": "https://bookshelf.html5.qq.com/qbread/api/book/all-chapter?bookId={{$.resourceID}}",
      "wordCount": "$.contentsize"
    },
    "ruleContent": {
      "content": "<p>{{$.data.Content[0].Content}}</p>"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.rows[*]",
      "bookUrl": "https://bookshelf.html5.qq.com/qbread/api/novel/intro-info?bookid={{$.resourceID}}",
      "coverUrl": "$.picurl",
      "intro": "$.summary",
      "kind": "{{$.userscore}}分\n{{$.subject}}\n{{java.getString('$.isfinish')=='true'?'已完结':'连载中'}}\n{{String(java.timeFormat(java.getString('$.lastUpdatetime')*1000)).replace(/\\//g,'-').replace(/\\s.*/,'')}}",
      "lastChapter": "$.lastSerialname",
      "name": "$.resourceName##（.*",
      "wordCount": "$.contentsize"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.booklist[*]",
      "bookUrl": "$.bid\n<js>1100000000+parseInt(result)</js>\nhttps://bookshelf.html5.qq.com/qbread/api/novel/intro-info?bookid={{result}}",
      "checkKeyWord": "深空彼岸",
      "coverUrl": "$.bid\n@js:\nvar s = result\nfunction gt(s){\n\tlet a = s.slice(-3)\n\tif(a<10){\n\t\t\tn = s.slice(-1)\n\t\t}\n\telse if(a<100){\n\t\t\tn = s.slice(-2)\n\t\t}\n\telse{\n\t\t\tn = a\n\t\t}\n\treturn n\n}\n\"http://wfqqreader-1252317822.image.myqcloud.com/cover/\"+gt(s)+\"/\"+s+\"/b_\"+s+\".jpg\"",
      "intro": "$.intro",
      "kind": "{{$.categoryInfoV4\n##\\d.*?\\:(.*?)\\:.*?(,|$)##$1$2}}\n{{$.updateInfo##已更新至.*##连载中}}\n##小说,",
      "lastChapter": "$.updateInfo##已更新至##第",
      "name": "$.title",
      "wordCount": "$.totalWords"
    },
    "ruleToc": {
      "chapterList": "$.rows",
      "chapterName": "$.serialName",
      "chapterUrl": "https://novel.html5.qq.com/be-api/content/ads-read,{\n\t\"method\": \"POST\",\n\t\"body\": {\n\t\t\"Scene\": \"chapter\",\n\t\t\"ContentAnchorBatch\": [{\n\t\t\t\t\"BookID\": \"{{baseUrl.match(/bookId=(\\d+)/)[1]}}\",\n\t\t\t\t\"ChapterSeqNo\": [{{$.serialID}}]\n\t\t\t}]\n\t},\n\t\"headers\": {\n\t\t\"Q-GUID\": \"4aa27c7cf2d9aca3359656ea186488cb\"\n\t}\n}",
      "isVip": "//删掉这行字，vip章节会显示🔓\n$.isFree"
    },
    "searchUrl": "https://newopensearch.reader.qq.com/wechat?keyword={{key}}&start={{page-1}}&end=19",
    "weight": 100
  },
  {
    "bookSourceComment": "//20231225By_遇知\n/*\n备用①：https://s.pjxhmy.com值得阅读\n备用②：https://s.klzdp.com\n备用③：https://s.mocaiys.com\n备用④：https://s.fjwhcbsh.com\n备用⑤：https://s.hngxt.cn\n备用⑥：https://s.4billion.tv书香之家\n备用⑦：https://s.mysignal.cn\n备用⑧：https://s.lhdqsb.cn/\n备用⑨：https://s.chuangke.tv小小阅读\n备用⑩：https://s.bzatgv.com\n备用⑪：https://s.ibbxtx.com\n备用⑫：https://s.lansheweb.com\nApp：\n值得阅读：\n\"com.ruffianhankin.meritreader\",\nhttps://zdydapp.com\n点点阅读： \"com.diandianbook.androidreading\",\n1：https://ddydapp.com\n2：https://xxydapps.com/ddyd/\n小小追书： \n\"com.xiaoxiaobook.zuiread\",\n1：https://xxzs.app\n2：http://zsdqapp.net/xxzs/\n小小阅读：\n\"com.xxyuedu.chasingbooks\",\nhttps://xxydapps.com/xxyd/\n天天追书：\n\"com.tiantianzhuishu.books\",\nhttps://ttzs123.com\n追书大师：\n\"com.zhuishudashi.read\",\n1：https://zsdsapps.com\n2：https://zsds.app\n3：https://zsdsapp6.com/zsds/\n追书大全：\n\"com.zshuall.fread\",\nhttps://zsdq6.com\n极速笔趣：\n\"com.kkmfxs.xsfmkkapp\",\nhttps://biqugejisuapp.com\n书香之家：\n\"com.shuxiangzhijia.xyz\",\n1：https://shuxiangzhijiaapp.com\n2：http://queww.top\n3：https://ttzsapp.com/sxzj/\n笔趣阁开心版：\n\"c\u0000o\u0000m\u0000.\u0000b\u0000q\u0000k\u0000k\u0000x\u0000b\u00002\u00000\u00002\u00003\u0000.\u0000r\u0000e\u0000a\u0000d\u0000.\u0000t\u0000t\u0000\u0000\u0000\"\nhttps://bqgkxb.com/\n*/\n//解密(by  尐哖 & landseer)\nvar javaImport = new JavaImporter();\njavaImport.importPackage(\n    Packages.java.lang,\n    Packages.javax.crypto.spec,\n    Packages.javax.crypto,\n    Packages.java.util,\n    Packages.java.io\n);\nwith(javaImport) {\n    function decode(str) {\n        data=java.base64DecodeToByteArray(str);\n        datas=Arrays.copyOfRange(data,16,data.length-16);\n        k=String(Arrays.copyOfRange(data, 0, 16));\n        k=java.digestHex(k,'sha-256');\n        ks=[];\n        length = k.length();\n        if (length % 2 == 1) {\n            length++;\n            k = \"0\" + k;\n        }\n        i = 0;\n        i2 = 0;\n        while (i < length) {\n            i3 = i + 2;\nks[i2] =intToByte( Integer.parseInt(k.substring(i, i3),16));\n            i2++;\n            i = i3;\n        }\n        i=String(Arrays.copyOfRange(data,data.length-16, data.length));\n         v=java.md5Encode(i);\n        bytes = i.getBytes();\n        bytes2 = v.getBytes();\n        ivs=[];\n        for (i = 0; i < 16; i++) {\n            ivs[i] = (bytes2[i] ^ bytes[i]) ^ (-1); \n        }\n       key = SecretKeySpec(ks, \"AES\");  \n       iv = IvParameterSpec(ivs);\n        var chipher = Cipher.getInstance(\"AES/CBC/PKCS5Padding\");\n        chipher.init(2, key, iv);\n        return String(chipher.doFinal(datas));\n    }\n}\nfunction intToByte(i) {\n        var b = i & 0xFF;\n        var c = 0;\n        if (b >= 128) {\n            c = b % 128;\n            c = -1 * (128 - c);\n        } else {\n            c = b;\n        }\n        return c;\n    }",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "小小阅读/书香之家app",
    "bookSourceType": 0,
    "bookSourceUrl": "https://s.mysignal.cn",
    "customButton": false,
    "customOrder": 785,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\nburl=source.getKey().replace('//s','//book');\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\n\t\n\tpush(\"❤推荐\", null, 1, 1);\ntj = \t[\"每日优选\",\"高分好书\",\"真香新书\",\"爆肝书单\",\"宝藏好书\",\"猜你喜欢\"];\n\ttj.map((title,type)=>{\n\turl = burl + `/book_city/v7_more/index/1/20/${type+1}/{{page}}.html`\n\t\tpush(title, url, 1, 0.25);\t\t\t\t\t\t\t\t\t\t\n\t\t\t});\n\t\t\t\n\t\n\teval(String(source.bookSourceComment));\n\tfl_url = burl + \"/classify/v4/index.html\";\n\tfl_content = JSON.parse(java.ajax(fl_url)).data.content;\t\n  fl = JSON.parse(decode(fl_content));\n    \n\t[\n\t [\"❤男频-分类\",\"1\",fl.male],\n\t\t[\"❤女频-分类\",\"2\",fl.female],\n\t].map([title,gender,list]=>{\t\t\n\t\tpush(title, null, 1, 1);\n\t\t\tlist.map(($,index)=>{\t   \t    \n \t    \n \t    ltype_name = $.ltype_name;\n \t    ltype_id=$.ltype_id;\n \t    ltype_url = burl + `/classify/v4/all/${gender}/${ltype_id}/-1/-1/-1/{{page}}.html`; \t\t\t\t\t\t\t\t\t\t\n \t    push(\"@\"+ltype_name+\"@\", ltype_url, 1, 1);\n     \t\n     \tD=$.ltype_list;\n   \tD.map(($,index)=>{\t   \t     \t    \n   \t\t title = $.stype_name;\n     \tstype_id=$.stype_id;\n     \t\n     url = burl + `/classify/v4/all/${gender}/${ltype_id}/${stype_id}/-1/-1/{{page}}.html`; \t\t\t\t\t\t\t\t\t\t\t  \n     \tif(D.length > 3&&D.length!=4){\n\t\tif(index+1 <= D.length - D.length%3)\n\t\t\t {\tpush(title, url, 1, 0.25);}\n\t\t\t\telse{ push(title, url, 0, 0.29);}\n\t\t\t\t}\n\t\t\t\telse if(D.length == 4){ push(title, url, 1, 0.4);}\n\t\t\t\telse{ push(title, url, 1, 0.25);}\n        });  \n     });\n  });\n     \t\n     \t\nJSON.stringify(sort);",
    "header": "@js:\npackage = \"com.xxyuedu.chasingbooks\";\n//package = \"com.diandianbook.androidreading\";\n//package = \"com.zhuishudashi.read\";\n\ntime = Math.round(new Date()/1000);\nsign = java.md5Encode(package+1+time+\"vhjJVz1St6tK7!8n#B0MqRIuE2Dh7!C#\");\n\nJSON.stringify({\n\t\t\"pt\": 1,\n\t\t\"time\": time,\n\t\t\"sign\": sign,\n\t\t\"package\": package,\n\t\t\"User-Agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D167 Safari/9537.53_\"+package\n\t});",
    "lastUpdateTime": 1754560727201,
    "respondTime": 17820,
    "ruleBookInfo": {
      "author": "$.author",
      "coverUrl": "$.image",
      "init": "<js>\neval(String(source.bookSourceComment));\ninfo = JSON.parse(result).data.content;\nresult=JSON.parse(decode(info));\n\nsource_url = baseUrl.replace('/details/','/source/');\nsource_info = JSON.parse(java.ajax(source_url)).data.content;\n$ = JSON.parse(decode(source_info));\n\nv=String(book.getVariable(\"custom\"));\nx=v.match(/^\\d+$/)?v:0;\nx=parseInt(x)<$.length?x:0;\n\nresult.updated_at = $[x].updated_at;\nresult.last_chapter_name = $[x].last_chapter_name;\nresult.tocUrl = source.getKey().replace('//s','//catalog')+\"/\"+$[x].site_path;\nresult.image = source.getKey().replace('//s','//res') + '/'+result.image;\n\n\nif($.length>1){\n\t\ty = '\\n📌使用说明： 根据序号设置书籍变量来切换来源(默认0)\\n🎯当前源：序号🔺'+x+'🔻【'+$[x].site_name+'】'+(x==0?' (默认)':'');\nfor(i in $){\n\t\ty += '\\n❤序号🔺'+i+'🔻【'+$[i].site_name+'】 \\n选用率：'+$[i].choose+' \\n更新时间： '+$[i].updated_at+'\\n最新章节： '+$[i].last_chapter_name;\n\t}\nresult.remark += y\n}\n\n\nresult = JSON.stringify(result);\n</js>",
      "intro": "$.remark##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "{{$.ltype}}\n{{$.stype}}\n{{r=java.getString('$.status');\nif(r!=\"\") r=='1'?'完结':'连载';}}\n{{r=java.getString('$.score');\nr!=0.0?r+'分':\"\";}}\n{{$.updated_at## .*}}",
      "lastChapter": "$.last_chapter_name",
      "name": "$.name",
      "tocUrl": "$.tocUrl",
      "wordCount": "$.words_number"
    },
    "ruleContent": {
      "content": "$..content@js:java.aesBase64DecodeToString(result,\"Pxga!h*e4@T8xfOm\",\"AES/CBC/PKCS5Padding\",\"E&z!EHGLd$fli*8R\")"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.author",
      "bookList": "<js>\neval(String(source.bookSourceComment));\nresult = JSON.parse(result).data.content;\nresult=JSON.parse(decode(result));\nif(baseUrl.match(/\\?keyword=/)){\nif(result.book[0]==undefined){\nsourl = source.getKey()+\"/v1/lists.api?keyword=\"+java.get('key');\nresult = JSON.parse(java.ajax(sourl)).data;\t\n}\n}\t\nresult = JSON.stringify(result);\n</js>\n$.book[*]||$..lists[*]||$.[*]",
      "bookUrl": "{{source.getKey().replace('//s','//d')}}/book/details/v4/{{parseInt(java.getString('$.book_id')/1000)}}/{{$.book_id}}.html",
      "checkKeyWord": "深空彼岸",
      "coverUrl": "{{source.getKey().replace('//s','//res')}}/{{$.image}}",
      "intro": "$.remark",
      "kind": "{{$.ltype}}\n{{$.stype}}\n{{r=java.getString('$.status');\nif(r!=\"\") r=='1'?'完结':'连载';}}\n{{r=java.getString('$.score');\nr!=0.0?r+'分':\"\";}}",
      "name": "$.name",
      "wordCount": "$.words_number"
    },
    "ruleToc": {
      "chapterList": "$.data",
      "chapterName": "$.name@js:java.aesBase64DecodeToString(result,\"Pxga!h*e4@T8xfOm\",\"AES/CBC/PKCS5Padding\",\"E&z!EHGLd$fli*8R\")",
      "chapterUrl": "{{source.getKey().replace('//s','//chapter')}}/{{$.path}}",
      "preUpdateJs": "java.refreshTocUrl();",
      "updateTime": "{{java.timeFormatUTC(java.getString('$.updated_at')*1000,'yyyy-MM-dd',8)}}"
    },
    "searchUrl": "/v4/1/lists.api?keyword={{java.put('key',key)}}&form=1",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "万青紫蝉",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.qingzichan8.com",
    "bookUrlPattern": "http://www.qingzichan.net/ggd/\\d+/",
    "customButton": false,
    "customOrder": 786,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1732306646814,
    "respondTime": 6090,
    "ruleBookInfo": {
      "author": ".infotype a.0@text",
      "coverUrl": ".infohead img@src",
      "intro": ".intro p@text",
      "kind": ".infotype p.1:2@text##.*：",
      "lastChapter": ".infotype a.-1@text",
      "name": ".cataloginfo h3@text",
      "tocUrl": ".gochapter a@href"
    },
    "ruleContent": {
      "content": ".articlecontent>p@textNodes",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".article",
      "bookUrl": "a.1@href",
      "checkKeyWord": "剑来",
      "coverUrl": "img@src",
      "intro": "p.-1@text",
      "kind": "0",
      "name": "h6@text"
    },
    "ruleToc": {
      "chapterList": ".chapters li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "{{url=source.getKey();\ncookie.removeCookie(url)}}/search,{\n  \"body\": \"searchkey={{key}}&code=articlename\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "新酷书网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xkushu.com#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 787,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1735040257042,
    "loginUrl": "",
    "respondTime": 1908,
    "ruleBookInfo": {
      "intro": "id.intro@text",
      "lastChapter": "id.details@tag.a.2@text",
      "name": "id.info@tag.h1@text"
    },
    "ruleContent": {
      "content": "id.content@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tr",
      "bookUrl": "class.odd.0@tag.a.0@href",
      "coverUrl": "tag.a.0@href##^.+?(\\d+)\\D(\\d+).+##/35zwhtml/$1/$2/$2s.jpg",
      "kind": "class.even.2@text",
      "lastChapter": "class.even@a@text",
      "name": "class.odd@a@text"
    },
    "ruleToc": {
      "chapterList": "id.list@dd@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.xkushu.com/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "笔下文学",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.bequmo.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 788,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1726657426732,
    "loginUrl": "",
    "respondTime": 178,
    "ruleBookInfo": {
      "intro": "",
      "tocUrl": "@js:baseUrl.replace(/binfo/,'b').replace(/(\\d)\\.htm.*/,'$1/')"
    },
    "ruleContent": {
      "content": "id.content@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "tr:has(.odd):lt(6)",
      "bookUrl": "tag.td.0@a@href",
      "coverUrl": "tag.td.0@a@href@js:result.replace(/binfo/,'image').replace(/\\/(\\d+).htm/,'/$1/$1s.jpg')",
      "kind": "tag.td.5@text&&tag.td.3@text@js:result+'字'",
      "lastChapter": "tag.td.1@text",
      "name": "tag.td.0@text"
    },
    "ruleToc": {
      "chapterList": "+@js:\nvar reg=new RegExp(/<dd(.).+?\"(\\d+\\.html)\">(.*?)<\\/a>/g);\nvar list1=[];\nvar list2=[];\nvar tmp,url,name;\nvar i=-1;\nwhile((tmp=reg.exec(result))){\nurl=tmp[2];\nname=tmp[3];\nif(tmp[1].match(/>/)){\ni=i+1;\nlist1.push({name:name,url:url});\n}\nelse\nlist2.push({name:name,url:url});\n\nif(i==1){\ni=-1;\nlist1=list1.concat(list2.reverse());\nlist2=[];\n}\n}\nlist1;",
      "chapterName": "name",
      "chapterUrl": "url"
    },
    "searchUrl": "/cse/search?q={{key}}&submit=搜索",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "多看阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.duokan.com#",
    "customButton": false,
    "customOrder": 789,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\nm=`[`\n\nb=`{\"title\":\"■■■■■■■■男生榜单■■■■■■■■\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人气榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40102&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"热搜榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40602&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完结榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40303&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"连载榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40902&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱ 男生热度 ✱　　　　　　✱\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  都市  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000400?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  玄幻  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000100?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  历史  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000600?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  科幻  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000900?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  游戏  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25001000?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  悬疑  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000800?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  仙侠  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000500?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  武侠  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000300?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱男生角色✱　　　　　　✱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/17016?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神医\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10418?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女婿\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12566?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"修真\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10795?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"废材\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14949?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奶爸\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/16779?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武神\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10815?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"文娱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/18331?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"保安\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13502?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"校花\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/54334?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"刺客\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11135?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"保镖\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12487?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"白领\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/41131?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"御姐\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/230050?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"农民\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11664?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"帝王\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10472?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"职玩\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13060?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"道士\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11013?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"战神\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12062?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宅男\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11935?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"剑客\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10486?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙尊\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/17710?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱男生情节✱　　　　　　✱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10814?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"强者归来\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/159906?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"王者荣耀\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/183828?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"绝地求生\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/205061?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"升级流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11054?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无敌流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14447?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"技术流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10344?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"凡人流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/26566?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"洪荒流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/57205?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天才流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15613?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"学院流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/18507?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/36244?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"直播文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229663?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"开局流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229635?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"赘婿文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233067?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"战神文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/232467?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"姐姐文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/234096?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神医文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233063?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"保镖文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/231304?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"兵王文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233064?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"鉴宝文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/232703?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奶爸文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229408?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武道流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233066?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"种田文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/18418?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"灵气复苏\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/203573?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无限流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10357?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"诸天流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229405?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市修仙\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/34328?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代修真\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10161?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"随身流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15940?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"废柴流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12431?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"氪金流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233065?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"争霸流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/159542?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"召唤流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/157025?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"重生文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/182552?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/168672?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"LOL\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12758?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"红包文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/202610?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"迪化流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233069?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"权谋文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233439?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异兽流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/159552?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武魂流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/232705?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"风水玄学\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/231592?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代诡秘\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229429?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"蒸汽朋克\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/156231?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"巫师流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229460?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"硬科幻\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/200279?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"败家流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/230502?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"机甲流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/34537?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}}`\n\ng=`{\"title\":\"■■■■■■■■女生榜单■■■■■■■■\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人气榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40202&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"热搜榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40702&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完结榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40304&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"连载榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=41002&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱ 女生热度 ✱　　　　　　✱\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代言情\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25001800?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古代言情\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25001700?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青春校园\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25003000?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"悬疑推理\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25002000?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"玄幻言情\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25001500?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻空间\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25002100?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"游戏竞技\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25002200?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱女生角色✱　　　　　　✱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11512?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"王妃\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11168?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"嫡女\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/16300?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神医\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/50603?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女配\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15834?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"萌宝\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/18840?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"农女\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/54153?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"皇后\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13442?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"白领\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10987?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"庶女\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14207?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"明星\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10317?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"王爷\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11173?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"特工\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11171?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"前妻\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14104?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"首席\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13387?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"弃妇\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12102?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"商女\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25931?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"设计师\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11458?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"学霸\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/26103?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"养女\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14119?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱女生情节✱　　　　　　✱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13610?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"契约婚姻\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/26028?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"日久生情\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13610?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青梅竹马\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12385?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"种田文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/18418?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"年代文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/200334?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"团宠\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229410?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"欢喜冤家\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10969?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"复仇文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/222882?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"逆袭流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/230499?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"先婚后爱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14621?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫斗文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/230500?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宅斗文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15850?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女强\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12386?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"强取豪夺\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13450?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"快穿\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/37234?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"重生文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/182552?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/168672?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"破镜重圆\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14035?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿书\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/59318?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"萌宝文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/231492?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"带球跑\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15171?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"架空\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10402?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"虐恋\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10767?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"空间文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/232706?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/36244?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"直播文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229663?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐圈\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10128?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"扮猪吃虎\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10814?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"家长里短\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10660?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"同居\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12000?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"隐婚\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/30304?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代诡秘\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229429?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"职场商战\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/23648?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"婚恋文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/230501?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"豪门\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11513?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"HE\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15994?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"甜文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10887?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"1v1\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/187551?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}}`\n\nn=`]`\n\nx=`[{\"title\":\"✱　　　　　　✱男生old✱　　　　　　✱\",\"url\":\"/\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人气榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=12001&_t=&_c=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"畅销榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=11002&_t=&_c=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"VIP榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=43001&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"新书榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=13000&_t=1&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"收藏榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=27002&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"飙升榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=14001&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完本榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=15001&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"风云榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=29004&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"更新榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=28001&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱女生old✱　　　　　　✱\",\"url\":\"/\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人气榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=12011&_t=&_c=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"畅销榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=11012&_t=&_c=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"VIP榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=43011&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"新书榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=13010&_t=1&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"收藏榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=27012&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"飙升榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=14011&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完本榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=15011&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"风云榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=29014&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"更新榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=28011&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}}]`\n\nkey=String(source.getVariable())\n\nkey==\"\"? m+b+`,`+g+n :\nkey==\"1\"? m+b+`,`+g+n :\nkey==\"2\"? m+g+`,`+b+n :\nkey==\"3\"? m+b+n :\nkey==\"4\"? m+g+n : x\n</js>",
    "header": "{\"cookie\":\"device_id=D900MIVU7AH2SDF9;platform=wap;user_preference=%7B%7D;Hm_lvt_1c932f22da573f2870e8ab565f4ff9cb=1616847894;build=999000000;Hm_lpvt_1c932f22da573f2870e8ab565f4ff9cb=1616849443;app_id=duokan_h5;channel=Y0X66A;user_type=3\"}",
    "lastUpdateTime": 1731430988533,
    "loginUrl": "https://account.xiaomi.com/fe/service/login/password?display=mobile&sid=reader&qs",
    "respondTime": 5549,
    "ruleBookInfo": {
      "coverUrl": "",
      "kind": "$.item.tags[*]&&$.rights",
      "lastChapter": "$.item.latest",
      "name": "",
      "tocUrl": "$.item.fiction_id@js:\"https://www.duokan.com/store/v0/fiction/detail/\"+result+\"?chapter_id=0&_t=&_c=\"",
      "wordCount": "$.item.word_count"
    },
    "ruleContent": {
      "content": "$.url@js:\nlet content=\"\"\nif(result){\nlet b64 = java.ajax(result)\nlet str=java.base64Decode(b64.match(/'(.+?)'/)[1])\nlet list=JSON.parse(str).p\nfor (i =0;i<list.length;i++){\ncontent+= list[i]+\"\\n\"\n}\n}else{\ncontent+=\"购买后继续阅读本章内容\"\n}\ncontent",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "$.authors",
      "bookList": "$.items[*]",
      "bookUrl": "$.fiction_id@js:\"https://www.duokan.com/hs/v0/android/fiction/book/\"+result",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "$.new_tags&&$.rights",
      "name": "$.title",
      "wordCount": "$.word_count"
    },
    "ruleSearch": {
      "author": "$.role[0][1]",
      "bookList": "$.items[*]",
      "bookUrl": "$.source_id@js:\"https://www.duokan.com/hs/v0/android/fiction/book/\"+result",
      "checkKeyWord": "九星霸体诀",
      "coverUrl": "$.cover",
      "intro": "$.intro",
      "kind": "",
      "lastChapter": "",
      "name": "$.title",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "$.item.toc[*]",
      "chapterName": "$.title",
      "chapterUrl": "$.seq_id@js:\n\"https://www.duokan.com/drm/v0/fiction/link?chapter_id=\"+result+\"&format=jsonp&withid=1&fiction_id=\"+baseUrl.match(/detail\\/(\\d+)/)[1]+\"&_t=&_c=\"",
      "isVip": "$.free@js:result?false:true"
    },
    "searchUrl": "store/v0/lib/query/onebox?start=0&count=10&s={{key}}&source=2%2C5%2C6%2C7&_t=1616840245&_c=3963",
    "variableComment": "✱✱输入数字 变更发现列表：\n1  男榜+女榜  (默认列表)\n2  女榜+男榜\n3  仅男榜\n4  仅女榜\n5  旧的发现列表x\n✱✱若发现列表没变更，长按列表顶栏，弹出菜单选“刷新”，收起列表再摊开。",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版",
    "bookSourceName": "💵 晋江[分类]",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.jjwxc.net",
    "customButton": false,
    "customOrder": 790,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "月 度 榜 ::https://m.jjwxc.net/rank/more/700000?page={{page}}\n寄 度 榜 ::https://m.jjwxc.net/rank/more/700025?page={{page}}\n半 年 榜 ::https://m.jjwxc.net/rank/more/700010?page={{page}}\n新晋作者榜 ::https://m.jjwxc.net/rank/more/700025?page={{page}}\n长生 榜 ::https://m.jjwxc.net/rank/more/700015?page={{page}}\n住站作者 榜 ::https://m.jjwxc.net/rank/more/700030?page={{page}}\n情分 榜 ::https://m.jjwxc.net/rank/more/600005?page={{page}}\n完结 榜 ::https://m.jjwxc.net/rank/more/100005?page={{page}}\n总分 榜 ::https://m.jjwxc.net/rank/more/700020?page={{page}}\n霸王 榜 ::https://m.jjwxc.net/rank/more/800000?page={{page}}\n读者栽培 榜 ::https://m.jjwxc.net/rank/more/4000000?page={{page}}\n作者积分 榜 ::https://m.jjwxc.net/rank/more/700030?page={{page}}\n\n❀                       我的收藏                     ❀::https://m.jjwxc.net/my/fav?p={{page}}&r=1\n❀                       千字收益                     ❀::https://m.jjwxc.net/my/novelincome\n❀                       纯爱榜单                     ❀::https://m.jjwxc.net/rank/more/700022?page={{page}}\n 月 度 榜 ::https://m.jjwxc.net/rank/more/700002?page={{page}}\n 季 度 榜 ::https://m.jjwxc.net/rank/more/700007?page={{page}}\n 半 年 榜 ::https://m.jjwxc.net/rank/more/700012?page={{page}}\n霸王票榜::https://m.jjwxc.net/rank/more/800002?page={{page}}\n栽培月榜::https://m.jjwxc.net/rank/more/4000002?page={{page}}\n完结金榜::https://m.jjwxc.net/rank/more/100007?page={{page}}\n❀                       言情榜单                     ❀::https://m.jjwxc.net/rank/more/700021?page={{page}}\n 月 度 榜 ::https://m.jjwxc.net/rank/more/700001?page={{page}}\n 季 度 榜 ::https://m.jjwxc.net/rank/more/700006?page={{page}}\n 半 年 榜 ::https://m.jjwxc.net/rank/more/700011?page={{page}}\n霸王票榜::https://m.jjwxc.net/rank/more/800001?page={{page}}\n栽培月榜::https://m.jjwxc.net/rank/more/4000001?page={{page}}\n完结金榜::https://m.jjwxc.net/rank/more/100006?page={{page}}\n❀                       古代言情                     ❀::\n频道金榜::https://m.jjwxc.net/channel/28000005\n古色古香::https://m.jjwxc.net/channel/natural/101/3/10101\n布衣生活::https://m.jjwxc.net/channel/natural/101/3/10102\n天作之合::https://m.jjwxc.net/channel/natural/101/3/10103\n宫廷侯爵::https://m.jjwxc.net/channel/natural/101/3/10104\n再世重生::https://m.jjwxc.net/channel/natural/101/3/10105\n架空历史::https://m.jjwxc.net/channel/natural/101/3/10106\n女尊女强::https://m.jjwxc.net/channel/natural/101/3/10107\n传奇武侠::https://m.jjwxc.net/channel/natural/101/3/10108\n复仇虐渣::https://m.jjwxc.net/channel/natural/101/3/10109\n市井人家::https://m.jjwxc.net/channel/natural/101/3/10110\n科举朝堂::https://m.jjwxc.net/channel/natural/101/3/10111\n励志人生::https://m.jjwxc.net/channel/natural/101/3/10112\nV I P新文::https://m.jjwxc.net/channel/550\nV I P完结::https://m.jjwxc.net/channel/551\n❀                      都市青春                      ❀::\n频道金榜::https://m.jjwxc.net/channel/28000008\n豪门世家::https://m.jjwxc.net/channel/natural/102/3/10201\n业界精英::https://m.jjwxc.net/channel/natural/102/3/10202\n励志人生::https://m.jjwxc.net/channel/natural/102/3/10203\n婚前婚后::https://m.jjwxc.net/channel/natural/102/3/10204\n都市情缘::https://m.jjwxc.net/channel/natural/102/3/10205\n破镜重圆::https://m.jjwxc.net/channel/natural/102/3/10206\n近水楼台::https://m.jjwxc.net/channel/natural/102/3/10207\n时代新风::https://m.jjwxc.net/channel/natural/102/3/10208\n天之骄子::https://m.jjwxc.net/channel/natural/102/3/10209\n娱乐星光::https://m.jjwxc.net/channel/natural/102/3/10210\n欢喜冤家::https://m.jjwxc.net/channel/natural/102/3/10211\n因缘邂逅::https://m.jjwxc.net/channel/natural/102/3/10212\n校园青春::https://m.jjwxc.net/channel/natural/102/3/10313\n时尚流行::https://m.jjwxc.net/channel/natural/102/3/10314\n甜心蜜意::https://m.jjwxc.net/channel/natural/102/3/10315\n情有独钟::https://m.jjwxc.net/channel/natural/102/3/10316\nV I P新文::https://m.jjwxc.net/channel/418\nV I P完结::https://m.jjwxc.net/channel/419\n❀                     幻想言情                       ❀::\n频道金榜::https://m.jjwxc.net/channel/28000009\n再世重生::https://m.jjwxc.net/channel/natural/103/3/10301\n穿越时空::https://m.jjwxc.net/channel/natural/103/3/10302\n人生赢家::https://m.jjwxc.net/channel/natural/103/3/10303\n时代奇缘::https://m.jjwxc.net/channel/natural/103/3/10304\n快穿系统::https://m.jjwxc.net/channel/natural/103/3/10305\n种田日常::https://m.jjwxc.net/channel/natural/103/3/10306\n幻想传奇::https://m.jjwxc.net/channel/natural/103/3/10307\n豪门世家::https://m.jjwxc.net/channel/natural/103/3/10308\n现代架空::https://m.jjwxc.net/channel/natural/103/3/10309\n神奇能力::https://m.jjwxc.net/channel/natural/103/3/10310\n都市异闻::https://m.jjwxc.net/channel/natural/103/3/10311\n升级逆袭::https://m.jjwxc.net/channel/natural/103/3/10312\n打脸爽文::https://m.jjwxc.net/channel/natural/103/3/10313\n穿书攻略::https://m.jjwxc.net/channel/natural/103/3/10314\n娱乐时尚::https://m.jjwxc.net/channel/natural/103/3/10316\nV I P新文::https://m.jjwxc.net/channel/428\nV I P完结::https://m.jjwxc.net/channel/429\n❀                     古代穿越                       ❀::\n频道金榜::https://m.jjwxc.net/channel/28000006\n天作之合::https://m.jjwxc.net/channel/natural/104/3/10401\n女尊女强::https://m.jjwxc.net/channel/natural/104/3/10402\n历史穿越::https://m.jjwxc.net/channel/natural/104/3/10403\n架空穿越::https://m.jjwxc.net/channel/natural/104/3/10404\n布衣生活::https://m.jjwxc.net/channel/natural/104/3/10405\n宫廷侯爵::https://m.jjwxc.net/channel/natural/104/3/10406\n前世今生::https://m.jjwxc.net/channel/natural/104/3/10407\n异世传奇::https://m.jjwxc.net/channel/natural/104/3/10408\n市井人家::https://m.jjwxc.net/channel/natural/104/3/10409\n科举朝堂::https://m.jjwxc.net/channel/natural/104/3/10410\n系统快穿::https://m.jjwxc.net/channel/natural/104/3/10411\n复仇虐渣::https://m.jjwxc.net/channel/natural/104/3/10412\nV I P新文::https://m.jjwxc.net/channel/560\nV I P完结::https://m.jjwxc.net/channel/561\n❀                     奇幻言情                       ❀::\n频道金榜::https://m.jjwxc.net/channel/28000007\n东方传奇::https://m.jjwxc.net/channel/natural/105/3/10501\n仙侠奇缘::https://m.jjwxc.net/channel/natural/105/3/10502\n另类幻想::https://m.jjwxc.net/channel/natural/105/3/10503\n魔法幻情::https://m.jjwxc.net/channel/natural/105/3/10504\n修真升级::https://m.jjwxc.net/channel/natural/105/3/10505\n灵异神怪::https://m.jjwxc.net/channel/natural/105/3/10506\n西方幻想::https://m.jjwxc.net/channel/natural/105/3/10507\n异世穿书::https://m.jjwxc.net/channel/natural/105/3/10508\n异术超能::https://m.jjwxc.net/channel/natural/105/3/10509\n系统快穿::https://m.jjwxc.net/channel/natural/105/3/10510\n异闻传说::https://m.jjwxc.net/channel/natural/105/3/10511\n玄奇幻界::https://m.jjwxc.net/channel/natural/105/3/10512\nV I P新文::https://m.jjwxc.net/channel/570\nV I P完结::https://m.jjwxc.net/channel/571\n❀                       未来游戏                     ❀::\n频道金榜::https://m.jjwxc.net/channel/28000010\n科幻世界::https://m.jjwxc.net/channel/natural/106/3/10601\n星际机甲::https://m.jjwxc.net/channel/natural/106/3/10602\n末世异世::https://m.jjwxc.net/channel/natural/106/3/10603\n游戏电竞::https://m.jjwxc.net/channel/natural/106/3/10604\n未来架空::https://m.jjwxc.net/channel/natural/106/3/10605\n异度幻想::https://m.jjwxc.net/channel/natural/106/3/10606\n时空穿梭::https://m.jjwxc.net/channel/natural/106/3/10607\n悬疑推理::https://m.jjwxc.net/channel/natural/106/3/10608\n快穿系统::https://m.jjwxc.net/channel/natural/106/3/10609\n无限领域::https://m.jjwxc.net/channel/natural/106/3/10610\n萌宠灵怪::https://m.jjwxc.net/channel/natural/106/3/10611\n惊奇档案::https://m.jjwxc.net/channel/natural/106/3/10612\nV I P新文::https://m.jjwxc.net/channel/438\nV I P完结::https://m.jjwxc.net/channel/439\n❀                      现代纯爱                       ❀::\n频道金榜::https://m.jjwxc.net/channel/28000011\n欢喜冤家::https://m.jjwxc.net/channel/natural/107/3/10701\n都市甜文::https://m.jjwxc.net/channel/natural/107/3/10702\n再世重生::https://m.jjwxc.net/channel/natural/107/3/10703\n现代都市::https://m.jjwxc.net/channel/natural/107/3/10704\n校园青春::https://m.jjwxc.net/channel/natural/107/3/10705\n穿越时空::https://m.jjwxc.net/channel/natural/107/3/10706\n打脸逆袭::https://m.jjwxc.net/channel/natural/107/3/10707\n边缘恋曲::https://m.jjwxc.net/channel/natural/107/3/10708\n业界精英::https://m.jjwxc.net/channel/natural/107/3/10709\n种田日常::https://m.jjwxc.net/channel/natural/107/3/10710\n豪门世家::https://m.jjwxc.net/channel/natural/107/3/10711\n励志人生::https://m.jjwxc.net/channel/natural/107/3/10712\n竞技人生::https://m.jjwxc.net/channel/natural/107/3/10713\n时尚娱乐::https://m.jjwxc.net/channel/natural/107/3/10714\n情有独钟::https://m.jjwxc.net/channel/natural/107/3/10715\n婚前婚后::https://m.jjwxc.net/channel/natural/107/3/10716\nV I P新文::https://m.jjwxc.net/channel/685\nV I P完结::https://m.jjwxc.net/channel/686\n❀                     古代纯爱                       ❀::\n频道金榜::https://m.jjwxc.net/channel/28000012\n宫廷将相::https://m.jjwxc.net/channel/natural/108/3/10801\n布衣生活::https://m.jjwxc.net/channel/natural/108/3/10802\n仙侠修真::https://m.jjwxc.net/channel/natural/108/3/10803\n古代幻想::https://m.jjwxc.net/channel/natural/108/3/10804\n升级逆袭::https://m.jjwxc.net/channel/natural/108/3/10805\n西幻异世::https://m.jjwxc.net/channel/natural/108/3/10806\n再世重生::https://m.jjwxc.net/channel/natural/108/3/10807\n穿越时空::https://m.jjwxc.net/channel/natural/108/3/10808\n幻想系统::https://m.jjwxc.net/channel/natural/108/3/10809\n玄幻灵异::https://m.jjwxc.net/channel/natural/108/3/10810\n天作之合::https://m.jjwxc.net/channel/natural/108/3/10811\n武侠传奇::https://m.jjwxc.net/channel/natural/108/3/10812\nV I P新文::https://m.jjwxc.net/channel/699\nV I P完结::https://m.jjwxc.net/channel/700\n❀                     幻想纯爱                       ❀::\n频道金榜::https://m.jjwxc.net/channel/28000018\n 无 限 流 ::https://m.jjwxc.net/channel/natural/118/3/11801\n末世狂想::https://m.jjwxc.net/channel/natural/118/3/11802\n快穿世界::https://m.jjwxc.net/channel/natural/118/3/11803\n幻想系统::https://m.jjwxc.net/channel/natural/118/3/11804\n仙侠修真::https://m.jjwxc.net/channel/natural/118/3/11805\n异闻秘术::https://m.jjwxc.net/channel/natural/118/3/11806\n萌宠频道::https://m.jjwxc.net/channel/natural/118/3/11807\n边缘幻想::https://m.jjwxc.net/channel/natural/118/3/11808\n娱乐星光::https://m.jjwxc.net/channel/natural/118/3/11809\n星际日常::https://m.jjwxc.net/channel/natural/118/3/11810\n重生穿越::https://m.jjwxc.net/channel/natural/118/3/11811\n人生赢家::https://m.jjwxc.net/channel/natural/118/3/11812\n幻想甜宠::https://m.jjwxc.net/channel/natural/118/3/11813\n升级爽文::https://m.jjwxc.net/channel/natural/118/3/11814\n奇幻灵异::https://m.jjwxc.net/channel/natural/118/3/11815\n科幻机甲::https://m.jjwxc.net/channel/natural/118/3/11816\nV I P新文::https://m.jjwxc.net/channel/1402\nV I P完结::https://m.jjwxc.net/channel/1403",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 9_3 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E230 Safari/601.1\"}",
    "lastUpdateTime": 1736086212932,
    "loginUrl": "https://m.jjwxc.net/",
    "respondTime": 1685,
    "ruleBookInfo": {
      "author": "$.authorName",
      "coverUrl": "$.novelCover",
      "intro": "$.novelIntro@js:result.replace(/(&.{3}br.{3,4};)+|[\\n\\s]+/g,\"\\n\").replace(/\\n\\s*\\n/g,\"\\n\").replace(/^\\s*\\n/g,\"\").replace(/\\n\\s*/g,\"\\n\\u3000\\u3000\").replace(/^\\s*/g,\"\\u3000\\u3000\")",
      "kind": "$.novelTags",
      "lastChapter": "{$.renewChapterId}.{$.renewChapterName}",
      "name": "$.novelName",
      "tocUrl": "http://app-cdn.jjwxc.net/androidapi/chapterList?novelId={$.novelId}&more=0&whole=1",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "class.b module@tag.li.0@textNodes&&class.b module@tag.li.1@textNodes##网友：|评分：|.*分\\｜.{4}"
    },
    "ruleExplore": {
      "author": "tag.a.1@html",
      "bookList": "class.b module@tag.li!-1",
      "bookUrl": "tag.a.0@href@js:\nvar id=result.match(/\\/(\\d+)/)[1]\nresult=\"http://android.jjwxc.net/androidapi/novelbasicinfo?novelId=\"+id",
      "coverUrl": "@js:result=\"https://hbimg.huabanimg.com/9214ed701075304078ab6bd1b710f9b35eca73511ba27-Fux0fp_fw658\"",
      "kind": "tag.span@text",
      "name": "tag.a.0@text##《|》"
    },
    "ruleSearch": {
      "author": "@JSon:$.authorname||$.authorName",
      "bookList": "@JSon:$.*[?(@.novelName)]&&$.*[?(@.novelname)]",
      "bookUrl": "@JSon:$.novelid||$.novelId@js:'http://android.jjwxc.net/androidapi/novelbasicinfo?novelId='+result",
      "coverUrl": "@JSon:$.cover",
      "intro": "",
      "kind": "@JSon:$.tags&&{$.novelsize}字&&{$.novelSize}字",
      "lastChapter": "@JSon:第{$.maxChapterId}章@js:result.replace(\"第章\",\"\")",
      "name": "@JSon:$.novelname||$.novelName"
    },
    "ruleToc": {
      "chapterList": "@JSon:$.chapterlist",
      "chapterName": "@JSon:{$.chapterid} | {$.chaptername}",
      "chapterUrl": "@JSon:{$.novelid}/{$.chapterid}_{$.isvip}\n@js:\nvar n=Number(result.match(/_(\\d)/)[1])\nif(n==0){\nresult=\"https://wap.jjwxc.net/book2/\"+result}\nelse{result=\"https://wap.jjwxc.net/vip/\"+result}",
      "isVip": "{$.islock}",
      "updateTime": "{$.chaptersize}字•{$.chapterintro}"
    },
    "searchUrl": "http://android.jjwxc.net/androidapi/search?keyword={{key}}&type=1&page={{page}}&searchType=1&sortMode=DESC",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "多看阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.dkmi.com#",
    "customButton": false,
    "customOrder": 791,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\nm=`[`\n\nb=`{\"title\":\"■■■■■■■■男生榜单■■■■■■■■\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人气榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40102&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"热搜榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40602&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完结榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40303&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"连载榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40902&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱ 男生热度 ✱　　　　　　✱\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  都市  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000400?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  玄幻  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000100?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  历史  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000600?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  科幻  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000900?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  游戏  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25001000?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  悬疑  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000800?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  仙侠  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000500?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  武侠  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000300?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱男生角色✱　　　　　　✱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/17016?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神医\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10418?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女婿\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12566?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"修真\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10795?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"废材\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14949?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奶爸\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/16779?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武神\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10815?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"文娱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/18331?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"保安\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13502?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"校花\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/54334?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"刺客\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11135?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"保镖\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12487?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"白领\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/41131?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"御姐\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/230050?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"农民\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11664?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"帝王\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10472?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"职玩\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13060?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"道士\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11013?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"战神\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12062?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宅男\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11935?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"剑客\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10486?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙尊\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/17710?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱男生情节✱　　　　　　✱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10814?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"强者归来\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/159906?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"王者荣耀\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/183828?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"绝地求生\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/205061?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"升级流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11054?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无敌流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14447?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"技术流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10344?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"凡人流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/26566?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"洪荒流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/57205?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天才流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15613?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"学院流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/18507?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/36244?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"直播文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229663?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"开局流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229635?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"赘婿文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233067?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"战神文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/232467?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"姐姐文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/234096?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神医文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233063?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"保镖文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/231304?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"兵王文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233064?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"鉴宝文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/232703?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奶爸文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229408?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武道流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233066?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"种田文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/18418?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"灵气复苏\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/203573?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无限流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10357?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"诸天流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229405?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市修仙\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/34328?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代修真\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10161?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"随身流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15940?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"废柴流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12431?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"氪金流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233065?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"争霸流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/159542?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"召唤流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/157025?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"重生文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/182552?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/168672?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"LOL\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12758?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"红包文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/202610?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"迪化流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233069?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"权谋文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233439?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异兽流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/159552?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武魂流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/232705?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"风水玄学\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/231592?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代诡秘\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229429?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"蒸汽朋克\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/156231?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"巫师流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229460?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"硬科幻\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/200279?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"败家流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/230502?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"机甲流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/34537?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}}`\n\ng=`{\"title\":\"■■■■■■■■女生榜单■■■■■■■■\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人气榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40202&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"热搜榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40702&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完结榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40304&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"连载榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=41002&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱ 女生热度 ✱　　　　　　✱\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代言情\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25001800?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古代言情\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25001700?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青春校园\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25003000?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"悬疑推理\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25002000?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"玄幻言情\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25001500?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻空间\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25002100?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"游戏竞技\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25002200?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱女生角色✱　　　　　　✱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11512?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"王妃\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11168?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"嫡女\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/16300?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神医\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/50603?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女配\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15834?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"萌宝\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/18840?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"农女\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/54153?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"皇后\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13442?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"白领\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10987?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"庶女\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14207?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"明星\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10317?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"王爷\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11173?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"特工\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11171?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"前妻\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14104?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"首席\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13387?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"弃妇\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12102?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"商女\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25931?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"设计师\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11458?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"学霸\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/26103?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"养女\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14119?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱女生情节✱　　　　　　✱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13610?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"契约婚姻\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/26028?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"日久生情\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13610?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青梅竹马\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12385?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"种田文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/18418?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"年代文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/200334?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"团宠\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229410?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"欢喜冤家\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10969?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"复仇文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/222882?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"逆袭流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/230499?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"先婚后爱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14621?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫斗文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/230500?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宅斗文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15850?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女强\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12386?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"强取豪夺\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13450?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"快穿\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/37234?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"重生文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/182552?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/168672?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"破镜重圆\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14035?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿书\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/59318?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"萌宝文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/231492?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"带球跑\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15171?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"架空\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10402?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"虐恋\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10767?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"空间文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/232706?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/36244?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"直播文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229663?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐圈\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10128?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"扮猪吃虎\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10814?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"家长里短\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10660?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"同居\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12000?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"隐婚\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/30304?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代诡秘\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229429?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"职场商战\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/23648?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"婚恋文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/230501?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"豪门\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11513?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"HE\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15994?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"甜文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10887?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"1v1\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/187551?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}}`\n\nn=`]`\n\nx=`[{\"title\":\"✱　　　　　　✱男生old✱　　　　　　✱\",\"url\":\"/\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人气榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=12001&_t=&_c=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"畅销榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=11002&_t=&_c=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"VIP榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=43001&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"新书榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=13000&_t=1&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"收藏榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=27002&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"飙升榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=14001&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完本榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=15001&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"风云榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=29004&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"更新榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=28001&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱女生old✱　　　　　　✱\",\"url\":\"/\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人气榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=12011&_t=&_c=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"畅销榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=11012&_t=&_c=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"VIP榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=43011&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"新书榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=13010&_t=1&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"收藏榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=27012&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"飙升榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=14011&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完本榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=15011&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"风云榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=29014&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"更新榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=28011&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}}]`\n\nkey=String(source.getVariable())\n\nkey==\"\"? m+b+`,`+g+n :\nkey==\"1\"? m+b+`,`+g+n :\nkey==\"2\"? m+g+`,`+b+n :\nkey==\"3\"? m+b+n :\nkey==\"4\"? m+g+n : x\n</js>",
    "header": "{\"cookie\":\"device_id=D900MIVU7AH2SDF9;platform=wap;user_preference=%7B%7D;Hm_lvt_1c932f22da573f2870e8ab565f4ff9cb=1616847894;build=999000000;Hm_lpvt_1c932f22da573f2870e8ab565f4ff9cb=1616849443;app_id=duokan_h5;channel=Y0X66A;user_type=3\"}",
    "lastUpdateTime": 1731441859351,
    "loginUrl": "https://account.xiaomi.com/fe/service/login/password?display=mobile&sid=reader&qs",
    "respondTime": 5413,
    "ruleBookInfo": {
      "coverUrl": "",
      "kind": "$.item.tags[*]&&$.rights",
      "lastChapter": "$.item.latest",
      "name": "",
      "tocUrl": "$.item.fiction_id@js:\"https://www.duokan.com/store/v0/fiction/detail/\"+result+\"?chapter_id=0&_t=&_c=\"",
      "wordCount": "$.item.word_count"
    },
    "ruleContent": {
      "content": "$.url@js:\nlet content=\"\"\nif(result){\nlet b64 = java.ajax(result)\nlet str=java.base64Decode(b64.match(/'(.+?)'/)[1])\nlet list=JSON.parse(str).p\nfor (i =0;i<list.length;i++){\ncontent+= list[i]+\"\\n\"\n}\n}else{\ncontent+=\"购买后继续阅读本章内容\"\n}\ncontent",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "$.authors",
      "bookList": "$.items[*]",
      "bookUrl": "$.fiction_id@js:\"https://www.duokan.com/hs/v0/android/fiction/book/\"+result",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "$.new_tags&&$.rights",
      "name": "$.title",
      "wordCount": "$.word_count"
    },
    "ruleSearch": {
      "author": "$.role[0][1]",
      "bookList": "$.items[*]",
      "bookUrl": "$.source_id@js:\"https://www.duokan.com/hs/v0/android/fiction/book/\"+result",
      "checkKeyWord": "九星霸体诀",
      "coverUrl": "$.cover",
      "intro": "$.intro",
      "kind": "",
      "lastChapter": "",
      "name": "$.title",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "$.item.toc[*]",
      "chapterName": "$.title",
      "chapterUrl": "$.seq_id@js:\n\"https://www.duokan.com/drm/v0/fiction/link?chapter_id=\"+result+\"&format=jsonp&withid=1&fiction_id=\"+baseUrl.match(/detail\\/(\\d+)/)[1]+\"&_t=&_c=\"",
      "isVip": "$.free@js:result?false:true"
    },
    "searchUrl": "https://www.duokan.com/store/v0/lib/query/onebox?start=0&count=10&s={{key}}&source=2%2C5%2C6%2C7&_t=1616840245&_c=3963",
    "variableComment": "✱✱输入数字 变更发现列表：\n1  男榜+女榜  (默认列表)\n2  女榜+男榜\n3  仅男榜\n4  仅女榜\n5  旧的发现列表x\n✱✱若发现列表没变更，长按列表顶栏，弹出菜单选“刷新”，收起列表再摊开。",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "爱书不包",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.ishubao.org#",
    "bookUrlPattern": "https://www.ishubao.org/files/article/html/\\d+/\\d+",
    "customButton": false,
    "customOrder": 792,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻魔法\",\"url\":\"/list/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},{\"title\":\"武侠修真\",\"url\":\"/list/2_{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},{\"title\":\"都市言情\",\"url\":\"/list/3_{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},{\"title\":\"历史军事\",\"url\":\"/list/4_{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},{\"title\":\"网游竞技\",\"url\":\"/list/5_{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},{\"title\":\"科幻灵异\",\"url\":\"/list/6_{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},{\"title\":\"其它类型\",\"url\":\"/list/7_{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\"\n}",
    "lastUpdateTime": 1735040344696,
    "loginUrl": "{\n  \"url\": \"\"\n}",
    "respondTime": 1382,
    "ruleBookInfo": {
      "author": "class.info@h3@a@text",
      "coverUrl": "class.img@tag.img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "class.info@tag.p.0@text##更新时间：",
      "lastChapter": "class.info@tag.span@a@text",
      "name": "class.info@tag.h1@text",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.book_text@html##一秒记住.*免费阅读！",
      "nextContentUrl": "class.book_content_text_next@tag.a.4@href",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.name@tag.a.1@text",
      "bookList": "id.BookList@li",
      "bookUrl": "class.name@tag.a.0@href",
      "coverUrl": "img@src",
      "intro": "tag.p@text",
      "kind": "tag.dt@tag.em.0@text",
      "lastChapter": "tag.dt@a@text",
      "name": "class.name@tag.a.0@text",
      "wordCount": "tag.dt@span@text##字"
    },
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.ishubao.org/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": "",
      "kind": "class.odd.2@text",
      "lastChapter": "tag.a.1@text",
      "name": "tag.a.0@text",
      "wordCount": "class.even.1@text"
    },
    "ruleToc": {
      "chapterList": "id.chapterlist@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://www.ishubao.org/modules/article/search.php?s=12839966820499815668&entry=1&ie=gbk&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//by:九梦\n//九梦的图片替换，蛋蛋的UC替换\n//2025.1.29\nlet m={\"a85090415a\":\"日\",\"0203769080\":\"丰\",\"0355171744\":\"地\",\"0528649589\":\"臀\",\"0602771294\":\"妈\",\"0665756424\":\"胸\",\"0665889261\":\"蛋\",\"0698278491\":\"首\",\"0744208851\":\"一\",\"0774208243\":\"介\",\"0747467933\":\"蜜\",\"0832215510\":\"合\",\"0872283620\":\"泽\",\"0902364778\":\"十\",\"0983658750\":\"香\",\"0990372354\":\"淫\",\"0951783242\":\"露\",\"1020382214\":\"三\",\"1128608327\":\"偷\",\"1165271020\":\"暴\",\"1167260777\":\"腿\",\"1190111324\":\"第\",\"1330289459\":\"丝\",\"1605992686\":\"件\",\"1644155001\":\"腐\",\"1748611635\":\"炮\",\"1790668606\":\"高\",\"1809149563\":\"含\",\"2038870549\":\"爱\",\"2113285564\":\"死\",\"2211806946\":\"人\",\"2222207117\":\"嫩\",\"2472677945\":\"马\",\"2479341369\":\"帮\",\"2546160883\":\"上\",\"2624694117\":\"缝\",\"2735853814\":\"独\",\"2857703127\":\"法\",\"2876804651\":\"顶\",\"2886155750\":\"棒\",\"2885608989\":\"中\",\"2953530793\":\"花\",\"3023538105\":\"席\",\"3087672465\":\"五\",\"3187883344\":\"园\",\"3269935019\":\"光\",\"3511096181\":\"摇\",\"3561353475\":\"眼\",\"3573763138\":\"最\",\"3609388116\":\"乱\",\"3620919708\":\"宰\",\"3691658535\":\"做\",\"3697158622\":\"主\",\"3750225803\":\"交\",\"3835404789\":\"大\",\"3887706975\":\"温\",\"4072862874\":\"吞\",\"4208731327\":\"未\",\"4247282819\":\"潮\",\"4323477214\":\"发\",\"4465328127\":\"六\",\"4896650341\":\"色\",\"4915941086\":\"西\",\"5034321418\":\"流\",\"5118765982\":\"网\",\"5268319798\":\"房\",\"5366920169\":\"干\",\"5405095624\":\"活\",\"5504072831\":\"裸\",\"5515430018\":\"妹\",\"5554918885\":\"夫\",\"5570002531\":\"粉\",\"5794932762\":\"巴\",\"5798715549\":\"山\",\"5825662041\":\"白\",\"5865212886\":\"里\",\"5934682064\":\"二\",\"5958823569\":\"麻\",\"6115586454\":\"吸\",\"6146409280\":\"粗\",\"6202025318\":\"代\",\"6258129695\":\"欲\",\"6472284406\":\"辱\",\"6534980771\":\"台\",\"6598183488\":\"弹\",\"6695148880\":\"美\",\"6810021581\":\"熟\",\"6834531826\":\"尿\",\"6843073930\":\"指\",\"6874325047\":\"操\",\"6921916056\":\"龟\",\"6972560942\":\"亲\",\"7071132422\":\"湿\",\"7075168225\":\"穴\",\"7092415778\":\"头\",\"7334347774\":\"玉\",\"7402244018\":\"宫\",\"7450445747\":\"挤\",\"7614763772\":\"水\",\"7615188907\":\"天\",\"7641707176\":\"甲\",\"7645727085\":\"私\",\"7666628481\":\"学\",\"7808420336\":\"荡\",\"7875951963\":\"四\",\"7912251525\":\"舔\",\"7980237169\":\"内\",\"8186728471\":\"出\",\"8165804057\":\"母\",\"8202714140\":\"东\",\"8212084865\":\"裸\",\"8242185966\":\"动\",\"8285637025\":\"容\",\"8381351178\":\"具\",\"8406787204\":\"退\",\"8431104929\":\"舌\",\"8431794980\":\"唇\",\"8443857439\":\"插\",\"8637348340\":\"精\",\"8728327662\":\"乳\",\"8739167787\":\"处\",\"8770568739\":\"肉\",\"8771907310\":\"狗\",\"8773645769\":\"情\",\"8986539842\":\"证\",\"9030340049\":\"性\",\"9065740329\":\"射\",\"9075956636\":\"迷\",\"9100236271\":\"兽\",\"9123535704\":\"洞\",\"9131928994\":\"硬\",\"9218945420\":\"波\",\"9332720497\":\"足\",\"9350080768\":\"下\",\"9364129810\":\"丁\",\"9386124353\":\"儿\",\"9440082131\":\"生\",\"9572922210\":\"布\",\"9818286580\":\"扎\",\"9875422061\":\"凌\",\"9884662704\":\"撸\",\"9942269763\":\"浪\",\"9986630664\":\"漏\",\"9993921948\":\"局\",};\nfunction x(e, m) {\n    for (i in m) {\n        var k = m[i];\n        var n = '<img src=\"https://novel.seseclub.com/template/imgs/' + i + '.png\">';\n        e = e.split(n).join(k);\n    }\n    return e;\n}\nx(result, m);",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔞涩涩俱乐部",
    "bookSourceType": 0,
    "bookSourceUrl": "https://novel.seseclub.com",
    "customButton": false,
    "customOrder": 793,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n    {\n        \"title\": \"按人气排序↓\",\n        \"url\": \"\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 1,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n    \t   \"title\":\"藏经阁\",\n    \t   \"url\":\"/book/category/list/3/page/{{page}}\",\n    \t   \"style\":{\n    \t   \t\"layout_flexBasisPercent\":1,\n    \t   \t\"layout_flexGrow\":1\n    \t   \t}\n    \t},\n    \t{\n    \t\t   \"title\":\"书库\",\n    \t\t   \"url\":\"/book/category/page/{{page}}\",\n    \t\t   \"style\":{\n    \t\t   \t\"layout_flexBasisPercent\":1,\n    \t\t   \t\"layout_flexGrow\":1\n    \t\t   \t}\n    \t\t   \t}, \n    \t\t   \t{\n    \t\t   \t\t\"title\": \"全部\",\n    \t\t   \t\t\"url\": \"/book/category/list/4/page/{{page}}\",\n    \t\t   \t\t\"style\": {\n    \t\t   \t\t\t\"layout_flexBasisPercent\": 0.2,\n    \t\t   \t\t\t\"layout_flexGrow\": 1\n    \t\t   \t\t}\n    },\n    {\n        \"title\": \"玄幻\",\n        \"url\": \"/book/category/list/4/tags/1/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"武侠\",\n        \"url\": \"/book/category/list/4/tags/2/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"仙侠\",\n        \"url\": \"/book/category/list/4/tags/3/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"古言\",\n        \"url\": \"/book/category/list/4/tags/4/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"都市\",\n        \"url\": \"/book/category/list/4/tags/5/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"历史\",\n        \"url\": \"/book/category/list/4/tags/6/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"网游\",\n        \"url\": \"/book/category/list/4/tags/7/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"科幻\",\n        \"url\": \"/book/category/list/4/tags/8/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"女生\",\n        \"url\": \"/book/category/list/4/tags/9/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"同人\",\n        \"url\": \"/book/category/list/4/tags/10/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"推理\",\n        \"url\": \"/book/category/list/4/tags/11/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"穿越\",\n        \"url\": \"/book/category/list/4/tags/12/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"重生\",\n        \"url\": \"/book/category/list/4/tags/13/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"系统\",\n        \"url\": \"/book/category/list/4/tags/14/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"求生\",\n        \"url\": \"/book/category/list/4/tags/15/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"恐怖\",\n        \"url\": \"/book/category/list/4/tags/16/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"耽美\",\n        \"url\": \"/book/category/list/4/tags/17/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"百合\",\n        \"url\": \"/book/category/list/4/tags/18/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"NTR\",\n        \"url\": \"/book/category/list/4/tags/19/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"足控\",\n        \"url\": \"/book/category/list/4/tags/20/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"乱伦\",\n        \"url\": \"/book/category/list/4/tags/21/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"SM\",\n        \"url\": \"/book/category/list/4/tags/22/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"伪娘\",\n        \"url\": \"/book/category/list/4/tags/23/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"娱乐\",\n        \"url\": \"/book/category/list/4/tags/24/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"综合\",\n        \"url\": \"/book/category/list/4/tags/25/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"按最新排序↓\",\n        \"url\": \"\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 1,\n            \"layout_flexGrow\": 1\n        }\n    },{\n\t\"title\":\"藏经阁\",\n\t\"url\":\"/book/category/list/3/order/addtime/page/{{page}}\",\n\t\"style\":{\n\t\"layout_flexBasisPercent\":1,\n\t\"layout_flexGrow\":1\n\t}\n},{\n\t\"title\":\"书库\",\n\t\"url\":\"/book/category/order/addtime/page/{{page}}\",\n\t\"style\":{\n\t\"layout_flexBasisPercent\":1,\n\t\"layout_flexGrow\":1\n\t}\n},\n    {\n        \"title\": \"全部\",\n        \"url\": \"/book/category/list/4/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"玄幻\",\n        \"url\": \"/book/category/list/4/tags/1/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"武侠\",\n        \"url\": \"/book/category/list/4/tags/2/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"仙侠\",\n        \"url\": \"/book/category/list/4/tags/3/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"古言\",\n        \"url\": \"/book/category/list/4/tags/4/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"都市\",\n        \"url\": \"/book/category/list/4/tags/5/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"历史\",\n        \"url\": \"/book/category/list/4/tags/6/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"网游\",\n        \"url\": \"/book/category/list/4/tags/7/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"科幻\",\n        \"url\": \"/book/category/list/4/tags/8/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"女生\",\n        \"url\": \"/book/category/list/4/tags/9/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"同人\",\n        \"url\": \"/book/category/list/4/tags/10/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"推理\",\n        \"url\": \"/book/category/list/4/tags/11/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"穿越\",\n        \"url\": \"/book/category/list/4/tags/12/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"重生\",\n        \"url\": \"/book/category/list/4/tags/13/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"系统\",\n        \"url\": \"/book/category/list/4/tags/14/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"求生\",\n        \"url\": \"/book/category/list/4/tags/15/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"恐怖\",\n        \"url\": \"/book/category/list/4/tags/16/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"耽美\",\n        \"url\": \"/book/category/list/4/tags/17/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"百合\",\n        \"url\": \"/book/category/list/4/tags/18/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"NTR\",\n        \"url\": \"/book/category/list/4/tags/19/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"足控\",\n        \"url\": \"/book/category/list/4/tags/20/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"乱伦\",\n        \"url\": \"/book/category/list/4/tags/21/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"SM\",\n        \"url\": \"/book/category/list/4/tags/22/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"伪娘\",\n        \"url\": \"/book/category/list/4/tags/23/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"娱乐\",\n        \"url\": \"/book/category/list/4/tags/24/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"综合\",\n        \"url\": \"/book/category/list/4/tags/25/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },{\n\t\"title\":\"按连载排序↓\",\n\t\"url\":\"\",\n\t\"style\":{\n\t\"layout_flexBasisPercent\":1,\n\t\"layout_flexGrow\":1\n\t}\n},{\n\t\"title\":\"藏经阁\",\n\t\"url\":\"/book/category/list/3/finish/1/page/{{page}}\",\n\t\"style\":{\n\t\"layout_flexBasisPercent\":1,\n\t\"layout_flexGrow\":1\n\t}\n},{\n\t\"title\":\"书库\",\n\t\"url\":\"/book/category/finish/1/page/{{page}}\",\n\t\"style\":{\n\t\"layout_flexBasisPercent\":1,\n\t\"layout_flexGrow\":1\n\t}\n},\n    {\n        \"title\": \"全部\",\n        \"url\": \"/book/category/list/4/finish/1/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"玄幻\",\n        \"url\": \"/book/category/list/4/finish/1/tags/1/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"武侠\",\n        \"url\": \"/book/category/list/4/finish/1/tags/2/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"仙侠\",\n        \"url\": \"/book/category/list/4/finish/1/tags/3/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"古言\",\n        \"url\": \"/book/category/list/4/finish/1/tags/4/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"都市\",\n        \"url\": \"/book/category/list/4/finish/1/tags/5/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"历史\",\n        \"url\": \"/book/category/list/4/finish/1/tags/6/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"网游\",\n        \"url\": \"/book/category/list/4/finish/1/tags/7/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"科幻\",\n        \"url\": \"/book/category/list/4/finish/1/tags/8/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"女生\",\n        \"url\": \"/book/category/list/4/finish/1/tags/9/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"同人\",\n        \"url\": \"/book/category/list/4/finish/1/tags/10/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"推理\",\n        \"url\": \"/book/category/list/4/finish/1/tags/11/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"穿越\",\n        \"url\": \"/book/category/list/4/finish/1/tags/12/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"重生\",\n        \"url\": \"/book/category/list/4/finish/1/tags/13/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"系统\",\n        \"url\": \"/book/category/list/4/finish/1/tags/14/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"求生\",\n        \"url\": \"/book/category/list/4/finish/1/tags/15/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"恐怖\",\n        \"url\": \"/book/category/list/4/finish/1/tags/16/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"耽美\",\n        \"url\": \"/book/category/list/4/finish/1/tags/17/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"百合\",\n        \"url\": \"/book/category/list/4/finish/1/tags/18/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"NTR\",\n        \"url\": \"/book/category/list/4/finish/1/tags/19/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"足控\",\n        \"url\": \"/book/category/list/4/finish/1/tags/20/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"乱伦\",\n        \"url\": \"/book/category/list/4/finish/1/tags/21/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"SM\",\n        \"url\": \"/book/category/list/4/finish/1/tags/22/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"伪娘\",\n        \"url\": \"/book/category/list/4/finish/1/tags/23/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"娱乐\",\n        \"url\": \"/book/category/list/4/finish/1/tags/24/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"综合\",\n        \"url\": \"/book/category/list/4/finish/1/tags/25/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    }\n]\n\n",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 14; zh-cn; M2102K1AC Build/UKQ1.231207.002) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/109.0.5414.118 Mobile Safari/537.36 MQQBrowser/10.1.0\"}",
    "lastUpdateTime": 1743218273608,
    "loginUrl": "https://novel.seseclub.com",
    "respondTime": 29340,
    "ruleBookInfo": {
      "author": "#bookinfo@p.0",
      "coverUrl": ".photo@img.0@src",
      "kind": "#bookinfo@a&&#bookinfo@p.[-1,-2]",
      "name": "#bookinfo@div.0@h2@text",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".chapter-content-wrap@html##[上|下]一章|本站地址.+[^.].+\t",
      "replaceRegex": "{{eval(String(source.bookSourceComment))}}\n<js>\ni=[\"%uE800\",\"%uE801\",\"%uE802\",\"%uE803\",\"%uE804\",\"%uE805\",\"%uE806\",\"%uE807\",\"%uE808\",\"%uE809\",\"%uE80A\",\"%uE80B\",\"%uE80C\",\"%uE80D\",\"%uE80E\",\"%uE80F\",\"%uE810\",\"%uE811\",\"%uE812\",\"%uE813\",\"%uE814\",\"%uE815\",\"%uE816\",\"%uE817\",\"%uE818\",\"%uE819\",\"%uE81A\",\"%uE81B\",\"%uE81C\",\"%uE81D\",\"%uE81E\",\"%uE81F\",\"%uE820\",\"%uE821\",\"%uE822\",\"%uE823\",\"%uE824\",\"%uE825\",\"%uE826\",\"%uE827\",\"%uE828\",\"%uE829\",\"%uE82A\",\"%uE82B\",\"%uE82C\",\"%uE82D\",\"%uE82E\",\"%uE82F\",\"%uE830\",\"%uE831\",\"%uE832\",\"%uE833\",\"%uE834\",\"%uE835\",\"%uE836\",\"%uE837\",\"%uE838\",\"%uE839\",\"%uE83A\",\"%uE83B\",\"%uE83C\",\"%uE83D\",\"%uE83E\",\"%uE83F\",\"%uE840\",\"%uE841\",\"%uE842\",\"%uE843\",\"%uE844\",\"%uE845\",\"%uE846\",\"%uE847\",\"%uE848\",\"%uE849\",\"%uE84A\",\"%uE84B\",\"%uE84C\",\"%uE84D\",\"%uE84E\",\"%uE84F\",\"%uE850\",\"%uE851\",\"%uE852\",\"%uE853\",\"%uE854\",\"%uE855\",\"%uE856\",\"%uE857\",\"%uE858\",\"%uE859\",\"%uE85A\",\"%uE85B\",\"%uE85C\",\"%uE85D\",\"%uE85E\",\"%uE85F\",\"%uE860\",\"%uE861\",\"%uE862\",\"%uE863\"];\n//字体文本\nz=\"的一是了我不人在他有这个上们来到时大地为子中你说生国年着就那和要她出也得里后自以会家可下而过天去能对小多然于心学么之都好看起发当没成只如事把还用第样道想作种开美总从无情己面最女但现前些所同日手又行意动\";\n\t\n\t//变成unicode编码\nhtml = escape(result);\n//替换\nfunction ti(html,i,z){\n\treg = new RegExp(i,'g');\n\treturn html.replace(reg,z);\n\t}\nfor(x in i){\n\thtml = ti(html,i[x],z[x])\n\t}\n//解unicode编码（变成文字）\nunescape(html)\n</js>"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.0@text",
      "bookList": ".aglike@li",
      "bookUrl": "a.0@href",
      "checkKeyWord": "六点的钟声",
      "coverUrl": "img.0@src",
      "intro": ".decs@text",
      "kind": "",
      "name": ".name@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "#chapterlsit@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ""
    },
    "searchUrl": "/book/search/{{key}}/{{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "天域小说️",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.tycqzw.net#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 794,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部小说\",\"url\":\"https://m.tycqzw.com/xclass/0/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"玄幻小说\",\"url\":\"https://m.tycqzw.com/xclass/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"修真小说\",\"url\":\"https://m.tycqzw.com/xclass/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"都市小说\",\"url\":\"https://m.tycqzw.com/xclass/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"穿越小说\",\"url\":\"https://m.tycqzw.com/xclass/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"网游小说\",\"url\":\"https://m.tycqzw.com/xclass/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"科幻小说\",\"url\":\"https://m.tycqzw.com/xclass/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}},{\"title\":\"其他小说\",\"url\":\"https://m.tycqzw.com/xclass/7/{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}}]",
    "lastUpdateTime": 1735040358674,
    "loginUrl": "",
    "respondTime": 3936,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作\\s*者：",
      "coverUrl": "id.fmimg@tag.img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content",
      "lastChapter": "id.list@tag.dd.0@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "id.info@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@html##推荐.*新书.*|手机用户.*阅读体验。"
    },
    "ruleExplore": {
      "author": "class.author@text##作者：",
      "bookList": "class.hot_sale",
      "bookUrl": "tag.a.0@href@js:\nr=result.match(/_(\\d+)/)\nid=r[1]\nvar iid = parseInt(id/1000);\n'https://www.tycqzw.com/'+iid+'_'+id+'/'",
      "coverUrl": "img@data-original",
      "intro": "class.review@text##简介：",
      "lastChapter": "",
      "name": "class.title@text"
    },
    "ruleSearch": {
      "author": "class.even.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.even.0@tag.a.0@href",
      "coverUrl": "class.even.0@tag.a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.tycqzw.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "class.odd.0@tag.a.0@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.even.0@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search.php?searchkey={{key}}",
    "weight": 100
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "女频,🔞",
    "bookSourceName": "耽美小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.blxsw.cc#",
    "customButton": false,
    "customOrder": 795,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "现代都市::https://m.blxsw.cc/xiandaidushi/index_{{page}}.html\n古代架空::https://m.blxsw.cc/gudaijiakong/index_{{page}}.html\n穿越重生::https://m.blxsw.cc/chuanyuechongsheng/index_{{page}}.html\n玄幻灵异::https://m.blxsw.cc/xuanhuanlingyi/index_{{page}}.html\n推理悬疑::https://m.blxsw.cc/tuilixuanyi/index_{{page}}.html\n网游竞技::https://m.blxsw.cc/wangyoujingji/index_{{page}}.html\nＢＬ同人::https://m.blxsw.cc/BLtongren/index_{{page}}.html\nＧＬ百合::https://m.blxsw.cc/GLbaihe/index_{{page}}.html",
    "lastUpdateTime": 1728332637016,
    "respondTime": 6221,
    "ruleBookInfo": {
      "kind": "//td[@class='info_text']/text()"
    },
    "ruleContent": {
      "content": "//td[@id='text']/p[position() < last()-1]"
    },
    "ruleExplore": {
      "author": "//span[1]/text()",
      "bookList": "//ul/li[@class='book-li']",
      "bookUrl": "/a/@href",
      "kind": "//span[2]/text()",
      "lastChapter": "//span[3]/text()",
      "name": "/a//h4/text()"
    },
    "ruleSearch": {
      "author": "//h2/span[2]/text()",
      "bookList": "//h2",
      "bookUrl": "//h2/a//@href",
      "name": "//h2/a//text()"
    },
    "ruleToc": {
      "chapterList": "//option",
      "chapterName": "/text()",
      "chapterUrl": "/@value"
    },
    "searchUrl": "https://m.blxsw.cc/e/search/index.php,{\n\"method\":\"post\",\n\"body\":\"keyboard={{key}}&show=title&tempid=1&tbname=article\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃爱读书网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.changduba.com#🎃",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 796,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 0,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 371,
    "ruleBookInfo": {
      "author": "class.author@text##作者：",
      "canReName": "",
      "coverUrl": "class.imgbox@tag.img@data-src",
      "init": "",
      "intro": "class.jianjie@tag.p.0@textNodes",
      "kind": "",
      "lastChapter": "class.status@tag.p.-1@tag.a@text",
      "name": "class.status@tag.h1@text",
      "tocUrl": "class.read@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "class.yd_text2@html",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.odd.0@tag.a@href",
      "coverUrl": "class.odd.0@tag.a@href@js:result.replace(/\\/(\\d+)\\//,'/files/article/image/$1/$2/$2s.jpg')",
      "intro": "",
      "kind": "",
      "lastChapter": "class.even.0@text##正文",
      "name": "class.odd.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.mulu_list@tag.li@tag.a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "modules/article/search.php?searchkey={{key}}&searchtype=articlename&submit=搜索",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "读趣网站",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xduqu.com",
    "customButton": false,
    "customOrder": 797,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部小说::modules/article/articlefilter.php?&order=lastupdate&page={{page}}\n玄幻魔法::modules/article/articlefilter.php?&order=lastupdate&sortid=1&page={{page}}\n武侠修真::modules/article/articlefilter.php?&order=lastupdate&sortid=2&page={{page}}\n都市言情::modules/article/articlefilter.php?&order=lastupdate&sortid=3&page={{page}}\n历史军事::modules/article/articlefilter.php?&order=lastupdate&sortid=4&page={{page}}\n侦探推理::modules/article/articlefilter.php?&order=lastupdate&sortid=5&page={{page}}\n网游动漫::modules/article/articlefilter.php?&order=lastupdate&sortid=6&page={{page}}\n科幻小说::modules/article/articlefilter.php?&order=lastupdate&sortid=7&page={{page}}\n恐怖灵异::modules/article/articlefilter.php?&order=lastupdate&sortid=8&page={{page}}\n言情小说::modules/article/articlefilter.php?&order=lastupdate&sortid=9&page={{page}}\n其它类型::modules/article/articlefilter.php?&order=lastupdate&sortid=10&page={{page}}\n字数排行::modules/article/articlefilter.php?&order=size&page={{page}}",
    "header": "{\n\t\"x-requested-with\": \"XMLHttpRequest\",\n\t\"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.92 Safari/537.36\"\n}",
    "lastUpdateTime": 1735040648436,
    "respondTime": 4487,
    "ruleBookInfo": {
      "author": "span > a@text",
      "coverUrl": "class.divbox cf@tag.a.0@img@src",
      "intro": "class.tabvalue.0@text",
      "name": "div > span:nth-child(1)@text",
      "tocUrl": "text.点击阅读@href"
    },
    "ruleContent": {
      "content": "id.acontent@html##读趣推.*|如果您中.*|.*正文.*|",
      "replaceRegex": "##\\(读趣 www.xduqu.com\\)|关注大.*|最新网址.*|读趣.*"
    },
    "ruleExplore": {
      "author": "//td[3]/text()",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.a@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "kind": "//td[5]/text()&&//td[6]/text()",
      "lastChapter": "//td[2]/a/text()",
      "name": "//td[1]/a[2]/text()",
      "wordCount": "//td[4]/text()"
    },
    "ruleSearch": {
      "author": "class.c_value.0@text",
      "bookList": "class.c_row",
      "bookUrl": "tag.a@href",
      "coverUrl": "class.fl@tag.a@img@src",
      "kind": "class.c_value.1@text&&class.c_value.6@text",
      "lastChapter": "class.c_value.5@tag.a@text",
      "name": "class.c_subject@tag.a@text",
      "wordCount": "class.c_value.2@text"
    },
    "ruleToc": {
      "chapterList": "class.chapters@tag.li@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{java.connect(source.getKey()).raw().request().url()}}modules/article/search.php,{\n\"method\": \"POST\",\n\"body\": \"searchtype=all&searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "️爱看小说️",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.2kk.la#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 798,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1734984469427,
    "respondTime": 2966,
    "ruleBookInfo": {
      "author": "p.author@text",
      "coverUrl": ".synopsisArea_detail img@src",
      "intro": "p.review@text",
      "kind": ".synopsisArea_detail p.1:2:3@text\n##类别：|状态：|更新：",
      "lastChapter": ".str-over-dot a@text",
      "name": "span.title@text",
      "tocUrl": "text.完整目录@href"
    },
    "ruleContent": {
      "content": "#chaptercontent>p@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##（本章未完.*继续阅读）|{{chapter.title}}| \\(第.+页\\)"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "p.1@text",
      "bookList": ".hot_sale",
      "bookUrl": "a@href",
      "checkKeyWord": "剑来",
      "coverUrl": "img@data-original",
      "intro": "p.2@text##简介：",
      "kind": "0",
      "name": "p.0@text"
    },
    "ruleToc": {
      "chapterList": "#chapterlist p!0@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🍅 疯读小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://fiction.fengduxiaoshuo.com",
    "customButton": false,
    "customOrder": 799,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "❀                       男 生 频 道                      ❀::\n都市小说::https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=4&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201705000&nid=82eaf9444d8db8b985b2ac71cde4b691&api_version=v1&_sv=v1&_ts=1602868844&_sign=M2RjM2U2ZjhkMzZkMzljMDFhNTRjYjVlZTk4YWY0OW\n玄幻小说::https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=13&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201705000&nid=9a66ac1561a4dfc28ee20d6f120b5033&api_version=v1&_sv=v1&_ts=1602869126&_sign=YzhkNzc0YTlkNzYwMWU2MmFmNmY3NTJiMzQ0NWU2ZW\n仙侠小说::https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=12&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201705000&nid=26577fc884ce13bdb6bf14c098743daf&api_version=v1&_sv=v1&_ts=1602869270&_sign=ZTMwNDM2NjJlNmY1YTNkYWNjMTRjOGY3ZWU5ZTQyND\n历史小说::https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=17&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201705000&nid=bc656761c4d77e09bdc29901a4921b24&api_version=v1&_sv=v1&_ts=1602869361&_sign=ZmRmOTE4ZjZkMWMwZGRlYzI4NzFhNzlmNzNhOTU3YW\n科幻小说::https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=16&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201705000&nid=d02610e08301e8309c9d1079d8755352&api_version=v1&_sv=v1&_ts=1602869576&_sign=OGYwMzQ3YTZlMDlkYTk3NDJmZjI2YjMxNjVhYzU5N2\n游戏小说::https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=18&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201705000&nid=38a98da018285f5d480c18576d4723f3&api_version=v1&_sv=v1&_ts=1602869741&_sign=NTIxNzBmMmNhMzBjOGYzOWUwZGNhY2QzZjllYmExNT\n奇幻小说::https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=9&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201705000&nid=a11af07a6f283b0894d7cad041b11862&api_version=v1&_sv=v1&_ts=1602869796&_sign=ZWYzOWVjMGUyZDVmYzBiNDg2NjI5NDhiYzZkNzA5ZG\n❀                       女 生 频 道                      ❀::\n现代言情::https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=10&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201805000&nid=30ddfb4846022b495872a142c9371fc0&api_version=v1&_sv=v1&_ts=1602870028&_sign=NWJkYTNjZDQ3OGQ0ZDkzNGUxMDdiNjhlMTYxMTdlMG\n古代言情::https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=5&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201805000&nid=1546e2d86a13ed58a044f176c1d21a8e&api_version=v1&_sv=v1&_ts=1602870140&_sign=OTVkYzVhZjg2ZDZiNmM5M2U1YjdiZjY3OGI3ZTI3YT\n浪漫青春::https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=6&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201805000&nid=91961c794a395c96871d14b9109e59d9&api_version=v1&_sv=v1&_ts=1602870180&_sign=MjZlMWNkZTNlMjI0YmEzZjVkZDllYTAzNGI1ZTc0MT\n玄幻言情::https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=3&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201805000&nid=e0973f2178612332a06d430d7feb3b0b&api_version=v1&_sv=v1&_ts=1602870273&_sign=ZjM3MzllMzg2NTlkNDA2ZWY1Y2I5ZWE0ZjQ0MGNjMW\n仙侠奇缘::https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=7&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201805000&nid=d5a1b3706c4619e9d4ddfa541f66ef39&api_version=v1&_sv=v1&_ts=1602870313&_sign=YzgyZjBjMTQwOWE2OWEzNWI2ZGRjMmM1NTg4MTBmN2\nN次い元::https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=29&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201805000&nid=935a7398dffe11653d9c3b2052f5b4d2&api_version=v1&_sv=v1&_ts=1602870359&_sign=YTEwMTUwN2MzN2VjNjljNGM3YWM4ZTY1NTRhMDc2ZW",
    "lastUpdateTime": 1743751304780,
    "respondTime": 1943,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "@js:result",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "author": "$.bookAuthor",
      "bookList": "$..classficationBooks[*]",
      "bookUrl": "https://fiction.fengduxiaoshuo.com/doReader/enter_bookinfo_index?_token=869b9667-c66c-44d1-bba4-73e82cf2daee&bookId={{$.bookId}}",
      "coverUrl": "$.bookCoverImage",
      "intro": "$.bookDesc",
      "kind": "$.c_class_name&&{$.crazy_rating}分&&\n$.chapters_update_time",
      "lastChapter": "第{$.bookChapterNumber}章",
      "name": "$.bookTitle",
      "wordCount": "{$.book_words_num}字"
    },
    "ruleSearch": {
      "author": "$.bookAuthor",
      "bookList": "$.result[*]",
      "bookUrl": "https://fiction.fengduxiaoshuo.com/doReader/enter_bookinfo_index?_token=869b9667-c66c-44d1-bba4-73e82cf2daee&bookId={{$.bookId}}",
      "coverUrl": "$.bookCoverImage",
      "intro": "$.bookDesc",
      "kind": "$.c_class_name&&{$.crazy_rating}分&&\n$.chapters_update_time",
      "lastChapter": "第{$.bookChapterNumber}章",
      "name": "$.bookTitle",
      "wordCount": "{$.book_words_num}字"
    },
    "ruleToc": {
      "chapterList": "$..detailedBookInfo.bookChapterAllInfo[*]",
      "chapterName": "$.chapterTitle##[\\(（].*[求更谢乐发推].*[）\\)]",
      "chapterUrl": "$.content_url"
    },
    "searchUrl": "https://fiction.fengduxiaoshuo.com/doReader/search_book?_token=869b9667-c66c-44d1-bba4-73e82cf2daee&action=search_book&search_keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁,免费",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.yuyouge.com/",
    "customButton": false,
    "customOrder": 800,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\"\n}",
    "lastUpdateTime": 1734983035234,
    "loginUrl": "",
    "respondTime": 44887,
    "ruleBookInfo": {
      "author": "class.info@tag.dd.0@tag.p.0@text##作者：",
      "coverUrl": "class.img@img@src",
      "intro": "class.summary.1@text",
      "kind": "class.info@tag.dd.0@tag.p.1@a@text&&\nclass.info@tag.dd.0@tag.p.2@text##状态：",
      "lastChapter": "class.info@tag.dd.0@tag.p.3@a@text",
      "name": "class.info@tag.dt.0@tag.span.0@text",
      "tocUrl": "text.开始阅读@href@js:\nr=result.match(/(\\d+)-/)\nid=r[1]\n'https://www.yuyouge.com/book/'+id+'/'"
    },
    "ruleContent": {
      "content": "id.txtContent@html",
      "nextContentUrl": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.a.0@href<js>java.ajax('https://m.yuyouge.com'+result)</js>class.info@tag.dd.0@tag.p.0@text##作者：",
      "bookList": "class.book_textList2@li",
      "bookUrl": "tag.a.0@href##$##,{\"webView\":true}",
      "coverUrl": "",
      "kind": "",
      "lastChapter": "tag.a.1@text",
      "name": "tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.chapters-list@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href@js:'https://www.yuyouge.com'+result",
      "nextTocUrl": ""
    },
    "searchUrl": "https://m.yuyouge.com/search.htm?keyword={{key}}&pn={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "自制书源[禁][永久有效]",
    "bookSourceType": 0,
    "bookSourceUrl": "https://api.rouwenapp.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 801,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "都市言情::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=14\n校园言情::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=11\n穿越重生::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=12\n综合其他::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=7\n奇幻玄幻::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=10\n百合::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=8\n武侠仙侠::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=5\n科幻异能::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=13\n古代言情::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=6\n同人::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=3\n罗曼史::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=4\n恐怖灵异::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=1\n",
    "header": "{\n  \"User-Agent\" : \"okhttp\\/3.11.0\"\n}",
    "lastUpdateTime": 1743753108662,
    "loginUrl": "",
    "respondTime": 7557,
    "ruleBookInfo": {
      "intro": "@JSon:$.data.intro",
      "tocUrl": "@JSon:https://api.rouwenapp.com/reader/book/chapter?bookId={$.data.id}&number=0"
    },
    "ruleContent": {
      "content": "class.novelcontent@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "@JSon:$.author",
      "bookList": "@JSon:$.data.*",
      "bookUrl": "@JSon:$.id@js:\"https://api.rouwenapp.com/reader/book/detail?bookId=\"+result",
      "coverUrl": "@JSon:$.cover",
      "lastChapter": "@JSon:$.last_update_chapter_name||$..intro",
      "name": "@JSon:$.title"
    },
    "ruleToc": {
      "chapterList": "@JSon:$.data.chapterList.*",
      "chapterName": "@JSon:$.title",
      "chapterUrl": "@JSon:$.contentUrl",
      "nextTocUrl": "https://api.rouwenapp.com/reader/book/chapter/next?chapterId={$.data.chapterId}"
    },
    "searchUrl": "https://api.rouwenapp.com/reader/book/search?app_key=4037465544&page=<{{page}}>&keyword={{key}}&bookSource=read52v2",
    "weight": 0
  },
  {
    "bookSourceComment": "目录下页修复 by: yk游客2580",
    "bookSourceGroup": "免费",
    "bookSourceName": "星星小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xxtxt.com",
    "customButton": false,
    "customOrder": 802,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734548977936,
    "loginCheckJs": "",
    "respondTime": 6367,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "{{@@[property$=chapter_name]@content}}\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(\\{（｛【].*[求含理更谢乐发推票盟补加字Kk\\/].*/g,'')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(第.+章)\\s?\\d+/,'$1')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "name": "[property$=book_name]@content",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "class.font_max@html",
      "nextContentUrl": "text.下一@href",
      "replaceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".book_other.0@span.0@text",
      "bookList": "class.col-12 col-md-6",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "kind": ".book_other.1:2@text##.*：|.*：",
      "lastChapter": ".book_other.3@a@text",
      "name": "h3@a@text##.*\\]"
    },
    "ruleToc": {
      "chapterList": ".book_list2 li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isPay": "",
      "isVip": "",
      "nextTocUrl": ".page-link@a@href\n@js:\nnext = [];\nurl = result[0];\nlength = result.length;\np = src.match(/page-link\">1\\/(\\d+)/)||[];\npage = Number(p[1]);\nif(length < page){\n\tfor(i = 2; i <= page; i++){\n\t\tlink = String(url).replace(/_\\d+/,`_${i}`);\n\t\tnext.push(link)\n\t\t}\n\t\tnext;\n\t}else result"
    },
    "searchUrl": "http://www.xxtxt.com/search.php?q={{key}},{\n  \"method\": \"GET\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "半废了。但还可用。\n大概最新的十章+不能看。\nby.Thomas哟\n小说交流群462030508。\nA群637775313不加人。若家炸了查看此群群资料找新家。\n✱✱资源取自网络，仅供学习参考，请同学们在24小时内删除✱✱\n🆙💯Dragon Quest QB\n{{book.origin}}/wenxue/buy/ad-chapter/v4?apn=1&resourceId={{baseUrl.match(/bookId=(\\d+)/)[1]}}&serialId={{$.serialID}}",
    "bookSourceGroup": "免费",
    "bookSourceName": "硬币女宝",
    "bookSourceType": 0,
    "bookSourceUrl": "DragonQuestQBqqnv",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 803,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"✱　　　　　　✱ 畅  销  榜 ✱　　　　　　✱\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/listDispatch?action=rank&actionTag=girl&actionId=523346&pagestamp={{page}}&plan=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　上架30天内　\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/listDispatch?action=rank&actionTag=girl&actionId=523318&pagestamp={{page}}&plan=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　上架120天内　\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/listDispatch?action=rank&actionTag=girl&actionId=523320&pagestamp={{page}}&plan=1&signal=nextpage　\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　上架300天内？　\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/listDispatch?action=rank&actionTag=girl&actionId=523323&pagestamp={{page}}&plan=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　上架300天以上　\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/listDispatch?action=rank&actionTag=girl&actionId=523324&pagestamp={{page}}&plan=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱  书    库  ✱　　　　　　✱\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱ 古  言 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30013&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 收  藏 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,3&actionId=30013&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 字  数 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,9&actionId=30013&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 更  新 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,2&actionId=30013&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    女尊王朝\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30014&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    古典架空\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30015&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    古代情缘\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30016&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    穿越奇情\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30017&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    宫闱宅斗\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30018&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    经商种田\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30019&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    西方时空\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30094&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    清穿民国\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30095&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    上古蛮荒\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30096&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    热血江湖\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30097&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱ 现  言 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30020&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 收  藏 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,3&actionId=30020&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 字  数 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,9&actionId=30020&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 更  新 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,2&actionId=30020&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    都市生活\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30021&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    婚恋情缘\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30022&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    娱乐明星\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30023&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    商战职场\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30026&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    都市异能\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30027&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    豪门世家\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30028&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    极道江湖\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30029&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    民国情缘\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30030&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    异国情缘\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30098&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱ 幻  情 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30001&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 收  藏 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,3&actionId=30001&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 字  数 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,9&actionId=30001&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 更  新 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,2&actionId=30001&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    东方玄幻\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30002&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    异世大陆\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30003&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    远古神话\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30004&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    异族恋情\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30005&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    魔法幻情\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30006&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    西方奇幻\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30007&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    异能超术\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30092&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱ 仙  侠 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30008&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 收  藏 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,3&actionId=30008&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 字  数 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,9&actionId=30008&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 更  新 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,2&actionId=30008&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    武侠情缘\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30009&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    古典仙侠\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30010&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    现代修真\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30011&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    远古洪荒\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30012&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    仙侣奇缘\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30093&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱ 青  春 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30031&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 收  藏 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,3&actionId=30031&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 字  数 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,9&actionId=30031&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 更  新 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,2&actionId=30031&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    叛逆成长\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30032&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    青春纯爱\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30033&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    青春疼痛\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30034&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    青春校园\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30035&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱ 游  戏 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30050&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 收  藏 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,3&actionId=30050&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 字  数 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,9&actionId=30050&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 更  新 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,2&actionId=30050&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    电子竞技\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30051&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    网游情缘\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30052&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    游戏异界\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30053&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    体育竞技\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30054&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱ 科  幻 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30042&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 收  藏 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,3&actionId=30042&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 字  数 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,9&actionId=30042&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 更  新 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,2&actionId=30042&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    星际恋歌\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30043&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    时空穿梭\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30044&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    未来世界\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30045&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    古武机甲\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30046&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    超级科技\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30047&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    进化变异\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30048&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    末世危机\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30049&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱ 悬  疑 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30036&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 收  藏 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,3&actionId=30036&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 字  数 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,9&actionId=30036&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 更  新 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,2&actionId=30036&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    推理侦探\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30037&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    悬疑探险\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30039&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    奇妙世界\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30040&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    神秘文化\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30041&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱ 轻  文 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30055&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 收  藏 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,3&actionId=30055&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 字  数 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,9&actionId=30055&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 更  新 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,2&actionId=30055&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    同人衍生\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30100&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    唯美幻想\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30101&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    萌系变身\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30102&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    青春日常\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30103&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    搞笑吐槽\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30104&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    古典衍生\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30105&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    影视衍生\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30106&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    动漫衍生\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30107&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    其他衍生\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30108&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱ 短  篇 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30083&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 收  藏 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,3&actionId=30083&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 字  数 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,9&actionId=30083&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 更  新 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,2&actionId=30083&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    生活随笔\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30086&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    短篇小说\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30089&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱ 现  实 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30120&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 收  藏 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,3&actionId=30120&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 字  数 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,9&actionId=30120&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 更  新 \",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,2&actionId=30120&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    家与情感\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30121&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    行业人生\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30122&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    探索科幻\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30123&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    人文博览\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?actionTag=,-1,-1,-1,-1,6&actionId=30124&action=categoryV2&pagestamp={{page}}&categoryFlag=1&signal=nextpage\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"    　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱  风  格  ✱　　　　　　✱\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?searchFrom=61000012&actionTag=61000012,-1,-1,-1,-1,10&actionId=&page=1&base_tagid=61000012&action=tagV2&needHiddenCondition=0&categoryFlag=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"甜宠\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=63000004,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=63000004\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"轻松\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=63000001,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=63000001\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"温馨\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=630001002,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=630001002\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"爆笑\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=63000002,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=63000002\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"励志\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=63000009,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=63000009\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"虐文\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=63000003,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=63000003\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"萌系\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=630001001,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=630001001\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"正剧\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=63000008,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=63000008\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"悲剧\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=63000006,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=63000006\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"热血\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=63000010,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=63000010\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"爽文\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=63000005,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=63000005\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱  流  派  ✱　　　　　　✱\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?searchFrom=61000012&actionTag=61000012,-1,-1,-1,-1,10&actionId=&page=1&base_tagid=61000012&action=tagV2&needHiddenCondition=0&categoryFlag=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 1V1\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000012,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000012\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"HE\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000011,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000011\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"日久生情\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000027,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000027\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"权谋\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61001002,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61001002\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"欢喜冤家\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000025,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000025\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"架空\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001000,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001000\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"扮猪吃虎\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000021,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000021\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"逆袭\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000013,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000013\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"强强\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000008,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000008\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"家长里短\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000026,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000026\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫斗\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61001003,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61001003\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"先婚后爱\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61002014,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61002014\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"校园\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000074,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000074\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"婚恋\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000051,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000051\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"相爱相杀\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000029,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000029\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"修真\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61004002,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61004002\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青梅竹马\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000024,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000024\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"破镜重圆\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000031,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000031\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"修仙\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001011,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001011\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"复仇\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000039,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000039\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女扮男装\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000023,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000023\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"一见钟情\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000028,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000028\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"独宠\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001026,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001026\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"双向暗恋\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000022,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000022\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"同居\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61002008,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61002008\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"致富\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000063,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000063\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"马甲\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000056,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000056\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"年代文\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001003,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001003\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"虐渣\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000059,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000059\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"隐婚\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61002005,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61002005\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"美食\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000006,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000006\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"前世今生\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000062,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000062\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"升级\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000041,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000041\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"玄学\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000014,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000014\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"悬疑推理\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000076,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000076\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"职场商战\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61002011,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61002011\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"巧娶\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000053,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000053\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"世家\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001012,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001012\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"契约婚姻\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61002007,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61002007\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"位面\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001005,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001005\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"黑化\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000055,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000055\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"初恋\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001013,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001013\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"网游情缘\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61006003,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61006003\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"电竞\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000034,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000034\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奋斗\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001016,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001016\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"星际\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61007003,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61007003\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"闪婚\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61002006,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61002006\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"清穿\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61001001,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61001001\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"攻略\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001009,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001009\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"魔法\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61003004,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61003004\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"农门\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001030,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001030\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"师徒\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000075,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000075\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无CP\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000068,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000068\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"竞技\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61006001,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61006001\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"直播\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000004,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000004\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"生死大爱\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000044,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000044\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"游戏异界\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61006004,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61006004\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"姐弟恋\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000043,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000043\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"代嫁\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000071,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000071\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"萌宠\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000046,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000046\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"追妻\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001038,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001038\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"开挂\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001024,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001024\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"婆媳\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001001,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001001\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000049,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000049\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"失忆\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001022,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001022\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"倒追\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000061,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000061\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"治愈\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001035,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001035\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"御兽流\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61003007,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61003007\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"王者荣耀\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61006002,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61006002\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"机甲\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61007004,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61007004\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"合约恋爱\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000054,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000054\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"探险\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001029,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001029\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"兽世\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000047,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000047\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"反穿\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61002015,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61002015\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"近水楼台\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000065,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000065\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"末穿现\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000066,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000066\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"逃婚\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000064,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000064\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"创业\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001004,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001004\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"死对头\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000057,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000057\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"双重生\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000067,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000067\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西幻\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000050,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000050\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"衍生\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61009002,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61009002\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"反转\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001002,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001002\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"离婚\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001031,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001031\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"崩人设\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001010,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001010\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"远古蛮荒\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61001011,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61001011\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"真假千金\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001025,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001025\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"催婚\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000045,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000045\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"复婚\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001020,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001020\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"替身\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000069,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000069\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"灵魂转换\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000036,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000036\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"相亲\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61002013,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61002013\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科举\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000052,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000052\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"赌石\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000018,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000018\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001017,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001017\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"权臣\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001039,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001039\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"爆红\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001021,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001021\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"吐槽\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001014,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001014\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"CP\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001032,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001032\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"读心术\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000060,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000060\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"群穿\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000035,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000035\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"翻车\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001007,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001007\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"体育竞技\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000048,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000048\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"再婚\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001033,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001033\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"错嫁\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001023,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001023\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"正史\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61001007,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61001007\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"影视原著\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000077,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000077\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"满级流\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001027,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001027\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000001,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000001\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女强\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000007,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000007\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"豪门\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000073,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000073\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"重生\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000002,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000002\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宅斗\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61001004,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61001004\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"萌宝\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000010,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000010\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统流\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000009,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000009\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"种田\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000072,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000072\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐圈\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61002009,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61002009\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"打脸\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000005,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000005\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"快穿\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61007002,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61007002\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"空间\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000015,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000015\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿书\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000019,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000019\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"金手指\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000016,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000016\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异能\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=61000017,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=61000017\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"别后重逢\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001015,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001015\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古武\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001019,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001019\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"基建\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=610001034,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=610001034,\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱  人  物  ✱　　　　　　✱\",\"url\":\"https://commontgw6.reader.qq.com/v7_6_6/book/search?searchFrom=61000012&actionTag=61000012,-1,-1,-1,-1,10&actionId=&page=1&base_tagid=61000012&action=tagV2&needHiddenCondition=0&categoryFlag=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"腹黑\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62700010,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62700010\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"帝王\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62300001,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62300001\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"王爷\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62300005,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62300005\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"痴情\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=627001006,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=627001006\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"王妃\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62100002,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62100002\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"霸道\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=627001000,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=627001000\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"双洁\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62700011,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62700011\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"护短\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=627001004,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=627001004\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"杀伐果断\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62400011,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62400011\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"皇后\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62100001,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62100001\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"高冷\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=627001005,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=627001005\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"明星\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=626001002,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=626001002\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"男神\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62400013,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62400013\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"可盐可甜\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62700006,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62700006\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古灵精怪\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62200009,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62200009\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"傲娇\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=627001003,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=627001003\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"公主\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62100003,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62100003\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神医\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=626001013,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=626001013\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"校草\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62300022,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62300022\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"超A\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62700007,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62700007\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"贵女\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62100005,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62100005\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"醋王\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62400026,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62400026\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"首席\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62300027,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62300027\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"呆萌\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=627001013,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=627001013\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"嫔妃\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62100030,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62100030\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"忠犬\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62400020,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62400020\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"戏精\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62700009,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62700009\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"双商爆表\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=627001019,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=627001019\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"秀外慧中\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62200010,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62200010\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"颜控\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62200030,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62200030\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"白月光\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62200024,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62200024\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"庶女\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62100006,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62100006\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"大神\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62300013,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62300013\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"白富美\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62200027,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62200027\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"妖孽\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=627001002,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=627001002\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"将军\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62300006,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62300006\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"自强\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=627001015,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=627001015\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女帝\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62100008,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62100008\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"闷骚\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=627001001,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=627001001\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"黑莲花\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62200028,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62200028\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"上神\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62300034,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62300034\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"善良\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=627001017,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=627001017\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"御姐\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62200020,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62200020\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"萝莉\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62200017,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62200017\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"医生\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62600012,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62600012\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"才女\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62200022,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62200022\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"万人迷\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62200031,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62200031\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"财迷\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62200035,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62200035\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"杀手\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=626001016,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=626001016\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙尊\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62300008,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62300008\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"特工\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=626001015,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=626001015\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"悍妻\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62200037,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62200037\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"小狼狗\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62400018,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62400018\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙君\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62300039,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62300039\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"玩世不恭\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62400010,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62400010\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宠妻\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=624001000,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=624001000\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"影帝\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=623001001,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=623001001\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女汉子\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62200033,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62200033\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"作精\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62200038,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62200038\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"心机\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=627001016,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=627001016\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"反差萌\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=627001023,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=627001023\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"旺夫\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62200036,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62200036\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"弃妇\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62100010,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62100010\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天才\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62600005,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62600005\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"毒医\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=626001014,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=626001014\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"小野猫\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62200042,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62200042\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"痞帅\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62400014,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62400014\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"毒舌\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=627001007,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=627001007\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"厨娘\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62100027,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62100027\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"淡定\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=627001020,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=627001020\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"小奶狗\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62400017,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62400017\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神帝\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62300032,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62300032\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"恶魔\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62400009,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62400009\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"甜妻\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=622001005,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=622001005\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"丑女\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62200015,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62200015\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"妖艳\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62200039,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62200039\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"学生\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=626001022,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=626001022\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"糙汉\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62400024,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62400024\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女主萌娃\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=622001000,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=622001000\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"酷帅\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=627001018,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=627001018\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"精分\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=627001011,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=627001011\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"大叔\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62300030,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62300030\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"召唤师\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=626001017,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=626001017\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"男配\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=623001000,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=623001000\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"逗比\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62700012,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62700012\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"首富\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62600002,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62600002\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"精英\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62700008,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62700008\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"魔尊\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=626001009,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=626001009\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"傻白甜\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62200019,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62200019\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"狐狸\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=626001010,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=626001010\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"妖精\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62600003,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62600003\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫女\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62100004,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62100004\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"极品\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=627001026,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=627001026\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"剩女\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62200016,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62200016\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"纨绔\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=627001027,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=627001027\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"丫环\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62100009,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62100009\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"佛系\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=627001009,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=627001009\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"咸鱼\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=627001025,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=627001025\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"相师\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=626001019,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=626001019\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"福晋\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62101001,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62101001\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"律师\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=626001000,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=626001000\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"警察\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=626001008,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=626001008\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"钢铁直男\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62400027,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62400027\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"顶流\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=627001028,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=627001028\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"低智\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=627001021,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=627001021\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"吸血鬼\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62600007,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62600007\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女神\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=622001006,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=622001006\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"国师\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62300043,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62300043\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宅女\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62200026,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62200026\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"学渣\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=627001022,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=627001022\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"设计师\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=626001011,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=626001011\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"白领\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62600013,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62600013\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"网红\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=626001018,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=626001018\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"法医\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62600010,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62600010\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"老师\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62600004,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62600004\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神偷\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=626001012,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=626001012\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"白莲花\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62200023,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62200023\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"皇叔\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=623001004,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=623001004\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"首辅\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62300007,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62300007\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"侦探\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=626001001,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=626001001\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"毒妃\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=622001007,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=622001007\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天师\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=626001006,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=626001006\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"教授\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=626001003,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=626001003\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"NPC\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62600009,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62600009\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"小妾\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62100012,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62100012\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"精灵\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62100033,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62100033\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"败家\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62700005,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62700005\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"黑客\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62600011,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62600011\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科学家\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=626001007,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=626001007\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"蛇王\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62300016,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62300016\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"丞相\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62300041,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62300041\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"龙族\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=626001005,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=626001005\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"掌门\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62300035,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62300035\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"死神\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62600008,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62600008\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女仆\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62100011,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62100011\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"总裁\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=626001004,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=626001004\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"大佬\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62700003,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62700003\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"嫡女\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62100007,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62100007\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女配\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62100032,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62100032\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"偏执\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=627001008,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=627001008\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"影后\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62100023,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62100023\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"全能\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62200029,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62200029\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"反派\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=627001012,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=627001012\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"炮灰\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62700004,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62700004\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"学霸\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62700001,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62700001\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"病娇\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=627001010,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=627001010\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"逆袭\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62700014,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62700014\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"吃货\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=627001014,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=627001014\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"福气包\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62200040,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62200040\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"锦鲤\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62200018,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62200018\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"团宠\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62700002,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62700002\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"欢脱\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62200041,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62200041\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"暖男\",\"url\":\"https://commontgw.reader.qq.com/v7_6_6/book/search?action=tagV2&actionTag=62400025,-1,-1,-1,-1,6&actionId=-1&pagestamp={{page}}&categoryFlag=1&signal=nextpage&searchFrom=62400025\",\"style\":{\"layout_flexGrow\":1}}]",
    "header": "{\n\t\"user-agent\":\"Mozilla/5.0 (Linux; Android 10; MI 8 Build/QKQ1.190828.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/83.0.4103.101 Mobile Safari/537.36\",\n\t\"Referer\":\"https://bookshelf.html5.qq.com/qbread\"\n\t}",
    "lastUpdateTime": 1734862206536,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 5038,
    "ruleBookInfo": {
      "author": "$.author",
      "canReName": "",
      "coverUrl": "$.picurl",
      "init": "$.data.bookInfo",
      "intro": "<p>{{(t=String(java.getString('$.tag'))).length?'🏷️ '+t.replace(/\\|/g,', '):''}}</p>{{'\\n&lrm;'}}\n<p>{{$.summary}}</p>",
      "kind": "{{$.userscore}}分\n{{$.subject}}\n{{java.getString('$.isfinish')=='true'?'已完结':'连载中'}}\n{{java.put('time',String(java.timeFormat(java.getString('$.lastUpdatetime')*1000)).replace(/\\//g,'-').replace(/\\s.*/,''))}}",
      "lastChapter": "{{$.lastSerialname}} • {{java.get('time')}}",
      "name": "$.resourceName",
      "tocUrl": "https://bookshelf.html5.qq.com/qbread/api/book/all-chapter?bookId={{$.resourceID}}",
      "wordCount": "$.contentsize"
    },
    "ruleContent": {
      "content": "<p>{{$.data.Content[0].Content}}</p>",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "$..author",
      "bookList": "$..second[*]&&$..bookList[*]&&$..rankList[*]",
      "bookUrl": "$..bid\n<js>1100000000+parseInt(result)</js>\nhttps://bookshelf.html5.qq.com/qbread/api/novel/intro-info?bookid={{result}}",
      "coverUrl": "$..bid\n@js:\ns = result\nfunction gt(s){\n\ta = s.slice(-3)\n\tif(a<10){\n\t\t\tn = s.slice(-1)\n\t\t}\n\telse if(a<100){\n\t\t\tn = s.slice(-2)\n\t\t}\n\telse{\n\t\t\tn = a\n\t\t}\n\treturn n\n}\n\"http://wfqqreader-1252317822.image.myqcloud.com/cover/\"+gt(s)+\"/\"+s+\"/b_\"+s+\".jpg\"",
      "intro": "$..intro",
      "kind": "$..catel2name&&$..catel3name",
      "lastChapter": "$..lastChapterName",
      "name": "$..title",
      "wordCount": "$..totalWords"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.booklist[*]",
      "bookUrl": "$.bid\n<js>1100000000+parseInt(result)</js>\nhttps://bookshelf.html5.qq.com/qbread/api/novel/intro-info?bookid={{result}}",
      "checkKeyWord": "深空彼岸",
      "coverUrl": "$.bid\n@js:\nvar s = result\nfunction gt(s){\n\tlet a = s.slice(-3)\n\tif(a<10){\n\t\t\tn = s.slice(-1)\n\t\t}\n\telse if(a<100){\n\t\t\tn = s.slice(-2)\n\t\t}\n\telse{\n\t\t\tn = a\n\t\t}\n\treturn n\n}\n\"http://wfqqreader-1252317822.image.myqcloud.com/cover/\"+gt(s)+\"/\"+s+\"/b_\"+s+\".jpg\"",
      "intro": "$.intro",
      "kind": "{{$.categoryInfoV4\n##\\d.*?\\:(.*?)\\:.*?(,|$)##$1$2}}\n{{$.updateInfo##已更新至.*##连载中}}\n##小说,",
      "lastChapter": "$.updateInfo##已更新至##第",
      "name": "$.title",
      "wordCount": "$.totalWords"
    },
    "ruleToc": {
      "chapterList": "$.rows",
      "chapterName": "$.serialName",
      "chapterUrl": "https://novel.html5.qq.com/be-api/content/ads-read,{\n\t\"method\": \"POST\",\n\t\"body\": {\n\t\t\"Scene\": \"chapter\",\n\t\t\"ContentAnchorBatch\": [{\n\t\t\t\t\"BookID\": \"{{baseUrl.match(/bookId=(\\d+)/)[1]}}\",\n\t\t\t\t\"ChapterSeqNo\": [{{$.serialID}}]\n\t\t\t}]\n\t},\n\t\"headers\": {\n\t\t\"Q-GUID\": \"4aa27c7cf2d9aca3359656ea186488cb\"\n\t}\n}",
      "isPay": "$.isFree",
      "isVip": "//删掉这行字，vip章节会显示🔓\n$.isFree",
      "isVolume": "",
      "nextTocUrl": "",
      "preUpdateJs": "",
      "updateTime": ""
    },
    "searchUrl": "https://newopensearch.reader.qq.com/wechat?keyword={{key}}&start={{page-1}}&end=19",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "夜天连看",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yetianlian.la#",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 804,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1722293824170,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 2708,
    "ruleBookInfo": {
      "author": "class.info@tag.span.0@text##作者：",
      "coverUrl": "class.cover@tag.img@src",
      "init": "",
      "intro": "class.intro@text##简介：|作者.*",
      "kind": "class.info@tag.span.1@text##分类：",
      "lastChapter": "class.info@class.last.1@tag.a@text&&class.info@class.last.0@text##更新时间：|..\\:.*",
      "name": "class.info@tag.h2@text",
      "wordCount": "class.info@tag.span.3@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html",
      "imageStyle": "0",
      "replaceRegex": "##http://www.yetianlian.com.*.html|请记住本书首发.*"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "class.author@text##作者：",
      "bookList": "class.bookbox",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src",
      "intro": "tag.p@text",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@tag.a@text",
      "name": "tag.h4@text"
    },
    "ruleToc": {
      "chapterList": "class.listmain@tag.dd!0:1:2:3:4:5:6:7:8:9:10:11",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.yetianlian.la/s.php?ie=utf-8&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "自制书源【永久有效】",
    "bookSourceType": 0,
    "bookSourceUrl": "https://poto.rouwenapp.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 805,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "都市言情::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=22\n奇幻玄幻::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=25\n武侠仙侠::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=27\n穿越重生::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=28\n综合其他::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=29\n校园言情::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=21\n科幻异能::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=26\n",
    "header": "{\n  \"User-Agent\" : \"okhttp\\/3.11.0\"\n}",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 6815,
    "ruleBookInfo": {
      "intro": "@JSon:$.data.intro",
      "tocUrl": "@JSon:https://api.rouwenapp.com/reader/book/chapter?bookId={$.data.id}&number=0"
    },
    "ruleContent": {
      "content": "id.rtext@textNodes",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "@JSon:$.author",
      "bookList": "@JSon:$.data.*",
      "bookUrl": "@JSon:$.id@js:\"https://api.rouwenapp.com/reader/book/detail?bookId=\"+result",
      "coverUrl": "@JSon:$.cover",
      "lastChapter": "@JSon:$.last_update_chapter_name||$..intro",
      "name": "@JSon:$.title"
    },
    "ruleToc": {
      "chapterList": "@JSon:$.data.chapterList.*",
      "chapterName": "@JSon:$.title",
      "chapterUrl": "@JSon:$.contentUrl",
      "nextTocUrl": "https://api.rouwenapp.com/reader/book/chapter/next?chapterId={$.data.chapterId}"
    },
    "searchUrl": "https://api.rouwenapp.com/reader/book/search?app_key=4037465544&page=<{{page}}>&keyword={{key}}&bookSource=po18to",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃茂鑫小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.tcmaoxin.org#🎃",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 806,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 0,
    "loginCheckJs": "",
    "loginUrl": "",
    "respondTime": 1113,
    "ruleBookInfo": {
      "author": ".fix@p:nth-of-type(1)@text",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|update_time]@content",
      "lastChapter": "p:nth-of-type(6)@a@text",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": "#content@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".s4@text",
      "bookList": ".txt-list@li!0",
      "bookUrl": ".s2@a@href",
      "checkKeyWord": "",
      "kind": ".s1@text",
      "lastChapter": "{{@@.s3@a@text}} • {{@@.s5@text}}",
      "name": ".s2@a@text"
    },
    "ruleToc": {
      "chapterList": ".section-list.1@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ".middle select option!0@value"
    },
    "searchUrl": "http://www.tcmaoxin.org/search.php?keyWord={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔞自制永久有效】",
    "bookSourceType": 0,
    "bookSourceUrl": "https://po18to.rouwenapp.com",
    "customButton": false,
    "customOrder": 807,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "都市言情::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=22\n奇幻玄幻::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=25\n武侠仙侠::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=27\n穿越重生::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=28\n综合其他::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=29\n校园言情::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=21\n科幻异能::https://api.rouwenapp.com/reader/book/category/book?app_key=4037465544&page=<{{page}}>&cateId=26\n",
    "header": "{\n  \"User-Agent\" : \"okhttp\\/3.11.0\"\n}",
    "lastUpdateTime": 1756039717355,
    "respondTime": 35542,
    "ruleBookInfo": {
      "intro": "@JSon:$.data.intro",
      "tocUrl": "@JSon:https://api.rouwenapp.com/reader/book/chapter?bookId={$.data.id}&number=0"
    },
    "ruleContent": {
      "content": "id.rtext@textNodes",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "@JSon:$.author",
      "bookList": "@JSon:$.data.*",
      "bookUrl": "@JSon:$.id@js:\"https://api.rouwenapp.com/reader/book/detail?bookId=\"+result",
      "coverUrl": "@JSon:$.cover",
      "lastChapter": "@JSon:$.last_update_chapter_name||$..intro",
      "name": "@JSon:$.title"
    },
    "ruleToc": {
      "chapterList": "@JSon:$.data.chapterList.*",
      "chapterName": "@JSon:$.title",
      "chapterUrl": "@JSon:$.contentUrl",
      "nextTocUrl": "https://api.rouwenapp.com/reader/book/chapter/next?chapterId={$.data.chapterId}"
    },
    "searchUrl": "https://api.rouwenapp.com/reader/book/search?app_key=4037465544&page=<{{page}}>&keyword={{key}}&bookSource=po18to",
    "weight": 0
  },
  {
    "bookSourceComment": "//登录切换接口，默认秋风。\n//更改接口需刷新发现列表。\n//可在首页书架添加以下网址：\n春雨书屋\nhttps://www.chunyushuwu.com\n夏日书屋\nhttps://www.xiarishuwu.com\n秋风书屋\nhttps://www.qiufengshuwu.com\n冬雪书屋https://www.dongxueshuwu.com",
    "bookSourceGroup": "免费",
    "bookSourceName": "四季书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "sjsw:youke",
    "bookUrlPattern": "https?://www.(chunyushuwu|xiarishuwu|qiufengshuwu|dongxueshuwu).com/book/\\d+.html",
    "customButton": false,
    "customOrder": 808,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\neval(String(source.loginUrl));\nvar sort=[],\npush=(title,surl,size)=>sort.push({\n\t\ttitle: title,\n\t\turl: surl?url+surl:\"\",\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: 1,\n\t\t\t\tlayout_flexBasisPercent: size\n\t\t\t}\n\t});\n\t\npush(\"小说分类\",null,1);\n\nvar kind=[\"男频小说\",\"女频小说\",\"中国文学\",\"外国文学\",\"轻小说\",\"百合小说\",\"耽美小说\",\"网盘资源\"].map((title,i)=>{\n\tlink=`/sort/${i+1}_{{page}}/`;\n\tpush(title,link,0.25)\n\t})\n\t\nvar xbook=\"/top/postdate_{{page}}/\";\npush(\"新书\",xbook,0.4);\npush(\"完本\",\"/full/{{page}}/\",0.4);\npush(\"排行榜单\",null,1);\nvar ztop=\"/top/allvisit_{{page}}/\";\npush(\"总排行榜\",ztop,0.25);\n\nvar top=[\n[\"日点击榜\",\"dayvisit\"],\n[\"周点击榜\",\"weekvisit\"],\n[\"月点击榜\",\"monthvisit\"],\n[\"总点击榜\",\"allvisit\"],\n[\"总推荐榜\",\"allvote\"],\n[\"字数排行\",\"size\"],\n[\"最新入库\",\"postdate\"],\n[\"最近更新\",\"lastupdate\"]\n].map(([title,u],i)=>{\n\tlink=`/top/${u}_{{page}}/`;\n\tpush(title,link,0.25)\n\t})\n\t\nJSON.stringify(sort)",
    "header": "{\n\t\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\",\n\"Referer\": \"{{baseUrl}}\"\n\t}",
    "lastUpdateTime": 1720935105958,
    "loginUi": "[\n    {\n        name: \"设置要使用的接口\",\n        type: \"button\",\n        action: \"java.toast('点击下面按钮即可设置，更改接口后需长按发现列表刷新。')\"\n    },\n    {\n        name: \"显示当前的接口\",\n        type: \"button\",\n        action: \"get(v)\"\n    },\n    {\n    \t   name: \"接口1：春雨书屋\",\n    \t   type: \"button\",\n    \t   action: \"set(1)\"\n    \t},\n    \t{\n    \t   name: \"接口2：夏日书屋\",\n    \t   type: \"button\",\n    \t   action: \"set(2)\"\n    \t},\n    \t{\n    \t   name: \"接口3：秋风书屋\",\n    \t   type: \"button\",\n    \t   action: \"set(3)\"\n    \t},\n    \t{\n    \t   name: \"接口4：冬雪书屋\",\n    \t   type: \"button\",\n    \t   action: \"set(4)\"\n    \t}\n]",
    "loginUrl": "//接口设置，以及链接\nvar v=source.getVariable(),\nc=\"https://www.chunyushuwu.com\",\nx=\"https://www.xiarishuwu.com\",\nq=\"https://www.qiufengshuwu.com\",\nd=\"https://www.dongxueshuwu.com\";\nvar data={\n\t1:\"1：春雨书屋\\n\"+c,\n\t2:\"2：夏日书屋\\n\"+x,\n\t3:\"3：秋风书屋\\n\"+q,\n\t4:\"4：冬雪书屋\\n\"+d\n\t}//接口数据\n//判断接口\nif(!v||v==\"\"){\n\tv=3;\n\tsource.setVariable(v);\n\tjava.toast(\"未设置接口，使用默认秋风。\")\n\t}else(v=v)\n//设置保存接口\nfunction set(num){\n\tvar show=\"设置成功！当前接口：\\n接口\";\n\tjava.toast(show+data[num]);\n\treturn source.setVariable(num)\n\t}\n//获取显示接口\nfunction get(v){\n\tvar show=\"当前接口：\\n接口\"+data[v];\n\treturn java.longToast(show)\n\t}\n\t//按接口获取网址\nvar url;\nurl=v==1?c:v==2?x:v==3?q:v==4?d:q;\nurl;",
    "respondTime": 5840,
    "ruleBookInfo": {
      "author": ".infotype a@text",
      "canReName": "1",
      "coverUrl": ".infohead img@src",
      "intro": "#intro p@text",
      "kind": ".infotype p.1:2:3@text##.*：",
      "lastChapter": ".list_xm a.0@text",
      "name": ".cataloginfo h3@text",
      "tocUrl": ".gochapter a@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#novelcontent p@html"
    },
    "ruleExplore": {
      "author": "p.author@text",
      "bookList": ".article||.full_content||.articlegeneral",
      "bookUrl": "a.0@href",
      "coverUrl": "img@data-src||a.0@href\n@js:\nvar id,iid,img,\nhtml=/html/;\nif(html.test(result)){\n\tid=result.match(/\\d+/)[0];\n\tiid=parseInt(id/1000);\nimg=`https://www.pilixiaoshuo.com/files/article/image/${iid}/${id}/${id}s.jpg`;\n\t}else{img=result}\nimg;",
      "intro": "p.simple@text",
      "kind": ".p1@text##\\[|\\]",
      "name": "h6@text||.p2@text"
    },
    "ruleSearch": {
      "author": "a.1@text",
      "bookList": "p.sone",
      "bookUrl": "a.0@href",
      "checkKeyWord": "剑来",
      "coverUrl": "a.0@href\n@js:\nvar id=result.match(/\\d+/)[0],\niid=parseInt(id/1000);\n`https://www.pilixiaoshuo.com/files/article/image/${iid}/${id}/${id}s.jpg`",
      "kind": "0",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "ul.chapters li ",
      "chapterName": "text",
      "chapterUrl": "a@href",
      "isVolume": ".juan@text"
    },
    "searchUrl": "{{eval(String(source.loginUrl));\nurl}}/s.html,{\n  \"body\": \"s={{key}}&type=articlename\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "variableComment": "1：春雨书屋\n2：夏日书屋\n3：秋风书屋\n4：冬雪书屋",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "笔仙阁子",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.bixiange.me",
    "customButton": false,
    "customOrder": 809,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "都市言情::/dsyq/index<,_{{page}}>.html\n武侠修真::/wxxz/index<,_{{page}}>.html\n玄幻奇幻::/xhqh/index<,_{{page}}>.html\n穿越架空::/cyjk/index<,_{{page}}>.html\n科幻竞技::/khjj/index<,_{{page}}>.html\n鬼话悬疑::/ghxy/index<,_{{page}}>.html\n军事历史::/jsls/index<,_{{page}}>.html\n官场商战::/guanchang/index<,_{{page}}>.html\n乡土风情::/xtfq/index<,_{{page}}>.html\n耽美小说::/dmtr/index<,_{{page}}>.html\n同人小说::/trxs/index<,_{{page}}>.html\n精品小说::/jqxs/index<,_{{page}}>.html\n排行榜::/sort/index<,_{{page}}>.html",
    "header": "{\n\t\"cookie\":\"eltphlastsearchtime=1658574421\"\n\t}",
    "lastUpdateTime": 1733731162193,
    "respondTime": 6328,
    "ruleBookInfo": {
      "author": "##作者：([^<]+)<##$1###",
      "intro": "class.descInfo@text",
      "kind": "##分类：([^<]+)<##$1###",
      "lastChapter": "class.catalog@li.-1@text",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": "#mycontent@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "##作者：([^<]+)<##$1###",
      "bookList": "class.clearfix@li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "img@src",
      "intro": "class.descript@text",
      "kind": "",
      "lastChapter": "",
      "name": "class.title@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.catalog@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://m.bixiange.me/e/search/indexpage.php,{\n  \"body\": \"keyboard={{key}}&show=title&classid=0\",\n  \"method\": \"POST\",\n  \"charset\":\"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "\t//By情无羁25.04.26，部分规则借用仓库源\nobj={\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ilOK5L.png\">': \"口\",\n    \n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Xf9aJq.png\">': \"殖\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/turna7.png\">': \"睾\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ArDW8p.png\">': \"茎\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/AaWgxR.png\">': \"柱\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/AANm7Y.png\">': \"殖\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/fApFna.png\">': \"茎\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/LyXOOy.png\">': \"水\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/3QCgRJ.png\">': \"姐\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/pBHCx8.png\">': \"物\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/tBmeuv.png\">': \"庭\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/7jTtWR.png\">': \"顶\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/r4xj9c.png\">': \"高\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/SsU0mw.png\">': \"性\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/h2MvMb.png\">': \"欢\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/NzIgrB.png\">': \"爱\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/DLwFwF.png\">': \"美\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/4wgeTe.png\">': \"春\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/OB0pIY.png\">': \"道\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/CbJPLb.png\">': \"种\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ZiMHwh.png\">': \"色\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/8hIwIG.png\">': \"花\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Bckft8.png\">': \"身\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/NH7oMT.png\">': \"做\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/GKZeZ8.png\">': \"子\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/HOK3wx.png\">': \"眼\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/1WM5JJ.png\">': \"头\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/gmsivF.png\">': \"入\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/L45hsM.png\">': \"进\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/2G97O6.png\">': \"感\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/qxkXTG.png\">': \"牛\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/eefsZa.png\">': \"裤\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/itSd75.png\">': \"挺\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/jYTCiy.png\">': \"臀\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/9bcSIE.png\">': \"部\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/7sa0Wv.png\">': \"胸\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/yW5LmB.png\">': \"体\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/UShyYf.png\">': \"点\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/fKA3ec.png\">': \"道\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/srzIy6.png\">': \"水\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/PARTrc.png\">': \"子\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/TJrr1J.png\">': \"高\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/YyLHKH.png\">': \"毛\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/7gZhax.png\">': \"进\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/aSLjvr.png\">': \"身\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ODCbMU.png\">': \"宠\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/2ZiKGZ.png\">': \"爱\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/KKhsp7.png\">': \"性\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/SykKhb.png\">': \"头\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/plFfIo.png\">': \"入\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Ay9JDT.png\">': \"管\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/1qnWZR.png\">': \"欢\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/b0CfE0.png\">': \"花\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/yDtfbB.png\">': \"美\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/j2ws4j.png\">': \"热\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/YkGLUA.png\">': \"马\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/3Qufi9.png\">': \"出\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/kq3TcT.png\">': \"巴\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/kfltfq.png\">': \"露\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/XkP7SS.png\">': \"种\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/kYf9aG.png\">': \"处\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Bf1Z4P.png\">': \"融\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/t2wX8D.png\">': \"精\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/xTgVF8.png\">': \"感\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/2P08K2.png\">': \"深\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/JbfyxS.png\">': \"紧\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/fHz6z2.png\">': \"股\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/LRaKVW.png\">': \"点\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/sN3aFm.png\">': \"毛\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/0mnZkw.png\">': \"道\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ljjkpE.png\">': \"马\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/cMy3y2.png\">': \"高\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/HV69Sf.png\">': \"花\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Ir9tAR.png\">': \"爽\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/7c1JeG.png\">': \"姐\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ehw9wJ.png\">': \"做\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/eOSvYn.png\">': \"出\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/c3SuSK.png\">': \"种\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/M6EiT7.png\">': \"皮\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/n3lz2M.png\">': \"眼\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/hFJu7D.png\">': \"配\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/2MM0bU.png\">': \"流\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/cJvz3o.png\">': \"部\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/kxhoea.png\">': \"露\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/C5mkg5.png\">': \"点\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/bvDKfN.png\">': \"吸\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/bzJPvS.png\">': \"感\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/oWXxBb.png\">': \"紧\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/zqggeB.png\">': \"乱\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/VmLKxC.png\">': \"具\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/014kbn.png\">': \"强\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/YY31En.png\">': \"道\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/DVM8PI.png\">': \"美\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/3pDD5J.png\">': \"高\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/wXHIxb.png\">': \"子\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/lQ9J6Y.png\">': \"种\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/IetNaz.png\">': \"眼\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/kpDE1d.png\">': \"交\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/5oiGN5.png\">': \"骚\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/JlRj8s.png\">': \"口\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/QQWz5s.png\">': \"进\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Tk1nSu.png\">': \"身\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/KoI08O.png\">': \"融\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/NBUQ5T.png\">': \"部\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/pBxHZ3.png\">': \"吹\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/AM0fIa.png\">': \"花\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/HYK9uE.png\">': \"出\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ICRDdC.png\">': \"欢\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/JmwaNM.png\">': \"精\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/URWg6F.png\">': \"爱\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/cY9SIz.png\">': \"身\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/z6ReYb.png\">': \"入\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/St4M28.png\">': \"处\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/H7e9A7.png\">': \"胸\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Smtw59.png\">': \"摩\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/TKPXt8.png\">': \"擦\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/YDHglI.png\">': \"性\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/sQlQuU.png\">': \"物\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/WRqsih.png\">': \"欲\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/VzfdNi.png\">': \"流\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/OPJ2bs.png\">': \"跳\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/FZSjec.png\">': \"顶\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/479pPU.png\">': \"庭\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/x3lcl4.png\">': \"交\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Wz0a4W.png\">': \"根\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/laxIIx.png\">': \"娇\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/XaKORg.png\">': \"口\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/VcI9kR.png\">': \"挺\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/RVbdMh.png\">': \"臀\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/E0PoOj.png\">': \"深\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/xAtU1H.png\">': \"紧\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Kyrg6p.png\">': \"乳\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/inePU1.png\">': \"荡\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/KIiTZ6.png\">': \"软\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/TFhygq.png\">': \"眼\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/9BjstR.png\">': \"唇\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/A8FzvU.png\">': \"缝\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/8EfHre.png\">': \"跳\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/1VF3S8.png\">': \"出\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/3He8Bp.png\">': \"胸\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/oKnqt5.png\">': \"摩\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/5aURgW.png\">': \"擦\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/UJWSl3.png\">': \"滑\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/USTRo1.png\">': \"润\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/qGGJy5.png\">': \"臀\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/bdILAO.png\">': \"头\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/9dUKaI.png\">': \"肥\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/9Rs4U8.png\">': \"揉\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/eNv9Q2.png\">': \"捏\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/o7KNCt.png\">': \"美\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/xUUtAe.png\">': \"色\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/EjYbHr.png\">': \"滚\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Sh1G9u.png\">': \"硬\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/go1Itw.png\">': \"肉\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/IJaCTb.png\">': \"棒\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/WgOOBk.png\">': \"顶\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Uvrt2V.png\">': \"腿\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/8MKgbw.png\">': \"肿\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/mxDVDt.png\">': \"喘\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/doePOF.png\">': \"粗\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/VYtuSj.png\">': \"吸\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/mpi4Ho.png\">': \"巨\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ZAvQVT.png\">': \"乳\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/8v53CJ.png\">': \"呻\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/xfxbY7.png\">': \"吟\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/CGVSpK.png\">': \"含\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/T0eXGu.png\">': \"头\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/gEJwn2.png\">': \"摩\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/5rOOID.png\">': \"擦\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/UtPcjY.png\">': \"子\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/St59JF.png\">': \"按\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Vsm2rM.png\">': \"虐\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Tdb8Pr.png\">': \"抽\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/FjRhET.png\">': \"插\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/c5ShnK.png\">': \"性\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/yRHC5w.png\">': \"骚\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/uFeBTq.png\">': \"欲\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/NaHoOC.png\">': \"体\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Huu9DB.png\">': \"裸\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/6akHXK.png\">': \"水\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/720HsY.png\">': \"穴\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/qAwS0V.png\">': \"坚\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/SHWIR0.png\">': \"硬\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/sJMa0q.png\">': \"肉\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/INIbnU.png\">': \"塞\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/rEVw1D.png\">': \"进\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/fYCbHq.png\">': \"乱\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ZuFQv4.png\">': \"揉\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/1JsL4C.png\">': \"捏\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ff2ADZ.png\">': \"魔\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ZhYaRZ.png\">': \"干\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/jrqmdu.png\">': \"淫\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/K50TFd.png\">': \"深\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/iNTxVX.png\">': \"热\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/KNZ7Je.png\">': \"操\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/aOqp2G.png\">': \"拔\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/kSzfd1.png\">': \"胯\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/NcS8PC.png\">': \"根\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/qcIGcG.png\">': \"做\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/rUtCIr.png\">': \"吮\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/9J1iZi.png\">': \"吸\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ImUdOs.png\">': \"奴\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/nWN7tS.png\">': \"喉\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/R0bdEJ.png\">': \"射\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/xGGUPI.png\">': \"精\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/O8adJp.png\">': \"液\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/8njezL.png\">': \"流\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Hdn1Na.png\">': \"蛋\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/B17CKY.png\">': \"巴\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/OBdTL5.png\">': \"淫\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/rpmSPh.png\">': \"跳\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/IwWuCO.png\">': \"呻\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/7EpQYz.png\">': \"弄\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/yS5Tkx.png\">': \"毛\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/hvJCXu.png\">': \"慰\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/KPAWRO.png\">': \"精\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/1RkBBF.png\">': \"泄\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/l3HckR.png\">': \"乱\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/M79Nts.png\">': \"皮\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/kFqQ6D.png\">': \"塞\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/FLSs5y.png\">': \"干\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/sKXQJ7.png\">': \"食\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/bhd9l7.png\">': \"色\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/JdS7Tc.png\">': \"腿\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/whYnKt.png\">': \"牛\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/x4YJ9s.png\">': \"巴\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Jmshps.png\">': \"润\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/iWXEfK.png\">': \"胸\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/1CaDvL.png\">': \"拔\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Uhg8zk.png\">': \"软\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/2oVqoi.png\">': \"水\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/8mjbou.png\">': \"暖\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/TkQheK.png\">': \"姐\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/nKNumT.png\">': \"处\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/mtedsY.png\">': \"感\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/x85W3O.png\">': \"腿\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/77fCwa.png\">': \"瘫\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/hImtX5.png\">': \"软\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/oUD8Qz.png\">': \"色\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/LcYPGD.png\">': \"配\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Pny45r.png\">': \"棒\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/q7iesT.png\">': \"强\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/5RBvm2.png\">': \"欲\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/5zRSDU.png\">': \"浓\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/BtoYbi.png\">': \"露\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/JQi3e4.png\">': \"套\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/NzPvlf.png\">': \"部\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/64C1Rv.png\">': \"巨\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Uzsejp.png\">': \"欢\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/XJYAkX.png\">': \"蛋\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/uewEvO.png\">': \"春\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/5PGrrZ.png\">': \"奴\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/S44KBO.png\">': \"管\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/sGR4oa.png\">': \"捏\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/3gYxgH.png\">': \"巴\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/5XDLQE.png\">': \"奴\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/p139WM.png\">': \"姐\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/EfHShT.png\">': \"肉\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/BROarP.png\">': \"触\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ZXXZqQ.png\">': \"体\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/YFdww5.png\">': \"深\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/fgbHRY.png\">': \"强\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/sRDCf1.png\">': \"紧\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/RwkYLf.png\">': \"马\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/pzjSl5.png\">': \"魔\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Yi7fw4.png\">': \"根\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/EvEDGW.png\">': \"奴\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/PZ09AR.png\">': \"阴\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/5DSCyJ.png\">': \"阳\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/scLmAv.png\">': \"硬\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/CdPORz.png\">': \"肉\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/sYeI1S.png\">': \"喷\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/nlkQIt.png\">': \"马\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/CjjjaL.png\">': \"撸\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/EVKy9X.png\">': \"润\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/OIzxWa.png\">': \"呻\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/jx5pzD.png\">': \"插\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/kdcXrY.png\">': \"入\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/lDEjbZ.png\">': \"蜜\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/NeidiD.png\">': \"穴\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/VjeprZ.png\">': \"弄\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/FYgtVw.png\">': \"挺\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/YZsCIB.png\">': \"娇\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/dl8OW7.png\">': \"欲\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/TjQtn3.png\">': \"舔\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/tCevO8.png\">': \"淫\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/3oymT5.png\">': \"食\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/seK78b.png\">': \"射\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/4qoddK.png\">': \"伦\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/phhKls.png\">': \"触\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/jJfs5x.png\">': \"乱\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/paLfX2.png\">': \"口\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/UYjnaR.png\">': \"骚\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Syw09t.png\">': \"皮\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/n5GcvO.png\">': \"臀\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/wyB4nH.png\">': \"插\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/57h9qx.png\">': \"湿\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/4VIqmc.png\">': \"蜜\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/OLZwYF.png\">': \"穴\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/yw8ylq.png\">': \"娇\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/NOUIlc.png\">': \"牛\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/0aaCUJ.png\">': \"裤\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/33t1i9.png\">': \"棒\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/nX55dd.png\">': \"塞\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/wItDKi.png\">': \"抽\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/3lplvB.png\">': \"腿\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/0WMp51.png\">': \"乳\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/qcwU8J.png\">': \"弄\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/UeuPsZ.png\">': \"荡\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Ucu67m.png\">': \"潮\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/fbIoVY.png\">': \"交\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/1xGccU.png\">': \"嫩\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/3Vd6ER.png\">': \"粗\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/I2oZoV.png\">': \"爽\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/9F5vGV.png\">': \"奶\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/UvBDrj.png\">': \"唇\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ik0rhP.png\">': \"浓\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/4jEOYD.png\">': \"液\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/NLqnhG.png\">': \"滑\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/nYoFPx.png\">': \"舔\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Cohbia.png\">': \"瘫\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/OHRlFw.png\">': \"点\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/9V0tbC.png\">': \"滚\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/hDFASa.png\">': \"烫\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/PEfxJN.png\">': \"液\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/oZydur.png\">': \"灌\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/zhj7ul.png\">': \"宫\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/zCzn8w.png\">': \"舌\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/eSLvbk.png\">': \"舔\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/hXgp1A.png\">': \"滑\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/9mc5aW.png\">': \"揉\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/MuTlcG.png\">': \"捏\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/0UUxqH.png\">': \"瓣\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/fh0ckZ.png\">': \"吟\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/MDXMeL.png\">': \"屁\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/0aSzDB.png\">': \"股\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/RgMIL6.png\">': \"抽\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/rLViPN.png\">': \"裸\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/KXBBHQ.png\">': \"蜜\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/QObbVj.png\">': \"晕\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ieC03d.png\">': \"庭\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/qDK7v2.png\">': \"唇\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Sgb7hr.png\">': \"插\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/58XkzN.png\">': \"泄\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/EkGMew.png\">': \"奸\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/qrD7R7.png\">': \"具\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/fCpf2U.png\">': \"潮\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/LoC2TD.png\">': \"射\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/H1obkD.png\">': \"顶\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/nCOO3r.png\">': \"吹\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ljxFVc.png\">': \"做\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/zMxgZQ.png\">': \"逼\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/FWXXkE.png\">': \"露\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/hkXMg4.png\">': \"撸\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/qCpuUD.png\">': \"鸡\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/4V2GIv.png\">': \"壁\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/4eKmM6.png\">': \"筋\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/KmS4Ge.png\">': \"管\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/sATgP4.png\">': \"毛\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/zkZyEZ.png\">': \"筋\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/6aLpfL.png\">': \"荡\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/HAPIjR.png\">': \"轮\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/fHceb7.png\">': \"器\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/tjWQG1.png\">': \"管\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Q1nd7X.png\">': \"挺\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ntOxzF.png\">': \"物\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/K9ZuDw.png\">': \"敏\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Lv6knF.png\">': \"体\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/7zuFMT.png\">': \"宫\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/9C0lZB.png\">': \"户\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/3AgUho.png\">': \"缝\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/8ADyfn.png\">': \"爱\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/pxinyw.png\">': \"物\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/uG5a05.png\">': \"触\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/2N02xy.png\">': \"裸\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/wJsIa3.png\">': \"按\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/cq6NBC.png\">': \"强\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/e7esy9.png\">': \"宫\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/sKji9N.png\">': \"魔\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/v0Y7Se.png\">': \"荡\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/43owDW.png\">': \"胯\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/2syqxW.png\">': \"套\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/hDdo2f.png\">': \"坚\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/jPQ9dG.png\">': \"痒\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/EGX3Q6.png\">': \"勃\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/HAuw8A.png\">': \"揉\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/N6WkoO.png\">': \"喘\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/lmtikj.png\">': \"潮\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/kcAqHs.png\">': \"龟\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/OqKB00.png\">': \"瓣\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/kzcAFw.png\">': \"配\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/KuEImG.png\">': \"舌\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/VWnW7q.png\">': \"处\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/fx3hvm.png\">': \"爽\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/VZtaoR.png\">': \"具\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/3ZkDJ4.png\">': \"交\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/gdAFuf.png\">': \"喘\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/1z2eDD.png\">': \"吸\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/znllVr.png\">': \"蜜\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/71ngwo.png\">': \"龟\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ecvOu0.png\">': \"器\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Bui5fD.png\">': \"催\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/vxtD2A.png\">': \"器\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ExlFjv.png\">': \"乳\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/wJyQ32.png\">': \"屁\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/lhCRiX.png\">': \"股\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ohBPMl.png\">': \"含\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/oa3EHb.png\">': \"棒\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/HeEvXw.png\">': \"滑\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/WQbR9W.png\">': \"魔\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/iNq1kV.png\">': \"吟\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/XLuwG9.png\">': \"胯\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/nZ6Sil.png\">': \"囊\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/4MoTWV.png\">': \"撸\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/GnMJou.png\">': \"按\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/HvxP4o.png\">': \"壁\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/CVdaOj.png\">': \"热\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/641lDm.png\">': \"庭\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/rQjazI.png\">': \"囊\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/XRnUMA.png\">': \"嫩\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/55c8cw.png\">': \"操\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/PTFqXf.png\">': \"套\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/MvlC6Z.png\">': \"胯\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/6fxL1o.png\">': \"干\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Jv025p.png\">': \"裆\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/AUPIYS.png\">': \"滚\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/0xlo81.png\">': \"蛋\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/dVMbBR.png\">': \"唇\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/boQHaq.png\">': \"瓣\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/sPgNyv.png\">': \"宠\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/XWRTkb.png\">': \"干\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/1H74Qg.png\">': \"巨\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/TTRAra.png\">': \"阳\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/WmPkc8.png\">': \"龟\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ZuOmv7.png\">': \"阴\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/FQVl5N.png\">': \"戴\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/xOvdd5.png\">': \"按\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/WbRB1x.png\">': \"抽\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/UQ5cwB.png\">': \"屌\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/PleNul.png\">': \"裤\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ntrBUA.png\">': \"热\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Imoh0J.png\">': \"裤\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/msAwBv.png\">': \"舔\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/42MoAt.png\">': \"淫\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/TZEL8t.png\">': \"坚\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/fBUNSf.png\">': \"筋\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/E3unFF.png\">': \"根\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/jCzggn.png\">': \"粗\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/CMYj3U.png\">': \"吹\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/71WKrD.png\">': \"爽\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/pXJuf3.png\">': \"操\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/VS3mmY.png\">': \"吮\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/bsF6bg.png\">': \"喉\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/HjHxoR.png\">': \"虐\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/8Jxdgx.png\">': \"喷\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/eArYhU.png\">': \"含\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ugMPKc.png\">': \"撸\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/pjqd9o.png\">': \"屁\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/qnkGM4.png\">': \"塞\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Cz64oU.png\">': \"触\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/8z9VK5.png\">': \"伦\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/35l220.png\">': \"巨\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/4SdpDG.png\">': \"娇\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/u4EwCa.png\">': \"呻\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/m9odLl.png\">': \"泄\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/sBaBrf.png\">': \"奶\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ci8sVm.png\">': \"屌\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/gtoWMw.png\">': \"含\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Qfdbk5.png\">': \"春\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/xoo7o8.png\">': \"吟\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/XoIQtJ.png\">': \"穴\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/L3YaF5.png\">': \"瘫\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/xTsqHI.png\">': \"软\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Z8bZWW.png\">': \"潮\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/XZSucU.png\">': \"操\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/JL3yeS.png\">': \"湿\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/LRoaGl.png\">': \"虐\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/t1ZBzZ.png\">': \"孕\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/AZw0L3.png\">': \"泌\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/RTSvD6.png\">': \"烫\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/sKBas0.png\">': \"牛\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/rLuoPv.png\">': \"逼\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/KmFWak.png\">': \"丸\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/06NTCF.png\">': \"龟\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/UCKoQN.png\">': \"丸\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/VtDBSo.png\">': \"嫩\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/GWS6vt.png\">': \"妓\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/6fWycA.png\">': \"勃\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/uFCdXH.png\">': \"慰\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/8OYRwM.png\">': \"阳\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Dio2Px.png\">': \"拔\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/pQnT63.png\">': \"喷\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/VjzhlN.png\">': \"滚\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/KPZt3K.png\">': \"配\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/R9jPTT.png\">': \"拔\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/XISJcn.png\">': \"缝\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/gLPk3z.png\">': \"蕾\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/NRXF8T.png\">': \"晕\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/4vfopf.png\">': \"缝\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/PeqDme.png\">': \"蛋\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/xbsBXu.png\">': \"骚\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/alnFq3.png\">': \"催\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/6kHcyn.png\">': \"痒\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Vz7CKN.png\">': \"宠\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/7culIs.png\">': \"流\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ho0hjY.png\">': \"敏\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Yl0ARB.png\">': \"慰\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/PopEBN.png\">': \"弄\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/uHjCT5.png\">': \"湿\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/XsE2fp.png\">': \"喘\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/hMCIOB.png\">': \"泄\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/zUQS9v.png\">': \"晕\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/oZa5xA.png\">': \"射\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/5FVE4I.png\">': \"瓣\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/k4ty7h.png\">': \"菊\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/sbmbNu.png\">': \"蕾\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/OBkjDi.png\">': \"菊\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/1HtDW7.png\">': \"洞\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/wBQwWy.png\">': \"液\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ohmgnp.png\">': \"擦\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/u4HKAe.png\">': \"宫\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/8sHlcB.png\">': \"戴\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/wx1wcX.png\">': \"食\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/7UBfB3.png\">': \"伦\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ZQ2EN2.png\">': \"吹\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/WWwH4P.png\">': \"屌\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Uo1A51.png\">': \"跳\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/rKZCT2.png\">': \"舌\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/vhBLLN.png\">': \"虐\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/YYxQWw.png\">': \"皮\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/8bO1ng.png\">': \"痒\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/JIK4mB.png\">': \"套\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/gIaauk.png\">': \"舌\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/5ggwcM.png\">': \"瘫\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/l11HPa.png\">': \"润\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/p3mRFC.png\">': \"股\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/dOqhju.png\">': \"捅\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/4yGbNJ.png\">': \"嫩\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/1VWeZm.png\">': \"菊\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/b1myQD.png\">': \"硬\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/5n3Ppo.png\">': \"鸡\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/3TLw6r.png\">': \"食\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/kr91EF.png\">': \"奸\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/0881r2.png\">': \"喷\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/3SYqXY.png\">': \"裸\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/DMiqem.png\">': \"烫\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/c2LfcP.png\">': \"晕\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/CVxcRB.png\">': \"浓\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/jUAK6q.png\">': \"奸\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/PzAFte.png\">': \"洞\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/iMZkcW.png\">': \"壁\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/GxCItP.png\">': \"暖\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/6Hp2rc.png\">': \"粗\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/aRaABn.png\">': \"屁\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Cbi9mb.png\">': \"坚\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/iyWFS6.png\">': \"菊\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ogSpe6.png\">': \"催\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ctHfr9.png\">': \"奸\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/w3SwU3.png\">': \"轮\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/mxnt62.png\">': \"洞\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/leCt2y.png\">': \"肥\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/5DnsVk.png\">': \"烫\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/YHqsav.png\">': \"戴\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/3JdvaF.png\">': \"肥\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/X2H18i.png\">': \"湿\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/z24xgy.png\">': \"春\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/UgBPUg.png\">': \"肿\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/0su7X0.png\">': \"奶\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/nxfi48.png\">': \"阴\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/3p3yRD.png\">': \"催\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/egIbWJ.png\">': \"捅\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/T1DSuM.png\">': \"尿\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/xVJWjM.png\">': \"喉\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/n4CbSc.png\">': \"逼\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/sRkskt.png\">': \"奶\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/TDB8dX.png\">': \"敏\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/KwiLUZ.png\">': \"核\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/y3HjFd.png\">': \"脔\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/XKfT0q.png\">': \"浓\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/9SKBiF.png\">': \"丸\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/bFeTeD.png\">': \"戴\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/0DMvwh.png\">': \"丸\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ODCkaO.png\">': \"宠\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/oeq6sh.png\">': \"喉\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/x8sPiw.png\">': \"囊\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/wi7VUl.png\">': \"蒂\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/aQKaAT.png\">': \"妓\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/rdFFGK.png\">': \"蕾\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Q4Ghiq.png\">': \"腺\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/rcydo2.png\">': \"轮\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/eyNyoj.png\">': \"柱\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/72s5DO.png\">': \"具\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/D9NylB.png\">': \"妓\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/yR3Wy1.png\">': \"吮\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Jk9vz6.png\">': \"轮\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/732e43.png\">': \"阴\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ldA1Dl.png\">': \"脔\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/FXghbS.png\">': \"蒂\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/NeyUu8.png\">': \"肠\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/NPtDJ8.png\">': \"壁\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/bSxCeg.png\">': \"洞\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/hFotXw.png\">': \"吮\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/E6ukPR.png\">': \"脔\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ExHfIs.png\">': \"膜\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/B4t9hV.png\">': \"膜\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/iMsrif.png\">': \"捅\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/MhsemB.png\">': \"鸡\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/rJJfXj.png\">': \"膜\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/q17ZyY.png\">': \"屌\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/3dcOr9.png\">': \"暖\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/vgttGz.png\">': \"蕊\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/dsYq6j.png\">': \"肠\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/kVuvcX.png\">': \"摩\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/m7AEjF.png\">': \"汁\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/chrEiq.png\">': \"伦\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/knHeq2.png\">': \"妓\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/MCg39r.png\">': \"逼\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/RtQpCx.png\">': \"阳\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/4HOyG1.png\">': \"蕾\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/EJc0aL.png\">': \"灌\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/GdLemw.png\">': \"肠\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/THVAsJ.png\">': \"囊\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Psvk0V.png\">': \"雏\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/QBtsn9.png\">': \"膜\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/5QCD4c.png\">': \"慰\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ZorZAm.png\">': \"棍\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/tFbdld.png\">': \"汁\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/UW77rD.png\">': \"敏\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/SZZRhO.png\">': \"孕\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/3uvvcJ.png\">': \"户\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/cMPkeI.png\">': \"痒\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/vVNd9r.png\">': \"茎\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/rBEHkI.png\">': \"睪\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/TzdfHF.png\">': \"茎\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/ti0q1M.png\">': \"灌\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/fOp4HF.png\">': \"肿\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Rr6rV9.png\">': \"肛\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/gy1mlh.png\">': \"筋\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/nDpLwJ.png\">': \"蕊\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/7ejnlO.png\">': \"暖\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/H40uwm.png\">': \"雏\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/QZpTDf.png\">': \"户\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/GOyR9Y.png\">': \"器\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/b6FwnI.png\">': \"裆\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/wRaSg1.png\">': \"柱\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/x42mCU.png\">': \"棍\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/YBYP2W.png\">': \"蒂\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/HKClha.png\">': \"勃\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/QvFvyy.png\">': \"葡\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/MOVfqX.png\">': \"萄\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/KCq0jj.png\">': \"孕\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/cvBtQH.png\">': \"鸡\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Ik130N.png\">': \"灌\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/U5feXg.png\">': \"尿\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Rmq9pb.png\">': \"融\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/9wpLY5.png\">': \"汁\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/nIE3yV.png\">': \"融\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/DLxOxW.png\">': \"棍\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/DmDqR7.png\">': \"汁\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/qItDfs.png\">': \"尿\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/VlPQ1Q.png\">': \"蕊\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/viUK3y.png\">': \"腺\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/UnZI75.png\">': \"肛\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/s1M11M.png\">': \"泌\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/EYgtKI.png\">': \"裆\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/hLZNIJ.png\">': \"捅\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/QZMs9w.png\">': \"孕\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/kOgpfC.png\">': \"肥\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/rm8QWW.png\">': \"棍\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/EVQrOF.png\">': \"肿\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/PdMAvy.png\">': \"萄\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/EAroqq.png\">': \"睪\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/c2tHMe.png\">': \"邦\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/Jt0VgV.png\">': \"泌\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/1nFzJJ.png\">': \"户\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/mmhTm9.png\">': \"勃\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/TjxhN0.png\">': \"邦\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/8M7rPy.png\">': \"核\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/akqH9f.png\">': \"裆\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/t7Mhks.png\">': \"尿\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/6vJQ0W.png\">': \"脔\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/WftkXZ.png\">': \"肠\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/tVqkw1.png\">': \"屄\",\n    '<img src=\"https://www.xiguashuwu4.com/wzbodyimg/NzRu8y.png\">': \"核\"\n}",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔞西瓜书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.xiguashuwu4.com/",
    "customButton": false,
    "customOrder": 810,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": false,
    "eventListener": false,
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 14; zh-cn; M2102K1AC Build/UKQ1.231207.002) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/109.0.5414.118 Mobile Safari/537.36 MQQBrowser/10.1.0\"}",
    "lastUpdateTime": 1748234150378,
    "respondTime": 34276,
    "ruleBookInfo": {
      "intro": "&nbsp;{{@@.time@text##\\s.*}}\n{{@@.BGsectionTwo-bottom@text##(。)##$1<br>}}",
      "lastChapter": ".newestChapter@text##最新章节：",
      "tocUrl": "text.章节目录@href##(\\/book\\/\\d+\\/catalog\\/)##$11.html"
    },
    "ruleContent": {
      "content": "#C0NTENT@html||all\n<js>\nif (baseUrl.includes(\"_2\")) {\n\na=java.getString(\"meta[7]@content\")\ne=String(java.base64Decode(a)).split(/[A-Z]+%/);\n\nfunction UpWz(m, i) {\n\t\tvar k = Math.ceil((i + 1) % code);\n\t\tk = Math.ceil(m - k);\n\t\treturn k\n\t}\n\ncode=src.match(/codeurl=\"(\\d+)\"/)[1]\nnrid=\"#\"+src.match(/nrid=\"(.*?)\"/)[1]+\"@p\"\n\njava.log(nrid)\nbox=java.getElements(nrid)\n\nlist=[]\nfor (var i = 0; i < e.length; i++) {\n\t\t\tvar k = UpWz(e[i], i);\n\t\t\tlist[k] = box[i]\n\t\t};\n\nlist.join(\"\")\n\n\t} else if(baseUrl.includes(\"_\")) {\n\t\t\na=decodeURIComponent(src.match(/decodeURIComponent.\"(.*)\"/)[1])\nb=src.match(/d.newcon,\"(.*)\"/)[1]\njava.log(b)\n\n{{java.importScript(source.getKey()+\"js/cryptojs_min.js\")}}\n\nfunction d(a, b) {\n            b = CryptoJS.MD5(b).toString();\n            var d = CryptoJS.enc.Utf8.parse(b.substring(0, 16));\n            var e = CryptoJS.enc.Utf8.parse(b.substring(16));\n            return CryptoJS.AES.decrypt(a, e, { iv: d, padding: CryptoJS.pad.Pkcs7 }).toString(CryptoJS.enc.Utf8)\n        }\n        \nd(a,b)\n\n\t\t} else result \n\t\n</js>",
      "imageStyle": "Text",
      "nextContentUrl": "text.下一@href",
      "replaceRegex": "<js>\neval(String(source.bookSourceComment))\nsource.setVariable(Object.entries(obj).length)\n\nresult.replace(/<img src=.*?>/g,(o,v)=>{\n\t\no=o.replace(source.getKey(), \"https://www.xiguashuwu4.com/\")\n\ttext=obj[String(o)]\n\tif (text!=undefined)\n\treturn text\n\telse\n\treturn o\n\t})\n\n</js>\n##\\s*本章尚未读完.*\\s*|本章已阅读完毕.*|本站新（短）域名：.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.-1@text",
      "bookList": ".SHsectionThree-middle p",
      "bookUrl": "a@href",
      "kind": "span.0@text##\\[|\\]",
      "name": "span.1@text"
    },
    "ruleToc": {
      "chapterList": ".BCsectionTwo-top li a\n@js:\nlet elements = org.jsoup.Jsoup.parse(result).select(\"a\");\nlet dataList = [];\nelements.forEach(element => {\n    let href = String(element.attr(\"href\")).replace(/.*\\('(\\d+)'\\,'(\\d+)'\\).*/,\"/book/$1/$2.html\")\n    let text = element.text();\n    let match = href.match(/(\\d+)\\.html/);\n    if (match) {\n        dataList.push({\n            href: href,\n            cid: parseInt(match[1]),\n            text: text\n        });\n    }\n});\n\ndataList.sort((a, b) => a.cid - b.cid);\nresult = dataList.map(item => ({\n    href: item.href,\n    text: item.text\n}));",
      "chapterName": "text\n@js:var title = result; \nvar cleanRegex = /第(\\d+|[零一二三四五六七八九十百千万]+)[章页卷回][\\s、.:]?|^(\\d+)[\\s、.:]?|^([零一二三四五六七八九十百千万]+)[\\s、.:]?|Chapter\\s(\\d+)[\\s、.:]?/g;\nvar tempTitle = title\n.replace(cleanRegex, '').trim(); \nif (tempTitle === '') { title; } else { tempTitle; }",
      "chapterUrl": "href",
      "formatJs": "'第' + index + '章 ' + title.replace(/第(\\d+|[零一二三四五六七八九十百千万]+)[章页卷回][\\s、.:]?|^(\\d+)[\\s、.:]?|^([零一二三四五六七八九十百千万]+)[\\s、.:]?|Chapter\\s(\\d+)[\\s、.:]?/g, '').trim()",
      "nextTocUrl": ".CGsectionTwo-right-bottom-detail@span.1@text\n<js>\na=String(result[0])\nlist=[]\nfor (i=2;i<=a;i++){\n\tlist.push(baseUrl.replace(/$/,i+'.html'))\n\t}list\n</js>"
    },
    "searchUrl": "https://www.xiguashuwu4.com/search/{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "// Error: 下载链接为空",
    "bookSourceGroup": "漫画",
    "bookSourceName": "🎨 漫画戏说[修|仅发现]",
    "bookSourceType": 3,
    "bookSourceUrl": "https://comic.acgn.cc#仅发现",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 811,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "冒險::https://comic.acgn.cc/cate-1.htm?page={{page}}\n搞笑::https://comic.acgn.cc/cate-2.htm?page={{page}}\n格鬥::https://comic.acgn.cc/cate-3.htm?page={{page}}\n科幻::https://comic.acgn.cc/cate-4.htm?page={{page}}\n愛情::https://comic.acgn.cc/cate-5.htm?page={{page}}\n偵探::https://comic.acgn.cc/cate-6.htm?page={{page}}\n競技::https://comic.acgn.cc/cate-7.htm?page={{page}}\n魔法::https://comic.acgn.cc/cate-8.htm?page={{page}}\n東方神鬼::https://comic.acgn.cc/cate-9.htm?page={{page}}\n校園::https://comic.acgn.cc/cate-10.htm?page={{page}}\n恐怖::https://comic.acgn.cc/cate-11.htm?page={{page}}\n其他::https://comic.acgn.cc/cate-12.htm?page={{page}}\n四格::https://comic.acgn.cc/cate-13.htm?page={{page}}\n生活親情::https://comic.acgn.cc/cate-14.htm?page={{page}}\n百合::https://comic.acgn.cc/cate-15.htm?page={{page}}\n偽娘::https://comic.acgn.cc/cate-16.htm?page={{page}}\n懸疑::https://comic.acgn.cc/cate-17.htm?page={{page}}\n耽美::https://comic.acgn.cc/cate-18.htm?page={{page}}\n熱血::https://comic.acgn.cc/cate-19.htm?page={{page}}\n後宮::https://comic.acgn.cc/cate-20.htm?page={{page}}\n歷史::https://comic.acgn.cc/cate-21.htm?page={{page}}\n戰爭::https://comic.acgn.cc/cate-22.htm?page={{page}}\n萌系::https://comic.acgn.cc/cate-23.htm?page={{page}}\n宅男腐女::https://comic.acgn.cc/cate-24.htm?page={{page}}\n治癒::https://comic.acgn.cc/cate-25.htm?page={{page}}\n勵志::https://comic.acgn.cc/cate-26.htm?page={{page}}\n武俠::https://comic.acgn.cc/cate-27.htm?page={{page}}\n機戰::https://comic.acgn.cc/cate-28.htm?page={{page}}\n音樂舞蹈::https://comic.acgn.cc/cate-29.htm?page={{page}}\n美食::https://comic.acgn.cc/cate-30.htm?page={{page}}\n職場::https://comic.acgn.cc/cate-31.htm?page={{page}}\n西方魔幻::https://comic.acgn.cc/cate-32.htm?page={{page}}\n高清單行本::https://comic.acgn.cc/cate-33.htm?page={{page}}\nA::https://comic.acgn.cc/pinyin-a.htm?page={{page}}\nB::https://comic.acgn.cc/pinyin-b.htm?page={{page}}\nC::https://comic.acgn.cc/pinyin-c.htm?page={{page}}\nD::https://comic.acgn.cc/pinyin-d.htm?page={{page}}\nE::https://comic.acgn.cc/pinyin-e.htm?page={{page}}\nF::https://comic.acgn.cc/pinyin-f.htm?page={{page}}\nG::https://comic.acgn.cc/pinyin-g.htm?page={{page}}\nH::https://comic.acgn.cc/pinyin-h.htm?page={{page}}\nI::https://comic.acgn.cc/pinyin-i.htm?page={{page}}\nJ::https://comic.acgn.cc/pinyin-j.htm?page={{page}}\nK::https://comic.acgn.cc/pinyin-k.htm?page={{page}}\nL::https://comic.acgn.cc/pinyin-l.htm?page={{page}}\nM::https://comic.acgn.cc/pinyin-m.htm?page={{page}}\nN::https://comic.acgn.cc/pinyin-n.htm?page={{page}}\nO::https://comic.acgn.cc/pinyin-o.htm?page={{page}}\nP::https://comic.acgn.cc/pinyin-p.htm?page={{page}}\nQ::https://comic.acgn.cc/pinyin-q.htm?page={{page}}\nR::https://comic.acgn.cc/pinyin-r.htm?page={{page}}\nS::https://comic.acgn.cc/pinyin-s.htm?page={{page}}\nT::https://comic.acgn.cc/pinyin-t.htm?page={{page}}\nU::https://comic.acgn.cc/pinyin-u.htm?page={{page}}\nV::https://comic.acgn.cc/pinyin-v.htm?page={{page}}\nW::https://comic.acgn.cc/pinyin-w.htm?page={{page}}\nX::https://comic.acgn.cc/pinyin-x.htm?page={{page}}\nY::https://comic.acgn.cc/pinyin-y.htm?page={{page}}\nZ::https://comic.acgn.cc/pinyin-z.htm?page={{page}}\n0-9::https://comic.acgn.cc/pinyin-0-9.htm?page={{page}}\nnull",
    "lastUpdateTime": 1700987891919,
    "loginUrl": "",
    "respondTime": 182208,
    "ruleBookInfo": {
      "author": "class.mss.0@tag.a@text",
      "intro": "class.gameshows@tag.dd.1@text##\\s",
      "kind": "class.mss.3@tag.a@text",
      "lastChapter": "class.mss.4@tag.a@text",
      "name": "tag.h3@text"
    },
    "ruleContent": {
      "content": "id.pic_list@class.pic@html",
      "sourceRegex": ".*\\.(jpg|png).*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "class.display@tag.li",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src",
      "name": "tag.a.1@text"
    },
    "ruleToc": {
      "chapterList": "-id.comic_chapter@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://comic.acgn.cc/searchcse?cx=008124722090293425135:i6inzsizmqg&cof=FORID:11&ie=UTF-8&q={{key}}&sa=搜尋",
    "weight": 59
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "五五读书",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.changduzw.com/",
    "customButton": false,
    "customOrder": 812,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"总点击榜\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月点击榜\",\"url\":\"/top/monthvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周点击榜\",\"url\":\"/top/weekvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"日点击榜\",\"url\":\"/top/dayvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总收藏榜\",\"url\":\"/top/goodnum_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总推荐榜\",\"url\":\"/top/weekvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"数字排行\",\"url\":\"/top/size_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最近更新\",\"url\":\"/top/lastupdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最新入库\",\"url\":\"/top/postdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"完本小说\",\"url\":\"/modules/article/articlelist.php/?fullflag=1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"玄幻魔法\",\"url\":\"/fenlei/1_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"仙侠修真\",\"url\":\"/fenlei/2_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/fenlei/3_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/fenlei/4_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游竞技\",\"url\":\"/fenlei/5_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻小说\",\"url\":\"/fenlei/6_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖灵异\",\"url\":\"/fenlei/7_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他小说\",\"url\":\"/fenlei/8_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1734834285209,
    "respondTime": 924,
    "ruleBookInfo": {
      "author": ".status .author@text",
      "coverUrl": ".imgbox img@data-src",
      "intro": ".jianjie@html",
      "kind": ".status a.0@text&&.status span.-1:0@text##小说",
      "lastChapter": ".status a.1@text##[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]|K",
      "name": ".status h1@text",
      "tocUrl": "text.点击阅读@href"
    },
    "ruleContent": {
      "content": "#htmlContent@html",
      "replaceRegex": "##欢迎广大书友.*|.*55读书.*"
    },
    "ruleExplore": {
      "author": ".sp_3@text",
      "bookList": ".sk_cont li!0",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##https://www.changduzw.com/files/article/image/$2/$1/$1s.jpg###",
      "kind": ".sp_1@text&&.sp_6@text&&.sp_4@text##\\[|\\]|小说",
      "name": ".sp_2@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "tbody tr!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##https://www.changduzw.com/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.5:4@text",
      "lastChapter": "a.1@text##[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".mulu_list li a",
      "chapterName": "text##[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]|K",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"charset\": \"utf-8\",\n  \"method\": \"post\",\n  \"body\": \"searchkey={{key}}&searchtype=articlename&submit=\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "红人小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.hongrenxs.com/",
    "customButton": false,
    "customOrder": 813,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"高辣\",\"url\":\"sort/1/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"百合\",\"url\":\"sort/2/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"情欲\",\"url\":\"sort/4/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美\",\"url\":\"sort/5/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"海棠\",\"url\":\"sort/6/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他\",\"url\":\"sort/8/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"全本\",\"url\":\"/quanben/sort/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}}]",
    "lastUpdateTime": 1738716491713,
    "respondTime": 6802,
    "ruleBookInfo": {
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": "#nr1@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": ".mr15@text##作者:##",
      "bookList": ".list-item",
      "bookUrl": ".article@a.0@href",
      "coverUrl": "img.0@src",
      "intro": ".fs12.1@text",
      "name": ".article@a.0@text"
    },
    "ruleSearch": {
      "author": ".mr15@text##作者:##",
      "bookList": ".list-item",
      "bookUrl": ".article@a.0@href",
      "checkKeyWord": "都市",
      "intro": ".fs12.1@text",
      "name": ".article@a.0@text"
    },
    "ruleToc": {
      "chapterList": ".last9 li!0",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "https://www.hongrenxs.com/search/,{\"method\":\"POST\",\"body\":\"searchkey={{key}}&searchtype=all&t_btnsearch=\"}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.bbiquge8.net",
    "customButton": false,
    "customOrder": 814,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1751331522171,
    "respondTime": 56,
    "ruleBookInfo": {
      "author": ".pt-info.0@a@text",
      "coverUrl": ".baseinfo@img@src",
      "init": "",
      "intro": ".intro@text",
      "kind": ".pt-info.1@a@text",
      "lastChapter": ".ptm-list-view-cell.0@text",
      "name": ".pt-name.0@a@text",
      "tocUrl": ".ptm-card-footer@a@href"
    },
    "ruleContent": {
      "content": ".chaptercontent@p@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".pt-info.0@a@text",
      "bookList": ".pt-novel",
      "bookUrl": ".pt-name@a@href",
      "checkKeyWord": "之上",
      "kind": ".pt-info.1@a@text",
      "lastChapter": ".ptm-text-cut@text",
      "name": ".pt-name@a@text"
    },
    "ruleToc": {
      "chapterList": ".ptm-list-view-cell",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "http://m.bbiquge8.net/search.html?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "易读",
    "bookSourceType": 0,
    "bookSourceUrl": "https://yiduzkk.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 815,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"书    库\",\"url\":\"/artlist_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"排行\",\"url\":\"/weeksort_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完本\",\"url\":\"/artc_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"推荐\",\"url\":\"/goodbook_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"杂谈\",\"url\":\"/artc_1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"同行\",\"url\":\"/artc_9_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"舞文\",\"url\":\"/artc_2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"情感\",\"url\":\"/artc_4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/artc_8_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"商道\",\"url\":\"/artc_6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"军事\",\"url\":\"/artc_7_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"鬼话\",\"url\":\"/artc_3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奇幻\",\"url\":\"/artc_5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}}]",
    "header": "",
    "lastUpdateTime": 0,
    "loginUrl": "https://yiduzkk.com/login.html",
    "respondTime": 16899,
    "ruleBookInfo": {
      "author": "",
      "canReName": "true",
      "init": "",
      "kind": "class.TA@text##\\s|.*分类\\:",
      "name": ""
    },
    "ruleContent": {
      "content": "class.ART@html",
      "nextContentUrl": "text.下一页@href||text.下一节@href",
      "replaceRegex": "##日期：.*"
    },
    "ruleExplore": {
      "author": "class.b_auth@text",
      "bookList": "class.b_row",
      "bookUrl": "class.b_read@tag.a@href",
      "kind": "class.b_artc@text&&class.b_staus@text",
      "name": "class.b_titleGood@text||class.b_title@text##《|》"
    },
    "ruleSearch": {
      "author": "tag.td.1@text",
      "bookList": "tag.table.2@tag.tr",
      "bookUrl": "tag.a.0@href",
      "name": "tag.a.0@text##《|》"
    },
    "ruleToc": {
      "chapterList": "tag.table.3@tag.tbody@tag.tr@tag.td@tag.a.0",
      "chapterName": "@js:'　'",
      "chapterUrl": "href"
    },
    "searchUrl": "/search.php,{\n\"charset\":\"gbk\",\n\"method\":\"POST\",\n\"body\":\"key={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "// 登录模板",
    "bookSourceGroup": "免费",
    "bookSourceName": "👍 三五中文网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xkushu.info",
    "bookUrlPattern": "https://www.xkushu.info/35zwhtml/\\d+/\\d+/",
    "customButton": false,
    "customOrder": 816,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻奇幻\",\"url\":\"/zwwsort1/0/{{page}}.htm\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修真武侠\",\"url\":\"/zwwsort2/0/{{page}}.htm\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市言情\",\"url\":\"/zwwsort3/0/{{page}}.htm\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"/zwwsort4/0/{{page}}.htm\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人名著\",\"url\":\"/zwwsort5/0/{{page}}.htm\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏竞技\",\"url\":\"/zwwsort6/0/{{page}}.htm\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻灵异\",\"url\":\"/zwwsort7/0/{{page}}.htm\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美动漫\",\"url\":\"/zwwsort8/0/{{page}}.htm\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总榜\",\"url\":\"/zwwtopallvisit/0/{{page}}.htm\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月榜\",\"url\":\"/zwwtopmonthvisit/0/{{page}}.htm\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周榜\",\"url\":\"/zwwtopweekvisit/0/{{page}}.htm\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总榜\",\"url\":\"/zwwtopallvote/0/{{page}}.htm\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月榜\",\"url\":\"/zwwtopmonthvote/0/{{page}}.htm\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周榜\",\"url\":\"/zwwtopweekvote/0/{{page}}.htm\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"收藏榜\",\"url\":\"/zwwtopgoodnum/0/{{page}}.htm\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"字数榜\",\"url\":\"/zwwtopsize/0/{{page}}.htm\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最新更新\",\"url\":\"/zwwtoplastupdate/0/{{page}}.htm\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最新入库\",\"url\":\"/zwwtoppostdate/0/{{page}}.htm\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"我的书架\",\"url\":\"/modules/article/bookcase.php\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\n\t\"x-requested-with\": \"XMLHttpRequest\",\n\t\"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.92 Safari/537.36\"\n}",
    "lastUpdateTime": 1719639386257,
    "loginCheckJs": "if ( (cookie.getKey(source.key, \"username\")) == \"User\" ) {\n\tjava.log(\"登录状态：已登录\")\n}else{\n\tjava.log(\"登录状态：未登录\")\n}result",
    "loginUi": "[\n    {\n        name: \"用户名\",\n        type: \"text\"\n    },\n    {\n        name: \"密码\",\n        type: \"password\"\n    },\n    {\n    \t   name: \"注册\",\n    \t   type: \"button\",\n    \t   action: \"http://www.xkushu.info/register.php\"\n    \t},\n    \t{\n    \t\t  name: \"清除登录信息\",\n    \t\t  type: \"button\",\n    \t\t  action: \"clearLogin()\"\n    \t}\n]",
    "loginUrl": "function login() {\n  let une = source.getLoginInfoMap().get(\"用户名\");\n  let pwd = source.getLoginInfoMap().get(\"密码\");\n\n  if (une && pwd) {\n    let url = source.key + '/login.php';\n    let body = `LoginForm%5Busername%5D=${une}&LoginForm%5Bpassword%5D=${pwd}&action=login&jumpurl=http%3A%2F%2Fwww.xkushu.info%2F&usecookie=1&submit=%E7%99%BB%E5%BD%95`;\n    let head = JSON.parse(source.header);\n    var login = java.post(url, body, head).body();\n  }\n\n  source.putLoginHeader(login);\n}\n\nfunction clearLogin() {\n  cookie.removeCookie(source.getKey());\n  source.removeLoginHeader();\n  java.longToast('清除成功！');\n}",
    "respondTime": 4696,
    "ruleBookInfo": {
      "author": "id.details@tag.a.0@text",
      "coverUrl": "class.pic@img@src",
      "init": "",
      "intro": "class.bookinfo_intro@text",
      "kind": "id.details@text##.*更新时间：|\\|| |手机阅读.*",
      "lastChapter": "id.details@tag.a.2@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "id.title@h1@text##全文阅读"
    },
    "ruleContent": {
      "content": "id.content@textNodes",
      "nextContentUrl": "",
      "payAction": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "",
      "kind": "tag.td.4@text&&\ntag.td.5@text",
      "lastChapter": "tag.td.1@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "tag.td.0@tag.a@text",
      "wordCount": "tag.td.3@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": ""
    },
    "searchUrl": "{{java.connect(source.getKey()).raw().request().url()}}modules/article/search.php,{\n\"charset\": \"\",\n\"method\": \"POST\",\n\"body\": \"searchtype=articlename&searchkey={{key}}&Submit=+%E6%90%9C+%E7%B4%A2+\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "独阅读网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.duread8.com",
    "customButton": false,
    "customOrder": 817,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1733848542405,
    "loginUrl": "https://www.duread8.com/signup/login?redirect=https%3A%2F%2Fwww.duread8.com%2Fbook%2Fbook_detail%2F100181190",
    "respondTime": 2456,
    "ruleBookInfo": {
      "init": "",
      "intro": "class.desc@text",
      "name": "class.book-title@text"
    },
    "ruleContent": {
      "content": "class.article-content@p@textNodes"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "##作者[:：]([^<]+)<##$1###",
      "bookList": "class.book-list@li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "img@data-original",
      "intro": "class.summaries@html",
      "lastChapter": "class.smaller@text##.*? / ",
      "name": "class.book-name@text"
    },
    "ruleToc": {
      "chapterList": "class.articles@a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{\"webView\":true}"
    },
    "searchUrl": "https://www.duread8.com/index/get_search_book_list/{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "女频",
    "bookSourceName": "书耽中文",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.shubl.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 818,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "签约::/index/filter_book_list?tag=%E7%AD%BE%E7%BA%A6&tag_module=signed&page={{page}}\n完本::/index/filter_book_list?tag=%E5%AE%8C%E6%9C%AC&tag_module=ended&page={{page}}\n甜文::/index/filter_book_list?tag=%E7%94%9C%E6%96%87&tag_module=&page={{page}}\n爽文::/index/filter_book_list?tag=%E7%88%BD%E6%96%87&tag_module=&page={{page}}\nＨＥ::/index/filter_book_list?tag=HE&tag_module=&page={{page}}\nＢＥ::/index/filter_book_list?tag=BE&tag_module=&page={{page}}\n快穿::/index/filter_book_list?tag=%E5%BF%AB%E7%A9%BF&tag_module=&page={{page}}\n青春::/index/filter_book_list?tag=%E9%9D%92%E6%98%A5&tag_module=&page={{page}}\n校园::/index/filter_book_list?tag=%E6%A0%A1%E5%9B%AD&tag_module=&page={{page}}\n百合::/index/filter_book_list?tag=%E7%99%BE%E5%90%88&tag_module=&page={{page}}\n科幻::/index/filter_book_list?tag=%E7%A7%91%E5%B9%BB&tag_module=&page={{page}}\n古代::/index/filter_book_list?tag=%E5%8F%A4%E4%BB%A3&tag_module=&page={{page}}\n民国::/index/filter_book_list?tag=%E6%B0%91%E5%9B%BD&tag_module=&page={{page}}\n现代::/index/filter_book_list?tag=%E7%8E%B0%E4%BB%A3&tag_module=&page={{page}}\n都市::/index/filter_book_list?tag=%E9%83%BD%E5%B8%82&tag_module=&page={{page}}\n武侠::/index/filter_book_list?tag=%E6%AD%A6%E4%BE%A0&tag_module=&page={{page}}\n仙侠::/index/filter_book_list?tag=%E4%BB%99%E4%BE%A0&tag_module=&page={{page}}\n玄幻::/index/filter_book_list?tag=%E7%8E%84%E5%B9%BB&tag_module=&page={{page}}\n架空::/index/filter_book_list?tag=%E6%9E%B6%E7%A9%BA&tag_module=&page={{page}}\n穿越::/index/filter_book_list?tag=%E7%A9%BF%E8%B6%8A&tag_module=&page={{page}}\n重生::/index/filter_book_list?tag=%E9%87%8D%E7%94%9F&tag_module=&page={{page}}\n动漫::/index/filter_book_list?tag=%E5%8A%A8%E6%BC%AB&tag_module=&page={{page}}\n网游::/index/filter_book_list?tag=%E7%BD%91%E6%B8%B8&tag_module=&page={{page}}\n悬疑::/index/filter_book_list?tag=%E6%82%AC%E7%96%91&tag_module=&page={{page}}\n灵异::/index/filter_book_list?tag=%E7%81%B5%E5%BC%82&tag_module=&page={{page}}",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 1730517697941,
    "loginUrl": "https://m.shubl.com/signup/login?redirect=https%3A%2F%2Fm.shubl.com%2Freader%2Fget_my_info",
    "respondTime": 3523,
    "ruleBookInfo": {
      "author": "class.author@tag.a.0@text##\\|.*",
      "coverUrl": "id.book_info@tag.img@data-original",
      "intro": "class.text-muted J_DescContent@text",
      "kind": "class.J_Tag btn btn-mini btn-outline-primary@text",
      "name": "class.info@tag.a.0@text",
      "tocUrl": "class.container.1@tag.a@href",
      "wordCount": "class.numbers@tag.span.0@text"
    },
    "ruleContent": {
      "content": "id.J_BookRead@html",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "class.author@text",
      "bookList": "class.book-list@tag.li",
      "bookUrl": "tag.a@href",
      "coverUrl": "class.lazyload@data-original",
      "intro": "class.summaries@text",
      "name": "class.title@text"
    },
    "ruleToc": {
      "chapterList": "class.list@tag.li",
      "chapterName": "tag.a@class.chapter-title@text",
      "chapterUrl": "tag.a@href##$##,{\"webView\":true}"
    },
    "searchUrl": "/index/search_book?key={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "By：Tom",
    "bookSourceGroup": "免费",
    "bookSourceName": "快眼小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.kyxsw.org",
    "customButton": false,
    "customOrder": 819,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻魔法\",\"url\":\"/fenlei1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠修真\",\"url\":\"/fenlei2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市青春\",\"url\":\"/fenlei3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史军事\",\"url\":\"/fenlei4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"侦探推理\",\"url\":\"/fenlei5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"网游动漫\",\"url\":\"/fenlei6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻小说\",\"url\":\"/fenlei7_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"恐怖灵异\",\"url\":\"/fenlei8_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完本小说\",\"url\":\"/quanben/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"排行\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"最近更新\",\"url\":\"/toplastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"最新入库\",\"url\":\"/toppostdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"日排行榜\",\"url\":\"/topdayvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"周排行榜\",\"url\":\"/topweekvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"月排行榜\",\"url\":\"/topmonthvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"总排行榜\",\"url\":\"/topallvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"日推荐榜\",\"url\":\"/topdayvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"周推荐榜\",\"url\":\"/topweekvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"月推荐榜\",\"url\":\"/topmonthvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"总推荐榜\",\"url\":\"/topallvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数排行\",\"url\":\"/topsize/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"总收藏榜\",\"url\":\"/topgoodnum/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"本站推荐\",\"url\":\"/toptoptime/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1734634495539,
    "respondTime": 134,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "init": ".small&&meta",
      "intro": "[property$=description]@content##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property$=chapter_name]@content##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": "[property$=book_name]@content",
      "wordCount": "span.3@text##字数："
    },
    "ruleContent": {
      "content": "#content@textNodes##\\/.+快眼小说网.*\\/|\\n.*$|{{baseUrl}}|.{0,3}阅读本书.{35}也喜欢.\\s*\\S*",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": ".s4l@text",
      "bookList": ".l li||.novelslistss li",
      "bookUrl": "@get:{u}",
      "coverUrl": "@get:{u}##/book/(\\d+)/(\\d+)/##/files/article/image/$1/$2/$2s.jpg",
      "kind": ".s1,.s5l@text||.s1l,.s7l@text&&.s5l@text##\\[|]",
      "lastChapter": ".s3l@text",
      "name": ".s2l@text@put:{u:\"a.0@href\"}"
    },
    "ruleSearch": {
      "author": ".author@text",
      "bookList": "+@css:.bookbox",
      "bookUrl": "@get:{u}",
      "coverUrl": "img@src",
      "kind": ".cat@text##分类：",
      "lastChapter": ".update a@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": ".bookname@text@put:{u:\"a.0@href\"}"
    },
    "ruleToc": {
      "chapterList": ":正文卷[\\s\\S]*?/dl&&href =\"([^\"]+)\">([^<]+)",
      "chapterName": "$2##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "chapterUrl": "$1"
    },
    "searchUrl": "/modules/article/search.php?ie=utf-8&s=00000&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "📥 免费小说",
    "bookSourceType": 3,
    "bookSourceUrl": "http://www.freexiaoshuo.com/",
    "customButton": false,
    "customOrder": 820,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "都市娱乐::/book/dushiyule/list_12_{{page}}.html\n武侠仙侠::/book/wuxiaxianxia/list_13_{{page}}.html\n奇幻玄幻::/book/qihuanxuanhuan/list_14_{{page}}.html\n科幻灵异::/book/kehuanlingyi/list_15_{{page}}.html\n历史军事::/book/lishijunshi/list_16_{{page}}.html\n竞技游戏::/book/jingjiyouxi/list_17_{{page}}.html\n实体书版::/book/shitinvsheng/list_18_{{page}}.html\n二次元い::/book/erciyuan/list_19_{{page}}.html",
    "lastUpdateTime": 1753893397550,
    "respondTime": 2290,
    "ruleBookInfo": {
      "author": "text.小说作者：@text##小说作者：",
      "downloadUrls": "text.本地下载@href",
      "intro": "&nbsp;\n📕书名：{{@@.dlbt_wz@text##《|》.*}}\n📍大小：{{@@.dl_kk_info@li.0@text##小说打包：}}\n👤作者：{{@@text.小说作者：@text##小说作者：}}\n🏷️类别：{{@@text.小说类别：@text##小说类别：}}\n🕐时间：{{@@text.更新时间：@text##更新时间：}}\n星级：{{@@text.小说星级：@text##小说星级：}}\n📜简介：{{@@#content_all@html}}"
    },
    "ruleContent": {},
    "ruleExplore": {
      "bookList": ".pldal",
      "bookUrl": ".pldal_r1_bt@a@href",
      "coverUrl": ".pldal_l1@img@src",
      "intro": ".pldal_r1_jj@text",
      "kind": ".pldal_r1_bt@a.1@text&&.pldal_r1_tips@span[-1,0]@text##\\[|\\]",
      "name": ".pldal_r1_bt@a.0@text##《|》.*"
    },
    "ruleSearch": {
      "bookList": "class.pldals",
      "bookUrl": ".pldal_r1_bt@a@href",
      "coverUrl": ".pldal_l1@img@src",
      "intro": ".pldal_r1_jj@text",
      "kind": ".pldal_r1_tips@span[0,1]@text",
      "name": ".pldal_r1_bt@a@text##《|》.*"
    },
    "ruleToc": {},
    "searchUrl": "/plus/search.php?keyword={{key}}&searchtype=titlekeyword&channeltype=0&orderby=&kwtype=0&pagesize=10&typeid=0&TotalResult=199&PageNo={{page}},{\n  \"charset\": \"GBK\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "2024.5.24\n古诗鉴赏\nby墨殇",
    "bookSourceGroup": "免费",
    "bookSourceName": "中华诗词（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.zhonghuashici.com/",
    "bookUrlPattern": "https://m.zhonghuashici.com/show-\\d+-\\d+.html",
    "customButton": false,
    "customOrder": 821,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"首页\",\"url\":\"/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1.0}},{\"title\":\"古诗\",\"url\":\"/list-1-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"宋词\",\"url\":\"/list-2-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"元曲\",\"url\":\"/list-3-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"文言文\",\"url\":\"/list-4-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"诗人\",\"url\":\"/list-5-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"典籍\",\"url\":\"/list-6-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"故事\",\"url\":\"/list-7-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}}]",
    "header": "{\n\t\"User-Agent\": \"Mozilla/5.0 (Linux; Android 11; Phh-Treble vanilla Build/RQ3A.211001.001;) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/90.0.4430.91 Safari/537.36\"\n\t}",
    "lastUpdateTime": 1759429893013,
    "respondTime": 3498,
    "ruleBookInfo": {
      "author": "span.0@text##作者：",
      "kind": "span.1@text",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": ".box div!-1@html",
      "replaceRegex": "##(\\d+|-|:)"
    },
    "ruleExplore": {
      "author": "a@text",
      "bookList": "ul li h2||ul li a[8:]",
      "bookUrl": "a@href",
      "coverUrl": "@js:'https://z3.ax1x.com/2021/08/22/fzzNBq.png'",
      "name": "a@text"
    },
    "ruleSearch": {
      "bookList": ".r",
      "bookUrl": "a.1@href",
      "checkKeyWord": "蝶恋花",
      "coverUrl": "@js:'https://z3.ax1x.com/2021/08/22/fzzNBq.png'",
      "kind": "a.0@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "tag.html",
      "chapterName": "h1@text"
    },
    "searchUrl": "/e/search/index.php,{\n  \"body\": \"keyboard={{key}}&show=title&tempid=1\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "加载较慢",
    "bookSourceGroup": "免费",
    "bookSourceName": "安月书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.roushuwu.com/",
    "customButton": false,
    "customOrder": 822,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻奇幻\",\"url\":\"/xuanhuan/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"武侠仙侠\",\"url\":\"/wuxia/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"都市言情\",\"url\":\"/dushi/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"历史穿越\",\"url\":\"/lishi/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"网游竞技\",\"url\":\"/wangyou/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"科幻穿越\",\"url\":\"/kehuan/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"恐怖惊悚\",\"url\":\"/kongbu/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"其他类型\",\"url\":\"/qita/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}}]",
    "lastUpdateTime": 1732977548406,
    "respondTime": 3499,
    "ruleBookInfo": {
      "coverUrl": ".catalog_pic img@src",
      "init": "",
      "intro": ".catalognovel_intro@html",
      "kind": ".catalognovel_type p@text"
    },
    "ruleContent": {
      "content": ".chapter_content@html"
    },
    "ruleExplore": {
      "author": ".novel_author a@text",
      "bookList": ".novel_box",
      "bookUrl": ".novel_name a@href",
      "coverUrl": "img@src",
      "intro": ".novel_intro@html",
      "lastChapter": ".novel_newest a@text",
      "name": ".novel_name a@text"
    },
    "ruleSearch": {
      "author": ".p3@text",
      "bookList": ".list_ul li",
      "bookUrl": ".p1 a@href",
      "coverUrl": "",
      "intro": "",
      "kind": ".p4@text&&.p5@text&&.p6@text",
      "lastChapter": ".p2 a@text",
      "name": ".p1 a@text"
    },
    "ruleToc": {
      "chapterList": ".listchapter.-1@ul@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "modules/article/search.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "超凡小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.pan.org",
    "customButton": false,
    "customOrder": 823,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "",
    "lastUpdateTime": 0,
    "respondTime": 4224,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "dt@img@src",
      "intro": ".intro clearfix@text##阅读.*最新章节请关注.*",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": "<js>\nvar JsDom = Packages.org.jsoup.Jsoup;\nvar Document = Packages.org.jsoup.nodes.Document;\nvar Element = Packages.org.jsoup.nodes.Element;\n            \nvar document = JsDom.parse(src);\n            \n// 获取包含<p>元素的<dd>元素\nvar dds = document.select('div.content > dd');\n\n// 将dds转换为数组以便排序\nvar ddArray = [];\nfor (var i = 0; i < dds.size(); i++) {\n    ddArray.push(dds.get(i));\n}\n\n// 按照data-id属性对ddArray进行排序\nddArray.sort(function(a, b) {\n    var pageA = parseInt(a.attr('data-id'), 10);\n    var pageB = parseInt(b.attr('data-id'), 10);\n    return pageA - pageB;\n});\n\nvar list = [];\nvar data = {\n    mergedText: \"\"\n};\n\n// 遍历排序后的ddArray\nfor (var i = 0; i < ddArray.length; i++) {\n    var dd = ddArray[i];\n    var dataId = dd.attr('data-id');\n    // 获取当前dd下的所有<p>元素的文本内容，保持原有顺序\n    var paragraphs = dd.select('p');\n    var paragraphTexts = [];\n    for (var j = 0; j < paragraphs.size(); j++) {\n        var paragraph = paragraphs.get(j);\n        paragraphTexts.push(paragraph.text());\n    }\n    list.push({\n        id: dataId, // 使用data-id属性\n        paragraphs: paragraphTexts // 存储所有<p>元素的文本内容为数组，保持原有顺序\n    });\n    // 合并文本内容，每个<p>内容后添加换行符，保持原有顺序\n    data.mergedText += paragraphTexts.join(\"\\n\") + \"\\n\"; // 添加额外换行符以便分隔每个dd的内容\n}\n\n// 输出结果\njava.log(JSON.stringify(list));\njava.log(data.mergedText);\n\n// 返回data对象\nresult = data.mergedText;\n</js>",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##阅读.*最新章节.*超凡小说网.*|最新网址.*|.*请点击下一页继续.*|.*第.*页.*",
      "title": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a@ownText##.*\\(|\\)",
      "bookList": ".bd@li",
      "bookUrl": "a@href",
      "coverUrl": "",
      "kind": "span@text##\\[|\\]",
      "lastChapter": "",
      "name": "a@textNodes##\\(.*",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": " <js>\nvar JsDom = Packages.org.jsoup.Jsoup;\nvar Document = Packages.org.jsoup.nodes.Document;\nvar Element = Packages.org.jsoup.nodes.Element;\n            \nvar document = JsDom.parse(src);\n            \n// 获取包含<li>元素的<div>元素\nvar divs = document.select('ul.list > div');\n\n// 将divs转换为数组以便排序\nvar divArray = [];\nfor (var i = 0; i < divs.size(); i++) {\n    divArray.push(divs.get(i));\n}\n\n// 按照data-id属性对divArray进行排序\ndivArray.sort(function(a, b) {\n    var pageA = parseInt(a.attr('data-id'), 10);\n    var pageB = parseInt(b.attr('data-id'), 10);\n    return pageA - pageB;\n});\n\nvar list = [];\n// 遍历排序后的divArray\nfor (var i = 0; i < divArray.length; i++) {\n    var div = divArray[i];\n    var dataId = div.attr('data-id');\n    // 获取当前div下的所有<li>元素\n    var lis = div.select('li');\n    for (var j = 0; j < lis.size(); j++) {\n        var li = lis.get(j);\n        var a = li.select('a').first();\n        if (a != null) {\n            list.push({\n                text: a.text(),\n                id: dataId, // 使用data-id属性\n                url: a.attr('href')\n            });\n        }\n    }\n}\n\n//java.log(JSON.stringify(list));\nlist;\n</js>",
      "chapterName": "text",
      "chapterUrl": "url",
      "formatJs": "",
      "isVolume": ""
    },
    "searchUrl": "http://wap.pan8.org/s.php,{\n  \"body\": \"s={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "米读",
    "bookSourceType": 0,
    "bookSourceUrl": "https://api.midureader.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 824,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort = [];\npush = (title, url, type) => sort.push({\n    title: title,\n    url: url,\n    style: {\n        layout_flexGrow: 1,\n        layout_flexBasisPercent: type\n    }\n});\n$$ = (second_channel, status) => `/fiction/search/channel,{\"method\": \"POST\",\"body\": \"app=midu&second_channel=${second_channel}&status=${status}&page={{page-1}\\}&rank=\"}`;\n[\n    [\n        [\"玄幻\", 3],\n        [\"都市\", 5],\n        [\"推理\", 7],\n        [\"仙侠\", 15],\n        [\"科幻\", 27],\n        [\"游戏\", 30],\n        [\"武侠\", 32],\n        [\"历史\", 35],\n        [\"奇幻\", 39],\n        [\"军事\", 93],\n        [\"体育\", 47],\n        [\"现实\", 79],\n        [\"同人\", 61]\n    ],\n    [\n        [\"现代言情\", 13],\n        [\"古代言情\", 17],\n        [\"悬疑刑侦\", 24],\n        [\"玄幻仙侠\", 41],\n        [\"青春校园\", 51],\n        [\"同人小说\", 68],\n        [\"科幻空间\", 78],\n        [\"游戏竞技\", 95]\n    ]\n].map((Arr, isN) => {\n    push(\"༺ˇ»`ʚ \" + (isN ? \"女\" : \"男\") + \"频 ɞ´«ˇ༻\", null, 1);\n    Arr.map([title, second_channel] => {\n        [\"[\" + title + \"]\", \"完结\", \"连载\"].map((title, status) => {\n            push(title, $$(second_channel, status), 0.25);\n        });\n    });\n});\nJSON.stringify(sort);",
    "header": "{\"User-Agent\":\"okhttp/3.12.1\"}",
    "lastUpdateTime": 0,
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 2164,
    "ruleBookInfo": {
      "author": "$.author",
      "canReName": "",
      "coverUrl": "$..cover",
      "downloadUrls": "",
      "init": "$.data",
      "intro": "🏅 评分：{{$.score}}分\n🔥 热度：{{$.hot}}{{$.hotLabel}}\n🎗 标签：{{$..name##\\s##，}}\n🕰 更新时间：{{$.updateStatus}}\n📂 简介：{{$..description}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "{{java.getString('$.end_status')=='1'?'完结':'连载'}}\n{{$.category}}\n{{$.score}}分",
      "lastChapter": "",
      "name": "$.title",
      "tocUrl": "@js:\ntry{\n\"https://book.midureader.com/book/chapter_list/100/{{$.book_id}}.txt\"\n}\ncatch(e){\n\t\"https://book-spare.midureader.com/book/chapter_list/100/{{$.book_id}}.txt\"\n\t}",
      "wordCount": "$.word_count"
    },
    "ruleContent": {
      "content": "$..content\n@js:\n   if(result!=\"\"){\tresult}\n      else{java.ajax(baseUrl)}",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "$..leftTags..text## · .*",
      "bookList": "$.data[*]",
      "bookUrl": "https://api.midureader.com/fiction/book/getDetail,{\n  \"method\": \"POST\",\n  \"body\": \"app=midu&book_id={{$..book_id}}\"\n}\n##(getBrief||getDetail)选用其中之一",
      "coverUrl": "$.cover",
      "intro": "$.description",
      "kind": "{{$..leftTags..text##·|\\d.*}}##.*\\s",
      "name": "$..title",
      "wordCount": "$..leftTags..text##.*·"
    },
    "ruleSearch": {
      "author": "$.author||$..emAuthor",
      "bookList": "$.data[*]",
      "bookUrl": "https://api.midureader.com/fiction/book/getDetail,{\n  \"method\": \"POST\",\n  \"body\": \"app=midu&book_id={{$..book_id}}\"\n}\n##(getBrief||getDetail)选用其中之一",
      "checkKeyWord": "斗破苍穹",
      "coverUrl": "$..cover",
      "intro": "$..description",
      "kind": "{{java.getString('$.end_status')=='1'?'完结':'连载'}}\n{{$.category}}\n{{$..name##\\s.*}}\n{{$.score}}分",
      "lastChapter": "",
      "name": "$..title",
      "wordCount": "$.word_count"
    },
    "ruleToc": {
      "chapterList": "$.[*]",
      "chapterName": "$.title",
      "chapterUrl": "@js:\ntry{\n\"https://book.midureader.com/book/chapter/segment/master/{{$.bookId}}/{{$.chapterId}}/{{$.content_md5}}.txt\"\n}\ncatch(e){\n\t\"https://book.midureader.com/book/chapter/master/{{$.bookId}}_{{$.chapterId}}.txt\"\n\t}",
      "isVip": "",
      "isVolume": "",
      "updateTime": ""
    },
    "searchUrl": "@js:\nvar option = {   \n        \"method\": \"POST\",\n        \"body\": \"app=midu&keyword={{key}}&page={{page-1}}\"\n    };\ntry{\n\trun;\n\t\n\"https://api.midureader.com/fiction/search/search,\"+ JSON.stringify(option)\n}\ncatch(e){\n\t\"https://api.midureader.com/fiction/search/searchV2,\"+ JSON.stringify(option)\n\t}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版",
    "bookSourceName": "爱奇艺",
    "bookSourceType": 2,
    "bookSourceUrl": "https://m.iqiyi.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 825,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "最近更新::https://www.iqiyi.com/manhua/weekly_update/{{page}}_1_50.html\n热门作品::https://www.iqiyi.com/manhua/category/全部_0_9_{{page}}/\n更新时间::https://www.iqiyi.com/manhua/category/全部_0_4_1/\n已完结::https://www.iqiyi.com/manhua/category/全部_1_9_{{page}}/\n连载中::https://www.iqiyi.com/manhua/category/全部_2_9_{{page}}/\n搞笑::https://www.iqiyi.com/manhua/category/搞笑_0_9_{{page}}/\n热血::https://www.iqiyi.com/manhua/category/热血_0_9_{{page}}/\n冒险::https://www.iqiyi.com/manhua/category/冒险_0_9_{{page}}/\n恋爱::https://www.iqiyi.com/manhua/category/恋爱_0_9_{{page}}/\n少女::https://www.iqiyi.com/manhua/category/少女_0_9_{{page}}/\n青春::https://www.iqiyi.com/manhua/category/青春_0_9_{{page}}/\n恐怖::https://www.iqiyi.com/manhua/category/恐怖_0_9_{{page}}/\n科幻::https://www.iqiyi.com/manhua/category/科幻_0_9_{{page}}/\n奇幻::https://www.iqiyi.com/manhua/category/奇幻_0_9_{{page}}/\n神魔::https://www.iqiyi.com/manhua/category/神魔_0_9_{{page}}/\n运动::https://www.iqiyi.com/manhua/category/运动_0_9_{{page}}/\n竞技::https://www.iqiyi.com/manhua/category/竞技_0_9_{{page}}/\n玄幻::https://www.iqiyi.com/manhua/category/玄幻_0_9_{{page}}/\n校园::https://www.iqiyi.com/manhua/category/校园_0_9_{{page}}/\n悬疑::https://www.iqiyi.com/manhua/category/悬疑_0_9_{{page}}/\n推理::https://www.iqiyi.com/manhua/category/推理_0_9_{{page}}/\n萌系::https://www.iqiyi.com/manhua/category/萌系_0_9_{{page}}/\n穿越::https://www.iqiyi.com/manhua/category/穿越_0_9_{{page}}/\n后宫::https://www.iqiyi.com/manhua/category/后宫_0_9_{{page}}/\n都市::https://www.iqiyi.com/manhua/category/都市_0_9_{{page}}/\n仙侠::https://www.iqiyi.com/manhua/category/仙侠_0_9_{{page}}/\n战斗::https://www.iqiyi.com/manhua/category/战斗_0_9_{{page}}/\n战争::https://www.iqiyi.com/manhua/category/战争_0_9_{{page}}/\n历史::https://www.iqiyi.com/manhua/category/历史_0_9_{{page}}/\n纯爱::https://www.iqiyi.com/manhua/category/纯爱_0_9_{{page}}/\n同人::https://www.iqiyi.com/manhua/category/同人_0_9_{{page}}/\n社会::https://www.iqiyi.com/manhua/category/社会_0_9_{{page}}/\n励志::https://www.iqiyi.com/manhua/category/励志_0_9_{{page}}/\n百合::https://www.iqiyi.com/manhua/category/百合_0_9_{{page}}/\n治愈::https://www.iqiyi.com/manhua/category/治愈_0_9_{{page}}/\n机甲::https://www.iqiyi.com/manhua/category/机甲_0_9_{{page}}/\n美食::https://www.iqiyi.com/manhua/category/美食_0_9_{{page}}/\n怪谈::https://www.iqiyi.com/manhua/category/怪谈_0_9_{{page}}/\n日常::https://www.iqiyi.com/manhua/category/日常_0_9_{{page}}/\n灵异::https://www.iqiyi.com/manhua/category/灵异_0_9_{{page}}/\n偶像::https://www.iqiyi.com/manhua/category/偶像_0_9_{{page}}/\n虐心::https://www.iqiyi.com/manhua/category/虐心_0_9_{{page}}/\n古装::https://www.iqiyi.com/manhua/category/古装_0_9_{{page}}/\n美少女::https://www.iqiyi.com/manhua/category/美少女_0_9_{{page}}/\n完结::https://www.iqiyi.com/manhua/category/完结_0_9_{{page}}/\n独家::https://www.iqiyi.com/manhua/category/独家_0_9_{{page}}/\n宫斗::https://www.iqiyi.com/manhua/category/宫斗_0_9_{{page}}/\n连载::https://www.iqiyi.com/manhua/category/连载_0_9_{{page}}/\n真人::https://www.iqiyi.com/manhua/category/真人漫画_0_9_{{page}}/\n总裁::https://www.iqiyi.com/manhua/category/总裁_0_9_{{page}}/\n独家::https://www.iqiyi.com/manhua/category/独家_0_9_{{page}}/\n脑洞::https://www.iqiyi.com/manhua/category/脑洞_0_9_{{page}}/\n暗黑::https://www.iqiyi.com/manhua/category/暗黑_0_9_{{page}}/",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36\"\n}",
    "lastUpdateTime": 1741627380568,
    "loginUrl": "",
    "respondTime": 1878,
    "ruleBookInfo": {
      "author": "class.author.0@tag.span@text",
      "init": "",
      "intro": "class.detail-docu@text",
      "kind": "class.detail-tit@tag.a@text",
      "lastChapter": "class.cata-update@text##^.*?\\s",
      "name": "class.detail-tit@tag.h1@text",
      "tocUrl": "class.ercode-con@tag.img@data-url@js:\"https://www.iqiyi.com/manhua/catalog/\"+result.replace(/^.*\\/(.*?)\\.html/,\"$1\")+\"/\""
    },
    "ruleContent": {
      "content": "class.main-container@li@img@html##data-original##src",
      "imageStyle": "FULL",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "class.writerName@text",
      "bookList": "class.stacksList@tag.li||class.cartoon-hot-ul@tag.li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.img@src",
      "lastChapter": "class.stacksBook-newchapter@tag.a@title@text||class.cartoon-update-h@text##更新至",
      "name": "class.stacksBook-tit@text||class.cartoon-item-tit@text"
    },
    "ruleToc": {
      "chapterList": "$.data.episodes.*",
      "chapterName": "$.episodeTitle",
      "chapterUrl": "https://www.iqiyi.com/manhua/reader/{$.comicId}_{$.episodeId}.html"
    },
    "searchUrl": "https://www.iqiyi.com/manhua/search-keyword={{key}}_{{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "开心文学网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.kxwx.org",
    "customButton": false,
    "customOrder": 826,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1719736526816,
    "respondTime": 2332,
    "ruleBookInfo": {
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content"
    },
    "ruleContent": {
      "content": ".mainContenr@p@text"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".grid@tr!0",
      "bookUrl": "a.0@href",
      "kind": "td.-1:-2@text",
      "lastChapter": "a.1@text",
      "name": "a.0@text",
      "wordCount": "td.-3@text"
    },
    "ruleToc": {
      "chapterList": ".chapterNum@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search/{{key}}.html",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "📥伪宝书",
    "bookSourceType": 3,
    "bookSourceUrl": "https://m.baoshu7.com",
    "customButton": false,
    "customOrder": 827,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "文学名著::/txt/wenxue/<,index_{{page}}.html>\n其他小说::/txt/qita/<,index_{{page}}.html>",
    "lastUpdateTime": 32500886400000,
    "respondTime": 2062,
    "ruleBookInfo": {
      "coverUrl": "img@src",
      "downloadUrls": "td>a@href##^##{{source.getKey()}}\n<js>java.ajax(result)</js>\n.downbtn@href",
      "init": ".module",
      "intro": ".con@text##(^|[。！？……；]+[”」）】]?)##$1<br>",
      "kind": "p:containsOwn(分类：)@text##小说|分类："
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author[0]@text",
      "bookList": ".imgtextlist>li",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": ".intro@text##简介：",
      "name": ".orange@text##《|》",
      "wordCount": ".author[-1]@text##大小：|\\s"
    },
    "searchUrl": "@js:\nurl=source.getKey()+\"/e/search/index.php\";\nbody=`show=title,softsay,softwriter&keyboard=${key}&tbname=download&tempid=1&Submit22=搜索`;\nsurl=java.post(url,body,{}).header(\"location\");\nString(surl).replace(/result.*searchid/,\n\"/e/search/result/index.php?page={{page-1}}&searchid\")",
    "weight": 0
  },
  {
    "bookSourceComment": "qishu66.com",
    "bookSourceGroup": "免费",
    "bookSourceName": "📥伪奇书",
    "bookSourceType": 3,
    "bookSourceUrl": "https://www.80qishu.com",
    "customButton": false,
    "customOrder": 828,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "文学名著::/wenxue/<,index_{{page}}.html>\n其他小说::/qita/<,index_{{page}}.html>",
    "lastUpdateTime": 32500886400000,
    "respondTime": 3723,
    "ruleBookInfo": {
      "coverUrl": "img@src",
      "downloadUrls": "td>a@href##^##{{source.getKey()}}\n<js>java.ajax(result)</js>\n.downbtn@href",
      "init": ".module",
      "intro": ".con@text##(^|[。！？……；]+[”」）】]?)##$1<br>",
      "kind": "p:containsOwn(分类：)@text##小说|分类："
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author[0]@text",
      "bookList": ".imgtextlist>li",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": ".intro@text##简介：",
      "name": ".orange@text##《|》",
      "wordCount": ".author[-1]@text##大小：|\\s"
    },
    "searchUrl": "@js:\nurl=source.getKey()+\"/e/search/index.php\";\nbody=`show=title,softsay,softwriter&keyboard=${key}&tbname=download&tempid=1&Submit22=搜索`;\nsurl=java.post(url,body,{}).header(\"location\");\nString(surl).replace(/result.*searchid/,\n\"/e/search/result/index.php?page={{page-1}}&searchid\")",
    "weight": 0
  },
  {
    "bookSourceComment": "\"error:Unabletoresolvehost\"www.xqishuta.com\":Noaddressassociatedwithhostname\n\"",
    "bookSourceGroup": "免费",
    "bookSourceName": "奇书网网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xqishuta.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 829,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻奇幻::/soft/sort01/index_{{page}}.html\n武侠仙侠::/soft/sort02/index_{{page}}.html\n女频言情::/soft/sort03/index_{{page}}.html\n现代都市::/soft/sort04/index_{{page}}.html\n历史军事::/soft/sort05/index_{{page}}.html\n游戏竞技::/soft/sort06/index_{{page}}.html\n科幻灵异::/soft/sort07/index_{{page}}.html\n美文同人::/soft/sort08/index_{{page}}.html\n剧本教程::/soft/sort09/index_{{page}}.html\n名著杂志::/soft/sort010/index_{{page}}.html\n技术其他::/soft/sort011/index_{{page}}.html\n热门电子书::/s/hot/index_{{page}}.html\n推荐电子书::/s/good/index_{{page}}.html\n最新电子书::/s/new/index_{{page}}.html",
    "header": "{\n\"User-Agent\":\"Mozilla/5.0(WindowsNT10.0;WOW64)AppleWebKit/537.36(KHTML,likeGecko,ByBlackPrism)Chrome/99.0Safari/537.36\"\n}",
    "lastUpdateTime": 1725647278966,
    "loginUrl": "",
    "respondTime": 6335,
    "ruleBookInfo": {
      "author": "class.small.5@text",
      "coverUrl": "class.detail_pic@tag.img@src",
      "init": "",
      "intro": "class.showInfo@tag.p@text",
      "kind": "",
      "lastChapter": "class.small.6@text",
      "name": "class.detail_right@tag.h1@text##全集",
      "tocUrl": "class.showDown@tag.a.0@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content1@html##最新网址：www.xqishuta.com",
      "nextContentUrl": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.s@text##大小.*",
      "bookList": "class.listBox@tag.li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.img@src",
      "intro": "class.u@text",
      "kind": "",
      "lastChapter": "tag.a.1@text##最新章节：",
      "name": "tag.a.0@text##全集",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.even@tag.a@href",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "class.odd.2@text",
      "name": "class.even@tag.a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.pc_list@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "search.html?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "爱读书网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.changduba.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 830,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1733523729552,
    "loginUrl": "",
    "respondTime": 428,
    "ruleBookInfo": {
      "author": "class.author@text##作者：",
      "coverUrl": "class.imgbox@tag.img@data-src",
      "intro": "class.jianjie@tag.p.0@textNodes",
      "lastChapter": "class.status@tag.p.-1@tag.a@text",
      "name": "class.status@tag.h1@text",
      "tocUrl": "class.read@href"
    },
    "ruleContent": {
      "content": "class.yd_text2@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.odd.0@tag.a@href",
      "coverUrl": "class.odd.0@tag.a@href@js:result.replace(/\\/(\\d+)\\//,'/files/article/image/$1/$2/$2s.jpg')",
      "lastChapter": "class.even.0@text##正文",
      "name": "class.odd.0@text"
    },
    "ruleToc": {
      "chapterList": "class.mulu_list@tag.li@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "modules/article/search.php?searchkey={{key}}&searchtype=articlename&submit=搜索",
    "weight": 0
  },
  {
    "bookSourceComment": "//2025.2.22 By Buding 修复搜索\n//by:九梦\n//by九梦的图片替换，by天天的鸟蛋蛋的字体替换\n//2025.1.29\nlet m={\"a85090415a\":\"日\",\"0203769080\":\"丰\",\"0355171744\":\"地\",\"0528649589\":\"臀\",\"0602771294\":\"妈\",\"0665756424\":\"胸\",\"0665889261\":\"蛋\",\"0698278491\":\"首\",\"0744208851\":\"一\",\"0774208243\":\"介\",\"0747467933\":\"蜜\",\"0832215510\":\"合\",\"0872283620\":\"泽\",\"0902364778\":\"十\",\"0983658750\":\"香\",\"0990372354\":\"淫\",\"0951783242\":\"露\",\"1020382214\":\"三\",\"1128608327\":\"偷\",\"1165271020\":\"暴\",\"1167260777\":\"腿\",\"1190111324\":\"第\",\"1330289459\":\"丝\",\"1605992686\":\"件\",\"1644155001\":\"腐\",\"1748611635\":\"炮\",\"1790668606\":\"高\",\"1809149563\":\"含\",\"2038870549\":\"爱\",\"2113285564\":\"死\",\"2211806946\":\"人\",\"2222207117\":\"嫩\",\"2472677945\":\"马\",\"2479341369\":\"帮\",\"2546160883\":\"上\",\"2624694117\":\"缝\",\"2735853814\":\"独\",\"2857703127\":\"法\",\"2876804651\":\"顶\",\"2886155750\":\"棒\",\"2885608989\":\"中\",\"2953530793\":\"花\",\"3023538105\":\"席\",\"3087672465\":\"五\",\"3187883344\":\"园\",\"3269935019\":\"光\",\"3511096181\":\"摇\",\"3561353475\":\"眼\",\"3573763138\":\"最\",\"3609388116\":\"乱\",\"3620919708\":\"宰\",\"3691658535\":\"做\",\"3697158622\":\"主\",\"3750225803\":\"交\",\"3835404789\":\"大\",\"3887706975\":\"温\",\"4072862874\":\"吞\",\"4208731327\":\"未\",\"4247282819\":\"潮\",\"4323477214\":\"发\",\"4465328127\":\"六\",\"4896650341\":\"色\",\"4915941086\":\"西\",\"5034321418\":\"流\",\"5118765982\":\"网\",\"5268319798\":\"房\",\"5366920169\":\"干\",\"5405095624\":\"活\",\"5504072831\":\"裸\",\"5515430018\":\"妹\",\"5554918885\":\"夫\",\"5570002531\":\"粉\",\"5794932762\":\"巴\",\"5798715549\":\"山\",\"5825662041\":\"白\",\"5865212886\":\"里\",\"5934682064\":\"二\",\"5958823569\":\"麻\",\"6115586454\":\"吸\",\"6146409280\":\"粗\",\"6202025318\":\"代\",\"6258129695\":\"欲\",\"6472284406\":\"辱\",\"6534980771\":\"台\",\"6598183488\":\"弹\",\"6695148880\":\"美\",\"6810021581\":\"熟\",\"6834531826\":\"尿\",\"6843073930\":\"指\",\"6874325047\":\"操\",\"6921916056\":\"龟\",\"6972560942\":\"亲\",\"7071132422\":\"湿\",\"7075168225\":\"穴\",\"7092415778\":\"头\",\"7334347774\":\"玉\",\"7402244018\":\"宫\",\"7450445747\":\"挤\",\"7614763772\":\"水\",\"7615188907\":\"天\",\"7641707176\":\"甲\",\"7645727085\":\"私\",\"7666628481\":\"学\",\"7808420336\":\"荡\",\"7875951963\":\"四\",\"7912251525\":\"舔\",\"7980237169\":\"内\",\"8186728471\":\"出\",\"8165804057\":\"母\",\"8202714140\":\"东\",\"8212084865\":\"裸\",\"8242185966\":\"动\",\"8285637025\":\"容\",\"8381351178\":\"具\",\"8406787204\":\"退\",\"8431104929\":\"舌\",\"8431794980\":\"唇\",\"8443857439\":\"插\",\"8637348340\":\"精\",\"8728327662\":\"乳\",\"8739167787\":\"处\",\"8770568739\":\"肉\",\"8771907310\":\"狗\",\"8773645769\":\"情\",\"8986539842\":\"证\",\"9030340049\":\"性\",\"9065740329\":\"射\",\"9075956636\":\"迷\",\"9100236271\":\"兽\",\"9123535704\":\"洞\",\"9131928994\":\"硬\",\"9218945420\":\"波\",\"9332720497\":\"足\",\"9350080768\":\"下\",\"9364129810\":\"丁\",\"9386124353\":\"儿\",\"9440082131\":\"生\",\"9572922210\":\"布\",\"9818286580\":\"扎\",\"9875422061\":\"凌\",\"9884662704\":\"撸\",\"9942269763\":\"浪\",\"9986630664\":\"漏\",\"9993921948\":\"局\",};\nfunction x(e, m) {\n    for (i in m) {\n        var k = m[i];\n        var n = '<img src=\"https://novel.seseclub.com/template/imgs/' + i + '.png\">';\n        e = e.split(n).join(k);\n    }\n    return e;\n}\nx(result, m);",
    "bookSourceGroup": "🔞",
    "bookSourceName": "✈️ 涩涩俱乐部-九梦",
    "bookSourceType": 0,
    "bookSourceUrl": "https://novel.seseclub.com##九梦",
    "customButton": false,
    "customOrder": 831,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n    {\n        \"title\": \"按人气排序↓\",\n        \"url\": \"\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 1,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n    \t   \"title\":\"藏经阁\",\n    \t   \"url\":\"/book/category/list/3/page/{{page}}\",\n    \t   \"style\":{\n    \t   \t\"layout_flexBasisPercent\":1,\n    \t   \t\"layout_flexGrow\":1\n    \t   \t}\n    \t},\n    \t{\n    \t\t   \"title\":\"书库\",\n    \t\t   \"url\":\"/book/category/page/{{page}}\",\n    \t\t   \"style\":{\n    \t\t   \t\"layout_flexBasisPercent\":1,\n    \t\t   \t\"layout_flexGrow\":1\n    \t\t   \t}\n    \t\t   \t}, \n    \t\t   \t{\n    \t\t   \t\t\"title\": \"全部\",\n    \t\t   \t\t\"url\": \"/book/category/list/4/page/{{page}}\",\n    \t\t   \t\t\"style\": {\n    \t\t   \t\t\t\"layout_flexBasisPercent\": 0.2,\n    \t\t   \t\t\t\"layout_flexGrow\": 1\n    \t\t   \t\t}\n    },\n    {\n        \"title\": \"玄幻\",\n        \"url\": \"/book/category/list/4/tags/1/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"武侠\",\n        \"url\": \"/book/category/list/4/tags/2/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"仙侠\",\n        \"url\": \"/book/category/list/4/tags/3/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"古言\",\n        \"url\": \"/book/category/list/4/tags/4/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"都市\",\n        \"url\": \"/book/category/list/4/tags/5/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"历史\",\n        \"url\": \"/book/category/list/4/tags/6/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"网游\",\n        \"url\": \"/book/category/list/4/tags/7/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"科幻\",\n        \"url\": \"/book/category/list/4/tags/8/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"女生\",\n        \"url\": \"/book/category/list/4/tags/9/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"同人\",\n        \"url\": \"/book/category/list/4/tags/10/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"推理\",\n        \"url\": \"/book/category/list/4/tags/11/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"穿越\",\n        \"url\": \"/book/category/list/4/tags/12/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"重生\",\n        \"url\": \"/book/category/list/4/tags/13/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"系统\",\n        \"url\": \"/book/category/list/4/tags/14/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"求生\",\n        \"url\": \"/book/category/list/4/tags/15/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"恐怖\",\n        \"url\": \"/book/category/list/4/tags/16/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"耽美\",\n        \"url\": \"/book/category/list/4/tags/17/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"百合\",\n        \"url\": \"/book/category/list/4/tags/18/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"NTR\",\n        \"url\": \"/book/category/list/4/tags/19/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"足控\",\n        \"url\": \"/book/category/list/4/tags/20/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"乱伦\",\n        \"url\": \"/book/category/list/4/tags/21/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"SM\",\n        \"url\": \"/book/category/list/4/tags/22/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"伪娘\",\n        \"url\": \"/book/category/list/4/tags/23/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"娱乐\",\n        \"url\": \"/book/category/list/4/tags/24/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"综合\",\n        \"url\": \"/book/category/list/4/tags/25/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"按最新排序↓\",\n        \"url\": \"\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 1,\n            \"layout_flexGrow\": 1\n        }\n    },{\n\t\"title\":\"藏经阁\",\n\t\"url\":\"/book/category/list/3/order/addtime/page/{{page}}\",\n\t\"style\":{\n\t\"layout_flexBasisPercent\":1,\n\t\"layout_flexGrow\":1\n\t}\n},{\n\t\"title\":\"书库\",\n\t\"url\":\"/book/category/order/addtime/page/{{page}}\",\n\t\"style\":{\n\t\"layout_flexBasisPercent\":1,\n\t\"layout_flexGrow\":1\n\t}\n},\n    {\n        \"title\": \"全部\",\n        \"url\": \"/book/category/list/4/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"玄幻\",\n        \"url\": \"/book/category/list/4/tags/1/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"武侠\",\n        \"url\": \"/book/category/list/4/tags/2/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"仙侠\",\n        \"url\": \"/book/category/list/4/tags/3/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"古言\",\n        \"url\": \"/book/category/list/4/tags/4/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"都市\",\n        \"url\": \"/book/category/list/4/tags/5/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"历史\",\n        \"url\": \"/book/category/list/4/tags/6/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"网游\",\n        \"url\": \"/book/category/list/4/tags/7/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"科幻\",\n        \"url\": \"/book/category/list/4/tags/8/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"女生\",\n        \"url\": \"/book/category/list/4/tags/9/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"同人\",\n        \"url\": \"/book/category/list/4/tags/10/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"推理\",\n        \"url\": \"/book/category/list/4/tags/11/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"穿越\",\n        \"url\": \"/book/category/list/4/tags/12/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"重生\",\n        \"url\": \"/book/category/list/4/tags/13/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"系统\",\n        \"url\": \"/book/category/list/4/tags/14/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"求生\",\n        \"url\": \"/book/category/list/4/tags/15/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"恐怖\",\n        \"url\": \"/book/category/list/4/tags/16/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"耽美\",\n        \"url\": \"/book/category/list/4/tags/17/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"百合\",\n        \"url\": \"/book/category/list/4/tags/18/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"NTR\",\n        \"url\": \"/book/category/list/4/tags/19/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"足控\",\n        \"url\": \"/book/category/list/4/tags/20/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"乱伦\",\n        \"url\": \"/book/category/list/4/tags/21/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"SM\",\n        \"url\": \"/book/category/list/4/tags/22/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"伪娘\",\n        \"url\": \"/book/category/list/4/tags/23/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"娱乐\",\n        \"url\": \"/book/category/list/4/tags/24/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"综合\",\n        \"url\": \"/book/category/list/4/tags/25/order/addtime/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },{\n\t\"title\":\"按连载排序↓\",\n\t\"url\":\"\",\n\t\"style\":{\n\t\"layout_flexBasisPercent\":1,\n\t\"layout_flexGrow\":1\n\t}\n},{\n\t\"title\":\"藏经阁\",\n\t\"url\":\"/book/category/list/3/finish/1/page/{{page}}\",\n\t\"style\":{\n\t\"layout_flexBasisPercent\":1,\n\t\"layout_flexGrow\":1\n\t}\n},{\n\t\"title\":\"书库\",\n\t\"url\":\"/book/category/finish/1/page/{{page}}\",\n\t\"style\":{\n\t\"layout_flexBasisPercent\":1,\n\t\"layout_flexGrow\":1\n\t}\n},\n    {\n        \"title\": \"全部\",\n        \"url\": \"/book/category/list/4/finish/1/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"玄幻\",\n        \"url\": \"/book/category/list/4/finish/1/tags/1/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"武侠\",\n        \"url\": \"/book/category/list/4/finish/1/tags/2/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"仙侠\",\n        \"url\": \"/book/category/list/4/finish/1/tags/3/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"古言\",\n        \"url\": \"/book/category/list/4/finish/1/tags/4/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"都市\",\n        \"url\": \"/book/category/list/4/finish/1/tags/5/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"历史\",\n        \"url\": \"/book/category/list/4/finish/1/tags/6/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"网游\",\n        \"url\": \"/book/category/list/4/finish/1/tags/7/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"科幻\",\n        \"url\": \"/book/category/list/4/finish/1/tags/8/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"女生\",\n        \"url\": \"/book/category/list/4/finish/1/tags/9/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"同人\",\n        \"url\": \"/book/category/list/4/finish/1/tags/10/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"推理\",\n        \"url\": \"/book/category/list/4/finish/1/tags/11/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"穿越\",\n        \"url\": \"/book/category/list/4/finish/1/tags/12/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"重生\",\n        \"url\": \"/book/category/list/4/finish/1/tags/13/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"系统\",\n        \"url\": \"/book/category/list/4/finish/1/tags/14/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"求生\",\n        \"url\": \"/book/category/list/4/finish/1/tags/15/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"恐怖\",\n        \"url\": \"/book/category/list/4/finish/1/tags/16/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"耽美\",\n        \"url\": \"/book/category/list/4/finish/1/tags/17/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"百合\",\n        \"url\": \"/book/category/list/4/finish/1/tags/18/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"NTR\",\n        \"url\": \"/book/category/list/4/finish/1/tags/19/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"足控\",\n        \"url\": \"/book/category/list/4/finish/1/tags/20/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"乱伦\",\n        \"url\": \"/book/category/list/4/finish/1/tags/21/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"SM\",\n        \"url\": \"/book/category/list/4/finish/1/tags/22/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"伪娘\",\n        \"url\": \"/book/category/list/4/finish/1/tags/23/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"娱乐\",\n        \"url\": \"/book/category/list/4/finish/1/tags/24/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"综合\",\n        \"url\": \"/book/category/list/4/finish/1/tags/25/page/{{page}}\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.2,\n            \"layout_flexGrow\": 1\n        }\n    }\n]\n\n",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 15; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36 EdgA/133.0.0.0\"\n}",
    "lastUpdateTime": 1740271957017,
    "loginUrl": "https://fontawesome.com/webfonts/fa-brands-400.ttf",
    "respondTime": 30726,
    "ruleBookInfo": {
      "author": "#bookinfo@p.0",
      "coverUrl": ".photo@img.0@src",
      "kind": "#bookinfo@a&&#bookinfo@p.[-1,-2]",
      "name": "#bookinfo@div.0@h2@text",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".chapter-content-wrap@html##[上|下]一章|本站地址.+[^.].+\t",
      "replaceRegex": "{{eval(String(source.bookSourceComment))}}\n<js>\ni=[\"%uE800\",\"%uE801\",\"%uE802\",\"%uE803\",\"%uE804\",\"%uE805\",\"%uE806\",\"%uE807\",\"%uE808\",\"%uE809\",\"%uE80A\",\"%uE80B\",\"%uE80C\",\"%uE80D\",\"%uE80E\",\"%uE80F\",\"%uE810\",\"%uE811\",\"%uE812\",\"%uE813\",\"%uE814\",\"%uE815\",\"%uE816\",\"%uE817\",\"%uE818\",\"%uE819\",\"%uE81A\",\"%uE81B\",\"%uE81C\",\"%uE81D\",\"%uE81E\",\"%uE81F\",\"%uE820\",\"%uE821\",\"%uE822\",\"%uE823\",\"%uE824\",\"%uE825\",\"%uE826\",\"%uE827\",\"%uE828\",\"%uE829\",\"%uE82A\",\"%uE82B\",\"%uE82C\",\"%uE82D\",\"%uE82E\",\"%uE82F\",\"%uE830\",\"%uE831\",\"%uE832\",\"%uE833\",\"%uE834\",\"%uE835\",\"%uE836\",\"%uE837\",\"%uE838\",\"%uE839\",\"%uE83A\",\"%uE83B\",\"%uE83C\",\"%uE83D\",\"%uE83E\",\"%uE83F\",\"%uE840\",\"%uE841\",\"%uE842\",\"%uE843\",\"%uE844\",\"%uE845\",\"%uE846\",\"%uE847\",\"%uE848\",\"%uE849\",\"%uE84A\",\"%uE84B\",\"%uE84C\",\"%uE84D\",\"%uE84E\",\"%uE84F\",\"%uE850\",\"%uE851\",\"%uE852\",\"%uE853\",\"%uE854\",\"%uE855\",\"%uE856\",\"%uE857\",\"%uE858\",\"%uE859\",\"%uE85A\",\"%uE85B\",\"%uE85C\",\"%uE85D\",\"%uE85E\",\"%uE85F\",\"%uE860\",\"%uE861\",\"%uE862\",\"%uE863\"];\n//字体文本\nz=\"的一是了我不人在他有这个上们来到时大地为子中你说生国年着就那和要她出也得里后自以会家可下而过天去能对小多然于心学么之都好看起发当没成只如事把还用第样道想作种开美总从无情己面最女但现前些所同日手又行意动\";\n\t\n\t//变成unicode编码\nhtml = escape(result);\n//替换\nfunction ti(html,i,z){\n\treg = new RegExp(i,'g');\n\treturn html.replace(reg,z);\n\t}\nfor(x in i){\n\thtml = ti(html,i[x],z[x])\n\t}\n//解unicode编码（变成文字）\nunescape(html)\n</js>"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.0@text",
      "bookList": ".aglike@li",
      "bookUrl": "a.0@href",
      "checkKeyWord": "六点的钟声",
      "coverUrl": "img.0@src",
      "intro": ".decs@text",
      "kind": "",
      "name": ".name@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "#chapterlsit@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ""
    },
    "searchUrl": "https://novel.seseclub.com/book/search/{{key}}/{{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "盗墓笔记",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.daomubiji.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 832,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1727260072280,
    "respondTime": 1328,
    "ruleBookInfo": {
      "intro": "class.focusbox-text@text",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": "class.article-content@tag.p@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "text##(|)",
      "bookList": "class.container@tag.li!0",
      "bookUrl": "tag.a@href",
      "name": "class.menu-item@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.excerpts-wrapper@tag.a",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "-",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "若雨中文",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.3yt.com/",
    "customButton": false,
    "customOrder": 833,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"网络小说\",\"url\":\"/Book/LN/1079/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"玄幻魔法\",\"url\":\"/Book/LN/1094/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠仙侠\",\"url\":\"/Book/LN/1095/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/Book/LN/1096/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/Book/LN/1097/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游竞技\",\"url\":\"/Book/LN/1098/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻灵异\",\"url\":\"/Book/LN/1099/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他小说\",\"url\":\"/Book/LN/1100/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1726787388647,
    "loginUrl": "",
    "respondTime": 2896,
    "ruleBookInfo": {
      "author": ".w_530 a.0@text##作品集",
      "coverUrl": ".img img@src",
      "intro": ".h_260 p@html",
      "kind": ".path a.1@text&&.w_200 li.0@text&&.h_260 em@text##.*：|\\s.*|小说",
      "lastChapter": ".h_260 a.0@text##[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".w_530 em.0@text",
      "tocUrl": ".w_200 a.1@href",
      "wordCount": ".w_200 li.1@text##.*已完成\\s|\\s字"
    },
    "ruleContent": {
      "content": "#BookText@html"
    },
    "ruleExplore": {
      "bookList": "tbody!1:2@tr",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##http://www.3yt.com/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.0:4:3@text##小说",
      "lastChapter": "td.2@text##[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "td.1@text"
    },
    "ruleSearch": {
      "author": "td.4@text",
      "bookList": "tbody tr",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##http://www.3yt.com/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.0:5:3@text##小说",
      "lastChapter": "td.2@text##[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "td.1@text"
    },
    "ruleToc": {
      "chapterList": "#BookText li a",
      "chapterName": "text##[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/book/search.aspx?searchkey={{key}}&SeaButton=",
    "weight": 0
  },
  {
    "bookSourceComment": "注：部分小说可下载到本地，若想下载到本地看，把左上角的类型“文本”改为“文件”。",
    "bookSourceGroup": "免费",
    "bookSourceName": "玄幻阁小说网 xuanyge.com",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xuanyge.com",
    "customButton": false,
    "customOrder": 834,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"🔖分类🔖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻\",\"url\":\"http://www.xuanyge.com/sort1/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠\",\"url\":\"http://www.xuanyge.com/sort2/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"http://www.xuanyge.com/sort3/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史\",\"url\":\"http://www.xuanyge.com/sort4/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"言情\",\"url\":\"http://www.xuanyge.com/sort5/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越\",\"url\":\"http://www.xuanyge.com/sort6/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"http://www.xuanyge.com/sort7/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖\",\"url\":\"http://www.xuanyge.com/sort8/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校园\",\"url\":\"http://www.xuanyge.com/sort9/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"异界\",\"url\":\"http://www.xuanyge.com/sort10/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"\\t🔖榜单🔖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"日点击榜\",\"url\":\"http://wap.xuanyge.com/top-dayvisit-{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周点击榜\",\"url\":\"http://wap.xuanyge.com/top-weekvisit-{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月点击榜\",\"url\":\"http://wap.xuanyge.com/top-monthvisit-{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总点击榜\",\"url\":\"http://wap.xuanyge.com/top-allvisit-{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总收藏榜\",\"url\":\"http://wap.xuanyge.com/top-goodnum-{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"字数排行\",\"url\":\"http://wap.xuanyge.com/top-size-{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日推荐榜\",\"url\":\"http://wap.xuanyge.com/top-dayvote-{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周推荐榜\",\"url\":\"http://wap.xuanyge.com/top-weekvote-{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月推荐榜\",\"url\":\"http://wap.xuanyge.com/top-monthvote-{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总推荐榜\",\"url\":\"http://wap.xuanyge.com/top-allvote-{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最新入库\",\"url\":\"http://wap.xuanyge.com/top-postdate-{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最近更新\",\"url\":\"http://wap.xuanyge.com/top-lastupdate-{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"🔖完结🔖\",\"url\":\"http://www.xuanyge.com/quanben/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}}\n]",
    "lastUpdateTime": 1738341808893,
    "respondTime": 2642,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "canReName": "",
      "coverUrl": "[property=\"og:image\"]@content",
      "downloadUrls": "#author a@href##.+\\D(\\d+)\\D##http://down.xuanyge.com/modules/article/packdown.php?id=$1&type=txt&fname={{@@#author a@title}}",
      "intro": "🔔 更新时间：{{@@[property=\"og:novel:update_time\"]@content##\\s##🔸}}\n\n📂 内容简介：{{@@[property=\"og:description\"]@content}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": "#content@textNodes",
      "replaceRegex": "##随机推荐："
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.1@text||a.2@text",
      "bookList": "#sitebox dl||.line",
      "bookUrl": "a.1@href@js:##.+\\D((\\d+)\\d{3})\\D##http://www.xuanyge.com/files/article/html/$2/$1/###",
      "coverUrl": "a.1@href@js:##.+\\D((\\d+)\\d{3})\\D##http://www.xuanyge.com/files/article/image/$2/$1/$1s.jpg###",
      "intro": ".book_des@text",
      "kind": "span.2:0@text||a.0@text##\\[|\\]",
      "lastChapter": "dd a.1@text",
      "name": "h3 a@text||a.1@text",
      "wordCount": "span.3@text"
    },
    "ruleToc": {
      "chapterList": "#readerlist li",
      "chapterName": "text",
      "chapterUrl": "a@href",
      "isVolume": "h3@text"
    },
    "searchUrl": "http://www.xuanyge.com/modules/article/search.php?s=7673184438602983814&s={{key}}&searchtype=articlename",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "三八小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.38xs.net/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 835,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/1/{{page}}.html\n武侠::/2/{{page}}.html\n仙侠::/3/{{page}}.html\n都市::/4/{{page}}.html\n言情::/5/{{page}}.html\n历史::/6/{{page}}.html\n穿越::/7/{{page}}.html\n科幻::/8/{{page}}.html\n恐怖::/9/{{page}}.html\n动漫::/10/{{page}}.html\n耽美::/11/{{page}}.html\n文学::/12/{{page}}.html\n其他::/13/{{page}}.html\n激情::/14/{{page}}.html\nH文::/15/{{page}}.html\n                                                                        ::\n日排行::/top/0-0-{{page}}.html\n周排行::/top/1-0-{{page}}.html\n月排行::/top/2-0-{{page}}.html\n总排行::/top/3-0-{{page}}.html\n日推荐::/top/4-0-{{page}}.html\n周推荐::/top/5-0-{{page}}.html\n月推荐::/top/6-0-{{page}}.html\n总推荐::/top/7-0-{{page}}.html\n日收藏::/top/8-0-{{page}}.html\n周收藏::/top/9-0-{{page}}.html\n月收藏::/top/10-0-{{page}}.html\n总收藏::/top/11-0-{{page}}.html\n字数排行::/top/12-0-{{page}}.html\n更新排行::/top/13-0-{{page}}.html\n                                                                        ::\n玄幻小说日排行::/top/0-1-{{page}}.html\n玄幻小说周排行::/top/1-1-{{page}}.html\n玄幻小说月排行::/top/2-1-{{page}}.html\n玄幻小说总排行::/top/3-1-{{page}}.html\n玄幻小说日推荐::/top/4-1-{{page}}.html\n玄幻小说周推荐::/top/5-1-{{page}}.html\n玄幻小说月推荐::/top/6-1-{{page}}.html\n玄幻小说总推荐::/top/7-1-{{page}}.html\n玄幻小说日收藏::/top/8-1-{{page}}.html\n玄幻小说周收藏::/top/9-1-{{page}}.html\n玄幻小说月收藏::/top/10-1-{{page}}.html\n玄幻小说总收藏::/top/11-1-{{page}}.html\n玄幻小说字数排行::/top/12-1-{{page}}.html\n玄幻小说更新排行::/top/13-1-{{page}}.html\n                                                                        ::\n武侠小说日排行::/top/0-2-{{page}}.html\n武侠小说周排行::/top/1-2-{{page}}.html\n武侠小说月排行::/top/2-2-{{page}}.html\n武侠小说总排行::/top/3-2-{{page}}.html\n武侠小说日推荐::/top/4-2-{{page}}.html\n武侠小说周推荐::/top/5-2-{{page}}.html\n武侠小说月推荐::/top/6-2-{{page}}.html\n武侠小说总推荐::/top/7-2-{{page}}.html\n武侠小说日收藏::/top/8-2-{{page}}.html\n武侠小说周收藏::/top/9-2-{{page}}.html\n武侠小说月收藏::/top/10-2-{{page}}.html\n武侠小说总收藏::/top/11-2-{{page}}.html\n武侠小说字数排行::/top/12-2-{{page}}.html\n武侠小说更新排行::/top/13-2-{{page}}.html\n                                                                        ::\n仙侠小说日排行::/top/0-3-{{page}}.html\n仙侠小说周排行::/top/1-3-{{page}}.html\n仙侠小说月排行::/top/2-3-{{page}}.html\n仙侠小说总排行::/top/3-3-{{page}}.html\n仙侠小说日推荐::/top/4-3-{{page}}.html\n仙侠小说周推荐::/top/5-3-{{page}}.html\n仙侠小说月推荐::/top/6-3-{{page}}.html\n仙侠小说总推荐::/top/7-3-{{page}}.html\n仙侠小说日收藏::/top/8-3-{{page}}.html\n仙侠小说周收藏::/top/9-3-{{page}}.html\n仙侠小说月收藏::/top/10-3-{{page}}.html\n仙侠小说总收藏::/top/11-3-{{page}}.html\n仙侠小说字数排行::/top/12-3-{{page}}.html\n仙侠小说更新排行::/top/13-3-{{page}}.html\n                                                                        ::\n都市小说日排行::/top/0-4-{{page}}.html\n都市小说周排行::/top/1-4-{{page}}.html\n都市小说月排行::/top/2-4-{{page}}.html\n都市小说总排行::/top/3-4-{{page}}.html\n都市小说日推荐::/top/4-4-{{page}}.html\n都市小说周推荐::/top/5-4-{{page}}.html\n都市小说月推荐::/top/6-4-{{page}}.html\n都市小说总推荐::/top/7-4-{{page}}.html\n都市小说日收藏::/top/8-4-{{page}}.html\n都市小说周收藏::/top/9-4-{{page}}.html\n都市小说月收藏::/top/10-4-{{page}}.html\n都市小说总收藏::/top/11-4-{{page}}.html\n都市小说字数排行::/top/12-4-{{page}}.html\n都市小说更新排行::/top/13-4-{{page}}.html\n                                                                        ::\n言情小说日排行::/top/0-5-{{page}}.html\n言情小说周排行::/top/1-5-{{page}}.html\n言情小说月排行::/top/2-5-{{page}}.html\n言情小说总排行::/top/3-5-{{page}}.html\n言情小说日推荐::/top/4-5-{{page}}.html\n言情小说周推荐::/top/5-5-{{page}}.html\n言情小说月推荐::/top/6-5-{{page}}.html\n言情小说总推荐::/top/7-5-{{page}}.html\n言情小说日收藏::/top/8-5-{{page}}.html\n言情小说周收藏::/top/9-5-{{page}}.html\n言情小说月收藏::/top/10-5-{{page}}.html\n言情小说总收藏::/top/11-5-{{page}}.html\n言情小说字数排行::/top/12-5-{{page}}.html\n言情小说更新排行::/top/13-5-{{page}}.html\n                                                                        ::\n历史小说日排行::/top/0-6-{{page}}.html\n历史小说周排行::/top/1-6-{{page}}.html\n历史小说月排行::/top/2-6-{{page}}.html\n历史小说总排行::/top/3-6-{{page}}.html\n历史小说日推荐::/top/4-6-{{page}}.html\n历史小说周推荐::/top/5-6-{{page}}.html\n历史小说月推荐::/top/6-6-{{page}}.html\n历史小说总推荐::/top/7-6-{{page}}.html\n历史小说日收藏::/top/8-6-{{page}}.html\n历史小说周收藏::/top/9-6-{{page}}.html\n历史小说月收藏::/top/10-6-{{page}}.html\n历史小说总收藏::/top/11-6-{{page}}.html\n历史小说字数排行::/top/12-6-{{page}}.html\n历史小说更新排行::/top/13-6-{{page}}.html\n                                                                        ::\n穿越小说日排行::/top/0-7-{{page}}.html\n穿越小说周排行::/top/1-7-{{page}}.html\n穿越小说月排行::/top/2-7-{{page}}.html\n穿越小说总排行::/top/3-7-{{page}}.html\n穿越小说日推荐::/top/4-7-{{page}}.html\n穿越小说周推荐::/top/5-7-{{page}}.html\n穿越小说月推荐::/top/6-7-{{page}}.html\n穿越小说总推荐::/top/7-7-{{page}}.html\n穿越小说日收藏::/top/8-7-{{page}}.html\n穿越小说周收藏::/top/9-7-{{page}}.html\n穿越小说月收藏::/top/10-7-{{page}}.html\n穿越小说总收藏::/top/11-7-{{page}}.html\n穿越小说字数排行::/top/12-7-{{page}}.html\n穿越小说更新排行::/top/13-7-{{page}}.html\n                                                                        ::\n科幻小说日排行::/top/0-8-{{page}}.html\n科幻小说周排行::/top/1-8-{{page}}.html\n科幻小说月排行::/top/2-8-{{page}}.html\n科幻小说总排行::/top/3-8-{{page}}.html\n科幻小说日推荐::/top/4-8-{{page}}.html\n科幻小说周推荐::/top/5-8-{{page}}.html\n科幻小说月推荐::/top/6-8-{{page}}.html\n科幻小说总推荐::/top/7-8-{{page}}.html\n科幻小说日收藏::/top/8-8-{{page}}.html\n科幻小说周收藏::/top/9-8-{{page}}.html\n科幻小说月收藏::/top/10-8-{{page}}.html\n科幻小说总收藏::/top/11-8-{{page}}.html\n科幻小说字数排行::/top/12-8-{{page}}.html\n科幻小说更新排行::/top/13-8-{{page}}.html\n                                                                        ::\n恐怖小说日排行::/top/0-9-{{page}}.html\n恐怖小说周排行::/top/1-9-{{page}}.html\n恐怖小说月排行::/top/2-9-{{page}}.html\n恐怖小说总排行::/top/3-9-{{page}}.html\n恐怖小说日推荐::/top/4-9-{{page}}.html\n恐怖小说周推荐::/top/5-9-{{page}}.html\n恐怖小说月推荐::/top/6-9-{{page}}.html\n恐怖小说总推荐::/top/7-9-{{page}}.html\n恐怖小说日收藏::/top/8-9-{{page}}.html\n恐怖小说周收藏::/top/9-9-{{page}}.html\n恐怖小说月收藏::/top/10-9-{{page}}.html\n恐怖小说总收藏::/top/11-9-{{page}}.html\n恐怖小说字数排行::/top/12-9-{{page}}.html\n恐怖小说更新排行::/top/13-9-{{page}}.html\n                                                                        ::\n动漫小说日排行::/top/0-10-{{page}}.html\n动漫小说周排行::/top/1-10-{{page}}.html\n动漫小说月排行::/top/2-10-{{page}}.html\n动漫小说总排行::/top/3-10-{{page}}.html\n动漫小说日推荐::/top/4-10-{{page}}.html\n动漫小说周推荐::/top/5-10-{{page}}.html\n动漫小说月推荐::/top/6-10-{{page}}.html\n动漫小说总推荐::/top/7-10-{{page}}.html\n动漫小说日收藏::/top/8-10-{{page}}.html\n动漫小说周收藏::/top/9-10-{{page}}.html\n动漫小说月收藏::/top/10-10-{{page}}.html\n动漫小说总收藏::/top/11-10-{{page}}.html\n动漫小说字数排行::/top/12-10-{{page}}.html\n动漫小说更新排行::/top/13-10-{{page}}.html\n                                                                        ::\n耽美小说日排行::/top/0-11-{{page}}.html\n耽美小说周排行::/top/1-11-{{page}}.html\n耽美小说月排行::/top/2-11-{{page}}.html\n耽美小说总排行::/top/3-11-{{page}}.html\n耽美小说日推荐::/top/4-11-{{page}}.html\n耽美小说周推荐::/top/5-11-{{page}}.html\n耽美小说月推荐::/top/6-11-{{page}}.html\n耽美小说总推荐::/top/7-11-{{page}}.html\n耽美小说日收藏::/top/8-11-{{page}}.html\n耽美小说周收藏::/top/9-11-{{page}}.html\n耽美小说月收藏::/top/10-11-{{page}}.html\n耽美小说总收藏::/top/11-11-{{page}}.html\n耽美小说字数排行::/top/12-11-{{page}}.html\n耽美小说更新排行::/top/13-11-{{page}}.html\n                                                                        ::\n文学小说日排行::/top/0-12-{{page}}.html\n文学小说周排行::/top/1-12-{{page}}.html\n文学小说月排行::/top/2-12-{{page}}.html\n文学小说总排行::/top/3-12-{{page}}.html\n文学小说日推荐::/top/4-12-{{page}}.html\n文学小说周推荐::/top/5-12-{{page}}.html\n文学小说月推荐::/top/6-12-{{page}}.html\n文学小说总推荐::/top/7-12-{{page}}.html\n文学小说日收藏::/top/8-12-{{page}}.html\n文学小说周收藏::/top/9-12-{{page}}.html\n文学小说月收藏::/top/10-12-{{page}}.html\n文学小说总收藏::/top/11-12-{{page}}.html\n文学小说字数排行::/top/12-12-{{page}}.html\n文学小说更新排行::/top/13-12-{{page}}.html\n                                                                        ::\n其他小说日排行::/top/0-13-{{page}}.html\n其他小说周排行::/top/1-13-{{page}}.html\n其他小说月排行::/top/2-13-{{page}}.html\n其他小说总排行::/top/3-13-{{page}}.html\n其他小说日推荐::/top/4-13-{{page}}.html\n其他小说周推荐::/top/5-13-{{page}}.html\n其他小说月推荐::/top/6-13-{{page}}.html\n其他小说总推荐::/top/7-13-{{page}}.html\n其他小说日收藏::/top/8-13-{{page}}.html\n其他小说周收藏::/top/9-13-{{page}}.html\n其他小说月收藏::/top/10-13-{{page}}.html\n其他小说总收藏::/top/11-13-{{page}}.html\n其他小说字数排行::/top/12-13-{{page}}.html\n其他小说更新排行::/top/13-13-{{page}}.html\n                                                                        ::\n激情小说日排行::/top/0-14-{{page}}.html\n激情小说周排行::/top/1-14-{{page}}.html\n激情小说月排行::/top/2-14-{{page}}.html\n激情小说总排行::/top/3-14-{{page}}.html\n激情小说日推荐::/top/4-14-{{page}}.html\n激情小说周推荐::/top/5-14-{{page}}.html\n激情小说月推荐::/top/6-14-{{page}}.html\n激情小说总推荐::/top/7-14-{{page}}.html\n激情小说日收藏::/top/8-14-{{page}}.html\n激情小说周收藏::/top/9-14-{{page}}.html\n激情小说月收藏::/top/10-14-{{page}}.html\n激情小说总收藏::/top/11-14-{{page}}.html\n激情小说字数排行::/top/12-14-{{page}}.html\n激情小说更新排行::/top/13-14-{{page}}.html\n                                                                        ::\nH小说日排行::/top/0-15-{{page}}.html\nH小说周排行::/top/1-15-{{page}}.html\nH小说月排行::/top/2-15-{{page}}.html\nH小说总排行::/top/3-15-{{page}}.html\nH小说日推荐::/top/4-15-{{page}}.html\nH小说周推荐::/top/5-15-{{page}}.html\nH小说月推荐::/top/6-15-{{page}}.html\nH小说总推荐::/top/7-15-{{page}}.html\nH小说日收藏::/top/8-15-{{page}}.html\nH小说周收藏::/top/9-15-{{page}}.html\nH小说月收藏::/top/10-15-{{page}}.html\nH小说总收藏::/top/11-15-{{page}}.html\nH小说字数排行::/top/12-15-{{page}}.html\nH小说更新排行::/top/13-15-{{page}}.html",
    "header": "",
    "lastUpdateTime": 1729254332258,
    "loginUrl": "",
    "respondTime": 14763,
    "ruleBookInfo": {
      "coverUrl": "class.fm@tag.img@src",
      "intro": "id.jj@text",
      "kind": "id.submenu@tag.a.1@text",
      "name": "tag.h1@text##上传者+.{0,}"
    },
    "ruleContent": {
      "content": "text.章@textNodes",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "bookList": "id.sort_newbook@class.sort_list||class.rankcontent",
      "bookUrl": "class.title@tag.a@href||class.ranktitle@tag.a.0@href",
      "coverUrl": "class.fm@tag.img@src||class.rankdetail@tag.img@src",
      "intro": "class.intro@text||class.rankdetailright@text##简介：",
      "kind": "class.tj@tag.label.3@text##分类：",
      "name": "class.title@tag.a@text||class.ranktitle@tag.a.0@text##《|》"
    },
    "ruleSearch": {
      "bookList": "class.list@tbody",
      "bookUrl": "class.name@tag.a@href",
      "coverUrl": "class.cover@tag.img@src",
      "intro": "class.intro@text##电子书简介：",
      "name": "class.name@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.list-item@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/search.php?keyword={{key}}&submit=%CB%D1+%CB%F7,{\n\"charset\":\"gb2312\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "https://www.fushuwang.org",
    "bookSourceGroup": "免费",
    "bookSourceName": "福书网程",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.fushucun.com#yc1101",
    "customButton": false,
    "customOrder": 836,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"专题\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"本站推荐\",\"url\":\"/best/index<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"重生专题\",\"url\":\"/chshwzt/index<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"修真专题\",\"url\":\"/xzhwztindex<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越专题\",\"url\":\"/chywzt/index<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"兽人专题\",\"url\":\"/shrwzt/index<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"末世专题\",\"url\":\"/mshwzt/index<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"穿越重生\",\"url\":\"/chuanyuechongsheng/index<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻网游\",\"url\":\"/xuanhuanwangyou/index<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代都市\",\"url\":\"/xiandaixiaoshuo/index<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代架空\",\"url\":\"/gudaixiaoshuo/index<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"同人ＢＬ\",\"url\":\"/tongrenxiaoshuo/index<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"百合ＧＬ\",\"url\":\"/baihexiaoshuo/index<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"年份\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"2021年\",\"url\":\"/2021/index<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"2020年\",\"url\":\"/2020/index<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"2019年\",\"url\":\"/2019/index<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"2018年\",\"url\":\"/2018/index<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"2017年\",\"url\":\"/2017/index<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"2016年\",\"url\":\"/2016/index<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"2015年\",\"url\":\"/2015/index<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"2014年\",\"url\":\"/2014/index<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"2013年\",\"url\":\"/2013/index<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"2012年\",\"url\":\"/2012/index<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"2011年\",\"url\":\"/2011/index<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"2010年\",\"url\":\"/2010/index<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"2009年\",\"url\":\"/2009/index<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.29}}]",
    "lastUpdateTime": 1735058640315,
    "loginUrl": "",
    "respondTime": 4024,
    "ruleBookInfo": {
      "intro": "#text div@html"
    },
    "ruleContent": {
      "content": "@js:org.jsoup.Jsoup.parse(String(result).match(/<td id=\"text\">([\\s\\S]*?)<p align=\"center\"/)[1]).html()",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "author": "a.0@title##.*—",
      "bookList": "tbody tr li",
      "bookUrl": "a.0@href",
      "kind": "span@text",
      "lastChapter": "",
      "name": "a.0@title##—.*|（.*"
    },
    "ruleSearch": {
      "author": "",
      "bookList": ".article-list li",
      "bookUrl": "a.0@href",
      "kind": "",
      "name": "a.0@title"
    },
    "ruleToc": {
      "chapterList": "//select[@name=\"titleselect\"]/option",
      "chapterName": "text##.*\\((\\d+)\\)##第$1页",
      "chapterUrl": "//@value"
    },
    "searchUrl": "/e/search/index.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"keyboard={{key}}&show=title&classid=\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：\n海棠书屋 https://m.9n9h.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "👔 肉文屋⑦",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.nprouwen.org",
    "customButton": false,
    "customOrder": 837,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "                               榜  单                              \n最近更新::/top/lastupdate_{{page}}/\n最新入库::/top/postdate_{{page}}/\n总点击榜::/top/allvisit_{{page}}/\n月点击榜::/top/monthvisit_{{page}}/\n周点击榜::/top/weekvisit_{{page}}/\n日点击榜::/top/dayvisit_{{page}}/\n总推荐榜::/top/allvote_{{page}}/\n月推荐榜::/top/monthvote_{{page}}/\n周推荐榜::/top/weekvote_{{page}}/\n日推荐榜::/top/dayvote_{{page}}/\n总收藏榜::/top/goodnum_{{page}}/\n字数排行::/top/size_{{page}}/\n                               分  类                               \n 玄幻 ::/sort/1_{{page}}/\n 仙侠 ::/sort/2_{{page}}/\n 都市 ::/sort/3_{{page}}/\n 穿越 ::/sort/4_{{page}}/\n 科幻 ::/sort/5_{{page}}/\n 网游 ::/sort/6_{{page}}/\n 精品 ::/sort/7_{{page}}/\n 完本 ::/full/{{page}}/",
    "lastUpdateTime": 1724318302767,
    "respondTime": 12007,
    "ruleBookInfo": {
      "author": ".tab@tag.p.0@text##.*：",
      "coverUrl": ".tu@img@src",
      "intro": ".jj@p@html",
      "kind": ".tab1@tag.p.0@text&&.tab1@tag.p.1@text##小说",
      "lastChapter": ".tab@a@text",
      "name": "tag.h1.0@text##\\_.*",
      "wordCount": ".tab1@tag.p.2@text"
    },
    "ruleContent": {
      "content": "#novelcontent@textNodes",
      "nextContentUrl": "text.下一章@href",
      "replaceRegex": "##分卷阅读.*|.*作者.*"
    },
    "ruleExplore": {
      "author": ".p4@text||.p3 a@text",
      "bookList": ".tt||.content_link",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "class.content_link@tag.p.1@a@href||tag.a.0@href##.*/(\\d+)/(\\d+)/##https://img.nprouwen.org/image/$1/$2/$2s.jpg",
      "intro": ".p5@text##.*简介.|\\s",
      "kind": "p@.p2@text&&.p1 a@text##\\[|\\]",
      "name": "tag.a.1@text##\\_.*",
      "wordCount": "p@.p3@text"
    },
    "ruleSearch": {
      "author": "tag.a.2@text",
      "bookList": ".search_list",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "class.content_link@tag.p.1@a@href||tag.a.0@href##.*/(\\d+)/(\\d+)/##https://img.nprouwen.org/image/$1/$2/$2s.jpg",
      "kind": "tag.a.1@text",
      "name": "tag.a.0@text##\\_.*"
    },
    "ruleToc": {
      "chapterList": "tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"s={{key}}&type=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "gtyx\n同模板：https://www.dingdian365.com",
    "bookSourceGroup": "免费",
    "bookSourceName": "顶点365",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.biquge345.com",
    "bookUrlPattern": "https:\\/\\/www.biquge345.com\\/book/\\d+\\/",
    "customButton": false,
    "customOrder": 838,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻魔法::/sort/1_{{page}}/\n仙侠修真::/sort/2_{{page}}/\n都市言情::/sort/3_{{page}}/\n网游动漫::/sort/4_{{page}}/\n科幻小说::/sort/5_{{page}}/\n恐怖灵异::/sort/6_{{page}}/\n历史军事::/sort/7_{{page}}/\n其他小说::/sort/8_{{page}}/\n全本小说::/full/",
    "lastUpdateTime": 1749390321472,
    "respondTime": 5461,
    "ruleBookInfo": {
      "author": "[property~=author]@content",
      "intro": "[property~=desc]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=chapter_name]@content",
      "name": "[property~=title]@content",
      "tocUrl": "text.全部章节目录@href"
    },
    "ruleContent": {
      "content": ".txt@textNodes"
    },
    "ruleExplore": {
      "author": ".zuo@text",
      "bookList": ".wanben li&&.gengxin li",
      "bookUrl": ".p2@a@href||.name@a@href",
      "coverUrl": "img@src",
      "kind": ".time@text",
      "lastChapter": ".jie@a@text",
      "name": ".p2@a@text||.name@a@text"
    },
    "ruleSearch": {
      "author": ".zuo@a@text",
      "bookList": ".search@li!0",
      "bookUrl": ".name@a@href",
      "checkKeyWord": "双重生",
      "intro": "",
      "kind": ".lei@a@text",
      "lastChapter": ".jie@a@text",
      "name": ".name@a@text"
    },
    "ruleToc": {
      "chapterList": ".info@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/s.php,{\n  \"body\": \"type=articlename&s={{key}}&submit=\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "系统小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://xitongliu.cn",
    "customButton": false,
    "customOrder": 839,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻魔法::/xclass/xuanhuan/{{page}}/\n武侠修真::/xclass/wuxia/{{page}}/\n都市言情::/xclass/dushi/{{page}}/\n历史军事::/xclass/lishi/{{page}}/\n科幻小说::/xclass/kehuan/{{page}}/\n网游动漫::/xclass/youxi/{{page}}/\n女生频道::/xclass/nvsheng/{{page}}/\n其他类型::/xclass/qita/{{page}}/",
    "header": "{\n\"User-Agent\":\n\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.58\"\n\n\n}",
    "lastUpdateTime": 1721193992160,
    "loginUrl": "https://xitongliu.cn/login/",
    "respondTime": 4209,
    "ruleBookInfo": {
      "author": "class.bookright@class.d_title@a@text",
      "coverUrl": "id.bookimg@img@src",
      "name": "class.bookright@class.d_title@h1@text"
    },
    "ruleContent": {
      "content": "id.TextContent@html",
      "replaceRegex": "##系统流小说(.*?)cn|如果您还没有登录.*?您还不是本站会员请点击.*?本站会员！|系统流 .*?cn\n|您还没有登录，请登录后在继续阅读本部小说!"
    },
    "ruleExplore": {
      "bookList": "id.sitebox@tag.dl",
      "bookUrl": "dt.0@a@href",
      "coverUrl": "class.lazy@img@data-original",
      "intro": "class.book_des@text",
      "kind": "class.book_other@span.0@text",
      "name": "dd.0@a@text"
    },
    "ruleSearch": {
      "author": "dd.1@span.0@text",
      "bookList": "id.nr",
      "bookUrl": "dd.0@a@href",
      "coverUrl": "dt@a@img@data-original",
      "intro": "class.book_des@text",
      "kind": "dd.1@span.1@text",
      "lastChapter": "dd.3@a@text",
      "name": "dd.0@a@text",
      "wordCount": "dd.1@span.2@text"
    },
    "ruleToc": {
      "chapterList": "id.chapterList@tag.li",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "https://xitongliu.cn/search/?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "酷嗯小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://appi.kuwo.cn/",
    "customButton": false,
    "customOrder": 840,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort = cache.getFile('KuwoNovels');\nif(sort==null){\nvar fk = sk = 1,\nsort1 = [],\nsort2 = [];\npush=(title,url,type1,type2)=>{\n\t\tjson = JSON.stringify({\n\t\t\t\ttitle: title,\n\t\t\t\turl: url?url:\"\",\n\t\t\t\tstyle: {\n\t\t\t\t\t\tlayout_flexGrow: 1,\n\t\t\t\t\t\tlayout_flexBasisPercent: type1\n\t\t\t\t\t}\n\t\t\t});\n\t\treturn  eval('sort'+type2+'.push(json)');\n\t}\n$$=(freetype,category_id,fk,sk)=>`http://appi.kuwo.cn/novels/api/book/category/${freetype}?category_id=${category_id}&fk=${fk}&sk=${sk}&pi={{page}\\}&ps=20`;\n\nJSON.parse(java.ajax('http://appi.kuwo.cn/novels/api/book/categories')).data.map($=>{\n\t\tfreetype = $.freetype\n\t\tif(freetype==3)return;\n\n\t\tpush('༺ˇ»`ʚ'+$.freetype_name+'ɞ´«ˇ༻', null, 1, freetype);\n\t\t$.categories.map($=>{\n\t\t\t\tcategory_id = $.category_id\n\t\t\t\tpush('༺ '+$.category_name+' ༻', $$(freetype,category_id,sk,fk), 1, freetype);\n\t\t\t\t[\"综合\", \"热门\", \"最新\"].map((title,sk)=>{\n\t\t\t\t\t\tsk++\n\t\t\t\t\t\t['['+title+']', '完结', '连载'].map((title,fk)=>{\n\t\t\t\t\t\t\t\tfk++\n\t\t\t\t\t\t\t\tpush(title, $$(freetype,category_id,sk,fk), 0.25, freetype);\n\t\t\t\t\t\t\t});\n\t\t\t\t\t});\n\t\t\t});\n\t});\nsort = sort1.concat(sort2);\ncache.putFile('KuwoNovels', sort, 6E6);\n}\n'['+sort.toString()+']'",
    "header": "{\n\t\"Accept\": \"*/*\",\n\t\"Connection\": \"Close\",\n\t\"User-Agent\": \"Dalvik/2.1.0 (Linux; U; Android 8.0.0; LND-AL40 Build/HONORLND-AL40)\"\n}",
    "lastUpdateTime": 1732984897074,
    "respondTime": 4167,
    "ruleBookInfo": {
      "author": "$.author_name",
      "coverUrl": "$.cover_url",
      "init": "$.data",
      "intro": "intro##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "连载中{$.status}已完结&&category_name&&sub_category_name&&update_time\n##连载中50|30已完结| \\d.*",
      "lastChapter": "new_chapter_name##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "$.title",
      "tocUrl": "{{baseUrl}}/chapters?paging=0",
      "wordCount": "$.all_words"
    },
    "ruleContent": {
      "content": "$.data.content"
    },
    "ruleExplore": {
      "author": "$.author_name",
      "bookList": "$.data",
      "bookUrl": "http://appi.kuwo.cn/novels/api/book/{{$.book_id}}",
      "coverUrl": "$.cover_url",
      "intro": "$.intro",
      "kind": "连载中{$.status}已完结&&category_name&&sub_category_name\n##连载中50|30已完结",
      "name": "$.title",
      "wordCount": "$.all_words"
    },
    "ruleSearch": {
      "author": "$.author_name",
      "bookList": "$.data",
      "bookUrl": "http://appi.kuwo.cn/novels/api/book/{{$.book_id}}",
      "checkKeyWord": "",
      "coverUrl": "$.cover_url",
      "intro": "$.intro",
      "kind": "连载中{$.status}已完结&&category_name&&sub_category_name\n##连载中50|30已完结",
      "name": "$.title",
      "wordCount": "$.all_words"
    },
    "ruleToc": {
      "chapterList": "$.data",
      "chapterName": "chapter_title##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "{{baseUrl.replace('?paging=0','')}}/{{$.chapter_id}}",
      "updateTime": "{{$.volume_name}} {{$.original_words}}字"
    },
    "searchUrl": "http://appi.kuwo.cn/novels/api/book/search?keyword={{key}}&pi={{page}}&ps=30",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "PO18全本🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.isex.work#🎃",
    "bookUrlPattern": "https://www.isex.work/book/\\d+",
    "customButton": false,
    "customOrder": 841,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "校园言情::https://www.isex.work/sort/1/{{page}}.html\n都市言情::https://www.isex.work/sort/2/{{page}}.html\n古代言情::https://www.isex.work/sort/3/{{page}}.html\n罗曼史::https://www.isex.work/sort/4/{{page}}.html\n耽美::https://www.isex.work/sort/5/{{page}}.html\n百合::https://www.isex.work/sort/6/{{page}}.html\n同人::https://www.isex.work/sort/7/{{page}}.html\n奇幻玄幻::https://www.isex.work/sort/8/{{page}}.html\n网游竞技::https://www.isex.work/sort/9/{{page}}.html\n排行榜::https://www.isex.work/paihang.php\n书库::https://www.isex.work/books",
    "lastUpdateTime": 1746069381607,
    "respondTime": 1993,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&\n[property=\"og:novel:status\"]@content&&\n[property=\"og:novel:update_time\"]@content",
      "lastChapter": "{{@@[property$=chapter_name]@content}}\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(\\{（｛【].*[求含理更谢乐发推票盟补加字Kk\\/].*/g,'')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(第.+章)\\s?\\d+/,'$1')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": "#TextContent@html",
      "nextContentUrl": "text.下一章@href"
    },
    "ruleExplore": {
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "bookList": "id.sitebox@dl",
      "bookUrl": "a.0@href",
      "coverUrl": "@js:\"https://www.isex.work/image/jpg\"",
      "intro": ".book_des@text",
      "kind": "{{@@.uptime@text}}\n{{@@.book_other@span.0:1:2@text}}",
      "lastChapter": ".book_other@a.0@text",
      "name": "h3@a@text"
    },
    "ruleToc": {
      "chapterList": "#chapterList@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.isex.work/modules/article/search.php,{\n  \"body\": \"searchtype=articlename&searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃顶点小说🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.dibanyou.com#🎃",
    "customButton": false,
    "customOrder": 842,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 0,
    "respondTime": 2346,
    "ruleBookInfo": {
      "author": "@css:.dd_box a@text",
      "coverUrl": "img@src",
      "init": "",
      "intro": "@css:.book_about dl dd@html##最新章节(.*)",
      "kind": "@css:dd:nth-of-type(1) span:nth-of-type(2)@text##分类：(.*)##$1",
      "lastChapter": "@css:dd:nth-of-type(4) a@text",
      "name": "dt.name@text",
      "wordCount": "@css:dd:nth-of-type(2) span:nth-of-type(2)@text##字数：(.*)##$1"
    },
    "ruleContent": {
      "content": "#chaptercontent@html",
      "nextContentUrl": "#pb_next.1@text.下一页@href",
      "replaceRegex": "##(.*?)第(.*?)页(.*)\\s",
      "sourceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "@css:.author a@text",
      "bookList": "div.bookbox",
      "bookUrl": "class.bookname@a@href",
      "checkKeyWord": "我的",
      "coverUrl": "@css:img@src",
      "kind": "@css:div.cat@text##分类：(.*)##$1",
      "lastChapter": "@css:.update a@text",
      "name": "class.bookname@a@text"
    },
    "ruleToc": {
      "chapterList": ".book_last[1]@dd@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ".right@a@href"
    },
    "searchUrl": "/sdfgsdyugfsdugf.html?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "独阅读网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.duread.com",
    "customButton": false,
    "customOrder": 843,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "loginUrl": "https://www.duread8.com/signup/login?redirect=https%3A%2F%2Fwww.duread8.com%2Fbook%2Fbook_detail%2F100181190",
    "respondTime": 2417,
    "ruleBookInfo": {
      "init": "",
      "intro": "class.desc@text",
      "name": "class.book-title@text"
    },
    "ruleContent": {
      "content": "class.article-content@p@textNodes"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "##作者[:：]([^<]+)<##$1###",
      "bookList": "class.book-list@li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "img@data-original",
      "intro": "class.summaries@html",
      "lastChapter": "class.smaller@text##.*? / ",
      "name": "class.book-name@text"
    },
    "ruleToc": {
      "chapterList": "class.articles@a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{\"webView\":true}"
    },
    "searchUrl": "https://www.duread8.com/index/get_search_book_list/{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "书坊文学网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.sfwx.com",
    "bookUrlPattern": "http://www.sfwx.com/\\d+/\\d+/",
    "customButton": false,
    "customOrder": 844,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"首页\",\"url\":\"/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1.00}},{\"title\":\"玄幻\",\"url\":\"/list1/<,{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠\",\"url\":\"/list2/<,{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/list3/<,{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史\",\"url\":\"/list4/<,{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游\",\"url\":\"/list5/<,{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"/list6/<,{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"言情\",\"url\":\"/list7/<,{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他\",\"url\":\"/list8/<,{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"排行\",\"url\":\"/top/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1.00}},{\"title\":\"总榜\",\"url\":\"/top/<,all_0_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月榜\",\"url\":\"/top/<,month_0_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周榜\",\"url\":\"/top/<,week_0_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完本\",\"url\":\"/full/<,0_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 0,
    "respondTime": 6828,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nw:\".caption-bookinfo span.1@text\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"img@src\",\nt:\"text.全部章节@href\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".font_max@html",
      "nextContentUrl": "text.下一章@href",
      "replaceRegex": "##\\s第\\(\\d+/\\d+\\)页|第\\(1/\\d+\\)页"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.0@text",
      "bookList": ".col-12 dl",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "kind": ".book_other[1:2]@text##状态|更新时间|：",
      "lastChapter": ".book_other.-1@text##最新章节：",
      "name": "h3@text##\\[\\w+\\]"
    },
    "ruleToc": {
      "chapterList": ".book_list2 ul li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ".page-item@a@href"
    },
    "searchUrl": "/search.php?q={{key}}<,&p={{page}}>",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "悠久小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ujxsw.net",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 845,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻奇幻::/xuanhuan/{{page}}/\n仙侠修真::/wuxia/{{page}}/\n都市青春::/dushi/{{page}}/\n历史军事::/lishi/{{page}}/\n游戏动漫::/youxi/{{page}}/\n科幻灵异::/kehuan/{{page}}/\n女生言情::/yanqing/{{page}}/",
    "header": "",
    "lastUpdateTime": 1731430977678,
    "loginUrl": "",
    "respondTime": 1326,
    "ruleBookInfo": {
      "author": "class.d_title@tag.a.0@text",
      "coverUrl": "id.bookimg@tag.img@src",
      "intro": "id.bookintro@tag.div@text##【展开】|【收起】",
      "kind": "id.count@tag.span.0@text",
      "lastChapter": "class.new@tag.a.0@&&class.new@tag.span.1@text##更新时间.",
      "name": "class.d_title@tag.h1@text##作者.*|\\s",
      "tocUrl": "#newlist@tag.a.0@href",
      "wordCount": "id.count@tag.span.4@text"
    },
    "ruleContent": {
      "content": "class.read-content@html",
      "imageStyle": "0",
      "replaceRegex": "##.*最新网址.*\\s|.*免费阅读！|佰度搜索.*|.*悠久小说.*|最新网址：www.ujxsw.com|www.ujxsw.net"
    },
    "ruleExplore": {
      "author": "tag.a.2@text",
      "bookList": "id.sitembox@tag.dl",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src",
      "intro": "tag.dd.2@text",
      "kind": "tag.span.1@text&&tag.span.-1@text",
      "lastChapter": "tag.a.3@text",
      "name": "tag.a.1@text"
    },
    "ruleSearch": {
      "author": "tag.a.2@text",
      "bookList": "class.shulist@tag.ul",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.ujxs.com/files/article/image/$2/$1/$1s.jpg###",
      "kind": "tag.li.1@text",
      "lastChapter": "tag.a.1@text&&class.five@text",
      "name": "tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "#readerlist@ul@tag.li",
      "chapterName": "li@tag.a@text",
      "chapterUrl": "li@tag.a@href"
    },
    "searchUrl": "/searchbooks.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "斗破苍穹",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.doupocangqiong.info",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 846,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1734830849369,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 6189,
    "ruleBookInfo": {
      "author": "//meta[@property=\"og:novel:author\"]/@content",
      "coverUrl": "//meta[@property=\"og:image\"]/@content",
      "intro": "//meta[@property=\"og:description\"]/@content",
      "kind": "//meta[@property=\"og:novel:category\"]/@content",
      "lastChapter": "//meta[@property=\"og:novel:latest_chapter_name\"]/@content",
      "name": "//meta[@property=\"og:novel:book_name\"]/@content"
    },
    "ruleContent": {
      "content": "id.chaptercontent@html",
      "imageStyle": "0"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "class.marklist.0@tag.li[0:19]",
      "bookUrl": "class.novelname.0@href",
      "coverUrl": "tag.img.0@src",
      "lastChapter": "class.info.0@tag.a.0@text",
      "name": "class.novelname.0@text"
    },
    "ruleToc": {
      "chapterList": "class.dirlist.0@tag.a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{\"webView\":true}"
    },
    "searchUrl": "/search.html?searchtype=novelname&searchkey={{key}}",
    "weight": 50
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "脸红心跳",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.po.in",
    "customButton": false,
    "customOrder": 847,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "日点击榜::https://www.po18.in/rank/dayvisit/\n周点击榜::https://www.po18.in/rank/weekvisit/\n月点击榜::https://www.po18.in/rank/monthvisit/\n总点击榜::https://www.po18.in/rank/allvisit/",
    "lastUpdateTime": 0,
    "respondTime": 4360,
    "ruleBookInfo": {
      "intro": "class.bookintro.@tag.p@text"
    },
    "ruleContent": {
      "content": "id.booktxt@html##追·更.*cᴏm.*"
    },
    "ruleExplore": {
      "author": "tag.dl.dd.1.a@text",
      "bookList": "class.content@tag.dl",
      "bookUrl": "tag.dl@dt@a@href",
      "coverUrl": "tag.dl.a.0@img@src",
      "intro": "tag.dl.dd.0@text",
      "name": "tag.dl@dt@a@text"
    },
    "ruleSearch": {
      "author": "tag.dl.dd.1.a@text",
      "bookList": "class.content@tag.dl",
      "bookUrl": "tag.dl@dt@a@href",
      "coverUrl": "tag.dl.a.0@img@src",
      "intro": "tag.dl.dd.0@text",
      "name": "tag.dl@dt@a@text"
    },
    "ruleToc": {
      "chapterList": "class.all@ul@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "https://www.po18.in/modules/article/search.php?searchkey={{key}}&page={{page}},{\n  \"charset\" : \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "🔞",
    "bookSourceName": "🤶🏻脸红心跳",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.po18.in",
    "customButton": false,
    "customOrder": 848,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "日点击榜::https://www.po18.in/rank/dayvisit/\n周点击榜::https://www.po18.in/rank/weekvisit/\n月点击榜::https://www.po18.in/rank/monthvisit/\n总点击榜::https://www.po18.in/rank/allvisit/",
    "lastUpdateTime": 0,
    "respondTime": 4073,
    "ruleBookInfo": {
      "intro": "class.bookintro.@tag.p@text"
    },
    "ruleContent": {
      "content": "id.booktxt@html##追·更.*cᴏm.*"
    },
    "ruleExplore": {
      "author": "tag.dl.dd.1.a@text",
      "bookList": "class.content@tag.dl",
      "bookUrl": "tag.dl@dt@a@href",
      "coverUrl": "tag.dl.a.0@img@src",
      "intro": "tag.dl.dd.0@text",
      "name": "tag.dl@dt@a@text"
    },
    "ruleSearch": {
      "author": "tag.dl.dd.1.a@text",
      "bookList": "class.content@tag.dl",
      "bookUrl": "tag.dl@dt@a@href",
      "coverUrl": "tag.dl.a.0@img@src",
      "intro": "tag.dl.dd.0@text",
      "name": "tag.dl@dt@a@text"
    },
    "ruleToc": {
      "chapterList": "class.all@ul@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "https://www.po18.in/modules/article/search.php?searchkey={{key}}&page={{page}},{\n  \"charset\" : \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": " 鬼吹灯网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.gdbzkz.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 849,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/fenlei/1/{{page}}.html\n仙侠小说::/fenlei/2/{{page}}.html\n都市小说::/fenlei/3/{{page}}.html\n军史小说::/fenlei/4/{{page}}.html\n网游小说::/fenlei/5/{{page}}.html\n科幻小说::/fenlei/6/{{page}}.html\n恐怖小说::/fenlei/7/{{page}}.html",
    "lastUpdateTime": 1738402262196,
    "loginUrl": "",
    "respondTime": 2129,
    "ruleBookInfo": {
      "author": "class.small@tag.span.0@text##作 者：",
      "coverUrl": "class.cover@img@src",
      "init": "",
      "intro": "class.intro@textNodes##作者.*|无弹窗.*",
      "kind": "class.info@class.small@tag.span.4@text&&\nclass.info@class.small@tag.span.1@text&&\nclass.info@class.small@tag.span.2@text##分类：|状态：|更新时间：",
      "lastChapter": "class.small@tag.span.5@a@text##百度搜索.*",
      "name": "class.info@h2@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说",
      "wordCount": "class.info@class.small@tag.span.3@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html##http.*html|天才一秒记住.*com|请记住本书首发域.*com"
    },
    "ruleExplore": {
      "author": "class.s4@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "",
      "kind": "class.s5@text",
      "lastChapter": "class.s3@a@text",
      "name": "class.s2@a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleSearch": {
      "author": "class.author@text##作者：",
      "bookList": "class.bookbox@class.p10",
      "bookUrl": "class.bookname@tag.a@href",
      "coverUrl": "class.bookimg@img@src",
      "intro": "class.bookinfo@p@text",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@tag.a@text##百度搜索.*",
      "name": "class.bookname@tag.a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleToc": {
      "chapterList": "class.listmain@dd!0:1:2:3:4:5:6:7:8:9:10:11",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.gdbzkz.com/s.php?ie=utf-8&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🎃PO18完本🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://web.popo.city#🎃",
    "customButton": false,
    "customOrder": 850,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "                            全部分类                           ::/sort/0/{{page}}.html\n校园言情::/sort/1/{{page}}.html\n都市言情::/sort/2/{{page}}.html\n古代言情::/sort/3/{{page}}.html\n罗曼史::/sort/4/{{page}}.html\n耽美::/sort/5/{{page}}.html\n百合::/sort/6/{{page}}.html\n同人::/sort/7/{{page}}.html\n奇幻玄幻::/sort/8/{{page}}.html\n网游竞技::/sort/9/{{page}}.html\n科幻异能::/sort/10/{{page}}.html\n恐怖灵异::/sort/11/{{page}}.html\n惊悚推理::/sort/12/{{page}}.html\n武侠仙侠::/sort/13/{{page}}.html\n历史军事::/sort/14/{{page}}.html\n穿越重生::/sort/15/{{page}}.html\n综合其他::/sort/16/{{page}}.html\n                               榜  单                               \n总点击榜::/top/allvisit/{{page}}.html\n月点击榜::/top/monthvisit/{{page}}.html\n周点击榜::/top/weekvisit/{{page}}.html\n总推荐榜::/top/allvote/{{page}}.html\n月推荐榜::/top/monthvote/{{page}}.html\n周推荐榜::/top/weekvote/{{page}}.html\n总收藏榜::/top/goodnum/{{page}}.html\n总月票榜::/top/allvipvote/{{page}}.html\n字数排行::/top/size/{{page}}.html\n编辑推荐::/top/toptime/{{page}}.html\n最新入库::/top/postdate/{{page}}.html\n最近更新::/top/lastupdate/{{page}}.html",
    "lastUpdateTime": 1752434736110,
    "loginUrl": "",
    "respondTime": 1908,
    "ruleBookInfo": {
      "author": "class.gray fss@ownText##[d+人看过].*",
      "coverUrl": "img.2@src",
      "intro": "id.intro p@text",
      "kind": "",
      "lastChapter": "",
      "name": "class.mbs@text##[《》]*",
      "tocUrl": "text.目录@href"
    },
    "ruleContent": {
      "content": "id.acontent@html",
      "imageStyle": "",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": ".gray fss@text",
      "bookList": "class.db nw||class.c_row cf",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": ".gray@text",
      "kind": "",
      "lastChapter": "",
      "name": "class.db nw@textNodes||h4@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": ".gray@ownText##[|].*",
      "bookList": "class.c_row cf",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "h4@text"
    },
    "ruleToc": {
      "chapterList": "dl@dd@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ""
    },
    "searchUrl": "/modules/article/search.php,{\n  \"method\": \"POST\",\n  \"body\": \"searchtype=all&searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "made by h11128",
    "bookSourceGroup": "免费",
    "bookSourceName": "笔仙阁子",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.bixiange.top",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 851,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "都市言情::/dsyq/<,index_{{page}}.html>\n武侠修真::/wxxz/<,index_{{page}}.html>\n玄幻奇幻::/xhqh/<,index_{{page}}.html>\n穿越架空::/cyjk/<,index_{{page}}.html>\n科幻竞技::/khjj/<,index_{{page}}.html>\n鬼话悬疑::/ghxy/<,index_{{page}}.html>\n军事历史::/jsls/<,index_{{page}}.html>\n耽美小说::/dmtr/<,index_{{page}}.html>\n同人小说::/trxs/<,index_{{page}}.html>\n官场商战::/guanchang/<,index_{{page}}.html>\n乡土风情::/xtfq/<,index_{{page}}.html>\n精品小说::/jqxs/<,index_{{page}}.html>",
    "lastUpdateTime": 1729757201681,
    "loginUrl": "",
    "respondTime": 5579,
    "ruleBookInfo": {
      "author": "class.descTip@tag.p.1@text##作者：",
      "coverUrl": "class.cover@tag.img@src",
      "intro": "class.descInfo@tag.p@textNodes",
      "kind": "class.sNav@tag.a.1@text",
      "lastChapter": "class.catalog@class.clearfix@tag.li.-1@tag.a@text",
      "name": "class.desc@tag.h1@text"
    },
    "ruleContent": {
      "content": "id.mycontent@html",
      "nextContentUrl": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "class.list@tag.li",
      "bookUrl": "class.title@tag.a@href",
      "coverUrl": "tag.a.0@tag.img@src",
      "intro": "class.descript@tag.a@textNodes",
      "kind": "",
      "lastChapter": "tag.span.2@text",
      "name": "tag.a.1@text",
      "wordCount": "class.tips@tag.span.0@text##大小："
    },
    "ruleToc": {
      "chapterList": "class.catalog@tag.ul@tag.li",
      "chapterName": "tag.a@text<js>result.replace(/节/,\"章\")</js>",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.bixiange.top/e/search/indexpage.php,{\n  \"charset\": \"gbk\",\n  \"body\": \"keyboard={{key}}&show=title&classid=0\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：\n18文学 https://www.gb84.com\n肉肉屋 https://www.rourouwu.xyz\n新御书 https://www.yushuwx.com\n            https://www.xyushuwu3.com\n新御宅 https://www.myushuwu.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "👔 新御宅屋⑫",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.yuzhaiwu.one",
    "customButton": false,
    "customOrder": 852,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"排  行\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"总点击榜\",\"url\":\"/top/allvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月点击榜\",\"url\":\"/top/monthvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周点击榜\",\"url\":\"/top/weekvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总推荐榜\",\"url\":\"/top/allvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月推荐榜\",\"url\":\"/top/monthvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周推荐榜\",\"url\":\"/top/weekvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"本站推荐\",\"url\":\"/top/toptime/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"收藏排行\",\"url\":\"/top/goodnum/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"字数排行\",\"url\":\"/top/size/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最近更新\",\"url\":\"/top/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最新小说\",\"url\":\"/top/postdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"分  类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"校园言情\",\"url\":\"/list/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市言情\",\"url\":\"/list/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代言情\",\"url\":\"/list/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"罗曼史\",\"url\":\"/list/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美\",\"url\":\"/list/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"百合\",\"url\":\"/list/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人\",\"url\":\"/list/7/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奇幻玄幻\",\"url\":\"/list/8/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游竞技\",\"url\":\"/list/9/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻异能\",\"url\":\"/list/10/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖灵异\",\"url\":\"/list/11/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"惊悚推理\",\"url\":\"/list/12/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠仙侠\",\"url\":\"/list/13/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"/list/14/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越重生\",\"url\":\"/list/15/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"综合其他\",\"url\":\"/list/16/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完本小说\",\"url\":\"/wanben/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1724318486145,
    "respondTime": 31612,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property~=status|category|update_time]@content",
      "lastChapter": "[property$=lastest_chapter_name]@content",
      "name": "[property$=book_name]@content"
    },
    "ruleContent": {
      "content": ".panel-body@html||#htmlContent@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "small@text##\\/ 著",
      "bookList": ".row@class.col-md-4 col-xs-4 book-coverlist",
      "bookUrl": "h4@a@href",
      "coverUrl": "img@src",
      "intro": "p@text",
      "name": "h4@text"
    },
    "ruleToc": {
      "chapterList": ".panel-body@dd@a",
      "chapterName": "text##全部章节目录",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?searchkey={{key}}&page={{page}},{\n  \"charset\": \"GBK\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "笛寄明月楼",
    "bookSourceGroup": "免费",
    "bookSourceName": "腐文小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.fuxsb.cc/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 853,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "现代耽美::/xiandai/<,list_{{page}}.html>\n古代耽美::/gudai/<,list_{{page}}.html>\n穿越重生::/chuanyue/<,list_{{page}}.html>\n玄幻灵异::/qihuan/<,list_{{page}}.html>\n网游竞技::/wangyou/<,list_{{page}}.html>\n同人耽美::/tongren/<,list_{{page}}.html>\nＧＬ百合::/baihe/<,list_{{page}}.html>",
    "header": "",
    "lastUpdateTime": 1729755728984,
    "loginUrl": "",
    "respondTime": 864,
    "ruleBookInfo": {
      "author": "##作者：([^<]+)<##$1###",
      "coverUrl": "",
      "init": "",
      "intro": "tag.div.12@html##(?s)(?:☆、)?(?:楔子|第\\s*[一1]\\s*[卷章]).*|\\w{5}小说\\||\\耽美小说-腐小说",
      "kind": "tag.div.10@tag.a.-1@text&&tag.div.11@tag.span.1@tag.a@text&&tag.div.11@tag.span.0@text##.*：|\\s.*",
      "lastChapter": "tag.div.13@tag.a.-1@text",
      "name": "",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "tag.div.12@html##Fxsw.org",
      "imageStyle": "0",
      "nextContentUrl": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "tag.a.0@text##.*作者：",
      "bookList": "class.list_article@li",
      "bookUrl": "tag.a@href",
      "coverUrl": "@js:'https://c-ssl.dtstatic.com/uploads/blog/202202/28/20220228112536_59b28.thumb.700_0.jpeg_webp'",
      "intro": "class.desc@text",
      "kind": "tag.p.0@text##\\(|\\)",
      "lastChapter": "",
      "name": "h2@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "##作者：([^<]+)<##$1###",
      "bookList": "class.list_article@ul@li",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "@js:'https://c-ssl.dtstatic.com/uploads/blog/202202/28/20220228112536_59b28.thumb.700_0.jpeg_webp'",
      "intro": "class.desc.0@text",
      "kind": "tag.a.0@text&&tag.p.0@text##\\(|\\)",
      "lastChapter": "class.time.0@text",
      "name": "tag.a.1@text##\\作者：.*",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "+<js>\nvar n=result.match(/共(\\d+)页/)[1];\nvar list=[{k:'1',v:baseUrl}];\nfor(var i=2;i<=n;i++){\nlist.push({k:''+i,v:baseUrl.replace(/\\.html/,'_'+i+'.html')});\n}\nlist\n</js>",
      "chapterName": "k",
      "chapterUrl": "v",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "/e/search/index.php,{\n\"method\": \"POST\",\n\"body\": \"keyboard={{key}}&show=title,writer,ftitle,keyboard&tempid=1&tbname=article\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "唐三中文",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xtangsanshu.com",
    "customButton": false,
    "customOrder": 854,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1735627628919,
    "respondTime": 326,
    "ruleBookInfo": {
      "author": ".small@span.0@text",
      "coverUrl": ".cover@img@src",
      "intro": ".intro@textNodes##(^|[。！？]+[”」）】]?)##$1<br>@js:result.replace(/作者.*《.*|无弹窗推荐.*/g,\"\")",
      "kind": ".small@span.1:2:4@text##小说|.*：|\\s..:.*",
      "lastChapter": ".last@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".info@h2@text",
      "wordCount": ".small@span.3@text##.*："
    },
    "ruleContent": {
      "content": "id.content@html",
      "replaceRegex": "##\\s*http.*//.*\\s*|\\s*请记住本书首.*\\s*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "kind": ".cat@text##.*：|小说",
      "lastChapter": ".update@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".bookname@text"
    },
    "ruleToc": {
      "chapterList": ".listmain@dd@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/s.php?ie=utf-8&s=&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "注：小说可下载到本地，若想下载到本地看，把左上角的类型“文本”改为“文件”。",
    "bookSourceGroup": "免费",
    "bookSourceName": "请看小说（导入）",
    "bookSourceType": 3,
    "bookSourceUrl": "https://www.qinkan.net",
    "customButton": false,
    "customOrder": 855,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1730711562421,
    "respondTime": 3539,
    "ruleBookInfo": {
      "author": "text.书籍作者@text##书籍作者：",
      "canReName": "",
      "coverUrl": "class.detail_pic@img@src",
      "downloadUrls": "class.downButton@href",
      "intro": "class.showinfo@textNodes",
      "kind": "",
      "lastChapter": "",
      "name": "class.detail_right@text",
      "wordCount": "text.文件大小@text"
    },
    "ruleContent": {
      "content": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.s@text##作者：|大小.*",
      "bookList": "tag.li",
      "bookUrl": "tag.a@href",
      "checkKeyWord": "斗破苍穹",
      "coverUrl": "tag.img@src",
      "intro": "class.u@text",
      "kind": "",
      "name": "a@text##《|》",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "",
      "chapterName": "",
      "chapterUrl": ""
    },
    "searchUrl": "/e/search/index.php,{\n  \"body\": \"show=title&classid=0&keyboard={{key}}&Submit22=搜索\",\n  \"charset\": \"GB2312\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "爱电子书",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.iwurexs.net",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 856,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "武侠仙侠::/wuxia/index_{{page}}.html\n都市言情::/yanqing/index_{{page}}.html\n耽美小说::/danmei/index_{{page}}.html\n玄幻小说::/xuanhuan/index_{{page}}.html\n青春校园::/xiaoyuan/index_{{page}}.html\n网游竞技::/wangyou/index_{{page}}.html\n灵异推理::/kongbu/index_{{page}}.html\n纪实小说::/jishi/index_{{page}}.html\n军事历史::/lishi/index_{{page}}.html\n科幻小说::/kehuan/index_{{page}}.html\n管理哲学::/zhexue/index_{{page}}.html\n学习资料::/xuexi/index_{{page}}.html\n总排行榜::/paihangbang/index_{{page}}.html\n月排行榜::/mpaihangbang/index_{{page}}.html\n周排行榜::/wpaihangbang/index_{{page}}.html\n日排行榜::/dpaihangbang/index_{{page}}.html\n封推小说::/fengtui/index_{{page}}.html\n金牌推荐::/jinpaituijian/index_{{page}}.html\n网站推荐::/tuijian/index_{{page}}.html\n最新书籍::/new/index_{{page}}.html",
    "lastUpdateTime": 1743750659835,
    "loginUrl": "",
    "respondTime": 2838,
    "ruleBookInfo": {
      "author": "class.detail_right@ul@tag.li.0@a@text",
      "coverUrl": "class.detail_right@img@src",
      "intro": "class.detail_right@ul@tag.li.4@text##简介：",
      "kind": "class.detail_right@ul@tag.li.2@text##更新日期：",
      "lastChapter": "class.detail_right@ul@tag.li.3@a@text",
      "name": "class.detail_right@h1@text"
    },
    "ruleContent": {
      "content": "id.content@html##请记住本书.*|最新网址.*|书快书快.*|书快电子书.*|-",
      "imageStyle": "0",
      "nextContentUrl": "text.下一章@href"
    },
    "ruleExplore": {
      "author": "##作者：([^<]+)<##$1###",
      "bookList": "//div[5]/div[2]/div/ul/li",
      "bookUrl": "class.red@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.iwurexs.net/headimgs/$2/$1/s$1.jpg###",
      "intro": "class.u@textNodes",
      "kind": "##更新：([^<]+)<##$1###",
      "lastChapter": "tag.a.1@text",
      "name": "tag.a.0@text##txt.*",
      "wordCount": "##大小：([^<]+)<##$1###"
    },
    "ruleSearch": {
      "author": "tag.td.3@text",
      "bookList": "tag.tbody@tag.tr!0",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.iwurexs.net/headimgs/$2/$1/s$1.jpg###",
      "kind": "tag.td.4@text",
      "lastChapter": "tag.td.2@text",
      "name": "tag.td.1@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.showInfo.1@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.iwurexs.net/so.html?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "看书吧",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.bbiquge8.net/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 857,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1743428977681,
    "loginUrl": "",
    "respondTime": 2646,
    "ruleBookInfo": {
      "author": "class.pt-info.0@a@text",
      "coverUrl": "class.baseinfo@img@src",
      "intro": "class.intro@text",
      "kind": "class.pt-info.1@a@text",
      "lastChapter": ".ptm-list-view-cell.0@a.0@text",
      "name": "class.pt-name@h1.0@a@text",
      "tocUrl": "class.ptm-card-footer@a@href",
      "wordCount": "class.pt-info.3@text##更新:"
    },
    "ruleContent": {
      "content": "class.chaptercontent@p@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##第.*章.*|.*本章未完.*",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "name": "\ntag.span.1@tag.a@text"
    },
    "ruleSearch": {
      "author": ".pt-info@a.0@text",
      "bookList": "class.ptm-content pt-infopage@ul@li",
      "bookUrl": ".pt-name@a@href",
      "coverUrl": ".pt-cover@a@img@src",
      "kind": ".pt-info@a.1@text",
      "lastChapter": "",
      "name": ".pt-name@a@text"
    },
    "ruleToc": {
      "chapterList": "class.ptm-card-content pt-dir@ul@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "http://m.bbiquge8.net/search.html?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁,免费",
    "bookSourceName": "笔趣网吧",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.biquw.info#🎃",
    "bookUrlPattern": "http://www.biquw.info/book/\\d+/",
    "customButton": false,
    "customOrder": 858,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"书库全部\",\"url\":\"/xs/quanbu-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"玄幻小说\",\"url\":\"/xs/1-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"仙侠小说\",\"url\":\"/xs/2-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"都市小说\",\"url\":\"/xs/3-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"军史小说\",\"url\":\"/xs/4-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"网游小说\",\"url\":\"/xs/5-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"科幻小说\",\"url\":\"/xs/6-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"灵异小说\",\"url\":\"/xs/7-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"言情小说\",\"url\":\"/xs/8-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"其他小说\",\"url\":\"/xs/9-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"全本小说\",\"url\":\"/xs/quanbu-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"最新小说\",\"url\":\"/xs/0-lastupdate-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}}]",
    "lastUpdateTime": 1720886033951,
    "loginUrl": "",
    "respondTime": 3017,
    "ruleBookInfo": {
      "author": "class.options@tag.span.0@text",
      "coverUrl": "class.pic@img@src",
      "init": "",
      "intro": ".bookinfo_intro@text",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content",
      "lastChapter": "class.update@a@text",
      "name": "id.info@h1@text"
    },
    "ruleContent": {
      "content": "id.htmlContent@html"
    },
    "ruleExplore": {
      "author": "tag.dd.1@span@text",
      "bookList": "class.sitebox@dl",
      "bookUrl": "h3@a@href",
      "coverUrl": "img@src",
      "intro": "tag.dd.2@text",
      "kind": "class.uptime@text",
      "lastChapter": "tag.dd.3@a@text",
      "name": "h3@a@text"
    },
    "ruleSearch": {
      "author": "class.s3@text",
      "bookList": "class.toplist@li",
      "bookUrl": "class.s1@a@href",
      "coverUrl": "class.s1@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.biquw.info/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "class.s5@text&&\nclass.s6@text",
      "lastChapter": "class.s2@a@text",
      "name": "class.s1@a@text",
      "wordCount": "class.s4@text"
    },
    "ruleToc": {
      "chapterList": "class.book_list@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/modules/article/search.php?action=login&searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "// Error: 下载链接为空\n\n导入类",
    "bookSourceGroup": "免费",
    "bookSourceName": "八零阅读（导）",
    "bookSourceType": 3,
    "bookSourceUrl": "http://www.txt80.cc",
    "customButton": false,
    "customOrder": 859,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "最近更新::/new/\n都市::/ddushi/\n言情::/yyanqing/\n玄幻奇幻::/xunhuan/\n耽美同人::/danmei/\n武侠仙侠::/wuxia/\n网游竞技::/wangyou/\n军事历史::/junshi/\n科幻灵异::/科幻/\n文学名著::/文学/\n其他::/qita/",
    "lastUpdateTime": 1759588680445,
    "respondTime": 181532,
    "ruleBookInfo": {
      "author": "p.0@text",
      "coverUrl": "img.0@src",
      "downloadUrls": "a.-3@href",
      "intro": ".con@text",
      "kind": "p.1@text",
      "lastChapter": "p.4@text",
      "name": "h1.1@text",
      "wordCount": "p.2@text"
    },
    "ruleContent": {},
    "ruleExplore": {
      "bookList": ".slist",
      "bookUrl": "a.0@href",
      "name": "h4@tag.a@text"
    },
    "ruleSearch": {
      "author": "p.1@text",
      "bookList": ".imgtextlist@li",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "kind": "p.2@text",
      "name": ".title@text",
      "wordCount": "p.-2@text"
    },
    "ruleToc": {},
    "searchUrl": "https://m.txt80.cc/e/search/result/?searchid=129{\n  \"body\": \"show=title,softsay,softwriter&keyboard={{key}}\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "平板电子书网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.qiqixs.info/",
    "customButton": false,
    "customOrder": 860,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1746522688265,
    "respondTime": 2041,
    "ruleBookInfo": {
      "author": "class.block_txt2@p.2@text",
      "coverUrl": "class.block_img2@tag.img@src",
      "intro": "class.intro_info@text",
      "kind": "class.block_txt2@p.3@a@text",
      "lastChapter": "class.block_txt2@p.6 @a@text",
      "name": "class.block_txt2@h2@a@text",
      "tocUrl": "class.book_more@a@href"
    },
    "ruleContent": {
      "content": "id.nr1@text",
      "nextContentUrl": "id.pb_next.0@href"
    },
    "ruleSearch": {
      "author": "class.block_txt@tag.p.3@text",
      "bookList": "class.block.[0:-1]",
      "bookUrl": "class.block_txt@tag.h2@tag.a@href",
      "coverUrl": "class.block_img@tag.img@src",
      "kind": "class.block_txt@tag.p.2@text",
      "lastChapter": "class.block_txt@tag.p.4@tag.a@text",
      "name": "class.block_txt@tag.h2@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.book_last@dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "class.right.0@a@href"
    },
    "searchUrl": "search.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版",
    "bookSourceName": "晋江文学💯",
    "bookSourceType": 0,
    "bookSourceUrl": "http://android.jjwxc.net，，",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 861,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "新书榜单::http://android.jjwxc.net/androidapi/newDayList\n言情·VIP金榜::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%222900001%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n纯爱·VIP金榜::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%222900002%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·频道金榜::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%221%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·科举朝堂::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000014%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·市井人家::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000013%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·复仇虐渣::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000012%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·女尊女强::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000023%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·架空历史::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000022%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·天作之合::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000019%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·宫廷侯爵::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000020%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·励志人生::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000015%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·古色古香::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000017%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·布衣生活::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000018%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·再世重生::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000021%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·传奇武侠::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000024%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·运气淘文::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2240000001%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·新晋作者::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000003%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·月度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000004%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·季度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000005%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古言·半年排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000006%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·频道金榜::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%224%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·业界精英::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000018%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·天之骄子::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000031%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·豪门总裁::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000017%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·励志人生::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000019%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·都市情缘::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000021%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·婚前婚后::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000020%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·制服情缘::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000024%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·校园青春::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000016%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·甜心蜜意::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000020%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·娱乐星光::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000032%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·破镜重圆::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000022%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·近水楼台::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000023%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·情有独钟::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000022%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·时尚流行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000018%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·欢喜冤家::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000033%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·因缘邂逅::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000034%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·运气淘文::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2240000002%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·新晋作者::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000003%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·月度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000004%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·季度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000005%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市·半年排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000006%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·频道金榜::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%225%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·穿书攻略::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000026%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·流金年代::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000028%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·玄之又玄::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000024%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·娱乐时尚::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000030%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·升级逆袭::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000031%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·打脸爽文::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000024%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·人生赢家::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000019%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·神奇能力::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000033%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·快穿系统::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000021%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·穿越时空::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000018%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·再世重生::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000017%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·都市异闻::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000034%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·时代奇缘::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000020%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·现代架空::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000032%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·幻想传奇::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000023%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·时空恋曲::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000022%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·运气淘文::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2240000003%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·月度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000004%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·季度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000005%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻言·半年排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000006%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·频道金榜::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%227%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·竞技人生::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000064%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·时尚娱乐::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000065%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·种田日常::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000023%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·现代都市::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000032%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·豪门世家::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000026%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·业界精英::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000022%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·重生::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000027%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·边缘恋曲::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000025%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·校园青春::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000028%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·情有独钟::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000066%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·穿越时空::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000024%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·励志人生::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000021%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·欢喜冤家::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000031%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·婚前婚后::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000067%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·都市甜文::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000030%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·打脸逆袭::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000029%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·运气淘文::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2240000007%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·新晋作者::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000003%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·月度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000004%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·季度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000005%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯·半年排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000006%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·频道金榜::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2213%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·重生穿越::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000092%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·娱乐星光::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000088%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·萌宠频道::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000084%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·仙侠修真::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000080%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·快穿世界::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000076%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·末世狂想::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000074%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·幻想甜宠::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000096%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·无限流派::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000072%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·系统::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000078%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·异闻秘术::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000082%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·边缘幻想::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000086%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·星际日常::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000090%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·奇幻灵异::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000100%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·科幻机甲::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000102%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·人生赢家::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000094%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·升级爽文::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000098%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·运气淘文::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2240000013%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·新晋作者::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220100008%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·月度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220100009%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·季度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220100010%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯·半年排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220100011%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 8.0.0; zh-cn; MIX 2 Build/OPR1.170623.027) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\"\n}",
    "lastUpdateTime": 1736086183282,
    "loginUrl": "",
    "respondTime": 690,
    "ruleBookInfo": {
      "intro": "@JSon:{$.novelIntro}@js:result.replace(/(&.{3}br.{3,4};)+|[\\n\\s]+/g,\"\\n\").replace(/\\n\\s*\\n/g,\"\\n\").replace(/^\\s*\\n/g,\"\").replace(/\\n\\s*/g,\"\\n\\u3000\\u3000\").replace(/^\\s*/g,\"\\u3000\\u3000\")",
      "lastChapter": "@JSon:$.renewChapterName",
      "tocUrl": "http://app-cdn.jjwxc.net/androidapi/chapterList?novelId={$.novelId}&more=0&whole=1"
    },
    "ruleContent": {
      "content": "@JSon:$..content@js:result.replace(/(&.{3}br\\/?&.{3})+/g,\"\\n\")"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "@JSon:$.authorname||$.authorName",
      "bookList": "@JSon:$.*[?(@.novelName)]&&$.*[?(@.novelname)]",
      "bookUrl": "@JSon:$.novelid||$.novelId@js:'http://android.jjwxc.net/androidapi/novelbasicinfo?novelId='+result",
      "coverUrl": "@JSon:$.cover",
      "kind": "@JSon:$.tags&&{$.novelsize}字&&{$.novelSize}字",
      "lastChapter": "@JSon:第{$.maxChapterId}章@js:result.replace(\"第章\",\"\")",
      "name": "@JSon:$.novelname||$.novelName"
    },
    "ruleToc": {
      "chapterList": "@JSon:$.chapterlist",
      "chapterName": "@JSon:{$.chaptername}、{$.chapterintro}",
      "chapterUrl": "http://app-cdn.jjwxc.net/androidapi/chapterContent?novelId={$.novelid}&chapterId={$.chapterid}"
    },
    "searchUrl": "http://android.jjwxc.net/androidapi/search?keyword={{key}}&type=1&page={{page}}&searchType=1&sortMode=DESC",
    "weight": 0
  },
  {
    "bookSourceComment": "https://celeter.github.io/SourceGo",
    "bookSourceGroup": "免费",
    "bookSourceName": "蚂蚁阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.mayitxt.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 862,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1734840795291,
    "respondTime": 6836,
    "ruleBookInfo": {
      "author": "class.author.0@text",
      "coverUrl": "tag.img@src",
      "intro": "class.intro@text",
      "name": "class.book_name@tag.h1@text",
      "tocUrl": "class.button_list@tag.a.2@href"
    },
    "ruleContent": {
      "content": "class.page-content@textNodes##一秒记住.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@text||tag.span@text",
      "bookList": "class.bd@tag.tr!0||class.BOX@tag.tr!0",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "class.book-cover-img@tag.img@src",
      "kind": "class.tag@text||tag.a.0@text##\\[|\\]",
      "lastChapter": "class.chapter@text##正文.*?第##第",
      "name": "class.red@text||tag.a.1@text"
    },
    "ruleToc": {
      "chapterList": "class.float-list fill-block@tag.li",
      "chapterName": "tag.a@text##\\|",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.imayitxt.com/modules/article/search.php?q={{key}}&searchtype=all,{\n  \"charset\": \"utf-8\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "正文解密by转义字符 = = ",
    "bookSourceGroup": "免费",
    "bookSourceName": "基友书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.gaysay.com#成功",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 863,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"排行\",\"url\":\"/rank/all/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"飞魔幻\",\"url\":\"/rank/all/1/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"飞言情\",\"url\":\"/rank/all/3/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"桃之夭夭\",\"url\":\"/rank/all/2/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"花火\",\"url\":\"/rank/all/4/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"武侠\",\"url\":\"/rank/all/5/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"言情\",\"url\":\"/rank/all/6/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"/rank/all/7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"现代\",\"url\":\"/rank/all/8/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"外国\",\"url\":\"/rank/all/9/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"历史\",\"url\":\"/rank/all/10/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"恐怖\",\"url\":\"/rank/all/11/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"/rank/all/12/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"军史\",\"url\":\"/rank/all/13/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"/rank/all/14/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"其他\",\"url\":\"/rank/all/15/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"科幻\",\"url\":\"/rank/all/16/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"灵异\",\"url\":\"/rank/all/17/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"网游\",\"url\":\"/rank/all/18/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"仙侠\",\"url\":\"/rank/all/19/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"侦探\",\"url\":\"/rank/all/20/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"恐怖\",\"url\":\"/rank/all/21/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"/rank/all/22/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"竞技\",\"url\":\"/rank/all/23/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"军事\",\"url\":\"/rank/all/24/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"穿越\",\"url\":\"/rank/all/25/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"完本\",\"url\":\"/category/finish/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"飞魔幻\",\"url\":\"/category/finish/1/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"飞言情\",\"url\":\"/category/finish/3/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"桃之夭夭\",\"url\":\"/category/finish/2/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"花火\",\"url\":\"/category/finish/4/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"武侠\",\"url\":\"/category/finish/5/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"言情\",\"url\":\"/category/finish/6/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"/category/finish/7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"现代\",\"url\":\"/category/finish/8/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"外国\",\"url\":\"/category/finish/9/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"历史\",\"url\":\"/category/finish/10/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"恐怖\",\"url\":\"/category/finish/11/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"/category/finish/12/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"军史\",\"url\":\"/category/finish/13/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"/category/finish/14/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"其他\",\"url\":\"/category/finish/15/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"科幻\",\"url\":\"/category/finish/16/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"灵异\",\"url\":\"/category/finish/17/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"网游\",\"url\":\"/category/finish/18/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"仙侠\",\"url\":\"/category/finish/19/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"侦探\",\"url\":\"/category/finish/20/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"恐怖\",\"url\":\"/category/finish/21/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"/category/finish/22/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"竞技\",\"url\":\"/category/finish/23/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"军事\",\"url\":\"/category/finish/24/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"穿越\",\"url\":\"/category/finish/25/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1738918247657,
    "loginCheckJs": "",
    "loginUrl": "",
    "respondTime": 2836,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content||[property=\"og:novel:lastest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": ".BGsectionOne-bottom@a.1@href"
    },
    "ruleContent": {
      "content": "<js>\ntry {\n\nfunction d(a, b) {\nb = java.md5Encode(b);\nvar d = b.substring(0, 16);\nvar e = b.substring(16);\nreturn java.aesBase64DecodeToString(a,e,\"AES/CBC/PKCS5Padding\",d)\n}\n\nresult=eval(src.match(/(d\\(\"[\\s\\S]+\"\\))\\);/)[1])\n} catch(err) {\n\nresult=result\n}\n\na=escape(result).replace(/%u200[ABDCEF]/g,\"\")\nunescape(a)\n\n</js>",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "p.1@a@text",
      "bookList": ".book_list_img@li&&.CGsectionTwo-right-content-unit",
      "bookUrl": "a.0@href",
      "coverUrl": "img@_src",
      "intro": "p.2@text",
      "kind": "p.3@text##.*\\s",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".SHsectionThree-middle@p",
      "bookUrl": "a.1@href",
      "intro": "",
      "kind": "a.0@text",
      "lastChapter": "",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "<js>\ntemp=result\nR=org.jsoup.Jsoup.parse(temp).select(\".BCsectionTwo-top-chapter a\")\nc=[]\nR.forEach(r=>{\n\ti=String(r.attr('href')).replace(/.+\\/\\d+\\/(\\d+)\\.html/,`$1`)\n\t//java.log(i)\n\tc.push({\n\t\tname:r.text(),\n\t\turl:r.attr('href'),\n\t\tindex:i\n\t\t})\n\t})\ntry{\n\to=temp.match(/originalOrder[^=]*=[^\\[]*\\[([^\\]]+)\\]/)[1]\n\to=o.split(\",\")\n\tc.sort((a,b)=>o[c.indexOf(a)]-o[c.indexOf(b)])\n\t}catch (err){\n\t\tjava.log(err)\n\t\tc.sort((a,b)=>a.index-b.index)\n\t\t}\n\tresult=c\n</js>",
      "chapterName": "name",
      "chapterUrl": "url",
      "nextTocUrl": "id.next@href"
    },
    "searchUrl": "/search/{{key}}/{{page}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "🔞",
    "bookSourceName": "高辣书屋🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.gaolashuwu.com#🎃",
    "customButton": false,
    "customOrder": 864,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36\"\n},\n{\n  \"webView\": true\n}",
    "lastUpdateTime": 1770711065886,
    "respondTime": 15534,
    "ruleBookInfo": {
      "author": "class.infotype@tag.p.0@text",
      "intro": "class.intro@text",
      "kind": "class.infotype@tag.p.1@text",
      "lastChapter": "class.list_xm@tag.li.0@text",
      "name": "class.cataloginfo@text",
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": "<js>\njm=java.base64Decode(java.getString('[name=\"client\"]@content'));\nif(jm.length()>1){\nvar conts = [],list=[];\ncode=result.match(/codeurl=\"(\\d+)\";/)[1];\ndata=org.jsoup.Jsoup.parse(result);\ndatas=data.select(\"p[style*='text-indent']\");\njm=String(jm).split(/[A-Z]+%/);\nfor(i=0;i<jm.length;i++){\n\tk=Math.ceil((i + 1) % parseInt(code));\n\tj=Math.ceil(jm[i] - k);\n\tconts[j]=datas[i];\n\t}\n\tfor(i in conts){\n\t\tc=String(conts[i]).replace(/.*本章尚未读完,请.*一页继续阅读.*/g,'');\n\t\tlist.push(c);\n\t\tlist.join(\"\\n\");\n\t\t}\n\t}else{java.getString(\".novelcontent@html\")}\n</js>",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.a.1@text",
      "bookList": "class.sone",
      "bookUrl": "tag.a.0@href",
      "name": "tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.chapters@tag.li@tag.a",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "http://www.gaolashuwu.com/s.html,\n{\n  \"charset\": \"utf-8\",\n  \"method\": \"POST\",\n  \"body\": \"s={{key}}&type=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "20230902修复网址:http://www.xuanshu.org\n需要代理访问",
    "bookSourceGroup": "免费",
    "bookSourceName": "选书网站",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.ixuanshu.net",
    "bookUrlPattern": "https?://www\\.xuanshu\\.net(/html)?/book/\\d+/?",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 865,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1743585780035,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 614,
    "ruleBookInfo": {
      "author": "class.info_des@tag.dl.0@text##作者：",
      "canReName": "",
      "coverUrl": "class.tupian@tag.img@src",
      "init": "",
      "intro": "class.intro@text",
      "kind": "id.info.0@tag.a.1@text&&\nclass.info_des@tag.dl.2@text##最后更新：",
      "lastChapter": "class.info_des@tag.dl.3@tag.a@text",
      "name": "class.info_des@tag.h1@text",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content1@html##最新网址.*net",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.zuozhe@text",
      "bookList": "class.zuixin@tag.li!0",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.xuanshu.org/tupian/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": "",
      "kind": "class.lei@text##\\[|\\]",
      "lastChapter": "tag.a.1@text",
      "name": "tag.a.0@text"
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "id.content@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a.0@href",
      "coverUrl": "tag.td.0@tag.a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.xuanshu.org/tupian/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": "",
      "kind": "tag.td.3@text",
      "lastChapter": "tag.td.1@a@text",
      "name": "tag.td.0@tag.a.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.pc_list@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://www.xuanshu.org/search.php,{\n\"method\": \"POST\",\n\"body\": \"searchkey={{key}}\"\n}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "♜ 若雨中文 #一程",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.3yt.com#♤yc",
    "customButton": false,
    "customOrder": 866,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"网络小说\",\"url\":\"/Book/LN/1079/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻魔法\",\"url\":\"/Book/LN/1094/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"/Book/LN/1095/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市言情\",\"url\":\"/Book/LN/1096/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"历史军事\",\"url\":\"/Book/LN/1097/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"网游竞技\",\"url\":\"/Book/LN/1098/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻灵异\",\"url\":\"/Book/LN/1099/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"其他小说\",\"url\":\"/Book/LN/1100/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}}]",
    "lastUpdateTime": 1643143191604,
    "loginUrl": "",
    "respondTime": 792,
    "ruleBookInfo": {
      "author": ".w_530 a.0@text##作品集",
      "coverUrl": ".img img@src",
      "intro": ".h_260 p@html",
      "kind": ".path a.1@text&&.w_200 li.0@text&&.h_260 em@text##.*：|\\s.*|小说",
      "lastChapter": ".h_260 a.0@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": ".w_530 em.0@text",
      "tocUrl": ".w_200 a.1@href",
      "wordCount": ".w_200 li.1@text##.*已完成\\s|\\s字"
    },
    "ruleContent": {
      "content": "#BookText@html"
    },
    "ruleExplore": {
      "bookList": "tbody!1:2@tr",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##http://www.3yt.com/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.0:4:3@text##小说",
      "lastChapter": "td.2@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": "td.1@text"
    },
    "ruleSearch": {
      "author": "td.4@text",
      "bookList": "tbody tr",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##http://www.3yt.com/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.0:5:3@text##小说",
      "lastChapter": "td.2@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": "td.1@text"
    },
    "ruleToc": {
      "chapterList": "#BookText li a",
      "chapterName": "text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/book/search.aspx?searchkey={{key}}&SeaButton=",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "手机小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xiaxs.la#",
    "customButton": false,
    "customOrder": 867,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "武侠小说::/soft/1/Soft_001_{{page}}.html&&玄幻小说::/soft/2/Soft_002_{{page}}.html&&都市言情::/soft/3/Soft_003_{{page}}.html&&恐怖灵异::/soft/4/Soft_004_{{page}}.html&&现代文学::/soft/5/Soft_005_{{page}}.html&&侦探推理::/soft/6/Soft_006_{{page}}.html&&科幻小说::/soft/7/Soft_007_{{page}}.html&&穿越架空::/soft/9/Soft_009_{{page}}.html&&古典名著::/soft/10/Soft_010_{{page}}.html&&名人自传::/soft/11/Soft_011_{{page}}.html&&历史军事::/soft/12/Soft_012_{{page}}.html&&制作工具::/soft/13/Soft_013_{{page}}.html&&网游小说::/soft/14/Soft_014_{{page}}.html&&推荐小说::http://www.xiaxs.la/soft/best/index_{{page}}.html&&热门小说::http://www.xiaxs.la/soft/hot/index_{{page}}.html&&最新小说::http://www.xiaxs.la/soft/new/index_{{page}}.html&&全本小说::http://www.xiaxs.la/soft/quanben/index_{{page}}.html&&",
    "lastUpdateTime": 1733303855276,
    "respondTime": 3108,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "init": "<js>\nvar act=org.jsoup.Jsoup.parse(result).select(\".downButton\").attr(\"href\");\nvar url = \"http://www.xiaxs.la\"+act;\njava.put(\"url\",url);\njava.ajax(url)</js>\n",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "@get:{url}",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#content1@html##.*?www.xiaxs.la.*",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "##作者：([^<]+)<##$1###",
      "bookList": ".listBox ul li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "img@src",
      "intro": ".u@text",
      "lastChapter": "tag.a.1@text##最新章节[:：]",
      "name": "tag.a.0@text##全集"
    },
    "ruleSearch": {
      "author": "em@text",
      "bookList": ".listBox ul li",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "name": "a@text##全集"
    },
    "ruleToc": {
      "chapterList": ".pc_list a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.xiaxs.la/search.php?s=&searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "鬼吹灯",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.cxzz.com",
    "customButton": false,
    "customOrder": 868,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\npush(\"全部🌊分类\",null,1,1)\npush(\"🌊全本🌊\",`http://m.cxzz958.com/wanben/{{page}}.html`,1,1)\n\tarList=[\"玄幻小说\",\"仙侠小说\",\"都市小说\",\"军史小说\",\"网游小说\",\"科幻小说\",\"恐怖小说\",\"其它小说\"]\n\tarList.map((tag,index)=>{\n\t\turl=`/fenlei/${index+1}/{{page}}.html`;\n\t\tpush(tag, url, 1, 0.25);\n\t\t});\n//java.log(JSON.stringify(sort))\nJSON.stringify(sort)",
    "header": "{'User-Agent':'Mozilla/5.0 (Linux; Android 14; V2304A; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/123.0.6312.118 Mobile Safari/537.36',\n\"Referer\":\"http://www.cxzz958.com/\"}",
    "lastUpdateTime": 0,
    "respondTime": 1875,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#content@html",
      "replaceRegex": "##.*首发域名.*|.*\\.html"
    },
    "ruleExplore": {
      "author": "{{@@.s4@text}}{{@@##a\\>\\/(.*?)\\<\\/##$1###}}",
      "bookList": ".bd@ul@li&&.cover@p",
      "bookUrl": "a.0@href\n<js>\nif(result!=\"\"){\n\tlet pi=result.match(/\\/(.*?)\\/$/)[1];\nurl=\"http://www.cxzz958.com/\"+pi\n}\nresult=url\n</js>",
      "coverUrl": "",
      "intro": "",
      "kind": "{{@@span.0@text##\\[|\\]}}{{@@.line@text##\\[|\\].*}}",
      "lastChapter": "span.2@a@text",
      "name": "a.0@text",
      "wordCount": "span.-1@text"
    },
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".bookbox",
      "bookUrl": "h4@a@href",
      "coverUrl": "img@src",
      "kind": ".cat@text##分类：",
      "lastChapter": ".update@text##最新章节：",
      "name": "h4@a@text"
    },
    "ruleToc": {
      "chapterList": "dl@dt:nth-of-type(2)~dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://www.cxzz958.com/s.php?ie=utf-8&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "鬼吹灯#5",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.cxzz958.com",
    "customButton": false,
    "customOrder": 869,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\npush(\"全部🌊分类\",null,1,1)\npush(\"🌊全本🌊\",`http://m.cxzz958.com/wanben/{{page}}.html`,1,1)\n\tarList=[\"玄幻小说\",\"仙侠小说\",\"都市小说\",\"军史小说\",\"网游小说\",\"科幻小说\",\"恐怖小说\",\"其它小说\"]\n\tarList.map((tag,index)=>{\n\t\turl=`/fenlei/${index+1}/{{page}}.html`;\n\t\tpush(tag, url, 1, 0.25);\n\t\t});\n//java.log(JSON.stringify(sort))\nJSON.stringify(sort)",
    "header": "{'User-Agent':'Mozilla/5.0 (Linux; Android 14; V2304A; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/123.0.6312.118 Mobile Safari/537.36',\n\"Referer\":\"http://www.cxzz958.com/\"}",
    "lastUpdateTime": 0,
    "respondTime": 1852,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#content@html",
      "replaceRegex": "##.*首发域名.*|.*\\.html"
    },
    "ruleExplore": {
      "author": "{{@@.s4@text}}{{@@##a\\>\\/(.*?)\\<\\/##$1###}}",
      "bookList": ".bd@ul@li&&.cover@p",
      "bookUrl": "a.0@href\n<js>\nif(result!=\"\"){\n\tlet pi=result.match(/\\/(.*?)\\/$/)[1];\nurl=\"http://www.cxzz958.com/\"+pi\n}\nresult=url\n</js>",
      "coverUrl": "",
      "intro": "",
      "kind": "{{@@span.0@text##\\[|\\]}}{{@@.line@text##\\[|\\].*}}",
      "lastChapter": "span.2@a@text",
      "name": "a.0@text",
      "wordCount": "span.-1@text"
    },
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".bookbox",
      "bookUrl": "h4@a@href",
      "coverUrl": "img@src",
      "kind": ".cat@text##分类：",
      "lastChapter": ".update@text##最新章节：",
      "name": "h4@a@text"
    },
    "ruleToc": {
      "chapterList": "dl@dt:nth-of-type(2)~dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://www.cxzz958.com/s.php?ie=utf-8&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//2024.10.27 by.GEd520\n//2024.10.29 完善部分规则，目录判断与正文解密代码 by.夜泽川",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁_书友",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.suimeng.la",
    "customButton": false,
    "customOrder": 870,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部\",\"url\":\"/sort/0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻魔法\",\"url\":\"/sort/1-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"武侠修真\",\"url\":\"/sort/2-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"都市言情\",\"url\":\"/sort/3-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"军事历史\",\"url\":\"/sort/4-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"侦探科幻\",\"url\":\"/sort/5-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"网游动漫\",\"url\":\"/sort/6-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"灵异耽美\",\"url\":\"/sort/7-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"其他小说\",\"url\":\"/sort/8-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}}]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1730365071992,
    "respondTime": 25921,
    "ruleBookInfo": {
      "author": "i.0@text##\\/著",
      "intro": ".xs_introduce@ownText",
      "name": "h2.0@text",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "<js>\nvar bes = result.match(/PHA\\+[A-Za-z0-9+\\/]+={0,2}/g);\n//java.log(String(bes))\nif (!bes) {\n    var ml = java.webView(null,baseUrl,null);\n    var txt = java.getString(\"#txt@html\");\n    java.longToast(\"正文解密失败，转为webView动态加载。\");\n} else {\nvar result = [];\nfor (var i = 0; i < bes.length; i++) {\n    // 遍历数组，使用阅读内置Base64解码方法\n    var bsej = java.base64Decode(bes[i]);\n    var txtt = String(bsej);\n    result.push(txtt);\n      }\n\tvar txt = result.join('\\n');\n}\ntxt;\n</js>",
      "nextContentUrl": "@js: var nex = result.match(/hhekgv='([^']*)'\\;/)[1];\nvar ul = source.key + nex;\nif (ul.length === String(book.bookUrl).length) {\n\tresult = \"\"\n\t} else{\n\t\tresult = ul;\n\t\t}\n\t\tjava.log(result)\nresult;",
      "replaceRegex": "##.*退出浏览器阅读模式.*|(?m)^\\s*（）;（）",
      "title": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": ".index_qb > a",
      "bookUrl": "a@href",
      "coverUrl": "img@data-original",
      "intro": ".info@text",
      "name": "h4@text"
    },
    "ruleToc": {
      "chapterList": "@js: var result = []\nif (!baseUrl.includes('index')) {\n    //java.log(\"当前目录在详情页\")\n    var chnList = java.getStringList(\"ul[class=ph_list].1@a@text\");\n    var chfList = java.getStringList(\"ul[class=ph_list].1@a@href\");\n} else {\n    //java.log(\"当前目录跳转新页面\")\n    var chnList = java.getStringList(\".ph_list a@text\");\n    var chfList = java.getStringList(\".ph_list a@onclick\");\n}\n\nfor (var i = 0; i < chfList.length; i++) {\n\tchfList[i] = String(chfList[i]).replace(/read_tz\\((\\d+)\\)\\;/g,book.bookUrl + \"$1.html\");\n\tvar chn = Array.from(chnList);\n var chf = Array.from(chfList);\n    result.push({\n        title: chn[i],\n        url: chf[i]\n    });\n}\n\nif (result.length === 0) {\n    // 如果目录数据为空，则弹窗提示\n    java.longToast(\"当前书籍无数据\");\n} else {\n    result = result;\n}\nresult;",
      "chapterName": "title",
      "chapterUrl": "url",
      "formatJs": "",
      "isVolume": "",
      "nextTocUrl": "@js: var ml = source.key + java.getString(\"text.章节目录@href\");\nvar src = java.ajax(ml);\nvar next = java.getStringList(\"option@value\",src);\nnext;",
      "preUpdateJs": ""
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}/search.html,{\n \"body\": \"s={{key}}\",\n \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "万象书城",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.wxscs.com细雨尘寰",
    "customButton": false,
    "customOrder": 871,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 10) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1732536714453,
    "respondTime": 2183,
    "ruleBookInfo": {
      "author": ".dark.0@a.0@text",
      "coverUrl": "img.0@src",
      "intro": ".book-detail@text",
      "kind": "",
      "lastChapter": ".dark.2@a@text",
      "name": ".book-name.0@text"
    },
    "ruleContent": {
      "content": "#cont-body@p@html",
      "nextContentUrl": ".page@li@a@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "td.1@text",
      "bookList": "tbody@tr",
      "bookUrl": "td.0@a@href",
      "checkKeyWord": "我的",
      "coverUrl": "td.0@a@href##(\\d+)\\/##/uploads/cover/pic$1.jpg###",
      "name": "td.0@text##《|》"
    },
    "ruleToc": {
      "chapterList": ".panel-body.2@.item",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "https://www.wxscs.com/plus/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "手机小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xiaxs.la",
    "customButton": false,
    "customOrder": 872,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "武侠小说::/soft/1/Soft_001_{{page}}.html&&玄幻小说::/soft/2/Soft_002_{{page}}.html&&都市言情::/soft/3/Soft_003_{{page}}.html&&恐怖灵异::/soft/4/Soft_004_{{page}}.html&&现代文学::/soft/5/Soft_005_{{page}}.html&&侦探推理::/soft/6/Soft_006_{{page}}.html&&科幻小说::/soft/7/Soft_007_{{page}}.html&&穿越架空::/soft/9/Soft_009_{{page}}.html&&古典名著::/soft/10/Soft_010_{{page}}.html&&名人自传::/soft/11/Soft_011_{{page}}.html&&历史军事::/soft/12/Soft_012_{{page}}.html&&制作工具::/soft/13/Soft_013_{{page}}.html&&网游小说::/soft/14/Soft_014_{{page}}.html&&推荐小说::http://www.xiaxs.la/soft/best/index_{{page}}.html&&热门小说::http://www.xiaxs.la/soft/hot/index_{{page}}.html&&最新小说::http://www.xiaxs.la/soft/new/index_{{page}}.html&&全本小说::http://www.xiaxs.la/soft/quanben/index_{{page}}.html&&",
    "lastUpdateTime": 1733303855276,
    "respondTime": 2342,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "init": "<js>\nvar act=org.jsoup.Jsoup.parse(result).select(\".downButton\").attr(\"href\");\nvar url = \"http://www.xiaxs.la\"+act;\njava.put(\"url\",url);\njava.ajax(url)</js>\n",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "@get:{url}",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#content1@html##.*?www.xiaxs.la.*",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "##作者：([^<]+)<##$1###",
      "bookList": ".listBox ul li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "img@src",
      "intro": ".u@text",
      "lastChapter": "tag.a.1@text##最新章节[:：]",
      "name": "tag.a.0@text##全集"
    },
    "ruleSearch": {
      "author": "em@text",
      "bookList": ".listBox ul li",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "name": "a@text##全集"
    },
    "ruleToc": {
      "chapterList": ".pc_list a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.xiaxs.la/search.php?s=&searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "读万卷书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.duwanjuan.info#",
    "customButton": false,
    "customOrder": 873,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻·魔法::/book/sort1/0/{{page}}.html\n武侠·修真::/book/sort2/0/{{page}}.html\n都市·言情::/book/sort3/0/{{page}}.html\n历史·军事::/book/sort4/0/{{page}}.html\n穿越·架空::/book/sort5/0/{{page}}.html\n游戏·竞技::/book/sort6/0/{{page}}.html\n经部::/book/sort11/0/{{page}}.html\n史部::/book/sort12/0/{{page}}.html\n子部::/book/sort13/0/{{page}}.html\n集部::/book/sort14/0/{{page}}.html\n古典·名著::/book/sort16/0/{{page}}.html",
    "lastUpdateTime": 1743751250136,
    "respondTime": 2774,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "class.tabvalue.0@text",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&class.tabvalue@tag.td.2@text##最后更新.|\\s.*",
      "lastChapter": "class.divbox.1@tag.a.0@text",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "[property=\"og:novel:read_url\"]@content"
    },
    "ruleContent": {
      "content": "@js:\ndoc=org.jsoup.Jsoup.parse(result.replace(/\\(*读万卷 www.duwanjuan.com\\)*\\s*/g,''));\ndoc.select(\"h1\").remove();\ndoc.select(\".tishi\").remove();\ndoc.select(\"tbody\").remove();\nresult=doc.select(\"#acontent\").html();\nif(String(result).match(/content_sign/)){\nresult='由于版权问题不能显示'\n}else{result=result}",
      "nextContentUrl": "",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "tag.span.1@text",
      "bookList": "class.c_row",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.img@src",
      "intro": "class.c_description@text",
      "kind": "tag.span.5@text&&tag.span.7@text",
      "lastChapter": "tag.a.3@text",
      "name": "tag.a.2@text",
      "wordCount": "tag.span.3@text"
    },
    "ruleSearch": {
      "author": "class.c_value.0@text",
      "bookList": "class.c_row",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.img@src",
      "intro": "",
      "kind": "class.c_value.1@text&&class.c_value.3@text&&class.c_value.5@text",
      "lastChapter": "class.c_value.4@text",
      "name": "class.c_subject@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.chapters@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/modules/article/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "// 2025/1/9 by天天的鸟蛋蛋 修复正文下一页\n我的方法\n@js:\nvar JsDom = Packages.org.jsoup.Jsoup;\nvar Document = Packages.org.jsoup.nodes.Document;\nvar Element = Packages.org.jsoup.nodes.Element;\nvar document = JsDom.parse(src);\nvar png = /next.png/.test(src);\nvar matchResult = src.match(/eval(.function.*)/);\nvar next = matchResult ? matchResult[1] : \"\";\nvar url = next ? eval(next) : \"\";\njava.log(url);\nif (url) {\n    \n    var nextChapterElement = document.select(\"*:contains(下一章)\").first();\n    \n    if (nextChapterElement) {\n        java.log(\"找到下一章，停止执行。\");\n    } else {\n        eval(url.replace(/var/, \"\"));\n    }\n}\n@关耳 的方法\n@js:\nif(java.getString(\"@text.下一章@text\")==\"\"){\nvar png=/next.png/.test(src);\nnext=png?src.match(/eval(.function.*)/)[1]:\"\";\nvar url=next?eval(next):\"\";\n//java.log(url)\nresult = url?eval(url.replace(/var/,\"\")):\"\"\n}",
    "bookSourceGroup": "免费",
    "bookSourceName": "中文看",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.zwkan.cc",
    "customButton": false,
    "customOrder": 874,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/xuanhuanqihuan/<,{{page}}.html>\n仙侠::/wuxiaxianxia/<,{{page}}.html>\n都市::/dushiyanqing/<,{{page}}.html>\n历史::/lishijunshi/<,{{page}}.html>\n科幻::/kehuanchuanqi/<,{{page}}.html>\n恐怖::/kongbulingyi/<,{{page}}.html>\n其他::/qitaleixing/<,{{page}}.html>\n全本::/quanben/<,{{page}}.html>",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1745153755734,
    "respondTime": 11292,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "downloadUrls": "text.TXT下载@href",
      "intro": "[property=\"og:description\"]@content\n##简介：",
      "kind": "[property=\"og:novel:category\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": "#nr1@p@ownText",
      "nextContentUrl": "@js:\nvar JsDom = Packages.org.jsoup.Jsoup;\nvar Document = Packages.org.jsoup.nodes.Document;\nvar Element = Packages.org.jsoup.nodes.Element;\n\nvar document = JsDom.parse(src);\n\nvar png = /next.png/.test(src);\nvar matchResult = src.match(/eval(.function.*)/);\nvar next = matchResult ? matchResult[1] : \"\";\nvar url = next ? eval(next) : \"\";\njava.log(url);\n\nif (url) {\n    \n    var nextChapterElement = document.select(\"*:contains(下一章)\").first();\n    \n    if (nextChapterElement) {\n        java.log(\"找到下一章，停止执行。\");\n    } else {\n        eval(url.replace(/var/, \"\"));\n    }\n}\n\n",
      "replaceRegex": "##\\s*本章未完.*\\s*|\\s*《.*?》,牢记网址:wap.zwkan.cc",
      "webJs": ""
    },
    "ruleExplore": {
      "author": ".s3@text",
      "bookList": ".lis@li",
      "bookUrl": "a@href",
      "coverUrl": "@js:\"/images/default.jpg\"",
      "kind": ".s1@text##\\[|\\]",
      "name": "a@text"
    },
    "ruleSearch": {
      "author": ".s3@text",
      "bookList": ".lis@li",
      "bookUrl": ".s2@a@href",
      "checkKeyWord": "剑来",
      "coverUrl": "@js:\"/images/default.jpg\"",
      "kind": ".s1@text##\\[|\\]",
      "name": ".s2@a@text"
    },
    "ruleToc": {
      "chapterList": ".chapter.1@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "@js:\n\nhtml = java.ajax(source.getKey())\n\ntoken = org.jsoup.Jsoup.parse(html).select('input[name=_token]').attr('value')\n\n\"/search,\"+JSON.stringify({\n  \"body\": `_token=${token}&kw=${key}`,\n  \"method\": \"POST\"\n})",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "顶点小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ddxsku.com",
    "customButton": false,
    "customOrder": 875,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1721324161443,
    "loginUrl": "{\n  \"url\": \"\"\n}",
    "respondTime": 5504,
    "ruleBookInfo": {
      "name": "tag.a.16@text"
    },
    "ruleContent": {
      "content": "id.contents@html",
      "imageStyle": "0"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "tag.table@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a.0@href",
      "lastChapter": "tag.td.1@tag.a.0@text",
      "name": "tag.td.0@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.at@tag.td@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.ddxsku.com/search/?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "/*\n\t登录里面点击注册会自动注册账号\t,同时可以在源变量里面看到账号和密码\n*/\n感谢用户@xiang-shiwang提供的书源，\nwww站与m站通用，自写了发现和站图，本人的喜好。。。",
    "bookSourceGroup": "免费",
    "bookSourceName": "铅笔小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.23qb.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 876,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "更新时间::/book/lastupdate_0_0_0_0_0_0_0_{{page}}_0.html\n新书连载::/book/lastupdate_0_0_0_0_0_0_1_{{page}}_0.html\n已经完本::/book/lastupdate_0_0_0_0_0_0_5_{{page}}_0.html\n入库时间::/book/postdate_0_0_0_0_0_0_0_{{page}}_0.html\n  新书榜  ::/book/newhot_0_0_0_0_0_0_0_{{page}}_0.html\n  收藏数  ::/book/goodnum_0_0_0_0_0_0_0_{{page}}_0.html\n言情小说::/book/lastupdate_0_1_0_0_0_0_0_{{page}}_0.html\n都市小说::/book/lastupdate_0_2_0_0_0_0_0_{{page}}_0.html\n唯美百合::/book/lastupdate_0_3_0_0_0_0_0_{{page}}_0.html\n穿越重生::/book/lastupdate_0_4_0_0_0_0_0_{{page}}_0.html\n青春校园::/book/lastupdate_0_5_0_0_0_0_0_{{page}}_0.html\n玄幻魔法::/book/lastupdate_0_6_0_0_0_0_0_{{page}}_0.html\n修真武侠::/book/lastupdate_0_7_0_0_0_0_0_{{page}}_0.html\n历史军事::/book/lastupdate_0_8_0_0_0_0_0_{{page}}_0.html\n游戏竞技::/book/lastupdate_0_9_0_0_0_0_0_{{page}}_0.html\n科幻空间::/book/lastupdate_0_10_0_0_0_0_0_{{page}}_0.html\n悬疑惊悚::/book/lastupdate_0_11_0_0_0_0_0_{{page}}_0.html\n同人小说::/book/lastupdate_0_12_0_0_0_0_0_{{page}}_0.html\n官场职场::/book/lastupdate_0_13_0_0_0_0_0_{{page}}_0.html",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9; MIX 2 Build/PKQ1.190118.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.99 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1733374431820,
    "loginCheckJs": "",
    "loginUi": "[\n  {\n    \"name\": \"注册\",\n    \"type\": \"button\",\n    \"action\": \"register()\"\n  }\n]",
    "loginUrl": "function register() {\n\tregisterFn(cookie)\n}",
    "respondTime": 10613,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "canReName": "",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"#bookintro p.0@text\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "@js:\nresult = baseUrl+\"catalog\"\nresult"
    },
    "ruleContent": {
      "content": ".article-content@html",
      "nextContentUrl": "@js:\nvar next=src.match(/nextpage=.*?;/);\nvar url=next?eval(next[0]):\"\";\nw=\",{'webView': true}\";\n/_/.test(url)&&url+w;",
      "replaceRegex": "##铅笔小说.*com"
    },
    "ruleExplore": {
      "author": ".module-item-text@text",
      "bookList": ".module-item",
      "bookUrl": ".module-item-title@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.23qb.com/files/article/image/$2/$1/$1s.jpg",
      "intro": "",
      "kind": "",
      "name": ".module-item-title@text"
    },
    "ruleSearch": {
      "author": "",
      "bookList": ".module-search-item",
      "bookUrl": "h3@a@href",
      "checkKeyWord": "",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.23qb.com/files/article/image/$2/$1/$1s.jpg",
      "intro": ".novel-info-item@text",
      "kind": ".novel-serial@text",
      "lastChapter": "",
      "name": "h3@a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".module-row-info@a",
      "chapterName": "title",
      "chapterUrl": "href##$##,{'webView': true}"
    },
    "searchUrl": "@js:\nvar su=source.getKey()\nvar htmlUrl=java.get(su,{}).headers('Location')\njava.log(`重定向：${htmlUrl[0]}`)\nvar posturl=htmlUrl[0]?htmlUrl[0]:(su.includes(\"#\")?su.match(/([^\\#]+)\\#/)[1]:su)\nposturl = posturl.slice(-1)=='/'?posturl.slice(0,-1):posturl\ncookie.removeCookie(posturl)\njava.log(`请求：${posturl}`)\n\r\nposturl+\"/search.html?searchkey={{key}},\"+JSON.stringify({\r  \n\t\"body\": \"searchkey={{key}}\",\r \n\t \"method\": \"GET\"\r\n})",
    "variableComment": "数字1开启登录检查",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "手机小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ixiatxt.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 877,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "武侠小说::/soft/1/Soft_001_{{page}}.html\n玄幻小说::/soft/2/Soft_002_{{page}}.html\n都市言情::/soft/3/Soft_003_{{page}}.html\n恐怖灵异::/soft/4/Soft_004_{{page}}.html\n现代文学::/soft/5/Soft_005_{{page}}.html\n侦探推理::/soft/6/Soft_006_{{page}}.html\n科幻小说::/soft/7/Soft_007_{{page}}.html\n穿越架空::/soft/9/Soft_009_{{page}}.html\n古典名著::/soft/10/Soft_010_{{page}}.html\n名人自传::/soft/11/Soft_011_{{page}}.html\n历史军事::/soft/12/Soft_012_{{page}}.html\n制作工具::/soft/13/Soft_013_{{page}}.html\n网游小说::/soft/14/Soft_014_{{page}}.html\n推荐下载::/soft/best/index_{{page}}.html\n下载排行::/soft/hot/index_{{page}}.html\n最近更新::/soft/new/index_{{page}}.html\n全本下载::/soft/quanben/index_{{page}}.html",
    "lastUpdateTime": 1734838824398,
    "loginUrl": "",
    "respondTime": 7122,
    "ruleBookInfo": {
      "tocUrl": "text.在线阅读@tag.a@href"
    },
    "ruleContent": {
      "content": "id.content1@html",
      "replaceRegex": "##最新网址.*[nmtca]"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.s@text##连载.*",
      "bookList": "class.list@tag.li",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.a@tag.img@src",
      "kind": "text.连载@text##.*连载.|更新.*",
      "lastChapter": "class.s@text##.*更新.",
      "name": "tag.a@text##\\《|\\》.*"
    },
    "ruleToc": {
      "chapterList": "class.pc_list.1@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.ixiatxt.com/search.php?s=&searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "笔仙阁子",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.bixiange.me#",
    "customButton": false,
    "customOrder": 878,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "都市言情::/dsyq/index<,_{{page}}>.html\n武侠修真::/wxxz/index<,_{{page}}>.html\n玄幻奇幻::/xhqh/index<,_{{page}}>.html\n穿越架空::/cyjk/index<,_{{page}}>.html\n科幻竞技::/khjj/index<,_{{page}}>.html\n鬼话悬疑::/ghxy/index<,_{{page}}>.html\n军事历史::/jsls/index<,_{{page}}>.html\n官场商战::/guanchang/index<,_{{page}}>.html\n乡土风情::/xtfq/index<,_{{page}}>.html\n耽美小说::/dmtr/index<,_{{page}}>.html\n同人小说::/trxs/index<,_{{page}}>.html\n精品小说::/jqxs/index<,_{{page}}>.html\n排行榜::/sort/index<,_{{page}}>.html",
    "header": "{\n\t\"cookie\":\"eltphlastsearchtime=1658574421\"\n\t}",
    "lastUpdateTime": 1733584377904,
    "respondTime": 2879,
    "ruleBookInfo": {
      "author": "##作者：([^<]+)<##$1###",
      "intro": "class.descInfo@text",
      "kind": "##分类：([^<]+)<##$1###",
      "lastChapter": "class.catalog@li.-1@text",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": "#mycontent@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "##作者：([^<]+)<##$1###",
      "bookList": "class.clearfix@li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "img@src",
      "intro": "class.descript@text",
      "kind": "",
      "lastChapter": "",
      "name": "class.title@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.catalog@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://m.bixiange.me/e/search/indexpage.php,{\n  \"body\": \"keyboard={{key}}&show=title&classid=0\",\n  \"method\": \"POST\",\n  \"charset\":\"gbk\"\n}",
    "weight": -27
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "秋田书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.qiutiandog.com",
    "customButton": false,
    "customOrder": 879,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 4322,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "☁️ 更新：\n{{@@[property$=update_time]@content}}\n👻  简介：\n{{@@[property$=description]@content}}##(^|[。！？……；]+[”」）……】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "{{baseUrl}}##//m##//www",
      "wordCount": "text.字数@text##字数："
    },
    "ruleContent": {
      "content": "#content@html",
      "replaceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href",
      "checkKeyWord": "诡秘之主",
      "coverUrl": "img@src",
      "kind": "text.分类@text##分类：",
      "lastChapter": "a.-1@text",
      "name": "h4@text"
    },
    "ruleToc": {
      "chapterList": ".listmain@dd@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "https://m.qiutiandog.com/sdfgsdyugfsdugf.html?ie=gbk&s=5256649918672294880&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "💦读万卷",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.duwanjuan.com/",
    "bookUrlPattern": "http://www.duwanjuan.com/book/info/\\d+/\\d+.html",
    "customButton": false,
    "customOrder": 880,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻魔法::/book/sort1/0/{{page}}.html\n武侠修真::/book/sort2/0/{{page}}.html\n都市言情::/book/sort3/0/{{page}}.html\n历史军事::/book/sort4/0/{{page}}.html\n穿越架空::/book/sort5/0/{{page}}.html\n游戏竞技::/book/sort6/0/{{page}}.html",
    "lastUpdateTime": 1726725714572,
    "loginUrl": "",
    "respondTime": 1715,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "class.divbox cf@img@src",
      "intro": "class.tabcontent@class.tabvalue.0@text",
      "kind": "class.tabcontent@class.tabvalue.1@tag.td.2@text&&\nclass.tabcontent@class.tabvalue.1@tag.td.1@text&&\nclass.tabcontent@class.tabvalue.1@tag.td.0@text##最后更新：|连载状态：|作品分类：",
      "lastChapter": "h3@a@text",
      "name": "[property=\"og:novel:book_name\"]@content##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|小说|笔趣阁|免费.*",
      "tocUrl": "text.点击阅读@href"
    },
    "ruleContent": {
      "content": "id.acontent@textNodes##去读书推荐各位.*|读万卷.*com|如果您中途有事.*以便以后接着观看！|\\(|\\)"
    },
    "ruleExplore": {
      "author": "class.c_tag@tag.span.1@text&&",
      "bookList": "class.blockcontent@class.c_row",
      "bookUrl": "class.c_subject@tag.a.1@href",
      "coverUrl": "img@src",
      "intro": "class.c_description@text",
      "kind": "class.c_tag@tag.span.5@text&&\nclass.c_tag@tag.span.7@text",
      "lastChapter": "class.c_subject@tag.a.2@text",
      "name": "class.c_subject@tag.a.1@text"
    },
    "ruleSearch": {
      "author": "class.c_tag.0@tag.span.1@text",
      "bookList": "id.jieqi_page_contents@class.c_row",
      "bookUrl": "class.c_subject@a@href",
      "coverUrl": "img@src",
      "kind": "class.c_tag.0@tag.span.3@text&&\nclass.c_tag.0@tag.span.7@text&&\nclass.c_tag.1@tag.span.3@text",
      "lastChapter": "class.c_tag.1@tag.span.1@a@text",
      "name": "class.c_subject@a@text"
    },
    "ruleToc": {
      "chapterList": "class.index@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.duwanjuan.com/modules/article/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版",
    "bookSourceName": "移动阅读·出版🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.ndlib.cn#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 881,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "",
    "lastUpdateTime": 0,
    "loginUrl": "\\\\目录列表规则处添加账号信息",
    "respondTime": 893,
    "ruleBookInfo": {
      "intro": "@js:'<br>'+java.get('intro')"
    },
    "ruleContent": {
      "content": "$.returnObject[0].content@js:\nresult?result:'无法获取内容？\\n1.编辑书源添加自己的账号信息，找到目录列表规则，按提示添加账号信息\\n2.如果添加了账号信息仍然无法获取内容，请尝试刷新或更新账号信息（方式二）\\n3.必要说明：如果使用方式一添加了账号信息，每次打开新的书籍详情页或刷新正文都会重新获取账号信息，因此之前获取的书籍正文的链接将会失效，因此建议全文下载或者按2操作\\n必要说明：在使用本源前，请考虑到使用本源可能造成的账号封禁等问题'"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.resourceInfo.author",
      "bookList": "$.returnObject.resAndMagResult",
      "bookUrl": "$.resourceInfo.resId@js:\n//md5加密开始\nvar rotateLeft = function(lValue, iShiftBits) {\n    return (lValue << iShiftBits) | (lValue >>> (32 - iShiftBits))\n}\nvar addUnsigned = function(lX, lY) {\n    var lX4, lY4, lX8, lY8, lResult;\n    lX8 = (lX & 0x80000000);\n    lY8 = (lY & 0x80000000);\n    lX4 = (lX & 0x40000000);\n    lY4 = (lY & 0x40000000);\n    lResult = (lX & 0x3FFFFFFF) + (lY & 0x3FFFFFFF);\n    if (lX4 & lY4) return (lResult ^ 0x80000000 ^ lX8 ^ lY8);\n    if (lX4 | lY4) {\n        if (lResult & 0x40000000) return (lResult ^ 0xC0000000 ^ lX8 ^ lY8);\n        else return (lResult ^ 0x40000000 ^ lX8 ^ lY8)\n    } else {\n        return (lResult ^ lX8 ^ lY8)\n    }\n}\nvar F = function(x, y, z) {\n    return (x & y) | ((~x) & z)\n}\nvar G = function(x, y, z) {\n    return (x & z) | (y & (~z))\n}\nvar H = function(x, y, z) {\n    return (x ^ y ^ z)\n}\nvar I = function(x, y, z) {\n    return (y ^ (x | (~z)))\n}\nvar FF = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(F(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar GG = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(G(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar HH = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(H(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar II = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(I(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar convertToWordArray = function(string) {\n    var lWordCount;\n    var lMessageLength = string.length;\n    var lNumberOfWordsTempOne = lMessageLength + 8;\n    var lNumberOfWordsTempTwo = (lNumberOfWordsTempOne - (lNumberOfWordsTempOne % 64)) / 64;\n    var lNumberOfWords = (lNumberOfWordsTempTwo + 1) * 16;\n    var lWordArray = Array(lNumberOfWords - 1);\n    var lBytePosition = 0;\n    var lByteCount = 0;\n    while (lByteCount < lMessageLength) {\n        lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n        lBytePosition = (lByteCount % 4) * 8;\n        lWordArray[lWordCount] = (lWordArray[lWordCount] | (string.charCodeAt(lByteCount) << lBytePosition));\n        lByteCount++\n    }\n    lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n    lBytePosition = (lByteCount % 4) * 8;\n    lWordArray[lWordCount] = lWordArray[lWordCount] | (0x80 << lBytePosition);\n    lWordArray[lNumberOfWords - 2] = lMessageLength << 3;\n    lWordArray[lNumberOfWords - 1] = lMessageLength >>> 29;\n    return lWordArray\n};\nvar wordToHex = function(lValue) {\n    var WordToHexValue = \"\",\n    WordToHexValueTemp = \"\",\n    lByte, lCount;\n    for (lCount = 0; lCount <= 3; lCount++) {\n        lByte = (lValue >>> (lCount * 8)) & 255;\n        WordToHexValueTemp = \"0\" + lByte.toString(16);\n        WordToHexValue = WordToHexValue + WordToHexValueTemp.substr(WordToHexValueTemp.length - 2, 2)\n    }\n    return WordToHexValue\n};\nvar uTF8Encode = function(string) {\n    string = string.replace(/\\x0d\\x0a/g, \"\\x0a\");\n    var output = \"\";\n    for (var n = 0; n < string.length; n++) {\n        var c = string.charCodeAt(n);\n        if (c < 128) {\n            output += String.fromCharCode(c)\n        } else if ((c > 127) && (c < 2048)) {\n            output += String.fromCharCode((c >> 6) | 192);\n            output += String.fromCharCode((c & 63) | 128)\n        } else {\n            output += String.fromCharCode((c >> 12) | 224);\n            output += String.fromCharCode(((c >> 6) & 63) | 128);\n            output += String.fromCharCode((c & 63) | 128)\n        }\n    }\n    return output;\n};\nfunction md5(string) {\n    var x = Array();\n    var k, AA, BB, CC, DD, a, b, c, d;\n    var S11 = 7,\n    S12 = 12,\n    S13 = 17,\n    S14 = 22;\n    var S21 = 5,\n    S22 = 9,\n    S23 = 14,\n    S24 = 20;\n    var S31 = 4,\n    S32 = 11,\n    S33 = 16,\n    S34 = 23;\n    var S41 = 6,\n    S42 = 10,\n    S43 = 15,\n    S44 = 21;\n    string = uTF8Encode(string);\n    x = convertToWordArray(string);\n    a = 0x67452301;\n    b = 0xEFCDAB89;\n    c = 0x98BADCFE;\n    d = 0x10325476;\n    for (k = 0; k < x.length; k += 16) {\n        AA = a;\n        BB = b;\n        CC = c;\n        DD = d;\n        a = FF(a, b, c, d, x[k + 0], S11, 0xD76AA478);\n        d = FF(d, a, b, c, x[k + 1], S12, 0xE8C7B756);\n        c = FF(c, d, a, b, x[k + 2], S13, 0x242070DB);\n        b = FF(b, c, d, a, x[k + 3], S14, 0xC1BDCEEE);\n        a = FF(a, b, c, d, x[k + 4], S11, 0xF57C0FAF);\n        d = FF(d, a, b, c, x[k + 5], S12, 0x4787C62A);\n        c = FF(c, d, a, b, x[k + 6], S13, 0xA8304613);\n        b = FF(b, c, d, a, x[k + 7], S14, 0xFD469501);\n        a = FF(a, b, c, d, x[k + 8], S11, 0x698098D8);\n        d = FF(d, a, b, c, x[k + 9], S12, 0x8B44F7AF);\n        c = FF(c, d, a, b, x[k + 10], S13, 0xFFFF5BB1);\n        b = FF(b, c, d, a, x[k + 11], S14, 0x895CD7BE);\n        a = FF(a, b, c, d, x[k + 12], S11, 0x6B901122);\n        d = FF(d, a, b, c, x[k + 13], S12, 0xFD987193);\n        c = FF(c, d, a, b, x[k + 14], S13, 0xA679438E);\n        b = FF(b, c, d, a, x[k + 15], S14, 0x49B40821);\n        a = GG(a, b, c, d, x[k + 1], S21, 0xF61E2562);\n        d = GG(d, a, b, c, x[k + 6], S22, 0xC040B340);\n        c = GG(c, d, a, b, x[k + 11], S23, 0x265E5A51);\n        b = GG(b, c, d, a, x[k + 0], S24, 0xE9B6C7AA);\n        a = GG(a, b, c, d, x[k + 5], S21, 0xD62F105D);\n        d = GG(d, a, b, c, x[k + 10], S22, 0x2441453);\n        c = GG(c, d, a, b, x[k + 15], S23, 0xD8A1E681);\n        b = GG(b, c, d, a, x[k + 4], S24, 0xE7D3FBC8);\n        a = GG(a, b, c, d, x[k + 9], S21, 0x21E1CDE6);\n        d = GG(d, a, b, c, x[k + 14], S22, 0xC33707D6);\n        c = GG(c, d, a, b, x[k + 3], S23, 0xF4D50D87);\n        b = GG(b, c, d, a, x[k + 8], S24, 0x455A14ED);\n        a = GG(a, b, c, d, x[k + 13], S21, 0xA9E3E905);\n        d = GG(d, a, b, c, x[k + 2], S22, 0xFCEFA3F8);\n        c = GG(c, d, a, b, x[k + 7], S23, 0x676F02D9);\n        b = GG(b, c, d, a, x[k + 12], S24, 0x8D2A4C8A);\n        a = HH(a, b, c, d, x[k + 5], S31, 0xFFFA3942);\n        d = HH(d, a, b, c, x[k + 8], S32, 0x8771F681);\n        c = HH(c, d, a, b, x[k + 11], S33, 0x6D9D6122);\n        b = HH(b, c, d, a, x[k + 14], S34, 0xFDE5380C);\n        a = HH(a, b, c, d, x[k + 1], S31, 0xA4BEEA44);\n        d = HH(d, a, b, c, x[k + 4], S32, 0x4BDECFA9);\n        c = HH(c, d, a, b, x[k + 7], S33, 0xF6BB4B60);\n        b = HH(b, c, d, a, x[k + 10], S34, 0xBEBFBC70);\n        a = HH(a, b, c, d, x[k + 13], S31, 0x289B7EC6);\n        d = HH(d, a, b, c, x[k + 0], S32, 0xEAA127FA);\n        c = HH(c, d, a, b, x[k + 3], S33, 0xD4EF3085);\n        b = HH(b, c, d, a, x[k + 6], S34, 0x4881D05);\n        a = HH(a, b, c, d, x[k + 9], S31, 0xD9D4D039);\n        d = HH(d, a, b, c, x[k + 12], S32, 0xE6DB99E5);\n        c = HH(c, d, a, b, x[k + 15], S33, 0x1FA27CF8);\n        b = HH(b, c, d, a, x[k + 2], S34, 0xC4AC5665);\n        a = II(a, b, c, d, x[k + 0], S41, 0xF4292244);\n        d = II(d, a, b, c, x[k + 7], S42, 0x432AFF97);\n        c = II(c, d, a, b, x[k + 14], S43, 0xAB9423A7);\n        b = II(b, c, d, a, x[k + 5], S44, 0xFC93A039);\n        a = II(a, b, c, d, x[k + 12], S41, 0x655B59C3);\n        d = II(d, a, b, c, x[k + 3], S42, 0x8F0CCC92);\n        c = II(c, d, a, b, x[k + 10], S43, 0xFFEFF47D);\n        b = II(b, c, d, a, x[k + 1], S44, 0x85845DD1);\n        a = II(a, b, c, d, x[k + 8], S41, 0x6FA87E4F);\n        d = II(d, a, b, c, x[k + 15], S42, 0xFE2CE6E0);\n        c = II(c, d, a, b, x[k + 6], S43, 0xA3014314);\n        b = II(b, c, d, a, x[k + 13], S44, 0x4E0811A1);\n        a = II(a, b, c, d, x[k + 4], S41, 0xF7537E82);\n        d = II(d, a, b, c, x[k + 11], S42, 0xBD3AF235);\n        c = II(c, d, a, b, x[k + 2], S43, 0x2AD7D2BB);\n        b = II(b, c, d, a, x[k + 9], S44, 0xEB86D391);\n        a = addUnsigned(a, AA);\n        b = addUnsigned(b, BB);\n        c = addUnsigned(c, CC);\n        d = addUnsigned(d, DD);\n    };\n    var tempValue = wordToHex(a) + wordToHex(b) + wordToHex(c) + wordToHex(d);\n    return tempValue.toLowerCase();\n}\n//md5加密结束\n//DES加密开始\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\nvar CryptoJS = CryptoJS ||\nfunction(u, l) {\n    var d = {},\n    n = d.lib = {},\n    p = function() {},\n    s = n.Base = {\n        extend: function(a) {\n            p.prototype = this;\n            var c = new p;\n            a && c.mixIn(a);\n            c.hasOwnProperty(\"init\") || (c.init = function() {\n                c.$super.init.apply(this, arguments)\n            });\n            c.init.prototype = c;\n            c.$super = this;\n            return c\n        },\n        create: function() {\n            var a = this.extend();\n            a.init.apply(a, arguments);\n            return a\n        },\n        init: function() {},\n        mixIn: function(a) {\n            for (var c in a) a.hasOwnProperty(c) && (this[c] = a[c]);\n            a.hasOwnProperty(\"toString\") && (this.toString = a.toString)\n        },\n        clone: function() {\n            return this.init.prototype.extend(this)\n        }\n    },\n    q = n.WordArray = s.extend({\n        init: function(a, c) {\n            a = this.words = a || [];\n            this.sigBytes = c != l ? c: 4 * a.length\n        },\n        toString: function(a) {\n            return (a || v).stringify(this)\n        },\n        concat: function(a) {\n            var c = this.words,\n            m = a.words,\n            f = this.sigBytes;\n            a = a.sigBytes;\n            this.clamp();\n            if (f % 4) for (var t = 0; t < a; t++) c[f + t >>> 2] |= (m[t >>> 2] >>> 24 - 8 * (t % 4) & 255) << 24 - 8 * ((f + t) % 4);\n            else if (65535 < m.length) for (t = 0; t < a; t += 4) c[f + t >>> 2] = m[t >>> 2];\n            else c.push.apply(c, m);\n            this.sigBytes += a;\n            return this\n        },\n        clamp: function() {\n            var a = this.words,\n            c = this.sigBytes;\n            a[c >>> 2] &= 4294967295 << 32 - 8 * (c % 4);\n            a.length = u.ceil(c / 4)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a.words = this.words.slice(0);\n            return a\n        },\n        random: function(a) {\n            for (var c = [], m = 0; m < a; m += 4) c.push(4294967296 * u.random() | 0);\n            return new q.init(c, a)\n        }\n    }),\n    w = d.enc = {},\n    v = w.Hex = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) {\n                var t = c[f >>> 2] >>> 24 - 8 * (f % 4) & 255;\n                m.push((t >>> 4).toString(16));\n                m.push((t & 15).toString(16))\n            }\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f += 2) m[f >>> 3] |= parseInt(a.substr(f, 2), 16) << 24 - 4 * (f % 8);\n            return new q.init(m, c / 2)\n        }\n    },\n    b = w.Latin1 = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) m.push(String.fromCharCode(c[f >>> 2] >>> 24 - 8 * (f % 4) & 255));\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f++) m[f >>> 2] |= (a.charCodeAt(f) & 255) << 24 - 8 * (f % 4);\n            return new q.init(m, c)\n        }\n    },\n    x = w.Utf8 = {\n        stringify: function(a) {\n            try {\n                return decodeURIComponent(escape(b.stringify(a)))\n            } catch(c) {\n                throw Error(\"Malformed UTF-8 data\");\n            }\n        },\n        parse: function(a) {\n            return b.parse(unescape(encodeURIComponent(a)))\n        }\n    },\n    r = n.BufferedBlockAlgorithm = s.extend({\n        reset: function() {\n            this._data = new q.init;\n            this._nDataBytes = 0\n        },\n        _append: function(a) {\n            \"string\" == typeof a && (a = x.parse(a));\n            this._data.concat(a);\n            this._nDataBytes += a.sigBytes\n        },\n        _process: function(a) {\n            var c = this._data,\n            m = c.words,\n            f = c.sigBytes,\n            t = this.blockSize,\n            b = f / (4 * t),\n            b = a ? u.ceil(b) : u.max((b | 0) - this._minBufferSize, 0);\n            a = b * t;\n            f = u.min(4 * a, f);\n            if (a) {\n                for (var e = 0; e < a; e += t) this._doProcessBlock(m, e);\n                e = m.splice(0, a);\n                c.sigBytes -= f\n            }\n            return new q.init(e, f)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a._data = this._data.clone();\n            return a\n        },\n        _minBufferSize: 0\n    });\n    n.Hasher = r.extend({\n        cfg: s.extend(),\n        init: function(a) {\n            this.cfg = this.cfg.extend(a);\n            this.reset()\n        },\n        reset: function() {\n            r.reset.call(this);\n            this._doReset()\n        },\n        update: function(a) {\n            this._append(a);\n            this._process();\n            return this\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        blockSize: 16,\n        _createHelper: function(a) {\n            return function(c, m) {\n                return (new a.init(m)).finalize(c)\n            }\n        },\n        _createHmacHelper: function(a) {\n            return function(c, m) {\n                return (new e.HMAC.init(a, m)).finalize(c)\n            }\n        }\n    });\n    var e = d.algo = {};\n    return d\n} (Math); (function() {\n    var u = CryptoJS,\n    l = u.lib.WordArray;\n    u.enc.Base64 = {\n        stringify: function(d) {\n            var n = d.words,\n            l = d.sigBytes,\n            s = this._map;\n            d.clamp();\n            d = [];\n            for (var q = 0; q < l; q += 3) for (var w = (n[q >>> 2] >>> 24 - 8 * (q % 4) & 255) << 16 | (n[q + 1 >>> 2] >>> 24 - 8 * ((q + 1) % 4) & 255) << 8 | n[q + 2 >>> 2] >>> 24 - 8 * ((q + 2) % 4) & 255, v = 0; 4 > v && q + 0.75 * v < l; v++) d.push(s.charAt(w >>> 6 * (3 - v) & 63));\n            if (n = s.charAt(64)) for (; d.length % 4;) d.push(n);\n            return d.join(\"\")\n        },\n        parse: function(d) {\n            var n = d.length,\n            p = this._map,\n            s = p.charAt(64);\n            s && (s = d.indexOf(s), -1 != s && (n = s));\n            for (var s = [], q = 0, w = 0; w < n; w++) if (w % 4) {\n                var v = p.indexOf(d.charAt(w - 1)) << 2 * (w % 4),\n                b = p.indexOf(d.charAt(w)) >>> 6 - 2 * (w % 4);\n                s[q >>> 2] |= (v | b) << 24 - 8 * (q % 4);\n                q++\n            }\n            return l.create(s, q)\n        },\n        _map: \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\"\n    }\n})(); (function(u) {\n    function l(b, e, a, c, m, f, t) {\n        b = b + (e & a | ~e & c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function d(b, e, a, c, m, f, t) {\n        b = b + (e & c | a & ~c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function n(b, e, a, c, m, f, t) {\n        b = b + (e ^ a ^ c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function p(b, e, a, c, m, f, t) {\n        b = b + (a ^ (e | ~c)) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    for (var s = CryptoJS,\n    q = s.lib,\n    w = q.WordArray,\n    v = q.Hasher,\n    q = s.algo,\n    b = [], x = 0; 64 > x; x++) b[x] = 4294967296 * u.abs(u.sin(x + 1)) | 0;\n    q = q.MD5 = v.extend({\n        _doReset: function() {\n            this._hash = new w.init([1732584193, 4023233417, 2562383102, 271733878])\n        },\n        _doProcessBlock: function(r, e) {\n            for (var a = 0; 16 > a; a++) {\n                var c = e + a,\n                m = r[c];\n                r[c] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360\n            }\n            var a = this._hash.words,\n            c = r[e + 0],\n            m = r[e + 1],\n            f = r[e + 2],\n            t = r[e + 3],\n            y = r[e + 4],\n            q = r[e + 5],\n            s = r[e + 6],\n            w = r[e + 7],\n            v = r[e + 8],\n            u = r[e + 9],\n            x = r[e + 10],\n            z = r[e + 11],\n            A = r[e + 12],\n            B = r[e + 13],\n            C = r[e + 14],\n            D = r[e + 15],\n            g = a[0],\n            h = a[1],\n            j = a[2],\n            k = a[3],\n            g = l(g, h, j, k, c, 7, b[0]),\n            k = l(k, g, h, j, m, 12, b[1]),\n            j = l(j, k, g, h, f, 17, b[2]),\n            h = l(h, j, k, g, t, 22, b[3]),\n            g = l(g, h, j, k, y, 7, b[4]),\n            k = l(k, g, h, j, q, 12, b[5]),\n            j = l(j, k, g, h, s, 17, b[6]),\n            h = l(h, j, k, g, w, 22, b[7]),\n            g = l(g, h, j, k, v, 7, b[8]),\n            k = l(k, g, h, j, u, 12, b[9]),\n            j = l(j, k, g, h, x, 17, b[10]),\n            h = l(h, j, k, g, z, 22, b[11]),\n            g = l(g, h, j, k, A, 7, b[12]),\n            k = l(k, g, h, j, B, 12, b[13]),\n            j = l(j, k, g, h, C, 17, b[14]),\n            h = l(h, j, k, g, D, 22, b[15]),\n            g = d(g, h, j, k, m, 5, b[16]),\n            k = d(k, g, h, j, s, 9, b[17]),\n            j = d(j, k, g, h, z, 14, b[18]),\n            h = d(h, j, k, g, c, 20, b[19]),\n            g = d(g, h, j, k, q, 5, b[20]),\n            k = d(k, g, h, j, x, 9, b[21]),\n            j = d(j, k, g, h, D, 14, b[22]),\n            h = d(h, j, k, g, y, 20, b[23]),\n            g = d(g, h, j, k, u, 5, b[24]),\n            k = d(k, g, h, j, C, 9, b[25]),\n            j = d(j, k, g, h, t, 14, b[26]),\n            h = d(h, j, k, g, v, 20, b[27]),\n            g = d(g, h, j, k, B, 5, b[28]),\n            k = d(k, g, h, j, f, 9, b[29]),\n            j = d(j, k, g, h, w, 14, b[30]),\n            h = d(h, j, k, g, A, 20, b[31]),\n            g = n(g, h, j, k, q, 4, b[32]),\n            k = n(k, g, h, j, v, 11, b[33]),\n            j = n(j, k, g, h, z, 16, b[34]),\n            h = n(h, j, k, g, C, 23, b[35]),\n            g = n(g, h, j, k, m, 4, b[36]),\n            k = n(k, g, h, j, y, 11, b[37]),\n            j = n(j, k, g, h, w, 16, b[38]),\n            h = n(h, j, k, g, x, 23, b[39]),\n            g = n(g, h, j, k, B, 4, b[40]),\n            k = n(k, g, h, j, c, 11, b[41]),\n            j = n(j, k, g, h, t, 16, b[42]),\n            h = n(h, j, k, g, s, 23, b[43]),\n            g = n(g, h, j, k, u, 4, b[44]),\n            k = n(k, g, h, j, A, 11, b[45]),\n            j = n(j, k, g, h, D, 16, b[46]),\n            h = n(h, j, k, g, f, 23, b[47]),\n            g = p(g, h, j, k, c, 6, b[48]),\n            k = p(k, g, h, j, w, 10, b[49]),\n            j = p(j, k, g, h, C, 15, b[50]),\n            h = p(h, j, k, g, q, 21, b[51]),\n            g = p(g, h, j, k, A, 6, b[52]),\n            k = p(k, g, h, j, t, 10, b[53]),\n            j = p(j, k, g, h, x, 15, b[54]),\n            h = p(h, j, k, g, m, 21, b[55]),\n            g = p(g, h, j, k, v, 6, b[56]),\n            k = p(k, g, h, j, D, 10, b[57]),\n            j = p(j, k, g, h, s, 15, b[58]),\n            h = p(h, j, k, g, B, 21, b[59]),\n            g = p(g, h, j, k, y, 6, b[60]),\n            k = p(k, g, h, j, z, 10, b[61]),\n            j = p(j, k, g, h, f, 15, b[62]),\n            h = p(h, j, k, g, u, 21, b[63]);\n            a[0] = a[0] + g | 0;\n            a[1] = a[1] + h | 0;\n            a[2] = a[2] + j | 0;\n            a[3] = a[3] + k | 0\n        },\n        _doFinalize: function() {\n            var b = this._data,\n            e = b.words,\n            a = 8 * this._nDataBytes,\n            c = 8 * b.sigBytes;\n            e[c >>> 5] |= 128 << 24 - c % 32;\n            var m = u.floor(a / 4294967296);\n            e[(c + 64 >>> 9 << 4) + 15] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360;\n            e[(c + 64 >>> 9 << 4) + 14] = (a << 8 | a >>> 24) & 16711935 | (a << 24 | a >>> 8) & 4278255360;\n            b.sigBytes = 4 * (e.length + 1);\n            this._process();\n            b = this._hash;\n            e = b.words;\n            for (a = 0; 4 > a; a++) c = e[a],\n            e[a] = (c << 8 | c >>> 24) & 16711935 | (c << 24 | c >>> 8) & 4278255360;\n            return b\n        },\n        clone: function() {\n            var b = v.clone.call(this);\n            b._hash = this._hash.clone();\n            return b\n        }\n    });\n    s.MD5 = v._createHelper(q);\n    s.HmacMD5 = v._createHmacHelper(q)\n})(Math); (function() {\n    var u = CryptoJS,\n    l = u.lib,\n    d = l.Base,\n    n = l.WordArray,\n    l = u.algo,\n    p = l.EvpKDF = d.extend({\n        cfg: d.extend({\n            keySize: 4,\n            hasher: l.MD5,\n            iterations: 1\n        }),\n        init: function(d) {\n            this.cfg = this.cfg.extend(d)\n        },\n        compute: function(d, l) {\n            for (var p = this.cfg,\n            v = p.hasher.create(), b = n.create(), u = b.words, r = p.keySize, p = p.iterations; u.length < r;) {\n                e && v.update(e);\n                var e = v.update(d).finalize(l);\n                v.reset();\n                for (var a = 1; a < p; a++) e = v.finalize(e),\n                v.reset();\n                b.concat(e)\n            }\n            b.sigBytes = 4 * r;\n            return b\n        }\n    });\n    u.EvpKDF = function(d, l, n) {\n        return p.create(n).compute(d, l)\n    }\n})();\nCryptoJS.lib.Cipher ||\nfunction(u) {\n    var l = CryptoJS,\n    d = l.lib,\n    n = d.Base,\n    p = d.WordArray,\n    s = d.BufferedBlockAlgorithm,\n    q = l.enc.Base64,\n    w = l.algo.EvpKDF,\n    v = d.Cipher = s.extend({\n        cfg: n.extend(),\n        createEncryptor: function(m, a) {\n            return this.create(this._ENC_XFORM_MODE, m, a)\n        },\n        createDecryptor: function(m, a) {\n            return this.create(this._DEC_XFORM_MODE, m, a)\n        },\n        init: function(m, a, b) {\n            this.cfg = this.cfg.extend(b);\n            this._xformMode = m;\n            this._key = a;\n            this.reset()\n        },\n        reset: function() {\n            s.reset.call(this);\n            this._doReset()\n        },\n        process: function(a) {\n            this._append(a);\n            return this._process()\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        keySize: 4,\n        ivSize: 4,\n        _ENC_XFORM_MODE: 1,\n        _DEC_XFORM_MODE: 2,\n        _createHelper: function(m) {\n            return {\n                encrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).encrypt(m, f, b, e)\n                },\n                decrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).decrypt(m, f, b, e)\n                }\n            }\n        }\n    });\n    d.StreamCipher = v.extend({\n        _doFinalize: function() {\n            return this._process(!0)\n        },\n        blockSize: 1\n    });\n    var b = l.mode = {},\n    x = function(a, f, b) {\n        var c = this._iv;\n        c ? this._iv = u: c = this._prevBlock;\n        for (var e = 0; e < b; e++) a[f + e] ^= c[e]\n    },\n    r = (d.BlockCipherMode = n.extend({\n        createEncryptor: function(a, f) {\n            return this.Encryptor.create(a, f)\n        },\n        createDecryptor: function(a, f) {\n            return this.Decryptor.create(a, f)\n        },\n        init: function(a, f) {\n            this._cipher = a;\n            this._iv = f\n        }\n    })).extend();\n    r.Encryptor = r.extend({\n        processBlock: function(a, f) {\n            var b = this._cipher,\n            c = b.blockSize;\n            x.call(this, a, f, c);\n            b.encryptBlock(a, f);\n            this._prevBlock = a.slice(f, f + c)\n        }\n    });\n    r.Decryptor = r.extend({\n        processBlock: function(a, b) {\n            var c = this._cipher,\n            e = c.blockSize,\n            d = a.slice(b, b + e);\n            c.decryptBlock(a, b);\n            x.call(this, a, b, e);\n            this._prevBlock = d\n        }\n    });\n    b = b.CBC = r;\n    r = (l.pad = {}).Pkcs7 = {\n        pad: function(a, b) {\n            for (var c = 4 * b,\n            c = c - a.sigBytes % c,\n            e = c << 24 | c << 16 | c << 8 | c,\n            d = [], l = 0; l < c; l += 4) d.push(e);\n            c = p.create(d, c);\n            a.concat(c)\n        },\n        unpad: function(a) {\n            a.sigBytes -= a.words[a.sigBytes - 1 >>> 2] & 255\n        }\n    };\n    d.BlockCipher = v.extend({\n        cfg: v.cfg.extend({\n            mode: b,\n            padding: r\n        }),\n        reset: function() {\n            v.reset.call(this);\n            var a = this.cfg,\n            c = a.iv,\n            a = a.mode;\n            if (this._xformMode == this._ENC_XFORM_MODE) var b = a.createEncryptor;\n            else b = a.createDecryptor,\n            this._minBufferSize = 1;\n            this._mode = b.call(a, this, c && c.words)\n        },\n        _doProcessBlock: function(a, c) {\n            this._mode.processBlock(a, c)\n        },\n        _doFinalize: function() {\n            var a = this.cfg.padding;\n            if (this._xformMode == this._ENC_XFORM_MODE) {\n                a.pad(this._data, this.blockSize);\n                var c = this._process(!0)\n            } else c = this._process(!0),\n            a.unpad(c);\n            return c\n        },\n        blockSize: 4\n    });\n    var e = d.CipherParams = n.extend({\n        init: function(a) {\n            this.mixIn(a)\n        },\n        toString: function(a) {\n            return (a || this.formatter).stringify(this)\n        }\n    }),\n    b = (l.format = {}).OpenSSL = {\n        stringify: function(a) {\n            var c = a.ciphertext;\n            a = a.salt;\n            return (a ? p.create([1398893684, 1701076831]).concat(a).concat(c) : c).toString(q)\n        },\n        parse: function(a) {\n            a = q.parse(a);\n            var c = a.words;\n            if (1398893684 == c[0] && 1701076831 == c[1]) {\n                var b = p.create(c.slice(2, 4));\n                c.splice(0, 4);\n                a.sigBytes -= 16\n            }\n            return e.create({\n                ciphertext: a,\n                salt: b\n            })\n        }\n    },\n    a = d.SerializableCipher = n.extend({\n        cfg: n.extend({\n            format: b\n        }),\n        encrypt: function(a, c, b, d) {\n            d = this.cfg.extend(d);\n            var l = a.createEncryptor(b, d);\n            c = l.finalize(c);\n            l = l.cfg;\n            return e.create({\n                ciphertext: c,\n                key: b,\n                iv: l.iv,\n                algorithm: a,\n                mode: l.mode,\n                padding: l.padding,\n                blockSize: a.blockSize,\n                formatter: d.format\n            })\n        },\n        decrypt: function(a, c, b, e) {\n            e = this.cfg.extend(e);\n            c = this._parse(c, e.format);\n            return a.createDecryptor(b, e).finalize(c.ciphertext)\n        },\n        _parse: function(a, c) {\n            return \"string\" == typeof a ? c.parse(a, this) : a\n        }\n    }),\n    l = (l.kdf = {}).OpenSSL = {\n        execute: function(a, c, b, d) {\n            d || (d = p.random(8));\n            a = w.create({\n                keySize: c + b\n            }).compute(a, d);\n            b = p.create(a.words.slice(c), 4 * b);\n            a.sigBytes = 4 * c;\n            return e.create({\n                key: a,\n                iv: b,\n                salt: d\n            })\n        }\n    },\n    c = d.PasswordBasedCipher = a.extend({\n        cfg: a.cfg.extend({\n            kdf: l\n        }),\n        encrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            e = d.kdf.execute(e, c.keySize, c.ivSize);\n            d.iv = e.iv;\n            c = a.encrypt.call(this, c, b, e.key, d);\n            c.mixIn(e);\n            return c\n        },\n        decrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            b = this._parse(b, d.format);\n            e = d.kdf.execute(e, c.keySize, c.ivSize, b.salt);\n            d.iv = e.iv;\n            return a.decrypt.call(this, c, b, e.key, d)\n        }\n    })\n} (); (function() {\n    function u(b, a) {\n        var c = (this._lBlock >>> b ^ this._rBlock) & a;\n        this._rBlock ^= c;\n        this._lBlock ^= c << b\n    }\n    function l(b, a) {\n        var c = (this._rBlock >>> b ^ this._lBlock) & a;\n        this._lBlock ^= c;\n        this._rBlock ^= c << b\n    }\n    var d = CryptoJS,\n    n = d.lib,\n    p = n.WordArray,\n    n = n.BlockCipher,\n    s = d.algo,\n    q = [57, 49, 41, 33, 25, 17, 9, 1, 58, 50, 42, 34, 26, 18, 10, 2, 59, 51, 43, 35, 27, 19, 11, 3, 60, 52, 44, 36, 63, 55, 47, 39, 31, 23, 15, 7, 62, 54, 46, 38, 30, 22, 14, 6, 61, 53, 45, 37, 29, 21, 13, 5, 28, 20, 12, 4],\n    w = [14, 17, 11, 24, 1, 5, 3, 28, 15, 6, 21, 10, 23, 19, 12, 4, 26, 8, 16, 7, 27, 20, 13, 2, 41, 52, 31, 37, 47, 55, 30, 40, 51, 45, 33, 48, 44, 49, 39, 56, 34, 53, 46, 42, 50, 36, 29, 32],\n    v = [1, 2, 4, 6, 8, 10, 12, 14, 15, 17, 19, 21, 23, 25, 27, 28],\n    b = [{\n        \"0\": 8421888,\n        268435456 : 32768,\n        536870912 : 8421378,\n        805306368 : 2,\n        1073741824 : 512,\n        1342177280 : 8421890,\n        1610612736 : 8389122,\n        1879048192 : 8388608,\n        2147483648 : 514,\n        2415919104 : 8389120,\n        2684354560 : 33280,\n        2952790016 : 8421376,\n        3221225472 : 32770,\n        3489660928 : 8388610,\n        3758096384 : 0,\n        4026531840 : 33282,\n        134217728 : 0,\n        402653184 : 8421890,\n        671088640 : 33282,\n        939524096 : 32768,\n        1207959552 : 8421888,\n        1476395008 : 512,\n        1744830464 : 8421378,\n        2013265920 : 2,\n        2281701376 : 8389120,\n        2550136832 : 33280,\n        2818572288 : 8421376,\n        3087007744 : 8389122,\n        3355443200 : 8388610,\n        3623878656 : 32770,\n        3892314112 : 514,\n        4160749568 : 8388608,\n        1 : 32768,\n        268435457 : 2,\n        536870913 : 8421888,\n        805306369 : 8388608,\n        1073741825 : 8421378,\n        1342177281 : 33280,\n        1610612737 : 512,\n        1879048193 : 8389122,\n        2147483649 : 8421890,\n        2415919105 : 8421376,\n        2684354561 : 8388610,\n        2952790017 : 33282,\n        3221225473 : 514,\n        3489660929 : 8389120,\n        3758096385 : 32770,\n        4026531841 : 0,\n        134217729 : 8421890,\n        402653185 : 8421376,\n        671088641 : 8388608,\n        939524097 : 512,\n        1207959553 : 32768,\n        1476395009 : 8388610,\n        1744830465 : 2,\n        2013265921 : 33282,\n        2281701377 : 32770,\n        2550136833 : 8389122,\n        2818572289 : 514,\n        3087007745 : 8421888,\n        3355443201 : 8389120,\n        3623878657 : 0,\n        3892314113 : 33280,\n        4160749569 : 8421378\n    },\n    {\n        \"0\": 1074282512,\n        16777216 : 16384,\n        33554432 : 524288,\n        50331648 : 1074266128,\n        67108864 : 1073741840,\n        83886080 : 1074282496,\n        100663296 : 1073758208,\n        117440512 : 16,\n        134217728 : 540672,\n        150994944 : 1073758224,\n        167772160 : 1073741824,\n        184549376 : 540688,\n        201326592 : 524304,\n        218103808 : 0,\n        234881024 : 16400,\n        251658240 : 1074266112,\n        8388608 : 1073758208,\n        25165824 : 540688,\n        41943040 : 16,\n        58720256 : 1073758224,\n        75497472 : 1074282512,\n        92274688 : 1073741824,\n        109051904 : 524288,\n        125829120 : 1074266128,\n        142606336 : 524304,\n        159383552 : 0,\n        176160768 : 16384,\n        192937984 : 1074266112,\n        209715200 : 1073741840,\n        226492416 : 540672,\n        243269632 : 1074282496,\n        260046848 : 16400,\n        268435456 : 0,\n        285212672 : 1074266128,\n        301989888 : 1073758224,\n        318767104 : 1074282496,\n        335544320 : 1074266112,\n        352321536 : 16,\n        369098752 : 540688,\n        385875968 : 16384,\n        402653184 : 16400,\n        419430400 : 524288,\n        436207616 : 524304,\n        452984832 : 1073741840,\n        469762048 : 540672,\n        486539264 : 1073758208,\n        503316480 : 1073741824,\n        520093696 : 1074282512,\n        276824064 : 540688,\n        293601280 : 524288,\n        310378496 : 1074266112,\n        327155712 : 16384,\n        343932928 : 1073758208,\n        360710144 : 1074282512,\n        377487360 : 16,\n        394264576 : 1073741824,\n        411041792 : 1074282496,\n        427819008 : 1073741840,\n        444596224 : 1073758224,\n        461373440 : 524304,\n        478150656 : 0,\n        494927872 : 16400,\n        511705088 : 1074266128,\n        528482304 : 540672\n    },\n    {\n        \"0\": 260,\n        1048576 : 0,\n        2097152 : 67109120,\n        3145728 : 65796,\n        4194304 : 65540,\n        5242880 : 67108868,\n        6291456 : 67174660,\n        7340032 : 67174400,\n        8388608 : 67108864,\n        9437184 : 67174656,\n        10485760 : 65792,\n        11534336 : 67174404,\n        12582912 : 67109124,\n        13631488 : 65536,\n        14680064 : 4,\n        15728640 : 256,\n        524288 : 67174656,\n        1572864 : 67174404,\n        2621440 : 0,\n        3670016 : 67109120,\n        4718592 : 67108868,\n        5767168 : 65536,\n        6815744 : 65540,\n        7864320 : 260,\n        8912896 : 4,\n        9961472 : 256,\n        11010048 : 67174400,\n        12058624 : 65796,\n        13107200 : 65792,\n        14155776 : 67109124,\n        15204352 : 67174660,\n        16252928 : 67108864,\n        16777216 : 67174656,\n        17825792 : 65540,\n        18874368 : 65536,\n        19922944 : 67109120,\n        20971520 : 256,\n        22020096 : 67174660,\n        23068672 : 67108868,\n        24117248 : 0,\n        25165824 : 67109124,\n        26214400 : 67108864,\n        27262976 : 4,\n        28311552 : 65792,\n        29360128 : 67174400,\n        30408704 : 260,\n        31457280 : 65796,\n        32505856 : 67174404,\n        17301504 : 67108864,\n        18350080 : 260,\n        19398656 : 67174656,\n        20447232 : 0,\n        21495808 : 65540,\n        22544384 : 67109120,\n        23592960 : 256,\n        24641536 : 67174404,\n        25690112 : 65536,\n        26738688 : 67174660,\n        27787264 : 65796,\n        28835840 : 67108868,\n        29884416 : 67109124,\n        30932992 : 67174400,\n        31981568 : 4,\n        33030144 : 65792\n    },\n    {\n        \"0\": 2151682048,\n        65536 : 2147487808,\n        131072 : 4198464,\n        196608 : 2151677952,\n        262144 : 0,\n        327680 : 4198400,\n        393216 : 2147483712,\n        458752 : 4194368,\n        524288 : 2147483648,\n        589824 : 4194304,\n        655360 : 64,\n        720896 : 2147487744,\n        786432 : 2151678016,\n        851968 : 4160,\n        917504 : 4096,\n        983040 : 2151682112,\n        32768 : 2147487808,\n        98304 : 64,\n        163840 : 2151678016,\n        229376 : 2147487744,\n        294912 : 4198400,\n        360448 : 2151682112,\n        425984 : 0,\n        491520 : 2151677952,\n        557056 : 4096,\n        622592 : 2151682048,\n        688128 : 4194304,\n        753664 : 4160,\n        819200 : 2147483648,\n        884736 : 4194368,\n        950272 : 4198464,\n        1015808 : 2147483712,\n        1048576 : 4194368,\n        1114112 : 4198400,\n        1179648 : 2147483712,\n        1245184 : 0,\n        1310720 : 4160,\n        1376256 : 2151678016,\n        1441792 : 2151682048,\n        1507328 : 2147487808,\n        1572864 : 2151682112,\n        1638400 : 2147483648,\n        1703936 : 2151677952,\n        1769472 : 4198464,\n        1835008 : 2147487744,\n        1900544 : 4194304,\n        1966080 : 64,\n        2031616 : 4096,\n        1081344 : 2151677952,\n        1146880 : 2151682112,\n        1212416 : 0,\n        1277952 : 4198400,\n        1343488 : 4194368,\n        1409024 : 2147483648,\n        1474560 : 2147487808,\n        1540096 : 64,\n        1605632 : 2147483712,\n        1671168 : 4096,\n        1736704 : 2147487744,\n        1802240 : 2151678016,\n        1867776 : 4160,\n        1933312 : 2151682048,\n        1998848 : 4194304,\n        2064384 : 4198464\n    },\n    {\n        \"0\": 128,\n        4096 : 17039360,\n        8192 : 262144,\n        12288 : 536870912,\n        16384 : 537133184,\n        20480 : 16777344,\n        24576 : 553648256,\n        28672 : 262272,\n        32768 : 16777216,\n        36864 : 537133056,\n        40960 : 536871040,\n        45056 : 553910400,\n        49152 : 553910272,\n        53248 : 0,\n        57344 : 17039488,\n        61440 : 553648128,\n        2048 : 17039488,\n        6144 : 553648256,\n        10240 : 128,\n        14336 : 17039360,\n        18432 : 262144,\n        22528 : 537133184,\n        26624 : 553910272,\n        30720 : 536870912,\n        34816 : 537133056,\n        38912 : 0,\n        43008 : 553910400,\n        47104 : 16777344,\n        51200 : 536871040,\n        55296 : 553648128,\n        59392 : 16777216,\n        63488 : 262272,\n        65536 : 262144,\n        69632 : 128,\n        73728 : 536870912,\n        77824 : 553648256,\n        81920 : 16777344,\n        86016 : 553910272,\n        90112 : 537133184,\n        94208 : 16777216,\n        98304 : 553910400,\n        102400 : 553648128,\n        106496 : 17039360,\n        110592 : 537133056,\n        114688 : 262272,\n        118784 : 536871040,\n        122880 : 0,\n        126976 : 17039488,\n        67584 : 553648256,\n        71680 : 16777216,\n        75776 : 17039360,\n        79872 : 537133184,\n        83968 : 536870912,\n        88064 : 17039488,\n        92160 : 128,\n        96256 : 553910272,\n        100352 : 262272,\n        104448 : 553910400,\n        108544 : 0,\n        112640 : 553648128,\n        116736 : 16777344,\n        120832 : 262144,\n        124928 : 537133056,\n        129024 : 536871040\n    },\n    {\n        \"0\": 268435464,\n        256 : 8192,\n        512 : 270532608,\n        768 : 270540808,\n        1024 : 268443648,\n        1280 : 2097152,\n        1536 : 2097160,\n        1792 : 268435456,\n        2048 : 0,\n        2304 : 268443656,\n        2560 : 2105344,\n        2816 : 8,\n        3072 : 270532616,\n        3328 : 2105352,\n        3584 : 8200,\n        3840 : 270540800,\n        128 : 270532608,\n        384 : 270540808,\n        640 : 8,\n        896 : 2097152,\n        1152 : 2105352,\n        1408 : 268435464,\n        1664 : 268443648,\n        1920 : 8200,\n        2176 : 2097160,\n        2432 : 8192,\n        2688 : 268443656,\n        2944 : 270532616,\n        3200 : 0,\n        3456 : 270540800,\n        3712 : 2105344,\n        3968 : 268435456,\n        4096 : 268443648,\n        4352 : 270532616,\n        4608 : 270540808,\n        4864 : 8200,\n        5120 : 2097152,\n        5376 : 268435456,\n        5632 : 268435464,\n        5888 : 2105344,\n        6144 : 2105352,\n        6400 : 0,\n        6656 : 8,\n        6912 : 270532608,\n        7168 : 8192,\n        7424 : 268443656,\n        7680 : 270540800,\n        7936 : 2097160,\n        4224 : 8,\n        4480 : 2105344,\n        4736 : 2097152,\n        4992 : 268435464,\n        5248 : 268443648,\n        5504 : 8200,\n        5760 : 270540808,\n        6016 : 270532608,\n        6272 : 270540800,\n        6528 : 270532616,\n        6784 : 8192,\n        7040 : 2105352,\n        7296 : 2097160,\n        7552 : 0,\n        7808 : 268435456,\n        8064 : 268443656\n    },\n    {\n        \"0\": 1048576,\n        16 : 33555457,\n        32 : 1024,\n        48 : 1049601,\n        64 : 34604033,\n        80 : 0,\n        96 : 1,\n        112 : 34603009,\n        128 : 33555456,\n        144 : 1048577,\n        160 : 33554433,\n        176 : 34604032,\n        192 : 34603008,\n        208 : 1025,\n        224 : 1049600,\n        240 : 33554432,\n        8 : 34603009,\n        24 : 0,\n        40 : 33555457,\n        56 : 34604032,\n        72 : 1048576,\n        88 : 33554433,\n        104 : 33554432,\n        120 : 1025,\n        136 : 1049601,\n        152 : 33555456,\n        168 : 34603008,\n        184 : 1048577,\n        200 : 1024,\n        216 : 34604033,\n        232 : 1,\n        248 : 1049600,\n        256 : 33554432,\n        272 : 1048576,\n        288 : 33555457,\n        304 : 34603009,\n        320 : 1048577,\n        336 : 33555456,\n        352 : 34604032,\n        368 : 1049601,\n        384 : 1025,\n        400 : 34604033,\n        416 : 1049600,\n        432 : 1,\n        448 : 0,\n        464 : 34603008,\n        480 : 33554433,\n        496 : 1024,\n        264 : 1049600,\n        280 : 33555457,\n        296 : 34603009,\n        312 : 1,\n        328 : 33554432,\n        344 : 1048576,\n        360 : 1025,\n        376 : 34604032,\n        392 : 33554433,\n        408 : 34603008,\n        424 : 0,\n        440 : 34604033,\n        456 : 1049601,\n        472 : 1024,\n        488 : 33555456,\n        504 : 1048577\n    },\n    {\n        \"0\": 134219808,\n        1 : 131072,\n        2 : 134217728,\n        3 : 32,\n        4 : 131104,\n        5 : 134350880,\n        6 : 134350848,\n        7 : 2048,\n        8 : 134348800,\n        9 : 134219776,\n        10 : 133120,\n        11 : 134348832,\n        12 : 2080,\n        13 : 0,\n        14 : 134217760,\n        15 : 133152,\n        2147483648 : 2048,\n        2147483649 : 134350880,\n        2147483650 : 134219808,\n        2147483651 : 134217728,\n        2147483652 : 134348800,\n        2147483653 : 133120,\n        2147483654 : 133152,\n        2147483655 : 32,\n        2147483656 : 134217760,\n        2147483657 : 2080,\n        2147483658 : 131104,\n        2147483659 : 134350848,\n        2147483660 : 0,\n        2147483661 : 134348832,\n        2147483662 : 134219776,\n        2147483663 : 131072,\n        16 : 133152,\n        17 : 134350848,\n        18 : 32,\n        19 : 2048,\n        20 : 134219776,\n        21 : 134217760,\n        22 : 134348832,\n        23 : 131072,\n        24 : 0,\n        25 : 131104,\n        26 : 134348800,\n        27 : 134219808,\n        28 : 134350880,\n        29 : 133120,\n        30 : 2080,\n        31 : 134217728,\n        2147483664 : 131072,\n        2147483665 : 2048,\n        2147483666 : 134348832,\n        2147483667 : 133152,\n        2147483668 : 32,\n        2147483669 : 134348800,\n        2147483670 : 134217728,\n        2147483671 : 134219808,\n        2147483672 : 134350880,\n        2147483673 : 134217760,\n        2147483674 : 134219776,\n        2147483675 : 0,\n        2147483676 : 133120,\n        2147483677 : 2080,\n        2147483678 : 131104,\n        2147483679 : 134350848\n    }],\n    x = [4160749569, 528482304, 33030144, 2064384, 129024, 8064, 504, 2147483679],\n    r = s.DES = n.extend({\n        _doReset: function() {\n            for (var b = this._key.words,\n            a = [], c = 0; 56 > c; c++) {\n                var d = q[c] - 1;\n                a[c] = b[d >>> 5] >>> 31 - d % 32 & 1\n            }\n            b = this._subKeys = [];\n            for (d = 0; 16 > d; d++) {\n                for (var f = b[d] = [], l = v[d], c = 0; 24 > c; c++) f[c / 6 | 0] |= a[(w[c] - 1 + l) % 28] << 31 - c % 6,\n                f[4 + (c / 6 | 0)] |= a[28 + (w[c + 24] - 1 + l) % 28] << 31 - c % 6;\n                f[0] = f[0] << 1 | f[0] >>> 31;\n                for (c = 1; 7 > c; c++) f[c] >>>= 4 * (c - 1) + 3;\n                f[7] = f[7] << 5 | f[7] >>> 27\n            }\n            a = this._invSubKeys = [];\n            for (c = 0; 16 > c; c++) a[c] = b[15 - c]\n        },\n        encryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._subKeys)\n        },\n        decryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._invSubKeys)\n        },\n        _doCryptBlock: function(e, a, c) {\n            this._lBlock = e[a];\n            this._rBlock = e[a + 1];\n            u.call(this, 4, 252645135);\n            u.call(this, 16, 65535);\n            l.call(this, 2, 858993459);\n            l.call(this, 8, 16711935);\n            u.call(this, 1, 1431655765);\n            for (var d = 0; 16 > d; d++) {\n                for (var f = c[d], n = this._lBlock, p = this._rBlock, q = 0, r = 0; 8 > r; r++) q |= b[r][((p ^ f[r]) & x[r]) >>> 0];\n                this._lBlock = p;\n                this._rBlock = n ^ q\n            }\n            c = this._lBlock;\n            this._lBlock = this._rBlock;\n            this._rBlock = c;\n            u.call(this, 1, 1431655765);\n            l.call(this, 8, 16711935);\n            l.call(this, 2, 858993459);\n            u.call(this, 16, 65535);\n            u.call(this, 4, 252645135);\n            e[a] = this._lBlock;\n            e[a + 1] = this._rBlock\n        },\n        keySize: 2,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.DES = n._createHelper(r);\n    s = s.TripleDES = n.extend({\n        _doReset: function() {\n            var b = this._key.words;\n            this._des1 = r.createEncryptor(p.create(b.slice(0, 2)));\n            this._des2 = r.createEncryptor(p.create(b.slice(2, 4)));\n            this._des3 = r.createEncryptor(p.create(b.slice(4, 6)))\n        },\n        encryptBlock: function(b, a) {\n            this._des1.encryptBlock(b, a);\n            this._des2.decryptBlock(b, a);\n            this._des3.encryptBlock(b, a)\n        },\n        decryptBlock: function(b, a) {\n            this._des3.decryptBlock(b, a);\n            this._des2.encryptBlock(b, a);\n            this._des1.decryptBlock(b, a)\n        },\n        keySize: 6,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.TripleDES = n._createHelper(s)\n})();\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\n/**\n * Electronic Codebook block mode.\n */\nCryptoJS.mode.ECB = (function() {\n    var ECB = CryptoJS.lib.BlockCipherMode.extend();\n\n    ECB.Encryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.encryptBlock(words, offset);\n        }\n    });\n\n    ECB.Decryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.decryptBlock(words, offset);\n        }\n    });\n\n    return ECB;\n} ());\n\nfunction encryptByDES(message, key) {\n    var keyHex = CryptoJS.enc.Utf8.parse(key);\n    var encrypted = CryptoJS.DES.encrypt(message, keyHex, {\n        mode: CryptoJS.mode.ECB,\n        padding: CryptoJS.pad.Pkcs7\n    });\n    return encrypted.toString()\n}\n//DES加密结束\nvar deskey = 'web@hzlq';\nvar userId='0';\nfunction getPostUrl(data,type) {\nvar url = 'http://m.ndlib.cn/nlc_read_home/service.do,';\nvar md5Key = 'library_2016@hzlq';\nvalue = {\n    siteId: 1,\n    data: encryptByDES(JSON.stringify(data), deskey),\n    userId: userId,\n    fromSource: 3,\n    osType: 5,\n    version: \"1.0.1\",\n    versionCode: 10001,\n    timeStamp: data.timeStamp,\n    hashCode: md5(data.timeStamp + md5Key)\n}\nvar option={\n\"method\":\"POST\",\n\"body\":'cmd='+type+'&value=' + encodeURIComponent(JSON.stringify(value))\n}\nreturn url + JSON.stringify(option);\n}\n\n//目录链接生成\nvar data = {\n    timeStamp:Date.now(),\n    resourceId:result,\n    pageSize:10000,\n    pageNum:1\n};\ngetPostUrl(data,'qryChapterList');",
      "coverUrl": "$.resourceInfo.coverUrl",
      "intro": "$.resourceInfo.shortIntro@js:java.put('intro',result);result.trim();",
      "kind": "$.resourceInfo.categoryName",
      "name": "$.resourceInfo.name"
    },
    "ruleToc": {
      "chapterList": "$.returnObject[0].children||$.returnObject@js:\n//账号信息定义（任选其一，方式二会覆盖方式一)\n//方式一：账号密码（每次搜索都会重新获取方式二中的数据，可能会导致账号问题）\nvar account='';\nvar pwd='';\n//方式二：成功登录后的cookie的值（再次登录或退出登录或超过一定时间（待确认）会失效）\nvar userId='';\nvar siteId='';\nvar wapToken='';\n//定义结束\n\n//以下代码不要动\n//md5加密开始\nvar rotateLeft = function(lValue, iShiftBits) {\n    return (lValue << iShiftBits) | (lValue >>> (32 - iShiftBits))\n}\nvar addUnsigned = function(lX, lY) {\n    var lX4, lY4, lX8, lY8, lResult;\n    lX8 = (lX & 0x80000000);\n    lY8 = (lY & 0x80000000);\n    lX4 = (lX & 0x40000000);\n    lY4 = (lY & 0x40000000);\n    lResult = (lX & 0x3FFFFFFF) + (lY & 0x3FFFFFFF);\n    if (lX4 & lY4) return (lResult ^ 0x80000000 ^ lX8 ^ lY8);\n    if (lX4 | lY4) {\n        if (lResult & 0x40000000) return (lResult ^ 0xC0000000 ^ lX8 ^ lY8);\n        else return (lResult ^ 0x40000000 ^ lX8 ^ lY8)\n    } else {\n        return (lResult ^ lX8 ^ lY8)\n    }\n}\nvar F = function(x, y, z) {\n    return (x & y) | ((~x) & z)\n}\nvar G = function(x, y, z) {\n    return (x & z) | (y & (~z))\n}\nvar H = function(x, y, z) {\n    return (x ^ y ^ z)\n}\nvar I = function(x, y, z) {\n    return (y ^ (x | (~z)))\n}\nvar FF = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(F(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar GG = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(G(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar HH = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(H(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar II = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(I(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar convertToWordArray = function(string) {\n    var lWordCount;\n    var lMessageLength = string.length;\n    var lNumberOfWordsTempOne = lMessageLength + 8;\n    var lNumberOfWordsTempTwo = (lNumberOfWordsTempOne - (lNumberOfWordsTempOne % 64)) / 64;\n    var lNumberOfWords = (lNumberOfWordsTempTwo + 1) * 16;\n    var lWordArray = Array(lNumberOfWords - 1);\n    var lBytePosition = 0;\n    var lByteCount = 0;\n    while (lByteCount < lMessageLength) {\n        lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n        lBytePosition = (lByteCount % 4) * 8;\n        lWordArray[lWordCount] = (lWordArray[lWordCount] | (string.charCodeAt(lByteCount) << lBytePosition));\n        lByteCount++\n    }\n    lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n    lBytePosition = (lByteCount % 4) * 8;\n    lWordArray[lWordCount] = lWordArray[lWordCount] | (0x80 << lBytePosition);\n    lWordArray[lNumberOfWords - 2] = lMessageLength << 3;\n    lWordArray[lNumberOfWords - 1] = lMessageLength >>> 29;\n    return lWordArray\n};\nvar wordToHex = function(lValue) {\n    var WordToHexValue = \"\",\n    WordToHexValueTemp = \"\",\n    lByte, lCount;\n    for (lCount = 0; lCount <= 3; lCount++) {\n        lByte = (lValue >>> (lCount * 8)) & 255;\n        WordToHexValueTemp = \"0\" + lByte.toString(16);\n        WordToHexValue = WordToHexValue + WordToHexValueTemp.substr(WordToHexValueTemp.length - 2, 2)\n    }\n    return WordToHexValue\n};\nvar uTF8Encode = function(string) {\n    string = string.replace(/\\x0d\\x0a/g, \"\\x0a\");\n    var output = \"\";\n    for (var n = 0; n < string.length; n++) {\n        var c = string.charCodeAt(n);\n        if (c < 128) {\n            output += String.fromCharCode(c)\n        } else if ((c > 127) && (c < 2048)) {\n            output += String.fromCharCode((c >> 6) | 192);\n            output += String.fromCharCode((c & 63) | 128)\n        } else {\n            output += String.fromCharCode((c >> 12) | 224);\n            output += String.fromCharCode(((c >> 6) & 63) | 128);\n            output += String.fromCharCode((c & 63) | 128)\n        }\n    }\n    return output;\n};\nfunction md5(string) {\n    var x = Array();\n    var k, AA, BB, CC, DD, a, b, c, d;\n    var S11 = 7,\n    S12 = 12,\n    S13 = 17,\n    S14 = 22;\n    var S21 = 5,\n    S22 = 9,\n    S23 = 14,\n    S24 = 20;\n    var S31 = 4,\n    S32 = 11,\n    S33 = 16,\n    S34 = 23;\n    var S41 = 6,\n    S42 = 10,\n    S43 = 15,\n    S44 = 21;\n    string = uTF8Encode(string);\n    x = convertToWordArray(string);\n    a = 0x67452301;\n    b = 0xEFCDAB89;\n    c = 0x98BADCFE;\n    d = 0x10325476;\n    for (k = 0; k < x.length; k += 16) {\n        AA = a;\n        BB = b;\n        CC = c;\n        DD = d;\n        a = FF(a, b, c, d, x[k + 0], S11, 0xD76AA478);\n        d = FF(d, a, b, c, x[k + 1], S12, 0xE8C7B756);\n        c = FF(c, d, a, b, x[k + 2], S13, 0x242070DB);\n        b = FF(b, c, d, a, x[k + 3], S14, 0xC1BDCEEE);\n        a = FF(a, b, c, d, x[k + 4], S11, 0xF57C0FAF);\n        d = FF(d, a, b, c, x[k + 5], S12, 0x4787C62A);\n        c = FF(c, d, a, b, x[k + 6], S13, 0xA8304613);\n        b = FF(b, c, d, a, x[k + 7], S14, 0xFD469501);\n        a = FF(a, b, c, d, x[k + 8], S11, 0x698098D8);\n        d = FF(d, a, b, c, x[k + 9], S12, 0x8B44F7AF);\n        c = FF(c, d, a, b, x[k + 10], S13, 0xFFFF5BB1);\n        b = FF(b, c, d, a, x[k + 11], S14, 0x895CD7BE);\n        a = FF(a, b, c, d, x[k + 12], S11, 0x6B901122);\n        d = FF(d, a, b, c, x[k + 13], S12, 0xFD987193);\n        c = FF(c, d, a, b, x[k + 14], S13, 0xA679438E);\n        b = FF(b, c, d, a, x[k + 15], S14, 0x49B40821);\n        a = GG(a, b, c, d, x[k + 1], S21, 0xF61E2562);\n        d = GG(d, a, b, c, x[k + 6], S22, 0xC040B340);\n        c = GG(c, d, a, b, x[k + 11], S23, 0x265E5A51);\n        b = GG(b, c, d, a, x[k + 0], S24, 0xE9B6C7AA);\n        a = GG(a, b, c, d, x[k + 5], S21, 0xD62F105D);\n        d = GG(d, a, b, c, x[k + 10], S22, 0x2441453);\n        c = GG(c, d, a, b, x[k + 15], S23, 0xD8A1E681);\n        b = GG(b, c, d, a, x[k + 4], S24, 0xE7D3FBC8);\n        a = GG(a, b, c, d, x[k + 9], S21, 0x21E1CDE6);\n        d = GG(d, a, b, c, x[k + 14], S22, 0xC33707D6);\n        c = GG(c, d, a, b, x[k + 3], S23, 0xF4D50D87);\n        b = GG(b, c, d, a, x[k + 8], S24, 0x455A14ED);\n        a = GG(a, b, c, d, x[k + 13], S21, 0xA9E3E905);\n        d = GG(d, a, b, c, x[k + 2], S22, 0xFCEFA3F8);\n        c = GG(c, d, a, b, x[k + 7], S23, 0x676F02D9);\n        b = GG(b, c, d, a, x[k + 12], S24, 0x8D2A4C8A);\n        a = HH(a, b, c, d, x[k + 5], S31, 0xFFFA3942);\n        d = HH(d, a, b, c, x[k + 8], S32, 0x8771F681);\n        c = HH(c, d, a, b, x[k + 11], S33, 0x6D9D6122);\n        b = HH(b, c, d, a, x[k + 14], S34, 0xFDE5380C);\n        a = HH(a, b, c, d, x[k + 1], S31, 0xA4BEEA44);\n        d = HH(d, a, b, c, x[k + 4], S32, 0x4BDECFA9);\n        c = HH(c, d, a, b, x[k + 7], S33, 0xF6BB4B60);\n        b = HH(b, c, d, a, x[k + 10], S34, 0xBEBFBC70);\n        a = HH(a, b, c, d, x[k + 13], S31, 0x289B7EC6);\n        d = HH(d, a, b, c, x[k + 0], S32, 0xEAA127FA);\n        c = HH(c, d, a, b, x[k + 3], S33, 0xD4EF3085);\n        b = HH(b, c, d, a, x[k + 6], S34, 0x4881D05);\n        a = HH(a, b, c, d, x[k + 9], S31, 0xD9D4D039);\n        d = HH(d, a, b, c, x[k + 12], S32, 0xE6DB99E5);\n        c = HH(c, d, a, b, x[k + 15], S33, 0x1FA27CF8);\n        b = HH(b, c, d, a, x[k + 2], S34, 0xC4AC5665);\n        a = II(a, b, c, d, x[k + 0], S41, 0xF4292244);\n        d = II(d, a, b, c, x[k + 7], S42, 0x432AFF97);\n        c = II(c, d, a, b, x[k + 14], S43, 0xAB9423A7);\n        b = II(b, c, d, a, x[k + 5], S44, 0xFC93A039);\n        a = II(a, b, c, d, x[k + 12], S41, 0x655B59C3);\n        d = II(d, a, b, c, x[k + 3], S42, 0x8F0CCC92);\n        c = II(c, d, a, b, x[k + 10], S43, 0xFFEFF47D);\n        b = II(b, c, d, a, x[k + 1], S44, 0x85845DD1);\n        a = II(a, b, c, d, x[k + 8], S41, 0x6FA87E4F);\n        d = II(d, a, b, c, x[k + 15], S42, 0xFE2CE6E0);\n        c = II(c, d, a, b, x[k + 6], S43, 0xA3014314);\n        b = II(b, c, d, a, x[k + 13], S44, 0x4E0811A1);\n        a = II(a, b, c, d, x[k + 4], S41, 0xF7537E82);\n        d = II(d, a, b, c, x[k + 11], S42, 0xBD3AF235);\n        c = II(c, d, a, b, x[k + 2], S43, 0x2AD7D2BB);\n        b = II(b, c, d, a, x[k + 9], S44, 0xEB86D391);\n        a = addUnsigned(a, AA);\n        b = addUnsigned(b, BB);\n        c = addUnsigned(c, CC);\n        d = addUnsigned(d, DD);\n    };\n    var tempValue = wordToHex(a) + wordToHex(b) + wordToHex(c) + wordToHex(d);\n    return tempValue.toLowerCase();\n}\n//md5加密结束\n//DES加密开始\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\nvar CryptoJS = CryptoJS ||\nfunction(u, l) {\n    var d = {},\n    n = d.lib = {},\n    p = function() {},\n    s = n.Base = {\n        extend: function(a) {\n            p.prototype = this;\n            var c = new p;\n            a && c.mixIn(a);\n            c.hasOwnProperty(\"init\") || (c.init = function() {\n                c.$super.init.apply(this, arguments)\n            });\n            c.init.prototype = c;\n            c.$super = this;\n            return c\n        },\n        create: function() {\n            var a = this.extend();\n            a.init.apply(a, arguments);\n            return a\n        },\n        init: function() {},\n        mixIn: function(a) {\n            for (var c in a) a.hasOwnProperty(c) && (this[c] = a[c]);\n            a.hasOwnProperty(\"toString\") && (this.toString = a.toString)\n        },\n        clone: function() {\n            return this.init.prototype.extend(this)\n        }\n    },\n    q = n.WordArray = s.extend({\n        init: function(a, c) {\n            a = this.words = a || [];\n            this.sigBytes = c != l ? c: 4 * a.length\n        },\n        toString: function(a) {\n            return (a || v).stringify(this)\n        },\n        concat: function(a) {\n            var c = this.words,\n            m = a.words,\n            f = this.sigBytes;\n            a = a.sigBytes;\n            this.clamp();\n            if (f % 4) for (var t = 0; t < a; t++) c[f + t >>> 2] |= (m[t >>> 2] >>> 24 - 8 * (t % 4) & 255) << 24 - 8 * ((f + t) % 4);\n            else if (65535 < m.length) for (t = 0; t < a; t += 4) c[f + t >>> 2] = m[t >>> 2];\n            else c.push.apply(c, m);\n            this.sigBytes += a;\n            return this\n        },\n        clamp: function() {\n            var a = this.words,\n            c = this.sigBytes;\n            a[c >>> 2] &= 4294967295 << 32 - 8 * (c % 4);\n            a.length = u.ceil(c / 4)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a.words = this.words.slice(0);\n            return a\n        },\n        random: function(a) {\n            for (var c = [], m = 0; m < a; m += 4) c.push(4294967296 * u.random() | 0);\n            return new q.init(c, a)\n        }\n    }),\n    w = d.enc = {},\n    v = w.Hex = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) {\n                var t = c[f >>> 2] >>> 24 - 8 * (f % 4) & 255;\n                m.push((t >>> 4).toString(16));\n                m.push((t & 15).toString(16))\n            }\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f += 2) m[f >>> 3] |= parseInt(a.substr(f, 2), 16) << 24 - 4 * (f % 8);\n            return new q.init(m, c / 2)\n        }\n    },\n    b = w.Latin1 = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) m.push(String.fromCharCode(c[f >>> 2] >>> 24 - 8 * (f % 4) & 255));\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f++) m[f >>> 2] |= (a.charCodeAt(f) & 255) << 24 - 8 * (f % 4);\n            return new q.init(m, c)\n        }\n    },\n    x = w.Utf8 = {\n        stringify: function(a) {\n            try {\n                return decodeURIComponent(escape(b.stringify(a)))\n            } catch(c) {\n                throw Error(\"Malformed UTF-8 data\");\n            }\n        },\n        parse: function(a) {\n            return b.parse(unescape(encodeURIComponent(a)))\n        }\n    },\n    r = n.BufferedBlockAlgorithm = s.extend({\n        reset: function() {\n            this._data = new q.init;\n            this._nDataBytes = 0\n        },\n        _append: function(a) {\n            \"string\" == typeof a && (a = x.parse(a));\n            this._data.concat(a);\n            this._nDataBytes += a.sigBytes\n        },\n        _process: function(a) {\n            var c = this._data,\n            m = c.words,\n            f = c.sigBytes,\n            t = this.blockSize,\n            b = f / (4 * t),\n            b = a ? u.ceil(b) : u.max((b | 0) - this._minBufferSize, 0);\n            a = b * t;\n            f = u.min(4 * a, f);\n            if (a) {\n                for (var e = 0; e < a; e += t) this._doProcessBlock(m, e);\n                e = m.splice(0, a);\n                c.sigBytes -= f\n            }\n            return new q.init(e, f)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a._data = this._data.clone();\n            return a\n        },\n        _minBufferSize: 0\n    });\n    n.Hasher = r.extend({\n        cfg: s.extend(),\n        init: function(a) {\n            this.cfg = this.cfg.extend(a);\n            this.reset()\n        },\n        reset: function() {\n            r.reset.call(this);\n            this._doReset()\n        },\n        update: function(a) {\n            this._append(a);\n            this._process();\n            return this\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        blockSize: 16,\n        _createHelper: function(a) {\n            return function(c, m) {\n                return (new a.init(m)).finalize(c)\n            }\n        },\n        _createHmacHelper: function(a) {\n            return function(c, m) {\n                return (new e.HMAC.init(a, m)).finalize(c)\n            }\n        }\n    });\n    var e = d.algo = {};\n    return d\n} (Math); (function() {\n    var u = CryptoJS,\n    l = u.lib.WordArray;\n    u.enc.Base64 = {\n        stringify: function(d) {\n            var n = d.words,\n            l = d.sigBytes,\n            s = this._map;\n            d.clamp();\n            d = [];\n            for (var q = 0; q < l; q += 3) for (var w = (n[q >>> 2] >>> 24 - 8 * (q % 4) & 255) << 16 | (n[q + 1 >>> 2] >>> 24 - 8 * ((q + 1) % 4) & 255) << 8 | n[q + 2 >>> 2] >>> 24 - 8 * ((q + 2) % 4) & 255, v = 0; 4 > v && q + 0.75 * v < l; v++) d.push(s.charAt(w >>> 6 * (3 - v) & 63));\n            if (n = s.charAt(64)) for (; d.length % 4;) d.push(n);\n            return d.join(\"\")\n        },\n        parse: function(d) {\n            var n = d.length,\n            p = this._map,\n            s = p.charAt(64);\n            s && (s = d.indexOf(s), -1 != s && (n = s));\n            for (var s = [], q = 0, w = 0; w < n; w++) if (w % 4) {\n                var v = p.indexOf(d.charAt(w - 1)) << 2 * (w % 4),\n                b = p.indexOf(d.charAt(w)) >>> 6 - 2 * (w % 4);\n                s[q >>> 2] |= (v | b) << 24 - 8 * (q % 4);\n                q++\n            }\n            return l.create(s, q)\n        },\n        _map: \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\"\n    }\n})(); (function(u) {\n    function l(b, e, a, c, m, f, t) {\n        b = b + (e & a | ~e & c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function d(b, e, a, c, m, f, t) {\n        b = b + (e & c | a & ~c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function n(b, e, a, c, m, f, t) {\n        b = b + (e ^ a ^ c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function p(b, e, a, c, m, f, t) {\n        b = b + (a ^ (e | ~c)) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    for (var s = CryptoJS,\n    q = s.lib,\n    w = q.WordArray,\n    v = q.Hasher,\n    q = s.algo,\n    b = [], x = 0; 64 > x; x++) b[x] = 4294967296 * u.abs(u.sin(x + 1)) | 0;\n    q = q.MD5 = v.extend({\n        _doReset: function() {\n            this._hash = new w.init([1732584193, 4023233417, 2562383102, 271733878])\n        },\n        _doProcessBlock: function(r, e) {\n            for (var a = 0; 16 > a; a++) {\n                var c = e + a,\n                m = r[c];\n                r[c] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360\n            }\n            var a = this._hash.words,\n            c = r[e + 0],\n            m = r[e + 1],\n            f = r[e + 2],\n            t = r[e + 3],\n            y = r[e + 4],\n            q = r[e + 5],\n            s = r[e + 6],\n            w = r[e + 7],\n            v = r[e + 8],\n            u = r[e + 9],\n            x = r[e + 10],\n            z = r[e + 11],\n            A = r[e + 12],\n            B = r[e + 13],\n            C = r[e + 14],\n            D = r[e + 15],\n            g = a[0],\n            h = a[1],\n            j = a[2],\n            k = a[3],\n            g = l(g, h, j, k, c, 7, b[0]),\n            k = l(k, g, h, j, m, 12, b[1]),\n            j = l(j, k, g, h, f, 17, b[2]),\n            h = l(h, j, k, g, t, 22, b[3]),\n            g = l(g, h, j, k, y, 7, b[4]),\n            k = l(k, g, h, j, q, 12, b[5]),\n            j = l(j, k, g, h, s, 17, b[6]),\n            h = l(h, j, k, g, w, 22, b[7]),\n            g = l(g, h, j, k, v, 7, b[8]),\n            k = l(k, g, h, j, u, 12, b[9]),\n            j = l(j, k, g, h, x, 17, b[10]),\n            h = l(h, j, k, g, z, 22, b[11]),\n            g = l(g, h, j, k, A, 7, b[12]),\n            k = l(k, g, h, j, B, 12, b[13]),\n            j = l(j, k, g, h, C, 17, b[14]),\n            h = l(h, j, k, g, D, 22, b[15]),\n            g = d(g, h, j, k, m, 5, b[16]),\n            k = d(k, g, h, j, s, 9, b[17]),\n            j = d(j, k, g, h, z, 14, b[18]),\n            h = d(h, j, k, g, c, 20, b[19]),\n            g = d(g, h, j, k, q, 5, b[20]),\n            k = d(k, g, h, j, x, 9, b[21]),\n            j = d(j, k, g, h, D, 14, b[22]),\n            h = d(h, j, k, g, y, 20, b[23]),\n            g = d(g, h, j, k, u, 5, b[24]),\n            k = d(k, g, h, j, C, 9, b[25]),\n            j = d(j, k, g, h, t, 14, b[26]),\n            h = d(h, j, k, g, v, 20, b[27]),\n            g = d(g, h, j, k, B, 5, b[28]),\n            k = d(k, g, h, j, f, 9, b[29]),\n            j = d(j, k, g, h, w, 14, b[30]),\n            h = d(h, j, k, g, A, 20, b[31]),\n            g = n(g, h, j, k, q, 4, b[32]),\n            k = n(k, g, h, j, v, 11, b[33]),\n            j = n(j, k, g, h, z, 16, b[34]),\n            h = n(h, j, k, g, C, 23, b[35]),\n            g = n(g, h, j, k, m, 4, b[36]),\n            k = n(k, g, h, j, y, 11, b[37]),\n            j = n(j, k, g, h, w, 16, b[38]),\n            h = n(h, j, k, g, x, 23, b[39]),\n            g = n(g, h, j, k, B, 4, b[40]),\n            k = n(k, g, h, j, c, 11, b[41]),\n            j = n(j, k, g, h, t, 16, b[42]),\n            h = n(h, j, k, g, s, 23, b[43]),\n            g = n(g, h, j, k, u, 4, b[44]),\n            k = n(k, g, h, j, A, 11, b[45]),\n            j = n(j, k, g, h, D, 16, b[46]),\n            h = n(h, j, k, g, f, 23, b[47]),\n            g = p(g, h, j, k, c, 6, b[48]),\n            k = p(k, g, h, j, w, 10, b[49]),\n            j = p(j, k, g, h, C, 15, b[50]),\n            h = p(h, j, k, g, q, 21, b[51]),\n            g = p(g, h, j, k, A, 6, b[52]),\n            k = p(k, g, h, j, t, 10, b[53]),\n            j = p(j, k, g, h, x, 15, b[54]),\n            h = p(h, j, k, g, m, 21, b[55]),\n            g = p(g, h, j, k, v, 6, b[56]),\n            k = p(k, g, h, j, D, 10, b[57]),\n            j = p(j, k, g, h, s, 15, b[58]),\n            h = p(h, j, k, g, B, 21, b[59]),\n            g = p(g, h, j, k, y, 6, b[60]),\n            k = p(k, g, h, j, z, 10, b[61]),\n            j = p(j, k, g, h, f, 15, b[62]),\n            h = p(h, j, k, g, u, 21, b[63]);\n            a[0] = a[0] + g | 0;\n            a[1] = a[1] + h | 0;\n            a[2] = a[2] + j | 0;\n            a[3] = a[3] + k | 0\n        },\n        _doFinalize: function() {\n            var b = this._data,\n            e = b.words,\n            a = 8 * this._nDataBytes,\n            c = 8 * b.sigBytes;\n            e[c >>> 5] |= 128 << 24 - c % 32;\n            var m = u.floor(a / 4294967296);\n            e[(c + 64 >>> 9 << 4) + 15] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360;\n            e[(c + 64 >>> 9 << 4) + 14] = (a << 8 | a >>> 24) & 16711935 | (a << 24 | a >>> 8) & 4278255360;\n            b.sigBytes = 4 * (e.length + 1);\n            this._process();\n            b = this._hash;\n            e = b.words;\n            for (a = 0; 4 > a; a++) c = e[a],\n            e[a] = (c << 8 | c >>> 24) & 16711935 | (c << 24 | c >>> 8) & 4278255360;\n            return b\n        },\n        clone: function() {\n            var b = v.clone.call(this);\n            b._hash = this._hash.clone();\n            return b\n        }\n    });\n    s.MD5 = v._createHelper(q);\n    s.HmacMD5 = v._createHmacHelper(q)\n})(Math); (function() {\n    var u = CryptoJS,\n    l = u.lib,\n    d = l.Base,\n    n = l.WordArray,\n    l = u.algo,\n    p = l.EvpKDF = d.extend({\n        cfg: d.extend({\n            keySize: 4,\n            hasher: l.MD5,\n            iterations: 1\n        }),\n        init: function(d) {\n            this.cfg = this.cfg.extend(d)\n        },\n        compute: function(d, l) {\n            for (var p = this.cfg,\n            v = p.hasher.create(), b = n.create(), u = b.words, r = p.keySize, p = p.iterations; u.length < r;) {\n                e && v.update(e);\n                var e = v.update(d).finalize(l);\n                v.reset();\n                for (var a = 1; a < p; a++) e = v.finalize(e),\n                v.reset();\n                b.concat(e)\n            }\n            b.sigBytes = 4 * r;\n            return b\n        }\n    });\n    u.EvpKDF = function(d, l, n) {\n        return p.create(n).compute(d, l)\n    }\n})();\nCryptoJS.lib.Cipher ||\nfunction(u) {\n    var l = CryptoJS,\n    d = l.lib,\n    n = d.Base,\n    p = d.WordArray,\n    s = d.BufferedBlockAlgorithm,\n    q = l.enc.Base64,\n    w = l.algo.EvpKDF,\n    v = d.Cipher = s.extend({\n        cfg: n.extend(),\n        createEncryptor: function(m, a) {\n            return this.create(this._ENC_XFORM_MODE, m, a)\n        },\n        createDecryptor: function(m, a) {\n            return this.create(this._DEC_XFORM_MODE, m, a)\n        },\n        init: function(m, a, b) {\n            this.cfg = this.cfg.extend(b);\n            this._xformMode = m;\n            this._key = a;\n            this.reset()\n        },\n        reset: function() {\n            s.reset.call(this);\n            this._doReset()\n        },\n        process: function(a) {\n            this._append(a);\n            return this._process()\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        keySize: 4,\n        ivSize: 4,\n        _ENC_XFORM_MODE: 1,\n        _DEC_XFORM_MODE: 2,\n        _createHelper: function(m) {\n            return {\n                encrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).encrypt(m, f, b, e)\n                },\n                decrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).decrypt(m, f, b, e)\n                }\n            }\n        }\n    });\n    d.StreamCipher = v.extend({\n        _doFinalize: function() {\n            return this._process(!0)\n        },\n        blockSize: 1\n    });\n    var b = l.mode = {},\n    x = function(a, f, b) {\n        var c = this._iv;\n        c ? this._iv = u: c = this._prevBlock;\n        for (var e = 0; e < b; e++) a[f + e] ^= c[e]\n    },\n    r = (d.BlockCipherMode = n.extend({\n        createEncryptor: function(a, f) {\n            return this.Encryptor.create(a, f)\n        },\n        createDecryptor: function(a, f) {\n            return this.Decryptor.create(a, f)\n        },\n        init: function(a, f) {\n            this._cipher = a;\n            this._iv = f\n        }\n    })).extend();\n    r.Encryptor = r.extend({\n        processBlock: function(a, f) {\n            var b = this._cipher,\n            c = b.blockSize;\n            x.call(this, a, f, c);\n            b.encryptBlock(a, f);\n            this._prevBlock = a.slice(f, f + c)\n        }\n    });\n    r.Decryptor = r.extend({\n        processBlock: function(a, b) {\n            var c = this._cipher,\n            e = c.blockSize,\n            d = a.slice(b, b + e);\n            c.decryptBlock(a, b);\n            x.call(this, a, b, e);\n            this._prevBlock = d\n        }\n    });\n    b = b.CBC = r;\n    r = (l.pad = {}).Pkcs7 = {\n        pad: function(a, b) {\n            for (var c = 4 * b,\n            c = c - a.sigBytes % c,\n            e = c << 24 | c << 16 | c << 8 | c,\n            d = [], l = 0; l < c; l += 4) d.push(e);\n            c = p.create(d, c);\n            a.concat(c)\n        },\n        unpad: function(a) {\n            a.sigBytes -= a.words[a.sigBytes - 1 >>> 2] & 255\n        }\n    };\n    d.BlockCipher = v.extend({\n        cfg: v.cfg.extend({\n            mode: b,\n            padding: r\n        }),\n        reset: function() {\n            v.reset.call(this);\n            var a = this.cfg,\n            c = a.iv,\n            a = a.mode;\n            if (this._xformMode == this._ENC_XFORM_MODE) var b = a.createEncryptor;\n            else b = a.createDecryptor,\n            this._minBufferSize = 1;\n            this._mode = b.call(a, this, c && c.words)\n        },\n        _doProcessBlock: function(a, c) {\n            this._mode.processBlock(a, c)\n        },\n        _doFinalize: function() {\n            var a = this.cfg.padding;\n            if (this._xformMode == this._ENC_XFORM_MODE) {\n                a.pad(this._data, this.blockSize);\n                var c = this._process(!0)\n            } else c = this._process(!0),\n            a.unpad(c);\n            return c\n        },\n        blockSize: 4\n    });\n    var e = d.CipherParams = n.extend({\n        init: function(a) {\n            this.mixIn(a)\n        },\n        toString: function(a) {\n            return (a || this.formatter).stringify(this)\n        }\n    }),\n    b = (l.format = {}).OpenSSL = {\n        stringify: function(a) {\n            var c = a.ciphertext;\n            a = a.salt;\n            return (a ? p.create([1398893684, 1701076831]).concat(a).concat(c) : c).toString(q)\n        },\n        parse: function(a) {\n            a = q.parse(a);\n            var c = a.words;\n            if (1398893684 == c[0] && 1701076831 == c[1]) {\n                var b = p.create(c.slice(2, 4));\n                c.splice(0, 4);\n                a.sigBytes -= 16\n            }\n            return e.create({\n                ciphertext: a,\n                salt: b\n            })\n        }\n    },\n    a = d.SerializableCipher = n.extend({\n        cfg: n.extend({\n            format: b\n        }),\n        encrypt: function(a, c, b, d) {\n            d = this.cfg.extend(d);\n            var l = a.createEncryptor(b, d);\n            c = l.finalize(c);\n            l = l.cfg;\n            return e.create({\n                ciphertext: c,\n                key: b,\n                iv: l.iv,\n                algorithm: a,\n                mode: l.mode,\n                padding: l.padding,\n                blockSize: a.blockSize,\n                formatter: d.format\n            })\n        },\n        decrypt: function(a, c, b, e) {\n            e = this.cfg.extend(e);\n            c = this._parse(c, e.format);\n            return a.createDecryptor(b, e).finalize(c.ciphertext)\n        },\n        _parse: function(a, c) {\n            return \"string\" == typeof a ? c.parse(a, this) : a\n        }\n    }),\n    l = (l.kdf = {}).OpenSSL = {\n        execute: function(a, c, b, d) {\n            d || (d = p.random(8));\n            a = w.create({\n                keySize: c + b\n            }).compute(a, d);\n            b = p.create(a.words.slice(c), 4 * b);\n            a.sigBytes = 4 * c;\n            return e.create({\n                key: a,\n                iv: b,\n                salt: d\n            })\n        }\n    },\n    c = d.PasswordBasedCipher = a.extend({\n        cfg: a.cfg.extend({\n            kdf: l\n        }),\n        encrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            e = d.kdf.execute(e, c.keySize, c.ivSize);\n            d.iv = e.iv;\n            c = a.encrypt.call(this, c, b, e.key, d);\n            c.mixIn(e);\n            return c\n        },\n        decrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            b = this._parse(b, d.format);\n            e = d.kdf.execute(e, c.keySize, c.ivSize, b.salt);\n            d.iv = e.iv;\n            return a.decrypt.call(this, c, b, e.key, d)\n        }\n    })\n} (); (function() {\n    function u(b, a) {\n        var c = (this._lBlock >>> b ^ this._rBlock) & a;\n        this._rBlock ^= c;\n        this._lBlock ^= c << b\n    }\n    function l(b, a) {\n        var c = (this._rBlock >>> b ^ this._lBlock) & a;\n        this._lBlock ^= c;\n        this._rBlock ^= c << b\n    }\n    var d = CryptoJS,\n    n = d.lib,\n    p = n.WordArray,\n    n = n.BlockCipher,\n    s = d.algo,\n    q = [57, 49, 41, 33, 25, 17, 9, 1, 58, 50, 42, 34, 26, 18, 10, 2, 59, 51, 43, 35, 27, 19, 11, 3, 60, 52, 44, 36, 63, 55, 47, 39, 31, 23, 15, 7, 62, 54, 46, 38, 30, 22, 14, 6, 61, 53, 45, 37, 29, 21, 13, 5, 28, 20, 12, 4],\n    w = [14, 17, 11, 24, 1, 5, 3, 28, 15, 6, 21, 10, 23, 19, 12, 4, 26, 8, 16, 7, 27, 20, 13, 2, 41, 52, 31, 37, 47, 55, 30, 40, 51, 45, 33, 48, 44, 49, 39, 56, 34, 53, 46, 42, 50, 36, 29, 32],\n    v = [1, 2, 4, 6, 8, 10, 12, 14, 15, 17, 19, 21, 23, 25, 27, 28],\n    b = [{\n        \"0\": 8421888,\n        268435456 : 32768,\n        536870912 : 8421378,\n        805306368 : 2,\n        1073741824 : 512,\n        1342177280 : 8421890,\n        1610612736 : 8389122,\n        1879048192 : 8388608,\n        2147483648 : 514,\n        2415919104 : 8389120,\n        2684354560 : 33280,\n        2952790016 : 8421376,\n        3221225472 : 32770,\n        3489660928 : 8388610,\n        3758096384 : 0,\n        4026531840 : 33282,\n        134217728 : 0,\n        402653184 : 8421890,\n        671088640 : 33282,\n        939524096 : 32768,\n        1207959552 : 8421888,\n        1476395008 : 512,\n        1744830464 : 8421378,\n        2013265920 : 2,\n        2281701376 : 8389120,\n        2550136832 : 33280,\n        2818572288 : 8421376,\n        3087007744 : 8389122,\n        3355443200 : 8388610,\n        3623878656 : 32770,\n        3892314112 : 514,\n        4160749568 : 8388608,\n        1 : 32768,\n        268435457 : 2,\n        536870913 : 8421888,\n        805306369 : 8388608,\n        1073741825 : 8421378,\n        1342177281 : 33280,\n        1610612737 : 512,\n        1879048193 : 8389122,\n        2147483649 : 8421890,\n        2415919105 : 8421376,\n        2684354561 : 8388610,\n        2952790017 : 33282,\n        3221225473 : 514,\n        3489660929 : 8389120,\n        3758096385 : 32770,\n        4026531841 : 0,\n        134217729 : 8421890,\n        402653185 : 8421376,\n        671088641 : 8388608,\n        939524097 : 512,\n        1207959553 : 32768,\n        1476395009 : 8388610,\n        1744830465 : 2,\n        2013265921 : 33282,\n        2281701377 : 32770,\n        2550136833 : 8389122,\n        2818572289 : 514,\n        3087007745 : 8421888,\n        3355443201 : 8389120,\n        3623878657 : 0,\n        3892314113 : 33280,\n        4160749569 : 8421378\n    },\n    {\n        \"0\": 1074282512,\n        16777216 : 16384,\n        33554432 : 524288,\n        50331648 : 1074266128,\n        67108864 : 1073741840,\n        83886080 : 1074282496,\n        100663296 : 1073758208,\n        117440512 : 16,\n        134217728 : 540672,\n        150994944 : 1073758224,\n        167772160 : 1073741824,\n        184549376 : 540688,\n        201326592 : 524304,\n        218103808 : 0,\n        234881024 : 16400,\n        251658240 : 1074266112,\n        8388608 : 1073758208,\n        25165824 : 540688,\n        41943040 : 16,\n        58720256 : 1073758224,\n        75497472 : 1074282512,\n        92274688 : 1073741824,\n        109051904 : 524288,\n        125829120 : 1074266128,\n        142606336 : 524304,\n        159383552 : 0,\n        176160768 : 16384,\n        192937984 : 1074266112,\n        209715200 : 1073741840,\n        226492416 : 540672,\n        243269632 : 1074282496,\n        260046848 : 16400,\n        268435456 : 0,\n        285212672 : 1074266128,\n        301989888 : 1073758224,\n        318767104 : 1074282496,\n        335544320 : 1074266112,\n        352321536 : 16,\n        369098752 : 540688,\n        385875968 : 16384,\n        402653184 : 16400,\n        419430400 : 524288,\n        436207616 : 524304,\n        452984832 : 1073741840,\n        469762048 : 540672,\n        486539264 : 1073758208,\n        503316480 : 1073741824,\n        520093696 : 1074282512,\n        276824064 : 540688,\n        293601280 : 524288,\n        310378496 : 1074266112,\n        327155712 : 16384,\n        343932928 : 1073758208,\n        360710144 : 1074282512,\n        377487360 : 16,\n        394264576 : 1073741824,\n        411041792 : 1074282496,\n        427819008 : 1073741840,\n        444596224 : 1073758224,\n        461373440 : 524304,\n        478150656 : 0,\n        494927872 : 16400,\n        511705088 : 1074266128,\n        528482304 : 540672\n    },\n    {\n        \"0\": 260,\n        1048576 : 0,\n        2097152 : 67109120,\n        3145728 : 65796,\n        4194304 : 65540,\n        5242880 : 67108868,\n        6291456 : 67174660,\n        7340032 : 67174400,\n        8388608 : 67108864,\n        9437184 : 67174656,\n        10485760 : 65792,\n        11534336 : 67174404,\n        12582912 : 67109124,\n        13631488 : 65536,\n        14680064 : 4,\n        15728640 : 256,\n        524288 : 67174656,\n        1572864 : 67174404,\n        2621440 : 0,\n        3670016 : 67109120,\n        4718592 : 67108868,\n        5767168 : 65536,\n        6815744 : 65540,\n        7864320 : 260,\n        8912896 : 4,\n        9961472 : 256,\n        11010048 : 67174400,\n        12058624 : 65796,\n        13107200 : 65792,\n        14155776 : 67109124,\n        15204352 : 67174660,\n        16252928 : 67108864,\n        16777216 : 67174656,\n        17825792 : 65540,\n        18874368 : 65536,\n        19922944 : 67109120,\n        20971520 : 256,\n        22020096 : 67174660,\n        23068672 : 67108868,\n        24117248 : 0,\n        25165824 : 67109124,\n        26214400 : 67108864,\n        27262976 : 4,\n        28311552 : 65792,\n        29360128 : 67174400,\n        30408704 : 260,\n        31457280 : 65796,\n        32505856 : 67174404,\n        17301504 : 67108864,\n        18350080 : 260,\n        19398656 : 67174656,\n        20447232 : 0,\n        21495808 : 65540,\n        22544384 : 67109120,\n        23592960 : 256,\n        24641536 : 67174404,\n        25690112 : 65536,\n        26738688 : 67174660,\n        27787264 : 65796,\n        28835840 : 67108868,\n        29884416 : 67109124,\n        30932992 : 67174400,\n        31981568 : 4,\n        33030144 : 65792\n    },\n    {\n        \"0\": 2151682048,\n        65536 : 2147487808,\n        131072 : 4198464,\n        196608 : 2151677952,\n        262144 : 0,\n        327680 : 4198400,\n        393216 : 2147483712,\n        458752 : 4194368,\n        524288 : 2147483648,\n        589824 : 4194304,\n        655360 : 64,\n        720896 : 2147487744,\n        786432 : 2151678016,\n        851968 : 4160,\n        917504 : 4096,\n        983040 : 2151682112,\n        32768 : 2147487808,\n        98304 : 64,\n        163840 : 2151678016,\n        229376 : 2147487744,\n        294912 : 4198400,\n        360448 : 2151682112,\n        425984 : 0,\n        491520 : 2151677952,\n        557056 : 4096,\n        622592 : 2151682048,\n        688128 : 4194304,\n        753664 : 4160,\n        819200 : 2147483648,\n        884736 : 4194368,\n        950272 : 4198464,\n        1015808 : 2147483712,\n        1048576 : 4194368,\n        1114112 : 4198400,\n        1179648 : 2147483712,\n        1245184 : 0,\n        1310720 : 4160,\n        1376256 : 2151678016,\n        1441792 : 2151682048,\n        1507328 : 2147487808,\n        1572864 : 2151682112,\n        1638400 : 2147483648,\n        1703936 : 2151677952,\n        1769472 : 4198464,\n        1835008 : 2147487744,\n        1900544 : 4194304,\n        1966080 : 64,\n        2031616 : 4096,\n        1081344 : 2151677952,\n        1146880 : 2151682112,\n        1212416 : 0,\n        1277952 : 4198400,\n        1343488 : 4194368,\n        1409024 : 2147483648,\n        1474560 : 2147487808,\n        1540096 : 64,\n        1605632 : 2147483712,\n        1671168 : 4096,\n        1736704 : 2147487744,\n        1802240 : 2151678016,\n        1867776 : 4160,\n        1933312 : 2151682048,\n        1998848 : 4194304,\n        2064384 : 4198464\n    },\n    {\n        \"0\": 128,\n        4096 : 17039360,\n        8192 : 262144,\n        12288 : 536870912,\n        16384 : 537133184,\n        20480 : 16777344,\n        24576 : 553648256,\n        28672 : 262272,\n        32768 : 16777216,\n        36864 : 537133056,\n        40960 : 536871040,\n        45056 : 553910400,\n        49152 : 553910272,\n        53248 : 0,\n        57344 : 17039488,\n        61440 : 553648128,\n        2048 : 17039488,\n        6144 : 553648256,\n        10240 : 128,\n        14336 : 17039360,\n        18432 : 262144,\n        22528 : 537133184,\n        26624 : 553910272,\n        30720 : 536870912,\n        34816 : 537133056,\n        38912 : 0,\n        43008 : 553910400,\n        47104 : 16777344,\n        51200 : 536871040,\n        55296 : 553648128,\n        59392 : 16777216,\n        63488 : 262272,\n        65536 : 262144,\n        69632 : 128,\n        73728 : 536870912,\n        77824 : 553648256,\n        81920 : 16777344,\n        86016 : 553910272,\n        90112 : 537133184,\n        94208 : 16777216,\n        98304 : 553910400,\n        102400 : 553648128,\n        106496 : 17039360,\n        110592 : 537133056,\n        114688 : 262272,\n        118784 : 536871040,\n        122880 : 0,\n        126976 : 17039488,\n        67584 : 553648256,\n        71680 : 16777216,\n        75776 : 17039360,\n        79872 : 537133184,\n        83968 : 536870912,\n        88064 : 17039488,\n        92160 : 128,\n        96256 : 553910272,\n        100352 : 262272,\n        104448 : 553910400,\n        108544 : 0,\n        112640 : 553648128,\n        116736 : 16777344,\n        120832 : 262144,\n        124928 : 537133056,\n        129024 : 536871040\n    },\n    {\n        \"0\": 268435464,\n        256 : 8192,\n        512 : 270532608,\n        768 : 270540808,\n        1024 : 268443648,\n        1280 : 2097152,\n        1536 : 2097160,\n        1792 : 268435456,\n        2048 : 0,\n        2304 : 268443656,\n        2560 : 2105344,\n        2816 : 8,\n        3072 : 270532616,\n        3328 : 2105352,\n        3584 : 8200,\n        3840 : 270540800,\n        128 : 270532608,\n        384 : 270540808,\n        640 : 8,\n        896 : 2097152,\n        1152 : 2105352,\n        1408 : 268435464,\n        1664 : 268443648,\n        1920 : 8200,\n        2176 : 2097160,\n        2432 : 8192,\n        2688 : 268443656,\n        2944 : 270532616,\n        3200 : 0,\n        3456 : 270540800,\n        3712 : 2105344,\n        3968 : 268435456,\n        4096 : 268443648,\n        4352 : 270532616,\n        4608 : 270540808,\n        4864 : 8200,\n        5120 : 2097152,\n        5376 : 268435456,\n        5632 : 268435464,\n        5888 : 2105344,\n        6144 : 2105352,\n        6400 : 0,\n        6656 : 8,\n        6912 : 270532608,\n        7168 : 8192,\n        7424 : 268443656,\n        7680 : 270540800,\n        7936 : 2097160,\n        4224 : 8,\n        4480 : 2105344,\n        4736 : 2097152,\n        4992 : 268435464,\n        5248 : 268443648,\n        5504 : 8200,\n        5760 : 270540808,\n        6016 : 270532608,\n        6272 : 270540800,\n        6528 : 270532616,\n        6784 : 8192,\n        7040 : 2105352,\n        7296 : 2097160,\n        7552 : 0,\n        7808 : 268435456,\n        8064 : 268443656\n    },\n    {\n        \"0\": 1048576,\n        16 : 33555457,\n        32 : 1024,\n        48 : 1049601,\n        64 : 34604033,\n        80 : 0,\n        96 : 1,\n        112 : 34603009,\n        128 : 33555456,\n        144 : 1048577,\n        160 : 33554433,\n        176 : 34604032,\n        192 : 34603008,\n        208 : 1025,\n        224 : 1049600,\n        240 : 33554432,\n        8 : 34603009,\n        24 : 0,\n        40 : 33555457,\n        56 : 34604032,\n        72 : 1048576,\n        88 : 33554433,\n        104 : 33554432,\n        120 : 1025,\n        136 : 1049601,\n        152 : 33555456,\n        168 : 34603008,\n        184 : 1048577,\n        200 : 1024,\n        216 : 34604033,\n        232 : 1,\n        248 : 1049600,\n        256 : 33554432,\n        272 : 1048576,\n        288 : 33555457,\n        304 : 34603009,\n        320 : 1048577,\n        336 : 33555456,\n        352 : 34604032,\n        368 : 1049601,\n        384 : 1025,\n        400 : 34604033,\n        416 : 1049600,\n        432 : 1,\n        448 : 0,\n        464 : 34603008,\n        480 : 33554433,\n        496 : 1024,\n        264 : 1049600,\n        280 : 33555457,\n        296 : 34603009,\n        312 : 1,\n        328 : 33554432,\n        344 : 1048576,\n        360 : 1025,\n        376 : 34604032,\n        392 : 33554433,\n        408 : 34603008,\n        424 : 0,\n        440 : 34604033,\n        456 : 1049601,\n        472 : 1024,\n        488 : 33555456,\n        504 : 1048577\n    },\n    {\n        \"0\": 134219808,\n        1 : 131072,\n        2 : 134217728,\n        3 : 32,\n        4 : 131104,\n        5 : 134350880,\n        6 : 134350848,\n        7 : 2048,\n        8 : 134348800,\n        9 : 134219776,\n        10 : 133120,\n        11 : 134348832,\n        12 : 2080,\n        13 : 0,\n        14 : 134217760,\n        15 : 133152,\n        2147483648 : 2048,\n        2147483649 : 134350880,\n        2147483650 : 134219808,\n        2147483651 : 134217728,\n        2147483652 : 134348800,\n        2147483653 : 133120,\n        2147483654 : 133152,\n        2147483655 : 32,\n        2147483656 : 134217760,\n        2147483657 : 2080,\n        2147483658 : 131104,\n        2147483659 : 134350848,\n        2147483660 : 0,\n        2147483661 : 134348832,\n        2147483662 : 134219776,\n        2147483663 : 131072,\n        16 : 133152,\n        17 : 134350848,\n        18 : 32,\n        19 : 2048,\n        20 : 134219776,\n        21 : 134217760,\n        22 : 134348832,\n        23 : 131072,\n        24 : 0,\n        25 : 131104,\n        26 : 134348800,\n        27 : 134219808,\n        28 : 134350880,\n        29 : 133120,\n        30 : 2080,\n        31 : 134217728,\n        2147483664 : 131072,\n        2147483665 : 2048,\n        2147483666 : 134348832,\n        2147483667 : 133152,\n        2147483668 : 32,\n        2147483669 : 134348800,\n        2147483670 : 134217728,\n        2147483671 : 134219808,\n        2147483672 : 134350880,\n        2147483673 : 134217760,\n        2147483674 : 134219776,\n        2147483675 : 0,\n        2147483676 : 133120,\n        2147483677 : 2080,\n        2147483678 : 131104,\n        2147483679 : 134350848\n    }],\n    x = [4160749569, 528482304, 33030144, 2064384, 129024, 8064, 504, 2147483679],\n    r = s.DES = n.extend({\n        _doReset: function() {\n            for (var b = this._key.words,\n            a = [], c = 0; 56 > c; c++) {\n                var d = q[c] - 1;\n                a[c] = b[d >>> 5] >>> 31 - d % 32 & 1\n            }\n            b = this._subKeys = [];\n            for (d = 0; 16 > d; d++) {\n                for (var f = b[d] = [], l = v[d], c = 0; 24 > c; c++) f[c / 6 | 0] |= a[(w[c] - 1 + l) % 28] << 31 - c % 6,\n                f[4 + (c / 6 | 0)] |= a[28 + (w[c + 24] - 1 + l) % 28] << 31 - c % 6;\n                f[0] = f[0] << 1 | f[0] >>> 31;\n                for (c = 1; 7 > c; c++) f[c] >>>= 4 * (c - 1) + 3;\n                f[7] = f[7] << 5 | f[7] >>> 27\n            }\n            a = this._invSubKeys = [];\n            for (c = 0; 16 > c; c++) a[c] = b[15 - c]\n        },\n        encryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._subKeys)\n        },\n        decryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._invSubKeys)\n        },\n        _doCryptBlock: function(e, a, c) {\n            this._lBlock = e[a];\n            this._rBlock = e[a + 1];\n            u.call(this, 4, 252645135);\n            u.call(this, 16, 65535);\n            l.call(this, 2, 858993459);\n            l.call(this, 8, 16711935);\n            u.call(this, 1, 1431655765);\n            for (var d = 0; 16 > d; d++) {\n                for (var f = c[d], n = this._lBlock, p = this._rBlock, q = 0, r = 0; 8 > r; r++) q |= b[r][((p ^ f[r]) & x[r]) >>> 0];\n                this._lBlock = p;\n                this._rBlock = n ^ q\n            }\n            c = this._lBlock;\n            this._lBlock = this._rBlock;\n            this._rBlock = c;\n            u.call(this, 1, 1431655765);\n            l.call(this, 8, 16711935);\n            l.call(this, 2, 858993459);\n            u.call(this, 16, 65535);\n            u.call(this, 4, 252645135);\n            e[a] = this._lBlock;\n            e[a + 1] = this._rBlock\n        },\n        keySize: 2,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.DES = n._createHelper(r);\n    s = s.TripleDES = n.extend({\n        _doReset: function() {\n            var b = this._key.words;\n            this._des1 = r.createEncryptor(p.create(b.slice(0, 2)));\n            this._des2 = r.createEncryptor(p.create(b.slice(2, 4)));\n            this._des3 = r.createEncryptor(p.create(b.slice(4, 6)))\n        },\n        encryptBlock: function(b, a) {\n            this._des1.encryptBlock(b, a);\n            this._des2.decryptBlock(b, a);\n            this._des3.encryptBlock(b, a)\n        },\n        decryptBlock: function(b, a) {\n            this._des3.decryptBlock(b, a);\n            this._des2.encryptBlock(b, a);\n            this._des1.decryptBlock(b, a)\n        },\n        keySize: 6,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.TripleDES = n._createHelper(s)\n})();\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\n/**\n * Electronic Codebook block mode.\n */\nCryptoJS.mode.ECB = (function() {\n    var ECB = CryptoJS.lib.BlockCipherMode.extend();\n\n    ECB.Encryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.encryptBlock(words, offset);\n        }\n    });\n\n    ECB.Decryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.decryptBlock(words, offset);\n        }\n    });\n\n    return ECB;\n} ());\n\nfunction encryptByDES(message, key) {\n    var keyHex = CryptoJS.enc.Utf8.parse(key);\n    var encrypted = CryptoJS.DES.encrypt(message, keyHex, {\n        mode: CryptoJS.mode.ECB,\n        padding: CryptoJS.pad.Pkcs7\n    });\n    return encrypted.toString()\n}\n//DES加密结束\nvar userId=userId||'0';\nvar deskey = wapToken||'web@hzlq';\nvar siteId=siteId||'1';\nfunction getPostUrl(data,type) {\nvar url = 'http://m.ndlib.cn/nlc_read_home/service.do,';\nvar md5Key = 'library_2016@hzlq';\nvalue = {\n    siteId: siteId,\n    data: encryptByDES(JSON.stringify(data), deskey),\n    userId: userId,\n    fromSource: 3,\n    osType: 5,\n    version: \"1.0.1\",\n    versionCode: 10001,\n    timeStamp: data.timeStamp,\n    hashCode: md5(data.timeStamp + md5Key)\n}\nvar option={\n\"method\":\"POST\",\n\"body\":'cmd='+type+'&value=' + encodeURIComponent(JSON.stringify(value))\n}\nreturn url + JSON.stringify(option);\n}\n\n//获取登录信息\nif((account&&pwd&&(!wapToken))){\nvar loginInfo={\ntimeStamp:Date.now(),\naccount:account,\npwd:pwd\n}\nvar loginInfoUrl=getPostUrl(loginInfo,'login');\nvar ddd=String(java.ajax(loginInfoUrl));\nvar loginData=JSON.parse(ddd).returnObject;\nuserId=loginData.userId;\nsiteId=loginData.siteId;\ndeskey=loginData.wapToken;\n}\njava.put('userId',userId);\njava.put('deskey',deskey);\njava.put('siteId',siteId);\nresult",
      "chapterName": "$.chapterName",
      "chapterUrl": "$.chapterId@js:\n//md5加密开始\nvar rotateLeft = function(lValue, iShiftBits) {\n    return (lValue << iShiftBits) | (lValue >>> (32 - iShiftBits))\n}\nvar addUnsigned = function(lX, lY) {\n    var lX4, lY4, lX8, lY8, lResult;\n    lX8 = (lX & 0x80000000);\n    lY8 = (lY & 0x80000000);\n    lX4 = (lX & 0x40000000);\n    lY4 = (lY & 0x40000000);\n    lResult = (lX & 0x3FFFFFFF) + (lY & 0x3FFFFFFF);\n    if (lX4 & lY4) return (lResult ^ 0x80000000 ^ lX8 ^ lY8);\n    if (lX4 | lY4) {\n        if (lResult & 0x40000000) return (lResult ^ 0xC0000000 ^ lX8 ^ lY8);\n        else return (lResult ^ 0x40000000 ^ lX8 ^ lY8)\n    } else {\n        return (lResult ^ lX8 ^ lY8)\n    }\n}\nvar F = function(x, y, z) {\n    return (x & y) | ((~x) & z)\n}\nvar G = function(x, y, z) {\n    return (x & z) | (y & (~z))\n}\nvar H = function(x, y, z) {\n    return (x ^ y ^ z)\n}\nvar I = function(x, y, z) {\n    return (y ^ (x | (~z)))\n}\nvar FF = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(F(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar GG = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(G(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar HH = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(H(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar II = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(I(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar convertToWordArray = function(string) {\n    var lWordCount;\n    var lMessageLength = string.length;\n    var lNumberOfWordsTempOne = lMessageLength + 8;\n    var lNumberOfWordsTempTwo = (lNumberOfWordsTempOne - (lNumberOfWordsTempOne % 64)) / 64;\n    var lNumberOfWords = (lNumberOfWordsTempTwo + 1) * 16;\n    var lWordArray = Array(lNumberOfWords - 1);\n    var lBytePosition = 0;\n    var lByteCount = 0;\n    while (lByteCount < lMessageLength) {\n        lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n        lBytePosition = (lByteCount % 4) * 8;\n        lWordArray[lWordCount] = (lWordArray[lWordCount] | (string.charCodeAt(lByteCount) << lBytePosition));\n        lByteCount++\n    }\n    lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n    lBytePosition = (lByteCount % 4) * 8;\n    lWordArray[lWordCount] = lWordArray[lWordCount] | (0x80 << lBytePosition);\n    lWordArray[lNumberOfWords - 2] = lMessageLength << 3;\n    lWordArray[lNumberOfWords - 1] = lMessageLength >>> 29;\n    return lWordArray\n};\nvar wordToHex = function(lValue) {\n    var WordToHexValue = \"\",\n    WordToHexValueTemp = \"\",\n    lByte, lCount;\n    for (lCount = 0; lCount <= 3; lCount++) {\n        lByte = (lValue >>> (lCount * 8)) & 255;\n        WordToHexValueTemp = \"0\" + lByte.toString(16);\n        WordToHexValue = WordToHexValue + WordToHexValueTemp.substr(WordToHexValueTemp.length - 2, 2)\n    }\n    return WordToHexValue\n};\nvar uTF8Encode = function(string) {\n    string = string.replace(/\\x0d\\x0a/g, \"\\x0a\");\n    var output = \"\";\n    for (var n = 0; n < string.length; n++) {\n        var c = string.charCodeAt(n);\n        if (c < 128) {\n            output += String.fromCharCode(c)\n        } else if ((c > 127) && (c < 2048)) {\n            output += String.fromCharCode((c >> 6) | 192);\n            output += String.fromCharCode((c & 63) | 128)\n        } else {\n            output += String.fromCharCode((c >> 12) | 224);\n            output += String.fromCharCode(((c >> 6) & 63) | 128);\n            output += String.fromCharCode((c & 63) | 128)\n        }\n    }\n    return output;\n};\nfunction md5(string) {\n    var x = Array();\n    var k, AA, BB, CC, DD, a, b, c, d;\n    var S11 = 7,\n    S12 = 12,\n    S13 = 17,\n    S14 = 22;\n    var S21 = 5,\n    S22 = 9,\n    S23 = 14,\n    S24 = 20;\n    var S31 = 4,\n    S32 = 11,\n    S33 = 16,\n    S34 = 23;\n    var S41 = 6,\n    S42 = 10,\n    S43 = 15,\n    S44 = 21;\n    string = uTF8Encode(string);\n    x = convertToWordArray(string);\n    a = 0x67452301;\n    b = 0xEFCDAB89;\n    c = 0x98BADCFE;\n    d = 0x10325476;\n    for (k = 0; k < x.length; k += 16) {\n        AA = a;\n        BB = b;\n        CC = c;\n        DD = d;\n        a = FF(a, b, c, d, x[k + 0], S11, 0xD76AA478);\n        d = FF(d, a, b, c, x[k + 1], S12, 0xE8C7B756);\n        c = FF(c, d, a, b, x[k + 2], S13, 0x242070DB);\n        b = FF(b, c, d, a, x[k + 3], S14, 0xC1BDCEEE);\n        a = FF(a, b, c, d, x[k + 4], S11, 0xF57C0FAF);\n        d = FF(d, a, b, c, x[k + 5], S12, 0x4787C62A);\n        c = FF(c, d, a, b, x[k + 6], S13, 0xA8304613);\n        b = FF(b, c, d, a, x[k + 7], S14, 0xFD469501);\n        a = FF(a, b, c, d, x[k + 8], S11, 0x698098D8);\n        d = FF(d, a, b, c, x[k + 9], S12, 0x8B44F7AF);\n        c = FF(c, d, a, b, x[k + 10], S13, 0xFFFF5BB1);\n        b = FF(b, c, d, a, x[k + 11], S14, 0x895CD7BE);\n        a = FF(a, b, c, d, x[k + 12], S11, 0x6B901122);\n        d = FF(d, a, b, c, x[k + 13], S12, 0xFD987193);\n        c = FF(c, d, a, b, x[k + 14], S13, 0xA679438E);\n        b = FF(b, c, d, a, x[k + 15], S14, 0x49B40821);\n        a = GG(a, b, c, d, x[k + 1], S21, 0xF61E2562);\n        d = GG(d, a, b, c, x[k + 6], S22, 0xC040B340);\n        c = GG(c, d, a, b, x[k + 11], S23, 0x265E5A51);\n        b = GG(b, c, d, a, x[k + 0], S24, 0xE9B6C7AA);\n        a = GG(a, b, c, d, x[k + 5], S21, 0xD62F105D);\n        d = GG(d, a, b, c, x[k + 10], S22, 0x2441453);\n        c = GG(c, d, a, b, x[k + 15], S23, 0xD8A1E681);\n        b = GG(b, c, d, a, x[k + 4], S24, 0xE7D3FBC8);\n        a = GG(a, b, c, d, x[k + 9], S21, 0x21E1CDE6);\n        d = GG(d, a, b, c, x[k + 14], S22, 0xC33707D6);\n        c = GG(c, d, a, b, x[k + 3], S23, 0xF4D50D87);\n        b = GG(b, c, d, a, x[k + 8], S24, 0x455A14ED);\n        a = GG(a, b, c, d, x[k + 13], S21, 0xA9E3E905);\n        d = GG(d, a, b, c, x[k + 2], S22, 0xFCEFA3F8);\n        c = GG(c, d, a, b, x[k + 7], S23, 0x676F02D9);\n        b = GG(b, c, d, a, x[k + 12], S24, 0x8D2A4C8A);\n        a = HH(a, b, c, d, x[k + 5], S31, 0xFFFA3942);\n        d = HH(d, a, b, c, x[k + 8], S32, 0x8771F681);\n        c = HH(c, d, a, b, x[k + 11], S33, 0x6D9D6122);\n        b = HH(b, c, d, a, x[k + 14], S34, 0xFDE5380C);\n        a = HH(a, b, c, d, x[k + 1], S31, 0xA4BEEA44);\n        d = HH(d, a, b, c, x[k + 4], S32, 0x4BDECFA9);\n        c = HH(c, d, a, b, x[k + 7], S33, 0xF6BB4B60);\n        b = HH(b, c, d, a, x[k + 10], S34, 0xBEBFBC70);\n        a = HH(a, b, c, d, x[k + 13], S31, 0x289B7EC6);\n        d = HH(d, a, b, c, x[k + 0], S32, 0xEAA127FA);\n        c = HH(c, d, a, b, x[k + 3], S33, 0xD4EF3085);\n        b = HH(b, c, d, a, x[k + 6], S34, 0x4881D05);\n        a = HH(a, b, c, d, x[k + 9], S31, 0xD9D4D039);\n        d = HH(d, a, b, c, x[k + 12], S32, 0xE6DB99E5);\n        c = HH(c, d, a, b, x[k + 15], S33, 0x1FA27CF8);\n        b = HH(b, c, d, a, x[k + 2], S34, 0xC4AC5665);\n        a = II(a, b, c, d, x[k + 0], S41, 0xF4292244);\n        d = II(d, a, b, c, x[k + 7], S42, 0x432AFF97);\n        c = II(c, d, a, b, x[k + 14], S43, 0xAB9423A7);\n        b = II(b, c, d, a, x[k + 5], S44, 0xFC93A039);\n        a = II(a, b, c, d, x[k + 12], S41, 0x655B59C3);\n        d = II(d, a, b, c, x[k + 3], S42, 0x8F0CCC92);\n        c = II(c, d, a, b, x[k + 10], S43, 0xFFEFF47D);\n        b = II(b, c, d, a, x[k + 1], S44, 0x85845DD1);\n        a = II(a, b, c, d, x[k + 8], S41, 0x6FA87E4F);\n        d = II(d, a, b, c, x[k + 15], S42, 0xFE2CE6E0);\n        c = II(c, d, a, b, x[k + 6], S43, 0xA3014314);\n        b = II(b, c, d, a, x[k + 13], S44, 0x4E0811A1);\n        a = II(a, b, c, d, x[k + 4], S41, 0xF7537E82);\n        d = II(d, a, b, c, x[k + 11], S42, 0xBD3AF235);\n        c = II(c, d, a, b, x[k + 2], S43, 0x2AD7D2BB);\n        b = II(b, c, d, a, x[k + 9], S44, 0xEB86D391);\n        a = addUnsigned(a, AA);\n        b = addUnsigned(b, BB);\n        c = addUnsigned(c, CC);\n        d = addUnsigned(d, DD);\n    };\n    var tempValue = wordToHex(a) + wordToHex(b) + wordToHex(c) + wordToHex(d);\n    return tempValue.toLowerCase();\n}\n//md5加密结束\n//DES加密开始\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\nvar CryptoJS = CryptoJS ||\nfunction(u, l) {\n    var d = {},\n    n = d.lib = {},\n    p = function() {},\n    s = n.Base = {\n        extend: function(a) {\n            p.prototype = this;\n            var c = new p;\n            a && c.mixIn(a);\n            c.hasOwnProperty(\"init\") || (c.init = function() {\n                c.$super.init.apply(this, arguments)\n            });\n            c.init.prototype = c;\n            c.$super = this;\n            return c\n        },\n        create: function() {\n            var a = this.extend();\n            a.init.apply(a, arguments);\n            return a\n        },\n        init: function() {},\n        mixIn: function(a) {\n            for (var c in a) a.hasOwnProperty(c) && (this[c] = a[c]);\n            a.hasOwnProperty(\"toString\") && (this.toString = a.toString)\n        },\n        clone: function() {\n            return this.init.prototype.extend(this)\n        }\n    },\n    q = n.WordArray = s.extend({\n        init: function(a, c) {\n            a = this.words = a || [];\n            this.sigBytes = c != l ? c: 4 * a.length\n        },\n        toString: function(a) {\n            return (a || v).stringify(this)\n        },\n        concat: function(a) {\n            var c = this.words,\n            m = a.words,\n            f = this.sigBytes;\n            a = a.sigBytes;\n            this.clamp();\n            if (f % 4) for (var t = 0; t < a; t++) c[f + t >>> 2] |= (m[t >>> 2] >>> 24 - 8 * (t % 4) & 255) << 24 - 8 * ((f + t) % 4);\n            else if (65535 < m.length) for (t = 0; t < a; t += 4) c[f + t >>> 2] = m[t >>> 2];\n            else c.push.apply(c, m);\n            this.sigBytes += a;\n            return this\n        },\n        clamp: function() {\n            var a = this.words,\n            c = this.sigBytes;\n            a[c >>> 2] &= 4294967295 << 32 - 8 * (c % 4);\n            a.length = u.ceil(c / 4)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a.words = this.words.slice(0);\n            return a\n        },\n        random: function(a) {\n            for (var c = [], m = 0; m < a; m += 4) c.push(4294967296 * u.random() | 0);\n            return new q.init(c, a)\n        }\n    }),\n    w = d.enc = {},\n    v = w.Hex = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) {\n                var t = c[f >>> 2] >>> 24 - 8 * (f % 4) & 255;\n                m.push((t >>> 4).toString(16));\n                m.push((t & 15).toString(16))\n            }\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f += 2) m[f >>> 3] |= parseInt(a.substr(f, 2), 16) << 24 - 4 * (f % 8);\n            return new q.init(m, c / 2)\n        }\n    },\n    b = w.Latin1 = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) m.push(String.fromCharCode(c[f >>> 2] >>> 24 - 8 * (f % 4) & 255));\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f++) m[f >>> 2] |= (a.charCodeAt(f) & 255) << 24 - 8 * (f % 4);\n            return new q.init(m, c)\n        }\n    },\n    x = w.Utf8 = {\n        stringify: function(a) {\n            try {\n                return decodeURIComponent(escape(b.stringify(a)))\n            } catch(c) {\n                throw Error(\"Malformed UTF-8 data\");\n            }\n        },\n        parse: function(a) {\n            return b.parse(unescape(encodeURIComponent(a)))\n        }\n    },\n    r = n.BufferedBlockAlgorithm = s.extend({\n        reset: function() {\n            this._data = new q.init;\n            this._nDataBytes = 0\n        },\n        _append: function(a) {\n            \"string\" == typeof a && (a = x.parse(a));\n            this._data.concat(a);\n            this._nDataBytes += a.sigBytes\n        },\n        _process: function(a) {\n            var c = this._data,\n            m = c.words,\n            f = c.sigBytes,\n            t = this.blockSize,\n            b = f / (4 * t),\n            b = a ? u.ceil(b) : u.max((b | 0) - this._minBufferSize, 0);\n            a = b * t;\n            f = u.min(4 * a, f);\n            if (a) {\n                for (var e = 0; e < a; e += t) this._doProcessBlock(m, e);\n                e = m.splice(0, a);\n                c.sigBytes -= f\n            }\n            return new q.init(e, f)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a._data = this._data.clone();\n            return a\n        },\n        _minBufferSize: 0\n    });\n    n.Hasher = r.extend({\n        cfg: s.extend(),\n        init: function(a) {\n            this.cfg = this.cfg.extend(a);\n            this.reset()\n        },\n        reset: function() {\n            r.reset.call(this);\n            this._doReset()\n        },\n        update: function(a) {\n            this._append(a);\n            this._process();\n            return this\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        blockSize: 16,\n        _createHelper: function(a) {\n            return function(c, m) {\n                return (new a.init(m)).finalize(c)\n            }\n        },\n        _createHmacHelper: function(a) {\n            return function(c, m) {\n                return (new e.HMAC.init(a, m)).finalize(c)\n            }\n        }\n    });\n    var e = d.algo = {};\n    return d\n} (Math); (function() {\n    var u = CryptoJS,\n    l = u.lib.WordArray;\n    u.enc.Base64 = {\n        stringify: function(d) {\n            var n = d.words,\n            l = d.sigBytes,\n            s = this._map;\n            d.clamp();\n            d = [];\n            for (var q = 0; q < l; q += 3) for (var w = (n[q >>> 2] >>> 24 - 8 * (q % 4) & 255) << 16 | (n[q + 1 >>> 2] >>> 24 - 8 * ((q + 1) % 4) & 255) << 8 | n[q + 2 >>> 2] >>> 24 - 8 * ((q + 2) % 4) & 255, v = 0; 4 > v && q + 0.75 * v < l; v++) d.push(s.charAt(w >>> 6 * (3 - v) & 63));\n            if (n = s.charAt(64)) for (; d.length % 4;) d.push(n);\n            return d.join(\"\")\n        },\n        parse: function(d) {\n            var n = d.length,\n            p = this._map,\n            s = p.charAt(64);\n            s && (s = d.indexOf(s), -1 != s && (n = s));\n            for (var s = [], q = 0, w = 0; w < n; w++) if (w % 4) {\n                var v = p.indexOf(d.charAt(w - 1)) << 2 * (w % 4),\n                b = p.indexOf(d.charAt(w)) >>> 6 - 2 * (w % 4);\n                s[q >>> 2] |= (v | b) << 24 - 8 * (q % 4);\n                q++\n            }\n            return l.create(s, q)\n        },\n        _map: \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\"\n    }\n})(); (function(u) {\n    function l(b, e, a, c, m, f, t) {\n        b = b + (e & a | ~e & c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function d(b, e, a, c, m, f, t) {\n        b = b + (e & c | a & ~c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function n(b, e, a, c, m, f, t) {\n        b = b + (e ^ a ^ c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function p(b, e, a, c, m, f, t) {\n        b = b + (a ^ (e | ~c)) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    for (var s = CryptoJS,\n    q = s.lib,\n    w = q.WordArray,\n    v = q.Hasher,\n    q = s.algo,\n    b = [], x = 0; 64 > x; x++) b[x] = 4294967296 * u.abs(u.sin(x + 1)) | 0;\n    q = q.MD5 = v.extend({\n        _doReset: function() {\n            this._hash = new w.init([1732584193, 4023233417, 2562383102, 271733878])\n        },\n        _doProcessBlock: function(r, e) {\n            for (var a = 0; 16 > a; a++) {\n                var c = e + a,\n                m = r[c];\n                r[c] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360\n            }\n            var a = this._hash.words,\n            c = r[e + 0],\n            m = r[e + 1],\n            f = r[e + 2],\n            t = r[e + 3],\n            y = r[e + 4],\n            q = r[e + 5],\n            s = r[e + 6],\n            w = r[e + 7],\n            v = r[e + 8],\n            u = r[e + 9],\n            x = r[e + 10],\n            z = r[e + 11],\n            A = r[e + 12],\n            B = r[e + 13],\n            C = r[e + 14],\n            D = r[e + 15],\n            g = a[0],\n            h = a[1],\n            j = a[2],\n            k = a[3],\n            g = l(g, h, j, k, c, 7, b[0]),\n            k = l(k, g, h, j, m, 12, b[1]),\n            j = l(j, k, g, h, f, 17, b[2]),\n            h = l(h, j, k, g, t, 22, b[3]),\n            g = l(g, h, j, k, y, 7, b[4]),\n            k = l(k, g, h, j, q, 12, b[5]),\n            j = l(j, k, g, h, s, 17, b[6]),\n            h = l(h, j, k, g, w, 22, b[7]),\n            g = l(g, h, j, k, v, 7, b[8]),\n            k = l(k, g, h, j, u, 12, b[9]),\n            j = l(j, k, g, h, x, 17, b[10]),\n            h = l(h, j, k, g, z, 22, b[11]),\n            g = l(g, h, j, k, A, 7, b[12]),\n            k = l(k, g, h, j, B, 12, b[13]),\n            j = l(j, k, g, h, C, 17, b[14]),\n            h = l(h, j, k, g, D, 22, b[15]),\n            g = d(g, h, j, k, m, 5, b[16]),\n            k = d(k, g, h, j, s, 9, b[17]),\n            j = d(j, k, g, h, z, 14, b[18]),\n            h = d(h, j, k, g, c, 20, b[19]),\n            g = d(g, h, j, k, q, 5, b[20]),\n            k = d(k, g, h, j, x, 9, b[21]),\n            j = d(j, k, g, h, D, 14, b[22]),\n            h = d(h, j, k, g, y, 20, b[23]),\n            g = d(g, h, j, k, u, 5, b[24]),\n            k = d(k, g, h, j, C, 9, b[25]),\n            j = d(j, k, g, h, t, 14, b[26]),\n            h = d(h, j, k, g, v, 20, b[27]),\n            g = d(g, h, j, k, B, 5, b[28]),\n            k = d(k, g, h, j, f, 9, b[29]),\n            j = d(j, k, g, h, w, 14, b[30]),\n            h = d(h, j, k, g, A, 20, b[31]),\n            g = n(g, h, j, k, q, 4, b[32]),\n            k = n(k, g, h, j, v, 11, b[33]),\n            j = n(j, k, g, h, z, 16, b[34]),\n            h = n(h, j, k, g, C, 23, b[35]),\n            g = n(g, h, j, k, m, 4, b[36]),\n            k = n(k, g, h, j, y, 11, b[37]),\n            j = n(j, k, g, h, w, 16, b[38]),\n            h = n(h, j, k, g, x, 23, b[39]),\n            g = n(g, h, j, k, B, 4, b[40]),\n            k = n(k, g, h, j, c, 11, b[41]),\n            j = n(j, k, g, h, t, 16, b[42]),\n            h = n(h, j, k, g, s, 23, b[43]),\n            g = n(g, h, j, k, u, 4, b[44]),\n            k = n(k, g, h, j, A, 11, b[45]),\n            j = n(j, k, g, h, D, 16, b[46]),\n            h = n(h, j, k, g, f, 23, b[47]),\n            g = p(g, h, j, k, c, 6, b[48]),\n            k = p(k, g, h, j, w, 10, b[49]),\n            j = p(j, k, g, h, C, 15, b[50]),\n            h = p(h, j, k, g, q, 21, b[51]),\n            g = p(g, h, j, k, A, 6, b[52]),\n            k = p(k, g, h, j, t, 10, b[53]),\n            j = p(j, k, g, h, x, 15, b[54]),\n            h = p(h, j, k, g, m, 21, b[55]),\n            g = p(g, h, j, k, v, 6, b[56]),\n            k = p(k, g, h, j, D, 10, b[57]),\n            j = p(j, k, g, h, s, 15, b[58]),\n            h = p(h, j, k, g, B, 21, b[59]),\n            g = p(g, h, j, k, y, 6, b[60]),\n            k = p(k, g, h, j, z, 10, b[61]),\n            j = p(j, k, g, h, f, 15, b[62]),\n            h = p(h, j, k, g, u, 21, b[63]);\n            a[0] = a[0] + g | 0;\n            a[1] = a[1] + h | 0;\n            a[2] = a[2] + j | 0;\n            a[3] = a[3] + k | 0\n        },\n        _doFinalize: function() {\n            var b = this._data,\n            e = b.words,\n            a = 8 * this._nDataBytes,\n            c = 8 * b.sigBytes;\n            e[c >>> 5] |= 128 << 24 - c % 32;\n            var m = u.floor(a / 4294967296);\n            e[(c + 64 >>> 9 << 4) + 15] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360;\n            e[(c + 64 >>> 9 << 4) + 14] = (a << 8 | a >>> 24) & 16711935 | (a << 24 | a >>> 8) & 4278255360;\n            b.sigBytes = 4 * (e.length + 1);\n            this._process();\n            b = this._hash;\n            e = b.words;\n            for (a = 0; 4 > a; a++) c = e[a],\n            e[a] = (c << 8 | c >>> 24) & 16711935 | (c << 24 | c >>> 8) & 4278255360;\n            return b\n        },\n        clone: function() {\n            var b = v.clone.call(this);\n            b._hash = this._hash.clone();\n            return b\n        }\n    });\n    s.MD5 = v._createHelper(q);\n    s.HmacMD5 = v._createHmacHelper(q)\n})(Math); (function() {\n    var u = CryptoJS,\n    l = u.lib,\n    d = l.Base,\n    n = l.WordArray,\n    l = u.algo,\n    p = l.EvpKDF = d.extend({\n        cfg: d.extend({\n            keySize: 4,\n            hasher: l.MD5,\n            iterations: 1\n        }),\n        init: function(d) {\n            this.cfg = this.cfg.extend(d)\n        },\n        compute: function(d, l) {\n            for (var p = this.cfg,\n            v = p.hasher.create(), b = n.create(), u = b.words, r = p.keySize, p = p.iterations; u.length < r;) {\n                e && v.update(e);\n                var e = v.update(d).finalize(l);\n                v.reset();\n                for (var a = 1; a < p; a++) e = v.finalize(e),\n                v.reset();\n                b.concat(e)\n            }\n            b.sigBytes = 4 * r;\n            return b\n        }\n    });\n    u.EvpKDF = function(d, l, n) {\n        return p.create(n).compute(d, l)\n    }\n})();\nCryptoJS.lib.Cipher ||\nfunction(u) {\n    var l = CryptoJS,\n    d = l.lib,\n    n = d.Base,\n    p = d.WordArray,\n    s = d.BufferedBlockAlgorithm,\n    q = l.enc.Base64,\n    w = l.algo.EvpKDF,\n    v = d.Cipher = s.extend({\n        cfg: n.extend(),\n        createEncryptor: function(m, a) {\n            return this.create(this._ENC_XFORM_MODE, m, a)\n        },\n        createDecryptor: function(m, a) {\n            return this.create(this._DEC_XFORM_MODE, m, a)\n        },\n        init: function(m, a, b) {\n            this.cfg = this.cfg.extend(b);\n            this._xformMode = m;\n            this._key = a;\n            this.reset()\n        },\n        reset: function() {\n            s.reset.call(this);\n            this._doReset()\n        },\n        process: function(a) {\n            this._append(a);\n            return this._process()\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        keySize: 4,\n        ivSize: 4,\n        _ENC_XFORM_MODE: 1,\n        _DEC_XFORM_MODE: 2,\n        _createHelper: function(m) {\n            return {\n                encrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).encrypt(m, f, b, e)\n                },\n                decrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).decrypt(m, f, b, e)\n                }\n            }\n        }\n    });\n    d.StreamCipher = v.extend({\n        _doFinalize: function() {\n            return this._process(!0)\n        },\n        blockSize: 1\n    });\n    var b = l.mode = {},\n    x = function(a, f, b) {\n        var c = this._iv;\n        c ? this._iv = u: c = this._prevBlock;\n        for (var e = 0; e < b; e++) a[f + e] ^= c[e]\n    },\n    r = (d.BlockCipherMode = n.extend({\n        createEncryptor: function(a, f) {\n            return this.Encryptor.create(a, f)\n        },\n        createDecryptor: function(a, f) {\n            return this.Decryptor.create(a, f)\n        },\n        init: function(a, f) {\n            this._cipher = a;\n            this._iv = f\n        }\n    })).extend();\n    r.Encryptor = r.extend({\n        processBlock: function(a, f) {\n            var b = this._cipher,\n            c = b.blockSize;\n            x.call(this, a, f, c);\n            b.encryptBlock(a, f);\n            this._prevBlock = a.slice(f, f + c)\n        }\n    });\n    r.Decryptor = r.extend({\n        processBlock: function(a, b) {\n            var c = this._cipher,\n            e = c.blockSize,\n            d = a.slice(b, b + e);\n            c.decryptBlock(a, b);\n            x.call(this, a, b, e);\n            this._prevBlock = d\n        }\n    });\n    b = b.CBC = r;\n    r = (l.pad = {}).Pkcs7 = {\n        pad: function(a, b) {\n            for (var c = 4 * b,\n            c = c - a.sigBytes % c,\n            e = c << 24 | c << 16 | c << 8 | c,\n            d = [], l = 0; l < c; l += 4) d.push(e);\n            c = p.create(d, c);\n            a.concat(c)\n        },\n        unpad: function(a) {\n            a.sigBytes -= a.words[a.sigBytes - 1 >>> 2] & 255\n        }\n    };\n    d.BlockCipher = v.extend({\n        cfg: v.cfg.extend({\n            mode: b,\n            padding: r\n        }),\n        reset: function() {\n            v.reset.call(this);\n            var a = this.cfg,\n            c = a.iv,\n            a = a.mode;\n            if (this._xformMode == this._ENC_XFORM_MODE) var b = a.createEncryptor;\n            else b = a.createDecryptor,\n            this._minBufferSize = 1;\n            this._mode = b.call(a, this, c && c.words)\n        },\n        _doProcessBlock: function(a, c) {\n            this._mode.processBlock(a, c)\n        },\n        _doFinalize: function() {\n            var a = this.cfg.padding;\n            if (this._xformMode == this._ENC_XFORM_MODE) {\n                a.pad(this._data, this.blockSize);\n                var c = this._process(!0)\n            } else c = this._process(!0),\n            a.unpad(c);\n            return c\n        },\n        blockSize: 4\n    });\n    var e = d.CipherParams = n.extend({\n        init: function(a) {\n            this.mixIn(a)\n        },\n        toString: function(a) {\n            return (a || this.formatter).stringify(this)\n        }\n    }),\n    b = (l.format = {}).OpenSSL = {\n        stringify: function(a) {\n            var c = a.ciphertext;\n            a = a.salt;\n            return (a ? p.create([1398893684, 1701076831]).concat(a).concat(c) : c).toString(q)\n        },\n        parse: function(a) {\n            a = q.parse(a);\n            var c = a.words;\n            if (1398893684 == c[0] && 1701076831 == c[1]) {\n                var b = p.create(c.slice(2, 4));\n                c.splice(0, 4);\n                a.sigBytes -= 16\n            }\n            return e.create({\n                ciphertext: a,\n                salt: b\n            })\n        }\n    },\n    a = d.SerializableCipher = n.extend({\n        cfg: n.extend({\n            format: b\n        }),\n        encrypt: function(a, c, b, d) {\n            d = this.cfg.extend(d);\n            var l = a.createEncryptor(b, d);\n            c = l.finalize(c);\n            l = l.cfg;\n            return e.create({\n                ciphertext: c,\n                key: b,\n                iv: l.iv,\n                algorithm: a,\n                mode: l.mode,\n                padding: l.padding,\n                blockSize: a.blockSize,\n                formatter: d.format\n            })\n        },\n        decrypt: function(a, c, b, e) {\n            e = this.cfg.extend(e);\n            c = this._parse(c, e.format);\n            return a.createDecryptor(b, e).finalize(c.ciphertext)\n        },\n        _parse: function(a, c) {\n            return \"string\" == typeof a ? c.parse(a, this) : a\n        }\n    }),\n    l = (l.kdf = {}).OpenSSL = {\n        execute: function(a, c, b, d) {\n            d || (d = p.random(8));\n            a = w.create({\n                keySize: c + b\n            }).compute(a, d);\n            b = p.create(a.words.slice(c), 4 * b);\n            a.sigBytes = 4 * c;\n            return e.create({\n                key: a,\n                iv: b,\n                salt: d\n            })\n        }\n    },\n    c = d.PasswordBasedCipher = a.extend({\n        cfg: a.cfg.extend({\n            kdf: l\n        }),\n        encrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            e = d.kdf.execute(e, c.keySize, c.ivSize);\n            d.iv = e.iv;\n            c = a.encrypt.call(this, c, b, e.key, d);\n            c.mixIn(e);\n            return c\n        },\n        decrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            b = this._parse(b, d.format);\n            e = d.kdf.execute(e, c.keySize, c.ivSize, b.salt);\n            d.iv = e.iv;\n            return a.decrypt.call(this, c, b, e.key, d)\n        }\n    })\n} (); (function() {\n    function u(b, a) {\n        var c = (this._lBlock >>> b ^ this._rBlock) & a;\n        this._rBlock ^= c;\n        this._lBlock ^= c << b\n    }\n    function l(b, a) {\n        var c = (this._rBlock >>> b ^ this._lBlock) & a;\n        this._lBlock ^= c;\n        this._rBlock ^= c << b\n    }\n    var d = CryptoJS,\n    n = d.lib,\n    p = n.WordArray,\n    n = n.BlockCipher,\n    s = d.algo,\n    q = [57, 49, 41, 33, 25, 17, 9, 1, 58, 50, 42, 34, 26, 18, 10, 2, 59, 51, 43, 35, 27, 19, 11, 3, 60, 52, 44, 36, 63, 55, 47, 39, 31, 23, 15, 7, 62, 54, 46, 38, 30, 22, 14, 6, 61, 53, 45, 37, 29, 21, 13, 5, 28, 20, 12, 4],\n    w = [14, 17, 11, 24, 1, 5, 3, 28, 15, 6, 21, 10, 23, 19, 12, 4, 26, 8, 16, 7, 27, 20, 13, 2, 41, 52, 31, 37, 47, 55, 30, 40, 51, 45, 33, 48, 44, 49, 39, 56, 34, 53, 46, 42, 50, 36, 29, 32],\n    v = [1, 2, 4, 6, 8, 10, 12, 14, 15, 17, 19, 21, 23, 25, 27, 28],\n    b = [{\n        \"0\": 8421888,\n        268435456 : 32768,\n        536870912 : 8421378,\n        805306368 : 2,\n        1073741824 : 512,\n        1342177280 : 8421890,\n        1610612736 : 8389122,\n        1879048192 : 8388608,\n        2147483648 : 514,\n        2415919104 : 8389120,\n        2684354560 : 33280,\n        2952790016 : 8421376,\n        3221225472 : 32770,\n        3489660928 : 8388610,\n        3758096384 : 0,\n        4026531840 : 33282,\n        134217728 : 0,\n        402653184 : 8421890,\n        671088640 : 33282,\n        939524096 : 32768,\n        1207959552 : 8421888,\n        1476395008 : 512,\n        1744830464 : 8421378,\n        2013265920 : 2,\n        2281701376 : 8389120,\n        2550136832 : 33280,\n        2818572288 : 8421376,\n        3087007744 : 8389122,\n        3355443200 : 8388610,\n        3623878656 : 32770,\n        3892314112 : 514,\n        4160749568 : 8388608,\n        1 : 32768,\n        268435457 : 2,\n        536870913 : 8421888,\n        805306369 : 8388608,\n        1073741825 : 8421378,\n        1342177281 : 33280,\n        1610612737 : 512,\n        1879048193 : 8389122,\n        2147483649 : 8421890,\n        2415919105 : 8421376,\n        2684354561 : 8388610,\n        2952790017 : 33282,\n        3221225473 : 514,\n        3489660929 : 8389120,\n        3758096385 : 32770,\n        4026531841 : 0,\n        134217729 : 8421890,\n        402653185 : 8421376,\n        671088641 : 8388608,\n        939524097 : 512,\n        1207959553 : 32768,\n        1476395009 : 8388610,\n        1744830465 : 2,\n        2013265921 : 33282,\n        2281701377 : 32770,\n        2550136833 : 8389122,\n        2818572289 : 514,\n        3087007745 : 8421888,\n        3355443201 : 8389120,\n        3623878657 : 0,\n        3892314113 : 33280,\n        4160749569 : 8421378\n    },\n    {\n        \"0\": 1074282512,\n        16777216 : 16384,\n        33554432 : 524288,\n        50331648 : 1074266128,\n        67108864 : 1073741840,\n        83886080 : 1074282496,\n        100663296 : 1073758208,\n        117440512 : 16,\n        134217728 : 540672,\n        150994944 : 1073758224,\n        167772160 : 1073741824,\n        184549376 : 540688,\n        201326592 : 524304,\n        218103808 : 0,\n        234881024 : 16400,\n        251658240 : 1074266112,\n        8388608 : 1073758208,\n        25165824 : 540688,\n        41943040 : 16,\n        58720256 : 1073758224,\n        75497472 : 1074282512,\n        92274688 : 1073741824,\n        109051904 : 524288,\n        125829120 : 1074266128,\n        142606336 : 524304,\n        159383552 : 0,\n        176160768 : 16384,\n        192937984 : 1074266112,\n        209715200 : 1073741840,\n        226492416 : 540672,\n        243269632 : 1074282496,\n        260046848 : 16400,\n        268435456 : 0,\n        285212672 : 1074266128,\n        301989888 : 1073758224,\n        318767104 : 1074282496,\n        335544320 : 1074266112,\n        352321536 : 16,\n        369098752 : 540688,\n        385875968 : 16384,\n        402653184 : 16400,\n        419430400 : 524288,\n        436207616 : 524304,\n        452984832 : 1073741840,\n        469762048 : 540672,\n        486539264 : 1073758208,\n        503316480 : 1073741824,\n        520093696 : 1074282512,\n        276824064 : 540688,\n        293601280 : 524288,\n        310378496 : 1074266112,\n        327155712 : 16384,\n        343932928 : 1073758208,\n        360710144 : 1074282512,\n        377487360 : 16,\n        394264576 : 1073741824,\n        411041792 : 1074282496,\n        427819008 : 1073741840,\n        444596224 : 1073758224,\n        461373440 : 524304,\n        478150656 : 0,\n        494927872 : 16400,\n        511705088 : 1074266128,\n        528482304 : 540672\n    },\n    {\n        \"0\": 260,\n        1048576 : 0,\n        2097152 : 67109120,\n        3145728 : 65796,\n        4194304 : 65540,\n        5242880 : 67108868,\n        6291456 : 67174660,\n        7340032 : 67174400,\n        8388608 : 67108864,\n        9437184 : 67174656,\n        10485760 : 65792,\n        11534336 : 67174404,\n        12582912 : 67109124,\n        13631488 : 65536,\n        14680064 : 4,\n        15728640 : 256,\n        524288 : 67174656,\n        1572864 : 67174404,\n        2621440 : 0,\n        3670016 : 67109120,\n        4718592 : 67108868,\n        5767168 : 65536,\n        6815744 : 65540,\n        7864320 : 260,\n        8912896 : 4,\n        9961472 : 256,\n        11010048 : 67174400,\n        12058624 : 65796,\n        13107200 : 65792,\n        14155776 : 67109124,\n        15204352 : 67174660,\n        16252928 : 67108864,\n        16777216 : 67174656,\n        17825792 : 65540,\n        18874368 : 65536,\n        19922944 : 67109120,\n        20971520 : 256,\n        22020096 : 67174660,\n        23068672 : 67108868,\n        24117248 : 0,\n        25165824 : 67109124,\n        26214400 : 67108864,\n        27262976 : 4,\n        28311552 : 65792,\n        29360128 : 67174400,\n        30408704 : 260,\n        31457280 : 65796,\n        32505856 : 67174404,\n        17301504 : 67108864,\n        18350080 : 260,\n        19398656 : 67174656,\n        20447232 : 0,\n        21495808 : 65540,\n        22544384 : 67109120,\n        23592960 : 256,\n        24641536 : 67174404,\n        25690112 : 65536,\n        26738688 : 67174660,\n        27787264 : 65796,\n        28835840 : 67108868,\n        29884416 : 67109124,\n        30932992 : 67174400,\n        31981568 : 4,\n        33030144 : 65792\n    },\n    {\n        \"0\": 2151682048,\n        65536 : 2147487808,\n        131072 : 4198464,\n        196608 : 2151677952,\n        262144 : 0,\n        327680 : 4198400,\n        393216 : 2147483712,\n        458752 : 4194368,\n        524288 : 2147483648,\n        589824 : 4194304,\n        655360 : 64,\n        720896 : 2147487744,\n        786432 : 2151678016,\n        851968 : 4160,\n        917504 : 4096,\n        983040 : 2151682112,\n        32768 : 2147487808,\n        98304 : 64,\n        163840 : 2151678016,\n        229376 : 2147487744,\n        294912 : 4198400,\n        360448 : 2151682112,\n        425984 : 0,\n        491520 : 2151677952,\n        557056 : 4096,\n        622592 : 2151682048,\n        688128 : 4194304,\n        753664 : 4160,\n        819200 : 2147483648,\n        884736 : 4194368,\n        950272 : 4198464,\n        1015808 : 2147483712,\n        1048576 : 4194368,\n        1114112 : 4198400,\n        1179648 : 2147483712,\n        1245184 : 0,\n        1310720 : 4160,\n        1376256 : 2151678016,\n        1441792 : 2151682048,\n        1507328 : 2147487808,\n        1572864 : 2151682112,\n        1638400 : 2147483648,\n        1703936 : 2151677952,\n        1769472 : 4198464,\n        1835008 : 2147487744,\n        1900544 : 4194304,\n        1966080 : 64,\n        2031616 : 4096,\n        1081344 : 2151677952,\n        1146880 : 2151682112,\n        1212416 : 0,\n        1277952 : 4198400,\n        1343488 : 4194368,\n        1409024 : 2147483648,\n        1474560 : 2147487808,\n        1540096 : 64,\n        1605632 : 2147483712,\n        1671168 : 4096,\n        1736704 : 2147487744,\n        1802240 : 2151678016,\n        1867776 : 4160,\n        1933312 : 2151682048,\n        1998848 : 4194304,\n        2064384 : 4198464\n    },\n    {\n        \"0\": 128,\n        4096 : 17039360,\n        8192 : 262144,\n        12288 : 536870912,\n        16384 : 537133184,\n        20480 : 16777344,\n        24576 : 553648256,\n        28672 : 262272,\n        32768 : 16777216,\n        36864 : 537133056,\n        40960 : 536871040,\n        45056 : 553910400,\n        49152 : 553910272,\n        53248 : 0,\n        57344 : 17039488,\n        61440 : 553648128,\n        2048 : 17039488,\n        6144 : 553648256,\n        10240 : 128,\n        14336 : 17039360,\n        18432 : 262144,\n        22528 : 537133184,\n        26624 : 553910272,\n        30720 : 536870912,\n        34816 : 537133056,\n        38912 : 0,\n        43008 : 553910400,\n        47104 : 16777344,\n        51200 : 536871040,\n        55296 : 553648128,\n        59392 : 16777216,\n        63488 : 262272,\n        65536 : 262144,\n        69632 : 128,\n        73728 : 536870912,\n        77824 : 553648256,\n        81920 : 16777344,\n        86016 : 553910272,\n        90112 : 537133184,\n        94208 : 16777216,\n        98304 : 553910400,\n        102400 : 553648128,\n        106496 : 17039360,\n        110592 : 537133056,\n        114688 : 262272,\n        118784 : 536871040,\n        122880 : 0,\n        126976 : 17039488,\n        67584 : 553648256,\n        71680 : 16777216,\n        75776 : 17039360,\n        79872 : 537133184,\n        83968 : 536870912,\n        88064 : 17039488,\n        92160 : 128,\n        96256 : 553910272,\n        100352 : 262272,\n        104448 : 553910400,\n        108544 : 0,\n        112640 : 553648128,\n        116736 : 16777344,\n        120832 : 262144,\n        124928 : 537133056,\n        129024 : 536871040\n    },\n    {\n        \"0\": 268435464,\n        256 : 8192,\n        512 : 270532608,\n        768 : 270540808,\n        1024 : 268443648,\n        1280 : 2097152,\n        1536 : 2097160,\n        1792 : 268435456,\n        2048 : 0,\n        2304 : 268443656,\n        2560 : 2105344,\n        2816 : 8,\n        3072 : 270532616,\n        3328 : 2105352,\n        3584 : 8200,\n        3840 : 270540800,\n        128 : 270532608,\n        384 : 270540808,\n        640 : 8,\n        896 : 2097152,\n        1152 : 2105352,\n        1408 : 268435464,\n        1664 : 268443648,\n        1920 : 8200,\n        2176 : 2097160,\n        2432 : 8192,\n        2688 : 268443656,\n        2944 : 270532616,\n        3200 : 0,\n        3456 : 270540800,\n        3712 : 2105344,\n        3968 : 268435456,\n        4096 : 268443648,\n        4352 : 270532616,\n        4608 : 270540808,\n        4864 : 8200,\n        5120 : 2097152,\n        5376 : 268435456,\n        5632 : 268435464,\n        5888 : 2105344,\n        6144 : 2105352,\n        6400 : 0,\n        6656 : 8,\n        6912 : 270532608,\n        7168 : 8192,\n        7424 : 268443656,\n        7680 : 270540800,\n        7936 : 2097160,\n        4224 : 8,\n        4480 : 2105344,\n        4736 : 2097152,\n        4992 : 268435464,\n        5248 : 268443648,\n        5504 : 8200,\n        5760 : 270540808,\n        6016 : 270532608,\n        6272 : 270540800,\n        6528 : 270532616,\n        6784 : 8192,\n        7040 : 2105352,\n        7296 : 2097160,\n        7552 : 0,\n        7808 : 268435456,\n        8064 : 268443656\n    },\n    {\n        \"0\": 1048576,\n        16 : 33555457,\n        32 : 1024,\n        48 : 1049601,\n        64 : 34604033,\n        80 : 0,\n        96 : 1,\n        112 : 34603009,\n        128 : 33555456,\n        144 : 1048577,\n        160 : 33554433,\n        176 : 34604032,\n        192 : 34603008,\n        208 : 1025,\n        224 : 1049600,\n        240 : 33554432,\n        8 : 34603009,\n        24 : 0,\n        40 : 33555457,\n        56 : 34604032,\n        72 : 1048576,\n        88 : 33554433,\n        104 : 33554432,\n        120 : 1025,\n        136 : 1049601,\n        152 : 33555456,\n        168 : 34603008,\n        184 : 1048577,\n        200 : 1024,\n        216 : 34604033,\n        232 : 1,\n        248 : 1049600,\n        256 : 33554432,\n        272 : 1048576,\n        288 : 33555457,\n        304 : 34603009,\n        320 : 1048577,\n        336 : 33555456,\n        352 : 34604032,\n        368 : 1049601,\n        384 : 1025,\n        400 : 34604033,\n        416 : 1049600,\n        432 : 1,\n        448 : 0,\n        464 : 34603008,\n        480 : 33554433,\n        496 : 1024,\n        264 : 1049600,\n        280 : 33555457,\n        296 : 34603009,\n        312 : 1,\n        328 : 33554432,\n        344 : 1048576,\n        360 : 1025,\n        376 : 34604032,\n        392 : 33554433,\n        408 : 34603008,\n        424 : 0,\n        440 : 34604033,\n        456 : 1049601,\n        472 : 1024,\n        488 : 33555456,\n        504 : 1048577\n    },\n    {\n        \"0\": 134219808,\n        1 : 131072,\n        2 : 134217728,\n        3 : 32,\n        4 : 131104,\n        5 : 134350880,\n        6 : 134350848,\n        7 : 2048,\n        8 : 134348800,\n        9 : 134219776,\n        10 : 133120,\n        11 : 134348832,\n        12 : 2080,\n        13 : 0,\n        14 : 134217760,\n        15 : 133152,\n        2147483648 : 2048,\n        2147483649 : 134350880,\n        2147483650 : 134219808,\n        2147483651 : 134217728,\n        2147483652 : 134348800,\n        2147483653 : 133120,\n        2147483654 : 133152,\n        2147483655 : 32,\n        2147483656 : 134217760,\n        2147483657 : 2080,\n        2147483658 : 131104,\n        2147483659 : 134350848,\n        2147483660 : 0,\n        2147483661 : 134348832,\n        2147483662 : 134219776,\n        2147483663 : 131072,\n        16 : 133152,\n        17 : 134350848,\n        18 : 32,\n        19 : 2048,\n        20 : 134219776,\n        21 : 134217760,\n        22 : 134348832,\n        23 : 131072,\n        24 : 0,\n        25 : 131104,\n        26 : 134348800,\n        27 : 134219808,\n        28 : 134350880,\n        29 : 133120,\n        30 : 2080,\n        31 : 134217728,\n        2147483664 : 131072,\n        2147483665 : 2048,\n        2147483666 : 134348832,\n        2147483667 : 133152,\n        2147483668 : 32,\n        2147483669 : 134348800,\n        2147483670 : 134217728,\n        2147483671 : 134219808,\n        2147483672 : 134350880,\n        2147483673 : 134217760,\n        2147483674 : 134219776,\n        2147483675 : 0,\n        2147483676 : 133120,\n        2147483677 : 2080,\n        2147483678 : 131104,\n        2147483679 : 134350848\n    }],\n    x = [4160749569, 528482304, 33030144, 2064384, 129024, 8064, 504, 2147483679],\n    r = s.DES = n.extend({\n        _doReset: function() {\n            for (var b = this._key.words,\n            a = [], c = 0; 56 > c; c++) {\n                var d = q[c] - 1;\n                a[c] = b[d >>> 5] >>> 31 - d % 32 & 1\n            }\n            b = this._subKeys = [];\n            for (d = 0; 16 > d; d++) {\n                for (var f = b[d] = [], l = v[d], c = 0; 24 > c; c++) f[c / 6 | 0] |= a[(w[c] - 1 + l) % 28] << 31 - c % 6,\n                f[4 + (c / 6 | 0)] |= a[28 + (w[c + 24] - 1 + l) % 28] << 31 - c % 6;\n                f[0] = f[0] << 1 | f[0] >>> 31;\n                for (c = 1; 7 > c; c++) f[c] >>>= 4 * (c - 1) + 3;\n                f[7] = f[7] << 5 | f[7] >>> 27\n            }\n            a = this._invSubKeys = [];\n            for (c = 0; 16 > c; c++) a[c] = b[15 - c]\n        },\n        encryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._subKeys)\n        },\n        decryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._invSubKeys)\n        },\n        _doCryptBlock: function(e, a, c) {\n            this._lBlock = e[a];\n            this._rBlock = e[a + 1];\n            u.call(this, 4, 252645135);\n            u.call(this, 16, 65535);\n            l.call(this, 2, 858993459);\n            l.call(this, 8, 16711935);\n            u.call(this, 1, 1431655765);\n            for (var d = 0; 16 > d; d++) {\n                for (var f = c[d], n = this._lBlock, p = this._rBlock, q = 0, r = 0; 8 > r; r++) q |= b[r][((p ^ f[r]) & x[r]) >>> 0];\n                this._lBlock = p;\n                this._rBlock = n ^ q\n            }\n            c = this._lBlock;\n            this._lBlock = this._rBlock;\n            this._rBlock = c;\n            u.call(this, 1, 1431655765);\n            l.call(this, 8, 16711935);\n            l.call(this, 2, 858993459);\n            u.call(this, 16, 65535);\n            u.call(this, 4, 252645135);\n            e[a] = this._lBlock;\n            e[a + 1] = this._rBlock\n        },\n        keySize: 2,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.DES = n._createHelper(r);\n    s = s.TripleDES = n.extend({\n        _doReset: function() {\n            var b = this._key.words;\n            this._des1 = r.createEncryptor(p.create(b.slice(0, 2)));\n            this._des2 = r.createEncryptor(p.create(b.slice(2, 4)));\n            this._des3 = r.createEncryptor(p.create(b.slice(4, 6)))\n        },\n        encryptBlock: function(b, a) {\n            this._des1.encryptBlock(b, a);\n            this._des2.decryptBlock(b, a);\n            this._des3.encryptBlock(b, a)\n        },\n        decryptBlock: function(b, a) {\n            this._des3.decryptBlock(b, a);\n            this._des2.encryptBlock(b, a);\n            this._des1.decryptBlock(b, a)\n        },\n        keySize: 6,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.TripleDES = n._createHelper(s)\n})();\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\n/**\n * Electronic Codebook block mode.\n */\nCryptoJS.mode.ECB = (function() {\n    var ECB = CryptoJS.lib.BlockCipherMode.extend();\n\n    ECB.Encryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.encryptBlock(words, offset);\n        }\n    });\n    ECB.Decryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.decryptBlock(words, offset);\n        }\n    });\n    return ECB;\n} ());\n\nfunction encryptByDES(message, key) {\n    var keyHex = CryptoJS.enc.Utf8.parse(key);\n    var encrypted = CryptoJS.DES.encrypt(message, keyHex, {\n        mode: CryptoJS.mode.ECB,\n        padding: CryptoJS.pad.Pkcs7\n    });\n    return encrypted.toString()\n}\n//DES加密结束\nvar userId=userId||String(java.get('userId'));\nvar deskey=deskey||String(java.get('deskey'));\nvar siteId=siteId||String(java.get('siteId'));\nfunction getPostUrl(data,type) {\nvar url = 'http://m.ndlib.cn/nlc_read_home/service.do,';\nvar md5Key = 'library_2016@hzlq';\nvalue = {\n    siteId: siteId,\n    data: encryptByDES(JSON.stringify(data), deskey),\n    userId: userId,\n    fromSource: 3,\n    osType: 5,\n    version: \"1.0.1\",\n    versionCode: 10001,\n    timeStamp: data.timeStamp,\n    hashCode: md5(data.timeStamp + md5Key)\n}\nvar option={\n\"method\":\"POST\",\n\"body\":'cmd='+type+'&value=' + encodeURIComponent(JSON.stringify(value))\n}\nreturn url + JSON.stringify(option);\n}\nvar data = {\n    timeStamp:Date.now(),\n    uaInfo:'1',\n    chapterId:result\n    };\ngetPostUrl(data,'qryChapterDetails');"
    },
    "searchUrl": "<js>\n//md5加密开始\nvar rotateLeft = function(lValue, iShiftBits) {\n    return (lValue << iShiftBits) | (lValue >>> (32 - iShiftBits))\n}\nvar addUnsigned = function(lX, lY) {\n    var lX4, lY4, lX8, lY8, lResult;\n    lX8 = (lX & 0x80000000);\n    lY8 = (lY & 0x80000000);\n    lX4 = (lX & 0x40000000);\n    lY4 = (lY & 0x40000000);\n    lResult = (lX & 0x3FFFFFFF) + (lY & 0x3FFFFFFF);\n    if (lX4 & lY4) return (lResult ^ 0x80000000 ^ lX8 ^ lY8);\n    if (lX4 | lY4) {\n        if (lResult & 0x40000000) return (lResult ^ 0xC0000000 ^ lX8 ^ lY8);\n        else return (lResult ^ 0x40000000 ^ lX8 ^ lY8)\n    } else {\n        return (lResult ^ lX8 ^ lY8)\n    }\n}\nvar F = function(x, y, z) {\n    return (x & y) | ((~x) & z)\n}\nvar G = function(x, y, z) {\n    return (x & z) | (y & (~z))\n}\nvar H = function(x, y, z) {\n    return (x ^ y ^ z)\n}\nvar I = function(x, y, z) {\n    return (y ^ (x | (~z)))\n}\nvar FF = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(F(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar GG = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(G(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar HH = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(H(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar II = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(I(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar convertToWordArray = function(string) {\n    var lWordCount;\n    var lMessageLength = string.length;\n    var lNumberOfWordsTempOne = lMessageLength + 8;\n    var lNumberOfWordsTempTwo = (lNumberOfWordsTempOne - (lNumberOfWordsTempOne % 64)) / 64;\n    var lNumberOfWords = (lNumberOfWordsTempTwo + 1) * 16;\n    var lWordArray = Array(lNumberOfWords - 1);\n    var lBytePosition = 0;\n    var lByteCount = 0;\n    while (lByteCount < lMessageLength) {\n        lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n        lBytePosition = (lByteCount % 4) * 8;\n        lWordArray[lWordCount] = (lWordArray[lWordCount] | (string.charCodeAt(lByteCount) << lBytePosition));\n        lByteCount++\n    }\n    lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n    lBytePosition = (lByteCount % 4) * 8;\n    lWordArray[lWordCount] = lWordArray[lWordCount] | (0x80 << lBytePosition);\n    lWordArray[lNumberOfWords - 2] = lMessageLength << 3;\n    lWordArray[lNumberOfWords - 1] = lMessageLength >>> 29;\n    return lWordArray\n};\nvar wordToHex = function(lValue) {\n    var WordToHexValue = \"\",\n    WordToHexValueTemp = \"\",\n    lByte, lCount;\n    for (lCount = 0; lCount <= 3; lCount++) {\n        lByte = (lValue >>> (lCount * 8)) & 255;\n        WordToHexValueTemp = \"0\" + lByte.toString(16);\n        WordToHexValue = WordToHexValue + WordToHexValueTemp.substr(WordToHexValueTemp.length - 2, 2)\n    }\n    return WordToHexValue\n};\nvar uTF8Encode = function(string) {\n    string = string.replace(/\\x0d\\x0a/g, \"\\x0a\");\n    var output = \"\";\n    for (var n = 0; n < string.length; n++) {\n        var c = string.charCodeAt(n);\n        if (c < 128) {\n            output += String.fromCharCode(c)\n        } else if ((c > 127) && (c < 2048)) {\n            output += String.fromCharCode((c >> 6) | 192);\n            output += String.fromCharCode((c & 63) | 128)\n        } else {\n            output += String.fromCharCode((c >> 12) | 224);\n            output += String.fromCharCode(((c >> 6) & 63) | 128);\n            output += String.fromCharCode((c & 63) | 128)\n        }\n    }\n    return output;\n};\nfunction md5(string) {\n    var x = Array();\n    var k, AA, BB, CC, DD, a, b, c, d;\n    var S11 = 7,\n    S12 = 12,\n    S13 = 17,\n    S14 = 22;\n    var S21 = 5,\n    S22 = 9,\n    S23 = 14,\n    S24 = 20;\n    var S31 = 4,\n    S32 = 11,\n    S33 = 16,\n    S34 = 23;\n    var S41 = 6,\n    S42 = 10,\n    S43 = 15,\n    S44 = 21;\n    string = uTF8Encode(string);\n    x = convertToWordArray(string);\n    a = 0x67452301;\n    b = 0xEFCDAB89;\n    c = 0x98BADCFE;\n    d = 0x10325476;\n    for (k = 0; k < x.length; k += 16) {\n        AA = a;\n        BB = b;\n        CC = c;\n        DD = d;\n        a = FF(a, b, c, d, x[k + 0], S11, 0xD76AA478);\n        d = FF(d, a, b, c, x[k + 1], S12, 0xE8C7B756);\n        c = FF(c, d, a, b, x[k + 2], S13, 0x242070DB);\n        b = FF(b, c, d, a, x[k + 3], S14, 0xC1BDCEEE);\n        a = FF(a, b, c, d, x[k + 4], S11, 0xF57C0FAF);\n        d = FF(d, a, b, c, x[k + 5], S12, 0x4787C62A);\n        c = FF(c, d, a, b, x[k + 6], S13, 0xA8304613);\n        b = FF(b, c, d, a, x[k + 7], S14, 0xFD469501);\n        a = FF(a, b, c, d, x[k + 8], S11, 0x698098D8);\n        d = FF(d, a, b, c, x[k + 9], S12, 0x8B44F7AF);\n        c = FF(c, d, a, b, x[k + 10], S13, 0xFFFF5BB1);\n        b = FF(b, c, d, a, x[k + 11], S14, 0x895CD7BE);\n        a = FF(a, b, c, d, x[k + 12], S11, 0x6B901122);\n        d = FF(d, a, b, c, x[k + 13], S12, 0xFD987193);\n        c = FF(c, d, a, b, x[k + 14], S13, 0xA679438E);\n        b = FF(b, c, d, a, x[k + 15], S14, 0x49B40821);\n        a = GG(a, b, c, d, x[k + 1], S21, 0xF61E2562);\n        d = GG(d, a, b, c, x[k + 6], S22, 0xC040B340);\n        c = GG(c, d, a, b, x[k + 11], S23, 0x265E5A51);\n        b = GG(b, c, d, a, x[k + 0], S24, 0xE9B6C7AA);\n        a = GG(a, b, c, d, x[k + 5], S21, 0xD62F105D);\n        d = GG(d, a, b, c, x[k + 10], S22, 0x2441453);\n        c = GG(c, d, a, b, x[k + 15], S23, 0xD8A1E681);\n        b = GG(b, c, d, a, x[k + 4], S24, 0xE7D3FBC8);\n        a = GG(a, b, c, d, x[k + 9], S21, 0x21E1CDE6);\n        d = GG(d, a, b, c, x[k + 14], S22, 0xC33707D6);\n        c = GG(c, d, a, b, x[k + 3], S23, 0xF4D50D87);\n        b = GG(b, c, d, a, x[k + 8], S24, 0x455A14ED);\n        a = GG(a, b, c, d, x[k + 13], S21, 0xA9E3E905);\n        d = GG(d, a, b, c, x[k + 2], S22, 0xFCEFA3F8);\n        c = GG(c, d, a, b, x[k + 7], S23, 0x676F02D9);\n        b = GG(b, c, d, a, x[k + 12], S24, 0x8D2A4C8A);\n        a = HH(a, b, c, d, x[k + 5], S31, 0xFFFA3942);\n        d = HH(d, a, b, c, x[k + 8], S32, 0x8771F681);\n        c = HH(c, d, a, b, x[k + 11], S33, 0x6D9D6122);\n        b = HH(b, c, d, a, x[k + 14], S34, 0xFDE5380C);\n        a = HH(a, b, c, d, x[k + 1], S31, 0xA4BEEA44);\n        d = HH(d, a, b, c, x[k + 4], S32, 0x4BDECFA9);\n        c = HH(c, d, a, b, x[k + 7], S33, 0xF6BB4B60);\n        b = HH(b, c, d, a, x[k + 10], S34, 0xBEBFBC70);\n        a = HH(a, b, c, d, x[k + 13], S31, 0x289B7EC6);\n        d = HH(d, a, b, c, x[k + 0], S32, 0xEAA127FA);\n        c = HH(c, d, a, b, x[k + 3], S33, 0xD4EF3085);\n        b = HH(b, c, d, a, x[k + 6], S34, 0x4881D05);\n        a = HH(a, b, c, d, x[k + 9], S31, 0xD9D4D039);\n        d = HH(d, a, b, c, x[k + 12], S32, 0xE6DB99E5);\n        c = HH(c, d, a, b, x[k + 15], S33, 0x1FA27CF8);\n        b = HH(b, c, d, a, x[k + 2], S34, 0xC4AC5665);\n        a = II(a, b, c, d, x[k + 0], S41, 0xF4292244);\n        d = II(d, a, b, c, x[k + 7], S42, 0x432AFF97);\n        c = II(c, d, a, b, x[k + 14], S43, 0xAB9423A7);\n        b = II(b, c, d, a, x[k + 5], S44, 0xFC93A039);\n        a = II(a, b, c, d, x[k + 12], S41, 0x655B59C3);\n        d = II(d, a, b, c, x[k + 3], S42, 0x8F0CCC92);\n        c = II(c, d, a, b, x[k + 10], S43, 0xFFEFF47D);\n        b = II(b, c, d, a, x[k + 1], S44, 0x85845DD1);\n        a = II(a, b, c, d, x[k + 8], S41, 0x6FA87E4F);\n        d = II(d, a, b, c, x[k + 15], S42, 0xFE2CE6E0);\n        c = II(c, d, a, b, x[k + 6], S43, 0xA3014314);\n        b = II(b, c, d, a, x[k + 13], S44, 0x4E0811A1);\n        a = II(a, b, c, d, x[k + 4], S41, 0xF7537E82);\n        d = II(d, a, b, c, x[k + 11], S42, 0xBD3AF235);\n        c = II(c, d, a, b, x[k + 2], S43, 0x2AD7D2BB);\n        b = II(b, c, d, a, x[k + 9], S44, 0xEB86D391);\n        a = addUnsigned(a, AA);\n        b = addUnsigned(b, BB);\n        c = addUnsigned(c, CC);\n        d = addUnsigned(d, DD);\n    };\n    var tempValue = wordToHex(a) + wordToHex(b) + wordToHex(c) + wordToHex(d);\n    return tempValue.toLowerCase();\n}\n//md5加密结束\n//DES加密开始\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\nvar CryptoJS = CryptoJS ||\nfunction(u, l) {\n    var d = {},\n    n = d.lib = {},\n    p = function() {},\n    s = n.Base = {\n        extend: function(a) {\n            p.prototype = this;\n            var c = new p;\n            a && c.mixIn(a);\n            c.hasOwnProperty(\"init\") || (c.init = function() {\n                c.$super.init.apply(this, arguments)\n            });\n            c.init.prototype = c;\n            c.$super = this;\n            return c\n        },\n        create: function() {\n            var a = this.extend();\n            a.init.apply(a, arguments);\n            return a\n        },\n        init: function() {},\n        mixIn: function(a) {\n            for (var c in a) a.hasOwnProperty(c) && (this[c] = a[c]);\n            a.hasOwnProperty(\"toString\") && (this.toString = a.toString)\n        },\n        clone: function() {\n            return this.init.prototype.extend(this)\n        }\n    },\n    q = n.WordArray = s.extend({\n        init: function(a, c) {\n            a = this.words = a || [];\n            this.sigBytes = c != l ? c: 4 * a.length\n        },\n        toString: function(a) {\n            return (a || v).stringify(this)\n        },\n        concat: function(a) {\n            var c = this.words,\n            m = a.words,\n            f = this.sigBytes;\n            a = a.sigBytes;\n            this.clamp();\n            if (f % 4) for (var t = 0; t < a; t++) c[f + t >>> 2] |= (m[t >>> 2] >>> 24 - 8 * (t % 4) & 255) << 24 - 8 * ((f + t) % 4);\n            else if (65535 < m.length) for (t = 0; t < a; t += 4) c[f + t >>> 2] = m[t >>> 2];\n            else c.push.apply(c, m);\n            this.sigBytes += a;\n            return this\n        },\n        clamp: function() {\n            var a = this.words,\n            c = this.sigBytes;\n            a[c >>> 2] &= 4294967295 << 32 - 8 * (c % 4);\n            a.length = u.ceil(c / 4)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a.words = this.words.slice(0);\n            return a\n        },\n        random: function(a) {\n            for (var c = [], m = 0; m < a; m += 4) c.push(4294967296 * u.random() | 0);\n            return new q.init(c, a)\n        }\n    }),\n    w = d.enc = {},\n    v = w.Hex = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) {\n                var t = c[f >>> 2] >>> 24 - 8 * (f % 4) & 255;\n                m.push((t >>> 4).toString(16));\n                m.push((t & 15).toString(16))\n            }\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f += 2) m[f >>> 3] |= parseInt(a.substr(f, 2), 16) << 24 - 4 * (f % 8);\n            return new q.init(m, c / 2)\n        }\n    },\n    b = w.Latin1 = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) m.push(String.fromCharCode(c[f >>> 2] >>> 24 - 8 * (f % 4) & 255));\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f++) m[f >>> 2] |= (a.charCodeAt(f) & 255) << 24 - 8 * (f % 4);\n            return new q.init(m, c)\n        }\n    },\n    x = w.Utf8 = {\n        stringify: function(a) {\n            try {\n                return decodeURIComponent(escape(b.stringify(a)))\n            } catch(c) {\n                throw Error(\"Malformed UTF-8 data\");\n            }\n        },\n        parse: function(a) {\n            return b.parse(unescape(encodeURIComponent(a)))\n        }\n    },\n    r = n.BufferedBlockAlgorithm = s.extend({\n        reset: function() {\n            this._data = new q.init;\n            this._nDataBytes = 0\n        },\n        _append: function(a) {\n            \"string\" == typeof a && (a = x.parse(a));\n            this._data.concat(a);\n            this._nDataBytes += a.sigBytes\n        },\n        _process: function(a) {\n            var c = this._data,\n            m = c.words,\n            f = c.sigBytes,\n            t = this.blockSize,\n            b = f / (4 * t),\n            b = a ? u.ceil(b) : u.max((b | 0) - this._minBufferSize, 0);\n            a = b * t;\n            f = u.min(4 * a, f);\n            if (a) {\n                for (var e = 0; e < a; e += t) this._doProcessBlock(m, e);\n                e = m.splice(0, a);\n                c.sigBytes -= f\n            }\n            return new q.init(e, f)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a._data = this._data.clone();\n            return a\n        },\n        _minBufferSize: 0\n    });\n    n.Hasher = r.extend({\n        cfg: s.extend(),\n        init: function(a) {\n            this.cfg = this.cfg.extend(a);\n            this.reset()\n        },\n        reset: function() {\n            r.reset.call(this);\n            this._doReset()\n        },\n        update: function(a) {\n            this._append(a);\n            this._process();\n            return this\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        blockSize: 16,\n        _createHelper: function(a) {\n            return function(c, m) {\n                return (new a.init(m)).finalize(c)\n            }\n        },\n        _createHmacHelper: function(a) {\n            return function(c, m) {\n                return (new e.HMAC.init(a, m)).finalize(c)\n            }\n        }\n    });\n    var e = d.algo = {};\n    return d\n} (Math); (function() {\n    var u = CryptoJS,\n    l = u.lib.WordArray;\n    u.enc.Base64 = {\n        stringify: function(d) {\n            var n = d.words,\n            l = d.sigBytes,\n            s = this._map;\n            d.clamp();\n            d = [];\n            for (var q = 0; q < l; q += 3) for (var w = (n[q >>> 2] >>> 24 - 8 * (q % 4) & 255) << 16 | (n[q + 1 >>> 2] >>> 24 - 8 * ((q + 1) % 4) & 255) << 8 | n[q + 2 >>> 2] >>> 24 - 8 * ((q + 2) % 4) & 255, v = 0; 4 > v && q + 0.75 * v < l; v++) d.push(s.charAt(w >>> 6 * (3 - v) & 63));\n            if (n = s.charAt(64)) for (; d.length % 4;) d.push(n);\n            return d.join(\"\")\n        },\n        parse: function(d) {\n            var n = d.length,\n            p = this._map,\n            s = p.charAt(64);\n            s && (s = d.indexOf(s), -1 != s && (n = s));\n            for (var s = [], q = 0, w = 0; w < n; w++) if (w % 4) {\n                var v = p.indexOf(d.charAt(w - 1)) << 2 * (w % 4),\n                b = p.indexOf(d.charAt(w)) >>> 6 - 2 * (w % 4);\n                s[q >>> 2] |= (v | b) << 24 - 8 * (q % 4);\n                q++\n            }\n            return l.create(s, q)\n        },\n        _map: \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\"\n    }\n})(); (function(u) {\n    function l(b, e, a, c, m, f, t) {\n        b = b + (e & a | ~e & c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function d(b, e, a, c, m, f, t) {\n        b = b + (e & c | a & ~c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function n(b, e, a, c, m, f, t) {\n        b = b + (e ^ a ^ c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function p(b, e, a, c, m, f, t) {\n        b = b + (a ^ (e | ~c)) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    for (var s = CryptoJS,\n    q = s.lib,\n    w = q.WordArray,\n    v = q.Hasher,\n    q = s.algo,\n    b = [], x = 0; 64 > x; x++) b[x] = 4294967296 * u.abs(u.sin(x + 1)) | 0;\n    q = q.MD5 = v.extend({\n        _doReset: function() {\n            this._hash = new w.init([1732584193, 4023233417, 2562383102, 271733878])\n        },\n        _doProcessBlock: function(r, e) {\n            for (var a = 0; 16 > a; a++) {\n                var c = e + a,\n                m = r[c];\n                r[c] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360\n            }\n            var a = this._hash.words,\n            c = r[e + 0],\n            m = r[e + 1],\n            f = r[e + 2],\n            t = r[e + 3],\n            y = r[e + 4],\n            q = r[e + 5],\n            s = r[e + 6],\n            w = r[e + 7],\n            v = r[e + 8],\n            u = r[e + 9],\n            x = r[e + 10],\n            z = r[e + 11],\n            A = r[e + 12],\n            B = r[e + 13],\n            C = r[e + 14],\n            D = r[e + 15],\n            g = a[0],\n            h = a[1],\n            j = a[2],\n            k = a[3],\n            g = l(g, h, j, k, c, 7, b[0]),\n            k = l(k, g, h, j, m, 12, b[1]),\n            j = l(j, k, g, h, f, 17, b[2]),\n            h = l(h, j, k, g, t, 22, b[3]),\n            g = l(g, h, j, k, y, 7, b[4]),\n            k = l(k, g, h, j, q, 12, b[5]),\n            j = l(j, k, g, h, s, 17, b[6]),\n            h = l(h, j, k, g, w, 22, b[7]),\n            g = l(g, h, j, k, v, 7, b[8]),\n            k = l(k, g, h, j, u, 12, b[9]),\n            j = l(j, k, g, h, x, 17, b[10]),\n            h = l(h, j, k, g, z, 22, b[11]),\n            g = l(g, h, j, k, A, 7, b[12]),\n            k = l(k, g, h, j, B, 12, b[13]),\n            j = l(j, k, g, h, C, 17, b[14]),\n            h = l(h, j, k, g, D, 22, b[15]),\n            g = d(g, h, j, k, m, 5, b[16]),\n            k = d(k, g, h, j, s, 9, b[17]),\n            j = d(j, k, g, h, z, 14, b[18]),\n            h = d(h, j, k, g, c, 20, b[19]),\n            g = d(g, h, j, k, q, 5, b[20]),\n            k = d(k, g, h, j, x, 9, b[21]),\n            j = d(j, k, g, h, D, 14, b[22]),\n            h = d(h, j, k, g, y, 20, b[23]),\n            g = d(g, h, j, k, u, 5, b[24]),\n            k = d(k, g, h, j, C, 9, b[25]),\n            j = d(j, k, g, h, t, 14, b[26]),\n            h = d(h, j, k, g, v, 20, b[27]),\n            g = d(g, h, j, k, B, 5, b[28]),\n            k = d(k, g, h, j, f, 9, b[29]),\n            j = d(j, k, g, h, w, 14, b[30]),\n            h = d(h, j, k, g, A, 20, b[31]),\n            g = n(g, h, j, k, q, 4, b[32]),\n            k = n(k, g, h, j, v, 11, b[33]),\n            j = n(j, k, g, h, z, 16, b[34]),\n            h = n(h, j, k, g, C, 23, b[35]),\n            g = n(g, h, j, k, m, 4, b[36]),\n            k = n(k, g, h, j, y, 11, b[37]),\n            j = n(j, k, g, h, w, 16, b[38]),\n            h = n(h, j, k, g, x, 23, b[39]),\n            g = n(g, h, j, k, B, 4, b[40]),\n            k = n(k, g, h, j, c, 11, b[41]),\n            j = n(j, k, g, h, t, 16, b[42]),\n            h = n(h, j, k, g, s, 23, b[43]),\n            g = n(g, h, j, k, u, 4, b[44]),\n            k = n(k, g, h, j, A, 11, b[45]),\n            j = n(j, k, g, h, D, 16, b[46]),\n            h = n(h, j, k, g, f, 23, b[47]),\n            g = p(g, h, j, k, c, 6, b[48]),\n            k = p(k, g, h, j, w, 10, b[49]),\n            j = p(j, k, g, h, C, 15, b[50]),\n            h = p(h, j, k, g, q, 21, b[51]),\n            g = p(g, h, j, k, A, 6, b[52]),\n            k = p(k, g, h, j, t, 10, b[53]),\n            j = p(j, k, g, h, x, 15, b[54]),\n            h = p(h, j, k, g, m, 21, b[55]),\n            g = p(g, h, j, k, v, 6, b[56]),\n            k = p(k, g, h, j, D, 10, b[57]),\n            j = p(j, k, g, h, s, 15, b[58]),\n            h = p(h, j, k, g, B, 21, b[59]),\n            g = p(g, h, j, k, y, 6, b[60]),\n            k = p(k, g, h, j, z, 10, b[61]),\n            j = p(j, k, g, h, f, 15, b[62]),\n            h = p(h, j, k, g, u, 21, b[63]);\n            a[0] = a[0] + g | 0;\n            a[1] = a[1] + h | 0;\n            a[2] = a[2] + j | 0;\n            a[3] = a[3] + k | 0\n        },\n        _doFinalize: function() {\n            var b = this._data,\n            e = b.words,\n            a = 8 * this._nDataBytes,\n            c = 8 * b.sigBytes;\n            e[c >>> 5] |= 128 << 24 - c % 32;\n            var m = u.floor(a / 4294967296);\n            e[(c + 64 >>> 9 << 4) + 15] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360;\n            e[(c + 64 >>> 9 << 4) + 14] = (a << 8 | a >>> 24) & 16711935 | (a << 24 | a >>> 8) & 4278255360;\n            b.sigBytes = 4 * (e.length + 1);\n            this._process();\n            b = this._hash;\n            e = b.words;\n            for (a = 0; 4 > a; a++) c = e[a],\n            e[a] = (c << 8 | c >>> 24) & 16711935 | (c << 24 | c >>> 8) & 4278255360;\n            return b\n        },\n        clone: function() {\n            var b = v.clone.call(this);\n            b._hash = this._hash.clone();\n            return b\n        }\n    });\n    s.MD5 = v._createHelper(q);\n    s.HmacMD5 = v._createHmacHelper(q)\n})(Math); (function() {\n    var u = CryptoJS,\n    l = u.lib,\n    d = l.Base,\n    n = l.WordArray,\n    l = u.algo,\n    p = l.EvpKDF = d.extend({\n        cfg: d.extend({\n            keySize: 4,\n            hasher: l.MD5,\n            iterations: 1\n        }),\n        init: function(d) {\n            this.cfg = this.cfg.extend(d)\n        },\n        compute: function(d, l) {\n            for (var p = this.cfg,\n            v = p.hasher.create(), b = n.create(), u = b.words, r = p.keySize, p = p.iterations; u.length < r;) {\n                e && v.update(e);\n                var e = v.update(d).finalize(l);\n                v.reset();\n                for (var a = 1; a < p; a++) e = v.finalize(e),\n                v.reset();\n                b.concat(e)\n            }\n            b.sigBytes = 4 * r;\n            return b\n        }\n    });\n    u.EvpKDF = function(d, l, n) {\n        return p.create(n).compute(d, l)\n    }\n})();\nCryptoJS.lib.Cipher ||\nfunction(u) {\n    var l = CryptoJS,\n    d = l.lib,\n    n = d.Base,\n    p = d.WordArray,\n    s = d.BufferedBlockAlgorithm,\n    q = l.enc.Base64,\n    w = l.algo.EvpKDF,\n    v = d.Cipher = s.extend({\n        cfg: n.extend(),\n        createEncryptor: function(m, a) {\n            return this.create(this._ENC_XFORM_MODE, m, a)\n        },\n        createDecryptor: function(m, a) {\n            return this.create(this._DEC_XFORM_MODE, m, a)\n        },\n        init: function(m, a, b) {\n            this.cfg = this.cfg.extend(b);\n            this._xformMode = m;\n            this._key = a;\n            this.reset()\n        },\n        reset: function() {\n            s.reset.call(this);\n            this._doReset()\n        },\n        process: function(a) {\n            this._append(a);\n            return this._process()\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        keySize: 4,\n        ivSize: 4,\n        _ENC_XFORM_MODE: 1,\n        _DEC_XFORM_MODE: 2,\n        _createHelper: function(m) {\n            return {\n                encrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).encrypt(m, f, b, e)\n                },\n                decrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).decrypt(m, f, b, e)\n                }\n            }\n        }\n    });\n    d.StreamCipher = v.extend({\n        _doFinalize: function() {\n            return this._process(!0)\n        },\n        blockSize: 1\n    });\n    var b = l.mode = {},\n    x = function(a, f, b) {\n        var c = this._iv;\n        c ? this._iv = u: c = this._prevBlock;\n        for (var e = 0; e < b; e++) a[f + e] ^= c[e]\n    },\n    r = (d.BlockCipherMode = n.extend({\n        createEncryptor: function(a, f) {\n            return this.Encryptor.create(a, f)\n        },\n        createDecryptor: function(a, f) {\n            return this.Decryptor.create(a, f)\n        },\n        init: function(a, f) {\n            this._cipher = a;\n            this._iv = f\n        }\n    })).extend();\n    r.Encryptor = r.extend({\n        processBlock: function(a, f) {\n            var b = this._cipher,\n            c = b.blockSize;\n            x.call(this, a, f, c);\n            b.encryptBlock(a, f);\n            this._prevBlock = a.slice(f, f + c)\n        }\n    });\n    r.Decryptor = r.extend({\n        processBlock: function(a, b) {\n            var c = this._cipher,\n            e = c.blockSize,\n            d = a.slice(b, b + e);\n            c.decryptBlock(a, b);\n            x.call(this, a, b, e);\n            this._prevBlock = d\n        }\n    });\n    b = b.CBC = r;\n    r = (l.pad = {}).Pkcs7 = {\n        pad: function(a, b) {\n            for (var c = 4 * b,\n            c = c - a.sigBytes % c,\n            e = c << 24 | c << 16 | c << 8 | c,\n            d = [], l = 0; l < c; l += 4) d.push(e);\n            c = p.create(d, c);\n            a.concat(c)\n        },\n        unpad: function(a) {\n            a.sigBytes -= a.words[a.sigBytes - 1 >>> 2] & 255\n        }\n    };\n    d.BlockCipher = v.extend({\n        cfg: v.cfg.extend({\n            mode: b,\n            padding: r\n        }),\n        reset: function() {\n            v.reset.call(this);\n            var a = this.cfg,\n            c = a.iv,\n            a = a.mode;\n            if (this._xformMode == this._ENC_XFORM_MODE) var b = a.createEncryptor;\n            else b = a.createDecryptor,\n            this._minBufferSize = 1;\n            this._mode = b.call(a, this, c && c.words)\n        },\n        _doProcessBlock: function(a, c) {\n            this._mode.processBlock(a, c)\n        },\n        _doFinalize: function() {\n            var a = this.cfg.padding;\n            if (this._xformMode == this._ENC_XFORM_MODE) {\n                a.pad(this._data, this.blockSize);\n                var c = this._process(!0)\n            } else c = this._process(!0),\n            a.unpad(c);\n            return c\n        },\n        blockSize: 4\n    });\n    var e = d.CipherParams = n.extend({\n        init: function(a) {\n            this.mixIn(a)\n        },\n        toString: function(a) {\n            return (a || this.formatter).stringify(this)\n        }\n    }),\n    b = (l.format = {}).OpenSSL = {\n        stringify: function(a) {\n            var c = a.ciphertext;\n            a = a.salt;\n            return (a ? p.create([1398893684, 1701076831]).concat(a).concat(c) : c).toString(q)\n        },\n        parse: function(a) {\n            a = q.parse(a);\n            var c = a.words;\n            if (1398893684 == c[0] && 1701076831 == c[1]) {\n                var b = p.create(c.slice(2, 4));\n                c.splice(0, 4);\n                a.sigBytes -= 16\n            }\n            return e.create({\n                ciphertext: a,\n                salt: b\n            })\n        }\n    },\n    a = d.SerializableCipher = n.extend({\n        cfg: n.extend({\n            format: b\n        }),\n        encrypt: function(a, c, b, d) {\n            d = this.cfg.extend(d);\n            var l = a.createEncryptor(b, d);\n            c = l.finalize(c);\n            l = l.cfg;\n            return e.create({\n                ciphertext: c,\n                key: b,\n                iv: l.iv,\n                algorithm: a,\n                mode: l.mode,\n                padding: l.padding,\n                blockSize: a.blockSize,\n                formatter: d.format\n            })\n        },\n        decrypt: function(a, c, b, e) {\n            e = this.cfg.extend(e);\n            c = this._parse(c, e.format);\n            return a.createDecryptor(b, e).finalize(c.ciphertext)\n        },\n        _parse: function(a, c) {\n            return \"string\" == typeof a ? c.parse(a, this) : a\n        }\n    }),\n    l = (l.kdf = {}).OpenSSL = {\n        execute: function(a, c, b, d) {\n            d || (d = p.random(8));\n            a = w.create({\n                keySize: c + b\n            }).compute(a, d);\n            b = p.create(a.words.slice(c), 4 * b);\n            a.sigBytes = 4 * c;\n            return e.create({\n                key: a,\n                iv: b,\n                salt: d\n            })\n        }\n    },\n    c = d.PasswordBasedCipher = a.extend({\n        cfg: a.cfg.extend({\n            kdf: l\n        }),\n        encrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            e = d.kdf.execute(e, c.keySize, c.ivSize);\n            d.iv = e.iv;\n            c = a.encrypt.call(this, c, b, e.key, d);\n            c.mixIn(e);\n            return c\n        },\n        decrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            b = this._parse(b, d.format);\n            e = d.kdf.execute(e, c.keySize, c.ivSize, b.salt);\n            d.iv = e.iv;\n            return a.decrypt.call(this, c, b, e.key, d)\n        }\n    })\n} (); (function() {\n    function u(b, a) {\n        var c = (this._lBlock >>> b ^ this._rBlock) & a;\n        this._rBlock ^= c;\n        this._lBlock ^= c << b\n    }\n    function l(b, a) {\n        var c = (this._rBlock >>> b ^ this._lBlock) & a;\n        this._lBlock ^= c;\n        this._rBlock ^= c << b\n    }\n    var d = CryptoJS,\n    n = d.lib,\n    p = n.WordArray,\n    n = n.BlockCipher,\n    s = d.algo,\n    q = [57, 49, 41, 33, 25, 17, 9, 1, 58, 50, 42, 34, 26, 18, 10, 2, 59, 51, 43, 35, 27, 19, 11, 3, 60, 52, 44, 36, 63, 55, 47, 39, 31, 23, 15, 7, 62, 54, 46, 38, 30, 22, 14, 6, 61, 53, 45, 37, 29, 21, 13, 5, 28, 20, 12, 4],\n    w = [14, 17, 11, 24, 1, 5, 3, 28, 15, 6, 21, 10, 23, 19, 12, 4, 26, 8, 16, 7, 27, 20, 13, 2, 41, 52, 31, 37, 47, 55, 30, 40, 51, 45, 33, 48, 44, 49, 39, 56, 34, 53, 46, 42, 50, 36, 29, 32],\n    v = [1, 2, 4, 6, 8, 10, 12, 14, 15, 17, 19, 21, 23, 25, 27, 28],\n    b = [{\n        \"0\": 8421888,\n        268435456 : 32768,\n        536870912 : 8421378,\n        805306368 : 2,\n        1073741824 : 512,\n        1342177280 : 8421890,\n        1610612736 : 8389122,\n        1879048192 : 8388608,\n        2147483648 : 514,\n        2415919104 : 8389120,\n        2684354560 : 33280,\n        2952790016 : 8421376,\n        3221225472 : 32770,\n        3489660928 : 8388610,\n        3758096384 : 0,\n        4026531840 : 33282,\n        134217728 : 0,\n        402653184 : 8421890,\n        671088640 : 33282,\n        939524096 : 32768,\n        1207959552 : 8421888,\n        1476395008 : 512,\n        1744830464 : 8421378,\n        2013265920 : 2,\n        2281701376 : 8389120,\n        2550136832 : 33280,\n        2818572288 : 8421376,\n        3087007744 : 8389122,\n        3355443200 : 8388610,\n        3623878656 : 32770,\n        3892314112 : 514,\n        4160749568 : 8388608,\n        1 : 32768,\n        268435457 : 2,\n        536870913 : 8421888,\n        805306369 : 8388608,\n        1073741825 : 8421378,\n        1342177281 : 33280,\n        1610612737 : 512,\n        1879048193 : 8389122,\n        2147483649 : 8421890,\n        2415919105 : 8421376,\n        2684354561 : 8388610,\n        2952790017 : 33282,\n        3221225473 : 514,\n        3489660929 : 8389120,\n        3758096385 : 32770,\n        4026531841 : 0,\n        134217729 : 8421890,\n        402653185 : 8421376,\n        671088641 : 8388608,\n        939524097 : 512,\n        1207959553 : 32768,\n        1476395009 : 8388610,\n        1744830465 : 2,\n        2013265921 : 33282,\n        2281701377 : 32770,\n        2550136833 : 8389122,\n        2818572289 : 514,\n        3087007745 : 8421888,\n        3355443201 : 8389120,\n        3623878657 : 0,\n        3892314113 : 33280,\n        4160749569 : 8421378\n    },\n    {\n        \"0\": 1074282512,\n        16777216 : 16384,\n        33554432 : 524288,\n        50331648 : 1074266128,\n        67108864 : 1073741840,\n        83886080 : 1074282496,\n        100663296 : 1073758208,\n        117440512 : 16,\n        134217728 : 540672,\n        150994944 : 1073758224,\n        167772160 : 1073741824,\n        184549376 : 540688,\n        201326592 : 524304,\n        218103808 : 0,\n        234881024 : 16400,\n        251658240 : 1074266112,\n        8388608 : 1073758208,\n        25165824 : 540688,\n        41943040 : 16,\n        58720256 : 1073758224,\n        75497472 : 1074282512,\n        92274688 : 1073741824,\n        109051904 : 524288,\n        125829120 : 1074266128,\n        142606336 : 524304,\n        159383552 : 0,\n        176160768 : 16384,\n        192937984 : 1074266112,\n        209715200 : 1073741840,\n        226492416 : 540672,\n        243269632 : 1074282496,\n        260046848 : 16400,\n        268435456 : 0,\n        285212672 : 1074266128,\n        301989888 : 1073758224,\n        318767104 : 1074282496,\n        335544320 : 1074266112,\n        352321536 : 16,\n        369098752 : 540688,\n        385875968 : 16384,\n        402653184 : 16400,\n        419430400 : 524288,\n        436207616 : 524304,\n        452984832 : 1073741840,\n        469762048 : 540672,\n        486539264 : 1073758208,\n        503316480 : 1073741824,\n        520093696 : 1074282512,\n        276824064 : 540688,\n        293601280 : 524288,\n        310378496 : 1074266112,\n        327155712 : 16384,\n        343932928 : 1073758208,\n        360710144 : 1074282512,\n        377487360 : 16,\n        394264576 : 1073741824,\n        411041792 : 1074282496,\n        427819008 : 1073741840,\n        444596224 : 1073758224,\n        461373440 : 524304,\n        478150656 : 0,\n        494927872 : 16400,\n        511705088 : 1074266128,\n        528482304 : 540672\n    },\n    {\n        \"0\": 260,\n        1048576 : 0,\n        2097152 : 67109120,\n        3145728 : 65796,\n        4194304 : 65540,\n        5242880 : 67108868,\n        6291456 : 67174660,\n        7340032 : 67174400,\n        8388608 : 67108864,\n        9437184 : 67174656,\n        10485760 : 65792,\n        11534336 : 67174404,\n        12582912 : 67109124,\n        13631488 : 65536,\n        14680064 : 4,\n        15728640 : 256,\n        524288 : 67174656,\n        1572864 : 67174404,\n        2621440 : 0,\n        3670016 : 67109120,\n        4718592 : 67108868,\n        5767168 : 65536,\n        6815744 : 65540,\n        7864320 : 260,\n        8912896 : 4,\n        9961472 : 256,\n        11010048 : 67174400,\n        12058624 : 65796,\n        13107200 : 65792,\n        14155776 : 67109124,\n        15204352 : 67174660,\n        16252928 : 67108864,\n        16777216 : 67174656,\n        17825792 : 65540,\n        18874368 : 65536,\n        19922944 : 67109120,\n        20971520 : 256,\n        22020096 : 67174660,\n        23068672 : 67108868,\n        24117248 : 0,\n        25165824 : 67109124,\n        26214400 : 67108864,\n        27262976 : 4,\n        28311552 : 65792,\n        29360128 : 67174400,\n        30408704 : 260,\n        31457280 : 65796,\n        32505856 : 67174404,\n        17301504 : 67108864,\n        18350080 : 260,\n        19398656 : 67174656,\n        20447232 : 0,\n        21495808 : 65540,\n        22544384 : 67109120,\n        23592960 : 256,\n        24641536 : 67174404,\n        25690112 : 65536,\n        26738688 : 67174660,\n        27787264 : 65796,\n        28835840 : 67108868,\n        29884416 : 67109124,\n        30932992 : 67174400,\n        31981568 : 4,\n        33030144 : 65792\n    },\n    {\n        \"0\": 2151682048,\n        65536 : 2147487808,\n        131072 : 4198464,\n        196608 : 2151677952,\n        262144 : 0,\n        327680 : 4198400,\n        393216 : 2147483712,\n        458752 : 4194368,\n        524288 : 2147483648,\n        589824 : 4194304,\n        655360 : 64,\n        720896 : 2147487744,\n        786432 : 2151678016,\n        851968 : 4160,\n        917504 : 4096,\n        983040 : 2151682112,\n        32768 : 2147487808,\n        98304 : 64,\n        163840 : 2151678016,\n        229376 : 2147487744,\n        294912 : 4198400,\n        360448 : 2151682112,\n        425984 : 0,\n        491520 : 2151677952,\n        557056 : 4096,\n        622592 : 2151682048,\n        688128 : 4194304,\n        753664 : 4160,\n        819200 : 2147483648,\n        884736 : 4194368,\n        950272 : 4198464,\n        1015808 : 2147483712,\n        1048576 : 4194368,\n        1114112 : 4198400,\n        1179648 : 2147483712,\n        1245184 : 0,\n        1310720 : 4160,\n        1376256 : 2151678016,\n        1441792 : 2151682048,\n        1507328 : 2147487808,\n        1572864 : 2151682112,\n        1638400 : 2147483648,\n        1703936 : 2151677952,\n        1769472 : 4198464,\n        1835008 : 2147487744,\n        1900544 : 4194304,\n        1966080 : 64,\n        2031616 : 4096,\n        1081344 : 2151677952,\n        1146880 : 2151682112,\n        1212416 : 0,\n        1277952 : 4198400,\n        1343488 : 4194368,\n        1409024 : 2147483648,\n        1474560 : 2147487808,\n        1540096 : 64,\n        1605632 : 2147483712,\n        1671168 : 4096,\n        1736704 : 2147487744,\n        1802240 : 2151678016,\n        1867776 : 4160,\n        1933312 : 2151682048,\n        1998848 : 4194304,\n        2064384 : 4198464\n    },\n    {\n        \"0\": 128,\n        4096 : 17039360,\n        8192 : 262144,\n        12288 : 536870912,\n        16384 : 537133184,\n        20480 : 16777344,\n        24576 : 553648256,\n        28672 : 262272,\n        32768 : 16777216,\n        36864 : 537133056,\n        40960 : 536871040,\n        45056 : 553910400,\n        49152 : 553910272,\n        53248 : 0,\n        57344 : 17039488,\n        61440 : 553648128,\n        2048 : 17039488,\n        6144 : 553648256,\n        10240 : 128,\n        14336 : 17039360,\n        18432 : 262144,\n        22528 : 537133184,\n        26624 : 553910272,\n        30720 : 536870912,\n        34816 : 537133056,\n        38912 : 0,\n        43008 : 553910400,\n        47104 : 16777344,\n        51200 : 536871040,\n        55296 : 553648128,\n        59392 : 16777216,\n        63488 : 262272,\n        65536 : 262144,\n        69632 : 128,\n        73728 : 536870912,\n        77824 : 553648256,\n        81920 : 16777344,\n        86016 : 553910272,\n        90112 : 537133184,\n        94208 : 16777216,\n        98304 : 553910400,\n        102400 : 553648128,\n        106496 : 17039360,\n        110592 : 537133056,\n        114688 : 262272,\n        118784 : 536871040,\n        122880 : 0,\n        126976 : 17039488,\n        67584 : 553648256,\n        71680 : 16777216,\n        75776 : 17039360,\n        79872 : 537133184,\n        83968 : 536870912,\n        88064 : 17039488,\n        92160 : 128,\n        96256 : 553910272,\n        100352 : 262272,\n        104448 : 553910400,\n        108544 : 0,\n        112640 : 553648128,\n        116736 : 16777344,\n        120832 : 262144,\n        124928 : 537133056,\n        129024 : 536871040\n    },\n    {\n        \"0\": 268435464,\n        256 : 8192,\n        512 : 270532608,\n        768 : 270540808,\n        1024 : 268443648,\n        1280 : 2097152,\n        1536 : 2097160,\n        1792 : 268435456,\n        2048 : 0,\n        2304 : 268443656,\n        2560 : 2105344,\n        2816 : 8,\n        3072 : 270532616,\n        3328 : 2105352,\n        3584 : 8200,\n        3840 : 270540800,\n        128 : 270532608,\n        384 : 270540808,\n        640 : 8,\n        896 : 2097152,\n        1152 : 2105352,\n        1408 : 268435464,\n        1664 : 268443648,\n        1920 : 8200,\n        2176 : 2097160,\n        2432 : 8192,\n        2688 : 268443656,\n        2944 : 270532616,\n        3200 : 0,\n        3456 : 270540800,\n        3712 : 2105344,\n        3968 : 268435456,\n        4096 : 268443648,\n        4352 : 270532616,\n        4608 : 270540808,\n        4864 : 8200,\n        5120 : 2097152,\n        5376 : 268435456,\n        5632 : 268435464,\n        5888 : 2105344,\n        6144 : 2105352,\n        6400 : 0,\n        6656 : 8,\n        6912 : 270532608,\n        7168 : 8192,\n        7424 : 268443656,\n        7680 : 270540800,\n        7936 : 2097160,\n        4224 : 8,\n        4480 : 2105344,\n        4736 : 2097152,\n        4992 : 268435464,\n        5248 : 268443648,\n        5504 : 8200,\n        5760 : 270540808,\n        6016 : 270532608,\n        6272 : 270540800,\n        6528 : 270532616,\n        6784 : 8192,\n        7040 : 2105352,\n        7296 : 2097160,\n        7552 : 0,\n        7808 : 268435456,\n        8064 : 268443656\n    },\n    {\n        \"0\": 1048576,\n        16 : 33555457,\n        32 : 1024,\n        48 : 1049601,\n        64 : 34604033,\n        80 : 0,\n        96 : 1,\n        112 : 34603009,\n        128 : 33555456,\n        144 : 1048577,\n        160 : 33554433,\n        176 : 34604032,\n        192 : 34603008,\n        208 : 1025,\n        224 : 1049600,\n        240 : 33554432,\n        8 : 34603009,\n        24 : 0,\n        40 : 33555457,\n        56 : 34604032,\n        72 : 1048576,\n        88 : 33554433,\n        104 : 33554432,\n        120 : 1025,\n        136 : 1049601,\n        152 : 33555456,\n        168 : 34603008,\n        184 : 1048577,\n        200 : 1024,\n        216 : 34604033,\n        232 : 1,\n        248 : 1049600,\n        256 : 33554432,\n        272 : 1048576,\n        288 : 33555457,\n        304 : 34603009,\n        320 : 1048577,\n        336 : 33555456,\n        352 : 34604032,\n        368 : 1049601,\n        384 : 1025,\n        400 : 34604033,\n        416 : 1049600,\n        432 : 1,\n        448 : 0,\n        464 : 34603008,\n        480 : 33554433,\n        496 : 1024,\n        264 : 1049600,\n        280 : 33555457,\n        296 : 34603009,\n        312 : 1,\n        328 : 33554432,\n        344 : 1048576,\n        360 : 1025,\n        376 : 34604032,\n        392 : 33554433,\n        408 : 34603008,\n        424 : 0,\n        440 : 34604033,\n        456 : 1049601,\n        472 : 1024,\n        488 : 33555456,\n        504 : 1048577\n    },\n    {\n        \"0\": 134219808,\n        1 : 131072,\n        2 : 134217728,\n        3 : 32,\n        4 : 131104,\n        5 : 134350880,\n        6 : 134350848,\n        7 : 2048,\n        8 : 134348800,\n        9 : 134219776,\n        10 : 133120,\n        11 : 134348832,\n        12 : 2080,\n        13 : 0,\n        14 : 134217760,\n        15 : 133152,\n        2147483648 : 2048,\n        2147483649 : 134350880,\n        2147483650 : 134219808,\n        2147483651 : 134217728,\n        2147483652 : 134348800,\n        2147483653 : 133120,\n        2147483654 : 133152,\n        2147483655 : 32,\n        2147483656 : 134217760,\n        2147483657 : 2080,\n        2147483658 : 131104,\n        2147483659 : 134350848,\n        2147483660 : 0,\n        2147483661 : 134348832,\n        2147483662 : 134219776,\n        2147483663 : 131072,\n        16 : 133152,\n        17 : 134350848,\n        18 : 32,\n        19 : 2048,\n        20 : 134219776,\n        21 : 134217760,\n        22 : 134348832,\n        23 : 131072,\n        24 : 0,\n        25 : 131104,\n        26 : 134348800,\n        27 : 134219808,\n        28 : 134350880,\n        29 : 133120,\n        30 : 2080,\n        31 : 134217728,\n        2147483664 : 131072,\n        2147483665 : 2048,\n        2147483666 : 134348832,\n        2147483667 : 133152,\n        2147483668 : 32,\n        2147483669 : 134348800,\n        2147483670 : 134217728,\n        2147483671 : 134219808,\n        2147483672 : 134350880,\n        2147483673 : 134217760,\n        2147483674 : 134219776,\n        2147483675 : 0,\n        2147483676 : 133120,\n        2147483677 : 2080,\n        2147483678 : 131104,\n        2147483679 : 134350848\n    }],\n    x = [4160749569, 528482304, 33030144, 2064384, 129024, 8064, 504, 2147483679],\n    r = s.DES = n.extend({\n        _doReset: function() {\n            for (var b = this._key.words,\n            a = [], c = 0; 56 > c; c++) {\n                var d = q[c] - 1;\n                a[c] = b[d >>> 5] >>> 31 - d % 32 & 1\n            }\n            b = this._subKeys = [];\n            for (d = 0; 16 > d; d++) {\n                for (var f = b[d] = [], l = v[d], c = 0; 24 > c; c++) f[c / 6 | 0] |= a[(w[c] - 1 + l) % 28] << 31 - c % 6,\n                f[4 + (c / 6 | 0)] |= a[28 + (w[c + 24] - 1 + l) % 28] << 31 - c % 6;\n                f[0] = f[0] << 1 | f[0] >>> 31;\n                for (c = 1; 7 > c; c++) f[c] >>>= 4 * (c - 1) + 3;\n                f[7] = f[7] << 5 | f[7] >>> 27\n            }\n            a = this._invSubKeys = [];\n            for (c = 0; 16 > c; c++) a[c] = b[15 - c]\n        },\n        encryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._subKeys)\n        },\n        decryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._invSubKeys)\n        },\n        _doCryptBlock: function(e, a, c) {\n            this._lBlock = e[a];\n            this._rBlock = e[a + 1];\n            u.call(this, 4, 252645135);\n            u.call(this, 16, 65535);\n            l.call(this, 2, 858993459);\n            l.call(this, 8, 16711935);\n            u.call(this, 1, 1431655765);\n            for (var d = 0; 16 > d; d++) {\n                for (var f = c[d], n = this._lBlock, p = this._rBlock, q = 0, r = 0; 8 > r; r++) q |= b[r][((p ^ f[r]) & x[r]) >>> 0];\n                this._lBlock = p;\n                this._rBlock = n ^ q\n            }\n            c = this._lBlock;\n            this._lBlock = this._rBlock;\n            this._rBlock = c;\n            u.call(this, 1, 1431655765);\n            l.call(this, 8, 16711935);\n            l.call(this, 2, 858993459);\n            u.call(this, 16, 65535);\n            u.call(this, 4, 252645135);\n            e[a] = this._lBlock;\n            e[a + 1] = this._rBlock\n        },\n        keySize: 2,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.DES = n._createHelper(r);\n    s = s.TripleDES = n.extend({\n        _doReset: function() {\n            var b = this._key.words;\n            this._des1 = r.createEncryptor(p.create(b.slice(0, 2)));\n            this._des2 = r.createEncryptor(p.create(b.slice(2, 4)));\n            this._des3 = r.createEncryptor(p.create(b.slice(4, 6)))\n        },\n        encryptBlock: function(b, a) {\n            this._des1.encryptBlock(b, a);\n            this._des2.decryptBlock(b, a);\n            this._des3.encryptBlock(b, a)\n        },\n        decryptBlock: function(b, a) {\n            this._des3.decryptBlock(b, a);\n            this._des2.encryptBlock(b, a);\n            this._des1.decryptBlock(b, a)\n        },\n        keySize: 6,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.TripleDES = n._createHelper(s)\n})();\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\n/**\n * Electronic Codebook block mode.\n */\nCryptoJS.mode.ECB = (function() {\n    var ECB = CryptoJS.lib.BlockCipherMode.extend();\n\n    ECB.Encryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.encryptBlock(words, offset);\n        }\n    });\n\n    ECB.Decryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.decryptBlock(words, offset);\n        }\n    });\n\n    return ECB;\n} ());\n\nfunction encryptByDES(message, key) {\n    var keyHex = CryptoJS.enc.Utf8.parse(key);\n    var encrypted = CryptoJS.DES.encrypt(message, keyHex, {\n        mode: CryptoJS.mode.ECB,\n        padding: CryptoJS.pad.Pkcs7\n    });\n    return encrypted.toString()\n}\n//DES加密结束\nvar deskey = 'web@hzlq';\nvar userId='0';\nfunction getPostUrl(data,type) {\nvar url = 'http://m.ndlib.cn/nlc_read_home/service.do,';\nvar md5Key = 'library_2016@hzlq';\nvalue = {\n    siteId: 1,\n    data:encryptByDES(JSON.stringify(data), deskey),\n    userId: userId,\n    fromSource: 3,\n    osType: 5,\n    version: \"1.0.1\",\n    versionCode: 10001,\n    timeStamp: data.timeStamp,\n    hashCode: md5(data.timeStamp + md5Key)\n}\nvar option={\n\"method\":\"POST\",\n\"body\":'cmd='+type+'&value=' + encodeURIComponent(JSON.stringify(value))\n}\nreturn url + JSON.stringify(option);\n}\n//搜索链接\nvar data ={\n    timeStamp:Date.now(),\n    bigType:\"0\",\n    content:key,\n    pageSize:10,\n    pageNum:1\n};\ngetPostUrl(data,'qrySearchList')\n</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "懒得测试了，自己登录测试，不行就删",
    "bookSourceGroup": "免费",
    "bookSourceName": "看点小说（登录）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.kandzww.com",
    "customButton": false,
    "customOrder": 882,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1733765411196,
    "respondTime": 6010,
    "ruleBookInfo": {
      "author": "class.con@span.0@text",
      "coverUrl": "class.img@img@src",
      "intro": "class.bd_text@class.word-break@text",
      "kind": "class.con@span.1@text",
      "lastChapter": "class.bd_text@h5@tag.a@text&&class.bd_text@h5@tag.span@text##>>##·",
      "name": "class.con@h3@text##作者.*",
      "tocUrl": "text.开始阅读@href"
    },
    "ruleContent": {
      "content": "id.text@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@tag.a@text",
      "bookList": "class.bd@li",
      "bookUrl": "class.left@tag.a@href",
      "checkKeyWord": "",
      "coverUrl": "class.left@img@src",
      "intro": "class.summary@text",
      "lastChapter": "class.status isfinish@text",
      "name": "class.right@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.chapter@li",
      "chapterName": "tag.a@text##加入书架|联系我们",
      "chapterUrl": "tag.a@href##$##,{'webView': true}",
      "updateTime": "class.date@text"
    },
    "searchUrl": "https://www.kandzww.com/search,{\n  \"body\": \"searchkey={{key}}&submit=\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\",\n  \"webView\": true\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "💠 哇啊书库",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.pingshuku.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 883,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1720209060248,
    "loginUrl": "",
    "respondTime": 10582,
    "ruleBookInfo": {
      "coverUrl": "class.block_img2@img@src",
      "intro": "class.intro_info@text##最新章节.*",
      "lastChapter": "class.block_txt2@tag.p.6@a@text"
    },
    "ruleContent": {
      "content": "id.nr@textNodes##.*本章未完.*|.*第.*/.*页.*",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.case_shuqian@text##作者：",
      "bookList": "class.bookone",
      "bookUrl": "a@href",
      "coverUrl": "tag.a.0@href##^.+?(\\d+)\\D(\\d+).+##http://www.pingshuku.com/files/article/image/$1/$2/$2s.jpg",
      "lastChapter": "class.case_last@a@text",
      "name": "class.case_name@a@text"
    },
    "ruleToc": {
      "chapterList": "class.chapter.1@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "http://wap.pingshuku.com/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "微电子书",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.iwurexs.info/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 884,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"武侠仙侠\",\"url\":\"/wuxia/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市言情\",\"url\":\"/yanqing/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美小说\",\"url\":\"/danmei/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻小说\",\"url\":\"/xuanhuan/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青春校园\",\"url\":\"/xiaoyuan/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游竞技\",\"url\":\"/wangyou/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异推理\",\"url\":\"/kongbu/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"纪实小说\",\"url\":\"/jishi/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"军事历史\",\"url\":\"/lishi/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻小说\",\"url\":\"/kehuan/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"管理哲学\",\"url\":\"/zhexue/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"学习资料\",\"url\":\"/xuexi/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总排行榜\",\"url\":\"/paihangbang/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月排行榜\",\"url\":\"/mpaihangbang/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周排行榜\",\"url\":\"/wpaihangbang/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日排行榜\",\"url\":\"/dpaihangbang/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"封推小说\",\"url\":\"/fengtui/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"金牌推荐\",\"url\":\"/jinpaituijian/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网站推荐\",\"url\":\"/tuijian/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.295}},{\"title\":\"最新书籍\",\"url\":\"/new/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.295}}]",
    "lastUpdateTime": 1732974108110,
    "loginUrl": "",
    "respondTime": 5744,
    "ruleBookInfo": {
      "author": "class.small.0@text",
      "coverUrl": ".detail_right@tag.img.0@src",
      "intro": "##简介：([^<]+)<##$1###",
      "kind": "class.wrap.position@tag.span@tag.a.1@text&&.detail_right@li.2@text##.*：",
      "lastChapter": "class.chapter-item.0@text",
      "name": "class.detail_right.1@tag.h1@text"
    },
    "ruleContent": {
      "content": "id.content@html##请记住本书.*|最新网址.*|书快书快.*|书快电子书.*|-",
      "imageStyle": "0",
      "nextContentUrl": "text.下一章@href",
      "replaceRegex": "##本文由4020电子书.*http://www.4020.cn/"
    },
    "ruleExplore": {
      "author": "##作者：([^<]+)<##$1###",
      "bookList": "//div[5]/div[2]/div/ul/li",
      "bookUrl": "class.red@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.wrlwx.com/headimgs/$2/$1/s$1.jpg###",
      "intro": "class.u@textNodes",
      "kind": "##更新：([^<]+)<##$1###",
      "lastChapter": "tag.a.1@text",
      "name": "tag.a.0@text##txt.*",
      "wordCount": "##大小：([^<]+)<##$1###"
    },
    "ruleSearch": {
      "author": "tag.td.3@text",
      "bookList": "tag.tbody@tag.tr!0",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##https://www.iwurexs.com/headimgs/$2/$1/s$1.jpg###",
      "kind": "tag.td.4@text",
      "lastChapter": "tag.td.2@text",
      "name": "tag.td.1@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "//div[5]/div/div[3]/div[2]/ul/li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/so.html?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//网站地址经常变动\n//同站：星空小说http://wap.aixswx.net",
    "bookSourceGroup": "免费",
    "bookSourceName": "🏷️ 永恒小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.4pan.org",
    "bookUrlPattern": "http://wap.4pan.org/book/\\d+.html",
    "customButton": false,
    "customOrder": 885,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar v=source.getVariable();\nvar su=source.getKey();\nvar url=(!v||v==\"\")?su:v;\nvar li=url+\"/mulu/\";\nvar html=java.ajax(li);\nvar h=org.jsoup.Jsoup.parse(html)\nvar a=h.select('ul[class=clearfix] li a');\nvar list=[];\nfor(i in a){\n\tvar text=a[i].text();\n\tvar href=a[i].attr(\"href\");\nhref=String(href).replace(\"1.html\",'{{page}}.html');\n\tvar add=text+\"::\"+url+href;\n\tlist.push(add);\n\t}\nlist.join(\"&&\")",
    "header": "{ \"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1731054466084,
    "respondTime": 5660,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": ".intro.0@text##阅读.*最新章节请关注.+",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "text.章节列表@href"
    },
    "ruleContent": {
      "content": "@js:\nd=java.getElements(\"#txt dd\");\nvar a=\"\";\nfor(i=0;i<d.length-1;i++){\n\ta+=d.select(`[data-id=${i}]`);\n\ta+=\"\\n\";\n\t}\na;",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##{{chapter.title}}|\\(第.*页\\)|（本章未完.*继续阅读）|阅读.*最新章节.*请关注.+",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "kind": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "a@ownText##.*[(]|[):]|[【】].+",
      "bookList": "<js>\nvar sk=java.get(\"sk\");\nvar su=source.getKey();\nvar v=source.getVariable();\nvar so=/s.php/.test(baseUrl);\nif(so){\n\tvar bu=baseUrl.match(/^(.+)\\/s.php/)[1];\nif(bu!=su&&bu!=v){\n\tsource.setVariable(bu);\n\tjava.toast(\"地址变动，重新搜索加载！\")\n\tresult=java.ajax(baseUrl+`,{\n\t\t\"body\": \"s=${String(sk)}\",\n\t\t\"method\": \"POST\"}`);\n\t\t}\n\t}else{result=result}\n\tresult;\n</js>\n.bd li",
      "bookUrl": "a@href",
      "checkKeyWord": "剑来",
      "coverUrl": "a@href##\\D+((\\d+)\\d{3})\\D*##/files/article/image/$2/$1/$1s.jpg###",
      "kind": "span@text##\\[|\\]",
      "name": "a@ownText##[()].+|.*[:【]|】"
    },
    "ruleToc": {
      "chapterList": "<js>\nd=java.getElements(\".list div\");\nvar li=\"\";\nfor(i in d){\n\tli+=d.select(`[data-id=${i}] li`);\n\tli+=\"\\n\";\n\t}\n\tli;\n</js>\nli a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{source.getVariable()?source.getVariable():source.getKey()\n}}/s.php,{\n  \"body\": \"s={{java.put('sk',key)}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "黄金书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.hjbook.com",
    "customButton": false,
    "customOrder": 886,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar result = [];\njava.toast(\"🔥正在刷新列表,请稍等！\");\nvar push = (title, url, size) => result.push({\n    \"title\": title,\n    \"url\": url,\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": size\n    }\n});\nvar baseUrl = \"https://m.hjbook.com/sort.html\";\nvar tag = java.ajax(baseUrl);\nif (tag) {\n    var a = org.jsoup.Jsoup.parse(tag).select(\".content a\");\n    push(\"🔥分类小说🔥\", null, 1);\n    for (var i in a) {\n        var title = a[i].text();\n        var url = a[i].attr(\"href\");\n        var size = 0.33;\n        title = String(title).replace(/\\s/g, \"\");\n        url = String(url)+ \"?page={{page}}\";      \n        push(title, url, size);\n  }\n\n} else {\n  java.toast(\"🤔列表刷新失败！！！\");     \n} \nJSON.stringify(result);",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; U; Android 13; zh-Hans-CN; PFJM10 Build/TP1A.220905.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/100.0.4896.58 Quark/6.13.6.581 Mobile Safari/537.36\",\"Accept-Language\":\"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"}",
    "lastUpdateTime": 1744951470129,
    "respondTime": 4891,
    "ruleBookInfo": {
      "author": ".block_txt2@p.2@text##作者：",
      "coverUrl": "img@src",
      "intro": ".intro_info@html",
      "kind": ".block_txt2@p[3:5]@text##分类：|状态：|更新：",
      "lastChapter": ".block_txt2@p.6@a@text",
      "name": "h2@text",
      "tocUrl": "text.目录@href"
    },
    "ruleContent": {
      "content": "[id~=(nr1)]@html\n<js>\nString(result).replace(/<i class=\"ticon-([\\dA-F]{4})\"><\\/i>/g,(m,p1)=>String.fromCharCode(parseInt(p1,16)))\n</js>",
      "nextContentUrl": "text.下一@href\n@js:\nvar next=/_p\\d+\\.html/.test(result) ? result : '';\nnext",
      "replaceRegex": "##网站公告.*http.*|爱读免费小.*载：htt.*app|https://cdn..*pk  爱读.*找想看的书！"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author@text##作者：",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "intro": ".intro_line@html##简介：",
      "lastChapter": "a.2@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".chapter.1@li@a||.chapter@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "https://m.hjbook.com/search.php?keyword={{key}}&submit=\n@js:\nu=\"https://m.hjbook.com/search.php?keyword=submit=\"\nloc=java.get(u,{})\nlo=String(loc.headers(\"location\"||\"Location\")).replace(/\\[(.*)\\]/,\"$1\")\ncode=loc.statusCode()\nif(code>=301){\nuu=source.key+lo\njava.log(uu)\nre=java.ajax(uu)\njava.log(uu)\nna=re.match(/\" name=\"(.*)\" v/)[1]\nva=re.match(/value=\"(.*)\"\\/\\>/)[1]\nno=re.match(/bute\\(\"value\",\"(.*)\"\\),d/)[1]\nbd=`${na}=${va}&nonce=${no}`\njava.log(bd)\nurl=source.key+\"/search.php?keyword={{key}}&submit=,\"+JSON.stringify({\n  \"body\": bd,\n  \"method\": \"POST\",\n    \t})}else{url=source.key+\"/search.php?keyword={{key}}&submit=\"}",
    "weight": 0
  },
  {
    "bookSourceComment": "By_zhbyjm7783",
    "bookSourceGroup": "免费",
    "bookSourceName": "勤书网吧",
    "bookSourceType": 0,
    "bookSourceUrl": "http://member.iqinshu.cn/##zhbyjm7783",
    "customButton": false,
    "customOrder": 887,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"探秘\",\"url\":\"/culture\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"悬疑\",\"url\":\"/suspense\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/live\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"书库\",\"url\":\"/book/index?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1733731732492,
    "respondTime": 14254,
    "ruleBookInfo": {
      "author": "h3@text",
      "coverUrl": "img@src",
      "init": ".cons_cont",
      "intro": "class.zp_p interceptString@text",
      "kind": ".lzz@text&&text.点击：@p@text",
      "name": "h2@text",
      "tocUrl": "text.目录@a@href",
      "wordCount": "text.字数：@p@text##字数："
    },
    "ruleContent": {
      "content": "id.d_kzFont@p@text"
    },
    "ruleExplore": {
      "author": ".book-author@text||dl@a.1@text##作者：",
      "bookList": ".content-wrap@ul@li||.diary@dl",
      "bookUrl": "a@href",
      "coverUrl": "img@data-original",
      "intro": ".book-info@text",
      "lastChapter": "dl@a.-1@text##最新：",
      "name": ".book-name@text||dl@a.0@text",
      "wordCount": "text.字数：@span@text##字数："
    },
    "ruleSearch": {
      "author": ".s_name@text##作者：",
      "bookList": "class.s_dl clearfix",
      "bookUrl": "a@href",
      "coverUrl": "img@data-original",
      "intro": ".col898989@text",
      "kind": ".s_gxin@text",
      "name": ".cola21812@text"
    },
    "ruleToc": {
      "chapterList": ".read_cont@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "b[style=\"color:#ae2a22;\"]@all",
      "isVolume": ""
    },
    "searchUrl": "http://member.iqinshu.cn/book/search?s={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "易读🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://yiduzkk.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 888,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"书    库\",\"url\":\"/artlist_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"排行\",\"url\":\"/weeksort_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完本\",\"url\":\"/artc_0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"推荐\",\"url\":\"/goodbook_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"杂谈\",\"url\":\"/artc_1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"同行\",\"url\":\"/artc_9_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"舞文\",\"url\":\"/artc_2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"情感\",\"url\":\"/artc_4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/artc_8_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"商道\",\"url\":\"/artc_6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"军事\",\"url\":\"/artc_7_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"鬼话\",\"url\":\"/artc_3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奇幻\",\"url\":\"/artc_5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}}]",
    "header": "",
    "lastUpdateTime": 0,
    "loginUrl": "https://yiduzkk.com/login.html",
    "respondTime": 10266,
    "ruleBookInfo": {
      "author": "",
      "canReName": "true",
      "init": "",
      "kind": "class.TA@text##\\s|.*分类\\:",
      "name": ""
    },
    "ruleContent": {
      "content": "class.ART@html",
      "nextContentUrl": "text.下一页@href||text.下一节@href",
      "replaceRegex": "##日期：.*"
    },
    "ruleExplore": {
      "author": "class.b_auth@text",
      "bookList": "class.b_row",
      "bookUrl": "class.b_read@tag.a@href",
      "kind": "class.b_artc@text&&class.b_staus@text",
      "name": "class.b_titleGood@text||class.b_title@text##《|》"
    },
    "ruleSearch": {
      "author": "tag.td.1@text",
      "bookList": "tag.table.2@tag.tr",
      "bookUrl": "tag.a.0@href",
      "name": "tag.a.0@text##《|》"
    },
    "ruleToc": {
      "chapterList": "tag.table.3@tag.tbody@tag.tr@tag.td@tag.a.0",
      "chapterName": "@js:'　'",
      "chapterUrl": "href"
    },
    "searchUrl": "/search.php,{\n\"charset\":\"gbk\",\n\"method\":\"POST\",\n\"body\":\"key={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "乐库小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.6lk.la#🎃",
    "customButton": false,
    "customOrder": 889,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"日点击榜\",\"url\":\"/rank/dayvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周点击榜\",\"url\":\"/rank/weekvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月点击榜\",\"url\":\"/rank/monthvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总点击榜\",\"url\":\"/rank/allvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总收藏榜\",\"url\":\"/rank/goodnum/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"字数排行\",\"url\":\"/rank/size/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"日推荐榜\",\"url\":\"/rank/dayvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周推荐榜\",\"url\":\"/rank/weekvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月推荐榜\",\"url\":\"/rank/monthvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总推荐榜\",\"url\":\"/rank/allvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最新入库\",\"url\":\"/rank/postdate/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最近更新\",\"url\":\"/rank/lastupdate/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/sort/1/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"总裁\",\"url\":\"/sort/2/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/sort/3/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"穿越\",\"url\":\"/sort/4/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"仙侠\",\"url\":\"/sort/5/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/sort/6/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"恐怖\",\"url\":\"/sort/7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"悬疑\",\"url\":\"/sort/8/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"耽美\",\"url\":\"/sort/9/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/sort/10/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"全本\",\"url\":\"/quanben/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 0,
    "respondTime": 13464,
    "ruleBookInfo": {
      "author": ".block_txt2@p.2@text",
      "coverUrl": ".block_img2@img@src",
      "intro": ".intro_info@text##(^|[。！？]+[”」）】]?)##$1<br>@js:result.replace(/最新章节推荐地址.*/g,\"\")",
      "kind": ".block_txt2@p.3:4:5@text##.*：|T.*",
      "lastChapter": ".block_txt2@a.3@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".block_txt2@h2@text"
    },
    "ruleContent": {
      "content": "id.nr1@html",
      "nextContentUrl": "id.pb_next@href",
      "replaceRegex": "##\\s*.*\\(第\\d/\\d页\\)\\s*|\\s*（.*下一页.*）\\s*|最新网址：m.6lk.la"
    },
    "ruleExplore": {
      "author": "text##.*\\/",
      "bookList": ".line",
      "bookUrl": "a@href",
      "coverUrl": "a@href##.+\\D((\\d+)\\d{3})\\D##http://www.6lg.org/files/article/image/$2/$1/$1s.jpg###",
      "kind": "text##\\[|\\].*",
      "name": "a@text"
    },
    "ruleSearch": {
      "author": "p.3@text",
      "bookList": ".block",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "kind": "p.2@text##.*：",
      "lastChapter": "a.3@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "h2@text"
    },
    "ruleToc": {
      "chapterList": ".chapter@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href",
      "nextTocUrl": ".right@a@href"
    },
    "searchUrl": "/s.php,{\n  \"method\": \"post\",\n  \"body\": \"q={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🚬 靠谱小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.kptxt.com",
    "bookUrlPattern": "http://www.kptxt.com/.+A-Za-z/\\d*.html",
    "customButton": false,
    "customOrder": 890,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1743672408477,
    "loginUrl": "",
    "respondTime": 31287,
    "ruleBookInfo": {
      "coverUrl": "class.fm@tag.img.0@src",
      "intro": "id.jj@tag.p@text",
      "name": "id.submenu@tag.a.2@text"
    },
    "ruleContent": {
      "content": "class.chapter@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "@js:'网友上传'",
      "bookList": "class.book",
      "bookUrl": "class.name@tag.a@href",
      "coverUrl": "class.cover@tag.img@src",
      "intro": "class.intro@text",
      "name": "class.name@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.list-item@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.kptxt.com/search.php?keyword={{key}}&submit=,{\n\"charset\":\"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "闪爵小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.pokemon-card.net",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 891,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\npush(\"全部🏷分类\",null,1,1)\nxrList=[\n  [\"高辣\", \"/gaola/fl\"],\n  [\"言情\", \"/yanqing/fl\"],\n  [\"耽美\", \"/danmei/fl\"],\n  [\"都市\", \"/dushi/fl\"],\n  [\"玄幻\", \"/xuanhuan/fl\"],\n  [\"修仙\",\"/xiuxia/fl\"],\n  [\"其他\",\"/qita/fl\"],\n  [\"全本\",\"/full/all\"]\n]\nxrList.map([title,uri]=>{\n\turl=`${uri}/{{page}}/`;\n\tpush(title,url,1,0.25)\n\t})\n//java.log(JSON.stringify(sort))\nJSON.stringify(sort)",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0\"}",
    "jsLib": "{\"crypto\":\"https://cdn.bootcss.com/crypto-js/3.1.9-1/crypto-js.min.js\"}",
    "lastUpdateTime": 0,
    "respondTime": 7278,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "text.章节目录@href",
      "wordCount": "[property$=status]@content"
    },
    "ruleContent": {
      "content": "#chaptercontent@html\n@js:\n//java.log(result)\nfunction x(encryptedData, key, iv) {\n  const ciphertext = CryptoJS.enc.Base64.parse(encryptedData);\n  const ivBytes = CryptoJS.enc.Base64.parse(iv);\n  const keyBytes = CryptoJS.enc.Utf8.parse(key);\n  const decrypted = CryptoJS.AES.decrypt(\n    { ciphertext: ciphertext },\n    keyBytes,\n    { iv: ivBytes, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.ZeroPadding }\n  );\n  const decryptedText = decrypted.toString(CryptoJS.enc.Utf8);\n return decryptedText;\n}\n  match=src.match(/#booktxthtml'\\).html\\((.*?\\))\\)/);\n//java.log(match[1])\nif(match){\nresult=eval(match[1])}else result",
      "nextContentUrl": "",
      "replaceRegex": "##.*小说网.*",
      "title": "",
      "webJs": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".content@dl",
      "bookUrl": "a.0@href",
      "coverUrl": "img@data-src",
      "intro": "dd.0@text",
      "kind": "span.2:0@text",
      "name": "##title\\=\\\"(.*?)\\\"##$1###",
      "wordCount": "span.1@text"
    },
    "ruleToc": {
      "chapterList": "ul!0@li",
      "chapterName": "a@text",
      "chapterUrl": "##location\\.href\\=\\'\\\\(.*?)\\\\(.*?)\\\\(.*?)\\'##https://www.pokemon-card.net$1$2$3###",
      "formatJs": "",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "{{cookie.removeCookie(source.key)}}/search,{\n \"body\": \"searchkey={{key}}\",\n \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "鬼吹灯包",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.cxbz958.info#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 892,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻小说\",\"url\":\"/fenlei/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠小说\",\"url\":\"/fenlei/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市小说\",\"url\":\"/fenlei/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"军史小说\",\"url\":\"/fenlei/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游小说\",\"url\":\"/fenlei/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻小说\",\"url\":\"/fenlei/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖小说\",\"url\":\"/fenlei/7/{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.295}}]",
    "lastUpdateTime": 1734837394991,
    "loginUrl": "",
    "respondTime": 4707,
    "ruleBookInfo": {
      "author": "class.small@tag.span.0@text##作 者：",
      "coverUrl": "class.cover@img@src",
      "init": "",
      "intro": "class.intro@textNodes##作者.*|无弹窗.*",
      "kind": "class.info@class.small@tag.span.1@text&&\nclass.info@class.small@tag.span.2@text&&\nclass.info@class.small@tag.span.4@text##分类：|状态：|更新时间：",
      "lastChapter": "class.small@tag.span.5@a@text##百度搜索.*",
      "name": "class.info@h2@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说",
      "wordCount": "class.info@class.small@tag.span.3@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html##http.*html|天才一秒记住.*com|请记住本书首发域.*"
    },
    "ruleExplore": {
      "author": "class.s4@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "",
      "kind": "class.s5@text",
      "lastChapter": "class.s3@a@text",
      "name": "class.s2@a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleSearch": {
      "author": "class.author@text##作者：",
      "bookList": "class.bookbox@class.p10",
      "bookUrl": "class.bookname@tag.a@href",
      "coverUrl": "class.bookimg@img@src",
      "intro": "class.bookinfo@p@text",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@tag.a@text##百度搜索.*",
      "name": "class.bookname@tag.a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleToc": {
      "chapterList": "class.listmain@dd!0:1:2:3:4:5:6:7:8:9:10:11",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/s.php?ie=utf-8&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔰 鲤鱼乡",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.liyuxiangall.com",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 893,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": "现代耽美::/xiandai/\n穿越重生::/chuanyue/\n古代耽美::/gudai/\n灵异玄幻::/lingyi/\n  BL小说 ::/bl/\n  GL小说 ::/gl/\n腐文小说::/fuwen/",
    "header": "",
    "lastUpdateTime": 1724316949296,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 31175,
    "ruleBookInfo": {
      "author": ".book-describe@tag.p.0@text",
      "canReName": "",
      "coverUrl": ".book-img@tag.img@src",
      "init": "",
      "intro": ".m-bkcont@text",
      "kind": ".book-describe@tag.p.2@tag.a@text",
      "lastChapter": ".book-describe@tag.p.3@tag.a@text",
      "name": ".book-describe@tag.h1@text",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".m-article-text@html",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "null",
      "bookList": ".m-list-top@tag.ul@tag.li",
      "bookUrl": "tag.a@href",
      "coverUrl": "",
      "intro": "",
      "kind": ".m-listbook-title@tag.h3@text",
      "lastChapter": "",
      "name": "tag.a@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": ".wid10@tag.b@text",
      "bookList": ".clearfix@tag.li!0",
      "bookUrl": ".wid35.0@tag.a@href",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": ".wid35.1@tag.a@text",
      "name": ".wid35.0@tag.a.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".book-list@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "/e/search/index.php,{\n \"method\": \"POST\",\n \"body\": \"keyboard={{key}}&tbname=bookname&show=title,writer&tempid=1&submit=搜索\"\n\t}",
    "variableComment": "",
    "weight": 2
  },
  {
    "bookSourceComment": "25.6.13",
    "bookSourceGroup": "免费",
    "bookSourceName": "无限电子书",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.wxdzs.net/",
    "customButton": false,
    "customOrder": 894,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1750423457192,
    "respondTime": 2515,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "🕰  更新：{{@@[property$=update_time]@content##\\s.*}}\n🏷  标签：{{@@span.typebut@text##\\n##·}}\n📜  简介：\n{{@@[property$=description]@content}}##(^|[。！？……；]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "{{@@[property$=chapter_name]@content##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求含理更谢乐发推票盟补加字].*?[】）\\)]}}•{{@@[property$=update_time]@content##\\s.*}}\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "name": "[property$=book_name]@content",
      "tocUrl": "text.阅读目录@href"
    },
    "ruleContent": {
      "content": "#Lab_Contents@html"
    },
    "ruleSearch": {
      "author": ".margin0h5@a.1@text",
      "bookList": "//div[@style=\"margin: 10px; overflow: hidden; border-bottom: 1px dotted #d6d6d6; padding-bottom: 20px;  position: relative;\"]",
      "bookUrl": "a.0@href",
      "checkKeyWord": "模拟",
      "coverUrl": "img@src",
      "intro": ".neirongh5@text",
      "kind": "span.-1@text",
      "lastChapter": "{{@@a.-3@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求含理更谢乐发推票盟补加字].*?[】）\\)]}}•{{@@span.-1@text}}\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "name": ".fonttext@text"
    },
    "ruleToc": {
      "chapterList": "//span[@style=\"width:31%;padding-left:20px; float:left;\"]/a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "wxdzs/listreq.aspx?toptype=topall&keywords={{key}}&pageid={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "落霞小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.luoxia123.com#",
    "bookUrlPattern": "https://www.luoxia123.com/.*/",
    "customButton": false,
    "customOrder": 895,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻仙侠\",\"url\":\"/xuanhuan/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"都市言情\",\"url\":\"/yanqing/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"穿越架空\",\"url\":\"/chuanyue/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"历史军事\",\"url\":\"/lishi/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"科幻灵异\",\"url\":\"/lingyi/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"网游竞技\",\"url\":\"/wangyou/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"耽美同人\",\"url\":\"/danmei/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"文学经典\",\"url\":\"/wenxue/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}}\n]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1733987899251,
    "respondTime": 2432,
    "ruleBookInfo": {
      "author": "small@text",
      "coverUrl": "img@src",
      "intro": ".m-summary@text",
      "name": "h1@textNodes",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "id.content@html",
      "nextContentUrl": "text.下一章@href||class.m-page@a.-1@href"
    },
    "ruleExplore": {
      "author": "td.1@text",
      "bookList": "tbody>tr",
      "bookUrl": " a.0@href",
      "kind": "td.2@text",
      "name": "td.0@text"
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "tbody>tr",
      "bookUrl": " a.0@href",
      "kind": "td.-1@text",
      "lastChapter": "td.1@text",
      "name": "td.0@text"
    },
    "ruleToc": {
      "chapterList": "class.list-group@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.luoxia123.com/e/search/index.php,{\n  \"body\": \"tbname=bookname&show=title,writer&tempid=1&keyboard={{key}}\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "author：Thomas哟",
    "bookSourceGroup": "正版",
    "bookSourceName": "全本小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://119.45.176.116:5006/",
    "customButton": false,
    "customOrder": 896,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type)=>{\n\t\treturn sort.push(JSON.stringify({\n\t\t\t\ttitle: title,\n\t\t\t\turl: url?url:\"\",\n\t\t\t\tstyle: {\n\t\t\t\t\t\tlayout_flexGrow: 1,\n\t\t\t\t\t\tlayout_flexBasisPercent: type\n\t\t\t\t\t}\n\t\t\t}))\n\t}\n$$=(a,b,c)=>b?`http://119.45.176.116:5006/localBookListByCategory?ps=20&length=${a}&pn={{page-1}\\}&cid=${b}&order=${c}&status=2`:`http://119.45.176.116:5006/recList?gender=${a}&pn={{page-1}\\}`;\n[\n\t\t[\"男\",[[\"都市娱乐\",1],[\"玄幻奇幻\",5],[\"武侠仙侠\",6],[\"历史军事\",4],[\"悬疑推理\",29],[\"科幻游戏\",28]]],\n\t\t[\"女\",[[\"现代言情\",2],[\"古代情缘\",9],[\"灵异爱情\",34],[\"玄幻奇幻\",38],[\"耽美同人\",11],[\"短篇小说\",33],[\"其他小说\",31]]]\n].map(([title,list],gender)=>{\n\t\tgender++\n\t\tpush(\"\"+title+\"生频道\",$$(gender,null,null),1);\n\t\tlist.map([title,b]=>{\n\t\t\t\tpush(\"\"+title+\"\",$$(0,b,1),1);\n\t\t\t\t[\"热门\",\"评分\",\"字数\"].map((title,c)=>{\n\t\t\t\t\t\tc++;\n\t\t\t\t\t\t[\"[\"+title+\"]\",\"短篇\",\"中篇\",\"长篇\"].map((title,a)=>{\n\t\t\t\t\t\t\t\tpush(title,$$(a,b,c),a==0?0.25:0.15);\n\t\t\t\t\t\t\t});\n\t\t\t\t\t});\n\t\t\t});\n\t});\n\"[\"+sort.toString()+\"]\";",
    "lastUpdateTime": 1746071513264,
    "respondTime": 1245,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "$..content"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data.list",
      "bookUrl": "http://119.45.176.116:5006/findChapterList?book_id={{$.bookId}}",
      "checkKeyWord": "",
      "coverUrl": "$.coverImg",
      "intro": "$.desc",
      "kind": "{$.score}分&&$.category&&$.tags",
      "lastChapter": "共{{$.chapterNum}}章 • {{$.time## \\d.*}}",
      "name": "$.title",
      "wordCount": "$.word"
    },
    "ruleToc": {
      "chapterList": "@js:\n$ = JSON.parse(result).data;\n\t\tbid = $.book_id;\n$.chapters.map($=>{\n\t\t$.url = `http://119.45.176.116:5006/chapterContent,{\"body\":{\"book_id\":${bid},\"chapterIdList\":\"${$.id},\"},\"method\":\"POST\"}`\n\t\treturn $;\n\t});",
      "chapterName": "name",
      "chapterUrl": "url"
    },
    "searchUrl": "http://119.45.176.116:5006/getsearchlist?keyWord={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "大美书网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.dameishuwang.net",
    "customButton": false,
    "customOrder": 897,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n\"user-agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36\"\n}",
    "lastUpdateTime": 0,
    "respondTime": 3424,
    "ruleBookInfo": {
      "author": "body > div.container > div.content > div.book.pt10 > div.bookinfo > p.booktag > a.red@text",
      "coverUrl": "body > div.container > div.content > div.book.pt10 > div.bookinfo > p.bookintro > img.thumbnail.pull-left.visible-xs@src",
      "init": "",
      "intro": "&nbsp;&nbsp;\n📕书名：{{@css:body > div.container > div.content > div.book.pt10 > div.bookinfo > h1.booktitle@text}}\n✏️作者：{{@css:body > div.container > div.content > div.book.pt10 > div.bookinfo > p.booktag > a.red@text}}{{'\\n'+'​'}}\n🏷相关标签：{{@css:body > div.container > div.content > div.book.pt10 > div.bookinfo > p.booktag > span.red@text}} | 字数：{{@@.booktag@.blue.0@text}} | 阅读量：{{@@class.booktag@.blue.1@text##阅读量：}}\n💮最新章节：{{@css:body > div.container > div.content > div.book.pt10 > div.bookinfo > p > a.bookchapter@text}}\n⏳更新时间：{{@@class.booktime@text##更新时间：}}\n📜简       介：{{@@class.bookintro@text}}",
      "kind": "body > div.container > div.content > div.book.pt10 > div.bookinfo > p.booktag > span.red@text",
      "lastChapter": "body > div.container > div.content > div.book.pt10 > div.bookinfo > p > a.bookchapter@text",
      "name": "body > div.container > div.content > div.book.pt10 > div.bookinfo > h1.booktitle@text",
      "tocUrl": "@js:\nvar tocUrl = baseUrl;\njava.log(tocUrl);\njava.toast('正在加载目录页，请稍等！');",
      "wordCount": "body > div.container > div.content > div.book.pt10 > div.bookinfo > p.booktag > span.blue.0@text"
    },
    "ruleContent": {
      "content": "class.readcontent@html",
      "nextContentUrl": "text.下一页@href",
      "sourceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "div.bookinfo > div.author.0@text##[作者：]*",
      "bookList": "body > div.container > div.content.book > div.keywords > div.bookbox > div.p10",
      "bookUrl": "class.bookname@a@href##$##,{\n  \"js\": \"java.toast('正在加载详情页，请稍等！');\"\n}",
      "checkKeyWord": "我不是天生欧皇",
      "coverUrl": "@js:\nvar url = \"{{@@class.bookname@a@href}}\";\nvar id = url.match(/\\d+/g);\nif (id && id.length > 0) {\n\t   var firstNumber = id[0];\n    var a = firstNumber.slice(0, 2);\n} else {\n    java.toast('未获取到封面链接');\n}\nvar b = \"https://fm.dameishuwang.net/\";\nvar c = \"s.jpg\";\nvar d = \"/\";\nvar coverUrl = b + a + d + id + d + id + c;\njava.log(coverUrl);",
      "intro": "div.bookinfo > div.update@text",
      "kind": "div.bookinfo > div.author.2@text##[阅读量：]*",
      "lastChapter": "div.bookinfo > div.cat > a@text",
      "name": "class.bookname@text",
      "wordCount": "div.bookinfo > div.author.1@text##[字数：]*"
    },
    "ruleToc": {
      "chapterList": "id.list-chapterAll@dd",
      "chapterName": "dd@text",
      "chapterUrl": "dd@a@href"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}&action=login\",\n  \"charset\": \"GBK\",\n  \"headers\": {\n    \"user-agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36\"\n  },\n  \"js\": \"java.toast('正在搜索中，请稍等！');\",\n  \"method\": \"POST\",\n  \"webView\": false\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "20241025修复发现\n20240222By_zhbyjm77833\n免费：vip=0\n全部：vip=9",
    "bookSourceGroup": "免费",
    "bookSourceName": "⭐纵横中文网[搜书]",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.zongheng.com/##zhbyjm7783",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 898,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort = [];\npush = (title, url, type) => sort.push({\n    title: title,\n    url: url,\n    style: {\n        layout_flexBasisPercent: type\n    }\n});\n\npush(\"༺ˇ»`ʚ 排行榜 ɞ´«ˇ༻\", null, 1);\n [\n        [\"月票榜\", \"1\"],\n        [\"新书榜\", \"4\"],\n        [\"点击榜\", \"5\"],\n        [\"推荐榜\", \"6\"],\n        [\"捧场榜\",\"7\"],\n        [\"完结榜\",\"8\"],\n        [\"新书订阅\", \"9\"],\n        [\"24h畅销\",\"3\"],\n        [\"24h更新\",\"10\"],\n        [\"作者人气\",\"12\"]\n].map([title, Id] => {\n    title=title,\n    url= `https://www.zongheng.com/api/rank/details,{\"method\":\"POST\",\"body\":\"cateFineId=0&cateType=0&pageNum={{page}}&pageSize=20&period=0&rankNo=&rankType=${Id}\"}`,\n    push(title, url, 0.29)\n    });\n\npush(\"༺ˇ»`ʚ 男生 ɞ´«ˇ༻\", null, 1);\n [\n        [\"全部\", \"0\",\"\"],\n        [\"玄幻奇幻\", \"8101\",\"\"],\n        [\"王朝争霸\", \"8101\",\"8411\"],\n        [\"诸天万界\", \"8101\",\"8412\"],\n        [\"西方奇幻\", \"8101\",\"8413\"],\n        [\"异世大陆\", \"8101\",\"8414\"],\n        [\"东方玄幻\", \"8101\",\"8415\"],\n        [\"武侠仙侠\", \"8102\",\"\"],\n        [\"古典仙侠\", \"8102\",\"8351\"],\n        [\"上古洪荒\", \"8102\",\"8352\"],\n        [\"幻想修真\", \"8102\",\"8353\"],\n        [\"传统武侠\", \"8102\",\"8354\"],\n        [\"武侠幻想\", \"8102\",\"8355\"],\n        [\"都市\",\"8103\",\"\"],\n        [\"热血校园\",\"8103\",\"8471\"],\n        [\"商战职场\",\"8103\",\"8472\"],\n        [\"都市高手\",\"8103\",\"8473\"],\n        [\"乡村生活\",\"8103\",\"8474\"],\n        [\"明星娱乐\",\"8103\",\"8475\"],\n        [\"都市生活\",\"8103\",\"8476\"],\n        [\"都市高武\",\"8103\",\"8477\"],\n        [\"灵气复苏\",\"8103\",\"8478\"],\n        [\"官场\",\"8103\",\"8479\"],\n        [\"历史\",\"8104\",\"\"],\n        [\"架空历史\",\"8104\",\"8291\"],\n        [\"历史传记\",\"8104\",\"8292\"],\n        [\"穿越历史\",\"8104\",\"8293\"],\n        [\"科幻\",\"8105\",\"\"],\n        [\"未来幻想\",\"8105\",\"8441\"],\n        [\"末世危机\",\"8105\",\"8442\"],\n        [\"星际机甲\",\"8105\",\"8443\"],\n        [\"奇闻异事\",\"8106\",\"\"],\n        [\"侦探推理\",\"8106\",\"8321\"],\n        [\"寻宝探险\",\"8106\",\"8322\"],\n        [\"恐怖灵异\",\"8106\",\"8323\"],\n        [\"奇门秘术\",\"8106\",\"8324\"],\n        [\"游戏\", \"8107\",\"\"],\n        [\"虚拟网游\", \"8107\",\"8381\"],\n        [\"电子竞技\", \"8107\",\"8382\"],\n        [\"N次元\",\"8108\",\"\"],\n        [\"衍生同人\",\"8108\",\"8201\"],\n        [\"原生幻想\",\"8108\",\"8202\"],\n        [\"轻小说\",\"8108\",\"8203\"],\n        [\"现实题材\",\"8109\",\"\"],\n        [\"现实百态\",\"8109\",\"8501\"],\n        [\"体育\", \"8110\",\"\"],\n        [\"足球天下\", \"8110\",\"8231\"],\n        [\"篮球风云\", \"8110\",\"8232\"],\n        [\"其他竞技\", \"8110\",\"8233\"],\n        [\"军事\",\"8111\",\"\"],\n        [\"战争幻想\",\"8111\",\"8261\"],\n        [\"谍战特工\",\"8111\",\"8262\"],\n        [\"抗战烽火\",\"8111\",\"8263\"],\n        [\"现代军事\",\"8111\",\"8264\"]\n].map([title, Id, id] => {\n    title=title,\n    url= `https://www.zongheng.com/api2/catefine/storeSearch,{\"method\":\"POST\",\"body\":\"worksTypes=${Id}&bookType=0&subWorksTypes=${id}&totalWord=0&serialStatus=9&vip=9&categoryId=${id}&categoryPid=${Id}&naodongFilter=0&pageNum={{page}}&pageSize=20\"}`,\n    push(title, url, 0.29)\n    });\n    \npush(\"༺ˇ»`ʚ 女生 ɞ´«ˇ༻\", null, 1);\n [\n        [\"全部\", \"0\",\"\"],       \n        [\"现代言情\", \"8161\",\"\"],\n        [\"总裁豪门\", \"8161\",\"8531\"],\n        [\"都市奇幻\", \"8161\",\"8532\"],\n        [\"年代重生\", \"8161\",\"8533\"],\n        [\"现实生活\", \"8161\",\"8534\"],\n        [\"青春校园\", \"8161\",\"8535\"],\n        [\"娱乐明星\", \"8161\",\"8536\"],\n        [\"民国旧影\", \"8161\",\"8537\"],\n        [\"职场情缘\", \"8161\",\"8538\"],\n        [\"现代悬疑\", \"8161\",\"8539\"],\n        [\"古代言情\", \"8162\",\"\"],\n        [\"远古大陆\", \"8162\",\"8561\"],\n        [\"武侠江湖\", \"8162\",\"8562\"],\n        [\"权谋天下\", \"8162\",\"8563\"],\n        [\"古代情缘\", \"8162\",\"8564\"],\n        [\"宫闱宅斗\", \"8162\",\"8565\"],\n        [\"种田经商\", \"8162\",\"8566\"],\n        [\"古代悬疑\", \"8162\",\"8567\"],\n        [\"幻想言情\",\"8163\",\"\"],\n        [\"异世幻想\",\"8163\",\"8591\"],\n        [\"末世求生\",\"8163\",\"8592\"],\n        [\"无限快穿\",\"8163\",\"8593\"],\n        [\"未来科幻\",\"8163\",\"8594\"],\n        [\"玄幻仙侠\",\"8163\",\"8595\"],\n        [\"衍生言情\", \"8164\",\"\"],\n        [\"经典衍生\", \"8164\",\"8651\"],\n        [\"次元衍生\", \"8164\",\"8652\"],\n        [\"游戏竞技\", \"8165\",\"\"],\n        [\"运动竞技\", \"8165\",\"8621\"],\n        [\"网游电竞\", \"8165\",\"8622\"],\n        [\"现实主义\",\"8166\",\"\"],\n        [\"现实故事\",\"8166\",\"8711\"]\n].map([title, Id, id] => {\n    title=title,\n    url= `https://www.zongheng.com/api2/catefine/storeSearch,{\"method\":\"POST\",\"body\":\"worksTypes=${Id}&bookType=1&subWorksTypes=${id}&totalWord=0&serialStatus=9&vip=9&categoryId=${id}&categoryPid=${Id}&naodongFilter=0&pageNum={{page}}&pageSize=20\"}`,\n    push(title, url, 0.29)\n    });\n\nJSON.stringify(sort);",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36\"}",
    "lastUpdateTime": 1752218191297,
    "loginUrl": "",
    "respondTime": 2819,
    "ruleBookInfo": {
      "author": "",
      "canReName": "",
      "coverUrl": "",
      "downloadUrls": "",
      "init": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".content@p@text"
    },
    "ruleExplore": {
      "author": "pseudonym||authorName",
      "bookList": "result.resultList||result.bookList",
      "bookUrl": "https://bookapi.zongheng.com/api/chapter/getChapterList,{\"method\":\"POST\",\"body\":\"bookId={{$.bookId}}\"}",
      "coverUrl": "bookCover||picUrl",
      "intro": "description",
      "kind": "{{$.cateFineName||$.categoryName}}\n{{$.latestChapterTime||$.orderColumnInfo}}\n连载{{$.serialStatus}}完结@js:result.replace(/连载1完结/g,'完结').replace(/连载0完结/g,'连载')",
      "lastChapter": "{{$.latestChapterName||$.theNewChapter}}{{$.latestChapterTime||$.orderColumnInfo}}",
      "name": "bookName||name",
      "wordCount": "number||totalWords"
    },
    "ruleSearch": {
      "author": "authorName",
      "bookList": "data.datas.list",
      "bookUrl": "https://bookapi.zongheng.com/api/chapter/getChapterList,{\"method\":\"POST\",\"body\":\"bookId={$.bookId}\"}",
      "checkKeyWord": "",
      "coverUrl": "https://static.zongheng.com/upload{{$.coverUrl}}",
      "intro": "description",
      "kind": "{{$.cateFineName&&$.tomeName&&$.catePName&&$.keyword&&$.updateTime}}\n连载{{$.serialStatus}}完结##\\<font color\\=\\\"RED\\\"\\>|\\<\\/font\\>\n@js:result.replace(/连载1完结/g,'完结').replace(/连载0完结/g,'连载')",
      "lastChapter": "chapterName&&updateTime",
      "name": "name##\\<font color\\=\\\"RED\\\"\\>|\\<\\/font\\>",
      "wordCount": "totalWord"
    },
    "ruleToc": {
      "chapterList": "result.chapterList[*].chapterViewList[*]",
      "chapterName": "chapterName",
      "chapterUrl": "https://read.zongheng.com/chapter/{$.bookId}/{$.chapterId}.html",
      "formatJs": "",
      "isVip": "level",
      "preUpdateJs": "",
      "updateTime": "{{$.createTime}} 字数：{{$.wordNums}}"
    },
    "searchUrl": "https://search.zongheng.com/search/book?keyword={{key}}&sort=null&pageNo=1&pageNum=20&isFromHuayu=0",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.yuyouku.com",
    "customButton": false,
    "customOrder": 899,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n    'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36',\n    \"Cookie\":\"0\"\n}",
    "lastUpdateTime": 1733280794339,
    "respondTime": 4292,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{\nn:\"[property$=book_name|title]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\",\ntac:\"[property$=read_url]@content\"\n}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "@get:{tac}",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#txtContent@html\n@js:\n/*\nresult=result.replace(/<br>/g,\"<p></p>\").replace(/ /g,\"<p></p>\")\n*/\nresult",
      "nextContentUrl": "text.下一@href\n@js:\nif(result){\n result=result[0].includes(\"_\")?result:\"\";\n}",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "div.3@text",
      "bookList": ".list-group-item[1:-2]",
      "bookUrl": "div.1@a@href",
      "checkKeyWord": "剑来",
      "coverUrl": "",
      "intro": "",
      "kind": "div.0@i@text",
      "lastChapter": "div.2@a@text",
      "name": "div.1@a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "#chapters-list@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value",
      "updateTime": ""
    },
    "searchUrl": "@js:\nvar su=source.getKey()\nvar htmlUrl=java.get(su,{}).headers('Location')\njava.log(`重定向：${htmlUrl[0]}`)\nvar posturl=htmlUrl[0]?htmlUrl[0]:(su.includes(\"#\")?su.match(/([^\\#]+)\\#/)[1]:su)\nposturl = posturl.slice(-1)=='/'?posturl.slice(0,-1):posturl\ncookie.removeCookie(posturl)\njava.log(`请求：${posturl}`)\n\n\nvar html = java.ajax(posturl);\n\nsearch = org.jsoup.Jsoup.parse(html).select('form[role=form]').attr('action');\n\n\nposturl+search+\"?keyword={{key}},\"+JSON.stringify({\r\n  \"method\": \"GET\"\r\n})",
    "weight": 0
  },
  {
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "森林ᵐᵘ -",
    "bookSourceType": 0,
    "bookSourceUrl": "http://23.224.242.55/",
    "customButton": false,
    "customOrder": 900,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": false,
    "eventListener": false,
    "lastUpdateTime": 1762004233601,
    "respondTime": 1533,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:novel:update_time\"]@content&&\n[property=\"og:description\"]@content@js:'更新时间：'+result",
      "kind": "[property~=category|status|tags]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": "#content@html",
      "nextContentUrl": "text.下一@a[href*=\"_\"]@href",
      "replaceRegex": "##（本章未完，请点击下一页继续阅读）|.* \\(第\\d/\\d页\\)"
    },
    "ruleSearch": {
      "author": ".s4@text",
      "bookList": ".txt-list li!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href\n@js:\nvar match = result.match(/(\\d+)(?=[^\\d]*$)/);\nvar id = match ? match[1] : '';\nvar iid = parseInt(id / 1000);\n'/files/article/image/' + iid + '/' + id + '/' + id + 's.jpg';",
      "kind": ".s1@text##[\\[\\]]",
      "lastChapter": ".s3@text",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": ".section-box a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "/ar.php?keyWord={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🔰 芙蓉小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.frtxt.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 901,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "                                  排行榜                                   \n日人气::/top/0_0_{{page}}.html\n周人气::/top/1_0_{{page}}.html\n月人气::/top/2_0_{{page}}.html\n总人气::/top/3_0_{{page}}.html\n日推荐::/top/4_0_{{page}}.html\n周推荐::/top/5_0_{{page}}.html\n月推荐::/top/6_0_{{page}}.html\n总推荐::/top/7_0_{{page}}.html\n日收藏::/top/8_0_{{page}}.html\n周收藏::/top/9_0_{{page}}.html\n月收藏::/top/10_0_{{page}}.html\n总收藏::/top/11_0_{{page}}.html\n  字数  ::/top/12_0_{{page}}.html\n最新上传::/top/13_0_{{page}}.html\n                                     分  类                                   \n 玄幻 ::/xuanhuan/{{page}}.html\n 言情 ::/yanqing/{{page}}.html\n 科幻 ::/kehuan/{{page}}.html\n 穿越 ::/chuanyue/{{page}}.html\n武侠修真::/wuxia/{{page}}.html\n网游竞技::/wangyou/{{page}}.html\n恐怖悬拟::/kongbu/{{page}}.html\n历史军事::/lishi/{{page}}.html\n现代文学::/wenxue/{{page}}.html\n经管教育::/jiaoyu/{{page}}.html\n 激情 ::/jiqing/{{page}}.html\n 同人 ::/tongren/{{page}}.html\n 名著 ::/mingzhu/{{page}}.html\n 其他 ::/qita/{{page}}.html",
    "header": "",
    "lastUpdateTime": 1724320462227,
    "loginUrl": "",
    "respondTime": 27825,
    "ruleBookInfo": {
      "author": "class.booktable@tag.td.3@text",
      "coverUrl": "class.booktable@tag.td.0@src",
      "intro": "class.jianjie@text",
      "kind": "class.booktable@tag.td.1@text#小说类别：",
      "name": "tag.h1@text"
    },
    "ruleContent": {
      "content": "class.chapter@textNodes",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "bookList": "class.list@tag.tbody",
      "bookUrl": "class.name@tag.a@href",
      "coverUrl": "class.cover@tag.img@src",
      "intro": "class.intro@text",
      "name": "class.name@tag.a@text"
    },
    "ruleSearch": {
      "bookList": "class.list@tag.table",
      "bookUrl": "class.name@tag.a@href",
      "coverUrl": "class.cover@tag.img@src",
      "intro": "class.intro@text",
      "name": "class.name@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.list@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/search.php?keyword={{key}}&submit=%CB%D1+%CB%F7,{\n\"charset\":\"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "//2025.1.5",
    "bookSourceGroup": "免费",
    "bookSourceName": "鬼吹灯◎辞晨◎",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.cxzz958.com/",
    "customButton": false,
    "customOrder": 902,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\npush(\"全部🌊分类\",null,1,1)\npush(\"🌊全本🌊\",`http://m.cxzz958.com/wanben/{{page}}.html`,1,1)\n\tarList=[\"玄幻小说\",\"仙侠小说\",\"都市小说\",\"军史小说\",\"网游小说\",\"科幻小说\",\"恐怖小说\",\"其它小说\"]\n\tarList.map((tag,index)=>{\n\t\turl=`/fenlei/${index+1}/{{page}}.html`;\n\t\tpush(tag, url, 1, 0.25);\n\t\t});\n//java.log(JSON.stringify(sort))\nJSON.stringify(sort)",
    "header": "{'User-Agent':'Mozilla/5.0 (Linux; Android 14; V2304A; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/123.0.6312.118 Mobile Safari/537.36',\n\"Referer\":\"http://www.cxzz958.com/\"}",
    "lastUpdateTime": 1736017522280,
    "respondTime": 1581,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#content@html",
      "replaceRegex": "##.*首发域名.*|.*\\.html"
    },
    "ruleExplore": {
      "author": "{{@@.s4@text}}{{@@##a\\>\\/(.*?)\\<\\/##$1###}}",
      "bookList": ".bd@ul@li&&.cover@p",
      "bookUrl": "a.0@href\n<js>\nif(result!=\"\"){\n\tlet pi=result.match(/\\/(.*?)\\/$/)[1];\nurl=\"http://www.cxzz958.com/\"+pi\n}\nresult=url\n</js>",
      "coverUrl": "",
      "intro": "",
      "kind": "{{@@span.0@text##\\[|\\]}}{{@@.line@text##\\[|\\].*}}",
      "lastChapter": "span.2@a@text",
      "name": "a.0@text",
      "wordCount": "span.-1@text"
    },
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".bookbox",
      "bookUrl": "h4@a@href",
      "coverUrl": "img@src",
      "kind": ".cat@text##分类：",
      "lastChapter": ".update@text##最新章节：",
      "name": "h4@a@text"
    },
    "ruleToc": {
      "chapterList": "dl@dt:nth-of-type(2)~dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://www.cxzz958.com/s.php?ie=utf-8&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "何以笙箫",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.yetianlian.la/",
    "customButton": false,
    "customOrder": 903,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1745854440487,
    "respondTime": 4168,
    "ruleBookInfo": {
      "intro": ".intro_info@html##最新章节推荐地址：[\\s\\S]+"
    },
    "ruleContent": {
      "content": "id.nr1@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\s*（本章未完，请点击下一页继续阅读）\\s*|.*?\\(第\\d+/\\d+页\\)\\s*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "##作者.([^<]+)<##$1###",
      "bookList": ".block",
      "bookUrl": "a.0@href",
      "kind": "##分类.([^<]+)<##$1###",
      "lastChapter": "p.-1@a@text",
      "name": "h2@text"
    },
    "ruleToc": {
      "chapterList": ".chapter.-1@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "http://m.yetianlian.la/s.php?q={{key}}&submit=",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "斗破小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.doupoall.com",
    "customButton": false,
    "customOrder": 904,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n    'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'\n}",
    "lastUpdateTime": 0,
    "respondTime": 4242,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{\nn:\"h1@a@text||[property~=book_name|title]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property~=lastest_chapter_name|latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"\n}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#chaptercontent@html",
      "nextContentUrl": "text.下一@href\n@js:\nif(result){\n result=result[0].includes(\"_\")?result:\"\";\n}",
      "replaceRegex": "##{{book.author}}.*.接着再看更方便|本章没完.*继续阅读！如果被转码.*更换浏揽器即可。|本章未完.*退出阅读模式即可，谢谢|.*提醒.*看完记得.*|\\s*温馨提示.?亲爱的读者.*\\s*|\\d+。。",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".book-coverlist",
      "bookUrl": "h4@a@href",
      "checkKeyWord": "剑来",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "kind": "p.0@span@text",
      "lastChapter": "",
      "name": "h4@a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".m-book-list@ul@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value",
      "updateTime": ""
    },
    "searchUrl": "{{\n\tvar su=source.getKey()\nvar htmlUrl=java.get(su,{}).headers('Location')\njava.log(`重定向：${htmlUrl[0]}`)\nvar posturl=htmlUrl[0]?htmlUrl[0]:(su.includes(\"#\")?su.match(/([^\\#]+)\\#/)[1]:su)\nposturl = posturl.slice(-1)=='/'?posturl.slice(0,-1):posturl\njava.log(`请求：${posturl}`)\n\nck=cookie.getCookie(posturl);\n\ncookie.setCookie(posturl,String(ck).replace(/vbemnlastsearchtime=.*/,\"\"));\n\nposturl;\n}}/e/search/index.php,{\n   \"body\":\"tbname=bookname&keyboard={{key}}&show=title,writer&tempid=1\",\n   \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "️轮回小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.9xs.info#🎃",
    "bookUrlPattern": "http://m.umiwx.net/read/\\d+.html",
    "customButton": false,
    "customOrder": 905,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar sort=[];\nvar push=(title,url,size)=>sort.push({\n  \t\"title\": title,\n  \t\"url\": url,\n  \t\"style\": {\n   \"layout_flexGrow\": 1,\n   \"layout_flexBasisPercent\": size\n   }\n });\n\nvar url=source.key;\nvar fl=url+\"/sort/\";\nvar ph=url+\"/list/\";\nvar qb=url+\"/full-1/\";\nvar html=java.ajax(fl);\nvar src=java.ajax(ph);\nvar qbl=java.ajax(qb);\n\nif(html&&src&&qbl){\na=org.jsoup.Jsoup.parse(html).select(\".clearfix li a\");\nb=org.jsoup.Jsoup.parse(src).select(\".clearfix li a\");\nc=org.jsoup.Jsoup.parse(qbl).select(\".clearfix li a\");\n\npush(\"🌹分类🌹\",null,1)\n    for(i in a){\n        title=a[i].text()\n        url=a[i].attr(\"href\")\n        size=0.25;\n  url=String(url).replace(\"1/\",\"{{page}}/\").replace(\"1.html\",\"{{page}}.html\")\n        push(title,url,size)\n    };\n    \n push(\"🌹排行🌹\",null,1)\n    for(i in b){\n        title=b[i].text()\n        url=b[i].attr(\"href\")\n  url=String(url).replace(\"1/\",\"{{page}}/\").replace(\"1.html\",\"{{page}}.html\")\n        size=0.25;\n        push(title,url,size)\n    }\n//push(\"🌹全本🌹\",\"/full/{{page}}/\",1)\n      \n}else{\n  java.toast(\"发现列表获取失败！\")\n}\n\nJSON.stringify(sort)",
    "header": "{\"referer\": \"{{source.getKey()}}\",\n\"x-requested-with\": \"mark.via\",\n\"accept-language\": \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\",\n\"user-agent\": \"Mozilla/5.0 (Linux; Android 10; PACM00 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.5359.79 Mobile Safari/537.36\"}",
    "lastUpdateTime": 0,
    "respondTime": 15138,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\n\ta:\"[property$=author]@content\",\nk:\"[property~=category|status|time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\",\nt:\"text.章节列表@href||text.目录列表@href\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "@get:{t}##$##,{'webView': true}"
    },
    "ruleContent": {
      "content": "<js>\njava.getElements('@@id.txt@dd').toArray().sort((a,b)=>a.attr('data-id')-b.attr('data-id')).map(x=>x.html()).join('')\n</js>##.本章未完，请点击下一页继续阅读.*",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##最新网址.*|.*最新章节.*|{{chapter.title}}|\\(第.+页\\)",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "a@ownText##:【.+",
      "bookList": ".bd li",
      "bookUrl": "a@href",
      "coverUrl": "a@href<js>\nvar id = result.match(/(\\d+)(\\/?|\\.html)$/)[1];\nvar iid = parseInt(id/1000);\nString(source.getKey()).replace(/(m|wap)/,\"www\")+'/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "span@text##\\[|\\]",
      "name": "a@ownText##.*【|】"
    },
    "ruleSearch": {
      "author": "a@ownText##.+\\(|\\)",
      "bookList": ".bd li",
      "bookUrl": "a@href",
      "coverUrl": "a@href<js>\nvar id = result.match(/(\\d+)(\\/?|\\.html)$/)[1];\nvar iid = parseInt(id/1000);\nString(source.getKey()).replace(/(m|wap)/,\"www\")+'/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "span@text##\\[|\\]",
      "name": "a@ownText##\\(.*\\)"
    },
    "ruleToc": {
      "chapterList": "+@js:org.jsoup.Jsoup.parse(result.replace(/\\.html/g,\"\")).select('.list li a').toArray().sort((a,b)=>a.attr('href')-b.attr('href')).map(x=>({n:x.text(),u:x.attr('href')+\".html\"}))",
      "chapterName": "n",
      "chapterUrl": "u"
    },
    "searchUrl": "/s.php,{\n  \"body\": \"s={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 72
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "逆鳞小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://fu44.pw",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 906,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "激情::https://fu44.pw/e/action/ListInfo/index.php?page={{page}}&classid=13\n古代::https://fu44.pw/e/action/ListInfo/index.php?page={{page}}&classid=14\n家庭::https://fu44.pw/e/action/ListInfo/index.php?page={{page}}&classid=15\n浪漫::https://fu44.pw/e/action/ListInfo/index.php?page={{page}}&classid=16\n绝品::https://fu44.pw/e/action/ListInfo/index.php?page={{page}}&classid=1\n同居::https://fu44.pw/e/action/ListInfo/index.php?page={{page}}&classid=2\n古典::https://fu44.pw/e/action/ListInfo/index.php?page={{page}}&classid=3\n诱惑::https://fu44.pw/e/action/ListInfo/index.php?page={{page}}&classid=4\n女子::https://fu44.pw/e/action/ListInfo/index.php?page={{page}}&classid=5",
    "lastUpdateTime": 1733856766002,
    "loginUrl": "",
    "respondTime": 3843,
    "ruleBookInfo": {
      "init": "",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content"
    },
    "ruleContent": {
      "content": "class.entry@html"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "class.author@text||span@text##.*作者：",
      "bookList": "class.result||class.blockLink",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "name": "class.title@textNodes||span@text##【|】|作者.*"
    },
    "ruleToc": {
      "chapterList": "class.contitle",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://fu44.pw/e/search/index.php,{\n  \"charset\": \"gb2312\",\n  \"method\": \"POST\",\n  \"body\": \"show=title&tempid=1&tbname=article&mid=1&dopost=search&keyboard={{key}}&submit=\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "读万卷网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.duwanjuan.info",
    "customButton": false,
    "customOrder": 907,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻·魔法::/book/sort1/0/{{page}}.html\n武侠·修真::/book/sort2/0/{{page}}.html\n都市·言情::/book/sort3/0/{{page}}.html\n历史·军事::/book/sort4/0/{{page}}.html\n穿越·架空::/book/sort5/0/{{page}}.html\n游戏·竞技::/book/sort6/0/{{page}}.html\n经部::/book/sort11/0/{{page}}.html\n史部::/book/sort12/0/{{page}}.html\n子部::/book/sort13/0/{{page}}.html\n集部::/book/sort14/0/{{page}}.html\n古典·名著::/book/sort16/0/{{page}}.html",
    "lastUpdateTime": 1733385775209,
    "respondTime": 676,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "class.tabvalue.0@text",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&class.tabvalue@tag.td.2@text##最后更新.|\\s.*",
      "lastChapter": "class.divbox.1@tag.a.0@text",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "[property=\"og:novel:read_url\"]@content"
    },
    "ruleContent": {
      "content": "@js:\ndoc=org.jsoup.Jsoup.parse(result.replace(/\\(*读万卷 www.duwanjuan.com\\)*\\s*/g,''));\ndoc.select(\"h1\").remove();\ndoc.select(\".tishi\").remove();\ndoc.select(\"tbody\").remove();\nresult=doc.select(\"#acontent\").html();\nif(String(result).match(/content_sign/)){\nresult='由于版权问题不能显示'\n}else{result=result}",
      "nextContentUrl": "",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "tag.span.1@text",
      "bookList": "class.c_row",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.img@src",
      "intro": "class.c_description@text",
      "kind": "tag.span.5@text&&tag.span.7@text",
      "lastChapter": "tag.a.3@text",
      "name": "tag.a.2@text",
      "wordCount": "tag.span.3@text"
    },
    "ruleSearch": {
      "author": "class.c_value.0@text",
      "bookList": "class.c_row",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.img@src",
      "intro": "",
      "kind": "class.c_value.1@text&&class.c_value.3@text&&class.c_value.5@text",
      "lastChapter": "class.c_value.4@text",
      "name": "class.c_subject@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.chapters@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/modules/article/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "天域小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.tycqzw.la#🎃",
    "bookUrlPattern": "https://www.tycqzw.la/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 908,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部小说\",\"url\":\"https://m.tycqzw.la/xclass/0/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"玄幻小说\",\"url\":\"https://m.tycqzw.la/xclass/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"修真小说\",\"url\":\"https://m.tycqzw.la/xclass/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"都市小说\",\"url\":\"https://m.tycqzw.la/xclass/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"穿越小说\",\"url\":\"https://m.tycqzw.la/xclass/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"网游小说\",\"url\":\"https://m.tycqzw.la/xclass/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"科幻小说\",\"url\":\"https://m.tycqzw.la/xclass/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}},{\"title\":\"其他小说\",\"url\":\"https://m.tycqzw.la/xclass/7/{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}}]",
    "lastUpdateTime": 1721153702214,
    "loginUrl": "",
    "respondTime": 4818,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作\\s*者：",
      "coverUrl": "id.fmimg@tag.img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content",
      "lastChapter": "id.list@tag.dd.0@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "id.info@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@html##推荐.*新书.*|手机用户.*阅读体验。"
    },
    "ruleExplore": {
      "author": "class.author@text##作者：",
      "bookList": "class.hot_sale",
      "bookUrl": "tag.a.0@href@js:\nr=result.match(/_(\\d+)/)\nid=r[1]\nvar iid = parseInt(id/1000);\n'https://www.tycqzw.la/'+iid+'_'+id+'/'",
      "coverUrl": "img@data-original",
      "intro": "class.review@text##简介：",
      "lastChapter": "",
      "name": "class.title@text"
    },
    "ruleSearch": {
      "author": "class.even.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.even.0@tag.a.0@href",
      "coverUrl": "class.even.0@tag.a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.tycqzw.la/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "class.odd.0@tag.a.0@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.even.0@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "猪猪小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://gg.zzxsa.com/",
    "customButton": false,
    "customOrder": 909,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar sort = [];\npush=(title,link,size)=>sort.push({\n    \"title\": title,\n    \"url\": link,\n    \"style\": {\n      \"layout_flexGrow\": 1,\n       \"layout_flexBasisPercent\": size\n    }\n  });\npush(\"男主角🔹♂️按分类\",\"\",1);\ntags=[\"玄幻\",\"奇幻\",\"武侠\",\"仙侠\",\n\"灵异\",\"科幻\",\"游戏\",\"竞技\",\n\"职场\",\"都市\",\"历史\",\"军事\",\"轻小说\",\n\"同人\",\"其他\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booksort/list?gender=0&type=star&major=${t}&minor=&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t push(\"男主角🔹♂️按题材\",\"\",1);\ntags=[\"装备\",\"赚钱\",\"轮回\",\"重生\",\n\"种田\",\"治愈\",\"直播\",\"征战\",\n\"征服\",\"争斗\",\"战争\",\"缘分\",\"游戏\",\n\"阴阳\",\"异世\",\"异能\",\"异界\",\"医术\",\"妖魔\",\n\"血脉\",\"悬疑\",\"虚拟\",\"修炼\",\n\"兄弟\",\"星辰\",\"信仰\",\"邪恶\",\"现实\",\n\"武道\",\"五行\",\"文明\",\"位面\",\"未来\",\"猥琐\",\n\"危机\",\"同人\",\"挑战\",\"体育\",\n\"逃亡\",\"守护\",\"生死\",\"生活\",\"神兽\",\n\"神魔\",\"神秘\",\"神话\",\"烧脑\",\"杀戮\",\"任务\",\n\"热血\",\"权谋\",\"求生\",\"奇幻\",\n\"破案\",\"泡妞\",\"逆袭\",\"逆天\",\"末世\",\n\"魔法\",\"命运\",\"秘术\",\n\"梦想\",\"冒险\",\"炼药\",\"恐怖\",\"空间\",\n\"科技\",\"科幻\",\"开局\",\n\"军事\",\"竞技\",\"惊悚\",\"僵尸\",\n\"鉴宝\",\"家族\",\"回忆\",\n\"荒岛\",\"红颜\",\"鬼怪\",\"功夫\",\"搞笑\",\n\"复仇\",\"封印\",\"奋斗\",\n\"废物\",\"犯罪\",\"电竞\",\"大唐\",\"传说\",\n\"称霸\",\"变异\",\"变身\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booktag/list?gender=0&type=star&tags=${t}&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t \t push(\"男主角🔹♂️按流派\",\"\",1);\ntags=[\"金手指\",\"重生\",\"直播\",\"争霸流\",\n\"召唤流\",\"异兽流\",\"医生\",\"学院流\",\n\"校花\",\"乡村\",\"系统流\",\"武侠\",\"无限流\",\n\"无敌流\",\"文娱\",\"网游\",\"透视\",\"天才流\",\"随身流\",\n\"爽文\",\"升级流\",\"神豪\",\"软饭流\",\n\"轻小说\",\"奶爸\",\"练功流\",\"可爱流\",\"惊悚\",\n\"技术流\",\"洪荒流\",\"红包\",\"废材流\",\"凡人流\",\"恶搞\",\n\"都市\",\"兵王\",\"保镖\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booktag/list?gender=0&type=star&tags=${t}&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t \t \t push(\"男主角🔹♂️按身份\",\"\",1);\ntags=[\"至尊\",\"战神\",\"宅男\",\"业界精英\",\n\"药师\",\"学生\",\"枭雄\",\"仙尊\",\n\"武神\",\"同人\",\"特种兵\",\"书生\",\"神医\",\n\"神豪\",\"少年\",\"商人\",\"杀手\",\"强者\",\"乞丐\",\n\"女婿\",\"农民\",\"奶爸\",\"明星\",\n\"美女\",\"流氓\",\"教师\",\"剑客\",\"火影\",\n\"黑客\",\"海贼\",\"贵族\",\"盗贼\",\"孤儿\",\"公子\",\n\"法医\",\"帝王\",\"道士\",\"大侠\",\"刺客\",\"吃货\",\"草根\",\"兵王\",\n\"保镖\",\"保安\",\"白领\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booktag/list?gender=0&type=star&tags=${t}&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t \t \t \t push(\"男主角🔹♂️按性格\",\"\",1);\ntags=[\"装逼\",\"勇猛\",\"野蛮\",\"阳光\",\n\"嚣张\",\"侠义\",\"玩世不恭\",\"铁血\",\n\"杀伐果断\",\"懦弱\",\"狂傲\",\"狡猾\",\"坚毅\",\n\"搞笑\",\"疯狂\",\"风流\",\"逗逼\",\"暗黑\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booktag/list?gender=0&type=star&tags=${t}&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t \t \t \t \t push(\"男主角🔹♂️按情节\",\"\",1);\ntags=[\"扮猪吃虎\",\"宝物\",\"超能力\",\"打脸\",\n\"丹药\",\"吊炸天\",\"发财\",\"翻身\",\n\"废材\",\"废材逆袭\",\"洪荒\",\"戒指\",\"金手指\",\n\"金庸\",\"坑爹\",\"逆天改命\",\"入侵\",\"三国\",\"神器\",\"随身空间\",\"特殊技能\",\"天书\",\n\"王者荣耀\",\"西游\",\"咸鱼翻身\",\"血腥\",\"一统天下\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booktag/list?gender=0&type=star&tags=${t}&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t push(\"女主角🔸♀️按分类\",\"\",1);\ntags=[\"玄幻奇幻\",\"武侠仙侠\",\"悬疑灵异\",\"游戏竞技\",\n\"古代言情\",\"现代言情\",\"青春校园\",\"同人\",\n\"科幻\",\"女尊\",\"其他\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booksort/list?gender=1&type=star&major=${t}&minor=&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t \t push(\"女主角🔸♀️按题材\",\"\",1);\ntags=[\"总裁\",\"赚钱\",\"专宠\",\"重逢\",\n\"智谋\",\"职场\",\"正剧\",\"争斗\",\n\"争宠\",\"缘分\",\"冤家\",\"娱乐圈\",\"友情\",\n\"游戏\",\"音乐\",\"妖魔\",\"选秀\",\"相亲\",\"现实\",\n\"喜剧\",\"亡国\",\"吐槽\",\"甜心\",\n\"甜宠\",\"替身\",\"替嫁\",\"桃花\",\"守护\",\n\"嗜血\",\"生活\",\"深情\",\"烧脑\",\"商业\",\"伤痛\",\n\"闪婚\",\"三生三世\",\"日常\",\"权利\",\n\"情有独钟\",\"倾城\",\"青梅竹马\",\"青春\",\"契约\",\n\"婆媳\",\"虐渣\",\"男强\",\"命运\",\"美食\",\"卖萌\",\n\"励志\",\"江山\",\"家族\",\"家长里短\",\n\"婚姻\",\"回忆\",\"皇权\",\"欢乐\",\"豪门\",\n\"闺蜜\",\"古风\",\"孤独\",\n\"狗血\",\"宫斗宅斗\",\"搞笑\",\"感人\",\"复仇\",\n\"斗智斗勇\",\"初念\",\"宠妻\",\n\"宠溺\",\"宠婚\",\"车祸\",\"背叛\",\n\"爱情\",\"BE\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booktag/list?gender=1&type=star&tags=${t}&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t \t \t push(\"女主角🔸♀️按流派\",\"\",1);\ntags=[\"搞笑\",\"种田文\",\"医生\",\"养成\",\n\"言情\",\"现言\",\"甜宠文\",\"爽文\",\n\"轻小说\",\"轻松文\",\"女尊文\",\"虐文\",\"虐恋\",\n\"暖文\",\"年代文\",\"脑洞\",\"萌宠\",\"可爱流\",\"婚恋\",\n\"古言\",\"总裁文\",\"穿越\",\"宝宝\",\n].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booktag/list?gender=1&type=star&tags=${t}&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t \t \t push(\"女主角🔸♀️按身份\",\"\",1);\ntags=[\"御姐\",\"娱乐明星\",\"业界精英\",\"学霸\",\n\"校花\",\"王侯将相\",\"王妃\",\"替身\",\n\"特工\",\"庶女\",\"首席\",\"神医\",\"设计师\",\n\"商女\",\"人妻\",\"前妻\",\"千金\",\"弃妇\",\"女强\",\n\"女配\",\"农女\",\"明星\",\"萌宝\",\n\"灰姑娘\",\"皇后\",\"贵族\",\"公主\",\"高富帅\",\n\"毒医\",\"第三者\",\"嫡女\",\"变身\",\"白领\",\"BL\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booktag/list?gender=1&type=star&tags=${t}&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t \t \t push(\"女主角🔸♀️按性格\",\"\",1);\ntags=[\"搞笑\",\"懦弱\",\"腹黑\",\"霸道\",\n\"冰冷\",\"温柔\",\"阳光\",\"可爱\",\n\"傲娇\",\"冷酷\",\"淡定\",\"纯真\",\"善良\",\n\"强势\",\"高冷\",\"八卦\",\"妖娆\",\"风流\",\"杀伐果断\",\n\"情深\",\"专情\",\"甜美\",\"张扬\",\n\"奇葩\",\"冰山\",\"冷血\",\"狡猾\",\"柔情\",\n\"毒舌\",\"呆萌\",\"玩世不恭\",\"刁蛮\",\"野蛮\",\"古灵精怪\",\n\"勇敢\",\"花心\",\"妖媚\",\"逗逼\",\n\"幽默\",\"多情\",\"机智\",\"暖心\",\"欢脱\",\n\"专一\",\"傻白甜\",\"萌萌哒\",\"高智商\",\"慢热\",\"敢爱敢恨\",\n\"逗比\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booktag/list?gender=1&type=star&tags=${t}&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t \t \t push(\"女主角🔸♀️按情节\",\"\",1);\ntags=[\"阴差阳错\",\"一往情深\",\"一见钟情\",\"未婚先孕\",\n\"逃婚\",\"死缠烂打\",\"生死大爱\",\"情有独钟\",\n\"青梅竹马\",\"强取豪夺\",\"破镜重圆\",\"女追男\",\"女强男尊\",\n\"虐渣打脸\",\"涅槃\",\"麻雀变凤凰\",\"浪漫情缘\",\"纠缠\",\"欢喜冤家\",\n\"黑化\",\"复婚\",\"复合\",\"反转\",\n\"反套路\",\"错嫁\",\"错爱\",\"变身\",\"出轨\",\n\"不离不弃\",\"春风一度\",\"爱而不得\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booktag/list?gender=1&type=star&tags=${t}&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\nJSON.stringify(sort);",
    "lastUpdateTime": 1732779886336,
    "respondTime": 4016,
    "ruleBookInfo": {
      "author": "$.writer",
      "coverUrl": "$.cover",
      "init": "$.data",
      "intro": "$.bookJs",
      "kind": "$.tags",
      "lastChapter": "$.chapterLast",
      "name": "$.bookName@put:{xid:x_id}",
      "tocUrl": "https://gg.zzxsa.com/chapters/{{$._id}}?view=chapters&appName=com.zhuxshah.mszlhdgwa&https=1&language=zh_cn",
      "wordCount": "$.wordNum"
    },
    "ruleContent": {
      "content": "$.chapter.body"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "$.writer",
      "bookList": "$.books[*]",
      "bookUrl": "https://gg.zzxsa.com/bookintro/{{$._id}}?language=zh_cn",
      "checkKeyWord": "寻飞",
      "coverUrl": "$.cover",
      "intro": "$.bookJs",
      "kind": "$.tags",
      "name": "$.bookName",
      "wordCount": "$.wordNum"
    },
    "ruleToc": {
      "chapterList": "$.data.chapters",
      "chapterName": "$.tit",
      "chapterUrl": "https://xs.zzxsa.com/read/@get:{xid}/{{$.num}}?app_name=com.zhuxshah.mszlhdgwa&app_vn=2.7&dev_id=89b2628c-292f-32c6-b512-8ef3cbe58315&ts={{Date.now()}}&app_vc=20227&token=030590f5f9f4b2ab0879ea5cda0670a2"
    },
    "searchUrl": "https://gg.zzxsa.com/search/result?query={{key}}&language=zh_cn",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "古龙武侠（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.gulongbbs.com/wuxia",
    "customButton": false,
    "customOrder": 910,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1759402890747,
    "loginUrl": "{\n  \"url\": \"null\"\n}",
    "respondTime": 830,
    "ruleBookInfo": {
      "author": "##作者：(.*?)&##$1###",
      "name": "class.crumbs@tag.a.-1@text",
      "tocUrl": "class.crumbs@tag.a.-1@href"
    },
    "ruleContent": {
      "content": "id.div_content@html||class.content@html##<!--内容关联投票-->|[\\s\\S]+?敬请关注 \"古龙武侠网\" 微信公众号|.*全面支持https访问",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": "@get:{author}@get:{author2}##武侠小说.*|侦探推理.*",
      "bookList": "table@tr@td@put:{author:'@@tag.th.0@text',author2:'@@class.ui-pagetitle@text'}",
      "bookUrl": "tag.a.0@href",
      "name": "text"
    },
    "ruleSearch": {
      "bookList": "class.c wrap@li",
      "bookUrl": "tag.a.0@href",
      "intro": "tag.p@text",
      "lastChapter": "class.adds@text##发布时间：",
      "name": "h5@text"
    },
    "ruleToc": {
      "chapterList": "table@tr@td@a||class.list@li@a||tag.html",
      "chapterName": "class.title@text||text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://m.gulongbbs.com/index.php?m=search&c=index&a=init&typeid=1&siteid=1&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁,免费",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.boquku.com/#♤pb",
    "bookUrlPattern": "http://www.boquku.com/xs/\\d+/index.html",
    "customButton": false,
    "customOrder": 911,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/xuanhuanxiaoshuo/{{page}}.htm\n奇幻小说::/qihuanxiaoshuo/{{page}}.htm\n修真小说::/xiuzhenxiaoshuo/{{page}}.htm\n都市小说::/dushixiaoshuo/{{page}}.htm\n言情小说::/yanqingxiaoshuo/{{page}}.htm\n历史小说::/lishixiaoshuo/{{page}}.htm\n同人小说::/tongrenxiaoshuo/{{page}}.htm\n武侠小说::/wuxiaxiaoshuo/{{page}}.htm\n科幻小说::/kehuanxiaoshuo/{{page}}.htm\n游戏小说::/youxixiaoshuo/{{page}}.htm\n军事小说::/junshixiaoshuo/{{page}}.htm\n竞技小说::/jingjixiaoshuo/{{page}}.htm\n灵异小说::/lingyixiaoshuo/{{page}}.htm\n商战小说::/shangzhanxiaoshuo/{{page}}.htm\n校园小说::/xiaoyuanxiaoshuo/{{page}}.htm\n官场小说::/guanchangxiaoshuo/{{page}}.htm\n职场小说::/zhichangxiaoshuo/{{page}}.htm\n其他小说::/qitaxiaoshuo/{{page}}.htm",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows; U; Windows NT 5.2;. en-US) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 Quark/4.6.6.164\"\n}",
    "lastUpdateTime": 1733377584780,
    "loginUrl": "",
    "respondTime": 47912,
    "ruleBookInfo": {
      "author": "##:author\"[^\"]+\"([^\"]+)##$1###",
      "coverUrl": "##:image\"[^\"]+\"([^\"]+)##$1###",
      "init": "",
      "intro": "id.all@text##\\[收起\\]",
      "kind": "class.list-group.0@tag.li.3@text&&\nclass.list-group.0@tag.li.1@a@text##更新时间：",
      "lastChapter": "##:latest_chapter_name\"[^\"]+\"([^\"]+)##$1###",
      "name": "##:title\"[^\"]+\"([^\"]+)##$1###",
      "tocUrl": "class.mt20@class.tac@tag.a@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.txtContent@html",
      "imageStyle": "0",
      "nextContentUrl": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.col-xs-2.0@text",
      "bookList": "id.novel-list@li!0",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "",
      "intro": "",
      "kind": "class.time@text",
      "lastChapter": "tag.a.1@text",
      "name": "class.col-xs-3@tag.a.0@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "tag.div.3@text",
      "bookList": "class.panel-body@tag.li!0:-1",
      "bookUrl": "tag.div.1@tag.a@href##$##,{\"webView\":true}",
      "coverUrl": "",
      "intro": "",
      "kind": "tag.div.0@text",
      "lastChapter": "tag.div.2@text",
      "name": "tag.div.1@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.list-group-item@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href@js:'http://www.boquku.com'+result+',{webView:“true”}'",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://www.boquku.com/search.htm?keyword={{key}}&pn={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "香书小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.ibiquges.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 912,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/fenlei/1_{{page}}.html\n修真小说::/fenlei/2_{{page}}.html\n都市小说::/fenlei/3_{{page}}.html\n穿越小说::/fenlei/4_{{page}}.html\n网游小说::/fenlei/5_{{page}}.html\n科幻小说::/fenlei/6_{{page}}.html",
    "header": "",
    "lastUpdateTime": 1734842526596,
    "loginUrl": "",
    "respondTime": 4912,
    "ruleBookInfo": {
      "author": "//meta[@property='og:novel:author']/@content",
      "coverUrl": "//meta[@property='og:image']/@content",
      "intro": "//meta[@property='og:description']/@content",
      "kind": "//meta[@property='og:novel:category']/@content",
      "lastChapter": "id.info.0@tag.a.-1@text",
      "name": "//meta[@property='og:novel:book_name']/@content"
    },
    "ruleContent": {
      "content": "id.content.0@textNodes",
      "replaceRegex": "##.*第.*章.*\\s"
    },
    "ruleExplore": {
      "author": "class.s5.0@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2.0@tag.a.0@href",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "class.s3.0@tag.a.0@text",
      "name": "class.s2.0@tag.a.0@text"
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "tag.tbody.0@tag.tr.!0",
      "bookUrl": "tag.td.0@tag.a.0@href",
      "kind": "",
      "lastChapter": "tag.td.1@text",
      "name": "tag.td.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list.0@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/waps.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "夜伴书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.ybswa.com",
    "customButton": false,
    "customOrder": 913,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"奇幻·玄幻\",\n    \"url\": \"/list/qihuan.html\"\n  },\n  {\n    \"title\": \"科幻·游戏\",\n    \"url\": \"/list/kehuan.html\"\n  },\n  {\n    \"title\": \"武侠·仙侠\",\n    \"url\": \"/list/wuxia.html\"\n  },\n  {\n    \"title\": \"女生·言情\",\n    \"url\": \"/list/yanqing.html\"\n  },\n  {\n    \"title\": \"都市·娱乐\",\n    \"url\": \"/list/dushi.html\"\n  },\n  {\n    \"title\": \"历史·军事\",\n    \"url\": \"/list/lishi.html\"\n  },\n  {\n    \"title\": \"悬疑·灵异\",\n    \"url\": \"/list/xuanyi.html\"\n  },\n  {\n    \"title\": \"耽美·纯爱\",\n    \"url\": \"/list/chunai.html\"\n  },\n  {\n    \"title\": \"轻小说\",\n    \"url\": \"/list/lightnovel.html\"\n  }\n]",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; U; Android 13; zh-Hans-CN; PFJM10 Build/TP1A.220905.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/100.0.4896.58 Quark/6.13.6.581 Mobile Safari/537.36\",\"Accept-Language\":\"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"}",
    "lastUpdateTime": 1744771801263,
    "respondTime": 8219,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "#cont-body@p@html",
      "nextContentUrl": ".text-center@a.2@href\n@js:\nvar next=/_\\d+\\.html/.test(result) ? result : '';\nnext"
    },
    "ruleExplore": {
      "author": "td.2@text",
      "bookList": "tbody@tr!0",
      "bookUrl": "a.0@href",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "author": "td.1@text",
      "bookList": "tbody@tr",
      "bookUrl": "a.0@href",
      "name": "a.0@text##《|》"
    },
    "ruleToc": {
      "chapterList": "#all-chapter@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/plus/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🔰 开源书源",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.imayitxt.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 914,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"总榜\",\"url\":\"/top/allvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"月榜\",\"url\":\"/top/monthvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"周榜\",\"url\":\"/top/weekvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"总推\",\"url\":\"/top/allvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"月推\",\"url\":\"/top/monthvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"周推\",\"url\":\"/top/weekvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"最新\",\"url\":\"/top/postdate/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"最近\",\"url\":\"/top/allvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"收藏\",\"url\":\"/top/goodnum/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"字数\",\"url\":\"/top/size/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/sort/1/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"仙侠\",\"url\":\"/sort/2/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/sort/3/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/sort/4/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"军事\",\"url\":\"/sort/5/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"灵异\",\"url\":\"/sort/6/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/sort/7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"游戏\",\"url\":\"/sort/8/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"现言\",\"url\":\"/sort/9/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"古言\",\"url\":\"/sort/10/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"穿越\",\"url\":\"/sort/11/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"青春\",\"url\":\"/sort/12/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"豪门\",\"url\":\"/sort/14/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"耽美\",\"url\":\"/sort/15/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/sort/13/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1726749031032,
    "loginUrl": "",
    "respondTime": 3892,
    "ruleBookInfo": {
      "author": "class.author.0@text",
      "coverUrl": "img.0@src",
      "init": "",
      "intro": ".breviary@html",
      "kind": ".data_list i.0@text&&.list i@text##\\s.*",
      "lastChapter": ".list a@text##正文(\\s+|_)|[\\(（【].*[求更谢乐发合].*[】）\\)]|\\|",
      "name": "#main_title h1@text##全文.*",
      "tocUrl": ".button_list a.2@href",
      "wordCount": ".data_list em.0@text##字"
    },
    "ruleContent": {
      "content": "#ChapterContents@html",
      "imageStyle": "0",
      "replaceRegex": "##一秒记住.*|免费小说.*|.本章完.|正在手打中.*|.*蚂蚁阅读.*|.*精华书阁.*|为您提供.*好书签.|.*免费阅读."
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "span@text",
      "bookList": "tbody tr!0",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##http://www.imayitxt.com/files/article/image/$2/$1/$1s.jpg###",
      "kind": "a.0@text&&td.6:4@text##\\[|\\]",
      "lastChapter": "a.2@text##正文.|[\\(（【].*?[求更票谢乐发订合补加K].*?[】）\\)]",
      "name": "a.1@text##全文.*",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".float-list li",
      "chapterName": "a@text##正文(\\s+|_)|[\\(（【].*[求更谢乐发合].*[】）\\)]|\\|",
      "chapterUrl": "a@href",
      "isVip": "",
      "updateTime": "createdate"
    },
    "searchUrl": "/modules/article/search.php?q={{key}}&searchtype=all",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "猪猪书网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.zzs5.com#",
    "customButton": false,
    "customOrder": 915,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"穿越\",\"url\":\"/chuanyue/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/yanqing/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"灵异\",\"url\":\"/lingyi/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/wuxia/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/kehuan/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/lishi/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"校园\",\"url\":\"/xiaoyuan/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"文学\",\"url\":\"/wenxue/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"魔幻\",\"url\":\"/mohuan/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"重生\",\"url\":\"/chongsheng/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"耽美\",\"url\":\"/danmei/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"国外\",\"url\":\"/guowai/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/wangyou/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"豪门\",\"url\":\"/haomen/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/qita/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"人物\",\"url\":\"/renwu/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1734842142333,
    "respondTime": 2712,
    "ruleBookInfo": {
      "author": "tbody.1@tr.3@td.1@text||.bookd-title@dd@ownText##.*作者.|\\s.*",
      "intro": ".show_content!1@html",
      "kind": ".catpos@a.1@text&&tbody.1@tr.3@td.0@text&&.bookd-title@dd@ownText##.*：|小说|\\s.*",
      "lastChapter": "tbody.1@a@text||.list@a.-1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "tbody.0@h1@text||.bookd-title@h1@text##下载",
      "tocUrl": "id.downlink@a.0@href",
      "wordCount": "tbody.1@tr.2@td.1@text##.*："
    },
    "ruleContent": {
      "content": ".content!0@html"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "tbody.0@tr",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "td.1@text##.*介绍.|发布时间.*",
      "kind": "p.0@text##.*时间.|\\s.*",
      "lastChapter": "a.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.1@text",
      "wordCount": "p.0@text##.*：|\\s"
    },
    "ruleSearch": {
      "author": "",
      "bookList": "tbody@tr",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "kind": "p.0@text##.*：|\\s",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".list@dd@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/index.php?m=search&c=index&a=init&typeid=2&siteid=1&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "八零电子书 m.txt80.cc",
    "bookSourceType": 3,
    "bookSourceUrl": "https://m.txt80.cc",
    "bookUrlPattern": "https://m.txt80.cc/.*html",
    "customButton": false,
    "customOrder": 916,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"首页\",\"url\":\"/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"书库\",\"url\":\"/all/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"排行\",\"url\":\"/hot/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"推荐\",\"url\":\"/recommendall/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最新\",\"url\":\"/new/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市小说\",\"url\":\"/dushi/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女生言情\",\"url\":\"/yanqing/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻奇幻\",\"url\":\"/xuanhuan/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠仙侠\",\"url\":\"/wuxia/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游竞技\",\"url\":\"/wangyou/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"军事历史\",\"url\":\"/junshi/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻灵异\",\"url\":\"/kehuan/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美同人\",\"url\":\"/danmei/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"文学名著\",\"url\":\"/wenxue/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他小说\",\"url\":\"/qita/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1735999366798,
    "respondTime": 3868,
    "ruleBookInfo": {
      "author": ".mt10.1@a@text",
      "canReName": "",
      "coverUrl": "img@src",
      "downloadUrls": "text.下载地址@href<js>\njava.ajax(\"https://m.txt80.cc\"+result[0])\n</js>text.下载地址@href",
      "init": "class.module mt10",
      "intro": ".con@text##简介：",
      "kind": ".gray.1:3@text\n##分类：|进度：",
      "lastChapter": ".gray.4@text##更新：",
      "name": "h1@text",
      "wordCount": ".gray.2@text##大小："
    },
    "ruleContent": {},
    "ruleExplore": {},
    "ruleSearch": {
      "author": "p.1@text",
      "bookList": ".imgtextlist@li",
      "bookUrl": "a@href",
      "checkKeyWord": "剑来",
      "coverUrl": "img@src",
      "intro": "class.intro@text##简介：",
      "kind": "class.red@text||p.2@text\n##更新：|\\[|\\]",
      "name": "p.0@text\n##《|》|\\[.*\\]",
      "wordCount": "p.3@text##大小："
    },
    "ruleToc": {},
    "searchUrl": "/e/search/index.php,{\n  \"body\": \"show=title,softsay,softwriter&keyboard={{key}}&tbname=download&tempid=1&Submit22=搜索\",\n  \"method\": \"post\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "有声",
    "bookSourceName": "🎼蜻蜓FM🎼",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.qingting.fm/",
    "customButton": false,
    "customOrder": 917,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n\"User-Agent\":\"Mozilla/5.0 (Linux; Android 11; Redmi K30 Pro Build/RKQ1.200826.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.115 Mobile Safari/537.36\",\n\"referer\":\"https://m.qingting.fm/\"\n}",
    "lastUpdateTime": 1722358728274,
    "respondTime": 7591,
    "ruleBookInfo": {
      "init": "",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "<js>result</js>",
      "sourceRegex": ".*\\.(mp3|m4a).*"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": ".text.-1@text",
      "bookList": ".swiper-slide@a",
      "bookUrl": "a@href",
      "coverUrl": "img.0@src",
      "intro": ".text.0@html",
      "kind": ".text.1@text",
      "lastChapter": ".text.2@text",
      "name": ".title@text"
    },
    "ruleToc": {
      "chapterList": ".vchannel-play-list",
      "chapterName": "a@text",
      "chapterUrl": "a@href@js:result+',{webView:“true”}'"
    },
    "searchUrl": "https://m.qingting.fm/search/all/{{key}}/,{'webView': true}",
    "weight": 0
  },
  {
    "bookSourceComment": "By：Tom",
    "bookSourceGroup": "免费",
    "bookSourceName": "若初文学",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ruochu.com嘚嘚.",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 918,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "短篇::http://search.ruochu.com/web/all?sort=110&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n婚恋::http://search.ruochu.com/web/all?sort=35&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n都市::http://search.ruochu.com/web/all?sort=4&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n职场::http://search.ruochu.com/web/all?sort=11&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n豪门::http://search.ruochu.com/web/all?sort=12&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n总裁::http://search.ruochu.com/web/all?sort=13&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n架空::http://search.ruochu.com/web/all?sort=15&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n穿越::http://search.ruochu.com/web/all?sort=17&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n宫斗::http://search.ruochu.com/web/all?sort=19&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n宅斗::http://search.ruochu.com/web/all?sort=20&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n青春::http://search.ruochu.com/web/all?sort=21&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n仙侠::http://search.ruochu.com/web/all?sort=7&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n修真::http://search.ruochu.com/web/all?sort=22&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n玄幻::http://search.ruochu.com/web/all?sort=6&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n武侠::http://search.ruochu.com/web/all?sort=8&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n历史::http://search.ruochu.com/web/all?sort=3&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n纯爱::http://search.ruochu.com/web/all?sort=23&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0",
    "lastUpdateTime": 1733276174628,
    "loginUrl": "",
    "respondTime": 2410,
    "ruleBookInfo": {
      "tocUrl": "text.目录@href"
    },
    "ruleContent": {
      "content": "class.page-content@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.authorname",
      "bookList": "$.data.content",
      "bookUrl": "$.id@js:\"https://www.ruochu.com/book/\"+result",
      "coverUrl": "$.iconUrlSmall@js:\"https://b.heiyanimg.com\"+result",
      "intro": "$.introduce",
      "kind": "$.sortname",
      "lastChapter": "$.lastchaptername",
      "name": "$.name"
    },
    "ruleToc": {
      "chapterList": "class.float-list fill-block@li",
      "chapterName": "html@js:if(result.match(/isvip/)){\nresult=\"🔒\"+result.match(/>([^<]+)<\\/a>/)[1];\n}else{result=result.match(/>([^<]+)<\\/a>/)[1];}",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://search.ruochu.com/web/search?queryString={{key}}&highlight=false&page=1",
    "weight": 0
  },
  {
    "bookSourceComment": "By_zhbyjm7783",
    "bookSourceGroup": "免费",
    "bookSourceName": "🔰 炎上书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://book.zri.moe/",
    "customButton": false,
    "customOrder": 919,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"༺ˇ»`ʚ 书库 ɞ´«ˇ༻\",\"url\":\"https://book.zri.moe/api/book?page={{page}}&per=8&order_by=ct&desc=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}}]",
    "lastUpdateTime": 1734834781427,
    "respondTime": 4335,
    "ruleBookInfo": {
      "coverUrl": "https://book.zri.moe/api/book/{{$.id}}/cover",
      "init": "meta",
      "kind": "tags",
      "name": ""
    },
    "ruleContent": {
      "content": "body"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "userInfo.username",
      "bookList": "data[*]",
      "bookUrl": "https://book.zri.moe/api/book/{{$.id}}",
      "checkKeyWord": "寻找克里斯Q",
      "coverUrl": "https://book.zri.moe/api/book/{{$.id}}/cover",
      "intro": "introduction",
      "kind": "",
      "lastChapter": "lastChapterInfo.title",
      "name": "title"
    },
    "ruleToc": {
      "chapterList": "sections[*].chapters[*]",
      "chapterName": "title",
      "chapterUrl": "https://book.zri.moe/api/book/{{$.book_id}}/chapter/{{$.id}}"
    },
    "searchUrl": "https://book.zri.moe/api/book?page=1&per=8&order_by=ct&desc=true&keywords=[\"{{key}}\"]",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🎃肉书屋网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.roushuwu7.com#🎃",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 920,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": "[{\"title\":\"总点击榜\",\"url\":\"/paihang/allvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击榜\",\"url\":\"/paihang/monthvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击榜\",\"url\":\"/paihang/weekvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总推荐榜\",\"url\":\"/paihang/allvote_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月推荐榜\",\"url\":\"/paihang/monthvote_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周推荐榜\",\"url\":\"/paihang/weekvote_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总收藏榜\",\"url\":\"/paihang/goodnum_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总字数榜\",\"url\":\"/paihang/size_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最近更新\",\"url\":\"/paihang/lastupdate_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最新入库\",\"url\":\"/paihang/postdate_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/xuanhuan_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"/wuxia_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市言情\",\"url\":\"/yanqing_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻网游\",\"url\":\"/kehuan_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"惊悚悬疑\",\"url\":\"/jingsong_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"耽美同人\",\"url\":\"/danmei_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越架空\",\"url\":\"/chuanyue_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"高辣浓情\",\"url\":\"/gaola_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"禁忌百合\",\"url\":\"/baihe_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"精品文学\",\"url\":\"/jingpin_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},]",
    "header": "",
    "lastUpdateTime": 0,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 3059,
    "ruleBookInfo": {
      "author": ".author a@text",
      "canReName": "",
      "coverUrl": ".l img@src",
      "init": "",
      "intro": "p.p3@text",
      "kind": ".p2 p:nth-of-type(1)@text##类型：",
      "lastChapter": ".p4 a@text",
      "name": ".p1 h1@text##\\_.*",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".content p@html",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "span a@text||.author a@text",
      "bookList": ".listcon li||.lists li",
      "bookUrl": ".articlename a@href||a.articlename@href",
      "coverUrl": ".l2 img@src",
      "intro": "p.p3@text",
      "kind": ".articlename span@text||span.sortname@text##\\[|\\]|\\s",
      "lastChapter": ".lastchapter a@text",
      "name": ".articlename a@text||a.articlename@text",
      "wordCount": ".p2 span:nth-of-type(2)@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".searchresult li",
      "bookUrl": "a.articlename@href",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##http://img.roushuwu7.com/image/$2/$1/$1s.jpg###",
      "intro": "",
      "kind": "span.sortname@text##\\[|\\]|[\\s]",
      "lastChapter": ".lastchapter a@text",
      "name": "a.articlename@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".chapterlist li a",
      "chapterName": "text##本页章节.*",
      "chapterUrl": "href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "modules/article/search.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"searchkey={{key}}&t_btnsearch=\"\n}",
    "variableComment": "",
    "weight": 2
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "出版",
    "bookSourceName": "中华诗词",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.zhonghuashici.com#",
    "bookUrlPattern": "https://m.zhonghuashici.com/show-\\d+-\\d+.html",
    "customButton": false,
    "customOrder": 921,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"首页\",\"url\":\"/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1.0}},{\"title\":\"古诗\",\"url\":\"/list-1-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"宋词\",\"url\":\"/list-2-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"元曲\",\"url\":\"/list-3-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"文言文\",\"url\":\"/list-4-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"诗人\",\"url\":\"/list-5-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"典籍\",\"url\":\"/list-6-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"故事\",\"url\":\"/list-7-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}}]",
    "header": "{\n\t\"User-Agent\": \"Mozilla/5.0 (Linux; Android 11; Phh-Treble vanilla Build/RQ3A.211001.001;) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/90.0.4430.91 Safari/537.36\"\n\t}",
    "lastUpdateTime": 1741627459887,
    "respondTime": 3429,
    "ruleBookInfo": {
      "author": "span.0@text##作者：",
      "kind": "span.1@text",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": ".box div!-1@html",
      "nextContentUrl": "",
      "replaceRegex": "##(\\d+|-|:)",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "a@text",
      "bookList": "ul li h2||ul li a[8:]",
      "bookUrl": "a@href",
      "coverUrl": "@js:'https://z3.ax1x.com/2021/08/22/fzzNBq.png'",
      "intro": "",
      "name": "a@text"
    },
    "ruleSearch": {
      "bookList": ".r",
      "bookUrl": "a.1@href",
      "checkKeyWord": "蝶恋花",
      "coverUrl": "@js:'https://z3.ax1x.com/2021/08/22/fzzNBq.png'",
      "kind": "a.0@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "tag.html",
      "chapterName": "h1@text"
    },
    "searchUrl": "/e/search/index.php,{\n  \"body\": \"keyboard={{key}}&show=title&tempid=1\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：第一版主\nhttp://i.12bz.net\nhttp://m.111bz.cc\nhttp://m.dybz123.com\nhttp://m.xiaobanzhu.com\nhttp://m.xinbanzhu.net",
    "bookSourceGroup": "🔞",
    "bookSourceName": "御宅屋⑫",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.yushuwu12.com/#🚀",
    "customButton": false,
    "customOrder": 922,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "                              🌹榜   单🌹                              \n最近更新::/top/lastupdate_{{page}}/\n最新入库::/top/postdate_{{page}}/\n总点击榜::/top/allvisit_{{page}}/\n日点击榜::/top/dayvisit_{{page}}/\n周点击榜::/top/weekvisit_{{page}}/\n月点击榜::/top/monthvisit_{{page}}/\n总收藏榜::/top/goodnum_{{page}}/\n字数排行::/top/size_{{page}}/\n总推荐榜::/top/allvote_{{page}}/\n                              🌹分   类🌹                             \n玄幻小说::/sort/1_{{page}}/\n修真小说::/sort/2_{{page}}/\n都市小说::/sort/3_{{page}}/\n穿越小说::/sort/4_{{page}}/\n  藏经阁  ::/sort/5_{{page}}/\n科幻小说::/sort/6_{{page}}/\n其他小说::/sort/7_{{page}}/",
    "lastUpdateTime": 1721299423524,
    "respondTime": 34888,
    "ruleBookInfo": {
      "author": ".block_txt2 a.2@text",
      "coverUrl": ".block_img2 img@src",
      "init": "",
      "intro": ".intro_info@html",
      "kind": ".block_txt2 p.3:4:5@text",
      "lastChapter": ".block_txt2 a.4@text",
      "name": ".block_txt2 a.1@text",
      "tocUrl": "text.查看目录@href"
    },
    "ruleContent": {
      "content": "#nr1@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##(“|‘|’|—|-|'|\"|<|>|…|，|,|？|「|！|!|（|）|《|》|『|』|【|】|～|~|：|；|、|#|%|¥|/|\\|·|A|B|C|D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R|S|T|U|V|W|X|Y|Z|a|b|c|d|e|f|g|h|i|j|k|l|m|n|o|p|q|r|s|t|u|v|w|x|y|z|0|1|2|3|4|5|6|7|8|9|[\\u4e00-\\u9fa5])\\n\\s{2}##$1"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".cover p",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.12bz.net/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": "",
      "kind": "a.0@text##\\[|\\]|小说",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".chapter li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"type=articlename&s={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁,免费",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.biquge.info#🎃",
    "customButton": false,
    "customOrder": 923,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1721130680053,
    "respondTime": 5742,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作 者:",
      "coverUrl": "id.fmimg@tag.img@src",
      "intro": "id.intro@tag.p.0@text",
      "kind": "id.info@tag.p.1@text&&\nid.info@tag.p.2@text##类 别:|最后更新 :",
      "lastChapter": "id.info@tag.p.3@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "id.info@h1@text"
    },
    "ruleContent": {
      "content": "@js:dt=lr='';c=1;动=java.get(\"动\");\nif(动!=''&&!~baseUrl.indexOf(\",\")){\nresult=String(java.ajax(baseUrl+动))\n}else if(java.get(\"静\")==动)c=dt=2;\n\nr=org.jsoup.Jsoup.parse(r1=result.replace(/&nbsp;/g,' '));\n查=i=java.get(\"序\");\n\nif(java.get(\"文\")==1){for(;c;c--){\nd=[\"img[data-src],img[src~=[^a-z]cid[^a-z]]\"\n,\"img:not([src~=(?i)^$|^javascript:|\\\\.gif|\\\\.png|[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,\"img[src~=(?i)\\\\.png]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,'img[src~=(?i)\\\\.gif]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])'];\n\nif(!(查!=\"\"&&(查!=-1&&((lr=r.select(d[查])).size(),true)))){\n$=it=>(lr=r.select(it)).size();\nif($(d[i=0])||$(d[i=1])||$(d[i=2])||false)break;\n\nif(c==2){dt=1;\nr=org.jsoup.Jsoup.parse(java.ajax(baseUrl+',{\"webView\":true}'))\n}else i=$(d[3])?3:-1}}\nif(i==0)lr=String(lr).replace(/(?:src=['\"][^'\"]+['\"] +)?data-/g,'');\nif(查==\"\")book.putVariable(\"序\",i);\n\n}else{\nsc=java.get(\"文\")==2?\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br)),a>*,:has(a):not(:matchesOwn([\\\\S\\\\s]{50,}),:has(:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(br,a,:matchesOwn([\\\\s\\\\S]{50})),:not(br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)),:has(p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))'\n:\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br,img:not([src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg]))),img[src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg],a:not(:matches(^$)>img)>*,:has(a):not(img,:matchesOwn([\\\\S\\\\s]{50,}),:has(img,:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(img,br,a,:has(img),:matchesOwn([\\\\s\\\\S]{50})),:not(img,br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,img,div:matchesOwn(，|。)+div:matchesOwn(，|。)),:has(img,p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))';\n\nd=[\":matchesOwn(\\\\S):has(br):has(:matchesOwn(\\\\S):has(br))\"\n,\":matchesOwn(\\\\S):has(br)\"\n,\":has(>:matchesOwn(\\\\S):not(:has(*))+:matchesOwn(\\\\S):not(:has(*)))\"\n,\":has(>:has(>p:only-child:matchesOwn(\\\\S):not(:has(*)))+:has(>p:only-child:matchesOwn(\\\\S):not(:has(*))))\"\n,\"img\"\n,\":matchesOwn(\\\\S)\"];\n\ntry{for(查=i!=''?i:java.get(\"元\");c;c--){\n\nif(!(c>1&&(String(r.text()).length<400||r.select(':matchesOwn(内容未加载完成|关闭(阅读|小说)模式)').size()))){\nr.select(sc).remove();\n\nif(!(查!=\"\"&&(lr=r.select(i?d[i==6?5:i]:查)).size()))for(i=0;i<6&&(lr=r.select(d[i]),i==4&&c==1?!lr.size():String(lr.text()).length<200);i++);\nif(c<2||i<6)break;}\n\nr=org.jsoup.Jsoup.parse(r2=String(java.ajax(baseUrl+',{\"webView\":true}')).replace(/(<[a-z]+)&nbsp;/g,'$1 '));\ndt=r1.length==r2.length?2:1}\n\nfor(c=lr.first(),v=1;v<lr.size();v++)if(lr.get(v).parents().contains(c)){\nlr.remove(v);\nv--}else c=lr.get(v);\n\nlr=String((c=lr.size()==2&&i<4)?String(lr.first().text()).length>String(lr.get(1).text()).length?lr.first():lr.get(1):(c=lr.size()==1)?lr.first():lr);\n\nif(查==\"\"){\nif(c&&(查=lr.match(/<([a-z]+) ([^>]+)>/))&&(查[2]=查[2].match(/(?:id|class|style)=(?:\"[^\"]+\"|'[^']+')|[^= ]+(?==\"[^\"]+\"|'[^']+')/g))){\nbook.putVariable(\"元\",查[1]+'['+查[2].join('][')+']')\n}else book.putVariable(\"序\",i)}\n\nlr=lr.replace(/<([a-z]+)[^>]*\"-\\d+\"[^>]*>[^<]+<\\/\\1>|[^<>]*<a[^<]+<\\/a>[^<]*|&lt[; ]?\\/?[a-z]+(?= |\\/?&gt)(?:[ a-z=-]+|\"[^\"]+\"|'[^']+')*\\/?&gt[; ]?|[☯📑⚙️🌕︴]/g,\"\").replace(/\\s+(?:\\s|(?:(?:(?:n?b)?s)?p)?;)/g,\"　　\");\n\nif(java.get(\"原\")!=1)lr=(!lr.indexOf(\"　　\")?lr.replace(/>(?!　　|\\s*(?:(?:(?:n?b)?s)?p)?;)\\s*(?=[^\\s<>])/g,\">︴\"):lr)\n.replace(/((?:[〖【『「（《〈〔［\\[(][^〖【『「（《〈〔［\\[()］〕〉》）」』】〗\\]]*[)］〕〉》）」』】〗\\]]\\s*)*(?:第?\\s*[一二三四五六七八九十百千万〇零0-9]+\\s*[章节回話话：:.．,，、]*\\s*)?{{\nn=(t=title.match(/\\S+$/)[0].replace(/[*$|?+\\\\\\^\\[\\](){}/]/g,\".?\")).replace(/^(正文[^\\u4e00-\\u9fa5A-Za-z]*|第?[一二三四五六七八九十百千万〇零0-9]+[章节回話话\\s：:.．,，、]*)+/,\"\"),n!=t&&/\\S/.test(n)?\"(?:第?\\\\s*[一二三四五六七八九十百千万〇零0-9]+\\\\s*[章节回話话：:.．,，、]*\\\\s*\"+n+\"|\"+t+\")\":t\n}}(?:\\s*[〖【『「（《〈〔［\\[(][^〖【『「（《〈〔［\\[()］〕〉》）」』】〗\\]]*[)］〕〉》）」』】〗\\]])*)/g,\"⚙️$1⚙️\")+\"📑\"\n\n}catch(e){}}\nif(dt)book.putVariable(dt==1?\"动\":\"静\",',{\"webView\":true}');lr"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.odd.0@tag.a@href",
      "coverUrl": "class.odd.0@tag.a@href<js>\nvar id = result.match(/_(\\d+)/)[1];\nvar iid = parseInt(id/1000);\n'http://www.biquge.info/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "class.even.0@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.odd.0@tag.a@text",
      "wordCount": "class.even.1@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.biquge.info/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "夜天连看🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yetianlian.com#🎃",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 924,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 0,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 2958,
    "ruleBookInfo": {
      "author": "class.info@tag.span.0@text##作者：",
      "coverUrl": "class.cover@tag.img@src",
      "intro": "class.intro@text##简介：|作者.*",
      "kind": "class.info@tag.span.1@text##分类：",
      "lastChapter": "class.info@class.last.1@tag.a@text&&class.info@class.last.0@text##更新时间：|..\\:.*",
      "name": "class.info@tag.h2@text",
      "wordCount": "class.info@tag.span.3@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html",
      "imageStyle": "0",
      "replaceRegex": "##http://www.yetianlian.com.*.html|请记住本书首发.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@text##作者：",
      "bookList": "class.bookbox",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src",
      "intro": "tag.p@text",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@tag.a@text",
      "name": "tag.h4@text"
    },
    "ruleToc": {
      "chapterList": "class.listmain@tag.dd!0:1:2:3:4:5:6:7:8:9:10:11",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.yetianlian.com/s.php?ie=gbk&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版",
    "bookSourceName": "安之原创",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.azycjd.com-7",
    "customButton": false,
    "customOrder": 925,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1725649541581,
    "respondTime": 1214,
    "ruleBookInfo": {
      "intro": "class.top_main.0@tag.p@text"
    },
    "ruleContent": {
      "content": "class.novel@tag.p@text"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.novel_items@tag.p.0@text",
      "bookList": "class.list_main@tag.li",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.img@src",
      "kind": "tag.span.0@text",
      "name": "class.novel_items@tag.h3.0@text"
    },
    "ruleToc": {
      "chapterList": "class.top_main chapter",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.azycjd.com/webnovelmis/mobile/msearchresult,{\n  \"method\": \"POST\",\n  \"body\": \"searchtxts={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "多看阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.duokan.com",
    "customButton": false,
    "customOrder": 926,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\nm=`[`\n\nb=`{\"title\":\"■■■■■■■■男生榜单■■■■■■■■\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人气榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40102&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"热搜榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40602&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完结榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40303&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"连载榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40902&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱ 男生热度 ✱　　　　　　✱\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  都市  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000400?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  玄幻  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000100?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  历史  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000600?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  科幻  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000900?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  游戏  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25001000?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  悬疑  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000800?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  仙侠  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000500?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  武侠  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000300?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱男生角色✱　　　　　　✱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/17016?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神医\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10418?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女婿\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12566?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"修真\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10795?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"废材\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14949?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奶爸\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/16779?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武神\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10815?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"文娱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/18331?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"保安\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13502?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"校花\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/54334?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"刺客\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11135?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"保镖\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12487?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"白领\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/41131?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"御姐\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/230050?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"农民\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11664?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"帝王\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10472?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"职玩\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13060?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"道士\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11013?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"战神\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12062?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宅男\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11935?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"剑客\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10486?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙尊\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/17710?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱男生情节✱　　　　　　✱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10814?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"强者归来\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/159906?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"王者荣耀\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/183828?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"绝地求生\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/205061?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"升级流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11054?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无敌流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14447?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"技术流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10344?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"凡人流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/26566?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"洪荒流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/57205?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天才流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15613?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"学院流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/18507?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/36244?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"直播文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229663?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"开局流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229635?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"赘婿文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233067?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"战神文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/232467?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"姐姐文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/234096?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神医文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233063?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"保镖文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/231304?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"兵王文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233064?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"鉴宝文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/232703?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奶爸文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229408?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武道流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233066?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"种田文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/18418?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"灵气复苏\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/203573?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无限流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10357?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"诸天流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229405?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市修仙\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/34328?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代修真\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10161?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"随身流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15940?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"废柴流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12431?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"氪金流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233065?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"争霸流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/159542?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"召唤流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/157025?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"重生文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/182552?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/168672?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"LOL\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12758?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"红包文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/202610?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"迪化流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233069?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"权谋文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233439?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异兽流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/159552?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武魂流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/232705?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"风水玄学\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/231592?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代诡秘\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229429?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"蒸汽朋克\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/156231?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"巫师流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229460?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"硬科幻\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/200279?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"败家流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/230502?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"机甲流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/34537?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}}`\n\ng=`{\"title\":\"■■■■■■■■女生榜单■■■■■■■■\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人气榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40202&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"热搜榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40702&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完结榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40304&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"连载榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=41002&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱ 女生热度 ✱　　　　　　✱\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代言情\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25001800?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古代言情\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25001700?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青春校园\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25003000?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"悬疑推理\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25002000?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"玄幻言情\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25001500?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻空间\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25002100?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"游戏竞技\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25002200?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱女生角色✱　　　　　　✱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11512?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"王妃\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11168?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"嫡女\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/16300?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神医\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/50603?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女配\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15834?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"萌宝\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/18840?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"农女\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/54153?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"皇后\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13442?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"白领\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10987?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"庶女\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14207?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"明星\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10317?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"王爷\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11173?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"特工\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11171?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"前妻\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14104?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"首席\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13387?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"弃妇\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12102?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"商女\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25931?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"设计师\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11458?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"学霸\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/26103?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"养女\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14119?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱女生情节✱　　　　　　✱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13610?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"契约婚姻\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/26028?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"日久生情\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13610?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青梅竹马\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12385?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"种田文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/18418?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"年代文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/200334?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"团宠\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229410?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"欢喜冤家\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10969?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"复仇文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/222882?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"逆袭流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/230499?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"先婚后爱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14621?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫斗文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/230500?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宅斗文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15850?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女强\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12386?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"强取豪夺\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13450?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"快穿\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/37234?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"重生文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/182552?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/168672?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"破镜重圆\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14035?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿书\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/59318?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"萌宝文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/231492?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"带球跑\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15171?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"架空\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10402?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"虐恋\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10767?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"空间文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/232706?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/36244?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"直播文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229663?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐圈\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10128?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"扮猪吃虎\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10814?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"家长里短\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10660?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"同居\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12000?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"隐婚\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/30304?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代诡秘\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229429?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"职场商战\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/23648?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"婚恋文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/230501?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"豪门\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11513?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"HE\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15994?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"甜文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10887?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"1v1\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/187551?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}}`\n\nn=`]`\n\nx=`[{\"title\":\"✱　　　　　　✱男生old✱　　　　　　✱\",\"url\":\"/\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人气榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=12001&_t=&_c=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"畅销榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=11002&_t=&_c=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"VIP榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=43001&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"新书榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=13000&_t=1&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"收藏榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=27002&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"飙升榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=14001&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完本榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=15001&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"风云榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=29004&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"更新榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=28001&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱女生old✱　　　　　　✱\",\"url\":\"/\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人气榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=12011&_t=&_c=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"畅销榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=11012&_t=&_c=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"VIP榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=43011&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"新书榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=13010&_t=1&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"收藏榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=27012&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"飙升榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=14011&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完本榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=15011&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"风云榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=29014&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"更新榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=28011&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}}]`\n\nkey=String(source.getVariable())\n\nkey==\"\"? m+b+`,`+g+n :\nkey==\"1\"? m+b+`,`+g+n :\nkey==\"2\"? m+g+`,`+b+n :\nkey==\"3\"? m+b+n :\nkey==\"4\"? m+g+n : x\n</js>",
    "header": "{\"cookie\":\"device_id=D900MIVU7AH2SDF9;platform=wap;user_preference=%7B%7D;Hm_lvt_1c932f22da573f2870e8ab565f4ff9cb=1616847894;build=999000000;Hm_lpvt_1c932f22da573f2870e8ab565f4ff9cb=1616849443;app_id=duokan_h5;channel=Y0X66A;user_type=3\"}",
    "lastUpdateTime": 1733584333616,
    "loginUrl": "https://account.xiaomi.com/fe/service/login/password?display=mobile&sid=reader&qs",
    "respondTime": 5817,
    "ruleBookInfo": {
      "coverUrl": "",
      "kind": "$.item.tags[*]&&$.rights",
      "lastChapter": "$.item.latest",
      "name": "",
      "tocUrl": "$.item.fiction_id@js:\"https://www.duokan.com/store/v0/fiction/detail/\"+result+\"?chapter_id=0&_t=&_c=\"",
      "wordCount": "$.item.word_count"
    },
    "ruleContent": {
      "content": "$.url@js:\nlet content=\"\"\nif(result){\nlet b64 = java.ajax(result)\nlet str=java.base64Decode(b64.match(/'(.+?)'/)[1])\nlet list=JSON.parse(str).p\nfor (i =0;i<list.length;i++){\ncontent+= list[i]+\"\\n\"\n}\n}else{\ncontent+=\"购买后继续阅读本章内容\"\n}\ncontent",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "$.authors",
      "bookList": "$.items[*]",
      "bookUrl": "$.fiction_id@js:\"https://www.duokan.com/hs/v0/android/fiction/book/\"+result",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "$.new_tags&&$.rights",
      "name": "$.title",
      "wordCount": "$.word_count"
    },
    "ruleSearch": {
      "author": "$.role[0][1]",
      "bookList": "$.items[*]",
      "bookUrl": "$.source_id@js:\"https://www.duokan.com/hs/v0/android/fiction/book/\"+result",
      "checkKeyWord": "九星霸体诀",
      "coverUrl": "$.cover",
      "intro": "$.intro",
      "kind": "",
      "lastChapter": "",
      "name": "$.title",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "$.item.toc[*]",
      "chapterName": "$.title",
      "chapterUrl": "$.seq_id@js:\n\"https://www.duokan.com/drm/v0/fiction/link?chapter_id=\"+result+\"&format=jsonp&withid=1&fiction_id=\"+baseUrl.match(/detail\\/(\\d+)/)[1]+\"&_t=&_c=\"",
      "isVip": "$.free@js:result?false:true"
    },
    "searchUrl": "store/v0/lib/query/onebox?start=0&count=10&s={{key}}&source=2%2C5%2C6%2C7&_t=1616840245&_c=3963",
    "variableComment": "✱✱输入数字 变更发现列表：\n1  男榜+女榜  (默认列表)\n2  女榜+男榜\n3  仅男榜\n4  仅女榜\n5  旧的发现列表x\n✱✱若发现列表没变更，长按列表顶栏，弹出菜单选“刷新”，收起列表再摊开。",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "就爱文学🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.92xs.info#🎃",
    "customButton": false,
    "customOrder": 927,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"总排行榜\",\"url\":\"/allvisit-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总推荐榜\",\"url\":\"/allvote-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月排行榜\",\"url\":\"/monthvisit-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月推荐榜\",\"url\":\"/monthvote-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周排行榜\",\"url\":\"/weekvisit-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周推荐榜\",\"url\":\"/weekvote-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最新入库\",\"url\":\"/postdate-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最近更新\",\"url\":\"/lastupdate-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总收藏榜\",\"url\":\"/goodnum-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"字数排行\",\"url\":\"/size-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/sort/1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/sort/2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/sort/3-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/sort/4-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"推理\",\"url\":\"/sort/5-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"游戏\",\"url\":\"/sort/6-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/sort/7-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"恐怖\",\"url\":\"/sort/8-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/sort/10-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/sort/9-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1733401121678,
    "respondTime": 3075,
    "ruleBookInfo": {
      "author": ".p_author@text",
      "coverUrl": "#bookimg img@src",
      "downloadUrls": "#button_all a.1@href",
      "intro": "#bookintro p.-1@html##【展开】.*",
      "kind": "#count span.0:3@text&&#keywords@text##.*：|小说|\\s.*",
      "lastChapter": "#newlist a.1@text",
      "name": ".d_title h1@text",
      "tocUrl": ".newrap a.0@href",
      "wordCount": "#count span.2@text"
    },
    "ruleContent": {
      "content": "#ccontent@textNodes"
    },
    "ruleExplore": {
      "author": ".rankpage_list7@text",
      "bookList": ".rankpage_list_box",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.*/(\\d+)(\\d+)(\\d+)(\\d+).*##/files/article/image/$1/$1$2$3$4/$1$2$3$4s.jpg",
      "kind": ".rankpage_list2@text&&.rankpage_list4@text&&.rankpage_list8@text##\\[|\\]|小说",
      "lastChapter": "",
      "name": ".rankpage_list3@text",
      "wordCount": ".rankpage_list5@text"
    },
    "ruleSearch": {
      "author": ".odd.1@text",
      "bookList": "#author@tbody@tr!0",
      "bookUrl": "a.0@href##.com/##.la/",
      "checkKeyWord": "",
      "coverUrl": "a.0@href##.*/(\\d+)(\\d+)(\\d+)(\\d+).*##/files/article/image/$1/$1$2$3$4/$1$2$3$4s.jpg",
      "kind": ".even.2@text&&.odd.2@text",
      "lastChapter": ".even.0@text",
      "name": ".odd.0@text",
      "wordCount": ".even.1@text"
    },
    "ruleToc": {
      "chapterList": ".ccss",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "/modules/article/search.php,{'method':'post','body':'searchtype=articlename=author&searchkey={{key}}'}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁,免费",
    "bookSourceName": "🎉 爱笔楼/笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.ibiquge.info/",
    "customButton": false,
    "customOrder": 928,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部\",\"url\":\"/xclass/0/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"玄幻奇幻\",\"url\":\"/xclass/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"修真仙侠\",\"url\":\"/xclass/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"都市青春\",\"url\":\"/xclass/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"历史军事\",\"url\":\"/xclass/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"网游竞技\",\"url\":\"/xclass/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"科幻灵异\",\"url\":\"/xclass/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"其它\",\"url\":\"/xclass/7/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}}]",
    "header": "{ \"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1721743642991,
    "respondTime": 4226,
    "ruleBookInfo": {
      "author": ".author@a@text",
      "coverUrl": "#thumb@img@src",
      "kind": "#book_detail@li.1:2:3@text\n##类别：|状态：|更新：",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "class.title@text",
      "tocUrl": "text.章节列表@href"
    },
    "ruleContent": {
      "content": "#chaptercontent@html##『.*』|.*\\(第.*页\\)",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##天才一秒记住.*|最新网址.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author.0@a.1@text",
      "bookList": ".hot_sale",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": ".review@text",
      "kind": ".author.1@textNodes||.score@text\n##最近更新：\\s",
      "lastChapter": ".author.1@a@text",
      "name": "a@p@text"
    },
    "ruleToc": {
      "chapterList": "div@p!0@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://m.ibiquge.info/SearchBook.php?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "趣书网络",
    "bookSourceType": 0,
    "bookSourceUrl": "https://qubook.org/",
    "customButton": false,
    "customOrder": 929,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "纯愛耽美::https://qubook.org/bookbl/index<,_{{page}}>.html\n女生小说::https://qubook.org/booknv/index<,_{{page}}>.html\n男生小说::https://qubook.org/bookna/index<,_{{page}}>.html",
    "lastUpdateTime": 1721025520730,
    "respondTime": 2669,
    "ruleBookInfo": {
      "author": "class.mlist@li.1@textNodes",
      "intro": "",
      "kind": "class.mlist@li.0@textNodes",
      "name": "class.mlist@h1@text"
    },
    "ruleContent": {
      "content": "class.conten@html",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "h1@text##\\)|.*\\(",
      "bookList": "class.man_first@li",
      "bookUrl": "h1@a@href",
      "intro": "p@text",
      "kind": "h3@text",
      "name": "h1@text##\\(.*",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a.1@text##\\)|.*\\(",
      "bookList": "class.morelist@li",
      "bookUrl": "a.1@href",
      "kind": "a.0@text",
      "name": "a.1@text##\\(.*"
    },
    "ruleToc": {
      "chapterList": "<js>\ns=baseUrl.match(/(.*\\/\\d+)(.*)/)\nnum=result.match(/_(\\d+)[^>]*>尾页</)[1]\nvar txt=[]\ntxt.push({text:\"第1节\",href:baseUrl})\nfor(var i=2;i-num<=0;i++){\n\ttxt.push({text:\"第\"+i+\"节\",href:s[1]+\"_\"+i+s[2]})}\n\ttxt\n</js>",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/e/search/index.php,{\n  \"body\": \"page={{page}}&show=title,newstext&btzz=b&keyboard={{key}}\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "漫画",
    "bookSourceName": "🎨 漫客栈",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.mkzhan.com已整理",
    "bookUrlPattern": "https://m.mkzhan.com/\\d+已校验",
    "customButton": false,
    "customOrder": 930,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "修真::https://www.mkzhan.com/category/?theme_id=2&page={{page}}\n恋爱::https://www.mkzhan.com/category/?theme_id=3&page={{page}}\n校园::https://www.mkzhan.com/category/?theme_id=4&page={{page}}\n冒险::https://www.mkzhan.com/category/?theme_id=5&page={{page}}\n搞笑::https://www.mkzhan.com/category/?theme_id=6&page={{page}}\n生活::https://www.mkzhan.com/category/?theme_id=7&page={{page}}\n热血::https://www.mkzhan.com/category/?theme_id=8&page={{page}}\n架空::https://www.mkzhan.com/category/?theme_id=9&page={{page}}\n后宫::https://www.mkzhan.com/category/?theme_id=10&page={{page}}\n耽美::https://www.mkzhan.com/category/?theme_id=11&page={{page}}\n玄幻::https://www.mkzhan.com/category/?theme_id=12&page={{page}}\n悬疑::https://www.mkzhan.com/category/?theme_id=13&page={{page}}\n恐怖::https://www.mkzhan.com/category/?theme_id=14&page={{page}}\n灵异::https://www.mkzhan.com/category/?theme_id=15&page={{page}}\n动作::https://www.mkzhan.com/category/?theme_id=16&page={{page}}\n科幻::https://www.mkzhan.com/category/?theme_id=17&page={{page}}\n战争::https://www.mkzhan.com/category/?theme_id=18&page={{page}}\n古风::https://www.mkzhan.com/category/?theme_id=19&page={{page}}\n穿越::https://www.mkzhan.com/category/?theme_id=20&page={{page}}\n竞技::https://www.mkzhan.com/category/?theme_id=21&page={{page}}\n百合::https://www.mkzhan.com/category/?theme_id=22&page={{page}}\n励志::https://www.mkzhan.com/category/?theme_id=23&page={{page}}\n同人::https://www.mkzhan.com/category/?theme_id=24&page={{page}}\n真人::https://www.mkzhan.com/category/?theme_id=26&page={{page}}\n霸总::https://www.mkzhan.com/category/?theme_id=1&page={{page}}",
    "lastUpdateTime": 1716229878611,
    "respondTime": 2201,
    "ruleBookInfo": {
      "author": "class.name@text",
      "intro": "class.intro-total@text",
      "kind": "class.comic-status@tag.span.0@text##题材:",
      "lastChapter": "class.update-time@text",
      "name": "class.comic-title.0@text"
    },
    "ruleContent": {
      "content": "$..image@js:result.split(\"\\n\").map(x=>'<img src=\\\"'+x+'\\\">').join(\"\\n\")",
      "imageStyle": "FULL"
    },
    "ruleExplore": {
      "bookList": "class.cate-comic-list clearfix@class.common-comic-item",
      "bookUrl": "class.cover@href",
      "coverUrl": "img@data-src",
      "intro": ".comic-feature@text",
      "lastChapter": "class.comic-update@text##更至：",
      "name": "class.comic__title@text"
    },
    "ruleSearch": {
      "bookList": "class.search-comic-list@class.common-comic-item",
      "bookUrl": "class.cover@href",
      "coverUrl": "img@data-src",
      "intro": ".comic-feature@text",
      "lastChapter": "class.comic-update@text##更至：",
      "name": "class.comic__title@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "-class.chapter__list-box@tag.li",
      "chapterName": "a@text",
      "chapterUrl": ".j-chapter-link@data-chapterid\n@js:\r\ncid=result;\r\nbid=baseUrl.match(/\\/(\\d+)\\//)[1],\n\n'https://comic.mkzcdn.com/chapter/content/v1/?chapter_id='+cid+'&comic_id='+bid+'&format=1&quality=1&sign=0&type=1&uid=0'",
      "updateTime": ".data@text"
    },
    "searchUrl": "https://www.mkzhan.com/search/?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "PO18文学#4",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.po18.asia",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 931,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": "[{'title':'排  行','url':'','style':{layout_flexGrow: 1,layout_flexBasisPercent:1}},\n{'title':'最近更新','url':'/top/weekwords/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'最近入库','url':'/top/postdate/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'总点击','url':'/top/allvisit/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'月点击','url':'/top/monthvisit/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'周点击','url':'/top/weekvisit/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'日点击','url':'/top/dayvisit/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'总推荐','url':'/top/allvote/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'月推荐','url':'/top/monthvote/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'周推荐','url':'/top/weekvote/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'日推荐','url':'/top/dayvote/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'总月票','url':'/top/allvipvote/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'总鲜花','url':'/top/allflower/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'总鸡蛋','url':'/top/allegg/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'月勤更','url':'/top/monthwords/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'周勤更','url':'/top/weekwords/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'收藏榜','url':'/top/goodnum/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'编辑推荐','url':'/top/toptime/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'新书榜','url':'/top/newhot/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'分  类','url':'','style':{layout_flexGrow: 1,layout_flexBasisPercent:1}},\n{'title':'全部','url':'/sort/0/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'玄幻奇幻','url':'/sort/1/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'武侠仙侠','url':'/sort/2/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'都市生活','url':'/sort/3/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'穿越历史','url':'/sort/4/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'科幻未来','url':'/sort/5/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'游戏竞技','url':'/sort/6/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'其他类型','url':'/sort/7/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'全本','url':'/quanben/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}}]",
    "header": "",
    "lastUpdateTime": 0,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 3644,
    "ruleBookInfo": {
      "author": "class.red.0@text",
      "canReName": "",
      "coverUrl": "img@src",
      "init": "",
      "intro": "class.bookintro@text",
      "kind": "",
      "lastChapter": "class.book chapterlist@dd.0@text",
      "name": "class.booktitle@text",
      "tocUrl": "h2@tag.a.0@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "class.readcontent@html",
      "imageStyle": "",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##↑返回顶部↑",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.author.0@text",
      "bookList": "class.bookinfo",
      "bookUrl": "class.bookinfo@tag.a@href",
      "coverUrl": "tag.a.0@href##.*/book/(\\d+)(\\d{3})/##http://img.po18.asia/image/$1/$1$2/$1$2s.jpg",
      "intro": "class.update@text##\\简介：",
      "kind": "",
      "lastChapter": "class.cat@text##\\更新到：",
      "name": "class.bookname@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "class.author.0@text",
      "bookList": "class.bookinfo",
      "bookUrl": "class.bookinfo@tag.a@href",
      "coverUrl": "tag.a.0@href##.*/book/(\\d+)(\\d{3})/##http://img.po18.asia/image/$1/$1$2/$1$2s.jpg",
      "intro": "class.update@textNodes##\\简介：",
      "kind": "tag.td.4@text",
      "lastChapter": "class.cat@text##\\更新到：",
      "name": "class.bookname@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "id.list-chapterAll@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "text.下一页@href",
      "updateTime": ""
    },
    "searchUrl": "/modules/article/search.php,{\n'charset':'utf-8',\n'method':'POST',\n'body':'searchkey={{key}}'\n}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "霹雳书坊",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.pilisf.com",
    "bookUrlPattern": "https?://www.pilisf.com/wapbook/\\d+.html",
    "customButton": false,
    "customOrder": 932,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1732999209123,
    "respondTime": 3129,
    "ruleBookInfo": {
      "author": ".infotype@a.0@text",
      "coverUrl": ".infohead img@src",
      "intro": "#intro@html",
      "kind": ".infotype p.1:2:3@text\n##作品类型：|更新时间：|作品状态：",
      "lastChapter": ".list_xm@li.0@text",
      "name": "h3.0@text",
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": "#novelcontent@p@textNodes"
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": ".article",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": ".simple@text",
      "kind": "0",
      "name": "h6@text"
    },
    "ruleSearch": {
      "author": "a.1@text",
      "bookList": ".sone",
      "bookUrl": "a.0@href",
      "checkKeyWord": "剑来",
      "coverUrl": "@js:\"https://www.pilisf.com/17mb/style/noimg.jpg\"",
      "kind": "0",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": ".chapters li",
      "chapterName": "a@text||.juan@text",
      "chapterUrl": "a@href",
      "isVolume": ".juan@text",
      "nextTocUrl": ""
    },
    "searchUrl": "https://www.pilisf.com/s.php,{\n  \"body\": \"s={{key}}&type=articlename\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.kshuwx.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 933,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1721012995703,
    "loginUrl": "",
    "respondTime": 4472,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作    者：",
      "coverUrl": "id.fmimg@tag.img@src",
      "intro": "id.list@tag.p.0@text",
      "kind": "id.info@tag.p.3@text##更新时间：",
      "lastChapter": "@css:[property=og:novel:latest_chapter_name]@content##免费章节 |正文卷 |正文 |VIP章节|卷1",
      "name": "id.info@tag.h1.0@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleContent": {
      "content": "class.content@html##您可以在百度里.*查找最新章节！|一秒记住.*无弹窗免费阅读！|百度搜索笔趣.*小说免费阅读。|高速文字手打.*http.*biquge.*",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "",
      "lastChapter": "tag.td.1@tag.a@text##免费章节 |正文卷 |正文 |VIP章节|卷1",
      "name": "tag.td.0@tag.a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "搜索间隔5秒",
    "bookSourceGroup": "免费",
    "bookSourceName": "圣墟小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.shengxuxu.net",
    "bookUrlPattern": "http.*shengxuxu.net/book_\\d+/",
    "customButton": false,
    "customOrder": 934,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\n    \"title\": \"榜单\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"总点击榜\",\n    \"url\": \"/top/allvisit/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 0.4,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"月点击榜\",\n    \"url\": \"/top/monthvisit/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 0.4,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"周点击榜\",\n    \"url\": \"/top/weekvisit/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 0.4,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"收藏榜\",\n    \"url\": \"/top/marknum/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 0.4,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"推荐榜\",\n    \"url\": \"/top/votenum/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 0.4,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"全部小说\",\n    \"url\": \"/sort/all/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 0.25,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"玄幻小说\",\n    \"url\": \"/sort/xuanhuan/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 0.25,\n      \"layout_flexBasisPercent\": -1\n    }\n  },\n  {\n    \"title\": \"奇幻小说\",\n    \"url\": \"/sort/qihuan/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 0.25,\n      \"layout_flexBasisPercent\": -1\n    }\n  },\n  {\n    \"title\": \"武侠小说\",\n    \"url\": \"/sort/wuxia/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 0.25,\n      \"layout_flexBasisPercent\": -1\n    }\n  },\n  {\n    \"title\": \"仙侠小说\",\n    \"url\": \"/sort/xianxia/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 0.25,\n      \"layout_flexBasisPercent\": -1\n    }\n  },\n  {\n    \"title\": \"都市小说\",\n    \"url\": \"/sort/dushi/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 0.25,\n      \"layout_flexBasisPercent\": -1\n    }\n  },\n  {\n    \"title\": \"历史小说\",\n    \"url\": \"/sort/lishi/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 0.25,\n      \"layout_flexBasisPercent\": -1\n    }\n  },\n  {\n    \"title\": \"军事小说\",\n    \"url\": \"/sort/junshi/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 0.25,\n      \"layout_flexBasisPercent\": -1\n    }\n  },\n  {\n    \"title\": \"游戏小说\",\n    \"url\": \"/sort/youxi/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 0.25,\n      \"layout_flexBasisPercent\": -1\n    }\n  },\n  {\n    \"title\": \"科幻小说\",\n    \"url\": \"/sort/kehuan/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 0.25,\n      \"layout_flexBasisPercent\": -1\n    }\n  },\n  {\n    \"title\": \"灵异小说\",\n    \"url\": \"/sort/lingyi/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 0.25,\n      \"layout_flexBasisPercent\": -1\n    }\n  },\n  {\n    \"title\": \"其他小说\",\n    \"url\": \"/sort/qita/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 0.25,\n      \"layout_flexBasisPercent\": -1\n    }\n  }\n]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1744166772594,
    "respondTime": 5612,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\n\ta:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=lastest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": ".content@html##.本章完.|^一秒记住ｈｔｔｐs://ｍ\\.\\/?$",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "",
      "title": ""
    },
    "ruleExplore": {
      "author": ".s4@text",
      "bookList": ".librarylist li",
      "bookUrl": "a:nth-child(1)@href",
      "coverUrl": "tag.img@src",
      "intro": "@get:{i}",
      "kind": ".info span:nth-child(2)@text",
      "lastChapter": "a:nth-child(1)@text",
      "name": ".info span:nth-child(1)@text ##.*《|》.*"
    },
    "ruleSearch": {
      "author": ".info span:nth-child(2)@text",
      "bookList": ".librarylist li ",
      "bookUrl": "a:nth-child(1)@href",
      "coverUrl": "a.0@href##\\D((\\d+)\\d{3})##http://www.shengxuxu.net/headimgs/$2/$1/s$1.jpg###\na.0@href##\\/(\\d+)$##$1###",
      "intro": "@get:{i}",
      "kind": ".info span:nth-child(3) a@text",
      "lastChapter": ".last@text",
      "name": ".info span:nth-child(1)@text ##.*《|》.*",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".dirlist@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "/search.html?/,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 63
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "七七读书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.77dushu.com已整理",
    "bookUrlPattern": "已校验",
    "customButton": false,
    "customOrder": 935,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::http://www.77dushu.com/store/1_{{page}}.html\n仙侠小说::http://www.77dushu.com/store/2_{{page}}.html\n都市小说::http://www.77dushu.com/store/3_{{page}}.html\n言情小说::http://www.77dushu.com/store/4_{{page}}.html\n穿越小说::http://www.77dushu.com/store/5_{{page}}.html\n科幻小说::http://www.77dushu.com/store/6_{{page}}.html\n恐怖小说::http://www.77dushu.com/store/7_{{page}}.html\n网游小说::http://www.77dushu.com/store/8_{{page}}.html",
    "lastUpdateTime": 1731789093028,
    "loginUrl": "",
    "respondTime": 3745,
    "ruleBookInfo": {
      "coverUrl": "tag.img.1@src",
      "intro": "id.intro@text",
      "lastChapter": "class.update@a@text",
      "name": "tag.h1@text##搜索关键词.*"
    },
    "ruleContent": {
      "content": "id.ChapterContents@html##(txt下载地址：|更新速度最快赶|全集txt下载)[\\s\\S]+"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.td.5@text||class.shu_xinxi@h4@small@text",
      "bookList": "class.BOX@tag.tr!0||class.shu_cont@children",
      "bookUrl": "class.red@href||class.shu_xinxi@h4@a@href",
      "coverUrl": "img@src|class.red@href<js>'/files/article/image'+String(result).replace(/.*?(\\d*?)(\\d{1,3})\\//,'/$1/$1$2/$1$2s.jpg').replace('//','/0/')</js>",
      "kind": "tag.td.1@text##\\[|\\]",
      "lastChapter": "tag.td.3@text",
      "name": "tag.td.2@text||class.shu_xinxi@h4@a@text##搜索关键词.*"
    },
    "ruleToc": {
      "chapterList": "class.zjlist@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.77dushu.com/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃米读🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://api.midureader.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 936,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort = [];\npush = (title, url, type) => sort.push({\n    title: title,\n    url: url,\n    style: {\n        layout_flexGrow: 1,\n        layout_flexBasisPercent: type\n    }\n});\n$$ = (second_channel, status) => `/fiction/search/channel,{\"method\": \"POST\",\"body\": \"app=midu&second_channel=${second_channel}&status=${status}&page={{page-1}\\}&rank=\"}`;\n[\n    [\n        [\"玄幻\", 3],\n        [\"都市\", 5],\n        [\"推理\", 7],\n        [\"仙侠\", 15],\n        [\"科幻\", 27],\n        [\"游戏\", 30],\n        [\"武侠\", 32],\n        [\"历史\", 35],\n        [\"奇幻\", 39],\n        [\"军事\", 93],\n        [\"体育\", 47],\n        [\"现实\", 79],\n        [\"同人\", 61]\n    ],\n    [\n        [\"现代言情\", 13],\n        [\"古代言情\", 17],\n        [\"悬疑刑侦\", 24],\n        [\"玄幻仙侠\", 41],\n        [\"青春校园\", 51],\n        [\"同人小说\", 68],\n        [\"科幻空间\", 78],\n        [\"游戏竞技\", 95]\n    ]\n].map((Arr, isN) => {\n    push(\"༺ˇ»`ʚ \" + (isN ? \"女\" : \"男\") + \"频 ɞ´«ˇ༻\", null, 1);\n    Arr.map([title, second_channel] => {\n        [\"[\" + title + \"]\", \"完结\", \"连载\"].map((title, status) => {\n            push(title, $$(second_channel, status), 0.25);\n        });\n    });\n});\nJSON.stringify(sort);",
    "header": "{\"User-Agent\":\"okhttp/3.12.1\"}",
    "lastUpdateTime": 0,
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 3436,
    "ruleBookInfo": {
      "author": "$.author",
      "canReName": "",
      "coverUrl": "$..cover",
      "downloadUrls": "",
      "init": "$.data",
      "intro": "🏅 评分：{{$.score}}分\n🔥 热度：{{$.hot}}{{$.hotLabel}}\n🎗 标签：{{$..name##\\s##，}}\n🕰 更新时间：{{$.updateStatus}}\n📂 简介：{{$..description}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "{{java.getString('$.end_status')=='1'?'完结':'连载'}}\n{{$.category}}\n{{$.score}}分",
      "lastChapter": "",
      "name": "$.title",
      "tocUrl": "@js:\ntry{\n\"https://book.midureader.com/book/chapter_list/100/{{$.book_id}}.txt\"\n}\ncatch(e){\n\t\"https://book-spare.midureader.com/book/chapter_list/100/{{$.book_id}}.txt\"\n\t}",
      "wordCount": "$.word_count"
    },
    "ruleContent": {
      "content": "$..content\n@js:\n   if(result!=\"\"){\tresult}\n      else{java.ajax(baseUrl)}",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "$..leftTags..text## · .*",
      "bookList": "$.data[*]",
      "bookUrl": "https://api.midureader.com/fiction/book/getDetail,{\n  \"method\": \"POST\",\n  \"body\": \"app=midu&book_id={{$..book_id}}\"\n}\n##(getBrief||getDetail)选用其中之一",
      "coverUrl": "$.cover",
      "intro": "$.description",
      "kind": "{{$..leftTags..text##·|\\d.*}}##.*\\s",
      "name": "$..title",
      "wordCount": "$..leftTags..text##.*·"
    },
    "ruleSearch": {
      "author": "$.author||$..emAuthor",
      "bookList": "$.data[*]",
      "bookUrl": "https://api.midureader.com/fiction/book/getDetail,{\n  \"method\": \"POST\",\n  \"body\": \"app=midu&book_id={{$..book_id}}\"\n}\n##(getBrief||getDetail)选用其中之一",
      "checkKeyWord": "斗破苍穹",
      "coverUrl": "$..cover",
      "intro": "$..description",
      "kind": "{{java.getString('$.end_status')=='1'?'完结':'连载'}}\n{{$.category}}\n{{$..name##\\s.*}}\n{{$.score}}分",
      "lastChapter": "",
      "name": "$..title",
      "wordCount": "$.word_count"
    },
    "ruleToc": {
      "chapterList": "$.[*]",
      "chapterName": "$.title",
      "chapterUrl": "@js:\ntry{\n\"https://book.midureader.com/book/chapter/segment/master/{{$.bookId}}/{{$.chapterId}}/{{$.content_md5}}.txt\"\n}\ncatch(e){\n\t\"https://book.midureader.com/book/chapter/master/{{$.bookId}}_{{$.chapterId}}.txt\"\n\t}",
      "isVip": "",
      "isVolume": "",
      "updateTime": ""
    },
    "searchUrl": "@js:\nvar option = {   \n        \"method\": \"POST\",\n        \"body\": \"app=midu&keyword={{key}}&page={{page-1}}\"\n    };\ntry{\n\trun;\n\t\n\"https://api.midureader.com/fiction/search/search,\"+ JSON.stringify(option)\n}\ncatch(e){\n\t\"https://api.midureader.com/fiction/search/searchV2,\"+ JSON.stringify(option)\n\t}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "独阅读网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.duread.com喜静",
    "customButton": false,
    "customOrder": 937,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部分类\",\"url\":\"https://www.duread.cn/index/book_list/0/0/week_click/0/0/0/1{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"西幻传说\",\"url\":\"https://www.duread.cn/index/book_list/1/0/week_click/0/0/0/1{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"武侠仙侠\",\"url\":\"https://www.duread.cn/index/book_list/2/0/week_click/0/0/0/1{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"游戏动漫\",\"url\":\"https://www.duread.cn/index/book_list/3/0/week_click/0/0/0/1{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"科幻时空\",\"url\":\"https://www.duread.cn/index/book_list/4/0/week_click/0/0/0/1{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"都市逸闻\",\"url\":\"https://www.duread.cn/index/book_list/5/0/week_click/0/0/0/1{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"https://www.duread.cn/index/book_list/6/0/week_click/0/0/0/1{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"诡异悬疑\",\"url\":\"https://www.duread.cn/index/book_list/7/0/week_click/0/0/0/1{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1733317768140,
    "loginUrl": "https://m.duread.cn/signup/login",
    "respondTime": 8234,
    "ruleBookInfo": {
      "author": "",
      "init": "",
      "intro": "class.desc@text",
      "kind": "",
      "name": "class.book-title@text"
    },
    "ruleContent": {
      "content": ".article-content@p@textNodes"
    },
    "ruleExplore": {
      "author": ".avatar@text",
      "bookList": "class.book-list J_BookList@li",
      "bookUrl": "a.1@href",
      "coverUrl": "img@data-original",
      "name": "a.1@text"
    },
    "ruleSearch": {
      "author": "##作者[:：]([^<]+)<##$1###",
      "bookList": "class.book-list@li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "img@data-original",
      "intro": "class.summaries@html",
      "lastChapter": "class.smaller@text##.*? / ",
      "name": "class.book-name@text"
    },
    "ruleToc": {
      "chapterList": "#chapter_list@a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{\"webView\":true}"
    },
    "searchUrl": "https://www.duread8.com/index/get_search_book_list/{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版",
    "bookSourceName": "🎉 宜搜小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://api.ieasou.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 938,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\": \"❀ 男 生 分 类 ❀\",\"url\": \"\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"现代都市\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%8E%B0%E4%BB%A3%E9%83%BD%E5%B8%82&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&appverion=1115&appid=10001\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"现代修真\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%8E%B0%E4%BB%A3%E4%BF%AE%E7%9C%9F&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"都市纵横\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E9%83%BD%E5%B8%82%E7%BA%B5%E6%A8%AA&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"都市异能\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E9%83%BD%E5%B8%82%E5%BC%82%E8%83%BD&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"娱乐明星\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%A8%B1%E4%B9%90%E6%98%8E%E6%98%9F&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"校园生活\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%A0%A1%E5%9B%AD%E7%94%9F%E6%B4%BB&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"升迁之路\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%8D%87%E8%BF%81%E4%B9%8B%E8%B7%AF&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"职场商战\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E8%81%8C%E5%9C%BA%E5%95%86%E6%88%98&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"小康致富\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%B0%8F%E5%BA%B7%E8%87%B4%E5%AF%8C&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"玄幻奇幻\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%8E%84%E5%B9%BB%E5%A5%87%E5%B9%BB&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"东方玄幻\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E4%B8%9C%E6%96%B9%E7%8E%84%E5%B9%BB&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"西方魔幻\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E8%A5%BF%E6%96%B9%E9%AD%94%E5%B9%BB&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"异界争霸\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%BC%82%E7%95%8C%E4%BA%89%E9%9C%B8&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"洪荒神话\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%B4%AA%E8%8D%92%E7%A5%9E%E8%AF%9D&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"武侠仙侠\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%AD%A6%E4%BE%A0%E4%BB%99%E4%BE%A0&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"传统武侠\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E4%BC%A0%E7%BB%9F%E6%AD%A6%E4%BE%A0&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"古典仙侠\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%8F%A4%E5%85%B8%E4%BB%99%E4%BE%A0&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"科幻小说\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%A7%91%E5%B9%BB%E5%B0%8F%E8%AF%B4&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"未来世界\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%9C%AA%E6%9D%A5%E4%B8%96%E7%95%8C&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"科技争霸\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%A7%91%E6%8A%80%E4%BA%89%E9%9C%B8&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"古武机甲\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%8F%A4%E6%AD%A6%E6%9C%BA%E7%94%B2&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"末世进化\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%9C%AB%E4%B8%96%E8%BF%9B%E5%8C%96&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"时空穿梭\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%97%B6%E7%A9%BA%E7%A9%BF%E6%A2%AD&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"历史军事\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%8E%86%E5%8F%B2%E5%86%9B%E4%BA%8B&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"历史传记\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%8E%86%E5%8F%B2%E4%BC%A0%E8%AE%B0&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"架空穿越\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%9E%B6%E7%A9%BA%E7%A9%BF%E8%B6%8A&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"峥嵘岁月\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%B3%A5%E5%B5%98%E5%B2%81%E6%9C%88&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"谍战特工\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E8%B0%8D%E6%88%98%E7%89%B9%E5%B7%A5&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"灵异悬疑\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%81%B5%E5%BC%82%E6%82%AC%E7%96%91&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"推理悬念\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%8E%A8%E7%90%86%E6%82%AC%E5%BF%B5&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"灵异怪谈\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%81%B5%E5%BC%82%E6%80%AA%E8%B0%88&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"风水秘术\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E9%A3%8E%E6%B0%B4%E7%A7%98%E6%9C%AF&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"探险异闻\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%8E%A2%E9%99%A9%E5%BC%82%E9%97%BB&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"游戏竞技\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%B8%B8%E6%88%8F%E7%AB%9E%E6%8A%80&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"虚拟网游\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E8%99%9A%E6%8B%9F%E7%BD%91%E6%B8%B8&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"电子竞技\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%94%B5%E5%AD%90%E7%AB%9E%E6%8A%80&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"体育竞技\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E4%BD%93%E8%82%B2%E7%AB%9E%E6%8A%80&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"宅小说\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%AE%85%E5%B0%8F%E8%AF%B4&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"同人幻想\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%90%8C%E4%BA%BA%E5%B9%BB%E6%83%B3&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"原生幻想\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%8E%9F%E7%94%9F%E5%B9%BB%E6%83%B3&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"轻松搞笑\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E8%BD%BB%E6%9D%BE%E6%90%9E%E7%AC%91&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"❀ 女 生 分 类 ❀\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"现代言情\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%8E%B0%E4%BB%A3%E8%A8%80%E6%83%85&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"都市情缘\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E9%83%BD%E5%B8%82%E6%83%85%E7%BC%98&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"总裁豪门\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%80%BB%E8%A3%81%E8%B1%AA%E9%97%A8&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"婚恋家庭\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%A9%9A%E6%81%8B%E5%AE%B6%E5%BA%AD&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"白领生涯\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%99%BD%E9%A2%86%E7%94%9F%E6%B6%AF&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"民国旧影\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%B0%91%E5%9B%BD%E6%97%A7%E5%BD%B1&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"娱乐巨星\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%A8%B1%E4%B9%90%E5%B7%A8%E6%98%9F&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"强势宠婚\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%BC%BA%E5%8A%BF%E5%AE%A0%E5%A9%9A&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"古代言情\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%8F%A4%E4%BB%A3%E8%A8%80%E6%83%85&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"古代情缘\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%8F%A4%E4%BB%A3%E6%83%85%E7%BC%98&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"穿越架空\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%A9%BF%E8%B6%8A%E6%9E%B6%E7%A9%BA&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"女尊权谋\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%A5%B3%E5%B0%8A%E6%9D%83%E8%B0%8B&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"宫闱宅斗\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%AE%AB%E9%97%B1%E5%AE%85%E6%96%97&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"经商种田\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%BB%8F%E5%95%86%E7%A7%8D%E7%94%B0&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"幻想言情\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%B9%BB%E6%83%B3%E8%A8%80%E6%83%85&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"仙侠奇缘\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E4%BB%99%E4%BE%A0%E5%A5%87%E7%BC%98&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"魔幻情缘\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E9%AD%94%E5%B9%BB%E6%83%85%E7%BC%98&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"穿越时光\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%A9%BF%E8%B6%8A%E6%97%B6%E5%85%89&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"末世危情\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%9C%AB%E4%B8%96%E5%8D%B1%E6%83%85&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"网配快穿\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%BD%91%E9%85%8D%E5%BF%AB%E7%A9%BF&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"浪漫青春\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%B5%AA%E6%BC%AB%E9%9D%92%E6%98%A5&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"青春校园\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E9%9D%92%E6%98%A5%E6%A0%A1%E5%9B%AD&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"唯美绝恋\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%94%AF%E7%BE%8E%E7%BB%9D%E6%81%8B&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"轻小说\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E8%BD%BB%E5%B0%8F%E8%AF%B4&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"衍生同人\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E8%A1%8D%E7%94%9F%E5%90%8C%E4%BA%BA&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"换身入替\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%8D%A2%E8%BA%AB%E5%85%A5%E6%9B%BF&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"青春日常\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E9%9D%92%E6%98%A5%E6%97%A5%E5%B8%B8&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"❀出版专区❀\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"短篇全部\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%9F%AD%E7%AF%87&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"儿童文学\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%84%BF%E7%AB%A5%E6%96%87%E5%AD%A6&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"影视剧本\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%BD%B1%E8%A7%86%E5%89%A7%E6%9C%AC&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"人物传记\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E4%BA%BA%E7%89%A9%E4%BC%A0%E8%AE%B0&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"短篇小说\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%9F%AD%E7%AF%87%E5%B0%8F%E8%AF%B4&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"美文游记\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%BE%8E%E6%96%87%E6%B8%B8%E8%AE%B0&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"生活随笔\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%94%9F%E6%B4%BB%E9%9A%8F%E7%AC%94&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"诗词散文\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E8%AF%97%E6%AD%8C%E6%95%A3%E6%96%87&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"评论文集\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E8%AF%84%E8%AE%BA%E6%96%87%E9%9B%86&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"经典名著\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%BB%8F%E5%85%B8%E5%90%8D%E8%91%97&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"经管励志\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%BB%8F%E7%AE%A1%E5%8A%B1%E5%BF%97&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"社科科普\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%A4%BE%E7%A7%91%E7%A7%91%E6%99%AE&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"其他出版\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%85%B6%E4%BB%96%E5%87%BA%E7%89%88&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"文史传记\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%96%87%E5%8F%B2%E4%BC%A0%E8%AE%B0&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"悬疑出版\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%82%AC%E7%96%91%E5%87%BA%E7%89%88&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"现代文学\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E7%8E%B0%E4%BB%A3%E6%96%87%E5%AD%A6&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"文学小说\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%96%87%E5%AD%A6%E5%B0%8F%E8%AF%B4&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"原创出版\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E5%8E%9F%E5%88%9B%E5%87%BA%E7%89%88&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"情感小说\",\"url\": \"http://api.ieasou.com/api/bookapp/searchdzh.m?word=%E6%83%85%E6%84%9F%E5%B0%8F%E8%AF%B4&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=c71b3fa8116bbfb1617fe655113be528202031df&appverion=1115&ch=blf1298_10928_001&session_id=-nEGwG-4MUZtO4c-8uVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=bbef69cfaca55486e580b709c59ff5ff&ptype=5&gender=1&userInitPay=3&birt=1630233177844&userNewMedia=0&instime=1630233176330&chType=3&recSw=1&appType=0\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}}\n]",
    "lastUpdateTime": 1738412161516,
    "loginUrl": "",
    "respondTime": 1809,
    "ruleBookInfo": {
      "author": "",
      "init": "",
      "name": "",
      "tocUrl": "http://api.ieasou.com/api/bookapp/bookSummary.m?gid=@get:{gid}&nid=@get:{nid}&sort=1&size=1000&session_id=-nEGYU48h9ZiOcED3oVOOzJ&returnType=100&gsort=1&cid=eef_easou_book&version=002&os=android&udid=5f0523be952d7c668bc069ad38d9470ae15fc6c5&appverion=1122&ch=blf1298_12337_001&session_id=-nEGYU48h9ZiOcED3oVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=3&pushid=9f8b02370838a641dc4ddff894b98848&ptype=5&gender=0&userInitPay=3&birt=1660848272929&instime=1660848269464&instId=1660848269464&chType=3&bidType=0&recSw=1&appType=0"
    },
    "ruleContent": {
      "content": "$..content"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "author@put:{gid:gid}",
      "bookList": "all_book_items",
      "bookUrl": "http://api.ieasou.com/api/bookapp/bookSummary.m?nid={{$.nid}}&gid={{$.gid}}&sort=1&size=50&returnType=010&cid=eef_easou_book&vm=5.4.3&os=android&appverion=1131",
      "checkKeyWord": "",
      "coverUrl": "imgUrl",
      "intro": "desc",
      "kind": "classes",
      "lastChapter": "lastChapterName",
      "name": "name@put:{nid:nid}",
      "wordCount": "wordCount"
    },
    "ruleToc": {
      "chapterList": "<js>\n  //showjname设置章节名显示卷名true or false\n  let obj = {showjname: false}\n  let $ = JSON.parse(String(result))\n  let array = []\n  $.volumes.forEach((booklet) => {\n  \t  java.put('jname',booklet.name)\n    array.push({ \n    \t    name:'◆◇'+String(booklet.name)+'◇◆',\n    \t    voltype:true\n    \t })\n    booklet.chapters.forEach((chapter) => {\nhref='http://api.ieasou.com/api/bookapp/chargeChapter.m?a=1&autoBuy=0&cid=eef_easou_book&version=002&os=android&udid=1c5b2618a57a0848e2510649dc1e03896f462284&appverion=1122&ch=blf1298_12337_001&session_id=-nEvkqSq_9ZyORN5OoVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=3&pushid=f97b7f81a269472c07708277b7c40b4f&ptype=5&gender=0&userInitPay=3&birt=1658424532472&instime=1658424529924&instId=1658424529924&chType=3&bidType=0&recSw=1&appType=0&gid='+java.get('gid')+'&nid='+chapter.nid+'&sort='+chapter.sort+'&gsort=0&sgsort=0&sequence=4&chapter_name='+chapter.chapter_name\n      array.push({\n        name: !java.get('jname')?chapter.chapter_name:((obj.showjname?'※'+java.get('jname')+'※ ':'').padStart(3,''))+chapter.chapter_name,\n        url: href,\n        time:\"本章字数:\"+String(chapter.wordCount)+\"字\",\n        voltype:false\n      })\n    })\n  })\n  array\n</js>",
      "chapterName": "name",
      "chapterUrl": "url",
      "isVolume": "voltype",
      "preUpdateJs": "",
      "updateTime": "time"
    },
    "searchUrl": "http://api.ieasou.com/api/bookapp/searchdzh.m?word={{key}}&type=0&page_id=1&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&version=002&os=android&udid=173a721b9bdfca6593765d05dc85e02b9a882541&appverion=1122&ch=blf1298_12337_001&session_id=-nEFnuCGf9ZXO3Vr3oVOOzJ&dzh=1&scp=0&appid=10001&utype=0&rtype=3&pushid=f617257c775dc02f0405ace9a62ede52&ptype=5&gender=0&userInitPay=3&birt=1662195839903&instime=1662195839480&instId=1662195839480&chType=3&bidType=0&recSw=1&appType=0",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🎃肉肉屋🎃#3",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.rourouwu1.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 939,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "   全 部   ::/sort/0/{{page}}.html\n玄幻奇幻::/sort/1/{{page}}.html\n仙侠修真::/sort/2/{{page}}.html\n都市言情::/sort/3/{{page}}.html\n历史军事::/sort/4/{{page}}.html\n网游竞技::/sort/5/{{page}}.html\n科幻灵异::/sort/6/{{page}}.html\n恐怖惊悚::/sort/7/{{page}}.html\n其他类型::/sort/8/{{page}}.html",
    "lastUpdateTime": 0,
    "respondTime": 33434,
    "ruleBookInfo": {
      "author": "tag.span.1@a@text",
      "coverUrl": "tag.img.1@src",
      "intro": ".tabcontent@tag.div.2@text",
      "kind": ".hide@text",
      "lastChapter": "h3@text",
      "name": "tag.span.0@text",
      "tocUrl": ".b_hot@href"
    },
    "ruleContent": {
      "content": ".acontent@textNodes"
    },
    "ruleExplore": {
      "bookList": "",
      "bookUrl": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "class.c_value.0@text",
      "bookList": ".c_row",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": ".c_description@text",
      "kind": "class.c_value.2@text",
      "lastChapter": "tag.a.3@text",
      "name": "tag.a.2@text"
    },
    "ruleToc": {
      "chapterList": "dl@dd@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"method\": \"POST\",\n  \"body\": \"searchtype=all&searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "/*\n星空免费小说\thttps://api-bc.zonghengxiaoshuo.com\n熊猫脑洞小说\nhttps://api-bc.xmxsapp.com\n七猫免费小说\nhttps://api-bc.wtzw.com\n*/\napi_Params = {\n\t\"imei_ip\":\"\",\n\t\"book_privacy\":\"1\",\n\t\"read_preference\":\"0\"\n\t};\n\t\n\tfunction sign($){\n\t\ts = $.replace(/&/g,\"\") + \"d3dGiJc651gSQ8w1\";\n\t\treturn String(java.md5Encode(s));\n\t};\n\t\n\tfunction body($){\n\t\tif(!/app/.test(JSON.stringify($))){\n\t\t\tif(/chapter/.test(link_Urlpath)){\n\t\t\t\tapi_Params = {};}\n\t\t\t$ = Object.assign(api_Params, $);}\n\t\telse { $ = $;}\n\ts = Object.keys($).sort().map(key=>key+\"=\"+$[key]).join('&');\n\t\treturn String(s);\n\t};\n\t\nif(headers==\"\"){\n  link_Params.sign = sign(body(link_Params));\n  burl = source.getKey();\n  if(/chapter/.test(link_Urlpath)){\n\t\t\t\tburl = burl.replace(\"api-bc\",\"api-ks\");}\n  url = burl + link_Urlpath + body(link_Params);\n  }",
    "bookSourceGroup": "免费",
    "bookSourceName": "星空小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://api-bc.zonghengxiaoshuo.com",
    "customButton": false,
    "customOrder": 940,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\n\npush(\"榜单\", null, 1, 1); \nbd = [\n[\"推荐榜\",\"rec_list\"],\n[\"大热榜\",\"hot_list\"],\n[\"完结榜\",\"end_list\"],\n[\"新书榜\",\"new_list\"],\n[\"热搜榜\",\"hot_search_list\"],\n[\"打赏榜\",\"reward_value_list\"],\n[\"粉丝榜\",\"reward_user_list\"]\n];\nbd.map(([t2,type],index)=>{\n\t\t\t[\"男频\",\"女频\"].map((t1,tab)=>{\n\theaders = \"\";\nlink_Urlpath = \"/api/v1/leader-board?\";\nlink_Params = {\n\t\t\"rank_type\": type,\n\t  \"category_id\":\"0\",\n\t  \"tab_type\": tab+1,\n\t  \"category_type\":\"0\"\t\n\t};\n\teval(String(source.bookSourceComment));\t\t\t \t\t\n\t\t\t\tpush(t1+t2, url, 1, 0.4);\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t});\n\t});\t\n\nfunction fl(tab) {\t\t\t\n\theaders = \"\";\nlink_Urlpath = \"/api/v5/category/index?\";\nlink_Params = {\n\t \t\"gender\":\"0\",\n\t  \"category_id\":\"0\",\n\t  \"tab_type\": tab,\n\t  \"cache_ver\": \"\"\n\t};\n\teval(String(source.bookSourceComment));\t\t\t \n\thtml = java.ajax(url);\nreturn  JSON.parse(html).data.category_list; \t\t\n\t\t}\n\t\t\n\t\t[[\"男频🔸♂️\",fl(1)[0]],\n\t\t[\"男频🔸♂️\",fl(1)[1]],\n\t\t[\"女频🔸♀️\",fl(2)[0]],\n\t\t[\"女频🔸♀️\",fl(2)[1]]\n\t\t].map([title,$]=>{\t\t\t\t\t\t\t\n \t\tpush(title+$.show_title , null, 1, 1);\n \t\tlist = $.list;\n   list.map(($,index)=>{\t   \t    \t\t\nurl = `@js:headers = \"\";\nlink_Urlpath = \"/api/v5/category/get-list?\";\nlink_Params = {\n\t\t\"category_id\": ${$.category_id},\n\t  \"page\": page,\n\t  \"category_type\": ${$.category_type},\n\t  \"gender\": \"0\",\n\t   \"book_preference\": \"1\",\n\t  \"over\": \"-99\",\n\t   \"words\": \"-99\",\n\t  \"sort\": \"-99\",\n\t   \"need_filters\": \"1\",\n\t   \"from\": \"4\",\n\t   \"need_supplement\": \"\"\n\t};\n\teval(String(source.bookSourceComment));`;\t\n\t\t\t\tif(index+1 <= list.length - list.length%3)\n\t\t\t {\tpush($.title, url, 1, 0.25);}\n\t\t\t\telse{ push($.title, url, 0, 0.29);}\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t});\n\t});\n\t\t\n\t\t\nJSON.stringify(sort);",
    "header": "@js:\nif(/xmxsapp/.test(source.getKey())){\napplication = \"com.xm.freader\";\n}\nelse if(/zonghengxiaoshuo/.test(source.getKey())){\napplication = \"com.xk.qreader\";\n}\nelse if(/wtzw/.test(source.getKey())){\napplication = \"com.****.reader\";\n}\n\nheaders={ \n\t\"app-version\":\"21500\",\n\t\"net-env\":\"4\",\t\n\t\"channel\":\"pd-tengxun_lf\",\n\t\"is-white\":\"0\",\n\t\"platform\":\"android\",\n\t\"application-id\": application,\n\t\"AUTHORIZATION\": \"\",\n\t\"reg\":\"\",\n \"qm-params\":\"\"\n};\neval(String(source.bookSourceComment));\nheaders.sign = sign(body(headers));\nJSON.stringify(headers)",
    "lastUpdateTime": 1743751725525,
    "loginUrl": "",
    "respondTime": 6308,
    "ruleBookInfo": {
      "author": "$.author",
      "canReName": "",
      "coverUrl": "$.image_link",
      "init": "$.data.book",
      "intro": "<br>\n🔔 更新时间：{{java.timeFormat(java.getString('$.update_time')*1000)}}\n🏅 评分：{{$.attribute.score}}分\n🏷 标签：{{$.book_tag_list[*].title##\\s##，}}\n♠️ 来源：{{$.statement##如有疑问.*}}\n📂 简介：{{$.intro}}",
      "lastChapter": "$.latest_chapter_title",
      "name": "$.title",
      "tocUrl": "@js:\nheaders = \"\";\nlink_Urlpath = \"/api/v1/chapter/chapter-list?\";\nlink_Params = {\n\t\t\"id\": \"{{$.id}}\"\n\t};\neval(String(source.bookSourceComment));",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "$.data.content\n@js:\nvar javaImport = new JavaImporter();\njavaImport.importPackage(\n    Packages.java.lang,\n    Packages.javax.crypto.spec,\n    Packages.javax.crypto,\n    Packages.java.util\n);\nwith(javaImport) {\n    function decode(result) {\n        var ivEncData = Base64.getDecoder().decode(String(result));\n        var key = SecretKeySpec(String(\"242ccb8230d709e1\").getBytes(), \"AES\");\n        var iv = IvParameterSpec(Arrays.copyOfRange(ivEncData, 0, 16));\n        var chipher = Cipher.getInstance(\"AES/CBC/PKCS5Padding\");\n        chipher.init(2, key, iv);\n        return String(chipher.doFinal(Arrays.copyOfRange(ivEncData, 16, ivEncData.length)));\n    }\n}\ndecode(result)"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "$.original_author",
      "bookList": "$.data.books",
      "bookUrl": "@js:\nheaders = \"\";\nlink_Urlpath = \"/api/v5/book/detail?\";\nlink_Params = {\n\t\t\"id\": \"{{$.id}}\",\n   \t\"teeny_mode\": \"0\",\n\t};\neval(String(source.bookSourceComment));",
      "coverUrl": "$.image_link",
      "intro": "$.intro",
      "kind": "{{r=String(java.getString('$.score'));r==''?'':r+ '分'}}\n{{$.sub_title##・\\d+.*}}##・##,",
      "name": "$.original_title||$.title",
      "wordCount": "$.words_num"
    },
    "ruleToc": {
      "chapterList": "$.data.chapter_lists",
      "chapterName": "$.title",
      "chapterUrl": "@js:\nheaders = \"\";\nlink_Urlpath = \"/api/v1/chapter/content?\";\nlink_Params = {\n\t\t\"id\": baseUrl.match(/id=(\\d+)/)[1],\n\t\t\"chapterId\":\"{{$.id}}\"\n\t};\neval(String(source.bookSourceComment));"
    },
    "searchUrl": "@js:\nheaders = \"\";\nlink_Urlpath = \"/api/v7/search/words?\";\nlink_Params = {\n\t \"book_id\":\"143185,141577,150567,215243,211615,157237\",\n  \t\"tab\":\"1\",\t\n  \t\"gender\":\"0\",\n\t\t\"page\":page,\n   \t\"wd\":key\n\t};\neval(String(source.bookSourceComment));",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "4020电子书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.wurexs.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 941,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1733279604282,
    "loginUrl": "",
    "respondTime": 392,
    "ruleBookInfo": {
      "coverUrl": "class.detail_info@img@src",
      "intro": "class.small.4@textNodes##简介：|.*作者：.*|.*推荐地址.*",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content",
      "lastChapter": "class.small.3@a@text"
    },
    "ruleContent": {
      "content": "id.content@textNodes##请记住本书.*|----|书快.*看书最快.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.even.1@text||class.s@text##大小.*",
      "bookList": "class.grid@tr!0||class.listBox@ul@li",
      "bookUrl": "class.even@a@href||class.red@href",
      "coverUrl": "a@href<js>'/headimgs'+String(result).replace(/.*?(\\d+)(\\d{3}).*/,'/$1/$1$2/s$1$2.jpg').replace('//','/0/')</js>",
      "intro": "class.u@textNodes",
      "lastChapter": "class.odd@a@text||class.red@text",
      "name": "tag.a.0@text##txt下载"
    },
    "ruleToc": {
      "chapterList": "class.showInfo@ul@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.wsskw.com/so.html?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "饿狼小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.elkoparts.com/",
    "bookUrlPattern": "http://m.elkoparts.com/kanshu.*",
    "customButton": false,
    "customOrder": 942,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "排行::/ph/\n收藏::/collect/\n完本::/wanbenxiaoshuo/",
    "lastUpdateTime": 1734832345618,
    "loginUi": "http://m.elkoparts.com/login.php",
    "respondTime": 9340,
    "ruleBookInfo": {
      "author": "class.fix@p.0@text",
      "coverUrl": "img@src",
      "init": "class.detail-box",
      "intro": "class.xdesc@text##简介\\:",
      "kind": "class.fix@p.1:2:4@text\n##类别：|状态：|更新：",
      "lastChapter": "class.fix@p.5@a@text",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": "#content@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##（本章未完.*继续阅读）|.*\\(.*\\)"
    },
    "ruleExplore": {
      "bookList": ".txt-list@li",
      "bookUrl": "a@href",
      "kind": "span.0:2@text",
      "name": "span.1@text"
    },
    "ruleSearch": {
      "author": ".s4@text",
      "bookList": ".txt-list@li!0",
      "bookUrl": "a.0@href",
      "checkKeyWord": "剑来",
      "kind": "span.0:4@text##\\[|\\]",
      "lastChapter": ".s3@text",
      "name": ".s2@a@text"
    },
    "ruleToc": {
      "chapterList": ".section-list.1@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "http://m.elkoparts.com/search.php?keyWord={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "                    \"error:timeout\n                                        \"error:timeout\n                    \"error:failed to connect to www.maxreader.net/31.13.88.169 (port 80) from /192.168.10.3 (port 51420) after 15000ms\n\"\"\"",
    "bookSourceGroup": "免费",
    "bookSourceName": "文墨中文",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.maxreader.net/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 943,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1731793235367,
    "loginUrl": "",
    "respondTime": 3158,
    "ruleBookInfo": {
      "coverUrl": "",
      "intro": "",
      "lastChapter": "",
      "tocUrl": "text.目录@href"
    },
    "ruleContent": {
      "content": "class.size16 color5 pt-read-text@html## |本章未完.*|百度搜索阅读最新最全.*|猫扑中文|[()]|.*最新章节第一时间免费.*",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.fl color7@class.mr30@tag.a.0@title",
      "bookList": "class.pt-rank-detail",
      "bookUrl": "class.pt-rank-detail@tag.a.0@href",
      "coverUrl": "tag.img.0@src",
      "kind": "text.分类@text",
      "lastChapter": "class.fl lh100@tag.a@title",
      "name": "class.pt-rank-detail@tag.a.0@title"
    },
    "ruleToc": {
      "chapterList": "id.readerlists@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.maxreader.net/search/result.html?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": " /*11.24 by:遇知*/\n\t\n  uuid=java.randomUUID().toUpperCase();\n  time=Math.round(new Date()/1000);\n  \n  if(String(Params).match(/query/)){\n\t\tsn = `channel=fx0001&gid=1&nci=1&nsc=0&${Params}&timestamp=${time}&secret=QgkdrcUgsfS4MvwB`;}\n\t\t\n\t\telse if(String(Params).match(/groupname/)){\n\t\t\tsn = `channel=fx0001&cid=${cid}&isserial=0&limit=3000&nci=1&nsc=0&sort=hot&start=0&timestamp=${time}&wordcount=0%252C100000&secret=QgkdrcUgsfS4MvwB`;}\n\t\t\t\n\t\telse if(String(Params).match(/BD/)){\n\t\t\t  sn = `channel=fx0001&class_id=${cid}&limit=3000&nci=1&nsc=0&start=0&timestamp=${time}&secret=QgkdrcUgsfS4MvwB`;}\n\t\n\t\telse if(String(Params).match(/bid/)){\n\t\t\tsn = `${Params}&channel=fx0001&gid=1&nci=1&nsc=0&timestamp=${time}&secret=QgkdrcUgsfS4MvwB`;}\n\t\t\n\t\telse if(String(Params).match(/cid/)){\n\t\tsn = `bid=${bid}&channel=fx0001&chapterid=${cid}&gid=1&nci=1&nsc=0&timestamp=${time}&secret=QgkdrcUgsfS4MvwB`;}\n\t\t\n\t\tsign=java.md5Encode(sn).toUpperCase();\n   body=String(sn).replace(/\\&secret=QgkdrcUgsfS4MvwB/,'');\n   option={\"method\":\"POST\",\"body\":body};",
    "bookSourceGroup": "免费",
    "bookSourceName": "繁星小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://fapi.fanxxs.com",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 944,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\n\t\n\tbd=[[\"男频\",[[\"留存\",\"6\"],[\"好评\",\"3\"],[\"人气\",\"1\"],[\"热评\",\"5\"]]],\n[\"女频\",[[\"留存\",\"12\"],[\"好评\",\"9\"],[\"人气\",\"7\"],[\"热评\",\"11\"]]]];\nbd.map([title,list]=>{\t\t\t\n\tParams = \"BD\";\n\t\tpush(title, null, 1, 1);\n\t   list.map([title,cid]=>{ \n\t   \t\teval(String(source.bookSourceComment));\n\t   \turl= `https://fapi.fanxxs.com/2/v8/top3/list.api?sign=${sign}&app=FXBook&vs=7.1.2&uuid=${uuid}&_t=${time}&app=FXBook&pbv=v1.0.28&channel=fx0001&os=Android,`+ JSON.stringify(option).replace(/start=0/,'start={{(page-1)*30}\\}');  \n\t\t\t\tpush(title, url, 1, 0.4); \n\t\t\t\t});\n\t});\n\t\tfl_url=\"https://fapi.fanxxs.com/v8/cate3/list.api?nsc=0&nci=1&app=FXBook&vs=7.1.2&uuid={{java.randomUUID().toUpperCase()}}&_t={{Math.round(new Date()/1000)}}&app=FXBook&pbv=v1.0.28&channel=fx0001&os=Android\";\nD=JSON.parse(java.ajax(fl_url)).data;\n\n [D[0],D[1]].map(Data=>{\n \tParams = JSON.stringify(Data);\n\tpush(Data.groupname, null, 1, 1);\nData.cate.map(($,index)=>{\n      title=$.name;\n     \tcid=$.cid;\n     \teval(String(source.bookSourceComment));\n\turl= `https://fapi.fanxxs.com/2/v8/book3/filter.api?app=FXBook&sign=${sign}&ml=10X&mf=XIAOMI&vs=7.1.2&uuid=${uuid}&_t=${time}&app=FXBook&pbv=v1.0.28&channel=fx0001&os=Android,`+ JSON.stringify(option).replace(/start=0/,'start={{(page-1)*30}\\}');\n \t\tif(index+1 <= Data.cate.length - Data.cate.length%3)\n\t\t\t {\tpush(title, url, 1, 0.25);}\n\t\t\t\telse{ push(title, url, 0, 0.29);}\n        });\n      });\nJSON.stringify(sort);",
    "header": "@js:\nJSON.stringify({\t\t\n\t\"Content-Type\":\"application/x-www-form-urlencoded\",\n\t\"Connection\":\"Keep-Alive\",\n\t\"Host\":\"fapi.fanxxs.com\",\n  \"User-Agent\":\"okhttp/3.14.9\"\n})",
    "lastUpdateTime": 1731589283960,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 12742,
    "ruleBookInfo": {
      "author": "$.author",
      "canReName": "",
      "coverUrl": "$.thumb",
      "init": "$.data",
      "intro": "{{$.description}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "{{$.catename}}\n{{java.getString('$.isserial')=='2'?'完结':'连载'}}\n{{java.timeFormatUTC(java.getString('$.updated')*1000,'yyyy-MM-dd',8)}}",
      "lastChapter": "$.lastchaptertitle",
      "name": "$.title",
      "tocUrl": "@js:\nParams = \"bid=\"+java.put('bid', '{{$.bid}}');\neval(String(source.bookSourceComment));\nurl =\"https://fapi.fanxxs.com/v8/book/chapter.api?vs=7.1.2&uuid=\"+uuid+\"&_t=\"+time+\"&app=FXBook&pbv=v1.0.28&channel=fx0001&os=Android&sign=\"+sign+\",\" + JSON.stringify(option);",
      "wordCount": "$.wordcount"
    },
    "ruleContent": {
      "content": "$.data.body",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.data.books",
      "bookUrl": "@js:\nParams =  \"bid=\"+java.getString('$.bid');\neval(String(source.bookSourceComment));\n\nurl =\"https://fapi.fanxxs.com/2/v8/book3/detail.api?uuid=\"+uuid+\"&nsc=0&timestamp=\"+time+\"&channel=fx0001&bid=\"+Params+\"&nci=1&sign=\"+sign+\"&app=FXBook,\" + JSON.stringify(option);",
      "coverUrl": "$.thumb",
      "intro": "$.description",
      "kind": "{{$.catename}}\n{{java.getString('$.isserial')=='2'?'完结':'连载'}}",
      "lastChapter": "",
      "name": "$.title"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.search",
      "bookUrl": "@js:\nParams =  \"bid=\"+java.getString('$.bid');\neval(String(source.bookSourceComment));\n\nurl =\"https://fapi.fanxxs.com/2/v8/book3/detail.api?uuid=\"+uuid+\"&nsc=0&timestamp=\"+time+\"&channel=fx0001&bid=\"+Params+\"&nci=1&sign=\"+sign+\"&app=FXBook,\" + JSON.stringify(option);",
      "coverUrl": "$.thumb",
      "intro": "$.description",
      "kind": "$.catename",
      "lastChapter": "",
      "name": "$.title",
      "wordCount": "$.wordcount"
    },
    "ruleToc": {
      "chapterList": "$.data.chapters",
      "chapterName": "$.title",
      "chapterUrl": "@js:\nbid = java.get('bid');\ncid = java.getString('$.id');\nParams =  \"cid=\"+java.getString('$.bid');\neval(String(source.bookSourceComment));\nurl =\"https://fapi.fanxxs.com/v8/book/content.api?timestamp=\"+time+\"&gid=1&bid=\"+bid+\"&channel=fx0001&chapterid=\"+cid+\"&uuid=\"+uuid+\"&sign=\"+sign+\"&app=FXBook,\" + JSON.stringify(option);",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": "{{java.timeFormatUTC(java.getString('$.time')*1000,'yyyy-MM-dd',8)}}"
    },
    "searchUrl": "@js:\nParams = \"query=\"+key;\neval(String(source.bookSourceComment));\nurl =\"https://fapi.fanxxs.com/server/v8/search?sign=\"+sign+\"&vs=7.1.2&uuid=\"+uuid+\"&_t=\"+time+\"&app=FXBook&pbv=v1.0.28&channel=fx0001&os=Android,\" + JSON.stringify(option);",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "飞速小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.feisuwx.org#🎃",
    "bookUrlPattern": "http://www.feisuwx.org/book/\\d+/\\d+/index.html",
    "customButton": false,
    "customOrder": 945,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1630351124837,
    "loginUrl": "",
    "respondTime": 1467,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text",
      "coverUrl": "id.fmimg@img@src",
      "init": "",
      "intro": "id.intro@tag.p.0@text",
      "kind": "id.info@tag.p.2@text##最后更新：",
      "lastChapter": "id.list@tag.dd.0@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 |卷1",
      "name": "id.info@tag.h1@text",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@html##无弹窗小说网.*ＣＯＭ|读.*请记好本站.*org"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "class.s4@text",
      "bookList": "class.novelslist3@tag.li",
      "bookUrl": "class.s2@tag.a@href@js:\nvar id = result.match(/(\\d+).html\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.feisuwx.org/book/'+iid+'/'+id+'/index.html';",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+).html\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.feisuwx.org/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "class.s1@text&&\nclass.s7@text",
      "lastChapter": "class.s3@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 |卷1",
      "name": "class.s2@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text##【求收藏！】|（.*）",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.feisuwx.org/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "手机版平板电子书网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.qiqixs.info",
    "customButton": false,
    "customOrder": 946,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\n    \"title\": \"♕ 分类 ♕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"玄幻小说\",\n    \"url\": \"/xuanhuan/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"修真小说\",\n    \"url\": \"/xiuzhen/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠小说\",\n    \"url\": \"/wuxia/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史小说\",\n    \"url\": \"/lishi/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市小说\",\n    \"url\": \"/dushi/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游小说\",\n    \"url\": \"/game/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻小说\",\n    \"url\": \"/kehuan/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"恐怖小说\",\n    \"url\": \"/kongbu/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"穿越小说\",\n    \"url\": \"/chuanyue/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情小说\",\n    \"url\": \"/yanqing/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"校园小说\",\n    \"url\": \"/xiaoyuan/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"全本\",\n    \"url\": \"/full-{{page}}/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"♕ 排行 ♕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"日点击榜\",\n    \"url\": \"/top-dayvisit-{{page}}/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"周点击榜\",\n    \"url\": \"/top-weekvisit-{{page}}/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"月点击榜\",\n    \"url\": \"/top-monthvisit-{{page}}/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"总点击榜\",\n    \"url\": \"/top-allvisit-{{page}}/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"总收藏榜\",\n    \"url\": \"/top-goodnum-{{page}}/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"字数排行\",\n    \"url\": \"/top-size-{{page}}/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"日推荐榜\",\n    \"url\": \"/top-dayvote-{{page}}/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"周推荐榜\",\n    \"url\": \"/top-weekvote-{{page}}/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"月推荐榜\",\n    \"url\": \"/top-monthvote-{{page}}/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"总推荐榜\",\n    \"url\": \"/top-allvote-{{page}}/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"最新入库\",\n    \"url\": \"/top-postdate-{{page}}/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"最近更新\",\n    \"url\": \"/top-lastupdate-{{page}}/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  }\n]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 14; zh-cn; M2102K1AC Build/UKQ1.231207.002) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/109.0.5414.118 Mobile Safari/537.36 MQQBrowser/10.1.0\"}",
    "lastUpdateTime": 0,
    "respondTime": 6023,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "",
      "intro": ".intro_info@html##最新章节.*",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "tocUrl": ".book_more@a@href"
    },
    "ruleContent": {
      "content": "#nr1@html##.*本章未完.*",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": "ownText##.*/",
      "bookList": ".line",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.*\\D((\\d+)\\d{3})\\D##http://www.qiqixs.info/book/image/$2/$1/$1s.jpg###",
      "kind": "ownText##\\[|\\].*",
      "name": "a@text"
    },
    "ruleSearch": {
      "author": "p.-2@text##作者：",
      "bookList": ".block",
      "bookUrl": "a.0@href",
      "checkKeyWord": "我的世界",
      "coverUrl": "a.0@img@src",
      "kind": "p.-3@text##分类：",
      "lastChapter": "p.-1@a@text",
      "name": "h2@text"
    },
    "ruleToc": {
      "chapterList": "dl@dd@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "/search.php,{\n  \"body\": \"searchkey={{key}}&submit=\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "求书网吧",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.qiushu.info#🎃",
    "customButton": false,
    "customOrder": 947,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36",
    "lastUpdateTime": 1721153937948,
    "respondTime": 2793,
    "ruleBookInfo": {
      "author": ".author@text##文/",
      "coverUrl": ".book_cover > img@src",
      "intro": "p:nth-child(3)@text",
      "lastChapter": "ul:nth-child(1) > li:nth-child(1) > a@text",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": "class.book_content@html##求书网WWW.Qiushu.cc|txt下载80txt.com|最新网址：www.qiushu.info|txt下载地址：.*http://www.qiushu.info/txt65989/|手机阅读：.*http://m.qiushu.info/65989/|为了方便下次阅读，你可以在顶部\"加入书签\"记录本次.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".t2@tag.span@text##作者：|更新时间：.*",
      "bookList": ".read_list@tag.li",
      "bookUrl": ".t1 > .c1@tag.a@href",
      "checkKeyWord": "我的",
      "coverUrl": "li:nth-child(1) dt@tag.img@src",
      "intro": ".t3@tag.span@text",
      "kind": "",
      "lastChapter": ".t4 .c1@tag.a@text",
      "name": ".t1 > .c1@tag.a@text"
    },
    "ruleToc": {
      "chapterList": ".book_con_list.1@tag.li",
      "chapterName": " a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "/search.php,{\n\"method\": \"post\",\n\"body\": \"searchkey={{key}}&submit=\"\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "企鹅浏览",
    "bookSourceType": 0,
    "bookSourceUrl": "novel.html5.qq.com",
    "customButton": false,
    "customOrder": 948,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n    \"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 13; zh-cn; V2183A Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/89.0.4389.72 MQQBrowser/13.4 Mobile Safari/537.36 COVC/046223\",\n    \"Referer\":\"https://novel.html5.qq.com/\",\n\t\"Q-GUID\":\"0ee63838b72eb075f63e93ae0bc288cb\",\n\t\"QIMEI36\":\"8ff310843a87a71101958f5610001e316a11\"\n}",
    "lastUpdateTime": 1759386969689,
    "respondTime": 3211,
    "ruleBookInfo": {
      "author": "$..author",
      "coverUrl": "$..picurl",
      "intro": "$..summary",
      "kind": "$..resourceID",
      "lastChapter": "$..lastSerialname",
      "name": "$..resourceName",
      "tocUrl": "https://novel.html5.qq.com/qbread/api/book/all-chapter?bookId={{book.kind}}",
      "wordCount": "$..contentsize"
    },
    "ruleContent": {
      "content": "$.data.Content[0].Content"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$..author",
      "bookList": "$.data.state[*]",
      "bookUrl": "https://novel.html5.qq.com/qbread/api/novel/bookInfo?resourceId={{book.kind}}",
      "coverUrl": "$..cover_url",
      "intro": "$..abstract",
      "kind": "$.groupID##.*_##",
      "name": "$..title"
    },
    "ruleToc": {
      "chapterList": "$..rows[*]",
      "chapterName": "$.serialName",
      "chapterUrl": "$.serialID\n@js:\nlet data = JSON.stringify({\n  ContentAnchorBatch: [{\n    BookID: book.kind,\n    ChapterSeqNo: [\n      result\n    ]\n  }],\n  Scene: \"chapter\"\n})\nlet option = {\"method\":\"POST\",\"body\":data}\n\"https://novel.html5.qq.com/be-api/content/ads-read,\"+JSON.stringify(option)"
    },
    "searchUrl": "https://so.html5.qq.com/ajax/real/search_result?tabId=360&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "fix by h11128",
    "bookSourceGroup": "免费",
    "bookSourceName": "沙滩小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.shatanxs.com",
    "customButton": false,
    "customOrder": 949,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1721483213207,
    "respondTime": 19192,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "id.fmimg@tag.img@src",
      "intro": "id.intro@textNodes##各位书友.*|》还不错的话.*|.*敬请登陆：.|上传者书籍.*|.*简介：",
      "kind": "class.con_top@tag.a.1@text",
      "lastChapter": "class.book-intro@tag.a@text",
      "name": "",
      "tocUrl": "class.tgcj@href"
    },
    "ruleContent": {
      "content": "class.content_read@id.content@html",
      "nextContentUrl": "class.bottem2@tag.a.2@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "id.content@id.nr",
      "bookUrl": "class.odd.0@tag.a@href",
      "lastChapter": "class.even.0@tag.a@text",
      "name": "class.odd.0@tag.a@text",
      "wordCount": "class.even.1@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.shatanxs.com/modules/article/search.php, {\"charset\":\"gbk\",\n\"body\":\"s={{key}}&type=articlename\",\n\"method\":\"POST\"}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "八零小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.80zw.la",
    "bookUrlPattern": "http://wap.80zw.la/\\d+/",
    "customButton": false,
    "customOrder": 950,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "—————————男生推荐—————————\n修真::/class3-{{page}}.html\n魔法::/class13-{{page}}.html\n异术::/class1-{{page}}.html\n东方::/class12-{{page}}.html\n争霸::/class14-{{page}}.html\n武侠::/class15-{{page}}.html\n未来::/class9-{{page}}.html\n灵异::/class10-{{page}}.html\n探险::/class22-{{page}}.html\n传记::/class6-{{page}}.html\n特种::/class7-{{page}}.html\n网游::/class16-{{page}}.html\n竞技::/class8-{{page}}.html\n—————————女生推荐—————————\n女强::/class2-{{page}}.html\n婚姻::/class4-{{page}}.html\n百合::/class5-{{page}}.html\n唯美::/class24-{{page}}.html\n穿越::/class17-{{page}}.html\n贵族::/class18-{{page}}.html\n校园::/class19-{{page}}.html\n布衣::/class20-{{page}}.html\n商战::/class21-{{page}}.html\n间谍::/class23-{{page}}.html\n同人::/class11-{{page}}.html\n文集::/class25-{{page}}.html\n—————————完本—————————\n全本::/top/full-{{page}}.html\n—————————排行榜—————————\n日点击榜::/top/dayvisit-{{page}}.html\n周点击榜::/top/weekvisit-{{page}}.html\n月点击榜::/top/monthvisit-{{page}}.html\n总点击榜::/top/allvisit-{{page}}.html\n总收藏榜::/top/goodnum-{{page}}.html\n字数排行::/top/size-{{page}}.html\n日推荐榜::/top/dayvote-{{page}}.html\n周推荐榜::/top/weekvote-{{page}}.html\n月推荐榜::/top/monthvote-{{page}}.html\n总推荐榜::/top/allvote-{{page}}.html\n最新入库::/top/postdate-{{page}}.html\n最近更新::/top/lastupdate-{{page}}.html",
    "header": "@js:JSON.stringify({\"referer\":baseUrl})",
    "lastUpdateTime": 1731530667582,
    "loginUrl": "http://wap.80zw.la/login.php",
    "respondTime": 4315,
    "ruleBookInfo": {
      "author": ".block_txt2@p[2]@text",
      "coverUrl": ".block_img2@img@onerror",
      "intro": ".intro_info@text##(^|[。！？]+[”」）】]?)##$1<br>@js:result.replace(/.*推荐给你的朋友！|八零电子书.*|【展开】.*|更多.*TXT.*/g,\"\")",
      "kind": ".block_txt2@p[3]@a@text",
      "lastChapter": ".block_txt2@p[6]@a@text",
      "name": ".block_txt2@h2@text",
      "tocUrl": "text.查看更多章节@href"
    },
    "ruleContent": {
      "content": "#nr1@html",
      "imageStyle": "",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\s\\[正文.*\\n|\\（本章.*|求书网.*|txt下载.*"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "p@ownText##\\[.*]\\/",
      "bookList": ".line",
      "bookUrl": "a@href",
      "coverUrl": "",
      "intro": "",
      "kind": "p@ownText##\\[|\\].*",
      "lastChapter": "",
      "name": "a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".book_last dd a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"method\": \"post\",\n  \"body\": \"s=&searchkey={{key}}&submit=\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃九五书包🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.95dushu.net#🎃",
    "customButton": false,
    "customOrder": 951,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "武侠修真::/mulu/2-{{page}}.html\n玄幻魔法::/mulu/1-{{page}}.html\n都市言情::/mulu/3-{{page}}.html\n历史军事::/mulu/4-{{page}}.html\n侦探推理::/mulu/5-{{page}}.html\n网游动漫::/mulu/6-{{page}}.html\n科幻小说::/mulu/7-{{page}}.html\n恐怖灵异::/mulu/8-{{page}}.html\n穿越小说::/mulu/9-{{page}}.html\n其他类型::/mulu/10-{{page}}.html\n完本小说::/modules/article/articlelist.php?fullflag=1&page={{page}}",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 2380,
    "ruleBookInfo": {
      "author": ".author@a@text",
      "coverUrl": ".con_limg@img@src",
      "intro": ".r_cons@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".txt_nav@a.1@text&&.lastrecord@ownText##小说|.*\\(|\\).*",
      "lastChapter": ".lastrecord@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".info@h1@text",
      "tocUrl": ".r_tools@a.1@href"
    },
    "ruleContent": {
      "content": "id.content@textNodes",
      "replaceRegex": "##\\.pbtxt."
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": "id.alistbox",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "kind": "",
      "lastChapter": "",
      "name": "a.1@text##《|》",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "tbody@tr!0",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.5:4@text",
      "lastChapter": "td.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "td.0@text",
      "wordCount": "td.3@text"
    },
    "ruleToc": {
      "chapterList": ".novel_list@dd@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?ie=gbk&searchkey={{key}}&ct=2097152",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "出处源-仓库名著阅读",
    "bookSourceType": 2,
    "bookSourceUrl": "https://api.520diandu.com/",
    "customButton": false,
    "customOrder": 952,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"📚全部书籍\",\"url\":\"https://api.520diandu.com/api/read/allReadBooks?uid=&key=&page={{page}}&cv=134&from=web\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1745162408780,
    "respondTime": 2409,
    "ruleBookInfo": {
      "name": ""
    },
    "ruleContent": {
      "content": "@get:{img}@js:headers={\"headers\":{\"Referer\":baseUrl}};\nresult.split(\"\\n\").map(x=>'<img src=\\\"'+x+','+JSON.stringify(headers)+'\\\">').join(\"\\n\")"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "$..books[*]",
      "bookUrl": "https://api.520diandu.com/api/read/readAllPages?uid=&key=&cv=134&from=web&bid={{$.id}}",
      "checkKeyWord": "封神",
      "coverUrl": "$.famous",
      "intro": "$.title",
      "name": "$.book_name"
    },
    "ruleToc": {
      "chapterList": "$.data",
      "chapterName": "$.page",
      "chapterUrl": "$.pic@put:{img:pic}"
    },
    "searchUrl": "https://api.520diandu.com/api/read/allReadBooks?uid=&key=&name={{key}}&page={{page}}&cv=134&from=app",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "快眼看书",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.ibotaodz.org#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 953,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1754707595269,
    "loginUrl": "",
    "respondTime": 1969,
    "ruleBookInfo": {
      "author": "class.novelinfo-l@tag.li.0@text##作者：",
      "coverUrl": "class.novelinfo-r@tag.a@tag.img@src",
      "intro": "class.novelintro@text##各位书友要是.*",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": "class.novelinfo-l@li@a@text",
      "name": "class.w-left@tag.h1@text"
    },
    "ruleContent": {
      "content": "id.chaptercontent@html",
      "replaceRegex": "##.*最新网址.*\\s|.*最新网址.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.info@tag.span.1@text",
      "bookList": "class.librarylist@tag.li",
      "bookUrl": "class.info@tag.span.0@tag.a@href",
      "coverUrl": "class.pt-ll-l@tag.a@tag.img@src",
      "lastChapter": "class.last@tag.a@text",
      "name": "class.info@tag.span.0@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.fulldir@tag.ul@tag.li@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "天美小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.tianmeixs.com#🎃",
    "bookUrlPattern": "https://m.tianmeixs.com/book/\\d+.html",
    "customButton": false,
    "customOrder": 954,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻奇幻\",\"url\":\"/sort/1_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1.00}},{\"title\":\"武侠仙侠\",\"url\":\"/sort/2_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市言情\",\"url\":\"/sort/3_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻网游\",\"url\":\"/sort/4_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"惊悚悬疑\",\"url\":\"/sort/5_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美同人\",\"url\":\"/sort/6_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越架空\",\"url\":\"/sort/7_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"高辣浓情\",\"url\":\"/sort/8_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"禁忌百合\",\"url\":\"/sort/9_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"精品文学\",\"url\":\"/sort/10_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1746069473817,
    "respondTime": 40030,
    "ruleBookInfo": {
      "author": ".xx ul li.2@text##作者：",
      "coverUrl": "#xinxi .xsfm img@src",
      "intro": "#xinxi div.-1@text",
      "kind": ".xx ul li.1@text##分类：",
      "lastChapter": ".xx ul li.3@text##更新：",
      "name": ".xx ul li.0@text",
      "tocUrl": "text.查看更多章节@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#nr@html",
      "nextContentUrl": "text.下一章@href",
      "title": ""
    },
    "ruleExplore": {
      "author": "span.1@text",
      "bookList": ".xbk",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": "span.2@text",
      "kind": "span.-1@text",
      "lastChapter": "",
      "name": ".xsm@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".fk li",
      "bookUrl": "a.1@href",
      "checkKeyWord": "我的农场可以沟通三界",
      "coverUrl": "a.1@href##.*/book/((\\d+)\\d{3}).html##http://img.tianmeixs.com/image/$2/$1/$1s.jpg",
      "kind": "a.0@text##\\[|\\]",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "#zjlb .fk li a",
      "chapterName": "text##本页章节列表结束！",
      "chapterUrl": "href",
      "nextTocUrl": ".showpage ul li a@href"
    },
    "searchUrl": "/s.php,{\n  \"body\": \"type=articlename&s={{key}}\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "追光阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "http://touchlife.cootekservice.com",
    "customButton": false,
    "customOrder": 955,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "现代都市::http://touchlife.cootekservice.com/doReader/get_books_by_classificationId?_token=e72ca407-9caa-475d-a829-46e15d3d4834&classificationId=4\n东方玄幻::http://touchlife.cootekservice.com/doReader/get_books_by_classificationId?_token=e72ca407-9caa-475d-a829-46e15d3d4834&classificationId=13\n武侠仙侠::http://touchlife.cootekservice.com/doReader/get_books_by_classificationId?_token=e72ca407-9caa-475d-a829-46e15d3d4834&classificationId=12\n历史架空::http://touchlife.cootekservice.com/doReader/get_books_by_classificationId?_token=e72ca407-9caa-475d-a829-46e15d3d4834&classificationId=17\n科幻末世::http://touchlife.cootekservice.com/doReader/get_books_by_classificationId?_token=e72ca407-9caa-475d-a829-46e15d3d4834&classificationId=16\n游戏竞技::http://touchlife.cootekservice.com/doReader/get_books_by_classificationId?_token=e72ca407-9caa-475d-a829-46e15d3d4834&classificationId=18\n西方玄幻::http://touchlife.cootekservice.com/doReader/get_books_by_classificationId?_token=e72ca407-9caa-475d-a829-46e15d3d4834&classificationId=9\n豪门总裁::http://touchlife.cootekservice.com/doReader/get_books_by_classificationId?_token=e72ca407-9caa-475d-a829-46e15d3d4834&classificationId=2\n古代言情::http://touchlife.cootekservice.com/doReader/get_books_by_classificationId?_token=e72ca407-9caa-475d-a829-46e15d3d4834&classificationId=5\n现代言情::http://touchlife.cootekservice.com/doReader/get_books_by_classificationId?_token=e72ca407-9caa-475d-a829-46e15d3d4834&classificationId=10\n青春校园::http://touchlife.cootekservice.com/doReader/get_books_by_classificationId?_token=e72ca407-9caa-475d-a829-46e15d3d4834&classificationId=6\n仙侠奇缘::http://touchlife.cootekservice.com/doReader/get_books_by_classificationId?_token=e72ca407-9caa-475d-a829-46e15d3d4834&classificationId=7\n婚恋情缘::http://touchlife.cootekservice.com/doReader/get_books_by_classificationId?_token=e72ca407-9caa-475d-a829-46e15d3d4834&classificationId=8\n玄幻言情::http://touchlife.cootekservice.com/doReader/get_books_by_classificationId?_token=e72ca407-9caa-475d-a829-46e15d3d4834&classificationId=3\n穿越重生::http://touchlife.cootekservice.com/doReader/get_books_by_classificationId?_token=e72ca407-9caa-475d-a829-46e15d3d4834&classificationId=1\nnull",
    "lastUpdateTime": 1732983813610,
    "respondTime": 1670,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "$..chapterContent"
    },
    "ruleExplore": {
      "author": "bookAuthor",
      "bookList": "result.classificationInfoBooks[*]",
      "bookUrl": "http://touchlife.cootekservice.com/doReader/enter_bookinfo_index?_token=e72ca407-9caa-475d-a829-46e15d3d4834&bookId={$.bookId}",
      "coverUrl": "bookCoverImage",
      "intro": "bookDesc",
      "kind": "bookBClassificationName",
      "name": "bookTitle"
    },
    "ruleSearch": {
      "author": "bookAuthor",
      "bookList": "result",
      "bookUrl": "http://touchlife.cootekservice.com/doReader/enter_bookinfo_index?_token=e72ca407-9caa-475d-a829-46e15d3d4834&bookId={$.bookId}",
      "coverUrl": "bookCoverImage",
      "intro": "bookRecommendWords||bookDesc&&copyright_owner",
      "kind": "bookBClassificationName",
      "name": "bookTitle"
    },
    "ruleToc": {
      "chapterList": "result.detailedBookInfo.bookChapterAllInfo",
      "chapterName": "chapterTitle",
      "chapterUrl": "http://touchlife.cootekservice.com/doReader/get_content_by_chapterId?_token=e72ca407-9caa-475d-a829-46e15d3d4834&bookId={$.bookId}&chapterId={$.chapterId}"
    },
    "searchUrl": "http://touchlife.cootekservice.com/doReader/search_book?_token=e72ca407-9caa-475d-a829-46e15d3d4834&action=search_book&search_keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁,免费",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.xbiquge.la/#♤pb",
    "bookUrlPattern": "https://www.xbiquge.la/\\d+/\\d+/",
    "customButton": false,
    "customOrder": 956,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/fenlei/1_{{page}}.html\n修真小说::/fenlei/2_{{page}}.html\n都市小说::/fenlei/3_{{page}}.html\n穿越小说::/fenlei/4_{{page}}.html\n网游小说::/fenlei/5_{{page}}.html\n科幻小说::/fenlei/6_{{page}}.html",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows; U; Windows NT 5.2;. en-US) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 Quark/4.6.6.164\"\n}",
    "lastUpdateTime": 1721012959907,
    "loginUrl": "",
    "respondTime": 1357,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作    者：",
      "coverUrl": "id.fmimg@tag.img@src",
      "intro": "id.intro@text",
      "kind": "id.info@tag.p.2@text##最后更新：",
      "lastChapter": "id.info@tag.p.3@a@text",
      "name": "id.info@tag.h1.0@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleContent": {
      "content": "id.content@html##亲,点击进去,给个好.*漂亮的老婆哦!|手机站全新改版.*广告清新阅读！",
      "nextContentUrl": "",
      "webJs": "getDecode();$('#content').html();"
    },
    "ruleExplore": {
      "author": "class.s5@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "class.s2@a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.xbiquge.la/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "class.s3@a@text",
      "name": "class.s2@a@text"
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "tag.td.0@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.xbiquge.la/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "tag.td.1@tag.a@text",
      "name": "tag.td.0@tag.a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.xbiquge.la/modules/article/waps.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "肉文屋⑤",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.rouwenwu14.com/#🚀",
    "customButton": false,
    "customOrder": 957,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜    单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"总点击\",\"url\":\"/top/allvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月点击\",\"url\":\"/top/monthvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周点击\",\"url\":\"/top/weekvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"日点击\",\"url\":\"/top/dayvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总推荐\",\"url\":\"/top/allvote_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月推荐\",\"url\":\"/top/monthvote_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周推荐\",\"url\":\"/top/weekvote_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"日推荐\",\"url\":\"/top/dayvote_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总收藏\",\"url\":\"/top/goodnum_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"字数排行\",\"url\":\"/top/size_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最新入库\",\"url\":\"/top/postdate_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最近更新\",\"url\":\"/top/lastupdate_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"分    类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/sort/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"仙侠\",\"url\":\"/sort/2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"都市\",\"url\":\"/sort/3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"穿越\",\"url\":\"/sort/4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"科幻\",\"url\":\"/sort/5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"网游\",\"url\":\"/sort/6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"精品\",\"url\":\"/sort/7_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"完本\",\"url\":\"/full/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}}]",
    "lastUpdateTime": 1721299133471,
    "respondTime": 41440,
    "ruleBookInfo": {
      "author": ".catalog_author a@text",
      "coverUrl": ".catalog_pic_left img@src",
      "intro": ".catalog_intor@html##.*简介.",
      "kind": ".s1@text&&.s2@text&&.catalog_updatetime span@text##\\s.*",
      "lastChapter": ".catalog_newest a@text",
      "name": "tag.h3.0@text",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".chapter_content@html",
      "nextContentUrl": "",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": ".p3@text||.newbook_author@text",
      "bookList": ".articlegeneral li||.newbook_list",
      "bookUrl": ".p1 a@href||.newbook_title a@href",
      "coverUrl": "img@src||tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##https://img.roushuwu.com/image/$2/$1/$1s.jpg###",
      "intro": ".newbook_intor@text",
      "kind": ".p2@text&&.s1@text",
      "name": ".p1 a@text||.newbook_title@text"
    },
    "ruleSearch": {
      "author": "tag.a.2@text",
      "bookList": ".sort_box_list",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "img@src",
      "intro": ".newbook_intor@text",
      "kind": ".s1@text",
      "name": "tag.a.1@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".catalog_list!0@li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/search.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"searchkey={{key}}&submit=\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "贼吧网吧（下载）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.zei8.me已校验",
    "customButton": false,
    "customOrder": 958,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1729256331746,
    "respondTime": 3656,
    "ruleBookInfo": {
      "author": "@css:small:contains(书籍作者：)+span@text",
      "canReName": "",
      "coverUrl": "tag.img.0@src",
      "intro": "@js:book.intro+/邪恶漫画/.test(book.kind)?'':'<br>https://www.zei8.me{{@@text.本地高速下载@href}}'",
      "kind": "class.place@tag.a.-1@text",
      "lastChapter": "",
      "name": "",
      "tocUrl": "",
      "wordCount": "@css:small:matches(是否连载|小说大小)+span@text"
    },
    "ruleContent": {
      "content": "class.content@html||text.电信高速下载@href@js:/^http:/.test(result)?'<img src=\"'+book.coverUrl+'\"/>下载链接：'+result+'<br>───────<br>'+book.intro:result",
      "nextContentUrl": "",
      "replaceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "",
      "bookList": "class.item",
      "bookUrl": "tag.a@href",
      "intro": "class.intro@html",
      "kind": "",
      "name": "tag.a@text##[^《]*《|》[^\\n]*"
    },
    "ruleToc": {
      "chapterList": "text.本地高速下载||class.content",
      "chapterName": "@js:'正文预览'",
      "chapterUrl": "href@js:''+result?result:baseUrl",
      "isVip": ""
    },
    "searchUrl": "https://www.zei8.me/e/sch/index.php?page={{page-1}}&keyboard={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "女频",
    "bookSourceName": "腐书网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.fushubook.com",
    "bookUrlPattern": "http://www.fushubook.com/fu/\\d+",
    "customButton": false,
    "customOrder": 959,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "————————🧊分类小说🧊————————\n玄幻魔法::/sort/xuanhuan/1.html\n武侠修真::/sort/wuxia/1.html\n仙侠小说::/sort/xianxia/1.html\n都市言情::/sort/dushi/1.html\n历史军事::/sort/lishi/1.html\n科幻灵异::/sort/kehuan/1.html\n游戏竞技::/sort/youxi/1.html\n女生小说::/sort/nvsheng/1.html\n其它小说::/sort/qita/1.html\n\n————————🧊完结小说🧊————————\n玄幻魔法::/full/xuanhuan/1.html\n武侠修真::/full/wuxia/1.html\n仙侠小说::/full/xianxia/1.html\n都市言情::/full/dushi/1.html\n历史军事::/full/lishi/1.html\n科幻灵异::/full/kehuan/1.html\n游戏竞技::/full/youxi/1.html\n女生小说::/full/nvsheng/1.html\n其它小说::/full/qita/1.html\n\n————————🧊排行榜🧊————————\n总排行榜::/rank/allvisit/1.html\n月排行榜::/rank/monthvisit/1.html\n周排行榜::/rank/weekvisit/1.html\n日排行榜::/rank/dayvisit/1.html\n收藏榜::/rank/goodnum/1.html\n字数榜::/rank/words/1.html\n推荐榜::/rank/allvote/1.html\n新书榜::/rank/postdate/1.html\n更新榜::/rank/lastupdate/1.html",
    "lastUpdateTime": 0,
    "respondTime": 3895,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&\n[property=\"og:novel:status\"]@content&&\n[property=\"og:novel:update_time\"]@content",
      "lastChapter": "{{@@[property$=chapter_name]@content}}\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(\\{（｛【].*[求含理更谢乐发推票盟补加字Kk\\/].*/g,'')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(第.+章)\\s?\\d+/,'$1')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": "id.booktxt@p!0@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##1秒记住114中文：|www.。|手机版阅读网址：.|[<r r=\"//.\"></r>]"
    },
    "ruleExplore": {
      "author": "td.3@text&&class.fs-14 text-muted@text",
      "bookList": "tbody@tr!0&&class.col-xs-4 book-coverlist",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.*/(\\d+)/##$1\n@js:\nn=result\nm=parseInt(result/1000)\n\"http://www.fushubook.com/\"+m+\"/\"+n+\"/\"+n+\"s.jpg\"",
      "intro": "class.fs-12 text-justify hidden-xs@text",
      "kind": "td.0:4:5:6@text",
      "lastChapter": "td.2@a@text",
      "name": "td.1@a@text&&h4@a@text"
    },
    "ruleSearch": {
      "author": "class.fs-14 text-muted@text",
      "bookList": "class.col-xs-4 book-coverlist",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "a.0@href##.*/(\\d+)/##$1\n@js:\nn=result\nm=parseInt(result/1000)\n\"http://www.fushubook.com/\"+m+\"/\"+n+\"/\"+n+\"s.jpg\"",
      "intro": "class.fs-12 text-justify hidden-xs@text",
      "name": "h4@a@text"
    },
    "ruleToc": {
      "chapterList": "id.newlist@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.fushubook.com/search,{\n  \"method\": \"POST\",\n  \"body\": \"code=id&searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "💠 选书小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xuanshu.org",
    "customButton": false,
    "customOrder": 960,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "最近更新::/top/lastupdate_{{page}}/\n最新入库::/top/postdate_{{page}}/\n总点击榜::/top/allvisit_{{page}}/\n月点击榜::/top/monthvisit_{{page}}/\n周点击榜::/top/weekvisit_{{page}}/\n总收藏棒::/top/goodnum_{{page}}/\n总推荐榜::/top/allvote_{{page}}/\n月推荐榜::/top/monthvote_{{page}}/\n周推荐榜::/top/weekvote_{{page}}/\n总字数榜::/top/size_{{page}}/\n玄幻魔法::/sort1/{{page}}.html\n武侠修真::/sort2/{{page}}.html\n都市言情::/sort3/{{page}}.html\n历史军事::/sort4/{{page}}.html\n网游动漫::/sort6/{{page}}.html\n科幻小说::/sort7/{{page}}.html\n恐怖灵异::/sort8/{{page}}.html\n散文诗词::/sort9/{{page}}.html\n综合其他::/sort10/{{page}}.html",
    "lastUpdateTime": 1734432915322,
    "loginUrl": "",
    "respondTime": 2781,
    "ruleBookInfo": {
      "author": ".info_des@dl.0@text##.*：",
      "coverUrl": ".tupian@img@src",
      "intro": ".intro@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "id.info@dd@a.1@text&&.info_des@dl.2@text##.*：|\\s..:.*|小说",
      "lastChapter": ".info_des@dl.3@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".info_des@h1@text"
    },
    "ruleContent": {
      "content": "id.content1@textNodes",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": ".zuozhe@text",
      "bookList": ".zuixin@li!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##/tupian/$2/$1/$1s.jpg###",
      "kind": ".lei,.uptime@text##\\[|\\]",
      "lastChapter": ".xupl@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".xname@text"
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "tbody@tr!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##/tupian/$2/$1/$1s.jpg###",
      "kind": "td.3@text",
      "lastChapter": "td.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "td.0@text"
    },
    "ruleToc": {
      "chapterList": ".pc_list@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\n/search.php,{\n  'method': 'post',\n  'body': 'searchkey={{key}}'\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "女频",
    "bookSourceName": "佩蒲斐榕",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.popofree.com",
    "customButton": false,
    "customOrder": 961,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"都市小说\",\"url\":\"/wapsort/1_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"浓情小说\",\"url\":\"/wapsort/2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"言情小说\",\"url\":\"/wapsort/3_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"校园小说\",\"url\":\"/wapsort/4_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1745854135352,
    "respondTime": 23636,
    "ruleBookInfo": {
      "author": ".article_info_td.0@div.0@text",
      "init": "",
      "intro": "[style=\"padding:5px;font-size:12px;color:#666; line-height:auto\"]@text",
      "kind": ".article_info_td.0@div.3:1@text&&.article_info_td.1@div.0@text##.*：",
      "lastChapter": ".article_info_td.0@div.2@a@text&&class.article_info_td@tag.time@text\n<js>result.replace(/(.*)\\s/,'$1 • ')</js>",
      "name": "[style=\"background:none;\"]@text",
      "tocUrl": "[style=\"color:red;\"]@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#nr1@html"
    },
    "ruleExplore": {
      "author": ".author@text||strong@text||span@text",
      "bookList": ".s_m@.last_li||id.list_ul@li||.common-bookele",
      "bookUrl": ".name@href||a.1@href||a.0@href",
      "intro": ".abstract@text",
      "kind": ".words@text||time@text||a.0@text##.*：",
      "name": ".name@text||h3@text||a.1@text"
    },
    "ruleSearch": {
      "author": "strong@text",
      "bookList": ".common-bookele",
      "bookUrl": "a.0@href",
      "kind": ".lastupdate@text",
      "name": ".articlename@text"
    },
    "ruleToc": {
      "chapterList": "ul@li!-1@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/s.php,{\n'charset': '',\n'method': 'POST',\n'body': 'type=articlename&s={{key}}'\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "笔趣阁,免费",
    "bookSourceName": "💠 笔趣阁22",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.22biqu.com",
    "bookUrlPattern": "https?://m.22biqu.com/biqu\\d+/",
    "customButton": false,
    "customOrder": 962,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "总排行榜::/rank/allvisit/\n月排行榜::/rank/monthvisit/\n周排行榜::/rank/weekvisit/\n总收藏榜::/rank/goodnum/\n玄幻魔法::/quanben/fenlei/1_{{page}}.html\n武侠修真::/quanben/fenlei/2_{{page}}.html\n都市言情::/quanben/fenlei/3_{{page}}.html\n历史军事::/quanben/fenlei/4_{{page}}.html\n科幻灵异::/quanben/fenlei/6_{{page}}.html\n游戏竞技::/quanben/fenlei/5_{{page}}.html\n女生耽美::/quanben/fenlei/7_{{page}}.html\n其他类型::/quanben/fenlei/8_{{page}}.html",
    "lastUpdateTime": 1735646029968,
    "respondTime": 4285,
    "ruleBookInfo": {
      "author": ".synopsisArea_detail@b@text",
      "coverUrl": ".synopsisArea_detail@img@src",
      "init": "",
      "intro": ".review@p@html",
      "kind": ".synopsisArea_detail@p.0:1:3@text##.*：|\\s..:.*",
      "lastChapter": ".synopsisArea_detail@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "id.top@span@text",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.chaptercontent@p@html",
      "nextContentUrl": "id.pt_next@href",
      "replaceRegex": "##\\\\s*({{ book.durChapterTitle }}|.*作者：.*|PS：.*求推荐！|PS：.*求收藏！|感谢.*打赏.*|感谢.*推荐票.*|感谢.*月票.*|（.*月票.*）|（为大家的.*票加更.*）|第二更在.*|为防止采集.*支持！|网址：sudugu\\\\.com|更多.*書吧看！|无错.*小说。|必应.*速读谷|loadAdv.*)\\\\s*\"",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "p.1@text##（.*）",
      "bookList": ".hot_sale",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##https://img.22biqu.com/$2/$1/$1s.jpg###",
      "intro": "p.2@text##简介：",
      "kind": "##作者.*（([^<]+)）##$1###",
      "name": "p.0@text##\\d+\\."
    },
    "ruleSearch": {
      "author": ".author[0]@text",
      "bookList": ".bookbox",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "kind": ".author[1]@text##.*：",
      "lastChapter": "a.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".directoryArea!0@p@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href",
      "nextTocUrl": "option@value||.index-container-btn@href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\n/ss/,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "📥 爱推书君",
    "bookSourceType": 0,
    "bookSourceUrl": "https://pre-api.tuishujun.com/",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 963,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>\n\tsort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\n\n\nfl1=[[\"全部\",\"0\"],[\"玄幻\",\"3\"],[\"奇幻\",\"4\"],[\"武侠\",\"5\"],[\"仙侠\",\"6\"],[\"都市\",\"7\"],[\"军事\",\"8\"],[\"历史\",\"9\"],[\"游戏\",\"10\"],[\"体育\",\"11\"],[\"科幻\",\"12\"],[\"同人\",\"13\"],[\"悬疑\",\"14\"],[\"轻小说\",\"15\"],[\"诸天\",\"16\"],[\"综合\",\"17\"]];\n\t\tpush('🔥男频·新书榜🔥', null, 1, 1);\n\t\tfl1.map([title,id]=>{\n\t\t\t\turl= `https://pre-api.tuishujun.com/api/listBookRank?rank_type=new_book&first_type_id=1&second_type_id=${id}&page={{page}}&pageSize=10`;\t\t\t\t\n    push(title, url, 1, 0.2);\n    });\n\n\t\n\t\nbs=[[\"全部\",\"0\"],[\"玄幻\",\"3\"],[\"奇幻\",\"4\"],[\"武侠\",\"5\"],[\"仙侠\",\"6\"],[\"都市\",\"7\"],[\"军事\",\"8\"],[\"历史\",\"9\"],[\"游戏\",\"10\"],[\"体育\",\"11\"],[\"科幻\",\"12\"],[\"同人\",\"13\"],[\"悬疑\",\"14\"],[\"轻小说\",\"15\"],[\"诸天\",\"16\"],[\"综合\",\"17\"]];\n[\"全部\",\"起点\",\"晋江\",\"刺猬猫\",\"飞卢\",\"纵横\",\"有毒\",\"息壤\",\"17K\",\"豆瓣\",\"SF\",\"铁血\",\"番茄\"].map((title,id)=>{\n\t   id++;\n\t\tpush('🔥男频·'+title+'🔥', null, 1, 1);\n\t\tbs.map([title,cid]=>{\n\t\t\t\turl= `https://pre-api.tuishujun.com/api/listBookRepository?first_type_id=1&second_type_id=${cid}&source={{(${id}-1)}}&word_number_type=0&update_type=0&is_exclude_selected=0&is_can_read=0&is_filter_added_score=0&page={{page}}`;\t\t\t\t\n    push(title, url, 1, 0.2);\n    });\n\t\t});\n\t\t\n\nfl2=[[\"全部\",\"0\"],[\"古代言情\",\"18\"],[\"现代言情\",\"19\"],[\"幻想言情\",\"20\"],[\"未来言情\",\"21\"],[\"奇幻仙侠\",\"22\"],[\"游戏竞技\",\"23\"],[\"衍生言情\",\"24\"],[\"古代纯爱\",\"25\"],[\"现代纯爱\",\"26\"],[\"幻想纯爱\",\"27\"],[\"衍生纯爱\",\"28\"],[\"百合小说\",\"29\"],[\"女尊\",\"30\"],[\"无cp\",\"31\"],[\"悬疑\",\"32\"],[\"现实\",\"33\"],[\"魔幻\",\"34\"],[\"短篇\",\"35\"],[\"综合\",\"36\"]];\n\t\tpush('🔥女频·新书榜🔥', null, 1, 1);\n\t\tfl2.map([title,id]=>{\n\t\t\t\turl= `https://pre-api.tuishujun.com/api/listBookRank?rank_type=new_book&first_type_id=2&second_type_id=${id}&page={{page}}&pageSize=10`;\t\t\t\t\n    push(title, url, 1, 0.25);\n    });\n\n\n\nns=[[\"全部\",\"0\"],[\"古代言情\",\"18\"],[\"现代言情\",\"19\"],[\"幻想言情\",\"20\"],[\"未来言情\",\"21\"],[\"奇幻仙侠\",\"22\"],[\"游戏竞技\",\"23\"],[\"衍生言情\",\"24\"],[\"古代纯爱\",\"25\"],[\"现代纯爱\",\"26\"],[\"幻想纯爱\",\"27\"],[\"衍生纯爱\",\"28\"],[\"百合小说\",\"29\"],[\"女尊\",\"30\"],[\"无cp\",\"31\"],[\"悬疑\",\"32\"],[\"现实\",\"33\"],[\"魔幻\",\"34\"],[\"短篇\",\"35\"],[\"综合\",\"36\"]];\n[\"全部\",\"起点\",\"晋江\",\"刺猬猫\",\"飞卢\",\"纵横\",\"有毒\",\"息壤\",\"17K\",\"豆瓣\",\"SF\",\"铁血\",\"番茄\"].map((title,id)=>{\n\t   id++;\n\t\tpush('🔥女频·'+title+'🔥', null, 1, 1);\n\t\tns.map([title,cid]=>{\n\t\t\t\turl= `https://pre-api.tuishujun.com/api/listBookRepository?first_type_id=2&second_type_id=${cid}&source={{(${id}-1)}}&word_number_type=0&update_type=0&is_exclude_selected=0&is_can_read=0&is_filter_added_score=0&page={{page}}`;\t\t\t\t\n    push(title, url, 1, 0.25);\n    });\n\t\t});\n\n\nJSON.stringify(sort);",
    "header": "",
    "lastUpdateTime": 1738424480360,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 3822,
    "ruleBookInfo": {
      "author": "@{{$.author_nickname}}",
      "coverUrl": "cover",
      "init": "data",
      "intro": "<br>{{$.tag&&$.second_type_name##^|\\s##🏷}}{{'\\n&lrm;\\n'}}\n{{$.info##(^|[。！？……]+[”」）】》]?)##$1<br>}}",
      "kind": "{{$.source_name}}\n{{$.process_name}}\n{{$.second_type_name}}\n{{$.score}}分\n{{$.last_update_time}}",
      "lastChapter": "",
      "name": "title",
      "tocUrl": "https://pre-api.tuishujun.com/api/listBookScoreByBook?book_id={$.book_id}&type=all&page=1&pageSize=10&sort_field=create_time&sort_value=desc",
      "wordCount": "word_number_name"
    },
    "ruleContent": {
      "content": "<js>\nfunction parseComments(n){\n  for(var c=[],e=0;e<n.length;e++){\n    var o=n[e];\n    c.push(\"书友：\".concat(o.user.nickname,\"\\n时间：\").concat(o.create_time,\"\\n评分：\").concat(\"♥\".repeat(o.score/2),\"\\n评语：\").concat(o.content.replace(/([。；！？—…]”?)([\\u4e00-\\u9fa5][^。！？—…]{9})/g,\"$1\\n$2\")))\n  }\n  return c.join(\"\\n————\\n\");\n}\nvar data = JSON.parse(result);\ndata.data.total === 0;\ndata.data.total === 0 ? '还没有人对这本书发表评价哦！<br>': parseComments(data.data.data);\n</js>"
    },
    "ruleExplore": {
      "author": "@{{$.author_nickname}}",
      "bookList": "data.data",
      "bookUrl": "https://pre-api.tuishujun.com/api/getBookDetail?book_id={{$.book_id}}",
      "coverUrl": "cover",
      "intro": "info##\\s",
      "kind": "source_name&&process_name&&second_type_name",
      "lastChapter": "score\n<js>\na=result ==\"0.0\"?\"【暂无评分】\": \"好评率\"+(result > 10?result: result=result*10)+\"%\";\nb=\"\";\nresult > 50?b=\" 🔥 \":b=\" ❄️ \";\njava.getString('$.last_chapter_time').slice(0,10)+b+a;\n</js>",
      "name": "title",
      "wordCount": "word_number_name"
    },
    "ruleSearch": {
      "author": "@{{$.author_nickname}}",
      "bookList": "data.data",
      "bookUrl": "https://pre-api.tuishujun.com/api/getBookDetail?book_id={{$.book_id}}",
      "coverUrl": "cover",
      "intro": "$.info",
      "kind": "source_name&&process_name&&second_type_name",
      "lastChapter": "score\n<js>\na=result ==\"0.0\"?\"【暂无评分】\": \"好评率\"+(result > 10?result: result=result*10)+\"%\";\nb=\"\";\nresult > 50?b=\" 🔥 \":b=\" ❄️ \";\njava.getString('$.last_chapter_time').slice(0,10)+b+a;\n</js>",
      "name": "title",
      "wordCount": "word_number_name"
    },
    "ruleToc": {
      "chapterList": "<js>\nvar data = JSON.parse(result).data;\nvar pageCount = Math.ceil(data.total/10) || 1;\nvar list = Array.from(Array(pageCount).keys());\nfor(var i = 0; i <pageCount; i++){\n  var index = list[i]+1;\n  list[i] = {title:'第00' + index +'页', url: baseUrl.split('&')[0] + '&type=all&page=' + index + '&pageSize=10&sort_field=create_time&sort_value=desc'};\n}\nlist;\n</js>",
      "chapterName": "title",
      "chapterUrl": "url"
    },
    "searchUrl": "https://pre-api.tuishujun.com/api/searchBook?search_value={{key}}&sort_field=hot_value&page={{page}}&pageSize=50",
    "weight": 0
  },
  {
    "bookSourceComment": "需登录",
    "bookSourceGroup": "🔞",
    "bookSourceName": "百合论坛",
    "bookSourceType": 0,
    "bookSourceUrl": "https://bbs.yamibo.com",
    "customButton": false,
    "customOrder": 964,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "動漫區::/forum.php?mod=forumdisplay&fid=5&mobile=2&page={{page}}\n海域區::/forum.php?mod=forumdisplay&fid=33&mobile=2&page={{page}}\n貼圖區::/forum.php?mod=forumdisplay&fid=13&mobile=2&page={{page}}\n文學區::/forum.php?mod=forumdisplay&fid=49&mobile=2&page={{page}}\n遊戲區::/forum.php?mod=forumdisplay&fid=44&mobile=2&page={{page}}",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 8.1.0; JKM-AL00b Build/HUAWEIJKM-AL00b; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 MQQBrowser/6.2 TBS/044807 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 1749636054105,
    "loginUrl": "https://bbs.yamibo.com",
    "respondTime": 2209,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": ".authi,.message,.annlist_box,.img_list@html##<ul class=\"authi\">##<br>ㅤ<br><ul class=\"authi\">\n<js>result</js>\n##(</*blockquote>)##---------------",
      "imageStyle": "FULL",
      "replaceRegex": "##\\s+(\\d{4}-\\d{0,2}-\\d{0,2}\\s\\d{0,2}:\\d{0,2})## ⌚️$1\n<js>result.replace(/本帖最后由.*?编辑|\\s+发表于/g,'')</js>"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.muser@h3@text",
      "bookList": "class.list",
      "bookUrl": "//li[class^=list]/a/@href",
      "coverUrl": "class.icon_tu@img@src",
      "intro": "class.threadlist_mes@text||tag.a.0@text",
      "kind": "class.mr@text||class.micon@text",
      "lastChapter": "class.mtime@text",
      "name": "tag.em@text||tag.a.0@text",
      "wordCount": "##\"dm-eye-fill\"></i>(\\d+)</li>\\s+<li><i class=\"dm-chat-s-fill\"></i>(\\d+)</li>##👁$1  📝$2###"
    },
    "ruleToc": {
      "chapterList": "@js:page=result.match(/=\"共\\s*(\\d+)\\s*页\">/)?result.match(/=\"共\\s*(\\d+)\\s*页\">/)[1]:1;\nlist=[];\nfor(i=1;i<=page;i++){\nlist.push({text:String(i),href:baseUrl+'&page='+i})\n}\nlist",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://bbs.yamibo.com/search.php?mod=forum&mobile=2,{\n\"method\": \"POST\",\n\"body\": \"searchsubmit=yes&srchtxt={{key}}&submit=搜索&page={{page}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🍎新书阁",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xinshuge.net/",
    "customButton": false,
    "customOrder": 965,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1705296905637,
    "respondTime": 795,
    "ruleBookInfo": {
      "author": "@css:span:contains(作者：)@text",
      "coverUrl": ".cover@img@src",
      "intro": ".intro@html##简介：|.*无弹窗.*",
      "kind": "@css:span:contains(分类：),span:contains(更新时间：),span:contains(状态：)@text##(分类|状态|更新时间)：",
      "lastChapter": ".info .last@a@text",
      "name": ".info@h2@text",
      "wordCount": "@css:span:contains(字数：)@text##字数："
    },
    "ruleContent": {
      "content": "#content@html##{{baseUrl}}|请记住本书首发.*",
      "replaceRegex": "##最新.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".bookbox",
      "bookUrl": ".bookname@a@href",
      "coverUrl": "img@src",
      "intro": ".bookinfo@p@text",
      "kind": ".cat@text##分类：",
      "lastChapter": ".update@a@text",
      "name": ".bookname@text"
    },
    "ruleToc": {
      "chapterList": "@css:.listmain a[href~=/[^/]+/\\d+.htm]",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/s.php?ie=utf-8&q={{key}}",
    "weight": 58
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "女频",
    "bookSourceName": "言情小说吧",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.xs.cn",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 966,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.3.1212.666 Safari/537.36\"}",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 3527,
    "ruleBookInfo": {
      "author": "@get:{x}",
      "canReName": "true",
      "coverUrl": "@js:(s=java.getStringList('img[alt*='+book.name+']@src||meta[property$=image]@content||img[src~=(cover|file|article)[^a-z]|/\\\\d+[/_-]\\\\d+(s?\\\\.|$)]@src||img[data-src~=\\\\S]@data-src||img[src*=/img]@src||img[src~=^(data|https?):|^[^:]+/]@src')).size()?/^data:/.test(s=s.get(0))?java.base64Encode(s):s:null",
      "init": "",
      "intro": "@js:'　　'+java.get(\"g\")",
      "kind": "@js:java.get(\"v\")",
      "lastChapter": "@get:{z}",
      "name": "@js:\nj=String(java.get(\"custom\")).match(/^ *((?:[录原单动静直全跳逆字图]|\\[[^\\[\\]]+\\]|\\d+#[^#]+#)+)/);\n\nkey=String((u=(baseUrl=String(book.bookUrl).replace(/,{[^{}]+}$/,'')).match(/^(.+)\\?((?:[录原单动静直全跳逆字图]|\\[[^\\[\\]]+\\]|\\d+#[^#]+#)+)$/))&&(baseUrl=u[1])&&j?j[1]+u[2]:u?u[2]:j?j[1]:'');\n\n$=it=>(fn=r.select(it)).size()&&(fn=fn.first());\n\nr=org.jsoup.Jsoup.parse(result);\nr.select(\"script,noscript,style,head>:not(meta,title),footer,[class~=^foot],[id~=^foot],a:has(>:last-child:matchesOwn(^分类$)),[value]\").remove();\n\nm=String(r).replace(/(?:&nbsp;)+/g,\" \");\n\n书=false;\nn=($('[property$=book_name]')&&(书=String(fn.attr('content')).replace(/^[\\s「『【〖（(\\[]+/,\"\"))\n||(function(){\nif($('title')&&(书=String(fn.text()).replace(/^(简介页|详情页|目录页|正版|全本|免费阅读|[\\s。.,_/|「『【〖（(\\[\\])）〗】』」─—-]+)+/,\"\"))){\nfor(x=0,c=r.select(\"h1,h2,h3,strong\").eachText();x<c.size();x++)if(\n(y=c.get(x))!=''&&(u=书.indexOf(y),~u&&u<4))return String(y)}return 书}())||\"请自行修改书名\")\n.replace(/(?!^)[^\\u4e00-\\u9fa5a-zA-Z0-9《》]*(?:笔趣阁|思路客|燃文|小说|漫画|手机)?(?:[.|,_/\\s「『【〖（(\\[\\])）〗】』」。─—-]|(?:人工|机器|电脑)?校正|精校|完[整结]|加料|番外|未删节|简介|全[文本集]|下载|(?:小说|漫画|大全|正版(?:小说|漫画)?|免费|免费小说|免费漫画|免费全[文本]|在线|最[新快]|全部|手机|电脑)(?:全[文本集部]|大全|免费|在线|阅读|下载|章节|小说|更新|漫画|\\.)|([^a-zA-Z0-9])(?:azw|mobi|epub|txt)(?![a-zA-Z0-9])|(?:最全)?(?:章节|目录|列表){2,}|更新章节最快|无广告|(?::顶点)?无弹窗|无防盗|小说网|手打全文|[纯全](?:手打|文字)|\\s*by\\s*(?=[\\u4e00-\\u9fa5]))[\\S\\s]*/i,\"$1\");\n\nif(n[0]==\"《\"&&n[n.length-1]==\"》\")n=n.slice(1,-1);\n\nif($('[property$=author]')){\nx=String(fn.attr(\"content\")).replace(/^作\\s*[者家][\\s:：]*|(?!^)[/／｜|，,\\s][^⚙️]*$/,\"\")\n}else{\nx=m.match(/>\\s*([^>]+?)(?:\\s*<\\/[a-z]+>\\s*|\\s+)著\\s*<|[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】>《》](?:小说|漫画)?作\\s*者(?![^>]+->)(?:[:：\\s〖【（《［\\[\\(]|<[^it\\/][^>]*>|<\\/[^>]+>)+([^\\s<\">,，/／｜|\\)\\]］》）】〗]+)/);\nx=x?x[1]?x[1]:x[2]:$('#author,.author')?String(fn.text()).replace(/(?!^)[/／｜|，,\\s][^⚙️]*$/,\"\"):\"\"}\njava.put(\"x\",x);\n\nc=(fn=r.select(\"meta[property~=category$]\")).size()?String(fn.attr(\"content\"))\n.replace(/(?!^)\\s*[，,./／｜|]\\s*/,\",\"):(fn=m.match(/(?:[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】》]|<[^a/][^>]*>|<\\/[^>]+>)(?:[分大]\\s*类|类\\s*[型别])(?:[:：\\s]|<[^>]+>)+([^\\s<.\"/／｜|>]+)/))&&fn[1];\nif(c)java.put(\"v\",c);\n\nc=(fn=r.select(\"meta[property~=status$]\")).size()?fn.attr(\"content\"):(fn=m.match(/(?:[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】》]|<[^a/][^>]*>|<\\/[^>]+>)状\\s*态(?:[:：\\s]|<[^>]+>)+([^\\s<.\"/／｜|>]+)/))&&fn[1];\nif(c)java.put(\"s\",c);\n\nc=$('meta[property~=latest_chapter_name$]')?fn.attr(\"content\"):(fn=m.match(/>(?:\\s*[更最]\\s*[新近])+(?:\\s*章\\s*节)?(?:[:：\\s\\[]|<[^>]+>)+(?!\\s*(?:-|&gt;)\\s*<|[:：\\s0-9T年月日时分秒*-]{5,}<|[^:：]+[^章\\s]\\s*[:：]\\s*<|更新(?:时间)?[:：])([^<\"/／｜|\\]>]+)/))&&fn[1];\nif(c)java.put(\"z\",c);\n\n正=true;\nif(key.length){\nif(~key.indexOf(\"全\"))java.put(\"全\",1);\nif((\nu=key.match(/[^\\[\\]]+(?=\\])/),\nc=~key.indexOf(\"录\"),\ny=~key.indexOf(\"单\"),\nbaseUrl=u?u[0]:baseUrl,\n(c||u)&&(baseUrl=c||y?(baseUrl=String((c=baseUrl.match(/(.+[^\\d])(\\d+)([^\\d]*)$/))[1]+1+c[3]),\nc=c[2]+'🌕'+c[1]+'🌕'+2+'🌕'+c[3],\nbaseUrl):baseUrl)\n)||~key.indexOf(\"直\")\n)java.put(\"目\",1),正=1;\nif(~key.indexOf(\"录\"))java.put(\"录\",c),正=1;\nif(y||~key.indexOf(\"#\")){\nif(!u){\nif((网=key.match(/(\\d+)#([^#]+)/))\n&&(尾=网[1],网=网[2].match(/^(.*[^\\d])([12])([^/?\\d]*)$/))\n||(尾=r.select('a[href~=\\\\d[^/?\\\\d]*$]:matches(^(尾|末|最后一)[頁页篇章回节節话話]$)')).size()\n&&(网=r.select('a:matches(^2$)')).size()\n&&(网=String(网.first().attr('href')).match(/^(.*[^\\d])([12])([^/?\\d]*)$/))\n&&(尾=String(尾.first().attr('href')).match(/\\d+(?=[^/?\\d]*$)/)[0])){\nc=尾+'🌕'+网[1]+'🌕'+网[2]+'🌕'+网[3]\n}else if((c=r.select('a:matches(^(\\\\d+|…+|\\\\.+)$)')).size()){\nif((网=String(c).split(/<a[^>]+>[^\\d<]+<\\/a>/)).length==2){\nfor(c=网[0],尾=网[1],x=+网[1].match(/>([^<]+)/)[1],网=网[0].match(/href=\"([^\"]*[^\\d])(\\d+)([^/?\\d\"]*)\"[^>]*>([^<]+)<[^<]+$/),j=+网[4],i=+网[2]-j;j<x;j++)c+=\"<a href='\"+网[1]+(j+i)+网[3]+\"'>\"+j+\"</a>\";\nc+=尾}\n}else c=1}\njava.put(\"单\",c),正=false}\nif(~key.indexOf(\"跳\"))java.put(\"跳\",1);\nif(~key.indexOf(\"逆\"))book.setReverseToc(true);\nelse book.setReverseToc(false);\nif((u=~key.indexOf(\"图\"))||~key.indexOf(\"原\"))java.put(\"原\",1);\nif(~key.indexOf(\"动\"))java.put(\"动\",',{\"webView\":true}');\nelse if(~key.indexOf(\"静\"))java.put(\"静\",1);\nif(u||~key.indexOf(\"字\"))java.put(\"文\",u?1:2)\n}else book.setReverseToc(false);\n\nc=(fn=r.select(\"meta[property$=description][content~=\\\\S]\")).size()?fn.get(fn.size()-1).attr(\"content\"):(r.select(':matchesOwn([\\\\u4e00-\\\\u9fa5]{2,})>:not(br),:not(body,br,:matchesOwn([\\\\s\\\\S]{50}),:has(body,:matchesOwn([\\\\s\\\\S]{50})))').remove(),r.select(\":matchesOwn(\\\\S)\").text());\n\njava.put(\"g\",c=String(c).replace(/[\\snbsp;]*(?:&nbsp;|\\s){2,}|\\s*([？！。]+[”」』\\]\\}\\)）｝】〗〕〉]?)\\s*/g,\"$1　　\").replace(/(?=　　)/g,\"\\n\"));\n\nif(c.length&&(c=c.match(/(.{0,2})《([^《》]+)》(.{0,3})/))&&c[3]!=\"作品集\"&&!c[1].match(/新[书作]/)&&(c=c[2],书?~String(书).indexOf(c)&&!~c.indexOf(n):true))n=c;\n\nif(正==1)m=java.ajax(baseUrl);\njava.setContent(m,baseUrl);\n\nif(正){\nzl=java.getStringList(\"[property$=latest_chapter_url]@content||:matches(^最新章节)>a:only-child:not([href~=^$|#|javascript:])@href||a:matches(^正文\\\\s*[\\\\d第一二三四五六七八九十〇零百千]|^[【《]?(\"+n+\")?[\\\\s》】（\\\\u0028:：＿_－-]*(第[\\\\s0〇零]*[一1]\\\\s*[\\\\u4e00-\\\\u9fa5]|([\\\\u4e00-\\\\u9fa5]{2}阅读[（\\\\u0028:：＿_－-]?)?(0*1([）\\\\u0029.、:：_-]|$)|[〇零]*一([）\\\\u0029\\\\s.、:：_-]|$)))):not([href~=(^|[^/])/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&_-]*$|^$|#|javascript:|\"+(bas=baseUrl.replace(/\\/+$|\\.[a-zA-Z]+$/,'')).match(/[^?/]+$/)[0].replace(/([*$|?+\\\\\\^\\[\\](){}])/g,'\\\\$1')+\"(?:[/_-]1)?(?:\\\\/|\\\\.[a-zA-Z]+)?$])@href||a:matches(^[^\\\\u4e00-\\\\u9fa5]*(免费|在线|开始|立即|全文|正文|从头)+[试阅]读[^\\\\u4e00-\\\\u9fa5]*$):not([href~=^$|#|javascript:])@href||a:matches(^0*1[^\\\\d]):not([href~=(^|[^/])/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&_-]*$|^$|#|javascript:])@href\");\n\nif(zl.size()&&(ck=String(zl.get(0)).match(/^(.*\\/\\/[^/]+)?([/?]?[^/].+[?&/_-])[^&/_-]+\\/?$/)))(jd=ck[1])&&(h=baseUrl.lastIndexOf('/',baseUrl.indexOf(jd.match(/(?:\\.[^.]+){2,}$|[^./]+\\.[^.]+$/)[0])))>8&&(\nq=baseUrl.indexOf(':'),\n(bas=java.get(baseUrl=baseUrl.slice(0,q+2)+baseUrl.slice(h),{})).statusCode()==200&&java.setContent(bas.body(),baseUrl)\n),java.put(\"ck\",ck[2])}\nn",
      "tocUrl": "@js:if(java.get(\"单\")==''){\nif(java.get(\"录\")==java.get(\"目\")){\nr=org.jsoup.Jsoup.parse(result);\n\nscript=r.select(\":matchesOwn(^$)>a[href^=javascript:]:matches(全文|章[節节]|目[錄录]):not(:matches(最新))\");re=false;\n\nif(!script.size()){\nba=(bas=baseUrl.replace(/\\/$|\\.[a-zA-Z]+$/,'')).match(/(http....[^/?]+)(?:([?/])(.*))?$/);b=ba[1];v=ba[3];\n\nr.select(\"a[href~=[^a-z]page[^a-z]]:not(:matches([反正顺順逆倒]序|[全正]文|更多|全部|所有|章[節节]|作品|目[錄录]|列表)),a:not([href~=^(?!//)[^#:]+$|\"+b.split(':')[1]+\"]),:matchesOwn(\\\\S)>a,a[href~=javascript:|#],a:matches(^\\\\S{1,4}$):not(:matches([反正顺順逆倒]序|[阅閱][讀读]|查看|展[开開]|进入|[全正]文|更多|完整|全部|所有|目[錄录]|列表|章[節节]):not(:contains(分类)))\").remove();\n\ny=r.select(\"a[href~=(?i)catalog|contents|chapters|mulu|(^|[^a-z])ml|showchapter|(^|chapter[/_-]?|\"+v.replace(/(.+)((\\/\\d\\d)\\d+)$/,\"$1$3$2\")+\"[/_-])(more|list|all)|sort[/=_-]asc]\");\n\nif(!y.size()){b3='';\n\nif(ba[2]==\"?\"){\nb3='[href~=^[^?]+$],'\n}else if(ba[3]){\nb3=ba[3].replace(/[*$|?+\\\\\\^\\[\\](){}]/g,'\\\\$0');\n\nb3=\"[href~=\"+b3+\"(\\\\.[^.]+|/\\\\d+(\\\\.[^.]+|/)?)?$],[href~=[/?]\"+b3.replace(/[&/_-][^/_-]+$/,'')+\".*$]:not([href~=[/?]\"+b3.replace(/[/_-]/g,'[/_-]')+\"]),\"}\n\ny=r.select(\"a:not(\"+b3+\"[href~=(?i)(^|[^/])[?/].*((book|[^a-z])(info|case)[^a-z]|(cid|buy)[^a-z]|desc|coins|nutrition|review|ticket|update|(app|author|xiazai|down)(?!=))|/chapter|/index/|/d/],:matches((?i)^$|[0-9零〇一二三四五六七八九十百千万、，：；？！。…‘’“”（）()]|[票榜:：.]|推荐|排行|等级|说明|收藏|书评|简介|分[类卷]|简介|作者|手机|软件|应用|安装|客户|移动|pc|电脑|安卓|苹果|下载|最新|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub))\")}\n\nif(y.size()){\nys=y.select(\"a[href~=(?i)catalog|contents|list|chapter|mulu|(^|[^a-z])ml|more|read|all]:matches([反正顺順逆倒]序|全文|章[節节]|目[錄录]):not(:matches(阅读)),a[href~=(?i)catalog|contents|chapter|(^|[^a-z])ml|mulu|read]:matches(更多|列表),a[href~=(?i)catalog|contents|list|chapter|mulu|(^|[^a-z])ml|more|all]:matches(^$),a:matches(^[^\\\\u4e00-\\\\u9fa50-9]*([反正顺順逆倒]序|全文(免[費费])?[阅閱][讀读]|(点击|查看|展[开開]|进入|返?回到?)*([全正]文|(更多|完整|全部|所有)?(章[節节]|(作品)?目[錄录])+)+(列表)?(\\\\s*(查看|展开)?更多)?)[^\\\\u4e00-\\\\u9fa50-9]*$)\");zt=false;\n\nif(!ys.size()){\nba=bas.match(/(\\?(?:[^=]+=)+)(.+)$/)||bas.match(/(?:[^/_-][/_-]([^/._-]+))?[/_-]([^/._-]+)(?:\\/index[^/]*)?$/);\n\nif(xi=(id=ba[2]).match(/\\?[^=]+=([^&]+)/)||id.match(/^[^\\d%]*(\\d{2,}|[1-9])$/))id=xi[1];\nif(ba[1])if(xi=ba[1].match(/^[^\\d%]*(\\d{2,})$/))id=/^\\d$/.test(id)||!xi[1].indexOf(id)?xi[1]:\"(\"+id+\"|\"+xi[1]+\")\";\n\nys=y.select(\"[href~=(?i)^((.*//[^/]+/)?[^=.]*[^\\\\d=.])?\"+id+\"([?_-][a-z=_-]*0|\\\\.[^.]+|[/?]([^\\\\d]*|[^/\\\\d]*/?|(list|more|all)([=_-][a-z]*)?\\\\d+[^\\\\d]*)?)?(&.+)?$]:not(:contains(\"+(bs=String(book.name)[0])+\"))\");\n\nif(!ys.size()){zt=true;\nys=y.select(\"[href~=(?i)^((.*//[^/]+/)?[^=.]*[^\\\\d=.])?(\\\\d+/\"+id+\"[_-]\\\\d+[^\\\\d]*|\"+id+\"[_-][a-z_-]*1[^\\\\d]*)$]:not(:matches(阅读|\"+bs+\"))\")}}\n\nif(ys.size()){\nif((re=ys.select(\"[href~=(/|^)[^.]+$]\")).size())ys=re;\nre=String(ys.first().attr(\"href\"));\n\nfor(x=1;x<ys.size();x++)if((xs=String(ys.get(x).attr(\"href\"))).length>re.length)re=xs;\n\nif(/(?:[2-9]\\d*|1\\d+)[^\\d]*$/.test(re)){\nif(!zt&&(q=re.match(/^(.*[^/])?[&?/].*(?:catalog(ue)?|contents|(?:show)?chapters?|mulu|ml|more|all|list|page)(?:[=_-][a-z]*)?\\d+[^\\d]*$/i))&&v==(q[1]||'').replace(/^http....[^/?]+/,''))zt=true;\nif(zt)re=re.replace(/\\d+(?=[^\\d]*$)/,\"☯1\")}\n\n}}}\n\nre=String(!re?baseUrl:(java.put(\"基\",baseUrl),/^\\/[^/]/.test(re)?b+re:/^https?:/.test(re)?re:/^\\/\\//.test(re)?b.split('//')[0]+re:String(baseUrl).replace(/[^/]*$/,'')+re))}else re=baseUrl;\n\nr=re.replace(/(?:[☯?&/_-][^\\d?/&_-]*[01])+[^\\d]*$/,\"\");\njava.put(\"ba\",r);\nre=re.replace(\"☯\",\"\")}else re=baseUrl;\n\njava.get(\"跳\")==1||re==baseUrl&&/,/.test(book.bookUrl)?re+',{\"webView\":true}':re",
      "wordCount": "@get:{s}"
    },
    "ruleContent": {
      "content": "@js:dt=lr='';c=1;动=java.get(\"动\");\nif(动!=''&&!~baseUrl.indexOf(\",\")){\nresult=String(java.ajax(baseUrl+动))\n}else if(java.get(\"静\")==动)c=dt=2;\n\nr=org.jsoup.Jsoup.parse(r1=result.replace(/&nbsp;/g,' '));\n查=i=java.get(\"序\");\n\nif(java.get(\"文\")==1){for(;c;c--){\nd=[\"img[data-src],img[src~=[^a-z]cid[^a-z]]\"\n,\"img:not([src~=(?i)^$|^javascript:|\\\\.gif|\\\\.png|[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,\"img[src~=(?i)\\\\.png]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,'img[src~=(?i)\\\\.gif]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])'];\n\nif(!(查!=\"\"&&(查!=-1&&((lr=r.select(d[查])).size(),true)))){\n$=it=>(lr=r.select(it)).size();\nif($(d[i=0])||$(d[i=1])||$(d[i=2])||false)break;\n\nif(c==2){dt=1;\nr=org.jsoup.Jsoup.parse(java.ajax(baseUrl+',{\"webView\":true}'))\n}else i=$(d[3])?3:-1}}\nif(i==0)lr=String(lr).replace(/(?:src=['\"][^'\"]+['\"] +)?data-/g,'');\nif(查==\"\")book.putVariable(\"序\",i);\n\n}else{\nsc=java.get(\"文\")==2?\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br)),a>*,:has(a):not(:matchesOwn([\\\\S\\\\s]{50,}),:has(:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(br,a,:matchesOwn([\\\\s\\\\S]{50})),:not(br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)),:has(p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))'\n:\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br,img:not([src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg]))),img[src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg],a:not(:matches(^$)>img)>*,:has(a):not(img,:matchesOwn([\\\\S\\\\s]{50,}),:has(img,:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(img,br,a,:has(img),:matchesOwn([\\\\s\\\\S]{50})),:not(img,br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,img,div:matchesOwn(，|。)+div:matchesOwn(，|。)),:has(img,p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))';\n\nd=[\":matchesOwn(\\\\S):has(br):has(:matchesOwn(\\\\S):has(br))\"\n,\":matchesOwn(\\\\S):has(br)\"\n,\":has(>:matchesOwn(\\\\S):not(:has(*))+:matchesOwn(\\\\S):not(:has(*)))\"\n,\":has(>:has(>p:only-child:matchesOwn(\\\\S):not(:has(*)))+:has(>p:only-child:matchesOwn(\\\\S):not(:has(*))))\"\n,\"img\"\n,\":matchesOwn(\\\\S)\"];\n\ntry{for(查=i!=''?i:java.get(\"元\");c;c--){\n\nif(!(c>1&&(String(r.text()).length<400||r.select(':matchesOwn(内容未加载完成|关闭(阅读|小说)模式)').size()))){\nr.select(sc).remove();\n\nif(!(查!=\"\"&&(lr=r.select(i?d[i==6?5:i]:查)).size()))for(i=0;i<6&&(lr=r.select(d[i]),i==4&&c==1?!lr.size():String(lr.text()).length<200);i++);\nif(c<2||i<6)break;}\n\nr=org.jsoup.Jsoup.parse(r2=String(java.ajax(baseUrl+',{\"webView\":true}')).replace(/(<[a-z]+)&nbsp;/g,'$1 '));\ndt=r1.length==r2.length?2:1}\n\nfor(c=lr.first(),v=1;v<lr.size();v++)if(lr.get(v).parents().contains(c)){\nlr.remove(v);\nv--}else c=lr.get(v);\n\nlr=String((c=lr.size()==2&&i<4)?String(lr.first().text()).length>String(lr.get(1).text()).length?lr.first():lr.get(1):(c=lr.size()==1)?lr.first():lr);\n\nif(查==\"\"){\nif(c&&(查=lr.match(/<([a-z]+) ([^>]+)>/))&&(查[2]=查[2].match(/(?:id|class|style)=(?:\"[^\"]+\"|'[^']+')|[^= ]+(?==\"[^\"]+\"|'[^']+')/g))){\nbook.putVariable(\"元\",查[1]+'['+查[2].join('][')+']')\n}else book.putVariable(\"序\",i)}\n\nlr=lr.replace(/<([a-z]+)[^>]*\"-\\d+\"[^>]*>[^<]+<\\/\\1>|[^<>]*<a[^<]+<\\/a>[^<]*|&lt[; ]?\\/?[a-z]+(?= |\\/?&gt)(?:[ a-z=-]+|\"[^\"]+\"|'[^']+')*\\/?&gt[; ]?|[☯📑⚙️🌕︴]/g,\"\").replace(/\\s+(?:\\s|(?:(?:(?:n?b)?s)?p)?;)/g,\"　　\");\n\nif(java.get(\"原\")!=1)lr=(!lr.indexOf(\"　　\")?lr.replace(/>(?!　　|\\s*(?:(?:(?:n?b)?s)?p)?;)\\s*(?=[^\\s<>])/g,\">︴\"):lr)\n.replace(/((?:[〖【『「（《〈〔［\\[(][^〖【『「（《〈〔［\\[()］〕〉》）」』】〗\\]]*[)］〕〉》）」』】〗\\]]\\s*)*(?:第?\\s*[一二三四五六七八九十百千万〇零0-9]+\\s*[章节回話话：:.．,，、]*\\s*)?{{\nn=(t=title.match(/\\S+$/)[0].replace(/[*$|?+\\\\\\^\\[\\](){}/]/g,\".?\")).replace(/^(正文[^\\u4e00-\\u9fa5A-Za-z]*|第?[一二三四五六七八九十百千万〇零0-9]+[章节回話话\\s：:.．,，、]*)+/,\"\"),n!=t&&/\\S/.test(n)?\"(?:第?\\\\s*[一二三四五六七八九十百千万〇零0-9]+\\\\s*[章节回話话：:.．,，、]*\\\\s*\"+n+\"|\"+t+\")\":t\n}}(?:\\s*[〖【『「（《〈〔［\\[(][^〖【『「（《〈〔［\\[()］〕〉》）」』】〗\\]]*[)］〕〉》）」』】〗\\]])*)/g,\"⚙️$1⚙️\")+\"📑\"\n\n}catch(e){}}\nif(dt)book.putVariable(dt==1?\"动\":\"静\",',{\"webView\":true}');lr",
      "imageStyle": "FULL",
      "nextContentUrl": "@js:if((r=java.getStringList((nx=java.get(\"next\"))+\"a:matches(第二[頁页]|下[一\\\\s]*[頁页]):not([href~=^javascript:|^#])@href||a:matches(下[一\\\\s]*[篇章回节節话話]):not([href~=^javascript:|^#])@href||a[href~=[_-]\\\\d+(/|\\\\.[a-z]+)?$]:has(i,img):not(:matches(\\\\S),[href~=^javascript:|^#])@href\")).size()){\nif(~String(book.tocUrl+(nextChapterUrl||'')).indexOf(r=String(r.get(r.size()-1)))||~r.indexOf(nextChapterUrl||String(book.tocUrl).replace(/.+(?=_\\d+\\/$)/,'')))r=null\n}else r=null;\nif(r){if(nx!='')chapter.putVariable(\"next\",(n=r.replace(/\\d+(?=[^\\d]*$)/,it=>+it+1))==r?'':'a[href=\"'+n+'\"]@href||');\nr+java.get(\"动\")}",
      "replaceRegex": "@js:if(java.get(\"原\")==1){result}else{\nresult=result.replace(/⚙️([^\\u4e00-\\u9fa5⚙️]+|[零〇一二三四五六七八九十百千万\\s]+|(?!第[零〇一二三四五六七八九十])[\\u4e00-\\u9fa5]+)⚙️/g,'$1').split('📑');\nl=result.length-1;\nwhile(l)if(r=result[--l].match(/^(\\n+(?:[^\\n]{1,30}\\n+){1,3})([\\S\\s]+)$/))result[l]=r[1]+r[2].replace(/⚙️/g,'');\nresult.join('📑')\n.replace(/—/g,\"─\")\n.replace(/[·۰•・]/g,\"・\")\n.replace(/\\s*(?:︴[^\\n　]+\\s+)*📑\\s*|^\\s*(︴[^\\n　]+\\s+)*|\\s*(?:　　|\\n)(?:[\\s&#a-zA-Z0-9]*;)?[\\s　?]*/g,\"☯\")\n.replace(/(?:︴[^☯]*☯)+(?=︴)|☯(?:温馨|[^a-zA-Z0-9\\u4e00-\\u9fa5☯]+)提示.?[:：][^☯]+|☯[^☯]+字体不会安装.?请百度[^☯]+|☯.{0,2}正版订阅在阅文旗下的起点和QQ书城，可以第一时间看到最新章节.{0,2}(?=☯)|︴\\s*第?[〖【『「（《〈〔［｛\\[{(][^☯]+(?=☯)|☯第\\s*[（(][^（()）]+[)）][頁页](?=☯)|[^☯]*(?:关注|[微vVＶｖ][^\\u4e00-\\u9fa5A-Za-z0-9]*[信xXｘＸ]|公[^\\u4e00-\\u9fa5]*众[^\\u4e00-\\u9fa5]*号){2,}[^☯]*|(?:&#?[a-z0-9]*;?)+(?=;|☯);*|read[sx][；;?？]+/g,\"\")\n.replace(/\\s+/g,\" \")\n.replace(/☯[ ☯]*/g,\"\\n\")\n.replace(/(\\n[〖【『「（《〈〔［｛\\[{(]?)([pPＰｐ][SsｓＳ]+(?=[ ：:;；，,、。.─\\d\\u4e00-\\u9fa5])[^\\n]+)/g,\"$1🌕$2\")\n.replace(/\\[\\[\\[[^\\[\\]]+http:file2.qidian.comchapters(.{5,6})(..)([^\\[\\]]{35})\\]\\]\\]/g,'<img src=\"http://file2.qidian.com/chapters/$1/$2/$3\">')\n.replace(/(<img )[^>]*(src=\"[^\"]+\")[^>]*(>)|((?: ?[＋+－-]?[0-9０-９]+(?:[．.／/][0-9０-９]+)?[％%:：]?[a-zA-Z]*)+ ?|[ _＿－-]?[a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９]+)/g,\"$1$2$3☯$4☯\")\n.replace(/☯[・。](?=☯)/g,\"☯.\")\n.replace(/,\\n/g,\"，\")\n.replace(/!(?=\\n)/g,\"！\")\n.replace(/\\?(?=\\n)/g,\"？\")\n.replace(/(<[^<]+)☯☯/g,\"⚙️$1⚙️\\n\")\n.replace(/(?:\\n[^āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─🌕︴\\n]+|([。？！…”』」】〗])[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─☯︴\\n]+[\\u4e00-\\u9fa5]+)?[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─⚙️☯︴\\n]+(?=\\n)|[^☯!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛｝］〕〉）＞’”》」』】〗]*☯([a-zA-ZＡ-Ｚａ-ｚ]*[āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ][a-zA-ZＡ-Ｚａ-ｚ]*)☯[^☯!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛｝］〕〉）＞’”》」』】〗]*/g,\"$1$2\")\n.replace(/[^!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜<（〈〔［｛({\\[\\]})｝］〕〉）>＞’”》」』】〗︴🌕]*(?:☯[^.．!(),\\n\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗⚙️]+|([^☯!(),\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘<＜（〈〔［｛({\\[\\]})｝］〕〉）＞>’”》」』】〗⚙️])(?!\\1)|☯(?=[^☯!(),\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗][!(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗])|[〖【『「（《〈〔［｛\\[{(][^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[)｝］〕〉》）」』】〗\\]}]){4,}|[^；;％%～~?？!！\"'”’。…─\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[〖【『「（《〈〔［｛\\[{(][^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[)｝］〕〉》）」』】〗\\]}](?:[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+(?=[)｝］〕〉》）」』】〗\\]}]))?/g,\"📑\")\n.replace(/([；;％%～~?？!！\"'”’。…─])📑(?=[)｝］〕〉》）」』】〗\\]}])/g,'$1')\n.replace(/(?:([\\n。？！])[^\\n。？！]{1,10})?[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*(?:☯[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]☯|📑|🌕)[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[｝］〕〉》）」』】〗\\]})](?:[^。]{0,5}(?:[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*(?:☯[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]☯|📑)[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[｝］〕〉》）」』】〗\\]})]|[^📑!,()\\s\\u4e00-\\u9fa5、，：；？！。…─‘’“”（）《》〖〗【】]+))*(?:(?:[^\\n]{1,10}|(?:[\\u4e00-\\u9fa5]{0,5}[，、])*[\\u4e00-\\u9fa5]+[！。]?)(?=\\n))?/g,\"$1\")\n.replace(/((?:[请請][记記]住)?[^⚙️🌕📑︴*\\n(),\\u4e00-\\u9fa5、，：；？！。…─「」‘’“”（）《》〖〗【】]*(?:(?:[^⚙️🌕📑︴*\\n(),\\u4e00-\\u9fa5、：，；？！。…─「」‘’“”（）《》〖〗【】]+[*(), \\u4e00-\\u9fa5、，:：；？！。…─「」‘’“”（）《》〖〗【】]{1,3})*[^*︴📑☯⚙️🌕\\s&;(),āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜa-zA-ZＡ-Ｚａ-ｚ0-9０-９\\u4e00-\\u9fa5、,，:：;；?？!！。…～~─'\"‘’“”【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}％%・/／＝=_＿.．＋+－-]+(?!(?:[^>]+>)?⚙️)|☯[^☯\\n]+☯\\.☯[^☯\\n]+☯|本[文书](?:首发|来自)|(?:章节不完整.?|完整章节)?请.{2,6}(?:搜索|百度|引擎|关键[词字])+|(?:[阅閱][讀读]|访问|訪問|[網网地][站址]|链接|鏈接|[\\u4e00-\\u9fa50-9a-zA-Z]{0,4}(?:文学|中文|[網网]))+[:：]|[\\u4e00-\\u9fa50-9a-zA-Z]{0,6}(?:[網网地][站址]|链接|鏈接)为|.{2,4}文[学學][網网]|[请請].{2,4}收藏(?:.{0,2}推[荐薦])?|(?:天才)一秒[記记]住|，?請?訪問|(?:[更最][快新]|[快高]速|热门|(?:[阅閱][讀读])?完整|本|(?:官[網网]|本站).{0,2})(?:章[節节]|小说|更新|[網网地][址站][:：]?|快速)|更新(?:速度)?[最更]?快|(?:(?:无错)?小说|正版|免费|全[文本]|在线|访问|訪問|txt|TXT|继续|各种|推[荐薦]|收藏|分享|交流|你?喜欢的)+(?:全文|免费|在线|[阅閱]?[讀读]|下载|章[節节]|小说|好书)|章[節节](?:目录|列表)|小说[網网](?:更新)?|手打全文|[纯全](?:手打|文字)|手机看书|手机版|笔趣阁|(?:本站|[網网]站|站内|看)?无(?:任何)?(?:广告|弹窗|防盗)(?:章节)?|不弹窗|(?:(?:請|请|或者?)?(?:訪問|访问|[電电手][腦脑机機]|[網网][址站]|用[户戶]|浏览|瀏覽|閱讀|阅读|看小说|看漫画)){2,}|看小说|看漫画|(?:用[^\\n]{2,6})?(?:[追看]书|小说)(?:就用|软件|☯[^☯]+☯)，?|用[^\\n]{2,6}[追看]书|(?:..的)?(?:最佳选择|阅读体验)|(?:推[荐薦]|收藏|分享)(?:本站|我们)|小说..版|文章质量更好|谢谢各位(?:读者|书友)支持|水印广告测试|本章未完|请翻页|点击下一页|领.{0,2}红包|同步更新《[^《》]+》|关注[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+[)｝］〕〉》）」』】〗\\]}])(?:[* (),\\u4e00-\\u9fa5、，：；？！。…─‘’“”（）《》〖〗【】]{0,3}[^⚙️📑*\\n(),\\u4e00-\\u9fa5、，：；？！。…─「」‘’“”（）《》〖〗【】]+|[….。!！]+(?=\\n))*|⚙️(?!<)[^⚙️\\n]+⚙️)/g,\"\\n⚙️$1⚙️\\n\")\n.replace(/⚙️(<[^<>]+>)⚙️\\n|[〖【『「（《〈〔［｛\\[{(](?:[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]{0,3}\\n⚙️(?!\\s*\\S\\s*⚙️).+⚙️\\n*)+[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]{0,3}[)｝］〕〉》）」』】〗\\]}]|(🌕)\\s*⚙️|⚙️\\n[^\\u4e00-\\u9fa5]{0,5}\\n⚙️|\\n⚙️\\s*(\\S)\\s*⚙️\\n(?![^⚙️]{1,3}⚙️)|(⚙️\\n)|([，、；])[\\s,，。、…:：;；?？!！`’]*[,，。、…:：;；?？!！`’](?!⚙️)|\\n[\\s,，。、…:：;；?？!！`’]*(?=[,，。、:：;；?？!！])|([：？！。…─])(?:[^⚙️☯a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n…─“‘’”〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+(?=\\n)|[^⚙️☯a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n…─“‘’”〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+)|☯/g,\"$1$2$3$4$5$6\")\n.replace(/([)）？！?!…」』”\\s。])(?:[^\\n（(🌕)）”』」’。]{0,5}(?:(?:\\n⚙️.+⚙️\\n|[^（()）\\n”』」。]{0,5}📑)[^（()）\\n。]{0,5}(?:\\n⚙️.+⚙️(?:\\n(?=\\n⚙️|[^（()）\\n]{1,5}\\n))?|[^（()）\\n。]{0,5}📑(?:[^📑]{1,5}(?=\\n⚙️))?)+(?:[^（()）\\n]{1,5}(?=\\n))?|(?:(?:(?:\\n⚙️.+⚙️\\n|[^（()）\\n。]{0,5}📑)[^（()）\\n]{0,5}){2,}|[^（(🌕)）”』」’\\n。]{0,5}(?:(?:請|关键[词字]|[電电手][腦機]|用戶|瀏覽|[阅閱]讀|推[薦荐]|收藏|分享|文章质量|谢谢(各位|支持|大家)|水印|翻页|点击|下[一\\s]*[页頁篇章回节節话話]|免费|热门|官网|正版|在线|同步|下载|文学|中文|章节|[本网][站址]|站内|小说|更新|无错|[本全][文本章]|首发|广个?告|弹窗|防盗|访问|訪問|txt|TXT|读者|书友|百度|[插说]一?[下句]话?，[\\u4e00-\\u9fa5]{0,5})[^（()）\\n]{0,5})*(?:📑|\\n⚙️[^\\n]+⚙️\\n)[^（()）\\n]{0,5}(?:(?:請|关键[词字]|[電电手][腦機]|用戶|瀏覽|[阅閱]讀|推[薦荐]|收藏|分享|文章质量|谢谢(各位|支持|大家)|水印|翻页|点击|下[一\\s]*[页頁篇章回节節话話]|免费|热门|官网|正版|在线|下载|同步|文学|中文|章节|[本网][站址]|站内|小说|更新|无错|[本全][文本章]|首发|广个?告|弹窗|防盗|访问|訪問|txt|TXT|读者|书友|百度)[^（()）\\n]{0,5})*|[^（(🌕)）\\n”』」’。]{0,3}\\n⚙️.+⚙️\\n[^（()）\\n。]{0,3})(?:[\\u4e00-\\u9fa5]+[！。]?|[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n]+)?(?=\\n)))+|\\n⚙️[^\\u4e00-\\u9fa5]+⚙️\\n|📑|\\s*︴\\s*|\\n?⚙️\\n?|\\n[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n]{2,}\\n[^🌕a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n“《‘【〖『「]*/g,\"$1\")\n.replace(/(?:(?:\\n🌕[^\\n]*)+(?:\\n+[^\\n]+){0,4}|\\n(?:[(（{｛][^(（<{｛｝}>）)]*(?:(?:[(（{｛][^(（<{｛｝}>）)]*[）)｝}])[^(（<{｛｝}>）)]*)*[）)｝}]?\\s*)+|[^\\n]*起点(?:原创|中文)[^\\n]*|[〖【『「（《〈〔［｛\\[{(]?未完待续[^\\n]*)[^\\u4e00-\\u9fa5<>]*$|^\\s*(?:(?:[^\\n]+\\n+){0,4}(?:🌕[^\\n]*\\n?)+|(?:[(（{｛][^(（<{｛｝}>）)]*(?:(?:[(（{｛][^(（<{｛｝}>）)]*[）)｝}])[^(（<{｛｝}>）)]*)*[）)｝}]?\\s*)+|，[^\\n]+)\\n|(?:^|\\n)[^a-z0-9A-Z\\u4e00-\\u9fa5]*(?=\\n)|🌕|\\n\\s*[a-zA-Z]+\\s*$/g,\"\")}",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "bookList": "",
      "bookUrl": ""
    },
    "ruleSearch": {
      "author": "class.book-meta-l.0@text",
      "bookList": "class.book-li",
      "bookUrl": "class.book-li@a@href",
      "checkKeyWord": "极致心瘾",
      "coverUrl": "img@src",
      "intro": "class.book-desc@text",
      "kind": "class.tag-small-group origin-right@text",
      "name": "class.book-title@text",
      "wordCount": "class.tag-small-group origin-right@em.-1@text"
    },
    "ruleToc": {
      "chapterList": "@js:if(java.get(\"单\")==''){\nsrc=org.jsoup.Jsoup.parse(src);\n\nif((result=java.get(\"录\"))==\"\"){if(页=(result=src.select('a[href~=\\\\S]:matches(下[一\\\\s]*[页頁]|下[一二三四五六七八九十百千万〇零0-9]{2,}章):not([href~=^#|javascript:])')).size())result=result.first().attr('href')\n}else{网=String(result).split(\"🌕\");\nfor(i=3,页=+网[0],result=网[1]+2+网[3];i<=页;i++)result+='\\n'+网[1]+i+网[3];\nresult=String(result)}\n\nif(页)java.put(\"页\",/,/.test(book.tocUrl)?result.split('\\n').join(',{\"webView\":true}\\n')+',{\"webView\":true}':result);\n\n嗅=()=>String(src).match(/[\\[(]([\"'])<[a-z]+[ >][^\\[\\]()]+<\\/a>(?:[^\\[\\],()]*<\\/[a-z]+>)?\\1[\\])]/);\n转=it=>it.replace(/\\\\[Uu]([0-9a-zA-Z]{4})/g,(_,it)=>String.fromCharCode(parseInt('0x'+it)));\n兜=()=>src.select(':matchesOwn(^$|[0-9〇一二三四五六七八九十])>a:matches(\\\\S):not(:has(*>*>:not(span)),[href~=(?i)passport|\\\\.aspx$|\\\\.php$|^https://[^/]+(/|index\\\\.[a-z]+)?$|(^|[^/])[?/].*((book|[^a-z])(info|case|page|reg|Game|Play)[^a-z]|buy[^a-z]|SystemInfo|hot|sort|desc|asc|top|coins|nutrition|review|ticket|update|(app|author|xiazai|down)(?!=))|/list\\\\d*([/_-][^/_-]+/?)?$|\\\\d+_\\\\d+_\\\\d+|target=iframe|https%],:matches((?i)^((点击|软件|应用|安装|客户|移动|手机|电脑|安卓|苹果|下载|阅读|pc|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub)[\\\\s.端版]*(?=$|点击|软件|应用|安装|客户|移动|手机|电脑|安卓|苹果|下载|阅读|pc|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub)|[A-Za-z0-9\\\\u4e00-\\\\u9fa5]?返回.*(简介|书页|目录)[A-Za-z0-9\\\\u4e00-\\\\u9fa5]?|[<>-]+|\\\\d+-\\\\d+章|书页|目录|简介|[上下首尾]([一\\\\s]*[页頁]|[\\\\s\\\\d零〇一二三四五六七八九十百]*章)|[↑\\\\[]?[倒正反逆顺順]序[↓\\\\]]?)$))');\n\nif((zt=java.get(\"嗅\"))!=''){\nif(zt>0&&(嗅=嗅())){\nsrc=嗅[0];\nif(zt==2)src=转(src);\nsrc=org.jsoup.Jsoup.parse(src)}\nsrc.select(java.get(\"除\")).remove();\nif(java.get(\"兜\")==1)src=兜();\nsrc=src.select(java.get(\"查\"))\n\nif(!页){for(首=String(java.get(\"首\")).split('\\n'),ss=src.size(),i=0;i<ss;i++)if(首[i]!=src.get(i)){\nif(i>1)src.subList(1,i).clear();break;}}\n\n}else{\nbook.putVariable(\"除\",除=\"meta,link,a:has(img),\"+((zt=java.get(\"全\")!=1)?\"a[href$=\"+String(book.tocUrl).replace(/,\\{\"webView\":true\\}|^.{8}[^/]*/g,'')+\"],\":\"\")+(基=String(java.get(\"基\")),基==''?'':\"a[href$=\"+基.replace(/^.{8}[^/]*/,'')+\"],\")+\"a[href~=javascript:|#|[a-z]+[A-Z][a-z]+Id[=_-]|[^/][/?&]sub[A-Z]|action=list],a:matches(^$|最新章节$|^[^\\\\u4e00-\\\\u9fa5A-Z0-9]*(正文|.{0,2}书架|(免费|在线|开始|立即|全文|从头|点击|正文)+[试阅]读|[^\\\\s\\\\d外内楔前后卷篇章]*(更新调整|[两一二三四五六七八九十]+连更|作者[:：给要有]|双倍月票|感言|推书|推[a-z0-9A-Z_\\\\u4e00-\\\\u9fa5-]+书|[求个请投点下张](月?票|收藏|订阅|推荐)|(感谢|作者)[^\\\\s]*(读者|书友|大家|各位)|[书点]评[^\\\\s]*活动|[没有空]更新|没时间更新|请个?假|关于本书|关于更新|打赏名单|起点活动)[^\\\\s]*)[^\\\\u4e00-\\\\u9fa5A-Z0-9]*$)\");\n\nbook.putVariable(\"嗅\",(基=嗅())?(src=org.jsoup.Jsoup.parse((zt=/\\\\[Uu]([0-9a-zA-Z]{4})/.test(基=基[0]))?转(基):基),zt)?2:1:0);\nsrc.select(除).remove();\n\nif(zt=java.get(\"全\")!=1){\n找=ll=null;\n$=it=>(qc=ll,查=找,ll=src.select(找=it)).size()>14&&(查=it,src=re=ll);\n\nif(!(((ck=java.get(\"ck\"))!=\"\"&&$(\"[href~=\"+ck+\"(?!index(/|\\.[a-z]+)?$)[^.?/_-][^&/_-]*/?$|/[vV][iI][pP][_-]?([Rr]ead|[Cc]hapter|action=article)|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&]*$]\"))||$(\"[href~=^[a-z0-9]+(/|\\\\.[^./]+)?$]\"))){\nif(qc&&qc.size()>ll.size())找=查,ll=qc;\n\n$=it=>(re=src.select(it)).size()&&(查=it,src=re);\n\nif(!($(\"[data-cid]\")||$(\"[href~=(?i)(^|[/_-])(chapter|read)+([_-]?id)?/[^/_-]+[/_-][^/_-]+]\")||$(\"[href~=(?i)(^|[&?/_-](book|novel|comic|manhua|mh?)?)(chapter|read)+([_-]?id)?[?/=]]\")||$(\"[href~=(?i)[&?/_-]cid[&?/_=-]]\")||$(\"[data-href]\"))){\nsrc=兜();\nbook.putVariable(\"兜\",1);\n\nba=(ba=String(java.get(\"ba\"))).match(/(\\?(?:[^=]+=)+)(.+)$/)||ba.match(/(?:[^/_-][/_-]([^/._-]+))?[/_-]([^/._-]+)(?:\\/|\\/index[^/]*|\\.[^/.]+)?$/);\n\nif(xi=(id=ba[2]).match(/\\?[^=]+=([^&]+)/)||id.match(/^[^\\d%]*(\\d{2,}|[1-9])$/)||ba[1]&&ba[1].match(/^[^\\d%]*(\\d{2,})$/))id=xi[1];\n\n$(\"[href~=([^\\\\d]|^)\"+id+\"[/_&-][^\\\\d]*\\\\d+]:not([href~=\"+id+\"[^\\\\d]*$]),[href~=/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[a-zA-Z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?]*$|([^\\\\d]|^)\"+id+\"[/_&-][^\\\\d]*\"+id+\"(/|\\\\.[^.]+|&.+)?$]\")||$(\"[title]\")||$(\"[href~=/view/\\\\d+\\\\.[a-zA-Z]+$]\")}\nif(re.size()<ll.size())查=找,src=ll}}\n\nif(!(zt&&re.size()))src=src.select('a'),查='a';\nif(查)book.putVariable(\"查\",查);\nif(页)java.put(\"首\",src)}\n\nsrc}else if((list=java.get(\"单\"))!=1){\n\nif((网=String(list).split(\"🌕\")).length>1){\nfor(i=+网[2],x=+网[0],j=2,list=\"<a href='\"+baseUrl+\"'>正文1</a>\";i<=x;i++,j++)list+=\"<a href='\"+网[1]+i+网[3]+\"'>正文\"+j+\"</a>\"}\n\norg.jsoup.Jsoup.parse(list).select('a')\n\n}else org.jsoup.Jsoup.parse(\"<a href='\"+baseUrl+\"'>正文</a>\").select('a')",
      "chapterName": "text",
      "chapterUrl": "href@js:chapter.putVariable(\"next\",'a[href~=(?:^|[?/])'+(r=result.trim().replace(/([*$|?+(){}\\[\\]\\^\\\\])/g,'\\\\$1')).match(/[^?/=.]+(?:=(?![01]$)[^=]+)*(?=\\/*$|\\.[^?/.]+$|=[01]$)/)[0]+'[=/_-]2(?:\\\\/|\\\\.[^?/.]+)? *$]@href||a[href~=(?:^|[?/])'+r.replace(/\\d+(?=[^\\d]*$)/,it=>+it+1)+' *$]@href||');result+java.get(\"动\")",
      "isVip": "",
      "nextTocUrl": "@js:java.get(\"页\")",
      "updateTime": ""
    },
    "searchUrl": "https://m.xs8.cn/so/{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "主要是用于下载，没有办法观看。",
    "bookSourceGroup": "免费",
    "bookSourceName": "矮贼吧网（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.zei8.me#",
    "customButton": false,
    "customOrder": 967,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1759403133263,
    "respondTime": 3309,
    "ruleBookInfo": {
      "author": "@css:small:contains(书籍作者：)+span@text",
      "coverUrl": "tag.img.0@src",
      "intro": "@js:book.intro+/邪恶漫画/.test(book.kind)?'':'<br>https://www.zei8.me{{@@text.本地高速下载@href}}'",
      "kind": "class.place@tag.a.-1@text",
      "wordCount": "@css:small:matches(是否连载|小说大小)+span@text"
    },
    "ruleContent": {
      "content": "class.content@html||text.电信高速下载@href@js:/^http:/.test(result)?'<img src=\"'+book.coverUrl+'\"/>下载链接：'+result+'<br>───────<br>'+book.intro:result"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "class.item",
      "bookUrl": "tag.a@href",
      "intro": "class.intro@html",
      "name": "tag.a@text##[^《]*《|》[^\\n]*"
    },
    "ruleToc": {
      "chapterList": "text.本地高速下载||class.content",
      "chapterName": "@js:'正文预览'",
      "chapterUrl": "href@js:''+result?result:baseUrl"
    },
    "searchUrl": "e/sch/index.php?page={{page-1}}&keyboard={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "爱奇电子",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.i7txt.cc#🎃",
    "customButton": false,
    "customOrder": 968,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1721149917695,
    "respondTime": 3594,
    "ruleBookInfo": {
      "author": "class.info_t4@text",
      "coverUrl": "class.info_novel_img@tag.a@img@src",
      "init": "",
      "intro": "class.info_intro@text",
      "kind": "class.info_t3@text&&class.info_t2@text&&class.info_t5@text",
      "lastChapter": "class.info_t6@text",
      "name": "class.info_t1@text",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "id.nr1@textNodes##",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\n.*本章.*\\n第.*章.*第.*页.*\\n\\s\\s|.第1/.页."
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@tag.a@text",
      "bookList": "class.sone",
      "bookUrl": "tag.a@href",
      "checkKeyWord": "一人之下",
      "coverUrl": "tag.a@href##(.*)book/(.*)([1-9]{3,3})/##http://www.i7txt.cc/files/article/image/$2/$2$3/$2$3s.jpg####",
      "kind": "",
      "name": "tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "tag.ul.1@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "/s.php?search_key={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "爱发电",
    "bookSourceType": 0,
    "bookSourceUrl": "https://afdian.com#",
    "customButton": false,
    "customOrder": 969,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "兽屋之龙的作品集::https://afdian.com/api/user/get-album-list?user_id=63609ee2d7e211eabceb52540025c377&page={{page}}",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36\"\n}",
    "lastUpdateTime": 1741846920939,
    "loginCheckJs": "",
    "loginUi": "[\n  {\n    \"name\": \"手机号码/邮箱号\",\n    \"type\": \"text\"\n  },\n  {\n    \"name\": \"密码\",\n    \"type\": \"password\"\n  }\n]",
    "loginUrl": "<js>\nfunction login(){\nuserInfo=source.getLoginInfoMap()\njava.log(userInfo)\nUNE=userInfo['手机号码/邮箱号']\nPWD=userInfo['密码']\nurl=\"{{source.getKey()}}/api/passport/login,\";\nSU=source.getKey()\nbody={\n  \"account\": String(UNE),\n  \"password\": String(PWD),\n  \"mp_token\": -1\n}\noption={\n'method': 'POST',\n'body': JSON.stringify(body)\n}\n\nurl=url+JSON.stringify(option)\ntoken=java.ajax(url).match(/\"auth_token\":\"([^\"]+)\"/)[1]\n\nCookie={\n\t\"Cookie\":\"auth_token=\"+token\n\t}\nheader = JSON.stringify(Cookie)\nsource.putLoginHeader(header)\n}\n</js>",
    "respondTime": 1692,
    "ruleBookInfo": {
      "author": "$.data.album.user.name",
      "coverUrl": "$.data.album.cover",
      "init": "",
      "intro": "",
      "name": "$.data.album.title",
      "tocUrl": "<js>\nif(baseUrl.match(/get-album-info/)){\n\tjson=JSON.parse(result);\turl=\"/api/user/get-album-catalog?album_id=\"+json.data.album.album_id\n\t}\n</js>"
    },
    "ruleContent": {
      "content": "<js>\nif(baseUrl.match(/album-info/)){\ntext=\"↓复制下面网址，在书架选择◎添加网址◎，粘贴网址，即可阅读本书↓\\n\"+baseUrl+\"\\n简介：\"+JSON.parse(result).data.album.content\n}else if(baseUrl.match(/post_id/)){\n\tjson=JSON.parse(result)\n\tpics=json.data.post.pics;\n\tvideo=json.data.post.video?\"视频链接：\"+json.data.post.video:\"\"\n\tpreview_text=json.data.post.preview_text?json.data.post.preview_text:\"\"\n\timgs=\"\";\n\tfor(i in pics){\n\t\timgs+='<img src=\"'+pics[i]+'\">\\n'\n\t\t}\n\tresult=json.data.post.content+imgs+video;\n\tresult!=\"\"?result:preview_text+\"\\n💰\"+json.data.post.min_price+\"\\n\"+json.data.post.has_right_errMsg\n\t}else{\n\t\tresult=\"↓↓复制下面文字，编辑书源，添加至发现规则↓↓\\n\"+book.name+\"的作品集::\"+baseUrl.replace(/page=1/,'page={\\{page}}')\n\t\t}\n</js>\n##class=\"fr-fic fr-dib\".*?\"\\[object Object\\]\"",
      "imageStyle": "FULL"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "$.data.list",
      "bookUrl": "/api/user/get-album-info?album_id={{$.album_id}}",
      "coverUrl": "$.cover",
      "intro": "$.content",
      "lastChapter": "$.update_time\n<js>\njava.timeFormat(result+\"000\")\n</js>",
      "name": "$.title"
    },
    "ruleSearch": {
      "bookList": "$.data.list",
      "bookUrl": "/api/user/get-album-list?user_id={{$.creator.user_id}}&page=1",
      "checkKeyWord": "沙雕",
      "coverUrl": "$.cover",
      "intro": "$.creator.detail",
      "kind": "$..category.name",
      "name": "$.name"
    },
    "ruleToc": {
      "chapterList": "$.data.list\n<js>\nif(baseUrl.match(/get-album-list/)){\nresult=String(result).replace(/\\[/,'[{\"text\":\"'+book.name+'\",\"url\":\"'+baseUrl+'\"},')\n}\nresult\n</js>\n$.[*]",
      "chapterName": "$.title||$.text",
      "chapterUrl": "<js>\nif(baseUrl.match(/get-album-list/)){\nresult=\"{{$.album_id}}\"?\"/api/user/get-album-info?album_id={{$.album_id}}\":\"{{$.url}}\";\n}else if(baseUrl.match(/get-album-catalog/)){\tresult=\"/api/post/get-detail?post_id={{$.post_id}}&album_id={{$.album_ids[0]}}\"\n\t}\n</js>",
      "isVip": "",
      "updateTime": "{{$.content_length}}字 💰{{$.min_price}} 目录总数：{{$.post_count}}\n<js>\ntime=\"{{$.publish_time}}\"?java.timeFormat(\"{{$.publish_time}}000\"):\"\"\nresult=time+\" \"+result\n</js>\n##💰0\\.00| 字 💰| 目录总数：$"
    },
    "searchUrl": "/api/creator/list?page={{page}}&type=hot&category_id=&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "改自@m8458246@一程",
    "bookSourceGroup": "免费",
    "bookSourceName": "南极",
    "bookSourceType": 0,
    "bookSourceUrl": "🐧",
    "customButton": false,
    "customOrder": 970,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 13; zh-cn; V2183A Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/89.0.4389.72 MQQBrowser/13.4 Mobile Safari/537.36 COVC/046223\",\n\"Referer\":\"https://novel.html5.qq.com/\",\n\"Q-GUID\":\"0ee63838b72eb075f63e93ae0bc288cb\",\n\"QIMEI36\":\"8ff310843a87a71101958f5610001e316a11\"}",
    "lastUpdateTime": 1748427967207,
    "respondTime": 2031,
    "ruleBookInfo": {
      "author": ".author",
      "canReName": "",
      "coverUrl": ".picurl",
      "init": "data",
      "intro": "&nbsp;{{$..summary}}\n&lrm;\n标签：{{$..tag##\\|##&nbsp;}}##\\n&lrm;\\n标签：$",
      "kind": "{{java.getString('$.isfinish')=='true'?'完结':'连载'}},{{$..subject}},{{String(java.timeFormat(java.getString(\"$..lastSerialUpdateTime\")*1000)).replace(/\\//g,\"\\-\")}},{{$..userscore}}分",
      "lastChapter": ".lastSerialname",
      "name": ".resourceName",
      "tocUrl": "/qbread/api/book/all-chapter?bookId={{$..resourceID}}",
      "wordCount": ".contentsize##$##字"
    },
    "ruleContent": {
      "content": "data.Content[0].Content"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author",
      "bookList": "data.state[*]",
      "bookUrl": "https://novel.html5.qq.com/qbread/api/novel/bookInfo?resourceId={{$..docId##.*_}}",
      "checkKeyWord": "",
      "coverUrl": ".cover_url",
      "intro": ".abstract",
      "kind": "连载{{$..is_finished}}完结,{{$..tag_views##\\s##,}}##连载1|0完结",
      "name": ".title##.*\\s.*",
      "wordCount": ".label_text"
    },
    "ruleToc": {
      "chapterList": ".rows[*]",
      "chapterName": "serialName",
      "chapterUrl": "serialID\n@js:\nlet data=JSON.stringify({ContentAnchorBatch:[{BookID:baseUrl.match(/bookId=(\\d+)/)[1],ChapterSeqNo:[result]}],Scene:\"chapter\"})\nlet option={\"method\":\"POST\",\"body\":data}\n\"/be-api/content/ads-read,\"+JSON.stringify(option)",
      "isPay": "",
      "isVip": "",
      "updateTime": ""
    },
    "searchUrl": "https://so.html5.qq.com/ajax/real/search_result?tabId=360&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "平凡文学",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.pfwx.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 971,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1720205696797,
    "loginUrl": "",
    "respondTime": 1130,
    "ruleBookInfo": {
      "author": "class.jieshaokaishi@tag.h2.0@text",
      "coverUrl": "class.jieshaoTu@tag.img@src",
      "intro": "class.jieshaokaishi@tag.h3@text##介 绍：|－－－.*",
      "lastChapter": "class.zuixin@tag.a@text",
      "name": "class.jieshaokaishi@tag.h1@text"
    },
    "ruleContent": {
      "content": "id.booktext@html##<!--.*-->|★★.*朋友吧！"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.h3.0@text",
      "bookList": "class.tutui",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src",
      "lastChapter": "tag.a.2@text",
      "name": "tag.a.1@text"
    },
    "ruleToc": {
      "chapterList": "class.zhangjiekaishi@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "modules/article/search.php?searchkey={{key}}&searchtype=articlename",
    "weight": 0
  },
  {
    "bookSourceComment": "By：Tom",
    "bookSourceGroup": "免费",
    "bookSourceName": "成语读书",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.changduzw.com未月十八repair",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 972,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1733522903737,
    "loginUrl": "",
    "respondTime": 2481,
    "ruleBookInfo": {
      "author": "class.status@tag.p.1@text",
      "coverUrl": "class.imgbox@tag.img@src",
      "intro": "class.con@tag.p@text",
      "kind": "class.status@tag.a.0@text",
      "lastChapter": "class.red.1@text",
      "name": "class.status@tag.h1@text",
      "tocUrl": "text.点击阅读@href",
      "wordCount": "class.status@tag.p.-3@text##总字数."
    },
    "ruleContent": {
      "content": "id.htmlContent@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.grid@tag.td.2@text",
      "bookList": "class.odd",
      "bookUrl": "class.odd.0@tag.a.0@href",
      "kind": "class.even@text",
      "lastChapter": "",
      "name": "class.odd@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.mulu_list@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.changduzw.com/modules/article/search.php,{\n'charset': 'utf-8',\n'method': 'POST',\n'body': 'searchkey={{key}}&type=submit'\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "//by 尐哖(2023.05.29)\n//Thomas(2023.06.04)改\n//阅读版本不能太旧，必须有java.HMacBase64。\n//获取正文链接需要加密参数，章节多了加载会很慢，请耐心等待\nurl = `https://xgmf.zuanqianyi.com/glory/free/${uid},`;\nbody = JSON.stringify(body);\nsign = java.HMacBase64(body+\"8cfaaedef7a7e24a716732ff5428958f\",\"HmacSHA256\",\"wj3imab73kwceuf51lf01ORHe2cmo8X0YrZwF4p2uv3WEfmqxrT2oIBwRFRNErXW20UKal15ZTDdxPKU43puZFqcuXkvrQmadhp1wn6YPEDO4WRgInp8NNNQo4uNsWF1CELOzx7yPOS4pQbhTRWB4qRm0a4ENIegN0SH7K2STbsyaCuWh7m7s3rTpb5dK3CcDdsT35vo0xNbPZI2dJmKoIeKk9p3YhBLNWp9WoZqn9Qihpvn4nvgJzVSacgy2MTo\");\nurl + JSON.stringify({\n  \"body\": body,\n  \"headers\": {\n    \"sign\": sign\n  },\n  \"method\": \"POST\"\n});",
    "bookSourceGroup": "有声",
    "bookSourceName": "西瓜小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://xgmf.zuanqianyi.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 973,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: 1,\n\t\t\t\tlayout_flexBasisPercent: type\n\t\t\t}\n\t});\n$$=(flag,cid,tid,status)=>`@js:\nuid = 1166;\nbody = {\n\tflag: ${flag},\n\tsize: 15,\n\tindex: page,\n\tsort: 1,\n\ttid: \"${tid}\",\n\tstatus: \"${status}\",\n\tcid: ${cid}\n}\neval(String(source.bookSourceComment));`;\n[\n[\"男\",[\n[\"都市\",70,[\n[\"乡土生活\",538],\n[\"都市生活\",539],\n[\"古玩鉴宝\",540],\n[\"明星仕商\",541],\n[\"异术超能\",543],\n[\"高手激战\",545],\n[\"医道圣手\",546],\n[\"风水玄术\",548]\n]],\n[\"玄幻\",64,[\n[\"东方玄幻\",512],\n[\"异世大陆\",513],\n[\"斗气世界\",514],\n[\"王朝争霸\",515]\n]],\n[\"仙侠\",65,[\n[\"古典仙侠\",516],\n[\"奇幻修真\",517],\n[\"洪荒封神\",518],\n[\"现代修真\",519]\n]],\n[\"历史\",69,[\n[\"上古先秦\",531],\n[\"两宋元明\",532],\n[\"两晋隋唐\",533],\n[\"架空历史\",535],\n[\"清史民国\",536],\n[\"秦汉三国\",537]\n]],\n[\"悬疑\",86,[\n[\"原创灵异\",606],\n[\"悬疑推理\",607]\n]],\n[\"科幻\",67,[\n[\"时空穿梭\",522],\n[\"星际战争\",523],\n[\"未来世界\",524],\n[\"变异末世\",525],\n[\"机甲科技\",526]\n]],\n[\"游戏\",73,[\n[\"游戏生涯\",554],\n[\"虚拟网游\",555]\n]]\n]],\n\n[\"女\",[\n[\"现代言情\",83,[\n[\"总裁豪门\",577],\n[\"都市纯爱\",578],\n[\"重生甜宠\",579],\n[\"年代文\",838]\n]],\n[\"古代言情\",85,[\n[\"古色古香\",585],\n[\"女尊女强\",586],\n[\"重生逆袭\",587],\n[\"宫斗宅斗\",588],\n[\"清穿民国\",589],\n[\"种田经商\",590],\n[\"穿越时空\",591]\n]],\n[\"幻想言情\",84,[\n[\"仙侠幻情\",581],\n[\"魔法异界\",584]\n]],\n[\"青春校园\",82,[\n[\"贵族学院\",575],\n[\"青春纯爱\",576]\n]],\n[\"快穿次元\",79,[\n[\"快穿次元\",611]\n]]\n]]].map([title,list]=>{\n\t\tpush('༺ˇ»`ʚ'+title+'生频道ɞ´«ˇ༻',null,1);\n\t\tlist.map([title,cid,list]=>{\n\t\t\t\tflag = 1;\n\t\t\t\tpush('༺ '+title+' ༻',$$(flag,cid,\"\",\"\"),1);\n\t\t\t\tlist.map([title,tid]=>{\n\t\t\t\t\t\tflag = 0;\n\t\t\t\t\t\t[\"[\"+title+\"]\",\"完结\",\"连载\"].map((title,status)=>{\n\t\t\t\t\t\t\t\tstatus = status?status-1:\"\";\n\t\t\t\t\t\t\t\tpush(title,$$(flag,cid,tid,status),0.25);\n\t\t\t\t\t\t\t});\n\t\t\t\t\t});\n\t\t\t});\n\t});\nJSON.stringify(sort);",
    "header": "{\n\t\"uid\":\"1707428184\",\n\t\"pname\":\"com.dzmf.zmfxsdq\",\n\t\"signtype\": \"1\",\n\t\"user-agent\":\"okhttp/3.12.1\"\n}",
    "lastUpdateTime": 1734834642030,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 2258,
    "ruleBookInfo": {
      "author": "$.book.author",
      "canReName": "",
      "coverUrl": "$..coverWap",
      "init": "$.data",
      "intro": "&nbsp;{{$..introduction##[\\u0020]+##<br>}}\n📍版权来自{{$..copyright}}",
      "kind": "{{$..score}}分\n{{$..bookTypeName}}\n连载{{$..status}}完结\n{{$..lastChapterUtime}}\n##连载1|0完结| .*",
      "lastChapter": "{{$.lastChapter.chapterName}} • {{$..lastChapterUtime## .*}}",
      "name": "$.book.bookName",
      "tocUrl": "@js:\nuid = 111;\nbody = {\n\tbookId: {{$..bookId}}\n}\neval(String(source.bookSourceComment));",
      "wordCount": "{$.book.totalWordSize}字"
    },
    "ruleContent": {
      "content": "<js>\nvar javaImport = new JavaImporter();\njavaImport.importPackage(\n    Packages.java.lang,\n    Packages.java.security,\n    Packages.java.security.spec,\n    Packages.java.io,\n    Packages.java.util\n);\nwith(javaImport){\n    function encode(str){\n    \t//该方法由💖尐哖💖提供\njmkey=[48,-126,4,-65,2,1,0,48,13,6,9,42,-122,72,-122,-9,13,1,1,1,5,0,4,-126,4,-87,48,-126,4,-91,2,1,0,2,-126,1,1,0,-118,121,-93,-123,61,113,-87,-20,-33,52,-70,-125,-13,67,-61,92,-49,-41,-14,60,-49,31,-68,-88,-7,-38,-52,-62,-31,-76,-123,90,-28,-70,-23,-106,93,-93,-5,-57,22,62,51,45,-88,80,-38,-55,75,-3,-73,-96,65,-15,-110,11,-121,-91,105,-91,-11,-62,-111,96,17,-68,-82,113,-116,-82,-108,51,-100,31,61,14,-26,-5,-48,14,-36,-110,-90,113,46,-31,-67,-64,95,98,95,-123,2,-83,16,-105,74,-42,-100,3,-125,53,126,-72,-72,-76,79,108,1,-71,-82,-51,0,60,-94,84,-65,73,-44,-88,-107,-81,44,3,40,-33,-87,114,88,21,-53,111,-84,-88,-83,112,41,101,-118,50,22,-74,29,47,-51,-106,-89,-26,55,44,66,118,-7,-45,-72,78,-125,-37,73,72,-80,-11,38,-82,65,54,103,9,43,-106,-88,-81,29,50,56,-127,104,122,56,-38,-93,-76,-12,-99,-17,-87,97,-128,21,118,-78,-13,-67,15,-74,-116,71,63,122,5,-59,120,93,90,-104,116,21,-13,108,10,-50,-103,-33,-21,125,113,86,-73,46,-84,-92,106,-86,8,23,7,95,-65,80,83,6,-85,53,85,-85,43,-73,41,-84,-10,76,106,-36,119,99,-125,121,-92,-122,-94,-73,-15,125,115,120,-63,2,3,1,0,1,2,-126,1,1,0,-121,-55,-103,-48,-55,28,-47,125,102,-81,37,10,-55,28,52,-47,-87,58,95,-34,-61,88,-94,-66,-84,43,-93,72,-94,-35,75,59,-125,57,-54,94,-39,-70,56,-27,-45,-24,-16,116,-96,45,-111,45,125,103,-15,-115,-93,-68,-121,-14,-24,116,10,-14,99,-39,4,-121,73,61,85,110,33,126,-5,-14,-45,-16,74,6,119,-8,-117,-32,86,-23,51,111,-97,-126,91,120,-19,-49,-32,76,-28,-1,-30,90,9,88,3,42,-22,-102,37,-122,108,16,-36,36,-44,88,73,-111,-38,-34,-102,108,50,27,-22,-3,-39,-78,41,-99,123,-110,63,108,85,22,-119,93,-85,-98,-114,70,-31,-120,-122,10,-92,-31,87,117,-119,-49,25,1,20,-42,-61,35,96,-41,-46,-50,-114,-31,-36,-21,95,-70,113,110,62,-28,62,76,36,-57,81,-21,100,36,124,-74,112,-52,-73,109,-117,37,-3,-40,-111,-102,-13,62,118,-93,-119,-118,-33,-82,20,53,64,-57,24,63,-113,-126,-61,-69,90,-72,-56,120,80,-95,-14,124,-2,74,80,53,22,3,57,61,113,-117,-5,-54,61,-1,-105,-96,-68,7,-98,-49,95,-61,-16,51,-65,82,66,-125,-66,-92,115,75,-116,32,14,68,-51,124,-126,32,-63,52,84,117,2,-127,-127,0,-15,-52,16,-109,-8,94,1,-65,14,-119,72,18,115,86,17,19,-68,-19,24,86,12,5,-97,55,-16,-75,84,110,-126,23,-33,-56,120,17,-32,-127,-106,-54,-27,54,20,40,92,70,-18,94,31,-79,-42,69,74,18,85,17,-64,-80,60,4,-102,23,36,-52,-112,124,11,-30,-15,5,-92,125,51,-42,26,109,27,-19,93,10,49,-48,-106,91,-38,12,-45,73,-44,-26,37,114,21,105,36,-38,96,39,-5,-8,-4,-70,-11,106,-107,69,68,14,-43,-123,-127,6,127,65,-25,-49,75,110,99,-50,-32,-33,-54,-26,117,125,-18,24,-89,107,2,-127,-127,0,-110,-101,-24,103,-95,2,-73,-114,-109,-97,107,126,-32,75,-124,-39,-92,-98,-127,-33,2,-65,49,-80,24,118,94,4,-117,122,-70,-41,-42,59,-90,-53,-81,-101,-57,75,-99,-67,-87,-67,-35,40,-66,53,-45,95,79,-10,-120,-111,71,-12,-110,76,-74,82,-79,83,-84,3,43,111,-44,-109,4,61,-22,3,99,113,113,-121,-15,-108,44,-32,-28,46,-83,-115,-99,-86,108,-111,3,-11,-43,121,67,-73,-68,99,107,55,-119,-77,20,-68,-77,98,-113,-21,39,-128,-21,119,113,57,-99,-30,-65,-128,-76,-100,40,8,39,-72,18,9,-17,-99,-89,-125,2,-127,-128,108,110,19,93,23,-70,-88,83,-46,35,-13,-30,-6,63,-75,70,-63,-87,29,9,-79,56,112,46,-8,-51,-120,0,74,108,-124,88,-12,-89,39,-93,85,72,-59,66,-36,5,65,100,57,-114,-111,-18,0,-27,111,-109,10,-4,-4,8,-53,-47,80,124,98,111,45,-73,-62,-24,-47,38,-77,-99,-59,-70,20,125,-85,81,101,48,-90,40,32,-43,45,-46,36,-119,-18,100,10,-108,-65,79,56,76,-119,100,68,-43,98,24,64,-25,-69,-22,-92,-37,118,26,-7,66,61,-99,3,99,-19,50,-94,-91,106,40,81,103,-55,118,96,104,67,-29,2,-127,-127,0,-121,39,-59,-77,-85,34,119,23,-80,-115,-38,42,-120,25,-10,-86,49,-15,-110,102,-122,0,-66,-116,-55,-80,109,114,33,39,-114,-110,37,-60,-82,58,-66,116,-116,-32,-17,-43,-122,99,43,60,65,70,27,-53,-107,75,0,-111,118,85,72,126,1,-30,-17,-24,-29,-3,-76,16,-113,86,-51,37,74,-45,-66,-36,57,62,-118,-3,-1,-11,127,70,108,-26,-51,-1,-21,-64,48,119,116,74,43,-100,121,-58,-23,115,-76,-76,-20,28,29,-1,114,15,-26,70,26,76,-19,-117,-95,59,5,50,96,-50,72,-75,99,-16,116,104,-58,-122,127,-125,2,-127,-127,0,-105,-116,-61,-50,-11,-71,-17,-45,114,88,67,113,51,37,-77,53,82,-22,36,70,-19,34,93,22,-103,-36,28,-47,-113,120,-57,4,-95,11,-82,-62,-127,13,115,93,104,-110,-44,39,42,-125,64,-111,53,-14,82,73,69,0,-66,37,-56,-115,3,-103,5,-69,55,75,-113,7,-18,-32,97,-56,28,85,-48,72,27,-115,119,63,1,41,115,-27,-73,24,-63,57,-72,107,-9,39,13,120,-75,-42,33,9,-39,-93,72,-122,66,33,-36,-1,-18,-102,11,-49,28,-61,-120,6,102,-37,-106,-6,5,-111,107,-76,49,78,-40,19,53,106,-37,-125];\nkey=KeyFactory.getInstance(\"RSA\").generatePrivate(new PKCS8EncodedKeySpec(jmkey));\n        var bArr=String(str).getBytes(\"UTF-8\");\n        signature = Signature.getInstance(\"SHA256WithRSA\");\n        signature.initSign(key);\n        signature.update(bArr);\n       return encodes(signature.sign());\n       }\n       function encodes(bArr){\n       \tvar bArr2=String(\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\").getBytes(\"UTF_8\");\n       bArr3 = [];\n        length = bArr.length - (bArr.length % 3);\n        i = 0;\n        i2 = 0;\n        while (i < length) {     \t\n            i3 = i + 1;\n            b2 = bArr[i];\n            i4 = i3 + 1;\n            b3 = bArr[i3];\n            i = i4 + 1;\n            b4 = bArr[i4];\n            i5 = i2 + 1;\n            bArr3[i2] = bArr2[(b2 & 255) >> 2];\n            i6 = i5 + 1;\n            bArr3[i5] = bArr2[((b2 & 3) << 4) | ((b3 & 255) >> 4)];\n            i7 = i6 + 1;\n            bArr3[i6] = bArr2[((b3 & 15) << 2) | ((b4 & 255) >> 6)];\n            i2 = i7 + 1;\n            bArr3[i7] = bArr2[b4 & 63];\n        }\n        length2 = bArr.length - length;\n        if (length2 == 1) {\n            b5 = bArr[i];\n            i8 = i2 + 1;\n            bArr3[i2] = bArr2[(b5 & 255) >> 2];\n            i9 = i8 + 1;\n            bArr3[i8] = bArr2[(b5 & 3) << 4];\n            b6 = 61;\n            bArr3[i9] = b6;\n            bArr3[i9 + 1] = b6;\n        } else if (length2 == 2) {\n            i10 = i + 1;\n            b7 = bArr[i];\n            b8 = bArr[i10];\n            i11 = i2 + 1;\n            bArr3[i2] = bArr2[(b7 & 255) >> 2];\n            i12 = i11 + 1;\n            bArr3[i11] = bArr2[((b7 & 3) << 4) | ((b8 & 255) >> 4)];\n            bArr3[i12] = bArr2[(b8 & 15) << 2];\n            bArr3[i12 + 1] = 61;\n        }\n        return new String(bArr3,\"UTF_8\");\n     }\n}\n\n$ = JSON.parse(baseUrl.replace(/^.+?,/,''));\n\nsign = encode(\"a\"+$.body+\"8cfaaedef7a7e24a716732ff5428958f\");\n\n$.headers.sign = sign;\n\nchapter.url = baseUrl = baseUrl.replace(/,.+/, ','+JSON.stringify($));\n\nresult = java.ajax(baseUrl);\njava.setContent(result, baseUrl);\nresult\n</js>\n$..cdnUrls[0]\n@js:\n'\\n' + java.ajax(result);",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data.searchList||$.data.bookList",
      "bookUrl": "@js:\nuid = 1110;\nbody = {\n\tbookId: {{$.bookId}}\n}\neval(String(source.bookSourceComment));",
      "checkKeyWord": "",
      "coverUrl": "$.coverWap",
      "intro": "$.introduction",
      "kind": "$.tag",
      "lastChapter": "[书籍状态] 连载{$.status}完结\n##连载1|0完结",
      "name": "$.bookName"
    },
    "ruleToc": {
      "chapterList": "@js:\n\nurl = `https://xgmf.zuanqianyi.com/glory/free/1152?a,`;\n\n$ = JSON.parse(result).data;\n$.chapterNameList.map((text,i)=>{\n\nbody = JSON.stringify({\n\tchapterId: $.chapterIdList[i],\n\tbookId: $.bookId\n});\n\nhref = url+JSON.stringify({\n  \"body\": body,\n  \"headers\": {\n    \"signtype\": \"2\"\n  },\n  \"method\": \"POST\"\n});\n\t\treturn {text:text,href:href}\n\t});",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "@js:\nuid = 1141;\nbody = {\n\tindex: page,\n\tkeyword: key\n}\neval(String(source.bookSourceComment));",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "👍 就爱文学",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.92xs.info",
    "bookUrlPattern": "https?://m.92wx.la/book/\\d+.html",
    "customButton": false,
    "customOrder": 974,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部::/sort/{{page}}.html\n玄幻小说::https://m.92wx.la/sort/1-{{page}}.html\n武侠小说::https://m.92wx.la/sort/2-{{page}}.html\n都市小说::https://m.92wx.la/sort/3-{{page}}.html\n历史小说::https://m.92wx.la/sort/4-{{page}}.html\n推理小说::https://m.92wx.la/sort/5-{{page}}.html\n游戏小说::https://m.92wx.la/sort/6-{{page}}.html\n科幻小说::https://m.92wx.la/sort/7-{{page}}.html\n恐怖小说::https://m.92wx.la/sort/8-{{page}}.html\n其他小说::https://m.92wx.la/sort/9-{{page}}.html\n言情小说::https://m.92wx.la/sort/10-{{page}}.html",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1725136844354,
    "respondTime": 3681,
    "ruleBookInfo": {
      "author": ".info span.2@text",
      "coverUrl": ".base img@src",
      "intro": ".content@text",
      "kind": ".info span.1:3:0@text\n##分类：|状态：|时间：",
      "lastChapter": ".info a@text",
      "name": "dd h2@text",
      "tocUrl": "p.p2 a@href"
    },
    "ruleContent": {
      "content": ".chapter_content@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\s*（本章未完.*继续阅读）\\s*|\\s*{{chapter.title}}|\\(第\\d.+页\\)\\s*"
    },
    "ruleExplore": {
      "author": "span@ownText",
      "bookList": ".book-list li",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": "p.intro@text",
      "kind": "em@text",
      "name": "a@text"
    },
    "ruleSearch": {
      "author": "span@text##\\/",
      "bookList": ".result li",
      "bookUrl": "a.1@href",
      "checkKeyWord": "剑来",
      "kind": "a.0@text##\\[|\\]",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".chapters li!0@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{java.connect(source.getKey()).raw().request().url()}}s.php,{\n  \"method\": \"POST\",\n  \"body\": \"submit=搜索&type=articlename&s={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "By：Tom",
    "bookSourceGroup": "免费",
    "bookSourceName": "茂鑫小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.tcmaoxin.org尐哖",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 975,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1734633202983,
    "loginCheckJs": "",
    "loginUrl": "",
    "respondTime": 347,
    "ruleBookInfo": {
      "author": ".fix@p:nth-of-type(1)@text",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|update_time]@content",
      "lastChapter": "p:nth-of-type(6)@a@text",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": "#content@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".s4@text",
      "bookList": ".txt-list@li!0",
      "bookUrl": ".s2@a@href",
      "checkKeyWord": "",
      "kind": ".s1@text",
      "lastChapter": "{{@@.s3@a@text}} • {{@@.s5@text}}",
      "name": ".s2@a@text"
    },
    "ruleToc": {
      "chapterList": ".section-list.1@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ".middle select option!0@value"
    },
    "searchUrl": "http://www.tcmaoxin.org/search.php?keyWord={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "橘子小说①",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.cxinbz.com",
    "customButton": false,
    "customOrder": 976,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1735625668400,
    "respondTime": 2461,
    "ruleBookInfo": {
      "author": "@css:span:contains(作者：)@text",
      "coverUrl": ".cover@img@src",
      "intro": ".intro@html##简介：|.*无弹窗.*",
      "kind": "@css:span:contains(分类：),span:contains(更新时间：),span:contains(状态：)@text##(分类|状态|更新时间)：",
      "lastChapter": ".info .last@a@text",
      "name": ".info@h2@text",
      "wordCount": "@css:span:contains(字数：)@text##字数："
    },
    "ruleContent": {
      "content": "#content@html##{{baseUrl}}|请记住本书首发.*",
      "replaceRegex": "##最新网址：.*|www.shugelou.org"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".bookbox",
      "bookUrl": ".bookname@a@href",
      "coverUrl": "img@src",
      "intro": ".bookinfo@p@text",
      "kind": ".cat@text##分类：",
      "lastChapter": ".update@a@text",
      "name": ".bookname@text"
    },
    "ruleToc": {
      "chapterList": "@css:.listmain a[href~=/[^/]+/\\d+.htm]",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/s.php?ie=utf-8&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "九五小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xfjxs.com#🎃",
    "customButton": false,
    "customOrder": 977,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻魔法::/mulu/1-{{page}}.html\n武侠修真::/mulu/2-{{page}}.html\n都市言情::/mulu/3-{{page}}.html\n历史军事::/mulu/4-{{page}}.html\n侦探推理::/mulu/5-{{page}}.html\n网游动漫::/mulu/6-{{page}}.html\n科幻小说::/mulu/7-{{page}}.html\n恐怖灵异::/mulu/8-{{page}}.html\n穿越小说::/mulu/9-{{page}}.html\n其他类型::/mulu/10-{{page}}.html\n完本小说::/modules/article/articlelist.php?fullflag=1&page={{page}}",
    "lastUpdateTime": 1670858053535,
    "loginUrl": "",
    "respondTime": 2317,
    "ruleBookInfo": {
      "author": ".author a@text",
      "coverUrl": ".con_limg img@src",
      "intro": ".r_cons@html",
      "kind": ".txt_nav a.1@text&&.lastrecord@ownText##小说|.*\\(|\\).*",
      "lastChapter": ".lastrecord a@text##[\\(（【].*?[求更票谢乐发订合补加].*?[】）\\)]",
      "name": "h1@text",
      "tocUrl": ".r_tools a.1@href"
    },
    "ruleContent": {
      "content": "#content@textNodes",
      "replaceRegex": "##\\.pbtxt."
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": "#alistbox",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "kind": "",
      "lastChapter": "",
      "name": "a.1@text##《|》",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "tbody tr!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.xfjxs.com/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.5:4@text",
      "lastChapter": "td.1@text##[\\(（【].*?[求更票谢乐发订合补加].*?[】）\\)]",
      "name": "td.0@text",
      "wordCount": "td.3@text"
    },
    "ruleToc": {
      "chapterList": ".novel_list dd a",
      "chapterName": "text##[\\(（【].*?[求更票谢乐发订合补加].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?ie=gbk&searchkey={{key}}&ct=2097152",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "阅友小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.yueyouxs.com#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 978,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"都市人生\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=1100&page={{page}}&\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=1101&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"仙侠武侠\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=1102&page={{page}}&\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"军事历史\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=1103&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"科幻末世\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=1104&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"游戏体育\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=1105&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"悬疑灵异\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=1107&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"脑洞大开\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=1108&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"现代言情\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=2100&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"古代言情\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=2101&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"幻想言情\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=2102&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"穿越时空\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=2104&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"宫闱争斗\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=2105&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"豪门总裁\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=2106&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"婚恋爱情\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=2107&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"经商种田\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=2108&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"出版读物\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=3101&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"文学小说\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=3102&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}}]",
    "header": "<js>\n(()=>{\n\tvar ua = \"Mozilla/5.0 (Linux; U; Android 10; zh-Hans-CN; PCT-AL10 Build/HUAWEIPCT-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 Quark/4.0.5.137 Mobile Safari/537.36\";\n\tvar heders = {\"User-Agent\": ua};\n\treturn JSON.stringify(heders);\n})()\n</js>",
    "lastUpdateTime": 1734879715957,
    "loginUrl": "",
    "respondTime": 1435,
    "ruleBookInfo": {
      "author": "class.v-words flex.0@text##作者：",
      "coverUrl": "class.adMessage@img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "div.face-info.flex-item@span.1@text##.*：",
      "lastChapter": "class.chapter-entrance flex-item@text",
      "name": "class.face-info-title@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节",
      "tocUrl": "class.sumchapter@tag.span@tag.a@href",
      "wordCount": "class.v-words flex.2@text##字数："
    },
    "ruleContent": {
      "content": "class.con@html##（本章完）|（本章未完，请翻页）|.*书友群.*|\\s",
      "imageStyle": "0",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "$.authorName",
      "bookList": "$..list[*]",
      "bookUrl": "http://m.yueyouxs.com/b/{$.wapBookId}.html",
      "coverUrl": "$.bookPic",
      "intro": "$.intro",
      "kind": "$.classifySecondName&&$.updateTime&&$.classifyName",
      "lastChapter": "$.latestChapterName",
      "name": "$.bookName",
      "wordCount": "$.words"
    },
    "ruleSearch": {
      "author": "$.authorName",
      "bookList": "$..list[*]",
      "bookUrl": "http://m.yueyouxs.com/b/{$.wapBookId}.html",
      "checkKeyWord": "",
      "coverUrl": "$.bookPic",
      "intro": "$.intro",
      "kind": "$.classifySecondName&&$.updateTime",
      "lastChapter": "$.latestChapterName",
      "name": "$.bookName##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节",
      "wordCount": "$.words"
    },
    "ruleToc": {
      "chapterList": "class.catalog_ls@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://m.yueyouxs.com/api/book/search?keyword={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "英文",
    "bookSourceGroup": "免费",
    "bookSourceName": "双语小说（英）",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.shubang.net/book#",
    "customButton": false,
    "customOrder": 979,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1759754331076,
    "respondTime": 1160,
    "ruleBookInfo": {
      "kind": "class.tags@a@text",
      "lastChapter": "tr.-1@td@a@text"
    },
    "ruleContent": {
      "content": ".line_en@text%%.line_cn@title",
      "nextContentUrl": "class.pagebar@a.-1@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.cont@p@text",
      "bookList": "class.mcon@a",
      "bookUrl": "a@href",
      "coverUrl": "class.cover@img@src",
      "intro": "class.cont@ownText",
      "name": "h3@text"
    },
    "ruleToc": {
      "chapterList": "tr@td",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://www.shubang.net/book/?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//2025，2月14号，静白，制作教程接来自：源论坛:ysqbbs.com \n质量较差-模板雷同",
    "bookSourceGroup": "免费",
    "bookSourceName": "何以生肖",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yetianlian.info",
    "customButton": false,
    "customOrder": 980,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1740758066321,
    "respondTime": 2975,
    "ruleBookInfo": {
      "author": "span.1@text",
      "coverUrl": "img@src",
      "intro": "class.intro@text",
      "kind": "span.2@text",
      "lastChapter": "span.last.1@text",
      "name": "h2@text",
      "wordCount": "span.4@text"
    },
    "ruleContent": {
      "content": "div#content.showtxt@text",
      "nextContentUrl": "text.下一章@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@text",
      "bookList": "class.bookbox",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "kind": "class.cat@text",
      "lastChapter": "class.update@text",
      "name": "class.bookname@text"
    },
    "ruleToc": {
      "chapterList": "dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://www.yetianlian.info/s.php?ie=utf-8&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "美图网（可搜索）",
    "bookSourceType": 2,
    "bookSourceUrl": "https://meitulu.me/",
    "customButton": false,
    "customOrder": 981,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "日韩美女::https://meitulu.me/rihan/index_{{page}}.html\n港台美女::https://meitulu.me/gangtai/index_{{page}}.html\n比基尼::https://meitulu.me/t/bijini/index_{{page}}.html\n国产美女::https://meitulu.me/guochan/index_{{page}}.html\n风俗媚娘::https://meitulu.me/t/fengsumeiniang/index_{{page}}.html\n女神::https://meitulu.me/t/nvshen/index_2{{page}}.html\n极品::https://meitulu.me/t/jipin/index_{{page}}.html\n嫩模::https://meitulu.me/t/nenmo/index_{{page}}.html\n尤物::https://meitulu.me/t/youwu/index_{{page}}.html\n爆乳::https://meitulu.me/t/baoru/index_{{page}}.html\n美胸::https://meitulu.me/t/meixiong/index_{{page}}.html\n诱惑::https://meitulu.me/t/youhuo/index_{{page}}.html\n少妇::https://meitulu.me/t/shaofu/index_{{page}}.html\n长腿::https://meitulu.me/t/changtui/index_{{page}}.html",
    "lastUpdateTime": 1702447499310,
    "respondTime": 22810,
    "ruleBookInfo": {
      "author": "class.container pt-3@tag.a.3@text",
      "canReName": "",
      "coverUrl": "",
      "intro": "h5@text",
      "kind": "class.container pt-3@tag.a.1@text",
      "name": "h5@text",
      "wordCount": "class.container pt-3@tag.div.6@text"
    },
    "ruleContent": {
      "content": "class.mb-4 container-inner-fix-m@html",
      "imageDecode": "",
      "imageStyle": "full",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "class.col-lg-3 col-md-4 col-6 mb-2@tag.div.0",
      "bookUrl": "tag.a@href",
      "coverUrl": "img@src",
      "name": "tag.a@text"
    },
    "ruleSearch": {
      "bookList": "class.col-lg-3 col-md-4 col-6 mb-2@tag.div.0",
      "bookUrl": "tag.a@href",
      "checkKeyWord": "美女",
      "coverUrl": "img@src",
      "name": "tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.pagination my-pagination@a",
      "chapterName": "text",
      "chapterUrl": "",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "https://meitulu.me/search?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "闲看小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://nav.jijia-co.com",
    "customButton": false,
    "customOrder": 982,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\nburl=source.getKey().match(/([^#]*)/)[1];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\n\tpush(\"精选\", `/api/novel/book/v2/plate/book.do?like=0&plateId=302&page={{page-1}}&size=10&t={{Date.now()}}&pkg=com.smart.app.jiudianjiu.xin.leisureNovel`, 1, 0.25);\n\t\n\tfunction bd(i) {\t\t\n\t\t\turl= burl+`/api/novel/book/v2/top.do?channelId=${i}&pkg=com.smart.app.jiudianjiu.xin.leisureNovel`;\n     result=java.ajax(url);\n     return  JSON.parse(result).data; \t\t\n\t\t}\n\t\n\t[[\"男频\",bd(1)],[\"女频\",bd(2)]].map([title,category]=>{\n\tpush(title+\"❤榜单\", null, 1, 1);\n category.map(($)=>{\t   \t\n\t    title=$.topName;\n     \tid=$.topId;\n\t      \turl= `/api/novel/book/v2/top/book.do?topId=${id}&page={{page-1}}&size=10&t={{Date.now()}}&pkg=com.smart.app.jiudianjiu.xin.leisureNovel`;\n\tpush(title, url, 1, 0.25);\n        });\n  });\n  \n\t\n\tfunction fl(i) {\t\t\t\t\t\n\t\t\turl= burl+`/api/novel/book/v2/class.do?channelId=${i}&pkg=com.smart.app.jiudianjiu.xin.leisureNovel`;\n     result=java.ajax(url);\n     return  JSON.parse(result).data; \t\t\n\t\t}\n\t\t\n\t\n\t[[\"男频\",fl(1)],[\"女频\",fl(2)]].map([title,category]=>{\n\tpush(title+\"❤分类\", null, 1, 1);\n\t\n category.map(($)=>{\t   \t\n\t    title=$.className;\n     \tparentClassId=$.classId;\n     \tfl_url=burl+ `/api/novel/book/v2/childClass.do?classId=${parentClassId}&pkg=com.smart.app.jiudianjiu.xin.leisureNovel`;\n     \tD=JSON.parse(java.ajax(fl_url)).data;\n     \tpush(\"🍁\"+title+\"🍁\", null, 1, 1);\n   D.map(($,index)=>{\t   \t\n\t    title=$.className;\n     \tclassId=$.classId;\n\t      \turl= `/api/novel/book/v2/class/book.do?parentClassId=${parentClassId}&classId=${classId}&status=all&page={{page-1}}&size=10&t={{Date.now()}}&pkg=com.smart.app.jiudianjiu.xin.leisureNovel`;\n\t      \tif(D.length > 3&&D.length!=4){\n\t\tif(index+1 <= D.length - D.length%3)\n\t\t\t {\tpush(title, url, 1, 0.25);}\n\t\t\t\telse{ push(title, url, 0, 0.29);}\n\t\t\t\t}\n\t\t\t\telse if(D.length == 4){ push(title, url, 1, 0.4);}\n\t\t\t\telse{ push(title, url, 1, 0.25);}\n        });  \n     });\n  });\n\t\n\t\nJSON.stringify(sort);",
    "header": "@js:\nJSON.stringify({\t\t\n\t\"Keep-Alive\":\"300\",\n\t\"Connection\":\"Keep-Alive\",\n\t\"Cache-Control\":\"no-cache\",\n\t\"Host\":\"nav.jijia-co.com\",\n  \"User-Agent\":\"okhttp/4.9.3\"\n})",
    "lastUpdateTime": 1732998427148,
    "loginUrl": "",
    "respondTime": 2121,
    "ruleBookInfo": {
      "author": "$.author",
      "canReName": "",
      "coverUrl": "$.cover",
      "init": "$.data",
      "intro": "$.bookDesc##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "",
      "name": "$.bookName",
      "tocUrl": "http://nav.jijia-co.com/api/novel/book/chapterlist.do?bookId={{java.put('bookId',java.getString('$.bookId'));}}&t={{Date.now()}}&pkg=com.smart.app.jiudianjiu.xin.leisureNovel",
      "wordCount": "$.words"
    },
    "ruleContent": {
      "content": "<js>\ndata = java.getString('$.data.content');\ncontent = eval(`\"${data}\"`);\n</js>"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data||$.data.books[*]",
      "bookUrl": "http://nav.jijia-co.com/api/novel/book/detail.do?bookId={{$.bookId}}&t={{Date.now()}}&pkg=com.smart.app.jiudianjiu.xin.leisureNovel",
      "checkKeyWord": "",
      "coverUrl": "$.cover",
      "intro": "$.bookDesc",
      "kind": "{{$.className}}\n{{r=java.getString('$.status');\nif(r!=\"\") r=='1'?'完结':'连载';}}",
      "name": "$.bookName",
      "wordCount": "$.words"
    },
    "ruleToc": {
      "chapterList": "$.data",
      "chapterName": "$.chapterName",
      "chapterUrl": "http://nav.jijia-co.com/api/novel/book/chapter.do?bookId={{java.get('bookId');}}&chapterId={{$.chapterId}}&t={{Date.now()}}&pkg=com.smart.app.jiudianjiu.xin.leisureNovel",
      "isVolume": ""
    },
    "searchUrl": "http://nav.jijia-co.com/api/novel/book/search/result.do?like=0&page={{page-1}}&size=10&keywords={{key}}&type=&t={{Date.now()}}&pkg=com.smart.app.jiudianjiu.xin.leisureNovel",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "鸠摩搜书（下载）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.jiumodiary.com#",
    "customButton": false,
    "customOrder": 983,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "\n",
    "lastUpdateTime": 1735057723013,
    "respondTime": 2943,
    "ruleBookInfo": {
      "init": "",
      "name": ""
    },
    "ruleContent": {
      "content": "@js:\n'💬点击章节链接跳转浏览器下载'+baseUrl"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "bookList": "<js>\nlist=JSON.parse(result).sources\nJson=[]\nfor(i in list){\nlist1=JSON.parse(result).sources[i].details.data;\nfor(j in list1){\nif(list1[j].title.indexOf(java.get('key'))>-1){\nJson.push(list1[j])\n}\n}\n}\nresult=JSON.stringify(Json)\n</js>\n$.[*]",
      "bookUrl": "$.link",
      "coverUrl": "$.img_link",
      "intro": "$.host&&$.des&&$.title##<.*?>",
      "kind": "$.des",
      "name": "$.title##<.*?>|(^.{0,15})##$1###"
    },
    "ruleToc": {
      "chapterList": "@js:a=[{a:'💬下载地址',b:baseUrl}]",
      "chapterName": "a",
      "chapterUrl": "b"
    },
    "searchUrl": "@js:\nurl1='https://www.jiumodiary.com/init_hubs.php,';\npost={\"method\":\"POST\",\"body\":\"q=\"+key+\"&remote_ip=&time_int=\"+Date.now()};\nid=java.ajax(url1+JSON.stringify(post)).match(/id\":\"([^\"]+)\"/)[1];\nurl='https://www.jiumodiary.com/ajax_fetch_hubs.php';\nbody='id='+id+'&set='+page;\nheader={\n\"method\": \"POST\",\n\"body\": String(body)\n}\njava.put('key',key);\nur=url+','+JSON.stringify(header);",
    "weight": 62
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "大帝小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.anshuge.com#🎃",
    "customButton": false,
    "customOrder": 984,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 1015,
    "ruleBookInfo": {
      "author": "#content@dd.1@.fl.1@td.1@text##\\s",
      "coverUrl": "id.content@class.fl.0@tag.img@src",
      "intro": "id.content@tag.dd.3@tag.p.1@textNodes",
      "kind": "#content@dd.1@.fl.1@td.0@a@text&&#content@dd.1@.fl.1@td.2@text&&#content@dd.1@.fl.1@tr.1@td.2@text",
      "lastChapter": "#content@dd.3@p.5@a@text",
      "name": "#content@h1@text##全文阅读",
      "tocUrl": "class.btnlinks@tag.a.0@href",
      "wordCount": "#content@dd.1@.fl.1@tr.1@td.1@text##\\s"
    },
    "ruleContent": {
      "content": "id.contents@html",
      "nextContentUrl": "id.footlink@tag.a.2@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "id.content@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a.0@href<js>result.replace(/files\\/article\\/html\\/(\\d+)\\/(\\d+)\\/index/,\"xiaoshuo/$2\")</js>",
      "coverUrl": "tag.td.0@tag.a.0@href<js>result.replace(/files\\/article\\/html\\/(\\d+)\\/(\\d+)\\/index/,\"xiaoshuo/$2\")</js><js>\nvar id = result.match(/(\\d{3,})/)[1];\nvar iid = parseInt(id/1000);\nsource.bookSourceUrl + 'files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "tag.td.5:4@text",
      "lastChapter": "tag.td.1@tag.a.0@text",
      "name": "tag.td.0@tag.a.0@text",
      "wordCount": "tag.td.3@text"
    },
    "ruleToc": {
      "chapterList": "tag.tbody@tag.tr@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.anshuge.com/search/?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "齐鲁文学",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.qiluwx.com##测试",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 985,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻\",\"url\":\"/xuanhuan/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠\",\"url\":\"/xianxia/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/dushi/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史\",\"url\":\"/lishi/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游\",\"url\":\"/wangyou/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"/kehuan/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖\",\"url\":\"/kongbu/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"热门\",\"url\":\"/rank/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"推荐\",\"url\":\"/votelist/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"全本\",\"url\":\"/quanben/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\n\t\"x-requested-with\": \"XMLHttpRequest\",\n\t\"User-Agent\": \"Mozilla/5.0 (Linux; Android 10; SK) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 1723690887322,
    "loginUrl": "",
    "respondTime": 7744,
    "ruleBookInfo": {
      "author": "[property$=og:novel:author]@content",
      "coverUrl": "[property$=og:image]@content",
      "downloadUrls": ".addbookcase@href",
      "init": "",
      "intro": "{{@@#intro@text}}##(^|[。！？……；]+[」）】》”]?)##$1<br>",
      "kind": "[property$=og:novel:category]@content&&[property$=og:novel:status]@content&&[property$=og:novel:update_time]@content",
      "lastChapter": "[property$=og:novel:latest_chapter_name]@content",
      "name": "[property$=og:title]@content",
      "tocUrl": "[property$=og:url]@content@js:result.replace(\"_\",\"/\")",
      "wordCount": ".visible-xs.1@text##字数："
    },
    "ruleContent": {
      "content": "#booktxt@html",
      "imageStyle": "",
      "nextContentUrl": "@js:\nnext = result.match(/next_page = \"(.+)\"/) || [];\nurl = next[1];\n/_\\d+/.test(url) && url",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": ".btm@a@title",
      "bookList": "#hotcontent@.item",
      "bookUrl": "a@href",
      "checkKeyWord": "副本需要我这样的人才",
      "coverUrl": ".lazy@src",
      "intro": "dl@dd@text",
      "kind": ".blue@text",
      "lastChapter": "",
      "name": "dt@a@text",
      "wordCount": ".orange@text"
    },
    "ruleToc": {
      "chapterList": "#content_1@a",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\nhttps://www.qiluwx.com/search/,{\n  \"body\": \"keyword={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "漫画",
    "bookSourceName": "知音漫客",
    "bookSourceType": 2,
    "bookSourceUrl": "https://m.zymk.cn",
    "customButton": false,
    "customOrder": 986,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "热血::/sort/5_p{{page}}.html&&\n搞笑::/sort/6_p{{page}}.html&&\n玄幻::/sort/7_p{{page}}.html&&\n生活::/sort/8_p{{page}}.html&&\n恋爱::/sort/9_p{{page}}.html&&\n动作::/sort/10_p{{page}}.html&&\n科幻::/sort/11_p{{page}}.html&&\n战争::/sort/12_p{{page}}.html&&\n悬疑::/sort/13_p{{page}}.html&&\n恐怖::/sort/14_p{{page}}.html&&\n校园::/sort/15_p{{page}}.html&&\n历史::/sort/16_p{{page}}.html&&\n穿越::/sort/17_p{{page}}.html&&\n体育::/sort/19_p{{page}}.html&&\n都市::/sort/20_p{{page}}.html&&\n漫改::/sort/22_p{{page}}.html&&\n修真::/sort/53_p{{page}}.html&&\n霸总::/sort/62_p{{page}}.html&&\n古风::/sort/63_p{{page}}.html&&\n游戏::/sort/64_p{{page}}.html&&\n真人::/sort/65_p{{page}}.html&&\n武侠::/sort/66_p{{page}}.html&&",
    "lastUpdateTime": 1734944913615,
    "respondTime": 1778,
    "ruleBookInfo": {
      "author": "class.author@text",
      "intro": "class.content@text",
      "kind": "class.tags@a@text",
      "name": "h1.name@text"
    },
    "ruleContent": {
      "content": "@js:\nhost='http://mhpic.zymkcdn.com/comic/';\noriginal=result.match(/dr_original:\"([^\"]+)\"/)[1];\nend=result.match(/end_var:(\\d+)/)[1];\n//画质\nhigh='.jpg-zymk.high.webp';\nlow='.jpg-zymk.low.webp';\nmiddle='.jpg-zymk.middle.webp';\n\nhtml='';\nfor(i=1;i<=end;i++){\nhtml+='<img src=\"'+host+original+i+high+'\">\\n'\n}\nhtml",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "",
      "bookList": "class.item@h3",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "img@data-src",
      "kind": "class.score@text",
      "lastChapter": "class.chapter@text",
      "name": "class.title@a@text"
    },
    "ruleToc": {
      "chapterList": "-class.chapterlist@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://m.zymk.cn/sort/all.html?key={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "顶点小说b3",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.anshuge.com",
    "customButton": false,
    "customOrder": 987,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1721324479414,
    "loginUrl": "",
    "respondTime": 615,
    "ruleBookInfo": {
      "coverUrl": "id.content@class.fl.0@tag.img@src",
      "intro": "id.content@tag.dd.3@tag.p.1@textNodes",
      "kind": "tag.tbody@tag.a.0@text",
      "name": "",
      "tocUrl": "class.btnlinks@tag.a.0@href"
    },
    "ruleContent": {
      "content": "id.contents@html",
      "nextContentUrl": "id.footlink@tag.a.2@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "id.content@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a.0@href<js>result.replace(/files\\/article\\/html\\/(\\d+)\\/(\\d+)\\/index/,\"xiaoshuo/$2\")</js>",
      "kind": "",
      "lastChapter": "tag.td.1@tag.a.0@text",
      "name": "tag.td.0@tag.a.0@text",
      "wordCount": "tag.td.3@text"
    },
    "ruleToc": {
      "chapterList": "tag.tbody@tag.tr@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.anshuge.com/search/?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "秋风书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.qiufengshuwu.com#",
    "bookUrlPattern": "https?://www.qiufengshuwu.com/book/\\d+.html",
    "customButton": false,
    "customOrder": 988,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1735057843337,
    "respondTime": 3157,
    "ruleBookInfo": {
      "author": ".infotype a.0@text",
      "coverUrl": ".infohead img@src",
      "intro": "#intro p@text",
      "kind": ".infotype p.1:3:2@text\n##作品类型：|作品状态：|更新时间：",
      "lastChapter": ".list_xm li.0@text",
      "name": "h3.0@text",
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": "#novelcontent p@html"
    },
    "ruleExplore": {
      "author": ".p3@text||a.2@text",
      "bookList": ".article||.full_content",
      "bookUrl": "a@href",
      "coverUrl": "img@data-src",
      "intro": "p.simple@text",
      "kind": ".p1@text##\\[|\\]",
      "name": ".p2@text||a.1@text"
    },
    "ruleSearch": {
      "author": "span@text",
      "bookList": "p.sone",
      "bookUrl": "a.0@href",
      "checkKeyWord": "剑来",
      "kind": "0",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": ".chapters li",
      "chapterName": "text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "https://www.qiufengshuwu.com/s.html,{\n  \"body\": \"s={{key}}&type=articlename\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "博仕书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.boshishuwu.com",
    "bookUrlPattern": "https?://m.boshishuwu.com/boshi/[\\d_]+/",
    "customButton": false,
    "customOrder": 989,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部\",\"url\":\"https://m.boshishuwu.com/boshi/xclass/0/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"玄幻小说\",\"url\":\"https://m.boshishuwu.com/boshi/xclass/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"修真小说\",\"url\":\"https://m.boshishuwu.com/boshi/xclass/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"都市小说\",\"url\":\"https://m.boshishuwu.com/boshi/xclass/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"穿越小说\",\"url\":\"https://m.boshishuwu.com/boshi/xclass/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"网游小说\",\"url\":\"https://m.boshishuwu.com/boshi/xclass/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"科幻小说\",\"url\":\"https://m.boshishuwu.com/boshi/xclass/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"其他小说\",\"url\":\"https://m.boshishuwu.com/boshi/xclass/7/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"全本\",\"url\":\"/boshi/quanben{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"玄幻小说\",\"url\":\"/boshi/quanben1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"修真小说\",\"url\":\"/boshi/quanben2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"都市小说\",\"url\":\"/boshi/quanben3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"穿越小说\",\"url\":\"/boshi/quanben4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"网游小说\",\"url\":\"/boshi/quanben5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"科幻小说\",\"url\":\"/boshi/quanben6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"其他小说\",\"url\":\"/boshi/quanben7_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}}]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1746066519935,
    "respondTime": 5495,
    "ruleBookInfo": {
      "author": "p.author@text",
      "coverUrl": ".synopsisArea_detail img@src",
      "init": "",
      "intro": "p.review@text",
      "kind": "text.类别：@text&&\ntext.状态：@text&&\ntext.更新：.0@text##.*：",
      "lastChapter": ".directoryArea p.0@text",
      "name": "span.title@text",
      "tocUrl": "text.完整目录@href"
    },
    "ruleContent": {
      "content": "#chaptercontent@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##阅读模式.*"
    },
    "ruleExplore": {
      "author": "p.author@text",
      "bookList": ".hot_sale",
      "bookUrl": "a@href",
      "coverUrl": "img@data-original",
      "intro": "p.-1@ownText##简介：",
      "kind": "0",
      "name": "p.title@text"
    },
    "ruleSearch": {
      "author": "p.1@text##.*作者：",
      "bookList": ".hot_sale",
      "bookUrl": "a@href",
      "checkKeyWord": "剑来",
      "kind": "p.1:2@text##\\|.*",
      "lastChapter": "p.2@text##.*更新：",
      "name": "p.title@text"
    },
    "ruleToc": {
      "chapterList": "#chapterlist p!0@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href\n@js:\nvar regex=/第\\d*.(\\d+)页.当前\\d*条.页/;\n//正则匹配页数\nvar page=src.match(regex);\npage=page?page[1]:\"\";\nvar next=result?result[0]:\"\";\nnext=String(next);\nvar url=[next];\nfor(i=2;i<=page;i++){\n\turl.push(next.replace(/p\\d+/,\"p\"+i))\n\t}\nurl;"
    },
    "searchUrl": "/s.php,{\n  \"body\": \"keyword={{key}}&t=1\",\n  \"method\": \"POST\"\n}",
    "weight": 98
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "手机小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ixiatxt.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 990,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "武侠小说::soft/1/Soft_001_{{page}}.html\n玄幻小说::soft/2/Soft_002_{{page}}.html\n都市言情::soft/3/Soft_003_{{page}}.html\n恐怖灵异::soft/4/Soft_004_{{page}}.html\n现代文学::soft/5/Soft_005_{{page}}.html\n侦探推理::soft/6/Soft_006_{{page}}.html\n科幻小说::soft/7/Soft_007_{{page}}.html\n穿越架空::soft/9/Soft_009_{{page}}.html\n古典名著::soft/10/Soft_010_{{page}}.html\n名人自传::soft/11/Soft_011_{{page}}.html\n历史军事::soft/12/Soft_012_{{page}}.html\n制作工具::soft/13/Soft_013_{{page}}.html\n网游小说::soft/14/Soft_014_{{page}}.html\n推荐下载::soft/best/index_{{page}}.html\n下载排行::soft/hot/index_{{page}}.html\n最近更新::soft/new/index_{{page}}.html\n全本下载::soft/quanben/index_{{page}}.html",
    "lastUpdateTime": 1721361965084,
    "loginUrl": "",
    "respondTime": 357,
    "ruleBookInfo": {
      "tocUrl": "text.在线阅读@tag.a@href"
    },
    "ruleContent": {
      "content": "id.content1@html",
      "replaceRegex": "##最新网址.*[nmtca]"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.s@text##连载.*",
      "bookList": "class.list@tag.li",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.a@tag.img@src",
      "kind": "text.连载@text##.*连载.|更新.*",
      "lastChapter": "class.s@text##.*更新.",
      "name": "tag.a@text##\\《|\\》.*"
    },
    "ruleToc": {
      "chapterList": "class.pc_list.1@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "search.php?s=&searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "书耽小说#2",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.shubl.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 991,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"签约\",\"url\":\"/index/filter_book_list?tag=%E7%AD%BE%E7%BA%A6&tag_module=signed&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"甜文\",\"url\":\"/index/filter_book_list?tag=%E7%94%9C%E6%96%87&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"爽文\",\"url\":\"/index/filter_book_list?tag=%E7%88%BD%E6%96%87&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"ＨＥ\",\"url\":\"/index/filter_book_list?tag=HE&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"ＢＥ\",\"url\":\"/index/filter_book_list?tag=BE&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"快穿\",\"url\":\"/index/filter_book_list?tag=%E5%BF%AB%E7%A9%BF&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"青春\",\"url\":\"/index/filter_book_list?tag=%E9%9D%92%E6%98%A5&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"/index/filter_book_list?tag=%E6%A0%A1%E5%9B%AD&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"百合\",\"url\":\"/index/filter_book_list?tag=%E7%99%BE%E5%90%88&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"科幻\",\"url\":\"/index/filter_book_list?tag=%E7%A7%91%E5%B9%BB&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"古代\",\"url\":\"/index/filter_book_list?tag=%E5%8F%A4%E4%BB%A3&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"民国\",\"url\":\"/index/filter_book_list?tag=%E6%B0%91%E5%9B%BD&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"现代\",\"url\":\"/index/filter_book_list?tag=%E7%8E%B0%E4%BB%A3&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"/index/filter_book_list?tag=%E9%83%BD%E5%B8%82&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"武侠\",\"url\":\"/index/filter_book_list?tag=%E6%AD%A6%E4%BE%A0&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"仙侠\",\"url\":\"/index/filter_book_list?tag=%E4%BB%99%E4%BE%A0&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"/index/filter_book_list?tag=%E7%8E%84%E5%B9%BB&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"架空\",\"url\":\"/index/filter_book_list?tag=%E6%9E%B6%E7%A9%BA&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"穿越\",\"url\":\"/index/filter_book_list?tag=%E7%A9%BF%E8%B6%8A&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"重生\",\"url\":\"/index/filter_book_list?tag=%E9%87%8D%E7%94%9F&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"动漫\",\"url\":\"/index/filter_book_list?tag=%E5%8A%A8%E6%BC%AB&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"网游\",\"url\":\"/index/filter_book_list?tag=%E7%BD%91%E6%B8%B8&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"/index/filter_book_list?tag=%E6%82%AC%E7%96%91&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"灵异\",\"url\":\"/index/filter_book_list?tag=%E7%81%B5%E5%BC%82&tag_module=&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"完本\",\"url\":\"/index/filter_book_list?tag=%E5%AE%8C%E6%9C%AC&tag_module=ended&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.21}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 0,
    "loginUrl": "https://m.shubl.com/signup/login",
    "respondTime": 6558,
    "ruleBookInfo": {
      "author": "class.author.0@text##\\s.*",
      "coverUrl": "class.thumb.0@img@data-original",
      "init": "",
      "intro": ".info div.4@html&&.J_DescContent@html",
      "kind": "class.author.0@text&&class.pull-right.0@text##.*\\s|.*：",
      "name": ".name@text",
      "tocUrl": "class.container.1@a@href",
      "wordCount": ".numbers span.0@text"
    },
    "ruleContent": {
      "content": "#J_BookRead@html",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "div.1@text",
      "bookList": ".book-list li",
      "bookUrl": "a@href",
      "coverUrl": "img@data-original",
      "intro": "div.2@text",
      "name": "span.1@text"
    },
    "ruleToc": {
      "chapterList": ".list li",
      "chapterName": "p.0@text",
      "chapterUrl": "a@href##$##,{\"webView\":true}",
      "isVip": "i@text##^##🔒",
      "updateTime": "p.1@text"
    },
    "searchUrl": "/index/search_book?key={{key}},{\n\"charset\": \"utf8\"}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🍉 萝莉文学",
    "bookSourceType": 0,
    "bookSourceUrl": " https://www.luoliwx.net",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 992,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "最近更新::https://m.3322t.com/top/lastupdate_{{page}}/\n最新入库::https://m.3322t.com/top/postdate_{{page}}/\n总收藏榜::https://m.3322t.com/top/goodnum_{{page}}/\n总点击榜::https://m.3322t.com/top/allvisit_{{page}}/\n总推荐榜::https://m.3322t.com/top/allvote_{{page}}/\n总字数榜::https://m.3322t.com/top/size_{{page}}/\n玄幻奇幻::https://m.3322t.com/sort/1_{{page}}/\n武侠仙侠::https://m.3322t.com/sort/2_{{page}}/\n都市言情::https://m.3322t.com/sort/3_{{page}}/\n科幻网游::https://m.3322t.com/sort/4_{{page}}/\n惊悚悬疑::https://m.3322t.com/sort/5_{{page}}/\n耽美同人::https://m.3322t.com/sort/6_{{page}}/\n穿越架空::https://m.3322t.com/sort/7_{{page}}/\n高辣浓情::https://m.3322t.com/sort/8_{{page}}/\n禁忌百合::https://m.3322t.com/sort/9_{{page}}/\n精品文学::https://m.3322t.com/sort/10_{{page}}/",
    "lastUpdateTime": 1746069630794,
    "loginUrl": "",
    "respondTime": 6536,
    "ruleBookInfo": {
      "author": ".infotype@p.0@a@text",
      "coverUrl": "class.pic@img@src",
      "intro": "class.intro@p@textNodes",
      "kind": ".infotype@p.1@text##类型：",
      "lastChapter": "{{@.infotype@p.3@text}}▪️{{@.infotype@p.2@text}}##最新章节：|更新时间：20",
      "name": "h3@text",
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": "#novelcontent@textNodes||#novelcontent@p@textNodes",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@a@text||tag.a.1@text",
      "bookList": "class.searchresult@p||class.article||class.articlegeneral",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "img@src",
      "kind": "class.p1@text##\\[|]",
      "name": "h6@a@text||tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.chapters@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/search/,{\n  \"method\": \"POST\",\n  \"body\": \"searchkey={{key}}&submit=&type=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🔰 宜搜",
    "bookSourceType": 0,
    "bookSourceUrl": "https://book.eayue.com",
    "customButton": false,
    "customOrder": 993,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻奇幻::https://book.eayue.com/ta/searchByCategory.m?esid=&word=玄幻奇幻\n现代都市::https://book.eayue.com/ta/searchByCategory.m?esid=&word=现代都市\n武侠仙侠::https://book.eayue.com/ta/searchByCategory.m?esid=&word=武侠仙侠\n科幻小说::https://book.eayue.com/ta/searchByCategory.m?esid=&word=科幻小说\n游戏竞技::https://book.eayue.com/ta/searchByCategory.m?esid=&word=游戏竞技\n宅小说::https://book.eayue.com/ta/searchByCategory.m?esid=&word=宅小说\n现代言情::https://book.eayue.com/ta/searchByCategory.m?esid=&word=现代言情\n古代言情::https://book.eayue.com/ta/searchByCategory.m?esid=&word=古代言情\n幻想言情::https://book.eayue.com/ta/searchByCategory.m?esid=&word=幻想言情\n浪漫青春::https://book.eayue.com/ta/searchByCategory.m?esid=&word=浪漫青春\n短篇小说::https://book.eayue.com/ta/searchByCategory.m?esid=&word=短篇\n轻小说::https://book.eayue.com/ta/searchByCategory.m?esid=&word=轻小说\n经典名著::https://book.eayue.com/ta/searchByCategory.m?esid=&word=经典名著\n其他出版::https://book.eayue.com/ta/searchByCategory.m?esid=&word=其他出版\n现代文学::https://book.eayue.com/ta/searchByCategory.m?esid=&word=现代文学",
    "lastUpdateTime": 0,
    "loginUrl": "https://book.eayue.com/ta/login.m?backUrl=%2Fta%2Fboutique.m%3Fesid%3D",
    "respondTime": 10334,
    "ruleBookInfo": {
      "intro": "",
      "kind": "body@.tags@span@text",
      "name": ".info@.text@class.name@text",
      "tocUrl": "class.catelog@onclick##jumpPage\\('(.*?)'\\)##$1\n<js>\nurl=result.replace(/list/g,\"listAjax\").replace(/$/g,\"&order=0&page=1&size=100\");\n</js>",
      "wordCount": "[class=words_count]@text"
    },
    "ruleContent": {
      "content": "#text@html",
      "nextContentUrl": "",
      "sourceRegex": "",
      "title": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".show@li",
      "bookUrl": "tag.li@onclick##clickChargeBook\\('(.*?)',(.*?)\\)##novel.m?gid=$1&nid=$2",
      "checkKeyWord": "系统",
      "coverUrl": ".bg@img.1@src",
      "intro": ".desc@text",
      "kind": ".kind@text",
      "lastChapter": ".chapter_nums@text",
      "name": ".title@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "$.chapters",
      "chapterName": "$.chapterName",
      "chapterUrl": "<js>\nurl=baseUrl.replace(/listAjax/g,\"show\").replace(/&order=\\d*&page=\\d*&size=\\d*/g,\"&st={{$.sort}}&gst=0&cu=&cName={{$.chapterName}}\");\nu=String(url)+\",{'webView': true}\"\n</js>\n",
      "isPay": "",
      "isVolume": "",
      "nextTocUrl": "<js>\nn=25               //设置25页，2500章\nlist=[baseUrl]; //创建第一个地址数组\n\nfor(var i=2;i<=n;i++){\nlist.push(baseUrl.replace(/page=\\d+/,'page='+i));\n}                     //循环添加至n个地址数组\nlist\n</js>\n",
      "preUpdateJs": ""
    },
    "searchUrl": "https://book.eayue.com/ta/search.m?word={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "/*\n\t12.01 by:遇知  制作\n\t\n     \n      注：登入或源变量设置显示分类，默认显示人气分类。\n*/\napi_Params = {\n\t\"api_key\":\"20009032\",\n\t\"api_secret\":\"00f917d5b90b77c7\",\n\t\"brand\":\"XIAOMI\",\n\t\"channel\":\"manmeng-android\",\n\t\"device_id\":\"{{java.randomUUID()}}\",\n\t\"from_system\":\"manmeng-reader\",\"gender\":1,\n\t\"hardware_id\":\"CBEE6D1A03C889906CBE4042B365C3F52CF4DED5\",\n\t\"imei\":\"\",\"mode\":\"prod\",\"model\":\"10X\",\n\t\"net_type\":\"UNKNOWN\",\"oaid\":\"\",\n\t\"operate_time\":\"{{Date.now()}}\",\n\t\"os\":\"android\",\"os_version\":\"7.1.2\",\n\t\"req_id\":\"{{java.randomUUID()}}\",\n\t\"teenagers_mode\":0,\"uid\":\"18065101\",\"version\":\"1.0.19\"};\n  \n body = Object.assign(link_Params, api_Params);\n  \n  sn=body+\"%@*!^#!@(@\";\nsign=java.md5Encode(sn);\nvar nowTime = Date.now() + 8*3600 * 1000;\nvar t=java.timeFormatUTC(nowTime,'HHmmss',0);\nurl = link_Urlpath+`?t=${t}&sign=${sign},` + JSON.stringify({\"body\": body,\"method\": \"POST\"}); ",
    "bookSourceGroup": "免费",
    "bookSourceName": "满孟小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://reader.manmeng168.com/",
    "customButton": false,
    "customOrder": 994,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\n\nbd=[\"推荐榜\",\"人气榜\",\"完结榜\",\"好评榜\",\"新书榜\",\"热搜榜\",\"黑马榜\"];\n\t[[\"男频\",\"1\"],[\"女频\",\"2\"]].map([title,gender]=>{\npush(title+'榜单', null, 1, 1);\n\t\tbd.map((title,type)=>{\t\t\t\t\t\n\t\t\tlink_Urlpath = \"/v1/android/ranking/query_ranking\";\n\t   \tlink_Params =\t{\t\"category_name\":\"全部\",\"location\":0,\n\t\"ranking_type\":type+100,\"suit_gender\":gender};\n\t\n\t\t \teval(String(source.bookSourceComment));\t\t\t\n\t\t\t\tif(type+1 <= bd.length - bd.length%3)\n\t\t\t {\tpush(title, url, 1, 0.25);}\n\t\t\t\telse{ push(title, url, 0, 0.3);}\t\t\t\t\t\t\t\t\t\t\n\t\t\t});\n\t});\n\n\neval(String(source.loginUrl));\nfl =[[\"男频\",\"1\",\n[\"都市\",\"系统\",\"重生\",\"历史\",\"玄幻\",\"末日\",\"特种兵\",\"神豪\",\"洪荒\",\"仙侠\",\"娱乐圈\",\"穿越\",\"游戏\",\"签到\",\"战争\",\"二次元\",\"无限流\",\"直播\",\"扮猪吃虎\",\"科幻\",\"影视\",\"大唐\",\"武侠\",\"盗墓\",\"体育\",\"僵尸\",\"异能\",\"奶爸\",\"三国\",\"海岛\",\"灵异\",\"明朝\",\"神医\",\"赘婿\",\"鉴宝\",\"兵王\",\"悬疑\"]],\n[\"女频\",\"2\",\n[\"现言\",\"穿越\",\"豪门\",\"快穿\",\"年代\",\"种田\",\"古言\",\"幻言\",\"嫡女\",\"甜宠\",\"纯爱\",\"虐恋\",\"娱乐圈\",\"灵异\",\"女尊\",\"宠妻\",\"校园\",\"团宠\",\"腹黑\",\"清穿\",\"王妃\",\"青春\",\"宫斗\",\"影视\",\"萌宝\",\"庶女\",\"重生\"]]];\nfl.map([title1,gender,list]=>{\n  [[\"连载\",\"1\"],[\"完结\",\"2\"]].map([title2,complete]=>{\n  \t\n\tpush(title1+'🍁'+Name+'🍁'+title2, null, 1, 1);\n\t  list.map((title,index)=>{\n\t  \tlink_Urlpath = \"/v1/quick_app/resource/query_novel_rank\";\n\t  \tlink_Params = {\"category_name\":title,\"complete_type\":complete,\"count_type\":0,\"rank_type\":rank_type,\"suit_gender\":gender,\"page_index\":\"{{page}}\"};\n\t  \t\n\t  \t\teval(String(source.bookSourceComment));\t\t\t\n\tif(index +1<= list.length - list.length%3)\n\t\t\t {\tpush(title, url, 1, 0.25);}\n\t\t\t\telse{ push(title, url, 0, 0.29);}\n     \t   \t});\n    \t});\n\t});\n\nJSON.stringify(sort);",
    "header": "{\n  \t\"clientAppId\":\"10001\",\t\n\t\t\"Content-Type\":\"application/json; charset=UTF-8\",\n\t\t\"Connection\":\"Keep-Alive\",\n\t\"Host\":\"reader.manmeng168.com\",\n  \"User-Agent\":\"okhttp/4.9.1 Dalvik/2.1.0 (Linux; U; Android 7.1.2; 10X Build/N2G47H)\"\n}",
    "lastUpdateTime": 1721189376303,
    "loginUi": "[ \t\n  {\n    \t\tname: \"\\t\\t\\t\\t\\t\\t\\t\\t\\t⚫ 设置【分类】显示 ⚫\\t\\t\\t\\t\\t\\t\\t\\t\\t\",\n    \t\ttype: \"button\",\n    \t\taction: \"java.toast('❗设置后请刷新❗')\"\n  },   \n \t{\n    \t\tname: \"\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t📛 当前设置 📛\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\",\n    \t\ttype: \"button\",\n    \t\taction: \"get(v)\"\n    \t\t},\n    {\n        name: \"\\t\\t⭕ 人气 ⭕\\t\\t\",\n        type: \"button\",\n        action: \"set(0)\"\n    },\n    {\n        name: \"\\t\\t⭕ 好评 ⭕\\t\\t\",\n        type: \"button\",\n        action: \"set(1)\"\n    },\n    {\n        name: \"\\t\\t⭕ 热销 ⭕\\t\\t\",\n        type: \"button\",\n        action: \"set(2)\"\n    }\n]",
    "loginUrl": "Rank_type = [[\"人气\",\"1\"],[\"好评\",\"2\"],[\"热销\",\"3\"]];\n\n\tvar v=source.getVariable();\n\tif(v==null||v==\"\"){\n\t\trank = Rank_type[0],Name=rank[0],rank_type=rank[1];\n\t\tjava.toast('\\n❗未设置❗\\n默认启用\t\t 【'+Name+'分类】 接口');\n\t\tsource.setVariable(\"0\");\n\t}\n else{\nvar v = v.match(/\\d+$/)[0],\n rank = Rank_type[v],Name=rank[0],rank_type=rank[1];\n java.toast('\\n❗当前设置：【'+Name+'分类】 接口');\n }\n\t \nfunction get(n){\t  \n\trank = Rank_type[n];\n\tjava.toast(\"当前接口：\"+rank[0]);\n}\t\n\nfunction set(i){\n\trank = Rank_type[i];\n\tjava.toast(\"设置成功！\"+rank[0]);\n\treturn source.setVariable(i)\n\t}",
    "respondTime": 10482,
    "ruleBookInfo": {
      "author": "$.author",
      "canReName": "",
      "coverUrl": "$.image_url",
      "init": "$.data",
      "intro": "<br>\n{{r=java.getString('$.lead_role');\nif(r!=\"\") '👥 主角：'+r;}}\n🔖 标签：{{$.tag}}\n🕰 更新：{{java.timeFormatUTC(java.getString('$.last_version_v2')*1000,'yyyy-MM-dd HH:mm',0)}}\n🔗 源站：{{$.source}}\n📂 简介：{{$.desc_info}}\n♠️ {{$.long_copyright##，如有任何疑.*##。}}",
      "kind": "{{$.category_name}}\n{{r=java.getString('$.suit_gender');\nif(r!=\"\") r=='1'?'男频':'女频';}}\n{{r=java.getString('$.completed');\nif(r!=\"\") r=='true'?'完结':'连载';}}\n{{r=java.getString('$.rank_score');\nr!=0.0?r+'分':\"\";}}",
      "lastChapter": "$.newest_chapter_name",
      "name": "$.name",
      "tocUrl": "@js:\nid='{{$.id}}';\njava.put('bid',id);\nsn=id+\"$%@*!^#!@(@\";\nsign=java.md5Encode(sn);\nurl = `/v1/book/chapter_list?novel_id=${id}&sign=${sign}`;",
      "wordCount": "$.word_count"
    },
    "ruleContent": {
      "content": "$..content"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data.novel_list||$.data",
      "bookUrl": "@js:\nlink_Urlpath = \"/v1/android/book/query_novel_info_with_recommend\";\nlink_Params =\t{\"novel_id\":\"{{$.id}}\"};\n\neval(String(source.bookSourceComment));",
      "checkKeyWord": "",
      "coverUrl": "$.image_url",
      "intro": "$.desc_info",
      "kind": "{{$.category_name}}\n{{r=java.getString('$.suit_gender');\nif(r!=\"\") r=='1'?'男频':'女频';}}\n{{r=java.getString('$.completed');\nif(r!=\"\") r=='true'?'完结':'连载';}}\n{{r=java.getString('$.rank_score');\nr!=0.0?r+'分':\"\";}}",
      "lastChapter": "$.newest_chapter_name",
      "name": "$.name",
      "wordCount": "$.word_count"
    },
    "ruleToc": {
      "chapterList": "$.data",
      "chapterName": "$.name",
      "chapterUrl": "@js:\nlink_Urlpath = \"/v1/book/chapter_contents\";\nlink_Params =\t{\"chapter_ids\":\"{{$.chapter_id}}\",\"is_last\":true,\"novelId\":\"{{java.get('bid');}}\"}\n\neval(String(source.bookSourceComment));",
      "updateTime": "{{java.timeFormatUTC(java.getString('$.version')*1000,'yyyy-MM-dd HH:mm',0)}} 字数:{{$.word_count}}"
    },
    "searchUrl": "@js:\nlink_Urlpath = \"/v1/android/resource/do_search\";\nlink_Params =\t{\"keyword\":\"{{key}}\",\"page_index\":\"{{page}}\",\"page_size\":20};\n\neval(String(source.bookSourceComment));",
    "variableComment": "0：人气 \n1：好评 \n2：热销",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：\nhttps://m.po18sf.com\nhttps://m.po18uu.com\nhttps://wap.po18bl.com\nhttps://m.po18now.com\nhttps://m.txtyzw.com\nhttps://m.po18cc.com\nhttps://wap.powenxue1.com\nhttps://m.powenxue5.com\nhttps://m.rouwenwu4.com\nhttps://m.rouwenwu5.com\n肉文吧：https://wap.rouwen8.com\n新御书屋：https://m.ayushuwu.com\n新御宅屋：https://m.yuzhaiwx.com\n三九书屋：https://m.sanjiushuwu.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "PO18文学③",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.po18.club/#🚀",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 995,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"排  行\",\"url\":\" \",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"男点击\",\"url\":\"/top/rank.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"收藏榜\",\"url\":\"/top/collect.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"推荐榜\",\"url\":\"/top/vote.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"女点击\",\"url\":\"/top/nrank.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"书  库\",\"url\":\" \",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"更新时间\",\"url\":\"/shuku/0/0/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"入库时间\",\"url\":\"/shuku/0/0/0/0/0/0/postdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"编辑推荐\",\"url\":\"/shuku/0/0/0/0/0/0/toptime/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总点击\",\"url\":\"/shuku/0/0/0/0/0/0/allvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周点击\",\"url\":\"/shuku/0/0/0/0/0/0/weekvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月点击\",\"url\":\"/shuku/0/0/0/0/0/0/monthvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总推荐\",\"url\":\"/shuku/0/0/0/0/0/0/allvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周推荐\",\"url\":\"/shuku/0/0/0/0/0/0/weekvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月推荐\",\"url\":\"/shuku/0/0/0/0/0/0/monthvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总鲜花\",\"url\":\"/shuku/0/0/0/0/0/0/allflower/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总月票\",\"url\":\"/shuku/0/0/0/0/0/0/allvipvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"收藏数\",\"url\":\"/shuku/0/0/0/0/0/0/goodnum/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校园言情\",\"url\":\"/shuku/0/1/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市言情\",\"url\":\"/shuku/0/2/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代言情\",\"url\":\"/shuku/0/3/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"罗曼史\",\"url\":\"/shuku/0/4/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美\",\"url\":\"/shuku/0/5/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"百合\",\"url\":\"/shuku/0/6/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人\",\"url\":\"/shuku/0/7/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奇幻玄幻\",\"url\":\"/shuku/0/8/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游竞技\",\"url\":\"/shuku/0/9/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻异能\",\"url\":\"/shuku/0/10/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖灵异\",\"url\":\"/shuku/0/11/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"惊悚推理\",\"url\":\"/shuku/0/12/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠仙侠\",\"url\":\"/shuku/0/13/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"/shuku/0/14/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越重生\",\"url\":\"/shuku/0/15/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"综合其他\",\"url\":\"/shuku/0/16/0/0/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"新书上传\",\"url\":\"/shuku/0/0/0/0/0/1/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"情节展开\",\"url\":\"/shuku/0/0/0/0/0/2/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"精彩纷呈\",\"url\":\"/shuku/0/0/0/0/0/3/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"接近尾声\",\"url\":\"/shuku/0/0/0/0/0/4/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"已经完本\",\"url\":\"/shuku/0/0/0/0/0/5/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"字数\",\"url\":\"/shuku/0/0/0/0/0/0/words/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"30万以下\",\"url\":\"/shuku/0/0/0/1/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"30-50万\",\"url\":\"/shuku/0/0/0/2/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"50-100万\",\"url\":\"/shuku/0/0/0/3/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"100-200万\",\"url\":\"/shuku/0/0/0/4/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"200万以上\",\"url\":\"/shuku/0/0/0/5/0/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"三日内\",\"url\":\"/shuku/0/0/0/0/1/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"七日内\",\"url\":\"/shuku/0/0/0/0/2/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"半月内\",\"url\":\"/shuku/0/0/0/0/3/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"一月内\",\"url\":\"/shuku/0/0/0/0/4/0/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"  \",\"url\":\"  \",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "",
    "lastUpdateTime": 1721298780321,
    "loginUrl": "",
    "respondTime": 18088,
    "ruleBookInfo": {
      "author": ".xq_bookne@div.-5@text",
      "coverUrl": ".lazyload.img@src",
      "init": "",
      "intro": ".bookintro@text",
      "kind": ".xq_bookne@div.-4@text##类别：",
      "lastChapter": "",
      "name": ".xq_bookne@class.one@em@text",
      "tocUrl": ".btn_book@a.-1@href",
      "wordCount": ".xq_bookne@div.-2@text##字数："
    },
    "ruleContent": {
      "content": "id.YiJianZhan@html"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "class.book_other@ownText",
      "bookList": "id.sitebox@dl",
      "bookUrl": "h3@tag.a.0@href",
      "checkKeyWord": "",
      "coverUrl": "tag.img@src",
      "intro": "class.book_des@text",
      "kind": "class.book_other@span@text",
      "name": "dd@h3@a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.readerlist@ul@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/modules/article/search.php,{\n\"charset\": \"utf-8\",\n\"method\": \"POST\",\n\"body\": \"searchkey={{key}}&searchtype=all\"\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "83中文S",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.83zws.com",
    "bookUrlPattern": "https?://www.83zws.com/book/\\d+/\\d+/",
    "customButton": false,
    "customOrder": 996,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": false,
    "eventListener": false,
    "exploreUrl": "玄幻::/sort/1_{{page}}/\n武侠::/sort/2_{{page}}/\n都市::/sort/3_{{page}}/\n历史::/sort/4_{{page}}/\n科幻::/sort/5_{{page}}/\n游戏::/sort/6_{{page}}/\n女生::/sort/9_{{page}}/\n其他::/sort/10_{{page}}/",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1762256244201,
    "respondTime": 5687,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@tag.a.0@text",
      "coverUrl": "id.fmimg@tag.img@data-original",
      "intro": "id.intro@textNodes",
      "kind": "class.con_top@tag.a.1@text",
      "lastChapter": "id.info@tag.p.2@tag.a.0@text",
      "name": "id.info@tag.h1@text"
    },
    "ruleContent": {
      "content": "id.booktxt@tag.p@textNodes##本章未完，点击下一页继续阅读。|83中文网最新网址www.*com",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": "class.s5.0@text",
      "bookList": "class.r.0@tag.li",
      "bookUrl": "class.s2.0@tag.a.0@href",
      "kind": "class.s1.0@text",
      "name": "class.s2.0@text"
    },
    "ruleSearch": {
      "author": "class.btm@tag.a.0@text",
      "bookList": "class.item",
      "bookUrl": "tag.dl@tag.dt.0@tag.a.0@href",
      "coverUrl": "class.image@tag.a.0@tag.img@data-original",
      "intro": "tag.dl@tag.dd.0@textNodes",
      "name": "tag.dl@tag.dt.0@tag.a.0@text",
      "wordCount": "class.btm@tag.em.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dl@tag.a!0:1:2:3:4:5:6:7",
      "chapterName": "tag.dd@text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.83zws.com/soso/",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁新站",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.hqrgjtcw.com",
    "customButton": false,
    "customOrder": 997,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻魔法::/sort/1/{{page}}/\n武侠修真::/sort/2/{{page}}/\n都市言情::/sort/3/{{page}}/\n历史军事::/sort/4/{{page}}/\n科幻灵异::/sort/5/{{page}}/\n游戏竞技::/sort/6/{{page}}/\n女生耽美::/sort/7/{{page}}/\n其他类型::/sort/8/{{page}}/",
    "lastUpdateTime": 0,
    "respondTime": 8262,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "🔔 更新时间：{{@@[property=\"og:novel:update_time\"]@content##\\s##🔸}}\n\n📂 内容简介：{{@@[property=\"og:description\"]@content##.*由作家.*创作，|笔趣阁新站.*章节}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": "#rtext p@html",
      "nextContentUrl": "#linkNext@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author.0@text",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href",
      "coverUrl": "",
      "intro": ".update@textNodes",
      "lastChapter": ".cat a@text",
      "name": "h4@text",
      "wordCount": ".author.1@text##.*："
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\nhttps://www.hqrgjtcw.com/search/,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃小强小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://123xiaoqiang.me#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 998,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[             {\"title\":\"全部分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n            \t\t{\"title\":\"耽美小说\",\"url\":\"/sort/1/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t\t\t\t\t\t\t{\"title\":\"耽美肉文\",\"url\":\"/sort/2/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t\t\t\t\t\t\t{\"title\":\"言情小说\",\"url\":\"/sort/3/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t\t\t\t\t\t\t{\"title\":\"言情肉文\",\"url\":\"/sort/4/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t\t\t\t\t\t\t{\"title\":\"百合小说\",\"url\":\"/sort/5/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t\t\t\t\t\t\t{\"title\":\"超爽肉文\",\"url\":\"/sort/6/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t\t\t\t\t\t\t{\"title\":\"浓情肉文\",\"url\":\"/sort/7/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\t\t\t\t\t\t\t{\"title\":\"其他类型\",\"url\":\"/sort/8/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\"\n}",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 8042,
    "ruleBookInfo": {
      "author": ".booktag@a.0@text",
      "coverUrl": "img@src",
      "init": "",
      "intro": ".bookintro@text",
      "kind": "",
      "lastChapter": "p.2@text##最新章节：|.*\\s",
      "name": "h1@text##作者：.*",
      "tocUrl": "",
      "wordCount": ".blue.0@text"
    },
    "ruleContent": {
      "content": "#rtext@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##.*返回顶部.*",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": ".author.0@text",
      "bookList": ".bookbox",
      "bookUrl": "h4@a.0@href",
      "coverUrl": "h4@a.0@href##.+\\D((\\d+)\\d{3})\\D##http://123xiaoqiang.me/images/$2/$1/$1s.jpg###",
      "intro": ".update@text",
      "kind": "",
      "lastChapter": ".cat@text##更新到：|.*\\s",
      "name": "h4@a.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll@dd@a",
      "chapterName": "text##.*\\s",
      "chapterUrl": "href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "{{cookie.removeCookie(source.key)}}/search/,{\n \"body\": \"searchkey={{key}}&submit=\",\n \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "轮回小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.9xs.org",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 999,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1738416204372,
    "loginUrl": "",
    "respondTime": 3094,
    "ruleBookInfo": {
      "author": ".zz@text##作者：",
      "coverUrl": "class.f1_L@img@src",
      "intro": "class.jj_con@text##阅读.*最新章节请关.*\n<js>result.replace(/(.*)/,' ○○○STORY:\\n$1')</js>",
      "lastChapter": "class.zj@text",
      "name": "h2@a@text",
      "tocUrl": "class.mulu@a@href"
    },
    "ruleContent": {
      "content": "id.txt@html",
      "replaceRegex": "##阅读.*轮回.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.tags@tag.span.0@text",
      "bookList": "class.result@li",
      "bookUrl": "h3@a@href",
      "coverUrl": "img@data-original",
      "kind": "class.tags@tag.span.1@text##分类：",
      "lastChapter": "tag.p.1@a@text",
      "name": "h3@a@text"
    },
    "ruleToc": {
      "chapterList": "<js>'<p>' + result.match(/\\<a\\s(href=\"\\d+\\.html\").+?a\\>/g).sort() + '</p>'</js>//a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.9xs.org/search.php?key={{key}},{\n  \"charset\": \"utf-8\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁,免费",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.boquku.com",
    "bookUrlPattern": "http://www.boquku.com/xs/\\d+/index.html",
    "customButton": false,
    "customOrder": 1000,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/xuanhuanxiaoshuo/{{page}}.htm\n奇幻小说::/qihuanxiaoshuo/{{page}}.htm\n修真小说::/xiuzhenxiaoshuo/{{page}}.htm\n都市小说::/dushixiaoshuo/{{page}}.htm\n言情小说::/yanqingxiaoshuo/{{page}}.htm\n历史小说::/lishixiaoshuo/{{page}}.htm\n同人小说::/tongrenxiaoshuo/{{page}}.htm\n武侠小说::/wuxiaxiaoshuo/{{page}}.htm\n科幻小说::/kehuanxiaoshuo/{{page}}.htm\n游戏小说::/youxixiaoshuo/{{page}}.htm\n军事小说::/junshixiaoshuo/{{page}}.htm\n竞技小说::/jingjixiaoshuo/{{page}}.htm\n灵异小说::/lingyixiaoshuo/{{page}}.htm\n商战小说::/shangzhanxiaoshuo/{{page}}.htm\n校园小说::/xiaoyuanxiaoshuo/{{page}}.htm\n官场小说::/guanchangxiaoshuo/{{page}}.htm\n职场小说::/zhichangxiaoshuo/{{page}}.htm\n其他小说::/qitaxiaoshuo/{{page}}.htm",
    "header": "",
    "lastUpdateTime": 1720931015967,
    "loginUrl": "",
    "respondTime": 39251,
    "ruleBookInfo": {
      "author": "##:author\"[^\"]+\"([^\"]+)##$1###",
      "coverUrl": "##:image\"[^\"]+\"([^\"]+)##$1###",
      "init": "",
      "intro": "id.all@text##\\[收起\\]",
      "kind": "class.list-group.0@tag.li.3@text&&\nclass.list-group.0@tag.li.1@a@text##更新时间：",
      "lastChapter": "##:latest_chapter_name\"[^\"]+\"([^\"]+)##$1###",
      "name": "##:title\"[^\"]+\"([^\"]+)##$1###",
      "tocUrl": "class.mt20@class.tac@tag.a@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.txtContent@html",
      "imageStyle": "0",
      "nextContentUrl": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.col-xs-2.0@text",
      "bookList": "id.novel-list@li!0",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "",
      "intro": "",
      "kind": "class.time@text",
      "lastChapter": "tag.a.1@text",
      "name": "class.col-xs-3@tag.a.0@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "tag.div.3@text",
      "bookList": "class.panel-body@tag.li!0:-1",
      "bookUrl": "tag.div.1@tag.a@href##$##,{\"webView\":true}",
      "coverUrl": "",
      "intro": "",
      "kind": "tag.div.0@text",
      "lastChapter": "tag.div.2@text",
      "name": "tag.div.1@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.list-group-item@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href@js:'http://www.boquku.com'+result+',{webView:“true”}'",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://www.boquku.com/search.htm?keyword={{key}},{\n\"charset\": \"gbk\", \n\"headers\": {\"User-Agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36\"}, \"webView\": true}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "女频",
    "bookSourceName": "言情港吧🌹",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.yanqinggang.com#",
    "customButton": false,
    "customOrder": 1001,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻奇幻\",\"url\":\" /list/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠仙侠\",\"url\":\" /list/2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市言情\",\"url\":\" /list/3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史穿越\",\"url\":\" /list/4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游竞技\",\"url\":\" /list/5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻灵异\",\"url\":\" /list/6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖惊悚\",\"url\":\" /list/7_{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.295}},{\"title\":\"其他类型\",\"url\":\" /list/8_{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.295}}]",
    "lastUpdateTime": 1750221189933,
    "respondTime": 11589,
    "ruleBookInfo": {
      "author": "div.w100.dispc@span@a@text##本书作者：",
      "coverUrl": "img.lazy@src",
      "intro": "div.info-main-intro@p@text##精.*彩.*连.*载.*书.*",
      "kind": "div.info-title@a.1@text&&.info-main@.dispc.1@textNodes&&.info-main@span.1@text##.*：",
      "lastChapter": ".info-chapters.flex.flex-wrap.0@a.0@text",
      "name": "h1@text",
      "tocUrl": "java.refreshBookUrl()"
    },
    "ruleContent": {
      "content": "#article@textNodes",
      "nextContentUrl": "#next_url@href"
    },
    "ruleExplore": {
      "author": "span.gray@text",
      "bookList": "div.border3-1@div||div.border3@div",
      "bookUrl": "span.flex@em@a@href||span.0@a@href",
      "coverUrl": "img.lazy@src",
      "intro": ".intro.indent@text",
      "kind": ".w80@em.0@text||span.0@text",
      "lastChapter": "",
      "name": "span.flex@em@a@text||span.0@a@text"
    },
    "ruleSearch": {
      "author": ".category-div@span.0@text",
      "bookList": "class.border3.commend.flex.flex-between.category-commend@.category-div",
      "bookUrl": "h3@a@href",
      "checkKeyWord": "遮天",
      "coverUrl": "img.lazy@src",
      "intro": "div.intro.indent@text##精.*彩.*连.*载.*书.*",
      "name": ".category-div@h3@a.0@text"
    },
    "ruleToc": {
      "chapterList": "div.container.border3-2.mt8.mb20@div.info-chapters.flex.flex-wrap@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "true",
      "updateTime": ""
    },
    "searchUrl": "https://www.yanqinggang.com/modules/article/search.php,{\n\t \"body\": \"searchkey={{key}}\",\n\t \"charset\": \"gbk\",\n\t \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "蜜蜂小说网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.mifengxs.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1002,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 14550,
    "ruleBookInfo": {
      "author": "class.book-stats@tag.b.0@text##作\\s*者：",
      "coverUrl": "class.book-img@tag.img.0@src",
      "intro": "class.book-intro@textNodes##.*各位书友要是.*|.*》.*",
      "lastChapter": "class.book-intro@a@text",
      "name": "class.book-title@tag.h1.0@text",
      "tocUrl": "text.开始阅读@href"
    },
    "ruleContent": {
      "content": "id.content@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tr",
      "bookUrl": "a@href",
      "coverUrl": "tag.a.0@href##.*/book/(\\d+)(\\d{3}).html##http://pic.mifengxs.com/image/$1/$1$2/$1$2s.jpg",
      "kind": "class.even.2@text",
      "lastChapter": "class.even@a@text",
      "name": "class.odd@a@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.mifengxs.com/modules/article/search.php,{\n\"charset\":\"gbk\",\n\"body\":\"s={{key}}&type=articlename\",\n\"method\":\"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "页书小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.shacg.com",
    "bookUrlPattern": "https?://www.yiyeshu.cc/go/\\d+/",
    "customButton": false,
    "customOrder": 1003,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部小说::/all<,-{{page}}>.html\n玄幻小说::/xuanhuan<,-{{page}}>.html\n仙侠小说::/xianxia<,-{{page}}>.html\n都市小说::/dushi<,-{{page}}>.html\n军史小说::/junshi<,-{{page}}>.html\n网游小说::/wangyou<,-{{page}}>.html\n科幻小说::/kehuan<,-{{page}}>.html\n灵异小说::/lingyi<,-{{page}}>.html\n言情小说::/yanqing<,-{{page}}>.html\n其他小说::/qita<,-{{page}}>.html\n全本小说::/wanben/{{page}}",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1743358792091,
    "respondTime": 8470,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"p.bookintro@textNodes\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}##章节目录",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": ".readcontent@textNodes",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author.0@text",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href",
      "checkKeyWord": "快穿",
      "coverUrl": "a.0@href##((\\d+)\\d{3})##/files/article/image/$2/$1/$1s.jpg###",
      "intro": ".update@ownText",
      "kind": "span.0@text",
      "lastChapter": "a.1@text",
      "name": "h4@text",
      "wordCount": ".author.1@text##字数："
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{url=source.getKey();\ncookie.removeCookie(url)}}/modules/article/search1.php,{\n  \"body\": \"searchkey={{key}}&action=login\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "有声",
    "bookSourceName": "🎶 听蛙",
    "bookSourceType": 1,
    "bookSourceUrl": "https://so.itingwa.com#芜恙",
    "customButton": false,
    "customOrder": 1004,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "热播::https://www.itingwa.com/top/listen\n人气::https://www.itingwa.com/top/like\n新曲::https://www.itingwa.com/top/new_music\n钢琴::https://www.itingwa.com/site/%E9%92%A2%E7%90%B4/music?p={page}}\n吉他::https://www.itingwa.com/site/%E5%90%89%E4%BB%96/music?p={page}}\n小提琴::https://www.itingwa.com/site/%E5%B0%8F%E6%8F%90%E7%90%B4\n影视::https://www.itingwa.com/site/%E5%BD%B1%E8%A7%86/music?p={page}}\n流行::https://www.itingwa.com/site/%E6%B5%81%E8%A1%8C/music?p={page}}\n古典::https://www.itingwa.com/site/%E5%8F%A4%E5%85%B8/music?p={page}}\n精选::https://www.itingwa.com/radio/choice/{{page}\n最新::https://www.itingwa.com/radio/news/{{page}}\n情感::https://www.itingwa.com/?c=radio&m=tag&t=102&p={{page}}\n音乐::https://www.itingwa.com/?c=radio&m=tag&t=94&p={{page}}\n故事::https://www.itingwa.com/?c=radio&m=tag&t=93&p={{page}}\n治愈::https://www.itingwa.com/?c=radio&m=tag&t=141&p={{page}}\n凡音::https://www.itingwa.com/?c=radio&m=tag&t=103&p={{page}}",
    "header": "",
    "lastUpdateTime": 1731057526245,
    "respondTime": 4695,
    "ruleBookInfo": {
      "author": "class.song_info@tag.li.0@tag.a@text",
      "coverUrl": "class.music_intro@tag.img@src",
      "intro": "class.music_intro@text",
      "kind": "class.song_info@tag.li.3@tag.a@text",
      "lastChapter": "class.song_info@tag.li.1@tag.font@text",
      "name": "tag.h1@textNodes",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "class.font_14@tag.a.1@text",
      "bookList": "id.top_data@tag.form.0@class.top_item||class.feed_detail",
      "bookUrl": "class.music_name@tag.a@href||class.font_14@tag.a.0@href",
      "coverUrl": "tag.img@src",
      "intro": "class.top_10.0@text",
      "kind": "",
      "lastChapter": "class.left@text",
      "name": "class.music_name@tag.a@text||class.font_14@tag.a.0@text"
    },
    "ruleSearch": {
      "author": "tag.a.1@text",
      "bookList": "class.music_list@tag.tr",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.img@src",
      "kind": "",
      "lastChapter": "",
      "name": "tag.a.0@text##未知"
    },
    "ruleToc": {
      "chapterList": "tag.html",
      "chapterName": "tag.h1@textNodes",
      "chapterUrl": "class.jp-jplayer@init-data",
      "nextTocUrl": ""
    },
    "searchUrl": "https://so.itingwa.com/?c=index&m=index&k={{key}}&t=1",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "po文学",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.po.work/彩虹",
    "customButton": false,
    "customOrder": 1005,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "耽美::https://wap.po18.work/sort/5-{{page}}.html",
    "lastUpdateTime": 1693323061298,
    "respondTime": 29715,
    "ruleBookInfo": {
      "author": ".author@text",
      "coverUrl": ".fm@tag.img@src",
      "intro": ".intro@textNodes",
      "kind": ".markbtn@tag.span@tag.a@text",
      "lastChapter": ".lastchapter.1@tag.a@text",
      "name": ".article@tag.h1@text",
      "wordCount": "0"
    },
    "ruleContent": {
      "content": ".content@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##《{{book.name}}》"
    },
    "ruleExplore": {
      "author": ".author@text",
      "bookList": ".topul@tag.li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.img@src",
      "intro": "tag.p@text",
      "name": "tag.h2@tag.a@text"
    },
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".topul@tag.li",
      "bookUrl": "tag.a.0@href",
      "checkKeyWord": "魔道",
      "coverUrl": "tag.img@src",
      "intro": "tag.p.0@text",
      "name": "tag.h2@tag.a@text"
    },
    "ruleToc": {
      "chapterList": ".chapters@tag.ul@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": ".pagelist@tag.li@tag.a@href"
    },
    "searchUrl": "https://wap.po18.work/s.php,{\n \"body\": \"searchkey={{key}}&page={{page}}\",\n \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "//登录切换接口，默认秋风。\n//更改接口需刷新发现列表。\n//可在首页书架添加以下网址：\n春雨书屋\nhttps://www.chunyushuwu.com\n夏日书屋\nhttps://www.xiarishuwu.com\n秋风书屋\nhttps://www.qiufengshuwu.com\n冬雪书屋https://www.dongxueshuwu.com",
    "bookSourceGroup": "免费",
    "bookSourceName": "四季书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.chunyushuwu.com",
    "bookUrlPattern": "https?://www.(chunyushuwu|xiarishuwu|qiufengshuwu|dongxueshuwu).com/book/\\d+.html",
    "customButton": false,
    "customOrder": 1006,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\neval(String(source.loginUrl));\nvar sort=[],\npush=(title,surl,size)=>sort.push({\n\t\ttitle: title,\n\t\turl: surl?url+surl:\"\",\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: 1,\n\t\t\t\tlayout_flexBasisPercent: size\n\t\t\t}\n\t});\n\t\npush(\"小说分类\",null,1);\n\nvar kind=[\"男频小说\",\"女频小说\",\"中国文学\",\"外国文学\",\"轻小说\",\"百合小说\",\"耽美小说\",\"网盘资源\"].map((title,i)=>{\n\tlink=`/sort/${i+1}_{{page}}/`;\n\tpush(title,link,0.25)\n\t})\n\t\nvar xbook=\"/top/postdate_{{page}}/\";\npush(\"新书\",xbook,0.4);\npush(\"完本\",\"/full/{{page}}/\",0.4);\npush(\"排行榜单\",null,1);\nvar ztop=\"/top/allvisit_{{page}}/\";\npush(\"总排行榜\",ztop,0.25);\n\nvar top=[\n[\"日点击榜\",\"dayvisit\"],\n[\"周点击榜\",\"weekvisit\"],\n[\"月点击榜\",\"monthvisit\"],\n[\"总点击榜\",\"allvisit\"],\n[\"总推荐榜\",\"allvote\"],\n[\"字数排行\",\"size\"],\n[\"最新入库\",\"postdate\"],\n[\"最近更新\",\"lastupdate\"]\n].map(([title,u],i)=>{\n\tlink=`/top/${u}_{{page}}/`;\n\tpush(title,link,0.25)\n\t})\n\t\nJSON.stringify(sort)",
    "header": "{\n\t\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\",\n\"Referer\": \"{{baseUrl}}\"\n\t}",
    "lastUpdateTime": 1702994306053,
    "loginUi": "[\n    {\n        name: \"设置要使用的接口\",\n        type: \"button\",\n        action: \"java.toast('点击下面按钮即可设置，更改接口后需长按发现列表刷新。')\"\n    },\n    {\n        name: \"显示当前的接口\",\n        type: \"button\",\n        action: \"get(v)\"\n    },\n    {\n    \t   name: \"接口1：春雨书屋\",\n    \t   type: \"button\",\n    \t   action: \"set(1)\"\n    \t},\n    \t{\n    \t   name: \"接口2：夏日书屋\",\n    \t   type: \"button\",\n    \t   action: \"set(2)\"\n    \t},\n    \t{\n    \t   name: \"接口3：秋风书屋\",\n    \t   type: \"button\",\n    \t   action: \"set(3)\"\n    \t},\n    \t{\n    \t   name: \"接口4：冬雪书屋\",\n    \t   type: \"button\",\n    \t   action: \"set(4)\"\n    \t}\n]",
    "loginUrl": "//接口设置，以及链接\nvar v=source.getVariable(),\nc=\"https://www.chunyushuwu.com\",\nx=\"https://www.xiarishuwu.com\",\nq=\"https://www.qiufengshuwu.com\",\nd=\"https://www.dongxueshuwu.com\";\nvar data={\n\t1:\"1：春雨书屋\\n\"+c,\n\t2:\"2：夏日书屋\\n\"+x,\n\t3:\"3：秋风书屋\\n\"+q,\n\t4:\"4：冬雪书屋\\n\"+d\n\t}//接口数据\n//判断接口\nif(!v||v==\"\"){\n\tv=3;\n\tsource.setVariable(v);\n\tjava.toast(\"未设置接口，使用默认秋风。\")\n\t}else(v=v)\n//设置保存接口\nfunction set(num){\n\tvar show=\"设置成功！当前接口：\\n接口\";\n\tjava.toast(show+data[num]);\n\treturn source.setVariable(num)\n\t}\n//获取显示接口\nfunction get(v){\n\tvar show=\"当前接口：\\n接口\"+data[v];\n\treturn java.longToast(show)\n\t}\n\t//按接口获取网址\nvar url;\nurl=v==1?c:v==2?x:v==3?q:v==4?d:q;\nurl;",
    "respondTime": 8168,
    "ruleBookInfo": {
      "author": ".infotype a@text",
      "canReName": "1",
      "coverUrl": ".infohead img@src",
      "intro": "#intro p@text",
      "kind": ".infotype p.1:2:3@text##.*：",
      "lastChapter": ".list_xm a.0@text",
      "name": ".cataloginfo h3@text",
      "tocUrl": ".gochapter a@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#novelcontent p@html"
    },
    "ruleExplore": {
      "author": "p.author@text",
      "bookList": ".article||.full_content||.articlegeneral",
      "bookUrl": "a.0@href",
      "coverUrl": "img@data-src||a.0@href\n@js:\nvar id,iid,img,\nhtml=/html/;\nif(html.test(result)){\n\tid=result.match(/\\d+/)[0];\n\tiid=parseInt(id/1000);\nimg=`https://www.pilixiaoshuo.com/files/article/image/${iid}/${id}/${id}s.jpg`;\n\t}else{img=result}\nimg;",
      "intro": "p.simple@text",
      "kind": ".p1@text##\\[|\\]",
      "name": "h6@text||.p2@text"
    },
    "ruleSearch": {
      "author": "a.1@text",
      "bookList": "p.sone",
      "bookUrl": "a.0@href",
      "checkKeyWord": "剑来",
      "coverUrl": "a.0@href\n@js:\nvar id=result.match(/\\d+/)[0],\niid=parseInt(id/1000);\n`https://www.pilixiaoshuo.com/files/article/image/${iid}/${id}/${id}s.jpg`",
      "kind": "0",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "ul.chapters li ",
      "chapterName": "text",
      "chapterUrl": "a@href",
      "isVolume": ".juan@text"
    },
    "searchUrl": "{{eval(String(source.loginUrl));\nurl}}/s.html,{\n  \"body\": \"s={{key}}&type=articlename\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "variableComment": "1：春雨书屋\n2：夏日书屋\n3：秋风书屋\n4：冬雪书屋",
    "weight": 0
  },
  {
    "bookSourceComment": "by  学渣 & abyssesml & Thomas喲\n免费小说之王，小米官方全新打造移动阅读平台，实现全站小说正版永久性免费阅读。都市喧嚣，茫茫书海，愿免费小说之王可以陪伴您走过一个又一个充实的日子。在这里，海量红文、精细分类、不占空间、排版精致，我们一起，让阅读成为习惯，成为信仰。\n小米出品，品质保证。",
    "bookSourceGroup": "正版",
    "bookSourceName": "小米阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "https://reader.browser.miui.com/",
    "bookUrlPattern": "https://reader.browser.miui.com/api/v2/book/\\d+",
    "customButton": false,
    "customOrder": 1007,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type)=>{\n\t\tjson = JSON.stringify({\n\t\t\t\ttitle: title,\n\t\t\t\turl: url?url:\"\",\n\t\t\t\tstyle: {\n\t\t\t\t\t\tlayout_flexGrow: 1,\n\t\t\t\t\t\tlayout_flexBasisPercent: type\n\t\t\t\t\t}\n\t\t\t});\n\t\treturn sort.push(json);\n\t}\npush('༺ˇ»`ʚ排行榜单ɞ´«ˇ༻',null,1);\n$$=(a,b,c)=>{\n\t\treturn `https://reader.browser.duokan.com/api/v2/ranking?len=10&page={{page}\\}&type=${a}-${b}-${c}`\n\t}\n[[\"人气榜\",\"golden\"],[\"新书榜\",\"new\"],[\"完结榜\",\"end\"],[\"热搜榜\",\"search\"]].map([title,b]=>{\n\t\tpush('༺ '+title+' ༻',null,1);\n\t\t[\"男频\",\"女频\"].map((title1,a)=>{\n\t\t\t\ta++\n\t\t\t\t[[\"周榜\",\"week\"],[\"月榜\",\"month\"],[\"总榜\",\"total\"]].map([title2,c]=>{\n\t\t\t\t\t\treturn push(title1+title2,$$(a,b,c),0.25);\n\t\t\t\t\t});\n\t\t\t});\n\t});\npush('༺ˇ»`ʚ书籍分类ɞ´«ˇ༻',null,1);\n$$=(sex,bookStatus,categoryId,hotChoice)=>{\n\t\treturn `https://reader.browser.duokan.com/api/v2/book/list2?len=10&page={{page}\\}&sex=${sex}&bookStatus=${bookStatus}&categoryId=${categoryId}&wordCountsInterval=0&hotChoice=${hotChoice}`\n\t}\nbookStatus=categoryId=hotChoice=0;\n[\n\t\t[\"男频\",[[\"都市\",7],[\"玄幻\",3],[\"仙侠\",6],[\"历史\",8],[\"灵异\",10],[\"科幻\",11],[\"奇幻\",4],[\"同人\",143],[\"游戏\",12],[\"武侠\",5],[\"竞技\",13]]],\n\t\t[\"女频\",[[\"现代言情\",75],[\"古代言情\",74],[\"浪漫青春\",76],[\"玄幻言情\",72],[\"仙侠奇缘\",73],[\"悬疑灵异\",77],[\"科幻空间\",78],[\"同人小说\",80],[\"游戏竞技\",79],[\"耽美小说\",81]]]\n].map(([title,list],sex)=>{\n\t\tsex++\n\t\tpush('༺ˇ»`ʚ'+title+'ɞ´«ˇ༻',$$(sex,bookStatus,categoryId,hotChoice),1);\n\t\tlist.map([title,categoryId]=>{\n\t\t\t\tpush('༺ '+title+' ༻',$$(sex,bookStatus,categoryId,hotChoice),1);\n\t\t\t\t[\"综合全部\",\"最新上线\",\"阅读最多\",\"点赞最高\"].map((title,hotChoice)=>{\n\t\t\t\t\t\t['['+title+']',\"连载\",\"完结\"].map((title,bookStatus)=>{\n\t\t\t\t\t\t\t\treturn push(title,$$(sex,bookStatus,categoryId,hotChoice),0.25);\n\t\t\t\t\t\t\t});\n\t\t\t\t\t});\n\t\t\t});\n\t});\n'['+sort.toString()+']'",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.2357.134 Safari/537.36\"\n}",
    "lastUpdateTime": 1728042942281,
    "loginUrl": "",
    "respondTime": 9217,
    "ruleBookInfo": {
      "author": "$..author",
      "coverUrl": "$..imgUrl",
      "init": "$.data",
      "intro": "{{'\\n&lrm;\\n'}}🔗 源站：{{$..cpName}}\n{{'\\n&lrm;\\n'}}📆 开坑：{{java.timeFormatUTC(java.getString('$.firstChapter.updateTime')*1000,'yyyy-MM-dd',8)}}\n{{'\\n&lrm;\\n'}}📑 简介：{{$..description}}",
      "kind": "{{$..score}}分\n{{$..secondCategoryName&&$..bookStatus}}\n{{java.put('time', java.timeFormatUTC(java.getString('$.lastChapter.updateTime'),'yyyy-MM-dd',8))}}",
      "lastChapter": "{{$.lastChapter.chapterName}} • @get:{time}",
      "name": "$..name",
      "tocUrl": "https://reader.browser.miui.com/api/v2/chapter/list/{{$..bookId}}",
      "wordCount": "$..wordCount"
    },
    "ruleContent": {
      "content": "$..contentList[*]##——内容来自.*\n<js>\nif(result.match(/^http.+$/)){\n\t\tsrc = java.base64Decode(String(java.ajax(result)).match(/\\('([^']+)'\\)/)[1]);\n\t}\nsrc\n</js>\n$..p[*]||$..contentList[*]\n##——内容来自.*",
      "nextContentUrl": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.data.list",
      "bookUrl": "https://reader.browser.miui.com/api/v2/book/{{$.bookId}}",
      "coverUrl": "$.imgUrl",
      "intro": "$.description",
      "kind": "{{$.score}}分\n{{$.secondCategoryName&&$.bookStatus}}\n{{java.put('time', java.timeFormatUTC(java.getString('$.updateTime')*1000,'yyyy-MM-dd',8))}}",
      "lastChapter": "最近更新：@get:{time}",
      "name": "$.name",
      "wordCount": "$.wordCount"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.related",
      "bookUrl": "https://reader.browser.miui.com/api/v2/book/{{$.id}}",
      "checkKeyWord": "",
      "coverUrl": "$.image",
      "intro": "$.description",
      "kind": "$.tags",
      "lastChapter": "发布源站：{{$.cp}}",
      "name": "$.title",
      "wordCount": "$.status"
    },
    "ruleToc": {
      "chapterList": "@js:\nlet u = baseUrl.replace('list','content')\n\nlet v = [];\nlet list = [];\nJSON.parse(result).data.list.map($=>{\n\n//分卷判定\n\t\tV = $.volumeTitle\n\t\tif(v[v.length-1]!=V&&!/^\\s*$/.test(V)){\n\t\t\t\tv.push(V)\n\t\t\t\tlist.push({\n\t\t\t\t\t\tname: '📖['+V+']📖',\n\t\t\t\t\t\tvolume: true\n\t\t\t\t\t})\n\t\t\t}\n\n\t\treturn list.push({\n\t\t\t\tname: $.chapterName,\n\t\t\t\turl: u+'?chapterId='+$.chapterId+'&volumeId=1',\n\t\t\t\tinfo: '更新时间：'+java.timeFormatUTC($.updateTime*1000,'yyyy-MM-dd HH:mm',12)\n\t\t\t});\n\t});\nv.length<2?list.filter($=>!$.volume):list",
      "chapterName": "name",
      "chapterUrl": "url",
      "isVip": "",
      "isVolume": "volume",
      "nextTocUrl": "",
      "updateTime": "info"
    },
    "searchUrl": "https://reader.browser.miui.com/api/v2/search/word?query={{key}}&size=100",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "红薯网站",
    "bookSourceType": 0,
    "bookSourceUrl": "https://g.hongshu.com/",
    "customButton": false,
    "customOrder": 1008,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "爱情婚姻::bookajax/search.do?method=search&classids=1&paegsize=20&sex_flag=nan&pagenum={{page}}\n商战风云::bookajax/search.do?method=search&classids=2&paegsize=20&sex_flag=nan&pagenum={{page}}\n职场励志::bookajax/search.do?method=search&classids=3&paegsize=20&sex_flag=nan&pagenum={{page}}\n官场沉浮::bookajax/search.do?method=search&classids=4&paegsize=20&sex_flag=nan&pagenum={{page}}\n现实百态::bookajax/search.do?method=search&classids=5&paegsize=20&sex_flag=nan&pagenum={{page}}\n八卦杂谈::bookajax/search.do?method=search&classids=6&paegsize=20&sex_flag=nan&pagenum={{page}}\n东方玄幻::bookajax/search.do?method=search&classids=13&paegsize=20&sex_flag=nan&pagenum={{page}}\n异世大陆::bookajax/search.do?method=search&classids=14&paegsize=20&sex_flag=nan&pagenum={{page}}\n西方奇幻::bookajax/search.do?method=search&classids=15&paegsize=20&sex_flag=nan&pagenum={{page}}\n异术超能::bookajax/search.do?method=search&classids=16&paegsize=20&sex_flag=nan&pagenum={{page}}\n奇幻修真::bookajax/search.do?method=search&classids=17&paegsize=20&sex_flag=nan&pagenum={{page}}\n古典仙侠::bookajax/search.do?method=search&classids=18&paegsize=20&sex_flag=nan&pagenum={{page}}\n架空历史::bookajax/search.do?method=search&classids=19&paegsize=20&sex_flag=nan&pagenum={{page}}\n历史传纪::bookajax/search.do?method=search&classids=20&paegsize=20&sex_flag=nan&pagenum={{page}}\n谈古论今::bookajax/search.do?method=search&classids=21&paegsize=20&sex_flag=nan&pagenum={{page}}\n军事战争::bookajax/search.do?method=search&classids=22&paegsize=20&sex_flag=nan&pagenum={{page}}\n军旅生活::bookajax/search.do?method=search&classids=23&paegsize=20&sex_flag=nan&pagenum={{page}}\n抗战烽火::bookajax/search.do?method=search&classids=24&paegsize=20&sex_flag=nan&pagenum={{page}}\n未来世界::bookajax/search.do?method=search&classids=25&paegsize=20&sex_flag=nan&pagenum={{page}}\n星际战争::bookajax/search.do?method=search&classids=26&paegsize=20&sex_flag=nan&pagenum={{page}}\n古武机甲::bookajax/search.do?method=search&classids=27&paegsize=20&sex_flag=nan&pagenum={{page}}\n灵异奇谈::bookajax/search.do?method=search&classids=28&paegsize=20&sex_flag=nan&pagenum={{page}}\n恐怖惊悚::bookajax/search.do?method=search&classids=29&paegsize=20&sex_flag=nan&pagenum={{page}}\n悬疑探险::bookajax/search.do?method=search&classids=30&paegsize=20&sex_flag=nan&pagenum={{page}}\n其他类别::bookajax/search.do?method=search&classids=31&paegsize=20&sex_flag=nan&pagenum={{page}}\n都市异能::bookajax/search.do?method=search&classids=32&paegsize=20&sex_flag=nan&pagenum={{page}}\n转世重生::bookajax/search.do?method=search&classids=33&paegsize=20&sex_flag=nan&pagenum={{page}}\n经典武侠::bookajax/search.do?method=search&classids=34&paegsize=20&sex_flag=nan&pagenum={{page}}\n侦探推理::bookajax/search.do?method=search&classids=35&paegsize=20&sex_flag=nan&pagenum={{page}}\n末日危临::bookajax/search.do?method=search&classids=36&paegsize=20&sex_flag=nan&pagenum={{page}}\n电子竞技::bookajax/search.do?method=search&classids=37&paegsize=20&sex_flag=nan&pagenum={{page}}\n虚拟网游::bookajax/search.do?method=search&classids=38&paegsize=20&sex_flag=nan&pagenum={{page}}\n体育竞技::bookajax/search.do?method=search&classids=39&paegsize=20&sex_flag=nan&pagenum={{page}}\n现代修真::bookajax/search.do?method=search&classids=40&paegsize=20&sex_flag=nan&pagenum={{page}}\n男人气榜::bookajax/search.do?method=search&sortby=lastweek_salenum&paegsize=20&sex_flag=nan&pagenum={{page}}\n男新书榜::bookajax/search.do?method=search&paegsize=20&sex_flag=nan&pagenum={{page}}\n女人气榜::bookajax/search.do?method=search&sortby=lastweek_salenum&paegsize=20&sex_flag=nu&pagenum={{page}}\n女新书榜::bookajax/search.do?method=search&sortby=&paegsize=20&sex_flag=nu&pagenum={{page}}",
    "lastUpdateTime": 1721483856627,
    "loginUrl": "https://g.hongshu.com/userlogin",
    "respondTime": 3605,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": ".rdtext@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "@json:$.authorname",
      "bookList": "<js>\nif (result.search('jsonp3') != -1) {\n    result.match(/jsonp3\\((.*)\\)/)[1]\n} else {\n    result\n}\n</js>\n@json:$..bookinfo[*]",
      "bookUrl": "@js:\nsource.bookSourceUrl + \"bookajax/chapterlist/bid/{{$.bid}}.do?bid={{$.bid}}&pagesize=50&sortby=ASC&pagenum=1\"",
      "coverUrl": "@json:$.bookface",
      "intro": "@json:$.intro",
      "kind": "@json:{$.classname}&&{$.tag[*]}",
      "lastChapter": "@json:$.last_update_title",
      "name": "@json:$.catename"
    },
    "ruleToc": {
      "chapterList": "@json:$..list[*]",
      "chapterName": "@json:$.title",
      "chapterUrl": "@js:\nlet path = \"content/{{$..bid}}/{{$.chapterid}}.html,\";\n\nlet option = {\n\t\"method\": \"GET\"\n};\n\njava.put(\"url\",String(source.bookSourceUrl + path + JSON.stringify(option)))",
      "nextTocUrl": "@js:\nvar n=JSON.parse(result);\nn=n.totalpage;\nbaseUrl=baseUrl.replace(/(.+pagenum=)\\d+/,'$1');\nvar list=[];\nfor(var i=2;i<=n;i++){\nvar url=baseUrl+i;\nlist.push(url);\n}\nlist"
    },
    "searchUrl": "bookajax/search.do?keyword={{key}}&keywordtype=1&free=0&finish=0&charnum=0&updatetime=0&order=0&copyright=1&pagesize=10&sex_flag=nan&pagenum=1&Pclassids=0&callback=jsonp3",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "开源阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.i7txt.cc",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 1009,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1734638544683,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 3093,
    "ruleBookInfo": {
      "author": "class.info_t4@text",
      "canReName": "",
      "coverUrl": "class.info_novel_img@tag.a@img@src",
      "init": "",
      "intro": "class.info_intro@text",
      "kind": "class.info_t3@text&&class.info_t2@text&&class.info_t5@text",
      "lastChapter": "class.info_t6@text",
      "name": "class.info_t1@text",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.nr1@textNodes##",
      "imageStyle": "",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\n.*本章.*\\n第.*章.*第.*页.*\\n\\s\\s|.第1/.页.",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "class.author@tag.a@text",
      "bookList": "class.sone",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.a@href##(.*)book/(.*)([1-9]{3,3})/##http://www.i7txt.cc/files/article/image/$2/$2$3/$2$3s.jpg####",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "tag.a.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "tag.ul.1@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "option@value||text.下一页@href",
      "updateTime": ""
    },
    "searchUrl": "/s.php?search_key={{key}}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "By：Tom",
    "bookSourceGroup": "免费",
    "bookSourceName": "就爱文学",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.xs.info",
    "customButton": false,
    "customOrder": 1010,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 0,
    "respondTime": 1907,
    "ruleBookInfo": {
      "author": ".book-info@.info@span.2@text",
      "canReName": "",
      "coverUrl": ".base@dt@img@src",
      "intro": ".intro@.content@text",
      "kind": ".book-info@.info@span.1@text##分类：",
      "lastChapter": ".book-info@.info@span.-1@a@text",
      "name": ".book-info@dd@h2@text",
      "tocUrl": ".top-index@.p2@a@href"
    },
    "ruleContent": {
      "content": ".chapter_content@html##.*92xs.*|.*请点击下一页继续.*|.*第.*页.*",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span@text##/",
      "bookList": "ul@li",
      "bookUrl": "a.1@href",
      "checkKeyWord": "我的",
      "kind": "a.0@text##\\[|\\]",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "ul@li!0",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://m.92xs.info/s.php,{\n  \"body\": \"s={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "未知大佬制作，更新HINOTORI（qq）在源仓库发过的书源",
    "bookSourceGroup": "免费",
    "bookSourceName": "开源书源",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.loubiqu.com/",
    "bookUrlPattern": "http://www.biquge.info/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 1011,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\"\n}",
    "lastUpdateTime": 1745852814602,
    "respondTime": 1001,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作 者:",
      "coverUrl": "id.fmimg@tag.img@src",
      "intro": "id.intro@tag.p.0@text",
      "kind": "id.info@tag.p.1@text&&\nid.info@tag.p.2@text##类 别:|最后更新 :",
      "lastChapter": "id.info@tag.p.3@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "id.info@h1@text"
    },
    "ruleContent": {
      "content": "id.content@textNodes"
    },
    "ruleExplore": {
      "author": "class.s4@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "class.s2@a@href&lt;js>\nvar id = result.match(/_(\\d+)/)[1];\nvar iid = parseInt(id/1000);\n'http://www.biquge.info/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n&lt;/js>",
      "kind": "class.s5@text",
      "lastChapter": "class.s3@a@text",
      "name": "class.s2@a@text"
    },
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.odd.0@tag.a@href",
      "coverUrl": "class.odd.0@tag.a@href&lt;js>\nvar id = result.match(/_(\\d+)/)[1];\nvar iid = parseInt(id/1000);\n'http://www.loubiqu.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n&lt;/js>",
      "lastChapter": "class.even.0@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.odd.0@tag.a@text",
      "wordCount": "class.even.1@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.biquge.info/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "漫画",
    "bookSourceName": "全免漫画",
    "bookSourceType": 2,
    "bookSourceUrl": "https://api-cdn.kaimanhua.com/##@遇知",
    "customButton": false,
    "customOrder": 1012,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\nresult=\"\";\n   f=[\"热血\",\"机战\",\"运动\",\"推理\",\"冒险\",\"耿美\",\"百合\",\"搞笑\",\"战争\",\"神魔\",\"忍者\",\"竞技\",\"悬疑\",\"社会\",\"恋爱\",\"宠物\",\"吸血\",\"萝莉\",\"后宫\",\"御姐\",\"霸总\",\"玄幻\",\"古风\",\"历史\",\"漫改\",\"游戏\",\"穿越\",\"恐怖\",\"真人\",\"科幻\",\"防疫\",\"都市\",\"武侠\",\"修真\",\"生活\",\"动作\"];    \np=[\"rexue\",\"jizhan\",\"yundong\",\"tuili\",\"maoxian\",\"liaomei\",\"baihe\",\"gaoxiao\",\"zhanzhen\",\"shenmo\",\"renzhe\",\"jingji\",\"xuanyi\",\"shehui\",\"lianai\",\"chongwu\",\"xixue\",\"luoli\",\"hougong\",\"yujie\",\"bazong\",\"xuanhuan\",\"gufeng\",\"lishi\",\"mangai\",\"youxi\",\"chuanyue\",\"kongbu\",\"zhenren\",\"kehuan\",\"fangyi\",\"dushi\",\"wuxia\",\"xiuzhen\",\"shenghuo\",\"dongzuo\"];\na=\"::https://api-cdn.kaimanhua.com/comic-api/v1/comic/getsortlist?status_id=0&comic_sort=\";\nb=\"&human_type=0&orderby=date&pagesize=30&page={{page}}&young_mode=0&client-type=android&productname=qmmh&client-channel=xiaomi&platformname=android&client-version=1.4.8\";\n\nfor(i in f){\n\tresult=result+f[i]+a+p[i]+b+\"\\n\";\n\t}\n</js>",
    "header": "",
    "lastUpdateTime": 1734945556008,
    "loginUrl": "",
    "respondTime": 4441,
    "ruleBookInfo": {
      "author": "$.author_name",
      "coverUrl": "$.cover_img_34",
      "init": "<js>\nresult=String(java.getString(\"$.data\")).replace(/arsadata/,\"\");\njava.aesBase64DecodeToString(result,\"4548ded8c9e02690\",\"AES/CBC/PKCS5Padding\",\"1992360ee9bc4f8f\");\n</js>",
      "intro": "<br>\n🏅 评分：{{Math.round(java.getString('$.avgscore'))/10}}分\n🕰 更新：{{String(java.timeFormat(java.getString('$.update_time'))).replace(/\\//g,\"-\").replace(/\\s/g,\"🔸\")}}\n🎗 标签：{{result=String(java.getString('$.comic_taglist')).replace(/\\n/g,\",\")}}\n📂 简介：{{$.comic_desc}}",
      "kind": "{{result=String(java.getString('$.sort_typelist')).replace(/\\{|\\}|\\w*=/g,\"\").replace(/\\n/g,\",\")}}",
      "lastChapter": "$.lastchapter_title",
      "name": "$.comic_name@put:{cid:$.comic_id}",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "<js>\nresult=String(java.getString(\"$.data\")).replace(/arsadata/,\"\");\nu=java.aesBase64DecodeToString(result,\"4548ded8c9e02690\",\"AES/CBC/PKCS5Padding\",\"1992360ee9bc4f8f\");\nimg=u.match(/\\[(.*)\\]/)[1].split(\",\").map(x=>'\\n<img src='+x+'>').join(\"\\n\")\n</js>",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "$.comic_author",
      "bookList": "$.data.data",
      "bookUrl": "@js:\nt=\"/comic-api/v2/comic/getcomicdatacomic_id={{$.comic_id}}&client-type=android&productname=qmmh&client-channel=xiaomi&platformname=android&client-version=1.4.8erciyuan2020\";\nsign=java.md5Encode(t);\nb={\n\"method\": \"GET\",\n\"headers\": {\n\"User-Agent\": \"okhttp/4.9.1\",\n\"m-request-id\": sign\n}\n};\n\"https://api-cdn.kaimanhua.com/comic-api/v2/comic/getcomicdata?comic_id={{$.comic_id}}&client-type=android&productname=qmmh&client-channel=xiaomi&platformname=android&client-version=1.4.8,\"+JSON.stringify(b);",
      "checkKeyWord": "",
      "coverUrl": "$.cover_img",
      "intro": "$.cartoon_desc",
      "kind": "{{result=String(java.getString('$.comic_type')).replace(/,|\\w*/g,\"\").replace(/\\|/g,\",\")}}\n{{String(java.timeFormat(java.getString('$.update_time'))).replace(/\\//g,\"-\").replace(/\\s.*/g,\"\")}}",
      "lastChapter": "$.last_chapter_name",
      "name": "$.comic_name",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "<js>\nresult=String(java.getString(\"$.data\")).replace(/arsadata/,\"\");\njava.aesBase64DecodeToString(result,\"4548ded8c9e02690\",\"AES/CBC/PKCS5Padding\",\"1992360ee9bc4f8f\");\n</js>\n$.chapters[*]",
      "chapterName": "$.chapter_name",
      "chapterUrl": "@js:\ncid='@get:{cid}'\nchapter_id='{{$.chapter_id}}'\nt=\"/comic-api/v2/comic/getchapterdatacomic_id=\"+cid+\"&chapter_id=\"+chapter_id+\"&quality=middle&client-type=android&productname=qmmh&client-channel=xiaomi&platformname=android&client-version=1.4.8erciyuan2020\";\nsign=java.md5Encode(t);\nb={\n\"method\": \"GET\",\n\"headers\": {\n\"User-Agent\": \"okhttp/4.9.1\",\n\"access-token\":\"v1_090fNTIt4Omg86B7LUPcqWRTkvW8JjjLYXTxnm01BiXN8SgniETjucYezOrjZoOopFGr02Fj12RREysE4eHukTCc/LuyeIHzFGMayAgLGaSF8+jMMwrnDdTuYdFk34z7DZf+Zy+VHtjFS0Uy6n6Vyr/5GuJy6FDcbCoVBCjdbFneHjV38UwHjL6AwauUMFfa0f3uSEqGWZG6xn9+OpAn6GGRWHaypicXswr450DO29FcuqP7pHCSldVJtIzOv/Uc\",\n\"m-request-id\": sign\n}\n};\n\"https://api-cdn.kaimanhua.com/comic-api/v2/comic/getchapterdata?comic_id=@get:{cid}&chapter_id={{$.chapter_id}}&quality=middle&client-type=android&productname=qmmh&client-channel=xiaomi&platformname=android&client-version=1.4.8,\"+JSON.stringify(b);",
      "isVolume": "",
      "preUpdateJs": ""
    },
    "searchUrl": "https://api-cdn.kaimanhua.com/comic-api/v1/comic/getsortlist?search_key={{key}}&orderby=shoucang&page={{page}}&pagesize=20&young_mode=0&client-type=android&productname=qmmh&client-channel=xiaomi&platformname=android&client-version=1.4.8",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "@游客",
    "bookSourceGroup": "女频",
    "bookSourceName": "言情小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.bgnovel.com",
    "bookUrlPattern": "https?://m.bgnovel.com/\\w+/\\d+.html",
    "customButton": false,
    "customOrder": 1013,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "现代情感::/xiandaixiaoshuo/index_{{page-1}}.html\n古装迷情::/gudaixiaoshuo/index_{{page-1}}.html\n穿越重生::/chuanyuechongsheng/index_{{page-1}}.html\n仙侠魔幻::/xianxiamohuan/index_{{page-1}}.html\n网游竞技::/wangyoujingji/index_{{page-1}}.html\nＢＧ同人::/bgtongren/index_{{page-1}}.html\n无ＣＰ向::/wucpxiang/index_{{page-1}}.html\n无限流派::/wuxianliu/index_{{page-1}}.html\n本站推荐::/bztuijian/index_{{page-1}}.html\n热门排行::/bzremen/index_{{page-1}}.html\n周排行榜::/bzremenweek/index_{{page-1}}.html\n月排行榜::/bzremenmonth/index_{{page-1}}.html",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1731361878104,
    "respondTime": 4623,
    "ruleBookInfo": {
      "author": "td span.0@text",
      "coverUrl": "img@src",
      "kind": "td span!0@text##.*：",
      "lastChapter": "option.-1@text",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": "#text > p@textNodes"
    },
    "ruleExplore": {
      "author": "span.0@text",
      "bookList": "li.book-li",
      "bookUrl": "a@href",
      "kind": "span!0@text##.*：",
      "name": "h4@text"
    },
    "ruleSearch": {
      "author": "span.1@text",
      "bookList": "h2",
      "bookUrl": "a@href",
      "checkKeyWord": "快穿",
      "kind": "0",
      "name": "a@text"
    },
    "ruleToc": {
      "chapterList": "option",
      "chapterName": "text",
      "chapterUrl": "value",
      "nextTocUrl": ""
    },
    "searchUrl": "https://m.bgnovel.com/e/search/index.php,{\n  \"body\": \"keyboard={{key}}&show=title&tempid=1&tbname=article\",\n  \"method\": \"POST\"\n}\n@js:\ncookie.removeCookie(baseUrl);\nso = String(result).replace(\"{{key}}\", key);\nvar res = java.connect(so), \nurl = res.raw().request().url() || res.url();\nString(url).replace(/searchid/,\n\t\"page={{page-1}}\\&$&\");",
    "weight": 0
  },
  {
    "bookSourceComment": "23.10.9",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🌸秋田书屋uuu",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.qiutiandog.com/##@鱼",
    "customButton": false,
    "customOrder": 1014,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1770711083508,
    "respondTime": 7325,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "☁️ 更新：\n{{@@[property$=update_time]@content}}\n👻  简介：\n{{@@[property$=description]@content}}##(^|[。！？……；]+[”」）……】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "{{baseUrl}}##//m##//www",
      "wordCount": "text.字数@text##字数："
    },
    "ruleContent": {
      "content": "#content@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href",
      "checkKeyWord": "诡秘之主",
      "coverUrl": "img@src",
      "kind": "text.分类@text##分类：",
      "lastChapter": "a.-1@text",
      "name": "h4@text"
    },
    "ruleToc": {
      "chapterList": ".listmain@dd@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "https://m.qiutiandog.com/sdfgsdyugfsdugf.html?ie=gbk&s=5256649918672294880&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "可能需要魔法",
    "bookSourceGroup": "漫画",
    "bookSourceName": "爱看漫画（优）",
    "bookSourceType": 2,
    "bookSourceUrl": "https://m.kanman.com已校验",
    "customButton": false,
    "customOrder": 1015,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "人气::https://m.kanman.com/api/getsortlist/?comic_sort=&orderby=click&search_type=&search_key=&page={{page}}&size=48\n更新::https://m.kanman.com/api/getsortlist/?comic_sort=&orderby=date&search_type=&search_key=&page={{page}}&size=48\n评分::https://m.kanman.com/api/getsortlist/?comic_sort=&orderby=score&search_type=&search_key=&page={{page}}&size=48\n收藏::https://m.kanman.com/api/getsortlist/?comic_sort=&orderby=shoucang&search_type=&search_key=&page={{page}}&size=48\n热血::https://m.kanman.com/api/getsortlist/?comic_sort=rexue&orderby=&search_type=&search_key=&page={{page}}&size=48\n机战::https://m.kanman.com/api/getsortlist/?comic_sort=jizhan&orderby=&search_type=&search_key=&page={{page}}&size=48\n运动::https://m.kanman.com/api/getsortlist/?comic_sort=yundong&orderby=&search_type=&search_key=&page={{page}}&size=48\n推理::https://m.kanman.com/api/getsortlist/?comic_sort=tuili&orderby=&search_type=&search_key=&page={{page}}&size=48\n冒险::https://m.kanman.com/api/getsortlist/?comic_sort=maoxian&orderby=&search_type=&search_key=&page={{page}}&size=48\n搞笑::https://m.kanman.com/api/getsortlist/?comic_sort=gaoxiao&orderby=&search_type=&search_key=&page={{page}}&size=48\n战争::https://m.kanman.com/api/getsortlist/?comic_sort=zhanzhen&orderby=&search_type=&search_key=&page={{page}}&size=48\n神魔::https://m.kanman.com/api/getsortlist/?comic_sort=shenmo&orderby=&search_type=&search_key=&page={{page}}&size=48\n忍者::https://m.kanman.com/api/getsortlist/?comic_sort=renzhe&orderby=&search_type=&search_key=&page={{page}}&size=48\n竞技::https://m.kanman.com/api/getsortlist/?comic_sort=jingji&orderby=&search_type=&search_key=&page={{page}}&size=48\n悬疑::https://m.kanman.com/api/getsortlist/?comic_sort=xuanyi&orderby=&search_type=&search_key=&page={{page}}&size=48\n社会::https://m.kanman.com/api/getsortlist/?comic_sort=shehui&orderby=&search_type=&search_key=&page={{page}}&size=48\n恋爱::https://m.kanman.com/api/getsortlist/?comic_sort=lianai&orderby=&search_type=&search_key=&page={{page}}&size=48\n宠物::https://m.kanman.com/api/getsortlist/?comic_sort=chongwu&orderby=&search_type=&search_key=&page={{page}}&size=48\n吸血::https://m.kanman.com/api/getsortlist/?comic_sort=xixue&orderby=&search_type=&search_key=&page={{page}}&size=48\n萝莉::https://m.kanman.com/api/getsortlist/?comic_sort=luoli&orderby=&search_type=&search_key=&page={{page}}&size=48\n后宫::https://m.kanman.com/api/getsortlist/?comic_sort=hougong&orderby=&search_type=&search_key=&page={{page}}&size=48\n御姐::https://m.kanman.com/api/getsortlist/?comic_sort=yujie&orderby=&search_type=&search_key=&page={{page}}&size=48\n霸总::https://m.kanman.com/api/getsortlist/?comic_sort=bazong&orderby=&search_type=&search_key=&page={{page}}&size=48\n玄幻::https://m.kanman.com/api/getsortlist/?comic_sort=xuanhuan&orderby=&search_type=&search_key=&page={{page}}&size=48\n古风::https://m.kanman.com/api/getsortlist/?comic_sort=gufeng&orderby=&search_type=&search_key=&page={{page}}&size=48\n历史::https://m.kanman.com/api/getsortlist/?comic_sort=lishi&orderby=&search_type=&search_key=&page={{page}}&size=48\n漫改::https://m.kanman.com/api/getsortlist/?comic_sort=mangai&orderby=&search_type=&search_key=&page={{page}}&size=48\n游戏::https://m.kanman.com/api/getsortlist/?comic_sort=youxi&orderby=&search_type=&search_key=&page={{page}}&size=48\n穿越::https://m.kanman.com/api/getsortlist/?comic_sort=chuanyue&orderby=&search_type=&search_key=&page={{page}}&size=48\n恐怖::https://m.kanman.com/api/getsortlist/?comic_sort=kongbu&orderby=&search_type=&search_key=&page={{page}}&size=48\n真人::https://m.kanman.com/api/getsortlist/?comic_sort=zhenren&orderby=&search_type=&search_key=&page={{page}}&size=48\n科幻::https://m.kanman.com/api/getsortlist/?comic_sort=kehuan&orderby=&search_type=&search_key=&page={{page}}&size=48\n都市::https://m.kanman.com/api/getsortlist/?comic_sort=dushi&orderby=&search_type=&search_key=&page={{page}}&size=48\n武侠::https://m.kanman.com/api/getsortlist/?comic_sort=wuxia&orderby=&search_type=&search_key=&page={{page}}&size=48\n修真::https://m.kanman.com/api/getsortlist/?comic_sort=xiuzhen&orderby=&search_type=&search_key=&page={{page}}&size=48\n生活::https://m.kanman.com/api/getsortlist/?comic_sort=shenghuo&orderby=&search_type=&search_key=&page={{page}}&size=48\n动作::https://m.kanman.com/api/getsortlist/?comic_sort=dongzuo&orderby=&search_type=&search_key=&page={{page}}&size=48\n防疫::https://m.kanman.com/api/getsortlist/?comic_sort=fangyi&orderby=&search_type=&search_key=&page={{page}}&size=48",
    "lastUpdateTime": 1759430147252,
    "respondTime": 2451,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "kind": "[property=\"og:novel:category\"]@content",
      "lastChapter": ".comic-update-status@text##.*-\\d+ ",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "https://m.kanman.com/api/getchapterlist?product_id=1&productname=kmh&platformname=wap&comic_id=@get:{bid}"
    },
    "ruleContent": {
      "content": "$.data.current_chapter.chapter_img_list@js:\nheader={\"Referer\":baseUrl};\nheaders={\"headers\":JSON.stringify(header)};\nresult.split(\"\\n\").map(x=>'<img src=\\\"'+x+','+JSON.stringify(headers)+'\\\">').join(\"\\n\")",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.cartoon_author_list_name||$.comic_author",
      "bookList": "$.data.data||$.data",
      "bookUrl": "https://m.kanman.com/{{$.comic_id}}/",
      "coverUrl": "https://image.yqmh.com/mh/{{$.comic_id}}.jpg-300x400.webp",
      "intro": "$.cartoon_desc",
      "kind": "$.comic_type##[a-zA-Z]|\\|",
      "lastChapter": "$.latest_cartoon_topic_name||$.last_chapter_name",
      "name": "$.comic_name@put:{bid:$.comic_id}"
    },
    "ruleToc": {
      "chapterList": "-$.data.[*]",
      "chapterName": "$.chapter_name",
      "chapterUrl": "https://m.kanman.com/api/getchapterinfov2?product_id=1&productname=kmh&platformname=wap&comic_id=@get:{bid}&chapter_newid={{$.chapter_newid}}&isWebp=1&quality=low"
    },
    "searchUrl": "https://m.kanman.com/api/serachcomic/?product_id=1&productname=kmh&platformname=wap&serachKey={{key}}&topNumber=10",
    "weight": 62
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "有声",
    "bookSourceName": "喜马拉雅",
    "bookSourceType": 1,
    "bookSourceUrl": "http://search.ximalaya.com#pb1025",
    "customButton": false,
    "customOrder": 1016,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=玄幻&page={{page}}&rows=20&spellchecker=true\n大剧::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=大剧&page={{page}}&rows=20&spellchecker=true\n仙侠::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=仙侠&page={{page}}&rows=20&spellchecker=true\n都市::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=都市&page={{page}}&rows=20&spellchecker=true\n经典::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=经典&page={{page}}&rows=20&spellchecker=true\n幻想::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=幻想&page={{page}}&rows=20&spellchecker=true\n武侠::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=武侠&page={{page}}&rows=20&spellchecker=true\n历史::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=历史小说&page={{page}}&rows=20&spellchecker=true\n教材::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=教材&page={{page}}&rows=20&spellchecker=true\n多人::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=多人剧&page={{page}}&rows=20&spellchecker=true\n相声::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=相声&page={{page}}&rows=20&spellchecker=true\n英文::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=英文原版&page={{page}}&rows=20&spellchecker=true\n名著::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=名著&page={{page}}&rows=20&spellchecker=true\n乡村::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=乡村&page={{page}}&rows=20&spellchecker=true\n广播::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=广播剧&page={{page}}&rows=20&spellchecker=true\n游戏::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=游戏&page={{page}}&rows=20&spellchecker=true\n无限::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=无限&page={{page}}&rows=20&spellchecker=true\n魔幻::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=魔法&page={{page}}&rows=20&spellchecker=true\n☆                  音 乐                  ☆::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=音乐&page={{page}}&rows=20&spellchecker=true\n乡村::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=乡村&page={{page}}&rows=20&spellchecker=true\n流行::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=流行Top&page={{page}}&rows=20&spellchecker=true\n老歌::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=老歌&page={{page}}&rows=20&spellchecker=true\n榜单::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=榜单&page={{page}}&rows=20&spellchecker=true\n巅峰::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=巅峰榜&page={{page}}&rows=20&spellchecker=true",
    "lastUpdateTime": 1721097835758,
    "loginUrl": "",
    "respondTime": 4462,
    "ruleBookInfo": {
      "tocUrl": "http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId=@get:{book}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=1"
    },
    "ruleContent": {
      "content": "",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "nickname",
      "bookList": "$.response.docs",
      "bookUrl": "http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId={$.id}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=1",
      "coverUrl": "cover_path",
      "intro": "$..intro",
      "kind": "category_title",
      "name": "title@put:{book:id}"
    },
    "ruleToc": {
      "chapterList": "$.data.list",
      "chapterName": "title",
      "chapterUrl": "playPathAacv224",
      "nextTocUrl": "<js>\nvar a = 'http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId=@get:{book}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=';\nvar r = [];\nfor(var i=1;i<40;i++){\n    r.push(a + parseInt(i*1));\n}\nr\n</js>"
    },
    "searchUrl": "http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw={{key}}&page={{page}}&rows=20&spellchecker=true",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁新站",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.hqrgjtcw.com/##@遇知",
    "customButton": false,
    "customOrder": 1017,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻魔法::/sort/1/{{page}}/\n武侠修真::/sort/2/{{page}}/\n都市言情::/sort/3/{{page}}/\n历史军事::/sort/4/{{page}}/\n科幻灵异::/sort/5/{{page}}/\n游戏竞技::/sort/6/{{page}}/\n女生耽美::/sort/7/{{page}}/\n其他类型::/sort/8/{{page}}/",
    "lastUpdateTime": 1690554758840,
    "respondTime": 2042,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "🔔 更新时间：{{@@[property=\"og:novel:update_time\"]@content##\\s##🔸}}\n\n📂 内容简介：{{@@[property=\"og:description\"]@content##.*由作家.*创作，|笔趣阁新站.*章节}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": "#rtext p@html",
      "nextContentUrl": "#linkNext@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author.0@text",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href",
      "coverUrl": "",
      "intro": ".update@textNodes",
      "lastChapter": ".cat a@text",
      "name": "h4@text",
      "wordCount": ".author.1@text##.*："
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\nhttps://www.hqrgjtcw.com/search/,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版",
    "bookSourceName": "💵 追书·男生",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.zhuishushenqi.com/nansheng",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1018,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "畅销榜::http://www.zhuishushenqi.com/ranking/dcf689ff585445218abbb23539f23c3c?type=male&page={{page}}\n热度榜::http://www.zhuishushenqi.com/ranking/eb1ab113d65a46bcb05d1e16f3da73f9?type=male&page={{page}}\n完结榜::http://www.zhuishushenqi.com/ranking/23a22accbe064e3b9f04eb1fb3abee03?type=male&page={{page}}\n热搜榜::http://www.zhuishushenqi.com/ranking/6fda0ecb16f54c188bc320ec085e1184?type=male&page={{page}}\n飙升榜::http://www.zhuishushenqi.com/ranking/19c48a03b452464d85c95f168577d97f?type=male&page={{page}}\n潜力榜::http://www.zhuishushenqi.com/ranking/770626157c3947a2a983a6433ca49820?type=male&page={{page}}\n风云榜::http://www.zhuishushenqi.com/ranking/00bb4cd7c4034e0693ba8d604066394f?type=male&page={{page}}\nVIP榜::http://www.zhuishushenqi.com/ranking/4bf04a7299f145c69e1ad20d4495bd74?type=male&page={{page}}\n留存榜::http://www.zhuishushenqi.com/ranking/20bb08d9d8de4a358e14b047074a4315?type=male&page={{page}}\n玄幻小说::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E7%8E%84%E5%B9%BB&minor=&page={{page}}\n东方玄幻::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E7%8E%84%E5%B9%BB&minor=%E4%B8%9C%E6%96%B9%E7%8E%84%E5%B9%BB&page={{page}}\n异世大陆::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E7%8E%84%E5%B9%BB&minor=%E5%BC%82%E4%B8%96%E5%A4%A7%E9%99%86&page={{page}}\n异界争霸::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E7%8E%84%E5%B9%BB&minor=%E5%BC%82%E7%95%8C%E4%BA%89%E9%9C%B8&page={{page}}\n远古神话::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E7%8E%84%E5%B9%BB&minor=%E8%BF%9C%E5%8F%A4%E7%A5%9E%E8%AF%9D&page={{page}}\n都市小说::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E9%83%BD%E5%B8%82&minor=&page={{page}}\n都市生活::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E9%83%BD%E5%B8%82&minor=%E9%83%BD%E5%B8%82%E7%94%9F%E6%B4%BB&page={{page}}\n异术超能::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E9%83%BD%E5%B8%82&minor=%E5%BC%82%E6%9C%AF%E8%B6%85%E8%83%BD&page={{page}}\n都市修仙::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E9%83%BD%E5%B8%82&minor=%E9%83%BD%E5%B8%82%E4%BF%AE%E4%BB%99&page={{page}}\n娱乐明星::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E9%83%BD%E5%B8%82&minor=%E5%A8%B1%E4%B9%90%E6%98%8E%E6%98%9F&page={{page}}\n热血兵王::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E9%83%BD%E5%B8%82&minor=%E7%83%AD%E8%A1%80%E5%85%B5%E7%8E%8B&page={{page}}\n校园生活::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E9%83%BD%E5%B8%82&minor=%E6%A0%A1%E5%9B%AD%E7%94%9F%E6%B4%BB&page={{page}}\n乡土生活::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E9%83%BD%E5%B8%82&minor=%E4%B9%A1%E5%9C%9F%E7%94%9F%E6%B4%BB&page={{page}}\n科技工业::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E9%83%BD%E5%B8%82&minor=%E7%A7%91%E6%8A%80%E5%B7%A5%E4%B8%9A&page={{page}}\n仙侠小说::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E4%BB%99%E4%BE%A0&minor=&page={{page}}\n古典仙侠::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E4%BB%99%E4%BE%A0&minor=%E5%8F%A4%E5%85%B8%E4%BB%99%E4%BE%A0&page={{page}}\n奇幻修真::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E4%BB%99%E4%BE%A0&minor=%E5%A5%87%E5%B9%BB%E4%BF%AE%E7%9C%9F&page={{page}}\n现代修真::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E4%BB%99%E4%BE%A0&minor=%E5%A5%87%E5%B9%BB%E4%BF%AE%E7%9C%9F&page={{page}}\n洪荒封神::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E4%BB%99%E4%BE%A0&minor=%E6%B4%AA%E8%8D%92%E5%B0%81%E7%A5%9E&page={{page}}\n游戏小说::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E6%B8%B8%E6%88%8F&minor=&page={{page}}\n虚拟网游::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E6%B8%B8%E6%88%8F&minor=%E8%99%9A%E6%8B%9F%E7%BD%91%E6%B8%B8&page={{page}}\n游戏异界::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E6%B8%B8%E6%88%8F&minor=%E6%B8%B8%E6%88%8F%E5%BC%82%E7%95%8C&page={{page}}\n电子竞技::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E6%B8%B8%E6%88%8F&minor=%E7%94%B5%E5%AD%90%E7%AB%9E%E6%8A%80&page={{page}}\n历史小说::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E5%8E%86%E5%8F%B2&minor=&page={{page}}\n架空历史::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E5%8E%86%E5%8F%B2&minor=%E6%9E%B6%E7%A9%BA%E5%8E%86%E5%8F%B2&page={{page}}\n秦汉三国::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E5%8E%86%E5%8F%B2&minor=%E7%A7%A6%E6%B1%89%E4%B8%89%E5%9B%BD&page={{page}}\n五代宋元::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E5%8E%86%E5%8F%B2&minor=%E4%BA%94%E4%BB%A3%E5%AE%8B%E5%85%83&page={{page}}\n两晋隋唐::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E5%8E%86%E5%8F%B2&minor=%E4%B8%A4%E6%99%8B%E9%9A%8B%E5%94%90&page={{page}}\n历史传记::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E5%8E%86%E5%8F%B2&minor=%E5%8E%86%E5%8F%B2%E4%BC%A0%E8%AE%B0&page={{page}}\n明清风流::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E5%8E%86%E5%8F%B2&minor=%E6%98%8E%E6%B8%85%E9%A3%8E%E6%B5%81&page={{page}}\n上古先秦::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E5%8E%86%E5%8F%B2&minor=%E4%B8%8A%E5%8F%A4%E5%85%88%E7%A7%A6&page={{page}}\n民国军阀::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E5%8E%86%E5%8F%B2&minor=%E6%B0%91%E5%9B%BD%E5%86%9B%E9%98%80&page={{page}}\n外国历史::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E5%8E%86%E5%8F%B2&minor=%E5%A4%96%E5%9B%BD%E5%8E%86%E5%8F%B2&page={{page}}\n科幻小说::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E7%A7%91%E5%B9%BB&minor=&page={{page}}\n未来世界::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E7%A7%91%E5%B9%BB&minor=%E6%9C%AA%E6%9D%A5%E4%B8%96%E7%95%8C&page={{page}}\n时空穿梭::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E7%A7%91%E5%B9%BB&minor=%E6%97%B6%E7%A9%BA%E7%A9%BF%E6%A2%AD&page={{page}}\n末世进化::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E7%A7%91%E5%B9%BB&minor=%E6%9C%AB%E4%B8%96%E8%BF%9B%E5%8C%96&page={{page}}\n机甲战争::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E7%A7%91%E5%B9%BB&minor=%E6%9C%BA%E7%94%B2%E6%88%98%E4%BA%89&page={{page}}\n奇闻小说::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E5%A5%87%E9%97%BB&minor=&page={{page}}\n神秘怪谈::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E5%A5%87%E9%97%BB&minor=%E7%A5%9E%E7%A7%98%E6%80%AA%E8%B0%88&page={{page}}\n悬疑探险::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E5%A5%87%E9%97%BB&minor=%E6%82%AC%E7%96%91%E6%8E%A2%E9%99%A9&page={{page}}\n奇闻轶事::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E5%A5%87%E9%97%BB&minor=%E5%A5%87%E9%97%BB%E8%BD%B6%E4%BA%8B&page={{page}}\n侦探推理::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E5%A5%87%E9%97%BB&minor=%E4%BE%A6%E6%8E%A2%E6%8E%A8%E7%90%86&page={{page}}\n轻の小说::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E8%BD%BB%E5%B0%8F%E8%AF%B4&minor=&page={{page}}\n衍生同人::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E8%BD%BB%E5%B0%8F%E8%AF%B4&minor=%E8%A1%8D%E7%94%9F%E5%90%8C%E4%BA%BA&page={{page}}\n原生幻想::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E8%BD%BB%E5%B0%8F%E8%AF%B4&minor=%E5%8E%9F%E7%94%9F%E5%B9%BB%E6%83%B3&page={{page}}\n奇幻小说::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E5%A5%87%E5%B9%BB&minor=&page={{page}}\n西方奇幻::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E5%A5%87%E5%B9%BB&minor=%E8%A5%BF%E6%96%B9%E5%A5%87%E5%B9%BB&page={{page}}\n异类兽族::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E5%A5%87%E5%B9%BB&minor=%E5%BC%82%E7%B1%BB%E5%85%BD%E6%97%8F&page={{page}}\n魔法校园::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E5%A5%87%E5%B9%BB&minor=%E9%AD%94%E6%B3%95%E6%A0%A1%E5%9B%AD&page={{page}}\n军事小说::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E5%86%9B%E4%BA%8B&minor=&page={{page}}\n现代军事::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E5%86%9B%E4%BA%8B&minor=%E7%8E%B0%E4%BB%A3%E5%86%9B%E4%BA%8B&page={{page}}\n抗日烽火::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E5%86%9B%E4%BA%8B&minor=%E6%8A%97%E6%97%A5%E7%83%BD%E7%81%AB&page={{page}}\n谍战特工::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E5%86%9B%E4%BA%8B&minor=%E8%B0%8D%E6%88%98%E7%89%B9%E5%B7%A5&page={{page}}\n战争幻想::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E5%86%9B%E4%BA%8B&minor=%E6%88%98%E4%BA%89%E5%B9%BB%E6%83%B3&page={{page}}\n武侠小说::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E6%AD%A6%E4%BE%A0&minor=&page={{page}}\n新派武侠::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E6%AD%A6%E4%BE%A0&minor=%E6%96%B0%E6%B4%BE%E6%AD%A6%E4%BE%A0&page={{page}}\n经典武侠::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E6%AD%A6%E4%BE%A0&minor=%E7%BB%8F%E5%85%B8%E6%AD%A6%E4%BE%A0&page={{page}}\n国术古武::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=%E6%AD%A6%E4%BE%A0&minor=%E5%9B%BD%E6%9C%AF%E5%8F%A4%E6%AD%A6&page={{page}}",
    "lastUpdateTime": 1736086220509,
    "loginUrl": "",
    "respondTime": 4290,
    "ruleBookInfo": {
      "coverUrl": "class.book-info@img@src",
      "intro": "class.content intro@textNodes",
      "lastChapter": "class.chapter-list clearfix@tag.li.0@a@text"
    },
    "ruleContent": {
      "content": "class.inner-text@p@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@tag.span.0@text",
      "bookList": "class.book",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "kind": "class.author@tag.span.2@text&&class.popularity@text##\\|.*",
      "lastChapter": "class.popularity@text##.*\\|",
      "name": "class.name@text"
    },
    "ruleToc": {
      "chapterList": "id.J_chapterList@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.zhuishushenqi.com/search?val={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "若雨中文🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.3yt.com#🎃",
    "customButton": false,
    "customOrder": 1019,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "网络小说::/Book/LN/1079/{{page}}.html\n玄幻魔法::/Book/LN/1094/{{page}}.html\n武侠仙侠::/Book/LN/1095/{{page}}.html\n都市言情::/Book/LN/1096/{{page}}.html\n历史军事::/Book/LN/1097/{{page}}.html\n网游竞技::/Book/LN/1098/{{page}}.html\n科幻灵异::/Book/LN/1099/{{page}}.html\n其他小说::/Book/LN/1100/{{page}}.html",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 1927,
    "ruleBookInfo": {
      "author": ".w_530 a.0@text##作品集",
      "coverUrl": ".img img@src",
      "intro": ".h_260 p@html",
      "kind": ".path a.1@text&&.w_200 li.0@text&&.h_260 em@text##.*：|\\s.*|小说",
      "lastChapter": ".h_260 a.0@text##[\\(（【].*?[求更票谢乐发订合补加].*?[】）\\)]",
      "name": ".w_530 em.0@text",
      "tocUrl": ".w_200 a.1@href",
      "wordCount": ".w_200 li.1@text##.*已完成\\s|\\s字"
    },
    "ruleContent": {
      "content": "#BookText@html"
    },
    "ruleExplore": {
      "bookList": "tbody!1:2@tr",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##http://www.3yt.com/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.0:4:3@text##小说",
      "lastChapter": "td.2@text##[\\(（【].*?[求更票谢乐发订合补加].*?[】）\\)]",
      "name": "td.1@text"
    },
    "ruleSearch": {
      "author": "td.4@text",
      "bookList": "tbody tr",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##http://www.3yt.com/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.0:5:3@text##小说",
      "lastChapter": "td.2@text##[\\(（【].*?[求更票谢乐发订合补加].*?[】）\\)]",
      "name": "td.1@text"
    },
    "ruleToc": {
      "chapterList": "#BookText li a",
      "chapterName": "text##[\\(（【].*?[求更票谢乐发订合补加].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/book/search.aspx?searchkey={{key}}&SeaButton=",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "漫画",
    "bookSourceName": "新爱漫画",
    "bookSourceType": 2,
    "bookSourceUrl": "https://xapi.xinmanhua.net已整理",
    "bookUrlPattern": "已校验",
    "customButton": false,
    "customOrder": 1020,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部::https://xapi.xinmanhua.net/search/catalog?keyword=all&ischarge=2&isfinish=2&order=0&page={{page}}\n治愈::https://xapi.xinmanhua.net/search/catalog?keyword=治愈&page={{page}}\n日常::https://xapi.xinmanhua.net/search/catalog?keyword=日常&page={{page}}\n都市::https://xapi.xinmanhua.net/search/catalog?keyword=都市&page={{page}}\n悬疑::https://xapi.xinmanhua.net/search/catalog?keyword=悬疑&page={{page}}\n科幻::https://xapi.xinmanhua.net/search/catalog?keyword=科幻&page={{page}}\n奇幻::https://xapi.xinmanhua.net/search/catalog?keyword=奇幻&page={{page}}\n热血::https://xapi.xinmanhua.net/search/catalog?keyword=热血&page={{page}}\n武侠::https://xapi.xinmanhua.net/search/catalog?keyword=武侠&page={{page}}\n古风::https://xapi.xinmanhua.net/search/catalog?keyword=古风&page={{page}}\n恋爱::https://xapi.xinmanhua.net/search/catalog?keyword=恋爱&page={{page}}\n少年::https://xapi.xinmanhua.net/search/catalog?keyword=少年&page={{page}}\n日漫::https://xapi.xinmanhua.net/search/catalog?keyword=日漫&page={{page}}\n原创::https://xapi.xinmanhua.net/search/catalog?keyword=原创&page={{page}}",
    "header": "{\n  \"User-Agent\": \"okhttp/3.10.0\"\n}",
    "lastUpdateTime": 1720291041292,
    "loginUrl": "",
    "respondTime": 3030,
    "ruleBookInfo": {
      "intro": "@JSon:$.data.attributes.intro&&$.data.attributes.description"
    },
    "ruleContent": {
      "content": "$.data[*].attributes.url\n@js:list=result.split('\\n');\nlist.map(x=>'<img src=\"'+x+'\">').join('\\n')",
      "imageStyle": "FULL",
      "webJs": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "@JSon:$.attributes.author",
      "bookList": "@JSon:$.data.*",
      "bookUrl": "https://xapi.xinmanhua.net/worksinfos/{$.attributes.wid}?include=chapters.digests",
      "coverUrl": "@JSon:$.attributes.logo_detail",
      "kind": "@JSon:$.attributes.workscate",
      "lastChapter": "@JSon:$.attributes.lastctitle",
      "name": "@JSon:$.attributes.title"
    },
    "ruleToc": {
      "chapterList": "$.included.*",
      "chapterName": "$.attributes.title&&$.attributes.intro",
      "chapterUrl": "https://xapi.xinmanhua.net/chapters/{$.id}/qualitywebs"
    },
    "searchUrl": "https://xapi.xinmanhua.net/search/selfdefine,{\n  \"method\": \"POST\",\n  \"body\": \"keyword={{key}}&page={{page}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "半废了。但还可用。\n大概最新的十章+不能看。\nby.Thomas哟\n小说交流群462030508。\nA群637775313不加人。若家炸了查看此群群资料找新家。\n✱✱资源取自网络，仅供学习参考，请同学们在24小时内删除✱✱\n🆙💯Dragon Quest QB\n{{book.origin}}/wenxue/buy/ad-chapter/v4?apn=1&resourceId={{baseUrl.match(/bookId=(\\d+)/)[1]}}&serialId={{$.serialID}}",
    "bookSourceGroup": "免费",
    "bookSourceName": "QB男生",
    "bookSourceType": 0,
    "bookSourceUrl": "DragonQuestQBall",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1021,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"✱　　　　　　✱ 都市 ✱　　　　　　✱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1505&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市生活\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1505&start={{page}}&count=20&sub=都市生活\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异术超能\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1505&start={{page}}&count=20&sub=异术超能\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐明星\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1505&start={{page}}&count=20&sub=娱乐明星\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"商战职场\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1505&start={{page}}&count=20&sub=商战职场\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青春校园\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1505&start={{page}}&count=20&sub=青春校园\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱ 玄幻 ✱　　　　　　✱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1501&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异世大陆\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1501&start={{page}}&count=20&sub=异世大陆\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"东方玄幻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1501&start={{page}}&count=20&sub=东方玄幻\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"高武世界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1501&start={{page}}&count=20&sub=高武世界\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"王朝争霸\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1501&start={{page}}&count=20&sub=王朝争霸\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱ 仙侠 ✱　　　　　　✱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1504&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻想修仙\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1504&start={{page}}&count=20&sub=幻想修仙\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神话修真\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1504&start={{page}}&count=20&sub=神话修真\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古典仙侠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1504&start={{page}}&count=20&sub=古典仙侠\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"修真文明\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1504&start={{page}}&count=20&sub=修真文明\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代修真\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1504&start={{page}}&count=20&sub=现代修真\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱ 奇幻 ✱　　　　　　✱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1502&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"史诗奇幻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1502&start={{page}}&count=20&sub=史诗奇幻\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"另类幻想\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1502&start={{page}}&count=20&sub=另类幻想\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"剑与魔法\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1502&start={{page}}&count=20&sub=剑与魔法\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代魔法\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1502&start={{page}}&count=20&sub=现代魔法\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史神话\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1502&start={{page}}&count=20&sub=历史神话\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱ 历史 ✱　　　　　　✱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1506&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"架空历史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1506&start={{page}}&count=20&sub=架空历史\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"秦汉三国\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1506&start={{page}}&count=20&sub=秦汉三国\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"两宋元明\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1506&start={{page}}&count=20&sub=两宋元明\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"两晋隋唐\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1506&start={{page}}&count=20&sub=两晋隋唐\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史传记\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1506&start={{page}}&count=20&sub=历史传记\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"上古先秦\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1506&start={{page}}&count=20&sub=上古先秦\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"清史民国\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1506&start={{page}}&count=20&sub=清史民国\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"外国历史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1506&start={{page}}&count=20&sub=外国历史\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱ 军事 ✱　　　　　　✱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1507&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"抗战烽火\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1507&start={{page}}&count=20&sub=抗战烽火\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"战争幻想\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1507&start={{page}}&count=20&sub=战争幻想\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"谍战特工\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1507&start={{page}}&count=20&sub=谍战特工\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"军旅生涯\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1507&start={{page}}&count=20&sub=军旅生涯\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"军事战争\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1507&start={{page}}&count=20&sub=军事战争\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱ 科幻空间 ✱　　　　　　✱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1509&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"末世危机\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1509&start={{page}}&count=20&sub=末世危机\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时空穿梭\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1509&start={{page}}&count=20&sub=时空穿梭\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"进化变异\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1509&start={{page}}&count=20&sub=进化变异\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"未来世界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1509&start={{page}}&count=20&sub=未来世界\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"星际文明\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1509&start={{page}}&count=20&sub=星际文明\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"超级科技\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1509&start={{page}}&count=20&sub=超级科技\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古武机甲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1509&start={{page}}&count=20&sub=古武机甲\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱ 悬疑侦探 ✱　　　　　　✱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1508&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱ 游戏竞技 ✱　　　　　　✱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1510&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"虚拟网游\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1510&start={{page}}&count=20&sub=虚拟网游\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"游戏异界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1510&start={{page}}&count=20&sub=游戏异界\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"电子竞技\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1510&start={{page}}&count=20&sub=电子竞技\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"游戏系统\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1510&start={{page}}&count=20&sub=游戏系统\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"游戏主播\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1510&start={{page}}&count=20&sub=游戏主播\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱   武    侠   ✱　　　　　　✱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1503&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"传统武侠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1503&start={{page}}&count=20&sub=传统武侠\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武侠幻想\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1503&start={{page}}&count=20&sub=武侠幻想\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武侠同人\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1503&start={{page}}&count=20&sub=武侠同人\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古武未来\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1503&start={{page}}&count=20&sub=古武未来\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"国术无双\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1503&start={{page}}&count=20&sub=国术无双\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱ 体育 ✱　　　　　　✱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1511&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"篮球运动\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1511&start={{page}}&count=20&sub=篮球运动\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"足球运动\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1511&start={{page}}&count=20&sub=足球运动\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"体育赛事\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1511&start={{page}}&count=20&sub=体育赛事\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱ 轻小说 ✱　　　　　　✱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1512&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"衍生同人\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1512&start={{page}}&count=20&sub=衍生同人\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"原生幻想\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1512&start={{page}}&count=20&sub=原生幻想\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"搞笑吐槽\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1512&start={{page}}&count=20&sub=搞笑吐槽\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱   短    篇   ✱　　　　　　✱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1515&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"短篇小说\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1515&start={{page}}&count=20&sub=短篇小说\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"生活随笔\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1515&start={{page}}&count=20&sub=生活随笔\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"影视剧本\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1515&start={{page}}&count=20&sub=影视剧本\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"诗歌散文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1515&start={{page}}&count=20&sub=诗歌散文\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人物传记\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1515&start={{page}}&count=20&sub=人物传记\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"美文游记\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1515&start={{page}}&count=20&sub=美文游记\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"评论文集\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1515&start={{page}}&count=20&sub=评论文集\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱   现    实   ✱　　　　　　✱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1499&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现实百态\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1499&start={{page}}&count=20&sub=现实百态\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"爱情婚姻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1499&start={{page}}&count=20&sub=爱情婚姻\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"成功励志\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1499&start={{page}}&count=20&sub=成功励志\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"社会乡土\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1499&start={{page}}&count=20&sub=社会乡土\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青春文学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1499&start={{page}}&count=20&sub=青春文学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"文学艺术\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1499&start={{page}}&count=20&sub=文学艺术\",\"style\":{\"layout_flexGrow\":1}}]",
    "header": "{\n\t\"user-agent\":\"Mozilla/5.0 (Linux; Android 10; MI 8 Build/QKQ1.190828.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/83.0.4103.101 Mobile Safari/537.36\",\n\t\"Referer\":\"https://bookshelf.html5.qq.com/qbread\"\n\t}",
    "lastUpdateTime": 1723367334592,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 5676,
    "ruleBookInfo": {
      "author": "$.author",
      "canReName": "",
      "coverUrl": "$.picurl",
      "init": "$.data.bookInfo",
      "intro": "<p>{{(t=String(java.getString('$.tag'))).length?'🏷️ '+t.replace(/\\|/g,', '):''}}</p>{{'\\n&lrm;'}}\n<p>{{$.summary}}</p>",
      "kind": "{{$.userscore}}分\n{{$.subject}}\n{{java.getString('$.isfinish')=='true'?'已完结':'连载中'}}\n{{java.put('time',String(java.timeFormat(java.getString('$.lastUpdatetime')*1000)).replace(/\\//g,'-').replace(/\\s.*/,''))}}",
      "lastChapter": "{{$.lastSerialname}} • {{java.get('time')}}",
      "name": "$.resourceName",
      "tocUrl": "https://bookshelf.html5.qq.com/qbread/api/book/all-chapter?bookId={{$.resourceID}}",
      "wordCount": "$.contentsize"
    },
    "ruleContent": {
      "content": "<p>{{$.data.Content[0].Content}}</p>",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.rows[*]",
      "bookUrl": "https://bookshelf.html5.qq.com/qbread/api/novel/intro-info?bookid={{$.resourceID}}",
      "coverUrl": "$.picurl",
      "intro": "$.summary",
      "kind": "{{$.userscore}}分\n{{$.subject}}\n{{java.getString('$.isfinish')=='true'?'已完结':'连载中'}}\n{{String(java.timeFormat(java.getString('$.lastUpdatetime')*1000)).replace(/\\//g,'-').replace(/\\s.*/,'')}}",
      "lastChapter": "$.lastSerialname",
      "name": "$.resourceName##（.*",
      "wordCount": "$.contentsize"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.booklist[*]",
      "bookUrl": "$.bid\n<js>1100000000+parseInt(result)</js>\nhttps://bookshelf.html5.qq.com/qbread/api/novel/intro-info?bookid={{result}}",
      "checkKeyWord": "深空彼岸",
      "coverUrl": "$.bid\n@js:\nvar s = result\nfunction gt(s){\n\tlet a = s.slice(-3)\n\tif(a<10){\n\t\t\tn = s.slice(-1)\n\t\t}\n\telse if(a<100){\n\t\t\tn = s.slice(-2)\n\t\t}\n\telse{\n\t\t\tn = a\n\t\t}\n\treturn n\n}\n\"http://wfqqreader-1252317822.image.myqcloud.com/cover/\"+gt(s)+\"/\"+s+\"/b_\"+s+\".jpg\"",
      "intro": "$.intro",
      "kind": "{{$.categoryInfoV4\n##\\d.*?\\:(.*?)\\:.*?(,|$)##$1$2}}\n{{$.updateInfo##已更新至.*##连载中}}\n##小说,",
      "lastChapter": "$.updateInfo##已更新至##第",
      "name": "$.title",
      "wordCount": "$.totalWords"
    },
    "ruleToc": {
      "chapterList": "$.rows",
      "chapterName": "$.serialName",
      "chapterUrl": "https://novel.html5.qq.com/be-api/content/ads-read,{\n\t\"method\": \"POST\",\n\t\"body\": {\n\t\t\"Scene\": \"chapter\",\n\t\t\"ContentAnchorBatch\": [{\n\t\t\t\t\"BookID\": \"{{baseUrl.match(/bookId=(\\d+)/)[1]}}\",\n\t\t\t\t\"ChapterSeqNo\": [{{$.serialID}}]\n\t\t\t}]\n\t},\n\t\"headers\": {\n\t\t\"Q-GUID\": \"4aa27c7cf2d9aca3359656ea186488cb\"\n\t}\n}",
      "isPay": "$.isFree",
      "isVip": "//删掉这行字，vip章节会显示🔓\n$.isFree",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://newopensearch.reader.qq.com/wechat?keyword={{key}}&start={{page-1}}&end=19",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "漫画",
    "bookSourceName": "漫画小屋（优）",
    "bookSourceType": 2,
    "bookSourceUrl": "https://m.dm5.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1022,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734945453513,
    "loginUrl": "",
    "respondTime": 651,
    "ruleBookInfo": {
      "author": "p.detail-main-info-author@tag.a@text",
      "coverUrl": "img.detail-main-bg@src",
      "intro": "p.detail-desc@text",
      "kind": "p.detail-main-info-class@tag.a@text",
      "lastChapter": "ul.detail-list-select@tag,li.0@text",
      "name": "p.detail-main-info-title@text",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "@js:header={\"Referer\":baseUrl};\nheaders={\"headers\":JSON.stringify(header)};\neval(result.match(/eval(.*?)\\{\\}\\)\\)/)[0])\nvar image_list = []\nnewImgs.map(item=>{\n    image_list.push('<img src=\"'+item+','+JSON.stringify(headers)+'\">')\n})\nimage_list.join(\"\\n\")",
      "imageStyle": "",
      "nextContentUrl": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.p.0@text",
      "bookList": "ul.book-list@tag.li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.img@src",
      "intro": "p.book-list-info-desc@text",
      "kind": "",
      "lastChapter": "",
      "name": "p.book-list-info-title@text"
    },
    "ruleToc": {
      "chapterList": "-ul.detail-list-select@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://m.dm5.com/search?title={{key}}&language=1",
    "weight": 0
  },
  {
    "bookSourceComment": "<js>\ndo{\nt=Date();t1=Number(t.charAt(17));t2=Number(t.charAt(19));t3=Number(t.charAt(20));t4=Number(t.charAt(22));t5=Number(t.charAt(23));\nn=(t2+t4)%6*1000+t1*100+t3*10+t5;\nn=2302\nn=2189\nr=java.ajax(\"http://m.wufazhuce.com/article/\"+n.toString());\njava.setContent(r);\n}\nwhile(r.includes(\"404 Not Found\"));\n//获取4个随机数其中第一个数小于6，大于5918无内容，并访问网址\nchapter.title=java.getString('class.text-title@text');\n//传出标题\nresult=java.getString('class.text-content@html');\njava.log(\"🍊🍊\"+result);\n//获取正文内容\nif(String(result).includes(\"<img\")){result=String(result).match(/src\\=\\\"[^\"]+\\\"/g).map(x=>'<img src=\"'+x.replace(/\\?imageView[^\"]+/g,\"\")+'\">').join(\"\\n\");\njava.log(\"🍊\")}\n//判断正文是否有图片并处理\nbook.variable+=\"\\n﹉ID：\"+n+\"﹉﹉\\n\"+result;\nbook.variable;\n</js>\n//n=2302纯图片\n//n=2189需要处理的图片\n//2026图文混合\n//n=4023文本申明头",
    "bookSourceGroup": "免费",
    "bookSourceName": "单本阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.wufazhuce.com/",
    "customButton": false,
    "customOrder": 1023,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n    {\n        \"title\": \"添加书籍\",\n        \"url\": \"/article\",\n        \"style\": {\"layout_flexBasisPercent\":1}\n    }\n]",
    "header": "",
    "lastUpdateTime": 1745852631587,
    "respondTime": 2059,
    "ruleBookInfo": {
      "author": "<js>\"ONE·阅读\"</js>",
      "coverUrl": "<js>\"https://gitee.com/lyc486/yuedu/raw/master/cover486.webp\"</js>",
      "init": "",
      "name": "<js>\"ONE·阅读\"</js>",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "<js>\ndo{\nt=Date();t1=Number(t.charAt(17));t2=Number(t.charAt(19));t3=Number(t.charAt(20));t4=Number(t.charAt(22));t5=Number(t.charAt(23));\n//var t=new Date();\n//year=t.getFullYear();\n//java.log(\"🍊\"+year);\nn=(t2+t4)%6*1000+t1*100+t3*10+t5;\nr=java.ajax(\"http://m.wufazhuce.com/article/\"+n.toString());\njava.setContent(r);\n}\nwhile(r.includes(\"404 Not Found\"));\n//获取4个随机数其中第一个数小于6，大概大于5919无内容，并访问网址\nchapter.title=java.getString('class.text-title@text');\nchapter.url=\"http://m.wufazhuce.com/article/\"+n.toString();\n//传出标题\ns=String(java.getString('class.text-content@html'));\n//获取正文内容\nif(s.includes(\"<img\")){s=s.replace(/<img [^>]*src\\=\\\"([^\"]+?)(\\?imageView[^\"]+)?\\\"[^>]*>/g,'<img src=\"$1\">')}\n//判断正文是否有图片并处理\nelse if(s.includes(\"<![endif]-->\")){s=s.replace(/<!--\\[if gte[\\S\\s]+<!\\[endif\\]-->/,\"\")}\nif(source.getVariable()<=0||source.getVariable()==\"NaN\"||book.variable==null){\nbook.variable=\"\";\nsource.setVariable(39);\n}\nelse{\nsource.setVariable(source.getVariable()-1);\n}\nbook.variable+=\"\\n★\"+chapter.title+\"\\n\"+s;\nbook.variable;\n</js>",
      "imageStyle": "",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "<js>[\"ONE·阅读\"]</js>",
      "bookUrl": "<js>\"http://m.wufazhuce.com/article/\"</js>",
      "name": "<js>\"ONE·阅读\"</js>"
    },
    "ruleSearch": {
      "bookList": "<js>[\"ONE·阅读\"]</js>",
      "bookUrl": "<js>\"http://m.wufazhuce.com/article/\"</js>",
      "checkKeyWord": "lyc486",
      "name": "<js>\nif(baseUrl.endsWith(\"lyc486\")){\n\tjava.log(baseUrl)\n\"ONE·阅读\"}else{\"\"}\n</js>"
    },
    "ruleToc": {
      "chapterList": "<js>[\"ONE·阅读\"]</js>",
      "chapterName": "<js>\"ONE·阅读\"</js>",
      "chapterUrl": "",
      "preUpdateJs": "if(source.getVariable()<=0||source.getVariable()==\"NaN\"||book.variable==null){\nbook.variable=\"\";\nsource.setVariable(39);\n}"
    },
    "searchUrl": "/article/{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "QQ浏览器",
    "bookSourceGroup": "免费",
    "bookSourceName": "🌕松鹤阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "DQuestQBall",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1024,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"　　　　　　 男频分类 　　　　　　\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"　　　　　　 都市 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1505&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"都市生活\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1505&start={{page}}&count=20&sub=都市生活\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异术超能\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1505&start={{page}}&count=20&sub=异术超能\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐明星\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1505&start={{page}}&count=20&sub=娱乐明星\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"商战职场\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1505&start={{page}}&count=20&sub=商战职场\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青春校园\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1505&start={{page}}&count=20&sub=青春校园\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 玄幻 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1501&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"异世大陆\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1501&start={{page}}&count=20&sub=异世大陆\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"东方玄幻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1501&start={{page}}&count=20&sub=东方玄幻\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"高武世界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1501&start={{page}}&count=20&sub=高武世界\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"王朝争霸\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1501&start={{page}}&count=20&sub=王朝争霸\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 仙侠 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1504&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"幻想修仙\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1504&start={{page}}&count=20&sub=幻想修仙\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神话修真\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1504&start={{page}}&count=20&sub=神话修真\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古典仙侠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1504&start={{page}}&count=20&sub=古典仙侠\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"修真文明\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1504&start={{page}}&count=20&sub=修真文明\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代修真\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1504&start={{page}}&count=20&sub=现代修真\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 奇幻 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1502&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"史诗奇幻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1502&start={{page}}&count=20&sub=史诗奇幻\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"另类幻想\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1502&start={{page}}&count=20&sub=另类幻想\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"剑与魔法\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1502&start={{page}}&count=20&sub=剑与魔法\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代魔法\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1502&start={{page}}&count=20&sub=现代魔法\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史神话\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1502&start={{page}}&count=20&sub=历史神话\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 历史 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1506&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"架空历史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1506&start={{page}}&count=20&sub=架空历史\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"秦汉三国\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1506&start={{page}}&count=20&sub=秦汉三国\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"两宋元明\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1506&start={{page}}&count=20&sub=两宋元明\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"两晋隋唐\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1506&start={{page}}&count=20&sub=两晋隋唐\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史传记\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1506&start={{page}}&count=20&sub=历史传记\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"上古先秦\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1506&start={{page}}&count=20&sub=上古先秦\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"清史民国\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1506&start={{page}}&count=20&sub=清史民国\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"外国历史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1506&start={{page}}&count=20&sub=外国历史\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 军事 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1507&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"抗战烽火\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1507&start={{page}}&count=20&sub=抗战烽火\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"战争幻想\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1507&start={{page}}&count=20&sub=战争幻想\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"谍战特工\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1507&start={{page}}&count=20&sub=谍战特工\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"军旅生涯\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1507&start={{page}}&count=20&sub=军旅生涯\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"军事战争\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1507&start={{page}}&count=20&sub=军事战争\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 科幻空间 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1509&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"末世危机\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1509&start={{page}}&count=20&sub=末世危机\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时空穿梭\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1509&start={{page}}&count=20&sub=时空穿梭\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"进化变异\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1509&start={{page}}&count=20&sub=进化变异\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"未来世界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1509&start={{page}}&count=20&sub=未来世界\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"星际文明\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1509&start={{page}}&count=20&sub=星际文明\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"超级科技\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1509&start={{page}}&count=20&sub=超级科技\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古武机甲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1509&start={{page}}&count=20&sub=古武机甲\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 悬疑侦探 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1508&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"　　　　　　 游戏竞技 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1510&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"虚拟网游\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1510&start={{page}}&count=20&sub=虚拟网游\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"游戏异界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1510&start={{page}}&count=20&sub=游戏异界\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"电子竞技\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1510&start={{page}}&count=20&sub=电子竞技\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"游戏系统\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1510&start={{page}}&count=20&sub=游戏系统\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"游戏主播\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1510&start={{page}}&count=20&sub=游戏主播\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 武侠 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1503&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"传统武侠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1503&start={{page}}&count=20&sub=传统武侠\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武侠幻想\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1503&start={{page}}&count=20&sub=武侠幻想\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武侠同人\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1503&start={{page}}&count=20&sub=武侠同人\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古武未来\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1503&start={{page}}&count=20&sub=古武未来\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"国术无双\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1503&start={{page}}&count=20&sub=国术无双\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 体育 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1511&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"篮球运动\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1511&start={{page}}&count=20&sub=篮球运动\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"足球运动\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1511&start={{page}}&count=20&sub=足球运动\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"体育赛事\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1511&start={{page}}&count=20&sub=体育赛事\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 轻小说 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1512&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"衍生同人\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1512&start={{page}}&count=20&sub=衍生同人\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"原生幻想\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1512&start={{page}}&count=20&sub=原生幻想\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"搞笑吐槽\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1512&start={{page}}&count=20&sub=搞笑吐槽\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 短篇 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1515&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"短篇小说\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1515&start={{page}}&count=20&sub=短篇小说\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"生活随笔\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1515&start={{page}}&count=20&sub=生活随笔\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"影视剧本\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1515&start={{page}}&count=20&sub=影视剧本\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"诗歌散文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1515&start={{page}}&count=20&sub=诗歌散文\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人物传记\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1515&start={{page}}&count=20&sub=人物传记\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"美文游记\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1515&start={{page}}&count=20&sub=美文游记\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"评论文集\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1515&start={{page}}&count=20&sub=评论文集\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 现实 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1499&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"现实百态\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1499&start={{page}}&count=20&sub=现实百态\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"爱情婚姻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1499&start={{page}}&count=20&sub=爱情婚姻\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"成功励志\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1499&start={{page}}&count=20&sub=成功励志\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"社会乡土\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1499&start={{page}}&count=20&sub=社会乡土\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青春文学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1499&start={{page}}&count=20&sub=青春文学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"文学艺术\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1499&start={{page}}&count=20&sub=文学艺术\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 女频分类 　　　　　　\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"　　　　　　 现代言情 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1524&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"婚恋情缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1524&start={{page}}&count=20&sub=婚恋情缘\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"豪门世家\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1524&start={{page}}&count=20&sub=豪门世家\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市生活\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1524&start={{page}}&count=20&sub=都市生活\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐明星\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1524&start={{page}}&count=20&sub=娱乐明星\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市异能\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1524&start={{page}}&count=20&sub=都市异能\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"商战职场\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1524&start={{page}}&count=20&sub=商战职场\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"民国情缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1524&start={{page}}&count=20&sub=民国情缘\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"官场沉浮\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1524&start={{page}}&count=20&sub=官场沉浮\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 古代言情 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1523&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"古典架空\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1523&start={{page}}&count=20&sub=古典架空\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越奇情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1523&start={{page}}&count=20&sub=穿越奇情\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古代情缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1523&start={{page}}&count=20&sub=古代情缘\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫闱宅斗\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1523&start={{page}}&count=20&sub=宫闱宅斗\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"经商种田\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1523&start={{page}}&count=20&sub=经商种田\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女尊王朝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1523&start={{page}}&count=20&sub=女尊王朝\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"热血江湖\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1523&start={{page}}&count=20&sub=热血江湖\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"上古蛮荒\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1523&start={{page}}&count=20&sub=上古蛮荒\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 悬疑侦探 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1518&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"推理侦探\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1518&start={{page}}&count=20&sub=推理侦探\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"悬疑探险\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1518&start={{page}}&count=20&sub=悬疑探险\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神秘文化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1518&start={{page}}&count=20&sub=神秘文化\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"恐怖惊悚\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1518&start={{page}}&count=20&sub=恐怖惊悚\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幽冥情缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1518&start={{page}}&count=20&sub=幽冥情缘\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 仙侠奇缘 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1517&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"古典仙侠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1517&start={{page}}&count=20&sub=古典仙侠\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙侣奇缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1517&start={{page}}&count=20&sub=仙侣奇缘\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武侠情缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1517&start={{page}}&count=20&sub=武侠情缘\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代修真\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1517&start={{page}}&count=20&sub=现代修真\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"远古洪荒\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1517&start={{page}}&count=20&sub=远古洪荒\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 玄幻言情 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1516&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"东方玄幻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1516&start={{page}}&count=20&sub=东方玄幻\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异世大陆\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1516&start={{page}}&count=20&sub=异世大陆\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"魔法幻情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1516&start={{page}}&count=20&sub=魔法幻情\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异能超术\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1516&start={{page}}&count=20&sub=异能超术\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异族恋情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1516&start={{page}}&count=20&sub=异族恋情\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西方奇幻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1516&start={{page}}&count=20&sub=西方奇幻\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"远古神话\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1516&start={{page}}&count=20&sub=远古神话\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 浪漫青春 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1522&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"青春校园\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1522&start={{page}}&count=20&sub=青春校园\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青春纯爱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1522&start={{page}}&count=20&sub=青春纯爱\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青春疼痛\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1522&start={{page}}&count=20&sub=青春疼痛\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"叛逆成长\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1522&start={{page}}&count=20&sub=叛逆成长\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 科幻空间 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1519&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"时空穿梭\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1519&start={{page}}&count=20&sub=时空穿梭\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"末世危机\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1519&start={{page}}&count=20&sub=末世危机\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"未来世界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1519&start={{page}}&count=20&sub=未来世界\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"星际恋歌\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1519&start={{page}}&count=20&sub=星际恋歌\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"超级科技\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1519&start={{page}}&count=20&sub=超级科技\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"进化变异\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1519&start={{page}}&count=20&sub=进化变异\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古武机甲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1519&start={{page}}&count=20&sub=古武机甲\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 游戏竞技 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1520&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"网游情缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1520&start={{page}}&count=20&sub=网游情缘\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"电子竞技\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1520&start={{page}}&count=20&sub=电子竞技\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"游戏异界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1520&start={{page}}&count=20&sub=游戏异界\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"体育竞技\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1520&start={{page}}&count=20&sub=体育竞技\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 纯爱 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1707&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"婚恋情缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1707&start={{page}}&count=20&sub=婚恋情缘\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时空穿梭\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1707&start={{page}}&count=20&sub=时空穿梭\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越奇情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1707&start={{page}}&count=20&sub=穿越奇情\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古典架空\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1707&start={{page}}&count=20&sub=古典架空\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古代情缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1707&start={{page}}&count=20&sub=古代情缘\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市生活\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1707&start={{page}}&count=20&sub=都市生活\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 出版文学 　　　　　　\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"　　　　　　 小说 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1688&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"社会\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1688&start={{page}}&count=20&sub=社会\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"情感\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1688&start={{page}}&count=20&sub=情感\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"侦探/悬疑/推理\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1688&start={{page}}&count=20&sub=侦探/悬疑/推理\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"作品集\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1688&start={{page}}&count=20&sub=作品集\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1688&start={{page}}&count=20&sub=历史\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1688&start={{page}}&count=20&sub=科幻\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1688&start={{page}}&count=20&sub=武侠\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"世界名著\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1688&start={{page}}&count=20&sub=世界名著\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 励志 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1690&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"成功/激励\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1690&start={{page}}&count=20&sub=成功/激励\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"心灵与修养\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1690&start={{page}}&count=20&sub=心灵与修养\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青少年励志\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1690&start={{page}}&count=20&sub=青少年励志\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人际交往\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1690&start={{page}}&count=20&sub=人际交往\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人生哲学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1690&start={{page}}&count=20&sub=人生哲学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"口才/演讲/辩论\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1690&start={{page}}&count=20&sub=口才/演讲/辩论\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人在职场\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1690&start={{page}}&count=20&sub=人在职场\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女性励志\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1690&start={{page}}&count=20&sub=女性励志\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 心理 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1466&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"心理百科\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1466&start={{page}}&count=20&sub=心理百科\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"心理学经典著作\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1466&start={{page}}&count=20&sub=心理学经典著作\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"心理学入门\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1466&start={{page}}&count=20&sub=心理学入门\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"应用心理学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1466&start={{page}}&count=20&sub=应用心理学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人格心理学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1466&start={{page}}&count=20&sub=人格心理学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"心灵疗愈\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1466&start={{page}}&count=20&sub=心灵疗愈\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"心理学理论与研究\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1466&start={{page}}&count=20&sub=心理学理论与研究\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"社会心理学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1466&start={{page}}&count=20&sub=社会心理学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 军事 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1697&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"武器装备\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1697&start={{page}}&count=20&sub=武器装备\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"军事理论\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1697&start={{page}}&count=20&sub=军事理论\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"世界军事\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1697&start={{page}}&count=20&sub=世界军事\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"军事文学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1697&start={{page}}&count=20&sub=军事文学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"军事史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1697&start={{page}}&count=20&sub=军事史\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"经典军事著作\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1697&start={{page}}&count=20&sub=经典军事著作\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"战略战术战役\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1697&start={{page}}&count=20&sub=战略战术战役\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"中国军事\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1697&start={{page}}&count=20&sub=中国军事\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 政治 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1464&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"政治理论\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1464&start={{page}}&count=20&sub=政治理论\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"党政读物\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1464&start={{page}}&count=20&sub=党政读物\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"中国政治\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1464&start={{page}}&count=20&sub=中国政治\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"世界政治\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1464&start={{page}}&count=20&sub=世界政治\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"法律普及读物\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1464&start={{page}}&count=20&sub=法律普及读物\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"政治热点\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1464&start={{page}}&count=20&sub=政治热点\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"公共管理\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1464&start={{page}}&count=20&sub=公共管理\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"法律法规\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1464&start={{page}}&count=20&sub=法律法规\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 文学 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1692&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"中国现当代随笔\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1692&start={{page}}&count=20&sub=中国现当代随笔\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"文集\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1692&start={{page}}&count=20&sub=文集\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"中国现当代诗歌\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1692&start={{page}}&count=20&sub=中国现当代诗歌\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"纪实文学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1692&start={{page}}&count=20&sub=纪实文学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"文学评论与鉴赏\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1692&start={{page}}&count=20&sub=文学评论与鉴赏\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"名家作品\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1692&start={{page}}&count=20&sub=名家作品\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"中国古诗词\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1692&start={{page}}&count=20&sub=中国古诗词\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"文学理论\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1692&start={{page}}&count=20&sub=文学理论\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 文化 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"文学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=文学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"中国文化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=中国文化\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"文化史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=文化史\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"地域文化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=地域文化\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"民族文化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=民族文化\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"艺术理论\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=艺术理论\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"国学普及读物\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=国学普及读物\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"文化理论\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=文化理论\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 历史 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1693&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"历史普及读物\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1693&start={{page}}&count=20&sub=历史普及读物\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"中国史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1693&start={{page}}&count=20&sub=中国史\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"世界史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1693&start={{page}}&count=20&sub=世界史\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"地方史志\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1693&start={{page}}&count=20&sub=地方史志\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史随笔\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1693&start={{page}}&count=20&sub=历史随笔\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"文物考古\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1693&start={{page}}&count=20&sub=文物考古\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"史料典籍\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1693&start={{page}}&count=20&sub=史料典籍\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"史学理论\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1693&start={{page}}&count=20&sub=史学理论\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 社科 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1691&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"教育\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1691&start={{page}}&count=20&sub=教育\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"语言文字\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1691&start={{page}}&count=20&sub=语言文字\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"社会科学总论\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1691&start={{page}}&count=20&sub=社会科学总论\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"社会学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1691&start={{page}}&count=20&sub=社会学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"经典名家作品集\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1691&start={{page}}&count=20&sub=经典名家作品集\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人类学/人口学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1691&start={{page}}&count=20&sub=人类学/人口学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"新闻传播出版\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1691&start={{page}}&count=20&sub=新闻传播出版\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"民族学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1691&start={{page}}&count=20&sub=民族学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 养生 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1463&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"健康百科\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1463&start={{page}}&count=20&sub=健康百科\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"饮食健康\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1463&start={{page}}&count=20&sub=饮食健康\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"常见病预防和治疗\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1463&start={{page}}&count=20&sub=常见病预防和治疗\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"药膳食疗\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1463&start={{page}}&count=20&sub=药膳食疗\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"中医养生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1463&start={{page}}&count=20&sub=中医养生\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女性/儿童\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1463&start={{page}}&count=20&sub=女性/儿童\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"心理健康\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1463&start={{page}}&count=20&sub=心理健康\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"中老年养生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1463&start={{page}}&count=20&sub=中老年养生\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 投资 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1704&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"理财技巧\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1704&start={{page}}&count=20&sub=理财技巧\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女性理财\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1704&start={{page}}&count=20&sub=女性理财\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"证券/股票\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1704&start={{page}}&count=20&sub=证券/股票\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"投资指南\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1704&start={{page}}&count=20&sub=投资指南\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"外汇\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1704&start={{page}}&count=20&sub=外汇\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 经济 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1703&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"经济通俗读物\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1703&start={{page}}&count=20&sub=经济通俗读物\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"经济学理论\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1703&start={{page}}&count=20&sub=经济学理论\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"各部门经济\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1703&start={{page}}&count=20&sub=各部门经济\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"中国经济\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1703&start={{page}}&count=20&sub=中国经济\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"国际经济\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1703&start={{page}}&count=20&sub=国际经济\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"经济史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1703&start={{page}}&count=20&sub=经济史\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"经济法\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1703&start={{page}}&count=20&sub=经济法\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"财政税收\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1703&start={{page}}&count=20&sub=财政税收\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 亲子 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1683&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"家教方法\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1683&start={{page}}&count=20&sub=家教方法\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"育儿/亲子\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1683&start={{page}}&count=20&sub=育儿/亲子\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"孕产知识\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1683&start={{page}}&count=20&sub=孕产知识\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"素质教育\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1683&start={{page}}&count=20&sub=素质教育\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"母婴喂养/护理\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1683&start={{page}}&count=20&sub=母婴喂养/护理\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"胎教/早教\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1683&start={{page}}&count=20&sub=胎教/早教\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"家教理论\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1683&start={{page}}&count=20&sub=家教理论\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"养育女孩\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1683&start={{page}}&count=20&sub=养育女孩\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 管理 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1689&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"一般管理学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1689&start={{page}}&count=20&sub=一般管理学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"市场/营销\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1689&start={{page}}&count=20&sub=市场/营销\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"企业与企业家\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1689&start={{page}}&count=20&sub=企业与企业家\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"金融/投资\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1689&start={{page}}&count=20&sub=金融/投资\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"电子商务\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1689&start={{page}}&count=20&sub=电子商务\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"会计/财务\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1689&start={{page}}&count=20&sub=会计/财务\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"商业史传\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1689&start={{page}}&count=20&sub=商业史传\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"战略管理\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1689&start={{page}}&count=20&sub=战略管理\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 两性 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1696&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"恋爱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1696&start={{page}}&count=20&sub=恋爱\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"婚姻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1696&start={{page}}&count=20&sub=婚姻\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"婚恋综合\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1696&start={{page}}&count=20&sub=婚恋综合\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"性知识\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1696&start={{page}}&count=20&sub=性知识\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 哲学 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1701&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"中国哲学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1701&start={{page}}&count=20&sub=中国哲学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"哲学知识读物\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1701&start={{page}}&count=20&sub=哲学知识读物\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西方哲学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1701&start={{page}}&count=20&sub=西方哲学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"哲学经典著作\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1701&start={{page}}&count=20&sub=哲学经典著作\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"东方哲学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1701&start={{page}}&count=20&sub=东方哲学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"伦理学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1701&start={{page}}&count=20&sub=伦理学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"哲学理论与流派\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1701&start={{page}}&count=20&sub=哲学理论与流派\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"马克思哲学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1701&start={{page}}&count=20&sub=马克思哲学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 宗教 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1702&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"佛教\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1702&start={{page}}&count=20&sub=佛教\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宗教普及读物\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1702&start={{page}}&count=20&sub=宗教普及读物\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"道教\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1702&start={{page}}&count=20&sub=道教\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宗教理论与概况\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1702&start={{page}}&count=20&sub=宗教理论与概况\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"伊斯兰教\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1702&start={{page}}&count=20&sub=伊斯兰教\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宗教经典著作\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1702&start={{page}}&count=20&sub=宗教经典著作\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 传记 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1695&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"人物合集\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1695&start={{page}}&count=20&sub=人物合集\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史人物\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1695&start={{page}}&count=20&sub=历史人物\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"财经人物\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1695&start={{page}}&count=20&sub=财经人物\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"政治人物\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1695&start={{page}}&count=20&sub=政治人物\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"文学家\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1695&start={{page}}&count=20&sub=文学家\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历代帝王\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1695&start={{page}}&count=20&sub=历代帝王\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1695&start={{page}}&count=20&sub=其他\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科学家\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1695&start={{page}}&count=20&sub=科学家\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 科普 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1698&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"百科知识\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1698&start={{page}}&count=20&sub=百科知识\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科学世界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1698&start={{page}}&count=20&sub=科学世界\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人类故事\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1698&start={{page}}&count=20&sub=人类故事\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宇宙知识\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1698&start={{page}}&count=20&sub=宇宙知识\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"生物世界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1698&start={{page}}&count=20&sub=生物世界\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"生态环境\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1698&start={{page}}&count=20&sub=生态环境\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神秘现象\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1698&start={{page}}&count=20&sub=神秘现象\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"数理化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1698&start={{page}}&count=20&sub=数理化\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 自然 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1706&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"总论\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1706&start={{page}}&count=20&sub=总论\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"地球科学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1706&start={{page}}&count=20&sub=地球科学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天文学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1706&start={{page}}&count=20&sub=天文学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科技史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1706&start={{page}}&count=20&sub=科技史\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"生物科学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1706&start={{page}}&count=20&sub=生物科学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"化学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1706&start={{page}}&count=20&sub=化学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"物理学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1706&start={{page}}&count=20&sub=物理学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 美食 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1705&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"家常菜谱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1705&start={{page}}&count=20&sub=家常菜谱\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"药膳食疗\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1705&start={{page}}&count=20&sub=药膳食疗\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"地方美食\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1705&start={{page}}&count=20&sub=地方美食\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"茶酒饮料\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1705&start={{page}}&count=20&sub=茶酒饮料\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"烹饪理论/手册\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1705&start={{page}}&count=20&sub=烹饪理论/手册\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"饮食文化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1705&start={{page}}&count=20&sub=饮食文化\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西餐料理\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1705&start={{page}}&count=20&sub=西餐料理\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 休闲 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1465&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"幽默笑话\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1465&start={{page}}&count=20&sub=幽默笑话\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"旅游随笔\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1465&start={{page}}&count=20&sub=旅游随笔\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宠物杂事\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1465&start={{page}}&count=20&sub=宠物杂事\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"游戏\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1465&start={{page}}&count=20&sub=游戏\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"家庭园艺\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1465&start={{page}}&count=20&sub=家庭园艺\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"户外探险\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1465&start={{page}}&count=20&sub=户外探险\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"国内自助旅游指南\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1465&start={{page}}&count=20&sub=国内自助旅游指南\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"车载户外\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1465&start={{page}}&count=20&sub=车载户外\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 艺术 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"文学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=文学\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"中国文化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=中国文化\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"文化史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=文化史\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"地域文化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=地域文化\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"民族文化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=民族文化\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"艺术理论\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=艺术理论\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"国学普及读物\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=国学普及读物\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"文化理论\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1461&start={{page}}&count=20&sub=文化理论\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　　　 时尚 　　　　　　\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1694&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"护肤/美容整形\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1694&start={{page}}&count=20&sub=护肤/美容整形\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"家事窍门\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1694&start={{page}}&count=20&sub=家事窍门\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时尚\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1694&start={{page}}&count=20&sub=时尚\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"家装方法指导\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1694&start={{page}}&count=20&sub=家装方法指导\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"瘦身美体\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1694&start={{page}}&count=20&sub=瘦身美体\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"服饰搭配/配饰\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1694&start={{page}}&count=20&sub=服饰搭配/配饰\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"家装策略秘籍\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1694&start={{page}}&count=20&sub=家装策略秘籍\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"彩妆/美发/美甲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1694&start={{page}}&count=20&sub=彩妆/美发/美甲\",\"style\":{\"layout_flexGrow\":1}}]",
    "header": "{\n\t\"user-agent\":\"Mozilla/5.0 (Linux; Android 10; MI 8 Build/QKQ1.190828.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/83.0.4103.101 Mobile Safari/537.36\",\n\t\"Referer\":\"https://bookshelf.html5.qq.com/qbread\"\n\t}",
    "lastUpdateTime": 1750434044355,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 6752,
    "ruleBookInfo": {
      "author": "$.author",
      "canReName": "",
      "coverUrl": "$.picurl",
      "init": "$.data.bookInfo",
      "intro": "<p>{{(t=String(java.getString('$.tag'))).length?'🏷️ '+t.replace(/\\|/g,', '):''}}</p>{{'\\n&lrm;'}}\n<p>{{$.summary}}</p>",
      "kind": "{{$.userscore}}分\n{{$.subject}}\n{{java.getString('$.isfinish')=='true'?'已完结':'连载中'}}\n{{java.put('time',String(java.timeFormat(java.getString('$.lastUpdatetime')*1000)).replace(/\\//g,'-').replace(/\\s.*/,''))}}",
      "lastChapter": "{{$.lastSerialname}} • {{java.get('time')}}",
      "name": "$.resourceName",
      "tocUrl": "https://bookshelf.html5.qq.com/qbread/api/book/all-chapter?bookId={{$.resourceID}}",
      "wordCount": "$.contentsize"
    },
    "ruleContent": {
      "content": "<p>{{$.data.Content[0].Content}}</p>",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.rows[*]",
      "bookUrl": "https://bookshelf.html5.qq.com/qbread/api/novel/intro-info?bookid={{$.resourceID}}",
      "coverUrl": "$.picurl",
      "intro": "$.summary",
      "kind": "{{$.userscore}}分\n{{$.subject}}\n{{java.getString('$.isfinish')=='true'?'已完结':'连载中'}}\n{{String(java.timeFormat(java.getString('$.lastUpdatetime')*1000)).replace(/\\//g,'-').replace(/\\s.*/,'')}}",
      "lastChapter": "$.lastSerialname",
      "name": "$.resourceName##（.*",
      "wordCount": "$.contentsize"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.booklist[*]",
      "bookUrl": "$.bid\n<js>1100000000+parseInt(result)</js>\nhttps://bookshelf.html5.qq.com/qbread/api/novel/intro-info?bookid={{result}}",
      "checkKeyWord": "深空彼岸",
      "coverUrl": "$.bid\n@js:\nvar s = result\nfunction gt(s){\n\tlet a = s.slice(-3)\n\tif(a<10){\n\t\t\tn = s.slice(-1)\n\t\t}\n\telse if(a<100){\n\t\t\tn = s.slice(-2)\n\t\t}\n\telse{\n\t\t\tn = a\n\t\t}\n\treturn n\n}\n\"http://wfqqreader-1252317822.image.myqcloud.com/cover/\"+gt(s)+\"/\"+s+\"/b_\"+s+\".jpg\"",
      "intro": "$.intro",
      "kind": "{{$.categoryInfoV4\n##\\d.*?\\:(.*?)\\:.*?(,|$)##$1$2}}\n{{$.updateInfo##已更新至.*##连载中}}\n##小说,",
      "lastChapter": "$.updateInfo##已更新至##第",
      "name": "$.title",
      "wordCount": "$.totalWords"
    },
    "ruleToc": {
      "chapterList": "$.rows",
      "chapterName": "$.serialName",
      "chapterUrl": "https://novel.html5.qq.com/be-api/content/ads-read,{\n\t\"method\": \"POST\",\n\t\"body\": {\n\t\t\"Scene\": \"chapter\",\n\t\t\"ContentAnchorBatch\": [{\n\t\t\t\t\"BookID\": \"{{baseUrl.match(/bookId=(\\d+)/)[1]}}\",\n\t\t\t\t\"ChapterSeqNo\": [{{$.serialID}}]\n\t\t\t}]\n\t},\n\t\"headers\": {\n\t\t\"Q-GUID\": \"4aa27c7cf2d9aca3359656ea186488cb\"\n\t}\n}",
      "isPay": "$.isFree",
      "isVip": "//删掉这行字，vip章节会显示🔓\n$.isFree",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://newopensearch.reader.qq.com/wechat?keyword={{key}}&start={{page-1}}&end=19",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "新笔趣阁 xbiquge.la ️少敏感字",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xbiquge.laa",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1025,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n    \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0\",\n    \"cookie\":\"Hm_lvt_8fd9f526ca72jb9418ca50c2g79d2f70=1597461516\"\n}",
    "lastUpdateTime": 1734834064287,
    "loginUrl": "",
    "respondTime": 1327,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作.*者：",
      "coverUrl": "id.fmimg@tag.img@src",
      "init": "\n",
      "intro": "id.intro@tag.p.1@text",
      "kind": "class.con_top@text ##.*阁\\s>\\s|>.*",
      "lastChapter": "id.info@tag.p.3@title",
      "name": "id.info@tag.h1@text",
      "wordCount": "id.info@tag.p.2@text ##最后更新："
    },
    "ruleContent": {
      "content": "id.content@textNodes",
      "imageStyle": "0"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.even.1@text",
      "bookList": "class.grid@tag.tbody@tag.tr!0",
      "bookUrl": "class.even.0@tag.a@href",
      "coverUrl": "class.even.0@tag.a@href##.+\\D((\\d+)\\d{3})\\D##https://www.xbiquge.la/files/article/image/$2/$1/$1s.jpg###",
      "lastChapter": "class.odd.0@tag.a@text",
      "name": "class.even.0@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.xbiquge.la/modules/article/waps.php?searchkey={{key}}",
    "weight": 52
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版",
    "bookSourceName": "飞卢小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://b.faloo.com",
    "bookUrlPattern": "https://b\\.faloo\\.com/f/\\d+.html",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1026,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"爽文\",\"url\":\"https://b.faloo.com/tagmore_3357_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"穿越\",\"url\":\"https://b.faloo.com/tagmore_3476_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"系统\",\"url\":\"https://b.faloo.com/tagmore_37395_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市\",\"url\":\"https://b.faloo.com/tagmore_3482_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"同人\",\"url\":\"https://b.faloo.com/tagmore_3472_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"热血\",\"url\":\"https://b.faloo.com/tagmore_3092_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"后宫\",\"url\":\"https://b.faloo.com/tagmore_3338_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"美女\",\"url\":\"https://b.faloo.com/tagmore_3473_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"玄幻\",\"url\":\"https://b.faloo.com/tagmore_37401_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"重生\",\"url\":\"https://b.faloo.com/tagmore_3334_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"搞笑\",\"url\":\"https://b.faloo.com/tagmore_3085_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"成长\",\"url\":\"https://b.faloo.com/tagmore_3101_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"二次元\",\"url\":\"https://b.faloo.com/tagmore_3461_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"升级练功\",\"url\":\"https://b.faloo.com/tagmore_3373_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"修真\",\"url\":\"https://b.faloo.com/tagmore_3467_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"扮猪吃虎\",\"url\":\"https://b.faloo.com/tagmore_3354_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"争霸\",\"url\":\"https://b.faloo.com/tagmore_3346_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"位面\",\"url\":\"https://b.faloo.com/tagmore_3401_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"综漫\",\"url\":\"https://b.faloo.com/tagmore_3481_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"网游\",\"url\":\"https://b.faloo.com/tagmore_3477_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻\",\"url\":\"https://b.faloo.com/tagmore_3096_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"洪荒\",\"url\":\"https://b.faloo.com/tagmore_37396_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"娱乐\",\"url\":\"https://b.faloo.com/tagmore_28174_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠\",\"url\":\"https://b.faloo.com/tagmore_3095_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"恐怖\",\"url\":\"https://b.faloo.com/tagmore_3480_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"直播\",\"url\":\"https://b.faloo.com/tagmore_28171_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"明星\",\"url\":\"https://b.faloo.com/tagmore_3128_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"无限\",\"url\":\"https://b.faloo.com/tagmore_3464_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"爱情\",\"url\":\"https://b.faloo.com/tagmore_3077_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"万界\",\"url\":\"https://b.faloo.com/tagmore_37399_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"生存\",\"url\":\"https://b.faloo.com/tagmore_3370_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"校园\",\"url\":\"https://b.faloo.com/tagmore_3395_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"轻小说\",\"url\":\"https://b.faloo.com/tagmore_3100_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"无限流\",\"url\":\"https://b.faloo.com/tagmore_3335_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"三国\",\"url\":\"https://b.faloo.com/tagmore_3400_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"种田\",\"url\":\"https://b.faloo.com/tagmore_3348_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"末日\",\"url\":\"https://b.faloo.com/tagmore_59432_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"捉鬼\",\"url\":\"https://b.faloo.com/tagmore_28173_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"西游\",\"url\":\"https://b.faloo.com/tagmore_85495_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"丧尸\",\"url\":\"https://b.faloo.com/tagmore_3382_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇遇\",\"url\":\"https://b.faloo.com/tagmore_3371_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"探险\",\"url\":\"https://b.faloo.com/tagmore_3133_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"大唐\",\"url\":\"https://b.faloo.com/tagmore_37398_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"惊怖\",\"url\":\"https://b.faloo.com/tagmore_3091_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"王朝\",\"url\":\"https://b.faloo.com/tagmore_3097_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市\",\"url\":\"https://b.faloo.com/tagmore_79997_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"生活\",\"url\":\"https://b.faloo.com/tagmore_3112_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"暗黑\",\"url\":\"https://b.faloo.com/tagmore_3343_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"冷酷\",\"url\":\"https://b.faloo.com/tagmore_3378_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"僵尸\",\"url\":\"https://b.faloo.com/tagmore_3341_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"大明\",\"url\":\"https://b.faloo.com/tagmore_85486_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"召唤\",\"url\":\"https://b.faloo.com/tagmore_3336_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"大秦\",\"url\":\"https://b.faloo.com/tagmore_37394_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"爆笑\",\"url\":\"https://b.faloo.com/tagmore_3119_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"斗争\",\"url\":\"https://b.faloo.com/tagmore_3116_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"青春\",\"url\":\"https://b.faloo.com/tagmore_3094_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"洪荒\",\"url\":\"https://b.faloo.com/tagmore_69229_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"养成\",\"url\":\"https://b.faloo.com/tagmore_3350_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"学生\",\"url\":\"https://b.faloo.com/tagmore_3377_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"霸道\",\"url\":\"https://b.faloo.com/tagmore_3468_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"复仇\",\"url\":\"https://b.faloo.com/tagmore_3079_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推理\",\"url\":\"https://b.faloo.com/tagmore_3099_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"权谋\",\"url\":\"https://b.faloo.com/tagmore_3385_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"求生\",\"url\":\"https://b.faloo.com/tagmore_28182_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"龙\",\"url\":\"https://b.faloo.com/tagmore_3402_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"变身\",\"url\":\"https://b.faloo.com/tagmore_3337_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"四合院\",\"url\":\"https://b.faloo.com/tagmore_85627_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"无系统\",\"url\":\"https://b.faloo.com/tagmore_85630_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"铁血\",\"url\":\"https://b.faloo.com/tagmore_3376_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"盗墓\",\"url\":\"https://b.faloo.com/tagmore_3398_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"斗智\",\"url\":\"https://b.faloo.com/tagmore_3392_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"娱乐\",\"url\":\"https://b.faloo.com/tagmore_80837_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"技术流\",\"url\":\"https://b.faloo.com/tagmore_3352_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"金钱\",\"url\":\"https://b.faloo.com/tagmore_3109_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"全民\",\"url\":\"https://b.faloo.com/tagmore_85651_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"英雄无敌\",\"url\":\"https://b.faloo.com/tagmore_3388_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"直播\",\"url\":\"https://b.faloo.com/tagmore_28187_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"转世\",\"url\":\"https://b.faloo.com/tagmore_3344_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奋斗\",\"url\":\"https://b.faloo.com/tagmore_3084_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"特种兵\",\"url\":\"https://b.faloo.com/tagmore_3362_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"漫威\",\"url\":\"https://b.faloo.com/tagmore_37393_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"鬼故事\",\"url\":\"https://b.faloo.com/tagmore_3126_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"假面骑士\",\"url\":\"https://b.faloo.com/tagmore_59993_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"向往的生活\",\"url\":\"https://b.faloo.com/tagmore_85501_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠\",\"url\":\"https://b.faloo.com/tagmore_71584_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"大秦\",\"url\":\"https://b.faloo.com/tagmore_75752_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"灵气复苏\",\"url\":\"https://b.faloo.com/tagmore_85777_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"军人\",\"url\":\"https://b.faloo.com/tagmore_3366_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"暧昧\",\"url\":\"https://b.faloo.com/tagmore_3083_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"原神\",\"url\":\"https://b.faloo.com/tagmore_85703_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"主播\",\"url\":\"https://b.faloo.com/tagmore_28172_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"单女主\",\"url\":\"https://b.faloo.com/tagmore_85505_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"四合院：\",\"url\":\"https://b.faloo.com/tagmore_85804_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"魔兽\",\"url\":\"https://b.faloo.com/tagmore_3339_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"游戏\",\"url\":\"https://b.faloo.com/tagmore_85661_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"国运\",\"url\":\"https://b.faloo.com/tagmore_85636_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"全民觉醒\",\"url\":\"https://b.faloo.com/tagmore_86066_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"权力\",\"url\":\"https://b.faloo.com/tagmore_3110_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"纯爱\",\"url\":\"https://b.faloo.com/tagmore_3124_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"影视\",\"url\":\"https://b.faloo.com/tagmore_85679_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"精灵\",\"url\":\"https://b.faloo.com/tagmore_85646_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"创业\",\"url\":\"https://b.faloo.com/tagmore_3074_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"NBA\",\"url\":\"https://b.faloo.com/tagmore_85509_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"校花\",\"url\":\"https://b.faloo.com/tagmore_3130_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"妖魔复苏\",\"url\":\"https://b.faloo.com/tagmore_86001_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科技\",\"url\":\"https://b.faloo.com/tagmore_80530_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"沙雕\",\"url\":\"https://b.faloo.com/tagmore_85626_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"社会\",\"url\":\"https://b.faloo.com/tagmore_3093_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"漫威\",\"url\":\"https://b.faloo.com/tagmore_63409_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"恐怖复苏\",\"url\":\"https://b.faloo.com/tagmore_85700_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"神话\",\"url\":\"https://b.faloo.com/tagmore_85693_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"开局\",\"url\":\"https://b.faloo.com/tagmore_85650_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"豪门\",\"url\":\"https://b.faloo.com/tagmore_3080_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"综武\",\"url\":\"https://b.faloo.com/tagmore_85657_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"法宝\",\"url\":\"https://b.faloo.com/tagmore_3369_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"刑侦\",\"url\":\"https://b.faloo.com/tagmore_3098_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"废土\",\"url\":\"https://b.faloo.com/tagmore_3363_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"反派\",\"url\":\"https://b.faloo.com/tagmore_85641_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"杀手\",\"url\":\"https://b.faloo.com/tagmore_3365_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"创业流\",\"url\":\"https://b.faloo.com/tagmore_3396_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"全球\",\"url\":\"https://b.faloo.com/tagmore_85660_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"富二代\",\"url\":\"https://b.faloo.com/tagmore_3127_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"破案\",\"url\":\"https://b.faloo.com/tagmore_85758_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史征文\",\"url\":\"https://b.faloo.com/tagmore_37342_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"乡村\",\"url\":\"https://b.faloo.com/tagmore_3125_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"美男\",\"url\":\"https://b.faloo.com/tagmore_3113_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"文明\",\"url\":\"https://b.faloo.com/tagmore_85742_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"万族\",\"url\":\"https://b.faloo.com/tagmore_85701_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"爱情公寓\",\"url\":\"https://b.faloo.com/tagmore_28110_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"国家\",\"url\":\"https://b.faloo.com/tagmore_85740_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"综艺\",\"url\":\"https://b.faloo.com/tagmore_85513_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"绝望\",\"url\":\"https://b.faloo.com/tagmore_3107_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"希望\",\"url\":\"https://b.faloo.com/tagmore_3108_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"神秘复苏\",\"url\":\"https://b.faloo.com/tagmore_85643_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"神秘\",\"url\":\"https://b.faloo.com/tagmore_85726_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"朝堂\",\"url\":\"https://b.faloo.com/tagmore_3386_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"特种兵\",\"url\":\"https://b.faloo.com/tagmore_23119_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"生化\",\"url\":\"https://b.faloo.com/tagmore_3381_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"魔王附体\",\"url\":\"https://b.faloo.com/tagmore_3353_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"病毒\",\"url\":\"https://b.faloo.com/tagmore_3383_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"大国科技\",\"url\":\"https://b.faloo.com/tagmore_86163_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"木叶\",\"url\":\"https://b.faloo.com/tagmore_85653_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"moba\",\"url\":\"https://b.faloo.com/tagmore_85635_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"暴君\",\"url\":\"https://b.faloo.com/tagmore_85497_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"直播\",\"url\":\"https://b.faloo.com/tagmore_85477_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"丹药\",\"url\":\"https://b.faloo.com/tagmore_3380_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"商战\",\"url\":\"https://b.faloo.com/tagmore_3129_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"神豪\",\"url\":\"https://b.faloo.com/tagmore_85675_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"废材流\",\"url\":\"https://b.faloo.com/tagmore_3394_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"天赋\",\"url\":\"https://b.faloo.com/tagmore_85789_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"卡片\",\"url\":\"https://b.faloo.com/tagmore_3389_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"大学\",\"url\":\"https://b.faloo.com/tagmore_3075_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"航海\",\"url\":\"https://b.faloo.com/tagmore_85734_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"王\",\"url\":\"https://b.faloo.com/tagmore_37400_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"医生\",\"url\":\"https://b.faloo.com/tagmore_3340_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"神祇\",\"url\":\"https://b.faloo.com/tagmore_85893_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"宅男\",\"url\":\"https://b.faloo.com/tagmore_3117_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"盘点\",\"url\":\"https://b.faloo.com/tagmore_85648_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"有血有肉\",\"url\":\"https://b.faloo.com/tagmore_85628_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奥特\",\"url\":\"https://b.faloo.com/tagmore_85659_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"聊天群\",\"url\":\"https://b.faloo.com/tagmore_85671_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"王者\",\"url\":\"https://b.faloo.com/tagmore_85640_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"杨老板\",\"url\":\"https://b.faloo.com/tagmore_85778_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"转职\",\"url\":\"https://b.faloo.com/tagmore_85915_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"曝光\",\"url\":\"https://b.faloo.com/tagmore_85743_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"护短\",\"url\":\"https://b.faloo.com/tagmore_3367_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"世家\",\"url\":\"https://b.faloo.com/tagmore_3360_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"宗门\",\"url\":\"https://b.faloo.com/tagmore_85944_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"复苏\",\"url\":\"https://b.faloo.com/tagmore_85761_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女儿\",\"url\":\"https://b.faloo.com/tagmore_85766_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"港片\",\"url\":\"https://b.faloo.com/tagmore_85669_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"抗战\",\"url\":\"https://b.faloo.com/tagmore_85649_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"名场面\",\"url\":\"https://b.faloo.com/tagmore_85711_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"全球高武\",\"url\":\"https://b.faloo.com/tagmore_85644_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"建造\",\"url\":\"https://b.faloo.com/tagmore_85493_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"特摄\",\"url\":\"https://b.faloo.com/tagmore_85805_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人在奥特\",\"url\":\"https://b.faloo.com/tagmore_85905_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"忍界\",\"url\":\"https://b.faloo.com/tagmore_85718_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"光之国\",\"url\":\"https://b.faloo.com/tagmore_85710_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"年代剧\",\"url\":\"https://b.faloo.com/tagmore_85882_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"权术\",\"url\":\"https://b.faloo.com/tagmore_3115_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"浪漫\",\"url\":\"https://b.faloo.com/tagmore_3088_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"姐弟恋\",\"url\":\"https://b.faloo.com/tagmore_3121_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"签到\",\"url\":\"https://b.faloo.com/tagmore_85680_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"地府\",\"url\":\"https://b.faloo.com/tagmore_86032_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"开局签到\",\"url\":\"https://b.faloo.com/tagmore_85870_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"老师\",\"url\":\"https://b.faloo.com/tagmore_3368_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"迪迦\",\"url\":\"https://b.faloo.com/tagmore_85697_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"摊牌\",\"url\":\"https://b.faloo.com/tagmore_85517_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"妹妹\",\"url\":\"https://b.faloo.com/tagmore_85759_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"亲情\",\"url\":\"https://b.faloo.com/tagmore_3078_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"美漫\",\"url\":\"https://b.faloo.com/tagmore_85655_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女主\",\"url\":\"https://b.faloo.com/tagmore_85654_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"超神\",\"url\":\"https://b.faloo.com/tagmore_85771_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"至尊骨\",\"url\":\"https://b.faloo.com/tagmore_86067_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"全职\",\"url\":\"https://b.faloo.com/tagmore_85631_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科研\",\"url\":\"https://b.faloo.com/tagmore_85842_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"九叔\",\"url\":\"https://b.faloo.com/tagmore_85715_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"疯了吧\",\"url\":\"https://b.faloo.com/tagmore_85884_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"震惊\",\"url\":\"https://b.faloo.com/tagmore_85935_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"周姐\",\"url\":\"https://b.faloo.com/tagmore_85769_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"骑士\",\"url\":\"https://b.faloo.com/tagmore_85668_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"果实\",\"url\":\"https://b.faloo.com/tagmore_85741_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"副本\",\"url\":\"https://b.faloo.com/tagmore_85709_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"扮演\",\"url\":\"https://b.faloo.com/tagmore_85632_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"迷茫\",\"url\":\"https://b.faloo.com/tagmore_3111_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"傻柱\",\"url\":\"https://b.faloo.com/tagmore_85803_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人在书中\",\"url\":\"https://b.faloo.com/tagmore_86016_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"斗气\",\"url\":\"https://b.faloo.com/tagmore_3372_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"十大\",\"url\":\"https://b.faloo.com/tagmore_85706_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"民国\",\"url\":\"https://b.faloo.com/tagmore_85764_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"金榜\",\"url\":\"https://b.faloo.com/tagmore_85751_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"神话大罗\",\"url\":\"https://b.faloo.com/tagmore_85786_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"国家队\",\"url\":\"https://b.faloo.com/tagmore_86051_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"警察\",\"url\":\"https://b.faloo.com/tagmore_85768_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"算命\",\"url\":\"https://b.faloo.com/tagmore_85735_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女装\",\"url\":\"https://b.faloo.com/tagmore_85667_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"天使\",\"url\":\"https://b.faloo.com/tagmore_85731_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"铠甲\",\"url\":\"https://b.faloo.com/tagmore_85708_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"垂钓之神\",\"url\":\"https://b.faloo.com/tagmore_85814_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"超人\",\"url\":\"https://b.faloo.com/tagmore_28177_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"开局扮演\",\"url\":\"https://b.faloo.com/tagmore_86012_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"足球\",\"url\":\"https://b.faloo.com/tagmore_85739_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"港岛\",\"url\":\"https://b.faloo.com/tagmore_85836_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"终极\",\"url\":\"https://b.faloo.com/tagmore_85663_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"梦幻\",\"url\":\"https://b.faloo.com/tagmore_85757_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"变革\",\"url\":\"https://b.faloo.com/tagmore_3375_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"心声\",\"url\":\"https://b.faloo.com/tagmore_85712_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"柯南\",\"url\":\"https://b.faloo.com/tagmore_85682_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"三十而已\",\"url\":\"https://b.faloo.com/tagmore_85962_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"无敌剑域\",\"url\":\"https://b.faloo.com/tagmore_86082_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人生剧本\",\"url\":\"https://b.faloo.com/tagmore_86165_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"网球\",\"url\":\"https://b.faloo.com/tagmore_85699_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"鬼灭\",\"url\":\"https://b.faloo.com/tagmore_85756_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"港综\",\"url\":\"https://b.faloo.com/tagmore_85790_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"狐妖\",\"url\":\"https://b.faloo.com/tagmore_64606_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"大明风华\",\"url\":\"https://b.faloo.com/tagmore_86008_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"无限先知\",\"url\":\"https://b.faloo.com/tagmore_86083_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"说书人\",\"url\":\"https://b.faloo.com/tagmore_86099_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"同居\",\"url\":\"https://b.faloo.com/tagmore_3071_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科技之锤\",\"url\":\"https://b.faloo.com/tagmore_85941_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女友\",\"url\":\"https://b.faloo.com/tagmore_86031_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"基建狂魔\",\"url\":\"https://b.faloo.com/tagmore_85980_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"传统\",\"url\":\"https://b.faloo.com/tagmore_3397_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"水浒\",\"url\":\"https://b.faloo.com/tagmore_85496_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"融合\",\"url\":\"https://b.faloo.com/tagmore_85772_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武道大帝\",\"url\":\"https://b.faloo.com/tagmore_86028_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"网王\",\"url\":\"https://b.faloo.com/tagmore_85652_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"李云龙\",\"url\":\"https://b.faloo.com/tagmore_85720_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"蘑菇屋\",\"url\":\"https://b.faloo.com/tagmore_86085_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"鹰酱\",\"url\":\"https://b.faloo.com/tagmore_110410_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"职场\",\"url\":\"https://b.faloo.com/tagmore_3114_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"洪荒：\",\"url\":\"https://b.faloo.com/tagmore_85793_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"穿书\",\"url\":\"https://b.faloo.com/tagmore_85841_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"宰执天下\",\"url\":\"https://b.faloo.com/tagmore_85857_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"何雨柱\",\"url\":\"https://b.faloo.com/tagmore_86054_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"典藏华夏\",\"url\":\"https://b.faloo.com/tagmore_85907_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"阵法\",\"url\":\"https://b.faloo.com/tagmore_3390_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"元宇宙\",\"url\":\"https://b.faloo.com/tagmore_85633_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"打工\",\"url\":\"https://b.faloo.com/tagmore_3073_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"朱棣\",\"url\":\"https://b.faloo.com/tagmore_86104_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"少年歌行\",\"url\":\"https://b.faloo.com/tagmore_86088_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"柯学\",\"url\":\"https://b.faloo.com/tagmore_85809_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"神国之上\",\"url\":\"https://b.faloo.com/tagmore_85874_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"群聊\",\"url\":\"https://b.faloo.com/tagmore_85963_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"软饭\",\"url\":\"https://b.faloo.com/tagmore_3361_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"导演\",\"url\":\"https://b.faloo.com/tagmore_85787_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"综视\",\"url\":\"https://b.faloo.com/tagmore_110352_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"纨绔\",\"url\":\"https://b.faloo.com/tagmore_3393_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"黄蓉\",\"url\":\"https://b.faloo.com/tagmore_85744_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"偷听心声\",\"url\":\"https://b.faloo.com/tagmore_85990_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"青莲之巅\",\"url\":\"https://b.faloo.com/tagmore_86164_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"祖国人\",\"url\":\"https://b.faloo.com/tagmore_86060_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"dou音\",\"url\":\"https://b.faloo.com/tagmore_85492_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"相亲\",\"url\":\"https://b.faloo.com/tagmore_3120_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"永恒之门\",\"url\":\"https://b.faloo.com/tagmore_85847_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"打卡\",\"url\":\"https://b.faloo.com/tagmore_85946_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"旅行\",\"url\":\"https://b.faloo.com/tagmore_86078_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"大话西游\",\"url\":\"https://b.faloo.com/tagmore_86026_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"怀旧\",\"url\":\"https://b.faloo.com/tagmore_3391_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"商谋\",\"url\":\"https://b.faloo.com/tagmore_3089_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"公寓\",\"url\":\"https://b.faloo.com/tagmore_85767_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"小蘑菇\",\"url\":\"https://b.faloo.com/tagmore_85931_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女帝\",\"url\":\"https://b.faloo.com/tagmore_110400_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"特战荣耀\",\"url\":\"https://b.faloo.com/tagmore_86188_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"一首\",\"url\":\"https://b.faloo.com/tagmore_85947_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"无上神途\",\"url\":\"https://b.faloo.com/tagmore_85898_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"平凡之路\",\"url\":\"https://b.faloo.com/tagmore_110441_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"金时空\",\"url\":\"https://b.faloo.com/tagmore_85770_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"养老\",\"url\":\"https://b.faloo.com/tagmore_85518_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"笔记\",\"url\":\"https://b.faloo.com/tagmore_3471_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"王\",\"url\":\"https://b.faloo.com/tagmore_51769_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"长生\",\"url\":\"https://b.faloo.com/tagmore_110414_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"开学\",\"url\":\"https://b.faloo.com/tagmore_86009_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"绝品神医\",\"url\":\"https://b.faloo.com/tagmore_85906_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"结婚\",\"url\":\"https://b.faloo.com/tagmore_85695_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"代管\",\"url\":\"https://b.faloo.com/tagmore_85921_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"大雪龙骑\",\"url\":\"https://b.faloo.com/tagmore_85824_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"海贼\",\"url\":\"https://b.faloo.com/tagmore_3483_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"海贼王\",\"url\":\"https://b.faloo.com/tagmore_3462_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"火影\",\"url\":\"https://b.faloo.com/tagmore_3070_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"气人\",\"url\":\"https://b.faloo.com/tagmore_85504_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"剪辑\",\"url\":\"https://b.faloo.com/tagmore_85752_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"老朱\",\"url\":\"https://b.faloo.com/tagmore_110456_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"考古\",\"url\":\"https://b.faloo.com/tagmore_85780_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"灵境行者\",\"url\":\"https://b.faloo.com/tagmore_86121_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"满级\",\"url\":\"https://b.faloo.com/tagmore_110395_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"流金岁月\",\"url\":\"https://b.faloo.com/tagmore_85996_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"日记\",\"url\":\"https://b.faloo.com/tagmore_110407_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"基建\",\"url\":\"https://b.faloo.com/tagmore_85964_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"摆烂\",\"url\":\"https://b.faloo.com/tagmore_110356_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"视频\",\"url\":\"https://b.faloo.com/tagmore_85674_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"宠物小精灵\",\"url\":\"https://b.faloo.com/tagmore_3469_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"神奇宝贝\",\"url\":\"https://b.faloo.com/tagmore_28019_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奥特曼\",\"url\":\"https://b.faloo.com/tagmore_37397_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"龙珠\",\"url\":\"https://b.faloo.com/tagmore_28178_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"旅游\",\"url\":\"https://b.faloo.com/tagmore_85890_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"正阳门下\",\"url\":\"https://b.faloo.com/tagmore_85799_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"神奇宝贝\",\"url\":\"https://b.faloo.com/tagmore_70316_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"快递\",\"url\":\"https://b.faloo.com/tagmore_85519_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时王\",\"url\":\"https://b.faloo.com/tagmore_85840_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"金光咒\",\"url\":\"https://b.faloo.com/tagmore_85887_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"大清\",\"url\":\"https://b.faloo.com/tagmore_85525_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"妖尾\",\"url\":\"https://b.faloo.com/tagmore_85684_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"数码\",\"url\":\"https://b.faloo.com/tagmore_85676_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"对比\",\"url\":\"https://b.faloo.com/tagmore_110406_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"香江\",\"url\":\"https://b.faloo.com/tagmore_85732_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"跑男\",\"url\":\"https://b.faloo.com/tagmore_28175_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"上交\",\"url\":\"https://b.faloo.com/tagmore_85672_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"暴兵\",\"url\":\"https://b.faloo.com/tagmore_86011_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"北凉\",\"url\":\"https://b.faloo.com/tagmore_86072_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"麒麟\",\"url\":\"https://b.faloo.com/tagmore_85779_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"中学\",\"url\":\"https://b.faloo.com/tagmore_3076_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"法外狂徒\",\"url\":\"https://b.faloo.com/tagmore_85954_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"金融\",\"url\":\"https://b.faloo.com/tagmore_85733_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"军训\",\"url\":\"https://b.faloo.com/tagmore_85886_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"三霄\",\"url\":\"https://b.faloo.com/tagmore_85698_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"国门\",\"url\":\"https://b.faloo.com/tagmore_86148_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"皇孙\",\"url\":\"https://b.faloo.com/tagmore_85960_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"多子多福\",\"url\":\"https://b.faloo.com/tagmore_110409_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"龙神功\",\"url\":\"https://b.faloo.com/tagmore_110487_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"金光\",\"url\":\"https://b.faloo.com/tagmore_85792_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"神袛\",\"url\":\"https://b.faloo.com/tagmore_86014_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"杀戮\",\"url\":\"https://b.faloo.com/tagmore_110401_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"举报\",\"url\":\"https://b.faloo.com/tagmore_85992_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"猥琐\",\"url\":\"https://b.faloo.com/tagmore_3358_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人设\",\"url\":\"https://b.faloo.com/tagmore_85776_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"核聚变\",\"url\":\"https://b.faloo.com/tagmore_86021_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"凯多\",\"url\":\"https://b.faloo.com/tagmore_86074_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"举国\",\"url\":\"https://b.faloo.com/tagmore_86043_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"诡异复苏\",\"url\":\"https://b.faloo.com/tagmore_110398_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"配角\",\"url\":\"https://b.faloo.com/tagmore_86033_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科普\",\"url\":\"https://b.faloo.com/tagmore_86101_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"天可汗\",\"url\":\"https://b.faloo.com/tagmore_85914_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"光刻机\",\"url\":\"https://b.faloo.com/tagmore_86153_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"纳妾\",\"url\":\"https://b.faloo.com/tagmore_110396_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"亮剑\",\"url\":\"https://b.faloo.com/tagmore_85719_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"雪中\",\"url\":\"https://b.faloo.com/tagmore_86073_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"僵约\",\"url\":\"https://b.faloo.com/tagmore_85788_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"型月\",\"url\":\"https://b.faloo.com/tagmore_85738_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"无双剑匣\",\"url\":\"https://b.faloo.com/tagmore_85864_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武术\",\"url\":\"https://b.faloo.com/tagmore_86232_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"告白\",\"url\":\"https://b.faloo.com/tagmore_85686_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"自传\",\"url\":\"https://b.faloo.com/tagmore_3103_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"指点\",\"url\":\"https://b.faloo.com/tagmore_85753_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"李寒衣\",\"url\":\"https://b.faloo.com/tagmore_110391_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"德云\",\"url\":\"https://b.faloo.com/tagmore_85691_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"满门忠烈\",\"url\":\"https://b.faloo.com/tagmore_86317_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"黑客\",\"url\":\"https://b.faloo.com/tagmore_3345_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"圣斗士\",\"url\":\"https://b.faloo.com/tagmore_37392_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"官场\",\"url\":\"https://b.faloo.com/tagmore_3478_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"相声\",\"url\":\"https://b.faloo.com/tagmore_85785_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"可歌可泣\",\"url\":\"https://b.faloo.com/tagmore_85629_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"谢邀\",\"url\":\"https://b.faloo.com/tagmore_85951_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"食戟\",\"url\":\"https://b.faloo.com/tagmore_85685_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"饶命\",\"url\":\"https://b.faloo.com/tagmore_85484_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"谍战\",\"url\":\"https://b.faloo.com/tagmore_3104_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"重瞳\",\"url\":\"https://b.faloo.com/tagmore_85938_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"黑篮\",\"url\":\"https://b.faloo.com/tagmore_85784_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"卡尔蜜拉\",\"url\":\"https://b.faloo.com/tagmore_85728_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"雄兵连\",\"url\":\"https://b.faloo.com/tagmore_85833_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"半仙\",\"url\":\"https://b.faloo.com/tagmore_86079_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"霹雳\",\"url\":\"https://b.faloo.com/tagmore_85638_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"伦理\",\"url\":\"https://b.faloo.com/tagmore_3081_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"修复师\",\"url\":\"https://b.faloo.com/tagmore_86130_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"万届\",\"url\":\"https://b.faloo.com/tagmore_85502_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙宫\",\"url\":\"https://b.faloo.com/tagmore_85976_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"无间\",\"url\":\"https://b.faloo.com/tagmore_3137_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"胖子\",\"url\":\"https://b.faloo.com/tagmore_3379_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"星途\",\"url\":\"https://b.faloo.com/tagmore_85690_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"纪实\",\"url\":\"https://b.faloo.com/tagmore_3102_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"张扬\",\"url\":\"https://b.faloo.com/tagmore_3359_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"永生\",\"url\":\"https://b.faloo.com/tagmore_110402_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"狂飙\",\"url\":\"https://b.faloo.com/tagmore_110411_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"编造\",\"url\":\"https://b.faloo.com/tagmore_86040_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"机长\",\"url\":\"https://b.faloo.com/tagmore_85957_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"双城\",\"url\":\"https://b.faloo.com/tagmore_85730_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"核弹\",\"url\":\"https://b.faloo.com/tagmore_110446_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"研发\",\"url\":\"https://b.faloo.com/tagmore_86219_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"遗嘱\",\"url\":\"https://b.faloo.com/tagmore_85754_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"星门\",\"url\":\"https://b.faloo.com/tagmore_85637_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"基金会\",\"url\":\"https://b.faloo.com/tagmore_110390_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"东星\",\"url\":\"https://b.faloo.com/tagmore_86058_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"刃牙\",\"url\":\"https://b.faloo.com/tagmore_85745_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"海外\",\"url\":\"https://b.faloo.com/tagmore_3136_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"合租\",\"url\":\"https://b.faloo.com/tagmore_3132_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"长津湖\",\"url\":\"https://b.faloo.com/tagmore_86096_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"私房钱\",\"url\":\"https://b.faloo.com/tagmore_86081_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"东万\",\"url\":\"https://b.faloo.com/tagmore_85713_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"上司\",\"url\":\"https://b.faloo.com/tagmore_3122_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"梁山\",\"url\":\"https://b.faloo.com/tagmore_85746_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"天相\",\"url\":\"https://b.faloo.com/tagmore_86171_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"河神\",\"url\":\"https://b.faloo.com/tagmore_86055_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"五哈\",\"url\":\"https://b.faloo.com/tagmore_85750_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"异性\",\"url\":\"https://b.faloo.com/tagmore_3131_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"监国\",\"url\":\"https://b.faloo.com/tagmore_85978_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"秦吏\",\"url\":\"https://b.faloo.com/tagmore_85901_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"司藤\",\"url\":\"https://b.faloo.com/tagmore_86111_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"忠烈\",\"url\":\"https://b.faloo.com/tagmore_86315_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"出轨\",\"url\":\"https://b.faloo.com/tagmore_3106_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"率土\",\"url\":\"https://b.faloo.com/tagmore_86056_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"写歌\",\"url\":\"https://b.faloo.com/tagmore_110444_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"田径\",\"url\":\"https://b.faloo.com/tagmore_85875_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"买房\",\"url\":\"https://b.faloo.com/tagmore_3135_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"燕破岳\",\"url\":\"https://b.faloo.com/tagmore_86090_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"下乡\",\"url\":\"https://b.faloo.com/tagmore_86087_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"律者\",\"url\":\"https://b.faloo.com/tagmore_86135_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"疼痛\",\"url\":\"https://b.faloo.com/tagmore_3123_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"道家\",\"url\":\"https://b.faloo.com/tagmore_110399_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"办公室\",\"url\":\"https://b.faloo.com/tagmore_3090_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"二战\",\"url\":\"https://b.faloo.com/tagmore_110405_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"乔家\",\"url\":\"https://b.faloo.com/tagmore_85866_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"小三\",\"url\":\"https://b.faloo.com/tagmore_3072_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"鲁鲁修\",\"url\":\"https://b.faloo.com/tagmore_28113_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"贪污\",\"url\":\"https://b.faloo.com/tagmore_3105_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"急诊\",\"url\":\"https://b.faloo.com/tagmore_85943_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"蚁族\",\"url\":\"https://b.faloo.com/tagmore_3134_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"白领\",\"url\":\"https://b.faloo.com/tagmore_3082_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"答题\",\"url\":\"https://b.faloo.com/tagmore_85927_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"唢呐\",\"url\":\"https://b.faloo.com/tagmore_86137_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"匠心\",\"url\":\"https://b.faloo.com/tagmore_85995_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"洪武\",\"url\":\"https://b.faloo.com/tagmore_110412_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"婆媳\",\"url\":\"https://b.faloo.com/tagmore_3086_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"作文\",\"url\":\"https://b.faloo.com/tagmore_110451_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"孤注一掷\",\"url\":\"https://b.faloo.com/tagmore_110528_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"剩女\",\"url\":\"https://b.faloo.com/tagmore_3118_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"国安\",\"url\":\"https://b.faloo.com/tagmore_110387_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"纠察\",\"url\":\"https://b.faloo.com/tagmore_86247_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"姜可\",\"url\":\"https://b.faloo.com/tagmore_85853_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"景区\",\"url\":\"https://b.faloo.com/tagmore_110459_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}\n]",
    "header": "",
    "lastUpdateTime": 1741628108585,
    "loginCheckJs": "",
    "loginUrl": "https://u.faloo.com/regist/Login.aspx",
    "respondTime": 1972,
    "ruleBookInfo": {
      "author": ".T-L-O-Z-Box1 a.0@text",
      "coverUrl": ".T-L-T-Img img@src",
      "intro": "&nbsp;📌 {{@@.T-R-T-B2-Box1[3]@text}}{{'\\n'+'​'}}\n{{@@.T-L-T-C-Box1@html}}",
      "kind": "{{@@.T-R-T-Box2 a.0:1@text}}\n{{@@.T-L-O-Z-Box1 span.1@text}}\n{{@@.C-Thr-B3-Box3[0]@span@text##分.*##分}}",
      "lastChapter": ".DivTd a.-1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".T-L-O-Z-Box1 h1@text",
      "wordCount": ".T-R-Md-Bobx1[1]@text##已写|个字"
    },
    "ruleContent": {
      "content": ".noveContent p@html",
      "imageStyle": "FULL"
    },
    "ruleExplore": {
      "author": ".c_c_d_da_author@a.0@text",
      "bookList": "class.c_c_d_data1",
      "bookUrl": ".c_c_d_da_data1@a@href",
      "coverUrl": "img@src",
      "intro": ".c_c_d_da_data@text",
      "kind": ".c_c_d_da_author@a.1@text",
      "lastChapter": "",
      "name": ".c_c_d_da_title@a@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".TwoBox02_02",
      "bookUrl": "a.1@href",
      "checkKeyWord": "",
      "coverUrl": "img@data-original",
      "intro": "a.4@text",
      "kind": "a.3@text&&font.0@text",
      "lastChapter": "a.5@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.1@text",
      "wordCount": "##字数.([^<]+)##$1###"
    },
    "ruleToc": {
      "chapterList": ".DivTr a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "https://b.faloo.com/l_0_{{page}}.html?t=1&k={{key}},{\"charset\": \"gbk\"}",
    "weight": 0
  },
  {
    "bookSourceComment": "\"error:Unabletoresolvehost\"www.xbiquge.la\":Noaddressassociatedwithhostname\n\"",
    "bookSourceGroup": "笔趣阁,免费",
    "bookSourceName": "笔趣阁②",
    "bookSourceType": 0,
    "bookSourceUrl": "www.xbiquge.la#onede",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 1027,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": "玄幻小说::http://www.xbiquge.la/fenlei/1_{{page}}.html\n修真小说::http://www.xbiquge.la/fenlei/2_{{page}}.html\n都市小说::http://www.xbiquge.la/fenlei/3_{{page}}.html\n穿越小说::http://www.xbiquge.la/fenlei/4_{{page}}.html\n网游小说::http://www.xbiquge.la/fenlei/5_{{page}}.html\n科幻小说::http://www.xbiquge.la/fenlei/6_{{page}}.html",
    "header": "",
    "lastUpdateTime": 1721733000555,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 1440,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作者：",
      "canReName": "",
      "coverUrl": "id.fmimg@tag.img.0@src",
      "init": "",
      "intro": "id.intro@tag.p.1@text",
      "kind": "",
      "lastChapter": "id.info@tag.p.3@title",
      "name": "id.info@tag.h1.0@text",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@textNodes",
      "imageStyle": "0",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "tag.span.2@text",
      "bookList": "class.l@tag.ul@tag.li",
      "bookUrl": "tag.span.0@tag.a@href",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "tag.span.1@tag.a@text",
      "name": "tag.span.0@tag.a@text"
    },
    "ruleSearch": {
      "author": "class.even.1@text",
      "bookList": "class.grid@tag.tbody@tag.tr!0",
      "bookUrl": "class.even.0@tag.a@href",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "class.odd.0@tag.a@text",
      "name": "class.even.0@tag.a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://www.xbiquge.la/modules/article/waps.php?searchkey={{key}}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁,免费",
    "bookSourceName": "新笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "www.xbiquge.la",
    "customButton": false,
    "customOrder": 1028,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::http://www.xbiquge.la/fenlei/1_{{page}}.html\n修真小说::http://www.xbiquge.la/fenlei/2_{{page}}.html\n都市小说::http://www.xbiquge.la/fenlei/3_{{page}}.html\n穿越小说::http://www.xbiquge.la/fenlei/4_{{page}}.html\n网游小说::http://www.xbiquge.la/fenlei/5_{{page}}.html\n科幻小说::http://www.xbiquge.la/fenlei/6_{{page}}.html",
    "lastUpdateTime": 1721744795875,
    "respondTime": 1482,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作    者：",
      "coverUrl": "id.fmimg@tag.img@src",
      "intro": "id.intro@tag.p.1@text",
      "lastChapter": "id.info@tag.p.3@title",
      "name": "id.info@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@textNodes"
    },
    "ruleExplore": {
      "author": "tag.span.2@text",
      "bookList": "class.l@tag.ul@tag.li",
      "bookUrl": "tag.span.0@tag.a@href",
      "lastChapter": "tag.span.1@tag.a@text",
      "name": "tag.span.0@tag.a@text"
    },
    "ruleSearch": {
      "author": "class.even.1@text",
      "bookList": "class.grid@tag.tbody@tag.tr!0",
      "bookUrl": "class.even.0@tag.a@href",
      "lastChapter": "class.odd.0@tag.a@text",
      "name": "class.even.0@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.xbiquge.la/modules/article/waps.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "\"error:Unabletoresolvehost\"www.xqishuta.com\":Noaddressassociatedwithhostname\n\"",
    "bookSourceGroup": "免费",
    "bookSourceName": "奇书网络",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xqishuta.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1029,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻奇幻::http://www.xqishuta.com//soft/sort01/index_{{page}}.html\n武侠仙侠::http://www.xqishuta.com//soft/sort02/index_{{page}}.html\n女频言情::http://www.xqishuta.com//soft/sort03/index_{{page}}.html\n现代都市::http://www.xqishuta.com//soft/sort04/index_{{page}}.html\n历史军事::http://www.xqishuta.com//soft/sort05/index_{{page}}.html\n游戏竞技::http://www.xqishuta.com//soft/sort06/index_{{page}}.html\n科幻灵异::http://www.xqishuta.com//soft/sort07/index_{{page}}.html\n美文同人::http://www.xqishuta.com//soft/sort08/index_{{page}}.html\n剧本教程::http://www.xqishuta.com//soft/sort09/index_{{page}}.html\n名著杂志::http://www.xqishuta.com//soft/sort010/index_{{page}}.html\n技术其他::http://www.xqishuta.com//soft/sort011/index_{{page}}.html\n热门电子书::http://www.xqishuta.com//s/hot/index_{{page}}.html\n推荐电子书::http://www.xqishuta.com//s/good/index_{{page}}.html\n最新电子书::http://www.xqishuta.com//s/new/index_{{page}}.html",
    "header": "{\n\"User-Agent\":\"Mozilla/5.0(WindowsNT10.0;WOW64)AppleWebKit/537.36(KHTML,likeGecko,ByBlackPrism)Chrome/99.0Safari/537.36\"\n}",
    "lastUpdateTime": 1734837363572,
    "loginUrl": "",
    "respondTime": 4656,
    "ruleBookInfo": {
      "author": "class.small.5@text",
      "coverUrl": "class.detail_pic@tag.img@src",
      "init": "",
      "intro": "class.showInfo@tag.p@text",
      "kind": "",
      "lastChapter": "class.small.6@text",
      "name": "class.detail_right@tag.h1@text##全集",
      "tocUrl": "class.showDown@tag.a.0@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content1@html##最新网址：www.xqishuta.com",
      "nextContentUrl": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.s@text##大小.*",
      "bookList": "class.listBox@tag.li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.img@src",
      "intro": "class.u@text",
      "kind": "",
      "lastChapter": "tag.a.1@text##最新章节：",
      "name": "tag.a.0@text##全集",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.even@tag.a@href",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "class.odd.2@text",
      "name": "class.even@tag.a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.pc_list@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://www.xqishuta.com/search.html?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "haxc",
    "bookSourceGroup": "免费",
    "bookSourceName": "爱看书网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://cxb-pro.cread.com已整理",
    "bookUrlPattern": "已校验",
    "customButton": false,
    "customOrder": 1030,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"——————出版频道——————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"文学小说\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3100&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经典名著\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3200&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经管励志\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3300&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"生活休闲\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3400&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"婚姻家庭\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3500&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科普教育\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3600&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"纪实传记\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3700&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"亲子育儿\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3800&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"工具百科\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3900&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"——————男生频道——————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"都市小说\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1200&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"东方玄幻\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1100&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠仙侠\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1400&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"悬疑惊悚\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1800&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"架空历史\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1500&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"网游竞技\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1700&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻未来\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1600&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"西方玄幻\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1300&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"——————女生频道——————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"古代言情\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2100&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"幻想言情\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2200&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市言情\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2300&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"总裁豪门\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2400&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"青春校园\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2500&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"唯美同人\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2600&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\r\n\"uid\":\"110496550\",\r\n\"cnid\":\"10005\",\r\n\"version\":\"7.6.0\",\r\n\"packname\":\"com.mianfeizs.book\",\r\n\"oscode\":\"30\",\r\n\"vcode\":\"134\",\r\n\"channelId\":\"10005\",\r\n\"platform\":\"android\",\r\n\"appname\":\"mfzs\"\n}",
    "lastUpdateTime": 1743588647744,
    "respondTime": 3430,
    "ruleBookInfo": {
      "author": "$..bookVo.authorName",
      "canReName": "",
      "coverUrl": "",
      "intro": "$..bookVo.introduction",
      "lastChapter": "$..bookVo.lastUpdateChapterName",
      "name": "$..bookVo.bookName@put:{bookid:$..bookVo.bookId}",
      "tocUrl": "https://cxb-pro.cread.com/cx/itf/getvolume?bookId={{$..bookVo.bookId}}"
    },
    "ruleContent": {
      "content": "$..content"
    },
    "ruleExplore": {
      "author": "$.authorName",
      "bookList": "$.dataList",
      "bookUrl": "https://readbook-service-freebook.cread.com/cx/bookDetailYS?bookid={{$.bookid}}",
      "coverUrl": "$.cover",
      "intro": "$.intro",
      "kind": "$.categoryName",
      "lastChapter": "",
      "name": "$.newBookName",
      "wordCount": "$.wordCount"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.list",
      "bookUrl": "https://readbook-service-freebook.cread.com/cx/bookDetailYS?bookid={{$.id}}",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "$.categoryName",
      "lastChapter": "",
      "name": "$.name",
      "wordCount": "$.words"
    },
    "ruleToc": {
      "chapterList": "$..bookChapters[*]",
      "chapterName": "$.name",
      "chapterUrl": "https://cxb-pro.cread.com:443/cx/itf/chapterRead?bookId=@get:{bookid}&chapterId={{$.id}}&full=0",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": "$.updateDate@js:java.timeFormat(result)"
    },
    "searchUrl": "https://cxb-pro.cread.com/cx/searchbooks,{\n\"charset\": \"\",\n\"method\": \"POST\",\n\"body\": \"keyword={{key}}&pageNo={{page}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "悠久小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ujxs.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1031,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻奇幻::/xuanhuan/{{page}}/\n仙侠修真::/wuxia/{{page}}/\n都市青春::/dushi/{{page}}/\n历史军事::/lishi/{{page}}/\n游戏动漫::/youxi/{{page}}/\n科幻灵异::/kehuan/{{page}}/\n女生言情::/yanqing/{{page}}/",
    "lastUpdateTime": 1731434856531,
    "loginUrl": "",
    "respondTime": 7360,
    "ruleBookInfo": {
      "author": "class.d_title@tag.a.0@text",
      "coverUrl": "id.bookimg@tag.img@src",
      "intro": "id.bookintro@tag.div@text##【展开】|【收起】",
      "kind": "id.count@tag.span.0@text&&class.new@tag.span.1@text##更新时间.",
      "lastChapter": "class.new@tag.a.0@text",
      "name": "class.d_title@tag.h1@text##作者.*|\\s",
      "tocUrl": "class.motion@tag.a.0@href",
      "wordCount": "id.count@tag.span.4@text"
    },
    "ruleContent": {
      "content": "class.read-content@html##.*免费阅读！|佰度搜索.*|.*悠久小说.*|",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "author": "tag.a.2@text",
      "bookList": "id.sitembox@tag.dl",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src",
      "intro": "tag.dd.2@text",
      "kind": "tag.span.1@text&&tag.span.-1@text",
      "lastChapter": "tag.a.3@text",
      "name": "tag.a.1@text"
    },
    "ruleSearch": {
      "author": "tag.a.2@text",
      "bookList": "class.shulist@tag.ul",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.ujxs.com/files/article/image/$2/$1/$1s.jpg###",
      "kind": "tag.li.1@text&&tag.li.4@text&&tag.li.5@text",
      "lastChapter": "tag.a.1@text",
      "name": "tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.readerlist@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/searchbooks.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "2025.1.8\nby墨殇",
    "bookSourceGroup": "免费",
    "bookSourceName": "📃书坊文学网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.sfwx.com/",
    "bookUrlPattern": "http://www.sfwx.com/\\d+/\\d+/",
    "customButton": false,
    "customOrder": 1032,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"首页\",\"url\":\"/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1.00}},{\"title\":\"玄幻\",\"url\":\"/list1/<,{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠\",\"url\":\"/list2/<,{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/list3/<,{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史\",\"url\":\"/list4/<,{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游\",\"url\":\"/list5/<,{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"/list6/<,{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"言情\",\"url\":\"/list7/<,{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他\",\"url\":\"/list8/<,{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"排行\",\"url\":\"/top/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1.00}},{\"title\":\"总榜\",\"url\":\"/top/<,all_0_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月榜\",\"url\":\"/top/<,month_0_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周榜\",\"url\":\"/top/<,week_0_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完本\",\"url\":\"/full/<,0_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1736333291703,
    "respondTime": 6173,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nw:\".caption-bookinfo span.1@text\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"img@src\",\nt:\"text.全部章节@href\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".font_max@html",
      "nextContentUrl": "text.下一章@href",
      "replaceRegex": "##\\s第\\(\\d+/\\d+\\)页|第\\(1/\\d+\\)页"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.0@text",
      "bookList": ".col-12 dl",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "kind": ".book_other[1:2]@text##状态|更新时间|：",
      "lastChapter": ".book_other.-1@text##最新章节：",
      "name": "h3@text##\\[\\w+\\]"
    },
    "ruleToc": {
      "chapterList": ".book_list2 ul li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ".page-item@a@href"
    },
    "searchUrl": "/search.php?q={{key}}<,&p={{page}}>",
    "weight": 0
  },
  {
    "bookSourceComment": "// Error: 下载链接为空",
    "bookSourceGroup": "免费",
    "bookSourceName": "当书网",
    "bookSourceType": 3,
    "bookSourceUrl": "https://www.downbook.org",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1033,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻奇幻::https://www.downbook.cc/TXT/list4_{{page}}.html\n武侠仙侠::https://www.downbookw.cc/TXT/list5_{{page}}.html\n都市重生::https://www.downbookw.cc/TXT/list6_{{page}}.html\n历史军事::https://www.downbookw.cc/TXT/list7_{{page}}.html\n恐怖推理::https://www.downbookw.cc/TXT/list8_{{page}}.html\n科幻网游::https://www.downbookw.cc/TXT/list9_{{page}}.html\n都市言情::https://www.downbookw.cc/TXT/list10_{{page}}.html\n古代言情::https://www.downbookw.cc/TXT/list11_{{page}}.html\n穿越重生::https://www.downbookw.com/TXT/list12_{{page}}.html\n玄幻仙侠::https://www.downbook.cc/TXT/list13_{{page}}.html\n青春同人::https://www.downbookw.cc/TXT/list14_{{page}}.html\n网游科幻::https://www.downbookw.cc/TXT/list15_{{page}}.html\n现代耽美::https://www.downbookw.cc/TXT/list27_{{page}}.html\n古代架空::https://www.downbookw.cc/TXT/list28_{{page}}.html\n重生穿越::https://www.downbookw.cc/TXT/list29_{{page}}.html\n玄幻科幻::https://www.downbookw.cc/TXT/list30_{{page}}.html\n BL同人 ::https://www.downbookw.cc/TXT/list31_{{page}}.html\n GL百合 ::https://www.downbook.cc/TXT/list32_{{page}}.html",
    "lastUpdateTime": 1682080286729,
    "loginUrl": "",
    "respondTime": 180486,
    "ruleBookInfo": {
      "author": "##作者：</b>([^<]+)##$1###",
      "coverUrl": ".cl1 img@src",
      "init": "",
      "intro": "class.jj@html",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "author": "tag.h1@text##.*作者：|大小.*",
      "bookList": "class.listl@tag.li",
      "bookUrl": "tag.h1@tag.a@href",
      "coverUrl": "tag.img@src",
      "intro": "tag.p@text##.*收藏数：\\d+|.*积分：\\d+|下载阅读.*",
      "name": "tag.h1@tag.a@text##\\[.*\\]|完结\\+番外|金推"
    },
    "ruleSearch": {
      "author": "tag.a.0@href\n<js>\nurl=\"https://www.downbook.cc\"+result;\nurl2=\"https://m.downbook.cc\"+result;\na=java.ajax(url)\na.match(/友情提示_404/)?java.put(\"url\",url2):java.put(\"url\",url)\na.match(/友情提示_404/)?java.ajax(url2):a\n</js>\n##作者：(?:</b>)*([^<]+)<##$1###",
      "bookList": "//*[@class=\"sear\"]/li[position()<7]",
      "bookUrl": "@get:{url}",
      "coverUrl": "",
      "kind": "##类别：[^>]+>(.+?)</a>.*?(大小[^&]+)##$1,$2###",
      "lastChapter": "em@text",
      "name": "tag.a.0@text##金推|完结|\\+番外|\\[.*\\]|\\s"
    },
    "ruleToc": {
      "chapterList": "",
      "chapterName": "",
      "chapterUrl": ""
    },
    "searchUrl": "https://www.downbook.cc/search.asp?word={{key}}&m=2&ChannelID=0,{\n  \"charset\": \"gb2312\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "咚漫",
    "bookSourceType": 2,
    "bookSourceUrl": "https://m.dongmanmanhua.cn",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1034,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "更新::https://m.dongmanmanhua.cn/dailySchedule\n分类::https://m.dongmanmanhua.cn/genre\n周六::https://m.dongmanmanhua.cn/dailySchedule{,/error.html}#SATURDAY\r\n周日::https://m.dongmanmanhua.cn/dailySchedule{,/error.html}#SUNDAY\r\n完结::https://m.dongmanmanhua.cn/dailySchedule{,/error.html}#COMPLETE\r\n恋爱::https://m.dongmanmanhua.cn/genre{,/error.html}#LOVE\r\n少年::https://m.dongmanmanhua.cn/genre{,/error.html}#BOY\r\n古风::https://m.dongmanmanhua.cn/genre{,/error.html}#ANCIENTCHINESE\r\n奇幻::https://m.dongmanmanhua.cn/genre{,/error.html}#FANTASY\r\n搞笑::https://m.dongmanmanhua.cn/genre{,/error.html}#COMEDY\r\n校园::https://m.dongmanmanhua.cn/genre{,/error.html}#CAMPUS\r\n都市::https://m.dongmanmanhua.cn/genre{,/error.html}#METROPOLIS\r\n治愈::https://m.dongmanmanhua.cn/genre{,/error.html}#HEALING\r\n悬疑::https://m.dongmanmanhua.cn/genre{,/error.html}#SUSPENSE\r\n励志::https://m.dongmanmanhua.cn/genre{,/error.html}#INSPIRATIONAL\r\n影视化::https://m.dongmanmanhua.cn/genre{,/error.html}#FILMADAPTATION\r\n完结::https://m.dongmanmanhua.cn/genre{,/error.html}#TERMINATION",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 8.0.0; MIX 2 Build/OPR1.170623.027) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 YaBrowser/18.9.1.2199.00 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 1733130054183,
    "loginUrl": "",
    "respondTime": 6872,
    "ruleBookInfo": {
      "author": "class.author.0@text",
      "init": "",
      "intro": "class.summary@text",
      "kind": "class.genre@text",
      "lastChapter": "id._episodeList@tag.span.0@text",
      "name": "class.subj.0@text"
    },
    "ruleContent": {
      "content": "@js:\neval(result.match(/(var imageList = \\[[\\s\\S]+?\\])/)[1]);\nhtml='';\nheaders={\"headers\": {\"Referer\":baseUrl}}\nfor(i in imageList){\nhtml+='<img src=\"'+imageList[i].url+','+JSON.stringify(headers)+'\">\\n'\n}\nhtml",
      "imageStyle": "FULL"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "writingAuthorName",
      "bookList": "class.daily_list@tag.li||$.titleList",
      "bookUrl": "tag.a@href||https://m.dongmanmanhua.cn/{$.genreNew.gnTitle}/{$.titleGroupName}/list?title_no={$.titleNo}",
      "coverUrl": "tag.img@src||https://cdn.dongmanmanhua.cn{$.thumbnailMobile}@js:header={\"Referer\":baseUrl}\nheaders={\"headers\":JSON.stringify(header)}\nresult=result+','+JSON.stringify(headers)",
      "kind": "class.genre@text",
      "name": "class.subj@text||$.title"
    },
    "ruleToc": {
      "chapterList": "id._episodeList@tag.li",
      "chapterName": "tag.span.0@text",
      "chapterUrl": "a@data-href",
      "isVolume": ""
    },
    "searchUrl": "https://m.dongmanmanhua.cn/searchResult,{\n  \"headers\": \"{Content-Type: application/x-www-form-urlencoded}\",\n  \"method\": \"POST\",\n  \"body\": \"keyword={{key}}&searchType=WEBTOON&start=1\"\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔰 总裁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://mobile.zongcai666.com/",
    "customButton": false,
    "customOrder": 1035,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1745854892880,
    "respondTime": 19751,
    "ruleBookInfo": {
      "author": "class.BGsectionOne-top-right@class.author@span@a@text",
      "intro": "class.BGsectionTwo-bottom@text",
      "kind": "class.BGsectionOne-top-right@class.category@span.0@a@text",
      "lastChapter": "class.BGsectionOne-top-right@class.newestChapter@span@text",
      "name": "class.BGsectionOne-top-right@class.title@text",
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": "p@text"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": "class.SHsectionThree-middle@p",
      "bookUrl": "a.1@href",
      "kind": "a.0@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".BCsectionTwo-top-chapter",
      "chapterName": "class.BCsectionTwo-top-chapter@a@text",
      "chapterUrl": "class.BCsectionTwo-top-chapter@a@href##$##,{'webView':true}",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "https://mobile.zongcai666.com/search/{{key}}/",
    "weight": 0
  },
  {
    "bookSourceComment": "By：Tom",
    "bookSourceGroup": "免费",
    "bookSourceName": "唔唔小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.changduzw.com未月十八repairwy-",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1036,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1734840538464,
    "loginUrl": "",
    "respondTime": 868,
    "ruleBookInfo": {
      "author": "class.status@tag.p.1@text",
      "coverUrl": "class.imgbox@tag.img@src",
      "intro": "class.con@tag.p@text",
      "kind": "class.status@tag.a.0@text",
      "lastChapter": "class.red.1@text",
      "name": "class.status@tag.h1@text",
      "tocUrl": "text.点击阅读@href",
      "wordCount": "class.status@tag.p.-3@text##总字数."
    },
    "ruleContent": {
      "content": "id.htmlContent@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.grid@tag.td.2@text",
      "bookList": "class.odd",
      "bookUrl": "class.odd.0@tag.a.0@href",
      "kind": "class.even@text",
      "lastChapter": "",
      "name": "class.odd@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.mulu_list@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.changduzw.com/modules/article/search.php,{\n'charset': 'utf-8',\n'method': 'POST',\n'body': 'searchkey={{key}}&type=submit'\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "梯子",
    "bookSourceName": "笔仙阁子（魔法）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.bixiange.top",
    "customButton": false,
    "customOrder": 1037,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"都市言情\",\"url\":\"/dsyq/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠修真\",\"url\":\"/wxxz/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻奇幻\",\"url\":\"/xhqh/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越架空\",\"url\":\"/cyjk/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻竞技\",\"url\":\"/khjj/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"鬼话悬疑\",\"url\":\"/ghxy/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"军事历史\",\"url\":\"/jsls/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"官场商战\",\"url\":\"/guanchang/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"乡土风情\",\"url\":\"/xtfq/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美小说\",\"url\":\"/dmtr/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人小说\",\"url\":\"/trxs/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"精品小说\",\"url\":\"/jqxs/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1741627922545,
    "respondTime": 2714,
    "ruleBookInfo": {
      "author": ".descTip@p.1@span@text##作者：",
      "coverUrl": ".info-left@img.0@src",
      "init": "",
      "intro": ".descInfo@p.0@html",
      "kind": ".descTip@span.0:3@text##.*：",
      "lastChapter": ".catalog@.clearfix@li.-1@a@text",
      "name": ".info-right@h1@text",
      "wordCount": ".descTip@p.0@span.1@text##.*："
    },
    "ruleContent": {
      "content": ".content@html"
    },
    "ruleExplore": {
      "author": ".tips@span.0@text",
      "bookList": "[class=\"clearfix\"]@li",
      "bookUrl": "strong a@href",
      "coverUrl": "img@src",
      "intro": ".descript a@html",
      "kind": ".tips@span!0@text",
      "name": "img@alt"
    },
    "ruleSearch": {
      "bookList": ".clearfix li",
      "bookUrl": ".cover a@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "intro": ".descript a@html",
      "kind": ".tips span.1@text##大小：|时间：",
      "name": "img@alt",
      "wordCount": ".tips span.0@text##大小：|时间："
    },
    "ruleToc": {
      "chapterList": "[class=\"clearfix\"]@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "/e/search/indexpage.php,{\n  \"body\": \"keyboard={{key}}&show=title&classid=0\",\n  \"charset\": \"GB2312\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "📥 爱推书君",
    "bookSourceType": 0,
    "bookSourceUrl": "https://pre-api.tuishujun.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1038,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>\n\tsort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\n\n\nfl1=[[\"全部\",\"0\"],[\"玄幻\",\"3\"],[\"奇幻\",\"4\"],[\"武侠\",\"5\"],[\"仙侠\",\"6\"],[\"都市\",\"7\"],[\"军事\",\"8\"],[\"历史\",\"9\"],[\"游戏\",\"10\"],[\"体育\",\"11\"],[\"科幻\",\"12\"],[\"同人\",\"13\"],[\"悬疑\",\"14\"],[\"轻小说\",\"15\"],[\"诸天\",\"16\"],[\"综合\",\"17\"]];\n\t\tpush('🔥男频·新书榜🔥', null, 1, 1);\n\t\tfl1.map([title,id]=>{\n\t\t\t\turl= `https://pre-api.tuishujun.com/api/listBookRank?rank_type=new_book&first_type_id=1&second_type_id=${id}&page={{page}}&pageSize=10`;\t\t\t\t\n    push(title, url, 1, 0.2);\n    });\n\n\t\n\t\nbs=[[\"全部\",\"0\"],[\"玄幻\",\"3\"],[\"奇幻\",\"4\"],[\"武侠\",\"5\"],[\"仙侠\",\"6\"],[\"都市\",\"7\"],[\"军事\",\"8\"],[\"历史\",\"9\"],[\"游戏\",\"10\"],[\"体育\",\"11\"],[\"科幻\",\"12\"],[\"同人\",\"13\"],[\"悬疑\",\"14\"],[\"轻小说\",\"15\"],[\"诸天\",\"16\"],[\"综合\",\"17\"]];\n[\"全部\",\"起点\",\"晋江\",\"刺猬猫\",\"飞卢\",\"纵横\",\"有毒\",\"息壤\",\"17K\",\"豆瓣\",\"SF\",\"铁血\",\"番茄\"].map((title,id)=>{\n\t   id++;\n\t\tpush('🔥男频·'+title+'🔥', null, 1, 1);\n\t\tbs.map([title,cid]=>{\n\t\t\t\turl= `https://pre-api.tuishujun.com/api/listBookRepository?first_type_id=1&second_type_id=${cid}&source={{(${id}-1)}}&word_number_type=0&update_type=0&is_exclude_selected=0&is_can_read=0&is_filter_added_score=0&page={{page}}`;\t\t\t\t\n    push(title, url, 1, 0.2);\n    });\n\t\t});\n\t\t\n\nfl2=[[\"全部\",\"0\"],[\"古代言情\",\"18\"],[\"现代言情\",\"19\"],[\"幻想言情\",\"20\"],[\"未来言情\",\"21\"],[\"奇幻仙侠\",\"22\"],[\"游戏竞技\",\"23\"],[\"衍生言情\",\"24\"],[\"古代纯爱\",\"25\"],[\"现代纯爱\",\"26\"],[\"幻想纯爱\",\"27\"],[\"衍生纯爱\",\"28\"],[\"百合小说\",\"29\"],[\"女尊\",\"30\"],[\"无cp\",\"31\"],[\"悬疑\",\"32\"],[\"现实\",\"33\"],[\"魔幻\",\"34\"],[\"短篇\",\"35\"],[\"综合\",\"36\"]];\n\t\tpush('🔥女频·新书榜🔥', null, 1, 1);\n\t\tfl2.map([title,id]=>{\n\t\t\t\turl= `https://pre-api.tuishujun.com/api/listBookRank?rank_type=new_book&first_type_id=2&second_type_id=${id}&page={{page}}&pageSize=10`;\t\t\t\t\n    push(title, url, 1, 0.25);\n    });\n\n\n\nns=[[\"全部\",\"0\"],[\"古代言情\",\"18\"],[\"现代言情\",\"19\"],[\"幻想言情\",\"20\"],[\"未来言情\",\"21\"],[\"奇幻仙侠\",\"22\"],[\"游戏竞技\",\"23\"],[\"衍生言情\",\"24\"],[\"古代纯爱\",\"25\"],[\"现代纯爱\",\"26\"],[\"幻想纯爱\",\"27\"],[\"衍生纯爱\",\"28\"],[\"百合小说\",\"29\"],[\"女尊\",\"30\"],[\"无cp\",\"31\"],[\"悬疑\",\"32\"],[\"现实\",\"33\"],[\"魔幻\",\"34\"],[\"短篇\",\"35\"],[\"综合\",\"36\"]];\n[\"全部\",\"起点\",\"晋江\",\"刺猬猫\",\"飞卢\",\"纵横\",\"有毒\",\"息壤\",\"17K\",\"豆瓣\",\"SF\",\"铁血\",\"番茄\"].map((title,id)=>{\n\t   id++;\n\t\tpush('🔥女频·'+title+'🔥', null, 1, 1);\n\t\tns.map([title,cid]=>{\n\t\t\t\turl= `https://pre-api.tuishujun.com/api/listBookRepository?first_type_id=2&second_type_id=${cid}&source={{(${id}-1)}}&word_number_type=0&update_type=0&is_exclude_selected=0&is_can_read=0&is_filter_added_score=0&page={{page}}`;\t\t\t\t\n    push(title, url, 1, 0.25);\n    });\n\t\t});\n\n\nJSON.stringify(sort);",
    "header": "",
    "lastUpdateTime": 1738424480360,
    "loginUrl": "",
    "respondTime": 2767,
    "ruleBookInfo": {
      "author": "@{{$.author_nickname}}",
      "coverUrl": "cover",
      "init": "data",
      "intro": "<br>{{$.tag&&$.second_type_name##^|\\s##🏷}}{{'\\n&lrm;\\n'}}\n{{$.info##(^|[。！？……]+[”」）】》]?)##$1<br>}}",
      "kind": "{{$.source_name}}\n{{$.process_name}}\n{{$.second_type_name}}\n{{$.score}}分\n{{$.last_update_time}}",
      "lastChapter": "",
      "name": "title",
      "tocUrl": "https://pre-api.tuishujun.com/api/listBookScoreByBook?book_id={$.book_id}&type=all&page=1&pageSize=10&sort_field=create_time&sort_value=desc",
      "wordCount": "word_number_name"
    },
    "ruleContent": {
      "content": "<js>\nfunction parseComments(n){\n  for(var c=[],e=0;e<n.length;e++){\n    var o=n[e];\n    c.push(\"书友：\".concat(o.user.nickname,\"\\n时间：\").concat(o.create_time,\"\\n评分：\").concat(\"♥\".repeat(o.score/2),\"\\n评语：\").concat(o.content.replace(/([。；！？—…]”?)([\\u4e00-\\u9fa5][^。！？—…]{9})/g,\"$1\\n$2\")))\n  }\n  return c.join(\"\\n————\\n\");\n}\nvar data = JSON.parse(result);\ndata.data.total === 0;\ndata.data.total === 0 ? '还没有人对这本书发表评价哦！<br>': parseComments(data.data.data);\n</js>",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "@{{$.author_nickname}}",
      "bookList": "data.data",
      "bookUrl": "https://pre-api.tuishujun.com/api/getBookDetail?book_id={{$.book_id}}",
      "coverUrl": "cover",
      "intro": "info##\\s",
      "kind": "source_name&&process_name&&second_type_name",
      "lastChapter": "score\n<js>\na=result ==\"0.0\"?\"【暂无评分】\": \"好评率\"+(result > 10?result: result=result*10)+\"%\";\nb=\"\";\nresult > 50?b=\" 🔥 \":b=\" ❄️ \";\njava.getString('$.last_chapter_time').slice(0,10)+b+a;\n</js>",
      "name": "title",
      "wordCount": "word_number_name"
    },
    "ruleSearch": {
      "author": "@{{$.author_nickname}}",
      "bookList": "data.data",
      "bookUrl": "https://pre-api.tuishujun.com/api/getBookDetail?book_id={{$.book_id}}",
      "coverUrl": "cover",
      "intro": "$.info",
      "kind": "source_name&&process_name&&second_type_name",
      "lastChapter": "score\n<js>\na=result ==\"0.0\"?\"【暂无评分】\": \"好评率\"+(result > 10?result: result=result*10)+\"%\";\nb=\"\";\nresult > 50?b=\" 🔥 \":b=\" ❄️ \";\njava.getString('$.last_chapter_time').slice(0,10)+b+a;\n</js>",
      "name": "title",
      "wordCount": "word_number_name"
    },
    "ruleToc": {
      "chapterList": "<js>\nvar data = JSON.parse(result).data;\nvar pageCount = Math.ceil(data.total/10) || 1;\nvar list = Array.from(Array(pageCount).keys());\nfor(var i = 0; i <pageCount; i++){\n  var index = list[i]+1;\n  list[i] = {title:'第00' + index +'页', url: baseUrl.split('&')[0] + '&type=all&page=' + index + '&pageSize=10&sort_field=create_time&sort_value=desc'};\n}\nlist;\n</js>",
      "chapterName": "title",
      "chapterUrl": "url",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://pre-api.tuishujun.com/api/searchBook?search_value={{key}}&sort_field=hot_value&page={{page}}&pageSize=50",
    "weight": 1
  },
  {
    "bookSourceComment": "未月十八发现",
    "bookSourceGroup": "漫画",
    "bookSourceName": "🌐快看漫画",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.kuaikanmanhua.com已整理",
    "bookUrlPattern": "已校验",
    "customButton": false,
    "customOrder": 1039,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"✿　　　　　　　榜    单　　　　　　　✿\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"国漫榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=9\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日漫榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=10\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"韩漫榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=11\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"少女榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=6\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"少年榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=5\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青女榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=7\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青年榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=8\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"新作榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完结榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=12\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"口碑榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"畅销榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=4\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"🔹　　 　　　　状    态　 　　　　　🔹 \",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"推荐\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最火热\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=0&sort=2&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"新上架\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=0&sort=3&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"连载中\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=1&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"已完结\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=2&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"►免费\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=1&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"►付费\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=2&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"►抢先看\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=3&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"🔹　　 　　　　分    类　 　　　　　🔹 \",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"恋爱\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=20&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"强剧情\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=82&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古风\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=46&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校园\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=47&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奇幻\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=22&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"唯美\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=58&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"热血\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=67&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日漫\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=57&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"韩漫\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=60&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"大女主\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=77&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完结\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=40&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=80&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"萌系\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=62&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=32&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=63&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"搞笑\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=71&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=48&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"正能量\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=54&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总裁\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=52&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"投稿\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=76&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 10; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 Mobile Safari/537.36 SearchCraft/3.6.5 (Baidu; P1 9.0)\"\n}",
    "lastUpdateTime": 1728716016883,
    "loginUrl": "",
    "respondTime": 6467,
    "ruleBookInfo": {
      "author": "<js>\na=eval(result.match(/__NUXT__[^<]*/)[0]);\nresult=JSON.stringify(__NUXT__);\n</js>\n$.data[*].topicInfo.user.nickname",
      "coverUrl": "@js:\neval(result.match(/__NUXT__[^<]*/)[0]);\n__NUXT__.data[0].topicInfo.vertical_image_url",
      "intro": "@js:\neval(result.match(/__NUXT__[^<]*/)[0]);\n__NUXT__.data[0].topicInfo.description",
      "kind": "@js:\neval(result.match(/__NUXT__[^<]*/)[0]);\n__NUXT__.data[0].topicInfo.tags",
      "lastChapter": "@js:\neval(result.match(/__NUXT__[^<]*/)[0]);\n__NUXT__.data[0].topicInfo.update_status.replace(/^.*?已更/,\"\")",
      "name": "@js:\neval(result.match(/__NUXT__[^<]*/)[0]);\n__NUXT__.data[0].topicInfo.title"
    },
    "ruleContent": {
      "content": "class.ComicPics@img@html##data-src##src",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.author_name",
      "bookList": "$.data.topics||$.data.cards||$.hits.topicMessageList||$.hits",
      "bookUrl": "$.id||$.topic_id@js:\"http://m.kuaikanmanhua.com/mobile/\"+result+\"/list/\"",
      "coverUrl": "$.vertical_image_url||$.image_url||$.cover_image_info.images[*].url",
      "intro": "description",
      "kind": "$.category||$.recommend_tag[1].title",
      "lastChapter": "$.latest_comic_title",
      "name": "$.title.text||$.title"
    },
    "ruleToc": {
      "chapterList": "<js>\na=eval(result.match(/__NUXT__[^<]*/)[0]);\nresult=JSON.stringify(__NUXT__);\n</js>\n$.data[*].comicList[*]",
      "chapterName": "$.title",
      "chapterUrl": "$.id\n@js:\"http://m.kuaikanmanhua.com/mobile/comics/\"+result",
      "isVip": "$.is_free\n@js:result=='true'?false:true",
      "updateTime": "@js:java.timeFormat({{$.updated_at}})"
    },
    "searchUrl": "http://m.kuaikanmanhua.com/search/mini/topic/title_and_author?page={{page}}&size=24&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "💡与💍晋江除了发现不一样，其他的都一样\n💡默认不启用该源的搜索，可用发现\nby 酷安 @viviyaaa    分享注明出处",
    "bookSourceGroup": "正版",
    "bookSourceName": "晋江",
    "bookSourceType": 0,
    "bookSourceUrl": "晋江纯爱/无cp标签",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1040,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{'title':'纯爱排行榜','url':'','style':{layout_flexGrow:1,layout_flexBasisPercent:1}},\n{'title':'作品积分','url':'http://www.jjwxc.net/topten.php?orderstr=7&t=1','style':{layout_flexGrow:1}},\n{'title':'长生殿','url':'http://www.jjwxc.net/topten.php?orderstr=9&t=1','style':{layout_flexGrow:1}},\n{'title':'驻站作者','url':'http://www.jjwxc.net/topten.php?orderstr=19&t=1','style':{layout_flexGrow:1}},\n{'title':'完结高分','url':'http://www.jjwxc.net/topten.php?orderstr=20&t=1','style':{layout_flexGrow:1}},\n{'title':'半年榜','url':'http://www.jjwxc.net/topten.php?orderstr=6&t=1','style':{layout_flexGrow:1}},\n{'title':'栽培月榜','url':'http://www.jjwxc.net/topten.php?orderstr=18&t=1','style':{layout_flexGrow:1}},\n{'title':'完结金榜','url':'http://www.jjwxc.net/topten.php?orderstr=7&t=1','style':{layout_flexGrow:1}},\n{'title':'季度榜','url':'http://www.jjwxc.net/topten.php?orderstr=4&t=1','style':{layout_flexGrow:1}},\n{'title':'勤奋指数','url':'http://www.jjwxc.net/topten.php?orderstr=15&t=1','style':{layout_flexGrow:1}},\n{'title':'霸王票榜','url':'http://www.jjwxc.net/topten.php?orderstr=13&t=1','style':{layout_flexGrow:1}},\n{'title':'月度榜','url':'http://www.jjwxc.net/topten.php?orderstr=5&t=1','style':{layout_flexGrow:1}},\n{'title':'新晋作者','url':'http://www.jjwxc.net/topten.php?orderstr=3&t=1','style':{layout_flexGrow:1}},\n\n{'title':'分类排行','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&null=0&searchkeywords=&page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:1}},\n{'title':'近代现代','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd1=1&lx0=0&fg0=0&collectiontypes=ors&null=0&searchkeywords=&page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.3}},\n{'title':'古色古香','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd2=2&lx0=0&fg0=0&collectiontypes=ors&null=0&searchkeywords=&page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.3}},\n{'title':'架空历史','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd3=4&lx0=0&fg0=0&collectiontypes=ors&null=0&searchkeywords=&page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.3}},\n{'title':'幻想未来','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd4=5&lx0=0&fg0=0&collectiontypes=ors&null=0&searchkeywords=&page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.3}},\n\n{'title':'纯爱标签','url':'','style':{layout_flexGrow:1,layout_flexBasisPercent:1}},\n{'title':'快穿','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq125=125&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'穿书','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq134=134&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'甜文','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq124=124&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'重生','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq75=75&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'爽文','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq137=137&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'系统','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq122=122&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'强强','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq19=19&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'星际','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq135=135&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'生子','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq20=20&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'校园','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq185=185&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'末世','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq81=81&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'女配','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq96=96&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'美食','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq99=99&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'异能','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq72=72&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'玄学','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq206=206&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'打脸','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq138=138&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'直播','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq142=142&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'年下','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq21=21&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'武侠','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq11=11&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'逆袭','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq184=184&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'西幻','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq143=143&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'宫斗','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq74=74&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'婚恋','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq78=78&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'竞技','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq70=70&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'科举','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq174=174&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'萌宠','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq205=205&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'恐怖','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq29=29&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'机甲','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq97=97&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'科幻','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq28=28&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'婆媳','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq80=80&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'奇谭','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq197=197&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'爱情','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx1=1&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'武侠','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx2=2&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'奇幻','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx3=3&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'仙侠','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx4=4&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'游戏','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx5=5&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'传奇','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx6=6&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'科幻','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx7=7&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'惊悚','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx9=9&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'悬疑','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx10=10&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'剧情','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx16=16&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'商战','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq123=123&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'传奇','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq89=89&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'网配','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq84=84&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'职场','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq98=98&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'经商','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq180=180&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'成长','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq183=183&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'宅斗','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq73=73&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'网红','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq141=141&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'科幻','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq28=28&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'洪荒','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq67=67&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'血族','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq69=69&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'娱乐圈','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq64=64&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'种田文','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq66=66&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'年代文','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq173=173&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'无限流','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq83=83&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'古穿今','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq65=65&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'升级流','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq139=139&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'大冒险','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq198=198&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'轻小说','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx12=17&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'姐弟恋','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq186=186&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n\n{'title':'穿越时空','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq60=60&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'仙侠修真','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq68=68&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'豪门世家','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq33=33&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'随身空间','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq56=56&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'情有独钟','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq39=39&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'灵异神怪','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq26=26&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'破镜重圆','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq47=47&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'虐恋情深','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq42=42&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'青梅竹马','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq62=62&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'宫廷侯爵','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq32=32&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'异世大陆','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq57=57&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'悬疑推理','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq128=128&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'天作之合','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq52=52&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'天之骄子','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq54=54&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'游戏网游','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq92=92&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'都市情缘','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq30=30&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'性别转换','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq24=24&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'现代架空','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq126=126&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'未来架空','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq127=127&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'欢喜冤家','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq41=41&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'前世今生','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq49=49&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'幻想空间','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq25=25&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'复仇虐渣','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq145=145&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'东方玄幻','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq144=144&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'朝堂之上','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq178=178&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'奇幻魔幻','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq27=27&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'励志人生','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq121=121&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'民国旧影','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq61=61&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'布衣生活','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq38=38&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'业界精英','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq101=101&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'女扮男装','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq136=136&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'市井生活','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq175=175&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'古代幻想','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq189=189&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'平步青云','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq55=55&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'相爱相杀','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq103=103&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'因缘邂逅','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq45=45&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'灵魂转换','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq23=23&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'魔法幻情','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq191=191&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'江湖恩怨','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq35=35&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'花季雨季','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq31=31&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'制服情缘','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq85=85&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'都市异闻','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq181=181&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'古典名著','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq130=130&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'近水楼台','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq46=46&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'亡灵异族','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq192=192&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'乔装改扮','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq51=51&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'小门小户','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq177=177&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'时代奇缘','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq22=22&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'史诗奇幻','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq199=199&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'阴差阳错','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq53=53&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'恋爱合约','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq48=48&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'异闻传说','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq196=196&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'三教九流','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq36=36&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'骑士与剑','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq63=63&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'七年之痒','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq79=79&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'异想天开','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq190=190&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'乡村爱情','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq58=58&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'爱情战争','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq50=50&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'时尚流行','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq182=182&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'时代新风','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx2=2&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq210=210&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}}]",
    "lastUpdateTime": 1716227606406,
    "loginUrl": "",
    "respondTime": 2653,
    "ruleBookInfo": {
      "author": "$.authorName",
      "coverUrl": "$.novelCover",
      "intro": "@js:if(/完结/.test(book.kind))book.canUpdate=false;\na=JSON.parse(java.ajax('http://app.jjwxc.org/androidapi/getnovelOtherInfo?novelId='+java.get('id')+'&type=novelbasicinfo&versionCode=148'));\nb=a.novelLeave;\nc=JSON.parse(result);\nz=s=>s.length>3?s:'';\n['',b.leaveDateBack,b.leaveContent,b.leaveDate,'🔖 '+c.novelIntroShort,'​','标签：'+c.novelTags,z(c.protagonist),z(c.costar),z(c.other),'风格：'+c.novelStyle+'　　视角：'+c.mainview,'收藏：'+a.novelbefavoritedcount+'　评论：'+c.comment_count+'　评分：'+c.novelReviewScore,'┄┄',c.novelIntro].join('\\n').replace('立意:','┄┄\\n立意：').replace('评分：\\n','\\n').replace('🔖 \\n','')",
      "kind": "{{$.novelClass}},{{java.get('ns')==1?'连载':'完结'}}",
      "lastChapter": "<js>\n\ntry{last=JSON.parse(java.ajax('http://android.jjwxc.net/androidapi/chapterList?novelId='+baseUrl.match(/(\\d+)/)[1])).chapterlist;\n$=last[last.length-1];\nvip=$.isvip?'💰':'';\nchapterid=$.chapterid;\nchaptername=$.chaptername;\ndate=$.chapterdate;\nvip+chapterid+'、'+chaptername+' '+date}\ncatch(err){\njava.log(err)\nresult=\"请刷新\"\n}\n</js>",
      "name": "$.novelName@put:{id:$.novelId,ns:$.novelStep,nw:'$.novelSize##\\\\D'}",
      "tocUrl": "http://app-cdn.jjwxc.net/androidapi/chapterList?novelId={{baseUrl.match(/novelId=(\\d+)/)[1]}}&more=0&whole=1",
      "wordCount": "{{java.get('nw')}}"
    },
    "ruleContent": {
      "content": "<js>\nvar javaImport = new JavaImporter();\njavaImport.importPackage(\n     Packages.java.lang,\n    Packages.javax.crypto.spec,\n    Packages.javax.crypto,\n    Packages.java.util \n);\nwith(javaImport){\n    let IV_PARAMETER = String(\"1ae2c94b\");\n    let ALGORITHM = \"DES\"; \n    let CIPHER_ALGORITHM = \"DES/CBC/PKCS5Padding\";\n    let CHARSET = \"utf-8\";\n    let password=String(\"KK!%G3JdCHJxpAF3%Vg9pN\");\n\n\nfunction decode(data){\nlet dks = new DESKeySpec(String(password).getBytes());\nlet keyFactory = SecretKeyFactory.getInstance(\"DES\");\nlet secretKey = keyFactory.generateSecret(dks);\nlet cipher = Cipher.getInstance(CIPHER_ALGORITHM);\nlet iv = new IvParameterSpec(IV_PARAMETER.getBytes(CHARSET));\ncipher.init(Cipher.DECRYPT_MODE, secretKey, iv);\nreturn new String(cipher.doFinal(Base64.getDecoder().decode(String(data).getBytes(CHARSET))), CHARSET);\n\n}\n}\n//DES解密结束\n\ncontent=java.getElement(\"$.content\");\nsaybody=java.getString(\"$.sayBody\");\nsay=saybody!=\"\"?\"\\n作者有话要说：\\n\"+saybody:\"\";\nif(baseUrl.match(/token/)){\nresult=String(decode(content)+say);\n}else{result=content+say}\n</js>",
      "imageStyle": "TEXT",
      "replaceRegex": "##【普通用户、初级.*用户所发评论将在审核通过后显示！】|【为营造更好的评论环境，近期网站要求发评须进行实名认证，未实名用户评论暂时仅在对应作者后台及发评用户后台可见.*\n|(感谢灌溉)[\\w\\W]+(.).*感谢(灌|投|支持).*|感谢(在|为).*小天使.*|.*(扔|投|砸|灌)了.*时间.*|.*\\\\d瓶.*|.*(扔|投|砸|灌|谢).*(手榴弹|营养液|地雷|浅水炸弹|深水炸弹|深水鱼雷|火箭炮|投雷|霸王票).*|非常感谢.*努力的.*"
    },
    "ruleExplore": {
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "a[href~=author]@text",
      "bookList": ".cytable tr,tr[bgcolor~=eefaee]||ul li:has(a[href~=book2])",
      "bookUrl": "##(?:/book2/|novelid=)(\\d+)##http://app-cdn.jjwxc.net/androidapi/novelbasicinfo?novelId=$1###",
      "coverUrl": "",
      "intro": "a@rel||a@title##^简介：|<br>|\\n.+",
      "kind": "td:has(a)~td:lt(7)!0:2:4:5:6@text||span,font@text##\\[删\\]",
      "name": "a[href~=book2]@text||tag.a.1@text",
      "wordCount": "##\"right\">([^<&]*)##$1###"
    },
    "ruleToc": {
      "chapterList": "$.chapterlist",
      "chapterName": "<js>\n$=result;\ntitle=$.chaptername;\ntitle=String(title).replace(/^\\s+/,'');\nintro=$.chapterintro;\njava.put(\"intro\",intro);\nvip=$.isvip!='0';\nlock=$.islock!='0';\ntype=$.chaptertype=='1';\nnum=!type?'第{{$.chapterid}}章 ':'';\nif(title.match(/[一二三四五六七八九十百千万\\d]+\\s*章|^\\d+[、\\.\\s]|chapter\\s*\\d+/i)){\nnum=''\n}else{num=num}\nl=lock?'[锁]':'';\nresult=num+title+l;\n\n//不显示卷名\nresult=!type?result:'';\n</js>",
      "chapterUrl": "@js:\n$=result;\ncookie=java.getCookie(\"http://m.jjwxc.net\",\"sid\");\nchapterid=$.chapterid;\ncookie=java.get('cookie');\nvip=$.isvip!='0';\ntype=$.chaptertype=='1';\nif(!vip){\nif(!type){\nresult='https://app-cdn.jjwxc.net/androidapi/chapterContent?novelId='+baseUrl.match(/novelId=(\\d+)/)[1]+'&chapterId='+chapterid\n}else{\nchaptername=$.chaptername;\nresult='http://www.baidu.com?wd='+result+book.name+'/'+chaptername}\n}else{result=\"http://app.jjwxc.org/androidapi/chapterContent?novelId=\"+baseUrl.match(/novelId=(\\d+)/)[1]+'&versionCode=191&token='+cookie+'&chapterId='+chapterid}",
      "isVip": "",
      "updateTime": "{{$.isvip}}🍴{{$.chapterdate}}   {{$.chaptersize}}字   {{$.chapterintro##^\\s*}}##^🍴|^0字  |0000-00-00.*@js:result.replace(/2🍴/g,'💰').replace(/0🍴/g,'　').replace(/💰$/g,'').replace(/(\\s\\d+:\\d+):\\d+/g,'$1')"
    },
    "searchUrl": "http://www.jjwxc.net/bookbase.php?searchkeywords={{key}}&page={{page}},{\n  \"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "/*\n* 同库: 三界文学 -- http://www.3jwx.com\n*/",
    "bookSourceGroup": "免费",
    "bookSourceName": "墨坛文学网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.22mt.net",
    "customButton": false,
    "customOrder": 1041,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n    'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36',\n    \"Cookie\":\"0\"\n}",
    "lastUpdateTime": 1754707476820,
    "respondTime": 5337,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{\nn:\"[property$=book_name|title]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"\n}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".font_max@html\n@js:\n/*\nresult=result.replace(/<br>/g,\"<p></p>\").replace(/ /g,\"<p></p>\")\n*/\nresult",
      "nextContentUrl": "text.下一@href\n@js:\nif(result){\n result=result[0].includes(\"_\")?result:\"\";\n}",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": ".book_other.0@span@text##作者：##",
      "bookList": ".row dl",
      "bookUrl": "h3@a@href",
      "checkKeyWord": "剑来",
      "coverUrl": "dt@img@src",
      "intro": "",
      "kind": ".book_other[1,2]@text##状态：|更新时间：##",
      "lastChapter": ".book_other.3@a@text",
      "name": "h3@a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".book_list[-1]@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ".page-item.active + .page-item@a@href",
      "updateTime": ""
    },
    "searchUrl": "@js:\nvar su=source.getKey()\nvar htmlUrl=java.get(su,{}).headers('Location')\njava.log(`重定向：${htmlUrl[0]}`)\nvar posturl=htmlUrl[0]?htmlUrl[0]:(su.includes(\"#\")?su.match(/([^\\#]+)\\#/)[1]:su)\nposturl = posturl.slice(-1)=='/'?posturl.slice(0,-1):posturl\ncookie.removeCookie(posturl)\njava.log(`请求：${posturl}`)\n\nposturl+\"/search.php?q={{key}}\"",
    "weight": 0
  },
  {
    "bookSourceComment": "类型: 文本 在线阅读\n切换: 文件 可以下载",
    "bookSourceGroup": "免费",
    "bookSourceName": "爱久小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.aijjxs.com",
    "bookUrlPattern": "https?://m.aijjxs.com/txt/\\d+.html",
    "customButton": false,
    "customOrder": 1042,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "穿越::/txt/chuanyue/<,index_{{page}}.html>\n重生::/txt/chongshengxiaoshuo/<,index_{{page}}.html>\n架空::/txt/lsjs/<,index_{{page}}.html>\n总裁::/txt/qinggan/<,index_{{page}}.html>\n现言::/txt/young/<,index_{{page}}.html>\n修仙::/txt/wuxia/<,index_{{page}}.html>\n纯美::/txt/dmtr/<,index_{{page}}.html>\n玄幻::/txt/xuanhuan/<,index_{{page}}.html>\n都市::/txt/dushi/<,index_{{page}}.html>\n惊悚::/txt/kongbu/<,index_{{page}}.html>\n女生::/e/action/toplist.php?page={{page-1}}&class=1&line=10&tempid=6&ph=1&andor=and&orderby=2&myorder=0\n男生::/e/action/toplist.php?page={{page-1}}&class=2&line=10&tempid=6&ph=1&andor=and&orderby=2&myorder=0",
    "header": "@js:\nJSON.stringify({\n\t\"referer\": source.key,\n\"x-requested-with\": \"mark.via\",\n\"accept-language\": \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\",\n\"user-agent\": \"Mozilla/5.0 (Linux; Android 10; PACM00 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.5359.79 Mobile Safari/537.36\"})",
    "lastUpdateTime": 1720346920307,
    "respondTime": 13857,
    "ruleBookInfo": {
      "author": ".jie@span.2@a@text",
      "coverUrl": ".pic@img@src##^##https:",
      "downloadUrls": "text.下载TXT电子书@href\n<js>\nurl=book.origin+result[0];\njava.ajax(url);\n</js>\ntext.txt电子书下载地址@href\n##$##,{\"type\": \"txt\"}",
      "intro": ".novelinfo@text",
      "kind": ".jie@span.1:3:4:5@text\n##类别：|大小：|进度：|时间：",
      "name": ".jie@h1@text",
      "tocUrl": ".read@a@href##$##,{'webView': true}"
    },
    "ruleContent": {
      "content": "#Content@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".list_a",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "kind": "span.-2@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "option",
      "chapterName": "text",
      "chapterUrl": "value"
    },
    "searchUrl": "/e/search/index.php,{\n  \"body\": \"show=writer,title&keyboard={{key}}&Submit22=搜索\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.biquge.casa",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1043,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"校园言情\",\n    \"url\": \"/xiaoyuan.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市言情\",\n    \"url\": \"/dushi.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"古代言情\",\n    \"url\": \"/gudai.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"罗曼史\",\n    \"url\": \"/luoman.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"耽美\",\n    \"url\": \"/danmei.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"百合\",\n    \"url\": \"/baihe.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"同人\",\n    \"url\": \"/tongren.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"奇幻玄幻\",\n    \"url\": \"/qihuan.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游竞技\",\n    \"url\": \"/wangyou.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻异能\",\n    \"url\": \"/kehuan.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"恐怖灵异\",\n    \"url\": \"/kongbu.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"惊悚推理\",\n    \"url\": \"/jingsong.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠仙侠\",\n    \"url\": \"/wuxia.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史军事\",\n    \"url\": \"/lishi.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"穿越重生\",\n    \"url\": \"/chuanyue.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"综合其它\",\n    \"url\": \"/qita.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  }\n]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 8.0.0; MI 5s Plus Build/OPR1.170623.032; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 1754708405013,
    "respondTime": 4791,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "@js:\nid=java.get(\"id\")\nif (/baidu\\.com/.test(baseUrl)) {\n    pre = baseUrl.replace(/baidu\\.com/, \"biquge.casa\");\n    rev = org.jsoup.Jsoup.parse(java.ajax(pre));\n    url = source.key + \"/\" + id +  rev.select('#linkPrev').attr('href');\n    java.setContent(result = java.ajax(url));\n} else if (/bing\\.com/.test(baseUrl)) {\n    nex = baseUrl.replace(/cn\\.bing\\.com/, \"www.biquge.casa\");\n    next = org.jsoup.Jsoup.parse(java.ajax(nex));\n    nexUrl = source.key + \"/\" + id +  next.select('#linkNext').attr('href');\n    java.setContent(result = java.ajax(nexUrl));\n  } else { result; }\nresult = java.getString('.readcontent@html');"
    },
    "ruleExplore": {
      "author": ".author.0@text##作者：",
      "bookList": ".bookbox",
      "bookUrl": "a@href",
      "coverUrl": "a.0@href##\\D((\\d+)\\d{3})##https://img.biquge.casa/image/$2/$1/$1s.jpg###",
      "intro": ".update@ownText",
      "kind": ".author.2@text",
      "lastChapter": ".cat@a.0@text",
      "name": "h4@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": ".author.0@text##作者：",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href",
      "checkKeyWord": "大理寺",
      "coverUrl": "a.0@href##\\D((\\d+)\\d{3})##https://img.biquge.casa/image/$2/$1/$1s.jpg###",
      "intro": ".update@ownText",
      "kind": ".author.1@text",
      "lastChapter": ".cat@a.0@text",
      "name": "h4@text"
    },
    "ruleToc": {
      "chapterList": "<js>\nbase = baseUrl;\nid = baseUrl.match(/(\\d+\\/)/)[1]\njava.put(\"id\",id)\nlis = java.getElements('#list-chapterAll@dd');\nvar list = [];\n\nfor (var i = 0; i < lis.length; i++) {\n     var href = lis[i].select('a').attr('href');\n     var text = lis[i].text();\n     if (href==0) {\n        if ( i < lis.length - 1 ) {\n            var url = \"https://www.baidu.com/\" + id + lis[i + 1].select('a').attr('href');         \n        } else {\n            var url = \"https://cn.bing.com/\" + id + lis[i - 1].select('a').attr('href');\n        }\n     } else { var url = base + href; }\n     java.log(lis[i].text()+\":\"+url);\n     list.push({\"text\": text, \"href\": url});\n}\n\nlist\n</js>",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}&searchtype=all&submit=\",\n  \"method\": \"POST\",\n  \"charset\": \"GBK\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "1.若书籍文件过大，下载超时，或未解析到直链，可查看复制源变量中保存的链接到浏览器下载\n2.若详情页点击 阅读 提示unexpected webFileData，耐心等待片刻后重新点击即可\nby_tlyanyu",
    "bookSourceGroup": "免费",
    "bookSourceName": "夏树资源（导入）",
    "bookSourceType": 3,
    "bookSourceUrl": "https://www.xiashu.com",
    "customButton": false,
    "customOrder": 1044,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::https://www.xiashu8.com/txt/xuanhuan/{{page}}/\n武侠::https://www.xiashu8.com/txt/wuxia/{{page}}/\n科幻::https://www.xiashu8.com/txt/kehuan/{{page}}/\n网游::https://www.xiashu8.com/txt/wangyou/{{page}}/\n竞技::https://www.xiashu8.com/txt/jingji/{{page}}/\n历史::https://www.xiashu8.com/txt/lishi/{{page}}/\n军事::https://www.xiashu8.com/txt/junshi/{{page}}/\n穿越::https://www.xiashu8.com/txt/chuanyue/{{page}}/",
    "header": "{\"user-agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36\"}",
    "lastUpdateTime": 1735095724596,
    "loginUrl": "",
    "respondTime": 3011,
    "ruleBookInfo": {
      "author": "span.author@a@text",
      "downloadUrls": "@js:\nString(java.get(\"downloadLinks\")).split(',');",
      "intro": "@js:\nbookId = baseUrl.match(/\\/book\\/(\\d+)\\//)[1];\nheaders={\n    \"content-type\": \"application/x-www-form-urlencoded\",\n    \"user-agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36\",\n    \"referer\": `https://www.xiashu8.com/book/${bookId}/`,\n    \"x-requested-with\": \"XMLHttpRequest\"\n};\ndownloadInfo = '';\nresp = String(java.ajax(\"https://www.xiashu8.com/e/action/getdownload.php,\"+JSON.stringify({\n    \"method\": \"POST\",\n    \"headers\": headers,\n    \"body\": `dataId=${bookId}&time=${Date.now()}`\n})));\n\nif(resp.includes(\"downloadLinks\")){\nlinks = JSON.parse(resp);\nlinks.downloadLinks.forEach(link => {\n    downloadInfo += `${link.site}：${link.url}\\n`;\n});\n\n//downloadLinks = links.downloadLinks.map(link => (link.url));\n\ndownloadLinks = links.downloadLinks.map(link => {\n    url = link.url;\n    isDirectDownload = url.match(/\\.(txt|epub|zip|rar|mobi)$/i);\n    if (isDirectDownload) {\n        java.log(\"🔙返回直链\"+url);\n        return url;\n    } else if(url.includes('12345676.xyz')){\n       try{\n        response = String(java.ajax(url));\n        directLinkRegex = /url=([^\"]+)/;\n        match = response.match(directLinkRegex);\n        if (match) {\n            java.log(\"📥获取到直链\" + match[1]);\n            return match[1];\n        } else {\n            java.log(\"🔙未获取到直链，返回链接\"+url);\n        \t   return url;\n        }\n       }catch(error){\n            java.log(\"⚠️请求超时或出错，返回链接\" + url);\n            return url;\n       }\n    }else if(url.includes('dl.txtaoye')){\n        id = url.match(/\\/txt\\/(\\d+)/)[1];\n        directUrl = `https://dl.txtaoye.com/txt/${id[0]}/${id}.txt`;\n        java.log(\"📥获取到直链\" + directUrl);\n        return directUrl;\n     }\n     else{\n        java.log(\"🔙返回链接\"+url);\n        return url;\n     }\n});\n\nsource.setVariable(downloadLinks.join(\"\\n\\n\"));\njava.put(\"downloadLinks\", downloadLinks);\n}\nelse{\ndownloadInfo=\"暂无下载地址※=○☆(＿＿*)Ｚｚｚ\";\njava.toast(\"暂无下载地址\\n\"+resp);\n}\n\nresult = `&nbsp;书名：{{@@.logbox@h1@text}}\n👤 作者：{{@@span.author@a@text}}\n 标签：{{@@span.cate@a@text&&.logcon.0@p.2@text##\\n电子书进度：|\\n## }}\n⏰ 时间：{{@@span.date@text}}\n🏷 简介：{{@@.logcon.1@p.0@text}}\n📜 作品：{{@@.logcon.1@p.1@text}}\n📥 下载：\\n${downloadInfo}`\n",
      "kind": "span.cate@a@text&&.logcon.0@p.2@text##电子书进度：",
      "lastChapter": "span.date@text",
      "name": ".logbox@h1@text"
    },
    "ruleContent": {},
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "ul.loglist li",
      "bookUrl": "a@href",
      "checkKeyWord": "乱世书",
      "intro": "p.text@text",
      "name": "h4@text"
    },
    "ruleToc": {},
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\nhttps://www.xiashu8.com/so/{{key}}/{{page}}/",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "华东看书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.dandanwx.com",
    "customButton": false,
    "customOrder": 1045,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1754707482193,
    "respondTime": 13404,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content",
      "lastChapter": "{{@@[property=\"og:novel:latest_chapter_name\"]@content}}·{{@@[property=\"og:novel:update_time\"]@content##\\s.*}}",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": ".content@html##.*未完，请点.*|最新网址.*|{{chapter.title}}.*\\(第\\d+\\/\\d+页\\)",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".s4@text",
      "bookList": ".txt-list@li!0",
      "bookUrl": ".s2@a@href",
      "checkKeyWord": "我的",
      "kind": ".s1@text##\\[|\\]",
      "lastChapter": "{{@@.s3@text}}·{{@@.s5@text}}",
      "name": ".s2@a@text"
    },
    "ruleToc": {
      "chapterList": ".section-list.1@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "option@value||text.下一页@href##$##,{'webView': true}"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\nhttp://www.dandanwx.com/search.html?keyWord={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "亿软网吧",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.yruan.com/",
    "bookUrlPattern": "https://www.yruan.com/article/\\d+.html",
    "customButton": false,
    "customOrder": 1046,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻小说\",\"url\":\"http://m.yruan.com/sort/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"仙侠小说\",\"url\":\"http://m.yruan.com/sort/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"都市小说\",\"url\":\"http://m.yruan.com/sort/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"军史小说\",\"url\":\"http://m.yruan.com/sort/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"网游小说\",\"url\":\"http://m.yruan.com/sort/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"科幻小说\",\"url\":\"http://m.yruan.com/sort/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}}]",
    "lastUpdateTime": 1731430543025,
    "loginUrl": "",
    "respondTime": 7349,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text",
      "coverUrl": "id.fmimg@img@src",
      "init": "",
      "intro": "id.intro@tag.p.0@text",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content",
      "lastChapter": "id.info@tag.p.2@a@text##百度搜索.*",
      "name": "id.info@tag.h1@text",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@html##<!--go--> |<!--over--> "
    },
    "ruleExplore": {
      "author": "class.author@text",
      "bookList": "class.article",
      "bookUrl": "h6@a@href@js:'https://www.yruan.com'+result",
      "coverUrl": "img@src",
      "intro": "class.simple@text",
      "name": "h6@a@text"
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "tag.td.0@tag.a@href@js:\r\nvar id = result.match(/\\/(\\d+)\\.?/)[1];\r\n'/files/article/image/'+parseInt(id/1000)+'/'+id+'/'+id+'s.jpg';",
      "kind": "tag.td.4@text&&\ntag.td.5@text",
      "lastChapter": "tag.td.1@tag.a@text##百度搜索.*",
      "name": "tag.td.0@tag.a@text",
      "wordCount": "tag.td.3@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.yruan.com/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "随心看吧",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.suixkan.com已校验",
    "customButton": false,
    "customOrder": 1047,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1721326317705,
    "respondTime": 881,
    "ruleBookInfo": {
      "lastChapter": "class.chapter-entrance@text",
      "tocUrl": "class.sumchapter@a@href"
    },
    "ruleContent": {
      "content": "class.con@html",
      "nextContentUrl": "",
      "replaceRegex": "##\\s*.*?本章.*?完.*\\s*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".v-author@text",
      "bookList": "class.v-list-item",
      "bookUrl": "##=\"newWebView\\('([^']+)'##$1###",
      "coverUrl": "img@src",
      "intro": ".v-intro@text",
      "kind": "tag.div.-1@text",
      "lastChapter": "##=\"newWebView\\('([^']+)'##$1###\n<js>java.ajax('https://m.suixkan.com'+result)</js>\nclass.chapter-entrance@text",
      "name": ".v-title@text",
      "wordCount": ".v-words@text"
    },
    "ruleToc": {
      "chapterList": "class.catalog_ls@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://m.suixkan.com/s/1.html?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "看书网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.kanshuw.com#🎃",
    "customButton": false,
    "customOrder": 1048,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js: var result = [];\njava.toast(\"🔥动态获取发现中……\");\nvar push=(title,url,size)=>result.push({\n  \t\"title\": title,\n  \t\"url\": url,\n  \t\"style\": {\n   \"layout_flexGrow\": 1,\n   \"layout_flexBasisPercent\": size\n   }\n });\nvar top = java.ajax(\"https://www.kanshuw.com/top/all_0_1.html\");\nvar full = java.ajax(\"https://www.kanshuw.com/full/0_1.html\")\nif (top&&full) {\na=org.jsoup.Jsoup.parse(top).select(\".row\").eq(2);\na=org.jsoup.Jsoup.parse(a).select(\"a\");\nb=org.jsoup.Jsoup.parse(full).select(\".row\").eq(1);\nb=org.jsoup.Jsoup.parse(b).select(\"a\");\nc=org.jsoup.Jsoup.parse(full).select(\".container a\")\npush(\"排行总榜分类\",null,1)\n    for(i in a){\n        title=a[i].text()\n        url=a[i].attr(\"href\")\n        if (url.endsWith(\"_1.html\")) {\n        url=String(url).replace(/_1\\.html$/,\"_{{page}}.html\")\n        size=0.3;\n        push(title,url,size)\n    }};\n    push(\"完本分类\",null,1)\n    for(i in b){\n        title=b[i].text()\n        url=b[i].attr(\"href\")\n        if (url.endsWith(\"_1.html\")) {\n        url=String(url).replace(/_1\\.html$/,\"_{{page}}.html\")\n        size=0.3;\n        push(title,url,size)\n    }};\n    \n    push(\"分类\",null,1)\n    for(i in c){\n        title=c[i].text()\n        url=c[i].attr(\"href\")\n        if(url.match(/\\/list/)){\n         url=url+\"1.html\"\n         if (url.endsWith(\"1.html\")) {\n        url=String(url).replace(/1\\.html$/,\"{{page}}.html\")\n        size=0.3;\n        push(title,url,size)\n    }}};\n      } else { \n      java.toast(\"🚫发现获取失败……\");\n}\nJSON.stringify(result);",
    "lastUpdateTime": 0,
    "respondTime": 8440,
    "ruleBookInfo": {
      "author": "class.row book_info@a[0]@text",
      "coverUrl": "class.row book_info@img@src",
      "init": "",
      "intro": "class.row book_info@id.intro_pc@oweText",
      "kind": "class.title@a[1]@text",
      "lastChapter": "class.row book_info@a[2]@text",
      "name": "class.row book_info@h1@text##免费阅读.*",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": ".font_max@html##第\\(\\d+/\\d+\\)页",
      "nextContentUrl": "text.下一章@href",
      "replaceRegex": "##[a-zA-Z0-9-]+[a-zA-Z0-9-].*\\.[a-zA-Z0-9-].*"
    },
    "ruleExplore": {
      "author": "span@text",
      "bookList": ".row[-1]@dl",
      "bookUrl": "a[0]@href",
      "coverUrl": "img@src",
      "kind": ".book_other[1]@text",
      "lastChapter": ".book_other[-1]@text",
      "name": "h3@text##\\[|.*\\]|免费阅读.*"
    },
    "ruleSearch": {
      "author": "span@text",
      "bookList": ".row@dl",
      "bookUrl": "a[0]@href",
      "checkKeyWord": "我的",
      "coverUrl": "tag.dt@tag.a@img@src",
      "kind": "h3@text##\\[|\\].*",
      "lastChapter": "a[-1]@text",
      "name": "h3@text##\\[|.*\\]|免费阅读.*"
    },
    "ruleToc": {
      "chapterList": ".row[-1]@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "class.pages@tag.ul@tag.li.!0:1:-1@tag.a@href"
    },
    "searchUrl": "/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁,免费",
    "bookSourceName": "笔趣网吧",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.biquw.info",
    "bookUrlPattern": "http://www.biquw.info/book/\\d+/",
    "customButton": false,
    "customOrder": 1049,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"书库全部\",\"url\":\"/xs/quanbu-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"玄幻小说\",\"url\":\"/xs/1-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"仙侠小说\",\"url\":\"/xs/2-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"都市小说\",\"url\":\"/xs/3-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"军史小说\",\"url\":\"/xs/4-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"网游小说\",\"url\":\"/xs/5-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"科幻小说\",\"url\":\"/xs/6-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"灵异小说\",\"url\":\"/xs/7-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"言情小说\",\"url\":\"/xs/8-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"其他小说\",\"url\":\"/xs/9-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"全本小说\",\"url\":\"/xs/quanbu-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"最新小说\",\"url\":\"/xs/0-lastupdate-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}}]",
    "lastUpdateTime": 1720886033951,
    "loginUrl": "",
    "respondTime": 4387,
    "ruleBookInfo": {
      "author": "class.options@tag.span.0@text",
      "coverUrl": "class.pic@img@src",
      "init": "",
      "intro": ".bookinfo_intro@text",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content",
      "lastChapter": "class.update@a@text",
      "name": "id.info@h1@text"
    },
    "ruleContent": {
      "content": "id.htmlContent@html"
    },
    "ruleExplore": {
      "author": "tag.dd.1@span@text",
      "bookList": "class.sitebox@dl",
      "bookUrl": "h3@a@href",
      "coverUrl": "img@src",
      "intro": "tag.dd.2@text",
      "kind": "class.uptime@text",
      "lastChapter": "tag.dd.3@a@text",
      "name": "h3@a@text"
    },
    "ruleSearch": {
      "author": "class.s3@text",
      "bookList": "class.toplist@li",
      "bookUrl": "class.s1@a@href",
      "coverUrl": "class.s1@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.biquw.info/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "class.s5@text&&\nclass.s6@text",
      "lastChapter": "class.s2@a@text",
      "name": "class.s1@a@text",
      "wordCount": "class.s4@text"
    },
    "ruleToc": {
      "chapterList": "class.book_list@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/modules/article/search.php?action=login&searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "轻小说",
    "bookSourceName": "SF轻小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://api.sfacg.com已校验",
    "customButton": false,
    "customOrder": 1050,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "魔幻::https://api.sfacg.com/novels/21/sysTags/novels?sort=latest&systagids=&isfree=both&isfinish=both&updatedays=-1&charcountbegin=0&charcountend=0&page={{page - 1}}&size=20&expand=typeName,tags,discount,discountExpireDate\n玄幻::https://api.sfacg.com/novels/22/sysTags/novels?sort=latest&systagids=&isfree=both&isfinish=both&updatedays=-1&charcountbegin=0&charcountend=0&page={{page - 1}}&size=20&expand=typeName,tags,discount,discountExpireDate\n古风::https://api.sfacg.com/novels/23/sysTags/novels?sort=latest&systagids=&isfree=both&isfinish=both&updatedays=-1&charcountbegin=0&charcountend=0&page={{page - 1}}&size=20&expand=typeName,tags,discount,discountExpireDate\n科幻::https://api.sfacg.com/novels/24/sysTags/novels?sort=latest&systagids=&isfree=both&isfinish=both&updatedays=-1&charcountbegin=0&charcountend=0&page={{page - 1}}&size=20&expand=typeName,tags,discount,discountExpireDate\n校园::https://api.sfacg.com/novels/25/sysTags/novels?sort=latest&systagids=&isfree=both&isfinish=both&updatedays=-1&charcountbegin=0&charcountend=0&page={{page - 1}}&size=20&expand=typeName,tags,discount,discountExpireDate\n都市::https://api.sfacg.com/novels/26/sysTags/novels?sort=latest&systagids=&isfree=both&isfinish=both&updatedays=-1&charcountbegin=0&charcountend=0&page={{page - 1}}&size=20&expand=typeName,tags,discount,discountExpireDate\n游戏::https://api.sfacg.com/novels/27/sysTags/novels?sort=latest&systagids=&isfree=both&isfinish=both&updatedays=-1&charcountbegin=0&charcountend=0&page={{page - 1}}&size=20&expand=typeName,tags,discount,discountExpireDate\n悬疑::https://api.sfacg.com/novels/28/sysTags/novels?sort=latest&systagids=&isfree=both&isfinish=both&updatedays=-1&charcountbegin=0&charcountend=0&page={{page - 1}}&size=20&expand=typeName,tags,discount,discountExpireDate",
    "header": "{\n\"content-type\": \"application/json\",\n\"sf-minip-info\": \"minip_novel/1.0.70(android;10)/wxmp\",\n\"authorization\": \"Basic YW5kcm9pZHVzZXI6MWEjJDUxLXl0Njk7KkFjdkBxeHE=\"\n}",
    "lastUpdateTime": 1704418176279,
    "respondTime": 2093,
    "ruleBookInfo": {
      "author": "$.data.authorName",
      "coverUrl": "$.data.novelCover",
      "intro": "$.data.expand.intro",
      "kind": "$.data.typeName",
      "lastChapter": "$.data.expand.latestChapter.title",
      "name": "$.data.novelName",
      "tocUrl": "https://minipapi.sfacg.com/pas/mpapi/novels/{{$.data.novelId}}/dirs",
      "wordCount": "$.data.charCount"
    },
    "ruleContent": {
      "content": "$.data.expand.content",
      "imageStyle": "",
      "replaceRegex": "",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "$.authorName",
      "bookList": "$.data",
      "bookUrl": "https://minipapi.sfacg.com/pas/mpapi/novels/{{$.novelId}}?expand=latestchapter,chapterCount,typeName,intro,fav,ticket,pointCount,tags,sysTags,signlevel,discount,discountExpireDate,totalNeedFireMoney,originTotalNeedFireMoney",
      "coverUrl": "$.novelCover",
      "kind": "$.expand.typeName",
      "name": "$.novelName",
      "wordCount": "$.charCount"
    },
    "ruleSearch": {
      "author": "$.AuthorName",
      "bookList": "$.Novels",
      "bookUrl": "https://minipapi.sfacg.com/pas/mpapi/novels/{{$.NovelID}}?expand=latestchapter,chapterCount,typeName,intro,fav,ticket,pointCount,tags,sysTags,signlevel,discount,discountExpireDate,totalNeedFireMoney,originTotalNeedFireMoney",
      "coverUrl": "https://rs.sfacg.com/web/novel/images/NovelCover/Big/{{$.NovelCover}}",
      "kind": "$.TypeName",
      "name": "$.NovelName"
    },
    "ruleToc": {
      "chapterList": "$.data.volumeList[*].chapterList[*]",
      "chapterName": "$.title",
      "chapterUrl": "https://minipapi.sfacg.com/pas/mpapi/Chaps/{{$.chapId}}?expand=content,needFireMoney,originNeedFireMoney,tsukkomi&autoOrder=false",
      "isVip": "$.isVip",
      "updateTime": "$.updateTime"
    },
    "searchUrl": "https://m.sfacg.com/API/HTML5.ashx?op=search&keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "By暴风雪+乃星补加发现",
    "bookSourceGroup": "有声",
    "bookSourceName": "喜马拉雅",
    "bookSourceType": 1,
    "bookSourceUrl": "https://www.ximalaya.com已校验",
    "customButton": false,
    "customOrder": 1051,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "❀                             广 播 剧                             ❀::https://www.ximalaya.com/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=\n 架 空 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=jiakong日韩::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=reci506\n 都 市 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=dushi\n 校 园 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=xiaoyuan\n 武 侠 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=wuxia\n 仙 侠 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=xianxia\n 奇 幻 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=qihuan\n 玄 幻 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=xuanhuan\n 科 幻 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=kehuan\n 悬 疑 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=xuanyi\n 推 理 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=tuili\n 历 史 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=lishi\n 职 场 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=zhichang\n 同 人 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=tongrenwen\n 游 戏 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=youxi\n 爆 笑 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=baoxiao\n 脑 洞 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=naodong\n 日 漫 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=riman\n 萌 系 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=mengxi\n 恋 爱 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=lianai\n 纯 爱 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci1367\n  玛 丽 苏  ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=malisu\n 霸道总裁 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=badaozongcai\n 虚拟偶像 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=xuniouxiang\n 现代言情 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci546\n 古风言情 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci52\n 画风清奇 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=huafengqingqi\n 民间故事 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=minjiangushi\n  全 年 龄  ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci54\n 有声漫画 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci1357\n 会员专区 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci1664\n 心动剧场 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci1660\n 国风剧场 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci1661\n 尖叫剧场 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci1662\n月上新周播剧::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=guangbojv&subcategory=reci1198\n\n❀                             有 声 书                             ❀::https://www.ximalaya.com/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=\n\n 文 学 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=wenxue\n 生 活 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=shenghuo\n 教 材 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=jiaocai\n 经 典 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=jingdian\n 童 书 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=tongshu\n 成 长 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=lizhi\n 社 科 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=sheke\n 商 业 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=shangye\n外文 • 原版::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=yingwenyuanban\n期刊::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=qikanzazhi\n历史::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci234\n传记::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1692\n\n 网络小说 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1173\n 言情女生 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci231\n 悬疑推理 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci232\n 都市重生 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci235\n 历史纵横 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1195\n 仙侠幻想 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1196\n 豪门恋情 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1530\n 古风言情 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1531\n 宫闱宅斗 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1532\n 王牌强档 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1264\n 有声漫画 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1351\n 出版小说 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1359\n 女生最爱 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci346\n 男生最爱 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci348\n 免费精选 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1533\n 新品限免 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1477\n 会员上新 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1518\n 爆更小说 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1069\n\n QQ  阅读 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci22\n 读客图书 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci23\n 果麦文化 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci24\n 中信书院 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci646\n 博集新媒 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci26\n 磨铁阅读 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci394\n  蓝 狮 子  ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci419\n 华章图书 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci650\n 文学名著 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1157\n 历史专区 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1158\n 国学经典 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1159\n 历史经典 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1370\n 三体科幻 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1697\n 重磅新品 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1698\n\n 听书指南 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1449\n大家都在听::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1521\n大家都在追::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1529\n大剧必听榜::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1051\n会员有声小说::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1055\n畅销书-限时免费::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=youshengshu&subcategory=reci1693\n\n❀                               音   乐                               ❀::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue\n\n 古 风 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=gufeng\n 流 行 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=liuxing\n 欧 美 ::https://www.ximalaya.com/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=reci507\n 古  典 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=mr8t41\n 动 漫 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=anime\n 老 歌 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=reci117\n 翻 唱 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=reci125\n轻音乐::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=qingyinyue\n 日 韩 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=reci506\n 催 眠 ::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=reci322\n影视原声::/revision/category/queryCategoryPageAlbums?meta=&sort=0&page={{page}}&perPage=30&category=yinyue&subcategory=yingshiyuansheng\n",
    "lastUpdateTime": 1721097339845,
    "respondTime": 6086,
    "ruleBookInfo": {
      "intro": "$.album.intro"
    },
    "ruleContent": {
      "content": "@js:baseUrl"
    },
    "ruleExplore": {
      "author": "anchorName",
      "bookList": "$..albums.*",
      "bookUrl": "link@js:\"http://mobile.ximalaya.com/mobile/others/ca/album/track/\" + result.split('/')[2]+'/true/1/200'",
      "coverUrl": "coverPath",
      "intro": "收听{$.playCount}  共{$.trackCount}章",
      "lastChapter": "",
      "name": "title",
      "wordCount": "@js:if({{$.isFinished}}==1){if({{$.isPaid}}){'已完结💰'}else{'已完结'}}else{if({{$.isPaid}}){'连载💰'}else{'连载'}}"
    },
    "ruleSearch": {
      "author": "$.nickname",
      "bookList": "$..docs.*",
      "bookUrl": "$.url@js:\"http://mobile.ximalaya.com/mobile/others/ca/album/track/\" + result.split('/')[2]+'/true/1/200'",
      "coverUrl": "$.cover_path",
      "intro": "$.intro",
      "kind": "$.category_title&&$.tags",
      "name": "$.title",
      "wordCount": "播放数{$.play}  共{$.tracks}集"
    },
    "ruleToc": {
      "chapterList": "$.tracks.list",
      "chapterName": "title",
      "chapterUrl": "playPathAacv224||playPathAacv164||playUrl64||playUrl32",
      "nextTocUrl": "@js:\nbaseUrl = String(baseUrl).split('1/200')[0];\nlist = [];\npage=JSON.parse(String(result)).tracks.maxPageId\nfor(var i = 2; i < 10; ++i){\nlist.push(String(baseUrl +i+\"/200\"));\n}\nlist"
    },
    "searchUrl": "https://www.ximalaya.com/revision/search?core=album&spellchecker=true&rows=20&condition=relation&device=iPhone&fq=&paidFilter=false&kw={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//来自关耳010225大神\n//需登录\n//源注释的内容不要动\n//DES加密开始\nvar javaImport = new JavaImporter();\njavaImport.importPackage(\n Packages.java.lang,\n Packages.javax.crypto.spec,\n Packages.javax.crypto,\n Packages.android.util \n);\nwith(javaImport){\nfunction encryptByDES(massage, keydata) {\n let cipher = Cipher.getInstance(\"DES\");\n let keySpec = new DESKeySpec(String(keydata).getBytes());\n let keyFactory = SecretKeyFactory.getInstance(\"DES\");\n let key = keyFactory.generateSecret(keySpec); \n cipher.init(Cipher.ENCRYPT_MODE, key);\n return Base64.encodeToString(cipher.doFinal(String(massage).getBytes()),Base64.NO_WRAP)\n}\n}\n//DES加密结束\nvar userId=java.get('userId')!=\"\"?(java.get('userId')!=\"null\"?String(java.get('userId')):'0'):'0';\nvar deskey=java.get('deskey')!=\"\"?(java.get('deskey')!=\"null\"?String(java.get('deskey')):'web@hzlq'):'web@hzlq';\nvar siteId=java.get('siteId')!=\"\"?(java.get('siteId')!=\"null\"?String(java.get('siteId')):'1'):'1';\nfunction getPostUrl(data,type) {\nvar url = 'http://m.ndlib.cn/nlc_read_home/service.do,';\nvar md5Key = 'library_2016@hzlq';\nvalue = {\n siteId: siteId,\n data:String(encryptByDES(JSON.stringify(data), deskey)),\n userId: userId,\n fromSource: 3,\n osType: 5,\n version: \"1.0.1\",\n versionCode: 10001,\n timeStamp: data.timeStamp,\n hashCode: String(java.md5Encode(data.timeStamp + md5Key))\n}\nvar option={\n\"method\":\"POST\",\n\"body\":'cmd='+type+'&value=' + encodeURIComponent(JSON.stringify(value))\n}\nreturn url + JSON.stringify(option);\n}",
    "bookSourceGroup": "正版",
    "bookSourceName": "移动阅读/国家图书馆api",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.ndlib.cn/",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1052,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{'title':'◎ 图书 ◎','url':'','style':{layout_flexGrow: 1,layout_flexBasisPercent:1}},\n{'title':'外文','url':'/findBookPart.html?resType=1&categoryId=985&categoryName=外文&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.2}},\n{'title':'哲学','url':'/findBookPart.html?resType=1&categoryId=983&categoryName=哲学&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.2}},\n{'title':'科幻','url':'/findBookPart.html?resType=1&categoryId=500&categoryName=科幻&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.2}},\n{'title':'国学','url':'/findBookPart.html?resType=1&categoryId=501&categoryName=国学&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.2}},\n{'title':'社科','url':'/findBookPart.html?resType=1&categoryId=263&categoryName=社科&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.2}},\n{'title':'教育','url':'/findBookPart.html?resType=1&categoryId=492&categoryName=教育&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.2}},\n{'title':'体育','url':'/findBookPart.html?resType=1&categoryId=495&categoryName=体育&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.2}},\n{'title':'文化','url':'/findBookPart.html?resType=1&categoryId=987&categoryName=文化&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.2}},\n{'title':'军事','url':'/findBookPart.html?resType=1&categoryId=499&categoryName=军事&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.2}},\n{'title':'传记','url':'/findBookPart.html?resType=1&categoryId=494&categoryName=传记&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.2}},\n{'title':'影视','url':'/findBookPart.html?resType=1&categoryId=856&categoryName=影视&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.2}},\n{'title':'党建','url':'/findBookPart.html?resType=1&categoryId=901&categoryName=党建&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.2}},\n{'title':'纪实','url':'/findBookPart.html?resType=1&categoryId=493&categoryName=纪实&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.2}},\n{'title':'科普','url':'/findBookPart.html?resType=1&categoryId=1224&categoryName=科普&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.2}},\n{'title':'文学','url':'/findBookPart.html?resType=1&categoryId=262&categoryName=文学&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.2}},\n{'title':'历史','url':'/findBookPart.html?resType=1&categoryId=261&categoryName=历史&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.2}},\n{'title':'生活','url':'/findBookPart.html?resType=1&categoryId=496&categoryName=生活&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.2}},\n{'title':'职场','url':'/findBookPart.html?resType=1&categoryId=498&categoryName=职场&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.2}},\n{'title':'综合','url':'/findBookPart.html?resType=1&categoryId=502&categoryName=综合&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.2}},\n{'title':'经管','url':'/findBookPart.html?resType=1&categoryId=497&categoryName=经管&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.2}},\n{'title':'政法','url':'/findBookPart.html?resType=1&categoryId=981&categoryName=政法&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.2}},\n{'title':'宗教','url':'/findBookPart.html?resType=1&categoryId=984&categoryName=宗教&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.2}},\n{'title':'少儿','url':'/findBookPart.html?resType=1&categoryId=1144&categoryName=少儿&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.2}},\n{'title':'漫画','url':'/findBookPart.html?resType=1&categoryId=986&categoryName=漫画&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.2}},\n{'title':'自然科学','url':'/findBookPart.html?resType=1&categoryId=982&categoryName=自然科学&page={{java.put(\"page\",page)}}','style':{layout_flexBasisPercent:0.215}},\n{'title':'百部经典','url':'/findBookPart.html?resType=1&categoryId=941&categoryName=百部经典&page={{java.put(\"page\",page)}}','style':{layout_flexBasisPercent:0.215}},\n{'title':'◎ 音频 ◎','url':'','style':{layout_flexGrow: 1,layout_flexBasisPercent:1}},\n{'title':'评书','url':'/findBookPart.html?resType=1&categoryId=770&categoryName=评书&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'戏曲','url':'/findBookPart.html?resType=1&categoryId=771&categoryName=戏曲&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'传记','url':'/findBookPart.html?resType=1&categoryId=1192&categoryName=传记&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'相声','url':'/findBookPart.html?resType=1&categoryId=779&categoryName=相声&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'欧美经典','url':'/findBookPart.html?resType=1&categoryId=128&categoryName=欧美经典&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'国学启蒙','url':'/findBookPart.html?resType=1&categoryId=768&categoryName=国学启蒙&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'中外小说','url':'/findBookPart.html?resType=1&categoryId=764&categoryName=中外小说&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'中外童话','url':'/findBookPart.html?resType=1&categoryId=763&categoryName=中外童话&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'世界名曲','url':'/findBookPart.html?resType=1&categoryId=847&categoryName=世界名曲&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'惊悚悬疑','url':'/findBookPart.html?resType=1&categoryId=773&categoryName=惊悚悬疑&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'经管励志','url':'/findBookPart.html?resType=1&categoryId=776&categoryName=经管励志&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'文学经典','url':'/findBookPart.html?resType=1&categoryId=1193&categoryName=文学经典&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'幽默笑话','url':'/findBookPart.html?resType=1&categoryId=765&categoryName=幽默笑话&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'人文社科','url':'/findBookPart.html?resType=1&categoryId=775&categoryName=人文社科&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'少儿故事','url':'/findBookPart.html?resType=1&categoryId=846&categoryName=少儿故事&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'育儿教育','url':'/findBookPart.html?resType=1&categoryId=1194&categoryName=育儿教育&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'中国名曲','url':'/findBookPart.html?resType=1&categoryId=849&categoryName=中国名曲&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'中外寓言','url':'/findBookPart.html?resType=1&categoryId=762&categoryName=中外寓言&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'英语有声名著','url':'/findBookPart.html?resType=1&categoryId=766&categoryName=英语有声名著&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'音乐名家专辑','url':'/findBookPart.html?resType=1&categoryId=848&categoryName=音乐名家专辑&page={{java.put(\"page\",page)}}','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}}\n]",
    "header": "",
    "lastUpdateTime": 1707301084760,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "http://m.ndlib.cn",
    "respondTime": 5593,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "$.returnObject[0].content||$.returnObject.content||$.returnObject.url||$.returnObject\n@js:\nif('{{$.resultCode}}'==\"1000\" || '{{$.resultCode}}'.match(/^500/)){result=result}else{result='无法获取内容？请登录后，返回详情页刷新书籍，然后刷新正文'}\nif(java.get('type')=='4'){\nif(book.type=='0'){\nresult='这是音频文件，加入书架后，详情页右上角点编辑按钮，将书籍类型改为音频后保存<br>'+result;\n}else{result=result}\n}",
      "imageStyle": "0"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.resourceInfo.author||$.magInfo.company",
      "bookList": "<js>\njava.log(source.getSource​())\n\neval(String(source.getSource​().bookSourceComment))\n\nvar data ={\n timeStamp:Date.now(),\n bigType:\"0\",\n pageSize:100,\n pageNum:1\n};\n\nif(baseUrl.match(/categoryId/)){\ndata.categoryId=baseUrl.match(/categoryId=(\\d+)/)[1];\nurl=getPostUrl(data,'qryCategoryResList')\n}else{\ndata.content=String(java.get('key'));\nurl=getPostUrl(data,'qrySearchList')\n}\n\njava.ajax(url)\n</js>\n$.returnObject.resAndMagResult[*]||$.returnObject[*]",
      "bookUrl": "$.resourceInfo.resId||$.magInfo.magId\n@js:\neval(String(source.getSource​().bookSourceComment))\nvar data = {\n timeStamp:Date.now(),\n pageSize:10000,\n pageNum:1\n};\n//目录链接生成\nif('{{$.magInfo.brandId}}'){\ndata.magId=result;\ngetPostUrl(data,'qryMagArticleList');\n}else{data.resourceId=result;getPostUrl(data,'qryChapterList');}",
      "coverUrl": "$.resourceInfo.coverUrl@put:{type:$.resourceInfo.type}",
      "intro": "$.resourceInfo.shortIntro||$.magInfo.description",
      "kind": "$.resourceInfo.categoryName||$.magInfo.categoryName",
      "name": "{{$.resourceInfo.name}}{{$.magInfo.brandName&&$.magInfo.magName##\\n##•}}"
    },
    "ruleToc": {
      "chapterList": "$.returnObject[0].children||$.returnObject<js>\nvar userId=cookie.getKey(\"http://m.ndlib.cn\",\"userId\");\nvar siteId=cookie.getKey(\"http://m.ndlib.cn\",\"siteId\");\nvar wapToken=cookie.getKey(\"http://m.ndlib.cn\",\"wapToken\");\nvar userId=userId;\nvar deskey = wapToken;\nvar siteId=siteId;\n\njava.put('userId',userId);\njava.put('deskey',deskey);\njava.put('siteId',siteId);\na=[{\"chapterName\":\"暂无目录\",\"chapterId\":\"000\"}];\nresult=result!=\"[]\"?result:JSON.stringify(a);\n</js>\n$.[*]",
      "chapterName": "$.chapterName||$.title",
      "chapterUrl": "$.chapterId||$.articleId@js:\neval(String(source.getSource​().bookSourceComment))\nvar data = {\n timeStamp:Date.now(),\n uaInfo:'1', \n };\nif('{{$.articleId}}'){\ndata.articleId=result;\ngetPostUrl(data,'qryMagArticleDetail');\n}else{\ndata.chapterId=result;\nif(java.get('type')=='4'){\ngetPostUrl(data,'qryFileInfo');}\nelse{getPostUrl(data,'qryChapterDetails')}\n}",
      "updateTime": "$.addTime"
    },
    "searchUrl": "http://m.ndlib.cn/03/html/searchresult.html?search={{key;java.put('key',key)}}type=0&page={{page;java.put('page',page)}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版",
    "bookSourceName": "安之原创",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.azycjd.com-2",
    "customButton": false,
    "customOrder": 1053,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1733688230114,
    "respondTime": 1720,
    "ruleBookInfo": {
      "intro": "class.top_main.0@tag.p@text"
    },
    "ruleContent": {
      "content": "class.novel@tag.p@text"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.novel_items@tag.p.0@text",
      "bookList": "class.list_main@tag.li",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.img@src",
      "kind": "tag.span.0@text",
      "name": "class.novel_items@tag.h3.0@text"
    },
    "ruleToc": {
      "chapterList": "class.top_main chapter",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.azycjd.com/webnovelmis/mobile/msearchresult,{\n  \"method\": \"POST\",\n  \"body\": \"searchtxts={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "漫画",
    "bookSourceName": "快看漫画",
    "bookSourceType": 2,
    "bookSourceUrl": "http://m.kuaikanmanhua.com",
    "customButton": false,
    "customOrder": 1054,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{'title':'全部排行','url':'','style':{layout_flexGrow:1,layout_flexBasisPercent:1}},\n{'title':'连载','url':'http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=1&pay_status=0&sort=1&fav_filter=0&gender=0','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'完结','url':'http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=40&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'免费','url':'http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=1&sort=1&fav_filter=0&gender=0','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'付费','url':'http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=2&sort=1&fav_filter=0&gender=0','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'最火热','url':'http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=0&sort=2&fav_filter=0&gender=0','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'新上架','url':'http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=0&sort=3&fav_filter=0&gender=0','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'抢先看','url':'http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=3&sort=1&fav_filter=0&gender=0','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'原创榜','url':'http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=27','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'飙升榜','url':'http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=16','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'剧情榜','url':'http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=25','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'纯爱榜','url':'http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=7','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'恋爱榜','url':'http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=6','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'少女榜','url':'http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=8','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'少年榜','url':'http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=5','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'畅销榜','url':'http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=4','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'人气榜','url':'http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=9','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'投稿榜','url':'http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=13','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'新作榜','url':'http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=2','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'日漫榜','url':'http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=10','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'韩漫榜','url':'http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=11','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'完结榜','url':'http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=12','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'空的呀','url':'','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},{'title':'全部分类','url':'','style':{layout_flexGrow:1,layout_flexBasisPercent:1}},\n{'title':'恋爱','url':'http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=20&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'纯爱','url':'http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=83&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'剧情','url':'http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=82&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'古风','url':'http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=46&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'校园','url':'http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=47&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'奇幻','url':'http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=22&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'唯美','url':'http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=58&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'热血','url':'http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=67&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'日漫','url':'http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=57&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'韩漫','url':'http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=60&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'女主','url':'http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=77&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'穿越','url':'http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=80&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'萌系','url':'http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=62&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'灵异','url':'http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=32&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'玄幻','url':'http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=63&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'搞笑','url':'http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=71&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'都市','url':'http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=48&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'正能','url':'http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=54&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'总裁','url':'http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=52&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'投稿','url':'http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=76&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 10; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 Mobile Safari/537.36 SearchCraft/3.6.5 (Baidu; P1 9.0)\"\n}",
    "lastUpdateTime": 1759430531743,
    "loginUrl": "http://m.kuaikanmanhua.com/mob/booklist",
    "respondTime": 10216,
    "ruleBookInfo": {
      "author": "<js>\na=eval(result.match(/__NUXT__[^<]*/)[0]);\nresult=JSON.stringify(__NUXT__);\n</js>\n$.data[*].topicInfo.user.nickname",
      "intro": "<js>\neval(result.match(/__NUXT__[^<]*/)[0]);\n__NUXT__.data[0].topicInfo.description\n</js>\n<js>result.replace(/^/,'    ')</js>",
      "kind": ".classifications span@text",
      "lastChapter": ".update-info@text",
      "name": "@js:\neval(result.match(/__NUXT__[^<]*/)[0]);\n__NUXT__.data[0].topicInfo.title",
      "wordCount": "@js:\neval(result.match(/__NUXT__[^<]*/)[0]);\n__NUXT__.data[0].topicInfo.update_status.replace(/^.*?已更/,\"\")"
    },
    "ruleContent": {
      "content": "class.ComicPics@img@html",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.author_name",
      "bookList": "$.data.topics||$.data.cards||$.hits.topicMessageList||$.hits",
      "bookUrl": "$.id||$.topic_id@js:\"http://m.kuaikanmanhua.com/mobile/\"+result+\"/list/\"",
      "checkKeyWord": "再度与你",
      "coverUrl": "$.vertical_image_url||$.image_url||$.cover_image_info.images[*].url",
      "intro": "$.description",
      "kind": "$.category||$.recommend_tag[1].title",
      "name": "$.title.text||$.title"
    },
    "ruleToc": {
      "chapterList": "<js>\na=eval(result.match(/__NUXT__[^<]*/)[0]);\nresult=JSON.stringify(__NUXT__);\n</js>\n$.data[*].comicList[*]",
      "chapterName": "$.is_free&&$.title\n<js>result.replace(/^true\\s/,'').replace(/^false\\s/,'✿·')</js>",
      "chapterUrl": "$.id\n@js:\"http://m.kuaikanmanhua.com/mobile/comics/\"+result",
      "updateTime": "<js>\njava.timeFormat({{$.updated_at}})\n</js>\n<js>result.replace(/\\//g,'-')</js>"
    },
    "searchUrl": "http://m.kuaikanmanhua.com/search/mini/topic/title_and_author?page={{page}}&size=24&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "vip章节请登录后更新目录",
    "bookSourceGroup": "女频",
    "bookSourceName": "书耽【验证码】",
    "bookSourceType": 0,
    "bookSourceUrl": "https://app.shubl.com",
    "customButton": false,
    "customOrder": 1055,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部纯爱::https://www.baidu.com/category_type=1&order=week_click&page={{page}}\n现纯::https://www.baidu.com/category_type=4&order=week_click&page={{page}}\n幻纯::https://www.baidu.com/category_type=5&order=week_click&page={{page}}\n古纯::https://www.baidu.com/category_type=6&order=week_click&page={{page}}\n百合::https://www.baidu.com/category_type=3&order=week_click&page={{page}}\n全部言情::https://www.baidu.com/category_type=20&order=week_click&page={{page}}\n现言::https://www.baidu.com/category_type=8&order=week_click&page={{page}}\n幻言::https://www.baidu.com/category_type=9&order=week_click&page={{page}}\n古言::https://www.baidu.com/category_type=10&order=week_click&page={{page}}\n无CP::https://www.baidu.com/category_type=21&order=week_click&page={{page}}\n付费&连载&更新时间::https://www.baidu.com/category_type=1&order=uptime&up_status=0&is_paid=1&page={{page}}\n付费&完本&更新时间::https://www.baidu.com/category_type=1&order=uptime&up_status=1&is_paid=1&page={{page}}\n每日签到::data:get_daily;base64,{{java.base64Encode(\"get_daily_task_bonus\")}},{\"type\":\"\"}",
    "header": "{\"app-version\":\"4.1.1\"}",
    "jsLib": "function encode(word){\n\t const {java} = this;\n  \treturn java.createSymmetricCrypto(\"AES/CBC/PKCS5Padding\", java.base64DecodeToByteArray(\"L6alxSR4ttjXvcGpZozYtdcJtG4l0tSnQplRUONIRsw=\"), java.base64DecodeToByteArray(\"AAAAAAAAAAAAAAAAAAAAAA==\")).encryptBase64(word);\n\t}\n\t\nfunction decode(word){\n\t   const {java} = this;\n    \treturn java.createSymmetricCrypto(\"AES/CBC/PKCS5Padding\", java.base64DecodeToByteArray(\"L6alxSR4ttjXvcGpZozYtdcJtG4l0tSnQplRUONIRsw=\"), java.base64DecodeToByteArray(\"AAAAAAAAAAAAAAAAAAAAAA==\")).decryptStr(word);\n}\n\nfunction getToken(){\t\n\tconst {source} = this;\n\treturn (source.getLoginHeaderMap()!=null && source.getLoginHeaderMap()!=\"\")?source.getLoginHeaderMap().get(\"login_token\"):\"0f6bd1d063f202f71c3b84678027ce81\"\n\t}\n\t\nfunction getA(){\n\tconst {source} = this;\n\treturn (source.getLoginHeaderMap()!=null && source.getLoginHeaderMap()!=\"\")?source.getLoginHeaderMap().get(\"account\"):\"%E8%90%8C%E5%8F%8B521068519938\";\n\t}",
    "lastUpdateTime": 1747061859727,
    "loginUi": "[\n    {\n        name: \"账号\",\n        type: \"text\"\n    },\n    {\n        name: \"验证码\",\n        type: \"text\"\n    },\n     {\n        name: \"获取验证码（填完验证码点“✓”登录）\",\n        type: \"button\",\n        \"action\":\"getCode()\"\n    }\n]",
    "loginUrl": "<js>\n function getCode(){\n \t let app_signature_md5 = \"f73576612783f8ed8b68cdf73a56be94\";\n  \tlet phone = result.get(\"账号\");\n  \tlet time = String(Date.now());\t\n  \t\n   let hashvalue = java.md5Encode(encode(phone+time));\t\n   let option = {\n \t  \"app_signature_md5\":app_signature_md5,\n   \"app_version\":\"4.1.1\",\n   \"channel\":\"default\",\n   \"verify_type\":\"5\", \n   \"hashvalue\":hashvalue,\n   \"username\":phone,\n   \"timestamp\":time\n   }\n   \n   let body = \"secret_content=\"+encode(JSON.stringify(option));\n   let url = \"https://app.shubl.com/signup/send_verify_code\"\n   try{\n let resposebody =\tjava.ajax(url+\",\"+JSON.stringify({\"method\":\"POST\",\"body\":body}));\n \tlet tip = JSON.parse(decode(resposebody)).tip;\n \tjava.toast(tip)\n \t}catch(e){\n \t\tjava.log(e)\n \t\t}\n \t\n \t}\n \n \n \t\n function login(){\n \ttry{\n \tlet login_name=source.getLoginInfoMap().get(\"账号\")\nlet code=source.getLoginInfoMap().get(\"验证码\");\n    let jsonStr = {\n    \t\"app_signature_md5\":\"f73576612783f8ed8b68cdf73a56be94\",\n    \t\"app_version\":\"4.1.1\",\n    \t\"channel\":\"default\",\n    \t\"uuid\":\"android\",\n    \t\"ver_code\":code,\n    \t\"username\":login_name\n    \t}\n    \n    \n    let body = \"secret_content=\" + encode(JSON.stringify(jsonStr));\n    let option = {\n        \"method\": \"POST\",\n        \"body\": String(body)\n    };\n    \n    let url = \"https://app.shubl.com/signup/verify_login,\" + JSON.stringify(option);\n    \n   let respbody = decode(java.ajax(url));\n   java.log(respbody);\n   let resp = JSON.parse(respbody);\n   java.log(resp.tip);\n   \n   \n    if (resp.code == \"100000\") {\n     body = {\n     \t\"login_token\":resp.data.login_token,\n     \t\"account\":encodeURI(resp.data.reader_info.account)\n     \t}\n     source.putLoginHeader(JSON.stringify(body)) \n    } else {\n        java.toast('❗️ ' + resp.tip + ' ❗️')\n    }\n    }catch(e){\n    \tjava.log(e)\n    \t}\n}\n</js>",
    "respondTime": 9158,
    "ruleBookInfo": {
      "author": "$.author_name",
      "coverUrl": "$.cover",
      "init": "<js>\ndecode(result)\n</js>\n$.data.book_info",
      "intro": "$.description",
      "kind": "$.tag",
      "lastChapter": "{{$.last_chapter_info.chapter_title}} / {{$.last_chapter_info.uptime}}",
      "name": "$.book_name",
      "tocUrl": "@js:\nlet jsonObj={\"app_signature_md5\":\"f73576612783f8ed8b68cdf73a56be94\",\"app_version\":\"4.1.1\",\"channel\":\"default\",\"last_update_time\":\"0\",\"book_id\":{{$.book_id}},\"login_token\":String(getToken()),\"account\":String(getA())}\nlet body = \"secret_content=\"+encode(JSON.stringify(jsonObj));\nlet option = {\"method\": \"POST\",\"body\": String(body)};\n\"https://app.shubl.com/chapter/get_chapter_list_group_by_division,\" + JSON.stringify(option)",
      "wordCount": "$.total_word_count"
    },
    "ruleContent": {
      "content": "<js>\ndecode(result)\n</js>\n$.data.chapter_info.txt_content"
    },
    "ruleExplore": {
      "author": "$.author_name",
      "bookList": "<js>\nresponse=null\nif(!baseUrl.match(/localhost|get_daily/)){\n\t\ncategory_type=baseUrl.match(/category_type=(\\d+)/)?baseUrl.match(/category_type=(\\d+)/)[1]:\"\"\norder=baseUrl.match(/order=(.+?)&/)?baseUrl.match(/order=(.+?)&/)[1]:\"\"\nis_paid=baseUrl.match(/is_paid=(\\d)&/)?baseUrl.match(/is_paid=(\\d)&/)[1]:\"\"\nup_status=baseUrl.match(/up_status=(\\d)&/)?baseUrl.match(/up_status=(\\d)&/)[1]:\"\"\njsonObj={\"category_type\":category_type,\"app_signature_md5\":\"f73576612783f8ed8b68cdf73a56be94\",\"app_version\":\"2.1.6\",\"channel\":\"default\",\"order\":order,\"count\":\"15\",\"is_paid\":is_paid,\"page\":String(baseUrl.match(/page=(\\d+)/)[1]-1),\"up_status\":up_status,\"login_token\":String(getToken()),\"account\":String(getA())}\n//java.log(JSON.stringify(jsonObj))\noption={\"method\":\"POST\",\"body\":\"secret_content=\"+encodeURIComponent(encode(JSON.stringify(jsonObj)))}\nurl=\"https://app.shubl.com/bookcity/get_filter_search_book_list,\"+JSON.stringify(option)\nresponse=decode(java.ajax(url))\n}else{\njsonObj={\"app_signature_md5\":\"f73576612783f8ed8b68cdf73a56be94\",\"app_version\":\"2.1.6\",\"channel\":\"default\",\"task_type\":\"1\",\"login_token\":String(getToken()),\"account\":String(getA())}\noption={\"method\":\"POST\",\"body\":\"secret_content=\"+encodeURIComponent(encode(JSON.stringify(jsonObj)))}\nurl=\"https://app.shubl.com/reader/get_daily_task_bonus,\"+JSON.stringify(option)\nresponse=decode(java.ajax(url));\njava.toast(JSON.parse(response).tip)\n}\n\n// 打印解密结果\njava.log(JSON.stringify(JSON.parse(response)))\nresponse\n</js>\n$.data.book_list||$.[*]",
      "bookUrl": "@js:\nif(!baseUrl.match(/localhost|get_daily/)){\nlet jsonObj={\"app_signature_md5\":\"f73576612783f8ed8b68cdf73a56be94\",\"app_version\":\"2.1.6\",\"channel\":\"default\",\"book_id\":String(java.getString('$.book_id')),\"login_token\":String(getToken()),\"account\":String(getA())}\nlet body = \"secret_content=\"+encode(JSON.stringify(jsonObj));\nlet option = {\"method\": \"POST\",\"body\": String(body)};\n\"https://app.shubl.com/book/get_info_by_id,\" + JSON.stringify(option)\n}else{\nbaseUrl\n}",
      "coverUrl": "$.cover",
      "intro": "$.description",
      "kind": "$.tag",
      "lastChapter": "{{$.last_chapter_info.chapter_title}} / {{$.last_chapter_info.uptime}}",
      "name": "$.book_name@put:{\"bid\":\"$.book_id\"}||$",
      "wordCount": "$.total_word_count"
    },
    "ruleSearch": {
      "author": "$.author_name",
      "bookList": "<js>\n\n\n\nresponse=decode(result)\n// 打印解密结果\n//java.log(JSON.stringify(JSON.parse(response)))\nresponse\n</js>\n$.data.book_list",
      "bookUrl": "@js:\nlet jsonObj={\"app_signature_md5\":\"f73576612783f8ed8b68cdf73a56be94\",\"app_version\":\"4.1.1\",\"channel\":\"default\",\"book_id\":{{$.book_id}},\"login_token\":String(getToken()),\"account\":String(getA())}\nlet body = \"secret_content=\"+encode(JSON.stringify(jsonObj));\nlet option = {\"method\": \"POST\",\"body\": String(body)};\n\"https://app.shubl.com/book/get_info_by_id,\" + JSON.stringify(option)",
      "coverUrl": "$.cover",
      "intro": "$.description",
      "kind": "$.tag",
      "lastChapter": "{{$.last_chapter_info.chapter_title}} / {{$.last_chapter_info.uptime}}",
      "name": "$.book_name@put:{\"bid\":\"$.book_id\"}",
      "wordCount": "$.total_word_count"
    },
    "ruleToc": {
      "chapterList": "<js>\ndecode(result)\n</js>\n$.data.chapter_list_group[*].chapter_list[*]",
      "chapterName": "$.chapter_title",
      "chapterUrl": "@js:\nlet jsonObj={\"app_signature_md5\":\"f73576612783f8ed8b68cdf73a56be94\",\"app_version\":\"4.1.1\",\"channel\":\"default\",\"chapter_id\":{{$.chapter_id}},\"login_token\":String(getToken()),\"account\":String(getA())}\n\nlet body = \"secret_content=\"+encode(JSON.stringify(jsonObj));\nlet option = {\"method\": \"POST\",\"body\": String(body)};\n\"https://app.shubl.com/chapter/get_chapter_info,\" + JSON.stringify(option)",
      "isVip": "@js:!{{$.auth_access}}",
      "updateTime": "{{$.word_count}} 字 发布于 {{$.uptime}}"
    },
    "searchUrl": "@js:\nlet jsonObj={\"app_signature_md5\":\"f73576612783f8ed8b68cdf73a56be94\",\"app_version\":\"4.1.1\",\"channel\":\"default\",\"order\":\"week_click\",\"count\":\"15\",\"category_type\":\"1\",\"page\":page-1,\"key\":key,\"login_token\":String(getToken()),\"account\":String(getA())}\nlet body = \"secret_content=\"+encode(JSON.stringify(jsonObj));\n\nlet option = {\"method\": \"POST\",\"body\": String(body)};\n\n\"https://app.shubl.com/bookcity/get_filter_search_book_list,\" + JSON.stringify(option)",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉 木叶小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.muye.net",
    "customButton": false,
    "customOrder": 1056,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 9_3 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E230 Safari/601.1\"}",
    "lastUpdateTime": 1685806772771,
    "loginUrl": "https://m.jjwxc.net/",
    "respondTime": 9946,
    "ruleBookInfo": {
      "author": "$.authorName",
      "coverUrl": "$.novelCover",
      "init": "",
      "intro": "$.novelIntro@js:result.replace(/(&.{3}br.{3,4};)+|[\\n\\s]+/g,\"\\n\").replace(/\\n\\s*\\n/g,\"\\n\").replace(/^\\s*\\n/g,\"\").replace(/\\n\\s*/g,\"\\n\\u3000\\u3000\").replace(/^\\s*/g,\"\\u3000\\u3000\")",
      "kind": "$.novelTags",
      "lastChapter": "",
      "name": "$.novelName",
      "tocUrl": "http://app-cdn.jjwxc.net/androidapi/chapterList?novelId={$.novelId}&more=0&whole=1",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "class.b module@tag.li.0@textNodes&&class.b module@tag.li.1@textNodes##网友：|评分：|.*分\\｜.{4}",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "author": "tag.a.1@html",
      "bookList": "class.b module@tag.li!-1",
      "bookUrl": "tag.a.0@href@js:\nvar id=result.match(/\\/(\\d+)/)[1]\nresult=\"http://android.jjwxc.net/androidapi/novelbasicinfo?novelId=\"+id",
      "coverUrl": "@js:result=\"https://hbimg.huabanimg.com/9214ed701075304078ab6bd1b710f9b35eca73511ba27-Fux0fp_fw658\"",
      "kind": "tag.span@text",
      "name": "tag.a.0@text##《|》"
    },
    "ruleSearch": {
      "author": "@JSon:$.authorname||$.authorName",
      "bookList": "@JSon:$.*[?(@.novelName)]&&$.*[?(@.novelname)]",
      "bookUrl": "@JSon:$.novelid||$.novelId@js:'http://android.jjwxc.net/androidapi/novelbasicinfo?novelId='+result",
      "coverUrl": "@JSon:$.cover",
      "intro": "",
      "kind": "@JSon:$.tags&&{$.novelsize}字&&{$.novelSize}字",
      "lastChapter": "$.novelid||$.novelId<js>\ndoc=org.jsoup.Jsoup.parse(java.ajax('http://www.jjwxc.net/onebook.php?novelid='+result)).select('#oneboolt tr').toArray();\norg.jsoup.Jsoup.parse(doc[doc.length-2]).select('a').text()</js>",
      "name": "@JSon:$.novelname||$.novelName"
    },
    "ruleToc": {
      "chapterList": "@JSon:$.chapterlist",
      "chapterName": "@JSon:{$.chapterid} | {$.chaptername}",
      "chapterUrl": "@JSon:{$.novelid}/{$.chapterid}_{$.isvip}\n@js:\nvar n=Number(result.match(/_(\\d)/)[1])\nif(n==0){\nresult=\"https://wap.jjwxc.net/book2/\"+result}\nelse{result=\"https://wap.jjwxc.net/vip/\"+result}",
      "isVip": "{$.islock}",
      "updateTime": "{$.chaptersize}字•{$.chapterintro}"
    },
    "searchUrl": "http://android.jjwxc.net/androidapi/search?keyword={{key}}&type=1&page={{page}}&searchType=1&sortMode=DESC",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉晚秋中文网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.wanqiuwx.com/",
    "bookUrlPattern": "http://www.wanqiuwx.com/b/\\d+/",
    "customButton": false,
    "customOrder": 1057,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Safari/537.36\"\n}",
    "lastUpdateTime": 1730467213543,
    "respondTime": 21619,
    "ruleBookInfo": {
      "author": "[property=og:novel:author]@content",
      "coverUrl": "[property=og:image]@content",
      "init": "",
      "intro": "[property=og:description]@content",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content",
      "lastChapter": "[property=og:novel:latest_chapter_name]@content",
      "name": "[property=og:novel:book_name]@content##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|小说|笔趣阁",
      "tocUrl": ".tgcj@href"
    },
    "ruleContent": {
      "content": "id.content@html##（本章未完，请翻页）|（本章完）|",
      "nextContentUrl": "text.下一页@href",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "tag.td.2@text||[property=og:novel:author]@content",
      "bookList": "class.grid@tr!0||tag.html",
      "bookUrl": "tag.td.0@tag.a.0@href",
      "checkKeyWord": "",
      "coverUrl": "[property=og:image]@content",
      "intro": "",
      "kind": "",
      "lastChapter": "tag.td.1@a@text||[property=og:novel:latest_chapter_name]@content##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "tag.td.0@tag.a@text||[property=og:novel:book_name]@content##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|小说|笔趣阁",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "id.list@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://www.wanqiuwx.com/modules/article/search.php,{\n\t'charset': 'gbk',\n'method': 'POST',\n'body': 's={{key}}&type=articlename',\n'headers': {\n    'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Safari/537.36'\n    }\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版",
    "bookSourceName": "追书神器①",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.zhuishushenqi.com停",
    "customButton": false,
    "customOrder": 1058,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "男生最热榜::http://www.zhuishushenqi.com/ranking/dcf689ff585445218abbb23539f23c3c?type=male&page={{page}}\n男生潜力榜::http://www.zhuishushenqi.com/ranking/770626157c3947a2a983a6433ca49820?type=male&page={{page}}\n男生飙升榜::http://www.zhuishushenqi.com/ranking/19c48a03b452464d85c95f168577d97f?type=male&page={{page}}\n男生完结榜::http://www.zhuishushenqi.com/ranking/23a22accbe064e3b9f04eb1fb3abee03?type=male&page={{page}}\n男生好评榜::http://www.zhuishushenqi.com/ranking/00bb4cd7c4034e0693ba8d604066394f?type=male&page={{page}}\n男生VIP榜::http://www.zhuishushenqi.com/ranking/4bf04a7299f145c69e1ad20d4495bd74?type=male&page={{page}}\n男生留存榜::http://www.zhuishushenqi.com/ranking/20bb08d9d8de4a358e14b047074a4315?type=male&page={{page}}\n男生热搜榜::http://www.zhuishushenqi.com/ranking/6fda0ecb16f54c188bc320ec085e1184?type=male&page={{page}}\n男生经典榜::http://www.zhuishushenqi.com/ranking/eb1ab113d65a46bcb05d1e16f3da73f9?type=male&page={{page}}\n女生最热榜::http://www.zhuishushenqi.com/ranking/a1ee23f52e6447f5af7559ac31f8204b?type=female&page={{page}}\n女生潜力榜::http://www.zhuishushenqi.com/ranking/909e0279f92549fb9820bfaa25121e81?type=female&page={{page}}\n女生飙升榜::http://www.zhuishushenqi.com/ranking/b0eea34b22644e3a8605e98c8795c018?type=female&page={{page}}\n女生完结榜::http://www.zhuishushenqi.com/ranking/297ff544f4274b3692f69bf29d0bd7df?type=female&page={{page}}\n女生好评榜::http://www.zhuishushenqi.com/ranking/bcf48e77e1da4a58aff8df0d9fe6a6f2?type=female&page={{page}}\n女生VIP榜::http://www.zhuishushenqi.com/ranking/a0129f91a0da4ab29cb8e760dbc4d07f?type=female&page={{page}}\n女生留存榜::http://www.zhuishushenqi.com/ranking/24ef1860f3084c9bb07050de9882bf53?type=female&page={{page}}\n女生热搜榜::http://www.zhuishushenqi.com/ranking/560b927118494ab1ac4c463b608add21?type=female&page={{page}}\n女生经典榜::http://www.zhuishushenqi.com/ranking/b1cc92b6219840bebdca4b7cefa2205d?type=female&page={{page}}\n出版飙升榜::http://www.zhuishushenqi.com/ranking/d52ca7d4ae7840f98581d688bb74c8f2?type=press&page={{page}}\n出版热搜榜::http://www.zhuishushenqi.com/ranking/06aa21ebe73a48799dbd59bf05dd6859?type=press&page={{page}}\n出版经典榜::http://www.zhuishushenqi.com/ranking/fa449c3dd64342dfa8b4944e3e8a063b?type=press&page={{page}}\n男生精选::http://www.zhuishushenqi.com/selection/7cad805929b84605993b2a6d07dbaa1f&page={{page}}\n女生精选::http://www.zhuishushenqi.com/selection/53120f39c63140a783b4ef2cffbc97ca&page={{page}}\n男频新书::http://www.zhuishushenqi.com/selection/a8b855d327dc405ca24a7776eb4370f0&page={{page}}\n女频新书::http://www.zhuishushenqi.com/selection/a62b7aa252f84c90ad6e9fee44c8151d&page={{page}}\n玄　幻::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=玄幻&page={{page}}\n都　市::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=都市&page={{page}}\n灵　异::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=灵异&page={{page}}\n仙　侠::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=仙侠&page={{page}}\n游　戏::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=游戏&page={{page}}\n科　幻::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=科幻&page={{page}}\n职　场::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=职场&page={{page}}\n历　史::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=历史&page={{page}}\n军　事::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=军事&page={{page}}\n轻小说::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=轻小说&page={{page}}\n奇　幻::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=奇幻&page={{page}}\n武　侠::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=武侠&page={{page}}\n竞　技::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=竞技&page={{page}}\n体　育::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=体育&page={{page}}\n现代言情::http://www.zhuishushenqi.com/category?gender=female&type=hot&major=现代言情&page={{page}}\n古代言情::http://www.zhuishushenqi.com/category?gender=female&type=hot&major=古代言情&page={{page}}\n幻想言情::http://www.zhuishushenqi.com/category?gender=female&type=hot&major=幻想言情&page={{page}}\n科幻空间::http://www.zhuishushenqi.com/category?gender=female&type=hot&major=科幻空间&page={{page}}\n青春校园::http://www.zhuishushenqi.com/category?gender=female&type=hot&major=青春校园&page={{page}}\n灵异悬疑::http://www.zhuishushenqi.com/category?gender=female&type=hot&major=灵异悬疑&page={{page}}\n同人衍生::http://www.zhuishushenqi.com/category?gender=female&type=hot&major=同人衍生&page={{page}}\n游戏情缘::http://www.zhuishushenqi.com/category?gender=female&type=hot&major=游戏情缘&page={{page}}\n唯美纯爱::http://www.zhuishushenqi.com/category?gender=female&type=hot&major=唯美纯爱&page={{page}}\nnull",
    "lastUpdateTime": 1736086298088,
    "respondTime": 1863,
    "ruleBookInfo": {
      "author": "class.sup@tag.a@text",
      "intro": "class.content intro@text",
      "name": "class.author@text"
    },
    "ruleContent": {
      "content": "class.inner-text@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@tag.span.0@text",
      "bookList": "class.book",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.img@src",
      "kind": "class.popularity@text##\\|.*",
      "lastChapter": "class.popularity@text##.*\\|",
      "name": "class.name@tag.a.0@text||class.name@tag.span.0@text"
    },
    "ruleToc": {
      "chapterList": "class.book-section.2@tag.a",
      "chapterName": "tag.a@text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.zhuishushenqi.com/search?val={{key}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "漫画",
    "bookSourceName": "酸奶漫画",
    "bookSourceType": 2,
    "bookSourceUrl": "https://m.1kkk.com/",
    "customButton": false,
    "customOrder": 1059,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1759431577449,
    "respondTime": 1139,
    "ruleBookInfo": {
      "author": "p.detail-main-info-author@tag.a@text",
      "coverUrl": "img.detail-main-bg@src",
      "intro": "p.detail-desc@text",
      "kind": "p.detail-main-info-class@tag.a@text",
      "lastChapter": "ul.detail-list-select@tag,li.0@text",
      "name": "p.detail-main-info-title@text"
    },
    "ruleContent": {
      "content": "@js:header={\"Referer\":baseUrl};\nheaders={\"headers\":JSON.stringify(header)};\neval(result.match(/eval(.*?)\\{\\}\\)\\)/)[0])\nvar image_list = []\nnewImgs.map(item=>{\n    image_list.push('<img src=\"'+item+','+JSON.stringify(headers)+'\">')\n})\nimage_list.join(\"\\n\")"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.p.0@text",
      "bookList": "ul.book-list@tag.li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.img@src",
      "intro": "p.book-list-info-desc@text",
      "name": "p.book-list-info-title@text"
    },
    "ruleToc": {
      "chapterList": "ul.detail-list-select@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "@js:var vip_bool = result.select('img').hasClass('detail-list-lock');\nif(!vip_bool){\nvip_bool = result.select('img').hasClass('detail-list-2-info-right');\n}\nvip_bool;"
    },
    "searchUrl": "https://m.1kkk.com/search?title={{key}}&language=1",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "PO18文学🎃#10",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.po18.info#🎃",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 1060,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": "[{\"title\":\"榜    单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"总点击榜\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击榜\",\"url\":\"/top/monthvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击榜\",\"url\":\"/top/weekvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"日点击榜\",\"url\":\"/top/dayvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总推荐榜\",\"url\":\"/top/allvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月推荐榜\",\"url\":\"/top/monthvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周推荐榜\",\"url\":\"/top/weekvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"日推荐榜\",\"url\":\"/top/dayvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总收藏榜\",\"url\":\"/top/goodnum_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"字数排行\",\"url\":\"/top/size_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最近更新\",\"url\":\"/top/lastupdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最新入库\",\"url\":\"/top/postdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"分    类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"/sort/1_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"浓情\",\"url\":\"/sort/2_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/sort/3_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"校园\",\"url\":\"/sort/4_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/sort/5_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/sort/6_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"穿越\",\"url\":\"/sort/7_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"惊悚\",\"url\":\"/sort/8_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"悬疑\",\"url\":\"/sort/9_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"重生\",\"url\":\"/sort/10_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/sort/11_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/sort/12_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/sort/13_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"耽美\",\"url\":\"/sort/14_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"高干\",\"url\":\"/sort/15_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"种田\",\"url\":\"/sort/16_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"百合\",\"url\":\"/sort/17_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/sort/18_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"完本\",\"url\":\"/full/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "header": "",
    "lastUpdateTime": 0,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 37557,
    "ruleBookInfo": {
      "author": ".tab p.0@text##.*：",
      "canReName": "",
      "coverUrl": "class.catalog1@tag.img@src",
      "init": "",
      "intro": ".jj p@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".tab1 p.0:1@text##小说",
      "lastChapter": ".tab a@text",
      "name": "h1.0@text##\\_.*",
      "tocUrl": "",
      "wordCount": ".tab1 p.2@text"
    },
    "ruleContent": {
      "content": "#novelcontent@html",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": ".tt||.content_link",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##http://img.po18.info/image/$2/$1/$1s.jpg###",
      "intro": ".p5@text##简介.",
      "kind": "a.0@text&&.label p.0@text##\\[|\\]",
      "lastChapter": "",
      "name": "a.1@text##\\_.*",
      "wordCount": ".label p.1@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".search_list",
      "bookUrl": "a.0@href",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##http://img.po18.info/image/$2/$1/$1s.jpg###",
      "intro": "",
      "kind": "a.1@text",
      "lastChapter": "",
      "name": "a.0@text##\\_.*",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".info_chapters@li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "option@value",
      "updateTime": ""
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"s={{key}}&type=articlename\"\n}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "三五文学",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.35wx.la",
    "bookUrlPattern": "https?://www.35wx.la/[\\d_]+/",
    "customButton": false,
    "customOrder": 1061,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/xuanhuanxiaoshuo\n修真小说::/xiuzhenxiaoshuo\n都市小说::/dushixiaoshuo\n穿越小说::/chuanyuexiaoshuo\n网游小说::/wangyouxiaoshuo\n科幻小说::/kehuanxiaoshuo\n排行榜单::/paihangbang\n其他小说::/qitaxiaoshuo",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36",
    "lastUpdateTime": 1694201478428,
    "loginCheckJs": "cookie.removeCookie(source.getKey())\nresult",
    "loginUrl": "https://www.35wx.la/login.php",
    "respondTime": 8578,
    "ruleBookInfo": {
      "author": "id.info@p.0@text",
      "coverUrl": "img@src",
      "intro": "id.intro@p@textNodes",
      "kind": ".con_top@a.-1@text",
      "lastChapter": "id.info@p.-1@text",
      "name": "h1@text",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "id.ccc@textNodes",
      "nextContentUrl": ":contains(下一页)@href##(^.*_\\d+.*$|^)##$1###",
      "replaceRegex": "##\\s{0,100}\\n{0,2}.*(第.*页).*\\n{0,2}\\s{0,100}",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.s5@text",
      "bookList": "class.l@li||class.r",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.35wx.la/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "class.s3@text",
      "name": "class.s2@a@text||class.s2 mid@text"
    },
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "tbody tr!0",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.35wx.la/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "",
      "lastChapter": ".even@text",
      "name": "class.odd.0@text"
    },
    "ruleToc": {
      "chapterList": "dl@dd@a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{'webView': true}",
      "formatJs": "",
      "nextTocUrl": ""
    },
    "searchUrl": "https://www.35wx.la/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}&type=articlename&submit=\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "勤书网吧",
    "bookSourceType": 0,
    "bookSourceUrl": "http://member.iqinshu.cn",
    "customButton": false,
    "customOrder": 1062,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"探秘\",\"url\":\"/culture\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"悬疑\",\"url\":\"/suspense\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/live\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"书库\",\"url\":\"/book/index?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1733520027683,
    "respondTime": 13162,
    "ruleBookInfo": {
      "author": "h3@text",
      "coverUrl": "img@src",
      "init": ".cons_cont",
      "intro": "class.zp_p interceptString@text",
      "kind": ".lzz@text&&text.点击：@p@text",
      "name": "h2@text",
      "tocUrl": "text.目录@a@href",
      "wordCount": "text.字数：@p@text##字数："
    },
    "ruleContent": {
      "content": "id.d_kzFont@p@text"
    },
    "ruleExplore": {
      "author": ".book-author@text||dl@a.1@text##作者：",
      "bookList": ".content-wrap@ul@li||.diary@dl",
      "bookUrl": "a@href",
      "coverUrl": "img@data-original",
      "intro": ".book-info@text",
      "lastChapter": "dl@a.-1@text##最新：",
      "name": ".book-name@text||dl@a.0@text",
      "wordCount": "text.字数：@span@text##字数："
    },
    "ruleSearch": {
      "author": ".s_name@text##作者：",
      "bookList": "class.s_dl clearfix",
      "bookUrl": "a@href",
      "coverUrl": "img@data-original",
      "intro": ".col898989@text",
      "kind": ".s_gxin@text",
      "name": ".cola21812@text"
    },
    "ruleToc": {
      "chapterList": ".read_cont@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "b[style=\"color:#ae2a22;\"]@all",
      "isVolume": ""
    },
    "searchUrl": "http://member.iqinshu.cn/book/search?s={{key}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "漫画",
    "bookSourceName": "武芊漫画（优+）",
    "bookSourceType": 2,
    "bookSourceUrl": "https://comic.mkzcdn.com",
    "customButton": false,
    "customOrder": 1063,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nlet url = 'https://comic.mkzcdn.com/search/filter/?audience=0&order=sort&page_num={{page}}&page_size=18&theme_id=class'\nlet class_name=\"全部&修真&霸总&恋爱&校园&冒险&搞笑&生活&热血&架空&后宫&玄幻&悬疑&恐怖&灵异&动作&科幻&战争&古风&穿越&竞技&励志&同人&真人\".split(\"&\");\nlet class_url=\"0&2&1&3&4&5&6&7&8&9&10&12&13&14&15&16&17&18&19&20&21&23&24&26\".split(\"&\")\n\nlet sort_name='推荐&最热&最新'.split(\"&\")\nlet sort_url='3&1&2'.split(\"&\")\nlet model = (title,url,num)=>{\n    return {title:title,url:url,style:{layout_flexGroup:1,layout_flexBasisPercent:num}}\n}\n\ntop=[{\"title\":\"热门人气\",\"url\":\"https://comic.mkzcdn.com/search/filter/?order=1&page_num={{page}}&page_size=12\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"更新时间\",\"url\":\"https://comic.mkzcdn.com/search/filter/?order=2&page_num={{page}}&page_size=12\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}}]\n\n\n\nlet list = []\nlist=list.concat(top)\n\nfor (let i = 0; i < sort_name.length; i++) {\n    list.push(model(sort_name[i],\"\",1))\n    for (let j = 0; j < class_name.length; j++) {\n        let t = url.replace(\"sort\",`${sort_url[i]}`).replace(\"class\",`${class_url[j]}`)\n        list.push(model(class_name[j],t,0.15))\n    }\n}\nJSON.stringify(list)",
    "lastUpdateTime": 1759568531485,
    "respondTime": 2873,
    "ruleBookInfo": {
      "intro": "$..content##^##<br/>",
      "kind": "$..theme_id\n@js:\nlet class_name=\"全部&修真&霸总&恋爱&校园&冒险&搞笑&生活&热血&架空&后宫&玄幻&悬疑&恐怖&灵异&动作&科幻&战争&古风&穿越&竞技&励志&同人&真人\".split(\"&\");\nlet class_url=\"0&2&1&3&4&5&6&7&8&9&10&12&13&14&15&16&17&18&19&20&21&23&24&26\".split(\"&\")\n\nlet res=Array.from(result)[0].split(\",\")\n\nfor(var i=0;i<class_url.length;i++){\n\tfor(var j=0;j<res.length;j++){\n\t\tif(class_url[i]==res[j]){\n\t\t\t  res[j]=class_name[i]\n\t\t\t}\n}\n}\n\n\nres.join(\",\")",
      "name": "@put:{comic_id:$..comic_id}",
      "tocUrl": "https://comic.mkzcdn.com/chapter/v1/?comic_id={{$..comic_id}}"
    },
    "ruleContent": {
      "content": "$.data[*].image\n@js:\nresult.split(\"\\n\").map(x=>'<img src=\"'+x+'\">').join(\"\\n\")"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.author_title",
      "bookList": "$..list[*]",
      "bookUrl": "https://comic.mkzcdn.com/comic/info/?comic_id={{$.comic_id}}",
      "coverUrl": "$.cover",
      "intro": "$.feature",
      "lastChapter": "$.chapter_title",
      "name": "$.title"
    },
    "ruleToc": {
      "chapterList": "$.data",
      "chapterName": "$.title",
      "chapterUrl": "https://comic.mkzcdn.com/chapter/content/?chapter_id={{$.chapter_id}}&comic_id=@get:{comic_id}",
      "updateTime": "$..start_time\n@js:\"🕗 \"+java.timeFormat(result*1000)+\"    \"+(new Date(result*1000)>new Date()?\"❗️未发布\":\"\")"
    },
    "searchUrl": "https://comic.mkzcdn.com/search/keyword/?keyword={{key}}&page_num={{page}}&page_size=20",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "若夏网网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ruoxia.com",
    "customButton": false,
    "customOrder": 1064,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1733385552318,
    "respondTime": 1362,
    "ruleBookInfo": {
      "author": "//*[@property='og:novel:author']/@content",
      "coverUrl": "//*[@property='og:image']/@content@js:result.split('@')[0]",
      "intro": "class.summary@class.note.0@text",
      "kind": "//*[@property='og:novel:category']/@content",
      "lastChapter": "//*[@property='og:novel:latest_chapter_name']/@content",
      "name": "//*[@property='og:title']/@content",
      "tocUrl": "//*[@property='og:novel:read_url']/@content@js:result.replace('/book/','/chapter/')"
    },
    "ruleContent": {
      "content": "$.chapter.htmlContent<js>result.replace(/<.*?>/g,'').replace(/\\r/g,'\\n　　')</js>"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.authorname",
      "bookList": "@JSon:$.data.content[*]",
      "bookUrl": "$.id@js:'http://www.ruoxia.com/book/'+result",
      "coverUrl": "$.iconUrlSmall@js:'https://b.heiyanimg.com'+result.split('@')[0]",
      "intro": "$.introduce",
      "kind": "$.sortname",
      "lastChapter": "$.lastchaptername",
      "name": "$.name"
    },
    "ruleToc": {
      "chapterList": ":(?s)(\\d+)\" class=\"(isvip)?[^\"]*name[^>]*>([^<]*)",
      "chapterName": "$2$3",
      "chapterUrl": "https://a.heiyan.com/ajax/chapter/content/$1"
    },
    "searchUrl": "http://search.ruoxia.com/web/search?highlight=false&queryString={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "flag = 1\ni = \"錒皚藹礙愛噯嬡璦曖靄諳銨鵪骯襖奧媼驁鰲壩罷鈀擺敗唄頒辦絆鈑幫綁鎊謗剝飽寶報鮑鴇齙輩貝鋇狽備憊鵯賁錛繃筆畢斃幣閉蓽嗶潷鉍篳蹕邊編貶變辯辮芐緶籩標驃颮飆鏢鑣鰾鱉別癟瀕濱賓擯儐繽檳殯臏鑌髕鬢餅稟撥缽鉑駁餑鈸鵓補鈽財參蠶殘慚慘燦驂黲蒼艙倉滄廁側冊測惻層詫鍤儕釵攙摻蟬饞讒纏鏟產闡顫囅諂讖蕆懺嬋驏覘禪鐔場嘗長償腸廠暢倀萇悵閶鯧鈔車徹硨塵陳襯傖諶櫬磣齔撐稱懲誠騁棖檉鋮鐺癡遲馳恥齒熾飭鴟沖衝蟲寵銃疇躊籌綢儔幬讎櫥廚鋤雛礎儲觸處芻絀躕傳釧瘡闖創愴錘綞純鶉綽輟齪辭詞賜鶿聰蔥囪從叢蓯驄樅湊輳躥竄攛錯銼鹺達噠韃帶貸駘紿擔單鄲撣膽憚誕彈殫賧癉簞當擋黨蕩檔讜碭襠搗島禱導盜燾燈鄧鐙敵滌遞締糴詆諦綈覿鏑顛點墊電巔鈿癲釣調銚鯛諜疊鰈釘頂錠訂鋌丟銩東動棟凍崠鶇竇犢獨讀賭鍍瀆櫝牘篤黷鍛斷緞籪兌隊對懟鐓噸頓鈍燉躉奪墮鐸鵝額訛惡餓諤堊閼軛鋨鍔鶚顎顓鱷誒兒爾餌貳邇鉺鴯鮞發罰閥琺礬釩煩販飯訪紡鈁魴飛誹廢費緋鐨鯡紛墳奮憤糞僨豐楓鋒風瘋馮縫諷鳳灃膚輻撫輔賦復負訃婦縛鳧駙紱紼賻麩鮒鰒釓該鈣蓋賅桿趕稈贛尷搟紺岡剛鋼綱崗戇鎬睪誥縞鋯擱鴿閣鉻個紇鎘潁給亙賡綆鯁龔宮鞏貢鉤溝茍構購夠詬緱覯蠱顧詁轂鈷錮鴣鵠鶻剮掛鴰摑關觀館慣貫詿摜鸛鰥廣獷規歸龜閨軌詭貴劊匭劌媯檜鮭鱖輥滾袞緄鯀鍋國過堝咼幗槨蟈鉿駭韓漢闞絎頡號灝顥閡鶴賀訶闔蠣橫轟鴻紅黌訌葒閎鱟壺護滬戶滸鶘嘩華畫劃話驊樺鏵懷壞歡環還緩換喚瘓煥渙奐繯鍰鯇黃謊鰉揮輝毀賄穢會燴匯諱誨繪詼薈噦澮繢琿暉葷渾諢餛閽獲貨禍鈥鑊擊機積饑跡譏雞績緝極輯級擠幾薊劑濟計記際繼紀訐詰薺嘰嚌驥璣覬齏磯羈蠆躋霽鱭鯽夾莢頰賈鉀價駕郟浹鋏鎵蟯殲監堅箋間艱緘繭檢堿鹼揀撿簡儉減薦檻鑒踐賤見鍵艦劍餞漸濺澗諫縑戔戩瞼鶼筧鰹韉將漿蔣槳獎講醬絳韁膠澆驕嬌攪鉸矯僥腳餃繳絞轎較撟嶠鷦鮫階節潔結誡屆癤頜鮚緊錦僅謹進晉燼盡勁荊莖巹藎饉縉贐覲鯨驚經頸靜鏡徑痙競凈剄涇逕弳脛靚糾廄舊鬮鳩鷲駒舉據鋸懼劇詎屨櫸颶鉅鋦窶齟鵑絹錈鐫雋覺決絕譎玨鈞軍駿皸開凱剴塏愾愷鎧鍇龕閌鈧銬顆殼課騍緙軻鈳錁頷墾懇齦鏗摳庫褲嚳塊儈鄶噲膾寬獪髖礦曠況誆誑鄺壙纊貺虧巋窺饋潰匱蕢憒聵簣閫錕鯤擴闊蠐蠟臘萊來賴崍徠淶瀨賚睞錸癩籟藍欄攔籃闌蘭瀾讕攬覽懶纜爛濫嵐欖斕鑭襤瑯閬鋃撈勞澇嘮嶗銠鐒癆樂鰳鐳壘類淚誄縲籬貍離鯉禮麗厲勵礫歷瀝隸儷酈壢藶蒞蘺嚦邐驪縭櫪櫟轢礪鋰鸝癘糲躒靂鱺鱧倆聯蓮連鐮憐漣簾斂臉鏈戀煉練蘞奩瀲璉殮褳襝鰱糧涼兩輛諒魎療遼鐐繚釕鷯獵臨鄰鱗凜賃藺廩檁轔躪齡鈴靈嶺領綾欞蟶鯪餾劉瀏騮綹鎦鷚龍聾嚨籠壟攏隴蘢瀧瓏櫳朧礱樓婁摟簍僂蔞嘍嶁鏤瘺耬螻髏蘆盧顱廬爐擄鹵虜魯賂祿錄陸壚擼嚕閭瀘淥櫨櫓轤輅轆氌臚鸕鷺艫鱸巒攣孿灤亂臠孌欒鸞鑾掄輪倫侖淪綸論圇蘿羅邏鑼籮騾駱絡犖玀濼欏腡鏍驢呂鋁侶屢縷慮濾綠櫚褸鋝嘸媽瑪碼螞馬罵嗎嘜嬤榪買麥賣邁脈勱瞞饅蠻滿謾縵鏝顙鰻貓錨鉚貿麼沒鎂門悶們捫燜懣鍆錳夢瞇謎彌覓冪羋謐獼禰綿緬澠靦黽廟緲繆滅憫閩閔緡鳴銘謬謨驀饃歿鏌謀畝鉬吶鈉納難撓腦惱鬧鐃訥餒內擬膩鈮鯢攆輦鯰釀鳥蔦裊聶嚙鑷鎳隉蘗囁顢躡檸獰寧擰濘苧嚀聹鈕紐膿濃農儂噥駑釹諾儺瘧歐鷗毆嘔漚謳慪甌盤蹣龐拋皰賠轡噴鵬紕羆鈹騙諞駢飄縹頻貧嬪蘋憑評潑頗釙撲鋪樸譜鏷鐠棲臍齊騎豈啟氣棄訖蘄騏綺榿磧頎頏鰭牽釬鉛遷簽謙錢鉗潛淺譴塹僉蕁慳騫繾槧鈐槍嗆墻薔強搶嬙檣戧熗錆鏘鏹羥蹌鍬橋喬僑翹竅誚譙蕎繰磽蹺竊愜鍥篋欽親寢鋟輕氫傾頃請慶撳鯖瓊窮煢蛺巰賕蟣鰍趨區軀驅齲詘嶇闃覷鴝顴權勸詮綣輇銓卻鵲確闋闕愨讓饒擾繞蕘嬈橈熱韌認紉飪軔榮絨嶸蠑縟銣顰軟銳蜆閏潤灑薩颯鰓賽傘毿糝喪騷掃繅澀嗇銫穡殺剎紗鎩鯊篩曬釃刪閃陜贍繕訕姍騸釤鱔墑傷賞坰殤觴燒紹賒攝懾設厙灄畬紳審嬸腎滲詵諗瀋聲繩勝師獅濕詩時蝕實識駛勢適釋飾視試謚塒蒔弒軾貰鈰鰣壽獸綬樞輸書贖屬術樹豎數攄紓帥閂雙誰稅順說碩爍鑠絲飼廝駟緦鍶鷥聳慫頌訟誦擻藪餿颼鎪蘇訴肅謖穌雖隨綏歲誶孫損筍蓀猻縮瑣鎖嗩脧獺撻闥鉈鰨臺態鈦鮐攤貪癱灘壇譚談嘆曇鉭錟頇湯燙儻餳鐋鏜濤絳討韜鋱騰謄銻題體屜緹鵜闐條糶齠鰷貼鐵廳聽烴銅統慟頭鈄禿圖釷團摶頹蛻飩脫鴕馱駝橢籜鼉襪媧膃彎灣頑萬紈綰網輞韋違圍為濰維葦偉偽緯謂衛諉幃闈溈潿瑋韙煒鮪溫聞紋穩問閿甕撾蝸渦窩臥萵齷嗚鎢烏誣無蕪吳塢霧務誤鄔廡憮嫵騖鵡鶩錫犧襲習銑戲細餼鬩璽覡蝦轄峽俠狹廈嚇硤鮮纖賢銜閑顯險現獻縣餡羨憲線莧薟蘚峴獫嫻鷴癇蠔秈躚廂鑲鄉詳響項薌餉驤緗饗蕭囂銷曉嘯嘵瀟驍綃梟簫協挾攜脅諧寫瀉謝褻擷紲纈鋅釁興陘滎兇洶銹繡饈鵂虛噓須許敘緒續詡頊軒懸選癬絢諼鉉鏇學謔澩鱈勛詢尋馴訓訊遜塤潯鱘壓鴉鴨啞亞訝埡婭椏氬閹煙鹽嚴巖顏閻艷厭硯彥諺驗厴贗儼兗讞懨閆釅魘饜鼴鴦楊揚瘍陽癢養樣煬瑤搖堯遙窯謠藥軺鷂鰩爺頁業葉靨謁鄴曄燁醫銥頤遺儀蟻藝億憶義詣議誼譯異繹詒囈嶧飴懌驛縊軼貽釔鎰鐿瘞艤蔭陰銀飲隱銦癮櫻嬰鷹應纓瑩螢營熒蠅贏穎塋鶯縈鎣攖嚶瀅瀠瓔鸚癭頦罌喲擁傭癰踴詠鏞優憂郵鈾猶誘蕕銪魷輿魚漁娛與嶼語獄譽預馭傴俁諛諭蕷崳飫閾嫗紆覦歟鈺鵒鷸齬鴛淵轅園員圓緣遠櫞鳶黿約躍鑰粵悅閱鉞鄖勻隕運蘊醞暈韻鄆蕓惲慍紜韞殞氳雜災載攢暫贊瓚趲鏨贓臟駔鑿棗責擇則澤賾嘖幘簀賊譖贈綜繒軋鍘閘柵詐齋債氈盞斬輾嶄棧戰綻譫張漲帳賬脹趙詔釗蟄轍鍺這謫輒鷓貞針偵診鎮陣湞縝楨軫賑禎鴆掙睜猙爭幀癥鄭證諍崢鉦錚箏織職執紙摯擲幟質滯騭櫛梔軹輊贄鷙螄縶躓躑觶鐘終種腫眾鍾謅軸皺晝驟紂縐豬諸誅燭矚囑貯鑄駐佇櫧銖專磚轉賺囀饌顳樁莊裝妝壯狀錐贅墜綴騅縋諄準著濁諑鐲茲資漬諮緇輜貲眥錙齜鯔蹤總縱傯鄒諏騶鯫詛組鏃鉆纘躦鱒翺並蔔沈醜澱叠鬥範幹臯矽櫃後夥稭傑訣誇裏淩麽黴撚淒扡聖屍擡塗窪餵汙鍁鹹蠍彜湧遊籲禦願嶽雲竈紮劄築於誌註雕訁譾郤猛氹阪壟堖垵墊檾蕒葤蓧蒓菇槁摣咤唚哢噝噅撅噼謔襆嶴脊仿僥獁麅餘餷饊饢楞怵懍爿漵灩溷濫瀦淡寧糸絝緔瑉梘棬案橰櫫軲軤賫膁腖飈糊煆溜湣渺碸滾瞘鈈鉕鋣銱鋥鋶鐦鐧鍩鍀鍃錇鎄鎇鎿鐝鑥鑹鑔穭鶓鶥鸌癧屙瘂臒襇繈耮顬蟎麯鮁鮃鮎鯗鯝鯴鱝鯿鰠鰵鱅鞽韝齇葯慾裡姊佔徵唷勐砲髮澹噁姦乾鬆姪囉\";\nz = \"锕皑蔼碍爱嗳嫒瑷暧霭谙铵鹌肮袄奥媪骜鳌坝罢钯摆败呗颁办绊钣帮绑镑谤剥饱宝报鲍鸨龅辈贝钡狈备惫鹎贲锛绷笔毕毙币闭荜哔滗铋筚跸边编贬变辩辫苄缏笾标骠飑飙镖镖鳔鳖别瘪濒滨宾摈傧缤槟殡膑镔髌鬓饼禀拨钵铂驳饽钹鹁补钸财参蚕残惭惨灿骖黪苍舱仓沧厕侧册测恻层诧锸侪钗搀掺蝉馋谗缠铲产阐颤冁谄谶蒇忏婵骣觇禅镡场尝长偿肠厂畅伥苌怅阊鲳钞车彻砗尘陈衬伧谌榇碜龀撑称惩诚骋枨柽铖铛痴迟驰耻齿炽饬鸱冲冲虫宠铳畴踌筹绸俦帱雠橱厨锄雏础储触处刍绌蹰传钏疮闯创怆锤缍纯鹑绰辍龊辞词赐鹚聪葱囱从丛苁骢枞凑辏蹿窜撺错锉鹾达哒鞑带贷骀绐担单郸掸胆惮诞弹殚赕瘅箪当挡党荡档谠砀裆捣岛祷导盗焘灯邓镫敌涤递缔籴诋谛绨觌镝颠点垫电巅钿癫钓调铫鲷谍叠鲽钉顶锭订铤丢铥东动栋冻岽鸫窦犊独读赌镀渎椟牍笃黩锻断缎簖兑队对怼镦吨顿钝炖趸夺堕铎鹅额讹恶饿谔垩阏轭锇锷鹗颚颛鳄诶儿尔饵贰迩铒鸸鲕发罚阀珐矾钒烦贩饭访纺钫鲂飞诽废费绯镄鲱纷坟奋愤粪偾丰枫锋风疯冯缝讽凤沣肤辐抚辅赋复负讣妇缚凫驸绂绋赙麸鲋鳆钆该钙盖赅杆赶秆赣尴擀绀冈刚钢纲岗戆镐睾诰缟锆搁鸽阁铬个纥镉颍给亘赓绠鲠龚宫巩贡钩沟苟构购够诟缑觏蛊顾诂毂钴锢鸪鹄鹘剐挂鸹掴关观馆惯贯诖掼鹳鳏广犷规归龟闺轨诡贵刽匦刿妫桧鲑鳜辊滚衮绲鲧锅国过埚呙帼椁蝈铪骇韩汉阚绗颉号灏颢阂鹤贺诃阖蛎横轰鸿红黉讧荭闳鲎壶护沪户浒鹕哗华画划话骅桦铧怀坏欢环还缓换唤痪焕涣奂缳锾鲩黄谎鳇挥辉毁贿秽会烩汇讳诲绘诙荟哕浍缋珲晖荤浑诨馄阍获货祸钬镬击机积饥迹讥鸡绩缉极辑级挤几蓟剂济计记际继纪讦诘荠叽哜骥玑觊齑矶羁虿跻霁鲚鲫夹荚颊贾钾价驾郏浃铗镓蛲歼监坚笺间艰缄茧检碱硷拣捡简俭减荐槛鉴践贱见键舰剑饯渐溅涧谏缣戋戬睑鹣笕鲣鞯将浆蒋桨奖讲酱绛缰胶浇骄娇搅铰矫侥脚饺缴绞轿较挢峤鹪鲛阶节洁结诫届疖颌鲒紧锦仅谨进晋烬尽劲荆茎卺荩馑缙赆觐鲸惊经颈静镜径痉竞净刭泾迳弪胫靓纠厩旧阄鸠鹫驹举据锯惧剧讵屦榉飓钜锔窭龃鹃绢锩镌隽觉决绝谲珏钧军骏皲开凯剀垲忾恺铠锴龛闶钪铐颗壳课骒缂轲钶锞颔垦恳龈铿抠库裤喾块侩郐哙脍宽狯髋矿旷况诓诳邝圹纩贶亏岿窥馈溃匮蒉愦聩篑阃锟鲲扩阔蛴蜡腊莱来赖崃徕涞濑赉睐铼癞籁蓝栏拦篮阑兰澜谰揽览懒缆烂滥岚榄斓镧褴琅阆锒捞劳涝唠崂铑铹痨乐鳓镭垒类泪诔缧篱狸离鲤礼丽厉励砾历沥隶俪郦坜苈莅蓠呖逦骊缡枥栎轹砺锂鹂疠粝跞雳鲡鳢俩联莲连镰怜涟帘敛脸链恋炼练蔹奁潋琏殓裢裣鲢粮凉两辆谅魉疗辽镣缭钌鹩猎临邻鳞凛赁蔺廪檩辚躏龄铃灵岭领绫棂蛏鲮馏刘浏骝绺镏鹨龙聋咙笼垄拢陇茏泷珑栊胧砻楼娄搂篓偻蒌喽嵝镂瘘耧蝼髅芦卢颅庐炉掳卤虏鲁赂禄录陆垆撸噜闾泸渌栌橹轳辂辘氇胪鸬鹭舻鲈峦挛孪滦乱脔娈栾鸾銮抡轮伦仑沦纶论囵萝罗逻锣箩骡骆络荦猡泺椤脶镙驴吕铝侣屡缕虑滤绿榈褛锊呒妈玛码蚂马骂吗唛嬷杩买麦卖迈脉劢瞒馒蛮满谩缦镘颡鳗猫锚铆贸麽没镁门闷们扪焖懑钔锰梦眯谜弥觅幂芈谧猕祢绵缅渑腼黾庙缈缪灭悯闽闵缗鸣铭谬谟蓦馍殁镆谋亩钼呐钠纳难挠脑恼闹铙讷馁内拟腻铌鲵撵辇鲶酿鸟茑袅聂啮镊镍陧蘖嗫颟蹑柠狞宁拧泞苎咛聍钮纽脓浓农侬哝驽钕诺傩疟欧鸥殴呕沤讴怄瓯盘蹒庞抛疱赔辔喷鹏纰罴铍骗谝骈飘缥频贫嫔苹凭评泼颇钋扑铺朴谱镤镨栖脐齐骑岂启气弃讫蕲骐绮桤碛颀颃鳍牵钎铅迁签谦钱钳潜浅谴堑佥荨悭骞缱椠钤枪呛墙蔷强抢嫱樯戗炝锖锵镪羟跄锹桥乔侨翘窍诮谯荞缲硗跷窃惬锲箧钦亲寝锓轻氢倾顷请庆揿鲭琼穷茕蛱巯赇虮鳅趋区躯驱龋诎岖阒觑鸲颧权劝诠绻辁铨却鹊确阕阙悫让饶扰绕荛娆桡热韧认纫饪轫荣绒嵘蝾缛铷颦软锐蚬闰润洒萨飒鳃赛伞毵糁丧骚扫缫涩啬铯穑杀刹纱铩鲨筛晒酾删闪陕赡缮讪姗骟钐鳝墒伤赏垧殇觞烧绍赊摄慑设厍滠畲绅审婶肾渗诜谂渖声绳胜师狮湿诗时蚀实识驶势适释饰视试谥埘莳弑轼贳铈鲥寿兽绶枢输书赎属术树竖数摅纾帅闩双谁税顺说硕烁铄丝饲厮驷缌锶鸶耸怂颂讼诵擞薮馊飕锼苏诉肃谡稣虽随绥岁谇孙损笋荪狲缩琐锁唢睃獭挞闼铊鳎台态钛鲐摊贪瘫滩坛谭谈叹昙钽锬顸汤烫傥饧铴镗涛绦讨韬铽腾誊锑题体屉缇鹈阗条粜龆鲦贴铁厅听烃铜统恸头钭秃图钍团抟颓蜕饨脱鸵驮驼椭箨鼍袜娲腽弯湾顽万纨绾网辋韦违围为潍维苇伟伪纬谓卫诿帏闱沩涠玮韪炜鲔温闻纹稳问阌瓮挝蜗涡窝卧莴龌呜钨乌诬无芜吴坞雾务误邬庑怃妩骛鹉鹜锡牺袭习铣戏细饩阋玺觋虾辖峡侠狭厦吓硖鲜纤贤衔闲显险现献县馅羡宪线苋莶藓岘猃娴鹇痫蚝籼跹厢镶乡详响项芗饷骧缃飨萧嚣销晓啸哓潇骁绡枭箫协挟携胁谐写泻谢亵撷绁缬锌衅兴陉荥凶汹锈绣馐鸺虚嘘须许叙绪续诩顼轩悬选癣绚谖铉镟学谑泶鳕勋询寻驯训讯逊埙浔鲟压鸦鸭哑亚讶垭娅桠氩阉烟盐严岩颜阎艳厌砚彦谚验厣赝俨兖谳恹闫酽魇餍鼹鸯杨扬疡阳痒养样炀瑶摇尧遥窑谣药轺鹞鳐爷页业叶靥谒邺晔烨医铱颐遗仪蚁艺亿忆义诣议谊译异绎诒呓峄饴怿驿缢轶贻钇镒镱瘗舣荫阴银饮隐铟瘾樱婴鹰应缨莹萤营荧蝇赢颖茔莺萦蓥撄嘤滢潆璎鹦瘿颏罂哟拥佣痈踊咏镛优忧邮铀犹诱莸铕鱿舆鱼渔娱与屿语狱誉预驭伛俣谀谕蓣嵛饫阈妪纡觎欤钰鹆鹬龉鸳渊辕园员圆缘远橼鸢鼋约跃钥粤悦阅钺郧匀陨运蕴酝晕韵郓芸恽愠纭韫殒氲杂灾载攒暂赞瓒趱錾赃脏驵凿枣责择则泽赜啧帻箦贼谮赠综缯轧铡闸栅诈斋债毡盏斩辗崭栈战绽谵张涨帐账胀赵诏钊蛰辙锗这谪辄鹧贞针侦诊镇阵浈缜桢轸赈祯鸩挣睁狰争帧症郑证诤峥钲铮筝织职执纸挚掷帜质滞骘栉栀轵轾贽鸷蛳絷踬踯觯钟终种肿众锺诌轴皱昼骤纣绉猪诸诛烛瞩嘱贮铸驻伫槠铢专砖转赚啭馔颞桩庄装妆壮状锥赘坠缀骓缒谆准着浊诼镯兹资渍谘缁辎赀眦锱龇鲻踪总纵偬邹诹驺鲰诅组镞钻缵躜鳟翱并卜沉丑淀迭斗范干皋硅柜后伙秸杰诀夸里凌么霉捻凄扦圣尸抬涂洼喂污锨咸蝎彝涌游吁御愿岳云灶扎札筑于志注凋讠谫郄勐凼坂垅垴埯埝苘荬荮莜莼菰藁揸吒吣咔咝咴噘劈嚯幞岙嵴彷徼犸狍馀馇馓馕愣憷懔丬溆滟混漤潴澹甯纟绔绱珉枧桊桉槔橥轱轷赍肷胨飚煳煅熘愍淼砜磙眍钚钷铘铞锃锍锎锏锘锝锪锫锿镅镎镢镥镩镲稆鹋鹛鹱疬疴痖癯裥襁耢颥螨麴鲅鲆鲇鲞鲴鲺鲼鳊鳋鳘鳙鞒鞴齄药欲里姐占征哟猛炮发淡恶奸干松侄啰\";\nfunction ti(c, a, b) {\n  reg = new RegExp(a, \"g\");\n  return result.replace(reg, b);\n}",
    "bookSourceGroup": "漫画,轻小说",
    "bookSourceName": "久久漫画",
    "bookSourceType": 2,
    "bookSourceUrl": "https://www.jjmhw.cc",
    "customButton": false,
    "customOrder": 1065,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\n    \"title\":\"连载\",\n    \"url\":\"/booklist?tag=全部&area=1&end=0&page={{page}}\",\n    \"style\":{\n        \"layout_flexGrow\":1\n    }\n},\n{\n    \"title\":\"完结\",\n    \"url\":\"/booklist?tag=全部&area=1&end=1&page={{page}}\",\n    \"style\":{\n        \"layout_flexGrow\":1\n    }\n}\n]\n",
    "header": "{\n  \"User-agent\":\"Dalvik/2.1.0 (Linux; U; Android 9; PCRT00 Build/PQ3B.190801.002)\"\n}",
    "lastUpdateTime": 1754559385901,
    "respondTime": 11956,
    "ruleBookInfo": {
      "author": "author",
      "coverUrl": "cover",
      "init": "<js>\neval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\\\b'+e(c)+'\\\\b','g'),k[c]);return p}('D(6(E.F));G J=H.I.K.L(9),$1=b(a){c 6(J.7(\\'[M=\"N:\\'+a+\\'\"]\\').f(\"O\"))},$2=b(a){c 6(J.7(a).P())},$3=b(a){c 6(J.7(a).f(\"Q\"))},$4=b(a){c 6(J.7(a).f(\"R-S\"))},h=T,s=$2(\".0-d-j-1\").5(/\\\\U|\\\\V/g,\"\"),k=$2(\".0-8-e-m:q-o(4) a\")+\",\"+$2(\".0-8-e-W a\"),l=$2(\".0-d-1 r:X-o a\"),t=$2(\".0-d-j-3\").5(/\\\\Y\\\\Z/g,\"\"),u=J.7(\".0-d-1 r\").10;1==11?v={12:$2(\".0-8-e-j\").5(/[\\\\13\\\\(].*/,\"\"),m:$2(\".0-8-e-m:q-o(3)\").5(/[,14&]|[\\\\15\\\\16][:\\\\w]/g,\"/\").5(/\\\\/\\\\/\\\\/|\\\\/\\\\//g,\"/\"),17:s+\",\"+k+\",\"+t,18:l+\"\\\\y\"+t+\"\\\\y[\"+u+\"]\",19:\"<A>\"+$2(\"p.0-1a\").5(/.*\\\\1b\\\\1c\\\\1d\\\\1e[:\\\\w].*/g,\"\").5(/(^|[\\\\1f\\\\1g\\\\1h!?]+[\"\\\\1i\\\\1j\\\\1k\\\\1l]?)/g,\"$1<A>\"),B:$4(\".0-8-B 1m\").5(/1n:/,\"1o:\"),h:h}:1p.1q(\"\\\\n\\\\C\\\\1r\\\\1s\\\\1t\\\\1u\\\\1v\\\\C\");9=1w.1x(v);1y(x 1z i)9=1A(9,i[x],z[x]);',62,99,'detail|||||replace|String|select|main|result||function|return|list|info|attr||url||title|||author||child||nth|li|||count|book|uff1a||u00b7||br|cover|u2757|eval|source|bookSourceComment|var|org|jsoup||Jsoup|parse|property|og|content|text|href|data|original|baseUrl|u4e2d|u5df2|class|last|u66f4|u65b0|length|flag|name|uff08|xX|u56fe|u6587|kind|latest|intro|desc|u5185|u5bb9|u4ecb|u7ecd|u3002|uff01|uff1f|u201d|u300d|uff09|u3011|img|http|https|java|toast|u672a|u542f|u7528|u4e66|u6e90|JSON|stringify|for|in|ti'.split('|'),0,{}))\n</js>",
      "intro": "intro",
      "kind": "kind",
      "lastChapter": "latest",
      "name": "name",
      "tocUrl": "url"
    },
    "ruleContent": {
      "content": "<js>\neval(function(p,a,c,k,e,r){e=function(c){return c.toString(a)};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\\\b'+e(c)+'\\\\b','g'),k[c]);return p}('1==0.3(\"4\")?\"<5>\"+6(0.7(\".8-9-1.a b\")).c(/d:/g,\"e:\"):0.f(\"\\\\h\\\\2\\\\i\\\\j\\\\k\\\\l\\\\m\\\\2\");',23,23,'java||u2757|get|Enable|br|String|getElements|view|main|readForm|img|replace|http|https|toast||n|u672a|u542f|u7528|u4e66|u6e90'.split('|'),0,{}))\n</js>",
      "imageStyle": "FULL"
    },
    "ruleExplore": {
      "bookList": "<js>\neval(function(p,a,c,k,e,r){e=function(c){return c.toString(a)};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\\\b'+e(c)+'\\\\b','g'),k[c]);return p}('3(4(5.6));1==7?0.8(\".9-a b c\"):0.d(\"\\\\e\\\\2\\\\f\\\\g\\\\h\\\\i\\\\j\\\\2\");',20,20,'java||u2757|eval|String|source|bookSourceComment|flag|getElements|manga|list|ul|li|toast|n|u672a|u542f|u7528|u4e66|u6e90'.split('|'),0,{}))\n</js>",
      "bookUrl": "a.0@href",
      "coverUrl": ".manga-list-2-cover img@data-original##http:##https:",
      "name": ".manga-list-2-title@text\n<js>\neval(String(source.bookSourceComment));\nfor (x in i) result = ti(result, i[x], z[x]).replace(/[（\\(].*/, \"\");\n</js>"
    },
    "ruleSearch": {
      "author": ".book-list-info-bottom-item@text\n<js>\nresult = result\n  .replace(/[,xX&]|[图文][:：]/g, \"/\")\n  .replace(/\\/\\/\\/|\\/\\//g, \"/\")\n  .replace(/^[\\/]/g, \"\")\neval(String(source.bookSourceComment));\nfor (x in i) result = ti(result, i[x], z[x]);\n</js>\n",
      "bookList": ".book-list li",
      "bookUrl": "a.0@href",
      "coverUrl": ".book-list-cover img@data-original##http:##https:",
      "intro": ".book-list-info-desc",
      "kind": ".book-list-info-bottom-right-font@text##中|已",
      "name": ".book-list-info-title@text\n<js>\neval(String(source.bookSourceComment));\nfor (x in i) result = ti(result, i[x], z[x]).replace(/[（\\(].*/, \"\");\n</js>"
    },
    "ruleToc": {
      "chapterList": "<js>\neval(function(p,a,c,k,e,r){e=function(c){return c.toString(a)};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\\\b'+e(c)+'\\\\b','g'),k[c]);return p}('4(5(6.7));1==8?0=2.9(\".b-0-1 c a\"):2.d(\"\\\\e\\\\3\\\\f\\\\g\\\\h\\\\i\\\\j\\\\3\");2.k(\"l\",1);0;',22,22,'list||java|u2757|eval|String|source|bookSourceComment|flag|getElements||detail|li|toast|n|u672a|u542f|u7528|u4e66|u6e90|put|Enable'.split('|'),0,{}))\n</js>",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "\n<js>\neval(function(p,a,c,k,e,r){e=function(c){return c.toString(a)};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\\\b'+e(c)+'\\\\b','g'),k[c]);return p}('2(3(4.5));1==6?\"/7?8={{9}}\":a.b(\"\\\\c\\\\0\\\\d\\\\e\\\\f\\\\g\\\\h\\\\0\");',18,18,'u2757||eval|String|source|bookSourceComment|flag|search|keyword|key|java|toast|n|u672a|u542f|u7528|u4e66|u6e90'.split('|'),0,{}))\n</js>",
    "weight": 25
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版",
    "bookSourceName": "📜 晋江",
    "bookSourceType": 0,
    "bookSourceUrl": "http://app.jjwxc.org",
    "customButton": false,
    "customOrder": 1066,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "古言::http://app-cdn.jjwxc.net/bookstore/getFullPage?channel=gywx&version=3\n\n都市::http://app-cdn.jjwxc.net:80/bookstore/getFullPage?channel=dsyq&version=3\n幻言::http://app-cdn.jjwxc.net:80/bookstore/getFullPage?channel=qqyq&version=3\n古穿::http://app-cdn.jjwxc.net:80/bookstore/getFullPage?channel=gdcy&version=3\n奇幻::http://app-cdn.jjwxc.net:80/bookstore/getFullPage?channel=xhqh&version=3\n未来游戏悬疑::http://app-cdn.jjwxc.net:80/bookstore/getFullPage?channel=xywy&version=3\n衍生言情::http://app-cdn.jjwxc.net:80/bookstore/getFullPage?channel=trys&version=3\n二次元言情::http://app-cdn.jjwxc.net:80/bookstore/getFullPage?channel=trmd&version=3",
    "lastUpdateTime": 1736086311819,
    "loginUrl": "",
    "respondTime": 3388,
    "ruleBookInfo": {
      "author": "$.authorName",
      "coverUrl": "$.novelCover",
      "intro": "{{$.protagonist}}  {{$.costar}}  {{$.other}}；{{$.mainview}}\n简介：{{$.novelIntro}}",
      "kind": "{{$.novelTags}}{{$.novelClass}}{{$.novelIntroShort}}",
      "lastChapter": "{{$.renewChapterId}}{{$.renewChapterName}}{{$.chapterdateNewest}}",
      "name": "$.novelName",
      "tocUrl": "http://app-cdn.jjwxc.net/androidapi/chapterList?novelId={{$.novelId}}&more=0&whole=1"
    },
    "ruleContent": {
      "content": "$..content"
    },
    "ruleExplore": {
      "author": "$.authorName",
      "bookList": "$..data.*",
      "bookUrl": "http://app-cdn.jjwxc.net:80/androidapi/novelbasicinfo?novelId={{$.novelId}}",
      "coverUrl": "$.cover",
      "intro": "$.novelIntroShort",
      "kind": "{{$.novelClass}}\n{{$.tags}}",
      "name": "$.novelName",
      "wordCount": "$.novelSizeformat"
    },
    "ruleSearch": {
      "author": "$.authorname",
      "bookList": "$..items.*",
      "bookUrl": "http://app-cdn.jjwxc.net:80/androidapi/novelbasicinfo?novelId={{$.novelid}}",
      "coverUrl": "$.cover",
      "kind": "{{$.tags}}{{$.novelClass}}",
      "name": "$.novelname",
      "wordCount": "$.novelSizeformat"
    },
    "ruleToc": {
      "chapterList": "$.chapterlist.*",
      "chapterName": "$.chaptername",
      "chapterUrl": "http://app-cdn.jjwxc.net:80/androidapi/chapterContent?novelId={{$.novelid}}&chapterId={{$.chapterid}}",
      "isVip": "$.isvip"
    },
    "searchUrl": "http://app.jjwxc.org/androidapi/search?keyword={{key}}&type=1&page={{page}}&token=null&searchType=1&sortMode=DESC&versionCode=173",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "有声",
    "bookSourceName": "饭角有声（优）",
    "bookSourceType": 1,
    "bookSourceUrl": "https://api.fanjiao.co/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1067,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1732637611284,
    "respondTime": 1530,
    "ruleBookInfo": {
      "author": "",
      "name": "book.name"
    },
    "ruleContent": {},
    "ruleExplore": {},
    "ruleSearch": {
      "author": "",
      "bookList": "$.data.list[*]",
      "bookUrl": "<js>\nbody = \"album_id={{$.album_id}}\";\nurl = \"https://api.fanjiao.co/walkman/api/album/audio?\"+body;\nsign = java.md5Encode(body+\"879f30c4b1641142c6192acc23cfb733\")\nheaders = \n\t{\"headers\":{\"signature\":String(sign)}}\nurl+\",\"+JSON.stringify(headers)\n</js>",
      "checkKeyWord": "",
      "coverUrl": "$.cover",
      "intro": "$.description",
      "lastChapter": "",
      "name": "$.name"
    },
    "ruleToc": {
      "chapterList": "$..audios_list[*]",
      "chapterName": "$.name",
      "chapterUrl": "$.src"
    },
    "searchUrl": "<js>\nbody = \"keyword=\"+key+\"&page=\"+page+\"&size=20&type=2\";\nurl = \"https://api.fanjiao.co/walkman/api/search/keyword?\"+body;\nsign = java.md5Encode(body+\"879f30c4b1641142c6192acc23cfb733\")\nheaders = \n\t{\"headers\":{\"signature\":String(sign)}}\nurl+\",\"+JSON.stringify(headers)\n</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版",
    "bookSourceName": "晋江文学①",
    "bookSourceType": 0,
    "bookSourceUrl": "http://android.jjwxc.net♦",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1068,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "新书榜单::http://android.jjwxc.net/androidapi/newDayList\n言情·VIP金榜::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%222900001%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n纯爱·VIP金榜::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%222900002%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n❀                       古代言情                     ❀::http://www.jjwxc.net/channeltoplist.php?channelid=14&str=1\n频道金榜::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%221%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n科举朝堂::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000014%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n市井人家::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000013%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n复仇虐渣::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000012%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n女尊女强::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000023%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n架空历史::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000022%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n天作之合::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000019%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n宫廷侯爵::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000020%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n励志人生::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000015%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古色古香::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000017%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n布衣生活::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000018%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n再世重生::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000021%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n传奇武侠::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000024%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n运气淘文::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2240000001%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n新晋作者::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000003%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n月度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000004%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n季度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000005%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n半年排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2214000006%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n❀                       都市青春                     ❀::http://www.jjwxc.net/channeltoplist.php?channelid=14&str=1\n频道金榜::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%224%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n业界精英::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000018%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n天之骄子::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000031%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n豪门总裁::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000017%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n励志人生::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000019%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市情缘::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000021%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n婚前婚后::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000020%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n制服情缘::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000024%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n校园青春::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000016%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n甜心蜜意::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000020%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n娱乐星光::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000032%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n破镜重圆::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000022%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n近水楼台::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000023%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n情有独钟::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000022%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n时尚流行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000018%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n欢喜冤家::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000033%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n因缘邂逅::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000034%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n运气淘文::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2240000002%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n新晋作者::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000003%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n月度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000004%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n季度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000005%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n半年排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2215000006%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n❀                       幻想言情                     ❀::http://www.jjwxc.net/channeltoplist.php?channelid=14&str=1\n频道金榜::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%225%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n穿书攻略::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000026%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n流金年代::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000028%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n玄之又玄::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000024%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n娱乐时尚::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000030%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n升级逆袭::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000031%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n打脸爽文::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000024%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n人生赢家::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000019%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n神奇能力::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000033%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n快穿系统::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000021%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n穿越时空::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000018%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n再世重生::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000017%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市异闻::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000034%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n时代奇缘::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000020%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现代架空::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000032%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻想传奇::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000023%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n时空恋曲::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000022%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n运气淘文::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2240000003%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n月度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000004%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n季度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000005%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n半年排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2216000006%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n❀                       现代纯爱                    ❀::http://www.jjwxc.net/channeltoplist.php?channelid=14&str=1\n频道金榜::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%227%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n竞技人生::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000064%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n时尚娱乐::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000065%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n种田日常::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000023%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现代都市::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000032%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n豪门世家::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000026%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n业界精英::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000022%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n重生都市::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000027%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n边缘恋曲::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000025%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n校园青春::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000028%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n情有独钟::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000066%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n穿越时空::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000024%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n励志人生::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000021%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n欢喜冤家::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000031%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n婚前婚后::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000067%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n都市甜文::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000030%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n打脸逆袭::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000029%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n新晋作者::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000003%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n月度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000004%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n季度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000005%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n半年排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000006%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n❀                       幻想纯爱                     ❀::http://www.jjwxc.net/channeltoplist.php?channelid=14&str=1\n频道金榜::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2213%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n重生穿越::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000092%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n娱乐星光::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000088%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n萌宠频道::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000084%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n仙侠修真::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000080%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n快穿世界::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000076%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n末世狂想::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000074%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻想甜宠::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000096%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n无限流派::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000072%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n系统人生::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000078%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n异闻秘术::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000082%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n边缘幻想::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000086%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n星际日常::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000090%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n奇幻灵异::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000100%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n科幻机甲::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000102%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n人生赢家::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000094%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n升级爽文::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2280000098%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n运气淘文::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2240000013%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n新晋作者::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220100008%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n月度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220100009%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n季度排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220100010%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n半年排行::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220100011%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 8.0.0; zh-cn; MIX 2 Build/OPR1.170623.027) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\"\n}",
    "lastUpdateTime": 1731057061702,
    "loginUrl": "",
    "respondTime": 3469,
    "ruleBookInfo": {
      "intro": "@JSon:{$.novelIntro}@js:result.replace(/(&.{3}br.{3,4};)+|[\\n\\s]+/g,\"\\n\").replace(/\\n\\s*\\n/g,\"\\n\").replace(/^\\s*\\n/g,\"\").replace(/\\n\\s*/g,\"\\n\\u3000\\u3000\").replace(/^\\s*/g,\"\\u3000\\u3000\")",
      "lastChapter": "@JSon:$.renewChapterName",
      "tocUrl": "http://app-cdn.jjwxc.net/androidapi/chapterList?novelId={$.novelId}&more=0&whole=1"
    },
    "ruleContent": {
      "content": "class.b module@tag.li.0@textNodes&&class.b module@tag.li.1@textNodes##网友：|评分：|.*分\\｜.{4}\n@js:result.replace(/选择 章节 标题 需要点数(.|\\n)*/,\"这是付费章节，还没有购买哦！\")",
      "imageStyle": "0"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "@JSon:$.authorname||$.authorName",
      "bookList": "@JSon:$.*[?(@.novelName)]&&$.*[?(@.novelname)]",
      "bookUrl": "@JSon:$.novelid||$.novelId@js:'http://android.jjwxc.net/androidapi/novelbasicinfo?novelId='+result",
      "coverUrl": "@JSon:$.cover",
      "kind": "@JSon:$.tags&&{$.novelsize}字&&{$.novelSize}字",
      "lastChapter": "@JSon:第{$.maxChapterId}章@js:result.replace(\"第章\",\"\")",
      "name": "@JSon:$.novelname||$.novelName"
    },
    "ruleToc": {
      "chapterList": "@JSon:$.chapterlist",
      "chapterName": "@JSon:{$.chapterid} | {$.chaptername}",
      "chapterUrl": "@JSon:{$.novelid}/{$.chapterid}_{$.isvip}\n@js:\nvar n=Number(result.match(/_(\\d)/)[1])\nif(n==0){\nresult=\"https://wap.jjwxc.net/book2/\"+result}\nelse{result=\"https://wap.jjwxc.net/vip/\"+result}",
      "isVip": "{$.isvip}",
      "updateTime": "{$.chaptersize}字•{$.chapterintro}"
    },
    "searchUrl": "http://android.jjwxc.net/androidapi/search?keyword={{key}}&type=1&page={{page}}&searchType=1&sortMode=DESC",
    "weight": 0
  },
  {
    "bookSourceComment": "改自@关耳010225@我是个傻子\n登个录先\n❗搜索\n搜书名：关键词\n搜作者：#关键词#\n搜主角：主角#关键词#\n搜配角：配角#关键词#\n搜其他：其他#关键词#\n搜ID：ID#关键词#",
    "bookSourceGroup": "正版",
    "bookSourceName": "晋江",
    "bookSourceType": 0,
    "bookSourceUrl": "绿色 和谐",
    "customButton": false,
    "customOrder": 1069,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{'title':'限免','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channel=novelfree','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'千字','url':'https://app.jjwxc.org/androidapi/newDayList','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'签到','url':'https://m.jjwxc.net/my/signIn,{\"headers\":\"cookie\":\"token={{cookie.getKey(\"https://m.jjwxc.net\",\"sid\")}}\"}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'收藏','url':'http://app.jjwxc.org/androidapi/incrementFavorite?token={{cookie.getKey(\"https://m.jjwxc.net\",\"sid\")}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'• 书城 •','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channel=index&version=9','style':{layout_flexGrow:1,layout_flexBasisPercent:1}},\n{'title':'VIP金榜','url':'https://android.jjwxc.com/bookstore/getFullPageV1?more=vipgoldgroup','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'VIP强推','url':'https://app.jjwxc.org/bookstore/viprecommend?channel=index','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'一周新文','url':'https://app.jjwxc.org/bookstore/flowRankList','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'大家在看','url':'https://app.jjwxc.org/search/guessYouLike','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'• 言情 •','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channel=yq&version=9','style':{layout_flexGrow:1,layout_flexBasisPercent:1}},\n{'title':'VIP金榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%222900001%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2225%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'VIP强推','url':'https://app.jjwxc.org/bookstore/viprecommend?channel=yq','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'月度排行榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%2251%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2225%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'季度排行榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%2247%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2225%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'半年排行榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%2255%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2225%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'新晋作者榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%2243%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2225%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'长生殿排行榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%2259%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2225%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'勤奋指数榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%22600006%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2220%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'完结金榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%22100006%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2220%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'总分榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%22700021%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2220%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'霸王票总榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%22800001%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2220%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'读者栽培榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%22600001%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2220%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'驻站作者榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%2263%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2225%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'字数榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%2280000325%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2220%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'• 纯爱 •','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channel=noyq&version=9','style':{layout_flexGrow:1,layout_flexBasisPercent:1}},\n{'title':'VIP金榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%222900002%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2225%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'VIP强推','url':'https://app.jjwxc.org/bookstore/viprecommend?channel=noyq','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'月度排行榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%2252%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2225%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'季度排行榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%2248%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2225%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'半年排行榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%2256%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2225%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'新晋作者榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%2244%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2225%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'长生殿排行榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%2260%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2225%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'勤奋指数榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%22600007%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2220%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'完结金榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%22100008%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2220%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'总分榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%22700022%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2220%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'霸王票总榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%22800002%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2220%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'读者栽培榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%22600002%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2220%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'驻站作者榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%2264%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2225%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'字数榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%2280000329%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2220%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'• 原创 •','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channel=yc&version=9','style':{layout_flexGrow:1,layout_flexBasisPercent:1}},\n{'title':'VIP金榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%222900003%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2225%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'VIP强推','url':'https://app.jjwxc.org/bookstore/viprecommend?channel=yc','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'月度排行榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%2253%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2225%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'季度排行榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%2249%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2225%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'半年排行榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%2257%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2225%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'新晋作者榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%2245%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2225%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'长生殿排行榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%2261%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2225%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'勤奋指数榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%22600008%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2220%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'完结金榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%22100007%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2220%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'总分榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%22700023%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2220%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'霸王票总榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%22800003%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2220%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'读者栽培榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%22600003%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2220%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'驻站作者榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%2265%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2225%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'字数榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%2280000328%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2220%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'• 衍生 •','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channel=ys&version=9','style':{layout_flexGrow:1,layout_flexBasisPercent:1}},\n{'title':'VIP金榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%222900004%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2225%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'VIP强推','url':'https://app.jjwxc.org/bookstore/viprecommend?channel=ys','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'月度排行榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%2254%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2225%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'季度排行榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%2250%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2225%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'半年排行榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%2258%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2225%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'新晋作者榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%2246%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2225%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'长生殿排行榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%2262%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2225%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'勤奋指数榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%22600009%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2220%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'完结金榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%22100009%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2220%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'总分榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%22700024%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2220%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'霸王票总榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%22800004%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2220%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'读者栽培榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%22600004%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2220%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'驻站作者榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%2266%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2225%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'字数榜','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channelBody=%7B%2280000330%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2220%22%7D%7D','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'• 版权 •','url':'https://app.jjwxc.org/bookstore/getFullPageV1?channel=bq&version=9','style':{layout_flexGrow:1,layout_flexBasisPercent:1}}]",
    "header": "{\"User-Agent\":\"Dalvik/2.1.0\"}",
    "lastUpdateTime": 1702208611123,
    "loginUrl": "https://m.jjwxc.net",
    "respondTime": 5945,
    "ruleBookInfo": {
      "author": "authorName",
      "coverUrl": "novelCover",
      "intro": "<js>\ntry{\na=JSON.parse(java.ajax('http://app.jjwxc.org/androidapi/getnovelOtherInfo?versionCode=279&novelId='+java.getString('novelId')+'&type=novelbasicinfo'));\n$=a.novelLeave;\nleave=$.leaveDate?$.leaveDateBack+'\\n'+$.leaveContent+'\\n'+$.leaveDate+'\\n&lrm;\\n':'';\njava.put('leave',leave);\nresult\n}catch(err){\njava.log(err);\njava.put('leave','');}\n</js>\n&nbsp;{{java.get('leave')}}文章类型：{{$.novelClass}}\n全文字数：{{$.novelSize}}\n非V点击：{{$.novip_clicks}}\n文章积分：{{$.novelScore}}\n签约状态：{{java.getString('isSign')==1?'已签约':'未签约'}}\n&lrm;\n⭐&nbsp;{{$.novelbefavoritedcount}}丨👍&nbsp;No.{{$.ranking##\\D}}丨🍼&nbsp;{{$.nutrition_novel}}\n&lrm;\n{{$.novelIntro##立意\\:##立意：}}\n&lrm;\n标签：{{$.novelTags##,##&nbsp;}}\n{{$.protagonist&&costar&&other}}\n风格：{{$.novelStyle}}&nbsp;&nbsp;&nbsp;&nbsp;视角：{{$.mainview}}\n所属：{{$.series}}\n@js:\nresult=String(result).replace(/(标签|主角|配角|其它|风格|视角)：[\\s&nbsp;]+/g,'').replace(/⭐&nbsp;丨/g,'⭐&nbsp;0丨').replace(/No\\.丨/g,'暂无排名丨')",
      "kind": "{{java.getString('novelStep')==1?'连载':''}}{{java.getString('novelStep')==2?'完结':''}},{{$.novelReviewScore##暂无评分}},{{$.chapterdateNewest}}",
      "lastChapter": "maxChapterId",
      "name": "novelName",
      "tocUrl": "https://app.jjwxc.org/androidapi/chapterList?novelId={{$.novelId}}&more=0&whole=1",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "@js:\nintro=java.getString('chapterIntro||data.chapterintro');\nintro=intro!=''?'▍'+intro+'\\n':'';\ncontent=java.getString('content||message');\ncoin=java.getString('porint');\ncoin=coin!=''?'\\n'+coin+'币（请在晋江APP内购买）':'';\nsay=java.getString('sayBody');\nsay=say!=''?'\\n▍作话：\\n'+say:'';\nif(baseUrl.match(/token/)){\nvipc=/^DcAWGQtI44o=$/.test(content)?JSON.parse(src).message:java.createSymmetricCrypto('DES/CBC/PKCS5Padding', String('KK!%G3JdCHJxpAF3%Vg9pN'), String('1ae2c94b')).decryptStr(content)\nresult=intro+vipc+coin+say\n}else{result=intro+content+say}\nif(!baseUrl.match(/undefined/)){\nnid=baseUrl.match(/novelId=(\\d+)/)[1];\ncid=baseUrl.match(/chapterId=(\\d+)/)[1];\nurl='https://static.jjwxc.net/comment_json.php?novelid='+nid+'&chapterid='+cid;\nlist=JSON.parse(java.ajax(url)).body;\ncomment='';\nlim=book.getVariable(\"custom\");\nlim=lim!=''?lim:5;\nlen=list.length>lim?lim:list.length;\nfor(i=0;i<len;i++){\ncomment+='•&nbsp;'+list[i].ip_pos+'－'+list[i].commentauthor+'\\n'+list[i].commentbody+'\\n'\n}\ncomment='\\n▍章评：\\n'+comment;\nresult=result+comment\n}",
      "imageStyle": "TEXT",
      "replaceRegex": "##(?<=▍)\\s+|undefined－|•.*\\n.*(用户所发评论将在审核通过后显示！|未实名用户评论暂时仅在对应作者后台及发评用户后台可见).*|▍章评：$"
    },
    "ruleExplore": {
      "author": "authorName",
      "bookList": ".[?(@.message)]&&.[?(@.novelName)]",
      "bookUrl": "https://app.jjwxc.org/androidapi/novelbasicinfo?novelId={{$.novelId}}",
      "coverUrl": "cover||novelCover\n@js:\nresult!=''?result:'https://img.alicdn.com/imgextra/i1/3373497952/O1CN01gOtaXJ28c4IWYuB3k_!!3373497952.gif'",
      "intro": "{{$.novelClass}}\n{{$.novelIntroShort||novelintroshort}}\n🏷️&nbsp;{{$.tags}}##^🏷️|🏷️&nbsp;$",
      "kind": "{{$.novelSizeformat||novelSize}}字,{{java.getString('novelStep')==1?'连载':''}}{{java.getString('novelStep')==2?'完结':''}},{{$.className}}##^字",
      "lastChapter": "",
      "name": "{{$.message##^\\d+\\:}}{{$.novelName}}",
      "wordCount": "{{$.freeDate}} 限免##^限免"
    },
    "ruleSearch": {
      "author": "authorname",
      "bookList": "items",
      "bookUrl": "https://app.jjwxc.org/androidapi/novelbasicinfo?novelId={{$.novelid}}",
      "coverUrl": "cover\n@js:\nresult!=''?result:'https://img.alicdn.com/imgextra/i1/3373497952/O1CN01gOtaXJ28c4IWYuB3k_!!3373497952.gif'",
      "intro": "novelClass&&novelintroshort&&🏷️ {$.tags}",
      "kind": "{{$.novelSizeformat}}字,{{java.getString('novelstep')==1?'连载':''}}{{java.getString('novelstep')==2?'完结':''}},{{$.novelreviewexplain}}",
      "name": "novelname",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "chapterlist||.[?(@.message)]",
      "chapterName": "@js:\n$=result;\ntitle=$.chaptername;\ntitle=String(title).replace(/^\\s+/,'');\nsms=$.message;\nlock=$.islock!='0';\nl=lock?'🔒&nbsp;':'';\ntype=$.chaptertype=='1';\nnum=!type?$.chapterid+'丨':'';\nresult=l+num+title+sms;\nresult=String(result).replace(/^🔒&nbsp;undefined丨undefined\\d+\\:/,'')",
      "chapterUrl": "@js:\n$=result;\nnovelid=$.novelid;\nchapterid=$.chapterid;\nvip=$.isvip=='1';\ntype=$.chaptertype=='1';\nif(!type){\n\tif(!vip){\nresult='https://app.jjwxc.org/androidapi/chapterContent?novelId='+novelid+'&chapterId='+chapterid\n}else{result='https://app.jjwxc.org/androidapi/chapterContent?novelId='+novelid+'&versionCode=191&token='+cookie.getKey('https://m.jjwxc.net','sid')+'&chapterId='+chapterid}\n}else{result=''}",
      "updateTime": "{{$.pointMeassge##晋江}} {{$.chapterdate}} {{$.chaptersize}}字 {{$.chapterintro##\\s}}##0币\\s|0000\\-00\\-00 00\\:00\\:00 0字|\\s\\s字"
    },
    "searchUrl": "@js:\nurl='https://app.jjwxc.org/androidapi/search?versionCode=282&keyword=';\nif(/^#.*#$/.test(key)){\n\tresult=url+String(key).replace(/^#(.*)#$/,'$1')+'&type=2&page={{page}}'\n\t}else if(/^主角#.*#$/.test(key)){\n\t\tresult=url+String(key).replace(/^主角#(.*)#$/,'$1')+'&type=4&page={{page}}'\n\t\t}else if(/^配角#.*#$/.test(key)){\n\t\t\tresult=url+String(key).replace(/^配角#(.*)#$/,'$1')+'&type=5&page={{page}}'\n\t\t\t}else if(/^其他#.*#$/.test(key)){\n\t\t\t\tresult=url+String(key).replace(/^其他#(.*)#$/,'$1')+'&type=6&page={{page}}'\n\t\t\t\t}else if(/^ID#.*#$/.test(key)){\n\t\t\t\t\tresult=url+String(key).replace(/^ID#(.*)#$/,'$1')+'&type=7&page={{page}}'\n\t\t\t\t\t}else{result=url+'&keyword={{key}}&page={{page}}'}",
    "weight": 0
  },
  {
    "bookSourceComment": "web版搜索，可搜索文章名、作者名、主角配角名和其它关键字里包含多个搜索词的文章，搜索词用，隔开\n该源正文不拼接评论，除了与晋江的发现不一样，其他的都一样\nby 酷安 @viviyaaa    分享注明出处",
    "bookSourceGroup": "女频",
    "bookSourceName": "晋江☻",
    "bookSourceType": 0,
    "bookSourceUrl": "晋江言情标签",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1070,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{'title':'言情排行榜','url':'','style':{layout_flexGrow:1,layout_flexBasisPercent:1}},\n{'title':'作品积分','url':'http://www.jjwxc.net/topten.php?orderstr=7&t=0','style':{layout_flexGrow:1}},\n{'title':'长生殿','url':'http://www.jjwxc.net/topten.php?orderstr=9&t=0','style':{layout_flexGrow:1}},\n{'title':'驻站作者','url':'http://www.jjwxc.net/topten.php?orderstr=19&t=0','style':{layout_flexGrow:1}},\n{'title':'完结高分','url':'http://www.jjwxc.net/topten.php?orderstr=20&t=0','style':{layout_flexGrow:1}},\n{'title':'半年榜','url':'http://www.jjwxc.net/topten.php?orderstr=6&t=0','style':{layout_flexGrow:1}},\n{'title':'栽培月榜','url':'http://www.jjwxc.net/topten.php?orderstr=18&t=0','style':{layout_flexGrow:1}},\n{'title':'完结金榜','url':'http://www.jjwxc.net/topten.php?orderstr=7&t=0','style':{layout_flexGrow:1}},\n{'title':'季度榜','url':'http://www.jjwxc.net/topten.php?orderstr=4&t=0','style':{layout_flexGrow:1}},\n{'title':'勤奋指数','url':'http://www.jjwxc.net/topten.php?orderstr=15&t=0','style':{layout_flexGrow:1}},\n{'title':'霸王票榜','url':'http://www.jjwxc.net/topten.php?orderstr=13&t=0','style':{layout_flexGrow:1}},\n{'title':'月度榜','url':'http://www.jjwxc.net/topten.php?orderstr=5&t=0','style':{layout_flexGrow:1}},\n{'title':'新晋作者','url':'http://www.jjwxc.net/topten.php?orderstr=3&t=0','style':{layout_flexGrow:1}},\n\n{'title':'分类排行','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&null=0&searchkeywords=&page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:1}},\n{'title':'　近代现代　','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd1=1&lx0=0&fg0=0&collectiontypes=ors&null=0&searchkeywords=&page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.3}},\n{'title':'　古色古香　','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd2=2&lx0=0&fg0=0&collectiontypes=ors&null=0&searchkeywords=&page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.3}},\n{'title':'　架空历史　','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd3=4&lx0=0&fg0=0&collectiontypes=ors&null=0&searchkeywords=&page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.3}},\n{'title':'　幻想未来　','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd4=5&lx0=0&fg0=0&collectiontypes=ors&null=0&searchkeywords=&page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.3}},\n\n{'title':'言情标签','url':'','style':{layout_flexGrow:1,layout_flexBasisPercent:1}},\n{'title':'快穿','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq125=125&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'穿书','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq134=134&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'甜文','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq124=124&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'重生','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq75=75&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'爽文','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq137=137&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'系统','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq122=122&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'强强','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq19=19&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'星际','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq135=135&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'生子','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq20=20&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'校园','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq185=185&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'末世','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq81=81&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'女配','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq96=96&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'美食','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq99=99&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'异能','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq72=72&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'玄学','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq206=206&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'打脸','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq138=138&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'直播','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq142=142&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'年下','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq21=21&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'武侠','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq11=11&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'逆袭','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq184=184&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'西幻','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq143=143&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'宫斗','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq74=74&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'婚恋','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq78=78&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'竞技','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq70=70&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'科举','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq174=174&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'萌宠','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq205=205&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'恐怖','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq29=29&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'机甲','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq97=97&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'科幻','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq28=28&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'婆媳','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq80=80&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'奇谭','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq197=197&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'爱情','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx1=1&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'武侠','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx2=2&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'奇幻','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx3=3&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'仙侠','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx4=4&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'游戏','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx5=5&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'传奇','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx6=6&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'科幻','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx7=7&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'惊悚','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx9=9&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'悬疑','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx10=10&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'剧情','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx16=16&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'商战','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq123=123&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'传奇','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq89=89&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'网配','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq84=84&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'职场','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq98=98&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'经商','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq180=180&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'成长','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq183=183&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'宅斗','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq73=73&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'网红','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq141=141&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'科幻','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq28=28&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'洪荒','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq67=67&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'血族','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq69=69&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n\n{'title':'娱乐圈','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq64=64&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'种田文','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq66=66&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'年代文','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq173=173&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'无限流','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq83=83&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'古穿今','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq65=65&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'升级流','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq139=139&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'大冒险','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq198=198&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'轻小说','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx12=17&fg0=0&collectiontypes=ors&bq0=0&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'姐弟恋','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq186=186&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'穿越时空','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq60=60&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'仙侠修真','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq68=68&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'豪门世家','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq33=33&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'随身空间','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq56=56&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'情有独钟','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq39=39&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'灵异神怪','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq26=26&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'破镜重圆','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq47=47&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'虐恋情深','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq42=42&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'青梅竹马','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq62=62&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'宫廷侯爵','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq32=32&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'异世大陆','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq57=57&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'悬疑推理','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq128=128&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'天作之合','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq52=52&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'天之骄子','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq54=54&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'游戏网游','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq92=92&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'都市情缘','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq30=30&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'性别转换','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq24=24&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'现代架空','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq126=126&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'未来架空','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq127=127&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'欢喜冤家','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq41=41&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'前世今生','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq49=49&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'幻想空间','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq25=25&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'复仇虐渣','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq145=145&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'东方玄幻','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq144=144&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'朝堂之上','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq178=178&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'奇幻魔幻','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq27=27&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'励志人生','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq121=121&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'民国旧影','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq61=61&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'布衣生活','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq38=38&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'业界精英','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq101=101&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'女扮男装','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq136=136&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'市井生活','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq175=175&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'古代幻想','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq189=189&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'平步青云','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq55=55&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'相爱相杀','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq103=103&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'因缘邂逅','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq45=45&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'灵魂转换','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq23=23&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'魔法幻情','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq191=191&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'江湖恩怨','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq35=35&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'花季雨季','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq31=31&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'制服情缘','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq85=85&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'都市异闻','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq181=181&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'古典名著','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq130=130&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'近水楼台','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq46=46&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'亡灵异族','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq192=192&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'乔装改扮','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq51=51&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'小门小户','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq177=177&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'时代奇缘','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq22=22&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'史诗奇幻','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq199=199&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'阴差阳错','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq53=53&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'恋爱合约','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq48=48&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'异闻传说','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq196=196&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'三教九流','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq36=36&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'骑士与剑','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq63=63&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'七年之痒','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq79=79&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'异想天开','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq190=190&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'乡村爱情','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq58=58&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'爱情战争','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq50=50&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'时尚流行','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq182=182&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}},\n{'title':'时代新风','url':'http://www.jjwxc.net/bookbase.php?fw0=0&fbsj=0&ycx0=0&xx1=1&mainview0=0&sd0=0&lx0=0&fg0=0&collectiontypes=ors&bq210=210&searchkeywords=&page={{page}}','style':{layout_flexGrow:1}}]",
    "lastUpdateTime": 1742798291822,
    "loginUrl": "",
    "respondTime": 6736,
    "ruleBookInfo": {
      "author": "$.authorName",
      "canReName": "1",
      "coverUrl": "$.novelCover",
      "intro": "@js:if(/完结/.test(book.kind))book.canUpdate=false;\na=JSON.parse(java.ajax('http://app.jjwxc.org/androidapi/getnovelOtherInfo?novelId='+java.get('id')+'&type=novelbasicinfo&versionCode=148'));\nb=a.novelLeave;\nc=JSON.parse(result);\nz=s=>s.length>3?s:'';\n['',b.leaveDateBack,b.leaveContent,b.leaveDate,' '+c.novelIntroShort,'​','标签：'+c.novelTags,z(c.protagonist),z(c.costar),z(c.other),'风格：'+c.novelStyle+'　　视角：'+c.mainview,'收藏：'+a.novelbefavoritedcount+'　评论：'+c.comment_count+'　评分：'+c.novelReviewScore,'┄┄',c.novelIntro].join('\\n').replace('立意:','┄┄\\n立意：').replace('评分：\\n','\\n').replace(' \\n','')",
      "kind": "{{$.novelClass}},{{java.get('ns')==1?'连载':'完结'}}",
      "lastChapter": "<js>\n\ntry{last=JSON.parse(java.ajax('http://android.jjwxc.net/androidapi/chapterList?novelId='+baseUrl.match(/(\\d+)/)[1])).chapterlist;\n$=last[last.length-1];\nvip=$.isvip?'':'';\nchapterid=$.chapterid;\nchaptername=$.chaptername;\ndate=$.chapterdate;\nvip+chapterid+'、'+chaptername+' '+date}\ncatch(err){\njava.log(err)\nresult=\"请刷新\"\n}\n</js>",
      "name": "$.novelName@put:{id:$.novelId,ns:$.novelStep,nw:'$.novelSize##\\\\D'}",
      "tocUrl": "http://app-cdn.jjwxc.net/androidapi/chapterList?novelId={{baseUrl.match(/novelId=(\\d+)/)[1]}}&more=0&whole=1",
      "wordCount": "{{java.get('nw')}}"
    },
    "ruleContent": {
      "content": "<js>\nvar javaImport = new JavaImporter();\njavaImport.importPackage(\n     Packages.java.lang,\n    Packages.javax.crypto.spec,\n    Packages.javax.crypto,\n    Packages.java.util \n);\nwith(javaImport){\n    let IV_PARAMETER = String(\"1ae2c94b\");\n    let ALGORITHM = \"DES\"; \n    let CIPHER_ALGORITHM = \"DES/CBC/PKCS5Padding\";\n    let CHARSET = \"utf-8\";\n    let password=String(\"KK!%G3JdCHJxpAF3%Vg9pN\");\n\n\nfunction decode(data){\nlet dks = new DESKeySpec(String(password).getBytes());\nlet keyFactory = SecretKeyFactory.getInstance(\"DES\");\nlet secretKey = keyFactory.generateSecret(dks);\nlet cipher = Cipher.getInstance(CIPHER_ALGORITHM);\nlet iv = new IvParameterSpec(IV_PARAMETER.getBytes(CHARSET));\ncipher.init(Cipher.DECRYPT_MODE, secretKey, iv);\nreturn new String(cipher.doFinal(Base64.getDecoder().decode(String(data).getBytes(CHARSET))), CHARSET);\n\n}\n}\n//DES解密结束\n\ncontent=java.getElement(\"$.content\");\nsaybody=java.getString(\"$.sayBody\");\nsay=saybody!=\"\"?\"\\n作者有话要说：\\n\"+saybody:\"\";\nif(baseUrl.match(/token/)){\nresult=String(decode(content)+say);\n}else{result=content+say}\n</js>",
      "imageStyle": "TEXT",
      "replaceRegex": "##【普通用户、初级.*用户所发评论将在审核通过后显示！】|【为营造更好的评论环境，近期网站要求发评须进行实名认证，未实名用户评论暂时仅在对应作者后台及发评用户后台可见.*\n|(感谢灌溉)[\\w\\W]+(.).*感谢(灌|投|支持).*|感谢(在|为).*小天使.*|.*(扔|投|砸|灌)了.*时间.*|.*\\\\d瓶.*|.*(扔|投|砸|灌|谢).*(手榴弹|营养液|地雷|浅水炸弹|深水炸弹|深水鱼雷|火箭炮|投雷|霸王票).*|非常感谢.*努力的.*"
    },
    "ruleExplore": {
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "a[href~=author]@text",
      "bookList": ".cytable tr,tr[bgcolor~=eefaee]||ul li:has(a[href~=book2])\n<js>\nconst _0xa39a=[\"amluZ2JhaQ==\",\"aHR0cHM6Ly9xeXl1YXBpLmNvbS8=\",\"aHR0cHM6Ly9nY29yZS5qc2RlbGl2ci5uZXQvZ2gveGlhb2hhbjIzMS9kZWNvZGVPYmZ1c2NhdG9yQG1haW4v\",\"aHR0cHM6Ly9mYXN0bHkuanNkZWxpdnIubmV0L2doL3hpYW9oYW4yMzEvZGVjb2RlT2JmdXNjYXRvckBtYWluLw==\",\"aHR0cHM6Ly9jZG4uanNkZWxpdnIubmV0L2doL3hpYW9oYW4yMzEvZGVjb2RlT2JmdXNjYXRvckBtYWluLw==\",\"aHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL3hpYW9oYW4yMzEvZGVjb2RlT2JmdXNjYXRvci9tYWluLw==\",\"aHR0cHM6Ly9yYXcuZ2l0bWlycm9yLmNvbS94aWFvaGFuMjMxL2RlY29kZU9iZnVzY2F0b3IvbWFpbi8=\",\"amluZ2JhaS5qc29u\",\"bWFw\",\"Z2V0\",\"bWQ1RW5jb2RlMTY=\",\"Y2FjaGVfYXBpX2ppbmdiYWk=\",\"Ym9keQ==\",\"aW5jbHVkZXM=\",\"5r+A5rS76K+35rGC6ZSZ6K+v\",\"cHV0\",\"bG9n\",\"Cua/gOa0u+ivt+axgumUmeivr++8jOiHquWKqOWwneivleWFtuS7lua/gOa0u+aOpeWPow==\",\"bGVuZ3Ro\",\"cGFyc2U=\",\"dGlwcw==\",\"Y2FjaGVfYXBpX2ppbmdiYWlfdHJ1ZQ==\",\"bm93\",\"bG9uZ1RvYXN0\",\"amF2YQ==\",\"bGFuZw==\",\"VGhyZWFk\",\"c2xlZXA=\"],_0x402a=function(_0xa39a84,_0x402a99){_0xa39a84=_0xa39a84-0x0;let _0x4230b4=_0xa39a[_0xa39a84];if(_0x402a.aNXmZm===void 0x0){(function(){let _0x1b3c40;try{const _0x2534e7=Function(\"return (function() {}.constructor(\\\"return this\\\")( ));\");_0x1b3c40=_0x2534e7()}catch(_0x8b999){_0x1b3c40=window}const _0x2feca1=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\";_0x1b3c40.atob||(_0x1b3c40.atob=function(_0x5cd655){const _0x3cfea0=String(_0x5cd655).replace(new RegExp(\"=+$\",\"\"),\"\");let _0x364f03=\"\";for(let _0x195d18=0x0,_0x1b84c5,_0x48727c,_0x10019c=0x0;_0x48727c=_0x3cfea0.charAt(_0x10019c++);~_0x48727c&&(_0x1b84c5=_0x195d18%0x4?_0x1b84c5*0x40+_0x48727c:_0x48727c,_0x195d18++%0x4)?_0x364f03+=String.fromCharCode(0xff&_0x1b84c5>>(-0x2*_0x195d18&0x6)):0x0)_0x48727c=_0x2feca1.indexOf(_0x48727c);return _0x364f03})})();_0x402a.Ngzgut=function(_0x4805d7){const _0x397870=atob(_0x4805d7);let _0x23b065=[];for(let _0x304c54=0x0,_0x3ad9ea=_0x397870.length;_0x304c54<_0x3ad9ea;_0x304c54++)_0x23b065+=\"%\"+(\"00\"+_0x397870.charCodeAt(_0x304c54).toString(0x10)).slice(-0x2);return decodeURIComponent(_0x23b065)};_0x402a.doLsPS={};_0x402a.aNXmZm=!0x0}const _0x4366de=_0x402a.doLsPS[_0xa39a84];_0x4366de===void 0x0?(_0x4230b4=_0x402a.Ngzgut(_0x4230b4),_0x402a.doLsPS[_0xa39a84]=_0x4230b4):_0x4230b4=_0x4366de;return _0x4230b4};function user_Check(){Account=_0x402a(\"0x0\");urls=[_0x402a(\"0x1\"),_0x402a(\"0x2\"),_0x402a(\"0x3\"),_0x402a(\"0x4\"),_0x402a(\"0x5\"),_0x402a(\"0x6\")];filepath=_0x402a(\"0x7\");Urls=urls[_0x402a(\"0x8\")](function(_0x1bd888){return _0x1bd888+filepath});apiBaseUrl=String(cache[_0x402a(\"0x9\")](java[_0x402a(\"0xa\")](_0x402a(\"0xb\")))||Urls[0x0]);let _0x17d184=\"\";try{_0x17d184=java[_0x402a(\"0x9\")](apiBaseUrl,{})[_0x402a(\"0xc\")]();if(!String(_0x17d184)[_0x402a(\"0xd\")](_0x402a(\"0x0\"))){throw new Error(_0x402a(\"0xe\"))}cache[_0x402a(\"0xf\")](java[_0x402a(\"0xa\")](_0x402a(\"0xb\")),apiBaseUrl,0x15180)}catch{java[_0x402a(\"0x10\")](apiBaseUrl+_0x402a(\"0x11\"))}if(!apiBaseUrl||!String(_0x17d184)[_0x402a(\"0xd\")](_0x402a(\"0x0\"))){for(i=0x0;i<Urls[_0x402a(\"0x12\")];i++){if(String(Urls[i])[_0x402a(\"0xd\")](apiBaseUrl)){continue}try{_0x17d184=java[_0x402a(\"0x9\")](Urls[i],{})[_0x402a(\"0xc\")]();if(String(_0x17d184)[_0x402a(\"0xd\")](_0x402a(\"0x0\"))){apiBaseUrl=Urls[i];break}}catch{continue}}cache[_0x402a(\"0xf\")](java[_0x402a(\"0xa\")](_0x402a(\"0xb\")),apiBaseUrl,0x15180)}User=JSON[_0x402a(\"0x13\")](_0x17d184)[Account];Tips=JSON[_0x402a(\"0x13\")](_0x17d184)[_0x402a(\"0x14\")];return User==!0x0||cache[_0x402a(\"0x9\")](java[_0x402a(\"0xa\")](_0x402a(\"0x15\")))?{User:User}:(cache[_0x402a(\"0xf\")](java[_0x402a(\"0xa\")](_0x402a(\"0x15\")),0x1,0x15180),Code(Tips[0x0]),{User:User})}var User=\"\";user_Check();User!==!0x0?res=result:res=result;function Code(_0xfc028){java[_0x402a(\"0x10\")](_0xfc028);let _0x56c54a=Date[_0x402a(\"0x16\")]();while(Date[_0x402a(\"0x16\")]()-_0x56c54a<0x3a98){java[_0x402a(\"0x17\")](_0xfc028);Packages[_0x402a(\"0x18\")][_0x402a(\"0x19\")][_0x402a(\"0x1a\")][_0x402a(\"0x1b\")](0x7d0)}}res;\n</js>",
      "bookUrl": "##(?:/book2/|novelid=)(\\d+)##http://app-cdn.jjwxc.net/androidapi/novelbasicinfo?novelId=$1###",
      "coverUrl": "",
      "intro": "a@rel||a@title##^简介：|<br>|\\n.+",
      "kind": "td:has(a)~td:lt(7)!0:2:4:5:6@text||span,font@text##\\[删\\]",
      "name": "a[href~=book2]@text||tag.a.1@text",
      "wordCount": "##\"right\">([^<&]*)##$1###"
    },
    "ruleToc": {
      "chapterList": "$.chapterlist",
      "chapterName": "<js>\n$=result;\ntitle=$.chaptername;\ntitle=String(title).replace(/^\\s+/,'');\nintro=$.chapterintro;\njava.put(\"intro\",intro);\nvip=$.isvip!='0';\nlock=$.islock!='0';\ntype=$.chaptertype=='1';\nnum=!type?'第{{$.chapterid}}章 ':'';\nif(title.match(/[一二三四五六七八九十百千万\\d]+\\s*章|^\\d+[、\\.\\s]|chapter\\s*\\d+/i)){\nnum=''\n}else{num=num}\nl=lock?'[锁]':'';\nresult=num+title+l;\n\n//不显示卷名\nresult=!type?result:'';\n</js>",
      "chapterUrl": "@js:\n$=result;\ncookie=java.getCookie(\"http://m.jjwxc.net\",\"sid\");\nchapterid=$.chapterid;\ncookie=java.get('cookie');\nvip=$.isvip!='0';\ntype=$.chaptertype=='1';\nif(!vip){\nif(!type){\nresult='https://app-cdn.jjwxc.net/androidapi/chapterContent?novelId='+baseUrl.match(/novelId=(\\d+)/)[1]+'&chapterId='+chapterid\n}else{\nchaptername=$.chaptername;\nresult='http://www.baidu.com?wd='+result+book.name+'/'+chaptername}\n}else{result=\"http://app.jjwxc.org/androidapi/chapterContent?novelId=\"+baseUrl.match(/novelId=(\\d+)/)[1]+'&versionCode=191&token='+cookie+'&chapterId='+chapterid}",
      "isVip": "",
      "updateTime": "{{$.isvip}}🍴{{$.chapterdate}}   {{$.chaptersize}}字   {{$.chapterintro##^\\s*}}##^🍴|^0字  |0000-00-00.*@js:result.replace(/2🍴/g,'').replace(/0🍴/g,'　').replace(/$/g,'').replace(/(\\s\\d+:\\d+):\\d+/g,'$1')"
    },
    "searchUrl": "http://www.jjwxc.net/bookbase.php?searchkeywords={{key}}&page={{page}},{\n  \"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "半废了。但还可用。\n大概最新的十章+不能看。\nby.Thomas哟\n小说交流群462030508。\nA群637775313不加人。若家炸了查看此群群资料找新家。\n✱✱资源取自网络，仅供学习参考，请同学们在24小时内删除✱✱\n🆙💯Dragon Quest QB\n{{book.origin}}/wenxue/buy/ad-chapter/v4?apn=1&resourceId={{baseUrl.match(/bookId=(\\d+)/)[1]}}&serialId={{$.serialID}}\n",
    "bookSourceGroup": "正版",
    "bookSourceName": "●QB女生<kd♛",
    "bookSourceType": 0,
    "bookSourceUrl": "DragonQuestQBkd1",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1071,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"✲　　　　　　✲ 现代言情 ✲　　　　　　✲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1524&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"婚恋情缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1524&start={{page}}&count=20&sub=婚恋情缘\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"豪门世家\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1524&start={{page}}&count=20&sub=豪门世家\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市生活\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1524&start={{page}}&count=20&sub=都市生活\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐明星\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1524&start={{page}}&count=20&sub=娱乐明星\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市异能\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1524&start={{page}}&count=20&sub=都市异能\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"商战职场\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1524&start={{page}}&count=20&sub=商战职场\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"民国情缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1524&start={{page}}&count=20&sub=民国情缘\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"官场沉浮\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1524&start={{page}}&count=20&sub=官场沉浮\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✲　　　　　　✲ 古代言情 ✲　　　　　　✲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1523&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古典架空\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1523&start={{page}}&count=20&sub=古典架空\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越奇情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1523&start={{page}}&count=20&sub=穿越奇情\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古代情缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1523&start={{page}}&count=20&sub=古代情缘\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫闱宅斗\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1523&start={{page}}&count=20&sub=宫闱宅斗\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"经商种田\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1523&start={{page}}&count=20&sub=经商种田\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女尊王朝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1523&start={{page}}&count=20&sub=女尊王朝\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"热血江湖\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1523&start={{page}}&count=20&sub=热血江湖\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"上古蛮荒\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1523&start={{page}}&count=20&sub=上古蛮荒\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✲　　　　　　✲ 悬疑侦探 ✲　　　　　　✲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1518&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"推理侦探\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1518&start={{page}}&count=20&sub=推理侦探\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"悬疑探险\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1518&start={{page}}&count=20&sub=悬疑探险\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神秘文化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1518&start={{page}}&count=20&sub=神秘文化\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"恐怖惊悚\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1518&start={{page}}&count=20&sub=恐怖惊悚\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幽冥情缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1518&start={{page}}&count=20&sub=幽冥情缘\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✲　　　　　　✲ 仙侠奇缘 ✲　　　　　　✲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1517&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古典仙侠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1517&start={{page}}&count=20&sub=古典仙侠\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙侣奇缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1517&start={{page}}&count=20&sub=仙侣奇缘\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武侠情缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1517&start={{page}}&count=20&sub=武侠情缘\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代修真\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1517&start={{page}}&count=20&sub=现代修真\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"远古洪荒\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1517&start={{page}}&count=20&sub=远古洪荒\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✲　　　　　　✲ 玄幻言情 ✲　　　　　　✲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1516&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"东方玄幻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1516&start={{page}}&count=20&sub=东方玄幻\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异世大陆\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1516&start={{page}}&count=20&sub=异世大陆\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"魔法幻情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1516&start={{page}}&count=20&sub=魔法幻情\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异能超术\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1516&start={{page}}&count=20&sub=异能超术\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异族恋情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1516&start={{page}}&count=20&sub=异族恋情\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西方奇幻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1516&start={{page}}&count=20&sub=西方奇幻\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"远古神话\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1516&start={{page}}&count=20&sub=远古神话\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✲　　　　　　✲ 浪漫青春 ✲　　　　　　✲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1522&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青春校园\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1522&start={{page}}&count=20&sub=青春校园\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青春纯爱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1522&start={{page}}&count=20&sub=青春纯爱\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青春疼痛\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1522&start={{page}}&count=20&sub=青春疼痛\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"叛逆成长\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1522&start={{page}}&count=20&sub=叛逆成长\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✲　　　　　　✲ 科幻空间 ✲　　　　　　✲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1519&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时空穿梭\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1519&start={{page}}&count=20&sub=时空穿梭\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"末世危机\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1519&start={{page}}&count=20&sub=末世危机\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"未来世界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1519&start={{page}}&count=20&sub=未来世界\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"星际恋歌\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1519&start={{page}}&count=20&sub=星际恋歌\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"超级科技\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1519&start={{page}}&count=20&sub=超级科技\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"进化变异\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1519&start={{page}}&count=20&sub=进化变异\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古武机甲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1519&start={{page}}&count=20&sub=古武机甲\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✲　　　　　　✲ 游戏竞技 ✲　　　　　　✲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1520&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"网游情缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1520&start={{page}}&count=20&sub=网游情缘\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"电子竞技\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1520&start={{page}}&count=20&sub=电子竞技\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"游戏异界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1520&start={{page}}&count=20&sub=游戏异界\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"体育竞技\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1520&start={{page}}&count=20&sub=体育竞技\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✲　　　　　　✲ 纯爱 ✲　　　　　　✲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1707&start={{page}}&count=20&sub=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"婚恋情缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1707&start={{page}}&count=20&sub=婚恋情缘\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时空穿梭\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1707&start={{page}}&count=20&sub=时空穿梭\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越奇情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1707&start={{page}}&count=20&sub=穿越奇情\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古典架空\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1707&start={{page}}&count=20&sub=古典架空\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古代情缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1707&start={{page}}&count=20&sub=古代情缘\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市生活\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?groupid=1707&start={{page}}&count=20&sub=都市生活\",\"style\":{\"layout_flexGrow\":1}}]",
    "header": "{\n\t\"user-agent\":\"Mozilla/5.0 (Linux; Android 10; MI 8 Build/QKQ1.190828.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/83.0.4103.101 Mobile Safari/537.36\",\n\t\"Referer\":\"https://bookshelf.html5.qq.com/qbread\"\n\t}",
    "lastUpdateTime": 1731056621463,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 6714,
    "ruleBookInfo": {
      "author": "$.author",
      "canReName": "",
      "coverUrl": "$.picurl",
      "init": "$.data.bookInfo",
      "intro": "<p>{{(t=String(java.getString('$.tag'))).length?'🏷️ '+t.replace(/\\|/g,', '):''}}</p>{{'\\n&lrm;'}}\n<p>{{$.summary}}</p>",
      "kind": "{{$.userscore}}分\n{{$.subject}}\n{{java.getString('$.isfinish')=='true'?'已完结':'连载中'}}\n{{java.put('time',String(java.timeFormat(java.getString('$.lastUpdatetime')*1000)).replace(/\\//g,'-').replace(/\\s.*/,''))}}",
      "lastChapter": "{{$.lastSerialname}} • {{java.get('time')}}",
      "name": "$.resourceName",
      "tocUrl": "https://bookshelf.html5.qq.com/qbread/api/book/all-chapter?bookId={{$.resourceID}}",
      "wordCount": "$.contentsize"
    },
    "ruleContent": {
      "content": "<p>{{$.data.Content[0].Content}}</p>",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.rows[*]",
      "bookUrl": "https://bookshelf.html5.qq.com/qbread/api/novel/intro-info?bookid={{$.resourceID}}",
      "coverUrl": "$.picurl",
      "intro": "$.summary",
      "kind": "{{$.userscore}}分\n{{$.subject}}\n{{java.getString('$.isfinish')=='true'?'已完结':'连载中'}}\n{{String(java.timeFormat(java.getString('$.lastUpdatetime')*1000)).replace(/\\//g,'-').replace(/\\s.*/,'')}}",
      "lastChapter": "$.lastSerialname",
      "name": "$.resourceName##（.*",
      "wordCount": "$.contentsize"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data.state[?(@.dataName == 'novel_search_list')].items[*]",
      "bookUrl": "https://bookshelf.html5.qq.com/qbread/api/novel/intro-info?bookid={{$.docId##.*_}}",
      "checkKeyWord": "大王饶命",
      "coverUrl": "$.cover_url",
      "intro": "$.abstract",
      "kind": "{{$.tag_views##\\s+##,}}\n{{java.getString('$.is_finished')==1?'已完结':'连载中'}}",
      "lastChapter": "",
      "name": "$.title",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "$.rows",
      "chapterName": "$.serialName",
      "chapterUrl": "https://novel.html5.qq.com/be-api/content/ads-read,{\n\t\"method\": \"POST\",\n\t\"body\": {\n\t\t\"Scene\": \"chapter\",\n\t\t\"ContentAnchorBatch\": [{\n\t\t\t\t\"BookID\": \"{{baseUrl.match(/bookId=(\\d+)/)[1]}}\",\n\t\t\t\t\"ChapterSeqNo\": [{{$.serialID}}]\n\t\t\t}]\n\t},\n\t\"headers\": {\n\t\t\"Q-GUID\": \"4aa27c7cf2d9aca3359656ea186488cb\"\n\t}\n}",
      "isPay": "$.isFree",
      "isVip": "//删掉这行字，vip章节会显示🔓\n$.isFree",
      "isVolume": "",
      "nextTocUrl": "",
      "preUpdateJs": "",
      "updateTime": ""
    },
    "searchUrl": "https://so.html5.qq.com/ajax/real/search_result?tabId=360&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "轻小说",
    "bookSourceName": "安之原创",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.azycjd.com",
    "customButton": false,
    "customOrder": 1072,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"月票榜\",\"url\":\"/webnovelmis/mobile/mranklistright/monthnum/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"点击榜\",\"url\":\"/webnovelmis/mobile/mranklistright/clicknum/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"收藏榜\",\"url\":\"/webnovelmis/mobile/mranklistright/savenum/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"更新榜\",\"url\":\"/webnovelmis/mobile/mranklistright/updatetime/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"推荐榜\",\"url\":\"/webnovelmis/mobile/mranklistright/recommandnum/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"订阅榜\",\"url\":\"/webnovelmis/mobile/mranklistright/subscribenum/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"书友打赏\",\"url\":\"/webnovelmis/mobile/mranklistright/rewardnum/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"新书推荐\",\"url\":\"/webnovelmis/mobile/mranklistright/newrecommandnum/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"新书收藏\",\"url\":\"/webnovelmis/mobile/mranklistright/newsavenum/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"完结精品\",\"url\":\"/webnovelmis/mobile/mranklistright/allclicknum/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/webnovelmis/mobile/mstackslistright/9/0/0/0/0/0/0/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"/webnovelmis/mobile/mstackslistright/17/0/0/0/0/0/0/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市异能\",\"url\":\"/webnovelmis/mobile/mstackslistright/38/0/0/0/0/0/0/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"历史军事\",\"url\":\"/webnovelmis/mobile/mstackslistright/24/0/0/0/0/0/0/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"游戏竞技\",\"url\":\"/webnovelmis/mobile/mstackslistright/50/0/0/0/0/0/0/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻灵异\",\"url\":\"/webnovelmis/mobile/mstackslistright/58/0/0/0/0/0/0/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代言情\",\"url\":\"/webnovelmis/mobile/mstackslistright/71/0/0/0/0/0/0/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代言情\",\"url\":\"/webnovelmis/mobile/mstackslistright/79/0/0/0/0/0/0/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1766365195740,
    "loginUrl": "http://www.azycjd.com/webnovelmis/mobile/mlogin",
    "respondTime": 5584,
    "ruleBookInfo": {
      "intro": "class.top_main.0@p@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "lastChapter": "class.top_main.-1@a@text"
    },
    "ruleContent": {
      "content": ".novel@p@text",
      "imageStyle": "0"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "p.0@text##作者.",
      "bookList": ".list_main li",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "kind": "span.0@text",
      "name": "h3@text"
    },
    "ruleToc": {
      "chapterList": "class.top_main chapter@li",
      "chapterName": "p@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "/webnovelmis/mobile/msearchresult,{\n  \"method\": \"POST\",\n  \"body\": \"searchtxts={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "全本小说🎃#4",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.apap.net#🎃",
    "bookUrlPattern": "http://www.iqb8.cc/[\\d_]+/",
    "customButton": false,
    "customOrder": 1073,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/class/xuanhuan/{{page}}/\n修真::/class/xiuzhen/{{page}}/\n都市::/class/dushi/{{page}}/\n穿越::/class/chuanyue/{{page}}/\n网游::/class/wangyou/{{page}}/\n科幻::/class/kehuan/{{page}}/\n其他::/class/qita/{{page}}/\n全本::/quanben/class/{{page}}/",
    "header": "{\n\t\"x-requested-with\": \"XMLHttpRequest\",\n\t\"User-Agent\": \"Mozilla/5.0 (Linux; Android 10; SK) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 0,
    "respondTime": 7350,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\n\ta:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=lastest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": ".content@html",
      "nextContentUrl": "#next_url@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span@text",
      "bookList": ".category-div",
      "bookUrl": "a.1@href",
      "checkKeyWord": "剑来",
      "coverUrl": "img@data-original",
      "intro": ".intro@text",
      "kind": "0",
      "name": "h3@text"
    },
    "ruleToc": {
      "chapterList": ".info-chapters.1@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "@js:\nhp = java.ajax(source.key);\nsu = hp.match(/action=\"([^\"]+?)\"/)[1];\n\n`${su},{\n  \"body\": \"searchkey=${key}&Submit=\",\n  \"method\": \"POST\"\n}`",
    "weight": 0
  },
  {
    "bookSourceComment": "修复正文获取\nby天天的鸟蛋蛋",
    "bookSourceGroup": "笔趣阁,免费",
    "bookSourceName": "笔趣阁45",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap2.xinbiquge.org/",
    "customButton": false,
    "customOrder": 1074,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{ \"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1728398302538,
    "respondTime": 5688,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "class.name@text",
      "wordCount": "{{@@class.dd_box.1@span.1@text##字数：}}##w|W##万"
    },
    "ruleContent": {
      "content": "id.chaptercontent@html",
      "nextContentUrl": "text.下一@href||text.下一@href",
      "replaceRegex": "##.*\\(.*\\).*\\s|\\s.*新笔趣阁.*|.*本章未完.*\\s|.*继续阅读.*\\s|.*阅读完毕，更多请搜索.*\\s|\\s*新笔趣阁阅读网址：.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@span@text",
      "bookList": "class.hot_sale hot_saleEm",
      "bookUrl": "a@href",
      "name": "class.title@text"
    },
    "ruleToc": {
      "chapterList": "class.book_last.2@dl@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "https://wap2.xinbiquge.org/book/search.aspx?ie=utf-8&siteid=xinbiquge.org&s=000&key={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "多多书院",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.txtduo.net#🎃",
    "customButton": false,
    "customOrder": 1075,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻魔法::/sort/1/{{page}}.html\n武侠修真::/sort/2/{{page}}.html\n都市言情::/sort/3/{{page}}.html\n历史军事::/sort/4/{{page}}.html\n侦探推理::/sort/5/{{page}}.html\n网游动漫::/sort/6/{{page}}.html\n科幻小说::/sort/7/{{page}}.html\n恐怖灵异::/sort/8/{{page}}.html\n散文诗词::/sort/9/{{page}}.html\n其他类型::/sort/10/{{page}}.html\n",
    "lastUpdateTime": 1754708101315,
    "respondTime": 105008,
    "ruleBookInfo": {
      "coverUrl": "//div[@id='fming']//img/@src",
      "intro": "//div[@id='intro]/p/text()",
      "lastChapter": "//div[@id='info']/p[1]/a/text()"
    },
    "ruleContent": {
      "content": "//*[@id=\"content\"]/p/text()"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "//div[@class='info']//span/text() ##作者：",
      "bookList": "//div[@id='alistbox']",
      "bookUrl": "//h2/a/@href",
      "checkKeyWord": "闪婚",
      "coverUrl": "//img/@src",
      "intro": "//div[@class='intro']/text()",
      "name": "//h2/a/text()"
    },
    "ruleToc": {
      "chapterList": "//div[@id='list']/dl/dt[2]/following::dd",
      "chapterName": "//a/text()",
      "chapterUrl": "//a/@href"
    },
    "searchUrl": "https://www.txtduo.net/search.html?searchkey={{key}}",
    "weight": 60
  },
  {
    "bookSourceComment": "//2025，2月14号，静白，制作教程接来自：源论坛:ysqbbs.com",
    "bookSourceGroup": "正版",
    "bookSourceName": "移动阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.ndlib.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1076,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "",
    "lastUpdateTime": 1739518055873,
    "loginUrl": "\\\\目录列表规则处添加账号信息(稍有波动)",
    "respondTime": 1795,
    "ruleBookInfo": {
      "intro": "@js:'<br>'+java.get('intro')"
    },
    "ruleContent": {
      "content": "$.returnObject[0].content@js:\nresult?result:'无法获取内容？\\n1.编辑书源添加自己的账号信息，找到目录列表规则，按提示添加账号信息\\n2.如果添加了账号信息仍然无法获取内容，请尝试刷新或更新账号信息（方式二）\\n3.必要说明：如果使用方式一添加了账号信息，每次打开新的书籍详情页或刷新正文都会重新获取账号信息，因此之前获取的书籍正文的链接将会失效，因此建议全文下载或者按2操作\\n必要说明：在使用本源前，请考虑到使用本源可能造成的账号封禁等问题'",
      "imageStyle": "0"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.resourceInfo.author",
      "bookList": "$.returnObject.resAndMagResult",
      "bookUrl": "$.resourceInfo.resId@js:\n//md5加密开始\nvar rotateLeft = function(lValue, iShiftBits) {\n    return (lValue << iShiftBits) | (lValue >>> (32 - iShiftBits))\n}\nvar addUnsigned = function(lX, lY) {\n    var lX4, lY4, lX8, lY8, lResult;\n    lX8 = (lX & 0x80000000);\n    lY8 = (lY & 0x80000000);\n    lX4 = (lX & 0x40000000);\n    lY4 = (lY & 0x40000000);\n    lResult = (lX & 0x3FFFFFFF) + (lY & 0x3FFFFFFF);\n    if (lX4 & lY4) return (lResult ^ 0x80000000 ^ lX8 ^ lY8);\n    if (lX4 | lY4) {\n        if (lResult & 0x40000000) return (lResult ^ 0xC0000000 ^ lX8 ^ lY8);\n        else return (lResult ^ 0x40000000 ^ lX8 ^ lY8)\n    } else {\n        return (lResult ^ lX8 ^ lY8)\n    }\n}\nvar F = function(x, y, z) {\n    return (x & y) | ((~x) & z)\n}\nvar G = function(x, y, z) {\n    return (x & z) | (y & (~z))\n}\nvar H = function(x, y, z) {\n    return (x ^ y ^ z)\n}\nvar I = function(x, y, z) {\n    return (y ^ (x | (~z)))\n}\nvar FF = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(F(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar GG = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(G(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar HH = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(H(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar II = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(I(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar convertToWordArray = function(string) {\n    var lWordCount;\n    var lMessageLength = string.length;\n    var lNumberOfWordsTempOne = lMessageLength + 8;\n    var lNumberOfWordsTempTwo = (lNumberOfWordsTempOne - (lNumberOfWordsTempOne % 64)) / 64;\n    var lNumberOfWords = (lNumberOfWordsTempTwo + 1) * 16;\n    var lWordArray = Array(lNumberOfWords - 1);\n    var lBytePosition = 0;\n    var lByteCount = 0;\n    while (lByteCount < lMessageLength) {\n        lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n        lBytePosition = (lByteCount % 4) * 8;\n        lWordArray[lWordCount] = (lWordArray[lWordCount] | (string.charCodeAt(lByteCount) << lBytePosition));\n        lByteCount++\n    }\n    lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n    lBytePosition = (lByteCount % 4) * 8;\n    lWordArray[lWordCount] = lWordArray[lWordCount] | (0x80 << lBytePosition);\n    lWordArray[lNumberOfWords - 2] = lMessageLength << 3;\n    lWordArray[lNumberOfWords - 1] = lMessageLength >>> 29;\n    return lWordArray\n};\nvar wordToHex = function(lValue) {\n    var WordToHexValue = \"\",\n    WordToHexValueTemp = \"\",\n    lByte, lCount;\n    for (lCount = 0; lCount <= 3; lCount++) {\n        lByte = (lValue >>> (lCount * 8)) & 255;\n        WordToHexValueTemp = \"0\" + lByte.toString(16);\n        WordToHexValue = WordToHexValue + WordToHexValueTemp.substr(WordToHexValueTemp.length - 2, 2)\n    }\n    return WordToHexValue\n};\nvar uTF8Encode = function(string) {\n    string = string.replace(/\\x0d\\x0a/g, \"\\x0a\");\n    var output = \"\";\n    for (var n = 0; n < string.length; n++) {\n        var c = string.charCodeAt(n);\n        if (c < 128) {\n            output += String.fromCharCode(c)\n        } else if ((c > 127) && (c < 2048)) {\n            output += String.fromCharCode((c >> 6) | 192);\n            output += String.fromCharCode((c & 63) | 128)\n        } else {\n            output += String.fromCharCode((c >> 12) | 224);\n            output += String.fromCharCode(((c >> 6) & 63) | 128);\n            output += String.fromCharCode((c & 63) | 128)\n        }\n    }\n    return output;\n};\nfunction md5(string) {\n    var x = Array();\n    var k, AA, BB, CC, DD, a, b, c, d;\n    var S11 = 7,\n    S12 = 12,\n    S13 = 17,\n    S14 = 22;\n    var S21 = 5,\n    S22 = 9,\n    S23 = 14,\n    S24 = 20;\n    var S31 = 4,\n    S32 = 11,\n    S33 = 16,\n    S34 = 23;\n    var S41 = 6,\n    S42 = 10,\n    S43 = 15,\n    S44 = 21;\n    string = uTF8Encode(string);\n    x = convertToWordArray(string);\n    a = 0x67452301;\n    b = 0xEFCDAB89;\n    c = 0x98BADCFE;\n    d = 0x10325476;\n    for (k = 0; k < x.length; k += 16) {\n        AA = a;\n        BB = b;\n        CC = c;\n        DD = d;\n        a = FF(a, b, c, d, x[k + 0], S11, 0xD76AA478);\n        d = FF(d, a, b, c, x[k + 1], S12, 0xE8C7B756);\n        c = FF(c, d, a, b, x[k + 2], S13, 0x242070DB);\n        b = FF(b, c, d, a, x[k + 3], S14, 0xC1BDCEEE);\n        a = FF(a, b, c, d, x[k + 4], S11, 0xF57C0FAF);\n        d = FF(d, a, b, c, x[k + 5], S12, 0x4787C62A);\n        c = FF(c, d, a, b, x[k + 6], S13, 0xA8304613);\n        b = FF(b, c, d, a, x[k + 7], S14, 0xFD469501);\n        a = FF(a, b, c, d, x[k + 8], S11, 0x698098D8);\n        d = FF(d, a, b, c, x[k + 9], S12, 0x8B44F7AF);\n        c = FF(c, d, a, b, x[k + 10], S13, 0xFFFF5BB1);\n        b = FF(b, c, d, a, x[k + 11], S14, 0x895CD7BE);\n        a = FF(a, b, c, d, x[k + 12], S11, 0x6B901122);\n        d = FF(d, a, b, c, x[k + 13], S12, 0xFD987193);\n        c = FF(c, d, a, b, x[k + 14], S13, 0xA679438E);\n        b = FF(b, c, d, a, x[k + 15], S14, 0x49B40821);\n        a = GG(a, b, c, d, x[k + 1], S21, 0xF61E2562);\n        d = GG(d, a, b, c, x[k + 6], S22, 0xC040B340);\n        c = GG(c, d, a, b, x[k + 11], S23, 0x265E5A51);\n        b = GG(b, c, d, a, x[k + 0], S24, 0xE9B6C7AA);\n        a = GG(a, b, c, d, x[k + 5], S21, 0xD62F105D);\n        d = GG(d, a, b, c, x[k + 10], S22, 0x2441453);\n        c = GG(c, d, a, b, x[k + 15], S23, 0xD8A1E681);\n        b = GG(b, c, d, a, x[k + 4], S24, 0xE7D3FBC8);\n        a = GG(a, b, c, d, x[k + 9], S21, 0x21E1CDE6);\n        d = GG(d, a, b, c, x[k + 14], S22, 0xC33707D6);\n        c = GG(c, d, a, b, x[k + 3], S23, 0xF4D50D87);\n        b = GG(b, c, d, a, x[k + 8], S24, 0x455A14ED);\n        a = GG(a, b, c, d, x[k + 13], S21, 0xA9E3E905);\n        d = GG(d, a, b, c, x[k + 2], S22, 0xFCEFA3F8);\n        c = GG(c, d, a, b, x[k + 7], S23, 0x676F02D9);\n        b = GG(b, c, d, a, x[k + 12], S24, 0x8D2A4C8A);\n        a = HH(a, b, c, d, x[k + 5], S31, 0xFFFA3942);\n        d = HH(d, a, b, c, x[k + 8], S32, 0x8771F681);\n        c = HH(c, d, a, b, x[k + 11], S33, 0x6D9D6122);\n        b = HH(b, c, d, a, x[k + 14], S34, 0xFDE5380C);\n        a = HH(a, b, c, d, x[k + 1], S31, 0xA4BEEA44);\n        d = HH(d, a, b, c, x[k + 4], S32, 0x4BDECFA9);\n        c = HH(c, d, a, b, x[k + 7], S33, 0xF6BB4B60);\n        b = HH(b, c, d, a, x[k + 10], S34, 0xBEBFBC70);\n        a = HH(a, b, c, d, x[k + 13], S31, 0x289B7EC6);\n        d = HH(d, a, b, c, x[k + 0], S32, 0xEAA127FA);\n        c = HH(c, d, a, b, x[k + 3], S33, 0xD4EF3085);\n        b = HH(b, c, d, a, x[k + 6], S34, 0x4881D05);\n        a = HH(a, b, c, d, x[k + 9], S31, 0xD9D4D039);\n        d = HH(d, a, b, c, x[k + 12], S32, 0xE6DB99E5);\n        c = HH(c, d, a, b, x[k + 15], S33, 0x1FA27CF8);\n        b = HH(b, c, d, a, x[k + 2], S34, 0xC4AC5665);\n        a = II(a, b, c, d, x[k + 0], S41, 0xF4292244);\n        d = II(d, a, b, c, x[k + 7], S42, 0x432AFF97);\n        c = II(c, d, a, b, x[k + 14], S43, 0xAB9423A7);\n        b = II(b, c, d, a, x[k + 5], S44, 0xFC93A039);\n        a = II(a, b, c, d, x[k + 12], S41, 0x655B59C3);\n        d = II(d, a, b, c, x[k + 3], S42, 0x8F0CCC92);\n        c = II(c, d, a, b, x[k + 10], S43, 0xFFEFF47D);\n        b = II(b, c, d, a, x[k + 1], S44, 0x85845DD1);\n        a = II(a, b, c, d, x[k + 8], S41, 0x6FA87E4F);\n        d = II(d, a, b, c, x[k + 15], S42, 0xFE2CE6E0);\n        c = II(c, d, a, b, x[k + 6], S43, 0xA3014314);\n        b = II(b, c, d, a, x[k + 13], S44, 0x4E0811A1);\n        a = II(a, b, c, d, x[k + 4], S41, 0xF7537E82);\n        d = II(d, a, b, c, x[k + 11], S42, 0xBD3AF235);\n        c = II(c, d, a, b, x[k + 2], S43, 0x2AD7D2BB);\n        b = II(b, c, d, a, x[k + 9], S44, 0xEB86D391);\n        a = addUnsigned(a, AA);\n        b = addUnsigned(b, BB);\n        c = addUnsigned(c, CC);\n        d = addUnsigned(d, DD);\n    };\n    var tempValue = wordToHex(a) + wordToHex(b) + wordToHex(c) + wordToHex(d);\n    return tempValue.toLowerCase();\n}\n//md5加密结束\n//DES加密开始\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\nvar CryptoJS = CryptoJS ||\nfunction(u, l) {\n    var d = {},\n    n = d.lib = {},\n    p = function() {},\n    s = n.Base = {\n        extend: function(a) {\n            p.prototype = this;\n            var c = new p;\n            a && c.mixIn(a);\n            c.hasOwnProperty(\"init\") || (c.init = function() {\n                c.$super.init.apply(this, arguments)\n            });\n            c.init.prototype = c;\n            c.$super = this;\n            return c\n        },\n        create: function() {\n            var a = this.extend();\n            a.init.apply(a, arguments);\n            return a\n        },\n        init: function() {},\n        mixIn: function(a) {\n            for (var c in a) a.hasOwnProperty(c) && (this[c] = a[c]);\n            a.hasOwnProperty(\"toString\") && (this.toString = a.toString)\n        },\n        clone: function() {\n            return this.init.prototype.extend(this)\n        }\n    },\n    q = n.WordArray = s.extend({\n        init: function(a, c) {\n            a = this.words = a || [];\n            this.sigBytes = c != l ? c: 4 * a.length\n        },\n        toString: function(a) {\n            return (a || v).stringify(this)\n        },\n        concat: function(a) {\n            var c = this.words,\n            m = a.words,\n            f = this.sigBytes;\n            a = a.sigBytes;\n            this.clamp();\n            if (f % 4) for (var t = 0; t < a; t++) c[f + t >>> 2] |= (m[t >>> 2] >>> 24 - 8 * (t % 4) & 255) << 24 - 8 * ((f + t) % 4);\n            else if (65535 < m.length) for (t = 0; t < a; t += 4) c[f + t >>> 2] = m[t >>> 2];\n            else c.push.apply(c, m);\n            this.sigBytes += a;\n            return this\n        },\n        clamp: function() {\n            var a = this.words,\n            c = this.sigBytes;\n            a[c >>> 2] &= 4294967295 << 32 - 8 * (c % 4);\n            a.length = u.ceil(c / 4)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a.words = this.words.slice(0);\n            return a\n        },\n        random: function(a) {\n            for (var c = [], m = 0; m < a; m += 4) c.push(4294967296 * u.random() | 0);\n            return new q.init(c, a)\n        }\n    }),\n    w = d.enc = {},\n    v = w.Hex = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) {\n                var t = c[f >>> 2] >>> 24 - 8 * (f % 4) & 255;\n                m.push((t >>> 4).toString(16));\n                m.push((t & 15).toString(16))\n            }\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f += 2) m[f >>> 3] |= parseInt(a.substr(f, 2), 16) << 24 - 4 * (f % 8);\n            return new q.init(m, c / 2)\n        }\n    },\n    b = w.Latin1 = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) m.push(String.fromCharCode(c[f >>> 2] >>> 24 - 8 * (f % 4) & 255));\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f++) m[f >>> 2] |= (a.charCodeAt(f) & 255) << 24 - 8 * (f % 4);\n            return new q.init(m, c)\n        }\n    },\n    x = w.Utf8 = {\n        stringify: function(a) {\n            try {\n                return decodeURIComponent(escape(b.stringify(a)))\n            } catch(c) {\n                throw Error(\"Malformed UTF-8 data\");\n            }\n        },\n        parse: function(a) {\n            return b.parse(unescape(encodeURIComponent(a)))\n        }\n    },\n    r = n.BufferedBlockAlgorithm = s.extend({\n        reset: function() {\n            this._data = new q.init;\n            this._nDataBytes = 0\n        },\n        _append: function(a) {\n            \"string\" == typeof a && (a = x.parse(a));\n            this._data.concat(a);\n            this._nDataBytes += a.sigBytes\n        },\n        _process: function(a) {\n            var c = this._data,\n            m = c.words,\n            f = c.sigBytes,\n            t = this.blockSize,\n            b = f / (4 * t),\n            b = a ? u.ceil(b) : u.max((b | 0) - this._minBufferSize, 0);\n            a = b * t;\n            f = u.min(4 * a, f);\n            if (a) {\n                for (var e = 0; e < a; e += t) this._doProcessBlock(m, e);\n                e = m.splice(0, a);\n                c.sigBytes -= f\n            }\n            return new q.init(e, f)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a._data = this._data.clone();\n            return a\n        },\n        _minBufferSize: 0\n    });\n    n.Hasher = r.extend({\n        cfg: s.extend(),\n        init: function(a) {\n            this.cfg = this.cfg.extend(a);\n            this.reset()\n        },\n        reset: function() {\n            r.reset.call(this);\n            this._doReset()\n        },\n        update: function(a) {\n            this._append(a);\n            this._process();\n            return this\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        blockSize: 16,\n        _createHelper: function(a) {\n            return function(c, m) {\n                return (new a.init(m)).finalize(c)\n            }\n        },\n        _createHmacHelper: function(a) {\n            return function(c, m) {\n                return (new e.HMAC.init(a, m)).finalize(c)\n            }\n        }\n    });\n    var e = d.algo = {};\n    return d\n} (Math); (function() {\n    var u = CryptoJS,\n    l = u.lib.WordArray;\n    u.enc.Base64 = {\n        stringify: function(d) {\n            var n = d.words,\n            l = d.sigBytes,\n            s = this._map;\n            d.clamp();\n            d = [];\n            for (var q = 0; q < l; q += 3) for (var w = (n[q >>> 2] >>> 24 - 8 * (q % 4) & 255) << 16 | (n[q + 1 >>> 2] >>> 24 - 8 * ((q + 1) % 4) & 255) << 8 | n[q + 2 >>> 2] >>> 24 - 8 * ((q + 2) % 4) & 255, v = 0; 4 > v && q + 0.75 * v < l; v++) d.push(s.charAt(w >>> 6 * (3 - v) & 63));\n            if (n = s.charAt(64)) for (; d.length % 4;) d.push(n);\n            return d.join(\"\")\n        },\n        parse: function(d) {\n            var n = d.length,\n            p = this._map,\n            s = p.charAt(64);\n            s && (s = d.indexOf(s), -1 != s && (n = s));\n            for (var s = [], q = 0, w = 0; w < n; w++) if (w % 4) {\n                var v = p.indexOf(d.charAt(w - 1)) << 2 * (w % 4),\n                b = p.indexOf(d.charAt(w)) >>> 6 - 2 * (w % 4);\n                s[q >>> 2] |= (v | b) << 24 - 8 * (q % 4);\n                q++\n            }\n            return l.create(s, q)\n        },\n        _map: \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\"\n    }\n})(); (function(u) {\n    function l(b, e, a, c, m, f, t) {\n        b = b + (e & a | ~e & c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function d(b, e, a, c, m, f, t) {\n        b = b + (e & c | a & ~c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function n(b, e, a, c, m, f, t) {\n        b = b + (e ^ a ^ c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function p(b, e, a, c, m, f, t) {\n        b = b + (a ^ (e | ~c)) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    for (var s = CryptoJS,\n    q = s.lib,\n    w = q.WordArray,\n    v = q.Hasher,\n    q = s.algo,\n    b = [], x = 0; 64 > x; x++) b[x] = 4294967296 * u.abs(u.sin(x + 1)) | 0;\n    q = q.MD5 = v.extend({\n        _doReset: function() {\n            this._hash = new w.init([1732584193, 4023233417, 2562383102, 271733878])\n        },\n        _doProcessBlock: function(r, e) {\n            for (var a = 0; 16 > a; a++) {\n                var c = e + a,\n                m = r[c];\n                r[c] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360\n            }\n            var a = this._hash.words,\n            c = r[e + 0],\n            m = r[e + 1],\n            f = r[e + 2],\n            t = r[e + 3],\n            y = r[e + 4],\n            q = r[e + 5],\n            s = r[e + 6],\n            w = r[e + 7],\n            v = r[e + 8],\n            u = r[e + 9],\n            x = r[e + 10],\n            z = r[e + 11],\n            A = r[e + 12],\n            B = r[e + 13],\n            C = r[e + 14],\n            D = r[e + 15],\n            g = a[0],\n            h = a[1],\n            j = a[2],\n            k = a[3],\n            g = l(g, h, j, k, c, 7, b[0]),\n            k = l(k, g, h, j, m, 12, b[1]),\n            j = l(j, k, g, h, f, 17, b[2]),\n            h = l(h, j, k, g, t, 22, b[3]),\n            g = l(g, h, j, k, y, 7, b[4]),\n            k = l(k, g, h, j, q, 12, b[5]),\n            j = l(j, k, g, h, s, 17, b[6]),\n            h = l(h, j, k, g, w, 22, b[7]),\n            g = l(g, h, j, k, v, 7, b[8]),\n            k = l(k, g, h, j, u, 12, b[9]),\n            j = l(j, k, g, h, x, 17, b[10]),\n            h = l(h, j, k, g, z, 22, b[11]),\n            g = l(g, h, j, k, A, 7, b[12]),\n            k = l(k, g, h, j, B, 12, b[13]),\n            j = l(j, k, g, h, C, 17, b[14]),\n            h = l(h, j, k, g, D, 22, b[15]),\n            g = d(g, h, j, k, m, 5, b[16]),\n            k = d(k, g, h, j, s, 9, b[17]),\n            j = d(j, k, g, h, z, 14, b[18]),\n            h = d(h, j, k, g, c, 20, b[19]),\n            g = d(g, h, j, k, q, 5, b[20]),\n            k = d(k, g, h, j, x, 9, b[21]),\n            j = d(j, k, g, h, D, 14, b[22]),\n            h = d(h, j, k, g, y, 20, b[23]),\n            g = d(g, h, j, k, u, 5, b[24]),\n            k = d(k, g, h, j, C, 9, b[25]),\n            j = d(j, k, g, h, t, 14, b[26]),\n            h = d(h, j, k, g, v, 20, b[27]),\n            g = d(g, h, j, k, B, 5, b[28]),\n            k = d(k, g, h, j, f, 9, b[29]),\n            j = d(j, k, g, h, w, 14, b[30]),\n            h = d(h, j, k, g, A, 20, b[31]),\n            g = n(g, h, j, k, q, 4, b[32]),\n            k = n(k, g, h, j, v, 11, b[33]),\n            j = n(j, k, g, h, z, 16, b[34]),\n            h = n(h, j, k, g, C, 23, b[35]),\n            g = n(g, h, j, k, m, 4, b[36]),\n            k = n(k, g, h, j, y, 11, b[37]),\n            j = n(j, k, g, h, w, 16, b[38]),\n            h = n(h, j, k, g, x, 23, b[39]),\n            g = n(g, h, j, k, B, 4, b[40]),\n            k = n(k, g, h, j, c, 11, b[41]),\n            j = n(j, k, g, h, t, 16, b[42]),\n            h = n(h, j, k, g, s, 23, b[43]),\n            g = n(g, h, j, k, u, 4, b[44]),\n            k = n(k, g, h, j, A, 11, b[45]),\n            j = n(j, k, g, h, D, 16, b[46]),\n            h = n(h, j, k, g, f, 23, b[47]),\n            g = p(g, h, j, k, c, 6, b[48]),\n            k = p(k, g, h, j, w, 10, b[49]),\n            j = p(j, k, g, h, C, 15, b[50]),\n            h = p(h, j, k, g, q, 21, b[51]),\n            g = p(g, h, j, k, A, 6, b[52]),\n            k = p(k, g, h, j, t, 10, b[53]),\n            j = p(j, k, g, h, x, 15, b[54]),\n            h = p(h, j, k, g, m, 21, b[55]),\n            g = p(g, h, j, k, v, 6, b[56]),\n            k = p(k, g, h, j, D, 10, b[57]),\n            j = p(j, k, g, h, s, 15, b[58]),\n            h = p(h, j, k, g, B, 21, b[59]),\n            g = p(g, h, j, k, y, 6, b[60]),\n            k = p(k, g, h, j, z, 10, b[61]),\n            j = p(j, k, g, h, f, 15, b[62]),\n            h = p(h, j, k, g, u, 21, b[63]);\n            a[0] = a[0] + g | 0;\n            a[1] = a[1] + h | 0;\n            a[2] = a[2] + j | 0;\n            a[3] = a[3] + k | 0\n        },\n        _doFinalize: function() {\n            var b = this._data,\n            e = b.words,\n            a = 8 * this._nDataBytes,\n            c = 8 * b.sigBytes;\n            e[c >>> 5] |= 128 << 24 - c % 32;\n            var m = u.floor(a / 4294967296);\n            e[(c + 64 >>> 9 << 4) + 15] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360;\n            e[(c + 64 >>> 9 << 4) + 14] = (a << 8 | a >>> 24) & 16711935 | (a << 24 | a >>> 8) & 4278255360;\n            b.sigBytes = 4 * (e.length + 1);\n            this._process();\n            b = this._hash;\n            e = b.words;\n            for (a = 0; 4 > a; a++) c = e[a],\n            e[a] = (c << 8 | c >>> 24) & 16711935 | (c << 24 | c >>> 8) & 4278255360;\n            return b\n        },\n        clone: function() {\n            var b = v.clone.call(this);\n            b._hash = this._hash.clone();\n            return b\n        }\n    });\n    s.MD5 = v._createHelper(q);\n    s.HmacMD5 = v._createHmacHelper(q)\n})(Math); (function() {\n    var u = CryptoJS,\n    l = u.lib,\n    d = l.Base,\n    n = l.WordArray,\n    l = u.algo,\n    p = l.EvpKDF = d.extend({\n        cfg: d.extend({\n            keySize: 4,\n            hasher: l.MD5,\n            iterations: 1\n        }),\n        init: function(d) {\n            this.cfg = this.cfg.extend(d)\n        },\n        compute: function(d, l) {\n            for (var p = this.cfg,\n            v = p.hasher.create(), b = n.create(), u = b.words, r = p.keySize, p = p.iterations; u.length < r;) {\n                e && v.update(e);\n                var e = v.update(d).finalize(l);\n                v.reset();\n                for (var a = 1; a < p; a++) e = v.finalize(e),\n                v.reset();\n                b.concat(e)\n            }\n            b.sigBytes = 4 * r;\n            return b\n        }\n    });\n    u.EvpKDF = function(d, l, n) {\n        return p.create(n).compute(d, l)\n    }\n})();\nCryptoJS.lib.Cipher ||\nfunction(u) {\n    var l = CryptoJS,\n    d = l.lib,\n    n = d.Base,\n    p = d.WordArray,\n    s = d.BufferedBlockAlgorithm,\n    q = l.enc.Base64,\n    w = l.algo.EvpKDF,\n    v = d.Cipher = s.extend({\n        cfg: n.extend(),\n        createEncryptor: function(m, a) {\n            return this.create(this._ENC_XFORM_MODE, m, a)\n        },\n        createDecryptor: function(m, a) {\n            return this.create(this._DEC_XFORM_MODE, m, a)\n        },\n        init: function(m, a, b) {\n            this.cfg = this.cfg.extend(b);\n            this._xformMode = m;\n            this._key = a;\n            this.reset()\n        },\n        reset: function() {\n            s.reset.call(this);\n            this._doReset()\n        },\n        process: function(a) {\n            this._append(a);\n            return this._process()\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        keySize: 4,\n        ivSize: 4,\n        _ENC_XFORM_MODE: 1,\n        _DEC_XFORM_MODE: 2,\n        _createHelper: function(m) {\n            return {\n                encrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).encrypt(m, f, b, e)\n                },\n                decrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).decrypt(m, f, b, e)\n                }\n            }\n        }\n    });\n    d.StreamCipher = v.extend({\n        _doFinalize: function() {\n            return this._process(!0)\n        },\n        blockSize: 1\n    });\n    var b = l.mode = {},\n    x = function(a, f, b) {\n        var c = this._iv;\n        c ? this._iv = u: c = this._prevBlock;\n        for (var e = 0; e < b; e++) a[f + e] ^= c[e]\n    },\n    r = (d.BlockCipherMode = n.extend({\n        createEncryptor: function(a, f) {\n            return this.Encryptor.create(a, f)\n        },\n        createDecryptor: function(a, f) {\n            return this.Decryptor.create(a, f)\n        },\n        init: function(a, f) {\n            this._cipher = a;\n            this._iv = f\n        }\n    })).extend();\n    r.Encryptor = r.extend({\n        processBlock: function(a, f) {\n            var b = this._cipher,\n            c = b.blockSize;\n            x.call(this, a, f, c);\n            b.encryptBlock(a, f);\n            this._prevBlock = a.slice(f, f + c)\n        }\n    });\n    r.Decryptor = r.extend({\n        processBlock: function(a, b) {\n            var c = this._cipher,\n            e = c.blockSize,\n            d = a.slice(b, b + e);\n            c.decryptBlock(a, b);\n            x.call(this, a, b, e);\n            this._prevBlock = d\n        }\n    });\n    b = b.CBC = r;\n    r = (l.pad = {}).Pkcs7 = {\n        pad: function(a, b) {\n            for (var c = 4 * b,\n            c = c - a.sigBytes % c,\n            e = c << 24 | c << 16 | c << 8 | c,\n            d = [], l = 0; l < c; l += 4) d.push(e);\n            c = p.create(d, c);\n            a.concat(c)\n        },\n        unpad: function(a) {\n            a.sigBytes -= a.words[a.sigBytes - 1 >>> 2] & 255\n        }\n    };\n    d.BlockCipher = v.extend({\n        cfg: v.cfg.extend({\n            mode: b,\n            padding: r\n        }),\n        reset: function() {\n            v.reset.call(this);\n            var a = this.cfg,\n            c = a.iv,\n            a = a.mode;\n            if (this._xformMode == this._ENC_XFORM_MODE) var b = a.createEncryptor;\n            else b = a.createDecryptor,\n            this._minBufferSize = 1;\n            this._mode = b.call(a, this, c && c.words)\n        },\n        _doProcessBlock: function(a, c) {\n            this._mode.processBlock(a, c)\n        },\n        _doFinalize: function() {\n            var a = this.cfg.padding;\n            if (this._xformMode == this._ENC_XFORM_MODE) {\n                a.pad(this._data, this.blockSize);\n                var c = this._process(!0)\n            } else c = this._process(!0),\n            a.unpad(c);\n            return c\n        },\n        blockSize: 4\n    });\n    var e = d.CipherParams = n.extend({\n        init: function(a) {\n            this.mixIn(a)\n        },\n        toString: function(a) {\n            return (a || this.formatter).stringify(this)\n        }\n    }),\n    b = (l.format = {}).OpenSSL = {\n        stringify: function(a) {\n            var c = a.ciphertext;\n            a = a.salt;\n            return (a ? p.create([1398893684, 1701076831]).concat(a).concat(c) : c).toString(q)\n        },\n        parse: function(a) {\n            a = q.parse(a);\n            var c = a.words;\n            if (1398893684 == c[0] && 1701076831 == c[1]) {\n                var b = p.create(c.slice(2, 4));\n                c.splice(0, 4);\n                a.sigBytes -= 16\n            }\n            return e.create({\n                ciphertext: a,\n                salt: b\n            })\n        }\n    },\n    a = d.SerializableCipher = n.extend({\n        cfg: n.extend({\n            format: b\n        }),\n        encrypt: function(a, c, b, d) {\n            d = this.cfg.extend(d);\n            var l = a.createEncryptor(b, d);\n            c = l.finalize(c);\n            l = l.cfg;\n            return e.create({\n                ciphertext: c,\n                key: b,\n                iv: l.iv,\n                algorithm: a,\n                mode: l.mode,\n                padding: l.padding,\n                blockSize: a.blockSize,\n                formatter: d.format\n            })\n        },\n        decrypt: function(a, c, b, e) {\n            e = this.cfg.extend(e);\n            c = this._parse(c, e.format);\n            return a.createDecryptor(b, e).finalize(c.ciphertext)\n        },\n        _parse: function(a, c) {\n            return \"string\" == typeof a ? c.parse(a, this) : a\n        }\n    }),\n    l = (l.kdf = {}).OpenSSL = {\n        execute: function(a, c, b, d) {\n            d || (d = p.random(8));\n            a = w.create({\n                keySize: c + b\n            }).compute(a, d);\n            b = p.create(a.words.slice(c), 4 * b);\n            a.sigBytes = 4 * c;\n            return e.create({\n                key: a,\n                iv: b,\n                salt: d\n            })\n        }\n    },\n    c = d.PasswordBasedCipher = a.extend({\n        cfg: a.cfg.extend({\n            kdf: l\n        }),\n        encrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            e = d.kdf.execute(e, c.keySize, c.ivSize);\n            d.iv = e.iv;\n            c = a.encrypt.call(this, c, b, e.key, d);\n            c.mixIn(e);\n            return c\n        },\n        decrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            b = this._parse(b, d.format);\n            e = d.kdf.execute(e, c.keySize, c.ivSize, b.salt);\n            d.iv = e.iv;\n            return a.decrypt.call(this, c, b, e.key, d)\n        }\n    })\n} (); (function() {\n    function u(b, a) {\n        var c = (this._lBlock >>> b ^ this._rBlock) & a;\n        this._rBlock ^= c;\n        this._lBlock ^= c << b\n    }\n    function l(b, a) {\n        var c = (this._rBlock >>> b ^ this._lBlock) & a;\n        this._lBlock ^= c;\n        this._rBlock ^= c << b\n    }\n    var d = CryptoJS,\n    n = d.lib,\n    p = n.WordArray,\n    n = n.BlockCipher,\n    s = d.algo,\n    q = [57, 49, 41, 33, 25, 17, 9, 1, 58, 50, 42, 34, 26, 18, 10, 2, 59, 51, 43, 35, 27, 19, 11, 3, 60, 52, 44, 36, 63, 55, 47, 39, 31, 23, 15, 7, 62, 54, 46, 38, 30, 22, 14, 6, 61, 53, 45, 37, 29, 21, 13, 5, 28, 20, 12, 4],\n    w = [14, 17, 11, 24, 1, 5, 3, 28, 15, 6, 21, 10, 23, 19, 12, 4, 26, 8, 16, 7, 27, 20, 13, 2, 41, 52, 31, 37, 47, 55, 30, 40, 51, 45, 33, 48, 44, 49, 39, 56, 34, 53, 46, 42, 50, 36, 29, 32],\n    v = [1, 2, 4, 6, 8, 10, 12, 14, 15, 17, 19, 21, 23, 25, 27, 28],\n    b = [{\n        \"0\": 8421888,\n        268435456 : 32768,\n        536870912 : 8421378,\n        805306368 : 2,\n        1073741824 : 512,\n        1342177280 : 8421890,\n        1610612736 : 8389122,\n        1879048192 : 8388608,\n        2147483648 : 514,\n        2415919104 : 8389120,\n        2684354560 : 33280,\n        2952790016 : 8421376,\n        3221225472 : 32770,\n        3489660928 : 8388610,\n        3758096384 : 0,\n        4026531840 : 33282,\n        134217728 : 0,\n        402653184 : 8421890,\n        671088640 : 33282,\n        939524096 : 32768,\n        1207959552 : 8421888,\n        1476395008 : 512,\n        1744830464 : 8421378,\n        2013265920 : 2,\n        2281701376 : 8389120,\n        2550136832 : 33280,\n        2818572288 : 8421376,\n        3087007744 : 8389122,\n        3355443200 : 8388610,\n        3623878656 : 32770,\n        3892314112 : 514,\n        4160749568 : 8388608,\n        1 : 32768,\n        268435457 : 2,\n        536870913 : 8421888,\n        805306369 : 8388608,\n        1073741825 : 8421378,\n        1342177281 : 33280,\n        1610612737 : 512,\n        1879048193 : 8389122,\n        2147483649 : 8421890,\n        2415919105 : 8421376,\n        2684354561 : 8388610,\n        2952790017 : 33282,\n        3221225473 : 514,\n        3489660929 : 8389120,\n        3758096385 : 32770,\n        4026531841 : 0,\n        134217729 : 8421890,\n        402653185 : 8421376,\n        671088641 : 8388608,\n        939524097 : 512,\n        1207959553 : 32768,\n        1476395009 : 8388610,\n        1744830465 : 2,\n        2013265921 : 33282,\n        2281701377 : 32770,\n        2550136833 : 8389122,\n        2818572289 : 514,\n        3087007745 : 8421888,\n        3355443201 : 8389120,\n        3623878657 : 0,\n        3892314113 : 33280,\n        4160749569 : 8421378\n    },\n    {\n        \"0\": 1074282512,\n        16777216 : 16384,\n        33554432 : 524288,\n        50331648 : 1074266128,\n        67108864 : 1073741840,\n        83886080 : 1074282496,\n        100663296 : 1073758208,\n        117440512 : 16,\n        134217728 : 540672,\n        150994944 : 1073758224,\n        167772160 : 1073741824,\n        184549376 : 540688,\n        201326592 : 524304,\n        218103808 : 0,\n        234881024 : 16400,\n        251658240 : 1074266112,\n        8388608 : 1073758208,\n        25165824 : 540688,\n        41943040 : 16,\n        58720256 : 1073758224,\n        75497472 : 1074282512,\n        92274688 : 1073741824,\n        109051904 : 524288,\n        125829120 : 1074266128,\n        142606336 : 524304,\n        159383552 : 0,\n        176160768 : 16384,\n        192937984 : 1074266112,\n        209715200 : 1073741840,\n        226492416 : 540672,\n        243269632 : 1074282496,\n        260046848 : 16400,\n        268435456 : 0,\n        285212672 : 1074266128,\n        301989888 : 1073758224,\n        318767104 : 1074282496,\n        335544320 : 1074266112,\n        352321536 : 16,\n        369098752 : 540688,\n        385875968 : 16384,\n        402653184 : 16400,\n        419430400 : 524288,\n        436207616 : 524304,\n        452984832 : 1073741840,\n        469762048 : 540672,\n        486539264 : 1073758208,\n        503316480 : 1073741824,\n        520093696 : 1074282512,\n        276824064 : 540688,\n        293601280 : 524288,\n        310378496 : 1074266112,\n        327155712 : 16384,\n        343932928 : 1073758208,\n        360710144 : 1074282512,\n        377487360 : 16,\n        394264576 : 1073741824,\n        411041792 : 1074282496,\n        427819008 : 1073741840,\n        444596224 : 1073758224,\n        461373440 : 524304,\n        478150656 : 0,\n        494927872 : 16400,\n        511705088 : 1074266128,\n        528482304 : 540672\n    },\n    {\n        \"0\": 260,\n        1048576 : 0,\n        2097152 : 67109120,\n        3145728 : 65796,\n        4194304 : 65540,\n        5242880 : 67108868,\n        6291456 : 67174660,\n        7340032 : 67174400,\n        8388608 : 67108864,\n        9437184 : 67174656,\n        10485760 : 65792,\n        11534336 : 67174404,\n        12582912 : 67109124,\n        13631488 : 65536,\n        14680064 : 4,\n        15728640 : 256,\n        524288 : 67174656,\n        1572864 : 67174404,\n        2621440 : 0,\n        3670016 : 67109120,\n        4718592 : 67108868,\n        5767168 : 65536,\n        6815744 : 65540,\n        7864320 : 260,\n        8912896 : 4,\n        9961472 : 256,\n        11010048 : 67174400,\n        12058624 : 65796,\n        13107200 : 65792,\n        14155776 : 67109124,\n        15204352 : 67174660,\n        16252928 : 67108864,\n        16777216 : 67174656,\n        17825792 : 65540,\n        18874368 : 65536,\n        19922944 : 67109120,\n        20971520 : 256,\n        22020096 : 67174660,\n        23068672 : 67108868,\n        24117248 : 0,\n        25165824 : 67109124,\n        26214400 : 67108864,\n        27262976 : 4,\n        28311552 : 65792,\n        29360128 : 67174400,\n        30408704 : 260,\n        31457280 : 65796,\n        32505856 : 67174404,\n        17301504 : 67108864,\n        18350080 : 260,\n        19398656 : 67174656,\n        20447232 : 0,\n        21495808 : 65540,\n        22544384 : 67109120,\n        23592960 : 256,\n        24641536 : 67174404,\n        25690112 : 65536,\n        26738688 : 67174660,\n        27787264 : 65796,\n        28835840 : 67108868,\n        29884416 : 67109124,\n        30932992 : 67174400,\n        31981568 : 4,\n        33030144 : 65792\n    },\n    {\n        \"0\": 2151682048,\n        65536 : 2147487808,\n        131072 : 4198464,\n        196608 : 2151677952,\n        262144 : 0,\n        327680 : 4198400,\n        393216 : 2147483712,\n        458752 : 4194368,\n        524288 : 2147483648,\n        589824 : 4194304,\n        655360 : 64,\n        720896 : 2147487744,\n        786432 : 2151678016,\n        851968 : 4160,\n        917504 : 4096,\n        983040 : 2151682112,\n        32768 : 2147487808,\n        98304 : 64,\n        163840 : 2151678016,\n        229376 : 2147487744,\n        294912 : 4198400,\n        360448 : 2151682112,\n        425984 : 0,\n        491520 : 2151677952,\n        557056 : 4096,\n        622592 : 2151682048,\n        688128 : 4194304,\n        753664 : 4160,\n        819200 : 2147483648,\n        884736 : 4194368,\n        950272 : 4198464,\n        1015808 : 2147483712,\n        1048576 : 4194368,\n        1114112 : 4198400,\n        1179648 : 2147483712,\n        1245184 : 0,\n        1310720 : 4160,\n        1376256 : 2151678016,\n        1441792 : 2151682048,\n        1507328 : 2147487808,\n        1572864 : 2151682112,\n        1638400 : 2147483648,\n        1703936 : 2151677952,\n        1769472 : 4198464,\n        1835008 : 2147487744,\n        1900544 : 4194304,\n        1966080 : 64,\n        2031616 : 4096,\n        1081344 : 2151677952,\n        1146880 : 2151682112,\n        1212416 : 0,\n        1277952 : 4198400,\n        1343488 : 4194368,\n        1409024 : 2147483648,\n        1474560 : 2147487808,\n        1540096 : 64,\n        1605632 : 2147483712,\n        1671168 : 4096,\n        1736704 : 2147487744,\n        1802240 : 2151678016,\n        1867776 : 4160,\n        1933312 : 2151682048,\n        1998848 : 4194304,\n        2064384 : 4198464\n    },\n    {\n        \"0\": 128,\n        4096 : 17039360,\n        8192 : 262144,\n        12288 : 536870912,\n        16384 : 537133184,\n        20480 : 16777344,\n        24576 : 553648256,\n        28672 : 262272,\n        32768 : 16777216,\n        36864 : 537133056,\n        40960 : 536871040,\n        45056 : 553910400,\n        49152 : 553910272,\n        53248 : 0,\n        57344 : 17039488,\n        61440 : 553648128,\n        2048 : 17039488,\n        6144 : 553648256,\n        10240 : 128,\n        14336 : 17039360,\n        18432 : 262144,\n        22528 : 537133184,\n        26624 : 553910272,\n        30720 : 536870912,\n        34816 : 537133056,\n        38912 : 0,\n        43008 : 553910400,\n        47104 : 16777344,\n        51200 : 536871040,\n        55296 : 553648128,\n        59392 : 16777216,\n        63488 : 262272,\n        65536 : 262144,\n        69632 : 128,\n        73728 : 536870912,\n        77824 : 553648256,\n        81920 : 16777344,\n        86016 : 553910272,\n        90112 : 537133184,\n        94208 : 16777216,\n        98304 : 553910400,\n        102400 : 553648128,\n        106496 : 17039360,\n        110592 : 537133056,\n        114688 : 262272,\n        118784 : 536871040,\n        122880 : 0,\n        126976 : 17039488,\n        67584 : 553648256,\n        71680 : 16777216,\n        75776 : 17039360,\n        79872 : 537133184,\n        83968 : 536870912,\n        88064 : 17039488,\n        92160 : 128,\n        96256 : 553910272,\n        100352 : 262272,\n        104448 : 553910400,\n        108544 : 0,\n        112640 : 553648128,\n        116736 : 16777344,\n        120832 : 262144,\n        124928 : 537133056,\n        129024 : 536871040\n    },\n    {\n        \"0\": 268435464,\n        256 : 8192,\n        512 : 270532608,\n        768 : 270540808,\n        1024 : 268443648,\n        1280 : 2097152,\n        1536 : 2097160,\n        1792 : 268435456,\n        2048 : 0,\n        2304 : 268443656,\n        2560 : 2105344,\n        2816 : 8,\n        3072 : 270532616,\n        3328 : 2105352,\n        3584 : 8200,\n        3840 : 270540800,\n        128 : 270532608,\n        384 : 270540808,\n        640 : 8,\n        896 : 2097152,\n        1152 : 2105352,\n        1408 : 268435464,\n        1664 : 268443648,\n        1920 : 8200,\n        2176 : 2097160,\n        2432 : 8192,\n        2688 : 268443656,\n        2944 : 270532616,\n        3200 : 0,\n        3456 : 270540800,\n        3712 : 2105344,\n        3968 : 268435456,\n        4096 : 268443648,\n        4352 : 270532616,\n        4608 : 270540808,\n        4864 : 8200,\n        5120 : 2097152,\n        5376 : 268435456,\n        5632 : 268435464,\n        5888 : 2105344,\n        6144 : 2105352,\n        6400 : 0,\n        6656 : 8,\n        6912 : 270532608,\n        7168 : 8192,\n        7424 : 268443656,\n        7680 : 270540800,\n        7936 : 2097160,\n        4224 : 8,\n        4480 : 2105344,\n        4736 : 2097152,\n        4992 : 268435464,\n        5248 : 268443648,\n        5504 : 8200,\n        5760 : 270540808,\n        6016 : 270532608,\n        6272 : 270540800,\n        6528 : 270532616,\n        6784 : 8192,\n        7040 : 2105352,\n        7296 : 2097160,\n        7552 : 0,\n        7808 : 268435456,\n        8064 : 268443656\n    },\n    {\n        \"0\": 1048576,\n        16 : 33555457,\n        32 : 1024,\n        48 : 1049601,\n        64 : 34604033,\n        80 : 0,\n        96 : 1,\n        112 : 34603009,\n        128 : 33555456,\n        144 : 1048577,\n        160 : 33554433,\n        176 : 34604032,\n        192 : 34603008,\n        208 : 1025,\n        224 : 1049600,\n        240 : 33554432,\n        8 : 34603009,\n        24 : 0,\n        40 : 33555457,\n        56 : 34604032,\n        72 : 1048576,\n        88 : 33554433,\n        104 : 33554432,\n        120 : 1025,\n        136 : 1049601,\n        152 : 33555456,\n        168 : 34603008,\n        184 : 1048577,\n        200 : 1024,\n        216 : 34604033,\n        232 : 1,\n        248 : 1049600,\n        256 : 33554432,\n        272 : 1048576,\n        288 : 33555457,\n        304 : 34603009,\n        320 : 1048577,\n        336 : 33555456,\n        352 : 34604032,\n        368 : 1049601,\n        384 : 1025,\n        400 : 34604033,\n        416 : 1049600,\n        432 : 1,\n        448 : 0,\n        464 : 34603008,\n        480 : 33554433,\n        496 : 1024,\n        264 : 1049600,\n        280 : 33555457,\n        296 : 34603009,\n        312 : 1,\n        328 : 33554432,\n        344 : 1048576,\n        360 : 1025,\n        376 : 34604032,\n        392 : 33554433,\n        408 : 34603008,\n        424 : 0,\n        440 : 34604033,\n        456 : 1049601,\n        472 : 1024,\n        488 : 33555456,\n        504 : 1048577\n    },\n    {\n        \"0\": 134219808,\n        1 : 131072,\n        2 : 134217728,\n        3 : 32,\n        4 : 131104,\n        5 : 134350880,\n        6 : 134350848,\n        7 : 2048,\n        8 : 134348800,\n        9 : 134219776,\n        10 : 133120,\n        11 : 134348832,\n        12 : 2080,\n        13 : 0,\n        14 : 134217760,\n        15 : 133152,\n        2147483648 : 2048,\n        2147483649 : 134350880,\n        2147483650 : 134219808,\n        2147483651 : 134217728,\n        2147483652 : 134348800,\n        2147483653 : 133120,\n        2147483654 : 133152,\n        2147483655 : 32,\n        2147483656 : 134217760,\n        2147483657 : 2080,\n        2147483658 : 131104,\n        2147483659 : 134350848,\n        2147483660 : 0,\n        2147483661 : 134348832,\n        2147483662 : 134219776,\n        2147483663 : 131072,\n        16 : 133152,\n        17 : 134350848,\n        18 : 32,\n        19 : 2048,\n        20 : 134219776,\n        21 : 134217760,\n        22 : 134348832,\n        23 : 131072,\n        24 : 0,\n        25 : 131104,\n        26 : 134348800,\n        27 : 134219808,\n        28 : 134350880,\n        29 : 133120,\n        30 : 2080,\n        31 : 134217728,\n        2147483664 : 131072,\n        2147483665 : 2048,\n        2147483666 : 134348832,\n        2147483667 : 133152,\n        2147483668 : 32,\n        2147483669 : 134348800,\n        2147483670 : 134217728,\n        2147483671 : 134219808,\n        2147483672 : 134350880,\n        2147483673 : 134217760,\n        2147483674 : 134219776,\n        2147483675 : 0,\n        2147483676 : 133120,\n        2147483677 : 2080,\n        2147483678 : 131104,\n        2147483679 : 134350848\n    }],\n    x = [4160749569, 528482304, 33030144, 2064384, 129024, 8064, 504, 2147483679],\n    r = s.DES = n.extend({\n        _doReset: function() {\n            for (var b = this._key.words,\n            a = [], c = 0; 56 > c; c++) {\n                var d = q[c] - 1;\n                a[c] = b[d >>> 5] >>> 31 - d % 32 & 1\n            }\n            b = this._subKeys = [];\n            for (d = 0; 16 > d; d++) {\n                for (var f = b[d] = [], l = v[d], c = 0; 24 > c; c++) f[c / 6 | 0] |= a[(w[c] - 1 + l) % 28] << 31 - c % 6,\n                f[4 + (c / 6 | 0)] |= a[28 + (w[c + 24] - 1 + l) % 28] << 31 - c % 6;\n                f[0] = f[0] << 1 | f[0] >>> 31;\n                for (c = 1; 7 > c; c++) f[c] >>>= 4 * (c - 1) + 3;\n                f[7] = f[7] << 5 | f[7] >>> 27\n            }\n            a = this._invSubKeys = [];\n            for (c = 0; 16 > c; c++) a[c] = b[15 - c]\n        },\n        encryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._subKeys)\n        },\n        decryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._invSubKeys)\n        },\n        _doCryptBlock: function(e, a, c) {\n            this._lBlock = e[a];\n            this._rBlock = e[a + 1];\n            u.call(this, 4, 252645135);\n            u.call(this, 16, 65535);\n            l.call(this, 2, 858993459);\n            l.call(this, 8, 16711935);\n            u.call(this, 1, 1431655765);\n            for (var d = 0; 16 > d; d++) {\n                for (var f = c[d], n = this._lBlock, p = this._rBlock, q = 0, r = 0; 8 > r; r++) q |= b[r][((p ^ f[r]) & x[r]) >>> 0];\n                this._lBlock = p;\n                this._rBlock = n ^ q\n            }\n            c = this._lBlock;\n            this._lBlock = this._rBlock;\n            this._rBlock = c;\n            u.call(this, 1, 1431655765);\n            l.call(this, 8, 16711935);\n            l.call(this, 2, 858993459);\n            u.call(this, 16, 65535);\n            u.call(this, 4, 252645135);\n            e[a] = this._lBlock;\n            e[a + 1] = this._rBlock\n        },\n        keySize: 2,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.DES = n._createHelper(r);\n    s = s.TripleDES = n.extend({\n        _doReset: function() {\n            var b = this._key.words;\n            this._des1 = r.createEncryptor(p.create(b.slice(0, 2)));\n            this._des2 = r.createEncryptor(p.create(b.slice(2, 4)));\n            this._des3 = r.createEncryptor(p.create(b.slice(4, 6)))\n        },\n        encryptBlock: function(b, a) {\n            this._des1.encryptBlock(b, a);\n            this._des2.decryptBlock(b, a);\n            this._des3.encryptBlock(b, a)\n        },\n        decryptBlock: function(b, a) {\n            this._des3.decryptBlock(b, a);\n            this._des2.encryptBlock(b, a);\n            this._des1.decryptBlock(b, a)\n        },\n        keySize: 6,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.TripleDES = n._createHelper(s)\n})();\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\n/**\n * Electronic Codebook block mode.\n */\nCryptoJS.mode.ECB = (function() {\n    var ECB = CryptoJS.lib.BlockCipherMode.extend();\n\n    ECB.Encryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.encryptBlock(words, offset);\n        }\n    });\n\n    ECB.Decryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.decryptBlock(words, offset);\n        }\n    });\n\n    return ECB;\n} ());\n\nfunction encryptByDES(message, key) {\n    var keyHex = CryptoJS.enc.Utf8.parse(key);\n    var encrypted = CryptoJS.DES.encrypt(message, keyHex, {\n        mode: CryptoJS.mode.ECB,\n        padding: CryptoJS.pad.Pkcs7\n    });\n    return encrypted.toString()\n}\n//DES加密结束\nvar deskey = 'web@hzlq';\nvar userId='0';\nfunction getPostUrl(data,type) {\nvar url = 'http://m.ndlib.cn/nlc_read_home/service.do,';\nvar md5Key = 'library_2016@hzlq';\nvalue = {\n    siteId: 1,\n    data: encryptByDES(JSON.stringify(data), deskey),\n    userId: userId,\n    fromSource: 3,\n    osType: 5,\n    version: \"1.0.1\",\n    versionCode: 10001,\n    timeStamp: data.timeStamp,\n    hashCode: md5(data.timeStamp + md5Key)\n}\nvar option={\n\"method\":\"POST\",\n\"body\":'cmd='+type+'&value=' + encodeURIComponent(JSON.stringify(value))\n}\nreturn url + JSON.stringify(option);\n}\n\n//目录链接生成\nvar data = {\n    timeStamp:Date.now(),\n    resourceId:result,\n    pageSize:10000,\n    pageNum:1\n};\ngetPostUrl(data,'qryChapterList');",
      "coverUrl": "$.resourceInfo.coverUrl",
      "intro": "$.resourceInfo.shortIntro@js:java.put('intro',result);result.trim();",
      "kind": "$.resourceInfo.categoryName",
      "name": "$.resourceInfo.name"
    },
    "ruleToc": {
      "chapterList": "$.returnObject[0].children||$.returnObject@js:\n//账号信息定义（任选其一，方式二会覆盖方式一)\n//方式一：账号密码（每次搜索都会重新获取方式二中的数据，可能会导致账号问题）\nvar account='';\nvar pwd='';\n//方式二：成功登录后的cookie的值（再次登录或退出登录或超过一定时间（待确认）会失效）\nvar userId='';\nvar siteId='';\nvar wapToken='';\n//定义结束\n\n//以下代码不要动\n//md5加密开始\nvar rotateLeft = function(lValue, iShiftBits) {\n    return (lValue << iShiftBits) | (lValue >>> (32 - iShiftBits))\n}\nvar addUnsigned = function(lX, lY) {\n    var lX4, lY4, lX8, lY8, lResult;\n    lX8 = (lX & 0x80000000);\n    lY8 = (lY & 0x80000000);\n    lX4 = (lX & 0x40000000);\n    lY4 = (lY & 0x40000000);\n    lResult = (lX & 0x3FFFFFFF) + (lY & 0x3FFFFFFF);\n    if (lX4 & lY4) return (lResult ^ 0x80000000 ^ lX8 ^ lY8);\n    if (lX4 | lY4) {\n        if (lResult & 0x40000000) return (lResult ^ 0xC0000000 ^ lX8 ^ lY8);\n        else return (lResult ^ 0x40000000 ^ lX8 ^ lY8)\n    } else {\n        return (lResult ^ lX8 ^ lY8)\n    }\n}\nvar F = function(x, y, z) {\n    return (x & y) | ((~x) & z)\n}\nvar G = function(x, y, z) {\n    return (x & z) | (y & (~z))\n}\nvar H = function(x, y, z) {\n    return (x ^ y ^ z)\n}\nvar I = function(x, y, z) {\n    return (y ^ (x | (~z)))\n}\nvar FF = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(F(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar GG = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(G(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar HH = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(H(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar II = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(I(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar convertToWordArray = function(string) {\n    var lWordCount;\n    var lMessageLength = string.length;\n    var lNumberOfWordsTempOne = lMessageLength + 8;\n    var lNumberOfWordsTempTwo = (lNumberOfWordsTempOne - (lNumberOfWordsTempOne % 64)) / 64;\n    var lNumberOfWords = (lNumberOfWordsTempTwo + 1) * 16;\n    var lWordArray = Array(lNumberOfWords - 1);\n    var lBytePosition = 0;\n    var lByteCount = 0;\n    while (lByteCount < lMessageLength) {\n        lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n        lBytePosition = (lByteCount % 4) * 8;\n        lWordArray[lWordCount] = (lWordArray[lWordCount] | (string.charCodeAt(lByteCount) << lBytePosition));\n        lByteCount++\n    }\n    lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n    lBytePosition = (lByteCount % 4) * 8;\n    lWordArray[lWordCount] = lWordArray[lWordCount] | (0x80 << lBytePosition);\n    lWordArray[lNumberOfWords - 2] = lMessageLength << 3;\n    lWordArray[lNumberOfWords - 1] = lMessageLength >>> 29;\n    return lWordArray\n};\nvar wordToHex = function(lValue) {\n    var WordToHexValue = \"\",\n    WordToHexValueTemp = \"\",\n    lByte, lCount;\n    for (lCount = 0; lCount <= 3; lCount++) {\n        lByte = (lValue >>> (lCount * 8)) & 255;\n        WordToHexValueTemp = \"0\" + lByte.toString(16);\n        WordToHexValue = WordToHexValue + WordToHexValueTemp.substr(WordToHexValueTemp.length - 2, 2)\n    }\n    return WordToHexValue\n};\nvar uTF8Encode = function(string) {\n    string = string.replace(/\\x0d\\x0a/g, \"\\x0a\");\n    var output = \"\";\n    for (var n = 0; n < string.length; n++) {\n        var c = string.charCodeAt(n);\n        if (c < 128) {\n            output += String.fromCharCode(c)\n        } else if ((c > 127) && (c < 2048)) {\n            output += String.fromCharCode((c >> 6) | 192);\n            output += String.fromCharCode((c & 63) | 128)\n        } else {\n            output += String.fromCharCode((c >> 12) | 224);\n            output += String.fromCharCode(((c >> 6) & 63) | 128);\n            output += String.fromCharCode((c & 63) | 128)\n        }\n    }\n    return output;\n};\nfunction md5(string) {\n    var x = Array();\n    var k, AA, BB, CC, DD, a, b, c, d;\n    var S11 = 7,\n    S12 = 12,\n    S13 = 17,\n    S14 = 22;\n    var S21 = 5,\n    S22 = 9,\n    S23 = 14,\n    S24 = 20;\n    var S31 = 4,\n    S32 = 11,\n    S33 = 16,\n    S34 = 23;\n    var S41 = 6,\n    S42 = 10,\n    S43 = 15,\n    S44 = 21;\n    string = uTF8Encode(string);\n    x = convertToWordArray(string);\n    a = 0x67452301;\n    b = 0xEFCDAB89;\n    c = 0x98BADCFE;\n    d = 0x10325476;\n    for (k = 0; k < x.length; k += 16) {\n        AA = a;\n        BB = b;\n        CC = c;\n        DD = d;\n        a = FF(a, b, c, d, x[k + 0], S11, 0xD76AA478);\n        d = FF(d, a, b, c, x[k + 1], S12, 0xE8C7B756);\n        c = FF(c, d, a, b, x[k + 2], S13, 0x242070DB);\n        b = FF(b, c, d, a, x[k + 3], S14, 0xC1BDCEEE);\n        a = FF(a, b, c, d, x[k + 4], S11, 0xF57C0FAF);\n        d = FF(d, a, b, c, x[k + 5], S12, 0x4787C62A);\n        c = FF(c, d, a, b, x[k + 6], S13, 0xA8304613);\n        b = FF(b, c, d, a, x[k + 7], S14, 0xFD469501);\n        a = FF(a, b, c, d, x[k + 8], S11, 0x698098D8);\n        d = FF(d, a, b, c, x[k + 9], S12, 0x8B44F7AF);\n        c = FF(c, d, a, b, x[k + 10], S13, 0xFFFF5BB1);\n        b = FF(b, c, d, a, x[k + 11], S14, 0x895CD7BE);\n        a = FF(a, b, c, d, x[k + 12], S11, 0x6B901122);\n        d = FF(d, a, b, c, x[k + 13], S12, 0xFD987193);\n        c = FF(c, d, a, b, x[k + 14], S13, 0xA679438E);\n        b = FF(b, c, d, a, x[k + 15], S14, 0x49B40821);\n        a = GG(a, b, c, d, x[k + 1], S21, 0xF61E2562);\n        d = GG(d, a, b, c, x[k + 6], S22, 0xC040B340);\n        c = GG(c, d, a, b, x[k + 11], S23, 0x265E5A51);\n        b = GG(b, c, d, a, x[k + 0], S24, 0xE9B6C7AA);\n        a = GG(a, b, c, d, x[k + 5], S21, 0xD62F105D);\n        d = GG(d, a, b, c, x[k + 10], S22, 0x2441453);\n        c = GG(c, d, a, b, x[k + 15], S23, 0xD8A1E681);\n        b = GG(b, c, d, a, x[k + 4], S24, 0xE7D3FBC8);\n        a = GG(a, b, c, d, x[k + 9], S21, 0x21E1CDE6);\n        d = GG(d, a, b, c, x[k + 14], S22, 0xC33707D6);\n        c = GG(c, d, a, b, x[k + 3], S23, 0xF4D50D87);\n        b = GG(b, c, d, a, x[k + 8], S24, 0x455A14ED);\n        a = GG(a, b, c, d, x[k + 13], S21, 0xA9E3E905);\n        d = GG(d, a, b, c, x[k + 2], S22, 0xFCEFA3F8);\n        c = GG(c, d, a, b, x[k + 7], S23, 0x676F02D9);\n        b = GG(b, c, d, a, x[k + 12], S24, 0x8D2A4C8A);\n        a = HH(a, b, c, d, x[k + 5], S31, 0xFFFA3942);\n        d = HH(d, a, b, c, x[k + 8], S32, 0x8771F681);\n        c = HH(c, d, a, b, x[k + 11], S33, 0x6D9D6122);\n        b = HH(b, c, d, a, x[k + 14], S34, 0xFDE5380C);\n        a = HH(a, b, c, d, x[k + 1], S31, 0xA4BEEA44);\n        d = HH(d, a, b, c, x[k + 4], S32, 0x4BDECFA9);\n        c = HH(c, d, a, b, x[k + 7], S33, 0xF6BB4B60);\n        b = HH(b, c, d, a, x[k + 10], S34, 0xBEBFBC70);\n        a = HH(a, b, c, d, x[k + 13], S31, 0x289B7EC6);\n        d = HH(d, a, b, c, x[k + 0], S32, 0xEAA127FA);\n        c = HH(c, d, a, b, x[k + 3], S33, 0xD4EF3085);\n        b = HH(b, c, d, a, x[k + 6], S34, 0x4881D05);\n        a = HH(a, b, c, d, x[k + 9], S31, 0xD9D4D039);\n        d = HH(d, a, b, c, x[k + 12], S32, 0xE6DB99E5);\n        c = HH(c, d, a, b, x[k + 15], S33, 0x1FA27CF8);\n        b = HH(b, c, d, a, x[k + 2], S34, 0xC4AC5665);\n        a = II(a, b, c, d, x[k + 0], S41, 0xF4292244);\n        d = II(d, a, b, c, x[k + 7], S42, 0x432AFF97);\n        c = II(c, d, a, b, x[k + 14], S43, 0xAB9423A7);\n        b = II(b, c, d, a, x[k + 5], S44, 0xFC93A039);\n        a = II(a, b, c, d, x[k + 12], S41, 0x655B59C3);\n        d = II(d, a, b, c, x[k + 3], S42, 0x8F0CCC92);\n        c = II(c, d, a, b, x[k + 10], S43, 0xFFEFF47D);\n        b = II(b, c, d, a, x[k + 1], S44, 0x85845DD1);\n        a = II(a, b, c, d, x[k + 8], S41, 0x6FA87E4F);\n        d = II(d, a, b, c, x[k + 15], S42, 0xFE2CE6E0);\n        c = II(c, d, a, b, x[k + 6], S43, 0xA3014314);\n        b = II(b, c, d, a, x[k + 13], S44, 0x4E0811A1);\n        a = II(a, b, c, d, x[k + 4], S41, 0xF7537E82);\n        d = II(d, a, b, c, x[k + 11], S42, 0xBD3AF235);\n        c = II(c, d, a, b, x[k + 2], S43, 0x2AD7D2BB);\n        b = II(b, c, d, a, x[k + 9], S44, 0xEB86D391);\n        a = addUnsigned(a, AA);\n        b = addUnsigned(b, BB);\n        c = addUnsigned(c, CC);\n        d = addUnsigned(d, DD);\n    };\n    var tempValue = wordToHex(a) + wordToHex(b) + wordToHex(c) + wordToHex(d);\n    return tempValue.toLowerCase();\n}\n//md5加密结束\n//DES加密开始\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\nvar CryptoJS = CryptoJS ||\nfunction(u, l) {\n    var d = {},\n    n = d.lib = {},\n    p = function() {},\n    s = n.Base = {\n        extend: function(a) {\n            p.prototype = this;\n            var c = new p;\n            a && c.mixIn(a);\n            c.hasOwnProperty(\"init\") || (c.init = function() {\n                c.$super.init.apply(this, arguments)\n            });\n            c.init.prototype = c;\n            c.$super = this;\n            return c\n        },\n        create: function() {\n            var a = this.extend();\n            a.init.apply(a, arguments);\n            return a\n        },\n        init: function() {},\n        mixIn: function(a) {\n            for (var c in a) a.hasOwnProperty(c) && (this[c] = a[c]);\n            a.hasOwnProperty(\"toString\") && (this.toString = a.toString)\n        },\n        clone: function() {\n            return this.init.prototype.extend(this)\n        }\n    },\n    q = n.WordArray = s.extend({\n        init: function(a, c) {\n            a = this.words = a || [];\n            this.sigBytes = c != l ? c: 4 * a.length\n        },\n        toString: function(a) {\n            return (a || v).stringify(this)\n        },\n        concat: function(a) {\n            var c = this.words,\n            m = a.words,\n            f = this.sigBytes;\n            a = a.sigBytes;\n            this.clamp();\n            if (f % 4) for (var t = 0; t < a; t++) c[f + t >>> 2] |= (m[t >>> 2] >>> 24 - 8 * (t % 4) & 255) << 24 - 8 * ((f + t) % 4);\n            else if (65535 < m.length) for (t = 0; t < a; t += 4) c[f + t >>> 2] = m[t >>> 2];\n            else c.push.apply(c, m);\n            this.sigBytes += a;\n            return this\n        },\n        clamp: function() {\n            var a = this.words,\n            c = this.sigBytes;\n            a[c >>> 2] &= 4294967295 << 32 - 8 * (c % 4);\n            a.length = u.ceil(c / 4)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a.words = this.words.slice(0);\n            return a\n        },\n        random: function(a) {\n            for (var c = [], m = 0; m < a; m += 4) c.push(4294967296 * u.random() | 0);\n            return new q.init(c, a)\n        }\n    }),\n    w = d.enc = {},\n    v = w.Hex = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) {\n                var t = c[f >>> 2] >>> 24 - 8 * (f % 4) & 255;\n                m.push((t >>> 4).toString(16));\n                m.push((t & 15).toString(16))\n            }\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f += 2) m[f >>> 3] |= parseInt(a.substr(f, 2), 16) << 24 - 4 * (f % 8);\n            return new q.init(m, c / 2)\n        }\n    },\n    b = w.Latin1 = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) m.push(String.fromCharCode(c[f >>> 2] >>> 24 - 8 * (f % 4) & 255));\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f++) m[f >>> 2] |= (a.charCodeAt(f) & 255) << 24 - 8 * (f % 4);\n            return new q.init(m, c)\n        }\n    },\n    x = w.Utf8 = {\n        stringify: function(a) {\n            try {\n                return decodeURIComponent(escape(b.stringify(a)))\n            } catch(c) {\n                throw Error(\"Malformed UTF-8 data\");\n            }\n        },\n        parse: function(a) {\n            return b.parse(unescape(encodeURIComponent(a)))\n        }\n    },\n    r = n.BufferedBlockAlgorithm = s.extend({\n        reset: function() {\n            this._data = new q.init;\n            this._nDataBytes = 0\n        },\n        _append: function(a) {\n            \"string\" == typeof a && (a = x.parse(a));\n            this._data.concat(a);\n            this._nDataBytes += a.sigBytes\n        },\n        _process: function(a) {\n            var c = this._data,\n            m = c.words,\n            f = c.sigBytes,\n            t = this.blockSize,\n            b = f / (4 * t),\n            b = a ? u.ceil(b) : u.max((b | 0) - this._minBufferSize, 0);\n            a = b * t;\n            f = u.min(4 * a, f);\n            if (a) {\n                for (var e = 0; e < a; e += t) this._doProcessBlock(m, e);\n                e = m.splice(0, a);\n                c.sigBytes -= f\n            }\n            return new q.init(e, f)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a._data = this._data.clone();\n            return a\n        },\n        _minBufferSize: 0\n    });\n    n.Hasher = r.extend({\n        cfg: s.extend(),\n        init: function(a) {\n            this.cfg = this.cfg.extend(a);\n            this.reset()\n        },\n        reset: function() {\n            r.reset.call(this);\n            this._doReset()\n        },\n        update: function(a) {\n            this._append(a);\n            this._process();\n            return this\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        blockSize: 16,\n        _createHelper: function(a) {\n            return function(c, m) {\n                return (new a.init(m)).finalize(c)\n            }\n        },\n        _createHmacHelper: function(a) {\n            return function(c, m) {\n                return (new e.HMAC.init(a, m)).finalize(c)\n            }\n        }\n    });\n    var e = d.algo = {};\n    return d\n} (Math); (function() {\n    var u = CryptoJS,\n    l = u.lib.WordArray;\n    u.enc.Base64 = {\n        stringify: function(d) {\n            var n = d.words,\n            l = d.sigBytes,\n            s = this._map;\n            d.clamp();\n            d = [];\n            for (var q = 0; q < l; q += 3) for (var w = (n[q >>> 2] >>> 24 - 8 * (q % 4) & 255) << 16 | (n[q + 1 >>> 2] >>> 24 - 8 * ((q + 1) % 4) & 255) << 8 | n[q + 2 >>> 2] >>> 24 - 8 * ((q + 2) % 4) & 255, v = 0; 4 > v && q + 0.75 * v < l; v++) d.push(s.charAt(w >>> 6 * (3 - v) & 63));\n            if (n = s.charAt(64)) for (; d.length % 4;) d.push(n);\n            return d.join(\"\")\n        },\n        parse: function(d) {\n            var n = d.length,\n            p = this._map,\n            s = p.charAt(64);\n            s && (s = d.indexOf(s), -1 != s && (n = s));\n            for (var s = [], q = 0, w = 0; w < n; w++) if (w % 4) {\n                var v = p.indexOf(d.charAt(w - 1)) << 2 * (w % 4),\n                b = p.indexOf(d.charAt(w)) >>> 6 - 2 * (w % 4);\n                s[q >>> 2] |= (v | b) << 24 - 8 * (q % 4);\n                q++\n            }\n            return l.create(s, q)\n        },\n        _map: \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\"\n    }\n})(); (function(u) {\n    function l(b, e, a, c, m, f, t) {\n        b = b + (e & a | ~e & c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function d(b, e, a, c, m, f, t) {\n        b = b + (e & c | a & ~c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function n(b, e, a, c, m, f, t) {\n        b = b + (e ^ a ^ c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function p(b, e, a, c, m, f, t) {\n        b = b + (a ^ (e | ~c)) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    for (var s = CryptoJS,\n    q = s.lib,\n    w = q.WordArray,\n    v = q.Hasher,\n    q = s.algo,\n    b = [], x = 0; 64 > x; x++) b[x] = 4294967296 * u.abs(u.sin(x + 1)) | 0;\n    q = q.MD5 = v.extend({\n        _doReset: function() {\n            this._hash = new w.init([1732584193, 4023233417, 2562383102, 271733878])\n        },\n        _doProcessBlock: function(r, e) {\n            for (var a = 0; 16 > a; a++) {\n                var c = e + a,\n                m = r[c];\n                r[c] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360\n            }\n            var a = this._hash.words,\n            c = r[e + 0],\n            m = r[e + 1],\n            f = r[e + 2],\n            t = r[e + 3],\n            y = r[e + 4],\n            q = r[e + 5],\n            s = r[e + 6],\n            w = r[e + 7],\n            v = r[e + 8],\n            u = r[e + 9],\n            x = r[e + 10],\n            z = r[e + 11],\n            A = r[e + 12],\n            B = r[e + 13],\n            C = r[e + 14],\n            D = r[e + 15],\n            g = a[0],\n            h = a[1],\n            j = a[2],\n            k = a[3],\n            g = l(g, h, j, k, c, 7, b[0]),\n            k = l(k, g, h, j, m, 12, b[1]),\n            j = l(j, k, g, h, f, 17, b[2]),\n            h = l(h, j, k, g, t, 22, b[3]),\n            g = l(g, h, j, k, y, 7, b[4]),\n            k = l(k, g, h, j, q, 12, b[5]),\n            j = l(j, k, g, h, s, 17, b[6]),\n            h = l(h, j, k, g, w, 22, b[7]),\n            g = l(g, h, j, k, v, 7, b[8]),\n            k = l(k, g, h, j, u, 12, b[9]),\n            j = l(j, k, g, h, x, 17, b[10]),\n            h = l(h, j, k, g, z, 22, b[11]),\n            g = l(g, h, j, k, A, 7, b[12]),\n            k = l(k, g, h, j, B, 12, b[13]),\n            j = l(j, k, g, h, C, 17, b[14]),\n            h = l(h, j, k, g, D, 22, b[15]),\n            g = d(g, h, j, k, m, 5, b[16]),\n            k = d(k, g, h, j, s, 9, b[17]),\n            j = d(j, k, g, h, z, 14, b[18]),\n            h = d(h, j, k, g, c, 20, b[19]),\n            g = d(g, h, j, k, q, 5, b[20]),\n            k = d(k, g, h, j, x, 9, b[21]),\n            j = d(j, k, g, h, D, 14, b[22]),\n            h = d(h, j, k, g, y, 20, b[23]),\n            g = d(g, h, j, k, u, 5, b[24]),\n            k = d(k, g, h, j, C, 9, b[25]),\n            j = d(j, k, g, h, t, 14, b[26]),\n            h = d(h, j, k, g, v, 20, b[27]),\n            g = d(g, h, j, k, B, 5, b[28]),\n            k = d(k, g, h, j, f, 9, b[29]),\n            j = d(j, k, g, h, w, 14, b[30]),\n            h = d(h, j, k, g, A, 20, b[31]),\n            g = n(g, h, j, k, q, 4, b[32]),\n            k = n(k, g, h, j, v, 11, b[33]),\n            j = n(j, k, g, h, z, 16, b[34]),\n            h = n(h, j, k, g, C, 23, b[35]),\n            g = n(g, h, j, k, m, 4, b[36]),\n            k = n(k, g, h, j, y, 11, b[37]),\n            j = n(j, k, g, h, w, 16, b[38]),\n            h = n(h, j, k, g, x, 23, b[39]),\n            g = n(g, h, j, k, B, 4, b[40]),\n            k = n(k, g, h, j, c, 11, b[41]),\n            j = n(j, k, g, h, t, 16, b[42]),\n            h = n(h, j, k, g, s, 23, b[43]),\n            g = n(g, h, j, k, u, 4, b[44]),\n            k = n(k, g, h, j, A, 11, b[45]),\n            j = n(j, k, g, h, D, 16, b[46]),\n            h = n(h, j, k, g, f, 23, b[47]),\n            g = p(g, h, j, k, c, 6, b[48]),\n            k = p(k, g, h, j, w, 10, b[49]),\n            j = p(j, k, g, h, C, 15, b[50]),\n            h = p(h, j, k, g, q, 21, b[51]),\n            g = p(g, h, j, k, A, 6, b[52]),\n            k = p(k, g, h, j, t, 10, b[53]),\n            j = p(j, k, g, h, x, 15, b[54]),\n            h = p(h, j, k, g, m, 21, b[55]),\n            g = p(g, h, j, k, v, 6, b[56]),\n            k = p(k, g, h, j, D, 10, b[57]),\n            j = p(j, k, g, h, s, 15, b[58]),\n            h = p(h, j, k, g, B, 21, b[59]),\n            g = p(g, h, j, k, y, 6, b[60]),\n            k = p(k, g, h, j, z, 10, b[61]),\n            j = p(j, k, g, h, f, 15, b[62]),\n            h = p(h, j, k, g, u, 21, b[63]);\n            a[0] = a[0] + g | 0;\n            a[1] = a[1] + h | 0;\n            a[2] = a[2] + j | 0;\n            a[3] = a[3] + k | 0\n        },\n        _doFinalize: function() {\n            var b = this._data,\n            e = b.words,\n            a = 8 * this._nDataBytes,\n            c = 8 * b.sigBytes;\n            e[c >>> 5] |= 128 << 24 - c % 32;\n            var m = u.floor(a / 4294967296);\n            e[(c + 64 >>> 9 << 4) + 15] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360;\n            e[(c + 64 >>> 9 << 4) + 14] = (a << 8 | a >>> 24) & 16711935 | (a << 24 | a >>> 8) & 4278255360;\n            b.sigBytes = 4 * (e.length + 1);\n            this._process();\n            b = this._hash;\n            e = b.words;\n            for (a = 0; 4 > a; a++) c = e[a],\n            e[a] = (c << 8 | c >>> 24) & 16711935 | (c << 24 | c >>> 8) & 4278255360;\n            return b\n        },\n        clone: function() {\n            var b = v.clone.call(this);\n            b._hash = this._hash.clone();\n            return b\n        }\n    });\n    s.MD5 = v._createHelper(q);\n    s.HmacMD5 = v._createHmacHelper(q)\n})(Math); (function() {\n    var u = CryptoJS,\n    l = u.lib,\n    d = l.Base,\n    n = l.WordArray,\n    l = u.algo,\n    p = l.EvpKDF = d.extend({\n        cfg: d.extend({\n            keySize: 4,\n            hasher: l.MD5,\n            iterations: 1\n        }),\n        init: function(d) {\n            this.cfg = this.cfg.extend(d)\n        },\n        compute: function(d, l) {\n            for (var p = this.cfg,\n            v = p.hasher.create(), b = n.create(), u = b.words, r = p.keySize, p = p.iterations; u.length < r;) {\n                e && v.update(e);\n                var e = v.update(d).finalize(l);\n                v.reset();\n                for (var a = 1; a < p; a++) e = v.finalize(e),\n                v.reset();\n                b.concat(e)\n            }\n            b.sigBytes = 4 * r;\n            return b\n        }\n    });\n    u.EvpKDF = function(d, l, n) {\n        return p.create(n).compute(d, l)\n    }\n})();\nCryptoJS.lib.Cipher ||\nfunction(u) {\n    var l = CryptoJS,\n    d = l.lib,\n    n = d.Base,\n    p = d.WordArray,\n    s = d.BufferedBlockAlgorithm,\n    q = l.enc.Base64,\n    w = l.algo.EvpKDF,\n    v = d.Cipher = s.extend({\n        cfg: n.extend(),\n        createEncryptor: function(m, a) {\n            return this.create(this._ENC_XFORM_MODE, m, a)\n        },\n        createDecryptor: function(m, a) {\n            return this.create(this._DEC_XFORM_MODE, m, a)\n        },\n        init: function(m, a, b) {\n            this.cfg = this.cfg.extend(b);\n            this._xformMode = m;\n            this._key = a;\n            this.reset()\n        },\n        reset: function() {\n            s.reset.call(this);\n            this._doReset()\n        },\n        process: function(a) {\n            this._append(a);\n            return this._process()\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        keySize: 4,\n        ivSize: 4,\n        _ENC_XFORM_MODE: 1,\n        _DEC_XFORM_MODE: 2,\n        _createHelper: function(m) {\n            return {\n                encrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).encrypt(m, f, b, e)\n                },\n                decrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).decrypt(m, f, b, e)\n                }\n            }\n        }\n    });\n    d.StreamCipher = v.extend({\n        _doFinalize: function() {\n            return this._process(!0)\n        },\n        blockSize: 1\n    });\n    var b = l.mode = {},\n    x = function(a, f, b) {\n        var c = this._iv;\n        c ? this._iv = u: c = this._prevBlock;\n        for (var e = 0; e < b; e++) a[f + e] ^= c[e]\n    },\n    r = (d.BlockCipherMode = n.extend({\n        createEncryptor: function(a, f) {\n            return this.Encryptor.create(a, f)\n        },\n        createDecryptor: function(a, f) {\n            return this.Decryptor.create(a, f)\n        },\n        init: function(a, f) {\n            this._cipher = a;\n            this._iv = f\n        }\n    })).extend();\n    r.Encryptor = r.extend({\n        processBlock: function(a, f) {\n            var b = this._cipher,\n            c = b.blockSize;\n            x.call(this, a, f, c);\n            b.encryptBlock(a, f);\n            this._prevBlock = a.slice(f, f + c)\n        }\n    });\n    r.Decryptor = r.extend({\n        processBlock: function(a, b) {\n            var c = this._cipher,\n            e = c.blockSize,\n            d = a.slice(b, b + e);\n            c.decryptBlock(a, b);\n            x.call(this, a, b, e);\n            this._prevBlock = d\n        }\n    });\n    b = b.CBC = r;\n    r = (l.pad = {}).Pkcs7 = {\n        pad: function(a, b) {\n            for (var c = 4 * b,\n            c = c - a.sigBytes % c,\n            e = c << 24 | c << 16 | c << 8 | c,\n            d = [], l = 0; l < c; l += 4) d.push(e);\n            c = p.create(d, c);\n            a.concat(c)\n        },\n        unpad: function(a) {\n            a.sigBytes -= a.words[a.sigBytes - 1 >>> 2] & 255\n        }\n    };\n    d.BlockCipher = v.extend({\n        cfg: v.cfg.extend({\n            mode: b,\n            padding: r\n        }),\n        reset: function() {\n            v.reset.call(this);\n            var a = this.cfg,\n            c = a.iv,\n            a = a.mode;\n            if (this._xformMode == this._ENC_XFORM_MODE) var b = a.createEncryptor;\n            else b = a.createDecryptor,\n            this._minBufferSize = 1;\n            this._mode = b.call(a, this, c && c.words)\n        },\n        _doProcessBlock: function(a, c) {\n            this._mode.processBlock(a, c)\n        },\n        _doFinalize: function() {\n            var a = this.cfg.padding;\n            if (this._xformMode == this._ENC_XFORM_MODE) {\n                a.pad(this._data, this.blockSize);\n                var c = this._process(!0)\n            } else c = this._process(!0),\n            a.unpad(c);\n            return c\n        },\n        blockSize: 4\n    });\n    var e = d.CipherParams = n.extend({\n        init: function(a) {\n            this.mixIn(a)\n        },\n        toString: function(a) {\n            return (a || this.formatter).stringify(this)\n        }\n    }),\n    b = (l.format = {}).OpenSSL = {\n        stringify: function(a) {\n            var c = a.ciphertext;\n            a = a.salt;\n            return (a ? p.create([1398893684, 1701076831]).concat(a).concat(c) : c).toString(q)\n        },\n        parse: function(a) {\n            a = q.parse(a);\n            var c = a.words;\n            if (1398893684 == c[0] && 1701076831 == c[1]) {\n                var b = p.create(c.slice(2, 4));\n                c.splice(0, 4);\n                a.sigBytes -= 16\n            }\n            return e.create({\n                ciphertext: a,\n                salt: b\n            })\n        }\n    },\n    a = d.SerializableCipher = n.extend({\n        cfg: n.extend({\n            format: b\n        }),\n        encrypt: function(a, c, b, d) {\n            d = this.cfg.extend(d);\n            var l = a.createEncryptor(b, d);\n            c = l.finalize(c);\n            l = l.cfg;\n            return e.create({\n                ciphertext: c,\n                key: b,\n                iv: l.iv,\n                algorithm: a,\n                mode: l.mode,\n                padding: l.padding,\n                blockSize: a.blockSize,\n                formatter: d.format\n            })\n        },\n        decrypt: function(a, c, b, e) {\n            e = this.cfg.extend(e);\n            c = this._parse(c, e.format);\n            return a.createDecryptor(b, e).finalize(c.ciphertext)\n        },\n        _parse: function(a, c) {\n            return \"string\" == typeof a ? c.parse(a, this) : a\n        }\n    }),\n    l = (l.kdf = {}).OpenSSL = {\n        execute: function(a, c, b, d) {\n            d || (d = p.random(8));\n            a = w.create({\n                keySize: c + b\n            }).compute(a, d);\n            b = p.create(a.words.slice(c), 4 * b);\n            a.sigBytes = 4 * c;\n            return e.create({\n                key: a,\n                iv: b,\n                salt: d\n            })\n        }\n    },\n    c = d.PasswordBasedCipher = a.extend({\n        cfg: a.cfg.extend({\n            kdf: l\n        }),\n        encrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            e = d.kdf.execute(e, c.keySize, c.ivSize);\n            d.iv = e.iv;\n            c = a.encrypt.call(this, c, b, e.key, d);\n            c.mixIn(e);\n            return c\n        },\n        decrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            b = this._parse(b, d.format);\n            e = d.kdf.execute(e, c.keySize, c.ivSize, b.salt);\n            d.iv = e.iv;\n            return a.decrypt.call(this, c, b, e.key, d)\n        }\n    })\n} (); (function() {\n    function u(b, a) {\n        var c = (this._lBlock >>> b ^ this._rBlock) & a;\n        this._rBlock ^= c;\n        this._lBlock ^= c << b\n    }\n    function l(b, a) {\n        var c = (this._rBlock >>> b ^ this._lBlock) & a;\n        this._lBlock ^= c;\n        this._rBlock ^= c << b\n    }\n    var d = CryptoJS,\n    n = d.lib,\n    p = n.WordArray,\n    n = n.BlockCipher,\n    s = d.algo,\n    q = [57, 49, 41, 33, 25, 17, 9, 1, 58, 50, 42, 34, 26, 18, 10, 2, 59, 51, 43, 35, 27, 19, 11, 3, 60, 52, 44, 36, 63, 55, 47, 39, 31, 23, 15, 7, 62, 54, 46, 38, 30, 22, 14, 6, 61, 53, 45, 37, 29, 21, 13, 5, 28, 20, 12, 4],\n    w = [14, 17, 11, 24, 1, 5, 3, 28, 15, 6, 21, 10, 23, 19, 12, 4, 26, 8, 16, 7, 27, 20, 13, 2, 41, 52, 31, 37, 47, 55, 30, 40, 51, 45, 33, 48, 44, 49, 39, 56, 34, 53, 46, 42, 50, 36, 29, 32],\n    v = [1, 2, 4, 6, 8, 10, 12, 14, 15, 17, 19, 21, 23, 25, 27, 28],\n    b = [{\n        \"0\": 8421888,\n        268435456 : 32768,\n        536870912 : 8421378,\n        805306368 : 2,\n        1073741824 : 512,\n        1342177280 : 8421890,\n        1610612736 : 8389122,\n        1879048192 : 8388608,\n        2147483648 : 514,\n        2415919104 : 8389120,\n        2684354560 : 33280,\n        2952790016 : 8421376,\n        3221225472 : 32770,\n        3489660928 : 8388610,\n        3758096384 : 0,\n        4026531840 : 33282,\n        134217728 : 0,\n        402653184 : 8421890,\n        671088640 : 33282,\n        939524096 : 32768,\n        1207959552 : 8421888,\n        1476395008 : 512,\n        1744830464 : 8421378,\n        2013265920 : 2,\n        2281701376 : 8389120,\n        2550136832 : 33280,\n        2818572288 : 8421376,\n        3087007744 : 8389122,\n        3355443200 : 8388610,\n        3623878656 : 32770,\n        3892314112 : 514,\n        4160749568 : 8388608,\n        1 : 32768,\n        268435457 : 2,\n        536870913 : 8421888,\n        805306369 : 8388608,\n        1073741825 : 8421378,\n        1342177281 : 33280,\n        1610612737 : 512,\n        1879048193 : 8389122,\n        2147483649 : 8421890,\n        2415919105 : 8421376,\n        2684354561 : 8388610,\n        2952790017 : 33282,\n        3221225473 : 514,\n        3489660929 : 8389120,\n        3758096385 : 32770,\n        4026531841 : 0,\n        134217729 : 8421890,\n        402653185 : 8421376,\n        671088641 : 8388608,\n        939524097 : 512,\n        1207959553 : 32768,\n        1476395009 : 8388610,\n        1744830465 : 2,\n        2013265921 : 33282,\n        2281701377 : 32770,\n        2550136833 : 8389122,\n        2818572289 : 514,\n        3087007745 : 8421888,\n        3355443201 : 8389120,\n        3623878657 : 0,\n        3892314113 : 33280,\n        4160749569 : 8421378\n    },\n    {\n        \"0\": 1074282512,\n        16777216 : 16384,\n        33554432 : 524288,\n        50331648 : 1074266128,\n        67108864 : 1073741840,\n        83886080 : 1074282496,\n        100663296 : 1073758208,\n        117440512 : 16,\n        134217728 : 540672,\n        150994944 : 1073758224,\n        167772160 : 1073741824,\n        184549376 : 540688,\n        201326592 : 524304,\n        218103808 : 0,\n        234881024 : 16400,\n        251658240 : 1074266112,\n        8388608 : 1073758208,\n        25165824 : 540688,\n        41943040 : 16,\n        58720256 : 1073758224,\n        75497472 : 1074282512,\n        92274688 : 1073741824,\n        109051904 : 524288,\n        125829120 : 1074266128,\n        142606336 : 524304,\n        159383552 : 0,\n        176160768 : 16384,\n        192937984 : 1074266112,\n        209715200 : 1073741840,\n        226492416 : 540672,\n        243269632 : 1074282496,\n        260046848 : 16400,\n        268435456 : 0,\n        285212672 : 1074266128,\n        301989888 : 1073758224,\n        318767104 : 1074282496,\n        335544320 : 1074266112,\n        352321536 : 16,\n        369098752 : 540688,\n        385875968 : 16384,\n        402653184 : 16400,\n        419430400 : 524288,\n        436207616 : 524304,\n        452984832 : 1073741840,\n        469762048 : 540672,\n        486539264 : 1073758208,\n        503316480 : 1073741824,\n        520093696 : 1074282512,\n        276824064 : 540688,\n        293601280 : 524288,\n        310378496 : 1074266112,\n        327155712 : 16384,\n        343932928 : 1073758208,\n        360710144 : 1074282512,\n        377487360 : 16,\n        394264576 : 1073741824,\n        411041792 : 1074282496,\n        427819008 : 1073741840,\n        444596224 : 1073758224,\n        461373440 : 524304,\n        478150656 : 0,\n        494927872 : 16400,\n        511705088 : 1074266128,\n        528482304 : 540672\n    },\n    {\n        \"0\": 260,\n        1048576 : 0,\n        2097152 : 67109120,\n        3145728 : 65796,\n        4194304 : 65540,\n        5242880 : 67108868,\n        6291456 : 67174660,\n        7340032 : 67174400,\n        8388608 : 67108864,\n        9437184 : 67174656,\n        10485760 : 65792,\n        11534336 : 67174404,\n        12582912 : 67109124,\n        13631488 : 65536,\n        14680064 : 4,\n        15728640 : 256,\n        524288 : 67174656,\n        1572864 : 67174404,\n        2621440 : 0,\n        3670016 : 67109120,\n        4718592 : 67108868,\n        5767168 : 65536,\n        6815744 : 65540,\n        7864320 : 260,\n        8912896 : 4,\n        9961472 : 256,\n        11010048 : 67174400,\n        12058624 : 65796,\n        13107200 : 65792,\n        14155776 : 67109124,\n        15204352 : 67174660,\n        16252928 : 67108864,\n        16777216 : 67174656,\n        17825792 : 65540,\n        18874368 : 65536,\n        19922944 : 67109120,\n        20971520 : 256,\n        22020096 : 67174660,\n        23068672 : 67108868,\n        24117248 : 0,\n        25165824 : 67109124,\n        26214400 : 67108864,\n        27262976 : 4,\n        28311552 : 65792,\n        29360128 : 67174400,\n        30408704 : 260,\n        31457280 : 65796,\n        32505856 : 67174404,\n        17301504 : 67108864,\n        18350080 : 260,\n        19398656 : 67174656,\n        20447232 : 0,\n        21495808 : 65540,\n        22544384 : 67109120,\n        23592960 : 256,\n        24641536 : 67174404,\n        25690112 : 65536,\n        26738688 : 67174660,\n        27787264 : 65796,\n        28835840 : 67108868,\n        29884416 : 67109124,\n        30932992 : 67174400,\n        31981568 : 4,\n        33030144 : 65792\n    },\n    {\n        \"0\": 2151682048,\n        65536 : 2147487808,\n        131072 : 4198464,\n        196608 : 2151677952,\n        262144 : 0,\n        327680 : 4198400,\n        393216 : 2147483712,\n        458752 : 4194368,\n        524288 : 2147483648,\n        589824 : 4194304,\n        655360 : 64,\n        720896 : 2147487744,\n        786432 : 2151678016,\n        851968 : 4160,\n        917504 : 4096,\n        983040 : 2151682112,\n        32768 : 2147487808,\n        98304 : 64,\n        163840 : 2151678016,\n        229376 : 2147487744,\n        294912 : 4198400,\n        360448 : 2151682112,\n        425984 : 0,\n        491520 : 2151677952,\n        557056 : 4096,\n        622592 : 2151682048,\n        688128 : 4194304,\n        753664 : 4160,\n        819200 : 2147483648,\n        884736 : 4194368,\n        950272 : 4198464,\n        1015808 : 2147483712,\n        1048576 : 4194368,\n        1114112 : 4198400,\n        1179648 : 2147483712,\n        1245184 : 0,\n        1310720 : 4160,\n        1376256 : 2151678016,\n        1441792 : 2151682048,\n        1507328 : 2147487808,\n        1572864 : 2151682112,\n        1638400 : 2147483648,\n        1703936 : 2151677952,\n        1769472 : 4198464,\n        1835008 : 2147487744,\n        1900544 : 4194304,\n        1966080 : 64,\n        2031616 : 4096,\n        1081344 : 2151677952,\n        1146880 : 2151682112,\n        1212416 : 0,\n        1277952 : 4198400,\n        1343488 : 4194368,\n        1409024 : 2147483648,\n        1474560 : 2147487808,\n        1540096 : 64,\n        1605632 : 2147483712,\n        1671168 : 4096,\n        1736704 : 2147487744,\n        1802240 : 2151678016,\n        1867776 : 4160,\n        1933312 : 2151682048,\n        1998848 : 4194304,\n        2064384 : 4198464\n    },\n    {\n        \"0\": 128,\n        4096 : 17039360,\n        8192 : 262144,\n        12288 : 536870912,\n        16384 : 537133184,\n        20480 : 16777344,\n        24576 : 553648256,\n        28672 : 262272,\n        32768 : 16777216,\n        36864 : 537133056,\n        40960 : 536871040,\n        45056 : 553910400,\n        49152 : 553910272,\n        53248 : 0,\n        57344 : 17039488,\n        61440 : 553648128,\n        2048 : 17039488,\n        6144 : 553648256,\n        10240 : 128,\n        14336 : 17039360,\n        18432 : 262144,\n        22528 : 537133184,\n        26624 : 553910272,\n        30720 : 536870912,\n        34816 : 537133056,\n        38912 : 0,\n        43008 : 553910400,\n        47104 : 16777344,\n        51200 : 536871040,\n        55296 : 553648128,\n        59392 : 16777216,\n        63488 : 262272,\n        65536 : 262144,\n        69632 : 128,\n        73728 : 536870912,\n        77824 : 553648256,\n        81920 : 16777344,\n        86016 : 553910272,\n        90112 : 537133184,\n        94208 : 16777216,\n        98304 : 553910400,\n        102400 : 553648128,\n        106496 : 17039360,\n        110592 : 537133056,\n        114688 : 262272,\n        118784 : 536871040,\n        122880 : 0,\n        126976 : 17039488,\n        67584 : 553648256,\n        71680 : 16777216,\n        75776 : 17039360,\n        79872 : 537133184,\n        83968 : 536870912,\n        88064 : 17039488,\n        92160 : 128,\n        96256 : 553910272,\n        100352 : 262272,\n        104448 : 553910400,\n        108544 : 0,\n        112640 : 553648128,\n        116736 : 16777344,\n        120832 : 262144,\n        124928 : 537133056,\n        129024 : 536871040\n    },\n    {\n        \"0\": 268435464,\n        256 : 8192,\n        512 : 270532608,\n        768 : 270540808,\n        1024 : 268443648,\n        1280 : 2097152,\n        1536 : 2097160,\n        1792 : 268435456,\n        2048 : 0,\n        2304 : 268443656,\n        2560 : 2105344,\n        2816 : 8,\n        3072 : 270532616,\n        3328 : 2105352,\n        3584 : 8200,\n        3840 : 270540800,\n        128 : 270532608,\n        384 : 270540808,\n        640 : 8,\n        896 : 2097152,\n        1152 : 2105352,\n        1408 : 268435464,\n        1664 : 268443648,\n        1920 : 8200,\n        2176 : 2097160,\n        2432 : 8192,\n        2688 : 268443656,\n        2944 : 270532616,\n        3200 : 0,\n        3456 : 270540800,\n        3712 : 2105344,\n        3968 : 268435456,\n        4096 : 268443648,\n        4352 : 270532616,\n        4608 : 270540808,\n        4864 : 8200,\n        5120 : 2097152,\n        5376 : 268435456,\n        5632 : 268435464,\n        5888 : 2105344,\n        6144 : 2105352,\n        6400 : 0,\n        6656 : 8,\n        6912 : 270532608,\n        7168 : 8192,\n        7424 : 268443656,\n        7680 : 270540800,\n        7936 : 2097160,\n        4224 : 8,\n        4480 : 2105344,\n        4736 : 2097152,\n        4992 : 268435464,\n        5248 : 268443648,\n        5504 : 8200,\n        5760 : 270540808,\n        6016 : 270532608,\n        6272 : 270540800,\n        6528 : 270532616,\n        6784 : 8192,\n        7040 : 2105352,\n        7296 : 2097160,\n        7552 : 0,\n        7808 : 268435456,\n        8064 : 268443656\n    },\n    {\n        \"0\": 1048576,\n        16 : 33555457,\n        32 : 1024,\n        48 : 1049601,\n        64 : 34604033,\n        80 : 0,\n        96 : 1,\n        112 : 34603009,\n        128 : 33555456,\n        144 : 1048577,\n        160 : 33554433,\n        176 : 34604032,\n        192 : 34603008,\n        208 : 1025,\n        224 : 1049600,\n        240 : 33554432,\n        8 : 34603009,\n        24 : 0,\n        40 : 33555457,\n        56 : 34604032,\n        72 : 1048576,\n        88 : 33554433,\n        104 : 33554432,\n        120 : 1025,\n        136 : 1049601,\n        152 : 33555456,\n        168 : 34603008,\n        184 : 1048577,\n        200 : 1024,\n        216 : 34604033,\n        232 : 1,\n        248 : 1049600,\n        256 : 33554432,\n        272 : 1048576,\n        288 : 33555457,\n        304 : 34603009,\n        320 : 1048577,\n        336 : 33555456,\n        352 : 34604032,\n        368 : 1049601,\n        384 : 1025,\n        400 : 34604033,\n        416 : 1049600,\n        432 : 1,\n        448 : 0,\n        464 : 34603008,\n        480 : 33554433,\n        496 : 1024,\n        264 : 1049600,\n        280 : 33555457,\n        296 : 34603009,\n        312 : 1,\n        328 : 33554432,\n        344 : 1048576,\n        360 : 1025,\n        376 : 34604032,\n        392 : 33554433,\n        408 : 34603008,\n        424 : 0,\n        440 : 34604033,\n        456 : 1049601,\n        472 : 1024,\n        488 : 33555456,\n        504 : 1048577\n    },\n    {\n        \"0\": 134219808,\n        1 : 131072,\n        2 : 134217728,\n        3 : 32,\n        4 : 131104,\n        5 : 134350880,\n        6 : 134350848,\n        7 : 2048,\n        8 : 134348800,\n        9 : 134219776,\n        10 : 133120,\n        11 : 134348832,\n        12 : 2080,\n        13 : 0,\n        14 : 134217760,\n        15 : 133152,\n        2147483648 : 2048,\n        2147483649 : 134350880,\n        2147483650 : 134219808,\n        2147483651 : 134217728,\n        2147483652 : 134348800,\n        2147483653 : 133120,\n        2147483654 : 133152,\n        2147483655 : 32,\n        2147483656 : 134217760,\n        2147483657 : 2080,\n        2147483658 : 131104,\n        2147483659 : 134350848,\n        2147483660 : 0,\n        2147483661 : 134348832,\n        2147483662 : 134219776,\n        2147483663 : 131072,\n        16 : 133152,\n        17 : 134350848,\n        18 : 32,\n        19 : 2048,\n        20 : 134219776,\n        21 : 134217760,\n        22 : 134348832,\n        23 : 131072,\n        24 : 0,\n        25 : 131104,\n        26 : 134348800,\n        27 : 134219808,\n        28 : 134350880,\n        29 : 133120,\n        30 : 2080,\n        31 : 134217728,\n        2147483664 : 131072,\n        2147483665 : 2048,\n        2147483666 : 134348832,\n        2147483667 : 133152,\n        2147483668 : 32,\n        2147483669 : 134348800,\n        2147483670 : 134217728,\n        2147483671 : 134219808,\n        2147483672 : 134350880,\n        2147483673 : 134217760,\n        2147483674 : 134219776,\n        2147483675 : 0,\n        2147483676 : 133120,\n        2147483677 : 2080,\n        2147483678 : 131104,\n        2147483679 : 134350848\n    }],\n    x = [4160749569, 528482304, 33030144, 2064384, 129024, 8064, 504, 2147483679],\n    r = s.DES = n.extend({\n        _doReset: function() {\n            for (var b = this._key.words,\n            a = [], c = 0; 56 > c; c++) {\n                var d = q[c] - 1;\n                a[c] = b[d >>> 5] >>> 31 - d % 32 & 1\n            }\n            b = this._subKeys = [];\n            for (d = 0; 16 > d; d++) {\n                for (var f = b[d] = [], l = v[d], c = 0; 24 > c; c++) f[c / 6 | 0] |= a[(w[c] - 1 + l) % 28] << 31 - c % 6,\n                f[4 + (c / 6 | 0)] |= a[28 + (w[c + 24] - 1 + l) % 28] << 31 - c % 6;\n                f[0] = f[0] << 1 | f[0] >>> 31;\n                for (c = 1; 7 > c; c++) f[c] >>>= 4 * (c - 1) + 3;\n                f[7] = f[7] << 5 | f[7] >>> 27\n            }\n            a = this._invSubKeys = [];\n            for (c = 0; 16 > c; c++) a[c] = b[15 - c]\n        },\n        encryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._subKeys)\n        },\n        decryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._invSubKeys)\n        },\n        _doCryptBlock: function(e, a, c) {\n            this._lBlock = e[a];\n            this._rBlock = e[a + 1];\n            u.call(this, 4, 252645135);\n            u.call(this, 16, 65535);\n            l.call(this, 2, 858993459);\n            l.call(this, 8, 16711935);\n            u.call(this, 1, 1431655765);\n            for (var d = 0; 16 > d; d++) {\n                for (var f = c[d], n = this._lBlock, p = this._rBlock, q = 0, r = 0; 8 > r; r++) q |= b[r][((p ^ f[r]) & x[r]) >>> 0];\n                this._lBlock = p;\n                this._rBlock = n ^ q\n            }\n            c = this._lBlock;\n            this._lBlock = this._rBlock;\n            this._rBlock = c;\n            u.call(this, 1, 1431655765);\n            l.call(this, 8, 16711935);\n            l.call(this, 2, 858993459);\n            u.call(this, 16, 65535);\n            u.call(this, 4, 252645135);\n            e[a] = this._lBlock;\n            e[a + 1] = this._rBlock\n        },\n        keySize: 2,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.DES = n._createHelper(r);\n    s = s.TripleDES = n.extend({\n        _doReset: function() {\n            var b = this._key.words;\n            this._des1 = r.createEncryptor(p.create(b.slice(0, 2)));\n            this._des2 = r.createEncryptor(p.create(b.slice(2, 4)));\n            this._des3 = r.createEncryptor(p.create(b.slice(4, 6)))\n        },\n        encryptBlock: function(b, a) {\n            this._des1.encryptBlock(b, a);\n            this._des2.decryptBlock(b, a);\n            this._des3.encryptBlock(b, a)\n        },\n        decryptBlock: function(b, a) {\n            this._des3.decryptBlock(b, a);\n            this._des2.encryptBlock(b, a);\n            this._des1.decryptBlock(b, a)\n        },\n        keySize: 6,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.TripleDES = n._createHelper(s)\n})();\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\n/**\n * Electronic Codebook block mode.\n */\nCryptoJS.mode.ECB = (function() {\n    var ECB = CryptoJS.lib.BlockCipherMode.extend();\n\n    ECB.Encryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.encryptBlock(words, offset);\n        }\n    });\n\n    ECB.Decryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.decryptBlock(words, offset);\n        }\n    });\n\n    return ECB;\n} ());\n\nfunction encryptByDES(message, key) {\n    var keyHex = CryptoJS.enc.Utf8.parse(key);\n    var encrypted = CryptoJS.DES.encrypt(message, keyHex, {\n        mode: CryptoJS.mode.ECB,\n        padding: CryptoJS.pad.Pkcs7\n    });\n    return encrypted.toString()\n}\n//DES加密结束\nvar userId=userId||'0';\nvar deskey = wapToken||'web@hzlq';\nvar siteId=siteId||'1';\nfunction getPostUrl(data,type) {\nvar url = 'http://m.ndlib.cn/nlc_read_home/service.do,';\nvar md5Key = 'library_2016@hzlq';\nvalue = {\n    siteId: siteId,\n    data: encryptByDES(JSON.stringify(data), deskey),\n    userId: userId,\n    fromSource: 3,\n    osType: 5,\n    version: \"1.0.1\",\n    versionCode: 10001,\n    timeStamp: data.timeStamp,\n    hashCode: md5(data.timeStamp + md5Key)\n}\nvar option={\n\"method\":\"POST\",\n\"body\":'cmd='+type+'&value=' + encodeURIComponent(JSON.stringify(value))\n}\nreturn url + JSON.stringify(option);\n}\n\n//获取登录信息\nif((account&&pwd&&(!wapToken))){\nvar loginInfo={\ntimeStamp:Date.now(),\naccount:account,\npwd:pwd\n}\nvar loginInfoUrl=getPostUrl(loginInfo,'login');\nvar ddd=String(java.ajax(loginInfoUrl));\nvar loginData=JSON.parse(ddd).returnObject;\nuserId=loginData.userId;\nsiteId=loginData.siteId;\ndeskey=loginData.wapToken;\n}\njava.put('userId',userId);\njava.put('deskey',deskey);\njava.put('siteId',siteId);\nresult",
      "chapterName": "$.chapterName",
      "chapterUrl": "$.chapterId@js:\n//md5加密开始\nvar rotateLeft = function(lValue, iShiftBits) {\n    return (lValue << iShiftBits) | (lValue >>> (32 - iShiftBits))\n}\nvar addUnsigned = function(lX, lY) {\n    var lX4, lY4, lX8, lY8, lResult;\n    lX8 = (lX & 0x80000000);\n    lY8 = (lY & 0x80000000);\n    lX4 = (lX & 0x40000000);\n    lY4 = (lY & 0x40000000);\n    lResult = (lX & 0x3FFFFFFF) + (lY & 0x3FFFFFFF);\n    if (lX4 & lY4) return (lResult ^ 0x80000000 ^ lX8 ^ lY8);\n    if (lX4 | lY4) {\n        if (lResult & 0x40000000) return (lResult ^ 0xC0000000 ^ lX8 ^ lY8);\n        else return (lResult ^ 0x40000000 ^ lX8 ^ lY8)\n    } else {\n        return (lResult ^ lX8 ^ lY8)\n    }\n}\nvar F = function(x, y, z) {\n    return (x & y) | ((~x) & z)\n}\nvar G = function(x, y, z) {\n    return (x & z) | (y & (~z))\n}\nvar H = function(x, y, z) {\n    return (x ^ y ^ z)\n}\nvar I = function(x, y, z) {\n    return (y ^ (x | (~z)))\n}\nvar FF = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(F(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar GG = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(G(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar HH = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(H(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar II = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(I(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar convertToWordArray = function(string) {\n    var lWordCount;\n    var lMessageLength = string.length;\n    var lNumberOfWordsTempOne = lMessageLength + 8;\n    var lNumberOfWordsTempTwo = (lNumberOfWordsTempOne - (lNumberOfWordsTempOne % 64)) / 64;\n    var lNumberOfWords = (lNumberOfWordsTempTwo + 1) * 16;\n    var lWordArray = Array(lNumberOfWords - 1);\n    var lBytePosition = 0;\n    var lByteCount = 0;\n    while (lByteCount < lMessageLength) {\n        lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n        lBytePosition = (lByteCount % 4) * 8;\n        lWordArray[lWordCount] = (lWordArray[lWordCount] | (string.charCodeAt(lByteCount) << lBytePosition));\n        lByteCount++\n    }\n    lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n    lBytePosition = (lByteCount % 4) * 8;\n    lWordArray[lWordCount] = lWordArray[lWordCount] | (0x80 << lBytePosition);\n    lWordArray[lNumberOfWords - 2] = lMessageLength << 3;\n    lWordArray[lNumberOfWords - 1] = lMessageLength >>> 29;\n    return lWordArray\n};\nvar wordToHex = function(lValue) {\n    var WordToHexValue = \"\",\n    WordToHexValueTemp = \"\",\n    lByte, lCount;\n    for (lCount = 0; lCount <= 3; lCount++) {\n        lByte = (lValue >>> (lCount * 8)) & 255;\n        WordToHexValueTemp = \"0\" + lByte.toString(16);\n        WordToHexValue = WordToHexValue + WordToHexValueTemp.substr(WordToHexValueTemp.length - 2, 2)\n    }\n    return WordToHexValue\n};\nvar uTF8Encode = function(string) {\n    string = string.replace(/\\x0d\\x0a/g, \"\\x0a\");\n    var output = \"\";\n    for (var n = 0; n < string.length; n++) {\n        var c = string.charCodeAt(n);\n        if (c < 128) {\n            output += String.fromCharCode(c)\n        } else if ((c > 127) && (c < 2048)) {\n            output += String.fromCharCode((c >> 6) | 192);\n            output += String.fromCharCode((c & 63) | 128)\n        } else {\n            output += String.fromCharCode((c >> 12) | 224);\n            output += String.fromCharCode(((c >> 6) & 63) | 128);\n            output += String.fromCharCode((c & 63) | 128)\n        }\n    }\n    return output;\n};\nfunction md5(string) {\n    var x = Array();\n    var k, AA, BB, CC, DD, a, b, c, d;\n    var S11 = 7,\n    S12 = 12,\n    S13 = 17,\n    S14 = 22;\n    var S21 = 5,\n    S22 = 9,\n    S23 = 14,\n    S24 = 20;\n    var S31 = 4,\n    S32 = 11,\n    S33 = 16,\n    S34 = 23;\n    var S41 = 6,\n    S42 = 10,\n    S43 = 15,\n    S44 = 21;\n    string = uTF8Encode(string);\n    x = convertToWordArray(string);\n    a = 0x67452301;\n    b = 0xEFCDAB89;\n    c = 0x98BADCFE;\n    d = 0x10325476;\n    for (k = 0; k < x.length; k += 16) {\n        AA = a;\n        BB = b;\n        CC = c;\n        DD = d;\n        a = FF(a, b, c, d, x[k + 0], S11, 0xD76AA478);\n        d = FF(d, a, b, c, x[k + 1], S12, 0xE8C7B756);\n        c = FF(c, d, a, b, x[k + 2], S13, 0x242070DB);\n        b = FF(b, c, d, a, x[k + 3], S14, 0xC1BDCEEE);\n        a = FF(a, b, c, d, x[k + 4], S11, 0xF57C0FAF);\n        d = FF(d, a, b, c, x[k + 5], S12, 0x4787C62A);\n        c = FF(c, d, a, b, x[k + 6], S13, 0xA8304613);\n        b = FF(b, c, d, a, x[k + 7], S14, 0xFD469501);\n        a = FF(a, b, c, d, x[k + 8], S11, 0x698098D8);\n        d = FF(d, a, b, c, x[k + 9], S12, 0x8B44F7AF);\n        c = FF(c, d, a, b, x[k + 10], S13, 0xFFFF5BB1);\n        b = FF(b, c, d, a, x[k + 11], S14, 0x895CD7BE);\n        a = FF(a, b, c, d, x[k + 12], S11, 0x6B901122);\n        d = FF(d, a, b, c, x[k + 13], S12, 0xFD987193);\n        c = FF(c, d, a, b, x[k + 14], S13, 0xA679438E);\n        b = FF(b, c, d, a, x[k + 15], S14, 0x49B40821);\n        a = GG(a, b, c, d, x[k + 1], S21, 0xF61E2562);\n        d = GG(d, a, b, c, x[k + 6], S22, 0xC040B340);\n        c = GG(c, d, a, b, x[k + 11], S23, 0x265E5A51);\n        b = GG(b, c, d, a, x[k + 0], S24, 0xE9B6C7AA);\n        a = GG(a, b, c, d, x[k + 5], S21, 0xD62F105D);\n        d = GG(d, a, b, c, x[k + 10], S22, 0x2441453);\n        c = GG(c, d, a, b, x[k + 15], S23, 0xD8A1E681);\n        b = GG(b, c, d, a, x[k + 4], S24, 0xE7D3FBC8);\n        a = GG(a, b, c, d, x[k + 9], S21, 0x21E1CDE6);\n        d = GG(d, a, b, c, x[k + 14], S22, 0xC33707D6);\n        c = GG(c, d, a, b, x[k + 3], S23, 0xF4D50D87);\n        b = GG(b, c, d, a, x[k + 8], S24, 0x455A14ED);\n        a = GG(a, b, c, d, x[k + 13], S21, 0xA9E3E905);\n        d = GG(d, a, b, c, x[k + 2], S22, 0xFCEFA3F8);\n        c = GG(c, d, a, b, x[k + 7], S23, 0x676F02D9);\n        b = GG(b, c, d, a, x[k + 12], S24, 0x8D2A4C8A);\n        a = HH(a, b, c, d, x[k + 5], S31, 0xFFFA3942);\n        d = HH(d, a, b, c, x[k + 8], S32, 0x8771F681);\n        c = HH(c, d, a, b, x[k + 11], S33, 0x6D9D6122);\n        b = HH(b, c, d, a, x[k + 14], S34, 0xFDE5380C);\n        a = HH(a, b, c, d, x[k + 1], S31, 0xA4BEEA44);\n        d = HH(d, a, b, c, x[k + 4], S32, 0x4BDECFA9);\n        c = HH(c, d, a, b, x[k + 7], S33, 0xF6BB4B60);\n        b = HH(b, c, d, a, x[k + 10], S34, 0xBEBFBC70);\n        a = HH(a, b, c, d, x[k + 13], S31, 0x289B7EC6);\n        d = HH(d, a, b, c, x[k + 0], S32, 0xEAA127FA);\n        c = HH(c, d, a, b, x[k + 3], S33, 0xD4EF3085);\n        b = HH(b, c, d, a, x[k + 6], S34, 0x4881D05);\n        a = HH(a, b, c, d, x[k + 9], S31, 0xD9D4D039);\n        d = HH(d, a, b, c, x[k + 12], S32, 0xE6DB99E5);\n        c = HH(c, d, a, b, x[k + 15], S33, 0x1FA27CF8);\n        b = HH(b, c, d, a, x[k + 2], S34, 0xC4AC5665);\n        a = II(a, b, c, d, x[k + 0], S41, 0xF4292244);\n        d = II(d, a, b, c, x[k + 7], S42, 0x432AFF97);\n        c = II(c, d, a, b, x[k + 14], S43, 0xAB9423A7);\n        b = II(b, c, d, a, x[k + 5], S44, 0xFC93A039);\n        a = II(a, b, c, d, x[k + 12], S41, 0x655B59C3);\n        d = II(d, a, b, c, x[k + 3], S42, 0x8F0CCC92);\n        c = II(c, d, a, b, x[k + 10], S43, 0xFFEFF47D);\n        b = II(b, c, d, a, x[k + 1], S44, 0x85845DD1);\n        a = II(a, b, c, d, x[k + 8], S41, 0x6FA87E4F);\n        d = II(d, a, b, c, x[k + 15], S42, 0xFE2CE6E0);\n        c = II(c, d, a, b, x[k + 6], S43, 0xA3014314);\n        b = II(b, c, d, a, x[k + 13], S44, 0x4E0811A1);\n        a = II(a, b, c, d, x[k + 4], S41, 0xF7537E82);\n        d = II(d, a, b, c, x[k + 11], S42, 0xBD3AF235);\n        c = II(c, d, a, b, x[k + 2], S43, 0x2AD7D2BB);\n        b = II(b, c, d, a, x[k + 9], S44, 0xEB86D391);\n        a = addUnsigned(a, AA);\n        b = addUnsigned(b, BB);\n        c = addUnsigned(c, CC);\n        d = addUnsigned(d, DD);\n    };\n    var tempValue = wordToHex(a) + wordToHex(b) + wordToHex(c) + wordToHex(d);\n    return tempValue.toLowerCase();\n}\n//md5加密结束\n//DES加密开始\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\nvar CryptoJS = CryptoJS ||\nfunction(u, l) {\n    var d = {},\n    n = d.lib = {},\n    p = function() {},\n    s = n.Base = {\n        extend: function(a) {\n            p.prototype = this;\n            var c = new p;\n            a && c.mixIn(a);\n            c.hasOwnProperty(\"init\") || (c.init = function() {\n                c.$super.init.apply(this, arguments)\n            });\n            c.init.prototype = c;\n            c.$super = this;\n            return c\n        },\n        create: function() {\n            var a = this.extend();\n            a.init.apply(a, arguments);\n            return a\n        },\n        init: function() {},\n        mixIn: function(a) {\n            for (var c in a) a.hasOwnProperty(c) && (this[c] = a[c]);\n            a.hasOwnProperty(\"toString\") && (this.toString = a.toString)\n        },\n        clone: function() {\n            return this.init.prototype.extend(this)\n        }\n    },\n    q = n.WordArray = s.extend({\n        init: function(a, c) {\n            a = this.words = a || [];\n            this.sigBytes = c != l ? c: 4 * a.length\n        },\n        toString: function(a) {\n            return (a || v).stringify(this)\n        },\n        concat: function(a) {\n            var c = this.words,\n            m = a.words,\n            f = this.sigBytes;\n            a = a.sigBytes;\n            this.clamp();\n            if (f % 4) for (var t = 0; t < a; t++) c[f + t >>> 2] |= (m[t >>> 2] >>> 24 - 8 * (t % 4) & 255) << 24 - 8 * ((f + t) % 4);\n            else if (65535 < m.length) for (t = 0; t < a; t += 4) c[f + t >>> 2] = m[t >>> 2];\n            else c.push.apply(c, m);\n            this.sigBytes += a;\n            return this\n        },\n        clamp: function() {\n            var a = this.words,\n            c = this.sigBytes;\n            a[c >>> 2] &= 4294967295 << 32 - 8 * (c % 4);\n            a.length = u.ceil(c / 4)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a.words = this.words.slice(0);\n            return a\n        },\n        random: function(a) {\n            for (var c = [], m = 0; m < a; m += 4) c.push(4294967296 * u.random() | 0);\n            return new q.init(c, a)\n        }\n    }),\n    w = d.enc = {},\n    v = w.Hex = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) {\n                var t = c[f >>> 2] >>> 24 - 8 * (f % 4) & 255;\n                m.push((t >>> 4).toString(16));\n                m.push((t & 15).toString(16))\n            }\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f += 2) m[f >>> 3] |= parseInt(a.substr(f, 2), 16) << 24 - 4 * (f % 8);\n            return new q.init(m, c / 2)\n        }\n    },\n    b = w.Latin1 = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) m.push(String.fromCharCode(c[f >>> 2] >>> 24 - 8 * (f % 4) & 255));\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f++) m[f >>> 2] |= (a.charCodeAt(f) & 255) << 24 - 8 * (f % 4);\n            return new q.init(m, c)\n        }\n    },\n    x = w.Utf8 = {\n        stringify: function(a) {\n            try {\n                return decodeURIComponent(escape(b.stringify(a)))\n            } catch(c) {\n                throw Error(\"Malformed UTF-8 data\");\n            }\n        },\n        parse: function(a) {\n            return b.parse(unescape(encodeURIComponent(a)))\n        }\n    },\n    r = n.BufferedBlockAlgorithm = s.extend({\n        reset: function() {\n            this._data = new q.init;\n            this._nDataBytes = 0\n        },\n        _append: function(a) {\n            \"string\" == typeof a && (a = x.parse(a));\n            this._data.concat(a);\n            this._nDataBytes += a.sigBytes\n        },\n        _process: function(a) {\n            var c = this._data,\n            m = c.words,\n            f = c.sigBytes,\n            t = this.blockSize,\n            b = f / (4 * t),\n            b = a ? u.ceil(b) : u.max((b | 0) - this._minBufferSize, 0);\n            a = b * t;\n            f = u.min(4 * a, f);\n            if (a) {\n                for (var e = 0; e < a; e += t) this._doProcessBlock(m, e);\n                e = m.splice(0, a);\n                c.sigBytes -= f\n            }\n            return new q.init(e, f)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a._data = this._data.clone();\n            return a\n        },\n        _minBufferSize: 0\n    });\n    n.Hasher = r.extend({\n        cfg: s.extend(),\n        init: function(a) {\n            this.cfg = this.cfg.extend(a);\n            this.reset()\n        },\n        reset: function() {\n            r.reset.call(this);\n            this._doReset()\n        },\n        update: function(a) {\n            this._append(a);\n            this._process();\n            return this\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        blockSize: 16,\n        _createHelper: function(a) {\n            return function(c, m) {\n                return (new a.init(m)).finalize(c)\n            }\n        },\n        _createHmacHelper: function(a) {\n            return function(c, m) {\n                return (new e.HMAC.init(a, m)).finalize(c)\n            }\n        }\n    });\n    var e = d.algo = {};\n    return d\n} (Math); (function() {\n    var u = CryptoJS,\n    l = u.lib.WordArray;\n    u.enc.Base64 = {\n        stringify: function(d) {\n            var n = d.words,\n            l = d.sigBytes,\n            s = this._map;\n            d.clamp();\n            d = [];\n            for (var q = 0; q < l; q += 3) for (var w = (n[q >>> 2] >>> 24 - 8 * (q % 4) & 255) << 16 | (n[q + 1 >>> 2] >>> 24 - 8 * ((q + 1) % 4) & 255) << 8 | n[q + 2 >>> 2] >>> 24 - 8 * ((q + 2) % 4) & 255, v = 0; 4 > v && q + 0.75 * v < l; v++) d.push(s.charAt(w >>> 6 * (3 - v) & 63));\n            if (n = s.charAt(64)) for (; d.length % 4;) d.push(n);\n            return d.join(\"\")\n        },\n        parse: function(d) {\n            var n = d.length,\n            p = this._map,\n            s = p.charAt(64);\n            s && (s = d.indexOf(s), -1 != s && (n = s));\n            for (var s = [], q = 0, w = 0; w < n; w++) if (w % 4) {\n                var v = p.indexOf(d.charAt(w - 1)) << 2 * (w % 4),\n                b = p.indexOf(d.charAt(w)) >>> 6 - 2 * (w % 4);\n                s[q >>> 2] |= (v | b) << 24 - 8 * (q % 4);\n                q++\n            }\n            return l.create(s, q)\n        },\n        _map: \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\"\n    }\n})(); (function(u) {\n    function l(b, e, a, c, m, f, t) {\n        b = b + (e & a | ~e & c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function d(b, e, a, c, m, f, t) {\n        b = b + (e & c | a & ~c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function n(b, e, a, c, m, f, t) {\n        b = b + (e ^ a ^ c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function p(b, e, a, c, m, f, t) {\n        b = b + (a ^ (e | ~c)) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    for (var s = CryptoJS,\n    q = s.lib,\n    w = q.WordArray,\n    v = q.Hasher,\n    q = s.algo,\n    b = [], x = 0; 64 > x; x++) b[x] = 4294967296 * u.abs(u.sin(x + 1)) | 0;\n    q = q.MD5 = v.extend({\n        _doReset: function() {\n            this._hash = new w.init([1732584193, 4023233417, 2562383102, 271733878])\n        },\n        _doProcessBlock: function(r, e) {\n            for (var a = 0; 16 > a; a++) {\n                var c = e + a,\n                m = r[c];\n                r[c] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360\n            }\n            var a = this._hash.words,\n            c = r[e + 0],\n            m = r[e + 1],\n            f = r[e + 2],\n            t = r[e + 3],\n            y = r[e + 4],\n            q = r[e + 5],\n            s = r[e + 6],\n            w = r[e + 7],\n            v = r[e + 8],\n            u = r[e + 9],\n            x = r[e + 10],\n            z = r[e + 11],\n            A = r[e + 12],\n            B = r[e + 13],\n            C = r[e + 14],\n            D = r[e + 15],\n            g = a[0],\n            h = a[1],\n            j = a[2],\n            k = a[3],\n            g = l(g, h, j, k, c, 7, b[0]),\n            k = l(k, g, h, j, m, 12, b[1]),\n            j = l(j, k, g, h, f, 17, b[2]),\n            h = l(h, j, k, g, t, 22, b[3]),\n            g = l(g, h, j, k, y, 7, b[4]),\n            k = l(k, g, h, j, q, 12, b[5]),\n            j = l(j, k, g, h, s, 17, b[6]),\n            h = l(h, j, k, g, w, 22, b[7]),\n            g = l(g, h, j, k, v, 7, b[8]),\n            k = l(k, g, h, j, u, 12, b[9]),\n            j = l(j, k, g, h, x, 17, b[10]),\n            h = l(h, j, k, g, z, 22, b[11]),\n            g = l(g, h, j, k, A, 7, b[12]),\n            k = l(k, g, h, j, B, 12, b[13]),\n            j = l(j, k, g, h, C, 17, b[14]),\n            h = l(h, j, k, g, D, 22, b[15]),\n            g = d(g, h, j, k, m, 5, b[16]),\n            k = d(k, g, h, j, s, 9, b[17]),\n            j = d(j, k, g, h, z, 14, b[18]),\n            h = d(h, j, k, g, c, 20, b[19]),\n            g = d(g, h, j, k, q, 5, b[20]),\n            k = d(k, g, h, j, x, 9, b[21]),\n            j = d(j, k, g, h, D, 14, b[22]),\n            h = d(h, j, k, g, y, 20, b[23]),\n            g = d(g, h, j, k, u, 5, b[24]),\n            k = d(k, g, h, j, C, 9, b[25]),\n            j = d(j, k, g, h, t, 14, b[26]),\n            h = d(h, j, k, g, v, 20, b[27]),\n            g = d(g, h, j, k, B, 5, b[28]),\n            k = d(k, g, h, j, f, 9, b[29]),\n            j = d(j, k, g, h, w, 14, b[30]),\n            h = d(h, j, k, g, A, 20, b[31]),\n            g = n(g, h, j, k, q, 4, b[32]),\n            k = n(k, g, h, j, v, 11, b[33]),\n            j = n(j, k, g, h, z, 16, b[34]),\n            h = n(h, j, k, g, C, 23, b[35]),\n            g = n(g, h, j, k, m, 4, b[36]),\n            k = n(k, g, h, j, y, 11, b[37]),\n            j = n(j, k, g, h, w, 16, b[38]),\n            h = n(h, j, k, g, x, 23, b[39]),\n            g = n(g, h, j, k, B, 4, b[40]),\n            k = n(k, g, h, j, c, 11, b[41]),\n            j = n(j, k, g, h, t, 16, b[42]),\n            h = n(h, j, k, g, s, 23, b[43]),\n            g = n(g, h, j, k, u, 4, b[44]),\n            k = n(k, g, h, j, A, 11, b[45]),\n            j = n(j, k, g, h, D, 16, b[46]),\n            h = n(h, j, k, g, f, 23, b[47]),\n            g = p(g, h, j, k, c, 6, b[48]),\n            k = p(k, g, h, j, w, 10, b[49]),\n            j = p(j, k, g, h, C, 15, b[50]),\n            h = p(h, j, k, g, q, 21, b[51]),\n            g = p(g, h, j, k, A, 6, b[52]),\n            k = p(k, g, h, j, t, 10, b[53]),\n            j = p(j, k, g, h, x, 15, b[54]),\n            h = p(h, j, k, g, m, 21, b[55]),\n            g = p(g, h, j, k, v, 6, b[56]),\n            k = p(k, g, h, j, D, 10, b[57]),\n            j = p(j, k, g, h, s, 15, b[58]),\n            h = p(h, j, k, g, B, 21, b[59]),\n            g = p(g, h, j, k, y, 6, b[60]),\n            k = p(k, g, h, j, z, 10, b[61]),\n            j = p(j, k, g, h, f, 15, b[62]),\n            h = p(h, j, k, g, u, 21, b[63]);\n            a[0] = a[0] + g | 0;\n            a[1] = a[1] + h | 0;\n            a[2] = a[2] + j | 0;\n            a[3] = a[3] + k | 0\n        },\n        _doFinalize: function() {\n            var b = this._data,\n            e = b.words,\n            a = 8 * this._nDataBytes,\n            c = 8 * b.sigBytes;\n            e[c >>> 5] |= 128 << 24 - c % 32;\n            var m = u.floor(a / 4294967296);\n            e[(c + 64 >>> 9 << 4) + 15] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360;\n            e[(c + 64 >>> 9 << 4) + 14] = (a << 8 | a >>> 24) & 16711935 | (a << 24 | a >>> 8) & 4278255360;\n            b.sigBytes = 4 * (e.length + 1);\n            this._process();\n            b = this._hash;\n            e = b.words;\n            for (a = 0; 4 > a; a++) c = e[a],\n            e[a] = (c << 8 | c >>> 24) & 16711935 | (c << 24 | c >>> 8) & 4278255360;\n            return b\n        },\n        clone: function() {\n            var b = v.clone.call(this);\n            b._hash = this._hash.clone();\n            return b\n        }\n    });\n    s.MD5 = v._createHelper(q);\n    s.HmacMD5 = v._createHmacHelper(q)\n})(Math); (function() {\n    var u = CryptoJS,\n    l = u.lib,\n    d = l.Base,\n    n = l.WordArray,\n    l = u.algo,\n    p = l.EvpKDF = d.extend({\n        cfg: d.extend({\n            keySize: 4,\n            hasher: l.MD5,\n            iterations: 1\n        }),\n        init: function(d) {\n            this.cfg = this.cfg.extend(d)\n        },\n        compute: function(d, l) {\n            for (var p = this.cfg,\n            v = p.hasher.create(), b = n.create(), u = b.words, r = p.keySize, p = p.iterations; u.length < r;) {\n                e && v.update(e);\n                var e = v.update(d).finalize(l);\n                v.reset();\n                for (var a = 1; a < p; a++) e = v.finalize(e),\n                v.reset();\n                b.concat(e)\n            }\n            b.sigBytes = 4 * r;\n            return b\n        }\n    });\n    u.EvpKDF = function(d, l, n) {\n        return p.create(n).compute(d, l)\n    }\n})();\nCryptoJS.lib.Cipher ||\nfunction(u) {\n    var l = CryptoJS,\n    d = l.lib,\n    n = d.Base,\n    p = d.WordArray,\n    s = d.BufferedBlockAlgorithm,\n    q = l.enc.Base64,\n    w = l.algo.EvpKDF,\n    v = d.Cipher = s.extend({\n        cfg: n.extend(),\n        createEncryptor: function(m, a) {\n            return this.create(this._ENC_XFORM_MODE, m, a)\n        },\n        createDecryptor: function(m, a) {\n            return this.create(this._DEC_XFORM_MODE, m, a)\n        },\n        init: function(m, a, b) {\n            this.cfg = this.cfg.extend(b);\n            this._xformMode = m;\n            this._key = a;\n            this.reset()\n        },\n        reset: function() {\n            s.reset.call(this);\n            this._doReset()\n        },\n        process: function(a) {\n            this._append(a);\n            return this._process()\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        keySize: 4,\n        ivSize: 4,\n        _ENC_XFORM_MODE: 1,\n        _DEC_XFORM_MODE: 2,\n        _createHelper: function(m) {\n            return {\n                encrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).encrypt(m, f, b, e)\n                },\n                decrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).decrypt(m, f, b, e)\n                }\n            }\n        }\n    });\n    d.StreamCipher = v.extend({\n        _doFinalize: function() {\n            return this._process(!0)\n        },\n        blockSize: 1\n    });\n    var b = l.mode = {},\n    x = function(a, f, b) {\n        var c = this._iv;\n        c ? this._iv = u: c = this._prevBlock;\n        for (var e = 0; e < b; e++) a[f + e] ^= c[e]\n    },\n    r = (d.BlockCipherMode = n.extend({\n        createEncryptor: function(a, f) {\n            return this.Encryptor.create(a, f)\n        },\n        createDecryptor: function(a, f) {\n            return this.Decryptor.create(a, f)\n        },\n        init: function(a, f) {\n            this._cipher = a;\n            this._iv = f\n        }\n    })).extend();\n    r.Encryptor = r.extend({\n        processBlock: function(a, f) {\n            var b = this._cipher,\n            c = b.blockSize;\n            x.call(this, a, f, c);\n            b.encryptBlock(a, f);\n            this._prevBlock = a.slice(f, f + c)\n        }\n    });\n    r.Decryptor = r.extend({\n        processBlock: function(a, b) {\n            var c = this._cipher,\n            e = c.blockSize,\n            d = a.slice(b, b + e);\n            c.decryptBlock(a, b);\n            x.call(this, a, b, e);\n            this._prevBlock = d\n        }\n    });\n    b = b.CBC = r;\n    r = (l.pad = {}).Pkcs7 = {\n        pad: function(a, b) {\n            for (var c = 4 * b,\n            c = c - a.sigBytes % c,\n            e = c << 24 | c << 16 | c << 8 | c,\n            d = [], l = 0; l < c; l += 4) d.push(e);\n            c = p.create(d, c);\n            a.concat(c)\n        },\n        unpad: function(a) {\n            a.sigBytes -= a.words[a.sigBytes - 1 >>> 2] & 255\n        }\n    };\n    d.BlockCipher = v.extend({\n        cfg: v.cfg.extend({\n            mode: b,\n            padding: r\n        }),\n        reset: function() {\n            v.reset.call(this);\n            var a = this.cfg,\n            c = a.iv,\n            a = a.mode;\n            if (this._xformMode == this._ENC_XFORM_MODE) var b = a.createEncryptor;\n            else b = a.createDecryptor,\n            this._minBufferSize = 1;\n            this._mode = b.call(a, this, c && c.words)\n        },\n        _doProcessBlock: function(a, c) {\n            this._mode.processBlock(a, c)\n        },\n        _doFinalize: function() {\n            var a = this.cfg.padding;\n            if (this._xformMode == this._ENC_XFORM_MODE) {\n                a.pad(this._data, this.blockSize);\n                var c = this._process(!0)\n            } else c = this._process(!0),\n            a.unpad(c);\n            return c\n        },\n        blockSize: 4\n    });\n    var e = d.CipherParams = n.extend({\n        init: function(a) {\n            this.mixIn(a)\n        },\n        toString: function(a) {\n            return (a || this.formatter).stringify(this)\n        }\n    }),\n    b = (l.format = {}).OpenSSL = {\n        stringify: function(a) {\n            var c = a.ciphertext;\n            a = a.salt;\n            return (a ? p.create([1398893684, 1701076831]).concat(a).concat(c) : c).toString(q)\n        },\n        parse: function(a) {\n            a = q.parse(a);\n            var c = a.words;\n            if (1398893684 == c[0] && 1701076831 == c[1]) {\n                var b = p.create(c.slice(2, 4));\n                c.splice(0, 4);\n                a.sigBytes -= 16\n            }\n            return e.create({\n                ciphertext: a,\n                salt: b\n            })\n        }\n    },\n    a = d.SerializableCipher = n.extend({\n        cfg: n.extend({\n            format: b\n        }),\n        encrypt: function(a, c, b, d) {\n            d = this.cfg.extend(d);\n            var l = a.createEncryptor(b, d);\n            c = l.finalize(c);\n            l = l.cfg;\n            return e.create({\n                ciphertext: c,\n                key: b,\n                iv: l.iv,\n                algorithm: a,\n                mode: l.mode,\n                padding: l.padding,\n                blockSize: a.blockSize,\n                formatter: d.format\n            })\n        },\n        decrypt: function(a, c, b, e) {\n            e = this.cfg.extend(e);\n            c = this._parse(c, e.format);\n            return a.createDecryptor(b, e).finalize(c.ciphertext)\n        },\n        _parse: function(a, c) {\n            return \"string\" == typeof a ? c.parse(a, this) : a\n        }\n    }),\n    l = (l.kdf = {}).OpenSSL = {\n        execute: function(a, c, b, d) {\n            d || (d = p.random(8));\n            a = w.create({\n                keySize: c + b\n            }).compute(a, d);\n            b = p.create(a.words.slice(c), 4 * b);\n            a.sigBytes = 4 * c;\n            return e.create({\n                key: a,\n                iv: b,\n                salt: d\n            })\n        }\n    },\n    c = d.PasswordBasedCipher = a.extend({\n        cfg: a.cfg.extend({\n            kdf: l\n        }),\n        encrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            e = d.kdf.execute(e, c.keySize, c.ivSize);\n            d.iv = e.iv;\n            c = a.encrypt.call(this, c, b, e.key, d);\n            c.mixIn(e);\n            return c\n        },\n        decrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            b = this._parse(b, d.format);\n            e = d.kdf.execute(e, c.keySize, c.ivSize, b.salt);\n            d.iv = e.iv;\n            return a.decrypt.call(this, c, b, e.key, d)\n        }\n    })\n} (); (function() {\n    function u(b, a) {\n        var c = (this._lBlock >>> b ^ this._rBlock) & a;\n        this._rBlock ^= c;\n        this._lBlock ^= c << b\n    }\n    function l(b, a) {\n        var c = (this._rBlock >>> b ^ this._lBlock) & a;\n        this._lBlock ^= c;\n        this._rBlock ^= c << b\n    }\n    var d = CryptoJS,\n    n = d.lib,\n    p = n.WordArray,\n    n = n.BlockCipher,\n    s = d.algo,\n    q = [57, 49, 41, 33, 25, 17, 9, 1, 58, 50, 42, 34, 26, 18, 10, 2, 59, 51, 43, 35, 27, 19, 11, 3, 60, 52, 44, 36, 63, 55, 47, 39, 31, 23, 15, 7, 62, 54, 46, 38, 30, 22, 14, 6, 61, 53, 45, 37, 29, 21, 13, 5, 28, 20, 12, 4],\n    w = [14, 17, 11, 24, 1, 5, 3, 28, 15, 6, 21, 10, 23, 19, 12, 4, 26, 8, 16, 7, 27, 20, 13, 2, 41, 52, 31, 37, 47, 55, 30, 40, 51, 45, 33, 48, 44, 49, 39, 56, 34, 53, 46, 42, 50, 36, 29, 32],\n    v = [1, 2, 4, 6, 8, 10, 12, 14, 15, 17, 19, 21, 23, 25, 27, 28],\n    b = [{\n        \"0\": 8421888,\n        268435456 : 32768,\n        536870912 : 8421378,\n        805306368 : 2,\n        1073741824 : 512,\n        1342177280 : 8421890,\n        1610612736 : 8389122,\n        1879048192 : 8388608,\n        2147483648 : 514,\n        2415919104 : 8389120,\n        2684354560 : 33280,\n        2952790016 : 8421376,\n        3221225472 : 32770,\n        3489660928 : 8388610,\n        3758096384 : 0,\n        4026531840 : 33282,\n        134217728 : 0,\n        402653184 : 8421890,\n        671088640 : 33282,\n        939524096 : 32768,\n        1207959552 : 8421888,\n        1476395008 : 512,\n        1744830464 : 8421378,\n        2013265920 : 2,\n        2281701376 : 8389120,\n        2550136832 : 33280,\n        2818572288 : 8421376,\n        3087007744 : 8389122,\n        3355443200 : 8388610,\n        3623878656 : 32770,\n        3892314112 : 514,\n        4160749568 : 8388608,\n        1 : 32768,\n        268435457 : 2,\n        536870913 : 8421888,\n        805306369 : 8388608,\n        1073741825 : 8421378,\n        1342177281 : 33280,\n        1610612737 : 512,\n        1879048193 : 8389122,\n        2147483649 : 8421890,\n        2415919105 : 8421376,\n        2684354561 : 8388610,\n        2952790017 : 33282,\n        3221225473 : 514,\n        3489660929 : 8389120,\n        3758096385 : 32770,\n        4026531841 : 0,\n        134217729 : 8421890,\n        402653185 : 8421376,\n        671088641 : 8388608,\n        939524097 : 512,\n        1207959553 : 32768,\n        1476395009 : 8388610,\n        1744830465 : 2,\n        2013265921 : 33282,\n        2281701377 : 32770,\n        2550136833 : 8389122,\n        2818572289 : 514,\n        3087007745 : 8421888,\n        3355443201 : 8389120,\n        3623878657 : 0,\n        3892314113 : 33280,\n        4160749569 : 8421378\n    },\n    {\n        \"0\": 1074282512,\n        16777216 : 16384,\n        33554432 : 524288,\n        50331648 : 1074266128,\n        67108864 : 1073741840,\n        83886080 : 1074282496,\n        100663296 : 1073758208,\n        117440512 : 16,\n        134217728 : 540672,\n        150994944 : 1073758224,\n        167772160 : 1073741824,\n        184549376 : 540688,\n        201326592 : 524304,\n        218103808 : 0,\n        234881024 : 16400,\n        251658240 : 1074266112,\n        8388608 : 1073758208,\n        25165824 : 540688,\n        41943040 : 16,\n        58720256 : 1073758224,\n        75497472 : 1074282512,\n        92274688 : 1073741824,\n        109051904 : 524288,\n        125829120 : 1074266128,\n        142606336 : 524304,\n        159383552 : 0,\n        176160768 : 16384,\n        192937984 : 1074266112,\n        209715200 : 1073741840,\n        226492416 : 540672,\n        243269632 : 1074282496,\n        260046848 : 16400,\n        268435456 : 0,\n        285212672 : 1074266128,\n        301989888 : 1073758224,\n        318767104 : 1074282496,\n        335544320 : 1074266112,\n        352321536 : 16,\n        369098752 : 540688,\n        385875968 : 16384,\n        402653184 : 16400,\n        419430400 : 524288,\n        436207616 : 524304,\n        452984832 : 1073741840,\n        469762048 : 540672,\n        486539264 : 1073758208,\n        503316480 : 1073741824,\n        520093696 : 1074282512,\n        276824064 : 540688,\n        293601280 : 524288,\n        310378496 : 1074266112,\n        327155712 : 16384,\n        343932928 : 1073758208,\n        360710144 : 1074282512,\n        377487360 : 16,\n        394264576 : 1073741824,\n        411041792 : 1074282496,\n        427819008 : 1073741840,\n        444596224 : 1073758224,\n        461373440 : 524304,\n        478150656 : 0,\n        494927872 : 16400,\n        511705088 : 1074266128,\n        528482304 : 540672\n    },\n    {\n        \"0\": 260,\n        1048576 : 0,\n        2097152 : 67109120,\n        3145728 : 65796,\n        4194304 : 65540,\n        5242880 : 67108868,\n        6291456 : 67174660,\n        7340032 : 67174400,\n        8388608 : 67108864,\n        9437184 : 67174656,\n        10485760 : 65792,\n        11534336 : 67174404,\n        12582912 : 67109124,\n        13631488 : 65536,\n        14680064 : 4,\n        15728640 : 256,\n        524288 : 67174656,\n        1572864 : 67174404,\n        2621440 : 0,\n        3670016 : 67109120,\n        4718592 : 67108868,\n        5767168 : 65536,\n        6815744 : 65540,\n        7864320 : 260,\n        8912896 : 4,\n        9961472 : 256,\n        11010048 : 67174400,\n        12058624 : 65796,\n        13107200 : 65792,\n        14155776 : 67109124,\n        15204352 : 67174660,\n        16252928 : 67108864,\n        16777216 : 67174656,\n        17825792 : 65540,\n        18874368 : 65536,\n        19922944 : 67109120,\n        20971520 : 256,\n        22020096 : 67174660,\n        23068672 : 67108868,\n        24117248 : 0,\n        25165824 : 67109124,\n        26214400 : 67108864,\n        27262976 : 4,\n        28311552 : 65792,\n        29360128 : 67174400,\n        30408704 : 260,\n        31457280 : 65796,\n        32505856 : 67174404,\n        17301504 : 67108864,\n        18350080 : 260,\n        19398656 : 67174656,\n        20447232 : 0,\n        21495808 : 65540,\n        22544384 : 67109120,\n        23592960 : 256,\n        24641536 : 67174404,\n        25690112 : 65536,\n        26738688 : 67174660,\n        27787264 : 65796,\n        28835840 : 67108868,\n        29884416 : 67109124,\n        30932992 : 67174400,\n        31981568 : 4,\n        33030144 : 65792\n    },\n    {\n        \"0\": 2151682048,\n        65536 : 2147487808,\n        131072 : 4198464,\n        196608 : 2151677952,\n        262144 : 0,\n        327680 : 4198400,\n        393216 : 2147483712,\n        458752 : 4194368,\n        524288 : 2147483648,\n        589824 : 4194304,\n        655360 : 64,\n        720896 : 2147487744,\n        786432 : 2151678016,\n        851968 : 4160,\n        917504 : 4096,\n        983040 : 2151682112,\n        32768 : 2147487808,\n        98304 : 64,\n        163840 : 2151678016,\n        229376 : 2147487744,\n        294912 : 4198400,\n        360448 : 2151682112,\n        425984 : 0,\n        491520 : 2151677952,\n        557056 : 4096,\n        622592 : 2151682048,\n        688128 : 4194304,\n        753664 : 4160,\n        819200 : 2147483648,\n        884736 : 4194368,\n        950272 : 4198464,\n        1015808 : 2147483712,\n        1048576 : 4194368,\n        1114112 : 4198400,\n        1179648 : 2147483712,\n        1245184 : 0,\n        1310720 : 4160,\n        1376256 : 2151678016,\n        1441792 : 2151682048,\n        1507328 : 2147487808,\n        1572864 : 2151682112,\n        1638400 : 2147483648,\n        1703936 : 2151677952,\n        1769472 : 4198464,\n        1835008 : 2147487744,\n        1900544 : 4194304,\n        1966080 : 64,\n        2031616 : 4096,\n        1081344 : 2151677952,\n        1146880 : 2151682112,\n        1212416 : 0,\n        1277952 : 4198400,\n        1343488 : 4194368,\n        1409024 : 2147483648,\n        1474560 : 2147487808,\n        1540096 : 64,\n        1605632 : 2147483712,\n        1671168 : 4096,\n        1736704 : 2147487744,\n        1802240 : 2151678016,\n        1867776 : 4160,\n        1933312 : 2151682048,\n        1998848 : 4194304,\n        2064384 : 4198464\n    },\n    {\n        \"0\": 128,\n        4096 : 17039360,\n        8192 : 262144,\n        12288 : 536870912,\n        16384 : 537133184,\n        20480 : 16777344,\n        24576 : 553648256,\n        28672 : 262272,\n        32768 : 16777216,\n        36864 : 537133056,\n        40960 : 536871040,\n        45056 : 553910400,\n        49152 : 553910272,\n        53248 : 0,\n        57344 : 17039488,\n        61440 : 553648128,\n        2048 : 17039488,\n        6144 : 553648256,\n        10240 : 128,\n        14336 : 17039360,\n        18432 : 262144,\n        22528 : 537133184,\n        26624 : 553910272,\n        30720 : 536870912,\n        34816 : 537133056,\n        38912 : 0,\n        43008 : 553910400,\n        47104 : 16777344,\n        51200 : 536871040,\n        55296 : 553648128,\n        59392 : 16777216,\n        63488 : 262272,\n        65536 : 262144,\n        69632 : 128,\n        73728 : 536870912,\n        77824 : 553648256,\n        81920 : 16777344,\n        86016 : 553910272,\n        90112 : 537133184,\n        94208 : 16777216,\n        98304 : 553910400,\n        102400 : 553648128,\n        106496 : 17039360,\n        110592 : 537133056,\n        114688 : 262272,\n        118784 : 536871040,\n        122880 : 0,\n        126976 : 17039488,\n        67584 : 553648256,\n        71680 : 16777216,\n        75776 : 17039360,\n        79872 : 537133184,\n        83968 : 536870912,\n        88064 : 17039488,\n        92160 : 128,\n        96256 : 553910272,\n        100352 : 262272,\n        104448 : 553910400,\n        108544 : 0,\n        112640 : 553648128,\n        116736 : 16777344,\n        120832 : 262144,\n        124928 : 537133056,\n        129024 : 536871040\n    },\n    {\n        \"0\": 268435464,\n        256 : 8192,\n        512 : 270532608,\n        768 : 270540808,\n        1024 : 268443648,\n        1280 : 2097152,\n        1536 : 2097160,\n        1792 : 268435456,\n        2048 : 0,\n        2304 : 268443656,\n        2560 : 2105344,\n        2816 : 8,\n        3072 : 270532616,\n        3328 : 2105352,\n        3584 : 8200,\n        3840 : 270540800,\n        128 : 270532608,\n        384 : 270540808,\n        640 : 8,\n        896 : 2097152,\n        1152 : 2105352,\n        1408 : 268435464,\n        1664 : 268443648,\n        1920 : 8200,\n        2176 : 2097160,\n        2432 : 8192,\n        2688 : 268443656,\n        2944 : 270532616,\n        3200 : 0,\n        3456 : 270540800,\n        3712 : 2105344,\n        3968 : 268435456,\n        4096 : 268443648,\n        4352 : 270532616,\n        4608 : 270540808,\n        4864 : 8200,\n        5120 : 2097152,\n        5376 : 268435456,\n        5632 : 268435464,\n        5888 : 2105344,\n        6144 : 2105352,\n        6400 : 0,\n        6656 : 8,\n        6912 : 270532608,\n        7168 : 8192,\n        7424 : 268443656,\n        7680 : 270540800,\n        7936 : 2097160,\n        4224 : 8,\n        4480 : 2105344,\n        4736 : 2097152,\n        4992 : 268435464,\n        5248 : 268443648,\n        5504 : 8200,\n        5760 : 270540808,\n        6016 : 270532608,\n        6272 : 270540800,\n        6528 : 270532616,\n        6784 : 8192,\n        7040 : 2105352,\n        7296 : 2097160,\n        7552 : 0,\n        7808 : 268435456,\n        8064 : 268443656\n    },\n    {\n        \"0\": 1048576,\n        16 : 33555457,\n        32 : 1024,\n        48 : 1049601,\n        64 : 34604033,\n        80 : 0,\n        96 : 1,\n        112 : 34603009,\n        128 : 33555456,\n        144 : 1048577,\n        160 : 33554433,\n        176 : 34604032,\n        192 : 34603008,\n        208 : 1025,\n        224 : 1049600,\n        240 : 33554432,\n        8 : 34603009,\n        24 : 0,\n        40 : 33555457,\n        56 : 34604032,\n        72 : 1048576,\n        88 : 33554433,\n        104 : 33554432,\n        120 : 1025,\n        136 : 1049601,\n        152 : 33555456,\n        168 : 34603008,\n        184 : 1048577,\n        200 : 1024,\n        216 : 34604033,\n        232 : 1,\n        248 : 1049600,\n        256 : 33554432,\n        272 : 1048576,\n        288 : 33555457,\n        304 : 34603009,\n        320 : 1048577,\n        336 : 33555456,\n        352 : 34604032,\n        368 : 1049601,\n        384 : 1025,\n        400 : 34604033,\n        416 : 1049600,\n        432 : 1,\n        448 : 0,\n        464 : 34603008,\n        480 : 33554433,\n        496 : 1024,\n        264 : 1049600,\n        280 : 33555457,\n        296 : 34603009,\n        312 : 1,\n        328 : 33554432,\n        344 : 1048576,\n        360 : 1025,\n        376 : 34604032,\n        392 : 33554433,\n        408 : 34603008,\n        424 : 0,\n        440 : 34604033,\n        456 : 1049601,\n        472 : 1024,\n        488 : 33555456,\n        504 : 1048577\n    },\n    {\n        \"0\": 134219808,\n        1 : 131072,\n        2 : 134217728,\n        3 : 32,\n        4 : 131104,\n        5 : 134350880,\n        6 : 134350848,\n        7 : 2048,\n        8 : 134348800,\n        9 : 134219776,\n        10 : 133120,\n        11 : 134348832,\n        12 : 2080,\n        13 : 0,\n        14 : 134217760,\n        15 : 133152,\n        2147483648 : 2048,\n        2147483649 : 134350880,\n        2147483650 : 134219808,\n        2147483651 : 134217728,\n        2147483652 : 134348800,\n        2147483653 : 133120,\n        2147483654 : 133152,\n        2147483655 : 32,\n        2147483656 : 134217760,\n        2147483657 : 2080,\n        2147483658 : 131104,\n        2147483659 : 134350848,\n        2147483660 : 0,\n        2147483661 : 134348832,\n        2147483662 : 134219776,\n        2147483663 : 131072,\n        16 : 133152,\n        17 : 134350848,\n        18 : 32,\n        19 : 2048,\n        20 : 134219776,\n        21 : 134217760,\n        22 : 134348832,\n        23 : 131072,\n        24 : 0,\n        25 : 131104,\n        26 : 134348800,\n        27 : 134219808,\n        28 : 134350880,\n        29 : 133120,\n        30 : 2080,\n        31 : 134217728,\n        2147483664 : 131072,\n        2147483665 : 2048,\n        2147483666 : 134348832,\n        2147483667 : 133152,\n        2147483668 : 32,\n        2147483669 : 134348800,\n        2147483670 : 134217728,\n        2147483671 : 134219808,\n        2147483672 : 134350880,\n        2147483673 : 134217760,\n        2147483674 : 134219776,\n        2147483675 : 0,\n        2147483676 : 133120,\n        2147483677 : 2080,\n        2147483678 : 131104,\n        2147483679 : 134350848\n    }],\n    x = [4160749569, 528482304, 33030144, 2064384, 129024, 8064, 504, 2147483679],\n    r = s.DES = n.extend({\n        _doReset: function() {\n            for (var b = this._key.words,\n            a = [], c = 0; 56 > c; c++) {\n                var d = q[c] - 1;\n                a[c] = b[d >>> 5] >>> 31 - d % 32 & 1\n            }\n            b = this._subKeys = [];\n            for (d = 0; 16 > d; d++) {\n                for (var f = b[d] = [], l = v[d], c = 0; 24 > c; c++) f[c / 6 | 0] |= a[(w[c] - 1 + l) % 28] << 31 - c % 6,\n                f[4 + (c / 6 | 0)] |= a[28 + (w[c + 24] - 1 + l) % 28] << 31 - c % 6;\n                f[0] = f[0] << 1 | f[0] >>> 31;\n                for (c = 1; 7 > c; c++) f[c] >>>= 4 * (c - 1) + 3;\n                f[7] = f[7] << 5 | f[7] >>> 27\n            }\n            a = this._invSubKeys = [];\n            for (c = 0; 16 > c; c++) a[c] = b[15 - c]\n        },\n        encryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._subKeys)\n        },\n        decryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._invSubKeys)\n        },\n        _doCryptBlock: function(e, a, c) {\n            this._lBlock = e[a];\n            this._rBlock = e[a + 1];\n            u.call(this, 4, 252645135);\n            u.call(this, 16, 65535);\n            l.call(this, 2, 858993459);\n            l.call(this, 8, 16711935);\n            u.call(this, 1, 1431655765);\n            for (var d = 0; 16 > d; d++) {\n                for (var f = c[d], n = this._lBlock, p = this._rBlock, q = 0, r = 0; 8 > r; r++) q |= b[r][((p ^ f[r]) & x[r]) >>> 0];\n                this._lBlock = p;\n                this._rBlock = n ^ q\n            }\n            c = this._lBlock;\n            this._lBlock = this._rBlock;\n            this._rBlock = c;\n            u.call(this, 1, 1431655765);\n            l.call(this, 8, 16711935);\n            l.call(this, 2, 858993459);\n            u.call(this, 16, 65535);\n            u.call(this, 4, 252645135);\n            e[a] = this._lBlock;\n            e[a + 1] = this._rBlock\n        },\n        keySize: 2,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.DES = n._createHelper(r);\n    s = s.TripleDES = n.extend({\n        _doReset: function() {\n            var b = this._key.words;\n            this._des1 = r.createEncryptor(p.create(b.slice(0, 2)));\n            this._des2 = r.createEncryptor(p.create(b.slice(2, 4)));\n            this._des3 = r.createEncryptor(p.create(b.slice(4, 6)))\n        },\n        encryptBlock: function(b, a) {\n            this._des1.encryptBlock(b, a);\n            this._des2.decryptBlock(b, a);\n            this._des3.encryptBlock(b, a)\n        },\n        decryptBlock: function(b, a) {\n            this._des3.decryptBlock(b, a);\n            this._des2.encryptBlock(b, a);\n            this._des1.decryptBlock(b, a)\n        },\n        keySize: 6,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.TripleDES = n._createHelper(s)\n})();\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\n/**\n * Electronic Codebook block mode.\n */\nCryptoJS.mode.ECB = (function() {\n    var ECB = CryptoJS.lib.BlockCipherMode.extend();\n\n    ECB.Encryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.encryptBlock(words, offset);\n        }\n    });\n    ECB.Decryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.decryptBlock(words, offset);\n        }\n    });\n    return ECB;\n} ());\n\nfunction encryptByDES(message, key) {\n    var keyHex = CryptoJS.enc.Utf8.parse(key);\n    var encrypted = CryptoJS.DES.encrypt(message, keyHex, {\n        mode: CryptoJS.mode.ECB,\n        padding: CryptoJS.pad.Pkcs7\n    });\n    return encrypted.toString()\n}\n//DES加密结束\nvar userId=userId||String(java.get('userId'));\nvar deskey=deskey||String(java.get('deskey'));\nvar siteId=siteId||String(java.get('siteId'));\nfunction getPostUrl(data,type) {\nvar url = 'http://m.ndlib.cn/nlc_read_home/service.do,';\nvar md5Key = 'library_2016@hzlq';\nvalue = {\n    siteId: siteId,\n    data: encryptByDES(JSON.stringify(data), deskey),\n    userId: userId,\n    fromSource: 3,\n    osType: 5,\n    version: \"1.0.1\",\n    versionCode: 10001,\n    timeStamp: data.timeStamp,\n    hashCode: md5(data.timeStamp + md5Key)\n}\nvar option={\n\"method\":\"POST\",\n\"body\":'cmd='+type+'&value=' + encodeURIComponent(JSON.stringify(value))\n}\nreturn url + JSON.stringify(option);\n}\nvar data = {\n    timeStamp:Date.now(),\n    uaInfo:'1',\n    chapterId:result\n    };\ngetPostUrl(data,'qryChapterDetails');"
    },
    "searchUrl": "<js>\n//md5加密开始\nvar rotateLeft = function(lValue, iShiftBits) {\n    return (lValue << iShiftBits) | (lValue >>> (32 - iShiftBits))\n}\nvar addUnsigned = function(lX, lY) {\n    var lX4, lY4, lX8, lY8, lResult;\n    lX8 = (lX & 0x80000000);\n    lY8 = (lY & 0x80000000);\n    lX4 = (lX & 0x40000000);\n    lY4 = (lY & 0x40000000);\n    lResult = (lX & 0x3FFFFFFF) + (lY & 0x3FFFFFFF);\n    if (lX4 & lY4) return (lResult ^ 0x80000000 ^ lX8 ^ lY8);\n    if (lX4 | lY4) {\n        if (lResult & 0x40000000) return (lResult ^ 0xC0000000 ^ lX8 ^ lY8);\n        else return (lResult ^ 0x40000000 ^ lX8 ^ lY8)\n    } else {\n        return (lResult ^ lX8 ^ lY8)\n    }\n}\nvar F = function(x, y, z) {\n    return (x & y) | ((~x) & z)\n}\nvar G = function(x, y, z) {\n    return (x & z) | (y & (~z))\n}\nvar H = function(x, y, z) {\n    return (x ^ y ^ z)\n}\nvar I = function(x, y, z) {\n    return (y ^ (x | (~z)))\n}\nvar FF = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(F(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar GG = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(G(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar HH = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(H(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar II = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(I(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar convertToWordArray = function(string) {\n    var lWordCount;\n    var lMessageLength = string.length;\n    var lNumberOfWordsTempOne = lMessageLength + 8;\n    var lNumberOfWordsTempTwo = (lNumberOfWordsTempOne - (lNumberOfWordsTempOne % 64)) / 64;\n    var lNumberOfWords = (lNumberOfWordsTempTwo + 1) * 16;\n    var lWordArray = Array(lNumberOfWords - 1);\n    var lBytePosition = 0;\n    var lByteCount = 0;\n    while (lByteCount < lMessageLength) {\n        lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n        lBytePosition = (lByteCount % 4) * 8;\n        lWordArray[lWordCount] = (lWordArray[lWordCount] | (string.charCodeAt(lByteCount) << lBytePosition));\n        lByteCount++\n    }\n    lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n    lBytePosition = (lByteCount % 4) * 8;\n    lWordArray[lWordCount] = lWordArray[lWordCount] | (0x80 << lBytePosition);\n    lWordArray[lNumberOfWords - 2] = lMessageLength << 3;\n    lWordArray[lNumberOfWords - 1] = lMessageLength >>> 29;\n    return lWordArray\n};\nvar wordToHex = function(lValue) {\n    var WordToHexValue = \"\",\n    WordToHexValueTemp = \"\",\n    lByte, lCount;\n    for (lCount = 0; lCount <= 3; lCount++) {\n        lByte = (lValue >>> (lCount * 8)) & 255;\n        WordToHexValueTemp = \"0\" + lByte.toString(16);\n        WordToHexValue = WordToHexValue + WordToHexValueTemp.substr(WordToHexValueTemp.length - 2, 2)\n    }\n    return WordToHexValue\n};\nvar uTF8Encode = function(string) {\n    string = string.replace(/\\x0d\\x0a/g, \"\\x0a\");\n    var output = \"\";\n    for (var n = 0; n < string.length; n++) {\n        var c = string.charCodeAt(n);\n        if (c < 128) {\n            output += String.fromCharCode(c)\n        } else if ((c > 127) && (c < 2048)) {\n            output += String.fromCharCode((c >> 6) | 192);\n            output += String.fromCharCode((c & 63) | 128)\n        } else {\n            output += String.fromCharCode((c >> 12) | 224);\n            output += String.fromCharCode(((c >> 6) & 63) | 128);\n            output += String.fromCharCode((c & 63) | 128)\n        }\n    }\n    return output;\n};\nfunction md5(string) {\n    var x = Array();\n    var k, AA, BB, CC, DD, a, b, c, d;\n    var S11 = 7,\n    S12 = 12,\n    S13 = 17,\n    S14 = 22;\n    var S21 = 5,\n    S22 = 9,\n    S23 = 14,\n    S24 = 20;\n    var S31 = 4,\n    S32 = 11,\n    S33 = 16,\n    S34 = 23;\n    var S41 = 6,\n    S42 = 10,\n    S43 = 15,\n    S44 = 21;\n    string = uTF8Encode(string);\n    x = convertToWordArray(string);\n    a = 0x67452301;\n    b = 0xEFCDAB89;\n    c = 0x98BADCFE;\n    d = 0x10325476;\n    for (k = 0; k < x.length; k += 16) {\n        AA = a;\n        BB = b;\n        CC = c;\n        DD = d;\n        a = FF(a, b, c, d, x[k + 0], S11, 0xD76AA478);\n        d = FF(d, a, b, c, x[k + 1], S12, 0xE8C7B756);\n        c = FF(c, d, a, b, x[k + 2], S13, 0x242070DB);\n        b = FF(b, c, d, a, x[k + 3], S14, 0xC1BDCEEE);\n        a = FF(a, b, c, d, x[k + 4], S11, 0xF57C0FAF);\n        d = FF(d, a, b, c, x[k + 5], S12, 0x4787C62A);\n        c = FF(c, d, a, b, x[k + 6], S13, 0xA8304613);\n        b = FF(b, c, d, a, x[k + 7], S14, 0xFD469501);\n        a = FF(a, b, c, d, x[k + 8], S11, 0x698098D8);\n        d = FF(d, a, b, c, x[k + 9], S12, 0x8B44F7AF);\n        c = FF(c, d, a, b, x[k + 10], S13, 0xFFFF5BB1);\n        b = FF(b, c, d, a, x[k + 11], S14, 0x895CD7BE);\n        a = FF(a, b, c, d, x[k + 12], S11, 0x6B901122);\n        d = FF(d, a, b, c, x[k + 13], S12, 0xFD987193);\n        c = FF(c, d, a, b, x[k + 14], S13, 0xA679438E);\n        b = FF(b, c, d, a, x[k + 15], S14, 0x49B40821);\n        a = GG(a, b, c, d, x[k + 1], S21, 0xF61E2562);\n        d = GG(d, a, b, c, x[k + 6], S22, 0xC040B340);\n        c = GG(c, d, a, b, x[k + 11], S23, 0x265E5A51);\n        b = GG(b, c, d, a, x[k + 0], S24, 0xE9B6C7AA);\n        a = GG(a, b, c, d, x[k + 5], S21, 0xD62F105D);\n        d = GG(d, a, b, c, x[k + 10], S22, 0x2441453);\n        c = GG(c, d, a, b, x[k + 15], S23, 0xD8A1E681);\n        b = GG(b, c, d, a, x[k + 4], S24, 0xE7D3FBC8);\n        a = GG(a, b, c, d, x[k + 9], S21, 0x21E1CDE6);\n        d = GG(d, a, b, c, x[k + 14], S22, 0xC33707D6);\n        c = GG(c, d, a, b, x[k + 3], S23, 0xF4D50D87);\n        b = GG(b, c, d, a, x[k + 8], S24, 0x455A14ED);\n        a = GG(a, b, c, d, x[k + 13], S21, 0xA9E3E905);\n        d = GG(d, a, b, c, x[k + 2], S22, 0xFCEFA3F8);\n        c = GG(c, d, a, b, x[k + 7], S23, 0x676F02D9);\n        b = GG(b, c, d, a, x[k + 12], S24, 0x8D2A4C8A);\n        a = HH(a, b, c, d, x[k + 5], S31, 0xFFFA3942);\n        d = HH(d, a, b, c, x[k + 8], S32, 0x8771F681);\n        c = HH(c, d, a, b, x[k + 11], S33, 0x6D9D6122);\n        b = HH(b, c, d, a, x[k + 14], S34, 0xFDE5380C);\n        a = HH(a, b, c, d, x[k + 1], S31, 0xA4BEEA44);\n        d = HH(d, a, b, c, x[k + 4], S32, 0x4BDECFA9);\n        c = HH(c, d, a, b, x[k + 7], S33, 0xF6BB4B60);\n        b = HH(b, c, d, a, x[k + 10], S34, 0xBEBFBC70);\n        a = HH(a, b, c, d, x[k + 13], S31, 0x289B7EC6);\n        d = HH(d, a, b, c, x[k + 0], S32, 0xEAA127FA);\n        c = HH(c, d, a, b, x[k + 3], S33, 0xD4EF3085);\n        b = HH(b, c, d, a, x[k + 6], S34, 0x4881D05);\n        a = HH(a, b, c, d, x[k + 9], S31, 0xD9D4D039);\n        d = HH(d, a, b, c, x[k + 12], S32, 0xE6DB99E5);\n        c = HH(c, d, a, b, x[k + 15], S33, 0x1FA27CF8);\n        b = HH(b, c, d, a, x[k + 2], S34, 0xC4AC5665);\n        a = II(a, b, c, d, x[k + 0], S41, 0xF4292244);\n        d = II(d, a, b, c, x[k + 7], S42, 0x432AFF97);\n        c = II(c, d, a, b, x[k + 14], S43, 0xAB9423A7);\n        b = II(b, c, d, a, x[k + 5], S44, 0xFC93A039);\n        a = II(a, b, c, d, x[k + 12], S41, 0x655B59C3);\n        d = II(d, a, b, c, x[k + 3], S42, 0x8F0CCC92);\n        c = II(c, d, a, b, x[k + 10], S43, 0xFFEFF47D);\n        b = II(b, c, d, a, x[k + 1], S44, 0x85845DD1);\n        a = II(a, b, c, d, x[k + 8], S41, 0x6FA87E4F);\n        d = II(d, a, b, c, x[k + 15], S42, 0xFE2CE6E0);\n        c = II(c, d, a, b, x[k + 6], S43, 0xA3014314);\n        b = II(b, c, d, a, x[k + 13], S44, 0x4E0811A1);\n        a = II(a, b, c, d, x[k + 4], S41, 0xF7537E82);\n        d = II(d, a, b, c, x[k + 11], S42, 0xBD3AF235);\n        c = II(c, d, a, b, x[k + 2], S43, 0x2AD7D2BB);\n        b = II(b, c, d, a, x[k + 9], S44, 0xEB86D391);\n        a = addUnsigned(a, AA);\n        b = addUnsigned(b, BB);\n        c = addUnsigned(c, CC);\n        d = addUnsigned(d, DD);\n    };\n    var tempValue = wordToHex(a) + wordToHex(b) + wordToHex(c) + wordToHex(d);\n    return tempValue.toLowerCase();\n}\n//md5加密结束\n//DES加密开始\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\nvar CryptoJS = CryptoJS ||\nfunction(u, l) {\n    var d = {},\n    n = d.lib = {},\n    p = function() {},\n    s = n.Base = {\n        extend: function(a) {\n            p.prototype = this;\n            var c = new p;\n            a && c.mixIn(a);\n            c.hasOwnProperty(\"init\") || (c.init = function() {\n                c.$super.init.apply(this, arguments)\n            });\n            c.init.prototype = c;\n            c.$super = this;\n            return c\n        },\n        create: function() {\n            var a = this.extend();\n            a.init.apply(a, arguments);\n            return a\n        },\n        init: function() {},\n        mixIn: function(a) {\n            for (var c in a) a.hasOwnProperty(c) && (this[c] = a[c]);\n            a.hasOwnProperty(\"toString\") && (this.toString = a.toString)\n        },\n        clone: function() {\n            return this.init.prototype.extend(this)\n        }\n    },\n    q = n.WordArray = s.extend({\n        init: function(a, c) {\n            a = this.words = a || [];\n            this.sigBytes = c != l ? c: 4 * a.length\n        },\n        toString: function(a) {\n            return (a || v).stringify(this)\n        },\n        concat: function(a) {\n            var c = this.words,\n            m = a.words,\n            f = this.sigBytes;\n            a = a.sigBytes;\n            this.clamp();\n            if (f % 4) for (var t = 0; t < a; t++) c[f + t >>> 2] |= (m[t >>> 2] >>> 24 - 8 * (t % 4) & 255) << 24 - 8 * ((f + t) % 4);\n            else if (65535 < m.length) for (t = 0; t < a; t += 4) c[f + t >>> 2] = m[t >>> 2];\n            else c.push.apply(c, m);\n            this.sigBytes += a;\n            return this\n        },\n        clamp: function() {\n            var a = this.words,\n            c = this.sigBytes;\n            a[c >>> 2] &= 4294967295 << 32 - 8 * (c % 4);\n            a.length = u.ceil(c / 4)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a.words = this.words.slice(0);\n            return a\n        },\n        random: function(a) {\n            for (var c = [], m = 0; m < a; m += 4) c.push(4294967296 * u.random() | 0);\n            return new q.init(c, a)\n        }\n    }),\n    w = d.enc = {},\n    v = w.Hex = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) {\n                var t = c[f >>> 2] >>> 24 - 8 * (f % 4) & 255;\n                m.push((t >>> 4).toString(16));\n                m.push((t & 15).toString(16))\n            }\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f += 2) m[f >>> 3] |= parseInt(a.substr(f, 2), 16) << 24 - 4 * (f % 8);\n            return new q.init(m, c / 2)\n        }\n    },\n    b = w.Latin1 = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) m.push(String.fromCharCode(c[f >>> 2] >>> 24 - 8 * (f % 4) & 255));\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f++) m[f >>> 2] |= (a.charCodeAt(f) & 255) << 24 - 8 * (f % 4);\n            return new q.init(m, c)\n        }\n    },\n    x = w.Utf8 = {\n        stringify: function(a) {\n            try {\n                return decodeURIComponent(escape(b.stringify(a)))\n            } catch(c) {\n                throw Error(\"Malformed UTF-8 data\");\n            }\n        },\n        parse: function(a) {\n            return b.parse(unescape(encodeURIComponent(a)))\n        }\n    },\n    r = n.BufferedBlockAlgorithm = s.extend({\n        reset: function() {\n            this._data = new q.init;\n            this._nDataBytes = 0\n        },\n        _append: function(a) {\n            \"string\" == typeof a && (a = x.parse(a));\n            this._data.concat(a);\n            this._nDataBytes += a.sigBytes\n        },\n        _process: function(a) {\n            var c = this._data,\n            m = c.words,\n            f = c.sigBytes,\n            t = this.blockSize,\n            b = f / (4 * t),\n            b = a ? u.ceil(b) : u.max((b | 0) - this._minBufferSize, 0);\n            a = b * t;\n            f = u.min(4 * a, f);\n            if (a) {\n                for (var e = 0; e < a; e += t) this._doProcessBlock(m, e);\n                e = m.splice(0, a);\n                c.sigBytes -= f\n            }\n            return new q.init(e, f)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a._data = this._data.clone();\n            return a\n        },\n        _minBufferSize: 0\n    });\n    n.Hasher = r.extend({\n        cfg: s.extend(),\n        init: function(a) {\n            this.cfg = this.cfg.extend(a);\n            this.reset()\n        },\n        reset: function() {\n            r.reset.call(this);\n            this._doReset()\n        },\n        update: function(a) {\n            this._append(a);\n            this._process();\n            return this\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        blockSize: 16,\n        _createHelper: function(a) {\n            return function(c, m) {\n                return (new a.init(m)).finalize(c)\n            }\n        },\n        _createHmacHelper: function(a) {\n            return function(c, m) {\n                return (new e.HMAC.init(a, m)).finalize(c)\n            }\n        }\n    });\n    var e = d.algo = {};\n    return d\n} (Math); (function() {\n    var u = CryptoJS,\n    l = u.lib.WordArray;\n    u.enc.Base64 = {\n        stringify: function(d) {\n            var n = d.words,\n            l = d.sigBytes,\n            s = this._map;\n            d.clamp();\n            d = [];\n            for (var q = 0; q < l; q += 3) for (var w = (n[q >>> 2] >>> 24 - 8 * (q % 4) & 255) << 16 | (n[q + 1 >>> 2] >>> 24 - 8 * ((q + 1) % 4) & 255) << 8 | n[q + 2 >>> 2] >>> 24 - 8 * ((q + 2) % 4) & 255, v = 0; 4 > v && q + 0.75 * v < l; v++) d.push(s.charAt(w >>> 6 * (3 - v) & 63));\n            if (n = s.charAt(64)) for (; d.length % 4;) d.push(n);\n            return d.join(\"\")\n        },\n        parse: function(d) {\n            var n = d.length,\n            p = this._map,\n            s = p.charAt(64);\n            s && (s = d.indexOf(s), -1 != s && (n = s));\n            for (var s = [], q = 0, w = 0; w < n; w++) if (w % 4) {\n                var v = p.indexOf(d.charAt(w - 1)) << 2 * (w % 4),\n                b = p.indexOf(d.charAt(w)) >>> 6 - 2 * (w % 4);\n                s[q >>> 2] |= (v | b) << 24 - 8 * (q % 4);\n                q++\n            }\n            return l.create(s, q)\n        },\n        _map: \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\"\n    }\n})(); (function(u) {\n    function l(b, e, a, c, m, f, t) {\n        b = b + (e & a | ~e & c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function d(b, e, a, c, m, f, t) {\n        b = b + (e & c | a & ~c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function n(b, e, a, c, m, f, t) {\n        b = b + (e ^ a ^ c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function p(b, e, a, c, m, f, t) {\n        b = b + (a ^ (e | ~c)) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    for (var s = CryptoJS,\n    q = s.lib,\n    w = q.WordArray,\n    v = q.Hasher,\n    q = s.algo,\n    b = [], x = 0; 64 > x; x++) b[x] = 4294967296 * u.abs(u.sin(x + 1)) | 0;\n    q = q.MD5 = v.extend({\n        _doReset: function() {\n            this._hash = new w.init([1732584193, 4023233417, 2562383102, 271733878])\n        },\n        _doProcessBlock: function(r, e) {\n            for (var a = 0; 16 > a; a++) {\n                var c = e + a,\n                m = r[c];\n                r[c] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360\n            }\n            var a = this._hash.words,\n            c = r[e + 0],\n            m = r[e + 1],\n            f = r[e + 2],\n            t = r[e + 3],\n            y = r[e + 4],\n            q = r[e + 5],\n            s = r[e + 6],\n            w = r[e + 7],\n            v = r[e + 8],\n            u = r[e + 9],\n            x = r[e + 10],\n            z = r[e + 11],\n            A = r[e + 12],\n            B = r[e + 13],\n            C = r[e + 14],\n            D = r[e + 15],\n            g = a[0],\n            h = a[1],\n            j = a[2],\n            k = a[3],\n            g = l(g, h, j, k, c, 7, b[0]),\n            k = l(k, g, h, j, m, 12, b[1]),\n            j = l(j, k, g, h, f, 17, b[2]),\n            h = l(h, j, k, g, t, 22, b[3]),\n            g = l(g, h, j, k, y, 7, b[4]),\n            k = l(k, g, h, j, q, 12, b[5]),\n            j = l(j, k, g, h, s, 17, b[6]),\n            h = l(h, j, k, g, w, 22, b[7]),\n            g = l(g, h, j, k, v, 7, b[8]),\n            k = l(k, g, h, j, u, 12, b[9]),\n            j = l(j, k, g, h, x, 17, b[10]),\n            h = l(h, j, k, g, z, 22, b[11]),\n            g = l(g, h, j, k, A, 7, b[12]),\n            k = l(k, g, h, j, B, 12, b[13]),\n            j = l(j, k, g, h, C, 17, b[14]),\n            h = l(h, j, k, g, D, 22, b[15]),\n            g = d(g, h, j, k, m, 5, b[16]),\n            k = d(k, g, h, j, s, 9, b[17]),\n            j = d(j, k, g, h, z, 14, b[18]),\n            h = d(h, j, k, g, c, 20, b[19]),\n            g = d(g, h, j, k, q, 5, b[20]),\n            k = d(k, g, h, j, x, 9, b[21]),\n            j = d(j, k, g, h, D, 14, b[22]),\n            h = d(h, j, k, g, y, 20, b[23]),\n            g = d(g, h, j, k, u, 5, b[24]),\n            k = d(k, g, h, j, C, 9, b[25]),\n            j = d(j, k, g, h, t, 14, b[26]),\n            h = d(h, j, k, g, v, 20, b[27]),\n            g = d(g, h, j, k, B, 5, b[28]),\n            k = d(k, g, h, j, f, 9, b[29]),\n            j = d(j, k, g, h, w, 14, b[30]),\n            h = d(h, j, k, g, A, 20, b[31]),\n            g = n(g, h, j, k, q, 4, b[32]),\n            k = n(k, g, h, j, v, 11, b[33]),\n            j = n(j, k, g, h, z, 16, b[34]),\n            h = n(h, j, k, g, C, 23, b[35]),\n            g = n(g, h, j, k, m, 4, b[36]),\n            k = n(k, g, h, j, y, 11, b[37]),\n            j = n(j, k, g, h, w, 16, b[38]),\n            h = n(h, j, k, g, x, 23, b[39]),\n            g = n(g, h, j, k, B, 4, b[40]),\n            k = n(k, g, h, j, c, 11, b[41]),\n            j = n(j, k, g, h, t, 16, b[42]),\n            h = n(h, j, k, g, s, 23, b[43]),\n            g = n(g, h, j, k, u, 4, b[44]),\n            k = n(k, g, h, j, A, 11, b[45]),\n            j = n(j, k, g, h, D, 16, b[46]),\n            h = n(h, j, k, g, f, 23, b[47]),\n            g = p(g, h, j, k, c, 6, b[48]),\n            k = p(k, g, h, j, w, 10, b[49]),\n            j = p(j, k, g, h, C, 15, b[50]),\n            h = p(h, j, k, g, q, 21, b[51]),\n            g = p(g, h, j, k, A, 6, b[52]),\n            k = p(k, g, h, j, t, 10, b[53]),\n            j = p(j, k, g, h, x, 15, b[54]),\n            h = p(h, j, k, g, m, 21, b[55]),\n            g = p(g, h, j, k, v, 6, b[56]),\n            k = p(k, g, h, j, D, 10, b[57]),\n            j = p(j, k, g, h, s, 15, b[58]),\n            h = p(h, j, k, g, B, 21, b[59]),\n            g = p(g, h, j, k, y, 6, b[60]),\n            k = p(k, g, h, j, z, 10, b[61]),\n            j = p(j, k, g, h, f, 15, b[62]),\n            h = p(h, j, k, g, u, 21, b[63]);\n            a[0] = a[0] + g | 0;\n            a[1] = a[1] + h | 0;\n            a[2] = a[2] + j | 0;\n            a[3] = a[3] + k | 0\n        },\n        _doFinalize: function() {\n            var b = this._data,\n            e = b.words,\n            a = 8 * this._nDataBytes,\n            c = 8 * b.sigBytes;\n            e[c >>> 5] |= 128 << 24 - c % 32;\n            var m = u.floor(a / 4294967296);\n            e[(c + 64 >>> 9 << 4) + 15] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360;\n            e[(c + 64 >>> 9 << 4) + 14] = (a << 8 | a >>> 24) & 16711935 | (a << 24 | a >>> 8) & 4278255360;\n            b.sigBytes = 4 * (e.length + 1);\n            this._process();\n            b = this._hash;\n            e = b.words;\n            for (a = 0; 4 > a; a++) c = e[a],\n            e[a] = (c << 8 | c >>> 24) & 16711935 | (c << 24 | c >>> 8) & 4278255360;\n            return b\n        },\n        clone: function() {\n            var b = v.clone.call(this);\n            b._hash = this._hash.clone();\n            return b\n        }\n    });\n    s.MD5 = v._createHelper(q);\n    s.HmacMD5 = v._createHmacHelper(q)\n})(Math); (function() {\n    var u = CryptoJS,\n    l = u.lib,\n    d = l.Base,\n    n = l.WordArray,\n    l = u.algo,\n    p = l.EvpKDF = d.extend({\n        cfg: d.extend({\n            keySize: 4,\n            hasher: l.MD5,\n            iterations: 1\n        }),\n        init: function(d) {\n            this.cfg = this.cfg.extend(d)\n        },\n        compute: function(d, l) {\n            for (var p = this.cfg,\n            v = p.hasher.create(), b = n.create(), u = b.words, r = p.keySize, p = p.iterations; u.length < r;) {\n                e && v.update(e);\n                var e = v.update(d).finalize(l);\n                v.reset();\n                for (var a = 1; a < p; a++) e = v.finalize(e),\n                v.reset();\n                b.concat(e)\n            }\n            b.sigBytes = 4 * r;\n            return b\n        }\n    });\n    u.EvpKDF = function(d, l, n) {\n        return p.create(n).compute(d, l)\n    }\n})();\nCryptoJS.lib.Cipher ||\nfunction(u) {\n    var l = CryptoJS,\n    d = l.lib,\n    n = d.Base,\n    p = d.WordArray,\n    s = d.BufferedBlockAlgorithm,\n    q = l.enc.Base64,\n    w = l.algo.EvpKDF,\n    v = d.Cipher = s.extend({\n        cfg: n.extend(),\n        createEncryptor: function(m, a) {\n            return this.create(this._ENC_XFORM_MODE, m, a)\n        },\n        createDecryptor: function(m, a) {\n            return this.create(this._DEC_XFORM_MODE, m, a)\n        },\n        init: function(m, a, b) {\n            this.cfg = this.cfg.extend(b);\n            this._xformMode = m;\n            this._key = a;\n            this.reset()\n        },\n        reset: function() {\n            s.reset.call(this);\n            this._doReset()\n        },\n        process: function(a) {\n            this._append(a);\n            return this._process()\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        keySize: 4,\n        ivSize: 4,\n        _ENC_XFORM_MODE: 1,\n        _DEC_XFORM_MODE: 2,\n        _createHelper: function(m) {\n            return {\n                encrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).encrypt(m, f, b, e)\n                },\n                decrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).decrypt(m, f, b, e)\n                }\n            }\n        }\n    });\n    d.StreamCipher = v.extend({\n        _doFinalize: function() {\n            return this._process(!0)\n        },\n        blockSize: 1\n    });\n    var b = l.mode = {},\n    x = function(a, f, b) {\n        var c = this._iv;\n        c ? this._iv = u: c = this._prevBlock;\n        for (var e = 0; e < b; e++) a[f + e] ^= c[e]\n    },\n    r = (d.BlockCipherMode = n.extend({\n        createEncryptor: function(a, f) {\n            return this.Encryptor.create(a, f)\n        },\n        createDecryptor: function(a, f) {\n            return this.Decryptor.create(a, f)\n        },\n        init: function(a, f) {\n            this._cipher = a;\n            this._iv = f\n        }\n    })).extend();\n    r.Encryptor = r.extend({\n        processBlock: function(a, f) {\n            var b = this._cipher,\n            c = b.blockSize;\n            x.call(this, a, f, c);\n            b.encryptBlock(a, f);\n            this._prevBlock = a.slice(f, f + c)\n        }\n    });\n    r.Decryptor = r.extend({\n        processBlock: function(a, b) {\n            var c = this._cipher,\n            e = c.blockSize,\n            d = a.slice(b, b + e);\n            c.decryptBlock(a, b);\n            x.call(this, a, b, e);\n            this._prevBlock = d\n        }\n    });\n    b = b.CBC = r;\n    r = (l.pad = {}).Pkcs7 = {\n        pad: function(a, b) {\n            for (var c = 4 * b,\n            c = c - a.sigBytes % c,\n            e = c << 24 | c << 16 | c << 8 | c,\n            d = [], l = 0; l < c; l += 4) d.push(e);\n            c = p.create(d, c);\n            a.concat(c)\n        },\n        unpad: function(a) {\n            a.sigBytes -= a.words[a.sigBytes - 1 >>> 2] & 255\n        }\n    };\n    d.BlockCipher = v.extend({\n        cfg: v.cfg.extend({\n            mode: b,\n            padding: r\n        }),\n        reset: function() {\n            v.reset.call(this);\n            var a = this.cfg,\n            c = a.iv,\n            a = a.mode;\n            if (this._xformMode == this._ENC_XFORM_MODE) var b = a.createEncryptor;\n            else b = a.createDecryptor,\n            this._minBufferSize = 1;\n            this._mode = b.call(a, this, c && c.words)\n        },\n        _doProcessBlock: function(a, c) {\n            this._mode.processBlock(a, c)\n        },\n        _doFinalize: function() {\n            var a = this.cfg.padding;\n            if (this._xformMode == this._ENC_XFORM_MODE) {\n                a.pad(this._data, this.blockSize);\n                var c = this._process(!0)\n            } else c = this._process(!0),\n            a.unpad(c);\n            return c\n        },\n        blockSize: 4\n    });\n    var e = d.CipherParams = n.extend({\n        init: function(a) {\n            this.mixIn(a)\n        },\n        toString: function(a) {\n            return (a || this.formatter).stringify(this)\n        }\n    }),\n    b = (l.format = {}).OpenSSL = {\n        stringify: function(a) {\n            var c = a.ciphertext;\n            a = a.salt;\n            return (a ? p.create([1398893684, 1701076831]).concat(a).concat(c) : c).toString(q)\n        },\n        parse: function(a) {\n            a = q.parse(a);\n            var c = a.words;\n            if (1398893684 == c[0] && 1701076831 == c[1]) {\n                var b = p.create(c.slice(2, 4));\n                c.splice(0, 4);\n                a.sigBytes -= 16\n            }\n            return e.create({\n                ciphertext: a,\n                salt: b\n            })\n        }\n    },\n    a = d.SerializableCipher = n.extend({\n        cfg: n.extend({\n            format: b\n        }),\n        encrypt: function(a, c, b, d) {\n            d = this.cfg.extend(d);\n            var l = a.createEncryptor(b, d);\n            c = l.finalize(c);\n            l = l.cfg;\n            return e.create({\n                ciphertext: c,\n                key: b,\n                iv: l.iv,\n                algorithm: a,\n                mode: l.mode,\n                padding: l.padding,\n                blockSize: a.blockSize,\n                formatter: d.format\n            })\n        },\n        decrypt: function(a, c, b, e) {\n            e = this.cfg.extend(e);\n            c = this._parse(c, e.format);\n            return a.createDecryptor(b, e).finalize(c.ciphertext)\n        },\n        _parse: function(a, c) {\n            return \"string\" == typeof a ? c.parse(a, this) : a\n        }\n    }),\n    l = (l.kdf = {}).OpenSSL = {\n        execute: function(a, c, b, d) {\n            d || (d = p.random(8));\n            a = w.create({\n                keySize: c + b\n            }).compute(a, d);\n            b = p.create(a.words.slice(c), 4 * b);\n            a.sigBytes = 4 * c;\n            return e.create({\n                key: a,\n                iv: b,\n                salt: d\n            })\n        }\n    },\n    c = d.PasswordBasedCipher = a.extend({\n        cfg: a.cfg.extend({\n            kdf: l\n        }),\n        encrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            e = d.kdf.execute(e, c.keySize, c.ivSize);\n            d.iv = e.iv;\n            c = a.encrypt.call(this, c, b, e.key, d);\n            c.mixIn(e);\n            return c\n        },\n        decrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            b = this._parse(b, d.format);\n            e = d.kdf.execute(e, c.keySize, c.ivSize, b.salt);\n            d.iv = e.iv;\n            return a.decrypt.call(this, c, b, e.key, d)\n        }\n    })\n} (); (function() {\n    function u(b, a) {\n        var c = (this._lBlock >>> b ^ this._rBlock) & a;\n        this._rBlock ^= c;\n        this._lBlock ^= c << b\n    }\n    function l(b, a) {\n        var c = (this._rBlock >>> b ^ this._lBlock) & a;\n        this._lBlock ^= c;\n        this._rBlock ^= c << b\n    }\n    var d = CryptoJS,\n    n = d.lib,\n    p = n.WordArray,\n    n = n.BlockCipher,\n    s = d.algo,\n    q = [57, 49, 41, 33, 25, 17, 9, 1, 58, 50, 42, 34, 26, 18, 10, 2, 59, 51, 43, 35, 27, 19, 11, 3, 60, 52, 44, 36, 63, 55, 47, 39, 31, 23, 15, 7, 62, 54, 46, 38, 30, 22, 14, 6, 61, 53, 45, 37, 29, 21, 13, 5, 28, 20, 12, 4],\n    w = [14, 17, 11, 24, 1, 5, 3, 28, 15, 6, 21, 10, 23, 19, 12, 4, 26, 8, 16, 7, 27, 20, 13, 2, 41, 52, 31, 37, 47, 55, 30, 40, 51, 45, 33, 48, 44, 49, 39, 56, 34, 53, 46, 42, 50, 36, 29, 32],\n    v = [1, 2, 4, 6, 8, 10, 12, 14, 15, 17, 19, 21, 23, 25, 27, 28],\n    b = [{\n        \"0\": 8421888,\n        268435456 : 32768,\n        536870912 : 8421378,\n        805306368 : 2,\n        1073741824 : 512,\n        1342177280 : 8421890,\n        1610612736 : 8389122,\n        1879048192 : 8388608,\n        2147483648 : 514,\n        2415919104 : 8389120,\n        2684354560 : 33280,\n        2952790016 : 8421376,\n        3221225472 : 32770,\n        3489660928 : 8388610,\n        3758096384 : 0,\n        4026531840 : 33282,\n        134217728 : 0,\n        402653184 : 8421890,\n        671088640 : 33282,\n        939524096 : 32768,\n        1207959552 : 8421888,\n        1476395008 : 512,\n        1744830464 : 8421378,\n        2013265920 : 2,\n        2281701376 : 8389120,\n        2550136832 : 33280,\n        2818572288 : 8421376,\n        3087007744 : 8389122,\n        3355443200 : 8388610,\n        3623878656 : 32770,\n        3892314112 : 514,\n        4160749568 : 8388608,\n        1 : 32768,\n        268435457 : 2,\n        536870913 : 8421888,\n        805306369 : 8388608,\n        1073741825 : 8421378,\n        1342177281 : 33280,\n        1610612737 : 512,\n        1879048193 : 8389122,\n        2147483649 : 8421890,\n        2415919105 : 8421376,\n        2684354561 : 8388610,\n        2952790017 : 33282,\n        3221225473 : 514,\n        3489660929 : 8389120,\n        3758096385 : 32770,\n        4026531841 : 0,\n        134217729 : 8421890,\n        402653185 : 8421376,\n        671088641 : 8388608,\n        939524097 : 512,\n        1207959553 : 32768,\n        1476395009 : 8388610,\n        1744830465 : 2,\n        2013265921 : 33282,\n        2281701377 : 32770,\n        2550136833 : 8389122,\n        2818572289 : 514,\n        3087007745 : 8421888,\n        3355443201 : 8389120,\n        3623878657 : 0,\n        3892314113 : 33280,\n        4160749569 : 8421378\n    },\n    {\n        \"0\": 1074282512,\n        16777216 : 16384,\n        33554432 : 524288,\n        50331648 : 1074266128,\n        67108864 : 1073741840,\n        83886080 : 1074282496,\n        100663296 : 1073758208,\n        117440512 : 16,\n        134217728 : 540672,\n        150994944 : 1073758224,\n        167772160 : 1073741824,\n        184549376 : 540688,\n        201326592 : 524304,\n        218103808 : 0,\n        234881024 : 16400,\n        251658240 : 1074266112,\n        8388608 : 1073758208,\n        25165824 : 540688,\n        41943040 : 16,\n        58720256 : 1073758224,\n        75497472 : 1074282512,\n        92274688 : 1073741824,\n        109051904 : 524288,\n        125829120 : 1074266128,\n        142606336 : 524304,\n        159383552 : 0,\n        176160768 : 16384,\n        192937984 : 1074266112,\n        209715200 : 1073741840,\n        226492416 : 540672,\n        243269632 : 1074282496,\n        260046848 : 16400,\n        268435456 : 0,\n        285212672 : 1074266128,\n        301989888 : 1073758224,\n        318767104 : 1074282496,\n        335544320 : 1074266112,\n        352321536 : 16,\n        369098752 : 540688,\n        385875968 : 16384,\n        402653184 : 16400,\n        419430400 : 524288,\n        436207616 : 524304,\n        452984832 : 1073741840,\n        469762048 : 540672,\n        486539264 : 1073758208,\n        503316480 : 1073741824,\n        520093696 : 1074282512,\n        276824064 : 540688,\n        293601280 : 524288,\n        310378496 : 1074266112,\n        327155712 : 16384,\n        343932928 : 1073758208,\n        360710144 : 1074282512,\n        377487360 : 16,\n        394264576 : 1073741824,\n        411041792 : 1074282496,\n        427819008 : 1073741840,\n        444596224 : 1073758224,\n        461373440 : 524304,\n        478150656 : 0,\n        494927872 : 16400,\n        511705088 : 1074266128,\n        528482304 : 540672\n    },\n    {\n        \"0\": 260,\n        1048576 : 0,\n        2097152 : 67109120,\n        3145728 : 65796,\n        4194304 : 65540,\n        5242880 : 67108868,\n        6291456 : 67174660,\n        7340032 : 67174400,\n        8388608 : 67108864,\n        9437184 : 67174656,\n        10485760 : 65792,\n        11534336 : 67174404,\n        12582912 : 67109124,\n        13631488 : 65536,\n        14680064 : 4,\n        15728640 : 256,\n        524288 : 67174656,\n        1572864 : 67174404,\n        2621440 : 0,\n        3670016 : 67109120,\n        4718592 : 67108868,\n        5767168 : 65536,\n        6815744 : 65540,\n        7864320 : 260,\n        8912896 : 4,\n        9961472 : 256,\n        11010048 : 67174400,\n        12058624 : 65796,\n        13107200 : 65792,\n        14155776 : 67109124,\n        15204352 : 67174660,\n        16252928 : 67108864,\n        16777216 : 67174656,\n        17825792 : 65540,\n        18874368 : 65536,\n        19922944 : 67109120,\n        20971520 : 256,\n        22020096 : 67174660,\n        23068672 : 67108868,\n        24117248 : 0,\n        25165824 : 67109124,\n        26214400 : 67108864,\n        27262976 : 4,\n        28311552 : 65792,\n        29360128 : 67174400,\n        30408704 : 260,\n        31457280 : 65796,\n        32505856 : 67174404,\n        17301504 : 67108864,\n        18350080 : 260,\n        19398656 : 67174656,\n        20447232 : 0,\n        21495808 : 65540,\n        22544384 : 67109120,\n        23592960 : 256,\n        24641536 : 67174404,\n        25690112 : 65536,\n        26738688 : 67174660,\n        27787264 : 65796,\n        28835840 : 67108868,\n        29884416 : 67109124,\n        30932992 : 67174400,\n        31981568 : 4,\n        33030144 : 65792\n    },\n    {\n        \"0\": 2151682048,\n        65536 : 2147487808,\n        131072 : 4198464,\n        196608 : 2151677952,\n        262144 : 0,\n        327680 : 4198400,\n        393216 : 2147483712,\n        458752 : 4194368,\n        524288 : 2147483648,\n        589824 : 4194304,\n        655360 : 64,\n        720896 : 2147487744,\n        786432 : 2151678016,\n        851968 : 4160,\n        917504 : 4096,\n        983040 : 2151682112,\n        32768 : 2147487808,\n        98304 : 64,\n        163840 : 2151678016,\n        229376 : 2147487744,\n        294912 : 4198400,\n        360448 : 2151682112,\n        425984 : 0,\n        491520 : 2151677952,\n        557056 : 4096,\n        622592 : 2151682048,\n        688128 : 4194304,\n        753664 : 4160,\n        819200 : 2147483648,\n        884736 : 4194368,\n        950272 : 4198464,\n        1015808 : 2147483712,\n        1048576 : 4194368,\n        1114112 : 4198400,\n        1179648 : 2147483712,\n        1245184 : 0,\n        1310720 : 4160,\n        1376256 : 2151678016,\n        1441792 : 2151682048,\n        1507328 : 2147487808,\n        1572864 : 2151682112,\n        1638400 : 2147483648,\n        1703936 : 2151677952,\n        1769472 : 4198464,\n        1835008 : 2147487744,\n        1900544 : 4194304,\n        1966080 : 64,\n        2031616 : 4096,\n        1081344 : 2151677952,\n        1146880 : 2151682112,\n        1212416 : 0,\n        1277952 : 4198400,\n        1343488 : 4194368,\n        1409024 : 2147483648,\n        1474560 : 2147487808,\n        1540096 : 64,\n        1605632 : 2147483712,\n        1671168 : 4096,\n        1736704 : 2147487744,\n        1802240 : 2151678016,\n        1867776 : 4160,\n        1933312 : 2151682048,\n        1998848 : 4194304,\n        2064384 : 4198464\n    },\n    {\n        \"0\": 128,\n        4096 : 17039360,\n        8192 : 262144,\n        12288 : 536870912,\n        16384 : 537133184,\n        20480 : 16777344,\n        24576 : 553648256,\n        28672 : 262272,\n        32768 : 16777216,\n        36864 : 537133056,\n        40960 : 536871040,\n        45056 : 553910400,\n        49152 : 553910272,\n        53248 : 0,\n        57344 : 17039488,\n        61440 : 553648128,\n        2048 : 17039488,\n        6144 : 553648256,\n        10240 : 128,\n        14336 : 17039360,\n        18432 : 262144,\n        22528 : 537133184,\n        26624 : 553910272,\n        30720 : 536870912,\n        34816 : 537133056,\n        38912 : 0,\n        43008 : 553910400,\n        47104 : 16777344,\n        51200 : 536871040,\n        55296 : 553648128,\n        59392 : 16777216,\n        63488 : 262272,\n        65536 : 262144,\n        69632 : 128,\n        73728 : 536870912,\n        77824 : 553648256,\n        81920 : 16777344,\n        86016 : 553910272,\n        90112 : 537133184,\n        94208 : 16777216,\n        98304 : 553910400,\n        102400 : 553648128,\n        106496 : 17039360,\n        110592 : 537133056,\n        114688 : 262272,\n        118784 : 536871040,\n        122880 : 0,\n        126976 : 17039488,\n        67584 : 553648256,\n        71680 : 16777216,\n        75776 : 17039360,\n        79872 : 537133184,\n        83968 : 536870912,\n        88064 : 17039488,\n        92160 : 128,\n        96256 : 553910272,\n        100352 : 262272,\n        104448 : 553910400,\n        108544 : 0,\n        112640 : 553648128,\n        116736 : 16777344,\n        120832 : 262144,\n        124928 : 537133056,\n        129024 : 536871040\n    },\n    {\n        \"0\": 268435464,\n        256 : 8192,\n        512 : 270532608,\n        768 : 270540808,\n        1024 : 268443648,\n        1280 : 2097152,\n        1536 : 2097160,\n        1792 : 268435456,\n        2048 : 0,\n        2304 : 268443656,\n        2560 : 2105344,\n        2816 : 8,\n        3072 : 270532616,\n        3328 : 2105352,\n        3584 : 8200,\n        3840 : 270540800,\n        128 : 270532608,\n        384 : 270540808,\n        640 : 8,\n        896 : 2097152,\n        1152 : 2105352,\n        1408 : 268435464,\n        1664 : 268443648,\n        1920 : 8200,\n        2176 : 2097160,\n        2432 : 8192,\n        2688 : 268443656,\n        2944 : 270532616,\n        3200 : 0,\n        3456 : 270540800,\n        3712 : 2105344,\n        3968 : 268435456,\n        4096 : 268443648,\n        4352 : 270532616,\n        4608 : 270540808,\n        4864 : 8200,\n        5120 : 2097152,\n        5376 : 268435456,\n        5632 : 268435464,\n        5888 : 2105344,\n        6144 : 2105352,\n        6400 : 0,\n        6656 : 8,\n        6912 : 270532608,\n        7168 : 8192,\n        7424 : 268443656,\n        7680 : 270540800,\n        7936 : 2097160,\n        4224 : 8,\n        4480 : 2105344,\n        4736 : 2097152,\n        4992 : 268435464,\n        5248 : 268443648,\n        5504 : 8200,\n        5760 : 270540808,\n        6016 : 270532608,\n        6272 : 270540800,\n        6528 : 270532616,\n        6784 : 8192,\n        7040 : 2105352,\n        7296 : 2097160,\n        7552 : 0,\n        7808 : 268435456,\n        8064 : 268443656\n    },\n    {\n        \"0\": 1048576,\n        16 : 33555457,\n        32 : 1024,\n        48 : 1049601,\n        64 : 34604033,\n        80 : 0,\n        96 : 1,\n        112 : 34603009,\n        128 : 33555456,\n        144 : 1048577,\n        160 : 33554433,\n        176 : 34604032,\n        192 : 34603008,\n        208 : 1025,\n        224 : 1049600,\n        240 : 33554432,\n        8 : 34603009,\n        24 : 0,\n        40 : 33555457,\n        56 : 34604032,\n        72 : 1048576,\n        88 : 33554433,\n        104 : 33554432,\n        120 : 1025,\n        136 : 1049601,\n        152 : 33555456,\n        168 : 34603008,\n        184 : 1048577,\n        200 : 1024,\n        216 : 34604033,\n        232 : 1,\n        248 : 1049600,\n        256 : 33554432,\n        272 : 1048576,\n        288 : 33555457,\n        304 : 34603009,\n        320 : 1048577,\n        336 : 33555456,\n        352 : 34604032,\n        368 : 1049601,\n        384 : 1025,\n        400 : 34604033,\n        416 : 1049600,\n        432 : 1,\n        448 : 0,\n        464 : 34603008,\n        480 : 33554433,\n        496 : 1024,\n        264 : 1049600,\n        280 : 33555457,\n        296 : 34603009,\n        312 : 1,\n        328 : 33554432,\n        344 : 1048576,\n        360 : 1025,\n        376 : 34604032,\n        392 : 33554433,\n        408 : 34603008,\n        424 : 0,\n        440 : 34604033,\n        456 : 1049601,\n        472 : 1024,\n        488 : 33555456,\n        504 : 1048577\n    },\n    {\n        \"0\": 134219808,\n        1 : 131072,\n        2 : 134217728,\n        3 : 32,\n        4 : 131104,\n        5 : 134350880,\n        6 : 134350848,\n        7 : 2048,\n        8 : 134348800,\n        9 : 134219776,\n        10 : 133120,\n        11 : 134348832,\n        12 : 2080,\n        13 : 0,\n        14 : 134217760,\n        15 : 133152,\n        2147483648 : 2048,\n        2147483649 : 134350880,\n        2147483650 : 134219808,\n        2147483651 : 134217728,\n        2147483652 : 134348800,\n        2147483653 : 133120,\n        2147483654 : 133152,\n        2147483655 : 32,\n        2147483656 : 134217760,\n        2147483657 : 2080,\n        2147483658 : 131104,\n        2147483659 : 134350848,\n        2147483660 : 0,\n        2147483661 : 134348832,\n        2147483662 : 134219776,\n        2147483663 : 131072,\n        16 : 133152,\n        17 : 134350848,\n        18 : 32,\n        19 : 2048,\n        20 : 134219776,\n        21 : 134217760,\n        22 : 134348832,\n        23 : 131072,\n        24 : 0,\n        25 : 131104,\n        26 : 134348800,\n        27 : 134219808,\n        28 : 134350880,\n        29 : 133120,\n        30 : 2080,\n        31 : 134217728,\n        2147483664 : 131072,\n        2147483665 : 2048,\n        2147483666 : 134348832,\n        2147483667 : 133152,\n        2147483668 : 32,\n        2147483669 : 134348800,\n        2147483670 : 134217728,\n        2147483671 : 134219808,\n        2147483672 : 134350880,\n        2147483673 : 134217760,\n        2147483674 : 134219776,\n        2147483675 : 0,\n        2147483676 : 133120,\n        2147483677 : 2080,\n        2147483678 : 131104,\n        2147483679 : 134350848\n    }],\n    x = [4160749569, 528482304, 33030144, 2064384, 129024, 8064, 504, 2147483679],\n    r = s.DES = n.extend({\n        _doReset: function() {\n            for (var b = this._key.words,\n            a = [], c = 0; 56 > c; c++) {\n                var d = q[c] - 1;\n                a[c] = b[d >>> 5] >>> 31 - d % 32 & 1\n            }\n            b = this._subKeys = [];\n            for (d = 0; 16 > d; d++) {\n                for (var f = b[d] = [], l = v[d], c = 0; 24 > c; c++) f[c / 6 | 0] |= a[(w[c] - 1 + l) % 28] << 31 - c % 6,\n                f[4 + (c / 6 | 0)] |= a[28 + (w[c + 24] - 1 + l) % 28] << 31 - c % 6;\n                f[0] = f[0] << 1 | f[0] >>> 31;\n                for (c = 1; 7 > c; c++) f[c] >>>= 4 * (c - 1) + 3;\n                f[7] = f[7] << 5 | f[7] >>> 27\n            }\n            a = this._invSubKeys = [];\n            for (c = 0; 16 > c; c++) a[c] = b[15 - c]\n        },\n        encryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._subKeys)\n        },\n        decryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._invSubKeys)\n        },\n        _doCryptBlock: function(e, a, c) {\n            this._lBlock = e[a];\n            this._rBlock = e[a + 1];\n            u.call(this, 4, 252645135);\n            u.call(this, 16, 65535);\n            l.call(this, 2, 858993459);\n            l.call(this, 8, 16711935);\n            u.call(this, 1, 1431655765);\n            for (var d = 0; 16 > d; d++) {\n                for (var f = c[d], n = this._lBlock, p = this._rBlock, q = 0, r = 0; 8 > r; r++) q |= b[r][((p ^ f[r]) & x[r]) >>> 0];\n                this._lBlock = p;\n                this._rBlock = n ^ q\n            }\n            c = this._lBlock;\n            this._lBlock = this._rBlock;\n            this._rBlock = c;\n            u.call(this, 1, 1431655765);\n            l.call(this, 8, 16711935);\n            l.call(this, 2, 858993459);\n            u.call(this, 16, 65535);\n            u.call(this, 4, 252645135);\n            e[a] = this._lBlock;\n            e[a + 1] = this._rBlock\n        },\n        keySize: 2,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.DES = n._createHelper(r);\n    s = s.TripleDES = n.extend({\n        _doReset: function() {\n            var b = this._key.words;\n            this._des1 = r.createEncryptor(p.create(b.slice(0, 2)));\n            this._des2 = r.createEncryptor(p.create(b.slice(2, 4)));\n            this._des3 = r.createEncryptor(p.create(b.slice(4, 6)))\n        },\n        encryptBlock: function(b, a) {\n            this._des1.encryptBlock(b, a);\n            this._des2.decryptBlock(b, a);\n            this._des3.encryptBlock(b, a)\n        },\n        decryptBlock: function(b, a) {\n            this._des3.decryptBlock(b, a);\n            this._des2.encryptBlock(b, a);\n            this._des1.decryptBlock(b, a)\n        },\n        keySize: 6,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.TripleDES = n._createHelper(s)\n})();\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\n/**\n * Electronic Codebook block mode.\n */\nCryptoJS.mode.ECB = (function() {\n    var ECB = CryptoJS.lib.BlockCipherMode.extend();\n\n    ECB.Encryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.encryptBlock(words, offset);\n        }\n    });\n\n    ECB.Decryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.decryptBlock(words, offset);\n        }\n    });\n\n    return ECB;\n} ());\n\nfunction encryptByDES(message, key) {\n    var keyHex = CryptoJS.enc.Utf8.parse(key);\n    var encrypted = CryptoJS.DES.encrypt(message, keyHex, {\n        mode: CryptoJS.mode.ECB,\n        padding: CryptoJS.pad.Pkcs7\n    });\n    return encrypted.toString()\n}\n//DES加密结束\nvar deskey = 'web@hzlq';\nvar userId='0';\nfunction getPostUrl(data,type) {\nvar url = 'http://m.ndlib.cn/nlc_read_home/service.do,';\nvar md5Key = 'library_2016@hzlq';\nvalue = {\n    siteId: 1,\n    data:encryptByDES(JSON.stringify(data), deskey),\n    userId: userId,\n    fromSource: 3,\n    osType: 5,\n    version: \"1.0.1\",\n    versionCode: 10001,\n    timeStamp: data.timeStamp,\n    hashCode: md5(data.timeStamp + md5Key)\n}\nvar option={\n\"method\":\"POST\",\n\"body\":'cmd='+type+'&value=' + encodeURIComponent(JSON.stringify(value))\n}\nreturn url + JSON.stringify(option);\n}\n//搜索链接\nvar data ={\n    timeStamp:Date.now(),\n    bigType:\"0\",\n    content:key,\n    pageSize:10,\n    pageNum:1\n};\ngetPostUrl(data,'qrySearchList')\n</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "看免费，付费看不了，如深空彼岸",
    "bookSourceGroup": "免费",
    "bookSourceName": "多看阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.dkmi.com/#wenmoux",
    "customButton": false,
    "customOrder": 1077,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\nm=`[`\n\nb=`{\"title\":\"■■■■■■■■男生榜单■■■■■■■■\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人气榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40102&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"热搜榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40602&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完结榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40303&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"连载榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40902&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱ 男生热度 ✱　　　　　　✱\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  都市  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000400?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  玄幻  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000100?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  历史  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000600?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  科幻  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000900?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  游戏  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25001000?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  悬疑  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000800?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  仙侠  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000500?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  武侠  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000300?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱男生角色✱　　　　　　✱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/17016?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神医\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10418?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女婿\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12566?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"修真\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10795?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"废材\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14949?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奶爸\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/16779?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武神\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10815?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"文娱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/18331?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"保安\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13502?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"校花\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/54334?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"刺客\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11135?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"保镖\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12487?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"白领\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/41131?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"御姐\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/230050?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"农民\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11664?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"帝王\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10472?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"职玩\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13060?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"道士\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11013?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"战神\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12062?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宅男\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11935?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"剑客\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10486?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙尊\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/17710?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱男生情节✱　　　　　　✱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10814?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"强者归来\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/159906?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"王者荣耀\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/183828?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"绝地求生\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/205061?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"升级流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11054?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无敌流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14447?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"技术流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10344?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"凡人流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/26566?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"洪荒流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/57205?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天才流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15613?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"学院流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/18507?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/36244?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"直播文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229663?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"开局流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229635?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"赘婿文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233067?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"战神文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/232467?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"姐姐文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/234096?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神医文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233063?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"保镖文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/231304?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"兵王文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233064?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"鉴宝文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/232703?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奶爸文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229408?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武道流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233066?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"种田文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/18418?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"灵气复苏\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/203573?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无限流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10357?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"诸天流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229405?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市修仙\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/34328?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代修真\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10161?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"随身流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15940?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"废柴流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12431?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"氪金流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233065?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"争霸流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/159542?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"召唤流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/157025?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"重生文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/182552?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/168672?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"LOL\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12758?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"红包文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/202610?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"迪化流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233069?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"权谋文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233439?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异兽流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/159552?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武魂流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/232705?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"风水玄学\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/231592?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代诡秘\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229429?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"蒸汽朋克\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/156231?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"巫师流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229460?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"硬科幻\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/200279?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"败家流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/230502?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"机甲流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/34537?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}}`\n\ng=`{\"title\":\"■■■■■■■■女生榜单■■■■■■■■\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人气榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40202&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"热搜榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40702&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完结榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40304&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"连载榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=41002&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱ 女生热度 ✱　　　　　　✱\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代言情\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25001800?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古代言情\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25001700?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青春校园\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25003000?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"悬疑推理\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25002000?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"玄幻言情\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25001500?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻空间\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25002100?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"游戏竞技\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25002200?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱女生角色✱　　　　　　✱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11512?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"王妃\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11168?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"嫡女\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/16300?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神医\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/50603?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女配\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15834?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"萌宝\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/18840?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"农女\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/54153?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"皇后\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13442?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"白领\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10987?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"庶女\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14207?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"明星\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10317?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"王爷\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11173?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"特工\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11171?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"前妻\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14104?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"首席\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13387?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"弃妇\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12102?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"商女\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25931?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"设计师\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11458?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"学霸\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/26103?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"养女\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14119?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱女生情节✱　　　　　　✱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13610?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"契约婚姻\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/26028?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"日久生情\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13610?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青梅竹马\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12385?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"种田文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/18418?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"年代文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/200334?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"团宠\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229410?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"欢喜冤家\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10969?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"复仇文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/222882?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"逆袭流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/230499?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"先婚后爱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14621?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫斗文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/230500?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宅斗文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15850?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女强\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12386?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"强取豪夺\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13450?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"快穿\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/37234?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"重生文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/182552?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/168672?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"破镜重圆\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14035?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿书\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/59318?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"萌宝文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/231492?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"带球跑\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15171?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"架空\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10402?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"虐恋\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10767?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"空间文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/232706?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/36244?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"直播文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229663?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐圈\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10128?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"扮猪吃虎\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10814?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"家长里短\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10660?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"同居\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12000?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"隐婚\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/30304?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代诡秘\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229429?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"职场商战\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/23648?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"婚恋文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/230501?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"豪门\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11513?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"HE\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15994?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"甜文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10887?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"1v1\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/187551?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}}`\n\nn=`]`\n\nx=`[{\"title\":\"✱　　　　　　✱男生old✱　　　　　　✱\",\"url\":\"/\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人气榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=12001&_t=&_c=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"畅销榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=11002&_t=&_c=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"VIP榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=43001&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"新书榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=13000&_t=1&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"收藏榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=27002&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"飙升榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=14001&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完本榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=15001&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"风云榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=29004&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"更新榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=28001&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱女生old✱　　　　　　✱\",\"url\":\"/\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人气榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=12011&_t=&_c=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"畅销榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=11012&_t=&_c=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"VIP榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=43011&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"新书榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=13010&_t=1&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"收藏榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=27012&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"飙升榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=14011&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完本榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=15011&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"风云榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=29014&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"更新榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=28011&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}}]`\n\nkey=String(source.getVariable())\n\nkey==\"\"? m+b+`,`+g+n :\nkey==\"1\"? m+b+`,`+g+n :\nkey==\"2\"? m+g+`,`+b+n :\nkey==\"3\"? m+b+n :\nkey==\"4\"? m+g+n : x\n</js>",
    "header": "{\"cookie\":\"device_id=D900MIVU7AH2SDF9;platform=wap;user_preference=%7B%7D;Hm_lvt_1c932f22da573f2870e8ab565f4ff9cb=1616847894;build=999000000;Hm_lpvt_1c932f22da573f2870e8ab565f4ff9cb=1616849443;app_id=duokan_h5;channel=Y0X66A;user_type=3\"}",
    "lastUpdateTime": 1694151158330,
    "loginUrl": "https://account.xiaomi.com/fe/service/login/password?display=mobile&sid=reader&qs",
    "respondTime": 6075,
    "ruleBookInfo": {
      "coverUrl": "",
      "kind": "$.item.tags[*]&&$.rights",
      "lastChapter": "$.item.latest",
      "name": "",
      "tocUrl": "$.item.fiction_id@js:\"https://www.duokan.com/store/v0/fiction/detail/\"+result+\"?chapter_id=0&_t=&_c=\"",
      "wordCount": "$.item.word_count"
    },
    "ruleContent": {
      "content": "$.url@js:\nlet content=\"\"\nif(result){\nlet b64 = java.ajax(result)\nlet str=java.base64Decode(b64.match(/'(.+?)'/)[1])\nlet list=JSON.parse(str).p\nfor (i =0;i<list.length;i++){\ncontent+= list[i]+\"\\n\"\n}\n}else{\ncontent+=\"购买后继续阅读本章内容\"\n}\ncontent",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "$.authors",
      "bookList": "$.items[*]",
      "bookUrl": "$.fiction_id@js:\"https://www.duokan.com/hs/v0/android/fiction/book/\"+result",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "$.new_tags&&$.rights",
      "name": "$.title",
      "wordCount": "$.word_count"
    },
    "ruleSearch": {
      "author": "$.role[0][1]",
      "bookList": "$.items[*]",
      "bookUrl": "$.source_id@js:\"https://www.duokan.com/hs/v0/android/fiction/book/\"+result",
      "checkKeyWord": "九星霸体诀",
      "coverUrl": "$.cover",
      "intro": "$.intro",
      "kind": "",
      "lastChapter": "",
      "name": "$.title",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "$.item.toc[*]",
      "chapterName": "$.title",
      "chapterUrl": "$.seq_id@js:\n\"https://www.duokan.com/drm/v0/fiction/link?chapter_id=\"+result+\"&format=jsonp&withid=1&fiction_id=\"+baseUrl.match(/detail\\/(\\d+)/)[1]+\"&_t=&_c=\"",
      "isVip": "$.free@js:result?false:true"
    },
    "searchUrl": "https://www.duokan.com/store/v0/lib/query/onebox?start=0&count=10&s={{key}}&source=2%2C5%2C6%2C7&_t=1616840245&_c=3963",
    "variableComment": "✱✱输入数字 变更发现列表：\n1  男榜+女榜  (默认列表)\n2  女榜+男榜\n3  仅男榜\n4  仅女榜\n5  旧的发现列表x\n✱✱若发现列表没变更，长按列表顶栏，弹出菜单选“刷新”，收起列表再摊开。",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "漫画",
    "bookSourceName": "快看漫画",
    "bookSourceType": 2,
    "bookSourceUrl": "https://api.kkmh.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1078,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n  \"User-Agent\": \"Kuaikan/5.23.0/523000(Android;8.0.0;MIX2;kuaikan568;WIFI;2030*1080)\"\n}",
    "lastUpdateTime": 1734006779345,
    "loginUrl": "",
    "respondTime": 2241,
    "ruleBookInfo": {
      "author": "$.data.user.nickname",
      "intro": "$.data.description",
      "kind": "$.category",
      "name": "$.data.title"
    },
    "ruleContent": {
      "content": "@js:\nvar options = {\n\"headers\": {\"Referer\": baseUrl}\n}\njava.getStringList(\"$.data.images\").toArray().map\n(a=>'<img src=\"'+a+'\" >').join(\"\\n\")",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.user.nickname",
      "bookList": "$.data.topic.hit.*&&$.data.topics.*",
      "bookUrl": "https://api.kkmh.com/v1/topics/{$.id}",
      "coverUrl": "$.cover_image_url",
      "intro": "$.description",
      "kind": "$.category",
      "lastChapter": "$.latest_comic_title",
      "name": "$.title"
    },
    "ruleToc": {
      "chapterList": "-$..comics.*",
      "chapterName": "$.title",
      "chapterUrl": "https://api.kkmh.com/v2/comic/{$.id}?is_preview=0",
      "updateTime": "@js:java.timeFormat({{$.created_at}}*1000)"
    },
    "searchUrl": "https://search.kkmh.com/search/complex?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "带部分☺☺书籍",
    "bookSourceGroup": "正版",
    "bookSourceName": "💰就爱读小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.92dxs.org",
    "customButton": false,
    "customOrder": 1079,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/list/1.html\n武侠::/list/2.html\n都市::/list/3.html\n历史::/list/4.html\n网游::/list/6.html\n科幻::/list/7.html\n恐怖::/list/8.html\n完本::/wanben/index.html\n排行::/top/lastupdate.html",
    "lastUpdateTime": 1728398757802,
    "respondTime": 17829,
    "ruleBookInfo": {
      "author": "meta[property=\"og:novel:author\"]@content",
      "canReName": "",
      "coverUrl": "meta[property=\"og:image\"]@content",
      "init": "head",
      "intro": "meta[property=\"og:description\"]@content",
      "kind": "meta[property~=(category|status|click_cnt)]@content",
      "lastChapter": "{{@@meta[property=\"og:novel:latest_chapter_name\"]@content}} {{@@meta[property=\"og:novel:update_time\"]@content}}",
      "name": "meta[property=\"og:novel:book_name\"]@content",
      "tocUrl": "/ajaxService?action=chapterlist&articleno={{String(baseUrl).match(/\\d+(?=\\.)/)[0]}}&index=0&size=99999&sort=1"
    },
    "ruleContent": {
      "content": "#nr p@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": "span.0@text##^-",
      "bookList": "div.1@table",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "kind": "span.1@text",
      "lastChapter": "a.2@text",
      "name": "a.1@text"
    },
    "ruleSearch": {
      "author": ".author@text##作者：",
      "bookList": ".waps_one",
      "bookUrl": "a.0@href",
      "checkKeyWord": "我的",
      "kind": "span@ownText",
      "lastChapter": ".genxin>a@text",
      "name": ".waps_name@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "items",
      "chapterName": "chaptername",
      "chapterUrl": "url",
      "formatJs": "",
      "isPay": "",
      "isVip": "isvip",
      "isVolume": "",
      "nextTocUrl": "",
      "preUpdateJs": "",
      "updateTime": "{{$.size}}字 {{$.modifytime||$.postdate}}##T(\\d)## $1"
    },
    "searchUrl": "https://m.92dxs.org/search/{{key}}.html",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "速速中文",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.susuzw.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1080,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::class/1_{{page}}.html\n武侠小说::class/2_{{page}}.html\n都市小说::class/3_{{page}}.html\n历史小说::class/4_{{page}}.html\n游戏小说::class/5_{{page}}.html\n科幻小说::class/6_{{page}}.html\n其他小说::class/7_{{page}}.html",
    "lastUpdateTime": 1702221554767,
    "loginUrl": "",
    "respondTime": 20437,
    "ruleBookInfo": {
      "coverUrl": "id.fmimg@img@src",
      "intro": "id.intro@html##各位书友要是觉得.*",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content",
      "lastChapter": "id.info@p@a@text",
      "tocUrl": "class.tgcj@href"
    },
    "ruleContent": {
      "content": "id.content@html##一秒记住.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.odd.1@text||class.s4@text",
      "bookList": "class.grid@tr!0||class.l@li",
      "bookUrl": "a@href##/(\\d+)_(\\d+)/##/books_$2/",
      "coverUrl": "a@href<js>'http://pic.susuzw.com/image'+String(result).replace(/.*?(\\d*?)(\\d{1,3})\\//,'/$1/$1$2/$1$2s.jpg').replace('//','/0/')</js>",
      "kind": "class.even.2@text",
      "lastChapter": "class.even@a@text||class.s3@a@text",
      "name": "class.odd@a@text||class.s2@a@text"
    },
    "ruleToc": {
      "chapterList": "id.list@dd@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "modules/article/search.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"s={{key}}&type=articlename&page={{page}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "笔尚小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.bsxiaoshuo.com#",
    "customButton": false,
    "customOrder": 1081,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"悬疑\",\"url\":\"/nangui_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"历史\",\"url\":\"/lishi_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"/xuanhuan_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻\",\"url\":\"/kehuan_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"网游\",\"url\":\"/wangyou_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"二次\",\"url\":\"/erciyuan_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代\",\"url\":\"/xianyan_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代\",\"url\":\"/guyan_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"幻想\",\"url\":\"/huanyan_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"/lingyan_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"都市\",\"url\":\"/doushi_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.29}}]",
    "lastUpdateTime": 1716236144306,
    "loginUrl": "https://www.bsxiaoshuo.com/user/",
    "respondTime": 979,
    "ruleBookInfo": {
      "author": ".name strong@text",
      "coverUrl": ".pic img@src",
      "intro": ".summary@ownText##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".cate@text&&h4 .time@text##\\s.*",
      "lastChapter": "h4 a@text##>>",
      "name": "h2@text",
      "tocUrl": ".index@href",
      "wordCount": ".words@text##字"
    },
    "ruleContent": {
      "content": ".page-content@html"
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": "tbody tr",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##/(\\d+)##https://imgc.bsxiaoshuo.com/$1.jpg",
      "kind": "td.4@text##\\s.*",
      "lastChapter": "a.1@text",
      "name": "a.0@text",
      "wordCount": "td.3@text"
    },
    "ruleSearch": {
      "author": "p.1@textNodes",
      "bookList": "#j li",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": "p.0@text",
      "kind": "s@text",
      "name": "b@text"
    },
    "ruleToc": {
      "chapterList": ".float-list li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "isVip": "##isvip##🔒###",
      "updateTime": "span@text"
    },
    "searchUrl": "/s.php?sid=3&k={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁,免费",
    "bookSourceName": "笔趣岛吧",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.daowx.com/",
    "customButton": false,
    "customOrder": 1082,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1720930498842,
    "respondTime": 6795,
    "ruleBookInfo": {
      "author": "id.add_info@p.0@text",
      "intro": "⌚{{@@id.add_info@p.5@text}}\n{{'\\n'+'​'}}\n简介📕：\n{{@@id.add_intro@text}}",
      "lastChapter": "class.chapter.0@text",
      "name": "id.add_info@h1@text"
    },
    "ruleContent": {
      "content": "id.nr1@p@text##你正在阅读 《.*》 章节：.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a@text##(.*)：##$1###",
      "bookList": "div.s_list:nth-of-type(n+3)",
      "bookUrl": "a@href##$##,{'webView': true}",
      "checkKeyWord": "我的",
      "name": "a@text##《(.*)》##$1###"
    },
    "ruleToc": {
      "chapterList": "id.add_chapter_list_link@li@a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{'webView': true}"
    },
    "searchUrl": "https://bqg123.net/search?form=biqusoso&keyword={{key}},{'webView':true}",
    "weight": 0
  },
  {
    "bookSourceComment": "//By情无羁25.02.19",
    "bookSourceGroup": "免费",
    "bookSourceName": "找书神器",
    "bookSourceType": 0,
    "bookSourceUrl": "https://mianfei22.com/",
    "customButton": false,
    "customOrder": 1083,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 14; zh-cn; M2102K1AC Build/UKQ1.231207.002) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/109.0.5414.118 Mobile Safari/537.36 MQQBrowser/10.1.0\"}",
    "lastUpdateTime": 1739900714457,
    "respondTime": 5769,
    "ruleBookInfo": {
      "intro": ".intro@text",
      "kind": ""
    },
    "ruleContent": {
      "content": "#nr1@html##你正在阅读\\s《.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.author",
      "bookList": "<js>\na=src.match(/]=\"(.*)\".*/)[1]\n//java.log(a)\nb=java.base64Decode(a,\"UTF-8\")\nc=decodeURIComponent(b)\n//java.log(c)\nresult=c;\nresult\n</js>\n$.book_list",
      "bookUrl": "https://mianfei22.com/v3_uni_0219003?2#/v3/{{$.book_uni_id}}/{{$.book_id}}/##$##,{'webView': true}",
      "coverUrl": "",
      "lastChapter": "$.last_chapter_name",
      "name": "$.book_name"
    },
    "ruleToc": {
      "chapterList": "#add_chapter_list_link@li a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{'webView': true}"
    },
    "searchUrl": "/v3/search1?ws=717360&pf=linux%20armv8l&keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "漫画",
    "bookSourceName": "新人漫画",
    "bookSourceType": 2,
    "bookSourceUrl": "https://xapi.xinmanhua.net#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1084,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部::https://xapi.xinmanhua.net/search/catalog?keyword=all&ischarge=2&isfinish=2&order=0&page={{page}}\n治愈::https://xapi.xinmanhua.net/search/catalog?keyword=治愈&page={{page}}\n日常::https://xapi.xinmanhua.net/search/catalog?keyword=日常&page={{page}}\n都市::https://xapi.xinmanhua.net/search/catalog?keyword=都市&page={{page}}\n悬疑::https://xapi.xinmanhua.net/search/catalog?keyword=悬疑&page={{page}}\n科幻::https://xapi.xinmanhua.net/search/catalog?keyword=科幻&page={{page}}\n奇幻::https://xapi.xinmanhua.net/search/catalog?keyword=奇幻&page={{page}}\n热血::https://xapi.xinmanhua.net/search/catalog?keyword=热血&page={{page}}\n武侠::https://xapi.xinmanhua.net/search/catalog?keyword=武侠&page={{page}}\n古风::https://xapi.xinmanhua.net/search/catalog?keyword=古风&page={{page}}\n恋爱::https://xapi.xinmanhua.net/search/catalog?keyword=恋爱&page={{page}}\n少年::https://xapi.xinmanhua.net/search/catalog?keyword=少年&page={{page}}\n日漫::https://xapi.xinmanhua.net/search/catalog?keyword=日漫&page={{page}}\n原创::https://xapi.xinmanhua.net/search/catalog?keyword=原创&page={{page}}",
    "header": "{\n  \"User-Agent\": \"okhttp/3.10.0\"\n}",
    "lastUpdateTime": 1734944720585,
    "loginUrl": "",
    "respondTime": 1617,
    "ruleBookInfo": {
      "intro": "@JSon:$.data.attributes.intro&&$.data.attributes.description"
    },
    "ruleContent": {
      "content": "$.data[*].attributes.url\n@js:list=result.split('\\n');\nlist.map(x=>'<img src=\"'+x+'\">').join('\\n')",
      "imageStyle": "FULL",
      "webJs": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "@JSon:$.attributes.author",
      "bookList": "@JSon:$.data.*",
      "bookUrl": "https://xapi.xinmanhua.net/worksinfos/{$.attributes.wid}?include=chapters.digests",
      "coverUrl": "@JSon:$.attributes.logo_detail",
      "kind": "@JSon:$.attributes.workscate",
      "lastChapter": "@JSon:$.attributes.lastctitle",
      "name": "@JSon:$.attributes.title"
    },
    "ruleToc": {
      "chapterList": "$.included.*",
      "chapterName": "$.attributes.title&&$.attributes.intro",
      "chapterUrl": "https://xapi.xinmanhua.net/chapters/{$.id}/qualitywebs"
    },
    "searchUrl": "https://xapi.xinmanhua.net/search/selfdefine,{\n  \"method\": \"POST\",\n  \"body\": \"keyword={{key}}&page={{page}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "//250323by= =",
    "bookSourceGroup": "免费",
    "bookSourceName": "豆豆小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.wangming.org/",
    "customButton": false,
    "customOrder": 1085,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "首页::/\n热门::/top/{{page}}/\n都市::/lei/dushi/{{page}}/\n言情::/lei/yanqing/{{page}}/\n玄幻::/lei/xuanhuan/{{page}}/\n仙侠::/lei/xianxia/{{page}}/\n历史::/lei/lishi/{{page}}/\n网游::/lei/wangyou/{{page}}/\n科幻::/lei/kehuan/{{page}}/\n女生::/lei/nvsheng/{{page}}/\n其它::/lei/qita/{{page}}/\n全本::/quanben/all/{{page}}/",
    "header": "",
    "jsLib": "{\"crypto\": \"https://cdn.bootcss.com/crypto-js/3.1.9-1/crypto-js.min.js\"}",
    "lastUpdateTime": 1742741047619,
    "respondTime": 11316,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property~=image]@content",
      "intro": "[property~=desc]@content",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property$=chapter_name]@content",
      "name": "h1@text",
      "tocUrl": "text.更多章节列表@href"
    },
    "ruleContent": {
      "content": "@js:\nfunction x(encryptedData, key, iv) {\n\t\r\n  const ciphertext = CryptoJS.enc.Base64.parse(encryptedData);\n\r\n  const ivBytes = CryptoJS.enc.Base64.parse(iv);\n  \n   const keyBytes = CryptoJS.enc.Utf8.parse(key);\n  \r\n  const decrypted = CryptoJS.AES.decrypt(\r\n    { ciphertext: ciphertext },\r\n    keyBytes,\r\n    { iv: ivBytes, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.ZeroPadding }\r\n  );\r\n  const decryptedText = decrypted.toString(CryptoJS.enc.Utf8);\r\n return decryptedText;\r\n  \r\n}\nmatch=src.match(/#booktxthtml'\\).html\\((.*?\\))\\)/);\n//java.log(match[1])\nif(match){\nresult=eval(match[1])}else result",
      "nextContentUrl": "text.下一章@href@js:/_/.test(result)?result:\"\"",
      "replaceRegex": "##《{{book.name}}》.*"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "a.0@href",
      "coverUrl": "img@data-src",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "a[href*=author]@text",
      "bookList": ".content dl",
      "bookUrl": "a.0@href",
      "checkKeyWord": "--https://www.fullsubject.net/xiaoshuo_241375/2215474.html",
      "coverUrl": "img@data-src",
      "intro": "dd.0@text",
      "kind": "dd.1@span@text",
      "lastChapter": "",
      "name": ".cover@title",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "ul.1@li@a",
      "chapterName": "text",
      "chapterUrl": "onclick##location.href='(.*)'##$1",
      "nextTocUrl": "option!0@value"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\n/search\n,{\n  \"body\": \"searchkey={{key}}\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃斗破小说网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.doupoall.com#🎃",
    "customButton": false,
    "customOrder": 1086,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n    'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'\n}",
    "lastUpdateTime": 0,
    "respondTime": 4983,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{\nn:\"h1@a@text||[property~=book_name|title]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property~=lastest_chapter_name|latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"\n}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#chaptercontent@html",
      "nextContentUrl": "text.下一@href\n@js:\nif(result){\n result=result[0].includes(\"_\")?result:\"\";\n}",
      "replaceRegex": "##{{book.author}}.*.接着再看更方便|本章没完.*继续阅读！如果被转码.*更换浏揽器即可。|本章未完.*退出阅读模式即可，谢谢|.*提醒.*看完记得.*|\\s*温馨提示.?亲爱的读者.*\\s*|\\d+。。",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".book-coverlist",
      "bookUrl": "h4@a@href",
      "checkKeyWord": "剑来",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "kind": "p.0@span@text",
      "lastChapter": "",
      "name": "h4@a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".m-book-list@ul@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value",
      "updateTime": ""
    },
    "searchUrl": "{{\n\tvar su=source.getKey()\nvar htmlUrl=java.get(su,{}).headers('Location')\njava.log(`重定向：${htmlUrl[0]}`)\nvar posturl=htmlUrl[0]?htmlUrl[0]:(su.includes(\"#\")?su.match(/([^\\#]+)\\#/)[1]:su)\nposturl = posturl.slice(-1)=='/'?posturl.slice(0,-1):posturl\njava.log(`请求：${posturl}`)\n\nck=cookie.getCookie(posturl);\n\ncookie.setCookie(posturl,String(ck).replace(/vbemnlastsearchtime=.*/,\"\"));\n\nposturl;\n}}/e/search/index.php,{\n   \"body\":\"tbname=bookname&keyboard={{key}}&show=title,writer&tempid=1\",\n   \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "//2025.6.22 ◎夜泽川◎",
    "bookSourceGroup": "免费",
    "bookSourceName": "全本小说网⑤",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.quanben5.com",
    "customButton": false,
    "customOrder": 1087,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/category/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"都市\",\"url\":\"/category/2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"仙侠\",\"url\":\"/category/3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"武侠\",\"url\":\"/category/4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"言情\",\"url\":\"/category/5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"穿越\",\"url\":\"/category/6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"网游\",\"url\":\"/category/7_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"奇幻\",\"url\":\"/category/8_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"科幻\",\"url\":\"/category/9_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"悬疑\",\"url\":\"/category/10_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"青春\",\"url\":\"/category/11_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"校园\",\"url\":\"/category/12_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"军事\",\"url\":\"/category/13_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"历史\",\"url\":\"/category/14_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"同人\",\"url\":\"/category/15_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"其它\",\"url\":\"/category/18_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}}]",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\",\"Referer\":\"https://www.quanben5.com/search.html\"}",
    "jsLib": "function base64(_str) {\n    var staticchars = \"PXhw7UT1B0a9kQDKZsjIASmOezxYG4CHo5Jyfg2b8FLpEvRr3WtVnlqMidu6cN\";\n    var encodechars = \"\";\n    for (var i = 0; i < _str.length; i++) {\n        var num0 = staticchars.indexOf(_str[i]);\n        if (num0 == -1) {\n            var code = _str[i];\n        } else {\n            var code = staticchars[(num0 + 3) % 62];\n        }\n        var num1 = parseInt(Math.random() * 62, 10);\n        var num2 = parseInt(Math.random() * 62, 10);\n        encodechars += staticchars[num1] + code + staticchars[num2];\n    }\n    return encodechars;\n}",
    "lastUpdateTime": 1751759057361,
    "respondTime": 4808,
    "ruleBookInfo": {
      "author": ".author@text",
      "coverUrl": ".pic.0@img@src",
      "intro": ".description.0@text",
      "kind": ".pic_txt_list.0@.info@span:not([class])@text",
      "name": "h1@text",
      "tocUrl": ".tool_button a@href"
    },
    "ruleContent": {
      "content": "#content > :not([class])@html##{{chapter.title}}",
      "nextContentUrl": "#page_next a@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author@text",
      "bookList": "@js:\nif (baseUrl.includes('search')) {\nvar data = JSON.parse(src.match(/search\\(([\\s\\S]+)\\);/)[1]);\n//java.log(JSON.stringify(data,null,\"\\t\"));\njava.setContent(data.content);\n}\nresult = java.getElement('.pic_txt_list');",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": ".description@ownText",
      "kind": ".info@ownText##作者:|\\(|\\)",
      "name": "h3@text"
    },
    "ruleToc": {
      "chapterList": ".list a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "?c=book&a=search.json&callback=search&t={{Date.now()}}&keywords={{key}}&b={{encodeURI(base64(encodeURI(key)))}}",
    "weight": 0
  },
  {
    "bookSourceComment": "20230613 制作该源-尐哖\n二次修复者：搜索链接经常变动,坏了自己找人修哈\n注意：如果搜索变动，在\nhttp://m.0794r.com/js/common.js里\nhttp://m.51menu.com/js/common.js\n同模板网站：\n虫虫书屋：http://www.0794r.com\n我要书单：http://www.51menu.com\n永久导航：https://simishuwu.github.io",
    "bookSourceGroup": "🔞",
    "bookSourceName": "虫虫书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.51menu.com##修正",
    "bookUrlPattern": "http://www.51menu.com/book/\\d+/",
    "customButton": false,
    "customOrder": 1088,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻\",\"url\":\"/xuanhuan/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"修真\",\"url\":\"/xiuzhen/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/dushi/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/lishi/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/wangyou/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/kehuan/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/yanqing/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/qita/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"经典\",\"url\":\"/jingdian/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"高辣\",\"url\":\"/gaola/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"耽美\",\"url\":\"/danmei/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"同人\",\"url\":\"/tongren/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"全本\",\"url\":\"/quanben/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"待待\",\"url\":\"/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"说明\",\"url\":\"/shuoming.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1732518562328,
    "respondTime": 6553,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": ".book_about dd@html##【微信公众号.*】|最新章节推荐地.*",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "[property$=og:url]@content##//m##//www"
    },
    "ruleContent": {
      "content": "#content@html"
    },
    "ruleExplore": {
      "author": ".s4@text",
      "bookList": ".bd ul li",
      "bookUrl": ".s2@a@href",
      "coverUrl": "a.0@href##\\D(\\d+)(\\/|\\.html?)?$##$1###\n<js>\ni=parseInt(result);\nii=parseInt(i/1000)\nsource.getKey().match(/([^\\#]+)\\#/)[1]+\"/files/article/image/\"+ii+\"/\"+i+\"/\"+i+\"s.jpg\"\n</js>",
      "kind": "{{@@.s1@text##\\[|\\]}}\n{{@@.s5@text}}",
      "lastChapter": ".s3@text",
      "name": ".s2 a@text"
    },
    "ruleSearch": {
      "author": ".author a@text",
      "bookList": ".so_list .bookbox",
      "bookUrl": "a.0@href",
      "coverUrl": ".bookimg img@src",
      "kind": ".cat@text##分类：",
      "lastChapter": ".update a@text",
      "name": ".bookname a@text"
    },
    "ruleToc": {
      "chapterList": ".listmain dl dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{String(source.getKey().match(/([^\\#]+)\\#/)[1])}}/dshifisdhgujdu.html?ie=utf-8&s=5256649918672294880&q={{JSON.parse(java.post(u=source.getKey().match(/([^\\#]+)\\#/)[1]+\"/pinyin.html\",\"s=\"+key+\"&act=hztopy\",{}).body()).data}}",
    "weight": 0
  },
  {
    "bookSourceComment": "学渣自写,正文js加密搞不定",
    "bookSourceGroup": "漫画",
    "bookSourceName": "晚点漫画（外部）",
    "bookSourceType": 2,
    "bookSourceUrl": "https://www.colamanga.com/",
    "customButton": false,
    "customOrder": 1089,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n'referer': 'https://www.colamanga.com/'\n}",
    "lastUpdateTime": 1730110635322,
    "loginCheckJs": "cookie.removeCookie(source.getKey())\nresult",
    "respondTime": 2400,
    "ruleBookInfo": {
      "author": "li.1@a@text",
      "coverUrl": "dt@a@data-original",
      "init": "class.fed-deta-info fed-margin fed-part-rows fed-part-over",
      "intro": "li.-1@text",
      "kind": "li.4@a@textNodes",
      "lastChapter": "li.3@a@text",
      "name": "h1@text",
      "wordCount": "li.0@a@text"
    },
    "ruleContent": {},
    "ruleExplore": {},
    "ruleSearch": {
      "author": "li.3@textNodes",
      "bookList": "class.fed-deta-info fed-deta-padding fed-line-top fed-margin fed-part-rows fed-part-over",
      "bookUrl": "h1@a@href",
      "checkKeyWord": "",
      "coverUrl": "dt@a@data-original",
      "intro": "li.5@div@text",
      "kind": "li.0@a@text",
      "lastChapter": "li.1@text",
      "name": "h1@a@text",
      "wordCount": "li.2@textNodes"
    },
    "ruleToc": {
      "chapterList": "class.all_data_list@li[-1:0]@a",
      "chapterName": "text",
      "chapterUrl": "href@js:\nurl=book.origin+result"
    },
    "searchUrl": "https://www.colamanga.com/search?type=2&searchString={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃墨坛文学🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.22mt.net#🎃",
    "customButton": false,
    "customOrder": 1090,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n    'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36',\n    \"Cookie\":\"0\"\n}",
    "lastUpdateTime": 0,
    "respondTime": 5851,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{\nn:\"[property$=book_name|title]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"\n}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".font_max@html\n@js:\n/*\nresult=result.replace(/<br>/g,\"<p></p>\").replace(/ /g,\"<p></p>\")\n*/\nresult",
      "nextContentUrl": "text.下一@href\n@js:\nif(result){\n result=result[0].includes(\"_\")?result:\"\";\n}",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": ".book_other.0@span@text##作者：##",
      "bookList": ".row dl",
      "bookUrl": "h3@a@href",
      "checkKeyWord": "剑来",
      "coverUrl": "dt@img@src",
      "intro": "",
      "kind": ".book_other[1,2]@text##状态：|更新时间：##",
      "lastChapter": ".book_other.3@a@text",
      "name": "h3@a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".book_list[-1]@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ".page-item.active + .page-item@a@href",
      "updateTime": ""
    },
    "searchUrl": "@js:\nvar su=source.getKey()\nvar htmlUrl=java.get(su,{}).headers('Location')\njava.log(`重定向：${htmlUrl[0]}`)\nvar posturl=htmlUrl[0]?htmlUrl[0]:(su.includes(\"#\")?su.match(/([^\\#]+)\\#/)[1]:su)\nposturl = posturl.slice(-1)=='/'?posturl.slice(0,-1):posturl\ncookie.removeCookie(posturl)\njava.log(`请求：${posturl}`)\n\nposturl+\"/search.php?q={{key}}\"",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "最新书源兼容2和3",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.lanzouj.com/b00nb04xc",
    "customButton": false,
    "customOrder": 1091,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1721324499541,
    "loginUrl": "https://www.lanzouj.com/b00nb04xc",
    "respondTime": 1692,
    "ruleBookInfo": {
      "coverUrl": "@js:'http://txfile-30121.sz.gfp.tencent-cloud.com/1645281096012_56839_6f7e08855711f4c7f12d74250566287a.jpg'",
      "init": ""
    },
    "ruleContent": {
      "content": "<js>\njp=org.jsoup.Jsoup.parse(result);\ntitle=jp.select('title').text().replace('.txt','');\ninfo=jp.select('.mdo').text();\ninfo=String(info).replace(/♥.*?♥/,'').replace('：','：<br>').replace('○','<br>').replace('■','');\ndurl=result.match(/var loaddown = '(.*?)';/);\ndurl!=null? du='<br />备用网络导入链接，每次需要刷新重新下载本章获取最新链接：<br>https://developer.lanzoug.com/file/'+durl[1] : du='';\n\nresult=title+'<br>'+info+'<br />提示：<br>更新目录可以获取最新制作，优化修复和校验过的书源。<br>推荐复制粘贴网络导入链接，进行网络导入。<br>若链接显示有问题，有可能是替换规则的原因，关闭替换规则就能正常显示。<br>导入书源后会把无效书源顶上去，把它们删除即可。<br>点击章节链接可以跳转网页浏览或用浏览器打开，这时可以下载该书源文件。<br>也可以直接把网络导入链接复制到浏览器下载，之后再找到该书源导入。<br>怎么找到书源下载到内部存储的位置，可以用文件管理器，搜索文件名字，在详情或属性里找路径，之后在阅读软件中进行本地导入，按照这个路径找到该书源文件导入即可。<br />所有书源合集(只有最新书源有效)：<br>'+baseUrl.substring(0,24)+'b00nb04xc<br>如果网址打不开，可能是域名出了问题，将网址中的 lanzou* 的*改成[a-z]的某个英文字母，一个一个试，如 w，x等，总有一个能打开。'+du;\n</js>"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "@js:'最新书源兼容2和3'",
      "bookList": "<js>\nlt='ijvwxyabcdefghklmnopqrstuz';\ni=-1;\nwhile(true){\ni>25? i=0:i=i+1;\nhref='https://www.lanzou'+lt.charAt(i)+'.com/';\ntry{\nresult=java.ajax(href+\"b00nb04xc,{'\"+\"headers\"+\"':'\"+'{User-Agent: \"Mozilla/5.0 (Windows NT 10.0; Win64; x64)\"}'+\"'}\");\nif(String(result).length<2000) s=java.base64Decode('ss');\n}catch(e){\nresult=java.ajax(href+\"b00nb04xc\");}\nif(String(result).length>150) break;}\nword=org.jsoup.Jsoup.parse(result).select('#filename').text();\nk=baseUrl.match(/qdbimg_(.*)/);\nname=decodeURI(k[1]);\nnu=result.match(/♥(.*?)♥/);\nif(nu!=null) uri=href+nu[1];\nelse{\nfbs=java.ajax(href+'icTphzgjxha');\nnu=fbs.match(/♥(.*?)♥/);\nif(nu!=null) uri=href+nu[1];}\nbs=java.ajax(uri);\njp=org.jsoup.Jsoup.parse(bs);\ntitle=jp.select('title').text().replace('.txt - 蓝奏云','');\ninfo=jp.select('.d2 tr').text();\ninfo=String(word+info).replace(/分享用户.*?文件描述：/,'').replace(/♥.*?♥/g,'<br>').replace('：','：<br>').replace('○','<br>').replace('■','');\nresult=String('[{\"title\":\"'+title+'\",\"info\":\"'+info+'\",\"uri\":\"'+uri+'\",\"name\":\"'+name+'\"},{\"title\":\"'+title+'\",\"info\":\"'+info+'\",\"uri\":\"'+uri+'\",\"name\":\"最新书源\"},]');\n</js>$.[*]",
      "bookUrl": "$.uri",
      "coverUrl": "@js:try{s=java.base64Decoder('ss');\nresult='http://txfile-30121.sz.gfp.tencent-cloud.com/1645281096012_56839_6f7e08855711f4c7f12d74250566287a.jpg';\n}catch(e){\nresult='http://txfile-30121.sz.gfp.tencent-cloud.com/1645281096715_54233_aa39496b665328367d6f27f80eb8c09f.jpg';}",
      "intro": "$.info",
      "kind": "$.title",
      "lastChapter": "$.title",
      "name": "$.name"
    },
    "ruleToc": {
      "chapterList": "<js>\nhref=baseUrl.substring(0,24);\ntry{\ndata=java.ajax(href+\"b00nb04xc,{'\"+\"headers\"+\"':'\"+'{User-Agent: \"Mozilla/5.0 (Windows NT 10.0; Win64; x64)\"}'+\"'}\");\nif(String(data).length<2000){\ns=java.base64Decode('ss');\n}}catch(e){\ndata=java.ajax(href+\"b00nb04xc\");}\ntry{s=java.base64Decoder('ss');\nhe=\"@header:{User-Agent:'Mozilla/5.0 (Linux; Android 10.0; wv)'}\";}catch(e){he=\",{'headers':'{User-Agent: \\\\\\\"Mozilla/5.0 (Linux; Android 10.0; wv)\\\\\\\"}'}\";}\nnu=data.match(/♥(.*?)♥/);\nif(nu==null){\ndata=java.ajax(href+'icTphzgjxha');\nnu=data.match(/♥(.*?)♥/);}\nuri=href+'tp/'+nu[1]+he;\nif(nu[1]!=baseUrl.substring(24)) result=java.ajax(uri);\n\nfin=result.match(/■/);\nnu=result.match(/♥(.*?)♥/);\ntitle=result.match(/<title>(.*?)<\\/title>/)[1];\nresult='[{\"title\":\"'+title+'\",\"info\":\"'+'info'+'\",\"uri\":\"'+uri+'\"},';\nwhile(fin==null){\nif(nu!=null) uri=href+'tp/'+nu[1]+he;\nelse break;\nbs=java.ajax(uri);\ntitle=bs.match(/<title>(.*?)<\\/title>/)[1];\nresult=result+'{\"title\":\"'+title+'\",\"info\":\"'+'info'+'\",\"uri\":\"'+uri+'\"},';\nfin=bs.match(/■/);\nnu=bs.match(/♥(.*?)♥/);\n}\nresult=String(String(result).replace(/\\.txt/g,'').replace(/ - 蓝奏云/g,'')+']');\n</js>$.[*]",
      "chapterName": "$.title",
      "chapterUrl": "$.uri"
    },
    "searchUrl": "https://bookcover.yuewen.com/qdbimg_{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "\nhttp://www.weilaitianwang.info/\nhttp://www.weilaitianwang.com",
    "bookSourceGroup": "免费",
    "bookSourceName": "未来天王",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.weilaitianwang.info",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1092,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "===========最近更新===========\n玄幻奇幻::/xuanhuanxiaoshuo/1_{{page}}.html\n修真仙侠::/xiuzhenxiaoshuo/1_{{page}}.html\n都市青春::/dushixiaoshuo/1_{{page}}.html\n历史穿越::/chuanyuexiaoshuo/1_{{page}}.html\n网游竞技::/wangyouxiaoshuo/1_{{page}}.html\n科幻灵异::/kehuanxiaoshuo/1_{{page}}.html\n其它小说::/qitaxiaoshuo/1_{{page}}.html\n阅读轨迹::nofollow\" href=\"/gj.html1_{{page}}.html\n完本小说::/wanben/1_11_{{page}}.html",
    "lastUpdateTime": 1721150695149,
    "loginUrl": "",
    "respondTime": 6964,
    "ruleBookInfo": {
      "author": "##:author\"[^\"]+\"([^\"]*)##$1###",
      "coverUrl": "##og:image\"[^\"]+\"([^\"]*)##$1###",
      "intro": "#intro@text",
      "kind": "##:category\"[^\"]+\"([^\"]*)##$1###",
      "lastChapter": "##_chapter_name\"[^\"]+\"([^\"]*)##$1###",
      "name": "##:book_name\"[^\"]+\"([^\"]*)##$1###",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "#content@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\s*.*(((http|https|ftp):\\/\\/)?([\\w\\d][\\/_\\-\\.]*)+(\\.)[\\w\\d\\/]{2,4}([\\w\\d?\\/%][+=&_\\.~\\-]*)*).*\\s*|\\s*.*网站.*\\s*|\\s*.*([谢感多]谢.*的([千打]赏|支持)[!！,，。!]*)+.*\\s*|\\s*.*[谢感多]谢.*?书友.*?支持.*\\s*|\\s*.*第\\d+章.*\\s*|\\s*.*作者.*\\s*"
    },
    "ruleExplore": {
      "author": ".s4@text",
      "bookList": ".l li[0:-1]",
      "bookUrl": "##<a\\s*href=\"([^\"]+)\"##$1###",
      "coverUrl": "##<img\\s*src=\"([^\"]+)\"##$1###",
      "intro": "",
      "kind": ".s1@text##\\[(.*)\\]##$1",
      "lastChapter": ".s3@text",
      "name": ".s2@text",
      "wordCount": ".s5@text"
    },
    "ruleSearch": {
      "author": ".s4@a@text",
      "bookList": ".novelslist2 li[1:-1]",
      "bookUrl": "##<a\\s*href=\"([^\"]+)\"##$1###",
      "checkKeyWord": "斗破苍穹",
      "coverUrl": "##<img\\s*src=\"([^\"]+)\"##$1###",
      "intro": "",
      "kind": "[class=s6 wid6]@text",
      "lastChapter": ".s3@a@text",
      "name": ".s2@a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "#list dd[12:-1]",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": ""
    },
    "searchUrl": "/search.html?name={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "大美书网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.dameishuwang.net#🎃",
    "customButton": false,
    "customOrder": 1093,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n\"user-agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36\"\n}",
    "lastUpdateTime": 0,
    "respondTime": 2202,
    "ruleBookInfo": {
      "author": "body > div.container > div.content > div.book.pt10 > div.bookinfo > p.booktag > a.red@text",
      "coverUrl": "body > div.container > div.content > div.book.pt10 > div.bookinfo > p.bookintro > img.thumbnail.pull-left.visible-xs@src",
      "init": "",
      "intro": "&nbsp;&nbsp;\n📕书名：{{@css:body > div.container > div.content > div.book.pt10 > div.bookinfo > h1.booktitle@text}}\n✏️作者：{{@css:body > div.container > div.content > div.book.pt10 > div.bookinfo > p.booktag > a.red@text}}{{'\\n'+'​'}}\n🏷相关标签：{{@css:body > div.container > div.content > div.book.pt10 > div.bookinfo > p.booktag > span.red@text}} | 字数：{{@@.booktag@.blue.0@text}} | 阅读量：{{@@class.booktag@.blue.1@text##阅读量：}}\n💮最新章节：{{@css:body > div.container > div.content > div.book.pt10 > div.bookinfo > p > a.bookchapter@text}}\n⏳更新时间：{{@@class.booktime@text##更新时间：}}\n📜简       介：{{@@class.bookintro@text}}",
      "kind": "body > div.container > div.content > div.book.pt10 > div.bookinfo > p.booktag > span.red@text",
      "lastChapter": "body > div.container > div.content > div.book.pt10 > div.bookinfo > p > a.bookchapter@text",
      "name": "body > div.container > div.content > div.book.pt10 > div.bookinfo > h1.booktitle@text",
      "tocUrl": "@js:\nvar tocUrl = baseUrl;\njava.log(tocUrl);\njava.toast('正在加载目录页，请稍等！');",
      "wordCount": "body > div.container > div.content > div.book.pt10 > div.bookinfo > p.booktag > span.blue.0@text"
    },
    "ruleContent": {
      "content": "class.readcontent@html",
      "nextContentUrl": "text.下一页@href",
      "sourceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "div.bookinfo > div.author.0@text##[作者：]*",
      "bookList": "body > div.container > div.content.book > div.keywords > div.bookbox > div.p10",
      "bookUrl": "class.bookname@a@href##$##,{\n  \"js\": \"java.toast('正在加载详情页，请稍等！');\"\n}",
      "checkKeyWord": "我不是天生欧皇",
      "coverUrl": "@js:\nvar url = \"{{@@class.bookname@a@href}}\";\nvar id = url.match(/\\d+/g);\nif (id && id.length > 0) {\n\t   var firstNumber = id[0];\n    var a = firstNumber.slice(0, 2);\n} else {\n    java.toast('未获取到封面链接');\n}\nvar b = \"https://fm.dameishuwang.net/\";\nvar c = \"s.jpg\";\nvar d = \"/\";\nvar coverUrl = b + a + d + id + d + id + c;\njava.log(coverUrl);",
      "intro": "div.bookinfo > div.update@text",
      "kind": "div.bookinfo > div.author.2@text##[阅读量：]*",
      "lastChapter": "div.bookinfo > div.cat > a@text",
      "name": "class.bookname@text",
      "wordCount": "div.bookinfo > div.author.1@text##[字数：]*"
    },
    "ruleToc": {
      "chapterList": "id.list-chapterAll@dd",
      "chapterName": "dd@text",
      "chapterUrl": "dd@a@href"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}&action=login\",\n  \"charset\": \"GBK\",\n  \"headers\": {\n    \"user-agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36\"\n  },\n  \"js\": \"java.toast('正在搜索中，请稍等！');\",\n  \"method\": \"POST\",\n  \"webView\": false\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "                    \"error:Timed out waiting for 180000 ms\n                                        \"error:Timed out waiting for 180000 ms\n                                        \"error:Unable to resolve host \"api.lestory.cn\": No address associated with hostname\n                    如要登录，请看搜索地址，请先删了Token的值再获取验证码\n填写token=登录\n需填写token的地方\n1.搜索页的搜索地址\n2.发现页的每日福利跟阅读15s书币<不领的话可不填>\n3.目录页的章节url\n感谢酷安@渊呀  指导\"\"\"",
    "bookSourceGroup": "免费",
    "bookSourceName": "🔰悸花乐读",
    "bookSourceType": 0,
    "bookSourceUrl": "http://api.lestory.cn",
    "customButton": false,
    "customOrder": 1094,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "💠　　　　　　🔹完    结 🔹　　　　　　💠::http://www.baidu.com/wd=cat=0&finished=2&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n\n每日福利（点击领书币，一天仅一次有用）::http://api.lestory.cn/welfare/award?award_type=0&token=34304776fc02d974a641eef13b603e20\n\n每日阅读::http://www.baidu.com/wd=bookid=999999&token=34304776fc02d974a641eef13b603e20\n\n💠　　　　　　🔹完    结 🔹　　　　　　💠::http://www.baidu.com/wd=cat=0&finished=2&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n现代都市::http://www.baidu.com/wd=cat=100&finished=2&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n青春校园::http://www.baidu.com/wd=cat=8&finished=2&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n古代情缘::http://www.baidu.com/wd=cat=9&finished=2&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n纪实故事::http://www.baidu.com/wd=cat=96&finished=2&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n民国近代::http://www.baidu.com/wd=cat=10&finished=2&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n穿越架空::http://www.baidu.com/wd=cat=93&finished=2&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n仙侠奇缘::http://www.baidu.com/wd=cat=95&finished=2&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n短篇好文::http://www.baidu.com/wd=cat=98&finished=2&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n同人原创::http://www.baidu.com/wd=cat=99&finished=2&page={{java.put('page',page)}}&page={{java.put('page',page)}}\nABO::http://www.baidu.com/wd=cat=101&finished=2&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n多元文学::http://www.baidu.com/wd=cat=102&finished=2&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n恐怖悬疑::http://www.baidu.com/wd=cat=103&finished=2&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n\n🔹　　　　　　🔹连    载 🔹　　　　　　🔹::http://www.baidu.com/wd=cat=0&finished=1&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n现代都市::http://www.baidu.com/wd=cat=100&finished=1&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n青春校园::http://www.baidu.com/wd=cat=8&finished=1&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n古代情缘::http://www.baidu.com/wd=cat=9&finished=1&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n纪实故事::http://www.baidu.com/wd=cat=96&finished=1&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n民国近代::http://www.baidu.com/wd=cat=10&finished=1&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n穿越架空::http://www.baidu.com/wd=cat=93&finished=1&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n仙侠奇缘::http://www.baidu.com/wd=cat=95&finished=1&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n短篇好文::http://www.baidu.com/wd=cat=98&finished=1&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n同人原创::http://www.baidu.com/wd=cat=99&finished=1&page={{java.put('page',page)}}&page={{java.put('page',page)}}\nABO::http://www.baidu.com/wd=cat=101&finished=1&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n多元文学::http://www.baidu.com/wd=cat=102&finished=1&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n恐怖悬疑::http://www.baidu.com/wd=cat=103&finished=1&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n&page={{java.put('page',page)}}\n\n💠　　　　　　🔹全    部 🔹　　　　　　💠::http://www.baidu.com/wd=cat=0&finished=0&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n现代都市::http://www.baidu.com/wd=cat=100&finished=0&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n青春校园::http://www.baidu.com/wd=cat=8&finished=0&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n古代情缘::http://www.baidu.com/wd=cat=9&finished=0&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n纪实故事::http://www.baidu.com/wd=cat=96&finished=0&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n民国近代::http://www.baidu.com/wd=cat=10&finished=0&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n穿越架空::http://www.baidu.com/wd=cat=93&finished=0&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n仙侠奇缘::http://www.baidu.com/wd=cat=95&finished=0&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n短篇好文::http://www.baidu.com/wd=cat=98&finished=0&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n同人原创::http://www.baidu.com/wd=cat=99&finished=0&page={{java.put('page',page)}}&page={{java.put('page',page)}}\nABO::http://www.baidu.com/wd=cat=101&finished=0&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n多元文学::http://www.baidu.com/wd=cat=102&finished=0&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n恐怖悬疑::http://www.baidu.com/wd=cat=103&finished=0&page={{java.put('page',page)}}&page={{java.put('page',page)}}\n&page={{java.put('page',page)}}\n\n\n\n",
    "lastUpdateTime": 1733125476524,
    "loginUrl": "",
    "respondTime": 5006,
    "ruleBookInfo": {
      "author": "$.data.book.author",
      "intro": "$.data.book.description\n<js>if(!result){\ntoken=java.get('token');\nvar time = Math.round(new Date()/1000);\nresult='❗️通过离线下载这本书，刷每日阅读，离线下载一直显示正在启动的话是已经开始了，不用管它，因为是一直循环访问网址，手机可能会发烫，取消离线下载即可停止,如果取消很久还是发烫，请杀后台❗️';\nlist=[\n\"appId=\",\n\"osType=2\",\n\"product=1\",\n\"sysVer=10\",\n\"time=\"+time,\n\"token=\"+token,\n\"ver=2.1.3\",\n\"packageName=com.lestory.jihua.an\",\n\"lang-app=zh-Hans\",\n\"lang=zh-hans\",\n\"locale=CN\"\n]\n\nfunction sign(list){\nvar sb='';\nsb+=\"Fb0gqLMSf5Android\";\nlist=list.sort();\ni=0;\nwhile(i<list.length){\nif(i==0){\nsb+=list[i]\n}else{\n    if(list[i].match(/lang-app=/)){  \n      i2=i+1;\n     i3=i2+1;\n     if (list[i2] != null && list[i2].match(/lang=/)) {\n                        sb+=\"&\";\n                        sb+=list[i2];\n                        \n                        sb+=\"&\";\n                        sb+=list[i];\n                        \n                        i = i3;\n                    }\n           }\n                sb+=\"&\";\n                sb+=list[i];             \n      }\ni++\n}\nsb+=\"AEdDtho2CjiH901aVK7swFqclu6NmzJ4\";\nreturn String(java.md5Encode(sb)).toUpperCase()\n}\n\ns=sign(list);\n\njson={\"product\":\"1\",\"ver\":\"2.1.3\",\"sysVer\":\"10\",\"locale\":\"CN\",\"token\":String(token),\"lang-app\":\"zh-Hans\",\"appId\":\"\",\"osType\":\"2\",\"time\":time,\"packageName\":\"com.lestory.jihua.an\",\"lang\":\"zh-hans\",\"sign\":String(s)}\n\noption={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json)\n}\nurl='http://api.lestory.cn/user/center,'+JSON.stringify(option);\naaa=JSON.parse(String(java.ajax(url))).data;\nresult+'\\n剩余书币：'+aaa.remain+'\\n今日获得书币：'+aaa.coin_today+'\\n今日阅读：'+aaa.today_read_duration+'分钟\\n点右上角刷新此页面更新数据'\n}else{result=result}</js>",
      "kind": "",
      "lastChapter": "{{$.data.book.last_chapter}}•{{$.data.book.last_chapter_time}}##更新于",
      "name": "$.data.book.name",
      "tocUrl": "$.data.book.book_id\n<js>\nvar time = Math.round(new Date()/1000);\nlist=[\n\"book_id=\"+result,\n\"lang=zh-hans\",\n\"lang-app=zh-Hans\",\n\"locale=CN\",\n\"osType=2\",\n\"packageName=com.lestory.jihua.an\",\n\"time=\"+time,\n\"token=\",\n\"ver=2.1.3\",\n\"product=1\",\n\"sysVer=10\"\n];\n\nfunction sign(list){\nvar sb='';\nsb+=\"Fb0gqLMSf5Android\";\nlist=list.sort();\ni=0;\nwhile(i<list.length){\nif(i==0){\nsb+=list[i]\n}else{\n    if(list[i].match(/lang-app=/)){  \n      i2=i+1;\n     i3=i2+1;\n     if (list[i2] != null && list[i2].match(/lang=/)) {\n                        sb+=\"&\";\n                        sb+=list[i2];\n                        \n                        sb+=\"&\";\n                        sb+=list[i];\n                        \n                        i = i3;\n                    }\n           }\n                sb+=\"&\";\n                sb+=list[i];             \n      }\ni++\n}\nsb+=\"AEdDtho2CjiH901aVK7swFqclu6NmzJ4\";\nreturn String(java.md5Encode(sb)).toUpperCase()\n}\n\nsign=sign(list);\n\njson={\"sign\":sign,\"packageName\":\"com.lestory.jihua.an\",\"time\":time,\"token\":\"\",\"locale\":\"CN\",\"osType\":\"2\",\"book_id\":result,\"lang\":\"zh-hans\",\"lang-app\":\"zh-Hans\",\"ver\":\"2.1.3\",\"product\":1,\"sysVer\":\"10\"}\noption={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json)\n}\n'http://api.lestory.cn/chapter/catalog,'+JSON.stringify(option)\n</js>",
      "wordCount": "$.data.book.total_words"
    },
    "ruleContent": {
      "content": "$.data.content\n<js>\n//每日阅读书币\nif(baseUrl.match(/report-reward/)){\ntoken=java.get(\"token\");\nvar time = Math.round(new Date()/1000);\n\nlist=[\n\"appId=\",\n\"osType=2\",\n\"product=1\",\n\"sysVer=10\",\n\"time=\"+time,\n\"token=\"+token,\n\"ver=2.1.3\",\n\"packageName=com.lestory.jihua.an\",\n\"lang-app=zh-Hans\",\n\"lang=zh-hans\",\n\"locale=CN\"\n]\n\nfunction sign(list){\nvar sb='';\nsb+=\"Fb0gqLMSf5Android\";\nlist=list.sort();\ni=0;\nwhile(i<list.length){\nif(i==0){\nsb+=list[i]\n}else{\n    if(list[i].match(/lang-app=/)){  \n      i2=i+1;\n     i3=i2+1;\n     if (list[i2] != null && list[i2].match(/lang=/)) {\n                        sb+=\"&\";\n                        sb+=list[i2];\n                        \n                        sb+=\"&\";\n                        sb+=list[i];\n                        \n                        i = i3;\n                    }\n           }\n                sb+=\"&\";\n                sb+=list[i];             \n      }\ni++\n}\nsb+=\"AEdDtho2CjiH901aVK7swFqclu6NmzJ4\";\nreturn String(java.md5Encode(sb)).toUpperCase()\n}\n\ns=sign(list);\n\njson={\"product\":\"1\",\"ver\":\"2.1.3\",\"sysVer\":\"10\",\"locale\":\"CN\",\"token\":String(token),\"lang-app\":\"zh-Hans\",\"appId\":\"\",\"osType\":\"2\",\"time\":time,\"packageName\":\"com.lestory.jihua.an\",\"lang\":\"zh-hans\",\"sign\":String(s)}\n\noption={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json)\n}\nurl='http://api.lestory.cn/remain/report-reward,'+JSON.stringify(option);\ni=10;\n\n//循环1000次，15s一次\nfor(i=0;i<=1000;i++){ \nvar start =(new Date()).getTime();\n\t// 阻塞15s\n    while((new Date()).getTime() - start < 15000) {\n        continue;\n    }\njava.log(JSON.parse(String(java.ajax(url))).data.reward_gold);\n}}\n\n\n//正文\njava.aesBase64DecodeToString(String(result),\"lCFS!FChsEabjLBu\",\"AES/CBC/PKCS5Padding\",\"0123456789012345\")\n</js>",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "<js>\nif(!baseUrl.match(/welfare\\/award/)){\nif(baseUrl.match(/bookid/)){\njava.put('token',baseUrl.match(/token=(.*)/)[1]);\njava.put('book',baseUrl.match(/(\\d+)/)[1]);\nlist=[{\"name\":\"每日阅读书币\",\"book_id\":baseUrl.match(/(\\d+)/)[1]}];\nresult=JSON.stringify(list)\n}else{\n\npage=java.get('page');\nvar time = Math.round(new Date()/1000);\ncat=baseUrl.match(/cat=(\\d+)/)[1];\nfinished=baseUrl.match(/finished=(\\d+)/)[1];\nlist=[\n\"finished=\"+finished,\n\"cat=\"+cat,\n\"page_num=\"+page,\n\"lang=zh-hans\",\n\"lang-app=zh-Hans\",\n\"locale=CN\",\n\"osType=2\",\n\"packageName=com.lestory.jihua.an\",\n\"time=\"+time,\n\"ver=2.1.3\",\n\"product=1\",\n\"token=\",\n\"sysVer=10\"\n];\n\nfunction sign(list){\nvar sb='';\nsb+=\"Fb0gqLMSf5Android\";\nlist=list.sort();\ni=0;\nwhile(i<list.length){\nif(i==0){\nsb+=list[i]\n}else{\n    if(list[i].match(/lang-app=/)){  \n      i2=i+1;\n     i3=i2+1;\n     if (list[i2] != null && list[i2].match(/lang=/)) {\n                        sb+=\"&\";\n                        sb+=list[i2];\n                        \n                        sb+=\"&\";\n                        sb+=list[i];\n                        \n                        i = i3;\n                    }\n           }\n                sb+=\"&\";\n                sb+=list[i];             \n      }\ni++\n}\nsb+=\"AEdDtho2CjiH901aVK7swFqclu6NmzJ4\";\nreturn String(java.md5Encode(sb)).toUpperCase()\n}\n\n\nsign=sign(list);\n\njson={\"finished\":String(finished),\"cat\":String(cat),\"sign\":String(sign),\"packageName\":\"com.lestory.jihua.an\",\"time\":time,\"token\":\"\",\"locale\":\"CN\",\"page_num\":String(page),\"osType\":\"2\",\"lang\":\"zh-hans\",\"lang-app\":\"zh-Hans\",\"ver\":\"2.1.3\",\"product\":1,\"sysVer\":\"10\"}\n\noption={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json)\n}\nurl='http://api.lestory.cn/book/category-index,'+JSON.stringify(option);\njava.ajax(url)}}else{\nl=[];\nvar time = Math.round(new Date()/1000);\nvar token=baseUrl.match(/token=(.*)/)[1];\nlist=[\n\"read_time=44800\",\n\"appId=\",\n\"osType=2\",\n\"product=1\",\n\"sysVer=10\",\n\"time=\"+time,\n\"token=\"+token,\n\"ver=2.1.3\",\n\"packageName=com.lestory.jihua.an\",\n\"lang-app=zh-Hans\",\n\"lang=zh-hans\",\n\"locale=CN\"\n]\n\nfunction sign(list){\nvar sb='';\nsb+=\"Fb0gqLMSf5Android\";\nlist=list.sort();\ni=0;\nwhile(i<list.length){\nif(i==0){\nsb+=list[i]\n}else{\n    if(list[i].match(/lang-app=/)){  \n      i2=i+1;\n     i3=i2+1;\n     if (list[i2] != null && list[i2].match(/lang=/)) {\n                        sb+=\"&\";\n                        sb+=list[i2];\n                        \n                        sb+=\"&\";\n                        sb+=list[i];\n                        \n                        i = i3;\n                    }\n           }\n                sb+=\"&\";\n                sb+=list[i];             \n      }\ni++\n}\nsb+=\"AEdDtho2CjiH901aVK7swFqclu6NmzJ4\";\nreturn String(java.md5Encode(sb)).toUpperCase()\n}\n\ns=sign(list);\n\n\njson={\"read_time\":\"44800\",\"product\":\"1\",\"ver\":\"2.1.3\",\"sign\":String(s),\"sysVer\":\"10\",\"locale\":\"CN\",\"token\":String(token),\"lang-app\":\"zh-Hans\",\"appId\":\"\",\"osType\":\"2\",\"time\":time,\"packageName\":\"com.lestory.jihua.an\",\"lang\":\"zh-hans\"}\n\noption={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json)\n}\nurl='http://api.lestory.cn/remain/add-read-time,'+JSON.stringify(option);\nl.push(String(java.ajax(url)));\nfor(i=1;i<=10;i++){\nurl='http://api.lestory.cn/welfare/award?token='+token+'&award_type='+i;\nl.push(String(java.ajax(url)));\n}\nfor(i=1;i<=10;i++){\nurl='http://api.lestory.cn/welfare/award?token='+token+'&award_type='+i;\nl.push(String(java.ajax(url)));\n}\nfor(i=1;i<=10;i++){\nurl='http://api.lestory.cn/welfare/award?token='+token+'&award_type='+i;\nl.push(String(java.ajax(url)));\n}\nresult=JSON.stringify(l);}\n</js>\n$.data.list.list[*]||$.[*]",
      "bookUrl": "$.book_id\n<js>\nvar time = Math.round(new Date()/1000);\nlist=[\n\"book_id=\"+result,\n\"lang=zh-hans\",\n\"lang-app=zh-Hans\",\n\"locale=CN\",\n\"osType=2\",\n\"packageName=com.lestory.jihua.an\",\n\"time=\"+time,\n\"token=\",\n\"ver=2.1.3\",\n\"product=1\",\n\"sysVer=10\"\n];\n\nfunction sign(list){\nvar sb='';\nsb+=\"Fb0gqLMSf5Android\";\nlist=list.sort();\ni=0;\nwhile(i<list.length){\nif(i==0){\nsb+=list[i]\n}else{\n    if(list[i].match(/lang-app=/)){  \n      i2=i+1;\n     i3=i2+1;\n     if (list[i2] != null && list[i2].match(/lang=/)) {\n                        sb+=\"&\";\n                        sb+=list[i2];\n                        \n                        sb+=\"&\";\n                        sb+=list[i];\n                        \n                        i = i3;\n                    }\n           }\n                sb+=\"&\";\n                sb+=list[i];             \n      }\ni++\n}\nsb+=\"AEdDtho2CjiH901aVK7swFqclu6NmzJ4\";\nreturn String(java.md5Encode(sb)).toUpperCase()\n}\n\nsign=sign(list);\n\njson={\"sign\":sign,\"packageName\":\"com.lestory.jihua.an\",\"time\":time,\"token\":\"\",\"locale\":\"CN\",\"osType\":\"2\",\"book_id\":result,\"lang\":\"zh-hans\",\"lang-app\":\"zh-Hans\",\"ver\":\"2.1.3\",\"product\":1,\"sysVer\":\"10\"}\noption={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json)\n}\n'http://api.lestory.cn/book/info,'+JSON.stringify(option)\n</js>",
      "coverUrl": "$.cover",
      "intro": "$.description",
      "kind": "$.tag[*].tab",
      "name": "$.name||$.data.award||$.msg##^(\\d+)$##已领取$1书币"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data.list[*]",
      "bookUrl": "$.book_id\n<js>\nvar time = Math.round(new Date()/1000);\nlist=[\n\"book_id=\"+result,\n\"lang=zh-hans\",\n\"lang-app=zh-Hans\",\n\"locale=CN\",\n\"osType=2\",\n\"packageName=com.lestory.jihua.an\",\n\"time=\"+time,\n\"token=\",\n\"ver=2.1.3\",\n\"product=1\",\n\"sysVer=10\"\n];\n\nfunction sign(list){\nvar sb='';\nsb+=\"Fb0gqLMSf5Android\";\nlist=list.sort();\ni=0;\nwhile(i<list.length){\nif(i==0){\nsb+=list[i]\n}else{\n    if(list[i].match(/lang-app=/)){  \n      i2=i+1;\n     i3=i2+1;\n     if (list[i2] != null && list[i2].match(/lang=/)) {\n                        sb+=\"&\";\n                        sb+=list[i2];\n                        \n                        sb+=\"&\";\n                        sb+=list[i];\n                        \n                        i = i3;\n                    }\n           }\n                sb+=\"&\";\n                sb+=list[i];             \n      }\ni++\n}\nsb+=\"AEdDtho2CjiH901aVK7swFqclu6NmzJ4\";\nreturn String(java.md5Encode(sb)).toUpperCase()\n}\n\nsign=sign(list);\n\njson={\"sign\":sign,\"packageName\":\"com.lestory.jihua.an\",\"time\":time,\"token\":\"\",\"locale\":\"CN\",\"osType\":\"2\",\"book_id\":result,\"lang\":\"zh-hans\",\"lang-app\":\"zh-Hans\",\"ver\":\"2.1.3\",\"product\":1,\"sysVer\":\"10\"}\noption={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json)\n}\n'http://api.lestory.cn/book/info,'+JSON.stringify(option)\n</js>",
      "coverUrl": "$.cover",
      "intro": "$.description",
      "kind": "$.tag[*].tab",
      "lastChapter": "{{$.last_chapter}}•{{$.last_chapter_time}}##更新于",
      "name": "$.name",
      "wordCount": "$.total_words"
    },
    "ruleToc": {
      "chapterList": "<js>\n$=JSON.parse(result);\nif($.code==\"700\"){\nlist=[{\"chapter_title\":\"阅读15s书币\",\"href\":\"http://api.lestory.cn/remain/report-reward\"}];\nresult=JSON.stringify(list)\n}else{result=JSON.stringify($.data.chapter_list)}</js>$.[*]",
      "chapterName": "$.chapter_title",
      "chapterUrl": "$.href<js>\n//填上你的Token\n\nToken=\"34304776fc02d974a641eef13b603e20\";\n\n//下面不要动\nvar time = Math.round(new Date()/1000);\nvar token=java.get('token')!=''?java.get('token'):java.put('token',Token);\nif(!result){\nlist=[\n\"book_id={{$.book_id}}\",\n\"chapter_id={{$.chapter_id}}\",\n\"appId=\",\n\"osType=2\",\n\"product=1\",\n\"sysVer=10\",\n\"time=\"+time,\n\"token=\"+token,\n\"ver=2.1.3\",\n\"packageName=com.lestory.jihua.an\",\n\"lang-app=zh-Hans\",\n\"lang=zh-hans\",\n\"locale=CN\"\n]\n\nfunction sign(list){\nvar sb='';\nsb+=\"Fb0gqLMSf5Android\";\nlist=list.sort();\ni=0;\nwhile(i<list.length){\nif(i==0){\nsb+=list[i]\n}else{\n    if(list[i].match(/lang-app=/)){  \n      i2=i+1;\n     i3=i2+1;\n     if (list[i2] != null && list[i2].match(/lang=/)) {\n                        sb+=\"&\";\n                        sb+=list[i2];\n                        \n                        sb+=\"&\";\n                        sb+=list[i];\n                        \n                        i = i3;\n                    }\n           }\n                sb+=\"&\";\n                sb+=list[i];             \n      }\ni++\n}\nsb+=\"AEdDtho2CjiH901aVK7swFqclu6NmzJ4\";\nreturn String(java.md5Encode(sb)).toUpperCase()\n}\n\ns=sign(list);\n\n\njson={\"product\":\"1\",\"ver\":\"2.1.3\",\"sign\":String(s),\"sysVer\":\"10\",\"book_id\":\"{{$.book_id}}\",\"locale\":\"CN\",\"token\":String(token),\"lang-app\":\"zh-Hans\",\"appId\":\"\",\"osType\":\"2\",\"time\":time,\"packageName\":\"com.lestory.jihua.an\",\"chapter_id\":\"{{$.chapter_id}}\",\"lang\":\"zh-hans\"}\n\noption={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json)\n}\nurl='http://api.lestory.cn/chapter/text,'+JSON.stringify(option)}else{result=result}\n</js>",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "<js>\n/*调试->右上角的小虫子，随便搜一个词*/\n/*Token写了东西的话要删掉才能进行下面步骤：\n①填上电话号码点调试会获取验证码；\n②填上验证码点调试会获取token；\n③把token填在Token【目录的章节url那也有个token记得也要填，不填的话从发现点的书是没有登录的】；\n④把电话号码跟验证码的值删了【❗️填了电话号码会一搜索就发验证码】，保存书源*/\n/*如登录过期需要重新登录，请删除以前填写的token再调试获取验证码，重复前面的步骤*/\n\n电话号码=\"\";\n\n验证码=\"\";\n\nToken=\"34304776fc02d974a641eef13b603e20\";\n\n//下面不要动\nvar time = Math.round(new Date()/1000);\ntoken=java.put('token',Token);\nfunction sign(list){\nvar sb='';\nsb+=\"Fb0gqLMSf5Android\";\nlist=list.sort();\ni=0;\nwhile(i<list.length){\nif(i==0){\nsb+=list[i]\n}else{\n    if(list[i].match(/lang-app=/)){  \n      i2=i+1;\n     i3=i2+1;\n     if (list[i2] != null && list[i2].match(/lang=/)) {\n                        sb+=\"&\";\n                        sb+=list[i2];\n                        \n                        sb+=\"&\";\n                        sb+=list[i];\n                        \n                        i = i3;\n                    }\n           }\n                sb+=\"&\";\n                sb+=list[i];             \n      }\ni++\n}\nsb+=\"AEdDtho2CjiH901aVK7swFqclu6NmzJ4\";\nreturn String(java.md5Encode(sb)).toUpperCase()\n}\n\n\n\n//获取验证码开始\nnum=电话号码;\ny=验证码;\nif(num.match(/^\\d{11}$/) && !y  && !Token){\nlist2=[\n \"mobile=86\"+num,\n\"appId=\",\n\"osType=2\",\n\"product=1\",\n\"sysVer=10\",\n\"time=\"+time,\n\"token=\"+token,\n\"ver=2.1.3\",\n\"packageName=com.lestory.jihua.an\",\n\"lang-app=zh-Hans\",\n\"lang=zh-hans\",\n\"locale=CN\"\n]\ns=sign(list2);\njson2={ \"mobile\": \"86\"+String(num),\"product\":\"1\",\"ver\":\"2.1.3\",\"sign\":s,\"sysVer\":\"10\",\"locale\":\"CN\",\"token\":String(token),\"lang-app\":\"zh-Hans\",\"appId\":\"\",\"osType\":\"2\",\"time\":time,\"packageName\":\"com.lestory.jihua.an\",\"lang\":\"zh-hans\"}\n\noption1={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json2)\n}\nurl='http://api.lestory.cn/message/send,'+JSON.stringify(option1);\njava.log(JSON.parse(java.ajax(url)).msg==\"success\"?\"验证码发送成功，请注意短信\":\"验证码获取失败，请稍候再试\");\n}else if(y && !Token){\nlist2=[\n \"mobile=86\"+num,\n\"code=\"+y,\n\"appId=\",\n\"osType=2\",\n\"product=1\",\n\"sysVer=10\",\n\"time=\"+time,\n\"token=\"+token,\n\"ver=2.1.3\",\n\"packageName=com.lestory.jihua.an\",\n\"lang-app=zh-Hans\",\n\"lang=zh-hans\",\n\"locale=CN\"\n]\ns=sign(list2);\njson2={ \"code\":String(y),\"mobile\": \"86\"+String(num),\"product\":\"1\",\"ver\":\"2.1.3\",\"sign\":s,\"sysVer\":\"10\",\"locale\":\"CN\",\"token\":String(token),\"lang-app\":\"zh-Hans\",\"appId\":\"\",\"osType\":\"2\",\"time\":time,\"packageName\":\"com.lestory.jihua.an\",\"lang\":\"zh-hans\"}\n\noption1={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json2)\n}\nurl='http://api.lestory.cn/user/mobile-login,'+JSON.stringify(option1);\na=JSON.parse(java.ajax(url));\njava.log(a.msg==\"success\"?'❗️下面是你的Token，请复制❗️\\n'+a.data.user_token:JSON.stringify(a));\n}\n//获取验证码结束\n\n\n\n\n\n\nlist=[\n\"page_num=\"+page,\n\"keyword=\"+key,\n\"lang=zh-hans\",\n\"lang-app=zh-Hans\",\n\"locale=CN\",\n\"osType=2\",\n\"packageName=com.lestory.jihua.an\",\n\"time=\"+time,\n\"ver=2.1.3\",\n\"product=1\",\n\"token=\",\n\"sysVer=10\"\n];\n\n\njava.put('token',Token);\ns1=sign(list);\n\njson={\"sign\":String(s1),\"packageName\":\"com.lestory.jihua.an\",\"time\":time,\"token\":\"\",\"locale\":\"CN\",\"page_num\":page,\"osType\":\"2\",\"keyword\":key,\"lang\":\"zh-hans\",\"lang-app\":\"zh-Hans\",\"ver\":\"2.1.3\",\"product\":1,\"sysVer\":\"10\"}\n\noption={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json)\n}\nurl='http://api.lestory.cn/book/search,'+JSON.stringify(option)\n</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "by天天的鸟蛋蛋\n自己改\n同模板需要更新匹配换成 by酷酷 的\n同模板：https://luoxia.com\n感谢这两位大佬指点\n我选择的是by@= =的\n正文过滤广告@6月柳\n \n##落.*[霞a].*m.*\\n|落.*?霞.*m|落霞$|[\\u{1F300}-\\u{1FAD6}\\u{1F600}-\\u{1F64F}\\u{1F680}-\\u{1F6FF}\\u{2600}-\\u{26FF}\\u{1F900}-\\u{1FAFF}]\n@= = \n\t\n##\\n[^\\w]*落.*[霞a].*m.*\\n|落.*?霞.*m|落霞$\n@酷酷 \n同模板匹配\n##[^。？！”\\w\\n]*(?:[\\u4e00-\\u9fff][^\\u4e00-\\u9fff]+){2}[小读][^\\u4e00-\\u9fff]+[说书].*",
    "bookSourceGroup": "免费",
    "bookSourceName": "落霞读书",
    "bookSourceType": 0,
    "bookSourceUrl": "https://luoxiadushu.com/",
    "customButton": false,
    "customOrder": 1095,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1736111189958,
    "respondTime": 47,
    "ruleBookInfo": {
      "author": ".book-describe > p:nth-child(2)@text",
      "coverUrl": "img@src",
      "intro": ".book-describe > .describe-html:nth-child(8)@text##❀[电梯直达| 喜欢本书，可选购纸质书珍藏： ].*",
      "kind": ".book-describe > p:nth-child(3)@text&&.book-describe > p:nth-child(4)@text&&.book-describe > p:nth-child(5)@text##.*：",
      "lastChapter": "p:nth-child(6) > a@text",
      "name": ".book-describe > h1@text"
    },
    "ruleContent": {
      "content": "#nr1@p@textNodes",
      "imageStyle": "",
      "replaceRegex": "##\\n[^\\w]*落.*[霞a].*m.*\\n|落.*?霞.*m|落霞$",
      "sourceRegex": "",
      "title": ""
    },
    "ruleSearch": {
      "author": "",
      "bookList": ".cat-search-item:nth-child(n+1) > a",
      "bookUrl": "href",
      "checkKeyWord": "",
      "name": "text"
    },
    "ruleToc": {
      "chapterList": "#content-list@ul@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "isVolume": ""
    },
    "searchUrl": "/page/{{page}}/?s={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🔰 亿软小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.yruan.com",
    "bookUrlPattern": "https://www.yruan.com/article/\\d+.html",
    "customButton": false,
    "customOrder": 1096,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::http://m.yruan.com/sort/1/{{page}}.html\n仙侠小说::http://m.yruan.com/sort/2/{{page}}.html\n都市小说::http://m.yruan.com/sort/3/{{page}}.html\n军史小说::http://m.yruan.com/sort/4/{{page}}.html\n网游小说::http://m.yruan.com/sort/5/{{page}}.html\n科幻小说::http://m.yruan.com/sort/6/{{page}}.html",
    "lastUpdateTime": 1743751798634,
    "loginUrl": "{\n  \"url\": \"null\"\n}",
    "respondTime": 4107,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text",
      "coverUrl": "id.fmimg@img@src",
      "init": "",
      "intro": "id.intro@tag.p.0@text",
      "kind": "id.info@tag.p.3@text&&\nid.info@tag.p.1@text##日 期：|类 别:",
      "lastChapter": "id.info@tag.p.2@a@text##百度搜索.*",
      "name": "id.info@tag.h1@text",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@html##<!--go--> |<!--over--> "
    },
    "ruleExplore": {
      "author": "class.author@text",
      "bookList": "class.article",
      "bookUrl": "h6@a@href@js:'https://www.yruan.com'+result",
      "coverUrl": "img@src",
      "intro": "class.simple@text",
      "name": "h6@a@text"
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "tag.td.0@tag.a@href@js:\r\nvar id = result.match(/\\/(\\d+)\\.?/)[1];\r\n'/files/article/image/'+parseInt(id/1000)+'/'+id+'/'+id+'s.jpg';",
      "kind": "tag.td.4@text&&\ntag.td.5@text",
      "lastChapter": "tag.td.1@tag.a@text##百度搜索.*",
      "name": "tag.td.0@tag.a@text",
      "wordCount": "tag.td.3@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.yruan.com/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版",
    "bookSourceName": "📚 百度小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://dushu.baidu.com",
    "customButton": false,
    "customOrder": 1097,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\nvar cat1='东方玄幻,古典仙侠,现代修真,都市生活,都市超能,架空历史,虚拟网游,时空穿梭,末世进化';\nvar cat2='穿越,重生,异界,修真,都市,异能';\nvar cat3='修仙,奇遇,奋斗,争霸,权谋,升级';\nvar cat4='古代言情,穿越重生,浪漫言情,烽火情缘,忧伤青春,玄幻仙侠,都市幻想,悬疑灵异';\nvar cat5='穿越,重生,宅斗,宫廷';\nvar list=[];\nfunction getUrl(cats,url1){\ncats.split(',').forEach((i)=>{list.push(i+'::'+url1+i+'&query='+i+'&page={{page}}')});\n}\nlist.push('◎                        男生分类                        ◎::');\ngetUrl(cat1,'/api/getCateDetail?channel=男频&status=完结&count=10&cate2=');\nlist.push('◎                        男生背景                        ◎::');\ngetUrl(cat2,'/api/getCateDetail?channel=男频&status=完结&count=10&tag_name=');\nlist.push('◎                        男生情节                        ◎::');\ngetUrl(cat3,'/api/getCateDetail?channel=男频&status=完结&count=10&tag_name=');\nlist.push('◎                        女生分类                        ◎::');\ngetUrl(cat4,'/api/getCateDetail?channel=女频&status=完结&count=10&cate2=');\nlist.push('◎                        女生背景                        ◎::');\ngetUrl(cat5,'/api/getCateDetail?channel=女频&status=完结&count=10&tag_name=');\nlist.join('\\n');\n</js>",
    "lastUpdateTime": 1745853387895,
    "loginUrl": "https://wappass.baidu.com/password_login",
    "respondTime": 8910,
    "ruleBookInfo": {
      "init": "",
      "intro": "@js:'<br>'+java.get('intro')",
      "lastChapter": "共{$.data.chapter.chapterCount}##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]"
    },
    "ruleContent": {
      "content": "data.novel.content"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "author",
      "bookList": "$..novelList[*]",
      "bookUrl": "https://boxnovel.baidu.com/boxnovel/wiseapi/chapterList?bookid={$.bookId}&pageNum=1&order=asc&site=",
      "checkKeyWord": "青春",
      "coverUrl": "cover",
      "intro": "description@put:{'intro':'description'}",
      "kind": "{{$.tagList}},{{$.status}}",
      "lastChapter": "",
      "name": "title"
    },
    "ruleToc": {
      "chapterList": "data.chapter.chapterInfo",
      "chapterName": "chapter_title##默认卷.|正文.|[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "chapterUrl": "http://dushu.baidu.com/api/pc/getChapterContent?data=%7B%22book_id%22:%22{$.book_id}%22,%22cid%22:%22{$.book_id}%7C{$.chapter_id}%22,%22need_bookinfo%22:0%7D",
      "isVip": "price",
      "nextTocUrl": "@js:\nvar n=(JSON.parse(result).data.chapter.chapterCount)/50+1;\nvar list=[];\nbaseUrl=baseUrl.replace(/1&order=asc&site=/,'');\nfor(var i=2;i<n;i++){\nvar url=baseUrl+i+'&order=asc&site=';\nlist.push(url);\n}\nlist;",
      "updateTime": ""
    },
    "searchUrl": "/api/getSearchResultData?page={{page}}&count=10&query={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "女生，女频",
    "bookSourceGroup": "免费",
    "bookSourceName": "连城读书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.lcread.com",
    "bookUrlPattern": "https:\\/\\/www.lcread.com\\/bookpage\\/.*",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1098,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "女频新书榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=20&bt=0&pn={{page-1}*20}&rank=xinshu,{\"webView\":true}\n女频封神榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=20&bt=0&pn={{page-1}*20}&rank=fengshen,{\"webView\":true}\n女频推荐榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=20&bt=0&pn={{page-1}*20}&rank=tuijian,{\"webView\":true}\n女频人气榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=20&bt=0&pn={{page-1}*20}&rank=renqi,{\"webView\":true}\n女频收藏榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=20&bt=0&pn={{page-1}*20}&rank=shoucang,{\"webView\":true}\n女频勤更榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=20&bt=0&pn={{page-1}*20}&rank=qingeng,{\"webView\":true}\n女频钻石榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=20&bt=0&pn={{page-1}*20}&rank=zuanshi,{\"webView\":true}\n女频月热销榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=20&bt=0&pn={{page-1}*20}&rank=yuerexiao,{\"webView\":true}\n女频VIP更新榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=20&bt=0&pn={{page-1}*20}&rank=vipgengxin,{\"webView\":true}\n女频VIP收藏榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=20&bt=0&pn={{page-1}*20}&rank=vipshoucang,{\"webView\":true}\n女频VIP打赏榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=20&bt=0&pn={{page-1}*20}&rank=vipdashang,{\"webView\":true}\n女频签约作者新书榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=20&bt=0&pn={{page-1}*20}&rank=qianyuexinshu,{\"webView\":true}\n女频公众作者新书榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=20&bt=0&pn={{page-1}*20}&rank=gongzhongxinshu,{\"webView\":true}\n女频新人签约新书榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=20&bt=0&pn={{page-1}*20}&rank=xinqianxinshu,{\"webView\":true}\n女频新人作者新书榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=20&bt=0&pn={{page-1}*20}&rank=xinrenxinshu,{\"webView\":true}\n[1]\n1\n​\n\n\n男频新书榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=10&bt=0&pn={{page-1}*20}&rank=xinshu,{\"webView\":true}\n男频封神榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=10&bt=0&pn={{page-1}*20}&rank=fengshen,{\"webView\":true}\n男频推荐榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=10&bt=0&pn={{page-1}*20}&rank=tuijian,{\"webView\":true}\n男频人气榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=10&bt=0&pn={{page-1}*20}&rank=renqi,{\"webView\":true}\n男频收藏榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=10&bt=0&pn={{page-1}*20}&rank=shoucang,{\"webView\":true}\n男频勤更榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=10&bt=0&pn={{page-1}*20}&rank=qingeng,{\"webView\":true}\n男频钻石榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=10&bt=0&pn={{page-1}*20}&rank=zuanshi,{\"webView\":true}\n男频月热销榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=10&bt=0&pn={{page-1}*20}&rank=yuerexiao,{\"webView\":true}\n男频VIP更新榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=10&bt=0&pn={{page-1}*20}&rank=vipgengxin,{\"webView\":true}\n男频VIP收藏榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=10&bt=0&pn={{page-1}*20}&rank=vipshoucang,{\"webView\":true}\n男频VIP打赏榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=10&bt=0&pn={{page-1}*20}&rank=vipdashang,{\"webView\":true}\n男频签约作者新书榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=10&bt=0&pn={{page-1}*20}&rank=qianyuexinshu,{\"webView\":true}\n男频公众作者新书榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=10&bt=0&pn={{page-1}*20}&rank=gongzhongxinshu,{\"webView\":true}\n男频新人签约新书榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=10&bt=0&pn={{page-1}*20}&rank=xinqianxinshu,{\"webView\":true}\n男频新人作者新书榜::http://www.lcread.com//book/ranking.html?yy=book_img&prefer=10&bt=0&pn={{page-1}*20}&rank=xinrenxinshu,{\"webView\":true}",
    "header": "{\"referer\": \"http://www.lcread.com\",\n\t\"cookie\": \"0\"}",
    "lastUpdateTime": 1721212334483,
    "loginUrl": "http://my.lc1001.com/user/login",
    "respondTime": 4363,
    "ruleBookInfo": {
      "kind": "id.bri3@tag.span@text"
    },
    "ruleContent": {
      "content": "id.ccon@textNodes",
      "nextContentUrl": "id.next@href"
    },
    "ruleExplore": {
      "author": "class.author@tag.span@text",
      "bookList": "class.book-img@class.integration",
      "bookUrl": "class.images@tag.a@href",
      "coverUrl": "tag.img@src",
      "intro": "class.text@text",
      "kind": "class.kind@tag.a@text",
      "lastChapter": "class.caption-r@tag.a@title",
      "name": "tag.img@title",
      "wordCount": "class.caption-r@text"
    },
    "ruleSearch": {
      "author": "tag.a.2@text",
      "bookList": "//div[@class=\"tb_con\"][position()>1]//tr",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.img@src",
      "intro": "class.txt_100_t@text",
      "name": "class.txt_120_t2@text"
    },
    "ruleToc": {
      "chapterList": "//div[@id=\"abl4\"][1]//tr//td/a",
      "chapterName": "//font[1]/text()",
      "chapterUrl": "href",
      "isVip": "//font[2]",
      "updateTime": "text"
    },
    "searchUrl": "http://my.lc1001.com/esou/q?dowhat=query&kw={{key}}&type=1000,{\n\"charset\":\"gbk\"\n}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "// Error: 下载链接为空",
    "bookSourceGroup": "漫画",
    "bookSourceName": "🌐奇漫屋",
    "bookSourceType": 3,
    "bookSourceUrl": "http://qiman56.com",
    "customButton": false,
    "customOrder": 1099,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"人气榜\",\"url\":\"/rank/4-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"日读榜\",\"url\":\"/rank/1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周读榜\",\"url\":\"/rank/2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月读榜\",\"url\":\"/rank/3-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"新作榜\",\"url\":\"/rank/6-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最新榜\",\"url\":\"/rank/5-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"冒险热血\",\"url\":\"/sort/1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠格斗\",\"url\":\"/sort/2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻魔幻\",\"url\":\"/sort/3-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"侦探推理\",\"url\":\"/sort/4-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"耽美爱情\",\"url\":\"/sort/5-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"生活漫画\",\"url\":\"/sort/6-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"推荐漫画\",\"url\":\"/sort/11-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"完结\",\"url\":\"/sort/12-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"连载中\",\"url\":\"/sort/13-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1728716211041,
    "loginUrl": "",
    "respondTime": 181936,
    "ruleBookInfo": {
      "author": "##作者.([^<]+)<##$1###",
      "coverUrl": "[itemprop=\"image\"]@content",
      "init": "",
      "intro": ".comic-intro@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "class.txtItme.1:2@text##.*：|\\s.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:title\"]@content",
      "tocUrl": "http://qiman56.com/bookchapter/,{\n\"method\": \"POST\",\n\"body\": \"id={{java.put('id',baseUrl.match(/(\\d+)\\/$/)[1]);}}&id2=1\"\n}",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".lazy@html",
      "imageStyle": "FULL",
      "replaceRegex": "##data-original=\"(.*?)\" src=\".*?\"##src=\"$1\"",
      "webJs": ""
    },
    "ruleExplore": {
      "author": ".comic-author@text",
      "bookList": ".rank-item",
      "bookUrl": "a.1@href",
      "coverUrl": ".cover@data-src",
      "intro": "",
      "lastChapter": ".comic-tip@text",
      "name": ".comic-name@text"
    },
    "ruleSearch": {
      "author": ".comic-author@text",
      "bookList": ".comic-list-item",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "kind": ".comic-tags@text",
      "lastChapter": ".comic-update-at@text",
      "name": ".comic-name@text"
    },
    "ruleToc": {
      "chapterList": "-$.[*]",
      "chapterName": "$.name",
      "chapterUrl": "http://qiman56.com/@get:{id}/{{$.id}}.html,{\"webView\":true}",
      "isVip": ""
    },
    "searchUrl": "/spotlight/?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "吾爱文学",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.x2552.com/",
    "customButton": false,
    "customOrder": 1100,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::sort/1_{{page}}/\n仙侠小说::sort/2_{{page}}/\n都市小说::sort/3_{{page}}/\n历史小说::sort/4_{{page}}/\n游戏小说::sort/5_{{page}}/\n科幻小说::sort/6_{{page}}/\n恐怖小说::sort/7_{{page}}/\n女生小说::sort/8_{{page}}/\n其他小说::sort/9_{{page}}/",
    "lastUpdateTime": 1720891020977,
    "respondTime": 55670,
    "ruleBookInfo": {
      "coverUrl": "class.block_img2@img@src",
      "intro": "class.intro_info@text",
      "lastChapter": "class.block_txt2@tag.p.6@tag.a@text",
      "tocUrl": "text.查看目录@href"
    },
    "ruleContent": {
      "content": "id.nr1@textNodes"
    },
    "ruleExplore": {
      "author": "class.line@tag.a.2@text",
      "bookList": "class.cover@tag.p",
      "bookUrl": "class.line@tag.a.1@href",
      "kind": "class.line@tag.a.0@text",
      "name": "class.line@tag.a.1@text"
    },
    "ruleSearch": {
      "author": "tag.a.2@text",
      "bookList": "class.cover@tag.p",
      "bookUrl": "tag.a.1@href",
      "kind": "tag.a.0@text",
      "name": "tag.a.1@text"
    },
    "ruleToc": {
      "chapterList": "class.chapter@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "http://m.x2552.com/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"type=articlename&s={{key}}&submit=\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "顶点小说🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.23ddw.net#🎃",
    "customButton": false,
    "customOrder": 1101,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar result = [];\njava.toast(\"🔥正在刷新列表,请稍等！\");\nvar push = (title, url, size) => result.push({\n    \"title\": title,\n    \"url\": url,\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": size\n    }\n});\nvar baseUrl = \"https://www.23ddw.net/\";\nvar tag = java.ajax(baseUrl);\nif (tag) {\n    var a = org.jsoup.Jsoup.parse(tag).select(\".nav ul li a\");\n    push(\"🔥分类小说🔥\", null, 1);\n    for (var i = 1; i < a.length-1 ; i++) {\n        var title = a[i].text();\n        var url = a[i].attr(\"href\");\n        var size = 0.25;\n        title = String(title).replace(/\\s/g, \"\");\n        url = String(url).replace(/_1/,'_{{page}}');      \n        push(title, url, size);\n    }\n} else {\n  java.toast(\"🤔列表刷新失败！！！\");     \n} \nJSON.stringify(result);",
    "header": "@js:\nJSON.stringify({\n\"Accept-Language\": \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\",\n\"accept\": \"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\"\n})",
    "lastUpdateTime": 0,
    "loginCheckJs": "cookie.removeCookie(source.key);\nresult",
    "respondTime": 4987,
    "ruleBookInfo": {
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content"
    },
    "ruleContent": {
      "content": "#booktxt@p@html",
      "nextContentUrl": "text.下一@href",
      "replaceRegex": "##(?<=[\\u4e00-\\u9fa5]|[，、])[\\n]"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".btm@a@text||.s4@text",
      "bookList": ".item,#newscontent ul li",
      "bookUrl": "a@href",
      "checkKeyWord": "剑来",
      "coverUrl": "img@data-original",
      "kind": ".s1@text",
      "lastChapter": ".s3@text",
      "name": "dt@text||.s2@text",
      "wordCount": "em@text##\\s##,"
    },
    "ruleToc": {
      "chapterList": "<js>\na=String(result).replace(/(<div id=\"list\">)[\\s\\S]*dt>/,'$1')\n</js>\n#list a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "<js>\ncookie.removeCookie(source.key);\nurl=source.key;\na=java.ajax(url);\n//java.log(a)\nb=a.match(/action=\\\"([^\"]*)\\\"/)[1];\nc=`?searchkey=${key},{\"method\": \"get\"}`;\nb+=c\n</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：\n新御书屋 https://m.eyushuwu.com \n新御宅屋 https://m.nprouwen.net\n 19书院   https://m.19shuyuan.com\n   56ms   https://m.jizai12.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🚬 新欲望社🌹",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.yuwangshe.net",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1102,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜  单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"总点击榜\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"日点击榜\",\"url\":\"/top/dayvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周点击榜\",\"url\":\"/top/weekvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月点击榜\",\"url\":\"/top/monthvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总收藏榜\",\"url\":\"/top/goodnum_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"字数排行\",\"url\":\"/top/size_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总推荐榜\",\"url\":\"/top/allvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最新入库\",\"url\":\"/top/postdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最近更新\",\"url\":\"/top/lastupdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"分  类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"校园言情\",\"url\":\"/sort/1_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/sort/2_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"古代言情\",\"url\":\"/sort/3_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"罗曼史\",\"url\":\"/sort/4_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"耽  美\",\"url\":\"/sort/5_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"百  合\",\"url\":\"/sort/6_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"同  人\",\"url\":\"/sort/7_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"奇幻玄幻\",\"url\":\"/sort/8_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游竞技\",\"url\":\"/sort/9_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻异能\",\"url\":\"/sort/10_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖灵异\",\"url\":\"/sort/11_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"惊悚推理\",\"url\":\"/sort/12_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠仙侠\",\"url\":\"/sort/13_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/sort/14_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越重生\",\"url\":\"/sort/15_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"综合其他\",\"url\":\"/sort/16_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"完本\",\"url\":\"/full/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1750221384747,
    "respondTime": 18702,
    "ruleBookInfo": {
      "author": ".tab@tag.p.0@text##.*：",
      "coverUrl": ".tu@img@src",
      "intro": ".jj@p@html",
      "kind": ".tab1@tag.p.0@text&&.tab1@tag.p.1@text##小说",
      "lastChapter": ".tab@a@text",
      "name": "tag.h1.0@text##\\_.*",
      "wordCount": ".tab1@tag.p.2@text"
    },
    "ruleContent": {
      "content": "#novelcontent@textNodes",
      "replaceRegex": "##分卷阅读.*|.*作者.*"
    },
    "ruleExplore": {
      "author": ".p4@text||.p3 a@text",
      "bookList": ".tt||.content_link",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "class.content_link@tag.p.1@a@href||tag.a.0@href##.*/(\\d+)/(\\d+)/##https://img.yuwangshe.net/image/$1/$2/$2s.jpg",
      "intro": ".p5@text##.*简介.|\\s",
      "kind": "p@.p2@text&&.p1 a@text##\\[|\\]",
      "name": "tag.a.1@text##\\_.*",
      "wordCount": "p@.p3@text"
    },
    "ruleSearch": {
      "author": "tag.a.2@text",
      "bookList": ".search_list",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "class.content_link@tag.p.1@a@href||tag.a.0@href##.*/(\\d+)/(\\d+)/##https://img.yuwangshe.net/image/$1/$2/$2s.jpg",
      "kind": "tag.a.1@text",
      "name": "tag.a.0@text##\\_.*"
    },
    "ruleToc": {
      "chapterList": "li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"s={{key}}&type=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "海棠文学③",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.haitangwx.com/#🚀",
    "customButton": false,
    "customOrder": 1103,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"总点击\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击\",\"url\":\"/top/monthvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击\",\"url\":\"/top/weekvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园言情\",\"url\":\"/sort/1_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市言情\",\"url\":\"/sort/2_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代言情\",\"url\":\"/sort/3_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"罗曼史\",\"url\":\"/sort/4_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"耽美\",\"url\":\"/sort/5_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"百合\",\"url\":\"/sort/6_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"同人\",\"url\":\"/sort/7_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"奇幻玄幻\",\"url\":\"/sort/8_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"网游竞技\",\"url\":\"/sort/9_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻异能\",\"url\":\"/sort/10_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"恐怖灵异\",\"url\":\"/sort/11_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"惊悚推理\",\"url\":\"/sort/12_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"/sort/13_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"历史军事\",\"url\":\"/sort/14_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越重生\",\"url\":\"/sort/15_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"综合其他\",\"url\":\"/sort/16_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"完本\",\"url\":\"/full/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\" \",\"url\":\" \",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1721299751719,
    "loginUrl": "",
    "respondTime": 15490,
    "ruleBookInfo": {
      "author": ".xx a.1@text",
      "coverUrl": "img@src",
      "init": "",
      "intro": ".jianjie@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".xx a.0@text##小说",
      "lastChapter": ".xx a.2@text##正文\\s",
      "name": ".xx li.0@text##\\_.*",
      "tocUrl": ".gengduo a@href"
    },
    "ruleContent": {
      "content": "#nr@html",
      "imageStyle": "0",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": ".list ul",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "span.2@text##\\s",
      "kind": "span.-1@text",
      "lastChapter": "",
      "name": "a.1@text##\\_.*",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".fk li",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "",
      "kind": "a.0@text##\\[|\\]",
      "lastChapter": "",
      "name": "a.1@text##\\_.*",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".lb li a",
      "chapterName": "text##本页章节.*",
      "chapterUrl": "href",
      "nextTocUrl": ".showpage@a@href"
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"s={{key}}&type=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "🍉:搜索列表嵌套在一起，有能力的大佬可以看看",
    "bookSourceGroup": "免费",
    "bookSourceName": "就去看网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.97k.cc/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1104,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻小说\",\"url\":\"/category/1_1.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"修真小说\",\"url\":\"/category/2_1.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"言情小说\",\"url\":\"/category/3_1.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"穿越小说\",\"url\":\"/category/4_1.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"侦探小说\",\"url\":\"/category/5_1.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"网游小说\",\"url\":\"/category/6_1.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"科幻小说\",\"url\":\"/category/7_1.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"灵异小说\",\"url\":\"/category/8_1.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"其他小说\",\"url\":\"/category/10_1.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}}]",
    "header": "{'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'}",
    "lastUpdateTime": 1702142599702,
    "loginUrl": "",
    "respondTime": 14833,
    "ruleBookInfo": {
      "author": "@get:{x}",
      "coverUrl": "@js:(s=java.getStringList('@css:img[alt*='+book.name+']@src||meta[property$=image]@content||img[src~=(cover|file|article)[^a-z]|/\\\\d+[/_-]\\\\d+(s?\\\\.|$)]@src||img[data-src~=\\\\S]@data-src||img[src*=/img]@src||img[src~=^(data|https?):|^[^:]+/]@src')).size()?/^data:/.test(s=s.get(0))?java.base64Encode(s):s:null",
      "init": "",
      "intro": "@js:'　　'+java.get(\"g\")",
      "kind": "@js:java.get(\"v\")",
      "lastChapter": "@get:{z}",
      "name": "@js:\nj=String(book.customIntro).match(/^\\{((?:[录原单动静直全跳逆字图]|\\[[^\\[\\]]+\\]|\\d+#[^#]+#)+)\\}/);\n\nkey=String((u=(baseUrl=String(baseUrl).replace(/,{[^{}]+}$/,'')).match(/^(.+)\\?((?:[录原单动静直全跳逆字图]|\\[[^\\[\\]]+\\]|\\d+#[^#]+#)+)$/))&&(baseUrl=u[1])&&j?j[1]+u[2]:u?u[2]:j?j[1]:'');\n\n$=it=>(fn=r.select(it)).size()&&(fn=fn.first());\n\nr=org.jsoup.Jsoup.parse(result);\nr.select(\"script,noscript,style,head>:not(meta,title),footer,[class~=^foot],[id~=^foot],a:has(>:last-child:matchesOwn(^分类$))\").remove();\n\nm=String(r).replace(/(?:&nbsp;)+/g,\" \");\n\n书=false;n=String(($('[property$=book_name]')&&(书=fn.attr('content')))||(function(){\nif($('title')&&(书=String(fn.text()).replace(/^(简介页|详情页|目录页|正版|全本|免费阅读|[\\s。.,_/|《「『【〖（(\\[\\])）〗】』」─—-]+)+/,\"\"))){\nfor(x=0,c=r.select(\"h1,h2,h3,strong\").eachText();x<c.size();x++)if(\n(y=c.get(x))!=''&&(u=书.indexOf(y),~u&&u<4))return y}return 书}())||'请自行修改书名').replace(/(?!^)[^\\u4e00-\\u9fa5a-zA-Z0-9]*(?:笔趣阁|思路客|燃文|小说|漫画|手机)?(?:[.|,_/\\s「『【〖（(\\[\\])）〗】』」。─—-]|(?:人工|机器|电脑)?校正|精校|完[整结]|加料|番外|未删节|简介|全[文本集]|下载|(?:小说|漫画|大全|正版(?:小说|漫画)?|免费|免费小说|免费漫画|免费全[文本]|在线|最[新快]|全部|手机|电脑)(?:全[文本集部]|大全|免费|在线|阅读|下载|章节|小说|更新|漫画|\\.)|([^a-zA-Z0-9])(?:azw|mobi|epub|txt)(?![a-zA-Z0-9])|(?:最全)?(?:章节|目录|列表){2,}|更新章节最快|无广告|(?::顶点)?无弹窗|无防盗|小说网|手打全文|[纯全](?:手打|文字)|\\s*by\\s*(?=[\\u4e00-\\u9fa5]))[\\S\\s]*/i,\"$1\");\n\nif($('[property$=author]')){\nx=String(fn.attr(\"content\")).replace(/^作\\s*[者家][\\s:：]*|(?!^)[/／｜|，,\\s][^⚙️]*$/,\"\")\n}else{\nx=m.match(/>\\s*([^>]+?)(?:\\s*<\\/[a-z]+>\\s*|\\s+)著\\s*<|[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】>《》](?:小说|漫画)?作\\s*者(?![^>]+->)(?:[:：\\s〖【（《［\\[\\(]|<[^it\\/][^>]*>|<\\/[^>]+>)+([^\\s<\">,，/／｜|\\)\\]］》）】〗]+)/);\nx=x?x[1]?x[1]:x[2]:$('#author,.author')?String(fn.text()).replace(/(?!^)[/／｜|，,\\s][^⚙️]*$/,\"\"):\"\"}\njava.put(\"x\",x);\n\nc=(fn=r.select(\"meta[property~=category$]\")).size()?String(fn.attr(\"content\"))\n.replace(/(?!^)\\s*[，,./／｜|]\\s*/,\",\"):(fn=m.match(/(?:[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】》]|<[^a/][^>]*>|<\\/[^>]+>)(?:[分大]\\s*类|类\\s*[型别])(?:[:：\\s]|<[^>]+>)+([^\\s<.\"/／｜|>]+)/))&&fn[1];\nif(c)java.put(\"v\",c);\n\nc=(fn=r.select(\"meta[property~=status$]\")).size()?fn.attr(\"content\"):(fn=m.match(/(?:[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】》]|<[^a/][^>]*>|<\\/[^>]+>)状\\s*态(?:[:：\\s]|<[^>]+>)+([^\\s<.\"/／｜|>]+)/))&&fn[1];\nif(c)java.put(\"s\",c);\n\nc=$('meta[property~=latest_chapter_name$]')?fn.attr(\"content\"):(fn=m.match(/>(?:\\s*[更最]\\s*[新近])+(?:\\s*章\\s*节)?(?:[:：\\s\\[]|<[^>]+>)+(?!\\s*(?:-|&gt;)\\s*<|[:：\\s0-9T年月日时分秒*-]{5,}<|[^:：]+[^章\\s]\\s*[:：]\\s*<|更新(?:时间)?[:：])([^<\"/／｜|\\]>]+)/))&&fn[1];\nif(c)java.put(\"z\",c);\n\n正=true;\nif(key.length){\nif(~key.indexOf(\"全\"))java.put(\"全\",1);\nif((\nu=key.match(/[^\\[\\]]+(?=\\])/),\nc=~key.indexOf(\"录\"),\ny=~key.indexOf(\"单\"),\nbaseUrl=u?u[0]:baseUrl,\n(c||u)&&(baseUrl=c||y?(baseUrl=String((c=baseUrl.match(/(.+[^\\d])(\\d+)([^\\d]*)$/))[1]+1+c[3]),\nc=c[2]+'🌕'+c[1]+'🌕'+2+'🌕'+c[3],\nbaseUrl):baseUrl)\n)||~key.indexOf(\"直\")\n)java.put(\"目\",1),正=1;\nif(~key.indexOf(\"录\"))java.put(\"录\",c),正=1;\nif(y||~key.indexOf(\"#\")){\nif(!u){\nif((网=key.match(/(\\d+)#([^#]+)/))\n&&(尾=网[1],网=网[2].match(/^(.*[^\\d])([12])([^/?\\d]*)$/))\n||(尾=r.select('a[href~=\\\\d[^/?\\\\d]*$]:matches(^(尾|末|最后一)[頁页篇章回节節话話]$)')).size()\n&&(网=r.select('a:matches(^2$)')).size()\n&&(网=String(网.first().attr('href')).match(/^(.*[^\\d])([12])([^/?\\d]*)$/))\n&&(尾=String(尾.first().attr('href')).match(/\\d+(?=[^/?\\d]*$)/)[0])){\nc=尾+'🌕'+网[1]+'🌕'+网[2]+'🌕'+网[3]\n}else if((c=r.select('a:matches(^(\\\\d+|…+|\\\\.+)$)')).size()){\nif((网=String(c).split(/<a[^>]+>[^\\d<]+<\\/a>/)).length==2){\nfor(c=网[0],尾=网[1],x=+网[1].match(/>([^<]+)/)[1],网=网[0].match(/href=\"([^\"]*[^\\d])(\\d+)([^/?\\d\"]*)\"[^>]*>([^<]+)<[^<]+$/),j=+网[4],i=+网[2]-j;j<x;j++)c+=\"<a href='\"+网[1]+(j+i)+网[3]+\"'>\"+j+\"</a>\";\nc+=尾}\n}else c=1}\njava.put(\"单\",c),正=false}\nif(~key.indexOf(\"跳\"))java.put(\"跳\",1);\nif(~key.indexOf(\"逆\"))book.setReverseToc(true);\nelse book.setReverseToc(false);\nif((u=~key.indexOf(\"图\"))||~key.indexOf(\"原\"))java.put(\"原\",1);\nif(~key.indexOf(\"动\"))java.put(\"动\",',{\"webView\":true}');\nelse if(~key.indexOf(\"静\"))java.put(\"静\",1);\nif(u||~key.indexOf(\"字\"))java.put(\"文\",u?1:2)\n}else book.setReverseToc(false);\n\nc=(fn=r.select(\"meta[property$=description][content~=\\\\S]\")).size()?fn.get(fn.size()-1).attr(\"content\"):(r.select(':matchesOwn([\\\\u4e00-\\\\u9fa5]{2,})>:not(br),:not(body,br,:matchesOwn([\\\\s\\\\S]{50}),:has(body,:matchesOwn([\\\\s\\\\S]{50})))').remove(),r.select(\":matchesOwn(\\\\S)\").text());\n\njava.put(\"g\",c=String(c).replace(/[\\snbsp;]*(?:&nbsp;|\\s){2,}|\\s*([？！。]+[”」』\\]\\}\\)）｝】〗〕〉]?)\\s*/g,\"$1　　\").replace(/(?=　　)/g,\"\\n\"));\n\nif(c.length&&(c=c.match(/《([^《》]+)》(?!作品集)/))&&(c=c[1],书?~String(书).indexOf(c)&&~~c.indexOf(n):true))n=c;\n\nif(正==1)m=java.ajax(baseUrl);\njava.setContent(m,baseUrl);\n\nif(正){\nzl=java.getStringList(\"@css:[property$=latest_chapter_url]@content||:matches(^最新章节)>a:only-child:not([href~=^$|#|javascript:])@href||a:matches(^正文\\\\s*[\\\\d第一二三四五六七八九十〇零百千]|^[【《]?(\"+n+\")?[\\\\s》】（\\\\u0028:：＿_－-]*(第[\\\\s0〇零]*[一1]\\\\s*[\\\\u4e00-\\\\u9fa5]|([\\\\u4e00-\\\\u9fa5]{2}阅读[（\\\\u0028:：＿_－-]?)?(0*1([）\\\\u0029.、:：_-]|$)|[〇零]*一([）\\\\u0029\\\\s.、:：_-]|$)))):not([href~=(^|[^/])/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&_-]*$|^$|#|javascript:|\"+(bas=baseUrl.replace(/\\/$|\\.[a-zA-Z]+$/,'')).match(/[^?/]+$/)[0].replace(/([*$|?+\\\\\\^\\[\\](){}])/g,'\\\\$1')+\"(?:[/_-]1)?(?:\\\\/|\\\\.[a-zA-Z]+)?$])@href||a:matches(^[^\\\\u4e00-\\\\u9fa5]*(免费|在线|开始|立即|全文|正文|从头)+[试阅]读[^\\\\u4e00-\\\\u9fa5]*$):not([href~=^$|#|javascript:])@href||a:matches(^0*1[^\\\\d]):not([href~=(^|[^/])/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&_-]*$|^$|#|javascript:])@href\");\n\nif(zl.size()&&(ck=String(zl.get(0)).match(/^(.*\\/\\/[^/]+)?([/?]?[^/].+[?&/_-])[^&/_-]+\\/?$/)))(jd=ck[1])&&(h=baseUrl.lastIndexOf('/',baseUrl.indexOf(jd.match(/(?:\\.[^.]+){2,}$|[^./]+\\.[^.]+$/)[0])))>8&&(\nq=baseUrl.indexOf(':'),\n(bas=java.get(baseUrl=baseUrl.slice(0,q+2)+baseUrl.slice(h),{})).statusCode()==200&&java.setContent(bas.body(),baseUrl)\n),java.put(\"ck\",ck[2])}\nn",
      "tocUrl": "@js:if(java.get(\"单\")==''){\nif(java.get(\"录\")==java.get(\"目\")){\nr=org.jsoup.Jsoup.parse(result);\n\nscript=r.select(\":matchesOwn(^$)>a[href^=javascript:]:matches(全文|章[節节]|目[錄录]):not(:matches(最新))\");re=false;\n\nif(!script.size()){\nba=(bas=baseUrl.replace(/\\/$|\\.[a-zA-Z]+$/,'')).match(/(http....[^/?]+)(?:([?/])(.*))?$/);b=ba[1];v=ba[3];\n\nr.select(\"a[href~=[^a-z]page[^a-z]]:not(:matches([反正顺順逆倒]序|[全正]文|更多|全部|所有|章[節节]|作品|目[錄录]|列表)),a:not([href~=^(?!//)[^#:]+$|\"+b.split(':')[1]+\"]),:matchesOwn(\\\\S)>a,a[href~=javascript:|#],a:matches(^\\\\S{1,4}$):not(:matches([反正顺順逆倒]序|[阅閱][讀读]|查看|展[开開]|进入|[全正]文|更多|完整|全部|所有|目[錄录]|列表|章[節节]):not(:contains(分类)))\").remove();\n\ny=r.select(\"a[href~=(?i)catalog|contents|chapters|mulu|(^|[^a-z])ml|showchapter|(^|chapter[/_-]?)(more|list|all)|sort[/=_-]asc]\");\n\nif(!y.size()){b3='';\n\nif(ba[2]==\"?\"){\nb3='[href~=^[^?]+$],'\n}else if(ba[3]){\nb3=ba[3].replace(/[*$|?+\\\\\\^\\[\\](){}]/g,'\\\\$0');\n\nb3=\"[href~=\"+b3+\"(\\\\.[^.]+|/\\\\d+(\\\\.[^.]+|/)?)?$],[href~=[/?]\"+b3.replace(/[&/_-][^/_-]+$/,'')+\".*$]:not([href~=[/?]\"+b3.replace(/[/_-]/g,'[/_-]')+\"]),\"}\n\ny=r.select(\"a:not(\"+b3+\"[href~=(?i)(^|[^/])[?/].*((book|[^a-z])(info|case)[^a-z]|(cid|buy)[^a-z]|desc|coins|nutrition|review|ticket|update|(app|author|xiazai|down)(?!=))|/chapter|/index/|/d/],:matches((?i)^$|[0-9零〇一二三四五六七八九十百千万、，：；？！。…‘’“”（）()]|[票榜:：.]|推荐|排行|等级|说明|收藏|书评|简介|分[类卷]|简介|作者|手机|软件|应用|安装|客户|移动|pc|电脑|安卓|苹果|下载|最新|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub))\")}\n\nif(y.size()){\nys=y.select(\"a[href~=(?i)catalog|contents|list|chapter|mulu|(^|[^a-z])ml|more|read|all]:matches([反正顺順逆倒]序|全文|章[節节]|目[錄录]):not(:matches(阅读)),a[href~=(?i)catalog|contents|chapter|(^|[^a-z])ml|mulu|read]:matches(更多|列表),a[href~=(?i)catalog|contents|list|chapter|mulu|(^|[^a-z])ml|more|all]:matches(^$),a:matches(^[^\\\\u4e00-\\\\u9fa50-9]*([反正顺順逆倒]序|全文(免[費费])?[阅閱][讀读]|(点击|查看|展[开開]|进入|返?回到?)*([全正]文|(更多|完整|全部|所有)?(章[節节]|(作品)?目[錄录])+)+(列表)?(\\\\s*(查看|展开)?更多)?)[^\\\\u4e00-\\\\u9fa50-9]*$)\");zt=false;\n\nif(!ys.size()){\nba=bas.match(/(\\?(?:[^=]+=)+)(.+)$/)||bas.match(/(?:[^/_-][/_-]([^/._-]+))?[/_-]([^/._-]+)(?:\\/index[^/]*)?$/);\n\nif(xi=(id=ba[2]).match(/\\?[^=]+=([^&]+)/)||id.match(/^[^\\d%]*(\\d{2,}|[1-9])$/))id=xi[1];\nif(ba[1])if(xi=ba[1].match(/^[^\\d%]*(\\d{2,})$/))id=/^\\d$/.test(id)||!xi[1].indexOf(id)?xi[1]:\"(\"+id+\"|\"+xi[1]+\")\";\n\nys=y.select(\"[href~=(?i)^((.*//[^/]+/)?[^=.]*[^\\\\d=.])?\"+id+\"([?_-][a-z=_-]*0|\\\\.[^.]+|[/?]([^\\\\d]*|[^/\\\\d]*/?|(list|more|all)([=_-][a-z]*)?\\\\d+[^\\\\d]*)?)?(&.+)?$]:not(:contains(\"+(bs=String(book.name)[0])+\"))\");\n\nif(!ys.size()){zt=true;\nys=y.select(\"[href~=(?i)^((.*//[^/]+/)?[^=.]*[^\\\\d=.])?(\\\\d+/\"+id+\"[_-]\\\\d+[^\\\\d]*|\"+id+\"[_-][a-z_-]*1[^\\\\d]*)$]:not(:matches(阅读|\"+bs+\"))\")}}\n\nif(ys.size()){\nif((re=ys.select(\"[href~=(/|^)[^.]+$]\")).size())ys=re;\nre=String(ys.first().attr(\"href\"));\n\nfor(x=1;x<ys.size();x++)if((xs=String(ys.get(x).attr(\"href\"))).length>re.length)re=xs;\n\nif(/(?:[2-9]\\d*|1\\d+)[^\\d]*$/.test(re)){\nif(!zt&&(q=re.match(/^(.*[^/])?[&?/].*(?:catalog(ue)?|contents|(?:show)?chapters?|mulu|ml|more|all|list|page)(?:[=_-][a-z]*)?\\d+[^\\d]*$/i))&&v==(q[1]||'').replace(/^http....[^/?]+/,''))zt=true;\nif(zt)re=re.replace(/\\d+(?=[^\\d]*$)/,\"☯1\")}\n\n}}}\n\nre=String(!re?baseUrl:(java.put(\"基\",baseUrl),/^\\/[^/]/.test(re)?b+re:/^https?:/.test(re)?re:/^\\/\\//.test(re)?b.split('//')[0]+re:String(baseUrl).replace(/[^/]*$/,'')+re))}else re=baseUrl;\n\nr=re.replace(/(?:[☯?&/_-][^\\d?/&_-]*[01])+[^\\d]*$/,\"\");\njava.put(\"ba\",r);\nre=re.replace(\"☯\",\"\")}else re=baseUrl;\n\njava.get(\"跳\")==1||re==baseUrl&&/,/.test(book.bookUrl)?re+',{\"webView\":true}':re",
      "wordCount": "@get:{s}"
    },
    "ruleContent": {
      "content": "@js:dt=lr='';c=1;动=java.get(\"动\");\nif(动!=''&&!~baseUrl.indexOf(\",\")){\nresult=String(java.ajax(baseUrl+动))\n}else if(java.get(\"静\")==动)c=dt=2;\n\nr=org.jsoup.Jsoup.parse(r1=result.replace(/&nbsp;/g,' '));\n查=i=java.get(\"序\");\n\nif(java.get(\"文\")==1){for(;c;c--){\nd=[\"img[data-src],img[src~=[^a-z]cid[^a-z]]\"\n,\"img:not([src~=(?i)^$|^javascript:|\\\\.gif|\\\\.png|[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,\"img[src~=(?i)\\\\.png]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,'img[src~=(?i)\\\\.gif]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])'];\n\nif(!(查!=\"\"&&(查!=-1&&((lr=r.select(d[查])).size(),true)))){\n$=it=>(lr=r.select(it)).size();\nif($(d[i=0])||$(d[i=1])||$(d[i=2])||false)break;\n\nif(c==2){dt=1;\nr=org.jsoup.Jsoup.parse(java.ajax(baseUrl+',{\"webView\":true}'))\n}else i=$(d[3])?3:-1}}\nif(i==0)lr=String(lr).replace(/(?:src=['\"][^'\"]+['\"] +)?data-/g,'');\nif(查==\"\")book.putVariable(\"序\",i);\n\n}else{\nsc=java.get(\"文\")==2?\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br)),a>*,:has(a):not(:matchesOwn([\\\\S\\\\s]{50,}),:has(:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(br,a,:matchesOwn([\\\\s\\\\S]{50})),:not(br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)),:has(p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))'\n:\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br,img:not([src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg]))),img[src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg],a:not(:matches(^$)>img)>*,:has(a):not(img,:matchesOwn([\\\\S\\\\s]{50,}),:has(img,:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(img,br,a,:has(img),:matchesOwn([\\\\s\\\\S]{50})),:not(img,br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,img,div:matchesOwn(，|。)+div:matchesOwn(，|。)),:has(img,p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))';\n\nd=[\":matchesOwn(\\\\S):has(br):has(:matchesOwn(\\\\S):has(br))\"\n,\":matchesOwn(\\\\S):has(br)\"\n,\":has(>:matchesOwn(\\\\S):not(:has(*))+:matchesOwn(\\\\S):not(:has(*)))\"\n,\":has(>:has(>p:only-child:matchesOwn(\\\\S):not(:has(*)))+:has(>p:only-child:matchesOwn(\\\\S):not(:has(*))))\"\n,\"img\"\n,\":matchesOwn(\\\\S)\"];\n\ntry{for(查=i!=''?i:java.get(\"元\");c;c--){\n\nif(!(c>1&&(String(r.text()).length<400||r.select(':matchesOwn(内容未加载完成|关闭(阅读|小说)模式)').size()))){\nr.select(sc).remove();\n\nif(!(查!=\"\"&&(lr=r.select(i?d[i==6?5:i]:查)).size()))for(i=0;i<6&&(lr=r.select(d[i]),i==4&&c==1?!lr.size():String(lr.text()).length<200);i++);\nif(c<2||i<6)break;}\n\nr=org.jsoup.Jsoup.parse(r2=String(java.ajax(baseUrl+',{\"webView\":true}')).replace(/(<[a-z]+)&nbsp;/g,'$1 '));\ndt=r1.length==r2.length?2:1}\n\nfor(c=lr.first(),v=1;v<lr.size();v++)if(lr.get(v).parents().contains(c)){\nlr.remove(v);\nv--}else c=lr.get(v);\n\nlr=String((c=lr.size()==2&&i<4)?String(lr.first().text()).length>String(lr.get(1).text()).length?lr.first():lr.get(1):(c=lr.size()==1)?lr.first():lr);\n\nif(查==\"\"){\nif(c&&(查=lr.match(/<([a-z]+) ([^>]+)>/))&&(查[2]=查[2].match(/(?:id|class|style)=(?:\"[^\"]+\"|'[^']+')|[^= ]+(?==\"[^\"]+\"|'[^']+')/g))){\nbook.putVariable(\"元\",查[1]+'['+查[2].join('][')+']')\n}else book.putVariable(\"序\",i)}\n\nlr=lr.replace(/<([a-z]+)[^>]*\"-\\d+\"[^>]*>[^<]+<\\/\\1>|[^<>]*<a[^<]+<\\/a>[^<]*|&lt[; ]?\\/?[a-z]+(?= |\\/?&gt)(?:[ a-z=-]+|\"[^\"]+\"|'[^']+')*\\/?&gt[; ]?|[☯📑⚙️🌕︴]/g,\"\").replace(/\\s+(?:\\s|(?:(?:(?:n?b)?s)?p)?;)/g,\"　　\");\n\nif(java.get(\"原\")!=1)lr=(!lr.indexOf(\"　　\")?lr.replace(/>(?!　　|\\s*(?:(?:(?:n?b)?s)?p)?;)\\s*(?=[^\\s<>])/g,\">︴\"):lr).replace(/((?:[〖【『「（《〈〔［\\[(][^〖【『「（《〈〔［\\[()］〕〉》）」』】〗\\]]*[)］〕〉》）」』】〗\\]]\\s*)*(?:第?\\s*[一二三四五六七八九十百千万〇零0-9]+\\s*[章节回話话：:.．,，、]*\\s*)?{{n=(t=title.match(/\\S+$/)[0].replace(/[*$|?+\\\\\\^\\[\\](){}/]/g,\".?\")).replace(/^(正文[^\\u4e00-\\u9fa5A-Za-z]*|第?[一二三四五六七八九十百千万〇零0-9]+[章节回話话\\s：:.．,，、]*)+/,\"\"),n!=t&&/\\S/.test(n)?\"(?:第?\\\\s*[一二三四五六七八九十百千万〇零0-9]+\\\\s*[章节回話话：:.．,，、]*\\\\s*\"+n+\"|\"+t+\")\":t}}(?:\\s*[〖【『「（《〈〔［\\[(][^〖【『「（《〈〔［\\[()］〕〉》）」』】〗\\]]*[)］〕〉》）」』】〗\\]])*)/g,\"⚙️$1⚙️\")+\"📑\"\n}catch(e){}}\nif(dt)book.putVariable(dt==1?\"动\":\"静\",',{\"webView\":true}');lr",
      "imageStyle": "FULL",
      "nextContentUrl": "@js:if((r=java.getStringList((nx=java.get(\"next\"))+\"a:matches(第二[頁页]|下[一\\\\s]*[頁页]):not([href~=^javascript:|^#])@href||a:matches(下[一\\\\s]*[篇章回节節话話]):not([href~=^javascript:|^#])@href||a[href~=[_-]\\\\d+(/|\\\\.[a-z]+)?$]:has(i,img):not(:matches(\\\\S),[href~=^javascript:|^#])@href\")).size()){\nif(~String(book.tocUrl+(nextChapterUrl||'')).indexOf(r=String(r.get(r.size()-1)))||~r.indexOf(nextChapterUrl||String(book.tocUrl).replace(/.+(?=_\\d+\\/$)/,'')))r=null\n}else r=null;\nif(r){if(nx!='')chapter.putVariable(\"next\",(n=r.replace(/\\d+(?=[^\\d]*$)/,it=>+it+1))==r?'':'a[href=\"'+n+'\"]@href||');\nr+java.get(\"动\")}",
      "replaceRegex": "@js:if(java.get(\"原\")==1){result}else{\nresult=result.replace(/⚙️([^\\u4e00-\\u9fa5⚙️]+|[零〇一二三四五六七八九十百千万\\s]+|(?!第[零〇一二三四五六七八九十])[\\u4e00-\\u9fa5]+)⚙️/g,'$1').split('📑');\nl=result.length-1;\nwhile(l)if(r=result[--l].match(/^(\\n+(?:[^\\n]{1,30}\\n+){1,3})([\\S\\s]+)$/))result[l]=r[1]+r[2].replace(/⚙️/g,'');\nresult.join('📑')\n.replace(/—/g,\"─\")\n.replace(/[·۰•・]/g,\"・\")\n.replace(/\\s*(?:︴[^\\n　]+\\s+)*📑\\s*|^\\s*(︴[^\\n　]+\\s+)*|\\s*(?:　　|\\n)(?:[\\s&#a-zA-Z0-9]*;)?[\\s　?]*/g,\"☯\")\n.replace(/(?:︴[^☯]*☯)+(?=︴)|☯(?:温馨|[^a-zA-Z0-9\\u4e00-\\u9fa5☯]+)提示.?[:：][^☯]+|☯[^☯]+字体不会安装.?请百度[^☯]+|☯.{0,2}正版订阅在阅文旗下的起点和QQ书城，可以第一时间看到最新章节.{0,2}(?=☯)|︴\\s*第?[〖【『「（《〈〔［｛\\[{(][^☯]+(?=☯)|☯第\\s*[（(][^（()）]+[)）][頁页](?=☯)|[^☯]*(?:关注|[微vVＶｖ][^\\u4e00-\\u9fa5A-Za-z0-9]*[信xXｘＸ]|公[^\\u4e00-\\u9fa5]*众[^\\u4e00-\\u9fa5]*号){2,}[^☯]*|(?:&#?[a-z0-9]*;?)+(?=;|☯);*|read[sx][；;?？]+/g,\"\")\n.replace(/\\s+/g,\" \")\n.replace(/☯[ ☯]*/g,\"\\n\")\n.replace(/(\\n[〖【『「（《〈〔［｛\\[{(]?)([pPＰｐ][SsｓＳ]+(?=[ ：:;；，,、。.─\\d\\u4e00-\\u9fa5])[^\\n]+)/g,\"$1🌕$2\")\n.replace(/\\[\\[\\[[^\\[\\]]+http:file2.qidian.comchapters(.{5,6})(..)([^\\[\\]]{35})\\]\\]\\]/g,'<img src=\"http://file2.qidian.com/chapters/$1/$2/$3\">')\n.replace(/(<img )[^>]*(src=\"[^\"]+\")[^>]*(>)|((?: ?[＋+－-]?[0-9０-９]+(?:[．.／/][0-9０-９]+)?[％%:：]?[a-zA-Z]*)+ ?|[ _＿－-]?[a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９]+)/g,\"$1$2$3☯$4☯\")\n.replace(/☯[・。](?=☯)/g,\"☯.\")\n.replace(/,\\n/g,\"，\")\n.replace(/!(?=\\n)/g,\"！\")\n.replace(/\\?(?=\\n)/g,\"？\")\n.replace(/(<[^<]+)☯☯/g,\"⚙️$1⚙️\\n\")\n.replace(/(?:\\n[^āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─🌕︴\\n]+|([。？！…”』」】〗])[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─☯︴\\n]+[\\u4e00-\\u9fa5]+)?[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─⚙️☯︴\\n]+(?=\\n)|[^☯!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛｝］〕〉）＞’”》」』】〗]*☯([a-zA-ZＡ-Ｚａ-ｚ]*[āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ][a-zA-ZＡ-Ｚａ-ｚ]*)☯[^☯!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛｝］〕〉）＞’”》」』】〗]*/g,\"$1$2\")\n.replace(/[^!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜<（〈〔［｛({\\[\\]})｝］〕〉）>＞’”》」』】〗︴🌕]*(?:☯[^.．!(),\\n\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗⚙️]+|([^☯!(),\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘<＜（〈〔［｛({\\[\\]})｝］〕〉）＞>’”》」』】〗⚙️])(?!\\1)|☯(?=[^☯!(),\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗][!(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗])|[〖【『「（《〈〔［｛\\[{(][^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[)｝］〕〉》）」』】〗\\]}]){4,}|[^；;％%～~?？!！\"'”’。…─\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[〖【『「（《〈〔［｛\\[{(][^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[)｝］〕〉》）」』】〗\\]}](?:[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+(?=[)｝］〕〉》）」』】〗\\]}]))?/g,\"📑\")\n.replace(/([；;％%～~?？!！\"'”’。…─])📑(?=[)｝］〕〉》）」』】〗\\]}])/g,'$1')\n.replace(/(?:([\\n。？！])[^\\n。？！]{1,10})?[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*(?:☯[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]☯|📑|🌕)[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[｝］〕〉》）」』】〗\\]})](?:[^。]{0,5}(?:[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*(?:☯[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]☯|📑)[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[｝］〕〉》）」』】〗\\]})]|[^📑!,()\\s\\u4e00-\\u9fa5、，：；？！。…─‘’“”（）《》〖〗【】]+))*(?:(?:[^\\n]{1,10}|(?:[\\u4e00-\\u9fa5]{0,5}[，、])*[\\u4e00-\\u9fa5]+[！。]?)(?=\\n))?/g,\"$1\")\n.replace(/((?:[请請][记記]住)?[^⚙️🌕📑︴*\\n(),\\u4e00-\\u9fa5、，：；？！。…─「」‘’“”（）《》〖〗【】]*(?:(?:[^⚙️🌕📑︴*\\n(),\\u4e00-\\u9fa5、：，；？！。…─「」‘’“”（）《》〖〗【】]+[*(), \\u4e00-\\u9fa5、，:：；？！。…─「」‘’“”（）《》〖〗【】]{1,3})*[^*︴📑☯⚙️🌕\\s&;(),āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜa-zA-ZＡ-Ｚａ-ｚ0-9０-９\\u4e00-\\u9fa5、,，:：;；?？!！。…～~─'\"‘’“”【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}％%・/／＝=_＿.．＋+－-]+(?!(?:[^>]+>)?⚙️)|☯[^☯\\n]+☯\\.☯[^☯\\n]+☯|本[文书](?:首发|来自)|(?:章节不完整.?|完整章节)?请.{2,6}(?:搜索|百度|引擎|关键[词字])+|(?:[阅閱][讀读]|访问|訪問|[網网地][站址]|链接|鏈接|[\\u4e00-\\u9fa50-9a-zA-Z]{0,4}(?:文学|中文|[網网]))+[:：]|[\\u4e00-\\u9fa50-9a-zA-Z]{0,6}(?:[網网地][站址]|链接|鏈接)为|.{2,4}文[学學][網网]|[请請].{2,4}收藏(?:.{0,2}推[荐薦])?|(?:天才)一秒[記记]住|，?請?訪問|(?:[更最][快新]|[快高]速|热门|(?:[阅閱][讀读])?完整|本|(?:官[網网]|本站).{0,2})(?:章[節节]|小说|更新|[網网地][址站][:：]?|快速)|更新(?:速度)?[最更]?快|(?:(?:无错)?小说|正版|免费|全[文本]|在线|访问|訪問|txt|TXT|继续|各种|推[荐薦]|收藏|分享|交流|你?喜欢的)+(?:全文|免费|在线|[阅閱]?[讀读]|下载|章[節节]|小说|好书)|章[節节](?:目录|列表)|小说[網网](?:更新)?|手打全文|[纯全](?:手打|文字)|手机看书|手机版|笔趣阁|(?:本站|[網网]站|站内|看)?无(?:任何)?(?:广告|弹窗|防盗)(?:章节)?|不弹窗|(?:(?:請|请|或者?)?(?:訪問|访问|[電电手][腦脑机機]|[網网][址站]|用[户戶]|浏览|瀏覽|閱讀|阅读|看小说|看漫画)){2,}|看小说|看漫画|(?:用[^\\n]{2,6})?(?:[追看]书|小说)(?:就用|软件|☯[^☯]+☯)，?|用[^\\n]{2,6}[追看]书|(?:..的)?(?:最佳选择|阅读体验)|(?:推[荐薦]|收藏|分享)(?:本站|我们)|小说..版|文章质量更好|谢谢各位(?:读者|书友)支持|水印广告测试|本章未完|请翻页|点击下一页|领.{0,2}红包|同步更新《[^《》]+》|关注[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+[)｝］〕〉》）」』】〗\\]}])(?:[* (),\\u4e00-\\u9fa5、，：；？！。…─‘’“”（）《》〖〗【】]{0,3}[^⚙️📑*\\n(),\\u4e00-\\u9fa5、，：；？！。…─「」‘’“”（）《》〖〗【】]+|[….。!！]+(?=\\n))*|⚙️(?!<)[^⚙️\\n]+⚙️)/g,\"\\n⚙️$1⚙️\\n\")\n.replace(/⚙️(<[^<>]+>)⚙️\\n|[〖【『「（《〈〔［｛\\[{(](?:[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]{0,3}\\n⚙️(?!\\s*\\S\\s*⚙️).+⚙️\\n*)+[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]{0,3}[)｝］〕〉》）」』】〗\\]}]|(🌕)\\s*⚙️|⚙️\\n[^\\u4e00-\\u9fa5]{0,5}\\n⚙️|\\n⚙️\\s*(\\S)\\s*⚙️\\n(?![^⚙️]{1,3}⚙️)|(⚙️\\n)|([，、；])[\\s,，。、…:：;；?？!！`’]*[,，。、…:：;；?？!！`’](?!⚙️)|\\n[\\s,，。、…:：;；?？!！`’]*(?=[,，。、:：;；?？!！])|([：？！。…─])(?:[^⚙️☯a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n…─“‘’”〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+(?=\\n)|[^⚙️☯a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n…─“‘’”〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+)|☯/g,\"$1$2$3$4$5$6\")\n.replace(/([)）？！?!…」』”\\s。])(?:[^\\n（(🌕)）”』」’。]{0,5}(?:(?:\\n⚙️.+⚙️\\n|[^（()）\\n”』」。]{0,5}📑)[^（()）\\n。]{0,5}(?:\\n⚙️.+⚙️(?:\\n(?=\\n⚙️|[^（()）\\n]{1,5}\\n))?|[^（()）\\n。]{0,5}📑(?:[^📑]{1,5}(?=\\n⚙️))?)+(?:[^（()）\\n]{1,5}(?=\\n))?|(?:(?:(?:\\n⚙️.+⚙️\\n|[^（()）\\n。]{0,5}📑)[^（()）\\n]{0,5}){2,}|[^（(🌕)）”』」’\\n。]{0,5}(?:(?:請|关键[词字]|[電电手][腦機]|用戶|瀏覽|[阅閱]讀|推[薦荐]|收藏|分享|文章质量|谢谢(各位|支持|大家)|水印|翻页|点击|下[一\\s]*[页頁篇章回节節话話]|免费|热门|官网|正版|在线|同步|下载|文学|中文|章节|[本网][站址]|站内|小说|更新|无错|[本全][文本章]|首发|广个?告|弹窗|防盗|访问|訪問|txt|TXT|读者|书友|百度|[插说]一?[下句]话?，[\\u4e00-\\u9fa5]{0,5})[^（()）\\n]{0,5})*(?:📑|\\n⚙️[^\\n]+⚙️\\n)[^（()）\\n]{0,5}(?:(?:請|关键[词字]|[電电手][腦機]|用戶|瀏覽|[阅閱]讀|推[薦荐]|收藏|分享|文章质量|谢谢(各位|支持|大家)|水印|翻页|点击|下[一\\s]*[页頁篇章回节節话話]|免费|热门|官网|正版|在线|下载|同步|文学|中文|章节|[本网][站址]|站内|小说|更新|无错|[本全][文本章]|首发|广个?告|弹窗|防盗|访问|訪問|txt|TXT|读者|书友|百度)[^（()）\\n]{0,5})*|[^（(🌕)）\\n”』」’。]{0,3}\\n⚙️.+⚙️\\n[^（()）\\n。]{0,3})(?:[\\u4e00-\\u9fa5]+[！。]?|[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n]+)?(?=\\n)))+|\\n⚙️[^\\u4e00-\\u9fa5]+⚙️\\n|📑|\\s*︴\\s*|\\n?⚙️\\n?|\\n[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n]{2,}\\n[^🌕a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n“《‘【〖『「]*/g,\"$1\")\n.replace(/(?:(?:\\n🌕[^\\n]*)+(?:\\n+[^\\n]+){0,4}|\\n(?:[(（{｛][^(（<{｛｝}>）)]*(?:(?:[(（{｛][^(（<{｛｝}>）)]*[）)｝}])[^(（<{｛｝}>）)]*)*[）)｝}]?\\s*)+|[^\\n]*起点(?:原创|中文)[^\\n]*|[〖【『「（《〈〔［｛\\[{(]?未完待续[^\\n]*)[^\\u4e00-\\u9fa5<>]*$|^\\s*(?:(?:[^\\n]+\\n+){0,4}(?:🌕[^\\n]*\\n?)+|(?:[(（{｛][^(（<{｛｝}>）)]*(?:(?:[(（{｛][^(（<{｛｝}>）)]*[）)｝}])[^(（<{｛｝}>）)]*)*[）)｝}]?\\s*)+|，[^\\n]+)\\n|(?:^|\\n)[^a-z0-9A-Z\\u4e00-\\u9fa5]*(?=\\n)|🌕|\\n\\s*[a-zA-Z]+\\s*$/g,\"\")}",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": ".s4@text",
      "bookList": "id.l@li",
      "bookUrl": ".s2@a@href",
      "kind": ".s1@text",
      "lastChapter": ".s3@text",
      "name": ".s2@text"
    },
    "ruleSearch": {
      "author": "text.作者：@text##作者：",
      "bookList": "class.block",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": "text.简介：@text##简介：",
      "kind": "text.状态：@text&&text.分类：@text&&text.更新：@text&&text.更新时间：@text##状态：|分类：|更新：|更新时间：",
      "lastChapter": "text.最新章节@text##最新章节：",
      "name": "h2.0@a@text",
      "wordCount": "text.字数：@text##字数："
    },
    "ruleToc": {
      "chapterList": "@js:if(java.get(\"单\")==''){\nsrc=org.jsoup.Jsoup.parse(src);\n\nif((result=java.get(\"录\"))==\"\"){if(页=(result=src.select('a[href~=\\\\S]:matches(下[一\\\\s]*[页頁]|下[一二三四五六七八九十百千万〇零0-9]{2,}章):not([href~=^#|javascript:])')).size())result=result.first().attr('href')\n}else{网=String(result).split(\"🌕\");\nfor(i=3,页=+网[0],result=网[1]+2+网[3];i<=页;i++)result+='\\n'+网[1]+i+网[3];\nresult=String(result)}\n\nif(页)java.put(\"页\",/,/.test(book.tocUrl)?result.split('\\n').join(',{\"webView\":true}\\n')+',{\"webView\":true}':result);\n\n嗅=()=>String(src).match(/[\\[(]([\"'])<[a-z]+[ >][^\\[\\]()]+<\\/a>(?:[^\\[\\],()]*<\\/[a-z]+>)?\\1[\\])]/);\n转=it=>it.replace(/\\\\[Uu]([0-9a-zA-Z]{4})/g,(_,it)=>String.fromCharCode(parseInt('0x'+it)));\n兜=()=>src.select(':matchesOwn(^$|[0-9〇一二三四五六七八九十])>a:matches(\\\\S):not(:has(*>*>:not(span)),[href~=(?i)passport|\\\\.aspx$|\\\\.php$|^https://[^/]+(/|index\\\\.[a-z]+)?$|(^|[^/])[?/].*((book|[^a-z])(info|case|page|reg|Game|Play)[^a-z]|buy[^a-z]|SystemInfo|hot|sort|desc|asc|top|coins|nutrition|review|ticket|update|(app|author|xiazai|down)(?!=))|/list\\\\d*([/_-][^/_-]+/?)?$|\\\\d+_\\\\d+_\\\\d+|target=iframe|https%],:matches((?i)^((点击|软件|应用|安装|客户|移动|手机|电脑|安卓|苹果|下载|阅读|pc|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub)[\\\\s.端版]*(?=$|点击|软件|应用|安装|客户|移动|手机|电脑|安卓|苹果|下载|阅读|pc|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub)|[A-Za-z0-9\\\\u4e00-\\\\u9fa5]?返回.*(简介|书页|目录)[A-Za-z0-9\\\\u4e00-\\\\u9fa5]?|[<>-]+|\\\\d+-\\\\d+章|书页|目录|简介|[上下首尾]([一\\\\s]*[页頁]|[\\\\s\\\\d零〇一二三四五六七八九十百]*章)|[↑\\\\[]?[倒正反逆顺順]序[↓\\\\]]?)$))');\n\nif((zt=java.get(\"嗅\"))!=''){\nif(zt>0&&(嗅=嗅())){\nsrc=嗅[0];\nif(zt==2)src=转(src);\nsrc=org.jsoup.Jsoup.parse(src)}\nsrc.select(java.get(\"除\")).remove();\nif(java.get(\"兜\")==1)src=兜();\nsrc=src.select(java.get(\"查\"))\n\nif(!页){for(首=String(java.get(\"首\")).split('\\n'),ss=src.size(),i=0;i<ss;i++)if(首[i]!=src.get(i)){\nif(i>1)src.subList(1,i).clear();break;}}\n\n}else{\nbook.putVariable(\"除\",除=\"meta,link,a:has(img),\"+((zt=java.get(\"全\")!=1)?\"a[href$=\"+String(book.tocUrl).replace(/,\\{\"webView\":true\\}|^.{8}[^/]*/g,'')+\"],\":\"\")+(基=String(java.get(\"基\")),基==''?'':\"a[href$=\"+基.replace(/^.{8}[^/]*/,'')+\"],\")+\"a[href~=javascript:|#|[a-z]+[A-Z][a-z]+Id[=_-]|[^/][/?&]sub[A-Z]],a:matches(^$|最新章节$|^[^\\\\u4e00-\\\\u9fa5A-Z0-9]*(正文|.{0,2}书架|(免费|在线|开始|立即|全文|从头|点击|正文)+[试阅]读|[^\\\\s\\\\d外内楔前后卷篇章]*(更新调整|[两一二三四五六七八九十]+连更|作者[:：给要有]|双倍月票|感言|推书|推[a-z0-9A-Z_\\\\u4e00-\\\\u9fa5-]+书|[求个请投点下张](月?票|收藏|订阅|推荐)|(感谢|作者)[^\\\\s]*(读者|书友|大家|各位)|[书点]评[^\\\\s]*活动|[没有空]更新|没时间更新|请个?假|关于本书|关于更新|打赏名单|起点活动)[^\\\\s]*)[^\\\\u4e00-\\\\u9fa5A-Z0-9]*$)\");\n\nbook.putVariable(\"嗅\",(基=嗅())?(src=org.jsoup.Jsoup.parse((zt=/\\\\[Uu]([0-9a-zA-Z]{4})/.test(基=基[0]))?转(基):基),zt)?2:1:0);\nsrc.select(除).remove();\n\nif(zt=java.get(\"全\")!=1){\n找=ll=null;\n$=it=>(qc=ll,查=找,ll=src.select(找=it)).size()>14&&(查=it,src=re=ll);\n\nif(!(((ck=java.get(\"ck\"))!=\"\"&&$(\"[href~=\"+ck+\"(?!index(/|\\.[a-z]+)?$)[^.?/_-][^&/_-]*/?$|/[vV][iI][pP][_-]?([Rr]ead|[Cc]hapter)|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&]*$]\"))||$(\"[href~=^[a-z0-9]+(/|\\\\.[^./]+)?$]\"))){\nif(qc&&qc.size()>ll.size())找=查,ll=qc;\n\n$=it=>(re=src.select(it)).size()&&(查=it,src=re);\n\nif(!($(\"[data-cid]\")||$(\"[href~=(?i)(^|[/_-])(chapter|read)+([_-]?id)?/[^/_-]+[/_-][^/_-]+]\")||$(\"[href~=(?i)(^|[&?/_-](book|novel|comic|manhua|mh?)?)(chapter|read)+([_-]?id)?[?/=]]\")||$(\"[href~=(?i)[&?/_-]cid[&?/_=-]]\")||$(\"[data-href]\"))){\nsrc=兜();\nbook.putVariable(\"兜\",1);\n\nba=(ba=String(java.get(\"ba\"))).match(/(\\?(?:[^=]+=)+)(.+)$/)||ba.match(/(?:[^/_-][/_-]([^/._-]+))?[/_-]([^/._-]+)(?:\\/|\\/index[^/]*|\\.[^/.]+)?$/);\n\nif(xi=(id=ba[2]).match(/\\?[^=]+=([^&]+)/)||id.match(/^[^\\d%]*(\\d{2,}|[1-9])$/)||ba[1]&&ba[1].match(/^[^\\d%]*(\\d{2,})$/))id=xi[1];\n\n$(\"[href~=([^\\\\d]|^)\"+id+\"[/_&-][^\\\\d]*\\\\d+]:not([href~=\"+id+\"[^\\\\d]*$]),[href~=/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[a-zA-Z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?]*$|([^\\\\d]|^)\"+id+\"[/_&-][^\\\\d]*\"+id+\"(/|\\\\.[^.]+|&.+)?$]\")||$(\"[title]\")||$(\"[href~=/view/\\\\d+\\\\.[a-zA-Z]+$]\")}\nif(re.size()<ll.size())查=找,src=ll}}\n\nif(!(zt&&re.size()))src=src.select('a'),查='a';\nif(查)book.putVariable(\"查\",查);\nif(页)java.put(\"首\",src)}\n\nsrc}else if((list=java.get(\"单\"))!=1){\n\nif((网=String(list).split(\"🌕\")).length>1){\nfor(i=+网[2],x=+网[0],j=2,list=\"<a href='\"+baseUrl+\"'>正文1</a>\";i<=x;i++,j++)list+=\"<a href='\"+网[1]+i+网[3]+\"'>正文\"+j+\"</a>\"}\n\norg.jsoup.Jsoup.parse(list).select('a')\n\n}else [\"<a href='\"+baseUrl+\"'>正文</a>\"]",
      "chapterName": "text",
      "chapterUrl": "href@js:chapter.putVariable(\"next\",'a[href~=(?:^|[?/])'+(r=result.trim().replace(/([*$|?+\\\\\\^\\[\\](){}/])/g,'\\\\$1')).match(/[^?/=.]+(?:=(?![01]$)[^=]+)*(?=\\/?$|\\.[^?/.]+$|=[01]$)/)[0]+'[=/_-]2(?:\\\\/|\\\\.[^?/.]+)? *$]@href||a[href~=(?:^|[?/])'+r.replace(/\\d+(?=[^\\d]*$)/,it=>+it+1)+' *$]@href||');result+java.get(\"动\")",
      "isVip": "",
      "nextTocUrl": "@js:java.get(\"页\")",
      "updateTime": ""
    },
    "searchUrl": "so/,{\"charset\":\"gb2312\",\"method\":\"post\",\"body\":\"type=articlename&s=我的\",\"headers\":{\"User-Agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36\",\"Referer\":\"https://www.97k.cc\",\"Cookie\":\"PHPSESSID=1ubiqmnu4338er4mrrr421r3d6; Hm_lvt_a8551bad614bffddbf67de0bca31dfbe=1668393891; Hm_lpvt_a8551bad614bffddbf67de0bca31dfbe=1668393908\"},\"webView\":true}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版",
    "bookSourceName": "🔰 黑岩阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "黑岩阅读",
    "customButton": false,
    "customOrder": 1105,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1732240292502,
    "respondTime": 8742,
    "ruleBookInfo": {
      "author": "h3@a@text",
      "coverUrl": "img@src",
      "intro": "{{@@p.0@textNodes##简介：}}##^|\\\\n##<br>",
      "kind": "{{@@.infos@span.1:2:3@text##.*：|中|已}}字",
      "lastChapter": ".upd@a.1@text",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": ".contentbox@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.0@text",
      "bookList": ".so",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": "p.0@text",
      "kind": "{{@@span.3:2:1@text##.*：|中|已}}字",
      "name": "h2@text"
    },
    "ruleToc": {
      "chapterList": ".book_list@li",
      "chapterName": "text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://www.heiyan.org/plus/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.kshuwx.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1106,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1734832643783,
    "loginUrl": "",
    "respondTime": 323,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作    者：",
      "coverUrl": "id.fmimg@tag.img@src",
      "intro": "id.list@tag.p.0@text",
      "kind": "id.info@tag.p.3@text##更新时间：",
      "lastChapter": "@css:[property=og:novel:latest_chapter_name]@content##免费章节 |正文卷 |正文 |VIP章节|卷1",
      "name": "id.info@tag.h1.0@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleContent": {
      "content": "class.content@html##您可以在百度里.*查找最新章节！|一秒记住.*无弹窗免费阅读！|百度搜索笔趣.*小说免费阅读。|高速文字手打.*http.*biquge.*",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "",
      "lastChapter": "tag.td.1@tag.a@text##免费章节 |正文卷 |正文 |VIP章节|卷1",
      "name": "tag.td.0@tag.a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.kshuwx.com/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "笔下文学",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.bxwx8.la#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1107,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1721152513358,
    "loginUrl": "",
    "respondTime": 1264,
    "ruleBookInfo": {
      "intro": "@js:(result=result.match(/内容简介[\\s\\S]+?div>([\\s\\S]*?)<br.*?\\n.*?bxwx/))?result[1].replace(/.*?bxwx.*?\\.org/,'<br>'):''",
      "tocUrl": "@js:baseUrl.replace(/binfo/,'b').replace(/(\\d)\\.htm.*/,'$1/')"
    },
    "ruleContent": {
      "content": "id.content@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "tr:has(.odd):lt(6)",
      "bookUrl": "tag.td.0@a@href",
      "coverUrl": "tag.td.0@a@href@js:result.replace(/binfo/,'image').replace(/\\/(\\d+).htm/,'/$1/$1s.jpg')",
      "kind": "tag.td.5@text&&tag.td.3@text@js:result+'字'",
      "lastChapter": "tag.td.1@text",
      "name": "tag.td.0@text"
    },
    "ruleToc": {
      "chapterList": "+@js:\nvar reg=new RegExp(/<dd(.).+?\"(\\d+\\.html)\">(.*?)<\\/a>/g);\nvar list1=[];\nvar list2=[];\nvar tmp,url,name;\nvar i=-1;\nwhile((tmp=reg.exec(result))){\nurl=tmp[2];\nname=tmp[3];\nif(tmp[1].match(/>/)){\ni=i+1;\nlist1.push({name:name,url:url});\n}\nelse\nlist2.push({name:name,url:url});\n\nif(i==1){\ni=-1;\nlist1=list1.concat(list2.reverse());\nlist2=[];\n}\n}\nlist1;",
      "chapterName": "name",
      "chapterUrl": "url"
    },
    "searchUrl": "http://www.bxwx8.la/cse/search?q={{key}}&submit=搜索",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "全免小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://qmbook.taoyuewenhua.net/",
    "customButton": false,
    "customOrder": 1108,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"推荐\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完本\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=110&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人气\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=10&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"热搜\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=80&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=20&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"阅读\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=30&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"标签\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=玄幻&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇幻\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=奇幻&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=武侠&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙侠\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=仙侠&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=都市&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=历史&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"军事\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=军事&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇闻怪谈\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=奇闻怪谈&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=科幻&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"游戏\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=游戏&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"体育\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=体育&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"N次元\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=N次元&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现实\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=现实&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"推荐\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完本\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=110&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人气\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=10&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"热搜\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=80&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=20&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"阅读\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=30&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"标签\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻言情\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=玄幻言情&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙侠奇缘\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=仙侠奇缘&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古代言情\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=古代言情&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现代言情\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=现代言情&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"浪漫青春\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=浪漫青春&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇闻怪谈\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=奇闻怪谈&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻空间\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=科幻空间&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"游戏竞技\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=游戏竞技&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"N次元\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=N次元&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"同人纯爱\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=同人纯爱&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"短篇\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=短篇&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}\n]",
    "header": "{\n\t\"User-Agent\":\"okhttp/3.12.1\"\n\t}",
    "lastUpdateTime": 1743591625168,
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 2655,
    "ruleBookInfo": {
      "author": "$.authorName",
      "canReName": "",
      "coverUrl": "$.coverUrl",
      "downloadUrls": "",
      "init": "$.data",
      "intro": "{{$.intro}}",
      "kind": "{{$.categoryName}}\n{{$.subCategoryName}}\n{{java.getString('$.status')=='50'?'完结':'连载'}}",
      "lastChapter": "$.latestChapter",
      "name": "$.title",
      "tocUrl": "@js:\ntry{\ntime=Date.now();\nt=\"appid=qmbook&bid={{$.bid}}&brand=XIAOMI&channel=Tencent&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&t=\"+time+\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\";\nsign=java.md5Encode(t).toUpperCase();\n\nr=String(t).replace(/key=tfbook_free/,'sign=')+sign;\n\n\"http://qmbook.taoyuewenhua.net/tf/chapter_list?\"+r;\n}\ncatch(e){\n\t\"http://tfbook-1251592799.file.myqcloud.com/chapters/{{$.bid}}.json\"\n\t}",
      "wordCount": "$.allWords"
    },
    "ruleContent": {
      "content": "$.data.content"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "$.authorName",
      "bookList": "$.data.bookList",
      "bookUrl": "@js:\ntime=Date.now();\nt=\"appid=qmbook&bid={{$.sourceId}}&brand=XIAOMI&channel=Tencent&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&t=\"+time+\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\";\nsign=java.md5Encode(t).toUpperCase();\n\nr=String(t).replace(/key=tfbook_free/,'sign=')+sign;\n\n\"http://qmbook.taoyuewenhua.net/tf/book?\"+r;",
      "checkKeyWord": "",
      "coverUrl": "$.coverUrl",
      "intro": "$.intro",
      "kind": "{{$.categoryName}}\n{{$.subCategoryName}}\n{{java.getString('$.status')=='50'?'完结':'连载'}}\n{{r=String(Math.round(java.getString('$.score'))/10);r=='0'?'':r+ '分'}}",
      "lastChapter": "$.latestChapter",
      "name": "$.title",
      "wordCount": "$.allWords"
    },
    "ruleToc": {
      "chapterList": "$.data.chapterList",
      "chapterName": "$.title",
      "chapterUrl": "@js:\ntime=Date.now();\nt=\"appid=qmbook&bid={{$.bid}}&brand=XIAOMI&channel=Tencent&cid={{$.cid}}&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&t=\"+time+\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\";\nsign=java.md5Encode(t).toUpperCase();\n\nr=String(t).replace(/key=tfbook_free/,'sign=')+sign;\n\n\"http://qmbook.taoyuewenhua.net/tf/chapter_content?\"+r;",
      "isVip": "",
      "isVolume": "",
      "updateTime": "{{String(java.timeFormat(java.getString('$.modifiedOn'))).replace(/\\//g,\"-\")}} 字数:{{$.words}}"
    },
    "searchUrl": "@js:\ntime=Date.now();\nt=\"appid=qmbook&brand=XIAOMI&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&keywords=\"+key+\"&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\"+(page-1)+\"&pageSize=10&searchType=1&sourceName=tf&t=\"+time+\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\";\nsign=java.md5Encode(t).toUpperCase();\n\nr=String(t).replace(/key=tfbook_free/,'sign=')+sign;\n\n\"http://qmbook.taoyuewenhua.net/authopt/ty/search_books?\"+r;",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "酷客村🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://kukecun.com#🎃",
    "customButton": false,
    "customOrder": 1109,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "轻小说::/novel/list/229\n官场小说::/novel/list/228\n现代小说::/novel/list/227\n古典文学::/novel/list/226\n政治经济::/novel/list/225\n战争军事::/novel/list/224\n国学古籍::/novel/list/223\n作品集::/novel/list/222\n日语读物::/novel/list/221\n文学理论::/novel/list/220\n宗教哲学::/novel/list/219\n诗歌戏曲::/novel/list/218\n科普学习::/novel/list/217\n中国历史::/novel/list/216\n世界历史::/novel/list/215\n纪实报告::/novel/list/214\n武侠小说::/novel/list/213\n当代小说::/novel/list/212\n科幻小说::/novel/list/211\n外国小说::/novel/list/210\n社会心理::/novel/list/209\n青春都市::/novel/list/208\n寓言童话::/novel/list/207\n网络玄幻::/novel/list/206\n惊悚悬疑::/novel/list/205\n侦探推理::/novel/list/204\n历史小说::/novel/list/203\n言情小说::/novel/list/202\n随笔杂谈::/novel/list/201\n传记回忆::/novel/list/200\n玄门::/novel/list/97\n商业经济::/novel/list/110\n道听途说::/novel/list/101\n舞文弄墨::/novel/list/102\nBLGL::/novel/list/105\n僵尸鬼话::/novel/list/103\n战争军事::/novel/list/96\n历史演说::/novel/list/106\n情感生活::/novel/list/104",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1720828374863,
    "respondTime": 9276,
    "ruleBookInfo": {
      "author": "span.auth@text",
      "canReName": "1",
      "init": "",
      "intro": ".intro p@text",
      "kind": ".bookinfo dd.1@text&&\nspan.tag@text&&dd.d1@text",
      "name": "h1@text",
      "tocUrl": "nav.g-nav-control a.0@href"
    },
    "ruleContent": {
      "content": ".article@html||.content_zanzhu@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".info>span@text",
      "bookList": "ul.g-list li",
      "bookUrl": "a@href",
      "kind": "span.tag@text",
      "name": "h2.name@text"
    },
    "ruleToc": {
      "chapterList": ".list li a",
      "chapterName": "text",
      "chapterUrl": "href\n@js:\nvar data=result.split(\"target=\")[1],\nurl=decodeURIComponent(data);\nurl+\",{'webView': true}\";",
      "nextTocUrl": ".section li a@href"
    },
    "searchUrl": "https://kukecun.com/search?name={{key}}&tags=&type=3",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🎃PO18文学🎃#18",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.po18yq.com#🎃",
    "customButton": false,
    "customOrder": 1110,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"总点击\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击\",\"url\":\"/top/monthvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击\",\"url\":\"/top/weekvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/sort/1_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"/sort/2_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市言情\",\"url\":\"/sort/3_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻网游\",\"url\":\"/sort/4_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"惊悚悬疑\",\"url\":\"/sort/5_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"耽美同人\",\"url\":\"/sort/6_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越架空\",\"url\":\"/sort/7_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"高辣浓情\",\"url\":\"/sort/8_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"禁忌百合\",\"url\":\"/sort/9_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"精品文学\",\"url\":\"/sort/10_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"完本\",\"url\":\"/full/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\" \",\"url\":\" \",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 43198,
    "ruleBookInfo": {
      "author": ".xx a.1@text",
      "coverUrl": "img@src",
      "init": "",
      "intro": ".jianjie@html",
      "kind": ".xx a.0@text##小说",
      "lastChapter": ".xx a.2@text##正文\\s",
      "name": ".xx li.0@text##\\_.*",
      "tocUrl": ".gengduo a@href"
    },
    "ruleContent": {
      "content": "#nr@html",
      "imageStyle": "0",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": ".list ul",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "span.2@text##\\s",
      "kind": "span.-1@text",
      "lastChapter": "",
      "name": "a.1@text##\\_.*",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".fk li",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "",
      "kind": "a.0@text##\\[|\\]",
      "lastChapter": "",
      "name": "a.1@text##\\_.*",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".lb li a",
      "chapterName": "text##本页章节.*",
      "chapterUrl": "href",
      "nextTocUrl": ".showpage@a@href"
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"s={{key}}&type=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版",
    "bookSourceName": "移动阅读 cm",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.ndlib.cn-2.0",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1111,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1745853602518,
    "loginUrl": "\\\\目录列表规则处添加账号信息",
    "respondTime": 787,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "",
      "init": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "$.returnObject[0].content@js:\nresult?result:'无法获取内容？\\n1.编辑书源添加自己的账号信息，找到目录列表规则，按提示添加账号信息\\n2.如果添加了账号信息仍然无法获取内容，请尝试刷新或更新账号信息（方式二）\\n3.必要说明：如果使用方式一添加了账号信息，每次打开新的书籍详情页或刷新正文都会重新获取账号信息，因此之前获取的书籍正文的链接将会失效，因此建议全文下载或者按2操作\\n必要说明：在使用本源前，请考虑到使用本源可能造成的账号封禁等问题'",
      "nextContentUrl": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$..resAndMagResult[*].resourceInfo",
      "bookUrl": "$.resId@js:\n//md5加密开始\nvar rotateLeft = function(lValue, iShiftBits) {\n    return (lValue << iShiftBits) | (lValue >>> (32 - iShiftBits))\n}\nvar addUnsigned = function(lX, lY) {\n    var lX4, lY4, lX8, lY8, lResult;\n    lX8 = (lX & 0x80000000);\n    lY8 = (lY & 0x80000000);\n    lX4 = (lX & 0x40000000);\n    lY4 = (lY & 0x40000000);\n    lResult = (lX & 0x3FFFFFFF) + (lY & 0x3FFFFFFF);\n    if (lX4 & lY4) return (lResult ^ 0x80000000 ^ lX8 ^ lY8);\n    if (lX4 | lY4) {\n        if (lResult & 0x40000000) return (lResult ^ 0xC0000000 ^ lX8 ^ lY8);\n        else return (lResult ^ 0x40000000 ^ lX8 ^ lY8)\n    } else {\n        return (lResult ^ lX8 ^ lY8)\n    }\n}\nvar F = function(x, y, z) {\n    return (x & y) | ((~x) & z)\n}\nvar G = function(x, y, z) {\n    return (x & z) | (y & (~z))\n}\nvar H = function(x, y, z) {\n    return (x ^ y ^ z)\n}\nvar I = function(x, y, z) {\n    return (y ^ (x | (~z)))\n}\nvar FF = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(F(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar GG = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(G(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar HH = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(H(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar II = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(I(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar convertToWordArray = function(string) {\n    var lWordCount;\n    var lMessageLength = string.length;\n    var lNumberOfWordsTempOne = lMessageLength + 8;\n    var lNumberOfWordsTempTwo = (lNumberOfWordsTempOne - (lNumberOfWordsTempOne % 64)) / 64;\n    var lNumberOfWords = (lNumberOfWordsTempTwo + 1) * 16;\n    var lWordArray = Array(lNumberOfWords - 1);\n    var lBytePosition = 0;\n    var lByteCount = 0;\n    while (lByteCount < lMessageLength) {\n        lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n        lBytePosition = (lByteCount % 4) * 8;\n        lWordArray[lWordCount] = (lWordArray[lWordCount] | (string.charCodeAt(lByteCount) << lBytePosition));\n        lByteCount++\n    }\n    lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n    lBytePosition = (lByteCount % 4) * 8;\n    lWordArray[lWordCount] = lWordArray[lWordCount] | (0x80 << lBytePosition);\n    lWordArray[lNumberOfWords - 2] = lMessageLength << 3;\n    lWordArray[lNumberOfWords - 1] = lMessageLength >>> 29;\n    return lWordArray\n};\nvar wordToHex = function(lValue) {\n    var WordToHexValue = \"\",\n    WordToHexValueTemp = \"\",\n    lByte, lCount;\n    for (lCount = 0; lCount <= 3; lCount++) {\n        lByte = (lValue >>> (lCount * 8)) & 255;\n        WordToHexValueTemp = \"0\" + lByte.toString(16);\n        WordToHexValue = WordToHexValue + WordToHexValueTemp.substr(WordToHexValueTemp.length - 2, 2)\n    }\n    return WordToHexValue\n};\nvar uTF8Encode = function(string) {\n    string = string.replace(/\\x0d\\x0a/g, \"\\x0a\");\n    var output = \"\";\n    for (var n = 0; n < string.length; n++) {\n        var c = string.charCodeAt(n);\n        if (c < 128) {\n            output += String.fromCharCode(c)\n        } else if ((c > 127) && (c < 2048)) {\n            output += String.fromCharCode((c >> 6) | 192);\n            output += String.fromCharCode((c & 63) | 128)\n        } else {\n            output += String.fromCharCode((c >> 12) | 224);\n            output += String.fromCharCode(((c >> 6) & 63) | 128);\n            output += String.fromCharCode((c & 63) | 128)\n        }\n    }\n    return output;\n};\nfunction md5(string) {\n    var x = Array();\n    var k, AA, BB, CC, DD, a, b, c, d;\n    var S11 = 7,\n    S12 = 12,\n    S13 = 17,\n    S14 = 22;\n    var S21 = 5,\n    S22 = 9,\n    S23 = 14,\n    S24 = 20;\n    var S31 = 4,\n    S32 = 11,\n    S33 = 16,\n    S34 = 23;\n    var S41 = 6,\n    S42 = 10,\n    S43 = 15,\n    S44 = 21;\n    string = uTF8Encode(string);\n    x = convertToWordArray(string);\n    a = 0x67452301;\n    b = 0xEFCDAB89;\n    c = 0x98BADCFE;\n    d = 0x10325476;\n    for (k = 0; k < x.length; k += 16) {\n        AA = a;\n        BB = b;\n        CC = c;\n        DD = d;\n        a = FF(a, b, c, d, x[k + 0], S11, 0xD76AA478);\n        d = FF(d, a, b, c, x[k + 1], S12, 0xE8C7B756);\n        c = FF(c, d, a, b, x[k + 2], S13, 0x242070DB);\n        b = FF(b, c, d, a, x[k + 3], S14, 0xC1BDCEEE);\n        a = FF(a, b, c, d, x[k + 4], S11, 0xF57C0FAF);\n        d = FF(d, a, b, c, x[k + 5], S12, 0x4787C62A);\n        c = FF(c, d, a, b, x[k + 6], S13, 0xA8304613);\n        b = FF(b, c, d, a, x[k + 7], S14, 0xFD469501);\n        a = FF(a, b, c, d, x[k + 8], S11, 0x698098D8);\n        d = FF(d, a, b, c, x[k + 9], S12, 0x8B44F7AF);\n        c = FF(c, d, a, b, x[k + 10], S13, 0xFFFF5BB1);\n        b = FF(b, c, d, a, x[k + 11], S14, 0x895CD7BE);\n        a = FF(a, b, c, d, x[k + 12], S11, 0x6B901122);\n        d = FF(d, a, b, c, x[k + 13], S12, 0xFD987193);\n        c = FF(c, d, a, b, x[k + 14], S13, 0xA679438E);\n        b = FF(b, c, d, a, x[k + 15], S14, 0x49B40821);\n        a = GG(a, b, c, d, x[k + 1], S21, 0xF61E2562);\n        d = GG(d, a, b, c, x[k + 6], S22, 0xC040B340);\n        c = GG(c, d, a, b, x[k + 11], S23, 0x265E5A51);\n        b = GG(b, c, d, a, x[k + 0], S24, 0xE9B6C7AA);\n        a = GG(a, b, c, d, x[k + 5], S21, 0xD62F105D);\n        d = GG(d, a, b, c, x[k + 10], S22, 0x2441453);\n        c = GG(c, d, a, b, x[k + 15], S23, 0xD8A1E681);\n        b = GG(b, c, d, a, x[k + 4], S24, 0xE7D3FBC8);\n        a = GG(a, b, c, d, x[k + 9], S21, 0x21E1CDE6);\n        d = GG(d, a, b, c, x[k + 14], S22, 0xC33707D6);\n        c = GG(c, d, a, b, x[k + 3], S23, 0xF4D50D87);\n        b = GG(b, c, d, a, x[k + 8], S24, 0x455A14ED);\n        a = GG(a, b, c, d, x[k + 13], S21, 0xA9E3E905);\n        d = GG(d, a, b, c, x[k + 2], S22, 0xFCEFA3F8);\n        c = GG(c, d, a, b, x[k + 7], S23, 0x676F02D9);\n        b = GG(b, c, d, a, x[k + 12], S24, 0x8D2A4C8A);\n        a = HH(a, b, c, d, x[k + 5], S31, 0xFFFA3942);\n        d = HH(d, a, b, c, x[k + 8], S32, 0x8771F681);\n        c = HH(c, d, a, b, x[k + 11], S33, 0x6D9D6122);\n        b = HH(b, c, d, a, x[k + 14], S34, 0xFDE5380C);\n        a = HH(a, b, c, d, x[k + 1], S31, 0xA4BEEA44);\n        d = HH(d, a, b, c, x[k + 4], S32, 0x4BDECFA9);\n        c = HH(c, d, a, b, x[k + 7], S33, 0xF6BB4B60);\n        b = HH(b, c, d, a, x[k + 10], S34, 0xBEBFBC70);\n        a = HH(a, b, c, d, x[k + 13], S31, 0x289B7EC6);\n        d = HH(d, a, b, c, x[k + 0], S32, 0xEAA127FA);\n        c = HH(c, d, a, b, x[k + 3], S33, 0xD4EF3085);\n        b = HH(b, c, d, a, x[k + 6], S34, 0x4881D05);\n        a = HH(a, b, c, d, x[k + 9], S31, 0xD9D4D039);\n        d = HH(d, a, b, c, x[k + 12], S32, 0xE6DB99E5);\n        c = HH(c, d, a, b, x[k + 15], S33, 0x1FA27CF8);\n        b = HH(b, c, d, a, x[k + 2], S34, 0xC4AC5665);\n        a = II(a, b, c, d, x[k + 0], S41, 0xF4292244);\n        d = II(d, a, b, c, x[k + 7], S42, 0x432AFF97);\n        c = II(c, d, a, b, x[k + 14], S43, 0xAB9423A7);\n        b = II(b, c, d, a, x[k + 5], S44, 0xFC93A039);\n        a = II(a, b, c, d, x[k + 12], S41, 0x655B59C3);\n        d = II(d, a, b, c, x[k + 3], S42, 0x8F0CCC92);\n        c = II(c, d, a, b, x[k + 10], S43, 0xFFEFF47D);\n        b = II(b, c, d, a, x[k + 1], S44, 0x85845DD1);\n        a = II(a, b, c, d, x[k + 8], S41, 0x6FA87E4F);\n        d = II(d, a, b, c, x[k + 15], S42, 0xFE2CE6E0);\n        c = II(c, d, a, b, x[k + 6], S43, 0xA3014314);\n        b = II(b, c, d, a, x[k + 13], S44, 0x4E0811A1);\n        a = II(a, b, c, d, x[k + 4], S41, 0xF7537E82);\n        d = II(d, a, b, c, x[k + 11], S42, 0xBD3AF235);\n        c = II(c, d, a, b, x[k + 2], S43, 0x2AD7D2BB);\n        b = II(b, c, d, a, x[k + 9], S44, 0xEB86D391);\n        a = addUnsigned(a, AA);\n        b = addUnsigned(b, BB);\n        c = addUnsigned(c, CC);\n        d = addUnsigned(d, DD);\n    };\n    var tempValue = wordToHex(a) + wordToHex(b) + wordToHex(c) + wordToHex(d);\n    return tempValue.toLowerCase();\n}\n//md5加密结束\n//DES加密开始\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\nvar CryptoJS = CryptoJS ||\nfunction(u, l) {\n    var d = {},\n    n = d.lib = {},\n    p = function() {},\n    s = n.Base = {\n        extend: function(a) {\n            p.prototype = this;\n            var c = new p;\n            a && c.mixIn(a);\n            c.hasOwnProperty(\"init\") || (c.init = function() {\n                c.$super.init.apply(this, arguments)\n            });\n            c.init.prototype = c;\n            c.$super = this;\n            return c\n        },\n        create: function() {\n            var a = this.extend();\n            a.init.apply(a, arguments);\n            return a\n        },\n        init: function() {},\n        mixIn: function(a) {\n            for (var c in a) a.hasOwnProperty(c) && (this[c] = a[c]);\n            a.hasOwnProperty(\"toString\") && (this.toString = a.toString)\n        },\n        clone: function() {\n            return this.init.prototype.extend(this)\n        }\n    },\n    q = n.WordArray = s.extend({\n        init: function(a, c) {\n            a = this.words = a || [];\n            this.sigBytes = c != l ? c: 4 * a.length\n        },\n        toString: function(a) {\n            return (a || v).stringify(this)\n        },\n        concat: function(a) {\n            var c = this.words,\n            m = a.words,\n            f = this.sigBytes;\n            a = a.sigBytes;\n            this.clamp();\n            if (f % 4) for (var t = 0; t < a; t++) c[f + t >>> 2] |= (m[t >>> 2] >>> 24 - 8 * (t % 4) & 255) << 24 - 8 * ((f + t) % 4);\n            else if (65535 < m.length) for (t = 0; t < a; t += 4) c[f + t >>> 2] = m[t >>> 2];\n            else c.push.apply(c, m);\n            this.sigBytes += a;\n            return this\n        },\n        clamp: function() {\n            var a = this.words,\n            c = this.sigBytes;\n            a[c >>> 2] &= 4294967295 << 32 - 8 * (c % 4);\n            a.length = u.ceil(c / 4)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a.words = this.words.slice(0);\n            return a\n        },\n        random: function(a) {\n            for (var c = [], m = 0; m < a; m += 4) c.push(4294967296 * u.random() | 0);\n            return new q.init(c, a)\n        }\n    }),\n    w = d.enc = {},\n    v = w.Hex = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) {\n                var t = c[f >>> 2] >>> 24 - 8 * (f % 4) & 255;\n                m.push((t >>> 4).toString(16));\n                m.push((t & 15).toString(16))\n            }\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f += 2) m[f >>> 3] |= parseInt(a.substr(f, 2), 16) << 24 - 4 * (f % 8);\n            return new q.init(m, c / 2)\n        }\n    },\n    b = w.Latin1 = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) m.push(String.fromCharCode(c[f >>> 2] >>> 24 - 8 * (f % 4) & 255));\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f++) m[f >>> 2] |= (a.charCodeAt(f) & 255) << 24 - 8 * (f % 4);\n            return new q.init(m, c)\n        }\n    },\n    x = w.Utf8 = {\n        stringify: function(a) {\n            try {\n                return decodeURIComponent(escape(b.stringify(a)))\n            } catch(c) {\n                throw Error(\"Malformed UTF-8 data\");\n            }\n        },\n        parse: function(a) {\n            return b.parse(unescape(encodeURIComponent(a)))\n        }\n    },\n    r = n.BufferedBlockAlgorithm = s.extend({\n        reset: function() {\n            this._data = new q.init;\n            this._nDataBytes = 0\n        },\n        _append: function(a) {\n            \"string\" == typeof a && (a = x.parse(a));\n            this._data.concat(a);\n            this._nDataBytes += a.sigBytes\n        },\n        _process: function(a) {\n            var c = this._data,\n            m = c.words,\n            f = c.sigBytes,\n            t = this.blockSize,\n            b = f / (4 * t),\n            b = a ? u.ceil(b) : u.max((b | 0) - this._minBufferSize, 0);\n            a = b * t;\n            f = u.min(4 * a, f);\n            if (a) {\n                for (var e = 0; e < a; e += t) this._doProcessBlock(m, e);\n                e = m.splice(0, a);\n                c.sigBytes -= f\n            }\n            return new q.init(e, f)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a._data = this._data.clone();\n            return a\n        },\n        _minBufferSize: 0\n    });\n    n.Hasher = r.extend({\n        cfg: s.extend(),\n        init: function(a) {\n            this.cfg = this.cfg.extend(a);\n            this.reset()\n        },\n        reset: function() {\n            r.reset.call(this);\n            this._doReset()\n        },\n        update: function(a) {\n            this._append(a);\n            this._process();\n            return this\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        blockSize: 16,\n        _createHelper: function(a) {\n            return function(c, m) {\n                return (new a.init(m)).finalize(c)\n            }\n        },\n        _createHmacHelper: function(a) {\n            return function(c, m) {\n                return (new e.HMAC.init(a, m)).finalize(c)\n            }\n        }\n    });\n    var e = d.algo = {};\n    return d\n} (Math); (function() {\n    var u = CryptoJS,\n    l = u.lib.WordArray;\n    u.enc.Base64 = {\n        stringify: function(d) {\n            var n = d.words,\n            l = d.sigBytes,\n            s = this._map;\n            d.clamp();\n            d = [];\n            for (var q = 0; q < l; q += 3) for (var w = (n[q >>> 2] >>> 24 - 8 * (q % 4) & 255) << 16 | (n[q + 1 >>> 2] >>> 24 - 8 * ((q + 1) % 4) & 255) << 8 | n[q + 2 >>> 2] >>> 24 - 8 * ((q + 2) % 4) & 255, v = 0; 4 > v && q + 0.75 * v < l; v++) d.push(s.charAt(w >>> 6 * (3 - v) & 63));\n            if (n = s.charAt(64)) for (; d.length % 4;) d.push(n);\n            return d.join(\"\")\n        },\n        parse: function(d) {\n            var n = d.length,\n            p = this._map,\n            s = p.charAt(64);\n            s && (s = d.indexOf(s), -1 != s && (n = s));\n            for (var s = [], q = 0, w = 0; w < n; w++) if (w % 4) {\n                var v = p.indexOf(d.charAt(w - 1)) << 2 * (w % 4),\n                b = p.indexOf(d.charAt(w)) >>> 6 - 2 * (w % 4);\n                s[q >>> 2] |= (v | b) << 24 - 8 * (q % 4);\n                q++\n            }\n            return l.create(s, q)\n        },\n        _map: \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\"\n    }\n})(); (function(u) {\n    function l(b, e, a, c, m, f, t) {\n        b = b + (e & a | ~e & c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function d(b, e, a, c, m, f, t) {\n        b = b + (e & c | a & ~c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function n(b, e, a, c, m, f, t) {\n        b = b + (e ^ a ^ c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function p(b, e, a, c, m, f, t) {\n        b = b + (a ^ (e | ~c)) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    for (var s = CryptoJS,\n    q = s.lib,\n    w = q.WordArray,\n    v = q.Hasher,\n    q = s.algo,\n    b = [], x = 0; 64 > x; x++) b[x] = 4294967296 * u.abs(u.sin(x + 1)) | 0;\n    q = q.MD5 = v.extend({\n        _doReset: function() {\n            this._hash = new w.init([1732584193, 4023233417, 2562383102, 271733878])\n        },\n        _doProcessBlock: function(r, e) {\n            for (var a = 0; 16 > a; a++) {\n                var c = e + a,\n                m = r[c];\n                r[c] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360\n            }\n            var a = this._hash.words,\n            c = r[e + 0],\n            m = r[e + 1],\n            f = r[e + 2],\n            t = r[e + 3],\n            y = r[e + 4],\n            q = r[e + 5],\n            s = r[e + 6],\n            w = r[e + 7],\n            v = r[e + 8],\n            u = r[e + 9],\n            x = r[e + 10],\n            z = r[e + 11],\n            A = r[e + 12],\n            B = r[e + 13],\n            C = r[e + 14],\n            D = r[e + 15],\n            g = a[0],\n            h = a[1],\n            j = a[2],\n            k = a[3],\n            g = l(g, h, j, k, c, 7, b[0]),\n            k = l(k, g, h, j, m, 12, b[1]),\n            j = l(j, k, g, h, f, 17, b[2]),\n            h = l(h, j, k, g, t, 22, b[3]),\n            g = l(g, h, j, k, y, 7, b[4]),\n            k = l(k, g, h, j, q, 12, b[5]),\n            j = l(j, k, g, h, s, 17, b[6]),\n            h = l(h, j, k, g, w, 22, b[7]),\n            g = l(g, h, j, k, v, 7, b[8]),\n            k = l(k, g, h, j, u, 12, b[9]),\n            j = l(j, k, g, h, x, 17, b[10]),\n            h = l(h, j, k, g, z, 22, b[11]),\n            g = l(g, h, j, k, A, 7, b[12]),\n            k = l(k, g, h, j, B, 12, b[13]),\n            j = l(j, k, g, h, C, 17, b[14]),\n            h = l(h, j, k, g, D, 22, b[15]),\n            g = d(g, h, j, k, m, 5, b[16]),\n            k = d(k, g, h, j, s, 9, b[17]),\n            j = d(j, k, g, h, z, 14, b[18]),\n            h = d(h, j, k, g, c, 20, b[19]),\n            g = d(g, h, j, k, q, 5, b[20]),\n            k = d(k, g, h, j, x, 9, b[21]),\n            j = d(j, k, g, h, D, 14, b[22]),\n            h = d(h, j, k, g, y, 20, b[23]),\n            g = d(g, h, j, k, u, 5, b[24]),\n            k = d(k, g, h, j, C, 9, b[25]),\n            j = d(j, k, g, h, t, 14, b[26]),\n            h = d(h, j, k, g, v, 20, b[27]),\n            g = d(g, h, j, k, B, 5, b[28]),\n            k = d(k, g, h, j, f, 9, b[29]),\n            j = d(j, k, g, h, w, 14, b[30]),\n            h = d(h, j, k, g, A, 20, b[31]),\n            g = n(g, h, j, k, q, 4, b[32]),\n            k = n(k, g, h, j, v, 11, b[33]),\n            j = n(j, k, g, h, z, 16, b[34]),\n            h = n(h, j, k, g, C, 23, b[35]),\n            g = n(g, h, j, k, m, 4, b[36]),\n            k = n(k, g, h, j, y, 11, b[37]),\n            j = n(j, k, g, h, w, 16, b[38]),\n            h = n(h, j, k, g, x, 23, b[39]),\n            g = n(g, h, j, k, B, 4, b[40]),\n            k = n(k, g, h, j, c, 11, b[41]),\n            j = n(j, k, g, h, t, 16, b[42]),\n            h = n(h, j, k, g, s, 23, b[43]),\n            g = n(g, h, j, k, u, 4, b[44]),\n            k = n(k, g, h, j, A, 11, b[45]),\n            j = n(j, k, g, h, D, 16, b[46]),\n            h = n(h, j, k, g, f, 23, b[47]),\n            g = p(g, h, j, k, c, 6, b[48]),\n            k = p(k, g, h, j, w, 10, b[49]),\n            j = p(j, k, g, h, C, 15, b[50]),\n            h = p(h, j, k, g, q, 21, b[51]),\n            g = p(g, h, j, k, A, 6, b[52]),\n            k = p(k, g, h, j, t, 10, b[53]),\n            j = p(j, k, g, h, x, 15, b[54]),\n            h = p(h, j, k, g, m, 21, b[55]),\n            g = p(g, h, j, k, v, 6, b[56]),\n            k = p(k, g, h, j, D, 10, b[57]),\n            j = p(j, k, g, h, s, 15, b[58]),\n            h = p(h, j, k, g, B, 21, b[59]),\n            g = p(g, h, j, k, y, 6, b[60]),\n            k = p(k, g, h, j, z, 10, b[61]),\n            j = p(j, k, g, h, f, 15, b[62]),\n            h = p(h, j, k, g, u, 21, b[63]);\n            a[0] = a[0] + g | 0;\n            a[1] = a[1] + h | 0;\n            a[2] = a[2] + j | 0;\n            a[3] = a[3] + k | 0\n        },\n        _doFinalize: function() {\n            var b = this._data,\n            e = b.words,\n            a = 8 * this._nDataBytes,\n            c = 8 * b.sigBytes;\n            e[c >>> 5] |= 128 << 24 - c % 32;\n            var m = u.floor(a / 4294967296);\n            e[(c + 64 >>> 9 << 4) + 15] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360;\n            e[(c + 64 >>> 9 << 4) + 14] = (a << 8 | a >>> 24) & 16711935 | (a << 24 | a >>> 8) & 4278255360;\n            b.sigBytes = 4 * (e.length + 1);\n            this._process();\n            b = this._hash;\n            e = b.words;\n            for (a = 0; 4 > a; a++) c = e[a],\n            e[a] = (c << 8 | c >>> 24) & 16711935 | (c << 24 | c >>> 8) & 4278255360;\n            return b\n        },\n        clone: function() {\n            var b = v.clone.call(this);\n            b._hash = this._hash.clone();\n            return b\n        }\n    });\n    s.MD5 = v._createHelper(q);\n    s.HmacMD5 = v._createHmacHelper(q)\n})(Math); (function() {\n    var u = CryptoJS,\n    l = u.lib,\n    d = l.Base,\n    n = l.WordArray,\n    l = u.algo,\n    p = l.EvpKDF = d.extend({\n        cfg: d.extend({\n            keySize: 4,\n            hasher: l.MD5,\n            iterations: 1\n        }),\n        init: function(d) {\n            this.cfg = this.cfg.extend(d)\n        },\n        compute: function(d, l) {\n            for (var p = this.cfg,\n            v = p.hasher.create(), b = n.create(), u = b.words, r = p.keySize, p = p.iterations; u.length < r;) {\n                e && v.update(e);\n                var e = v.update(d).finalize(l);\n                v.reset();\n                for (var a = 1; a < p; a++) e = v.finalize(e),\n                v.reset();\n                b.concat(e)\n            }\n            b.sigBytes = 4 * r;\n            return b\n        }\n    });\n    u.EvpKDF = function(d, l, n) {\n        return p.create(n).compute(d, l)\n    }\n})();\nCryptoJS.lib.Cipher ||\nfunction(u) {\n    var l = CryptoJS,\n    d = l.lib,\n    n = d.Base,\n    p = d.WordArray,\n    s = d.BufferedBlockAlgorithm,\n    q = l.enc.Base64,\n    w = l.algo.EvpKDF,\n    v = d.Cipher = s.extend({\n        cfg: n.extend(),\n        createEncryptor: function(m, a) {\n            return this.create(this._ENC_XFORM_MODE, m, a)\n        },\n        createDecryptor: function(m, a) {\n            return this.create(this._DEC_XFORM_MODE, m, a)\n        },\n        init: function(m, a, b) {\n            this.cfg = this.cfg.extend(b);\n            this._xformMode = m;\n            this._key = a;\n            this.reset()\n        },\n        reset: function() {\n            s.reset.call(this);\n            this._doReset()\n        },\n        process: function(a) {\n            this._append(a);\n            return this._process()\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        keySize: 4,\n        ivSize: 4,\n        _ENC_XFORM_MODE: 1,\n        _DEC_XFORM_MODE: 2,\n        _createHelper: function(m) {\n            return {\n                encrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).encrypt(m, f, b, e)\n                },\n                decrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).decrypt(m, f, b, e)\n                }\n            }\n        }\n    });\n    d.StreamCipher = v.extend({\n        _doFinalize: function() {\n            return this._process(!0)\n        },\n        blockSize: 1\n    });\n    var b = l.mode = {},\n    x = function(a, f, b) {\n        var c = this._iv;\n        c ? this._iv = u: c = this._prevBlock;\n        for (var e = 0; e < b; e++) a[f + e] ^= c[e]\n    },\n    r = (d.BlockCipherMode = n.extend({\n        createEncryptor: function(a, f) {\n            return this.Encryptor.create(a, f)\n        },\n        createDecryptor: function(a, f) {\n            return this.Decryptor.create(a, f)\n        },\n        init: function(a, f) {\n            this._cipher = a;\n            this._iv = f\n        }\n    })).extend();\n    r.Encryptor = r.extend({\n        processBlock: function(a, f) {\n            var b = this._cipher,\n            c = b.blockSize;\n            x.call(this, a, f, c);\n            b.encryptBlock(a, f);\n            this._prevBlock = a.slice(f, f + c)\n        }\n    });\n    r.Decryptor = r.extend({\n        processBlock: function(a, b) {\n            var c = this._cipher,\n            e = c.blockSize,\n            d = a.slice(b, b + e);\n            c.decryptBlock(a, b);\n            x.call(this, a, b, e);\n            this._prevBlock = d\n        }\n    });\n    b = b.CBC = r;\n    r = (l.pad = {}).Pkcs7 = {\n        pad: function(a, b) {\n            for (var c = 4 * b,\n            c = c - a.sigBytes % c,\n            e = c << 24 | c << 16 | c << 8 | c,\n            d = [], l = 0; l < c; l += 4) d.push(e);\n            c = p.create(d, c);\n            a.concat(c)\n        },\n        unpad: function(a) {\n            a.sigBytes -= a.words[a.sigBytes - 1 >>> 2] & 255\n        }\n    };\n    d.BlockCipher = v.extend({\n        cfg: v.cfg.extend({\n            mode: b,\n            padding: r\n        }),\n        reset: function() {\n            v.reset.call(this);\n            var a = this.cfg,\n            c = a.iv,\n            a = a.mode;\n            if (this._xformMode == this._ENC_XFORM_MODE) var b = a.createEncryptor;\n            else b = a.createDecryptor,\n            this._minBufferSize = 1;\n            this._mode = b.call(a, this, c && c.words)\n        },\n        _doProcessBlock: function(a, c) {\n            this._mode.processBlock(a, c)\n        },\n        _doFinalize: function() {\n            var a = this.cfg.padding;\n            if (this._xformMode == this._ENC_XFORM_MODE) {\n                a.pad(this._data, this.blockSize);\n                var c = this._process(!0)\n            } else c = this._process(!0),\n            a.unpad(c);\n            return c\n        },\n        blockSize: 4\n    });\n    var e = d.CipherParams = n.extend({\n        init: function(a) {\n            this.mixIn(a)\n        },\n        toString: function(a) {\n            return (a || this.formatter).stringify(this)\n        }\n    }),\n    b = (l.format = {}).OpenSSL = {\n        stringify: function(a) {\n            var c = a.ciphertext;\n            a = a.salt;\n            return (a ? p.create([1398893684, 1701076831]).concat(a).concat(c) : c).toString(q)\n        },\n        parse: function(a) {\n            a = q.parse(a);\n            var c = a.words;\n            if (1398893684 == c[0] && 1701076831 == c[1]) {\n                var b = p.create(c.slice(2, 4));\n                c.splice(0, 4);\n                a.sigBytes -= 16\n            }\n            return e.create({\n                ciphertext: a,\n                salt: b\n            })\n        }\n    },\n    a = d.SerializableCipher = n.extend({\n        cfg: n.extend({\n            format: b\n        }),\n        encrypt: function(a, c, b, d) {\n            d = this.cfg.extend(d);\n            var l = a.createEncryptor(b, d);\n            c = l.finalize(c);\n            l = l.cfg;\n            return e.create({\n                ciphertext: c,\n                key: b,\n                iv: l.iv,\n                algorithm: a,\n                mode: l.mode,\n                padding: l.padding,\n                blockSize: a.blockSize,\n                formatter: d.format\n            })\n        },\n        decrypt: function(a, c, b, e) {\n            e = this.cfg.extend(e);\n            c = this._parse(c, e.format);\n            return a.createDecryptor(b, e).finalize(c.ciphertext)\n        },\n        _parse: function(a, c) {\n            return \"string\" == typeof a ? c.parse(a, this) : a\n        }\n    }),\n    l = (l.kdf = {}).OpenSSL = {\n        execute: function(a, c, b, d) {\n            d || (d = p.random(8));\n            a = w.create({\n                keySize: c + b\n            }).compute(a, d);\n            b = p.create(a.words.slice(c), 4 * b);\n            a.sigBytes = 4 * c;\n            return e.create({\n                key: a,\n                iv: b,\n                salt: d\n            })\n        }\n    },\n    c = d.PasswordBasedCipher = a.extend({\n        cfg: a.cfg.extend({\n            kdf: l\n        }),\n        encrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            e = d.kdf.execute(e, c.keySize, c.ivSize);\n            d.iv = e.iv;\n            c = a.encrypt.call(this, c, b, e.key, d);\n            c.mixIn(e);\n            return c\n        },\n        decrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            b = this._parse(b, d.format);\n            e = d.kdf.execute(e, c.keySize, c.ivSize, b.salt);\n            d.iv = e.iv;\n            return a.decrypt.call(this, c, b, e.key, d)\n        }\n    })\n} (); (function() {\n    function u(b, a) {\n        var c = (this._lBlock >>> b ^ this._rBlock) & a;\n        this._rBlock ^= c;\n        this._lBlock ^= c << b\n    }\n    function l(b, a) {\n        var c = (this._rBlock >>> b ^ this._lBlock) & a;\n        this._lBlock ^= c;\n        this._rBlock ^= c << b\n    }\n    var d = CryptoJS,\n    n = d.lib,\n    p = n.WordArray,\n    n = n.BlockCipher,\n    s = d.algo,\n    q = [57, 49, 41, 33, 25, 17, 9, 1, 58, 50, 42, 34, 26, 18, 10, 2, 59, 51, 43, 35, 27, 19, 11, 3, 60, 52, 44, 36, 63, 55, 47, 39, 31, 23, 15, 7, 62, 54, 46, 38, 30, 22, 14, 6, 61, 53, 45, 37, 29, 21, 13, 5, 28, 20, 12, 4],\n    w = [14, 17, 11, 24, 1, 5, 3, 28, 15, 6, 21, 10, 23, 19, 12, 4, 26, 8, 16, 7, 27, 20, 13, 2, 41, 52, 31, 37, 47, 55, 30, 40, 51, 45, 33, 48, 44, 49, 39, 56, 34, 53, 46, 42, 50, 36, 29, 32],\n    v = [1, 2, 4, 6, 8, 10, 12, 14, 15, 17, 19, 21, 23, 25, 27, 28],\n    b = [{\n        \"0\": 8421888,\n        268435456 : 32768,\n        536870912 : 8421378,\n        805306368 : 2,\n        1073741824 : 512,\n        1342177280 : 8421890,\n        1610612736 : 8389122,\n        1879048192 : 8388608,\n        2147483648 : 514,\n        2415919104 : 8389120,\n        2684354560 : 33280,\n        2952790016 : 8421376,\n        3221225472 : 32770,\n        3489660928 : 8388610,\n        3758096384 : 0,\n        4026531840 : 33282,\n        134217728 : 0,\n        402653184 : 8421890,\n        671088640 : 33282,\n        939524096 : 32768,\n        1207959552 : 8421888,\n        1476395008 : 512,\n        1744830464 : 8421378,\n        2013265920 : 2,\n        2281701376 : 8389120,\n        2550136832 : 33280,\n        2818572288 : 8421376,\n        3087007744 : 8389122,\n        3355443200 : 8388610,\n        3623878656 : 32770,\n        3892314112 : 514,\n        4160749568 : 8388608,\n        1 : 32768,\n        268435457 : 2,\n        536870913 : 8421888,\n        805306369 : 8388608,\n        1073741825 : 8421378,\n        1342177281 : 33280,\n        1610612737 : 512,\n        1879048193 : 8389122,\n        2147483649 : 8421890,\n        2415919105 : 8421376,\n        2684354561 : 8388610,\n        2952790017 : 33282,\n        3221225473 : 514,\n        3489660929 : 8389120,\n        3758096385 : 32770,\n        4026531841 : 0,\n        134217729 : 8421890,\n        402653185 : 8421376,\n        671088641 : 8388608,\n        939524097 : 512,\n        1207959553 : 32768,\n        1476395009 : 8388610,\n        1744830465 : 2,\n        2013265921 : 33282,\n        2281701377 : 32770,\n        2550136833 : 8389122,\n        2818572289 : 514,\n        3087007745 : 8421888,\n        3355443201 : 8389120,\n        3623878657 : 0,\n        3892314113 : 33280,\n        4160749569 : 8421378\n    },\n    {\n        \"0\": 1074282512,\n        16777216 : 16384,\n        33554432 : 524288,\n        50331648 : 1074266128,\n        67108864 : 1073741840,\n        83886080 : 1074282496,\n        100663296 : 1073758208,\n        117440512 : 16,\n        134217728 : 540672,\n        150994944 : 1073758224,\n        167772160 : 1073741824,\n        184549376 : 540688,\n        201326592 : 524304,\n        218103808 : 0,\n        234881024 : 16400,\n        251658240 : 1074266112,\n        8388608 : 1073758208,\n        25165824 : 540688,\n        41943040 : 16,\n        58720256 : 1073758224,\n        75497472 : 1074282512,\n        92274688 : 1073741824,\n        109051904 : 524288,\n        125829120 : 1074266128,\n        142606336 : 524304,\n        159383552 : 0,\n        176160768 : 16384,\n        192937984 : 1074266112,\n        209715200 : 1073741840,\n        226492416 : 540672,\n        243269632 : 1074282496,\n        260046848 : 16400,\n        268435456 : 0,\n        285212672 : 1074266128,\n        301989888 : 1073758224,\n        318767104 : 1074282496,\n        335544320 : 1074266112,\n        352321536 : 16,\n        369098752 : 540688,\n        385875968 : 16384,\n        402653184 : 16400,\n        419430400 : 524288,\n        436207616 : 524304,\n        452984832 : 1073741840,\n        469762048 : 540672,\n        486539264 : 1073758208,\n        503316480 : 1073741824,\n        520093696 : 1074282512,\n        276824064 : 540688,\n        293601280 : 524288,\n        310378496 : 1074266112,\n        327155712 : 16384,\n        343932928 : 1073758208,\n        360710144 : 1074282512,\n        377487360 : 16,\n        394264576 : 1073741824,\n        411041792 : 1074282496,\n        427819008 : 1073741840,\n        444596224 : 1073758224,\n        461373440 : 524304,\n        478150656 : 0,\n        494927872 : 16400,\n        511705088 : 1074266128,\n        528482304 : 540672\n    },\n    {\n        \"0\": 260,\n        1048576 : 0,\n        2097152 : 67109120,\n        3145728 : 65796,\n        4194304 : 65540,\n        5242880 : 67108868,\n        6291456 : 67174660,\n        7340032 : 67174400,\n        8388608 : 67108864,\n        9437184 : 67174656,\n        10485760 : 65792,\n        11534336 : 67174404,\n        12582912 : 67109124,\n        13631488 : 65536,\n        14680064 : 4,\n        15728640 : 256,\n        524288 : 67174656,\n        1572864 : 67174404,\n        2621440 : 0,\n        3670016 : 67109120,\n        4718592 : 67108868,\n        5767168 : 65536,\n        6815744 : 65540,\n        7864320 : 260,\n        8912896 : 4,\n        9961472 : 256,\n        11010048 : 67174400,\n        12058624 : 65796,\n        13107200 : 65792,\n        14155776 : 67109124,\n        15204352 : 67174660,\n        16252928 : 67108864,\n        16777216 : 67174656,\n        17825792 : 65540,\n        18874368 : 65536,\n        19922944 : 67109120,\n        20971520 : 256,\n        22020096 : 67174660,\n        23068672 : 67108868,\n        24117248 : 0,\n        25165824 : 67109124,\n        26214400 : 67108864,\n        27262976 : 4,\n        28311552 : 65792,\n        29360128 : 67174400,\n        30408704 : 260,\n        31457280 : 65796,\n        32505856 : 67174404,\n        17301504 : 67108864,\n        18350080 : 260,\n        19398656 : 67174656,\n        20447232 : 0,\n        21495808 : 65540,\n        22544384 : 67109120,\n        23592960 : 256,\n        24641536 : 67174404,\n        25690112 : 65536,\n        26738688 : 67174660,\n        27787264 : 65796,\n        28835840 : 67108868,\n        29884416 : 67109124,\n        30932992 : 67174400,\n        31981568 : 4,\n        33030144 : 65792\n    },\n    {\n        \"0\": 2151682048,\n        65536 : 2147487808,\n        131072 : 4198464,\n        196608 : 2151677952,\n        262144 : 0,\n        327680 : 4198400,\n        393216 : 2147483712,\n        458752 : 4194368,\n        524288 : 2147483648,\n        589824 : 4194304,\n        655360 : 64,\n        720896 : 2147487744,\n        786432 : 2151678016,\n        851968 : 4160,\n        917504 : 4096,\n        983040 : 2151682112,\n        32768 : 2147487808,\n        98304 : 64,\n        163840 : 2151678016,\n        229376 : 2147487744,\n        294912 : 4198400,\n        360448 : 2151682112,\n        425984 : 0,\n        491520 : 2151677952,\n        557056 : 4096,\n        622592 : 2151682048,\n        688128 : 4194304,\n        753664 : 4160,\n        819200 : 2147483648,\n        884736 : 4194368,\n        950272 : 4198464,\n        1015808 : 2147483712,\n        1048576 : 4194368,\n        1114112 : 4198400,\n        1179648 : 2147483712,\n        1245184 : 0,\n        1310720 : 4160,\n        1376256 : 2151678016,\n        1441792 : 2151682048,\n        1507328 : 2147487808,\n        1572864 : 2151682112,\n        1638400 : 2147483648,\n        1703936 : 2151677952,\n        1769472 : 4198464,\n        1835008 : 2147487744,\n        1900544 : 4194304,\n        1966080 : 64,\n        2031616 : 4096,\n        1081344 : 2151677952,\n        1146880 : 2151682112,\n        1212416 : 0,\n        1277952 : 4198400,\n        1343488 : 4194368,\n        1409024 : 2147483648,\n        1474560 : 2147487808,\n        1540096 : 64,\n        1605632 : 2147483712,\n        1671168 : 4096,\n        1736704 : 2147487744,\n        1802240 : 2151678016,\n        1867776 : 4160,\n        1933312 : 2151682048,\n        1998848 : 4194304,\n        2064384 : 4198464\n    },\n    {\n        \"0\": 128,\n        4096 : 17039360,\n        8192 : 262144,\n        12288 : 536870912,\n        16384 : 537133184,\n        20480 : 16777344,\n        24576 : 553648256,\n        28672 : 262272,\n        32768 : 16777216,\n        36864 : 537133056,\n        40960 : 536871040,\n        45056 : 553910400,\n        49152 : 553910272,\n        53248 : 0,\n        57344 : 17039488,\n        61440 : 553648128,\n        2048 : 17039488,\n        6144 : 553648256,\n        10240 : 128,\n        14336 : 17039360,\n        18432 : 262144,\n        22528 : 537133184,\n        26624 : 553910272,\n        30720 : 536870912,\n        34816 : 537133056,\n        38912 : 0,\n        43008 : 553910400,\n        47104 : 16777344,\n        51200 : 536871040,\n        55296 : 553648128,\n        59392 : 16777216,\n        63488 : 262272,\n        65536 : 262144,\n        69632 : 128,\n        73728 : 536870912,\n        77824 : 553648256,\n        81920 : 16777344,\n        86016 : 553910272,\n        90112 : 537133184,\n        94208 : 16777216,\n        98304 : 553910400,\n        102400 : 553648128,\n        106496 : 17039360,\n        110592 : 537133056,\n        114688 : 262272,\n        118784 : 536871040,\n        122880 : 0,\n        126976 : 17039488,\n        67584 : 553648256,\n        71680 : 16777216,\n        75776 : 17039360,\n        79872 : 537133184,\n        83968 : 536870912,\n        88064 : 17039488,\n        92160 : 128,\n        96256 : 553910272,\n        100352 : 262272,\n        104448 : 553910400,\n        108544 : 0,\n        112640 : 553648128,\n        116736 : 16777344,\n        120832 : 262144,\n        124928 : 537133056,\n        129024 : 536871040\n    },\n    {\n        \"0\": 268435464,\n        256 : 8192,\n        512 : 270532608,\n        768 : 270540808,\n        1024 : 268443648,\n        1280 : 2097152,\n        1536 : 2097160,\n        1792 : 268435456,\n        2048 : 0,\n        2304 : 268443656,\n        2560 : 2105344,\n        2816 : 8,\n        3072 : 270532616,\n        3328 : 2105352,\n        3584 : 8200,\n        3840 : 270540800,\n        128 : 270532608,\n        384 : 270540808,\n        640 : 8,\n        896 : 2097152,\n        1152 : 2105352,\n        1408 : 268435464,\n        1664 : 268443648,\n        1920 : 8200,\n        2176 : 2097160,\n        2432 : 8192,\n        2688 : 268443656,\n        2944 : 270532616,\n        3200 : 0,\n        3456 : 270540800,\n        3712 : 2105344,\n        3968 : 268435456,\n        4096 : 268443648,\n        4352 : 270532616,\n        4608 : 270540808,\n        4864 : 8200,\n        5120 : 2097152,\n        5376 : 268435456,\n        5632 : 268435464,\n        5888 : 2105344,\n        6144 : 2105352,\n        6400 : 0,\n        6656 : 8,\n        6912 : 270532608,\n        7168 : 8192,\n        7424 : 268443656,\n        7680 : 270540800,\n        7936 : 2097160,\n        4224 : 8,\n        4480 : 2105344,\n        4736 : 2097152,\n        4992 : 268435464,\n        5248 : 268443648,\n        5504 : 8200,\n        5760 : 270540808,\n        6016 : 270532608,\n        6272 : 270540800,\n        6528 : 270532616,\n        6784 : 8192,\n        7040 : 2105352,\n        7296 : 2097160,\n        7552 : 0,\n        7808 : 268435456,\n        8064 : 268443656\n    },\n    {\n        \"0\": 1048576,\n        16 : 33555457,\n        32 : 1024,\n        48 : 1049601,\n        64 : 34604033,\n        80 : 0,\n        96 : 1,\n        112 : 34603009,\n        128 : 33555456,\n        144 : 1048577,\n        160 : 33554433,\n        176 : 34604032,\n        192 : 34603008,\n        208 : 1025,\n        224 : 1049600,\n        240 : 33554432,\n        8 : 34603009,\n        24 : 0,\n        40 : 33555457,\n        56 : 34604032,\n        72 : 1048576,\n        88 : 33554433,\n        104 : 33554432,\n        120 : 1025,\n        136 : 1049601,\n        152 : 33555456,\n        168 : 34603008,\n        184 : 1048577,\n        200 : 1024,\n        216 : 34604033,\n        232 : 1,\n        248 : 1049600,\n        256 : 33554432,\n        272 : 1048576,\n        288 : 33555457,\n        304 : 34603009,\n        320 : 1048577,\n        336 : 33555456,\n        352 : 34604032,\n        368 : 1049601,\n        384 : 1025,\n        400 : 34604033,\n        416 : 1049600,\n        432 : 1,\n        448 : 0,\n        464 : 34603008,\n        480 : 33554433,\n        496 : 1024,\n        264 : 1049600,\n        280 : 33555457,\n        296 : 34603009,\n        312 : 1,\n        328 : 33554432,\n        344 : 1048576,\n        360 : 1025,\n        376 : 34604032,\n        392 : 33554433,\n        408 : 34603008,\n        424 : 0,\n        440 : 34604033,\n        456 : 1049601,\n        472 : 1024,\n        488 : 33555456,\n        504 : 1048577\n    },\n    {\n        \"0\": 134219808,\n        1 : 131072,\n        2 : 134217728,\n        3 : 32,\n        4 : 131104,\n        5 : 134350880,\n        6 : 134350848,\n        7 : 2048,\n        8 : 134348800,\n        9 : 134219776,\n        10 : 133120,\n        11 : 134348832,\n        12 : 2080,\n        13 : 0,\n        14 : 134217760,\n        15 : 133152,\n        2147483648 : 2048,\n        2147483649 : 134350880,\n        2147483650 : 134219808,\n        2147483651 : 134217728,\n        2147483652 : 134348800,\n        2147483653 : 133120,\n        2147483654 : 133152,\n        2147483655 : 32,\n        2147483656 : 134217760,\n        2147483657 : 2080,\n        2147483658 : 131104,\n        2147483659 : 134350848,\n        2147483660 : 0,\n        2147483661 : 134348832,\n        2147483662 : 134219776,\n        2147483663 : 131072,\n        16 : 133152,\n        17 : 134350848,\n        18 : 32,\n        19 : 2048,\n        20 : 134219776,\n        21 : 134217760,\n        22 : 134348832,\n        23 : 131072,\n        24 : 0,\n        25 : 131104,\n        26 : 134348800,\n        27 : 134219808,\n        28 : 134350880,\n        29 : 133120,\n        30 : 2080,\n        31 : 134217728,\n        2147483664 : 131072,\n        2147483665 : 2048,\n        2147483666 : 134348832,\n        2147483667 : 133152,\n        2147483668 : 32,\n        2147483669 : 134348800,\n        2147483670 : 134217728,\n        2147483671 : 134219808,\n        2147483672 : 134350880,\n        2147483673 : 134217760,\n        2147483674 : 134219776,\n        2147483675 : 0,\n        2147483676 : 133120,\n        2147483677 : 2080,\n        2147483678 : 131104,\n        2147483679 : 134350848\n    }],\n    x = [4160749569, 528482304, 33030144, 2064384, 129024, 8064, 504, 2147483679],\n    r = s.DES = n.extend({\n        _doReset: function() {\n            for (var b = this._key.words,\n            a = [], c = 0; 56 > c; c++) {\n                var d = q[c] - 1;\n                a[c] = b[d >>> 5] >>> 31 - d % 32 & 1\n            }\n            b = this._subKeys = [];\n            for (d = 0; 16 > d; d++) {\n                for (var f = b[d] = [], l = v[d], c = 0; 24 > c; c++) f[c / 6 | 0] |= a[(w[c] - 1 + l) % 28] << 31 - c % 6,\n                f[4 + (c / 6 | 0)] |= a[28 + (w[c + 24] - 1 + l) % 28] << 31 - c % 6;\n                f[0] = f[0] << 1 | f[0] >>> 31;\n                for (c = 1; 7 > c; c++) f[c] >>>= 4 * (c - 1) + 3;\n                f[7] = f[7] << 5 | f[7] >>> 27\n            }\n            a = this._invSubKeys = [];\n            for (c = 0; 16 > c; c++) a[c] = b[15 - c]\n        },\n        encryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._subKeys)\n        },\n        decryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._invSubKeys)\n        },\n        _doCryptBlock: function(e, a, c) {\n            this._lBlock = e[a];\n            this._rBlock = e[a + 1];\n            u.call(this, 4, 252645135);\n            u.call(this, 16, 65535);\n            l.call(this, 2, 858993459);\n            l.call(this, 8, 16711935);\n            u.call(this, 1, 1431655765);\n            for (var d = 0; 16 > d; d++) {\n                for (var f = c[d], n = this._lBlock, p = this._rBlock, q = 0, r = 0; 8 > r; r++) q |= b[r][((p ^ f[r]) & x[r]) >>> 0];\n                this._lBlock = p;\n                this._rBlock = n ^ q\n            }\n            c = this._lBlock;\n            this._lBlock = this._rBlock;\n            this._rBlock = c;\n            u.call(this, 1, 1431655765);\n            l.call(this, 8, 16711935);\n            l.call(this, 2, 858993459);\n            u.call(this, 16, 65535);\n            u.call(this, 4, 252645135);\n            e[a] = this._lBlock;\n            e[a + 1] = this._rBlock\n        },\n        keySize: 2,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.DES = n._createHelper(r);\n    s = s.TripleDES = n.extend({\n        _doReset: function() {\n            var b = this._key.words;\n            this._des1 = r.createEncryptor(p.create(b.slice(0, 2)));\n            this._des2 = r.createEncryptor(p.create(b.slice(2, 4)));\n            this._des3 = r.createEncryptor(p.create(b.slice(4, 6)))\n        },\n        encryptBlock: function(b, a) {\n            this._des1.encryptBlock(b, a);\n            this._des2.decryptBlock(b, a);\n            this._des3.encryptBlock(b, a)\n        },\n        decryptBlock: function(b, a) {\n            this._des3.decryptBlock(b, a);\n            this._des2.encryptBlock(b, a);\n            this._des1.decryptBlock(b, a)\n        },\n        keySize: 6,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.TripleDES = n._createHelper(s)\n})();\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\n/**\n * Electronic Codebook block mode.\n */\nCryptoJS.mode.ECB = (function() {\n    var ECB = CryptoJS.lib.BlockCipherMode.extend();\n\n    ECB.Encryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.encryptBlock(words, offset);\n        }\n    });\n\n    ECB.Decryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.decryptBlock(words, offset);\n        }\n    });\n\n    return ECB;\n} ());\n\nfunction encryptByDES(message, key) {\n    var keyHex = CryptoJS.enc.Utf8.parse(key);\n    var encrypted = CryptoJS.DES.encrypt(message, keyHex, {\n        mode: CryptoJS.mode.ECB,\n        padding: CryptoJS.pad.Pkcs7\n    });\n    return encrypted.toString()\n}\n//DES加密结束\nvar deskey = 'web@hzlq';\nvar userId='0';\nfunction getPostUrl(data,type) {\nvar url = 'http://m.ndlib.cn/nlc_read_home/service.do';\nvar md5Key = 'library_2016@hzlq';\nvalue = {\n    siteId: 1,\n    data: encryptByDES(JSON.stringify(data), deskey),\n    userId: userId,\n    fromSource: 3,\n    osType: 5,\n    version: \"1.0.1\",\n    versionCode: 10001,\n    timeStamp: data.timeStamp,\n    hashCode: md5(data.timeStamp + md5Key)\n};\nvar cmd = \"cmd=\"+type+\"&value=\" + encodeURIComponent(JSON.stringify(value));\nvar option = {\n   \"method\": \"POST\",\n   \"body\": String(cmd)\n};\nreturn result=url + ','+JSON.stringify(option);\n}\n//目录链接生成\ndata = {\n    timeStamp:Date.now(),\n    resourceId:result,\n    pageSize:10000,\n    pageNum:1\n};\ngetPostUrl(data,'qryChapterList');",
      "coverUrl": "$.coverUrl",
      "intro": "$.shortIntro",
      "kind": "$.categoryName",
      "lastChapter": "",
      "name": "$.name",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "$.returnObject[0].children||$.returnObject@js:\n//账号信息定义（方式二会覆盖方式一)\n//方式一：账号密码\nvar account='';\nvar pwd='';\n//方式二：成功登录后的cookie的值（再次登录或退出登录或超过一定时间会失效）\nvar userId='';\nvar siteId='';\nvar wapToken='';\n//定义结束\n\n//以下代码不要动\n//md5加密开始\nvar rotateLeft = function(lValue, iShiftBits) {\n    return (lValue << iShiftBits) | (lValue >>> (32 - iShiftBits))\n}\nvar addUnsigned = function(lX, lY) {\n    var lX4, lY4, lX8, lY8, lResult;\n    lX8 = (lX & 0x80000000);\n    lY8 = (lY & 0x80000000);\n    lX4 = (lX & 0x40000000);\n    lY4 = (lY & 0x40000000);\n    lResult = (lX & 0x3FFFFFFF) + (lY & 0x3FFFFFFF);\n    if (lX4 & lY4) return (lResult ^ 0x80000000 ^ lX8 ^ lY8);\n    if (lX4 | lY4) {\n        if (lResult & 0x40000000) return (lResult ^ 0xC0000000 ^ lX8 ^ lY8);\n        else return (lResult ^ 0x40000000 ^ lX8 ^ lY8)\n    } else {\n        return (lResult ^ lX8 ^ lY8)\n    }\n}\nvar F = function(x, y, z) {\n    return (x & y) | ((~x) & z)\n}\nvar G = function(x, y, z) {\n    return (x & z) | (y & (~z))\n}\nvar H = function(x, y, z) {\n    return (x ^ y ^ z)\n}\nvar I = function(x, y, z) {\n    return (y ^ (x | (~z)))\n}\nvar FF = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(F(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar GG = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(G(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar HH = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(H(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar II = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(I(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar convertToWordArray = function(string) {\n    var lWordCount;\n    var lMessageLength = string.length;\n    var lNumberOfWordsTempOne = lMessageLength + 8;\n    var lNumberOfWordsTempTwo = (lNumberOfWordsTempOne - (lNumberOfWordsTempOne % 64)) / 64;\n    var lNumberOfWords = (lNumberOfWordsTempTwo + 1) * 16;\n    var lWordArray = Array(lNumberOfWords - 1);\n    var lBytePosition = 0;\n    var lByteCount = 0;\n    while (lByteCount < lMessageLength) {\n        lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n        lBytePosition = (lByteCount % 4) * 8;\n        lWordArray[lWordCount] = (lWordArray[lWordCount] | (string.charCodeAt(lByteCount) << lBytePosition));\n        lByteCount++\n    }\n    lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n    lBytePosition = (lByteCount % 4) * 8;\n    lWordArray[lWordCount] = lWordArray[lWordCount] | (0x80 << lBytePosition);\n    lWordArray[lNumberOfWords - 2] = lMessageLength << 3;\n    lWordArray[lNumberOfWords - 1] = lMessageLength >>> 29;\n    return lWordArray\n};\nvar wordToHex = function(lValue) {\n    var WordToHexValue = \"\",\n    WordToHexValueTemp = \"\",\n    lByte, lCount;\n    for (lCount = 0; lCount <= 3; lCount++) {\n        lByte = (lValue >>> (lCount * 8)) & 255;\n        WordToHexValueTemp = \"0\" + lByte.toString(16);\n        WordToHexValue = WordToHexValue + WordToHexValueTemp.substr(WordToHexValueTemp.length - 2, 2)\n    }\n    return WordToHexValue\n};\nvar uTF8Encode = function(string) {\n    string = string.replace(/\\x0d\\x0a/g, \"\\x0a\");\n    var output = \"\";\n    for (var n = 0; n < string.length; n++) {\n        var c = string.charCodeAt(n);\n        if (c < 128) {\n            output += String.fromCharCode(c)\n        } else if ((c > 127) && (c < 2048)) {\n            output += String.fromCharCode((c >> 6) | 192);\n            output += String.fromCharCode((c & 63) | 128)\n        } else {\n            output += String.fromCharCode((c >> 12) | 224);\n            output += String.fromCharCode(((c >> 6) & 63) | 128);\n            output += String.fromCharCode((c & 63) | 128)\n        }\n    }\n    return output;\n};\nfunction md5(string) {\n    var x = Array();\n    var k, AA, BB, CC, DD, a, b, c, d;\n    var S11 = 7,\n    S12 = 12,\n    S13 = 17,\n    S14 = 22;\n    var S21 = 5,\n    S22 = 9,\n    S23 = 14,\n    S24 = 20;\n    var S31 = 4,\n    S32 = 11,\n    S33 = 16,\n    S34 = 23;\n    var S41 = 6,\n    S42 = 10,\n    S43 = 15,\n    S44 = 21;\n    string = uTF8Encode(string);\n    x = convertToWordArray(string);\n    a = 0x67452301;\n    b = 0xEFCDAB89;\n    c = 0x98BADCFE;\n    d = 0x10325476;\n    for (k = 0; k < x.length; k += 16) {\n        AA = a;\n        BB = b;\n        CC = c;\n        DD = d;\n        a = FF(a, b, c, d, x[k + 0], S11, 0xD76AA478);\n        d = FF(d, a, b, c, x[k + 1], S12, 0xE8C7B756);\n        c = FF(c, d, a, b, x[k + 2], S13, 0x242070DB);\n        b = FF(b, c, d, a, x[k + 3], S14, 0xC1BDCEEE);\n        a = FF(a, b, c, d, x[k + 4], S11, 0xF57C0FAF);\n        d = FF(d, a, b, c, x[k + 5], S12, 0x4787C62A);\n        c = FF(c, d, a, b, x[k + 6], S13, 0xA8304613);\n        b = FF(b, c, d, a, x[k + 7], S14, 0xFD469501);\n        a = FF(a, b, c, d, x[k + 8], S11, 0x698098D8);\n        d = FF(d, a, b, c, x[k + 9], S12, 0x8B44F7AF);\n        c = FF(c, d, a, b, x[k + 10], S13, 0xFFFF5BB1);\n        b = FF(b, c, d, a, x[k + 11], S14, 0x895CD7BE);\n        a = FF(a, b, c, d, x[k + 12], S11, 0x6B901122);\n        d = FF(d, a, b, c, x[k + 13], S12, 0xFD987193);\n        c = FF(c, d, a, b, x[k + 14], S13, 0xA679438E);\n        b = FF(b, c, d, a, x[k + 15], S14, 0x49B40821);\n        a = GG(a, b, c, d, x[k + 1], S21, 0xF61E2562);\n        d = GG(d, a, b, c, x[k + 6], S22, 0xC040B340);\n        c = GG(c, d, a, b, x[k + 11], S23, 0x265E5A51);\n        b = GG(b, c, d, a, x[k + 0], S24, 0xE9B6C7AA);\n        a = GG(a, b, c, d, x[k + 5], S21, 0xD62F105D);\n        d = GG(d, a, b, c, x[k + 10], S22, 0x2441453);\n        c = GG(c, d, a, b, x[k + 15], S23, 0xD8A1E681);\n        b = GG(b, c, d, a, x[k + 4], S24, 0xE7D3FBC8);\n        a = GG(a, b, c, d, x[k + 9], S21, 0x21E1CDE6);\n        d = GG(d, a, b, c, x[k + 14], S22, 0xC33707D6);\n        c = GG(c, d, a, b, x[k + 3], S23, 0xF4D50D87);\n        b = GG(b, c, d, a, x[k + 8], S24, 0x455A14ED);\n        a = GG(a, b, c, d, x[k + 13], S21, 0xA9E3E905);\n        d = GG(d, a, b, c, x[k + 2], S22, 0xFCEFA3F8);\n        c = GG(c, d, a, b, x[k + 7], S23, 0x676F02D9);\n        b = GG(b, c, d, a, x[k + 12], S24, 0x8D2A4C8A);\n        a = HH(a, b, c, d, x[k + 5], S31, 0xFFFA3942);\n        d = HH(d, a, b, c, x[k + 8], S32, 0x8771F681);\n        c = HH(c, d, a, b, x[k + 11], S33, 0x6D9D6122);\n        b = HH(b, c, d, a, x[k + 14], S34, 0xFDE5380C);\n        a = HH(a, b, c, d, x[k + 1], S31, 0xA4BEEA44);\n        d = HH(d, a, b, c, x[k + 4], S32, 0x4BDECFA9);\n        c = HH(c, d, a, b, x[k + 7], S33, 0xF6BB4B60);\n        b = HH(b, c, d, a, x[k + 10], S34, 0xBEBFBC70);\n        a = HH(a, b, c, d, x[k + 13], S31, 0x289B7EC6);\n        d = HH(d, a, b, c, x[k + 0], S32, 0xEAA127FA);\n        c = HH(c, d, a, b, x[k + 3], S33, 0xD4EF3085);\n        b = HH(b, c, d, a, x[k + 6], S34, 0x4881D05);\n        a = HH(a, b, c, d, x[k + 9], S31, 0xD9D4D039);\n        d = HH(d, a, b, c, x[k + 12], S32, 0xE6DB99E5);\n        c = HH(c, d, a, b, x[k + 15], S33, 0x1FA27CF8);\n        b = HH(b, c, d, a, x[k + 2], S34, 0xC4AC5665);\n        a = II(a, b, c, d, x[k + 0], S41, 0xF4292244);\n        d = II(d, a, b, c, x[k + 7], S42, 0x432AFF97);\n        c = II(c, d, a, b, x[k + 14], S43, 0xAB9423A7);\n        b = II(b, c, d, a, x[k + 5], S44, 0xFC93A039);\n        a = II(a, b, c, d, x[k + 12], S41, 0x655B59C3);\n        d = II(d, a, b, c, x[k + 3], S42, 0x8F0CCC92);\n        c = II(c, d, a, b, x[k + 10], S43, 0xFFEFF47D);\n        b = II(b, c, d, a, x[k + 1], S44, 0x85845DD1);\n        a = II(a, b, c, d, x[k + 8], S41, 0x6FA87E4F);\n        d = II(d, a, b, c, x[k + 15], S42, 0xFE2CE6E0);\n        c = II(c, d, a, b, x[k + 6], S43, 0xA3014314);\n        b = II(b, c, d, a, x[k + 13], S44, 0x4E0811A1);\n        a = II(a, b, c, d, x[k + 4], S41, 0xF7537E82);\n        d = II(d, a, b, c, x[k + 11], S42, 0xBD3AF235);\n        c = II(c, d, a, b, x[k + 2], S43, 0x2AD7D2BB);\n        b = II(b, c, d, a, x[k + 9], S44, 0xEB86D391);\n        a = addUnsigned(a, AA);\n        b = addUnsigned(b, BB);\n        c = addUnsigned(c, CC);\n        d = addUnsigned(d, DD);\n    };\n    var tempValue = wordToHex(a) + wordToHex(b) + wordToHex(c) + wordToHex(d);\n    return tempValue.toLowerCase();\n}\n//md5加密结束\n//DES加密开始\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\nvar CryptoJS = CryptoJS ||\nfunction(u, l) {\n    var d = {},\n    n = d.lib = {},\n    p = function() {},\n    s = n.Base = {\n        extend: function(a) {\n            p.prototype = this;\n            var c = new p;\n            a && c.mixIn(a);\n            c.hasOwnProperty(\"init\") || (c.init = function() {\n                c.$super.init.apply(this, arguments)\n            });\n            c.init.prototype = c;\n            c.$super = this;\n            return c\n        },\n        create: function() {\n            var a = this.extend();\n            a.init.apply(a, arguments);\n            return a\n        },\n        init: function() {},\n        mixIn: function(a) {\n            for (var c in a) a.hasOwnProperty(c) && (this[c] = a[c]);\n            a.hasOwnProperty(\"toString\") && (this.toString = a.toString)\n        },\n        clone: function() {\n            return this.init.prototype.extend(this)\n        }\n    },\n    q = n.WordArray = s.extend({\n        init: function(a, c) {\n            a = this.words = a || [];\n            this.sigBytes = c != l ? c: 4 * a.length\n        },\n        toString: function(a) {\n            return (a || v).stringify(this)\n        },\n        concat: function(a) {\n            var c = this.words,\n            m = a.words,\n            f = this.sigBytes;\n            a = a.sigBytes;\n            this.clamp();\n            if (f % 4) for (var t = 0; t < a; t++) c[f + t >>> 2] |= (m[t >>> 2] >>> 24 - 8 * (t % 4) & 255) << 24 - 8 * ((f + t) % 4);\n            else if (65535 < m.length) for (t = 0; t < a; t += 4) c[f + t >>> 2] = m[t >>> 2];\n            else c.push.apply(c, m);\n            this.sigBytes += a;\n            return this\n        },\n        clamp: function() {\n            var a = this.words,\n            c = this.sigBytes;\n            a[c >>> 2] &= 4294967295 << 32 - 8 * (c % 4);\n            a.length = u.ceil(c / 4)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a.words = this.words.slice(0);\n            return a\n        },\n        random: function(a) {\n            for (var c = [], m = 0; m < a; m += 4) c.push(4294967296 * u.random() | 0);\n            return new q.init(c, a)\n        }\n    }),\n    w = d.enc = {},\n    v = w.Hex = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) {\n                var t = c[f >>> 2] >>> 24 - 8 * (f % 4) & 255;\n                m.push((t >>> 4).toString(16));\n                m.push((t & 15).toString(16))\n            }\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f += 2) m[f >>> 3] |= parseInt(a.substr(f, 2), 16) << 24 - 4 * (f % 8);\n            return new q.init(m, c / 2)\n        }\n    },\n    b = w.Latin1 = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) m.push(String.fromCharCode(c[f >>> 2] >>> 24 - 8 * (f % 4) & 255));\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f++) m[f >>> 2] |= (a.charCodeAt(f) & 255) << 24 - 8 * (f % 4);\n            return new q.init(m, c)\n        }\n    },\n    x = w.Utf8 = {\n        stringify: function(a) {\n            try {\n                return decodeURIComponent(escape(b.stringify(a)))\n            } catch(c) {\n                throw Error(\"Malformed UTF-8 data\");\n            }\n        },\n        parse: function(a) {\n            return b.parse(unescape(encodeURIComponent(a)))\n        }\n    },\n    r = n.BufferedBlockAlgorithm = s.extend({\n        reset: function() {\n            this._data = new q.init;\n            this._nDataBytes = 0\n        },\n        _append: function(a) {\n            \"string\" == typeof a && (a = x.parse(a));\n            this._data.concat(a);\n            this._nDataBytes += a.sigBytes\n        },\n        _process: function(a) {\n            var c = this._data,\n            m = c.words,\n            f = c.sigBytes,\n            t = this.blockSize,\n            b = f / (4 * t),\n            b = a ? u.ceil(b) : u.max((b | 0) - this._minBufferSize, 0);\n            a = b * t;\n            f = u.min(4 * a, f);\n            if (a) {\n                for (var e = 0; e < a; e += t) this._doProcessBlock(m, e);\n                e = m.splice(0, a);\n                c.sigBytes -= f\n            }\n            return new q.init(e, f)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a._data = this._data.clone();\n            return a\n        },\n        _minBufferSize: 0\n    });\n    n.Hasher = r.extend({\n        cfg: s.extend(),\n        init: function(a) {\n            this.cfg = this.cfg.extend(a);\n            this.reset()\n        },\n        reset: function() {\n            r.reset.call(this);\n            this._doReset()\n        },\n        update: function(a) {\n            this._append(a);\n            this._process();\n            return this\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        blockSize: 16,\n        _createHelper: function(a) {\n            return function(c, m) {\n                return (new a.init(m)).finalize(c)\n            }\n        },\n        _createHmacHelper: function(a) {\n            return function(c, m) {\n                return (new e.HMAC.init(a, m)).finalize(c)\n            }\n        }\n    });\n    var e = d.algo = {};\n    return d\n} (Math); (function() {\n    var u = CryptoJS,\n    l = u.lib.WordArray;\n    u.enc.Base64 = {\n        stringify: function(d) {\n            var n = d.words,\n            l = d.sigBytes,\n            s = this._map;\n            d.clamp();\n            d = [];\n            for (var q = 0; q < l; q += 3) for (var w = (n[q >>> 2] >>> 24 - 8 * (q % 4) & 255) << 16 | (n[q + 1 >>> 2] >>> 24 - 8 * ((q + 1) % 4) & 255) << 8 | n[q + 2 >>> 2] >>> 24 - 8 * ((q + 2) % 4) & 255, v = 0; 4 > v && q + 0.75 * v < l; v++) d.push(s.charAt(w >>> 6 * (3 - v) & 63));\n            if (n = s.charAt(64)) for (; d.length % 4;) d.push(n);\n            return d.join(\"\")\n        },\n        parse: function(d) {\n            var n = d.length,\n            p = this._map,\n            s = p.charAt(64);\n            s && (s = d.indexOf(s), -1 != s && (n = s));\n            for (var s = [], q = 0, w = 0; w < n; w++) if (w % 4) {\n                var v = p.indexOf(d.charAt(w - 1)) << 2 * (w % 4),\n                b = p.indexOf(d.charAt(w)) >>> 6 - 2 * (w % 4);\n                s[q >>> 2] |= (v | b) << 24 - 8 * (q % 4);\n                q++\n            }\n            return l.create(s, q)\n        },\n        _map: \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\"\n    }\n})(); (function(u) {\n    function l(b, e, a, c, m, f, t) {\n        b = b + (e & a | ~e & c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function d(b, e, a, c, m, f, t) {\n        b = b + (e & c | a & ~c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function n(b, e, a, c, m, f, t) {\n        b = b + (e ^ a ^ c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function p(b, e, a, c, m, f, t) {\n        b = b + (a ^ (e | ~c)) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    for (var s = CryptoJS,\n    q = s.lib,\n    w = q.WordArray,\n    v = q.Hasher,\n    q = s.algo,\n    b = [], x = 0; 64 > x; x++) b[x] = 4294967296 * u.abs(u.sin(x + 1)) | 0;\n    q = q.MD5 = v.extend({\n        _doReset: function() {\n            this._hash = new w.init([1732584193, 4023233417, 2562383102, 271733878])\n        },\n        _doProcessBlock: function(r, e) {\n            for (var a = 0; 16 > a; a++) {\n                var c = e + a,\n                m = r[c];\n                r[c] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360\n            }\n            var a = this._hash.words,\n            c = r[e + 0],\n            m = r[e + 1],\n            f = r[e + 2],\n            t = r[e + 3],\n            y = r[e + 4],\n            q = r[e + 5],\n            s = r[e + 6],\n            w = r[e + 7],\n            v = r[e + 8],\n            u = r[e + 9],\n            x = r[e + 10],\n            z = r[e + 11],\n            A = r[e + 12],\n            B = r[e + 13],\n            C = r[e + 14],\n            D = r[e + 15],\n            g = a[0],\n            h = a[1],\n            j = a[2],\n            k = a[3],\n            g = l(g, h, j, k, c, 7, b[0]),\n            k = l(k, g, h, j, m, 12, b[1]),\n            j = l(j, k, g, h, f, 17, b[2]),\n            h = l(h, j, k, g, t, 22, b[3]),\n            g = l(g, h, j, k, y, 7, b[4]),\n            k = l(k, g, h, j, q, 12, b[5]),\n            j = l(j, k, g, h, s, 17, b[6]),\n            h = l(h, j, k, g, w, 22, b[7]),\n            g = l(g, h, j, k, v, 7, b[8]),\n            k = l(k, g, h, j, u, 12, b[9]),\n            j = l(j, k, g, h, x, 17, b[10]),\n            h = l(h, j, k, g, z, 22, b[11]),\n            g = l(g, h, j, k, A, 7, b[12]),\n            k = l(k, g, h, j, B, 12, b[13]),\n            j = l(j, k, g, h, C, 17, b[14]),\n            h = l(h, j, k, g, D, 22, b[15]),\n            g = d(g, h, j, k, m, 5, b[16]),\n            k = d(k, g, h, j, s, 9, b[17]),\n            j = d(j, k, g, h, z, 14, b[18]),\n            h = d(h, j, k, g, c, 20, b[19]),\n            g = d(g, h, j, k, q, 5, b[20]),\n            k = d(k, g, h, j, x, 9, b[21]),\n            j = d(j, k, g, h, D, 14, b[22]),\n            h = d(h, j, k, g, y, 20, b[23]),\n            g = d(g, h, j, k, u, 5, b[24]),\n            k = d(k, g, h, j, C, 9, b[25]),\n            j = d(j, k, g, h, t, 14, b[26]),\n            h = d(h, j, k, g, v, 20, b[27]),\n            g = d(g, h, j, k, B, 5, b[28]),\n            k = d(k, g, h, j, f, 9, b[29]),\n            j = d(j, k, g, h, w, 14, b[30]),\n            h = d(h, j, k, g, A, 20, b[31]),\n            g = n(g, h, j, k, q, 4, b[32]),\n            k = n(k, g, h, j, v, 11, b[33]),\n            j = n(j, k, g, h, z, 16, b[34]),\n            h = n(h, j, k, g, C, 23, b[35]),\n            g = n(g, h, j, k, m, 4, b[36]),\n            k = n(k, g, h, j, y, 11, b[37]),\n            j = n(j, k, g, h, w, 16, b[38]),\n            h = n(h, j, k, g, x, 23, b[39]),\n            g = n(g, h, j, k, B, 4, b[40]),\n            k = n(k, g, h, j, c, 11, b[41]),\n            j = n(j, k, g, h, t, 16, b[42]),\n            h = n(h, j, k, g, s, 23, b[43]),\n            g = n(g, h, j, k, u, 4, b[44]),\n            k = n(k, g, h, j, A, 11, b[45]),\n            j = n(j, k, g, h, D, 16, b[46]),\n            h = n(h, j, k, g, f, 23, b[47]),\n            g = p(g, h, j, k, c, 6, b[48]),\n            k = p(k, g, h, j, w, 10, b[49]),\n            j = p(j, k, g, h, C, 15, b[50]),\n            h = p(h, j, k, g, q, 21, b[51]),\n            g = p(g, h, j, k, A, 6, b[52]),\n            k = p(k, g, h, j, t, 10, b[53]),\n            j = p(j, k, g, h, x, 15, b[54]),\n            h = p(h, j, k, g, m, 21, b[55]),\n            g = p(g, h, j, k, v, 6, b[56]),\n            k = p(k, g, h, j, D, 10, b[57]),\n            j = p(j, k, g, h, s, 15, b[58]),\n            h = p(h, j, k, g, B, 21, b[59]),\n            g = p(g, h, j, k, y, 6, b[60]),\n            k = p(k, g, h, j, z, 10, b[61]),\n            j = p(j, k, g, h, f, 15, b[62]),\n            h = p(h, j, k, g, u, 21, b[63]);\n            a[0] = a[0] + g | 0;\n            a[1] = a[1] + h | 0;\n            a[2] = a[2] + j | 0;\n            a[3] = a[3] + k | 0\n        },\n        _doFinalize: function() {\n            var b = this._data,\n            e = b.words,\n            a = 8 * this._nDataBytes,\n            c = 8 * b.sigBytes;\n            e[c >>> 5] |= 128 << 24 - c % 32;\n            var m = u.floor(a / 4294967296);\n            e[(c + 64 >>> 9 << 4) + 15] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360;\n            e[(c + 64 >>> 9 << 4) + 14] = (a << 8 | a >>> 24) & 16711935 | (a << 24 | a >>> 8) & 4278255360;\n            b.sigBytes = 4 * (e.length + 1);\n            this._process();\n            b = this._hash;\n            e = b.words;\n            for (a = 0; 4 > a; a++) c = e[a],\n            e[a] = (c << 8 | c >>> 24) & 16711935 | (c << 24 | c >>> 8) & 4278255360;\n            return b\n        },\n        clone: function() {\n            var b = v.clone.call(this);\n            b._hash = this._hash.clone();\n            return b\n        }\n    });\n    s.MD5 = v._createHelper(q);\n    s.HmacMD5 = v._createHmacHelper(q)\n})(Math); (function() {\n    var u = CryptoJS,\n    l = u.lib,\n    d = l.Base,\n    n = l.WordArray,\n    l = u.algo,\n    p = l.EvpKDF = d.extend({\n        cfg: d.extend({\n            keySize: 4,\n            hasher: l.MD5,\n            iterations: 1\n        }),\n        init: function(d) {\n            this.cfg = this.cfg.extend(d)\n        },\n        compute: function(d, l) {\n            for (var p = this.cfg,\n            v = p.hasher.create(), b = n.create(), u = b.words, r = p.keySize, p = p.iterations; u.length < r;) {\n                e && v.update(e);\n                var e = v.update(d).finalize(l);\n                v.reset();\n                for (var a = 1; a < p; a++) e = v.finalize(e),\n                v.reset();\n                b.concat(e)\n            }\n            b.sigBytes = 4 * r;\n            return b\n        }\n    });\n    u.EvpKDF = function(d, l, n) {\n        return p.create(n).compute(d, l)\n    }\n})();\nCryptoJS.lib.Cipher ||\nfunction(u) {\n    var l = CryptoJS,\n    d = l.lib,\n    n = d.Base,\n    p = d.WordArray,\n    s = d.BufferedBlockAlgorithm,\n    q = l.enc.Base64,\n    w = l.algo.EvpKDF,\n    v = d.Cipher = s.extend({\n        cfg: n.extend(),\n        createEncryptor: function(m, a) {\n            return this.create(this._ENC_XFORM_MODE, m, a)\n        },\n        createDecryptor: function(m, a) {\n            return this.create(this._DEC_XFORM_MODE, m, a)\n        },\n        init: function(m, a, b) {\n            this.cfg = this.cfg.extend(b);\n            this._xformMode = m;\n            this._key = a;\n            this.reset()\n        },\n        reset: function() {\n            s.reset.call(this);\n            this._doReset()\n        },\n        process: function(a) {\n            this._append(a);\n            return this._process()\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        keySize: 4,\n        ivSize: 4,\n        _ENC_XFORM_MODE: 1,\n        _DEC_XFORM_MODE: 2,\n        _createHelper: function(m) {\n            return {\n                encrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).encrypt(m, f, b, e)\n                },\n                decrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).decrypt(m, f, b, e)\n                }\n            }\n        }\n    });\n    d.StreamCipher = v.extend({\n        _doFinalize: function() {\n            return this._process(!0)\n        },\n        blockSize: 1\n    });\n    var b = l.mode = {},\n    x = function(a, f, b) {\n        var c = this._iv;\n        c ? this._iv = u: c = this._prevBlock;\n        for (var e = 0; e < b; e++) a[f + e] ^= c[e]\n    },\n    r = (d.BlockCipherMode = n.extend({\n        createEncryptor: function(a, f) {\n            return this.Encryptor.create(a, f)\n        },\n        createDecryptor: function(a, f) {\n            return this.Decryptor.create(a, f)\n        },\n        init: function(a, f) {\n            this._cipher = a;\n            this._iv = f\n        }\n    })).extend();\n    r.Encryptor = r.extend({\n        processBlock: function(a, f) {\n            var b = this._cipher,\n            c = b.blockSize;\n            x.call(this, a, f, c);\n            b.encryptBlock(a, f);\n            this._prevBlock = a.slice(f, f + c)\n        }\n    });\n    r.Decryptor = r.extend({\n        processBlock: function(a, b) {\n            var c = this._cipher,\n            e = c.blockSize,\n            d = a.slice(b, b + e);\n            c.decryptBlock(a, b);\n            x.call(this, a, b, e);\n            this._prevBlock = d\n        }\n    });\n    b = b.CBC = r;\n    r = (l.pad = {}).Pkcs7 = {\n        pad: function(a, b) {\n            for (var c = 4 * b,\n            c = c - a.sigBytes % c,\n            e = c << 24 | c << 16 | c << 8 | c,\n            d = [], l = 0; l < c; l += 4) d.push(e);\n            c = p.create(d, c);\n            a.concat(c)\n        },\n        unpad: function(a) {\n            a.sigBytes -= a.words[a.sigBytes - 1 >>> 2] & 255\n        }\n    };\n    d.BlockCipher = v.extend({\n        cfg: v.cfg.extend({\n            mode: b,\n            padding: r\n        }),\n        reset: function() {\n            v.reset.call(this);\n            var a = this.cfg,\n            c = a.iv,\n            a = a.mode;\n            if (this._xformMode == this._ENC_XFORM_MODE) var b = a.createEncryptor;\n            else b = a.createDecryptor,\n            this._minBufferSize = 1;\n            this._mode = b.call(a, this, c && c.words)\n        },\n        _doProcessBlock: function(a, c) {\n            this._mode.processBlock(a, c)\n        },\n        _doFinalize: function() {\n            var a = this.cfg.padding;\n            if (this._xformMode == this._ENC_XFORM_MODE) {\n                a.pad(this._data, this.blockSize);\n                var c = this._process(!0)\n            } else c = this._process(!0),\n            a.unpad(c);\n            return c\n        },\n        blockSize: 4\n    });\n    var e = d.CipherParams = n.extend({\n        init: function(a) {\n            this.mixIn(a)\n        },\n        toString: function(a) {\n            return (a || this.formatter).stringify(this)\n        }\n    }),\n    b = (l.format = {}).OpenSSL = {\n        stringify: function(a) {\n            var c = a.ciphertext;\n            a = a.salt;\n            return (a ? p.create([1398893684, 1701076831]).concat(a).concat(c) : c).toString(q)\n        },\n        parse: function(a) {\n            a = q.parse(a);\n            var c = a.words;\n            if (1398893684 == c[0] && 1701076831 == c[1]) {\n                var b = p.create(c.slice(2, 4));\n                c.splice(0, 4);\n                a.sigBytes -= 16\n            }\n            return e.create({\n                ciphertext: a,\n                salt: b\n            })\n        }\n    },\n    a = d.SerializableCipher = n.extend({\n        cfg: n.extend({\n            format: b\n        }),\n        encrypt: function(a, c, b, d) {\n            d = this.cfg.extend(d);\n            var l = a.createEncryptor(b, d);\n            c = l.finalize(c);\n            l = l.cfg;\n            return e.create({\n                ciphertext: c,\n                key: b,\n                iv: l.iv,\n                algorithm: a,\n                mode: l.mode,\n                padding: l.padding,\n                blockSize: a.blockSize,\n                formatter: d.format\n            })\n        },\n        decrypt: function(a, c, b, e) {\n            e = this.cfg.extend(e);\n            c = this._parse(c, e.format);\n            return a.createDecryptor(b, e).finalize(c.ciphertext)\n        },\n        _parse: function(a, c) {\n            return \"string\" == typeof a ? c.parse(a, this) : a\n        }\n    }),\n    l = (l.kdf = {}).OpenSSL = {\n        execute: function(a, c, b, d) {\n            d || (d = p.random(8));\n            a = w.create({\n                keySize: c + b\n            }).compute(a, d);\n            b = p.create(a.words.slice(c), 4 * b);\n            a.sigBytes = 4 * c;\n            return e.create({\n                key: a,\n                iv: b,\n                salt: d\n            })\n        }\n    },\n    c = d.PasswordBasedCipher = a.extend({\n        cfg: a.cfg.extend({\n            kdf: l\n        }),\n        encrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            e = d.kdf.execute(e, c.keySize, c.ivSize);\n            d.iv = e.iv;\n            c = a.encrypt.call(this, c, b, e.key, d);\n            c.mixIn(e);\n            return c\n        },\n        decrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            b = this._parse(b, d.format);\n            e = d.kdf.execute(e, c.keySize, c.ivSize, b.salt);\n            d.iv = e.iv;\n            return a.decrypt.call(this, c, b, e.key, d)\n        }\n    })\n} (); (function() {\n    function u(b, a) {\n        var c = (this._lBlock >>> b ^ this._rBlock) & a;\n        this._rBlock ^= c;\n        this._lBlock ^= c << b\n    }\n    function l(b, a) {\n        var c = (this._rBlock >>> b ^ this._lBlock) & a;\n        this._lBlock ^= c;\n        this._rBlock ^= c << b\n    }\n    var d = CryptoJS,\n    n = d.lib,\n    p = n.WordArray,\n    n = n.BlockCipher,\n    s = d.algo,\n    q = [57, 49, 41, 33, 25, 17, 9, 1, 58, 50, 42, 34, 26, 18, 10, 2, 59, 51, 43, 35, 27, 19, 11, 3, 60, 52, 44, 36, 63, 55, 47, 39, 31, 23, 15, 7, 62, 54, 46, 38, 30, 22, 14, 6, 61, 53, 45, 37, 29, 21, 13, 5, 28, 20, 12, 4],\n    w = [14, 17, 11, 24, 1, 5, 3, 28, 15, 6, 21, 10, 23, 19, 12, 4, 26, 8, 16, 7, 27, 20, 13, 2, 41, 52, 31, 37, 47, 55, 30, 40, 51, 45, 33, 48, 44, 49, 39, 56, 34, 53, 46, 42, 50, 36, 29, 32],\n    v = [1, 2, 4, 6, 8, 10, 12, 14, 15, 17, 19, 21, 23, 25, 27, 28],\n    b = [{\n        \"0\": 8421888,\n        268435456 : 32768,\n        536870912 : 8421378,\n        805306368 : 2,\n        1073741824 : 512,\n        1342177280 : 8421890,\n        1610612736 : 8389122,\n        1879048192 : 8388608,\n        2147483648 : 514,\n        2415919104 : 8389120,\n        2684354560 : 33280,\n        2952790016 : 8421376,\n        3221225472 : 32770,\n        3489660928 : 8388610,\n        3758096384 : 0,\n        4026531840 : 33282,\n        134217728 : 0,\n        402653184 : 8421890,\n        671088640 : 33282,\n        939524096 : 32768,\n        1207959552 : 8421888,\n        1476395008 : 512,\n        1744830464 : 8421378,\n        2013265920 : 2,\n        2281701376 : 8389120,\n        2550136832 : 33280,\n        2818572288 : 8421376,\n        3087007744 : 8389122,\n        3355443200 : 8388610,\n        3623878656 : 32770,\n        3892314112 : 514,\n        4160749568 : 8388608,\n        1 : 32768,\n        268435457 : 2,\n        536870913 : 8421888,\n        805306369 : 8388608,\n        1073741825 : 8421378,\n        1342177281 : 33280,\n        1610612737 : 512,\n        1879048193 : 8389122,\n        2147483649 : 8421890,\n        2415919105 : 8421376,\n        2684354561 : 8388610,\n        2952790017 : 33282,\n        3221225473 : 514,\n        3489660929 : 8389120,\n        3758096385 : 32770,\n        4026531841 : 0,\n        134217729 : 8421890,\n        402653185 : 8421376,\n        671088641 : 8388608,\n        939524097 : 512,\n        1207959553 : 32768,\n        1476395009 : 8388610,\n        1744830465 : 2,\n        2013265921 : 33282,\n        2281701377 : 32770,\n        2550136833 : 8389122,\n        2818572289 : 514,\n        3087007745 : 8421888,\n        3355443201 : 8389120,\n        3623878657 : 0,\n        3892314113 : 33280,\n        4160749569 : 8421378\n    },\n    {\n        \"0\": 1074282512,\n        16777216 : 16384,\n        33554432 : 524288,\n        50331648 : 1074266128,\n        67108864 : 1073741840,\n        83886080 : 1074282496,\n        100663296 : 1073758208,\n        117440512 : 16,\n        134217728 : 540672,\n        150994944 : 1073758224,\n        167772160 : 1073741824,\n        184549376 : 540688,\n        201326592 : 524304,\n        218103808 : 0,\n        234881024 : 16400,\n        251658240 : 1074266112,\n        8388608 : 1073758208,\n        25165824 : 540688,\n        41943040 : 16,\n        58720256 : 1073758224,\n        75497472 : 1074282512,\n        92274688 : 1073741824,\n        109051904 : 524288,\n        125829120 : 1074266128,\n        142606336 : 524304,\n        159383552 : 0,\n        176160768 : 16384,\n        192937984 : 1074266112,\n        209715200 : 1073741840,\n        226492416 : 540672,\n        243269632 : 1074282496,\n        260046848 : 16400,\n        268435456 : 0,\n        285212672 : 1074266128,\n        301989888 : 1073758224,\n        318767104 : 1074282496,\n        335544320 : 1074266112,\n        352321536 : 16,\n        369098752 : 540688,\n        385875968 : 16384,\n        402653184 : 16400,\n        419430400 : 524288,\n        436207616 : 524304,\n        452984832 : 1073741840,\n        469762048 : 540672,\n        486539264 : 1073758208,\n        503316480 : 1073741824,\n        520093696 : 1074282512,\n        276824064 : 540688,\n        293601280 : 524288,\n        310378496 : 1074266112,\n        327155712 : 16384,\n        343932928 : 1073758208,\n        360710144 : 1074282512,\n        377487360 : 16,\n        394264576 : 1073741824,\n        411041792 : 1074282496,\n        427819008 : 1073741840,\n        444596224 : 1073758224,\n        461373440 : 524304,\n        478150656 : 0,\n        494927872 : 16400,\n        511705088 : 1074266128,\n        528482304 : 540672\n    },\n    {\n        \"0\": 260,\n        1048576 : 0,\n        2097152 : 67109120,\n        3145728 : 65796,\n        4194304 : 65540,\n        5242880 : 67108868,\n        6291456 : 67174660,\n        7340032 : 67174400,\n        8388608 : 67108864,\n        9437184 : 67174656,\n        10485760 : 65792,\n        11534336 : 67174404,\n        12582912 : 67109124,\n        13631488 : 65536,\n        14680064 : 4,\n        15728640 : 256,\n        524288 : 67174656,\n        1572864 : 67174404,\n        2621440 : 0,\n        3670016 : 67109120,\n        4718592 : 67108868,\n        5767168 : 65536,\n        6815744 : 65540,\n        7864320 : 260,\n        8912896 : 4,\n        9961472 : 256,\n        11010048 : 67174400,\n        12058624 : 65796,\n        13107200 : 65792,\n        14155776 : 67109124,\n        15204352 : 67174660,\n        16252928 : 67108864,\n        16777216 : 67174656,\n        17825792 : 65540,\n        18874368 : 65536,\n        19922944 : 67109120,\n        20971520 : 256,\n        22020096 : 67174660,\n        23068672 : 67108868,\n        24117248 : 0,\n        25165824 : 67109124,\n        26214400 : 67108864,\n        27262976 : 4,\n        28311552 : 65792,\n        29360128 : 67174400,\n        30408704 : 260,\n        31457280 : 65796,\n        32505856 : 67174404,\n        17301504 : 67108864,\n        18350080 : 260,\n        19398656 : 67174656,\n        20447232 : 0,\n        21495808 : 65540,\n        22544384 : 67109120,\n        23592960 : 256,\n        24641536 : 67174404,\n        25690112 : 65536,\n        26738688 : 67174660,\n        27787264 : 65796,\n        28835840 : 67108868,\n        29884416 : 67109124,\n        30932992 : 67174400,\n        31981568 : 4,\n        33030144 : 65792\n    },\n    {\n        \"0\": 2151682048,\n        65536 : 2147487808,\n        131072 : 4198464,\n        196608 : 2151677952,\n        262144 : 0,\n        327680 : 4198400,\n        393216 : 2147483712,\n        458752 : 4194368,\n        524288 : 2147483648,\n        589824 : 4194304,\n        655360 : 64,\n        720896 : 2147487744,\n        786432 : 2151678016,\n        851968 : 4160,\n        917504 : 4096,\n        983040 : 2151682112,\n        32768 : 2147487808,\n        98304 : 64,\n        163840 : 2151678016,\n        229376 : 2147487744,\n        294912 : 4198400,\n        360448 : 2151682112,\n        425984 : 0,\n        491520 : 2151677952,\n        557056 : 4096,\n        622592 : 2151682048,\n        688128 : 4194304,\n        753664 : 4160,\n        819200 : 2147483648,\n        884736 : 4194368,\n        950272 : 4198464,\n        1015808 : 2147483712,\n        1048576 : 4194368,\n        1114112 : 4198400,\n        1179648 : 2147483712,\n        1245184 : 0,\n        1310720 : 4160,\n        1376256 : 2151678016,\n        1441792 : 2151682048,\n        1507328 : 2147487808,\n        1572864 : 2151682112,\n        1638400 : 2147483648,\n        1703936 : 2151677952,\n        1769472 : 4198464,\n        1835008 : 2147487744,\n        1900544 : 4194304,\n        1966080 : 64,\n        2031616 : 4096,\n        1081344 : 2151677952,\n        1146880 : 2151682112,\n        1212416 : 0,\n        1277952 : 4198400,\n        1343488 : 4194368,\n        1409024 : 2147483648,\n        1474560 : 2147487808,\n        1540096 : 64,\n        1605632 : 2147483712,\n        1671168 : 4096,\n        1736704 : 2147487744,\n        1802240 : 2151678016,\n        1867776 : 4160,\n        1933312 : 2151682048,\n        1998848 : 4194304,\n        2064384 : 4198464\n    },\n    {\n        \"0\": 128,\n        4096 : 17039360,\n        8192 : 262144,\n        12288 : 536870912,\n        16384 : 537133184,\n        20480 : 16777344,\n        24576 : 553648256,\n        28672 : 262272,\n        32768 : 16777216,\n        36864 : 537133056,\n        40960 : 536871040,\n        45056 : 553910400,\n        49152 : 553910272,\n        53248 : 0,\n        57344 : 17039488,\n        61440 : 553648128,\n        2048 : 17039488,\n        6144 : 553648256,\n        10240 : 128,\n        14336 : 17039360,\n        18432 : 262144,\n        22528 : 537133184,\n        26624 : 553910272,\n        30720 : 536870912,\n        34816 : 537133056,\n        38912 : 0,\n        43008 : 553910400,\n        47104 : 16777344,\n        51200 : 536871040,\n        55296 : 553648128,\n        59392 : 16777216,\n        63488 : 262272,\n        65536 : 262144,\n        69632 : 128,\n        73728 : 536870912,\n        77824 : 553648256,\n        81920 : 16777344,\n        86016 : 553910272,\n        90112 : 537133184,\n        94208 : 16777216,\n        98304 : 553910400,\n        102400 : 553648128,\n        106496 : 17039360,\n        110592 : 537133056,\n        114688 : 262272,\n        118784 : 536871040,\n        122880 : 0,\n        126976 : 17039488,\n        67584 : 553648256,\n        71680 : 16777216,\n        75776 : 17039360,\n        79872 : 537133184,\n        83968 : 536870912,\n        88064 : 17039488,\n        92160 : 128,\n        96256 : 553910272,\n        100352 : 262272,\n        104448 : 553910400,\n        108544 : 0,\n        112640 : 553648128,\n        116736 : 16777344,\n        120832 : 262144,\n        124928 : 537133056,\n        129024 : 536871040\n    },\n    {\n        \"0\": 268435464,\n        256 : 8192,\n        512 : 270532608,\n        768 : 270540808,\n        1024 : 268443648,\n        1280 : 2097152,\n        1536 : 2097160,\n        1792 : 268435456,\n        2048 : 0,\n        2304 : 268443656,\n        2560 : 2105344,\n        2816 : 8,\n        3072 : 270532616,\n        3328 : 2105352,\n        3584 : 8200,\n        3840 : 270540800,\n        128 : 270532608,\n        384 : 270540808,\n        640 : 8,\n        896 : 2097152,\n        1152 : 2105352,\n        1408 : 268435464,\n        1664 : 268443648,\n        1920 : 8200,\n        2176 : 2097160,\n        2432 : 8192,\n        2688 : 268443656,\n        2944 : 270532616,\n        3200 : 0,\n        3456 : 270540800,\n        3712 : 2105344,\n        3968 : 268435456,\n        4096 : 268443648,\n        4352 : 270532616,\n        4608 : 270540808,\n        4864 : 8200,\n        5120 : 2097152,\n        5376 : 268435456,\n        5632 : 268435464,\n        5888 : 2105344,\n        6144 : 2105352,\n        6400 : 0,\n        6656 : 8,\n        6912 : 270532608,\n        7168 : 8192,\n        7424 : 268443656,\n        7680 : 270540800,\n        7936 : 2097160,\n        4224 : 8,\n        4480 : 2105344,\n        4736 : 2097152,\n        4992 : 268435464,\n        5248 : 268443648,\n        5504 : 8200,\n        5760 : 270540808,\n        6016 : 270532608,\n        6272 : 270540800,\n        6528 : 270532616,\n        6784 : 8192,\n        7040 : 2105352,\n        7296 : 2097160,\n        7552 : 0,\n        7808 : 268435456,\n        8064 : 268443656\n    },\n    {\n        \"0\": 1048576,\n        16 : 33555457,\n        32 : 1024,\n        48 : 1049601,\n        64 : 34604033,\n        80 : 0,\n        96 : 1,\n        112 : 34603009,\n        128 : 33555456,\n        144 : 1048577,\n        160 : 33554433,\n        176 : 34604032,\n        192 : 34603008,\n        208 : 1025,\n        224 : 1049600,\n        240 : 33554432,\n        8 : 34603009,\n        24 : 0,\n        40 : 33555457,\n        56 : 34604032,\n        72 : 1048576,\n        88 : 33554433,\n        104 : 33554432,\n        120 : 1025,\n        136 : 1049601,\n        152 : 33555456,\n        168 : 34603008,\n        184 : 1048577,\n        200 : 1024,\n        216 : 34604033,\n        232 : 1,\n        248 : 1049600,\n        256 : 33554432,\n        272 : 1048576,\n        288 : 33555457,\n        304 : 34603009,\n        320 : 1048577,\n        336 : 33555456,\n        352 : 34604032,\n        368 : 1049601,\n        384 : 1025,\n        400 : 34604033,\n        416 : 1049600,\n        432 : 1,\n        448 : 0,\n        464 : 34603008,\n        480 : 33554433,\n        496 : 1024,\n        264 : 1049600,\n        280 : 33555457,\n        296 : 34603009,\n        312 : 1,\n        328 : 33554432,\n        344 : 1048576,\n        360 : 1025,\n        376 : 34604032,\n        392 : 33554433,\n        408 : 34603008,\n        424 : 0,\n        440 : 34604033,\n        456 : 1049601,\n        472 : 1024,\n        488 : 33555456,\n        504 : 1048577\n    },\n    {\n        \"0\": 134219808,\n        1 : 131072,\n        2 : 134217728,\n        3 : 32,\n        4 : 131104,\n        5 : 134350880,\n        6 : 134350848,\n        7 : 2048,\n        8 : 134348800,\n        9 : 134219776,\n        10 : 133120,\n        11 : 134348832,\n        12 : 2080,\n        13 : 0,\n        14 : 134217760,\n        15 : 133152,\n        2147483648 : 2048,\n        2147483649 : 134350880,\n        2147483650 : 134219808,\n        2147483651 : 134217728,\n        2147483652 : 134348800,\n        2147483653 : 133120,\n        2147483654 : 133152,\n        2147483655 : 32,\n        2147483656 : 134217760,\n        2147483657 : 2080,\n        2147483658 : 131104,\n        2147483659 : 134350848,\n        2147483660 : 0,\n        2147483661 : 134348832,\n        2147483662 : 134219776,\n        2147483663 : 131072,\n        16 : 133152,\n        17 : 134350848,\n        18 : 32,\n        19 : 2048,\n        20 : 134219776,\n        21 : 134217760,\n        22 : 134348832,\n        23 : 131072,\n        24 : 0,\n        25 : 131104,\n        26 : 134348800,\n        27 : 134219808,\n        28 : 134350880,\n        29 : 133120,\n        30 : 2080,\n        31 : 134217728,\n        2147483664 : 131072,\n        2147483665 : 2048,\n        2147483666 : 134348832,\n        2147483667 : 133152,\n        2147483668 : 32,\n        2147483669 : 134348800,\n        2147483670 : 134217728,\n        2147483671 : 134219808,\n        2147483672 : 134350880,\n        2147483673 : 134217760,\n        2147483674 : 134219776,\n        2147483675 : 0,\n        2147483676 : 133120,\n        2147483677 : 2080,\n        2147483678 : 131104,\n        2147483679 : 134350848\n    }],\n    x = [4160749569, 528482304, 33030144, 2064384, 129024, 8064, 504, 2147483679],\n    r = s.DES = n.extend({\n        _doReset: function() {\n            for (var b = this._key.words,\n            a = [], c = 0; 56 > c; c++) {\n                var d = q[c] - 1;\n                a[c] = b[d >>> 5] >>> 31 - d % 32 & 1\n            }\n            b = this._subKeys = [];\n            for (d = 0; 16 > d; d++) {\n                for (var f = b[d] = [], l = v[d], c = 0; 24 > c; c++) f[c / 6 | 0] |= a[(w[c] - 1 + l) % 28] << 31 - c % 6,\n                f[4 + (c / 6 | 0)] |= a[28 + (w[c + 24] - 1 + l) % 28] << 31 - c % 6;\n                f[0] = f[0] << 1 | f[0] >>> 31;\n                for (c = 1; 7 > c; c++) f[c] >>>= 4 * (c - 1) + 3;\n                f[7] = f[7] << 5 | f[7] >>> 27\n            }\n            a = this._invSubKeys = [];\n            for (c = 0; 16 > c; c++) a[c] = b[15 - c]\n        },\n        encryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._subKeys)\n        },\n        decryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._invSubKeys)\n        },\n        _doCryptBlock: function(e, a, c) {\n            this._lBlock = e[a];\n            this._rBlock = e[a + 1];\n            u.call(this, 4, 252645135);\n            u.call(this, 16, 65535);\n            l.call(this, 2, 858993459);\n            l.call(this, 8, 16711935);\n            u.call(this, 1, 1431655765);\n            for (var d = 0; 16 > d; d++) {\n                for (var f = c[d], n = this._lBlock, p = this._rBlock, q = 0, r = 0; 8 > r; r++) q |= b[r][((p ^ f[r]) & x[r]) >>> 0];\n                this._lBlock = p;\n                this._rBlock = n ^ q\n            }\n            c = this._lBlock;\n            this._lBlock = this._rBlock;\n            this._rBlock = c;\n            u.call(this, 1, 1431655765);\n            l.call(this, 8, 16711935);\n            l.call(this, 2, 858993459);\n            u.call(this, 16, 65535);\n            u.call(this, 4, 252645135);\n            e[a] = this._lBlock;\n            e[a + 1] = this._rBlock\n        },\n        keySize: 2,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.DES = n._createHelper(r);\n    s = s.TripleDES = n.extend({\n        _doReset: function() {\n            var b = this._key.words;\n            this._des1 = r.createEncryptor(p.create(b.slice(0, 2)));\n            this._des2 = r.createEncryptor(p.create(b.slice(2, 4)));\n            this._des3 = r.createEncryptor(p.create(b.slice(4, 6)))\n        },\n        encryptBlock: function(b, a) {\n            this._des1.encryptBlock(b, a);\n            this._des2.decryptBlock(b, a);\n            this._des3.encryptBlock(b, a)\n        },\n        decryptBlock: function(b, a) {\n            this._des3.decryptBlock(b, a);\n            this._des2.encryptBlock(b, a);\n            this._des1.decryptBlock(b, a)\n        },\n        keySize: 6,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.TripleDES = n._createHelper(s)\n})();\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\n/**\n * Electronic Codebook block mode.\n */\nCryptoJS.mode.ECB = (function() {\n    var ECB = CryptoJS.lib.BlockCipherMode.extend();\n\n    ECB.Encryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.encryptBlock(words, offset);\n        }\n    });\n\n    ECB.Decryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.decryptBlock(words, offset);\n        }\n    });\n\n    return ECB;\n} ());\n\nfunction encryptByDES(message, key) {\n    var keyHex = CryptoJS.enc.Utf8.parse(key);\n    var encrypted = CryptoJS.DES.encrypt(message, keyHex, {\n        mode: CryptoJS.mode.ECB,\n        padding: CryptoJS.pad.Pkcs7\n    });\n    return encrypted.toString()\n}\n//DES加密结束\nvar userId=userId||'0';\nvar deskey = wapToken||'web@hzlq';\nvar siteId=siteId||'1';\nfunction getPostUrl(data,type) {\nvar url = 'http://m.ndlib.cn/nlc_read_home/service.do';\nvar md5Key = 'library_2016@hzlq';\nvar value = {\n    siteId: siteId,\n    data: encryptByDES(JSON.stringify(data), deskey),\n    userId: userId,\n    fromSource: 3,\n    osType: 5,\n    version: \"1.0.1\",\n    versionCode: 10001,\n    timeStamp: data.timeStamp,\n    hashCode: md5(data.timeStamp + md5Key)\n}\nvar cmd = \"cmd=\"+type+\"&value=\" + encodeURIComponent(JSON.stringify(value));\nvar option = {\n   \"method\": \"POST\",\n   \"body\": String(cmd)\n};\nreturn result=url + ','+JSON.stringify(option);\n}\n\n//获取登录信息\nif((account&&pwd&&(!wapToken))){\n  var loginInfo={\n  timeStamp:Date.now(),\n  account:account,\n  pwd:pwd\n}\n  var loginInfoUrl=getPostUrl(loginInfo,'login');\n  var ddd=String(java.ajax(loginInfoUrl));\n  var loginData=JSON.parse(ddd).returnObject;\n  userId=loginData.userId;\n  siteId=loginData.siteId;\n  deskey=loginData.wapToken;\n}\njava.put('userId',userId);\njava.put('deskey',deskey);\njava.put('siteId',siteId);\nresult",
      "chapterName": "$.chapterName",
      "chapterUrl": "$.chapterId@js:\n//md5加密开始\nvar rotateLeft = function(lValue, iShiftBits) {\n    return (lValue << iShiftBits) | (lValue >>> (32 - iShiftBits))\n}\nvar addUnsigned = function(lX, lY) {\n    var lX4, lY4, lX8, lY8, lResult;\n    lX8 = (lX & 0x80000000);\n    lY8 = (lY & 0x80000000);\n    lX4 = (lX & 0x40000000);\n    lY4 = (lY & 0x40000000);\n    lResult = (lX & 0x3FFFFFFF) + (lY & 0x3FFFFFFF);\n    if (lX4 & lY4) return (lResult ^ 0x80000000 ^ lX8 ^ lY8);\n    if (lX4 | lY4) {\n        if (lResult & 0x40000000) return (lResult ^ 0xC0000000 ^ lX8 ^ lY8);\n        else return (lResult ^ 0x40000000 ^ lX8 ^ lY8)\n    } else {\n        return (lResult ^ lX8 ^ lY8)\n    }\n}\nvar F = function(x, y, z) {\n    return (x & y) | ((~x) & z)\n}\nvar G = function(x, y, z) {\n    return (x & z) | (y & (~z))\n}\nvar H = function(x, y, z) {\n    return (x ^ y ^ z)\n}\nvar I = function(x, y, z) {\n    return (y ^ (x | (~z)))\n}\nvar FF = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(F(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar GG = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(G(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar HH = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(H(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar II = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(I(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar convertToWordArray = function(string) {\n    var lWordCount;\n    var lMessageLength = string.length;\n    var lNumberOfWordsTempOne = lMessageLength + 8;\n    var lNumberOfWordsTempTwo = (lNumberOfWordsTempOne - (lNumberOfWordsTempOne % 64)) / 64;\n    var lNumberOfWords = (lNumberOfWordsTempTwo + 1) * 16;\n    var lWordArray = Array(lNumberOfWords - 1);\n    var lBytePosition = 0;\n    var lByteCount = 0;\n    while (lByteCount < lMessageLength) {\n        lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n        lBytePosition = (lByteCount % 4) * 8;\n        lWordArray[lWordCount] = (lWordArray[lWordCount] | (string.charCodeAt(lByteCount) << lBytePosition));\n        lByteCount++\n    }\n    lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n    lBytePosition = (lByteCount % 4) * 8;\n    lWordArray[lWordCount] = lWordArray[lWordCount] | (0x80 << lBytePosition);\n    lWordArray[lNumberOfWords - 2] = lMessageLength << 3;\n    lWordArray[lNumberOfWords - 1] = lMessageLength >>> 29;\n    return lWordArray\n};\nvar wordToHex = function(lValue) {\n    var WordToHexValue = \"\",\n    WordToHexValueTemp = \"\",\n    lByte, lCount;\n    for (lCount = 0; lCount <= 3; lCount++) {\n        lByte = (lValue >>> (lCount * 8)) & 255;\n        WordToHexValueTemp = \"0\" + lByte.toString(16);\n        WordToHexValue = WordToHexValue + WordToHexValueTemp.substr(WordToHexValueTemp.length - 2, 2)\n    }\n    return WordToHexValue\n};\nvar uTF8Encode = function(string) {\n    string = string.replace(/\\x0d\\x0a/g, \"\\x0a\");\n    var output = \"\";\n    for (var n = 0; n < string.length; n++) {\n        var c = string.charCodeAt(n);\n        if (c < 128) {\n            output += String.fromCharCode(c)\n        } else if ((c > 127) && (c < 2048)) {\n            output += String.fromCharCode((c >> 6) | 192);\n            output += String.fromCharCode((c & 63) | 128)\n        } else {\n            output += String.fromCharCode((c >> 12) | 224);\n            output += String.fromCharCode(((c >> 6) & 63) | 128);\n            output += String.fromCharCode((c & 63) | 128)\n        }\n    }\n    return output;\n};\nfunction md5(string) {\n    var x = Array();\n    var k, AA, BB, CC, DD, a, b, c, d;\n    var S11 = 7,\n    S12 = 12,\n    S13 = 17,\n    S14 = 22;\n    var S21 = 5,\n    S22 = 9,\n    S23 = 14,\n    S24 = 20;\n    var S31 = 4,\n    S32 = 11,\n    S33 = 16,\n    S34 = 23;\n    var S41 = 6,\n    S42 = 10,\n    S43 = 15,\n    S44 = 21;\n    string = uTF8Encode(string);\n    x = convertToWordArray(string);\n    a = 0x67452301;\n    b = 0xEFCDAB89;\n    c = 0x98BADCFE;\n    d = 0x10325476;\n    for (k = 0; k < x.length; k += 16) {\n        AA = a;\n        BB = b;\n        CC = c;\n        DD = d;\n        a = FF(a, b, c, d, x[k + 0], S11, 0xD76AA478);\n        d = FF(d, a, b, c, x[k + 1], S12, 0xE8C7B756);\n        c = FF(c, d, a, b, x[k + 2], S13, 0x242070DB);\n        b = FF(b, c, d, a, x[k + 3], S14, 0xC1BDCEEE);\n        a = FF(a, b, c, d, x[k + 4], S11, 0xF57C0FAF);\n        d = FF(d, a, b, c, x[k + 5], S12, 0x4787C62A);\n        c = FF(c, d, a, b, x[k + 6], S13, 0xA8304613);\n        b = FF(b, c, d, a, x[k + 7], S14, 0xFD469501);\n        a = FF(a, b, c, d, x[k + 8], S11, 0x698098D8);\n        d = FF(d, a, b, c, x[k + 9], S12, 0x8B44F7AF);\n        c = FF(c, d, a, b, x[k + 10], S13, 0xFFFF5BB1);\n        b = FF(b, c, d, a, x[k + 11], S14, 0x895CD7BE);\n        a = FF(a, b, c, d, x[k + 12], S11, 0x6B901122);\n        d = FF(d, a, b, c, x[k + 13], S12, 0xFD987193);\n        c = FF(c, d, a, b, x[k + 14], S13, 0xA679438E);\n        b = FF(b, c, d, a, x[k + 15], S14, 0x49B40821);\n        a = GG(a, b, c, d, x[k + 1], S21, 0xF61E2562);\n        d = GG(d, a, b, c, x[k + 6], S22, 0xC040B340);\n        c = GG(c, d, a, b, x[k + 11], S23, 0x265E5A51);\n        b = GG(b, c, d, a, x[k + 0], S24, 0xE9B6C7AA);\n        a = GG(a, b, c, d, x[k + 5], S21, 0xD62F105D);\n        d = GG(d, a, b, c, x[k + 10], S22, 0x2441453);\n        c = GG(c, d, a, b, x[k + 15], S23, 0xD8A1E681);\n        b = GG(b, c, d, a, x[k + 4], S24, 0xE7D3FBC8);\n        a = GG(a, b, c, d, x[k + 9], S21, 0x21E1CDE6);\n        d = GG(d, a, b, c, x[k + 14], S22, 0xC33707D6);\n        c = GG(c, d, a, b, x[k + 3], S23, 0xF4D50D87);\n        b = GG(b, c, d, a, x[k + 8], S24, 0x455A14ED);\n        a = GG(a, b, c, d, x[k + 13], S21, 0xA9E3E905);\n        d = GG(d, a, b, c, x[k + 2], S22, 0xFCEFA3F8);\n        c = GG(c, d, a, b, x[k + 7], S23, 0x676F02D9);\n        b = GG(b, c, d, a, x[k + 12], S24, 0x8D2A4C8A);\n        a = HH(a, b, c, d, x[k + 5], S31, 0xFFFA3942);\n        d = HH(d, a, b, c, x[k + 8], S32, 0x8771F681);\n        c = HH(c, d, a, b, x[k + 11], S33, 0x6D9D6122);\n        b = HH(b, c, d, a, x[k + 14], S34, 0xFDE5380C);\n        a = HH(a, b, c, d, x[k + 1], S31, 0xA4BEEA44);\n        d = HH(d, a, b, c, x[k + 4], S32, 0x4BDECFA9);\n        c = HH(c, d, a, b, x[k + 7], S33, 0xF6BB4B60);\n        b = HH(b, c, d, a, x[k + 10], S34, 0xBEBFBC70);\n        a = HH(a, b, c, d, x[k + 13], S31, 0x289B7EC6);\n        d = HH(d, a, b, c, x[k + 0], S32, 0xEAA127FA);\n        c = HH(c, d, a, b, x[k + 3], S33, 0xD4EF3085);\n        b = HH(b, c, d, a, x[k + 6], S34, 0x4881D05);\n        a = HH(a, b, c, d, x[k + 9], S31, 0xD9D4D039);\n        d = HH(d, a, b, c, x[k + 12], S32, 0xE6DB99E5);\n        c = HH(c, d, a, b, x[k + 15], S33, 0x1FA27CF8);\n        b = HH(b, c, d, a, x[k + 2], S34, 0xC4AC5665);\n        a = II(a, b, c, d, x[k + 0], S41, 0xF4292244);\n        d = II(d, a, b, c, x[k + 7], S42, 0x432AFF97);\n        c = II(c, d, a, b, x[k + 14], S43, 0xAB9423A7);\n        b = II(b, c, d, a, x[k + 5], S44, 0xFC93A039);\n        a = II(a, b, c, d, x[k + 12], S41, 0x655B59C3);\n        d = II(d, a, b, c, x[k + 3], S42, 0x8F0CCC92);\n        c = II(c, d, a, b, x[k + 10], S43, 0xFFEFF47D);\n        b = II(b, c, d, a, x[k + 1], S44, 0x85845DD1);\n        a = II(a, b, c, d, x[k + 8], S41, 0x6FA87E4F);\n        d = II(d, a, b, c, x[k + 15], S42, 0xFE2CE6E0);\n        c = II(c, d, a, b, x[k + 6], S43, 0xA3014314);\n        b = II(b, c, d, a, x[k + 13], S44, 0x4E0811A1);\n        a = II(a, b, c, d, x[k + 4], S41, 0xF7537E82);\n        d = II(d, a, b, c, x[k + 11], S42, 0xBD3AF235);\n        c = II(c, d, a, b, x[k + 2], S43, 0x2AD7D2BB);\n        b = II(b, c, d, a, x[k + 9], S44, 0xEB86D391);\n        a = addUnsigned(a, AA);\n        b = addUnsigned(b, BB);\n        c = addUnsigned(c, CC);\n        d = addUnsigned(d, DD);\n    };\n    var tempValue = wordToHex(a) + wordToHex(b) + wordToHex(c) + wordToHex(d);\n    return tempValue.toLowerCase();\n}\n//md5加密结束\n//DES加密开始\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\nvar CryptoJS = CryptoJS ||\nfunction(u, l) {\n    var d = {},\n    n = d.lib = {},\n    p = function() {},\n    s = n.Base = {\n        extend: function(a) {\n            p.prototype = this;\n            var c = new p;\n            a && c.mixIn(a);\n            c.hasOwnProperty(\"init\") || (c.init = function() {\n                c.$super.init.apply(this, arguments)\n            });\n            c.init.prototype = c;\n            c.$super = this;\n            return c\n        },\n        create: function() {\n            var a = this.extend();\n            a.init.apply(a, arguments);\n            return a\n        },\n        init: function() {},\n        mixIn: function(a) {\n            for (var c in a) a.hasOwnProperty(c) && (this[c] = a[c]);\n            a.hasOwnProperty(\"toString\") && (this.toString = a.toString)\n        },\n        clone: function() {\n            return this.init.prototype.extend(this)\n        }\n    },\n    q = n.WordArray = s.extend({\n        init: function(a, c) {\n            a = this.words = a || [];\n            this.sigBytes = c != l ? c: 4 * a.length\n        },\n        toString: function(a) {\n            return (a || v).stringify(this)\n        },\n        concat: function(a) {\n            var c = this.words,\n            m = a.words,\n            f = this.sigBytes;\n            a = a.sigBytes;\n            this.clamp();\n            if (f % 4) for (var t = 0; t < a; t++) c[f + t >>> 2] |= (m[t >>> 2] >>> 24 - 8 * (t % 4) & 255) << 24 - 8 * ((f + t) % 4);\n            else if (65535 < m.length) for (t = 0; t < a; t += 4) c[f + t >>> 2] = m[t >>> 2];\n            else c.push.apply(c, m);\n            this.sigBytes += a;\n            return this\n        },\n        clamp: function() {\n            var a = this.words,\n            c = this.sigBytes;\n            a[c >>> 2] &= 4294967295 << 32 - 8 * (c % 4);\n            a.length = u.ceil(c / 4)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a.words = this.words.slice(0);\n            return a\n        },\n        random: function(a) {\n            for (var c = [], m = 0; m < a; m += 4) c.push(4294967296 * u.random() | 0);\n            return new q.init(c, a)\n        }\n    }),\n    w = d.enc = {},\n    v = w.Hex = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) {\n                var t = c[f >>> 2] >>> 24 - 8 * (f % 4) & 255;\n                m.push((t >>> 4).toString(16));\n                m.push((t & 15).toString(16))\n            }\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f += 2) m[f >>> 3] |= parseInt(a.substr(f, 2), 16) << 24 - 4 * (f % 8);\n            return new q.init(m, c / 2)\n        }\n    },\n    b = w.Latin1 = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) m.push(String.fromCharCode(c[f >>> 2] >>> 24 - 8 * (f % 4) & 255));\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f++) m[f >>> 2] |= (a.charCodeAt(f) & 255) << 24 - 8 * (f % 4);\n            return new q.init(m, c)\n        }\n    },\n    x = w.Utf8 = {\n        stringify: function(a) {\n            try {\n                return decodeURIComponent(escape(b.stringify(a)))\n            } catch(c) {\n                throw Error(\"Malformed UTF-8 data\");\n            }\n        },\n        parse: function(a) {\n            return b.parse(unescape(encodeURIComponent(a)))\n        }\n    },\n    r = n.BufferedBlockAlgorithm = s.extend({\n        reset: function() {\n            this._data = new q.init;\n            this._nDataBytes = 0\n        },\n        _append: function(a) {\n            \"string\" == typeof a && (a = x.parse(a));\n            this._data.concat(a);\n            this._nDataBytes += a.sigBytes\n        },\n        _process: function(a) {\n            var c = this._data,\n            m = c.words,\n            f = c.sigBytes,\n            t = this.blockSize,\n            b = f / (4 * t),\n            b = a ? u.ceil(b) : u.max((b | 0) - this._minBufferSize, 0);\n            a = b * t;\n            f = u.min(4 * a, f);\n            if (a) {\n                for (var e = 0; e < a; e += t) this._doProcessBlock(m, e);\n                e = m.splice(0, a);\n                c.sigBytes -= f\n            }\n            return new q.init(e, f)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a._data = this._data.clone();\n            return a\n        },\n        _minBufferSize: 0\n    });\n    n.Hasher = r.extend({\n        cfg: s.extend(),\n        init: function(a) {\n            this.cfg = this.cfg.extend(a);\n            this.reset()\n        },\n        reset: function() {\n            r.reset.call(this);\n            this._doReset()\n        },\n        update: function(a) {\n            this._append(a);\n            this._process();\n            return this\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        blockSize: 16,\n        _createHelper: function(a) {\n            return function(c, m) {\n                return (new a.init(m)).finalize(c)\n            }\n        },\n        _createHmacHelper: function(a) {\n            return function(c, m) {\n                return (new e.HMAC.init(a, m)).finalize(c)\n            }\n        }\n    });\n    var e = d.algo = {};\n    return d\n} (Math); (function() {\n    var u = CryptoJS,\n    l = u.lib.WordArray;\n    u.enc.Base64 = {\n        stringify: function(d) {\n            var n = d.words,\n            l = d.sigBytes,\n            s = this._map;\n            d.clamp();\n            d = [];\n            for (var q = 0; q < l; q += 3) for (var w = (n[q >>> 2] >>> 24 - 8 * (q % 4) & 255) << 16 | (n[q + 1 >>> 2] >>> 24 - 8 * ((q + 1) % 4) & 255) << 8 | n[q + 2 >>> 2] >>> 24 - 8 * ((q + 2) % 4) & 255, v = 0; 4 > v && q + 0.75 * v < l; v++) d.push(s.charAt(w >>> 6 * (3 - v) & 63));\n            if (n = s.charAt(64)) for (; d.length % 4;) d.push(n);\n            return d.join(\"\")\n        },\n        parse: function(d) {\n            var n = d.length,\n            p = this._map,\n            s = p.charAt(64);\n            s && (s = d.indexOf(s), -1 != s && (n = s));\n            for (var s = [], q = 0, w = 0; w < n; w++) if (w % 4) {\n                var v = p.indexOf(d.charAt(w - 1)) << 2 * (w % 4),\n                b = p.indexOf(d.charAt(w)) >>> 6 - 2 * (w % 4);\n                s[q >>> 2] |= (v | b) << 24 - 8 * (q % 4);\n                q++\n            }\n            return l.create(s, q)\n        },\n        _map: \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\"\n    }\n})(); (function(u) {\n    function l(b, e, a, c, m, f, t) {\n        b = b + (e & a | ~e & c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function d(b, e, a, c, m, f, t) {\n        b = b + (e & c | a & ~c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function n(b, e, a, c, m, f, t) {\n        b = b + (e ^ a ^ c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function p(b, e, a, c, m, f, t) {\n        b = b + (a ^ (e | ~c)) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    for (var s = CryptoJS,\n    q = s.lib,\n    w = q.WordArray,\n    v = q.Hasher,\n    q = s.algo,\n    b = [], x = 0; 64 > x; x++) b[x] = 4294967296 * u.abs(u.sin(x + 1)) | 0;\n    q = q.MD5 = v.extend({\n        _doReset: function() {\n            this._hash = new w.init([1732584193, 4023233417, 2562383102, 271733878])\n        },\n        _doProcessBlock: function(r, e) {\n            for (var a = 0; 16 > a; a++) {\n                var c = e + a,\n                m = r[c];\n                r[c] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360\n            }\n            var a = this._hash.words,\n            c = r[e + 0],\n            m = r[e + 1],\n            f = r[e + 2],\n            t = r[e + 3],\n            y = r[e + 4],\n            q = r[e + 5],\n            s = r[e + 6],\n            w = r[e + 7],\n            v = r[e + 8],\n            u = r[e + 9],\n            x = r[e + 10],\n            z = r[e + 11],\n            A = r[e + 12],\n            B = r[e + 13],\n            C = r[e + 14],\n            D = r[e + 15],\n            g = a[0],\n            h = a[1],\n            j = a[2],\n            k = a[3],\n            g = l(g, h, j, k, c, 7, b[0]),\n            k = l(k, g, h, j, m, 12, b[1]),\n            j = l(j, k, g, h, f, 17, b[2]),\n            h = l(h, j, k, g, t, 22, b[3]),\n            g = l(g, h, j, k, y, 7, b[4]),\n            k = l(k, g, h, j, q, 12, b[5]),\n            j = l(j, k, g, h, s, 17, b[6]),\n            h = l(h, j, k, g, w, 22, b[7]),\n            g = l(g, h, j, k, v, 7, b[8]),\n            k = l(k, g, h, j, u, 12, b[9]),\n            j = l(j, k, g, h, x, 17, b[10]),\n            h = l(h, j, k, g, z, 22, b[11]),\n            g = l(g, h, j, k, A, 7, b[12]),\n            k = l(k, g, h, j, B, 12, b[13]),\n            j = l(j, k, g, h, C, 17, b[14]),\n            h = l(h, j, k, g, D, 22, b[15]),\n            g = d(g, h, j, k, m, 5, b[16]),\n            k = d(k, g, h, j, s, 9, b[17]),\n            j = d(j, k, g, h, z, 14, b[18]),\n            h = d(h, j, k, g, c, 20, b[19]),\n            g = d(g, h, j, k, q, 5, b[20]),\n            k = d(k, g, h, j, x, 9, b[21]),\n            j = d(j, k, g, h, D, 14, b[22]),\n            h = d(h, j, k, g, y, 20, b[23]),\n            g = d(g, h, j, k, u, 5, b[24]),\n            k = d(k, g, h, j, C, 9, b[25]),\n            j = d(j, k, g, h, t, 14, b[26]),\n            h = d(h, j, k, g, v, 20, b[27]),\n            g = d(g, h, j, k, B, 5, b[28]),\n            k = d(k, g, h, j, f, 9, b[29]),\n            j = d(j, k, g, h, w, 14, b[30]),\n            h = d(h, j, k, g, A, 20, b[31]),\n            g = n(g, h, j, k, q, 4, b[32]),\n            k = n(k, g, h, j, v, 11, b[33]),\n            j = n(j, k, g, h, z, 16, b[34]),\n            h = n(h, j, k, g, C, 23, b[35]),\n            g = n(g, h, j, k, m, 4, b[36]),\n            k = n(k, g, h, j, y, 11, b[37]),\n            j = n(j, k, g, h, w, 16, b[38]),\n            h = n(h, j, k, g, x, 23, b[39]),\n            g = n(g, h, j, k, B, 4, b[40]),\n            k = n(k, g, h, j, c, 11, b[41]),\n            j = n(j, k, g, h, t, 16, b[42]),\n            h = n(h, j, k, g, s, 23, b[43]),\n            g = n(g, h, j, k, u, 4, b[44]),\n            k = n(k, g, h, j, A, 11, b[45]),\n            j = n(j, k, g, h, D, 16, b[46]),\n            h = n(h, j, k, g, f, 23, b[47]),\n            g = p(g, h, j, k, c, 6, b[48]),\n            k = p(k, g, h, j, w, 10, b[49]),\n            j = p(j, k, g, h, C, 15, b[50]),\n            h = p(h, j, k, g, q, 21, b[51]),\n            g = p(g, h, j, k, A, 6, b[52]),\n            k = p(k, g, h, j, t, 10, b[53]),\n            j = p(j, k, g, h, x, 15, b[54]),\n            h = p(h, j, k, g, m, 21, b[55]),\n            g = p(g, h, j, k, v, 6, b[56]),\n            k = p(k, g, h, j, D, 10, b[57]),\n            j = p(j, k, g, h, s, 15, b[58]),\n            h = p(h, j, k, g, B, 21, b[59]),\n            g = p(g, h, j, k, y, 6, b[60]),\n            k = p(k, g, h, j, z, 10, b[61]),\n            j = p(j, k, g, h, f, 15, b[62]),\n            h = p(h, j, k, g, u, 21, b[63]);\n            a[0] = a[0] + g | 0;\n            a[1] = a[1] + h | 0;\n            a[2] = a[2] + j | 0;\n            a[3] = a[3] + k | 0\n        },\n        _doFinalize: function() {\n            var b = this._data,\n            e = b.words,\n            a = 8 * this._nDataBytes,\n            c = 8 * b.sigBytes;\n            e[c >>> 5] |= 128 << 24 - c % 32;\n            var m = u.floor(a / 4294967296);\n            e[(c + 64 >>> 9 << 4) + 15] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360;\n            e[(c + 64 >>> 9 << 4) + 14] = (a << 8 | a >>> 24) & 16711935 | (a << 24 | a >>> 8) & 4278255360;\n            b.sigBytes = 4 * (e.length + 1);\n            this._process();\n            b = this._hash;\n            e = b.words;\n            for (a = 0; 4 > a; a++) c = e[a],\n            e[a] = (c << 8 | c >>> 24) & 16711935 | (c << 24 | c >>> 8) & 4278255360;\n            return b\n        },\n        clone: function() {\n            var b = v.clone.call(this);\n            b._hash = this._hash.clone();\n            return b\n        }\n    });\n    s.MD5 = v._createHelper(q);\n    s.HmacMD5 = v._createHmacHelper(q)\n})(Math); (function() {\n    var u = CryptoJS,\n    l = u.lib,\n    d = l.Base,\n    n = l.WordArray,\n    l = u.algo,\n    p = l.EvpKDF = d.extend({\n        cfg: d.extend({\n            keySize: 4,\n            hasher: l.MD5,\n            iterations: 1\n        }),\n        init: function(d) {\n            this.cfg = this.cfg.extend(d)\n        },\n        compute: function(d, l) {\n            for (var p = this.cfg,\n            v = p.hasher.create(), b = n.create(), u = b.words, r = p.keySize, p = p.iterations; u.length < r;) {\n                e && v.update(e);\n                var e = v.update(d).finalize(l);\n                v.reset();\n                for (var a = 1; a < p; a++) e = v.finalize(e),\n                v.reset();\n                b.concat(e)\n            }\n            b.sigBytes = 4 * r;\n            return b\n        }\n    });\n    u.EvpKDF = function(d, l, n) {\n        return p.create(n).compute(d, l)\n    }\n})();\nCryptoJS.lib.Cipher ||\nfunction(u) {\n    var l = CryptoJS,\n    d = l.lib,\n    n = d.Base,\n    p = d.WordArray,\n    s = d.BufferedBlockAlgorithm,\n    q = l.enc.Base64,\n    w = l.algo.EvpKDF,\n    v = d.Cipher = s.extend({\n        cfg: n.extend(),\n        createEncryptor: function(m, a) {\n            return this.create(this._ENC_XFORM_MODE, m, a)\n        },\n        createDecryptor: function(m, a) {\n            return this.create(this._DEC_XFORM_MODE, m, a)\n        },\n        init: function(m, a, b) {\n            this.cfg = this.cfg.extend(b);\n            this._xformMode = m;\n            this._key = a;\n            this.reset()\n        },\n        reset: function() {\n            s.reset.call(this);\n            this._doReset()\n        },\n        process: function(a) {\n            this._append(a);\n            return this._process()\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        keySize: 4,\n        ivSize: 4,\n        _ENC_XFORM_MODE: 1,\n        _DEC_XFORM_MODE: 2,\n        _createHelper: function(m) {\n            return {\n                encrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).encrypt(m, f, b, e)\n                },\n                decrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).decrypt(m, f, b, e)\n                }\n            }\n        }\n    });\n    d.StreamCipher = v.extend({\n        _doFinalize: function() {\n            return this._process(!0)\n        },\n        blockSize: 1\n    });\n    var b = l.mode = {},\n    x = function(a, f, b) {\n        var c = this._iv;\n        c ? this._iv = u: c = this._prevBlock;\n        for (var e = 0; e < b; e++) a[f + e] ^= c[e]\n    },\n    r = (d.BlockCipherMode = n.extend({\n        createEncryptor: function(a, f) {\n            return this.Encryptor.create(a, f)\n        },\n        createDecryptor: function(a, f) {\n            return this.Decryptor.create(a, f)\n        },\n        init: function(a, f) {\n            this._cipher = a;\n            this._iv = f\n        }\n    })).extend();\n    r.Encryptor = r.extend({\n        processBlock: function(a, f) {\n            var b = this._cipher,\n            c = b.blockSize;\n            x.call(this, a, f, c);\n            b.encryptBlock(a, f);\n            this._prevBlock = a.slice(f, f + c)\n        }\n    });\n    r.Decryptor = r.extend({\n        processBlock: function(a, b) {\n            var c = this._cipher,\n            e = c.blockSize,\n            d = a.slice(b, b + e);\n            c.decryptBlock(a, b);\n            x.call(this, a, b, e);\n            this._prevBlock = d\n        }\n    });\n    b = b.CBC = r;\n    r = (l.pad = {}).Pkcs7 = {\n        pad: function(a, b) {\n            for (var c = 4 * b,\n            c = c - a.sigBytes % c,\n            e = c << 24 | c << 16 | c << 8 | c,\n            d = [], l = 0; l < c; l += 4) d.push(e);\n            c = p.create(d, c);\n            a.concat(c)\n        },\n        unpad: function(a) {\n            a.sigBytes -= a.words[a.sigBytes - 1 >>> 2] & 255\n        }\n    };\n    d.BlockCipher = v.extend({\n        cfg: v.cfg.extend({\n            mode: b,\n            padding: r\n        }),\n        reset: function() {\n            v.reset.call(this);\n            var a = this.cfg,\n            c = a.iv,\n            a = a.mode;\n            if (this._xformMode == this._ENC_XFORM_MODE) var b = a.createEncryptor;\n            else b = a.createDecryptor,\n            this._minBufferSize = 1;\n            this._mode = b.call(a, this, c && c.words)\n        },\n        _doProcessBlock: function(a, c) {\n            this._mode.processBlock(a, c)\n        },\n        _doFinalize: function() {\n            var a = this.cfg.padding;\n            if (this._xformMode == this._ENC_XFORM_MODE) {\n                a.pad(this._data, this.blockSize);\n                var c = this._process(!0)\n            } else c = this._process(!0),\n            a.unpad(c);\n            return c\n        },\n        blockSize: 4\n    });\n    var e = d.CipherParams = n.extend({\n        init: function(a) {\n            this.mixIn(a)\n        },\n        toString: function(a) {\n            return (a || this.formatter).stringify(this)\n        }\n    }),\n    b = (l.format = {}).OpenSSL = {\n        stringify: function(a) {\n            var c = a.ciphertext;\n            a = a.salt;\n            return (a ? p.create([1398893684, 1701076831]).concat(a).concat(c) : c).toString(q)\n        },\n        parse: function(a) {\n            a = q.parse(a);\n            var c = a.words;\n            if (1398893684 == c[0] && 1701076831 == c[1]) {\n                var b = p.create(c.slice(2, 4));\n                c.splice(0, 4);\n                a.sigBytes -= 16\n            }\n            return e.create({\n                ciphertext: a,\n                salt: b\n            })\n        }\n    },\n    a = d.SerializableCipher = n.extend({\n        cfg: n.extend({\n            format: b\n        }),\n        encrypt: function(a, c, b, d) {\n            d = this.cfg.extend(d);\n            var l = a.createEncryptor(b, d);\n            c = l.finalize(c);\n            l = l.cfg;\n            return e.create({\n                ciphertext: c,\n                key: b,\n                iv: l.iv,\n                algorithm: a,\n                mode: l.mode,\n                padding: l.padding,\n                blockSize: a.blockSize,\n                formatter: d.format\n            })\n        },\n        decrypt: function(a, c, b, e) {\n            e = this.cfg.extend(e);\n            c = this._parse(c, e.format);\n            return a.createDecryptor(b, e).finalize(c.ciphertext)\n        },\n        _parse: function(a, c) {\n            return \"string\" == typeof a ? c.parse(a, this) : a\n        }\n    }),\n    l = (l.kdf = {}).OpenSSL = {\n        execute: function(a, c, b, d) {\n            d || (d = p.random(8));\n            a = w.create({\n                keySize: c + b\n            }).compute(a, d);\n            b = p.create(a.words.slice(c), 4 * b);\n            a.sigBytes = 4 * c;\n            return e.create({\n                key: a,\n                iv: b,\n                salt: d\n            })\n        }\n    },\n    c = d.PasswordBasedCipher = a.extend({\n        cfg: a.cfg.extend({\n            kdf: l\n        }),\n        encrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            e = d.kdf.execute(e, c.keySize, c.ivSize);\n            d.iv = e.iv;\n            c = a.encrypt.call(this, c, b, e.key, d);\n            c.mixIn(e);\n            return c\n        },\n        decrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            b = this._parse(b, d.format);\n            e = d.kdf.execute(e, c.keySize, c.ivSize, b.salt);\n            d.iv = e.iv;\n            return a.decrypt.call(this, c, b, e.key, d)\n        }\n    })\n} (); (function() {\n    function u(b, a) {\n        var c = (this._lBlock >>> b ^ this._rBlock) & a;\n        this._rBlock ^= c;\n        this._lBlock ^= c << b\n    }\n    function l(b, a) {\n        var c = (this._rBlock >>> b ^ this._lBlock) & a;\n        this._lBlock ^= c;\n        this._rBlock ^= c << b\n    }\n    var d = CryptoJS,\n    n = d.lib,\n    p = n.WordArray,\n    n = n.BlockCipher,\n    s = d.algo,\n    q = [57, 49, 41, 33, 25, 17, 9, 1, 58, 50, 42, 34, 26, 18, 10, 2, 59, 51, 43, 35, 27, 19, 11, 3, 60, 52, 44, 36, 63, 55, 47, 39, 31, 23, 15, 7, 62, 54, 46, 38, 30, 22, 14, 6, 61, 53, 45, 37, 29, 21, 13, 5, 28, 20, 12, 4],\n    w = [14, 17, 11, 24, 1, 5, 3, 28, 15, 6, 21, 10, 23, 19, 12, 4, 26, 8, 16, 7, 27, 20, 13, 2, 41, 52, 31, 37, 47, 55, 30, 40, 51, 45, 33, 48, 44, 49, 39, 56, 34, 53, 46, 42, 50, 36, 29, 32],\n    v = [1, 2, 4, 6, 8, 10, 12, 14, 15, 17, 19, 21, 23, 25, 27, 28],\n    b = [{\n        \"0\": 8421888,\n        268435456 : 32768,\n        536870912 : 8421378,\n        805306368 : 2,\n        1073741824 : 512,\n        1342177280 : 8421890,\n        1610612736 : 8389122,\n        1879048192 : 8388608,\n        2147483648 : 514,\n        2415919104 : 8389120,\n        2684354560 : 33280,\n        2952790016 : 8421376,\n        3221225472 : 32770,\n        3489660928 : 8388610,\n        3758096384 : 0,\n        4026531840 : 33282,\n        134217728 : 0,\n        402653184 : 8421890,\n        671088640 : 33282,\n        939524096 : 32768,\n        1207959552 : 8421888,\n        1476395008 : 512,\n        1744830464 : 8421378,\n        2013265920 : 2,\n        2281701376 : 8389120,\n        2550136832 : 33280,\n        2818572288 : 8421376,\n        3087007744 : 8389122,\n        3355443200 : 8388610,\n        3623878656 : 32770,\n        3892314112 : 514,\n        4160749568 : 8388608,\n        1 : 32768,\n        268435457 : 2,\n        536870913 : 8421888,\n        805306369 : 8388608,\n        1073741825 : 8421378,\n        1342177281 : 33280,\n        1610612737 : 512,\n        1879048193 : 8389122,\n        2147483649 : 8421890,\n        2415919105 : 8421376,\n        2684354561 : 8388610,\n        2952790017 : 33282,\n        3221225473 : 514,\n        3489660929 : 8389120,\n        3758096385 : 32770,\n        4026531841 : 0,\n        134217729 : 8421890,\n        402653185 : 8421376,\n        671088641 : 8388608,\n        939524097 : 512,\n        1207959553 : 32768,\n        1476395009 : 8388610,\n        1744830465 : 2,\n        2013265921 : 33282,\n        2281701377 : 32770,\n        2550136833 : 8389122,\n        2818572289 : 514,\n        3087007745 : 8421888,\n        3355443201 : 8389120,\n        3623878657 : 0,\n        3892314113 : 33280,\n        4160749569 : 8421378\n    },\n    {\n        \"0\": 1074282512,\n        16777216 : 16384,\n        33554432 : 524288,\n        50331648 : 1074266128,\n        67108864 : 1073741840,\n        83886080 : 1074282496,\n        100663296 : 1073758208,\n        117440512 : 16,\n        134217728 : 540672,\n        150994944 : 1073758224,\n        167772160 : 1073741824,\n        184549376 : 540688,\n        201326592 : 524304,\n        218103808 : 0,\n        234881024 : 16400,\n        251658240 : 1074266112,\n        8388608 : 1073758208,\n        25165824 : 540688,\n        41943040 : 16,\n        58720256 : 1073758224,\n        75497472 : 1074282512,\n        92274688 : 1073741824,\n        109051904 : 524288,\n        125829120 : 1074266128,\n        142606336 : 524304,\n        159383552 : 0,\n        176160768 : 16384,\n        192937984 : 1074266112,\n        209715200 : 1073741840,\n        226492416 : 540672,\n        243269632 : 1074282496,\n        260046848 : 16400,\n        268435456 : 0,\n        285212672 : 1074266128,\n        301989888 : 1073758224,\n        318767104 : 1074282496,\n        335544320 : 1074266112,\n        352321536 : 16,\n        369098752 : 540688,\n        385875968 : 16384,\n        402653184 : 16400,\n        419430400 : 524288,\n        436207616 : 524304,\n        452984832 : 1073741840,\n        469762048 : 540672,\n        486539264 : 1073758208,\n        503316480 : 1073741824,\n        520093696 : 1074282512,\n        276824064 : 540688,\n        293601280 : 524288,\n        310378496 : 1074266112,\n        327155712 : 16384,\n        343932928 : 1073758208,\n        360710144 : 1074282512,\n        377487360 : 16,\n        394264576 : 1073741824,\n        411041792 : 1074282496,\n        427819008 : 1073741840,\n        444596224 : 1073758224,\n        461373440 : 524304,\n        478150656 : 0,\n        494927872 : 16400,\n        511705088 : 1074266128,\n        528482304 : 540672\n    },\n    {\n        \"0\": 260,\n        1048576 : 0,\n        2097152 : 67109120,\n        3145728 : 65796,\n        4194304 : 65540,\n        5242880 : 67108868,\n        6291456 : 67174660,\n        7340032 : 67174400,\n        8388608 : 67108864,\n        9437184 : 67174656,\n        10485760 : 65792,\n        11534336 : 67174404,\n        12582912 : 67109124,\n        13631488 : 65536,\n        14680064 : 4,\n        15728640 : 256,\n        524288 : 67174656,\n        1572864 : 67174404,\n        2621440 : 0,\n        3670016 : 67109120,\n        4718592 : 67108868,\n        5767168 : 65536,\n        6815744 : 65540,\n        7864320 : 260,\n        8912896 : 4,\n        9961472 : 256,\n        11010048 : 67174400,\n        12058624 : 65796,\n        13107200 : 65792,\n        14155776 : 67109124,\n        15204352 : 67174660,\n        16252928 : 67108864,\n        16777216 : 67174656,\n        17825792 : 65540,\n        18874368 : 65536,\n        19922944 : 67109120,\n        20971520 : 256,\n        22020096 : 67174660,\n        23068672 : 67108868,\n        24117248 : 0,\n        25165824 : 67109124,\n        26214400 : 67108864,\n        27262976 : 4,\n        28311552 : 65792,\n        29360128 : 67174400,\n        30408704 : 260,\n        31457280 : 65796,\n        32505856 : 67174404,\n        17301504 : 67108864,\n        18350080 : 260,\n        19398656 : 67174656,\n        20447232 : 0,\n        21495808 : 65540,\n        22544384 : 67109120,\n        23592960 : 256,\n        24641536 : 67174404,\n        25690112 : 65536,\n        26738688 : 67174660,\n        27787264 : 65796,\n        28835840 : 67108868,\n        29884416 : 67109124,\n        30932992 : 67174400,\n        31981568 : 4,\n        33030144 : 65792\n    },\n    {\n        \"0\": 2151682048,\n        65536 : 2147487808,\n        131072 : 4198464,\n        196608 : 2151677952,\n        262144 : 0,\n        327680 : 4198400,\n        393216 : 2147483712,\n        458752 : 4194368,\n        524288 : 2147483648,\n        589824 : 4194304,\n        655360 : 64,\n        720896 : 2147487744,\n        786432 : 2151678016,\n        851968 : 4160,\n        917504 : 4096,\n        983040 : 2151682112,\n        32768 : 2147487808,\n        98304 : 64,\n        163840 : 2151678016,\n        229376 : 2147487744,\n        294912 : 4198400,\n        360448 : 2151682112,\n        425984 : 0,\n        491520 : 2151677952,\n        557056 : 4096,\n        622592 : 2151682048,\n        688128 : 4194304,\n        753664 : 4160,\n        819200 : 2147483648,\n        884736 : 4194368,\n        950272 : 4198464,\n        1015808 : 2147483712,\n        1048576 : 4194368,\n        1114112 : 4198400,\n        1179648 : 2147483712,\n        1245184 : 0,\n        1310720 : 4160,\n        1376256 : 2151678016,\n        1441792 : 2151682048,\n        1507328 : 2147487808,\n        1572864 : 2151682112,\n        1638400 : 2147483648,\n        1703936 : 2151677952,\n        1769472 : 4198464,\n        1835008 : 2147487744,\n        1900544 : 4194304,\n        1966080 : 64,\n        2031616 : 4096,\n        1081344 : 2151677952,\n        1146880 : 2151682112,\n        1212416 : 0,\n        1277952 : 4198400,\n        1343488 : 4194368,\n        1409024 : 2147483648,\n        1474560 : 2147487808,\n        1540096 : 64,\n        1605632 : 2147483712,\n        1671168 : 4096,\n        1736704 : 2147487744,\n        1802240 : 2151678016,\n        1867776 : 4160,\n        1933312 : 2151682048,\n        1998848 : 4194304,\n        2064384 : 4198464\n    },\n    {\n        \"0\": 128,\n        4096 : 17039360,\n        8192 : 262144,\n        12288 : 536870912,\n        16384 : 537133184,\n        20480 : 16777344,\n        24576 : 553648256,\n        28672 : 262272,\n        32768 : 16777216,\n        36864 : 537133056,\n        40960 : 536871040,\n        45056 : 553910400,\n        49152 : 553910272,\n        53248 : 0,\n        57344 : 17039488,\n        61440 : 553648128,\n        2048 : 17039488,\n        6144 : 553648256,\n        10240 : 128,\n        14336 : 17039360,\n        18432 : 262144,\n        22528 : 537133184,\n        26624 : 553910272,\n        30720 : 536870912,\n        34816 : 537133056,\n        38912 : 0,\n        43008 : 553910400,\n        47104 : 16777344,\n        51200 : 536871040,\n        55296 : 553648128,\n        59392 : 16777216,\n        63488 : 262272,\n        65536 : 262144,\n        69632 : 128,\n        73728 : 536870912,\n        77824 : 553648256,\n        81920 : 16777344,\n        86016 : 553910272,\n        90112 : 537133184,\n        94208 : 16777216,\n        98304 : 553910400,\n        102400 : 553648128,\n        106496 : 17039360,\n        110592 : 537133056,\n        114688 : 262272,\n        118784 : 536871040,\n        122880 : 0,\n        126976 : 17039488,\n        67584 : 553648256,\n        71680 : 16777216,\n        75776 : 17039360,\n        79872 : 537133184,\n        83968 : 536870912,\n        88064 : 17039488,\n        92160 : 128,\n        96256 : 553910272,\n        100352 : 262272,\n        104448 : 553910400,\n        108544 : 0,\n        112640 : 553648128,\n        116736 : 16777344,\n        120832 : 262144,\n        124928 : 537133056,\n        129024 : 536871040\n    },\n    {\n        \"0\": 268435464,\n        256 : 8192,\n        512 : 270532608,\n        768 : 270540808,\n        1024 : 268443648,\n        1280 : 2097152,\n        1536 : 2097160,\n        1792 : 268435456,\n        2048 : 0,\n        2304 : 268443656,\n        2560 : 2105344,\n        2816 : 8,\n        3072 : 270532616,\n        3328 : 2105352,\n        3584 : 8200,\n        3840 : 270540800,\n        128 : 270532608,\n        384 : 270540808,\n        640 : 8,\n        896 : 2097152,\n        1152 : 2105352,\n        1408 : 268435464,\n        1664 : 268443648,\n        1920 : 8200,\n        2176 : 2097160,\n        2432 : 8192,\n        2688 : 268443656,\n        2944 : 270532616,\n        3200 : 0,\n        3456 : 270540800,\n        3712 : 2105344,\n        3968 : 268435456,\n        4096 : 268443648,\n        4352 : 270532616,\n        4608 : 270540808,\n        4864 : 8200,\n        5120 : 2097152,\n        5376 : 268435456,\n        5632 : 268435464,\n        5888 : 2105344,\n        6144 : 2105352,\n        6400 : 0,\n        6656 : 8,\n        6912 : 270532608,\n        7168 : 8192,\n        7424 : 268443656,\n        7680 : 270540800,\n        7936 : 2097160,\n        4224 : 8,\n        4480 : 2105344,\n        4736 : 2097152,\n        4992 : 268435464,\n        5248 : 268443648,\n        5504 : 8200,\n        5760 : 270540808,\n        6016 : 270532608,\n        6272 : 270540800,\n        6528 : 270532616,\n        6784 : 8192,\n        7040 : 2105352,\n        7296 : 2097160,\n        7552 : 0,\n        7808 : 268435456,\n        8064 : 268443656\n    },\n    {\n        \"0\": 1048576,\n        16 : 33555457,\n        32 : 1024,\n        48 : 1049601,\n        64 : 34604033,\n        80 : 0,\n        96 : 1,\n        112 : 34603009,\n        128 : 33555456,\n        144 : 1048577,\n        160 : 33554433,\n        176 : 34604032,\n        192 : 34603008,\n        208 : 1025,\n        224 : 1049600,\n        240 : 33554432,\n        8 : 34603009,\n        24 : 0,\n        40 : 33555457,\n        56 : 34604032,\n        72 : 1048576,\n        88 : 33554433,\n        104 : 33554432,\n        120 : 1025,\n        136 : 1049601,\n        152 : 33555456,\n        168 : 34603008,\n        184 : 1048577,\n        200 : 1024,\n        216 : 34604033,\n        232 : 1,\n        248 : 1049600,\n        256 : 33554432,\n        272 : 1048576,\n        288 : 33555457,\n        304 : 34603009,\n        320 : 1048577,\n        336 : 33555456,\n        352 : 34604032,\n        368 : 1049601,\n        384 : 1025,\n        400 : 34604033,\n        416 : 1049600,\n        432 : 1,\n        448 : 0,\n        464 : 34603008,\n        480 : 33554433,\n        496 : 1024,\n        264 : 1049600,\n        280 : 33555457,\n        296 : 34603009,\n        312 : 1,\n        328 : 33554432,\n        344 : 1048576,\n        360 : 1025,\n        376 : 34604032,\n        392 : 33554433,\n        408 : 34603008,\n        424 : 0,\n        440 : 34604033,\n        456 : 1049601,\n        472 : 1024,\n        488 : 33555456,\n        504 : 1048577\n    },\n    {\n        \"0\": 134219808,\n        1 : 131072,\n        2 : 134217728,\n        3 : 32,\n        4 : 131104,\n        5 : 134350880,\n        6 : 134350848,\n        7 : 2048,\n        8 : 134348800,\n        9 : 134219776,\n        10 : 133120,\n        11 : 134348832,\n        12 : 2080,\n        13 : 0,\n        14 : 134217760,\n        15 : 133152,\n        2147483648 : 2048,\n        2147483649 : 134350880,\n        2147483650 : 134219808,\n        2147483651 : 134217728,\n        2147483652 : 134348800,\n        2147483653 : 133120,\n        2147483654 : 133152,\n        2147483655 : 32,\n        2147483656 : 134217760,\n        2147483657 : 2080,\n        2147483658 : 131104,\n        2147483659 : 134350848,\n        2147483660 : 0,\n        2147483661 : 134348832,\n        2147483662 : 134219776,\n        2147483663 : 131072,\n        16 : 133152,\n        17 : 134350848,\n        18 : 32,\n        19 : 2048,\n        20 : 134219776,\n        21 : 134217760,\n        22 : 134348832,\n        23 : 131072,\n        24 : 0,\n        25 : 131104,\n        26 : 134348800,\n        27 : 134219808,\n        28 : 134350880,\n        29 : 133120,\n        30 : 2080,\n        31 : 134217728,\n        2147483664 : 131072,\n        2147483665 : 2048,\n        2147483666 : 134348832,\n        2147483667 : 133152,\n        2147483668 : 32,\n        2147483669 : 134348800,\n        2147483670 : 134217728,\n        2147483671 : 134219808,\n        2147483672 : 134350880,\n        2147483673 : 134217760,\n        2147483674 : 134219776,\n        2147483675 : 0,\n        2147483676 : 133120,\n        2147483677 : 2080,\n        2147483678 : 131104,\n        2147483679 : 134350848\n    }],\n    x = [4160749569, 528482304, 33030144, 2064384, 129024, 8064, 504, 2147483679],\n    r = s.DES = n.extend({\n        _doReset: function() {\n            for (var b = this._key.words,\n            a = [], c = 0; 56 > c; c++) {\n                var d = q[c] - 1;\n                a[c] = b[d >>> 5] >>> 31 - d % 32 & 1\n            }\n            b = this._subKeys = [];\n            for (d = 0; 16 > d; d++) {\n                for (var f = b[d] = [], l = v[d], c = 0; 24 > c; c++) f[c / 6 | 0] |= a[(w[c] - 1 + l) % 28] << 31 - c % 6,\n                f[4 + (c / 6 | 0)] |= a[28 + (w[c + 24] - 1 + l) % 28] << 31 - c % 6;\n                f[0] = f[0] << 1 | f[0] >>> 31;\n                for (c = 1; 7 > c; c++) f[c] >>>= 4 * (c - 1) + 3;\n                f[7] = f[7] << 5 | f[7] >>> 27\n            }\n            a = this._invSubKeys = [];\n            for (c = 0; 16 > c; c++) a[c] = b[15 - c]\n        },\n        encryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._subKeys)\n        },\n        decryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._invSubKeys)\n        },\n        _doCryptBlock: function(e, a, c) {\n            this._lBlock = e[a];\n            this._rBlock = e[a + 1];\n            u.call(this, 4, 252645135);\n            u.call(this, 16, 65535);\n            l.call(this, 2, 858993459);\n            l.call(this, 8, 16711935);\n            u.call(this, 1, 1431655765);\n            for (var d = 0; 16 > d; d++) {\n                for (var f = c[d], n = this._lBlock, p = this._rBlock, q = 0, r = 0; 8 > r; r++) q |= b[r][((p ^ f[r]) & x[r]) >>> 0];\n                this._lBlock = p;\n                this._rBlock = n ^ q\n            }\n            c = this._lBlock;\n            this._lBlock = this._rBlock;\n            this._rBlock = c;\n            u.call(this, 1, 1431655765);\n            l.call(this, 8, 16711935);\n            l.call(this, 2, 858993459);\n            u.call(this, 16, 65535);\n            u.call(this, 4, 252645135);\n            e[a] = this._lBlock;\n            e[a + 1] = this._rBlock\n        },\n        keySize: 2,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.DES = n._createHelper(r);\n    s = s.TripleDES = n.extend({\n        _doReset: function() {\n            var b = this._key.words;\n            this._des1 = r.createEncryptor(p.create(b.slice(0, 2)));\n            this._des2 = r.createEncryptor(p.create(b.slice(2, 4)));\n            this._des3 = r.createEncryptor(p.create(b.slice(4, 6)))\n        },\n        encryptBlock: function(b, a) {\n            this._des1.encryptBlock(b, a);\n            this._des2.decryptBlock(b, a);\n            this._des3.encryptBlock(b, a)\n        },\n        decryptBlock: function(b, a) {\n            this._des3.decryptBlock(b, a);\n            this._des2.encryptBlock(b, a);\n            this._des1.decryptBlock(b, a)\n        },\n        keySize: 6,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.TripleDES = n._createHelper(s)\n})();\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\n/**\n * Electronic Codebook block mode.\n */\nCryptoJS.mode.ECB = (function() {\n    var ECB = CryptoJS.lib.BlockCipherMode.extend();\n\n    ECB.Encryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.encryptBlock(words, offset);\n        }\n    });\n    ECB.Decryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.decryptBlock(words, offset);\n        }\n    });\n    return ECB;\n} ());\n\nfunction encryptByDES(message, key) {\n    var keyHex = CryptoJS.enc.Utf8.parse(key);\n    var encrypted = CryptoJS.DES.encrypt(message, keyHex, {\n        mode: CryptoJS.mode.ECB,\n        padding: CryptoJS.pad.Pkcs7\n    });\n    return encrypted.toString()\n}\n//DES加密结束\nvar userId=userId||String(java.get('userId'));\nvar deskey=deskey||String(java.get('deskey'));\nvar siteId=siteId||String(java.get('siteId'));\nfunction getPostUrl(data,type) {\nvar url = 'http://m.ndlib.cn/nlc_read_home/service.do';\nvar md5Key = 'library_2016@hzlq';\nvar value = {\n    siteId: siteId,\n    data: encryptByDES(JSON.stringify(data), deskey),\n    userId: userId,\n    fromSource: 3,\n    osType: 5,\n    version: \"1.0.1\",\n    versionCode: 10001,\n    timeStamp: data.timeStamp,\n    hashCode: md5(data.timeStamp + md5Key)\n}\nvar cmd = \"cmd=\"+type+\"&value=\" + encodeURIComponent(JSON.stringify(value));\nvar option = {\n   \"method\": \"POST\",\n   \"body\": String(cmd)\n};\nreturn result=url + ','+JSON.stringify(option);\n}\nvar data = {\n    timeStamp:Date.now(),\n    uaInfo:'1',\n    chapterId:result\n};\ngetPostUrl(data,'qryChapterDetails');",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "<js>\n//md5加密开始\nvar rotateLeft = function(lValue, iShiftBits) {\n    return (lValue << iShiftBits) | (lValue >>> (32 - iShiftBits))\n}\nvar addUnsigned = function(lX, lY) {\n    var lX4, lY4, lX8, lY8, lResult;\n    lX8 = (lX & 0x80000000);\n    lY8 = (lY & 0x80000000);\n    lX4 = (lX & 0x40000000);\n    lY4 = (lY & 0x40000000);\n    lResult = (lX & 0x3FFFFFFF) + (lY & 0x3FFFFFFF);\n    if (lX4 & lY4) return (lResult ^ 0x80000000 ^ lX8 ^ lY8);\n    if (lX4 | lY4) {\n        if (lResult & 0x40000000) return (lResult ^ 0xC0000000 ^ lX8 ^ lY8);\n        else return (lResult ^ 0x40000000 ^ lX8 ^ lY8)\n    } else {\n        return (lResult ^ lX8 ^ lY8)\n    }\n}\nvar F = function(x, y, z) {\n    return (x & y) | ((~x) & z)\n}\nvar G = function(x, y, z) {\n    return (x & z) | (y & (~z))\n}\nvar H = function(x, y, z) {\n    return (x ^ y ^ z)\n}\nvar I = function(x, y, z) {\n    return (y ^ (x | (~z)))\n}\nvar FF = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(F(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar GG = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(G(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar HH = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(H(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar II = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(I(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar convertToWordArray = function(string) {\n    var lWordCount;\n    var lMessageLength = string.length;\n    var lNumberOfWordsTempOne = lMessageLength + 8;\n    var lNumberOfWordsTempTwo = (lNumberOfWordsTempOne - (lNumberOfWordsTempOne % 64)) / 64;\n    var lNumberOfWords = (lNumberOfWordsTempTwo + 1) * 16;\n    var lWordArray = Array(lNumberOfWords - 1);\n    var lBytePosition = 0;\n    var lByteCount = 0;\n    while (lByteCount < lMessageLength) {\n        lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n        lBytePosition = (lByteCount % 4) * 8;\n        lWordArray[lWordCount] = (lWordArray[lWordCount] | (string.charCodeAt(lByteCount) << lBytePosition));\n        lByteCount++\n    }\n    lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n    lBytePosition = (lByteCount % 4) * 8;\n    lWordArray[lWordCount] = lWordArray[lWordCount] | (0x80 << lBytePosition);\n    lWordArray[lNumberOfWords - 2] = lMessageLength << 3;\n    lWordArray[lNumberOfWords - 1] = lMessageLength >>> 29;\n    return lWordArray\n};\nvar wordToHex = function(lValue) {\n    var WordToHexValue = \"\",\n    WordToHexValueTemp = \"\",\n    lByte, lCount;\n    for (lCount = 0; lCount <= 3; lCount++) {\n        lByte = (lValue >>> (lCount * 8)) & 255;\n        WordToHexValueTemp = \"0\" + lByte.toString(16);\n        WordToHexValue = WordToHexValue + WordToHexValueTemp.substr(WordToHexValueTemp.length - 2, 2)\n    }\n    return WordToHexValue\n};\nvar uTF8Encode = function(string) {\n    string = string.replace(/\\x0d\\x0a/g, \"\\x0a\");\n    var output = \"\";\n    for (var n = 0; n < string.length; n++) {\n        var c = string.charCodeAt(n);\n        if (c < 128) {\n            output += String.fromCharCode(c)\n        } else if ((c > 127) && (c < 2048)) {\n            output += String.fromCharCode((c >> 6) | 192);\n            output += String.fromCharCode((c & 63) | 128)\n        } else {\n            output += String.fromCharCode((c >> 12) | 224);\n            output += String.fromCharCode(((c >> 6) & 63) | 128);\n            output += String.fromCharCode((c & 63) | 128)\n        }\n    }\n    return output;\n};\nfunction md5(string) {\n    var x = Array();\n    var k, AA, BB, CC, DD, a, b, c, d;\n    var S11 = 7,\n    S12 = 12,\n    S13 = 17,\n    S14 = 22;\n    var S21 = 5,\n    S22 = 9,\n    S23 = 14,\n    S24 = 20;\n    var S31 = 4,\n    S32 = 11,\n    S33 = 16,\n    S34 = 23;\n    var S41 = 6,\n    S42 = 10,\n    S43 = 15,\n    S44 = 21;\n    string = uTF8Encode(string);\n    x = convertToWordArray(string);\n    a = 0x67452301;\n    b = 0xEFCDAB89;\n    c = 0x98BADCFE;\n    d = 0x10325476;\n    for (k = 0; k < x.length; k += 16) {\n        AA = a;\n        BB = b;\n        CC = c;\n        DD = d;\n        a = FF(a, b, c, d, x[k + 0], S11, 0xD76AA478);\n        d = FF(d, a, b, c, x[k + 1], S12, 0xE8C7B756);\n        c = FF(c, d, a, b, x[k + 2], S13, 0x242070DB);\n        b = FF(b, c, d, a, x[k + 3], S14, 0xC1BDCEEE);\n        a = FF(a, b, c, d, x[k + 4], S11, 0xF57C0FAF);\n        d = FF(d, a, b, c, x[k + 5], S12, 0x4787C62A);\n        c = FF(c, d, a, b, x[k + 6], S13, 0xA8304613);\n        b = FF(b, c, d, a, x[k + 7], S14, 0xFD469501);\n        a = FF(a, b, c, d, x[k + 8], S11, 0x698098D8);\n        d = FF(d, a, b, c, x[k + 9], S12, 0x8B44F7AF);\n        c = FF(c, d, a, b, x[k + 10], S13, 0xFFFF5BB1);\n        b = FF(b, c, d, a, x[k + 11], S14, 0x895CD7BE);\n        a = FF(a, b, c, d, x[k + 12], S11, 0x6B901122);\n        d = FF(d, a, b, c, x[k + 13], S12, 0xFD987193);\n        c = FF(c, d, a, b, x[k + 14], S13, 0xA679438E);\n        b = FF(b, c, d, a, x[k + 15], S14, 0x49B40821);\n        a = GG(a, b, c, d, x[k + 1], S21, 0xF61E2562);\n        d = GG(d, a, b, c, x[k + 6], S22, 0xC040B340);\n        c = GG(c, d, a, b, x[k + 11], S23, 0x265E5A51);\n        b = GG(b, c, d, a, x[k + 0], S24, 0xE9B6C7AA);\n        a = GG(a, b, c, d, x[k + 5], S21, 0xD62F105D);\n        d = GG(d, a, b, c, x[k + 10], S22, 0x2441453);\n        c = GG(c, d, a, b, x[k + 15], S23, 0xD8A1E681);\n        b = GG(b, c, d, a, x[k + 4], S24, 0xE7D3FBC8);\n        a = GG(a, b, c, d, x[k + 9], S21, 0x21E1CDE6);\n        d = GG(d, a, b, c, x[k + 14], S22, 0xC33707D6);\n        c = GG(c, d, a, b, x[k + 3], S23, 0xF4D50D87);\n        b = GG(b, c, d, a, x[k + 8], S24, 0x455A14ED);\n        a = GG(a, b, c, d, x[k + 13], S21, 0xA9E3E905);\n        d = GG(d, a, b, c, x[k + 2], S22, 0xFCEFA3F8);\n        c = GG(c, d, a, b, x[k + 7], S23, 0x676F02D9);\n        b = GG(b, c, d, a, x[k + 12], S24, 0x8D2A4C8A);\n        a = HH(a, b, c, d, x[k + 5], S31, 0xFFFA3942);\n        d = HH(d, a, b, c, x[k + 8], S32, 0x8771F681);\n        c = HH(c, d, a, b, x[k + 11], S33, 0x6D9D6122);\n        b = HH(b, c, d, a, x[k + 14], S34, 0xFDE5380C);\n        a = HH(a, b, c, d, x[k + 1], S31, 0xA4BEEA44);\n        d = HH(d, a, b, c, x[k + 4], S32, 0x4BDECFA9);\n        c = HH(c, d, a, b, x[k + 7], S33, 0xF6BB4B60);\n        b = HH(b, c, d, a, x[k + 10], S34, 0xBEBFBC70);\n        a = HH(a, b, c, d, x[k + 13], S31, 0x289B7EC6);\n        d = HH(d, a, b, c, x[k + 0], S32, 0xEAA127FA);\n        c = HH(c, d, a, b, x[k + 3], S33, 0xD4EF3085);\n        b = HH(b, c, d, a, x[k + 6], S34, 0x4881D05);\n        a = HH(a, b, c, d, x[k + 9], S31, 0xD9D4D039);\n        d = HH(d, a, b, c, x[k + 12], S32, 0xE6DB99E5);\n        c = HH(c, d, a, b, x[k + 15], S33, 0x1FA27CF8);\n        b = HH(b, c, d, a, x[k + 2], S34, 0xC4AC5665);\n        a = II(a, b, c, d, x[k + 0], S41, 0xF4292244);\n        d = II(d, a, b, c, x[k + 7], S42, 0x432AFF97);\n        c = II(c, d, a, b, x[k + 14], S43, 0xAB9423A7);\n        b = II(b, c, d, a, x[k + 5], S44, 0xFC93A039);\n        a = II(a, b, c, d, x[k + 12], S41, 0x655B59C3);\n        d = II(d, a, b, c, x[k + 3], S42, 0x8F0CCC92);\n        c = II(c, d, a, b, x[k + 10], S43, 0xFFEFF47D);\n        b = II(b, c, d, a, x[k + 1], S44, 0x85845DD1);\n        a = II(a, b, c, d, x[k + 8], S41, 0x6FA87E4F);\n        d = II(d, a, b, c, x[k + 15], S42, 0xFE2CE6E0);\n        c = II(c, d, a, b, x[k + 6], S43, 0xA3014314);\n        b = II(b, c, d, a, x[k + 13], S44, 0x4E0811A1);\n        a = II(a, b, c, d, x[k + 4], S41, 0xF7537E82);\n        d = II(d, a, b, c, x[k + 11], S42, 0xBD3AF235);\n        c = II(c, d, a, b, x[k + 2], S43, 0x2AD7D2BB);\n        b = II(b, c, d, a, x[k + 9], S44, 0xEB86D391);\n        a = addUnsigned(a, AA);\n        b = addUnsigned(b, BB);\n        c = addUnsigned(c, CC);\n        d = addUnsigned(d, DD);\n    };\n    var tempValue = wordToHex(a) + wordToHex(b) + wordToHex(c) + wordToHex(d);\n    return tempValue.toLowerCase();\n}\n//md5加密结束\n//DES加密开始\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\nvar CryptoJS = CryptoJS ||\nfunction(u, l) {\n    var d = {},\n    n = d.lib = {},\n    p = function() {},\n    s = n.Base = {\n        extend: function(a) {\n            p.prototype = this;\n            var c = new p;\n            a && c.mixIn(a);\n            c.hasOwnProperty(\"init\") || (c.init = function() {\n                c.$super.init.apply(this, arguments)\n            });\n            c.init.prototype = c;\n            c.$super = this;\n            return c\n        },\n        create: function() {\n            var a = this.extend();\n            a.init.apply(a, arguments);\n            return a\n        },\n        init: function() {},\n        mixIn: function(a) {\n            for (var c in a) a.hasOwnProperty(c) && (this[c] = a[c]);\n            a.hasOwnProperty(\"toString\") && (this.toString = a.toString)\n        },\n        clone: function() {\n            return this.init.prototype.extend(this)\n        }\n    },\n    q = n.WordArray = s.extend({\n        init: function(a, c) {\n            a = this.words = a || [];\n            this.sigBytes = c != l ? c: 4 * a.length\n        },\n        toString: function(a) {\n            return (a || v).stringify(this)\n        },\n        concat: function(a) {\n            var c = this.words,\n            m = a.words,\n            f = this.sigBytes;\n            a = a.sigBytes;\n            this.clamp();\n            if (f % 4) for (var t = 0; t < a; t++) c[f + t >>> 2] |= (m[t >>> 2] >>> 24 - 8 * (t % 4) & 255) << 24 - 8 * ((f + t) % 4);\n            else if (65535 < m.length) for (t = 0; t < a; t += 4) c[f + t >>> 2] = m[t >>> 2];\n            else c.push.apply(c, m);\n            this.sigBytes += a;\n            return this\n        },\n        clamp: function() {\n            var a = this.words,\n            c = this.sigBytes;\n            a[c >>> 2] &= 4294967295 << 32 - 8 * (c % 4);\n            a.length = u.ceil(c / 4)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a.words = this.words.slice(0);\n            return a\n        },\n        random: function(a) {\n            for (var c = [], m = 0; m < a; m += 4) c.push(4294967296 * u.random() | 0);\n            return new q.init(c, a)\n        }\n    }),\n    w = d.enc = {},\n    v = w.Hex = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) {\n                var t = c[f >>> 2] >>> 24 - 8 * (f % 4) & 255;\n                m.push((t >>> 4).toString(16));\n                m.push((t & 15).toString(16))\n            }\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f += 2) m[f >>> 3] |= parseInt(a.substr(f, 2), 16) << 24 - 4 * (f % 8);\n            return new q.init(m, c / 2)\n        }\n    },\n    b = w.Latin1 = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) m.push(String.fromCharCode(c[f >>> 2] >>> 24 - 8 * (f % 4) & 255));\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f++) m[f >>> 2] |= (a.charCodeAt(f) & 255) << 24 - 8 * (f % 4);\n            return new q.init(m, c)\n        }\n    },\n    x = w.Utf8 = {\n        stringify: function(a) {\n            try {\n                return decodeURIComponent(escape(b.stringify(a)))\n            } catch(c) {\n                throw Error(\"Malformed UTF-8 data\");\n            }\n        },\n        parse: function(a) {\n            return b.parse(unescape(encodeURIComponent(a)))\n        }\n    },\n    r = n.BufferedBlockAlgorithm = s.extend({\n        reset: function() {\n            this._data = new q.init;\n            this._nDataBytes = 0\n        },\n        _append: function(a) {\n            \"string\" == typeof a && (a = x.parse(a));\n            this._data.concat(a);\n            this._nDataBytes += a.sigBytes\n        },\n        _process: function(a) {\n            var c = this._data,\n            m = c.words,\n            f = c.sigBytes,\n            t = this.blockSize,\n            b = f / (4 * t),\n            b = a ? u.ceil(b) : u.max((b | 0) - this._minBufferSize, 0);\n            a = b * t;\n            f = u.min(4 * a, f);\n            if (a) {\n                for (var e = 0; e < a; e += t) this._doProcessBlock(m, e);\n                e = m.splice(0, a);\n                c.sigBytes -= f\n            }\n            return new q.init(e, f)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a._data = this._data.clone();\n            return a\n        },\n        _minBufferSize: 0\n    });\n    n.Hasher = r.extend({\n        cfg: s.extend(),\n        init: function(a) {\n            this.cfg = this.cfg.extend(a);\n            this.reset()\n        },\n        reset: function() {\n            r.reset.call(this);\n            this._doReset()\n        },\n        update: function(a) {\n            this._append(a);\n            this._process();\n            return this\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        blockSize: 16,\n        _createHelper: function(a) {\n            return function(c, m) {\n                return (new a.init(m)).finalize(c)\n            }\n        },\n        _createHmacHelper: function(a) {\n            return function(c, m) {\n                return (new e.HMAC.init(a, m)).finalize(c)\n            }\n        }\n    });\n    var e = d.algo = {};\n    return d\n} (Math); (function() {\n    var u = CryptoJS,\n    l = u.lib.WordArray;\n    u.enc.Base64 = {\n        stringify: function(d) {\n            var n = d.words,\n            l = d.sigBytes,\n            s = this._map;\n            d.clamp();\n            d = [];\n            for (var q = 0; q < l; q += 3) for (var w = (n[q >>> 2] >>> 24 - 8 * (q % 4) & 255) << 16 | (n[q + 1 >>> 2] >>> 24 - 8 * ((q + 1) % 4) & 255) << 8 | n[q + 2 >>> 2] >>> 24 - 8 * ((q + 2) % 4) & 255, v = 0; 4 > v && q + 0.75 * v < l; v++) d.push(s.charAt(w >>> 6 * (3 - v) & 63));\n            if (n = s.charAt(64)) for (; d.length % 4;) d.push(n);\n            return d.join(\"\")\n        },\n        parse: function(d) {\n            var n = d.length,\n            p = this._map,\n            s = p.charAt(64);\n            s && (s = d.indexOf(s), -1 != s && (n = s));\n            for (var s = [], q = 0, w = 0; w < n; w++) if (w % 4) {\n                var v = p.indexOf(d.charAt(w - 1)) << 2 * (w % 4),\n                b = p.indexOf(d.charAt(w)) >>> 6 - 2 * (w % 4);\n                s[q >>> 2] |= (v | b) << 24 - 8 * (q % 4);\n                q++\n            }\n            return l.create(s, q)\n        },\n        _map: \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\"\n    }\n})(); (function(u) {\n    function l(b, e, a, c, m, f, t) {\n        b = b + (e & a | ~e & c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function d(b, e, a, c, m, f, t) {\n        b = b + (e & c | a & ~c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function n(b, e, a, c, m, f, t) {\n        b = b + (e ^ a ^ c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function p(b, e, a, c, m, f, t) {\n        b = b + (a ^ (e | ~c)) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    for (var s = CryptoJS,\n    q = s.lib,\n    w = q.WordArray,\n    v = q.Hasher,\n    q = s.algo,\n    b = [], x = 0; 64 > x; x++) b[x] = 4294967296 * u.abs(u.sin(x + 1)) | 0;\n    q = q.MD5 = v.extend({\n        _doReset: function() {\n            this._hash = new w.init([1732584193, 4023233417, 2562383102, 271733878])\n        },\n        _doProcessBlock: function(r, e) {\n            for (var a = 0; 16 > a; a++) {\n                var c = e + a,\n                m = r[c];\n                r[c] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360\n            }\n            var a = this._hash.words,\n            c = r[e + 0],\n            m = r[e + 1],\n            f = r[e + 2],\n            t = r[e + 3],\n            y = r[e + 4],\n            q = r[e + 5],\n            s = r[e + 6],\n            w = r[e + 7],\n            v = r[e + 8],\n            u = r[e + 9],\n            x = r[e + 10],\n            z = r[e + 11],\n            A = r[e + 12],\n            B = r[e + 13],\n            C = r[e + 14],\n            D = r[e + 15],\n            g = a[0],\n            h = a[1],\n            j = a[2],\n            k = a[3],\n            g = l(g, h, j, k, c, 7, b[0]),\n            k = l(k, g, h, j, m, 12, b[1]),\n            j = l(j, k, g, h, f, 17, b[2]),\n            h = l(h, j, k, g, t, 22, b[3]),\n            g = l(g, h, j, k, y, 7, b[4]),\n            k = l(k, g, h, j, q, 12, b[5]),\n            j = l(j, k, g, h, s, 17, b[6]),\n            h = l(h, j, k, g, w, 22, b[7]),\n            g = l(g, h, j, k, v, 7, b[8]),\n            k = l(k, g, h, j, u, 12, b[9]),\n            j = l(j, k, g, h, x, 17, b[10]),\n            h = l(h, j, k, g, z, 22, b[11]),\n            g = l(g, h, j, k, A, 7, b[12]),\n            k = l(k, g, h, j, B, 12, b[13]),\n            j = l(j, k, g, h, C, 17, b[14]),\n            h = l(h, j, k, g, D, 22, b[15]),\n            g = d(g, h, j, k, m, 5, b[16]),\n            k = d(k, g, h, j, s, 9, b[17]),\n            j = d(j, k, g, h, z, 14, b[18]),\n            h = d(h, j, k, g, c, 20, b[19]),\n            g = d(g, h, j, k, q, 5, b[20]),\n            k = d(k, g, h, j, x, 9, b[21]),\n            j = d(j, k, g, h, D, 14, b[22]),\n            h = d(h, j, k, g, y, 20, b[23]),\n            g = d(g, h, j, k, u, 5, b[24]),\n            k = d(k, g, h, j, C, 9, b[25]),\n            j = d(j, k, g, h, t, 14, b[26]),\n            h = d(h, j, k, g, v, 20, b[27]),\n            g = d(g, h, j, k, B, 5, b[28]),\n            k = d(k, g, h, j, f, 9, b[29]),\n            j = d(j, k, g, h, w, 14, b[30]),\n            h = d(h, j, k, g, A, 20, b[31]),\n            g = n(g, h, j, k, q, 4, b[32]),\n            k = n(k, g, h, j, v, 11, b[33]),\n            j = n(j, k, g, h, z, 16, b[34]),\n            h = n(h, j, k, g, C, 23, b[35]),\n            g = n(g, h, j, k, m, 4, b[36]),\n            k = n(k, g, h, j, y, 11, b[37]),\n            j = n(j, k, g, h, w, 16, b[38]),\n            h = n(h, j, k, g, x, 23, b[39]),\n            g = n(g, h, j, k, B, 4, b[40]),\n            k = n(k, g, h, j, c, 11, b[41]),\n            j = n(j, k, g, h, t, 16, b[42]),\n            h = n(h, j, k, g, s, 23, b[43]),\n            g = n(g, h, j, k, u, 4, b[44]),\n            k = n(k, g, h, j, A, 11, b[45]),\n            j = n(j, k, g, h, D, 16, b[46]),\n            h = n(h, j, k, g, f, 23, b[47]),\n            g = p(g, h, j, k, c, 6, b[48]),\n            k = p(k, g, h, j, w, 10, b[49]),\n            j = p(j, k, g, h, C, 15, b[50]),\n            h = p(h, j, k, g, q, 21, b[51]),\n            g = p(g, h, j, k, A, 6, b[52]),\n            k = p(k, g, h, j, t, 10, b[53]),\n            j = p(j, k, g, h, x, 15, b[54]),\n            h = p(h, j, k, g, m, 21, b[55]),\n            g = p(g, h, j, k, v, 6, b[56]),\n            k = p(k, g, h, j, D, 10, b[57]),\n            j = p(j, k, g, h, s, 15, b[58]),\n            h = p(h, j, k, g, B, 21, b[59]),\n            g = p(g, h, j, k, y, 6, b[60]),\n            k = p(k, g, h, j, z, 10, b[61]),\n            j = p(j, k, g, h, f, 15, b[62]),\n            h = p(h, j, k, g, u, 21, b[63]);\n            a[0] = a[0] + g | 0;\n            a[1] = a[1] + h | 0;\n            a[2] = a[2] + j | 0;\n            a[3] = a[3] + k | 0\n        },\n        _doFinalize: function() {\n            var b = this._data,\n            e = b.words,\n            a = 8 * this._nDataBytes,\n            c = 8 * b.sigBytes;\n            e[c >>> 5] |= 128 << 24 - c % 32;\n            var m = u.floor(a / 4294967296);\n            e[(c + 64 >>> 9 << 4) + 15] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360;\n            e[(c + 64 >>> 9 << 4) + 14] = (a << 8 | a >>> 24) & 16711935 | (a << 24 | a >>> 8) & 4278255360;\n            b.sigBytes = 4 * (e.length + 1);\n            this._process();\n            b = this._hash;\n            e = b.words;\n            for (a = 0; 4 > a; a++) c = e[a],\n            e[a] = (c << 8 | c >>> 24) & 16711935 | (c << 24 | c >>> 8) & 4278255360;\n            return b\n        },\n        clone: function() {\n            var b = v.clone.call(this);\n            b._hash = this._hash.clone();\n            return b\n        }\n    });\n    s.MD5 = v._createHelper(q);\n    s.HmacMD5 = v._createHmacHelper(q)\n})(Math); (function() {\n    var u = CryptoJS,\n    l = u.lib,\n    d = l.Base,\n    n = l.WordArray,\n    l = u.algo,\n    p = l.EvpKDF = d.extend({\n        cfg: d.extend({\n            keySize: 4,\n            hasher: l.MD5,\n            iterations: 1\n        }),\n        init: function(d) {\n            this.cfg = this.cfg.extend(d)\n        },\n        compute: function(d, l) {\n            for (var p = this.cfg,\n            v = p.hasher.create(), b = n.create(), u = b.words, r = p.keySize, p = p.iterations; u.length < r;) {\n                e && v.update(e);\n                var e = v.update(d).finalize(l);\n                v.reset();\n                for (var a = 1; a < p; a++) e = v.finalize(e),\n                v.reset();\n                b.concat(e)\n            }\n            b.sigBytes = 4 * r;\n            return b\n        }\n    });\n    u.EvpKDF = function(d, l, n) {\n        return p.create(n).compute(d, l)\n    }\n})();\nCryptoJS.lib.Cipher ||\nfunction(u) {\n    var l = CryptoJS,\n    d = l.lib,\n    n = d.Base,\n    p = d.WordArray,\n    s = d.BufferedBlockAlgorithm,\n    q = l.enc.Base64,\n    w = l.algo.EvpKDF,\n    v = d.Cipher = s.extend({\n        cfg: n.extend(),\n        createEncryptor: function(m, a) {\n            return this.create(this._ENC_XFORM_MODE, m, a)\n        },\n        createDecryptor: function(m, a) {\n            return this.create(this._DEC_XFORM_MODE, m, a)\n        },\n        init: function(m, a, b) {\n            this.cfg = this.cfg.extend(b);\n            this._xformMode = m;\n            this._key = a;\n            this.reset()\n        },\n        reset: function() {\n            s.reset.call(this);\n            this._doReset()\n        },\n        process: function(a) {\n            this._append(a);\n            return this._process()\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        keySize: 4,\n        ivSize: 4,\n        _ENC_XFORM_MODE: 1,\n        _DEC_XFORM_MODE: 2,\n        _createHelper: function(m) {\n            return {\n                encrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).encrypt(m, f, b, e)\n                },\n                decrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).decrypt(m, f, b, e)\n                }\n            }\n        }\n    });\n    d.StreamCipher = v.extend({\n        _doFinalize: function() {\n            return this._process(!0)\n        },\n        blockSize: 1\n    });\n    var b = l.mode = {},\n    x = function(a, f, b) {\n        var c = this._iv;\n        c ? this._iv = u: c = this._prevBlock;\n        for (var e = 0; e < b; e++) a[f + e] ^= c[e]\n    },\n    r = (d.BlockCipherMode = n.extend({\n        createEncryptor: function(a, f) {\n            return this.Encryptor.create(a, f)\n        },\n        createDecryptor: function(a, f) {\n            return this.Decryptor.create(a, f)\n        },\n        init: function(a, f) {\n            this._cipher = a;\n            this._iv = f\n        }\n    })).extend();\n    r.Encryptor = r.extend({\n        processBlock: function(a, f) {\n            var b = this._cipher,\n            c = b.blockSize;\n            x.call(this, a, f, c);\n            b.encryptBlock(a, f);\n            this._prevBlock = a.slice(f, f + c)\n        }\n    });\n    r.Decryptor = r.extend({\n        processBlock: function(a, b) {\n            var c = this._cipher,\n            e = c.blockSize,\n            d = a.slice(b, b + e);\n            c.decryptBlock(a, b);\n            x.call(this, a, b, e);\n            this._prevBlock = d\n        }\n    });\n    b = b.CBC = r;\n    r = (l.pad = {}).Pkcs7 = {\n        pad: function(a, b) {\n            for (var c = 4 * b,\n            c = c - a.sigBytes % c,\n            e = c << 24 | c << 16 | c << 8 | c,\n            d = [], l = 0; l < c; l += 4) d.push(e);\n            c = p.create(d, c);\n            a.concat(c)\n        },\n        unpad: function(a) {\n            a.sigBytes -= a.words[a.sigBytes - 1 >>> 2] & 255\n        }\n    };\n    d.BlockCipher = v.extend({\n        cfg: v.cfg.extend({\n            mode: b,\n            padding: r\n        }),\n        reset: function() {\n            v.reset.call(this);\n            var a = this.cfg,\n            c = a.iv,\n            a = a.mode;\n            if (this._xformMode == this._ENC_XFORM_MODE) var b = a.createEncryptor;\n            else b = a.createDecryptor,\n            this._minBufferSize = 1;\n            this._mode = b.call(a, this, c && c.words)\n        },\n        _doProcessBlock: function(a, c) {\n            this._mode.processBlock(a, c)\n        },\n        _doFinalize: function() {\n            var a = this.cfg.padding;\n            if (this._xformMode == this._ENC_XFORM_MODE) {\n                a.pad(this._data, this.blockSize);\n                var c = this._process(!0)\n            } else c = this._process(!0),\n            a.unpad(c);\n            return c\n        },\n        blockSize: 4\n    });\n    var e = d.CipherParams = n.extend({\n        init: function(a) {\n            this.mixIn(a)\n        },\n        toString: function(a) {\n            return (a || this.formatter).stringify(this)\n        }\n    }),\n    b = (l.format = {}).OpenSSL = {\n        stringify: function(a) {\n            var c = a.ciphertext;\n            a = a.salt;\n            return (a ? p.create([1398893684, 1701076831]).concat(a).concat(c) : c).toString(q)\n        },\n        parse: function(a) {\n            a = q.parse(a);\n            var c = a.words;\n            if (1398893684 == c[0] && 1701076831 == c[1]) {\n                var b = p.create(c.slice(2, 4));\n                c.splice(0, 4);\n                a.sigBytes -= 16\n            }\n            return e.create({\n                ciphertext: a,\n                salt: b\n            })\n        }\n    },\n    a = d.SerializableCipher = n.extend({\n        cfg: n.extend({\n            format: b\n        }),\n        encrypt: function(a, c, b, d) {\n            d = this.cfg.extend(d);\n            var l = a.createEncryptor(b, d);\n            c = l.finalize(c);\n            l = l.cfg;\n            return e.create({\n                ciphertext: c,\n                key: b,\n                iv: l.iv,\n                algorithm: a,\n                mode: l.mode,\n                padding: l.padding,\n                blockSize: a.blockSize,\n                formatter: d.format\n            })\n        },\n        decrypt: function(a, c, b, e) {\n            e = this.cfg.extend(e);\n            c = this._parse(c, e.format);\n            return a.createDecryptor(b, e).finalize(c.ciphertext)\n        },\n        _parse: function(a, c) {\n            return \"string\" == typeof a ? c.parse(a, this) : a\n        }\n    }),\n    l = (l.kdf = {}).OpenSSL = {\n        execute: function(a, c, b, d) {\n            d || (d = p.random(8));\n            a = w.create({\n                keySize: c + b\n            }).compute(a, d);\n            b = p.create(a.words.slice(c), 4 * b);\n            a.sigBytes = 4 * c;\n            return e.create({\n                key: a,\n                iv: b,\n                salt: d\n            })\n        }\n    },\n    c = d.PasswordBasedCipher = a.extend({\n        cfg: a.cfg.extend({\n            kdf: l\n        }),\n        encrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            e = d.kdf.execute(e, c.keySize, c.ivSize);\n            d.iv = e.iv;\n            c = a.encrypt.call(this, c, b, e.key, d);\n            c.mixIn(e);\n            return c\n        },\n        decrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            b = this._parse(b, d.format);\n            e = d.kdf.execute(e, c.keySize, c.ivSize, b.salt);\n            d.iv = e.iv;\n            return a.decrypt.call(this, c, b, e.key, d)\n        }\n    })\n} (); (function() {\n    function u(b, a) {\n        var c = (this._lBlock >>> b ^ this._rBlock) & a;\n        this._rBlock ^= c;\n        this._lBlock ^= c << b\n    }\n    function l(b, a) {\n        var c = (this._rBlock >>> b ^ this._lBlock) & a;\n        this._lBlock ^= c;\n        this._rBlock ^= c << b\n    }\n    var d = CryptoJS,\n    n = d.lib,\n    p = n.WordArray,\n    n = n.BlockCipher,\n    s = d.algo,\n    q = [57, 49, 41, 33, 25, 17, 9, 1, 58, 50, 42, 34, 26, 18, 10, 2, 59, 51, 43, 35, 27, 19, 11, 3, 60, 52, 44, 36, 63, 55, 47, 39, 31, 23, 15, 7, 62, 54, 46, 38, 30, 22, 14, 6, 61, 53, 45, 37, 29, 21, 13, 5, 28, 20, 12, 4],\n    w = [14, 17, 11, 24, 1, 5, 3, 28, 15, 6, 21, 10, 23, 19, 12, 4, 26, 8, 16, 7, 27, 20, 13, 2, 41, 52, 31, 37, 47, 55, 30, 40, 51, 45, 33, 48, 44, 49, 39, 56, 34, 53, 46, 42, 50, 36, 29, 32],\n    v = [1, 2, 4, 6, 8, 10, 12, 14, 15, 17, 19, 21, 23, 25, 27, 28],\n    b = [{\n        \"0\": 8421888,\n        268435456 : 32768,\n        536870912 : 8421378,\n        805306368 : 2,\n        1073741824 : 512,\n        1342177280 : 8421890,\n        1610612736 : 8389122,\n        1879048192 : 8388608,\n        2147483648 : 514,\n        2415919104 : 8389120,\n        2684354560 : 33280,\n        2952790016 : 8421376,\n        3221225472 : 32770,\n        3489660928 : 8388610,\n        3758096384 : 0,\n        4026531840 : 33282,\n        134217728 : 0,\n        402653184 : 8421890,\n        671088640 : 33282,\n        939524096 : 32768,\n        1207959552 : 8421888,\n        1476395008 : 512,\n        1744830464 : 8421378,\n        2013265920 : 2,\n        2281701376 : 8389120,\n        2550136832 : 33280,\n        2818572288 : 8421376,\n        3087007744 : 8389122,\n        3355443200 : 8388610,\n        3623878656 : 32770,\n        3892314112 : 514,\n        4160749568 : 8388608,\n        1 : 32768,\n        268435457 : 2,\n        536870913 : 8421888,\n        805306369 : 8388608,\n        1073741825 : 8421378,\n        1342177281 : 33280,\n        1610612737 : 512,\n        1879048193 : 8389122,\n        2147483649 : 8421890,\n        2415919105 : 8421376,\n        2684354561 : 8388610,\n        2952790017 : 33282,\n        3221225473 : 514,\n        3489660929 : 8389120,\n        3758096385 : 32770,\n        4026531841 : 0,\n        134217729 : 8421890,\n        402653185 : 8421376,\n        671088641 : 8388608,\n        939524097 : 512,\n        1207959553 : 32768,\n        1476395009 : 8388610,\n        1744830465 : 2,\n        2013265921 : 33282,\n        2281701377 : 32770,\n        2550136833 : 8389122,\n        2818572289 : 514,\n        3087007745 : 8421888,\n        3355443201 : 8389120,\n        3623878657 : 0,\n        3892314113 : 33280,\n        4160749569 : 8421378\n    },\n    {\n        \"0\": 1074282512,\n        16777216 : 16384,\n        33554432 : 524288,\n        50331648 : 1074266128,\n        67108864 : 1073741840,\n        83886080 : 1074282496,\n        100663296 : 1073758208,\n        117440512 : 16,\n        134217728 : 540672,\n        150994944 : 1073758224,\n        167772160 : 1073741824,\n        184549376 : 540688,\n        201326592 : 524304,\n        218103808 : 0,\n        234881024 : 16400,\n        251658240 : 1074266112,\n        8388608 : 1073758208,\n        25165824 : 540688,\n        41943040 : 16,\n        58720256 : 1073758224,\n        75497472 : 1074282512,\n        92274688 : 1073741824,\n        109051904 : 524288,\n        125829120 : 1074266128,\n        142606336 : 524304,\n        159383552 : 0,\n        176160768 : 16384,\n        192937984 : 1074266112,\n        209715200 : 1073741840,\n        226492416 : 540672,\n        243269632 : 1074282496,\n        260046848 : 16400,\n        268435456 : 0,\n        285212672 : 1074266128,\n        301989888 : 1073758224,\n        318767104 : 1074282496,\n        335544320 : 1074266112,\n        352321536 : 16,\n        369098752 : 540688,\n        385875968 : 16384,\n        402653184 : 16400,\n        419430400 : 524288,\n        436207616 : 524304,\n        452984832 : 1073741840,\n        469762048 : 540672,\n        486539264 : 1073758208,\n        503316480 : 1073741824,\n        520093696 : 1074282512,\n        276824064 : 540688,\n        293601280 : 524288,\n        310378496 : 1074266112,\n        327155712 : 16384,\n        343932928 : 1073758208,\n        360710144 : 1074282512,\n        377487360 : 16,\n        394264576 : 1073741824,\n        411041792 : 1074282496,\n        427819008 : 1073741840,\n        444596224 : 1073758224,\n        461373440 : 524304,\n        478150656 : 0,\n        494927872 : 16400,\n        511705088 : 1074266128,\n        528482304 : 540672\n    },\n    {\n        \"0\": 260,\n        1048576 : 0,\n        2097152 : 67109120,\n        3145728 : 65796,\n        4194304 : 65540,\n        5242880 : 67108868,\n        6291456 : 67174660,\n        7340032 : 67174400,\n        8388608 : 67108864,\n        9437184 : 67174656,\n        10485760 : 65792,\n        11534336 : 67174404,\n        12582912 : 67109124,\n        13631488 : 65536,\n        14680064 : 4,\n        15728640 : 256,\n        524288 : 67174656,\n        1572864 : 67174404,\n        2621440 : 0,\n        3670016 : 67109120,\n        4718592 : 67108868,\n        5767168 : 65536,\n        6815744 : 65540,\n        7864320 : 260,\n        8912896 : 4,\n        9961472 : 256,\n        11010048 : 67174400,\n        12058624 : 65796,\n        13107200 : 65792,\n        14155776 : 67109124,\n        15204352 : 67174660,\n        16252928 : 67108864,\n        16777216 : 67174656,\n        17825792 : 65540,\n        18874368 : 65536,\n        19922944 : 67109120,\n        20971520 : 256,\n        22020096 : 67174660,\n        23068672 : 67108868,\n        24117248 : 0,\n        25165824 : 67109124,\n        26214400 : 67108864,\n        27262976 : 4,\n        28311552 : 65792,\n        29360128 : 67174400,\n        30408704 : 260,\n        31457280 : 65796,\n        32505856 : 67174404,\n        17301504 : 67108864,\n        18350080 : 260,\n        19398656 : 67174656,\n        20447232 : 0,\n        21495808 : 65540,\n        22544384 : 67109120,\n        23592960 : 256,\n        24641536 : 67174404,\n        25690112 : 65536,\n        26738688 : 67174660,\n        27787264 : 65796,\n        28835840 : 67108868,\n        29884416 : 67109124,\n        30932992 : 67174400,\n        31981568 : 4,\n        33030144 : 65792\n    },\n    {\n        \"0\": 2151682048,\n        65536 : 2147487808,\n        131072 : 4198464,\n        196608 : 2151677952,\n        262144 : 0,\n        327680 : 4198400,\n        393216 : 2147483712,\n        458752 : 4194368,\n        524288 : 2147483648,\n        589824 : 4194304,\n        655360 : 64,\n        720896 : 2147487744,\n        786432 : 2151678016,\n        851968 : 4160,\n        917504 : 4096,\n        983040 : 2151682112,\n        32768 : 2147487808,\n        98304 : 64,\n        163840 : 2151678016,\n        229376 : 2147487744,\n        294912 : 4198400,\n        360448 : 2151682112,\n        425984 : 0,\n        491520 : 2151677952,\n        557056 : 4096,\n        622592 : 2151682048,\n        688128 : 4194304,\n        753664 : 4160,\n        819200 : 2147483648,\n        884736 : 4194368,\n        950272 : 4198464,\n        1015808 : 2147483712,\n        1048576 : 4194368,\n        1114112 : 4198400,\n        1179648 : 2147483712,\n        1245184 : 0,\n        1310720 : 4160,\n        1376256 : 2151678016,\n        1441792 : 2151682048,\n        1507328 : 2147487808,\n        1572864 : 2151682112,\n        1638400 : 2147483648,\n        1703936 : 2151677952,\n        1769472 : 4198464,\n        1835008 : 2147487744,\n        1900544 : 4194304,\n        1966080 : 64,\n        2031616 : 4096,\n        1081344 : 2151677952,\n        1146880 : 2151682112,\n        1212416 : 0,\n        1277952 : 4198400,\n        1343488 : 4194368,\n        1409024 : 2147483648,\n        1474560 : 2147487808,\n        1540096 : 64,\n        1605632 : 2147483712,\n        1671168 : 4096,\n        1736704 : 2147487744,\n        1802240 : 2151678016,\n        1867776 : 4160,\n        1933312 : 2151682048,\n        1998848 : 4194304,\n        2064384 : 4198464\n    },\n    {\n        \"0\": 128,\n        4096 : 17039360,\n        8192 : 262144,\n        12288 : 536870912,\n        16384 : 537133184,\n        20480 : 16777344,\n        24576 : 553648256,\n        28672 : 262272,\n        32768 : 16777216,\n        36864 : 537133056,\n        40960 : 536871040,\n        45056 : 553910400,\n        49152 : 553910272,\n        53248 : 0,\n        57344 : 17039488,\n        61440 : 553648128,\n        2048 : 17039488,\n        6144 : 553648256,\n        10240 : 128,\n        14336 : 17039360,\n        18432 : 262144,\n        22528 : 537133184,\n        26624 : 553910272,\n        30720 : 536870912,\n        34816 : 537133056,\n        38912 : 0,\n        43008 : 553910400,\n        47104 : 16777344,\n        51200 : 536871040,\n        55296 : 553648128,\n        59392 : 16777216,\n        63488 : 262272,\n        65536 : 262144,\n        69632 : 128,\n        73728 : 536870912,\n        77824 : 553648256,\n        81920 : 16777344,\n        86016 : 553910272,\n        90112 : 537133184,\n        94208 : 16777216,\n        98304 : 553910400,\n        102400 : 553648128,\n        106496 : 17039360,\n        110592 : 537133056,\n        114688 : 262272,\n        118784 : 536871040,\n        122880 : 0,\n        126976 : 17039488,\n        67584 : 553648256,\n        71680 : 16777216,\n        75776 : 17039360,\n        79872 : 537133184,\n        83968 : 536870912,\n        88064 : 17039488,\n        92160 : 128,\n        96256 : 553910272,\n        100352 : 262272,\n        104448 : 553910400,\n        108544 : 0,\n        112640 : 553648128,\n        116736 : 16777344,\n        120832 : 262144,\n        124928 : 537133056,\n        129024 : 536871040\n    },\n    {\n        \"0\": 268435464,\n        256 : 8192,\n        512 : 270532608,\n        768 : 270540808,\n        1024 : 268443648,\n        1280 : 2097152,\n        1536 : 2097160,\n        1792 : 268435456,\n        2048 : 0,\n        2304 : 268443656,\n        2560 : 2105344,\n        2816 : 8,\n        3072 : 270532616,\n        3328 : 2105352,\n        3584 : 8200,\n        3840 : 270540800,\n        128 : 270532608,\n        384 : 270540808,\n        640 : 8,\n        896 : 2097152,\n        1152 : 2105352,\n        1408 : 268435464,\n        1664 : 268443648,\n        1920 : 8200,\n        2176 : 2097160,\n        2432 : 8192,\n        2688 : 268443656,\n        2944 : 270532616,\n        3200 : 0,\n        3456 : 270540800,\n        3712 : 2105344,\n        3968 : 268435456,\n        4096 : 268443648,\n        4352 : 270532616,\n        4608 : 270540808,\n        4864 : 8200,\n        5120 : 2097152,\n        5376 : 268435456,\n        5632 : 268435464,\n        5888 : 2105344,\n        6144 : 2105352,\n        6400 : 0,\n        6656 : 8,\n        6912 : 270532608,\n        7168 : 8192,\n        7424 : 268443656,\n        7680 : 270540800,\n        7936 : 2097160,\n        4224 : 8,\n        4480 : 2105344,\n        4736 : 2097152,\n        4992 : 268435464,\n        5248 : 268443648,\n        5504 : 8200,\n        5760 : 270540808,\n        6016 : 270532608,\n        6272 : 270540800,\n        6528 : 270532616,\n        6784 : 8192,\n        7040 : 2105352,\n        7296 : 2097160,\n        7552 : 0,\n        7808 : 268435456,\n        8064 : 268443656\n    },\n    {\n        \"0\": 1048576,\n        16 : 33555457,\n        32 : 1024,\n        48 : 1049601,\n        64 : 34604033,\n        80 : 0,\n        96 : 1,\n        112 : 34603009,\n        128 : 33555456,\n        144 : 1048577,\n        160 : 33554433,\n        176 : 34604032,\n        192 : 34603008,\n        208 : 1025,\n        224 : 1049600,\n        240 : 33554432,\n        8 : 34603009,\n        24 : 0,\n        40 : 33555457,\n        56 : 34604032,\n        72 : 1048576,\n        88 : 33554433,\n        104 : 33554432,\n        120 : 1025,\n        136 : 1049601,\n        152 : 33555456,\n        168 : 34603008,\n        184 : 1048577,\n        200 : 1024,\n        216 : 34604033,\n        232 : 1,\n        248 : 1049600,\n        256 : 33554432,\n        272 : 1048576,\n        288 : 33555457,\n        304 : 34603009,\n        320 : 1048577,\n        336 : 33555456,\n        352 : 34604032,\n        368 : 1049601,\n        384 : 1025,\n        400 : 34604033,\n        416 : 1049600,\n        432 : 1,\n        448 : 0,\n        464 : 34603008,\n        480 : 33554433,\n        496 : 1024,\n        264 : 1049600,\n        280 : 33555457,\n        296 : 34603009,\n        312 : 1,\n        328 : 33554432,\n        344 : 1048576,\n        360 : 1025,\n        376 : 34604032,\n        392 : 33554433,\n        408 : 34603008,\n        424 : 0,\n        440 : 34604033,\n        456 : 1049601,\n        472 : 1024,\n        488 : 33555456,\n        504 : 1048577\n    },\n    {\n        \"0\": 134219808,\n        1 : 131072,\n        2 : 134217728,\n        3 : 32,\n        4 : 131104,\n        5 : 134350880,\n        6 : 134350848,\n        7 : 2048,\n        8 : 134348800,\n        9 : 134219776,\n        10 : 133120,\n        11 : 134348832,\n        12 : 2080,\n        13 : 0,\n        14 : 134217760,\n        15 : 133152,\n        2147483648 : 2048,\n        2147483649 : 134350880,\n        2147483650 : 134219808,\n        2147483651 : 134217728,\n        2147483652 : 134348800,\n        2147483653 : 133120,\n        2147483654 : 133152,\n        2147483655 : 32,\n        2147483656 : 134217760,\n        2147483657 : 2080,\n        2147483658 : 131104,\n        2147483659 : 134350848,\n        2147483660 : 0,\n        2147483661 : 134348832,\n        2147483662 : 134219776,\n        2147483663 : 131072,\n        16 : 133152,\n        17 : 134350848,\n        18 : 32,\n        19 : 2048,\n        20 : 134219776,\n        21 : 134217760,\n        22 : 134348832,\n        23 : 131072,\n        24 : 0,\n        25 : 131104,\n        26 : 134348800,\n        27 : 134219808,\n        28 : 134350880,\n        29 : 133120,\n        30 : 2080,\n        31 : 134217728,\n        2147483664 : 131072,\n        2147483665 : 2048,\n        2147483666 : 134348832,\n        2147483667 : 133152,\n        2147483668 : 32,\n        2147483669 : 134348800,\n        2147483670 : 134217728,\n        2147483671 : 134219808,\n        2147483672 : 134350880,\n        2147483673 : 134217760,\n        2147483674 : 134219776,\n        2147483675 : 0,\n        2147483676 : 133120,\n        2147483677 : 2080,\n        2147483678 : 131104,\n        2147483679 : 134350848\n    }],\n    x = [4160749569, 528482304, 33030144, 2064384, 129024, 8064, 504, 2147483679],\n    r = s.DES = n.extend({\n        _doReset: function() {\n            for (var b = this._key.words,\n            a = [], c = 0; 56 > c; c++) {\n                var d = q[c] - 1;\n                a[c] = b[d >>> 5] >>> 31 - d % 32 & 1\n            }\n            b = this._subKeys = [];\n            for (d = 0; 16 > d; d++) {\n                for (var f = b[d] = [], l = v[d], c = 0; 24 > c; c++) f[c / 6 | 0] |= a[(w[c] - 1 + l) % 28] << 31 - c % 6,\n                f[4 + (c / 6 | 0)] |= a[28 + (w[c + 24] - 1 + l) % 28] << 31 - c % 6;\n                f[0] = f[0] << 1 | f[0] >>> 31;\n                for (c = 1; 7 > c; c++) f[c] >>>= 4 * (c - 1) + 3;\n                f[7] = f[7] << 5 | f[7] >>> 27\n            }\n            a = this._invSubKeys = [];\n            for (c = 0; 16 > c; c++) a[c] = b[15 - c]\n        },\n        encryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._subKeys)\n        },\n        decryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._invSubKeys)\n        },\n        _doCryptBlock: function(e, a, c) {\n            this._lBlock = e[a];\n            this._rBlock = e[a + 1];\n            u.call(this, 4, 252645135);\n            u.call(this, 16, 65535);\n            l.call(this, 2, 858993459);\n            l.call(this, 8, 16711935);\n            u.call(this, 1, 1431655765);\n            for (var d = 0; 16 > d; d++) {\n                for (var f = c[d], n = this._lBlock, p = this._rBlock, q = 0, r = 0; 8 > r; r++) q |= b[r][((p ^ f[r]) & x[r]) >>> 0];\n                this._lBlock = p;\n                this._rBlock = n ^ q\n            }\n            c = this._lBlock;\n            this._lBlock = this._rBlock;\n            this._rBlock = c;\n            u.call(this, 1, 1431655765);\n            l.call(this, 8, 16711935);\n            l.call(this, 2, 858993459);\n            u.call(this, 16, 65535);\n            u.call(this, 4, 252645135);\n            e[a] = this._lBlock;\n            e[a + 1] = this._rBlock\n        },\n        keySize: 2,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.DES = n._createHelper(r);\n    s = s.TripleDES = n.extend({\n        _doReset: function() {\n            var b = this._key.words;\n            this._des1 = r.createEncryptor(p.create(b.slice(0, 2)));\n            this._des2 = r.createEncryptor(p.create(b.slice(2, 4)));\n            this._des3 = r.createEncryptor(p.create(b.slice(4, 6)))\n        },\n        encryptBlock: function(b, a) {\n            this._des1.encryptBlock(b, a);\n            this._des2.decryptBlock(b, a);\n            this._des3.encryptBlock(b, a)\n        },\n        decryptBlock: function(b, a) {\n            this._des3.decryptBlock(b, a);\n            this._des2.encryptBlock(b, a);\n            this._des1.decryptBlock(b, a)\n        },\n        keySize: 6,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.TripleDES = n._createHelper(s)\n})();\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\n/**\n * Electronic Codebook block mode.\n */\nCryptoJS.mode.ECB = (function() {\n    var ECB = CryptoJS.lib.BlockCipherMode.extend();\n\n    ECB.Encryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.encryptBlock(words, offset);\n        }\n    });\n\n    ECB.Decryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.decryptBlock(words, offset);\n        }\n    });\n\n    return ECB;\n} ());\n\nfunction encryptByDES(message, key) {\n    var keyHex = CryptoJS.enc.Utf8.parse(key);\n    var encrypted = CryptoJS.DES.encrypt(message, keyHex, {\n        mode: CryptoJS.mode.ECB,\n        padding: CryptoJS.pad.Pkcs7\n    });\n    return encrypted.toString()\n}\n//DES加密结束\nvar deskey = 'web@hzlq';\nvar userId='0';\nfunction getPostUrl(data,type) {\nvar url = 'http://m.ndlib.cn/nlc_read_home/service.do';\nvar md5Key = 'library_2016@hzlq';\nvalue = {\n    siteId: 1,\n    data: encryptByDES(JSON.stringify(data), deskey),\n    userId: userId,\n    fromSource: 3,\n    osType: 5,\n    version: \"1.0.1\",\n    versionCode: 10001,\n    timeStamp: data.timeStamp,\n    hashCode: md5(data.timeStamp + md5Key)\n};\nvar cmd = \"cmd=\"+type+\"&value=\" + encodeURIComponent(JSON.stringify(value));\nvar option = {\n   \"method\": \"POST\",\n   \"body\": String(cmd)\n};\nreturn result=url + ','+JSON.stringify(option);\n}\n//搜索链接\nsearch_data = {\n    timeStamp:Date.now(),\n    bigType:\"0\",\n    content: key,\n    pageSize:10,\n    pageNum: page\n};\ngetPostUrl(search_data,'qrySearchList');\n</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "四零二零",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.wrlwx.com#guaner",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1112,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "武侠仙侠::/wuxia/index_{{page}}.html\n都市言情::/yanqing/index_{{page}}.html\n耽美::/danmei/index_{{page}}.html\n玄幻::/xuanhuan/index_{{page}}.html\n青春校园::/xiaoyuan/index_{{page}}.html\n网游竞技::/wangyou/index_{{page}}.html\n灵异推理::/kongbu/index_{{page}}.html\n纪实::/jishi/index_{{page}}.html\n军事历史::/lishi/index_{{page}}.html\n科幻::/kehuan/index_{{page}}.html\n管理哲学::/zhexue/index_{{page}}.html\n学习资料::/xuexi/index_{{page}}.html\n总排行榜::/paihangbang/index_{{page}}.html\n月排行榜::/mpaihangbang/index_{{page}}.html\n周排行榜::/wpaihangbang/index_{{page}}.html\n日排行榜::/dpaihangbang/index_{{page}}.html\n封推::/fengtui/index_{{page}}.html\n金牌推荐::/jinpaituijian/index_{{page}}.html\n电子书推荐::/tuijian/index_{{page}}.html\n最新电子书::/new/index_{{page}}.html",
    "lastUpdateTime": 1720894104474,
    "loginUrl": "",
    "respondTime": 2660,
    "ruleBookInfo": {
      "author": "class.block_txt2@tag.p.2@text##作者：",
      "coverUrl": "img@src",
      "kind": "class.block_txt2@tag.p.2@a@text",
      "lastChapter": "class.block_txt2@tag.p.6@a@text",
      "name": "class.block_txt2@h2@a@text",
      "tocUrl": "class.block_txt2@tag.a.0@href##-(\\d+).html##http://www.wrltxt.com/read/$1/###"
    },
    "ruleContent": {
      "content": "id.content@textNodes##请记住本书.*",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "author": "class.s@text##大小.*",
      "bookList": "//div[5]/div[2]/div/ul/li",
      "bookUrl": "class.red@href",
      "intro": "class.u@text",
      "lastChapter": "tag.div.-1@text##最新章节：",
      "name": "tag.a.0@text##txt.*"
    },
    "ruleSearch": {
      "author": "tag.td.3@text",
      "bookList": "tbody@tr!0",
      "bookUrl": "tag.a.0@href",
      "kind": "",
      "lastChapter": "tag.td.2@text",
      "name": "tag.td.1@text"
    },
    "ruleToc": {
      "chapterList": "//div[5]/div/div[3]/div[2]/ul/li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.wrlwx.com/so.html?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "🆙💯Dragon Quest QB\n{{book.origin}}/wenxue/buy/ad-chapter/v4?apn=1&resourceId={{baseUrl.match(/bookId=(\\d+)/)[1]}}&serialId={{$.serialID}}",
    "bookSourceGroup": "正版",
    "bookSourceName": "🌕起点标签",
    "bookSourceType": 0,
    "bookSourceUrl": "DragonQuestQBqq1",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1113,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n\t\"user-agent\":\"Mozilla/5.0 (Linux; Android 10; MI 8 Build/QKQ1.190828.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/83.0.4103.101 Mobile Safari/537.36\",\n\t\"Referer\":\"https://bookshelf.html5.qq.com/qbread\"\n\t}",
    "lastUpdateTime": 1745852741213,
    "loginUrl": "",
    "respondTime": 2564,
    "ruleBookInfo": {
      "author": "$.author",
      "canReName": "",
      "coverUrl": "$.picurl",
      "init": "$.data.bookInfo",
      "intro": "<p>{{(t=String(java.getString('$.tag'))).length?'🏷️ '+t.replace(/\\|/g,', '):''}}</p>{{'\\n&lrm;'}}\n<p>{{$.summary}}</p>",
      "kind": "{{$.userscore}}分\n{{$.subject}}\n{{java.getString('$.isfinish')=='true'?'已完结':'连载中'}}\n{{java.put('time',String(java.timeFormat(java.getString('$.lastUpdatetime')*1000)).replace(/\\//g,'-').replace(/\\s.*/,''))}}",
      "lastChapter": "{{$.lastSerialname}} • {{java.get('time')}}",
      "name": "$.resourceName",
      "tocUrl": "https://bookshelf.html5.qq.com/qbread/api/book/all-chapter?bookId={{$.resourceID}}",
      "wordCount": "$.contentsize"
    },
    "ruleContent": {
      "content": "<p>{{$.data.Content[0].Content}}</p>",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "$..author",
      "bookList": "$..second[*]&&$..bookList[*]&&$..rankList[*]",
      "bookUrl": "$..bid\n<js>1100000000+parseInt(result)</js>\nhttps://bookshelf.html5.qq.com/qbread/api/novel/intro-info?bookid={{result}}",
      "coverUrl": "$..bid\n@js:\ns = result\nfunction gt(s){\n\ta = s.slice(-3)\n\tif(a<10){\n\t\t\tn = s.slice(-1)\n\t\t}\n\telse if(a<100){\n\t\t\tn = s.slice(-2)\n\t\t}\n\telse{\n\t\t\tn = a\n\t\t}\n\treturn n\n}\n\"http://wfqqreader-1252317822.image.myqcloud.com/cover/\"+gt(s)+\"/\"+s+\"/b_\"+s+\".jpg\"",
      "intro": "$..intro",
      "kind": "$..catel2name&&$..catel3name",
      "lastChapter": "$..lastChapterName",
      "name": "$..title",
      "wordCount": "$..totalWords"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data.state[?(@.dataName == 'novel_search_list')].items[*]",
      "bookUrl": "https://bookshelf.html5.qq.com/qbread/api/novel/intro-info?bookid={{$.docId##.*_}}",
      "coverUrl": "$.bid\n@js:\nvar s = result\nfunction gt(s){\n\tlet a = s.slice(-3)\n\tif(a<10){\n\t\t\tn = s.slice(-1)\n\t\t}\n\telse if(a<100){\n\t\t\tn = s.slice(-2)\n\t\t}\n\telse{\n\t\t\tn = a\n\t\t}\n\treturn n\n}\n\"http://wfqqreader-1252317822.image.myqcloud.com/cover/\"+gt(s)+\"/\"+s+\"/b_\"+s+\".jpg\"",
      "intro": "$.intro",
      "kind": "{{$.tag_views##\\s+##,}}\n{{java.getString('$.is_finished')==1?'已完结':'连载中'}}",
      "lastChapter": "$.updateInfo##已更新至##第",
      "name": "$.title",
      "wordCount": "$.totalWords"
    },
    "ruleToc": {
      "chapterList": "$.rows",
      "chapterName": "$.serialName",
      "chapterUrl": "https://novel.html5.qq.com/be-api/content/ads-read,{\n\t\"method\": \"POST\",\n\t\"body\": {\n\t\t\"Scene\": \"chapter\",\n\t\t\"ContentAnchorBatch\": [{\n\t\t\t\t\"BookID\": \"{{baseUrl.match(/bookId=(\\d+)/)[1]}}\",\n\t\t\t\t\"ChapterSeqNo\": [{{$.serialID}}]\n\t\t\t}]\n\t},\n\t\"headers\": {\n\t\t\"Q-GUID\": \"4aa27c7cf2d9aca3359656ea186488cb\"\n\t}\n}",
      "isVip": "//删掉这行字，vip章节会显示🔓\n$.isFree",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://so.html5.qq.com/ajax/real/search_result?tabId=360&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁[boquku]",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.boquku.com/",
    "bookUrlPattern": "http://www.boquku.com/xs/\\d+/index.html",
    "customButton": false,
    "customOrder": 1114,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/xuanhuanxiaoshuo/{{page}}.htm\n奇幻小说::/qihuanxiaoshuo/{{page}}.htm\n修真小说::/xiuzhenxiaoshuo/{{page}}.htm\n都市小说::/dushixiaoshuo/{{page}}.htm\n言情小说::/yanqingxiaoshuo/{{page}}.htm\n历史小说::/lishixiaoshuo/{{page}}.htm\n同人小说::/tongrenxiaoshuo/{{page}}.htm\n武侠小说::/wuxiaxiaoshuo/{{page}}.htm\n科幻小说::/kehuanxiaoshuo/{{page}}.htm\n游戏小说::/youxixiaoshuo/{{page}}.htm\n军事小说::/junshixiaoshuo/{{page}}.htm\n竞技小说::/jingjixiaoshuo/{{page}}.htm\n灵异小说::/lingyixiaoshuo/{{page}}.htm\n商战小说::/shangzhanxiaoshuo/{{page}}.htm\n校园小说::/xiaoyuanxiaoshuo/{{page}}.htm\n官场小说::/guanchangxiaoshuo/{{page}}.htm\n职场小说::/zhichangxiaoshuo/{{page}}.htm\n其他小说::/qitaxiaoshuo/{{page}}.htm",
    "header": "",
    "lastUpdateTime": 1688436644610,
    "loginUrl": "",
    "respondTime": 36927,
    "ruleBookInfo": {
      "author": "##:author\"[^\"]+\"([^\"]+)##$1###",
      "coverUrl": "##:image\"[^\"]+\"([^\"]+)##$1###",
      "init": "",
      "intro": "id.all@text##\\[收起\\]",
      "kind": "class.list-group.0@tag.li.3@text&&\nclass.list-group.0@tag.li.1@a@text##更新时间：",
      "lastChapter": "##:latest_chapter_name\"[^\"]+\"([^\"]+)##$1###",
      "name": "##:title\"[^\"]+\"([^\"]+)##$1###",
      "tocUrl": "class.mt20@class.tac@tag.a@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.txtContent@html",
      "imageStyle": "0",
      "nextContentUrl": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.col-xs-2.0@text",
      "bookList": "id.novel-list@li!0",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "",
      "intro": "",
      "kind": "class.time@text",
      "lastChapter": "tag.a.1@text",
      "name": "class.col-xs-3@tag.a.0@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "tag.div.3@text",
      "bookList": "class.panel-body@tag.li!0:-1",
      "bookUrl": "tag.div.1@tag.a@href##$##,{\"webView\":true}",
      "coverUrl": "",
      "intro": "",
      "kind": "tag.div.0@text",
      "lastChapter": "tag.div.2@text",
      "name": "tag.div.1@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.list-group-item@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href@js:'http://www.boquku.com'+result+',{webView:“true”}'",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://www.boquku.com/search.htm?keyword={{key}},{\n\"charset\": \"gbk\", \n\"headers\": {\"User-Agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36\"}, \"webView\": true}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "玄幻阁吧",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xuankuks.com#🎃",
    "bookUrlPattern": "http://www.xuankuks.com/files/article/html/\\d+/\\d+/",
    "customButton": false,
    "customOrder": 1115,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/sort1/{{page}}/\n武侠小说::/sort2/{{page}}/\n都市小说::/sort3/{{page}}/\n历史小说::/sort4/{{page}}/\n言情小说::/sort5/{{page}}/\n穿越小说::/sort6/{{page}}/\n科幻小说::/sort7/{{page}}/\n恐怖小说::/sort8/{{page}}/\n校园小说::/sort9/{{page}}/\n异界小说::/sort10/{{page}}/",
    "lastUpdateTime": 1720894257581,
    "respondTime": 2039,
    "ruleBookInfo": {
      "author": "id.count@tag.span.0@text",
      "coverUrl": "id.bookimg@img@src",
      "intro": "id.bookintro@text",
      "kind": "id.count@tag.span.3@text&&\nid.count@tag.span.2@text&&\nid.count@tag.span.1@text",
      "lastChapter": "class.new@tag.a.0@text",
      "name": "class.booktitle@h1@text"
    },
    "ruleContent": {
      "content": "id.content@textNodes##随机推荐："
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.dd.1@tag.span.0@text",
      "bookList": "id.sitebox@dl",
      "bookUrl": "h3@a@href",
      "coverUrl": "img@src",
      "intro": "tag.dd.3@text",
      "kind": "class.uptime@text",
      "lastChapter": "tag.dd.2@tag.a@text",
      "name": "h3@a@text",
      "wordCount": "tag.dd.1@tag.span.2@text"
    },
    "ruleToc": {
      "chapterList": "id.readerlist@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.xuankuks.com/modules/article/search.php?s=7673184438602983814&s={{key}}&searchtype=articlename",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "休闲文学吧",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.xxwx8.com",
    "customButton": false,
    "customOrder": 1116,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\n var result = [];\njava.toast(\"🔥动态获取发现中……\");\nvar push=(title,url,size)=>result.push({\n  \t\"title\": title,\n  \t\"url\": url,\n  \t\"style\": {\n   \"layout_flexGrow\": 1,\n   \"layout_flexBasisPercent\": size\n   }\n });\nvar fl = java.ajax(\"https://www.xxwx8.com/\");\nif (fl) {\na=org.jsoup.Jsoup.parse(fl).select(\".mav_3 a\");\npush(\"分类\",null,1)\npush(\"最近\",\"https://www.xxwx8.com/\",0.25)\n    for(var i=0;i<a.length;i++){\n        title=a[i].text()\n        url=a[i].attr(\"href\")\n        size=0.25;\n        url=url\n        url=String(url).replace(/.html/,\"_{{page}}.html\").replace(/xxchannel/,\"xxlist\")\n        push(title,url,size)\n    };\n    \n    \n      } else { \n      java.toast(\"🚫发现获取失败……\");\n}\nJSON.stringify(result);",
    "lastUpdateTime": 0,
    "respondTime": 9267,
    "ruleBookInfo": {
      "author": ".nbs_1.0@a@text",
      "coverUrl": "img.4@src##^##https://www.xxwx8.com",
      "intro": "🕰  更新：\n{{@@table.0@tbody@tr@td.-1@text}}\n📜  简介：\n{{@@div.35@text##.*【内容简介】|【最新章节】.*}}##(^|[。！？……；]+[”」）】]?)##$1<br>",
      "kind": "{{@@.nbs_1.1@a@text}}\n{{@@table.0@tbody@tr@td.-1@text}}",
      "lastChapter": "{{@@table.0@tbody@tr@td.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求含理更谢乐发推票盟补加字].*?[】）\\)]}}•{{@@table.0@tbody@tr@td.-1@text}}\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "name": "h1@text",
      "tocUrl": "{{baseUrl}}##xxbook##xxchapter"
    },
    "ruleContent": {
      "content": ".ReadContents@html",
      "replaceRegex": "##{{book.name}}\\s.*|.*{{book.name}}目录.*"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "td.1@a@text",
      "bookList": "table@tbody@tr!0",
      "bookUrl": "a.0@href",
      "checkKeyWord": "我的模拟长生路",
      "coverUrl": "a.0@href##xxbook\\/(.*)\\.html##https://www.xxwx8.com/images/xxid/$1.jpg###",
      "kind": "td.-1@text##\\/##-",
      "lastChapter": "{{@@td.-2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求含理更谢乐发推票盟补加字].*?[】）\\)]}}•{{@@td.-1@text}}\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/\\//g,'-')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "name": "td.0@a@text"
    },
    "ruleToc": {
      "chapterList": ".chapterlist@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.xxwx8.com/xxlist/{{key}}_{{page}}.html",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "溜达小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.liudatxt.org#🎃",
    "customButton": false,
    "customOrder": 1117,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1685878399036,
    "respondTime": 4119,
    "ruleBookInfo": {
      "author": "#author@a@text",
      "coverUrl": "#bookimg@img@src",
      "intro": "#bookintro@p@text",
      "kind": ".bookright@span.1:5@text",
      "lastChapter": "#newlist@li.0@a@text",
      "name": "h1@text",
      "tocUrl": "div.newrap@a.0@href",
      "wordCount": ".bookright@span.7@text&&span.uptime@sapn@text@js:result+'字'"
    },
    "ruleContent": {
      "content": "id.content@html"
    },
    "ruleExplore": {
      "bookList": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "class.book_other.0@tag.span.0@text",
      "bookList": "id.sitembox@tag.dl",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.img@src",
      "kind": "class.book_other.0@tag.span.1@text",
      "lastChapter": "class.book_other.1@tag.a@text",
      "name": "tag.a.1@text",
      "wordCount": "class.book_other.0@tag.span.3@text"
    },
    "ruleToc": {
      "chapterList": "id.readerlist@tag.li@tag.a",
      "chapterName": "text##正文|_",
      "chapterUrl": "href"
    },
    "searchUrl": "search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "️戊戟武侠",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.wujixsw.org#🎃",
    "customButton": false,
    "customOrder": 1118,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1720342490945,
    "respondTime": 7040,
    "ruleBookInfo": {
      "author": "class.author@text",
      "coverUrl": "tag.img@src",
      "kind": "class.sort@text##类别：",
      "lastChapter": "id.chapterlist@tag.p.0@text",
      "name": "class.title@text",
      "tocUrl": "text.完整目录@href"
    },
    "ruleContent": {
      "content": "id.chaptercontent@html##<!--|-->|天才一秒记住.*无广告！|（本章未完，请点击下一页继续阅读）|『章节错误，点此举报』|『加入书签，方便阅读』",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author.0@tag.a.-1@text",
      "bookList": ".hot_sale",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.-1@href<js>'https://m.ajnnan.com/image'+String(result).replace(/.*?(\\d*?)(\\d{1,3}).html/,'/$1/$1$2/$1$2s.jpg').replace('//','/0/')</js>",
      "kind": "",
      "lastChapter": "class.author.-1@tag.a.@text",
      "name": "class.title@text"
    },
    "ruleToc": {
      "chapterList": "id.chapterlist@tag.p!0",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/SearchBook.php?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": " 大帝小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.anshuge.com/",
    "customButton": false,
    "customOrder": 1119,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "",
    "lastUpdateTime": 1743585819052,
    "loginUrl": "",
    "respondTime": 7140,
    "ruleBookInfo": {
      "name": "tag.a.16@text"
    },
    "ruleContent": {
      "content": "id.contents@html",
      "imageStyle": "0"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "table@tag.tr!0",
      "bookUrl": "td.0@tag.a.0@href",
      "lastChapter": "td.1@tag.a.0@text",
      "name": "td.0@tag.a.0@text",
      "wordCount": "td.R@text"
    },
    "ruleToc": {
      "chapterList": ".L a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "search/?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁,免费",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.ibiquzw.info#🎃",
    "bookUrlPattern": "http://m.ibiquzw.info/[\\d_]+/",
    "customButton": false,
    "customOrder": 1120,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部::/xclass/0/{{page}}.html\n玄幻奇幻::/xclass/1/{{page}}.html\n修真仙侠::/xclass/2/{{page}}.html\n都市青春::/xclass/3/{{page}}.html\n历史军事::/xclass/4/{{page}}.html\n网游竞技::/xclass/5/{{page}}.html\n科幻灵异::/xclass/6/{{page}}.html\n其它::/xclass/7/{{page}}.html\n全本::/quanben0_{{page}}.html\n其它::/quanben7_{{page}}.html\n玄幻奇幻::/quanben1_{{page}}.html\n修真仙侠::/quanben2_{{page}}.html\n都市青春::/quanben3_{{page}}.html\n历史军事::/quanben4_{{page}}.html\n网游竞技::/quanben5_{{page}}.html\n科幻灵异::/quanben6_{{page}}.html",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1720835119180,
    "respondTime": 6219,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": "#chaptercontent@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##{{try{chapter.title}catch(e){\"\"} }}|\n\\(第\\d+.+页\\)"
    },
    "ruleExplore": {
      "author": "p.author@text",
      "bookList": ".hot_sale",
      "bookUrl": "a@href",
      "coverUrl": "img@data-original",
      "intro": "p.-1@text##简介：",
      "kind": ".score@text",
      "name": "p.title@text"
    },
    "ruleSearch": {
      "author": "p.author a.1@text",
      "bookList": ".hot_sale",
      "bookUrl": "a.0@href",
      "checkKeyWord": "剑来",
      "kind": "p.-1@textNodes##\\|.*\\s##,",
      "lastChapter": "a.-1@text",
      "name": "p.title@text"
    },
    "ruleToc": {
      "chapterList": "#chapterlist p!0@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://m.ibiquzw.info/SearchBook.php?keyword={{key}}",
    "weight": 80
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "阅读书库",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yuedsk.com#",
    "bookUrlPattern": "http://www.yuedsk.com/book/\\d+/",
    "customButton": false,
    "customOrder": 1121,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻·魔法::http://www.yuedsk.com/book/sort1/0/{{page}}.html\n武侠·修真::http://www.yuedsk.com/book/sort2/0/{{page}}.html\n都市·言情::http://www.yuedsk.com/book/sort3/0/{{page}}.html\n历史·军事::http://www.yuedsk.com/book/sort4/0/{{page}}.html\n穿越·架空::http://www.yuedsk.com/book/sort5/0/{{page}}.html\n游戏·竞技::http://www.yuedsk.com/book/sort6/0/{{page}}.html\n经部::http://www.yuedsk.com/book/sort11/0/{{page}}.html\n史部::http://www.yuedsk.com/book/sort12/0/{{page}}.html\n子部::http://www.yuedsk.com/book/sort13/0/{{page}}.html\n集部::http://www.yuedsk.com/book/sort14/0/{{page}}.html\n古典·名著::http://www.yuedsk.com/book/sort16/0/{{page}}.html",
    "lastUpdateTime": 1720843376888,
    "respondTime": 5452,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": ".divbox img@src",
      "kind": "[property~=category|status]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": ".btnlink@href"
    },
    "ruleContent": {
      "content": "#clickeye_content@html",
      "replaceRegex": "##\\(阅读库.*\\)|阅读库.+com"
    },
    "ruleExplore": {
      "author": ".c_tag span.1@text",
      "bookList": ".c_row",
      "bookUrl": "a.2@href",
      "coverUrl": "img@src",
      "intro": ".c_description@text",
      "kind": ".c_tag span.-1:-3@text",
      "lastChapter": "a.3@text",
      "name": "a.2@text",
      "wordCount": ".c_tag span.3@text"
    },
    "ruleSearch": {
      "author": ".c_tag span.1@text",
      "bookList": ".c_row",
      "bookUrl": "a.1@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "kind": ".c_tag span.3:7:-1@text",
      "lastChapter": ".c_value a@text",
      "name": "a.1@text",
      "wordCount": ".c_tag span.5@text"
    },
    "ruleToc": {
      "chapterList": ".chapters li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "updateTime": "title"
    },
    "searchUrl": "http://www.yuedsk.com/modules/article/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "入殓师",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.rulianshi.la/",
    "customButton": false,
    "customOrder": 1122,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734832225931,
    "respondTime": 2308,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "[property=\"og:novel:read_url\"]@content",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "class.nr_nr@tag.div.1@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "",
      "sourceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "p.3@text##作者：",
      "bookList": "class.block",
      "bookUrl": "a.0@href",
      "checkKeyWord": "我的",
      "coverUrl": "img@src",
      "kind": "p.2@text##分类：",
      "lastChapter": "p.4@tag.a@text",
      "name": "h2@text"
    },
    "ruleToc": {
      "chapterList": "class.cover@tag.ul.1@tag.a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href",
      "preUpdateJs": ""
    },
    "searchUrl": "s.php?q={{key}}&submit=",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "溜达小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.liudatxt.com#一程",
    "customButton": false,
    "customOrder": 1123,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻奇幻::/mulu/1-{{page}}.html\n武侠仙侠::/mulu/2-{{page}}.html\n都市言情::/mulu/3-{{page}}.html\n历史军事::/mulu/4-{{page}}.html\n科幻灵异::/mulu/5-{{page}}.html\n网游竞技::/mulu/6-{{page}}.html\n女频频道::/mulu/7-{{page}}.html",
    "lastUpdateTime": 1720836847051,
    "respondTime": 6930,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "",
      "init": "",
      "intro": "id.bookintro@textNodes",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@html",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "author": "tag.a.2@text",
      "bookList": "id.sitebox@tag.dl",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@data-original",
      "intro": "class.book_des@textNodes",
      "kind": "tag.span.2@text&&tag.span.3@text",
      "lastChapter": "tag.a.3@text",
      "name": "tag.a.1@text",
      "wordCount": "tag.span.0@text"
    },
    "ruleSearch": {
      "author": "class.book_other.0@tag.span.0@text",
      "bookList": "id.sitembox@tag.dl",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src",
      "kind": "class.book_other.0@tag.span.1@text&&tag.span.5@text",
      "lastChapter": "class.book_other.1@tag.a@text",
      "name": "tag.a.1@text",
      "wordCount": "class.book_other.0@tag.span.3@text"
    },
    "ruleToc": {
      "chapterList": "id.readerlist@tag.li@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.liudatxt.com/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：\n一曲书屋 https://www.yiqushuwu.com",
    "bookSourceGroup": "免费",
    "bookSourceName": "🔰 海棠书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.haitangshufang.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1124,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻奇幻::/xuanhuan/\n武侠修真::/wuxia/\n都市言情::/dushi/\n历史军事::/lishi/\n网游竞技::/wangyou/\n科幻未来::/kehuan/\n恐怖悬疑::/kongbu/\n其他类型::/qita/\n全本小说::/quanben/\n排行榜单::/paihang/",
    "header": "",
    "lastUpdateTime": 1724338207547,
    "respondTime": 3958,
    "ruleBookInfo": {
      "author": ".auths@textNodes##作者：",
      "coverUrl": "img@src",
      "intro": ".u-bx@p@text",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": ".zhang-txt-nei-rong@html"
    },
    "ruleExplore": {
      "author": "div.2@text",
      "bookList": ".topba-list@li",
      "bookUrl": "a.0@href",
      "coverUrl": "",
      "kind": "div.5@text",
      "lastChapter": "div.1@text",
      "name": "a.0@text",
      "wordCount": "div.3@text"
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "tr!0",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "",
      "lastChapter": "td.1@text",
      "name": "td.0@text",
      "wordCount": "td.3@text"
    },
    "ruleToc": {
      "chapterList": ".pox@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php,{\n 'method': 'POST',\n 'charset': 'gbk',\n 'body':'searchkey={{key}}&t_btnsearch=搜索&searchtype=articlename'\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "香书小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.xbiqugu.com/",
    "customButton": false,
    "customOrder": 1125,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "@js:\nJSON.stringify({\n\t\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\",\n\t\"Referer\":baseUrl\n\t})",
    "lastUpdateTime": 1749886329551,
    "respondTime": 4092,
    "ruleBookInfo": {
      "author": ".detail-box .info p.0@text",
      "intro": ".detail-box .m-desc@text##简介：",
      "kind": ".detail-box .info p.1@text##类 别：",
      "lastChapter": ".detail-box .info p.4@text##最新章节：|.*.",
      "name": ".detail-box h1@text"
    },
    "ruleContent": {
      "content": "#content@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##.*本章完.*|.*收藏月票.*|.*新书来啦.*|.*月票.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.s4@text",
      "bookList": "class.txt-list@li!0",
      "bookUrl": "class.s2@a@href",
      "kind": "class.s1@text##\\[|\\]",
      "lastChapter": "class.s3@text##.*.",
      "name": "class.s2@a@text"
    },
    "ruleToc": {
      "chapterList": ".section-box!0@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\nhttps://www.xbiqugu.com/so/,{\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\",\n  \"body\": \"searchkey={{key}}&placeholder=&Submit=搜索\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "中文书城",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.cread.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1126,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"出版频道\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"文学小说\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3100&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经典名著\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3200&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经管励志\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3300&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"生活休闲\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3400&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"婚姻家庭\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3500&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科普教育\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3600&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"纪实传记\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3700&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"亲子育儿\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3800&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"工具百科\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=3900&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"男生频道\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"都市小说\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1200&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"东方玄幻\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1100&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠仙侠\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1400&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"悬疑惊悚\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1800&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"架空历史\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1500&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"网游竞技\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1700&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻未来\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1600&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"西方玄幻\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=1300&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女生频道\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"古代言情\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2100&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"幻想言情\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2200&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市言情\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2300&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"总裁豪门\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2400&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"青春校园\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2500&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"唯美同人\",\"url\":\"https://cxb-pro.cread.com/cx/new/catelistnew?uid=110496550&cnid=10005&version=7.6.0&flid=2600&thirdCateId=0&sortType=1&bookStatus=0&pageSize=20&curpage={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\r\n\"uid\":\"110496550\",\r\n\"cnid\":\"10005\",\r\n\"version\":\"7.6.0\",\r\n\"packname\":\"com.mianfeizs.book\",\r\n\"oscode\":\"30\",\r\n\"vcode\":\"134\",\r\n\"channelId\":\"10005\",\r\n\"platform\":\"android\",\r\n\"appname\":\"mfzs\"\n}",
    "lastUpdateTime": 1721235823718,
    "respondTime": 3277,
    "ruleBookInfo": {
      "author": "$.authorName",
      "coverUrl": "$.bookImg",
      "init": "$.data.bookVo",
      "intro": "{{'\\n&lrm;\\n'}}{{$.introduction}}",
      "kind": "{$.grade}分&&$.categoryName&&连载中{$.bookStatue}已完结\n##连载中03|01已完结",
      "lastChapter": "{{$.lastUpdateChapterName}} • {{$.lastUpdateChapterDate## .*}}",
      "name": "$.bookName",
      "tocUrl": "https://readbook-service-freebook.cread.com/cx/itf/getvolume?bookId={{$.bookId}}",
      "wordCount": "$.wordCount"
    },
    "ruleContent": {
      "content": "$..content"
    },
    "ruleExplore": {
      "author": "$.authorName",
      "bookList": "$.dataList",
      "bookUrl": "https://readbook-service-freebook.cread.com/cx/bookDetailYS?bookid={{$.bookid}}",
      "coverUrl": "$.cover",
      "intro": "$.intro",
      "kind": "{$.grade}分&&$.categoryName&&连载中{$.bookStatue}已完结\n##连载中03|01已完结",
      "lastChapter": "",
      "name": "$.newBookName",
      "wordCount": "$.wordCount"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.list",
      "bookUrl": "https://readbook-service-freebook.cread.com/cx/bookDetailYS?bookid={{$.id}}",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "{$.grade}分&&$.categoryName&&连载中{$.bookStatue}已完结\n##连载中03|01已完结",
      "lastChapter": "",
      "name": "$.name",
      "wordCount": "$.words"
    },
    "ruleToc": {
      "chapterList": "@js:\nlet v = [],\n\t\tlist = [];\nJSON.parse(result).list.map($=>{\n\n//分卷判定\n\t\tV = $.name;\n\t\tif(v[v.length-1]!=V&&!/^\\s*$/.test(V)){\n\t\t\t\tv.push(V)\n\t\t\t\tlist.push({\n\t\t\t\t\t\tname: '📖['+V+']📖',\n\t\t\t\t\t\tvolume: true\n\t\t\t\t\t})\n\t\t\t}\n\n$.bookChapters.map($=>{\n\t\treturn list.push({\n\t\t\t\tname: $.name,\n\t\t\t\turl: `https://readbook-service-freebook.cread.com/cx/itf/chapterRead?bookId=${$.bookid}&chapterId=${$.id}`,\n\t\t\t\tinfo: `章节字数：${$.wordCount}　更新时间：${$.updateDate}`\n\t\t\t});\n\t});\n});\nv.length<2?list.filter($=>!$.volume):list",
      "chapterName": "name",
      "chapterUrl": "url",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": "info"
    },
    "searchUrl": "https://cxb-pro.cread.com/cx/searchbooks,{\n\"method\": \"POST\",\n\"body\": \"keyword={{key}}&pageNo={{page}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "来读读",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.laidudu.com/",
    "bookUrlPattern": "https://www.laidudu.com/book/\\d+/",
    "customButton": false,
    "customOrder": 1127,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/dusort1/{{page}}.html\n武侠小说::/dusort2/{{page}}.html\n都市小说::/dusort3/{{page}}.html\n历史小说::/dusort4/{{page}}.html\n网游小说::/dusort5/{{page}}.html\n科幻小说::/dusort6/{{page}}.html\n女生小说::/dusort7/{{page}}.html",
    "lastUpdateTime": 1749885869570,
    "respondTime": 4004,
    "ruleBookInfo": {
      "author": "class.info@class.small@tag.span.0@text",
      "coverUrl": "class.cover@img@src",
      "intro": "class.intro@text##简介：",
      "kind": "class.info@class.small@tag.span.1@text&&\nclass.info@class.small@tag.span.4@text&&\nclass.info@class.small@tag.span.2@text##分类：|状态：|更新时间：",
      "lastChapter": "class.info@class.small@tag.span.5@a@text",
      "name": "class.info@h2@text"
    },
    "ruleContent": {
      "content": "id.content@html##请记住本书首发.*com"
    },
    "ruleExplore": {
      "author": "class.s4@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.laidudu.com/headimgs/'+iid+'/'+id+'/s'+id+'.jpg';\n</js>",
      "kind": "class.s5@text",
      "lastChapter": "class.s3@a@text",
      "name": "class.s2@a@text"
    },
    "ruleSearch": {
      "author": "class.author@text",
      "bookList": "class.bookbox",
      "bookUrl": "h4@a@href",
      "coverUrl": "img@src",
      "lastChapter": "class.update@a@text",
      "name": "h4@a@text"
    },
    "ruleToc": {
      "chapterList": "class.listmain@dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.laidudu.com/read/search/,<\n\"method\": \"POST\",\n\"body\": \"searchkey={{key}}\"\n>",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "鬼吹灯",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.cxbz958.org",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1128,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1724756098763,
    "loginUrl": "",
    "respondTime": 15172,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "downloadUrls": "",
      "intro": "[property=\"og:description\"]@content",
      "kind": "meta[property~=category|status|update_time]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "div[id=\"nr1\"]@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##{{chapter.title}}.*\\n*"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "text.作者@text##作者：",
      "bookList": ".article>div[class=\"block\"]",
      "bookUrl": "##<a.*?href=\"([^\"]+)\"##$1###",
      "checkKeyWord": "异界",
      "coverUrl": "##<img.*?src=\"([^\"]+)\"##$1###",
      "intro": "",
      "kind": "text.分类@text##分类：",
      "lastChapter": "text.最新章节@text##最新章节：",
      "name": "h2>a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ":<li[^>]*><a[^\"]+\"([^\"]+)\"[^>]*>([^<]+)",
      "chapterName": "$2",
      "chapterUrl": "$1",
      "nextTocUrl": "##href=\"([^\"]+)\"[^>]*>下一页<##$1###"
    },
    "searchUrl": "http://m.cxbz958.org/s.php?submit=&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "阅读书库",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yuedsk.com/",
    "customButton": false,
    "customOrder": 1129,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734832898291,
    "respondTime": 1396,
    "ruleBookInfo": {
      "author": "##:author\"[^\"]*\"([^\"]*)##$1###",
      "coverUrl": "##:image\"[^\"]*\"([^\"]*)##$1###",
      "init": "",
      "intro": ".tabvalue.0@text",
      "kind": "##作品分类：([^<]*)[\\s\\S]*?连载状态：([^<]*)[\\s\\S]*?最后更新：([^<]*)##$1,$2,$3###",
      "lastChapter": "h3@text",
      "name": "##:book_name\"[^\"]*\"([^\"]*)##$1###",
      "tocUrl": ".b_hot@href",
      "wordCount": "##全文字数：([^<]*)##$1###"
    },
    "ruleContent": {
      "content": "@js:dt=lr='';c=1;动=java.get(\"动\");\nif(动!=''&&!~baseUrl.indexOf(\",\")){\nresult=String(java.ajax(baseUrl+动))\n}else if(java.get(\"静\")==动)c=dt=2;\n\nr=org.jsoup.Jsoup.parse(r1=result.replace(/&nbsp;/g,' '));\n查=i=java.get(\"序\");\n\nif(java.get(\"文\")==1){for(;c;c--){\nd=[\"img[data-src],img[src~=[^a-z]cid[^a-z]]\"\n,\"img:not([src~=(?i)^$|^javascript:|\\\\.gif|\\\\.png|[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,\"img[src~=(?i)\\\\.png]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,'img[src~=(?i)\\\\.gif]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])'];\n\nif(!(查!=\"\"&&(查!=-1&&((lr=r.select(d[查])).size(),true)))){\n$=it=>(lr=r.select(it)).size();\nif($(d[i=0])||$(d[i=1])||$(d[i=2])||false)break;\n\nif(c==2){dt=1;\nr=org.jsoup.Jsoup.parse(java.ajax(baseUrl+',{\"webView\":true}'))\n}else i=$(d[3])?3:-1}}\nif(i==0)lr=String(lr).replace(/(?:src=['\"][^'\"]+['\"] +)?data-/g,'');\nif(查==\"\")book.putVariable(\"序\",i);\n\n}else{\nsc=java.get(\"文\")==2?\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br)),a>*,:has(a):not(:matchesOwn([\\\\S\\\\s]{50,}),:has(:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(br,a,:matchesOwn([\\\\s\\\\S]{50})),:not(br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)),:has(p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))'\n:\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br,img:not([src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg]))),img[src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg],a:not(:matches(^$)>img)>*,:has(a):not(img,:matchesOwn([\\\\S\\\\s]{50,}),:has(img,:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(img,br,a,:has(img),:matchesOwn([\\\\s\\\\S]{50})),:not(img,br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,img,div:matchesOwn(，|。)+div:matchesOwn(，|。)),:has(img,p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))';\n\nd=[\":matchesOwn(\\\\S):has(br):has(:matchesOwn(\\\\S):has(br))\"\n,\":matchesOwn(\\\\S):has(br)\"\n,\":has(>:matchesOwn(\\\\S):not(:has(*))+:matchesOwn(\\\\S):not(:has(*)))\"\n,\":has(>:has(>p:only-child:matchesOwn(\\\\S):not(:has(*)))+:has(>p:only-child:matchesOwn(\\\\S):not(:has(*))))\"\n,\"img\"\n,\":matchesOwn(\\\\S)\"];\n\ntry{for(查=i!=''?i:java.get(\"元\");c;c--){\n\nif(!(c>1&&(String(r.text()).length<400||r.select(':matchesOwn(内容未加载完成|关闭(阅读|小说)模式)').size()))){\nr.select(sc).remove();\n\nif(!(查!=\"\"&&(lr=r.select(i?d[i==6?5:i]:查)).size()))for(i=0;i<6&&(lr=r.select(d[i]),i==4&&c==1?!lr.size():String(lr.text()).length<200);i++);\nif(c<2||i<6)break;}\n\nr=org.jsoup.Jsoup.parse(r2=String(java.ajax(baseUrl+',{\"webView\":true}')).replace(/(<[a-z]+)&nbsp;/g,'$1 '));\ndt=r1.length==r2.length?2:1}\n\nfor(c=lr.first(),v=1;v<lr.size();v++)if(lr.get(v).parents().contains(c)){\nlr.remove(v);\nv--}else c=lr.get(v);\n\nlr=String((c=lr.size()==2&&i<4)?String(lr.first().text()).length>String(lr.get(1).text()).length?lr.first():lr.get(1):(c=lr.size()==1)?lr.first():lr);\n\nif(查==\"\"){\nif(c&&(查=lr.match(/<([a-z]+) ([^>]+)>/))&&(查[2]=查[2].match(/(?:id|class|style)=(?:\"[^\"]+\"|'[^']+')|[^= ]+(?==\"[^\"]+\"|'[^']+')/g))){\nbook.putVariable(\"元\",查[1]+'['+查[2].join('][')+']')\n}else book.putVariable(\"序\",i)}\n\nlr=lr.replace(/<([a-z]+)[^>]*\"-\\d+\"[^>]*>[^<]+<\\/\\1>|[^<>]*<a[^<]+<\\/a>[^<]*|&lt[; ]?\\/?[a-z]+(?= |\\/?&gt)(?:[ a-z=-]+|\"[^\"]+\"|'[^']+')*\\/?&gt[; ]?|[☯📑⚙️🌕︴]/g,\"\").replace(/\\s+(?:\\s|(?:(?:(?:n?b)?s)?p)?;)/g,\"　　\");\n\nif(java.get(\"原\")!=1)lr=(!lr.indexOf(\"　　\")?lr.replace(/>(?!　　|\\s*(?:(?:(?:n?b)?s)?p)?;)\\s*(?=[^\\s<>])/g,\">︴\"):lr)\n.replace(/((?:[〖【『「（《〈〔［\\[(][^〖【『「（《〈〔［\\[()］〕〉》）」』】〗\\]]*[)］〕〉》）」』】〗\\]]\\s*)*(?:第?\\s*[一二三四五六七八九十百千万〇零0-9]+\\s*[章节回話话：:.．,，、]*\\s*)?{{\nn=(t=title.match(/\\S+$/)[0].replace(/[*$|?+\\\\\\^\\[\\](){}/]/g,\".?\")).replace(/^(正文[^\\u4e00-\\u9fa5A-Za-z]*|第?[一二三四五六七八九十百千万〇零0-9]+[章节回話话\\s：:.．,，、]*)+/,\"\"),n!=t&&/\\S/.test(n)?\"(?:第?\\\\s*[一二三四五六七八九十百千万〇零0-9]+\\\\s*[章节回話话：:.．,，、]*\\\\s*\"+n+\"|\"+t+\")\":t\n}}(?:\\s*[〖【『「（《〈〔［\\[(][^〖【『「（《〈〔［\\[()］〕〉》）」』】〗\\]]*[)］〕〉》）」』】〗\\]])*)/g,\"⚙️$1⚙️\")+\"📑\"\n\n}catch(e){}}\nif(dt)book.putVariable(dt==1?\"动\":\"静\",',{\"webView\":true}');lr",
      "replaceRegex": "##\\(阅读库.*\\)|www\\..*com|yuedsk|阅读库|.*第.*章.*\\s|"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "$4",
      "bookList": ":\"fl\"[^\"]*\"([^\"]*)\"[^>]*>[^\"]*\"([^\"]*)\"[\\s\\S]*?href[^>]*>([^<]*)[\\s\\S]*?c_value\">([^<]*)[\\s\\S]*?c_value\">([^<]*)[\\s\\S]*?c_value\">([^<]*)[\\s\\S]*?c_value\">([^<]*)[\\s\\S]*?c_description\">([^<]*)[\\s\\S]*?_blank\">([^<]*)[\\s\\S]*?c_value\">([^<]*)",
      "bookUrl": "$1",
      "coverUrl": "$2",
      "intro": "$8",
      "kind": "$5,$7,$10",
      "lastChapter": "$9",
      "name": "$3",
      "wordCount": "$6"
    },
    "ruleToc": {
      "chapterList": "+@css:.chapter a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "\n// https://www.mayiwsk.com\n//https://m.mayiwsk.com/\n\t//https://m.mayiwxw.com\n/*访问过快偶尔宕机，出错了会加载重试。\n以下代码勿动！❗️⚠️\n可在js中通过eval(String(source.bookSourceComment))\n调用*/\nvar err=/503 Service Temporarily Unavailable/;\nwhile(err.test(result)){\n\tjava.log(\"网站出错，重新加载\")\n\tresult=java.ajax(baseUrl)\n\t}\nresult;",
    "bookSourceGroup": "免费",
    "bookSourceName": "蚂蚁文学",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.mayiwsk.com",
    "bookUrlPattern": "https?://m.mayiwxw.com/\\w+/",
    "customButton": false,
    "customOrder": 1130,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/sort/1_{{page}}/\n修真小说::/sort/2_{{page}}/\n都市小说::/sort/3_{{page}}/\n穿越小说::/sort/4_{{page}}/\n网游小说::/sort/5_{{page}}/\n科幻小说::/sort/6_{{page}}/\n其他小说::/sort/7_{{page}}/\n女生频道::/sort/8_{{page}}/",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1737671307399,
    "loginUrl": "",
    "respondTime": 5215,
    "ruleBookInfo": {
      "author": "text.作者@text##作者：",
      "coverUrl": "img@src",
      "init": "<js>\neval(String(source.bookSourceComment))\n</js>",
      "intro": "#inf@text##简介：|【展开】|【收起】",
      "kind": "{{@@text.类别@text}}\n{{@@text.状态@text}}\n{{@@text.更新@text}}\n##类别：|状态：|更新：",
      "lastChapter": "text.最新@a@text",
      "name": "text.书名@text##书名：",
      "tocUrl": "{{baseUrl.replace('/m',\"/www\")}},{\n  \"headers\": {\"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.41 Safari/537.36\"}\n}"
    },
    "ruleContent": {
      "content": "<js>\neval(String(source.bookSourceComment))\n</js>\n#content@textNodes",
      "nextContentUrl": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": "<js>\neval(String(source.bookSourceComment))\n</js>\n.newbook_list",
      "bookUrl": "a.1@href##index.html",
      "coverUrl": "img@src",
      "intro": ".newbook_intor@text##【展开】|【收起】",
      "kind": "span.s1@text",
      "name": "a.1@text"
    },
    "ruleSearch": {
      "author": "a.1@text",
      "bookList": "<js>\neval(String(source.bookSourceComment))\n</js>\np.sone",
      "bookUrl": "a.0@href",
      "kind": "",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "<js>\neval(String(source.bookSourceComment))\n</js>\n#list dd a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ""
    },
    "searchUrl": "/s.php,{\n  \"body\": \"search_key={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🚬 最新书源",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.lanzoub.com/b00nb04xc",
    "customButton": false,
    "customOrder": 1131,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 10.0; wv)\"\n}",
    "lastUpdateTime": 1721330735983,
    "loginUrl": "https://www.lanzoub.com/b00nb04xc",
    "respondTime": 827,
    "ruleBookInfo": {
      "coverUrl": "@js:'http://txfile-30121.sz.gfp.tencent-cloud.com/1645281096012_56839_6f7e08855711f4c7f12d74250566287a.jpg'"
    },
    "ruleContent": {
      "content": "<js>\njp=org.jsoup.Jsoup.parse(result);\ntitle=jp.select('title').text().replace('.txt','');\ninfo=jp.select('.mdo').text();\ninfo=String(info).replace(/♥.*?♥/g,'').replace(/：/g,'：<br>').replace(/○/g,'<br>').replace(/■/g,'');\ndurl=result.match(/var loaddown = '(.*?)';/);\ndurl!=null? du='<br />备用网络导入链接，每次需要刷新/重新下载本章获取最新链接：<br>https://developer.lanzoug.com/file/'+durl[1] : du='';\n\nresult=title+'<br>'+info+du+'<br />所有书源合集(只有最新书源有效)：<br>'+baseUrl.substring(0,24)+'b00nb04xc<br>如果网址打不开，可能是域名出了问题，将网址中的 lanzou* 的*改成[a-z]的某个英文字母，一个一个试，如 w，x等，总有一个能打开。'+'<br />提示：<br>更新目录可以获取最新制作，优化修复和校验过的书源。<br>推荐复制粘贴网络导入链接，进行网络导入。<br>阅读3右上角编辑内容中更容易复制网络导入链接。<br>若链接显示有问题，有可能是替换规则的原因，关闭替换规则就能正常显示。<br>导入书源后会把无效书源顶上去，把它们删除即可。<br>点击章节链接可以跳转网页浏览或用浏览器打开，这时可以下载该书源文件。<br>也可以直接把网络导入链接复制到浏览器下载，之后再找到该书源导入。<br>怎么找到书源下载到内部存储的位置，可以用文件管理器，搜索文件名字，在详情或属性里找路径，之后在阅读软件中进行本地导入，按照这个路径找到该书源文件导入即可。';\n</js>"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "@js:'最新书源兼容阅读3和2'",
      "bookList": "<js>\nlt='ijvwxyabcdefghklmnopqrstuz';\ni=-1;\nwhile(true){\ni>25? i=0:i=i+1;\nhref='https://www.lanzou'+lt.charAt(i)+'.com/';\ntry{\nresult=java.ajax(href+\"b00nb04xc,{'\"+\"headers\"+\"':'\"+'{User-Agent: \"Mozilla/5.0 (Windows NT 10.0; Win64; x64)\"}'+\"'}\");\nif(String(result).length<2000) s=java.base64Decode('ss');\n}catch(e){\nresult=java.ajax(href+\"b00nb04xc\");}\nif(String(result).length>150) break;}\nword=org.jsoup.Jsoup.parse(result).select('#filename').text();\nname=decodeURI(baseUrl.match(/qdbimg_(.*)/)[1]);\nnu=result.match(/♥(.*?)♥/);\nif(nu!=null) uri=href+nu[1];\nelse{\nfbs=java.ajax(href+'icTphzgjxha');\nnu=fbs.match(/♥(.*?)♥/);\nif(nu!=null) uri=href+nu[1];}\nbs=java.ajax(uri);\njp=org.jsoup.Jsoup.parse(bs);\ntitle=jp.select('title').text().replace('.txt','').replace(' - 蓝奏云','');\ninfo=jp.select('.d2 tr').text();\ninfo=String(word+info).replace(/分享用户.*?文件描述：/,'').replace(/♥.*?♥/g,'<br>').replace(/：/g,'：<br>').replace(/○/g,'<br>').replace(/■/g,'');\nresult=String('[{\"title\":\"'+title+'\",\"info\":\"'+info+'\",\"uri\":\"'+uri+'\",\"name\":\"'+name+'\"},{\"title\":\"'+title+'\",\"info\":\"'+info+'\",\"uri\":\"'+String(uri).replace('www','wwi')+'\",\"name\":\"最新书源\"},]');\n</js>$.[*]",
      "bookUrl": "$.uri",
      "coverUrl": "@js:try{s=java.base64Decoder('ss');\nresult='http://txfile-30121.sz.gfp.tencent-cloud.com/1645281096012_56839_6f7e08855711f4c7f12d74250566287a.jpg';\n}catch(e){\nresult='http://txfile-30121.sz.gfp.tencent-cloud.com/1645281096715_54233_aa39496b665328367d6f27f80eb8c09f.jpg';}",
      "intro": "$.info",
      "kind": "$.title",
      "lastChapter": "$.title",
      "name": "$.name"
    },
    "ruleToc": {
      "chapterList": "<js>\nhref=baseUrl.substring(0,24);\ntry{s=java.base64Decoder('ss');flg=false;}catch(e){flg=true;}\nflg? he=\",{'headers':'{User-Agent: \\\\\\\"Mozilla/5.0 (Linux; Android 10.0; wv)\\\\\\\"}'}\" :he=\"@header:{User-Agent:'Mozilla/5.0 (Linux; Android 10.0; wv)'}\";\ntry{\ndata=java.ajax(href+\"b00nb04xc,{'\"+\"headers\"+\"':'\"+'{User-Agent: \"Mozilla/5.0 (Windows NT 10.0; Win64; x64)\"}'+\"'}\");\nif(String(data).length<2000){\ns=java.base64Decode('ss');\n}}catch(e){\ndata=java.ajax(href+\"b00nb04xc\");}\nnu=data.match(/♥(.*?)♥/);\nif(nu==null){\ndata=java.ajax(href+'icTphzgjxha');\nnu=data.match(/♥(.*?)♥/);}\nif(nu!=null){\nuri=href+'tp/'+nu[1];\nif(nu[1]!=baseUrl.substring(24)) result=java.ajax(uri+he);\n\nfin=result.match(/■/);\nnu=result.match(/♥(.*?)♥/);\ntitle=result.match(/<title>(.*?)<\\/title>/)[1];\nresult='[{\"title\":\"'+title+'\",\"info\":\"'+'info'+'\",\"uri\":\"'+uri+'\"},';\nwhile(fin==null){\nif(nu!=null) uri=href+'tp/'+nu[1];\nelse break;\nbs=java.ajax(uri+he);\ntitle=bs.match(/<title>(.*?)<\\/title>/)[1];\nresult=result+'{\"title\":\"'+title+'\",\"info\":\"'+'info'+'\",\"uri\":\"'+uri+'\"},';\nfin=bs.match(/■/);\nnu=bs.match(/♥(.*?)♥/);\n}}else{\ndata=String(data).replace(/var .*? = /,'▲').replace(/var .*? = /,'▼');\nuri=' lx=2&fid=1338342&uid=1017738&pg=1&rep=0&t='+data.match(/▲'(.*?)'/)[1]+'&k='+data.match(/▼'(.*?)'/)[1];\nflg? result=java.post(href+'filemoreajax.php',uri,{}) :result=java.ajax(href+'filemoreajax.php@'+uri);\nresult=String(result).replace(/\"id\":\"/g,',\"uri\":\"'+href+'tp/');}\nresult=String(String(result).replace(/\\.txt/g,'').replace(/ - 蓝奏云/g,'')+']');\n</js>$.text.[*]||$.[*]",
      "chapterName": "$.title||$.name_all",
      "chapterUrl": "$.uri"
    },
    "searchUrl": "https://bookcover.yuewen.com/qdbimg_{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "无极小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wujixsw.info",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1132,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1720605971212,
    "loginUrl": "",
    "respondTime": 1659,
    "ruleBookInfo": {
      "author": "[property=og:novel:author]@content",
      "canReName": "",
      "coverUrl": "[property=og:image]@content",
      "init": "",
      "intro": "[property=og:description]@content",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content",
      "lastChapter": "[property=og:novel:latest_chapter_name]@content##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "[property=og:novel:book_name]@content##|\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|小说|笔趣阁|免费.*",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@textNodes##全本小说网.*最新章节！|全本小说网.*最快更新|最新章节！|一秒记住.*免费阅读！|.*第.*章.*|笔趣阁.*最快更新.*",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "class.s4@text",
      "bookList": "class.novelslist2@tag.li!0",
      "bookUrl": "class.s2@tag.a@href",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": "",
      "kind": "",
      "lastChapter": "class.s3@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 |卷1",
      "name": "class.s2@tag.a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://wujixsw.info/search.html?name={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "来读读破",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.laidudu.com/#♤pb",
    "bookUrlPattern": "https://www.laidudu.com/book/\\d+/",
    "customButton": false,
    "customOrder": 1133,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/dusort1/{{page}}.html\n武侠小说::/dusort2/{{page}}.html\n都市小说::/dusort3/{{page}}.html\n历史小说::/dusort4/{{page}}.html\n网游小说::/dusort5/{{page}}.html\n科幻小说::/dusort6/{{page}}.html\n女生小说::/dusort7/{{page}}.html",
    "lastUpdateTime": 1721150569752,
    "loginUrl": "",
    "respondTime": 1168,
    "ruleBookInfo": {
      "author": "class.info@class.small@tag.span.0@text",
      "coverUrl": "class.cover@img@src",
      "intro": "class.intro@text##简介：",
      "kind": "class.info@class.small@tag.span.1@text&&\nclass.info@class.small@tag.span.4@text&&\nclass.info@class.small@tag.span.2@text##分类：|状态：|更新时间：",
      "lastChapter": "class.info@class.small@tag.span.5@a@text",
      "name": "class.info@h2@text"
    },
    "ruleContent": {
      "content": "id.content@html##请记住本书首发.*com"
    },
    "ruleExplore": {
      "author": "class.s4@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.laidudu.com/headimgs/'+iid+'/'+id+'/s'+id+'.jpg';\n</js>",
      "kind": "class.s5@text",
      "lastChapter": "class.s3@a@text",
      "name": "class.s2@a@text"
    },
    "ruleSearch": {
      "author": "class.author@text",
      "bookList": "class.bookbox",
      "bookUrl": "h4@a@href",
      "coverUrl": "img@src",
      "lastChapter": "class.update@a@text",
      "name": "h4@a@text"
    },
    "ruleToc": {
      "chapterList": "class.listmain@dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.laidudu.com/read/search/,<\n\"method\": \"POST\",\n\"body\": \"searchkey={{key}}\"\n>",
    "weight": 0
  },
  {
    "bookSourceComment": "搜索地址经常变动，自动获取搜索地址\n20231210By_zhbyjm7783\n执行代码By一程",
    "bookSourceGroup": "免费",
    "bookSourceName": "格格党#3",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ggdxs8.cc",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1134,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"总榜\",\"url\":\"/rank/allvisit/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"周榜\",\"url\":\"/rank/weekvisit/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"月榜\",\"url\":\"/rank/monthvisit/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"全本\",\"url\":\"/lc/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻 \",\"url\":\"/lc/1_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"仙侠 \",\"url\":\"/lc/2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市 \",\"url\":\"/lc/3_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史 \",\"url\":\"/lc/4_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"网游 \",\"url\":\"/lc/5_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻 \",\"url\":\"/lc/6_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"女生 \",\"url\":\"/lc/7_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"其他 \",\"url\":\"/lc/8_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "header": "",
    "lastUpdateTime": 1702461849327,
    "loginCheckJs": "",
    "loginUrl": "",
    "respondTime": 6091,
    "ruleBookInfo": {
      "author": ".info2@a.0@text",
      "coverUrl": ".info1@img@src",
      "intro": ".info2@p@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".breadcrumb@a.1@text&&.info3@p.0@text&&.info3@font@text##小说|.*：|\\s..:.*",
      "lastChapter": ".info3@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".info2@h1@text",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".content-ext@p@html",
      "imageStyle": "",
      "nextContentUrl": "id.next_url@href",
      "replaceRegex": "##1秒记住.*|最近转码严重.*|23qb."
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "a.1@text",
      "bookList": "tbody@tr!0||.media-body",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##http://img.ggdxs8.cc/$2/$1/$1s.jpg###",
      "intro": ".book-intro-index@ownText",
      "kind": "p.3:2@text",
      "lastChapter": "",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": ".list-charts.1@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}@js:\nsource.key+org.jsoup.Jsoup.parse(java.ajax(source.key)).select(\"form\").attr(\"action\")+\",\"+JSON.stringify({\"body\": \"searchkey={{key}}\",\"method\": \"post\"})",
    "weight": 0
  },
  {
    "bookSourceGroup": "有声",
    "bookSourceName": "猫耳听书（优）",
    "bookSourceType": 1,
    "bookSourceUrl": "https://www.missevan.com#活力宝",
    "customButton": false,
    "customOrder": 1135,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1766364950370,
    "respondTime": 1991,
    "ruleBookInfo": {
      "canReName": "1",
      "intro": "class.intro-content@html||class.intro@html||$.info.sound.intro",
      "kind": "class.detail-count@text&&class.detail-newest@text&&class.detail-author@text&&class.detail-type@text&&class.detail-tags@text##���ͣ�|��ǩ����|��ǩ��",
      "name": "class.drama-name@text",
      "tocUrl": "@js:\nhref = java.getString(\"@@class.drama-name@href\");\nif(baseUrl.match(/dramaapi|mdrama/) || href!=\"\"){\nid = baseUrl.match(/drama_id=(\\d+)/)?baseUrl.match(/(\\d+)/)[1]:href.match(/(\\d+)/)[1]\nresult='https://www.missevan.com/dramaapi/getdrama?drama_id='+id\n}else if(baseUrl.match(/player/)){\n\tresult='https://www.missevan.com/sound/getsound?soundid='+baseUrl.match(/(\\d+)/)[1]\n\t}"
    },
    "ruleContent": {
      "content": "$.info.sound.soundurl_128||$.info.sound.soundurl"
    },
    "ruleExplore": {
      "author": "class.video-auther@a@text",
      "bookList": "class.video-box-inner",
      "bookUrl": "tag.a.0@href##$##,{\"webView\":true}",
      "coverUrl": "img@src",
      "lastChapter": "class.video-time@text##����ʱ��.",
      "name": "class.video-play-icon@title"
    },
    "ruleSearch": {
      "author": "$.username||$.author",
      "bookList": "<js>\nkey=java.get('key');\npage=java.get('page');\n\n//������������\njson=[];json2=[];\n\n//�ж�json���Ƿ����б�\nif(JSON.parse(result).info.Datas){\njson=JSON.parse(result).info.Datas;}\n\n//���ص�������ҳ�沢תΪjson\njson1=JSON.parse(java.ajax('https://www.missevan.com/sound/getsearch?s='+key+'&type=3&page_size=10&p='+page));\n\n//�ж�json���Ƿ����б�\nif(json1.info.Datas){\njson2=json1.info.Datas\n}\n\n//�缯�����б��뵥�������б�ƴ��\nlist=json.concat(json2);\n\nresult=JSON.stringify(list)\n</js>\n$.[*]",
      "bookUrl": "<js>\nid=String(result).match(/id=(\\d+)/)[1];\nif(!String(result).match(/catalog_name/)){\nresult='https://www.missevan.com/sound/getsound?soundid='+id\n}else{result='https://www.missevan.com/dramaapi/getdrama?drama_id='+id}\n</js>",
      "coverUrl": "$.front_cover||$.cover",
      "intro": "$.abstract",
      "kind": "{$.type_name},{$.catalog_name}##\\{.*?\\}",
      "lastChapter": "$.newest",
      "name": "$.soundstr||$.name"
    },
    "ruleToc": {
      "chapterList": "<js>'['+result+']'</js>\n$..info.episodes.episode[*]||$..info.episodes.music[*]||$.[*]",
      "chapterName": "$.name||$.info.sound.soundstr",
      "chapterUrl": "https://www.missevan.com/sound/getsound?soundid={{$.sound_id||$.info.sound.id}}"
    },
    "searchUrl": "https://www.missevan.com/dramaapi/search?s={{key}}&page={{page}}\n@js:java.put('key',key);java.put('page',page);result",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "沙漠小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.shamoxs.com/",
    "customButton": false,
    "customOrder": 1136,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::sort/1_{{page}}.html\n武侠::sort/2_{{page}}.html\n都市::sort/3_{{page}}.html\n历史::sort/4_{{page}}.html\n网游::sort/5_{{page}}.html\n科幻::sort/6_{{page}}.html\n言情::sort/7_{{page}}.html\n其他::sort/8_{{page}}.html",
    "lastUpdateTime": 1721483274359,
    "respondTime": 16241,
    "ruleBookInfo": {
      "author": "#info p.0@text##.*：",
      "coverUrl": "#fmimg img@src",
      "intro": "#intro@html",
      "kind": ".con_top a.1@text&&#info p.2:1@text##.*：|小说|\\s.*",
      "lastChapter": "#info a@text",
      "name": "#info h1@text",
      "tocUrl": ".motion a@href"
    },
    "ruleContent": {
      "content": "#content@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": ".s4@text",
      "bookList": ".l li",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##http://pic.shamoxs.com/image/$2/$1/$1s.jpg###",
      "kind": ".s5@text",
      "lastChapter": "a.1@text",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "#nr",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##http://pic.shamoxs.com/image/$2/$1/$1s.jpg###",
      "kind": "td.4@text",
      "lastChapter": "a.1@text",
      "name": "a.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "#list dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "modules/article/search.php,{\n  'charset': 'gbk',\n  'method': 'POST',\n  'body': 'type=articlename&s={{key}}&submit='\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "超凡小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.pan8.org#🎃",
    "customButton": false,
    "customOrder": 1137,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "",
    "lastUpdateTime": 0,
    "respondTime": 4248,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "dt@img@src",
      "intro": ".intro clearfix@text##阅读.*最新章节请关注.*",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": "<js>\nvar JsDom = Packages.org.jsoup.Jsoup;\nvar Document = Packages.org.jsoup.nodes.Document;\nvar Element = Packages.org.jsoup.nodes.Element;\n            \nvar document = JsDom.parse(src);\n            \n// 获取包含<p>元素的<dd>元素\nvar dds = document.select('div.content > dd');\n\n// 将dds转换为数组以便排序\nvar ddArray = [];\nfor (var i = 0; i < dds.size(); i++) {\n    ddArray.push(dds.get(i));\n}\n\n// 按照data-id属性对ddArray进行排序\nddArray.sort(function(a, b) {\n    var pageA = parseInt(a.attr('data-id'), 10);\n    var pageB = parseInt(b.attr('data-id'), 10);\n    return pageA - pageB;\n});\n\nvar list = [];\nvar data = {\n    mergedText: \"\"\n};\n\n// 遍历排序后的ddArray\nfor (var i = 0; i < ddArray.length; i++) {\n    var dd = ddArray[i];\n    var dataId = dd.attr('data-id');\n    // 获取当前dd下的所有<p>元素的文本内容，保持原有顺序\n    var paragraphs = dd.select('p');\n    var paragraphTexts = [];\n    for (var j = 0; j < paragraphs.size(); j++) {\n        var paragraph = paragraphs.get(j);\n        paragraphTexts.push(paragraph.text());\n    }\n    list.push({\n        id: dataId, // 使用data-id属性\n        paragraphs: paragraphTexts // 存储所有<p>元素的文本内容为数组，保持原有顺序\n    });\n    // 合并文本内容，每个<p>内容后添加换行符，保持原有顺序\n    data.mergedText += paragraphTexts.join(\"\\n\") + \"\\n\"; // 添加额外换行符以便分隔每个dd的内容\n}\n\n// 输出结果\njava.log(JSON.stringify(list));\njava.log(data.mergedText);\n\n// 返回data对象\nresult = data.mergedText;\n</js>",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##阅读.*最新章节.*超凡小说网.*|最新网址.*|.*请点击下一页继续.*|.*第.*页.*",
      "title": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a@ownText##.*\\(|\\)",
      "bookList": ".bd@li",
      "bookUrl": "a@href",
      "coverUrl": "",
      "kind": "span@text##\\[|\\]",
      "lastChapter": "",
      "name": "a@textNodes##\\(.*",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": " <js>\nvar JsDom = Packages.org.jsoup.Jsoup;\nvar Document = Packages.org.jsoup.nodes.Document;\nvar Element = Packages.org.jsoup.nodes.Element;\n            \nvar document = JsDom.parse(src);\n            \n// 获取包含<li>元素的<div>元素\nvar divs = document.select('ul.list > div');\n\n// 将divs转换为数组以便排序\nvar divArray = [];\nfor (var i = 0; i < divs.size(); i++) {\n    divArray.push(divs.get(i));\n}\n\n// 按照data-id属性对divArray进行排序\ndivArray.sort(function(a, b) {\n    var pageA = parseInt(a.attr('data-id'), 10);\n    var pageB = parseInt(b.attr('data-id'), 10);\n    return pageA - pageB;\n});\n\nvar list = [];\n// 遍历排序后的divArray\nfor (var i = 0; i < divArray.length; i++) {\n    var div = divArray[i];\n    var dataId = div.attr('data-id');\n    // 获取当前div下的所有<li>元素\n    var lis = div.select('li');\n    for (var j = 0; j < lis.size(); j++) {\n        var li = lis.get(j);\n        var a = li.select('a').first();\n        if (a != null) {\n            list.push({\n                text: a.text(),\n                id: dataId, // 使用data-id属性\n                url: a.attr('href')\n            });\n        }\n    }\n}\n\n//java.log(JSON.stringify(list));\nlist;\n</js>",
      "chapterName": "text",
      "chapterUrl": "url",
      "formatJs": "",
      "isVolume": ""
    },
    "searchUrl": "http://wap.pan8.org/s.php,{\n  \"body\": \"s={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "https://www.pilibook.net/\nhttp://m.i7wx.net",
    "bookSourceGroup": "免费",
    "bookSourceName": "爱奇文学",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.i7wx.net",
    "customButton": false,
    "customOrder": 1138,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"分类(标签)\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻小说\",\"url\":\"http://m.i7wx.net/sort/1_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"仙侠小说\",\"url\":\"http://m.i7wx.net/sort/2_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市小说\",\"url\":\"http://m.i7wx.net/sort/3_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"军史小说\",\"url\":\"http://m.i7wx.net/sort/4_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游小说\",\"url\":\"http://m.i7wx.net/sort/5_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻小说\",\"url\":\"http://m.i7wx.net/sort/6_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖小说\",\"url\":\"http://m.i7wx.net/sort/7_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他小说\",\"url\":\"http://m.i7wx.net/sort/8_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"排行榜(标签)\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"日点击榜\",\"url\":\"/top/dayvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周点击榜\",\"url\":\"/top/weekvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月点击榜\",\"url\":\"/top/monthvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总点击榜\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总收藏榜\",\"url\":\"/top/goodnum_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"字数排行\",\"url\":\"/top/size_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"日推荐榜\",\"url\":\"/top/dayvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周推荐榜\",\"url\":\"/top/weekvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月推荐榜\",\"url\":\"/top/monthvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总推荐榜\",\"url\":\"/top/allvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最新入库\",\"url\":\"/top/postdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最近更新\",\"url\":\"/top/lastupdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"完本小说\",\"url\":\"http://m.i7wx.net/full/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1690743913859,
    "respondTime": 45335,
    "ruleBookInfo": {
      "author": "class.infotype@tag.p.0@tag.a@text",
      "coverUrl": "class.pic@tag.img@src",
      "intro": "class.intro@text",
      "kind": "class.infotype@tag.p.1@text&&class.infotype@tag.p.2@text",
      "lastChapter": "class.infotype@tag.p.3@tag.a@text",
      "name": "class.cataloginfo@tag.h3@text",
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": "id.novelcontent@tag.p.0@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": "class.author@tag.a@text||class.p3@text",
      "bookList": "class.article||class.articlegeneral||class.full_content",
      "bookUrl": "class.p2@tag.a@href||class.content@tag.h6@tag.a@href##\\/$##.html",
      "coverUrl": "class.pic@tag.img@src",
      "intro": "class.simple@text",
      "kind": "class.p1@text",
      "name": "class.content@tag.h6@text||class.p2@tag.a@text"
    },
    "ruleSearch": {
      "author": "tag.a.1@text",
      "bookList": "class.sone",
      "bookUrl": "tag.a.0@href##\\/$##.html",
      "name": "tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.chapters@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/s.php,{\n  \"body\": \"s={{key}}&type=articlename\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "女频,🔞",
    "bookSourceName": "耽美小说#2",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.dmx5.cc",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1139,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 9894,
    "ruleBookInfo": {
      "author": "class.block_txt@tag.a.2@text",
      "coverUrl": "tag.img@src",
      "init": "",
      "intro": "class.intro_info@text",
      "kind": "class.block_txt@tag.a.3@text",
      "lastChapter": "class.block_txt@tag.a.-1@text",
      "name": "tag.h1@text",
      "tocUrl": "class.ablum_read.0@tag.a.1@href",
      "wordCount": "class.block_txt@tag.p.5@text##更新："
    },
    "ruleContent": {
      "content": "id.nr1@html##$##❎",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\s*❎\\s*"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "tag.p.2@tag.a@text",
      "bookList": "class.cover@class.block",
      "bookUrl": "tag.a.0@href",
      "checkKeyWord": "",
      "coverUrl": "tag.a.0@href@js:\nvar id = result.match(/\\/(\\d+)\\.?/)[1];\n'/files/article/image/'+parseInt(id/1000)+'/'+id+'/'+id+'s.jpg';",
      "intro": "",
      "kind": "tag.p.3@tag.a@text",
      "lastChapter": "tag.p.-1@text##最新：",
      "name": "tag.h2@text"
    },
    "ruleToc": {
      "chapterList": "class.chapter@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option!0:1:2@value"
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"s={{key}}&submit=搜索&type=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "365小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.shukuge.com#🎃",
    "customButton": false,
    "customOrder": 1140,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n\"User-Agent\":\"Mozilla/5 (Android 11; wv; Arm64) Chrome126 Mobile Safari\"\n}",
    "lastUpdateTime": 1754712420142,
    "respondTime": 720,
    "ruleBookInfo": {
      "author": "p:nth-child(3) > a@text",
      "coverUrl": ".bookdcover > img@src",
      "intro": ".bookdtext > p:nth-child(2)@text##.+下载后请在24小时之内删除\\.|我",
      "kind": ".bookdmore > p:nth-child(1) > a@text&&.bookdmore > p:nth-child(2) > a@text&&.bookdmore > p:nth-child(4)@text&&.bookdmore > p:nth-child(8)@text##状态：|最新时间：",
      "lastChapter": "p:nth-child(7) > a@text",
      "name": ".bookdcover > img@alt",
      "tocUrl": "p:nth-child(8) > .btn@href"
    },
    "ruleContent": {
      "content": "#content > #content@textNodes",
      "title": "h1@text"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.0@text",
      "bookList": ".listitem",
      "bookUrl": ".bookdesc > a@href",
      "coverUrl": ".listitem:nth-child(1) img@src",
      "intro": ".listitem:nth-child(1) .desc:nth-child(4)@text##简介：.+下载后请在24小时之内删除\\.|我",
      "kind": "span.1@text&&span.2@text&&span.3@text##分类：|状态：|类型：",
      "lastChapter": ".desc > a@text",
      "name": "h2@text"
    },
    "ruleToc": {
      "chapterList": "dl > dd",
      "chapterName": "dd > a@text",
      "chapterUrl": "dd > a@href"
    },
    "searchUrl": "/Search?wd={{key}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "漫画",
    "bookSourceName": "🎨丁斐🅰",
    "bookSourceType": 2,
    "bookSourceUrl": "http://comic.321mh.com",
    "customButton": false,
    "customOrder": 1141,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nlet model = (title,url,num)=>{\n    return {title:title,url:url,style:{layout_flexGroup:1,layout_flexBasisPercent:num}}\n}\n\nlet ajax = java.ajax(\"http://comic.321mh.com/v1/comic/getcomicsortandroid?platformname=android&productname=mht\")\nlet url=\"https://getconfig-globalapi.yyhao.com/app_api/v5/getsortlist/?page={{page}}&orderby=date&search_type=&comic_sort=tihuan&search_key=&platformname=android&productname=mht\"\n\n丁斐=JSON.parse(ajax).data.map(i=>{\n\tt=url.replace(\"tihuan\",i.urlid)\n\treturn  model(i.name,t,0.15)\n\t})\n\t\n\nJSON.stringify(丁斐)",
    "lastUpdateTime": 1724930118233,
    "respondTime": 3764,
    "ruleBookInfo": {
      "intro": "$..comic_desc##^##<br>"
    },
    "ruleContent": {
      "content": "@js:\nres=baseUrl.match(/mycha=(.*)/)\ncha=JSON.parse(res[1])\n\nhost=\"https://mhpic.manhualang.com\"\nlist=[]\n\nlen=cha.end_num\nimg=cha.chapter_image.high\nfor(var i=0;i<len;i++){\n\t  list.push(img.replace(\"$$\",i+1))\n}\n\n\nlist.map(x=>'<img src=\"'+host+x+'\">').join(\"\\n\")"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.comic_author",
      "bookList": "$.data[*]",
      "bookUrl": "http://comic.321mh.com/app_api/v5/getcomicinfo_body/?comic_id={{$.comic_id}}&from_page=search&platformname=android&productname=mht",
      "coverUrl": "http://image.yqmh.com/mh/{{$.comic_id}}.jpg",
      "kind": "$.comic_type##[a-z]+|\\|",
      "lastChapter": "$.last_chapter_name",
      "name": "$.comic_name"
    },
    "ruleToc": {
      "chapterList": "-$..comic_chapter[*]",
      "chapterName": "$.chapter_name",
      "chapterUrl": "$[?(@.chapter_name==\"{{chapter.title}}\")]\n@js:\n\ncha=java.getElement(result)[0]\nbaseUrl+'&mycha='+JSON.stringify(cha)\n",
      "updateTime": "$..create_date\n@js:\"🕗 \"+java.timeFormat(result*1000)"
    },
    "searchUrl": "https://getconfig-globalapi.yyhao.com/app_api/v5/getsortlist/?page={{page}}&orderby=click&search_key={{key}}&young_mode=0&platformname=android&productname=mht",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "全免小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://qmbook.taoyuewenhua.net",
    "customButton": false,
    "customOrder": 1142,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"🔖男频榜单🔖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"推荐\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完本\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=110&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人气\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=10&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"热搜\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=80&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=20&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"阅读\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=30&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"🔖男频分类🔖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=玄幻&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇幻\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=奇幻&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=武侠&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙侠\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=仙侠&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=都市&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=历史&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"军事\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=军事&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇闻怪谈\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=奇闻怪谈&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=科幻&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"游戏\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=游戏&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"体育\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=体育&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"N次元\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=N次元&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现实\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=现实&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n\n\n\n\n{\"title\":\"🔖女频榜单🔖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"推荐\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完本\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=110&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人气\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=10&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"热搜\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=80&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=20&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"阅读\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=30&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n\n{\"title\":\"🔖女频分类🔖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻言情\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=玄幻言情&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙侠奇缘\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=仙侠奇缘&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古代言情\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=古代言情&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现代言情\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=现代言情&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"浪漫青春\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=浪漫青春&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇闻怪谈\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=奇闻怪谈&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻空间\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=科幻空间&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"游戏竞技\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=游戏竞技&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"N次元\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=N次元&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"同人纯爱\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=同人纯爱&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"短篇\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=短篇&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}\n]",
    "header": "{\n\t\"User-Agent\":\"okhttp/3.12.1\"\n\t}",
    "lastUpdateTime": 0,
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 2833,
    "ruleBookInfo": {
      "author": "$.authorName",
      "canReName": "",
      "coverUrl": "$.coverUrl",
      "downloadUrls": "",
      "init": "$.data",
      "intro": "<br>\n🎗 标签：{{$.site}}🔸{{$.tagList##\\s##，}}\n👤 主角：{{$.roleList##\\s##，}}\n🕰 更新：{{String(java.timeFormat(java.getString('$.latestChapterUpdateTime'))).replace(/\\//g,\"-\").replace(/\\s/g,\"🔸\")}}\n📂 简介：{{$.intro}}",
      "kind": "{{$.categoryName}}\n{{$.subCategoryName}}\n{{java.getString('$.status')=='50'?'完结':'连载'}}",
      "lastChapter": "$.latestChapter",
      "name": "$.title",
      "tocUrl": "@js:\ntry{\ntime=Date.now();\nt=\"appid=qmbook&bid={{$.bid}}&brand=XIAOMI&channel=Tencent&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&t=\"+time+\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\";\nsign=java.md5Encode(t).toUpperCase();\n\nr=String(t).replace(/key=tfbook_free/,'sign=')+sign;\n\n\"http://qmbook.taoyuewenhua.net/tf/chapter_list?\"+r;\n}\ncatch(e){\n\t\"http://tfbook-1251592799.file.myqcloud.com/chapters/{{$.bid}}.json\"\n\t}",
      "wordCount": "$.allWords"
    },
    "ruleContent": {
      "content": "$.data.content"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "$.authorName",
      "bookList": "$.data.bookList",
      "bookUrl": "@js:\ntime=Date.now();\nt=\"appid=qmbook&bid={{$.sourceId}}&brand=XIAOMI&channel=Tencent&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&t=\"+time+\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\";\nsign=java.md5Encode(t).toUpperCase();\n\nr=String(t).replace(/key=tfbook_free/,'sign=')+sign;\n\n\"http://qmbook.taoyuewenhua.net/tf/book?\"+r;",
      "checkKeyWord": "",
      "coverUrl": "$.coverUrl",
      "intro": "$.intro",
      "kind": "{{$.categoryName}}\n{{$.subCategoryName}}\n{{java.getString('$.status')=='50'?'完结':'连载'}}\n{{r=String(Math.round(java.getString('$.score'))/10);r=='0'?'':r+ '分'}}",
      "lastChapter": "$.latestChapter",
      "name": "$.title",
      "wordCount": "$.allWords"
    },
    "ruleToc": {
      "chapterList": "$.data.chapterList",
      "chapterName": "$.title",
      "chapterUrl": "@js:\ntime=Date.now();\nt=\"appid=qmbook&bid={{$.bid}}&brand=XIAOMI&channel=Tencent&cid={{$.cid}}&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&t=\"+time+\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\";\nsign=java.md5Encode(t).toUpperCase();\n\nr=String(t).replace(/key=tfbook_free/,'sign=')+sign;\n\n\"http://qmbook.taoyuewenhua.net/tf/chapter_content?\"+r;",
      "isVip": "",
      "isVolume": "",
      "updateTime": "{{String(java.timeFormat(java.getString('$.modifiedOn'))).replace(/\\//g,\"-\")}} 字数:{{$.words}}"
    },
    "searchUrl": "@js:\ntime=Date.now();\nt=\"appid=qmbook&brand=XIAOMI&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&keywords=\"+key+\"&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\"+(page-1)+\"&pageSize=10&searchType=1&sourceName=tf&t=\"+time+\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\";\nsign=java.md5Encode(t).toUpperCase();\n\nr=String(t).replace(/key=tfbook_free/,'sign=')+sign;\n\n\"http://qmbook.taoyuewenhua.net/authopt/ty/search_books?\"+r;",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "💠 下书网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.dayuzc.com",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 1143,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1692019222717,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 4121,
    "ruleBookInfo": {
      "author": "p.2@text",
      "canReName": "",
      "coverUrl": "img@src",
      "init": "",
      "intro": "",
      "kind": "",
      "lastChapter": "p.4@text##最新章节：【（.*）】##$1",
      "name": "h1@text",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".showtxt@html",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": ".author a@text",
      "bookList": "div.bookbox",
      "bookUrl": ".bookname a@href##^##https://www.dayuzc.com/",
      "coverUrl": "img@src",
      "intro": "",
      "kind": ".cat@text##分类：",
      "lastChapter": ".update a@text##【(.*)】##$1",
      "name": ".bookname a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "dl dd a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://m.dayuzc.com/sdfgsdyugfsdugf.html?ie=gbk&s=5256649918672294880&q={{key}},{\n\"charset\":\"utf-8\"\n}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "版主🌸",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.diyibanzhu.me//#防",
    "customButton": false,
    "customOrder": 1144,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1751795005827,
    "respondTime": 5981,
    "ruleBookInfo": {
      "author": "{{@@.info@text##类.*}}\n人气：{{@@.info@text##.*：}}",
      "coverUrl": "img@src",
      "intro": ".bd.2@text",
      "kind": "{{@@.info@text##.*型：|字数.*}}",
      "lastChapter": "a.16@text##【.*?】",
      "name": "a.13@text##章.*",
      "wordCount": "{{@@.info@text##.*数：|人气.*}}"
    },
    "ruleContent": {
      "content": "#nr1@html",
      "nextContentUrl": "text.【.*?】@href",
      "replaceRegex": "##本章未.*|P>.*|．．|作者：.*|第.*?章.*|字数：.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "p.1@text##字.*",
      "bookList": ".column-2",
      "bookUrl": "a.0@href",
      "checkKeyWord": "我的",
      "lastChapter": ".update@text##.*：|【.*?】",
      "name": "a.0@text",
      "wordCount": ".words@text##.*："
    },
    "ruleToc": {
      "chapterList": ".list.1@li@a",
      "chapterName": "a@text##【.*?】",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下页@href"
    },
    "searchUrl": "/wap.php?action=search,{\n \"body\": \"objectType=2&wd={{key}}\",\n \"charset\": \"gbk\", \n \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：\nhttp://i.12bz.net\nhttp://m.111bz.cc\nhttp://m.dybz123.com\nhttp://m.xinbanzhu.net\n御书屋：http://m.yushuwu12.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "第一版主⑦🌹",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.xiaobanzhu.com/#🚀",
    "customButton": false,
    "customOrder": 1145,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"日点击榜\",\"url\":\"/top/dayvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击榜\",\"url\":\"/top/weekvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击榜\",\"url\":\"/top/monthvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总点击榜\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总收藏榜\",\"url\":\"/top/goodnum_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"字数排行\",\"url\":\"/top/size_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总推荐榜\",\"url\":\"/top/allvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最新入库\",\"url\":\"/top/postdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最近更新\",\"url\":\"/top/lastupdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻小说\",\"url\":\"/sort/1_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"修真小说\",\"url\":\"/sort/2_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市小说\",\"url\":\"/sort/3_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越小说\",\"url\":\"/sort/4_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"藏经阁\",\"url\":\"/sort/5_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻小说\",\"url\":\"/sort/6_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"其他小说\",\"url\":\"/sort/7_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.29}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 7.1.1; Mi Note 3 Build/NMF26X; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.98 Mobile Safari/537.36\"\n}​",
    "lastUpdateTime": 1750221436450,
    "respondTime": 16221,
    "ruleBookInfo": {
      "author": ".block_txt2@p.2@a@text",
      "coverUrl": ".block_img2@img@src",
      "intro": ".intro_info@text",
      "kind": ".block_txt2@p.3@a@text",
      "lastChapter": ".block_txt2@p.5@a@text",
      "name": ".block_txt2@h2@a@text",
      "tocUrl": "text.查看目录@href",
      "wordCount": ".block_txt2@p.4@text&&.block_txt2@p.4@text"
    },
    "ruleContent": {
      "content": "#nr1@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\n.*本章未完.*\\n.."
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".line",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src||tag.a.0@href##.*/(\\d+)/(\\d+)/##http://www.xiaobanzhu.com/files/article/image/$1/$2/$2s.jpg",
      "kind": "a.0@text",
      "name": "a.1@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".chapter@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/s.php,{\n  \"body\": \"type=articlename&s={{key}}&submit=\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "👔 御宅屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.123yuzhaiwu.com",
    "customButton": false,
    "customOrder": 1146,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"都市小说\",\"url\":\"/wapsort/1_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"浓情小说\",\"url\":\"/wapsort/2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"言情小说\",\"url\":\"/wapsort/3_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"校园小说\",\"url\":\"/wapsort/4_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"标签\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"快穿\",\"url\":\"/tag/kc/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"美攻\",\"url\":\"/tag/mg/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"肉文\",\"url\":\"/tag/rw/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"年下\",\"url\":\"/tag/nx/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"年上\",\"url\":\"/tag/ns/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"网游\",\"url\":\"/tag/wy/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"人兽\",\"url\":\"/tag/rs/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"强强\",\"url\":\"/tag/qq/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"穿越\",\"url\":\"/tag/cy/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"双性\",\"url\":\"/tag/sx/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"强受\",\"url\":\"/tag/qs/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"疗愈\",\"url\":\"/tag/ly/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"重生\",\"url\":\"/tag/cs/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"百合\",\"url\":\"/tag/bh/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"虐文\",\"url\":\"/tag/nw/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"温馨\",\"url\":\"/tag/wx/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"NP\",\"url\":\"/tag/np/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"女性向\",\"url\":\"/tag/nv/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"男性向\",\"url\":\"/tag/nan/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"萌文\",\"url\":\"/tag/mw/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"耽美\",\"url\":\"/tag/dm/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"末世\",\"url\":\"/tag/ms/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"/tag/xy/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"师生\",\"url\":\"/tag/ss/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"BG\",\"url\":\"/tag/bg/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"娱乐圈\",\"url\":\"/tag/ylq/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"高干\",\"url\":\"/tag/gg/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"金手指\",\"url\":\"/tag/jsz/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"反攻\",\"url\":\"/tag/fg/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"诱受\",\"url\":\"/tag/ys/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"不限\",\"url\":\"/tag/bx/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"SM\",\"url\":\"/tag/sm/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1681057895374,
    "respondTime": 34435,
    "ruleBookInfo": {
      "author": ".article_info_td.0@div.0@text",
      "init": "",
      "intro": "[style=\"padding:5px;font-size:12px;color:#666; line-height:auto\"]@text",
      "kind": ".article_info_td.0@div.3:1@text&&.article_info_td.1@div.0@text##.*：",
      "lastChapter": ".article_info_td.0@div.2@a@text&&class.article_info_td@tag.time@text\n<js>result.replace(/(.*)\\s/,'$1 • ')</js>",
      "name": "[style=\"background:none;\"]@text",
      "tocUrl": "[style=\"color:red;\"]@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#nr1@html"
    },
    "ruleExplore": {
      "author": ".author@text||strong@text||span@text",
      "bookList": ".s_m@.last_li||id.list_ul@li||.common-bookele",
      "bookUrl": ".name@href||a.1@href||a.0@href",
      "intro": ".abstract@text",
      "kind": ".words@text||time@text||a.0@text##.*：",
      "name": ".name@text||h3@text||a.1@text"
    },
    "ruleSearch": {
      "author": "strong@text",
      "bookList": ".common-bookele",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "kind": ".lastupdate@text",
      "name": ".articlename@text"
    },
    "ruleToc": {
      "chapterList": "ul@li!-1@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/s.php,{\n'charset': '',\n'method': 'POST',\n'body': 'type=articlename&s={{key}}'\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：\n新御书屋 https://m.xinyushuwu2.com\n第一版主 http://m.diyibanzhu.buzz\n龙腾小说 https://m.longtengxiaoshuo.org",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔰 烈火中文",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.liehuozw.com",
    "customButton": false,
    "customOrder": 1147,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "Hello World!\n0岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=0岁&type=articlename\",\"method\": \"POST\"}\n1::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=1&type=articlename\",\"method\": \"POST\"}\n1岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=1岁&type=articlename\",\"method\": \"POST\"}\n2::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=2&type=articlename\",\"method\": \"POST\"}\n2岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=2岁&type=articlename\",\"method\": \"POST\"}\n3::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=3&type=articlename\",\"method\": \"POST\"}\n3岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=3岁&type=articlename\",\"method\": \"POST\"}\n4::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=4&type=articlename\",\"method\": \"POST\"}\n4岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=4岁&type=articlename\",\"method\": \"POST\"}\n5::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=5&type=articlename\",\"method\": \"POST\"}\n5岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=5岁&type=articlename\",\"method\": \"POST\"}\n6::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=6&type=articlename\",\"method\": \"POST\"}\n6岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=6岁&type=articlename\",\"method\": \"POST\"}\n7::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=7&type=articlename\",\"method\": \"POST\"}\n7岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=7岁&type=articlename\",\"method\": \"POST\"}\n8::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=8&type=articlename\",\"method\": \"POST\"}\n8岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=8岁&type=articlename\",\"method\": \"POST\"}\n9::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=9&type=articlename\",\"method\": \"POST\"}\n9岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=9岁&type=articlename\",\"method\": \"POST\"}\n啊::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=啊&type=articlename\",\"method\": \"POST\"}\n阿::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=阿&type=articlename\",\"method\": \"POST\"}\n爱::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=爱&type=articlename\",\"method\": \"POST\"}\n按::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=按&type=articlename\",\"method\": \"POST\"}\n按摩::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=按摩&type=articlename\",\"method\": \"POST\"}\n阿姨::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=阿姨&type=articlename\",\"method\": \"POST\"}\n八::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=八&type=articlename\",\"method\": \"POST\"}\n吧::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=吧&type=articlename\",\"method\": \"POST\"}\n爸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=爸&type=articlename\",\"method\": \"POST\"}\n八1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=八1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n爸爸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=爸爸&type=articlename\",\"method\": \"POST\"}\n白::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=白&type=articlename\",\"method\": \"POST\"}\n白浆::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=白浆&type=articlename\",\"method\": \"POST\"}\n半::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=半&type=articlename\",\"method\": \"POST\"}\n班::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=班&type=articlename\",\"method\": \"POST\"}\n棒::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=棒&type=articlename\",\"method\": \"POST\"}\n绑::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=绑&type=articlename\",\"method\": \"POST\"}\n班花::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=班花&type=articlename\",\"method\": \"POST\"}\n半推::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=半推&type=articlename\",\"method\": \"POST\"}\n包::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=包&type=articlename\",\"method\": \"POST\"}\n暴::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=暴&type=articlename\",\"method\": \"POST\"}\n爆::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=爆&type=articlename\",\"method\": \"POST\"}\n胞::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=胞&type=articlename\",\"method\": \"POST\"}\n苞::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=苞&type=articlename\",\"method\": \"POST\"}\n鲍::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=鲍&type=articlename\",\"method\": \"POST\"}\n爆操::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=爆操&type=articlename\",\"method\": \"POST\"}\n爆插::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=爆插&type=articlename\",\"method\": \"POST\"}\n包臀::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=包臀&type=articlename\",\"method\": \"POST\"}\n包养::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=包养&type=articlename\",\"method\": \"POST\"}\n八岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=八岁&type=articlename\",\"method\": \"POST\"}\n杯::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=杯&type=articlename\",\"method\": \"POST\"}\n壁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=壁&type=articlename\",\"method\": \"POST\"}\n屄::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=屄&type=articlename\",\"method\": \"POST\"}\n逼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=逼&type=articlename\",\"method\": \"POST\"}\n便::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=便&type=articlename\",\"method\": \"POST\"}\n便器::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=便器&type=articlename\",\"method\": \"POST\"}\n表::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=表&type=articlename\",\"method\": \"POST\"}\n表姐::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=表姐&type=articlename\",\"method\": \"POST\"}\n表妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=表妹&type=articlename\",\"method\": \"POST\"}\n表嫂::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=表嫂&type=articlename\",\"method\": \"POST\"}\n屄屄::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=屄屄&type=articlename\",\"method\": \"POST\"}\n兵::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=兵&type=articlename\",\"method\": \"POST\"}\n播::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=播&type=articlename\",\"method\": \"POST\"}\n部::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=部&type=articlename\",\"method\": \"POST\"}\n擦::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=擦&type=articlename\",\"method\": \"POST\"}\n擦1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=擦1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n操::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=操&type=articlename\",\"method\": \"POST\"}\n肏::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=肏&type=articlename\",\"method\": \"POST\"}\n操逼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=操逼&type=articlename\",\"method\": \"POST\"}\n操哭::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=操哭&type=articlename\",\"method\": \"POST\"}\n操母::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=操母&type=articlename\",\"method\": \"POST\"}\n厕::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=厕&type=articlename\",\"method\": \"POST\"}\n厕所::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=厕所&type=articlename\",\"method\": \"POST\"}\n插::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=插&type=articlename\",\"method\": \"POST\"}\n常::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=常&type=articlename\",\"method\": \"POST\"}\n常识::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=常识&type=articlename\",\"method\": \"POST\"}\n潮::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=潮&type=articlename\",\"method\": \"POST\"}\n潮吹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=潮吹&type=articlename\",\"method\": \"POST\"}\n成::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=年人&type=articlename\",\"method\": \"POST\"}\n成年::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=成年&type=articlename\",\"method\": \"POST\"}\n成人::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=成人&type=articlename\",\"method\": \"POST\"}\n吃::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=吃&type=articlename\",\"method\": \"POST\"}\n赤::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=赤&type=articlename\",\"method\": \"POST\"}\n齿::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=齿&type=articlename\",\"method\": \"POST\"}\n吃鸡吧::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=吃鸡吧&type=articlename\",\"method\": \"POST\"}\n吃精::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=吃精&type=articlename\",\"method\": \"POST\"}\n赤裸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=赤裸&type=articlename\",\"method\": \"POST\"}\n吃奶::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=吃奶&type=articlename\",\"method\": \"POST\"}\n抽::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=抽&type=articlename\",\"method\": \"POST\"}\n抽插::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=抽插&type=articlename\",\"method\": \"POST\"}\n出::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=出&type=articlename\",\"method\": \"POST\"}\n初::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=初&type=articlename\",\"method\": \"POST\"}\n处::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=处&type=articlename\",\"method\": \"POST\"}\n畜::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=畜&type=articlename\",\"method\": \"POST\"}\n初次::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=初次&type=articlename\",\"method\": \"POST\"}\n初二::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=初二&type=articlename\",\"method\": \"POST\"}\n唇::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=唇&type=articlename\",\"method\": \"POST\"}\n处女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=处女&type=articlename\",\"method\": \"POST\"}\n初三::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=初三&type=articlename\",\"method\": \"POST\"}\n初夜::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=初夜&type=articlename\",\"method\": \"POST\"}\n初一::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=初一&type=articlename\",\"method\": \"POST\"}\n初中::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=初中&type=articlename\",\"method\": \"POST\"}\n次::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=次&type=articlename\",\"method\": \"POST\"}\n催::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=催&type=articlename\",\"method\": \"POST\"}\n催眠::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=催眠&type=articlename\",\"method\": \"POST\"}\n大::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=大&type=articlename\",\"method\": \"POST\"}\n搭::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=搭&type=articlename\",\"method\": \"POST\"}\n大二::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=大二&type=articlename\",\"method\": \"POST\"}\n大鸡::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=大鸡&type=articlename\",\"method\": \"POST\"}\n大姐::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=大姐&type=articlename\",\"method\": \"POST\"}\n蹈::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=蹈&type=articlename\",\"method\": \"POST\"}\n道::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=道&type=articlename\",\"method\": \"POST\"}\n道具::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=道具&type=articlename\",\"method\": \"POST\"}\n大三::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=大三&type=articlename\",\"method\": \"POST\"}\n大四::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=大四&type=articlename\",\"method\": \"POST\"}\n大胸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=大胸&type=articlename\",\"method\": \"POST\"}\n大一::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=大一&type=articlename\",\"method\": \"POST\"}\n大姨::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=大姨&type=articlename\",\"method\": \"POST\"}\n的::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=的&type=articlename\",\"method\": \"POST\"}\n的妈::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=的妈&type=articlename\",\"method\": \"POST\"}\n的母::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=的母&type=articlename\",\"method\": \"POST\"}\n的女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=的女&type=articlename\",\"method\": \"POST\"}\n的性::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=的性&type=articlename\",\"method\": \"POST\"}\n弟::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=弟&type=articlename\",\"method\": \"POST\"}\n第::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=第&type=articlename\",\"method\": \"POST\"}\n蒂::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=蒂&type=articlename\",\"method\": \"POST\"}\n店::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=店&type=articlename\",\"method\": \"POST\"}\n调::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=调&type=articlename\",\"method\": \"POST\"}\n蝶::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=蝶&type=articlename\",\"method\": \"POST\"}\n丁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=丁&type=articlename\",\"method\": \"POST\"}\n丁字::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=丁字&type=articlename\",\"method\": \"POST\"}\n丁字裤::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=丁字裤&type=articlename\",\"method\": \"POST\"}\n第一::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=第一&type=articlename\",\"method\": \"POST\"}\n第一次::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=第一次&type=articlename\",\"method\": \"POST\"}\n抖::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=抖&type=articlename\",\"method\": \"POST\"}\n斗::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=斗&type=articlename\",\"method\": \"POST\"}\n抖音::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=抖音&type=articlename\",\"method\": \"POST\"}\n斗鱼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=斗鱼&type=articlename\",\"method\": \"POST\"}\n短::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=短&type=articlename\",\"method\": \"POST\"}\n短篇::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=短篇&type=articlename\",\"method\": \"POST\"}\n多::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=多&type=articlename\",\"method\": \"POST\"}\n多女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=多女&type=articlename\",\"method\": \"POST\"}\n妸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=妸&type=articlename\",\"method\": \"POST\"}\n妸1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=妸1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n二::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=二&type=articlename\",\"method\": \"POST\"}\n二岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=二岁&type=articlename\",\"method\": \"POST\"}\n二穴::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=二穴&type=articlename\",\"method\": \"POST\"}\n发::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=发&type=articlename\",\"method\": \"POST\"}\n发1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=发1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n房::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=房&type=articlename\",\"method\": \"POST\"}\n肥::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=肥&type=articlename\",\"method\": \"POST\"}\n飞::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=飞&type=articlename\",\"method\": \"POST\"}\n肥逼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=肥逼&type=articlename\",\"method\": \"POST\"}\n飞机::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=飞机&type=articlename\",\"method\": \"POST\"}\n飞机杯::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=飞机杯&type=articlename\",\"method\": \"POST\"}\n肥臀::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=肥臀&type=articlename\",\"method\": \"POST\"}\n粉::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=粉&type=articlename\",\"method\": \"POST\"}\n粉逼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=粉逼&type=articlename\",\"method\": \"POST\"}\n丰::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=丰&type=articlename\",\"method\": \"POST\"}\n丰乳::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=丰乳&type=articlename\",\"method\": \"POST\"}\n丰臀::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=丰臀&type=articlename\",\"method\": \"POST\"}\n粉嫩::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=粉嫩&type=articlename\",\"method\": \"POST\"}\n粉穴::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=粉穴&type=articlename\",\"method\": \"POST\"}\n夫::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=夫&type=articlename\",\"method\": \"POST\"}\n妇::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=妇&type=articlename\",\"method\": \"POST\"}\n父::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=父&type=articlename\",\"method\": \"POST\"}\n父女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=父女&type=articlename\",\"method\": \"POST\"}\n夫人::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=夫人&type=articlename\",\"method\": \"POST\"}\n旮::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=旮&type=articlename\",\"method\": \"POST\"}\n旮1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=旮1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n干::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=干&type=articlename\",\"method\": \"POST\"}\n刚::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=刚&type=articlename\",\"method\": \"POST\"}\n肛::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=肛&type=articlename\",\"method\": \"POST\"}\n刚成年::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=刚成年&type=articlename\",\"method\": \"POST\"}\n肛交::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=肛交&type=articlename\",\"method\": \"POST\"}\n干了::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=干了&type=articlename\",\"method\": \"POST\"}\n干妈::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=干妈&type=articlename\",\"method\": \"POST\"}\n高::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=高&type=articlename\",\"method\": \"POST\"}\n高潮::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=高潮&type=articlename\",\"method\": \"POST\"}\n高二::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=高二&type=articlename\",\"method\": \"POST\"}\n高三::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=高三&type=articlename\",\"method\": \"POST\"}\n高一::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=高一&type=articlename\",\"method\": \"POST\"}\n高中::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=高中&type=articlename\",\"method\": \"POST\"}\n个::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=个&type=articlename\",\"method\": \"POST\"}\n隔::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=隔&type=articlename\",\"method\": \"POST\"}\n隔壁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=隔壁&type=articlename\",\"method\": \"POST\"}\n隔壁邻::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=隔壁邻&type=articlename\",\"method\": \"POST\"}\n公::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=公&type=articlename\",\"method\": \"POST\"}\n宫::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=宫&type=articlename\",\"method\": \"POST\"}\n公主::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=公主&type=articlename\",\"method\": \"POST\"}\n姑::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姑&type=articlename\",\"method\": \"POST\"}\n官::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=官&type=articlename\",\"method\": \"POST\"}\n姑姑::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姑姑&type=articlename\",\"method\": \"POST\"}\n鬼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=鬼&type=articlename\",\"method\": \"POST\"}\n龟::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=龟&type=articlename\",\"method\": \"POST\"}\n鬼畜::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=鬼畜&type=articlename\",\"method\": \"POST\"}\n龟头::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=龟头&type=articlename\",\"method\": \"POST\"}\n姑娘::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姑娘&type=articlename\",\"method\": \"POST\"}\n国::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=国&type=articlename\",\"method\": \"POST\"}\n国中::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=国中&type=articlename\",\"method\": \"POST\"}\n哈1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=哈1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n孩::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=孩&type=articlename\",\"method\": \"POST\"}\n含::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=含&type=articlename\",\"method\": \"POST\"}\n含着::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=含着&type=articlename\",\"method\": \"POST\"}\n豪::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=豪&type=articlename\",\"method\": \"POST\"}\n豪乳::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=豪乳&type=articlename\",\"method\": \"POST\"}\n合::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=合&type=articlename\",\"method\": \"POST\"}\n和::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=和&type=articlename\",\"method\": \"POST\"}\n喝::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=喝&type=articlename\",\"method\": \"POST\"}\n黑::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=黑&type=articlename\",\"method\": \"POST\"}\n黑丝::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=黑丝&type=articlename\",\"method\": \"POST\"}\n合集::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=合集&type=articlename\",\"method\": \"POST\"}\n和姐::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=和姐&type=articlename\",\"method\": \"POST\"}\n和妈::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=和妈&type=articlename\",\"method\": \"POST\"}\n和妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=和妹&type=articlename\",\"method\": \"POST\"}\n喝奶::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=喝奶&type=articlename\",\"method\": \"POST\"}\n喝尿::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=喝尿&type=articlename\",\"method\": \"POST\"}\n和同学::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=和同学&type=articlename\",\"method\": \"POST\"}\n和我::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=和我&type=articlename\",\"method\": \"POST\"}\n红::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=红&type=articlename\",\"method\": \"POST\"}\n后::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=后&type=articlename\",\"method\": \"POST\"}\n后妈::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=后妈&type=articlename\",\"method\": \"POST\"}\n后入::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=后入&type=articlename\",\"method\": \"POST\"}\n户::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=户&type=articlename\",\"method\": \"POST\"}\n护::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=护&type=articlename\",\"method\": \"POST\"}\n虎::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=虎&type=articlename\",\"method\": \"POST\"}\n蝴::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=蝴&type=articlename\",\"method\": \"POST\"}\n花::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=花&type=articlename\",\"method\": \"POST\"}\n怀::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=怀&type=articlename\",\"method\": \"POST\"}\n怀孕::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=怀孕&type=articlename\",\"method\": \"POST\"}\n皇::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=皇&type=articlename\",\"method\": \"POST\"}\n皇后::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=皇后&type=articlename\",\"method\": \"POST\"}\n蝴蝶::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=蝴蝶&type=articlename\",\"method\": \"POST\"}\n婚::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=婚&type=articlename\",\"method\": \"POST\"}\n护士::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=护士&type=articlename\",\"method\": \"POST\"}\n户外::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=户外&type=articlename\",\"method\": \"POST\"}\n虎穴::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=虎穴&type=articlename\",\"method\": \"POST\"}\n挤::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=挤&type=articlename\",\"method\": \"POST\"}\n机::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=机&type=articlename\",\"method\": \"POST\"}\n极::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=极&type=articlename\",\"method\": \"POST\"}\n纪::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=纪&type=articlename\",\"method\": \"POST\"}\n继::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=继&type=articlename\",\"method\": \"POST\"}\n集::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=集&type=articlename\",\"method\": \"POST\"}\n鸡::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=鸡&type=articlename\",\"method\": \"POST\"}\n家::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=家&type=articlename\",\"method\": \"POST\"}\n家姐::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=家姐&type=articlename\",\"method\": \"POST\"}\n奸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=奸&type=articlename\",\"method\": \"POST\"}\n浆::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=浆&type=articlename\",\"method\": \"POST\"}\n奸妈::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=奸妈&type=articlename\",\"method\": \"POST\"}\n奸杀::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=奸杀&type=articlename\",\"method\": \"POST\"}\n奸尸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=奸尸&type=articlename\",\"method\": \"POST\"}\n奸污::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=奸污&type=articlename\",\"method\": \"POST\"}\n奸淫::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=奸淫&type=articlename\",\"method\": \"POST\"}\n交::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=交&type=articlename\",\"method\": \"POST\"}\n叫::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=叫&type=articlename\",\"method\": \"POST\"}\n娇::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=娇&type=articlename\",\"method\": \"POST\"}\n教::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=教&type=articlename\",\"method\": \"POST\"}\n叫爸爸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=叫爸爸&type=articlename\",\"method\": \"POST\"}\n娇嫩::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=娇嫩&type=articlename\",\"method\": \"POST\"}\n娇小::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=娇小&type=articlename\",\"method\": \"POST\"}\n家人::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=家人&type=articlename\",\"method\": \"POST\"}\n家庭::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=家庭&type=articlename\",\"method\": \"POST\"}\n鸡吧::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=鸡吧&type=articlename\",\"method\": \"POST\"}\n机杯::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=机杯&type=articlename\",\"method\": \"POST\"}\n姐::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姐&type=articlename\",\"method\": \"POST\"}\n界::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=界&type=articlename\",\"method\": \"POST\"}\n街::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=街&type=articlename\",\"method\": \"POST\"}\n姐的::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姐的&type=articlename\",\"method\": \"POST\"}\n姐弟::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姐弟&type=articlename\",\"method\": \"POST\"}\n姐夫::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姐夫&type=articlename\",\"method\": \"POST\"}\n姐夫的::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姐夫的&type=articlename\",\"method\": \"POST\"}\n姐姐::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姐姐&type=articlename\",\"method\": \"POST\"}\n姐姐的::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姐姐的&type=articlename\",\"method\": \"POST\"}\n姐妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姐妹&type=articlename\",\"method\": \"POST\"}\n姐妹花::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姐妹花&type=articlename\",\"method\": \"POST\"}\n街射::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=街射&type=articlename\",\"method\": \"POST\"}\n集合::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=集合&type=articlename\",\"method\": \"POST\"}\n继母::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=继母&type=articlename\",\"method\": \"POST\"}\n禁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=禁&type=articlename\",\"method\": \"POST\"}\n近::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=近&type=articlename\",\"method\": \"POST\"}\n进::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=进&type=articlename\",\"method\": \"POST\"}\n挤奶::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=挤奶&type=articlename\",\"method\": \"POST\"}\n精::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=精&type=articlename\",\"method\": \"POST\"}\n警::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=警&type=articlename\",\"method\": \"POST\"}\n精厕::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=精厕&type=articlename\",\"method\": \"POST\"}\n警花::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=警花&type=articlename\",\"method\": \"POST\"}\n精液::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=精液&type=articlename\",\"method\": \"POST\"}\n精子::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=精子&type=articlename\",\"method\": \"POST\"}\n近亲::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=近亲&type=articlename\",\"method\": \"POST\"}\n极品::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=极品&type=articlename\",\"method\": \"POST\"}\n九::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=九&type=articlename\",\"method\": \"POST\"}\n舅::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=舅&type=articlename\",\"method\": \"POST\"}\n酒::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=酒&type=articlename\",\"method\": \"POST\"}\n酒店::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=酒店&type=articlename\",\"method\": \"POST\"}\n舅妈::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=舅妈&type=articlename\",\"method\": \"POST\"}\n九岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=九岁&type=articlename\",\"method\": \"POST\"}\n具::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=具&type=articlename\",\"method\": \"POST\"}\n居::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=居&type=articlename\",\"method\": \"POST\"}\n巨::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=巨&type=articlename\",\"method\": \"POST\"}\n军::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=军&type=articlename\",\"method\": \"POST\"}\n军官::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=军官&type=articlename\",\"method\": \"POST\"}\n巨乳::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=巨乳&type=articlename\",\"method\": \"POST\"}\n巨臀::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=巨臀&type=articlename\",\"method\": \"POST\"}\n喀::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=喀&type=articlename\",\"method\": \"POST\"}\n喀1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=喀1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n开::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=开&type=articlename\",\"method\": \"POST\"}\n开苞::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=开苞&type=articlename\",\"method\": \"POST\"}\n尻::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=尻&type=articlename\",\"method\": \"POST\"}\n控::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=控&type=articlename\",\"method\": \"POST\"}\n空::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=空&type=articlename\",\"method\": \"POST\"}\n控制::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=控制&type=articlename\",\"method\": \"POST\"}\n口::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=口&type=articlename\",\"method\": \"POST\"}\n口爆::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=口爆&type=articlename\",\"method\": \"POST\"}\n口交::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=口交&type=articlename\",\"method\": \"POST\"}\n哭::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=哭&type=articlename\",\"method\": \"POST\"}\n狂::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=狂&type=articlename\",\"method\": \"POST\"}\n狂操::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=狂操&type=articlename\",\"method\": \"POST\"}\n狂干::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=狂干&type=articlename\",\"method\": \"POST\"}\n窥::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=窥&type=articlename\",\"method\": \"POST\"}\n捆::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=捆&type=articlename\",\"method\": \"POST\"}\n捆绑::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=捆绑&type=articlename\",\"method\": \"POST\"}\n扩::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=扩&type=articlename\",\"method\": \"POST\"}\n扩阴::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=扩阴&type=articlename\",\"method\": \"POST\"}\n垃::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=垃&type=articlename\",\"method\": \"POST\"}\n辣::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=辣&type=articlename\",\"method\": \"POST\"}\n垃1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=垃1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n辣妈::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=辣妈&type=articlename\",\"method\": \"POST\"}\n辣妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=辣妹&type=articlename\",\"method\": \"POST\"}\n老::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=老&type=articlename\",\"method\": \"POST\"}\n老师::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=老师&type=articlename\",\"method\": \"POST\"}\n了::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=了&type=articlename\",\"method\": \"POST\"}\n莉::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=莉&type=articlename\",\"method\": \"POST\"}\n隶::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=隶&type=articlename\",\"method\": \"POST\"}\n两::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=两&type=articlename\",\"method\": \"POST\"}\n两女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=两女&type=articlename\",\"method\": \"POST\"}\n列::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=列&type=articlename\",\"method\": \"POST\"}\n邻::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=邻&type=articlename\",\"method\": \"POST\"}\n凌::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=凌&type=articlename\",\"method\": \"POST\"}\n凌辱::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=凌辱&type=articlename\",\"method\": \"POST\"}\n六::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=六&type=articlename\",\"method\": \"POST\"}\n六岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=六岁&type=articlename\",\"method\": \"POST\"}\n乱::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=乱&type=articlename\",\"method\": \"POST\"}\n乱伦::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=乱伦&type=articlename\",\"method\": \"POST\"}\n伦::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=伦&type=articlename\",\"method\": \"POST\"}\n萝::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=萝&type=articlename\",\"method\": \"POST\"}\n裸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=裸&type=articlename\",\"method\": \"POST\"}\n萝莉::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=萝莉&type=articlename\",\"method\": \"POST\"}\n裸体::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=裸体&type=articlename\",\"method\": \"POST\"}\n裸舞::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=裸舞&type=articlename\",\"method\": \"POST\"}\n侣::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=侣&type=articlename\",\"method\": \"POST\"}\n妈::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=妈&type=articlename\",\"method\": \"POST\"}\n马::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=马&type=articlename\",\"method\": \"POST\"}\n妈1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=妈1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n妈和::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=妈和&type=articlename\",\"method\": \"POST\"}\n妈妈::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=妈妈&type=articlename\",\"method\": \"POST\"}\n妈咪::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=妈咪&type=articlename\",\"method\": \"POST\"}\n马::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=马&type=articlename\",\"method\": \"POST\"}\n妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=妹&type=articlename\",\"method\": \"POST\"}\n美::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=美&type=articlename\",\"method\": \"POST\"}\n美::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=美&type=articlename\",\"method\": \"POST\"}\n美鲍::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=美鲍&type=articlename\",\"method\": \"POST\"}\n妹的::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=妹的&type=articlename\",\"method\": \"POST\"}\n妹花::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=妹花&type=articlename\",\"method\": \"POST\"}\n妹妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=妹妹&type=articlename\",\"method\": \"POST\"}\n美母::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=美母&type=articlename\",\"method\": \"POST\"}\n美穴::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=美穴&type=articlename\",\"method\": \"POST\"}\n猛::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=猛&type=articlename\",\"method\": \"POST\"}\n萌::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=萌&type=articlename\",\"method\": \"POST\"}\n蒙::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=蒙&type=articlename\",\"method\": \"POST\"}\n猛操::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=猛操&type=articlename\",\"method\": \"POST\"}\n萌妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=萌妹&type=articlename\",\"method\": \"POST\"}\n咪::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=咪&type=articlename\",\"method\": \"POST\"}\n泌::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=泌&type=articlename\",\"method\": \"POST\"}\n迷::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=迷&type=articlename\",\"method\": \"POST\"}\n眠::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=眠&type=articlename\",\"method\": \"POST\"}\n名::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=名&type=articlename\",\"method\": \"POST\"}\n明::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=明&type=articlename\",\"method\": \"POST\"}\n名器::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=名器&type=articlename\",\"method\": \"POST\"}\n明星::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=明星&type=articlename\",\"method\": \"POST\"}\n泌乳::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=泌乳&type=articlename\",\"method\": \"POST\"}\n摩::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=摩&type=articlename\",\"method\": \"POST\"}\n模::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=模&type=articlename\",\"method\": \"POST\"}\n母::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=母&type=articlename\",\"method\": \"POST\"}\n母女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=母女&type=articlename\",\"method\": \"POST\"}\n母亲::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=母亲&type=articlename\",\"method\": \"POST\"}\n母乳::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=母乳&type=articlename\",\"method\": \"POST\"}\n母子::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=母子&type=articlename\",\"method\": \"POST\"}\n拿::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=拿&type=articlename\",\"method\": \"POST\"}\n拿1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=拿1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n奶::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=奶&type=articlename\",\"method\": \"POST\"}\n奶妈::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=奶妈&type=articlename\",\"method\": \"POST\"}\n奶奶::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=奶奶&type=articlename\",\"method\": \"POST\"}\n奶子::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=奶子&type=articlename\",\"method\": \"POST\"}\n内::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=内&type=articlename\",\"method\": \"POST\"}\n内裤::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=内裤&type=articlename\",\"method\": \"POST\"}\n内射::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=内射&type=articlename\",\"method\": \"POST\"}\n嫩::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=嫩&type=articlename\",\"method\": \"POST\"}\n嫩逼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=嫩逼&type=articlename\",\"method\": \"POST\"}\n嫩妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=嫩妹&type=articlename\",\"method\": \"POST\"}\n嫩模::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=嫩模&type=articlename\",\"method\": \"POST\"}\n嫩乳::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=嫩乳&type=articlename\",\"method\": \"POST\"}\n嫩穴::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=嫩穴&type=articlename\",\"method\": \"POST\"}\n年::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=年&type=articlename\",\"method\": \"POST\"}\n娘::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=娘&type=articlename\",\"method\": \"POST\"}\n年纪::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=年纪&type=articlename\",\"method\": \"POST\"}\n尿::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=尿&type=articlename\",\"method\": \"POST\"}\n尿道::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=尿道&type=articlename\",\"method\": \"POST\"}\n尿尿::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=尿尿&type=articlename\",\"method\": \"POST\"}\n奴::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=奴&type=articlename\",\"method\": \"POST\"}\n奴隶::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=奴隶&type=articlename\",\"method\": \"POST\"}\n女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女&type=articlename\",\"method\": \"POST\"}\n女兵::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女兵&type=articlename\",\"method\": \"POST\"}\n女大::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女大&type=articlename\",\"method\": \"POST\"}\n女儿::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女儿&type=articlename\",\"method\": \"POST\"}\n女孩::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女孩&type=articlename\",\"method\": \"POST\"}\n女皇::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女皇&type=articlename\",\"method\": \"POST\"}\n女教::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女教&type=articlename\",\"method\": \"POST\"}\n女警::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女警&type=articlename\",\"method\": \"POST\"}\n女军官::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女军官&type=articlename\",\"method\": \"POST\"}\n女老::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女老&type=articlename\",\"method\": \"POST\"}\n女老师::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女老师&type=articlename\",\"method\": \"POST\"}\n女邻居::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女邻居&type=articlename\",\"method\": \"POST\"}\n女模::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女模&type=articlename\",\"method\": \"POST\"}\n女女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女女&type=articlename\",\"method\": \"POST\"}\n女朋友::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女朋友&type=articlename\",\"method\": \"POST\"}\n女仆::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女仆&type=articlename\",\"method\": \"POST\"}\n女神::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女神&type=articlename\",\"method\": \"POST\"}\n女生::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女生&type=articlename\",\"method\": \"POST\"}\n女童::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女童&type=articlename\",\"method\": \"POST\"}\n女同事::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女同事&type=articlename\",\"method\": \"POST\"}\n女同性::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女同性&type=articlename\",\"method\": \"POST\"}\n女同学::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女同学&type=articlename\",\"method\": \"POST\"}\n女王::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女王&type=articlename\",\"method\": \"POST\"}\n女性::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女性&type=articlename\",\"method\": \"POST\"}\n女刑警::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女刑警&type=articlename\",\"method\": \"POST\"}\n女学::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女学&type=articlename\",\"method\": \"POST\"}\n女友::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女友&type=articlename\",\"method\": \"POST\"}\n女主播::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女主播&type=articlename\",\"method\": \"POST\"}\n偶::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=偶&type=articlename\",\"method\": \"POST\"}\n讴::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=讴&type=articlename\",\"method\": \"POST\"}\n讴1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=讴1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\nP::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=P&type=articlename\",\"method\": \"POST\"}\n啪::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=啪&type=articlename\",\"method\": \"POST\"}\n啪1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=啪1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n拍::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=拍&type=articlename\",\"method\": \"POST\"}\n啪啪::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=啪啪&type=articlename\",\"method\": \"POST\"}\n喷::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=喷&type=articlename\",\"method\": \"POST\"}\n朋::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=朋&type=articlename\",\"method\": \"POST\"}\n朋友::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=朋友&type=articlename\",\"method\": \"POST\"}\n朋友的::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=朋友的&type=articlename\",\"method\": \"POST\"}\n朋友妻::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=朋友妻&type=articlename\",\"method\": \"POST\"}\n喷奶::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=喷奶&type=articlename\",\"method\": \"POST\"}\n喷尿::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=喷尿&type=articlename\",\"method\": \"POST\"}\n喷射::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=喷射&type=articlename\",\"method\": \"POST\"}\n屁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=屁&type=articlename\",\"method\": \"POST\"}\n篇::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=篇&type=articlename\",\"method\": \"POST\"}\n品::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=品&type=articlename\",\"method\": \"POST\"}\n屁眼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=屁眼&type=articlename\",\"method\": \"POST\"}\n破::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=破&type=articlename\",\"method\": \"POST\"}\n破::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=破&type=articlename\",\"method\": \"POST\"}\n仆::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=仆&type=articlename\",\"method\": \"POST\"}\n七::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=七&type=articlename\",\"method\": \"POST\"}\n启::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=启&type=articlename\",\"method\": \"POST\"}\n器::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=器&type=articlename\",\"method\": \"POST\"}\n妻::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=妻&type=articlename\",\"method\": \"POST\"}\n七1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=七1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n强::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=强&type=articlename\",\"method\": \"POST\"}\n强::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=强&type=articlename\",\"method\": \"POST\"}\n强奸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=强奸&type=articlename\",\"method\": \"POST\"}\n启蒙::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=启蒙&type=articlename\",\"method\": \"POST\"}\n亲::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=亲&type=articlename\",\"method\": \"POST\"}\n侵::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=侵&type=articlename\",\"method\": \"POST\"}\n情::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=情&type=articlename\",\"method\": \"POST\"}\n情侣::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=情侣&type=articlename\",\"method\": \"POST\"}\n情人::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=情人&type=articlename\",\"method\": \"POST\"}\n亲姐::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=亲姐&type=articlename\",\"method\": \"POST\"}\n亲妈::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=亲妈&type=articlename\",\"method\": \"POST\"}\n亲生::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=亲生&type=articlename\",\"method\": \"POST\"}\n七岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=七岁&type=articlename\",\"method\": \"POST\"}\n::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=&type=articlename\",\"method\": \"POST\"}\n全家::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=全家&type=articlename\",\"method\": \"POST\"}\n全裸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=全裸&type=articlename\",\"method\": \"POST\"}\n群::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=群&type=articlename\",\"method\": \"POST\"}\n群交::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=群交&type=articlename\",\"method\": \"POST\"}\n群P::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=群P&type=articlename\",\"method\": \"POST\"}\n然::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=然&type=articlename\",\"method\": \"POST\"}\n然1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=然1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n人::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=人&type=articlename\",\"method\": \"POST\"}\n妊::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=妊&type=articlename\",\"method\": \"POST\"}\n人偶::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=人偶&type=articlename\",\"method\": \"POST\"}\n人妻::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=人妻&type=articlename\",\"method\": \"POST\"}\n妊娠::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=妊娠&type=articlename\",\"method\": \"POST\"}\n日::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=日&type=articlename\",\"method\": \"POST\"}\n日逼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=日逼&type=articlename\",\"method\": \"POST\"}\n肉::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=肉&type=articlename\",\"method\": \"POST\"}\n肉棒::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=肉棒&type=articlename\",\"method\": \"POST\"}\n肉便::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=肉便&type=articlename\",\"method\": \"POST\"}\n肉便器::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=肉便器&type=articlename\",\"method\": \"POST\"}\n乳::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=乳&type=articlename\",\"method\": \"POST\"}\n入::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=入&type=articlename\",\"method\": \"POST\"}\n辱::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=辱&type=articlename\",\"method\": \"POST\"}\n乳房::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=乳房&type=articlename\",\"method\": \"POST\"}\n乳交::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=乳交&type=articlename\",\"method\": \"POST\"}\n乳头::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=乳头&type=articlename\",\"method\": \"POST\"}\n仨::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=仨&type=articlename\",\"method\": \"POST\"}\n撒::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=撒&type=articlename\",\"method\": \"POST\"}\n仨1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=仨1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n三::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=三&type=articlename\",\"method\": \"POST\"}\n三洞::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=三洞&type=articlename\",\"method\": \"POST\"}\n撒尿::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=撒尿&type=articlename\",\"method\": \"POST\"}\n三姐妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=三姐妹&type=articlename\",\"method\": \"POST\"}\n三女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=三女&type=articlename\",\"method\": \"POST\"}\n三岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=三岁&type=articlename\",\"method\": \"POST\"}\n嫂::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=嫂&type=articlename\",\"method\": \"POST\"}\n骚::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=骚&type=articlename\",\"method\": \"POST\"}\n骚逼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=骚逼&type=articlename\",\"method\": \"POST\"}\n嫂嫂::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=嫂嫂&type=articlename\",\"method\": \"POST\"}\n骚臀::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=骚臀&type=articlename\",\"method\": \"POST\"}\n骚穴::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=骚穴&type=articlename\",\"method\": \"POST\"}\n嫂子::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=嫂子&type=articlename\",\"method\": \"POST\"}\n杀::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=杀&type=articlename\",\"method\": \"POST\"}\n少::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=少&type=articlename\",\"method\": \"POST\"}\n少妇::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=少妇&type=articlename\",\"method\": \"POST\"}\n少女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=少女&type=articlename\",\"method\": \"POST\"}\n射::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=射&type=articlename\",\"method\": \"POST\"}\n射进::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=射进&type=articlename\",\"method\": \"POST\"}\n射精::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=射精&type=articlename\",\"method\": \"POST\"}\n娠::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=娠&type=articlename\",\"method\": \"POST\"}\n婶::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=婶&type=articlename\",\"method\": \"POST\"}\n神::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=神&type=articlename\",\"method\": \"POST\"}\n生::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=生&type=articlename\",\"method\": \"POST\"}\n生孩::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=生孩&type=articlename\",\"method\": \"POST\"}\n生孩子::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=生孩子&type=articlename\",\"method\": \"POST\"}\n生了::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=生了&type=articlename\",\"method\": \"POST\"}\n生妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=生妹&type=articlename\",\"method\": \"POST\"}\n婶婶::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=婶婶&type=articlename\",\"method\": \"POST\"}\n婶子::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=婶子&type=articlename\",\"method\": \"POST\"}\n世::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=世&type=articlename\",\"method\": \"POST\"}\n事::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=事&type=articlename\",\"method\": \"POST\"}\n十::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=十&type=articlename\",\"method\": \"POST\"}\n士::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=士&type=articlename\",\"method\": \"POST\"}\n失::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=失&type=articlename\",\"method\": \"POST\"}\n尸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=尸&type=articlename\",\"method\": \"POST\"}\n屎::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=屎&type=articlename\",\"method\": \"POST\"}\n师::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=师&type=articlename\",\"method\": \"POST\"}\n识::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=识&type=articlename\",\"method\": \"POST\"}\n十八::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=十八&type=articlename\",\"method\": \"POST\"}\n世界::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=世界&type=articlename\",\"method\": \"POST\"}\n失禁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=失禁&type=articlename\",\"method\": \"POST\"}\n屎尿::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=屎尿&type=articlename\",\"method\": \"POST\"}\n师生::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=师生&type=articlename\",\"method\": \"POST\"}\n十岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=十岁&type=articlename\",\"method\": \"POST\"}\n受::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=受&type=articlename\",\"method\": \"POST\"}\n受精::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=受精&type=articlename\",\"method\": \"POST\"}\n叔::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=叔&type=articlename\",\"method\": \"POST\"}\n姝::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姝&type=articlename\",\"method\": \"POST\"}\n熟::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=熟&type=articlename\",\"method\": \"POST\"}\n双::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=双&type=articlename\",\"method\": \"POST\"}\n双胞胎::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=双胞胎&type=articlename\",\"method\": \"POST\"}\n双洞::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=双洞&type=articlename\",\"method\": \"POST\"}\n双飞::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=双飞&type=articlename\",\"method\": \"POST\"}\n双姝::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=双姝&type=articlename\",\"method\": \"POST\"}\n双穴::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=双穴&type=articlename\",\"method\": \"POST\"}\n水::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=水&type=articlename\",\"method\": \"POST\"}\n叔母::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=叔母&type=articlename\",\"method\": \"POST\"}\n熟女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=熟女&type=articlename\",\"method\": \"POST\"}\n丝::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=丝&type=articlename\",\"method\": \"POST\"}\n四::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=四&type=articlename\",\"method\": \"POST\"}\n四::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=四&type=articlename\",\"method\": \"POST\"}\n私::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=私&type=articlename\",\"method\": \"POST\"}\n四个::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=四个&type=articlename\",\"method\": \"POST\"}\n四人::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=四人&type=articlename\",\"method\": \"POST\"}\n私人::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=私人&type=articlename\",\"method\": \"POST\"}\n丝袜美::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=丝袜美&type=articlename\",\"method\": \"POST\"}\n酥::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=酥&type=articlename\",\"method\": \"POST\"}\n岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=岁&type=articlename\",\"method\": \"POST\"}\n岁的::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=岁的&type=articlename\",\"method\": \"POST\"}\n孙::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=孙&type=articlename\",\"method\": \"POST\"}\n孙女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=孙女&type=articlename\",\"method\": \"POST\"}\n所::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=所&type=articlename\",\"method\": \"POST\"}\n酥胸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=酥胸&type=articlename\",\"method\": \"POST\"}\n她::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=她&type=articlename\",\"method\": \"POST\"}\n她1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=她1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n太::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=太&type=articlename\",\"method\": \"POST\"}\n胎::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=胎&type=articlename\",\"method\": \"POST\"}\n太太::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=太太&type=articlename\",\"method\": \"POST\"}\n探::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=探&type=articlename\",\"method\": \"POST\"}\n堂::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=堂&type=articlename\",\"method\": \"POST\"}\n堂姐::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=堂姐&type=articlename\",\"method\": \"POST\"}\n堂妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=堂妹&type=articlename\",\"method\": \"POST\"}\n探花::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=探花&type=articlename\",\"method\": \"POST\"}\n套::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=套&type=articlename\",\"method\": \"POST\"}\n体::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=体&type=articlename\",\"method\": \"POST\"}\n舔::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=舔&type=articlename\",\"method\": \"POST\"}\n舔逼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=舔逼&type=articlename\",\"method\": \"POST\"}\n舔肛::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=舔肛&type=articlename\",\"method\": \"POST\"}\n舔鸡::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=舔鸡&type=articlename\",\"method\": \"POST\"}\n舔屁眼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=舔屁眼&type=articlename\",\"method\": \"POST\"}\n舔::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=舔&type=articlename\",\"method\": \"POST\"}\n舔阴::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=舔阴&type=articlename\",\"method\": \"POST\"}\n调教::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=调教&type=articlename\",\"method\": \"POST\"}\n停::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=停&type=articlename\",\"method\": \"POST\"}\n庭::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=庭&type=articlename\",\"method\": \"POST\"}\n停止::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=停止&type=articlename\",\"method\": \"POST\"}\n同::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=同&type=articlename\",\"method\": \"POST\"}\n童::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=童&type=articlename\",\"method\": \"POST\"}\n同事::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=同事&type=articlename\",\"method\": \"POST\"}\n同性::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=同性&type=articlename\",\"method\": \"POST\"}\n同学::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=同学&type=articlename\",\"method\": \"POST\"}\n童颜::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=童颜&type=articlename\",\"method\": \"POST\"}\n童颜巨乳::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=童颜巨乳&type=articlename\",\"method\": \"POST\"}\n偷::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=偷&type=articlename\",\"method\": \"POST\"}\n头::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=头&type=articlename\",\"method\": \"POST\"}\n偷拍::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=偷拍&type=articlename\",\"method\": \"POST\"}\n推::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=推&type=articlename\",\"method\": \"POST\"}\n吞::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=吞&type=articlename\",\"method\": \"POST\"}\n臀::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=臀&type=articlename\",\"method\": \"POST\"}\n臀部::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=臀部&type=articlename\",\"method\": \"POST\"}\n吞精::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=吞精&type=articlename\",\"method\": \"POST\"}\n娃::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=娃&type=articlename\",\"method\": \"POST\"}\n娲::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=娲&type=articlename\",\"method\": \"POST\"}\n袜::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=袜&type=articlename\",\"method\": \"POST\"}\n娲1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=娲1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n外::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=外&type=articlename\",\"method\": \"POST\"}\n玩::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=玩&type=articlename\",\"method\": \"POST\"}\n王::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=王&type=articlename\",\"method\": \"POST\"}\n网::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=网&type=articlename\",\"method\": \"POST\"}\n网红::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=网红&type=articlename\",\"method\": \"POST\"}\n玩具::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=玩具&type=articlename\",\"method\": \"POST\"}\n娃娃::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=娃娃&type=articlename\",\"method\": \"POST\"}\n喂::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=喂&type=articlename\",\"method\": \"POST\"}\n喂::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=喂&type=articlename\",\"method\": \"POST\"}\n慰::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=慰&type=articlename\",\"method\": \"POST\"}\n未::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=未&type=articlename\",\"method\": \"POST\"}\n未成::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=未成&type=articlename\",\"method\": \"POST\"}\n未成年::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=未成年&type=articlename\",\"method\": \"POST\"}\n我::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=我&type=articlename\",\"method\": \"POST\"}\n我的性::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=我的性&type=articlename\",\"method\": \"POST\"}\n我和::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=我和&type=articlename\",\"method\": \"POST\"}\n我和姐姐::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=我和姐姐&type=articlename\",\"method\": \"POST\"}\n我和妈妈::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=我和妈妈&type=articlename\",\"method\": \"POST\"}\n我和妹妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=我和妹妹&type=articlename\",\"method\": \"POST\"}\n我和女友::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=我和女友&type=articlename\",\"method\": \"POST\"}\n我和我的::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=我和我的&type=articlename\",\"method\": \"POST\"}\n五::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=五&type=articlename\",\"method\": \"POST\"}\n无::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=无&type=articlename\",\"method\": \"POST\"}\n污::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=污&type=articlename\",\"method\": \"POST\"}\n舞::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=舞&type=articlename\",\"method\": \"POST\"}\n舞蹈::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=舞蹈&type=articlename\",\"method\": \"POST\"}\n舞蹈生::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=舞蹈生&type=articlename\",\"method\": \"POST\"}\n五岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=五岁&type=articlename\",\"method\": \"POST\"}\n无套::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=无套&type=articlename\",\"method\": \"POST\"}\n吸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=吸&type=articlename\",\"method\": \"POST\"}\n希::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=希&type=articlename\",\"method\": \"POST\"}\n系::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=系&type=articlename\",\"method\": \"POST\"}\n吸1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=吸1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n相::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=相&type=articlename\",\"method\": \"POST\"}\n相奸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=相奸&type=articlename\",\"method\": \"POST\"}\n小::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=小&type=articlename\",\"method\": \"POST\"}\n小::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=小&type=articlename\",\"method\": \"POST\"}\n校::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=校&type=articlename\",\"method\": \"POST\"}\n小姑::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=小姑&type=articlename\",\"method\": \"POST\"}\n小姑娘::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=小姑娘&type=articlename\",\"method\": \"POST\"}\n校花::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=校花&type=articlename\",\"method\": \"POST\"}\n小萝::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=小萝&type=articlename\",\"method\": \"POST\"}\n小妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=小妹&type=articlename\",\"method\": \"POST\"}\n小女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=小女&type=articlename\",\"method\": \"POST\"}\n小学::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=小学&type=articlename\",\"method\": \"POST\"}\n小学生::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=小学生&type=articlename\",\"method\": \"POST\"}\n小姨::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=小姨&type=articlename\",\"method\": \"POST\"}\n系花::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=系花&type=articlename\",\"method\": \"POST\"}\n吸精::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=吸精&type=articlename\",\"method\": \"POST\"}\n系列::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=系列&type=articlename\",\"method\": \"POST\"}\n新::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=新&type=articlename\",\"method\": \"POST\"}\n吸奶::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=吸奶&type=articlename\",\"method\": \"POST\"}\n刑::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=刑&type=articlename\",\"method\": \"POST\"}\n形::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=形&type=articlename\",\"method\": \"POST\"}\n性::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=性&type=articlename\",\"method\": \"POST\"}\n星::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=星&type=articlename\",\"method\": \"POST\"}\n性交::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=性交&type=articlename\",\"method\": \"POST\"}\n刑警::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=刑警&type=articlename\",\"method\": \"POST\"}\n性奴::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=性奴&type=articlename\",\"method\": \"POST\"}\n性启蒙::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=性启蒙&type=articlename\",\"method\": \"POST\"}\n性侵::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=性侵&type=articlename\",\"method\": \"POST\"}\n新婚::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=新婚&type=articlename\",\"method\": \"POST\"}\n新娘::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=新娘&type=articlename\",\"method\": \"POST\"}\n兄::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=兄&type=articlename\",\"method\": \"POST\"}\n胸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=胸&type=articlename\",\"method\": \"POST\"}\n兄妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=兄妹&type=articlename\",\"method\": \"POST\"}\n胸罩::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=胸罩&type=articlename\",\"method\": \"POST\"}\n学::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=学&type=articlename\",\"method\": \"POST\"}\n穴::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=穴&type=articlename\",\"method\": \"POST\"}\n学姐::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=学姐&type=articlename\",\"method\": \"POST\"}\n学妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=学妹&type=articlename\",\"method\": \"POST\"}\n学生::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=学生&type=articlename\",\"method\": \"POST\"}\n学生妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=学生妹&type=articlename\",\"method\": \"POST\"}\n学姊::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=学姊&type=articlename\",\"method\": \"POST\"}\n丫::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=丫&type=articlename\",\"method\": \"POST\"}\n丫1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=丫1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n眼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=眼&type=articlename\",\"method\": \"POST\"}\n颜::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=颜&type=articlename\",\"method\": \"POST\"}\n养::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=养&type=articlename\",\"method\": \"POST\"}\n养女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=养女&type=articlename\",\"method\": \"POST\"}\n颜射::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=颜射&type=articlename\",\"method\": \"POST\"}\n夜::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=夜&type=articlename\",\"method\": \"POST\"}\n液::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=液&type=articlename\",\"method\": \"POST\"}\n一::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=一&type=articlename\",\"method\": \"POST\"}\n义::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=义&type=articlename\",\"method\": \"POST\"}\n医::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=医&type=articlename\",\"method\": \"POST\"}\n姨::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姨&type=articlename\",\"method\": \"POST\"}\n艺::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=艺&type=articlename\",\"method\": \"POST\"}\n一次::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=一次&type=articlename\",\"method\": \"POST\"}\n姨妈::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姨妈&type=articlename\",\"method\": \"POST\"}\n义妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=义妹&type=articlename\",\"method\": \"POST\"}\n义母::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=义母&type=articlename\",\"method\": \"POST\"}\n淫::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=淫&type=articlename\",\"method\": \"POST\"}\n阴::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=阴&type=articlename\",\"method\": \"POST\"}\n隐::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=隐&type=articlename\",\"method\": \"POST\"}\n音::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=音&type=articlename\",\"method\": \"POST\"}\n阴唇::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=阴唇&type=articlename\",\"method\": \"POST\"}\n阴道::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=阴道&type=articlename\",\"method\": \"POST\"}\n淫乱::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=淫乱&type=articlename\",\"method\": \"POST\"}\n淫母::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=淫母&type=articlename\",\"method\": \"POST\"}\n淫娃::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=淫娃&type=articlename\",\"method\": \"POST\"}\n隐形::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=隐形&type=articlename\",\"method\": \"POST\"}\n一岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=一岁&type=articlename\",\"method\": \"POST\"}\n姨子::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姨子&type=articlename\",\"method\": \"POST\"}\n友::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=友&type=articlename\",\"method\": \"POST\"}\n呦::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=呦&type=articlename\",\"method\": \"POST\"}\n幼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=幼&type=articlename\",\"method\": \"POST\"}\n幼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=幼&type=articlename\",\"method\": \"POST\"}\n诱::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=诱&type=articlename\",\"method\": \"POST\"}\n幼齿::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=幼齿&type=articlename\",\"method\": \"POST\"}\n幼儿::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=幼儿&type=articlename\",\"method\": \"POST\"}\n诱奸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=诱奸&type=articlename\",\"method\": \"POST\"}\n幼交::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=幼交&type=articlename\",\"method\": \"POST\"}\n呦女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=呦女&type=articlename\",\"method\": \"POST\"}\n幼女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=幼女&type=articlename\",\"method\": \"POST\"}\n友妻::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=友妻&type=articlename\",\"method\": \"POST\"}\n幼师::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=幼师&type=articlename\",\"method\": \"POST\"}\n幼童::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=幼童&type=articlename\",\"method\": \"POST\"}\n呦呦::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=呦呦&type=articlename\",\"method\": \"POST\"}\n幼幼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=幼幼&type=articlename\",\"method\": \"POST\"}\n御::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=御&type=articlename\",\"method\": \"POST\"}\n鱼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=鱼&type=articlename\",\"method\": \"POST\"}\n御姐::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=御姐&type=articlename\",\"method\": \"POST\"}\n孕::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=孕&type=articlename\",\"method\": \"POST\"}\n孕妇::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=孕妇&type=articlename\",\"method\": \"POST\"}\n帀::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=帀&type=articlename\",\"method\": \"POST\"}\n榨::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=榨&type=articlename\",\"method\": \"POST\"}\n榨干::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=榨干&type=articlename\",\"method\": \"POST\"}\n榨精::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=榨精&type=articlename\",\"method\": \"POST\"}\n丈::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=丈&type=articlename\",\"method\": \"POST\"}\n丈母娘::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=丈母娘&type=articlename\",\"method\": \"POST\"}\n罩::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=罩&type=articlename\",\"method\": \"POST\"}\n榨汁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=榨汁&type=articlename\",\"method\": \"POST\"}\n着::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=着&type=articlename\",\"method\": \"POST\"}\n侄::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=侄&type=articlename\",\"method\": \"POST\"}\n制::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=制&type=articlename\",\"method\": \"POST\"}\n止::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=止&type=articlename\",\"method\": \"POST\"}\n汁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=汁&type=articlename\",\"method\": \"POST\"}\n直::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=直&type=articlename\",\"method\": \"POST\"}\n稚::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=稚&type=articlename\",\"method\": \"POST\"}\n直播::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=直播&type=articlename\",\"method\": \"POST\"}\n稚嫩::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=稚嫩&type=articlename\",\"method\": \"POST\"}\n侄女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=侄女&type=articlename\",\"method\": \"POST\"}\n中::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=中&type=articlename\",\"method\": \"POST\"}\n中出::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=中出&type=articlename\",\"method\": \"POST\"}\n中学::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=中学&type=articlename\",\"method\": \"POST\"}\n主::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=主&type=articlename\",\"method\": \"POST\"}\n主人::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=主人&type=articlename\",\"method\": \"POST\"}\n姊::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姊&type=articlename\",\"method\": \"POST\"}\n子::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=子&type=articlename\",\"method\": \"POST\"}\n字::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=字&type=articlename\",\"method\": \"POST\"}\n自::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=自&type=articlename\",\"method\": \"POST\"}\n子宫::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=子宫&type=articlename\",\"method\": \"POST\"}\n姊妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姊妹&type=articlename\",\"method\": \"POST\"}\n自慰::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=自慰&type=articlename\",\"method\": \"POST\"}\n姊姊::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姊姊&type=articlename\",\"method\": \"POST\"}\n做::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=做&type=articlename\",\"method\": \"POST\"}\n做爱::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=做爱&type=articlename\",\"method\": \"POST\"}\n\n[按回车键退出]",
    "lastUpdateTime": 1752447789412,
    "respondTime": 17238,
    "ruleBookInfo": {
      "author": "class.infotype@tag.p.0@tag.a.0@text",
      "coverUrl": "class.pic@img@src",
      "init": "",
      "intro": "class.intro@tag.p@text",
      "name": "class.cataloginfo@tag.h3@text",
      "tocUrl": "class.gochapter@tag.a.0@href"
    },
    "ruleContent": {
      "content": "id.novelcontent@html",
      "nextContentUrl": "text.下页.0@href"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "",
      "bookList": "class.searchresult@p||class.article||class.articlegeneral||class.full_content",
      "bookUrl": "a@href",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "name": "class.sone@tag.a.0@text||class.content@tag.h6@text||class.p2@text##《|》|（|〈|［|【|】|］|〉|）"
    },
    "ruleToc": {
      "chapterList": "class.chapters@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "text.下一页.0@href"
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"s={{key}}&type=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "漫画",
    "bookSourceName": "🎨大树漫画",
    "bookSourceType": 2,
    "bookSourceUrl": "https://www.dashumanhua.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1148,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "冒险热血::/category/maoxianrexue/index-{{page}}.html\n玄幻科幻::/category/xuanhuankehuan/index-{{page}}.html\n侦探推理::/category/zhentantuili/index-{{page}}.html\n耽美爱情::/category/danmeiaiqing/index-{{page}}.html\n生活漫画::/category/shenghuomanhua/index-{{page}}.html\n其他::/category/qita/index-{{page}}.html\n武侠格斗::/category/wuxiagedou/index-{{page}}.html",
    "lastUpdateTime": 1718443810034,
    "respondTime": 850,
    "ruleBookInfo": {
      "author": "class.shuxin@dd.0@a@text",
      "coverUrl": "",
      "init": "",
      "intro": ".bookms@.ms@text",
      "kind": "class.shuxin@dd.1@a@text",
      "lastChapter": "",
      "name": "h1@text",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "@js:\r\ntry{\nheaders={\"headers\":{\"Referer\":baseUrl}};\r\ne=eval(result.match(/else\\s*?\\{\\s*?(eval\\([\\s\\S]+?\\{\\}\\)\\))\\s*\\}\\s*var/)[1]);\r\npicTree.map(a=>'<img src=\"'+a+','+JSON.stringify(headers)+'\">').join(\"\\n\")\r\n}catch(e){}",
      "imageStyle": "FULL",
      "nextContentUrl": "",
      "replaceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "",
      "bookList": "class.alllist@dt",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": "",
      "kind": "",
      "lastChapter": ".who@a@text",
      "name": ".ti@text"
    },
    "ruleToc": {
      "chapterList": "-id.ul_chapter1@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://www.dashumanhua.com/search?types=comic&searhword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//2024.10.11by.◎GEd520◎\n//重定向",
    "bookSourceGroup": "免费",
    "bookSourceName": "福书网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.fushutxt.cc",
    "bookUrlPattern": "http://m.fushutxt.cc/\\w+/\\d+.html",
    "customButton": false,
    "customOrder": 1149,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"现代都市\",\"url\":\"/xiandaidushi/index_{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古代架空\",\"url\":\"/gudaijiakong/index_{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"穿越重生\",\"url\":\"/chuanyuechongsheng/index_{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"玄幻灵异\",\"url\":\"/xuanhuanlingyi/index_{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}, {\"title\":\"推理悬疑\",\"url\":\"/tuilixuanyi/index_{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"网游竞技\",\"url\":\"/wangyoujingji/index_{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"ＢＬ同人\",\"url\":\"/BLtongren/index_{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"ＧＬ百合\",\"url\":\"/GLbaihe/index_{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"本站推荐\",\"url\":\"/bztuijian/index_{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"热门排行\",\"url\":\"/bzremen/index_{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"周排行榜\",\"url\":\"/bzremenweek/index_{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"月排行榜\",\"url\":\"/bzremenmonth/index_{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}\n]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1751358023590,
    "respondTime": 2045,
    "ruleBookInfo": {
      "author": "text.作者：.0@text##.*作者：",
      "coverUrl": "img@data-original",
      "kind": "text.状态：@text##时间：|状态：|作者.+",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": "#text>p@textNodes"
    },
    "ruleExplore": {
      "author": "span.1@text",
      "bookList": ".book-li",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "kind": "span!1@text##类型：|时间：",
      "name": "h4@text"
    },
    "ruleSearch": {
      "author": "span.1@text",
      "bookList": "h2",
      "bookUrl": "a@href",
      "checkKeyWord": "快穿",
      "kind": "0",
      "name": "a@text"
    },
    "ruleToc": {
      "chapterList": "@js:\nvar page=src.match(/<b>(\\d+)<.b>/)[1];\nvar url=baseUrl.replace(/.html/,\"_0.html\")\nvar list=[{text:\"第1页\",href:baseUrl}];\nif(page&&list){\n\tfor(i=1;i<page;i++){\n\t\tlist.push({\n\t\t\ttext:`第${i+1}页`,\n\t\t\thref:url.replace(/_0/,\"_\"+i)})\n\t\t}\n\t\tlist;\n\t}else{\n\t\tjava.longToast(\"目录获取失败，检查网络或稍后再试！\")\n\t\t}",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "@js:\n(()=>{\n  if(page==1){\n    let url=source.getKey()+'/e/search/index.php,'+JSON.stringify({\n    \"method\":\"POST\",\n    \"body\":`keyboard=${key}&show=title&tempid=1&tbname=article`\n    });\n    return java.put('surl',String(java.connect(url).raw().request().url()));\n  } else {\n    return java.get('surl').replace(/result.+searchid/,`result/index.php?page=${page-1}&searchid`);\n  }\n})()",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "顶点小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.23uswx.org",
    "bookUrlPattern": "https://www.23uswx.com/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 1150,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻小说\",\"url\":\"http://www.23uswx.org/xuanhuanxiaoshuo/\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"修真小说\",\"url\":\"http://www.23uswx.org/xiuzhenxiaoshuo/\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"都市小说\",\"url\":\"http://www.23uswx.org/dushixiaoshuo/\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"穿越小说\",\"url\":\"http://www.23uswx.org/chuanyuexiaoshuo/\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"网游小说\",\"url\":\"http://www.23uswx.org/wangyouxiaoshuo/\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"科幻小说\",\"url\":\"http://www.23uswx.org/kehuanxiaoshuo/\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"完本小说\",\"url\":\"http://www.23uswx.org/wanben/\",\"style\":{\"layout_flexGrow\":0.25}}]",
    "lastUpdateTime": 1720854567045,
    "loginUrl": "",
    "respondTime": 6946,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作    者：",
      "coverUrl": "id.fmimg@tag.img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content",
      "lastChapter": "id.info@tag.p.3@a@text",
      "name": "id.info@tag.h1.0@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleContent": {
      "content": "id.content@html##最新网址.*org|顶点小说.*org|.*23uswx.net",
      "nextContentUrl": "",
      "replaceRegex": "##电报书友加群|看最新章节|@shuyouquan|有梯子的书友|加电报书友圈|电报书友圈搜索|艾特shuyouquan|就可以看到|在网上手打发布"
    },
    "ruleExplore": {
      "author": ".s5@text",
      "bookList": "ul@li",
      "bookUrl": ".s2 a@href",
      "coverUrl": "",
      "intro": "",
      "lastChapter": ".s3 a@text",
      "name": ".s2 a@text"
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "tag.td.0@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.23uswx.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "tag.td.1@tag.a@text",
      "name": "tag.td.0@tag.a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text##[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.23uswx.org/modules/article/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "By_zhbyjm7783",
    "bookSourceGroup": "免费",
    "bookSourceName": "炎上书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://book.zri.moe/zhbyjm",
    "customButton": false,
    "customOrder": 1151,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"༺ˇ»`ʚ 书库 ɞ´«ˇ༻\",\"url\":\"https://book.zri.moe/api/book?page={{page}}&per=8&order_by=ct&desc=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}}]",
    "lastUpdateTime": 1734834781427,
    "respondTime": 3678,
    "ruleBookInfo": {
      "coverUrl": "https://book.zri.moe/api/book/{{$.id}}/cover",
      "init": "meta",
      "kind": "tags",
      "name": ""
    },
    "ruleContent": {
      "content": "body"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "userInfo.username",
      "bookList": "data[*]",
      "bookUrl": "https://book.zri.moe/api/book/{{$.id}}",
      "checkKeyWord": "寻找克里斯Q",
      "coverUrl": "https://book.zri.moe/api/book/{{$.id}}/cover",
      "intro": "introduction",
      "kind": "",
      "lastChapter": "lastChapterInfo.title",
      "name": "title"
    },
    "ruleToc": {
      "chapterList": "sections[*].chapters[*]",
      "chapterName": "title",
      "chapterUrl": "https://book.zri.moe/api/book/{{$.book_id}}/chapter/{{$.id}}"
    },
    "searchUrl": "https://book.zri.moe/api/book?page=1&per=8&order_by=ct&desc=true&keywords=[\"{{key}}\"]",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🎃烟锁重楼🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.eyushuwu.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1152,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"总榜\",\"url\":\"/top/allvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月榜\",\"url\":\"/top/monthvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周榜\",\"url\":\"/top/weekvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总推\",\"url\":\"/top/allvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月推\",\"url\":\"/top/monthvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周推\",\"url\":\"/top/weekvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"站推\",\"url\":\"/top/toptime/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"收藏\",\"url\":\"/top/goodnum/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"字数\",\"url\":\"/top/size/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最近\",\"url\":\"/top/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最新\",\"url\":\"/top/postdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"—————————tag—————————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"玄幻\",\"url\":\"/list/8/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修真\",\"url\":\"/list/9/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/list/12/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史\",\"url\":\"/list/16/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游\",\"url\":\"/list/14/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"/list/13/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖\",\"url\":\"/list/15/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"言情\",\"url\":\"/list/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美\",\"url\":\"/list/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他\",\"url\":\"/list/10/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52\"\n}",
    "lastUpdateTime": 1752434732327,
    "loginUrl": "",
    "respondTime": 42239,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "init": "",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content##小说|\\s.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content&&[property=\"og:novel:update_time\"]@content\n<js>result.replace(/(.*)\\s/,'$1 • ')</js>\n<js>result.replace(/\\s\\d+:\\d+/,'')</js>",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "@js:\nurl = baseUrl\nid = url.match(/(\\d+)/)[1]\n\"https://m.eyushuwu.com/4/\" + id + \"/\"",
      "wordCount": "class.blue.0@text##字数."
    },
    "ruleContent": {
      "content": ".novelcontent@html",
      "nextContentUrl": "",
      "replaceRegex": "##第.*章.*|.*作者.*|分卷阅读.*|- 肉肉屋",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "tag.td.2@text",
      "bookList": "tbody@tag.tr!0",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href@js:id=result.match(/(\\d+)/)[1];\nresult=\"http://img.eyushuwu.com/image/\"+id.slice(0,2)+\"/\"+id+\"/\"+id+\"s.jpg\"",
      "intro": "",
      "kind": "tag.td.3@text&&tag.td.4@text",
      "lastChapter": "tag.a.1@text",
      "name": "tag.a.0@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "tag.li.2@text##作者.",
      "bookList": ".mySearch ul",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href@js:id=result.match(/(\\d+)/)[1];\nresult=\"http://img.eyushuwu.com/image/\"+id.slice(0,2)+\"/\"+id+\"/\"+id+\"s.jpg\"",
      "intro": "",
      "kind": "tag.li.5@text&&tag.li.4@text##状态.|更新时间.",
      "lastChapter": "tag.a.1@text&&tag.li.4@text##更新时间：\n<js>result.replace(/(.*)\\s/,'$1 • ')</js>\n<js>result.replace(/\\s\\d+:\\d+/,'')</js>",
      "name": "tag.a.0@text",
      "wordCount": "tag.li.3@text##大小."
    },
    "ruleToc": {
      "chapterList": ".info_chapters .p2.1 @ul li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "/modules/article/search.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"searchkey={{key}}&page={{page}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "豆豆小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.wangming.org",
    "customButton": false,
    "customOrder": 1153,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "首页::/\n热门::/top/{{page}}/\n都市::/lei/dushi/{{page}}/\n言情::/lei/yanqing/{{page}}/\n玄幻::/lei/xuanhuan/{{page}}/\n仙侠::/lei/xianxia/{{page}}/\n历史::/lei/lishi/{{page}}/\n网游::/lei/wangyou/{{page}}/\n科幻::/lei/kehuan/{{page}}/\n女生::/lei/nvsheng/{{page}}/\n其它::/lei/qita/{{page}}/\n全本::/quanben/all/{{page}}/",
    "header": "",
    "jsLib": "{\"crypto\": \"https://cdn.bootcss.com/crypto-js/3.1.9-1/crypto-js.min.js\"}",
    "lastUpdateTime": 0,
    "respondTime": 8944,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property~=image]@content",
      "intro": "[property~=desc]@content",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property$=chapter_name]@content",
      "name": "h1@text",
      "tocUrl": "text.更多章节列表@href"
    },
    "ruleContent": {
      "content": "@js:\nfunction x(encryptedData, key, iv) {\n\t\r\n  const ciphertext = CryptoJS.enc.Base64.parse(encryptedData);\n\r\n  const ivBytes = CryptoJS.enc.Base64.parse(iv);\n  \n   const keyBytes = CryptoJS.enc.Utf8.parse(key);\n  \r\n  const decrypted = CryptoJS.AES.decrypt(\r\n    { ciphertext: ciphertext },\r\n    keyBytes,\r\n    { iv: ivBytes, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.ZeroPadding }\r\n  );\r\n  const decryptedText = decrypted.toString(CryptoJS.enc.Utf8);\r\n return decryptedText;\r\n  \r\n}\nmatch=src.match(/#booktxthtml'\\).html\\((.*?\\))\\)/);\n//java.log(match[1])\nif(match){\nresult=eval(match[1])}else result",
      "nextContentUrl": "text.下一章@href@js:/_/.test(result)?result:\"\"",
      "replaceRegex": "##《{{book.name}}》.*"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "a.0@href",
      "coverUrl": "img@data-src",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "a[href*=author]@text",
      "bookList": ".content dl",
      "bookUrl": "a.0@href",
      "checkKeyWord": "--https://www.fullsubject.net/xiaoshuo_241375/2215474.html",
      "coverUrl": "img@data-src",
      "intro": "dd.0@text",
      "kind": "dd.1@span@text",
      "lastChapter": "",
      "name": ".cover@title",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "ul.1@li@a",
      "chapterName": "text",
      "chapterUrl": "onclick##location.href='(.*)'##$1",
      "nextTocUrl": "option!0@value"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\n/search\n,{\n  \"body\": \"searchkey={{key}}\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃无奈书库🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.52shuku123.org#🎃",
    "bookUrlPattern": "https?://www.52shuku123.org/go/\\d+/",
    "customButton": false,
    "customOrder": 1154,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部小说::/all<,-{{page}}>.html\n玄幻灵异::/xuanhuan<,-{{page}}>.html\n近代现代::/xiandai<,-{{page}}>.html\n古代穿越::/gudai<,-{{page}}>.html\n推理悬疑::/xuanyi<,-{{page}}>.html\n网游竞技::/wangyou<,-{{page}}>.html\nＢＬ同人::/bl<,-{{page}}>.html\nＧＬ百合::/gl<,-{{page}}>.html\n全本小说::/wanben/<,{{page}}>",
    "header": "{\n\t\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\",\n\"Referer\": \"{{baseUrl}}\"\n\t}",
    "lastUpdateTime": 0,
    "respondTime": 6180,
    "ruleBookInfo": {
      "author": "a.0@text",
      "coverUrl": "img@src",
      "init": ".book",
      "intro": ".bookintro@text",
      "kind": "span.2@text&&p.-1@text\n##更新时间：",
      "lastChapter": "a.-1@text",
      "name": "h1@text",
      "wordCount": "span.0@text"
    },
    "ruleContent": {
      "content": ".readcontent@textNodes",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author.0@text",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href",
      "checkKeyWord": "寒山",
      "coverUrl": "a.0@href##\\D+((\\d+)\\d{3})\\D*##https://tu.52shuku123.org/$2/$1/$1s.jpg###",
      "intro": ".update@ownText",
      "kind": "span.0@text",
      "lastChapter": "a.1@text",
      "name": "h4@text",
      "wordCount": ".author.1@text##字数：|字"
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.52shuku123.org/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}&action=login\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "🔞",
    "bookSourceName": "肉肉屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.rourouwu.in",
    "customButton": false,
    "customOrder": 1155,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "                                 分类                               \n玄幻奇幻::https://www.rourouwu.in/xuanhuan/{{page}}.html\n武侠仙侠::https://www.rourouwu.in/wuxia/{{page}}.html\n都市言情::https://www.rourouwu.in/dushi/{{page}}.html\n穿越历史::https://www.rourouwu.in/lishi/{{page}}.html\n网游竞技::https://www.rourouwu.in/wangyou/{{page}}.html\n其他类型::https://www.rourouwu.in/qita/{{page}}.html\n完结小说::https://www.rourouwu.in/wanben/{{page}}.html\n                              排行榜                            \n总点击榜::https://www.rourouwu.in/ph/allvisit_{{page}}.html\n月点击榜::https://www.rourouwu.in/ph/monthvisit_{{page}}.html\n周点击榜::https://www.rourouwu.in/ph/weekvisit_{{page}}.html\n总推荐榜::https://www.rourouwu.in/ph/allvote_{{page}}.html\n月推荐榜::https://www.rourouwu.in/ph/monthvote_{{page}}.html\n周推荐榜::https://www.rourouwu.in/ph/weekvote_{{page}}.html\n  收藏榜  ::https://www.rourouwu.in/ph/goodnum_{{page}}.html\n  字数榜  ::https://www.rourouwu.in/ph/size_{{page}}.html\n最新入库::https://www.rourouwu.in/ph/postdate_{{page}}.html\n最近更新::https://www.rourouwu.in/ph/lastupdate_{{page}}.html",
    "lastUpdateTime": 1754560650107,
    "respondTime": 5384,
    "ruleBookInfo": {
      "author": ".novelauthor > a@text",
      "coverUrl": ".catalog_pic > img@src",
      "intro": ".catalognovel_intro@text",
      "kind": ".catalognovel_type > .p2@text",
      "lastChapter": ".catalognovel_newest > a@text",
      "name": ".novelname@text",
      "wordCount": ".p3:nth-child(3)@text"
    },
    "ruleContent": {
      "content": ".chapter_content@html"
    },
    "ruleExplore": {
      "author": ".novel_author > a@text||.p3@text",
      "bookList": ".novel_box:nth-child(n+1)||.list_ul > li:nth-child(n+1)",
      "bookUrl": ".novel_name > a@href||.p1 > a@href",
      "coverUrl": "img@src",
      "intro": ".novel_intro@text",
      "kind": "h3@text",
      "lastChapter": ".novel_newest > a@text||.p2 > a@text",
      "name": ".novel_name > a@text||.p1 > a@text",
      "wordCount": ".p4@text"
    },
    "ruleSearch": {
      "author": ".p3@text",
      "bookList": ".list_ul > li:nth-child(n+1)",
      "bookUrl": ".p1 > a@href",
      "checkKeyWord": "我的",
      "lastChapter": ".p2 > a@text",
      "name": ".p1 > a@text",
      "wordCount": ".p4@text"
    },
    "ruleToc": {
      "chapterList": ".index_listbox:nth-child(6) li:nth-child(n+1)",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "/modules/article/search.php,{\n\"charset\":\"gbk\",\n\"method\":\"POST\",\n\"body\":\"searchkey={{key}}&type=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "书旗小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.shuqi.cc",
    "customButton": false,
    "customOrder": 1156,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\npush(\"全部🌊分类\",null,1,1)\npush(\"🌊全本🌊\",`/full/0_{{page}}.html`,1,1)\n\tarList=[\"玄幻\",\"武侠\",\"都市\",\"历史\",\"网游\",\"科幻\",\"言情\",\"其他\"]\n\tarList.map((tag,index)=>{\n\t\turl=`/list${index+1}/{{page}}.html`;\n\t\tpush(tag, url, 1, 0.25);\n\t\t});\n//java.log(JSON.stringify(sort))\nJSON.stringify(sort)",
    "header": "{\n  'User-Agent': \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0\",\n  'sec-ch-ua-platform': \"\\\"Android\\\"\",\n  'origin': \"baseUrl\",\n  'x-requested-with': \"cn.mujiankeji.mbrowser\",\n  'referer': \"baseUrl\",\n  'accept-language': \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"\n}",
    "lastUpdateTime": 0,
    "respondTime": 5908,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "init": "",
      "intro": "[property=\"og:description\"]@content##\\s",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".font_max@html",
      "nextContentUrl": "text.下一章@href",
      "replaceRegex": "##第\\(\\d+\\/\\d+\\)页|.*\\.com.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.0@text",
      "bookList": ".row@dl",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "kind": "{{@@h3@a@text##\\[|\\].*}},{{@@.book_other!0:-1@text##状态：|更新时间：}}",
      "lastChapter": "dd.-1@text##最新章节：",
      "name": "h3@a@text##.*\\]"
    },
    "ruleToc": {
      "chapterList": ".book_list2@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "isVip": "http://www.shuqi.cc/97/97201/",
      "nextTocUrl": "<js>\np=java.getString(\".page-link@html\").match(/\\>\\d\\/(.*?)\\</);\np=p?p[1]:1\n//java.log(p);\npageSum=parseInt(p)\nburl=String(baseUrl)\n//java.log(burl);\nArray.from({length:pageSum-1},(_,i)=>{return burl.replace(/^(.*?)$/,`$1index_${i+2}.html`)})\n</js>"
    },
    "searchUrl": "/search.php?q={{key}}&p={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "松鹤阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "https://bookshelf.html5.qq.com",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1157,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"男频\",\"url\":\"\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"都市\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1505&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1505&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1501&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1501&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1504&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1504&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奇幻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1502&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1502&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1506&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1506&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"军事\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1507&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1507&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻空间\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1509&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1509&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"悬疑侦探\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1508&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1508&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏竞技\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1510&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1510&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1503&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1503&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"体育\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1511&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1511&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"轻小说\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1512&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1512&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"风格\",\"url\":\"\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"轻松\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20284&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20284&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"热血\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20286&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20286&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"快节奏\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20281&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20281&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"脑洞大\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20280&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20280&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"搞笑\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22176&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22176&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"谋略\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20285&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20285&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"智斗\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20279&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20279&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"正能量\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20282&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20282&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"思想迪化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20561&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20561&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"人生巅峰\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22147&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22147&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"群像\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20278&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20278&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"爽文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20882&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20882&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"神功秘籍\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22132&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22132&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"机缘奇遇\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22144&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22144&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"鬼怪神魔\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22247&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22247&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"兄弟情义\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22309&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22309&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"孙悟空\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22356&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22356&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"红颜知己\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22187&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22187&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"变异生物\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22258&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22258&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"高科技\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22249&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22249&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"剑道\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22286&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22286&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}},{\"title\":\"流派\",\"url\":\"\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"穿越\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20003&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20003&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"系统流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20006&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20006&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"无敌流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20011&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20011&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"重生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20002&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20002&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日常文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20007&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20007&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"赚钱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20136&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20136&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"强者归来\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20021&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20021&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"经营\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20000&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20000&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"草根崛起\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20020&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20020&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"无限流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20008&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20008&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"诸天流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20023&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20023&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"扮猪吃虎\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20019&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20019&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"开局流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20515&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20515&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"文娱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20050&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20050&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"斗罗大陆\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20199&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20199&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"争霸\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20028&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20028&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏异界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20162&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20162&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"兵王\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20030&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20030&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"练功流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20166&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20166&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"护花高手\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20134&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20134&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"洪荒\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20057&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20057&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"末世\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20055&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20055&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"升级流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20094&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20094&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"废柴流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20015&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20015&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"天才流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20014&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20014&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"医生流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20033&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20033&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"综漫\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20200&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20200&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"凡人流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20503&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20503&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"架空历史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20148&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20148&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"异能\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20046&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20046&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"进化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20082&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20082&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"召唤流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20012&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20012&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"三国\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20026&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20026&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"养成\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20004&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20004&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"种田\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20090&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20090&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"单女主\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20060&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20060&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵气复苏\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20058&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20058&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"异兽流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20009&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20009&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"签到\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20497&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20497&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"时空文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20183&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20183&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"赘婿流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20081&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20081&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"乱世\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20156&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20156&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"技术流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20163&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20163&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武道\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20102&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20102&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20107&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20107&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"唐朝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20142&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20142&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"西游\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20079&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20079&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古典仙侠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20035&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20035&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"职场\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20507&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20507&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"现代修真\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20109&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20109&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市修仙\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20083&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20083&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20075&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20075&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"未来世界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20185&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20185&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"直播文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20067&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20067&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"悬疑流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20187&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20187&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"星际\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20053&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20053&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"明朝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20144&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20144&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"LOL\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20024&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20024&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"神话\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20069&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20069&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"布局流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20010&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20010&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宠物\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20093&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20093&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"现代都市\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22178&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22178&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"秦汉\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20141&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20141&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"炼丹\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20499&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20499&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"封神\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20043&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20043&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"异世穿越\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20112&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20112&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"朝堂\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20147&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20147&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"爱情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20498&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20498&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"中医\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20027&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20027&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"学院流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20016&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20016&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"朝堂江湖\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20054&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20054&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"特种兵\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20059&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20059&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科举\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20070&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20070&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奶爸\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20040&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20040&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"战神流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20097&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20097&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科技\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20072&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20072&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"电竞\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20066&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20066&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"战争\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20047&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20047&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"龙\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20510&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20510&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"随身流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20013&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20013&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"练功\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20130&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20130&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22158&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22158&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"剑与魔法\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20111&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20111&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"幕后流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20098&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20098&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"现代诡秘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20190&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20190&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校园\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20508&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20508&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"强者流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20131&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20131&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"反套路\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20202&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20202&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"皇帝流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20517&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20517&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"御兽流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20502&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20502&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"探险\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20514&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20514&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日系\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20051&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20051&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"软饭流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20017&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20017&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"开挂流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20174&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20174&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"美食\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20001&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20001&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"魔法\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20087&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20087&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"商战\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20037&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20037&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"盛世\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20155&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20155&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"强国\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20149&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20149&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"领主流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20085&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20085&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"无女主\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20061&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20061&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"篮球\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20177&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20177&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"时空门\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20052&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20052&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"斗破苍穹\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20198&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20198&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"吐槽\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20103&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20103&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"鉴宝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20084&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20084&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"属性流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20125&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20125&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"精灵文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20531&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20531&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宗门\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20132&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20132&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"NBA\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20178&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20178&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"卡牌\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20005&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20005&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"军旅\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20031&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20031&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科技修真\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20071&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20071&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"克苏鲁\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20029&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20029&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"权谋\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20504&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20504&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"异界大陆\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22148&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22148&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宋朝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20143&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20143&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻宇宙\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22230&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22230&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"虚拟现实\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20165&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20165&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"侦探推理\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20524&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20524&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"治愈\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20137&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=20137&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"机甲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20056&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20056&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奋斗\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20208&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20208&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"抗战\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20049&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20049&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"BOSS流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20096&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20096&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"互联网\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20135&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20135&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"诡秘修行\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20192&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20192&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"成神流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20124&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20124&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"足球\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20176&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20176&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"蜀山\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20078&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20078&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"聊天群\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20512&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20512&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"华娱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20139&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20139&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"领主种田\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20116&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20116&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"洪荒流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20866&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20866&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修罗场\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20201&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20201&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"王者荣耀\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20025&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20025&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"极道流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20121&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20121&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"年代文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20518&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20518&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"掌门流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20501&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20501&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"巫师流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20045&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20045&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"炼器\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20500&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20500&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"隋唐\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20157&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20157&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"家族\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20089&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20089&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"职业文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20110&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20110&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"文明战争\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20106&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20106&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"策略流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20175&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20175&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"贞观\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20158&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20158&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"气运流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20129&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20129&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"电影世界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22294&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22294&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"火影\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22407&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22407&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"掠夺流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20095&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20095&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"吃鸡\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20036&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20036&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"反转\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20092&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20092&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"刑侦\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20032&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20032&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵根\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20128&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20128&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"长生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20532&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20532&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"基因\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20039&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20039&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代神话\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22186&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22186&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"聊斋\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20076&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20076&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奇幻历史\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20117&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20117&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"学霸\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20042&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20042&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"原创副本\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20186&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20186&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"摊牌流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20516&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20516&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"工业\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20044&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20044&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"多女主\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20062&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20062&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"第四天灾\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20530&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20530&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"文明演化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20073&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20073&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"黑暗流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22257&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22257&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"丧尸\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20167&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20167&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"生存挑战\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20191&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20191&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"NPC\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20170&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20170&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"创业\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20211&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20211&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"变身文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22204&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22204&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"荒野求生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20513&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20513&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"抽奖\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20509&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20509&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"逆袭\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20209&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20209&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"诡异游戏\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20193&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20193&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"富民\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20150&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20150&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代怪异\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20188&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20188&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"综艺文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20511&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20511&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"手游\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20173&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20173&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"平行世界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22463&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22463&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"漫威\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22327&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22327&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"山海经\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20126&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20126&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"供应商\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20101&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20101&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"风水\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20104&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20104&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"天庭文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22643&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22643&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"氪金\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20521&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20521&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"金融\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20506&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20506&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"神奇生物\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20113&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20113&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"原始流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20522&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20522&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"祖宗流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20122&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20122&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"欧洲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20063&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20063&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"综武\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22350&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22350&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"皇帝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22348&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22348&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"海贼王\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22390&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22390&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"扮演流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20527&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20527&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"事务所\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20018&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20018&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠世界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22292&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22292&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"蒸汽朋克\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20077&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20077&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"国术\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20038&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20038&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"美女校花\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22252&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22252&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"儒道流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20118&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20118&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"谍战\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20080&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20080&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"主神\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20086&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20086&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"赛博朋克\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20105&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20105&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"金手指\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22173&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22173&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏制作\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20169&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20169&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿书\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22314&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22314&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"现代魔法\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20114&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20114&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"诡秘养成\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20189&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20189&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"分身\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20119&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20119&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"夺舍\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20100&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20100&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"人物\",\"url\":\"\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"杀伐果断\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20272&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20272&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"冷静\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20266&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20266&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"智商在线\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20274&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20274&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"腹黑\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20269&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20269&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宅男\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20548&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20548&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"学生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20542&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20542&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"搞怪\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20270&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20270&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"无节操\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20273&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20273&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"成熟\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20267&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20267&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"三观正\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20272&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20272&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"明星\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20543&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20543&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"思路清奇\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20276&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20276&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"法师\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20536&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20536&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"谨慎\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20277&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20277&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"自律\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20268&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20268&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"嘴炮\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20271&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20271&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"剑修\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20537&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20537&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"王侯\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20241&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20241&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女神\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22383&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22383&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"钢铁直男\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20560&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20560&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"道士\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20538&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20538&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玩家\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20256&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20256&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"职业选手\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20254&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20254&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"异能者\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20260&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20260&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"侠客\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20228&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20228&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"枭雄\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20245&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20245&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙帝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20559&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20559&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"老板\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20544&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20544&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"战士\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20535&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20535&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"老师\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20541&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20541&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"杀手\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20240&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20240&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"农民\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20236&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20236&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"富二代\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22499&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22499&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"皇子\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20553&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20553&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"夫妻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20239&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20239&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"成长型\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22146&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22146&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"骑士\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20533&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20533&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科学家\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20557&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20557&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"大师兄\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20554&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20554&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"寒门子弟\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20242&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20242&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"教练\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20545&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20545&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"特工\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20549&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20549&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"警察\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20546&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20546&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"三教九流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20237&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20237&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"运动员\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20257&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20257&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"轮回者\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20261&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20261&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"写手\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20233&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20233&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"基因武者\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20259&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20259&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"厨师\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20234&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20234&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"猎人\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20534&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20534&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"美食家\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20235&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20235&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"门阀\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20244&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20244&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"指挥官\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20551&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20551&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"保镖\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20231&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20231&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"黑客\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20547&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20547&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"盗贼\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20255&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20255&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"和尚\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20556&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20556&tag_type_id=1'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女频\",\"url\":\"\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"现代言情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1524&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1524&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代言情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1523&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1523&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"悬疑侦探\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1518&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1518&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠奇缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1517&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1517&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻言情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1516&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1516&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"浪漫青春\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1522&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1522&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻空间\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1519&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1519&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏竞技\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1520&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1520&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"纯爱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=1707&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=1707&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"风格\",\"url\":\"\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"甜宠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20490&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20490&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"轻松\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20487&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20487&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"爽文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20491&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20491&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宠文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=21175&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=21175&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"爆笑\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20488&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20488&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"励志\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20494&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20494&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"温馨\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20639&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20639&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"正剧\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20493&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20493&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"萌系\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20638&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20638&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"虐文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20489&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20489&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"热血\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20495&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20495&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"甜文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=21311&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=21311&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"狗粮\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22457&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22457&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"悲剧\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20492&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20492&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"追妻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22275&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22275&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"斗极品\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22223&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22223&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"天作之合\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22169&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22169&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"追妻火葬场\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22213&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22213&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"情节\",\"url\":\"\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"穿越\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20287&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20287&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"1V1\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20297&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20297&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女强\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20292&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20292&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"豪门\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20350&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20350&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"重生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20288&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20288&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日久生情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20311&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20311&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"HE\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20296&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20296&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宅斗\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20358&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20358&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"权谋\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20256&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20356&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"强强\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20293&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20293&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"扮猪吃虎\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20305&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20305&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"欢喜冤家\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20309&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20309&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"架空\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20562&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20562&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"家长里短\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20310&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20310&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"打脸\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20290&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20290&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"先婚后爱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20368&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20368&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"种田\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20349&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20349&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"逆袭\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20298&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20298&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"系统流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20294&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20294&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宫斗\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20357&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20357&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"娱乐圈\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20365&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20365&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿书\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20304&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20304&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"快穿\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20378&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20378&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"独宠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20585&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20585&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"空间\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20300&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20300&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"婚恋\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20329&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20329&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"相爱相杀\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20313&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20313&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校园\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20351&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20351&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青梅竹马\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20308&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20308&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"复仇\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20318&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20318&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"金手指\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20301&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20301&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"破镜重圆\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20314&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20314&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宝宝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20295&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20295&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"一见钟情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20312&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20312&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"马甲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20334&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20334&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修仙\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20571&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20571&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同居\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20364&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20364&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"虐渣\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20337&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20337&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修真\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20372&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20372&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"致富\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20341&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20341&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"年代文\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20565&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20565&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"异能\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20302&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20302&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"双向暗恋\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20306&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20306&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"别后重逢\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20575&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20575&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女扮男装\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20307&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20307&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"美食\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20291&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20291&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"前世今生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20340&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20340&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"隐婚\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20361&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20361&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄学\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20299&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20299&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"生死大爱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20322&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20322&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"升级\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20319&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20319&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"末世\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20377&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20377&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"黑化\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20333&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20333&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"位面\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20567&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20567&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"农门\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22216&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22216&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"世家\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20572&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20572&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"契约婚姻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20363&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20363&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奋斗\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20576&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20576&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"闪婚\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20362&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20362&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"巧娶\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20331&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20331&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"悬疑推理\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20353&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20353&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"攻略\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20569&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20569&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"星际\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20379&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20379&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"职场商战\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20366&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20366&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"电竞\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20315&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20315&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"直播\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20289&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20289&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"无CP\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20346&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20346&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"初恋\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20573&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20573&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"师徒\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20352&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20352&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"姐弟恋\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20321&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20321&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"皇帝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22410&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22410&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"清穿\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20355&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20355&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游情缘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20375&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20375&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"萌宠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20324&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20324&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"代嫁\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20348&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20348&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"大女主\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22164&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22164&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"带球跑\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20320&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20320&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"竞技\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20373&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20373&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"开挂\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20583&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20583&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"魔法\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20370&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20370&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"双重生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20345&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20345&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"倒追\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20339&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20339&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"婆媳\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20563&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20563&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"王者荣耀\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20374&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20374&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"近水楼台\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20343&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20343&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"崩人设\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20570&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20570&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"合约恋爱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20332&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20332&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"失忆\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20581&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20581&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"死对头\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20335&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20335&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"兽世\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20325&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20325&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏异界\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20376&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20376&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"真假千金\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20584&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20584&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"御兽流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20371&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20371&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"反穿\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20369&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20369&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"替身\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20347&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20347&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"反转\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20564&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20564&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"满级流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22644&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22644&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代创业\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22217&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22217&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"逃婚\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20342&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20342&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"远古蛮荒\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20360&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20360&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"顶流\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22645&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22645&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"爆红\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20580&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20580&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"催婚\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20323&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20323&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"创业\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20566&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20566&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"异世穿越\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22135&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22135&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"探险\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20381&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20381&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20327&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20327&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"末穿现\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20344&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20344&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"读心术\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20338&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20338&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵魂转换\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20317&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20317&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"机甲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20380&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20380&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"相亲\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20367&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20367&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"衍生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20382&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20382&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"复婚\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20579&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20579&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科举\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20330&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20330&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"群穿\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20316&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20316&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"西幻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20328&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20328&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"人物\",\"url\":\"\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":1}},{\"title\":\"总裁\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20593&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20593&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"腹黑\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20482&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20482&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"萌宝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22141&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22141&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"王妃\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20384&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20384&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"护短\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20614&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20614&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"王爷\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20431&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20431&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"大佬\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20475&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20475&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"杀伐果断\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20449&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20449&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"帝王\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20427&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20427&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"双洁\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20483&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20483&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"痴情\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20616&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20616&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"团宠\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20474&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20474&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"霸道\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20610&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20610&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"才女\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20409&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20409&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"皇后\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20383&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20383&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"傲娇\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20613&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20613&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"嫡女\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20389&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20389&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女配\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20398&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20398&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"可盐可甜\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20478&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20478&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"明星\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20591&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20591&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"公主\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20385&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20385&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"神医\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20602&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20602&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古灵精怪\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20401&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20401&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"男神\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20450&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20450&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"偏执\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20618&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20618&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"全能\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20415&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20415&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"影后\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20395&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20395&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"超A\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20479&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20479&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"高冷\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20615&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20615&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"欢脱\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20425&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20425&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"醋王\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20458&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20458&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校草\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20437&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20437&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"贵女\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20387&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20387&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"病娇\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20620&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20620&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"将军\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20432&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20432&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"反派\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20622&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20622&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"白月光\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20411&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20411&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"戏精\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20481&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20481&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"忠犬\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20455&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20455&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"颜控\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20416&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20416&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"农女\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=22161&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=22161&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"妖孽\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20612&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20612&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玩世不恭\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20448&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20448&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"学霸\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20473&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20473&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"黑莲花\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20414&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20414&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"福气包\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20424&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20424&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"秀外慧中\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20402&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20402&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"学生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20609&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20609&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"锦鲤\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20406&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20406&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"闷骚\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20611&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20611&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"妃子\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20397&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20397&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"白富美\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20413&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20413&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"吃货\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20624&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20624&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"万人迷\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20417&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20417&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"自强\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20625&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20625&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"医生\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20470&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20470&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"双商爆表\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20629&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20629&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"御姐\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20408&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20408&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"小狼狗\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20453&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20453&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女帝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20390&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20390&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"呆萌\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20623&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20623&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"首席\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20438&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20438&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"杀手\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20605&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20605&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"毒舌\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20617&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20617&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙尊\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20434&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20434&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"萝莉\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20405&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20405&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"悍妻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20421&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20421&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"庶女\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20388&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20388&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"炮灰\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20476&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20476&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"大神\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20435&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20435&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"作精\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20422&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20422&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"上神\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20441&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20441&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"财迷\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20419&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20419&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"反差萌\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20633&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20633&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"弃妇\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20392&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20392&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"特工\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20604&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20604&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"善良\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20627&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20627&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"小奶狗\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20452&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20452&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女汉子\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20418&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20418&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"暖男\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20457&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20457&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"旺夫\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20420&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20420&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"痞帅\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20451&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20451&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"小野猫\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20426&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20426&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙君\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20444&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20444&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"影帝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20588&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20588&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"丑女\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20403&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20403&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"天才\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20464&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20464&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"淡定\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20630&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20630&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"毒医\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20603&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20603&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"心机\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20626&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20626&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女主萌娃\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20586&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20586&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"神帝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20440&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20440&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"妖艳\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20423&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20423&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"邪帝\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20429&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20429&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"妖精\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20462&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20462&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"糙汉\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20456&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20456&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"魔君\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20428&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20428&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"暴君\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20430&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20430&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"逗比\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20484&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20484&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恶魔\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20447&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20447&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"精英\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20480&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20480&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"废柴\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20486&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20486&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"首富\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20461&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20461&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"大叔\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20439&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20439&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"厨娘\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20396&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20396&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"魔尊\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20598&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20598&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"酷帅\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20628&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20628&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"傻白甜\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20407&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20407&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"剩女\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20404&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20404&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"精分\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20621&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20621&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宅女\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20412&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20412&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"咸鱼\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20635&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20635&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"钢铁直男\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20459&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20459&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"佛系\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20619&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20619&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"召唤师\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20606&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20606&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"纨绔\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20637&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20637&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"吸血鬼\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20465&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20465&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"痴傻\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20631&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20631&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"狐狸\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20599&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20599&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"男配\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20587&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20587&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"首辅\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20433&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20433&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"老师\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20463&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20463&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"福晋\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20400&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20400&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"精灵\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20399&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20399&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"白莲花\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20410&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20410&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"学渣\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20632&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20632&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宫女\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20386&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20386&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"国师\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20446&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20446&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"小妾\",\"url\":\"https://bookshelf.html5.qq.com/qbread/api/rank/list?ch=001995&groupid=20394&start={{page}}&count=20&sort=0&sub=&tag=&words=&finish=,{'headers':{'Referer':'https://bookshelf.html5.qq.com/qbread/categorylist?traceid=0809004&sceneid=FeedsTab&strageid=&ch=001995&tabfrom=top&feeds_version=8516&reader_version=0&groupid=20394&tag_type_id=2'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}\n]",
    "header": "{\"user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Safari/537.36\"}",
    "lastUpdateTime": 1743555367854,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 4316,
    "ruleBookInfo": {
      "author": "$..author",
      "coverUrl": "$..picurl",
      "init": "",
      "intro": "$..summary",
      "kind": "{{java.timeFormat(java.getString(\"$..lastSerialUpdateTime\")*1000)}}\n{{$..tag}}##\\|##,",
      "lastChapter": "$..lastSerialname",
      "name": "$..resourceName",
      "tocUrl": "https://bookshelf.html5.qq.com/qbread/api/book/all-chapter?bookId={{$..resourceID}}@put:{bid:$..resourceID},{\"headers\":{\"Referer\":\"https://bookshelf.html5.qq.com/qbread\"}}",
      "wordCount": "$..contentsize"
    },
    "ruleContent": {
      "content": "<p>{{$.data.Content[0].Content}}</p>"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.rows[*]",
      "bookUrl": "https://bookshelf.html5.qq.com/qbread/api/novel/intro-info?bookid={{$.resourceID}}&channel=0510&noSame=1&withHistory,{\"headers\":{\"Referer\":\"https://bookshelf.html5.qq.com/kdread/adread/catalog?resourceid={{$.resourceID}}&sort=desc&traceid=0024001\"}}",
      "coverUrl": "$.picurl",
      "intro": "$.summary",
      "kind": "{{java.timeFormat(java.getString(\"lastUpdatetime\")*1000)}}\n{{$.subject}}\n{{$.subtype}}",
      "lastChapter": "$.lastSerialname",
      "name": "$.resourceName",
      "wordCount": "$.contentsize"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data.state[?(@.dataName == 'novel_search_list')].items[*]",
      "bookUrl": "https://bookshelf.html5.qq.com/qbread/api/novel/intro-info?bookid={{$.docId##.*_}}&channel=0510&noSame=1&withHistory,{\"headers\":{\"Referer\":\"https://bookshelf.html5.qq.com/kdread/adread/catalog?resourceid={{$.docId##.*_}}&sort=desc&traceid=0024001\"}}",
      "checkKeyWord": "",
      "coverUrl": "$.cover_url",
      "intro": "$.abstract",
      "kind": "{{$.label_text}}\n{{$.tag_views}}\n{{java.getString(\"is_finished\") == 1 ? '已完结': '连载中'}}\n##\\s+##,",
      "name": "$.title"
    },
    "ruleToc": {
      "chapterList": "$.rows",
      "chapterName": "$.serialName",
      "chapterUrl": "https://novel.html5.qq.com/be-api/content/ads-read,{\n\t\"method\": \"POST\",\n\t\"body\": {\n\t\t\"Scene\": \"chapter\",\n\t\t\"ContentAnchorBatch\": [{\n\t\t\t\t\"BookID\": \"{{baseUrl.match(/bookId=(\\d+)/)[1]}}\",\n\t\t\t\t\"ChapterSeqNo\": [{{$.serialID}}]\n\t\t\t}]\n\t},\n\t\"headers\": {\n\t\t\"Q-GUID\": \"4aa27c7cf2d9aca3359656ea186488cb\"\n\t}\n}",
      "isVip": "",
      "nextTocUrl": ""
    },
    "searchUrl": "https://so.html5.qq.com/ajax/real/search_result?noTab=1&tabId=360&sogou_huichuan_hippy=1&q={{key}}&jump_from=1_01_22_01",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": " 猪猪书网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.zzs5.net",
    "customButton": false,
    "customOrder": 1158,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "穿越::/chuanyue/list-{{page}}.html\n言情::/yanqing/list-{{page}}.html\n灵异::/lingyi/list-{{page}}.html\n武侠::/wuxia/list-{{page}}.html\n科幻::/kehuan/list-{{page}}.html\n历史::/lishi/list-{{page}}.html\n校园::/xiaoyuan/list-{{page}}.html\n文学::/wenxue/list-{{page}}.html\n魔幻::/mohuan/list-{{page}}.html\n重生::/chongsheng/list-{{page}}.html\n耽美::/danmei/list-{{page}}.html\n国外::/guowai/list-{{page}}.html\n网游::/wangyou/list-{{page}}.html\n豪门::/haomen/list-{{page}}.html\n其他::/qita/list-{{page}}.html\n人物::/renwu/list-{{page}}.html",
    "lastUpdateTime": 1738404951549,
    "respondTime": 17554,
    "ruleBookInfo": {
      "author": "tbody.1@tr.3@td.1@text||.bookd-title@dd@ownText##.*作者.|\\s.*",
      "intro": ".show_content!1@html",
      "kind": ".catpos@a.1@text&&tbody.1@tr.3@td.0@text&&.bookd-title@dd@ownText##.*：|小说|\\s.*",
      "lastChapter": "tbody.1@a@text||.list@a.-1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "tbody.0@h1@text||.bookd-title@h1@text##下载",
      "tocUrl": "id.downlink@a.0@href",
      "wordCount": "tbody.1@tr.2@td.1@text##.*："
    },
    "ruleContent": {
      "content": ".content!0@html"
    },
    "ruleExplore": {
      "author": "a.1@href<js>java.ajax(result)</js>##作者.([^<]+)##$1###",
      "bookList": "tbody.0@tr",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "td.1@text##.*介绍.|发布时间.*",
      "kind": "p.0@text##.*时间.|\\s.*",
      "lastChapter": "a.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.1@text",
      "wordCount": "p.0@text##.*：|\\s"
    },
    "ruleSearch": {
      "author": "a.1@href<js>java.ajax(result)</js>##作者.([^<]+)##$1###",
      "bookList": "tbody@tr",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "kind": "p.0@text##.*：|\\s",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".list@dd@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href",
      "formatJs": ""
    },
    "searchUrl": "/index.php?m=search&c=index&a=init&typeid=2&siteid=1&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "By：Tom",
    "bookSourceGroup": "免费",
    "bookSourceName": "蚂蚁文学",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.mayiwxw.comNamo",
    "bookUrlPattern": "https://www.biquges.com",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1159,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n    \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0\",\n    \"cookie\":\"Hm_lvt_8fd9f526ca72jb9418ca50c2g79d2f70=1597461516\"\n}",
    "lastUpdateTime": 1734942675411,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 938,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作    者：",
      "coverUrl": "id.fmimg@tag.img.0@src",
      "init": "id.maininfo",
      "intro": "id.intro@text",
      "kind": "id.info@tag.p.2@text##最后更新：",
      "lastChapter": "id.info@tag.p.3@a@text",
      "name": "id.info@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@html##最新网址：www.mayiwsk.com|请记住本书首发域名：|.net。|顶点小说手机版阅读网址：|最新网址：www.mayiwxw.com"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "tag.td.0@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.biquges.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "tag.td.4@text",
      "lastChapter": "tag.td.1@tag.a@text",
      "name": "tag.td.0@tag.a@text",
      "wordCount": "tag.td.3@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.mayiwxw.com/modules/article/search.php?searchkey={{key}}",
    "weight": 80
  },
  {
    "bookSourceComment": "250107by= =",
    "bookSourceGroup": "免费",
    "bookSourceName": "木叶小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.qixiashu.com",
    "customButton": false,
    "customOrder": 1160,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nJSON.stringify(\n\t[\"玄幻\",\"仙侠\",\"都市\",\"历史\",\"游戏\",\"科幻\",\"恐怖\",\"女生\",\"其他\"].map((title,index)=>({\n\ttitle: title,\n\turl: `/shu/${index+1}_{{page}}.html`,\n\tstyle: {\n\t\tlayout_flexGrow: 1,\n\t\tlayout_flexBasisPercent: 0.25\n\t}\n}))\n);",
    "lastUpdateTime": 1736746057869,
    "respondTime": 6367,
    "ruleBookInfo": {
      "author": "[property$=author]@content||meta[name~=desc]@content##最新.*",
      "coverUrl": "[property~=image]@content",
      "intro": "[property~=desc]@content##.*简介:",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=chapter_name]@content",
      "name": "h1@text",
      "tocUrl": "text.目录列表@href"
    },
    "ruleContent": {
      "content": "<js>\nvar lis=\"\";\n//获取所有dd标签，依次存入数组arr\nvar aDiv = java.getElements('dd');\n    var arr = [];\n    for(var i=0;i<aDiv.length;i++){\n    \t        arr.push(aDiv[i]);\n    }\n//按data-id属性值升序排列arr中的元素\n    arr.sort(function(a,b){return a.attr('data-id') - b.attr('data-id')});\n//依次拼接排序后arr中的元素\n    for(var i=0;i<arr.length;i++){\n    \tlis=lis+arr[i];\n    }\n    lis\n</js>dd@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##（本章未完.*|.*木叶小说网.*|一秒记住【】.*|.*\\(第\\d+\\/\\d+页\\)"
    },
    "ruleExplore": {
      "author": "a@ownText##:【.*",
      "bookList": ".bd@li",
      "bookUrl": "a@href",
      "kind": ".sort@text##\\[|\\]",
      "name": "a@text##.*【|】.*"
    },
    "ruleSearch": {
      "author": "a@ownText##.*\\(|\\)",
      "bookList": ".bd@li",
      "bookUrl": "a@href",
      "name": "a@ownText##\\(.*"
    },
    "ruleToc": {
      "chapterList": ".list@div@li<js>\na=org.jsoup.Jsoup.parse(result).select('a').toArray().sort().map(x=>({text:x.text(),href:x.attr('href')}))\n//java.log(a)\n</js>",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://wap.qixiashu.com/s.php,{\n  \"body\": \"s={{key}}\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "By：Tom",
    "bookSourceGroup": "免费",
    "bookSourceName": "八一中文",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.zwduxs.com关耳",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1161,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734877542424,
    "loginUrl": "",
    "respondTime": 3477,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作\\s*者：",
      "coverUrl": "id.fmimg@tag.img.0@src",
      "intro": "id.intro@text",
      "name": "id.info@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.odd.0@tag.a.0@href",
      "lastChapter": "class.even.0@tag.a.0@text",
      "name": "class.odd.0@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.zwduxs.com/modules/article/search.php?searchkey={{key}}&searchtype=articlename",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "PO文学",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.poyu.com",
    "customButton": false,
    "customOrder": 1162,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"排  行\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"总推荐榜\",\"url\":\"https://m.po18yu.com/ranks/allvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"总收藏榜\",\"url\":\"https://m.po18yu.com/ranks/goodnum/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"总点击榜\",\"url\":\"https://m.po18yu.com/ranks/allvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"月点击榜\",\"url\":\"https://m.po18yu.com/ranks/monthvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"周点击榜\",\"url\":\"https://m.po18yu.com/ranks/weekvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"最新入库\",\"url\":\"https://m.po18yu.com/ranks/postdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"最近更新\",\"url\":\"https://m.po18yu.com/ranks/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"本站推荐\",\"url\":\"https://m.po18yu.com/ranks/toptime/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"全本小说\",\"url\":\"https://m.po18yu.com/quanben.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"书  库\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"都 市\",\"url\":\"https://m.po18yu.com/category/1_0_0_0_goodnum_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"浓 情\",\"url\":\"https://m.po18yu.com/category/2_0_0_0_goodnum_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"言 情\",\"url\":\"https://m.po18yu.com/category/3_0_0_0_goodnum_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"校 园\",\"url\":\"https://m.po18yu.com/category/4_0_0_0_goodnum_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武 侠\",\"url\":\"https://m.po18yu.com/category/5_0_0_0_goodnum_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"玄 幻\",\"url\":\"https://m.po18yu.com/category/6_0_0_0_goodnum_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"穿 越\",\"url\":\"https://m.po18yu.com/category/7_0_0_0_goodnum_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"惊 悚\",\"url\":\"https://m.po18yu.com/category/8_0_0_0_goodnum_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"悬 疑\",\"url\":\"https://m.po18yu.com/category/9_0_0_0_goodnum_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"重 生\",\"url\":\"https://m.po18yu.com/category/10_0_0_0_goodnum_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历 史\",\"url\":\"https://m.po18yu.com/category/11_0_0_0_goodnum_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"其 他\",\"url\":\"https://m.po18yu.com/category/12_0_0_0_goodnum_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 0,
    "respondTime": 37262,
    "ruleBookInfo": {
      "init": "",
      "intro": "class.h3_rf creat_time@text&&class.book_desc@html@js:result.replace(/^/,'    ')",
      "kind": "class.qtxx@tag.p.1@text&&class.state@text##类别：|中",
      "lastChapter": "class.h3_rf new_time.0@text&&class.h3_rf creat_time@text##更新时间：\n<js>result.replace(/(.*)\\s/,'$1 • ')</js>",
      "tocUrl": "text.更多章节@href",
      "wordCount": "class.qtxx@tag.p.2@text##总字数："
    },
    "ruleContent": {
      "content": "id.rd-txt@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\s*>>本章未完.*继续阅读\\s*"
    },
    "ruleExplore": {
      "author": "class.book-author@text",
      "bookList": "class.book-li",
      "bookUrl": "a@href",
      "coverUrl": "@js:'https://m.kanshujun.com/style/noimg.jpg'",
      "intro": "class.book-intro@html",
      "kind": "class.sk_b_span@text&&tag.i@text##\\s\\|\\s(连载|全本)",
      "name": "class.book-title@text##_.*",
      "wordCount": "class.tag-small blue@text"
    },
    "ruleSearch": {
      "author": "class.book-author@text||class.aut@text",
      "bookList": "class.book-li||class.book_inf",
      "bookUrl": "a@href",
      "coverUrl": "@js:'https://m.kanshujun.com/style/noimg.jpg'",
      "intro": "",
      "kind": "class.sk_b_span@text&&tag.i@text##\\s\\|\\s(连载|全本)",
      "name": "class.book-title@text||h3@text",
      "wordCount": "class.tag-small blue@text||class.qtxx@tag.p.2@text##总字数："
    },
    "ruleToc": {
      "chapterList": "class.mulu_uld@tag.li",
      "chapterName": "tag.a@text##>|Po18tV.CoM",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://m.po18yu.com/modules/article/search.php?searchkey={{key}}&submit=%CC%E1%BD%BB,{\"charset\":\"gbk\"}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "民国奇人",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.minguoqiren.org/",
    "customButton": false,
    "customOrder": 1163,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1737976940023,
    "respondTime": 3038,
    "ruleBookInfo": {
      "author": "p.2@text",
      "coverUrl": "img@src",
      "init": "",
      "intro": "class.intro_info@text",
      "kind": "p.3@text",
      "lastChapter": "p.6@text",
      "name": "h2@text",
      "tocUrl": "option.value"
    },
    "ruleContent": {
      "content": "id.nr1@text##.*第./.页\\)|\\（本章未完.*",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "p.3@text",
      "bookList": "class.block",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "kind": "p.2@text##分类.",
      "lastChapter": "p.4@text",
      "name": "h2@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.chapter.ul.1@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "http://m.minguoqiren.org/s.php?s=000000000000&q={{key}}&submit=",
    "weight": 0
  },
  {
    "bookSourceComment": "//搜索间隔30秒",
    "bookSourceGroup": "免费",
    "bookSourceName": "铅笔小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.178yhr.com/",
    "bookUrlPattern": "https?://www.178yhr.com/book_\\d+/",
    "customButton": false,
    "customOrder": 1164,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部小说::/all<,-{{page}}>.html\n玄幻小说::/xuanhuan.html\n仙侠小说::/xianxia.html\n都市小说::/dushi.html\n军史小说::/junshi.html\n网游小说::/wangyou.html\n科幻小说::/kehuan.html\n灵异小说::/lingyi.html\n言情小说::/yanqing.html\n其他小说::/qita.html",
    "header": "{\"referer\": \"{{source.getKey()}}\",\n\"x-requested-with\": \"mark.via\",\n\"accept-language\": \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\",\n\"user-agent\": \"Mozilla/5.0 (Linux; Android 10; PACM00 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.5359.79 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1731392958097,
    "loginUrl": "",
    "respondTime": 5875,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nw:\"p.booktag@span.0@text\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"p.bookintro@text\",\nc:\"[property$=image]@content\"}\n@js:java.log(baseUrl)",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "",
      "wordCount": "@get:{w}"
    },
    "ruleContent": {
      "content": ".readcontent@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##[&nb\\->>sp;]*"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "name": ""
    },
    "ruleSearch": {
      "author": ".author.0@text",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href\n@js:\nvar go=/go/.test(result);\ngo?result.replace('go/',\"book_\"):result;",
      "checkKeyWord": "快穿",
      "coverUrl": "img@src",
      "intro": ".update@textNodes",
      "kind": "span.0@text",
      "lastChapter": "a.1@text",
      "name": "h4@text",
      "wordCount": ".author.1@text##字数："
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{url=source.getKey();\ncookie.removeCookie(url)}}\nhttps://www.178yhr.com/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}&action=login\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🔰 总裁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://mobile.zongcai666.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1165,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1717285334415,
    "loginUrl": "",
    "respondTime": 2734,
    "ruleBookInfo": {
      "author": "class.BGsectionOne-top-right@class.author@span@a@text",
      "coverUrl": "",
      "init": "",
      "intro": "class.BGsectionTwo-bottom@text",
      "kind": "class.BGsectionOne-top-right@class.category@span.0@a@text",
      "lastChapter": "class.BGsectionOne-top-right@class.newestChapter@span@text",
      "name": "class.BGsectionOne-top-right@class.title@text",
      "tocUrl": "text.章节目录@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "p@text",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": "class.SHsectionThree-middle@p",
      "bookUrl": "a.1@href",
      "coverUrl": "",
      "intro": "",
      "kind": "a.0@text",
      "lastChapter": "",
      "name": "a.1@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".BCsectionTwo-top-chapter",
      "chapterName": "class.BCsectionTwo-top-chapter@a@text",
      "chapterUrl": "class.BCsectionTwo-top-chapter@a@href##$##,{'webView':true}",
      "isVip": "",
      "nextTocUrl": "text.下一页@href",
      "updateTime": ""
    },
    "searchUrl": "https://mobile.zongcai666.com/search/{{key}}/",
    "weight": 2
  },
  {
    "bookSourceComment": "Error: timeout \n",
    "bookSourceGroup": "🔞",
    "bookSourceName": "新御宅屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://mm.xyuzhaiwu.xyz",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1166,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36\"\n}",
    "lastUpdateTime": 1722518425179,
    "loginUrl": "",
    "respondTime": 11220,
    "ruleBookInfo": {
      "intro": "pre@textNodes",
      "lastChapter": "class.article_info_td.0@tag.a.1@text",
      "tocUrl": "class.lb_mulu chapterList@tag.li.0@a@href##/novel/(\\d+)/(\\d+).html##https://mm.xyuzhaiwu.xyz/novel/list/$1/1.html"
    },
    "ruleContent": {
      "content": "id.nr1@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "p@strong@text",
      "bookList": "class.common-bookele",
      "bookUrl": "tag.a.0@href",
      "kind": "class.lastupdate@text##栏目：",
      "name": "class.articlename@text"
    },
    "ruleToc": {
      "chapterList": "ul@li!-1@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://mm.xyuzhaiwu.xyz/s.php,{\n  \"method\": \"POST\",\n  \"body\": \"submit=&type=articlename&s={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "24.12.18修复by 明月",
    "bookSourceGroup": "免费",
    "bookSourceName": "溜达小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.liudatxt.la",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1167,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1738416192670,
    "respondTime": 6119,
    "ruleBookInfo": {
      "author": "p:nth-child(4)@text##作者：",
      "coverUrl": "img@src",
      "init": "",
      "intro": ".intro_info@html",
      "kind": "p:nth-child(5)@text##分类：",
      "lastChapter": "#new@text",
      "name": "h2@text"
    },
    "ruleContent": {
      "content": "#nr1@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##（本章未完.*继续阅读）|{{chapter.title}}|\\(第.+页\\)"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "kind": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "p:nth-child(5)@text##作者：",
      "bookList": ".block:nth-child(n+6)",
      "bookUrl": "h2 > a@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "kind": "p:nth-child(4)@text##分类：",
      "lastChapter": "p:nth-child(6) > a@text",
      "name": "h2 > a@text"
    },
    "ruleToc": {
      "chapterList": ".chapter:nth-child(11) > li:nth-child(n+1)",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "{{java.connect(source.getKey()).raw().request().url()}}search.php,{\n\"method\": \"post\",\n\"body\": \"searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "by莫闻",
    "bookSourceGroup": "免费",
    "bookSourceName": "读趣",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.xduqu.com",
    "customButton": false,
    "customOrder": 1168,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1746091863513,
    "respondTime": 2443,
    "ruleBookInfo": {
      "author": "p@textNodes##\\s.*",
      "coverUrl": "img@src",
      "intro": "#introa@text",
      "kind": "class.fr fss.2@a@text",
      "lastChapter": "class.c_row nw@a@text",
      "name": "h4@a@text",
      "tocUrl": "text.显示全部章节@href||text.查看目录@href",
      "wordCount": "class.fr fss.0@text##字数："
    },
    "ruleContent": {
      "content": "#acontent@textNodes",
      "nextContentUrl": "class.daohang cf@ul@li.-1@a@href",
      "replaceRegex": "##最新网址.*|.*请点击下一页继续.*|.*第.*页.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "p@text##\\|",
      "bookList": "class.c_row cf@a",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "name": "h4@text"
    },
    "ruleToc": {
      "chapterList": ".index@dd@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "http://m.xduqu.com/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}&searchtype=all\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "天域小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.tycqzw.la/",
    "bookUrlPattern": "https://www.tycqzw.la/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 1169,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部小说\",\"url\":\"https://m.tycqzw.la/xclass/0/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"玄幻小说\",\"url\":\"https://m.tycqzw.la/xclass/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"修真小说\",\"url\":\"https://m.tycqzw.la/xclass/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"都市小说\",\"url\":\"https://m.tycqzw.la/xclass/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"穿越小说\",\"url\":\"https://m.tycqzw.la/xclass/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"网游小说\",\"url\":\"https://m.tycqzw.la/xclass/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"科幻小说\",\"url\":\"https://m.tycqzw.la/xclass/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}},{\"title\":\"其他小说\",\"url\":\"https://m.tycqzw.la/xclass/7/{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}}]",
    "lastUpdateTime": 1731736387074,
    "loginUrl": "",
    "respondTime": 7599,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作\\s*者：",
      "coverUrl": "id.fmimg@tag.img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content",
      "lastChapter": "id.list@tag.dd.0@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "id.info@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@html##推荐.*新书.*|手机用户.*阅读体验。"
    },
    "ruleExplore": {
      "author": "class.author@text##作者：",
      "bookList": "class.hot_sale",
      "bookUrl": "tag.a.0@href@js:\nr=result.match(/_(\\d+)/)\nid=r[1]\nvar iid = parseInt(id/1000);\n'https://www.tycqzw.la/'+iid+'_'+id+'/'",
      "coverUrl": "img@data-original",
      "intro": "class.review@text##简介：",
      "lastChapter": "",
      "name": "class.title@text"
    },
    "ruleSearch": {
      "author": "class.even.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.even.0@tag.a.0@href",
      "coverUrl": "class.even.0@tag.a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.tycqzw.la/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "class.odd.0@tag.a.0@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.even.0@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "轻小说",
    "bookSourceName": "🎃幻梦轻小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.huanmengacg.com#🎃",
    "customButton": false,
    "customOrder": 1170,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "@js: \nJSON.stringify({\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Mobile Safari/537.36\"\n})",
    "lastUpdateTime": 0,
    "respondTime": 3155,
    "ruleBookInfo": {
      "author": ".book-metas.0@text##作者：",
      "coverUrl": "dt@img@src",
      "intro": ".book-summary@text",
      "kind": ".book-metas.1@text&&.book-metas.2@text&&.book-metas.3@text##(?:分类|状态|更新)：| [\\d：:]+\n<js>result.replace(/ /,\",\")</js>",
      "name": ".book-title@text",
      "tocUrl": "text.章节列表@href"
    },
    "ruleContent": {
      "content": "#BookText@p@text\n<js>\nresult.replace(/(<img src=\"[^\"]+\")[^>]+>/g,\"$1>\")\n</js>\n##本文来自 幻梦轻小说|最新最全的日本动漫轻小说 幻梦轻小说|更多轻小说与TXT下载，尽在幻梦轻小说网（www.huanmengacg.com）|\\(http://www.huanmengacg.com\\)|",
      "imageStyle": "FULL",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".book-module@text##··.*",
      "bookList": ".boxbd@.common-list",
      "bookUrl": "a@href",
      "checkKeyWord": "--https://www.huanmengacg.com/index.php/book_read_794_763.html",
      "coverUrl": "img@data-original",
      "intro": ".book-profile@text",
      "kind": ".book-module@text##.*··",
      "name": "dt@text"
    },
    "ruleToc": {
      "chapterList": "#chapterlist li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/index.php/book/search?action=search&key={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "最新网址：www.gdbzkz.info",
    "bookSourceGroup": "免费",
    "bookSourceName": "鬼吹灯吧",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.gdbzkz.org/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1171,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/fenlei/1/{{page}}.html\n仙侠小说::/fenlei/2/{{page}}.html\n都市小说::/fenlei/3/{{page}}.html\n军史小说::/fenlei/4/{{page}}.html\n网游小说::/fenlei/5/{{page}}.html\n科幻小说::/fenlei/6/{{page}}.html\n恐怖小说::/fenlei/7/{{page}}.html",
    "lastUpdateTime": 1731808247584,
    "loginUrl": "",
    "respondTime": 3560,
    "ruleBookInfo": {
      "author": "class.small@tag.span.0@text##作 者：",
      "coverUrl": "class.cover@img@src",
      "init": "",
      "intro": "class.intro@textNodes##作者.*|无弹窗.*",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content ",
      "lastChapter": "class.small@tag.span.5@a@text##百度搜索.*",
      "name": "class.info@h2@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说",
      "wordCount": "class.info@class.small@tag.span.3@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html##http.*html|天才一秒记住.*org|请记住本书首发域.*org",
      "replaceRegex": "##\\s*.*(网址：|域名：).*"
    },
    "ruleExplore": {
      "author": "class.s4@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "",
      "kind": "class.s5@text",
      "lastChapter": "class.s3@a@text",
      "name": "class.s2@a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleSearch": {
      "author": "class.author@text##作者：",
      "bookList": "class.bookbox@class.p10",
      "bookUrl": "class.bookname@tag.a@href",
      "coverUrl": "class.bookimg@img@src",
      "intro": "class.bookinfo@p@text",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@tag.a@text##百度搜索.*",
      "name": "class.bookname@tag.a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleToc": {
      "chapterList": "class.listmain@dd!0:1:2:3:4:5:6:7:8:9:10:11",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.gdbzkz.org/s.php?ie=utf-8&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "棉花糖小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.mhtxs.info",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1172,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻魔法::/mulu/1-{{page}}.html\n武侠修真::/mulu/2-{{page}}.html\n都市言情::/mulu/3-{{page}}.html\n历史军事::/mulu/4-{{page}}.html\n侦探推理::/mulu/5-{{page}}.html\n网游动漫::/mulu/6-{{page}}.html\n科幻小说::/mulu/7-{{page}}.html\n恐怖灵异::/mulu/8-{{page}}.html\n同人小说::/mulu/9-{{page}}.html\n穿越小说::/mulu/10-{{page}}.html",
    "header": "",
    "lastUpdateTime": 1744040765555,
    "loginUrl": "",
    "respondTime": 4752,
    "ruleBookInfo": {
      "author": "[name=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "init": "",
      "intro": "id.intro@textNodes",
      "kind": "[name=\"og:novel:category\"]@content&&[name=\"og:novel:status\"]@content&&[name=\"og:novel:update_time\"]@content",
      "lastChapter": "[name=\"og:novel:latest_chapter_name\"]@content##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "[name=\"og:novel:book_name\"]@content",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "class.content@html##最新网址.*la|下载本书最(.|\\n)* ",
      "imageStyle": "0",
      "replaceRegex": "##最新网址.*|\\(.*mhtxs.*?\\)"
    },
    "ruleExplore": {
      "author": "tag.a.2@text",
      "bookList": "class.alistbox",
      "bookUrl": "h2@tag.a@href",
      "coverUrl": "tag.img@src",
      "intro": "class.intro@textNodes",
      "lastChapter": "tag.a.3@text",
      "name": "tag.a.1@text##\\《|\\》"
    },
    "ruleSearch": {
      "author": "class.even.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##https://www.mhtxs.la/book/image/$2/$1/$1s.jpg###",
      "kind": "class.odd.1@text",
      "lastChapter": "class.odd.0@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.even.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "tag.dd@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "<js>\ncookie.removeCookie(source.key)\nurl=source.key;\na=java.webView(null,url,null);\n//java.log(a)\nb=a.match(/action=\\\"([^\"]*)\\\"/)[1];\nc=`,{\"method\": \"post\",\"body\":\"searchkey=${key}\"}`;\nb+=c\n</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "By：Tom",
    "bookSourceGroup": "免费",
    "bookSourceName": "七七读书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.dushu.com未月十八repair",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1173,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1716233935780,
    "loginUrl": "",
    "respondTime": 1266,
    "ruleBookInfo": {
      "coverUrl": "tag.img.1@src",
      "intro": "id.intro@text",
      "lastChapter": "class.update@a@text",
      "name": "tag.h1@text##搜索关键词.*"
    },
    "ruleContent": {
      "content": "id.ChapterContents@html##(更新速度最快赶|全集txt下载)[\\s\\S]+|txt下载地址.*|手机阅读.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.td.5@text||class.shu_xinxi@h4@small@text",
      "bookList": "class.BOX@tag.tr!0||class.shu_cont@children",
      "bookUrl": "class.red@href||class.shu_xinxi@h4@a@href",
      "coverUrl": "img@src|class.red@href<js>'/files/article/image'+String(result).replace(/.*?(\\d*?)(\\d{1,3})\\//,'/$1/$1$2/$1$2s.jpg').replace('//','/0/')</js>",
      "kind": "tag.td.1@text##\\[|\\]",
      "lastChapter": "tag.td.3@text",
      "name": "tag.td.2@text||class.shu_xinxi@h4@a@text##搜索关键词.*"
    },
    "ruleToc": {
      "chapterList": "class.zjlist@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.77dushu.com/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "天天的鸟蛋蛋",
    "bookSourceGroup": "免费",
    "bookSourceName": "格格党（阅读书屋）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.ax81.com",
    "customButton": false,
    "customOrder": 1174,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1740857886969,
    "respondTime": 1401,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=lastest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "text.查看全部章节@href"
    },
    "ruleContent": {
      "content": "#content@html",
      "nextContentUrl": "text.下一页@href||text.下一@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span:nth-child(3) > .g@text",
      "bookList": ".SHsectionThree-middle > p:nth-child(n+1)",
      "bookUrl": "span:nth-child(2) > a@href",
      "checkKeyWord": "系统",
      "kind": "span:nth-child(1) > .g@text",
      "name": "span:nth-child(2) > a@text"
    },
    "ruleToc": {
      "chapterList": ".BCsectionTwo-top-chapter:nth-child(n+1) > .g@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVolume": "",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\n/search/,{\n  \"body\": \"searchkey={{key}}&searchtype=all&submit=\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "// Error: 下载链接为空\n\n//书源类型为文本时，在线分页阅读\n//切换书源类型为文件，可下载后阅读\n//作者@youke2580，微改@歌行灯",
    "bookSourceGroup": "女频",
    "bookSourceName": "言情小筑",
    "bookSourceType": 3,
    "bookSourceUrl": "https://www.yqxz.org",
    "customButton": false,
    "customOrder": 1175,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1754560122239,
    "respondTime": 187296,
    "ruleBookInfo": {
      "canReName": "true",
      "downloadUrls": "https://www.yqxz.org{{@@.booktips@h3.0@a@href}}\n<js>java.ajax(result)</js>\n#dowloadnUrl@link",
      "intro": "class.infos@tag.p@textNodes##^\\s*(文案|简介)*：",
      "kind": "class.tags@tag.a@text&&class.date@tag.span.2@text##状态：",
      "lastChapter": "text.时间：@text##时间："
    },
    "ruleContent": {
      "content": "class.read_chapterDetail@html##\\?"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.autor@text",
      "bookList": "@css:.bk a",
      "bookUrl": "href",
      "intro": "tag.p@textNodes",
      "kind": "class.date@text##日期\\:\\s",
      "lastChapter": "{{@@class.date@text##日期\\:\\s}} • {{@@class.size@text##大小\\:\\s}}",
      "name": "tag.h3@text",
      "wordCount": "class.size@text##大小\\:\\s"
    },
    "ruleToc": {
      "chapterList": "@css:.book_list li a",
      "chapterName": "text##章##节",
      "chapterUrl": "href"
    },
    "searchUrl": "/e/search/index.php,{\n\"charset\": \"gbk\",\n\"method\": \"POST\",\n\"body\": \"keyboard={{key}}&show=title&classid=0\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "By：Tom",
    "bookSourceGroup": "免费",
    "bookSourceName": "八中文网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.zwduxs.com嘚嘚.",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1176,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734834481577,
    "loginUrl": "",
    "respondTime": 58,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作\\s*者：",
      "coverUrl": "id.fmimg@tag.img.0@src",
      "intro": "id.intro@text",
      "name": "id.info@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.odd.0@tag.a.0@href",
      "lastChapter": "class.even.0@tag.a.0@text",
      "name": "class.odd.0@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.zwduxs.com/modules/article/search.php?searchkey={{key}}&searchtype=articlename",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "若雨中文",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.3yt.la#",
    "customButton": false,
    "customOrder": 1177,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"网络小说\",\"url\":\"/Book/LN/1079/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"玄幻魔法\",\"url\":\"/Book/LN/1094/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠仙侠\",\"url\":\"/Book/LN/1095/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/Book/LN/1096/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/Book/LN/1097/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游竞技\",\"url\":\"/Book/LN/1098/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻灵异\",\"url\":\"/Book/LN/1099/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他小说\",\"url\":\"/Book/LN/1100/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1734544075256,
    "loginUrl": "",
    "respondTime": 4305,
    "ruleBookInfo": {
      "author": ".w_530@a.0@text##作品集",
      "coverUrl": ".img@img@src",
      "intro": ".h_260@p@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".path@a.1@text&&.w_200@li.0@text&&.h_260@em@text##.*：|\\s...:*|小说",
      "lastChapter": ".h_260@a.0@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".w_530@em.0@text",
      "tocUrl": ".w_200@a.1@href",
      "wordCount": ".w_200@li.1@text##.*已完成\\s|\\s字"
    },
    "ruleContent": {
      "content": "id.BookText@textNodes"
    },
    "ruleExplore": {
      "bookList": "tbody!1:2@tr",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.0:4:3@text##小说",
      "lastChapter": "td.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "td.1@text"
    },
    "ruleSearch": {
      "author": "td.4@text",
      "bookList": "tbody@tr",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.0:5:3@text##小说",
      "lastChapter": "td.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "td.1@text"
    },
    "ruleToc": {
      "chapterList": "id.BookText@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/book/search.aspx?searchkey={{key}}&SeaButton=",
    "weight": 0
  },
  {
    "bookSourceComment": "By：Tom",
    "bookSourceGroup": "免费",
    "bookSourceName": "若初文学",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ruochu.comyc",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1178,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"历史\",\"url\":\"http://search.ruochu.com/web/all?sort=3&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"http://search.ruochu.com/web/all?sort=4&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"http://search.ruochu.com/web/all?sort=6&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"仙侠\",\"url\":\"http://search.ruochu.com/web/all?sort=7&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠\",\"url\":\"http://search.ruochu.com/web/all?sort=8&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻\",\"url\":\"http://search.ruochu.com/web/all?sort=10&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"职场\",\"url\":\"http://search.ruochu.com/web/all?sort=11&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"豪门\",\"url\":\"http://search.ruochu.com/web/all?sort=12&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总裁\",\"url\":\"http://search.ruochu.com/web/all?sort=13&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"奇幻\",\"url\":\"http://search.ruochu.com/web/all?sort=14&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"架空\",\"url\":\"http://search.ruochu.com/web/all?sort=15&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越\",\"url\":\"http://search.ruochu.com/web/all?sort=17&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"宫斗\",\"url\":\"http://search.ruochu.com/web/all?sort=19&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"宅斗\",\"url\":\"http://search.ruochu.com/web/all?sort=20&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"青春\",\"url\":\"http://search.ruochu.com/web/all?sort=21&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"纯爱\",\"url\":\"http://search.ruochu.com/web/all?sort=23&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"竞技\",\"url\":\"http://search.ruochu.com/web/all?sort=27&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"种田\",\"url\":\"http://search.ruochu.com/web/all?sort=28&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"未来\",\"url\":\"http://search.ruochu.com/web/all?sort=29&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"http://search.ruochu.com/web/all?sort=32&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"西漫\",\"url\":\"http://search.ruochu.com/web/all?sort=33&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"探案\",\"url\":\"http://search.ruochu.com/web/all?sort=34&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"婚恋\",\"url\":\"http://search.ruochu.com/web/all?sort=35&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古言\",\"url\":\"http://search.ruochu.com/web/all?sort=37&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"民国\",\"url\":\"http://search.ruochu.com/web/all?sort=38&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现言\",\"url\":\"http://search.ruochu.com/web/all?sort=39&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"百合\",\"url\":\"http://search.ruochu.com/web/all?sort=40&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"异能\",\"url\":\"http://search.ruochu.com/web/all?sort=43&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现实\",\"url\":\"http://search.ruochu.com/web/all?sort=54&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"短篇\",\"url\":\"http://search.ruochu.com/web/all?sort=110&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1702228752561,
    "loginUrl": "",
    "respondTime": 3044,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "tocUrl": "text.目录@href"
    },
    "ruleContent": {
      "content": ".page-content@p@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.authorname",
      "bookList": "$.data.content[*]",
      "bookUrl": "$.id@js:\"https://www.ruochu.com/book/\"+result",
      "checkKeyWord": "",
      "coverUrl": "$.iconUrlSmall@js:\"https://b.heiyanimg.com\"+result",
      "intro": "🔖标签：{{$.tags}}{{'\\n'+'​'}}\n{{$.introduce}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "$.sortname&&$.updatetime##\\s.*",
      "lastChapter": "$.lastchaptername",
      "name": "$.name",
      "wordCount": "$.words"
    },
    "ruleToc": {
      "chapterList": ".float-list li",
      "chapterName": "html@js:if(result.match(/isvip/)){\nresult=\"🔒\"+result.match(/>([^<]+)<\\/a>/)[1];\n}else{result=result.match(/>([^<]+)<\\/a>/)[1];}",
      "chapterUrl": "a@href",
      "updateTime": "span@text"
    },
    "searchUrl": "http://search.ruochu.com/web/search?queryString={{key}}&highlight=false&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "多多书院#2",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.txtduo.net",
    "customButton": false,
    "customOrder": 1179,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻魔法::/sort/1/{{page}}.html\n武侠修真::/sort/2/{{page}}.html\n都市言情::/sort/3/{{page}}.html\n历史军事::/sort/4/{{page}}.html\n侦探推理::/sort/5/{{page}}.html\n网游动漫::/sort/6/{{page}}.html\n科幻小说::/sort/7/{{page}}.html\n恐怖灵异::/sort/8/{{page}}.html\n散文诗词::/sort/9/{{page}}.html\n其他类型::/sort/10/{{page}}.html\n",
    "lastUpdateTime": 0,
    "respondTime": 76032,
    "ruleBookInfo": {
      "coverUrl": "//div[@id='fming']//img/@src",
      "intro": "//div[@id='intro]/p/text()",
      "lastChapter": "//div[@id='info']/p[1]/a/text()"
    },
    "ruleContent": {
      "content": "//*[@id=\"content\"]/p/text()"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "//div[@class='info']//span/text() ##作者：",
      "bookList": "//div[@id='alistbox']",
      "bookUrl": "//h2/a/@href",
      "checkKeyWord": "闪婚",
      "coverUrl": "//img/@src",
      "intro": "//div[@class='intro']/text()",
      "name": "//h2/a/text()"
    },
    "ruleToc": {
      "chapterList": "//div[@id='list']/dl/dt[2]/following::dd",
      "chapterName": "//a/text()",
      "chapterUrl": "//a/@href"
    },
    "searchUrl": "https://www.txtduo.net/search.html?searchkey={{key}}",
    "weight": 60
  },
  {
    "bookSourceComment": "//网站地址经常变动\n//同站：星空小说http://wap.aixswx.net",
    "bookSourceGroup": "免费",
    "bookSourceName": "舞文小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.wushuzw.org",
    "bookUrlPattern": "http://m.wushuzw.org/show/\\d+.html",
    "customButton": false,
    "customOrder": 1180,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar v=source.getVariable();\nvar su=source.getKey();\nvar url=(v==null||v==\"\")?su:v;\nvar li=url+\"/list/\";\nvar html=java.ajax(li);\nvar h=org.jsoup.Jsoup.parse(html)\nvar a=h.select('ul[class=clearfix] li a');\nvar list=[];\nfor(i in a){\n\tvar text=a[i].text();\n\tvar href=a[i].attr(\"href\");\nhref=String(href).replace(\"1.html\",'{{page}}.html');\n\tvar add=text+\"::\"+url+href;\n\tlist.push(add);\n\t}\nlist.join(\"&&\")",
    "header": "{ \"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1734641735982,
    "respondTime": 3194,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": ".intro.0@text##阅读.*最新章节请关注.+",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "text.章节列表@href"
    },
    "ruleContent": {
      "content": "@js:\nd=java.getElements(\".content dd\");\nvar a=\"\";\nfor(i=1;i<d.length-1;i++){\n\ta+=d.select(`[data-id=${i}]`);\n\ta+=\"\\n\";\n\t}\na;",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##{{chapter.title}}|\\(第.*页\\)|（本章未完.*继续阅读）|阅读.*最新章节.*请关注.+"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "kind": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "a@ownText##.*[(]|[):]|[【】].+",
      "bookList": "<js>\nvar sk=java.get(\"sk\");\nvar su=source.getKey();\nvar v=source.getVariable();\nvar so=/s.php/.test(baseUrl);\nif(so){\n\tvar bu=baseUrl.match(/^(.+)\\/s.php/)[1];\nif(bu!=su&&bu!=v){\n\tsource.setVariable(bu);\n\tjava.toast(\"地址变动，重新搜索加载！\")\n\tresult=java.ajax(baseUrl+`,{\n\t\t\"body\": \"s=${String(sk)}\",\n\t\t\"method\": \"POST\"}`);\n\t\t}\n\t}else{result=result}\n\tresult;\n</js>\n.bd li",
      "bookUrl": "a@href",
      "coverUrl": "a@href##\\D+((\\d+)\\d{3})\\D*##/files/article/image/$2/$1/$1s.jpg###",
      "kind": "span@text##\\[|\\]",
      "name": "a@ownText##[()].+|.*[:【]|】"
    },
    "ruleToc": {
      "chapterList": "<js>\nd=java.getElements(\".list div\");\nvar li=\"\";\nfor(i in d){\n\tli+=d.select(`[data-id=${i}] li`);\n\tli+=\"\\n\";\n\t}\n\tli;\n</js>\nli a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{source.getVariable()?source.getVariable():source.getKey()\n}}/s.php,{\n  \"body\": \"s={{java.put('sk',key)}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "// http://download.yichnmedia.com\n// http://download.biqugexsapp.com\n// http://ddxs.xsappxz.com\n_path = {\n    DownApp: \"/client/version\",\n    GetHost: \"/client/config/value?key=landing_page_domain\",\n    LoginID: \"/auth/third; post; type=5&openid= ${R32} &firstBoot=1\"\n};\nsetv = (json) => source.setVariable(JSON.stringify(json, null, \"\\t\"));\ntry {\n    $ = JSON.parse(source.getVariable());\n} catch (err) {\n    $ = {\n        time: 20240202,\n        domains: [\n            // old aes\n            [\"longchunbajiao\", 0],\n            [\"yybhsl\", 0],\n            [\"wzyjxf\", 0],\n            [\"zjlzgg\", 0],\n            [\"sxwlyhzp\", 0],\n            [\"anwaben\", 0],\n            [\"basusan\", 0],\n            [\"myweipin\", 0],\n            [\"lemiyigou\", 0],\n            // new aes\n            [\"xingliangglobal\", 1],\n            [\"fangweicong\", 1],\n            [\"yuanxifayi\", 1],\n            [\"xqjcool\", 1],\n        ]\n    }\n    setv($);\n}\n_reg = /http:\\/\\/api\\.(.+)\\.com/i\ngetHost = i => {\n    [domain, uType] = $.domains[i];\n    [aesKey, Authorization] = [\n        [\"f041c49714d39908\", \"bearereyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9hcGkubXl3ZWlwaW4uY29tXC9hdXRoXC90aGlyZCIsImlhdCI6MTcwNjg0NjM2NiwiZXhwIjoxODAwMTU4MzY2LCJuYmYiOjE3MDY4NDYzNjYsImp0aSI6IjRVbU5BZVpHQ1hvaGNpSEgiLCJzdWIiOjc3MDg5OSwicHJ2IjoiYTFjYjAzNzE4MDI5NmM2YTE5MzhlZjMwYjQzNzk0NjcyZGQwMTZjNSJ9.lOpKG-vWne5Ub8g6byvF53iQjldPUC1-BMoO-OuhOlA\"],\n        [\"4395daa50ad6baf7\", \"bearereyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9hcGkueGluZ2xpYW5nZ2xvYmFsLmNvbVwvYXV0aFwvdGhpcmQiLCJpYXQiOjE3MDY4NjA2NzcsImV4cCI6MTgwMDE3MjY3NywibmJmIjoxNzA2ODYwNjc3LCJqdGkiOiJxdXBGbWo5cnJRMHFoTFVIIiwic3ViIjozMjY4ODcsInBydiI6ImExY2IwMzcxODAyOTZjNmExOTM4ZWYzMGI0Mzc5NDY3MmRkMDE2YzUifQ.CQsDsiDJyyriPmJuT6A38KIvGgq6BEOMWl8H5plqArQ\"]\n    ][uType];\n    headers = \",\" + JSON.stringify({\n        \"headers\": {\n            \"client-device\": java.md5Encode(aesKey),\n            \"Authorization\": Authorization\n        }\n    });\n    host = `http://api.${domain}.com`;\n}\ngetData = (uri) => {\n    url = host + uri + headers;\n    // java.log(url);\n    data = java.ajaxAll([url])[0];\n}\nvuri = \"/search?keyword=深空彼岸\";\ntime = +java.timeFormatUTC(new Date(), 'yyyyMMdd', 8);\narr1 = []; // 成功\narr2 = []; // 失败\narr3 = []; // 新增\nif ($.time < time && 0) {\n    java.toast(\"检测更新中\");\n    try {\n        for (i in $.domains) {\n            arr1.push($.domains[i]);\n            arr2.push($.domains[i]);\n            getHost(i);\n            try {\n                // java.toast(\"正在校验：\"+host);\n                getData(vuri); //校验搜索\n                if (data.code() == 200) {\n                    arr2.length = arr2.length - 1;\n                    try {\n                        getData(_path.GetHost);\n                        domain = JSON.parse(data.body())\n                            .data.landingPageDomain;\n                        arr3.push([\n                            domain.match(_reg)[1],\n                            uType\n                        ]);\n                    } catch (err) {}\n                } else {\n                    arr1.length = arr1.length - 1;\n                }\n            } catch (err) {\n                arr1.length = arr1.length - 1;\n            }\n        }\n        array = arr1.concat(arr3);\n        $.domains = array.filter(function(item, index) {\n            return array.findIndex(function(value) {\n                return value[0] === item[0] && value[1] === item[1];\n            }) === index && arr2.findIndex(function(value) {\n                return value[0] === item[0] && value[1] === item[1];\n            })\n        });\n        $.time = time\n        setv($);\n        java.toast(\"接口更新成功\");\n    } catch (err) {\n        java.toast(\"未知错误：\" + err);\n    }\n}\nrun = Path => {\n    for (i in $.domains) {\n        getHost(i);\n        try {\n            getData(java.hexDecodeToString(result));\n            if (data.code() == 200)\n                return $$ = JSON.parse(data.body())[Path];\n        } catch (err) {}\n    }\n    return $$ = {};\n}\neurl = Path => `data:;base64,${java.base64Encode(Path)},{\"type\":\"maoyankanshu\"}`;",
    "bookSourceGroup": "正版",
    "bookSourceName": "猫眼看书③",
    "bookSourceType": 0,
    "bookSourceUrl": "http://download.yichnmedia.com",
    "customButton": false,
    "customOrder": 1181,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type)=>sort.push({\n\t\t\t\ttitle: title,\n\t\t\t\turl: url,\n\t\t\t\tstyle: {\n\t\t\t\t\t\tlayout_flexGrow: 1,\n\t\t\t\t\t\tlayout_flexBasisPercent: type\n\t\t\t\t\t}\n\t\t\t});\n$$=(a,b,c)=>{\n\t\turi = c ? `/module/${a}channel=${b}` : `/novel?sort=${a}&categoryId=${b}`;\n\t\treturn `data:;base64,{{java.base64Encode(\"${uri}&page=\"+page)}\\},{\"type\":\"maoyankanshu\"}`;\n\t}\n;[\n\t\t[\"男\",[[\"玄幻\",\"lejRej\"],[\"武侠\",\"nel5aK\"],[\"都市\",\"mbk5ez\"],[\"仙侠\",\"vbmOeY\"],[\"军事\",\"penRe7\"],[\"历史\",\"xbojag\"],[\"游戏\",\"mep2bM\"],[\"科幻\",\"zbq2dp\"],[\"轻小说\",\"YerEdO\"]]],\n\t\t[\"女\",[[\"现代言情\",\"9avmeG\"],[\"古代言情\",\"DdwRb1\"],[\"幻想言情\",\"7ax9by\"],[\"青春校园\",\"Pdy7aQ\"],[\"唯美纯爱\",\"kazYeJ\"],[\"同人衍生\",\"9aAOdv\"]]]\n].map(([title,list],channel)=>{\n\t\tchannel++;\n\t\tpush(\"༺ˇ»`ʚ \"+title+\"生频道 ɞ´«ˇ༻\",null,1);\n\t\tpush(\"༺ˇ»`ʚ 榜单 ɞ´«ˇ༻\",null,1);\n\t\t[\"必读榜\",\"完本榜\",\"更新榜\",\"搜索榜\",\"潜力榜\",\"评论榜\",\"人气完本\",\"新书速递\"].map((title,i)=>{\n\t\t\t\ti++\n\t\t\t\tif(i<7){\n\t\t\t\t\t\ti = \"rank?type=\"+i+\"&\";\n\t\t\t\t\t}\n\t\t\t\telse{\n\t\t\t\t\t\ti = i<8?\"mep2bM?\":\"YerEdO?\";\n\t\t\t\t\t}\n\t\t\t\tpush(title,$$(i,channel,1),0.25);\n\t\t\t});\n\t\tpush(\"༺ˇ»`ʚ 分类 ɞ´«ˇ༻\",null,1);\n\t\tlist.map([title,B]=>{\n\t\t\t\tpush(\"༺ \"+title+\" ༻\",$$(1,B,0),1);\n\t\t\t\t[\"热度\",\"更新\",\"评分\",\"新书\"].map((title,A)=>{\n\t\t\t\t\t\tA++;\n\t\t\t\t\t\t[\"[\"+title+\"]\",\"连载\",\"完结\"].map((title,C)=>{\n\t\t\t\t\t\t\t\tC=C?\"&isComplete=\"+(C-1):\"\";\n\t\t\t\t\t\t\t\tpush(title,$$(A,B+C,0),0.25);\n\t\t\t\t\t\t\t});\n\t\t\t\t\t});\n\t\t\t});\n\t}); \nJSON.stringify(sort);",
    "header": "{\n    \"client-version\": \"2.3.0\",\n    \"client-brand\": \"HONOR\",\n    \"client-source\": \"android\",\n    \"client-name\": \"app.maoyankanshu.novel\",\n    \"User-Agent\": \"okhttp/4.9.2\"\n}",
    "lastUpdateTime": 1754560139846,
    "respondTime": 5123,
    "ruleBookInfo": {
      "author": "$.authorName",
      "coverUrl": "$.cover",
      "init": "@js:\neval(String(source.bookSourceComment));\nrun(\"data\");\n$$.cover = $$.cover.replace(_reg, host);\n$$.tocUrl = eurl('/novel/'+$$.novelId+'/chapters');\nJSON.stringify($$);",
      "intro": "{{'\\n&lrm;\\n'}}🏷️ 标签：{{$..className&&$..tagName##\\n##, }}\n{{'\\n&lrm;\\n'}}📑 简介：{{$.summary}}",
      "kind": "{{$.averageScore}}分\n{{$..className}}\n连载中{{$.isComplete}}已完结\n{{$.lastChapter.decTime}}\n##连载中1|0已完结",
      "lastChapter": "{{$.lastChapter.chapterName}} • {{$.lastChapter.decTime}}",
      "name": "$.novelName",
      "tocUrl": "$.tocUrl",
      "wordCount": "$.wordNum"
    },
    "ruleContent": {
      "content": "@js:\neval(String(source.bookSourceComment));\nrun(\"content\");"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.authorName",
      "bookList": "@js:\neval(String(source.bookSourceComment));\nrun(\"data\").map(($$,i)=>{\n$$.cover = $$.cover.replace(_reg, host);\n$$.bookUrl = eurl('/novel/'+$$.novelId);\nreturn JSON.stringify($$);\n});",
      "bookUrl": "$.bookUrl",
      "checkKeyWord": "深空彼岸",
      "coverUrl": "$.cover",
      "intro": "$.summary||$.rankInfo",
      "kind": "{{$.averageScore}}分\n{{$..className}}\n连载中{{$.status}}已完结\n{{$.lastChapter.decTime||$.createdAt##\\s.*}}\n##连载中2|1已完结|连载中已完结",
      "lastChapter": "{{$.lastChapter.chapterName}} • {{$.lastChapter.decTime}}##^•$",
      "name": "$.novelName",
      "wordCount": "$.wordNum"
    },
    "ruleToc": {
      "chapterList": "@js:\neval(String(source.bookSourceComment));\n\nList = run(\"data\").list;\n\nCipher = java.createSymmetricCrypto(\"AES/CBC/PKCS5Padding\", aesKey, \"0123456789abcdef\");\n\nList.map($$=>{\n\tpath = Cipher.decryptStr($$.path);\ntry{\n\tpath = String(path).split(_reg)[2];\n}catch(err){}\n\treturn {\n\t\tname: $$.chapterName,\n\t\tpath: eurl(path),\n\t\tinfo: `章节字数：${$$.wordNum}　更新时间：${$$.updatedAt}`\n\t\t}\n});",
      "chapterName": "name",
      "chapterUrl": "path",
      "updateTime": "info"
    },
    "searchUrl": "data:;base64,{{java.base64Encode(\"/search?keyword=\"+key+\"&page=\"+page)}},{\"type\":\"maoyankanshu\"}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版",
    "bookSourceName": "移动阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.ndlib.cn一程",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1182,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "",
    "lastUpdateTime": 1732716684529,
    "loginUrl": "\\\\目录列表规则处添加账号信息",
    "respondTime": 1381,
    "ruleBookInfo": {
      "intro": "@js:'<br>'+java.get('intro')"
    },
    "ruleContent": {
      "content": "$.returnObject[0].content@js:\nresult?result:'无法获取内容？\\n1.编辑书源添加自己的账号信息，找到目录列表规则，按提示添加账号信息\\n2.如果添加了账号信息仍然无法获取内容，请尝试刷新或更新账号信息（方式二）\\n3.必要说明：如果使用方式一添加了账号信息，每次打开新的书籍详情页或刷新正文都会重新获取账号信息，因此之前获取的书籍正文的链接将会失效，因此建议全文下载或者按2操作\\n必要说明：在使用本源前，请考虑到使用本源可能造成的账号封禁等问题'",
      "imageStyle": "0"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.resourceInfo.author",
      "bookList": "$.returnObject.resAndMagResult",
      "bookUrl": "$.resourceInfo.resId@js:\n//md5加密开始\nvar rotateLeft = function(lValue, iShiftBits) {\n    return (lValue << iShiftBits) | (lValue >>> (32 - iShiftBits))\n}\nvar addUnsigned = function(lX, lY) {\n    var lX4, lY4, lX8, lY8, lResult;\n    lX8 = (lX & 0x80000000);\n    lY8 = (lY & 0x80000000);\n    lX4 = (lX & 0x40000000);\n    lY4 = (lY & 0x40000000);\n    lResult = (lX & 0x3FFFFFFF) + (lY & 0x3FFFFFFF);\n    if (lX4 & lY4) return (lResult ^ 0x80000000 ^ lX8 ^ lY8);\n    if (lX4 | lY4) {\n        if (lResult & 0x40000000) return (lResult ^ 0xC0000000 ^ lX8 ^ lY8);\n        else return (lResult ^ 0x40000000 ^ lX8 ^ lY8)\n    } else {\n        return (lResult ^ lX8 ^ lY8)\n    }\n}\nvar F = function(x, y, z) {\n    return (x & y) | ((~x) & z)\n}\nvar G = function(x, y, z) {\n    return (x & z) | (y & (~z))\n}\nvar H = function(x, y, z) {\n    return (x ^ y ^ z)\n}\nvar I = function(x, y, z) {\n    return (y ^ (x | (~z)))\n}\nvar FF = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(F(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar GG = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(G(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar HH = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(H(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar II = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(I(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar convertToWordArray = function(string) {\n    var lWordCount;\n    var lMessageLength = string.length;\n    var lNumberOfWordsTempOne = lMessageLength + 8;\n    var lNumberOfWordsTempTwo = (lNumberOfWordsTempOne - (lNumberOfWordsTempOne % 64)) / 64;\n    var lNumberOfWords = (lNumberOfWordsTempTwo + 1) * 16;\n    var lWordArray = Array(lNumberOfWords - 1);\n    var lBytePosition = 0;\n    var lByteCount = 0;\n    while (lByteCount < lMessageLength) {\n        lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n        lBytePosition = (lByteCount % 4) * 8;\n        lWordArray[lWordCount] = (lWordArray[lWordCount] | (string.charCodeAt(lByteCount) << lBytePosition));\n        lByteCount++\n    }\n    lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n    lBytePosition = (lByteCount % 4) * 8;\n    lWordArray[lWordCount] = lWordArray[lWordCount] | (0x80 << lBytePosition);\n    lWordArray[lNumberOfWords - 2] = lMessageLength << 3;\n    lWordArray[lNumberOfWords - 1] = lMessageLength >>> 29;\n    return lWordArray\n};\nvar wordToHex = function(lValue) {\n    var WordToHexValue = \"\",\n    WordToHexValueTemp = \"\",\n    lByte, lCount;\n    for (lCount = 0; lCount <= 3; lCount++) {\n        lByte = (lValue >>> (lCount * 8)) & 255;\n        WordToHexValueTemp = \"0\" + lByte.toString(16);\n        WordToHexValue = WordToHexValue + WordToHexValueTemp.substr(WordToHexValueTemp.length - 2, 2)\n    }\n    return WordToHexValue\n};\nvar uTF8Encode = function(string) {\n    string = string.replace(/\\x0d\\x0a/g, \"\\x0a\");\n    var output = \"\";\n    for (var n = 0; n < string.length; n++) {\n        var c = string.charCodeAt(n);\n        if (c < 128) {\n            output += String.fromCharCode(c)\n        } else if ((c > 127) && (c < 2048)) {\n            output += String.fromCharCode((c >> 6) | 192);\n            output += String.fromCharCode((c & 63) | 128)\n        } else {\n            output += String.fromCharCode((c >> 12) | 224);\n            output += String.fromCharCode(((c >> 6) & 63) | 128);\n            output += String.fromCharCode((c & 63) | 128)\n        }\n    }\n    return output;\n};\nfunction md5(string) {\n    var x = Array();\n    var k, AA, BB, CC, DD, a, b, c, d;\n    var S11 = 7,\n    S12 = 12,\n    S13 = 17,\n    S14 = 22;\n    var S21 = 5,\n    S22 = 9,\n    S23 = 14,\n    S24 = 20;\n    var S31 = 4,\n    S32 = 11,\n    S33 = 16,\n    S34 = 23;\n    var S41 = 6,\n    S42 = 10,\n    S43 = 15,\n    S44 = 21;\n    string = uTF8Encode(string);\n    x = convertToWordArray(string);\n    a = 0x67452301;\n    b = 0xEFCDAB89;\n    c = 0x98BADCFE;\n    d = 0x10325476;\n    for (k = 0; k < x.length; k += 16) {\n        AA = a;\n        BB = b;\n        CC = c;\n        DD = d;\n        a = FF(a, b, c, d, x[k + 0], S11, 0xD76AA478);\n        d = FF(d, a, b, c, x[k + 1], S12, 0xE8C7B756);\n        c = FF(c, d, a, b, x[k + 2], S13, 0x242070DB);\n        b = FF(b, c, d, a, x[k + 3], S14, 0xC1BDCEEE);\n        a = FF(a, b, c, d, x[k + 4], S11, 0xF57C0FAF);\n        d = FF(d, a, b, c, x[k + 5], S12, 0x4787C62A);\n        c = FF(c, d, a, b, x[k + 6], S13, 0xA8304613);\n        b = FF(b, c, d, a, x[k + 7], S14, 0xFD469501);\n        a = FF(a, b, c, d, x[k + 8], S11, 0x698098D8);\n        d = FF(d, a, b, c, x[k + 9], S12, 0x8B44F7AF);\n        c = FF(c, d, a, b, x[k + 10], S13, 0xFFFF5BB1);\n        b = FF(b, c, d, a, x[k + 11], S14, 0x895CD7BE);\n        a = FF(a, b, c, d, x[k + 12], S11, 0x6B901122);\n        d = FF(d, a, b, c, x[k + 13], S12, 0xFD987193);\n        c = FF(c, d, a, b, x[k + 14], S13, 0xA679438E);\n        b = FF(b, c, d, a, x[k + 15], S14, 0x49B40821);\n        a = GG(a, b, c, d, x[k + 1], S21, 0xF61E2562);\n        d = GG(d, a, b, c, x[k + 6], S22, 0xC040B340);\n        c = GG(c, d, a, b, x[k + 11], S23, 0x265E5A51);\n        b = GG(b, c, d, a, x[k + 0], S24, 0xE9B6C7AA);\n        a = GG(a, b, c, d, x[k + 5], S21, 0xD62F105D);\n        d = GG(d, a, b, c, x[k + 10], S22, 0x2441453);\n        c = GG(c, d, a, b, x[k + 15], S23, 0xD8A1E681);\n        b = GG(b, c, d, a, x[k + 4], S24, 0xE7D3FBC8);\n        a = GG(a, b, c, d, x[k + 9], S21, 0x21E1CDE6);\n        d = GG(d, a, b, c, x[k + 14], S22, 0xC33707D6);\n        c = GG(c, d, a, b, x[k + 3], S23, 0xF4D50D87);\n        b = GG(b, c, d, a, x[k + 8], S24, 0x455A14ED);\n        a = GG(a, b, c, d, x[k + 13], S21, 0xA9E3E905);\n        d = GG(d, a, b, c, x[k + 2], S22, 0xFCEFA3F8);\n        c = GG(c, d, a, b, x[k + 7], S23, 0x676F02D9);\n        b = GG(b, c, d, a, x[k + 12], S24, 0x8D2A4C8A);\n        a = HH(a, b, c, d, x[k + 5], S31, 0xFFFA3942);\n        d = HH(d, a, b, c, x[k + 8], S32, 0x8771F681);\n        c = HH(c, d, a, b, x[k + 11], S33, 0x6D9D6122);\n        b = HH(b, c, d, a, x[k + 14], S34, 0xFDE5380C);\n        a = HH(a, b, c, d, x[k + 1], S31, 0xA4BEEA44);\n        d = HH(d, a, b, c, x[k + 4], S32, 0x4BDECFA9);\n        c = HH(c, d, a, b, x[k + 7], S33, 0xF6BB4B60);\n        b = HH(b, c, d, a, x[k + 10], S34, 0xBEBFBC70);\n        a = HH(a, b, c, d, x[k + 13], S31, 0x289B7EC6);\n        d = HH(d, a, b, c, x[k + 0], S32, 0xEAA127FA);\n        c = HH(c, d, a, b, x[k + 3], S33, 0xD4EF3085);\n        b = HH(b, c, d, a, x[k + 6], S34, 0x4881D05);\n        a = HH(a, b, c, d, x[k + 9], S31, 0xD9D4D039);\n        d = HH(d, a, b, c, x[k + 12], S32, 0xE6DB99E5);\n        c = HH(c, d, a, b, x[k + 15], S33, 0x1FA27CF8);\n        b = HH(b, c, d, a, x[k + 2], S34, 0xC4AC5665);\n        a = II(a, b, c, d, x[k + 0], S41, 0xF4292244);\n        d = II(d, a, b, c, x[k + 7], S42, 0x432AFF97);\n        c = II(c, d, a, b, x[k + 14], S43, 0xAB9423A7);\n        b = II(b, c, d, a, x[k + 5], S44, 0xFC93A039);\n        a = II(a, b, c, d, x[k + 12], S41, 0x655B59C3);\n        d = II(d, a, b, c, x[k + 3], S42, 0x8F0CCC92);\n        c = II(c, d, a, b, x[k + 10], S43, 0xFFEFF47D);\n        b = II(b, c, d, a, x[k + 1], S44, 0x85845DD1);\n        a = II(a, b, c, d, x[k + 8], S41, 0x6FA87E4F);\n        d = II(d, a, b, c, x[k + 15], S42, 0xFE2CE6E0);\n        c = II(c, d, a, b, x[k + 6], S43, 0xA3014314);\n        b = II(b, c, d, a, x[k + 13], S44, 0x4E0811A1);\n        a = II(a, b, c, d, x[k + 4], S41, 0xF7537E82);\n        d = II(d, a, b, c, x[k + 11], S42, 0xBD3AF235);\n        c = II(c, d, a, b, x[k + 2], S43, 0x2AD7D2BB);\n        b = II(b, c, d, a, x[k + 9], S44, 0xEB86D391);\n        a = addUnsigned(a, AA);\n        b = addUnsigned(b, BB);\n        c = addUnsigned(c, CC);\n        d = addUnsigned(d, DD);\n    };\n    var tempValue = wordToHex(a) + wordToHex(b) + wordToHex(c) + wordToHex(d);\n    return tempValue.toLowerCase();\n}\n//md5加密结束\n//DES加密开始\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\nvar CryptoJS = CryptoJS ||\nfunction(u, l) {\n    var d = {},\n    n = d.lib = {},\n    p = function() {},\n    s = n.Base = {\n        extend: function(a) {\n            p.prototype = this;\n            var c = new p;\n            a && c.mixIn(a);\n            c.hasOwnProperty(\"init\") || (c.init = function() {\n                c.$super.init.apply(this, arguments)\n            });\n            c.init.prototype = c;\n            c.$super = this;\n            return c\n        },\n        create: function() {\n            var a = this.extend();\n            a.init.apply(a, arguments);\n            return a\n        },\n        init: function() {},\n        mixIn: function(a) {\n            for (var c in a) a.hasOwnProperty(c) && (this[c] = a[c]);\n            a.hasOwnProperty(\"toString\") && (this.toString = a.toString)\n        },\n        clone: function() {\n            return this.init.prototype.extend(this)\n        }\n    },\n    q = n.WordArray = s.extend({\n        init: function(a, c) {\n            a = this.words = a || [];\n            this.sigBytes = c != l ? c: 4 * a.length\n        },\n        toString: function(a) {\n            return (a || v).stringify(this)\n        },\n        concat: function(a) {\n            var c = this.words,\n            m = a.words,\n            f = this.sigBytes;\n            a = a.sigBytes;\n            this.clamp();\n            if (f % 4) for (var t = 0; t < a; t++) c[f + t >>> 2] |= (m[t >>> 2] >>> 24 - 8 * (t % 4) & 255) << 24 - 8 * ((f + t) % 4);\n            else if (65535 < m.length) for (t = 0; t < a; t += 4) c[f + t >>> 2] = m[t >>> 2];\n            else c.push.apply(c, m);\n            this.sigBytes += a;\n            return this\n        },\n        clamp: function() {\n            var a = this.words,\n            c = this.sigBytes;\n            a[c >>> 2] &= 4294967295 << 32 - 8 * (c % 4);\n            a.length = u.ceil(c / 4)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a.words = this.words.slice(0);\n            return a\n        },\n        random: function(a) {\n            for (var c = [], m = 0; m < a; m += 4) c.push(4294967296 * u.random() | 0);\n            return new q.init(c, a)\n        }\n    }),\n    w = d.enc = {},\n    v = w.Hex = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) {\n                var t = c[f >>> 2] >>> 24 - 8 * (f % 4) & 255;\n                m.push((t >>> 4).toString(16));\n                m.push((t & 15).toString(16))\n            }\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f += 2) m[f >>> 3] |= parseInt(a.substr(f, 2), 16) << 24 - 4 * (f % 8);\n            return new q.init(m, c / 2)\n        }\n    },\n    b = w.Latin1 = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) m.push(String.fromCharCode(c[f >>> 2] >>> 24 - 8 * (f % 4) & 255));\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f++) m[f >>> 2] |= (a.charCodeAt(f) & 255) << 24 - 8 * (f % 4);\n            return new q.init(m, c)\n        }\n    },\n    x = w.Utf8 = {\n        stringify: function(a) {\n            try {\n                return decodeURIComponent(escape(b.stringify(a)))\n            } catch(c) {\n                throw Error(\"Malformed UTF-8 data\");\n            }\n        },\n        parse: function(a) {\n            return b.parse(unescape(encodeURIComponent(a)))\n        }\n    },\n    r = n.BufferedBlockAlgorithm = s.extend({\n        reset: function() {\n            this._data = new q.init;\n            this._nDataBytes = 0\n        },\n        _append: function(a) {\n            \"string\" == typeof a && (a = x.parse(a));\n            this._data.concat(a);\n            this._nDataBytes += a.sigBytes\n        },\n        _process: function(a) {\n            var c = this._data,\n            m = c.words,\n            f = c.sigBytes,\n            t = this.blockSize,\n            b = f / (4 * t),\n            b = a ? u.ceil(b) : u.max((b | 0) - this._minBufferSize, 0);\n            a = b * t;\n            f = u.min(4 * a, f);\n            if (a) {\n                for (var e = 0; e < a; e += t) this._doProcessBlock(m, e);\n                e = m.splice(0, a);\n                c.sigBytes -= f\n            }\n            return new q.init(e, f)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a._data = this._data.clone();\n            return a\n        },\n        _minBufferSize: 0\n    });\n    n.Hasher = r.extend({\n        cfg: s.extend(),\n        init: function(a) {\n            this.cfg = this.cfg.extend(a);\n            this.reset()\n        },\n        reset: function() {\n            r.reset.call(this);\n            this._doReset()\n        },\n        update: function(a) {\n            this._append(a);\n            this._process();\n            return this\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        blockSize: 16,\n        _createHelper: function(a) {\n            return function(c, m) {\n                return (new a.init(m)).finalize(c)\n            }\n        },\n        _createHmacHelper: function(a) {\n            return function(c, m) {\n                return (new e.HMAC.init(a, m)).finalize(c)\n            }\n        }\n    });\n    var e = d.algo = {};\n    return d\n} (Math); (function() {\n    var u = CryptoJS,\n    l = u.lib.WordArray;\n    u.enc.Base64 = {\n        stringify: function(d) {\n            var n = d.words,\n            l = d.sigBytes,\n            s = this._map;\n            d.clamp();\n            d = [];\n            for (var q = 0; q < l; q += 3) for (var w = (n[q >>> 2] >>> 24 - 8 * (q % 4) & 255) << 16 | (n[q + 1 >>> 2] >>> 24 - 8 * ((q + 1) % 4) & 255) << 8 | n[q + 2 >>> 2] >>> 24 - 8 * ((q + 2) % 4) & 255, v = 0; 4 > v && q + 0.75 * v < l; v++) d.push(s.charAt(w >>> 6 * (3 - v) & 63));\n            if (n = s.charAt(64)) for (; d.length % 4;) d.push(n);\n            return d.join(\"\")\n        },\n        parse: function(d) {\n            var n = d.length,\n            p = this._map,\n            s = p.charAt(64);\n            s && (s = d.indexOf(s), -1 != s && (n = s));\n            for (var s = [], q = 0, w = 0; w < n; w++) if (w % 4) {\n                var v = p.indexOf(d.charAt(w - 1)) << 2 * (w % 4),\n                b = p.indexOf(d.charAt(w)) >>> 6 - 2 * (w % 4);\n                s[q >>> 2] |= (v | b) << 24 - 8 * (q % 4);\n                q++\n            }\n            return l.create(s, q)\n        },\n        _map: \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\"\n    }\n})(); (function(u) {\n    function l(b, e, a, c, m, f, t) {\n        b = b + (e & a | ~e & c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function d(b, e, a, c, m, f, t) {\n        b = b + (e & c | a & ~c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function n(b, e, a, c, m, f, t) {\n        b = b + (e ^ a ^ c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function p(b, e, a, c, m, f, t) {\n        b = b + (a ^ (e | ~c)) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    for (var s = CryptoJS,\n    q = s.lib,\n    w = q.WordArray,\n    v = q.Hasher,\n    q = s.algo,\n    b = [], x = 0; 64 > x; x++) b[x] = 4294967296 * u.abs(u.sin(x + 1)) | 0;\n    q = q.MD5 = v.extend({\n        _doReset: function() {\n            this._hash = new w.init([1732584193, 4023233417, 2562383102, 271733878])\n        },\n        _doProcessBlock: function(r, e) {\n            for (var a = 0; 16 > a; a++) {\n                var c = e + a,\n                m = r[c];\n                r[c] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360\n            }\n            var a = this._hash.words,\n            c = r[e + 0],\n            m = r[e + 1],\n            f = r[e + 2],\n            t = r[e + 3],\n            y = r[e + 4],\n            q = r[e + 5],\n            s = r[e + 6],\n            w = r[e + 7],\n            v = r[e + 8],\n            u = r[e + 9],\n            x = r[e + 10],\n            z = r[e + 11],\n            A = r[e + 12],\n            B = r[e + 13],\n            C = r[e + 14],\n            D = r[e + 15],\n            g = a[0],\n            h = a[1],\n            j = a[2],\n            k = a[3],\n            g = l(g, h, j, k, c, 7, b[0]),\n            k = l(k, g, h, j, m, 12, b[1]),\n            j = l(j, k, g, h, f, 17, b[2]),\n            h = l(h, j, k, g, t, 22, b[3]),\n            g = l(g, h, j, k, y, 7, b[4]),\n            k = l(k, g, h, j, q, 12, b[5]),\n            j = l(j, k, g, h, s, 17, b[6]),\n            h = l(h, j, k, g, w, 22, b[7]),\n            g = l(g, h, j, k, v, 7, b[8]),\n            k = l(k, g, h, j, u, 12, b[9]),\n            j = l(j, k, g, h, x, 17, b[10]),\n            h = l(h, j, k, g, z, 22, b[11]),\n            g = l(g, h, j, k, A, 7, b[12]),\n            k = l(k, g, h, j, B, 12, b[13]),\n            j = l(j, k, g, h, C, 17, b[14]),\n            h = l(h, j, k, g, D, 22, b[15]),\n            g = d(g, h, j, k, m, 5, b[16]),\n            k = d(k, g, h, j, s, 9, b[17]),\n            j = d(j, k, g, h, z, 14, b[18]),\n            h = d(h, j, k, g, c, 20, b[19]),\n            g = d(g, h, j, k, q, 5, b[20]),\n            k = d(k, g, h, j, x, 9, b[21]),\n            j = d(j, k, g, h, D, 14, b[22]),\n            h = d(h, j, k, g, y, 20, b[23]),\n            g = d(g, h, j, k, u, 5, b[24]),\n            k = d(k, g, h, j, C, 9, b[25]),\n            j = d(j, k, g, h, t, 14, b[26]),\n            h = d(h, j, k, g, v, 20, b[27]),\n            g = d(g, h, j, k, B, 5, b[28]),\n            k = d(k, g, h, j, f, 9, b[29]),\n            j = d(j, k, g, h, w, 14, b[30]),\n            h = d(h, j, k, g, A, 20, b[31]),\n            g = n(g, h, j, k, q, 4, b[32]),\n            k = n(k, g, h, j, v, 11, b[33]),\n            j = n(j, k, g, h, z, 16, b[34]),\n            h = n(h, j, k, g, C, 23, b[35]),\n            g = n(g, h, j, k, m, 4, b[36]),\n            k = n(k, g, h, j, y, 11, b[37]),\n            j = n(j, k, g, h, w, 16, b[38]),\n            h = n(h, j, k, g, x, 23, b[39]),\n            g = n(g, h, j, k, B, 4, b[40]),\n            k = n(k, g, h, j, c, 11, b[41]),\n            j = n(j, k, g, h, t, 16, b[42]),\n            h = n(h, j, k, g, s, 23, b[43]),\n            g = n(g, h, j, k, u, 4, b[44]),\n            k = n(k, g, h, j, A, 11, b[45]),\n            j = n(j, k, g, h, D, 16, b[46]),\n            h = n(h, j, k, g, f, 23, b[47]),\n            g = p(g, h, j, k, c, 6, b[48]),\n            k = p(k, g, h, j, w, 10, b[49]),\n            j = p(j, k, g, h, C, 15, b[50]),\n            h = p(h, j, k, g, q, 21, b[51]),\n            g = p(g, h, j, k, A, 6, b[52]),\n            k = p(k, g, h, j, t, 10, b[53]),\n            j = p(j, k, g, h, x, 15, b[54]),\n            h = p(h, j, k, g, m, 21, b[55]),\n            g = p(g, h, j, k, v, 6, b[56]),\n            k = p(k, g, h, j, D, 10, b[57]),\n            j = p(j, k, g, h, s, 15, b[58]),\n            h = p(h, j, k, g, B, 21, b[59]),\n            g = p(g, h, j, k, y, 6, b[60]),\n            k = p(k, g, h, j, z, 10, b[61]),\n            j = p(j, k, g, h, f, 15, b[62]),\n            h = p(h, j, k, g, u, 21, b[63]);\n            a[0] = a[0] + g | 0;\n            a[1] = a[1] + h | 0;\n            a[2] = a[2] + j | 0;\n            a[3] = a[3] + k | 0\n        },\n        _doFinalize: function() {\n            var b = this._data,\n            e = b.words,\n            a = 8 * this._nDataBytes,\n            c = 8 * b.sigBytes;\n            e[c >>> 5] |= 128 << 24 - c % 32;\n            var m = u.floor(a / 4294967296);\n            e[(c + 64 >>> 9 << 4) + 15] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360;\n            e[(c + 64 >>> 9 << 4) + 14] = (a << 8 | a >>> 24) & 16711935 | (a << 24 | a >>> 8) & 4278255360;\n            b.sigBytes = 4 * (e.length + 1);\n            this._process();\n            b = this._hash;\n            e = b.words;\n            for (a = 0; 4 > a; a++) c = e[a],\n            e[a] = (c << 8 | c >>> 24) & 16711935 | (c << 24 | c >>> 8) & 4278255360;\n            return b\n        },\n        clone: function() {\n            var b = v.clone.call(this);\n            b._hash = this._hash.clone();\n            return b\n        }\n    });\n    s.MD5 = v._createHelper(q);\n    s.HmacMD5 = v._createHmacHelper(q)\n})(Math); (function() {\n    var u = CryptoJS,\n    l = u.lib,\n    d = l.Base,\n    n = l.WordArray,\n    l = u.algo,\n    p = l.EvpKDF = d.extend({\n        cfg: d.extend({\n            keySize: 4,\n            hasher: l.MD5,\n            iterations: 1\n        }),\n        init: function(d) {\n            this.cfg = this.cfg.extend(d)\n        },\n        compute: function(d, l) {\n            for (var p = this.cfg,\n            v = p.hasher.create(), b = n.create(), u = b.words, r = p.keySize, p = p.iterations; u.length < r;) {\n                e && v.update(e);\n                var e = v.update(d).finalize(l);\n                v.reset();\n                for (var a = 1; a < p; a++) e = v.finalize(e),\n                v.reset();\n                b.concat(e)\n            }\n            b.sigBytes = 4 * r;\n            return b\n        }\n    });\n    u.EvpKDF = function(d, l, n) {\n        return p.create(n).compute(d, l)\n    }\n})();\nCryptoJS.lib.Cipher ||\nfunction(u) {\n    var l = CryptoJS,\n    d = l.lib,\n    n = d.Base,\n    p = d.WordArray,\n    s = d.BufferedBlockAlgorithm,\n    q = l.enc.Base64,\n    w = l.algo.EvpKDF,\n    v = d.Cipher = s.extend({\n        cfg: n.extend(),\n        createEncryptor: function(m, a) {\n            return this.create(this._ENC_XFORM_MODE, m, a)\n        },\n        createDecryptor: function(m, a) {\n            return this.create(this._DEC_XFORM_MODE, m, a)\n        },\n        init: function(m, a, b) {\n            this.cfg = this.cfg.extend(b);\n            this._xformMode = m;\n            this._key = a;\n            this.reset()\n        },\n        reset: function() {\n            s.reset.call(this);\n            this._doReset()\n        },\n        process: function(a) {\n            this._append(a);\n            return this._process()\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        keySize: 4,\n        ivSize: 4,\n        _ENC_XFORM_MODE: 1,\n        _DEC_XFORM_MODE: 2,\n        _createHelper: function(m) {\n            return {\n                encrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).encrypt(m, f, b, e)\n                },\n                decrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).decrypt(m, f, b, e)\n                }\n            }\n        }\n    });\n    d.StreamCipher = v.extend({\n        _doFinalize: function() {\n            return this._process(!0)\n        },\n        blockSize: 1\n    });\n    var b = l.mode = {},\n    x = function(a, f, b) {\n        var c = this._iv;\n        c ? this._iv = u: c = this._prevBlock;\n        for (var e = 0; e < b; e++) a[f + e] ^= c[e]\n    },\n    r = (d.BlockCipherMode = n.extend({\n        createEncryptor: function(a, f) {\n            return this.Encryptor.create(a, f)\n        },\n        createDecryptor: function(a, f) {\n            return this.Decryptor.create(a, f)\n        },\n        init: function(a, f) {\n            this._cipher = a;\n            this._iv = f\n        }\n    })).extend();\n    r.Encryptor = r.extend({\n        processBlock: function(a, f) {\n            var b = this._cipher,\n            c = b.blockSize;\n            x.call(this, a, f, c);\n            b.encryptBlock(a, f);\n            this._prevBlock = a.slice(f, f + c)\n        }\n    });\n    r.Decryptor = r.extend({\n        processBlock: function(a, b) {\n            var c = this._cipher,\n            e = c.blockSize,\n            d = a.slice(b, b + e);\n            c.decryptBlock(a, b);\n            x.call(this, a, b, e);\n            this._prevBlock = d\n        }\n    });\n    b = b.CBC = r;\n    r = (l.pad = {}).Pkcs7 = {\n        pad: function(a, b) {\n            for (var c = 4 * b,\n            c = c - a.sigBytes % c,\n            e = c << 24 | c << 16 | c << 8 | c,\n            d = [], l = 0; l < c; l += 4) d.push(e);\n            c = p.create(d, c);\n            a.concat(c)\n        },\n        unpad: function(a) {\n            a.sigBytes -= a.words[a.sigBytes - 1 >>> 2] & 255\n        }\n    };\n    d.BlockCipher = v.extend({\n        cfg: v.cfg.extend({\n            mode: b,\n            padding: r\n        }),\n        reset: function() {\n            v.reset.call(this);\n            var a = this.cfg,\n            c = a.iv,\n            a = a.mode;\n            if (this._xformMode == this._ENC_XFORM_MODE) var b = a.createEncryptor;\n            else b = a.createDecryptor,\n            this._minBufferSize = 1;\n            this._mode = b.call(a, this, c && c.words)\n        },\n        _doProcessBlock: function(a, c) {\n            this._mode.processBlock(a, c)\n        },\n        _doFinalize: function() {\n            var a = this.cfg.padding;\n            if (this._xformMode == this._ENC_XFORM_MODE) {\n                a.pad(this._data, this.blockSize);\n                var c = this._process(!0)\n            } else c = this._process(!0),\n            a.unpad(c);\n            return c\n        },\n        blockSize: 4\n    });\n    var e = d.CipherParams = n.extend({\n        init: function(a) {\n            this.mixIn(a)\n        },\n        toString: function(a) {\n            return (a || this.formatter).stringify(this)\n        }\n    }),\n    b = (l.format = {}).OpenSSL = {\n        stringify: function(a) {\n            var c = a.ciphertext;\n            a = a.salt;\n            return (a ? p.create([1398893684, 1701076831]).concat(a).concat(c) : c).toString(q)\n        },\n        parse: function(a) {\n            a = q.parse(a);\n            var c = a.words;\n            if (1398893684 == c[0] && 1701076831 == c[1]) {\n                var b = p.create(c.slice(2, 4));\n                c.splice(0, 4);\n                a.sigBytes -= 16\n            }\n            return e.create({\n                ciphertext: a,\n                salt: b\n            })\n        }\n    },\n    a = d.SerializableCipher = n.extend({\n        cfg: n.extend({\n            format: b\n        }),\n        encrypt: function(a, c, b, d) {\n            d = this.cfg.extend(d);\n            var l = a.createEncryptor(b, d);\n            c = l.finalize(c);\n            l = l.cfg;\n            return e.create({\n                ciphertext: c,\n                key: b,\n                iv: l.iv,\n                algorithm: a,\n                mode: l.mode,\n                padding: l.padding,\n                blockSize: a.blockSize,\n                formatter: d.format\n            })\n        },\n        decrypt: function(a, c, b, e) {\n            e = this.cfg.extend(e);\n            c = this._parse(c, e.format);\n            return a.createDecryptor(b, e).finalize(c.ciphertext)\n        },\n        _parse: function(a, c) {\n            return \"string\" == typeof a ? c.parse(a, this) : a\n        }\n    }),\n    l = (l.kdf = {}).OpenSSL = {\n        execute: function(a, c, b, d) {\n            d || (d = p.random(8));\n            a = w.create({\n                keySize: c + b\n            }).compute(a, d);\n            b = p.create(a.words.slice(c), 4 * b);\n            a.sigBytes = 4 * c;\n            return e.create({\n                key: a,\n                iv: b,\n                salt: d\n            })\n        }\n    },\n    c = d.PasswordBasedCipher = a.extend({\n        cfg: a.cfg.extend({\n            kdf: l\n        }),\n        encrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            e = d.kdf.execute(e, c.keySize, c.ivSize);\n            d.iv = e.iv;\n            c = a.encrypt.call(this, c, b, e.key, d);\n            c.mixIn(e);\n            return c\n        },\n        decrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            b = this._parse(b, d.format);\n            e = d.kdf.execute(e, c.keySize, c.ivSize, b.salt);\n            d.iv = e.iv;\n            return a.decrypt.call(this, c, b, e.key, d)\n        }\n    })\n} (); (function() {\n    function u(b, a) {\n        var c = (this._lBlock >>> b ^ this._rBlock) & a;\n        this._rBlock ^= c;\n        this._lBlock ^= c << b\n    }\n    function l(b, a) {\n        var c = (this._rBlock >>> b ^ this._lBlock) & a;\n        this._lBlock ^= c;\n        this._rBlock ^= c << b\n    }\n    var d = CryptoJS,\n    n = d.lib,\n    p = n.WordArray,\n    n = n.BlockCipher,\n    s = d.algo,\n    q = [57, 49, 41, 33, 25, 17, 9, 1, 58, 50, 42, 34, 26, 18, 10, 2, 59, 51, 43, 35, 27, 19, 11, 3, 60, 52, 44, 36, 63, 55, 47, 39, 31, 23, 15, 7, 62, 54, 46, 38, 30, 22, 14, 6, 61, 53, 45, 37, 29, 21, 13, 5, 28, 20, 12, 4],\n    w = [14, 17, 11, 24, 1, 5, 3, 28, 15, 6, 21, 10, 23, 19, 12, 4, 26, 8, 16, 7, 27, 20, 13, 2, 41, 52, 31, 37, 47, 55, 30, 40, 51, 45, 33, 48, 44, 49, 39, 56, 34, 53, 46, 42, 50, 36, 29, 32],\n    v = [1, 2, 4, 6, 8, 10, 12, 14, 15, 17, 19, 21, 23, 25, 27, 28],\n    b = [{\n        \"0\": 8421888,\n        268435456 : 32768,\n        536870912 : 8421378,\n        805306368 : 2,\n        1073741824 : 512,\n        1342177280 : 8421890,\n        1610612736 : 8389122,\n        1879048192 : 8388608,\n        2147483648 : 514,\n        2415919104 : 8389120,\n        2684354560 : 33280,\n        2952790016 : 8421376,\n        3221225472 : 32770,\n        3489660928 : 8388610,\n        3758096384 : 0,\n        4026531840 : 33282,\n        134217728 : 0,\n        402653184 : 8421890,\n        671088640 : 33282,\n        939524096 : 32768,\n        1207959552 : 8421888,\n        1476395008 : 512,\n        1744830464 : 8421378,\n        2013265920 : 2,\n        2281701376 : 8389120,\n        2550136832 : 33280,\n        2818572288 : 8421376,\n        3087007744 : 8389122,\n        3355443200 : 8388610,\n        3623878656 : 32770,\n        3892314112 : 514,\n        4160749568 : 8388608,\n        1 : 32768,\n        268435457 : 2,\n        536870913 : 8421888,\n        805306369 : 8388608,\n        1073741825 : 8421378,\n        1342177281 : 33280,\n        1610612737 : 512,\n        1879048193 : 8389122,\n        2147483649 : 8421890,\n        2415919105 : 8421376,\n        2684354561 : 8388610,\n        2952790017 : 33282,\n        3221225473 : 514,\n        3489660929 : 8389120,\n        3758096385 : 32770,\n        4026531841 : 0,\n        134217729 : 8421890,\n        402653185 : 8421376,\n        671088641 : 8388608,\n        939524097 : 512,\n        1207959553 : 32768,\n        1476395009 : 8388610,\n        1744830465 : 2,\n        2013265921 : 33282,\n        2281701377 : 32770,\n        2550136833 : 8389122,\n        2818572289 : 514,\n        3087007745 : 8421888,\n        3355443201 : 8389120,\n        3623878657 : 0,\n        3892314113 : 33280,\n        4160749569 : 8421378\n    },\n    {\n        \"0\": 1074282512,\n        16777216 : 16384,\n        33554432 : 524288,\n        50331648 : 1074266128,\n        67108864 : 1073741840,\n        83886080 : 1074282496,\n        100663296 : 1073758208,\n        117440512 : 16,\n        134217728 : 540672,\n        150994944 : 1073758224,\n        167772160 : 1073741824,\n        184549376 : 540688,\n        201326592 : 524304,\n        218103808 : 0,\n        234881024 : 16400,\n        251658240 : 1074266112,\n        8388608 : 1073758208,\n        25165824 : 540688,\n        41943040 : 16,\n        58720256 : 1073758224,\n        75497472 : 1074282512,\n        92274688 : 1073741824,\n        109051904 : 524288,\n        125829120 : 1074266128,\n        142606336 : 524304,\n        159383552 : 0,\n        176160768 : 16384,\n        192937984 : 1074266112,\n        209715200 : 1073741840,\n        226492416 : 540672,\n        243269632 : 1074282496,\n        260046848 : 16400,\n        268435456 : 0,\n        285212672 : 1074266128,\n        301989888 : 1073758224,\n        318767104 : 1074282496,\n        335544320 : 1074266112,\n        352321536 : 16,\n        369098752 : 540688,\n        385875968 : 16384,\n        402653184 : 16400,\n        419430400 : 524288,\n        436207616 : 524304,\n        452984832 : 1073741840,\n        469762048 : 540672,\n        486539264 : 1073758208,\n        503316480 : 1073741824,\n        520093696 : 1074282512,\n        276824064 : 540688,\n        293601280 : 524288,\n        310378496 : 1074266112,\n        327155712 : 16384,\n        343932928 : 1073758208,\n        360710144 : 1074282512,\n        377487360 : 16,\n        394264576 : 1073741824,\n        411041792 : 1074282496,\n        427819008 : 1073741840,\n        444596224 : 1073758224,\n        461373440 : 524304,\n        478150656 : 0,\n        494927872 : 16400,\n        511705088 : 1074266128,\n        528482304 : 540672\n    },\n    {\n        \"0\": 260,\n        1048576 : 0,\n        2097152 : 67109120,\n        3145728 : 65796,\n        4194304 : 65540,\n        5242880 : 67108868,\n        6291456 : 67174660,\n        7340032 : 67174400,\n        8388608 : 67108864,\n        9437184 : 67174656,\n        10485760 : 65792,\n        11534336 : 67174404,\n        12582912 : 67109124,\n        13631488 : 65536,\n        14680064 : 4,\n        15728640 : 256,\n        524288 : 67174656,\n        1572864 : 67174404,\n        2621440 : 0,\n        3670016 : 67109120,\n        4718592 : 67108868,\n        5767168 : 65536,\n        6815744 : 65540,\n        7864320 : 260,\n        8912896 : 4,\n        9961472 : 256,\n        11010048 : 67174400,\n        12058624 : 65796,\n        13107200 : 65792,\n        14155776 : 67109124,\n        15204352 : 67174660,\n        16252928 : 67108864,\n        16777216 : 67174656,\n        17825792 : 65540,\n        18874368 : 65536,\n        19922944 : 67109120,\n        20971520 : 256,\n        22020096 : 67174660,\n        23068672 : 67108868,\n        24117248 : 0,\n        25165824 : 67109124,\n        26214400 : 67108864,\n        27262976 : 4,\n        28311552 : 65792,\n        29360128 : 67174400,\n        30408704 : 260,\n        31457280 : 65796,\n        32505856 : 67174404,\n        17301504 : 67108864,\n        18350080 : 260,\n        19398656 : 67174656,\n        20447232 : 0,\n        21495808 : 65540,\n        22544384 : 67109120,\n        23592960 : 256,\n        24641536 : 67174404,\n        25690112 : 65536,\n        26738688 : 67174660,\n        27787264 : 65796,\n        28835840 : 67108868,\n        29884416 : 67109124,\n        30932992 : 67174400,\n        31981568 : 4,\n        33030144 : 65792\n    },\n    {\n        \"0\": 2151682048,\n        65536 : 2147487808,\n        131072 : 4198464,\n        196608 : 2151677952,\n        262144 : 0,\n        327680 : 4198400,\n        393216 : 2147483712,\n        458752 : 4194368,\n        524288 : 2147483648,\n        589824 : 4194304,\n        655360 : 64,\n        720896 : 2147487744,\n        786432 : 2151678016,\n        851968 : 4160,\n        917504 : 4096,\n        983040 : 2151682112,\n        32768 : 2147487808,\n        98304 : 64,\n        163840 : 2151678016,\n        229376 : 2147487744,\n        294912 : 4198400,\n        360448 : 2151682112,\n        425984 : 0,\n        491520 : 2151677952,\n        557056 : 4096,\n        622592 : 2151682048,\n        688128 : 4194304,\n        753664 : 4160,\n        819200 : 2147483648,\n        884736 : 4194368,\n        950272 : 4198464,\n        1015808 : 2147483712,\n        1048576 : 4194368,\n        1114112 : 4198400,\n        1179648 : 2147483712,\n        1245184 : 0,\n        1310720 : 4160,\n        1376256 : 2151678016,\n        1441792 : 2151682048,\n        1507328 : 2147487808,\n        1572864 : 2151682112,\n        1638400 : 2147483648,\n        1703936 : 2151677952,\n        1769472 : 4198464,\n        1835008 : 2147487744,\n        1900544 : 4194304,\n        1966080 : 64,\n        2031616 : 4096,\n        1081344 : 2151677952,\n        1146880 : 2151682112,\n        1212416 : 0,\n        1277952 : 4198400,\n        1343488 : 4194368,\n        1409024 : 2147483648,\n        1474560 : 2147487808,\n        1540096 : 64,\n        1605632 : 2147483712,\n        1671168 : 4096,\n        1736704 : 2147487744,\n        1802240 : 2151678016,\n        1867776 : 4160,\n        1933312 : 2151682048,\n        1998848 : 4194304,\n        2064384 : 4198464\n    },\n    {\n        \"0\": 128,\n        4096 : 17039360,\n        8192 : 262144,\n        12288 : 536870912,\n        16384 : 537133184,\n        20480 : 16777344,\n        24576 : 553648256,\n        28672 : 262272,\n        32768 : 16777216,\n        36864 : 537133056,\n        40960 : 536871040,\n        45056 : 553910400,\n        49152 : 553910272,\n        53248 : 0,\n        57344 : 17039488,\n        61440 : 553648128,\n        2048 : 17039488,\n        6144 : 553648256,\n        10240 : 128,\n        14336 : 17039360,\n        18432 : 262144,\n        22528 : 537133184,\n        26624 : 553910272,\n        30720 : 536870912,\n        34816 : 537133056,\n        38912 : 0,\n        43008 : 553910400,\n        47104 : 16777344,\n        51200 : 536871040,\n        55296 : 553648128,\n        59392 : 16777216,\n        63488 : 262272,\n        65536 : 262144,\n        69632 : 128,\n        73728 : 536870912,\n        77824 : 553648256,\n        81920 : 16777344,\n        86016 : 553910272,\n        90112 : 537133184,\n        94208 : 16777216,\n        98304 : 553910400,\n        102400 : 553648128,\n        106496 : 17039360,\n        110592 : 537133056,\n        114688 : 262272,\n        118784 : 536871040,\n        122880 : 0,\n        126976 : 17039488,\n        67584 : 553648256,\n        71680 : 16777216,\n        75776 : 17039360,\n        79872 : 537133184,\n        83968 : 536870912,\n        88064 : 17039488,\n        92160 : 128,\n        96256 : 553910272,\n        100352 : 262272,\n        104448 : 553910400,\n        108544 : 0,\n        112640 : 553648128,\n        116736 : 16777344,\n        120832 : 262144,\n        124928 : 537133056,\n        129024 : 536871040\n    },\n    {\n        \"0\": 268435464,\n        256 : 8192,\n        512 : 270532608,\n        768 : 270540808,\n        1024 : 268443648,\n        1280 : 2097152,\n        1536 : 2097160,\n        1792 : 268435456,\n        2048 : 0,\n        2304 : 268443656,\n        2560 : 2105344,\n        2816 : 8,\n        3072 : 270532616,\n        3328 : 2105352,\n        3584 : 8200,\n        3840 : 270540800,\n        128 : 270532608,\n        384 : 270540808,\n        640 : 8,\n        896 : 2097152,\n        1152 : 2105352,\n        1408 : 268435464,\n        1664 : 268443648,\n        1920 : 8200,\n        2176 : 2097160,\n        2432 : 8192,\n        2688 : 268443656,\n        2944 : 270532616,\n        3200 : 0,\n        3456 : 270540800,\n        3712 : 2105344,\n        3968 : 268435456,\n        4096 : 268443648,\n        4352 : 270532616,\n        4608 : 270540808,\n        4864 : 8200,\n        5120 : 2097152,\n        5376 : 268435456,\n        5632 : 268435464,\n        5888 : 2105344,\n        6144 : 2105352,\n        6400 : 0,\n        6656 : 8,\n        6912 : 270532608,\n        7168 : 8192,\n        7424 : 268443656,\n        7680 : 270540800,\n        7936 : 2097160,\n        4224 : 8,\n        4480 : 2105344,\n        4736 : 2097152,\n        4992 : 268435464,\n        5248 : 268443648,\n        5504 : 8200,\n        5760 : 270540808,\n        6016 : 270532608,\n        6272 : 270540800,\n        6528 : 270532616,\n        6784 : 8192,\n        7040 : 2105352,\n        7296 : 2097160,\n        7552 : 0,\n        7808 : 268435456,\n        8064 : 268443656\n    },\n    {\n        \"0\": 1048576,\n        16 : 33555457,\n        32 : 1024,\n        48 : 1049601,\n        64 : 34604033,\n        80 : 0,\n        96 : 1,\n        112 : 34603009,\n        128 : 33555456,\n        144 : 1048577,\n        160 : 33554433,\n        176 : 34604032,\n        192 : 34603008,\n        208 : 1025,\n        224 : 1049600,\n        240 : 33554432,\n        8 : 34603009,\n        24 : 0,\n        40 : 33555457,\n        56 : 34604032,\n        72 : 1048576,\n        88 : 33554433,\n        104 : 33554432,\n        120 : 1025,\n        136 : 1049601,\n        152 : 33555456,\n        168 : 34603008,\n        184 : 1048577,\n        200 : 1024,\n        216 : 34604033,\n        232 : 1,\n        248 : 1049600,\n        256 : 33554432,\n        272 : 1048576,\n        288 : 33555457,\n        304 : 34603009,\n        320 : 1048577,\n        336 : 33555456,\n        352 : 34604032,\n        368 : 1049601,\n        384 : 1025,\n        400 : 34604033,\n        416 : 1049600,\n        432 : 1,\n        448 : 0,\n        464 : 34603008,\n        480 : 33554433,\n        496 : 1024,\n        264 : 1049600,\n        280 : 33555457,\n        296 : 34603009,\n        312 : 1,\n        328 : 33554432,\n        344 : 1048576,\n        360 : 1025,\n        376 : 34604032,\n        392 : 33554433,\n        408 : 34603008,\n        424 : 0,\n        440 : 34604033,\n        456 : 1049601,\n        472 : 1024,\n        488 : 33555456,\n        504 : 1048577\n    },\n    {\n        \"0\": 134219808,\n        1 : 131072,\n        2 : 134217728,\n        3 : 32,\n        4 : 131104,\n        5 : 134350880,\n        6 : 134350848,\n        7 : 2048,\n        8 : 134348800,\n        9 : 134219776,\n        10 : 133120,\n        11 : 134348832,\n        12 : 2080,\n        13 : 0,\n        14 : 134217760,\n        15 : 133152,\n        2147483648 : 2048,\n        2147483649 : 134350880,\n        2147483650 : 134219808,\n        2147483651 : 134217728,\n        2147483652 : 134348800,\n        2147483653 : 133120,\n        2147483654 : 133152,\n        2147483655 : 32,\n        2147483656 : 134217760,\n        2147483657 : 2080,\n        2147483658 : 131104,\n        2147483659 : 134350848,\n        2147483660 : 0,\n        2147483661 : 134348832,\n        2147483662 : 134219776,\n        2147483663 : 131072,\n        16 : 133152,\n        17 : 134350848,\n        18 : 32,\n        19 : 2048,\n        20 : 134219776,\n        21 : 134217760,\n        22 : 134348832,\n        23 : 131072,\n        24 : 0,\n        25 : 131104,\n        26 : 134348800,\n        27 : 134219808,\n        28 : 134350880,\n        29 : 133120,\n        30 : 2080,\n        31 : 134217728,\n        2147483664 : 131072,\n        2147483665 : 2048,\n        2147483666 : 134348832,\n        2147483667 : 133152,\n        2147483668 : 32,\n        2147483669 : 134348800,\n        2147483670 : 134217728,\n        2147483671 : 134219808,\n        2147483672 : 134350880,\n        2147483673 : 134217760,\n        2147483674 : 134219776,\n        2147483675 : 0,\n        2147483676 : 133120,\n        2147483677 : 2080,\n        2147483678 : 131104,\n        2147483679 : 134350848\n    }],\n    x = [4160749569, 528482304, 33030144, 2064384, 129024, 8064, 504, 2147483679],\n    r = s.DES = n.extend({\n        _doReset: function() {\n            for (var b = this._key.words,\n            a = [], c = 0; 56 > c; c++) {\n                var d = q[c] - 1;\n                a[c] = b[d >>> 5] >>> 31 - d % 32 & 1\n            }\n            b = this._subKeys = [];\n            for (d = 0; 16 > d; d++) {\n                for (var f = b[d] = [], l = v[d], c = 0; 24 > c; c++) f[c / 6 | 0] |= a[(w[c] - 1 + l) % 28] << 31 - c % 6,\n                f[4 + (c / 6 | 0)] |= a[28 + (w[c + 24] - 1 + l) % 28] << 31 - c % 6;\n                f[0] = f[0] << 1 | f[0] >>> 31;\n                for (c = 1; 7 > c; c++) f[c] >>>= 4 * (c - 1) + 3;\n                f[7] = f[7] << 5 | f[7] >>> 27\n            }\n            a = this._invSubKeys = [];\n            for (c = 0; 16 > c; c++) a[c] = b[15 - c]\n        },\n        encryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._subKeys)\n        },\n        decryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._invSubKeys)\n        },\n        _doCryptBlock: function(e, a, c) {\n            this._lBlock = e[a];\n            this._rBlock = e[a + 1];\n            u.call(this, 4, 252645135);\n            u.call(this, 16, 65535);\n            l.call(this, 2, 858993459);\n            l.call(this, 8, 16711935);\n            u.call(this, 1, 1431655765);\n            for (var d = 0; 16 > d; d++) {\n                for (var f = c[d], n = this._lBlock, p = this._rBlock, q = 0, r = 0; 8 > r; r++) q |= b[r][((p ^ f[r]) & x[r]) >>> 0];\n                this._lBlock = p;\n                this._rBlock = n ^ q\n            }\n            c = this._lBlock;\n            this._lBlock = this._rBlock;\n            this._rBlock = c;\n            u.call(this, 1, 1431655765);\n            l.call(this, 8, 16711935);\n            l.call(this, 2, 858993459);\n            u.call(this, 16, 65535);\n            u.call(this, 4, 252645135);\n            e[a] = this._lBlock;\n            e[a + 1] = this._rBlock\n        },\n        keySize: 2,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.DES = n._createHelper(r);\n    s = s.TripleDES = n.extend({\n        _doReset: function() {\n            var b = this._key.words;\n            this._des1 = r.createEncryptor(p.create(b.slice(0, 2)));\n            this._des2 = r.createEncryptor(p.create(b.slice(2, 4)));\n            this._des3 = r.createEncryptor(p.create(b.slice(4, 6)))\n        },\n        encryptBlock: function(b, a) {\n            this._des1.encryptBlock(b, a);\n            this._des2.decryptBlock(b, a);\n            this._des3.encryptBlock(b, a)\n        },\n        decryptBlock: function(b, a) {\n            this._des3.decryptBlock(b, a);\n            this._des2.encryptBlock(b, a);\n            this._des1.decryptBlock(b, a)\n        },\n        keySize: 6,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.TripleDES = n._createHelper(s)\n})();\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\n/**\n * Electronic Codebook block mode.\n */\nCryptoJS.mode.ECB = (function() {\n    var ECB = CryptoJS.lib.BlockCipherMode.extend();\n\n    ECB.Encryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.encryptBlock(words, offset);\n        }\n    });\n\n    ECB.Decryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.decryptBlock(words, offset);\n        }\n    });\n\n    return ECB;\n} ());\n\nfunction encryptByDES(message, key) {\n    var keyHex = CryptoJS.enc.Utf8.parse(key);\n    var encrypted = CryptoJS.DES.encrypt(message, keyHex, {\n        mode: CryptoJS.mode.ECB,\n        padding: CryptoJS.pad.Pkcs7\n    });\n    return encrypted.toString()\n}\n//DES加密结束\nvar deskey = 'web@hzlq';\nvar userId='0';\nfunction getPostUrl(data,type) {\nvar url = 'http://m.ndlib.cn/nlc_read_home/service.do,';\nvar md5Key = 'library_2016@hzlq';\nvalue = {\n    siteId: 1,\n    data: encryptByDES(JSON.stringify(data), deskey),\n    userId: userId,\n    fromSource: 3,\n    osType: 5,\n    version: \"1.0.1\",\n    versionCode: 10001,\n    timeStamp: data.timeStamp,\n    hashCode: md5(data.timeStamp + md5Key)\n}\nvar option={\n\"method\":\"POST\",\n\"body\":'cmd='+type+'&value=' + encodeURIComponent(JSON.stringify(value))\n}\nreturn url + JSON.stringify(option);\n}\n\n//目录链接生成\nvar data = {\n    timeStamp:Date.now(),\n    resourceId:result,\n    pageSize:10000,\n    pageNum:1\n};\ngetPostUrl(data,'qryChapterList');",
      "coverUrl": "$.resourceInfo.coverUrl",
      "intro": "$.resourceInfo.shortIntro@js:java.put('intro',result);result.trim();",
      "kind": "$.resourceInfo.categoryName",
      "name": "$.resourceInfo.name"
    },
    "ruleToc": {
      "chapterList": "$.returnObject[0].children||$.returnObject@js:\n//账号信息定义（任选其一，方式二会覆盖方式一)\n//方式一：账号密码（每次搜索都会重新获取方式二中的数据，可能会导致账号问题）\nvar account='';\nvar pwd='';\n//方式二：成功登录后的cookie的值（再次登录或退出登录或超过一定时间（待确认）会失效）\nvar userId='';\nvar siteId='';\nvar wapToken='';\n//定义结束\n\n//以下代码不要动\n//md5加密开始\nvar rotateLeft = function(lValue, iShiftBits) {\n    return (lValue << iShiftBits) | (lValue >>> (32 - iShiftBits))\n}\nvar addUnsigned = function(lX, lY) {\n    var lX4, lY4, lX8, lY8, lResult;\n    lX8 = (lX & 0x80000000);\n    lY8 = (lY & 0x80000000);\n    lX4 = (lX & 0x40000000);\n    lY4 = (lY & 0x40000000);\n    lResult = (lX & 0x3FFFFFFF) + (lY & 0x3FFFFFFF);\n    if (lX4 & lY4) return (lResult ^ 0x80000000 ^ lX8 ^ lY8);\n    if (lX4 | lY4) {\n        if (lResult & 0x40000000) return (lResult ^ 0xC0000000 ^ lX8 ^ lY8);\n        else return (lResult ^ 0x40000000 ^ lX8 ^ lY8)\n    } else {\n        return (lResult ^ lX8 ^ lY8)\n    }\n}\nvar F = function(x, y, z) {\n    return (x & y) | ((~x) & z)\n}\nvar G = function(x, y, z) {\n    return (x & z) | (y & (~z))\n}\nvar H = function(x, y, z) {\n    return (x ^ y ^ z)\n}\nvar I = function(x, y, z) {\n    return (y ^ (x | (~z)))\n}\nvar FF = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(F(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar GG = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(G(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar HH = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(H(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar II = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(I(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar convertToWordArray = function(string) {\n    var lWordCount;\n    var lMessageLength = string.length;\n    var lNumberOfWordsTempOne = lMessageLength + 8;\n    var lNumberOfWordsTempTwo = (lNumberOfWordsTempOne - (lNumberOfWordsTempOne % 64)) / 64;\n    var lNumberOfWords = (lNumberOfWordsTempTwo + 1) * 16;\n    var lWordArray = Array(lNumberOfWords - 1);\n    var lBytePosition = 0;\n    var lByteCount = 0;\n    while (lByteCount < lMessageLength) {\n        lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n        lBytePosition = (lByteCount % 4) * 8;\n        lWordArray[lWordCount] = (lWordArray[lWordCount] | (string.charCodeAt(lByteCount) << lBytePosition));\n        lByteCount++\n    }\n    lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n    lBytePosition = (lByteCount % 4) * 8;\n    lWordArray[lWordCount] = lWordArray[lWordCount] | (0x80 << lBytePosition);\n    lWordArray[lNumberOfWords - 2] = lMessageLength << 3;\n    lWordArray[lNumberOfWords - 1] = lMessageLength >>> 29;\n    return lWordArray\n};\nvar wordToHex = function(lValue) {\n    var WordToHexValue = \"\",\n    WordToHexValueTemp = \"\",\n    lByte, lCount;\n    for (lCount = 0; lCount <= 3; lCount++) {\n        lByte = (lValue >>> (lCount * 8)) & 255;\n        WordToHexValueTemp = \"0\" + lByte.toString(16);\n        WordToHexValue = WordToHexValue + WordToHexValueTemp.substr(WordToHexValueTemp.length - 2, 2)\n    }\n    return WordToHexValue\n};\nvar uTF8Encode = function(string) {\n    string = string.replace(/\\x0d\\x0a/g, \"\\x0a\");\n    var output = \"\";\n    for (var n = 0; n < string.length; n++) {\n        var c = string.charCodeAt(n);\n        if (c < 128) {\n            output += String.fromCharCode(c)\n        } else if ((c > 127) && (c < 2048)) {\n            output += String.fromCharCode((c >> 6) | 192);\n            output += String.fromCharCode((c & 63) | 128)\n        } else {\n            output += String.fromCharCode((c >> 12) | 224);\n            output += String.fromCharCode(((c >> 6) & 63) | 128);\n            output += String.fromCharCode((c & 63) | 128)\n        }\n    }\n    return output;\n};\nfunction md5(string) {\n    var x = Array();\n    var k, AA, BB, CC, DD, a, b, c, d;\n    var S11 = 7,\n    S12 = 12,\n    S13 = 17,\n    S14 = 22;\n    var S21 = 5,\n    S22 = 9,\n    S23 = 14,\n    S24 = 20;\n    var S31 = 4,\n    S32 = 11,\n    S33 = 16,\n    S34 = 23;\n    var S41 = 6,\n    S42 = 10,\n    S43 = 15,\n    S44 = 21;\n    string = uTF8Encode(string);\n    x = convertToWordArray(string);\n    a = 0x67452301;\n    b = 0xEFCDAB89;\n    c = 0x98BADCFE;\n    d = 0x10325476;\n    for (k = 0; k < x.length; k += 16) {\n        AA = a;\n        BB = b;\n        CC = c;\n        DD = d;\n        a = FF(a, b, c, d, x[k + 0], S11, 0xD76AA478);\n        d = FF(d, a, b, c, x[k + 1], S12, 0xE8C7B756);\n        c = FF(c, d, a, b, x[k + 2], S13, 0x242070DB);\n        b = FF(b, c, d, a, x[k + 3], S14, 0xC1BDCEEE);\n        a = FF(a, b, c, d, x[k + 4], S11, 0xF57C0FAF);\n        d = FF(d, a, b, c, x[k + 5], S12, 0x4787C62A);\n        c = FF(c, d, a, b, x[k + 6], S13, 0xA8304613);\n        b = FF(b, c, d, a, x[k + 7], S14, 0xFD469501);\n        a = FF(a, b, c, d, x[k + 8], S11, 0x698098D8);\n        d = FF(d, a, b, c, x[k + 9], S12, 0x8B44F7AF);\n        c = FF(c, d, a, b, x[k + 10], S13, 0xFFFF5BB1);\n        b = FF(b, c, d, a, x[k + 11], S14, 0x895CD7BE);\n        a = FF(a, b, c, d, x[k + 12], S11, 0x6B901122);\n        d = FF(d, a, b, c, x[k + 13], S12, 0xFD987193);\n        c = FF(c, d, a, b, x[k + 14], S13, 0xA679438E);\n        b = FF(b, c, d, a, x[k + 15], S14, 0x49B40821);\n        a = GG(a, b, c, d, x[k + 1], S21, 0xF61E2562);\n        d = GG(d, a, b, c, x[k + 6], S22, 0xC040B340);\n        c = GG(c, d, a, b, x[k + 11], S23, 0x265E5A51);\n        b = GG(b, c, d, a, x[k + 0], S24, 0xE9B6C7AA);\n        a = GG(a, b, c, d, x[k + 5], S21, 0xD62F105D);\n        d = GG(d, a, b, c, x[k + 10], S22, 0x2441453);\n        c = GG(c, d, a, b, x[k + 15], S23, 0xD8A1E681);\n        b = GG(b, c, d, a, x[k + 4], S24, 0xE7D3FBC8);\n        a = GG(a, b, c, d, x[k + 9], S21, 0x21E1CDE6);\n        d = GG(d, a, b, c, x[k + 14], S22, 0xC33707D6);\n        c = GG(c, d, a, b, x[k + 3], S23, 0xF4D50D87);\n        b = GG(b, c, d, a, x[k + 8], S24, 0x455A14ED);\n        a = GG(a, b, c, d, x[k + 13], S21, 0xA9E3E905);\n        d = GG(d, a, b, c, x[k + 2], S22, 0xFCEFA3F8);\n        c = GG(c, d, a, b, x[k + 7], S23, 0x676F02D9);\n        b = GG(b, c, d, a, x[k + 12], S24, 0x8D2A4C8A);\n        a = HH(a, b, c, d, x[k + 5], S31, 0xFFFA3942);\n        d = HH(d, a, b, c, x[k + 8], S32, 0x8771F681);\n        c = HH(c, d, a, b, x[k + 11], S33, 0x6D9D6122);\n        b = HH(b, c, d, a, x[k + 14], S34, 0xFDE5380C);\n        a = HH(a, b, c, d, x[k + 1], S31, 0xA4BEEA44);\n        d = HH(d, a, b, c, x[k + 4], S32, 0x4BDECFA9);\n        c = HH(c, d, a, b, x[k + 7], S33, 0xF6BB4B60);\n        b = HH(b, c, d, a, x[k + 10], S34, 0xBEBFBC70);\n        a = HH(a, b, c, d, x[k + 13], S31, 0x289B7EC6);\n        d = HH(d, a, b, c, x[k + 0], S32, 0xEAA127FA);\n        c = HH(c, d, a, b, x[k + 3], S33, 0xD4EF3085);\n        b = HH(b, c, d, a, x[k + 6], S34, 0x4881D05);\n        a = HH(a, b, c, d, x[k + 9], S31, 0xD9D4D039);\n        d = HH(d, a, b, c, x[k + 12], S32, 0xE6DB99E5);\n        c = HH(c, d, a, b, x[k + 15], S33, 0x1FA27CF8);\n        b = HH(b, c, d, a, x[k + 2], S34, 0xC4AC5665);\n        a = II(a, b, c, d, x[k + 0], S41, 0xF4292244);\n        d = II(d, a, b, c, x[k + 7], S42, 0x432AFF97);\n        c = II(c, d, a, b, x[k + 14], S43, 0xAB9423A7);\n        b = II(b, c, d, a, x[k + 5], S44, 0xFC93A039);\n        a = II(a, b, c, d, x[k + 12], S41, 0x655B59C3);\n        d = II(d, a, b, c, x[k + 3], S42, 0x8F0CCC92);\n        c = II(c, d, a, b, x[k + 10], S43, 0xFFEFF47D);\n        b = II(b, c, d, a, x[k + 1], S44, 0x85845DD1);\n        a = II(a, b, c, d, x[k + 8], S41, 0x6FA87E4F);\n        d = II(d, a, b, c, x[k + 15], S42, 0xFE2CE6E0);\n        c = II(c, d, a, b, x[k + 6], S43, 0xA3014314);\n        b = II(b, c, d, a, x[k + 13], S44, 0x4E0811A1);\n        a = II(a, b, c, d, x[k + 4], S41, 0xF7537E82);\n        d = II(d, a, b, c, x[k + 11], S42, 0xBD3AF235);\n        c = II(c, d, a, b, x[k + 2], S43, 0x2AD7D2BB);\n        b = II(b, c, d, a, x[k + 9], S44, 0xEB86D391);\n        a = addUnsigned(a, AA);\n        b = addUnsigned(b, BB);\n        c = addUnsigned(c, CC);\n        d = addUnsigned(d, DD);\n    };\n    var tempValue = wordToHex(a) + wordToHex(b) + wordToHex(c) + wordToHex(d);\n    return tempValue.toLowerCase();\n}\n//md5加密结束\n//DES加密开始\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\nvar CryptoJS = CryptoJS ||\nfunction(u, l) {\n    var d = {},\n    n = d.lib = {},\n    p = function() {},\n    s = n.Base = {\n        extend: function(a) {\n            p.prototype = this;\n            var c = new p;\n            a && c.mixIn(a);\n            c.hasOwnProperty(\"init\") || (c.init = function() {\n                c.$super.init.apply(this, arguments)\n            });\n            c.init.prototype = c;\n            c.$super = this;\n            return c\n        },\n        create: function() {\n            var a = this.extend();\n            a.init.apply(a, arguments);\n            return a\n        },\n        init: function() {},\n        mixIn: function(a) {\n            for (var c in a) a.hasOwnProperty(c) && (this[c] = a[c]);\n            a.hasOwnProperty(\"toString\") && (this.toString = a.toString)\n        },\n        clone: function() {\n            return this.init.prototype.extend(this)\n        }\n    },\n    q = n.WordArray = s.extend({\n        init: function(a, c) {\n            a = this.words = a || [];\n            this.sigBytes = c != l ? c: 4 * a.length\n        },\n        toString: function(a) {\n            return (a || v).stringify(this)\n        },\n        concat: function(a) {\n            var c = this.words,\n            m = a.words,\n            f = this.sigBytes;\n            a = a.sigBytes;\n            this.clamp();\n            if (f % 4) for (var t = 0; t < a; t++) c[f + t >>> 2] |= (m[t >>> 2] >>> 24 - 8 * (t % 4) & 255) << 24 - 8 * ((f + t) % 4);\n            else if (65535 < m.length) for (t = 0; t < a; t += 4) c[f + t >>> 2] = m[t >>> 2];\n            else c.push.apply(c, m);\n            this.sigBytes += a;\n            return this\n        },\n        clamp: function() {\n            var a = this.words,\n            c = this.sigBytes;\n            a[c >>> 2] &= 4294967295 << 32 - 8 * (c % 4);\n            a.length = u.ceil(c / 4)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a.words = this.words.slice(0);\n            return a\n        },\n        random: function(a) {\n            for (var c = [], m = 0; m < a; m += 4) c.push(4294967296 * u.random() | 0);\n            return new q.init(c, a)\n        }\n    }),\n    w = d.enc = {},\n    v = w.Hex = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) {\n                var t = c[f >>> 2] >>> 24 - 8 * (f % 4) & 255;\n                m.push((t >>> 4).toString(16));\n                m.push((t & 15).toString(16))\n            }\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f += 2) m[f >>> 3] |= parseInt(a.substr(f, 2), 16) << 24 - 4 * (f % 8);\n            return new q.init(m, c / 2)\n        }\n    },\n    b = w.Latin1 = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) m.push(String.fromCharCode(c[f >>> 2] >>> 24 - 8 * (f % 4) & 255));\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f++) m[f >>> 2] |= (a.charCodeAt(f) & 255) << 24 - 8 * (f % 4);\n            return new q.init(m, c)\n        }\n    },\n    x = w.Utf8 = {\n        stringify: function(a) {\n            try {\n                return decodeURIComponent(escape(b.stringify(a)))\n            } catch(c) {\n                throw Error(\"Malformed UTF-8 data\");\n            }\n        },\n        parse: function(a) {\n            return b.parse(unescape(encodeURIComponent(a)))\n        }\n    },\n    r = n.BufferedBlockAlgorithm = s.extend({\n        reset: function() {\n            this._data = new q.init;\n            this._nDataBytes = 0\n        },\n        _append: function(a) {\n            \"string\" == typeof a && (a = x.parse(a));\n            this._data.concat(a);\n            this._nDataBytes += a.sigBytes\n        },\n        _process: function(a) {\n            var c = this._data,\n            m = c.words,\n            f = c.sigBytes,\n            t = this.blockSize,\n            b = f / (4 * t),\n            b = a ? u.ceil(b) : u.max((b | 0) - this._minBufferSize, 0);\n            a = b * t;\n            f = u.min(4 * a, f);\n            if (a) {\n                for (var e = 0; e < a; e += t) this._doProcessBlock(m, e);\n                e = m.splice(0, a);\n                c.sigBytes -= f\n            }\n            return new q.init(e, f)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a._data = this._data.clone();\n            return a\n        },\n        _minBufferSize: 0\n    });\n    n.Hasher = r.extend({\n        cfg: s.extend(),\n        init: function(a) {\n            this.cfg = this.cfg.extend(a);\n            this.reset()\n        },\n        reset: function() {\n            r.reset.call(this);\n            this._doReset()\n        },\n        update: function(a) {\n            this._append(a);\n            this._process();\n            return this\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        blockSize: 16,\n        _createHelper: function(a) {\n            return function(c, m) {\n                return (new a.init(m)).finalize(c)\n            }\n        },\n        _createHmacHelper: function(a) {\n            return function(c, m) {\n                return (new e.HMAC.init(a, m)).finalize(c)\n            }\n        }\n    });\n    var e = d.algo = {};\n    return d\n} (Math); (function() {\n    var u = CryptoJS,\n    l = u.lib.WordArray;\n    u.enc.Base64 = {\n        stringify: function(d) {\n            var n = d.words,\n            l = d.sigBytes,\n            s = this._map;\n            d.clamp();\n            d = [];\n            for (var q = 0; q < l; q += 3) for (var w = (n[q >>> 2] >>> 24 - 8 * (q % 4) & 255) << 16 | (n[q + 1 >>> 2] >>> 24 - 8 * ((q + 1) % 4) & 255) << 8 | n[q + 2 >>> 2] >>> 24 - 8 * ((q + 2) % 4) & 255, v = 0; 4 > v && q + 0.75 * v < l; v++) d.push(s.charAt(w >>> 6 * (3 - v) & 63));\n            if (n = s.charAt(64)) for (; d.length % 4;) d.push(n);\n            return d.join(\"\")\n        },\n        parse: function(d) {\n            var n = d.length,\n            p = this._map,\n            s = p.charAt(64);\n            s && (s = d.indexOf(s), -1 != s && (n = s));\n            for (var s = [], q = 0, w = 0; w < n; w++) if (w % 4) {\n                var v = p.indexOf(d.charAt(w - 1)) << 2 * (w % 4),\n                b = p.indexOf(d.charAt(w)) >>> 6 - 2 * (w % 4);\n                s[q >>> 2] |= (v | b) << 24 - 8 * (q % 4);\n                q++\n            }\n            return l.create(s, q)\n        },\n        _map: \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\"\n    }\n})(); (function(u) {\n    function l(b, e, a, c, m, f, t) {\n        b = b + (e & a | ~e & c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function d(b, e, a, c, m, f, t) {\n        b = b + (e & c | a & ~c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function n(b, e, a, c, m, f, t) {\n        b = b + (e ^ a ^ c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function p(b, e, a, c, m, f, t) {\n        b = b + (a ^ (e | ~c)) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    for (var s = CryptoJS,\n    q = s.lib,\n    w = q.WordArray,\n    v = q.Hasher,\n    q = s.algo,\n    b = [], x = 0; 64 > x; x++) b[x] = 4294967296 * u.abs(u.sin(x + 1)) | 0;\n    q = q.MD5 = v.extend({\n        _doReset: function() {\n            this._hash = new w.init([1732584193, 4023233417, 2562383102, 271733878])\n        },\n        _doProcessBlock: function(r, e) {\n            for (var a = 0; 16 > a; a++) {\n                var c = e + a,\n                m = r[c];\n                r[c] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360\n            }\n            var a = this._hash.words,\n            c = r[e + 0],\n            m = r[e + 1],\n            f = r[e + 2],\n            t = r[e + 3],\n            y = r[e + 4],\n            q = r[e + 5],\n            s = r[e + 6],\n            w = r[e + 7],\n            v = r[e + 8],\n            u = r[e + 9],\n            x = r[e + 10],\n            z = r[e + 11],\n            A = r[e + 12],\n            B = r[e + 13],\n            C = r[e + 14],\n            D = r[e + 15],\n            g = a[0],\n            h = a[1],\n            j = a[2],\n            k = a[3],\n            g = l(g, h, j, k, c, 7, b[0]),\n            k = l(k, g, h, j, m, 12, b[1]),\n            j = l(j, k, g, h, f, 17, b[2]),\n            h = l(h, j, k, g, t, 22, b[3]),\n            g = l(g, h, j, k, y, 7, b[4]),\n            k = l(k, g, h, j, q, 12, b[5]),\n            j = l(j, k, g, h, s, 17, b[6]),\n            h = l(h, j, k, g, w, 22, b[7]),\n            g = l(g, h, j, k, v, 7, b[8]),\n            k = l(k, g, h, j, u, 12, b[9]),\n            j = l(j, k, g, h, x, 17, b[10]),\n            h = l(h, j, k, g, z, 22, b[11]),\n            g = l(g, h, j, k, A, 7, b[12]),\n            k = l(k, g, h, j, B, 12, b[13]),\n            j = l(j, k, g, h, C, 17, b[14]),\n            h = l(h, j, k, g, D, 22, b[15]),\n            g = d(g, h, j, k, m, 5, b[16]),\n            k = d(k, g, h, j, s, 9, b[17]),\n            j = d(j, k, g, h, z, 14, b[18]),\n            h = d(h, j, k, g, c, 20, b[19]),\n            g = d(g, h, j, k, q, 5, b[20]),\n            k = d(k, g, h, j, x, 9, b[21]),\n            j = d(j, k, g, h, D, 14, b[22]),\n            h = d(h, j, k, g, y, 20, b[23]),\n            g = d(g, h, j, k, u, 5, b[24]),\n            k = d(k, g, h, j, C, 9, b[25]),\n            j = d(j, k, g, h, t, 14, b[26]),\n            h = d(h, j, k, g, v, 20, b[27]),\n            g = d(g, h, j, k, B, 5, b[28]),\n            k = d(k, g, h, j, f, 9, b[29]),\n            j = d(j, k, g, h, w, 14, b[30]),\n            h = d(h, j, k, g, A, 20, b[31]),\n            g = n(g, h, j, k, q, 4, b[32]),\n            k = n(k, g, h, j, v, 11, b[33]),\n            j = n(j, k, g, h, z, 16, b[34]),\n            h = n(h, j, k, g, C, 23, b[35]),\n            g = n(g, h, j, k, m, 4, b[36]),\n            k = n(k, g, h, j, y, 11, b[37]),\n            j = n(j, k, g, h, w, 16, b[38]),\n            h = n(h, j, k, g, x, 23, b[39]),\n            g = n(g, h, j, k, B, 4, b[40]),\n            k = n(k, g, h, j, c, 11, b[41]),\n            j = n(j, k, g, h, t, 16, b[42]),\n            h = n(h, j, k, g, s, 23, b[43]),\n            g = n(g, h, j, k, u, 4, b[44]),\n            k = n(k, g, h, j, A, 11, b[45]),\n            j = n(j, k, g, h, D, 16, b[46]),\n            h = n(h, j, k, g, f, 23, b[47]),\n            g = p(g, h, j, k, c, 6, b[48]),\n            k = p(k, g, h, j, w, 10, b[49]),\n            j = p(j, k, g, h, C, 15, b[50]),\n            h = p(h, j, k, g, q, 21, b[51]),\n            g = p(g, h, j, k, A, 6, b[52]),\n            k = p(k, g, h, j, t, 10, b[53]),\n            j = p(j, k, g, h, x, 15, b[54]),\n            h = p(h, j, k, g, m, 21, b[55]),\n            g = p(g, h, j, k, v, 6, b[56]),\n            k = p(k, g, h, j, D, 10, b[57]),\n            j = p(j, k, g, h, s, 15, b[58]),\n            h = p(h, j, k, g, B, 21, b[59]),\n            g = p(g, h, j, k, y, 6, b[60]),\n            k = p(k, g, h, j, z, 10, b[61]),\n            j = p(j, k, g, h, f, 15, b[62]),\n            h = p(h, j, k, g, u, 21, b[63]);\n            a[0] = a[0] + g | 0;\n            a[1] = a[1] + h | 0;\n            a[2] = a[2] + j | 0;\n            a[3] = a[3] + k | 0\n        },\n        _doFinalize: function() {\n            var b = this._data,\n            e = b.words,\n            a = 8 * this._nDataBytes,\n            c = 8 * b.sigBytes;\n            e[c >>> 5] |= 128 << 24 - c % 32;\n            var m = u.floor(a / 4294967296);\n            e[(c + 64 >>> 9 << 4) + 15] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360;\n            e[(c + 64 >>> 9 << 4) + 14] = (a << 8 | a >>> 24) & 16711935 | (a << 24 | a >>> 8) & 4278255360;\n            b.sigBytes = 4 * (e.length + 1);\n            this._process();\n            b = this._hash;\n            e = b.words;\n            for (a = 0; 4 > a; a++) c = e[a],\n            e[a] = (c << 8 | c >>> 24) & 16711935 | (c << 24 | c >>> 8) & 4278255360;\n            return b\n        },\n        clone: function() {\n            var b = v.clone.call(this);\n            b._hash = this._hash.clone();\n            return b\n        }\n    });\n    s.MD5 = v._createHelper(q);\n    s.HmacMD5 = v._createHmacHelper(q)\n})(Math); (function() {\n    var u = CryptoJS,\n    l = u.lib,\n    d = l.Base,\n    n = l.WordArray,\n    l = u.algo,\n    p = l.EvpKDF = d.extend({\n        cfg: d.extend({\n            keySize: 4,\n            hasher: l.MD5,\n            iterations: 1\n        }),\n        init: function(d) {\n            this.cfg = this.cfg.extend(d)\n        },\n        compute: function(d, l) {\n            for (var p = this.cfg,\n            v = p.hasher.create(), b = n.create(), u = b.words, r = p.keySize, p = p.iterations; u.length < r;) {\n                e && v.update(e);\n                var e = v.update(d).finalize(l);\n                v.reset();\n                for (var a = 1; a < p; a++) e = v.finalize(e),\n                v.reset();\n                b.concat(e)\n            }\n            b.sigBytes = 4 * r;\n            return b\n        }\n    });\n    u.EvpKDF = function(d, l, n) {\n        return p.create(n).compute(d, l)\n    }\n})();\nCryptoJS.lib.Cipher ||\nfunction(u) {\n    var l = CryptoJS,\n    d = l.lib,\n    n = d.Base,\n    p = d.WordArray,\n    s = d.BufferedBlockAlgorithm,\n    q = l.enc.Base64,\n    w = l.algo.EvpKDF,\n    v = d.Cipher = s.extend({\n        cfg: n.extend(),\n        createEncryptor: function(m, a) {\n            return this.create(this._ENC_XFORM_MODE, m, a)\n        },\n        createDecryptor: function(m, a) {\n            return this.create(this._DEC_XFORM_MODE, m, a)\n        },\n        init: function(m, a, b) {\n            this.cfg = this.cfg.extend(b);\n            this._xformMode = m;\n            this._key = a;\n            this.reset()\n        },\n        reset: function() {\n            s.reset.call(this);\n            this._doReset()\n        },\n        process: function(a) {\n            this._append(a);\n            return this._process()\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        keySize: 4,\n        ivSize: 4,\n        _ENC_XFORM_MODE: 1,\n        _DEC_XFORM_MODE: 2,\n        _createHelper: function(m) {\n            return {\n                encrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).encrypt(m, f, b, e)\n                },\n                decrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).decrypt(m, f, b, e)\n                }\n            }\n        }\n    });\n    d.StreamCipher = v.extend({\n        _doFinalize: function() {\n            return this._process(!0)\n        },\n        blockSize: 1\n    });\n    var b = l.mode = {},\n    x = function(a, f, b) {\n        var c = this._iv;\n        c ? this._iv = u: c = this._prevBlock;\n        for (var e = 0; e < b; e++) a[f + e] ^= c[e]\n    },\n    r = (d.BlockCipherMode = n.extend({\n        createEncryptor: function(a, f) {\n            return this.Encryptor.create(a, f)\n        },\n        createDecryptor: function(a, f) {\n            return this.Decryptor.create(a, f)\n        },\n        init: function(a, f) {\n            this._cipher = a;\n            this._iv = f\n        }\n    })).extend();\n    r.Encryptor = r.extend({\n        processBlock: function(a, f) {\n            var b = this._cipher,\n            c = b.blockSize;\n            x.call(this, a, f, c);\n            b.encryptBlock(a, f);\n            this._prevBlock = a.slice(f, f + c)\n        }\n    });\n    r.Decryptor = r.extend({\n        processBlock: function(a, b) {\n            var c = this._cipher,\n            e = c.blockSize,\n            d = a.slice(b, b + e);\n            c.decryptBlock(a, b);\n            x.call(this, a, b, e);\n            this._prevBlock = d\n        }\n    });\n    b = b.CBC = r;\n    r = (l.pad = {}).Pkcs7 = {\n        pad: function(a, b) {\n            for (var c = 4 * b,\n            c = c - a.sigBytes % c,\n            e = c << 24 | c << 16 | c << 8 | c,\n            d = [], l = 0; l < c; l += 4) d.push(e);\n            c = p.create(d, c);\n            a.concat(c)\n        },\n        unpad: function(a) {\n            a.sigBytes -= a.words[a.sigBytes - 1 >>> 2] & 255\n        }\n    };\n    d.BlockCipher = v.extend({\n        cfg: v.cfg.extend({\n            mode: b,\n            padding: r\n        }),\n        reset: function() {\n            v.reset.call(this);\n            var a = this.cfg,\n            c = a.iv,\n            a = a.mode;\n            if (this._xformMode == this._ENC_XFORM_MODE) var b = a.createEncryptor;\n            else b = a.createDecryptor,\n            this._minBufferSize = 1;\n            this._mode = b.call(a, this, c && c.words)\n        },\n        _doProcessBlock: function(a, c) {\n            this._mode.processBlock(a, c)\n        },\n        _doFinalize: function() {\n            var a = this.cfg.padding;\n            if (this._xformMode == this._ENC_XFORM_MODE) {\n                a.pad(this._data, this.blockSize);\n                var c = this._process(!0)\n            } else c = this._process(!0),\n            a.unpad(c);\n            return c\n        },\n        blockSize: 4\n    });\n    var e = d.CipherParams = n.extend({\n        init: function(a) {\n            this.mixIn(a)\n        },\n        toString: function(a) {\n            return (a || this.formatter).stringify(this)\n        }\n    }),\n    b = (l.format = {}).OpenSSL = {\n        stringify: function(a) {\n            var c = a.ciphertext;\n            a = a.salt;\n            return (a ? p.create([1398893684, 1701076831]).concat(a).concat(c) : c).toString(q)\n        },\n        parse: function(a) {\n            a = q.parse(a);\n            var c = a.words;\n            if (1398893684 == c[0] && 1701076831 == c[1]) {\n                var b = p.create(c.slice(2, 4));\n                c.splice(0, 4);\n                a.sigBytes -= 16\n            }\n            return e.create({\n                ciphertext: a,\n                salt: b\n            })\n        }\n    },\n    a = d.SerializableCipher = n.extend({\n        cfg: n.extend({\n            format: b\n        }),\n        encrypt: function(a, c, b, d) {\n            d = this.cfg.extend(d);\n            var l = a.createEncryptor(b, d);\n            c = l.finalize(c);\n            l = l.cfg;\n            return e.create({\n                ciphertext: c,\n                key: b,\n                iv: l.iv,\n                algorithm: a,\n                mode: l.mode,\n                padding: l.padding,\n                blockSize: a.blockSize,\n                formatter: d.format\n            })\n        },\n        decrypt: function(a, c, b, e) {\n            e = this.cfg.extend(e);\n            c = this._parse(c, e.format);\n            return a.createDecryptor(b, e).finalize(c.ciphertext)\n        },\n        _parse: function(a, c) {\n            return \"string\" == typeof a ? c.parse(a, this) : a\n        }\n    }),\n    l = (l.kdf = {}).OpenSSL = {\n        execute: function(a, c, b, d) {\n            d || (d = p.random(8));\n            a = w.create({\n                keySize: c + b\n            }).compute(a, d);\n            b = p.create(a.words.slice(c), 4 * b);\n            a.sigBytes = 4 * c;\n            return e.create({\n                key: a,\n                iv: b,\n                salt: d\n            })\n        }\n    },\n    c = d.PasswordBasedCipher = a.extend({\n        cfg: a.cfg.extend({\n            kdf: l\n        }),\n        encrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            e = d.kdf.execute(e, c.keySize, c.ivSize);\n            d.iv = e.iv;\n            c = a.encrypt.call(this, c, b, e.key, d);\n            c.mixIn(e);\n            return c\n        },\n        decrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            b = this._parse(b, d.format);\n            e = d.kdf.execute(e, c.keySize, c.ivSize, b.salt);\n            d.iv = e.iv;\n            return a.decrypt.call(this, c, b, e.key, d)\n        }\n    })\n} (); (function() {\n    function u(b, a) {\n        var c = (this._lBlock >>> b ^ this._rBlock) & a;\n        this._rBlock ^= c;\n        this._lBlock ^= c << b\n    }\n    function l(b, a) {\n        var c = (this._rBlock >>> b ^ this._lBlock) & a;\n        this._lBlock ^= c;\n        this._rBlock ^= c << b\n    }\n    var d = CryptoJS,\n    n = d.lib,\n    p = n.WordArray,\n    n = n.BlockCipher,\n    s = d.algo,\n    q = [57, 49, 41, 33, 25, 17, 9, 1, 58, 50, 42, 34, 26, 18, 10, 2, 59, 51, 43, 35, 27, 19, 11, 3, 60, 52, 44, 36, 63, 55, 47, 39, 31, 23, 15, 7, 62, 54, 46, 38, 30, 22, 14, 6, 61, 53, 45, 37, 29, 21, 13, 5, 28, 20, 12, 4],\n    w = [14, 17, 11, 24, 1, 5, 3, 28, 15, 6, 21, 10, 23, 19, 12, 4, 26, 8, 16, 7, 27, 20, 13, 2, 41, 52, 31, 37, 47, 55, 30, 40, 51, 45, 33, 48, 44, 49, 39, 56, 34, 53, 46, 42, 50, 36, 29, 32],\n    v = [1, 2, 4, 6, 8, 10, 12, 14, 15, 17, 19, 21, 23, 25, 27, 28],\n    b = [{\n        \"0\": 8421888,\n        268435456 : 32768,\n        536870912 : 8421378,\n        805306368 : 2,\n        1073741824 : 512,\n        1342177280 : 8421890,\n        1610612736 : 8389122,\n        1879048192 : 8388608,\n        2147483648 : 514,\n        2415919104 : 8389120,\n        2684354560 : 33280,\n        2952790016 : 8421376,\n        3221225472 : 32770,\n        3489660928 : 8388610,\n        3758096384 : 0,\n        4026531840 : 33282,\n        134217728 : 0,\n        402653184 : 8421890,\n        671088640 : 33282,\n        939524096 : 32768,\n        1207959552 : 8421888,\n        1476395008 : 512,\n        1744830464 : 8421378,\n        2013265920 : 2,\n        2281701376 : 8389120,\n        2550136832 : 33280,\n        2818572288 : 8421376,\n        3087007744 : 8389122,\n        3355443200 : 8388610,\n        3623878656 : 32770,\n        3892314112 : 514,\n        4160749568 : 8388608,\n        1 : 32768,\n        268435457 : 2,\n        536870913 : 8421888,\n        805306369 : 8388608,\n        1073741825 : 8421378,\n        1342177281 : 33280,\n        1610612737 : 512,\n        1879048193 : 8389122,\n        2147483649 : 8421890,\n        2415919105 : 8421376,\n        2684354561 : 8388610,\n        2952790017 : 33282,\n        3221225473 : 514,\n        3489660929 : 8389120,\n        3758096385 : 32770,\n        4026531841 : 0,\n        134217729 : 8421890,\n        402653185 : 8421376,\n        671088641 : 8388608,\n        939524097 : 512,\n        1207959553 : 32768,\n        1476395009 : 8388610,\n        1744830465 : 2,\n        2013265921 : 33282,\n        2281701377 : 32770,\n        2550136833 : 8389122,\n        2818572289 : 514,\n        3087007745 : 8421888,\n        3355443201 : 8389120,\n        3623878657 : 0,\n        3892314113 : 33280,\n        4160749569 : 8421378\n    },\n    {\n        \"0\": 1074282512,\n        16777216 : 16384,\n        33554432 : 524288,\n        50331648 : 1074266128,\n        67108864 : 1073741840,\n        83886080 : 1074282496,\n        100663296 : 1073758208,\n        117440512 : 16,\n        134217728 : 540672,\n        150994944 : 1073758224,\n        167772160 : 1073741824,\n        184549376 : 540688,\n        201326592 : 524304,\n        218103808 : 0,\n        234881024 : 16400,\n        251658240 : 1074266112,\n        8388608 : 1073758208,\n        25165824 : 540688,\n        41943040 : 16,\n        58720256 : 1073758224,\n        75497472 : 1074282512,\n        92274688 : 1073741824,\n        109051904 : 524288,\n        125829120 : 1074266128,\n        142606336 : 524304,\n        159383552 : 0,\n        176160768 : 16384,\n        192937984 : 1074266112,\n        209715200 : 1073741840,\n        226492416 : 540672,\n        243269632 : 1074282496,\n        260046848 : 16400,\n        268435456 : 0,\n        285212672 : 1074266128,\n        301989888 : 1073758224,\n        318767104 : 1074282496,\n        335544320 : 1074266112,\n        352321536 : 16,\n        369098752 : 540688,\n        385875968 : 16384,\n        402653184 : 16400,\n        419430400 : 524288,\n        436207616 : 524304,\n        452984832 : 1073741840,\n        469762048 : 540672,\n        486539264 : 1073758208,\n        503316480 : 1073741824,\n        520093696 : 1074282512,\n        276824064 : 540688,\n        293601280 : 524288,\n        310378496 : 1074266112,\n        327155712 : 16384,\n        343932928 : 1073758208,\n        360710144 : 1074282512,\n        377487360 : 16,\n        394264576 : 1073741824,\n        411041792 : 1074282496,\n        427819008 : 1073741840,\n        444596224 : 1073758224,\n        461373440 : 524304,\n        478150656 : 0,\n        494927872 : 16400,\n        511705088 : 1074266128,\n        528482304 : 540672\n    },\n    {\n        \"0\": 260,\n        1048576 : 0,\n        2097152 : 67109120,\n        3145728 : 65796,\n        4194304 : 65540,\n        5242880 : 67108868,\n        6291456 : 67174660,\n        7340032 : 67174400,\n        8388608 : 67108864,\n        9437184 : 67174656,\n        10485760 : 65792,\n        11534336 : 67174404,\n        12582912 : 67109124,\n        13631488 : 65536,\n        14680064 : 4,\n        15728640 : 256,\n        524288 : 67174656,\n        1572864 : 67174404,\n        2621440 : 0,\n        3670016 : 67109120,\n        4718592 : 67108868,\n        5767168 : 65536,\n        6815744 : 65540,\n        7864320 : 260,\n        8912896 : 4,\n        9961472 : 256,\n        11010048 : 67174400,\n        12058624 : 65796,\n        13107200 : 65792,\n        14155776 : 67109124,\n        15204352 : 67174660,\n        16252928 : 67108864,\n        16777216 : 67174656,\n        17825792 : 65540,\n        18874368 : 65536,\n        19922944 : 67109120,\n        20971520 : 256,\n        22020096 : 67174660,\n        23068672 : 67108868,\n        24117248 : 0,\n        25165824 : 67109124,\n        26214400 : 67108864,\n        27262976 : 4,\n        28311552 : 65792,\n        29360128 : 67174400,\n        30408704 : 260,\n        31457280 : 65796,\n        32505856 : 67174404,\n        17301504 : 67108864,\n        18350080 : 260,\n        19398656 : 67174656,\n        20447232 : 0,\n        21495808 : 65540,\n        22544384 : 67109120,\n        23592960 : 256,\n        24641536 : 67174404,\n        25690112 : 65536,\n        26738688 : 67174660,\n        27787264 : 65796,\n        28835840 : 67108868,\n        29884416 : 67109124,\n        30932992 : 67174400,\n        31981568 : 4,\n        33030144 : 65792\n    },\n    {\n        \"0\": 2151682048,\n        65536 : 2147487808,\n        131072 : 4198464,\n        196608 : 2151677952,\n        262144 : 0,\n        327680 : 4198400,\n        393216 : 2147483712,\n        458752 : 4194368,\n        524288 : 2147483648,\n        589824 : 4194304,\n        655360 : 64,\n        720896 : 2147487744,\n        786432 : 2151678016,\n        851968 : 4160,\n        917504 : 4096,\n        983040 : 2151682112,\n        32768 : 2147487808,\n        98304 : 64,\n        163840 : 2151678016,\n        229376 : 2147487744,\n        294912 : 4198400,\n        360448 : 2151682112,\n        425984 : 0,\n        491520 : 2151677952,\n        557056 : 4096,\n        622592 : 2151682048,\n        688128 : 4194304,\n        753664 : 4160,\n        819200 : 2147483648,\n        884736 : 4194368,\n        950272 : 4198464,\n        1015808 : 2147483712,\n        1048576 : 4194368,\n        1114112 : 4198400,\n        1179648 : 2147483712,\n        1245184 : 0,\n        1310720 : 4160,\n        1376256 : 2151678016,\n        1441792 : 2151682048,\n        1507328 : 2147487808,\n        1572864 : 2151682112,\n        1638400 : 2147483648,\n        1703936 : 2151677952,\n        1769472 : 4198464,\n        1835008 : 2147487744,\n        1900544 : 4194304,\n        1966080 : 64,\n        2031616 : 4096,\n        1081344 : 2151677952,\n        1146880 : 2151682112,\n        1212416 : 0,\n        1277952 : 4198400,\n        1343488 : 4194368,\n        1409024 : 2147483648,\n        1474560 : 2147487808,\n        1540096 : 64,\n        1605632 : 2147483712,\n        1671168 : 4096,\n        1736704 : 2147487744,\n        1802240 : 2151678016,\n        1867776 : 4160,\n        1933312 : 2151682048,\n        1998848 : 4194304,\n        2064384 : 4198464\n    },\n    {\n        \"0\": 128,\n        4096 : 17039360,\n        8192 : 262144,\n        12288 : 536870912,\n        16384 : 537133184,\n        20480 : 16777344,\n        24576 : 553648256,\n        28672 : 262272,\n        32768 : 16777216,\n        36864 : 537133056,\n        40960 : 536871040,\n        45056 : 553910400,\n        49152 : 553910272,\n        53248 : 0,\n        57344 : 17039488,\n        61440 : 553648128,\n        2048 : 17039488,\n        6144 : 553648256,\n        10240 : 128,\n        14336 : 17039360,\n        18432 : 262144,\n        22528 : 537133184,\n        26624 : 553910272,\n        30720 : 536870912,\n        34816 : 537133056,\n        38912 : 0,\n        43008 : 553910400,\n        47104 : 16777344,\n        51200 : 536871040,\n        55296 : 553648128,\n        59392 : 16777216,\n        63488 : 262272,\n        65536 : 262144,\n        69632 : 128,\n        73728 : 536870912,\n        77824 : 553648256,\n        81920 : 16777344,\n        86016 : 553910272,\n        90112 : 537133184,\n        94208 : 16777216,\n        98304 : 553910400,\n        102400 : 553648128,\n        106496 : 17039360,\n        110592 : 537133056,\n        114688 : 262272,\n        118784 : 536871040,\n        122880 : 0,\n        126976 : 17039488,\n        67584 : 553648256,\n        71680 : 16777216,\n        75776 : 17039360,\n        79872 : 537133184,\n        83968 : 536870912,\n        88064 : 17039488,\n        92160 : 128,\n        96256 : 553910272,\n        100352 : 262272,\n        104448 : 553910400,\n        108544 : 0,\n        112640 : 553648128,\n        116736 : 16777344,\n        120832 : 262144,\n        124928 : 537133056,\n        129024 : 536871040\n    },\n    {\n        \"0\": 268435464,\n        256 : 8192,\n        512 : 270532608,\n        768 : 270540808,\n        1024 : 268443648,\n        1280 : 2097152,\n        1536 : 2097160,\n        1792 : 268435456,\n        2048 : 0,\n        2304 : 268443656,\n        2560 : 2105344,\n        2816 : 8,\n        3072 : 270532616,\n        3328 : 2105352,\n        3584 : 8200,\n        3840 : 270540800,\n        128 : 270532608,\n        384 : 270540808,\n        640 : 8,\n        896 : 2097152,\n        1152 : 2105352,\n        1408 : 268435464,\n        1664 : 268443648,\n        1920 : 8200,\n        2176 : 2097160,\n        2432 : 8192,\n        2688 : 268443656,\n        2944 : 270532616,\n        3200 : 0,\n        3456 : 270540800,\n        3712 : 2105344,\n        3968 : 268435456,\n        4096 : 268443648,\n        4352 : 270532616,\n        4608 : 270540808,\n        4864 : 8200,\n        5120 : 2097152,\n        5376 : 268435456,\n        5632 : 268435464,\n        5888 : 2105344,\n        6144 : 2105352,\n        6400 : 0,\n        6656 : 8,\n        6912 : 270532608,\n        7168 : 8192,\n        7424 : 268443656,\n        7680 : 270540800,\n        7936 : 2097160,\n        4224 : 8,\n        4480 : 2105344,\n        4736 : 2097152,\n        4992 : 268435464,\n        5248 : 268443648,\n        5504 : 8200,\n        5760 : 270540808,\n        6016 : 270532608,\n        6272 : 270540800,\n        6528 : 270532616,\n        6784 : 8192,\n        7040 : 2105352,\n        7296 : 2097160,\n        7552 : 0,\n        7808 : 268435456,\n        8064 : 268443656\n    },\n    {\n        \"0\": 1048576,\n        16 : 33555457,\n        32 : 1024,\n        48 : 1049601,\n        64 : 34604033,\n        80 : 0,\n        96 : 1,\n        112 : 34603009,\n        128 : 33555456,\n        144 : 1048577,\n        160 : 33554433,\n        176 : 34604032,\n        192 : 34603008,\n        208 : 1025,\n        224 : 1049600,\n        240 : 33554432,\n        8 : 34603009,\n        24 : 0,\n        40 : 33555457,\n        56 : 34604032,\n        72 : 1048576,\n        88 : 33554433,\n        104 : 33554432,\n        120 : 1025,\n        136 : 1049601,\n        152 : 33555456,\n        168 : 34603008,\n        184 : 1048577,\n        200 : 1024,\n        216 : 34604033,\n        232 : 1,\n        248 : 1049600,\n        256 : 33554432,\n        272 : 1048576,\n        288 : 33555457,\n        304 : 34603009,\n        320 : 1048577,\n        336 : 33555456,\n        352 : 34604032,\n        368 : 1049601,\n        384 : 1025,\n        400 : 34604033,\n        416 : 1049600,\n        432 : 1,\n        448 : 0,\n        464 : 34603008,\n        480 : 33554433,\n        496 : 1024,\n        264 : 1049600,\n        280 : 33555457,\n        296 : 34603009,\n        312 : 1,\n        328 : 33554432,\n        344 : 1048576,\n        360 : 1025,\n        376 : 34604032,\n        392 : 33554433,\n        408 : 34603008,\n        424 : 0,\n        440 : 34604033,\n        456 : 1049601,\n        472 : 1024,\n        488 : 33555456,\n        504 : 1048577\n    },\n    {\n        \"0\": 134219808,\n        1 : 131072,\n        2 : 134217728,\n        3 : 32,\n        4 : 131104,\n        5 : 134350880,\n        6 : 134350848,\n        7 : 2048,\n        8 : 134348800,\n        9 : 134219776,\n        10 : 133120,\n        11 : 134348832,\n        12 : 2080,\n        13 : 0,\n        14 : 134217760,\n        15 : 133152,\n        2147483648 : 2048,\n        2147483649 : 134350880,\n        2147483650 : 134219808,\n        2147483651 : 134217728,\n        2147483652 : 134348800,\n        2147483653 : 133120,\n        2147483654 : 133152,\n        2147483655 : 32,\n        2147483656 : 134217760,\n        2147483657 : 2080,\n        2147483658 : 131104,\n        2147483659 : 134350848,\n        2147483660 : 0,\n        2147483661 : 134348832,\n        2147483662 : 134219776,\n        2147483663 : 131072,\n        16 : 133152,\n        17 : 134350848,\n        18 : 32,\n        19 : 2048,\n        20 : 134219776,\n        21 : 134217760,\n        22 : 134348832,\n        23 : 131072,\n        24 : 0,\n        25 : 131104,\n        26 : 134348800,\n        27 : 134219808,\n        28 : 134350880,\n        29 : 133120,\n        30 : 2080,\n        31 : 134217728,\n        2147483664 : 131072,\n        2147483665 : 2048,\n        2147483666 : 134348832,\n        2147483667 : 133152,\n        2147483668 : 32,\n        2147483669 : 134348800,\n        2147483670 : 134217728,\n        2147483671 : 134219808,\n        2147483672 : 134350880,\n        2147483673 : 134217760,\n        2147483674 : 134219776,\n        2147483675 : 0,\n        2147483676 : 133120,\n        2147483677 : 2080,\n        2147483678 : 131104,\n        2147483679 : 134350848\n    }],\n    x = [4160749569, 528482304, 33030144, 2064384, 129024, 8064, 504, 2147483679],\n    r = s.DES = n.extend({\n        _doReset: function() {\n            for (var b = this._key.words,\n            a = [], c = 0; 56 > c; c++) {\n                var d = q[c] - 1;\n                a[c] = b[d >>> 5] >>> 31 - d % 32 & 1\n            }\n            b = this._subKeys = [];\n            for (d = 0; 16 > d; d++) {\n                for (var f = b[d] = [], l = v[d], c = 0; 24 > c; c++) f[c / 6 | 0] |= a[(w[c] - 1 + l) % 28] << 31 - c % 6,\n                f[4 + (c / 6 | 0)] |= a[28 + (w[c + 24] - 1 + l) % 28] << 31 - c % 6;\n                f[0] = f[0] << 1 | f[0] >>> 31;\n                for (c = 1; 7 > c; c++) f[c] >>>= 4 * (c - 1) + 3;\n                f[7] = f[7] << 5 | f[7] >>> 27\n            }\n            a = this._invSubKeys = [];\n            for (c = 0; 16 > c; c++) a[c] = b[15 - c]\n        },\n        encryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._subKeys)\n        },\n        decryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._invSubKeys)\n        },\n        _doCryptBlock: function(e, a, c) {\n            this._lBlock = e[a];\n            this._rBlock = e[a + 1];\n            u.call(this, 4, 252645135);\n            u.call(this, 16, 65535);\n            l.call(this, 2, 858993459);\n            l.call(this, 8, 16711935);\n            u.call(this, 1, 1431655765);\n            for (var d = 0; 16 > d; d++) {\n                for (var f = c[d], n = this._lBlock, p = this._rBlock, q = 0, r = 0; 8 > r; r++) q |= b[r][((p ^ f[r]) & x[r]) >>> 0];\n                this._lBlock = p;\n                this._rBlock = n ^ q\n            }\n            c = this._lBlock;\n            this._lBlock = this._rBlock;\n            this._rBlock = c;\n            u.call(this, 1, 1431655765);\n            l.call(this, 8, 16711935);\n            l.call(this, 2, 858993459);\n            u.call(this, 16, 65535);\n            u.call(this, 4, 252645135);\n            e[a] = this._lBlock;\n            e[a + 1] = this._rBlock\n        },\n        keySize: 2,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.DES = n._createHelper(r);\n    s = s.TripleDES = n.extend({\n        _doReset: function() {\n            var b = this._key.words;\n            this._des1 = r.createEncryptor(p.create(b.slice(0, 2)));\n            this._des2 = r.createEncryptor(p.create(b.slice(2, 4)));\n            this._des3 = r.createEncryptor(p.create(b.slice(4, 6)))\n        },\n        encryptBlock: function(b, a) {\n            this._des1.encryptBlock(b, a);\n            this._des2.decryptBlock(b, a);\n            this._des3.encryptBlock(b, a)\n        },\n        decryptBlock: function(b, a) {\n            this._des3.decryptBlock(b, a);\n            this._des2.encryptBlock(b, a);\n            this._des1.decryptBlock(b, a)\n        },\n        keySize: 6,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.TripleDES = n._createHelper(s)\n})();\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\n/**\n * Electronic Codebook block mode.\n */\nCryptoJS.mode.ECB = (function() {\n    var ECB = CryptoJS.lib.BlockCipherMode.extend();\n\n    ECB.Encryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.encryptBlock(words, offset);\n        }\n    });\n\n    ECB.Decryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.decryptBlock(words, offset);\n        }\n    });\n\n    return ECB;\n} ());\n\nfunction encryptByDES(message, key) {\n    var keyHex = CryptoJS.enc.Utf8.parse(key);\n    var encrypted = CryptoJS.DES.encrypt(message, keyHex, {\n        mode: CryptoJS.mode.ECB,\n        padding: CryptoJS.pad.Pkcs7\n    });\n    return encrypted.toString()\n}\n//DES加密结束\nvar userId=userId||'0';\nvar deskey = wapToken||'web@hzlq';\nvar siteId=siteId||'1';\nfunction getPostUrl(data,type) {\nvar url = 'http://m.ndlib.cn/nlc_read_home/service.do,';\nvar md5Key = 'library_2016@hzlq';\nvalue = {\n    siteId: siteId,\n    data: encryptByDES(JSON.stringify(data), deskey),\n    userId: userId,\n    fromSource: 3,\n    osType: 5,\n    version: \"1.0.1\",\n    versionCode: 10001,\n    timeStamp: data.timeStamp,\n    hashCode: md5(data.timeStamp + md5Key)\n}\nvar option={\n\"method\":\"POST\",\n\"body\":'cmd='+type+'&value=' + encodeURIComponent(JSON.stringify(value))\n}\nreturn url + JSON.stringify(option);\n}\n\n//获取登录信息\nif((account&&pwd&&(!wapToken))){\nvar loginInfo={\ntimeStamp:Date.now(),\naccount:account,\npwd:pwd\n}\nvar loginInfoUrl=getPostUrl(loginInfo,'login');\nvar ddd=String(java.ajax(loginInfoUrl));\nvar loginData=JSON.parse(ddd).returnObject;\nuserId=loginData.userId;\nsiteId=loginData.siteId;\ndeskey=loginData.wapToken;\n}\njava.put('userId',userId);\njava.put('deskey',deskey);\njava.put('siteId',siteId);\nresult",
      "chapterName": "$.chapterName",
      "chapterUrl": "$.chapterId@js:\n//md5加密开始\nvar rotateLeft = function(lValue, iShiftBits) {\n    return (lValue << iShiftBits) | (lValue >>> (32 - iShiftBits))\n}\nvar addUnsigned = function(lX, lY) {\n    var lX4, lY4, lX8, lY8, lResult;\n    lX8 = (lX & 0x80000000);\n    lY8 = (lY & 0x80000000);\n    lX4 = (lX & 0x40000000);\n    lY4 = (lY & 0x40000000);\n    lResult = (lX & 0x3FFFFFFF) + (lY & 0x3FFFFFFF);\n    if (lX4 & lY4) return (lResult ^ 0x80000000 ^ lX8 ^ lY8);\n    if (lX4 | lY4) {\n        if (lResult & 0x40000000) return (lResult ^ 0xC0000000 ^ lX8 ^ lY8);\n        else return (lResult ^ 0x40000000 ^ lX8 ^ lY8)\n    } else {\n        return (lResult ^ lX8 ^ lY8)\n    }\n}\nvar F = function(x, y, z) {\n    return (x & y) | ((~x) & z)\n}\nvar G = function(x, y, z) {\n    return (x & z) | (y & (~z))\n}\nvar H = function(x, y, z) {\n    return (x ^ y ^ z)\n}\nvar I = function(x, y, z) {\n    return (y ^ (x | (~z)))\n}\nvar FF = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(F(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar GG = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(G(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar HH = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(H(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar II = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(I(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar convertToWordArray = function(string) {\n    var lWordCount;\n    var lMessageLength = string.length;\n    var lNumberOfWordsTempOne = lMessageLength + 8;\n    var lNumberOfWordsTempTwo = (lNumberOfWordsTempOne - (lNumberOfWordsTempOne % 64)) / 64;\n    var lNumberOfWords = (lNumberOfWordsTempTwo + 1) * 16;\n    var lWordArray = Array(lNumberOfWords - 1);\n    var lBytePosition = 0;\n    var lByteCount = 0;\n    while (lByteCount < lMessageLength) {\n        lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n        lBytePosition = (lByteCount % 4) * 8;\n        lWordArray[lWordCount] = (lWordArray[lWordCount] | (string.charCodeAt(lByteCount) << lBytePosition));\n        lByteCount++\n    }\n    lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n    lBytePosition = (lByteCount % 4) * 8;\n    lWordArray[lWordCount] = lWordArray[lWordCount] | (0x80 << lBytePosition);\n    lWordArray[lNumberOfWords - 2] = lMessageLength << 3;\n    lWordArray[lNumberOfWords - 1] = lMessageLength >>> 29;\n    return lWordArray\n};\nvar wordToHex = function(lValue) {\n    var WordToHexValue = \"\",\n    WordToHexValueTemp = \"\",\n    lByte, lCount;\n    for (lCount = 0; lCount <= 3; lCount++) {\n        lByte = (lValue >>> (lCount * 8)) & 255;\n        WordToHexValueTemp = \"0\" + lByte.toString(16);\n        WordToHexValue = WordToHexValue + WordToHexValueTemp.substr(WordToHexValueTemp.length - 2, 2)\n    }\n    return WordToHexValue\n};\nvar uTF8Encode = function(string) {\n    string = string.replace(/\\x0d\\x0a/g, \"\\x0a\");\n    var output = \"\";\n    for (var n = 0; n < string.length; n++) {\n        var c = string.charCodeAt(n);\n        if (c < 128) {\n            output += String.fromCharCode(c)\n        } else if ((c > 127) && (c < 2048)) {\n            output += String.fromCharCode((c >> 6) | 192);\n            output += String.fromCharCode((c & 63) | 128)\n        } else {\n            output += String.fromCharCode((c >> 12) | 224);\n            output += String.fromCharCode(((c >> 6) & 63) | 128);\n            output += String.fromCharCode((c & 63) | 128)\n        }\n    }\n    return output;\n};\nfunction md5(string) {\n    var x = Array();\n    var k, AA, BB, CC, DD, a, b, c, d;\n    var S11 = 7,\n    S12 = 12,\n    S13 = 17,\n    S14 = 22;\n    var S21 = 5,\n    S22 = 9,\n    S23 = 14,\n    S24 = 20;\n    var S31 = 4,\n    S32 = 11,\n    S33 = 16,\n    S34 = 23;\n    var S41 = 6,\n    S42 = 10,\n    S43 = 15,\n    S44 = 21;\n    string = uTF8Encode(string);\n    x = convertToWordArray(string);\n    a = 0x67452301;\n    b = 0xEFCDAB89;\n    c = 0x98BADCFE;\n    d = 0x10325476;\n    for (k = 0; k < x.length; k += 16) {\n        AA = a;\n        BB = b;\n        CC = c;\n        DD = d;\n        a = FF(a, b, c, d, x[k + 0], S11, 0xD76AA478);\n        d = FF(d, a, b, c, x[k + 1], S12, 0xE8C7B756);\n        c = FF(c, d, a, b, x[k + 2], S13, 0x242070DB);\n        b = FF(b, c, d, a, x[k + 3], S14, 0xC1BDCEEE);\n        a = FF(a, b, c, d, x[k + 4], S11, 0xF57C0FAF);\n        d = FF(d, a, b, c, x[k + 5], S12, 0x4787C62A);\n        c = FF(c, d, a, b, x[k + 6], S13, 0xA8304613);\n        b = FF(b, c, d, a, x[k + 7], S14, 0xFD469501);\n        a = FF(a, b, c, d, x[k + 8], S11, 0x698098D8);\n        d = FF(d, a, b, c, x[k + 9], S12, 0x8B44F7AF);\n        c = FF(c, d, a, b, x[k + 10], S13, 0xFFFF5BB1);\n        b = FF(b, c, d, a, x[k + 11], S14, 0x895CD7BE);\n        a = FF(a, b, c, d, x[k + 12], S11, 0x6B901122);\n        d = FF(d, a, b, c, x[k + 13], S12, 0xFD987193);\n        c = FF(c, d, a, b, x[k + 14], S13, 0xA679438E);\n        b = FF(b, c, d, a, x[k + 15], S14, 0x49B40821);\n        a = GG(a, b, c, d, x[k + 1], S21, 0xF61E2562);\n        d = GG(d, a, b, c, x[k + 6], S22, 0xC040B340);\n        c = GG(c, d, a, b, x[k + 11], S23, 0x265E5A51);\n        b = GG(b, c, d, a, x[k + 0], S24, 0xE9B6C7AA);\n        a = GG(a, b, c, d, x[k + 5], S21, 0xD62F105D);\n        d = GG(d, a, b, c, x[k + 10], S22, 0x2441453);\n        c = GG(c, d, a, b, x[k + 15], S23, 0xD8A1E681);\n        b = GG(b, c, d, a, x[k + 4], S24, 0xE7D3FBC8);\n        a = GG(a, b, c, d, x[k + 9], S21, 0x21E1CDE6);\n        d = GG(d, a, b, c, x[k + 14], S22, 0xC33707D6);\n        c = GG(c, d, a, b, x[k + 3], S23, 0xF4D50D87);\n        b = GG(b, c, d, a, x[k + 8], S24, 0x455A14ED);\n        a = GG(a, b, c, d, x[k + 13], S21, 0xA9E3E905);\n        d = GG(d, a, b, c, x[k + 2], S22, 0xFCEFA3F8);\n        c = GG(c, d, a, b, x[k + 7], S23, 0x676F02D9);\n        b = GG(b, c, d, a, x[k + 12], S24, 0x8D2A4C8A);\n        a = HH(a, b, c, d, x[k + 5], S31, 0xFFFA3942);\n        d = HH(d, a, b, c, x[k + 8], S32, 0x8771F681);\n        c = HH(c, d, a, b, x[k + 11], S33, 0x6D9D6122);\n        b = HH(b, c, d, a, x[k + 14], S34, 0xFDE5380C);\n        a = HH(a, b, c, d, x[k + 1], S31, 0xA4BEEA44);\n        d = HH(d, a, b, c, x[k + 4], S32, 0x4BDECFA9);\n        c = HH(c, d, a, b, x[k + 7], S33, 0xF6BB4B60);\n        b = HH(b, c, d, a, x[k + 10], S34, 0xBEBFBC70);\n        a = HH(a, b, c, d, x[k + 13], S31, 0x289B7EC6);\n        d = HH(d, a, b, c, x[k + 0], S32, 0xEAA127FA);\n        c = HH(c, d, a, b, x[k + 3], S33, 0xD4EF3085);\n        b = HH(b, c, d, a, x[k + 6], S34, 0x4881D05);\n        a = HH(a, b, c, d, x[k + 9], S31, 0xD9D4D039);\n        d = HH(d, a, b, c, x[k + 12], S32, 0xE6DB99E5);\n        c = HH(c, d, a, b, x[k + 15], S33, 0x1FA27CF8);\n        b = HH(b, c, d, a, x[k + 2], S34, 0xC4AC5665);\n        a = II(a, b, c, d, x[k + 0], S41, 0xF4292244);\n        d = II(d, a, b, c, x[k + 7], S42, 0x432AFF97);\n        c = II(c, d, a, b, x[k + 14], S43, 0xAB9423A7);\n        b = II(b, c, d, a, x[k + 5], S44, 0xFC93A039);\n        a = II(a, b, c, d, x[k + 12], S41, 0x655B59C3);\n        d = II(d, a, b, c, x[k + 3], S42, 0x8F0CCC92);\n        c = II(c, d, a, b, x[k + 10], S43, 0xFFEFF47D);\n        b = II(b, c, d, a, x[k + 1], S44, 0x85845DD1);\n        a = II(a, b, c, d, x[k + 8], S41, 0x6FA87E4F);\n        d = II(d, a, b, c, x[k + 15], S42, 0xFE2CE6E0);\n        c = II(c, d, a, b, x[k + 6], S43, 0xA3014314);\n        b = II(b, c, d, a, x[k + 13], S44, 0x4E0811A1);\n        a = II(a, b, c, d, x[k + 4], S41, 0xF7537E82);\n        d = II(d, a, b, c, x[k + 11], S42, 0xBD3AF235);\n        c = II(c, d, a, b, x[k + 2], S43, 0x2AD7D2BB);\n        b = II(b, c, d, a, x[k + 9], S44, 0xEB86D391);\n        a = addUnsigned(a, AA);\n        b = addUnsigned(b, BB);\n        c = addUnsigned(c, CC);\n        d = addUnsigned(d, DD);\n    };\n    var tempValue = wordToHex(a) + wordToHex(b) + wordToHex(c) + wordToHex(d);\n    return tempValue.toLowerCase();\n}\n//md5加密结束\n//DES加密开始\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\nvar CryptoJS = CryptoJS ||\nfunction(u, l) {\n    var d = {},\n    n = d.lib = {},\n    p = function() {},\n    s = n.Base = {\n        extend: function(a) {\n            p.prototype = this;\n            var c = new p;\n            a && c.mixIn(a);\n            c.hasOwnProperty(\"init\") || (c.init = function() {\n                c.$super.init.apply(this, arguments)\n            });\n            c.init.prototype = c;\n            c.$super = this;\n            return c\n        },\n        create: function() {\n            var a = this.extend();\n            a.init.apply(a, arguments);\n            return a\n        },\n        init: function() {},\n        mixIn: function(a) {\n            for (var c in a) a.hasOwnProperty(c) && (this[c] = a[c]);\n            a.hasOwnProperty(\"toString\") && (this.toString = a.toString)\n        },\n        clone: function() {\n            return this.init.prototype.extend(this)\n        }\n    },\n    q = n.WordArray = s.extend({\n        init: function(a, c) {\n            a = this.words = a || [];\n            this.sigBytes = c != l ? c: 4 * a.length\n        },\n        toString: function(a) {\n            return (a || v).stringify(this)\n        },\n        concat: function(a) {\n            var c = this.words,\n            m = a.words,\n            f = this.sigBytes;\n            a = a.sigBytes;\n            this.clamp();\n            if (f % 4) for (var t = 0; t < a; t++) c[f + t >>> 2] |= (m[t >>> 2] >>> 24 - 8 * (t % 4) & 255) << 24 - 8 * ((f + t) % 4);\n            else if (65535 < m.length) for (t = 0; t < a; t += 4) c[f + t >>> 2] = m[t >>> 2];\n            else c.push.apply(c, m);\n            this.sigBytes += a;\n            return this\n        },\n        clamp: function() {\n            var a = this.words,\n            c = this.sigBytes;\n            a[c >>> 2] &= 4294967295 << 32 - 8 * (c % 4);\n            a.length = u.ceil(c / 4)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a.words = this.words.slice(0);\n            return a\n        },\n        random: function(a) {\n            for (var c = [], m = 0; m < a; m += 4) c.push(4294967296 * u.random() | 0);\n            return new q.init(c, a)\n        }\n    }),\n    w = d.enc = {},\n    v = w.Hex = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) {\n                var t = c[f >>> 2] >>> 24 - 8 * (f % 4) & 255;\n                m.push((t >>> 4).toString(16));\n                m.push((t & 15).toString(16))\n            }\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f += 2) m[f >>> 3] |= parseInt(a.substr(f, 2), 16) << 24 - 4 * (f % 8);\n            return new q.init(m, c / 2)\n        }\n    },\n    b = w.Latin1 = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) m.push(String.fromCharCode(c[f >>> 2] >>> 24 - 8 * (f % 4) & 255));\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f++) m[f >>> 2] |= (a.charCodeAt(f) & 255) << 24 - 8 * (f % 4);\n            return new q.init(m, c)\n        }\n    },\n    x = w.Utf8 = {\n        stringify: function(a) {\n            try {\n                return decodeURIComponent(escape(b.stringify(a)))\n            } catch(c) {\n                throw Error(\"Malformed UTF-8 data\");\n            }\n        },\n        parse: function(a) {\n            return b.parse(unescape(encodeURIComponent(a)))\n        }\n    },\n    r = n.BufferedBlockAlgorithm = s.extend({\n        reset: function() {\n            this._data = new q.init;\n            this._nDataBytes = 0\n        },\n        _append: function(a) {\n            \"string\" == typeof a && (a = x.parse(a));\n            this._data.concat(a);\n            this._nDataBytes += a.sigBytes\n        },\n        _process: function(a) {\n            var c = this._data,\n            m = c.words,\n            f = c.sigBytes,\n            t = this.blockSize,\n            b = f / (4 * t),\n            b = a ? u.ceil(b) : u.max((b | 0) - this._minBufferSize, 0);\n            a = b * t;\n            f = u.min(4 * a, f);\n            if (a) {\n                for (var e = 0; e < a; e += t) this._doProcessBlock(m, e);\n                e = m.splice(0, a);\n                c.sigBytes -= f\n            }\n            return new q.init(e, f)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a._data = this._data.clone();\n            return a\n        },\n        _minBufferSize: 0\n    });\n    n.Hasher = r.extend({\n        cfg: s.extend(),\n        init: function(a) {\n            this.cfg = this.cfg.extend(a);\n            this.reset()\n        },\n        reset: function() {\n            r.reset.call(this);\n            this._doReset()\n        },\n        update: function(a) {\n            this._append(a);\n            this._process();\n            return this\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        blockSize: 16,\n        _createHelper: function(a) {\n            return function(c, m) {\n                return (new a.init(m)).finalize(c)\n            }\n        },\n        _createHmacHelper: function(a) {\n            return function(c, m) {\n                return (new e.HMAC.init(a, m)).finalize(c)\n            }\n        }\n    });\n    var e = d.algo = {};\n    return d\n} (Math); (function() {\n    var u = CryptoJS,\n    l = u.lib.WordArray;\n    u.enc.Base64 = {\n        stringify: function(d) {\n            var n = d.words,\n            l = d.sigBytes,\n            s = this._map;\n            d.clamp();\n            d = [];\n            for (var q = 0; q < l; q += 3) for (var w = (n[q >>> 2] >>> 24 - 8 * (q % 4) & 255) << 16 | (n[q + 1 >>> 2] >>> 24 - 8 * ((q + 1) % 4) & 255) << 8 | n[q + 2 >>> 2] >>> 24 - 8 * ((q + 2) % 4) & 255, v = 0; 4 > v && q + 0.75 * v < l; v++) d.push(s.charAt(w >>> 6 * (3 - v) & 63));\n            if (n = s.charAt(64)) for (; d.length % 4;) d.push(n);\n            return d.join(\"\")\n        },\n        parse: function(d) {\n            var n = d.length,\n            p = this._map,\n            s = p.charAt(64);\n            s && (s = d.indexOf(s), -1 != s && (n = s));\n            for (var s = [], q = 0, w = 0; w < n; w++) if (w % 4) {\n                var v = p.indexOf(d.charAt(w - 1)) << 2 * (w % 4),\n                b = p.indexOf(d.charAt(w)) >>> 6 - 2 * (w % 4);\n                s[q >>> 2] |= (v | b) << 24 - 8 * (q % 4);\n                q++\n            }\n            return l.create(s, q)\n        },\n        _map: \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\"\n    }\n})(); (function(u) {\n    function l(b, e, a, c, m, f, t) {\n        b = b + (e & a | ~e & c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function d(b, e, a, c, m, f, t) {\n        b = b + (e & c | a & ~c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function n(b, e, a, c, m, f, t) {\n        b = b + (e ^ a ^ c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function p(b, e, a, c, m, f, t) {\n        b = b + (a ^ (e | ~c)) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    for (var s = CryptoJS,\n    q = s.lib,\n    w = q.WordArray,\n    v = q.Hasher,\n    q = s.algo,\n    b = [], x = 0; 64 > x; x++) b[x] = 4294967296 * u.abs(u.sin(x + 1)) | 0;\n    q = q.MD5 = v.extend({\n        _doReset: function() {\n            this._hash = new w.init([1732584193, 4023233417, 2562383102, 271733878])\n        },\n        _doProcessBlock: function(r, e) {\n            for (var a = 0; 16 > a; a++) {\n                var c = e + a,\n                m = r[c];\n                r[c] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360\n            }\n            var a = this._hash.words,\n            c = r[e + 0],\n            m = r[e + 1],\n            f = r[e + 2],\n            t = r[e + 3],\n            y = r[e + 4],\n            q = r[e + 5],\n            s = r[e + 6],\n            w = r[e + 7],\n            v = r[e + 8],\n            u = r[e + 9],\n            x = r[e + 10],\n            z = r[e + 11],\n            A = r[e + 12],\n            B = r[e + 13],\n            C = r[e + 14],\n            D = r[e + 15],\n            g = a[0],\n            h = a[1],\n            j = a[2],\n            k = a[3],\n            g = l(g, h, j, k, c, 7, b[0]),\n            k = l(k, g, h, j, m, 12, b[1]),\n            j = l(j, k, g, h, f, 17, b[2]),\n            h = l(h, j, k, g, t, 22, b[3]),\n            g = l(g, h, j, k, y, 7, b[4]),\n            k = l(k, g, h, j, q, 12, b[5]),\n            j = l(j, k, g, h, s, 17, b[6]),\n            h = l(h, j, k, g, w, 22, b[7]),\n            g = l(g, h, j, k, v, 7, b[8]),\n            k = l(k, g, h, j, u, 12, b[9]),\n            j = l(j, k, g, h, x, 17, b[10]),\n            h = l(h, j, k, g, z, 22, b[11]),\n            g = l(g, h, j, k, A, 7, b[12]),\n            k = l(k, g, h, j, B, 12, b[13]),\n            j = l(j, k, g, h, C, 17, b[14]),\n            h = l(h, j, k, g, D, 22, b[15]),\n            g = d(g, h, j, k, m, 5, b[16]),\n            k = d(k, g, h, j, s, 9, b[17]),\n            j = d(j, k, g, h, z, 14, b[18]),\n            h = d(h, j, k, g, c, 20, b[19]),\n            g = d(g, h, j, k, q, 5, b[20]),\n            k = d(k, g, h, j, x, 9, b[21]),\n            j = d(j, k, g, h, D, 14, b[22]),\n            h = d(h, j, k, g, y, 20, b[23]),\n            g = d(g, h, j, k, u, 5, b[24]),\n            k = d(k, g, h, j, C, 9, b[25]),\n            j = d(j, k, g, h, t, 14, b[26]),\n            h = d(h, j, k, g, v, 20, b[27]),\n            g = d(g, h, j, k, B, 5, b[28]),\n            k = d(k, g, h, j, f, 9, b[29]),\n            j = d(j, k, g, h, w, 14, b[30]),\n            h = d(h, j, k, g, A, 20, b[31]),\n            g = n(g, h, j, k, q, 4, b[32]),\n            k = n(k, g, h, j, v, 11, b[33]),\n            j = n(j, k, g, h, z, 16, b[34]),\n            h = n(h, j, k, g, C, 23, b[35]),\n            g = n(g, h, j, k, m, 4, b[36]),\n            k = n(k, g, h, j, y, 11, b[37]),\n            j = n(j, k, g, h, w, 16, b[38]),\n            h = n(h, j, k, g, x, 23, b[39]),\n            g = n(g, h, j, k, B, 4, b[40]),\n            k = n(k, g, h, j, c, 11, b[41]),\n            j = n(j, k, g, h, t, 16, b[42]),\n            h = n(h, j, k, g, s, 23, b[43]),\n            g = n(g, h, j, k, u, 4, b[44]),\n            k = n(k, g, h, j, A, 11, b[45]),\n            j = n(j, k, g, h, D, 16, b[46]),\n            h = n(h, j, k, g, f, 23, b[47]),\n            g = p(g, h, j, k, c, 6, b[48]),\n            k = p(k, g, h, j, w, 10, b[49]),\n            j = p(j, k, g, h, C, 15, b[50]),\n            h = p(h, j, k, g, q, 21, b[51]),\n            g = p(g, h, j, k, A, 6, b[52]),\n            k = p(k, g, h, j, t, 10, b[53]),\n            j = p(j, k, g, h, x, 15, b[54]),\n            h = p(h, j, k, g, m, 21, b[55]),\n            g = p(g, h, j, k, v, 6, b[56]),\n            k = p(k, g, h, j, D, 10, b[57]),\n            j = p(j, k, g, h, s, 15, b[58]),\n            h = p(h, j, k, g, B, 21, b[59]),\n            g = p(g, h, j, k, y, 6, b[60]),\n            k = p(k, g, h, j, z, 10, b[61]),\n            j = p(j, k, g, h, f, 15, b[62]),\n            h = p(h, j, k, g, u, 21, b[63]);\n            a[0] = a[0] + g | 0;\n            a[1] = a[1] + h | 0;\n            a[2] = a[2] + j | 0;\n            a[3] = a[3] + k | 0\n        },\n        _doFinalize: function() {\n            var b = this._data,\n            e = b.words,\n            a = 8 * this._nDataBytes,\n            c = 8 * b.sigBytes;\n            e[c >>> 5] |= 128 << 24 - c % 32;\n            var m = u.floor(a / 4294967296);\n            e[(c + 64 >>> 9 << 4) + 15] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360;\n            e[(c + 64 >>> 9 << 4) + 14] = (a << 8 | a >>> 24) & 16711935 | (a << 24 | a >>> 8) & 4278255360;\n            b.sigBytes = 4 * (e.length + 1);\n            this._process();\n            b = this._hash;\n            e = b.words;\n            for (a = 0; 4 > a; a++) c = e[a],\n            e[a] = (c << 8 | c >>> 24) & 16711935 | (c << 24 | c >>> 8) & 4278255360;\n            return b\n        },\n        clone: function() {\n            var b = v.clone.call(this);\n            b._hash = this._hash.clone();\n            return b\n        }\n    });\n    s.MD5 = v._createHelper(q);\n    s.HmacMD5 = v._createHmacHelper(q)\n})(Math); (function() {\n    var u = CryptoJS,\n    l = u.lib,\n    d = l.Base,\n    n = l.WordArray,\n    l = u.algo,\n    p = l.EvpKDF = d.extend({\n        cfg: d.extend({\n            keySize: 4,\n            hasher: l.MD5,\n            iterations: 1\n        }),\n        init: function(d) {\n            this.cfg = this.cfg.extend(d)\n        },\n        compute: function(d, l) {\n            for (var p = this.cfg,\n            v = p.hasher.create(), b = n.create(), u = b.words, r = p.keySize, p = p.iterations; u.length < r;) {\n                e && v.update(e);\n                var e = v.update(d).finalize(l);\n                v.reset();\n                for (var a = 1; a < p; a++) e = v.finalize(e),\n                v.reset();\n                b.concat(e)\n            }\n            b.sigBytes = 4 * r;\n            return b\n        }\n    });\n    u.EvpKDF = function(d, l, n) {\n        return p.create(n).compute(d, l)\n    }\n})();\nCryptoJS.lib.Cipher ||\nfunction(u) {\n    var l = CryptoJS,\n    d = l.lib,\n    n = d.Base,\n    p = d.WordArray,\n    s = d.BufferedBlockAlgorithm,\n    q = l.enc.Base64,\n    w = l.algo.EvpKDF,\n    v = d.Cipher = s.extend({\n        cfg: n.extend(),\n        createEncryptor: function(m, a) {\n            return this.create(this._ENC_XFORM_MODE, m, a)\n        },\n        createDecryptor: function(m, a) {\n            return this.create(this._DEC_XFORM_MODE, m, a)\n        },\n        init: function(m, a, b) {\n            this.cfg = this.cfg.extend(b);\n            this._xformMode = m;\n            this._key = a;\n            this.reset()\n        },\n        reset: function() {\n            s.reset.call(this);\n            this._doReset()\n        },\n        process: function(a) {\n            this._append(a);\n            return this._process()\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        keySize: 4,\n        ivSize: 4,\n        _ENC_XFORM_MODE: 1,\n        _DEC_XFORM_MODE: 2,\n        _createHelper: function(m) {\n            return {\n                encrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).encrypt(m, f, b, e)\n                },\n                decrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).decrypt(m, f, b, e)\n                }\n            }\n        }\n    });\n    d.StreamCipher = v.extend({\n        _doFinalize: function() {\n            return this._process(!0)\n        },\n        blockSize: 1\n    });\n    var b = l.mode = {},\n    x = function(a, f, b) {\n        var c = this._iv;\n        c ? this._iv = u: c = this._prevBlock;\n        for (var e = 0; e < b; e++) a[f + e] ^= c[e]\n    },\n    r = (d.BlockCipherMode = n.extend({\n        createEncryptor: function(a, f) {\n            return this.Encryptor.create(a, f)\n        },\n        createDecryptor: function(a, f) {\n            return this.Decryptor.create(a, f)\n        },\n        init: function(a, f) {\n            this._cipher = a;\n            this._iv = f\n        }\n    })).extend();\n    r.Encryptor = r.extend({\n        processBlock: function(a, f) {\n            var b = this._cipher,\n            c = b.blockSize;\n            x.call(this, a, f, c);\n            b.encryptBlock(a, f);\n            this._prevBlock = a.slice(f, f + c)\n        }\n    });\n    r.Decryptor = r.extend({\n        processBlock: function(a, b) {\n            var c = this._cipher,\n            e = c.blockSize,\n            d = a.slice(b, b + e);\n            c.decryptBlock(a, b);\n            x.call(this, a, b, e);\n            this._prevBlock = d\n        }\n    });\n    b = b.CBC = r;\n    r = (l.pad = {}).Pkcs7 = {\n        pad: function(a, b) {\n            for (var c = 4 * b,\n            c = c - a.sigBytes % c,\n            e = c << 24 | c << 16 | c << 8 | c,\n            d = [], l = 0; l < c; l += 4) d.push(e);\n            c = p.create(d, c);\n            a.concat(c)\n        },\n        unpad: function(a) {\n            a.sigBytes -= a.words[a.sigBytes - 1 >>> 2] & 255\n        }\n    };\n    d.BlockCipher = v.extend({\n        cfg: v.cfg.extend({\n            mode: b,\n            padding: r\n        }),\n        reset: function() {\n            v.reset.call(this);\n            var a = this.cfg,\n            c = a.iv,\n            a = a.mode;\n            if (this._xformMode == this._ENC_XFORM_MODE) var b = a.createEncryptor;\n            else b = a.createDecryptor,\n            this._minBufferSize = 1;\n            this._mode = b.call(a, this, c && c.words)\n        },\n        _doProcessBlock: function(a, c) {\n            this._mode.processBlock(a, c)\n        },\n        _doFinalize: function() {\n            var a = this.cfg.padding;\n            if (this._xformMode == this._ENC_XFORM_MODE) {\n                a.pad(this._data, this.blockSize);\n                var c = this._process(!0)\n            } else c = this._process(!0),\n            a.unpad(c);\n            return c\n        },\n        blockSize: 4\n    });\n    var e = d.CipherParams = n.extend({\n        init: function(a) {\n            this.mixIn(a)\n        },\n        toString: function(a) {\n            return (a || this.formatter).stringify(this)\n        }\n    }),\n    b = (l.format = {}).OpenSSL = {\n        stringify: function(a) {\n            var c = a.ciphertext;\n            a = a.salt;\n            return (a ? p.create([1398893684, 1701076831]).concat(a).concat(c) : c).toString(q)\n        },\n        parse: function(a) {\n            a = q.parse(a);\n            var c = a.words;\n            if (1398893684 == c[0] && 1701076831 == c[1]) {\n                var b = p.create(c.slice(2, 4));\n                c.splice(0, 4);\n                a.sigBytes -= 16\n            }\n            return e.create({\n                ciphertext: a,\n                salt: b\n            })\n        }\n    },\n    a = d.SerializableCipher = n.extend({\n        cfg: n.extend({\n            format: b\n        }),\n        encrypt: function(a, c, b, d) {\n            d = this.cfg.extend(d);\n            var l = a.createEncryptor(b, d);\n            c = l.finalize(c);\n            l = l.cfg;\n            return e.create({\n                ciphertext: c,\n                key: b,\n                iv: l.iv,\n                algorithm: a,\n                mode: l.mode,\n                padding: l.padding,\n                blockSize: a.blockSize,\n                formatter: d.format\n            })\n        },\n        decrypt: function(a, c, b, e) {\n            e = this.cfg.extend(e);\n            c = this._parse(c, e.format);\n            return a.createDecryptor(b, e).finalize(c.ciphertext)\n        },\n        _parse: function(a, c) {\n            return \"string\" == typeof a ? c.parse(a, this) : a\n        }\n    }),\n    l = (l.kdf = {}).OpenSSL = {\n        execute: function(a, c, b, d) {\n            d || (d = p.random(8));\n            a = w.create({\n                keySize: c + b\n            }).compute(a, d);\n            b = p.create(a.words.slice(c), 4 * b);\n            a.sigBytes = 4 * c;\n            return e.create({\n                key: a,\n                iv: b,\n                salt: d\n            })\n        }\n    },\n    c = d.PasswordBasedCipher = a.extend({\n        cfg: a.cfg.extend({\n            kdf: l\n        }),\n        encrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            e = d.kdf.execute(e, c.keySize, c.ivSize);\n            d.iv = e.iv;\n            c = a.encrypt.call(this, c, b, e.key, d);\n            c.mixIn(e);\n            return c\n        },\n        decrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            b = this._parse(b, d.format);\n            e = d.kdf.execute(e, c.keySize, c.ivSize, b.salt);\n            d.iv = e.iv;\n            return a.decrypt.call(this, c, b, e.key, d)\n        }\n    })\n} (); (function() {\n    function u(b, a) {\n        var c = (this._lBlock >>> b ^ this._rBlock) & a;\n        this._rBlock ^= c;\n        this._lBlock ^= c << b\n    }\n    function l(b, a) {\n        var c = (this._rBlock >>> b ^ this._lBlock) & a;\n        this._lBlock ^= c;\n        this._rBlock ^= c << b\n    }\n    var d = CryptoJS,\n    n = d.lib,\n    p = n.WordArray,\n    n = n.BlockCipher,\n    s = d.algo,\n    q = [57, 49, 41, 33, 25, 17, 9, 1, 58, 50, 42, 34, 26, 18, 10, 2, 59, 51, 43, 35, 27, 19, 11, 3, 60, 52, 44, 36, 63, 55, 47, 39, 31, 23, 15, 7, 62, 54, 46, 38, 30, 22, 14, 6, 61, 53, 45, 37, 29, 21, 13, 5, 28, 20, 12, 4],\n    w = [14, 17, 11, 24, 1, 5, 3, 28, 15, 6, 21, 10, 23, 19, 12, 4, 26, 8, 16, 7, 27, 20, 13, 2, 41, 52, 31, 37, 47, 55, 30, 40, 51, 45, 33, 48, 44, 49, 39, 56, 34, 53, 46, 42, 50, 36, 29, 32],\n    v = [1, 2, 4, 6, 8, 10, 12, 14, 15, 17, 19, 21, 23, 25, 27, 28],\n    b = [{\n        \"0\": 8421888,\n        268435456 : 32768,\n        536870912 : 8421378,\n        805306368 : 2,\n        1073741824 : 512,\n        1342177280 : 8421890,\n        1610612736 : 8389122,\n        1879048192 : 8388608,\n        2147483648 : 514,\n        2415919104 : 8389120,\n        2684354560 : 33280,\n        2952790016 : 8421376,\n        3221225472 : 32770,\n        3489660928 : 8388610,\n        3758096384 : 0,\n        4026531840 : 33282,\n        134217728 : 0,\n        402653184 : 8421890,\n        671088640 : 33282,\n        939524096 : 32768,\n        1207959552 : 8421888,\n        1476395008 : 512,\n        1744830464 : 8421378,\n        2013265920 : 2,\n        2281701376 : 8389120,\n        2550136832 : 33280,\n        2818572288 : 8421376,\n        3087007744 : 8389122,\n        3355443200 : 8388610,\n        3623878656 : 32770,\n        3892314112 : 514,\n        4160749568 : 8388608,\n        1 : 32768,\n        268435457 : 2,\n        536870913 : 8421888,\n        805306369 : 8388608,\n        1073741825 : 8421378,\n        1342177281 : 33280,\n        1610612737 : 512,\n        1879048193 : 8389122,\n        2147483649 : 8421890,\n        2415919105 : 8421376,\n        2684354561 : 8388610,\n        2952790017 : 33282,\n        3221225473 : 514,\n        3489660929 : 8389120,\n        3758096385 : 32770,\n        4026531841 : 0,\n        134217729 : 8421890,\n        402653185 : 8421376,\n        671088641 : 8388608,\n        939524097 : 512,\n        1207959553 : 32768,\n        1476395009 : 8388610,\n        1744830465 : 2,\n        2013265921 : 33282,\n        2281701377 : 32770,\n        2550136833 : 8389122,\n        2818572289 : 514,\n        3087007745 : 8421888,\n        3355443201 : 8389120,\n        3623878657 : 0,\n        3892314113 : 33280,\n        4160749569 : 8421378\n    },\n    {\n        \"0\": 1074282512,\n        16777216 : 16384,\n        33554432 : 524288,\n        50331648 : 1074266128,\n        67108864 : 1073741840,\n        83886080 : 1074282496,\n        100663296 : 1073758208,\n        117440512 : 16,\n        134217728 : 540672,\n        150994944 : 1073758224,\n        167772160 : 1073741824,\n        184549376 : 540688,\n        201326592 : 524304,\n        218103808 : 0,\n        234881024 : 16400,\n        251658240 : 1074266112,\n        8388608 : 1073758208,\n        25165824 : 540688,\n        41943040 : 16,\n        58720256 : 1073758224,\n        75497472 : 1074282512,\n        92274688 : 1073741824,\n        109051904 : 524288,\n        125829120 : 1074266128,\n        142606336 : 524304,\n        159383552 : 0,\n        176160768 : 16384,\n        192937984 : 1074266112,\n        209715200 : 1073741840,\n        226492416 : 540672,\n        243269632 : 1074282496,\n        260046848 : 16400,\n        268435456 : 0,\n        285212672 : 1074266128,\n        301989888 : 1073758224,\n        318767104 : 1074282496,\n        335544320 : 1074266112,\n        352321536 : 16,\n        369098752 : 540688,\n        385875968 : 16384,\n        402653184 : 16400,\n        419430400 : 524288,\n        436207616 : 524304,\n        452984832 : 1073741840,\n        469762048 : 540672,\n        486539264 : 1073758208,\n        503316480 : 1073741824,\n        520093696 : 1074282512,\n        276824064 : 540688,\n        293601280 : 524288,\n        310378496 : 1074266112,\n        327155712 : 16384,\n        343932928 : 1073758208,\n        360710144 : 1074282512,\n        377487360 : 16,\n        394264576 : 1073741824,\n        411041792 : 1074282496,\n        427819008 : 1073741840,\n        444596224 : 1073758224,\n        461373440 : 524304,\n        478150656 : 0,\n        494927872 : 16400,\n        511705088 : 1074266128,\n        528482304 : 540672\n    },\n    {\n        \"0\": 260,\n        1048576 : 0,\n        2097152 : 67109120,\n        3145728 : 65796,\n        4194304 : 65540,\n        5242880 : 67108868,\n        6291456 : 67174660,\n        7340032 : 67174400,\n        8388608 : 67108864,\n        9437184 : 67174656,\n        10485760 : 65792,\n        11534336 : 67174404,\n        12582912 : 67109124,\n        13631488 : 65536,\n        14680064 : 4,\n        15728640 : 256,\n        524288 : 67174656,\n        1572864 : 67174404,\n        2621440 : 0,\n        3670016 : 67109120,\n        4718592 : 67108868,\n        5767168 : 65536,\n        6815744 : 65540,\n        7864320 : 260,\n        8912896 : 4,\n        9961472 : 256,\n        11010048 : 67174400,\n        12058624 : 65796,\n        13107200 : 65792,\n        14155776 : 67109124,\n        15204352 : 67174660,\n        16252928 : 67108864,\n        16777216 : 67174656,\n        17825792 : 65540,\n        18874368 : 65536,\n        19922944 : 67109120,\n        20971520 : 256,\n        22020096 : 67174660,\n        23068672 : 67108868,\n        24117248 : 0,\n        25165824 : 67109124,\n        26214400 : 67108864,\n        27262976 : 4,\n        28311552 : 65792,\n        29360128 : 67174400,\n        30408704 : 260,\n        31457280 : 65796,\n        32505856 : 67174404,\n        17301504 : 67108864,\n        18350080 : 260,\n        19398656 : 67174656,\n        20447232 : 0,\n        21495808 : 65540,\n        22544384 : 67109120,\n        23592960 : 256,\n        24641536 : 67174404,\n        25690112 : 65536,\n        26738688 : 67174660,\n        27787264 : 65796,\n        28835840 : 67108868,\n        29884416 : 67109124,\n        30932992 : 67174400,\n        31981568 : 4,\n        33030144 : 65792\n    },\n    {\n        \"0\": 2151682048,\n        65536 : 2147487808,\n        131072 : 4198464,\n        196608 : 2151677952,\n        262144 : 0,\n        327680 : 4198400,\n        393216 : 2147483712,\n        458752 : 4194368,\n        524288 : 2147483648,\n        589824 : 4194304,\n        655360 : 64,\n        720896 : 2147487744,\n        786432 : 2151678016,\n        851968 : 4160,\n        917504 : 4096,\n        983040 : 2151682112,\n        32768 : 2147487808,\n        98304 : 64,\n        163840 : 2151678016,\n        229376 : 2147487744,\n        294912 : 4198400,\n        360448 : 2151682112,\n        425984 : 0,\n        491520 : 2151677952,\n        557056 : 4096,\n        622592 : 2151682048,\n        688128 : 4194304,\n        753664 : 4160,\n        819200 : 2147483648,\n        884736 : 4194368,\n        950272 : 4198464,\n        1015808 : 2147483712,\n        1048576 : 4194368,\n        1114112 : 4198400,\n        1179648 : 2147483712,\n        1245184 : 0,\n        1310720 : 4160,\n        1376256 : 2151678016,\n        1441792 : 2151682048,\n        1507328 : 2147487808,\n        1572864 : 2151682112,\n        1638400 : 2147483648,\n        1703936 : 2151677952,\n        1769472 : 4198464,\n        1835008 : 2147487744,\n        1900544 : 4194304,\n        1966080 : 64,\n        2031616 : 4096,\n        1081344 : 2151677952,\n        1146880 : 2151682112,\n        1212416 : 0,\n        1277952 : 4198400,\n        1343488 : 4194368,\n        1409024 : 2147483648,\n        1474560 : 2147487808,\n        1540096 : 64,\n        1605632 : 2147483712,\n        1671168 : 4096,\n        1736704 : 2147487744,\n        1802240 : 2151678016,\n        1867776 : 4160,\n        1933312 : 2151682048,\n        1998848 : 4194304,\n        2064384 : 4198464\n    },\n    {\n        \"0\": 128,\n        4096 : 17039360,\n        8192 : 262144,\n        12288 : 536870912,\n        16384 : 537133184,\n        20480 : 16777344,\n        24576 : 553648256,\n        28672 : 262272,\n        32768 : 16777216,\n        36864 : 537133056,\n        40960 : 536871040,\n        45056 : 553910400,\n        49152 : 553910272,\n        53248 : 0,\n        57344 : 17039488,\n        61440 : 553648128,\n        2048 : 17039488,\n        6144 : 553648256,\n        10240 : 128,\n        14336 : 17039360,\n        18432 : 262144,\n        22528 : 537133184,\n        26624 : 553910272,\n        30720 : 536870912,\n        34816 : 537133056,\n        38912 : 0,\n        43008 : 553910400,\n        47104 : 16777344,\n        51200 : 536871040,\n        55296 : 553648128,\n        59392 : 16777216,\n        63488 : 262272,\n        65536 : 262144,\n        69632 : 128,\n        73728 : 536870912,\n        77824 : 553648256,\n        81920 : 16777344,\n        86016 : 553910272,\n        90112 : 537133184,\n        94208 : 16777216,\n        98304 : 553910400,\n        102400 : 553648128,\n        106496 : 17039360,\n        110592 : 537133056,\n        114688 : 262272,\n        118784 : 536871040,\n        122880 : 0,\n        126976 : 17039488,\n        67584 : 553648256,\n        71680 : 16777216,\n        75776 : 17039360,\n        79872 : 537133184,\n        83968 : 536870912,\n        88064 : 17039488,\n        92160 : 128,\n        96256 : 553910272,\n        100352 : 262272,\n        104448 : 553910400,\n        108544 : 0,\n        112640 : 553648128,\n        116736 : 16777344,\n        120832 : 262144,\n        124928 : 537133056,\n        129024 : 536871040\n    },\n    {\n        \"0\": 268435464,\n        256 : 8192,\n        512 : 270532608,\n        768 : 270540808,\n        1024 : 268443648,\n        1280 : 2097152,\n        1536 : 2097160,\n        1792 : 268435456,\n        2048 : 0,\n        2304 : 268443656,\n        2560 : 2105344,\n        2816 : 8,\n        3072 : 270532616,\n        3328 : 2105352,\n        3584 : 8200,\n        3840 : 270540800,\n        128 : 270532608,\n        384 : 270540808,\n        640 : 8,\n        896 : 2097152,\n        1152 : 2105352,\n        1408 : 268435464,\n        1664 : 268443648,\n        1920 : 8200,\n        2176 : 2097160,\n        2432 : 8192,\n        2688 : 268443656,\n        2944 : 270532616,\n        3200 : 0,\n        3456 : 270540800,\n        3712 : 2105344,\n        3968 : 268435456,\n        4096 : 268443648,\n        4352 : 270532616,\n        4608 : 270540808,\n        4864 : 8200,\n        5120 : 2097152,\n        5376 : 268435456,\n        5632 : 268435464,\n        5888 : 2105344,\n        6144 : 2105352,\n        6400 : 0,\n        6656 : 8,\n        6912 : 270532608,\n        7168 : 8192,\n        7424 : 268443656,\n        7680 : 270540800,\n        7936 : 2097160,\n        4224 : 8,\n        4480 : 2105344,\n        4736 : 2097152,\n        4992 : 268435464,\n        5248 : 268443648,\n        5504 : 8200,\n        5760 : 270540808,\n        6016 : 270532608,\n        6272 : 270540800,\n        6528 : 270532616,\n        6784 : 8192,\n        7040 : 2105352,\n        7296 : 2097160,\n        7552 : 0,\n        7808 : 268435456,\n        8064 : 268443656\n    },\n    {\n        \"0\": 1048576,\n        16 : 33555457,\n        32 : 1024,\n        48 : 1049601,\n        64 : 34604033,\n        80 : 0,\n        96 : 1,\n        112 : 34603009,\n        128 : 33555456,\n        144 : 1048577,\n        160 : 33554433,\n        176 : 34604032,\n        192 : 34603008,\n        208 : 1025,\n        224 : 1049600,\n        240 : 33554432,\n        8 : 34603009,\n        24 : 0,\n        40 : 33555457,\n        56 : 34604032,\n        72 : 1048576,\n        88 : 33554433,\n        104 : 33554432,\n        120 : 1025,\n        136 : 1049601,\n        152 : 33555456,\n        168 : 34603008,\n        184 : 1048577,\n        200 : 1024,\n        216 : 34604033,\n        232 : 1,\n        248 : 1049600,\n        256 : 33554432,\n        272 : 1048576,\n        288 : 33555457,\n        304 : 34603009,\n        320 : 1048577,\n        336 : 33555456,\n        352 : 34604032,\n        368 : 1049601,\n        384 : 1025,\n        400 : 34604033,\n        416 : 1049600,\n        432 : 1,\n        448 : 0,\n        464 : 34603008,\n        480 : 33554433,\n        496 : 1024,\n        264 : 1049600,\n        280 : 33555457,\n        296 : 34603009,\n        312 : 1,\n        328 : 33554432,\n        344 : 1048576,\n        360 : 1025,\n        376 : 34604032,\n        392 : 33554433,\n        408 : 34603008,\n        424 : 0,\n        440 : 34604033,\n        456 : 1049601,\n        472 : 1024,\n        488 : 33555456,\n        504 : 1048577\n    },\n    {\n        \"0\": 134219808,\n        1 : 131072,\n        2 : 134217728,\n        3 : 32,\n        4 : 131104,\n        5 : 134350880,\n        6 : 134350848,\n        7 : 2048,\n        8 : 134348800,\n        9 : 134219776,\n        10 : 133120,\n        11 : 134348832,\n        12 : 2080,\n        13 : 0,\n        14 : 134217760,\n        15 : 133152,\n        2147483648 : 2048,\n        2147483649 : 134350880,\n        2147483650 : 134219808,\n        2147483651 : 134217728,\n        2147483652 : 134348800,\n        2147483653 : 133120,\n        2147483654 : 133152,\n        2147483655 : 32,\n        2147483656 : 134217760,\n        2147483657 : 2080,\n        2147483658 : 131104,\n        2147483659 : 134350848,\n        2147483660 : 0,\n        2147483661 : 134348832,\n        2147483662 : 134219776,\n        2147483663 : 131072,\n        16 : 133152,\n        17 : 134350848,\n        18 : 32,\n        19 : 2048,\n        20 : 134219776,\n        21 : 134217760,\n        22 : 134348832,\n        23 : 131072,\n        24 : 0,\n        25 : 131104,\n        26 : 134348800,\n        27 : 134219808,\n        28 : 134350880,\n        29 : 133120,\n        30 : 2080,\n        31 : 134217728,\n        2147483664 : 131072,\n        2147483665 : 2048,\n        2147483666 : 134348832,\n        2147483667 : 133152,\n        2147483668 : 32,\n        2147483669 : 134348800,\n        2147483670 : 134217728,\n        2147483671 : 134219808,\n        2147483672 : 134350880,\n        2147483673 : 134217760,\n        2147483674 : 134219776,\n        2147483675 : 0,\n        2147483676 : 133120,\n        2147483677 : 2080,\n        2147483678 : 131104,\n        2147483679 : 134350848\n    }],\n    x = [4160749569, 528482304, 33030144, 2064384, 129024, 8064, 504, 2147483679],\n    r = s.DES = n.extend({\n        _doReset: function() {\n            for (var b = this._key.words,\n            a = [], c = 0; 56 > c; c++) {\n                var d = q[c] - 1;\n                a[c] = b[d >>> 5] >>> 31 - d % 32 & 1\n            }\n            b = this._subKeys = [];\n            for (d = 0; 16 > d; d++) {\n                for (var f = b[d] = [], l = v[d], c = 0; 24 > c; c++) f[c / 6 | 0] |= a[(w[c] - 1 + l) % 28] << 31 - c % 6,\n                f[4 + (c / 6 | 0)] |= a[28 + (w[c + 24] - 1 + l) % 28] << 31 - c % 6;\n                f[0] = f[0] << 1 | f[0] >>> 31;\n                for (c = 1; 7 > c; c++) f[c] >>>= 4 * (c - 1) + 3;\n                f[7] = f[7] << 5 | f[7] >>> 27\n            }\n            a = this._invSubKeys = [];\n            for (c = 0; 16 > c; c++) a[c] = b[15 - c]\n        },\n        encryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._subKeys)\n        },\n        decryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._invSubKeys)\n        },\n        _doCryptBlock: function(e, a, c) {\n            this._lBlock = e[a];\n            this._rBlock = e[a + 1];\n            u.call(this, 4, 252645135);\n            u.call(this, 16, 65535);\n            l.call(this, 2, 858993459);\n            l.call(this, 8, 16711935);\n            u.call(this, 1, 1431655765);\n            for (var d = 0; 16 > d; d++) {\n                for (var f = c[d], n = this._lBlock, p = this._rBlock, q = 0, r = 0; 8 > r; r++) q |= b[r][((p ^ f[r]) & x[r]) >>> 0];\n                this._lBlock = p;\n                this._rBlock = n ^ q\n            }\n            c = this._lBlock;\n            this._lBlock = this._rBlock;\n            this._rBlock = c;\n            u.call(this, 1, 1431655765);\n            l.call(this, 8, 16711935);\n            l.call(this, 2, 858993459);\n            u.call(this, 16, 65535);\n            u.call(this, 4, 252645135);\n            e[a] = this._lBlock;\n            e[a + 1] = this._rBlock\n        },\n        keySize: 2,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.DES = n._createHelper(r);\n    s = s.TripleDES = n.extend({\n        _doReset: function() {\n            var b = this._key.words;\n            this._des1 = r.createEncryptor(p.create(b.slice(0, 2)));\n            this._des2 = r.createEncryptor(p.create(b.slice(2, 4)));\n            this._des3 = r.createEncryptor(p.create(b.slice(4, 6)))\n        },\n        encryptBlock: function(b, a) {\n            this._des1.encryptBlock(b, a);\n            this._des2.decryptBlock(b, a);\n            this._des3.encryptBlock(b, a)\n        },\n        decryptBlock: function(b, a) {\n            this._des3.decryptBlock(b, a);\n            this._des2.encryptBlock(b, a);\n            this._des1.decryptBlock(b, a)\n        },\n        keySize: 6,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.TripleDES = n._createHelper(s)\n})();\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\n/**\n * Electronic Codebook block mode.\n */\nCryptoJS.mode.ECB = (function() {\n    var ECB = CryptoJS.lib.BlockCipherMode.extend();\n\n    ECB.Encryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.encryptBlock(words, offset);\n        }\n    });\n    ECB.Decryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.decryptBlock(words, offset);\n        }\n    });\n    return ECB;\n} ());\n\nfunction encryptByDES(message, key) {\n    var keyHex = CryptoJS.enc.Utf8.parse(key);\n    var encrypted = CryptoJS.DES.encrypt(message, keyHex, {\n        mode: CryptoJS.mode.ECB,\n        padding: CryptoJS.pad.Pkcs7\n    });\n    return encrypted.toString()\n}\n//DES加密结束\nvar userId=userId||String(java.get('userId'));\nvar deskey=deskey||String(java.get('deskey'));\nvar siteId=siteId||String(java.get('siteId'));\nfunction getPostUrl(data,type) {\nvar url = 'http://m.ndlib.cn/nlc_read_home/service.do,';\nvar md5Key = 'library_2016@hzlq';\nvalue = {\n    siteId: siteId,\n    data: encryptByDES(JSON.stringify(data), deskey),\n    userId: userId,\n    fromSource: 3,\n    osType: 5,\n    version: \"1.0.1\",\n    versionCode: 10001,\n    timeStamp: data.timeStamp,\n    hashCode: md5(data.timeStamp + md5Key)\n}\nvar option={\n\"method\":\"POST\",\n\"body\":'cmd='+type+'&value=' + encodeURIComponent(JSON.stringify(value))\n}\nreturn url + JSON.stringify(option);\n}\nvar data = {\n    timeStamp:Date.now(),\n    uaInfo:'1',\n    chapterId:result\n    };\ngetPostUrl(data,'qryChapterDetails');"
    },
    "searchUrl": "<js>\n//md5加密开始\nvar rotateLeft = function(lValue, iShiftBits) {\n    return (lValue << iShiftBits) | (lValue >>> (32 - iShiftBits))\n}\nvar addUnsigned = function(lX, lY) {\n    var lX4, lY4, lX8, lY8, lResult;\n    lX8 = (lX & 0x80000000);\n    lY8 = (lY & 0x80000000);\n    lX4 = (lX & 0x40000000);\n    lY4 = (lY & 0x40000000);\n    lResult = (lX & 0x3FFFFFFF) + (lY & 0x3FFFFFFF);\n    if (lX4 & lY4) return (lResult ^ 0x80000000 ^ lX8 ^ lY8);\n    if (lX4 | lY4) {\n        if (lResult & 0x40000000) return (lResult ^ 0xC0000000 ^ lX8 ^ lY8);\n        else return (lResult ^ 0x40000000 ^ lX8 ^ lY8)\n    } else {\n        return (lResult ^ lX8 ^ lY8)\n    }\n}\nvar F = function(x, y, z) {\n    return (x & y) | ((~x) & z)\n}\nvar G = function(x, y, z) {\n    return (x & z) | (y & (~z))\n}\nvar H = function(x, y, z) {\n    return (x ^ y ^ z)\n}\nvar I = function(x, y, z) {\n    return (y ^ (x | (~z)))\n}\nvar FF = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(F(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar GG = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(G(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar HH = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(H(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar II = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(I(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar convertToWordArray = function(string) {\n    var lWordCount;\n    var lMessageLength = string.length;\n    var lNumberOfWordsTempOne = lMessageLength + 8;\n    var lNumberOfWordsTempTwo = (lNumberOfWordsTempOne - (lNumberOfWordsTempOne % 64)) / 64;\n    var lNumberOfWords = (lNumberOfWordsTempTwo + 1) * 16;\n    var lWordArray = Array(lNumberOfWords - 1);\n    var lBytePosition = 0;\n    var lByteCount = 0;\n    while (lByteCount < lMessageLength) {\n        lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n        lBytePosition = (lByteCount % 4) * 8;\n        lWordArray[lWordCount] = (lWordArray[lWordCount] | (string.charCodeAt(lByteCount) << lBytePosition));\n        lByteCount++\n    }\n    lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n    lBytePosition = (lByteCount % 4) * 8;\n    lWordArray[lWordCount] = lWordArray[lWordCount] | (0x80 << lBytePosition);\n    lWordArray[lNumberOfWords - 2] = lMessageLength << 3;\n    lWordArray[lNumberOfWords - 1] = lMessageLength >>> 29;\n    return lWordArray\n};\nvar wordToHex = function(lValue) {\n    var WordToHexValue = \"\",\n    WordToHexValueTemp = \"\",\n    lByte, lCount;\n    for (lCount = 0; lCount <= 3; lCount++) {\n        lByte = (lValue >>> (lCount * 8)) & 255;\n        WordToHexValueTemp = \"0\" + lByte.toString(16);\n        WordToHexValue = WordToHexValue + WordToHexValueTemp.substr(WordToHexValueTemp.length - 2, 2)\n    }\n    return WordToHexValue\n};\nvar uTF8Encode = function(string) {\n    string = string.replace(/\\x0d\\x0a/g, \"\\x0a\");\n    var output = \"\";\n    for (var n = 0; n < string.length; n++) {\n        var c = string.charCodeAt(n);\n        if (c < 128) {\n            output += String.fromCharCode(c)\n        } else if ((c > 127) && (c < 2048)) {\n            output += String.fromCharCode((c >> 6) | 192);\n            output += String.fromCharCode((c & 63) | 128)\n        } else {\n            output += String.fromCharCode((c >> 12) | 224);\n            output += String.fromCharCode(((c >> 6) & 63) | 128);\n            output += String.fromCharCode((c & 63) | 128)\n        }\n    }\n    return output;\n};\nfunction md5(string) {\n    var x = Array();\n    var k, AA, BB, CC, DD, a, b, c, d;\n    var S11 = 7,\n    S12 = 12,\n    S13 = 17,\n    S14 = 22;\n    var S21 = 5,\n    S22 = 9,\n    S23 = 14,\n    S24 = 20;\n    var S31 = 4,\n    S32 = 11,\n    S33 = 16,\n    S34 = 23;\n    var S41 = 6,\n    S42 = 10,\n    S43 = 15,\n    S44 = 21;\n    string = uTF8Encode(string);\n    x = convertToWordArray(string);\n    a = 0x67452301;\n    b = 0xEFCDAB89;\n    c = 0x98BADCFE;\n    d = 0x10325476;\n    for (k = 0; k < x.length; k += 16) {\n        AA = a;\n        BB = b;\n        CC = c;\n        DD = d;\n        a = FF(a, b, c, d, x[k + 0], S11, 0xD76AA478);\n        d = FF(d, a, b, c, x[k + 1], S12, 0xE8C7B756);\n        c = FF(c, d, a, b, x[k + 2], S13, 0x242070DB);\n        b = FF(b, c, d, a, x[k + 3], S14, 0xC1BDCEEE);\n        a = FF(a, b, c, d, x[k + 4], S11, 0xF57C0FAF);\n        d = FF(d, a, b, c, x[k + 5], S12, 0x4787C62A);\n        c = FF(c, d, a, b, x[k + 6], S13, 0xA8304613);\n        b = FF(b, c, d, a, x[k + 7], S14, 0xFD469501);\n        a = FF(a, b, c, d, x[k + 8], S11, 0x698098D8);\n        d = FF(d, a, b, c, x[k + 9], S12, 0x8B44F7AF);\n        c = FF(c, d, a, b, x[k + 10], S13, 0xFFFF5BB1);\n        b = FF(b, c, d, a, x[k + 11], S14, 0x895CD7BE);\n        a = FF(a, b, c, d, x[k + 12], S11, 0x6B901122);\n        d = FF(d, a, b, c, x[k + 13], S12, 0xFD987193);\n        c = FF(c, d, a, b, x[k + 14], S13, 0xA679438E);\n        b = FF(b, c, d, a, x[k + 15], S14, 0x49B40821);\n        a = GG(a, b, c, d, x[k + 1], S21, 0xF61E2562);\n        d = GG(d, a, b, c, x[k + 6], S22, 0xC040B340);\n        c = GG(c, d, a, b, x[k + 11], S23, 0x265E5A51);\n        b = GG(b, c, d, a, x[k + 0], S24, 0xE9B6C7AA);\n        a = GG(a, b, c, d, x[k + 5], S21, 0xD62F105D);\n        d = GG(d, a, b, c, x[k + 10], S22, 0x2441453);\n        c = GG(c, d, a, b, x[k + 15], S23, 0xD8A1E681);\n        b = GG(b, c, d, a, x[k + 4], S24, 0xE7D3FBC8);\n        a = GG(a, b, c, d, x[k + 9], S21, 0x21E1CDE6);\n        d = GG(d, a, b, c, x[k + 14], S22, 0xC33707D6);\n        c = GG(c, d, a, b, x[k + 3], S23, 0xF4D50D87);\n        b = GG(b, c, d, a, x[k + 8], S24, 0x455A14ED);\n        a = GG(a, b, c, d, x[k + 13], S21, 0xA9E3E905);\n        d = GG(d, a, b, c, x[k + 2], S22, 0xFCEFA3F8);\n        c = GG(c, d, a, b, x[k + 7], S23, 0x676F02D9);\n        b = GG(b, c, d, a, x[k + 12], S24, 0x8D2A4C8A);\n        a = HH(a, b, c, d, x[k + 5], S31, 0xFFFA3942);\n        d = HH(d, a, b, c, x[k + 8], S32, 0x8771F681);\n        c = HH(c, d, a, b, x[k + 11], S33, 0x6D9D6122);\n        b = HH(b, c, d, a, x[k + 14], S34, 0xFDE5380C);\n        a = HH(a, b, c, d, x[k + 1], S31, 0xA4BEEA44);\n        d = HH(d, a, b, c, x[k + 4], S32, 0x4BDECFA9);\n        c = HH(c, d, a, b, x[k + 7], S33, 0xF6BB4B60);\n        b = HH(b, c, d, a, x[k + 10], S34, 0xBEBFBC70);\n        a = HH(a, b, c, d, x[k + 13], S31, 0x289B7EC6);\n        d = HH(d, a, b, c, x[k + 0], S32, 0xEAA127FA);\n        c = HH(c, d, a, b, x[k + 3], S33, 0xD4EF3085);\n        b = HH(b, c, d, a, x[k + 6], S34, 0x4881D05);\n        a = HH(a, b, c, d, x[k + 9], S31, 0xD9D4D039);\n        d = HH(d, a, b, c, x[k + 12], S32, 0xE6DB99E5);\n        c = HH(c, d, a, b, x[k + 15], S33, 0x1FA27CF8);\n        b = HH(b, c, d, a, x[k + 2], S34, 0xC4AC5665);\n        a = II(a, b, c, d, x[k + 0], S41, 0xF4292244);\n        d = II(d, a, b, c, x[k + 7], S42, 0x432AFF97);\n        c = II(c, d, a, b, x[k + 14], S43, 0xAB9423A7);\n        b = II(b, c, d, a, x[k + 5], S44, 0xFC93A039);\n        a = II(a, b, c, d, x[k + 12], S41, 0x655B59C3);\n        d = II(d, a, b, c, x[k + 3], S42, 0x8F0CCC92);\n        c = II(c, d, a, b, x[k + 10], S43, 0xFFEFF47D);\n        b = II(b, c, d, a, x[k + 1], S44, 0x85845DD1);\n        a = II(a, b, c, d, x[k + 8], S41, 0x6FA87E4F);\n        d = II(d, a, b, c, x[k + 15], S42, 0xFE2CE6E0);\n        c = II(c, d, a, b, x[k + 6], S43, 0xA3014314);\n        b = II(b, c, d, a, x[k + 13], S44, 0x4E0811A1);\n        a = II(a, b, c, d, x[k + 4], S41, 0xF7537E82);\n        d = II(d, a, b, c, x[k + 11], S42, 0xBD3AF235);\n        c = II(c, d, a, b, x[k + 2], S43, 0x2AD7D2BB);\n        b = II(b, c, d, a, x[k + 9], S44, 0xEB86D391);\n        a = addUnsigned(a, AA);\n        b = addUnsigned(b, BB);\n        c = addUnsigned(c, CC);\n        d = addUnsigned(d, DD);\n    };\n    var tempValue = wordToHex(a) + wordToHex(b) + wordToHex(c) + wordToHex(d);\n    return tempValue.toLowerCase();\n}\n//md5加密结束\n//DES加密开始\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\nvar CryptoJS = CryptoJS ||\nfunction(u, l) {\n    var d = {},\n    n = d.lib = {},\n    p = function() {},\n    s = n.Base = {\n        extend: function(a) {\n            p.prototype = this;\n            var c = new p;\n            a && c.mixIn(a);\n            c.hasOwnProperty(\"init\") || (c.init = function() {\n                c.$super.init.apply(this, arguments)\n            });\n            c.init.prototype = c;\n            c.$super = this;\n            return c\n        },\n        create: function() {\n            var a = this.extend();\n            a.init.apply(a, arguments);\n            return a\n        },\n        init: function() {},\n        mixIn: function(a) {\n            for (var c in a) a.hasOwnProperty(c) && (this[c] = a[c]);\n            a.hasOwnProperty(\"toString\") && (this.toString = a.toString)\n        },\n        clone: function() {\n            return this.init.prototype.extend(this)\n        }\n    },\n    q = n.WordArray = s.extend({\n        init: function(a, c) {\n            a = this.words = a || [];\n            this.sigBytes = c != l ? c: 4 * a.length\n        },\n        toString: function(a) {\n            return (a || v).stringify(this)\n        },\n        concat: function(a) {\n            var c = this.words,\n            m = a.words,\n            f = this.sigBytes;\n            a = a.sigBytes;\n            this.clamp();\n            if (f % 4) for (var t = 0; t < a; t++) c[f + t >>> 2] |= (m[t >>> 2] >>> 24 - 8 * (t % 4) & 255) << 24 - 8 * ((f + t) % 4);\n            else if (65535 < m.length) for (t = 0; t < a; t += 4) c[f + t >>> 2] = m[t >>> 2];\n            else c.push.apply(c, m);\n            this.sigBytes += a;\n            return this\n        },\n        clamp: function() {\n            var a = this.words,\n            c = this.sigBytes;\n            a[c >>> 2] &= 4294967295 << 32 - 8 * (c % 4);\n            a.length = u.ceil(c / 4)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a.words = this.words.slice(0);\n            return a\n        },\n        random: function(a) {\n            for (var c = [], m = 0; m < a; m += 4) c.push(4294967296 * u.random() | 0);\n            return new q.init(c, a)\n        }\n    }),\n    w = d.enc = {},\n    v = w.Hex = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) {\n                var t = c[f >>> 2] >>> 24 - 8 * (f % 4) & 255;\n                m.push((t >>> 4).toString(16));\n                m.push((t & 15).toString(16))\n            }\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f += 2) m[f >>> 3] |= parseInt(a.substr(f, 2), 16) << 24 - 4 * (f % 8);\n            return new q.init(m, c / 2)\n        }\n    },\n    b = w.Latin1 = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) m.push(String.fromCharCode(c[f >>> 2] >>> 24 - 8 * (f % 4) & 255));\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f++) m[f >>> 2] |= (a.charCodeAt(f) & 255) << 24 - 8 * (f % 4);\n            return new q.init(m, c)\n        }\n    },\n    x = w.Utf8 = {\n        stringify: function(a) {\n            try {\n                return decodeURIComponent(escape(b.stringify(a)))\n            } catch(c) {\n                throw Error(\"Malformed UTF-8 data\");\n            }\n        },\n        parse: function(a) {\n            return b.parse(unescape(encodeURIComponent(a)))\n        }\n    },\n    r = n.BufferedBlockAlgorithm = s.extend({\n        reset: function() {\n            this._data = new q.init;\n            this._nDataBytes = 0\n        },\n        _append: function(a) {\n            \"string\" == typeof a && (a = x.parse(a));\n            this._data.concat(a);\n            this._nDataBytes += a.sigBytes\n        },\n        _process: function(a) {\n            var c = this._data,\n            m = c.words,\n            f = c.sigBytes,\n            t = this.blockSize,\n            b = f / (4 * t),\n            b = a ? u.ceil(b) : u.max((b | 0) - this._minBufferSize, 0);\n            a = b * t;\n            f = u.min(4 * a, f);\n            if (a) {\n                for (var e = 0; e < a; e += t) this._doProcessBlock(m, e);\n                e = m.splice(0, a);\n                c.sigBytes -= f\n            }\n            return new q.init(e, f)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a._data = this._data.clone();\n            return a\n        },\n        _minBufferSize: 0\n    });\n    n.Hasher = r.extend({\n        cfg: s.extend(),\n        init: function(a) {\n            this.cfg = this.cfg.extend(a);\n            this.reset()\n        },\n        reset: function() {\n            r.reset.call(this);\n            this._doReset()\n        },\n        update: function(a) {\n            this._append(a);\n            this._process();\n            return this\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        blockSize: 16,\n        _createHelper: function(a) {\n            return function(c, m) {\n                return (new a.init(m)).finalize(c)\n            }\n        },\n        _createHmacHelper: function(a) {\n            return function(c, m) {\n                return (new e.HMAC.init(a, m)).finalize(c)\n            }\n        }\n    });\n    var e = d.algo = {};\n    return d\n} (Math); (function() {\n    var u = CryptoJS,\n    l = u.lib.WordArray;\n    u.enc.Base64 = {\n        stringify: function(d) {\n            var n = d.words,\n            l = d.sigBytes,\n            s = this._map;\n            d.clamp();\n            d = [];\n            for (var q = 0; q < l; q += 3) for (var w = (n[q >>> 2] >>> 24 - 8 * (q % 4) & 255) << 16 | (n[q + 1 >>> 2] >>> 24 - 8 * ((q + 1) % 4) & 255) << 8 | n[q + 2 >>> 2] >>> 24 - 8 * ((q + 2) % 4) & 255, v = 0; 4 > v && q + 0.75 * v < l; v++) d.push(s.charAt(w >>> 6 * (3 - v) & 63));\n            if (n = s.charAt(64)) for (; d.length % 4;) d.push(n);\n            return d.join(\"\")\n        },\n        parse: function(d) {\n            var n = d.length,\n            p = this._map,\n            s = p.charAt(64);\n            s && (s = d.indexOf(s), -1 != s && (n = s));\n            for (var s = [], q = 0, w = 0; w < n; w++) if (w % 4) {\n                var v = p.indexOf(d.charAt(w - 1)) << 2 * (w % 4),\n                b = p.indexOf(d.charAt(w)) >>> 6 - 2 * (w % 4);\n                s[q >>> 2] |= (v | b) << 24 - 8 * (q % 4);\n                q++\n            }\n            return l.create(s, q)\n        },\n        _map: \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\"\n    }\n})(); (function(u) {\n    function l(b, e, a, c, m, f, t) {\n        b = b + (e & a | ~e & c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function d(b, e, a, c, m, f, t) {\n        b = b + (e & c | a & ~c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function n(b, e, a, c, m, f, t) {\n        b = b + (e ^ a ^ c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function p(b, e, a, c, m, f, t) {\n        b = b + (a ^ (e | ~c)) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    for (var s = CryptoJS,\n    q = s.lib,\n    w = q.WordArray,\n    v = q.Hasher,\n    q = s.algo,\n    b = [], x = 0; 64 > x; x++) b[x] = 4294967296 * u.abs(u.sin(x + 1)) | 0;\n    q = q.MD5 = v.extend({\n        _doReset: function() {\n            this._hash = new w.init([1732584193, 4023233417, 2562383102, 271733878])\n        },\n        _doProcessBlock: function(r, e) {\n            for (var a = 0; 16 > a; a++) {\n                var c = e + a,\n                m = r[c];\n                r[c] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360\n            }\n            var a = this._hash.words,\n            c = r[e + 0],\n            m = r[e + 1],\n            f = r[e + 2],\n            t = r[e + 3],\n            y = r[e + 4],\n            q = r[e + 5],\n            s = r[e + 6],\n            w = r[e + 7],\n            v = r[e + 8],\n            u = r[e + 9],\n            x = r[e + 10],\n            z = r[e + 11],\n            A = r[e + 12],\n            B = r[e + 13],\n            C = r[e + 14],\n            D = r[e + 15],\n            g = a[0],\n            h = a[1],\n            j = a[2],\n            k = a[3],\n            g = l(g, h, j, k, c, 7, b[0]),\n            k = l(k, g, h, j, m, 12, b[1]),\n            j = l(j, k, g, h, f, 17, b[2]),\n            h = l(h, j, k, g, t, 22, b[3]),\n            g = l(g, h, j, k, y, 7, b[4]),\n            k = l(k, g, h, j, q, 12, b[5]),\n            j = l(j, k, g, h, s, 17, b[6]),\n            h = l(h, j, k, g, w, 22, b[7]),\n            g = l(g, h, j, k, v, 7, b[8]),\n            k = l(k, g, h, j, u, 12, b[9]),\n            j = l(j, k, g, h, x, 17, b[10]),\n            h = l(h, j, k, g, z, 22, b[11]),\n            g = l(g, h, j, k, A, 7, b[12]),\n            k = l(k, g, h, j, B, 12, b[13]),\n            j = l(j, k, g, h, C, 17, b[14]),\n            h = l(h, j, k, g, D, 22, b[15]),\n            g = d(g, h, j, k, m, 5, b[16]),\n            k = d(k, g, h, j, s, 9, b[17]),\n            j = d(j, k, g, h, z, 14, b[18]),\n            h = d(h, j, k, g, c, 20, b[19]),\n            g = d(g, h, j, k, q, 5, b[20]),\n            k = d(k, g, h, j, x, 9, b[21]),\n            j = d(j, k, g, h, D, 14, b[22]),\n            h = d(h, j, k, g, y, 20, b[23]),\n            g = d(g, h, j, k, u, 5, b[24]),\n            k = d(k, g, h, j, C, 9, b[25]),\n            j = d(j, k, g, h, t, 14, b[26]),\n            h = d(h, j, k, g, v, 20, b[27]),\n            g = d(g, h, j, k, B, 5, b[28]),\n            k = d(k, g, h, j, f, 9, b[29]),\n            j = d(j, k, g, h, w, 14, b[30]),\n            h = d(h, j, k, g, A, 20, b[31]),\n            g = n(g, h, j, k, q, 4, b[32]),\n            k = n(k, g, h, j, v, 11, b[33]),\n            j = n(j, k, g, h, z, 16, b[34]),\n            h = n(h, j, k, g, C, 23, b[35]),\n            g = n(g, h, j, k, m, 4, b[36]),\n            k = n(k, g, h, j, y, 11, b[37]),\n            j = n(j, k, g, h, w, 16, b[38]),\n            h = n(h, j, k, g, x, 23, b[39]),\n            g = n(g, h, j, k, B, 4, b[40]),\n            k = n(k, g, h, j, c, 11, b[41]),\n            j = n(j, k, g, h, t, 16, b[42]),\n            h = n(h, j, k, g, s, 23, b[43]),\n            g = n(g, h, j, k, u, 4, b[44]),\n            k = n(k, g, h, j, A, 11, b[45]),\n            j = n(j, k, g, h, D, 16, b[46]),\n            h = n(h, j, k, g, f, 23, b[47]),\n            g = p(g, h, j, k, c, 6, b[48]),\n            k = p(k, g, h, j, w, 10, b[49]),\n            j = p(j, k, g, h, C, 15, b[50]),\n            h = p(h, j, k, g, q, 21, b[51]),\n            g = p(g, h, j, k, A, 6, b[52]),\n            k = p(k, g, h, j, t, 10, b[53]),\n            j = p(j, k, g, h, x, 15, b[54]),\n            h = p(h, j, k, g, m, 21, b[55]),\n            g = p(g, h, j, k, v, 6, b[56]),\n            k = p(k, g, h, j, D, 10, b[57]),\n            j = p(j, k, g, h, s, 15, b[58]),\n            h = p(h, j, k, g, B, 21, b[59]),\n            g = p(g, h, j, k, y, 6, b[60]),\n            k = p(k, g, h, j, z, 10, b[61]),\n            j = p(j, k, g, h, f, 15, b[62]),\n            h = p(h, j, k, g, u, 21, b[63]);\n            a[0] = a[0] + g | 0;\n            a[1] = a[1] + h | 0;\n            a[2] = a[2] + j | 0;\n            a[3] = a[3] + k | 0\n        },\n        _doFinalize: function() {\n            var b = this._data,\n            e = b.words,\n            a = 8 * this._nDataBytes,\n            c = 8 * b.sigBytes;\n            e[c >>> 5] |= 128 << 24 - c % 32;\n            var m = u.floor(a / 4294967296);\n            e[(c + 64 >>> 9 << 4) + 15] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360;\n            e[(c + 64 >>> 9 << 4) + 14] = (a << 8 | a >>> 24) & 16711935 | (a << 24 | a >>> 8) & 4278255360;\n            b.sigBytes = 4 * (e.length + 1);\n            this._process();\n            b = this._hash;\n            e = b.words;\n            for (a = 0; 4 > a; a++) c = e[a],\n            e[a] = (c << 8 | c >>> 24) & 16711935 | (c << 24 | c >>> 8) & 4278255360;\n            return b\n        },\n        clone: function() {\n            var b = v.clone.call(this);\n            b._hash = this._hash.clone();\n            return b\n        }\n    });\n    s.MD5 = v._createHelper(q);\n    s.HmacMD5 = v._createHmacHelper(q)\n})(Math); (function() {\n    var u = CryptoJS,\n    l = u.lib,\n    d = l.Base,\n    n = l.WordArray,\n    l = u.algo,\n    p = l.EvpKDF = d.extend({\n        cfg: d.extend({\n            keySize: 4,\n            hasher: l.MD5,\n            iterations: 1\n        }),\n        init: function(d) {\n            this.cfg = this.cfg.extend(d)\n        },\n        compute: function(d, l) {\n            for (var p = this.cfg,\n            v = p.hasher.create(), b = n.create(), u = b.words, r = p.keySize, p = p.iterations; u.length < r;) {\n                e && v.update(e);\n                var e = v.update(d).finalize(l);\n                v.reset();\n                for (var a = 1; a < p; a++) e = v.finalize(e),\n                v.reset();\n                b.concat(e)\n            }\n            b.sigBytes = 4 * r;\n            return b\n        }\n    });\n    u.EvpKDF = function(d, l, n) {\n        return p.create(n).compute(d, l)\n    }\n})();\nCryptoJS.lib.Cipher ||\nfunction(u) {\n    var l = CryptoJS,\n    d = l.lib,\n    n = d.Base,\n    p = d.WordArray,\n    s = d.BufferedBlockAlgorithm,\n    q = l.enc.Base64,\n    w = l.algo.EvpKDF,\n    v = d.Cipher = s.extend({\n        cfg: n.extend(),\n        createEncryptor: function(m, a) {\n            return this.create(this._ENC_XFORM_MODE, m, a)\n        },\n        createDecryptor: function(m, a) {\n            return this.create(this._DEC_XFORM_MODE, m, a)\n        },\n        init: function(m, a, b) {\n            this.cfg = this.cfg.extend(b);\n            this._xformMode = m;\n            this._key = a;\n            this.reset()\n        },\n        reset: function() {\n            s.reset.call(this);\n            this._doReset()\n        },\n        process: function(a) {\n            this._append(a);\n            return this._process()\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        keySize: 4,\n        ivSize: 4,\n        _ENC_XFORM_MODE: 1,\n        _DEC_XFORM_MODE: 2,\n        _createHelper: function(m) {\n            return {\n                encrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).encrypt(m, f, b, e)\n                },\n                decrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).decrypt(m, f, b, e)\n                }\n            }\n        }\n    });\n    d.StreamCipher = v.extend({\n        _doFinalize: function() {\n            return this._process(!0)\n        },\n        blockSize: 1\n    });\n    var b = l.mode = {},\n    x = function(a, f, b) {\n        var c = this._iv;\n        c ? this._iv = u: c = this._prevBlock;\n        for (var e = 0; e < b; e++) a[f + e] ^= c[e]\n    },\n    r = (d.BlockCipherMode = n.extend({\n        createEncryptor: function(a, f) {\n            return this.Encryptor.create(a, f)\n        },\n        createDecryptor: function(a, f) {\n            return this.Decryptor.create(a, f)\n        },\n        init: function(a, f) {\n            this._cipher = a;\n            this._iv = f\n        }\n    })).extend();\n    r.Encryptor = r.extend({\n        processBlock: function(a, f) {\n            var b = this._cipher,\n            c = b.blockSize;\n            x.call(this, a, f, c);\n            b.encryptBlock(a, f);\n            this._prevBlock = a.slice(f, f + c)\n        }\n    });\n    r.Decryptor = r.extend({\n        processBlock: function(a, b) {\n            var c = this._cipher,\n            e = c.blockSize,\n            d = a.slice(b, b + e);\n            c.decryptBlock(a, b);\n            x.call(this, a, b, e);\n            this._prevBlock = d\n        }\n    });\n    b = b.CBC = r;\n    r = (l.pad = {}).Pkcs7 = {\n        pad: function(a, b) {\n            for (var c = 4 * b,\n            c = c - a.sigBytes % c,\n            e = c << 24 | c << 16 | c << 8 | c,\n            d = [], l = 0; l < c; l += 4) d.push(e);\n            c = p.create(d, c);\n            a.concat(c)\n        },\n        unpad: function(a) {\n            a.sigBytes -= a.words[a.sigBytes - 1 >>> 2] & 255\n        }\n    };\n    d.BlockCipher = v.extend({\n        cfg: v.cfg.extend({\n            mode: b,\n            padding: r\n        }),\n        reset: function() {\n            v.reset.call(this);\n            var a = this.cfg,\n            c = a.iv,\n            a = a.mode;\n            if (this._xformMode == this._ENC_XFORM_MODE) var b = a.createEncryptor;\n            else b = a.createDecryptor,\n            this._minBufferSize = 1;\n            this._mode = b.call(a, this, c && c.words)\n        },\n        _doProcessBlock: function(a, c) {\n            this._mode.processBlock(a, c)\n        },\n        _doFinalize: function() {\n            var a = this.cfg.padding;\n            if (this._xformMode == this._ENC_XFORM_MODE) {\n                a.pad(this._data, this.blockSize);\n                var c = this._process(!0)\n            } else c = this._process(!0),\n            a.unpad(c);\n            return c\n        },\n        blockSize: 4\n    });\n    var e = d.CipherParams = n.extend({\n        init: function(a) {\n            this.mixIn(a)\n        },\n        toString: function(a) {\n            return (a || this.formatter).stringify(this)\n        }\n    }),\n    b = (l.format = {}).OpenSSL = {\n        stringify: function(a) {\n            var c = a.ciphertext;\n            a = a.salt;\n            return (a ? p.create([1398893684, 1701076831]).concat(a).concat(c) : c).toString(q)\n        },\n        parse: function(a) {\n            a = q.parse(a);\n            var c = a.words;\n            if (1398893684 == c[0] && 1701076831 == c[1]) {\n                var b = p.create(c.slice(2, 4));\n                c.splice(0, 4);\n                a.sigBytes -= 16\n            }\n            return e.create({\n                ciphertext: a,\n                salt: b\n            })\n        }\n    },\n    a = d.SerializableCipher = n.extend({\n        cfg: n.extend({\n            format: b\n        }),\n        encrypt: function(a, c, b, d) {\n            d = this.cfg.extend(d);\n            var l = a.createEncryptor(b, d);\n            c = l.finalize(c);\n            l = l.cfg;\n            return e.create({\n                ciphertext: c,\n                key: b,\n                iv: l.iv,\n                algorithm: a,\n                mode: l.mode,\n                padding: l.padding,\n                blockSize: a.blockSize,\n                formatter: d.format\n            })\n        },\n        decrypt: function(a, c, b, e) {\n            e = this.cfg.extend(e);\n            c = this._parse(c, e.format);\n            return a.createDecryptor(b, e).finalize(c.ciphertext)\n        },\n        _parse: function(a, c) {\n            return \"string\" == typeof a ? c.parse(a, this) : a\n        }\n    }),\n    l = (l.kdf = {}).OpenSSL = {\n        execute: function(a, c, b, d) {\n            d || (d = p.random(8));\n            a = w.create({\n                keySize: c + b\n            }).compute(a, d);\n            b = p.create(a.words.slice(c), 4 * b);\n            a.sigBytes = 4 * c;\n            return e.create({\n                key: a,\n                iv: b,\n                salt: d\n            })\n        }\n    },\n    c = d.PasswordBasedCipher = a.extend({\n        cfg: a.cfg.extend({\n            kdf: l\n        }),\n        encrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            e = d.kdf.execute(e, c.keySize, c.ivSize);\n            d.iv = e.iv;\n            c = a.encrypt.call(this, c, b, e.key, d);\n            c.mixIn(e);\n            return c\n        },\n        decrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            b = this._parse(b, d.format);\n            e = d.kdf.execute(e, c.keySize, c.ivSize, b.salt);\n            d.iv = e.iv;\n            return a.decrypt.call(this, c, b, e.key, d)\n        }\n    })\n} (); (function() {\n    function u(b, a) {\n        var c = (this._lBlock >>> b ^ this._rBlock) & a;\n        this._rBlock ^= c;\n        this._lBlock ^= c << b\n    }\n    function l(b, a) {\n        var c = (this._rBlock >>> b ^ this._lBlock) & a;\n        this._lBlock ^= c;\n        this._rBlock ^= c << b\n    }\n    var d = CryptoJS,\n    n = d.lib,\n    p = n.WordArray,\n    n = n.BlockCipher,\n    s = d.algo,\n    q = [57, 49, 41, 33, 25, 17, 9, 1, 58, 50, 42, 34, 26, 18, 10, 2, 59, 51, 43, 35, 27, 19, 11, 3, 60, 52, 44, 36, 63, 55, 47, 39, 31, 23, 15, 7, 62, 54, 46, 38, 30, 22, 14, 6, 61, 53, 45, 37, 29, 21, 13, 5, 28, 20, 12, 4],\n    w = [14, 17, 11, 24, 1, 5, 3, 28, 15, 6, 21, 10, 23, 19, 12, 4, 26, 8, 16, 7, 27, 20, 13, 2, 41, 52, 31, 37, 47, 55, 30, 40, 51, 45, 33, 48, 44, 49, 39, 56, 34, 53, 46, 42, 50, 36, 29, 32],\n    v = [1, 2, 4, 6, 8, 10, 12, 14, 15, 17, 19, 21, 23, 25, 27, 28],\n    b = [{\n        \"0\": 8421888,\n        268435456 : 32768,\n        536870912 : 8421378,\n        805306368 : 2,\n        1073741824 : 512,\n        1342177280 : 8421890,\n        1610612736 : 8389122,\n        1879048192 : 8388608,\n        2147483648 : 514,\n        2415919104 : 8389120,\n        2684354560 : 33280,\n        2952790016 : 8421376,\n        3221225472 : 32770,\n        3489660928 : 8388610,\n        3758096384 : 0,\n        4026531840 : 33282,\n        134217728 : 0,\n        402653184 : 8421890,\n        671088640 : 33282,\n        939524096 : 32768,\n        1207959552 : 8421888,\n        1476395008 : 512,\n        1744830464 : 8421378,\n        2013265920 : 2,\n        2281701376 : 8389120,\n        2550136832 : 33280,\n        2818572288 : 8421376,\n        3087007744 : 8389122,\n        3355443200 : 8388610,\n        3623878656 : 32770,\n        3892314112 : 514,\n        4160749568 : 8388608,\n        1 : 32768,\n        268435457 : 2,\n        536870913 : 8421888,\n        805306369 : 8388608,\n        1073741825 : 8421378,\n        1342177281 : 33280,\n        1610612737 : 512,\n        1879048193 : 8389122,\n        2147483649 : 8421890,\n        2415919105 : 8421376,\n        2684354561 : 8388610,\n        2952790017 : 33282,\n        3221225473 : 514,\n        3489660929 : 8389120,\n        3758096385 : 32770,\n        4026531841 : 0,\n        134217729 : 8421890,\n        402653185 : 8421376,\n        671088641 : 8388608,\n        939524097 : 512,\n        1207959553 : 32768,\n        1476395009 : 8388610,\n        1744830465 : 2,\n        2013265921 : 33282,\n        2281701377 : 32770,\n        2550136833 : 8389122,\n        2818572289 : 514,\n        3087007745 : 8421888,\n        3355443201 : 8389120,\n        3623878657 : 0,\n        3892314113 : 33280,\n        4160749569 : 8421378\n    },\n    {\n        \"0\": 1074282512,\n        16777216 : 16384,\n        33554432 : 524288,\n        50331648 : 1074266128,\n        67108864 : 1073741840,\n        83886080 : 1074282496,\n        100663296 : 1073758208,\n        117440512 : 16,\n        134217728 : 540672,\n        150994944 : 1073758224,\n        167772160 : 1073741824,\n        184549376 : 540688,\n        201326592 : 524304,\n        218103808 : 0,\n        234881024 : 16400,\n        251658240 : 1074266112,\n        8388608 : 1073758208,\n        25165824 : 540688,\n        41943040 : 16,\n        58720256 : 1073758224,\n        75497472 : 1074282512,\n        92274688 : 1073741824,\n        109051904 : 524288,\n        125829120 : 1074266128,\n        142606336 : 524304,\n        159383552 : 0,\n        176160768 : 16384,\n        192937984 : 1074266112,\n        209715200 : 1073741840,\n        226492416 : 540672,\n        243269632 : 1074282496,\n        260046848 : 16400,\n        268435456 : 0,\n        285212672 : 1074266128,\n        301989888 : 1073758224,\n        318767104 : 1074282496,\n        335544320 : 1074266112,\n        352321536 : 16,\n        369098752 : 540688,\n        385875968 : 16384,\n        402653184 : 16400,\n        419430400 : 524288,\n        436207616 : 524304,\n        452984832 : 1073741840,\n        469762048 : 540672,\n        486539264 : 1073758208,\n        503316480 : 1073741824,\n        520093696 : 1074282512,\n        276824064 : 540688,\n        293601280 : 524288,\n        310378496 : 1074266112,\n        327155712 : 16384,\n        343932928 : 1073758208,\n        360710144 : 1074282512,\n        377487360 : 16,\n        394264576 : 1073741824,\n        411041792 : 1074282496,\n        427819008 : 1073741840,\n        444596224 : 1073758224,\n        461373440 : 524304,\n        478150656 : 0,\n        494927872 : 16400,\n        511705088 : 1074266128,\n        528482304 : 540672\n    },\n    {\n        \"0\": 260,\n        1048576 : 0,\n        2097152 : 67109120,\n        3145728 : 65796,\n        4194304 : 65540,\n        5242880 : 67108868,\n        6291456 : 67174660,\n        7340032 : 67174400,\n        8388608 : 67108864,\n        9437184 : 67174656,\n        10485760 : 65792,\n        11534336 : 67174404,\n        12582912 : 67109124,\n        13631488 : 65536,\n        14680064 : 4,\n        15728640 : 256,\n        524288 : 67174656,\n        1572864 : 67174404,\n        2621440 : 0,\n        3670016 : 67109120,\n        4718592 : 67108868,\n        5767168 : 65536,\n        6815744 : 65540,\n        7864320 : 260,\n        8912896 : 4,\n        9961472 : 256,\n        11010048 : 67174400,\n        12058624 : 65796,\n        13107200 : 65792,\n        14155776 : 67109124,\n        15204352 : 67174660,\n        16252928 : 67108864,\n        16777216 : 67174656,\n        17825792 : 65540,\n        18874368 : 65536,\n        19922944 : 67109120,\n        20971520 : 256,\n        22020096 : 67174660,\n        23068672 : 67108868,\n        24117248 : 0,\n        25165824 : 67109124,\n        26214400 : 67108864,\n        27262976 : 4,\n        28311552 : 65792,\n        29360128 : 67174400,\n        30408704 : 260,\n        31457280 : 65796,\n        32505856 : 67174404,\n        17301504 : 67108864,\n        18350080 : 260,\n        19398656 : 67174656,\n        20447232 : 0,\n        21495808 : 65540,\n        22544384 : 67109120,\n        23592960 : 256,\n        24641536 : 67174404,\n        25690112 : 65536,\n        26738688 : 67174660,\n        27787264 : 65796,\n        28835840 : 67108868,\n        29884416 : 67109124,\n        30932992 : 67174400,\n        31981568 : 4,\n        33030144 : 65792\n    },\n    {\n        \"0\": 2151682048,\n        65536 : 2147487808,\n        131072 : 4198464,\n        196608 : 2151677952,\n        262144 : 0,\n        327680 : 4198400,\n        393216 : 2147483712,\n        458752 : 4194368,\n        524288 : 2147483648,\n        589824 : 4194304,\n        655360 : 64,\n        720896 : 2147487744,\n        786432 : 2151678016,\n        851968 : 4160,\n        917504 : 4096,\n        983040 : 2151682112,\n        32768 : 2147487808,\n        98304 : 64,\n        163840 : 2151678016,\n        229376 : 2147487744,\n        294912 : 4198400,\n        360448 : 2151682112,\n        425984 : 0,\n        491520 : 2151677952,\n        557056 : 4096,\n        622592 : 2151682048,\n        688128 : 4194304,\n        753664 : 4160,\n        819200 : 2147483648,\n        884736 : 4194368,\n        950272 : 4198464,\n        1015808 : 2147483712,\n        1048576 : 4194368,\n        1114112 : 4198400,\n        1179648 : 2147483712,\n        1245184 : 0,\n        1310720 : 4160,\n        1376256 : 2151678016,\n        1441792 : 2151682048,\n        1507328 : 2147487808,\n        1572864 : 2151682112,\n        1638400 : 2147483648,\n        1703936 : 2151677952,\n        1769472 : 4198464,\n        1835008 : 2147487744,\n        1900544 : 4194304,\n        1966080 : 64,\n        2031616 : 4096,\n        1081344 : 2151677952,\n        1146880 : 2151682112,\n        1212416 : 0,\n        1277952 : 4198400,\n        1343488 : 4194368,\n        1409024 : 2147483648,\n        1474560 : 2147487808,\n        1540096 : 64,\n        1605632 : 2147483712,\n        1671168 : 4096,\n        1736704 : 2147487744,\n        1802240 : 2151678016,\n        1867776 : 4160,\n        1933312 : 2151682048,\n        1998848 : 4194304,\n        2064384 : 4198464\n    },\n    {\n        \"0\": 128,\n        4096 : 17039360,\n        8192 : 262144,\n        12288 : 536870912,\n        16384 : 537133184,\n        20480 : 16777344,\n        24576 : 553648256,\n        28672 : 262272,\n        32768 : 16777216,\n        36864 : 537133056,\n        40960 : 536871040,\n        45056 : 553910400,\n        49152 : 553910272,\n        53248 : 0,\n        57344 : 17039488,\n        61440 : 553648128,\n        2048 : 17039488,\n        6144 : 553648256,\n        10240 : 128,\n        14336 : 17039360,\n        18432 : 262144,\n        22528 : 537133184,\n        26624 : 553910272,\n        30720 : 536870912,\n        34816 : 537133056,\n        38912 : 0,\n        43008 : 553910400,\n        47104 : 16777344,\n        51200 : 536871040,\n        55296 : 553648128,\n        59392 : 16777216,\n        63488 : 262272,\n        65536 : 262144,\n        69632 : 128,\n        73728 : 536870912,\n        77824 : 553648256,\n        81920 : 16777344,\n        86016 : 553910272,\n        90112 : 537133184,\n        94208 : 16777216,\n        98304 : 553910400,\n        102400 : 553648128,\n        106496 : 17039360,\n        110592 : 537133056,\n        114688 : 262272,\n        118784 : 536871040,\n        122880 : 0,\n        126976 : 17039488,\n        67584 : 553648256,\n        71680 : 16777216,\n        75776 : 17039360,\n        79872 : 537133184,\n        83968 : 536870912,\n        88064 : 17039488,\n        92160 : 128,\n        96256 : 553910272,\n        100352 : 262272,\n        104448 : 553910400,\n        108544 : 0,\n        112640 : 553648128,\n        116736 : 16777344,\n        120832 : 262144,\n        124928 : 537133056,\n        129024 : 536871040\n    },\n    {\n        \"0\": 268435464,\n        256 : 8192,\n        512 : 270532608,\n        768 : 270540808,\n        1024 : 268443648,\n        1280 : 2097152,\n        1536 : 2097160,\n        1792 : 268435456,\n        2048 : 0,\n        2304 : 268443656,\n        2560 : 2105344,\n        2816 : 8,\n        3072 : 270532616,\n        3328 : 2105352,\n        3584 : 8200,\n        3840 : 270540800,\n        128 : 270532608,\n        384 : 270540808,\n        640 : 8,\n        896 : 2097152,\n        1152 : 2105352,\n        1408 : 268435464,\n        1664 : 268443648,\n        1920 : 8200,\n        2176 : 2097160,\n        2432 : 8192,\n        2688 : 268443656,\n        2944 : 270532616,\n        3200 : 0,\n        3456 : 270540800,\n        3712 : 2105344,\n        3968 : 268435456,\n        4096 : 268443648,\n        4352 : 270532616,\n        4608 : 270540808,\n        4864 : 8200,\n        5120 : 2097152,\n        5376 : 268435456,\n        5632 : 268435464,\n        5888 : 2105344,\n        6144 : 2105352,\n        6400 : 0,\n        6656 : 8,\n        6912 : 270532608,\n        7168 : 8192,\n        7424 : 268443656,\n        7680 : 270540800,\n        7936 : 2097160,\n        4224 : 8,\n        4480 : 2105344,\n        4736 : 2097152,\n        4992 : 268435464,\n        5248 : 268443648,\n        5504 : 8200,\n        5760 : 270540808,\n        6016 : 270532608,\n        6272 : 270540800,\n        6528 : 270532616,\n        6784 : 8192,\n        7040 : 2105352,\n        7296 : 2097160,\n        7552 : 0,\n        7808 : 268435456,\n        8064 : 268443656\n    },\n    {\n        \"0\": 1048576,\n        16 : 33555457,\n        32 : 1024,\n        48 : 1049601,\n        64 : 34604033,\n        80 : 0,\n        96 : 1,\n        112 : 34603009,\n        128 : 33555456,\n        144 : 1048577,\n        160 : 33554433,\n        176 : 34604032,\n        192 : 34603008,\n        208 : 1025,\n        224 : 1049600,\n        240 : 33554432,\n        8 : 34603009,\n        24 : 0,\n        40 : 33555457,\n        56 : 34604032,\n        72 : 1048576,\n        88 : 33554433,\n        104 : 33554432,\n        120 : 1025,\n        136 : 1049601,\n        152 : 33555456,\n        168 : 34603008,\n        184 : 1048577,\n        200 : 1024,\n        216 : 34604033,\n        232 : 1,\n        248 : 1049600,\n        256 : 33554432,\n        272 : 1048576,\n        288 : 33555457,\n        304 : 34603009,\n        320 : 1048577,\n        336 : 33555456,\n        352 : 34604032,\n        368 : 1049601,\n        384 : 1025,\n        400 : 34604033,\n        416 : 1049600,\n        432 : 1,\n        448 : 0,\n        464 : 34603008,\n        480 : 33554433,\n        496 : 1024,\n        264 : 1049600,\n        280 : 33555457,\n        296 : 34603009,\n        312 : 1,\n        328 : 33554432,\n        344 : 1048576,\n        360 : 1025,\n        376 : 34604032,\n        392 : 33554433,\n        408 : 34603008,\n        424 : 0,\n        440 : 34604033,\n        456 : 1049601,\n        472 : 1024,\n        488 : 33555456,\n        504 : 1048577\n    },\n    {\n        \"0\": 134219808,\n        1 : 131072,\n        2 : 134217728,\n        3 : 32,\n        4 : 131104,\n        5 : 134350880,\n        6 : 134350848,\n        7 : 2048,\n        8 : 134348800,\n        9 : 134219776,\n        10 : 133120,\n        11 : 134348832,\n        12 : 2080,\n        13 : 0,\n        14 : 134217760,\n        15 : 133152,\n        2147483648 : 2048,\n        2147483649 : 134350880,\n        2147483650 : 134219808,\n        2147483651 : 134217728,\n        2147483652 : 134348800,\n        2147483653 : 133120,\n        2147483654 : 133152,\n        2147483655 : 32,\n        2147483656 : 134217760,\n        2147483657 : 2080,\n        2147483658 : 131104,\n        2147483659 : 134350848,\n        2147483660 : 0,\n        2147483661 : 134348832,\n        2147483662 : 134219776,\n        2147483663 : 131072,\n        16 : 133152,\n        17 : 134350848,\n        18 : 32,\n        19 : 2048,\n        20 : 134219776,\n        21 : 134217760,\n        22 : 134348832,\n        23 : 131072,\n        24 : 0,\n        25 : 131104,\n        26 : 134348800,\n        27 : 134219808,\n        28 : 134350880,\n        29 : 133120,\n        30 : 2080,\n        31 : 134217728,\n        2147483664 : 131072,\n        2147483665 : 2048,\n        2147483666 : 134348832,\n        2147483667 : 133152,\n        2147483668 : 32,\n        2147483669 : 134348800,\n        2147483670 : 134217728,\n        2147483671 : 134219808,\n        2147483672 : 134350880,\n        2147483673 : 134217760,\n        2147483674 : 134219776,\n        2147483675 : 0,\n        2147483676 : 133120,\n        2147483677 : 2080,\n        2147483678 : 131104,\n        2147483679 : 134350848\n    }],\n    x = [4160749569, 528482304, 33030144, 2064384, 129024, 8064, 504, 2147483679],\n    r = s.DES = n.extend({\n        _doReset: function() {\n            for (var b = this._key.words,\n            a = [], c = 0; 56 > c; c++) {\n                var d = q[c] - 1;\n                a[c] = b[d >>> 5] >>> 31 - d % 32 & 1\n            }\n            b = this._subKeys = [];\n            for (d = 0; 16 > d; d++) {\n                for (var f = b[d] = [], l = v[d], c = 0; 24 > c; c++) f[c / 6 | 0] |= a[(w[c] - 1 + l) % 28] << 31 - c % 6,\n                f[4 + (c / 6 | 0)] |= a[28 + (w[c + 24] - 1 + l) % 28] << 31 - c % 6;\n                f[0] = f[0] << 1 | f[0] >>> 31;\n                for (c = 1; 7 > c; c++) f[c] >>>= 4 * (c - 1) + 3;\n                f[7] = f[7] << 5 | f[7] >>> 27\n            }\n            a = this._invSubKeys = [];\n            for (c = 0; 16 > c; c++) a[c] = b[15 - c]\n        },\n        encryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._subKeys)\n        },\n        decryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._invSubKeys)\n        },\n        _doCryptBlock: function(e, a, c) {\n            this._lBlock = e[a];\n            this._rBlock = e[a + 1];\n            u.call(this, 4, 252645135);\n            u.call(this, 16, 65535);\n            l.call(this, 2, 858993459);\n            l.call(this, 8, 16711935);\n            u.call(this, 1, 1431655765);\n            for (var d = 0; 16 > d; d++) {\n                for (var f = c[d], n = this._lBlock, p = this._rBlock, q = 0, r = 0; 8 > r; r++) q |= b[r][((p ^ f[r]) & x[r]) >>> 0];\n                this._lBlock = p;\n                this._rBlock = n ^ q\n            }\n            c = this._lBlock;\n            this._lBlock = this._rBlock;\n            this._rBlock = c;\n            u.call(this, 1, 1431655765);\n            l.call(this, 8, 16711935);\n            l.call(this, 2, 858993459);\n            u.call(this, 16, 65535);\n            u.call(this, 4, 252645135);\n            e[a] = this._lBlock;\n            e[a + 1] = this._rBlock\n        },\n        keySize: 2,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.DES = n._createHelper(r);\n    s = s.TripleDES = n.extend({\n        _doReset: function() {\n            var b = this._key.words;\n            this._des1 = r.createEncryptor(p.create(b.slice(0, 2)));\n            this._des2 = r.createEncryptor(p.create(b.slice(2, 4)));\n            this._des3 = r.createEncryptor(p.create(b.slice(4, 6)))\n        },\n        encryptBlock: function(b, a) {\n            this._des1.encryptBlock(b, a);\n            this._des2.decryptBlock(b, a);\n            this._des3.encryptBlock(b, a)\n        },\n        decryptBlock: function(b, a) {\n            this._des3.decryptBlock(b, a);\n            this._des2.encryptBlock(b, a);\n            this._des1.decryptBlock(b, a)\n        },\n        keySize: 6,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.TripleDES = n._createHelper(s)\n})();\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\n/**\n * Electronic Codebook block mode.\n */\nCryptoJS.mode.ECB = (function() {\n    var ECB = CryptoJS.lib.BlockCipherMode.extend();\n\n    ECB.Encryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.encryptBlock(words, offset);\n        }\n    });\n\n    ECB.Decryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.decryptBlock(words, offset);\n        }\n    });\n\n    return ECB;\n} ());\n\nfunction encryptByDES(message, key) {\n    var keyHex = CryptoJS.enc.Utf8.parse(key);\n    var encrypted = CryptoJS.DES.encrypt(message, keyHex, {\n        mode: CryptoJS.mode.ECB,\n        padding: CryptoJS.pad.Pkcs7\n    });\n    return encrypted.toString()\n}\n//DES加密结束\nvar deskey = 'web@hzlq';\nvar userId='0';\nfunction getPostUrl(data,type) {\nvar url = 'http://m.ndlib.cn/nlc_read_home/service.do,';\nvar md5Key = 'library_2016@hzlq';\nvalue = {\n    siteId: 1,\n    data:encryptByDES(JSON.stringify(data), deskey),\n    userId: userId,\n    fromSource: 3,\n    osType: 5,\n    version: \"1.0.1\",\n    versionCode: 10001,\n    timeStamp: data.timeStamp,\n    hashCode: md5(data.timeStamp + md5Key)\n}\nvar option={\n\"method\":\"POST\",\n\"body\":'cmd='+type+'&value=' + encodeURIComponent(JSON.stringify(value))\n}\nreturn url + JSON.stringify(option);\n}\n//搜索链接\nvar data ={\n    timeStamp:Date.now(),\n    bigType:\"0\",\n    content:key,\n    pageSize:10,\n    pageNum:1\n};\ngetPostUrl(data,'qrySearchList')\n</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "选书小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xuanshu.org#",
    "customButton": false,
    "customOrder": 1183,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"最近更新\",\"url\":\"/top/lastupdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最新入库\",\"url\":\"/top/postdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总点击榜\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月点击榜\",\"url\":\"/top/monthvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周点击榜\",\"url\":\"/top/weekvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总收藏棒\",\"url\":\"/top/goodnum_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总推荐榜\",\"url\":\"/top/allvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月推荐榜\",\"url\":\"/top/monthvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周推荐榜\",\"url\":\"/top/weekvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总字数榜\",\"url\":\"/top/size_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻魔法\",\"url\":\"/sort1/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠修真\",\"url\":\"/sort2/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/sort3/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/sort4/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游动漫\",\"url\":\"/sort6/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻小说\",\"url\":\"/sort7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖灵异\",\"url\":\"/sort8/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"散文诗词\",\"url\":\"/sort9/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"综合其他\",\"url\":\"/sort10/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1735040549115,
    "loginUrl": "",
    "respondTime": 1546,
    "ruleBookInfo": {
      "author": ".info_des@dl.0@text##.*：",
      "coverUrl": ".tupian@img@src",
      "intro": ".intro@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "id.info@dd@a.1@text&&.info_des@dl.2@text##.*：|\\s..:.*|小说",
      "lastChapter": ".info_des@dl.3@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".info_des@h1@text"
    },
    "ruleContent": {
      "content": "id.content1@textNodes",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": ".zuozhe@text",
      "bookList": ".zuixin@li!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##/tupian/$2/$1/$1s.jpg###",
      "kind": ".lei,.uptime@text##\\[|\\]",
      "lastChapter": ".xupl@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".xname@text"
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "tbody@tr!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##/tupian/$2/$1/$1s.jpg###",
      "kind": "td.3@text",
      "lastChapter": "td.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "td.0@text"
    },
    "ruleToc": {
      "chapterList": ".pc_list@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\n/search.php,{\n  'method': 'post',\n  'body': 'searchkey={{key}}'\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "👑 影书小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.yingsx.com",
    "customButton": false,
    "customOrder": 1184,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"月点击\",\"url\":\"/top/monthvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周点击\",\"url\":\"/top/weekvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总点击\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻奇幻 \",\"url\":\"/sort/1_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"修真仙侠 \",\"url\":\"/sort/2_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"青春都市 \",\"url\":\"/sort/3_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史穿越 \",\"url\":\"/sort/4_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游竞技 \",\"url\":\"/sort/5_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻悬疑 \",\"url\":\"/sort/6_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1723697915300,
    "respondTime": 4384,
    "ruleBookInfo": {
      "author": ".xx@a.1@text",
      "coverUrl": ".xsfm@img@src",
      "intro": ".jianjie@p@html",
      "kind": "[property~=category|status|update_time]@content##\\s..:.*",
      "lastChapter": ".xx@a.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".xx@li.0@text",
      "tocUrl": ".gengduo@a@href"
    },
    "ruleContent": {
      "content": "id.nr@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\s*.*点击下一页.*\\s*"
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": ".xbk",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "span.2@text",
      "name": "a.1@text",
      "wordCount": ".tjrs@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": "ul.fk@li",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##https://www.yingsx.com/files/article/image/$2/$1/$1s.jpg###",
      "kind": "a.0@text##\\[|\\]",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".lb@li",
      "chapterName": "text##.*章节列表.*|正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "a@href",
      "nextTocUrl": "class.bt-next@span@a@href"
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"utf-8\",\n  \"method\": \"post\",\n  \"body\": \"type=articlename&s={{key}}&submit=\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🎃7wav🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.7wav.com#🎃",
    "customButton": false,
    "customOrder": 1185,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻魔法::/xs/1-default-0-0-0-0-0-0-{{page}}.html\n武侠修真::/xs/2-default-0-0-0-0-0-0-{{page}}.html\n穿越小说::/xs/3-default-0-0-0-0-0-0-{{page}}.html\n都市言情::/xs/4-default-0-0-0-0-0-0-{{page}}.html\n历史军事::/xs/5-default-0-0-0-0-0-0-{{page}}.html\n科幻小说::/xs/6-default-0-0-0-0-0-0-{{page}}.html\n网游动漫::/xs/7-default-0-0-0-0-0-0-{{page}}.html\n耽美同人::/xs/8-default-0-0-0-0-0-0-{{page}}.html\n侦探推理::/xs/9-default-0-0-0-0-0-0-{{page}}.html\n恐怖灵异::/xs/10-default-0-0-0-0-0-0-{{page}}.html\n\n连载中::/xs/quanbu-default-0-0-0-0-1-0-{{page}}.html\n已完成::/xs/quanbu-default-0-0-0-0-2-0-{{page}}.html\n总点击::/xs/quanbu-allvisit-0-0-0-0-0-0-{{page}}.html\n月点击::/xs/quanbu-monthvisit-0-0-0-0-0-0-{{page}}.html\n周点击::/xs/quanbu-weekvisit-0-0-0-0-0-0-{{page}}.html\n日点击::/xs/quanbu-dayvisit-0-0-0-0-0-0-{{page}}.html\n总推荐::/xs/quanbu-allvote-0-0-0-0-0-0-{{page}}.html\n月推荐::https://www.7wav.com/xs/quanbu-monthvote-0-0-0-0-0-0-{{page}}.html\n周推荐::/xs/quanbu-weekvote-0-0-0-0-0-0-{{page}}.html\n日推荐::/xs/quanbu-dayvote-0-0-0-0-0-0-{{page}}.html\n收藏数::/xs/quanbu-goodnum-0-0-0-0-0-0-{{page}}.html\n入站时间::/xs/quanbu-postdate-0-0-0-0-0-0-{{page}}.html\n  字数  ::/xs/quanbu-size-0-0-0-0-0-0-{{page}}.html\n30万以下::/xs/quanbu-default-0-1-0-0-0-0-{{page}}.html\n30万-50万::/xs/quanbu-default-0-2-0-0-0-0-{{page}}.html\n50万-100万::/xs/quanbu-default-0-3-0-0-0-0-{{page}}.html\n100万-200万::/xs/quanbu-default-0-4-0-0-0-0-{{page}}.html\n200万以上::/xs/quanbu-default-0-5-0-0-0-0-{{page}}.html",
    "header": "",
    "lastUpdateTime": 0,
    "respondTime": 12977,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "",
      "intro": "h3@text##.*.简介：|您要是觉得.*",
      "kind": "[property$=category]@content&&[property$=status]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "text.请访问手机版@href",
      "wordCount": "[property$=update_time]@content"
    },
    "ruleContent": {
      "content": "id.nr@textNodes"
    },
    "ruleExplore": {
      "author": "dd.1@span@text",
      "bookList": "class.sitebox@dl",
      "bookUrl": "h3@a@href",
      "coverUrl": "img@src",
      "intro": "dd.2@text",
      "kind": "span.uptime@text",
      "lastChapter": "dd.3@a@text",
      "name": "h3@a@text"
    },
    "ruleSearch": {
      "author": "p.s3@text",
      "bookList": "div.toplist@li",
      "bookUrl": "p.s1@a@href",
      "coverUrl": "img@src",
      "kind": "p.s6@text&&p.s5@text",
      "lastChapter": "p.s2@a@text",
      "name": "p.s1@a@text",
      "wordCount": "p.s4@text"
    },
    "ruleToc": {
      "chapterList": "class.lb fk@li",
      "chapterName": "a@text##本页章节列表结束！|没有更多分页了！",
      "chapterUrl": "a@href",
      "nextTocUrl": ".showpage.0@ul@a@href"
    },
    "searchUrl": "/modules/article/search.php?action=login&searchkey={{key}}&page={{page}},{\n  \"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "By：Tom",
    "bookSourceGroup": "免费",
    "bookSourceName": "七七读书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.dushu.com未月十八改",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1186,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1732969860657,
    "loginUrl": "",
    "respondTime": 517,
    "ruleBookInfo": {
      "coverUrl": "tag.img.1@src",
      "init": "",
      "intro": "id.intro@text",
      "lastChapter": "class.update@a@text",
      "name": "tag.h1@text##搜索关键词.*"
    },
    "ruleContent": {
      "content": "id.ChapterContents@html##(更新速度最快赶|全集txt下载)[\\s\\S]+|txt下载地址.*|手机阅读.*"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "tag.td.5@text||class.shu_xinxi@h4@small@text",
      "bookList": "class.BOX@tag.tr!0||class.shu_cont@children",
      "bookUrl": "class.red@href||class.shu_xinxi@h4@a@href",
      "coverUrl": "img@src|class.red@href<js>'/files/article/image'+String(result).replace(/.*?(\\d*?)(\\d{1,3})\\//,'/$1/$1$2/$1$2s.jpg').replace('//','/0/')</js>",
      "kind": "tag.td.1@text##\\[|\\]",
      "lastChapter": "tag.td.3@text",
      "name": "tag.td.2@text||class.shu_xinxi@h4@a@text##搜索关键词.*"
    },
    "ruleToc": {
      "chapterList": "class.zjlist@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.77dushu.com/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "㊣ 话本小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.ihuaben.comyc",
    "customButton": false,
    "customOrder": 1187,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1720610856429,
    "loginUrl": "https://passport.ihuaben.com/?nextUrl=http%3A%2F%2Fuser.ihuaben.com%2F",
    "respondTime": 2875,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": ".cover img.0@src",
      "intro": "标签：{{@#tagList@text}}{{'\\n'+'​'}}\n{{@.aboutbook@html}}##简介.",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content##小说",
      "lastChapter": "class.Catalog.1@a@text",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": ".Catalog!0@a@href",
      "wordCount": "class.HuabenListUL.1@li.1@text"
    },
    "ruleContent": {
      "content": "#contentsource@p@html",
      "imageStyle": "FULL"
    },
    "ruleExplore": {
      "author": "p.1@a@text||td.3@a@text",
      "bookList": ".booklist li||tbody tr",
      "bookUrl": "h3 a@href||td.0@a@href",
      "coverUrl": "img.0@src",
      "intro": "p.3@text&&td.2@text##^##",
      "kind": "",
      "lastChapter": "td.1@a@text",
      "name": "h3 a@text||td.0@a@text",
      "wordCount": "p.2@text||td.4@text"
    },
    "ruleSearch": {
      "author": "a.1@text",
      "bookList": ".searchresult",
      "bookUrl": "a.2@href",
      "checkKeyWord": "青春",
      "coverUrl": "",
      "intro": "a.3@text",
      "kind": "small@text",
      "lastChapter": "",
      "name": "a.2@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "-.chapters p",
      "chapterName": "{{@span.0@text}} {{@span.1@text}}",
      "chapterUrl": "a@href",
      "nextTocUrl": ".btn-group a.-1@href",
      "updateTime": "span.2@text"
    },
    "searchUrl": "https://so.ihuaben.com/search?keyword={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "玄幻阁吧",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xuanyge.net#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1188,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻\",\"url\":\"/sort1/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/sort2/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/sort3/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/sort4/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/sort5/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"穿越\",\"url\":\"/sort6/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/sort7/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"恐怖\",\"url\":\"/sort8/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"校园\",\"url\":\"/sort9/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"异界\",\"url\":\"/sort10/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"全本\",\"url\":\"/quanben/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1735052680091,
    "loginUrl": "",
    "respondTime": 2361,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property$=latest_chapter_name]@content##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "[property$=book_name]@content",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "#content@textNodes",
      "imageStyle": "0",
      "replaceRegex": "##随机推荐.*|.*精华书阁.*|为您提供.*好书签.|.*免费阅读.|.*最快更新.*|\\(本章未完.*\\)"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.1@text",
      "bookList": "#sitebox dl",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "dd.3@text",
      "kind": "span.2:0@text",
      "lastChapter": "a.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.1@text",
      "wordCount": "span.3@text"
    },
    "ruleToc": {
      "chapterList": "#readerlist li a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?s={{key}}&searchtype=articlename",
    "weight": 0
  },
  {
    "bookSourceComment": "By：Tom",
    "bookSourceGroup": "免费",
    "bookSourceName": "爱看书吧",
    "bookSourceType": 0,
    "bookSourceUrl": "https://cxb-pro.cread.com芜恙",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1189,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "",
    "lastUpdateTime": 1729750417932,
    "loginUrl": "",
    "respondTime": 1823,
    "ruleBookInfo": {
      "intro": "$.summary",
      "lastChapter": ""
    },
    "ruleContent": {
      "content": "$..content",
      "replaceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.list[:3]",
      "bookUrl": "https://cxb-pro.cread.com/cx/itf/getvolume?bookId={{$.id}},{\n  \"headers\": \"{packname:com.mfyueduqi.book,cnid:14001,version:5.6.0,vcode:98,platform:android,uid:90684954,appname:aks,oscode:28,channelId:14001}\"\n}",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "$.categoryName",
      "lastChapter": "",
      "name": "$.name@put:{name:$.name,bookId:$.id}",
      "wordCount": "$.words"
    },
    "ruleToc": {
      "chapterList": "$..bookChapters[*]",
      "chapterName": "$.name",
      "chapterUrl": "https://cxb-pro.cread.com:443/cx/itf/chapterRead?chapterId={{$.id}}&bookId=@get:{bookId}&full=0,{\n  \"headers\": \"{packname:com.mfyueduqi.book,cnid:14001,version:5.6.0,vcode:98,platform:android,uid:90684954,appname:aks,oscode:28,channelId:14001}\"\n}",
      "updateTime": "$.updateDate@js:java.timeFormat(result)"
    },
    "searchUrl": "https://cxb-pro.cread.com:443/cx/searchbooks,{\n  \"method\": \"POST\",\n  \"body\": \"pageNo={{page}}&version=5.6.0&keyword={{key}}\",\n  \"headers\": \"{packname:com.mfyueduqi.book,cnid:14001,version:5.6.0,vcode:98,platform:android,uid:90684954,appname:aks,oscode:28,channelId:14001}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "乐文小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.lwxs.net",
    "customButton": false,
    "customOrder": 1190,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\n    \"title\": \"♕ 分类 ♕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/list1/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/list2/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/list3/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/list4/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/list5/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/list6/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/list7/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/list8/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"♕ 排行 ♕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"周榜\",\n    \"url\": \"/top/week_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"月榜\",\n    \"url\": \"/top/month_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"总榜\",\n    \"url\": \"/top/all_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"完本\",\n    \"url\": \"/full/0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  }\n]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36\"\n}",
    "lastUpdateTime": 0,
    "respondTime": 7396,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content##\\/\\/",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "{{baseUrl}}index_1.html"
    },
    "ruleContent": {
      "content": ".font_max@html##第\\(.*页|<title[\\s\\S]+?</title>|.*com|.*net|.*cc|.*org",
      "nextContentUrl": "text.下一@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.0@text",
      "bookList": ".col-md-6!0",
      "bookUrl": "a.0@href",
      "checkKeyWord": "剑来",
      "coverUrl": "img@src",
      "lastChapter": "dd.-1@a@text",
      "name": "h3@a@text##\\[.*\\]"
    },
    "ruleToc": {
      "chapterList": ".book_list2@ul@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ".page-link.-1@href\n@js:\nif (res = String(result).match(/_(\\d+)/)) {\n  data = [];\n  for (i = 2; i <= res[1]; i++) {\n    data.push(baseUrl.replace(/index_1\\.html/g, \"index_\" + i + \".html\"));\n  }\n  data; // 明确返回结果\n}"
    },
    "searchUrl": "/search.php?q={{key}}&p={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "玄幻阁",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xuanhuange.net",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1191,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::http://www.xuanhuange.net/sort1/{{page}}/\n武侠::http://www.xuanhuange.net/sort2/{{page}}/\n都市::http://www.xuanhuange.net/sort3/{{page}}/\n历史::http://www.xuanhuange.net/sort4/{{page}}/\n言情::http://www.xuanhuange.net/sort5/{{page}}/\n穿越::http://www.xuanhuange.net/sort6/{{page}}/\n科幻::http://www.xuanhuange.net/sort7/{{page}}/\n恐怖::http://www.xuanhuange.net/sort8/{{page}}/\n校园::http://www.xuanhuange.net/sort9/{{page}}/\n异界::http://www.xuanhuange.net/sort10/{{page}}/\n全本::http://www.xuanhuange.net/quanben/{{page}}/",
    "lastUpdateTime": 1721731888090,
    "loginUrl": "",
    "respondTime": 9087,
    "ruleBookInfo": {
      "coverUrl": "id.fmimg@tag.img@src",
      "intro": "id.bookintro@tag.p@text##声明.*|友情分享.*|最新章节.*关于：",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content",
      "tocUrl": "id.newlist@tag.a@href"
    },
    "ruleContent": {
      "content": "id.content@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.book_other@tag.span.0@text",
      "bookList": "id.sitebox@tag.dl",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src",
      "lastChapter": "class.book_other@tag.a.0@text",
      "name": "tag.a.1@text"
    },
    "ruleToc": {
      "chapterList": "id.chapterlist@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.xuanhuange.net/modules/article/search.php?s=7673184438602983814&s={{key}}&searchtype=articlename",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "疯情书库",
    "bookSourceType": 0,
    "bookSourceUrl": "http://aabook.cyou",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1192,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"点击\",\"url\":\"/ranking.php?t=click\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"新书\",\"url\":\"/ranking.php?t=newbook\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"字数\",\"url\":\"/ranking.php?t=totalword\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"/category.php?t=xuanhuan&p={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"职场\",\"url\":\"/category.php?t=zhichang&p={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古典\",\"url\":\"/category.php?t=gudian&p={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"惊悚\",\"url\":\"/category.php?t=jingsong&p={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"网游\",\"url\":\"/category.php?t=wangyou&p={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"乡土\",\"url\":\"/category.php?t=xiangtu&p={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"历史\",\"url\":\"/category.php?t=lishi&p={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"耽美\",\"url\":\"/category.php?t=danmei&p={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"女尊\",\"url\":\"/category.php?t=nvzun&p={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越\",\"url\":\"/category.php?t=chuanyue&p={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"同人\",\"url\":\"/category.php?t=tongren&p={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"/category.php?t=xiaoyuan&p={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"言情\",\"url\":\"/category.php?t=yanqing&p={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"官场\",\"url\":\"/category.php?t=guanchang&p={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"异能\",\"url\":\"/category.php?t=yineng&p={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"/category.php?t=dushi&p={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠\",\"url\":\"/category.php?t=wuxia&p={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"仙侠\",\"url\":\"/category.php?t=xianxia&p={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"单篇\",\"url\":\"/category.php?t=danpian&p={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.29}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36\"\n}",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 6957,
    "ruleBookInfo": {
      "author": ".author@text##作者.",
      "coverUrl": "",
      "init": "",
      "intro": ".jianjieneirong@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".xinxi_content span.0:1@text&&.update_time@text##创建时间\\s|\\s.*",
      "lastChapter": ".new_zhangjie1 a.0@text",
      "name": ".book_name a@text",
      "tocUrl": ".xiaoshuomulu a@href",
      "wordCount": ".xinxi_content span.2@text##字"
    },
    "ruleContent": {
      "content": "<js>java.ajax(baseUrl.replace('read-', '_getcontent.php?id=').replace('.html','&v=' + result.match(/&v=(.*?)\"/)[1])).replaceAll('<style.*style>','').replaceAll('<([^<]*?)class(.*?)</(.*?)>','')</js>",
      "imageStyle": "0",
      "nextContentUrl": "",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "td.3@text",
      "bookList": "tbody tr",
      "bookUrl": "a.0@href",
      "coverUrl": "",
      "kind": "td.1:5@text##\\[|\\]|\\s.*",
      "name": "a.0@text",
      "wordCount": "td.4@text"
    },
    "ruleSearch": {
      "author": "a.1@text",
      "bookList": ".sousuojieguo li",
      "bookUrl": "a.0@href",
      "coverUrl": "",
      "kind": "cite@text&&textNodes##小说|\\[|\\]",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": ".section_list li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search.php?searchword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "️戊戟武侠",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.wujixsw.org",
    "customButton": false,
    "customOrder": 1193,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1720342490945,
    "respondTime": 114,
    "ruleBookInfo": {
      "author": "class.author@text",
      "coverUrl": "tag.img@src",
      "kind": "class.sort@text##类别：",
      "lastChapter": "id.chapterlist@tag.p.0@text",
      "name": "class.title@text",
      "tocUrl": "text.完整目录@href"
    },
    "ruleContent": {
      "content": "id.chaptercontent@html##<!--|-->|天才一秒记住.*无广告！|（本章未完，请点击下一页继续阅读）|『章节错误，点此举报』|『加入书签，方便阅读』",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author.0@tag.a.-1@text",
      "bookList": ".hot_sale",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.-1@href<js>'https://m.ajnnan.com/image'+String(result).replace(/.*?(\\d*?)(\\d{1,3}).html/,'/$1/$1$2/$1$2s.jpg').replace('//','/0/')</js>",
      "kind": "",
      "lastChapter": "class.author.-1@tag.a.@text",
      "name": "class.title@text"
    },
    "ruleToc": {
      "chapterList": "id.chapterlist@tag.p!0",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/SearchBook.php?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "By：Tom",
    "bookSourceGroup": "正版",
    "bookSourceName": "黑岩小说玄奇.",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.heiyan.com玄奇.",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1194,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部小说::https://www.heiyan.com/web/all/-1/-1/-1/-1/0/{{page}}/100\n免费小说::https://www.heiyan.com/web/all/-1/-1/1/-1/0/{{page}}/100\n收费小说::https://www.heiyan.com/web/all/-1/-1/0/-1/0/{{page}}/100\n完结小说::https://www.heiyan.com/web/all/-1/-1/-1/1/0/{{page}}/100\n连载小说::https://www.heiyan.com/web/all/-1/-1/-1/0/0/{{page}}/100\n悬疑全部::https://www.heiyan.com/web/all/1/-1/-1/-1/0/{{page}}/100\n悬疑免费::https://www.heiyan.com/web/all/1/-1/1/-1/0/{{page}}/100\n悬疑收费::https://www.heiyan.com/web/all/1/-1/0/-1/0/{{page}}/100\n悬疑完结::https://www.heiyan.com/web/all/1/-1/-1/1/0/{{page}}/100\n悬疑连载::https://www.heiyan.com/web/all/1/-1/-1/0/0/{{page}}/100\n历史全部::https://www.heiyan.com/web/all/3/-1/-1/-1/0/{{page}}/100\n历史免费::https://www.heiyan.com/web/all/3/-1/1/-1/0/{{page}}/100\n历史收费::https://www.heiyan.com/web/all/3/-1/0/-1/0/{{page}}/100\n历史完结::https://www.heiyan.com/web/all/3/-1/-1/1/0/{{page}}/100\n历史连载::https://www.heiyan.com/web/all/3/-1/-1/0/0/{{page}}/100\n军事全部::https://www.heiyan.com/web/all/5/-1/-1/-1/0/{{page}}/100\n军事免费::https://www.heiyan.com/web/all/5/-1/1/-1/0/{{page}}/100\n军事收费::https://www.heiyan.com/web/all/5/-1/0/-1/0/{{page}}/100\n军事完结::https://www.heiyan.com/web/all/5/-1/-1/1/0/{{page}}/100\n军事连载::https://www.heiyan.com/web/all/5/-1/-1/0/0/{{page}}/100\n玄幻全部::https://www.heiyan.com/web/all/6/-1/-1/-1/0/{{page}}/100\n玄幻免费::https://www.heiyan.com/web/all/6/-1/1/-1/0/{{page}}/100\n玄幻收费::https://www.heiyan.com/web/all/6/-1/0/-1/0/{{page}}/100\n玄幻完结::https://www.heiyan.com/web/all/6/-1/-1/1/0/{{page}}/100\n玄幻连载::https://www.heiyan.com/web/all/6/-1/-1/0/0/{{page}}/100\n奇幻全部::https://www.heiyan.com/web/all/14/-1/-1/-1/0/{{page}}/100\n奇幻免费::https://www.heiyan.com/web/all/14/-1/1/-1/0/{{page}}/100\n奇幻收费::https://www.heiyan.com/web/all/14/-1/0/-1/0/{{page}}/100\n奇幻完结::https://www.heiyan.com/web/all/14/-1/-1/1/0/{{page}}/100\n奇幻连载::https://www.heiyan.com/web/all/14/-1/-1/0/0/{{page}}/100\n仙侠全部::https://www.heiyan.com/web/all/7/-1/-1/-1/0/{{page}}/100\n仙侠免费::https://www.heiyan.com/web/all/7/-1/1/-1/0/{{page}}/100\n仙侠收费::https://www.heiyan.com/web/all/7/-1/0/-1/0/{{page}}/100\n仙侠完结::https://www.heiyan.com/web/all/7/-1/-1/1/0/{{page}}/100\n仙侠连载::https://www.heiyan.com/web/all/7/-1/-1/0/0/{{page}}/100\n武侠全部::https://www.heiyan.com/web/all/8/-1/-1/-1/0/{{page}}/100\n武侠免费::https://www.heiyan.com/web/all/8/-1/1/-1/0/{{page}}/100\n武侠收费::https://www.heiyan.com/web/all/8/-1/0/-1/0/{{page}}/100\n武侠完结::https://www.heiyan.com/web/all/8/-1/-1/1/0/{{page}}/100\n武侠连载::https://www.heiyan.com/web/all/8/-1/-1/0/0/{{page}}/100\n科幻全部::https://www.heiyan.com/web/all/10/-1/-1/-1/0/{{page}}/100\n科幻免费::https://www.heiyan.com/web/all/10/-1/1/-1/0/{{page}}/100\n科幻收费::https://www.heiyan.com/web/all/10/-1/0/-1/0/{{page}}/100\n科幻完结::https://www.heiyan.com/web/all/10/-1/-1/1/0/{{page}}/100\n科幻连载::https://www.heiyan.com/web/all/10/-1/-1/0/0/{{page}}/100\n游戏全部::https://www.heiyan.com/web/all/9/-1/-1/-1/0/{{page}}/100\n游戏免费::https://www.heiyan.com/web/all/9/-1/1/-1/0/{{page}}/100\n游戏收费::https://www.heiyan.com/web/all/9/-1/0/-1/0/{{page}}/100\n游戏完结::https://www.heiyan.com/web/all/9/-1/-1/1/0/{{page}}/100\n游戏连载::https://www.heiyan.com/web/all/9/-1/-1/0/0/{{page}}/100\n同人全部::https://www.heiyan.com/web/all/16/-1/-1/-1/0/{{page}}/100\n同人免费::https://www.heiyan.com/web/all/16/-1/1/-1/0/{{page}}/100\n同人收费::https://www.heiyan.com/web/all/16/-1/0/-1/0/{{page}}/100\n同人完结::https://www.heiyan.com/web/all/16/-1/-1/1/0/{{page}}/100\n同人连载::https://www.heiyan.com/web/all/16/-1/-1/0/0/{{page}}/100\n社会全部::https://www.heiyan.com/web/all/25/-1/-1/-1/0/{{page}}/100\n社会免费::https://www.heiyan.com/web/all/25/-1/1/-1/0/{{page}}/100\n社会收费::https://www.heiyan.com/web/all/25/-1/0/-1/0/{{page}}/100\n社会完结::https://www.heiyan.com/web/all/25/-1/-1/1/0/{{page}}/100\n社会连载::https://www.heiyan.com/web/all/25/-1/-1/0/0/{{page}}/100\n古言全部::https://www.heiyan.com/web/all/37/-1/-1/-1/0/{{page}}/100\n古言免费::https://www.heiyan.com/web/all/37/-1/1/-1/0/{{page}}/100\n古言收费::https://www.heiyan.com/web/all/37/-1/0/-1/0/{{page}}/100\n古言完结::https://www.heiyan.com/web/all/37/-1/-1/1/0/{{page}}/100\n古言连载::https://www.heiyan.com/web/all/37/-1/-1/0/0/{{page}}/100",
    "lastUpdateTime": 1731056537225,
    "loginUrl": "https://www.heiyan.com/accounts/login",
    "respondTime": 2179,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "",
      "intro": "pre.note@text",
      "kind": "@css:a:contains(书库)+a@text",
      "lastChapter": "",
      "name": "",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "$.chapter.htmlContent"
    },
    "ruleExplore": {
      "author": "tag.a.2@text",
      "bookList": "#resultDiv tr",
      "bookUrl": "a.title@href\n##\\d+##https://www.heiyan.com/chapter/$0/##",
      "coverUrl": "a.title@href\n##\\d+##https://b.heiyanimg.com/book/$0.jpg##",
      "kind": "",
      "lastChapter": "a.chapter@text",
      "name": "a.title@text",
      "wordCount": "td:eq(3)@text##\\[|\\]"
    },
    "ruleSearch": {
      "author": "authorname##<[^>]+>",
      "bookList": "data.content[*]",
      "bookUrl": "https://www.heiyan.com/chapter/{{@json:id}}/",
      "coverUrl": "https://b.heiyanimg.com/book/{{@json:id}}.jpg",
      "kind": "sortname",
      "lastChapter": "lastchaptername",
      "name": "name##<[^>]+>"
    },
    "ruleToc": {
      "chapterList": "li[id^=chapter]",
      "chapterName": "a@text",
      "chapterUrl": "a@href##\\d+$##https://a.heiyan.com/ajax/chapter/content/$0##",
      "isVip": ".isvip@text",
      "updateTime": "createdate"
    },
    "searchUrl": "https://search.heiyan.com/web/search?queryString={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.bswtan.com#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1195,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/82.0.4080.0 Safari/537.36 Edg/82.0.453.0\"\n}",
    "lastUpdateTime": 1731793369496,
    "loginUrl": "",
    "respondTime": 3581,
    "ruleBookInfo": {
      "author": "author",
      "coverUrl": "cover",
      "init": "<js> \nvar J = org.jsoup.Jsoup.parse(result);\nvar o = selector => String(J.select(selector).text()) ;\nvar og = selector => String(J.select('[property=\"og:' + selector + '\"]').attr('content'));\nvar book = {\n\tname: og('novel:book_name').replace(/(全文|小说|免费阅读|最新章节).*|[(（].*[）)]/g, ''),\n\tauthor: og('novel:author'),\n\tkind: og('novel:category') + ',' + og('novel:status').replace(/中|已/, ''),\n\tlatest: og('novel:latest_chapter_name').replace(/^(正文|VIP章节|章节目录|最新章节)?(\\s+|_)|[\\(（【].*[求更谢乐发推].*/g, '') + ' • ' + og('novel:update_time').replace(/(T|\\s).*/, ' ').replace(/\\//g, '-'),\n\tintro: '　　🔸最近更新：' + og('novel:update_time').replace(/(T|\\s).*/, ' ').replace(/\\//g, '-') + '\\n' + og('description').replace(/.*(观看小说|简介)[:：]|分享书籍.*|各位书友.*/g, '').replace(/\\s+/g, '\\n'),\n\tcover: og('image'),\nurl:og('novel:read_url'),\n};\nbook;\n</js>",
      "intro": "intro",
      "kind": "kind",
      "lastChapter": "latest",
      "name": "name",
      "tocUrl": "url",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.nr@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "author",
      "bookList": "class.fk@li!0\n<js>\nresult.toArray().slice(0, 10).map(el => {\n\tvar url = String(el.select('a:eq(0)').attr('href')).replace(/^\\//, baseUrl.match(/(.+?\\/\\/[^\\/]+\\/)/)[1]);\n\tvar J = org.jsoup.Jsoup.parse(java.ajax(url));\n\tvar o = selector => String(J.select(selector).text());\n\tvar og = selector => String(J.select('[property=\"og:' + selector + '\"]').attr('content'));\n\treturn {\n\t\tname: og('novel:book_name').replace(/(全文|小说|免费阅读|最新章节).*|[(（].*[）)]/g, ''),\n\t\tauthor: og('novel:author'),\n\t\tkind: og('novel:category') + ',' + og('novel:status').replace(/中|已/, ''),\n\t\tlatest: og('novel:latest_chapter_name').replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(（【].*[求更谢乐发推].*/g, '') + ' • ' + og('novel:update_time').replace(/(T|\\s).*/, ' ').replace(/\\//g, '-'),\n\t\tintro: og('description').replace(/.*(观看小说|简介)[:：]|各位书友.*/g, '').replace(/\\s+/g, ''),\n\t\tcover: og('image'),\n\t\turl: url,\n\t};\n}); \n</js>",
      "bookUrl": "url",
      "coverUrl": "cover",
      "intro": "intro",
      "kind": "kind",
      "lastChapter": "latest",
      "name": "name",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.chapter.1@li a",
      "chapterName": "text##[【（](求(评|订阅|[全首][订定]|收藏|月票)|(推荐票|\\d+字)加更|第?[一二三四五六七八九十]{1,3}更).*?[）】]",
      "chapterUrl": "href",
      "updateTime": ""
    },
    "searchUrl": "https://m.bswtan.com/search.php?s=4532499176958073452&submit=&type=articlename&searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "一页书小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.yiyeshu.cc",
    "customButton": false,
    "customOrder": 1196,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar result = [];\njava.toast(\"🔥正在刷新列表,请稍等！\");\nvar push = (title, url, size) => result.push({\n    \"title\": title,\n    \"url\": url,\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": size\n    }\n});\nvar baseUrl = \"https://www.shacg.com/all.html\";\nvar tag = java.ajax(baseUrl);\nif (tag) {\n    var a = org.jsoup.Jsoup.parse(tag).select(\".class ul li a\");\n    push(\"🔥分类小说🔥\", null, 1);\n    for (var i = 0; i < a.length ; i++) {\n        var title = a[i].text();\n        var url = a[i].attr(\"href\");\n        var size = 0.25;\n        title = String(title).replace(/\\s/g, \"\");\n        url = String(url).replace(/\\.html/,'-{{page}}.html');      \n        push(title, url, size);\n    }\n} else {\n  java.toast(\"🤔列表刷新失败！！！\");     \n} \nJSON.stringify(result);",
    "header": "@js:\nJSON.stringify({\n\"Accept-Language\": \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\",\n\"referer\" :\"https://www.yiyeshu.cc/\"\n})",
    "lastUpdateTime": 0,
    "loginCheckJs": "cookie.removeCookie(source.key);\nresult",
    "respondTime": 9258,
    "ruleBookInfo": {
      "coverUrl": ".bookintro@img@src",
      "intro": ".bookintro@text",
      "wordCount": ".booktime@text##更新时间："
    },
    "ruleContent": {
      "content": ".readcontent@html##<p.*/p>",
      "nextContentUrl": "text.下一@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author.0@text",
      "bookList": ".bookbox",
      "bookUrl": "a@href",
      "checkKeyWord": "",
      "coverUrl": "a@href##.*\\/(\\d+)(\\d{3})\\/##https://www.yiyeshu.cc/files/article/image/$1/$1$2/$1$2s.jpg###",
      "intro": ".update@text##简介：",
      "lastChapter": "a.-2@text",
      "name": "h4@text"
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "<js>\nurl=source.key;\na=java.ajax(url);\n//java.log(a)\nb=a.match(/action=\\\"([^\"]*)\\\"/)[1];\nc=`,{\"method\": \"post\",\"charset\": \"GBK\",\"body\":\"searchkey=${key}\"}`;\nb+=c\n</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "Namo",
    "bookSourceGroup": "免费",
    "bookSourceName": "蚂蚁文学",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.mayiwxw.com仅搜索",
    "bookUrlPattern": "https://www.biquges.com",
    "customButton": false,
    "customOrder": 1197,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n    \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0\",\n    \"cookie\":\"Hm_lvt_8fd9f526ca72jb9418ca50c2g79d2f70=1597461516\"\n}",
    "lastUpdateTime": 1717820848996,
    "loginUrl": "",
    "respondTime": 907,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作    者：",
      "coverUrl": "id.fmimg@tag.img.0@src",
      "init": "id.maininfo",
      "intro": "id.intro@text",
      "kind": "id.info@tag.p.2@text##最后更新：",
      "lastChapter": "id.info@tag.p.3@a@text",
      "name": "id.info@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@html##请记住本书首发域名：|.net。|顶点小说手机版阅读网址：|最新网址：www.mayiwxw.com"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "tag.td.0@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.biquges.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "tag.td.4@text",
      "lastChapter": "tag.td.1@tag.a@text",
      "name": "tag.td.0@tag.a@text",
      "wordCount": "tag.td.3@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.mayiwxw.com/modules/article/search.php?searchkey={{key}}",
    "weight": 60
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "滋滋读书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.zzdushu.com",
    "bookUrlPattern": "http://www.zzdushu.com/book/\\d+/\\d+/",
    "customButton": false,
    "customOrder": 1198,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"⭕分类小说⭕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"首页\",\n    \"url\": \"/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/list1/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/list2/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/list3/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/list4/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/list5/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/list6/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/list7/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/list8/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"⭕完结小说⭕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/full/1_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/full/2_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/full/3_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/full/4_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/full/5_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/full/6_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/full/7_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/full/8_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"⭕排行榜⭕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"周榜\",\n    \"url\": \"/top/week_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"月榜\",\n    \"url\": \"/top/month_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"总榜\",\n    \"url\": \"/top/all_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/top/all_1_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/top/all_2_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/top/all_3_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/top/all_4_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/top/all_5_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/top/all_6_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/top/all_7_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/top/all_8_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  }\n]",
    "lastUpdateTime": 1749886168251,
    "respondTime": 5052,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&\n[property=\"og:novel:status\"]@content&&\n[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:title\"]@content##小说全文免费阅读完整版|小说全集|最新.*"
    },
    "ruleContent": {
      "content": "class.font_max@html",
      "nextContentUrl": "text.下一@href",
      "replaceRegex": "##本章未完.*|第.*[(1/2)]页|(?:[^\\u4E00-\\u9FA5\\s！？。”」]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶]){4,}(?<![\\.．点丶。])[\\.．点丶。]{1,2}(?![\\.．点丶。])(?:[^A-Z\\u4E00-\\u9FA5\\s！？“「]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶])(?:[^\\u4E00-\\u9FA5\\s！？“「]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶])+|(?:[^\\u4E00-\\u9FA5\\n！？。”」]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶]){4,}[\\.．点丶。](?:[^\\n\\u4E00-\\u9FA5A-z]*[cC][^\\n\\u4E00-\\u9FA5A-z]*[oO][^\\n\\u4E00-\\u9FA5A-z]*[mM]|[^\\n\\u4E00-\\u9FA5A-z]*[cC][^\\n\\u4E00-\\u9FA5A-z]*[nN]|[^\\n\\u4E00-\\u9FA5A-z]*[nN][^\\n\\u4E00-\\u9FA5A-z]*[eE][^\\n\\u4E00-\\u9FA5A-z]*[tT])(?![A-z])"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "dd.1@span.0@text",
      "bookList": ".col-md-6@dl",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "kind": "dd.2:3@text##.*：|.*：",
      "lastChapter": "dd.4@a@text",
      "name": "h3@a@text##.*\\]|小说全文阅读|小说全集"
    },
    "ruleToc": {
      "chapterList": ".book_list2 li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ".page-link@a@href\n@js:\nnext = [];\nurl = result[0];\nlength = result.length;\np = src.match(/page-link\">1\\/(\\d+)/)||[];\npage = Number(p[1]);\nif(length < page){\n\tfor(i = 2; i <= page; i++){\n\t\tlink = String(url).replace(/_\\d+/,`_${i}`);\n\t\tnext.push(link)\n\t\t}\n\t\tnext;\n\t}else result"
    },
    "searchUrl": "/search.php?q={{key}}&p={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁#80",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.yuzhaiwuh.xyz",
    "customButton": false,
    "customOrder": 1199,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{'title':'排  行','url':'','style':{layout_flexGrow: 1,layout_flexBasisPercent:1}},\n{'title':'最近更新','url':'/top/weekwords/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'最近入库','url':'/top/postdate/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'总点击','url':'/top/allvisit/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'月点击','url':'/top/monthvisit/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'周点击','url':'/top/weekvisit/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'日点击','url':'/top/dayvisit/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'总推荐','url':'/top/allvote/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'月推荐','url':'/top/monthvote/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'周推荐','url':'/top/weekvote/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'日推荐','url':'/top/dayvote/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'总月票','url':'/top/allvipvote/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'总鲜花','url':'/top/allflower/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'总鸡蛋','url':'/top/allegg/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'月勤更','url':'/top/monthwords/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'周勤更','url':'/top/weekwords/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'收藏榜','url':'/top/goodnum/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'编辑推荐','url':'/top/toptime/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'新书榜','url':'/top/newhot/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'分  类','url':'','style':{layout_flexGrow: 1,layout_flexBasisPercent:1}},\n{'title':'全部','url':'/sort/0/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'玄幻奇幻','url':'/sort/1/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'武侠仙侠','url':'/sort/2/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'都市生活','url':'/sort/3/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'穿越历史','url':'/sort/4/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'科幻未来','url':'/sort/5/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'游戏竞技','url':'/sort/6/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'其他类型','url':'/sort/7/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}},\n{'title':'全本','url':'/quanben/{{page}}.html','style':{layout_flexGrow: 1,layout_flexBasisPercent:0.25}}]",
    "lastUpdateTime": 0,
    "respondTime": 3748,
    "ruleBookInfo": {
      "author": "class.red.0@text",
      "coverUrl": "img@src",
      "intro": "class.bookintro@text",
      "kind": "",
      "lastChapter": "class.book chapterlist@dd.0@text",
      "name": "class.booktitle@text",
      "tocUrl": "h2@a.0@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "class.readcontent@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##↑返回顶部↑"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "class.author.0@text",
      "bookList": "class.bookinfo",
      "bookUrl": "class.bookinfo@tag.a@href",
      "checkKeyWord": "",
      "coverUrl": "a.0@href##.*/book/(\\d+)(\\d{3})/##http://img.po18.asia/image/$1/$1$2/$1$2s.jpg",
      "intro": "class.update@text##.*：",
      "kind": "tag.td.4@text",
      "lastChapter": "class.cat@text##.*：",
      "name": "class.bookname@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "id.list-chapterAll@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/modules/article/search.php,{\n'charset':'utf-8',\n'method':'POST',\n'body':'searchkey={{key}}'\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "by:九梦  若正文有些许不相关内容，请用替换",
    "bookSourceGroup": "免费",
    "bookSourceName": "去读读小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.qududu.com",
    "customButton": false,
    "customOrder": 1200,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/list1/{{page}}.html\n武侠::/list2/{{page}}.html\n都市::/list3/{{page}}.html\n历史::/list4/{{page}}.html\n网游::/list5/{{page}}.html\n科幻::/list6/{{page}}.html\n言情::/list7/{{page}}.html\n其他::/list8/{{page}}.html\n排行::/top/all_0_ {{page}}.html\n完本::/full/0_{{page}}.html",
    "header": "",
    "lastUpdateTime": 1734456610545,
    "respondTime": 6209,
    "ruleBookInfo": {
      "author": "li[class=\"\"]@a@text",
      "coverUrl": "img@src",
      "intro": "div[id=\"intro_pc\"]@text##您要是觉得.+",
      "kind": "div[class=\"title\"]@a.1@text&&ul[class=\"\"]@li.3:1@text##.+：",
      "lastChapter": "li[class=\"col-12\"]@a@text",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": "[class=\"font_max\"]@html##.\\(.+\\).|book.+list|dengbi.+cc",
      "nextContentUrl": "text.下一章@href",
      "title": "h1@text"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span@text",
      "bookList": "class.row.-1@tag.div!0",
      "bookUrl": "dt@a@href",
      "checkKeyWord": "校花别哭了！宝藏女同桌才是我的白月光",
      "coverUrl": "img@src",
      "intro": "",
      "kind": "h3@a@text&&[class=\"book_other\"].1:2@text##\\[|\\].+|.+：|{{book.name}}",
      "lastChapter": "class.book_other.3@a@text",
      "name": "h3@a@text##\\[.+\\]"
    },
    "ruleToc": {
      "chapterList": "[class=\"row\"].-1@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "<js>\nlet list = [];\nlet p = java.getString(\".page-link@text\").match(/\\d\\/(\\d+)/);\n//java.log(p[1]);\nfor(let i = 1; i <= (p && p[1]? p[1] : 0); i++){  \n  let uri = baseUrl;\n  let href = uri + `index_${i}.html`;\n  //java.log(href);\n  list.push(href);\n}\nlist\n</js>"
    },
    "searchUrl": "/search.php?q={{key}}&p={{page}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "品书楼小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.pinshulou.com",
    "bookUrlPattern": "http://www.pinshulou.com/\\d+/\\d+/",
    "customButton": false,
    "customOrder": 1201,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"⭕分类小说⭕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"首页\",\n    \"url\": \"/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/list1/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/list2/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/list3/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/list4/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/list5/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/list6/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/list7/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/list8/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"⭕完结小说⭕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/full/1_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/full/2_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/full/3_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/full/4_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/full/5_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/full/6_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/full/7_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/full/8_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"⭕排行榜⭕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"周榜\",\n    \"url\": \"/top/week_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"月榜\",\n    \"url\": \"/top/month_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"总榜\",\n    \"url\": \"/top/all_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/top/all_1_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/top/all_2_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/top/all_3_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/top/all_4_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/top/all_5_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/top/all_6_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/top/all_7_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/top/all_8_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  }\n]",
    "lastUpdateTime": 1749886152927,
    "respondTime": 5294,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&\n[property=\"og:novel:status\"]@content&&\n[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:title\"]@content##小说全文免费阅读完整版|小说全集|最新.*"
    },
    "ruleContent": {
      "content": "class.font_max@html",
      "nextContentUrl": "text.下一@href",
      "replaceRegex": "##本章未完.*|第.*[(1/2)]页|(?:[^\\u4E00-\\u9FA5\\s！？。”」]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶]){4,}(?<![\\.．点丶。])[\\.．点丶。]{1,2}(?![\\.．点丶。])(?:[^A-Z\\u4E00-\\u9FA5\\s！？“「]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶])(?:[^\\u4E00-\\u9FA5\\s！？“「]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶])+|(?:[^\\u4E00-\\u9FA5\\n！？。”」]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶]){4,}[\\.．点丶。](?:[^\\n\\u4E00-\\u9FA5A-z]*[cC][^\\n\\u4E00-\\u9FA5A-z]*[oO][^\\n\\u4E00-\\u9FA5A-z]*[mM]|[^\\n\\u4E00-\\u9FA5A-z]*[cC][^\\n\\u4E00-\\u9FA5A-z]*[nN]|[^\\n\\u4E00-\\u9FA5A-z]*[nN][^\\n\\u4E00-\\u9FA5A-z]*[eE][^\\n\\u4E00-\\u9FA5A-z]*[tT])(?![A-z])"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "dd.1@span.0@text",
      "bookList": ".col-md-6@dl",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "kind": "dd.2:3@text##.*：|.*：",
      "lastChapter": "dd.4@a@text",
      "name": "h3@a@text##.*\\]|小说全文阅读|小说全集"
    },
    "ruleToc": {
      "chapterList": ".book_list2 li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ".page-link@a@href\n@js:\nnext = [];\nurl = result[0];\nlength = result.length;\np = src.match(/page-link\">1\\/(\\d+)/)||[];\npage = Number(p[1]);\nif(length < page){\n\tfor(i = 2; i <= page; i++){\n\t\tlink = String(url).replace(/_\\d+/,`_${i}`);\n\t\tnext.push(link)\n\t\t}\n\t\tnext;\n\t}else result"
    },
    "searchUrl": "/search.php?q={{key}}&p={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "五六书库",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.56shuku.info",
    "bookUrlPattern": "https://wap.56shuku.info/files/article/html/\\d+/\\d+/",
    "customButton": false,
    "customOrder": 1202,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1733289337583,
    "loginUrl": "https://wap.56shuku.info/login.php",
    "respondTime": 4529,
    "ruleBookInfo": {
      "author": "text.作者@text",
      "coverUrl": ".block_img2@img@src",
      "init": "class.cover",
      "intro": "class.intro_info@textNodes\n##最新章节推荐地址：.*",
      "kind": ".block_txt2@p.-2:-3:-4@text\n##更新：|状态：|分类：",
      "lastChapter": ".block_txt2@p.-1@a@text",
      "name": "h2@a@text"
    },
    "ruleContent": {
      "content": "#nr@html##.*\\(第.*页\\)",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##（本章未完.*继续阅读）|PS：.*"
    },
    "ruleExplore": {
      "author": "span.1@text",
      "bookList": ".list@ul",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": "span.2@text",
      "kind": ".tjrs@i@text",
      "name": "a@text"
    },
    "ruleSearch": {
      "author": ".case_shuqian@text",
      "bookList": "<js>\nif(result.match(/Just a moment/)){\ncookie.removeCookie(source.bookSourceUrl)\nvar x=java.get(\"url\")\njava.startBrowserAwait(x,\"验证\")\n//java.webView(null,x,null);\nresult=java.ajax(x);\n\t}result;\n\t</js>class.bookone",
      "bookUrl": ".case_name@a@href",
      "checkKeyWord": "剑来",
      "kind": "0",
      "lastChapter": ".case_last@a@text",
      "name": ".case_name@a@text"
    },
    "ruleToc": {
      "chapterList": "ul.1@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "{{cookie.removeCookie(source.bookSourceUrl)}}\n/modules/article/search.php?type=articlename&searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🔰 橘子小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xinshuge.net",
    "customButton": false,
    "customOrder": 1203,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1738416335359,
    "respondTime": 764,
    "ruleBookInfo": {
      "author": "@css:span:contains(作者：)@text",
      "coverUrl": ".cover@img@src",
      "intro": ".intro@html##简介：|.*无弹窗.*",
      "kind": "@css:span:contains(分类：),span:contains(更新时间：),span:contains(状态：)@text##(分类|状态|更新时间)：",
      "lastChapter": ".info .last@a@text",
      "name": ".info@h2@text",
      "wordCount": "@css:span:contains(字数：)@text##字数："
    },
    "ruleContent": {
      "content": "#content@html##{{baseUrl}}|请记住本书首发.*",
      "replaceRegex": "##最新.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".bookbox",
      "bookUrl": ".bookname@a@href",
      "coverUrl": "img@src",
      "intro": ".bookinfo@p@text",
      "kind": ".cat@text##分类：",
      "lastChapter": ".update@a@text",
      "name": ".bookname@text"
    },
    "ruleToc": {
      "chapterList": "@css:.listmain a[href~=/[^/]+/\\d+.htm]",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/s.php?ie=utf-8&q={{key}}",
    "weight": 58
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "小说ABC",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xsabc.com",
    "bookUrlPattern": "http://www.xsabc.com/\\d+/\\d+/",
    "customButton": false,
    "customOrder": 1204,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"⭕分类小说⭕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"首页\",\n    \"url\": \"/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/list1/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/list2/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/list3/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/list4/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/list5/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/list6/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/list7/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/list8/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"⭕完结小说⭕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/full/1_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/full/2_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/full/3_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/full/4_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/full/5_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/full/6_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/full/7_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/full/8_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"⭕排行榜⭕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"周榜\",\n    \"url\": \"/top/week_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"月榜\",\n    \"url\": \"/top/month_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"总榜\",\n    \"url\": \"/top/all_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/top/all_1_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/top/all_2_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/top/all_3_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/top/all_4_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/top/all_5_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/top/all_6_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/top/all_7_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/top/all_8_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  }\n]",
    "lastUpdateTime": 1749886159794,
    "respondTime": 70490,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&\n[property=\"og:novel:status\"]@content&&\n[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:title\"]@content##小说全文免费阅读完整版|小说全集|最新.*"
    },
    "ruleContent": {
      "content": "class.font_max@html",
      "nextContentUrl": "text.下一@href",
      "replaceRegex": "##本章未完.*|第.*[(1/2)]页|(?:[^\\u4E00-\\u9FA5\\s！？。”」]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶]){4,}(?<![\\.．点丶。])[\\.．点丶。]{1,2}(?![\\.．点丶。])(?:[^A-Z\\u4E00-\\u9FA5\\s！？“「]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶])(?:[^\\u4E00-\\u9FA5\\s！？“「]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶])+|(?:[^\\u4E00-\\u9FA5\\n！？。”」]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶]){4,}[\\.．点丶。](?:[^\\n\\u4E00-\\u9FA5A-z]*[cC][^\\n\\u4E00-\\u9FA5A-z]*[oO][^\\n\\u4E00-\\u9FA5A-z]*[mM]|[^\\n\\u4E00-\\u9FA5A-z]*[cC][^\\n\\u4E00-\\u9FA5A-z]*[nN]|[^\\n\\u4E00-\\u9FA5A-z]*[nN][^\\n\\u4E00-\\u9FA5A-z]*[eE][^\\n\\u4E00-\\u9FA5A-z]*[tT])(?![A-z])"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "dd.1@span.0@text",
      "bookList": ".col-md-6@dl",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "kind": "dd.2:3@text##.*：|.*：",
      "lastChapter": "dd.4@a@text",
      "name": "h3@a@text##.*\\]|小说全文阅读|小说全集"
    },
    "ruleToc": {
      "chapterList": ".book_list2 li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ".page-link@a@href\n@js:\nnext = [];\nurl = result[0];\nlength = result.length;\np = src.match(/page-link\">1\\/(\\d+)/)||[];\npage = Number(p[1]);\nif(length < page){\n\tfor(i = 2; i <= page; i++){\n\t\tlink = String(url).replace(/_\\d+/,`_${i}`);\n\t\tnext.push(link)\n\t\t}\n\t\tnext;\n\t}else result"
    },
    "searchUrl": "/search.php?q={{key}}&p={{page}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "👍 沙漠小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.shamoxs.com",
    "customButton": false,
    "customOrder": 1205,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/sort/1_{{page}}.html\n武侠::/sort/2_{{page}}.html\n都市::/sort/3_{{page}}.html\n历史::/sort/4_{{page}}.html\n网游::/sort/5_{{page}}.html\n科幻::/sort/6_{{page}}.html\n言情::/sort/7_{{page}}.html\n其他::/sort/8_{{page}}.html",
    "lastUpdateTime": 1761886842184,
    "respondTime": 13900,
    "ruleBookInfo": {
      "author": "#info p.0@text##.*：",
      "coverUrl": "#fmimg img@src",
      "intro": "#intro@html",
      "kind": ".con_top a.1@text&&#info p.2:1@text##.*：|小说|\\s.*",
      "lastChapter": "#info a@text",
      "name": "#info h1@text",
      "tocUrl": ".motion a@href"
    },
    "ruleContent": {
      "content": "#content@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": ".s4@text",
      "bookList": ".l li",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##http://pic.shamoxs.com/image/$2/$1/$1s.jpg###",
      "kind": ".s5@text",
      "lastChapter": "a.1@text",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "#nr",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##http://pic.shamoxs.com/image/$2/$1/$1s.jpg###",
      "kind": "td.4@text",
      "lastChapter": "a.1@text",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "#list dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php,{\n  'charset': 'gbk',\n  'method': 'POST',\n  'body': 'type=articlename&s={{key}}&submit='\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "83小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.83xs.com",
    "bookUrlPattern": "http://www.83xs.com/\\d+/\\d+/",
    "customButton": false,
    "customOrder": 1206,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"⭕分类小说⭕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"首页\",\n    \"url\": \"/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/list1/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/list2/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/list3/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/list4/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/list5/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/list6/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/list7/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/list8/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"⭕完结小说⭕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/full/1_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/full/2_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/full/3_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/full/4_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/full/5_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/full/6_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/full/7_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/full/8_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"⭕排行榜⭕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"周榜\",\n    \"url\": \"/top/week_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"月榜\",\n    \"url\": \"/top/month_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"总榜\",\n    \"url\": \"/top/all_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/top/all_1_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/top/all_2_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/top/all_3_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/top/all_4_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/top/all_5_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/top/all_6_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/top/all_7_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/top/all_8_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  }\n]",
    "lastUpdateTime": 1749886163898,
    "respondTime": 6539,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&\n[property=\"og:novel:status\"]@content&&\n[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:title\"]@content##小说全文免费阅读完整版|小说全集|最新.*"
    },
    "ruleContent": {
      "content": "class.font_max@html",
      "nextContentUrl": "text.下一@href",
      "replaceRegex": "##本章未完.*|第.*[(1/2)]页|(?:[^\\u4E00-\\u9FA5\\s！？。”」]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶]){4,}(?<![\\.．点丶。])[\\.．点丶。]{1,2}(?![\\.．点丶。])(?:[^A-Z\\u4E00-\\u9FA5\\s！？“「]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶])(?:[^\\u4E00-\\u9FA5\\s！？“「]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶])+|(?:[^\\u4E00-\\u9FA5\\n！？。”」]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶]){4,}[\\.．点丶。](?:[^\\n\\u4E00-\\u9FA5A-z]*[cC][^\\n\\u4E00-\\u9FA5A-z]*[oO][^\\n\\u4E00-\\u9FA5A-z]*[mM]|[^\\n\\u4E00-\\u9FA5A-z]*[cC][^\\n\\u4E00-\\u9FA5A-z]*[nN]|[^\\n\\u4E00-\\u9FA5A-z]*[nN][^\\n\\u4E00-\\u9FA5A-z]*[eE][^\\n\\u4E00-\\u9FA5A-z]*[tT])(?![A-z])"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "dd.1@span.0@text",
      "bookList": ".col-md-6@dl",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "kind": "dd.2:3@text##.*：|.*：",
      "lastChapter": "dd.4@a@text",
      "name": "h3@a@text##.*\\]|小说全文阅读|小说全集"
    },
    "ruleToc": {
      "chapterList": ".book_list2 li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ".page-link@a@href\n@js:\nnext = [];\nurl = result[0];\nlength = result.length;\np = src.match(/page-link\">1\\/(\\d+)/)||[];\npage = Number(p[1]);\nif(length < page){\n\tfor(i = 2; i <= page; i++){\n\t\tlink = String(url).replace(/_\\d+/,`_${i}`);\n\t\tnext.push(link)\n\t\t}\n\t\tnext;\n\t}else result"
    },
    "searchUrl": "/search.php?q={{key}}&p={{page}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "阳光中文网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ygzww.com",
    "bookUrlPattern": "http://www.ygzww.com/\\d+/\\d+/",
    "customButton": false,
    "customOrder": 1207,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"⭕分类小说⭕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"首页\",\n    \"url\": \"/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/list1/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/list2/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/list3/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/list4/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/list5/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/list6/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/list7/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/list8/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"⭕完结小说⭕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/full/1_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/full/2_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/full/3_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/full/4_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/full/5_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/full/6_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/full/7_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/full/8_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"⭕排行榜⭕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"周榜\",\n    \"url\": \"/top/week_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"月榜\",\n    \"url\": \"/top/month_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"总榜\",\n    \"url\": \"/top/all_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/top/all_1_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/top/all_2_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/top/all_3_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/top/all_4_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/top/all_5_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/top/all_6_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/top/all_7_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/top/all_8_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  }\n]",
    "lastUpdateTime": 1749886172770,
    "respondTime": 36541,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&\n[property=\"og:novel:status\"]@content&&\n[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:title\"]@content##小说全文免费阅读完整版|小说全集|最新.*"
    },
    "ruleContent": {
      "content": "class.font_max@html",
      "nextContentUrl": "text.下一@href",
      "replaceRegex": "##本章未完.*|第.*[(1/2)]页|(?:[^\\u4E00-\\u9FA5\\s！？。”」]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶]){4,}(?<![\\.．点丶。])[\\.．点丶。]{1,2}(?![\\.．点丶。])(?:[^A-Z\\u4E00-\\u9FA5\\s！？“「]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶])(?:[^\\u4E00-\\u9FA5\\s！？“「]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶])+|(?:[^\\u4E00-\\u9FA5\\n！？。”」]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶]){4,}[\\.．点丶。](?:[^\\n\\u4E00-\\u9FA5A-z]*[cC][^\\n\\u4E00-\\u9FA5A-z]*[oO][^\\n\\u4E00-\\u9FA5A-z]*[mM]|[^\\n\\u4E00-\\u9FA5A-z]*[cC][^\\n\\u4E00-\\u9FA5A-z]*[nN]|[^\\n\\u4E00-\\u9FA5A-z]*[nN][^\\n\\u4E00-\\u9FA5A-z]*[eE][^\\n\\u4E00-\\u9FA5A-z]*[tT])(?![A-z])"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "dd.1@span.0@text",
      "bookList": ".col-md-6@dl",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "kind": "dd.2:3@text##.*：|.*：",
      "lastChapter": "dd.4@a@text",
      "name": "h3@a@text##.*\\]|小说全文阅读|小说全集"
    },
    "ruleToc": {
      "chapterList": ".book_list2 li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ".page-link@a@href\n@js:\nnext = [];\nurl = result[0];\nlength = result.length;\np = src.match(/page-link\">1\\/(\\d+)/)||[];\npage = Number(p[1]);\nif(length < page){\n\tfor(i = 2; i <= page; i++){\n\t\tlink = String(url).replace(/_\\d+/,`_${i}`);\n\t\tnext.push(link)\n\t\t}\n\t\tnext;\n\t}else result"
    },
    "searchUrl": "/search.php?q={{key}}&p={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "by:繁̌華̌落̌盡̌終̌成̌殤̌",
    "bookSourceGroup": "免费",
    "bookSourceName": "露露书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.lulushuwu.com",
    "bookUrlPattern": "http://m.lulushuwu.com/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 1208,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js: \nvar result = [];\njava.toast(\"🔥正在刷新列表,请稍等！\");\nvar push = (title, url, size) => result.push({\n  \"title\": title,\n  \"url\": url,\n  \"style\": {\n    \"layout_flexGrow\": 1,\n    \"layout_flexBasisPercent\": size\n  }\n});\n\nvar fl = java.ajax(\"https://m.lulushuwu.com/xiaoshuodaquan\");\n\nif (fl) {\n  \n  a = org.jsoup.Jsoup.parse(fl).select(\".typelist a\")\npush(\"🔥分类小说🔥\",null,1)\n    for(var i=0;i<a.length;i++){\n        title=a[i].text()\n        url=a[i].attr(\"href\")\n        size=0.33;\n        title = String(title).replace(/\\s/g, \"\");\n        url=baseUrl+String(url).replace(/\\d+\\/$/,\"\")+\"/page_{{page}}.html\";\n        push(title,url,size)\n    };\n} else {\n  \n  java.toast(\"🤔列表刷新失败！！！\");\n}\nJSON.stringify(result);",
    "lastUpdateTime": 1745497017794,
    "respondTime": 22563,
    "ruleBookInfo": {
      "author": ".pt-info.1@text",
      "coverUrl": "img.0@src",
      "intro": ".intro@text",
      "kind": ".pt-info.0:2:3@text##.*：",
      "lastChapter": "#newchaperlist@li.0@a.0@text",
      "name": ".pt-name@text"
    },
    "ruleContent": {
      "content": "#BookText@html",
      "nextContentUrl": "text.下一@href",
      "replaceRegex": "##[くくく√]"
    },
    "ruleExplore": {
      "author": ".s712.1@text",
      "bookList": ".book-li",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": ".pt-desc@text",
      "kind": "{{@@.s712.0@text##.*:}}\n{{@@.s713@text}}",
      "name": ".pt-name@text"
    },
    "ruleSearch": {
      "bookList": ".ptm-list-view-cell",
      "bookUrl": "a.1@href",
      "checkKeyWord": "",
      "coverUrl": ".ptm-img-object@src",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "#chapterlist@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://m.lulushuwu.com/home/search,{\n  \"body\": \"action=search&q={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "废文网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.52mypost.com/#https://www.sadfunsad.com",
    "customButton": false,
    "customOrder": 1209,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"全部\",\"url\":\"/category/0/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美\",\"url\":\"/category/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"言情\",\"url\":\"/category/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"精品\",\"url\":\"/category/16/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"高辣\",\"url\":\"/category/19/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"辣文\",\"url\":\"/category/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人\",\"url\":\"/category/13/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻\",\"url\":\"/category/7/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"百合\",\"url\":\"/category/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"现代\",\"url\":\"/category/9/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史\",\"url\":\"/category/10/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠\",\"url\":\"/category/8/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"私密\",\"url\":\"/category/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"/category/12/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/category/14/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越\",\"url\":\"/category/17/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠\",\"url\":\"/category/18/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游\",\"url\":\"/category/15/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏\",\"url\":\"/category/11/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他\",\"url\":\"/category/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"情欲\",\"url\":\"/category/20/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修真\",\"url\":\"/category/21/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1750752273462,
    "respondTime": 25854,
    "ruleBookInfo": {
      "author": ".author@span@text",
      "coverUrl": ".BGsectionOne-top-left@img@src",
      "intro": "#intro@p@text",
      "kind": ".category@span.0@text",
      "lastChapter": ".newestChapter@span@text",
      "name": ".title@text",
      "tocUrl": "text.章节目录@href",
      "wordCount": ".time@span@text"
    },
    "ruleContent": {
      "content": "p@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##第.*章.*"
    },
    "ruleExplore": {
      "author": "p.1@span@a@text",
      "bookList": ".CGsectionTwo-right-content-unit",
      "bookUrl": "p.0@a.0@href",
      "intro": "p.2@text",
      "kind": "",
      "name": "p.0@a.0@text",
      "wordCount": "p.0@text##最近更新."
    },
    "ruleSearch": {
      "author": "span.2@text",
      "bookList": ".SHsectionThree-middle@p",
      "bookUrl": "span.1@a@href",
      "kind": "span.0@a@text",
      "name": "span.1@text"
    },
    "ruleToc": {
      "chapterList": "ol li a\n<js>\ntry {\na=src.match(/var originalOrder = \\[.*\\];/)[0]\neval(String(a))\n\nlist=[]\nfor (i in result) {\n\tlist[originalOrder[i]]=result[i]\n\t}\n\t\nlist\n} catch(err) {\n\tresult\n\t}\n</js>",
      "chapterName": "a@text",
      "chapterUrl": "a@href##$##,{\"webView\":true}",
      "nextTocUrl": "#end@href\n@js:\nn=parseInt(result[0].match(/\\/(\\d+)\\.html/)[1]);\nlist=[];\nfor (i=2;i<=n;i++)\nlist.push(i+\".html\");\nlist"
    },
    "searchUrl": "/search/{{key}}/{{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🍩无忧书城[自写]",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.51shucheng.net/#xsw8093",
    "customButton": false,
    "customOrder": 1210,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n    'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36',\n    \"Cookie\":\"0\"\n}",
    "lastUpdateTime": 1730127350797,
    "respondTime": 2780,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{\nn:\"[property~=book_name|title]@content||.book-title@text\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content||.book-meta@a@text\",\nl:\"[property~=lastest_chapter_name|latest_chapter_name]@content\",\ni:\"[property$=description]@content||.book-intro@text\",\nc:\"[property$=image]@content\"\n}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".content@html",
      "nextContentUrl": "text.下一@href\n@js:\nif(result){\n result=result[0].includes(\"_\")?result:\"\";\n}",
      "replaceRegex": "##{{book.author}}.*.接着再看更方便|本章没完.*继续阅读！如果被转码.*更换浏揽器即可。|本章未完.*退出阅读模式即可，谢谢|.*提醒.*看完记得.*|\\s*温馨提示.?亲爱的读者.*\\s*|\\d+。。",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "",
      "bookList": ".search_result@ul@li",
      "bookUrl": "a@href",
      "checkKeyWord": "剑来",
      "coverUrl": "img@src",
      "intro": "p@text",
      "kind": "",
      "lastChapter": "",
      "name": "h3@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "#book-chapter-list@ul@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "@js:\nvar su=source.getKey()\nvar htmlUrl=java.get(su,{}).headers('Location')\njava.log(`重定向：${htmlUrl[0]}`)\nvar posturl=htmlUrl[0]?htmlUrl[0]:(su.includes(\"#\")?su.match(/([^\\#]+)\\#/)[1]:su)\nposturl = posturl.slice(-1)=='/'?posturl.slice(0,-1):posturl\ncookie.removeCookie(posturl)\njava.log(`请求：${posturl}`)\n\nck=cookie.getCookie(posturl);\n\ncookie.setCookie(posturl,String(ck).replace(/ss_search_delay=.*/,\"\"));\n\nso=posturl+\"/search?q={{key}}\"\njava.put(\"url\",String(so))\nso",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "读万卷#4",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.duwanjuan.com",
    "bookUrlPattern": "http://www.duwanjuan.com/book/info/\\d+/\\d+.html",
    "customButton": false,
    "customOrder": 1211,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻魔法::/book/sort1/0/{{page}}.html\n武侠修真::/book/sort2/0/{{page}}.html\n都市言情::/book/sort3/0/{{page}}.html\n历史军事::/book/sort4/0/{{page}}.html\n穿越架空::/book/sort5/0/{{page}}.html\n游戏竞技::/book/sort6/0/{{page}}.html",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 2827,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "class.divbox cf@img@src",
      "intro": "class.tabcontent@class.tabvalue.0@text",
      "kind": "class.tabcontent@class.tabvalue.1@tag.td.2@text&&\nclass.tabcontent@class.tabvalue.1@tag.td.1@text&&\nclass.tabcontent@class.tabvalue.1@tag.td.0@text##最后更新：|连载状态：|作品分类：",
      "lastChapter": "h3@a@text",
      "name": "[property=\"og:novel:book_name\"]@content##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|小说|笔趣阁|免费.*",
      "tocUrl": "text.点击阅读@href"
    },
    "ruleContent": {
      "content": "id.acontent@textNodes##去读书推荐各位.*|读万卷.*com|如果您中途有事.*以便以后接着观看！|\\(|\\)"
    },
    "ruleExplore": {
      "author": "class.c_tag@tag.span.1@text&&",
      "bookList": "class.blockcontent@class.c_row",
      "bookUrl": "class.c_subject@tag.a.1@href",
      "coverUrl": "img@src",
      "intro": "class.c_description@text",
      "kind": "class.c_tag@tag.span.5@text&&\nclass.c_tag@tag.span.7@text",
      "lastChapter": "class.c_subject@tag.a.2@text",
      "name": "class.c_subject@tag.a.1@text"
    },
    "ruleSearch": {
      "author": "class.c_tag.0@tag.span.1@text",
      "bookList": "id.jieqi_page_contents@class.c_row",
      "bookUrl": "class.c_subject@a@href",
      "coverUrl": "img@src",
      "kind": "class.c_tag.0@tag.span.3@text&&\nclass.c_tag.0@tag.span.7@text&&\nclass.c_tag.1@tag.span.3@text",
      "lastChapter": "class.c_tag.1@tag.span.1@a@text",
      "name": "class.c_subject@a@text"
    },
    "ruleToc": {
      "chapterList": "class.index@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.duwanjuan.com/modules/article/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "Error: Timed out waiting for 180000 ms\n加载较慢",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔞 肉书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.roushuwu.com",
    "customButton": false,
    "customOrder": 1212,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"日点击榜\",\"url\":\"/top/dayvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击榜\",\"url\":\"/top/weekvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击榜\",\"url\":\"/top/monthvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总点击榜\",\"url\":\"/top/allvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"日推荐榜\",\"url\":\"/top/dayvote_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周推荐榜\",\"url\":\"/top/weekvote_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月推荐榜\",\"url\":\"/top/monthvote_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总推荐榜\",\"url\":\"/top/allvote_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总收藏榜\",\"url\":\"/top/goodnum_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"字数排行\",\"url\":\"/top/size_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最新入库\",\"url\":\"/top/postdate_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最近更新\",\"url\":\"/top/lastupdate_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/sort/1_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"/sort/2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市言情\",\"url\":\"/sort/3_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"历史穿越\",\"url\":\"/sort/4_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"网游竞技\",\"url\":\"/sort/5_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻灵异\",\"url\":\"/sort/6_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"恐怖惊悚\",\"url\":\"/sort/7_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"其他类型\",\"url\":\"/sort/8_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"完本小说\",\"url\":\"/full/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1756483260850,
    "respondTime": 70423,
    "ruleBookInfo": {
      "author": ".catalog_author a@text",
      "coverUrl": ".catalog_pic_left img@src",
      "intro": ".catalog_intor@html##.*简介.",
      "kind": ".s1@text&&.s2@text&&.catalog_updatetime span@text##\\s.*",
      "lastChapter": ".catalog_newest a@text",
      "name": "tag.h3.0@text"
    },
    "ruleContent": {
      "content": ".chapter_content@html"
    },
    "ruleExplore": {
      "author": ".p3@text||.newbook_author@text",
      "bookList": ".articlegeneral li||.newbook_list",
      "bookUrl": ".p1 a@href||.newbook_title a@href",
      "coverUrl": "img@src||a.0@href##.+\\D((\\d+)\\d{3})\\D##https://img.roushuwu.com/image/$2/$1/$1s.jpg###",
      "intro": ".newbook_intor@text",
      "kind": ".p2@text&&.s1@text",
      "name": ".p1 a@text||.newbook_title@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".sort_box_list",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": ".newbook_intor@text",
      "kind": ".s1@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".catalog_list!0@li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/search.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"searchkey={{key}}&submit=\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "月色书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.yuesekanshu.com",
    "customButton": false,
    "customOrder": 1213,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\npush(\"全部🌊分类\",null,1,1)\n\tarList=[[\"全部\",\"0\"],[\"­‌‍‎‎言‍​‌情‎­‎\",\"2\"],[\"‌‍​​耽‌‎‍­美‍‎\",\"1\"],[\"​‍​高‌​辣‍​‍‌\",\"3\"],[\"​‍百‌‍‎​​合‌‌\",\"4\"],[\"科幻\",\"17\"],[\"­‎‍‎‍玄​‌‍幻‍­‍‎\",\"5\"],[\"都市\",\"15\"],[\"‎‍‌‌高­‍‎‌‌干‌‎­‍​\",\"10\"],[\"‌‍‎种‌​‎­‌田‌‍‌‍\",\"8\"],[\"‎‌­腹­‎​‍黑​‌\",\"11\"],[\"修真\",\"9\"],[\"网游\",\"12\"],[\"穿越\",\"16\"],[\"其他\",\"14\"],[\"灵异\",\"24\"],[\"二次元\",\"23\"],[\"武侠\",\"20\"],[\"历史\",\"21\"],[\"游戏\",\"22\"],[\"其它\",\"7\"],[\"­‎­‌‍军‌‎­­事​​­­‌\",\"25\"]]\n\tarList.map(([tag,uri])=>{\n\t\turl=`/category/${uri}/{{page}}.html`;\n\t\tpush(tag, url, 1, 0.25);\n\t\t});\n//java.log(JSON.stringify(sort))\nJSON.stringify(sort)",
    "header": "{'User-Agent':'Mozilla/5.0 (Linux; Android 14; V2304A; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/123.0.6312.118 Mobile Safari/537.36',\n\"Referer\":\"https://www.yuesekanshu.com/\"}",
    "jsLib": "{\"crypto\":\"https://cdn.bootcss.com/crypto-js/3.1.9-1/crypto-js.min.js\"}",
    "lastUpdateTime": 0,
    "respondTime": 50952,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "text.章节目录@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "<js>\nfunction d(a, b) {\n            b = CryptoJS.MD5(b).toString();\n            var d = CryptoJS.enc.Utf8.parse(b.substring(0, 16));\n            var e = CryptoJS.enc.Utf8.parse(b.substring(16));\n            return CryptoJS.AES.decrypt(a, e, { iv: d, padding: CryptoJS.pad.Pkcs7 }).toString(CryptoJS.enc.Utf8)\n        }\nmatch=src.match(/\\.html\\((d.*?\"\\))/);\n//java.log(match[1])\nif(match){\nresult=eval(match[1])}else result\n</js>",
      "nextContentUrl": "",
      "replaceRegex": "##第(.*?)章.*|\\<.*"
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": ".CGsectionTwo-right-content-unit",
      "bookUrl": "a.0@href",
      "intro": "p.2@text",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".SHsectionThree-middle@p",
      "bookUrl": "a.1@href",
      "kind": "a.0@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "ol li a\n<js>\ntry {\na=src.match(/var originalOrder = \\[.*\\];/)[0]\neval(String(a))\n\nlist=[]\nfor (i in result) {\n\tlist[originalOrder[i]]=result[i]\n\t}\n\t\nlist\n} catch(err) {\n\tresult\n\t}\n</js>",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "https://www.yuesekanshu.com/search/{{key}}/{{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "无极小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wujixsw.info/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1214,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1734978735067,
    "loginUrl": "",
    "respondTime": 859,
    "ruleBookInfo": {
      "author": "[property=og:novel:author]@content",
      "coverUrl": "[property=og:image]@content",
      "init": "",
      "intro": "[property=og:description]@content",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content",
      "lastChapter": "[property=og:novel:latest_chapter_name]@content##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "[property=og:novel:book_name]@content##|\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|小说|笔趣阁|免费.*",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@textNodes##全本小说网.*最新章节！|全本小说网.*最快更新|最新章节！|一秒记住.*免费阅读！|.*第.*章.*|笔趣阁.*最快更新.*",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "class.s4@text",
      "bookList": "class.novelslist2@tag.li!0",
      "bookUrl": "class.s2@tag.a@href",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "class.s3@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 |卷1",
      "name": "class.s2@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://wujixsw.info/search.html?name={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "溜达小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.liudatxt.net#",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1215,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1734841195645,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 613,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "id.bookintro@html",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content##小说|\\s.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "wordCount": ".count@tag.span.-1@text"
    },
    "ruleContent": {
      "content": "id.content@html",
      "imageStyle": "0",
      "replaceRegex": "##感谢.*打赏.*|\\【看书福利.*|\\（未完待续\\）|无弹窗.*|\\【加入书签.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.book_other.0@tag.span.0@text",
      "bookList": "id.sitembox@tag.dl",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src",
      "lastChapter": "class.book_other.1@text##最新章节.| 更新时间.|..\\:.*",
      "name": "tag.a.1@text",
      "wordCount": "class.book_other.0@tag.span.-1@text"
    },
    "ruleToc": {
      "chapterList": "id.readerlist@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.liudatxt.org/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "吾爱文学网②",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.x.com",
    "customButton": false,
    "customOrder": 1216,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1692516557870,
    "respondTime": 1347,
    "ruleBookInfo": {
      "coverUrl": "class.block_img2@img@src",
      "intro": "class.intro_info@text",
      "lastChapter": "class.block_txt2@tag.p.6@tag.a@text",
      "tocUrl": "text.查看目录@href"
    },
    "ruleContent": {
      "content": "id.nr1@textNodes"
    },
    "ruleExplore": {
      "author": "class.line@tag.a.2@text",
      "bookList": "class.cover@tag.p",
      "bookUrl": "class.line@tag.a.1@href",
      "kind": "class.line@tag.a.0@text",
      "name": "class.line@tag.a.1@text"
    },
    "ruleSearch": {
      "author": "tag.a.2@text",
      "bookList": "class.cover@tag.p",
      "bookUrl": "tag.a.1@href",
      "kind": "tag.a.0@text",
      "name": "tag.a.1@text"
    },
    "ruleToc": {
      "chapterList": "class.chapter@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "http://m.x2552.com/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"type=articlename&s={{key}}&submit=\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "//by:cwjdb",
    "bookSourceGroup": "免费",
    "bookSourceName": "吾爱文学网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.x2552.com",
    "customButton": false,
    "customOrder": 1217,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\n    java.toast(\"正在努力加载中，请稍后\");\n    \nvar sort = [];\nvar push = (title, url, type1, type2) => {\n    sort.push({\n        title: title,\n        url: url,\n        style: {\n            layout_flexGrow: type1,\n            layout_flexBasisPercent: type2\n        }\n    });\n};\n\nvar x = [{\n        u: \"http://m.x2552.com/sort/\",\n        ti: \"༺ˇ»`全部分类´«ˇ༻\"\n    },\n    {\n        u: \"http://m.x2552.com/top/\",\n        ti: \"༺ˇ»`全部排行´«ˇ༻\"\n    }];\n    \nx.forEach(i => {\n    var o = org.jsoup.Jsoup.parse(java.ajax(i.u));\n    push(i.ti, \"\", 1, 1);\n    o.select('div.content a').forEach(j => {\n        var url = String(j.attr(\"href\")).replace(/(\\d+)\\/$/,\"{{page}}/\");\n        push(j.text(), url, 1, 0.25)\n    })\n});\n\npush(\"全本小说\", `/full/{{page}}/`, 1, 1);\n\nJSON.stringify(sort);",
    "header": "",
    "lastUpdateTime": 1748548913328,
    "respondTime": 67645,
    "ruleBookInfo": {
      "author": "text.作者@text##作者[：:]",
      "coverUrl": "img@src",
      "init": "",
      "intro": ".intro_info.0@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".block_txt2 p.3:4:5@text##(分类|状态|更新)[：:]",
      "lastChapter": ".block_txt2 a.-1@text",
      "name": ".block_txt2 h2 a@text",
      "tocUrl": "text.查看目录@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#nr1@html",
      "replaceRegex": "##\\/?\\d+{{book.name}}.*最新章节！|吾爱文学.*{{book.name}} ！|&nbspbr />|一秒记住.*免费阅读！|\\w+.*精彩阅读|(<!--章节内容开始-->)"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": "p.line",
      "bookUrl": "a.1@href",
      "kind": "a.0@text##\\[|\\]",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "ul.chapter li a",
      "chapterName": "text\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(\\{（｛【].*[求含理更谢乐发推票盟补加字Kk\\/].*/g,'')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(第.+章)\\s?\\d+/,'$1')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/s.php,{\n  \"body\": \"type=articlename&s={{key}}&submit=\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "🔴",
    "bookSourceGroup": "免费",
    "bookSourceName": "铅笔小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.23qb.com#77",
    "customButton": false,
    "customOrder": 1218,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部::/book/lastupdate_0_0_0_0_0_0_0_{{page}}_0.html\n言情小说::/book/lastupdate_0_1_0_0_0_0_0_{{page}}_0.html\n都市小说::/book/lastupdate_0_2_0_0_0_0_0_{{page}}_0.html\n耽美百合::/book/lastupdate_0_3_0_0_0_0_0_{{page}}_0.html\n穿越转生::/book/lastupdate_0_4_0_0_0_0_0_{{page}}_0.html\n青春校园::/book/lastupdate_0_5_0_0_0_0_0_{{page}}_0.html\n玄幻魔法::/book/lastupdate_0_6_0_0_0_0_0_{{page}}_0.html\n修真武侠::/book/lastupdate_0_7_0_0_0_0_0_{{page}}_0.html\n历史军事::/book/lastupdate_0_8_0_0_0_0_0_{{page}}_0.html\n游戏竞技::/book/lastupdate_0_9_0_0_0_0_0_{{page}}_0.html\n科幻空间::/book/lastupdate_0_10_0_0_0_0_0_{{page}}_0.html\n悬疑惊悚::/book/lastupdate_0_11_0_0_0_0_0_{{page}}_0.html\n同人小说::/book/lastupdate_0_12_0_0_0_0_0_{{page}}_0.html\n官场职场::/book/lastupdate_0_13_0_0_0_0_0_{{page}}_0.html",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 14) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.102 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1736451330630,
    "loginCheckJs": "var res = result;\nurl = key ? (baseUrl + java.ruleUrl) : res.url();\nif(res.body().includes('no-js')){\n    cookie.removeCookie(baseUrl);\n    result = java.startBrowserAwait(url,\"验证\");\n}\nresult",
    "respondTime": 5379,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{\nn:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nw:\"text.字数@text\",\nl:\"[property~=las?test_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\",\nt:\"text.目录@href\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "@get:{t}"
    },
    "ruleContent": {
      "content": ".article-content p@textNodes",
      "replaceRegex": "##{{chapter.title}}",
      "title": ".article-title@text"
    },
    "ruleExplore": {
      "author": ".module-item-text@text",
      "bookList": ".module-item",
      "bookUrl": "a@href",
      "coverUrl": "img@data-src",
      "name": ".module-item-titlebox@text"
    },
    "ruleSearch": {
      "bookList": ".module-search-item",
      "bookUrl": "h3 a@href",
      "coverUrl": "img@data-src",
      "intro": ".novel-info-item@text",
      "kind": ".tag-link@text",
      "name": "h3@text"
    },
    "ruleToc": {
      "chapterList": ".module-row-info a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search.html?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "女频",
    "bookSourceName": "言情小说吧",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.xs.cn",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1219,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"🍀全部🎀分类🍀\",\"url\":\"/category/f1_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"现代言情\",\"url\":\"/category/30020_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.26}},\n{\"title\":\"古代言情\",\"url\":\"/category/30013_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.26}},\n{\"title\":\"浪漫青春\",\"url\":\"/category/30031_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.26}},\n{\"title\":\"玄幻言情\",\"url\":\"/category/30001_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"仙侠奇缘\",\"url\":\"/category/30008_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"科幻空间\",\"url\":\"/category/30042_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"/category/30036_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"游戏\",\"url\":\"/category/30050_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"短篇\",\"url\":\"/category/30083_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"轻小说\",\"url\":\"/category/30055_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.22}},\n\n{\"title\":\"🎖全部榜单🎖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"免费\",\"url\":\"/category/f1_f1_f1_1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.26}},\n{\"title\":\"VIP\",\"url\":\"/category/f1_f1_f1_0_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.26}},\n{\"title\":\"风云榜\",\"url\":\"/rank/hxyuepiao?pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.26}},\n{\"title\":\"热销榜\",\"url\":\"/rank/hotsales?pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"新书榜\",\"url\":\"/rank/newbook?pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"周推荐榜\",\"url\":\"/rank/recom?pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"完本榜\",\"url\":\"/rank/finish?pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"点击榜\",\"url\":\"/rank/click?pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"收藏榜\",\"url\":\"/rank/collect?pageNum={{page}}\",\"style\":{\"layout_flexGrow\":1}}\n]\n",
    "header": "",
    "lastUpdateTime": 0,
    "loginUrl": "https://ptlogin.yuewen.com/login",
    "respondTime": 6108,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "downloadUrls": "",
      "intro": "[property=\"og:description\"]@content",
      "kind": "meta[property~=category|status|update_time]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "text.目录@href",
      "wordCount": "[class~=word_num|words|number]@text"
    },
    "ruleContent": {
      "content": "[class~=content|article]@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a[class=\"name default\"]@text||a[class=\"default\"]@text",
      "bookList": ".book-img-text>ul@li||div[class=\"right-book-list\"]>ul>li",
      "bookUrl": "##<a.*?href=\"([^\"]+)\"##$1###",
      "checkKeyWord": "",
      "coverUrl": "##<img.*?src=\"([^\"]+)\"##$1###",
      "intro": "[class~=intro]@text",
      "kind": "p[class=\"author\"]>a.-1@text&&p[class=\"author\"]>span.-1@text&&p[class=\"update\"]>span.-1@text",
      "lastChapter": "p[class=\"update\"]>a.0@text",
      "name": "h4@text||div[class=\"book-img\"]>a.0@text",
      "wordCount": "span[class=\"blue\"]@text"
    },
    "ruleToc": {
      "chapterList": "div[class=\"volume\"]:gt(0)>ul[class=\"cf\"]@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": ""
    },
    "searchUrl": "https://www.xs8.cn/so/{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁#86",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.yuzhai.info",
    "bookUrlPattern": "https://m.yuzhai.info/yu/\\d+/",
    "customButton": false,
    "customOrder": 1220,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "快穿::/tag/kc/{{page}}.html&&美攻::/tag/mg/{{page}}.html&&肉文::/tag/rw/{{page}}.html&&年下::/tag/nx/{{page}}.html&&年上::/tag/ns/{{page}}.html&&生子::/tag/sz/{{page}}.html&&人兽::/tag/rs/{{page}}.html&&强强::/tag/qq/{{page}}.html&&穿越::/tag/cy/{{page}}.html&&双性::/tag/sx/{{page}}.html&&强受::/tag/qs/{{page}}.html&&ABO::/tag/abo/{{page}}.html&&重生::/tag/cs/{{page}}.html&&HP::/tag/hp/{{page}}.html&&虐文::/tag/nw/{{page}}.html&&温馨::/tag/wx/{{page}}.html&&NP::/tag/np/{{page}}.html&&父子::/tag/fz/{{page}}.html&&兄弟::/tag/xd/{{page}}.html&&萌文::/tag/mw/{{page}}.html&&BE::/tag/be/{{page}}.html&&末世::/tag/ms/{{page}}.html&&人鱼::/tag/ry/{{page}}.html&&师生::/tag/ss/{{page}}.html&&网游::/tag/wy/{{page}}.html&&娱乐圈::/tag/ylq/{{page}}.html&&高干::/tag/gg/{{page}}.html&&金手指::/tag/jsz/{{page}}.html&&反攻::/tag/fg/{{page}}.html&&诱受::/tag/ys/{{page}}.html&&种田::/tag/zt/{{page}}.html&&SM调教::/tag/sm/{{page}}.html",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 8.0.0; SM-G955U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36 Edg/116.0.0.0\"}",
    "lastUpdateTime": 0,
    "respondTime": 2940,
    "ruleBookInfo": {
      "author": "@css:.article_info_td h2@text",
      "intro": "@css:#novelMain pre@text",
      "kind": "@css:.article_info_td a[title=\"BL\"]@text",
      "lastChapter": "//td[@class=\"article_info_td\"][1]/div[3]/a/text()",
      "name": "@css:.h_nav_items li:nth-of-type(2)@text",
      "tocUrl": "@css:.chapterList a[style=\"color:red;\"]@href",
      "wordCount": "//td[@class=\"article_info_td\"][2]/div[2]/text()##字数："
    },
    "ruleContent": {
      "content": "@css:#nr1 p@text",
      "nextContentUrl": "//a[@id=\"pt_next\" and text()=\"下一页\"]/@href"
    },
    "ruleExplore": {
      "author": "//p[1]/strong/text()",
      "bookList": "//*[@class=\"common-bookele\"]",
      "bookUrl": "@css:h3>a@href",
      "intro": "@css:.abstract>a@text",
      "kind": "",
      "name": "//h3/a/text()"
    },
    "ruleSearch": {
      "author": "//p[1]/strong/text()",
      "bookList": "//*[@class=\"common-bookele\"]",
      "bookUrl": "@css:h3>a@href",
      "intro": "@css:.abstract>a@text",
      "kind": "",
      "name": "//h3/a/text()"
    },
    "ruleToc": {
      "chapterList": "@css:ul a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "//select/option[not(@selected)]/@value"
    },
    "searchUrl": "/search/,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "刺猬猫",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ciweimao.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1221,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36\"\n}",
    "lastUpdateTime": 1750737833322,
    "loginUrl": "",
    "respondTime": 893,
    "ruleBookInfo": {
      "author": "class.book-title.0@tag.span.0@tag.a.0@text",
      "coverUrl": "tag.img.0@src",
      "intro": "class.book-desc.0@text",
      "name": "tag.h1.0@text",
      "tocUrl": "class.btn-more ly-fr@herf"
    },
    "ruleContent": {
      "content": "id.J_BookRead@textNodes||class.chapter@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.cnt.0@tag.p.1@tag.a.0@text",
      "bookList": "class.rank-book-list@tag.li",
      "bookUrl": "class.cnt.0@class.tit.0@tag.a.0@href",
      "coverUrl": "tag.img.0@src",
      "lastChapter": "class.cnt.0@tag.p.2@text##.*/",
      "name": "class.cnt.0@class.tit.0@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.book-chapter-list@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.ciweimao.com/get-search-book-list/{{key}}/1",
    "weight": 0
  },
  {
    "bookSourceGroup": "🔞",
    "bookSourceName": "虫虫书屋🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.0794r.com#🎃",
    "bookUrlPattern": "http://www.51menu.com/book/\\d+/",
    "customButton": false,
    "customOrder": 1222,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻\",\"url\":\"/xuanhuan/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"修真\",\"url\":\"/xiuzhen/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/dushi/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/lishi/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/wangyou/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/kehuan/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/yanqing/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/qita/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"经典\",\"url\":\"/jingdian/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"高辣\",\"url\":\"/gaola/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"耽美\",\"url\":\"/danmei/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"同人\",\"url\":\"/tongren/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"全本\",\"url\":\"/quanben/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"待待\",\"url\":\"/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"说明\",\"url\":\"/shuoming.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1770711107648,
    "respondTime": 3798,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": ".book_about dd@html##【微信公众号.*】|最新章节推荐地.*",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "[property$=og:url]@content##//m##//www"
    },
    "ruleContent": {
      "content": "#content@html"
    },
    "ruleExplore": {
      "author": ".s4@text",
      "bookList": ".bd ul li",
      "bookUrl": ".s2@a@href",
      "coverUrl": "a.0@href##\\D(\\d+)(\\/|\\.html?)?$##$1###\n<js>\ni=parseInt(result);\nii=parseInt(i/1000)\nsource.getKey().match(/([^\\#]+)\\#/)[1]+\"/files/article/image/\"+ii+\"/\"+i+\"/\"+i+\"s.jpg\"\n</js>",
      "kind": "{{@@.s1@text##\\[|\\]}}\n{{@@.s5@text}}",
      "lastChapter": ".s3@text",
      "name": ".s2 a@text"
    },
    "ruleSearch": {
      "author": ".author a@text",
      "bookList": ".so_list .bookbox",
      "bookUrl": "a.0@href",
      "coverUrl": ".bookimg img@src",
      "kind": ".cat@text##分类：",
      "lastChapter": ".update a@text",
      "name": ".bookname a@text"
    },
    "ruleToc": {
      "chapterList": ".listmain dl dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{String(source.getKey().match(/([^\\#]+)\\#/)[1])}}/dshifisdhgujdu.html?ie=utf-8&s=5256649918672294880&q={{JSON.parse(java.post(u=source.getKey().match(/([^\\#]+)\\#/)[1]+\"/pinyin.html\",\"s=\"+key+\"&act=hztopy\",{}).body()).data}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "民国奇人小说#2",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.minguoqiren.org",
    "customButton": false,
    "customOrder": 1223,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 516,
    "ruleBookInfo": {
      "author": "p.2@text",
      "coverUrl": "img@src",
      "init": "",
      "intro": "class.intro_info@text",
      "kind": "p.3@text",
      "lastChapter": "p.6@text",
      "name": "h2@text",
      "tocUrl": "option.value"
    },
    "ruleContent": {
      "content": "id.nr1@text##.*第./.页\\)|\\（本章未完.*",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "p.3@text",
      "bookList": "class.block",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "kind": "p.2@text##分类.",
      "lastChapter": "p.4@text",
      "name": "h2@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.chapter.ul.1@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "http://m.minguoqiren.org/s.php?s=000000000000&q={{key}}&submit=",
    "weight": 0
  },
  {
    "bookSourceComment": "24.12.28 by 明月",
    "bookSourceGroup": "免费",
    "bookSourceName": "📚 梦书中文",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.mcmssc.la",
    "concurrentRate": "1500",
    "customButton": false,
    "customOrder": 1224,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻奇幻::/xuanhuanxiaoshuo/<,1-{{page}}.html>\n修真仙侠::/xiuzhenxiaoshuo/<,1-{{page}}.html>\n都市青春::/dushixiaoshuo/<,1-{{page}}.html>\n历史穿越::/chuanyuexiaoshuo/<,1-{{page}}.html>\n网游竞技::/wangyouxiaoshuo/<,1-{{page}}.html>\n科幻灵异::/kehuanxiaoshuo/<,1-{{page}}.html>\n其它小说::/qitaxiaoshuo/<,1-{{page}}.html>\n完本小说::/wanben/1_{{page}}\n最近更新::http://www.mcmssc.la",
    "lastUpdateTime": 1738400832434,
    "respondTime": 11612,
    "ruleBookInfo": {
      "author": "p:nth-child(2) > a@text",
      "coverUrl": "img@src",
      "intro": "#intro@html",
      "lastChapter": "p:nth-child(5) > a@text",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": "#content@textNodes",
      "replaceRegex": "##[\\u0041-\\u005A\\u0061-\\u007A\\uFF21-\\uFF3A\\uFF41-\\uFF5A]+\\.[\\u0041-\\u005A\\u0061-\\u007A\\uFF21-\\uFF3A\\uFF41-\\uFF5A0-9\\uFF10-\\uFF19-]+\\.[\\u0041-\\u005A\\u0061-\\u007A\\uFF21-\\uFF3A\\uFF41-\\uFF5A]{2,}.*|{{chapter.title}}|第[0-9一二两三四五六七八九十百千万]{1,9}章.*|[(（]?本章未?完[）)]?.*|\\(第.+页\\)|.?加入书签.*|.*下一页(翻页)?继续阅读.*|.*退出阅读模式.*|.*点击下载{{book.name}}.*|.*最新永久域名.*|.*一秒记住本站地址.*"
    },
    "ruleExplore": {
      "author": ".s4 > a@text",
      "bookList": ".l li",
      "bookUrl": ".s2 > a@href",
      "coverUrl": ".s2 > a@href\n<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": ".s1@text##\\[|\\]",
      "lastChapter": ".s3 > a@text",
      "name": ".s2 > a@text"
    },
    "ruleSearch": {
      "author": ".s4 > a@text",
      "bookList": "#main > div.novelslist2 > ul > li",
      "bookUrl": ".s2 > a@href",
      "coverUrl": ".s2 > a@href\n<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "{{@@.s6@text}} {{@@.s3 > a@text}}",
      "name": ".s2 > a@text"
    },
    "ruleToc": {
      "chapterList": "dd >a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.mcmssc.la/search.html?name={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "                    \"error:正文内容为空\n                                        \"error:正文内容为空\n                                        \"error:正文内容为空\n                                        \"error:正文内容为空\n                    \"error:正文内容为空\n\"\"\"\"\"",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉 去读书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.qudushu.com",
    "bookUrlPattern": "http://www.qudushu.com/book/info/\\d+/\\d+.html",
    "customButton": false,
    "customOrder": 1225,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻魔法::/book/sort1/0/{{page}}.html\n武侠修真::/book/sort2/0/{{page}}.html\n都市言情::/book/sort3/0/{{page}}.html\n历史军事::/book/sort4/0/{{page}}.html\n穿越架空::/book/sort5/0/{{page}}.html\n游戏竞技::/book/sort6/0/{{page}}.html",
    "lastUpdateTime": 1721732890987,
    "loginUrl": "{\n  \"url\": \"null\"\n}",
    "respondTime": 3593,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "class.divbox cf@img@src",
      "intro": "class.tabcontent@class.tabvalue.0@text",
      "kind": "class.tabcontent@class.tabvalue.1@tag.td.2@text&&\nclass.tabcontent@class.tabvalue.1@tag.td.1@text&&\nclass.tabcontent@class.tabvalue.1@tag.td.0@text##最后更新：|连载状态：|作品分类：",
      "lastChapter": "h3@a@text",
      "name": "[property=\"og:novel:book_name\"]@content##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|小说|笔趣阁|免费.*",
      "tocUrl": "text.点击阅读@href"
    },
    "ruleContent": {
      "content": "id.acontent@html##去读书推荐各位.*|去读书.*com|如果您中途有事.*以便以后接着观看！|\\(|\\)"
    },
    "ruleExplore": {
      "author": "class.c_tag@tag.span.1@text&&",
      "bookList": "class.blockcontent@class.c_row",
      "bookUrl": "class.c_subject@tag.a.1@href",
      "coverUrl": "img@src",
      "intro": "class.c_description@text",
      "kind": "class.c_tag@tag.span.5@text&&\nclass.c_tag@tag.span.7@text",
      "lastChapter": "class.c_subject@tag.a.2@text",
      "name": "class.c_subject@tag.a.1@text"
    },
    "ruleSearch": {
      "author": "class.c_tag.0@tag.span.1@text",
      "bookList": "id.jieqi_page_contents@class.c_row",
      "bookUrl": "class.c_subject@a@href",
      "coverUrl": "img@src",
      "kind": "class.c_tag.0@tag.span.3@text&&\nclass.c_tag.0@tag.span.7@text&&\nclass.c_tag.1@tag.span.3@text",
      "lastChapter": "class.c_tag.1@tag.span.1@a@text",
      "name": "class.c_subject@a@text"
    },
    "ruleToc": {
      "chapterList": "class.index@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.qudushu.com/modules/article/search.php?q={{key}}",
    "weight": 58
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.xshuquge.net",
    "customButton": false,
    "customOrder": 1226,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\n\t\"title\":\"玄幻魔法\",\n\"url\":\"/sort/1/0_1{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},\n{\"title\":\"武侠修真\",\n\"url\":\"/sort/2/0_1{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},\n{\"title\":\"都市言情\",\n\"url\":\"/sort/3/0_1{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},\n{\"title\":\"历史军事\",\n\"url\":\"/sort/4/0_1{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},\n{\"title\":\"侦探推理\",\n\"url\":\"/sort/5/0_1{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},\n{\"title\":\"网游动漫\",\n\"url\":\"/sort/6/0_1{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},\n{\"title\":\"科幻灵异\",\n\"url\":\"/sort/7/0_1{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},\n{\"title\":\"其他类型\",\n\"url\":\"/sort/8/0_1{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},\n{\"title\":\"✘全本✘\",\n\"url\":\"quanben/1{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},\n{\"title\":\"————————排行————————\",\n\"url\":\"\",\"style\":{\"layout_flexGrow\":99,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"日点击榜\",\n\"url\":\"store/dayvisit-1{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"周点击榜\",\n\"url\":\"store/weekvisit-1{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"月点击榜\",\n\"url\":\"store/monthvisit-1{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},\n{\"title\":\"总点击榜\",\n\"url\":\"store/allvisit-1{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},\n{\"title\":\"总收藏榜\",\n\"url\":\"/store/goodnum-1{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},\n{\"title\":\"字数排行\",\n\"url\":\"/store/size-1{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},\n{\"title\":\"日推荐榜\",\n\"url\":\"/store/size-1{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},\n{\"title\":\"周推荐榜\",\n\"url\":\"store/weekvote-1{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},\n{\"title\":\"月推荐榜\",\n\"url\":\"/store/monthvote-1{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},\n{\"title\":\"总推荐榜\",\n\"url\":\"store/allvote-1{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},\n{\"title\":\"最新入库\",\n\"url\":\"store/postdate-1{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},\n{\"title\":\"最近更新\",\n\"url\":\"store/lastupdate-1{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}}\n]",
    "lastUpdateTime": 1733276365401,
    "respondTime": 11031,
    "ruleBookInfo": {
      "author": "",
      "canReName": "",
      "coverUrl": "[property$=\"og:image\"]@content",
      "init": "",
      "intro": "[property$=\"og:novel:latest_chapter_name\"]@content&&class.cover@class.intro_info@text##(.*)(\\n)##最新章节 $1$2",
      "kind": "[property$=\"og:novel:category\"]@content&&\n[property$=\"og:novel:update_time\"]@content&&\n[property$=\"og:novel:status\"]@content",
      "lastChapter": "[property$=\"og:novel:latest_chapter_name\"]@content",
      "name": "class.cover@class.bolck_txt2@class.bolck_txt2@tag.h2@tag.a@textNodes",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.nr1@html##（本章未完，请点击下一页继续阅读）|最新网址：wap.ishuquge.la|第.*章.*(第.*/.*页).*",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\s*最新网址：.*\\n"
    },
    "ruleExplore": {
      "author": "@html##(.*)(a>)(.*)(</p>)##$3",
      "bookList": "class.cover@class.line",
      "bookUrl": "class.blue.0@href",
      "coverUrl": "class.blue.0@href##/s/([0-9]{1,3})(.*).html##https://www.ishuquge.la/files/article/image/$1/$1$2/$1$2s.jpg",
      "intro": "",
      "kind": "a.0@textNodes",
      "name": "class.blue.0@textNodes"
    },
    "ruleSearch": {
      "author": "class.bookinfo.0@class.author.0@textNodes",
      "bookList": "class.read_book@class.bookbox",
      "bookUrl": "class.bookinfo.0@tag.h4.0@tag.i.0@tag.a.0@href",
      "checkKeyWord": "系统",
      "coverUrl": "class.bookimg@tag.a.0@tag.img.0@src",
      "kind": "$https://wds.ecsxs.com/231269.json$",
      "lastChapter": "class.bookinfo.0@class.updatelast.0@tag.a.0@textNodes",
      "name": "class.bookinfo.0@tag.h4.0@tag.i.0@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.cover@class.chapter@tag.li",
      "chapterName": "a.0@textNodes",
      "chapterUrl": "a.0@href",
      "nextTocUrl": "class.cover@class.listpage@class.right@tag.a@href"
    },
    "searchUrl": "/search.php,{\n\t\"body\":\"searchkey={{key}}&submit=\",\n\t\"method\":\"POST\"\n\t}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "快眼小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.kyxsw.org#",
    "customButton": false,
    "customOrder": 1227,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻魔法\",\"url\":\"/fenlei1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠修真\",\"url\":\"/fenlei2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市青春\",\"url\":\"/fenlei3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史军事\",\"url\":\"/fenlei4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"侦探推理\",\"url\":\"/fenlei5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"网游动漫\",\"url\":\"/fenlei6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻小说\",\"url\":\"/fenlei7_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"恐怖灵异\",\"url\":\"/fenlei8_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完本小说\",\"url\":\"/quanben/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"排行\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"最近更新\",\"url\":\"/toplastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"最新入库\",\"url\":\"/toppostdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"日排行榜\",\"url\":\"/topdayvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"周排行榜\",\"url\":\"/topweekvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"月排行榜\",\"url\":\"/topmonthvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"总排行榜\",\"url\":\"/topallvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"日推荐榜\",\"url\":\"/topdayvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"周推荐榜\",\"url\":\"/topweekvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"月推荐榜\",\"url\":\"/topmonthvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"总推荐榜\",\"url\":\"/topallvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数排行\",\"url\":\"/topsize/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"总收藏榜\",\"url\":\"/topgoodnum/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"本站推荐\",\"url\":\"/toptoptime/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1734642173541,
    "respondTime": 4238,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "init": ".small&&meta",
      "intro": "[property$=description]@content##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property$=chapter_name]@content##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": "[property$=book_name]@content",
      "wordCount": "span.3@text##字数："
    },
    "ruleContent": {
      "content": "#content@textNodes##\\/.+快眼小说网.*\\/|\\n.*$|{{baseUrl}}|.{0,3}阅读本书.{35}也喜欢.\\s*\\S*",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": ".s4l@text",
      "bookList": ".l li||.novelslistss li",
      "bookUrl": "@get:{u}",
      "coverUrl": "@get:{u}##/book/(\\d+)/(\\d+)/##/files/article/image/$1/$2/$2s.jpg",
      "kind": ".s1,.s5l@text||.s1l,.s7l@text&&.s5l@text##\\[|]",
      "lastChapter": ".s3l@text",
      "name": ".s2l@text@put:{u:\"a.0@href\"}"
    },
    "ruleSearch": {
      "author": ".author@text",
      "bookList": "+@css:.bookbox",
      "bookUrl": "@get:{u}",
      "coverUrl": "img@src",
      "kind": ".cat@text##分类：",
      "lastChapter": ".update a@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": ".bookname@text@put:{u:\"a.0@href\"}"
    },
    "ruleToc": {
      "chapterList": ":正文卷[\\s\\S]*?/dl&&href =\"([^\"]+)\">([^<]+)",
      "chapterName": "$2##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "chapterUrl": "$1"
    },
    "searchUrl": "/modules/article/search.php?ie=utf-8&s=00000&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "快眼看书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.xbotaodz.com",
    "customButton": false,
    "customOrder": 1228,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "@js:\n(()=>{\n    var ua = \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.9999.99 Safari/537.36\";\n    var headers = {\n        \"User-Agent\": ua,\n        \"Referer\": baseUrl\n    };\n    return JSON.stringify(headers);\n})()",
    "lastUpdateTime": 1734979796449,
    "respondTime": 2114,
    "ruleBookInfo": {
      "author": ".baseinfo@class.pt-info.0@text##作者：",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "kind": ".baseinfo@a.1@text",
      "name": ".baseinfo@a.0@text",
      "tocUrl": ".baseinfo@a.0@href"
    },
    "ruleContent": {
      "content": ".chaptercontent@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##（本章未完，请点击下一页继续阅读）|.*第.+?章.*|最新网址.*|楔子.*"
    },
    "ruleExplore": {
      "author": ".pt-info@text\n@js:\nresult.split(/nbsp;+/)[0]",
      "bookList": "class.pt-card pt-card-2@li",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "class.pt-desc ptm-text-cut2@text",
      "kind": "a.2@text",
      "name": "a.1@text"
    },
    "ruleSearch": {
      "author": ".pt-info@text##作者:||\n.pt-info@text\n@js:\nresult.split(/ +/)[0]",
      "bookList": "div.baseinfo&&class.pt-card pt-card-2@li&&class.ptm-content pt-infopage",
      "bookUrl": "a.0@href||a.1@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "kind": "a.1@text||a.2@text",
      "name": "a.0@text||a.1@text"
    },
    "ruleToc": {
      "chapterList": "-class.ptm-list-view chapterlist@class.ptm-list-view-cell@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/s.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "女频",
    "bookSourceName": "御宅书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.xbbxs.com",
    "customButton": false,
    "customOrder": 1229,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"总排行榜\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总收藏榜\",\"url\":\"/top/goodnum_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"字数排行\",\"url\":\"/top/size_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总推荐榜\",\"url\":\"/top/allvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最新入库\",\"url\":\"/top/postdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最近更新\",\"url\":\"/top/lastupdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻仙侠\",\"url\":\"/sort/1_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市言情\",\"url\":\"/sort/2_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"军事历史\",\"url\":\"/sort/3_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻灵异\",\"url\":\"/sort/4_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"游戏竞技\",\"url\":\"/sort/5_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"ＢＬ同人\",\"url\":\"/sort/6_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"ＧＬ百合\",\"url\":\"/sort/7_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.29}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 8.0.0; zh-cn; MIX 2 Build/OPR1.170623.027) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\"\n}",
    "lastUpdateTime": 1754560280070,
    "respondTime": 17034,
    "ruleBookInfo": {
      "author": "class.infotype@p.0@text",
      "coverUrl": "[@property=\"og:image\"]@content",
      "intro": "class.intro@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "class.infotype@p.1@text&&class.infotype@p.2@text",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "class.cataloginfo@h3@text",
      "tocUrl": ".gochapter a@href"
    },
    "ruleContent": {
      "content": "#novelcontent@p.0@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##百度搜索.*每日更新！"
    },
    "ruleExplore": {
      "author": ".author@text||.p3@text",
      "bookList": ".article||.articlegeneral",
      "bookUrl": "h6 a@href||.p2 a@href",
      "coverUrl": "img@src&&a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://fm.blwenku123.com/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": ".simple@text",
      "kind": ".p1@text##\\[|\\]",
      "name": "h6 a@text||.p2@text"
    },
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".sone",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://fm.blwenku123.com/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": ".chapters li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href||text.下一頁@href"
    },
    "searchUrl": "s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"type=articlename&s={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "//By情无羁25.04.25",
    "bookSourceGroup": "免费",
    "bookSourceName": "神藏小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.swangwx.la",
    "customButton": false,
    "customOrder": 1230,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar result = [];\njava.toast(\"🔥正在刷新列表,请稍等！\");\nvar push = (title, url, size) => result.push({\n    \"title\": title,\n    \"url\": url,\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": size\n    }\n});\nvar baseUrl = \"http://www.swangwx.la/sort.html\";\nvar tag = java.ajax(baseUrl);\nif (tag) {\n    var a = org.jsoup.Jsoup.parse(tag).select(\".toplist li a\");\n    push(\"🔥分类小说🔥\", null, 1);\n    for (var i = 0; i < a.length ; i++) {\n        var title = a[i].text();\n        var url = a[i].attr(\"href\");\n        var size = 0.25;\n        title = String(title).replace(/\\s/g, \"\");\n        url = String(url).replace(/\\.html/,'')+`/{{page}}.html`\n        push(title, url, size);\n    }\n} else {\n  java.toast(\"🤔列表刷新失败！！！\");     \n} \nJSON.stringify(result);",
    "header": "",
    "lastUpdateTime": 1745563259040,
    "respondTime": 2952,
    "ruleBookInfo": {
      "intro": "id.intro@tag.p.0@text"
    },
    "ruleContent": {
      "content": "<js>\na=src.match(/get\\('(.*?)'/)[1]\nb=source.key+a\nresult=java.ajax(b)\n</js>$.info"
    },
    "ruleExplore": {
      "author": ".a@text",
      "bookList": ".updatelist li",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href##.*\\/(\\d+)(\\d{3})##/files/article/image/$1/$1$2/$1$2s.jpg###",
      "kind": ".n@a.0@text",
      "lastChapter": ".c@text",
      "name": "strong@text"
    },
    "ruleSearch": {
      "author": "tag.span.1@tag.a@text",
      "bookList": "class.librarylist@children",
      "bookUrl": "tag.span.0@tag.a@href",
      "coverUrl": "class.pt-ll-l@tag.img@src",
      "kind": "tag.span.2@tag.a@text",
      "lastChapter": "class.last.0@tag.a@text",
      "name": "tag.span.0@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.dirlist three clearfix@tag.li@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search.html?searchtype=novelname&searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "网站正文故障",
    "bookSourceGroup": "免费",
    "bookSourceName": "必去吧楼",
    "bookSourceType": 0,
    "bookSourceUrl": "  http://m.bequ6.org",
    "customButton": false,
    "customOrder": 1231,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1732972367677,
    "respondTime": 4645,
    "ruleBookInfo": {
      "author": "text.作者：@text",
      "coverUrl": ".block_img2@img@src",
      "intro": ".intro_info@text",
      "kind": "text.分类：@text&&\ntext.状态：@text&&\ntext.更新：@text",
      "lastChapter": ".block_txt2@a.-1@text",
      "name": "h2@text",
      "tocUrl": "text.查看目录@href"
    },
    "ruleContent": {
      "content": "#nr1@textNodes",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "kind": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "//*[not(@class='blue')]/text()##\\[.*\\]|\\/",
      "bookList": ".line",
      "bookUrl": ".blue@href",
      "kind": "##\\[(.*)\\]##$1##",
      "name": ".blue@text"
    },
    "ruleToc": {
      "chapterList": ".chapter li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "/search?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "下载源",
    "bookSourceGroup": "免费",
    "bookSourceName": "请看下载（下载）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.qinkan.net",
    "customButton": false,
    "customOrder": 1232,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1721527115693,
    "respondTime": 7570,
    "ruleBookInfo": {
      "author": "class.xs-head-author-text s-hover.0@text",
      "canReName": "1",
      "coverUrl": "class.xs-image@img@href",
      "intro": "class.xs-sum-short@text",
      "kind": "class.xs-head-author-text s-hover.1@text",
      "lastChapter": "class.xs-attr ellipsis.1@text##更新时间:",
      "name": "class.t-pagename ellipsis.0@text##《|》",
      "wordCount": "class.xs-head-sourcename.0@text"
    },
    "ruleContent": {
      "content": "@js:\"点击章节链接跳转浏览器下载\\n\"+baseUrl"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.book_mybook_list_author@text##.*\\|",
      "bookList": "tag.li",
      "bookUrl": "class.book_mybook_alink@href",
      "coverUrl": "class.class.book_mybook_list_pic@img@href",
      "intro": "class.class.book_mybook_list_recico@text",
      "kind": "class.book_mybook_list_author@text##\\|.*",
      "name": "class.book_mybook_list_title@text##《|》",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "id.downloadTxt.1",
      "chapterName": "text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://m.qinkan.net/ajax/search.php?keyboard={{key}}&start=0&limit=20&order=newstime,{\n\"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "✈ 茂鑫小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.tcmaoxin.org#",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1233,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1742560425457,
    "loginCheckJs": "",
    "loginUrl": "",
    "respondTime": 3391,
    "ruleBookInfo": {
      "author": ".fix@p:nth-of-type(1)@text",
      "init": "",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|update_time]@content",
      "lastChapter": "p:nth-of-type(6)@a@text",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": "#content@textNodes"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": ".s4@text",
      "bookList": ".txt-list@li!0",
      "bookUrl": ".s2@a@href",
      "checkKeyWord": "",
      "kind": ".s1@text",
      "lastChapter": "{{@@.s3@a@text}} • {{@@.s5@text}}",
      "name": ".s2@a@text"
    },
    "ruleToc": {
      "chapterList": ".section-list.1@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ".middle select option!0@value"
    },
    "searchUrl": "http://www.tcmaoxin.org/search.php?keyWord={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "茂鑫小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.tcmaoxin.org",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1234,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1733279657180,
    "loginCheckJs": "",
    "loginUrl": "",
    "respondTime": 3318,
    "ruleBookInfo": {
      "author": ".fix@p:nth-of-type(1)@text",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|update_time]@content",
      "lastChapter": "p:nth-of-type(6)@a@text",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": "#content@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".s4@text",
      "bookList": ".txt-list@li!0",
      "bookUrl": ".s2@a@href",
      "checkKeyWord": "",
      "kind": ".s1@text",
      "lastChapter": "{{@@.s3@a@text}} • {{@@.s5@text}}",
      "name": ".s2@a@text"
    },
    "ruleToc": {
      "chapterList": ".section-list.1@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ".middle select option!0@value"
    },
    "searchUrl": "http://www.tcmaoxin.org/search.php?keyWord={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "全本小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xs5200.com",
    "bookUrlPattern": "http://www.xs5200.com/\\d+_\\d+/",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 1235,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1734839532593,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 475,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作 者：",
      "canReName": "",
      "coverUrl": "id.bookimg@img@src",
      "init": "",
      "intro": "id.intro@tag.p.1@text",
      "kind": "id.info@tag.p.2@text&&\nid.info@tag.p.1@text##最后更新：|状 态：",
      "lastChapter": "id.info@tag.p.3@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "id.info@h1@text",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@html##一秒记住.*最新章节！|清爽免费阅读请记.*|手机免费.*|www.*cc",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.s5@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "class.s2@a@href<js>\nvar id = result.match(/_(\\d+)/)[1];\nvar iid = parseInt(id/1000);\n'http://www.xs5200.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": "",
      "kind": "",
      "lastChapter": "class.s3@text",
      "name": "class.s2@a@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@id.nr",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "tag.td.0@tag.a@href<js>\nvar id = result.match(/_(\\d+)/)[1];\nvar iid = parseInt(id/1000);\n'http://www.xs5200.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": "",
      "kind": "tag.td.4@text&&\ntag.td.5@text",
      "lastChapter": "tag.td.1@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "tag.td.0@tag.a@text",
      "wordCount": "tag.td.3@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://www.xs5200.com/modules/article/search.php?s=10362325638345863231&q={{key}}",
    "variableComment": "",
    "weight": -6
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "蚂蚁阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.mayitxt.org",
    "customButton": false,
    "customOrder": 1236,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "\n 点  击  榜 ::/top/monthvisit/{{page}}.html\n 推  荐  榜 ::/top/monthvote/{{page}}.html\n\n玄幻::/sort/1/{{page}}.html\n仙侠::/sort/2/{{page}}.html\n都市::/sort/3/{{page}}.html\n历史::/sort/4/{{page}}.html\n军事::/sort/5/{{page}}.html\n灵异::/sort/6/{{page}}.html\n科幻::/sort/7/{{page}}.html\n游戏::/sort/8/{{page}}.html\n现言::/sort/9/{{page}}.html\n古言::/sort/10/{{page}}.html\n穿越::/sort/11/{{page}}.html\n青春::/sort/12/{{page}}.html\n豪门::/sort/14/{{page}}.html\n耽美::/sort/15/{{page}}.html\n其他::/sort/13/{{page}}.html",
    "header": "",
    "lastUpdateTime": 0,
    "respondTime": 3943,
    "ruleBookInfo": {
      "author": "class.book_inf@tag.p.0@text",
      "canReName": "true",
      "coverUrl": "img@src.0",
      "intro": "class.h3_rf creat_time@text&&class.book_desc@text",
      "kind": "class.book_inf@tag.p.1@text##类别：",
      "lastChapter": "class.h3_rf new_time.0@tag.a@text",
      "name": "class.book_inf@h3@text",
      "tocUrl": "class.more-chapter@href",
      "wordCount": "class.book_inf@tag.p.2@text##总字数："
    },
    "ruleContent": {
      "content": "class.textarticle@html",
      "nextContentUrl": "text.下一章@href",
      "replaceRegex": "##最新网址.*|一秒记住.*，更新快，，免费读！|>>本章未完，继续下章阅读|免费小说，无弹窗小说网，.*下载，请记住蚂蚁阅读网.*|\\s*.*第.*章.*\\s*|一秒记住【花小说网】，为您提供精彩小说阅读。"
    },
    "ruleExplore": {
      "author": "class.listbook-info@tag.p.0@text",
      "bookList": "class.onefourbox@a",
      "bookUrl": "@href",
      "coverUrl": "class.listbook-cove@tag.img@src",
      "intro": "class.listbook-info@tag.p.1@text",
      "kind": "class.book-tag@tag.span@text",
      "name": "class.listbook-info@tag.h3@text"
    },
    "ruleSearch": {
      "author": "p@text",
      "bookList": "class.onefourbox@tag.a",
      "bookUrl": "tag.a@href",
      "coverUrl": "img@src",
      "intro": "",
      "kind": "span@text",
      "lastChapter": "class.chapter@text##正文(\\s+|_)|[\\(（【].*[求更谢乐发推].*[】）\\)]",
      "name": "h3@text"
    },
    "ruleToc": {
      "chapterList": "class.mulu_uld@li",
      "chapterName": "h3@text##>",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://wap.mayitxt.org/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "独步小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.dbxsd.com#",
    "customButton": false,
    "customOrder": 1237,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n\t'User-Agent': \"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari\\/537.36 EdgA/125.0.0.0\"\n}",
    "lastUpdateTime": 1734432069048,
    "respondTime": 7630,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": "#cont-body@p@text",
      "nextContentUrl": "class.col-md-6 text-center@a.-1@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "td.1@text",
      "bookList": "tbody@tr",
      "bookUrl": "a@href##$##,{'webView': true}",
      "checkKeyWord": "深空彼岸",
      "name": "a.0@text##\\《|\\》"
    },
    "ruleToc": {
      "chapterList": "class.col-md-6 item@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.dbxsd.com/plus/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "发布页：https://ifuwen2025.com/\n25.4.22 制作by_明月",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔰 爱腐文",
    "bookSourceType": 0,
    "bookSourceUrl": "https://jfwfd.com",
    "customButton": false,
    "customOrder": 1238,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "jsLib": "function goChapter(aid,cid){if (cid == 0){return  '/novel/'  +aid + '.html';} else {return '/novel/'  +aid + '/' + cid + '.html';}}",
    "lastUpdateTime": 1745303044934,
    "respondTime": 41898,
    "ruleBookInfo": {
      "author": "div > h2@text",
      "intro": "pre@text",
      "lastChapter": ".article_info_td a@text",
      "name": ".h_nav_items > li:nth-child(2)@text",
      "tocUrl": "li:nth-child(11) > a@href"
    },
    "ruleContent": {
      "content": "@js:\nfunction secret(data, code) {\n    code = java.md5Encode(code);\n    iv = code.slice(0, 16);\n    key = code.slice(16);\n    return java.createSymmetricCrypto(\"AES/CBC/PKCS7Padding\", key, iv).decryptStr(data);\n}\n\nlet match = src.match(/var chapter = secret\\(['\"](.+?)['\"],\\s*['\"](.+?)['\"].*\\)/);\nif (match) {\n    result = secret(match[1], match[2]);\n}"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "strong@text",
      "bookList": ".common-bookele",
      "bookUrl": ".abstract > a@href",
      "intro": ".abstract > a@text",
      "kind": ".lastupdate@text",
      "name": ".articlename@text"
    },
    "ruleToc": {
      "chapterList": "li!0@a\n@js:\nlet elements = org.jsoup.Jsoup.parse(result).select(\"a\");\nlet dataList = [];\nelements.forEach(element => {\n    let href = element.attr(\"href\");\n    if (href.includes(\"javascript\")) {\n        href = eval(String(href));\n    }\n    let text = element.text();\n    let match = href.match(/(\\d+)\\.html/);\n    if (match) {\n        dataList.push({\n            href: href,\n            cid: parseInt(match[1]),\n            text: text\n        });\n    }\n});\n\ndataList.sort((a, b) => a.cid - b.cid);",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/search.html?key={{key}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "无线电子书",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.wxdzs.net",
    "customButton": false,
    "customOrder": 1239,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"排行榜\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"新书榜\",\n    \"url\": \"/wxdzs/listreq.aspx?toptype=topnew&keywords=&pageid={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"完本榜\",\n    \"url\": \"/wxdzs/listreq.aspx?toptype=topend&keywords=&pageid={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"更新榜\",\n    \"url\": \"/wxdzs/listreq.aspx?toptype=topupdate&keywords=&pageid={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"月榜\",\n    \"url\": \"/wxdzs/listreq.aspx?toptype=topmonth&keywords=&pageid={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"周榜\",\n    \"url\": \"/wxdzs/listreq.aspx?toptype=topweek&keywords=&pageid={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"日榜\",\n    \"url\": \"/wxdzs/listreq.aspx?toptype=topday&keywords=&pageid={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"全部分类\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/wxdzs/listreq.aspx?toptype=topall&keywords=玄幻&pageid={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"奇幻\",\n    \"url\": \"/wxdzs/listreq.aspx?toptype=topall&keywords=奇幻&pageid={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/wxdzs/listreq.aspx?toptype=topall&keywords=武侠&pageid={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"仙侠\",\n    \"url\": \"/wxdzs/listreq.aspx?toptype=topall&keywords=仙侠&pageid={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/wxdzs/listreq.aspx?toptype=topall&keywords=都市&pageid={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/wxdzs/listreq.aspx?toptype=topall&keywords=言情&pageid={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/wxdzs/listreq.aspx?toptype=topall&keywords=历史&pageid={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"军事\",\n    \"url\": \"/wxdzs/listreq.aspx?toptype=topall&keywords=军事&pageid={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"游戏\",\n    \"url\": \"/wxdzs/listreq.aspx?toptype=topall&keywords=游戏&pageid={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/wxdzs/listreq.aspx?toptype=topall&keywords=科幻&pageid={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"灵异\",\n    \"url\": \"/wxdzs/listreq.aspx?toptype=topall&keywords=灵异&pageid={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"二次元\",\n    \"url\": \"/wxdzs/listreq.aspx?toptype=topall&keywords=二次元&pageid={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },  {\n    \"title\": \"女生\",\n    \"url\": \"/wxdzs/listreq.aspx?toptype=topmm&keywords=&pageid={{page}}\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  }\n]",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; U; Android 13; zh-Hans-CN; PFJM10 Build/TP1A.220905.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/135.0.4896.58 Quark/6.13.6.581 Mobile Safari/537.36\",\"Accept-Language\":\"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"}",
    "lastUpdateTime": 1746627392492,
    "respondTime": 7803,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "text.目录@href"
    },
    "ruleContent": {
      "content": "#Lab_Contents@p@html"
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": "[style*=margin]div",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": "a.3@text",
      "kind": "span.1@text",
      "lastChapter": "a.4@ownText",
      "name": "a.1@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": "#ListContents@div",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@img@src",
      "intro": "a.4@text",
      "kind": "span.1@text",
      "lastChapter": "a.5@ownText",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "[href*=wxread]a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.wxdzs.net/wxlist/{{key}}.html",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "爱笔楼",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.ibiquge.info",
    "bookUrlPattern": "https://www.ibiquge.net/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 1240,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻奇幻\",\"url\":\"/xuanhuanxiaoshuo/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修真仙侠\",\"url\":\"/xiuzhenxiaoshuo/2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市青春\",\"url\":\"/dushixiaoshuo/3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"/lishixiaoshuo/4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游竞技\",\"url\":\"/wangyouxiaoshuo/5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻灵异\",\"url\":\"/kehuanxiaoshuo/6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其它小说\",\"url\":\"/qitaxiaoshuo/7_{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.295}}]",
    "lastUpdateTime": 1721151729854,
    "loginUrl": "",
    "respondTime": 4933,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@a@text",
      "coverUrl": "id.fmimg@tag.img@src",
      "intro": "id.intro@text",
      "kind": "id.info@tag.p.2@text##最后更新：",
      "lastChapter": "id.info@tag.p.3@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "id.info@h1@text"
    },
    "ruleContent": {
      "content": "id.content@html##天才一秒记住.*无广告！|断更反馈|章节错误.*请耐心等待。"
    },
    "ruleExplore": {
      "author": "class.s4@tag.a@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@tag.a@href",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.ibiquge.net/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "class.s5@text",
      "lastChapter": "class.s3@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.s2@tag.a@text"
    },
    "ruleSearch": {
      "author": "class.s4@tag.a@text",
      "bookList": "class.novelslist2@tag.li!0",
      "bookUrl": "class.s2@tag.a@href",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.ibiquge.net/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "class.s3@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.s2@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/search.html?name={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "奇奇怪怪",
    "bookSourceGroup": "免费",
    "bookSourceName": "一个阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.wufazhuce.com",
    "customButton": false,
    "customOrder": 1241,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n    {\n        \"title\": \"添加书籍\",\n        \"url\": \"/article\",\n        \"style\": {\"layout_flexBasisPercent\":1}\n    }\n]",
    "header": "",
    "lastUpdateTime": 1721269166646,
    "respondTime": 6973,
    "ruleBookInfo": {
      "author": "<js>\"ONE·阅读\"</js>",
      "coverUrl": "<js>\"https://gitee.com/lyc486/yuedu/raw/master/cover486.webp\"</js>",
      "init": "",
      "name": "<js>\"ONE·阅读\"</js>",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "<js>\ndo{\nt=Date();t1=Number(t.charAt(17));t2=Number(t.charAt(19));t3=Number(t.charAt(20));t4=Number(t.charAt(22));t5=Number(t.charAt(23));\n//var t=new Date();\n//year=t.getFullYear();\n//java.log(\"🍊\"+year);\nn=(t2+t4)%6*1000+t1*100+t3*10+t5;\nr=java.ajax(\"http://m.wufazhuce.com/article/\"+n.toString());\njava.setContent(r);\n}\nwhile(r.includes(\"404 Not Found\"));\n//获取4个随机数其中第一个数小于6，大概大于5919无内容，并访问网址\nchapter.title=java.getString('class.text-title@text');\nchapter.url=\"http://m.wufazhuce.com/article/\"+n.toString();\n//传出标题\ns=String(java.getString('class.text-content@html'));\n//获取正文内容\nif(s.includes(\"<img\")){s=s.replace(/<img [^>]*src\\=\\\"([^\"]+?)(\\?imageView[^\"]+)?\\\"[^>]*>/g,'<img src=\"$1\">')}\n//判断正文是否有图片并处理\nelse if(s.includes(\"<![endif]-->\")){s=s.replace(/<!--\\[if gte[\\S\\s]+<!\\[endif\\]-->/,\"\")}\nif(source.getVariable()<=0||source.getVariable()==\"NaN\"||book.variable==null){\nbook.variable=\"\";\nsource.setVariable(39);\n}\nelse{\nsource.setVariable(source.getVariable()-1);\n}\nbook.variable+=\"\\n★\"+chapter.title+\"\\n\"+s;\nbook.variable;\n</js>",
      "imageStyle": "",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "<js>[\"ONE·阅读\"]</js>",
      "bookUrl": "<js>\"http://m.wufazhuce.com/article/\"</js>",
      "name": "<js>\"ONE·阅读\"</js>"
    },
    "ruleSearch": {
      "bookList": "<js>[\"ONE·阅读\"]</js>",
      "bookUrl": "<js>\"http://m.wufazhuce.com/article/\"</js>",
      "checkKeyWord": "lyc486",
      "name": "<js>\nif(baseUrl.endsWith(\"lyc486\")){\n\tjava.log(baseUrl)\n\"ONE·阅读\"}else{\"\"}\n</js>"
    },
    "ruleToc": {
      "chapterList": "<js>[\"ONE·阅读\"]</js>",
      "chapterName": "<js>\"ONE·阅读\"</js>",
      "chapterUrl": "",
      "preUpdateJs": "if(source.getVariable()<=0||source.getVariable()==\"NaN\"||book.variable==null){\nbook.variable=\"\";\nsource.setVariable(39);\n}"
    },
    "searchUrl": "/article/{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🚬 po18城",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.po18.city",
    "bookUrlPattern": "https?://www.po18.city/read/\\d+/",
    "customButton": false,
    "customOrder": 1242,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻奇幻::/sort1/{{page}}/\n仙侠武侠::/sort2/{{page}}/\n都市言情::/sort3/{{page}}/\n穿越历史::/sort4/{{page}}/\n科幻灵异::/sort5/{{page}}/\n网游竞技::/sort6/{{page}}/\n精品综合::/sort7/{{page}}/\n全本小说::/modules/article/articlelist.php?fullflag=1&page={{page}}",
    "lastUpdateTime": 1716235055683,
    "respondTime": 31191,
    "ruleBookInfo": {
      "author": ".infotitle@a@text",
      "coverUrl": "img@src",
      "intro": "id.aboutbook@text##…$|^【?(?:内容|本[书文])?(?:简介|文案)】?[：:； ]】?|^关于.*?：|\\*?\\s*(?:PS：)?(?:更多连?载?|连载免费)小说请?收藏：.*|后续章节：https://www.w.*|好看的激情视频请收藏：.*|更.?多.?(?:免费)?小.?说.?请.?收.?藏：.*|.*?主要讲述了：(?:简介：)?|[\\u4e00-\\u9fa5]+?最新鼎力大作，年度必看.*|[（【\\[]?[\\u4e00-\\u9fa5][┊┆┋┇][\\u4e00-\\u9fa5][┊┆┋┇].*?：[wWⓦ][оo○]{2}(?:⒙|18.)[νv]i[ρp].*|(?:[追精].[更彩].收..?藏|免.费.首.发|最.新.更.新|更多.章节|免费精彩在线|免费连载小说请收藏|追.更|首.发).*?：[（）「」\\u2460-\\u24cf\\u02ff-\\u058f\\x2000-\\x4dff\\xac00-\\xffe0\\x28-\\x52f乄ṕẉṵ卍卐壹贰叁肆伍陆柒捌玖拾八哦!]{4,}[\\.\\/，。｡、点點っ\\*丶·-\\u2488-\\u249b][（）「」\\u2460-\\u24cf\\u02ff-\\u058f\\x2000-\\x4dff\\xac00-\\xffe0\\x28-\\x52f乄ṕẉṵ卍卐哦欧]{2,}",
      "kind": ".typename@text&&.infotitle@time@text## 0$",
      "lastChapter": ".zjbox@tag.a.0@text##.*?[_ ](?=分[节卷]|第\\d{1,5}节)|(?i).*?[cＣ][oōΘ][мm] | 完结\\+番外|(?!）)\\s?（?(?:[尒小][说説]\\+影[视視]|精.彩.收.|[免全].[费网].首.?发|(?:哽茤内嫆|看书)綪到|首.?发：|追.?更：|御书屋导航站|[本泍][文彣][蓶唯]壹導航網[詀站]|看書就上|牢记P\\/o\\/1\\/8\\/网址导航站)?[（）「」\\u2460-\\u24cf\\u02ff-\\u058f\\x2000-\\x4dff\\xac00-\\xffe0\\x28-\\x52f乄ṕẉṵ卍卐壹贰叁肆伍陆柒捌玖拾八哦!]{4,}[\\.\\/，。｡、点點っ\\*丶·-\\u2488-\\u249b][「」（）\\u2460-\\u24cf\\u02ff-\\u058f\\x2000-\\x4dff\\xac00-\\xffe0\\x28-\\x52f乄ṕẉṵ卍卐哦欧]{2,}|^·|(?i).*?[cＣ][oōΘ][мm] |（(?:\\d+珍珠加更|求珠)）|（woo18）",
      "name": "h1@text## (番外)?完结(\\+番外|全本)?|TXT下载|（ 续更）|【简体中文】|（[简繁]）|[\\(\\s]简体\\)?"
    },
    "ruleContent": {
      "content": "p!1@textNodes##PO18脸红心跳|(?:PS：)?(?:更多(?:免费)?|连载免费)小说请?收藏：(?:po18.us|woo\\d*.(?:vip|com)|rourouwu.org)|好看的激情视频请收藏：.*?com 天天更新，惊喜不断|(?:ps:)?[（【\\[]?(题外话:|[\\u4e00-\\u9fa5]|注：㊣)(?:[┊┆┋┇☆★-](?:多章|[\\u4e00-\\u9fa5])|更多)[┊┆┋┇☆★-].*?：[wWⓦω]\\s*[оo○\\s]{2,3}(?:⒙|1\\s*8\\s*.)\\s*(?:ν[iì]ρ|v\\s*[iì]\\s*p).*|[（\\[]?(?:精.彩.[收小].[藏说]|免.费.[首看].[书发]|好.看.的.文.章|追.更|首.发|最.新.书.刊).*?：[（）「」\\u2460-\\u24cf\\u02ff-\\u058f\\x2000-\\x4dff\\xac00-\\xffe0\\x28-\\x52f乄ṕẉṵ卍卐壹贰叁肆伍陆柒捌玖拾八哦!]{4,}[\\.\\/，。｡、点點っ\\*丶·-\\u2488-\\u249b][（）「」\\u2460-\\u24cf\\u02ff-\\u058f\\x2000-\\x4dff\\xac00-\\xffe0\\x28-\\x52f乄ṕẉṵ卍卐哦欧]{2,}|（本文唯一正版只在：woo18.vip）|（本文唯一正版只在：.tw[\\)）]|ps：χyμzんαíωμ.cしμЬ\\(xyuzhaiwu.club\\)p?|yμzんаIωχ.cōм\\(yuzhaiwx.\\)|御書屋導航網站：Ｒ0ūsΗūЩū（肉書屋）。乄γＺ"
    },
    "ruleExplore": {
      "author": "span@text##作者：",
      "bookList": "id.alistbox",
      "bookUrl": "a!0@href",
      "coverUrl": "img@src",
      "intro": ".intro@text##…$|\\.{3}$|【?(?:内容|本[书文])?(?:简介|文案)】?[：:； ]】?|^关于.*?：|\\*?\\s*(?:PS：)?(?:更多连?载?|连载免费)小说请?收藏：.*|后续章节：https://www.w.*|好看的激情视频请收藏：.*|更.?多.?(?:免费)?小.?说.?请.?收.?藏：.*|.*?主要讲述了：(?:简介：)?|[\\u4e00-\\u9fa5]+?最新鼎力大作，年度必看.*|[（【\\[]?[\\u4e00-\\u9fa5][┊┆┋┇][\\u4e00-\\u9fa5][┊┆┋┇].*?：[wWⓦ][оo○]{2}(?:⒙|18.)[νv]i[ρp].*|(?:[追精].[更彩].收..?藏|免.费.首.发|最.新.更.新|更多.章节|免费精彩在线|免费连载小说请收藏|追.更|首.发).*?：[（）「」\\u2460-\\u24cf\\u02ff-\\u058f\\x2000-\\x4dff\\xac00-\\xffe0\\x28-\\x52f乄ṕẉṵ卍卐壹贰叁肆伍陆柒捌玖拾八哦!]{4,}[\\.\\/，。｡、点點っ\\*丶·-\\u2488-\\u249b][（）「」\\u2460-\\u24cf\\u02ff-\\u058f\\x2000-\\x4dff\\xac00-\\xffe0\\x28-\\x52f乄ṕẉṵ卍卐哦欧]{2,}",
      "kind": "li@text##字数：",
      "name": "a!0:2@text## 完结(?:\\+番外|全本)|TXT下载|《|》|【简体中文】|（[简繁]）|[\\(\\s]简体\\)?"
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "tr!0",
      "bookUrl": "a@href",
      "coverUrl": "a!1@href<js>\nvar a=result.match(/.*ad\\/(\\d+)\\//)[1];\nvar b=Math.floor(a/1000);\n\"http://img.po18.city/image/\"+b+\"/\"+a+\"/\"+a+\"s.jpg\"\n</js>",
      "kind": "td!0:1:2@text",
      "lastChapter": "a!0@text##.*?[_ ](?=分[节卷]|第\\d{1,5}节)| 完结\\+番外|(?!）)\\s?（?(?:[尒小][说説]\\+影[视視]|精.彩.收.|[免全].[费网].首.?发|(?:哽茤内嫆|看书)綪到|首.?发：|追.?更：|御书屋导航站|[本泍][文彣][蓶唯]壹導航網[詀站]|看書就上|牢记P\\/o\\/1\\/8\\/网址导航站)?[（）「」\\u2460-\\u24cf\\u02ff-\\u058f\\x2000-\\x4dff\\xac00-\\xffe0\\x28-\\x52f乄ṕẉṵ卍卐壹贰叁肆伍陆柒捌玖拾八哦!]{4,}[\\.\\/，。｡、点點っ\\*丶·-\\u2488-\\u249b][（）「」\\u2460-\\u24cf\\u02ff-\\u058f\\x2000-\\x4dff\\xac00-\\xffe0\\x28-\\x52f乄ṕẉṵ卍卐哦欧]{2,}|^·|(?i).*?[cＣ][oōΘ][мm] |（(?:\\d+珍珠加更|求珠)）|（woo18）",
      "name": "a!1@text## (番外)?完结(\\+番外|全本)?|TXT下载|【简体中文】|（[简繁]）|[\\(\\s]简体\\)?"
    },
    "ruleToc": {
      "chapterList": "+<js>\nvar a;\na=org.jsoup.Jsoup.parse(result.replace(/javascript:Chapter\\((\\d+)\\,(\\d+)\\)\\;/g,'/read/$2/$1/').replace(/(f=\\'\\/read\\/\\d+\\/\\d+\\/\\' ?>).*?_(?=分[节卷])/g,'$1').replace(/(f=\\'\\/read\\/\\d+\\/\\d+\\/\\' ?>).*?[cＣ][oōóΘ][мm] /gi,'$1').replace(/ 完结\\+番外|\\s?（?(?:[尒小][说説]\\+影[视視]|精.彩.收.|[免全].[费网].首.?发|(?:哽茤内嫆|看书)綪到|首.?发：|追.?更：|御书屋导航站|[本泍][文彣][蓶唯]壹導航網[詀站]|看書就上|牢记P\\/o\\/1\\/8\\/网址导航站)?\\d*[ωṕΡρχa-z].*?\\)(?=<\\/a>)|\\s?[（）「」\\u2460-\\u24cf\\u02ff-\\u058f\\x2000-\\x4dff\\xac00-\\xffe0\\x28-\\x52f乄ṕẉṵ卍卐壹贰叁肆伍陆柒捌玖拾八哦!]{4,}[\\u2488-\\u249b\\.\\/，。｡、点點っ\\*丶·-][（）「」\\u2460-\\u24cf\\u02ff-\\u058f\\x2000-\\x4dff\\xac00-\\xffe0\\x28-\\x52f乄ṕẉṵ卍卐哦欧]{2,}(?=<\\/a>)|（(?:\\d+珍珠加更|求珠)）|（woo18）/gi,\"\"));\nvar b=a.select('dt:nth-of-type(2)~dd>a').toArray();\nfor (var i=0;i<b.length;i=i+3){\n   c=i+2;\nif(c<b.length){\n   var t;\n   t=b[i];\n   b[i]=b[i+2];\n   b[i+2]=t;\n}else{\n   c=i+1;\n   if(c<b.length){\n     var t;\n     t=b[i];\n     b[i]=b[i+1];\n     b[i+1]=t;\n}\n}\n}\nvar list=[];\nvar n=[];\nlist=b.map(x=>({n:x.text(),u:x.attr('href')}));\nlist\n</js>",
      "chapterName": "n",
      "chapterUrl": "u"
    },
    "searchUrl": "/modules/article/search.php?searchtype=articlename&searchkey={{key}}&page={{page}},{\n  \"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "达文小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.dawensk.com",
    "customButton": false,
    "customOrder": 1243,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"日点击榜\",\"url\":\"/good/dayvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周点击榜\",\"url\":\"/good/weekvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月点击榜\",\"url\":\"/good/monthvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总点击榜\",\"url\":\"/good/allvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总收藏榜\",\"url\":\"/good/goodnum_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"字数排行\",\"url\":\"/good/size_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"日推荐榜\",\"url\":\"/good/dayvote_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周推荐榜\",\"url\":\"/good/weekvote_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月推荐榜\",\"url\":\"/good/monthvote_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总推荐榜\",\"url\":\"/good/allvote_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最新入库\",\"url\":\"/good/postdate_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最近更新\",\"url\":\"/good/lastupdate_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻魔法\",\"url\":\"/xiaoshuo/1_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠修真\",\"url\":\"/xiaoshuo/2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/xiaoshuo/3_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/xiaoshuo/4_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游动漫\",\"url\":\"/xiaoshuo/5_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻小说\",\"url\":\"/xiaoshuo/6_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖灵异\",\"url\":\"/xiaoshuo/7_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他类型\",\"url\":\"/xiaoshuo/8_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"完结小说\",\"url\":\"/quanben/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1734836571548,
    "respondTime": 9272,
    "ruleBookInfo": {
      "author": ".c02@.zz@text",
      "coverUrl": ".f1_L@img@src",
      "init": "",
      "intro": "id.book_desc@text##(^|[。！？]+[”」）】]?)##$1<br>@js:result.replace(/阅读.*最新章节.*/g,'')",
      "kind": ".inf02@p.0:4@text&&.zj_con@.time@text##.*：|\\s..:.*",
      "lastChapter": ".zj_con@.zj@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".c01@a@text",
      "tocUrl": "a.mulu@href##$##,{'webView': true}",
      "wordCount": ".inf02@p.1@text##.*："
    },
    "ruleContent": {
      "content": "dd@p!-1@html",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": ".zz@text",
      "bookList": "ol@ul!0",
      "bookUrl": "a.1@href",
      "coverUrl": "",
      "intro": "",
      "kind": ".lb,.rq@text",
      "lastChapter": ".gx@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".sm@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".result@li",
      "bookUrl": "a.1@href",
      "coverUrl": "img@data-original",
      "kind": "span.1:2:4@text##.*：|\\s..:.*",
      "lastChapter": "a.4@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.1@text",
      "wordCount": "span.3@text##.*："
    },
    "ruleToc": {
      "chapterList": "id.chapter@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href##$##,{'webView': true}"
    },
    "searchUrl": "/search.php,{\n  'method': 'POST',\n  'body': 'key={{key}}'\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：\nhttp://m.111bz.cc\nhttp://m.dybz123.com\nhttp://i.12bz.net\nhttp://m.xinbanzhu.net\n御书屋：http://m.yushuwu12.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "📖小版主",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.xiaobanzhu.com/#",
    "customButton": false,
    "customOrder": 1244,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"日点击榜\",\"url\":\"/top/dayvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击榜\",\"url\":\"/top/weekvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击榜\",\"url\":\"/top/monthvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总点击榜\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总收藏榜\",\"url\":\"/top/goodnum_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"字数排行\",\"url\":\"/top/size_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总推荐榜\",\"url\":\"/top/allvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最新入库\",\"url\":\"/top/postdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最近更新\",\"url\":\"/top/lastupdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"/sort/1_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"修真\",\"url\":\"/sort/2_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"/sort/3_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越\",\"url\":\"/sort/4_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"藏经阁\",\"url\":\"/sort/5_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻\",\"url\":\"/sort/6_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"其他\",\"url\":\"/sort/7_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.29}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 7.1.1; Mi Note 3 Build/NMF26X; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.98 Mobile Safari/537.36\"\n}​",
    "lastUpdateTime": 1748785438866,
    "respondTime": 40221,
    "ruleBookInfo": {
      "author": ".block_txt2@p.2@a@text",
      "coverUrl": ".block_img2@img@src",
      "intro": ".intro_info@text",
      "kind": ".block_txt2@p.3@a@text",
      "lastChapter": ".block_txt2@p.5@a@text",
      "name": ".block_txt2@h2@a@text",
      "tocUrl": "text.查看目录@href",
      "wordCount": ".block_txt2@p.4@text&&.block_txt2@p.4@text"
    },
    "ruleContent": {
      "content": "#nr1@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\n.*本章未完.*\\n.."
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".line",
      "bookUrl": "a.1@href",
      "kind": "a.0@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".chapter@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/s.php,{\n  \"body\": \"type=articlename&s={{key}}&submit=\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "20230613 制作该源-尐哖\n注意：如果搜索变动，在http://m.0794r.com/js/common.js里",
    "bookSourceGroup": "🔞",
    "bookSourceName": "虫虫书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.r.com",
    "customButton": false,
    "customOrder": 1245,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻\",\"url\":\"/xuanhuan/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"修真\",\"url\":\"/xiuzhen/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/dushi/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/lishi/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/wangyou/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/kehuan/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/yanqing/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/qita/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"经典\",\"url\":\"/jingdian/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"高辣\",\"url\":\"/gaola/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"耽美\",\"url\":\"/danmei/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"同人\",\"url\":\"/tongren/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"全本\",\"url\":\"/quanben/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"待待\",\"url\":\"/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"说明\",\"url\":\"/shuoming.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1770711119027,
    "respondTime": 6144,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": ".book_about dd@html##【微信公众号.*】|最新章节推荐地.*",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "[property$=og:url]@content##//m##//www"
    },
    "ruleContent": {
      "content": "#content@html"
    },
    "ruleExplore": {
      "author": ".s4@text",
      "bookList": ".bd ul li",
      "bookUrl": ".s2@a@href",
      "coverUrl": "a.0@href##\\/((\\d+)\\d{3})\\/?$##http://www.0794r.com/files/article/image/$2/$1/$1s.jpg###",
      "kind": "{{@@.s1@text##\\[|\\]}}\n{{@@.s5@text}}",
      "lastChapter": ".s3@text",
      "name": ".s2 a@text"
    },
    "ruleSearch": {
      "author": ".author a@text",
      "bookList": ".so_list .bookbox",
      "bookUrl": "a.0@href",
      "coverUrl": ".bookimg img@src",
      "kind": ".cat@text##分类：",
      "lastChapter": ".update a@text",
      "name": ".bookname a@text"
    },
    "ruleToc": {
      "chapterList": ".listmain dl dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://m.0794r.com/sdfgsdyugfsdugf.html?ie=gbk&s=5256649918672294880&q={{JSON.parse(java.post(\"http://m.0794r.com/pinyin.html\",\"s=\"+key+\"&act=hztopy\",{}).body()).data}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "小版主",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.xiaobanzhu.com/",
    "customButton": false,
    "customOrder": 1246,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/sort/1_{{page}}/\n修真小说::/sort/2_{{page}}/\n都市小说::/sort/3_{{page}}/\n穿越小说::/sort/4_{{page}}/\n  藏金阁  ::/sort/5_{{page}}/\n科幻小说::/sort/6_{{page}}/",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 7.1.1; Mi Note 3 Build/NMF26X; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.98 Mobile Safari/537.36\"\n}​",
    "lastUpdateTime": 1722044628528,
    "respondTime": 8562,
    "ruleBookInfo": {
      "author": ".block_txt2@p.2@a@text",
      "coverUrl": ".block_img2@img@src",
      "intro": ".intro_info@text",
      "kind": ".block_txt2@p.3@a@text",
      "lastChapter": ".block_txt2@p.5@a@text",
      "name": ".block_txt2@h2@a@text",
      "tocUrl": "text.查看目录@href",
      "wordCount": ".block_txt2@p.4@text&&.block_txt2@p.4@text"
    },
    "ruleContent": {
      "content": "#nr1@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\n.*本章未完.*\\n.."
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".line",
      "bookUrl": "a.1@href",
      "coverUrl": "",
      "kind": "a.0@text",
      "name": "a.1@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".chapter@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/s.php,{\n  \"body\": \"type=articlename&s={{key}}&submit=\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "爱奇艺",
    "bookSourceType": 2,
    "bookSourceUrl": "https://m.iqiyi.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1247,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "最近更新::https://www.iqiyi.com/manhua/weekly_update/{{page}}_1_50.html\n热门作品::https://www.iqiyi.com/manhua/category/全部_0_9_{{page}}/\n更新时间::https://www.iqiyi.com/manhua/category/全部_0_4_1/\n已完结::https://www.iqiyi.com/manhua/category/全部_1_9_{{page}}/\n连载中::https://www.iqiyi.com/manhua/category/全部_2_9_{{page}}/\n搞笑::https://www.iqiyi.com/manhua/category/搞笑_0_9_{{page}}/\n热血::https://www.iqiyi.com/manhua/category/热血_0_9_{{page}}/\n冒险::https://www.iqiyi.com/manhua/category/冒险_0_9_{{page}}/\n恋爱::https://www.iqiyi.com/manhua/category/恋爱_0_9_{{page}}/\n少女::https://www.iqiyi.com/manhua/category/少女_0_9_{{page}}/\n青春::https://www.iqiyi.com/manhua/category/青春_0_9_{{page}}/\n恐怖::https://www.iqiyi.com/manhua/category/恐怖_0_9_{{page}}/\n科幻::https://www.iqiyi.com/manhua/category/科幻_0_9_{{page}}/\n奇幻::https://www.iqiyi.com/manhua/category/奇幻_0_9_{{page}}/\n神魔::https://www.iqiyi.com/manhua/category/神魔_0_9_{{page}}/\n运动::https://www.iqiyi.com/manhua/category/运动_0_9_{{page}}/\n竞技::https://www.iqiyi.com/manhua/category/竞技_0_9_{{page}}/\n玄幻::https://www.iqiyi.com/manhua/category/玄幻_0_9_{{page}}/\n校园::https://www.iqiyi.com/manhua/category/校园_0_9_{{page}}/\n悬疑::https://www.iqiyi.com/manhua/category/悬疑_0_9_{{page}}/\n推理::https://www.iqiyi.com/manhua/category/推理_0_9_{{page}}/\n萌系::https://www.iqiyi.com/manhua/category/萌系_0_9_{{page}}/\n穿越::https://www.iqiyi.com/manhua/category/穿越_0_9_{{page}}/\n后宫::https://www.iqiyi.com/manhua/category/后宫_0_9_{{page}}/\n都市::https://www.iqiyi.com/manhua/category/都市_0_9_{{page}}/\n仙侠::https://www.iqiyi.com/manhua/category/仙侠_0_9_{{page}}/\n战斗::https://www.iqiyi.com/manhua/category/战斗_0_9_{{page}}/\n战争::https://www.iqiyi.com/manhua/category/战争_0_9_{{page}}/\n历史::https://www.iqiyi.com/manhua/category/历史_0_9_{{page}}/\n纯爱::https://www.iqiyi.com/manhua/category/纯爱_0_9_{{page}}/\n同人::https://www.iqiyi.com/manhua/category/同人_0_9_{{page}}/\n社会::https://www.iqiyi.com/manhua/category/社会_0_9_{{page}}/\n励志::https://www.iqiyi.com/manhua/category/励志_0_9_{{page}}/\n百合::https://www.iqiyi.com/manhua/category/百合_0_9_{{page}}/\n治愈::https://www.iqiyi.com/manhua/category/治愈_0_9_{{page}}/\n机甲::https://www.iqiyi.com/manhua/category/机甲_0_9_{{page}}/\n美食::https://www.iqiyi.com/manhua/category/美食_0_9_{{page}}/\n怪谈::https://www.iqiyi.com/manhua/category/怪谈_0_9_{{page}}/\n日常::https://www.iqiyi.com/manhua/category/日常_0_9_{{page}}/\n灵异::https://www.iqiyi.com/manhua/category/灵异_0_9_{{page}}/\n偶像::https://www.iqiyi.com/manhua/category/偶像_0_9_{{page}}/\n虐心::https://www.iqiyi.com/manhua/category/虐心_0_9_{{page}}/\n古装::https://www.iqiyi.com/manhua/category/古装_0_9_{{page}}/\n美少女::https://www.iqiyi.com/manhua/category/美少女_0_9_{{page}}/\n完结::https://www.iqiyi.com/manhua/category/完结_0_9_{{page}}/\n独家::https://www.iqiyi.com/manhua/category/独家_0_9_{{page}}/\n宫斗::https://www.iqiyi.com/manhua/category/宫斗_0_9_{{page}}/\n连载::https://www.iqiyi.com/manhua/category/连载_0_9_{{page}}/\n真人::https://www.iqiyi.com/manhua/category/真人漫画_0_9_{{page}}/\n总裁::https://www.iqiyi.com/manhua/category/总裁_0_9_{{page}}/\n独家::https://www.iqiyi.com/manhua/category/独家_0_9_{{page}}/\n脑洞::https://www.iqiyi.com/manhua/category/脑洞_0_9_{{page}}/\n暗黑::https://www.iqiyi.com/manhua/category/暗黑_0_9_{{page}}/",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36\"\n}",
    "lastUpdateTime": 1741627380568,
    "loginUrl": "",
    "respondTime": 3689,
    "ruleBookInfo": {
      "author": "class.author.0@tag.span@text",
      "coverUrl": "",
      "init": "",
      "intro": "class.detail-docu@text",
      "kind": "class.detail-tit@tag.a@text",
      "lastChapter": "class.cata-update@text##^.*?\\s",
      "name": "class.detail-tit@tag.h1@text",
      "tocUrl": "class.ercode-con@tag.img@data-url@js:\"https://www.iqiyi.com/manhua/catalog/\"+result.replace(/^.*\\/(.*?)\\.html/,\"$1\")+\"/\"",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "class.main-container@li@img@html##data-original##src",
      "imageStyle": "FULL",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "class.writerName@text",
      "bookList": "class.stacksList@tag.li||class.cartoon-hot-ul@tag.li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.img@src",
      "intro": "",
      "kind": "",
      "lastChapter": "class.stacksBook-newchapter@tag.a@title@text||class.cartoon-update-h@text##更新至",
      "name": "class.stacksBook-tit@text||class.cartoon-item-tit@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "$.data.episodes.*",
      "chapterName": "$.episodeTitle",
      "chapterUrl": "https://www.iqiyi.com/manhua/reader/{$.comicId}_{$.episodeId}.html",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://www.iqiyi.com/manhua/search-keyword={{key}}_{{page}}",
    "weight": 1
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "贼吧网吧（下载）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.zei.me已校验",
    "customButton": false,
    "customOrder": 1248,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1729256331746,
    "respondTime": 2823,
    "ruleBookInfo": {
      "author": "@css:small:contains(书籍作者：)+span@text",
      "canReName": "",
      "coverUrl": "tag.img.0@src",
      "intro": "@js:book.intro+/邪恶漫画/.test(book.kind)?'':'<br>https://www.zei8.me{{@@text.本地高速下载@href}}'",
      "kind": "class.place@tag.a.-1@text",
      "lastChapter": "",
      "name": "",
      "tocUrl": "",
      "wordCount": "@css:small:matches(是否连载|小说大小)+span@text"
    },
    "ruleContent": {
      "content": "class.content@html||text.电信高速下载@href@js:/^http:/.test(result)?'<img src=\"'+book.coverUrl+'\"/>下载链接：'+result+'<br>───────<br>'+book.intro:result",
      "nextContentUrl": "",
      "replaceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "",
      "bookList": "class.item",
      "bookUrl": "tag.a@href",
      "intro": "class.intro@html",
      "kind": "",
      "name": "tag.a@text##[^《]*《|》[^\\n]*"
    },
    "ruleToc": {
      "chapterList": "text.本地高速下载||class.content",
      "chapterName": "@js:'正文预览'",
      "chapterUrl": "href@js:''+result?result:baseUrl",
      "isVip": ""
    },
    "searchUrl": "https://www.zei8.me/e/sch/index.php?page={{page-1}}&keyboard={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "国学经典",
    "bookSourceType": 0,
    "bookSourceUrl": "https://guoxue.wunpu.com",
    "bookUrlPattern": "https://guoxue.wunpu.com/\\w+/\\d+/",
    "customButton": false,
    "customOrder": 1249,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"经典小说\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"外国小说\",\"url\":\"/waiguo/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"言情小说\",\"url\":\"/yanqing/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠小说\",\"url\":\"/wuxia/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市小说\",\"url\":\"/dushi/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"现代小说\",\"url\":\"/xiandai/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"盗墓小说\",\"url\":\"/daomu/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"道士小说\",\"url\":\"/daoshi/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖小说\",\"url\":\"/kongbu/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"官场小说\",\"url\":\"/guanchang/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"古典小说\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"四大名著\",\"url\":\"/sdmz/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"才子佳人\",\"url\":\"/czjr/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"谴责讽刺\",\"url\":\"/qzfc/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"神魔志怪\",\"url\":\"/smzg/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"侠义小说\",\"url\":\"/xiayi/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"公案小说\",\"url\":\"/gongan/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史演义\",\"url\":\"/lsyy/\",\"style\":{\"layout_flexBasisPercent\":0.29,\"layout_flexGrow\":-1}},{\"title\":\"笔记小说\",\"url\":\"/biji/\",\"style\":{\"layout_flexBasisPercent\":0.29,\"layout_flexGrow\":-1}},{\"title\":\"国学典籍\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"诸子百家\",\"url\":\"/zzbj/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"蒙学典籍\",\"url\":\"/mengxue/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"易经书籍\",\"url\":\"/yijing/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"古代兵书\",\"url\":\"/bingshu/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"道教书籍\",\"url\":\"/daojiao/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"史学典籍\",\"url\":\"/shishu/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"佛经典籍\",\"url\":\"/fojing/\",\"style\":{\"layout_flexBasisPercent\":0.29,\"layout_flexGrow\":-1}},{\"title\":\"医书大全\",\"url\":\"/ysdq/\",\"style\":{\"layout_flexBasisPercent\":0.29,\"layout_flexGrow\":-1}},{\"title\":\"诗词歌赋\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"文言文\",\"url\":\"/wyw/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"辞赋鉴赏\",\"url\":\"/cifu/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"唐诗\",\"url\":\"/tangshi/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"宋词\",\"url\":\"/songci/\",\"style\":{\"layout_flexBasisPercent\":0.29,\"layout_flexGrow\":-1}},{\"title\":\"历史典故\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"著名战役\",\"url\":\"/zmzy/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"红楼梦人物\",\"url\":\"/hlmrw/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"水浒传人物\",\"url\":\"/shzrw/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史人物\",\"url\":\"/lsrw/\",\"style\":{\"layout_flexBasisPercent\":0.29,\"layout_flexGrow\":-1}},{\"title\":\"生活健康\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"生活常识\",\"url\":\"/shcs/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"健康保健\",\"url\":\"/jkbj/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"健康饮食\",\"url\":\"/jkys/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"美容知识\",\"url\":\"/mrzs/\",\"style\":{\"layout_flexBasisPercent\":0.29,\"layout_flexGrow\":-1}}]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 0,
    "respondTime": 6529,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property~=las?test_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": ".article-content@html"
    },
    "ruleExplore": {
      "bookList": ".notes-style-list li",
      "bookUrl": ".title@a@href",
      "coverUrl": "img@src",
      "intro": ".text@text",
      "name": ".title@text"
    },
    "ruleSearch": {
      "bookList": ".excerpt",
      "bookUrl": "a@href\n@js:result=result+\"/\"",
      "checkKeyWord": "",
      "kind": "ownText##更新时间：",
      "name": "a@text##《|》"
    },
    "ruleToc": {
      "chapterList": ".excerpts a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}/e/search/index.php,{\n  \"body\": \"keyboard={{key}}&show=title&tempid=1&tbname=sinfo\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🎃PO18文学🎃#11",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.po18gv.vip#🎃",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 1250,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": "[{\"title\":\"排  行\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"总点击榜\",\"url\":\"/top/allvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月点击榜\",\"url\":\"/top/monthvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周点击榜\",\"url\":\"/top/weekvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总推荐榜\",\"url\":\"/top/allvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月推荐榜\",\"url\":\"/top/monthvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周推荐榜\",\"url\":\"/top/weekvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"本站推荐\",\"url\":\"/top/toptime/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"收藏排行\",\"url\":\"/top/goodnum/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"字数排行\",\"url\":\"/top/size/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最近更新\",\"url\":\"/top/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最新小说\",\"url\":\"/top/postdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完本小说\",\"url\":\"/wanben/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"分  类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"都市小说\",\"url\":\"/list/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"浓情小说\",\"url\":\"/list/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"言情小说\",\"url\":\"/list/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校园小说\",\"url\":\"/list/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠小说\",\"url\":\"/list/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻小说\",\"url\":\"/list/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越小说\",\"url\":\"/list/7/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"惊悚小说\",\"url\":\"/list/8/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"悬疑小说\",\"url\":\"/list/9/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"重生小说\",\"url\":\"/list/10/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史小说\",\"url\":\"/list/11/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他小说\",\"url\":\"/list/12/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "",
    "lastUpdateTime": 0,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 32339,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "canReName": "",
      "coverUrl": "[property$=image]@content",
      "init": "",
      "intro": "[property$=description]@content",
      "kind": "[property~=status|category|update_time]@content",
      "lastChapter": "[property$=lastest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".panel-body@html||#htmlContent@html",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "small@text##\\/ 著",
      "bookList": ".row@class.col-md-4 col-xs-4 book-coverlist",
      "bookUrl": "h4@a@href",
      "coverUrl": "img@src",
      "intro": "p@text",
      "kind": "",
      "lastChapter": "",
      "name": "h4@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".panel-body@dd@a",
      "chapterName": "text##全部章节目录",
      "chapterUrl": "href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "/modules/article/search.php?searchkey={{key}}&page={{page}},{\n  \"charset\": \"GBK\"\n}",
    "variableComment": "",
    "weight": -5
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "五五小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.changduzw.com未月十八改",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1251,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1734385786688,
    "loginUrl": "",
    "respondTime": 10410,
    "ruleBookInfo": {
      "author": "class.status@tag.p.1@text",
      "coverUrl": "img@src",
      "init": "",
      "intro": "class.con@tag.p@text",
      "kind": "class.status@tag.a.0@text",
      "lastChapter": "class.red.1@text",
      "name": "class.status@tag.h1@text",
      "tocUrl": "text.点击阅读@href",
      "wordCount": "class.status@tag.p.-3@text##总字数."
    },
    "ruleContent": {
      "content": "id.htmlContent@html"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "class.grid@tag.td.2@text",
      "bookList": "class.odd",
      "bookUrl": "class.odd.0@tag.a.0@href",
      "coverUrl": "a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.changduzw.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": "class.odd.0@tag.a.0@href<js>java.ajax(result)</js>class.con@tag.p@text",
      "kind": "class.even@text",
      "lastChapter": "class.odd.0@tag.a.0@href<js>java.ajax(result)</js>class.red.1@text",
      "name": "class.odd@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.mulu_list@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.changduzw.com/modules/article/search.php,{\n'charset': 'utf-8',\n'method': 'POST',\n'body': 'searchkey={{key}}&type=submit'\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "五五小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.changduzw.com#未月十八改",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1252,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1734385786688,
    "loginUrl": "",
    "respondTime": 10306,
    "ruleBookInfo": {
      "author": "class.status@tag.p.1@text",
      "coverUrl": "img@src",
      "init": "",
      "intro": "class.con@tag.p@text",
      "kind": "class.status@tag.a.0@text",
      "lastChapter": "class.red.1@text",
      "name": "class.status@tag.h1@text",
      "tocUrl": "text.点击阅读@href",
      "wordCount": "class.status@tag.p.-3@text##总字数."
    },
    "ruleContent": {
      "content": "id.htmlContent@html"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "class.grid@tag.td.2@text",
      "bookList": "class.odd",
      "bookUrl": "class.odd.0@tag.a.0@href",
      "coverUrl": "a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.changduzw.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": "class.odd.0@tag.a.0@href<js>java.ajax(result)</js>class.con@tag.p@text",
      "kind": "class.even@text",
      "lastChapter": "class.odd.0@tag.a.0@href<js>java.ajax(result)</js>class.red.1@text",
      "name": "class.odd@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.mulu_list@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.changduzw.com/modules/article/search.php,{\n'charset': 'utf-8',\n'method': 'POST',\n'body': 'searchkey={{key}}&type=submit'\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "永恒小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.4pan.org#",
    "bookUrlPattern": "http://wap.4pan.org/book/\\d+.html",
    "customButton": false,
    "customOrder": 1253,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar v=source.getVariable();\nvar su=source.getKey();\nvar url=(!v||v==\"\")?su:v;\nvar li=url+\"/mulu/\";\nvar html=java.ajax(li);\nvar h=org.jsoup.Jsoup.parse(html)\nvar a=h.select('ul[class=clearfix] li a');\nvar list=[];\nfor(i in a){\n\tvar text=a[i].text();\n\tvar href=a[i].attr(\"href\");\nhref=String(href).replace(\"1.html\",'{{page}}.html');\n\tvar add=text+\"::\"+url+href;\n\tlist.push(add);\n\t}\nlist.join(\"&&\")",
    "header": "{ \"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1734566607751,
    "respondTime": 2824,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": ".intro.0@text##阅读.*最新章节请关注.+",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "text.章节列表@href"
    },
    "ruleContent": {
      "content": "@js:\nd=java.getElements(\"#txt dd\");\nvar a=\"\";\nfor(i=0;i<d.length-1;i++){\n\ta+=d.select(`[data-id=${i}]`);\n\ta+=\"\\n\";\n\t}\na;",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##{{chapter.title}}|\\(第.*页\\)|（本章未完.*继续阅读）|阅读.*最新章节.*请关注.+",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "kind": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "a@ownText##.*[(]|[):]|[【】].+",
      "bookList": "<js>\nvar sk=java.get(\"sk\");\nvar su=source.getKey();\nvar v=source.getVariable();\nvar so=/s.php/.test(baseUrl);\nif(so){\n\tvar bu=baseUrl.match(/^(.+)\\/s.php/)[1];\nif(bu!=su&&bu!=v){\n\tsource.setVariable(bu);\n\tjava.toast(\"地址变动，重新搜索加载！\")\n\tresult=java.ajax(baseUrl+`,{\n\t\t\"body\": \"s=${String(sk)}\",\n\t\t\"method\": \"POST\"}`);\n\t\t}\n\t}else{result=result}\n\tresult;\n</js>\n.bd li",
      "bookUrl": "a@href",
      "checkKeyWord": "剑来",
      "coverUrl": "a@href##\\D+((\\d+)\\d{3})\\D*##/files/article/image/$2/$1/$1s.jpg###",
      "kind": "span@text##\\[|\\]",
      "name": "a@ownText##[()].+|.*[:【]|】"
    },
    "ruleToc": {
      "chapterList": "<js>\nd=java.getElements(\".list div\");\nvar li=\"\";\nfor(i in d){\n\tli+=d.select(`[data-id=${i}] li`);\n\tli+=\"\\n\";\n\t}\n\tli;\n</js>\nli a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{source.getVariable()?source.getVariable():source.getKey()\n}}/s.php,{\n  \"body\": \"s={{java.put('sk',key)}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "八零电子",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.zw.la/",
    "customButton": false,
    "customOrder": 1254,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1731787898612,
    "respondTime": 2050,
    "ruleBookInfo": {
      "author": ".block@.block_txt2@p.2@text",
      "coverUrl": ".block_img2@img@src",
      "intro": ".intro_info@text##最新章节推荐地址.*",
      "kind": ".block@.block_txt2@p.3@a@text",
      "lastChapter": "{{@@.block@.block_txt2@p.-1@a@text}}·{{@@.block@.block_txt2@p.-2@text##更新：|T.*}}",
      "name": ".block@.block_txt2@h2@text",
      "tocUrl": ".book_more@a@href"
    },
    "ruleContent": {
      "content": "#nr1@html##.*请点击下一页继续.*",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "text##.*/",
      "bookList": ".cover@.line",
      "bookUrl": "a@href",
      "checkKeyWord": "我的",
      "kind": "text##\\[|].*",
      "name": "a@text"
    },
    "ruleToc": {
      "chapterList": "dl@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "http://wap.80zw.la/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "鬼吹灯包",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.cxbz958.com/#♤pb",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 1255,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/fenlei/1/{{page}}.html\n仙侠小说::/fenlei/2/{{page}}.html\n都市小说::/fenlei/3/{{page}}.html\n军史小说::/fenlei/4/{{page}}.html\n网游小说::/fenlei/5/{{page}}.html\n科幻小说::/fenlei/6/{{page}}.html\n恐怖小说::/fenlei/7/{{page}}.html",
    "header": "",
    "lastUpdateTime": 1734877450393,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 1561,
    "ruleBookInfo": {
      "author": "class.small@tag.span.0@text##作 者：",
      "canReName": "",
      "coverUrl": "class.cover@img@src",
      "init": "",
      "intro": "class.intro@textNodes##作者.*|无弹窗.*",
      "kind": "class.info@class.small@tag.span.4@text&&\nclass.info@class.small@tag.span.1@text&&\nclass.info@class.small@tag.span.2@text##分类：|状态：|更新时间：",
      "lastChapter": "class.small@tag.span.5@a@text##百度搜索.*",
      "name": "class.info@h2@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说",
      "tocUrl": "",
      "wordCount": "class.info@class.small@tag.span.3@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html##http.*html|天才一秒记住.*com|请记住本书首发域.*com",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.s4@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "",
      "intro": "",
      "kind": "class.s5@text",
      "lastChapter": "class.s3@a@text",
      "name": "class.s2@a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleSearch": {
      "author": "class.author@text##作者：",
      "bookList": "class.bookbox@class.p10",
      "bookUrl": "class.bookname@tag.a@href",
      "coverUrl": "class.bookimg@img@src",
      "intro": "class.bookinfo@p@text",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@tag.a@text##百度搜索.*",
      "name": "class.bookname@tag.a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.listmain@dd!0:1:2:3:4:5:6:7:8:9:10:11",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://www.cxbz958.com/s.php?ie=utf-8&q={{key}}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "安电子书",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.iwurexs.info",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1256,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"武侠仙侠\",\"url\":\"/wuxia/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市言情\",\"url\":\"/yanqing/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美小说\",\"url\":\"/danmei/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻小说\",\"url\":\"/xuanhuan/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青春校园\",\"url\":\"/xiaoyuan/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游竞技\",\"url\":\"/wangyou/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异推理\",\"url\":\"/kongbu/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"纪实小说\",\"url\":\"/jishi/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"军事历史\",\"url\":\"/lishi/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻小说\",\"url\":\"/kehuan/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"管理哲学\",\"url\":\"/zhexue/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"学习资料\",\"url\":\"/xuexi/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总排行榜\",\"url\":\"/paihangbang/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月排行榜\",\"url\":\"/mpaihangbang/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周排行榜\",\"url\":\"/wpaihangbang/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日排行榜\",\"url\":\"/dpaihangbang/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"封推小说\",\"url\":\"/fengtui/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"金牌推荐\",\"url\":\"/jinpaituijian/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网站推荐\",\"url\":\"/tuijian/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.295}},{\"title\":\"最新书籍\",\"url\":\"/new/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.295}}]",
    "lastUpdateTime": 1733285352478,
    "loginUrl": "",
    "respondTime": 1597,
    "ruleBookInfo": {
      "author": "class.small.0@text",
      "coverUrl": ".detail_right@tag.img.0@src",
      "intro": "##简介：([^<]+)<##$1###",
      "kind": "class.wrap.position@tag.span@tag.a.1@text&&.detail_right@li.2@text##.*：",
      "lastChapter": "class.chapter-item.0@text",
      "name": "class.detail_right.1@tag.h1@text"
    },
    "ruleContent": {
      "content": "id.content@html##请记住本书.*|最新网址.*|书快书快.*|书快电子书.*|-",
      "imageStyle": "0",
      "nextContentUrl": "text.下一章@href",
      "replaceRegex": "##本文由4020电子书.*http://www.4020.cn/"
    },
    "ruleExplore": {
      "author": "##作者：([^<]+)<##$1###",
      "bookList": "//div[5]/div[2]/div/ul/li",
      "bookUrl": "class.red@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.wrlwx.com/headimgs/$2/$1/s$1.jpg###",
      "intro": "class.u@textNodes",
      "kind": "##更新：([^<]+)<##$1###",
      "lastChapter": "tag.a.1@text",
      "name": "tag.a.0@text##txt.*",
      "wordCount": "##大小：([^<]+)<##$1###"
    },
    "ruleSearch": {
      "author": "tag.td.3@text",
      "bookList": "tag.tbody@tag.tr!0",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##https://www.iwurexs.com/headimgs/$2/$1/s$1.jpg###",
      "kind": "tag.td.4@text",
      "lastChapter": "tag.td.2@text",
      "name": "tag.td.1@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "//div[5]/div/div[3]/div[2]/ul/li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/so.html?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "鸠摩搜书（下载）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.jiumodiary.com",
    "customButton": false,
    "customOrder": 1257,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "\n",
    "lastUpdateTime": 1735057723013,
    "respondTime": 1442,
    "ruleBookInfo": {
      "init": "",
      "name": ""
    },
    "ruleContent": {
      "content": "@js:\n'💬点击章节链接跳转浏览器下载'+baseUrl"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "bookList": "<js>\nlist=JSON.parse(result).sources\nJson=[]\nfor(i in list){\nlist1=JSON.parse(result).sources[i].details.data;\nfor(j in list1){\nif(list1[j].title.indexOf(java.get('key'))>-1){\nJson.push(list1[j])\n}\n}\n}\nresult=JSON.stringify(Json)\n</js>\n$.[*]",
      "bookUrl": "$.link",
      "coverUrl": "$.img_link",
      "intro": "$.host&&$.des&&$.title##<.*?>",
      "kind": "$.des",
      "name": "$.title##<.*?>|(^.{0,15})##$1###"
    },
    "ruleToc": {
      "chapterList": "@js:a=[{a:'💬下载地址',b:baseUrl}]",
      "chapterName": "a",
      "chapterUrl": "b"
    },
    "searchUrl": "@js:\nurl1='https://www.jiumodiary.com/init_hubs.php,';\npost={\"method\":\"POST\",\"body\":\"q=\"+key+\"&remote_ip=&time_int=\"+Date.now()};\nid=java.ajax(url1+JSON.stringify(post)).match(/id\":\"([^\"]+)\"/)[1];\nurl='https://www.jiumodiary.com/ajax_fetch_hubs.php';\nbody='id='+id+'&set='+page;\nheader={\n\"method\": \"POST\",\n\"body\": String(body)\n}\njava.put('key',key);\nur=url+','+JSON.stringify(header);",
    "weight": 62
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": " 未来天王",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.weilaitianwang.org",
    "customButton": false,
    "customOrder": 1258,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"最近更新\",\"url\":\"/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻奇幻\",\"url\":\"/xuanhuanxiaoshuo/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修真仙侠\",\"url\":\"/xiuzhenxiaoshuo/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市青春\",\"url\":\"/dushixiaoshuo/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史穿越\",\"url\":\"/chuanyuexiaoshuo/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游竞技\",\"url\":\"/wangyouxiaoshuo/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻灵异\",\"url\":\"/kehuanxiaoshuo/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他小说\",\"url\":\"/qitaxiaoshuo/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完本小说\",\"url\":\"/wanben/1_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1743588282109,
    "respondTime": 5020,
    "ruleBookInfo": {
      "author": "id.bookdetail.0@id.info.0@tag.p.0@tag.a.0@text",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "id.bookdetail.0@id.intro.0@textNodes",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "id.bookdetail.0@id.info.0@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@html",
      "replaceRegex": "##.*天才一秒记住本.*\\s|.*最快更新.*无广告.*\\s|最新网址.*|章节错误.*"
    },
    "ruleExplore": {
      "author": "class.s4.0@text",
      "bookList": "id.newscontent.0@class.l.0@tag.li",
      "bookUrl": "class.s2.0@tag.a.0@href",
      "kind": "class.s1.0@text##\\[|\\]",
      "lastChapter": "class.s3.0@tag.a.0@text",
      "name": "class.s2.0@tag.a.0@text"
    },
    "ruleSearch": {
      "author": "class.s4@text",
      "bookList": "class.novelslist2@tag.li.!0",
      "bookUrl": "class.s2@tag.a.0@href",
      "checkKeyWord": "失落文明",
      "coverUrl": "class.s2@tag.a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\nsource.bookSourceUrl + 'files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "class.s3@text",
      "name": "class.s2@text"
    },
    "ruleToc": {
      "chapterList": "id.list.0@tag.dd.!11",
      "chapterName": "tag.a.0@text",
      "chapterUrl": "tag.a.0@href"
    },
    "searchUrl": "/search.html?name={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "/* 2023.12.24  by:遇知  制作 */\n\t\njm = Object.keys(link_Params).map((key)=>link_Params[key]).join(\"\");\n_md5 = String(java.md5Encode(jm));\nmd5 = _md5.substring(3,_md5.length-5);\napi_Params = {\n   \"ver\": \"1.6.4\",\n   \"md5\": md5\n};\nbody = Object.assign(link_Params, api_Params);\noption = {'method':'POST','body':JSON.stringify(body)};\nurl = link_Urlpath +\",\"+ JSON.stringify(option);",
    "bookSourceGroup": "免费",
    "bookSourceName": "乐读小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://api.book.bookld.com##",
    "customButton": false,
    "customOrder": 1259,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\n\npush('榜单', null, 1, 1);\n  bd=[\"综合\",\"新书\",\"完结\",\"男生\",\"女生\",\"收藏\"];\n    bd.map((title,type)=>{\t\t\t\t\t\n\t\t\turl = `@js:link_Urlpath = \"/Book/RankingList\";\n\t   \tlink_Params =\t{\"ranking_id\":${type+91},\"start\":(page-1)*20,\"limit\":20};\t\n\t\t \teval(String(source.bookSourceComment));`;\n\t\t \t\n\t\t\t\tif(type+1 <= bd.length - bd.length%3)\n\t\t\t {\tpush(title, url, 1, 0.25);}\n\t\t\t\telse{ push(title, url, 0, 0.3);}\t\t\t\t\t\t\t\t\t\t\n\t\t\t});\n\n   fl =[[\"男频\",\"100\",\n[\"都市\",\"玄幻\",\"仙侠\",\"灵异\",\"军史\",\"科幻\",\"竞技\",\"N次元\"]],\n[\"女频\",\"200\",\n[\"现言\",\"古言\",\"幻言\",\"灵异\",\"科幻\",\"青春\"]],\n[\"名著\",\"300\",\n[\"中国名著\",\"外国名著\"]]\n];\nfl.map([title,gender,list]=>{\n  \t\n\tpush(title, null, 1, 1);\n\t  list.map((title,type)=>{\n\t  \turl = `@js:link_Urlpath = \"/Book/QueryBookForCtgr\";\n\t   \tlink_Params =\t{\"type\":${type+1+Number(gender)},\"category\":0,\"serials\":\"不限\",\"vip\":\"不限\",\"start\":(page-1)*20,\"limit\":20};\t\n\t\t \teval(String(source.bookSourceComment));`;\n\tif(list.length > 3){\n\t\tif(type+1 <= list.length - list.length%3)\n\t\t\t {\tpush(title, url, 1, 0.25);}\n\t\t\t\telse{ push(title, url, 0, 0.29);}\n\t\t\t\t}\n\t\t\t\telse{ push(title, url, 1, 0.25);}\n    \t});\n\t});\n\nJSON.stringify(sort);",
    "header": "",
    "lastUpdateTime": 1731570717907,
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 3303,
    "ruleBookInfo": {
      "author": "$.author",
      "canReName": "",
      "coverUrl": "$.cover",
      "downloadUrls": "",
      "intro": " 标签：{{$.tags##\\n##,}}\n🕰 更新：{{$.updated}}\n♠️ 版权：{{$.MoreInfo##免责声明：|，.*}}\n📂 简介：{{$.longIntro}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "{{$.majorCate}}\n{{r=java.getString('isSerial');if(r!=\"\") r!='true'?'完结':'连载';}}\n{{$.updated##\\s.*}}",
      "lastChapter": "$.lastChapter",
      "name": "$.title",
      "tocUrl": "@js:\nlink_Urlpath = \"/Book/CatelogueList\";\nlink_Params =\t{ \n\t \"_id\": java.put('_id',java.getString('$._id')),\n  \"userID\": \"312818\"\n  };\neval(String(source.bookSourceComment));",
      "wordCount": "$.wordCount"
    },
    "ruleContent": {
      "content": "<js>\n$ = JSON.parse(result);\nbody = $.chapter.body;\nif(body!=null){\n\t\n\n//解密方式一（阅读内置方法）：\njmkey=\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjYFYoMbA0uW8by6+YIghxxsvibS9YW4yKVSulykAzZZwZ/+dNTkZ4inY7Pj08aksm6RCGKS6+WfvVQo/EdkcS5p2LY2/76qVzapyHsyQf/Pud6ATPKnwxNt/DaqjL35Z9K0NI/RF9x732RdIEOTKXppfRdzCa/1Ctm/5ZFilY8UmZsppkjDd3XkuPr3n3wVC8WFvqmdJ1N55prRlnaRaO+mIOXo3OsOzIxE5EdcE0TLT9OFZ3Wlbi3E0iI0v/ZsrWoL57YvLwo7BsARp7BansDCx8NZg6ObGQN/tNrE/nKqQTXeJjnFWXdLfhI7xivPPphkj5fNpiufIsIUEd7eXBwIDAQAB\";\ndata = java.base64DecodeToByteArray(body);\nkey = java.base64DecodeToByteArray(jmkey);\n\ncontent = java.createAsymmetricCrypto(\"RSA\").setPublicKey(key).decryptStr(data)\n\t\n/*\t\n//解密方式二（构造函数）：\nvar javaImport = new JavaImporter();\njavaImport.importPackage(\n\t   Packages.java.lang,\n     Packages.java.security,\n     Packages.java.security.interfaces,\n     Packages.java.security.spec,\n     Packages.android.util,\n     Packages.java.io,      \n     Packages.javax.crypto,\n     Packages.javax.crypto.spec\n);\nwith(javaImport){\n function Decode(str){\njmkey=\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjYFYoMbA0uW8by6+YIghxxsvibS9YW4yKVSulykAzZZwZ/+dNTkZ4inY7Pj08aksm6RCGKS6+WfvVQo/EdkcS5p2LY2/76qVzapyHsyQf/Pud6ATPKnwxNt/DaqjL35Z9K0NI/RF9x732RdIEOTKXppfRdzCa/1Ctm/5ZFilY8UmZsppkjDd3XkuPr3n3wVC8WFvqmdJ1N55prRlnaRaO+mIOXo3OsOzIxE5EdcE0TLT9OFZ3Wlbi3E0iI0v/ZsrWoL57YvLwo7BsARp7BansDCx8NZg6ObGQN/tNrE/nKqQTXeJjnFWXdLfhI7xivPPphkj5fNpiufIsIUEd7eXBwIDAQAB\";\n \tpublicKey = \tKeyFactory.getInstance(\"RSA\").generatePublic(new X509EncodedKeySpec(Base64.decode(jmkey, 0)));\n\n       instance = Cipher.getInstance(\"RSA\");\n        instance.init(2, publicKey);\n        decode = Base64.decode(str,0);\n        blockSize = instance.getBlockSize();\n        byteArrayOutputStream = new ByteArrayOutputStream(64);\n         i = 0;\n        while (true) {\n             i2 = i * blockSize;\n            if (decode.length - i2 > 0) {\n                byteArrayOutputStream.write(instance.doFinal(decode, i2, blockSize));\n                i++;\n            } else {\n                decode = byteArrayOutputStream.toByteArray();\n                byteArrayOutputStream.close();\n                return new String(decode);\n            }\n        }\n    }\n}\ncontent = Decode(body);\n\n*/\n\n}\nelse{ msg = $.msg; }\n</js>"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.books",
      "bookUrl": "@js:\nlink_Urlpath = \"/Book/ArticleInfo\";\nlink_Params =\t{ \n\t \"_id\": \"{{$._id}}\",\n  \"userID\": \"312818\"\n  };\neval(String(source.bookSourceComment));",
      "checkKeyWord": "",
      "coverUrl": "$.cover",
      "intro": "$.shortIntro",
      "kind": "{{$.majorCate}}\n{{r=java.getString('isSerial');if(r!=\"\") r!='true'?'完结':'连载';}}\n{{$.updated##\\s.*}}",
      "lastChapter": "$.lastChapter",
      "name": "$.title",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "$.mixToc.chapters",
      "chapterName": "$.title",
      "chapterUrl": "@js:\nlink_Urlpath = \"/Book/ChapterContent\";\nlink_Params =\t{ \n\t \"_id\": java.get(\"_id\"),\n  \"chapter_id\": \"{{$.chapter_id}}\",\n  };\neval(String(source.bookSourceComment));"
    },
    "searchUrl": "@js:\nlink_Urlpath = \"/Book/QueryArticleByName\";\nlink_Params =\t{\"query\": key};\neval(String(source.bookSourceComment));",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": " 文学度网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.wenxuedu.net/",
    "customButton": false,
    "customOrder": 1260,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "首页::\n完本::full/{{page}}/\n玄幻::sort/11_{{page}}/\n武侠::sort/12_{{page}}/\n言情::sort/13_{{page}}/\n历史::sort/14_{{page}}/\n游戏::sort/15_{{page}}/\n竞技::sort/16_{{page}}/\n科幻::sort/17_{{page}}/\n灵异::sort/18_{{page}}/\n日排行榜::top/dayvisit_{{page}}/\n周排行榜::top/weekvisit_{{page}}/\n月排行榜::top/monthvisit_{{page}}/\n总排行榜::top/allvisit_{{page}}/\n总收藏榜::top/goodnum_{{page}}/\n字数排行::top/size_{{page}}/\n日推荐榜::top/dayvote_{{page}}/\n周推荐榜::top/weekvote_{{page}}/\n月推荐榜::top/monthvote_{{page}}/\n总推荐榜::top/allvote_{{page}}/\n最新入库::top/postdate_{{page}}/\n最近更新::top/lastupdate_{{page}}/",
    "lastUpdateTime": 1683723877737,
    "loginUi": "[\n  {\n    \"name\": \"账号\",\n    \"type\": \"text\"\n  },\n  {\n    \"name\": \"密码\",\n    \"type\": \"password\"\n  }\n]",
    "loginUrl": "@js:\nfunction login() {\n  let une = source.getLoginInfoMap().get(\"账号\")\n  let pwd = source.getLoginInfoMap().get(\"密码\")\n  if (une && pwd) {\n    let body = String('LoginForm%5Busername%5D=' + une + '&LoginForm%5Bpassword%5D=' + pwd + '&_17mb_sava=on&ac=login')\n    let url = source.bookSourceUrl + 'login.php'\n    let ck = java.post(url, body, { \"Content-Type\": \"application/x-www-form-urlencoded\" }).cookies()\n    let header = JSON.stringify({\n      \"Cookie\": String(ck).match(/\\{(.*?)\\}/)[1].replace(/,/g, ';')\n    })\n    source.putLoginHeader(header)\n  }\n}",
    "respondTime": 3868,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "class.infohead@class.pic@tag.img@src",
      "intro": "class.intro@tag.p@textNodes",
      "kind": "class.infotype@tag.p.1@text##类型：",
      "lastChapter": "class.infotype@tag.p.3@tag.a@text",
      "name": "class.cataloginfo@tag.h3@text"
    },
    "ruleContent": {
      "content": "id.novelcontent@tag.p@textNodes##\\(第.*页\\)",
      "nextContentUrl": "class.novelbutton@tag.li.3@tag.a@href%%0"
    },
    "ruleExplore": {
      "author": "class.s3@text||class.p3@tag.a@text||class.author@a@text",
      "bookList": "class.list@tag.li||class.fullbox@class.full_content||class.article||class.articlegeneral",
      "bookUrl": "class.s2@tag.a@href||class.p2@tag.a@href||tag.h6@a@href",
      "coverUrl": "img@src",
      "intro": "class.simple@textNodes",
      "kind": "class.s1@text||tag.p.0@text",
      "name": "class.s2@text||class.p2@tag.a@text||tag.h6@a@text"
    },
    "ruleSearch": {
      "author": "class.sone@tag.a.1@text",
      "bookList": "class.searchresult@class.sone",
      "bookUrl": "a@href",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "class.sone@a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.list_xm.1@tag.ul@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "class.listpage@class.right@tag.a@href"
    },
    "searchUrl": "modules/article/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.biquge.info",
    "customButton": false,
    "customOrder": 1261,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1721130680053,
    "respondTime": 433,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作 者:",
      "coverUrl": "id.fmimg@tag.img@src",
      "intro": "id.intro@tag.p.0@text",
      "kind": "id.info@tag.p.1@text&&\nid.info@tag.p.2@text##类 别:|最后更新 :",
      "lastChapter": "id.info@tag.p.3@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "id.info@h1@text"
    },
    "ruleContent": {
      "content": "@js:dt=lr='';c=1;动=java.get(\"动\");\nif(动!=''&&!~baseUrl.indexOf(\",\")){\nresult=String(java.ajax(baseUrl+动))\n}else if(java.get(\"静\")==动)c=dt=2;\n\nr=org.jsoup.Jsoup.parse(r1=result.replace(/&nbsp;/g,' '));\n查=i=java.get(\"序\");\n\nif(java.get(\"文\")==1){for(;c;c--){\nd=[\"img[data-src],img[src~=[^a-z]cid[^a-z]]\"\n,\"img:not([src~=(?i)^$|^javascript:|\\\\.gif|\\\\.png|[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,\"img[src~=(?i)\\\\.png]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,'img[src~=(?i)\\\\.gif]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])'];\n\nif(!(查!=\"\"&&(查!=-1&&((lr=r.select(d[查])).size(),true)))){\n$=it=>(lr=r.select(it)).size();\nif($(d[i=0])||$(d[i=1])||$(d[i=2])||false)break;\n\nif(c==2){dt=1;\nr=org.jsoup.Jsoup.parse(java.ajax(baseUrl+',{\"webView\":true}'))\n}else i=$(d[3])?3:-1}}\nif(i==0)lr=String(lr).replace(/(?:src=['\"][^'\"]+['\"] +)?data-/g,'');\nif(查==\"\")book.putVariable(\"序\",i);\n\n}else{\nsc=java.get(\"文\")==2?\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br)),a>*,:has(a):not(:matchesOwn([\\\\S\\\\s]{50,}),:has(:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(br,a,:matchesOwn([\\\\s\\\\S]{50})),:not(br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)),:has(p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))'\n:\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br,img:not([src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg]))),img[src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg],a:not(:matches(^$)>img)>*,:has(a):not(img,:matchesOwn([\\\\S\\\\s]{50,}),:has(img,:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(img,br,a,:has(img),:matchesOwn([\\\\s\\\\S]{50})),:not(img,br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,img,div:matchesOwn(，|。)+div:matchesOwn(，|。)),:has(img,p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))';\n\nd=[\":matchesOwn(\\\\S):has(br):has(:matchesOwn(\\\\S):has(br))\"\n,\":matchesOwn(\\\\S):has(br)\"\n,\":has(>:matchesOwn(\\\\S):not(:has(*))+:matchesOwn(\\\\S):not(:has(*)))\"\n,\":has(>:has(>p:only-child:matchesOwn(\\\\S):not(:has(*)))+:has(>p:only-child:matchesOwn(\\\\S):not(:has(*))))\"\n,\"img\"\n,\":matchesOwn(\\\\S)\"];\n\ntry{for(查=i!=''?i:java.get(\"元\");c;c--){\n\nif(!(c>1&&(String(r.text()).length<400||r.select(':matchesOwn(内容未加载完成|关闭(阅读|小说)模式)').size()))){\nr.select(sc).remove();\n\nif(!(查!=\"\"&&(lr=r.select(i?d[i==6?5:i]:查)).size()))for(i=0;i<6&&(lr=r.select(d[i]),i==4&&c==1?!lr.size():String(lr.text()).length<200);i++);\nif(c<2||i<6)break;}\n\nr=org.jsoup.Jsoup.parse(r2=String(java.ajax(baseUrl+',{\"webView\":true}')).replace(/(<[a-z]+)&nbsp;/g,'$1 '));\ndt=r1.length==r2.length?2:1}\n\nfor(c=lr.first(),v=1;v<lr.size();v++)if(lr.get(v).parents().contains(c)){\nlr.remove(v);\nv--}else c=lr.get(v);\n\nlr=String((c=lr.size()==2&&i<4)?String(lr.first().text()).length>String(lr.get(1).text()).length?lr.first():lr.get(1):(c=lr.size()==1)?lr.first():lr);\n\nif(查==\"\"){\nif(c&&(查=lr.match(/<([a-z]+) ([^>]+)>/))&&(查[2]=查[2].match(/(?:id|class|style)=(?:\"[^\"]+\"|'[^']+')|[^= ]+(?==\"[^\"]+\"|'[^']+')/g))){\nbook.putVariable(\"元\",查[1]+'['+查[2].join('][')+']')\n}else book.putVariable(\"序\",i)}\n\nlr=lr.replace(/<([a-z]+)[^>]*\"-\\d+\"[^>]*>[^<]+<\\/\\1>|[^<>]*<a[^<]+<\\/a>[^<]*|&lt[; ]?\\/?[a-z]+(?= |\\/?&gt)(?:[ a-z=-]+|\"[^\"]+\"|'[^']+')*\\/?&gt[; ]?|[☯📑⚙️🌕︴]/g,\"\").replace(/\\s+(?:\\s|(?:(?:(?:n?b)?s)?p)?;)/g,\"　　\");\n\nif(java.get(\"原\")!=1)lr=(!lr.indexOf(\"　　\")?lr.replace(/>(?!　　|\\s*(?:(?:(?:n?b)?s)?p)?;)\\s*(?=[^\\s<>])/g,\">︴\"):lr)\n.replace(/((?:[〖【『「（《〈〔［\\[(][^〖【『「（《〈〔［\\[()］〕〉》）」』】〗\\]]*[)］〕〉》）」』】〗\\]]\\s*)*(?:第?\\s*[一二三四五六七八九十百千万〇零0-9]+\\s*[章节回話话：:.．,，、]*\\s*)?{{\nn=(t=title.match(/\\S+$/)[0].replace(/[*$|?+\\\\\\^\\[\\](){}/]/g,\".?\")).replace(/^(正文[^\\u4e00-\\u9fa5A-Za-z]*|第?[一二三四五六七八九十百千万〇零0-9]+[章节回話话\\s：:.．,，、]*)+/,\"\"),n!=t&&/\\S/.test(n)?\"(?:第?\\\\s*[一二三四五六七八九十百千万〇零0-9]+\\\\s*[章节回話话：:.．,，、]*\\\\s*\"+n+\"|\"+t+\")\":t\n}}(?:\\s*[〖【『「（《〈〔［\\[(][^〖【『「（《〈〔［\\[()］〕〉》）」』】〗\\]]*[)］〕〉》）」』】〗\\]])*)/g,\"⚙️$1⚙️\")+\"📑\"\n\n}catch(e){}}\nif(dt)book.putVariable(dt==1?\"动\":\"静\",',{\"webView\":true}');lr"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.odd.0@tag.a@href",
      "coverUrl": "class.odd.0@tag.a@href<js>\nvar id = result.match(/_(\\d+)/)[1];\nvar iid = parseInt(id/1000);\n'http://www.biquge.info/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "class.even.0@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.odd.0@tag.a@text",
      "wordCount": "class.even.1@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.biquge.info/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "👍贼吧网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.zei8.me",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 1262,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1692518371983,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 2717,
    "ruleBookInfo": {
      "author": "@css:small:contains(书籍作者：)+span@text",
      "canReName": "",
      "coverUrl": "tag.img.0@src",
      "init": "",
      "intro": "@js:book.intro+/邪恶漫画/.test(book.kind)?'':'<br>https://www.zei8.me{{@@text.本地高速下载@href}}'",
      "kind": "class.place@tag.a.-1@text",
      "lastChapter": "",
      "name": "",
      "tocUrl": "",
      "wordCount": "@css:small:matches(是否连载|小说大小)+span@text"
    },
    "ruleContent": {
      "content": "class.content@html||text.电信高速下载@href@js:/^http:/.test(result)?'<img src=\"'+book.coverUrl+'\"/>下载链接：'+result+'<br>───────<br>'+book.intro:result",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "",
      "bookList": "class.item",
      "bookUrl": "tag.a@href",
      "coverUrl": "",
      "intro": "class.intro@html",
      "kind": "",
      "lastChapter": "",
      "name": "tag.a@text##[^《]*《|》[^\\n]*",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "text.本地高速下载||class.content",
      "chapterName": "@js:'正文预览'",
      "chapterUrl": "href@js:''+result?result:baseUrl",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "e/sch/index.php?page={{page-1}}&keyboard={{key}}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "溜达小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.liudatxt.net",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1263,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1734862268621,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 469,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "id.bookintro@html",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content##小说|\\s.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "wordCount": ".count@tag.span.-1@text"
    },
    "ruleContent": {
      "content": "id.content@html",
      "imageStyle": "0",
      "replaceRegex": "##感谢.*打赏.*|\\【看书福利.*|\\（未完待续\\）|无弹窗.*|\\【加入书签.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.book_other.0@tag.span.0@text",
      "bookList": "id.sitembox@tag.dl",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src",
      "lastChapter": "class.book_other.1@text##最新章节.| 更新时间.|..\\:.*",
      "name": "tag.a.1@text",
      "wordCount": "class.book_other.0@tag.span.-1@text"
    },
    "ruleToc": {
      "chapterList": "id.readerlist@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.liudatxt.org/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "35小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.swsk.org",
    "customButton": false,
    "customOrder": 1264,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 0,
    "respondTime": 4577,
    "ruleBookInfo": {
      "author": "//meta[@property=\"og:novel:author\"]/@content",
      "coverUrl": "//meta[@property=\"og:image\"]/@content",
      "init": "",
      "intro": "//meta[@property=\"og:description\"]/@content",
      "kind": "//meta[@property=\"og:novel:category\"]/@content",
      "lastChapter": "//meta[@property=\"og:novel:latest_chapter_name\"]/@content&&//meta[@property=\"og:novel:update_time\"]/@content##\\n##•",
      "name": "//meta[@property=\"og:title\"]/@content",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "id.content@html",
      "nextContentUrl": "",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": ".s4@text",
      "bookList": "class.novelslist2@ul@li!0",
      "bookUrl": ".s2@a@href",
      "coverUrl": ".s2@a@href##/(\\d+)/(\\d+)/##http://www.swsk.org/files/article/image/$1/$2/$2s.jpg",
      "intro": "",
      "kind": ".s1@text",
      "lastChapter": ".s6@text&&.s3@text",
      "name": ".s2@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "#list@dl@dd@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ""
    },
    "searchUrl": "http://www.swsk.org/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "玄幻阁网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.xuanyge.org/##细雨尘寰",
    "customButton": false,
    "customOrder": 1265,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 10) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1734639157819,
    "respondTime": 937,
    "ruleBookInfo": {
      "author": ".block_txt2@p.2@a@text",
      "coverUrl": ".block_img2@img@src",
      "intro": ".intro_info@text",
      "kind": ".block_txt2@p.3@a@text",
      "lastChapter": "{{@@.block_txt2@p.-1@a@text}}·{{@@.block_txt2@p.-2@text##更新：}}",
      "name": ".block_txt2@h2@text",
      "tocUrl": "text.查看目录@href"
    },
    "ruleContent": {
      "content": "#nr1@html##.*未完，请点.*|.*\\(第\\d+\\/\\d+页\\)|手机用户.*阅读，更优.*。",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".cover@.line",
      "bookUrl": "a.1@href",
      "checkKeyWord": "我的",
      "kind": "a.0@text##\\[|\\]",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".chapter@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "http://wap.xuanyge.org/modules/article/waps.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "华东看书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.dandanwx.com/##细雨尘寰",
    "customButton": false,
    "customOrder": 1266,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1734834386673,
    "respondTime": 15190,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content",
      "lastChapter": "{{@@[property=\"og:novel:latest_chapter_name\"]@content}}·{{@@[property=\"og:novel:update_time\"]@content##\\s.*}}",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": ".content@html##.*未完，请点.*|最新网址.*|{{chapter.title}}.*\\(第\\d+\\/\\d+页\\)",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".s4@text",
      "bookList": ".txt-list@li!0",
      "bookUrl": ".s2@a@href",
      "checkKeyWord": "我的",
      "kind": ".s1@text##\\[|\\]",
      "lastChapter": "{{@@.s3@text}}·{{@@.s5@text}}",
      "name": ".s2@a@text"
    },
    "ruleToc": {
      "chapterList": ".section-list.1@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "option@value||text.下一页@href##$##,{'webView': true}"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\nhttp://www.dandanwx.com/search.html?keyWord={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "华东看书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.dandanwx.com/",
    "customButton": false,
    "customOrder": 1267,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1734834386673,
    "respondTime": 14160,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content",
      "lastChapter": "{{@@[property=\"og:novel:latest_chapter_name\"]@content}}·{{@@[property=\"og:novel:update_time\"]@content##\\s.*}}",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": ".content@html##.*未完，请点.*|最新网址.*|{{chapter.title}}.*\\(第\\d+\\/\\d+页\\)",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".s4@text",
      "bookList": ".txt-list@li!0",
      "bookUrl": ".s2@a@href",
      "checkKeyWord": "我的",
      "kind": ".s1@text##\\[|\\]",
      "lastChapter": "{{@@.s3@text}}·{{@@.s5@text}}",
      "name": ".s2@a@text"
    },
    "ruleToc": {
      "chapterList": ".section-list.1@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "option@value||text.下一页@href##$##,{'webView': true}"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\nhttp://www.dandanwx.com/search.html?keyWord={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "全本小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.jwdushu.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1268,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1716020007061,
    "loginUrl": "",
    "respondTime": 951,
    "ruleBookInfo": {
      "coverUrl": "class.con_limg@img@src",
      "intro": "class.r_cons@html",
      "lastChapter": "class.lastrecord@a@text",
      "tocUrl": "class.r_tools@tag.a.1@href"
    },
    "ruleContent": {
      "content": "class.yuedu_zhengwen@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tr",
      "bookUrl": "a@href",
      "coverUrl": "a@href<js>'/files/article/image'+String(result).replace(/.*?(\\d*?)(\\d{1,3})\\//,'/$1/$1$2/$1$2s.jpg').replace('//','/0/')</js>",
      "kind": "class.even.2@text",
      "lastChapter": "class.even@a@text",
      "name": "class.odd@a@text"
    },
    "ruleToc": {
      "chapterList": "class.novel_list@dd@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "modules/article/search.php?ie=gbk&searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "七七读书🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.77dushu.com#🎃",
    "bookUrlPattern": "http://www.77dushu.com/novel/\\d+/",
    "customButton": false,
    "customOrder": 1269,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/store/1_{{page}}.html\n仙侠小说::/store/2_{{page}}.html\n都市小说::/store/3_{{page}}.html\n言情小说::/store/4_{{page}}.html\n穿越小说::/store/5_{{page}}.html\n科幻小说::/store/6_{{page}}.html\n恐怖小说::/store/7_{{page}}.html\n网游小说::/store/8_{{page}}.html",
    "lastUpdateTime": 1720834495521,
    "loginUrl": "",
    "respondTime": 1667,
    "ruleBookInfo": {
      "author": "class.options@tag.span.0@text",
      "coverUrl": "class.img_in@img@src",
      "intro": "id.intro@ownText",
      "kind": "class.update@text##.*\\（|\\）",
      "lastChapter": "class.update@a@text",
      "name": "id.info@h1@text"
    },
    "ruleContent": {
      "content": "id.ChapterContents@textNodes##txt下载地址：|手机阅读："
    },
    "ruleExplore": {
      "author": "h4@small@text",
      "bookList": "class.shu_box",
      "bookUrl": "h4@a@href",
      "coverUrl": "img@src",
      "intro": "class.intro@text",
      "name": "h4@a@text"
    },
    "ruleSearch": {
      "author": "tag.td.5@text",
      "bookList": "class.BOX@tr!0",
      "bookUrl": "tag.td.2@a@href",
      "coverUrl": "tag.td.2@a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.77dushu.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "tag.td.4@text",
      "lastChapter": "tag.td.3@a@text",
      "name": "tag.td.2@a@text"
    },
    "ruleToc": {
      "chapterList": "class.zjlist@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://www.77dushu.com/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "达文小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.dawensk.com#",
    "customButton": false,
    "customOrder": 1270,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1734643957102,
    "respondTime": 3698,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "init": "",
      "intro": "#book_desc@html##(^|[。！？]+[”」）】]?)##$1<br>@js:result.replace(/阅读.*最新章节.*/g,'')",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property$=latest_chapter_name]@content##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": "[property$=book_name]@content",
      "tocUrl": "a.mulu@href##$##,{'webView': true}",
      "wordCount": ".inf02 p.1@text##.*："
    },
    "ruleContent": {
      "content": "dd@p!-1@html",
      "replaceRegex": "##小÷说◎网】，♂小÷说◎网】，|e看p正sm版章节上‘…w0|nj.*0u|正.*版.*首.*发|"
    },
    "ruleExplore": {
      "author": ".zz@text",
      "bookList": "ol ul!0",
      "bookUrl": "a.1@href",
      "coverUrl": "",
      "intro": "",
      "kind": ".lb@text&&.rq@text",
      "lastChapter": ".gx@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": ".sm@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".result li",
      "bookUrl": "a.1@href",
      "coverUrl": "img@data-original",
      "kind": "span.1:2:4@text##.*：|\\s..:.*",
      "lastChapter": "a.4@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": "a.1@text",
      "wordCount": "span.3@text##.*："
    },
    "ruleToc": {
      "chapterList": "#chapter a",
      "chapterName": "text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "chapterUrl": "href##$##,{'webView': true}"
    },
    "searchUrl": "/search.php,{\n  'method': 'POST',\n  'body': 'key={{key}}'\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "顶点小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.23uswx.org#",
    "bookUrlPattern": "https://www.23uswx.com/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 1271,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻小说\",\"url\":\"http://www.23uswx.org/xuanhuanxiaoshuo/\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"修真小说\",\"url\":\"http://www.23uswx.org/xiuzhenxiaoshuo/\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"都市小说\",\"url\":\"http://www.23uswx.org/dushixiaoshuo/\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"穿越小说\",\"url\":\"http://www.23uswx.org/chuanyuexiaoshuo/\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"网游小说\",\"url\":\"http://www.23uswx.org/wangyouxiaoshuo/\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"科幻小说\",\"url\":\"http://www.23uswx.org/kehuanxiaoshuo/\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"完本小说\",\"url\":\"http://www.23uswx.org/wanben/\",\"style\":{\"layout_flexGrow\":0.25}}]",
    "lastUpdateTime": 1720833896309,
    "loginUrl": "",
    "respondTime": 194,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作    者：",
      "coverUrl": "id.fmimg@tag.img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content",
      "lastChapter": "id.info@tag.p.3@a@text",
      "name": "id.info@tag.h1.0@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleContent": {
      "content": "id.content@html##最新网址.*org|顶点小说.*org|.*23uswx.net",
      "nextContentUrl": "",
      "replaceRegex": "##电报书友加群|看最新章节|@shuyouquan|有梯子的书友|加电报书友圈|电报书友圈搜索|艾特shuyouquan|就可以看到|在网上手打发布"
    },
    "ruleExplore": {
      "author": ".s5@text",
      "bookList": "ul@li",
      "bookUrl": ".s2 a@href",
      "coverUrl": "",
      "intro": "",
      "lastChapter": ".s3 a@text",
      "name": ".s2 a@text"
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "tag.td.0@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.23uswx.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "tag.td.1@tag.a@text",
      "name": "tag.td.0@tag.a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text##[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.23uswx.org/modules/article/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "一曲书斋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.cowxs.com",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1272,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 8.0.0; Pixel 2 XL Build/OPD1.170816.004) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Mobile Safari/537.36 Edg/85.0.564.68\"\n}\n",
    "lastUpdateTime": 0,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 13384,
    "ruleBookInfo": {
      "author": "class.tab@p.0@text",
      "coverUrl": "img@src",
      "intro": "class.jj@class.p2@text",
      "kind": "class.tab1@p.0@text",
      "lastChapter": "class.tab@p.3@text",
      "name": "class.catalog1@h1@text",
      "tocUrl": "class.info_chapters@ul.1@li.a@text",
      "wordCount": "class.tab1@p.-1@text"
    },
    "ruleContent": {
      "content": "id.novelcontent@all",
      "nextContentUrl": "text.下一章@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.a.2@text",
      "bookList": "class.search_box",
      "bookUrl": "tag.a.0@href",
      "kind": "tag.a.1@text",
      "name": "tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.info_chapters@ul.1@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "https://www.cowxs.com/s.php,{\n\"charset\": \"gbk\",\n\"method\":\"POST\",\n\"body\":\"s={{key}}&type=articlename\"}\n",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣中文",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.ibiquzw.org",
    "bookUrlPattern": "http://m.ibiquzw.org/[\\d_]+/",
    "customButton": false,
    "customOrder": 1273,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部::/xclass/0/{{page}}.html\n玄幻奇幻::/xclass/1/{{page}}.html\n修真仙侠::/xclass/2/{{page}}.html\n都市青春::/xclass/3/{{page}}.html\n历史军事::/xclass/4/{{page}}.html\n网游竞技::/xclass/5/{{page}}.html\n科幻灵异::/xclass/6/{{page}}.html\n其它::/xclass/7/{{page}}.html\n全本::/quanben0_{{page}}.html\n其它::/quanben7_{{page}}.html\n玄幻奇幻::/quanben1_{{page}}.html\n修真仙侠::/quanben2_{{page}}.html\n都市青春::/quanben3_{{page}}.html\n历史军事::/quanben4_{{page}}.html\n网游竞技::/quanben5_{{page}}.html\n科幻灵异::/quanben6_{{page}}.html",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1731827987247,
    "respondTime": 4321,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": "#chaptercontent@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##{{try{chapter.title}catch(e){\"\"} }}|\\(第\\d+.+页\\)"
    },
    "ruleExplore": {
      "author": "p.author@text",
      "bookList": ".hot_sale",
      "bookUrl": "a@href",
      "coverUrl": "img@data-original",
      "intro": "p.-1@text##简介：",
      "kind": ".score@text",
      "name": "p.title@text"
    },
    "ruleSearch": {
      "author": "p.author a.1@text",
      "bookList": ".hot_sale",
      "bookUrl": "a.0@href",
      "checkKeyWord": "剑来",
      "coverUrl": "@js:'/images/defaultimg.png'",
      "kind": "p.-1@textNodes##\\|.*\\s##,",
      "lastChapter": "a.-1@text",
      "name": "p.title@text"
    },
    "ruleToc": {
      "chapterList": "#chapterlist p!0@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/SearchBook.php?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "女频",
    "bookSourceName": "腐书宅",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.fushuzhai.net",
    "customButton": false,
    "customOrder": 1274,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "海棠耽美::http://m.fushuzhai.net/wapsort/7_{{page}}.html\n海棠言情::http://m.fushuzhai.net/wapsort/8_{{page}}.html\n情欲小说::http://m.fushuzhai.net/wapsort/9_{{page}}.html\n耽美小说::http://m.fushuzhai.net/wapsort/1_{{page}}.html\n辣文小说::http://m.fushuzhai.net/wapsort/2_{{page}}.html\n言情小说::http://m.fushuzhai.net/wapsort/3_{{page}}.html\n百合小说::http://m.fushuzhai.net/wapsort/4_{{page}}.html\n百合小说::http://m.fushuzhai.net/wapsort/5_{{page}}.html\n私密小说::http://m.fushuzhai.net/wapsort/5_{{page}}.html",
    "lastUpdateTime": 1727974410530,
    "respondTime": 8031,
    "ruleBookInfo": {
      "author": "//*[@property=\"og:novel:author\"]/@content",
      "canReName": "",
      "coverUrl": "",
      "init": "",
      "lastChapter": "//*[@property=\"og:novel:lastest_chapter_name\"]/@content",
      "tocUrl": "@js:\nif(result.match(/goChapterList\\(\\d+\\)/)){\n\tif(java.getElements(\"@@class.chapterList@li!-1\").toArray().length>8){\naid=result.match(/aid\\/(\\d+)/)[1];\nurl=book.origin+\"/mytool/getChapterList/,\";\nverify=book.getVariable(\"custom\");\noption={\n\"method\":\"POST\",\n\"body\":\"verify=\"+verify+\"&aid=\"+aid,\n\"headers\":JSON.parse(source.getLoginHeader() || \"[]\").headers,\n\"webView\":true\n}\nresult=url+JSON.stringify(option)\n}else{  baseUrl}\n}"
    },
    "ruleContent": {
      "content": "<js>\ncontent={\n    childNode:[],\n    childNodes:\nresult.match(/nrid=\"([^\"]+)\";/)?java.getElements(\"#\"+result.match(/nrid=\"([^\"]+)\";/)[1]+\"@p\").toArray():\"\",\n    UpWz:function(m, i) {\n        var k = Math.ceil((i + 1) % this.code);\n        k = Math.ceil(m - k);\n        return k\n    },\n    load:function(){\n  this.code=String(result).match(/codeurl=\"(\\d+)\"/)[1];\n        var e =String(java.base64Decode(java.getString('[name=client]@content'))).split(/[A-Z]+%/);\n\n        for (var i = 0; i < e.length; i++) {\n            var k = this.UpWz(e[i], i);\n            this.childNode[k]=this.childNodes[i]\n        }}\n}\n\nif(baseUrl.match(/getVerify/)){\n\thref=\"http://m.fushuzhai.net/mytool/getVerify/?d=\"+Math.random();\n\t\naid=java.get('aid')\nurl=\"http://m.fushuzhai.net/mytool/getChapterList/\";\nverify=book.getVariable(\"custom\");\nbody=\"verify=\"+verify+\"&aid=\"+aid+\"&sbt=提交\"\nc=String(java.post(url,body,{}).cookies()).replace(/\\{|\\}/g,'');\n\nheaders={\"headers\":{\"Cookie\":c}}\nsource.putLoginHeader(JSON.stringify(headers))\n\nresult='<img src=\"'+href+','+JSON.stringify(headers)+'\"><br>'+\"长按上面的图片查看验证码，或者右上角三点将图片样式改成FULL刷新正文查看验证码（没有图片的话请关闭替换净化）<br>详情页右上角三点，编辑书籍变量，填上验证码确定<br>详情页右上角三点刷新<br>如果刷新以后还是要获取的验证码，说明验证码不对，刷新正文获取新的验证码，重复上面步骤\"\n}else{if(baseUrl.match(/\\d+_2\\.html/)){\ncontent.load();\nresult=content.childNode.join(\"<br>\");}else if(baseUrl.match(/\\/\\d+\\.html/)){\nresult=java.getElements(\"@@class.container@p\")\n}else{\n\teval(String(java.ajax(\"http://www.ztgauntong.com/17mb/js/cryptojs_min.js\")));\n\tfunction d(a, b) {\r\n\t\tb = CryptoJS.MD5(b).toString();\r\n\t\tvar d = CryptoJS.enc.Utf8.parse(b.substring(0, 16));\r\n\t\tvar e = CryptoJS.enc.Utf8.parse(b.substring(16));\r\n\t\treturn CryptoJS.AES.decrypt(a, e, { iv: d, padding: CryptoJS.pad.Pkcs7 }).toString(CryptoJS.enc.Utf8)\r\n\t}\n\tresult=eval(result.match(/\\.html\\((d\\(\"[\\s\\S]+\"\\))\\)/)[1])\n\t}}\n\n</js>",
      "imageStyle": "TEXT",
      "nextContentUrl": ".chapterPages@a!0@href\n<js>\nif(!baseUrl.match(/_2/)){\nlist=result.toArray();\nlist.map((x,i)=>baseUrl.replace(/\\.html/,\"_\"+(Number(i)+2)+\".html\"))\n}\n</js>",
      "replaceRegex": "<js>\nresult.replace(/\\s*❎\\s*/g,'')\n.replace(/\\s*\\^_\\^爱你们\\s*/g,'')\n</js>",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "p.0@strong@text",
      "bookList": "class.common-bookele",
      "bookUrl": "class.abstract@a@href",
      "coverUrl": "@js:'https://kkimgs.yisou.com/ims?kt=url&at=smstruct&key=aHR0cDovL2Itc3NsLmR1aXRhbmcuY29tL3VwbG9hZHMvaXRlbS8yMDE3MDEvMjMvMjAxNzAxMjMxNzE4MTRfdndqYUcudGh1bWIuNzAwXzAuanBlZw==&sign=yx:I4-k8uKTZxDzaDmz08ieLmHWEKM=&tv=400_400'",
      "intro": "class.abstract@a@text",
      "name": "h3@a@text"
    },
    "ruleSearch": {
      "author": "p@strong@text",
      "bookList": "class.common-bookele",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "@js:'https://kkimgs.yisou.com/ims?kt=url&at=smstruct&key=aHR0cDovL2Itc3NsLmR1aXRhbmcuY29tL3VwbG9hZHMvaXRlbS8yMDE3MDEvMjMvMjAxNzAxMjMxNzE4MTRfdndqYUcudGh1bWIuNzAwXzAuanBlZw==&sign=yx:I4-k8uKTZxDzaDmz08ieLmHWEKM=&tv=400_400'",
      "intro": "class.abstract@text",
      "kind": "class.lastupdate@text##栏目：",
      "name": "class.articlename@text"
    },
    "ruleToc": {
      "chapterList": ".chapterList.0@li@a||li a\n<js>\nif(String(src).match(/url=\"[^\"]+\"\\+id\\+\".html\"/)){\nhref = String(src).match(/url=\"[^\"]+\"\\+id\\+\".html\"/)[0]\njava.put(\"url\",href)\n}\nif(String(src).match(/验证码不对/)){\nhref=book.origin+\"/mytool/getVerify/?d=\"+Math.random();\nresult='<a href=\"'+href+'\">验证码</a>'\n}else{result=result}\nif(baseUrl.match(/\\/\\d+/)){\n\tlist=result.toArray().slice(0,-1);\n\tlist.reverse().join(\"\")\n\t}else{\n\t\tresult=result\n\t\t}\n</js>\na",
      "chapterName": "text",
      "chapterUrl": "href\n@js:\nif(result.match(/go.*?\\(\\d+\\)/)){\n\tid=result.match(/go.*?\\((\\d+)\\)/)[1]\n\teval(String(java.get(\"url\")))\n\tresult = url\n\t}else{\n\t\tresult\n\t\t}"
    },
    "searchUrl": "/search.html,{\n'method': 'POST',\n'body': 'key={{key}}'\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "出处源-仓库名著阅读",
    "bookSourceType": 2,
    "bookSourceUrl": "https://api.diandu.com/",
    "customButton": false,
    "customOrder": 1275,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"📚全部书籍\",\"url\":\"https://api.520diandu.com/api/read/allReadBooks?uid=&key=&page={{page}}&cv=134&from=web\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1745162408780,
    "respondTime": 715,
    "ruleBookInfo": {
      "name": ""
    },
    "ruleContent": {
      "content": "@get:{img}@js:headers={\"headers\":{\"Referer\":baseUrl}};\nresult.split(\"\\n\").map(x=>'<img src=\\\"'+x+','+JSON.stringify(headers)+'\\\">').join(\"\\n\")"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "$..books[*]",
      "bookUrl": "https://api.520diandu.com/api/read/readAllPages?uid=&key=&cv=134&from=web&bid={{$.id}}",
      "checkKeyWord": "封神",
      "coverUrl": "$.famous",
      "intro": "$.title",
      "name": "$.book_name"
    },
    "ruleToc": {
      "chapterList": "$.data",
      "chapterName": "$.page",
      "chapterUrl": "$.pic@put:{img:pic}"
    },
    "searchUrl": "https://api.520diandu.com/api/read/allReadBooks?uid=&key=&name={{key}}&page={{page}}&cv=134&from=app",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "晚班小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.mk.info",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1276,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1734644708068,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 3538,
    "ruleBookInfo": {
      "author": "class.info@tag.span.0@text##作者：",
      "coverUrl": "class.cover@tag.img@src",
      "intro": "class.intro@text##简介：|各位书友.*",
      "kind": "class.info@tag.span.1@text##分类：",
      "lastChapter": "class.info@tag.a.-1@text&&class.info@class.last.0@text##更新时间：|..\\:.*",
      "name": "class.info@tag.h2@text",
      "tocUrl": "text.开始阅读@href"
    },
    "ruleContent": {
      "content": ".ReadAjax_content@html",
      "imageStyle": "0",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##请记住本书首发.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@text##作者：",
      "bookList": "class.bookbox",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src",
      "intro": "tag.p@text",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@tag.a@text",
      "name": "tag.h4@text"
    },
    "ruleToc": {
      "chapterList": "class.book_last@dl@dd@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://wap.99mk.net/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "wifi用用不了",
    "bookSourceGroup": "免费",
    "bookSourceName": "桃桃书",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.ttshu12.com/",
    "customButton": false,
    "customOrder": 1277,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部小说::https://m.ttshu12.com/xiaoshuodaquan/page_{{page}}.html\n玄幻魔法::https://m.ttshu12.com/xuanhuan/page_{{page}}.html\n武侠修真::https://m.ttshu12.com/xiuzhen/page_{{page}}.html\n历史穿越::https://m.ttshu12.com/lishi/page_{{page}}.html\n游戏竞技::https://m.ttshu12.com/wangyou/page_{{page}}.html\n都市言情::https://m.ttshu12.com/dushi/page_{{page}}.html\n科幻小说::https://m.ttshu12.com/kehuan/page_{{page}}.html\n女频小说::https://m.ttshu12.com/nvpin/page_{{page}}.html",
    "lastUpdateTime": 1673291543969,
    "respondTime": 40484,
    "ruleBookInfo": {
      "author": "class.pt-info.1@text##作者：",
      "coverUrl": "class.baseinfo@img@src",
      "intro": "class.intro@text",
      "kind": "class.pt-info.2@a@text",
      "lastChapter": "id.newchaperlist@li.0@text"
    },
    "ruleContent": {
      "content": "id.BookText@html",
      "nextContentUrl": "text.下一页@href##$##,{'webView': true}"
    },
    "ruleExplore": {
      "author": "class.s712.1@text##作者：",
      "bookList": "class.book-li",
      "bookUrl": "class.pt-cover@a@href",
      "coverUrl": "class.pt-cover@a@img@src",
      "intro": "class.pt-desc ptm-text-cut@text##简介：",
      "kind": "class.s712.0@text##分类：",
      "name": "class.pt-name@text"
    },
    "ruleSearch": {
      "bookList": "class.ptm-list-view-cell ptm-img ptm-col-xs-4",
      "bookUrl": "class.imgarea@a@href",
      "checkKeyWord": "斗破苍穹",
      "coverUrl": "class.imgarea@img@src",
      "name": " class.ptm-block pt-name ptm-text-cut@text"
    },
    "ruleToc": {
      "chapterList": "id.chapterlist@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href##$##,{'webView': true}",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "https://m.ttshu12.com/home/search,{\n  \"body\": \"action=search&q={{key}}\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "果文学网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.guowx.com",
    "bookUrlPattern": "http://\\w+.guowx.com/$",
    "customButton": false,
    "customOrder": 1278,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻奇幻::http://www.guowx.com/xuanhuan<,?page={{page}}>\n武侠仙侠::http://www.guowx.com/xianxia<,?page={{page}}>\n都市言情::http://www.guowx.com/dushi<,?page={{page}}>\n历史军事::http://www.guowx.com/lishi<,?page={{page}}>\n科幻传奇::http://www.guowx.com/kehuan<,?page={{page}}>\n恐怖灵异::http://www.guowx.com/kongbu<,?page={{page}}>\n其他类型::http://www.guowx.com/qita<,?page={{page}}>\n全本小说::http://www.guowx.com/quanben<,?page={{page}}>",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1763601574712,
    "respondTime": 24501,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "downloadUrls": "text.下载@href",
      "intro": "[property$=description]@content",
      "kind": "[property~=category|status|time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "wordCount": "{{@@#count span.1@text}}字"
    },
    "ruleContent": {
      "content": "#TextContent p@textNodes##([^\\n]*?(提醒您|想看|的作品|本作者)[\\s\\S]*?《[\\s\\S]*?》[\\s\\S]*?完整章节[\\s\\S]*?(ｏｍ|om)\\)[\\s\\S]*?\\r?\\n?|([\\s\\S]{3}ｇｕｏ|[\\s\\S]{7}来|[\\s\\S]{2}果)([\\s\\S]*?)(om|ｏm|ｏｍ)\\))##",
      "nextContentUrl": "@js:\n(()=>{\n   //根据url获取下一页nextBaseUrl的nextPage \n   if (/\\?page=\\d+/.test(baseUrl)) {\n      nextPage = parseInt(baseUrl.match(/page=(\\d+)/)[1])+1;\n   } else {\n      nextPage =2\n   }\n   //根据result的区别判断是否加载下一页\n   if (result.includes('id=\"linkNext\"')) {\n      //置null,否则会尝试执行\n      nextBaseUrl = null;\n  } else {\n      nextBaseUrl = baseUrl.replace(/\\?page=\\d+/, '')+\"?page=\"+nextPage;\n  }\n})()\nnextBaseUrl"
    },
    "ruleExplore": {
      "bookList": "#sitebox dl",
      "bookUrl": "a.1@href",
      "coverUrl": "img@_src",
      "intro": ".book_des@text",
      "kind": "span.2:3:1@text",
      "lastChapter": "a.-1@text",
      "name": "h3 a@text",
      "wordCount": "{{@@span.-1@text}}字"
    },
    "ruleSearch": {
      "bookList": "#nr",
      "bookUrl": "a.1@href",
      "checkKeyWord": "我的",
      "coverUrl": "img@_src",
      "intro": ".book_des@text",
      "kind": "span.2:3:1@text",
      "lastChapter": "a.-1@text",
      "name": "h3 a@text",
      "wordCount": "{{@@span.-1@text}}字"
    },
    "ruleToc": {
      "chapterList": "#chapterList li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "@js:\n\nvar url=source.getKey();\n\nvar html = java.ajax(url);\n\ntoken = org.jsoup.Jsoup.parse(html).select('input[name=_token]').attr('value');\n\nurl+\"/search,\"+JSON.stringify({\n  \"body\": `_token=${token}&keyword=${key}&searchtype=articlename`,\n  \"method\": \"post\"\n})",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "天域小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.zmccx.com#",
    "bookUrlPattern": "https://www.zmccx.com/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 1279,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部小说::http://m.zmccx.com/xclass/0/{{page}}.html\n玄幻小说::http://m.zmccx.com/xclass/1/{{page}}.html\n修真小说::http://m.zmccx.com/xclass/2/{{page}}.html\n都市小说::http://m.zmccx.com/xclass/3/{{page}}.html\n穿越小说::http://m.zmccx.com/xclass/4/{{page}}.html\n网游小说::http://m.zmccx.com/xclass/5/{{page}}.html\n科幻小说::http://m.zmccx.com/xclass/6/{{page}}.html\n其他小说::http://m.zmccx.com/xclass/7/{{page}}.html",
    "lastUpdateTime": 1734644906021,
    "respondTime": 1774,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作\\s*者：",
      "coverUrl": "id.fmimg@tag.img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "id.info@tag.p.2@text##最后更新：",
      "lastChapter": "id.list@tag.dd.0@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "id.info@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@html##推荐.*新书.*"
    },
    "ruleExplore": {
      "author": "class.author@text##作者：",
      "bookList": "class.hot_sale",
      "bookUrl": "tag.a.0@href@js:\nr=result.match(/_(\\d+)/)\nid=r[1]\nvar iid = parseInt(id/1000);\n'http://www.zmccx.com/'+iid+'_'+id+'/'",
      "coverUrl": "img@data-original",
      "intro": "class.review@text##简介：",
      "lastChapter": "",
      "name": "class.title@text"
    },
    "ruleSearch": {
      "author": "class.even.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.even.0@tag.a.0@href",
      "coverUrl": "class.even.0@tag.a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.zmccx.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "class.odd.0@tag.a.0@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.even.0@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.zmccx.com/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "碧曲书库",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.biqugewx.info/",
    "customButton": false,
    "customOrder": 1280,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻小说\",\"url\":\"/categor/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"修真小说\",\"url\":\"/categor/2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"言情都市\",\"url\":\"/categor/3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"穿越小说\",\"url\":\"/categor/4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"纯爱小说\",\"url\":\"/categor/5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"网游小说\",\"url\":\"/categor/6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"科幻小说\",\"url\":\"/categor/7_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"灵异小说\",\"url\":\"/categor/8_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"散文诗词\",\"url\":\"/categor/9_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"综合小说\",\"url\":\"/categor/10_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"排行榜\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"月点击\",\"url\":\"/top/monthvisit_{{page}}/\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"周点击\",\"url\":\"/top/weekvisit_{{page}}/\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"总点击\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"完本\",\"url\":\"/full/{{page}}.html\",\"style\":{\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1735615678170,
    "respondTime": 9800,
    "ruleBookInfo": {
      "coverUrl": "img@src",
      "intro": "🕰  更新时间：{{@@.xsinfo li:nth-of-type(5)@text##更新时间：}}\n📒  作品Tags：{{@@.xsinfo li:nth-of-type(2) a@text}}\n📜  内容简介：\n{{@@div.jianjie@text## 亲爱的书友：您好，本站.*}}##(^|[。！？……；]+[”」）】]?)##$1<br>\n",
      "lastChapter": ".xsinfo li:nth-of-type(4) a@text"
    },
    "ruleContent": {
      "content": "article@html##最新网址：wap.biqugewx.info",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##--.*）"
    },
    "ruleExplore": {
      "author": "span:nth-of-type(2)@text##作者：",
      "bookList": "ul.xbk",
      "bookUrl": "span.xsm a@href",
      "coverUrl": "img@src",
      "intro": "span:nth-of-type(3)@text",
      "kind": "",
      "name": "span.xsm a@text",
      "wordCount": "i@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".fk li",
      "bookUrl": "a.1@href",
      "kind": "a.0@text##\\[|\\]",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "section:nth-of-type(3) li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "http://wap.biqugewx.info/s.php,{\n\"method\":\"post\",\n\"body\":\"submit=&type=articlename&s={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "棉花糖说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.mhtxs.la#",
    "bookUrlPattern": "https://www.mhtxs.la/\\d+/\\d+/",
    "customButton": false,
    "customOrder": 1281,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻魔法::/mulu/1-{{page}}.html\n武侠修真::/mulu/2-{{page}}.html\n都市言情::/mulu/3-{{page}}.html\n历史军事::/mulu/4-{{page}}.html\n侦探推理::/mulu/5-{{page}}.html\n网游动漫::/mulu/6-{{page}}.html\n科幻小说::/mulu/7-{{page}}.html\n恐怖灵异::/mulu/8-{{page}}.html\n同人小说::/mulu/9-{{page}}.html\n穿越小说::/mulu/10-{{page}}.html",
    "lastUpdateTime": 1721153148793,
    "loginUrl": "",
    "respondTime": 1168,
    "ruleBookInfo": {
      "author": "[name=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "id.intro@textNodes",
      "kind": "[name=\"og:novel:category\"]@content&&[name=\"og:novel:status\"]@content&&[name=\"og:novel:update_time\"]@content",
      "lastChapter": "[name=\"og:novel:latest_chapter_name\"]@content##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "[name=\"og:novel:book_name\"]@content",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "class.content@html##最新网址.*la|下载本书最(.|\\n)* ",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "author": "tag.a.2@text",
      "bookList": "class.alistbox",
      "bookUrl": "h2@tag.a@href",
      "coverUrl": "tag.img@src",
      "intro": "class.intro@textNodes",
      "lastChapter": "tag.a.3@text",
      "name": "tag.a.1@text##\\《|\\》"
    },
    "ruleSearch": {
      "author": "class.even.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##https://www.mhtxs.la/book/image/$2/$1/$1s.jpg###",
      "kind": "class.odd.1@text",
      "lastChapter": "class.odd.0@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.even.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "tag.dd@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.mhtxs.la/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "||🎉新笔趣阁💜💜xbiquge#cookie0718",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "md♛+新笔趣阁 ♜♜✘cookie",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xbiquge.lacookie",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1282,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::http://www.xbiquge.la/fenlei/1_{{page}}.html\n修真小说::http://www.xbiquge.la/fenlei/2_{{page}}.html\n都市小说::http://www.xbiquge.la/fenlei/3_{{page}}.html\n穿越小说::http://www.xbiquge.la/fenlei/4_{{page}}.html\n网游小说::http://www.xbiquge.la/fenlei/5_{{page}}.html\n科幻小说::http://www.xbiquge.la/fenlei/6_{{page}}.html",
    "header": "{\n    \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0\",\n    \"Cookie\": \"Hm_lpvt_covid197ca72ab9804ca50c2fcovid19:1234567890\"\n}",
    "lastUpdateTime": 1720836979297,
    "loginUrl": "",
    "respondTime": 2205,
    "ruleBookInfo": {
      "author": "#info @p.0 @text##作.*者：",
      "coverUrl": "#fmimg @img @src",
      "intro": "#intro @p.1 @text",
      "kind": ".con_top @text##.*阁\\s>\\s|>.*",
      "lastChapter": "#info @p.3 @title",
      "name": "#info @h1 @text",
      "wordCount": "#info @p.2 @text ##最后更新："
    },
    "ruleContent": {
      "content": "#content@textNodes",
      "imageStyle": "0",
      "webJs": "getDecode();$('#content').html();"
    },
    "ruleExplore": {
      "author": "tag.span.2@text",
      "bookList": "class.l@tag.ul@tag.li",
      "bookUrl": "tag.span.0@tag.a@href",
      "lastChapter": "tag.span.1@tag.a@text",
      "name": "tag.span.0@tag.a@text"
    },
    "ruleSearch": {
      "author": ".even.1 @text",
      "bookList": ".grid @tbody @tr!0",
      "bookUrl": ".even.0 @a @href",
      "coverUrl": ".even.0 @a @href##.+\\D((\\d+)\\d{3})\\D##https://www.xbiquge.la/files/article/image/$2/$1/$1s.jpg###",
      "lastChapter": ".odd.0 @a @text",
      "name": ".even.0 @a @text"
    },
    "ruleToc": {
      "chapterList": "#list @dd",
      "chapterName": "a @text",
      "chapterUrl": "a @href##$##,{\n\"headers\": {\"Cookie\": \"covid19=; UM_distinctid=;\"}\n}"
    },
    "searchUrl": "http://www.xbiquge.la/modules/article/waps.php?searchkey={{key}}&page=<,{{page}}>",
    "weight": 70
  },
  {
    "bookSourceComment": "||🎉新笔趣阁💜💜xbiquge#cookie0718",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "md♛+新笔趣阁 ♜♜✘cookie",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xbiquge.la#cookie",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1283,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::http://www.xbiquge.la/fenlei/1_{{page}}.html\n修真小说::http://www.xbiquge.la/fenlei/2_{{page}}.html\n都市小说::http://www.xbiquge.la/fenlei/3_{{page}}.html\n穿越小说::http://www.xbiquge.la/fenlei/4_{{page}}.html\n网游小说::http://www.xbiquge.la/fenlei/5_{{page}}.html\n科幻小说::http://www.xbiquge.la/fenlei/6_{{page}}.html",
    "header": "{\n    \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0\",\n    \"Cookie\": \"Hm_lpvt_covid197ca72ab9804ca50c2fcovid19:1234567890\"\n}",
    "lastUpdateTime": 1720836979297,
    "loginUrl": "",
    "respondTime": 2282,
    "ruleBookInfo": {
      "author": "#info @p.0 @text##作.*者：",
      "coverUrl": "#fmimg @img @src",
      "intro": "#intro @p.1 @text",
      "kind": ".con_top @text##.*阁\\s>\\s|>.*",
      "lastChapter": "#info @p.3 @title",
      "name": "#info @h1 @text",
      "wordCount": "#info @p.2 @text ##最后更新："
    },
    "ruleContent": {
      "content": "#content@textNodes",
      "imageStyle": "0",
      "webJs": "getDecode();$('#content').html();"
    },
    "ruleExplore": {
      "author": "tag.span.2@text",
      "bookList": "class.l@tag.ul@tag.li",
      "bookUrl": "tag.span.0@tag.a@href",
      "lastChapter": "tag.span.1@tag.a@text",
      "name": "tag.span.0@tag.a@text"
    },
    "ruleSearch": {
      "author": ".even.1 @text",
      "bookList": ".grid @tbody @tr!0",
      "bookUrl": ".even.0 @a @href",
      "coverUrl": ".even.0 @a @href##.+\\D((\\d+)\\d{3})\\D##https://www.xbiquge.la/files/article/image/$2/$1/$1s.jpg###",
      "lastChapter": ".odd.0 @a @text",
      "name": ".even.0 @a @text"
    },
    "ruleToc": {
      "chapterList": "#list @dd",
      "chapterName": "a @text",
      "chapterUrl": "a @href##$##,{\n\"headers\": {\"Cookie\": \"covid19=; UM_distinctid=;\"}\n}"
    },
    "searchUrl": "http://www.xbiquge.la/modules/article/waps.php?searchkey={{key}}&page=<,{{page}}>",
    "weight": 70
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": " 笔趣阁网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.39txt.com",
    "customButton": false,
    "customOrder": 1284,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3704.400 QQBrowser/10.4.3587.400\"\n}",
    "lastUpdateTime": 1738398790943,
    "respondTime": 4078,
    "ruleBookInfo": {
      "author": "class.info@tag.h3@tag.a@text",
      "coverUrl": "class.img@tag.img@src",
      "intro": "id.intro@html",
      "name": "class.info@tag.h1@text"
    },
    "ruleContent": {
      "content": "id.book_text@html",
      "replaceRegex": "##一秒记住.*免费阅读！"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a@href",
      "lastChapter": "tag.td.1@text",
      "name": "tag.td.0@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "id.chapterlist@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/modules/article/search.php?q={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "年梦阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "https://api.shaoniandream.com",
    "customButton": false,
    "customOrder": 1285,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n\t\"version\": \"v3\"\n}",
    "lastUpdateTime": 1721279165869,
    "loginUi": "[\n    {\n        name: \"账号\",\n        type: \"text\"\n    },\n    {\n        name: \"密码\",\n        type: \"password\"\n    }\n]",
    "loginUrl": "<js>\n  function login() {\n  \t const user = String(source.getLoginInfoMap().get(\"账号\"))\n    const pw = String(source.getLoginInfoMap().get(\"密码\"))\n    let sign = java.md5Encode(`isDevice=Android&password=${pw}&phone=${user}&regDevice=2&key=87ac02d392a8d3566fe7748c8de00af3&secrect=57dcuidu8aa8062bfe8042ea65310669`).toString().toUpperCase()\n    let data = JSON.stringify({\n      isDevice: \"Android\",\n      password: pw,\n      phone: user,\n      regDevice: \"2\",\n      sign: sign\n    })\n    let op = JSON.stringify({\n      method: \"POST\",\n      body: data\n    })\n    let res = java.ajax(`https://api.shaoniandream.com/Login/login,${op}`)\n    let $ = JSON.parse(res)\n    if($.status != 1) java.toast($.msg)\n    java.put(\"uid\",$.data.id)\n    source.putLoginHeader(JSON.stringify({\n      logintoken: $.data.logintoken\n    }))\n  \t}\n</js>",
    "respondTime": 875,
    "ruleBookInfo": {
      "author": "AuthorObj.penName",
      "coverUrl": "http://alioss.shaoniandream.com{{$.picture}}",
      "init": "data",
      "intro": "jianjie",
      "kind": "sortName",
      "lastChapter": "ChapterName##连载至",
      "name": "title",
      "tocUrl": "<js>\n  let uid =  java.get(\"uid\") != \"undefined\" ? java.get(\"uid\") : \"-1\"\n  let sign = java.md5Encode(`BookID={{$.id}}&UserID=${uid}&isDevice=Android&regDevice=2&key=87ac02d392a8d3566fe7748c8de00af3&secrect=57dcuidu8aa8062bfe8042ea65310669`).toString().toUpperCase()\n  let data = JSON.stringify({\n    BookID: {{$.id}},\n    UserID: uid,\n    isDevice: \"Android\",\n    regDevice: \"2\",\n    sign: sign\n  })\n  let op = JSON.stringify({\n      method: \"POST\",\n      body: data\n    })\n  \"https://api.shaoniandream.com/Booklibrary/readdir,\" + op\n</js>",
      "wordCount": "FontCount"
    },
    "ruleContent": {
      "content": "<js>\n  let $ = JSON.parse(result)\n  let content = $.data.show_content.map((item)=>{\n    return java.base64Decode(item.content)\n  }).join(\"\\n\").trim()\n  let img = $.data.chapterpic.map((item)=>{\n    return `<img src=\"http://alioss.shaoniandream.com${item.url}\" />`\n  }).join(\"\\n\").trim()\n  let miaoshu = java.base64Decode($.data.miaoshu)\n  let txt = \"\"\n  if(miaoshu != \"\")\n    txt = `${content}\\n${img}\\n作者有话说：\\n${miaoshu}`\n  else txt = `${content}\\n${img}`\n  txt\n</js>"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "penName",
      "bookList": "data",
      "bookUrl": "<js>\n  let uid =  java.get(\"uid\") != \"undefined\" ? java.get(\"uid\") : \"-1\"\n  let sign = java.md5Encode(`BookID={{$.BooksID}}&UserID=${uid}&isDevice=Android&regDevice=2&key=87ac02d392a8d3566fe7748c8de00af3&secrect=57dcuidu8aa8062bfe8042ea65310669`).toString().toUpperCase()\n  let data = JSON.stringify({\n    BookID: {{$.BooksID}},\n    UserID: uid,\n    isDevice: \"Android\",\n    regDevice: \"2\",\n    sign: sign\n  })\n  let op = JSON.stringify({\n      method: \"POST\",\n      body: data\n    })\n  \"https://api.shaoniandream.com/Booklibrary/bookdetail,\" + op\n</js>",
      "coverUrl": "http://alioss.shaoniandream.com{{$.picture}}",
      "intro": "jianjie",
      "kind": "SortObj.cname",
      "lastChapter": "",
      "name": "title",
      "wordCount": "FontCount"
    },
    "ruleToc": {
      "chapterList": "<js>\n  let $ = JSON.parse(result)\n  let uid = java.get(\"uid\") != \"undefined\" ? java.get(\"uid\") : \"-1\"\n  let array = []\n  $.data.chapterList.forEach((booklet) => {\n    array.push({\n    \t name: booklet.title,\n    \t isv: true\n    })\n    booklet.chapterList.forEach((chapter) => {\n    \t let sign = java.md5Encode(`BookID=${$.data.id}&UserID=${uid}&chapter_id=${chapter.id}&isDevice=Android&isMarket=true&regDevice=2&key=87ac02d392a8d3566fe7748c8de00af3&secrect=57dcuidu8aa8062bfe8042ea65310669`).toString().toUpperCase()\n    \t let data = JSON.stringify({\n    \t   BookID: $.data.id,\n    \t   UserID: uid,\n    \t   chapter_id: chapter.id,\n    \t   isDevice: \"Android\",\n    \t   isMarket:\"true\",\n    \t   regDevice: \"2\",\n    \t   sign: sign\n    \t })\n      let op = JSON.stringify({\n        method: \"POST\",\n        body: data\n      })\n      array.push({\n        name: chapter.title,\n        url: \"https://api.shaoniandream.com/Booklibrary/readchapter,\" + op,\n        time: java.timeFormat(chapter.release_time_now * 1000),\n        vip: chapter.isFree == 1,\n        buy: chapter.lock == 1\n      })\n    })\n  })\n  array\n</js>",
      "chapterName": "name",
      "chapterUrl": "url",
      "isPay": "buy",
      "isVip": "vip",
      "isVolume": "isv",
      "preUpdateJs": "",
      "updateTime": "time"
    },
    "searchUrl": "<js>\n  let sign = java.md5Encode(`count=10&isDevice=Android&keywords=${key}&page=1&regDevice=2&key=87ac02d392a8d3566fe7748c8de00af3&secrect=57dcuidu8aa8062bfe8042ea65310669`).toString().toUpperCase()\n  let data = JSON.stringify({\n    count: 10,\n    isDevice: \"Android\",\n    keywords: key,\n    page: 1,\n    regDevice: \"2\",\n    sign: sign\n  })\n  let op = JSON.stringify({\n      method: \"POST\",\n      body: data\n    })\n  \"https://api.shaoniandream.com/Booklibrary/index,\" + op\n</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "键盘小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.janpn.info#",
    "customButton": false,
    "customOrder": 1286,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/xuanhuanqihuan/list-1-{{page}}.html\r\n修真::/wuxiaxiuzhen/list-2-{{page}}.html\r\n都市::/xiandaidushi/list-3-{{page}}.html\r\n军史::/lishijunshi/list-4-{{page}}.html\r\n网游::/youxijingji/list-5-{{page}}.html\r\n科幻::/kehuanlingyi/list-6-{{page}}.html\r\n言情::/nvshengyanqing/list-7-{{page}}.html\r\n其他::/qitaleixing/list-8-{{page}}.html",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 10; PAHM00 Build/QKQ1.191008.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/77.0.3865.92 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 1734356689548,
    "respondTime": 6429,
    "ruleBookInfo": {
      "author": "class.col-md-12@tag.p.0@text##by|\\s著",
      "coverUrl": "",
      "intro": "//*[@name='description']/@content",
      "kind": "class.col-md-12@tag.p.1@text##更新时间：",
      "name": "class.breadcrumb@textNodes##>",
      "tocUrl": "class.btn btn-primary@href"
    },
    "ruleContent": {
      "content": "id.htmlContent@html"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "class.list@a",
      "bookUrl": "a@href",
      "lastChapter": "class.glyphicon glyphicon-bullhorn@text",
      "name": "a@title"
    },
    "ruleSearch": {
      "author": "class.shop-info!0:2@text##\\[.*$",
      "bookList": "class.list@a",
      "bookUrl": "a@href",
      "coverUrl": "",
      "lastChapter": "class.glyphicon glyphicon-bullhorn@text",
      "name": "a@title"
    },
    "ruleToc": {
      "chapterList": "class.panel-body panel-chapterlist@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://www.janpn.info/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "20240126修改发现By_zhbyjm7783",
    "bookSourceGroup": "免费",
    "bookSourceName": "趣悦小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://vreader.vivo.com.cn",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 1287,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nJSON.stringify([\"都市\",\"玄幻\",\"武侠\",\"奇幻\",\"悬疑\",\"灵异\",\"仙侠\",\"历史\",\"科幻\",\"游戏\",\"同人\",\"出版\",\"穿越\",\"重生\",\"乡村\",\"系统\",\"神豪\",\"校园\",\"凡人流\",\"鉴宝\",\"洪荒\", \"末世\",\"诸天流\",\"签到\",\"热血\",\"强者归来\",\"异能\",\"都市生活\",\"外卖\",\"直播\",\"聊天群\",\"灵气复苏\",\"无限流\",\"美食\",\"召唤流\",\"赘婿\",\"学生\",\"兵王\",\"天骄\",\"剑仙\",\"仙帝\",\"玩家\",\"奶爸\",\"保安\",\"风流\",\"扮猪吃虎\",\"医生\",\"神医\",\"现代言情\",\"豪门总裁\",\"古代言情\",\"幻想言情\",\"宅斗\",\"娱乐圈\",\"农女\",\"虐文\",\"宫斗\",\"甜宠\",\"萌宝\",\"女尊女强\",\"马甲\",\"代嫁\",\"快穿\",\"隐婚\",\"职场\",\"师徒\",\"错嫁\",\"总裁\",\"王妃\",\"王爷\",\"嫡女\",\"弃妇\",\"庶女\",\"将军\",\"魔君\",\"女帝\",\"鬼王\",\"宫女\"\n].map((title)=>({\n    title: title,\n    url: `https://vreader.vivo.com.cn/book/store/labels/landing/page.do,{\n    \t'method':'POST',\n    \t'body':'{\n    \t\"label\":\"${title}\",\n    \t\"size\":20,\n    \t\"page\":{{page}},\n    \t\"completeStatus\":2\n    \t}'\n    \t}`,\n    style: {\n        layout_flexGrow: 1,\n        layout_flexBasisPercent: 0.25\n    }\n})));",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; Android 8.1.0; MI PAD 4 Build/OPM1.171019.019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1734497039809,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 1856,
    "ruleBookInfo": {
      "author": "$.author@put:{bid:bookId}",
      "canReName": "",
      "coverUrl": "$.cover",
      "init": "$.data",
      "intro": "$.description",
      "kind": "{{java.timeFormat(java.getString('$.latestChapterTimestamp'))}}\n{{$.typeLabel}}\n{{$.categoryLabel}}##/##-",
      "lastChapter": "$.latestChapter",
      "name": "$.title",
      "tocUrl": "https://vreader.vivo.com.cn/book/catalogue.do,{'method': 'POST',\n'body': '{\"model\":\"MI PAD 4\",\"imei\":\"\",\"clientVersion\":\"121020\",\"elapsedtime\":\"981277\",\"sysver\":\"\",\"nt\":\"wifi\",\"ver\":\"121020\",\"u\":\"\",\"pver\":\"0\",\"resolution\":\"1920*1200\",\"sessionId\":\"11901470641675854550446\",\"pixel\":\"320\",\"av\":\"27\",\"adrVerName\":\"8.1.0\",\"timestamp\":\"1675855424862\",\"browserSystem\":\"1\",\"browserSubSystem\":\"1\",\"personalRecommend\":\"1\",\"bookVersion\":\"30800\",\"vreaderVersion\":\"121020\",\"packageName\":\"com.vivo.vreader\",\"udid\":\"\",\"openudid\":\"b443cebc6f614746\",\"bookshelfBookIds\":[],\"bookShelfListenBookIds\":[],\"featureValues\":\"2\",\"bookId\":\"{{$.bookId}}\"}'\n}",
      "wordCount": "$.wordCount"
    },
    "ruleContent": {
      "content": "$..content",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$..bookList[*]",
      "bookUrl": "https://vreader.vivo.com.cn/book/detail.do,{'method': 'POST',\n'body': '{\"model\":\"MI PAD 4\",\"imei\":\"\",\"clientVersion\":\"121020\",\"elapsedtime\":\"980289\",\"sysver\":\"\",\"nt\":\"wifi\",\"ver\":\"121020\",\"u\":\"\",\"pver\":\"0\",\"resolution\":\"1920*1200\",\"sessionId\":\"11901470641675854550446\",\"pixel\":\"320\",\"av\":\"27\",\"adrVerName\":\"8.1.0\",\"timestamp\":\"1675855423873\",\"browserSystem\":\"1\",\"browserSubSystem\":\"1\",\"personalRecommend\":\"1\",\"bookVersion\":\"30800\",\"vreaderVersion\":\"121020\",\"packageName\":\"com.vivo.vreader\",\"udid\":\"\",\"openudid\":\"b443cebc6f614746\",\"bookshelfBookIds\":[],\"bookShelfListenBookIds\":[],\"featureValues\":\"2\",\"bookId\":\"{{$.bookId}}\",\"order\":1}'\n}",
      "coverUrl": "$.cover",
      "intro": "$.description",
      "kind": "{{$.typeLabel}}\n{{$.categoryLabel}}",
      "lastChapter": "",
      "name": "$.title",
      "wordCount": "$.wordCount"
    },
    "ruleToc": {
      "chapterList": "$.data[*]",
      "chapterName": "$.title",
      "chapterUrl": "https://vreader.vivo.com.cn/book/chapter/content.do,{'method': 'POST',\n'body': '{\"model\":\"MI PAD 4\",\"imei\":\"\",\"clientVersion\":\"121020\",\"elapsedtime\":\"981290\",\"sysver\":\"\",\"nt\":\"wifi\",\"ver\":\"121020\",\"u\":\"\",\"pver\":\"0\",\"resolution\":\"1920*1200\",\"sessionId\":\"11901470641675854550446\",\"pixel\":\"320\",\"av\":\"27\",\"adrVerName\":\"8.1.0\",\"timestamp\":\"1675855424879\",\"browserSystem\":\"1\",\"browserSubSystem\":\"1\",\"personalRecommend\":\"1\",\"bookVersion\":\"30800\",\"vreaderVersion\":\"121020\",\"packageName\":\"com.vivo.vreader\",\"udid\":\"\",\"openudid\":\"b443cebc6f614746\",\"bookshelfBookIds\":[],\"bookShelfListenBookIds\":[],\"featureValues\":\"2\",\"bookId\":\"@get:{bid}\",\"order\":\"{{$.order}}\"}'\n}",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": "字数::{{$.wordCount}}"
    },
    "searchUrl": "https://vreader.vivo.com.cn/book/search.do,{'method': 'POST',\n'body': '{\"model\":\"MI PAD 4\",\"imei\":\"123456789012345\",\"clientVersion\":\"121020\",\"elapsedtime\":\"343343\",\"sysver\":\"\",\"nt\":\"wifi\",\"ver\":\"121020\",\"u\":\"\",\"pver\":\"0\",\"resolution\":\"1920*1200\",\"bookVersion\":\"30800\",\"vreaderVersion\":121020,\"pixel\":\"320\",\"av\":\"27\",\"adrVerName\":\"8.1.0\",\"timestamp\":\"1675854786926\",\"openudid\":\"b443cebc6f614746\",\"udid\":\"\",\"channel\":\"0\",\"personalRecommend\":1,\"bookshelfBookIds\":[],\"bookShelfListenBookIds\":[],\"packageName\":\"com.vivo.vreader\",\"featureValues\":\"2\",\"androidId\":\"b443cebc6f614746\",\"page\":0,\"size\":20,\"keyword\":\"{{key}}\",\"tab\":0}'\n}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": " 选书网站",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xuanshu.org/",
    "customButton": false,
    "customOrder": 1288,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1738416665450,
    "respondTime": 722,
    "ruleBookInfo": {
      "author": "dl:nth-child(2)@text##作    者：",
      "coverUrl": ".tupian img@src",
      "intro": ".intro@text",
      "lastChapter": "dl:nth-child(5) > a@text",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": "#content1@html##最新网址：www.xuanshu.org"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".even:nth-child(3)@text",
      "bookList": "tr:nth-child(n+2)",
      "bookUrl": ".even > a@href",
      "lastChapter": ".odd > a@text",
      "name": ".even > a@text"
    },
    "ruleToc": {
      "chapterList": ".pc_list li:nth-child(n+1)",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "/search.php, {\n\"method\": \"post\",\n\"body\": \"searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "作者：鹤熙",
    "bookSourceGroup": "免费",
    "bookSourceName": "365小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.shukuge.com",
    "customButton": false,
    "customOrder": 1289,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n\"User-Agent\":\"Mozilla/5 (Android 11; wv; Arm64) Chrome126 Mobile Safari\"\n}",
    "lastUpdateTime": 1743921699111,
    "respondTime": 83,
    "ruleBookInfo": {
      "author": "p:nth-child(3) > a@text",
      "coverUrl": ".bookdcover > img@src",
      "intro": ".bookdtext > p:nth-child(2)@text##.+下载后请在24小时之内删除\\.|我",
      "kind": ".bookdmore > p:nth-child(1) > a@text&&.bookdmore > p:nth-child(2) > a@text&&.bookdmore > p:nth-child(4)@text&&.bookdmore > p:nth-child(8)@text##状态：|最新时间：",
      "lastChapter": "p:nth-child(7) > a@text",
      "name": ".bookdcover > img@alt",
      "tocUrl": "p:nth-child(8) > .btn@href"
    },
    "ruleContent": {
      "content": "#content > #content@textNodes",
      "title": "h1@text"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.0@text",
      "bookList": ".listitem",
      "bookUrl": ".bookdesc > a@href",
      "coverUrl": ".listitem:nth-child(1) img@src",
      "intro": ".listitem:nth-child(1) .desc:nth-child(4)@text##简介：.+下载后请在24小时之内删除\\.|我",
      "kind": "span.1@text&&span.2@text&&span.3@text##分类：|状态：|类型：",
      "lastChapter": ".desc > a@text",
      "name": "h2@text"
    },
    "ruleToc": {
      "chapterList": "dl > dd",
      "chapterName": "dd > a@text",
      "chapterUrl": "dd > a@href"
    },
    "searchUrl": "/Search?wd={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "天域小说️",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.tycqzw.net",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1290,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部小说\",\"url\":\"https://m.tycqzw.com/xclass/0/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"玄幻小说\",\"url\":\"https://m.tycqzw.com/xclass/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"修真小说\",\"url\":\"https://m.tycqzw.com/xclass/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"都市小说\",\"url\":\"https://m.tycqzw.com/xclass/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"穿越小说\",\"url\":\"https://m.tycqzw.com/xclass/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"网游小说\",\"url\":\"https://m.tycqzw.com/xclass/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"科幻小说\",\"url\":\"https://m.tycqzw.com/xclass/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}},{\"title\":\"其他小说\",\"url\":\"https://m.tycqzw.com/xclass/7/{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}}]",
    "lastUpdateTime": 1735040358674,
    "loginUrl": "",
    "respondTime": 1790,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作\\s*者：",
      "coverUrl": "id.fmimg@tag.img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content",
      "lastChapter": "id.list@tag.dd.0@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "id.info@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@html##推荐.*新书.*|手机用户.*阅读体验。"
    },
    "ruleExplore": {
      "author": "class.author@text##作者：",
      "bookList": "class.hot_sale",
      "bookUrl": "tag.a.0@href@js:\nr=result.match(/_(\\d+)/)\nid=r[1]\nvar iid = parseInt(id/1000);\n'https://www.tycqzw.com/'+iid+'_'+id+'/'",
      "coverUrl": "img@data-original",
      "intro": "class.review@text##简介：",
      "lastChapter": "",
      "name": "class.title@text"
    },
    "ruleSearch": {
      "author": "class.even.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.even.0@tag.a.0@href",
      "coverUrl": "class.even.0@tag.a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.tycqzw.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "class.odd.0@tag.a.0@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.even.0@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search.php?searchkey={{key}}",
    "weight": 100
  },
  {
    "bookSourceComment": "可用",
    "bookSourceGroup": "免费",
    "bookSourceName": "顶点小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.dibanyou.com/",
    "customButton": false,
    "customOrder": 1291,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 0,
    "respondTime": 2738,
    "ruleBookInfo": {
      "author": "@css:.dd_box a@text",
      "coverUrl": "img@src",
      "init": "",
      "intro": "@css:.book_about dl dd@html##最新章节(.*)",
      "kind": "@css:dd:nth-of-type(1) span:nth-of-type(2)@text##分类：(.*)##$1",
      "lastChapter": "@css:dd:nth-of-type(4) a@text",
      "name": "dt.name@text",
      "wordCount": "@css:dd:nth-of-type(2) span:nth-of-type(2)@text##字数：(.*)##$1"
    },
    "ruleContent": {
      "content": "#chaptercontent@html",
      "nextContentUrl": "#pb_next.1@text.下一页@href",
      "replaceRegex": "##(.*?)第(.*?)页(.*)\\s",
      "sourceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "@css:.author a@text",
      "bookList": "div.bookbox",
      "bookUrl": "class.bookname@a@href",
      "checkKeyWord": "我的",
      "coverUrl": "@css:img@src",
      "kind": "@css:div.cat@text##分类：(.*)##$1",
      "lastChapter": "@css:.update a@text",
      "name": "class.bookname@a@text"
    },
    "ruleToc": {
      "chapterList": ".book_last[1]@dd@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ".right@a@href"
    },
    "searchUrl": "/sdfgsdyugfsdugf.html?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "下书网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.dayuzc.com/",
    "customButton": false,
    "customOrder": 1292,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1740758003653,
    "respondTime": 2225,
    "ruleBookInfo": {
      "author": "p.2@text",
      "coverUrl": "img@src",
      "intro": "",
      "kind": "",
      "lastChapter": "p.4@text##最新章节：【（.*）】##$1",
      "name": "h1@text",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".showtxt@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author a@text",
      "bookList": "div.bookbox",
      "bookUrl": ".bookname a@href##^##https://www.dayuzc.com/",
      "checkKeyWord": "我的",
      "coverUrl": "img@src",
      "kind": ".cat@text##分类：",
      "lastChapter": ".update a@text##【(.*)】##$1",
      "name": ".bookname a@text"
    },
    "ruleToc": {
      "chapterList": "dl dd a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ""
    },
    "searchUrl": "https://m.dayuzc.com/sdfgsdyugfsdugf.html?ie=gbk&s=5256649918672294880&q={{key}},{\n\"charset\":\"utf-8\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "主站：https://www.18wen18.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔰 海棠书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.haitang4.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1293,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"排行榜\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"总排行\",\"url\":\"/top/allvisit-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月排行\",\"url\":\"/top/monthvisit-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总推荐\",\"url\":\"/top/allvote-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月推荐\",\"url\":\"/top/monthvote-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总收藏\",\"url\":\"/top/goodnum-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"字数榜\",\"url\":\"/top/size-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"更新榜\",\"url\":\"/top/lastupdate-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"新入库\",\"url\":\"/top/postdate-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"全部分类\",\"url\":\"/sort/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"玄幻奇幻\",\"url\":\"/sort/1-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠修真\",\"url\":\"/sort/2-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市言情\",\"url\":\"/sort/3-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史穿越\",\"url\":\"/sort/4-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游竞技\",\"url\":\"/sort/5-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻未来\",\"url\":\"/sort/6-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖悬疑\",\"url\":\"/sort/7-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他类型\",\"url\":\"/sort/8-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完本小说\",\"url\":\"/wanben-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1724338191973,
    "loginUrl": "",
    "respondTime": 1699,
    "ruleBookInfo": {
      "author": "##:author\"[^\"]+\"([^\"]*)##$1###",
      "coverUrl": "##og:image\"[^\"]+\"([^\"]*)##$1###",
      "intro": "##:description\"[^\"]+\"([^\"]*)##$1###",
      "kind": "##:category\"[^\"]+\"([^\"]*)##$1###",
      "lastChapter": "##_chapter_name\"[^\"]+\"([^\"]*)##$1###",
      "name": "##:book_name\"[^\"]+\"([^\"]*)##$1###",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "div#content@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": ".author@text",
      "bookList": "ul.topul>li",
      "bookUrl": "h2>a@href",
      "checkKeyWord": "我的",
      "coverUrl": "img@src",
      "intro": "p@text",
      "kind": "i.lianzai@text",
      "lastChapter": "",
      "name": "h2>a@text",
      "wordCount": ".other@text"
    },
    "ruleToc": {
      "chapterList": "ul.2@li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/s.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "海棠文学",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.haitangwx.com",
    "customButton": false,
    "customOrder": 1294,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"总点击\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击\",\"url\":\"/top/monthvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击\",\"url\":\"/top/weekvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园言情\",\"url\":\"/sort/1_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市言情\",\"url\":\"/sort/2_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代言情\",\"url\":\"/sort/3_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"罗曼史\",\"url\":\"/sort/4_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"耽美\",\"url\":\"/sort/5_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"百合\",\"url\":\"/sort/6_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"同人\",\"url\":\"/sort/7_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"奇幻玄幻\",\"url\":\"/sort/8_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"网游竞技\",\"url\":\"/sort/9_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻异能\",\"url\":\"/sort/10_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"恐怖灵异\",\"url\":\"/sort/11_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"惊悚推理\",\"url\":\"/sort/12_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"/sort/13_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"历史军事\",\"url\":\"/sort/14_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越重生\",\"url\":\"/sort/15_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"综合其他\",\"url\":\"/sort/16_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"完本\",\"url\":\"/full/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\" \",\"url\":\" \",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1720866789877,
    "loginUrl": "",
    "respondTime": 10350,
    "ruleBookInfo": {
      "author": ".xx a.1@text",
      "coverUrl": "img@src",
      "init": "",
      "intro": ".jianjie@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".xx a.0@text##小说",
      "lastChapter": ".xx a.2@text##正文\\s",
      "name": ".xx li.0@text##\\_.*",
      "tocUrl": ".gengduo a@href"
    },
    "ruleContent": {
      "content": "#nr@html",
      "imageStyle": "0",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": ".list ul",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "span.2@text##\\s",
      "kind": "span.-1@text",
      "lastChapter": "",
      "name": "a.1@text##\\_.*",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".fk li",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "",
      "kind": "a.0@text##\\[|\\]",
      "lastChapter": "",
      "name": "a.1@text##\\_.*",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".lb li a",
      "chapterName": "text##本页章节.*",
      "chapterUrl": "href",
      "nextTocUrl": ".showpage@a@href"
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"s={{key}}&type=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "导入txt小说",
    "bookSourceGroup": "免费",
    "bookSourceName": "八零电子（导）",
    "bookSourceType": 3,
    "bookSourceUrl": "https://m.txt80.cc/",
    "bookUrlPattern": "https://m.txt80.cc/.*html",
    "customButton": false,
    "customOrder": 1295,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"首页\",\"url\":\"/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"书库\",\"url\":\"/all/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"排行\",\"url\":\"/hot/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"推荐\",\"url\":\"/recommendall/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最新\",\"url\":\"/new/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市小说\",\"url\":\"/dushi/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女生言情\",\"url\":\"/yanqing/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻奇幻\",\"url\":\"/xuanhuan/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠仙侠\",\"url\":\"/wuxia/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游竞技\",\"url\":\"/wangyou/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"军事历史\",\"url\":\"/junshi/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻灵异\",\"url\":\"/kehuan/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美同人\",\"url\":\"/danmei/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"文学名著\",\"url\":\"/wenxue/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他小说\",\"url\":\"/qita/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1759588685577,
    "respondTime": 2604,
    "ruleBookInfo": {
      "author": ".mt10.1@a@text",
      "coverUrl": "img@src",
      "downloadUrls": "text.下载地址@href<js>\njava.ajax(\"https://m.txt80.cc\"+result[0])\n</js>text.下载地址@href",
      "init": "class.module mt10",
      "intro": ".con@text##简介：",
      "kind": ".gray.1:3@text\n##分类：|进度：",
      "lastChapter": ".gray.4@text##更新：",
      "name": "h1@text",
      "wordCount": ".gray.2@text##大小："
    },
    "ruleContent": {},
    "ruleExplore": {},
    "ruleSearch": {
      "author": "p.1@text",
      "bookList": ".imgtextlist@li",
      "bookUrl": "a@href",
      "checkKeyWord": "剑来",
      "coverUrl": "img@src",
      "intro": "class.intro@text##简介：",
      "kind": "class.red@text||p.2@text\n##更新：|\\[|\\]",
      "name": "p.0@text\n##《|》|\\[.*\\]",
      "wordCount": "p.3@text##大小："
    },
    "ruleToc": {},
    "searchUrl": "/e/search/index.php,{\n  \"body\": \"show=title,softsay,softwriter&keyboard={{key}}&tbname=download&tempid=1&Submit22=搜索\",\n  \"method\": \"post\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "漫画",
    "bookSourceName": "快看漫画①",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.kuaikanmanhua.comHaxc",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1296,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"✿　　　　　　　榜    单　　　　　　　✿\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"国漫榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=9\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日漫榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=10\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"韩漫榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=11\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"少女榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=6\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"少年榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=5\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青女榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=7\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青年榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=8\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"新作榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完结榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=12\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"口碑榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"畅销榜\",\"url\":\"http://m.kuaikanmanhua.com/mini/v1/comic/mkuaikan/rank_list?since={{24*(page-1)}}&limit=24&need_ranks=true&rank_id=4\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"🔹　　 　　　　状    态　 　　　　　🔹 \",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"推荐\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最火热\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=0&sort=2&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"新上架\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=0&sort=3&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"连载中\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=1&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"已完结\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=2&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"►免费\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=1&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"►付费\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=2&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"►抢先看\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=0&update_status=0&pay_status=3&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"🔹　　 　　　　分    类　 　　　　　🔹 \",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"恋爱\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=20&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"强剧情\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=82&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古风\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=46&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校园\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=47&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奇幻\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=22&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"唯美\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=58&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"热血\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=67&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日漫\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=57&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"韩漫\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=60&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"大女主\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=77&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完结\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=40&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=80&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"萌系\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=62&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=32&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=63&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"搞笑\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=71&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=48&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"正能量\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=54&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总裁\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=52&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"投稿\",\"url\":\"http://m.kuaikanmanhua.com/search/mini/topic/multi_filter?page={{page}}&size=24&tag_id=76&update_status=0&pay_status=0&sort=1&fav_filter=0&gender=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 10; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 Mobile Safari/537.36 SearchCraft/3.6.5 (Baidu; P1 9.0)\"\n}",
    "lastUpdateTime": 1706270468901,
    "loginUrl": "http://m.kuaikanmanhua.com/mob/booklist",
    "respondTime": 7948,
    "ruleBookInfo": {
      "author": "<js>\na=eval(result.match(/__NUXT__[^<]*/)[0]);\nresult=JSON.stringify(__NUXT__);\n</js>\n$.data[*].topicInfo.user.nickname",
      "coverUrl": "@js:\neval(result.match(/__NUXT__[^<]*/)[0]);\n__NUXT__.data[0].topicInfo.vertical_image_url",
      "intro": "@js:\neval(result.match(/__NUXT__[^<]*/)[0]);\n__NUXT__.data[0].topicInfo.description",
      "kind": "@js:\neval(result.match(/__NUXT__[^<]*/)[0]);\n__NUXT__.data[0].topicInfo.tags",
      "lastChapter": "@js:\neval(result.match(/__NUXT__[^<]*/)[0]);\n__NUXT__.data[0].topicInfo.update_status.replace(/^.*?已更/,\"\")",
      "name": "@js:\neval(result.match(/__NUXT__[^<]*/)[0]);\n__NUXT__.data[0].topicInfo.title"
    },
    "ruleContent": {
      "content": "class.ComicPics@img@html##data-src##src",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.author_name",
      "bookList": "$.data.topics||$.data.cards||$.hits.topicMessageList||$.hits",
      "bookUrl": "$.id||$.topic_id@js:\"http://m.kuaikanmanhua.com/mobile/\"+result+\"/list/\"",
      "coverUrl": "$.vertical_image_url||$.image_url||$.cover_image_info.images[*].url",
      "intro": "description",
      "kind": "$.category||$.recommend_tag[1].title",
      "lastChapter": "$.latest_comic_title",
      "name": "$.title.text||$.title"
    },
    "ruleToc": {
      "chapterList": "<js>\na=eval(result.match(/__NUXT__[^<]*/)[0]);\nresult=JSON.stringify(__NUXT__);\n</js>\n$.data[*].comicList[*]",
      "chapterName": "$.title",
      "chapterUrl": "$.id\n@js:\"http://m.kuaikanmanhua.com/mobile/comics/\"+result",
      "isVip": "$.is_free\n@js:result=='true'?false:true",
      "updateTime": "@js:java.timeFormat({{$.updated_at}})"
    },
    "searchUrl": "http://m.kuaikanmanhua.com/search/mini/topic/title_and_author?page={{page}}&size=24&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "蚂蚁阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.mayitxt.org/",
    "customButton": false,
    "customOrder": 1297,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"❀榜单❀\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"总点击榜\",\"url\":\"/top/allvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总推荐榜\",\"url\":\"/top/allvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击榜\",\"url\":\"/top/monthvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月推荐榜\",\"url\":\"/top/monthvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击榜\",\"url\":\"/top/weekvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周推荐榜\",\"url\":\"/top/weekvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最新更新\",\"url\":\"/top/postdate/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最新入库\",\"url\":\"/top_postdate/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总收藏榜\",\"url\":\"/top/goodnum/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"字数榜\",\"url\":\"/top/size/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"❀分类❀\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"/sort/1/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"仙侠\",\"url\":\"/sort/2/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"/sort/3/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"历史\",\"url\":\"/sort/4/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"军事\",\"url\":\"/sort/5/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"/sort/6/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻\",\"url\":\"/sort/7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"游戏\",\"url\":\"/sort/8/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现言\",\"url\":\"/sort/9/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古言\",\"url\":\"/sort/10/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越\",\"url\":\"/sort/11/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"青春\",\"url\":\"/sort/12/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"豪门\",\"url\":\"/sort/14/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"耽美\",\"url\":\"/sort/15/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"其他\",\"url\":\"/sort/13/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1726726788721,
    "respondTime": 2669,
    "ruleBookInfo": {
      "author": "class.book_name@i@text",
      "coverUrl": "class.book_left@tag.a@tag.img@src",
      "intro": "class.brief breviary@text",
      "lastChapter": "class.list@tag.a@text",
      "name": "id.main_title@h1@text",
      "tocUrl": "class.button_list@tag.a.2@href",
      "wordCount": "class.data_list@em.0@text"
    },
    "ruleContent": {
      "content": "id.ChapterContents@html##最新网址：www.mayitxt.org|免费小说*请记住蚂蚁阅读网www.mayitxt.com|***"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "td.5@text",
      "bookList": "class.BOX@tbody@tr!0",
      "bookUrl": "td.2@a@href",
      "kind": "td.1@text&&td.4@text&&td.6@text",
      "lastChapter": "td.3@text",
      "name": "td.2@text"
    },
    "ruleToc": {
      "chapterList": "class.bd@li",
      "chapterName": "text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/modules/article/search.php?q={{key}}&searchtype=all&s=17333194950446968473/,{\n  \"method\": \"get\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": " 海棠书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.haitangshuwu.info/",
    "customButton": false,
    "customOrder": 1298,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻奇幻::list1_{{page}}.html\n武侠仙侠::list2_{{page}}.html\n都市言情::list3_{{page}}.html\n历史穿越::list4_{{page}}.html\n网游竞技::list5_{{page}}.html\n科幻灵异::list6_{{page}}.html\n恐怖惊悚::list7_{{page}}.html\n其他类型::list8_{{page}}.html",
    "lastUpdateTime": 1680693306274,
    "respondTime": 5746,
    "ruleBookInfo": {
      "coverUrl": "img src",
      "name": ".title@h1@text",
      "tocUrl": "text.点击阅读@href"
    },
    "ruleContent": {
      "content": "#inner@html"
    },
    "ruleExplore": {
      "author": "p.1@text##分类：.*",
      "bookList": ".bd.0@li",
      "bookUrl": ".name@a@href",
      "intro": ".fr.0@text",
      "kind": "span.1@textNodes",
      "name": ".name@text",
      "wordCount": "span.-2@textNodes"
    },
    "ruleSearch": {
      "author": ".odd.1@text",
      "bookList": "tr!0",
      "bookUrl": ".odd.0@a@href",
      "lastChapter": ".even.0@text",
      "name": ".odd.0@a@text",
      "wordCount": ".even.1@text"
    },
    "ruleToc": {
      "chapterList": "ol li",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "modules/article/search.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "By：Tom",
    "bookSourceGroup": "免费",
    "bookSourceName": "小说阅读网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.readnovel.com",
    "bookUrlPattern": "",
    "concurrentRate": "500",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 1299,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "风云榜::https://www.readnovel.com/rank/hxyuepiao?pageNum={{page}}\n阅文风云榜::https://www.readnovel.com/rank/ywyuepiao?pageNum={{page}}\n周推荐榜::https://www.readnovel.com/rank/recom?pageNum={{page}}\n玄幻::https://www.readnovel.com/category/20001_f1_f1_f1_f1_f1_0_{{page}}\n奇幻::https://www.readnovel.com/category/20005_f1_f1_f1_f1_f1_0_{{page}}\n武侠::https://www.readnovel.com/category/20010_f1_f1_f1_f1_f1_0_{{page}}\n仙侠::https://www.readnovel.com/category/20014_f1_f1_f1_f1_f1_0_{{page}}\n都市::https://www.readnovel.com/category/20019_f1_f1_f1_f1_f1_0_{{page}}\n现实::https://www.readnovel.com/category/20065_f1_f1_f1_f1_f1_0_{{page}}\n军事::https://www.readnovel.com/category/20032_f1_f1_f1_f1_f1_0_{{page}}\n历史::https://www.readnovel.com/category/20028_f1_f1_f1_f1_f1_0_{{page}}\n游戏::https://www.readnovel.com/category/20050_f1_f1_f1_f1_f1_0_{{page}}\n体育::https://www.readnovel.com/category/20054_f1_f1_f1_f1_f1_0_{{page}}\n科幻::https://www.readnovel.com/category/20042_f1_f1_f1_f1_f1_0_{{page}}\n悬疑::https://www.readnovel.com/category/20037_f1_f1_f1_f1_f1_0_{{page}}\n轻小说::https://www.readnovel.com/category/20059_f1_f1_f1_f1_f1_0_{{page}}\n短篇::https://www.readnovel.com/category/20076_f1_f1_f1_f1_f1_0_{{page}}\n热销榜::https://www.readnovel.com/rank/hotsales?pageNum={{page}}\n完本榜::https://www.readnovel.com/rank/finish?pageNum={{page}}\n点击榜::https://www.readnovel.com/rank/click?pageNum={{page}}\n收藏榜::https://www.readnovel.com/rank/collect?pageNum={{page}}",
    "header": "",
    "lastUpdateTime": 1737975752971,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 4742,
    "ruleBookInfo": {
      "author": "",
      "canReName": "",
      "coverUrl": "",
      "init": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ".book-title@text",
      "tocUrl": "@js:baseUrl+'\\#Catalog'",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".ywskythunderfont@html",
      "imageStyle": "",
      "nextContentUrl": "text.下一页@href||text.下一章@href",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "h4@text||.book-mid-info@tag.p.0@class.name default@text",
      "bookList": ".right-book-list@tag.li||.book-img-text@tag.li",
      "bookUrl": ".book-img@tag.a.0@href||.red-btn@href",
      "coverUrl": ".book-img@tag.img.0@src||.book-img-box@tag.img@src",
      "intro": ".intro@text||.intro@text",
      "kind": ".org@text||.author@tag.a.1@text",
      "lastChapter": ".update@tag.a.0@text##最新更新 (.*)##$1",
      "name": "h3@text||h4@text"
    },
    "ruleSearch": {
      "author": ".book-mid-info@tag.p.0@class.name default@text",
      "bookList": ".book-img-text@tag.li",
      "bookUrl": ".red-btn@href",
      "coverUrl": ".book-img-box@tag.img@src",
      "intro": ".intro@text",
      "kind": ".author@tag.a.1@text",
      "lastChapter": ".update@tag.a.0@text##最新更新 (.*)##$1",
      "name": "h4@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".volume-wrap@class.volume@tag.li\n||class.volume-wrap@class.volume!0@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://www.readnovel.com/so/{{key}}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.xbiquwx.la",
    "customButton": false,
    "customOrder": 1300,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1756113098443,
    "respondTime": 1603,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "#intro@html##本站提示.*",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content##小说|\\s.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": "@js:dt=lr='';c=1;动=java.get(\"动\");\nif(动!=''&&!~baseUrl.indexOf(\",\")){\nresult=String(java.ajax(baseUrl+动))\n}else if(java.get(\"静\")==动)c=dt=2;\n\nr=org.jsoup.Jsoup.parse(r1=result.replace(/&nbsp;/g,' '));\n查=i=java.get(\"序\");\n\nif(java.get(\"文\")==1){for(;c;c--){\nd=[\"img[data-src],img[src~=[^a-z]cid[^a-z]]\"\n,\"img:not([src~=(?i)^$|^javascript:|\\\\.gif|\\\\.png|[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,\"img[src~=(?i)\\\\.png]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,'img[src~=(?i)\\\\.gif]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])'];\n\nif(!(查!=\"\"&&(查!=-1&&((lr=r.select(d[查])).size(),true)))){\n$=it=>(lr=r.select(it)).size();\nif($(d[i=0])||$(d[i=1])||$(d[i=2])||false)break;\n\nif(c==2){dt=1;\nr=org.jsoup.Jsoup.parse(java.ajax(baseUrl+',{\"webView\":true}'))\n}else i=$(d[3])?3:-1}}\nif(i==0)lr=String(lr).replace(/(?:src=['\"][^'\"]+['\"] +)?data-/g,'');\nif(查==\"\")book.putVariable(\"序\",i);\n\n}else{\nsc=java.get(\"文\")==2?\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br)),a>*,:has(a):not(:matchesOwn([\\\\S\\\\s]{50,}),:has(:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(br,a,:matchesOwn([\\\\s\\\\S]{50})),:not(br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)),:has(p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))'\n:\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br,img:not([src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg]))),img[src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg],a:not(:matches(^$)>img)>*,:has(a):not(img,:matchesOwn([\\\\S\\\\s]{50,}),:has(img,:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(img,br,a,:has(img),:matchesOwn([\\\\s\\\\S]{50})),:not(img,br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,img,div:matchesOwn(，|。)+div:matchesOwn(，|。)),:has(img,p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))';\n\nd=[\":matchesOwn(\\\\S):has(br):has(:matchesOwn(\\\\S):has(br))\"\n,\":matchesOwn(\\\\S):has(br)\"\n,\":has(>:matchesOwn(\\\\S):not(:has(*))+:matchesOwn(\\\\S):not(:has(*)))\"\n,\":has(>:has(>p:only-child:matchesOwn(\\\\S):not(:has(*)))+:has(>p:only-child:matchesOwn(\\\\S):not(:has(*))))\"\n,\"img\"\n,\":matchesOwn(\\\\S)\"];\n\ntry{for(查=i!=''?i:java.get(\"元\");c;c--){\n\nif(!(c>1&&(String(r.text()).length<400||r.select(':matchesOwn(内容未加载完成|关闭(阅读|小说)模式)').size()))){\nr.select(sc).remove();\n\nif(!(查!=\"\"&&(lr=r.select(i?d[i==6?5:i]:查)).size()))for(i=0;i<6&&(lr=r.select(d[i]),i==4&&c==1?!lr.size():String(lr.text()).length<200);i++);\nif(c<2||i<6)break;}\n\nr=org.jsoup.Jsoup.parse(r2=String(java.ajax(baseUrl+',{\"webView\":true}')).replace(/(<[a-z]+)&nbsp;/g,'$1 '));\ndt=r1.length==r2.length?2:1}\n\nfor(c=lr.first(),v=1;v<lr.size();v++)if(lr.get(v).parents().contains(c)){\nlr.remove(v);\nv--}else c=lr.get(v);\n\nlr=String((c=lr.size()==2&&i<4)?String(lr.first().text()).length>String(lr.get(1).text()).length?lr.first():lr.get(1):(c=lr.size()==1)?lr.first():lr);\n\nif(查==\"\"){\nif(c&&(查=lr.match(/<([a-z]+) ([^>]+)>/))&&(查[2]=查[2].match(/(?:id|class|style)=(?:\"[^\"]+\"|'[^']+')|[^= ]+(?==\"[^\"]+\"|'[^']+')/g))){\nbook.putVariable(\"元\",查[1]+'['+查[2].join('][')+']')\n}else book.putVariable(\"序\",i)}\n\nlr=lr.replace(/<([a-z]+)[^>]*\"-\\d+\"[^>]*>[^<]+<\\/\\1>|[^<>]*<a[^<]+<\\/a>[^<]*|&lt[; ]?\\/?[a-z]+(?= |\\/?&gt)(?:[ a-z=-]+|\"[^\"]+\"|'[^']+')*\\/?&gt[; ]?|[☯📑⚙️🌕︴]/g,\"\").replace(/\\s+(?:\\s|(?:(?:(?:n?b)?s)?p)?;)/g,\"　　\");\n\nif(java.get(\"原\")!=1)lr=(!lr.indexOf(\"　　\")?lr.replace(/>(?!　　|\\s*(?:(?:(?:n?b)?s)?p)?;)\\s*(?=[^\\s<>])/g,\">︴\"):lr)\n.replace(/((?:[〖【『「（《〈〔［\\[(][^〖【『「（《〈〔［\\[()］〕〉》）」』】〗\\]]*[)］〕〉》）」』】〗\\]]\\s*)*(?:第?\\s*[一二三四五六七八九十百千万〇零0-9]+\\s*[章节回話话：:.．,，、]*\\s*)?{{\nn=(t=title.match(/\\S+$/)[0].replace(/[*$|?+\\\\\\^\\[\\](){}/]/g,\".?\")).replace(/^(正文[^\\u4e00-\\u9fa5A-Za-z]*|第?[一二三四五六七八九十百千万〇零0-9]+[章节回話话\\s：:.．,，、]*)+/,\"\"),n!=t&&/\\S/.test(n)?\"(?:第?\\\\s*[一二三四五六七八九十百千万〇零0-9]+\\\\s*[章节回話话：:.．,，、]*\\\\s*\"+n+\"|\"+t+\")\":t\n}}(?:\\s*[〖【『「（《〈〔［\\[(][^〖【『「（《〈〔［\\[()］〕〉》）」』】〗\\]]*[)］〕〉》）」』】〗\\]])*)/g,\"⚙️$1⚙️\")+\"📑\"\n\n}catch(e){}}\nif(dt)book.putVariable(dt==1?\"动\":\"静\",',{\"webView\":true}');lr"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "tbody tr!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##https://www.xbiquwx.la/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.5:4@text",
      "lastChapter": "a.1@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": "a.0@text",
      "wordCount": "td.3@text"
    },
    "ruleToc": {
      "chapterList": "#list dd a",
      "chapterName": "text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "八中文网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.zwduxs.com已整理",
    "bookUrlPattern": "已校验",
    "customButton": false,
    "customOrder": 1301,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1726725253556,
    "loginUrl": "",
    "respondTime": 3053,
    "ruleBookInfo": {
      "author": "id.maininfo@id.info@tag.p.0@text",
      "coverUrl": "id.fmimg@tag.img@src",
      "intro": "id.intro@tag.p@text",
      "lastChapter": "id.list@tag.dl@tag.dd.-1@tag.a@text",
      "name": "id.maininfo@id.info@tag.h1@text"
    },
    "ruleContent": {
      "content": "id.content@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.odd.1@text||id.info@tag.p.0@text",
      "bookList": "class.grid@tag.tr!0||tag.body",
      "bookUrl": "class.odd.0@tag.a@href||tag.meta.16@content",
      "coverUrl": "tag.a.0@href##.*_(\\d+)(\\d{3})/##/files/article/image/$1/$1$2/$1$2s.jpg",
      "kind": "class.even.2@text",
      "lastChapter": "class.even.0@text||tag.meta.19@content",
      "name": "class.odd.0@text||tag.h1@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dl@tag.dd@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.zwduxs.com/modules/article/search.php,{\n  \"method\": \"POST\",\n  \"body\": \"searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "贼吧网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.zei.me玄奇.",
    "customButton": false,
    "customOrder": 1302,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1684818212186,
    "respondTime": 2778,
    "ruleBookInfo": {
      "author": "@css:small:contains(书籍作者：)+span@text",
      "canReName": "",
      "coverUrl": "tag.img.0@src",
      "intro": "@js:book.intro+/邪恶漫画/.test(book.kind)?'':'<br>https://www.zei8.me{{@@text.本地高速下载@href}}'",
      "kind": "class.place@tag.a.-1@text",
      "lastChapter": "",
      "name": "",
      "tocUrl": "",
      "wordCount": "@css:small:matches(是否连载|小说大小)+span@text"
    },
    "ruleContent": {
      "content": "class.content@html||text.电信高速下载@href@js:/^http:/.test(result)?'<img src=\"'+book.coverUrl+'\"/>下载链接：'+result+'<br>───────<br>'+book.intro:result",
      "nextContentUrl": "",
      "replaceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "",
      "bookList": "class.item",
      "bookUrl": "tag.a@href",
      "intro": "class.intro@html",
      "kind": "",
      "name": "tag.a@text##[^《]*《|》[^\\n]*"
    },
    "ruleToc": {
      "chapterList": "text.本地高速下载||class.content",
      "chapterName": "@js:'正文预览'",
      "chapterUrl": "href@js:''+result?result:baseUrl",
      "isVip": ""
    },
    "searchUrl": "https://www.zei8.me/e/sch/index.php?page={{page-1}}&keyboard={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "                    \"error:Connection reset\n                                        \"error:Connection reset\n                                        \"error:Connection reset\n                                        \"error:Connection reset\n                    \"error:Connection reset\n\"\"\"\"\"",
    "bookSourceGroup": "免费",
    "bookSourceName": "♜飞速小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.feisuwx.org/#pb1101",
    "bookUrlPattern": "http://www.feisuwx.org/book/\\d+/\\d+/index.html",
    "customButton": false,
    "customOrder": 1303,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1721732157559,
    "loginUrl": "",
    "respondTime": 528,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text",
      "coverUrl": "id.fmimg@img@src",
      "init": "",
      "intro": "id.intro@tag.p.0@text",
      "kind": "id.info@tag.p.2@text##最后更新：",
      "lastChapter": "id.list@tag.dd.0@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 |卷1",
      "name": "id.info@tag.h1@text",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@html##无弹窗小说网.*ＣＯＭ|读.*请记好本站.*org"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "class.s4@text",
      "bookList": "class.novelslist3@tag.li",
      "bookUrl": "class.s2@tag.a@href@js:\nvar id = result.match(/(\\d+).html\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.feisuwx.org/book/'+iid+'/'+id+'/index.html';",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+).html\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.feisuwx.org/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "class.s1@text&&\nclass.s7@text",
      "lastChapter": "class.s3@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 |卷1",
      "name": "class.s2@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text##【求收藏！】|（.*）",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.feisuwx.org/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🌸笔迷读",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.bimidu.com/##@遇知",
    "customButton": false,
    "customOrder": 1304,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"🔖分类🔖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻魔法\",\"url\":\"/fenlei/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠修真\",\"url\":\"/fenlei/2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市言情\",\"url\":\"/fenlei/3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"/fenlei/4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游竞技\",\"url\":\"/fenlei/5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻未来\",\"url\":\"/fenlei/6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖灵异\",\"url\":\"/fenlei/7_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他类型\",\"url\":\"/fenlei/8_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"🔖榜单🔖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"总排行\",\"url\":\"/t/allvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最近更新\",\"url\":\"/t/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}\n]",
    "lastUpdateTime": 1727878314082,
    "respondTime": 3775,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "🔔 更新时间：{{@@[property=\"og:novel:update_time\"]@content##\\s##🔸}}\n\n📂 内容简介：{{@@[property=\"og:description\"]@content}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": "#nr@html",
      "replaceRegex": "##.*免费最快更新.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.3@text",
      "bookList": ".xb9 .newlist .text-more",
      "bookUrl": "a.1@href",
      "checkKeyWord": "",
      "coverUrl": "a.1@href@js:##.+\\D((\\d+)\\d{3})\\D##https://www.bimidu.com/files/article/image/$2/$1/$1s.jpg###",
      "intro": "",
      "kind": "a.0@text&&.xb6@textNodes##\\(|\\)",
      "lastChapter": "a.2@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".dirlist .xl6 a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.bimidu.com/modules/article/search.php?submit=%CB%D1%CB%F7&searchkey={{key}}&page={{page}},\n{\n  \"charset\": \"GBK\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "若初文学",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ruochu.com一程",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1305,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "短篇::http://search.ruochu.com/web/all?sort=110&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n婚恋::http://search.ruochu.com/web/all?sort=35&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n都市::http://search.ruochu.com/web/all?sort=4&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n职场::http://search.ruochu.com/web/all?sort=11&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n豪门::http://search.ruochu.com/web/all?sort=12&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n总裁::http://search.ruochu.com/web/all?sort=13&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n架空::http://search.ruochu.com/web/all?sort=15&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n穿越::http://search.ruochu.com/web/all?sort=17&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n宫斗::http://search.ruochu.com/web/all?sort=19&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n宅斗::http://search.ruochu.com/web/all?sort=20&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n青春::http://search.ruochu.com/web/all?sort=21&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n仙侠::http://search.ruochu.com/web/all?sort=7&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n修真::http://search.ruochu.com/web/all?sort=22&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n玄幻::http://search.ruochu.com/web/all?sort=6&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n武侠::http://search.ruochu.com/web/all?sort=8&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n历史::http://search.ruochu.com/web/all?sort=3&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\n纯爱::http://search.ruochu.com/web/all?sort=23&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0",
    "lastUpdateTime": 1716231851451,
    "loginUrl": "",
    "respondTime": 1284,
    "ruleBookInfo": {
      "tocUrl": "text.目录@href"
    },
    "ruleContent": {
      "content": "class.page-content@html",
      "imageStyle": "0"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.authorname",
      "bookList": "$.data.content",
      "bookUrl": "$.id@js:\"https://www.ruochu.com/book/\"+result",
      "coverUrl": "$.iconUrlSmall@js:\"https://b.heiyanimg.com\"+result",
      "intro": "$.introduce",
      "kind": "$.sortname",
      "lastChapter": "$.lastchaptername",
      "name": "$.name"
    },
    "ruleToc": {
      "chapterList": "class.float-list fill-block@tag.li",
      "chapterName": "html@js:if(result.match(/isvip/)){\nresult=\"🔒\"+result.match(/>([^<]+)<\\/a>/)[1];\n}else{result=result.match(/>([^<]+)<\\/a>/)[1];}",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://search.ruochu.com/web/search?queryString={{key}}&highlight=false&page=1",
    "weight": 0
  },
  {
    "bookSourceComment": "http://download.maoyankanshu.la/",
    "bookSourceGroup": "免费",
    "bookSourceName": "猫眼看书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://api.lemiyigou.com/",
    "customButton": false,
    "customOrder": 1306,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\": \"❀❀❀男生频道❀❀❀\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"必读榜\",\"url\": \"/module/rank?type=1&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"潜力榜\",\"url\": \"/module/rank?type=5&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"完本榜\",\"url\": \"/module/rank?type=2&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"更新榜\",\"url\": \"/module/rank?type=3&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"搜索榜\",\"url\": \"/module/rank?type=4&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"评论榜\",\"url\": \"/module/rank?type=6&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"❀❀全部分类❀❀\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"玄幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=lejRej\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"武侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=nel5aK\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"都市\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mbk5ez\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"仙侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=vbmOeY\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"军事\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=penRe7\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"历史\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=xbojag\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"游戏\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mep2bM\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"科幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=zbq2dp\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"轻小说\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=YerEdO\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"❀❀完结❀❀\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"玄幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=lejRej&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"武侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=nel5aK&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"都市\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mbk5ez&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"仙侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=vbmOeY&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"军事\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=penRe7&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"历史\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=xbojag&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"游戏\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mep2bM&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"科幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=zbq2dp&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"轻小说\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=YerEdO&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"❀❀连载❀❀\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"玄幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=lejRej&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"武侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=nel5aK&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"都市\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mbk5ez&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"仙侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=vbmOeY&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"军事\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=penRe7&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"历史\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=xbojag&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"游戏\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mep2bM&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"科幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=zbq2dp&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"轻小说\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=YerEdO&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"❀❀❀女生频道❀❀❀\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"必读榜\",\"url\": \"/module/rank?type=1&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"潜力榜\",\"url\": \"/module/rank?type=5&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"完本榜\",\"url\": \"/module/rank?type=2&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"更新榜\",\"url\": \"/module/rank?type=3&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"搜索榜\",\"url\": \"/module/rank?type=4&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"评论榜\",\"url\": \"/module/rank?type=6&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"❀❀全部分类❀❀\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"现代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9avmeG\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"古代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=DdwRb1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"幻想言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=7ax9by\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"青春校园\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=Pdy7aQ\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"唯美纯爱\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=kazYeJ\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"同人衍生\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9aAOdv\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"❀❀完结❀❀\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"现代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9avmeG&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"古代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=DdwRb1&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"幻想言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=7ax9by&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"青春校园\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=Pdy7aQ&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"唯美纯爱\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=kazYeJ&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"同人衍生\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9aAOdv&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"❀❀连载❀❀\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"现代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9avmeG&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"古代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=DdwRb1&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"幻想言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=7ax9by&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"青春校园\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=Pdy7aQ&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"唯美纯爱\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=kazYeJ&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"同人衍生\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9aAOdv&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}}\n]",
    "header": "{\n'User-Agent': 'okhttp/4.9.2','client-device': '2d37f6b5b6b2605373092c3dc65a3b39','client-brand': 'Redmi','client-version': '2.3.0','client-name': 'app.maoyankanshu.novel','client-source': 'android','Authorization': 'bearereyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9hcGkuanhndHp4Yy5jb21cL2F1dGhcL3RoaXJkIiwiaWF0IjoxNjgzODkxNjUyLCJleHAiOjE3NzcyMDM2NTIsIm5iZiI6MTY4Mzg5MTY1MiwianRpIjoiR2JxWmI4bGZkbTVLYzBIViIsInN1YiI6Njg3ODYyLCJwcnYiOiJhMWNiMDM3MTgwMjk2YzZhMTkzOGVmMzBiNDM3OTQ2NzJkZDAxNmM1In0.mMxaC2SVyZKyjC6rdUqFVv5d9w_X36o0AdKD7szvE_Q'\n}",
    "lastUpdateTime": 1734989560169,
    "respondTime": 1997,
    "ruleBookInfo": {
      "author": "$.authorName",
      "coverUrl": "$..cover",
      "init": "$.data",
      "intro": "$..summary",
      "kind": "{{$.lastChapter.decTime}}\n{{$.averageScore}}分\n{{$.className}}\n{{$..tagName}}",
      "lastChapter": "$.lastChapter.chapterName",
      "name": "$.novelName",
      "tocUrl": "/novel/{{$.novelId}}/chapters?readNum=1",
      "wordCount": "$.wordNum"
    },
    "ruleContent": {
      "content": "$.content##一秒记住.*供精彩阅读。|7017k"
    },
    "ruleExplore": {
      "author": "$.authorName",
      "bookList": "$.data[*]",
      "bookUrl": "/novel/{{$.novelId}}?isSearch=1",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "{{$..className}}\n{{$.averageScore}}分",
      "name": "$.novelName",
      "wordCount": "$.wordNum"
    },
    "ruleSearch": {
      "author": "$.authorName",
      "bookList": "$.data[*]",
      "bookUrl": "/novel/{{$.novelId}}?isSearch=1",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "{{$..className}}\n{{$.averageScore}}分",
      "lastChapter": "",
      "name": "$.novelName",
      "wordCount": "$.wordNum"
    },
    "ruleToc": {
      "chapterList": "$.data.list[*]",
      "chapterName": "$.chapterName",
      "chapterUrl": "$.path@js:java.aesBase64DecodeToString(result,\"f041c49714d39908\",\"AES/CBC/PKCS5Padding\",\"0123456789abcdef\")",
      "updateTime": "{{$.updatedAt}}\n字数：{{$.wordNum}}"
    },
    "searchUrl": "search?page={{page}}&keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "悠久小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ujxsw.com/",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1307,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻奇幻::xuanhuan/{{page}}/\n仙侠修真::wuxia/{{page}}/\n都市青春::dushi/{{page}}/\n历史军事::lishi/{{page}}/\n游戏动漫::youxi/{{page}}/\n科幻灵异::kehuan/{{page}}/\n女生言情::yanqing/{{page}}/",
    "header": "",
    "lastUpdateTime": 1733300026043,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 1868,
    "ruleBookInfo": {
      "author": "class.d_title@tag.a.0@text",
      "coverUrl": "id.bookimg@tag.img@src",
      "intro": "id.bookintro@tag.div@text##【展开】|【收起】",
      "kind": "id.count@tag.span.0@text",
      "lastChapter": "class.new@tag.a.0@&&class.new@tag.span.1@text##更新时间.",
      "name": "class.d_title@tag.h1@text##作者.*|\\s",
      "tocUrl": "class.motion@tag.a.0@href",
      "wordCount": "id.count@tag.span.4@text"
    },
    "ruleContent": {
      "content": "class.read-content@html##.*免费阅读！|佰度搜索.*|.*悠久小说.*|最新网址：www.ujxsw.com",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "author": "tag.a.2@text",
      "bookList": "id.sitembox@tag.dl",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src",
      "intro": "tag.dd.2@text",
      "kind": "tag.span.1@text&&tag.span.-1@text",
      "lastChapter": "tag.a.3@text",
      "name": "tag.a.1@text"
    },
    "ruleSearch": {
      "author": "tag.a.2@text",
      "bookList": "class.shulist@tag.ul",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.ujxs.com/files/article/image/$2/$1/$1s.jpg###",
      "kind": "tag.li.1@text",
      "lastChapter": "tag.a.1@text&&class.five@text",
      "name": "tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.readerlist@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "searchbooks.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "新御宅屋🎗",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.yuzhaiwuvip.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1308,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "                                全      部                                 ::\n 更新时间  ::/shuku/0/0/0/0/0/0/lastupdate/{{page}}.html\n 入库时间  ::/shuku/0/0/0/0/0/0/postdate/{{page}}.html\n 编辑推荐  ::/shuku/0/0/0/0/0/0/toptime/{{page}}.html\n周点击::/shuku/0/0/0/0/0/0/weekvisit/{{page}}.html\n月点击::/shuku/0/0/0/0/0/0/monthvisit/{{page}}.html\n总点击::/shuku/0/0/0/0/0/0/allvisit/{{page}}.html\n周推荐::/shuku/0/0/0/0/0/0/weekvote/{{page}}.html\n月推荐::/shuku/0/0/0/0/0/0/monthvote/{{page}}.html\n总推荐::/shuku/0/0/0/0/0/0/allvote/{{page}}.html\n周鲜花::/shuku/0/0/0/0/0/0/weekflower/{{page}}.html\n月鲜花::/shuku/0/0/0/0/0/0/monthflower/{{page}}.html\n总鲜花::/shuku/0/0/0/0/0/0/allflower/{{page}}.html\n总月票::/shuku/0/0/0/0/0/0/allvipvote/{{page}}.html\n  字数  ::/shuku/0/0/0/0/0/0/words/{{page}}.html\n收藏数::/shuku/0/0/0/0/0/0/goodnum/{{page}}.html\n                                 玄幻奇幻                                 ::\n 更新时间  ::/shuku/0/1/0/0/0/0/lastupdate/{{page}}.html\n 入库时间  ::/shuku/0/1/0/0/0/0/postdate/{{page}}.html\n 编辑推荐  ::/shuku/0/1/0/0/0/0/toptime/{{page}}.html\n周点击::/shuku/0/1/0/0/0/0/weekvisit/{{page}}.html\n月点击::/shuku/0/1/0/0/0/0/monthvisit/{{page}}.html\n总点击::/shuku/0/1/0/0/0/0/allvisit/{{page}}.html\n周推荐::/shuku/0/1/0/0/0/0/weekvote/{{page}}.html\n月推荐::/shuku/0/1/0/0/0/0/monthvote/{{page}}.html\n总推荐::/shuku/0/1/0/0/0/0/allvote/{{page}}.html\n周鲜花::/shuku/0/1/0/0/0/0/weekflower/{{page}}.html\n月鲜花::/shuku/0/1/0/0/0/0/monthflower/{{page}}.html\n总鲜花::/shuku/0/1/0/0/0/0/allflower/{{page}}.html\n总月票::/shuku/0/1/0/0/0/0/allvipvote/{{page}}.html\n  字数  ::/shuku/0/1/0/0/0/0/words/{{page}}.html\n收藏数::/shuku/0/1/0/0/0/0/goodnum/{{page}}.html\n                                武侠仙侠                                 ::\n 更新时间  ::/shuku/0/2/0/0/0/0/lastupdate/{{page}}.html\n 入库时间  ::/shuku/0/2/0/0/0/0/postdate/{{page}}.html\n 编辑推荐  ::/shuku/0/2/0/0/0/0/toptime/{{page}}.html\n周点击::/shuku/0/2/0/0/0/0/weekvisit/{{page}}.html\n月点击::/shuku/0/2/0/0/0/0/monthvisit/{{page}}.html\n总点击::/shuku/0/2/0/0/0/0/allvisit/{{page}}.html\n周推荐::/shuku/0/2/0/0/0/0/weekvote/{{page}}.html\n月推荐::/shuku/0/2/0/0/0/0/monthvote/{{page}}.html\n总推荐::/shuku/0/2/0/0/0/0/allvote/{{page}}.html\n周鲜花::/shuku/0/2/0/0/0/0/weekflower/{{page}}.html\n月鲜花::/shuku/0/2/0/0/0/0/monthflower/{{page}}.html\n总鲜花::/shuku/0/2/0/0/0/0/allflower/{{page}}.html\n总月票::/shuku/0/2/0/0/0/0/allvipvote/{{page}}.html\n  字数  ::/shuku/0/2/0/0/0/0/words/{{page}}.html\n收藏数::/shuku/0/2/0/0/0/0/goodnum/{{page}}.html                           \n                                都市生活                                 ::\n 更新时间  ::/shuku/0/3/0/0/0/0/lastupdate/{{page}}.html\n 入库时间  ::/shuku/0/3/0/0/0/0/postdate/{{page}}.html\n 编辑推荐  ::/shuku/0/3/0/0/0/0/toptime/{{page}}.html\n周点击::/shuku/0/3/0/0/0/0/weekvisit/{{page}}.html\n月点击::/shuku/0/3/0/0/0/0/monthvisit/{{page}}.html\n总点击::/shuku/0/3/0/0/0/0/allvisit/{{page}}.html\n周推荐::/shuku/0/3/0/0/0/0/weekvote/{{page}}.html\n月推荐::/shuku/0/3/0/0/0/0/monthvote/{{page}}.html\n总推荐::/shuku/0/3/0/0/0/0/allvote/{{page}}.html\n周鲜花::/shuku/0/3/0/0/0/0/weekflower/{{page}}.html\n月鲜花::/shuku/0/3/0/0/0/0/monthflower/{{page}}.html\n总鲜花::/shuku/0/3/0/0/0/0/allflower/{{page}}.html\n总月票::/shuku/0/3/0/0/0/0/allvipvote/{{page}}.html\n  字数  ::/shuku/0/3/0/0/0/0/words/{{page}}.html\n收藏数::/shuku/0/3/0/0/0/0/goodnum/{{page}}.html                               \n                                历史穿越                                 ::\n 更新时间  ::/shuku/0/4/0/0/0/0/lastupdate/{{page}}.html\n 入库时间  ::/shuku/0/4/0/0/0/0/postdate/{{page}}.html\n 编辑推荐  ::/shuku/0/4/0/0/0/0/toptime/{{page}}.html\n周点击::/shuku/0/4/0/0/0/0/weekvisit/{{page}}.html\n月点击::/shuku/0/4/0/0/0/0/monthvisit/{{page}}.html\n总点击::/shuku/0/4/0/0/0/0/allvisit/{{page}}.html\n周推荐::/shuku/0/4/0/0/0/0/weekvote/{{page}}.html\n月推荐::/shuku/0/4/0/0/0/0/monthvote/{{page}}.html\n总推荐::/shuku/0/4/0/0/0/0/allvote/{{page}}.html\n周鲜花::/shuku/0/4/0/0/0/0/weekflower/{{page}}.html\n月鲜花::/shuku/0/4/0/0/0/0/monthflower/{{page}}.html\n总鲜花::/shuku/0/4/0/0/0/0/allflower/{{page}}.html\n总月票::/shuku/0/4/0/0/0/0/allvipvote/{{page}}.html\n  字数  ::/shuku/0/4/0/0/0/0/words/{{page}}.html\n收藏数::/shuku/0/4/0/0/0/0/goodnum/{{page}}.html                                \n                                科幻未来                                 ::\n 更新时间  ::/shuku/0/5/0/0/0/0/lastupdate/{{page}}.html\n 入库时间  ::/shuku/0/5/0/0/0/0/postdate/{{page}}.html\n 编辑推荐  ::/shuku/0/5/0/0/0/0/toptime/{{page}}.html\n周点击::/shuku/0/5/0/0/0/0/weekvisit/{{page}}.html\n月点击::/shuku/0/5/0/0/0/0/monthvisit/{{page}}.html\n总点击::/shuku/0/5/0/0/0/0/allvisit/{{page}}.html\n周推荐::/shuku/0/5/0/0/0/0/weekvote/{{page}}.html\n月推荐::/shuku/0/5/0/0/0/0/monthvote/{{page}}.html\n总推荐::/shuku/0/5/0/0/0/0/allvote/{{page}}.html\n周鲜花::/shuku/0/5/0/0/0/0/weekflower/{{page}}.html\n月鲜花::/shuku/0/5/0/0/0/0/monthflower/{{page}}.html\n总鲜花::/shuku/0/5/0/0/0/0/allflower/{{page}}.html\n总月票::/shuku/0/5/0/0/0/0/allvipvote/{{page}}.html\n  字数  ::/shuku/0/5/0/0/0/0/words/{{page}}.html\n收藏数::/shuku/0/5/0/0/0/0/goodnum/{{page}}.html                                \n                                游戏竞技                                 ::\n 更新时间  ::/shuku/0/6/0/0/0/0/lastupdate/{{page}}.html\n 入库时间  ::/shuku/0/6/0/0/0/0/postdate/{{page}}.html\n 编辑推荐  ::/shuku/0/6/0/0/0/0/toptime/{{page}}.html\n周点击::/shuku/0/6/0/0/0/0/weekvisit/{{page}}.html\n月点击::/shuku/0/6/0/0/0/0/monthvisit/{{page}}.html\n总点击::/shuku/0/6/0/0/0/0/allvisit/{{page}}.html\n周推荐::/shuku/0/6/0/0/0/0/weekvote/{{page}}.html\n月推荐::/shuku/0/6/0/0/0/0/monthvote/{{page}}.html\n总推荐::/shuku/0/6/0/0/0/0/allvote/{{page}}.html\n周鲜花::/shuku/0/6/0/0/0/0/weekflower/{{page}}.html\n月鲜花::/shuku/0/6/0/0/0/0/monthflower/{{page}}.html\n总鲜花::/shuku/0/6/0/0/0/0/allflower/{{page}}.html\n总月票::/shuku/0/6/0/0/0/0/allvipvote/{{page}}.html\n  字数  ::/shuku/0/6/0/0/0/0/words/{{page}}.html\n收藏数::/shuku/0/6/0/0/0/0/goodnum/{{page}}.html                                \n                                其他类型                                 ::\n 更新时间  ::/shuku/0/7/0/0/0/0/lastupdate/{{page}}.html\n 入库时间  ::/shuku/0/7/0/0/0/0/postdate/{{page}}.html\n 编辑推荐  ::/shuku/0/7/0/0/0/0/toptime/{{page}}.html\n周点击::/shuku/0/7/0/0/0/0/weekvisit/{{page}}.html\n月点击::/shuku/0/7/0/0/0/0/monthvisit/{{page}}.html\n总点击::/shuku/0/7/0/0/0/0/allvisit/{{page}}.html\n周推荐::/shuku/0/7/0/0/0/0/weekvote/{{page}}.html\n月推荐::/shuku/0/7/0/0/0/0/monthvote/{{page}}.html\n总推荐::/shuku/0/7/0/0/0/0/allvote/{{page}}.html\n周鲜花::/shuku/0/7/0/0/0/0/weekflower/{{page}}.html\n月鲜花::/shuku/0/7/0/0/0/0/monthflower/{{page}}.html\n总鲜花::/shuku/0/7/0/0/0/0/allflower/{{page}}.html\n总月票::/shuku/0/7/0/0/0/0/allvipvote/{{page}}.html\n  字数  ::/shuku/0/7/0/0/0/0/words/{{page}}.html\n收藏数::/shuku/0/7/0/0/0/0/goodnum/{{page}}.html",
    "header": "",
    "lastUpdateTime": 1734258191382,
    "loginUrl": "",
    "respondTime": 5023,
    "ruleBookInfo": {
      "author": ".xq_bookne@div.-5@text",
      "coverUrl": ".lazyload.img@src",
      "init": "",
      "intro": ".bookintro@text",
      "kind": ".xq_bookne@div.-4@text##类别：",
      "lastChapter": "",
      "name": ".xq_bookne@class.one@em@text",
      "tocUrl": ".btn_book@a.-1@href",
      "wordCount": ".xq_bookne@div.-2@text##字数："
    },
    "ruleContent": {
      "content": "id.YiJianZhan@html"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "class.book_other@ownText",
      "bookList": "id.sitebox@dl",
      "bookUrl": "h3@tag.a.0@href",
      "checkKeyWord": "",
      "coverUrl": "tag.img@src",
      "intro": "class.book_des@text",
      "kind": "class.book_other@span@text",
      "name": "dd@h3@a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.readerlist@ul@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/modules/article/search.php,{\n\"charset\": \"utf-8\",\n\"method\": \"POST\",\n\"body\": \"searchkey={{key}}&searchtype=all\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.biquzw.info",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1309,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻小说\",\"url\":\"/list/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"修真小说\",\"url\":\"/list/2_{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"都市小说\",\"url\":\"/list/3_{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"穿越小说\",\"url\":\"/list/4_{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"网游小说\",\"url\":\"/list/5_{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"科幻小说\",\"url\":\"/list/6_{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}}]",
    "header": "",
    "lastUpdateTime": 1731748536539,
    "loginUrl": "",
    "respondTime": 5414,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作 者:",
      "coverUrl": "id.fmimg@tag.img@src",
      "init": "",
      "intro": "id.intro@tag.p.0@text",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content",
      "lastChapter": "id.info@tag.p.3@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "id.info@h1@text"
    },
    "ruleContent": {
      "content": "id.content@textNodes"
    },
    "ruleExplore": {
      "author": "class.s4@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "class.s2@a@href<js>\nvar id = result.match(/_(\\d+)/)[1];\nvar iid = parseInt(id/1000);\n'https://www.xbiquwx.la/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "class.s5@text",
      "lastChapter": "class.s3@a@text",
      "name": "class.s2@a@text"
    },
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.odd.0@tag.a@href",
      "coverUrl": "class.odd.0@tag.a@href<js>\nvar id = result.match(/_(\\d+)/)[1];\nvar iid = parseInt(id/1000);\n'https://www.xbiquwx.la/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "class.even.0@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.odd.0@tag.a@text",
      "wordCount": "class.even.1@text##k##万字"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.biquzw.info/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "悠悠文学",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.uuwx.la#",
    "bookUrlPattern": "https?://m.uuwx.la/ls/[\\d_/]+",
    "customButton": false,
    "customOrder": 1310,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻小说\",\"url\":\"/fenlei-3/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠小说\",\"url\":\"/fenlei-5/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"言情小说\",\"url\":\"/fenlei-1/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越小说\",\"url\":\"/fenlei-6/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏竞技\",\"url\":\"/fenlei-2/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻灵异\",\"url\":\"/fenlei-4/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"综合其他\",\"url\":\"/fenlei-7/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}}]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1734644923599,
    "respondTime": 5139,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content"
    },
    "ruleContent": {
      "content": "#nr1@textNodes",
      "nextContentUrl": "text.下一@href",
      "replaceRegex": "##{{try{title}catch(e){\"\"} }}.*\\s*\\(第\\d+.*页\\)\\s*|\\s*.?本章未完.*\\s*"
    },
    "ruleExplore": {
      "author": "ownText##.*\\/",
      "bookList": "class.line",
      "bookUrl": "a@href",
      "coverUrl": "@js:\"http://www.uuxs.info/modules/article/images/nocover.jpg\"",
      "kind": "ownText##\\[|\\].*",
      "name": "a@text"
    },
    "ruleSearch": {
      "author": "p.-2@text",
      "bookList": "class.block",
      "bookUrl": "a.1@href",
      "checkKeyWord": "剑来",
      "coverUrl": "img@src",
      "kind": "p.-3@text##分类：",
      "lastChapter": "a.-1@text",
      "name": "h2@text"
    },
    "ruleToc": {
      "chapterList": "ul.1@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "/search.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "黑炎小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.heiyan.info/",
    "customButton": false,
    "customOrder": 1311,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734638857212,
    "respondTime": 125,
    "ruleBookInfo": {
      "author": "h3@a@text",
      "coverUrl": "img@src",
      "intro": "{{@@p.0@textNodes##简介：}}##^|\\\\n##<br>",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content##\\?",
      "lastChapter": ".upd@a.1@text",
      "name": "h1@text",
      "wordCount": ".infos@span.3@text##.*：@js:result.replace(/：/g,'\\:').replace(/\\s/g,'').replace(/(\\d+)/g,'$1●').replace(/\\d{4}●/g,'万字').replace(/(\\d+)\\d{3}/g,'$1千字')"
    },
    "ruleContent": {
      "content": ".contentbox@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.0@text",
      "bookList": ".so",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": "p.0@text",
      "kind": "{{@@span.3:2@text##.*：|中|已}}",
      "name": "h2@text",
      "wordCount": "{{@@span.1@text##.*：|中|已}}"
    },
    "ruleToc": {
      "chapterList": ".book_list@li",
      "chapterName": "text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "plus/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "                    \"error:Connection reset\n                                        \"error:Connection reset\n                                        \"error:Connection reset\n                                        \"error:Connection reset\n                                        \"error:Connection reset\n                    \"error:Connection reset\n// Error: Timed out waiting for 180000 ms\"\"\"\"\"\"",
    "bookSourceGroup": "免费",
    "bookSourceName": "♜八月文学 #破冰1101",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.qixiashu.com#pb1101",
    "bookUrlPattern": "https://www.qixiashu.com/yue/\\d+/\\d+/",
    "customButton": false,
    "customOrder": 1312,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "                      连载                     ::/shu/quanbu-default-0-0-0-0-1-0-{{page}}.html\n玄幻::/shu/1-default-0-0-0-0-1-0-{{page}}.html\n仙侠::/shu/2-default-0-0-0-0-1-0-{{page}}.html\n都市::/shu/3-default-0-0-0-0-1-0-{{page}}.html\n军史::/shu/4-default-0-0-0-0-1-0-{{page}}.html\n网游::/shu/5-default-0-0-0-0-1-0-{{page}}.html\n科幻::/shu/6-default-0-0-0-0-1-0-{{page}}.html\n灵异::/shu/7-default-0-0-0-0-1-0-{{page}}.html\n其他::/shu/8-default-0-0-0-0-1-0-{{page}}.html\n                      完本                     ::/shu/quanbu-default-0-0-0-0-2-0-{{page}}.html\n玄幻::/shu/1-default-0-0-0-0-2-0-{{page}}.html\n仙侠::/shu/2-default-0-0-0-0-2-0-{{page}}.html\n都市::/shu/3-default-0-0-0-0-2-0-{{page}}.html\n军史::/shu/4-default-0-0-0-0-2-0-{{page}}.html\n网游::/shu/5-default-0-0-0-0-2-0-{{page}}.html\n科幻::/shu/6-default-0-0-0-0-2-0-{{page}}.html\n灵异::/shu/7-default-0-0-0-0-2-0-{{page}}.html\n其他::/shu/8-default-0-0-0-0-2-0-{{page}}.html",
    "lastUpdateTime": 1639392125153,
    "loginUrl": "",
    "respondTime": 2587,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "class.bookinfo_intro@text##.*简介.|您要是觉得.*",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content##小说",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content##\\《|\\》",
      "tocUrl": "href##$##$,{\"webView\":true}"
    },
    "ruleContent": {
      "content": "id.htmlContent@html##阅读.*最新章节.*|\\(第.*页\\)|ＷＷw．８Ｙｕｅ.ＯRG",
      "imageStyle": "0",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "tag.span.1@text",
      "bookList": "class.sitebox@tag.dl",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.img@src",
      "intro": "tag.dd.2@text",
      "kind": "tag.span.0@text",
      "lastChapter": "tag.a.2@text",
      "name": "tag.a.1@text##\\《|\\》"
    },
    "ruleSearch": {
      "author": "class.s3l@text",
      "bookList": "class.toplist@tag.li",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.a.0@href##.*/(\\d+)/(\\d+).*##/files/article/image/$1/$2/$2s.jpg",
      "kind": "class.s5l@text&&class.s6l@text",
      "lastChapter": "class.s2l@text",
      "name": "class.s1l@tag.a@text##\\《|\\》",
      "wordCount": "class.s4l@text"
    },
    "ruleToc": {
      "chapterList": "id.newlist@tag.li@tag.a",
      "chapterName": "text",
      "chapterUrl": "href##$##$,{\"webView\":true}"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"charset\": \"utf-8\",\n  \"method\": \"POST\",\n  \"body\": \"searchtype=articlename&searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "无搜索",
    "bookSourceGroup": "免费",
    "bookSourceName": "猫九小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.maojiuxs.com/",
    "customButton": false,
    "customOrder": 1313,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"推荐榜\",\"url\":\"/top/tuijian.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"点击榜\",\"url\":\"/top/dianji.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"收藏榜\",\"url\":\"/top/shoucang.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"好评榜\",\"url\":\"/top/pinglun.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"更新榜\",\"url\":\"/top/gengxin.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"新书榜\",\"url\":\"/top/xinshu.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"完结\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"现代言情\",\"url\":\"/shuku/?offset={{page-1}}&category=1&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代言情\",\"url\":\"/shuku/?offset={{page-1}}&category=2&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"青春校园\",\"url\":\"/shuku/?offset={{page-1}}&category=3&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/shuku/?offset={{page-1}}&category=4&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"灵异惊悚\",\"url\":\"/shuku/?offset={{page-1}}&category=5&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"同人小说\",\"url\":\"/shuku/?offset={{page-1}}&category=6&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"游戏竞技\",\"url\":\"/shuku/?offset={{page-1}}&category=7&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"无ＣＰ\",\"url\":\"/shuku/?offset={{page-1}}&category=135&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"纯爱百合\",\"url\":\"/shuku/?offset={{page-1}}&category=136&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"连载\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"现代言情\",\"url\":\"/shuku/?offset={{page-1}}&category=1&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代言情\",\"url\":\"/shuku/?offset={{page-1}}&category=2&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"青春校园\",\"url\":\"/shuku/?offset={{page-1}}&category=3&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/shuku/?offset={{page-1}}&category=4&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"灵异惊悚\",\"url\":\"/shuku/?offset={{page-1}}&category=5&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"同人小说\",\"url\":\"/shuku/?offset={{page-1}}&category=6&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"游戏竞技\",\"url\":\"/shuku/?offset={{page-1}}&category=7&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"无ＣＰ\",\"url\":\"/shuku/?offset={{page-1}}&category=135&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"纯爱百合\",\"url\":\"/shuku/?offset={{page-1}}&category=136&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1732518157607,
    "loginUrl": "http://www.maojiuxs.com/member/login.html",
    "respondTime": 5394,
    "ruleBookInfo": {
      "author": ".introtwo span.0@text",
      "coverUrl": ".imgbox img@src",
      "intro": ".tabs_content p.0@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".cation span@text&&.update span.1@text##\\s.*",
      "lastChapter": ".update span.0@text",
      "name": ".intro div.0@text",
      "tocUrl": ".tabs_header a.1@href",
      "wordCount": ".intro_num div.0@text"
    },
    "ruleContent": {
      "content": "#showReading@p@html"
    },
    "ruleExplore": {
      "author": "",
      "kind": "",
      "name": ""
    },
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".recom_top li||.book_con li",
      "bookUrl": "a@href",
      "coverUrl": ".imgbox img@src",
      "intro": ".instro@text",
      "kind": ".cation@text&&.status@text&&.time@text##\\s.*",
      "lastChapter": ".up@text",
      "name": ".name@text",
      "wordCount": ".statusbox span.2@text"
    },
    "ruleToc": {
      "chapterList": ".recommendeddirectory a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{'webView': true}",
      "isVip": "img@src"
    },
    "searchUrl": "http://www.maojiuxs.com/shuku/?offset={{page*8}}&section_id=1&",
    "weight": 0
  },
  {
    "bookSourceComment": "//2024.11.1◎GEd520◎",
    "bookSourceGroup": "免费",
    "bookSourceName": "必去楼",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.bequ6.org/",
    "customButton": false,
    "customOrder": 1314,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部🏷分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻小说\",\"url\":\"/xuanhuanxiaoshuo/<,1_{{page+1}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"修真小说\",\"url\":\"/xiuzhenxiaoshuo/<,2_{{page+1}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市小说\",\"url\":\"/dushixiaoshuo/<,3_{{page+1}}.html>l\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"穿越小说\",\"url\":\"/chuanyuexiaoshuo/<,4_{{page+1}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"网游小说\",\"url\":\"/wangyouxiaoshuo/<,5_{{page+1}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻小说\",\"url\":\"/kehuanxiaoshuo/<,6_{{page+1}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完本小说\",\"url\":\"/wanben/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}\n]",
    "header": "",
    "lastUpdateTime": 1746197369208,
    "respondTime": 1594,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": "#content@html",
      "replaceRegex": "##中文.+8w.|最新网址.*"
    },
    "ruleExplore": {
      "author": ".s5@text",
      "bookList": ".l@ul@li",
      "bookUrl": "a@href",
      "coverUrl": "a@href##.+\\D((\\d+)\\d{3})\\D##http://www.bequ6.org/files/article/image/$2/$1/$1s.jpg###",
      "lastChapter": ".s3@a@text",
      "name": ".s2@a.0@text"
    },
    "ruleSearch": {
      "author": ".odd.1@text",
      "bookList": "#content@tr!0",
      "bookUrl": "a@href",
      "coverUrl": "a@href##.+\\D((\\d+)\\d{3})\\D##http://www.bequ6.org/files/article/image/$2/$1/$1s.jpg###",
      "kind": "{{@@.odd.0@text}}  {{@@.odd.3@text}}",
      "lastChapter": ".odd@a.0@text",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "#list@dt:nth-of-type(2)~dd@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "search,{\n \"body\": \"searchkey={{key}}&searchtype=all\",\n \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": " 溜达小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.liudatxt.com/",
    "customButton": false,
    "customOrder": 1315,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1743751857258,
    "respondTime": 211,
    "ruleBookInfo": {
      "author": "",
      "intro": "",
      "name": ""
    },
    "ruleContent": {
      "content": "id.content@html"
    },
    "ruleExplore": {
      "bookList": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "class.book_other.0@tag.span.0@text",
      "bookList": "id.sitembox@tag.dl",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src",
      "kind": "class.book_other.0@tag.span.1@text",
      "lastChapter": "class.book_other.1@tag.a@text",
      "name": "tag.a.1@text",
      "wordCount": "class.book_other.0@tag.span.3@text"
    },
    "ruleToc": {
      "chapterList": "id.readerlist@tag.li@tag.a",
      "chapterName": "text##正文|_",
      "chapterUrl": "href"
    },
    "searchUrl": "search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "猫九小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.maojiuxs.com",
    "customButton": false,
    "customOrder": 1316,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"推荐榜\",\"url\":\"/top/tuijian.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"点击榜\",\"url\":\"/top/dianji.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"收藏榜\",\"url\":\"/top/shoucang.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"好评榜\",\"url\":\"/top/pinglun.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"更新榜\",\"url\":\"/top/gengxin.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"新书榜\",\"url\":\"/top/xinshu.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"完结\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"现代言情\",\"url\":\"/shuku/?offset={{page-1}}&category=1&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代言情\",\"url\":\"/shuku/?offset={{page-1}}&category=2&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"青春校园\",\"url\":\"/shuku/?offset={{page-1}}&category=3&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/shuku/?offset={{page-1}}&category=4&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"灵异惊悚\",\"url\":\"/shuku/?offset={{page-1}}&category=5&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"同人小说\",\"url\":\"/shuku/?offset={{page-1}}&category=6&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"游戏竞技\",\"url\":\"/shuku/?offset={{page-1}}&category=7&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"无ＣＰ\",\"url\":\"/shuku/?offset={{page-1}}&category=135&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"纯爱百合\",\"url\":\"/shuku/?offset={{page-1}}&category=136&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"连载\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"现代言情\",\"url\":\"/shuku/?offset={{page-1}}&category=1&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代言情\",\"url\":\"/shuku/?offset={{page-1}}&category=2&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"青春校园\",\"url\":\"/shuku/?offset={{page-1}}&category=3&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/shuku/?offset={{page-1}}&category=4&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"灵异惊悚\",\"url\":\"/shuku/?offset={{page-1}}&category=5&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"同人小说\",\"url\":\"/shuku/?offset={{page-1}}&category=6&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"游戏竞技\",\"url\":\"/shuku/?offset={{page-1}}&category=7&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"无ＣＰ\",\"url\":\"/shuku/?offset={{page-1}}&category=135&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"纯爱百合\",\"url\":\"/shuku/?offset={{page-1}}&category=136&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1692440634548,
    "loginUrl": "http://www.maojiuxs.com/member/login.html",
    "respondTime": 3672,
    "ruleBookInfo": {
      "author": ".introtwo span.0@text",
      "coverUrl": ".imgbox img@src",
      "intro": ".tabs_content p.0@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".cation span@text&&.update span.1@text##\\s.*",
      "lastChapter": ".update span.0@text",
      "name": ".intro div.0@text",
      "tocUrl": ".tabs_header a.1@href",
      "wordCount": ".intro_num div.0@text"
    },
    "ruleContent": {
      "content": "#showReading@p@html"
    },
    "ruleExplore": {
      "author": "",
      "kind": "",
      "name": ""
    },
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".recom_top li||.book_con li",
      "bookUrl": "a@href",
      "checkKeyWord": "",
      "coverUrl": ".imgbox img@src",
      "intro": ".instro@text",
      "kind": ".cation@text&&.status@text&&.time@text##\\s.*",
      "lastChapter": ".up@text",
      "name": ".name@text",
      "wordCount": ".statusbox span.2@text"
    },
    "ruleToc": {
      "chapterList": ".recommendeddirectory a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{'webView': true}",
      "isVip": "img@src"
    },
    "searchUrl": "http://www.maojiuxs.com/shuku/?offset={{page*8}}&section_id=1&",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉 疯读小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://fiction.fengduxiaoshuo.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1317,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\": \"❀男频专区❀\",\"url\": \"\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": 1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"热门排行\",\"url\": \"\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": 1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"都市小说\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=4&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201705000&nid=82eaf9444d8db8b985b2ac71cde4b691&api_version=v1&_sv=v1&_ts=1602868844&_sign=M2RjM2U2ZjhkMzZkMzljMDFhNTRjYjVlZTk4YWY0OW\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"玄幻小说\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=13&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201705000&nid=82eaf9444d8db8b985b2ac71cde4b691&api_version=v1&_sv=v1&_ts=1602868844&_sign=M2RjM2U2ZjhkMzZkMzljMDFhNTRjYjVlZTk4YWY0OW\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"仙侠小说\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=12&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201705000&nid=82eaf9444d8db8b985b2ac71cde4b691&api_version=v1&_sv=v1&_ts=1602868844&_sign=M2RjM2U2ZjhkMzZkMzljMDFhNTRjYjVlZTk4YWY0OW\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"历史小说\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=17&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201705000&nid=82eaf9444d8db8b985b2ac71cde4b691&api_version=v1&_sv=v1&_ts=1602868844&_sign=M2RjM2U2ZjhkMzZkMzljMDFhNTRjYjVlZTk4YWY0OW\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"科幻小说\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=16&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201705000&nid=82eaf9444d8db8b985b2ac71cde4b691&api_version=v1&_sv=v1&_ts=1602868844&_sign=M2RjM2U2ZjhkMzZkMzljMDFhNTRjYjVlZTk4YWY0OW\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"游戏小说\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=18&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201705000&nid=82eaf9444d8db8b985b2ac71cde4b691&api_version=v1&_sv=v1&_ts=1602868844&_sign=M2RjM2U2ZjhkMzZkMzljMDFhNTRjYjVlZTk4YWY0OW\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"奇幻小说\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=9&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201705000&nid=82eaf9444d8db8b985b2ac71cde4b691&api_version=v1&_sv=v1&_ts=1602868844&_sign=M2RjM2U2ZjhkMzZkMzljMDFhNTRjYjVlZTk4YWY0OW\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": 0.29,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"最新排行\",\"url\": \"\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": 1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"都市小说\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=4&wordsNum=-1&bookIsFinished=-1&sortTitle=1&page={{page}}&count=10&ntu=1201705000&nid=82eaf9444d8db8b985b2ac71cde4b691&api_version=v1&_sv=v1&_ts=1602868844&_sign=M2RjM2U2ZjhkMzZkMzljMDFhNTRjYjVlZTk4YWY0OW\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"玄幻小说\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=13&wordsNum=-1&bookIsFinished=-1&sortTitle=1&page={{page}}&count=10&ntu=1201705000&nid=82eaf9444d8db8b985b2ac71cde4b691&api_version=v1&_sv=v1&_ts=1602868844&_sign=M2RjM2U2ZjhkMzZkMzljMDFhNTRjYjVlZTk4YWY0OW\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"仙侠小说\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=12&wordsNum=-1&bookIsFinished=-1&sortTitle=1&page={{page}}&count=10&ntu=1201705000&nid=82eaf9444d8db8b985b2ac71cde4b691&api_version=v1&_sv=v1&_ts=1602868844&_sign=M2RjM2U2ZjhkMzZkMzljMDFhNTRjYjVlZTk4YWY0OW\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"历史小说\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=17&wordsNum=-1&bookIsFinished=-1&sortTitle=1&page={{page}}&count=10&ntu=1201705000&nid=82eaf9444d8db8b985b2ac71cde4b691&api_version=v1&_sv=v1&_ts=1602868844&_sign=M2RjM2U2ZjhkMzZkMzljMDFhNTRjYjVlZTk4YWY0OW\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"科幻小说\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=16&wordsNum=-1&bookIsFinished=-1&sortTitle=1&page={{page}}&count=10&ntu=1201705000&nid=82eaf9444d8db8b985b2ac71cde4b691&api_version=v1&_sv=v1&_ts=1602868844&_sign=M2RjM2U2ZjhkMzZkMzljMDFhNTRjYjVlZTk4YWY0OW\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"游戏小说\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=18&wordsNum=-1&bookIsFinished=-1&sortTitle=1&page={{page}}&count=10&ntu=1201705000&nid=82eaf9444d8db8b985b2ac71cde4b691&api_version=v1&_sv=v1&_ts=1602868844&_sign=M2RjM2U2ZjhkMzZkMzljMDFhNTRjYjVlZTk4YWY0OW\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"奇幻小说\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=9&wordsNum=-1&bookIsFinished=-1&sortTitle=1&page={{page}}&count=10&ntu=1201705000&nid=82eaf9444d8db8b985b2ac71cde4b691&api_version=v1&_sv=v1&_ts=1602868844&_sign=M2RjM2U2ZjhkMzZkMzljMDFhNTRjYjVlZTk4YWY0OW\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": 0.29,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"评分排行\",\"url\": \"\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": 1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"都市小说\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=4&wordsNum=-1&bookIsFinished=-1&sortTitle=2&page={{page}}&count=10&ntu=1201705000&nid=82eaf9444d8db8b985b2ac71cde4b691&api_version=v1&_sv=v1&_ts=1602868844&_sign=M2RjM2U2ZjhkMzZkMzljMDFhNTRjYjVlZTk4YWY0OW\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"玄幻小说\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=13&wordsNum=-1&bookIsFinished=-1&sortTitle=2&page={{page}}&count=10&ntu=1201705000&nid=82eaf9444d8db8b985b2ac71cde4b691&api_version=v1&_sv=v1&_ts=1602868844&_sign=M2RjM2U2ZjhkMzZkMzljMDFhNTRjYjVlZTk4YWY0OW\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"仙侠小说\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=12&wordsNum=-1&bookIsFinished=-1&sortTitle=2&page={{page}}&count=10&ntu=1201705000&nid=82eaf9444d8db8b985b2ac71cde4b691&api_version=v1&_sv=v1&_ts=1602868844&_sign=M2RjM2U2ZjhkMzZkMzljMDFhNTRjYjVlZTk4YWY0OW\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"历史小说\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=17&wordsNum=-1&bookIsFinished=-1&sortTitle=2&page={{page}}&count=10&ntu=1201705000&nid=82eaf9444d8db8b985b2ac71cde4b691&api_version=v1&_sv=v1&_ts=1602868844&_sign=M2RjM2U2ZjhkMzZkMzljMDFhNTRjYjVlZTk4YWY0OW\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"科幻小说\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=16&wordsNum=-1&bookIsFinished=-1&sortTitle=2&page={{page}}&count=10&ntu=1201705000&nid=82eaf9444d8db8b985b2ac71cde4b691&api_version=v1&_sv=v1&_ts=1602868844&_sign=M2RjM2U2ZjhkMzZkMzljMDFhNTRjYjVlZTk4YWY0OW\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"游戏小说\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=18&wordsNum=-1&bookIsFinished=-1&sortTitle=2&page={{page}}&count=10&ntu=1201705000&nid=82eaf9444d8db8b985b2ac71cde4b691&api_version=v1&_sv=v1&_ts=1602868844&_sign=M2RjM2U2ZjhkMzZkMzljMDFhNTRjYjVlZTk4YWY0OW\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"奇幻小说\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=9&wordsNum=-1&bookIsFinished=-1&sortTitle=2&page={{page}}&count=10&ntu=1201705000&nid=82eaf9444d8db8b985b2ac71cde4b691&api_version=v1&_sv=v1&_ts=1602868844&_sign=M2RjM2U2ZjhkMzZkMzljMDFhNTRjYjVlZTk4YWY0OW\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": 0.29,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"完结专区\",\"url\": \"\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": 1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"全部完结\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=d2a094ff-b75f-4b60-ba2c-19e1cfe6cf73&gender=0&classificationId=-1&wordsNum=-1&bookIsFinished=1&sortTitle=0&page={{page}}&count=10&_sv=v2&_ts=1615569378&_sign=ZDMyMWM5ZDllZThiMjllMmRhNDdmOTJjMjJjMjAxYj\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"都市完结\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=d2a094ff-b75f-4b60-ba2c-19e1cfe6cf73&gender=0&classificationId=4&wordsNum=-1&bookIsFinished=1&sortTitle=0&page={{page}}&count=10&_sv=v2&_ts=1615569717&_sign=ZjQ2YTY0Zjg1N2FhNTQxMWZlNTcyODg3ZjRjYjliNj\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"玄幻完结\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=d2a094ff-b75f-4b60-ba2c-19e1cfe6cf73&gender=0&classificationId=13&wordsNum=-1&bookIsFinished=1&sortTitle=0&page={{page}}&count=10&_sv=v2&_ts=1615569717&_sign=ZjQ2YTY0Zjg1N2FhNTQxMWZlNTcyODg3ZjRjYjliNj\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"仙侠完结\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=d2a094ff-b75f-4b60-ba2c-19e1cfe6cf73&gender=0&classificationId=12&wordsNum=-1&bookIsFinished=1&sortTitle=0&page={{page}}&count=10&_sv=v2&_ts=1615569717&_sign=ZjQ2YTY0Zjg1N2FhNTQxMWZlNTcyODg3ZjRjYjliNj\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"历史完结\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=d2a094ff-b75f-4b60-ba2c-19e1cfe6cf73&gender=0&classificationId=17&wordsNum=-1&bookIsFinished=1&sortTitle=0&page={{page}}&count=10&_sv=v2&_ts=1615569717&_sign=ZjQ2YTY0Zjg1N2FhNTQxMWZlNTcyODg3ZjRjYjliNj\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"科幻完结\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=d2a094ff-b75f-4b60-ba2c-19e1cfe6cf73&gender=0&classificationId=16&wordsNum=-1&bookIsFinished=1&sortTitle=0&page={{page}}&count=10&_sv=v2&_ts=1615569717&_sign=ZjQ2YTY0Zjg1N2FhNTQxMWZlNTcyODg3ZjRjYjliNj\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"游戏完结\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=d2a094ff-b75f-4b60-ba2c-19e1cfe6cf73&gender=0&classificationId=18&wordsNum=-1&bookIsFinished=1&sortTitle=0&page={{page}}&count=10&_sv=v2&_ts=1615569717&_sign=ZjQ2YTY0Zjg1N2FhNTQxMWZlNTcyODg3ZjRjYjliNj\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": 0.29,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"奇幻完结\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=d2a094ff-b75f-4b60-ba2c-19e1cfe6cf73&gender=0&classificationId=9&wordsNum=-1&bookIsFinished=1&sortTitle=0&page={{page}}&count=10&_sv=v2&_ts=1615569717&_sign=ZjQ2YTY0Zjg1N2FhNTQxMWZlNTcyODg3ZjRjYjliNj\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": 0.29,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"❀女频专区❀\",\"url\": \"\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": 1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"热门排行\",\"url\": \"\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": 1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"现代言情\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=10&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201805000&nid=30ddfb4846022b495872a142c9371fc0&api_version=v1&_sv=v1&_ts=1602870028&_sign=NWJkYTNjZDQ3OGQ0ZDkzNGUxMDdiNjhlMTYxMTdlMG\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"古代言情\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=5&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201805000&nid=1546e2d86a13ed58a044f176c1d21a8e&api_version=v1&_sv=v1&_ts=1602870140&_sign=OTVkYzVhZjg2ZDZiNmM5M2U1YjdiZjY3OGI3ZTI3YT\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"浪漫青春\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=6&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201805000&nid=91961c794a395c96871d14b9109e59d9&api_version=v1&_sv=v1&_ts=1602870180&_sign=MjZlMWNkZTNlMjI0YmEzZjVkZDllYTAzNGI1ZTc0MT\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"玄幻言情\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=3&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201805000&nid=e0973f2178612332a06d430d7feb3b0b&api_version=v1&_sv=v1&_ts=1602870273&_sign=ZjM3MzllMzg2NTlkNDA2ZWY1Y2I5ZWE0ZjQ0MGNjMW\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"仙侠奇缘\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=7&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201805000&nid=d5a1b3706c4619e9d4ddfa541f66ef39&api_version=v1&_sv=v1&_ts=1602870313&_sign=YzgyZjBjMTQwOWE2OWEzNWI2ZGRjMmM1NTg4MTBmN2\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"N次い元\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=29&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201805000&nid=935a7398dffe11653d9c3b2052f5b4d2&api_version=v1&_sv=v1&_ts=1602870359&_sign=YTEwMTUwN2MzN2VjNjljNGM3YWM4ZTY1NTRhMDc2ZW\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"最新排行\",\"url\": \"\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": 1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"现代言情\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=10&wordsNum=-1&bookIsFinished=-1&sortTitle=1&page={{page}}&count=10&ntu=1201805000&nid=30ddfb4846022b495872a142c9371fc0&api_version=v1&_sv=v1&_ts=1602870028&_sign=NWJkYTNjZDQ3OGQ0ZDkzNGUxMDdiNjhlMTYxMTdlMG\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"古代言情\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=5&wordsNum=-1&bookIsFinished=-1&sortTitle=1&page={{page}}&count=10&ntu=1201805000&nid=1546e2d86a13ed58a044f176c1d21a8e&api_version=v1&_sv=v1&_ts=1602870140&_sign=OTVkYzVhZjg2ZDZiNmM5M2U1YjdiZjY3OGI3ZTI3YT\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"浪漫青春\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=6&wordsNum=-1&bookIsFinished=-1&sortTitle=1&page={{page}}&count=10&ntu=1201805000&nid=91961c794a395c96871d14b9109e59d9&api_version=v1&_sv=v1&_ts=1602870180&_sign=MjZlMWNkZTNlMjI0YmEzZjVkZDllYTAzNGI1ZTc0MT\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"玄幻言情\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=3&wordsNum=-1&bookIsFinished=-1&sortTitle=1&page={{page}}&count=10&ntu=1201805000&nid=e0973f2178612332a06d430d7feb3b0b&api_version=v1&_sv=v1&_ts=1602870273&_sign=ZjM3MzllMzg2NTlkNDA2ZWY1Y2I5ZWE0ZjQ0MGNjMW\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"仙侠奇缘\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=7&wordsNum=-1&bookIsFinished=-1&sortTitle=1&page={{page}}&count=10&ntu=1201805000&nid=d5a1b3706c4619e9d4ddfa541f66ef39&api_version=v1&_sv=v1&_ts=1602870313&_sign=YzgyZjBjMTQwOWE2OWEzNWI2ZGRjMmM1NTg4MTBmN2\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"N次い元\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=29&wordsNum=-1&bookIsFinished=-1&sortTitle=1&page={{page}}&count=10&ntu=1201805000&nid=935a7398dffe11653d9c3b2052f5b4d2&api_version=v1&_sv=v1&_ts=1602870359&_sign=YTEwMTUwN2MzN2VjNjljNGM3YWM4ZTY1NTRhMDc2ZW\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"评分排行\",\"url\": \"\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": 1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"现代言情\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=10&wordsNum=-1&bookIsFinished=-1&sortTitle=2&page={{page}}&count=10&ntu=1201805000&nid=30ddfb4846022b495872a142c9371fc0&api_version=v1&_sv=v1&_ts=1602870028&_sign=NWJkYTNjZDQ3OGQ0ZDkzNGUxMDdiNjhlMTYxMTdlMG\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"古代言情\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=5&wordsNum=-1&bookIsFinished=-1&sortTitle=2&page={{page}}&count=10&ntu=1201805000&nid=1546e2d86a13ed58a044f176c1d21a8e&api_version=v1&_sv=v1&_ts=1602870140&_sign=OTVkYzVhZjg2ZDZiNmM5M2U1YjdiZjY3OGI3ZTI3YT\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"浪漫青春\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=6&wordsNum=-1&bookIsFinished=-1&sortTitle=2&page={{page}}&count=10&ntu=1201805000&nid=91961c794a395c96871d14b9109e59d9&api_version=v1&_sv=v1&_ts=1602870180&_sign=MjZlMWNkZTNlMjI0YmEzZjVkZDllYTAzNGI1ZTc0MT\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"玄幻言情\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=3&wordsNum=-1&bookIsFinished=-1&sortTitle=2&page={{page}}&count=10&ntu=1201805000&nid=e0973f2178612332a06d430d7feb3b0b&api_version=v1&_sv=v1&_ts=1602870273&_sign=ZjM3MzllMzg2NTlkNDA2ZWY1Y2I5ZWE0ZjQ0MGNjMW\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"仙侠奇缘\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=7&wordsNum=-1&bookIsFinished=-1&sortTitle=2&page={{page}}&count=10&ntu=1201805000&nid=d5a1b3706c4619e9d4ddfa541f66ef39&api_version=v1&_sv=v1&_ts=1602870313&_sign=YzgyZjBjMTQwOWE2OWEzNWI2ZGRjMmM1NTg4MTBmN2\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"N次い元\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=29&wordsNum=-1&bookIsFinished=-1&sortTitle=2&page={{page}}&count=10&ntu=1201805000&nid=935a7398dffe11653d9c3b2052f5b4d2&api_version=v1&_sv=v1&_ts=1602870359&_sign=YTEwMTUwN2MzN2VjNjljNGM3YWM4ZTY1NTRhMDc2ZW\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"完结专区\",\"url\": \"\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": 1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"现代言情\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=10&wordsNum=-1&bookIsFinished=1&sortTitle=0&page={{page}}&count=10&ntu=1201805000&nid=30ddfb4846022b495872a142c9371fc0&api_version=v1&_sv=v1&_ts=1602870028&_sign=NWJkYTNjZDQ3OGQ0ZDkzNGUxMDdiNjhlMTYxMTdlMG\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"古代言情\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=5&wordsNum=-1&bookIsFinished=1&sortTitle=0&page={{page}}&count=10&ntu=1201805000&nid=1546e2d86a13ed58a044f176c1d21a8e&api_version=v1&_sv=v1&_ts=1602870140&_sign=OTVkYzVhZjg2ZDZiNmM5M2U1YjdiZjY3OGI3ZTI3YT\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"浪漫青春\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=6&wordsNum=-1&bookIsFinished=1&sortTitle=0&page={{page}}&count=10&ntu=1201805000&nid=91961c794a395c96871d14b9109e59d9&api_version=v1&_sv=v1&_ts=1602870180&_sign=MjZlMWNkZTNlMjI0YmEzZjVkZDllYTAzNGI1ZTc0MT\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"玄幻言情\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=3&wordsNum=-1&bookIsFinished=1&sortTitle=0&page={{page}}&count=10&ntu=1201805000&nid=e0973f2178612332a06d430d7feb3b0b&api_version=v1&_sv=v1&_ts=1602870273&_sign=ZjM3MzllMzg2NTlkNDA2ZWY1Y2I5ZWE0ZjQ0MGNjMW\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"仙侠奇缘\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=7&wordsNum=-1&bookIsFinished=1&sortTitle=0&page={{page}}&count=10&ntu=1201805000&nid=d5a1b3706c4619e9d4ddfa541f66ef39&api_version=v1&_sv=v1&_ts=1602870313&_sign=YzgyZjBjMTQwOWE2OWEzNWI2ZGRjMmM1NTg4MTBmN2\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}},\n{\"title\": \"N次い元\",\"url\": \"https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=29&wordsNum=-1&bookIsFinished=1&sortTitle=0&page={{page}}&count=10&ntu=1201805000&nid=935a7398dffe11653d9c3b2052f5b4d2&api_version=v1&_sv=v1&_ts=1602870359&_sign=YTEwMTUwN2MzN2VjNjljNGM3YWM4ZTY1NTRhMDc2ZW\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexShrink\": 1,\n\"layout_alignSelf\": \"auto\",\n\"layout_flexBasisPercent\": -1,\n\"layout_wrapBefore\": false\n}}\n]",
    "header": "{\"User-Agent\": \"okhttp/3.12.0\"}",
    "lastUpdateTime": 1728398645231,
    "loginUrl": "",
    "respondTime": 959,
    "ruleBookInfo": {
      "init": "",
      "lastChapter": "$..detailedBookInfo.bookChapterAllInfo[-1].chapterTitle"
    },
    "ruleContent": {
      "content": "$..chapterContent",
      "imageStyle": "0",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "$.bookAuthor",
      "bookList": "$..classficationBooks[*]",
      "bookUrl": "https://fiction.fengduxiaoshuo.com/doReader/enter_bookinfo_index?_token=d2a094ff-b75f-4b60-ba2c-19e1cfe6cf73&bookId={{$.bookId}}&_sv=v2",
      "coverUrl": "$.bookCoverImage",
      "intro": "$.bookDesc",
      "kind": "$.chapters_update_time&&$.c_class_name&&{$.crazy_rating}分",
      "lastChapter": "",
      "name": "$.bookTitle##（+.*|.*最新章节|\\(+.*",
      "wordCount": "$.book_words_num"
    },
    "ruleSearch": {
      "author": "$.bookAuthor",
      "bookList": "$..books[*]",
      "bookUrl": "https://fiction.fengduxiaoshuo.com/doReader/enter_bookinfo_index?_token=d2a094ff-b75f-4b60-ba2c-19e1cfe6cf73&bookId={{$.bookId}}&_sv=v2",
      "coverUrl": "$.bookCoverImage",
      "intro": "$.bookDesc",
      "kind": "$.chapters_update_time&&$.c_class_name&&{$.crazy_rating}分",
      "lastChapter": "",
      "name": "$.bookTitle##（+.*|.*最新章节|\\(+.*",
      "wordCount": "$.book_words_num"
    },
    "ruleToc": {
      "chapterList": "$..detailedBookInfo.bookChapterAllInfo[*]",
      "chapterName": "$.chapterTitle##[\\(（].*[求更谢乐发推].*[）\\)]",
      "chapterUrl": "https://fiction.fengduxiaoshuo.com/doReader/get_content_by_chapterId?_token=d2a094ff-b75f-4b60-ba2c-19e1cfe6cf73&bookId={{$.bookId}}&chapterId={{$.chapterId}}&chapterCount=1&_sv=v2",
      "isVip": ""
    },
    "searchUrl": "https://fiction.fengduxiaoshuo.com/doReader/search/result?_token=d2a094ff-b75f-4b60-ba2c-19e1cfe6cf73&key_words={{key}}&api_version=v6&nid=f0439a4f53b774fa0b4d90b48738e4f1&_sv=v2",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "棉花糖说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.mhtxs.la",
    "bookUrlPattern": "https://www.mhtxs.la/\\d+/\\d+/",
    "customButton": false,
    "customOrder": 1318,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻魔法::/mulu/1-{{page}}.html\n武侠修真::/mulu/2-{{page}}.html\n都市言情::/mulu/3-{{page}}.html\n历史军事::/mulu/4-{{page}}.html\n侦探推理::/mulu/5-{{page}}.html\n网游动漫::/mulu/6-{{page}}.html\n科幻小说::/mulu/7-{{page}}.html\n恐怖灵异::/mulu/8-{{page}}.html\n同人小说::/mulu/9-{{page}}.html\n穿越小说::/mulu/10-{{page}}.html",
    "lastUpdateTime": 1730742869797,
    "loginUrl": "",
    "respondTime": 1089,
    "ruleBookInfo": {
      "author": "[name=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "id.intro@textNodes",
      "kind": "[name=\"og:novel:category\"]@content&&[name=\"og:novel:status\"]@content&&[name=\"og:novel:update_time\"]@content",
      "lastChapter": "[name=\"og:novel:latest_chapter_name\"]@content##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "[name=\"og:novel:book_name\"]@content",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "class.content@html##最新网址.*la|下载本书最(.|\\n)* ",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "author": "tag.a.2@text",
      "bookList": "class.alistbox",
      "bookUrl": "h2@tag.a@href",
      "coverUrl": "tag.img@src",
      "intro": "class.intro@textNodes",
      "lastChapter": "tag.a.3@text",
      "name": "tag.a.1@text##\\《|\\》"
    },
    "ruleSearch": {
      "author": "class.even.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##https://www.mhtxs.la/book/image/$2/$1/$1s.jpg###",
      "kind": "class.odd.1@text",
      "lastChapter": "class.odd.0@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.even.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "tag.dd@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.mhtxs.la/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "七七读书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.dushu.com已整理",
    "bookUrlPattern": "已校验",
    "customButton": false,
    "customOrder": 1319,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::http://www.77dushu.com/store/1_{{page}}.html\n仙侠小说::http://www.77dushu.com/store/2_{{page}}.html\n都市小说::http://www.77dushu.com/store/3_{{page}}.html\n言情小说::http://www.77dushu.com/store/4_{{page}}.html\n穿越小说::http://www.77dushu.com/store/5_{{page}}.html\n科幻小说::http://www.77dushu.com/store/6_{{page}}.html\n恐怖小说::http://www.77dushu.com/store/7_{{page}}.html\n网游小说::http://www.77dushu.com/store/8_{{page}}.html",
    "lastUpdateTime": 1731789093028,
    "loginUrl": "",
    "respondTime": 907,
    "ruleBookInfo": {
      "coverUrl": "tag.img.1@src",
      "intro": "id.intro@text",
      "lastChapter": "class.update@a@text",
      "name": "tag.h1@text##搜索关键词.*"
    },
    "ruleContent": {
      "content": "id.ChapterContents@html##(txt下载地址：|更新速度最快赶|全集txt下载)[\\s\\S]+"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.td.5@text||class.shu_xinxi@h4@small@text",
      "bookList": "class.BOX@tag.tr!0||class.shu_cont@children",
      "bookUrl": "class.red@href||class.shu_xinxi@h4@a@href",
      "coverUrl": "img@src|class.red@href<js>'/files/article/image'+String(result).replace(/.*?(\\d*?)(\\d{1,3})\\//,'/$1/$1$2/$1$2s.jpg').replace('//','/0/')</js>",
      "kind": "tag.td.1@text##\\[|\\]",
      "lastChapter": "tag.td.3@text",
      "name": "tag.td.2@text||class.shu_xinxi@h4@a@text##搜索关键词.*"
    },
    "ruleToc": {
      "chapterList": "class.zjlist@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.77dushu.com/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "独阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.duread.cn",
    "customButton": false,
    "customOrder": 1320,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 3459,
    "ruleBookInfo": {
      "author": "class.author.0@text##\\s*.+",
      "coverUrl": "tag.img@href",
      "intro": "class.text-muted J_DescContent@text",
      "kind": "class.author.0@text",
      "name": "class.info@tag.a@text",
      "tocUrl": "class.block-title@href"
    },
    "ruleContent": {
      "content": "id.J_BookRead@html ",
      "nextContentUrl": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@text",
      "bookList": "tag.li",
      "bookUrl": "tag.a@href",
      "coverUrl": "class.thumb@tag.img@data-original",
      "intro": "class.summaries@text",
      "name": "class.title@text"
    },
    "ruleToc": {
      "chapterList": "class.bg-gray before-banner-footer@class.list@tag.ul@tag.li",
      "chapterName": "class.chapter-title@text",
      "chapterUrl": "tag.a@href##$##,{\"webView\":true}"
    },
    "searchUrl": "https://m.duread.cn/index/search_book?key={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "蚂蚁阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.mayitxt.com#嘚嘚21.0201",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1321,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1729253610114,
    "loginUrl": "",
    "respondTime": 180,
    "ruleBookInfo": {
      "author": "class.author.0@text",
      "coverUrl": "tag.img@src",
      "intro": "class.intro@text",
      "name": "class.book_name@tag.h1@text",
      "tocUrl": "class.button_list@tag.a.2@href"
    },
    "ruleContent": {
      "content": "class.page-content@textNodes##一秒记住.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@text||tag.span@text",
      "bookList": "class.bd@tag.tr!0||class.BOX@tag.tr!0",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "class.book-cover-img@tag.img@src",
      "kind": "class.tag@text||tag.a.0@text##\\[|\\]",
      "lastChapter": "class.chapter@text##正文.*?第##第",
      "name": "class.red@text||tag.a.1@text"
    },
    "ruleToc": {
      "chapterList": "class.float-list fill-block@tag.li",
      "chapterName": "tag.a@text##\\|",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.imayitxt.com/modules/article/search.php?q={{key}}&searchtype=all,{\n  \"charset\": \"utf-8\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "24.12.10,Xpath",
    "bookSourceGroup": "免费",
    "bookSourceName": "书趣阁子",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.xshuquge.net/##细雨尘寰",
    "customButton": false,
    "customOrder": 1322,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1734639187023,
    "respondTime": 1666,
    "ruleBookInfo": {
      "author": "//div[@class=\"block_txt2\"]/p[3]/text()",
      "coverUrl": "//div[@class=\"block_img2\"]/img/@src",
      "intro": "//div[@class=\"intro_info\"]/text()##最新章节推荐.*",
      "kind": "//div[@class=\"block_txt2\"]/p[4]/a/text()",
      "lastChapter": "{{//div[@class=\"block_txt2\"]/p[last()]/a/text()}}·{{//div[@class=\"block_txt2\"]/p[6]/text()##更新：|T.*}}",
      "name": "//div[@class=\"block_txt2\"]/h2/a/text()"
    },
    "ruleContent": {
      "content": "//div[@id='nr1']/text()",
      "nextContentUrl": "//a[text()=\"下一页\"]/@href",
      "replaceRegex": "##.*未完，请点.*|{{chapter.title}}.*\\(第\\d+\\/\\d+页\\)",
      "sourceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "//div[@class=\"author\"]/text()",
      "bookList": "//div[@class=\"bookbox\"]",
      "bookUrl": "//h4[@class=\"bookname\"]/i/a/@href",
      "checkKeyWord": "我的",
      "coverUrl": "//div[@class=\"bookimg\"]/a/img/@src",
      "lastChapter": "//div[@class=\"updatelast\"]/a/text()",
      "name": "//h4[@class=\"bookname\"]/i/a/text()"
    },
    "ruleToc": {
      "chapterList": "//ul[@class=\"chapter\"][2]/li",
      "chapterName": "//a/text()",
      "chapterUrl": "//a/@href",
      "nextTocUrl": "//option/@value@*",
      "updateTime": ""
    },
    "searchUrl": "http://wap.xshuquge.net/search.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "亿软小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yiruan.info#",
    "customButton": false,
    "customOrder": 1323,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"周榜\",\"url\":\"/paihangbang/weekvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"月榜\",\"url\":\"/paihangbang/monthvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"总榜\",\"url\":\"/paihangbang/allvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"周推\",\"url\":\"/paihangbang/weekvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"月推\",\"url\":\"/paihangbang/monthvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"总推\",\"url\":\"/paihangbang/allvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"收藏\",\"url\":\"/paihangbang/goodnum/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"字数\",\"url\":\"/paihangbang/size/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"最新\",\"url\":\"/paihangbang/postdate/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"最近\",\"url\":\"/paihangbang/lastupdate/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"新书\",\"url\":\"/paihangbang/goodnew/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"全本\",\"url\":\"/wanjiexiaoshuo/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/xuanhuan/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"修真\",\"url\":\"/xiuzhen/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/dushi/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越\",\"url\":\"/chuanyue/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/wangyou/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/kehuan/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1743751731649,
    "respondTime": 3467,
    "ruleBookInfo": {
      "author": "id.info@p.0@text",
      "coverUrl": "id.fmimg@img@src",
      "intro": "id.intro@p.0@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "id.info@p.1:3@text##.*：|类 别:|小说|\\s..:.*",
      "lastChapter": "id.info@a.0@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "id.info@h1@text"
    },
    "ruleContent": {
      "content": "id.content@html",
      "replaceRegex": "##最新网址.*"
    },
    "ruleExplore": {
      "author": ".s4@text",
      "bookList": ".l@li||.novelslistss@li",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "kind": ".s1,.s7,.s5@text##\\[|\\]|小说",
      "lastChapter": ".s3@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".s2@text"
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "tbody@tr!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.5:4@text",
      "lastChapter": "a.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.0@text",
      "wordCount": "td.3@text"
    },
    "ruleToc": {
      "chapterList": "id.list@dd@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"method\": \"post\",\n  \"body\": \"searchkey={{key}}\"\n}",
    "weight": 42
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "亿软小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yiruan.info",
    "customButton": false,
    "customOrder": 1324,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "周榜::/paihangbang/weekvisit/{{page}}.html\n月榜::/paihangbang/monthvisit/{{page}}.html\n总榜::/paihangbang/allvisit/{{page}}.html\n周推::/paihangbang/weekvote/{{page}}.html\n月推::/paihangbang/monthvote/{{page}}.html\n总推::/paihangbang/allvote/{{page}}.html\n收藏::/paihangbang/goodnum/{{page}}.html\n字数::/paihangbang/size/{{page}}.html\n最新::/paihangbang/postdate/{{page}}.html\n最近::/paihangbang/lastupdate/{{page}}.html\n新书::/paihangbang/goodnew/{{page}}.html\n全本::/wanjiexiaoshuo/{{page}}/\n玄幻::/xuanhuan/{{page}}.html\n修真::/xiuzhen/{{page}}.html\n都市::/dushi/{{page}}.html\n穿越::/chuanyue/{{page}}.html\n网游::/wangyou/{{page}}.html\n科幻::/kehuan/{{page}}.html",
    "lastUpdateTime": 1748429464531,
    "respondTime": 3380,
    "ruleBookInfo": {
      "author": "id.info@p.0@text",
      "coverUrl": "id.fmimg@img@src",
      "intro": "id.intro@p.0@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "id.info@p.1:3@text##.*：|类 别:|小说|\\s..:.*",
      "lastChapter": "id.info@a.0@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "id.info@h1@text"
    },
    "ruleContent": {
      "content": "id.content@html",
      "replaceRegex": "##最新网址.*"
    },
    "ruleExplore": {
      "author": ".s4@text",
      "bookList": ".l@li||.novelslistss@li",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "kind": ".s1,.s7,.s5@text##\\[|\\]|小说",
      "lastChapter": ".s3@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".s2@text"
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "tbody@tr!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.5:4@text",
      "lastChapter": "a.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.0@text",
      "wordCount": "td.3@text"
    },
    "ruleToc": {
      "chapterList": "id.list@dd@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"method\": \"post\",\n  \"body\": \"searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁,免费",
    "bookSourceName": "笔趣网吧",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.biquw.info/",
    "bookUrlPattern": "http://www.biquw.info/book/\\d+/",
    "customButton": false,
    "customOrder": 1325,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"书库全部\",\"url\":\"/xs/quanbu-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"玄幻小说\",\"url\":\"/xs/1-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"仙侠小说\",\"url\":\"/xs/2-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"都市小说\",\"url\":\"/xs/3-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"军史小说\",\"url\":\"/xs/4-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"网游小说\",\"url\":\"/xs/5-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"科幻小说\",\"url\":\"/xs/6-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"灵异小说\",\"url\":\"/xs/7-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"言情小说\",\"url\":\"/xs/8-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"其他小说\",\"url\":\"/xs/9-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"全本小说\",\"url\":\"/xs/quanbu-default-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"最新小说\",\"url\":\"/xs/0-lastupdate-0-0-0-0-0-0-{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}}]",
    "lastUpdateTime": 1734862232246,
    "loginUrl": "",
    "respondTime": 2620,
    "ruleBookInfo": {
      "author": "class.options@tag.span.0@text",
      "coverUrl": "class.pic@img@src",
      "init": "",
      "intro": ".bookinfo_intro@text",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content",
      "lastChapter": "class.update@a@text",
      "name": "id.info@h1@text"
    },
    "ruleContent": {
      "content": "id.htmlContent@html"
    },
    "ruleExplore": {
      "author": "tag.dd.1@span@text",
      "bookList": "class.sitebox@dl",
      "bookUrl": "h3@a@href",
      "coverUrl": "img@src",
      "intro": "tag.dd.2@text",
      "kind": "class.uptime@text",
      "lastChapter": "tag.dd.3@a@text",
      "name": "h3@a@text"
    },
    "ruleSearch": {
      "author": "class.s3@text",
      "bookList": "class.toplist@li",
      "bookUrl": "class.s1@a@href",
      "coverUrl": "class.s1@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.biquw.info/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "class.s5@text&&\nclass.s6@text",
      "lastChapter": "class.s2@a@text",
      "name": "class.s1@a@text",
      "wordCount": "class.s4@text"
    },
    "ruleToc": {
      "chapterList": "class.book_list@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/modules/article/search.php?action=login&searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "歌书网吧",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.gashuw.com",
    "customButton": false,
    "customOrder": 1326,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻魔法\",\"url\":\"http://www.gashuw.com/xuanhuanmofa/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修真小说\",\"url\":\"http://www.gashuw.com/xiuzhenxiaoshuo/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市小说\",\"url\":\"http://www.gashuw.com/dushixiaoshuo/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"http://www.gashuw.com/lishijunshi/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏小说\",\"url\":\"http://www.gashuw.com/youxixiaoshuo/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻灵异\",\"url\":\"http://www.gashuw.com/kehuanlingyi/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人小说\",\"url\":\"http://www.gashuw.com/tongrenxiaoshuo/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女生言情\",\"url\":\"http://www.gashuw.com/nvshengyanqing/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"综合小说\",\"url\":\"http://www.gashuw.com/zonghexiaoshuo/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"周榜\",\"url\":\"http://m.gashuw.com/ph/week_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月榜\",\"url\":\"http://m.gashuw.com/ph/month_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总榜\",\"url\":\"http://m.gashuw.com/ph/all_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"完结\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻魔法\",\"url\":\"http://m.gashuw.com/quanben1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修真小说\",\"url\":\"http://m.gashuw.com/quanben2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市小说\",\"url\":\"http://m.gashuw.com/quanben3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"http://m.gashuw.com/quanben4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏小说\",\"url\":\"http://m.gashuw.com/quanben5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻灵异\",\"url\":\"http://m.gashuw.com/quanben6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人小说\",\"url\":\"http://m.gashuw.com/quanben7_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女生言情\",\"url\":\"http://m.gashuw.com/quanben8_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"综合小说\",\"url\":\"http://m.gashuw.com/quanben9_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}\n]",
    "lastUpdateTime": 1734634633883,
    "respondTime": 1458,
    "ruleBookInfo": {
      "author": "span.1@text",
      "coverUrl": "img@src",
      "intro": "🏷 评分：{{@@span.2:3@text##\\s##分}}\n\n📂 内容简介：{{@@.tabvalue.0@text}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".tabvalue td.0@text##.*：",
      "lastChapter": "span.4@text",
      "name": "span.0@text##txt下载",
      "tocUrl": ".btnlink.0@href",
      "wordCount": ".tabvalue td.1@text##.*："
    },
    "ruleContent": {
      "content": "#content@html",
      "replaceRegex": "##最新网址：.*|www.gebiqu.com"
    },
    "ruleExplore": {
      "author": ".s5@text||.author@text",
      "bookList": ".l li||.hot_sale",
      "bookUrl": "a.0@href\n@js:##.+\\D((\\d+)\\d{3})\\D##http://www.gashuw.com/txt/$1.html###",
      "coverUrl": "a.0@href\n@js:##.+\\D((\\d+)\\d{3})\\D##http://image.gashuw.com/$2/$1/$1s.jpg###",
      "intro": ".review@text##简介：",
      "kind": "",
      "lastChapter": ".s3 a@text",
      "name": ".s2 a@text||.title@text"
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "#nr",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href\n@js:##.+\\D((\\d+)\\d{3})\\D##http://image.gashuw.com/$2/$1/$1s.jpg###",
      "intro": "",
      "kind": "td.5@text",
      "lastChapter": "td.1@text",
      "name": "td.0@text",
      "wordCount": "td.3@text"
    },
    "ruleToc": {
      "chapterList": "dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.gashuw.com/modules/article/search.php?searchkey={{key}}",
    "weight": 54
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "漫画",
    "bookSourceName": "漫画小屋（优）",
    "bookSourceType": 2,
    "bookSourceUrl": "https://m.dm.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1327,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1732184308404,
    "loginUrl": "",
    "respondTime": 635,
    "ruleBookInfo": {
      "author": "p.detail-main-info-author@tag.a@text",
      "coverUrl": "img.detail-main-bg@src",
      "intro": "p.detail-desc@text",
      "kind": "p.detail-main-info-class@tag.a@text",
      "lastChapter": "ul.detail-list-select@tag,li.0@text",
      "name": "p.detail-main-info-title@text",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "@js:header={\"Referer\":baseUrl};\nheaders={\"headers\":JSON.stringify(header)};\neval(result.match(/eval(.*?)\\{\\}\\)\\)/)[0])\nvar image_list = []\nnewImgs.map(item=>{\n    image_list.push('<img src=\"'+item+','+JSON.stringify(headers)+'\">')\n})\nimage_list.join(\"\\n\")",
      "imageStyle": "",
      "nextContentUrl": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.p.0@text",
      "bookList": "ul.book-list@tag.li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.img@src",
      "intro": "p.book-list-info-desc@text",
      "kind": "",
      "lastChapter": "",
      "name": "p.book-list-info-title@text"
    },
    "ruleToc": {
      "chapterList": "-ul.detail-list-select@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://m.dm5.com/search?title={{key}}&language=1",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "漫画",
    "bookSourceName": "漫画小屋（优）",
    "bookSourceType": 2,
    "bookSourceUrl": "https://m.dm5.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1328,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1732184308404,
    "loginUrl": "",
    "respondTime": 510,
    "ruleBookInfo": {
      "author": "p.detail-main-info-author@tag.a@text",
      "coverUrl": "img.detail-main-bg@src",
      "intro": "p.detail-desc@text",
      "kind": "p.detail-main-info-class@tag.a@text",
      "lastChapter": "ul.detail-list-select@tag,li.0@text",
      "name": "p.detail-main-info-title@text",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "@js:header={\"Referer\":baseUrl};\nheaders={\"headers\":JSON.stringify(header)};\neval(result.match(/eval(.*?)\\{\\}\\)\\)/)[0])\nvar image_list = []\nnewImgs.map(item=>{\n    image_list.push('<img src=\"'+item+','+JSON.stringify(headers)+'\">')\n})\nimage_list.join(\"\\n\")",
      "imageStyle": "",
      "nextContentUrl": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.p.0@text",
      "bookList": "ul.book-list@tag.li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.img@src",
      "intro": "p.book-list-info-desc@text",
      "kind": "",
      "lastChapter": "",
      "name": "p.book-list-info-title@text"
    },
    "ruleToc": {
      "chapterList": "-ul.detail-list-select@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://m.dm5.com/search?title={{key}}&language=1",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "漫画",
    "bookSourceName": "酸奶漫画",
    "bookSourceType": 2,
    "bookSourceUrl": "https://m.kkk.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1329,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1743751599534,
    "loginUrl": "",
    "respondTime": 613,
    "ruleBookInfo": {
      "author": "p.detail-main-info-author@tag.a@text",
      "coverUrl": "img.detail-main-bg@src",
      "intro": "p.detail-desc@text",
      "kind": "p.detail-main-info-class@tag.a@text",
      "lastChapter": "ul.detail-list-select@tag,li.0@text",
      "name": "p.detail-main-info-title@text",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "@js:header={\"Referer\":baseUrl};\nheaders={\"headers\":JSON.stringify(header)};\neval(result.match(/eval(.*?)\\{\\}\\)\\)/)[0])\nvar image_list = []\nnewImgs.map(item=>{\n    image_list.push('<img src=\"'+item+','+JSON.stringify(headers)+'\">')\n})\nimage_list.join(\"\\n\")",
      "imageStyle": "",
      "nextContentUrl": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.p.0@text",
      "bookList": "ul.book-list@tag.li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.img@src",
      "intro": "p.book-list-info-desc@text",
      "kind": "",
      "lastChapter": "",
      "name": "p.book-list-info-title@text"
    },
    "ruleToc": {
      "chapterList": "ul.detail-list-select@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "@js:var vip_bool = result.select('img').hasClass('detail-list-lock');\nif(!vip_bool){\nvip_bool = result.select('img').hasClass('detail-list-2-info-right');\n}\nvip_bool;"
    },
    "searchUrl": "https://m.1kkk.com/search?title={{key}}&language=1",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "贼子网吧（导入）",
    "bookSourceType": 3,
    "bookSourceUrl": "https://m.zei8.vip",
    "customButton": false,
    "customOrder": 1330,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "东方玄幻::/xuanhuan/<,index_{{page}}.html>\n传统武侠::/chuantongwuxia/<,index_{{page}}.html>\n恐怖惊悚::/kongbujing/<,index_{{page}}.html>\n现代都市::/xiandaidushi/<,index_{{page}}.html>\n人物传记::/renwuchuanji/<,index_{{page}}.html>\n网游动漫::/wangyoudongman/<,index_{{page}}.html>\n军事历史::/junshilishi/<,index_{{page}}.html>\n热点资源::/redianziyuan/<,index_{{page}}.html>\n西方奇幻::/xifangqihuan/<,index_{{page}}.html>\n仙侠修真::/xianxiaxiuzhen/<,index_{{page}}.html>\n侦探推理::/zhentantuili/<,index_{{page}}.html>\n经典科幻::/jingdiankehuan/<,index_{{page}}.html>\n名著杂志::/mingzhuzazhi/<,index_{{page}}.html>\n历史穿越::/lishichuanyue/<,index_{{page}}.html>\n传统言情::/chuantongyanqing/<,index_{{page}}.html>\n都市社会::/dushishehui/<,index_{{page}}.html>\n幻想现言::/huanxiangxianyan/<,index_{{page}}.html>\n耽美百合::/danmeibaihe/<,index_{{page}}.html>",
    "lastUpdateTime": 1729724995028,
    "respondTime": 11940,
    "ruleBookInfo": {
      "author": ".xza@p.0@text",
      "coverUrl": ".js@img@src",
      "downloadUrls": ".down@a@href<js>java.ajax(result)\n</js>.downfile@a@href",
      "intro": ".js@textNodes",
      "kind": ".xza@li@text",
      "name": ".wp3@a.-1@text"
    },
    "ruleContent": {},
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "ul@li",
      "bookUrl": "a@href",
      "coverUrl": "",
      "kind": "span@text",
      "name": "a@text"
    },
    "ruleToc": {},
    "searchUrl": "/e/search/index.php,{\n  \"body\": \"keyboard={{key}}&show=title,softwriter&tbname=download&tempid=1\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉 蚂蚁阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.mayitxt.org",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1331,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"总榜\",\"url\":\"/top/allvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"月榜\",\"url\":\"/top/monthvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"周榜\",\"url\":\"/top/weekvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"总推\",\"url\":\"/top/allvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"月推\",\"url\":\"/top/monthvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"周推\",\"url\":\"/top/weekvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"最新\",\"url\":\"/top/postdate/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"最近\",\"url\":\"/top/allvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"收藏\",\"url\":\"/top/goodnum/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"字数\",\"url\":\"/top/size/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/sort/1/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"仙侠\",\"url\":\"/sort/2/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/sort/3/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/sort/4/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"军事\",\"url\":\"/sort/5/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"灵异\",\"url\":\"/sort/6/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/sort/7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"游戏\",\"url\":\"/sort/8/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"现言\",\"url\":\"/sort/9/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"古言\",\"url\":\"/sort/10/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"穿越\",\"url\":\"/sort/11/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"青春\",\"url\":\"/sort/12/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"豪门\",\"url\":\"/sort/14/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"耽美\",\"url\":\"/sort/15/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/sort/13/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "header": "{\n    \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36\"\n}",
    "lastUpdateTime": 1752213208987,
    "loginUrl": "",
    "respondTime": 982,
    "ruleBookInfo": {
      "author": ".author[0]@text",
      "coverUrl": "img.0@src",
      "init": "",
      "intro": ".breviary@html",
      "kind": ".data_list@i.0@text&&.list@i@text##\\s.*",
      "lastChapter": ".list@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "id.main_title@h1@text##全文.*",
      "tocUrl": ".button_list@a.2@href",
      "wordCount": ".data_list@em.0@text##字"
    },
    "ruleContent": {
      "content": "id.ChapterContents@html",
      "imageStyle": "",
      "replaceRegex": "##一秒记住.*|免费小说.*|.本章完.|正在手打中.*|.*蚂蚁阅读.*|.*精华书阁.*|为您提供.*好书签.|.*免费阅读.|\\s*最新网址：.*\\s*"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "span@text",
      "bookList": "tbody@tr!0",
      "bookUrl": "a.1@href",
      "checkKeyWord": "",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "kind": "a.0@text&&td.6:4@text##\\[|\\]",
      "lastChapter": "a.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.1@text##全文.*",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".float-list@li",
      "chapterName": "a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "a@href",
      "isVip": "",
      "updateTime": "createdate"
    },
    "searchUrl": "/modules/article/search.php?q={{key}}&searchtype=all&s=17333194950446968473",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🔰 快眼看书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xbotaodz.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1332,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "  总点击  ::/top/allvisit/{{page}}\n  月点击  ::/top/monthvisit/{{page}}\n  周点击  ::/top/weekvisit/{{page}}\n 玄幻 ::/category/xuanhuan/\n 奇幻 ::/category/qihuan/\n 武侠 ::/category/wuxia/\n 仙侠 ::/category/xianxia\n 都市 ::/category/dushi\n 历史 ::/category/lishi\n 军事 ::/category/junshi\n 游戏 ::/category/youxi\n 竞技 ::/category/jingji\n 科幻 ::/category/kehuan\n 灵异 ::/category/lingyi\n 同人 ::/category/tongren\n 女生 ::/category/nvsheng\n 其他 ::/category/qita",
    "lastUpdateTime": 1734356769737,
    "loginUrl": "",
    "respondTime": 1355,
    "ruleBookInfo": {
      "author": "class.novelinfo-l@tag.li.0@text##作者：",
      "coverUrl": "class.novelinfo-r@tag.a@tag.img@src",
      "intro": "class.novelintro@text",
      "name": "class.w-left@tag.h1@text"
    },
    "ruleContent": {
      "content": "id.chaptercontent@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.info@tag.span.1@text",
      "bookList": "class.librarylist@tag.li",
      "bookUrl": "class.info@tag.span.0@tag.a@href",
      "coverUrl": "class.pt-ll-l@tag.a@tag.img@src",
      "lastChapter": "class.last@tag.a@text",
      "name": "class.info@tag.span.0@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.fulldir@tag.ul@tag.li@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "漫画",
    "bookSourceName": "瑞雪漫画（魔法）",
    "bookSourceType": 2,
    "bookSourceUrl": "https://www.yydsmh.com/",
    "customButton": false,
    "customOrder": 1333,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"𓆡𓆝𓆟地ོ区ོ​​𓆟𓆜𓆞\",\"url\":\"\",\"style\":\n{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n\n\n{\"title\":\"🥣日漫\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=日漫&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"🥣港台\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=港台&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"🥣美漫\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=美漫&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"🥣国漫\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=国漫&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"🥣韩漫\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=韩漫&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n\n{\"title\":\"𓆡𓆝𓆟进ོ度ོ​​𓆟𓆜𓆞\",\"url\":\"\",\"style\":\n{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n\n\n{\"title\":\"🥣连载中\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=连载中&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.4}},\n\n{\"title\":\"🥣已完结\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=已完结&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.4}},\n\n\n{\"title\":\"𓆡𓆝𓆟喜ོ好ོ​​𓆟𓆜𓆞\",\"url\":\"\",\"style\":\n{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n\n\n{\"title\":\"💫全部🥣\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=全部&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":1}},\n\n{\"title\":\"🥣大女主\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=大女主&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":1}},\n\n{\"title\":\"🥣性转换\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=性转换&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.4}},\n\n{\"title\":\"🥣异世界\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=异世界&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.4}},\n\n{\"title\":\"🥣轻小说\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=轻小说&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.4}},\n\n{\"title\":\"🥣欢乐向\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=欢乐向&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.4}},\n\n{\"title\":\"💫热血₯\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=热血&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫长条₯\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=长条&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫百合₯\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=百合&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫耽美₯\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=耽美&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫纯爱₯\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=纯爱&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫后宫₯\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=后宫&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫韩漫₯\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=韩漫&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫奇幻₯\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=奇幻&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫生活₯\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=生活&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫悬疑₯\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=悬疑&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫格斗₯\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=搞笑&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫搞笑₯\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=搞笑&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫伪娘₯\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=伪娘&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫竞技⚡︎\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=竞技&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫职场⚡︎\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=职场&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫萌系⚡︎\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=萌系&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫冒险⚡︎\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=冒险&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫治愈⚡︎\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=治愈&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫都市⚡︎\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=都市&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫霸总⚡︎\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=霸总&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫神鬼⚡︎\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=神鬼&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫侦探⚡︎\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=侦探&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫爱情⚡︎\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=爱情&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫古风⚡︎\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=古风&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫科幻⚡︎\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=科幻&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫穿越⚡︎\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=穿越&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫校园⚡︎\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=校园&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫美食⚡︎\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=美食&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫剧情⚡︎\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=剧情&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫节操⚡︎\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=节操&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫励志⚡︎\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=励志&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫历史⚡︎\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=历史&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫战争⚡︎\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=战争&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"💫恐怖⚡︎\",\"url\":'https://www.yydsmh.com/api/comic/index/lists,{\"body\":\"area=9&tags=恐怖&full=3&page={{page}}\",\"method\":\"POST\"}',\n\"style\":{\"layout_flexGrow\":1,\n\"layout_flexBasisPercent\":0.25}}\n]",
    "header": "{\n\t\"User-Agent\": \"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 1734944219129,
    "respondTime": 4898,
    "ruleBookInfo": {
      "author": "#detail > div > div.book-name > h1 > span@text",
      "coverUrl": "div.book-cover.comic-item > div > img@src",
      "intro": "#js_desc_content@text",
      "kind": "div.book-name > div > ul.types > li:nth-child(3) > a@text"
    },
    "ruleContent": {
      "content": "#imgsec@html",
      "imageStyle": "FULL"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.data",
      "bookUrl": "$.info_url",
      "coverUrl": "$.bcover",
      "intro": "$.content",
      "kind": "$.area",
      "lastChapter": "$.lastchapter",
      "name": "$.bname"
    },
    "ruleSearch": {
      "bookList": "#js_comicSortList > li",
      "bookUrl": "a@href",
      "checkKeyWord": "",
      "coverUrl": "a > div > img@src",
      "lastChapter": "a > div > span@text",
      "name": "a > p@text"
    },
    "ruleToc": {
      "chapterList": "#js_chapters > li",
      "chapterName": "a@text\n@js:\na=\"🥣\"+result",
      "chapterUrl": "a@href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\nhttps://www.yydsmh.com/search?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "漫画",
    "bookSourceName": "全免漫画（优）",
    "bookSourceType": 2,
    "bookSourceUrl": "https://api-cdn.kaimanhua.com",
    "customButton": false,
    "customOrder": 1334,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\nresult=\"\";\n   f=[\"热血\",\"机战\",\"运动\",\"推理\",\"冒险\",\"耿美\",\"百合\",\"搞笑\",\"战争\",\"神魔\",\"忍者\",\"竞技\",\"悬疑\",\"社会\",\"恋爱\",\"宠物\",\"吸血\",\"萝莉\",\"后宫\",\"御姐\",\"霸总\",\"玄幻\",\"古风\",\"历史\",\"漫改\",\"游戏\",\"穿越\",\"恐怖\",\"真人\",\"科幻\",\"防疫\",\"都市\",\"武侠\",\"修真\",\"生活\",\"动作\"];    \np=[\"rexue\",\"jizhan\",\"yundong\",\"tuili\",\"maoxian\",\"liaomei\",\"baihe\",\"gaoxiao\",\"zhanzhen\",\"shenmo\",\"renzhe\",\"jingji\",\"xuanyi\",\"shehui\",\"lianai\",\"chongwu\",\"xixue\",\"luoli\",\"hougong\",\"yujie\",\"bazong\",\"xuanhuan\",\"gufeng\",\"lishi\",\"mangai\",\"youxi\",\"chuanyue\",\"kongbu\",\"zhenren\",\"kehuan\",\"fangyi\",\"dushi\",\"wuxia\",\"xiuzhen\",\"shenghuo\",\"dongzuo\"];\na=\"::https://api-cdn.kaimanhua.com/comic-api/v1/comic/getsortlist?status_id=0&comic_sort=\";\nb=\"&human_type=0&orderby=date&pagesize=30&page={{page}}&young_mode=0&client-type=android&productname=qmmh&client-channel=xiaomi&platformname=android&client-version=1.4.8\";\n\nfor(i in f){\n\tresult=result+f[i]+a+p[i]+b+\"\\n\";\n\t}\n</js>",
    "lastUpdateTime": 1759429756100,
    "respondTime": 3086,
    "ruleBookInfo": {
      "author": "$.author_name",
      "coverUrl": "$.cover_img_34",
      "init": "<js>\nresult=String(java.getString(\"$.data\")).replace(/arsadata/,\"\");\njava.aesBase64DecodeToString(result,\"4548ded8c9e02690\",\"AES/CBC/PKCS5Padding\",\"1992360ee9bc4f8f\");\n</js>",
      "intro": "<br>\n🏅 评分：{{Math.round(java.getString('$.avgscore'))/10}}分\n🕰 更新：{{String(java.timeFormat(java.getString('$.update_time'))).replace(/\\//g,\"-\").replace(/\\s/g,\"🔸\")}}\n🎗 标签：{{result=String(java.getString('$.comic_taglist')).replace(/\\n/g,\",\")}}\n📂 简介：{{$.comic_desc}}",
      "kind": "{{result=String(java.getString('$.sort_typelist')).replace(/\\{|\\}|\\w*=/g,\"\").replace(/\\n/g,\",\")}}",
      "lastChapter": "$.lastchapter_title",
      "name": "$.comic_name@put:{cid:$.comic_id}"
    },
    "ruleContent": {
      "content": "<js>\nresult=String(java.getString(\"$.data\")).replace(/arsadata/,\"\");\nu=java.aesBase64DecodeToString(result,\"4548ded8c9e02690\",\"AES/CBC/PKCS5Padding\",\"1992360ee9bc4f8f\");\nimg=u.match(/\\[(.*)\\]/)[1].split(\",\").map(x=>'\\n<img src='+x+'>').join(\"\\n\")\n</js>"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.comic_author",
      "bookList": "$.data.data",
      "bookUrl": "@js:\nt=\"/comic-api/v2/comic/getcomicdatacomic_id={{$.comic_id}}&client-type=android&productname=qmmh&client-channel=xiaomi&platformname=android&client-version=1.4.8erciyuan2020\";\nsign=java.md5Encode(t);\nb={\n\"method\": \"GET\",\n\"headers\": {\n\"User-Agent\": \"okhttp/4.9.1\",\n\"m-request-id\": sign\n}\n};\n\"https://api-cdn.kaimanhua.com/comic-api/v2/comic/getcomicdata?comic_id={{$.comic_id}}&client-type=android&productname=qmmh&client-channel=xiaomi&platformname=android&client-version=1.4.8,\"+JSON.stringify(b);",
      "coverUrl": "$.cover_img",
      "intro": "$.cartoon_desc",
      "kind": "{{result=String(java.getString('$.comic_type')).replace(/,|\\w*/g,\"\").replace(/\\|/g,\",\")}}\n{{String(java.timeFormat(java.getString('$.update_time'))).replace(/\\//g,\"-\").replace(/\\s.*/g,\"\")}}",
      "lastChapter": "$.last_chapter_name",
      "name": "$.comic_name"
    },
    "ruleToc": {
      "chapterList": "<js>\nresult=String(java.getString(\"$.data\")).replace(/arsadata/,\"\");\njava.aesBase64DecodeToString(result,\"4548ded8c9e02690\",\"AES/CBC/PKCS5Padding\",\"1992360ee9bc4f8f\");\n</js>\n$.chapters[*]",
      "chapterName": "$.chapter_name",
      "chapterUrl": "@js:\ncid='@get:{cid}'\nchapter_id='{{$.chapter_id}}'\nt=\"/comic-api/v2/comic/getchapterdatacomic_id=\"+cid+\"&chapter_id=\"+chapter_id+\"&quality=middle&client-type=android&productname=qmmh&client-channel=xiaomi&platformname=android&client-version=1.4.8erciyuan2020\";\nsign=java.md5Encode(t);\nb={\n\"method\": \"GET\",\n\"headers\": {\n\"User-Agent\": \"okhttp/4.9.1\",\n\"access-token\":\"v1_090fNTIt4Omg86B7LUPcqWRTkvW8JjjLYXTxnm01BiXN8SgniETjucYezOrjZoOopFGr02Fj12RREysE4eHukTCc/LuyeIHzFGMayAgLGaSF8+jMMwrnDdTuYdFk34z7DZf+Zy+VHtjFS0Uy6n6Vyr/5GuJy6FDcbCoVBCjdbFneHjV38UwHjL6AwauUMFfa0f3uSEqGWZG6xn9+OpAn6GGRWHaypicXswr450DO29FcuqP7pHCSldVJtIzOv/Uc\",\n\"m-request-id\": sign\n}\n};\n\"https://api-cdn.kaimanhua.com/comic-api/v2/comic/getchapterdata?comic_id=@get:{cid}&chapter_id={{$.chapter_id}}&quality=middle&client-type=android&productname=qmmh&client-channel=xiaomi&platformname=android&client-version=1.4.8,\"+JSON.stringify(b);"
    },
    "searchUrl": "https://api-cdn.kaimanhua.com/comic-api/v1/comic/getsortlist?search_key={{key}}&orderby=shoucang&page={{page}}&pagesize=20&young_mode=0&client-type=android&productname=qmmh&client-channel=xiaomi&platformname=android&client-version=1.4.8",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "双语小说（英文）",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.shubang.net/",
    "customButton": false,
    "customOrder": 1335,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1731590566975,
    "respondTime": 733,
    "ruleBookInfo": {
      "author": "p.0@text##作者：",
      "coverUrl": ".cover@img@src",
      "init": "",
      "intro": ".cont@textNodes",
      "kind": "class.tags@a@text",
      "lastChapter": "tr.-1@td@a@text",
      "name": "h3.0@text"
    },
    "ruleContent": {
      "content": ".line_en@text%%.line_cn@title",
      "nextContentUrl": "class.pagebar@a.-1@href"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "class.cont@p@text",
      "bookList": "class.mcon@a",
      "bookUrl": "a@href",
      "checkKeyWord": "哈利",
      "coverUrl": "class.cover@img@src",
      "intro": "class.cont@ownText",
      "kind": "",
      "name": "h3@text"
    },
    "ruleToc": {
      "chapterList": "tr@td",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "book/?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "随心看吧",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.suixkan.com关耳",
    "customButton": false,
    "customOrder": 1336,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1732127931680,
    "respondTime": 1015,
    "ruleBookInfo": {
      "kind": "",
      "tocUrl": "class.sumchapter@a@href"
    },
    "ruleContent": {
      "content": "class.con@html",
      "nextContentUrl": "",
      "replaceRegex": "##\\s*.*?本章.*?完.*\\s*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".v-author@text",
      "bookList": "class.v-list-item\n@js:\nlist=result.toArray();\nlist1=[];\nfor(i in list){\nif(list[i].text().indexOf(java.get('key'))>-1){\nlist1.push(list[i])\n}\n}\nlist1.map(x=>x)",
      "bookUrl": "##=\"newWebView\\('([^']+)'##$1###",
      "coverUrl": "",
      "intro": ".v-intro@text",
      "kind": "tag.div.-1@text",
      "lastChapter": "<js>\nurl=String(result).match(/=\"newWebView\\('([^']+)'/)[1];url='https://m.suixkan.com'+url\njava.ajax(url)</js>\nclass.chapter-entrance@text",
      "name": ".v-title@text",
      "wordCount": ".v-words@text"
    },
    "ruleToc": {
      "chapterList": "class.catalog_ls@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://m.suixkan.com/s/1.html?keyword={{key}}\n@js:java.put('key',key);result",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "鸠摩搜书（下载）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.jiumodiary.com关耳",
    "customButton": false,
    "customOrder": 1337,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1721355633980,
    "respondTime": 1453,
    "ruleBookInfo": {
      "name": ""
    },
    "ruleContent": {
      "content": "@js:\n'点击章节链接跳转浏览器下载'+baseUrl"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "<js>\nlist=JSON.parse(result).sources\nJson=[]\nfor(i in list){\nlist1=JSON.parse(result).sources[i].details.data;\nfor(j in list1){\nif(list1[j].title.indexOf(java.get('key'))>-1){\nJson.push(list1[j])\n}\n}\n}\nresult=JSON.stringify(Json)\n</js>\n$.[*]",
      "bookUrl": "$.link",
      "coverUrl": "$.img_link",
      "intro": "$.host&&$.des&&$.title##<.*?>",
      "kind": "$.des",
      "name": "$.title##<.*?>|(^.{0,15})##$1###"
    },
    "ruleToc": {
      "chapterList": "@js:a=[{a:'下载地址',b:baseUrl}]",
      "chapterName": "a",
      "chapterUrl": "b"
    },
    "searchUrl": "@js:\nurl1='https://www.jiumodiary.com/init_hubs.php,';\npost={\"method\":\"POST\",\"body\":\"q=\"+key+\"&remote_ip=&time_int=\"+Date.now()};\nid=java.ajax(url1+JSON.stringify(post)).match(/id\":\"([^\"]+)\"/)[1];\nurl='https://www.jiumodiary.com/ajax_fetch_hubs.php';\nbody='id='+id+'&set='+page;\nheader={\n\"method\": \"POST\",\n\"body\": String(body)\n}\njava.put('key',key);\nur=url+','+JSON.stringify(header);",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "天意文学",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.tywx.com",
    "customButton": false,
    "customOrder": 1338,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1742287653335,
    "respondTime": 6771,
    "ruleBookInfo": {
      "author": "id.add_info@p.0@text",
      "intro": "⌚{{@@id.add_info@p.5@text}}\n{{'\\n'+'​'}}\n简介📕：\n{{@@id.add_intro@text}}",
      "lastChapter": "class.chapter.0@text",
      "name": "id.add_info@h1@text"
    },
    "ruleContent": {
      "content": "id.nr1@p@text##你正在阅读 《.*》 章节：.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a@text##(.*)：##$1###",
      "bookList": "div.s_list:nth-of-type(n+3)",
      "bookUrl": "a@href##$##,{'webView': true}",
      "name": "a@text##《(.*)》##$1###"
    },
    "ruleToc": {
      "chapterList": "id.add_chapter_list_link@li@a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{'webView': true}"
    },
    "searchUrl": "https://bqg123.net/search?form=biqusoso&keyword={{key}},{'webView':true}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "就爱文学",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.92xs.info#",
    "customButton": false,
    "customOrder": 1339,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"总排行榜\",\"url\":\"/allvisit-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总推荐榜\",\"url\":\"/allvote-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月排行榜\",\"url\":\"/monthvisit-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月推荐榜\",\"url\":\"/monthvote-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周排行榜\",\"url\":\"/weekvisit-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周推荐榜\",\"url\":\"/weekvote-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最新入库\",\"url\":\"/postdate-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最近更新\",\"url\":\"/lastupdate-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总收藏榜\",\"url\":\"/goodnum-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"字数排行\",\"url\":\"/size-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/sort/1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/sort/2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/sort/3-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/sort/4-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"推理\",\"url\":\"/sort/5-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"游戏\",\"url\":\"/sort/6-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/sort/7-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"恐怖\",\"url\":\"/sort/8-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/sort/10-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/sort/9-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1734979175643,
    "respondTime": 2293,
    "ruleBookInfo": {
      "author": ".p_author@text",
      "coverUrl": "#bookimg img@src",
      "downloadUrls": "#button_all a.1@href",
      "intro": "#bookintro p.-1@html##【展开】.*",
      "kind": "#count span.0:3@text&&#keywords@text##.*：|小说|\\s.*",
      "lastChapter": "#newlist a.1@text",
      "name": ".d_title h1@text",
      "tocUrl": ".newrap a.0@href",
      "wordCount": "#count span.2@text"
    },
    "ruleContent": {
      "content": "#ccontent@textNodes"
    },
    "ruleExplore": {
      "author": ".rankpage_list7@text",
      "bookList": ".rankpage_list_box",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.*/(\\d+)(\\d+)(\\d+)(\\d+).*##/files/article/image/$1/$1$2$3$4/$1$2$3$4s.jpg",
      "kind": ".rankpage_list2@text&&.rankpage_list4@text&&.rankpage_list8@text##\\[|\\]|小说",
      "lastChapter": "",
      "name": ".rankpage_list3@text",
      "wordCount": ".rankpage_list5@text"
    },
    "ruleSearch": {
      "author": ".odd.1@text",
      "bookList": "#author@tbody@tr!0",
      "bookUrl": "a.0@href##.com/##.la/",
      "checkKeyWord": "",
      "coverUrl": "a.0@href##.*/(\\d+)(\\d+)(\\d+)(\\d+).*##/files/article/image/$1/$1$2$3$4/$1$2$3$4s.jpg",
      "kind": ".even.2@text&&.odd.2@text",
      "lastChapter": ".even.0@text",
      "name": ".odd.0@text",
      "wordCount": ".even.1@text"
    },
    "ruleToc": {
      "chapterList": ".ccss",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "/modules/article/search.php,{'method':'post','body':'searchtype=articlename=author&searchkey={{key}}'}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "有声",
    "bookSourceName": "猫耳有声",
    "bookSourceType": 1,
    "bookSourceUrl": "https://www.missevan.com/",
    "customButton": false,
    "customOrder": 1340,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "百合分类::https://www.missevan.com/dramaapi/filter?filters=0_5_0_0_0&page={{page}}&order=1&page_size=20\n现代::https://www.missevan.com/dramaapi/filter?filters=0_5_0_1_0&page={{page}}&order=1&page_size=20\n古风::https://www.missevan.com/dramaapi/filter?filters=0_5_0_2_0&page={{page}}&order=1&page_size=20\n民国::https://www.missevan.com/dramaapi/filter?filters=0_5_0_3_0&page={{page}}&order=1&page_size=20",
    "lastUpdateTime": 1733690872970,
    "respondTime": 6951,
    "ruleBookInfo": {
      "intro": "class.intro-content@html||$.info.sound.intro",
      "kind": "class.detail-count@text&&class.detail-newest@text&&class.detail-author@text&&class.detail-type@text&&class.detail-tags@text##类型：|标签：无|标签：",
      "tocUrl": "@js:\nif(baseUrl.match(/dramaapi|mdrama/)){\nresult='https://www.missevan.com/dramaapi/getdrama?drama_id='+baseUrl.match(/(\\d+)/)[1]\n}"
    },
    "ruleContent": {
      "content": "$.info.sound.soundurl_128||$.info.sound.soundurl"
    },
    "ruleExplore": {
      "bookList": "$.info.Datas",
      "bookUrl": "https://www.missevan.com/mdrama/drama/{{$.id}},{\"webView\":true}",
      "coverUrl": "$.cover",
      "kind": "$.type_name",
      "lastChapter": "$.newest",
      "name": "$.name"
    },
    "ruleSearch": {
      "author": "$.username||$.author",
      "bookList": "<js>\nkey=java.get('key');\npage=java.get('page');\n\n//创建两个空数组\njson=[];json2=[];\n\n//判定json里是否有列表\nif(JSON.parse(result).info.Datas){\njson=JSON.parse(result).info.Datas;}\n\n//加载单曲搜索页面并转为json\njson1=JSON.parse(java.ajax('https://www.missevan.com/sound/getsearch?s='+key+'&type=3&page_size=10&p='+page));\n\n//判定json里是否有列表\nif(json1.info.Datas){\njson2=json1.info.Datas\n}\n\n//剧集搜索列表与单曲搜索列表拼接\nlist=json.concat(json2);\n\nresult=JSON.stringify(list)\n</js>\n$.[*]",
      "bookUrl": "<js>\nid=String(result).match(/id=(\\d+)/)[1];\nif(!String(result).match(/catalog_name/)){\nresult='https://www.missevan.com/sound/getsound?soundid='+id\n}else{result='https://www.missevan.com/dramaapi/getdrama?drama_id='+id}\n</js>",
      "coverUrl": "$.front_cover||$.cover",
      "intro": "$.abstract",
      "kind": "{$.type_name},{$.catalog_name}##\\{.*?\\}",
      "lastChapter": "$.newest",
      "name": "$.soundstr||$.name"
    },
    "ruleToc": {
      "chapterList": "<js>'['+result+']'</js>\n$..info.episodes.episode[*]||$..info.episodes.music[*]||$.[*]",
      "chapterName": "$.name||$.info.sound.soundstr",
      "chapterUrl": "https://www.missevan.com/sound/getsound?soundid={{$.sound_id||$.info.sound.id}}"
    },
    "searchUrl": "https://www.missevan.com/dramaapi/search?s={{key}}&page={{page}}\n@js:java.put('key',key);java.put('page',page);result",
    "weight": 0
  },
  {
    "bookSourceComment": "看免费，付费看不了，如深空彼岸",
    "bookSourceGroup": "免费",
    "bookSourceName": "多看阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.dkmi.com/",
    "customButton": false,
    "customOrder": 1341,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\nm=`[`\n\nb=`{\"title\":\"■■■■■■■■男生榜单■■■■■■■■\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人气榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40102&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"热搜榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40602&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完结榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40303&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"连载榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40902&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱ 男生热度 ✱　　　　　　✱\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  都市  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000400?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  玄幻  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000100?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  历史  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000600?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  科幻  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000900?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  游戏  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25001000?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  悬疑  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000800?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  仙侠  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000500?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  武侠  \",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25000300?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱男生角色✱　　　　　　✱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/17016?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神医\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10418?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女婿\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12566?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"修真\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10795?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"废材\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14949?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奶爸\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/16779?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武神\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10815?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"文娱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/18331?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"保安\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13502?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"校花\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/54334?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"刺客\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11135?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"保镖\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12487?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"白领\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/41131?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"御姐\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/230050?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"农民\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11664?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"帝王\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10472?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"职玩\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13060?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"道士\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11013?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"战神\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12062?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宅男\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11935?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"剑客\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10486?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙尊\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/17710?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱男生情节✱　　　　　　✱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10814?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"强者归来\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/159906?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"王者荣耀\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/183828?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"绝地求生\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/205061?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"升级流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11054?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无敌流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14447?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"技术流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10344?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"凡人流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/26566?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"洪荒流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/57205?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天才流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15613?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"学院流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/18507?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/36244?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"直播文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229663?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"开局流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229635?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"赘婿文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233067?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"战神文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/232467?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"姐姐文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/234096?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神医文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233063?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"保镖文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/231304?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"兵王文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233064?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"鉴宝文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/232703?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奶爸文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229408?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武道流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233066?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"种田文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/18418?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"灵气复苏\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/203573?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无限流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10357?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"诸天流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229405?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市修仙\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/34328?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代修真\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10161?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"随身流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15940?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"废柴流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12431?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"氪金流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233065?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"争霸流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/159542?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"召唤流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/157025?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"重生文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/182552?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/168672?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"LOL\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12758?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"红包文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/202610?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"迪化流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233069?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"权谋文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/233439?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异兽流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/159552?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武魂流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/232705?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"风水玄学\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/231592?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代诡秘\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229429?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"蒸汽朋克\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/156231?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"巫师流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229460?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"硬科幻\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/200279?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"败家流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/230502?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"机甲流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/34537?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}}`\n\ng=`{\"title\":\"■■■■■■■■女生榜单■■■■■■■■\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人气榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40202&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"热搜榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40702&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完结榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=40304&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"连载榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?r=41002&count=20&start={{page-1}}&ad=1&owner=0%2C3&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱ 女生热度 ✱　　　　　　✱\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代言情\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25001800?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古代言情\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25001700?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青春校园\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25003000?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"悬疑推理\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25002000?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"玄幻言情\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25001500?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻空间\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25002100?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"游戏竞技\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25002200?start={{page-1}}&count=20&hot=1&type=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"　　　　\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱女生角色✱　　　　　　✱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11512?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"王妃\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11168?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"嫡女\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/16300?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神医\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/50603?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女配\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15834?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"萌宝\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/18840?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"农女\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/54153?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"皇后\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13442?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"白领\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10987?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"庶女\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14207?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"明星\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10317?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"王爷\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11173?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"特工\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11171?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"前妻\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14104?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"首席\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13387?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"弃妇\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12102?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"商女\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/25931?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"设计师\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11458?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"学霸\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/26103?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"养女\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14119?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱女生情节✱　　　　　　✱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13610?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"契约婚姻\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/26028?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"日久生情\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13610?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青梅竹马\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12385?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"种田文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/18418?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"年代文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/200334?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"团宠\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229410?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"欢喜冤家\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10969?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"复仇文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/222882?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"逆袭流\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/230499?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"先婚后爱\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14621?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫斗文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/230500?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宅斗文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15850?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女强\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12386?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"强取豪夺\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/13450?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"快穿\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/37234?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"重生文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/182552?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/168672?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"破镜重圆\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/14035?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿书\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/59318?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"萌宝文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/231492?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"带球跑\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15171?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"架空\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10402?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"虐恋\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10767?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"空间文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/232706?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/36244?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"直播文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229663?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐圈\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10128?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"扮猪吃虎\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10814?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"家长里短\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10660?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"同居\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/12000?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"隐婚\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/30304?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代诡秘\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/229429?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"职场商战\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/23648?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"婚恋文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/230501?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"豪门\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/11513?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"HE\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/15994?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"甜文\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/10887?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"1v1\",\"url\":\"https://www.duokan.com/store/v0/fiction/dkfree/category/187551?start={{page-1}}&count=20&hot=1&type=2\",\"style\":{\"layout_flexGrow\":1}}`\n\nn=`]`\n\nx=`[{\"title\":\"✱　　　　　　✱男生old✱　　　　　　✱\",\"url\":\"/\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人气榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=12001&_t=&_c=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"畅销榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=11002&_t=&_c=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"VIP榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=43001&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"新书榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=13000&_t=1&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"收藏榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=27002&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"飙升榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=14001&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完本榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=15001&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"风云榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=29004&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"更新榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=28001&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱女生old✱　　　　　　✱\",\"url\":\"/\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人气榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=12011&_t=&_c=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"畅销榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=11012&_t=&_c=\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"VIP榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=43011&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"新书榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=13010&_t=1&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"收藏榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=27012&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"飙升榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=14011&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完本榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=15011&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"风云榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=29014&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"更新榜\",\"url\":\"https://www.duokan.com/store/v0/fiction/rank?start={{(page-1)*10}}&count=10&r=28011&_t=&_c=&withid=1\",\"style\":{\"layout_flexGrow\":1}}]`\n\nkey=String(source.getVariable())\n\nkey==\"\"? m+b+`,`+g+n :\nkey==\"1\"? m+b+`,`+g+n :\nkey==\"2\"? m+g+`,`+b+n :\nkey==\"3\"? m+b+n :\nkey==\"4\"? m+g+n : x\n</js>",
    "header": "{\"cookie\":\"device_id=D900MIVU7AH2SDF9;platform=wap;user_preference=%7B%7D;Hm_lvt_1c932f22da573f2870e8ab565f4ff9cb=1616847894;build=999000000;Hm_lpvt_1c932f22da573f2870e8ab565f4ff9cb=1616849443;app_id=duokan_h5;channel=Y0X66A;user_type=3\"}",
    "lastUpdateTime": 1702208997516,
    "loginUrl": "https://account.xiaomi.com/fe/service/login/password?display=mobile&sid=reader&qs",
    "respondTime": 2238,
    "ruleBookInfo": {
      "coverUrl": "",
      "kind": "$.item.tags[*]&&$.rights",
      "lastChapter": "$.item.latest",
      "name": "",
      "tocUrl": "$.item.fiction_id@js:\"https://www.duokan.com/store/v0/fiction/detail/\"+result+\"?chapter_id=0&_t=&_c=\"",
      "wordCount": "$.item.word_count"
    },
    "ruleContent": {
      "content": "$.url@js:\nlet content=\"\"\nif(result){\nlet b64 = java.ajax(result)\nlet str=java.base64Decode(b64.match(/'(.+?)'/)[1])\nlet list=JSON.parse(str).p\nfor (i =0;i<list.length;i++){\ncontent+= list[i]+\"\\n\"\n}\n}else{\ncontent+=\"购买后继续阅读本章内容\"\n}\ncontent",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "$.authors",
      "bookList": "$.items[*]",
      "bookUrl": "$.fiction_id@js:\"https://www.duokan.com/hs/v0/android/fiction/book/\"+result",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "$.new_tags&&$.rights",
      "name": "$.title",
      "wordCount": "$.word_count"
    },
    "ruleSearch": {
      "author": "$.role[0][1]",
      "bookList": "$.items[*]",
      "bookUrl": "$.source_id@js:\"https://www.duokan.com/hs/v0/android/fiction/book/\"+result",
      "coverUrl": "$.cover",
      "intro": "$.intro",
      "kind": "",
      "lastChapter": "",
      "name": "$.title",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "$.item.toc[*]",
      "chapterName": "$.title",
      "chapterUrl": "$.seq_id@js:\n\"https://www.duokan.com/drm/v0/fiction/link?chapter_id=\"+result+\"&format=jsonp&withid=1&fiction_id=\"+baseUrl.match(/detail\\/(\\d+)/)[1]+\"&_t=&_c=\"",
      "isVip": "$.free@js:result?false:true"
    },
    "searchUrl": "https://www.duokan.com/store/v0/lib/query/onebox?start=0&count=10&s={{key}}&source=2%2C5%2C6%2C7&_t=1616840245&_c=3963",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费,有声",
    "bookSourceName": "猫耳听书",
    "bookSourceType": 1,
    "bookSourceUrl": "https://www.missevan.comguaner",
    "customButton": false,
    "customOrder": 1342,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "百合分类::https://www.missevan.com/dramaapi/filter?filters=0_5_0_0_0&page={{page}}&order=1&page_size=20\n现代::https://www.missevan.com/dramaapi/filter?filters=0_5_0_1_0&page={{page}}&order=1&page_size=20\n古风::https://www.missevan.com/dramaapi/filter?filters=0_5_0_2_0&page={{page}}&order=1&page_size=20\n民国::https://www.missevan.com/dramaapi/filter?filters=0_5_0_3_0&page={{page}}&order=1&page_size=20",
    "lastUpdateTime": 1734842669721,
    "respondTime": 6835,
    "ruleBookInfo": {
      "intro": "class.intro-content@html||$.info.sound.intro",
      "kind": "class.detail-count@text&&class.detail-newest@text&&class.detail-author@text&&class.detail-type@text&&class.detail-tags@text##类型：|标签：无|标签：",
      "tocUrl": "@js:\nif(baseUrl.match(/dramaapi|mdrama/)){\nresult='https://www.missevan.com/dramaapi/getdrama?drama_id='+baseUrl.match(/(\\d+)/)[1]\n}"
    },
    "ruleContent": {
      "content": "$.info.sound.soundurl_128||$.info.sound.soundurl"
    },
    "ruleExplore": {
      "bookList": "$.info.Datas",
      "bookUrl": "https://www.missevan.com/mdrama/drama/{{$.id}},{\"webView\":true}",
      "coverUrl": "$.cover",
      "kind": "$.type_name",
      "lastChapter": "$.newest",
      "name": "$.name"
    },
    "ruleSearch": {
      "author": "$.username||$.author",
      "bookList": "<js>\nkey=java.get('key');\npage=java.get('page');\n\n//创建两个空数组\njson=[];json2=[];\n\n//判定json里是否有列表\nif(JSON.parse(result).info.Datas){\njson=JSON.parse(result).info.Datas;}\n\n//加载单曲搜索页面并转为json\njson1=JSON.parse(java.ajax('https://www.missevan.com/sound/getsearch?s='+key+'&type=3&page_size=10&p='+page));\n\n//判定json里是否有列表\nif(json1.info.Datas){\njson2=json1.info.Datas\n}\n\n//剧集搜索列表与单曲搜索列表拼接\nlist=json.concat(json2);\n\nresult=JSON.stringify(list)\n</js>\n$.[*]",
      "bookUrl": "<js>\nid=String(result).match(/id=(\\d+)/)[1];\nif(!String(result).match(/catalog_name/)){\nresult='https://www.missevan.com/sound/getsound?soundid='+id\n}else{result='https://www.missevan.com/dramaapi/getdrama?drama_id='+id}\n</js>",
      "coverUrl": "$.front_cover||$.cover",
      "intro": "$.abstract",
      "kind": "{$.type_name},{$.catalog_name}##\\{.*?\\}",
      "lastChapter": "$.newest",
      "name": "$.soundstr||$.name"
    },
    "ruleToc": {
      "chapterList": "<js>'['+result+']'</js>\n$..info.episodes.episode[*]||$..info.episodes.music[*]||$.[*]",
      "chapterName": "$.name||$.info.sound.soundstr",
      "chapterUrl": "https://www.missevan.com/sound/getsound?soundid={{$.sound_id||$.info.sound.id}}"
    },
    "searchUrl": "https://www.missevan.com/dramaapi/search?s={{key}}&page={{page}}\n@js:java.put('key',key);java.put('page',page);result",
    "weight": 0
  },
  {
    "bookSourceComment": "备用源URL：https://sma.yueyouxs.com\n备用源URL：http://m.suixkan.com",
    "bookSourceGroup": "免费",
    "bookSourceName": "阅友小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://sma.yueyouxs.com",
    "customButton": false,
    "customOrder": 1343,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "重磅推荐::/l/s/28/{{page}}.html\n男生必读::/l/s/29/{{page}}.html\n女生爱看::/l/s/30/{{page}}.html\n小编推荐::/l/s/31/{{page}}.html\n都市人生::/l/f/1100/{{page}}.html\n玄幻奇幻::/l/f/1101/{{page}}.html\n武侠仙侠::/l/f/1102/{{page}}.html\n军事历史::/l/f/1103/{{page}}.html\n科幻末世::/l/f/1104/{{page}}.html\n游戏体育::/l/f/1105/{{page}}.html\n热血青春::/l/f/1106/{{page}}.html\n悬疑灵异::/l/f/1107/{{page}}.html\n脑洞大开::/l/f/1108/{{page}}.html\n现代言情::/l/f/2100/{{page}}.html\n古代言情::/l/f/2101/{{page}}.html\n幻想言情::/l/f/2102/{{page}}.html\n穿越时空::/l/f/2104/{{page}}.html\n宫闱争斗::/l/f/2105/{{page}}.html\n豪门总裁::/l/f/2106/{{page}}.html\n婚恋爱情::/l/f/2107/{{page}}.html\n经商种田::/l/f/2108/{{page}}.html\n出版读物::/l/f/3101/{{page}}.html\n文学小说::/l/f/3102/{{page}}.html\n古代典籍::/l/f/3103/{{page}}.html",
    "lastUpdateTime": 1748428435910,
    "respondTime": 1315,
    "ruleBookInfo": {
      "author": ".face-info@span.0@text##.*：",
      "coverUrl": ".face-cover@img@src",
      "init": "",
      "intro": "id.intro@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".face-info@span.1:3@text&&id.idNewIds@id.chapter-ps-id@text##.*：",
      "lastChapter": "id.idNewIds@.chapter-entrance@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".face-info-title@text",
      "tocUrl": ".sumchapter@a@href",
      "wordCount": ".face-info@span.2@text##.*："
    },
    "ruleContent": {
      "content": ".con@html",
      "replaceRegex": "##[\\(（]本章未完.*[）\\)]|[\\(（]本章完[）\\)]"
    },
    "ruleExplore": {
      "author": ".v-author@text##\\s",
      "bookList": ".v-list-item",
      "bookUrl": "@onclick@js:result.match(/\\('(.*?)'\\)/)[1]",
      "coverUrl": "img@src",
      "intro": ".v-intro@text",
      "name": ".v-title@text",
      "wordCount": ".v-words@text"
    },
    "ruleSearch": {
      "author": ".v-author@text##\\s",
      "bookList": ".v-list-item",
      "bookUrl": "@onclick@js:result.match(/\\('(.*?)', '', ''\\)/)[1]",
      "coverUrl": "img@src",
      "intro": ".v-intro@text",
      "kind": ".base-label@text",
      "name": ".v-title@text",
      "wordCount": ".v-words@text"
    },
    "ruleToc": {
      "chapterList": ".catalog_ls@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/s/1.html?keyword={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "小说520",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.xiaoshuo520.com#",
    "customButton": false,
    "customOrder": 1344,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1732517915360,
    "loginUrl": "https://m.xiaoshuo520.com/user/register/",
    "respondTime": 5443,
    "ruleBookInfo": {
      "author": "tag.p.0@text##/著",
      "intro": "class.bk-intro-bd@html",
      "kind": "class.tag@text##/",
      "lastChapter": "tag.h3.0@text",
      "name": "tag.h1@text",
      "tocUrl": "text.查看更多章节@href",
      "wordCount": "class.num.0@text"
    },
    "ruleContent": {
      "content": "class.article-bd font-normal@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.span.0@text",
      "bookList": "class.mt10 img-text-list search-list@li",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.img@src",
      "intro": "class.intro@html",
      "kind": "class.state@text",
      "name": "class.title@text"
    },
    "ruleToc": {
      "chapterList": "class.catalog-list@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href##$##,{'webView': true}",
      "isVip": "$.isVip",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/book/search/,{\n\"method\": \"POST\",\n\"body\": \"searchkey={{key}}\"\n}",
    "weight": 52
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "橘子小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.cxinbz.com/",
    "customButton": false,
    "customOrder": 1345,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1726707135175,
    "respondTime": 155,
    "ruleBookInfo": {
      "author": "@css:span:contains(作者：)@text",
      "coverUrl": ".cover@img@src",
      "intro": ".intro@html##简介：|.*无弹窗.*",
      "kind": "@css:span:contains(分类：),span:contains(更新时间：),span:contains(状态：)@text##(分类|状态|更新时间)：",
      "lastChapter": ".info .last@a@text",
      "name": ".info@h2@text",
      "wordCount": "@css:span:contains(字数：)@text##字数："
    },
    "ruleContent": {
      "content": "#content@html##{{baseUrl}}|请记住本书首发.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".bookbox",
      "bookUrl": ".bookname@a@href",
      "coverUrl": "img@src",
      "intro": ".bookinfo@p@text",
      "kind": ".cat@text##分类：",
      "lastChapter": ".update@a@text",
      "name": ".bookname@text"
    },
    "ruleToc": {
      "chapterList": "@css:.listmain a[href~=/[^/]+/\\d+.htm]",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "s.php?ie=utf-8&q={{key}}",
    "weight": 58
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "天堂深圳",
    "bookSourceType": 0,
    "bookSourceUrl": "http://tiantangxiangzuoshenzhenwangyou.qwyd.net/",
    "customButton": false,
    "customOrder": 1346,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1721326294843,
    "respondTime": 35,
    "ruleBookInfo": {
      "author": "class.container@tag.p.0@text##一段悲.*\n版权所有©2013-2016 天堂向左 深圳往右 作者慕容雪村",
      "intro": "class.container@tag.p.0@text##作者：.*",
      "name": "tag.h1@text"
    },
    "ruleContent": {
      "content": "class.span12@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "class.active",
      "bookUrl": "tag.a@href",
      "name": "tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.thumbnail",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://tiantangxiangzuoshenzhenwangyou.qwyd.net/",
    "weight": 0
  },
  {
    "bookSourceComment": "By关耳+乃星补加发现",
    "bookSourceGroup": "有声",
    "bookSourceName": "猫耳FM",
    "bookSourceType": 1,
    "bookSourceUrl": "https://www.missevan.com乃星",
    "customButton": false,
    "customOrder": 1347,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "纯爱•全部::https://www.missevan.com/dramaapi/filter?filters=0_4_0_0_0&page={{page}}&order=1&page_size=20\n纯爱•现代::https://www.missevan.com/dramaapi/filter?filters=0_4_0_1_0&page={{page}}&order=1&page_size=20\n纯爱•古风::https://www.missevan.com/dramaapi/filter?filters=0_4_0_2_0&page={{page}}&order=1&page_size=20\n纯爱•民国::https://www.missevan.com/dramaapi/filter?filters=0_4_0_3_0&page={{page}}&order=1&page_size=20\n\n言情•全部::https://www.missevan.com/dramaapi/filter?filters=0_6_0_0_0&page={{page}}&order=1&page_size=20\n言情•现代::https://www.missevan.com/dramaapi/filter?filters=0_6_0_1_0&page={{page}}&order=1&page_size=20\n言情•古风::https://www.missevan.com/dramaapi/filter?filters=0_6_0_2_0&page={{page}}&order=1&page_size=20\n言情•民国::https://www.missevan.com/dramaapi/filter?filters=0_6_0_3_0&page={{page}}&order=1&page_size=20",
    "lastUpdateTime": 1723224781837,
    "respondTime": 6042,
    "ruleBookInfo": {
      "init": "",
      "intro": "//*[@class=\"intro-content\"]",
      "kind": "class.detail-count@text&&class.detail-newest@text&&class.detail-author@text&&class.detail-type@text&&class.detail-tags@text##类型：|标签：无|标签：",
      "name": "",
      "tocUrl": "https://www.missevan.com/dramaapi/getdrama?drama_id={{baseUrl.match(/(\\d+)/)[1]}}"
    },
    "ruleContent": {
      "content": "$.info.sound.soundurl_128||$.info.sound.soundurl",
      "imageStyle": "0",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "$.info.Datas",
      "bookUrl": "https://www.missevan.com/mdrama/drama/{{$.id}},{\"webView\":true}",
      "coverUrl": "$.cover",
      "intro": "",
      "kind": "$.type_name",
      "lastChapter": "$.newest",
      "name": "$.name"
    },
    "ruleSearch": {
      "author": "author",
      "bookList": "$.info.Datas",
      "bookUrl": "https://www.missevan.com/dramaapi/getdrama?drama_id={{$.id}}",
      "coverUrl": "cover ",
      "intro": "abstract",
      "kind": "{{$.type_name}},{{$.catalog_name}}",
      "lastChapter": "newest ",
      "name": "name",
      "wordCount": "catalog_name "
    },
    "ruleToc": {
      "chapterList": "$.info.episodes.episode",
      "chapterName": "$.name",
      "chapterUrl": "https://www.missevan.com/sound/getsound?soundid={{$.sound_id}}",
      "isVip": "$.need_pay"
    },
    "searchUrl": "https://www.missevan.com/dramaapi/search?s={{key}}&page=1",
    "weight": 0
  },
  {
    "bookSourceComment": "By关耳+乃星补加发现",
    "bookSourceGroup": "有声",
    "bookSourceName": "猫耳听书（优+）",
    "bookSourceType": 1,
    "bookSourceUrl": "https://www.missevan.com#乃星",
    "customButton": false,
    "customOrder": 1348,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "纯爱•全部::https://www.missevan.com/dramaapi/filter?filters=0_4_0_0_0&page={{page}}&order=1&page_size=20\n纯爱•现代::https://www.missevan.com/dramaapi/filter?filters=0_4_0_1_0&page={{page}}&order=1&page_size=20\n纯爱•古风::https://www.missevan.com/dramaapi/filter?filters=0_4_0_2_0&page={{page}}&order=1&page_size=20\n纯爱•民国::https://www.missevan.com/dramaapi/filter?filters=0_4_0_3_0&page={{page}}&order=1&page_size=20\n\n言情•全部::https://www.missevan.com/dramaapi/filter?filters=0_6_0_0_0&page={{page}}&order=1&page_size=20\n言情•现代::https://www.missevan.com/dramaapi/filter?filters=0_6_0_1_0&page={{page}}&order=1&page_size=20\n言情•古风::https://www.missevan.com/dramaapi/filter?filters=0_6_0_2_0&page={{page}}&order=1&page_size=20\n言情•民国::https://www.missevan.com/dramaapi/filter?filters=0_6_0_3_0&page={{page}}&order=1&page_size=20",
    "lastUpdateTime": 1759498296569,
    "respondTime": 5636,
    "ruleBookInfo": {
      "intro": "//*[@class=\"intro-content\"]",
      "kind": "class.detail-count@text&&class.detail-newest@text&&class.detail-author@text&&class.detail-type@text&&class.detail-tags@text##类型：|标签：无|标签：",
      "tocUrl": "https://www.missevan.com/dramaapi/getdrama?drama_id={{baseUrl.match(/(\\d+)/)[1]}}"
    },
    "ruleContent": {
      "content": "$.info.sound.soundurl_128||$.info.sound.soundurl",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "bookList": "$.info.Datas",
      "bookUrl": "https://www.missevan.com/mdrama/drama/{{$.id}},{\"webView\":true}",
      "coverUrl": "$.cover",
      "kind": "$.type_name",
      "lastChapter": "$.newest",
      "name": "$.name"
    },
    "ruleSearch": {
      "author": "author",
      "bookList": "$.info.Datas",
      "bookUrl": "https://www.missevan.com/dramaapi/getdrama?drama_id={{$.id}}",
      "coverUrl": "cover ",
      "intro": "abstract",
      "kind": "{{$.type_name}},{{$.catalog_name}}",
      "lastChapter": "newest ",
      "name": "name",
      "wordCount": "catalog_name "
    },
    "ruleToc": {
      "chapterList": "$.info.episodes.episode",
      "chapterName": "$.name",
      "chapterUrl": "https://www.missevan.com/sound/getsound?soundid={{$.sound_id}}",
      "isVip": "$.need_pay"
    },
    "searchUrl": "https://www.missevan.com/dramaapi/search?s={{key}}&page=1",
    "weight": 0
  },
  {
    "bookSourceComment": "--未月十八小改\n有缺字，仅做榜单，阅读换源“晋江🔸阅读”",
    "bookSourceGroup": "正版",
    "bookSourceName": "晋江详榜（发现）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.jjwxc.net未月十八小改",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1349,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"✿                      总   榜                     ✿\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 驻 站 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=19&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 字 数 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=8&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 长 生 殿 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=9&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=3&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=5&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=4&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=6&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 总 分 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=7&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"霸王票榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=13&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"勤奋指数 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=15&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"栽培月榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=18&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"千字金榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=21&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完结高分 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=20&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古言完结 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现言完结 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=8\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"衍言完结 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=13\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无CP完结\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=46\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"衍生完结 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=21&str=26\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                     无   c p                     ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=18\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 完 结 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=40\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                     百     合                     ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=17\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"重来一次 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10901\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奇幻异闻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10902\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"架空历史\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10903\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越时空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10904\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻想未来\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10905\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市情缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10906\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天赐良缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10907\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时尚娱乐\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10908\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫廷侯爵\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10909\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"业界精英\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10910\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统快穿\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10911\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"情有独钟\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10912\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    古代言情                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古色古香\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10101\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"布衣生活\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10102\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天作之合\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10103\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫廷侯爵\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10104\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"再世重生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10105\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"架空历史\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10106\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女尊女强\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10107\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"传奇武侠\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10108\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"复仇虐渣\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10109\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"市井人家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10110\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科举朝堂\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10111\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"励志人生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10112\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    都市青春                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"豪门世家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10201\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"业界精英\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10202\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"励志人生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10203\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"婚前婚后\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10204\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市情缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10205\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"破镜重圆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10206\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"近水楼台\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10207\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时代新风\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10208\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天之骄子\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10209\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐星光\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10210\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"欢喜冤家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10211\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"因缘邂逅\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10212\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"校园青春\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10213\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时尚流行\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10214\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"甜心蜜意\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10215\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"情有独钟\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10216\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    幻想言情                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=3\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"再世重生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10301\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越时空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10302\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人生赢家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10303\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时代奇缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10304\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"快穿系统\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10305\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"种田日常\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10306\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻想传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10307\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"豪门世家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10308\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代架空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10309\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神奇能力\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10310\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市异闻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10311\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"升级逆袭\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10312\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"打脸爽文\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10313\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿书攻略\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10314\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"流金年代\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10315\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐时尚\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10316\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    古代穿越                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天作之合\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10401\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女尊女强\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10402\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史穿越\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10403\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"架空穿越\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10404\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"布衣生活\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10405\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫廷侯爵\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10406\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"前世今生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10407\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异世传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10408\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"市井人家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10409\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科举朝堂\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10410\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统快穿\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10411\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"复仇虐渣\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10412\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    奇幻言情                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"东方传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10501\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙侠奇缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10502\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"另类幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10503\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"魔法幻情\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10504\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"修真升级\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10505\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"灵异神怪\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10506\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西方幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10507\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异世穿书\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10508\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异术超能\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10509\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统快穿\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10510\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异闻传说\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10511\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"玄奇幻界\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10512\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    未来游戏                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=7&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=7&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=7&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=8&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=7&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=7&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻世界\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10601\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"星际机甲\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10602\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"末世异世\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10603\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"游戏电竞\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10604\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"未来架空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10605\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异度幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10606\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时空穿梭\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10607\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"悬疑推理\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10608\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"快穿系统\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10609\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无限领域\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10610\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"萌宠灵怪\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10611\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"惊奇档案\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10612\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    二 次 元                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=11\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"东方古风\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11105\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西幻魔幻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11106\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"乙女游戏\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11107\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异界穿书\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11108\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"热血冒险\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11109\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异能超能\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11110\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"经营基建\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11111\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"浪漫情缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11112\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"次元重生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11113\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"偶像育成\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11114\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"竞技社团\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11115\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"新奇幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11116\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    衍生言情                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=12\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 名   著 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11201\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西方罗曼\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11202\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11203\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无限快穿\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11204\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"东方幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11205\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"江湖恩怨\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11206\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐竞技\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11207\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 其 他  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11208\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    现代纯爱                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=15\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"欢喜冤家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10701\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市甜文\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10702\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"再世重生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10703\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代都市\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10704\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"校园青春\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10705\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越时空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10706\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"打脸逆袭\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10707\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"边缘恋曲\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10708\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"业界精英\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10709\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"种田日常\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10710\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"豪门世家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10711\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"励志人生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10712\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"竞技人生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10713\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时尚娱乐\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10714\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"情有独钟\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10715\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"婚前婚后\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10716\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    幻想纯爱                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=43\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无 限 流\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11801\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"末世狂想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11802\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"快穿世界\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11803\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  系 统 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11804\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙侠修真\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11805\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异闻秘术\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11806\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"萌宠频道\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11807\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"边缘幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11808\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐星光\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11809\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"星际日常\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11810\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"重生穿越\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11811\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人生赢家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11812\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻想甜宠\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11813\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"升级爽文\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11814\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奇幻灵异\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11815\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻机甲\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11816\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    古代纯爱                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=16\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫廷将相\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10801\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"布衣生活\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10802\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙侠修真\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10803\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古代幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10804\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"升级逆袭\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10805\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西幻异世\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10806\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"再世重生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10807\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越时空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10808\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻想系统\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10809\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"玄幻灵异\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10810\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天作之合\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10811\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武侠传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10812\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    衍生纯爱                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=21\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 月 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 总 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"名著传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11001\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"江湖奇缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11002\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无cp其他\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11003\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无CP 轻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11004\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"衍生其他\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11005\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西方罗曼\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11006\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无限快穿\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11007\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无cp次元\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11008\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都 市 轻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11009\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻 想 轻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11010\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"次元热血\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11011\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"次元幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11012\",\"style\":{\"layout_flexGrow\":1}}]",
    "header": "",
    "lastUpdateTime": 1735059008148,
    "loginUrl": "",
    "respondTime": 1867,
    "ruleBookInfo": {
      "canReName": "1",
      "coverUrl": "class.noveldefaultimage@src",
      "intro": "@js:\nli=String(java.getString('@@class.smallreadbody!0@span@text&&class.rightul.0@tag.li.1@text',false)).replace(/\\n/g,'•');\nintro=String(java.getString('@@id.novelintro.0@html',false));\nresult=String(li+'\\n————————————————————'+intro);\na=result.replace(/作品视角/,'◎作品视角').replace(/\\s{2,}/g,'\\n').replace(/立意/,'◎立意').replace(/内容标签/,'    ◎标签').replace(/一句话简介/,'◎短简').replace(/搜索关键字：/,'◎').replace(/ ┃ /g,'\\n◎').replace(/•◎/g,'\\n◎').replace(/：•/,'：').replace(/(?:◎标签：|◎主角：|◎配角：|◎其它：|◎短简：|◎作品视角：)\\n/g,'').replace(/•$/gm,'')\n##手机地址：",
      "kind": "//*[@itemprop=\"updataStatus\"]/text()&&//*[@itemprop=\"genre\"]/text()&&//*[@itemprop=\"updataStatus\"]/font/text()##-##,",
      "lastChapter": "id.oneboolt@tag.tr.-2@tag.span.0@text&&id.oneboolt@tag.tr.-2@tag.td.-1@tag.span@text\n@js:result.replace(/\\n/g,'·').replace(/(.*?)\\[VIP\\]/,'🔒$1')",
      "name": "tag.title@text##《(.*?)》##$1###",
      "wordCount": "//span[@itemprop=\"wordCount\"]/text()"
    },
    "ruleContent": {
      "content": "class.b module@tag.li.0@textNodes&&class.b module@tag.li.1@textNodes##网友：|评分：|.*分\\｜.{4}",
      "imageStyle": "0",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "@js:if(baseUrl.match(/www/)){\njava.getString(\"@@tag.a.0@text\",false)\n}else{java.getString(\"@@tag.a.1@text\",false)}",
      "bookList": "tbody@tr!0||class.b module@tag.li!-1",
      "bookUrl": "@js:if(baseUrl.match(/www/)){\njava.getString(\"@@tag.a.1@href\",true)\n}else{result=java.getString(\"@@tag.a.0@href\",true);\nif(result.match(/\\/(\\d+)/)){\nvar id=result.match(/\\/(\\d+)/)[1]\nresult=\"http://www.jjwxc.net/onebook.php?novelid=\"+id}\nelse{result=java.getString(\"@@tag.a.0@href\",true);}}",
      "coverUrl": "tag.td.2@a@href||tag.a.1@href@js:result.replace(/.+novelid=/, 'http:\\/\\/i9-static.jjwxc.net\\/novelimage.php?novelid=')",
      "intro": "class.tooltip@rel&&tag.td.1@a@title##<br>|标签：|简介：|size=\"\\d+\"",
      "kind": "{{@@tag.td.4@text}},{{@@tag.td.5@text}},{{@@tag.td.3@text}},{{@@tag.span@text}}##(\\d+)",
      "lastChapter": "tag.td.8@text||tag.td.-1@text",
      "name": "@js:if(baseUrl.match(/www/)){\njava.getString(\"@@tag.a.1@text\",false)\n}else{\na=String(result).match(/有更新/)?'🔥有更新':'';\nString(java.getString(\"@@tag.a.0@text\",false)).replace(/《|》/g,'')+a}",
      "wordCount": "tag.td.-3@text"
    },
    "ruleSearch": {
      "author": "tag.a.0@text",
      "bookList": "@css:tbody tr:lt(5)",
      "bookUrl": "tag.a.1@href",
      "intro": "tag.td.2@text",
      "kind": "font@text&&tag.td.3@text&&tag.td.5@text",
      "lastChapter": "<js>\nvar a=String(result).match(/href=\"(onebook.php\\?novelid=\\d+)/)[1];\nvar url=\"http://www.jjwxc.net/\"+a;\norg.jsoup.Jsoup.connect(url).get()</js>\nid.oneboolt@tag.tr.-2@tag.span.0@text##(.*?)\\[VIP\\]##🔒$1",
      "name": "tag.a.1@text"
    },
    "ruleToc": {
      "chapterList": "@css:tr[itemprop~=chapter]",
      "chapterName": "tag.font@text&&tag.a.0@text##\\[VIP\\]\\n*##🔒 ",
      "chapterUrl": "tag.a.0@href||tag.a.0@rel\n<js>\nid=result.match(/ovelid=(\\d+)&chapterid=(\\d+)/);\nif(String(chapter.title).indexOf('🔒 ')>-1){\nresult='https://wap.jjwxc.net/vip/'+id[1]+'/'+id[2]\n}else{\nresult='https://m.jjwxc.net/book2/'+id[1]+'/'+id[2]}\n</js>",
      "isVip": "",
      "updateTime": "tag.td.3@text&&tag.td.2@text&&tag.span.-1@text\n@js:result.replace(/\\n/g,'·').replace(/·/,'字·')"
    },
    "searchUrl": "https://www.jjwxc.net/bookbase.php?searchkeywords={{key}}&page={{page}},{\n  \"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "                    \"error:Timed out waiting for 180000 ms\n                                        \"error:Timed out waiting for 180000 ms\n                                        \"error:Unable to resolve host \"api.lestory.cn\": No address associated with hostname\n                    如要登录，请看搜索地址，请先删了Token的值再获取验证码\n填写token=登录\n需填写token的地方\n1.搜索页的搜索地址\n2.发现页的每日福利跟阅读15s书币<不领的话可不填>\n3.目录页的章节url\n感谢酷安@渊呀  指导\"\"\"",
    "bookSourceGroup": "免费",
    "bookSourceName": "悸花阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "http://api.lestory.cn关耳edit",
    "customButton": false,
    "customOrder": 1350,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1732637095727,
    "loginUrl": "",
    "respondTime": 3840,
    "ruleBookInfo": {
      "author": "$.data.book.author",
      "canReName": "",
      "intro": "$.data.book.description\n<js>if(!result){\ntoken=java.get('token');\nvar time = Math.round(new Date()/1000);\nresult='❗️通过离线下载这本书，刷每日阅读，离线下载一直显示正在启动的话是已经开始了，不用管它，因为是一直循环访问网址，手机可能会发烫，取消离线下载即可停止,如果取消很久还是发烫，请杀后台❗️';\nlist=[\n\"appId=\",\n\"osType=2\",\n\"product=1\",\n\"sysVer=10\",\n\"time=\"+time,\n\"token=\"+token,\n\"ver=2.1.3\",\n\"packageName=com.lestory.jihua.an\",\n\"lang-app=zh-Hans\",\n\"lang=zh-hans\",\n\"locale=CN\"\n]\n\nfunction sign(list){\nvar sb='';\nsb+=\"Fb0gqLMSf5Android\";\nlist=list.sort();\ni=0;\nwhile(i<list.length){\nif(i==0){\nsb+=list[i]\n}else{\n    if(list[i].match(/lang-app=/)){  \n      i2=i+1;\n     i3=i2+1;\n     if (list[i2] != null && list[i2].match(/lang=/)) {\n                        sb+=\"&\";\n                        sb+=list[i2];\n                        \n                        sb+=\"&\";\n                        sb+=list[i];\n                        \n                        i = i3;\n                    }\n           }\n                sb+=\"&\";\n                sb+=list[i];             \n      }\ni++\n}\nsb+=\"AEdDtho2CjiH901aVK7swFqclu6NmzJ4\";\nreturn String(java.md5Encode(sb)).toUpperCase()\n}\n\ns=sign(list);\n\njson={\"product\":\"1\",\"ver\":\"2.1.3\",\"sysVer\":\"10\",\"locale\":\"CN\",\"token\":String(token),\"lang-app\":\"zh-Hans\",\"appId\":\"\",\"osType\":\"2\",\"time\":time,\"packageName\":\"com.lestory.jihua.an\",\"lang\":\"zh-hans\",\"sign\":String(s)}\n\noption={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json)\n}\nurl='http://api.lestory.cn/user/center,'+JSON.stringify(option);\naaa=JSON.parse(String(java.ajax(url))).data;\nresult+'\\n剩余书币：'+aaa.remain+'\\n今日获得书币：'+aaa.coin_today+'\\n今日阅读：'+aaa.today_read_duration+'分钟\\n点右上角刷新此页面更新数据'\n}else{result=result}</js>",
      "kind": "",
      "lastChapter": "{{$.data.book.last_chapter}}•{{$.data.book.last_chapter_time}}##更新于",
      "name": "$.data.book.name",
      "tocUrl": "$.data.book.book_id\n<js>\nvar time = Math.round(new Date()/1000);\nlist=[\n\"book_id=\"+result,\n\"lang=zh-hans\",\n\"lang-app=zh-Hans\",\n\"locale=CN\",\n\"osType=2\",\n\"packageName=com.lestory.jihua.an\",\n\"time=\"+time,\n\"token=\",\n\"ver=2.1.3\",\n\"product=1\",\n\"sysVer=10\"\n];\n\nfunction sign(list){\nvar sb='';\nsb+=\"Fb0gqLMSf5Android\";\nlist=list.sort();\ni=0;\nwhile(i<list.length){\nif(i==0){\nsb+=list[i]\n}else{\n    if(list[i].match(/lang-app=/)){  \n      i2=i+1;\n     i3=i2+1;\n     if (list[i2] != null && list[i2].match(/lang=/)) {\n                        sb+=\"&\";\n                        sb+=list[i2];\n                        \n                        sb+=\"&\";\n                        sb+=list[i];\n                        \n                        i = i3;\n                    }\n           }\n                sb+=\"&\";\n                sb+=list[i];             \n      }\ni++\n}\nsb+=\"AEdDtho2CjiH901aVK7swFqclu6NmzJ4\";\nreturn String(java.md5Encode(sb)).toUpperCase()\n}\n\nsign=sign(list);\n\njson={\"sign\":sign,\"packageName\":\"com.lestory.jihua.an\",\"time\":time,\"token\":\"\",\"locale\":\"CN\",\"osType\":\"2\",\"book_id\":result,\"lang\":\"zh-hans\",\"lang-app\":\"zh-Hans\",\"ver\":\"2.1.3\",\"product\":1,\"sysVer\":\"10\"}\noption={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json)\n}\n'http://api.lestory.cn/chapter/catalog,'+JSON.stringify(option)\n</js>",
      "wordCount": "$.data.book.total_words"
    },
    "ruleContent": {
      "content": "$.data.content\n<js>\n//每日阅读书币\nif(baseUrl.match(/report-reward/)){\ntoken=java.get(\"token\");\nvar time = Math.round(new Date()/1000);\n\nlist=[\n\"appId=\",\n\"osType=2\",\n\"product=1\",\n\"sysVer=10\",\n\"time=\"+time,\n\"token=\"+token,\n\"ver=2.1.3\",\n\"packageName=com.lestory.jihua.an\",\n\"lang-app=zh-Hans\",\n\"lang=zh-hans\",\n\"locale=CN\"\n]\n\nfunction sign(list){\nvar sb='';\nsb+=\"Fb0gqLMSf5Android\";\nlist=list.sort();\ni=0;\nwhile(i<list.length){\nif(i==0){\nsb+=list[i]\n}else{\n    if(list[i].match(/lang-app=/)){  \n      i2=i+1;\n     i3=i2+1;\n     if (list[i2] != null && list[i2].match(/lang=/)) {\n                        sb+=\"&\";\n                        sb+=list[i2];\n                        \n                        sb+=\"&\";\n                        sb+=list[i];\n                        \n                        i = i3;\n                    }\n           }\n                sb+=\"&\";\n                sb+=list[i];             \n      }\ni++\n}\nsb+=\"AEdDtho2CjiH901aVK7swFqclu6NmzJ4\";\nreturn String(java.md5Encode(sb)).toUpperCase()\n}\n\ns=sign(list);\n\njson={\"product\":\"1\",\"ver\":\"2.1.3\",\"sysVer\":\"10\",\"locale\":\"CN\",\"token\":String(token),\"lang-app\":\"zh-Hans\",\"appId\":\"\",\"osType\":\"2\",\"time\":time,\"packageName\":\"com.lestory.jihua.an\",\"lang\":\"zh-hans\",\"sign\":String(s)}\n\noption={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json)\n}\nurl='http://api.lestory.cn/remain/report-reward,'+JSON.stringify(option);\ni=10;\n\n//循环1000次，15s一次\nfor(i=0;i<=1000;i++){ \nvar start =(new Date()).getTime();\n\t// 阻塞15s\n    while((new Date()).getTime() - start < 15000) {\n        continue;\n    }\njava.log(JSON.parse(String(java.ajax(url))).data.reward_gold);\n}}\n\n\n//正文\njava.aesBase64DecodeToString(String(result),\"lCFS!FChsEabjLBu\",\"AES/CBC/PKCS5Padding\",\"0123456789012345\")\n</js>",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "<js>\nif(!baseUrl.match(/welfare\\/award/)){\nif(baseUrl.match(/bookid/)){\njava.put('token',baseUrl.match(/token=(.*)/)[1]);\njava.put('book',baseUrl.match(/(\\d+)/)[1]);\nlist=[{\"name\":\"每日阅读书币\",\"book_id\":baseUrl.match(/(\\d+)/)[1]}];\nresult=JSON.stringify(list)\n}else{\n\npage=java.get('page');\nvar time = Math.round(new Date()/1000);\ncat=baseUrl.match(/cat=(\\d+)/)[1];\nfinished=baseUrl.match(/finished=(\\d+)/)[1];\nlist=[\n\"finished=\"+finished,\n\"cat=\"+cat,\n\"page_num=\"+page,\n\"lang=zh-hans\",\n\"lang-app=zh-Hans\",\n\"locale=CN\",\n\"osType=2\",\n\"packageName=com.lestory.jihua.an\",\n\"time=\"+time,\n\"ver=2.1.3\",\n\"product=1\",\n\"token=\",\n\"sysVer=10\"\n];\n\nfunction sign(list){\nvar sb='';\nsb+=\"Fb0gqLMSf5Android\";\nlist=list.sort();\ni=0;\nwhile(i<list.length){\nif(i==0){\nsb+=list[i]\n}else{\n    if(list[i].match(/lang-app=/)){  \n      i2=i+1;\n     i3=i2+1;\n     if (list[i2] != null && list[i2].match(/lang=/)) {\n                        sb+=\"&\";\n                        sb+=list[i2];\n                        \n                        sb+=\"&\";\n                        sb+=list[i];\n                        \n                        i = i3;\n                    }\n           }\n                sb+=\"&\";\n                sb+=list[i];             \n      }\ni++\n}\nsb+=\"AEdDtho2CjiH901aVK7swFqclu6NmzJ4\";\nreturn String(java.md5Encode(sb)).toUpperCase()\n}\n\n\nsign=sign(list);\n\njson={\"finished\":String(finished),\"cat\":String(cat),\"sign\":String(sign),\"packageName\":\"com.lestory.jihua.an\",\"time\":time,\"token\":\"\",\"locale\":\"CN\",\"page_num\":String(page),\"osType\":\"2\",\"lang\":\"zh-hans\",\"lang-app\":\"zh-Hans\",\"ver\":\"2.1.3\",\"product\":1,\"sysVer\":\"10\"}\n\noption={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json)\n}\nurl='http://api.lestory.cn/book/category-index,'+JSON.stringify(option);\njava.ajax(url)}}else{\nl=[];\nvar time = Math.round(new Date()/1000);\nvar token=baseUrl.match(/token=(.*)/)[1];\nlist=[\n\"read_time=44800\",\n\"appId=\",\n\"osType=2\",\n\"product=1\",\n\"sysVer=10\",\n\"time=\"+time,\n\"token=\"+token,\n\"ver=2.1.3\",\n\"packageName=com.lestory.jihua.an\",\n\"lang-app=zh-Hans\",\n\"lang=zh-hans\",\n\"locale=CN\"\n]\n\nfunction sign(list){\nvar sb='';\nsb+=\"Fb0gqLMSf5Android\";\nlist=list.sort();\ni=0;\nwhile(i<list.length){\nif(i==0){\nsb+=list[i]\n}else{\n    if(list[i].match(/lang-app=/)){  \n      i2=i+1;\n     i3=i2+1;\n     if (list[i2] != null && list[i2].match(/lang=/)) {\n                        sb+=\"&\";\n                        sb+=list[i2];\n                        \n                        sb+=\"&\";\n                        sb+=list[i];\n                        \n                        i = i3;\n                    }\n           }\n                sb+=\"&\";\n                sb+=list[i];             \n      }\ni++\n}\nsb+=\"AEdDtho2CjiH901aVK7swFqclu6NmzJ4\";\nreturn String(java.md5Encode(sb)).toUpperCase()\n}\n\ns=sign(list);\n\n\njson={\"read_time\":\"44800\",\"product\":\"1\",\"ver\":\"2.1.3\",\"sign\":String(s),\"sysVer\":\"10\",\"locale\":\"CN\",\"token\":String(token),\"lang-app\":\"zh-Hans\",\"appId\":\"\",\"osType\":\"2\",\"time\":time,\"packageName\":\"com.lestory.jihua.an\",\"lang\":\"zh-hans\"}\n\noption={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json)\n}\nurl='http://api.lestory.cn/remain/add-read-time,'+JSON.stringify(option);\nl.push(String(java.ajax(url)));\nfor(i=1;i<=10;i++){\nurl='http://api.lestory.cn/welfare/award?token='+token+'&award_type='+i;\nl.push(String(java.ajax(url)));\n}\nfor(i=1;i<=10;i++){\nurl='http://api.lestory.cn/welfare/award?token='+token+'&award_type='+i;\nl.push(String(java.ajax(url)));\n}\nfor(i=1;i<=10;i++){\nurl='http://api.lestory.cn/welfare/award?token='+token+'&award_type='+i;\nl.push(String(java.ajax(url)));\n}\nresult=JSON.stringify(l);}\n</js>\n$.data.list.list[*]||$.[*]",
      "bookUrl": "$.book_id\n<js>\nvar time = Math.round(new Date()/1000);\nlist=[\n\"book_id=\"+result,\n\"lang=zh-hans\",\n\"lang-app=zh-Hans\",\n\"locale=CN\",\n\"osType=2\",\n\"packageName=com.lestory.jihua.an\",\n\"time=\"+time,\n\"token=\",\n\"ver=2.1.3\",\n\"product=1\",\n\"sysVer=10\"\n];\n\nfunction sign(list){\nvar sb='';\nsb+=\"Fb0gqLMSf5Android\";\nlist=list.sort();\ni=0;\nwhile(i<list.length){\nif(i==0){\nsb+=list[i]\n}else{\n    if(list[i].match(/lang-app=/)){  \n      i2=i+1;\n     i3=i2+1;\n     if (list[i2] != null && list[i2].match(/lang=/)) {\n                        sb+=\"&\";\n                        sb+=list[i2];\n                        \n                        sb+=\"&\";\n                        sb+=list[i];\n                        \n                        i = i3;\n                    }\n           }\n                sb+=\"&\";\n                sb+=list[i];             \n      }\ni++\n}\nsb+=\"AEdDtho2CjiH901aVK7swFqclu6NmzJ4\";\nreturn String(java.md5Encode(sb)).toUpperCase()\n}\n\nsign=sign(list);\n\njson={\"sign\":sign,\"packageName\":\"com.lestory.jihua.an\",\"time\":time,\"token\":\"\",\"locale\":\"CN\",\"osType\":\"2\",\"book_id\":result,\"lang\":\"zh-hans\",\"lang-app\":\"zh-Hans\",\"ver\":\"2.1.3\",\"product\":1,\"sysVer\":\"10\"}\noption={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json)\n}\n'http://api.lestory.cn/book/info,'+JSON.stringify(option)\n</js>",
      "coverUrl": "$.cover",
      "intro": "$.description",
      "kind": "$.tag[*].tab",
      "name": "$.name||$.data.award||$.msg##^(\\d+)$##已领取$1书币"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data.list[*]",
      "bookUrl": "$.book_id\n<js>\nvar time = Math.round(new Date()/1000);\nlist=[\n\"book_id=\"+result,\n\"lang=zh-hans\",\n\"lang-app=zh-Hans\",\n\"locale=CN\",\n\"osType=2\",\n\"packageName=com.lestory.jihua.an\",\n\"time=\"+time,\n\"token=\",\n\"ver=2.1.3\",\n\"product=1\",\n\"sysVer=10\"\n];\n\nfunction sign(list){\nvar sb='';\nsb+=\"Fb0gqLMSf5Android\";\nlist=list.sort();\ni=0;\nwhile(i<list.length){\nif(i==0){\nsb+=list[i]\n}else{\n    if(list[i].match(/lang-app=/)){  \n      i2=i+1;\n     i3=i2+1;\n     if (list[i2] != null && list[i2].match(/lang=/)) {\n                        sb+=\"&\";\n                        sb+=list[i2];\n                        \n                        sb+=\"&\";\n                        sb+=list[i];\n                        \n                        i = i3;\n                    }\n           }\n                sb+=\"&\";\n                sb+=list[i];             \n      }\ni++\n}\nsb+=\"AEdDtho2CjiH901aVK7swFqclu6NmzJ4\";\nreturn String(java.md5Encode(sb)).toUpperCase()\n}\n\nsign=sign(list);\n\njson={\"sign\":sign,\"packageName\":\"com.lestory.jihua.an\",\"time\":time,\"token\":\"\",\"locale\":\"CN\",\"osType\":\"2\",\"book_id\":result,\"lang\":\"zh-hans\",\"lang-app\":\"zh-Hans\",\"ver\":\"2.1.3\",\"product\":1,\"sysVer\":\"10\"}\noption={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json)\n}\n'http://api.lestory.cn/book/info,'+JSON.stringify(option)\n</js>",
      "coverUrl": "$.cover",
      "intro": "$.description",
      "kind": "$.tag[*].tab",
      "lastChapter": "{{$.last_chapter}}•{{$.last_chapter_time}}##更新于",
      "name": "$.name",
      "wordCount": "$.total_words"
    },
    "ruleToc": {
      "chapterList": "<js>\n$=JSON.parse(result);\nif($.code==\"700\"){\nlist=[{\"chapter_title\":\"阅读15s书币\",\"href\":\"http://api.lestory.cn/remain/report-reward\"}];\nresult=JSON.stringify(list)\n}else{result=JSON.stringify($.data.chapter_list)}</js>$.[*]",
      "chapterName": "$.chapter_title",
      "chapterUrl": "$.href<js>\n//填上你的Token\n\nToken=\"34304776fc02d974a641eef13b603e20\";\n\n//下面不要动\nvar time = Math.round(new Date()/1000);\nvar token=java.get('token')!=''?java.get('token'):java.put('token',Token);\nif(!result){\nlist=[\n\"book_id={{$.book_id}}\",\n\"chapter_id={{$.chapter_id}}\",\n\"appId=\",\n\"osType=2\",\n\"product=1\",\n\"sysVer=10\",\n\"time=\"+time,\n\"token=\"+token,\n\"ver=2.1.3\",\n\"packageName=com.lestory.jihua.an\",\n\"lang-app=zh-Hans\",\n\"lang=zh-hans\",\n\"locale=CN\"\n]\n\nfunction sign(list){\nvar sb='';\nsb+=\"Fb0gqLMSf5Android\";\nlist=list.sort();\ni=0;\nwhile(i<list.length){\nif(i==0){\nsb+=list[i]\n}else{\n    if(list[i].match(/lang-app=/)){  \n      i2=i+1;\n     i3=i2+1;\n     if (list[i2] != null && list[i2].match(/lang=/)) {\n                        sb+=\"&\";\n                        sb+=list[i2];\n                        \n                        sb+=\"&\";\n                        sb+=list[i];\n                        \n                        i = i3;\n                    }\n           }\n                sb+=\"&\";\n                sb+=list[i];             \n      }\ni++\n}\nsb+=\"AEdDtho2CjiH901aVK7swFqclu6NmzJ4\";\nreturn String(java.md5Encode(sb)).toUpperCase()\n}\n\ns=sign(list);\n\n\njson={\"product\":\"1\",\"ver\":\"2.1.3\",\"sign\":String(s),\"sysVer\":\"10\",\"book_id\":\"{{$.book_id}}\",\"locale\":\"CN\",\"token\":String(token),\"lang-app\":\"zh-Hans\",\"appId\":\"\",\"osType\":\"2\",\"time\":time,\"packageName\":\"com.lestory.jihua.an\",\"chapter_id\":\"{{$.chapter_id}}\",\"lang\":\"zh-hans\"}\n\noption={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json)\n}\nurl='http://api.lestory.cn/chapter/text,'+JSON.stringify(option)}else{result=result}\n</js>",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "<js>\n/*调试->右上角的小虫子，随便搜一个词*/\n/*Token写了东西的话要删掉才能进行下面步骤：\n①填上电话号码点调试会获取验证码；\n②填上验证码点调试会获取token；\n③把token填在Token【目录的章节url那也有个token记得也要填，不填的话从发现点的书是没有登录的】；\n④把电话号码跟验证码的值删了【❗️填了电话号码会一搜索就发验证码】，保存书源*/\n/*如登录过期需要重新登录，请删除以前填写的token再调试获取验证码，重复前面的步骤*/\n\n电话号码=\"\";\n\n验证码=\"\";\n\nToken=\"34304776fc02d974a641eef13b603e20\";\n\n//下面不要动\nvar time = Math.round(new Date()/1000);\ntoken=java.put('token',Token);\nfunction sign(list){\nvar sb='';\nsb+=\"Fb0gqLMSf5Android\";\nlist=list.sort();\ni=0;\nwhile(i<list.length){\nif(i==0){\nsb+=list[i]\n}else{\n    if(list[i].match(/lang-app=/)){  \n      i2=i+1;\n     i3=i2+1;\n     if (list[i2] != null && list[i2].match(/lang=/)) {\n                        sb+=\"&\";\n                        sb+=list[i2];\n                        \n                        sb+=\"&\";\n                        sb+=list[i];\n                        \n                        i = i3;\n                    }\n           }\n                sb+=\"&\";\n                sb+=list[i];             \n      }\ni++\n}\nsb+=\"AEdDtho2CjiH901aVK7swFqclu6NmzJ4\";\nreturn String(java.md5Encode(sb)).toUpperCase()\n}\n\n\n\n//获取验证码开始\nnum=电话号码;\ny=验证码;\nif(num.match(/^\\d{11}$/) && !y  && !Token){\nlist2=[\n \"mobile=86\"+num,\n\"appId=\",\n\"osType=2\",\n\"product=1\",\n\"sysVer=10\",\n\"time=\"+time,\n\"token=\"+token,\n\"ver=2.1.3\",\n\"packageName=com.lestory.jihua.an\",\n\"lang-app=zh-Hans\",\n\"lang=zh-hans\",\n\"locale=CN\"\n]\ns=sign(list2);\njson2={ \"mobile\": \"86\"+String(num),\"product\":\"1\",\"ver\":\"2.1.3\",\"sign\":s,\"sysVer\":\"10\",\"locale\":\"CN\",\"token\":String(token),\"lang-app\":\"zh-Hans\",\"appId\":\"\",\"osType\":\"2\",\"time\":time,\"packageName\":\"com.lestory.jihua.an\",\"lang\":\"zh-hans\"}\n\noption1={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json2)\n}\nurl='http://api.lestory.cn/message/send,'+JSON.stringify(option1);\njava.log(JSON.parse(java.ajax(url)).msg==\"success\"?\"验证码发送成功，请注意短信\":\"验证码获取失败，请稍候再试\");\n}else if(y && !Token){\nlist2=[\n \"mobile=86\"+num,\n\"code=\"+y,\n\"appId=\",\n\"osType=2\",\n\"product=1\",\n\"sysVer=10\",\n\"time=\"+time,\n\"token=\"+token,\n\"ver=2.1.3\",\n\"packageName=com.lestory.jihua.an\",\n\"lang-app=zh-Hans\",\n\"lang=zh-hans\",\n\"locale=CN\"\n]\ns=sign(list2);\njson2={ \"code\":String(y),\"mobile\": \"86\"+String(num),\"product\":\"1\",\"ver\":\"2.1.3\",\"sign\":s,\"sysVer\":\"10\",\"locale\":\"CN\",\"token\":String(token),\"lang-app\":\"zh-Hans\",\"appId\":\"\",\"osType\":\"2\",\"time\":time,\"packageName\":\"com.lestory.jihua.an\",\"lang\":\"zh-hans\"}\n\noption1={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json2)\n}\nurl='http://api.lestory.cn/user/mobile-login,'+JSON.stringify(option1);\na=JSON.parse(java.ajax(url));\njava.log(a.msg==\"success\"?'❗️下面是你的Token，请复制❗️\\n'+a.data.user_token:JSON.stringify(a));\n}\n//获取验证码结束\n\n\n\n\n\n\nlist=[\n\"page_num=\"+page,\n\"keyword=\"+key,\n\"lang=zh-hans\",\n\"lang-app=zh-Hans\",\n\"locale=CN\",\n\"osType=2\",\n\"packageName=com.lestory.jihua.an\",\n\"time=\"+time,\n\"ver=2.1.3\",\n\"product=1\",\n\"token=\",\n\"sysVer=10\"\n];\n\n\njava.put('token',Token);\ns1=sign(list);\n\njson={\"sign\":String(s1),\"packageName\":\"com.lestory.jihua.an\",\"time\":time,\"token\":\"\",\"locale\":\"CN\",\"page_num\":page,\"osType\":\"2\",\"keyword\":key,\"lang\":\"zh-hans\",\"lang-app\":\"zh-Hans\",\"ver\":\"2.1.3\",\"product\":1,\"sysVer\":\"10\"}\n\noption={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json)\n}\nurl='http://api.lestory.cn/book/search,'+JSON.stringify(option)\n</js>",
    "weight": 0
  },
  {
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "独步小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.dbxsd.com/",
    "customButton": false,
    "customOrder": 1351,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nconst list = [];\norg.jsoup.Jsoup.parse(java.ajax(source.key + \"readbook.html\")).select('.breadcrumb [href*=nav]').forEach(e => list.push({\n  title: e.text(),\n  url: String(e.attr('href')).replace(/.html/,'<,-{{page-1}}>.html'),\n  style: {\n    layout_flexGrow: 1,\n    layout_flexBasisPercent: null\n  }\n}));\nJSON.stringify(list);",
    "header": "{\"User-Agent\": \"\"}",
    "lastUpdateTime": 1754706462705,
    "respondTime": 8001,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "canReName": "1",
      "coverUrl": "[property$=image]@content",
      "intro": ".book-detail@html",
      "kind": "[property~=category|status|time]@content",
      "lastChapter": "[property$=chapter_name]@content",
      "name": "[property$=title]@content"
    },
    "ruleContent": {
      "content": "#cont-body@html",
      "nextContentUrl": ".active+li@a@href"
    },
    "ruleExplore": {
      "author": "@js:\n\"{{@td.2@text}}\" || \"独步小说网\"",
      "bookList": ".media||tr!0",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": ".media-info@text",
      "name": "h4@text||a.0@text"
    },
    "ruleSearch": {
      "author": "td.1@text",
      "bookList": "tr!0",
      "bookUrl": "a.0@href",
      "checkKeyWord": "魔王",
      "name": "a.0@title"
    },
    "ruleToc": {
      "chapterList": "#all-chapter@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "plus/search.php?q={{key}}, {\"webView\": true}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "零零小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.00shu.la/",
    "customButton": false,
    "customOrder": 1352,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/sort/1_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠仙侠\",\"url\":\"/sort/2_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市言情\",\"url\":\"/sort/3_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"/sort/4_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏竞技\",\"url\":\"/sort/5_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻灵异\",\"url\":\"/sort/6_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他类型\",\"url\":\"/sort/7_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"\\t——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"\\t——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"\\t榜单\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"日排行榜\",\"url\":\"/top/dayvisit_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周排行榜\",\"url\":\"/top/weekvisit_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月排行榜\",\"url\":\"/top/monthvisit_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总排行榜\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总收藏榜\",\"url\":\"/top/goodnum_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"字数排行\",\"url\":\"/top/size_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日推荐榜\",\"url\":\"/top/dayvote_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周推荐榜\",\"url\":\"/top/weekvote_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月推荐榜\",\"url\":\"/top/monthvote_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总推荐榜\",\"url\":\"/top/allvote_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最新入库\",\"url\":\"/top/postdate_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最近更新\",\"url\":\"/top/lastupdate_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"完结\",\"url\":\"/full/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}}\n]",
    "lastUpdateTime": 1743428967774,
    "respondTime": 5760,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "🔔 更新时间：{{@@[property=\"og:novel:update_time\"]@content##T##🔸}}\n\n📂 内容简介：{{@@[property=\"og:description\"]@content}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "{{@@.infotype p.1@text##.*：}}\n{{@@[property~=status|update_time]@content}}##T.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": "#novelcontent@html##{{chapter.title+\"(.*)\"}}",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\s*最新网址.*\\s*|\\s*.*请点击下一页.*\\s*|\\s*(上|下)一章\\s*|\\s*返回目录\\s*|s*加入书签\\s*|\\s*(上|下)一页\\s*",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": ".author@text||.p3@text",
      "bookList": ".article||.articlegeneral||.full_content",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href@js:##.+\\D((\\d+)\\d{3})\\D##https://www.00shu.la/files/article/image/$2/$1/$1s.jpg###",
      "intro": ".simple@text",
      "kind": ".p1@text##\\[|\\]",
      "name": "h6@text||.p2@text"
    },
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".sone",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "a.0@href@js:##.+\\D((\\d+)\\d{3})\\D##https://www.00shu.la/files/article/image/$2/$1/$1s.jpg###",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": ".list_xm ul a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "https://m.00shu.la/s.php,{\n  \"body\": \"searchkey={{key}}&&type=articlename\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费,有声",
    "bookSourceName": "猫耳听书",
    "bookSourceType": 1,
    "bookSourceUrl": "https://www.missevan.com♤guaner",
    "customButton": false,
    "customOrder": 1353,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "百合分类::https://www.missevan.com/dramaapi/filter?filters=0_5_0_0_0&page={{page}}&order=1&page_size=20\n现代::https://www.missevan.com/dramaapi/filter?filters=0_5_0_1_0&page={{page}}&order=1&page_size=20\n古风::https://www.missevan.com/dramaapi/filter?filters=0_5_0_2_0&page={{page}}&order=1&page_size=20\n民国::https://www.missevan.com/dramaapi/filter?filters=0_5_0_3_0&page={{page}}&order=1&page_size=20",
    "lastUpdateTime": 1734839226764,
    "respondTime": 4719,
    "ruleBookInfo": {
      "intro": "class.intro-content@html||$.info.sound.intro",
      "kind": "class.detail-count@text&&class.detail-newest@text&&class.detail-author@text&&class.detail-type@text&&class.detail-tags@text##类型：|标签：无|标签：",
      "tocUrl": "@js:\nif(baseUrl.match(/dramaapi|mdrama/)){\nresult='https://www.missevan.com/dramaapi/getdrama?drama_id='+baseUrl.match(/(\\d+)/)[1]\n}"
    },
    "ruleContent": {
      "content": "$.info.sound.soundurl_128||$.info.sound.soundurl"
    },
    "ruleExplore": {
      "bookList": "$.info.Datas",
      "bookUrl": "https://www.missevan.com/mdrama/drama/{{$.id}},{\"webView\":true}",
      "coverUrl": "$.cover",
      "kind": "$.type_name",
      "lastChapter": "$.newest",
      "name": "$.name"
    },
    "ruleSearch": {
      "author": "$.username||$.author",
      "bookList": "<js>\nkey=java.get('key');\npage=java.get('page');\n\n//创建两个空数组\njson=[];json2=[];\n\n//判定json里是否有列表\nif(JSON.parse(result).info.Datas){\njson=JSON.parse(result).info.Datas;}\n\n//加载单曲搜索页面并转为json\njson1=JSON.parse(java.ajax('https://www.missevan.com/sound/getsearch?s='+key+'&type=3&page_size=10&p='+page));\n\n//判定json里是否有列表\nif(json1.info.Datas){\njson2=json1.info.Datas\n}\n\n//剧集搜索列表与单曲搜索列表拼接\nlist=json.concat(json2);\n\nresult=JSON.stringify(list)\n</js>\n$.[*]",
      "bookUrl": "<js>\nid=String(result).match(/id=(\\d+)/)[1];\nif(!String(result).match(/catalog_name/)){\nresult='https://www.missevan.com/sound/getsound?soundid='+id\n}else{result='https://www.missevan.com/dramaapi/getdrama?drama_id='+id}\n</js>",
      "coverUrl": "$.front_cover||$.cover",
      "intro": "$.abstract",
      "kind": "{$.type_name},{$.catalog_name}##\\{.*?\\}",
      "lastChapter": "$.newest",
      "name": "$.soundstr||$.name"
    },
    "ruleToc": {
      "chapterList": "<js>'['+result+']'</js>\n$..info.episodes.episode[*]||$..info.episodes.music[*]||$.[*]",
      "chapterName": "$.name||$.info.sound.soundstr",
      "chapterUrl": "https://www.missevan.com/sound/getsound?soundid={{$.sound_id||$.info.sound.id}}"
    },
    "searchUrl": "https://www.missevan.com/dramaapi/search?s={{key}}&page={{page}}\n@js:java.put('key',key);java.put('page',page);result",
    "weight": 60
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "QQ阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "https://book.qq.com",
    "customButton": false,
    "customOrder": 1354,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"女生精选\",\"url\":\" https://book.qq.com/recommend/female-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"免费榜\",\"url\":\" https://book.qq.com/book-rank/female-free/cycle-1-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"封神榜\",\"url\":\" https://book.qq.com/book-rank/female-god/cycle-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"新书榜-日\",\"url\":\" https://book.qq.com/book-rank/female-new/cycle-1-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"新书榜-周\",\"url\":\" https://book.qq.com/book-rank/female-new/cycle-2-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"新书榜-月\",\"url\":\" https://book.qq.com/book-rank/female-new/cycle-3-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完结榜-周\",\"url\":\" https://book.qq.com/book-rank/female-finish/cycle-1-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完结榜-月\",\"url\":\" https://book.qq.com/book-rank/female-finish/cycle-2-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完结榜-总\",\"url\":\" https://book.qq.com/book-rank/female-finish/cycle-3-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"畅销榜-全部\",\"url\":\" https://book.qq.com/book-rank/female-sell/cycle-5-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"上架30天\",\"url\":\" https://book.qq.com/book-rank/female-sell/cycle-1-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"上架120天\",\"url\":\" https://book.qq.com/book-rank/female-sell/cycle-2-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"上架300天\",\"url\":\" https://book.qq.com/book-rank/female-sell/cycle-3-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"上架300天以上\",\"url\":\" https://book.qq.com/book-rank/female-sell/cycle-4-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n\n{\"title\":\"↓    ↓    ↓    全部    ↓    ↓    ↓\",\"url\":\"https://book.qq.com/book-cate/0-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n\n{\"title\":\"古言\",\"url\":\"https://book.qq.com/book-cate/30013-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"女尊\",\"url\":\"https://book.qq.com/book-cate/30013-30014-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"架空\",\"url\":\"https://book.qq.com/book-cate/30013-30015-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"宅斗\",\"url\":\"https://book.qq.com/book-cate/30013-30016-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"穿越\",\"url\":\"https://book.qq.com/book-cate/30013-30017-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"宫斗\",\"url\":\"https://book.qq.com/book-cate/30013-30018-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"种田\",\"url\":\"https://book.qq.com/book-cate/30013-30019-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"西方\",\"url\":\"https://book.qq.com/book-cate/30013-30094-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"清穿\",\"url\":\"https://book.qq.com/book-cate/30013-30095-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"蛮荒\",\"url\":\"https://book.qq.com/book-cate/30013-30096-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"江湖\",\"url\":\"https://book.qq.com/book-cate/30013-30097-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n\n{\"title\":\"现言\",\"url\":\"https://book.qq.com/book-cate/30020-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.6}},\n{\"title\":\"都市\",\"url\":\"https://book.qq.com/book-cate/30020-30021-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"婚恋\",\"url\":\"https://book.qq.com/book-cate/30020-30022-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"明星\",\"url\":\"https://book.qq.com/book-cate/30020-30023-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"职场\",\"url\":\"https://book.qq.com/book-cate/30020-30026-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"异能\",\"url\":\"https://book.qq.com/book-cate/30020-30027-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"豪门\",\"url\":\"https://book.qq.com/book-cate/30020-30028-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"极道\",\"url\":\"https://book.qq.com/book-cate/30020-30029-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"民国\",\"url\":\"https://book.qq.com/book-cate/30020-30030-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"异国\",\"url\":\"https://book.qq.com/book-cate/30020-30098-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n\n{\"title\":\"幻情\",\"url\":\"https://book.qq.com/book-cate/30001-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻\",\"url\":\"https://book.qq.com/book-cate/30001-30002-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"异世\",\"url\":\"https://book.qq.com/book-cate/30001-30003-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"远古\",\"url\":\"https://book.qq.com/book-cate/30001-30004-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"异族\",\"url\":\"https://book.qq.com/book-cate/30001-30005-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"魔幻\",\"url\":\"https://book.qq.com/book-cate/30001-30006-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"西幻\",\"url\":\"https://book.qq.com/book-cate/30001-30007-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"异术\",\"url\":\"https://book.qq.com/book-cate/30001-30092-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n\n\n{\"title\":\"仙侠\",\"url\":\"https://book.qq.com/book-cate/30008-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.6}},\n{\"title\":\"武侠\",\"url\":\"https://book.qq.com/book-cate/30008-30009-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"修仙\",\"url\":\"https://book.qq.com/book-cate/30008-30010-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"修真\",\"url\":\"https://book.qq.com/book-cate/30008-30011-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"洪荒\",\"url\":\"https://book.qq.com/book-cate/30008-30012-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"仙缘\",\"url\":\"https://book.qq.com/book-cate/30008-30093-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n\n{\"title\":\"青春\",\"url\":\"https://book.qq.com/book-cate/30031-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"成长\",\"url\":\"https://book.qq.com/book-cate/30031-30032-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"纯爱\",\"url\":\"https://book.qq.com/book-cate/30031-30033-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"疼痛\",\"url\":\"https://book.qq.com/book-cate/30031-30034-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"校园\",\"url\":\"https://book.qq.com/book-cate/30031-30035-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n\n{\"title\":\"游戏\",\"url\":\"https://book.qq.com/book-cate/30050-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"电竞\",\"url\":\"https://book.qq.com/book-cate/30050-30051-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"网游\",\"url\":\"https://book.qq.com/book-cate/30050-30052-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"网恋\",\"url\":\"https://book.qq.com/book-cate/30050-30053-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"体育\",\"url\":\"https://book.qq.com/book-cate/30050-30054-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n\n{\"title\":\"科幻\",\"url\":\"https://book.qq.com/book-cate/30042-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"星际\",\"url\":\"https://book.qq.com/book-cate/30042-30043-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"位面\",\"url\":\"https://book.qq.com/book-cate/30042-30044-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"未来\",\"url\":\"https://book.qq.com/book-cate/30042-30045-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"机甲\",\"url\":\"https://book.qq.com/book-cate/30042-30046-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"科技\",\"url\":\"https://book.qq.com/book-cate/30042-30047-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"进化\",\"url\":\"https://book.qq.com/book-cate/30042-30048-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"末世\",\"url\":\"https://book.qq.com/book-cate/30042-30049-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n\n\n{\"title\":\"悬疑\",\"url\":\"https://book.qq.com/book-cate/30036-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"推理\",\"url\":\"https://book.qq.com/book-cate/30036-30037-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"探险\",\"url\":\"https://book.qq.com/book-cate/30036-30039-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"奇妙\",\"url\":\"https://book.qq.com/book-cate/30036-30040-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"风水\",\"url\":\"https://book.qq.com/book-cate/30036-30041-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n\n{\"title\":\"轻小说\",\"url\":\"https://book.qq.com/book-cate/30055-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.6}},\n{\"title\":\"同人\",\"url\":\"https://book.qq.com/book-cate/30055-30100-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"唯美\",\"url\":\"https://book.qq.com/book-cate/30055-30101-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"萌系\",\"url\":\"https://book.qq.com/book-cate/30055-30102-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"纯恋\",\"url\":\"https://book.qq.com/book-cate/30055-30103-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"吐槽\",\"url\":\"https://book.qq.com/book-cate/30055-30104-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"古衍\",\"url\":\"https://book.qq.com/book-cate/30055-30105-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"影衍\",\"url\":\"https://book.qq.com/book-cate/30055-30106-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"漫衍\",\"url\":\"https://book.qq.com/book-cate/30055-30107-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"其他\",\"url\":\"https://book.qq.com/book-cate/30055-30108-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n\n{\"title\":\"短篇\",\"url\":\"https://book.qq.com/book-cate/30083-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"随笔\",\"url\":\"https://book.qq.com/book-cate/30083-30086-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"小说\",\"url\":\"https://book.qq.com/book-cate/30083-30089-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n\n{\"title\":\"现实\",\"url\":\"https://book.qq.com/book-cate/30120-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"家庭\",\"url\":\"https://book.qq.com/book-cate/30120-30121-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"行业\",\"url\":\"https://book.qq.com/book-cate/30120-30122-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"探索\",\"url\":\"https://book.qq.com/book-cate/30120-30123-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"人文\",\"url\":\"https://book.qq.com/book-cate/30120-30124-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n\n{\"title\":\"↑    ↑    ↑    ***    ↑    ↑    ↑\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n\n{\"title\":\"↓    ↓    ↓    连载中    ↓    ↓    ↓\",\"url\":\"https://book.qq.com/book-cate/0-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n\n{\"title\":\"古言\",\"url\":\"https://book.qq.com/book-cate/30013-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"女尊\",\"url\":\"https://book.qq.com/book-cate/30013-30014-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"架空\",\"url\":\"https://book.qq.com/book-cate/30013-30015-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"宅斗\",\"url\":\"https://book.qq.com/book-cate/30013-30016-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"穿越\",\"url\":\"https://book.qq.com/book-cate/30013-30017-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"宫斗\",\"url\":\"https://book.qq.com/book-cate/30013-30018-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"种田\",\"url\":\"https://book.qq.com/book-cate/30013-30019-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"西方\",\"url\":\"https://book.qq.com/book-cate/30013-30094-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"清穿\",\"url\":\"https://book.qq.com/book-cate/30013-30095-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"蛮荒\",\"url\":\"https://book.qq.com/book-cate/30013-30096-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"江湖\",\"url\":\"https://book.qq.com/book-cate/30013-30097-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"现言\",\"url\":\"https://book.qq.com/book-cate/30020-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.5,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"https://book.qq.com/book-cate/30020-30021-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"婚恋\",\"url\":\"https://book.qq.com/book-cate/30020-30022-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"明星\",\"url\":\"https://book.qq.com/book-cate/30020-30023-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"职场\",\"url\":\"https://book.qq.com/book-cate/30020-30026-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异能\",\"url\":\"https://book.qq.com/book-cate/30020-30027-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"豪门\",\"url\":\"https://book.qq.com/book-cate/30020-30028-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"极道\",\"url\":\"https://book.qq.com/book-cate/30020-30029-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"民国\",\"url\":\"https://book.qq.com/book-cate/30020-30030-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异国\",\"url\":\"https://book.qq.com/book-cate/30020-30098-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"幻情\",\"url\":\"https://book.qq.com/book-cate/30001-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"https://book.qq.com/book-cate/30001-30002-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异世\",\"url\":\"https://book.qq.com/book-cate/30001-30003-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"远古\",\"url\":\"https://book.qq.com/book-cate/30001-30004-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异族\",\"url\":\"https://book.qq.com/book-cate/30001-30005-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"魔幻\",\"url\":\"https://book.qq.com/book-cate/30001-30006-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"西幻\",\"url\":\"https://book.qq.com/book-cate/30001-30007-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异术\",\"url\":\"https://book.qq.com/book-cate/30001-30092-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"仙侠\",\"url\":\"https://book.qq.com/book-cate/30008-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"武侠\",\"url\":\"https://book.qq.com/book-cate/30008-30009-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"修仙\",\"url\":\"https://book.qq.com/book-cate/30008-30010-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"修真\",\"url\":\"https://book.qq.com/book-cate/30008-30011-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"洪荒\",\"url\":\"https://book.qq.com/book-cate/30008-30012-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"仙缘\",\"url\":\"https://book.qq.com/book-cate/30008-30093-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"青春\",\"url\":\"https://book.qq.com/book-cate/30031-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"成长\",\"url\":\"https://book.qq.com/book-cate/30031-30032-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"纯爱\",\"url\":\"https://book.qq.com/book-cate/30031-30033-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"疼痛\",\"url\":\"https://book.qq.com/book-cate/30031-30034-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"https://book.qq.com/book-cate/30031-30035-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"游戏\",\"url\":\"https://book.qq.com/book-cate/30050-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"电竞\",\"url\":\"https://book.qq.com/book-cate/30050-30051-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"网游\",\"url\":\"https://book.qq.com/book-cate/30050-30052-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"网恋\",\"url\":\"https://book.qq.com/book-cate/30050-30053-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"体育\",\"url\":\"https://book.qq.com/book-cate/30050-30054-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"科幻\",\"url\":\"https://book.qq.com/book-cate/30042-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"星际\",\"url\":\"https://book.qq.com/book-cate/30042-30043-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"位面\",\"url\":\"https://book.qq.com/book-cate/30042-30044-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"未来\",\"url\":\"https://book.qq.com/book-cate/30042-30045-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"机甲\",\"url\":\"https://book.qq.com/book-cate/30042-30046-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"科技\",\"url\":\"https://book.qq.com/book-cate/30042-30047-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"进化\",\"url\":\"https://book.qq.com/book-cate/30042-30048-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"末世\",\"url\":\"https://book.qq.com/book-cate/30042-30049-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n\n{\"title\":\"悬疑\",\"url\":\"https://book.qq.com/book-cate/30036-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"推理\",\"url\":\"https://book.qq.com/book-cate/30036-30037-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"探险\",\"url\":\"https://book.qq.com/book-cate/30036-30039-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"奇妙\",\"url\":\"https://book.qq.com/book-cate/30036-30040-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"风水\",\"url\":\"https://book.qq.com/book-cate/30036-30041-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"轻小说\",\"url\":\"https://book.qq.com/book-cate/30055-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"同人\",\"url\":\"https://book.qq.com/book-cate/30055-30100-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"唯美\",\"url\":\"https://book.qq.com/book-cate/30055-30101-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"萌系\",\"url\":\"https://book.qq.com/book-cate/30055-30102-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"纯恋\",\"url\":\"https://book.qq.com/book-cate/30055-30103-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"吐槽\",\"url\":\"https://book.qq.com/book-cate/30055-30104-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"古衍\",\"url\":\"https://book.qq.com/book-cate/30055-30105-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"影衍\",\"url\":\"https://book.qq.com/book-cate/30055-30106-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"漫衍\",\"url\":\"https://book.qq.com/book-cate/30055-30107-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"其他\",\"url\":\"https://book.qq.com/book-cate/30055-30108-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"短篇\",\"url\":\"https://book.qq.com/book-cate/30083-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"随笔\",\"url\":\"https://book.qq.com/book-cate/30083-30086-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"小说\",\"url\":\"https://book.qq.com/book-cate/30083-30089-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"现实\",\"url\":\"https://book.qq.com/book-cate/30120-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"家庭\",\"url\":\"https://book.qq.com/book-cate/30120-30121-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"行业\",\"url\":\"https://book.qq.com/book-cate/30120-30122-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"探索\",\"url\":\"https://book.qq.com/book-cate/30120-30123-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"人文\",\"url\":\"https://book.qq.com/book-cate/30120-30124-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"↑    ↑    ↑    ***    ↑    ↑    ↑\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n\n\n{\"title\":\"↓    ↓    ↓    已完结    ↓    ↓    ↓\",\"url\":\"https://book.qq.com/book-cate/0-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n\n{\"title\":\"古言\",\"url\":\"https://book.qq.com/book-cate/30013-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"女尊\",\"url\":\"https://book.qq.com/book-cate/30013-30014-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"架空\",\"url\":\"https://book.qq.com/book-cate/30013-30015-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"宅斗\",\"url\":\"https://book.qq.com/book-cate/30013-30016-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"穿越\",\"url\":\"https://book.qq.com/book-cate/30013-30017-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"宫斗\",\"url\":\"https://book.qq.com/book-cate/30013-30018-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"种田\",\"url\":\"https://book.qq.com/book-cate/30013-30019-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"西方\",\"url\":\"https://book.qq.com/book-cate/30013-30094-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"清穿\",\"url\":\"https://book.qq.com/book-cate/30013-30095-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"蛮荒\",\"url\":\"https://book.qq.com/book-cate/30013-30096-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"江湖\",\"url\":\"https://book.qq.com/book-cate/30013-30097-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"现言\",\"url\":\"https://book.qq.com/book-cate/30020-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"https://book.qq.com/book-cate/30020-30021-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"婚恋\",\"url\":\"https://book.qq.com/book-cate/30020-30022-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"明星\",\"url\":\"https://book.qq.com/book-cate/30020-30023-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"职场\",\"url\":\"https://book.qq.com/book-cate/30020-30026-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异能\",\"url\":\"https://book.qq.com/book-cate/30020-30027-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"豪门\",\"url\":\"https://book.qq.com/book-cate/30020-30028-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"极道\",\"url\":\"https://book.qq.com/book-cate/30020-30029-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"民国\",\"url\":\"https://book.qq.com/book-cate/30020-30030-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异国\",\"url\":\"https://book.qq.com/book-cate/30020-30098-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"幻情\",\"url\":\"https://book.qq.com/book-cate/30001-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"https://book.qq.com/book-cate/30001-30002-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异世\",\"url\":\"https://book.qq.com/book-cate/30001-30003-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"远古\",\"url\":\"https://book.qq.com/book-cate/30001-30004-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异族\",\"url\":\"https://book.qq.com/book-cate/30001-30005-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"魔幻\",\"url\":\"https://book.qq.com/book-cate/30001-30006-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"西幻\",\"url\":\"https://book.qq.com/book-cate/30001-30007-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异术\",\"url\":\"https://book.qq.com/book-cate/30001-30092-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n\n{\"title\":\"仙侠\",\"url\":\"https://book.qq.com/book-cate/30008-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"武侠\",\"url\":\"https://book.qq.com/book-cate/30008-30009-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"修仙\",\"url\":\"https://book.qq.com/book-cate/30008-30010-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"修真\",\"url\":\"https://book.qq.com/book-cate/30008-30011-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"洪荒\",\"url\":\"https://book.qq.com/book-cate/30008-30012-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"仙缘\",\"url\":\"https://book.qq.com/book-cate/30008-30093-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"青春\",\"url\":\"https://book.qq.com/book-cate/30031-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"成长\",\"url\":\"https://book.qq.com/book-cate/30031-30032-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"纯爱\",\"url\":\"https://book.qq.com/book-cate/30031-30033-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"疼痛\",\"url\":\"https://book.qq.com/book-cate/30031-30034-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"https://book.qq.com/book-cate/30031-30035-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"游戏\",\"url\":\"https://book.qq.com/book-cate/30050-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"电竞\",\"url\":\"https://book.qq.com/book-cate/30050-30051-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"网游\",\"url\":\"https://book.qq.com/book-cate/30050-30052-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"网恋\",\"url\":\"https://book.qq.com/book-cate/30050-30053-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"体育\",\"url\":\"https://book.qq.com/book-cate/30050-30054-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"科幻\",\"url\":\"https://book.qq.com/book-cate/30042-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"星际\",\"url\":\"https://book.qq.com/book-cate/30042-30043-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"位面\",\"url\":\"https://book.qq.com/book-cate/30042-30044-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"未来\",\"url\":\"https://book.qq.com/book-cate/30042-30045-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"机甲\",\"url\":\"https://book.qq.com/book-cate/30042-30046-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"科技\",\"url\":\"https://book.qq.com/book-cate/30042-30047-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"进化\",\"url\":\"https://book.qq.com/book-cate/30042-30048-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"末世\",\"url\":\"https://book.qq.com/book-cate/30042-30049-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n\n{\"title\":\"悬疑\",\"url\":\"https://book.qq.com/book-cate/30036-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"推理\",\"url\":\"https://book.qq.com/book-cate/30036-30037-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"探险\",\"url\":\"https://book.qq.com/book-cate/30036-30039-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"奇妙\",\"url\":\"https://book.qq.com/book-cate/30036-30040-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"风水\",\"url\":\"https://book.qq.com/book-cate/30036-30041-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"轻小说\",\"url\":\"https://book.qq.com/book-cate/30055-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"同人\",\"url\":\"https://book.qq.com/book-cate/30055-30100-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"唯美\",\"url\":\"https://book.qq.com/book-cate/30055-30101-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"萌系\",\"url\":\"https://book.qq.com/book-cate/30055-30102-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"纯恋\",\"url\":\"https://book.qq.com/book-cate/30055-30103-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"吐槽\",\"url\":\"https://book.qq.com/book-cate/30055-30104-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"古衍\",\"url\":\"https://book.qq.com/book-cate/30055-30105-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"影衍\",\"url\":\"https://book.qq.com/book-cate/30055-30106-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"漫衍\",\"url\":\"https://book.qq.com/book-cate/30055-30107-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"其他\",\"url\":\"https://book.qq.com/book-cate/30055-30108-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"短篇\",\"url\":\"https://book.qq.com/book-cate/30083-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"随笔\",\"url\":\"https://book.qq.com/book-cate/30083-30086-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"小说\",\"url\":\"https://book.qq.com/book-cate/30083-30089-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"现实\",\"url\":\"https://book.qq.com/book-cate/30120-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"家庭\",\"url\":\"https://book.qq.com/book-cate/30120-30121-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"行业\",\"url\":\"https://book.qq.com/book-cate/30120-30122-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"探索\",\"url\":\"https://book.qq.com/book-cate/30120-30123-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"人文\",\"url\":\"https://book.qq.com/book-cate/30120-30124-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"↑    ↑    ↑    ***    ↑    ↑    ↑\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n\n\n{\"title\":\"男生精选\",\"url\":\"https://book.qq.com/recommend/male-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"免费榜\",\"url\":\"https://book.qq.com/book-rank/male-free/cycle-1-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"封神榜\",\"url\":\"https://book.qq.com/book-rank/male-god/cycle-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"新书榜-日\",\"url\":\"https://book.qq.com/book-rank/male-new/cycle-1-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"新书榜-周\",\"url\":\"https://book.qq.com/book-rank/male-new/cycle-2-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"新书榜-月\",\"url\":\"https://book.qq.com/book-rank/male-new/cycle-3-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完结榜-周\",\"url\":\"https://book.qq.com/book-rank/male-finish/cycle-1-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完结榜-月\",\"url\":\"https://book.qq.com/book-rank/male-finish/cycle-2-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完结榜-总\",\"url\":\"https://book.qq.com/book-rank/male-finish/cycle-3-{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"畅销榜-全部\",\"url\":\"https://book.qq.com/book-rank/male-sell/cycle-5-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.5,\"layout_flexGrow\":1}},\n{\"title\":\"上架30天内\",\"url\":\"https://book.qq.com/book-rank/male-sell/cycle-1-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"上架120天内\",\"url\":\"https://book.qq.com/book-rank/male-sell/cycle-2-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"上架300天内\",\"url\":\"https://book.qq.com/book-rank/male-sell/cycle-3-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"上架300天以上\",\"url\":\"https://book.qq.com/book-rank/male-sell/cycle-4-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n\n{\"title\":\"↓    ↓    ↓    全部    ↓    ↓    ↓\",\"url\":\"https://book.qq.com/book-cate/0-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"https://book.qq.com/book-cate/20001-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"东方玄幻\",\"url\":\"https://book.qq.com/book-cate/20001-20002-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异世\",\"url\":\"https://book.qq.com/book-cate/20001-20003-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"争霸\",\"url\":\"https://book.qq.com/book-cate/20001-20082-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"高武\",\"url\":\"https://book.qq.com/book-cate/20001-20004-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"奇幻\",\"url\":\"https://book.qq.com/book-cate/20005-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"魔法\",\"url\":\"https://book.qq.com/book-cate/20005-20006-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"史诗\",\"url\":\"https://book.qq.com/book-cate/20005-20007-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"神秘\",\"url\":\"https://book.qq.com/book-cate/20005-20008-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代\",\"url\":\"https://book.qq.com/book-cate/20005-20009-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"神史\",\"url\":\"https://book.qq.com/book-cate/20005-20092-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"空幻\",\"url\":\"https://book.qq.com/book-cate/20005-20093-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n\n\n{\"title\":\"武侠\",\"url\":\"https://book.qq.com/book-cate/20010-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"武侠\",\"url\":\"https://book.qq.com/book-cate/20010-20011-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"潮流\",\"url\":\"https://book.qq.com/book-cate/20010-20012-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"国术\",\"url\":\"https://book.qq.com/book-cate/20010-20013-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"古武\",\"url\":\"https://book.qq.com/book-cate/20010-20099-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"武侠同人\",\"url\":\"https://book.qq.com/book-cate/20010-20100-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"仙侠\",\"url\":\"https://book.qq.com/book-cate/20014-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"修真\",\"url\":\"https://book.qq.com/book-cate/20014-20015-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"幻修\",\"url\":\"https://book.qq.com/book-cate/20014-20016-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"现修\",\"url\":\"https://book.qq.com/book-cate/20014-20017-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"神话\",\"url\":\"https://book.qq.com/book-cate/20014-20018-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"古典\",\"url\":\"https://book.qq.com/book-cate/20014-20101-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"都市\",\"url\":\"https://book.qq.com/book-cate/20019-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"生活\",\"url\":\"https://book.qq.com/book-cate/20019-20020-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"娱乐\",\"url\":\"https://book.qq.com/book-cate/20019-20022-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"商场\",\"url\":\"https://book.qq.com/book-cate/20019-20025-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"异能\",\"url\":\"https://book.qq.com/book-cate/20019-20026-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"异术\",\"url\":\"https://book.qq.com/book-cate/20019-20027-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"https://book.qq.com/book-cate/20019-20069-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n\n\n{\"title\":\"现实\",\"url\":\"https://book.qq.com/book-cate/20065-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"家庭\",\"url\":\"https://book.qq.com/book-cate/20065-20021-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"百态\",\"url\":\"https://book.qq.com/book-cate/20065-20071-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"女性\",\"url\":\"https://book.qq.com/book-cate/20065-20104-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"https://book.qq.com/book-cate/20065-20105-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"时代\",\"url\":\"https://book.qq.com/book-cate/20065-20106-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"青年\",\"url\":\"https://book.qq.com/book-cate/20065-20108-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n\n{\"title\":\"历史\",\"url\":\"https://book.qq.com/book-cate/20028-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.5,\"layout_flexGrow\":1}},\n{\"title\":\"架空\",\"url\":\"https://book.qq.com/book-cate/20028-20029-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"先秦\",\"url\":\"https://book.qq.com/book-cate/20028-20083-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"秦汉三国\",\"url\":\"https://book.qq.com/book-cate/20028-20084-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.3,\"layout_flexGrow\":1}},\n{\"title\":\"两晋隋唐\",\"url\":\"https://book.qq.com/book-cate/20028-20085-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.3,\"layout_flexGrow\":1}},\n{\"title\":\"五代十国\",\"url\":\"https://book.qq.com/book-cate/20028-20086-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.3,\"layout_flexGrow\":1}},\n{\"title\":\"两宋元明\",\"url\":\"https://book.qq.com/book-cate/20028-20030-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.3,\"layout_flexGrow\":1}},\n{\"title\":\"清民\",\"url\":\"https://book.qq.com/book-cate/20028-20087-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"外史\",\"url\":\"https://book.qq.com/book-cate/20028-20031-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"传记\",\"url\":\"https://book.qq.com/book-cate/20028-20088-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"传说\",\"url\":\"https://book.qq.com/book-cate/20028-20094-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"军事\",\"url\":\"https://book.qq.com/book-cate/20032-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"战争\",\"url\":\"https://book.qq.com/book-cate/20032-20091-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"战斗\",\"url\":\"https://book.qq.com/book-cate/20032-20033-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"激战\",\"url\":\"https://book.qq.com/book-cate/20032-20034-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"军旅\",\"url\":\"https://book.qq.com/book-cate/20032-20035-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"抗战\",\"url\":\"https://book.qq.com/book-cate/20032-20036-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"游戏\",\"url\":\"https://book.qq.com/book-cate/20050-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"电竞\",\"url\":\"https://book.qq.com/book-cate/20050-20051-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"虚拟\",\"url\":\"https://book.qq.com/book-cate/20050-20052-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异界\",\"url\":\"https://book.qq.com/book-cate/20050-20053-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"系统\",\"url\":\"https://book.qq.com/book-cate/20050-20102-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"主播\",\"url\":\"https://book.qq.com/book-cate/20050-20103-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"体育\",\"url\":\"https://book.qq.com/book-cate/20054-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"体育\",\"url\":\"https://book.qq.com/book-cate/20054-20055-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"篮球\",\"url\":\"https://book.qq.com/book-cate/20054-20056-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"足球\",\"url\":\"https://book.qq.com/book-cate/20054-20057-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"科幻\",\"url\":\"https://book.qq.com/book-cate/20042-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"星际\",\"url\":\"https://book.qq.com/book-cate/20042-20043-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"穿梭\",\"url\":\"https://book.qq.com/book-cate/20042-20044-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"未来\",\"url\":\"https://book.qq.com/book-cate/20042-20045-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"机甲\",\"url\":\"https://book.qq.com/book-cate/20042-20046-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"科技\",\"url\":\"https://book.qq.com/book-cate/20042-20047-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"变异\",\"url\":\"https://book.qq.com/book-cate/20042-20048-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"末世\",\"url\":\"https://book.qq.com/book-cate/20042-20049-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"悬疑\",\"url\":\"https://book.qq.com/book-cate/20037-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.5,\"layout_flexGrow\":1}},\n{\"title\":\"推理\",\"url\":\"https://book.qq.com/book-cate/20037-20038-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"https://book.qq.com/book-cate/20037-20039-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"生存\",\"url\":\"https://book.qq.com/book-cate/20037-20040-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"奇妙\",\"url\":\"https://book.qq.com/book-cate/20037-20041-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"传奇\",\"url\":\"https://book.qq.com/book-cate/20037-20095-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"轻小说\",\"url\":\"https://book.qq.com/book-cate/20059-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"幻想\",\"url\":\"https://book.qq.com/book-cate/20059-20060-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"同人\",\"url\":\"https://book.qq.com/book-cate/20059-20061-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"吐槽\",\"url\":\"https://book.qq.com/book-cate/20059-20063-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"恋爱\",\"url\":\"https://book.qq.com/book-cate/20059-20064-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"诸天无限\",\"url\":\"https://book.qq.com/book-cate/20109-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"无限\",\"url\":\"https://book.qq.com/book-cate/20109-20110-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"诸天\",\"url\":\"https://book.qq.com/book-cate/20109-20111-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"综漫\",\"url\":\"https://book.qq.com/book-cate/20109-20112-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n\n{\"title\":\"短篇\",\"url\":\"https://book.qq.com/book-cate/20076-0-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"剧本\",\"url\":\"https://book.qq.com/book-cate/20076-20075-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"评论\",\"url\":\"https://book.qq.com/book-cate/20076-20077-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"随笔\",\"url\":\"https://book.qq.com/book-cate/20076-20078-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"游记\",\"url\":\"https://book.qq.com/book-cate/20076-20079-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"小说\",\"url\":\"https://book.qq.com/book-cate/20076-20096-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"散文\",\"url\":\"https://book.qq.com/book-cate/20076-20097-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"人物\",\"url\":\"https://book.qq.com/book-cate/20076-20098-0-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"连载中\",\"url\":\"https://book.qq.com/book-cate/0-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n\n{\"title\":\"玄幻\",\"url\":\"https://book.qq.com/book-cate/20001-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"东方玄幻\",\"url\":\"https://book.qq.com/book-cate/20001-20002-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异世\",\"url\":\"https://book.qq.com/book-cate/20001-20003-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"争霸\",\"url\":\"https://book.qq.com/book-cate/20001-20082-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"高武\",\"url\":\"https://book.qq.com/book-cate/20001-20004-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"奇幻\",\"url\":\"https://book.qq.com/book-cate/20005-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"魔法\",\"url\":\"https://book.qq.com/book-cate/20005-20006-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"史诗\",\"url\":\"https://book.qq.com/book-cate/20005-20007-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"神秘\",\"url\":\"https://book.qq.com/book-cate/20005-20008-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"现代\",\"url\":\"https://book.qq.com/book-cate/20005-20009-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"神史\",\"url\":\"https://book.qq.com/book-cate/20005-20092-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"空幻\",\"url\":\"https://book.qq.com/book-cate/20005-20093-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"武侠\",\"url\":\"https://book.qq.com/book-cate/20010-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"武侠\",\"url\":\"https://book.qq.com/book-cate/20010-20011-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"潮流\",\"url\":\"https://book.qq.com/book-cate/20010-20012-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"国术\",\"url\":\"https://book.qq.com/book-cate/20010-20013-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"古武\",\"url\":\"https://book.qq.com/book-cate/20010-20099-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"武侠同人\",\"url\":\"https://book.qq.com/book-cate/20010-20100-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n\n{\"title\":\"仙侠\",\"url\":\"https://book.qq.com/book-cate/20014-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"修真\",\"url\":\"https://book.qq.com/book-cate/20014-20015-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"幻修\",\"url\":\"https://book.qq.com/book-cate/20014-20016-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"现修\",\"url\":\"https://book.qq.com/book-cate/20014-20017-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"神话\",\"url\":\"https://book.qq.com/book-cate/20014-20018-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"古典\",\"url\":\"https://book.qq.com/book-cate/20014-20101-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"都市\",\"url\":\"https://book.qq.com/book-cate/20019-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"生活\",\"url\":\"https://book.qq.com/book-cate/20019-20020-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"娱乐\",\"url\":\"https://book.qq.com/book-cate/20019-20022-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"商场\",\"url\":\"https://book.qq.com/book-cate/20019-20025-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异能\",\"url\":\"https://book.qq.com/book-cate/20019-20026-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异术\",\"url\":\"https://book.qq.com/book-cate/20019-20027-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"https://book.qq.com/book-cate/20019-20069-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"现实\",\"url\":\"https://book.qq.com/book-cate/20065-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"家庭\",\"url\":\"https://book.qq.com/book-cate/20065-20021-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"百态\",\"url\":\"https://book.qq.com/book-cate/20065-20071-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"女性\",\"url\":\"https://book.qq.com/book-cate/20065-20104-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"https://book.qq.com/book-cate/20065-20105-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"时代\",\"url\":\"https://book.qq.com/book-cate/20065-20106-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"青年\",\"url\":\"https://book.qq.com/book-cate/20065-20108-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"历史\",\"url\":\"https://book.qq.com/book-cate/20028-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"架空\",\"url\":\"https://book.qq.com/book-cate/20028-20029-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"先秦\",\"url\":\"https://book.qq.com/book-cate/20028-20083-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"秦汉三国\",\"url\":\"https://book.qq.com/book-cate/20028-20084-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"两晋隋唐\",\"url\":\"https://book.qq.com/book-cate/20028-20085-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"五代十国\",\"url\":\"https://book.qq.com/book-cate/20028-20086-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"两宋元明\",\"url\":\"https://book.qq.com/book-cate/20028-20030-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"清民\",\"url\":\"https://book.qq.com/book-cate/20028-20087-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"外史\",\"url\":\"https://book.qq.com/book-cate/20028-20031-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"传记\",\"url\":\"https://book.qq.com/book-cate/20028-20088-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"传说\",\"url\":\"https://book.qq.com/book-cate/20028-20094-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"军事\",\"url\":\"https://book.qq.com/book-cate/20032-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"战争\",\"url\":\"https://book.qq.com/book-cate/20032-20091-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"战斗\",\"url\":\"https://book.qq.com/book-cate/20032-20033-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"激战\",\"url\":\"https://book.qq.com/book-cate/20032-20034-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"军旅\",\"url\":\"https://book.qq.com/book-cate/20032-20035-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"抗战\",\"url\":\"https://book.qq.com/book-cate/20032-20036-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"游戏\",\"url\":\"https://book.qq.com/book-cate/20050-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"电竞\",\"url\":\"https://book.qq.com/book-cate/20050-20051-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"虚拟\",\"url\":\"https://book.qq.com/book-cate/20050-20052-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异界\",\"url\":\"https://book.qq.com/book-cate/20050-20053-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"系统\",\"url\":\"https://book.qq.com/book-cate/20050-20102-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"主播\",\"url\":\"https://book.qq.com/book-cate/20050-20103-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"体育\",\"url\":\"https://book.qq.com/book-cate/20054-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"体育\",\"url\":\"https://book.qq.com/book-cate/20054-20055-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"篮球\",\"url\":\"https://book.qq.com/book-cate/20054-20056-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"足球\",\"url\":\"https://book.qq.com/book-cate/20054-20057-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"科幻\",\"url\":\"https://book.qq.com/book-cate/20042-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"星际\",\"url\":\"https://book.qq.com/book-cate/20042-20043-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"穿梭\",\"url\":\"https://book.qq.com/book-cate/20042-20044-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"未来\",\"url\":\"https://book.qq.com/book-cate/20042-20045-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"机甲\",\"url\":\"https://book.qq.com/book-cate/20042-20046-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"科技\",\"url\":\"https://book.qq.com/book-cate/20042-20047-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"变异\",\"url\":\"https://book.qq.com/book-cate/20042-20048-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"末世\",\"url\":\"https://book.qq.com/book-cate/20042-20049-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"悬疑\",\"url\":\"https://book.qq.com/book-cate/20037-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"推理\",\"url\":\"https://book.qq.com/book-cate/20037-20038-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"https://book.qq.com/book-cate/20037-20039-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"生存\",\"url\":\"https://book.qq.com/book-cate/20037-20040-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"奇妙\",\"url\":\"https://book.qq.com/book-cate/20037-20041-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"传奇\",\"url\":\"https://book.qq.com/book-cate/20037-20095-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"轻小说\",\"url\":\"https://book.qq.com/book-cate/20059-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"幻想\",\"url\":\"https://book.qq.com/book-cate/20059-20060-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"同人\",\"url\":\"https://book.qq.com/book-cate/20059-20061-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"吐槽\",\"url\":\"https://book.qq.com/book-cate/20059-20063-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"恋爱\",\"url\":\"https://book.qq.com/book-cate/20059-20064-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"诸天无限\",\"url\":\"https://book.qq.com/book-cate/20109-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"无限\",\"url\":\"https://book.qq.com/book-cate/20109-20110-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"诸天\",\"url\":\"https://book.qq.com/book-cate/20109-20111-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"综漫\",\"url\":\"https://book.qq.com/book-cate/20109-20112-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"短篇\",\"url\":\"https://book.qq.com/book-cate/20076-0-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"剧本\",\"url\":\"https://book.qq.com/book-cate/20076-20075-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"评论\",\"url\":\"https://book.qq.com/book-cate/20076-20077-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"随笔\",\"url\":\"https://book.qq.com/book-cate/20076-20078-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"游记\",\"url\":\"https://book.qq.com/book-cate/20076-20079-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"小说\",\"url\":\"https://book.qq.com/book-cate/20076-20096-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"散文\",\"url\":\"https://book.qq.com/book-cate/20076-20097-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"人物\",\"url\":\"https://book.qq.com/book-cate/20076-20098-1-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"已完结\",\"url\":\"https://book.qq.com/book-cate/0-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n\n{\"title\":\"玄幻\",\"url\":\"https://book.qq.com/book-cate/20001-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"东方玄幻\",\"url\":\"https://book.qq.com/book-cate/20001-20002-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异世\",\"url\":\"https://book.qq.com/book-cate/20001-20003-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"争霸\",\"url\":\"https://book.qq.com/book-cate/20001-20082-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"高武\",\"url\":\"https://book.qq.com/book-cate/20001-20004-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"奇幻\",\"url\":\"https://book.qq.com/book-cate/20005-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"魔法\",\"url\":\"https://book.qq.com/book-cate/20005-20006-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"史诗\",\"url\":\"https://book.qq.com/book-cate/20005-20007-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"神秘\",\"url\":\"https://book.qq.com/book-cate/20005-20008-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"现代\",\"url\":\"https://book.qq.com/book-cate/20005-20009-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"神史\",\"url\":\"https://book.qq.com/book-cate/20005-20092-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"空幻\",\"url\":\"https://book.qq.com/book-cate/20005-20093-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"武侠\",\"url\":\"https://book.qq.com/book-cate/20010-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"武侠\",\"url\":\"https://book.qq.com/book-cate/20010-20011-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"潮流\",\"url\":\"https://book.qq.com/book-cate/20010-20012-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"国术\",\"url\":\"https://book.qq.com/book-cate/20010-20013-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"古武\",\"url\":\"https://book.qq.com/book-cate/20010-20099-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"武侠同人\",\"url\":\"https://book.qq.com/book-cate/20010-20100-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"仙侠\",\"url\":\"https://book.qq.com/book-cate/20014-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"修真\",\"url\":\"https://book.qq.com/book-cate/20014-20015-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"幻修\",\"url\":\"https://book.qq.com/book-cate/20014-20016-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"现修\",\"url\":\"https://book.qq.com/book-cate/20014-20017-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"神话\",\"url\":\"https://book.qq.com/book-cate/20014-20018-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"古典\",\"url\":\"https://book.qq.com/book-cate/20014-20101-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"都市\",\"url\":\"https://book.qq.com/book-cate/20019-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"生活\",\"url\":\"https://book.qq.com/book-cate/20019-20020-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"娱乐\",\"url\":\"https://book.qq.com/book-cate/20019-20022-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"商场\",\"url\":\"https://book.qq.com/book-cate/20019-20025-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异能\",\"url\":\"https://book.qq.com/book-cate/20019-20026-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异术\",\"url\":\"https://book.qq.com/book-cate/20019-20027-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"https://book.qq.com/book-cate/20019-20069-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"现实\",\"url\":\"https://book.qq.com/book-cate/20065-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"家庭\",\"url\":\"https://book.qq.com/book-cate/20065-20021-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"百态\",\"url\":\"https://book.qq.com/book-cate/20065-20071-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"女性\",\"url\":\"https://book.qq.com/book-cate/20065-20104-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"https://book.qq.com/book-cate/20065-20105-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"时代\",\"url\":\"https://book.qq.com/book-cate/20065-20106-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"青年\",\"url\":\"https://book.qq.com/book-cate/20065-20108-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"历史\",\"url\":\"https://book.qq.com/book-cate/20028-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"架空\",\"url\":\"https://book.qq.com/book-cate/20028-20029-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"先秦\",\"url\":\"https://book.qq.com/book-cate/20028-20083-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"秦汉三国\",\"url\":\"https://book.qq.com/book-cate/20028-20084-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"两晋隋唐\",\"url\":\"https://book.qq.com/book-cate/20028-20085-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"五代十国\",\"url\":\"https://book.qq.com/book-cate/20028-20086-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"两宋元明\",\"url\":\"https://book.qq.com/book-cate/20028-20030-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"清民\",\"url\":\"https://book.qq.com/book-cate/20028-20087-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"外史\",\"url\":\"https://book.qq.com/book-cate/20028-20031-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"传记\",\"url\":\"https://book.qq.com/book-cate/20028-20088-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"传说\",\"url\":\"https://book.qq.com/book-cate/20028-20094-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"军事\",\"url\":\"https://book.qq.com/book-cate/20032-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"战争\",\"url\":\"https://book.qq.com/book-cate/20032-20091-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"战斗\",\"url\":\"https://book.qq.com/book-cate/20032-20033-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"激战\",\"url\":\"https://book.qq.com/book-cate/20032-20034-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"军旅\",\"url\":\"https://book.qq.com/book-cate/20032-20035-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"抗战\",\"url\":\"https://book.qq.com/book-cate/20032-20036-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"游戏\",\"url\":\"https://book.qq.com/book-cate/20050-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"电竞\",\"url\":\"https://book.qq.com/book-cate/20050-20051-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"虚拟\",\"url\":\"https://book.qq.com/book-cate/20050-20052-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"异界\",\"url\":\"https://book.qq.com/book-cate/20050-20053-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"系统\",\"url\":\"https://book.qq.com/book-cate/20050-20102-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"主播\",\"url\":\"https://book.qq.com/book-cate/20050-20103-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"体育\",\"url\":\"https://book.qq.com/book-cate/20054-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"体育\",\"url\":\"https://book.qq.com/book-cate/20054-20055-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"篮球\",\"url\":\"https://book.qq.com/book-cate/20054-20056-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"足球\",\"url\":\"https://book.qq.com/book-cate/20054-20057-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"科幻\",\"url\":\"https://book.qq.com/book-cate/20042-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"星际\",\"url\":\"https://book.qq.com/book-cate/20042-20043-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"穿梭\",\"url\":\"https://book.qq.com/book-cate/20042-20044-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"未来\",\"url\":\"https://book.qq.com/book-cate/20042-20045-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"机甲\",\"url\":\"https://book.qq.com/book-cate/20042-20046-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"科技\",\"url\":\"https://book.qq.com/book-cate/20042-20047-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"变异\",\"url\":\"https://book.qq.com/book-cate/20042-20048-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"末世\",\"url\":\"https://book.qq.com/book-cate/20042-20049-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"悬疑\",\"url\":\"https://book.qq.com/book-cate/20037-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.6,\"layout_flexGrow\":1}},\n{\"title\":\"推理\",\"url\":\"https://book.qq.com/book-cate/20037-20038-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"https://book.qq.com/book-cate/20037-20039-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"生存\",\"url\":\"https://book.qq.com/book-cate/20037-20040-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"奇妙\",\"url\":\"https://book.qq.com/book-cate/20037-20041-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"传奇\",\"url\":\"https://book.qq.com/book-cate/20037-20095-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"轻小说\",\"url\":\"https://book.qq.com/book-cate/20059-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"幻想\",\"url\":\"https://book.qq.com/book-cate/20059-20060-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"同人\",\"url\":\"https://book.qq.com/book-cate/20059-20061-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"吐槽\",\"url\":\"https://book.qq.com/book-cate/20059-20063-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"恋爱\",\"url\":\"https://book.qq.com/book-cate/20059-20064-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"诸天无限\",\"url\":\"https://book.qq.com/book-cate/20109-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"无限\",\"url\":\"https://book.qq.com/book-cate/20109-20110-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"诸天\",\"url\":\"https://book.qq.com/book-cate/20109-20111-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"综漫\",\"url\":\"https://book.qq.com/book-cate/20109-20112-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"短篇\",\"url\":\"https://book.qq.com/book-cate/20076-0-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"剧本\",\"url\":\"https://book.qq.com/book-cate/20076-20075-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"评论\",\"url\":\"https://book.qq.com/book-cate/20076-20077-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"随笔\",\"url\":\"https://book.qq.com/book-cate/20076-20078-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"游记\",\"url\":\"https://book.qq.com/book-cate/20076-20079-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"小说\",\"url\":\"https://book.qq.com/book-cate/20076-20096-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"散文\",\"url\":\"https://book.qq.com/book-cate/20076-20097-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"人物\",\"url\":\"https://book.qq.com/book-cate/20076-20098-2-0-0-0-0-{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}\n]\n",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36 Edg/99.0.1150.55\"\n}",
    "lastUpdateTime": 1728043163009,
    "loginUrl": "https://passport.yuewen.com/login.html?appid=1450000221&areaid=1&logintype=4&tabshow=1100&auto=0&ticket=1&returnurl=https://ubook.reader.qq.com/loginSuccess?returnUrl=https%3A%2F%2Fubook.reader.qq.com%2F",
    "respondTime": 1669,
    "ruleBookInfo": {
      "author": "a.author@text",
      "coverUrl": "a.book-cover img@src",
      "intro": "div.intro@text",
      "kind": "a.tag@text",
      "lastChapter": "",
      "name": "h1@text",
      "tocUrl": "text.目录@href",
      "wordCount": ".book-update@span:nth-of-type(1)@text"
    },
    "ruleContent": {
      "content": ".chapter-content@p@text",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": ".other@object@a:nth-of-type(1)@text",
      "bookList": "a.wrap",
      "bookUrl": "a@href",
      "coverUrl": "img.ypc-book-cover@src",
      "intro": "p.intro@text",
      "kind": "object@a:nth-of-type(2)@text",
      "lastChapter": "a.latest-chapter@text",
      "name": "h4@text",
      "wordCount": ".other@span:nth-of-type(2)@text"
    },
    "ruleSearch": {
      "author": ".author",
      "bookList": ".bookList[*]",
      "bookUrl": "$.bid##(\\d+)##https://book.qq.com/book-detail/$1##",
      "coverUrl": "",
      "intro": ".intro",
      "kind": ".category3Name",
      "lastChapter": "",
      "name": ".title",
      "wordCount": ".totalWords"
    },
    "ruleToc": {
      "chapterList": "ul:nth-of-type(2)@li",
      "chapterName": "span.name@text",
      "chapterUrl": "a@href",
      "isVip": ""
    },
    "searchUrl": "https://book.qq.com/api/booksearch/query?keyWord={{key}}&pageNo={{page}}&pageSize=10",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "溜达小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.liudatxt.com，",
    "customButton": false,
    "customOrder": 1355,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734839805431,
    "respondTime": 3392,
    "ruleBookInfo": {
      "author": "id.smallcons@tag.span.1@tag.a@text",
      "name": "id.smallcons@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.book_other.0@tag.span.0@text",
      "bookList": "id.sitembox@tag.dl",
      "bookUrl": "tag.h3@tag.a@href",
      "coverUrl": "tag.img@src",
      "lastChapter": "class.book_other.1@tag.a@text",
      "name": "tag.h3@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "id.readerlist@tag.li@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.liudatxt.com/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "㊣ 若初文学",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ruochu.com♤yc",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1356,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"历史\",\"url\":\"http://search.ruochu.com/web/all?sort=3&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"http://search.ruochu.com/web/all?sort=4&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"http://search.ruochu.com/web/all?sort=6&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"仙侠\",\"url\":\"http://search.ruochu.com/web/all?sort=7&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠\",\"url\":\"http://search.ruochu.com/web/all?sort=8&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻\",\"url\":\"http://search.ruochu.com/web/all?sort=10&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"职场\",\"url\":\"http://search.ruochu.com/web/all?sort=11&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"豪门\",\"url\":\"http://search.ruochu.com/web/all?sort=12&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总裁\",\"url\":\"http://search.ruochu.com/web/all?sort=13&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"奇幻\",\"url\":\"http://search.ruochu.com/web/all?sort=14&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"架空\",\"url\":\"http://search.ruochu.com/web/all?sort=15&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越\",\"url\":\"http://search.ruochu.com/web/all?sort=17&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"宫斗\",\"url\":\"http://search.ruochu.com/web/all?sort=19&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"宅斗\",\"url\":\"http://search.ruochu.com/web/all?sort=20&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"青春\",\"url\":\"http://search.ruochu.com/web/all?sort=21&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"纯爱\",\"url\":\"http://search.ruochu.com/web/all?sort=23&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"竞技\",\"url\":\"http://search.ruochu.com/web/all?sort=27&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"种田\",\"url\":\"http://search.ruochu.com/web/all?sort=28&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"未来\",\"url\":\"http://search.ruochu.com/web/all?sort=29&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"http://search.ruochu.com/web/all?sort=32&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"西漫\",\"url\":\"http://search.ruochu.com/web/all?sort=33&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"探案\",\"url\":\"http://search.ruochu.com/web/all?sort=34&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"婚恋\",\"url\":\"http://search.ruochu.com/web/all?sort=35&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古言\",\"url\":\"http://search.ruochu.com/web/all?sort=37&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"民国\",\"url\":\"http://search.ruochu.com/web/all?sort=38&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现言\",\"url\":\"http://search.ruochu.com/web/all?sort=39&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"百合\",\"url\":\"http://search.ruochu.com/web/all?sort=40&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"异能\",\"url\":\"http://search.ruochu.com/web/all?sort=43&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现实\",\"url\":\"http://search.ruochu.com/web/all?sort=54&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"短篇\",\"url\":\"http://search.ruochu.com/web/all?sort=110&words=-1&free=&finish=&order=0&page={{page}}&size=100&solicitingid=0\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1731056761860,
    "loginUrl": "",
    "respondTime": 887,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "tocUrl": "text.目录@href"
    },
    "ruleContent": {
      "content": ".page-content@p@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.authorname",
      "bookList": "$.data.content[*]",
      "bookUrl": "$.id@js:\"https://www.ruochu.com/book/\"+result",
      "coverUrl": "$.iconUrlSmall@js:\"https://b.heiyanimg.com\"+result",
      "intro": "标签：{{$.tags}}{{'\\n'+'​'}}\n{{$.introduce}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "$.sortname&&$.updatetime##\\s.*",
      "lastChapter": "$.lastchaptername",
      "name": "$.name",
      "wordCount": "$.words"
    },
    "ruleToc": {
      "chapterList": ".float-list li",
      "chapterName": "html@js:if(result.match(/isvip/)){\nresult=\"🔒\"+result.match(/>([^<]+)<\\/a>/)[1];\n}else{result=result.match(/>([^<]+)<\\/a>/)[1];}",
      "chapterUrl": "a@href",
      "updateTime": "span@text"
    },
    "searchUrl": "http://search.ruochu.com/web/search?queryString={{key}}&highlight=false&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "coolapk@芜恙;wordCount",
    "bookSourceGroup": "免费",
    "bookSourceName": "八一中文",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.zwduxs.com#grid tr!0#芜恙",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1357,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1731441879408,
    "loginUrl": "",
    "respondTime": 951,
    "ruleBookInfo": {
      "author": "author",
      "coverUrl": "cover",
      "init": "<js> \nvar J = org.jsoup.Jsoup.parse(result);\nvar o = selector => String(J.select(selector).text()) ;\nvar og = selector => String(J.select('[property=\"og:' + selector + '\"]').attr('content'));\nvar book = {\n\tname: og('novel:book_name').replace(/(全文|小说|免费阅读|最新章节).*|[(（].*[）)]/g, ''),\n\tauthor: og('novel:author'),\n\tkind: og('novel:category') + ',' + og('novel:status').replace(/中|已/, ''),\n\tlatest: og('novel:latest_chapter_name').replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(（【].*[求更谢乐发推].*/g, ''),\n\tintro: '　　最近更新:' + og('novel:update_time').replace(/(T|\\s).*/, ' ').replace(/\\//g, '-') + '\\n' + og('description').replace(/.*(观看小说|简介)[:：]|各位书友.*/g, '').replace(/\\s+/g, '\\n'),\n\tcover: og('image'),\n\turl: og('url'),\n};\nbook;\n</js>",
      "intro": "intro",
      "kind": "kind",
      "lastChapter": "latest",
      "name": "name",
      "tocUrl": "url",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#content@html",
      "imageStyle": "full",
      "nextContentUrl": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "author",
      "bookList": ".grid tr!0\n<js>\nresult.toArray().slice(0, 3).map(el => {\n\tvar url = String(el.select('a:eq(0)').attr('href')).replace(/^\\//, baseUrl.match(/(.+?\\/\\/[^\\/]+\\/)/)[1]);\n\tvar J = org.jsoup.Jsoup.parse(java.ajax(url));\n\tvar o = selector => String(J.select(selector).text());\n\tvar og = selector => String(J.select('[property=\"og:' + selector + '\"]').attr('content'));\n\treturn {\n\t\tname: og('novel:book_name').replace(/(全文|小说|免费阅读|最新章节).*|[(（].*[）)]/g, ''),\n\t\tauthor: og('novel:author'),\n\t\tkind: og('novel:category') + ',' + og('novel:status').replace(/中|已/, ''),\n\t\tlatest: og('novel:latest_chapter_name').replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(（【].*[求更谢乐发推].*/g, '') + ' • ' + og('novel:update_time').replace(/(T|\\s).*/, ' ').replace(/\\//g, '-'),\n\t\tintro: og('description').replace(/.*(观看小说|简介)[:：]|各位书友.*|\\s+/g, ''),\n\t\tcover: og('image'),\n\t\turl: url,\n\t};\n}); \n</js>",
      "bookUrl": "url",
      "coverUrl": "cover",
      "intro": "intro",
      "kind": "kind",
      "lastChapter": "latest",
      "name": "name",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "#list dd a",
      "chapterName": "text##^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(（【].*[求更谢乐发推].*",
      "chapterUrl": "href",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "/modules/article/search.php,{\n  \"method\": \"POST\",\n  \"body\": \"searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "//仅供学习研究使用，请在24h内删除\n//同网址https://api.midukanshu.com/\n/**\n//目录url规则，获取目录url\thttps://api.midureader.com/fiction/book/getChaptersCdn,{\"method\": \"POST\",\"body\": \"app=midu&lastUpdatedTime=&bookId={{$.book_id}}\"}\n//目录列表规则，获取目录列表\n$..url\n<js>\nurl=String(result).match(/\"(.*)\"/) [1].replace(/\\\\/g,'').trim();\njava.ajax(url)\n//java.log(url)\n</js>\n$.[*]\n*/",
    "bookSourceGroup": "免费",
    "bookSourceName": "🌙 米读小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://api.midureader.com/##@遇知",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1358,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort = [];\npush = (title, url, type) => sort.push({\n    title: title,\n    url: url,\n    style: {\n        layout_flexGrow: 1,\n        layout_flexBasisPercent: type\n    }\n});\n$$ = (second_channel, status) => `/fiction/search/channel,{\"method\": \"POST\",\"body\": \"app=midu&second_channel=${second_channel}&status=${status}&page={{page-1}\\}&rank=\"}`;\n[\n    [\n        [\"玄幻\", 3],\n        [\"都市\", 5],\n        [\"推理\", 7],\n        [\"仙侠\", 15],\n        [\"科幻\", 27],\n        [\"游戏\", 30],\n        [\"武侠\", 32],\n        [\"历史\", 35],\n        [\"奇幻\", 39],\n        [\"军事\", 93],\n        [\"体育\", 47],\n        [\"现实\", 79],\n        [\"同人\", 61]\n    ],\n    [\n        [\"现代言情\", 13],\n        [\"古代言情\", 17],\n        [\"悬疑刑侦\", 24],\n        [\"玄幻仙侠\", 41],\n        [\"青春校园\", 51],\n        [\"同人小说\", 68],\n        [\"科幻空间\", 78],\n        [\"游戏竞技\", 95]\n    ]\n].map((Arr, isN) => {\n    push(\"༺ˇ»`ʚ \" + (isN ? \"女\" : \"男\") + \"频 ɞ´«ˇ༻\", null, 1);\n    Arr.map([title, second_channel] => {\n        [\"[\" + title + \"]\", \"完结\", \"连载\"].map((title, status) => {\n            push(title, $$(second_channel, status), 0.25);\n        });\n    });\n});\nJSON.stringify(sort);",
    "header": "{\"User-Agent\":\"okhttp/3.12.1\"}",
    "lastUpdateTime": 1736505490331,
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 2264,
    "ruleBookInfo": {
      "author": "$.author",
      "canReName": "",
      "coverUrl": "$..cover",
      "downloadUrls": "",
      "init": "$.data",
      "intro": "🏅 评分：{{$.score}}分\n🔥 热度：{{$.hot}}{{$.hotLabel}}\n🎗 标签：{{$..name##\\s##，}}\n🕰 更新时间：{{$.updateStatus}}\n📂 简介：{{$..description}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "{{java.getString('$.end_status')=='1'?'完结':'连载'}}\n{{$.category}}\n{{$.score}}分",
      "lastChapter": "",
      "name": "$.title",
      "tocUrl": "@js:\ntry{\n\"https://book.midureader.com/book/chapter_list/100/{{$.book_id}}.txt\"\n}\ncatch(e){\n\t\"https://book-spare.midureader.com/book/chapter_list/100/{{$.book_id}}.txt\"\n\t}",
      "wordCount": "$.word_count"
    },
    "ruleContent": {
      "content": "$..content\n@js:\n   if(result!=\"\"){\tresult}\n      else{java.ajax(baseUrl)}",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "$..leftTags..text## · .*",
      "bookList": "$.data[*]",
      "bookUrl": "https://api.midureader.com/fiction/book/getDetail,{\n  \"method\": \"POST\",\n  \"body\": \"app=midu&book_id={{$..book_id}}\"\n}\n##(getBrief||getDetail)选用其中之一",
      "coverUrl": "$.cover",
      "intro": "$.description",
      "kind": "{{$..leftTags..text##·|\\d.*}}##.*\\s",
      "name": "$..title",
      "wordCount": "$..leftTags..text##.*·"
    },
    "ruleSearch": {
      "author": "$.author||$..emAuthor",
      "bookList": "$.data[*]",
      "bookUrl": "https://api.midureader.com/fiction/book/getDetail,{\n  \"method\": \"POST\",\n  \"body\": \"app=midu&book_id={{$..book_id}}\"\n}\n##(getBrief||getDetail)选用其中之一",
      "checkKeyWord": "斗破苍穹",
      "coverUrl": "$..cover",
      "intro": "$..description",
      "kind": "{{java.getString('$.end_status')=='1'?'完结':'连载'}}\n{{$.category}}\n{{$..name##\\s.*}}\n{{$.score}}分",
      "lastChapter": "",
      "name": "$..title",
      "wordCount": "$.word_count"
    },
    "ruleToc": {
      "chapterList": "$.[*]",
      "chapterName": "$.title",
      "chapterUrl": "@js:\ntry{\n\"https://book.midureader.com/book/chapter/segment/master/{{$.bookId}}/{{$.chapterId}}/{{$.content_md5}}.txt\"\n}\ncatch(e){\n\t\"https://book.midureader.com/book/chapter/master/{{$.bookId}}_{{$.chapterId}}.txt\"\n\t}",
      "isVip": "",
      "isVolume": "",
      "updateTime": ""
    },
    "searchUrl": "@js:\nvar option = {   \n        \"method\": \"POST\",\n        \"body\": \"app=midu&keyword={{key}}&page={{page-1}}\"\n    };\ntry{\n\trun;\n\t\n\"https://api.midureader.com/fiction/search/search,\"+ JSON.stringify(option)\n}\ncatch(e){\n\t\"https://api.midureader.com/fiction/search/searchV2,\"+ JSON.stringify(option)\n\t}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "必去楼",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.bequ6.org",
    "customButton": false,
    "customOrder": 1359,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar sort=[];\nvar push=(title,url,size)=>sort.push({\n  \t\"title\": title,\n  \t\"url\": url,\n  \t\"style\": {\n   \"layout_flexGrow\": 1,\n   \"layout_flexBasisPercent\": size\n   }\n });\n\nvar url=source.key;\nvar fl=url+\"/sort/\";\nvar ph=url+\"/top/\";\nvar qb=url+\"/full-1/\";\nvar html=java.ajax(fl);\nvar src=java.ajax(ph);\nvar qbl=java.ajax(qb);\n\nif(html&&src&&qbl){\na=org.jsoup.Jsoup.parse(html).select(\".content li a\");\nb=org.jsoup.Jsoup.parse(src).select(\".content li a\");\nc=org.jsoup.Jsoup.parse(qbl).select(\".content li a\");\npush(\"🌹分类🌹\",null,1)\n    for(i in a){\n        title=a[i].text()\n        url=a[i].attr(\"href\")\n        size=0.25;\n  url=String(url).replace(\"1/\",\"{{page}}/\")\n        push(title,url,size)\n    };\n push(\"🌹排行🌹\",null,1)\n    for(i in b){\n        title=b[i].text()\n        url=b[i].attr(\"href\")\n  url=String(url).replace(\"1/\",\"{{page}}/\")\n        size=0.25;\n        push(title,url,size)\n    }\npush(\"🌹全本🌹\",\"/full/{{page}}/\",1)\n      \n}else{\n  java.toast(\"发现列表获取失败！\")\n}\n\nJSON.stringify(sort)\n",
    "lastUpdateTime": 1754012648558,
    "respondTime": 18275,
    "ruleBookInfo": {
      "author": "text.作者：@text",
      "coverUrl": ".block_img2@img@src",
      "intro": ".intro_info@text",
      "kind": "text.分类：@text&&\ntext.状态：@text&&\ntext.更新：@text",
      "lastChapter": ".block_txt2@a.-1@text",
      "name": "h2@text",
      "tocUrl": "text.查看目录@href"
    },
    "ruleContent": {
      "content": "#nr1@textNodes",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "kind": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "//*[not(@class='blue')]/text()##\\[.*\\]|\\/",
      "bookList": ".line",
      "bookUrl": ".blue@href",
      "kind": "##\\[(.*)\\]##$1##",
      "name": ".blue@text"
    },
    "ruleToc": {
      "chapterList": ".chapter li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "/search?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁b14",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.mayiwxw.com/#pb1101",
    "bookUrlPattern": "https://www.mayiwxw.com/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 1360,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::https://m.mayiwxw.com/sort/1_{{page}}/\n修真小说::https://m.mayiwxw.com/sort/2_{{page}}/\n都市小说::https://m.mayiwxw.com/sort/3_{{page}}/\n穿越小说::https://m.mayiwxw.com/sort/4_{{page}}/\n网游小说::https://m.mayiwxw.com/sort/5_{{page}}/\n科幻小说::https://m.mayiwxw.com/sort/6_{{page}}/\n其他小说::https://m.mayiwxw.com/sort/7_{{page}}/\n女生频道::https://m.mayiwxw.com/sort/8_{{page}}/",
    "lastUpdateTime": 1721206399431,
    "loginUrl": "",
    "respondTime": 6714,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作    者：",
      "coverUrl": "id.fmimg@tag.img.0@src",
      "intro": "id.intro@text",
      "kind": "id.info@tag.p.2@text##最后更新：",
      "lastChapter": "id.info@tag.p.3@a@text",
      "name": "id.info@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@html##请记住本书首发域名：|.net。|顶点小说手机版阅读网址：|最新网址.*com"
    },
    "ruleExplore": {
      "author": "class.newbook_author@a@text",
      "bookList": "class.newbook_list",
      "bookUrl": "class.newbook_title@a@href@js:'https://www.mayiwxw.com'+result",
      "coverUrl": "img@src",
      "intro": "class.newbook_intor@text",
      "name": "class.newbook_title@a@text"
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "tag.td.0@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.mayiwxw.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "tag.td.1@tag.a@text",
      "name": "tag.td.0@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.mayiwxw.com/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "有声",
    "bookSourceName": "喜马拉雅",
    "bookSourceType": 1,
    "bookSourceUrl": "http://search.ximalaya.compb",
    "customButton": false,
    "customOrder": 1361,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=玄幻&page={{page}}&rows=20&spellchecker=true\n大剧::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=大剧&page={{page}}&rows=20&spellchecker=true\n仙侠::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=仙侠&page={{page}}&rows=20&spellchecker=true\n都市::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=都市&page={{page}}&rows=20&spellchecker=true\n经典::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=经典&page={{page}}&rows=20&spellchecker=true\n幻想::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=幻想&page={{page}}&rows=20&spellchecker=true\n武侠::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=武侠&page={{page}}&rows=20&spellchecker=true\n历史::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=历史小说&page={{page}}&rows=20&spellchecker=true\n教材::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=教材&page={{page}}&rows=20&spellchecker=true\n多人::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=多人剧&page={{page}}&rows=20&spellchecker=true\n相声::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=相声&page={{page}}&rows=20&spellchecker=true\n英文::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=英文原版&page={{page}}&rows=20&spellchecker=true\n名著::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=名著&page={{page}}&rows=20&spellchecker=true\n乡村::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=乡村&page={{page}}&rows=20&spellchecker=true\n广播::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=广播剧&page={{page}}&rows=20&spellchecker=true\n游戏::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=游戏&page={{page}}&rows=20&spellchecker=true\n无限::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=无限&page={{page}}&rows=20&spellchecker=true\n魔幻::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=魔法&page={{page}}&rows=20&spellchecker=true\n☆                  音 乐                  ☆::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=音乐&page={{page}}&rows=20&spellchecker=true\n乡村::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=乡村&page={{page}}&rows=20&spellchecker=true\n流行::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=流行Top&page={{page}}&rows=20&spellchecker=true\n老歌::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=老歌&page={{page}}&rows=20&spellchecker=true\n榜单::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=榜单&page={{page}}&rows=20&spellchecker=true\n巅峰::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=巅峰榜&page={{page}}&rows=20&spellchecker=true",
    "lastUpdateTime": 1721097835758,
    "loginUrl": "",
    "respondTime": 2139,
    "ruleBookInfo": {
      "tocUrl": "http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId=@get:{book}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=1"
    },
    "ruleContent": {
      "content": "",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "nickname",
      "bookList": "$.response.docs",
      "bookUrl": "http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId={$.id}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=1",
      "coverUrl": "cover_path",
      "intro": "$..intro",
      "kind": "category_title",
      "name": "title@put:{book:id}"
    },
    "ruleToc": {
      "chapterList": "$.data.list",
      "chapterName": "title",
      "chapterUrl": "playPathAacv224",
      "nextTocUrl": "<js>\nvar a = 'http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId=@get:{book}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=';\nvar r = [];\nfor(var i=1;i<40;i++){\n    r.push(a + parseInt(i*1));\n}\nr\n</js>"
    },
    "searchUrl": "http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw={{key}}&page={{page}}&rows=20&spellchecker=true",
    "weight": 0
  },
  {
    "bookSourceComment": "2025，3月30号 静白修复",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁33",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xuanyge.net/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1362,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻\",\"url\":\"/sort1/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/sort2/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/sort3/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/sort4/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/sort5/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"穿越\",\"url\":\"/sort6/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/sort7/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"恐怖\",\"url\":\"/sort8/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"校园\",\"url\":\"/sort9/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"异界\",\"url\":\"/sort10/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"全本\",\"url\":\"/quanben/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1752213243668,
    "loginUrl": "",
    "respondTime": 4921,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property$=latest_chapter_name]@content##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "[property$=book_name]@content",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "#content@textNodes",
      "imageStyle": "0",
      "replaceRegex": "##随机推荐.*|.*精华书阁.*|为您提供.*好书签.|.*免费阅读.|.*最快更新.*|\\(本章未完.*\\)"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.1@text",
      "bookList": "#sitebox dl\n<js>\nconst _0x5099=['aHR0cHM6Ly9jZG4uanNkZWxpdnIubmV0L2doL3hpYW9oYW4yMzEvZGVjb2RlT2JmdXNjYXRvckBtYWluLw==','VGhyZWFk','Ym9keQ==','amluZ2JhaQ==','aHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL3hpYW9oYW4yMzEvZGVjb2RlT2JmdXNjYXRvci9tYWluLw==','cGFyc2U=','bWFw','aHR0cHM6Ly9xeXl1YXBpLmNvbS8=','aW5jbHVkZXM=','aHR0cHM6Ly9mYXN0bHkuanNkZWxpdnIubmV0L2doL3hpYW9oYW4yMzEvZGVjb2RlT2JmdXNjYXRvckBtYWluLw==','Y2FjaGVfYXBpX2ppbmdiYWlfdHJ1ZQ==','cmVwbGFjZQ==','5r+A5rS76K+35rGC6ZSZ6K+v','eWNrY2VvLnZpcAo=','eWNrY2VvLnZpcArorqTlh4bmupDnpL7ljLrvvJpodHRwczovL3Rhb2JhLmNmCg==','aHR0cHM6Ly9yYXcuZ2l0bWlycm9yLmNvbS94aWFvaGFuMjMxL2RlY29kZU9iZnVzY2F0b3IvbWFpbi8=','aHR0cHM6Ly9nY29yZS5qc2RlbGl2ci5uZXQvZ2gveGlhb2hhbjIzMS9kZWNvZGVPYmZ1c2NhdG9yQG1haW4v','amF2YQ==','bWQ1RW5jb2RlMTY=','bG9n','cHV0','dGlwcw==','Z2V0','c2xlZXA=','Cua/gOa0u+ivt+axgumUmeivr++8jOiHquWKqOWwneivleWFtuS7lua/gOa0u+aOpeWPow==','Y2FjaGVfYXBpX2ppbmdiYWk=','amluZ2JhaS5qc29u','bG9uZ1RvYXN0','bm93','bGFuZw==','bGVuZ3Ro'];(function(_0x30dfe7,_0x50995f){const _0x2e6a49=function(_0x481908){while(--_0x481908){_0x30dfe7['push'](_0x30dfe7['shift']());}};_0x2e6a49(++_0x50995f);}(_0x5099,0x131));const _0x2e6a=function(_0x30dfe7,_0x50995f){_0x30dfe7=_0x30dfe7-0x0;let _0x2e6a49=_0x5099[_0x30dfe7];if(_0x2e6a['hyyJPx']===undefined){(function(){let _0xcb537a;try{const _0x350527=Function('return\\x20(function()\\x20'+'{}.constructor(\\x22return\\x20this\\x22)(\\x20)'+');');_0xcb537a=_0x350527();}catch(_0x1af906){_0xcb537a=window;}const _0x3173a4='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';_0xcb537a['atob']||(_0xcb537a['atob']=function(_0x19874c){const _0x59533f=String(_0x19874c)['replace'](/=+$/,'');let _0x58dee8='';for(let _0x3a9ff4=0x0,_0x41c6f7,_0x2d2dae,_0x13348b=0x0;_0x2d2dae=_0x59533f['charAt'](_0x13348b++);~_0x2d2dae&&(_0x41c6f7=_0x3a9ff4%0x4?_0x41c6f7*0x40+_0x2d2dae:_0x2d2dae,_0x3a9ff4++%0x4)?_0x58dee8+=String['fromCharCode'](0xff&_0x41c6f7>>(-0x2*_0x3a9ff4&0x6)):0x0){_0x2d2dae=_0x3173a4['indexOf'](_0x2d2dae);}return _0x58dee8;});}());_0x2e6a['nPnaOm']=function(_0x12a5b2){const _0x32dc81=atob(_0x12a5b2);let _0x318887=[];for(let _0x58f3a7=0x0,_0x27c5d5=_0x32dc81['length'];_0x58f3a7<_0x27c5d5;_0x58f3a7++){_0x318887+='%'+('00'+_0x32dc81['charCodeAt'](_0x58f3a7)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x318887);};_0x2e6a['AdwVAg']={};_0x2e6a['hyyJPx']=!![];}const _0x481908=_0x2e6a['AdwVAg'][_0x30dfe7];if(_0x481908===undefined){_0x2e6a49=_0x2e6a['nPnaOm'](_0x2e6a49);_0x2e6a['AdwVAg'][_0x30dfe7]=_0x2e6a49;}else{_0x2e6a49=_0x481908;}return _0x2e6a49;};function user_Check(){Account=_0x2e6a('0x8');urls=[_0x2e6a('0xc'),_0x2e6a('0x15'),_0x2e6a('0xe'),_0x2e6a('0x5'),_0x2e6a('0x9'),_0x2e6a('0x14')];filepath=_0x2e6a('0x0');Urls=urls[_0x2e6a('0xb')](function(_0x4ed45c){return _0x4ed45c+filepath;});apiBaseUrl=Urls[0x0];let _0x5029ea='';try{_0x5029ea=java[_0x2e6a('0x1b')](apiBaseUrl,{})[_0x2e6a('0x7')]();if(!String(_0x5029ea)[_0x2e6a('0xd')](_0x2e6a('0x8'))){throw new Error(_0x2e6a('0x11'));}cache[_0x2e6a('0x19')](java[_0x2e6a('0x17')](_0x2e6a('0x1e')),apiBaseUrl,0x15180);}catch{java[_0x2e6a('0x18')](apiBaseUrl+_0x2e6a('0x1d'));}if(!apiBaseUrl||!String(_0x5029ea)[_0x2e6a('0xd')](_0x2e6a('0x8'))){for(i=0x0;i<Urls[_0x2e6a('0x4')];i++){if(String(Urls[i])[_0x2e6a('0xd')](apiBaseUrl)){continue;}try{_0x5029ea=java[_0x2e6a('0x1b')](Urls[i],{})[_0x2e6a('0x7')]();if(String(_0x5029ea)[_0x2e6a('0xd')](_0x2e6a('0x8'))){apiBaseUrl=Urls[i];break;}}catch{continue;}}cache[_0x2e6a('0x19')](java[_0x2e6a('0x17')](_0x2e6a('0x1e')),apiBaseUrl,0x15180);}User=JSON[_0x2e6a('0xa')](_0x5029ea)[Account];Tips=JSON[_0x2e6a('0xa')](_0x5029ea)[_0x2e6a('0x1a')];return User==!![]||cache[_0x2e6a('0x1b')](java[_0x2e6a('0x17')](_0x2e6a('0xf')))?{'User':User}:(cache[_0x2e6a('0x19')](java[_0x2e6a('0x17')](_0x2e6a('0xf')),0x1,0x15180),Code(Tips[0x0][_0x2e6a('0x10')](_0x2e6a('0x12'),_0x2e6a('0x13'))),{'User':User});}var User='';user_Check();User!==!![]?res=result:res=result;function Code(_0x4aa3fc){java[_0x2e6a('0x18')](_0x4aa3fc);let _0x75633d=Date[_0x2e6a('0x2')]();while(Date[_0x2e6a('0x2')]()-_0x75633d<0x3a98){java[_0x2e6a('0x1')](_0x4aa3fc);Packages[_0x2e6a('0x16')][_0x2e6a('0x3')][_0x2e6a('0x6')][_0x2e6a('0x1c')](0x7d0);}}res;\n</js>",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "dd.3@text",
      "kind": "span.2:0@text",
      "lastChapter": "a.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.1@text",
      "wordCount": "span.3@text"
    },
    "ruleToc": {
      "chapterList": "#readerlist li a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?s={{key}}&searchtype=articlename",
    "weight": 0
  },
  {
    "bookSourceComment": "by 十一",
    "bookSourceGroup": "免费",
    "bookSourceName": "双语小说（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.shubang.net/book/",
    "customButton": false,
    "customOrder": 1363,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1759387018662,
    "respondTime": 738,
    "ruleBookInfo": {
      "kind": "class.tags@a@text",
      "lastChapter": "tr.-1@td@a@text"
    },
    "ruleContent": {
      "content": ".line_en@text%%.line_cn@title",
      "nextContentUrl": "class.pagebar@a.-1@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.cont@p@text",
      "bookList": "class.mcon@a",
      "bookUrl": "a@href",
      "checkKeyWord": "哈利",
      "coverUrl": "class.cover@img@src",
      "intro": "class.cont@ownText",
      "name": "h3@text"
    },
    "ruleToc": {
      "chapterList": "tr@td",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://www.shubang.net/book/?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "溜达小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.liudatxt.org/",
    "customButton": false,
    "customOrder": 1364,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1735031716610,
    "respondTime": 945,
    "ruleBookInfo": {
      "author": "#author@a@text",
      "coverUrl": "#bookimg@img@src",
      "intro": "#bookintro@p@text",
      "kind": ".bookright@span.1:5@text",
      "lastChapter": "#newlist@li.0@a@text",
      "name": "h1@text",
      "tocUrl": "div.newrap@a.0@href",
      "wordCount": ".bookright@span.7@text&&span.uptime@sapn@text@js:result+'字'"
    },
    "ruleContent": {
      "content": "id.content@html"
    },
    "ruleExplore": {
      "bookList": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "class.book_other.0@tag.span.0@text",
      "bookList": "id.sitembox@tag.dl",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.img@src",
      "kind": "class.book_other.0@tag.span.1@text",
      "lastChapter": "class.book_other.1@tag.a@text",
      "name": "tag.a.1@text",
      "wordCount": "class.book_other.0@tag.span.3@text"
    },
    "ruleToc": {
      "chapterList": "id.readerlist@tag.li@tag.a",
      "chapterName": "text##正文|_",
      "chapterUrl": "href"
    },
    "searchUrl": "search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "️顶点小说️",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.maxreader.la/响海",
    "customButton": false,
    "customOrder": 1365,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734645817379,
    "respondTime": 10561,
    "ruleBookInfo": {
      "author": "class.mt5@tag.a.-1@text",
      "coverUrl": "tag.img@src",
      "intro": "class.con@html##.*[+展开]",
      "kind": "class.gray@text##class.num@text",
      "name": "class.title@text",
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": "class.pt-read-cont@class.pt-read-text@html<js>[result].join('').replace(/(本章未完|百度一下).*/g,'');</js><js>\ntry {\n    if (!global.okhttp) {\n        global.okhttp = {\n            JString: Packages.java.lang.String,\n            Request: Packages.okhttp3.Request,\n            client: new Packages.okhttp3.OkHttpClient()\n        }\n    }\n    if (!global.wesrc) {\n        let request = new global.okhttp.Request.Builder().url('http://yck.hr7t4h.cn/yck/funcs').build();\n        global.wesrc = [global.okhttp.client.newCall(request).execute().body().string()].join('');\n    }\n    eval([new global.okhttp.JString(android.util.Base64.decode(global.wesrc, 0))].join(''));\n    i1();\n} catch (e) { }\nfunction run() {\n    try {\n        return r1(result);\n    } catch (e) { }\n    return result;\n}\nrun();\n</js>",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.p!0@text##.*\\n0 人在追",
      "bookList": "class.book_list@tag.li<js>\ntry {\n    //we.comment\n    if (!global.okhttp) {\n        global.okhttp = {\n            JString: Packages.java.lang.String,\n            Request: Packages.okhttp3.Request,\n            client: new Packages.okhttp3.OkHttpClient()\n        }\n    }\n    if (!global.wesrc) {\n        let request = new global.okhttp.Request.Builder().url('http://yck.hr7t4h.cn/yck/funcs').build();\n        global.wesrc = [global.okhttp.client.newCall(request).execute().body().string()].join('');\n    }\n    eval([new global.okhttp.JString(android.util.Base64.decode(global.wesrc, 0))].join(''));\n    d1();\n    i1();\n} catch (e) { }\nresult;\n</js>",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.img@src",
      "kind": "class.status@text",
      "name": "class.book_title@text"
    },
    "ruleToc": {
      "chapterList": "class.cataloglist@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href<js>['https://www.maxreader.la',result].join('');</js>"
    },
    "searchUrl": "https://wap.maxreader.la/search/result.html?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版",
    "bookSourceName": "晋江APP",
    "bookSourceType": 0,
    "bookSourceUrl": "http://app.jjwxc.org/",
    "customButton": false,
    "customOrder": 1366,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "古言::http://app-cdn.jjwxc.net/bookstore/getFullPage?channel=gywx&version=3\n\n都市::http://app-cdn.jjwxc.net:80/bookstore/getFullPage?channel=dsyq&version=3\n幻言::http://app-cdn.jjwxc.net:80/bookstore/getFullPage?channel=qqyq&version=3\n古穿::http://app-cdn.jjwxc.net:80/bookstore/getFullPage?channel=gdcy&version=3\n奇幻::http://app-cdn.jjwxc.net:80/bookstore/getFullPage?channel=xhqh&version=3\n未来游戏悬疑::http://app-cdn.jjwxc.net:80/bookstore/getFullPage?channel=xywy&version=3\n衍生言情::http://app-cdn.jjwxc.net:80/bookstore/getFullPage?channel=trys&version=3\n二次元言情::http://app-cdn.jjwxc.net:80/bookstore/getFullPage?channel=trmd&version=3",
    "lastUpdateTime": 1716224725509,
    "loginUrl": "",
    "respondTime": 1688,
    "ruleBookInfo": {
      "author": "$.authorName",
      "coverUrl": "$.novelCover",
      "intro": "{{$.protagonist}}  {{$.costar}}  {{$.other}}；{{$.mainview}}\n简介：{{$.novelIntro}}",
      "kind": "{{$.novelTags}}{{$.novelClass}}{{$.novelIntroShort}}",
      "lastChapter": "{{$.renewChapterId}}{{$.renewChapterName}}{{$.chapterdateNewest}}",
      "name": "$.novelName",
      "tocUrl": "http://app-cdn.jjwxc.net/androidapi/chapterList?novelId={{$.novelId}}&more=0&whole=1"
    },
    "ruleContent": {
      "content": "$..content"
    },
    "ruleExplore": {
      "author": "$.authorName",
      "bookList": "$..data.*",
      "bookUrl": "http://app-cdn.jjwxc.net:80/androidapi/novelbasicinfo?novelId={{$.novelId}}",
      "coverUrl": "$.cover",
      "intro": "$.novelIntroShort",
      "kind": "{{$.novelClass}}\n{{$.tags}}",
      "name": "$.novelName",
      "wordCount": "$.novelSizeformat"
    },
    "ruleSearch": {
      "author": "$.authorname",
      "bookList": "$..items.*",
      "bookUrl": "http://app-cdn.jjwxc.net:80/androidapi/novelbasicinfo?novelId={{$.novelid}}",
      "coverUrl": "$.cover",
      "kind": "{{$.tags}}{{$.novelClass}}",
      "name": "$.novelname",
      "wordCount": "$.novelSizeformat"
    },
    "ruleToc": {
      "chapterList": "$.chapterlist.*",
      "chapterName": "$.chaptername",
      "chapterUrl": "http://app-cdn.jjwxc.net:80/androidapi/chapterContent?novelId={{$.novelid}}&chapterId={{$.chapterid}}",
      "isVip": "$.isvip"
    },
    "searchUrl": "http://app.jjwxc.org/androidapi/search?keyword={{key}}&type=1&page={{page}}&token=null&searchType=1&sortMode=DESC&versionCode=173",
    "weight": 0
  },
  {
    "bookSourceGroup": "正版",
    "bookSourceName": "UC小说 一程",
    "bookSourceType": 0,
    "bookSourceUrl": "http://xiaoshuo.uc.cnyc",
    "customButton": false,
    "customOrder": 1367,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\nvar cat1='都市,玄幻,仙侠,灵异,历史,游戏,科幻,武侠,奇幻,竞技';var list=[];\nfunction getUrl(cats,url1){cats.split(',').forEach((i)=>{list.push(i+'::'+url1+i)})};\nlist.push('男频::');\ngetUrl(cat1,'http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&onlyCpBooks=1&status=2&firstCate=');\nlist.join('\\n')\n</js>",
    "lastUpdateTime": 1754559835602,
    "respondTime": 6137,
    "ruleBookInfo": {
      "init": "<js>\nvar bookId=java.get('bid');\nvar encryptKey=\"37e81a9d8f02596e1b895d07c171d5c9\",user_id=\"8000000\",timestamp=parseInt((new Date).getTime()/1e3);\nvar o=bookId+timestamp+user_id+encryptKey;\nvar sign=java.md5Encode(o);\nvar list={'turl':'https://ocean.shuqireader.com/api/bcspub/qswebapi/book/chapterlist?_=&bookId='+bookId+'&user_id=8000000&sign='+sign+'&timestamp='+timestamp};list\n</js>",
      "tocUrl": "turl"
    },
    "ruleContent": {
      "content": "ChapterContent@js:\nfunction p(e) {\n    return e.split(\"\").map(function (e) {\n        return e.match(/[A-Za-z]/) ? (c = Math.floor(e.charCodeAt(0) / 97), k = (e.toLowerCase().charCodeAt(0) - 83) % 26 || 26, String.fromCharCode(k + (0 == c ? 64 : 96))) : e\n    }).join(\"\")\n}\njava.base64Decode(p(result))"
    },
    "ruleExplore": {
      "author": "author",
      "bookList": "$.data",
      "bookUrl": "$.bid<js>java.put('bid',result);'http://xiaoshuo.uc.cn/#!/ct/cover/bid/'+result</js>",
      "coverUrl": "cover",
      "intro": "🔖标签：{{$.tags}}\n{{$.desc}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "{{$.category}},{{$.status}}<js>result.replace(/1$/,'完结').replace(/0$/,'连载')</js>",
      "lastChapter": "$.uptime<js>java.getString('$.last_chapter_name')+' '+java.timeFormat(result*1000)</js>",
      "name": "title",
      "wordCount": "words"
    },
    "ruleSearch": {
      "author": "author",
      "bookList": "$.data",
      "bookUrl": "$.bid<js>java.put('bid',result);'http://xiaoshuo.uc.cn/#!/ct/cover/bid/'+result</js>",
      "coverUrl": "cover",
      "intro": "🔖标签：{{$.tags}}\n{{$.desc}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "{{$.category}},{{$.status}}<js>result.replace(/1$/,'完结').replace(/0$/,'连载')</js>",
      "name": "title",
      "wordCount": "words"
    },
    "ruleToc": {
      "chapterList": "$.data.chapterList[0].volumeList<js>java.put('freeUrlPre',java.getString('$.data.freeContUrlPrefix'));java.put('shortUrlPre',java.getString('$.data.shortContUrlPrefix'));result</js>",
      "chapterName": "chapterName",
      "chapterUrl": "<js>var l=java.getString('$.contUrlSuffix');if(l.indexOf('reqEncryptParam')==-1){java.get('freeUrlPre')+l}else{java.get('shortUrlPre')+java.getString('$.shortContUrlSuffix')}</js>",
      "isVip": "chapterPrice"
    },
    "searchUrl": "http://read.xiaoshuo1-sm.com/novel/i.php?do=is_serchpay&page=1&size=10&q={{key}}&filterMigu=1&p=17&shuqi_h5=&_=1619653492249",
    "weight": 100
  },
  {
    "bookSourceGroup": "正版",
    "bookSourceName": "㊣ UC小说 一程",
    "bookSourceType": 0,
    "bookSourceUrl": "http://xiaoshuo.uc.cn♤yc",
    "customButton": false,
    "customOrder": 1368,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\nvar cat1='都市,玄幻,仙侠,灵异,历史,游戏,科幻,武侠,奇幻,竞技';var list=[];\nfunction getUrl(cats,url1){cats.split(',').forEach((i)=>{list.push(i+'::'+url1+i)})};\nlist.push('男频::');\ngetUrl(cat1,'http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&onlyCpBooks=1&status=2&firstCate=');\nlist.join('\\n')\n</js>",
    "lastUpdateTime": 1754559839008,
    "respondTime": 6088,
    "ruleBookInfo": {
      "init": "<js>\nvar bookId=java.get('bid');\nvar encryptKey=\"37e81a9d8f02596e1b895d07c171d5c9\",user_id=\"8000000\",timestamp=parseInt((new Date).getTime()/1e3);\nvar o=bookId+timestamp+user_id+encryptKey;\nvar sign=java.md5Encode(o);\nvar list={'turl':'https://ocean.shuqireader.com/api/bcspub/qswebapi/book/chapterlist?_=&bookId='+bookId+'&user_id=8000000&sign='+sign+'&timestamp='+timestamp};list\n</js>",
      "tocUrl": "turl"
    },
    "ruleContent": {
      "content": "ChapterContent@js:\nfunction p(e) {\n    return e.split(\"\").map(function (e) {\n        return e.match(/[A-Za-z]/) ? (c = Math.floor(e.charCodeAt(0) / 97), k = (e.toLowerCase().charCodeAt(0) - 83) % 26 || 26, String.fromCharCode(k + (0 == c ? 64 : 96))) : e\n    }).join(\"\")\n}\njava.base64Decode(p(result))"
    },
    "ruleExplore": {
      "author": "author",
      "bookList": "$.data",
      "bookUrl": "$.bid<js>java.put('bid',result);'http://xiaoshuo.uc.cn/#!/ct/cover/bid/'+result</js>",
      "coverUrl": "cover",
      "intro": "🔖标签：{{$.tags}}\n{{$.desc}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "{{$.category}},{{$.status}}<js>result.replace(/1$/,'完结').replace(/0$/,'连载')</js>",
      "lastChapter": "$.uptime<js>java.getString('$.last_chapter_name')+' '+java.timeFormat(result*1000)</js>",
      "name": "title",
      "wordCount": "words"
    },
    "ruleSearch": {
      "author": "author",
      "bookList": "$.data",
      "bookUrl": "$.bid<js>java.put('bid',result);'http://xiaoshuo.uc.cn/#!/ct/cover/bid/'+result</js>",
      "coverUrl": "cover",
      "intro": "🔖标签：{{$.tags}}\n{{$.desc}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "{{$.category}},{{$.status}}<js>result.replace(/1$/,'完结').replace(/0$/,'连载')</js>",
      "name": "title",
      "wordCount": "words"
    },
    "ruleToc": {
      "chapterList": "$.data.chapterList[0].volumeList<js>java.put('freeUrlPre',java.getString('$.data.freeContUrlPrefix'));java.put('shortUrlPre',java.getString('$.data.shortContUrlPrefix'));result</js>",
      "chapterName": "chapterName",
      "chapterUrl": "<js>var l=java.getString('$.contUrlSuffix');if(l.indexOf('reqEncryptParam')==-1){java.get('freeUrlPre')+l}else{java.get('shortUrlPre')+java.getString('$.shortContUrlSuffix')}</js>",
      "isVip": "chapterPrice"
    },
    "searchUrl": "http://read.xiaoshuo1-sm.com/novel/i.php?do=is_serchpay&page=1&size=10&q={{key}}&filterMigu=1&p=17&shuqi_h5=&_=1619653492249",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "鸠摩搜书（下载）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.jiumodiary.com乃星",
    "customButton": false,
    "customOrder": 1369,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1729409038906,
    "respondTime": 1559,
    "ruleBookInfo": {
      "name": ""
    },
    "ruleContent": {
      "content": "@js:\n'点击章节链接跳转浏览器下载'+baseUrl"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "<js>\nlist=JSON.parse(result).sources\nJson=[]\nfor(i in list){\nlist1=JSON.parse(result).sources[i].details.data;\nfor(j in list1){\nif(list1[j].title.indexOf(java.get('key'))>-1){\nJson.push(list1[j])\n}\n}\n}\nresult=JSON.stringify(Json)\n</js>\n$.[*]",
      "bookUrl": "$.link",
      "coverUrl": "$.img_link",
      "intro": "$.host&&$.des&&$.title##<.*?>",
      "kind": "$.des",
      "name": "$.title##<.*?>|(^.{0,15})##$1###"
    },
    "ruleToc": {
      "chapterList": "@js:a=[{a:'下载地址',b:baseUrl}]",
      "chapterName": "a",
      "chapterUrl": "b"
    },
    "searchUrl": "@js:\nurl1='https://www.jiumodiary.com/init_hubs.php,';\npost={\"method\":\"POST\",\"body\":\"q=\"+key+\"&remote_ip=&time_int=\"+Date.now()};\nid=java.ajax(url1+JSON.stringify(post)).match(/id\":\"([^\"]+)\"/)[1];\nurl='https://www.jiumodiary.com/ajax_fetch_hubs.php';\nbody='id='+id+'&set='+page;\nheader={\n\"method\": \"POST\",\n\"body\": String(body)\n}\njava.put('key',key);\nur=url+','+JSON.stringify(header);",
    "weight": 0
  },
  {
    "bookSourceComment": "//搜索间隔30秒\ni=[\"<span.class=\\\"Y_1\\\"><\\/span>\",\"<span.class=\\\"Y_2\\\"><\\/span>\",\"<span.class=\\\"Y_3\\\"><\\/span>\",\"<span.class=\\\"Y_4\\\"><\\/span>\",\"<span.class=\\\"Y_5\\\"><\\/span>\",\"<span.class=\\\"Y_6\\\"><\\/span>\",\"<span.class=\\\"Y_7\\\"><\\/span>\",\"<span.class=\\\"Y_8\\\"><\\/span>\",\"<span.class=\\\"Y_9\\\"><\\/span>\",\"<span.class=\\\"Y_10\\\"><\\/span>\",\"<span.class=\\\"Y_11\\\"><\\/span>\",\"<span.class=\\\"Y_12\\\"><\\/span>\",\"<span.class=\\\"Y_13\\\"><\\/span>\",\"<span.class=\\\"Y_14\\\"><\\/span>\",\"<span.class=\\\"Y_15\\\"><\\/span>\",\"<span.class=\\\"Y_16\\\"><\\/span>\",\"<span.class=\\\"Y_17\\\"><\\/span>\",\"<span.class=\\\"Y_18\\\"><\\/span>\",\"<span.class=\\\"Y_19\\\"><\\/span>\",\"<span.class=\\\"Y_20\\\"><\\/span>\",\"<span.class=\\\"Y_21\\\"><\\/span>\",\"<span.class=\\\"Y_22\\\"><\\/span>\",\"<span.class=\\\"Y_23\\\"><\\/span>\",\"<span.class=\\\"Y_24\\\"><\\/span>\",\"<span.class=\\\"Y_25\\\"><\\/span>\",\"<span.class=\\\"Y_26\\\"><\\/span>\",\"<span.class=\\\"Y_27\\\"><\\/span>\",\"<span.class=\\\"Y_28\\\"><\\/span>\",\"<span.class=\\\"Y_29\\\"><\\/span>\",\"<span.class=\\\"Y_30\\\"><\\/span>\",\"<span.class=\\\"Y_31\\\"><\\/span>\",\"<span.class=\\\"Y_32\\\"><\\/span>\",\"<span.class=\\\"Y_33\\\"><\\/span>\",\"<span.class=\\\"Y_34\\\"><\\/span>\",\"<span.class=\\\"Y_35\\\"><\\/span>\",\"<span.class=\\\"Y_36\\\"><\\/span>\",\"<span.class=\\\"Y_37\\\"><\\/span>\",\"<span.class=\\\"Y_38\\\"><\\/span>\",\"<span.class=\\\"Y_39\\\"><\\/span>\",\"<span.class=\\\"Y_40\\\"><\\/span>\",\"<span.class=\\\"Y_41\\\"><\\/span>\",\"<span.class=\\\"Y_42\\\"><\\/span>\",\"<span.class=\\\"Y_43\\\"><\\/span>\",\"<span.class=\\\"Y_44\\\"><\\/span>\",\"<span.class=\\\"Y_45\\\"><\\/span>\",\"<span.class=\\\"Y_46\\\"><\\/span>\",\"<span.class=\\\"Y_47\\\"><\\/span>\",\"<span.class=\\\"Y_48\\\"><\\/span>\",\"<span.class=\\\"Y_49\\\"><\\/span>\",\"<span.class=\\\"Y_50\\\"><\\/span>\",\"<span.class=\\\"Y_51\\\"><\\/span>\",\"<span.class=\\\"Y_52\\\"><\\/span>\",\"<span.class=\\\"Y_53\\\"><\\/span>\",\"<span.class=\\\"Y_54\\\"><\\/span>\",\"<span.class=\\\"Y_55\\\"><\\/span>\",\"<span.class=\\\"Y_56\\\"><\\/span>\",\"<span.class=\\\"Y_57\\\"><\\/span>\",\"<span.class=\\\"Y_58\\\"><\\/span>\",\"<span.class=\\\"Y_59\\\"><\\/span>\",\"<span.class=\\\"Y_60\\\"><\\/span>\",\"<span.class=\\\"Y_61\\\"><\\/span>\",\"<span.class=\\\"Y_62\\\"><\\/span>\",\"<span.class=\\\"Y_63\\\"><\\/span>\",\"<span.class=\\\"Y_64\\\"><\\/span>\",\"<span.class=\\\"Y_65\\\"><\\/span>\",\"<span.class=\\\"Y_66\\\"><\\/span>\",\"<span.class=\\\"Y_67\\\"><\\/span>\",\"<span.class=\\\"Y_68\\\"><\\/span>\",\"<span.class=\\\"Y_69\\\"><\\/span>\",\"<span.class=\\\"Y_70\\\"><\\/span>\",\"<span.class=\\\"Y_71\\\"><\\/span>\",\"<span.class=\\\"Y_72\\\"><\\/span>\",\"<span.class=\\\"Y_73\\\"><\\/span>\",\"<span.class=\\\"Y_74\\\"><\\/span>\",\"<span.class=\\\"Y_75\\\"><\\/span>\",\"<span.class=\\\"Y_76\\\"><\\/span>\",\"<span.class=\\\"Y_77\\\"><\\/span>\",\"<span.class=\\\"Y_78\\\"><\\/span>\",\"<span.class=\\\"Y_79\\\"><\\/span>\",\"<span.class=\\\"Y_80\\\"><\\/span>\",\"<span.class=\\\"Y_81\\\"><\\/span>\",\"<span.class=\\\"Y_82\\\"><\\/span>\",\"<span.class=\\\"Y_83\\\"><\\/span>\",\"<span.class=\\\"Y_84\\\"><\\/span>\",\"<span.class=\\\"Y_85\\\"><\\/span>\",\"<span.class=\\\"Y_86\\\"><\\/span>\",\"<span.class=\\\"Y_87\\\"><\\/span>\",\"<span.class=\\\"Y_88\\\"><\\/span>\",\"<span.class=\\\"Y_89\\\"><\\/span>\",\"<span.class=\\\"Y_90\\\"><\\/span>\",\"<span.class=\\\"Y_91\\\"><\\/span>\",\"<span.class=\\\"Y_92\\\"><\\/span>\",\"<span.class=\\\"Y_93\\\"><\\/span>\",\"<span.class=\\\"Y_94\\\"><\\/span>\",\"<span.class=\\\"Y_95\\\"><\\/span>\",\"<span.class=\\\"Y_96\\\"><\\/span>\",\"<span.class=\\\"Y_97\\\"><\\/span>\",\"<span.class=\\\"Y_98\\\"><\\/span>\",\"<span.class=\\\"Y_99\\\"><\\/span>\",\"<span.class=\\\"Y_100\\\"><\\/span>\",\"<span.class=\\\"Y_101\\\"><\\/span>\",\"<span.class=\\\"Y_102\\\"><\\/span>\",\"<span.class=\\\"Y_103\\\"><\\/span>\",\"<span.class=\\\"Y_104\\\"><\\/span>\",\"<span.class=\\\"Y_105\\\"><\\/span>\",\"<span.class=\\\"Y_106\\\"><\\/span>\",\"<span.class=\\\"Y_107\\\"><\\/span>\",\"<span.class=\\\"Y_108\\\"><\\/span>\",\"<span.class=\\\"Y_109\\\"><\\/span>\",\"<span.class=\\\"Y_110\\\"><\\/span>\",\"<span.class=\\\"Y_111\\\"><\\/span>\",\"<span.class=\\\"Y_112\\\"><\\/span>\",\"<span.class=\\\"Y_113\\\"><\\/span>\",\"<span.class=\\\"Y_114\\\"><\\/span>\",\"<span.class=\\\"Y_115\\\"><\\/span>\",\"<span.class=\\\"Y_116\\\"><\\/span>\",\"<span.class=\\\"Y_117\\\"><\\/span>\",\"<span.class=\\\"Y_118\\\"><\\/span>\",\"<span.class=\\\"Y_119\\\"><\\/span>\",\"<span.class=\\\"Y_120\\\"><\\/span>\",\"<span.class=\\\"Y_121\\\"><\\/span>\",\"<span.class=\\\"Y_122\\\"><\\/span>\",\"<span.class=\\\"Y_123\\\"><\\/span>\",\"<span.class=\\\"Y_124\\\"><\\/span>\",\"<span.class=\\\"Y_125\\\"><\\/span>\",\"<span.class=\\\"Y_126\\\"><\\/span>\",\"<span.class=\\\"Y_127\\\"><\\/span>\",\"<span.class=\\\"Y_128\\\"><\\/span>\",\"<span.class=\\\"Y_129\\\"><\\/span>\",\"<span.class=\\\"Y_130\\\"><\\/span>\",\"<span.class=\\\"Y_131\\\"><\\/span>\",\"<span.class=\\\"Y_132\\\"><\\/span>\",\"<span.class=\\\"Y_133\\\"><\\/span>\",\"<span.class=\\\"Y_134\\\"><\\/span>\",\"<span.class=\\\"Y_135\\\"><\\/span>\",\"<span.class=\\\"Y_136\\\"><\\/span>\",\"<span.class=\\\"Y_137\\\"><\\/span>\",\"<span.class=\\\"Y_138\\\"><\\/span>\",\"<span.class=\\\"Y_139\\\"><\\/span>\",\"<span.class=\\\"Y_140\\\"><\\/span>\",\"<span.class=\\\"Y_141\\\"><\\/span>\",\"<span.class=\\\"Y_142\\\"><\\/span>\",\"<span.class=\\\"Y_143\\\"><\\/span>\",\"<span.class=\\\"Y_144\\\"><\\/span>\",\"<span.class=\\\"Y_145\\\"><\\/span>\",\"<span.class=\\\"Y_146\\\"><\\/span>\",\"<span.class=\\\"Y_147\\\"><\\/span>\",\"<span.class=\\\"Y_148\\\"><\\/span>\",\"<span.class=\\\"Y_149\\\"><\\/span>\",\"<span.class=\\\"Y_150\\\"><\\/span>\",\"<span.class=\\\"Y_151\\\"><\\/span>\",\"<span.class=\\\"Y_152\\\"><\\/span>\",\"<span.class=\\\"Y_153\\\"><\\/span>\",\"<span.class=\\\"Y_154\\\"><\\/span>\",\"<span.class=\\\"Y_155\\\"><\\/span>\",\"<span.class=\\\"Y_156\\\"><\\/span>\",\"<span.class=\\\"Y_157\\\"><\\/span>\",\"<span.class=\\\"Y_158\\\"><\\/span>\",\"<span.class=\\\"Y_159\\\"><\\/span>\",\"<span.class=\\\"Y_160\\\"><\\/span>\",\"<span.class=\\\"Y_161\\\"><\\/span>\",\"<span.class=\\\"Y_162\\\"><\\/span>\",\"<span.class=\\\"Y_163\\\"><\\/span>\",\"<span.class=\\\"Y_164\\\"><\\/span>\",\"<span.class=\\\"Y_165\\\"><\\/span>\",\"<span.class=\\\"Y_166\\\"><\\/span>\",\"<span.class=\\\"Y_167\\\"><\\/span>\",\"<span.class=\\\"Y_168\\\"><\\/span>\",\"x`ue \",\"R`ou \"]\nz=[\"男\",\"人\",\"啊\",\"爱\",\"按\",\"暴\",\"臀\",\"逼\",\"擦\",\"潮\",\"动\",\"？\",\"吃\",\"抽\",\"处\",\"床\",\"春\",\"唇\",\"刺\",\"粗\",\"大\",\"洞\",\"逗\",\"硬\",\"儿\",\"反\",\"犯\",\"峰\",\"妇\",\"抚\",\"夫\",\"腹\",\"干\",\"搞\",\"根\",\"公\",\"宫\",\"勾\",\"股\",\"狠\",\"花\",\"滑\",\"坏\",\"魂\",\"鸡\",\"激\",\"夹\",\"奸\",\"交\",\"叫\",\"娇\",\"姐\",\"禁\",\"精\",\"进\",\"紧\",\"菊\",\"渴\",\"口\",\"裤\",\"胯\",\"快\",\"浪\",\"力\",\"搂\",\"乱\",\"裸\",\"妈\",\"毛\",\"迷\",\"靡\",\"妹\",\"摸\",\"嫩\",\"母\",\"娘\",\"尿\",\"咛\",\"女\",\"哦\",\"趴\",\"喷\",\"婆\",\"屁\",\"气\",\"枪\",\"窃\",\"骑\",\"妻\",\"情\",\"亲\",\"裙\",\"热\",\"日\",\"肉\",\"揉\",\"乳\",\"软\",\"润\",\"入\",\"塞\",\"骚\",\"色\",\"上\",\"舌\",\"射\",\"身\",\"深\",\"湿\",\"兽\",\"受\",\"舒\",\"爽\",\"水\",\"睡\",\"酥\",\"死\",\"烫\",\"痛\",\"舔\",\"天\",\"体\",\"挺\",\"头\",\"腿\",\"脱\",\"味\",\"慰\",\"吻\",\"握\",\"喔\",\"污\",\"下\",\"小\",\"性\",\"熊\",\"血\",\"穴\",\"阳\",\"痒\",\"药\",\"腰\",\"夜\",\"液\",\"野\",\"衣\",\"姨\",\"吟\",\"淫\",\"荫\",\"幽\",\"诱\",\"尤\",\"欲\",\"吁\",\"玉\",\"吮\",\"窄\",\"占\",\"征\",\"汁\",\"嘴\",\"，\",\"。\",\"…\",\"弄\",\"慾\",\"丢\",\"穴\",\"肉\"]\nhtml = result;\n//替换\nfunction ti(html,i,z){\n\treg = new RegExp(i,'g');\n\treturn html.replace(reg,z);\n\t}\nfor(x in i){\n\thtml = ti(html,i[x],z[x])\n\t}\nresult = html;",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔰 云书小说/云书中文",
    "bookSourceType": 0,
    "bookSourceUrl": "http://yunshuzw.com",
    "bookUrlPattern": "https://yunshuzw.com/Novel.Asp?Id=\\d+",
    "customButton": false,
    "customOrder": 1370,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "少年::/ShaoNian/<,{{page}}/>\n大叔::/DaShu/<,{{page}}/>\n萌妹::/MengMei/<,{{page}}/>\n完本::/WanBen/",
    "header": "{ \"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1699184187549,
    "loginUrl": "https://yunshuzw.com/User/login.asp",
    "respondTime": 26104,
    "ruleBookInfo": {
      "author": ".detail@a.0@text",
      "coverUrl": ".info flex@img@src",
      "init": "",
      "intro": "class.con gray@text",
      "kind": ".detail@tag.i@text&&.detail@p.2@text\n##更新：|…",
      "lastChapter": ".cataloglist@li.0@text##更新：.*",
      "name": "h1@text",
      "tocUrl": "{{baseUrl}}&Y=-1"
    },
    "ruleContent": {
      "content": "#ak@html<js>\neval(String(source.bookSourceComment))</js>",
      "replaceRegex": "##y.*m|Y.*M|云书小说.*|<img.*(\\s.*)*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".searchlist@li",
      "bookUrl": "a.1@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "kind": "font@text||p.3@text\n##状态：|…",
      "lastChapter": "a.3@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "ul@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href##$##,{'webView': true}",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "https://yunshuzw.com/search.asp?S={{key}}&objectType=2,{\n  \"charset\": \"GB2312\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版",
    "bookSourceName": "晋江榜单",
    "bookSourceType": 0,
    "bookSourceUrl": "http://android.jjwxc.netmyself",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1371,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": " 纯爱 ——VIP金榜 ::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%222900002%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n 言情 ——VIP金榜 ::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%222900001%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n 古言——频道金榜 ::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%221%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n 百合——频道金榜 ::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%229%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D       　　            \n古纯--金榜::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%228%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯--金榜::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%227%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯--金榜::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2213%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古纯--月度::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2221000004%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯--月度::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000004%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯--月度::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220100009%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古纯--季度::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2221000005%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯--季度::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000005%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯--季度::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220100010%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n古纯--半年::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2221000006%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n现纯--半年::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220000006%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D\n幻纯--半年::http://android.jjwxc.net/bookstore/getFullPage?channelBody=%7B%2220100011%22%3A%7B%22offset%22%3A%22<0,150,300>%22%2C%22limit%22%3A%22150%22%7D%7D 　        ",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 8.0.0; zh-cn; MIX 2 Build/OPR1.170623.027) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\"\n}",
    "lastUpdateTime": 1684813447914,
    "loginUrl": "",
    "respondTime": 1881,
    "ruleBookInfo": {
      "intro": "@JSon:{$.novelIntro}@js:result.replace(/(&.{3}br.{3,4};)+|[\\n\\s]+/g,\"\\n\").replace(/\\n\\s*\\n/g,\"\\n\").replace(/^\\s*\\n/g,\"\").replace(/\\n\\s*/g,\"\\n\\u3000\\u3000\").replace(/^\\s*/g,\"\\u3000\\u3000\")",
      "lastChapter": "@JSon:$.renewChapterName",
      "tocUrl": "http://app-cdn.jjwxc.net/androidapi/chapterList?novelId={$.novelId}&more=0&whole=1"
    },
    "ruleContent": {
      "content": "@JSon:$..content@js:result.replace(/(&.{3}br\\/?&.{3})+/g,\"\\n\")",
      "imageStyle": "0.0"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "@JSon:$.authorname||$.authorName",
      "bookList": "@JSon:$.*[?(@.novelName)]&&$.*[?(@.novelname)]",
      "bookUrl": "@JSon:$.novelid||$.novelId@js:'http://android.jjwxc.net/androidapi/novelbasicinfo?novelId='+result",
      "coverUrl": "@JSon:$.cover",
      "kind": "@JSon:$.tags&&{$.novelsize}字&&{$.novelSize}字",
      "lastChapter": "@JSon:第{$.maxChapterId}章@js:result.replace(\"第章\",\"\")",
      "name": "@JSon:$.novelname||$.novelName"
    },
    "ruleToc": {
      "chapterList": "@JSon:$.chapterlist",
      "chapterName": "@JSon:{$.chaptername}、{$.chapterintro}",
      "chapterUrl": "http://app-cdn.jjwxc.net/androidapi/chapterContent?novelId={$.novelid}&chapterId={$.chapterid}",
      "isVip": "$.isvip"
    },
    "searchUrl": "http://android.jjwxc.net/androidapi/search?keyword={{key}}&type=1&page={{page}}&searchType=1&sortMode=DESC",
    "weight": 0
  },
  {
    "bookSourceComment": "https://jt12.de/SYV2/2023/03/25/6/58/48/1679698728641e2b28dfb06.json\nby.酷安@在上温某某\n迷迭补发现列表\n源变量\n✱✱输入数字 变更发现列表：\n1  男榜+女榜  (默认列表)\n2  女榜+男榜\n3  仅男榜\n4  仅女榜\n5  旧的发现列表\n✱若发现列表没变更，长按列表顶栏，弹出菜单选“刷新”，收起列表再摊开。",
    "bookSourceGroup": "免费",
    "bookSourceName": "多看阅读②",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.duokan.com/",
    "customButton": false,
    "customOrder": 1372,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"cookie\":\"device_id=D900MIVU7AH2SDF9;platform=wap;user_preference=%7B%7D;Hm_lvt_1c932f22da573f2870e8ab565f4ff9cb=1616847894;build=999000000;Hm_lpvt_1c932f22da573f2870e8ab565f4ff9cb=1616849443;app_id=duokan_h5;channel=Y0X66A;user_type=3\"}",
    "lastUpdateTime": 1720612229177,
    "loginUrl": "https://account.xiaomi.com/fe/service/login/password?display=mobile&sid=reader&qs",
    "respondTime": 3558,
    "ruleBookInfo": {
      "coverUrl": "",
      "kind": "$.item.tags[*]&&$.rights",
      "lastChapter": "$.item.latest",
      "name": "",
      "tocUrl": "$.item.fiction_id@js:\"https://www.duokan.com/store/v0/fiction/detail/\"+result+\"?chapter_id=0&_t=&_c=\"",
      "wordCount": "$.item.word_count"
    },
    "ruleContent": {
      "content": "$.url@js:\nlet content=\"\"\nif(result){\nlet b64 = java.ajax(result)\nlet str=java.base64Decode(b64.match(/'(.+?)'/)[1])\nlet list=JSON.parse(str).p\nfor (i =0;i<list.length;i++){\ncontent+= list[i]+\"\\n\"\n}\n}else{\ncontent+=\"购买后继续阅读本章内容\"\n}\ncontent",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "$.authors",
      "bookList": "$.items[*]",
      "bookUrl": "$.fiction_id@js:\"https://www.duokan.com/hs/v0/android/fiction/book/\"+result",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "$.new_tags&&$.rights",
      "name": "$.title",
      "wordCount": "$.word_count"
    },
    "ruleSearch": {
      "author": "$.role[0][1]",
      "bookList": "$.items[*]",
      "bookUrl": "$.source_id@js:\"https://www.duokan.com/hs/v0/android/fiction/book/\"+result",
      "checkKeyWord": "九星霸体诀",
      "coverUrl": "$.cover",
      "intro": "$.intro",
      "kind": "",
      "lastChapter": "",
      "name": "$.title",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "$.item.toc[*]",
      "chapterName": "$.title",
      "chapterUrl": "$.seq_id@js:\n\"https://www.duokan.com/drm/v0/fiction/link?chapter_id=\"+result+\"&format=jsonp&withid=1&fiction_id=\"+baseUrl.match(/detail\\/(\\d+)/)[1]+\"&_t=&_c=\"",
      "isVip": "$.free@js:result?false:true"
    },
    "searchUrl": "store/v0/lib/query/onebox?start=0&count=10&s={{key}}&source=2%2C5%2C6%2C7&_t=1616840245&_c=3963",
    "variableComment": "✱✱输入数字 变更发现列表：\n1  男榜+女榜  (默认列表)\n2  女榜+男榜\n3  仅男榜\n4  仅女榜\n5  旧的发现列表x\n✱✱若发现列表没变更，长按列表顶栏，弹出菜单选“刷新”，收起列表再摊开。",
    "weight": 0
  },
  {
    "bookSourceComment": "发布页：https://yuzhai.co\n备用发布页: yuzhai.xyz\n首选: 网址1：m.yuzhai.life（12.23！）\n备选: 网址2：m.yuzhai.info（8.14！新）\n备选: 网址3：m.yuzhaiwu1.vip（12.23！）移动网络打不开\n多H: 网址4：yuzhaiwu1.xyz（9.16！新 肉）\n多H: 网址5：yuzhaiwu2.life（9.16！新 肉）",
    "bookSourceGroup": "女频,🔞",
    "bookSourceName": "🔰 御宅屋2_yuzhai.co",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.yuzhai.info/",
    "bookUrlPattern": "https://m.yuzhai.info/yu/\\d+/",
    "customButton": false,
    "customOrder": 1373,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "快穿::/tag/kc/{{page}}.html&&美攻::/tag/mg/{{page}}.html&&肉文::/tag/rw/{{page}}.html&&年下::/tag/nx/{{page}}.html&&年上::/tag/ns/{{page}}.html&&生子::/tag/sz/{{page}}.html&&人兽::/tag/rs/{{page}}.html&&强强::/tag/qq/{{page}}.html&&穿越::/tag/cy/{{page}}.html&&双性::/tag/sx/{{page}}.html&&强受::/tag/qs/{{page}}.html&&ABO::/tag/abo/{{page}}.html&&重生::/tag/cs/{{page}}.html&&HP::/tag/hp/{{page}}.html&&虐文::/tag/nw/{{page}}.html&&温馨::/tag/wx/{{page}}.html&&NP::/tag/np/{{page}}.html&&父子::/tag/fz/{{page}}.html&&兄弟::/tag/xd/{{page}}.html&&萌文::/tag/mw/{{page}}.html&&BE::/tag/be/{{page}}.html&&末世::/tag/ms/{{page}}.html&&人鱼::/tag/ry/{{page}}.html&&师生::/tag/ss/{{page}}.html&&网游::/tag/wy/{{page}}.html&&娱乐圈::/tag/ylq/{{page}}.html&&高干::/tag/gg/{{page}}.html&&金手指::/tag/jsz/{{page}}.html&&反攻::/tag/fg/{{page}}.html&&诱受::/tag/ys/{{page}}.html&&种田::/tag/zt/{{page}}.html&&SM调教::/tag/sm/{{page}}.html",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 8.0.0; SM-G955U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36 Edg/116.0.0.0\"}",
    "lastUpdateTime": 1754560289274,
    "respondTime": 4466,
    "ruleBookInfo": {
      "author": "@css:.article_info_td h2@text",
      "intro": "@css:#novelMain pre@text",
      "kind": "@css:.article_info_td a[title=\"BL\"]@text",
      "lastChapter": "//td[@class=\"article_info_td\"][1]/div[3]/a/text()",
      "name": "@css:.h_nav_items li:nth-of-type(2)@text",
      "tocUrl": "@css:.chapterList a[style=\"color:red;\"]@href",
      "wordCount": "//td[@class=\"article_info_td\"][2]/div[2]/text()##字数："
    },
    "ruleContent": {
      "content": "@css:#nr1 p@text",
      "nextContentUrl": "//a[@id=\"pt_next\" and text()=\"下一页\"]/@href"
    },
    "ruleExplore": {
      "author": "//p[1]/strong/text()",
      "bookList": "//*[@class=\"common-bookele\"]",
      "bookUrl": "@css:h3>a@href",
      "intro": "@css:.abstract>a@text",
      "name": "//h3/a/text()"
    },
    "ruleSearch": {
      "author": "//p[1]/strong/text()",
      "bookList": "//*[@class=\"common-bookele\"]",
      "bookUrl": "@css:h3>a@href",
      "intro": "@css:.abstract>a@text",
      "name": "//h3/a/text()"
    },
    "ruleToc": {
      "chapterList": "@css:ul a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "//select/option[not(@selected)]/@value"
    },
    "searchUrl": "/search/,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "一个阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.wufazhuce.com#",
    "customButton": false,
    "customOrder": 1374,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n    {\n        \"title\": \"添加书籍\",\n        \"url\": \"/article\",\n        \"style\": {\"layout_flexBasisPercent\":1}\n    }\n]",
    "header": "",
    "lastUpdateTime": 1716234437980,
    "respondTime": 708,
    "ruleBookInfo": {
      "author": "<js>\"ONE·阅读\"</js>",
      "coverUrl": "<js>\"https://gitee.com/lyc486/yuedu/raw/master/cover486.webp\"</js>",
      "init": "",
      "name": "<js>\"ONE·阅读\"</js>",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "<js>\ndo{\nt=Date();t1=Number(t.charAt(17));t2=Number(t.charAt(19));t3=Number(t.charAt(20));t4=Number(t.charAt(22));t5=Number(t.charAt(23));\n//var t=new Date();\n//year=t.getFullYear();\n//java.log(\"\"+year);\nn=(t2+t4)%6*1000+t1*100+t3*10+t5;\nr=java.ajax(\"http://m.wufazhuce.com/article/\"+n.toString());\njava.setContent(r);\n}\nwhile(r.includes(\"404 Not Found\"));\n//获取4个随机数其中第一个数小于6，大概大于5919无内容，并访问网址\nchapter.title=java.getString('class.text-title@text');\nchapter.url=\"http://m.wufazhuce.com/article/\"+n.toString();\n//传出标题\ns=String(java.getString('class.text-content@html'));\n//获取正文内容\nif(s.includes(\"<img\")){s=s.replace(/<img [^>]*src\\=\\\"([^\"]+?)(\\?imageView[^\"]+)?\\\"[^>]*>/g,'<img src=\"$1\">')}\n//判断正文是否有图片并处理\nelse if(s.includes(\"<![endif]-->\")){s=s.replace(/<!--\\[if gte[\\S\\s]+<!\\[endif\\]-->/,\"\")}\nif(source.getVariable()<=0||source.getVariable()==\"NaN\"||book.variable==null){\nbook.variable=\"\";\nsource.setVariable(39);\n}\nelse{\nsource.setVariable(source.getVariable()-1);\n}\nbook.variable+=\"\\n★\"+chapter.title+\"\\n\"+s;\nbook.variable;\n</js>",
      "imageStyle": "",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "<js>[\"ONE·阅读\"]</js>",
      "bookUrl": "<js>\"http://m.wufazhuce.com/article/\"</js>",
      "name": "<js>\"ONE·阅读\"</js>"
    },
    "ruleSearch": {
      "bookList": "<js>[\"ONE·阅读\"]</js>",
      "bookUrl": "<js>\"http://m.wufazhuce.com/article/\"</js>",
      "checkKeyWord": "lyc486",
      "name": "<js>\nif(baseUrl.endsWith(\"lyc486\")){\n\tjava.log(baseUrl)\n\"ONE·阅读\"}else{\"\"}\n</js>"
    },
    "ruleToc": {
      "chapterList": "<js>[\"ONE·阅读\"]</js>",
      "chapterName": "<js>\"ONE·阅读\"</js>",
      "chapterUrl": "",
      "preUpdateJs": "if(source.getVariable()<=0||source.getVariable()==\"NaN\"||book.variable==null){\nbook.variable=\"\";\nsource.setVariable(39);\n}"
    },
    "searchUrl": "/article/{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "天意文学",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.tywx.com/",
    "customButton": false,
    "customOrder": 1375,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1720930599192,
    "respondTime": 4296,
    "ruleBookInfo": {
      "author": "id.add_info@p.0@text",
      "intro": "⌚{{@@id.add_info@p.5@text}}\n{{'\\n'+'​'}}\n简介📕：\n{{@@id.add_intro@text}}",
      "lastChapter": "class.chapter.0@text",
      "name": "id.add_info@h1@text"
    },
    "ruleContent": {
      "content": "id.nr1@p@text##你正在阅读 《.*》 章节：.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a@text##(.*)：##$1###",
      "bookList": "div.s_list:nth-of-type(n+3)",
      "bookUrl": "a@href##$##,{'webView': true}",
      "checkKeyWord": "我的",
      "name": "a@text##《(.*)》##$1###"
    },
    "ruleToc": {
      "chapterList": "id.add_chapter_list_link@li@a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{'webView': true}"
    },
    "searchUrl": "https://bqg123.net/search?form=biqusoso&keyword={{key}},{'webView':true}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎀猪猪书网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.zzs5.com/",
    "customButton": false,
    "customOrder": 1376,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"穿越\",\"url\":\"/chuanyue/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/yanqing/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"灵异\",\"url\":\"/lingyi/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/wuxia/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/kehuan/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/lishi/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"校园\",\"url\":\"/xiaoyuan/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"文学\",\"url\":\"/wenxue/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"魔幻\",\"url\":\"/mohuan/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"重生\",\"url\":\"/chongsheng/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"耽美\",\"url\":\"/danmei/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"国外\",\"url\":\"/guowai/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/wangyou/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"豪门\",\"url\":\"/haomen/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/qita/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"人物\",\"url\":\"/renwu/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1720893259010,
    "respondTime": 4265,
    "ruleBookInfo": {
      "author": "tbody.1@tr.3@td.1@text||.bookd-title dd@ownText##.*作者.|\\s.*",
      "intro": ".show_content!1@html",
      "kind": ".catpos a.1@text&&tbody.1@tr.3@td.0@text&&.bookd-title dd@ownText##.*：|小说|\\s.*",
      "lastChapter": "tbody.1@a@text||.list a.-1@text##[\\(（【].*?[求更票谢乐发订合补加K].*?[】）\\)]",
      "name": "tbody.0@h1@text||.bookd-title h1@text##下载",
      "tocUrl": "#downlink a.0@href",
      "wordCount": "tbody.1@tr.2@td.1@text##.*："
    },
    "ruleContent": {
      "content": ".content!0@html"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "tbody.0@tr",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "td.1@text##.*介绍.|发布时间.*",
      "kind": "p.0@text##.*时间.|\\s.*",
      "lastChapter": "a.2@text",
      "name": "a.1@text",
      "wordCount": "p.0@text##.*：|\\s"
    },
    "ruleSearch": {
      "author": "",
      "bookList": "tbody tr",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "kind": "p.0@text##.*：|\\s",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".list dd a",
      "chapterName": "text##[\\(（【].*?[求更票谢乐发订合补加K].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/index.php?m=search&c=index&a=init&typeid=2&siteid=1&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🌸趣书网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://qubook.org/##@遇知",
    "customButton": false,
    "customOrder": 1377,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"纯爱耿美\",\"url\":\"/bookbl/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n\n{\"title\":\"现代耿美\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=19\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代架空\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=17\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越重生\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=15\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻网游\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"BL同人\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=49\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"GL百合\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=9\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n\n{\"title\":\"女生小说\",\"url\":\"/booknv/<,index_{{page-1}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n\n{\"title\":\"都市言情\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=14\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代言情\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=16\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越重生\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=15\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻仙侠\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=59\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青春同人\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=11\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游科幻\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=67\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n\n{\"title\":\"男生小说\",\"url\":\"/bookna/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n\n{\"title\":\"玄幻奇幻\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=77\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠仙侠\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=10\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市重生\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=24\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=87\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖推理\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻网游\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=86\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"热门榜单\",\"url\":\"/images/rph.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}}\n]",
    "header": "",
    "lastUpdateTime": 1745389499222,
    "respondTime": 1783,
    "ruleBookInfo": {
      "author": ".mlist li.1@textNodes",
      "coverUrl": "",
      "intro": ".conten@html##(?:简介|文案).([\\s\\S]+?)<br><br>##$1###",
      "kind": "{{@@.listcd@textNodes##\\> |\\ > .*}}\n{{@@.mlist li.0@textNodes}}",
      "lastChapter": "",
      "name": "h1@text##\\(.*\\)",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".conten@html",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "h1@text||a.1@text##.*\\(|\\)",
      "bookList": ".man_first li||.morelist li",
      "bookUrl": "h1 a.0@href||a.1@href||a@href",
      "intro": "p@text",
      "kind": "h3@text||a.0@text",
      "name": "h1@text||a.1@text||a@text##\\(.*\\)|\\s*完结|\\+番外",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a.1@text##.*\\(|\\)",
      "bookList": ".morelist li",
      "bookUrl": "a.1@href",
      "checkKeyWord": "",
      "intro": "",
      "kind": "a.0@text",
      "name": "a.1@text##\\(.*\\)|\\s|金推|完结|\\+*番外|\\[\\]",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "@js:\npage=result.match(/<b>(\\d*)<\\/b>\\/<b>(\\d+)<\\/b>/)[2];\n//java.log(page)\nlist=[];\nlist.push({text:'第1页',href:baseUrl});\nif(page>=2){\nfor(var i=2;i<=page;i++){\nhref1=baseUrl.replace(/.html/,'')+'_'+i+'.html';\nlist.push({text:'第'+i+'页',href:href1});\n}\n}\nlist",
      "chapterName": "text",
      "chapterUrl": "href",
      "isPay": "",
      "isVip": "",
      "nextTocUrl": "",
      "preUpdateJs": ""
    },
    "searchUrl": "https://qubook.org/e/search/index.php,{\n  \"body\": \"show=title%2Cnewstext&keyboard={{key.slice(0,6)}}\",\n  \"method\": \"POST\"\n}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "// Error: 下载链接为空\n\nError: 下载链接为空",
    "bookSourceGroup": "漫画",
    "bookSourceName": "知音漫客",
    "bookSourceType": 3,
    "bookSourceUrl": "https://getcomicinfo-globalapi.zymk.cn",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1378,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "                                                      热血                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=5&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=5&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=5&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=5&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=5&page={{page}}&sort=monthly_ticket\n                                                      搞笑                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=6&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=6&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=6&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=6&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=6&page={{page}}&sort=monthly_ticket\n                                                      玄幻                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=7&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=7&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=7&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=7&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=7&page={{page}}&sort=monthly_ticket\n                                                      生活                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=8&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=8&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=8&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=8&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=8&page={{page}}&sort=monthly_ticket\n                                                      恋爱                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=9&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=9&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=9&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=9&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=9&page={{page}}&sort=monthly_ticket\n                                                      动作                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=10&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=10&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=10&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=10&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=10&page={{page}}&sort=monthly_ticket\n                                                      科幻                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=11&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=11&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=11&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=11&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=11&page={{page}}&sort=monthly_ticket\n                                                      战争                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=12&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=12&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=12&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=12&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=12&page={{page}}&sort=monthly_ticket\n                                                      悬疑                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=13&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=13&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=13&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=13&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=13&page={{page}}&sort=monthly_ticket\n                                                      恐怖                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=14&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=14&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=14&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=14&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=14&page={{page}}&sort=monthly_ticket\n                                                      校园                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=15&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=15&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=15&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=15&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=15&page={{page}}&sort=monthly_ticket\n                                                      历史                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=16&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=16&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=16&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=16&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=16&page={{page}}&sort=monthly_ticket\n                                                      穿越                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=17&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=17&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=17&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=17&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=17&page={{page}}&sort=monthly_ticket\n                                                      体育                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=19&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=19&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=19&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=19&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=19&page={{page}}&sort=monthly_ticket\n                                                      都市                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=20&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=20&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=20&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=20&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=20&page={{page}}&sort=monthly_ticket\n                                                      漫改                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=22&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=22&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=22&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=22&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=22&page={{page}}&sort=monthly_ticket\n                                                      修真                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=53&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=53&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=53&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=53&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=53&page={{page}}&sort=monthly_ticket\n                                                      霸总                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=62&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=62&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=62&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=62&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=62&page={{page}}&sort=monthly_ticket\n                                                      古风                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=63&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=63&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=63&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=63&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=63&page={{page}}&sort=monthly_ticket\n                                                      游戏                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=64&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=64&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=64&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=64&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=64&page={{page}}&sort=monthly_ticket\n                                                      真人                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=65&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=65&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=65&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=65&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=65&page={{page}}&sort=monthly_ticket\n                                                      武侠                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=66&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=66&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=66&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=66&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=66&page={{page}}&sort=monthly_ticket\n                                                      连载                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=23&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=23&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=23&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=23&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=23&page={{page}}&sort=monthly_ticket\n                                                      完结                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=24&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=24&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=24&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=24&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=24&page={{page}}&sort=monthly_ticket\n                                                      短篇                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=57&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=57&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=57&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=57&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=57&page={{page}}&sort=monthly_ticket\n                                                      少男                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=25&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=25&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=25&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=25&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=25&page={{page}}&sort=monthly_ticket\n                                                      少女                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=26&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=26&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=26&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=26&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=26&page={{page}}&sort=monthly_ticket\n                                                      青年                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=27&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=27&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=27&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=27&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=27&page={{page}}&sort=monthly_ticket\n                                                      知音漫客                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=28&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=28&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=28&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=28&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=28&page={{page}}&sort=monthly_ticket\n                                                      漫客栈                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=51&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=51&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=51&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=51&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=51&page={{page}}&sort=monthly_ticket\n                                                      神漫                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=29&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=29&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=29&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=29&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=29&page={{page}}&sort=monthly_ticket\n                                                      飒漫画                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=30&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=30&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=30&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=30&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=30&page={{page}}&sort=monthly_ticket\n                                                      飒漫乐园                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=52&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=52&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=52&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=52&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=52&page={{page}}&sort=monthly_ticket\n                                                      其他                                                      ::\n更新::/app_api/v5/getsortlist_new/?type=58&page={{page}}&sort=date\n人气::/app_api/v5/getsortlist_new/?type=58&page={{page}}&sort=click\n评分::/app_api/v5/getsortlist_new/?type=58&page={{page}}&sort=score\n打赏::/app_api/v5/getsortlist_new/?type=58&page={{page}}&sort=gold\n月票::/app_api/v5/getsortlist_new/?type=58&page={{page}}&sort=monthly_ticket",
    "header": "",
    "lastUpdateTime": 1660459534083,
    "loginUrl": "",
    "respondTime": 180104,
    "ruleBookInfo": {
      "author": "author_name",
      "coverUrl": "https://image.zymkcdn.com/file/cover/000/{{a=(Array(6).join('0')+(result.comic_id)).slice(-6);a.slice(0,3)+'/'+a.slice(3)}}_3_4.jpg-600x800.jpg.webp",
      "init": "data",
      "intro": "desc",
      "kind": "comic_type[*].name",
      "name": "comic_name",
      "wordCount": "🔥 {{$.total_click}}"
    },
    "ruleContent": {
      "content": "@js:\nhtml=\"\";\ni=1\nwhile(i<=java.get('end_var')){\nhtml+=\"<img src=\\\"\"+baseUrl+i+\".jpg-zymk.high.webp\\\"\"+\"/>\\n\"\ni++;\n}\nhtml",
      "imageStyle": "FULL"
    },
    "ruleExplore": {
      "bookList": "data.page.comic_list",
      "bookUrl": "https://getcomicinfo-globalapi.zymk.cn/app_api/v5/getcomicinfo/?comic_id={{$.comic_id}}&client-type=android&productname=zymk&platformname=android&client-channel=web_down&loglevel=3&client-version=6.0.0",
      "coverUrl": "https://image.zymkcdn.com/file/cover/000/{{a=(Array(6).join('0')+(result.comic_id)).slice(-6);a.slice(0,3)+'/'+a.slice(3)}}_3_4.jpg-300x400.jpg.webp",
      "intro": "comic_feature@js:result+' ★'+Math.round({{$.score}})/10",
      "lastChapter": "last_chapter.name",
      "name": "comic_name"
    },
    "ruleSearch": {
      "bookList": "data.page.comic_list",
      "bookUrl": "https://getcomicinfo-globalapi.zymk.cn/app_api/v5/getcomicinfo/?comic_id={{$.comic_id}}&client-type=android&productname=zymk&platformname=android&client-channel=web_down&loglevel=3&client-version=6.0.0",
      "coverUrl": "https://image.zymkcdn.com/file/cover/000/{{a=(Array(6).join('0')+(result.comic_id)).slice(-6);a.slice(0,3)+'/'+a.slice(3)}}_3_4.jpg-300x400.jpg.webp",
      "intro": "comic_feature@js:result+' ★'+Math.round({{$.score}})/10",
      "lastChapter": "last_chapter.name",
      "name": "comic_name"
    },
    "ruleToc": {
      "chapterList": "-data.chapter_list[*]",
      "chapterName": "{{$.chapter_name}} {{$.chapter_title}}",
      "chapterUrl": "http://mhpic.xiaomingtaiji.net/comic/{{$.chapter_addr}}@put:{end_var:$.end_var}"
    },
    "searchUrl": "/app_api/v5/getsortlist_new/?key={{key}}&type=&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "八一中文②",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.zwduxs.com#♤yc",
    "bookUrlPattern": "http?://www\\.zwduxs\\.com(/html)?/\\d+_\\d+/?",
    "customButton": false,
    "customOrder": 1379,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻\",\"url\":\"/xuanhuanxiaoshuo/1_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"修真\",\"url\":\"/xiuzhenxiaoshuo/2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"/dushixiaoshuo/3_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越\",\"url\":\"/chuanyuexiaoshuo/4_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"网游\",\"url\":\"/wangyouxiaoshuo/5_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻\",\"url\":\"/kehuanxiaoshuo/6_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1732973990342,
    "loginUrl": "",
    "respondTime": 1540,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content##小说|\\s.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": "[property=\"og:novel:book_name\"]@content##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleContent": {
      "content": "#content@html",
      "nextContentUrl": "",
      "replaceRegex": "##您可以在百.*最新章节."
    },
    "ruleExplore": {
      "author": ".s5@text",
      "bookList": ".l li",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.zwduxs.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": ".s3@textNodes##\\(|\\)",
      "lastChapter": "a.1@text",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "#nr",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.zwduxs.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "td.5:4@text",
      "lastChapter": "td.1@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": "td.0@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说",
      "wordCount": "td.3@text"
    },
    "ruleToc": {
      "chapterList": "#list dd a",
      "chapterName": "text##正文卷.|正文.|VIP章节.|免费章节.|VIP卷.|默认卷.|章节目录.|免费章节.",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"method\": \"POST\",\n  \"body\": \"searchkey={{key}}&searchtype=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "用一程大佬的源改的。\n————————\n小说交流群462030508\nA群637775313不加人。若群炸了查看此群群资料找新家。\n内容取自网络，仅供学习参考试用，请24小时内删除。找到感兴趣的书籍请支持正版支持作者。",
    "bookSourceGroup": "免费",
    "bookSourceName": "贼吧小说（导入）",
    "bookSourceType": 3,
    "bookSourceUrl": "https://www.zei8.vip##ycmd",
    "customButton": false,
    "customOrder": 1380,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"男频\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"最新男主\",\"url\":\"/txt/Nbtop100/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"本周热门\",\"url\":\"/txt/Wbtop100/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"本月热门\",\"url\":\"/txt/Mbtop100/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"小说排行\",\"url\":\"/txt/btop100/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"东方玄幻\",\"url\":\"/xuanhuan/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"传统武侠\",\"url\":\"/chuantongwuxia/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖惊悚\",\"url\":\"/kongbujing/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"现代都市\",\"url\":\"/xiandaidushi/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"人物传记\",\"url\":\"/renwuchuanji/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游动漫\",\"url\":\"/wangyoudongman/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"军事历史\",\"url\":\"/junshilishi/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"热点资源\",\"url\":\"/redianziyuan/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"西方奇幻\",\"url\":\"/xifangqihuan/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"仙侠修真\",\"url\":\"/xianxiaxiuzhen/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"侦探推理\",\"url\":\"/zhentantuili/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"经典科幻\",\"url\":\"/jingdiankehuan/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"名著杂志\",\"url\":\"/mingzhuzazhi/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"女频\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"最新女主\",\"url\":\"/txt/Ngtop100/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"本周热门\",\"url\":\"/txt/Wgtop100/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"本月热门\",\"url\":\"/txt/Mgtop100/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"小说排行\",\"url\":\"/txt/gtop100/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史穿越\",\"url\":\"/lishichuanyue/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"传统言情\",\"url\":\"/chuantongyanqing/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市社会\",\"url\":\"/dushishehui/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"幻想现言\",\"url\":\"/huanxiangxianyan/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"耽美百合\",\"url\":\"/danmeibaihe/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1721212872412,
    "respondTime": 4390,
    "ruleBookInfo": {
      "author": ".infolist span.-1@text",
      "canReName": "https://txt.zei8.vip/d/file/soft/20180927/《三千美娇娘》txt全本精校版(www.zei8.me).zip\n",
      "coverUrl": ".picview img@src",
      "downloadUrls": "text.本地高速下载@href\n<js>java.ajax(\"https://www.zei8.vip\"+result.get(0))</js>\n.panel-body.0@.downfile@a@href",
      "intro": ".content!1@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".place a.2@text&&.infolist span.2@text",
      "lastChapter": "",
      "name": ".viewbox h2@text##《|》.*",
      "tocUrl": "text.本地高速下载@href",
      "wordCount": ".infolist span.0@text"
    },
    "ruleContent": {
      "content": "@js:content=java.getString(\".plus_l li:not(:has(span))@html\",false)+'<br> ━ 长按选择浏览器打开下载 ━ <br>'+java.getElements(\".downfile a\")\n.toArray()\n.map(a => '【' + a.text() + '】' + a.attr('href'))\n.join('\\n');",
      "nextContentUrl": "",
      "replaceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "small.1@text",
      "bookList": ".e2 li||.etop li",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": ".intro@text##\\s",
      "kind": "small.0@text##.*：",
      "name": "a.1@text##《|》.*|【.*",
      "wordCount": "small.2@text##.*："
    },
    "ruleSearch": {
      "author": "",
      "bookList": ".item",
      "bookUrl": "a@href",
      "checkKeyWord": "",
      "intro": "p.0@text",
      "kind": "span@text##\\s.*",
      "name": "a@text##《|》.*|【.*"
    },
    "ruleToc": {
      "chapterList": "h2",
      "chapterName": "text##《|》.*",
      "chapterUrl": "",
      "isVip": "",
      "isVolume": ""
    },
    "searchUrl": "/e/sch/index.php?page={{page-1}}&keyboard={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版",
    "bookSourceName": "bak㊣ 飞卢小说 ",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.faloo.com#♤yc",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1381,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单·全部\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"最新\",\"url\":\"/y_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击\",\"url\":\"/y_0_0_0_0_0_1_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击\",\"url\":\"/y_0_0_0_0_0_2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总点击\",\"url\":\"/y_0_0_0_0_0_3_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周打赏\",\"url\":\"/y_0_0_0_0_0_13_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月打赏\",\"url\":\"/y_0_0_0_0_0_17_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总打赏\",\"url\":\"/y_0_0_0_0_0_18_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"催更榜\",\"url\":\"/y_0_0_0_0_0_19_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周鲜花\",\"url\":\"/y_0_0_0_0_0_4_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月鲜花\",\"url\":\"/y_0_0_0_0_0_5_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总鲜花\",\"url\":\"/y_0_0_0_0_0_6_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周收藏\",\"url\":\"/y_0_0_0_0_0_7_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月收藏\",\"url\":\"/y_0_0_0_0_0_8_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总收藏\",\"url\":\"/y_0_0_0_0_0_9_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月字数\",\"url\":\"/y_0_0_0_0_0_12_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总字数\",\"url\":\"/y_0_0_0_0_0_10_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"新书PK榜\",\"url\":\"/y_0_0_0_0_0_66_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月票\",\"url\":\"/y_0_0_0_0_0_15_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻·全部\",\"url\":\"/y_1_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"异世大陆\",\"url\":\"/y_1_28_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"东方玄幻\",\"url\":\"/y_1_29_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"神话传说\",\"url\":\"/y_1_50_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"转世重生\",\"url\":\"/y_1_30_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"王朝争霸\",\"url\":\"/y_1_31_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"上古神话\",\"url\":\"/y_1_56_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"变身情缘\",\"url\":\"/y_1_32_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"穿越附身\",\"url\":\"/y_1_81_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"武侠仙侠·全部\",\"url\":\"/y_6_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"传统武侠\",\"url\":\"/y_6_26_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠修真\",\"url\":\"/y_6_25_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"浪子异侠\",\"url\":\"/y_6_27_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古典仙侠\",\"url\":\"/y_6_78_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"星际修真\",\"url\":\"/y_6_79_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代修真\",\"url\":\"/y_6_80_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"同人小说·全部\",\"url\":\"/y_44_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"动漫同人\",\"url\":\"/y_44_69_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"小说同人\",\"url\":\"/y_44_53_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"影视同人\",\"url\":\"/y_44_52_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"耽美小说\",\"url\":\"/y_44_68_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"都市言情·全部\",\"url\":\"/y_4_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"浪漫言情\",\"url\":\"/y_4_13_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市生活\",\"url\":\"/y_4_14_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市异能\",\"url\":\"/y_4_45_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"商海沉浮\",\"url\":\"/y_4_15_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"宦海风云\",\"url\":\"/y_4_17_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"职场生涯\",\"url\":\"/y_4_16_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"豪门恩怨\",\"url\":\"/y_4_18_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"军事历史·全部\",\"url\":\"/y_3_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"穿越时空\",\"url\":\"/y_3_71_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"架空历史\",\"url\":\"/y_3_19_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"历史传记\",\"url\":\"/y_3_72_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"三国梦想\",\"url\":\"/y_3_73_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"人文历史\",\"url\":\"/y_3_74_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代战争\",\"url\":\"/y_3_20_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"战争幻想\",\"url\":\"/y_3_76_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"特种军旅\",\"url\":\"/y_3_21_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"科幻网游·全部\",\"url\":\"/y_2_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"虚拟网游\",\"url\":\"/y_2_33_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"电子竞技\",\"url\":\"/y_2_70_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"超黑科技\",\"url\":\"/y_2_101_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"星际科幻\",\"url\":\"/y_2_102_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"足球运动\",\"url\":\"/y_2_36_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"篮球运动\",\"url\":\"/y_2_35_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"其它竞技\",\"url\":\"/y_2_34_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"恐怖灵异·全部\",\"url\":\"/y_5_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"恐怖惊悚\",\"url\":\"/y_5_24_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"推理悬念\",\"url\":\"/y_5_22_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"灵异神怪\",\"url\":\"/y_5_23_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"神秘时空\",\"url\":\"/y_5_65_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"青春校园·全部\",\"url\":\"/y_7_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"菁菁校园\",\"url\":\"/y_7_10_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园言情\",\"url\":\"/y_7_11_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"另类校园\",\"url\":\"/y_7_12_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"贵爵童话\",\"url\":\"/y_7_90_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"魔法校园\",\"url\":\"/y_7_55_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园同人\",\"url\":\"/y_7_89_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"女生小说·全部\",\"url\":\"/y_54_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"古色添香\",\"url\":\"/y_54_91_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市豪门\",\"url\":\"/y_54_92_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"纯爱耽美\",\"url\":\"/y_54_93_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越架空\",\"url\":\"/y_54_94_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"豪门恩怨\",\"url\":\"/y_54_95_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"幻想精灵\",\"url\":\"/y_54_96_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古典言情\",\"url\":\"/y_54_48_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"轻小说·全部\",\"url\":\"/y_97_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"轻幻想\",\"url\":\"/y_97_98_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"重幻想\",\"url\":\"/y_97_99_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"日常类\",\"url\":\"/y_97_100_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"短篇其他·全部\",\"url\":\"/y_9_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"历史演义\",\"url\":\"/y_9_47_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"散文诗词\",\"url\":\"/y_9_58_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"休闲美文\",\"url\":\"/y_9_59_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"杂文笔记\",\"url\":\"/y_9_41_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"短篇小说\",\"url\":\"/y_9_42_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"改编剧本\",\"url\":\"/y_9_63_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"其他\",\"url\":\"/y_9_43_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"榜单·完本\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"最新\",\"url\":\"/y_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击\",\"url\":\"/y_0_0_0_0_2_1_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击\",\"url\":\"/y_0_0_0_0_2_2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总点击\",\"url\":\"/y_0_0_0_0_2_3_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周打赏\",\"url\":\"/y_0_0_0_0_2_13_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月打赏\",\"url\":\"/y_0_0_0_0_2_17_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总打赏\",\"url\":\"/y_0_0_0_0_2_18_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"催更榜\",\"url\":\"/y_0_0_0_0_2_19_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周鲜花\",\"url\":\"/y_0_0_0_0_2_4_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月鲜花\",\"url\":\"/y_0_0_0_0_2_5_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总鲜花\",\"url\":\"/y_0_0_0_0_2_6_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周收藏\",\"url\":\"/y_0_0_0_0_2_7_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月收藏\",\"url\":\"/y_0_0_0_0_2_8_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总收藏\",\"url\":\"/y_0_0_0_0_2_9_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月字数\",\"url\":\"/y_0_0_0_0_2_12_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总字数\",\"url\":\"/y_0_0_0_0_2_10_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"新书PK榜\",\"url\":\"/y_0_0_0_0_2_66_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月票\",\"url\":\"/y_0_0_0_0_2_15_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻·完本\",\"url\":\"/y_1_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"异世大陆\",\"url\":\"/y_1_28_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"东方玄幻\",\"url\":\"/y_1_29_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"神话传说\",\"url\":\"/y_1_50_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"转世重生\",\"url\":\"/y_1_30_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"王朝争霸\",\"url\":\"/y_1_31_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"上古神话\",\"url\":\"/y_1_56_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"变身情缘\",\"url\":\"/y_1_32_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"穿越附身\",\"url\":\"/y_1_81_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"武侠仙侠·完本\",\"url\":\"/y_6_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"传统武侠\",\"url\":\"/y_6_26_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠修真\",\"url\":\"/y_6_25_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"浪子异侠\",\"url\":\"/y_6_27_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古典仙侠\",\"url\":\"/y_6_78_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"星际修真\",\"url\":\"/y_6_79_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代修真\",\"url\":\"/y_6_80_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"同人小说·完本\",\"url\":\"/y_44_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"动漫同人\",\"url\":\"/y_44_69_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"小说同人\",\"url\":\"/y_44_53_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"影视同人\",\"url\":\"/y_44_52_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"耽美小说\",\"url\":\"/y_44_68_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"都市言情·完本\",\"url\":\"/y_4_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"浪漫言情\",\"url\":\"/y_4_13_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市生活\",\"url\":\"/y_4_14_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市异能\",\"url\":\"/y_4_45_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"商海沉浮\",\"url\":\"/y_4_15_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"宦海风云\",\"url\":\"/y_4_17_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"职场生涯\",\"url\":\"/y_4_16_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"豪门恩怨\",\"url\":\"/y_4_18_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"军事历史·完本\",\"url\":\"/y_3_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"穿越时空\",\"url\":\"/y_3_71_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"架空历史\",\"url\":\"/y_3_19_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"历史传记\",\"url\":\"/y_3_72_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"三国梦想\",\"url\":\"/y_3_73_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"人文历史\",\"url\":\"/y_3_74_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代战争\",\"url\":\"/y_3_20_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"战争幻想\",\"url\":\"/y_3_76_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"特种军旅\",\"url\":\"/y_3_21_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"科幻网游·完本\",\"url\":\"/y_2_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"虚拟网游\",\"url\":\"/y_2_33_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"电子竞技\",\"url\":\"/y_2_70_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"超黑科技\",\"url\":\"/y_2_101_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"星际科幻\",\"url\":\"/y_2_102_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"足球运动\",\"url\":\"/y_2_36_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"篮球运动\",\"url\":\"/y_2_35_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"其它竞技\",\"url\":\"/y_2_34_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"恐怖灵异·完本\",\"url\":\"/y_5_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"恐怖惊悚\",\"url\":\"/y_5_24_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"推理悬念\",\"url\":\"/y_5_22_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"灵异神怪\",\"url\":\"/y_5_23_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"神秘时空\",\"url\":\"/y_5_65_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"青春校园·完本\",\"url\":\"/y_7_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"菁菁校园\",\"url\":\"/y_7_10_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园言情\",\"url\":\"/y_7_11_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"另类校园\",\"url\":\"/y_7_12_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"贵爵童话\",\"url\":\"/y_7_90_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"魔法校园\",\"url\":\"/y_7_55_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园同人\",\"url\":\"/y_7_89_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"女生小说·完本\",\"url\":\"/y_54_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"古色添香\",\"url\":\"/y_54_91_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市豪门\",\"url\":\"/y_54_92_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"纯爱耽美\",\"url\":\"/y_54_93_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越架空\",\"url\":\"/y_54_94_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"豪门恩怨\",\"url\":\"/y_54_95_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"幻想精灵\",\"url\":\"/y_54_96_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古典言情\",\"url\":\"/y_54_48_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"轻小说·完本\",\"url\":\"/y_97_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"轻幻想\",\"url\":\"/y_97_98_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"重幻想\",\"url\":\"/y_97_99_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"日常类\",\"url\":\"/y_97_100_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"短篇其他·完本\",\"url\":\"/y_9_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"历史演义\",\"url\":\"/y_9_47_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"散文诗词\",\"url\":\"/y_9_58_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"休闲美文\",\"url\":\"/y_9_59_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"杂文笔记\",\"url\":\"/y_9_41_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"短篇小说\",\"url\":\"/y_9_42_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"改编剧本\",\"url\":\"/y_9_63_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"其他\",\"url\":\"/y_9_43_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}}]",
    "lastUpdateTime": 1731056607562,
    "loginUrl": "https://u.faloo.com/regist/login.aspx?backUrl=https%3a%2f%2fwap.faloo.com%2f",
    "respondTime": 1424,
    "ruleBookInfo": {
      "author": ".info a.0@text",
      "coverUrl": ".cover_box img@src",
      "intro": "   标签：{{@class.tagList.0@text}}{{'\\n'+'​'}}\n{{@#novel_intro@html}}##展开收起|飞卢小说(.|\\n)*",
      "kind": ".info a.1@text&&.info .tag@text&&.info li.4@text##.*：|\\s.*|小说",
      "lastChapter": ".newNode@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": ".info h1@text",
      "tocUrl": ".btnLayout@a.1@href",
      "wordCount": ".info li.2@textNodes##\\s.*"
    },
    "ruleContent": {
      "content": ".nodeContent@p@html",
      "imageStyle": "FULL",
      "replaceRegex": "##本书来自.*|本书由飞卢.*|用飞卢.*",
      "sourceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".nl_r1_author a.0@text",
      "bookList": ".novelList li",
      "bookUrl": "a.1@href",
      "coverUrl": "img.0@src",
      "intro": "a.2@text",
      "kind": ".nl_r1_author a.1@text&&em@text&&.date@text&&.tag@text",
      "name": "a.1@text",
      "wordCount": "i.0@text"
    },
    "ruleToc": {
      "chapterList": ".v_nodeList li",
      "chapterName": "a@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "chapterUrl": "a@href",
      "isVip": "i@html"
    },
    "searchUrl": "/search_0_{{page}}.html?t=1&k={{key}},{\n'charset': 'gb2312'\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "//by 尐哖(2023.05.29)\n//Thomas(2023.06.04)改\n//阅读版本不能太旧，必须有java.HMacBase64。\n//获取正文链接需要加密参数，章节多了加载会很慢，请耐心等待\nurl = `https://xgmf.zuanqianyi.com/glory/free/${uid},`;\nbody = JSON.stringify(body);\nsign = java.HMacBase64(body+\"8cfaaedef7a7e24a716732ff5428958f\",\"HmacSHA256\",\"wj3imab73kwceuf51lf01ORHe2cmo8X0YrZwF4p2uv3WEfmqxrT2oIBwRFRNErXW20UKal15ZTDdxPKU43puZFqcuXkvrQmadhp1wn6YPEDO4WRgInp8NNNQo4uNsWF1CELOzx7yPOS4pQbhTRWB4qRm0a4ENIegN0SH7K2STbsyaCuWh7m7s3rTpb5dK3CcDdsT35vo0xNbPZI2dJmKoIeKk9p3YhBLNWp9WoZqn9Qihpvn4nvgJzVSacgy2MTo\");\nurl + JSON.stringify({\n  \"body\": body,\n  \"headers\": {\n    \"sign\": sign\n  },\n  \"method\": \"POST\"\n});",
    "bookSourceGroup": "免费",
    "bookSourceName": "西瓜小说[api]",
    "bookSourceType": 0,
    "bookSourceUrl": "https://xgmf.zuanqianyi.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1382,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: 1,\n\t\t\t\tlayout_flexBasisPercent: type\n\t\t\t}\n\t});\n$$=(flag,cid,tid,status)=>`@js:\nuid = 1166;\nbody = {\n\tflag: ${flag},\n\tsize: 15,\n\tindex: page,\n\tsort: 1,\n\ttid: \"${tid}\",\n\tstatus: \"${status}\",\n\tcid: ${cid}\n}\neval(String(source.bookSourceComment));`;\n[\n[\"男\",[\n[\"都市\",70,[\n[\"乡土生活\",538],\n[\"都市生活\",539],\n[\"古玩鉴宝\",540],\n[\"明星仕商\",541],\n[\"异术超能\",543],\n[\"高手激战\",545],\n[\"医道圣手\",546],\n[\"风水玄术\",548]\n]],\n[\"玄幻\",64,[\n[\"东方玄幻\",512],\n[\"异世大陆\",513],\n[\"斗气世界\",514],\n[\"王朝争霸\",515]\n]],\n[\"仙侠\",65,[\n[\"古典仙侠\",516],\n[\"奇幻修真\",517],\n[\"洪荒封神\",518],\n[\"现代修真\",519]\n]],\n[\"历史\",69,[\n[\"上古先秦\",531],\n[\"两宋元明\",532],\n[\"两晋隋唐\",533],\n[\"架空历史\",535],\n[\"清史民国\",536],\n[\"秦汉三国\",537]\n]],\n[\"悬疑\",86,[\n[\"原创灵异\",606],\n[\"悬疑推理\",607]\n]],\n[\"科幻\",67,[\n[\"时空穿梭\",522],\n[\"星际战争\",523],\n[\"未来世界\",524],\n[\"变异末世\",525],\n[\"机甲科技\",526]\n]],\n[\"游戏\",73,[\n[\"游戏生涯\",554],\n[\"虚拟网游\",555]\n]]\n]],\n\n[\"女\",[\n[\"现代言情\",83,[\n[\"总裁豪门\",577],\n[\"都市纯爱\",578],\n[\"重生甜宠\",579],\n[\"年代文\",838]\n]],\n[\"古代言情\",85,[\n[\"古色古香\",585],\n[\"女尊女强\",586],\n[\"重生逆袭\",587],\n[\"宫斗宅斗\",588],\n[\"清穿民国\",589],\n[\"种田经商\",590],\n[\"穿越时空\",591]\n]],\n[\"幻想言情\",84,[\n[\"仙侠幻情\",581],\n[\"魔法异界\",584]\n]],\n[\"青春校园\",82,[\n[\"贵族学院\",575],\n[\"青春纯爱\",576]\n]],\n[\"快穿次元\",79,[\n[\"快穿次元\",611]\n]]\n]]].map([title,list]=>{\n\t\tpush(''+title+'生频道',null,1);\n\t\tlist.map([title,cid,list]=>{\n\t\t\t\tflag = 1;\n\t\t\t\tpush(''+title+'',$$(flag,cid,\"\",\"\"),1);\n\t\t\t\tlist.map([title,tid]=>{\n\t\t\t\t\t\tflag = 0;\n\t\t\t\t\t\t[\"[\"+title+\"]\",\"完结\",\"连载\"].map((title,status)=>{\n\t\t\t\t\t\t\t\tstatus = status?status-1:\"\";\n\t\t\t\t\t\t\t\tpush(title,$$(flag,cid,tid,status),0.25);\n\t\t\t\t\t\t\t});\n\t\t\t\t\t});\n\t\t\t});\n\t});\nJSON.stringify(sort);",
    "header": "{\n\t\"uid\":\"1707428184\",\n\t\"pname\":\"com.dzmf.zmfxsdq\",\n\t\"signtype\": \"1\",\n\t\"user-agent\":\"okhttp/3.12.1\"\n}",
    "lastUpdateTime": 1742798829288,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 1495,
    "ruleBookInfo": {
      "author": "$.book.author",
      "canReName": "",
      "coverUrl": "$..coverWap",
      "init": "$.data",
      "intro": "&nbsp;{{$..introduction##[\\u0020]+##<br>}}\n📍版权来自{{$..copyright}}",
      "kind": "{{$..score}}分\n{{$..bookTypeName}}\n连载{{$..status}}完结\n{{$..lastChapterUtime}}\n##连载1|0完结| .*",
      "lastChapter": "{{$.lastChapter.chapterName}} • {{$..lastChapterUtime## .*}}",
      "name": "$.book.bookName",
      "tocUrl": "@js:\nuid = 111;\nbody = {\n\tbookId: {{$..bookId}}\n}\neval(String(source.bookSourceComment));",
      "wordCount": "{$.book.totalWordSize}字"
    },
    "ruleContent": {
      "content": "<js>\nvar javaImport = new JavaImporter();\njavaImport.importPackage(\n    Packages.java.lang,\n    Packages.java.security,\n    Packages.java.security.spec,\n    Packages.java.io,\n    Packages.java.util\n);\nwith(javaImport){\n    function encode(str){\n    \t//该方法由💖尐哖💖提供\njmkey=[48,-126,4,-65,2,1,0,48,13,6,9,42,-122,72,-122,-9,13,1,1,1,5,0,4,-126,4,-87,48,-126,4,-91,2,1,0,2,-126,1,1,0,-118,121,-93,-123,61,113,-87,-20,-33,52,-70,-125,-13,67,-61,92,-49,-41,-14,60,-49,31,-68,-88,-7,-38,-52,-62,-31,-76,-123,90,-28,-70,-23,-106,93,-93,-5,-57,22,62,51,45,-88,80,-38,-55,75,-3,-73,-96,65,-15,-110,11,-121,-91,105,-91,-11,-62,-111,96,17,-68,-82,113,-116,-82,-108,51,-100,31,61,14,-26,-5,-48,14,-36,-110,-90,113,46,-31,-67,-64,95,98,95,-123,2,-83,16,-105,74,-42,-100,3,-125,53,126,-72,-72,-76,79,108,1,-71,-82,-51,0,60,-94,84,-65,73,-44,-88,-107,-81,44,3,40,-33,-87,114,88,21,-53,111,-84,-88,-83,112,41,101,-118,50,22,-74,29,47,-51,-106,-89,-26,55,44,66,118,-7,-45,-72,78,-125,-37,73,72,-80,-11,38,-82,65,54,103,9,43,-106,-88,-81,29,50,56,-127,104,122,56,-38,-93,-76,-12,-99,-17,-87,97,-128,21,118,-78,-13,-67,15,-74,-116,71,63,122,5,-59,120,93,90,-104,116,21,-13,108,10,-50,-103,-33,-21,125,113,86,-73,46,-84,-92,106,-86,8,23,7,95,-65,80,83,6,-85,53,85,-85,43,-73,41,-84,-10,76,106,-36,119,99,-125,121,-92,-122,-94,-73,-15,125,115,120,-63,2,3,1,0,1,2,-126,1,1,0,-121,-55,-103,-48,-55,28,-47,125,102,-81,37,10,-55,28,52,-47,-87,58,95,-34,-61,88,-94,-66,-84,43,-93,72,-94,-35,75,59,-125,57,-54,94,-39,-70,56,-27,-45,-24,-16,116,-96,45,-111,45,125,103,-15,-115,-93,-68,-121,-14,-24,116,10,-14,99,-39,4,-121,73,61,85,110,33,126,-5,-14,-45,-16,74,6,119,-8,-117,-32,86,-23,51,111,-97,-126,91,120,-19,-49,-32,76,-28,-1,-30,90,9,88,3,42,-22,-102,37,-122,108,16,-36,36,-44,88,73,-111,-38,-34,-102,108,50,27,-22,-3,-39,-78,41,-99,123,-110,63,108,85,22,-119,93,-85,-98,-114,70,-31,-120,-122,10,-92,-31,87,117,-119,-49,25,1,20,-42,-61,35,96,-41,-46,-50,-114,-31,-36,-21,95,-70,113,110,62,-28,62,76,36,-57,81,-21,100,36,124,-74,112,-52,-73,109,-117,37,-3,-40,-111,-102,-13,62,118,-93,-119,-118,-33,-82,20,53,64,-57,24,63,-113,-126,-61,-69,90,-72,-56,120,80,-95,-14,124,-2,74,80,53,22,3,57,61,113,-117,-5,-54,61,-1,-105,-96,-68,7,-98,-49,95,-61,-16,51,-65,82,66,-125,-66,-92,115,75,-116,32,14,68,-51,124,-126,32,-63,52,84,117,2,-127,-127,0,-15,-52,16,-109,-8,94,1,-65,14,-119,72,18,115,86,17,19,-68,-19,24,86,12,5,-97,55,-16,-75,84,110,-126,23,-33,-56,120,17,-32,-127,-106,-54,-27,54,20,40,92,70,-18,94,31,-79,-42,69,74,18,85,17,-64,-80,60,4,-102,23,36,-52,-112,124,11,-30,-15,5,-92,125,51,-42,26,109,27,-19,93,10,49,-48,-106,91,-38,12,-45,73,-44,-26,37,114,21,105,36,-38,96,39,-5,-8,-4,-70,-11,106,-107,69,68,14,-43,-123,-127,6,127,65,-25,-49,75,110,99,-50,-32,-33,-54,-26,117,125,-18,24,-89,107,2,-127,-127,0,-110,-101,-24,103,-95,2,-73,-114,-109,-97,107,126,-32,75,-124,-39,-92,-98,-127,-33,2,-65,49,-80,24,118,94,4,-117,122,-70,-41,-42,59,-90,-53,-81,-101,-57,75,-99,-67,-87,-67,-35,40,-66,53,-45,95,79,-10,-120,-111,71,-12,-110,76,-74,82,-79,83,-84,3,43,111,-44,-109,4,61,-22,3,99,113,113,-121,-15,-108,44,-32,-28,46,-83,-115,-99,-86,108,-111,3,-11,-43,121,67,-73,-68,99,107,55,-119,-77,20,-68,-77,98,-113,-21,39,-128,-21,119,113,57,-99,-30,-65,-128,-76,-100,40,8,39,-72,18,9,-17,-99,-89,-125,2,-127,-128,108,110,19,93,23,-70,-88,83,-46,35,-13,-30,-6,63,-75,70,-63,-87,29,9,-79,56,112,46,-8,-51,-120,0,74,108,-124,88,-12,-89,39,-93,85,72,-59,66,-36,5,65,100,57,-114,-111,-18,0,-27,111,-109,10,-4,-4,8,-53,-47,80,124,98,111,45,-73,-62,-24,-47,38,-77,-99,-59,-70,20,125,-85,81,101,48,-90,40,32,-43,45,-46,36,-119,-18,100,10,-108,-65,79,56,76,-119,100,68,-43,98,24,64,-25,-69,-22,-92,-37,118,26,-7,66,61,-99,3,99,-19,50,-94,-91,106,40,81,103,-55,118,96,104,67,-29,2,-127,-127,0,-121,39,-59,-77,-85,34,119,23,-80,-115,-38,42,-120,25,-10,-86,49,-15,-110,102,-122,0,-66,-116,-55,-80,109,114,33,39,-114,-110,37,-60,-82,58,-66,116,-116,-32,-17,-43,-122,99,43,60,65,70,27,-53,-107,75,0,-111,118,85,72,126,1,-30,-17,-24,-29,-3,-76,16,-113,86,-51,37,74,-45,-66,-36,57,62,-118,-3,-1,-11,127,70,108,-26,-51,-1,-21,-64,48,119,116,74,43,-100,121,-58,-23,115,-76,-76,-20,28,29,-1,114,15,-26,70,26,76,-19,-117,-95,59,5,50,96,-50,72,-75,99,-16,116,104,-58,-122,127,-125,2,-127,-127,0,-105,-116,-61,-50,-11,-71,-17,-45,114,88,67,113,51,37,-77,53,82,-22,36,70,-19,34,93,22,-103,-36,28,-47,-113,120,-57,4,-95,11,-82,-62,-127,13,115,93,104,-110,-44,39,42,-125,64,-111,53,-14,82,73,69,0,-66,37,-56,-115,3,-103,5,-69,55,75,-113,7,-18,-32,97,-56,28,85,-48,72,27,-115,119,63,1,41,115,-27,-73,24,-63,57,-72,107,-9,39,13,120,-75,-42,33,9,-39,-93,72,-122,66,33,-36,-1,-18,-102,11,-49,28,-61,-120,6,102,-37,-106,-6,5,-111,107,-76,49,78,-40,19,53,106,-37,-125];\nkey=KeyFactory.getInstance(\"RSA\").generatePrivate(new PKCS8EncodedKeySpec(jmkey));\n        var bArr=String(str).getBytes(\"UTF-8\");\n        signature = Signature.getInstance(\"SHA256WithRSA\");\n        signature.initSign(key);\n        signature.update(bArr);\n       return encodes(signature.sign());\n       }\n       function encodes(bArr){\n       \tvar bArr2=String(\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\").getBytes(\"UTF_8\");\n       bArr3 = [];\n        length = bArr.length - (bArr.length % 3);\n        i = 0;\n        i2 = 0;\n        while (i < length) {     \t\n            i3 = i + 1;\n            b2 = bArr[i];\n            i4 = i3 + 1;\n            b3 = bArr[i3];\n            i = i4 + 1;\n            b4 = bArr[i4];\n            i5 = i2 + 1;\n            bArr3[i2] = bArr2[(b2 & 255) >> 2];\n            i6 = i5 + 1;\n            bArr3[i5] = bArr2[((b2 & 3) << 4) | ((b3 & 255) >> 4)];\n            i7 = i6 + 1;\n            bArr3[i6] = bArr2[((b3 & 15) << 2) | ((b4 & 255) >> 6)];\n            i2 = i7 + 1;\n            bArr3[i7] = bArr2[b4 & 63];\n        }\n        length2 = bArr.length - length;\n        if (length2 == 1) {\n            b5 = bArr[i];\n            i8 = i2 + 1;\n            bArr3[i2] = bArr2[(b5 & 255) >> 2];\n            i9 = i8 + 1;\n            bArr3[i8] = bArr2[(b5 & 3) << 4];\n            b6 = 61;\n            bArr3[i9] = b6;\n            bArr3[i9 + 1] = b6;\n        } else if (length2 == 2) {\n            i10 = i + 1;\n            b7 = bArr[i];\n            b8 = bArr[i10];\n            i11 = i2 + 1;\n            bArr3[i2] = bArr2[(b7 & 255) >> 2];\n            i12 = i11 + 1;\n            bArr3[i11] = bArr2[((b7 & 3) << 4) | ((b8 & 255) >> 4)];\n            bArr3[i12] = bArr2[(b8 & 15) << 2];\n            bArr3[i12 + 1] = 61;\n        }\n        return new String(bArr3,\"UTF_8\");\n     }\n}\n\n$ = JSON.parse(baseUrl.replace(/^.+?,/,''));\n\nsign = encode(\"a\"+$.body+\"8cfaaedef7a7e24a716732ff5428958f\");\n\n$.headers.sign = sign;\n\nchapter.url = baseUrl = baseUrl.replace(/,.+/, ','+JSON.stringify($));\n\nresult = java.ajax(baseUrl);\njava.setContent(result, baseUrl);\nresult\n</js>\n$..cdnUrls[0]\n@js:\n'\\n' + java.ajax(result);",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data.searchList||$.data.bookList\n<js>\nconst _0xa39a=[\"amluZ2JhaQ==\",\"aHR0cHM6Ly9xeXl1YXBpLmNvbS8=\",\"aHR0cHM6Ly9nY29yZS5qc2RlbGl2ci5uZXQvZ2gveGlhb2hhbjIzMS9kZWNvZGVPYmZ1c2NhdG9yQG1haW4v\",\"aHR0cHM6Ly9mYXN0bHkuanNkZWxpdnIubmV0L2doL3hpYW9oYW4yMzEvZGVjb2RlT2JmdXNjYXRvckBtYWluLw==\",\"aHR0cHM6Ly9jZG4uanNkZWxpdnIubmV0L2doL3hpYW9oYW4yMzEvZGVjb2RlT2JmdXNjYXRvckBtYWluLw==\",\"aHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL3hpYW9oYW4yMzEvZGVjb2RlT2JmdXNjYXRvci9tYWluLw==\",\"aHR0cHM6Ly9yYXcuZ2l0bWlycm9yLmNvbS94aWFvaGFuMjMxL2RlY29kZU9iZnVzY2F0b3IvbWFpbi8=\",\"amluZ2JhaS5qc29u\",\"bWFw\",\"Z2V0\",\"bWQ1RW5jb2RlMTY=\",\"Y2FjaGVfYXBpX2ppbmdiYWk=\",\"Ym9keQ==\",\"aW5jbHVkZXM=\",\"5r+A5rS76K+35rGC6ZSZ6K+v\",\"cHV0\",\"bG9n\",\"Cua/gOa0u+ivt+axgumUmeivr++8jOiHquWKqOWwneivleWFtuS7lua/gOa0u+aOpeWPow==\",\"bGVuZ3Ro\",\"cGFyc2U=\",\"dGlwcw==\",\"Y2FjaGVfYXBpX2ppbmdiYWlfdHJ1ZQ==\",\"bm93\",\"bG9uZ1RvYXN0\",\"amF2YQ==\",\"bGFuZw==\",\"VGhyZWFk\",\"c2xlZXA=\"],_0x402a=function(_0xa39a84,_0x402a99){_0xa39a84=_0xa39a84-0x0;let _0x4230b4=_0xa39a[_0xa39a84];if(_0x402a.aNXmZm===void 0x0){(function(){let _0x1b3c40;try{const _0x2534e7=Function(\"return (function() {}.constructor(\\\"return this\\\")( ));\");_0x1b3c40=_0x2534e7()}catch(_0x8b999){_0x1b3c40=window}const _0x2feca1=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\";_0x1b3c40.atob||(_0x1b3c40.atob=function(_0x5cd655){const _0x3cfea0=String(_0x5cd655).replace(new RegExp(\"=+$\",\"\"),\"\");let _0x364f03=\"\";for(let _0x195d18=0x0,_0x1b84c5,_0x48727c,_0x10019c=0x0;_0x48727c=_0x3cfea0.charAt(_0x10019c++);~_0x48727c&&(_0x1b84c5=_0x195d18%0x4?_0x1b84c5*0x40+_0x48727c:_0x48727c,_0x195d18++%0x4)?_0x364f03+=String.fromCharCode(0xff&_0x1b84c5>>(-0x2*_0x195d18&0x6)):0x0)_0x48727c=_0x2feca1.indexOf(_0x48727c);return _0x364f03})})();_0x402a.Ngzgut=function(_0x4805d7){const _0x397870=atob(_0x4805d7);let _0x23b065=[];for(let _0x304c54=0x0,_0x3ad9ea=_0x397870.length;_0x304c54<_0x3ad9ea;_0x304c54++)_0x23b065+=\"%\"+(\"00\"+_0x397870.charCodeAt(_0x304c54).toString(0x10)).slice(-0x2);return decodeURIComponent(_0x23b065)};_0x402a.doLsPS={};_0x402a.aNXmZm=!0x0}const _0x4366de=_0x402a.doLsPS[_0xa39a84];_0x4366de===void 0x0?(_0x4230b4=_0x402a.Ngzgut(_0x4230b4),_0x402a.doLsPS[_0xa39a84]=_0x4230b4):_0x4230b4=_0x4366de;return _0x4230b4};function user_Check(){Account=_0x402a(\"0x0\");urls=[_0x402a(\"0x1\"),_0x402a(\"0x2\"),_0x402a(\"0x3\"),_0x402a(\"0x4\"),_0x402a(\"0x5\"),_0x402a(\"0x6\")];filepath=_0x402a(\"0x7\");Urls=urls[_0x402a(\"0x8\")](function(_0x1bd888){return _0x1bd888+filepath});apiBaseUrl=String(cache[_0x402a(\"0x9\")](java[_0x402a(\"0xa\")](_0x402a(\"0xb\")))||Urls[0x0]);let _0x17d184=\"\";try{_0x17d184=java[_0x402a(\"0x9\")](apiBaseUrl,{})[_0x402a(\"0xc\")]();if(!String(_0x17d184)[_0x402a(\"0xd\")](_0x402a(\"0x0\"))){throw new Error(_0x402a(\"0xe\"))}cache[_0x402a(\"0xf\")](java[_0x402a(\"0xa\")](_0x402a(\"0xb\")),apiBaseUrl,0x15180)}catch{java[_0x402a(\"0x10\")](apiBaseUrl+_0x402a(\"0x11\"))}if(!apiBaseUrl||!String(_0x17d184)[_0x402a(\"0xd\")](_0x402a(\"0x0\"))){for(i=0x0;i<Urls[_0x402a(\"0x12\")];i++){if(String(Urls[i])[_0x402a(\"0xd\")](apiBaseUrl)){continue}try{_0x17d184=java[_0x402a(\"0x9\")](Urls[i],{})[_0x402a(\"0xc\")]();if(String(_0x17d184)[_0x402a(\"0xd\")](_0x402a(\"0x0\"))){apiBaseUrl=Urls[i];break}}catch{continue}}cache[_0x402a(\"0xf\")](java[_0x402a(\"0xa\")](_0x402a(\"0xb\")),apiBaseUrl,0x15180)}User=JSON[_0x402a(\"0x13\")](_0x17d184)[Account];Tips=JSON[_0x402a(\"0x13\")](_0x17d184)[_0x402a(\"0x14\")];return User==!0x0||cache[_0x402a(\"0x9\")](java[_0x402a(\"0xa\")](_0x402a(\"0x15\")))?{User:User}:(cache[_0x402a(\"0xf\")](java[_0x402a(\"0xa\")](_0x402a(\"0x15\")),0x1,0x15180),Code(Tips[0x0]),{User:User})}var User=\"\";user_Check();User!==!0x0?res=result:res=result;function Code(_0xfc028){java[_0x402a(\"0x10\")](_0xfc028);let _0x56c54a=Date[_0x402a(\"0x16\")]();while(Date[_0x402a(\"0x16\")]()-_0x56c54a<0x3a98){java[_0x402a(\"0x17\")](_0xfc028);Packages[_0x402a(\"0x18\")][_0x402a(\"0x19\")][_0x402a(\"0x1a\")][_0x402a(\"0x1b\")](0x7d0)}}res;\n</js>",
      "bookUrl": "@js:\nuid = 1110;\nbody = {\n\tbookId: {{$.bookId}}\n}\neval(String(source.bookSourceComment));",
      "checkKeyWord": "",
      "coverUrl": "$.coverWap",
      "intro": "$.introduction",
      "kind": "$.tag",
      "lastChapter": "[书籍状态] 连载{$.status}完结\n##连载1|0完结",
      "name": "$.bookName"
    },
    "ruleToc": {
      "chapterList": "@js:\n\nurl = `https://xgmf.zuanqianyi.com/glory/free/1152?a,`;\n\n$ = JSON.parse(result).data;\n$.chapterNameList.map((text,i)=>{\n\nbody = JSON.stringify({\n\tchapterId: $.chapterIdList[i],\n\tbookId: $.bookId\n});\n\nhref = url+JSON.stringify({\n  \"body\": body,\n  \"headers\": {\n    \"signtype\": \"2\"\n  },\n  \"method\": \"POST\"\n});\n\t\treturn {text:text,href:href}\n\t});",
      "chapterName": "text",
      "chapterUrl": "href",
      "formatJs": ""
    },
    "searchUrl": "@js:\nuid = 1141;\nbody = {\n\tindex: page,\n\tkeyword: key\n}\neval(String(source.bookSourceComment));",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yetianlian.info#",
    "customButton": false,
    "customOrder": 1383,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1716234635971,
    "respondTime": 956,
    "ruleBookInfo": {
      "author": "span.1@text",
      "coverUrl": "img@src",
      "intro": "class.intro@text",
      "kind": "span.2@text",
      "lastChapter": "span.last.1@text",
      "name": "h2@text",
      "wordCount": "span.4@text"
    },
    "ruleContent": {
      "content": "div#content.showtxt@text",
      "nextContentUrl": "text.下一章@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@text",
      "bookList": "class.bookbox",
      "bookUrl": "a@href",
      "checkKeyWord": "我的",
      "coverUrl": "img@src",
      "kind": "class.cat@text",
      "lastChapter": "class.update@text",
      "name": "class.bookname@text"
    },
    "ruleToc": {
      "chapterList": "dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://www.yetianlian.info/s.php?ie=utf-8&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "海词精选（海词）",
    "bookSourceType": 0,
    "bookSourceUrl": "http://dict.cn",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1384,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734635024411,
    "loginUrl": "",
    "respondTime": 663,
    "ruleBookInfo": {
      "intro": "text"
    },
    "ruleContent": {
      "content": "html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "@css:.phonetic@text",
      "bookList": "body",
      "lastChapter": "@css:.dict-basic-ul@text",
      "name": "@js:decodeURI(baseUrl.split(\"/\").pop())"
    },
    "ruleToc": {
      "chapterList": "body",
      "chapterName": "@js:\"详细\""
    },
    "searchUrl": "http://dict.cn/{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "fr.源仓库",
    "bookSourceGroup": "免费",
    "bookSourceName": "网易云阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.yuedu.163.com#乃星",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1385,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1731056250321,
    "loginUrl": "https://m.yuedu.163.com/login.do",
    "respondTime": 3855,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "",
      "init": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "data.content@js:\nresult ? String(java.base64Decode(result)).replace(/<h1>.+?<\\/h1>/, '') : ' 付费章节，换源阅读！';",
      "nextContentUrl": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "author",
      "bookList": "data.books[*]\n@js:JSON.parse(result).map(o=> {\n    var J = org.jsoup.Jsoup.parse(java.ajax(baseUrl.match(/(.+?\\/\\/.+?\\/)/)[1] + 'source/' + o.sourceUuid));\n    return {\n        name: o.title,\n        author: o.author,\n        tags: o.keyName,\n        num:o.showTotalCount+'字',\n        latest: String(J.select('.m-book-recent a').text()).replace(/[\\(（【].*[求更谢乐发推].*[】）\\)]/,'') +String(J.select('.m-book-recent p').text()).replace(/\\s*(\\d+-\\d+-\\d+).+/, '（$1）').replace(/\\s*(\\d+)月(\\d+)日.+/, '（$1-$2）'),\n        intro: o.description.replace(/<\\/?\\w+>/g, '').trim(),\n        cover: o.coverImage,\n        catalogUrl: '/reader/book/info.json?catalog_only=true&source_uuid=' + o.sourceUuid\n    }\n});",
      "bookUrl": "catalogUrl",
      "coverUrl": "cover",
      "intro": "intro",
      "kind": "tags",
      "lastChapter": "latest",
      "name": "name",
      "wordCount": "num"
    },
    "ruleToc": {
      "chapterList": "data.catalog[?(@.grade > 1)]",
      "chapterName": "$.title##[\\(（【].*[求更谢乐发推].*[】）\\)]",
      "chapterUrl": "uuid@js:\nvar s_uuid = baseUrl.replace(/.*source_uuid=/,'')\n'/reader/book/content.json?source_uuid='+s_uuid+'&content_uuid='+result;",
      "isVip": "$.needPay",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "/search/book/data.json?key={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "女频小说::https://www.ximalaya.com/channel/7-10881/p{{page}}/\nclass.albums _XJ@ul@li@class.T_G\na.-1@text\na.-1@href\n",
    "bookSourceGroup": "有声",
    "bookSourceName": "喜马拉雅",
    "bookSourceType": 1,
    "bookSourceUrl": "http://search.ximalaya.commd-guaner",
    "customButton": false,
    "customOrder": 1386,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "✱　　　　　　✱  评    书  ✱　　　　　　✱::\n评书::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=评书&page={{page}}&rows=20&spellchecker=true\n粤语::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=粤语&page={{page}}&rows=20&spellchecker=true\n粤语评书::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=粤语评书&page={{page}}&rows=20&spellchecker=true\n讲古::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=讲古&page={{page}}&rows=20&spellchecker=true\n张悦楷::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=张悦楷&page={{page}}&rows=20&spellchecker=true\n脱口秀::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=脱口秀&page={{page}}&rows=20&spellchecker=true\n段子::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=段子&page={{page}}&rows=20&spellchecker=true\n笑话::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=笑话&page={{page}}&rows=20&spellchecker=true\n搞笑::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=搞笑&page={{page}}&rows=20&spellchecker=true\n糗事::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=糗事&page={{page}}&rows=20&spellchecker=true\n广播剧::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=广播剧&page={{page}}&rows=20&spellchecker=true\n多人::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=多人&page={{page}}&rows=20&spellchecker=true\n香港::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=香港&page={{page}}&rows=20&spellchecker=true\n明星::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=明星&page={{page}}&rows=20&spellchecker=true\n电台::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=电台&page={{page}}&rows=20&spellchecker=true\n动漫::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=动漫&page={{page}}&rows=20&spellchecker=true\n漫画::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=漫画&page={{page}}&rows=20&spellchecker=true\n✱　　　　　　✱  分    类  ✱　　　　　　✱::\n玄幻::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=玄幻&page={{page}}&rows=20&spellchecker=true\n大剧::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=大剧&page={{page}}&rows=20&spellchecker=true\n仙侠::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=仙侠&page={{page}}&rows=20&spellchecker=true\n都市::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=都市&page={{page}}&rows=20&spellchecker=true\n经典::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=经典&page={{page}}&rows=20&spellchecker=true\n幻想::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=幻想&page={{page}}&rows=20&spellchecker=true\n武侠::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=武侠&page={{page}}&rows=20&spellchecker=true\n历史::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=历史小说&page={{page}}&rows=20&spellchecker=true\n教材::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=教材&page={{page}}&rows=20&spellchecker=true\n英文::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=英文原版&page={{page}}&rows=20&spellchecker=true\n名著::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=名著&page={{page}}&rows=20&spellchecker=true\n乡村::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=乡村&page={{page}}&rows=20&spellchecker=true\n游戏::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=游戏&page={{page}}&rows=20&spellchecker=true\n无限::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=无限&page={{page}}&rows=20&spellchecker=true\n魔幻::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=魔法&page={{page}}&rows=20&spellchecker=true\n多人::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=多人剧&page={{page}}&rows=20&spellchecker=true\n相声::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=相声&page={{page}}&rows=20&spellchecker=true\n限免::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=限免&page={{page}}&rows=20&spellchecker=true\n言情::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=言情&page={{page}}&rows=20&spellchecker=true\n免费::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=免费&page={{page}}&rows=20&spellchecker=true\n✱　　　　　　✱  音    乐  ✱　　　　　　✱::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=音乐&page={{page}}&rows=20&spellchecker=true\n乡村::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=乡村&page={{page}}&rows=20&spellchecker=true\n流行::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=流行Top&page={{page}}&rows=20&spellchecker=true\n老歌::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=老歌&page={{page}}&rows=20&spellchecker=true\n榜单::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=榜单&page={{page}}&rows=20&spellchecker=true\n巅峰::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=巅峰榜&page={{page}}&rows=20&spellchecker=true\n粤语::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=粤语&page={{page}}&rows=20&spellchecker=true\n日语::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=日语&page={{page}}&rows=20&spellchecker=true\n日本::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=日本&page={{page}}&rows=20&spellchecker=true\n英语::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=英语&page={{page}}&rows=20&spellchecker=true\n英国::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=英国&page={{page}}&rows=20&spellchecker=true\n欧美::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=欧美&page={{page}}&rows=20&spellchecker=true\n韩语::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=韩语&page={{page}}&rows=20&spellchecker=true\n韩国::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=韩国&page={{page}}&rows=20&spellchecker=true\n动漫::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=动漫&page={{page}}&rows=20&spellchecker=true\n钢琴::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=钢琴&page={{page}}&rows=20&spellchecker=true\n小提琴::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=小提琴&page={{page}}&rows=20&spellchecker=true\n轻音乐::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=轻音乐&page={{page}}&rows=20&spellchecker=true\n治愈::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=治愈&page={{page}}&rows=20&spellchecker=true\n民谣::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=民谣&page={{page}}&rows=20&spellchecker=true\n摇滚::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=摇滚&page={{page}}&rows=20&spellchecker=true\n民族::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=民族&page={{page}}&rows=20&spellchecker=true\n爵士::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=爵士&page={{page}}&rows=20&spellchecker=true\n古风::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=古风&page={{page}}&rows=20&spellchecker=true\n古典::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=古典&page={{page}}&rows=20&spellchecker=true\n抖音::http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=抖音&page={{page}}&rows=20&spellchecker=true",
    "lastUpdateTime": 1734833841726,
    "respondTime": 1940,
    "ruleBookInfo": {
      "tocUrl": "http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId=@get:{book}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=1"
    },
    "ruleContent": {
      "content": "",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "bookList": "",
      "bookUrl": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "nickname",
      "bookList": "$.response.docs",
      "bookUrl": "http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId={$.id}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=1",
      "coverUrl": "cover_path",
      "intro": "$..intro",
      "kind": "category_title",
      "name": "title@put:{book:id}"
    },
    "ruleToc": {
      "chapterList": "$.data.list",
      "chapterName": "title",
      "chapterUrl": "playPathAacv224",
      "nextTocUrl": "<js>\nvar a = 'http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId=@get:{book}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=';\nvar r = [];\nfor(var i=1;i<40;i++){\n    r.push(a + parseInt(i*1));\n}\nr\n</js>"
    },
    "searchUrl": "http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw={{key}}&page={{page}}&rows=20&spellchecker=true",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "黑炎小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.heiyan.info",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1387,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1745163376433,
    "loginUrl": "",
    "respondTime": 943,
    "ruleBookInfo": {
      "author": "h3@a@text",
      "canReName": "",
      "coverUrl": "img@src",
      "init": "",
      "intro": "{{@@p.0@textNodes##简介：}}##^|\\\\n##<br>",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content##\\?",
      "lastChapter": ".upd@a.1@text",
      "name": "h1@text",
      "tocUrl": "",
      "wordCount": ".infos@span.3@text##.*：@js:result.replace(/：/g,'\\:').replace(/\\s/g,'').replace(/(\\d+)/g,'$1●').replace(/\\d{4}●/g,'万字').replace(/(\\d+)\\d{3}/g,'$1千字')"
    },
    "ruleContent": {
      "content": ".contentbox@textNodes",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "span.0@text",
      "bookList": ".so",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": "p.0@text",
      "kind": "{{@@span.3:2@text##.*：|中|已}}",
      "lastChapter": "",
      "name": "h2@text",
      "wordCount": "{{@@span.1@text##.*：|中|已}}"
    },
    "ruleToc": {
      "chapterList": ".book_list@li",
      "chapterName": "text",
      "chapterUrl": "a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "plus/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "漫画",
    "bookSourceName": "爱漫客栈",
    "bookSourceType": 2,
    "bookSourceUrl": "https://www.mkzhan.comHaxc",
    "bookUrlPattern": "https://m.mkzhan.com/\\d+/",
    "customButton": false,
    "customOrder": 1388,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "修真::https://www.mkzhan.com/category/?theme_id=2&page={{page}}\n恋爱::https://www.mkzhan.com/category/?theme_id=3&page={{page}}\n校园::https://www.mkzhan.com/category/?theme_id=4&page={{page}}\n冒险::https://www.mkzhan.com/category/?theme_id=5&page={{page}}\n搞笑::https://www.mkzhan.com/category/?theme_id=6&page={{page}}\n生活::https://www.mkzhan.com/category/?theme_id=7&page={{page}}\n热血::https://www.mkzhan.com/category/?theme_id=8&page={{page}}\n架空::https://www.mkzhan.com/category/?theme_id=9&page={{page}}\n后宫::https://www.mkzhan.com/category/?theme_id=10&page={{page}}\n耽美::https://www.mkzhan.com/category/?theme_id=11&page={{page}}\n玄幻::https://www.mkzhan.com/category/?theme_id=12&page={{page}}\n悬疑::https://www.mkzhan.com/category/?theme_id=13&page={{page}}\n恐怖::https://www.mkzhan.com/category/?theme_id=14&page={{page}}\n灵异::https://www.mkzhan.com/category/?theme_id=15&page={{page}}\n动作::https://www.mkzhan.com/category/?theme_id=16&page={{page}}\n科幻::https://www.mkzhan.com/category/?theme_id=17&page={{page}}\n战争::https://www.mkzhan.com/category/?theme_id=18&page={{page}}\n古风::https://www.mkzhan.com/category/?theme_id=19&page={{page}}\n穿越::https://www.mkzhan.com/category/?theme_id=20&page={{page}}\n竞技::https://www.mkzhan.com/category/?theme_id=21&page={{page}}\n百合::https://www.mkzhan.com/category/?theme_id=22&page={{page}}\n励志::https://www.mkzhan.com/category/?theme_id=23&page={{page}}\n同人::https://www.mkzhan.com/category/?theme_id=24&page={{page}}\n真人::https://www.mkzhan.com/category/?theme_id=26&page={{page}}\n霸总::https://www.mkzhan.com/category/?theme_id=1&page={{page}}",
    "lastUpdateTime": 1759430856688,
    "respondTime": 2820,
    "ruleBookInfo": {
      "author": "class.name@text",
      "intro": "class.intro-total@text",
      "kind": "class.comic-status@tag.span.0@text##题材:",
      "lastChapter": "class.update-time@text",
      "name": "class.comic-title.0@text"
    },
    "ruleContent": {
      "content": "$..image@js:result.split(\"\\n\").map(x=>'<img src=\\\"'+x+'\\\">').join(\"\\n\")",
      "imageStyle": "FULL"
    },
    "ruleExplore": {
      "bookList": "class.cate-comic-list clearfix@class.common-comic-item",
      "bookUrl": "class.cover@href",
      "coverUrl": "img@data-src",
      "intro": ".comic-feature@text",
      "lastChapter": "class.comic-update@text##更至：",
      "name": "class.comic__title@text"
    },
    "ruleSearch": {
      "bookList": "class.search-comic-list@class.common-comic-item",
      "bookUrl": "class.cover@href",
      "coverUrl": "img@data-src",
      "intro": ".comic-feature@text",
      "lastChapter": "class.comic-update@text##更至：",
      "name": "class.comic__title@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "-class.chapter__list-box@tag.li",
      "chapterName": "a@text",
      "chapterUrl": ".j-chapter-link@data-chapterid\n@js:\r\ncid=result;\r\nbid=baseUrl.match(/\\/(\\d+)\\//)[1],\n\n'https://comic.mkzcdn.com/chapter/content/v1/?chapter_id='+cid+'&comic_id='+bid+'&format=1&quality=1&sign=0&type=1&uid=0'",
      "updateTime": ".data@text"
    },
    "searchUrl": "https://www.mkzhan.com/search/?keyword={{key}}",
    "weight": 76
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔞第一版主buzz",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.diyibanzhu.buzz",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1389,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "最近更新::http://m.diyibanzhu.buzz/top/lastupdate_{{page}}/\n最新入库::http://m.diyibanzhu.buzz/top/postdate_{{page}}/\n总点击榜::http://m.diyibanzhu.buzz/top/allvisit_{{page}}/\n总收藏榜::http://m.diyibanzhu.buzz/top/goodnum_{{page}}/\n总推荐榜::http://m.diyibanzhu.buzz/top/allvote_{{page}}/\n总字数榜::http://m.diyibanzhu.buzz/top/size_{{page}}/\n完本小说::http://m.diyibanzhu.buzz/full/{{page}}/\n玄幻小说::http://m.diyibanzhu.buzz/sort/1_{{page}}/\n仙侠小说::http://m.diyibanzhu.buzz/sort/2_{{page}}/\n都市小说::http://m.diyibanzhu.buzz/sort/3_{{page}}/\n军史小说::http://m.diyibanzhu.buzz/sort/4_{{page}}/\n网游小说::http://m.diyibanzhu.buzz/sort/5_{{page}}/\n科幻小说::http://m.diyibanzhu.buzz/sort/6_{{page}}/\n耽美小说::http://m.diyibanzhu.buzz/sort/7_{{page}}/\n辣文合集::http://m.diyibanzhu.buzz/sort/8_{{page}}/",
    "lastUpdateTime": 1724834829296,
    "loginUrl": "",
    "respondTime": 17262,
    "ruleBookInfo": {
      "coverUrl": "class.pic@img@src",
      "intro": "class.intro@p@textNodes",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content",
      "lastChapter": "class.infotype@tag.p.3@a@text",
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": ".articlecontent@html",
      "nextContentUrl": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@a@text||class.p3@text",
      "bookList": "class.searchresult@p||class.article||class.articlegeneral||class.full_content",
      "bookUrl": "a@href",
      "checkKeyWord": "出轨",
      "coverUrl": "img@src||tag.a.0@href##.*/(\\d+)/(\\d+)/##http://www.diyibanzhu.buzz/files/article/image/$1/$2/$2s.jpg",
      "intro": "class.simple@textNodes",
      "kind": "class.p1@text##\\[|]",
      "name": "h6@a@text||tag.a.0@text##《|》"
    },
    "ruleToc": {
      "chapterList": "class.chapters@li@a",
      "chapterName": "text",
      "chapterUrl": "href##//m##//www",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"s={{key}}&type=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "35小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.swsk.org#🎃",
    "customButton": false,
    "customOrder": 1390,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 0,
    "respondTime": 79,
    "ruleBookInfo": {
      "author": "//meta[@property=\"og:novel:author\"]/@content",
      "coverUrl": "//meta[@property=\"og:image\"]/@content",
      "init": "",
      "intro": "//meta[@property=\"og:description\"]/@content",
      "kind": "//meta[@property=\"og:novel:category\"]/@content",
      "lastChapter": "//meta[@property=\"og:novel:latest_chapter_name\"]/@content&&//meta[@property=\"og:novel:update_time\"]/@content##\\n##•",
      "name": "//meta[@property=\"og:title\"]/@content",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "id.content@html",
      "nextContentUrl": "",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": ".s4@text",
      "bookList": "class.novelslist2@ul@li!0",
      "bookUrl": ".s2@a@href",
      "coverUrl": ".s2@a@href##/(\\d+)/(\\d+)/##http://www.swsk.org/files/article/image/$1/$2/$2s.jpg",
      "intro": "",
      "kind": ".s1@text",
      "lastChapter": ".s6@text&&.s3@text",
      "name": ".s2@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "#list@dl@dd@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ""
    },
    "searchUrl": "http://www.swsk.org/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//2025.1.7by.◎辞晨◎",
    "bookSourceGroup": "漫画",
    "bookSourceName": "吉站漫画（优+）",
    "bookSourceType": 2,
    "bookSourceUrl": "https://manhuafree.com/",
    "customButton": false,
    "customOrder": 1391,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\n\tpush(\"全部🌊分类\", null, 1, 1);\n\tarList = [[\"全部🌊类型\",\"/manga\"],[\"人气🌊推荐\",\"/hots\"],[\"热门🌊推荐\",\"/dayup\"],[\"最新🌊上架\",\"/newss\"]];\narList.map(([title, uri]) => {\n  let url = `${uri}<,/page/{{page+1}}>`;\n  push(title, url, 1, 0.35);\n  })\n\t  xrList = [[\"全部\",\"\"],[\"韩漫\",\"-genre/kr\"],[\"热门漫画\",\"-genre/hots\"],[\"国漫\",\"-genre/cn\"],[\"其他\",\"-genre/qita\"],[\"日漫\",\"-genre/jp\"],[\"欧美\",\"-genre/ou-mei\"],[\"复仇\",\"-tag/fuchou\"],[\"古风\",\"-tag/gufeng\"],[\"奇幻\",\"-tag/qihuan\"],[\"逆袭\",\"-tag/nixi\"],[\"异能\",\"-tag/yineng\"],[\"宅向\",\"-tag/zhaixiang\"],[\"穿越\",\"-tag/chuanyue\"],[\"热血\",\"-tag/rexue\"],[\"纯爱\",\"-tag/chunai\"],[\"系统\",\"-tag/xitong\"],[\"重生\",\"-tag/zhongsheng\"],[\"冒险\",\"-tag/maoxian\"],[\"灵异\",\"-tag/lingyi\"],[\"大女主\",\"-tag/danvzhu\"],[\"剧情\",\"-tag/juqing\"],[\"恋爱\",\"-tag/lianai\"],[\"玄幻\",\"-tag/xuanhuan\"],[\"女神\",\"-tag/nvshen\"],[\"科幻\",\"-tag/kehuan\"],[\"魔幻\",\"-tag/mohuan\"],[\"推理\",\"-tag/tuili\"],[\"猎奇\",\"-tag/lieqi\"],[\"治愈\",\"-tag/zhiyu\"],[\"都市\",\"-tag/doushi\"],[\"异形\",\"-tag/yixing\"],[\"末日\",\"-tag/qingchun\"],[\"嫌疑\",\"-tag/xuanyi\"],[\"修仙\",\"-tag/xiuxian\"],[\"战斗\",\"-tag/zhandou\"]];\n  xrList.map(([tag, uro]) => {\n    url = `/manga${uro}<,/page/{{page+1}}>`;\n    push(tag, url, 1, 0.25);\n  });\n//java.log(JSON.stringify(sort))\nJSON.stringify(sort)",
    "header": "{\n  'User-Agent': \"Mozilla/5.0 (Linux; Android 15; V2304A Build/AP3A.240905.015.A2; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/126.0.6478.71 Mobile Safari/537.36\",\n  'sec-ch-ua-platform': \"\\\"Android\\\"\",\n  'origin': \"https://manhuafree.com/\",\n  'x-requested-with': \"cn.mujiankeji.mbrowser\",\n  'referer': \"https://manhuafree.com/\",\n  'accept-language': \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"\n}",
    "lastUpdateTime": 1759429634880,
    "respondTime": 6859,
    "ruleBookInfo": {
      "author": ".pb-2.0@text##编剧:|作画:",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": ".text-medium.0@text",
      "kind": ".py-1.2@a@text",
      "lastChapter": ".italic.0@text",
      "name": "h1@textNodes",
      "tocUrl": "<js>\nlet p = result.match(/data-mid\\=\\\"(.*?)\\\"/);\nif (p) {\n  // java.log(p[1])\n  java.put('bi', p[1]);\n  url = \"https://api-get-v2.mgsearcher.com/api/manga/get?mid=\" + p[1] + \"&mode=all\";\n}\nurl;\n</js>\n"
    },
    "ruleContent": {
      "content": "$.data.info.images.images[*]url\n<js>\n//java.log(result);\nlet newResult = result.split(\"\\n\").map(x => \"https://f40-1-4.g-mh.online\" + x);\nlet headers = JSON.stringify({\"headers\":{\"Referer\":baseUrl}});\nnewResult.map(x => `<img src=\"${x},${headers}\">`).join(\"\\n\");\n</js>",
      "imageStyle": "FULL",
      "replaceRegex": "##.*base64.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": ".pb-2",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "name": "h3@text"
    },
    "ruleToc": {
      "chapterList": "$..chapters[*]@put:{bid:$.data.id}",
      "chapterName": "$..title",
      "chapterUrl": "https://api-get-v2.mgsearcher.com/api/chapter/getinfo?m=@get:{bid}&c={{$..id}}",
      "updateTime": "$..updatedAt"
    },
    "searchUrl": "/s/{{key}}?page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：新御宅屋 https://m.fqyxs.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "御宅屋⑦",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.xbbxs.com/#🚀",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1392,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"总排行榜\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总收藏榜\",\"url\":\"/top/goodnum_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"字数排行\",\"url\":\"/top/size_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总推荐榜\",\"url\":\"/top/allvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最新入库\",\"url\":\"/top/postdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最近更新\",\"url\":\"/top/lastupdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻魔法\",\"url\":\"/sort/1_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"仙侠修真\",\"url\":\"/sort/2_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市言情\",\"url\":\"/sort/3_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"历史军事\",\"url\":\"/sort/4_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"网游竞技\",\"url\":\"/sort/5_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻灵异\",\"url\":\"/sort/6_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"惊悚恐怖\",\"url\":\"/sort/7_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"其他小说\",\"url\":\"/sort/8_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"耽美小说\",\"url\":\"/sort/9_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"女频小说\",\"url\":\"/sort/10_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"高辣\",\"url\":\"/sort/11_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"腹黑\",\"url\":\"/sort/12_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"种田\",\"url\":\"/sort/13_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"肉文\",\"url\":\"/sort/14_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"短篇合集\",\"url\":\"/sort/15_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 8.0.0; zh-cn; MIX 2 Build/OPR1.170623.027) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\"\n}",
    "lastUpdateTime": 1721299392969,
    "loginUrl": "",
    "respondTime": 11789,
    "ruleBookInfo": {
      "author": "class.infotype@p.0@text",
      "coverUrl": "",
      "intro": "class.intro@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "class.infotype@p.1@text&&class.infotype@p.2@text",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "class.cataloginfo@h3@text",
      "tocUrl": ".gochapter a@href"
    },
    "ruleContent": {
      "content": "#novelcontent@p.0@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##百度搜索.*每日更新！"
    },
    "ruleExplore": {
      "author": ".author@text||.p3@text",
      "bookList": ".article||.articlegeneral",
      "bookUrl": "h6 a@href||.p2 a@href",
      "coverUrl": "@js:'http://m.xbbxs.com/17mb/style/noimg.jpg'",
      "intro": ".simple@text",
      "kind": ".p1@text##\\[|\\]",
      "name": "h6 a@text||.p2@text"
    },
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".sone",
      "bookUrl": "a.0@href",
      "coverUrl": "@js:'http://m.xbbxs.com/17mb/style/noimg.jpg'",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": ".chapters li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href||text.下一頁@href"
    },
    "searchUrl": "s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"type=articlename&s={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "👍️醉读小说️",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.maxreader.la",
    "customButton": false,
    "customOrder": 1393,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734836645467,
    "respondTime": 6324,
    "ruleBookInfo": {
      "author": "class.mt5@tag.a.-1@text",
      "coverUrl": "tag.img@src",
      "intro": "class.con@html##.*[+展开]",
      "kind": "class.gray@text##class.num@text",
      "name": "class.title@text",
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": "class.pt-read-cont@class.pt-read-text@html<js>[result].join('').replace(/(本章未完|百度一下).*/g,'');</js><js>\ntry {\n    if (!global.okhttp) {\n        global.okhttp = {\n            JString: Packages.java.lang.String,\n            Request: Packages.okhttp3.Request,\n            client: new Packages.okhttp3.OkHttpClient()\n        }\n    }\n    if (!global.wesrc) {\n        let request = new global.okhttp.Request.Builder().url('http://yck.hr7t4h.cn/yck/funcs').build();\n        global.wesrc = [global.okhttp.client.newCall(request).execute().body().string()].join('');\n    }\n    eval([new global.okhttp.JString(android.util.Base64.decode(global.wesrc, 0))].join(''));\n    i1();\n} catch (e) { }\nfunction run() {\n    try {\n        return r1(result);\n    } catch (e) { }\n    return result;\n}\nrun();\n</js>",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.p!0@text##.*\\n0 人在追",
      "bookList": "class.book_list@tag.li<js>\n//we.comment\nresult;\n</js>",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.img@src",
      "kind": "class.status@text",
      "name": "class.book_title@text"
    },
    "ruleToc": {
      "chapterList": "class.cataloglist@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href<js>['https://www.maxreader.la',result].join('');</js>"
    },
    "searchUrl": "https://wap.maxreader.la/search/result.html?searchkey={{key}}<js>\ntry {\n    //we.comment\n    if (!global.okhttp) {\n        global.okhttp = {\n            JString: Packages.java.lang.String,\n            Request: Packages.okhttp3.Request,\n            client: new Packages.okhttp3.OkHttpClient()\n        }\n    }\n    if (!global.wesrc) {\n        let request = new global.okhttp.Request.Builder().url('http://yck.hr7t4h.cn/yck/funcs').build();\n        global.wesrc = [global.okhttp.client.newCall(request).execute().body().string()].join('');\n    }\n    eval([new global.okhttp.JString(android.util.Base64.decode(global.wesrc, 0))].join(''));\n    d1();\n    i1();\n} catch (e) { }\nresult;\n</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔞18文学",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.po18.in",
    "customButton": false,
    "customOrder": 1394,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部分类::/sort/{{page}}/\n校园言情::/sort/xiaoyuan/{{page}}/\n都市言情::/sort/dushi/{{page}}/\n罗曼史::/sort/luoman/{{page}}/\n耽美::/sort/danmei/{{page}}/\n百合::/sort/baihe/{{page}}/\n同人::/sort/tongren/{{page}}/\n古代爱情::/sort/gudai/{{page}}/\n奇幻玄幻::/sort/qihuan/{{page}}/\n网游竞技::/sort/wangyou/{{page}}/\n科幻异能::/sort/kehuan/{{page}}/\n恐怖灵异::/sort/kongbu/{{page}}/\n惊悚推理::/sort/jingsong/{{page}}/\n武侠仙侠::/sort/wuxia/{{page}}/\n历史军事::/sort/lishi/{{page}}/\n穿越重生::/sort/chuanyue/{{page}}/\n综合其他::/sort/qita/{{page}}/\n全本小说::/quanben/{{page}}/\n周点击榜::/rank/weekvisit/\n月点击榜::/rank/monthvisit/\n总点击榜::/rank/allvisit/\n 收藏榜  ::/rank/goodnum/",
    "header": "",
    "lastUpdateTime": 1724836281503,
    "respondTime": 15759,
    "ruleBookInfo": {
      "author": ".booktitle@a.1@text",
      "coverUrl": ".book-cover@img@src",
      "intro": "##小说简介.([^<]+)##$1###",
      "kind": ".breadcrumb@a.1@text&&.bookdes@p.0:3@text",
      "lastChapter": ".bookdes@a@text",
      "name": ".booktitle@a.0@text",
      "tocUrl": ".btn@a.0@href",
      "wordCount": ".bookdes@p.0@text"
    },
    "ruleContent": {
      "content": "id.booktxt@html",
      "nextContentUrl": "",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".content dl",
      "bookUrl": "a.1@href##/kan/##/info/",
      "checkKeyWord": "凡人",
      "coverUrl": "img@data-original",
      "intro": "dd.0@text",
      "kind": "span.0@text",
      "name": "a.1@text",
      "wordCount": "span.1@text"
    },
    "ruleToc": {
      "chapterList": ".bookchapter@ul li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/search/?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "快眼看书",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.ibotaodz.org/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1395,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734865977293,
    "loginUrl": "",
    "respondTime": 1004,
    "ruleBookInfo": {
      "author": "class.novelinfo-l@tag.li.0@text##作者：",
      "coverUrl": "class.novelinfo-r@tag.a@tag.img@src",
      "intro": "class.novelintro@text##各位书友要是.*",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": "class.novelinfo-l@li@a@text",
      "name": "class.w-left@tag.h1@text"
    },
    "ruleContent": {
      "content": "id.chaptercontent@html",
      "replaceRegex": "##.*最新网址.*\\s|.*最新网址.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.info@tag.span.1@text",
      "bookList": "class.librarylist@tag.li",
      "bookUrl": "class.info@tag.span.0@tag.a@href",
      "coverUrl": "class.pt-ll-l@tag.a@tag.img@src",
      "lastChapter": "class.last@tag.a@text",
      "name": "class.info@tag.span.0@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.fulldir@tag.ul@tag.li@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🚭色书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "http://seshuwu.com",
    "customButton": false,
    "customOrder": 1396,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": " 全部  ::/sort/{{page}}.html\n 高辣  ::/sort/1/{{page}}.html\n 百合  ::/sort/2/{{page}}.html\n 言情  ::/sort/3/{{page}}.html\n 情欲  ::/sort/4/{{page}}.html\n 耽美  ::/sort/5/{{page}}.html\n 海棠  ::/sort/6/{{page}}.html\n 其他  ::/sort/8/{{page}}.html",
    "lastUpdateTime": 1724335465011,
    "respondTime": 4097,
    "ruleBookInfo": {
      "author": "class.author@text",
      "coverUrl": "class.BGsectionOne-top-left@img@src",
      "intro": "class.BGsectionTwo-bottom@text",
      "kind": "class.category@text##类别：",
      "lastChapter": "class.newestChapter@text##最新章节：",
      "name": "class.title@text",
      "tocUrl": "text.章节目录@href",
      "wordCount": "class.time@text##更新时间："
    },
    "ruleContent": {
      "content": "id.content@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": "tag.p.1@text",
      "bookList": "class.CGsectionTwo-right-content-unit",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "@js:'/images/0/240/240s.jpg'",
      "intro": "tag.p.2@text",
      "kind": "tag.p.3@text",
      "lastChapter": "",
      "name": "tag.a.0@text"
    },
    "ruleSearch": {
      "author": "tag.a.2@text",
      "bookList": "class.SHsectionThree-middle@p",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "",
      "kind": "tag.a.0@text##《|》",
      "name": "tag.a.1@text"
    },
    "ruleToc": {
      "chapterList": "class.BCsectionTwo-top@li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ""
    },
    "searchUrl": "/search,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版",
    "bookSourceName": "移动阅读 cm",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.ndlib.cn-.",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1397,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1745853602518,
    "loginUrl": "\\\\目录列表规则处添加账号信息",
    "respondTime": 1037,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "",
      "init": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "$.returnObject[0].content@js:\nresult?result:'无法获取内容？\\n1.编辑书源添加自己的账号信息，找到目录列表规则，按提示添加账号信息\\n2.如果添加了账号信息仍然无法获取内容，请尝试刷新或更新账号信息（方式二）\\n3.必要说明：如果使用方式一添加了账号信息，每次打开新的书籍详情页或刷新正文都会重新获取账号信息，因此之前获取的书籍正文的链接将会失效，因此建议全文下载或者按2操作\\n必要说明：在使用本源前，请考虑到使用本源可能造成的账号封禁等问题'",
      "nextContentUrl": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$..resAndMagResult[*].resourceInfo",
      "bookUrl": "$.resId@js:\n//md5加密开始\nvar rotateLeft = function(lValue, iShiftBits) {\n    return (lValue << iShiftBits) | (lValue >>> (32 - iShiftBits))\n}\nvar addUnsigned = function(lX, lY) {\n    var lX4, lY4, lX8, lY8, lResult;\n    lX8 = (lX & 0x80000000);\n    lY8 = (lY & 0x80000000);\n    lX4 = (lX & 0x40000000);\n    lY4 = (lY & 0x40000000);\n    lResult = (lX & 0x3FFFFFFF) + (lY & 0x3FFFFFFF);\n    if (lX4 & lY4) return (lResult ^ 0x80000000 ^ lX8 ^ lY8);\n    if (lX4 | lY4) {\n        if (lResult & 0x40000000) return (lResult ^ 0xC0000000 ^ lX8 ^ lY8);\n        else return (lResult ^ 0x40000000 ^ lX8 ^ lY8)\n    } else {\n        return (lResult ^ lX8 ^ lY8)\n    }\n}\nvar F = function(x, y, z) {\n    return (x & y) | ((~x) & z)\n}\nvar G = function(x, y, z) {\n    return (x & z) | (y & (~z))\n}\nvar H = function(x, y, z) {\n    return (x ^ y ^ z)\n}\nvar I = function(x, y, z) {\n    return (y ^ (x | (~z)))\n}\nvar FF = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(F(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar GG = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(G(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar HH = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(H(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar II = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(I(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar convertToWordArray = function(string) {\n    var lWordCount;\n    var lMessageLength = string.length;\n    var lNumberOfWordsTempOne = lMessageLength + 8;\n    var lNumberOfWordsTempTwo = (lNumberOfWordsTempOne - (lNumberOfWordsTempOne % 64)) / 64;\n    var lNumberOfWords = (lNumberOfWordsTempTwo + 1) * 16;\n    var lWordArray = Array(lNumberOfWords - 1);\n    var lBytePosition = 0;\n    var lByteCount = 0;\n    while (lByteCount < lMessageLength) {\n        lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n        lBytePosition = (lByteCount % 4) * 8;\n        lWordArray[lWordCount] = (lWordArray[lWordCount] | (string.charCodeAt(lByteCount) << lBytePosition));\n        lByteCount++\n    }\n    lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n    lBytePosition = (lByteCount % 4) * 8;\n    lWordArray[lWordCount] = lWordArray[lWordCount] | (0x80 << lBytePosition);\n    lWordArray[lNumberOfWords - 2] = lMessageLength << 3;\n    lWordArray[lNumberOfWords - 1] = lMessageLength >>> 29;\n    return lWordArray\n};\nvar wordToHex = function(lValue) {\n    var WordToHexValue = \"\",\n    WordToHexValueTemp = \"\",\n    lByte, lCount;\n    for (lCount = 0; lCount <= 3; lCount++) {\n        lByte = (lValue >>> (lCount * 8)) & 255;\n        WordToHexValueTemp = \"0\" + lByte.toString(16);\n        WordToHexValue = WordToHexValue + WordToHexValueTemp.substr(WordToHexValueTemp.length - 2, 2)\n    }\n    return WordToHexValue\n};\nvar uTF8Encode = function(string) {\n    string = string.replace(/\\x0d\\x0a/g, \"\\x0a\");\n    var output = \"\";\n    for (var n = 0; n < string.length; n++) {\n        var c = string.charCodeAt(n);\n        if (c < 128) {\n            output += String.fromCharCode(c)\n        } else if ((c > 127) && (c < 2048)) {\n            output += String.fromCharCode((c >> 6) | 192);\n            output += String.fromCharCode((c & 63) | 128)\n        } else {\n            output += String.fromCharCode((c >> 12) | 224);\n            output += String.fromCharCode(((c >> 6) & 63) | 128);\n            output += String.fromCharCode((c & 63) | 128)\n        }\n    }\n    return output;\n};\nfunction md5(string) {\n    var x = Array();\n    var k, AA, BB, CC, DD, a, b, c, d;\n    var S11 = 7,\n    S12 = 12,\n    S13 = 17,\n    S14 = 22;\n    var S21 = 5,\n    S22 = 9,\n    S23 = 14,\n    S24 = 20;\n    var S31 = 4,\n    S32 = 11,\n    S33 = 16,\n    S34 = 23;\n    var S41 = 6,\n    S42 = 10,\n    S43 = 15,\n    S44 = 21;\n    string = uTF8Encode(string);\n    x = convertToWordArray(string);\n    a = 0x67452301;\n    b = 0xEFCDAB89;\n    c = 0x98BADCFE;\n    d = 0x10325476;\n    for (k = 0; k < x.length; k += 16) {\n        AA = a;\n        BB = b;\n        CC = c;\n        DD = d;\n        a = FF(a, b, c, d, x[k + 0], S11, 0xD76AA478);\n        d = FF(d, a, b, c, x[k + 1], S12, 0xE8C7B756);\n        c = FF(c, d, a, b, x[k + 2], S13, 0x242070DB);\n        b = FF(b, c, d, a, x[k + 3], S14, 0xC1BDCEEE);\n        a = FF(a, b, c, d, x[k + 4], S11, 0xF57C0FAF);\n        d = FF(d, a, b, c, x[k + 5], S12, 0x4787C62A);\n        c = FF(c, d, a, b, x[k + 6], S13, 0xA8304613);\n        b = FF(b, c, d, a, x[k + 7], S14, 0xFD469501);\n        a = FF(a, b, c, d, x[k + 8], S11, 0x698098D8);\n        d = FF(d, a, b, c, x[k + 9], S12, 0x8B44F7AF);\n        c = FF(c, d, a, b, x[k + 10], S13, 0xFFFF5BB1);\n        b = FF(b, c, d, a, x[k + 11], S14, 0x895CD7BE);\n        a = FF(a, b, c, d, x[k + 12], S11, 0x6B901122);\n        d = FF(d, a, b, c, x[k + 13], S12, 0xFD987193);\n        c = FF(c, d, a, b, x[k + 14], S13, 0xA679438E);\n        b = FF(b, c, d, a, x[k + 15], S14, 0x49B40821);\n        a = GG(a, b, c, d, x[k + 1], S21, 0xF61E2562);\n        d = GG(d, a, b, c, x[k + 6], S22, 0xC040B340);\n        c = GG(c, d, a, b, x[k + 11], S23, 0x265E5A51);\n        b = GG(b, c, d, a, x[k + 0], S24, 0xE9B6C7AA);\n        a = GG(a, b, c, d, x[k + 5], S21, 0xD62F105D);\n        d = GG(d, a, b, c, x[k + 10], S22, 0x2441453);\n        c = GG(c, d, a, b, x[k + 15], S23, 0xD8A1E681);\n        b = GG(b, c, d, a, x[k + 4], S24, 0xE7D3FBC8);\n        a = GG(a, b, c, d, x[k + 9], S21, 0x21E1CDE6);\n        d = GG(d, a, b, c, x[k + 14], S22, 0xC33707D6);\n        c = GG(c, d, a, b, x[k + 3], S23, 0xF4D50D87);\n        b = GG(b, c, d, a, x[k + 8], S24, 0x455A14ED);\n        a = GG(a, b, c, d, x[k + 13], S21, 0xA9E3E905);\n        d = GG(d, a, b, c, x[k + 2], S22, 0xFCEFA3F8);\n        c = GG(c, d, a, b, x[k + 7], S23, 0x676F02D9);\n        b = GG(b, c, d, a, x[k + 12], S24, 0x8D2A4C8A);\n        a = HH(a, b, c, d, x[k + 5], S31, 0xFFFA3942);\n        d = HH(d, a, b, c, x[k + 8], S32, 0x8771F681);\n        c = HH(c, d, a, b, x[k + 11], S33, 0x6D9D6122);\n        b = HH(b, c, d, a, x[k + 14], S34, 0xFDE5380C);\n        a = HH(a, b, c, d, x[k + 1], S31, 0xA4BEEA44);\n        d = HH(d, a, b, c, x[k + 4], S32, 0x4BDECFA9);\n        c = HH(c, d, a, b, x[k + 7], S33, 0xF6BB4B60);\n        b = HH(b, c, d, a, x[k + 10], S34, 0xBEBFBC70);\n        a = HH(a, b, c, d, x[k + 13], S31, 0x289B7EC6);\n        d = HH(d, a, b, c, x[k + 0], S32, 0xEAA127FA);\n        c = HH(c, d, a, b, x[k + 3], S33, 0xD4EF3085);\n        b = HH(b, c, d, a, x[k + 6], S34, 0x4881D05);\n        a = HH(a, b, c, d, x[k + 9], S31, 0xD9D4D039);\n        d = HH(d, a, b, c, x[k + 12], S32, 0xE6DB99E5);\n        c = HH(c, d, a, b, x[k + 15], S33, 0x1FA27CF8);\n        b = HH(b, c, d, a, x[k + 2], S34, 0xC4AC5665);\n        a = II(a, b, c, d, x[k + 0], S41, 0xF4292244);\n        d = II(d, a, b, c, x[k + 7], S42, 0x432AFF97);\n        c = II(c, d, a, b, x[k + 14], S43, 0xAB9423A7);\n        b = II(b, c, d, a, x[k + 5], S44, 0xFC93A039);\n        a = II(a, b, c, d, x[k + 12], S41, 0x655B59C3);\n        d = II(d, a, b, c, x[k + 3], S42, 0x8F0CCC92);\n        c = II(c, d, a, b, x[k + 10], S43, 0xFFEFF47D);\n        b = II(b, c, d, a, x[k + 1], S44, 0x85845DD1);\n        a = II(a, b, c, d, x[k + 8], S41, 0x6FA87E4F);\n        d = II(d, a, b, c, x[k + 15], S42, 0xFE2CE6E0);\n        c = II(c, d, a, b, x[k + 6], S43, 0xA3014314);\n        b = II(b, c, d, a, x[k + 13], S44, 0x4E0811A1);\n        a = II(a, b, c, d, x[k + 4], S41, 0xF7537E82);\n        d = II(d, a, b, c, x[k + 11], S42, 0xBD3AF235);\n        c = II(c, d, a, b, x[k + 2], S43, 0x2AD7D2BB);\n        b = II(b, c, d, a, x[k + 9], S44, 0xEB86D391);\n        a = addUnsigned(a, AA);\n        b = addUnsigned(b, BB);\n        c = addUnsigned(c, CC);\n        d = addUnsigned(d, DD);\n    };\n    var tempValue = wordToHex(a) + wordToHex(b) + wordToHex(c) + wordToHex(d);\n    return tempValue.toLowerCase();\n}\n//md5加密结束\n//DES加密开始\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\nvar CryptoJS = CryptoJS ||\nfunction(u, l) {\n    var d = {},\n    n = d.lib = {},\n    p = function() {},\n    s = n.Base = {\n        extend: function(a) {\n            p.prototype = this;\n            var c = new p;\n            a && c.mixIn(a);\n            c.hasOwnProperty(\"init\") || (c.init = function() {\n                c.$super.init.apply(this, arguments)\n            });\n            c.init.prototype = c;\n            c.$super = this;\n            return c\n        },\n        create: function() {\n            var a = this.extend();\n            a.init.apply(a, arguments);\n            return a\n        },\n        init: function() {},\n        mixIn: function(a) {\n            for (var c in a) a.hasOwnProperty(c) && (this[c] = a[c]);\n            a.hasOwnProperty(\"toString\") && (this.toString = a.toString)\n        },\n        clone: function() {\n            return this.init.prototype.extend(this)\n        }\n    },\n    q = n.WordArray = s.extend({\n        init: function(a, c) {\n            a = this.words = a || [];\n            this.sigBytes = c != l ? c: 4 * a.length\n        },\n        toString: function(a) {\n            return (a || v).stringify(this)\n        },\n        concat: function(a) {\n            var c = this.words,\n            m = a.words,\n            f = this.sigBytes;\n            a = a.sigBytes;\n            this.clamp();\n            if (f % 4) for (var t = 0; t < a; t++) c[f + t >>> 2] |= (m[t >>> 2] >>> 24 - 8 * (t % 4) & 255) << 24 - 8 * ((f + t) % 4);\n            else if (65535 < m.length) for (t = 0; t < a; t += 4) c[f + t >>> 2] = m[t >>> 2];\n            else c.push.apply(c, m);\n            this.sigBytes += a;\n            return this\n        },\n        clamp: function() {\n            var a = this.words,\n            c = this.sigBytes;\n            a[c >>> 2] &= 4294967295 << 32 - 8 * (c % 4);\n            a.length = u.ceil(c / 4)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a.words = this.words.slice(0);\n            return a\n        },\n        random: function(a) {\n            for (var c = [], m = 0; m < a; m += 4) c.push(4294967296 * u.random() | 0);\n            return new q.init(c, a)\n        }\n    }),\n    w = d.enc = {},\n    v = w.Hex = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) {\n                var t = c[f >>> 2] >>> 24 - 8 * (f % 4) & 255;\n                m.push((t >>> 4).toString(16));\n                m.push((t & 15).toString(16))\n            }\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f += 2) m[f >>> 3] |= parseInt(a.substr(f, 2), 16) << 24 - 4 * (f % 8);\n            return new q.init(m, c / 2)\n        }\n    },\n    b = w.Latin1 = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) m.push(String.fromCharCode(c[f >>> 2] >>> 24 - 8 * (f % 4) & 255));\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f++) m[f >>> 2] |= (a.charCodeAt(f) & 255) << 24 - 8 * (f % 4);\n            return new q.init(m, c)\n        }\n    },\n    x = w.Utf8 = {\n        stringify: function(a) {\n            try {\n                return decodeURIComponent(escape(b.stringify(a)))\n            } catch(c) {\n                throw Error(\"Malformed UTF-8 data\");\n            }\n        },\n        parse: function(a) {\n            return b.parse(unescape(encodeURIComponent(a)))\n        }\n    },\n    r = n.BufferedBlockAlgorithm = s.extend({\n        reset: function() {\n            this._data = new q.init;\n            this._nDataBytes = 0\n        },\n        _append: function(a) {\n            \"string\" == typeof a && (a = x.parse(a));\n            this._data.concat(a);\n            this._nDataBytes += a.sigBytes\n        },\n        _process: function(a) {\n            var c = this._data,\n            m = c.words,\n            f = c.sigBytes,\n            t = this.blockSize,\n            b = f / (4 * t),\n            b = a ? u.ceil(b) : u.max((b | 0) - this._minBufferSize, 0);\n            a = b * t;\n            f = u.min(4 * a, f);\n            if (a) {\n                for (var e = 0; e < a; e += t) this._doProcessBlock(m, e);\n                e = m.splice(0, a);\n                c.sigBytes -= f\n            }\n            return new q.init(e, f)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a._data = this._data.clone();\n            return a\n        },\n        _minBufferSize: 0\n    });\n    n.Hasher = r.extend({\n        cfg: s.extend(),\n        init: function(a) {\n            this.cfg = this.cfg.extend(a);\n            this.reset()\n        },\n        reset: function() {\n            r.reset.call(this);\n            this._doReset()\n        },\n        update: function(a) {\n            this._append(a);\n            this._process();\n            return this\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        blockSize: 16,\n        _createHelper: function(a) {\n            return function(c, m) {\n                return (new a.init(m)).finalize(c)\n            }\n        },\n        _createHmacHelper: function(a) {\n            return function(c, m) {\n                return (new e.HMAC.init(a, m)).finalize(c)\n            }\n        }\n    });\n    var e = d.algo = {};\n    return d\n} (Math); (function() {\n    var u = CryptoJS,\n    l = u.lib.WordArray;\n    u.enc.Base64 = {\n        stringify: function(d) {\n            var n = d.words,\n            l = d.sigBytes,\n            s = this._map;\n            d.clamp();\n            d = [];\n            for (var q = 0; q < l; q += 3) for (var w = (n[q >>> 2] >>> 24 - 8 * (q % 4) & 255) << 16 | (n[q + 1 >>> 2] >>> 24 - 8 * ((q + 1) % 4) & 255) << 8 | n[q + 2 >>> 2] >>> 24 - 8 * ((q + 2) % 4) & 255, v = 0; 4 > v && q + 0.75 * v < l; v++) d.push(s.charAt(w >>> 6 * (3 - v) & 63));\n            if (n = s.charAt(64)) for (; d.length % 4;) d.push(n);\n            return d.join(\"\")\n        },\n        parse: function(d) {\n            var n = d.length,\n            p = this._map,\n            s = p.charAt(64);\n            s && (s = d.indexOf(s), -1 != s && (n = s));\n            for (var s = [], q = 0, w = 0; w < n; w++) if (w % 4) {\n                var v = p.indexOf(d.charAt(w - 1)) << 2 * (w % 4),\n                b = p.indexOf(d.charAt(w)) >>> 6 - 2 * (w % 4);\n                s[q >>> 2] |= (v | b) << 24 - 8 * (q % 4);\n                q++\n            }\n            return l.create(s, q)\n        },\n        _map: \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\"\n    }\n})(); (function(u) {\n    function l(b, e, a, c, m, f, t) {\n        b = b + (e & a | ~e & c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function d(b, e, a, c, m, f, t) {\n        b = b + (e & c | a & ~c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function n(b, e, a, c, m, f, t) {\n        b = b + (e ^ a ^ c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function p(b, e, a, c, m, f, t) {\n        b = b + (a ^ (e | ~c)) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    for (var s = CryptoJS,\n    q = s.lib,\n    w = q.WordArray,\n    v = q.Hasher,\n    q = s.algo,\n    b = [], x = 0; 64 > x; x++) b[x] = 4294967296 * u.abs(u.sin(x + 1)) | 0;\n    q = q.MD5 = v.extend({\n        _doReset: function() {\n            this._hash = new w.init([1732584193, 4023233417, 2562383102, 271733878])\n        },\n        _doProcessBlock: function(r, e) {\n            for (var a = 0; 16 > a; a++) {\n                var c = e + a,\n                m = r[c];\n                r[c] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360\n            }\n            var a = this._hash.words,\n            c = r[e + 0],\n            m = r[e + 1],\n            f = r[e + 2],\n            t = r[e + 3],\n            y = r[e + 4],\n            q = r[e + 5],\n            s = r[e + 6],\n            w = r[e + 7],\n            v = r[e + 8],\n            u = r[e + 9],\n            x = r[e + 10],\n            z = r[e + 11],\n            A = r[e + 12],\n            B = r[e + 13],\n            C = r[e + 14],\n            D = r[e + 15],\n            g = a[0],\n            h = a[1],\n            j = a[2],\n            k = a[3],\n            g = l(g, h, j, k, c, 7, b[0]),\n            k = l(k, g, h, j, m, 12, b[1]),\n            j = l(j, k, g, h, f, 17, b[2]),\n            h = l(h, j, k, g, t, 22, b[3]),\n            g = l(g, h, j, k, y, 7, b[4]),\n            k = l(k, g, h, j, q, 12, b[5]),\n            j = l(j, k, g, h, s, 17, b[6]),\n            h = l(h, j, k, g, w, 22, b[7]),\n            g = l(g, h, j, k, v, 7, b[8]),\n            k = l(k, g, h, j, u, 12, b[9]),\n            j = l(j, k, g, h, x, 17, b[10]),\n            h = l(h, j, k, g, z, 22, b[11]),\n            g = l(g, h, j, k, A, 7, b[12]),\n            k = l(k, g, h, j, B, 12, b[13]),\n            j = l(j, k, g, h, C, 17, b[14]),\n            h = l(h, j, k, g, D, 22, b[15]),\n            g = d(g, h, j, k, m, 5, b[16]),\n            k = d(k, g, h, j, s, 9, b[17]),\n            j = d(j, k, g, h, z, 14, b[18]),\n            h = d(h, j, k, g, c, 20, b[19]),\n            g = d(g, h, j, k, q, 5, b[20]),\n            k = d(k, g, h, j, x, 9, b[21]),\n            j = d(j, k, g, h, D, 14, b[22]),\n            h = d(h, j, k, g, y, 20, b[23]),\n            g = d(g, h, j, k, u, 5, b[24]),\n            k = d(k, g, h, j, C, 9, b[25]),\n            j = d(j, k, g, h, t, 14, b[26]),\n            h = d(h, j, k, g, v, 20, b[27]),\n            g = d(g, h, j, k, B, 5, b[28]),\n            k = d(k, g, h, j, f, 9, b[29]),\n            j = d(j, k, g, h, w, 14, b[30]),\n            h = d(h, j, k, g, A, 20, b[31]),\n            g = n(g, h, j, k, q, 4, b[32]),\n            k = n(k, g, h, j, v, 11, b[33]),\n            j = n(j, k, g, h, z, 16, b[34]),\n            h = n(h, j, k, g, C, 23, b[35]),\n            g = n(g, h, j, k, m, 4, b[36]),\n            k = n(k, g, h, j, y, 11, b[37]),\n            j = n(j, k, g, h, w, 16, b[38]),\n            h = n(h, j, k, g, x, 23, b[39]),\n            g = n(g, h, j, k, B, 4, b[40]),\n            k = n(k, g, h, j, c, 11, b[41]),\n            j = n(j, k, g, h, t, 16, b[42]),\n            h = n(h, j, k, g, s, 23, b[43]),\n            g = n(g, h, j, k, u, 4, b[44]),\n            k = n(k, g, h, j, A, 11, b[45]),\n            j = n(j, k, g, h, D, 16, b[46]),\n            h = n(h, j, k, g, f, 23, b[47]),\n            g = p(g, h, j, k, c, 6, b[48]),\n            k = p(k, g, h, j, w, 10, b[49]),\n            j = p(j, k, g, h, C, 15, b[50]),\n            h = p(h, j, k, g, q, 21, b[51]),\n            g = p(g, h, j, k, A, 6, b[52]),\n            k = p(k, g, h, j, t, 10, b[53]),\n            j = p(j, k, g, h, x, 15, b[54]),\n            h = p(h, j, k, g, m, 21, b[55]),\n            g = p(g, h, j, k, v, 6, b[56]),\n            k = p(k, g, h, j, D, 10, b[57]),\n            j = p(j, k, g, h, s, 15, b[58]),\n            h = p(h, j, k, g, B, 21, b[59]),\n            g = p(g, h, j, k, y, 6, b[60]),\n            k = p(k, g, h, j, z, 10, b[61]),\n            j = p(j, k, g, h, f, 15, b[62]),\n            h = p(h, j, k, g, u, 21, b[63]);\n            a[0] = a[0] + g | 0;\n            a[1] = a[1] + h | 0;\n            a[2] = a[2] + j | 0;\n            a[3] = a[3] + k | 0\n        },\n        _doFinalize: function() {\n            var b = this._data,\n            e = b.words,\n            a = 8 * this._nDataBytes,\n            c = 8 * b.sigBytes;\n            e[c >>> 5] |= 128 << 24 - c % 32;\n            var m = u.floor(a / 4294967296);\n            e[(c + 64 >>> 9 << 4) + 15] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360;\n            e[(c + 64 >>> 9 << 4) + 14] = (a << 8 | a >>> 24) & 16711935 | (a << 24 | a >>> 8) & 4278255360;\n            b.sigBytes = 4 * (e.length + 1);\n            this._process();\n            b = this._hash;\n            e = b.words;\n            for (a = 0; 4 > a; a++) c = e[a],\n            e[a] = (c << 8 | c >>> 24) & 16711935 | (c << 24 | c >>> 8) & 4278255360;\n            return b\n        },\n        clone: function() {\n            var b = v.clone.call(this);\n            b._hash = this._hash.clone();\n            return b\n        }\n    });\n    s.MD5 = v._createHelper(q);\n    s.HmacMD5 = v._createHmacHelper(q)\n})(Math); (function() {\n    var u = CryptoJS,\n    l = u.lib,\n    d = l.Base,\n    n = l.WordArray,\n    l = u.algo,\n    p = l.EvpKDF = d.extend({\n        cfg: d.extend({\n            keySize: 4,\n            hasher: l.MD5,\n            iterations: 1\n        }),\n        init: function(d) {\n            this.cfg = this.cfg.extend(d)\n        },\n        compute: function(d, l) {\n            for (var p = this.cfg,\n            v = p.hasher.create(), b = n.create(), u = b.words, r = p.keySize, p = p.iterations; u.length < r;) {\n                e && v.update(e);\n                var e = v.update(d).finalize(l);\n                v.reset();\n                for (var a = 1; a < p; a++) e = v.finalize(e),\n                v.reset();\n                b.concat(e)\n            }\n            b.sigBytes = 4 * r;\n            return b\n        }\n    });\n    u.EvpKDF = function(d, l, n) {\n        return p.create(n).compute(d, l)\n    }\n})();\nCryptoJS.lib.Cipher ||\nfunction(u) {\n    var l = CryptoJS,\n    d = l.lib,\n    n = d.Base,\n    p = d.WordArray,\n    s = d.BufferedBlockAlgorithm,\n    q = l.enc.Base64,\n    w = l.algo.EvpKDF,\n    v = d.Cipher = s.extend({\n        cfg: n.extend(),\n        createEncryptor: function(m, a) {\n            return this.create(this._ENC_XFORM_MODE, m, a)\n        },\n        createDecryptor: function(m, a) {\n            return this.create(this._DEC_XFORM_MODE, m, a)\n        },\n        init: function(m, a, b) {\n            this.cfg = this.cfg.extend(b);\n            this._xformMode = m;\n            this._key = a;\n            this.reset()\n        },\n        reset: function() {\n            s.reset.call(this);\n            this._doReset()\n        },\n        process: function(a) {\n            this._append(a);\n            return this._process()\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        keySize: 4,\n        ivSize: 4,\n        _ENC_XFORM_MODE: 1,\n        _DEC_XFORM_MODE: 2,\n        _createHelper: function(m) {\n            return {\n                encrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).encrypt(m, f, b, e)\n                },\n                decrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).decrypt(m, f, b, e)\n                }\n            }\n        }\n    });\n    d.StreamCipher = v.extend({\n        _doFinalize: function() {\n            return this._process(!0)\n        },\n        blockSize: 1\n    });\n    var b = l.mode = {},\n    x = function(a, f, b) {\n        var c = this._iv;\n        c ? this._iv = u: c = this._prevBlock;\n        for (var e = 0; e < b; e++) a[f + e] ^= c[e]\n    },\n    r = (d.BlockCipherMode = n.extend({\n        createEncryptor: function(a, f) {\n            return this.Encryptor.create(a, f)\n        },\n        createDecryptor: function(a, f) {\n            return this.Decryptor.create(a, f)\n        },\n        init: function(a, f) {\n            this._cipher = a;\n            this._iv = f\n        }\n    })).extend();\n    r.Encryptor = r.extend({\n        processBlock: function(a, f) {\n            var b = this._cipher,\n            c = b.blockSize;\n            x.call(this, a, f, c);\n            b.encryptBlock(a, f);\n            this._prevBlock = a.slice(f, f + c)\n        }\n    });\n    r.Decryptor = r.extend({\n        processBlock: function(a, b) {\n            var c = this._cipher,\n            e = c.blockSize,\n            d = a.slice(b, b + e);\n            c.decryptBlock(a, b);\n            x.call(this, a, b, e);\n            this._prevBlock = d\n        }\n    });\n    b = b.CBC = r;\n    r = (l.pad = {}).Pkcs7 = {\n        pad: function(a, b) {\n            for (var c = 4 * b,\n            c = c - a.sigBytes % c,\n            e = c << 24 | c << 16 | c << 8 | c,\n            d = [], l = 0; l < c; l += 4) d.push(e);\n            c = p.create(d, c);\n            a.concat(c)\n        },\n        unpad: function(a) {\n            a.sigBytes -= a.words[a.sigBytes - 1 >>> 2] & 255\n        }\n    };\n    d.BlockCipher = v.extend({\n        cfg: v.cfg.extend({\n            mode: b,\n            padding: r\n        }),\n        reset: function() {\n            v.reset.call(this);\n            var a = this.cfg,\n            c = a.iv,\n            a = a.mode;\n            if (this._xformMode == this._ENC_XFORM_MODE) var b = a.createEncryptor;\n            else b = a.createDecryptor,\n            this._minBufferSize = 1;\n            this._mode = b.call(a, this, c && c.words)\n        },\n        _doProcessBlock: function(a, c) {\n            this._mode.processBlock(a, c)\n        },\n        _doFinalize: function() {\n            var a = this.cfg.padding;\n            if (this._xformMode == this._ENC_XFORM_MODE) {\n                a.pad(this._data, this.blockSize);\n                var c = this._process(!0)\n            } else c = this._process(!0),\n            a.unpad(c);\n            return c\n        },\n        blockSize: 4\n    });\n    var e = d.CipherParams = n.extend({\n        init: function(a) {\n            this.mixIn(a)\n        },\n        toString: function(a) {\n            return (a || this.formatter).stringify(this)\n        }\n    }),\n    b = (l.format = {}).OpenSSL = {\n        stringify: function(a) {\n            var c = a.ciphertext;\n            a = a.salt;\n            return (a ? p.create([1398893684, 1701076831]).concat(a).concat(c) : c).toString(q)\n        },\n        parse: function(a) {\n            a = q.parse(a);\n            var c = a.words;\n            if (1398893684 == c[0] && 1701076831 == c[1]) {\n                var b = p.create(c.slice(2, 4));\n                c.splice(0, 4);\n                a.sigBytes -= 16\n            }\n            return e.create({\n                ciphertext: a,\n                salt: b\n            })\n        }\n    },\n    a = d.SerializableCipher = n.extend({\n        cfg: n.extend({\n            format: b\n        }),\n        encrypt: function(a, c, b, d) {\n            d = this.cfg.extend(d);\n            var l = a.createEncryptor(b, d);\n            c = l.finalize(c);\n            l = l.cfg;\n            return e.create({\n                ciphertext: c,\n                key: b,\n                iv: l.iv,\n                algorithm: a,\n                mode: l.mode,\n                padding: l.padding,\n                blockSize: a.blockSize,\n                formatter: d.format\n            })\n        },\n        decrypt: function(a, c, b, e) {\n            e = this.cfg.extend(e);\n            c = this._parse(c, e.format);\n            return a.createDecryptor(b, e).finalize(c.ciphertext)\n        },\n        _parse: function(a, c) {\n            return \"string\" == typeof a ? c.parse(a, this) : a\n        }\n    }),\n    l = (l.kdf = {}).OpenSSL = {\n        execute: function(a, c, b, d) {\n            d || (d = p.random(8));\n            a = w.create({\n                keySize: c + b\n            }).compute(a, d);\n            b = p.create(a.words.slice(c), 4 * b);\n            a.sigBytes = 4 * c;\n            return e.create({\n                key: a,\n                iv: b,\n                salt: d\n            })\n        }\n    },\n    c = d.PasswordBasedCipher = a.extend({\n        cfg: a.cfg.extend({\n            kdf: l\n        }),\n        encrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            e = d.kdf.execute(e, c.keySize, c.ivSize);\n            d.iv = e.iv;\n            c = a.encrypt.call(this, c, b, e.key, d);\n            c.mixIn(e);\n            return c\n        },\n        decrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            b = this._parse(b, d.format);\n            e = d.kdf.execute(e, c.keySize, c.ivSize, b.salt);\n            d.iv = e.iv;\n            return a.decrypt.call(this, c, b, e.key, d)\n        }\n    })\n} (); (function() {\n    function u(b, a) {\n        var c = (this._lBlock >>> b ^ this._rBlock) & a;\n        this._rBlock ^= c;\n        this._lBlock ^= c << b\n    }\n    function l(b, a) {\n        var c = (this._rBlock >>> b ^ this._lBlock) & a;\n        this._lBlock ^= c;\n        this._rBlock ^= c << b\n    }\n    var d = CryptoJS,\n    n = d.lib,\n    p = n.WordArray,\n    n = n.BlockCipher,\n    s = d.algo,\n    q = [57, 49, 41, 33, 25, 17, 9, 1, 58, 50, 42, 34, 26, 18, 10, 2, 59, 51, 43, 35, 27, 19, 11, 3, 60, 52, 44, 36, 63, 55, 47, 39, 31, 23, 15, 7, 62, 54, 46, 38, 30, 22, 14, 6, 61, 53, 45, 37, 29, 21, 13, 5, 28, 20, 12, 4],\n    w = [14, 17, 11, 24, 1, 5, 3, 28, 15, 6, 21, 10, 23, 19, 12, 4, 26, 8, 16, 7, 27, 20, 13, 2, 41, 52, 31, 37, 47, 55, 30, 40, 51, 45, 33, 48, 44, 49, 39, 56, 34, 53, 46, 42, 50, 36, 29, 32],\n    v = [1, 2, 4, 6, 8, 10, 12, 14, 15, 17, 19, 21, 23, 25, 27, 28],\n    b = [{\n        \"0\": 8421888,\n        268435456 : 32768,\n        536870912 : 8421378,\n        805306368 : 2,\n        1073741824 : 512,\n        1342177280 : 8421890,\n        1610612736 : 8389122,\n        1879048192 : 8388608,\n        2147483648 : 514,\n        2415919104 : 8389120,\n        2684354560 : 33280,\n        2952790016 : 8421376,\n        3221225472 : 32770,\n        3489660928 : 8388610,\n        3758096384 : 0,\n        4026531840 : 33282,\n        134217728 : 0,\n        402653184 : 8421890,\n        671088640 : 33282,\n        939524096 : 32768,\n        1207959552 : 8421888,\n        1476395008 : 512,\n        1744830464 : 8421378,\n        2013265920 : 2,\n        2281701376 : 8389120,\n        2550136832 : 33280,\n        2818572288 : 8421376,\n        3087007744 : 8389122,\n        3355443200 : 8388610,\n        3623878656 : 32770,\n        3892314112 : 514,\n        4160749568 : 8388608,\n        1 : 32768,\n        268435457 : 2,\n        536870913 : 8421888,\n        805306369 : 8388608,\n        1073741825 : 8421378,\n        1342177281 : 33280,\n        1610612737 : 512,\n        1879048193 : 8389122,\n        2147483649 : 8421890,\n        2415919105 : 8421376,\n        2684354561 : 8388610,\n        2952790017 : 33282,\n        3221225473 : 514,\n        3489660929 : 8389120,\n        3758096385 : 32770,\n        4026531841 : 0,\n        134217729 : 8421890,\n        402653185 : 8421376,\n        671088641 : 8388608,\n        939524097 : 512,\n        1207959553 : 32768,\n        1476395009 : 8388610,\n        1744830465 : 2,\n        2013265921 : 33282,\n        2281701377 : 32770,\n        2550136833 : 8389122,\n        2818572289 : 514,\n        3087007745 : 8421888,\n        3355443201 : 8389120,\n        3623878657 : 0,\n        3892314113 : 33280,\n        4160749569 : 8421378\n    },\n    {\n        \"0\": 1074282512,\n        16777216 : 16384,\n        33554432 : 524288,\n        50331648 : 1074266128,\n        67108864 : 1073741840,\n        83886080 : 1074282496,\n        100663296 : 1073758208,\n        117440512 : 16,\n        134217728 : 540672,\n        150994944 : 1073758224,\n        167772160 : 1073741824,\n        184549376 : 540688,\n        201326592 : 524304,\n        218103808 : 0,\n        234881024 : 16400,\n        251658240 : 1074266112,\n        8388608 : 1073758208,\n        25165824 : 540688,\n        41943040 : 16,\n        58720256 : 1073758224,\n        75497472 : 1074282512,\n        92274688 : 1073741824,\n        109051904 : 524288,\n        125829120 : 1074266128,\n        142606336 : 524304,\n        159383552 : 0,\n        176160768 : 16384,\n        192937984 : 1074266112,\n        209715200 : 1073741840,\n        226492416 : 540672,\n        243269632 : 1074282496,\n        260046848 : 16400,\n        268435456 : 0,\n        285212672 : 1074266128,\n        301989888 : 1073758224,\n        318767104 : 1074282496,\n        335544320 : 1074266112,\n        352321536 : 16,\n        369098752 : 540688,\n        385875968 : 16384,\n        402653184 : 16400,\n        419430400 : 524288,\n        436207616 : 524304,\n        452984832 : 1073741840,\n        469762048 : 540672,\n        486539264 : 1073758208,\n        503316480 : 1073741824,\n        520093696 : 1074282512,\n        276824064 : 540688,\n        293601280 : 524288,\n        310378496 : 1074266112,\n        327155712 : 16384,\n        343932928 : 1073758208,\n        360710144 : 1074282512,\n        377487360 : 16,\n        394264576 : 1073741824,\n        411041792 : 1074282496,\n        427819008 : 1073741840,\n        444596224 : 1073758224,\n        461373440 : 524304,\n        478150656 : 0,\n        494927872 : 16400,\n        511705088 : 1074266128,\n        528482304 : 540672\n    },\n    {\n        \"0\": 260,\n        1048576 : 0,\n        2097152 : 67109120,\n        3145728 : 65796,\n        4194304 : 65540,\n        5242880 : 67108868,\n        6291456 : 67174660,\n        7340032 : 67174400,\n        8388608 : 67108864,\n        9437184 : 67174656,\n        10485760 : 65792,\n        11534336 : 67174404,\n        12582912 : 67109124,\n        13631488 : 65536,\n        14680064 : 4,\n        15728640 : 256,\n        524288 : 67174656,\n        1572864 : 67174404,\n        2621440 : 0,\n        3670016 : 67109120,\n        4718592 : 67108868,\n        5767168 : 65536,\n        6815744 : 65540,\n        7864320 : 260,\n        8912896 : 4,\n        9961472 : 256,\n        11010048 : 67174400,\n        12058624 : 65796,\n        13107200 : 65792,\n        14155776 : 67109124,\n        15204352 : 67174660,\n        16252928 : 67108864,\n        16777216 : 67174656,\n        17825792 : 65540,\n        18874368 : 65536,\n        19922944 : 67109120,\n        20971520 : 256,\n        22020096 : 67174660,\n        23068672 : 67108868,\n        24117248 : 0,\n        25165824 : 67109124,\n        26214400 : 67108864,\n        27262976 : 4,\n        28311552 : 65792,\n        29360128 : 67174400,\n        30408704 : 260,\n        31457280 : 65796,\n        32505856 : 67174404,\n        17301504 : 67108864,\n        18350080 : 260,\n        19398656 : 67174656,\n        20447232 : 0,\n        21495808 : 65540,\n        22544384 : 67109120,\n        23592960 : 256,\n        24641536 : 67174404,\n        25690112 : 65536,\n        26738688 : 67174660,\n        27787264 : 65796,\n        28835840 : 67108868,\n        29884416 : 67109124,\n        30932992 : 67174400,\n        31981568 : 4,\n        33030144 : 65792\n    },\n    {\n        \"0\": 2151682048,\n        65536 : 2147487808,\n        131072 : 4198464,\n        196608 : 2151677952,\n        262144 : 0,\n        327680 : 4198400,\n        393216 : 2147483712,\n        458752 : 4194368,\n        524288 : 2147483648,\n        589824 : 4194304,\n        655360 : 64,\n        720896 : 2147487744,\n        786432 : 2151678016,\n        851968 : 4160,\n        917504 : 4096,\n        983040 : 2151682112,\n        32768 : 2147487808,\n        98304 : 64,\n        163840 : 2151678016,\n        229376 : 2147487744,\n        294912 : 4198400,\n        360448 : 2151682112,\n        425984 : 0,\n        491520 : 2151677952,\n        557056 : 4096,\n        622592 : 2151682048,\n        688128 : 4194304,\n        753664 : 4160,\n        819200 : 2147483648,\n        884736 : 4194368,\n        950272 : 4198464,\n        1015808 : 2147483712,\n        1048576 : 4194368,\n        1114112 : 4198400,\n        1179648 : 2147483712,\n        1245184 : 0,\n        1310720 : 4160,\n        1376256 : 2151678016,\n        1441792 : 2151682048,\n        1507328 : 2147487808,\n        1572864 : 2151682112,\n        1638400 : 2147483648,\n        1703936 : 2151677952,\n        1769472 : 4198464,\n        1835008 : 2147487744,\n        1900544 : 4194304,\n        1966080 : 64,\n        2031616 : 4096,\n        1081344 : 2151677952,\n        1146880 : 2151682112,\n        1212416 : 0,\n        1277952 : 4198400,\n        1343488 : 4194368,\n        1409024 : 2147483648,\n        1474560 : 2147487808,\n        1540096 : 64,\n        1605632 : 2147483712,\n        1671168 : 4096,\n        1736704 : 2147487744,\n        1802240 : 2151678016,\n        1867776 : 4160,\n        1933312 : 2151682048,\n        1998848 : 4194304,\n        2064384 : 4198464\n    },\n    {\n        \"0\": 128,\n        4096 : 17039360,\n        8192 : 262144,\n        12288 : 536870912,\n        16384 : 537133184,\n        20480 : 16777344,\n        24576 : 553648256,\n        28672 : 262272,\n        32768 : 16777216,\n        36864 : 537133056,\n        40960 : 536871040,\n        45056 : 553910400,\n        49152 : 553910272,\n        53248 : 0,\n        57344 : 17039488,\n        61440 : 553648128,\n        2048 : 17039488,\n        6144 : 553648256,\n        10240 : 128,\n        14336 : 17039360,\n        18432 : 262144,\n        22528 : 537133184,\n        26624 : 553910272,\n        30720 : 536870912,\n        34816 : 537133056,\n        38912 : 0,\n        43008 : 553910400,\n        47104 : 16777344,\n        51200 : 536871040,\n        55296 : 553648128,\n        59392 : 16777216,\n        63488 : 262272,\n        65536 : 262144,\n        69632 : 128,\n        73728 : 536870912,\n        77824 : 553648256,\n        81920 : 16777344,\n        86016 : 553910272,\n        90112 : 537133184,\n        94208 : 16777216,\n        98304 : 553910400,\n        102400 : 553648128,\n        106496 : 17039360,\n        110592 : 537133056,\n        114688 : 262272,\n        118784 : 536871040,\n        122880 : 0,\n        126976 : 17039488,\n        67584 : 553648256,\n        71680 : 16777216,\n        75776 : 17039360,\n        79872 : 537133184,\n        83968 : 536870912,\n        88064 : 17039488,\n        92160 : 128,\n        96256 : 553910272,\n        100352 : 262272,\n        104448 : 553910400,\n        108544 : 0,\n        112640 : 553648128,\n        116736 : 16777344,\n        120832 : 262144,\n        124928 : 537133056,\n        129024 : 536871040\n    },\n    {\n        \"0\": 268435464,\n        256 : 8192,\n        512 : 270532608,\n        768 : 270540808,\n        1024 : 268443648,\n        1280 : 2097152,\n        1536 : 2097160,\n        1792 : 268435456,\n        2048 : 0,\n        2304 : 268443656,\n        2560 : 2105344,\n        2816 : 8,\n        3072 : 270532616,\n        3328 : 2105352,\n        3584 : 8200,\n        3840 : 270540800,\n        128 : 270532608,\n        384 : 270540808,\n        640 : 8,\n        896 : 2097152,\n        1152 : 2105352,\n        1408 : 268435464,\n        1664 : 268443648,\n        1920 : 8200,\n        2176 : 2097160,\n        2432 : 8192,\n        2688 : 268443656,\n        2944 : 270532616,\n        3200 : 0,\n        3456 : 270540800,\n        3712 : 2105344,\n        3968 : 268435456,\n        4096 : 268443648,\n        4352 : 270532616,\n        4608 : 270540808,\n        4864 : 8200,\n        5120 : 2097152,\n        5376 : 268435456,\n        5632 : 268435464,\n        5888 : 2105344,\n        6144 : 2105352,\n        6400 : 0,\n        6656 : 8,\n        6912 : 270532608,\n        7168 : 8192,\n        7424 : 268443656,\n        7680 : 270540800,\n        7936 : 2097160,\n        4224 : 8,\n        4480 : 2105344,\n        4736 : 2097152,\n        4992 : 268435464,\n        5248 : 268443648,\n        5504 : 8200,\n        5760 : 270540808,\n        6016 : 270532608,\n        6272 : 270540800,\n        6528 : 270532616,\n        6784 : 8192,\n        7040 : 2105352,\n        7296 : 2097160,\n        7552 : 0,\n        7808 : 268435456,\n        8064 : 268443656\n    },\n    {\n        \"0\": 1048576,\n        16 : 33555457,\n        32 : 1024,\n        48 : 1049601,\n        64 : 34604033,\n        80 : 0,\n        96 : 1,\n        112 : 34603009,\n        128 : 33555456,\n        144 : 1048577,\n        160 : 33554433,\n        176 : 34604032,\n        192 : 34603008,\n        208 : 1025,\n        224 : 1049600,\n        240 : 33554432,\n        8 : 34603009,\n        24 : 0,\n        40 : 33555457,\n        56 : 34604032,\n        72 : 1048576,\n        88 : 33554433,\n        104 : 33554432,\n        120 : 1025,\n        136 : 1049601,\n        152 : 33555456,\n        168 : 34603008,\n        184 : 1048577,\n        200 : 1024,\n        216 : 34604033,\n        232 : 1,\n        248 : 1049600,\n        256 : 33554432,\n        272 : 1048576,\n        288 : 33555457,\n        304 : 34603009,\n        320 : 1048577,\n        336 : 33555456,\n        352 : 34604032,\n        368 : 1049601,\n        384 : 1025,\n        400 : 34604033,\n        416 : 1049600,\n        432 : 1,\n        448 : 0,\n        464 : 34603008,\n        480 : 33554433,\n        496 : 1024,\n        264 : 1049600,\n        280 : 33555457,\n        296 : 34603009,\n        312 : 1,\n        328 : 33554432,\n        344 : 1048576,\n        360 : 1025,\n        376 : 34604032,\n        392 : 33554433,\n        408 : 34603008,\n        424 : 0,\n        440 : 34604033,\n        456 : 1049601,\n        472 : 1024,\n        488 : 33555456,\n        504 : 1048577\n    },\n    {\n        \"0\": 134219808,\n        1 : 131072,\n        2 : 134217728,\n        3 : 32,\n        4 : 131104,\n        5 : 134350880,\n        6 : 134350848,\n        7 : 2048,\n        8 : 134348800,\n        9 : 134219776,\n        10 : 133120,\n        11 : 134348832,\n        12 : 2080,\n        13 : 0,\n        14 : 134217760,\n        15 : 133152,\n        2147483648 : 2048,\n        2147483649 : 134350880,\n        2147483650 : 134219808,\n        2147483651 : 134217728,\n        2147483652 : 134348800,\n        2147483653 : 133120,\n        2147483654 : 133152,\n        2147483655 : 32,\n        2147483656 : 134217760,\n        2147483657 : 2080,\n        2147483658 : 131104,\n        2147483659 : 134350848,\n        2147483660 : 0,\n        2147483661 : 134348832,\n        2147483662 : 134219776,\n        2147483663 : 131072,\n        16 : 133152,\n        17 : 134350848,\n        18 : 32,\n        19 : 2048,\n        20 : 134219776,\n        21 : 134217760,\n        22 : 134348832,\n        23 : 131072,\n        24 : 0,\n        25 : 131104,\n        26 : 134348800,\n        27 : 134219808,\n        28 : 134350880,\n        29 : 133120,\n        30 : 2080,\n        31 : 134217728,\n        2147483664 : 131072,\n        2147483665 : 2048,\n        2147483666 : 134348832,\n        2147483667 : 133152,\n        2147483668 : 32,\n        2147483669 : 134348800,\n        2147483670 : 134217728,\n        2147483671 : 134219808,\n        2147483672 : 134350880,\n        2147483673 : 134217760,\n        2147483674 : 134219776,\n        2147483675 : 0,\n        2147483676 : 133120,\n        2147483677 : 2080,\n        2147483678 : 131104,\n        2147483679 : 134350848\n    }],\n    x = [4160749569, 528482304, 33030144, 2064384, 129024, 8064, 504, 2147483679],\n    r = s.DES = n.extend({\n        _doReset: function() {\n            for (var b = this._key.words,\n            a = [], c = 0; 56 > c; c++) {\n                var d = q[c] - 1;\n                a[c] = b[d >>> 5] >>> 31 - d % 32 & 1\n            }\n            b = this._subKeys = [];\n            for (d = 0; 16 > d; d++) {\n                for (var f = b[d] = [], l = v[d], c = 0; 24 > c; c++) f[c / 6 | 0] |= a[(w[c] - 1 + l) % 28] << 31 - c % 6,\n                f[4 + (c / 6 | 0)] |= a[28 + (w[c + 24] - 1 + l) % 28] << 31 - c % 6;\n                f[0] = f[0] << 1 | f[0] >>> 31;\n                for (c = 1; 7 > c; c++) f[c] >>>= 4 * (c - 1) + 3;\n                f[7] = f[7] << 5 | f[7] >>> 27\n            }\n            a = this._invSubKeys = [];\n            for (c = 0; 16 > c; c++) a[c] = b[15 - c]\n        },\n        encryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._subKeys)\n        },\n        decryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._invSubKeys)\n        },\n        _doCryptBlock: function(e, a, c) {\n            this._lBlock = e[a];\n            this._rBlock = e[a + 1];\n            u.call(this, 4, 252645135);\n            u.call(this, 16, 65535);\n            l.call(this, 2, 858993459);\n            l.call(this, 8, 16711935);\n            u.call(this, 1, 1431655765);\n            for (var d = 0; 16 > d; d++) {\n                for (var f = c[d], n = this._lBlock, p = this._rBlock, q = 0, r = 0; 8 > r; r++) q |= b[r][((p ^ f[r]) & x[r]) >>> 0];\n                this._lBlock = p;\n                this._rBlock = n ^ q\n            }\n            c = this._lBlock;\n            this._lBlock = this._rBlock;\n            this._rBlock = c;\n            u.call(this, 1, 1431655765);\n            l.call(this, 8, 16711935);\n            l.call(this, 2, 858993459);\n            u.call(this, 16, 65535);\n            u.call(this, 4, 252645135);\n            e[a] = this._lBlock;\n            e[a + 1] = this._rBlock\n        },\n        keySize: 2,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.DES = n._createHelper(r);\n    s = s.TripleDES = n.extend({\n        _doReset: function() {\n            var b = this._key.words;\n            this._des1 = r.createEncryptor(p.create(b.slice(0, 2)));\n            this._des2 = r.createEncryptor(p.create(b.slice(2, 4)));\n            this._des3 = r.createEncryptor(p.create(b.slice(4, 6)))\n        },\n        encryptBlock: function(b, a) {\n            this._des1.encryptBlock(b, a);\n            this._des2.decryptBlock(b, a);\n            this._des3.encryptBlock(b, a)\n        },\n        decryptBlock: function(b, a) {\n            this._des3.decryptBlock(b, a);\n            this._des2.encryptBlock(b, a);\n            this._des1.decryptBlock(b, a)\n        },\n        keySize: 6,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.TripleDES = n._createHelper(s)\n})();\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\n/**\n * Electronic Codebook block mode.\n */\nCryptoJS.mode.ECB = (function() {\n    var ECB = CryptoJS.lib.BlockCipherMode.extend();\n\n    ECB.Encryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.encryptBlock(words, offset);\n        }\n    });\n\n    ECB.Decryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.decryptBlock(words, offset);\n        }\n    });\n\n    return ECB;\n} ());\n\nfunction encryptByDES(message, key) {\n    var keyHex = CryptoJS.enc.Utf8.parse(key);\n    var encrypted = CryptoJS.DES.encrypt(message, keyHex, {\n        mode: CryptoJS.mode.ECB,\n        padding: CryptoJS.pad.Pkcs7\n    });\n    return encrypted.toString()\n}\n//DES加密结束\nvar deskey = 'web@hzlq';\nvar userId='0';\nfunction getPostUrl(data,type) {\nvar url = 'http://m.ndlib.cn/nlc_read_home/service.do';\nvar md5Key = 'library_2016@hzlq';\nvalue = {\n    siteId: 1,\n    data: encryptByDES(JSON.stringify(data), deskey),\n    userId: userId,\n    fromSource: 3,\n    osType: 5,\n    version: \"1.0.1\",\n    versionCode: 10001,\n    timeStamp: data.timeStamp,\n    hashCode: md5(data.timeStamp + md5Key)\n};\nvar cmd = \"cmd=\"+type+\"&value=\" + encodeURIComponent(JSON.stringify(value));\nvar option = {\n   \"method\": \"POST\",\n   \"body\": String(cmd)\n};\nreturn result=url + ','+JSON.stringify(option);\n}\n//目录链接生成\ndata = {\n    timeStamp:Date.now(),\n    resourceId:result,\n    pageSize:10000,\n    pageNum:1\n};\ngetPostUrl(data,'qryChapterList');",
      "coverUrl": "$.coverUrl",
      "intro": "$.shortIntro",
      "kind": "$.categoryName",
      "lastChapter": "",
      "name": "$.name",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "$.returnObject[0].children||$.returnObject@js:\n//账号信息定义（方式二会覆盖方式一)\n//方式一：账号密码\nvar account='';\nvar pwd='';\n//方式二：成功登录后的cookie的值（再次登录或退出登录或超过一定时间会失效）\nvar userId='';\nvar siteId='';\nvar wapToken='';\n//定义结束\n\n//以下代码不要动\n//md5加密开始\nvar rotateLeft = function(lValue, iShiftBits) {\n    return (lValue << iShiftBits) | (lValue >>> (32 - iShiftBits))\n}\nvar addUnsigned = function(lX, lY) {\n    var lX4, lY4, lX8, lY8, lResult;\n    lX8 = (lX & 0x80000000);\n    lY8 = (lY & 0x80000000);\n    lX4 = (lX & 0x40000000);\n    lY4 = (lY & 0x40000000);\n    lResult = (lX & 0x3FFFFFFF) + (lY & 0x3FFFFFFF);\n    if (lX4 & lY4) return (lResult ^ 0x80000000 ^ lX8 ^ lY8);\n    if (lX4 | lY4) {\n        if (lResult & 0x40000000) return (lResult ^ 0xC0000000 ^ lX8 ^ lY8);\n        else return (lResult ^ 0x40000000 ^ lX8 ^ lY8)\n    } else {\n        return (lResult ^ lX8 ^ lY8)\n    }\n}\nvar F = function(x, y, z) {\n    return (x & y) | ((~x) & z)\n}\nvar G = function(x, y, z) {\n    return (x & z) | (y & (~z))\n}\nvar H = function(x, y, z) {\n    return (x ^ y ^ z)\n}\nvar I = function(x, y, z) {\n    return (y ^ (x | (~z)))\n}\nvar FF = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(F(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar GG = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(G(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar HH = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(H(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar II = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(I(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar convertToWordArray = function(string) {\n    var lWordCount;\n    var lMessageLength = string.length;\n    var lNumberOfWordsTempOne = lMessageLength + 8;\n    var lNumberOfWordsTempTwo = (lNumberOfWordsTempOne - (lNumberOfWordsTempOne % 64)) / 64;\n    var lNumberOfWords = (lNumberOfWordsTempTwo + 1) * 16;\n    var lWordArray = Array(lNumberOfWords - 1);\n    var lBytePosition = 0;\n    var lByteCount = 0;\n    while (lByteCount < lMessageLength) {\n        lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n        lBytePosition = (lByteCount % 4) * 8;\n        lWordArray[lWordCount] = (lWordArray[lWordCount] | (string.charCodeAt(lByteCount) << lBytePosition));\n        lByteCount++\n    }\n    lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n    lBytePosition = (lByteCount % 4) * 8;\n    lWordArray[lWordCount] = lWordArray[lWordCount] | (0x80 << lBytePosition);\n    lWordArray[lNumberOfWords - 2] = lMessageLength << 3;\n    lWordArray[lNumberOfWords - 1] = lMessageLength >>> 29;\n    return lWordArray\n};\nvar wordToHex = function(lValue) {\n    var WordToHexValue = \"\",\n    WordToHexValueTemp = \"\",\n    lByte, lCount;\n    for (lCount = 0; lCount <= 3; lCount++) {\n        lByte = (lValue >>> (lCount * 8)) & 255;\n        WordToHexValueTemp = \"0\" + lByte.toString(16);\n        WordToHexValue = WordToHexValue + WordToHexValueTemp.substr(WordToHexValueTemp.length - 2, 2)\n    }\n    return WordToHexValue\n};\nvar uTF8Encode = function(string) {\n    string = string.replace(/\\x0d\\x0a/g, \"\\x0a\");\n    var output = \"\";\n    for (var n = 0; n < string.length; n++) {\n        var c = string.charCodeAt(n);\n        if (c < 128) {\n            output += String.fromCharCode(c)\n        } else if ((c > 127) && (c < 2048)) {\n            output += String.fromCharCode((c >> 6) | 192);\n            output += String.fromCharCode((c & 63) | 128)\n        } else {\n            output += String.fromCharCode((c >> 12) | 224);\n            output += String.fromCharCode(((c >> 6) & 63) | 128);\n            output += String.fromCharCode((c & 63) | 128)\n        }\n    }\n    return output;\n};\nfunction md5(string) {\n    var x = Array();\n    var k, AA, BB, CC, DD, a, b, c, d;\n    var S11 = 7,\n    S12 = 12,\n    S13 = 17,\n    S14 = 22;\n    var S21 = 5,\n    S22 = 9,\n    S23 = 14,\n    S24 = 20;\n    var S31 = 4,\n    S32 = 11,\n    S33 = 16,\n    S34 = 23;\n    var S41 = 6,\n    S42 = 10,\n    S43 = 15,\n    S44 = 21;\n    string = uTF8Encode(string);\n    x = convertToWordArray(string);\n    a = 0x67452301;\n    b = 0xEFCDAB89;\n    c = 0x98BADCFE;\n    d = 0x10325476;\n    for (k = 0; k < x.length; k += 16) {\n        AA = a;\n        BB = b;\n        CC = c;\n        DD = d;\n        a = FF(a, b, c, d, x[k + 0], S11, 0xD76AA478);\n        d = FF(d, a, b, c, x[k + 1], S12, 0xE8C7B756);\n        c = FF(c, d, a, b, x[k + 2], S13, 0x242070DB);\n        b = FF(b, c, d, a, x[k + 3], S14, 0xC1BDCEEE);\n        a = FF(a, b, c, d, x[k + 4], S11, 0xF57C0FAF);\n        d = FF(d, a, b, c, x[k + 5], S12, 0x4787C62A);\n        c = FF(c, d, a, b, x[k + 6], S13, 0xA8304613);\n        b = FF(b, c, d, a, x[k + 7], S14, 0xFD469501);\n        a = FF(a, b, c, d, x[k + 8], S11, 0x698098D8);\n        d = FF(d, a, b, c, x[k + 9], S12, 0x8B44F7AF);\n        c = FF(c, d, a, b, x[k + 10], S13, 0xFFFF5BB1);\n        b = FF(b, c, d, a, x[k + 11], S14, 0x895CD7BE);\n        a = FF(a, b, c, d, x[k + 12], S11, 0x6B901122);\n        d = FF(d, a, b, c, x[k + 13], S12, 0xFD987193);\n        c = FF(c, d, a, b, x[k + 14], S13, 0xA679438E);\n        b = FF(b, c, d, a, x[k + 15], S14, 0x49B40821);\n        a = GG(a, b, c, d, x[k + 1], S21, 0xF61E2562);\n        d = GG(d, a, b, c, x[k + 6], S22, 0xC040B340);\n        c = GG(c, d, a, b, x[k + 11], S23, 0x265E5A51);\n        b = GG(b, c, d, a, x[k + 0], S24, 0xE9B6C7AA);\n        a = GG(a, b, c, d, x[k + 5], S21, 0xD62F105D);\n        d = GG(d, a, b, c, x[k + 10], S22, 0x2441453);\n        c = GG(c, d, a, b, x[k + 15], S23, 0xD8A1E681);\n        b = GG(b, c, d, a, x[k + 4], S24, 0xE7D3FBC8);\n        a = GG(a, b, c, d, x[k + 9], S21, 0x21E1CDE6);\n        d = GG(d, a, b, c, x[k + 14], S22, 0xC33707D6);\n        c = GG(c, d, a, b, x[k + 3], S23, 0xF4D50D87);\n        b = GG(b, c, d, a, x[k + 8], S24, 0x455A14ED);\n        a = GG(a, b, c, d, x[k + 13], S21, 0xA9E3E905);\n        d = GG(d, a, b, c, x[k + 2], S22, 0xFCEFA3F8);\n        c = GG(c, d, a, b, x[k + 7], S23, 0x676F02D9);\n        b = GG(b, c, d, a, x[k + 12], S24, 0x8D2A4C8A);\n        a = HH(a, b, c, d, x[k + 5], S31, 0xFFFA3942);\n        d = HH(d, a, b, c, x[k + 8], S32, 0x8771F681);\n        c = HH(c, d, a, b, x[k + 11], S33, 0x6D9D6122);\n        b = HH(b, c, d, a, x[k + 14], S34, 0xFDE5380C);\n        a = HH(a, b, c, d, x[k + 1], S31, 0xA4BEEA44);\n        d = HH(d, a, b, c, x[k + 4], S32, 0x4BDECFA9);\n        c = HH(c, d, a, b, x[k + 7], S33, 0xF6BB4B60);\n        b = HH(b, c, d, a, x[k + 10], S34, 0xBEBFBC70);\n        a = HH(a, b, c, d, x[k + 13], S31, 0x289B7EC6);\n        d = HH(d, a, b, c, x[k + 0], S32, 0xEAA127FA);\n        c = HH(c, d, a, b, x[k + 3], S33, 0xD4EF3085);\n        b = HH(b, c, d, a, x[k + 6], S34, 0x4881D05);\n        a = HH(a, b, c, d, x[k + 9], S31, 0xD9D4D039);\n        d = HH(d, a, b, c, x[k + 12], S32, 0xE6DB99E5);\n        c = HH(c, d, a, b, x[k + 15], S33, 0x1FA27CF8);\n        b = HH(b, c, d, a, x[k + 2], S34, 0xC4AC5665);\n        a = II(a, b, c, d, x[k + 0], S41, 0xF4292244);\n        d = II(d, a, b, c, x[k + 7], S42, 0x432AFF97);\n        c = II(c, d, a, b, x[k + 14], S43, 0xAB9423A7);\n        b = II(b, c, d, a, x[k + 5], S44, 0xFC93A039);\n        a = II(a, b, c, d, x[k + 12], S41, 0x655B59C3);\n        d = II(d, a, b, c, x[k + 3], S42, 0x8F0CCC92);\n        c = II(c, d, a, b, x[k + 10], S43, 0xFFEFF47D);\n        b = II(b, c, d, a, x[k + 1], S44, 0x85845DD1);\n        a = II(a, b, c, d, x[k + 8], S41, 0x6FA87E4F);\n        d = II(d, a, b, c, x[k + 15], S42, 0xFE2CE6E0);\n        c = II(c, d, a, b, x[k + 6], S43, 0xA3014314);\n        b = II(b, c, d, a, x[k + 13], S44, 0x4E0811A1);\n        a = II(a, b, c, d, x[k + 4], S41, 0xF7537E82);\n        d = II(d, a, b, c, x[k + 11], S42, 0xBD3AF235);\n        c = II(c, d, a, b, x[k + 2], S43, 0x2AD7D2BB);\n        b = II(b, c, d, a, x[k + 9], S44, 0xEB86D391);\n        a = addUnsigned(a, AA);\n        b = addUnsigned(b, BB);\n        c = addUnsigned(c, CC);\n        d = addUnsigned(d, DD);\n    };\n    var tempValue = wordToHex(a) + wordToHex(b) + wordToHex(c) + wordToHex(d);\n    return tempValue.toLowerCase();\n}\n//md5加密结束\n//DES加密开始\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\nvar CryptoJS = CryptoJS ||\nfunction(u, l) {\n    var d = {},\n    n = d.lib = {},\n    p = function() {},\n    s = n.Base = {\n        extend: function(a) {\n            p.prototype = this;\n            var c = new p;\n            a && c.mixIn(a);\n            c.hasOwnProperty(\"init\") || (c.init = function() {\n                c.$super.init.apply(this, arguments)\n            });\n            c.init.prototype = c;\n            c.$super = this;\n            return c\n        },\n        create: function() {\n            var a = this.extend();\n            a.init.apply(a, arguments);\n            return a\n        },\n        init: function() {},\n        mixIn: function(a) {\n            for (var c in a) a.hasOwnProperty(c) && (this[c] = a[c]);\n            a.hasOwnProperty(\"toString\") && (this.toString = a.toString)\n        },\n        clone: function() {\n            return this.init.prototype.extend(this)\n        }\n    },\n    q = n.WordArray = s.extend({\n        init: function(a, c) {\n            a = this.words = a || [];\n            this.sigBytes = c != l ? c: 4 * a.length\n        },\n        toString: function(a) {\n            return (a || v).stringify(this)\n        },\n        concat: function(a) {\n            var c = this.words,\n            m = a.words,\n            f = this.sigBytes;\n            a = a.sigBytes;\n            this.clamp();\n            if (f % 4) for (var t = 0; t < a; t++) c[f + t >>> 2] |= (m[t >>> 2] >>> 24 - 8 * (t % 4) & 255) << 24 - 8 * ((f + t) % 4);\n            else if (65535 < m.length) for (t = 0; t < a; t += 4) c[f + t >>> 2] = m[t >>> 2];\n            else c.push.apply(c, m);\n            this.sigBytes += a;\n            return this\n        },\n        clamp: function() {\n            var a = this.words,\n            c = this.sigBytes;\n            a[c >>> 2] &= 4294967295 << 32 - 8 * (c % 4);\n            a.length = u.ceil(c / 4)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a.words = this.words.slice(0);\n            return a\n        },\n        random: function(a) {\n            for (var c = [], m = 0; m < a; m += 4) c.push(4294967296 * u.random() | 0);\n            return new q.init(c, a)\n        }\n    }),\n    w = d.enc = {},\n    v = w.Hex = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) {\n                var t = c[f >>> 2] >>> 24 - 8 * (f % 4) & 255;\n                m.push((t >>> 4).toString(16));\n                m.push((t & 15).toString(16))\n            }\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f += 2) m[f >>> 3] |= parseInt(a.substr(f, 2), 16) << 24 - 4 * (f % 8);\n            return new q.init(m, c / 2)\n        }\n    },\n    b = w.Latin1 = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) m.push(String.fromCharCode(c[f >>> 2] >>> 24 - 8 * (f % 4) & 255));\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f++) m[f >>> 2] |= (a.charCodeAt(f) & 255) << 24 - 8 * (f % 4);\n            return new q.init(m, c)\n        }\n    },\n    x = w.Utf8 = {\n        stringify: function(a) {\n            try {\n                return decodeURIComponent(escape(b.stringify(a)))\n            } catch(c) {\n                throw Error(\"Malformed UTF-8 data\");\n            }\n        },\n        parse: function(a) {\n            return b.parse(unescape(encodeURIComponent(a)))\n        }\n    },\n    r = n.BufferedBlockAlgorithm = s.extend({\n        reset: function() {\n            this._data = new q.init;\n            this._nDataBytes = 0\n        },\n        _append: function(a) {\n            \"string\" == typeof a && (a = x.parse(a));\n            this._data.concat(a);\n            this._nDataBytes += a.sigBytes\n        },\n        _process: function(a) {\n            var c = this._data,\n            m = c.words,\n            f = c.sigBytes,\n            t = this.blockSize,\n            b = f / (4 * t),\n            b = a ? u.ceil(b) : u.max((b | 0) - this._minBufferSize, 0);\n            a = b * t;\n            f = u.min(4 * a, f);\n            if (a) {\n                for (var e = 0; e < a; e += t) this._doProcessBlock(m, e);\n                e = m.splice(0, a);\n                c.sigBytes -= f\n            }\n            return new q.init(e, f)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a._data = this._data.clone();\n            return a\n        },\n        _minBufferSize: 0\n    });\n    n.Hasher = r.extend({\n        cfg: s.extend(),\n        init: function(a) {\n            this.cfg = this.cfg.extend(a);\n            this.reset()\n        },\n        reset: function() {\n            r.reset.call(this);\n            this._doReset()\n        },\n        update: function(a) {\n            this._append(a);\n            this._process();\n            return this\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        blockSize: 16,\n        _createHelper: function(a) {\n            return function(c, m) {\n                return (new a.init(m)).finalize(c)\n            }\n        },\n        _createHmacHelper: function(a) {\n            return function(c, m) {\n                return (new e.HMAC.init(a, m)).finalize(c)\n            }\n        }\n    });\n    var e = d.algo = {};\n    return d\n} (Math); (function() {\n    var u = CryptoJS,\n    l = u.lib.WordArray;\n    u.enc.Base64 = {\n        stringify: function(d) {\n            var n = d.words,\n            l = d.sigBytes,\n            s = this._map;\n            d.clamp();\n            d = [];\n            for (var q = 0; q < l; q += 3) for (var w = (n[q >>> 2] >>> 24 - 8 * (q % 4) & 255) << 16 | (n[q + 1 >>> 2] >>> 24 - 8 * ((q + 1) % 4) & 255) << 8 | n[q + 2 >>> 2] >>> 24 - 8 * ((q + 2) % 4) & 255, v = 0; 4 > v && q + 0.75 * v < l; v++) d.push(s.charAt(w >>> 6 * (3 - v) & 63));\n            if (n = s.charAt(64)) for (; d.length % 4;) d.push(n);\n            return d.join(\"\")\n        },\n        parse: function(d) {\n            var n = d.length,\n            p = this._map,\n            s = p.charAt(64);\n            s && (s = d.indexOf(s), -1 != s && (n = s));\n            for (var s = [], q = 0, w = 0; w < n; w++) if (w % 4) {\n                var v = p.indexOf(d.charAt(w - 1)) << 2 * (w % 4),\n                b = p.indexOf(d.charAt(w)) >>> 6 - 2 * (w % 4);\n                s[q >>> 2] |= (v | b) << 24 - 8 * (q % 4);\n                q++\n            }\n            return l.create(s, q)\n        },\n        _map: \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\"\n    }\n})(); (function(u) {\n    function l(b, e, a, c, m, f, t) {\n        b = b + (e & a | ~e & c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function d(b, e, a, c, m, f, t) {\n        b = b + (e & c | a & ~c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function n(b, e, a, c, m, f, t) {\n        b = b + (e ^ a ^ c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function p(b, e, a, c, m, f, t) {\n        b = b + (a ^ (e | ~c)) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    for (var s = CryptoJS,\n    q = s.lib,\n    w = q.WordArray,\n    v = q.Hasher,\n    q = s.algo,\n    b = [], x = 0; 64 > x; x++) b[x] = 4294967296 * u.abs(u.sin(x + 1)) | 0;\n    q = q.MD5 = v.extend({\n        _doReset: function() {\n            this._hash = new w.init([1732584193, 4023233417, 2562383102, 271733878])\n        },\n        _doProcessBlock: function(r, e) {\n            for (var a = 0; 16 > a; a++) {\n                var c = e + a,\n                m = r[c];\n                r[c] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360\n            }\n            var a = this._hash.words,\n            c = r[e + 0],\n            m = r[e + 1],\n            f = r[e + 2],\n            t = r[e + 3],\n            y = r[e + 4],\n            q = r[e + 5],\n            s = r[e + 6],\n            w = r[e + 7],\n            v = r[e + 8],\n            u = r[e + 9],\n            x = r[e + 10],\n            z = r[e + 11],\n            A = r[e + 12],\n            B = r[e + 13],\n            C = r[e + 14],\n            D = r[e + 15],\n            g = a[0],\n            h = a[1],\n            j = a[2],\n            k = a[3],\n            g = l(g, h, j, k, c, 7, b[0]),\n            k = l(k, g, h, j, m, 12, b[1]),\n            j = l(j, k, g, h, f, 17, b[2]),\n            h = l(h, j, k, g, t, 22, b[3]),\n            g = l(g, h, j, k, y, 7, b[4]),\n            k = l(k, g, h, j, q, 12, b[5]),\n            j = l(j, k, g, h, s, 17, b[6]),\n            h = l(h, j, k, g, w, 22, b[7]),\n            g = l(g, h, j, k, v, 7, b[8]),\n            k = l(k, g, h, j, u, 12, b[9]),\n            j = l(j, k, g, h, x, 17, b[10]),\n            h = l(h, j, k, g, z, 22, b[11]),\n            g = l(g, h, j, k, A, 7, b[12]),\n            k = l(k, g, h, j, B, 12, b[13]),\n            j = l(j, k, g, h, C, 17, b[14]),\n            h = l(h, j, k, g, D, 22, b[15]),\n            g = d(g, h, j, k, m, 5, b[16]),\n            k = d(k, g, h, j, s, 9, b[17]),\n            j = d(j, k, g, h, z, 14, b[18]),\n            h = d(h, j, k, g, c, 20, b[19]),\n            g = d(g, h, j, k, q, 5, b[20]),\n            k = d(k, g, h, j, x, 9, b[21]),\n            j = d(j, k, g, h, D, 14, b[22]),\n            h = d(h, j, k, g, y, 20, b[23]),\n            g = d(g, h, j, k, u, 5, b[24]),\n            k = d(k, g, h, j, C, 9, b[25]),\n            j = d(j, k, g, h, t, 14, b[26]),\n            h = d(h, j, k, g, v, 20, b[27]),\n            g = d(g, h, j, k, B, 5, b[28]),\n            k = d(k, g, h, j, f, 9, b[29]),\n            j = d(j, k, g, h, w, 14, b[30]),\n            h = d(h, j, k, g, A, 20, b[31]),\n            g = n(g, h, j, k, q, 4, b[32]),\n            k = n(k, g, h, j, v, 11, b[33]),\n            j = n(j, k, g, h, z, 16, b[34]),\n            h = n(h, j, k, g, C, 23, b[35]),\n            g = n(g, h, j, k, m, 4, b[36]),\n            k = n(k, g, h, j, y, 11, b[37]),\n            j = n(j, k, g, h, w, 16, b[38]),\n            h = n(h, j, k, g, x, 23, b[39]),\n            g = n(g, h, j, k, B, 4, b[40]),\n            k = n(k, g, h, j, c, 11, b[41]),\n            j = n(j, k, g, h, t, 16, b[42]),\n            h = n(h, j, k, g, s, 23, b[43]),\n            g = n(g, h, j, k, u, 4, b[44]),\n            k = n(k, g, h, j, A, 11, b[45]),\n            j = n(j, k, g, h, D, 16, b[46]),\n            h = n(h, j, k, g, f, 23, b[47]),\n            g = p(g, h, j, k, c, 6, b[48]),\n            k = p(k, g, h, j, w, 10, b[49]),\n            j = p(j, k, g, h, C, 15, b[50]),\n            h = p(h, j, k, g, q, 21, b[51]),\n            g = p(g, h, j, k, A, 6, b[52]),\n            k = p(k, g, h, j, t, 10, b[53]),\n            j = p(j, k, g, h, x, 15, b[54]),\n            h = p(h, j, k, g, m, 21, b[55]),\n            g = p(g, h, j, k, v, 6, b[56]),\n            k = p(k, g, h, j, D, 10, b[57]),\n            j = p(j, k, g, h, s, 15, b[58]),\n            h = p(h, j, k, g, B, 21, b[59]),\n            g = p(g, h, j, k, y, 6, b[60]),\n            k = p(k, g, h, j, z, 10, b[61]),\n            j = p(j, k, g, h, f, 15, b[62]),\n            h = p(h, j, k, g, u, 21, b[63]);\n            a[0] = a[0] + g | 0;\n            a[1] = a[1] + h | 0;\n            a[2] = a[2] + j | 0;\n            a[3] = a[3] + k | 0\n        },\n        _doFinalize: function() {\n            var b = this._data,\n            e = b.words,\n            a = 8 * this._nDataBytes,\n            c = 8 * b.sigBytes;\n            e[c >>> 5] |= 128 << 24 - c % 32;\n            var m = u.floor(a / 4294967296);\n            e[(c + 64 >>> 9 << 4) + 15] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360;\n            e[(c + 64 >>> 9 << 4) + 14] = (a << 8 | a >>> 24) & 16711935 | (a << 24 | a >>> 8) & 4278255360;\n            b.sigBytes = 4 * (e.length + 1);\n            this._process();\n            b = this._hash;\n            e = b.words;\n            for (a = 0; 4 > a; a++) c = e[a],\n            e[a] = (c << 8 | c >>> 24) & 16711935 | (c << 24 | c >>> 8) & 4278255360;\n            return b\n        },\n        clone: function() {\n            var b = v.clone.call(this);\n            b._hash = this._hash.clone();\n            return b\n        }\n    });\n    s.MD5 = v._createHelper(q);\n    s.HmacMD5 = v._createHmacHelper(q)\n})(Math); (function() {\n    var u = CryptoJS,\n    l = u.lib,\n    d = l.Base,\n    n = l.WordArray,\n    l = u.algo,\n    p = l.EvpKDF = d.extend({\n        cfg: d.extend({\n            keySize: 4,\n            hasher: l.MD5,\n            iterations: 1\n        }),\n        init: function(d) {\n            this.cfg = this.cfg.extend(d)\n        },\n        compute: function(d, l) {\n            for (var p = this.cfg,\n            v = p.hasher.create(), b = n.create(), u = b.words, r = p.keySize, p = p.iterations; u.length < r;) {\n                e && v.update(e);\n                var e = v.update(d).finalize(l);\n                v.reset();\n                for (var a = 1; a < p; a++) e = v.finalize(e),\n                v.reset();\n                b.concat(e)\n            }\n            b.sigBytes = 4 * r;\n            return b\n        }\n    });\n    u.EvpKDF = function(d, l, n) {\n        return p.create(n).compute(d, l)\n    }\n})();\nCryptoJS.lib.Cipher ||\nfunction(u) {\n    var l = CryptoJS,\n    d = l.lib,\n    n = d.Base,\n    p = d.WordArray,\n    s = d.BufferedBlockAlgorithm,\n    q = l.enc.Base64,\n    w = l.algo.EvpKDF,\n    v = d.Cipher = s.extend({\n        cfg: n.extend(),\n        createEncryptor: function(m, a) {\n            return this.create(this._ENC_XFORM_MODE, m, a)\n        },\n        createDecryptor: function(m, a) {\n            return this.create(this._DEC_XFORM_MODE, m, a)\n        },\n        init: function(m, a, b) {\n            this.cfg = this.cfg.extend(b);\n            this._xformMode = m;\n            this._key = a;\n            this.reset()\n        },\n        reset: function() {\n            s.reset.call(this);\n            this._doReset()\n        },\n        process: function(a) {\n            this._append(a);\n            return this._process()\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        keySize: 4,\n        ivSize: 4,\n        _ENC_XFORM_MODE: 1,\n        _DEC_XFORM_MODE: 2,\n        _createHelper: function(m) {\n            return {\n                encrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).encrypt(m, f, b, e)\n                },\n                decrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).decrypt(m, f, b, e)\n                }\n            }\n        }\n    });\n    d.StreamCipher = v.extend({\n        _doFinalize: function() {\n            return this._process(!0)\n        },\n        blockSize: 1\n    });\n    var b = l.mode = {},\n    x = function(a, f, b) {\n        var c = this._iv;\n        c ? this._iv = u: c = this._prevBlock;\n        for (var e = 0; e < b; e++) a[f + e] ^= c[e]\n    },\n    r = (d.BlockCipherMode = n.extend({\n        createEncryptor: function(a, f) {\n            return this.Encryptor.create(a, f)\n        },\n        createDecryptor: function(a, f) {\n            return this.Decryptor.create(a, f)\n        },\n        init: function(a, f) {\n            this._cipher = a;\n            this._iv = f\n        }\n    })).extend();\n    r.Encryptor = r.extend({\n        processBlock: function(a, f) {\n            var b = this._cipher,\n            c = b.blockSize;\n            x.call(this, a, f, c);\n            b.encryptBlock(a, f);\n            this._prevBlock = a.slice(f, f + c)\n        }\n    });\n    r.Decryptor = r.extend({\n        processBlock: function(a, b) {\n            var c = this._cipher,\n            e = c.blockSize,\n            d = a.slice(b, b + e);\n            c.decryptBlock(a, b);\n            x.call(this, a, b, e);\n            this._prevBlock = d\n        }\n    });\n    b = b.CBC = r;\n    r = (l.pad = {}).Pkcs7 = {\n        pad: function(a, b) {\n            for (var c = 4 * b,\n            c = c - a.sigBytes % c,\n            e = c << 24 | c << 16 | c << 8 | c,\n            d = [], l = 0; l < c; l += 4) d.push(e);\n            c = p.create(d, c);\n            a.concat(c)\n        },\n        unpad: function(a) {\n            a.sigBytes -= a.words[a.sigBytes - 1 >>> 2] & 255\n        }\n    };\n    d.BlockCipher = v.extend({\n        cfg: v.cfg.extend({\n            mode: b,\n            padding: r\n        }),\n        reset: function() {\n            v.reset.call(this);\n            var a = this.cfg,\n            c = a.iv,\n            a = a.mode;\n            if (this._xformMode == this._ENC_XFORM_MODE) var b = a.createEncryptor;\n            else b = a.createDecryptor,\n            this._minBufferSize = 1;\n            this._mode = b.call(a, this, c && c.words)\n        },\n        _doProcessBlock: function(a, c) {\n            this._mode.processBlock(a, c)\n        },\n        _doFinalize: function() {\n            var a = this.cfg.padding;\n            if (this._xformMode == this._ENC_XFORM_MODE) {\n                a.pad(this._data, this.blockSize);\n                var c = this._process(!0)\n            } else c = this._process(!0),\n            a.unpad(c);\n            return c\n        },\n        blockSize: 4\n    });\n    var e = d.CipherParams = n.extend({\n        init: function(a) {\n            this.mixIn(a)\n        },\n        toString: function(a) {\n            return (a || this.formatter).stringify(this)\n        }\n    }),\n    b = (l.format = {}).OpenSSL = {\n        stringify: function(a) {\n            var c = a.ciphertext;\n            a = a.salt;\n            return (a ? p.create([1398893684, 1701076831]).concat(a).concat(c) : c).toString(q)\n        },\n        parse: function(a) {\n            a = q.parse(a);\n            var c = a.words;\n            if (1398893684 == c[0] && 1701076831 == c[1]) {\n                var b = p.create(c.slice(2, 4));\n                c.splice(0, 4);\n                a.sigBytes -= 16\n            }\n            return e.create({\n                ciphertext: a,\n                salt: b\n            })\n        }\n    },\n    a = d.SerializableCipher = n.extend({\n        cfg: n.extend({\n            format: b\n        }),\n        encrypt: function(a, c, b, d) {\n            d = this.cfg.extend(d);\n            var l = a.createEncryptor(b, d);\n            c = l.finalize(c);\n            l = l.cfg;\n            return e.create({\n                ciphertext: c,\n                key: b,\n                iv: l.iv,\n                algorithm: a,\n                mode: l.mode,\n                padding: l.padding,\n                blockSize: a.blockSize,\n                formatter: d.format\n            })\n        },\n        decrypt: function(a, c, b, e) {\n            e = this.cfg.extend(e);\n            c = this._parse(c, e.format);\n            return a.createDecryptor(b, e).finalize(c.ciphertext)\n        },\n        _parse: function(a, c) {\n            return \"string\" == typeof a ? c.parse(a, this) : a\n        }\n    }),\n    l = (l.kdf = {}).OpenSSL = {\n        execute: function(a, c, b, d) {\n            d || (d = p.random(8));\n            a = w.create({\n                keySize: c + b\n            }).compute(a, d);\n            b = p.create(a.words.slice(c), 4 * b);\n            a.sigBytes = 4 * c;\n            return e.create({\n                key: a,\n                iv: b,\n                salt: d\n            })\n        }\n    },\n    c = d.PasswordBasedCipher = a.extend({\n        cfg: a.cfg.extend({\n            kdf: l\n        }),\n        encrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            e = d.kdf.execute(e, c.keySize, c.ivSize);\n            d.iv = e.iv;\n            c = a.encrypt.call(this, c, b, e.key, d);\n            c.mixIn(e);\n            return c\n        },\n        decrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            b = this._parse(b, d.format);\n            e = d.kdf.execute(e, c.keySize, c.ivSize, b.salt);\n            d.iv = e.iv;\n            return a.decrypt.call(this, c, b, e.key, d)\n        }\n    })\n} (); (function() {\n    function u(b, a) {\n        var c = (this._lBlock >>> b ^ this._rBlock) & a;\n        this._rBlock ^= c;\n        this._lBlock ^= c << b\n    }\n    function l(b, a) {\n        var c = (this._rBlock >>> b ^ this._lBlock) & a;\n        this._lBlock ^= c;\n        this._rBlock ^= c << b\n    }\n    var d = CryptoJS,\n    n = d.lib,\n    p = n.WordArray,\n    n = n.BlockCipher,\n    s = d.algo,\n    q = [57, 49, 41, 33, 25, 17, 9, 1, 58, 50, 42, 34, 26, 18, 10, 2, 59, 51, 43, 35, 27, 19, 11, 3, 60, 52, 44, 36, 63, 55, 47, 39, 31, 23, 15, 7, 62, 54, 46, 38, 30, 22, 14, 6, 61, 53, 45, 37, 29, 21, 13, 5, 28, 20, 12, 4],\n    w = [14, 17, 11, 24, 1, 5, 3, 28, 15, 6, 21, 10, 23, 19, 12, 4, 26, 8, 16, 7, 27, 20, 13, 2, 41, 52, 31, 37, 47, 55, 30, 40, 51, 45, 33, 48, 44, 49, 39, 56, 34, 53, 46, 42, 50, 36, 29, 32],\n    v = [1, 2, 4, 6, 8, 10, 12, 14, 15, 17, 19, 21, 23, 25, 27, 28],\n    b = [{\n        \"0\": 8421888,\n        268435456 : 32768,\n        536870912 : 8421378,\n        805306368 : 2,\n        1073741824 : 512,\n        1342177280 : 8421890,\n        1610612736 : 8389122,\n        1879048192 : 8388608,\n        2147483648 : 514,\n        2415919104 : 8389120,\n        2684354560 : 33280,\n        2952790016 : 8421376,\n        3221225472 : 32770,\n        3489660928 : 8388610,\n        3758096384 : 0,\n        4026531840 : 33282,\n        134217728 : 0,\n        402653184 : 8421890,\n        671088640 : 33282,\n        939524096 : 32768,\n        1207959552 : 8421888,\n        1476395008 : 512,\n        1744830464 : 8421378,\n        2013265920 : 2,\n        2281701376 : 8389120,\n        2550136832 : 33280,\n        2818572288 : 8421376,\n        3087007744 : 8389122,\n        3355443200 : 8388610,\n        3623878656 : 32770,\n        3892314112 : 514,\n        4160749568 : 8388608,\n        1 : 32768,\n        268435457 : 2,\n        536870913 : 8421888,\n        805306369 : 8388608,\n        1073741825 : 8421378,\n        1342177281 : 33280,\n        1610612737 : 512,\n        1879048193 : 8389122,\n        2147483649 : 8421890,\n        2415919105 : 8421376,\n        2684354561 : 8388610,\n        2952790017 : 33282,\n        3221225473 : 514,\n        3489660929 : 8389120,\n        3758096385 : 32770,\n        4026531841 : 0,\n        134217729 : 8421890,\n        402653185 : 8421376,\n        671088641 : 8388608,\n        939524097 : 512,\n        1207959553 : 32768,\n        1476395009 : 8388610,\n        1744830465 : 2,\n        2013265921 : 33282,\n        2281701377 : 32770,\n        2550136833 : 8389122,\n        2818572289 : 514,\n        3087007745 : 8421888,\n        3355443201 : 8389120,\n        3623878657 : 0,\n        3892314113 : 33280,\n        4160749569 : 8421378\n    },\n    {\n        \"0\": 1074282512,\n        16777216 : 16384,\n        33554432 : 524288,\n        50331648 : 1074266128,\n        67108864 : 1073741840,\n        83886080 : 1074282496,\n        100663296 : 1073758208,\n        117440512 : 16,\n        134217728 : 540672,\n        150994944 : 1073758224,\n        167772160 : 1073741824,\n        184549376 : 540688,\n        201326592 : 524304,\n        218103808 : 0,\n        234881024 : 16400,\n        251658240 : 1074266112,\n        8388608 : 1073758208,\n        25165824 : 540688,\n        41943040 : 16,\n        58720256 : 1073758224,\n        75497472 : 1074282512,\n        92274688 : 1073741824,\n        109051904 : 524288,\n        125829120 : 1074266128,\n        142606336 : 524304,\n        159383552 : 0,\n        176160768 : 16384,\n        192937984 : 1074266112,\n        209715200 : 1073741840,\n        226492416 : 540672,\n        243269632 : 1074282496,\n        260046848 : 16400,\n        268435456 : 0,\n        285212672 : 1074266128,\n        301989888 : 1073758224,\n        318767104 : 1074282496,\n        335544320 : 1074266112,\n        352321536 : 16,\n        369098752 : 540688,\n        385875968 : 16384,\n        402653184 : 16400,\n        419430400 : 524288,\n        436207616 : 524304,\n        452984832 : 1073741840,\n        469762048 : 540672,\n        486539264 : 1073758208,\n        503316480 : 1073741824,\n        520093696 : 1074282512,\n        276824064 : 540688,\n        293601280 : 524288,\n        310378496 : 1074266112,\n        327155712 : 16384,\n        343932928 : 1073758208,\n        360710144 : 1074282512,\n        377487360 : 16,\n        394264576 : 1073741824,\n        411041792 : 1074282496,\n        427819008 : 1073741840,\n        444596224 : 1073758224,\n        461373440 : 524304,\n        478150656 : 0,\n        494927872 : 16400,\n        511705088 : 1074266128,\n        528482304 : 540672\n    },\n    {\n        \"0\": 260,\n        1048576 : 0,\n        2097152 : 67109120,\n        3145728 : 65796,\n        4194304 : 65540,\n        5242880 : 67108868,\n        6291456 : 67174660,\n        7340032 : 67174400,\n        8388608 : 67108864,\n        9437184 : 67174656,\n        10485760 : 65792,\n        11534336 : 67174404,\n        12582912 : 67109124,\n        13631488 : 65536,\n        14680064 : 4,\n        15728640 : 256,\n        524288 : 67174656,\n        1572864 : 67174404,\n        2621440 : 0,\n        3670016 : 67109120,\n        4718592 : 67108868,\n        5767168 : 65536,\n        6815744 : 65540,\n        7864320 : 260,\n        8912896 : 4,\n        9961472 : 256,\n        11010048 : 67174400,\n        12058624 : 65796,\n        13107200 : 65792,\n        14155776 : 67109124,\n        15204352 : 67174660,\n        16252928 : 67108864,\n        16777216 : 67174656,\n        17825792 : 65540,\n        18874368 : 65536,\n        19922944 : 67109120,\n        20971520 : 256,\n        22020096 : 67174660,\n        23068672 : 67108868,\n        24117248 : 0,\n        25165824 : 67109124,\n        26214400 : 67108864,\n        27262976 : 4,\n        28311552 : 65792,\n        29360128 : 67174400,\n        30408704 : 260,\n        31457280 : 65796,\n        32505856 : 67174404,\n        17301504 : 67108864,\n        18350080 : 260,\n        19398656 : 67174656,\n        20447232 : 0,\n        21495808 : 65540,\n        22544384 : 67109120,\n        23592960 : 256,\n        24641536 : 67174404,\n        25690112 : 65536,\n        26738688 : 67174660,\n        27787264 : 65796,\n        28835840 : 67108868,\n        29884416 : 67109124,\n        30932992 : 67174400,\n        31981568 : 4,\n        33030144 : 65792\n    },\n    {\n        \"0\": 2151682048,\n        65536 : 2147487808,\n        131072 : 4198464,\n        196608 : 2151677952,\n        262144 : 0,\n        327680 : 4198400,\n        393216 : 2147483712,\n        458752 : 4194368,\n        524288 : 2147483648,\n        589824 : 4194304,\n        655360 : 64,\n        720896 : 2147487744,\n        786432 : 2151678016,\n        851968 : 4160,\n        917504 : 4096,\n        983040 : 2151682112,\n        32768 : 2147487808,\n        98304 : 64,\n        163840 : 2151678016,\n        229376 : 2147487744,\n        294912 : 4198400,\n        360448 : 2151682112,\n        425984 : 0,\n        491520 : 2151677952,\n        557056 : 4096,\n        622592 : 2151682048,\n        688128 : 4194304,\n        753664 : 4160,\n        819200 : 2147483648,\n        884736 : 4194368,\n        950272 : 4198464,\n        1015808 : 2147483712,\n        1048576 : 4194368,\n        1114112 : 4198400,\n        1179648 : 2147483712,\n        1245184 : 0,\n        1310720 : 4160,\n        1376256 : 2151678016,\n        1441792 : 2151682048,\n        1507328 : 2147487808,\n        1572864 : 2151682112,\n        1638400 : 2147483648,\n        1703936 : 2151677952,\n        1769472 : 4198464,\n        1835008 : 2147487744,\n        1900544 : 4194304,\n        1966080 : 64,\n        2031616 : 4096,\n        1081344 : 2151677952,\n        1146880 : 2151682112,\n        1212416 : 0,\n        1277952 : 4198400,\n        1343488 : 4194368,\n        1409024 : 2147483648,\n        1474560 : 2147487808,\n        1540096 : 64,\n        1605632 : 2147483712,\n        1671168 : 4096,\n        1736704 : 2147487744,\n        1802240 : 2151678016,\n        1867776 : 4160,\n        1933312 : 2151682048,\n        1998848 : 4194304,\n        2064384 : 4198464\n    },\n    {\n        \"0\": 128,\n        4096 : 17039360,\n        8192 : 262144,\n        12288 : 536870912,\n        16384 : 537133184,\n        20480 : 16777344,\n        24576 : 553648256,\n        28672 : 262272,\n        32768 : 16777216,\n        36864 : 537133056,\n        40960 : 536871040,\n        45056 : 553910400,\n        49152 : 553910272,\n        53248 : 0,\n        57344 : 17039488,\n        61440 : 553648128,\n        2048 : 17039488,\n        6144 : 553648256,\n        10240 : 128,\n        14336 : 17039360,\n        18432 : 262144,\n        22528 : 537133184,\n        26624 : 553910272,\n        30720 : 536870912,\n        34816 : 537133056,\n        38912 : 0,\n        43008 : 553910400,\n        47104 : 16777344,\n        51200 : 536871040,\n        55296 : 553648128,\n        59392 : 16777216,\n        63488 : 262272,\n        65536 : 262144,\n        69632 : 128,\n        73728 : 536870912,\n        77824 : 553648256,\n        81920 : 16777344,\n        86016 : 553910272,\n        90112 : 537133184,\n        94208 : 16777216,\n        98304 : 553910400,\n        102400 : 553648128,\n        106496 : 17039360,\n        110592 : 537133056,\n        114688 : 262272,\n        118784 : 536871040,\n        122880 : 0,\n        126976 : 17039488,\n        67584 : 553648256,\n        71680 : 16777216,\n        75776 : 17039360,\n        79872 : 537133184,\n        83968 : 536870912,\n        88064 : 17039488,\n        92160 : 128,\n        96256 : 553910272,\n        100352 : 262272,\n        104448 : 553910400,\n        108544 : 0,\n        112640 : 553648128,\n        116736 : 16777344,\n        120832 : 262144,\n        124928 : 537133056,\n        129024 : 536871040\n    },\n    {\n        \"0\": 268435464,\n        256 : 8192,\n        512 : 270532608,\n        768 : 270540808,\n        1024 : 268443648,\n        1280 : 2097152,\n        1536 : 2097160,\n        1792 : 268435456,\n        2048 : 0,\n        2304 : 268443656,\n        2560 : 2105344,\n        2816 : 8,\n        3072 : 270532616,\n        3328 : 2105352,\n        3584 : 8200,\n        3840 : 270540800,\n        128 : 270532608,\n        384 : 270540808,\n        640 : 8,\n        896 : 2097152,\n        1152 : 2105352,\n        1408 : 268435464,\n        1664 : 268443648,\n        1920 : 8200,\n        2176 : 2097160,\n        2432 : 8192,\n        2688 : 268443656,\n        2944 : 270532616,\n        3200 : 0,\n        3456 : 270540800,\n        3712 : 2105344,\n        3968 : 268435456,\n        4096 : 268443648,\n        4352 : 270532616,\n        4608 : 270540808,\n        4864 : 8200,\n        5120 : 2097152,\n        5376 : 268435456,\n        5632 : 268435464,\n        5888 : 2105344,\n        6144 : 2105352,\n        6400 : 0,\n        6656 : 8,\n        6912 : 270532608,\n        7168 : 8192,\n        7424 : 268443656,\n        7680 : 270540800,\n        7936 : 2097160,\n        4224 : 8,\n        4480 : 2105344,\n        4736 : 2097152,\n        4992 : 268435464,\n        5248 : 268443648,\n        5504 : 8200,\n        5760 : 270540808,\n        6016 : 270532608,\n        6272 : 270540800,\n        6528 : 270532616,\n        6784 : 8192,\n        7040 : 2105352,\n        7296 : 2097160,\n        7552 : 0,\n        7808 : 268435456,\n        8064 : 268443656\n    },\n    {\n        \"0\": 1048576,\n        16 : 33555457,\n        32 : 1024,\n        48 : 1049601,\n        64 : 34604033,\n        80 : 0,\n        96 : 1,\n        112 : 34603009,\n        128 : 33555456,\n        144 : 1048577,\n        160 : 33554433,\n        176 : 34604032,\n        192 : 34603008,\n        208 : 1025,\n        224 : 1049600,\n        240 : 33554432,\n        8 : 34603009,\n        24 : 0,\n        40 : 33555457,\n        56 : 34604032,\n        72 : 1048576,\n        88 : 33554433,\n        104 : 33554432,\n        120 : 1025,\n        136 : 1049601,\n        152 : 33555456,\n        168 : 34603008,\n        184 : 1048577,\n        200 : 1024,\n        216 : 34604033,\n        232 : 1,\n        248 : 1049600,\n        256 : 33554432,\n        272 : 1048576,\n        288 : 33555457,\n        304 : 34603009,\n        320 : 1048577,\n        336 : 33555456,\n        352 : 34604032,\n        368 : 1049601,\n        384 : 1025,\n        400 : 34604033,\n        416 : 1049600,\n        432 : 1,\n        448 : 0,\n        464 : 34603008,\n        480 : 33554433,\n        496 : 1024,\n        264 : 1049600,\n        280 : 33555457,\n        296 : 34603009,\n        312 : 1,\n        328 : 33554432,\n        344 : 1048576,\n        360 : 1025,\n        376 : 34604032,\n        392 : 33554433,\n        408 : 34603008,\n        424 : 0,\n        440 : 34604033,\n        456 : 1049601,\n        472 : 1024,\n        488 : 33555456,\n        504 : 1048577\n    },\n    {\n        \"0\": 134219808,\n        1 : 131072,\n        2 : 134217728,\n        3 : 32,\n        4 : 131104,\n        5 : 134350880,\n        6 : 134350848,\n        7 : 2048,\n        8 : 134348800,\n        9 : 134219776,\n        10 : 133120,\n        11 : 134348832,\n        12 : 2080,\n        13 : 0,\n        14 : 134217760,\n        15 : 133152,\n        2147483648 : 2048,\n        2147483649 : 134350880,\n        2147483650 : 134219808,\n        2147483651 : 134217728,\n        2147483652 : 134348800,\n        2147483653 : 133120,\n        2147483654 : 133152,\n        2147483655 : 32,\n        2147483656 : 134217760,\n        2147483657 : 2080,\n        2147483658 : 131104,\n        2147483659 : 134350848,\n        2147483660 : 0,\n        2147483661 : 134348832,\n        2147483662 : 134219776,\n        2147483663 : 131072,\n        16 : 133152,\n        17 : 134350848,\n        18 : 32,\n        19 : 2048,\n        20 : 134219776,\n        21 : 134217760,\n        22 : 134348832,\n        23 : 131072,\n        24 : 0,\n        25 : 131104,\n        26 : 134348800,\n        27 : 134219808,\n        28 : 134350880,\n        29 : 133120,\n        30 : 2080,\n        31 : 134217728,\n        2147483664 : 131072,\n        2147483665 : 2048,\n        2147483666 : 134348832,\n        2147483667 : 133152,\n        2147483668 : 32,\n        2147483669 : 134348800,\n        2147483670 : 134217728,\n        2147483671 : 134219808,\n        2147483672 : 134350880,\n        2147483673 : 134217760,\n        2147483674 : 134219776,\n        2147483675 : 0,\n        2147483676 : 133120,\n        2147483677 : 2080,\n        2147483678 : 131104,\n        2147483679 : 134350848\n    }],\n    x = [4160749569, 528482304, 33030144, 2064384, 129024, 8064, 504, 2147483679],\n    r = s.DES = n.extend({\n        _doReset: function() {\n            for (var b = this._key.words,\n            a = [], c = 0; 56 > c; c++) {\n                var d = q[c] - 1;\n                a[c] = b[d >>> 5] >>> 31 - d % 32 & 1\n            }\n            b = this._subKeys = [];\n            for (d = 0; 16 > d; d++) {\n                for (var f = b[d] = [], l = v[d], c = 0; 24 > c; c++) f[c / 6 | 0] |= a[(w[c] - 1 + l) % 28] << 31 - c % 6,\n                f[4 + (c / 6 | 0)] |= a[28 + (w[c + 24] - 1 + l) % 28] << 31 - c % 6;\n                f[0] = f[0] << 1 | f[0] >>> 31;\n                for (c = 1; 7 > c; c++) f[c] >>>= 4 * (c - 1) + 3;\n                f[7] = f[7] << 5 | f[7] >>> 27\n            }\n            a = this._invSubKeys = [];\n            for (c = 0; 16 > c; c++) a[c] = b[15 - c]\n        },\n        encryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._subKeys)\n        },\n        decryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._invSubKeys)\n        },\n        _doCryptBlock: function(e, a, c) {\n            this._lBlock = e[a];\n            this._rBlock = e[a + 1];\n            u.call(this, 4, 252645135);\n            u.call(this, 16, 65535);\n            l.call(this, 2, 858993459);\n            l.call(this, 8, 16711935);\n            u.call(this, 1, 1431655765);\n            for (var d = 0; 16 > d; d++) {\n                for (var f = c[d], n = this._lBlock, p = this._rBlock, q = 0, r = 0; 8 > r; r++) q |= b[r][((p ^ f[r]) & x[r]) >>> 0];\n                this._lBlock = p;\n                this._rBlock = n ^ q\n            }\n            c = this._lBlock;\n            this._lBlock = this._rBlock;\n            this._rBlock = c;\n            u.call(this, 1, 1431655765);\n            l.call(this, 8, 16711935);\n            l.call(this, 2, 858993459);\n            u.call(this, 16, 65535);\n            u.call(this, 4, 252645135);\n            e[a] = this._lBlock;\n            e[a + 1] = this._rBlock\n        },\n        keySize: 2,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.DES = n._createHelper(r);\n    s = s.TripleDES = n.extend({\n        _doReset: function() {\n            var b = this._key.words;\n            this._des1 = r.createEncryptor(p.create(b.slice(0, 2)));\n            this._des2 = r.createEncryptor(p.create(b.slice(2, 4)));\n            this._des3 = r.createEncryptor(p.create(b.slice(4, 6)))\n        },\n        encryptBlock: function(b, a) {\n            this._des1.encryptBlock(b, a);\n            this._des2.decryptBlock(b, a);\n            this._des3.encryptBlock(b, a)\n        },\n        decryptBlock: function(b, a) {\n            this._des3.decryptBlock(b, a);\n            this._des2.encryptBlock(b, a);\n            this._des1.decryptBlock(b, a)\n        },\n        keySize: 6,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.TripleDES = n._createHelper(s)\n})();\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\n/**\n * Electronic Codebook block mode.\n */\nCryptoJS.mode.ECB = (function() {\n    var ECB = CryptoJS.lib.BlockCipherMode.extend();\n\n    ECB.Encryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.encryptBlock(words, offset);\n        }\n    });\n\n    ECB.Decryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.decryptBlock(words, offset);\n        }\n    });\n\n    return ECB;\n} ());\n\nfunction encryptByDES(message, key) {\n    var keyHex = CryptoJS.enc.Utf8.parse(key);\n    var encrypted = CryptoJS.DES.encrypt(message, keyHex, {\n        mode: CryptoJS.mode.ECB,\n        padding: CryptoJS.pad.Pkcs7\n    });\n    return encrypted.toString()\n}\n//DES加密结束\nvar userId=userId||'0';\nvar deskey = wapToken||'web@hzlq';\nvar siteId=siteId||'1';\nfunction getPostUrl(data,type) {\nvar url = 'http://m.ndlib.cn/nlc_read_home/service.do';\nvar md5Key = 'library_2016@hzlq';\nvar value = {\n    siteId: siteId,\n    data: encryptByDES(JSON.stringify(data), deskey),\n    userId: userId,\n    fromSource: 3,\n    osType: 5,\n    version: \"1.0.1\",\n    versionCode: 10001,\n    timeStamp: data.timeStamp,\n    hashCode: md5(data.timeStamp + md5Key)\n}\nvar cmd = \"cmd=\"+type+\"&value=\" + encodeURIComponent(JSON.stringify(value));\nvar option = {\n   \"method\": \"POST\",\n   \"body\": String(cmd)\n};\nreturn result=url + ','+JSON.stringify(option);\n}\n\n//获取登录信息\nif((account&&pwd&&(!wapToken))){\n  var loginInfo={\n  timeStamp:Date.now(),\n  account:account,\n  pwd:pwd\n}\n  var loginInfoUrl=getPostUrl(loginInfo,'login');\n  var ddd=String(java.ajax(loginInfoUrl));\n  var loginData=JSON.parse(ddd).returnObject;\n  userId=loginData.userId;\n  siteId=loginData.siteId;\n  deskey=loginData.wapToken;\n}\njava.put('userId',userId);\njava.put('deskey',deskey);\njava.put('siteId',siteId);\nresult",
      "chapterName": "$.chapterName",
      "chapterUrl": "$.chapterId@js:\n//md5加密开始\nvar rotateLeft = function(lValue, iShiftBits) {\n    return (lValue << iShiftBits) | (lValue >>> (32 - iShiftBits))\n}\nvar addUnsigned = function(lX, lY) {\n    var lX4, lY4, lX8, lY8, lResult;\n    lX8 = (lX & 0x80000000);\n    lY8 = (lY & 0x80000000);\n    lX4 = (lX & 0x40000000);\n    lY4 = (lY & 0x40000000);\n    lResult = (lX & 0x3FFFFFFF) + (lY & 0x3FFFFFFF);\n    if (lX4 & lY4) return (lResult ^ 0x80000000 ^ lX8 ^ lY8);\n    if (lX4 | lY4) {\n        if (lResult & 0x40000000) return (lResult ^ 0xC0000000 ^ lX8 ^ lY8);\n        else return (lResult ^ 0x40000000 ^ lX8 ^ lY8)\n    } else {\n        return (lResult ^ lX8 ^ lY8)\n    }\n}\nvar F = function(x, y, z) {\n    return (x & y) | ((~x) & z)\n}\nvar G = function(x, y, z) {\n    return (x & z) | (y & (~z))\n}\nvar H = function(x, y, z) {\n    return (x ^ y ^ z)\n}\nvar I = function(x, y, z) {\n    return (y ^ (x | (~z)))\n}\nvar FF = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(F(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar GG = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(G(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar HH = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(H(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar II = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(I(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar convertToWordArray = function(string) {\n    var lWordCount;\n    var lMessageLength = string.length;\n    var lNumberOfWordsTempOne = lMessageLength + 8;\n    var lNumberOfWordsTempTwo = (lNumberOfWordsTempOne - (lNumberOfWordsTempOne % 64)) / 64;\n    var lNumberOfWords = (lNumberOfWordsTempTwo + 1) * 16;\n    var lWordArray = Array(lNumberOfWords - 1);\n    var lBytePosition = 0;\n    var lByteCount = 0;\n    while (lByteCount < lMessageLength) {\n        lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n        lBytePosition = (lByteCount % 4) * 8;\n        lWordArray[lWordCount] = (lWordArray[lWordCount] | (string.charCodeAt(lByteCount) << lBytePosition));\n        lByteCount++\n    }\n    lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n    lBytePosition = (lByteCount % 4) * 8;\n    lWordArray[lWordCount] = lWordArray[lWordCount] | (0x80 << lBytePosition);\n    lWordArray[lNumberOfWords - 2] = lMessageLength << 3;\n    lWordArray[lNumberOfWords - 1] = lMessageLength >>> 29;\n    return lWordArray\n};\nvar wordToHex = function(lValue) {\n    var WordToHexValue = \"\",\n    WordToHexValueTemp = \"\",\n    lByte, lCount;\n    for (lCount = 0; lCount <= 3; lCount++) {\n        lByte = (lValue >>> (lCount * 8)) & 255;\n        WordToHexValueTemp = \"0\" + lByte.toString(16);\n        WordToHexValue = WordToHexValue + WordToHexValueTemp.substr(WordToHexValueTemp.length - 2, 2)\n    }\n    return WordToHexValue\n};\nvar uTF8Encode = function(string) {\n    string = string.replace(/\\x0d\\x0a/g, \"\\x0a\");\n    var output = \"\";\n    for (var n = 0; n < string.length; n++) {\n        var c = string.charCodeAt(n);\n        if (c < 128) {\n            output += String.fromCharCode(c)\n        } else if ((c > 127) && (c < 2048)) {\n            output += String.fromCharCode((c >> 6) | 192);\n            output += String.fromCharCode((c & 63) | 128)\n        } else {\n            output += String.fromCharCode((c >> 12) | 224);\n            output += String.fromCharCode(((c >> 6) & 63) | 128);\n            output += String.fromCharCode((c & 63) | 128)\n        }\n    }\n    return output;\n};\nfunction md5(string) {\n    var x = Array();\n    var k, AA, BB, CC, DD, a, b, c, d;\n    var S11 = 7,\n    S12 = 12,\n    S13 = 17,\n    S14 = 22;\n    var S21 = 5,\n    S22 = 9,\n    S23 = 14,\n    S24 = 20;\n    var S31 = 4,\n    S32 = 11,\n    S33 = 16,\n    S34 = 23;\n    var S41 = 6,\n    S42 = 10,\n    S43 = 15,\n    S44 = 21;\n    string = uTF8Encode(string);\n    x = convertToWordArray(string);\n    a = 0x67452301;\n    b = 0xEFCDAB89;\n    c = 0x98BADCFE;\n    d = 0x10325476;\n    for (k = 0; k < x.length; k += 16) {\n        AA = a;\n        BB = b;\n        CC = c;\n        DD = d;\n        a = FF(a, b, c, d, x[k + 0], S11, 0xD76AA478);\n        d = FF(d, a, b, c, x[k + 1], S12, 0xE8C7B756);\n        c = FF(c, d, a, b, x[k + 2], S13, 0x242070DB);\n        b = FF(b, c, d, a, x[k + 3], S14, 0xC1BDCEEE);\n        a = FF(a, b, c, d, x[k + 4], S11, 0xF57C0FAF);\n        d = FF(d, a, b, c, x[k + 5], S12, 0x4787C62A);\n        c = FF(c, d, a, b, x[k + 6], S13, 0xA8304613);\n        b = FF(b, c, d, a, x[k + 7], S14, 0xFD469501);\n        a = FF(a, b, c, d, x[k + 8], S11, 0x698098D8);\n        d = FF(d, a, b, c, x[k + 9], S12, 0x8B44F7AF);\n        c = FF(c, d, a, b, x[k + 10], S13, 0xFFFF5BB1);\n        b = FF(b, c, d, a, x[k + 11], S14, 0x895CD7BE);\n        a = FF(a, b, c, d, x[k + 12], S11, 0x6B901122);\n        d = FF(d, a, b, c, x[k + 13], S12, 0xFD987193);\n        c = FF(c, d, a, b, x[k + 14], S13, 0xA679438E);\n        b = FF(b, c, d, a, x[k + 15], S14, 0x49B40821);\n        a = GG(a, b, c, d, x[k + 1], S21, 0xF61E2562);\n        d = GG(d, a, b, c, x[k + 6], S22, 0xC040B340);\n        c = GG(c, d, a, b, x[k + 11], S23, 0x265E5A51);\n        b = GG(b, c, d, a, x[k + 0], S24, 0xE9B6C7AA);\n        a = GG(a, b, c, d, x[k + 5], S21, 0xD62F105D);\n        d = GG(d, a, b, c, x[k + 10], S22, 0x2441453);\n        c = GG(c, d, a, b, x[k + 15], S23, 0xD8A1E681);\n        b = GG(b, c, d, a, x[k + 4], S24, 0xE7D3FBC8);\n        a = GG(a, b, c, d, x[k + 9], S21, 0x21E1CDE6);\n        d = GG(d, a, b, c, x[k + 14], S22, 0xC33707D6);\n        c = GG(c, d, a, b, x[k + 3], S23, 0xF4D50D87);\n        b = GG(b, c, d, a, x[k + 8], S24, 0x455A14ED);\n        a = GG(a, b, c, d, x[k + 13], S21, 0xA9E3E905);\n        d = GG(d, a, b, c, x[k + 2], S22, 0xFCEFA3F8);\n        c = GG(c, d, a, b, x[k + 7], S23, 0x676F02D9);\n        b = GG(b, c, d, a, x[k + 12], S24, 0x8D2A4C8A);\n        a = HH(a, b, c, d, x[k + 5], S31, 0xFFFA3942);\n        d = HH(d, a, b, c, x[k + 8], S32, 0x8771F681);\n        c = HH(c, d, a, b, x[k + 11], S33, 0x6D9D6122);\n        b = HH(b, c, d, a, x[k + 14], S34, 0xFDE5380C);\n        a = HH(a, b, c, d, x[k + 1], S31, 0xA4BEEA44);\n        d = HH(d, a, b, c, x[k + 4], S32, 0x4BDECFA9);\n        c = HH(c, d, a, b, x[k + 7], S33, 0xF6BB4B60);\n        b = HH(b, c, d, a, x[k + 10], S34, 0xBEBFBC70);\n        a = HH(a, b, c, d, x[k + 13], S31, 0x289B7EC6);\n        d = HH(d, a, b, c, x[k + 0], S32, 0xEAA127FA);\n        c = HH(c, d, a, b, x[k + 3], S33, 0xD4EF3085);\n        b = HH(b, c, d, a, x[k + 6], S34, 0x4881D05);\n        a = HH(a, b, c, d, x[k + 9], S31, 0xD9D4D039);\n        d = HH(d, a, b, c, x[k + 12], S32, 0xE6DB99E5);\n        c = HH(c, d, a, b, x[k + 15], S33, 0x1FA27CF8);\n        b = HH(b, c, d, a, x[k + 2], S34, 0xC4AC5665);\n        a = II(a, b, c, d, x[k + 0], S41, 0xF4292244);\n        d = II(d, a, b, c, x[k + 7], S42, 0x432AFF97);\n        c = II(c, d, a, b, x[k + 14], S43, 0xAB9423A7);\n        b = II(b, c, d, a, x[k + 5], S44, 0xFC93A039);\n        a = II(a, b, c, d, x[k + 12], S41, 0x655B59C3);\n        d = II(d, a, b, c, x[k + 3], S42, 0x8F0CCC92);\n        c = II(c, d, a, b, x[k + 10], S43, 0xFFEFF47D);\n        b = II(b, c, d, a, x[k + 1], S44, 0x85845DD1);\n        a = II(a, b, c, d, x[k + 8], S41, 0x6FA87E4F);\n        d = II(d, a, b, c, x[k + 15], S42, 0xFE2CE6E0);\n        c = II(c, d, a, b, x[k + 6], S43, 0xA3014314);\n        b = II(b, c, d, a, x[k + 13], S44, 0x4E0811A1);\n        a = II(a, b, c, d, x[k + 4], S41, 0xF7537E82);\n        d = II(d, a, b, c, x[k + 11], S42, 0xBD3AF235);\n        c = II(c, d, a, b, x[k + 2], S43, 0x2AD7D2BB);\n        b = II(b, c, d, a, x[k + 9], S44, 0xEB86D391);\n        a = addUnsigned(a, AA);\n        b = addUnsigned(b, BB);\n        c = addUnsigned(c, CC);\n        d = addUnsigned(d, DD);\n    };\n    var tempValue = wordToHex(a) + wordToHex(b) + wordToHex(c) + wordToHex(d);\n    return tempValue.toLowerCase();\n}\n//md5加密结束\n//DES加密开始\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\nvar CryptoJS = CryptoJS ||\nfunction(u, l) {\n    var d = {},\n    n = d.lib = {},\n    p = function() {},\n    s = n.Base = {\n        extend: function(a) {\n            p.prototype = this;\n            var c = new p;\n            a && c.mixIn(a);\n            c.hasOwnProperty(\"init\") || (c.init = function() {\n                c.$super.init.apply(this, arguments)\n            });\n            c.init.prototype = c;\n            c.$super = this;\n            return c\n        },\n        create: function() {\n            var a = this.extend();\n            a.init.apply(a, arguments);\n            return a\n        },\n        init: function() {},\n        mixIn: function(a) {\n            for (var c in a) a.hasOwnProperty(c) && (this[c] = a[c]);\n            a.hasOwnProperty(\"toString\") && (this.toString = a.toString)\n        },\n        clone: function() {\n            return this.init.prototype.extend(this)\n        }\n    },\n    q = n.WordArray = s.extend({\n        init: function(a, c) {\n            a = this.words = a || [];\n            this.sigBytes = c != l ? c: 4 * a.length\n        },\n        toString: function(a) {\n            return (a || v).stringify(this)\n        },\n        concat: function(a) {\n            var c = this.words,\n            m = a.words,\n            f = this.sigBytes;\n            a = a.sigBytes;\n            this.clamp();\n            if (f % 4) for (var t = 0; t < a; t++) c[f + t >>> 2] |= (m[t >>> 2] >>> 24 - 8 * (t % 4) & 255) << 24 - 8 * ((f + t) % 4);\n            else if (65535 < m.length) for (t = 0; t < a; t += 4) c[f + t >>> 2] = m[t >>> 2];\n            else c.push.apply(c, m);\n            this.sigBytes += a;\n            return this\n        },\n        clamp: function() {\n            var a = this.words,\n            c = this.sigBytes;\n            a[c >>> 2] &= 4294967295 << 32 - 8 * (c % 4);\n            a.length = u.ceil(c / 4)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a.words = this.words.slice(0);\n            return a\n        },\n        random: function(a) {\n            for (var c = [], m = 0; m < a; m += 4) c.push(4294967296 * u.random() | 0);\n            return new q.init(c, a)\n        }\n    }),\n    w = d.enc = {},\n    v = w.Hex = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) {\n                var t = c[f >>> 2] >>> 24 - 8 * (f % 4) & 255;\n                m.push((t >>> 4).toString(16));\n                m.push((t & 15).toString(16))\n            }\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f += 2) m[f >>> 3] |= parseInt(a.substr(f, 2), 16) << 24 - 4 * (f % 8);\n            return new q.init(m, c / 2)\n        }\n    },\n    b = w.Latin1 = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) m.push(String.fromCharCode(c[f >>> 2] >>> 24 - 8 * (f % 4) & 255));\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f++) m[f >>> 2] |= (a.charCodeAt(f) & 255) << 24 - 8 * (f % 4);\n            return new q.init(m, c)\n        }\n    },\n    x = w.Utf8 = {\n        stringify: function(a) {\n            try {\n                return decodeURIComponent(escape(b.stringify(a)))\n            } catch(c) {\n                throw Error(\"Malformed UTF-8 data\");\n            }\n        },\n        parse: function(a) {\n            return b.parse(unescape(encodeURIComponent(a)))\n        }\n    },\n    r = n.BufferedBlockAlgorithm = s.extend({\n        reset: function() {\n            this._data = new q.init;\n            this._nDataBytes = 0\n        },\n        _append: function(a) {\n            \"string\" == typeof a && (a = x.parse(a));\n            this._data.concat(a);\n            this._nDataBytes += a.sigBytes\n        },\n        _process: function(a) {\n            var c = this._data,\n            m = c.words,\n            f = c.sigBytes,\n            t = this.blockSize,\n            b = f / (4 * t),\n            b = a ? u.ceil(b) : u.max((b | 0) - this._minBufferSize, 0);\n            a = b * t;\n            f = u.min(4 * a, f);\n            if (a) {\n                for (var e = 0; e < a; e += t) this._doProcessBlock(m, e);\n                e = m.splice(0, a);\n                c.sigBytes -= f\n            }\n            return new q.init(e, f)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a._data = this._data.clone();\n            return a\n        },\n        _minBufferSize: 0\n    });\n    n.Hasher = r.extend({\n        cfg: s.extend(),\n        init: function(a) {\n            this.cfg = this.cfg.extend(a);\n            this.reset()\n        },\n        reset: function() {\n            r.reset.call(this);\n            this._doReset()\n        },\n        update: function(a) {\n            this._append(a);\n            this._process();\n            return this\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        blockSize: 16,\n        _createHelper: function(a) {\n            return function(c, m) {\n                return (new a.init(m)).finalize(c)\n            }\n        },\n        _createHmacHelper: function(a) {\n            return function(c, m) {\n                return (new e.HMAC.init(a, m)).finalize(c)\n            }\n        }\n    });\n    var e = d.algo = {};\n    return d\n} (Math); (function() {\n    var u = CryptoJS,\n    l = u.lib.WordArray;\n    u.enc.Base64 = {\n        stringify: function(d) {\n            var n = d.words,\n            l = d.sigBytes,\n            s = this._map;\n            d.clamp();\n            d = [];\n            for (var q = 0; q < l; q += 3) for (var w = (n[q >>> 2] >>> 24 - 8 * (q % 4) & 255) << 16 | (n[q + 1 >>> 2] >>> 24 - 8 * ((q + 1) % 4) & 255) << 8 | n[q + 2 >>> 2] >>> 24 - 8 * ((q + 2) % 4) & 255, v = 0; 4 > v && q + 0.75 * v < l; v++) d.push(s.charAt(w >>> 6 * (3 - v) & 63));\n            if (n = s.charAt(64)) for (; d.length % 4;) d.push(n);\n            return d.join(\"\")\n        },\n        parse: function(d) {\n            var n = d.length,\n            p = this._map,\n            s = p.charAt(64);\n            s && (s = d.indexOf(s), -1 != s && (n = s));\n            for (var s = [], q = 0, w = 0; w < n; w++) if (w % 4) {\n                var v = p.indexOf(d.charAt(w - 1)) << 2 * (w % 4),\n                b = p.indexOf(d.charAt(w)) >>> 6 - 2 * (w % 4);\n                s[q >>> 2] |= (v | b) << 24 - 8 * (q % 4);\n                q++\n            }\n            return l.create(s, q)\n        },\n        _map: \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\"\n    }\n})(); (function(u) {\n    function l(b, e, a, c, m, f, t) {\n        b = b + (e & a | ~e & c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function d(b, e, a, c, m, f, t) {\n        b = b + (e & c | a & ~c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function n(b, e, a, c, m, f, t) {\n        b = b + (e ^ a ^ c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function p(b, e, a, c, m, f, t) {\n        b = b + (a ^ (e | ~c)) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    for (var s = CryptoJS,\n    q = s.lib,\n    w = q.WordArray,\n    v = q.Hasher,\n    q = s.algo,\n    b = [], x = 0; 64 > x; x++) b[x] = 4294967296 * u.abs(u.sin(x + 1)) | 0;\n    q = q.MD5 = v.extend({\n        _doReset: function() {\n            this._hash = new w.init([1732584193, 4023233417, 2562383102, 271733878])\n        },\n        _doProcessBlock: function(r, e) {\n            for (var a = 0; 16 > a; a++) {\n                var c = e + a,\n                m = r[c];\n                r[c] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360\n            }\n            var a = this._hash.words,\n            c = r[e + 0],\n            m = r[e + 1],\n            f = r[e + 2],\n            t = r[e + 3],\n            y = r[e + 4],\n            q = r[e + 5],\n            s = r[e + 6],\n            w = r[e + 7],\n            v = r[e + 8],\n            u = r[e + 9],\n            x = r[e + 10],\n            z = r[e + 11],\n            A = r[e + 12],\n            B = r[e + 13],\n            C = r[e + 14],\n            D = r[e + 15],\n            g = a[0],\n            h = a[1],\n            j = a[2],\n            k = a[3],\n            g = l(g, h, j, k, c, 7, b[0]),\n            k = l(k, g, h, j, m, 12, b[1]),\n            j = l(j, k, g, h, f, 17, b[2]),\n            h = l(h, j, k, g, t, 22, b[3]),\n            g = l(g, h, j, k, y, 7, b[4]),\n            k = l(k, g, h, j, q, 12, b[5]),\n            j = l(j, k, g, h, s, 17, b[6]),\n            h = l(h, j, k, g, w, 22, b[7]),\n            g = l(g, h, j, k, v, 7, b[8]),\n            k = l(k, g, h, j, u, 12, b[9]),\n            j = l(j, k, g, h, x, 17, b[10]),\n            h = l(h, j, k, g, z, 22, b[11]),\n            g = l(g, h, j, k, A, 7, b[12]),\n            k = l(k, g, h, j, B, 12, b[13]),\n            j = l(j, k, g, h, C, 17, b[14]),\n            h = l(h, j, k, g, D, 22, b[15]),\n            g = d(g, h, j, k, m, 5, b[16]),\n            k = d(k, g, h, j, s, 9, b[17]),\n            j = d(j, k, g, h, z, 14, b[18]),\n            h = d(h, j, k, g, c, 20, b[19]),\n            g = d(g, h, j, k, q, 5, b[20]),\n            k = d(k, g, h, j, x, 9, b[21]),\n            j = d(j, k, g, h, D, 14, b[22]),\n            h = d(h, j, k, g, y, 20, b[23]),\n            g = d(g, h, j, k, u, 5, b[24]),\n            k = d(k, g, h, j, C, 9, b[25]),\n            j = d(j, k, g, h, t, 14, b[26]),\n            h = d(h, j, k, g, v, 20, b[27]),\n            g = d(g, h, j, k, B, 5, b[28]),\n            k = d(k, g, h, j, f, 9, b[29]),\n            j = d(j, k, g, h, w, 14, b[30]),\n            h = d(h, j, k, g, A, 20, b[31]),\n            g = n(g, h, j, k, q, 4, b[32]),\n            k = n(k, g, h, j, v, 11, b[33]),\n            j = n(j, k, g, h, z, 16, b[34]),\n            h = n(h, j, k, g, C, 23, b[35]),\n            g = n(g, h, j, k, m, 4, b[36]),\n            k = n(k, g, h, j, y, 11, b[37]),\n            j = n(j, k, g, h, w, 16, b[38]),\n            h = n(h, j, k, g, x, 23, b[39]),\n            g = n(g, h, j, k, B, 4, b[40]),\n            k = n(k, g, h, j, c, 11, b[41]),\n            j = n(j, k, g, h, t, 16, b[42]),\n            h = n(h, j, k, g, s, 23, b[43]),\n            g = n(g, h, j, k, u, 4, b[44]),\n            k = n(k, g, h, j, A, 11, b[45]),\n            j = n(j, k, g, h, D, 16, b[46]),\n            h = n(h, j, k, g, f, 23, b[47]),\n            g = p(g, h, j, k, c, 6, b[48]),\n            k = p(k, g, h, j, w, 10, b[49]),\n            j = p(j, k, g, h, C, 15, b[50]),\n            h = p(h, j, k, g, q, 21, b[51]),\n            g = p(g, h, j, k, A, 6, b[52]),\n            k = p(k, g, h, j, t, 10, b[53]),\n            j = p(j, k, g, h, x, 15, b[54]),\n            h = p(h, j, k, g, m, 21, b[55]),\n            g = p(g, h, j, k, v, 6, b[56]),\n            k = p(k, g, h, j, D, 10, b[57]),\n            j = p(j, k, g, h, s, 15, b[58]),\n            h = p(h, j, k, g, B, 21, b[59]),\n            g = p(g, h, j, k, y, 6, b[60]),\n            k = p(k, g, h, j, z, 10, b[61]),\n            j = p(j, k, g, h, f, 15, b[62]),\n            h = p(h, j, k, g, u, 21, b[63]);\n            a[0] = a[0] + g | 0;\n            a[1] = a[1] + h | 0;\n            a[2] = a[2] + j | 0;\n            a[3] = a[3] + k | 0\n        },\n        _doFinalize: function() {\n            var b = this._data,\n            e = b.words,\n            a = 8 * this._nDataBytes,\n            c = 8 * b.sigBytes;\n            e[c >>> 5] |= 128 << 24 - c % 32;\n            var m = u.floor(a / 4294967296);\n            e[(c + 64 >>> 9 << 4) + 15] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360;\n            e[(c + 64 >>> 9 << 4) + 14] = (a << 8 | a >>> 24) & 16711935 | (a << 24 | a >>> 8) & 4278255360;\n            b.sigBytes = 4 * (e.length + 1);\n            this._process();\n            b = this._hash;\n            e = b.words;\n            for (a = 0; 4 > a; a++) c = e[a],\n            e[a] = (c << 8 | c >>> 24) & 16711935 | (c << 24 | c >>> 8) & 4278255360;\n            return b\n        },\n        clone: function() {\n            var b = v.clone.call(this);\n            b._hash = this._hash.clone();\n            return b\n        }\n    });\n    s.MD5 = v._createHelper(q);\n    s.HmacMD5 = v._createHmacHelper(q)\n})(Math); (function() {\n    var u = CryptoJS,\n    l = u.lib,\n    d = l.Base,\n    n = l.WordArray,\n    l = u.algo,\n    p = l.EvpKDF = d.extend({\n        cfg: d.extend({\n            keySize: 4,\n            hasher: l.MD5,\n            iterations: 1\n        }),\n        init: function(d) {\n            this.cfg = this.cfg.extend(d)\n        },\n        compute: function(d, l) {\n            for (var p = this.cfg,\n            v = p.hasher.create(), b = n.create(), u = b.words, r = p.keySize, p = p.iterations; u.length < r;) {\n                e && v.update(e);\n                var e = v.update(d).finalize(l);\n                v.reset();\n                for (var a = 1; a < p; a++) e = v.finalize(e),\n                v.reset();\n                b.concat(e)\n            }\n            b.sigBytes = 4 * r;\n            return b\n        }\n    });\n    u.EvpKDF = function(d, l, n) {\n        return p.create(n).compute(d, l)\n    }\n})();\nCryptoJS.lib.Cipher ||\nfunction(u) {\n    var l = CryptoJS,\n    d = l.lib,\n    n = d.Base,\n    p = d.WordArray,\n    s = d.BufferedBlockAlgorithm,\n    q = l.enc.Base64,\n    w = l.algo.EvpKDF,\n    v = d.Cipher = s.extend({\n        cfg: n.extend(),\n        createEncryptor: function(m, a) {\n            return this.create(this._ENC_XFORM_MODE, m, a)\n        },\n        createDecryptor: function(m, a) {\n            return this.create(this._DEC_XFORM_MODE, m, a)\n        },\n        init: function(m, a, b) {\n            this.cfg = this.cfg.extend(b);\n            this._xformMode = m;\n            this._key = a;\n            this.reset()\n        },\n        reset: function() {\n            s.reset.call(this);\n            this._doReset()\n        },\n        process: function(a) {\n            this._append(a);\n            return this._process()\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        keySize: 4,\n        ivSize: 4,\n        _ENC_XFORM_MODE: 1,\n        _DEC_XFORM_MODE: 2,\n        _createHelper: function(m) {\n            return {\n                encrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).encrypt(m, f, b, e)\n                },\n                decrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).decrypt(m, f, b, e)\n                }\n            }\n        }\n    });\n    d.StreamCipher = v.extend({\n        _doFinalize: function() {\n            return this._process(!0)\n        },\n        blockSize: 1\n    });\n    var b = l.mode = {},\n    x = function(a, f, b) {\n        var c = this._iv;\n        c ? this._iv = u: c = this._prevBlock;\n        for (var e = 0; e < b; e++) a[f + e] ^= c[e]\n    },\n    r = (d.BlockCipherMode = n.extend({\n        createEncryptor: function(a, f) {\n            return this.Encryptor.create(a, f)\n        },\n        createDecryptor: function(a, f) {\n            return this.Decryptor.create(a, f)\n        },\n        init: function(a, f) {\n            this._cipher = a;\n            this._iv = f\n        }\n    })).extend();\n    r.Encryptor = r.extend({\n        processBlock: function(a, f) {\n            var b = this._cipher,\n            c = b.blockSize;\n            x.call(this, a, f, c);\n            b.encryptBlock(a, f);\n            this._prevBlock = a.slice(f, f + c)\n        }\n    });\n    r.Decryptor = r.extend({\n        processBlock: function(a, b) {\n            var c = this._cipher,\n            e = c.blockSize,\n            d = a.slice(b, b + e);\n            c.decryptBlock(a, b);\n            x.call(this, a, b, e);\n            this._prevBlock = d\n        }\n    });\n    b = b.CBC = r;\n    r = (l.pad = {}).Pkcs7 = {\n        pad: function(a, b) {\n            for (var c = 4 * b,\n            c = c - a.sigBytes % c,\n            e = c << 24 | c << 16 | c << 8 | c,\n            d = [], l = 0; l < c; l += 4) d.push(e);\n            c = p.create(d, c);\n            a.concat(c)\n        },\n        unpad: function(a) {\n            a.sigBytes -= a.words[a.sigBytes - 1 >>> 2] & 255\n        }\n    };\n    d.BlockCipher = v.extend({\n        cfg: v.cfg.extend({\n            mode: b,\n            padding: r\n        }),\n        reset: function() {\n            v.reset.call(this);\n            var a = this.cfg,\n            c = a.iv,\n            a = a.mode;\n            if (this._xformMode == this._ENC_XFORM_MODE) var b = a.createEncryptor;\n            else b = a.createDecryptor,\n            this._minBufferSize = 1;\n            this._mode = b.call(a, this, c && c.words)\n        },\n        _doProcessBlock: function(a, c) {\n            this._mode.processBlock(a, c)\n        },\n        _doFinalize: function() {\n            var a = this.cfg.padding;\n            if (this._xformMode == this._ENC_XFORM_MODE) {\n                a.pad(this._data, this.blockSize);\n                var c = this._process(!0)\n            } else c = this._process(!0),\n            a.unpad(c);\n            return c\n        },\n        blockSize: 4\n    });\n    var e = d.CipherParams = n.extend({\n        init: function(a) {\n            this.mixIn(a)\n        },\n        toString: function(a) {\n            return (a || this.formatter).stringify(this)\n        }\n    }),\n    b = (l.format = {}).OpenSSL = {\n        stringify: function(a) {\n            var c = a.ciphertext;\n            a = a.salt;\n            return (a ? p.create([1398893684, 1701076831]).concat(a).concat(c) : c).toString(q)\n        },\n        parse: function(a) {\n            a = q.parse(a);\n            var c = a.words;\n            if (1398893684 == c[0] && 1701076831 == c[1]) {\n                var b = p.create(c.slice(2, 4));\n                c.splice(0, 4);\n                a.sigBytes -= 16\n            }\n            return e.create({\n                ciphertext: a,\n                salt: b\n            })\n        }\n    },\n    a = d.SerializableCipher = n.extend({\n        cfg: n.extend({\n            format: b\n        }),\n        encrypt: function(a, c, b, d) {\n            d = this.cfg.extend(d);\n            var l = a.createEncryptor(b, d);\n            c = l.finalize(c);\n            l = l.cfg;\n            return e.create({\n                ciphertext: c,\n                key: b,\n                iv: l.iv,\n                algorithm: a,\n                mode: l.mode,\n                padding: l.padding,\n                blockSize: a.blockSize,\n                formatter: d.format\n            })\n        },\n        decrypt: function(a, c, b, e) {\n            e = this.cfg.extend(e);\n            c = this._parse(c, e.format);\n            return a.createDecryptor(b, e).finalize(c.ciphertext)\n        },\n        _parse: function(a, c) {\n            return \"string\" == typeof a ? c.parse(a, this) : a\n        }\n    }),\n    l = (l.kdf = {}).OpenSSL = {\n        execute: function(a, c, b, d) {\n            d || (d = p.random(8));\n            a = w.create({\n                keySize: c + b\n            }).compute(a, d);\n            b = p.create(a.words.slice(c), 4 * b);\n            a.sigBytes = 4 * c;\n            return e.create({\n                key: a,\n                iv: b,\n                salt: d\n            })\n        }\n    },\n    c = d.PasswordBasedCipher = a.extend({\n        cfg: a.cfg.extend({\n            kdf: l\n        }),\n        encrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            e = d.kdf.execute(e, c.keySize, c.ivSize);\n            d.iv = e.iv;\n            c = a.encrypt.call(this, c, b, e.key, d);\n            c.mixIn(e);\n            return c\n        },\n        decrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            b = this._parse(b, d.format);\n            e = d.kdf.execute(e, c.keySize, c.ivSize, b.salt);\n            d.iv = e.iv;\n            return a.decrypt.call(this, c, b, e.key, d)\n        }\n    })\n} (); (function() {\n    function u(b, a) {\n        var c = (this._lBlock >>> b ^ this._rBlock) & a;\n        this._rBlock ^= c;\n        this._lBlock ^= c << b\n    }\n    function l(b, a) {\n        var c = (this._rBlock >>> b ^ this._lBlock) & a;\n        this._lBlock ^= c;\n        this._rBlock ^= c << b\n    }\n    var d = CryptoJS,\n    n = d.lib,\n    p = n.WordArray,\n    n = n.BlockCipher,\n    s = d.algo,\n    q = [57, 49, 41, 33, 25, 17, 9, 1, 58, 50, 42, 34, 26, 18, 10, 2, 59, 51, 43, 35, 27, 19, 11, 3, 60, 52, 44, 36, 63, 55, 47, 39, 31, 23, 15, 7, 62, 54, 46, 38, 30, 22, 14, 6, 61, 53, 45, 37, 29, 21, 13, 5, 28, 20, 12, 4],\n    w = [14, 17, 11, 24, 1, 5, 3, 28, 15, 6, 21, 10, 23, 19, 12, 4, 26, 8, 16, 7, 27, 20, 13, 2, 41, 52, 31, 37, 47, 55, 30, 40, 51, 45, 33, 48, 44, 49, 39, 56, 34, 53, 46, 42, 50, 36, 29, 32],\n    v = [1, 2, 4, 6, 8, 10, 12, 14, 15, 17, 19, 21, 23, 25, 27, 28],\n    b = [{\n        \"0\": 8421888,\n        268435456 : 32768,\n        536870912 : 8421378,\n        805306368 : 2,\n        1073741824 : 512,\n        1342177280 : 8421890,\n        1610612736 : 8389122,\n        1879048192 : 8388608,\n        2147483648 : 514,\n        2415919104 : 8389120,\n        2684354560 : 33280,\n        2952790016 : 8421376,\n        3221225472 : 32770,\n        3489660928 : 8388610,\n        3758096384 : 0,\n        4026531840 : 33282,\n        134217728 : 0,\n        402653184 : 8421890,\n        671088640 : 33282,\n        939524096 : 32768,\n        1207959552 : 8421888,\n        1476395008 : 512,\n        1744830464 : 8421378,\n        2013265920 : 2,\n        2281701376 : 8389120,\n        2550136832 : 33280,\n        2818572288 : 8421376,\n        3087007744 : 8389122,\n        3355443200 : 8388610,\n        3623878656 : 32770,\n        3892314112 : 514,\n        4160749568 : 8388608,\n        1 : 32768,\n        268435457 : 2,\n        536870913 : 8421888,\n        805306369 : 8388608,\n        1073741825 : 8421378,\n        1342177281 : 33280,\n        1610612737 : 512,\n        1879048193 : 8389122,\n        2147483649 : 8421890,\n        2415919105 : 8421376,\n        2684354561 : 8388610,\n        2952790017 : 33282,\n        3221225473 : 514,\n        3489660929 : 8389120,\n        3758096385 : 32770,\n        4026531841 : 0,\n        134217729 : 8421890,\n        402653185 : 8421376,\n        671088641 : 8388608,\n        939524097 : 512,\n        1207959553 : 32768,\n        1476395009 : 8388610,\n        1744830465 : 2,\n        2013265921 : 33282,\n        2281701377 : 32770,\n        2550136833 : 8389122,\n        2818572289 : 514,\n        3087007745 : 8421888,\n        3355443201 : 8389120,\n        3623878657 : 0,\n        3892314113 : 33280,\n        4160749569 : 8421378\n    },\n    {\n        \"0\": 1074282512,\n        16777216 : 16384,\n        33554432 : 524288,\n        50331648 : 1074266128,\n        67108864 : 1073741840,\n        83886080 : 1074282496,\n        100663296 : 1073758208,\n        117440512 : 16,\n        134217728 : 540672,\n        150994944 : 1073758224,\n        167772160 : 1073741824,\n        184549376 : 540688,\n        201326592 : 524304,\n        218103808 : 0,\n        234881024 : 16400,\n        251658240 : 1074266112,\n        8388608 : 1073758208,\n        25165824 : 540688,\n        41943040 : 16,\n        58720256 : 1073758224,\n        75497472 : 1074282512,\n        92274688 : 1073741824,\n        109051904 : 524288,\n        125829120 : 1074266128,\n        142606336 : 524304,\n        159383552 : 0,\n        176160768 : 16384,\n        192937984 : 1074266112,\n        209715200 : 1073741840,\n        226492416 : 540672,\n        243269632 : 1074282496,\n        260046848 : 16400,\n        268435456 : 0,\n        285212672 : 1074266128,\n        301989888 : 1073758224,\n        318767104 : 1074282496,\n        335544320 : 1074266112,\n        352321536 : 16,\n        369098752 : 540688,\n        385875968 : 16384,\n        402653184 : 16400,\n        419430400 : 524288,\n        436207616 : 524304,\n        452984832 : 1073741840,\n        469762048 : 540672,\n        486539264 : 1073758208,\n        503316480 : 1073741824,\n        520093696 : 1074282512,\n        276824064 : 540688,\n        293601280 : 524288,\n        310378496 : 1074266112,\n        327155712 : 16384,\n        343932928 : 1073758208,\n        360710144 : 1074282512,\n        377487360 : 16,\n        394264576 : 1073741824,\n        411041792 : 1074282496,\n        427819008 : 1073741840,\n        444596224 : 1073758224,\n        461373440 : 524304,\n        478150656 : 0,\n        494927872 : 16400,\n        511705088 : 1074266128,\n        528482304 : 540672\n    },\n    {\n        \"0\": 260,\n        1048576 : 0,\n        2097152 : 67109120,\n        3145728 : 65796,\n        4194304 : 65540,\n        5242880 : 67108868,\n        6291456 : 67174660,\n        7340032 : 67174400,\n        8388608 : 67108864,\n        9437184 : 67174656,\n        10485760 : 65792,\n        11534336 : 67174404,\n        12582912 : 67109124,\n        13631488 : 65536,\n        14680064 : 4,\n        15728640 : 256,\n        524288 : 67174656,\n        1572864 : 67174404,\n        2621440 : 0,\n        3670016 : 67109120,\n        4718592 : 67108868,\n        5767168 : 65536,\n        6815744 : 65540,\n        7864320 : 260,\n        8912896 : 4,\n        9961472 : 256,\n        11010048 : 67174400,\n        12058624 : 65796,\n        13107200 : 65792,\n        14155776 : 67109124,\n        15204352 : 67174660,\n        16252928 : 67108864,\n        16777216 : 67174656,\n        17825792 : 65540,\n        18874368 : 65536,\n        19922944 : 67109120,\n        20971520 : 256,\n        22020096 : 67174660,\n        23068672 : 67108868,\n        24117248 : 0,\n        25165824 : 67109124,\n        26214400 : 67108864,\n        27262976 : 4,\n        28311552 : 65792,\n        29360128 : 67174400,\n        30408704 : 260,\n        31457280 : 65796,\n        32505856 : 67174404,\n        17301504 : 67108864,\n        18350080 : 260,\n        19398656 : 67174656,\n        20447232 : 0,\n        21495808 : 65540,\n        22544384 : 67109120,\n        23592960 : 256,\n        24641536 : 67174404,\n        25690112 : 65536,\n        26738688 : 67174660,\n        27787264 : 65796,\n        28835840 : 67108868,\n        29884416 : 67109124,\n        30932992 : 67174400,\n        31981568 : 4,\n        33030144 : 65792\n    },\n    {\n        \"0\": 2151682048,\n        65536 : 2147487808,\n        131072 : 4198464,\n        196608 : 2151677952,\n        262144 : 0,\n        327680 : 4198400,\n        393216 : 2147483712,\n        458752 : 4194368,\n        524288 : 2147483648,\n        589824 : 4194304,\n        655360 : 64,\n        720896 : 2147487744,\n        786432 : 2151678016,\n        851968 : 4160,\n        917504 : 4096,\n        983040 : 2151682112,\n        32768 : 2147487808,\n        98304 : 64,\n        163840 : 2151678016,\n        229376 : 2147487744,\n        294912 : 4198400,\n        360448 : 2151682112,\n        425984 : 0,\n        491520 : 2151677952,\n        557056 : 4096,\n        622592 : 2151682048,\n        688128 : 4194304,\n        753664 : 4160,\n        819200 : 2147483648,\n        884736 : 4194368,\n        950272 : 4198464,\n        1015808 : 2147483712,\n        1048576 : 4194368,\n        1114112 : 4198400,\n        1179648 : 2147483712,\n        1245184 : 0,\n        1310720 : 4160,\n        1376256 : 2151678016,\n        1441792 : 2151682048,\n        1507328 : 2147487808,\n        1572864 : 2151682112,\n        1638400 : 2147483648,\n        1703936 : 2151677952,\n        1769472 : 4198464,\n        1835008 : 2147487744,\n        1900544 : 4194304,\n        1966080 : 64,\n        2031616 : 4096,\n        1081344 : 2151677952,\n        1146880 : 2151682112,\n        1212416 : 0,\n        1277952 : 4198400,\n        1343488 : 4194368,\n        1409024 : 2147483648,\n        1474560 : 2147487808,\n        1540096 : 64,\n        1605632 : 2147483712,\n        1671168 : 4096,\n        1736704 : 2147487744,\n        1802240 : 2151678016,\n        1867776 : 4160,\n        1933312 : 2151682048,\n        1998848 : 4194304,\n        2064384 : 4198464\n    },\n    {\n        \"0\": 128,\n        4096 : 17039360,\n        8192 : 262144,\n        12288 : 536870912,\n        16384 : 537133184,\n        20480 : 16777344,\n        24576 : 553648256,\n        28672 : 262272,\n        32768 : 16777216,\n        36864 : 537133056,\n        40960 : 536871040,\n        45056 : 553910400,\n        49152 : 553910272,\n        53248 : 0,\n        57344 : 17039488,\n        61440 : 553648128,\n        2048 : 17039488,\n        6144 : 553648256,\n        10240 : 128,\n        14336 : 17039360,\n        18432 : 262144,\n        22528 : 537133184,\n        26624 : 553910272,\n        30720 : 536870912,\n        34816 : 537133056,\n        38912 : 0,\n        43008 : 553910400,\n        47104 : 16777344,\n        51200 : 536871040,\n        55296 : 553648128,\n        59392 : 16777216,\n        63488 : 262272,\n        65536 : 262144,\n        69632 : 128,\n        73728 : 536870912,\n        77824 : 553648256,\n        81920 : 16777344,\n        86016 : 553910272,\n        90112 : 537133184,\n        94208 : 16777216,\n        98304 : 553910400,\n        102400 : 553648128,\n        106496 : 17039360,\n        110592 : 537133056,\n        114688 : 262272,\n        118784 : 536871040,\n        122880 : 0,\n        126976 : 17039488,\n        67584 : 553648256,\n        71680 : 16777216,\n        75776 : 17039360,\n        79872 : 537133184,\n        83968 : 536870912,\n        88064 : 17039488,\n        92160 : 128,\n        96256 : 553910272,\n        100352 : 262272,\n        104448 : 553910400,\n        108544 : 0,\n        112640 : 553648128,\n        116736 : 16777344,\n        120832 : 262144,\n        124928 : 537133056,\n        129024 : 536871040\n    },\n    {\n        \"0\": 268435464,\n        256 : 8192,\n        512 : 270532608,\n        768 : 270540808,\n        1024 : 268443648,\n        1280 : 2097152,\n        1536 : 2097160,\n        1792 : 268435456,\n        2048 : 0,\n        2304 : 268443656,\n        2560 : 2105344,\n        2816 : 8,\n        3072 : 270532616,\n        3328 : 2105352,\n        3584 : 8200,\n        3840 : 270540800,\n        128 : 270532608,\n        384 : 270540808,\n        640 : 8,\n        896 : 2097152,\n        1152 : 2105352,\n        1408 : 268435464,\n        1664 : 268443648,\n        1920 : 8200,\n        2176 : 2097160,\n        2432 : 8192,\n        2688 : 268443656,\n        2944 : 270532616,\n        3200 : 0,\n        3456 : 270540800,\n        3712 : 2105344,\n        3968 : 268435456,\n        4096 : 268443648,\n        4352 : 270532616,\n        4608 : 270540808,\n        4864 : 8200,\n        5120 : 2097152,\n        5376 : 268435456,\n        5632 : 268435464,\n        5888 : 2105344,\n        6144 : 2105352,\n        6400 : 0,\n        6656 : 8,\n        6912 : 270532608,\n        7168 : 8192,\n        7424 : 268443656,\n        7680 : 270540800,\n        7936 : 2097160,\n        4224 : 8,\n        4480 : 2105344,\n        4736 : 2097152,\n        4992 : 268435464,\n        5248 : 268443648,\n        5504 : 8200,\n        5760 : 270540808,\n        6016 : 270532608,\n        6272 : 270540800,\n        6528 : 270532616,\n        6784 : 8192,\n        7040 : 2105352,\n        7296 : 2097160,\n        7552 : 0,\n        7808 : 268435456,\n        8064 : 268443656\n    },\n    {\n        \"0\": 1048576,\n        16 : 33555457,\n        32 : 1024,\n        48 : 1049601,\n        64 : 34604033,\n        80 : 0,\n        96 : 1,\n        112 : 34603009,\n        128 : 33555456,\n        144 : 1048577,\n        160 : 33554433,\n        176 : 34604032,\n        192 : 34603008,\n        208 : 1025,\n        224 : 1049600,\n        240 : 33554432,\n        8 : 34603009,\n        24 : 0,\n        40 : 33555457,\n        56 : 34604032,\n        72 : 1048576,\n        88 : 33554433,\n        104 : 33554432,\n        120 : 1025,\n        136 : 1049601,\n        152 : 33555456,\n        168 : 34603008,\n        184 : 1048577,\n        200 : 1024,\n        216 : 34604033,\n        232 : 1,\n        248 : 1049600,\n        256 : 33554432,\n        272 : 1048576,\n        288 : 33555457,\n        304 : 34603009,\n        320 : 1048577,\n        336 : 33555456,\n        352 : 34604032,\n        368 : 1049601,\n        384 : 1025,\n        400 : 34604033,\n        416 : 1049600,\n        432 : 1,\n        448 : 0,\n        464 : 34603008,\n        480 : 33554433,\n        496 : 1024,\n        264 : 1049600,\n        280 : 33555457,\n        296 : 34603009,\n        312 : 1,\n        328 : 33554432,\n        344 : 1048576,\n        360 : 1025,\n        376 : 34604032,\n        392 : 33554433,\n        408 : 34603008,\n        424 : 0,\n        440 : 34604033,\n        456 : 1049601,\n        472 : 1024,\n        488 : 33555456,\n        504 : 1048577\n    },\n    {\n        \"0\": 134219808,\n        1 : 131072,\n        2 : 134217728,\n        3 : 32,\n        4 : 131104,\n        5 : 134350880,\n        6 : 134350848,\n        7 : 2048,\n        8 : 134348800,\n        9 : 134219776,\n        10 : 133120,\n        11 : 134348832,\n        12 : 2080,\n        13 : 0,\n        14 : 134217760,\n        15 : 133152,\n        2147483648 : 2048,\n        2147483649 : 134350880,\n        2147483650 : 134219808,\n        2147483651 : 134217728,\n        2147483652 : 134348800,\n        2147483653 : 133120,\n        2147483654 : 133152,\n        2147483655 : 32,\n        2147483656 : 134217760,\n        2147483657 : 2080,\n        2147483658 : 131104,\n        2147483659 : 134350848,\n        2147483660 : 0,\n        2147483661 : 134348832,\n        2147483662 : 134219776,\n        2147483663 : 131072,\n        16 : 133152,\n        17 : 134350848,\n        18 : 32,\n        19 : 2048,\n        20 : 134219776,\n        21 : 134217760,\n        22 : 134348832,\n        23 : 131072,\n        24 : 0,\n        25 : 131104,\n        26 : 134348800,\n        27 : 134219808,\n        28 : 134350880,\n        29 : 133120,\n        30 : 2080,\n        31 : 134217728,\n        2147483664 : 131072,\n        2147483665 : 2048,\n        2147483666 : 134348832,\n        2147483667 : 133152,\n        2147483668 : 32,\n        2147483669 : 134348800,\n        2147483670 : 134217728,\n        2147483671 : 134219808,\n        2147483672 : 134350880,\n        2147483673 : 134217760,\n        2147483674 : 134219776,\n        2147483675 : 0,\n        2147483676 : 133120,\n        2147483677 : 2080,\n        2147483678 : 131104,\n        2147483679 : 134350848\n    }],\n    x = [4160749569, 528482304, 33030144, 2064384, 129024, 8064, 504, 2147483679],\n    r = s.DES = n.extend({\n        _doReset: function() {\n            for (var b = this._key.words,\n            a = [], c = 0; 56 > c; c++) {\n                var d = q[c] - 1;\n                a[c] = b[d >>> 5] >>> 31 - d % 32 & 1\n            }\n            b = this._subKeys = [];\n            for (d = 0; 16 > d; d++) {\n                for (var f = b[d] = [], l = v[d], c = 0; 24 > c; c++) f[c / 6 | 0] |= a[(w[c] - 1 + l) % 28] << 31 - c % 6,\n                f[4 + (c / 6 | 0)] |= a[28 + (w[c + 24] - 1 + l) % 28] << 31 - c % 6;\n                f[0] = f[0] << 1 | f[0] >>> 31;\n                for (c = 1; 7 > c; c++) f[c] >>>= 4 * (c - 1) + 3;\n                f[7] = f[7] << 5 | f[7] >>> 27\n            }\n            a = this._invSubKeys = [];\n            for (c = 0; 16 > c; c++) a[c] = b[15 - c]\n        },\n        encryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._subKeys)\n        },\n        decryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._invSubKeys)\n        },\n        _doCryptBlock: function(e, a, c) {\n            this._lBlock = e[a];\n            this._rBlock = e[a + 1];\n            u.call(this, 4, 252645135);\n            u.call(this, 16, 65535);\n            l.call(this, 2, 858993459);\n            l.call(this, 8, 16711935);\n            u.call(this, 1, 1431655765);\n            for (var d = 0; 16 > d; d++) {\n                for (var f = c[d], n = this._lBlock, p = this._rBlock, q = 0, r = 0; 8 > r; r++) q |= b[r][((p ^ f[r]) & x[r]) >>> 0];\n                this._lBlock = p;\n                this._rBlock = n ^ q\n            }\n            c = this._lBlock;\n            this._lBlock = this._rBlock;\n            this._rBlock = c;\n            u.call(this, 1, 1431655765);\n            l.call(this, 8, 16711935);\n            l.call(this, 2, 858993459);\n            u.call(this, 16, 65535);\n            u.call(this, 4, 252645135);\n            e[a] = this._lBlock;\n            e[a + 1] = this._rBlock\n        },\n        keySize: 2,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.DES = n._createHelper(r);\n    s = s.TripleDES = n.extend({\n        _doReset: function() {\n            var b = this._key.words;\n            this._des1 = r.createEncryptor(p.create(b.slice(0, 2)));\n            this._des2 = r.createEncryptor(p.create(b.slice(2, 4)));\n            this._des3 = r.createEncryptor(p.create(b.slice(4, 6)))\n        },\n        encryptBlock: function(b, a) {\n            this._des1.encryptBlock(b, a);\n            this._des2.decryptBlock(b, a);\n            this._des3.encryptBlock(b, a)\n        },\n        decryptBlock: function(b, a) {\n            this._des3.decryptBlock(b, a);\n            this._des2.encryptBlock(b, a);\n            this._des1.decryptBlock(b, a)\n        },\n        keySize: 6,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.TripleDES = n._createHelper(s)\n})();\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\n/**\n * Electronic Codebook block mode.\n */\nCryptoJS.mode.ECB = (function() {\n    var ECB = CryptoJS.lib.BlockCipherMode.extend();\n\n    ECB.Encryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.encryptBlock(words, offset);\n        }\n    });\n    ECB.Decryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.decryptBlock(words, offset);\n        }\n    });\n    return ECB;\n} ());\n\nfunction encryptByDES(message, key) {\n    var keyHex = CryptoJS.enc.Utf8.parse(key);\n    var encrypted = CryptoJS.DES.encrypt(message, keyHex, {\n        mode: CryptoJS.mode.ECB,\n        padding: CryptoJS.pad.Pkcs7\n    });\n    return encrypted.toString()\n}\n//DES加密结束\nvar userId=userId||String(java.get('userId'));\nvar deskey=deskey||String(java.get('deskey'));\nvar siteId=siteId||String(java.get('siteId'));\nfunction getPostUrl(data,type) {\nvar url = 'http://m.ndlib.cn/nlc_read_home/service.do';\nvar md5Key = 'library_2016@hzlq';\nvar value = {\n    siteId: siteId,\n    data: encryptByDES(JSON.stringify(data), deskey),\n    userId: userId,\n    fromSource: 3,\n    osType: 5,\n    version: \"1.0.1\",\n    versionCode: 10001,\n    timeStamp: data.timeStamp,\n    hashCode: md5(data.timeStamp + md5Key)\n}\nvar cmd = \"cmd=\"+type+\"&value=\" + encodeURIComponent(JSON.stringify(value));\nvar option = {\n   \"method\": \"POST\",\n   \"body\": String(cmd)\n};\nreturn result=url + ','+JSON.stringify(option);\n}\nvar data = {\n    timeStamp:Date.now(),\n    uaInfo:'1',\n    chapterId:result\n};\ngetPostUrl(data,'qryChapterDetails');",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "<js>\n//md5加密开始\nvar rotateLeft = function(lValue, iShiftBits) {\n    return (lValue << iShiftBits) | (lValue >>> (32 - iShiftBits))\n}\nvar addUnsigned = function(lX, lY) {\n    var lX4, lY4, lX8, lY8, lResult;\n    lX8 = (lX & 0x80000000);\n    lY8 = (lY & 0x80000000);\n    lX4 = (lX & 0x40000000);\n    lY4 = (lY & 0x40000000);\n    lResult = (lX & 0x3FFFFFFF) + (lY & 0x3FFFFFFF);\n    if (lX4 & lY4) return (lResult ^ 0x80000000 ^ lX8 ^ lY8);\n    if (lX4 | lY4) {\n        if (lResult & 0x40000000) return (lResult ^ 0xC0000000 ^ lX8 ^ lY8);\n        else return (lResult ^ 0x40000000 ^ lX8 ^ lY8)\n    } else {\n        return (lResult ^ lX8 ^ lY8)\n    }\n}\nvar F = function(x, y, z) {\n    return (x & y) | ((~x) & z)\n}\nvar G = function(x, y, z) {\n    return (x & z) | (y & (~z))\n}\nvar H = function(x, y, z) {\n    return (x ^ y ^ z)\n}\nvar I = function(x, y, z) {\n    return (y ^ (x | (~z)))\n}\nvar FF = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(F(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar GG = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(G(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar HH = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(H(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar II = function(a, b, c, d, x, s, ac) {\n    a = addUnsigned(a, addUnsigned(addUnsigned(I(b, c, d), x), ac));\n    return addUnsigned(rotateLeft(a, s), b)\n};\nvar convertToWordArray = function(string) {\n    var lWordCount;\n    var lMessageLength = string.length;\n    var lNumberOfWordsTempOne = lMessageLength + 8;\n    var lNumberOfWordsTempTwo = (lNumberOfWordsTempOne - (lNumberOfWordsTempOne % 64)) / 64;\n    var lNumberOfWords = (lNumberOfWordsTempTwo + 1) * 16;\n    var lWordArray = Array(lNumberOfWords - 1);\n    var lBytePosition = 0;\n    var lByteCount = 0;\n    while (lByteCount < lMessageLength) {\n        lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n        lBytePosition = (lByteCount % 4) * 8;\n        lWordArray[lWordCount] = (lWordArray[lWordCount] | (string.charCodeAt(lByteCount) << lBytePosition));\n        lByteCount++\n    }\n    lWordCount = (lByteCount - (lByteCount % 4)) / 4;\n    lBytePosition = (lByteCount % 4) * 8;\n    lWordArray[lWordCount] = lWordArray[lWordCount] | (0x80 << lBytePosition);\n    lWordArray[lNumberOfWords - 2] = lMessageLength << 3;\n    lWordArray[lNumberOfWords - 1] = lMessageLength >>> 29;\n    return lWordArray\n};\nvar wordToHex = function(lValue) {\n    var WordToHexValue = \"\",\n    WordToHexValueTemp = \"\",\n    lByte, lCount;\n    for (lCount = 0; lCount <= 3; lCount++) {\n        lByte = (lValue >>> (lCount * 8)) & 255;\n        WordToHexValueTemp = \"0\" + lByte.toString(16);\n        WordToHexValue = WordToHexValue + WordToHexValueTemp.substr(WordToHexValueTemp.length - 2, 2)\n    }\n    return WordToHexValue\n};\nvar uTF8Encode = function(string) {\n    string = string.replace(/\\x0d\\x0a/g, \"\\x0a\");\n    var output = \"\";\n    for (var n = 0; n < string.length; n++) {\n        var c = string.charCodeAt(n);\n        if (c < 128) {\n            output += String.fromCharCode(c)\n        } else if ((c > 127) && (c < 2048)) {\n            output += String.fromCharCode((c >> 6) | 192);\n            output += String.fromCharCode((c & 63) | 128)\n        } else {\n            output += String.fromCharCode((c >> 12) | 224);\n            output += String.fromCharCode(((c >> 6) & 63) | 128);\n            output += String.fromCharCode((c & 63) | 128)\n        }\n    }\n    return output;\n};\nfunction md5(string) {\n    var x = Array();\n    var k, AA, BB, CC, DD, a, b, c, d;\n    var S11 = 7,\n    S12 = 12,\n    S13 = 17,\n    S14 = 22;\n    var S21 = 5,\n    S22 = 9,\n    S23 = 14,\n    S24 = 20;\n    var S31 = 4,\n    S32 = 11,\n    S33 = 16,\n    S34 = 23;\n    var S41 = 6,\n    S42 = 10,\n    S43 = 15,\n    S44 = 21;\n    string = uTF8Encode(string);\n    x = convertToWordArray(string);\n    a = 0x67452301;\n    b = 0xEFCDAB89;\n    c = 0x98BADCFE;\n    d = 0x10325476;\n    for (k = 0; k < x.length; k += 16) {\n        AA = a;\n        BB = b;\n        CC = c;\n        DD = d;\n        a = FF(a, b, c, d, x[k + 0], S11, 0xD76AA478);\n        d = FF(d, a, b, c, x[k + 1], S12, 0xE8C7B756);\n        c = FF(c, d, a, b, x[k + 2], S13, 0x242070DB);\n        b = FF(b, c, d, a, x[k + 3], S14, 0xC1BDCEEE);\n        a = FF(a, b, c, d, x[k + 4], S11, 0xF57C0FAF);\n        d = FF(d, a, b, c, x[k + 5], S12, 0x4787C62A);\n        c = FF(c, d, a, b, x[k + 6], S13, 0xA8304613);\n        b = FF(b, c, d, a, x[k + 7], S14, 0xFD469501);\n        a = FF(a, b, c, d, x[k + 8], S11, 0x698098D8);\n        d = FF(d, a, b, c, x[k + 9], S12, 0x8B44F7AF);\n        c = FF(c, d, a, b, x[k + 10], S13, 0xFFFF5BB1);\n        b = FF(b, c, d, a, x[k + 11], S14, 0x895CD7BE);\n        a = FF(a, b, c, d, x[k + 12], S11, 0x6B901122);\n        d = FF(d, a, b, c, x[k + 13], S12, 0xFD987193);\n        c = FF(c, d, a, b, x[k + 14], S13, 0xA679438E);\n        b = FF(b, c, d, a, x[k + 15], S14, 0x49B40821);\n        a = GG(a, b, c, d, x[k + 1], S21, 0xF61E2562);\n        d = GG(d, a, b, c, x[k + 6], S22, 0xC040B340);\n        c = GG(c, d, a, b, x[k + 11], S23, 0x265E5A51);\n        b = GG(b, c, d, a, x[k + 0], S24, 0xE9B6C7AA);\n        a = GG(a, b, c, d, x[k + 5], S21, 0xD62F105D);\n        d = GG(d, a, b, c, x[k + 10], S22, 0x2441453);\n        c = GG(c, d, a, b, x[k + 15], S23, 0xD8A1E681);\n        b = GG(b, c, d, a, x[k + 4], S24, 0xE7D3FBC8);\n        a = GG(a, b, c, d, x[k + 9], S21, 0x21E1CDE6);\n        d = GG(d, a, b, c, x[k + 14], S22, 0xC33707D6);\n        c = GG(c, d, a, b, x[k + 3], S23, 0xF4D50D87);\n        b = GG(b, c, d, a, x[k + 8], S24, 0x455A14ED);\n        a = GG(a, b, c, d, x[k + 13], S21, 0xA9E3E905);\n        d = GG(d, a, b, c, x[k + 2], S22, 0xFCEFA3F8);\n        c = GG(c, d, a, b, x[k + 7], S23, 0x676F02D9);\n        b = GG(b, c, d, a, x[k + 12], S24, 0x8D2A4C8A);\n        a = HH(a, b, c, d, x[k + 5], S31, 0xFFFA3942);\n        d = HH(d, a, b, c, x[k + 8], S32, 0x8771F681);\n        c = HH(c, d, a, b, x[k + 11], S33, 0x6D9D6122);\n        b = HH(b, c, d, a, x[k + 14], S34, 0xFDE5380C);\n        a = HH(a, b, c, d, x[k + 1], S31, 0xA4BEEA44);\n        d = HH(d, a, b, c, x[k + 4], S32, 0x4BDECFA9);\n        c = HH(c, d, a, b, x[k + 7], S33, 0xF6BB4B60);\n        b = HH(b, c, d, a, x[k + 10], S34, 0xBEBFBC70);\n        a = HH(a, b, c, d, x[k + 13], S31, 0x289B7EC6);\n        d = HH(d, a, b, c, x[k + 0], S32, 0xEAA127FA);\n        c = HH(c, d, a, b, x[k + 3], S33, 0xD4EF3085);\n        b = HH(b, c, d, a, x[k + 6], S34, 0x4881D05);\n        a = HH(a, b, c, d, x[k + 9], S31, 0xD9D4D039);\n        d = HH(d, a, b, c, x[k + 12], S32, 0xE6DB99E5);\n        c = HH(c, d, a, b, x[k + 15], S33, 0x1FA27CF8);\n        b = HH(b, c, d, a, x[k + 2], S34, 0xC4AC5665);\n        a = II(a, b, c, d, x[k + 0], S41, 0xF4292244);\n        d = II(d, a, b, c, x[k + 7], S42, 0x432AFF97);\n        c = II(c, d, a, b, x[k + 14], S43, 0xAB9423A7);\n        b = II(b, c, d, a, x[k + 5], S44, 0xFC93A039);\n        a = II(a, b, c, d, x[k + 12], S41, 0x655B59C3);\n        d = II(d, a, b, c, x[k + 3], S42, 0x8F0CCC92);\n        c = II(c, d, a, b, x[k + 10], S43, 0xFFEFF47D);\n        b = II(b, c, d, a, x[k + 1], S44, 0x85845DD1);\n        a = II(a, b, c, d, x[k + 8], S41, 0x6FA87E4F);\n        d = II(d, a, b, c, x[k + 15], S42, 0xFE2CE6E0);\n        c = II(c, d, a, b, x[k + 6], S43, 0xA3014314);\n        b = II(b, c, d, a, x[k + 13], S44, 0x4E0811A1);\n        a = II(a, b, c, d, x[k + 4], S41, 0xF7537E82);\n        d = II(d, a, b, c, x[k + 11], S42, 0xBD3AF235);\n        c = II(c, d, a, b, x[k + 2], S43, 0x2AD7D2BB);\n        b = II(b, c, d, a, x[k + 9], S44, 0xEB86D391);\n        a = addUnsigned(a, AA);\n        b = addUnsigned(b, BB);\n        c = addUnsigned(c, CC);\n        d = addUnsigned(d, DD);\n    };\n    var tempValue = wordToHex(a) + wordToHex(b) + wordToHex(c) + wordToHex(d);\n    return tempValue.toLowerCase();\n}\n//md5加密结束\n//DES加密开始\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\nvar CryptoJS = CryptoJS ||\nfunction(u, l) {\n    var d = {},\n    n = d.lib = {},\n    p = function() {},\n    s = n.Base = {\n        extend: function(a) {\n            p.prototype = this;\n            var c = new p;\n            a && c.mixIn(a);\n            c.hasOwnProperty(\"init\") || (c.init = function() {\n                c.$super.init.apply(this, arguments)\n            });\n            c.init.prototype = c;\n            c.$super = this;\n            return c\n        },\n        create: function() {\n            var a = this.extend();\n            a.init.apply(a, arguments);\n            return a\n        },\n        init: function() {},\n        mixIn: function(a) {\n            for (var c in a) a.hasOwnProperty(c) && (this[c] = a[c]);\n            a.hasOwnProperty(\"toString\") && (this.toString = a.toString)\n        },\n        clone: function() {\n            return this.init.prototype.extend(this)\n        }\n    },\n    q = n.WordArray = s.extend({\n        init: function(a, c) {\n            a = this.words = a || [];\n            this.sigBytes = c != l ? c: 4 * a.length\n        },\n        toString: function(a) {\n            return (a || v).stringify(this)\n        },\n        concat: function(a) {\n            var c = this.words,\n            m = a.words,\n            f = this.sigBytes;\n            a = a.sigBytes;\n            this.clamp();\n            if (f % 4) for (var t = 0; t < a; t++) c[f + t >>> 2] |= (m[t >>> 2] >>> 24 - 8 * (t % 4) & 255) << 24 - 8 * ((f + t) % 4);\n            else if (65535 < m.length) for (t = 0; t < a; t += 4) c[f + t >>> 2] = m[t >>> 2];\n            else c.push.apply(c, m);\n            this.sigBytes += a;\n            return this\n        },\n        clamp: function() {\n            var a = this.words,\n            c = this.sigBytes;\n            a[c >>> 2] &= 4294967295 << 32 - 8 * (c % 4);\n            a.length = u.ceil(c / 4)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a.words = this.words.slice(0);\n            return a\n        },\n        random: function(a) {\n            for (var c = [], m = 0; m < a; m += 4) c.push(4294967296 * u.random() | 0);\n            return new q.init(c, a)\n        }\n    }),\n    w = d.enc = {},\n    v = w.Hex = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) {\n                var t = c[f >>> 2] >>> 24 - 8 * (f % 4) & 255;\n                m.push((t >>> 4).toString(16));\n                m.push((t & 15).toString(16))\n            }\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f += 2) m[f >>> 3] |= parseInt(a.substr(f, 2), 16) << 24 - 4 * (f % 8);\n            return new q.init(m, c / 2)\n        }\n    },\n    b = w.Latin1 = {\n        stringify: function(a) {\n            var c = a.words;\n            a = a.sigBytes;\n            for (var m = [], f = 0; f < a; f++) m.push(String.fromCharCode(c[f >>> 2] >>> 24 - 8 * (f % 4) & 255));\n            return m.join(\"\")\n        },\n        parse: function(a) {\n            for (var c = a.length,\n            m = [], f = 0; f < c; f++) m[f >>> 2] |= (a.charCodeAt(f) & 255) << 24 - 8 * (f % 4);\n            return new q.init(m, c)\n        }\n    },\n    x = w.Utf8 = {\n        stringify: function(a) {\n            try {\n                return decodeURIComponent(escape(b.stringify(a)))\n            } catch(c) {\n                throw Error(\"Malformed UTF-8 data\");\n            }\n        },\n        parse: function(a) {\n            return b.parse(unescape(encodeURIComponent(a)))\n        }\n    },\n    r = n.BufferedBlockAlgorithm = s.extend({\n        reset: function() {\n            this._data = new q.init;\n            this._nDataBytes = 0\n        },\n        _append: function(a) {\n            \"string\" == typeof a && (a = x.parse(a));\n            this._data.concat(a);\n            this._nDataBytes += a.sigBytes\n        },\n        _process: function(a) {\n            var c = this._data,\n            m = c.words,\n            f = c.sigBytes,\n            t = this.blockSize,\n            b = f / (4 * t),\n            b = a ? u.ceil(b) : u.max((b | 0) - this._minBufferSize, 0);\n            a = b * t;\n            f = u.min(4 * a, f);\n            if (a) {\n                for (var e = 0; e < a; e += t) this._doProcessBlock(m, e);\n                e = m.splice(0, a);\n                c.sigBytes -= f\n            }\n            return new q.init(e, f)\n        },\n        clone: function() {\n            var a = s.clone.call(this);\n            a._data = this._data.clone();\n            return a\n        },\n        _minBufferSize: 0\n    });\n    n.Hasher = r.extend({\n        cfg: s.extend(),\n        init: function(a) {\n            this.cfg = this.cfg.extend(a);\n            this.reset()\n        },\n        reset: function() {\n            r.reset.call(this);\n            this._doReset()\n        },\n        update: function(a) {\n            this._append(a);\n            this._process();\n            return this\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        blockSize: 16,\n        _createHelper: function(a) {\n            return function(c, m) {\n                return (new a.init(m)).finalize(c)\n            }\n        },\n        _createHmacHelper: function(a) {\n            return function(c, m) {\n                return (new e.HMAC.init(a, m)).finalize(c)\n            }\n        }\n    });\n    var e = d.algo = {};\n    return d\n} (Math); (function() {\n    var u = CryptoJS,\n    l = u.lib.WordArray;\n    u.enc.Base64 = {\n        stringify: function(d) {\n            var n = d.words,\n            l = d.sigBytes,\n            s = this._map;\n            d.clamp();\n            d = [];\n            for (var q = 0; q < l; q += 3) for (var w = (n[q >>> 2] >>> 24 - 8 * (q % 4) & 255) << 16 | (n[q + 1 >>> 2] >>> 24 - 8 * ((q + 1) % 4) & 255) << 8 | n[q + 2 >>> 2] >>> 24 - 8 * ((q + 2) % 4) & 255, v = 0; 4 > v && q + 0.75 * v < l; v++) d.push(s.charAt(w >>> 6 * (3 - v) & 63));\n            if (n = s.charAt(64)) for (; d.length % 4;) d.push(n);\n            return d.join(\"\")\n        },\n        parse: function(d) {\n            var n = d.length,\n            p = this._map,\n            s = p.charAt(64);\n            s && (s = d.indexOf(s), -1 != s && (n = s));\n            for (var s = [], q = 0, w = 0; w < n; w++) if (w % 4) {\n                var v = p.indexOf(d.charAt(w - 1)) << 2 * (w % 4),\n                b = p.indexOf(d.charAt(w)) >>> 6 - 2 * (w % 4);\n                s[q >>> 2] |= (v | b) << 24 - 8 * (q % 4);\n                q++\n            }\n            return l.create(s, q)\n        },\n        _map: \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\"\n    }\n})(); (function(u) {\n    function l(b, e, a, c, m, f, t) {\n        b = b + (e & a | ~e & c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function d(b, e, a, c, m, f, t) {\n        b = b + (e & c | a & ~c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function n(b, e, a, c, m, f, t) {\n        b = b + (e ^ a ^ c) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    function p(b, e, a, c, m, f, t) {\n        b = b + (a ^ (e | ~c)) + m + t;\n        return (b << f | b >>> 32 - f) + e\n    }\n    for (var s = CryptoJS,\n    q = s.lib,\n    w = q.WordArray,\n    v = q.Hasher,\n    q = s.algo,\n    b = [], x = 0; 64 > x; x++) b[x] = 4294967296 * u.abs(u.sin(x + 1)) | 0;\n    q = q.MD5 = v.extend({\n        _doReset: function() {\n            this._hash = new w.init([1732584193, 4023233417, 2562383102, 271733878])\n        },\n        _doProcessBlock: function(r, e) {\n            for (var a = 0; 16 > a; a++) {\n                var c = e + a,\n                m = r[c];\n                r[c] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360\n            }\n            var a = this._hash.words,\n            c = r[e + 0],\n            m = r[e + 1],\n            f = r[e + 2],\n            t = r[e + 3],\n            y = r[e + 4],\n            q = r[e + 5],\n            s = r[e + 6],\n            w = r[e + 7],\n            v = r[e + 8],\n            u = r[e + 9],\n            x = r[e + 10],\n            z = r[e + 11],\n            A = r[e + 12],\n            B = r[e + 13],\n            C = r[e + 14],\n            D = r[e + 15],\n            g = a[0],\n            h = a[1],\n            j = a[2],\n            k = a[3],\n            g = l(g, h, j, k, c, 7, b[0]),\n            k = l(k, g, h, j, m, 12, b[1]),\n            j = l(j, k, g, h, f, 17, b[2]),\n            h = l(h, j, k, g, t, 22, b[3]),\n            g = l(g, h, j, k, y, 7, b[4]),\n            k = l(k, g, h, j, q, 12, b[5]),\n            j = l(j, k, g, h, s, 17, b[6]),\n            h = l(h, j, k, g, w, 22, b[7]),\n            g = l(g, h, j, k, v, 7, b[8]),\n            k = l(k, g, h, j, u, 12, b[9]),\n            j = l(j, k, g, h, x, 17, b[10]),\n            h = l(h, j, k, g, z, 22, b[11]),\n            g = l(g, h, j, k, A, 7, b[12]),\n            k = l(k, g, h, j, B, 12, b[13]),\n            j = l(j, k, g, h, C, 17, b[14]),\n            h = l(h, j, k, g, D, 22, b[15]),\n            g = d(g, h, j, k, m, 5, b[16]),\n            k = d(k, g, h, j, s, 9, b[17]),\n            j = d(j, k, g, h, z, 14, b[18]),\n            h = d(h, j, k, g, c, 20, b[19]),\n            g = d(g, h, j, k, q, 5, b[20]),\n            k = d(k, g, h, j, x, 9, b[21]),\n            j = d(j, k, g, h, D, 14, b[22]),\n            h = d(h, j, k, g, y, 20, b[23]),\n            g = d(g, h, j, k, u, 5, b[24]),\n            k = d(k, g, h, j, C, 9, b[25]),\n            j = d(j, k, g, h, t, 14, b[26]),\n            h = d(h, j, k, g, v, 20, b[27]),\n            g = d(g, h, j, k, B, 5, b[28]),\n            k = d(k, g, h, j, f, 9, b[29]),\n            j = d(j, k, g, h, w, 14, b[30]),\n            h = d(h, j, k, g, A, 20, b[31]),\n            g = n(g, h, j, k, q, 4, b[32]),\n            k = n(k, g, h, j, v, 11, b[33]),\n            j = n(j, k, g, h, z, 16, b[34]),\n            h = n(h, j, k, g, C, 23, b[35]),\n            g = n(g, h, j, k, m, 4, b[36]),\n            k = n(k, g, h, j, y, 11, b[37]),\n            j = n(j, k, g, h, w, 16, b[38]),\n            h = n(h, j, k, g, x, 23, b[39]),\n            g = n(g, h, j, k, B, 4, b[40]),\n            k = n(k, g, h, j, c, 11, b[41]),\n            j = n(j, k, g, h, t, 16, b[42]),\n            h = n(h, j, k, g, s, 23, b[43]),\n            g = n(g, h, j, k, u, 4, b[44]),\n            k = n(k, g, h, j, A, 11, b[45]),\n            j = n(j, k, g, h, D, 16, b[46]),\n            h = n(h, j, k, g, f, 23, b[47]),\n            g = p(g, h, j, k, c, 6, b[48]),\n            k = p(k, g, h, j, w, 10, b[49]),\n            j = p(j, k, g, h, C, 15, b[50]),\n            h = p(h, j, k, g, q, 21, b[51]),\n            g = p(g, h, j, k, A, 6, b[52]),\n            k = p(k, g, h, j, t, 10, b[53]),\n            j = p(j, k, g, h, x, 15, b[54]),\n            h = p(h, j, k, g, m, 21, b[55]),\n            g = p(g, h, j, k, v, 6, b[56]),\n            k = p(k, g, h, j, D, 10, b[57]),\n            j = p(j, k, g, h, s, 15, b[58]),\n            h = p(h, j, k, g, B, 21, b[59]),\n            g = p(g, h, j, k, y, 6, b[60]),\n            k = p(k, g, h, j, z, 10, b[61]),\n            j = p(j, k, g, h, f, 15, b[62]),\n            h = p(h, j, k, g, u, 21, b[63]);\n            a[0] = a[0] + g | 0;\n            a[1] = a[1] + h | 0;\n            a[2] = a[2] + j | 0;\n            a[3] = a[3] + k | 0\n        },\n        _doFinalize: function() {\n            var b = this._data,\n            e = b.words,\n            a = 8 * this._nDataBytes,\n            c = 8 * b.sigBytes;\n            e[c >>> 5] |= 128 << 24 - c % 32;\n            var m = u.floor(a / 4294967296);\n            e[(c + 64 >>> 9 << 4) + 15] = (m << 8 | m >>> 24) & 16711935 | (m << 24 | m >>> 8) & 4278255360;\n            e[(c + 64 >>> 9 << 4) + 14] = (a << 8 | a >>> 24) & 16711935 | (a << 24 | a >>> 8) & 4278255360;\n            b.sigBytes = 4 * (e.length + 1);\n            this._process();\n            b = this._hash;\n            e = b.words;\n            for (a = 0; 4 > a; a++) c = e[a],\n            e[a] = (c << 8 | c >>> 24) & 16711935 | (c << 24 | c >>> 8) & 4278255360;\n            return b\n        },\n        clone: function() {\n            var b = v.clone.call(this);\n            b._hash = this._hash.clone();\n            return b\n        }\n    });\n    s.MD5 = v._createHelper(q);\n    s.HmacMD5 = v._createHmacHelper(q)\n})(Math); (function() {\n    var u = CryptoJS,\n    l = u.lib,\n    d = l.Base,\n    n = l.WordArray,\n    l = u.algo,\n    p = l.EvpKDF = d.extend({\n        cfg: d.extend({\n            keySize: 4,\n            hasher: l.MD5,\n            iterations: 1\n        }),\n        init: function(d) {\n            this.cfg = this.cfg.extend(d)\n        },\n        compute: function(d, l) {\n            for (var p = this.cfg,\n            v = p.hasher.create(), b = n.create(), u = b.words, r = p.keySize, p = p.iterations; u.length < r;) {\n                e && v.update(e);\n                var e = v.update(d).finalize(l);\n                v.reset();\n                for (var a = 1; a < p; a++) e = v.finalize(e),\n                v.reset();\n                b.concat(e)\n            }\n            b.sigBytes = 4 * r;\n            return b\n        }\n    });\n    u.EvpKDF = function(d, l, n) {\n        return p.create(n).compute(d, l)\n    }\n})();\nCryptoJS.lib.Cipher ||\nfunction(u) {\n    var l = CryptoJS,\n    d = l.lib,\n    n = d.Base,\n    p = d.WordArray,\n    s = d.BufferedBlockAlgorithm,\n    q = l.enc.Base64,\n    w = l.algo.EvpKDF,\n    v = d.Cipher = s.extend({\n        cfg: n.extend(),\n        createEncryptor: function(m, a) {\n            return this.create(this._ENC_XFORM_MODE, m, a)\n        },\n        createDecryptor: function(m, a) {\n            return this.create(this._DEC_XFORM_MODE, m, a)\n        },\n        init: function(m, a, b) {\n            this.cfg = this.cfg.extend(b);\n            this._xformMode = m;\n            this._key = a;\n            this.reset()\n        },\n        reset: function() {\n            s.reset.call(this);\n            this._doReset()\n        },\n        process: function(a) {\n            this._append(a);\n            return this._process()\n        },\n        finalize: function(a) {\n            a && this._append(a);\n            return this._doFinalize()\n        },\n        keySize: 4,\n        ivSize: 4,\n        _ENC_XFORM_MODE: 1,\n        _DEC_XFORM_MODE: 2,\n        _createHelper: function(m) {\n            return {\n                encrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).encrypt(m, f, b, e)\n                },\n                decrypt: function(f, b, e) {\n                    return (\"string\" == typeof b ? c: a).decrypt(m, f, b, e)\n                }\n            }\n        }\n    });\n    d.StreamCipher = v.extend({\n        _doFinalize: function() {\n            return this._process(!0)\n        },\n        blockSize: 1\n    });\n    var b = l.mode = {},\n    x = function(a, f, b) {\n        var c = this._iv;\n        c ? this._iv = u: c = this._prevBlock;\n        for (var e = 0; e < b; e++) a[f + e] ^= c[e]\n    },\n    r = (d.BlockCipherMode = n.extend({\n        createEncryptor: function(a, f) {\n            return this.Encryptor.create(a, f)\n        },\n        createDecryptor: function(a, f) {\n            return this.Decryptor.create(a, f)\n        },\n        init: function(a, f) {\n            this._cipher = a;\n            this._iv = f\n        }\n    })).extend();\n    r.Encryptor = r.extend({\n        processBlock: function(a, f) {\n            var b = this._cipher,\n            c = b.blockSize;\n            x.call(this, a, f, c);\n            b.encryptBlock(a, f);\n            this._prevBlock = a.slice(f, f + c)\n        }\n    });\n    r.Decryptor = r.extend({\n        processBlock: function(a, b) {\n            var c = this._cipher,\n            e = c.blockSize,\n            d = a.slice(b, b + e);\n            c.decryptBlock(a, b);\n            x.call(this, a, b, e);\n            this._prevBlock = d\n        }\n    });\n    b = b.CBC = r;\n    r = (l.pad = {}).Pkcs7 = {\n        pad: function(a, b) {\n            for (var c = 4 * b,\n            c = c - a.sigBytes % c,\n            e = c << 24 | c << 16 | c << 8 | c,\n            d = [], l = 0; l < c; l += 4) d.push(e);\n            c = p.create(d, c);\n            a.concat(c)\n        },\n        unpad: function(a) {\n            a.sigBytes -= a.words[a.sigBytes - 1 >>> 2] & 255\n        }\n    };\n    d.BlockCipher = v.extend({\n        cfg: v.cfg.extend({\n            mode: b,\n            padding: r\n        }),\n        reset: function() {\n            v.reset.call(this);\n            var a = this.cfg,\n            c = a.iv,\n            a = a.mode;\n            if (this._xformMode == this._ENC_XFORM_MODE) var b = a.createEncryptor;\n            else b = a.createDecryptor,\n            this._minBufferSize = 1;\n            this._mode = b.call(a, this, c && c.words)\n        },\n        _doProcessBlock: function(a, c) {\n            this._mode.processBlock(a, c)\n        },\n        _doFinalize: function() {\n            var a = this.cfg.padding;\n            if (this._xformMode == this._ENC_XFORM_MODE) {\n                a.pad(this._data, this.blockSize);\n                var c = this._process(!0)\n            } else c = this._process(!0),\n            a.unpad(c);\n            return c\n        },\n        blockSize: 4\n    });\n    var e = d.CipherParams = n.extend({\n        init: function(a) {\n            this.mixIn(a)\n        },\n        toString: function(a) {\n            return (a || this.formatter).stringify(this)\n        }\n    }),\n    b = (l.format = {}).OpenSSL = {\n        stringify: function(a) {\n            var c = a.ciphertext;\n            a = a.salt;\n            return (a ? p.create([1398893684, 1701076831]).concat(a).concat(c) : c).toString(q)\n        },\n        parse: function(a) {\n            a = q.parse(a);\n            var c = a.words;\n            if (1398893684 == c[0] && 1701076831 == c[1]) {\n                var b = p.create(c.slice(2, 4));\n                c.splice(0, 4);\n                a.sigBytes -= 16\n            }\n            return e.create({\n                ciphertext: a,\n                salt: b\n            })\n        }\n    },\n    a = d.SerializableCipher = n.extend({\n        cfg: n.extend({\n            format: b\n        }),\n        encrypt: function(a, c, b, d) {\n            d = this.cfg.extend(d);\n            var l = a.createEncryptor(b, d);\n            c = l.finalize(c);\n            l = l.cfg;\n            return e.create({\n                ciphertext: c,\n                key: b,\n                iv: l.iv,\n                algorithm: a,\n                mode: l.mode,\n                padding: l.padding,\n                blockSize: a.blockSize,\n                formatter: d.format\n            })\n        },\n        decrypt: function(a, c, b, e) {\n            e = this.cfg.extend(e);\n            c = this._parse(c, e.format);\n            return a.createDecryptor(b, e).finalize(c.ciphertext)\n        },\n        _parse: function(a, c) {\n            return \"string\" == typeof a ? c.parse(a, this) : a\n        }\n    }),\n    l = (l.kdf = {}).OpenSSL = {\n        execute: function(a, c, b, d) {\n            d || (d = p.random(8));\n            a = w.create({\n                keySize: c + b\n            }).compute(a, d);\n            b = p.create(a.words.slice(c), 4 * b);\n            a.sigBytes = 4 * c;\n            return e.create({\n                key: a,\n                iv: b,\n                salt: d\n            })\n        }\n    },\n    c = d.PasswordBasedCipher = a.extend({\n        cfg: a.cfg.extend({\n            kdf: l\n        }),\n        encrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            e = d.kdf.execute(e, c.keySize, c.ivSize);\n            d.iv = e.iv;\n            c = a.encrypt.call(this, c, b, e.key, d);\n            c.mixIn(e);\n            return c\n        },\n        decrypt: function(c, b, e, d) {\n            d = this.cfg.extend(d);\n            b = this._parse(b, d.format);\n            e = d.kdf.execute(e, c.keySize, c.ivSize, b.salt);\n            d.iv = e.iv;\n            return a.decrypt.call(this, c, b, e.key, d)\n        }\n    })\n} (); (function() {\n    function u(b, a) {\n        var c = (this._lBlock >>> b ^ this._rBlock) & a;\n        this._rBlock ^= c;\n        this._lBlock ^= c << b\n    }\n    function l(b, a) {\n        var c = (this._rBlock >>> b ^ this._lBlock) & a;\n        this._lBlock ^= c;\n        this._rBlock ^= c << b\n    }\n    var d = CryptoJS,\n    n = d.lib,\n    p = n.WordArray,\n    n = n.BlockCipher,\n    s = d.algo,\n    q = [57, 49, 41, 33, 25, 17, 9, 1, 58, 50, 42, 34, 26, 18, 10, 2, 59, 51, 43, 35, 27, 19, 11, 3, 60, 52, 44, 36, 63, 55, 47, 39, 31, 23, 15, 7, 62, 54, 46, 38, 30, 22, 14, 6, 61, 53, 45, 37, 29, 21, 13, 5, 28, 20, 12, 4],\n    w = [14, 17, 11, 24, 1, 5, 3, 28, 15, 6, 21, 10, 23, 19, 12, 4, 26, 8, 16, 7, 27, 20, 13, 2, 41, 52, 31, 37, 47, 55, 30, 40, 51, 45, 33, 48, 44, 49, 39, 56, 34, 53, 46, 42, 50, 36, 29, 32],\n    v = [1, 2, 4, 6, 8, 10, 12, 14, 15, 17, 19, 21, 23, 25, 27, 28],\n    b = [{\n        \"0\": 8421888,\n        268435456 : 32768,\n        536870912 : 8421378,\n        805306368 : 2,\n        1073741824 : 512,\n        1342177280 : 8421890,\n        1610612736 : 8389122,\n        1879048192 : 8388608,\n        2147483648 : 514,\n        2415919104 : 8389120,\n        2684354560 : 33280,\n        2952790016 : 8421376,\n        3221225472 : 32770,\n        3489660928 : 8388610,\n        3758096384 : 0,\n        4026531840 : 33282,\n        134217728 : 0,\n        402653184 : 8421890,\n        671088640 : 33282,\n        939524096 : 32768,\n        1207959552 : 8421888,\n        1476395008 : 512,\n        1744830464 : 8421378,\n        2013265920 : 2,\n        2281701376 : 8389120,\n        2550136832 : 33280,\n        2818572288 : 8421376,\n        3087007744 : 8389122,\n        3355443200 : 8388610,\n        3623878656 : 32770,\n        3892314112 : 514,\n        4160749568 : 8388608,\n        1 : 32768,\n        268435457 : 2,\n        536870913 : 8421888,\n        805306369 : 8388608,\n        1073741825 : 8421378,\n        1342177281 : 33280,\n        1610612737 : 512,\n        1879048193 : 8389122,\n        2147483649 : 8421890,\n        2415919105 : 8421376,\n        2684354561 : 8388610,\n        2952790017 : 33282,\n        3221225473 : 514,\n        3489660929 : 8389120,\n        3758096385 : 32770,\n        4026531841 : 0,\n        134217729 : 8421890,\n        402653185 : 8421376,\n        671088641 : 8388608,\n        939524097 : 512,\n        1207959553 : 32768,\n        1476395009 : 8388610,\n        1744830465 : 2,\n        2013265921 : 33282,\n        2281701377 : 32770,\n        2550136833 : 8389122,\n        2818572289 : 514,\n        3087007745 : 8421888,\n        3355443201 : 8389120,\n        3623878657 : 0,\n        3892314113 : 33280,\n        4160749569 : 8421378\n    },\n    {\n        \"0\": 1074282512,\n        16777216 : 16384,\n        33554432 : 524288,\n        50331648 : 1074266128,\n        67108864 : 1073741840,\n        83886080 : 1074282496,\n        100663296 : 1073758208,\n        117440512 : 16,\n        134217728 : 540672,\n        150994944 : 1073758224,\n        167772160 : 1073741824,\n        184549376 : 540688,\n        201326592 : 524304,\n        218103808 : 0,\n        234881024 : 16400,\n        251658240 : 1074266112,\n        8388608 : 1073758208,\n        25165824 : 540688,\n        41943040 : 16,\n        58720256 : 1073758224,\n        75497472 : 1074282512,\n        92274688 : 1073741824,\n        109051904 : 524288,\n        125829120 : 1074266128,\n        142606336 : 524304,\n        159383552 : 0,\n        176160768 : 16384,\n        192937984 : 1074266112,\n        209715200 : 1073741840,\n        226492416 : 540672,\n        243269632 : 1074282496,\n        260046848 : 16400,\n        268435456 : 0,\n        285212672 : 1074266128,\n        301989888 : 1073758224,\n        318767104 : 1074282496,\n        335544320 : 1074266112,\n        352321536 : 16,\n        369098752 : 540688,\n        385875968 : 16384,\n        402653184 : 16400,\n        419430400 : 524288,\n        436207616 : 524304,\n        452984832 : 1073741840,\n        469762048 : 540672,\n        486539264 : 1073758208,\n        503316480 : 1073741824,\n        520093696 : 1074282512,\n        276824064 : 540688,\n        293601280 : 524288,\n        310378496 : 1074266112,\n        327155712 : 16384,\n        343932928 : 1073758208,\n        360710144 : 1074282512,\n        377487360 : 16,\n        394264576 : 1073741824,\n        411041792 : 1074282496,\n        427819008 : 1073741840,\n        444596224 : 1073758224,\n        461373440 : 524304,\n        478150656 : 0,\n        494927872 : 16400,\n        511705088 : 1074266128,\n        528482304 : 540672\n    },\n    {\n        \"0\": 260,\n        1048576 : 0,\n        2097152 : 67109120,\n        3145728 : 65796,\n        4194304 : 65540,\n        5242880 : 67108868,\n        6291456 : 67174660,\n        7340032 : 67174400,\n        8388608 : 67108864,\n        9437184 : 67174656,\n        10485760 : 65792,\n        11534336 : 67174404,\n        12582912 : 67109124,\n        13631488 : 65536,\n        14680064 : 4,\n        15728640 : 256,\n        524288 : 67174656,\n        1572864 : 67174404,\n        2621440 : 0,\n        3670016 : 67109120,\n        4718592 : 67108868,\n        5767168 : 65536,\n        6815744 : 65540,\n        7864320 : 260,\n        8912896 : 4,\n        9961472 : 256,\n        11010048 : 67174400,\n        12058624 : 65796,\n        13107200 : 65792,\n        14155776 : 67109124,\n        15204352 : 67174660,\n        16252928 : 67108864,\n        16777216 : 67174656,\n        17825792 : 65540,\n        18874368 : 65536,\n        19922944 : 67109120,\n        20971520 : 256,\n        22020096 : 67174660,\n        23068672 : 67108868,\n        24117248 : 0,\n        25165824 : 67109124,\n        26214400 : 67108864,\n        27262976 : 4,\n        28311552 : 65792,\n        29360128 : 67174400,\n        30408704 : 260,\n        31457280 : 65796,\n        32505856 : 67174404,\n        17301504 : 67108864,\n        18350080 : 260,\n        19398656 : 67174656,\n        20447232 : 0,\n        21495808 : 65540,\n        22544384 : 67109120,\n        23592960 : 256,\n        24641536 : 67174404,\n        25690112 : 65536,\n        26738688 : 67174660,\n        27787264 : 65796,\n        28835840 : 67108868,\n        29884416 : 67109124,\n        30932992 : 67174400,\n        31981568 : 4,\n        33030144 : 65792\n    },\n    {\n        \"0\": 2151682048,\n        65536 : 2147487808,\n        131072 : 4198464,\n        196608 : 2151677952,\n        262144 : 0,\n        327680 : 4198400,\n        393216 : 2147483712,\n        458752 : 4194368,\n        524288 : 2147483648,\n        589824 : 4194304,\n        655360 : 64,\n        720896 : 2147487744,\n        786432 : 2151678016,\n        851968 : 4160,\n        917504 : 4096,\n        983040 : 2151682112,\n        32768 : 2147487808,\n        98304 : 64,\n        163840 : 2151678016,\n        229376 : 2147487744,\n        294912 : 4198400,\n        360448 : 2151682112,\n        425984 : 0,\n        491520 : 2151677952,\n        557056 : 4096,\n        622592 : 2151682048,\n        688128 : 4194304,\n        753664 : 4160,\n        819200 : 2147483648,\n        884736 : 4194368,\n        950272 : 4198464,\n        1015808 : 2147483712,\n        1048576 : 4194368,\n        1114112 : 4198400,\n        1179648 : 2147483712,\n        1245184 : 0,\n        1310720 : 4160,\n        1376256 : 2151678016,\n        1441792 : 2151682048,\n        1507328 : 2147487808,\n        1572864 : 2151682112,\n        1638400 : 2147483648,\n        1703936 : 2151677952,\n        1769472 : 4198464,\n        1835008 : 2147487744,\n        1900544 : 4194304,\n        1966080 : 64,\n        2031616 : 4096,\n        1081344 : 2151677952,\n        1146880 : 2151682112,\n        1212416 : 0,\n        1277952 : 4198400,\n        1343488 : 4194368,\n        1409024 : 2147483648,\n        1474560 : 2147487808,\n        1540096 : 64,\n        1605632 : 2147483712,\n        1671168 : 4096,\n        1736704 : 2147487744,\n        1802240 : 2151678016,\n        1867776 : 4160,\n        1933312 : 2151682048,\n        1998848 : 4194304,\n        2064384 : 4198464\n    },\n    {\n        \"0\": 128,\n        4096 : 17039360,\n        8192 : 262144,\n        12288 : 536870912,\n        16384 : 537133184,\n        20480 : 16777344,\n        24576 : 553648256,\n        28672 : 262272,\n        32768 : 16777216,\n        36864 : 537133056,\n        40960 : 536871040,\n        45056 : 553910400,\n        49152 : 553910272,\n        53248 : 0,\n        57344 : 17039488,\n        61440 : 553648128,\n        2048 : 17039488,\n        6144 : 553648256,\n        10240 : 128,\n        14336 : 17039360,\n        18432 : 262144,\n        22528 : 537133184,\n        26624 : 553910272,\n        30720 : 536870912,\n        34816 : 537133056,\n        38912 : 0,\n        43008 : 553910400,\n        47104 : 16777344,\n        51200 : 536871040,\n        55296 : 553648128,\n        59392 : 16777216,\n        63488 : 262272,\n        65536 : 262144,\n        69632 : 128,\n        73728 : 536870912,\n        77824 : 553648256,\n        81920 : 16777344,\n        86016 : 553910272,\n        90112 : 537133184,\n        94208 : 16777216,\n        98304 : 553910400,\n        102400 : 553648128,\n        106496 : 17039360,\n        110592 : 537133056,\n        114688 : 262272,\n        118784 : 536871040,\n        122880 : 0,\n        126976 : 17039488,\n        67584 : 553648256,\n        71680 : 16777216,\n        75776 : 17039360,\n        79872 : 537133184,\n        83968 : 536870912,\n        88064 : 17039488,\n        92160 : 128,\n        96256 : 553910272,\n        100352 : 262272,\n        104448 : 553910400,\n        108544 : 0,\n        112640 : 553648128,\n        116736 : 16777344,\n        120832 : 262144,\n        124928 : 537133056,\n        129024 : 536871040\n    },\n    {\n        \"0\": 268435464,\n        256 : 8192,\n        512 : 270532608,\n        768 : 270540808,\n        1024 : 268443648,\n        1280 : 2097152,\n        1536 : 2097160,\n        1792 : 268435456,\n        2048 : 0,\n        2304 : 268443656,\n        2560 : 2105344,\n        2816 : 8,\n        3072 : 270532616,\n        3328 : 2105352,\n        3584 : 8200,\n        3840 : 270540800,\n        128 : 270532608,\n        384 : 270540808,\n        640 : 8,\n        896 : 2097152,\n        1152 : 2105352,\n        1408 : 268435464,\n        1664 : 268443648,\n        1920 : 8200,\n        2176 : 2097160,\n        2432 : 8192,\n        2688 : 268443656,\n        2944 : 270532616,\n        3200 : 0,\n        3456 : 270540800,\n        3712 : 2105344,\n        3968 : 268435456,\n        4096 : 268443648,\n        4352 : 270532616,\n        4608 : 270540808,\n        4864 : 8200,\n        5120 : 2097152,\n        5376 : 268435456,\n        5632 : 268435464,\n        5888 : 2105344,\n        6144 : 2105352,\n        6400 : 0,\n        6656 : 8,\n        6912 : 270532608,\n        7168 : 8192,\n        7424 : 268443656,\n        7680 : 270540800,\n        7936 : 2097160,\n        4224 : 8,\n        4480 : 2105344,\n        4736 : 2097152,\n        4992 : 268435464,\n        5248 : 268443648,\n        5504 : 8200,\n        5760 : 270540808,\n        6016 : 270532608,\n        6272 : 270540800,\n        6528 : 270532616,\n        6784 : 8192,\n        7040 : 2105352,\n        7296 : 2097160,\n        7552 : 0,\n        7808 : 268435456,\n        8064 : 268443656\n    },\n    {\n        \"0\": 1048576,\n        16 : 33555457,\n        32 : 1024,\n        48 : 1049601,\n        64 : 34604033,\n        80 : 0,\n        96 : 1,\n        112 : 34603009,\n        128 : 33555456,\n        144 : 1048577,\n        160 : 33554433,\n        176 : 34604032,\n        192 : 34603008,\n        208 : 1025,\n        224 : 1049600,\n        240 : 33554432,\n        8 : 34603009,\n        24 : 0,\n        40 : 33555457,\n        56 : 34604032,\n        72 : 1048576,\n        88 : 33554433,\n        104 : 33554432,\n        120 : 1025,\n        136 : 1049601,\n        152 : 33555456,\n        168 : 34603008,\n        184 : 1048577,\n        200 : 1024,\n        216 : 34604033,\n        232 : 1,\n        248 : 1049600,\n        256 : 33554432,\n        272 : 1048576,\n        288 : 33555457,\n        304 : 34603009,\n        320 : 1048577,\n        336 : 33555456,\n        352 : 34604032,\n        368 : 1049601,\n        384 : 1025,\n        400 : 34604033,\n        416 : 1049600,\n        432 : 1,\n        448 : 0,\n        464 : 34603008,\n        480 : 33554433,\n        496 : 1024,\n        264 : 1049600,\n        280 : 33555457,\n        296 : 34603009,\n        312 : 1,\n        328 : 33554432,\n        344 : 1048576,\n        360 : 1025,\n        376 : 34604032,\n        392 : 33554433,\n        408 : 34603008,\n        424 : 0,\n        440 : 34604033,\n        456 : 1049601,\n        472 : 1024,\n        488 : 33555456,\n        504 : 1048577\n    },\n    {\n        \"0\": 134219808,\n        1 : 131072,\n        2 : 134217728,\n        3 : 32,\n        4 : 131104,\n        5 : 134350880,\n        6 : 134350848,\n        7 : 2048,\n        8 : 134348800,\n        9 : 134219776,\n        10 : 133120,\n        11 : 134348832,\n        12 : 2080,\n        13 : 0,\n        14 : 134217760,\n        15 : 133152,\n        2147483648 : 2048,\n        2147483649 : 134350880,\n        2147483650 : 134219808,\n        2147483651 : 134217728,\n        2147483652 : 134348800,\n        2147483653 : 133120,\n        2147483654 : 133152,\n        2147483655 : 32,\n        2147483656 : 134217760,\n        2147483657 : 2080,\n        2147483658 : 131104,\n        2147483659 : 134350848,\n        2147483660 : 0,\n        2147483661 : 134348832,\n        2147483662 : 134219776,\n        2147483663 : 131072,\n        16 : 133152,\n        17 : 134350848,\n        18 : 32,\n        19 : 2048,\n        20 : 134219776,\n        21 : 134217760,\n        22 : 134348832,\n        23 : 131072,\n        24 : 0,\n        25 : 131104,\n        26 : 134348800,\n        27 : 134219808,\n        28 : 134350880,\n        29 : 133120,\n        30 : 2080,\n        31 : 134217728,\n        2147483664 : 131072,\n        2147483665 : 2048,\n        2147483666 : 134348832,\n        2147483667 : 133152,\n        2147483668 : 32,\n        2147483669 : 134348800,\n        2147483670 : 134217728,\n        2147483671 : 134219808,\n        2147483672 : 134350880,\n        2147483673 : 134217760,\n        2147483674 : 134219776,\n        2147483675 : 0,\n        2147483676 : 133120,\n        2147483677 : 2080,\n        2147483678 : 131104,\n        2147483679 : 134350848\n    }],\n    x = [4160749569, 528482304, 33030144, 2064384, 129024, 8064, 504, 2147483679],\n    r = s.DES = n.extend({\n        _doReset: function() {\n            for (var b = this._key.words,\n            a = [], c = 0; 56 > c; c++) {\n                var d = q[c] - 1;\n                a[c] = b[d >>> 5] >>> 31 - d % 32 & 1\n            }\n            b = this._subKeys = [];\n            for (d = 0; 16 > d; d++) {\n                for (var f = b[d] = [], l = v[d], c = 0; 24 > c; c++) f[c / 6 | 0] |= a[(w[c] - 1 + l) % 28] << 31 - c % 6,\n                f[4 + (c / 6 | 0)] |= a[28 + (w[c + 24] - 1 + l) % 28] << 31 - c % 6;\n                f[0] = f[0] << 1 | f[0] >>> 31;\n                for (c = 1; 7 > c; c++) f[c] >>>= 4 * (c - 1) + 3;\n                f[7] = f[7] << 5 | f[7] >>> 27\n            }\n            a = this._invSubKeys = [];\n            for (c = 0; 16 > c; c++) a[c] = b[15 - c]\n        },\n        encryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._subKeys)\n        },\n        decryptBlock: function(b, a) {\n            this._doCryptBlock(b, a, this._invSubKeys)\n        },\n        _doCryptBlock: function(e, a, c) {\n            this._lBlock = e[a];\n            this._rBlock = e[a + 1];\n            u.call(this, 4, 252645135);\n            u.call(this, 16, 65535);\n            l.call(this, 2, 858993459);\n            l.call(this, 8, 16711935);\n            u.call(this, 1, 1431655765);\n            for (var d = 0; 16 > d; d++) {\n                for (var f = c[d], n = this._lBlock, p = this._rBlock, q = 0, r = 0; 8 > r; r++) q |= b[r][((p ^ f[r]) & x[r]) >>> 0];\n                this._lBlock = p;\n                this._rBlock = n ^ q\n            }\n            c = this._lBlock;\n            this._lBlock = this._rBlock;\n            this._rBlock = c;\n            u.call(this, 1, 1431655765);\n            l.call(this, 8, 16711935);\n            l.call(this, 2, 858993459);\n            u.call(this, 16, 65535);\n            u.call(this, 4, 252645135);\n            e[a] = this._lBlock;\n            e[a + 1] = this._rBlock\n        },\n        keySize: 2,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.DES = n._createHelper(r);\n    s = s.TripleDES = n.extend({\n        _doReset: function() {\n            var b = this._key.words;\n            this._des1 = r.createEncryptor(p.create(b.slice(0, 2)));\n            this._des2 = r.createEncryptor(p.create(b.slice(2, 4)));\n            this._des3 = r.createEncryptor(p.create(b.slice(4, 6)))\n        },\n        encryptBlock: function(b, a) {\n            this._des1.encryptBlock(b, a);\n            this._des2.decryptBlock(b, a);\n            this._des3.encryptBlock(b, a)\n        },\n        decryptBlock: function(b, a) {\n            this._des3.decryptBlock(b, a);\n            this._des2.encryptBlock(b, a);\n            this._des1.decryptBlock(b, a)\n        },\n        keySize: 6,\n        ivSize: 2,\n        blockSize: 2\n    });\n    d.TripleDES = n._createHelper(s)\n})();\n/*\nCryptoJS v3.1.2\ncode.google.com/p/crypto-js\n(c) 2009-2013 by Jeff Mott. All rights reserved.\ncode.google.com/p/crypto-js/wiki/License\n*/\n/**\n * Electronic Codebook block mode.\n */\nCryptoJS.mode.ECB = (function() {\n    var ECB = CryptoJS.lib.BlockCipherMode.extend();\n\n    ECB.Encryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.encryptBlock(words, offset);\n        }\n    });\n\n    ECB.Decryptor = ECB.extend({\n        processBlock: function(words, offset) {\n            this._cipher.decryptBlock(words, offset);\n        }\n    });\n\n    return ECB;\n} ());\n\nfunction encryptByDES(message, key) {\n    var keyHex = CryptoJS.enc.Utf8.parse(key);\n    var encrypted = CryptoJS.DES.encrypt(message, keyHex, {\n        mode: CryptoJS.mode.ECB,\n        padding: CryptoJS.pad.Pkcs7\n    });\n    return encrypted.toString()\n}\n//DES加密结束\nvar deskey = 'web@hzlq';\nvar userId='0';\nfunction getPostUrl(data,type) {\nvar url = 'http://m.ndlib.cn/nlc_read_home/service.do';\nvar md5Key = 'library_2016@hzlq';\nvalue = {\n    siteId: 1,\n    data: encryptByDES(JSON.stringify(data), deskey),\n    userId: userId,\n    fromSource: 3,\n    osType: 5,\n    version: \"1.0.1\",\n    versionCode: 10001,\n    timeStamp: data.timeStamp,\n    hashCode: md5(data.timeStamp + md5Key)\n};\nvar cmd = \"cmd=\"+type+\"&value=\" + encodeURIComponent(JSON.stringify(value));\nvar option = {\n   \"method\": \"POST\",\n   \"body\": String(cmd)\n};\nreturn result=url + ','+JSON.stringify(option);\n}\n//搜索链接\nsearch_data = {\n    timeStamp:Date.now(),\n    bigType:\"0\",\n    content: key,\n    pageSize:10,\n    pageNum: page\n};\ngetPostUrl(search_data,'qrySearchList');\n</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "漫画",
    "bookSourceName": "全免漫画（优）",
    "bookSourceType": 2,
    "bookSourceUrl": "https://api-cdn.kaimanhua.com/",
    "customButton": false,
    "customOrder": 1398,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\nresult=\"\";\n   f=[\"热血\",\"机战\",\"运动\",\"推理\",\"冒险\",\"耿美\",\"百合\",\"搞笑\",\"战争\",\"神魔\",\"忍者\",\"竞技\",\"悬疑\",\"社会\",\"恋爱\",\"宠物\",\"吸血\",\"萝莉\",\"后宫\",\"御姐\",\"霸总\",\"玄幻\",\"古风\",\"历史\",\"漫改\",\"游戏\",\"穿越\",\"恐怖\",\"真人\",\"科幻\",\"防疫\",\"都市\",\"武侠\",\"修真\",\"生活\",\"动作\"];    \np=[\"rexue\",\"jizhan\",\"yundong\",\"tuili\",\"maoxian\",\"liaomei\",\"baihe\",\"gaoxiao\",\"zhanzhen\",\"shenmo\",\"renzhe\",\"jingji\",\"xuanyi\",\"shehui\",\"lianai\",\"chongwu\",\"xixue\",\"luoli\",\"hougong\",\"yujie\",\"bazong\",\"xuanhuan\",\"gufeng\",\"lishi\",\"mangai\",\"youxi\",\"chuanyue\",\"kongbu\",\"zhenren\",\"kehuan\",\"fangyi\",\"dushi\",\"wuxia\",\"xiuzhen\",\"shenghuo\",\"dongzuo\"];\na=\"::https://api-cdn.kaimanhua.com/comic-api/v1/comic/getsortlist?status_id=0&comic_sort=\";\nb=\"&human_type=0&orderby=date&pagesize=30&page={{page}}&young_mode=0&client-type=android&productname=qmmh&client-channel=xiaomi&platformname=android&client-version=1.4.8\";\n\nfor(i in f){\n\tresult=result+f[i]+a+p[i]+b+\"\\n\";\n\t}\n</js>",
    "header": "",
    "lastUpdateTime": 1732976221384,
    "loginUrl": "",
    "respondTime": 3225,
    "ruleBookInfo": {
      "author": "$.author_name",
      "coverUrl": "$.cover_img_34",
      "init": "<js>\nresult=String(java.getString(\"$.data\")).replace(/arsadata/,\"\");\njava.aesBase64DecodeToString(result,\"4548ded8c9e02690\",\"AES/CBC/PKCS5Padding\",\"1992360ee9bc4f8f\");\n</js>",
      "intro": "<br>\n🏅 评分：{{Math.round(java.getString('$.avgscore'))/10}}分\n🕰 更新：{{String(java.timeFormat(java.getString('$.update_time'))).replace(/\\//g,\"-\").replace(/\\s/g,\"🔸\")}}\n🎗 标签：{{result=String(java.getString('$.comic_taglist')).replace(/\\n/g,\",\")}}\n📂 简介：{{$.comic_desc}}",
      "kind": "{{result=String(java.getString('$.sort_typelist')).replace(/\\{|\\}|\\w*=/g,\"\").replace(/\\n/g,\",\")}}",
      "lastChapter": "$.lastchapter_title",
      "name": "$.comic_name@put:{cid:$.comic_id}",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "<js>\nresult=String(java.getString(\"$.data\")).replace(/arsadata/,\"\");\nu=java.aesBase64DecodeToString(result,\"4548ded8c9e02690\",\"AES/CBC/PKCS5Padding\",\"1992360ee9bc4f8f\");\nimg=u.match(/\\[(.*)\\]/)[1].split(\",\").map(x=>'\\n<img src='+x+'>').join(\"\\n\")\n</js>",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "$.comic_author",
      "bookList": "$.data.data",
      "bookUrl": "@js:\nt=\"/comic-api/v2/comic/getcomicdatacomic_id={{$.comic_id}}&client-type=android&productname=qmmh&client-channel=xiaomi&platformname=android&client-version=1.4.8erciyuan2020\";\nsign=java.md5Encode(t);\nb={\n\"method\": \"GET\",\n\"headers\": {\n\"User-Agent\": \"okhttp/4.9.1\",\n\"m-request-id\": sign\n}\n};\n\"https://api-cdn.kaimanhua.com/comic-api/v2/comic/getcomicdata?comic_id={{$.comic_id}}&client-type=android&productname=qmmh&client-channel=xiaomi&platformname=android&client-version=1.4.8,\"+JSON.stringify(b);",
      "checkKeyWord": "",
      "coverUrl": "$.cover_img",
      "intro": "$.cartoon_desc",
      "kind": "{{result=String(java.getString('$.comic_type')).replace(/,|\\w*/g,\"\").replace(/\\|/g,\",\")}}\n{{String(java.timeFormat(java.getString('$.update_time'))).replace(/\\//g,\"-\").replace(/\\s.*/g,\"\")}}",
      "lastChapter": "$.last_chapter_name",
      "name": "$.comic_name",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "<js>\nresult=String(java.getString(\"$.data\")).replace(/arsadata/,\"\");\njava.aesBase64DecodeToString(result,\"4548ded8c9e02690\",\"AES/CBC/PKCS5Padding\",\"1992360ee9bc4f8f\");\n</js>\n$.chapters[*]",
      "chapterName": "$.chapter_name",
      "chapterUrl": "@js:\ncid='@get:{cid}'\nchapter_id='{{$.chapter_id}}'\nt=\"/comic-api/v2/comic/getchapterdatacomic_id=\"+cid+\"&chapter_id=\"+chapter_id+\"&quality=middle&client-type=android&productname=qmmh&client-channel=xiaomi&platformname=android&client-version=1.4.8erciyuan2020\";\nsign=java.md5Encode(t);\nb={\n\"method\": \"GET\",\n\"headers\": {\n\"User-Agent\": \"okhttp/4.9.1\",\n\"access-token\":\"v1_090fNTIt4Omg86B7LUPcqWRTkvW8JjjLYXTxnm01BiXN8SgniETjucYezOrjZoOopFGr02Fj12RREysE4eHukTCc/LuyeIHzFGMayAgLGaSF8+jMMwrnDdTuYdFk34z7DZf+Zy+VHtjFS0Uy6n6Vyr/5GuJy6FDcbCoVBCjdbFneHjV38UwHjL6AwauUMFfa0f3uSEqGWZG6xn9+OpAn6GGRWHaypicXswr450DO29FcuqP7pHCSldVJtIzOv/Uc\",\n\"m-request-id\": sign\n}\n};\n\"https://api-cdn.kaimanhua.com/comic-api/v2/comic/getchapterdata?comic_id=@get:{cid}&chapter_id={{$.chapter_id}}&quality=middle&client-type=android&productname=qmmh&client-channel=xiaomi&platformname=android&client-version=1.4.8,\"+JSON.stringify(b);",
      "isVolume": "",
      "preUpdateJs": ""
    },
    "searchUrl": "https://api-cdn.kaimanhua.com/comic-api/v1/comic/getsortlist?search_key={{key}}&orderby=shoucang&page={{page}}&pagesize=20&young_mode=0&client-type=android&productname=qmmh&client-channel=xiaomi&platformname=android&client-version=1.4.8",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "--未月十八二次排版",
    "bookSourceGroup": "正版",
    "bookSourceName": "晋江详榜",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.jjwxc.net未月十八二次排版",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1399,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"☆                      榜   单                     ☆\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\" 驻 站 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=19&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 字 数 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=8&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 长 生 殿 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=9&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=3&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=5&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=4&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=6&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 总 分 榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=7&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"霸王票榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=13&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"勤奋指数 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=15&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"栽培月榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=18&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"千字金榜 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=21&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完结高分 \",\"url\":\"http://www.jjwxc.net/topten.php?orderstr=20&t=0\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古言完结 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现言完结 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=8\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"衍言完结 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=13\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无CP完结\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=46\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"衍生完结 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=21&str=26\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                     无   c p                     ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=18\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 完 结 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=40\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=25&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                     百     合                     ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=17\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\" 编 推 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=10&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"重来一次 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10901\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奇幻异闻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10902\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"架空历史\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10903\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越时空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10904\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻想未来\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10905\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市情缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10906\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天赐良缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10907\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时尚娱乐\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10908\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫廷侯爵\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10909\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"业界精英\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10910\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统快穿\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10911\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"情有独钟\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=10&str=10912\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    古代言情                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=1&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古色古香\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10101\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"布衣生活\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10102\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天作之合\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10103\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫廷侯爵\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10104\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"再世重生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10105\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"架空历史\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10106\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女尊女强\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10107\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"传奇武侠\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10108\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"复仇虐渣\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10109\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"市井人家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10110\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科举朝堂\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10111\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"励志人生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10112\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    都市青春                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=2&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"豪门世家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10201\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"业界精英\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10202\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"励志人生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10203\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"婚前婚后\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10204\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市情缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10205\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"破镜重圆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10206\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"近水楼台\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10207\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时代新风\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10208\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天之骄子\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10209\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐星光\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10210\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"欢喜冤家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10211\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"因缘邂逅\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10212\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"校园青春\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10213\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时尚流行\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=1&str=10214\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"甜心蜜意\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10215\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"情有独钟\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=2&str=10216\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    幻想言情                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=6&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"再世重生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10301\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越时空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10302\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人生赢家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10303\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时代奇缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10304\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"快穿系统\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10305\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"种田日常\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10306\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻想传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10307\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"豪门世家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10308\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代架空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10309\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"神奇能力\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10310\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市异闻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10311\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"升级逆袭\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10312\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"打脸爽文\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10313\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿书攻略\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10314\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"流金年代\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10315\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐时尚\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=6&str=10316\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    古代穿越                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=4\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=9&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天作之合\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10401\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"女尊女强\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10402\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史穿越\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10403\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"架空穿越\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10404\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"布衣生活\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10405\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫廷侯爵\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10406\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"前世今生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10407\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异世传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10408\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"市井人家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10409\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科举朝堂\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10410\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统快穿\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10411\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"复仇虐渣\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=9&str=10412\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    奇幻言情                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=5\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=5&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"东方传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10501\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙侠奇缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10502\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"另类幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10503\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"魔法幻情\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10504\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"修真升级\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10505\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"灵异神怪\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10506\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西方幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10507\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异世穿书\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10508\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异术超能\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10509\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"系统快穿\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10510\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异闻传说\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10511\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"玄奇幻界\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=5&str=10512\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    未来游戏                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=6\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=7&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=7&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=7&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=8&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=7&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=7&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻世界\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10601\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"星际机甲\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10602\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"末世异世\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10603\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"游戏电竞\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10604\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"未来架空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10605\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异度幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10606\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时空穿梭\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10607\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"悬疑推理\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10608\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"快穿系统\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10609\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无限领域\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10610\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"萌宠灵怪\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10611\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"惊奇档案\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=7&str=10612\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    二 次 元                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=11\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=4&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"东方古风\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11105\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西幻魔幻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11106\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"乙女游戏\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11107\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异界穿书\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11108\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"热血冒险\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11109\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异能超能\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11110\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"经营基建\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11111\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"浪漫情缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11112\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"次元重生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11113\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"偶像育成\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11114\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"竞技社团\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11115\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"新奇幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=4&str=11116\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    衍生言情                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=14&str=12\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜\",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=13&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 名   著 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11201\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西方罗曼\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11202\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11203\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无限快穿\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11204\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"东方幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11205\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"江湖恩怨\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11206\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐竞技\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11207\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 其 他  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=13&str=11208\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    现代纯爱                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=15\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=3&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"欢喜冤家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10701\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市甜文\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10702\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"再世重生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10703\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"现代都市\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10704\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"校园青春\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10705\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越时空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10706\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"打脸逆袭\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10707\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"边缘恋曲\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10708\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"业界精英\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10709\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"种田日常\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10710\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"豪门世家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10711\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"励志人生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10712\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"竞技人生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10713\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"时尚娱乐\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10714\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"情有独钟\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10715\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"婚前婚后\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=3&str=10716\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    幻想纯爱                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=43\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=18&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无 限 流\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11801\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"末世狂想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11802\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"快穿世界\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11803\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  系 统 \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11804\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙侠修真\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11805\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"异闻秘术\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11806\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"萌宠频道\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11807\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"边缘幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11808\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"娱乐星光\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11809\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"星际日常\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11810\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"重生穿越\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11811\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"人生赢家\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11812\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻想甜宠\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11813\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"升级爽文\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11814\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奇幻灵异\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11815\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻机甲\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=18&str=11816\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    古代纯爱                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=16\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\" 编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=11&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"宫廷将相\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10801\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"布衣生活\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10802\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"仙侠修真\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10803\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古代幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10804\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"升级逆袭\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10805\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西幻异世\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10806\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"再世重生\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10807\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越时空\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10808\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻想系统\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10809\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"玄幻灵异\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10810\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"天作之合\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10811\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武侠传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=11&str=10812\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"☆                    衍生纯爱                    ☆\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=15&str=21\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"编 推 文 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=1\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 文 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=2\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 新 晋 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=7\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 月 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=4\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 季 度 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=5\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 半 年 榜 \",\"url\":\"http://www.jjwxc.net/channeltopten.php?channelid=12&str=6\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=9\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"  霸 王 票 榜  \",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=10\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"名著传奇\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11001\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"江湖奇缘\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11002\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无cp其他\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11003\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无CP 轻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11004\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"衍生其他\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11005\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"西方罗曼\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11006\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无限快穿\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11007\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"无cp次元\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11008\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都 市 轻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11009\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"幻 想 轻\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11010\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"次元热血\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11011\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"次元幻想\",\"url\":\"http://www.jjwxc.net/channeltoplist.php?channelid=12&str=11012\",\"style\":{\"layout_flexGrow\":1}}]",
    "header": "",
    "lastUpdateTime": 1699552699433,
    "loginUrl": "http://m.jjwxc.net/",
    "respondTime": 4049,
    "ruleBookInfo": {
      "coverUrl": "class.noveldefaultimage@src",
      "intro": "@js:\nli=String(java.getString('@@class.smallreadbody!0@span@text&&class.rightul.0@tag.li.1@text',false)).replace(/\\n/g,'🏷');\nintro=String(java.getString('@@id.novelintro.0@html',false));\nresult=String(li+'\\n————————————————————'+intro);\na=result.replace(/作品视角/,'◎作品视角').replace(/\\s{2,}/g,'\\n').replace(/立意/,'◎立意').replace(/内容标签/,'    ◎标签').replace(/一句话简介/,'◎短简').replace(/搜索关键字：/,'◎').replace(/ ┃ /g,'\\n◎').replace(/🏷◎/g,'\\n◎').replace(/：🏷/,'：').replace(/(?:◎标签：|◎主角：|◎配角：|◎其它：|◎短简：|◎作品视角：)\\n/g,'').replace(/🏷$/gm,'')\n##手机地址：",
      "kind": "//*[@itemprop=\"updataStatus\"]/text()&&//*[@itemprop=\"genre\"]/text()&&//*[@itemprop=\"updataStatus\"]/font/text()##-##,",
      "lastChapter": "id.oneboolt@tag.tr.-2@tag.span.0@text&&id.oneboolt@tag.tr.-2@tag.td.-1@tag.span@text\n@js:result.replace(/\\n/g,'·').replace(/(.*?)\\[VIP\\]/,'🔒$1')",
      "name": "tag.title@text##《(.*?)》##$1###",
      "wordCount": "//span[@itemprop=\"wordCount\"]/text()"
    },
    "ruleContent": {
      "content": "class.b module@tag.li.0@textNodes&&class.b module@tag.li.1@textNodes##网友：|评分：|.*分\\｜.{4}",
      "imageStyle": "0",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "@js:if(baseUrl.match(/www/)){\njava.getString(\"@@tag.a.0@text\",false)\n}else{java.getString(\"@@tag.a.1@text\",false)}",
      "bookList": "tbody@tr!0||class.b module@tag.li!-1",
      "bookUrl": "@js:if(baseUrl.match(/www/)){\njava.getString(\"@@tag.a.1@href\",true)\n}else{result=java.getString(\"@@tag.a.0@href\",true);\nif(result.match(/\\/(\\d+)/)){\nvar id=result.match(/\\/(\\d+)/)[1]\nresult=\"http://www.jjwxc.net/onebook.php?novelid=\"+id}\nelse{result=java.getString(\"@@tag.a.0@href\",true);}}",
      "coverUrl": "tag.td.2@a@href||tag.a.1@href@js:result.replace(/.+novelid=/, 'http:\\/\\/i9-static.jjwxc.net\\/novelimage.php?novelid=')",
      "intro": "class.tooltip@rel&&tag.td.1@a@title##<br>|标签：|简介：|size=\"\\d+\"",
      "kind": "{{@@tag.td.4@text}},{{@@tag.td.5@text}},{{@@tag.td.3@text}},{{@@tag.span@text}}##(\\d+)",
      "lastChapter": "tag.td.8@text||tag.td.-1@text",
      "name": "@js:if(baseUrl.match(/www/)){\njava.getString(\"@@tag.a.1@text\",false)\n}else{\na=String(result).match(/有更新/)?'🔥有更新':'';\nString(java.getString(\"@@tag.a.0@text\",false)).replace(/《|》/g,'')+a}",
      "wordCount": "tag.td.-3@text"
    },
    "ruleSearch": {
      "author": "tag.a.0@text",
      "bookList": "@css:tbody tr:lt(5)",
      "bookUrl": "tag.a.1@href",
      "intro": "tag.td.2@text",
      "kind": "font@text&&tag.td.3@text&&tag.td.5@text",
      "lastChapter": "<js>\nvar a=String(result).match(/href=\"(onebook.php\\?novelid=\\d+)/)[1];\nvar url=\"http://www.jjwxc.net/\"+a;\norg.jsoup.Jsoup.connect(url).get()</js>\nid.oneboolt@tag.tr.-2@tag.span.0@text##(.*?)\\[VIP\\]##🔒$1",
      "name": "tag.a.1@text"
    },
    "ruleToc": {
      "chapterList": "@css:tr[itemprop~=chapter]",
      "chapterName": "tag.font@text&&tag.a.0@text##\\[VIP\\]\\n*##★·",
      "chapterUrl": "tag.a.0@href||tag.a.0@rel\n<js>\nid=result.match(/ovelid=(\\d+)&chapterid=(\\d+)/);\nif(String(chapter.title).indexOf('🔒')>-1){\nresult='https://wap.jjwxc.net/vip/'+id[1]+'/'+id[2]\n}else{\nresult='https://m.jjwxc.net/book2/'+id[1]+'/'+id[2]}\n</js>",
      "isVip": "",
      "updateTime": "tag.td.3@text&&tag.td.2@text&&tag.span.-1@text\n@js:result.replace(/\\n/g,'·').replace(/·/,'字·')"
    },
    "searchUrl": "https://www.jjwxc.net/bookbase.php?searchkeywords={{key}}&page={{page}},{\n  \"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🍩斗破小说网[自写]",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.doupoall.com/#xsw8093",
    "customButton": false,
    "customOrder": 1400,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n    'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'\n}",
    "lastUpdateTime": 1730196425413,
    "respondTime": 3460,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{\nn:\"h1@a@text||[property~=book_name|title]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property~=lastest_chapter_name|latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"\n}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#chaptercontent@html",
      "nextContentUrl": "text.下一@href\n@js:\nif(result){\n result=result[0].includes(\"_\")?result:\"\";\n}",
      "replaceRegex": "##{{book.author}}.*.接着再看更方便|本章没完.*继续阅读！如果被转码.*更换浏揽器即可。|本章未完.*退出阅读模式即可，谢谢|.*提醒.*看完记得.*|\\s*温馨提示.?亲爱的读者.*\\s*|\\d+。。",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".book-coverlist",
      "bookUrl": "h4@a@href",
      "checkKeyWord": "剑来",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "kind": "p.0@span@text",
      "lastChapter": "",
      "name": "h4@a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".m-book-list@ul@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value",
      "updateTime": ""
    },
    "searchUrl": "{{\n\tvar su=source.getKey()\nvar htmlUrl=java.get(su,{}).headers('Location')\njava.log(`重定向：${htmlUrl[0]}`)\nvar posturl=htmlUrl[0]?htmlUrl[0]:(su.includes(\"#\")?su.match(/([^\\#]+)\\#/)[1]:su)\nposturl = posturl.slice(-1)=='/'?posturl.slice(0,-1):posturl\njava.log(`请求：${posturl}`)\n\nck=cookie.getCookie(posturl);\n\ncookie.setCookie(posturl,String(ck).replace(/vbemnlastsearchtime=.*/,\"\"));\n\nposturl;\n}}/e/search/index.php,{\n   \"body\":\"tbname=bookname&keyboard={{key}}&show=title,writer&tempid=1\",\n   \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版",
    "bookSourceName": "㊣黑岩阅读 破冰",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.heiyan.compb",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1401,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部小说::https://www.heiyan.com/web/all/-1/-1/-1/-1/0/{{page}}/100\n免费小说::https://www.heiyan.com/web/all/-1/-1/1/-1/0/{{page}}/100\n收费小说::https://www.heiyan.com/web/all/-1/-1/0/-1/0/{{page}}/100\n完结小说::https://www.heiyan.com/web/all/-1/-1/-1/1/0/{{page}}/100\n连载小说::https://www.heiyan.com/web/all/-1/-1/-1/0/0/{{page}}/100\n悬疑全部::https://www.heiyan.com/web/all/1/-1/-1/-1/0/{{page}}/100\n悬疑免费::https://www.heiyan.com/web/all/1/-1/1/-1/0/{{page}}/100\n悬疑收费::https://www.heiyan.com/web/all/1/-1/0/-1/0/{{page}}/100\n悬疑完结::https://www.heiyan.com/web/all/1/-1/-1/1/0/{{page}}/100\n悬疑连载::https://www.heiyan.com/web/all/1/-1/-1/0/0/{{page}}/100\n历史全部::https://www.heiyan.com/web/all/3/-1/-1/-1/0/{{page}}/100\n历史免费::https://www.heiyan.com/web/all/3/-1/1/-1/0/{{page}}/100\n历史收费::https://www.heiyan.com/web/all/3/-1/0/-1/0/{{page}}/100\n历史完结::https://www.heiyan.com/web/all/3/-1/-1/1/0/{{page}}/100\n历史连载::https://www.heiyan.com/web/all/3/-1/-1/0/0/{{page}}/100\n军事全部::https://www.heiyan.com/web/all/5/-1/-1/-1/0/{{page}}/100\n军事免费::https://www.heiyan.com/web/all/5/-1/1/-1/0/{{page}}/100\n军事收费::https://www.heiyan.com/web/all/5/-1/0/-1/0/{{page}}/100\n军事完结::https://www.heiyan.com/web/all/5/-1/-1/1/0/{{page}}/100\n军事连载::https://www.heiyan.com/web/all/5/-1/-1/0/0/{{page}}/100\n玄幻全部::https://www.heiyan.com/web/all/6/-1/-1/-1/0/{{page}}/100\n玄幻免费::https://www.heiyan.com/web/all/6/-1/1/-1/0/{{page}}/100\n玄幻收费::https://www.heiyan.com/web/all/6/-1/0/-1/0/{{page}}/100\n玄幻完结::https://www.heiyan.com/web/all/6/-1/-1/1/0/{{page}}/100\n玄幻连载::https://www.heiyan.com/web/all/6/-1/-1/0/0/{{page}}/100\n奇幻全部::https://www.heiyan.com/web/all/14/-1/-1/-1/0/{{page}}/100\n奇幻免费::https://www.heiyan.com/web/all/14/-1/1/-1/0/{{page}}/100\n奇幻收费::https://www.heiyan.com/web/all/14/-1/0/-1/0/{{page}}/100\n奇幻完结::https://www.heiyan.com/web/all/14/-1/-1/1/0/{{page}}/100\n奇幻连载::https://www.heiyan.com/web/all/14/-1/-1/0/0/{{page}}/100\n仙侠全部::https://www.heiyan.com/web/all/7/-1/-1/-1/0/{{page}}/100\n仙侠免费::https://www.heiyan.com/web/all/7/-1/1/-1/0/{{page}}/100\n仙侠收费::https://www.heiyan.com/web/all/7/-1/0/-1/0/{{page}}/100\n仙侠完结::https://www.heiyan.com/web/all/7/-1/-1/1/0/{{page}}/100\n仙侠连载::https://www.heiyan.com/web/all/7/-1/-1/0/0/{{page}}/100\n武侠全部::https://www.heiyan.com/web/all/8/-1/-1/-1/0/{{page}}/100\n武侠免费::https://www.heiyan.com/web/all/8/-1/1/-1/0/{{page}}/100\n武侠收费::https://www.heiyan.com/web/all/8/-1/0/-1/0/{{page}}/100\n武侠完结::https://www.heiyan.com/web/all/8/-1/-1/1/0/{{page}}/100\n武侠连载::https://www.heiyan.com/web/all/8/-1/-1/0/0/{{page}}/100\n科幻全部::https://www.heiyan.com/web/all/10/-1/-1/-1/0/{{page}}/100\n科幻免费::https://www.heiyan.com/web/all/10/-1/1/-1/0/{{page}}/100\n科幻收费::https://www.heiyan.com/web/all/10/-1/0/-1/0/{{page}}/100\n科幻完结::https://www.heiyan.com/web/all/10/-1/-1/1/0/{{page}}/100\n科幻连载::https://www.heiyan.com/web/all/10/-1/-1/0/0/{{page}}/100\n游戏全部::https://www.heiyan.com/web/all/9/-1/-1/-1/0/{{page}}/100\n游戏免费::https://www.heiyan.com/web/all/9/-1/1/-1/0/{{page}}/100\n游戏收费::https://www.heiyan.com/web/all/9/-1/0/-1/0/{{page}}/100\n游戏完结::https://www.heiyan.com/web/all/9/-1/-1/1/0/{{page}}/100\n游戏连载::https://www.heiyan.com/web/all/9/-1/-1/0/0/{{page}}/100\n同人全部::https://www.heiyan.com/web/all/16/-1/-1/-1/0/{{page}}/100\n同人免费::https://www.heiyan.com/web/all/16/-1/1/-1/0/{{page}}/100\n同人收费::https://www.heiyan.com/web/all/16/-1/0/-1/0/{{page}}/100\n同人完结::https://www.heiyan.com/web/all/16/-1/-1/1/0/{{page}}/100\n同人连载::https://www.heiyan.com/web/all/16/-1/-1/0/0/{{page}}/100\n社会全部::https://www.heiyan.com/web/all/25/-1/-1/-1/0/{{page}}/100\n社会免费::https://www.heiyan.com/web/all/25/-1/1/-1/0/{{page}}/100\n社会收费::https://www.heiyan.com/web/all/25/-1/0/-1/0/{{page}}/100\n社会完结::https://www.heiyan.com/web/all/25/-1/-1/1/0/{{page}}/100\n社会连载::https://www.heiyan.com/web/all/25/-1/-1/0/0/{{page}}/100\n古言全部::https://www.heiyan.com/web/all/37/-1/-1/-1/0/{{page}}/100\n古言免费::https://www.heiyan.com/web/all/37/-1/1/-1/0/{{page}}/100\n古言收费::https://www.heiyan.com/web/all/37/-1/0/-1/0/{{page}}/100\n古言完结::https://www.heiyan.com/web/all/37/-1/-1/1/0/{{page}}/100\n古言连载::https://www.heiyan.com/web/all/37/-1/-1/0/0/{{page}}/100",
    "header": "",
    "lastUpdateTime": 1731057478921,
    "loginUrl": "https://www.heiyan.com/accounts/login?backUrl=/",
    "respondTime": 3563,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "",
      "init": "",
      "intro": "//pre[@class=\"note\"]/text()",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "tocUrl": "//a[text()=\"开始阅读\"]/@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "$.chapter.htmlContent@js:result?result:'付费章节，换源阅读'",
      "imageStyle": "0",
      "nextContentUrl": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "//*[@class=\"author\"]//a/text()",
      "bookList": "//*[@id=\"resultDiv\"]/tr",
      "bookUrl": "//a[@class=\"title\"]/@href<js>'https://www.heiyan.com/book/'+String(result).match(/\\d+/)[0]</js>",
      "coverUrl": "//a[@class=\"title\"]/@href<js>'https://b.heiyanimg.com/book/'+String(result).match(/\\d+/)[0]+'.jpg'</js>",
      "intro": "",
      "kind": "",
      "lastChapter": "//a[@class=\"chapter\"]/text()",
      "name": "//a[@class=\"title\"]/text()",
      "wordCount": "//td[4]/text()<js>String(result)+\"字\"</js>"
    },
    "ruleSearch": {
      "author": "$.authorname##<.*?>",
      "bookList": "$.data.content[*]",
      "bookUrl": "$.id@js:'https://www.heiyan.com/book/'+result",
      "coverUrl": "$.iconUrlSmall@js:  result.includes('@!bns?0') ? 'http://suo.im/6mlA9F' :'https://b.heiyanimg.com'+result.replace(/@.*/,'')",
      "intro": "$.introduce",
      "kind": "$.sortname##<.*?>",
      "lastChapter": "$.lastchaptername&&$.lastchaptertime##\\s+(\\d+-\\d+-\\d+).*##（$1）",
      "name": "$.name##<.*?>",
      "wordCount": "{$.words}字"
    },
    "ruleToc": {
      "chapterList": "//li[span]/a",
      "chapterName": "text##[\\(（].*[求更谢乐发推].*[）\\)]",
      "chapterUrl": "href<js>'https://a.heiyan.com/ajax/chapter/content/'+result.match(/\\d+$/)[0]</js>",
      "isVip": "@js:/isvip/.test(String(result))",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://search.heiyan.com/web/search?queryString={{key}}&page={{page}}",
    "weight": 100
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版",
    "bookSourceName": "㊣黑岩阅读 #破冰1101",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.heiyan.com#pb1101",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1402,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部小说::https://www.heiyan.com/web/all/-1/-1/-1/-1/0/{{page}}/100\n免费小说::https://www.heiyan.com/web/all/-1/-1/1/-1/0/{{page}}/100\n收费小说::https://www.heiyan.com/web/all/-1/-1/0/-1/0/{{page}}/100\n完结小说::https://www.heiyan.com/web/all/-1/-1/-1/1/0/{{page}}/100\n连载小说::https://www.heiyan.com/web/all/-1/-1/-1/0/0/{{page}}/100\n悬疑全部::https://www.heiyan.com/web/all/1/-1/-1/-1/0/{{page}}/100\n悬疑免费::https://www.heiyan.com/web/all/1/-1/1/-1/0/{{page}}/100\n悬疑收费::https://www.heiyan.com/web/all/1/-1/0/-1/0/{{page}}/100\n悬疑完结::https://www.heiyan.com/web/all/1/-1/-1/1/0/{{page}}/100\n悬疑连载::https://www.heiyan.com/web/all/1/-1/-1/0/0/{{page}}/100\n历史全部::https://www.heiyan.com/web/all/3/-1/-1/-1/0/{{page}}/100\n历史免费::https://www.heiyan.com/web/all/3/-1/1/-1/0/{{page}}/100\n历史收费::https://www.heiyan.com/web/all/3/-1/0/-1/0/{{page}}/100\n历史完结::https://www.heiyan.com/web/all/3/-1/-1/1/0/{{page}}/100\n历史连载::https://www.heiyan.com/web/all/3/-1/-1/0/0/{{page}}/100\n军事全部::https://www.heiyan.com/web/all/5/-1/-1/-1/0/{{page}}/100\n军事免费::https://www.heiyan.com/web/all/5/-1/1/-1/0/{{page}}/100\n军事收费::https://www.heiyan.com/web/all/5/-1/0/-1/0/{{page}}/100\n军事完结::https://www.heiyan.com/web/all/5/-1/-1/1/0/{{page}}/100\n军事连载::https://www.heiyan.com/web/all/5/-1/-1/0/0/{{page}}/100\n玄幻全部::https://www.heiyan.com/web/all/6/-1/-1/-1/0/{{page}}/100\n玄幻免费::https://www.heiyan.com/web/all/6/-1/1/-1/0/{{page}}/100\n玄幻收费::https://www.heiyan.com/web/all/6/-1/0/-1/0/{{page}}/100\n玄幻完结::https://www.heiyan.com/web/all/6/-1/-1/1/0/{{page}}/100\n玄幻连载::https://www.heiyan.com/web/all/6/-1/-1/0/0/{{page}}/100\n奇幻全部::https://www.heiyan.com/web/all/14/-1/-1/-1/0/{{page}}/100\n奇幻免费::https://www.heiyan.com/web/all/14/-1/1/-1/0/{{page}}/100\n奇幻收费::https://www.heiyan.com/web/all/14/-1/0/-1/0/{{page}}/100\n奇幻完结::https://www.heiyan.com/web/all/14/-1/-1/1/0/{{page}}/100\n奇幻连载::https://www.heiyan.com/web/all/14/-1/-1/0/0/{{page}}/100\n仙侠全部::https://www.heiyan.com/web/all/7/-1/-1/-1/0/{{page}}/100\n仙侠免费::https://www.heiyan.com/web/all/7/-1/1/-1/0/{{page}}/100\n仙侠收费::https://www.heiyan.com/web/all/7/-1/0/-1/0/{{page}}/100\n仙侠完结::https://www.heiyan.com/web/all/7/-1/-1/1/0/{{page}}/100\n仙侠连载::https://www.heiyan.com/web/all/7/-1/-1/0/0/{{page}}/100\n武侠全部::https://www.heiyan.com/web/all/8/-1/-1/-1/0/{{page}}/100\n武侠免费::https://www.heiyan.com/web/all/8/-1/1/-1/0/{{page}}/100\n武侠收费::https://www.heiyan.com/web/all/8/-1/0/-1/0/{{page}}/100\n武侠完结::https://www.heiyan.com/web/all/8/-1/-1/1/0/{{page}}/100\n武侠连载::https://www.heiyan.com/web/all/8/-1/-1/0/0/{{page}}/100\n科幻全部::https://www.heiyan.com/web/all/10/-1/-1/-1/0/{{page}}/100\n科幻免费::https://www.heiyan.com/web/all/10/-1/1/-1/0/{{page}}/100\n科幻收费::https://www.heiyan.com/web/all/10/-1/0/-1/0/{{page}}/100\n科幻完结::https://www.heiyan.com/web/all/10/-1/-1/1/0/{{page}}/100\n科幻连载::https://www.heiyan.com/web/all/10/-1/-1/0/0/{{page}}/100\n游戏全部::https://www.heiyan.com/web/all/9/-1/-1/-1/0/{{page}}/100\n游戏免费::https://www.heiyan.com/web/all/9/-1/1/-1/0/{{page}}/100\n游戏收费::https://www.heiyan.com/web/all/9/-1/0/-1/0/{{page}}/100\n游戏完结::https://www.heiyan.com/web/all/9/-1/-1/1/0/{{page}}/100\n游戏连载::https://www.heiyan.com/web/all/9/-1/-1/0/0/{{page}}/100\n同人全部::https://www.heiyan.com/web/all/16/-1/-1/-1/0/{{page}}/100\n同人免费::https://www.heiyan.com/web/all/16/-1/1/-1/0/{{page}}/100\n同人收费::https://www.heiyan.com/web/all/16/-1/0/-1/0/{{page}}/100\n同人完结::https://www.heiyan.com/web/all/16/-1/-1/1/0/{{page}}/100\n同人连载::https://www.heiyan.com/web/all/16/-1/-1/0/0/{{page}}/100\n社会全部::https://www.heiyan.com/web/all/25/-1/-1/-1/0/{{page}}/100\n社会免费::https://www.heiyan.com/web/all/25/-1/1/-1/0/{{page}}/100\n社会收费::https://www.heiyan.com/web/all/25/-1/0/-1/0/{{page}}/100\n社会完结::https://www.heiyan.com/web/all/25/-1/-1/1/0/{{page}}/100\n社会连载::https://www.heiyan.com/web/all/25/-1/-1/0/0/{{page}}/100\n古言全部::https://www.heiyan.com/web/all/37/-1/-1/-1/0/{{page}}/100\n古言免费::https://www.heiyan.com/web/all/37/-1/1/-1/0/{{page}}/100\n古言收费::https://www.heiyan.com/web/all/37/-1/0/-1/0/{{page}}/100\n古言完结::https://www.heiyan.com/web/all/37/-1/-1/1/0/{{page}}/100\n古言连载::https://www.heiyan.com/web/all/37/-1/-1/0/0/{{page}}/100",
    "header": "",
    "lastUpdateTime": 1731057478921,
    "loginUrl": "https://www.heiyan.com/accounts/login?backUrl=/",
    "respondTime": 3737,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "",
      "init": "",
      "intro": "//pre[@class=\"note\"]/text()",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "tocUrl": "//a[text()=\"开始阅读\"]/@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "$.chapter.htmlContent@js:result?result:'付费章节，换源阅读'",
      "imageStyle": "0",
      "nextContentUrl": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "//*[@class=\"author\"]//a/text()",
      "bookList": "//*[@id=\"resultDiv\"]/tr",
      "bookUrl": "//a[@class=\"title\"]/@href<js>'https://www.heiyan.com/book/'+String(result).match(/\\d+/)[0]</js>",
      "coverUrl": "//a[@class=\"title\"]/@href<js>'https://b.heiyanimg.com/book/'+String(result).match(/\\d+/)[0]+'.jpg'</js>",
      "intro": "",
      "kind": "",
      "lastChapter": "//a[@class=\"chapter\"]/text()",
      "name": "//a[@class=\"title\"]/text()",
      "wordCount": "//td[4]/text()<js>String(result)+\"字\"</js>"
    },
    "ruleSearch": {
      "author": "$.authorname##<.*?>",
      "bookList": "$.data.content[*]",
      "bookUrl": "$.id@js:'https://www.heiyan.com/book/'+result",
      "coverUrl": "$.iconUrlSmall@js:  result.includes('@!bns?0') ? 'http://suo.im/6mlA9F' :'https://b.heiyanimg.com'+result.replace(/@.*/,'')",
      "intro": "$.introduce",
      "kind": "$.sortname##<.*?>",
      "lastChapter": "$.lastchaptername&&$.lastchaptertime##\\s+(\\d+-\\d+-\\d+).*##（$1）",
      "name": "$.name##<.*?>",
      "wordCount": "{$.words}字"
    },
    "ruleToc": {
      "chapterList": "//li[span]/a",
      "chapterName": "text##[\\(（].*[求更谢乐发推].*[）\\)]",
      "chapterUrl": "href<js>'https://a.heiyan.com/ajax/chapter/content/'+result.match(/\\d+$/)[0]</js>",
      "isVip": "@js:/isvip/.test(String(result))",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://search.heiyan.com/web/search?queryString={{key}}&page={{page}}",
    "weight": 100
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🎃欲望社🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.win10city.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1403,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1752434727681,
    "loginUrl": "",
    "respondTime": 35195,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content##\\s.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "",
      "wordCount": "##字数：([^<]+)<##$1###"
    },
    "ruleContent": {
      "content": "id.rtext@html",
      "imageStyle": "0",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##↑返回顶部↑"
    },
    "ruleExplore": {
      "author": "td.2@text",
      "bookList": "tbody tr!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##http://img.win10city.com/image/$2/$1/$1s.jpg###",
      "intro": "",
      "kind": "td.4@text",
      "lastChapter": "td.1@text",
      "name": "td.0@text",
      "wordCount": "td.3@text"
    },
    "ruleSearch": {
      "author": ".author.0@text##作者.",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##http://img.win10city.com/image/$2/$1/$1s.jpg###",
      "kind": ".author@text",
      "lastChapter": "a.1@text",
      "name": ".bookname@text##小说.",
      "wordCount": "li.3@text##大小."
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.win10city.com/modules/article/search.php,{\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\",\n  \"body\": \"searchkey={{key}}&action=login&searchtype=all&submit=\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版",
    "bookSourceName": "㊣黑岩阅读 破冰",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.heiyan.com♤pb",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1404,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部小说::https://www.heiyan.com/web/all/-1/-1/-1/-1/0/{{page}}/100\n免费小说::https://www.heiyan.com/web/all/-1/-1/1/-1/0/{{page}}/100\n收费小说::https://www.heiyan.com/web/all/-1/-1/0/-1/0/{{page}}/100\n完结小说::https://www.heiyan.com/web/all/-1/-1/-1/1/0/{{page}}/100\n连载小说::https://www.heiyan.com/web/all/-1/-1/-1/0/0/{{page}}/100\n悬疑全部::https://www.heiyan.com/web/all/1/-1/-1/-1/0/{{page}}/100\n悬疑免费::https://www.heiyan.com/web/all/1/-1/1/-1/0/{{page}}/100\n悬疑收费::https://www.heiyan.com/web/all/1/-1/0/-1/0/{{page}}/100\n悬疑完结::https://www.heiyan.com/web/all/1/-1/-1/1/0/{{page}}/100\n悬疑连载::https://www.heiyan.com/web/all/1/-1/-1/0/0/{{page}}/100\n历史全部::https://www.heiyan.com/web/all/3/-1/-1/-1/0/{{page}}/100\n历史免费::https://www.heiyan.com/web/all/3/-1/1/-1/0/{{page}}/100\n历史收费::https://www.heiyan.com/web/all/3/-1/0/-1/0/{{page}}/100\n历史完结::https://www.heiyan.com/web/all/3/-1/-1/1/0/{{page}}/100\n历史连载::https://www.heiyan.com/web/all/3/-1/-1/0/0/{{page}}/100\n军事全部::https://www.heiyan.com/web/all/5/-1/-1/-1/0/{{page}}/100\n军事免费::https://www.heiyan.com/web/all/5/-1/1/-1/0/{{page}}/100\n军事收费::https://www.heiyan.com/web/all/5/-1/0/-1/0/{{page}}/100\n军事完结::https://www.heiyan.com/web/all/5/-1/-1/1/0/{{page}}/100\n军事连载::https://www.heiyan.com/web/all/5/-1/-1/0/0/{{page}}/100\n玄幻全部::https://www.heiyan.com/web/all/6/-1/-1/-1/0/{{page}}/100\n玄幻免费::https://www.heiyan.com/web/all/6/-1/1/-1/0/{{page}}/100\n玄幻收费::https://www.heiyan.com/web/all/6/-1/0/-1/0/{{page}}/100\n玄幻完结::https://www.heiyan.com/web/all/6/-1/-1/1/0/{{page}}/100\n玄幻连载::https://www.heiyan.com/web/all/6/-1/-1/0/0/{{page}}/100\n奇幻全部::https://www.heiyan.com/web/all/14/-1/-1/-1/0/{{page}}/100\n奇幻免费::https://www.heiyan.com/web/all/14/-1/1/-1/0/{{page}}/100\n奇幻收费::https://www.heiyan.com/web/all/14/-1/0/-1/0/{{page}}/100\n奇幻完结::https://www.heiyan.com/web/all/14/-1/-1/1/0/{{page}}/100\n奇幻连载::https://www.heiyan.com/web/all/14/-1/-1/0/0/{{page}}/100\n仙侠全部::https://www.heiyan.com/web/all/7/-1/-1/-1/0/{{page}}/100\n仙侠免费::https://www.heiyan.com/web/all/7/-1/1/-1/0/{{page}}/100\n仙侠收费::https://www.heiyan.com/web/all/7/-1/0/-1/0/{{page}}/100\n仙侠完结::https://www.heiyan.com/web/all/7/-1/-1/1/0/{{page}}/100\n仙侠连载::https://www.heiyan.com/web/all/7/-1/-1/0/0/{{page}}/100\n武侠全部::https://www.heiyan.com/web/all/8/-1/-1/-1/0/{{page}}/100\n武侠免费::https://www.heiyan.com/web/all/8/-1/1/-1/0/{{page}}/100\n武侠收费::https://www.heiyan.com/web/all/8/-1/0/-1/0/{{page}}/100\n武侠完结::https://www.heiyan.com/web/all/8/-1/-1/1/0/{{page}}/100\n武侠连载::https://www.heiyan.com/web/all/8/-1/-1/0/0/{{page}}/100\n科幻全部::https://www.heiyan.com/web/all/10/-1/-1/-1/0/{{page}}/100\n科幻免费::https://www.heiyan.com/web/all/10/-1/1/-1/0/{{page}}/100\n科幻收费::https://www.heiyan.com/web/all/10/-1/0/-1/0/{{page}}/100\n科幻完结::https://www.heiyan.com/web/all/10/-1/-1/1/0/{{page}}/100\n科幻连载::https://www.heiyan.com/web/all/10/-1/-1/0/0/{{page}}/100\n游戏全部::https://www.heiyan.com/web/all/9/-1/-1/-1/0/{{page}}/100\n游戏免费::https://www.heiyan.com/web/all/9/-1/1/-1/0/{{page}}/100\n游戏收费::https://www.heiyan.com/web/all/9/-1/0/-1/0/{{page}}/100\n游戏完结::https://www.heiyan.com/web/all/9/-1/-1/1/0/{{page}}/100\n游戏连载::https://www.heiyan.com/web/all/9/-1/-1/0/0/{{page}}/100\n同人全部::https://www.heiyan.com/web/all/16/-1/-1/-1/0/{{page}}/100\n同人免费::https://www.heiyan.com/web/all/16/-1/1/-1/0/{{page}}/100\n同人收费::https://www.heiyan.com/web/all/16/-1/0/-1/0/{{page}}/100\n同人完结::https://www.heiyan.com/web/all/16/-1/-1/1/0/{{page}}/100\n同人连载::https://www.heiyan.com/web/all/16/-1/-1/0/0/{{page}}/100\n社会全部::https://www.heiyan.com/web/all/25/-1/-1/-1/0/{{page}}/100\n社会免费::https://www.heiyan.com/web/all/25/-1/1/-1/0/{{page}}/100\n社会收费::https://www.heiyan.com/web/all/25/-1/0/-1/0/{{page}}/100\n社会完结::https://www.heiyan.com/web/all/25/-1/-1/1/0/{{page}}/100\n社会连载::https://www.heiyan.com/web/all/25/-1/-1/0/0/{{page}}/100\n古言全部::https://www.heiyan.com/web/all/37/-1/-1/-1/0/{{page}}/100\n古言免费::https://www.heiyan.com/web/all/37/-1/1/-1/0/{{page}}/100\n古言收费::https://www.heiyan.com/web/all/37/-1/0/-1/0/{{page}}/100\n古言完结::https://www.heiyan.com/web/all/37/-1/-1/1/0/{{page}}/100\n古言连载::https://www.heiyan.com/web/all/37/-1/-1/0/0/{{page}}/100",
    "header": "",
    "lastUpdateTime": 1700158263684,
    "loginUrl": "https://www.heiyan.com/accounts/login?backUrl=/",
    "respondTime": 3472,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "",
      "init": "",
      "intro": "//pre[@class=\"note\"]/text()",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "tocUrl": "//a[text()=\"开始阅读\"]/@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "$.chapter.htmlContent@js:result?result:'付费章节，换源阅读'",
      "imageStyle": "0",
      "nextContentUrl": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "//*[@class=\"author\"]//a/text()",
      "bookList": "//*[@id=\"resultDiv\"]/tr",
      "bookUrl": "//a[@class=\"title\"]/@href<js>'https://www.heiyan.com/book/'+String(result).match(/\\d+/)[0]</js>",
      "coverUrl": "//a[@class=\"title\"]/@href<js>'https://b.heiyanimg.com/book/'+String(result).match(/\\d+/)[0]+'.jpg'</js>",
      "intro": "",
      "kind": "",
      "lastChapter": "//a[@class=\"chapter\"]/text()",
      "name": "//a[@class=\"title\"]/text()",
      "wordCount": "//td[4]/text()<js>String(result)+\"字\"</js>"
    },
    "ruleSearch": {
      "author": "$.authorname##<.*?>",
      "bookList": "$.data.content[*]",
      "bookUrl": "$.id@js:'https://www.heiyan.com/book/'+result",
      "coverUrl": "$.iconUrlSmall@js:  result.includes('@!bns?0') ? 'http://suo.im/6mlA9F' :'https://b.heiyanimg.com'+result.replace(/@.*/,'')",
      "intro": "$.introduce",
      "kind": "$.sortname##<.*?>",
      "lastChapter": "$.lastchaptername&&$.lastchaptertime##\\s+(\\d+-\\d+-\\d+).*##（$1）",
      "name": "$.name##<.*?>",
      "wordCount": "{$.words}字"
    },
    "ruleToc": {
      "chapterList": "//li[span]/a",
      "chapterName": "text##[\\(（].*[求更谢乐发推].*[）\\)]",
      "chapterUrl": "href<js>'https://a.heiyan.com/ajax/chapter/content/'+result.match(/\\d+$/)[0]</js>",
      "isVip": "@js:/isvip/.test(String(result))",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://search.heiyan.com/web/search?queryString={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版,漫画",
    "bookSourceName": "💰爱奇艺漫画",
    "bookSourceType": 2,
    "bookSourceUrl": "https://www.iqiyi.com/manhua#♤Haxc",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1405,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "最近更新::https://www.iqiyi.com/manhua/weekly_update/{{page}}_1_50.html\n热门作品::https://www.iqiyi.com/manhua/category/全部_0_9_{{page}}/\n更新时间::https://www.iqiyi.com/manhua/category/全部_0_4_1/\n已完结::https://www.iqiyi.com/manhua/category/全部_1_9_{{page}}/\n连载中::https://www.iqiyi.com/manhua/category/全部_2_9_{{page}}/\n搞笑::https://www.iqiyi.com/manhua/category/搞笑_0_9_{{page}}/\n热血::https://www.iqiyi.com/manhua/category/热血_0_9_{{page}}/\n冒险::https://www.iqiyi.com/manhua/category/冒险_0_9_{{page}}/\n恋爱::https://www.iqiyi.com/manhua/category/恋爱_0_9_{{page}}/\n少女::https://www.iqiyi.com/manhua/category/少女_0_9_{{page}}/\n青春::https://www.iqiyi.com/manhua/category/青春_0_9_{{page}}/\n恐怖::https://www.iqiyi.com/manhua/category/恐怖_0_9_{{page}}/\n科幻::https://www.iqiyi.com/manhua/category/科幻_0_9_{{page}}/\n奇幻::https://www.iqiyi.com/manhua/category/奇幻_0_9_{{page}}/\n神魔::https://www.iqiyi.com/manhua/category/神魔_0_9_{{page}}/\n运动::https://www.iqiyi.com/manhua/category/运动_0_9_{{page}}/\n竞技::https://www.iqiyi.com/manhua/category/竞技_0_9_{{page}}/\n玄幻::https://www.iqiyi.com/manhua/category/玄幻_0_9_{{page}}/\n校园::https://www.iqiyi.com/manhua/category/校园_0_9_{{page}}/\n悬疑::https://www.iqiyi.com/manhua/category/悬疑_0_9_{{page}}/\n推理::https://www.iqiyi.com/manhua/category/推理_0_9_{{page}}/\n萌系::https://www.iqiyi.com/manhua/category/萌系_0_9_{{page}}/\n穿越::https://www.iqiyi.com/manhua/category/穿越_0_9_{{page}}/\n后宫::https://www.iqiyi.com/manhua/category/后宫_0_9_{{page}}/\n都市::https://www.iqiyi.com/manhua/category/都市_0_9_{{page}}/\n仙侠::https://www.iqiyi.com/manhua/category/仙侠_0_9_{{page}}/\n战斗::https://www.iqiyi.com/manhua/category/战斗_0_9_{{page}}/\n战争::https://www.iqiyi.com/manhua/category/战争_0_9_{{page}}/\n历史::https://www.iqiyi.com/manhua/category/历史_0_9_{{page}}/\n纯爱::https://www.iqiyi.com/manhua/category/纯爱_0_9_{{page}}/\n同人::https://www.iqiyi.com/manhua/category/同人_0_9_{{page}}/\n社会::https://www.iqiyi.com/manhua/category/社会_0_9_{{page}}/\n励志::https://www.iqiyi.com/manhua/category/励志_0_9_{{page}}/\n百合::https://www.iqiyi.com/manhua/category/百合_0_9_{{page}}/\n治愈::https://www.iqiyi.com/manhua/category/治愈_0_9_{{page}}/\n机甲::https://www.iqiyi.com/manhua/category/机甲_0_9_{{page}}/\n美食::https://www.iqiyi.com/manhua/category/美食_0_9_{{page}}/\n怪谈::https://www.iqiyi.com/manhua/category/怪谈_0_9_{{page}}/\n日常::https://www.iqiyi.com/manhua/category/日常_0_9_{{page}}/\n灵异::https://www.iqiyi.com/manhua/category/灵异_0_9_{{page}}/\n偶像::https://www.iqiyi.com/manhua/category/偶像_0_9_{{page}}/\n虐心::https://www.iqiyi.com/manhua/category/虐心_0_9_{{page}}/\n古装::https://www.iqiyi.com/manhua/category/古装_0_9_{{page}}/\n美少女::https://www.iqiyi.com/manhua/category/美少女_0_9_{{page}}/\n完结::https://www.iqiyi.com/manhua/category/完结_0_9_{{page}}/\n独家::https://www.iqiyi.com/manhua/category/独家_0_9_{{page}}/\n宫斗::https://www.iqiyi.com/manhua/category/宫斗_0_9_{{page}}/\n连载::https://www.iqiyi.com/manhua/category/连载_0_9_{{page}}/\n真人::https://www.iqiyi.com/manhua/category/真人漫画_0_9_{{page}}/\n总裁::https://www.iqiyi.com/manhua/category/总裁_0_9_{{page}}/\n独家::https://www.iqiyi.com/manhua/category/独家_0_9_{{page}}/\n脑洞::https://www.iqiyi.com/manhua/category/脑洞_0_9_{{page}}/\n暗黑::https://www.iqiyi.com/manhua/category/暗黑_0_9_{{page}}/",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36\"\n}",
    "lastUpdateTime": 1754012668460,
    "loginUrl": "",
    "respondTime": 2465,
    "ruleBookInfo": {
      "author": "class.author.0@tag.span@text",
      "intro": "class.detail-docu@text",
      "kind": "class.detail-tit@tag.a@text",
      "lastChapter": "class.cata-update@text##^.*?\\s",
      "name": "class.detail-tit@tag.h1@text",
      "tocUrl": "class.ercode-con@tag.img@data-url@js:\"https://www.iqiyi.com/manhua/catalog/\"+result.replace(/^.*\\/(.*?)\\.html/,\"$1\")+\"/\""
    },
    "ruleContent": {
      "content": "class.main-container@li@img@html##data-original##src",
      "imageStyle": "FULL",
      "nextContentUrl": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.writerName@text",
      "bookList": "class.stacksList@tag.li||class.cartoon-hot-ul@tag.li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.img@src",
      "lastChapter": "class.stacksBook-newchapter@tag.a@title||class.cartoon-update-h@text##更新至",
      "name": "class.stacksBook-tit@text||class.cartoon-item-tit@text"
    },
    "ruleToc": {
      "chapterList": "$.data.episodes.*",
      "chapterName": "$.episodeTitle",
      "chapterUrl": "https://www.iqiyi.com/manhua/reader/{$.comicId}_{$.episodeId}.html"
    },
    "searchUrl": "https://www.iqiyi.com/manhua/search-keyword={{key}}_{{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "贼吧小说（下载）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.zei8.vip#",
    "customButton": false,
    "customOrder": 1406,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"男频\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"最新男主\",\"url\":\"/txt/Nbtop100/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"本周热门\",\"url\":\"/txt/Wbtop100/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"本月热门\",\"url\":\"/txt/Mbtop100/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"小说排行\",\"url\":\"/txt/btop100/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"东方玄幻\",\"url\":\"/xuanhuan/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"传统武侠\",\"url\":\"/chuantongwuxia/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖惊悚\",\"url\":\"/kongbujing/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"现代都市\",\"url\":\"/xiandaidushi/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"人物传记\",\"url\":\"/renwuchuanji/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游动漫\",\"url\":\"/wangyoudongman/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"军事历史\",\"url\":\"/junshilishi/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"热点资源\",\"url\":\"/redianziyuan/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"西方奇幻\",\"url\":\"/xifangqihuan/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"仙侠修真\",\"url\":\"/xianxiaxiuzhen/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"侦探推理\",\"url\":\"/zhentantuili/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"经典科幻\",\"url\":\"/jingdiankehuan/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"名著杂志\",\"url\":\"/mingzhuzazhi/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"女频\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"最新女主\",\"url\":\"/txt/Ngtop100/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"本周热门\",\"url\":\"/txt/Wgtop100/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"本月热门\",\"url\":\"/txt/Mgtop100/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"小说排行\",\"url\":\"/txt/gtop100/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史穿越\",\"url\":\"/lishichuanyue/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"传统言情\",\"url\":\"/chuantongyanqing/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市社会\",\"url\":\"/dushishehui/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"幻想现言\",\"url\":\"/huanxiangxianyan/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"耽美百合\",\"url\":\"/danmeibaihe/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1720551891906,
    "respondTime": 5134,
    "ruleBookInfo": {
      "author": ".infolist span.-1@text",
      "canReName": "",
      "coverUrl": ".picview img@src",
      "intro": ".content!1@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".place a.2@text&&.infolist span.2@text",
      "lastChapter": "",
      "name": ".viewbox h2@text##《|》.*",
      "tocUrl": "text.本地高速下载@href",
      "wordCount": ".infolist span.0@text"
    },
    "ruleContent": {
      "content": "@js:content=java.getString(\".plus_l li:not(:has(span))@html\",false)+'<br> ━ 长按选择浏览器打开下载 ━ <br>'+java.getElements(\".downfile a\")\n.toArray()\n.map(a => '【' + a.text() + '】' + a.attr('href'))\n.join('\\n');",
      "nextContentUrl": "",
      "replaceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "small.1@text",
      "bookList": ".e2 li||.etop li",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": ".intro@text##\\s",
      "kind": "small.0@text##.*：",
      "name": "a.1@text##《|》.*|【.*",
      "wordCount": "small.2@text##.*："
    },
    "ruleSearch": {
      "author": "",
      "bookList": ".item",
      "bookUrl": "a@href",
      "checkKeyWord": "",
      "intro": "p.0@text",
      "kind": "span@text##\\s.*",
      "name": "a@text##《|》.*|【.*"
    },
    "ruleToc": {
      "chapterList": "h2",
      "chapterName": "text##《|》.*",
      "chapterUrl": "",
      "isVip": "",
      "isVolume": ""
    },
    "searchUrl": "/e/sch/index.php?page={{page-1}}&keyboard={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "若夏网网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ruoxia.com/",
    "customButton": false,
    "customOrder": 1407,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1722295046683,
    "respondTime": 841,
    "ruleBookInfo": {
      "author": "//*[@property='og:novel:author']/@content",
      "coverUrl": "//*[@property='og:image']/@content@js:result.split('@')[0]",
      "intro": "class.summary@class.note.0@text",
      "kind": "//*[@property='og:novel:category']/@content",
      "lastChapter": "//*[@property='og:novel:latest_chapter_name']/@content",
      "name": "//*[@property='og:title']/@content",
      "tocUrl": "//*[@property='og:novel:read_url']/@content@js:result.replace('/book/','/chapter/')"
    },
    "ruleContent": {
      "content": "$.chapter.htmlContent<js>result.replace(/<.*?>/g,'').replace(/\\r/g,'\\n　　')</js>"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.authorname",
      "bookList": "@JSon:$.data.content[*]",
      "bookUrl": "$.id@js:'http://www.ruoxia.com/book/'+result",
      "coverUrl": "$.iconUrlSmall@js:'https://b.heiyanimg.com'+result.split('@')[0]",
      "intro": "$.introduce",
      "kind": "$.sortname",
      "lastChapter": "$.lastchaptername",
      "name": "$.name"
    },
    "ruleToc": {
      "chapterList": ":(?s)(\\d+)\" class=\"(isvip)?[^\"]*name[^>]*>([^<]*)",
      "chapterName": "$2$3",
      "chapterUrl": "https://a.heiyan.com/ajax/chapter/content/$1"
    },
    "searchUrl": "http://search.ruoxia.com/web/search?highlight=false&queryString={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "随心看吧",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.suixkan.com♤guaner",
    "customButton": false,
    "customOrder": 1408,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1721279493711,
    "respondTime": 1017,
    "ruleBookInfo": {
      "kind": "",
      "tocUrl": "class.sumchapter@a@href"
    },
    "ruleContent": {
      "content": "class.con@html",
      "nextContentUrl": "",
      "replaceRegex": "##\\s*.*?本章.*?完.*\\s*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".v-author@text",
      "bookList": "class.v-list-item\n@js:\nlist=result.toArray();\nlist1=[];\nfor(i in list){\nif(list[i].text().indexOf(java.get('key'))>-1){\nlist1.push(list[i])\n}\n}\nlist1.map(x=>x)",
      "bookUrl": "##=\"newWebView\\('([^']+)'##$1###",
      "coverUrl": "",
      "intro": ".v-intro@text",
      "kind": "tag.div.-1@text",
      "lastChapter": "<js>\nurl=String(result).match(/=\"newWebView\\('([^']+)'/)[1];url='https://m.suixkan.com'+url\njava.ajax(url)</js>\nclass.chapter-entrance@text",
      "name": ".v-title@text",
      "wordCount": ".v-words@text"
    },
    "ruleToc": {
      "chapterList": "class.catalog_ls@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://m.suixkan.com/s/1.html?keyword={{key}}\n@js:java.put('key',key);result",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "随心看吧",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.suixkan.comguaner",
    "customButton": false,
    "customOrder": 1409,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1721278409696,
    "respondTime": 934,
    "ruleBookInfo": {
      "kind": "",
      "tocUrl": "class.sumchapter@a@href"
    },
    "ruleContent": {
      "content": "class.con@html",
      "nextContentUrl": "",
      "replaceRegex": "##\\s*.*?本章.*?完.*\\s*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".v-author@text",
      "bookList": "class.v-list-item\n@js:\nlist=result.toArray();\nlist1=[];\nfor(i in list){\nif(list[i].text().indexOf(java.get('key'))>-1){\nlist1.push(list[i])\n}\n}\nlist1.map(x=>x)",
      "bookUrl": "##=\"newWebView\\('([^']+)'##$1###",
      "coverUrl": "",
      "intro": ".v-intro@text",
      "kind": "tag.div.-1@text",
      "lastChapter": "<js>\nurl=String(result).match(/=\"newWebView\\('([^']+)'/)[1];url='https://m.suixkan.com'+url\njava.ajax(url)</js>\nclass.chapter-entrance@text",
      "name": ".v-title@text",
      "wordCount": ".v-words@text"
    },
    "ruleToc": {
      "chapterList": "class.catalog_ls@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://m.suixkan.com/s/1.html?keyword={{key}}\n@js:java.put('key',key);result",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "漫画",
    "bookSourceName": "新人漫画",
    "bookSourceType": 0,
    "bookSourceUrl": "https://xapi.xinmanhua.netHaxc",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1410,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部::https://xapi.xinmanhua.net/search/catalog?keyword=all&ischarge=2&isfinish=2&order=0&page={{page}}\n治愈::https://xapi.xinmanhua.net/search/catalog?keyword=治愈&page={{page}}\n日常::https://xapi.xinmanhua.net/search/catalog?keyword=日常&page={{page}}\n都市::https://xapi.xinmanhua.net/search/catalog?keyword=都市&page={{page}}\n悬疑::https://xapi.xinmanhua.net/search/catalog?keyword=悬疑&page={{page}}\n科幻::https://xapi.xinmanhua.net/search/catalog?keyword=科幻&page={{page}}\n奇幻::https://xapi.xinmanhua.net/search/catalog?keyword=奇幻&page={{page}}\n热血::https://xapi.xinmanhua.net/search/catalog?keyword=热血&page={{page}}\n武侠::https://xapi.xinmanhua.net/search/catalog?keyword=武侠&page={{page}}\n古风::https://xapi.xinmanhua.net/search/catalog?keyword=古风&page={{page}}\n恋爱::https://xapi.xinmanhua.net/search/catalog?keyword=恋爱&page={{page}}\n少年::https://xapi.xinmanhua.net/search/catalog?keyword=少年&page={{page}}\n日漫::https://xapi.xinmanhua.net/search/catalog?keyword=日漫&page={{page}}\n原创::https://xapi.xinmanhua.net/search/catalog?keyword=原创&page={{page}}",
    "header": "{\n  \"User-Agent\": \"okhttp/3.10.0\"\n}",
    "lastUpdateTime": 1720291618303,
    "loginUrl": "",
    "respondTime": 1344,
    "ruleBookInfo": {
      "intro": "@JSon:$.data.attributes.intro&&$.data.attributes.description"
    },
    "ruleContent": {
      "content": "$.data[*].attributes.url\n@js:list=result.split('\\n');\nlist.map(x=>'<img src=\"'+x+'\">').join('\\n')",
      "imageStyle": "FULL",
      "webJs": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "@JSon:$.attributes.author",
      "bookList": "@JSon:$.data.*",
      "bookUrl": "https://xapi.xinmanhua.net/worksinfos/{$.attributes.wid}?include=chapters.digests",
      "coverUrl": "@JSon:$.attributes.logo_detail",
      "kind": "@JSon:$.attributes.workscate",
      "lastChapter": "@JSon:$.attributes.lastctitle",
      "name": "@JSon:$.attributes.title"
    },
    "ruleToc": {
      "chapterList": "$.included.*",
      "chapterName": "$.attributes.title&&$.attributes.intro",
      "chapterUrl": "https://xapi.xinmanhua.net/chapters/{$.id}/qualitywebs"
    },
    "searchUrl": "https://xapi.xinmanhua.net/search/selfdefine,{\n  \"method\": \"POST\",\n  \"body\": \"keyword={{key}}&page={{page}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "/* 2023.12.24  by:遇知  制作 */\n\t\njm = Object.keys(link_Params).map((key)=>link_Params[key]).join(\"\");\n_md5 = String(java.md5Encode(jm));\nmd5 = _md5.substring(3,_md5.length-5);\napi_Params = {\n   \"ver\": \"1.6.4\",\n   \"md5\": md5\n};\nbody = Object.assign(link_Params, api_Params);\noption = {'method':'POST','body':JSON.stringify(body)};\nurl = link_Urlpath +\",\"+ JSON.stringify(option);",
    "bookSourceGroup": "免费",
    "bookSourceName": "乐读小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://api.book.bookld.com",
    "customButton": false,
    "customOrder": 1411,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\n\npush('榜单', null, 1, 1);\n  bd=[\"综合\",\"新书\",\"完结\",\"男生\",\"女生\",\"收藏\"];\n    bd.map((title,type)=>{\t\t\t\t\t\n\t\t\turl = `@js:link_Urlpath = \"/Book/RankingList\";\n\t   \tlink_Params =\t{\"ranking_id\":${type+91},\"start\":(page-1)*20,\"limit\":20};\t\n\t\t \teval(String(source.bookSourceComment));`;\n\t\t \t\n\t\t\t\tif(type+1 <= bd.length - bd.length%3)\n\t\t\t {\tpush(title, url, 1, 0.25);}\n\t\t\t\telse{ push(title, url, 0, 0.3);}\t\t\t\t\t\t\t\t\t\t\n\t\t\t});\n\n   fl =[[\"男频\",\"100\",\n[\"都市\",\"玄幻\",\"仙侠\",\"灵异\",\"军史\",\"科幻\",\"竞技\",\"N次元\"]],\n[\"女频\",\"200\",\n[\"现言\",\"古言\",\"幻言\",\"灵异\",\"科幻\",\"青春\"]],\n[\"名著\",\"300\",\n[\"中国名著\",\"外国名著\"]]\n];\nfl.map([title,gender,list]=>{\n  \t\n\tpush(title, null, 1, 1);\n\t  list.map((title,type)=>{\n\t  \turl = `@js:link_Urlpath = \"/Book/QueryBookForCtgr\";\n\t   \tlink_Params =\t{\"type\":${type+1+Number(gender)},\"category\":0,\"serials\":\"不限\",\"vip\":\"不限\",\"start\":(page-1)*20,\"limit\":20};\t\n\t\t \teval(String(source.bookSourceComment));`;\n\tif(list.length > 3){\n\t\tif(type+1 <= list.length - list.length%3)\n\t\t\t {\tpush(title, url, 1, 0.25);}\n\t\t\t\telse{ push(title, url, 0, 0.29);}\n\t\t\t\t}\n\t\t\t\telse{ push(title, url, 1, 0.25);}\n    \t});\n\t});\n\nJSON.stringify(sort);",
    "header": "",
    "lastUpdateTime": 1731570717907,
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 5527,
    "ruleBookInfo": {
      "author": "$.author",
      "canReName": "",
      "coverUrl": "$.cover",
      "downloadUrls": "",
      "intro": " 标签：{{$.tags##\\n##,}}\n🕰 更新：{{$.updated}}\n♠️ 版权：{{$.MoreInfo##免责声明：|，.*}}\n📂 简介：{{$.longIntro}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "{{$.majorCate}}\n{{r=java.getString('isSerial');if(r!=\"\") r!='true'?'完结':'连载';}}\n{{$.updated##\\s.*}}",
      "lastChapter": "$.lastChapter",
      "name": "$.title",
      "tocUrl": "@js:\nlink_Urlpath = \"/Book/CatelogueList\";\nlink_Params =\t{ \n\t \"_id\": java.put('_id',java.getString('$._id')),\n  \"userID\": \"312818\"\n  };\neval(String(source.bookSourceComment));",
      "wordCount": "$.wordCount"
    },
    "ruleContent": {
      "content": "<js>\n$ = JSON.parse(result);\nbody = $.chapter.body;\nif(body!=null){\n\t\n\n//解密方式一（阅读内置方法）：\njmkey=\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjYFYoMbA0uW8by6+YIghxxsvibS9YW4yKVSulykAzZZwZ/+dNTkZ4inY7Pj08aksm6RCGKS6+WfvVQo/EdkcS5p2LY2/76qVzapyHsyQf/Pud6ATPKnwxNt/DaqjL35Z9K0NI/RF9x732RdIEOTKXppfRdzCa/1Ctm/5ZFilY8UmZsppkjDd3XkuPr3n3wVC8WFvqmdJ1N55prRlnaRaO+mIOXo3OsOzIxE5EdcE0TLT9OFZ3Wlbi3E0iI0v/ZsrWoL57YvLwo7BsARp7BansDCx8NZg6ObGQN/tNrE/nKqQTXeJjnFWXdLfhI7xivPPphkj5fNpiufIsIUEd7eXBwIDAQAB\";\ndata = java.base64DecodeToByteArray(body);\nkey = java.base64DecodeToByteArray(jmkey);\n\ncontent = java.createAsymmetricCrypto(\"RSA\").setPublicKey(key).decryptStr(data)\n\t\n/*\t\n//解密方式二（构造函数）：\nvar javaImport = new JavaImporter();\njavaImport.importPackage(\n\t   Packages.java.lang,\n     Packages.java.security,\n     Packages.java.security.interfaces,\n     Packages.java.security.spec,\n     Packages.android.util,\n     Packages.java.io,      \n     Packages.javax.crypto,\n     Packages.javax.crypto.spec\n);\nwith(javaImport){\n function Decode(str){\njmkey=\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjYFYoMbA0uW8by6+YIghxxsvibS9YW4yKVSulykAzZZwZ/+dNTkZ4inY7Pj08aksm6RCGKS6+WfvVQo/EdkcS5p2LY2/76qVzapyHsyQf/Pud6ATPKnwxNt/DaqjL35Z9K0NI/RF9x732RdIEOTKXppfRdzCa/1Ctm/5ZFilY8UmZsppkjDd3XkuPr3n3wVC8WFvqmdJ1N55prRlnaRaO+mIOXo3OsOzIxE5EdcE0TLT9OFZ3Wlbi3E0iI0v/ZsrWoL57YvLwo7BsARp7BansDCx8NZg6ObGQN/tNrE/nKqQTXeJjnFWXdLfhI7xivPPphkj5fNpiufIsIUEd7eXBwIDAQAB\";\n \tpublicKey = \tKeyFactory.getInstance(\"RSA\").generatePublic(new X509EncodedKeySpec(Base64.decode(jmkey, 0)));\n\n       instance = Cipher.getInstance(\"RSA\");\n        instance.init(2, publicKey);\n        decode = Base64.decode(str,0);\n        blockSize = instance.getBlockSize();\n        byteArrayOutputStream = new ByteArrayOutputStream(64);\n         i = 0;\n        while (true) {\n             i2 = i * blockSize;\n            if (decode.length - i2 > 0) {\n                byteArrayOutputStream.write(instance.doFinal(decode, i2, blockSize));\n                i++;\n            } else {\n                decode = byteArrayOutputStream.toByteArray();\n                byteArrayOutputStream.close();\n                return new String(decode);\n            }\n        }\n    }\n}\ncontent = Decode(body);\n\n*/\n\n}\nelse{ msg = $.msg; }\n</js>"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.books",
      "bookUrl": "@js:\nlink_Urlpath = \"/Book/ArticleInfo\";\nlink_Params =\t{ \n\t \"_id\": \"{{$._id}}\",\n  \"userID\": \"312818\"\n  };\neval(String(source.bookSourceComment));",
      "checkKeyWord": "",
      "coverUrl": "$.cover",
      "intro": "$.shortIntro",
      "kind": "{{$.majorCate}}\n{{r=java.getString('isSerial');if(r!=\"\") r!='true'?'完结':'连载';}}\n{{$.updated##\\s.*}}",
      "lastChapter": "$.lastChapter",
      "name": "$.title",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "$.mixToc.chapters",
      "chapterName": "$.title",
      "chapterUrl": "@js:\nlink_Urlpath = \"/Book/ChapterContent\";\nlink_Params =\t{ \n\t \"_id\": java.get(\"_id\"),\n  \"chapter_id\": \"{{$.chapter_id}}\",\n  };\neval(String(source.bookSourceComment));"
    },
    "searchUrl": "@js:\nlink_Urlpath = \"/Book/QueryArticleByName\";\nlink_Params =\t{\"query\": key};\neval(String(source.bookSourceComment));",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃猫眼看书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://api.lemiyigou.com#🎃",
    "customButton": false,
    "customOrder": 1412,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\": \"❀❀❀男生频道❀❀❀\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"必读榜\",\"url\": \"/module/rank?type=1&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"潜力榜\",\"url\": \"/module/rank?type=5&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"完本榜\",\"url\": \"/module/rank?type=2&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"更新榜\",\"url\": \"/module/rank?type=3&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"搜索榜\",\"url\": \"/module/rank?type=4&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"评论榜\",\"url\": \"/module/rank?type=6&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"❀❀全部分类❀❀\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"玄幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=lejRej\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"武侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=nel5aK\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"都市\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mbk5ez\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"仙侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=vbmOeY\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"军事\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=penRe7\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"历史\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=xbojag\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"游戏\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mep2bM\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"科幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=zbq2dp\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"轻小说\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=YerEdO\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"❀❀完结❀❀\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"玄幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=lejRej&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"武侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=nel5aK&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"都市\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mbk5ez&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"仙侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=vbmOeY&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"军事\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=penRe7&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"历史\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=xbojag&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"游戏\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mep2bM&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"科幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=zbq2dp&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"轻小说\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=YerEdO&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"❀❀连载❀❀\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"玄幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=lejRej&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"武侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=nel5aK&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"都市\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mbk5ez&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"仙侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=vbmOeY&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"军事\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=penRe7&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"历史\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=xbojag&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"游戏\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mep2bM&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"科幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=zbq2dp&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"轻小说\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=YerEdO&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"❀❀❀女生频道❀❀❀\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"必读榜\",\"url\": \"/module/rank?type=1&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"潜力榜\",\"url\": \"/module/rank?type=5&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"完本榜\",\"url\": \"/module/rank?type=2&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"更新榜\",\"url\": \"/module/rank?type=3&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"搜索榜\",\"url\": \"/module/rank?type=4&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"评论榜\",\"url\": \"/module/rank?type=6&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"❀❀全部分类❀❀\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"现代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9avmeG\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"古代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=DdwRb1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"幻想言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=7ax9by\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"青春校园\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=Pdy7aQ\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"唯美纯爱\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=kazYeJ\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"同人衍生\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9aAOdv\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"❀❀完结❀❀\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"现代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9avmeG&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"古代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=DdwRb1&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"幻想言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=7ax9by&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"青春校园\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=Pdy7aQ&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"唯美纯爱\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=kazYeJ&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"同人衍生\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9aAOdv&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"❀❀连载❀❀\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"现代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9avmeG&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"古代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=DdwRb1&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"幻想言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=7ax9by&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"青春校园\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=Pdy7aQ&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"唯美纯爱\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=kazYeJ&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"同人衍生\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9aAOdv&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}}\n]",
    "header": "{\n'User-Agent': 'okhttp/4.9.2','client-device': '2d37f6b5b6b2605373092c3dc65a3b39','client-brand': 'Redmi','client-version': '2.3.0','client-name': 'app.maoyankanshu.novel','client-source': 'android','Authorization': 'bearereyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9hcGkuanhndHp4Yy5jb21cL2F1dGhcL3RoaXJkIiwiaWF0IjoxNjgzODkxNjUyLCJleHAiOjE3NzcyMDM2NTIsIm5iZiI6MTY4Mzg5MTY1MiwianRpIjoiR2JxWmI4bGZkbTVLYzBIViIsInN1YiI6Njg3ODYyLCJwcnYiOiJhMWNiMDM3MTgwMjk2YzZhMTkzOGVmMzBiNDM3OTQ2NzJkZDAxNmM1In0.mMxaC2SVyZKyjC6rdUqFVv5d9w_X36o0AdKD7szvE_Q'\n}",
    "lastUpdateTime": 1754712511872,
    "respondTime": 1901,
    "ruleBookInfo": {
      "author": "$.authorName",
      "coverUrl": "$..cover",
      "init": "$.data",
      "intro": "$..summary",
      "kind": "{{$.lastChapter.decTime}}\n{{$.averageScore}}分\n{{$.className}}\n{{$..tagName}}",
      "lastChapter": "$.lastChapter.chapterName",
      "name": "$.novelName",
      "tocUrl": "/novel/{{$.novelId}}/chapters?readNum=1",
      "wordCount": "$.wordNum"
    },
    "ruleContent": {
      "content": "$.content##一秒记住.*供精彩阅读。|7017k"
    },
    "ruleExplore": {
      "author": "$.authorName",
      "bookList": "$.data[*]",
      "bookUrl": "/novel/{{$.novelId}}?isSearch=1",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "{{$..className}}\n{{$.averageScore}}分",
      "name": "$.novelName",
      "wordCount": "$.wordNum"
    },
    "ruleSearch": {
      "author": "$.authorName",
      "bookList": "$.data[*]",
      "bookUrl": "/novel/{{$.novelId}}?isSearch=1",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "{{$..className}}\n{{$.averageScore}}分",
      "lastChapter": "",
      "name": "$.novelName",
      "wordCount": "$.wordNum"
    },
    "ruleToc": {
      "chapterList": "$.data.list[*]",
      "chapterName": "$.chapterName",
      "chapterUrl": "$.path@js:java.aesBase64DecodeToString(result,\"f041c49714d39908\",\"AES/CBC/PKCS5Padding\",\"0123456789abcdef\")",
      "updateTime": "{{$.updatedAt}}\n字数：{{$.wordNum}}"
    },
    "searchUrl": "search?page={{page}}&keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "随心看",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.suixkan.com",
    "customButton": false,
    "customOrder": 1413,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar result = [];\nvar push = (title, url, size) => result.push({\"title\": title,\"url\": url,\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": size}});\nvar tagUrl = \"https://m.suixkan.com/l/f/0.html\";\nvar tag = java.ajax(tagUrl);\nvar tagList = org.jsoup.Jsoup.parse(tag).select(\".tab-bar .tab-item\");\nvar childTagSize = 0.4;\nfor (var i in tagList) {\n    var title = tagList[i].text();\n    var url = source.key + String(tagList[i].attr(\"onclick\")).replace(/gotoPage\\('(.*?)'\\)/, '$1');\n    title = String(title).replace(/\\s/g, \"\");\n    push(title, null, 1);\n    var childTag = java.ajax(url);\n    var childTagList = org.jsoup.Jsoup.parse(childTag).select(\".ca-con .ca-item\");\n    for (var j in childTagList) {\n        var childTitle = childTagList[j].text();\n        var childUrl = source.key + String(childTagList[j].attr(\"onclick\")).replace(/gotoPage\\('(.*?)(\\d+.html)'\\)/, '$1') + `{{page}}.html`;\n        childTitle = String(childTitle).replace(/\\s/g, \"\");\n        push(childTitle, childUrl, childTagSize);\n    }\n    var spaceLength = childTagList.length % 2;\n    for (q = 0; q < spaceLength; q++) {\n        push(\"————\",null,childTagSize);\n    }\n}\nJSON.stringify(result);",
    "lastUpdateTime": 1748447852807,
    "respondTime": 1062,
    "ruleBookInfo": {
      "tocUrl": "text.查看目录@href"
    },
    "ruleContent": {
      "content": ".con@html",
      "replaceRegex": "##\\s*[(（]?本章[未]?完.*[)）]?\\s*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".v-author@text",
      "bookList": ".v-list-item",
      "bookUrl": "{{@@onclick##newWebView\\('(.+)', '', ''\\)##$1###}}\n{{@@onclick##gotoPage\\('(.+)'\\)##$1###}}",
      "coverUrl": "img@src",
      "intro": ".v-intro@text",
      "kind": ".base-label@text",
      "name": ".v-title@text",
      "wordCount": ".v-words@text"
    },
    "ruleToc": {
      "chapterList": ".catalog_ls@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://m.suixkan.com/s/1.html?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "最新书源（网络）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.lanzoub.com/bnbxc",
    "customButton": false,
    "customOrder": 1414,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 10.0; wv)\"\n}",
    "lastUpdateTime": 1721330735983,
    "loginUrl": "https://www.lanzoub.com/b00nb04xc",
    "respondTime": 2616,
    "ruleBookInfo": {
      "coverUrl": "@js:'http://txfile-30121.sz.gfp.tencent-cloud.com/1645281096012_56839_6f7e08855711f4c7f12d74250566287a.jpg'"
    },
    "ruleContent": {
      "content": "<js>\njp=org.jsoup.Jsoup.parse(result);\ntitle=jp.select('title').text().replace('.txt','');\ninfo=jp.select('.mdo').text();\ninfo=String(info).replace(/♥.*?♥/g,'').replace(/：/g,'：<br>').replace(/○/g,'<br>').replace(/■/g,'');\ndurl=result.match(/var loaddown = '(.*?)';/);\ndurl!=null? du='<br />备用网络导入链接，每次需要刷新/重新下载本章获取最新链接：<br>https://developer.lanzoug.com/file/'+durl[1] : du='';\n\nresult=title+'<br>'+info+du+'<br />所有书源合集(只有最新书源有效)：<br>'+baseUrl.substring(0,24)+'b00nb04xc<br>如果网址打不开，可能是域名出了问题，将网址中的 lanzou* 的*改成[a-z]的某个英文字母，一个一个试，如 w，x等，总有一个能打开。'+'<br />提示：<br>更新目录可以获取最新制作，优化修复和校验过的书源。<br>推荐复制粘贴网络导入链接，进行网络导入。<br>阅读3右上角编辑内容中更容易复制网络导入链接。<br>若链接显示有问题，有可能是替换规则的原因，关闭替换规则就能正常显示。<br>导入书源后会把无效书源顶上去，把它们删除即可。<br>点击章节链接可以跳转网页浏览或用浏览器打开，这时可以下载该书源文件。<br>也可以直接把网络导入链接复制到浏览器下载，之后再找到该书源导入。<br>怎么找到书源下载到内部存储的位置，可以用文件管理器，搜索文件名字，在详情或属性里找路径，之后在阅读软件中进行本地导入，按照这个路径找到该书源文件导入即可。';\n</js>"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "@js:'最新书源兼容阅读3和2'",
      "bookList": "<js>\nlt='ijvwxyabcdefghklmnopqrstuz';\ni=-1;\nwhile(true){\ni>25? i=0:i=i+1;\nhref='https://www.lanzou'+lt.charAt(i)+'.com/';\ntry{\nresult=java.ajax(href+\"b00nb04xc,{'\"+\"headers\"+\"':'\"+'{User-Agent: \"Mozilla/5.0 (Windows NT 10.0; Win64; x64)\"}'+\"'}\");\nif(String(result).length<2000) s=java.base64Decode('ss');\n}catch(e){\nresult=java.ajax(href+\"b00nb04xc\");}\nif(String(result).length>150) break;}\nword=org.jsoup.Jsoup.parse(result).select('#filename').text();\nname=decodeURI(baseUrl.match(/qdbimg_(.*)/)[1]);\nnu=result.match(/♥(.*?)♥/);\nif(nu!=null) uri=href+nu[1];\nelse{\nfbs=java.ajax(href+'icTphzgjxha');\nnu=fbs.match(/♥(.*?)♥/);\nif(nu!=null) uri=href+nu[1];}\nbs=java.ajax(uri);\njp=org.jsoup.Jsoup.parse(bs);\ntitle=jp.select('title').text().replace('.txt','').replace(' - 蓝奏云','');\ninfo=jp.select('.d2 tr').text();\ninfo=String(word+info).replace(/分享用户.*?文件描述：/,'').replace(/♥.*?♥/g,'<br>').replace(/：/g,'：<br>').replace(/○/g,'<br>').replace(/■/g,'');\nresult=String('[{\"title\":\"'+title+'\",\"info\":\"'+info+'\",\"uri\":\"'+uri+'\",\"name\":\"'+name+'\"},{\"title\":\"'+title+'\",\"info\":\"'+info+'\",\"uri\":\"'+String(uri).replace('www','wwi')+'\",\"name\":\"最新书源\"},]');\n</js>$.[*]",
      "bookUrl": "$.uri",
      "coverUrl": "@js:try{s=java.base64Decoder('ss');\nresult='http://txfile-30121.sz.gfp.tencent-cloud.com/1645281096012_56839_6f7e08855711f4c7f12d74250566287a.jpg';\n}catch(e){\nresult='http://txfile-30121.sz.gfp.tencent-cloud.com/1645281096715_54233_aa39496b665328367d6f27f80eb8c09f.jpg';}",
      "intro": "$.info",
      "kind": "$.title",
      "lastChapter": "$.title",
      "name": "$.name"
    },
    "ruleToc": {
      "chapterList": "<js>\nhref=baseUrl.substring(0,24);\ntry{s=java.base64Decoder('ss');flg=false;}catch(e){flg=true;}\nflg? he=\",{'headers':'{User-Agent: \\\\\\\"Mozilla/5.0 (Linux; Android 10.0; wv)\\\\\\\"}'}\" :he=\"@header:{User-Agent:'Mozilla/5.0 (Linux; Android 10.0; wv)'}\";\ntry{\ndata=java.ajax(href+\"b00nb04xc,{'\"+\"headers\"+\"':'\"+'{User-Agent: \"Mozilla/5.0 (Windows NT 10.0; Win64; x64)\"}'+\"'}\");\nif(String(data).length<2000){\ns=java.base64Decode('ss');\n}}catch(e){\ndata=java.ajax(href+\"b00nb04xc\");}\nnu=data.match(/♥(.*?)♥/);\nif(nu==null){\ndata=java.ajax(href+'icTphzgjxha');\nnu=data.match(/♥(.*?)♥/);}\nif(nu!=null){\nuri=href+'tp/'+nu[1];\nif(nu[1]!=baseUrl.substring(24)) result=java.ajax(uri+he);\n\nfin=result.match(/■/);\nnu=result.match(/♥(.*?)♥/);\ntitle=result.match(/<title>(.*?)<\\/title>/)[1];\nresult='[{\"title\":\"'+title+'\",\"info\":\"'+'info'+'\",\"uri\":\"'+uri+'\"},';\nwhile(fin==null){\nif(nu!=null) uri=href+'tp/'+nu[1];\nelse break;\nbs=java.ajax(uri+he);\ntitle=bs.match(/<title>(.*?)<\\/title>/)[1];\nresult=result+'{\"title\":\"'+title+'\",\"info\":\"'+'info'+'\",\"uri\":\"'+uri+'\"},';\nfin=bs.match(/■/);\nnu=bs.match(/♥(.*?)♥/);\n}}else{\ndata=String(data).replace(/var .*? = /,'▲').replace(/var .*? = /,'▼');\nuri=' lx=2&fid=1338342&uid=1017738&pg=1&rep=0&t='+data.match(/▲'(.*?)'/)[1]+'&k='+data.match(/▼'(.*?)'/)[1];\nflg? result=java.post(href+'filemoreajax.php',uri,{}) :result=java.ajax(href+'filemoreajax.php@'+uri);\nresult=String(result).replace(/\"id\":\"/g,',\"uri\":\"'+href+'tp/');}\nresult=String(String(result).replace(/\\.txt/g,'').replace(/ - 蓝奏云/g,'')+']');\n</js>$.text.[*]||$.[*]",
      "chapterName": "$.title||$.name_all",
      "chapterUrl": "$.uri"
    },
    "searchUrl": "https://bookcover.yuewen.com/qdbimg_{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "鬼吹灯",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.cxbz958.info/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1415,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻小说\",\"url\":\"/fenlei/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠小说\",\"url\":\"/fenlei/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市小说\",\"url\":\"/fenlei/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"军史小说\",\"url\":\"/fenlei/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游小说\",\"url\":\"/fenlei/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻小说\",\"url\":\"/fenlei/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖小说\",\"url\":\"/fenlei/7/{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.295}}]",
    "lastUpdateTime": 1721729599752,
    "loginUrl": "",
    "respondTime": 848,
    "ruleBookInfo": {
      "author": "class.small@tag.span.0@text##作 者：",
      "coverUrl": "class.cover@img@src",
      "init": "",
      "intro": "class.intro@textNodes##作者.*|无弹窗.*",
      "kind": "class.info@class.small@tag.span.1@text&&\nclass.info@class.small@tag.span.2@text&&\nclass.info@class.small@tag.span.4@text##分类：|状态：|更新时间：",
      "lastChapter": "class.small@tag.span.5@a@text##百度搜索.*",
      "name": "class.info@h2@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说",
      "wordCount": "class.info@class.small@tag.span.3@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html##http.*html|天才一秒记住.*com|请记住本书首发域.*"
    },
    "ruleExplore": {
      "author": "class.s4@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "",
      "kind": "class.s5@text",
      "lastChapter": "class.s3@a@text",
      "name": "class.s2@a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleSearch": {
      "author": "class.author@text##作者：",
      "bookList": "class.bookbox@class.p10",
      "bookUrl": "class.bookname@tag.a@href",
      "coverUrl": "class.bookimg@img@src",
      "intro": "class.bookinfo@p@text",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@tag.a@text##百度搜索.*",
      "name": "class.bookname@tag.a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleToc": {
      "chapterList": "class.listmain@dd!0:1:2:3:4:5:6:7:8:9:10:11",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/s.php?ie=utf-8&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "注：部分小说可下载到本地，若想下载到本地看，把左上角的类型“文本”改为“文件”。",
    "bookSourceGroup": "免费",
    "bookSourceName": "天平小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.77shuku.net/",
    "customButton": false,
    "customOrder": 1416,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻小说\",\"url\":\"/store/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠小说\",\"url\":\"/store/2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市小说\",\"url\":\"/store/3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"言情小说\",\"url\":\"/store/9_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越小说\",\"url\":\"/store/4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻小说\",\"url\":\"/store/7_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖小说\",\"url\":\"/store/6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游小说\",\"url\":\"/store/8_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"总排行榜\",\"url\":\"/rank/allvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总推荐榜\",\"url\":\"/rank/allvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月排行榜\",\"url\":\"/rank/monthvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周排行榜\",\"url\":\"/rank/weekvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最新入库\",\"url\":\"/rank/postdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"本站推荐\",\"url\":\"/rank/toptime/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总收藏榜\",\"url\":\"/rank/goodnum/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"字数排行\",\"url\":\"/rank/size/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"完结\",\"url\":\"/quanben/allvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}}\n]",
    "lastUpdateTime": 1734624367129,
    "respondTime": 9251,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "downloadUrls": ".zjlist b a@href",
      "intro": "🔔 更新时间：{{@@[property=\"og:novel:update_time\"]@content##\\s##🔸}}\n\n📂 内容简介：{{@@[property=\"og:description\"]@content}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "[property=\"og:url\"]@content",
      "wordCount": ".options span.1@text##.*：|字"
    },
    "ruleContent": {
      "content": "#ChapterContents@textNodes",
      "replaceRegex": "##.*txt下载(.|\\n)*$",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "h4 small@text||.l3@text",
      "bookList": ".shu_box||#articlelist li!0",
      "bookUrl": "a.0@href##.+\\D(\\d+)##http://www.77shuku.net/down/$1",
      "coverUrl": "a.0@href@js:##.+\\D((\\d+)\\d{3})\\D##http://www.77shuku.net/files/article/image/$2/$1/$1s.jpg###",
      "intro": ".intro@text",
      "kind": ".l1@text&&.l7@text",
      "lastChapter": ".l4@text",
      "name": "h4 a@text||.l2@text",
      "wordCount": ".l5@text"
    },
    "ruleSearch": {
      "author": "td.5@text",
      "bookList": "tr!0",
      "bookUrl": "a.1@href##.+\\D(\\d+)##http://www.77shuku.net/down/$1",
      "coverUrl": "a.1@href@js:##.+\\D((\\d+)\\d{3})\\D##http://www.77shuku.net/files/article/image/$2/$1/$1s.jpg###",
      "intro": "",
      "kind": "td.6:4@text",
      "lastChapter": "td.3@text",
      "name": "td.2@text",
      "wordCount": "td.7@text"
    },
    "ruleToc": {
      "chapterList": "dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.77shuku.net/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "未来天王",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.weilaitianwang.org/",
    "customButton": false,
    "customOrder": 1417,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"最近更新\",\"url\":\"/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻奇幻\",\"url\":\"/xuanhuanxiaoshuo/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修真仙侠\",\"url\":\"/xiuzhenxiaoshuo/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市青春\",\"url\":\"/dushixiaoshuo/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史穿越\",\"url\":\"/chuanyuexiaoshuo/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游竞技\",\"url\":\"/wangyouxiaoshuo/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻灵异\",\"url\":\"/kehuanxiaoshuo/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他小说\",\"url\":\"/qitaxiaoshuo/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完本小说\",\"url\":\"/wanben/1_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1733127678229,
    "respondTime": 1767,
    "ruleBookInfo": {
      "author": "id.bookdetail.0@id.info.0@tag.p.0@tag.a.0@text",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "id.bookdetail.0@id.intro.0@textNodes",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "id.bookdetail.0@id.info.0@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@html",
      "replaceRegex": "##.*天才一秒记住本.*\\s|.*最快更新.*无广告.*\\s|最新网址.*|章节错误.*"
    },
    "ruleExplore": {
      "author": "class.s4.0@text",
      "bookList": "id.newscontent.0@class.l.0@tag.li",
      "bookUrl": "class.s2.0@tag.a.0@href",
      "kind": "class.s1.0@text##\\[|\\]",
      "lastChapter": "class.s3.0@tag.a.0@text",
      "name": "class.s2.0@tag.a.0@text"
    },
    "ruleSearch": {
      "author": "class.s4@text",
      "bookList": "class.novelslist2@tag.li.!0",
      "bookUrl": "class.s2@tag.a.0@href",
      "checkKeyWord": "失落文明",
      "coverUrl": "class.s2@tag.a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\nsource.bookSourceUrl + 'files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "class.s3@text",
      "name": "class.s2@text"
    },
    "ruleToc": {
      "chapterList": "id.list.0@tag.dd.!11",
      "chapterName": "tag.a.0@text",
      "chapterUrl": "tag.a.0@href"
    },
    "searchUrl": "/search.html?name={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "漫画",
    "bookSourceName": "✐ 新漫画",
    "bookSourceType": 2,
    "bookSourceUrl": "https://xapi.xinmanhua.net♤Haxc",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1418,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部::https://xapi.xinmanhua.net/search/catalog?keyword=all&ischarge=2&isfinish=2&order=0&page={{page}}\n治愈::https://xapi.xinmanhua.net/search/catalog?keyword=治愈&page={{page}}\n日常::https://xapi.xinmanhua.net/search/catalog?keyword=日常&page={{page}}\n都市::https://xapi.xinmanhua.net/search/catalog?keyword=都市&page={{page}}\n悬疑::https://xapi.xinmanhua.net/search/catalog?keyword=悬疑&page={{page}}\n科幻::https://xapi.xinmanhua.net/search/catalog?keyword=科幻&page={{page}}\n奇幻::https://xapi.xinmanhua.net/search/catalog?keyword=奇幻&page={{page}}\n热血::https://xapi.xinmanhua.net/search/catalog?keyword=热血&page={{page}}\n武侠::https://xapi.xinmanhua.net/search/catalog?keyword=武侠&page={{page}}\n古风::https://xapi.xinmanhua.net/search/catalog?keyword=古风&page={{page}}\n恋爱::https://xapi.xinmanhua.net/search/catalog?keyword=恋爱&page={{page}}\n少年::https://xapi.xinmanhua.net/search/catalog?keyword=少年&page={{page}}\n日漫::https://xapi.xinmanhua.net/search/catalog?keyword=日漫&page={{page}}\n原创::https://xapi.xinmanhua.net/search/catalog?keyword=原创&page={{page}}",
    "header": "{\n  \"User-Agent\": \"okhttp/3.10.0\"\n}",
    "lastUpdateTime": 1728717432248,
    "loginUrl": "",
    "respondTime": 965,
    "ruleBookInfo": {
      "intro": "@JSon:$.data.attributes.intro&&$.data.attributes.description"
    },
    "ruleContent": {
      "content": "$.data[*].attributes.url\n@js:list=result.split('\\n');\nlist.map(x=>'<img src=\"'+x+'\">').join('\\n')",
      "imageStyle": "FULL",
      "webJs": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "@JSon:$.attributes.author",
      "bookList": "@JSon:$.data.*",
      "bookUrl": "https://xapi.xinmanhua.net/worksinfos/{$.attributes.wid}?include=chapters.digests",
      "coverUrl": "@JSon:$.attributes.logo_detail",
      "kind": "@JSon:$.attributes.workscate",
      "lastChapter": "@JSon:$.attributes.lastctitle",
      "name": "@JSon:$.attributes.title"
    },
    "ruleToc": {
      "chapterList": "$.included.*",
      "chapterName": "$.attributes.title&&$.attributes.intro",
      "chapterUrl": "https://xapi.xinmanhua.net/chapters/{$.id}/qualitywebs"
    },
    "searchUrl": "https://xapi.xinmanhua.net/search/selfdefine,{\n  \"method\": \"POST\",\n  \"body\": \"keyword={{key}}&page={{page}}\"\n}",
    "weight": 57
  },
  {
    "bookSourceGroup": "漫画",
    "bookSourceName": "新爱漫画（优+）",
    "bookSourceType": 2,
    "bookSourceUrl": "https://xapi.xinmanhua.net#♤Haxc",
    "customButton": false,
    "customOrder": 1419,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部::https://xapi.xinmanhua.net/search/catalog?keyword=all&ischarge=2&isfinish=2&order=0&page={{page}}\n治愈::https://xapi.xinmanhua.net/search/catalog?keyword=治愈&page={{page}}\n日常::https://xapi.xinmanhua.net/search/catalog?keyword=日常&page={{page}}\n都市::https://xapi.xinmanhua.net/search/catalog?keyword=都市&page={{page}}\n悬疑::https://xapi.xinmanhua.net/search/catalog?keyword=悬疑&page={{page}}\n科幻::https://xapi.xinmanhua.net/search/catalog?keyword=科幻&page={{page}}\n奇幻::https://xapi.xinmanhua.net/search/catalog?keyword=奇幻&page={{page}}\n热血::https://xapi.xinmanhua.net/search/catalog?keyword=热血&page={{page}}\n武侠::https://xapi.xinmanhua.net/search/catalog?keyword=武侠&page={{page}}\n古风::https://xapi.xinmanhua.net/search/catalog?keyword=古风&page={{page}}\n恋爱::https://xapi.xinmanhua.net/search/catalog?keyword=恋爱&page={{page}}\n少年::https://xapi.xinmanhua.net/search/catalog?keyword=少年&page={{page}}\n日漫::https://xapi.xinmanhua.net/search/catalog?keyword=日漫&page={{page}}\n原创::https://xapi.xinmanhua.net/search/catalog?keyword=原创&page={{page}}",
    "header": "{\n  \"User-Agent\": \"okhttp/3.10.0\"\n}",
    "lastUpdateTime": 1758062550845,
    "respondTime": 983,
    "ruleBookInfo": {
      "intro": "@JSon:$.data.attributes.intro&&$.data.attributes.description"
    },
    "ruleContent": {
      "content": "$.data[*].attributes.url\n@js:list=result.split('\\n');\nlist.map(x=>'<img src=\"'+x+'\">').join('\\n')",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "@JSon:$.attributes.author",
      "bookList": "@JSon:$.data.*",
      "bookUrl": "https://xapi.xinmanhua.net/worksinfos/{$.attributes.wid}?include=chapters.digests",
      "coverUrl": "@JSon:$.attributes.logo_detail",
      "kind": "@JSon:$.attributes.workscate",
      "lastChapter": "@JSon:$.attributes.lastctitle",
      "name": "@JSon:$.attributes.title"
    },
    "ruleToc": {
      "chapterList": "$.included.*",
      "chapterName": "$.attributes.title&&$.attributes.intro",
      "chapterUrl": "https://xapi.xinmanhua.net/chapters/{$.id}/qualitywebs"
    },
    "searchUrl": "https://xapi.xinmanhua.net/search/selfdefine,{\n  \"method\": \"POST\",\n  \"body\": \"keyword={{key}}&page={{page}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.biqusa.com/#pb1101",
    "bookUrlPattern": "https://www.biqusa.com/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 1420,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/xuanhuanxiaoshuo/1_{{page}}.html\n修真小说::/xiuzhenxiaoshuo/2_{{page}}.html\n都市小说::/dushixiaoshuo/3_{{page}}.html\n穿越小说::/chuanyuexiaoshuo/4_{{page}}.html\n网游小说::/wangyouxiaoshuo/5_{{page}}.html\n科幻小说::/kehuanxiaoshuo/6_{{page}}.html\n其它小说::/qitaxiaoshuo/7_{{page}}.html",
    "lastUpdateTime": 1734879661037,
    "loginUrl": "",
    "respondTime": 3877,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@a@text",
      "coverUrl": "id.fmimg@img@src",
      "intro": "id.intro@text",
      "kind": "id.info@tag.p.2@text##最后更新：",
      "lastChapter": "id.info@tag.p.3@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "id.bookdetail@id.info@h1@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节"
    },
    "ruleContent": {
      "content": "id.content@textNodes##本小说.*无广告免费阅读。|：。："
    },
    "ruleExplore": {
      "author": "class.s4@a@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@tag.a@href",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.biqusa.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "class.s5@text",
      "lastChapter": "class.s3@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.s2@a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节"
    },
    "ruleSearch": {
      "author": "class.s4@a@text",
      "bookList": "class.novelslist2@ul@li",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.biqusa.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "class.s6@text",
      "lastChapter": "class.s3@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.s2@a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节"
    },
    "ruleToc": {
      "chapterList": "//*[@id=\"list\"]//dt[2]/following-sibling::dd/a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.biqusa.com/search.html?name={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "漫画",
    "bookSourceName": "漫客栈",
    "bookSourceType": 2,
    "bookSourceUrl": "http://comic.mkzhan.comHaxc",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1421,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "热门人气::https://comic.mkzcdn.com/search/filter/?order=1&page_num={{page}}&page_size=12\n更新时间::https://comic.mkzcdn.com/search/filter/?order=2&page_num={{page}}&page_size=12\n连载::https://comic.mkzcdn.com/search/filter/?finish=1&page_num={{page}}&page_size=12\n完结::https://comic.mkzcdn.com/search/filter/?finish=2&page_num={{page}}&page_size=12\n霸总::https://comic.mkzcdn.com/search/filter/?theme_id=1&page_num={{page}}&page_size=12\n修真::https://comic.mkzcdn.com/search/filter/?theme_id=2&page_num={{page}}&page_size=12\n恋爱::https://comic.mkzcdn.com/search/filter/?theme_id=3&page_num={{page}}&page_size=12\n校园::https://comic.mkzcdn.com/search/filter/?theme_id=4&page_num={{page}}&page_size=12\n冒险::https://comic.mkzcdn.com/search/filter/?theme_id=5&page_num={{page}}&page_size=12\n搞笑::https://comic.mkzcdn.com/search/filter/?theme_id=6&page_num={{page}}&page_size=12\n生活::https://comic.mkzcdn.com/search/filter/?theme_id=7&page_num={{page}}&page_size=12\n热血::https://comic.mkzcdn.com/search/filter/?theme_id=8&page_num={{page}}&page_size=12\n架空::https://comic.mkzcdn.com/search/filter/?theme_id=9&page_num={{page}}&page_size=12\n后宫::https://comic.mkzcdn.com/search/filter/?theme_id=10&page_num={{page}}&page_size=12\n耽美::https://comic.mkzcdn.com/search/filter/?theme_id=11&page_num={{page}}&page_size=12\n玄幻::https://comic.mkzcdn.com/search/filter/?theme_id=12&page_num={{page}}&page_size=12\n悬疑::https://comic.mkzcdn.com/search/filter/?theme_id=13&page_num={{page}}&page_size=12\n恐怖::https://comic.mkzcdn.com/search/filter/?theme_id=14&page_num={{page}}&page_size=12\n灵异::https://comic.mkzcdn.com/search/filter/?theme_id=15&page_num={{page}}&page_size=12\n动作::https://comic.mkzcdn.com/search/filter/?theme_id=16&page_num={{page}}&page_size=12\n科幻::https://comic.mkzcdn.com/search/filter/?theme_id=17&page_num={{page}}&page_size=12\n战争::https://comic.mkzcdn.com/search/filter/?theme_id=18&page_num={{page}}&page_size=12\n古风::https://comic.mkzcdn.com/search/filter/?theme_id=19&page_num={{page}}&page_size=12\n穿越::https://comic.mkzcdn.com/search/filter/?theme_id=20&page_num={{page}}&page_size=12\n竞技::https://comic.mkzcdn.com/search/filter/?theme_id=21&page_num={{page}}&page_size=12\n百合::https://comic.mkzcdn.com/search/filter/?theme_id=22&page_num={{page}}&page_size=12\n励志::https://comic.mkzcdn.com/search/filter/?theme_id=23&page_num={{page}}&page_size=12\n同人::https://comic.mkzcdn.com/search/filter/?theme_id=24&page_num={{page}}&page_size=12\n真人::https://comic.mkzcdn.com/search/filter/?theme_id=26&page_num={{page}}&page_size=12\n少年::https://comic.mkzcdn.com/search/filter/?audience=1&page_num={{page}}&page_size=12\n少女::https://comic.mkzcdn.com/search/filter/?audience=2&page_num={{page}}&page_size=12\n青年::https://comic.mkzcdn.com/search/filter/?audience=3&page_num={{page}}&page_size=12\n少儿::https://comic.mkzcdn.com/search/filter/?audience=4&page_num={{page}}&page_size=12\n独家::https://comic.mkzcdn.com/search/filter/?copyright=1&page_num={{page}}&page_size=12\n合作::https://comic.mkzcdn.com/search/filter/?copyright=2&page_num={{page}}&page_size=12\n免费::https://comic.mkzcdn.com/search/filter/?is_free=1&page_num={{page}}&page_size=12\n付费::https://comic.mkzcdn.com/search/filter/?is_fee=1&page_num={{page}}&page_size=12\nVIP::https://comic.mkzcdn.com/search/filter/?is_vip=1&page_num={{page}}&page_size=12",
    "header": "{\n  \"User-Agent\": \"okhttp/3.11.0\"\n}",
    "lastUpdateTime": 1728717205552,
    "loginUrl": "",
    "respondTime": 3565,
    "ruleBookInfo": {
      "author": "@get:{author}",
      "coverUrl": "",
      "intro": "$.data.content",
      "lastChapter": "$.data.chapter_title",
      "name": "$.data.title",
      "tocUrl": "https://comic.mkzhan.com/chapter/?comic_id={$.data.comic_id}"
    },
    "ruleContent": {
      "content": "@js:\njava.getStringList(\"$.data.page[*]image\").toArray().map\n(a=>'<img src=\"'+a+'\">').join(\"\\n\")",
      "imageStyle": "FULL",
      "nextContentUrl": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.author_title@put:{author:$.author_title}",
      "bookList": "$.data.list.*",
      "bookUrl": "https://comic.mkzhan.com/comic/info/?comic_id={$.comic_id}",
      "coverUrl": "$.cover@js:result.replace(/\\.(jpg|JPG).*/g,\".$1!cover-400\")",
      "lastChapter": "$.chapter_title",
      "name": "$.title@put:{comic_id:$.comic_id}"
    },
    "ruleToc": {
      "chapterList": "$.data",
      "chapterName": "$.title",
      "chapterUrl": "https://comic.mkzhan.com/chapter/content/v1/?chapter_id={{$.chapter_id}}&comic_id=@get:{comic_id}&format=1&quality=1&sign=0&type=1&uid=0",
      "isVip": "$.is_vip",
      "nextTocUrl": "",
      "updateTime": "$.change_time@js:result==0?'':java.timeFormat(result*1000)"
    },
    "searchUrl": "https://comic.mkzhan.com/search/keyword/?keyword={{key}}&page_num={{page}}&page_size=20",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "漫画",
    "bookSourceName": "彩绘漫画（优）",
    "bookSourceType": 2,
    "bookSourceUrl": "https://m.kanman.comHaxc",
    "customButton": false,
    "customOrder": 1422,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "人气::https://m.kanman.com/api/getsortlist/?comic_sort=&orderby=click&search_type=&search_key=&page={{page}}&size=48\n更新::https://m.kanman.com/api/getsortlist/?comic_sort=&orderby=date&search_type=&search_key=&page={{page}}&size=48\n评分::https://m.kanman.com/api/getsortlist/?comic_sort=&orderby=score&search_type=&search_key=&page={{page}}&size=48\n收藏::https://m.kanman.com/api/getsortlist/?comic_sort=&orderby=shoucang&search_type=&search_key=&page={{page}}&size=48\n热血::https://m.kanman.com/api/getsortlist/?comic_sort=rexue&orderby=&search_type=&search_key=&page={{page}}&size=48\n机战::https://m.kanman.com/api/getsortlist/?comic_sort=jizhan&orderby=&search_type=&search_key=&page={{page}}&size=48\n运动::https://m.kanman.com/api/getsortlist/?comic_sort=yundong&orderby=&search_type=&search_key=&page={{page}}&size=48\n推理::https://m.kanman.com/api/getsortlist/?comic_sort=tuili&orderby=&search_type=&search_key=&page={{page}}&size=48\n冒险::https://m.kanman.com/api/getsortlist/?comic_sort=maoxian&orderby=&search_type=&search_key=&page={{page}}&size=48\n搞笑::https://m.kanman.com/api/getsortlist/?comic_sort=gaoxiao&orderby=&search_type=&search_key=&page={{page}}&size=48\n战争::https://m.kanman.com/api/getsortlist/?comic_sort=zhanzhen&orderby=&search_type=&search_key=&page={{page}}&size=48\n神魔::https://m.kanman.com/api/getsortlist/?comic_sort=shenmo&orderby=&search_type=&search_key=&page={{page}}&size=48\n忍者::https://m.kanman.com/api/getsortlist/?comic_sort=renzhe&orderby=&search_type=&search_key=&page={{page}}&size=48\n竞技::https://m.kanman.com/api/getsortlist/?comic_sort=jingji&orderby=&search_type=&search_key=&page={{page}}&size=48\n悬疑::https://m.kanman.com/api/getsortlist/?comic_sort=xuanyi&orderby=&search_type=&search_key=&page={{page}}&size=48\n社会::https://m.kanman.com/api/getsortlist/?comic_sort=shehui&orderby=&search_type=&search_key=&page={{page}}&size=48\n恋爱::https://m.kanman.com/api/getsortlist/?comic_sort=lianai&orderby=&search_type=&search_key=&page={{page}}&size=48\n宠物::https://m.kanman.com/api/getsortlist/?comic_sort=chongwu&orderby=&search_type=&search_key=&page={{page}}&size=48\n吸血::https://m.kanman.com/api/getsortlist/?comic_sort=xixue&orderby=&search_type=&search_key=&page={{page}}&size=48\n萝莉::https://m.kanman.com/api/getsortlist/?comic_sort=luoli&orderby=&search_type=&search_key=&page={{page}}&size=48\n后宫::https://m.kanman.com/api/getsortlist/?comic_sort=hougong&orderby=&search_type=&search_key=&page={{page}}&size=48\n御姐::https://m.kanman.com/api/getsortlist/?comic_sort=yujie&orderby=&search_type=&search_key=&page={{page}}&size=48\n霸总::https://m.kanman.com/api/getsortlist/?comic_sort=bazong&orderby=&search_type=&search_key=&page={{page}}&size=48\n玄幻::https://m.kanman.com/api/getsortlist/?comic_sort=xuanhuan&orderby=&search_type=&search_key=&page={{page}}&size=48\n古风::https://m.kanman.com/api/getsortlist/?comic_sort=gufeng&orderby=&search_type=&search_key=&page={{page}}&size=48\n历史::https://m.kanman.com/api/getsortlist/?comic_sort=lishi&orderby=&search_type=&search_key=&page={{page}}&size=48\n漫改::https://m.kanman.com/api/getsortlist/?comic_sort=mangai&orderby=&search_type=&search_key=&page={{page}}&size=48\n游戏::https://m.kanman.com/api/getsortlist/?comic_sort=youxi&orderby=&search_type=&search_key=&page={{page}}&size=48\n穿越::https://m.kanman.com/api/getsortlist/?comic_sort=chuanyue&orderby=&search_type=&search_key=&page={{page}}&size=48\n恐怖::https://m.kanman.com/api/getsortlist/?comic_sort=kongbu&orderby=&search_type=&search_key=&page={{page}}&size=48\n真人::https://m.kanman.com/api/getsortlist/?comic_sort=zhenren&orderby=&search_type=&search_key=&page={{page}}&size=48\n科幻::https://m.kanman.com/api/getsortlist/?comic_sort=kehuan&orderby=&search_type=&search_key=&page={{page}}&size=48\n都市::https://m.kanman.com/api/getsortlist/?comic_sort=dushi&orderby=&search_type=&search_key=&page={{page}}&size=48\n武侠::https://m.kanman.com/api/getsortlist/?comic_sort=wuxia&orderby=&search_type=&search_key=&page={{page}}&size=48\n修真::https://m.kanman.com/api/getsortlist/?comic_sort=xiuzhen&orderby=&search_type=&search_key=&page={{page}}&size=48\n生活::https://m.kanman.com/api/getsortlist/?comic_sort=shenghuo&orderby=&search_type=&search_key=&page={{page}}&size=48\n动作::https://m.kanman.com/api/getsortlist/?comic_sort=dongzuo&orderby=&search_type=&search_key=&page={{page}}&size=48\n防疫::https://m.kanman.com/api/getsortlist/?comic_sort=fangyi&orderby=&search_type=&search_key=&page={{page}}&size=48",
    "lastUpdateTime": 1729749687724,
    "respondTime": 3256,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "kind": "[property=\"og:novel:category\"]@content",
      "lastChapter": ".comic-update-status@text##.*-\\d+ ",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "https://m.kanman.com/api/getchapterlist?product_id=1&productname=kmh&platformname=wap&comic_id=@get:{bid}",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "$.data.current_chapter.chapter_img_list@js:\nheader={\"Referer\":baseUrl};\nheaders={\"headers\":JSON.stringify(header)};\nresult.split(\"\\n\").map(x=>'<img src=\\\"'+x+','+JSON.stringify(headers)+'\\\">').join(\"\\n\")",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.cartoon_author_list_name||$.comic_author",
      "bookList": "$.data.data||$.data",
      "bookUrl": "https://m.kanman.com/{{$.comic_id}}/",
      "coverUrl": "https://image.yqmh.com/mh/{{$.comic_id}}.jpg-300x400.webp",
      "intro": "$.cartoon_desc",
      "kind": "$.comic_type##[a-zA-Z]|\\|",
      "lastChapter": "$.latest_cartoon_topic_name||$.last_chapter_name",
      "name": "$.comic_name@put:{bid:$.comic_id}"
    },
    "ruleToc": {
      "chapterList": "-$.data.[*]",
      "chapterName": "$.chapter_name",
      "chapterUrl": "https://m.kanman.com/api/getchapterinfov2?product_id=1&productname=kmh&platformname=wap&comic_id=@get:{bid}&chapter_newid={{$.chapter_newid}}&isWebp=1&quality=low"
    },
    "searchUrl": "https://m.kanman.com/api/serachcomic/?product_id=1&productname=kmh&platformname=wap&serachKey={{key}}&topNumber=10",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.biqusa.com/#",
    "bookUrlPattern": "https://www.biqusa.com/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 1423,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/xuanhuanxiaoshuo/1_{{page}}.html\n修真小说::/xiuzhenxiaoshuo/2_{{page}}.html\n都市小说::/dushixiaoshuo/3_{{page}}.html\n穿越小说::/chuanyuexiaoshuo/4_{{page}}.html\n网游小说::/wangyouxiaoshuo/5_{{page}}.html\n科幻小说::/kehuanxiaoshuo/6_{{page}}.html\n其它小说::/qitaxiaoshuo/7_{{page}}.html",
    "lastUpdateTime": 1734834500374,
    "loginUrl": "",
    "respondTime": 3740,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@a@text",
      "coverUrl": "id.fmimg@img@src",
      "intro": "id.intro@text",
      "kind": "id.info@tag.p.2@text##最后更新：",
      "lastChapter": "id.info@tag.p.3@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "id.bookdetail@id.info@h1@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节"
    },
    "ruleContent": {
      "content": "id.content@textNodes##本小说.*无广告免费阅读。|：。："
    },
    "ruleExplore": {
      "author": "class.s4@a@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@tag.a@href",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.biqusa.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "class.s5@text",
      "lastChapter": "class.s3@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.s2@a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节"
    },
    "ruleSearch": {
      "author": "class.s4@a@text",
      "bookList": "class.novelslist2@ul@li",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.biqusa.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "class.s6@text",
      "lastChapter": "class.s3@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.s2@a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节"
    },
    "ruleToc": {
      "chapterList": "//*[@id=\"list\"]//dt[2]/following-sibling::dd/a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.biqusa.com/search.html?name={{key}}",
    "weight": 54
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "追光阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "http://touchlife.cootekservice.com/",
    "customButton": false,
    "customOrder": 1424,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"现代都市\",\"url\":\"http://touchlife.cootekservice.com/doReader/get_books_by_classificationId?_token=e72ca407-9caa-475d-a829-46e15d3d4834&classificationId=4\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"东方玄幻\",\"url\":\"http://touchlife.cootekservice.com/doReader/get_books_by_classificationId?_token=e72ca407-9caa-475d-a829-46e15d3d4834&classificationId=13\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠仙侠\",\"url\":\"http://touchlife.cootekservice.com/doReader/get_books_by_classificationId?_token=e72ca407-9caa-475d-a829-46e15d3d4834&classificationId=12\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史架空\",\"url\":\"http://touchlife.cootekservice.com/doReader/get_books_by_classificationId?_token=e72ca407-9caa-475d-a829-46e15d3d4834&classificationId=17\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻末世\",\"url\":\"http://touchlife.cootekservice.com/doReader/get_books_by_classificationId?_token=e72ca407-9caa-475d-a829-46e15d3d4834&classificationId=16\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏竞技\",\"url\":\"http://touchlife.cootekservice.com/doReader/get_books_by_classificationId?_token=e72ca407-9caa-475d-a829-46e15d3d4834&classificationId=18\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"西方玄幻\",\"url\":\"http://touchlife.cootekservice.com/doReader/get_books_by_classificationId?_token=e72ca407-9caa-475d-a829-46e15d3d4834&classificationId=9\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"豪门总裁\",\"url\":\"http://touchlife.cootekservice.com/doReader/get_books_by_classificationId?_token=e72ca407-9caa-475d-a829-46e15d3d4834&classificationId=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代言情\",\"url\":\"http://touchlife.cootekservice.com/doReader/get_books_by_classificationId?_token=e72ca407-9caa-475d-a829-46e15d3d4834&classificationId=5\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"现代言情\",\"url\":\"http://touchlife.cootekservice.com/doReader/get_books_by_classificationId?_token=e72ca407-9caa-475d-a829-46e15d3d4834&classificationId=10\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青春校园\",\"url\":\"http://touchlife.cootekservice.com/doReader/get_books_by_classificationId?_token=e72ca407-9caa-475d-a829-46e15d3d4834&classificationId=6\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠奇缘\",\"url\":\"http://touchlife.cootekservice.com/doReader/get_books_by_classificationId?_token=e72ca407-9caa-475d-a829-46e15d3d4834&classificationId=7\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"婚恋情缘\",\"url\":\"http://touchlife.cootekservice.com/doReader/get_books_by_classificationId?_token=e72ca407-9caa-475d-a829-46e15d3d4834&classificationId=8\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻言情\",\"url\":\"http://touchlife.cootekservice.com/doReader/get_books_by_classificationId?_token=e72ca407-9caa-475d-a829-46e15d3d4834&classificationId=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越重生\",\"url\":\"http://touchlife.cootekservice.com/doReader/get_books_by_classificationId?_token=e72ca407-9caa-475d-a829-46e15d3d4834&classificationId=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1721531373279,
    "respondTime": 1674,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "",
      "intro": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "$..chapterContent"
    },
    "ruleExplore": {
      "author": "bookAuthor",
      "bookList": "result.classificationInfoBooks[*]",
      "bookUrl": "http://touchlife.cootekservice.com/doReader/enter_bookinfo_index?_token=e72ca407-9caa-475d-a829-46e15d3d4834&bookId={$.bookId}",
      "coverUrl": "bookCoverImage",
      "intro": "bookDesc",
      "kind": "bookBClassificationName",
      "name": "bookTitle"
    },
    "ruleSearch": {
      "author": "bookAuthor",
      "bookList": "result",
      "bookUrl": "http://touchlife.cootekservice.com/doReader/enter_bookinfo_index?_token=e72ca407-9caa-475d-a829-46e15d3d4834&bookId={$.bookId}",
      "coverUrl": "bookCoverImage",
      "intro": "bookRecommendWords||bookDesc&&copyright_owner",
      "kind": "bookBClassificationName",
      "name": "bookTitle"
    },
    "ruleToc": {
      "chapterList": "result.detailedBookInfo.bookChapterAllInfo",
      "chapterName": "chapterTitle",
      "chapterUrl": "http://touchlife.cootekservice.com/doReader/get_content_by_chapterId?_token=e72ca407-9caa-475d-a829-46e15d3d4834&bookId={$.bookId}&chapterId={$.chapterId}"
    },
    "searchUrl": "http://touchlife.cootekservice.com/doReader/search_book?_token=e72ca407-9caa-475d-a829-46e15d3d4834&action=search_book&search_keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//by:九梦\n//加载较慢,耐心等待\n//飞读追书重定向：https://www.feiduzhuishu.com\n//本站：https://www.upkj.net",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔞笔趣阁upkj",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.feiduzhuishu.com",
    "customButton": false,
    "customOrder": 1425,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\"title\": \"首页\",\"url\":\"https://www.upkj.net/\"},\n  {\"title\": \"玄幻\",\"url\":\"https://www.upkj.net/xuanhuanxiaoshuo/{{page}}.html\"},\n  {\"title\": \"修真\",\"url\":\"https://www.upkj.net/xiuzhenxiaoshuo/{{page}}.html\"},\n  {\"title\": \"都市\",\"url\":\"https://www.upkj.net/dushixiaoshuo/{{page}}.html\"},\n  {\"title\": \"历史\",\"url\":\"https://www.upkj.net/lishixiaoshuo/{{page}}.html\"},\n  {\"title\": \"网游\",\"url\":\"https://www.upkj.net/wangyouxiaoshuo/{{page}}.html\"},\n  {\"title\": \"科幻\",\"url\":\"https://www.upkj.net/kehuanxiaoshuo/{{page}}.html\"},\n  {\"title\": \"言情\",\"url\":\"https://www.upkj.net/yanqingxiaoshuo/{{page}}.html\"},\n  {\"title\": \"其他\",\"url\":\"https://www.upkj.net/qitaxiaoshuo/{{page}}.html\"}\n]",
    "lastUpdateTime": 1737190558750,
    "respondTime": 33362,
    "ruleBookInfo": {
      "author": "id.info@p.0@a@text",
      "coverUrl": "id.fmimg@div@img@data-original",
      "intro": "id.intro@div@text",
      "kind": "id.info@p.3@text&&id.info@p.6@text",
      "lastChapter": "class.lastchapter visible-xs@div@a@text",
      "name": "id.info@h1@text",
      "tocUrl": "class.readbtn@div@a.1@href",
      "wordCount": "id.info@p.2@text"
    },
    "ruleContent": {
      "content": "#chaptercontent@all##<i.*?([\\dA-Z]{4}).*?i>##%u$1@js:unescape(result)",
      "nextContentUrl": "class.bottem1@div@a.3@href",
      "replaceRegex": "##网站公告：|亲爱的读者朋友们！如果您觉得本站还好，为了避免转马丢失内容，请下载爱读免费小app。下载地址\\:|亲爱的读者朋友们！退出转码阅读完整内容，或请下载爱读免费小说|https\\:\\/\\/cdn.y13398281206.com\\/apk\\/aidufree.apk| 爱读免费小说更好的阅读体验！！！！诚招广告合作：telegram联系@luniuniu9527 笔趣阁提供了饥饿的杰克创作的|《{{book.name}}》|干净清新、无错版纯文字章节：|{{title}}|在线免费阅读。"
    },
    "ruleExplore": {
      "author": "dl@div@a@text",
      "bookList": "class.item@div",
      "bookUrl": "div@a@href",
      "coverUrl": "div@a@img@data-original",
      "intro": "dl@dd@text",
      "name": "dl@dt@a@text",
      "wordCount": "dl@div@em.0@text"
    },
    "ruleSearch": {
      "author": "dl@div@a@text",
      "bookList": "class.item@div",
      "bookUrl": "div@a@href",
      "checkKeyWord": "我的",
      "coverUrl": "div@a@img@data-original",
      "intro": "dl@dd@text",
      "name": "dl@dt@a@text",
      "wordCount": "dl@div@em.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list@div@dl@div~a",
      "chapterName": "a@dd@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "/search.php?keyword={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "笔尚小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.bsxiaoshuo.com/",
    "customButton": false,
    "customOrder": 1426,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"悬疑\",\"url\":\"/nangui_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"历史\",\"url\":\"/lishi_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"/xuanhuan_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻\",\"url\":\"/kehuan_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"网游\",\"url\":\"/wangyou_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"二次\",\"url\":\"/erciyuan_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代\",\"url\":\"/xianyan_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代\",\"url\":\"/guyan_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"幻想\",\"url\":\"/huanyan_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"/lingyan_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"都市\",\"url\":\"/doushi_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.29}}]",
    "lastUpdateTime": 1705306212581,
    "loginUrl": "https://www.bsxiaoshuo.com/user/",
    "respondTime": 1337,
    "ruleBookInfo": {
      "author": ".name strong@text",
      "coverUrl": ".pic img@src",
      "intro": ".summary@ownText##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".cate@text&&h4 .time@text##\\s.*",
      "lastChapter": "h4 a@text##>>",
      "name": "h2@text",
      "tocUrl": ".index@href",
      "wordCount": ".words@text##字"
    },
    "ruleContent": {
      "content": ".page-content@html"
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": "tbody tr",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##/(\\d+)##https://imgc.bsxiaoshuo.com/$1.jpg",
      "kind": "td.4@text##\\s.*",
      "lastChapter": "a.1@text",
      "name": "a.0@text",
      "wordCount": "td.3@text"
    },
    "ruleSearch": {
      "author": "p.1@textNodes",
      "bookList": "#j li",
      "bookUrl": "a@href",
      "coverUrl": "a@href##/(\\d+)##https://imgz.bsxiaoshuo.com/$1.jpg",
      "intro": "p.0@text",
      "kind": "s@text",
      "name": "b@text"
    },
    "ruleToc": {
      "chapterList": ".float-list li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "isVip": "##isvip##🔒###",
      "updateTime": "span@text"
    },
    "searchUrl": "s.php?sid=3&k={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "香书小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.ibiquges.com/",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1427,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻小说\",\"url\":\"/fenlei/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修真小说\",\"url\":\"/fenlei/2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市小说\",\"url\":\"/fenlei/3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越小说\",\"url\":\"/fenlei/4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游小说\",\"url\":\"/fenlei/5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻小说\",\"url\":\"/fenlei/6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "",
    "lastUpdateTime": 1734840815349,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 2050,
    "ruleBookInfo": {
      "author": "//meta[@property='og:novel:author']/@content",
      "coverUrl": "//meta[@property='og:image']/@content",
      "intro": "//meta[@property='og:description']/@content",
      "kind": "[property~=status|category|update_time]@content&&id.info@p.2@text##.*：",
      "lastChapter": "id.info.0@tag.a.-1@text",
      "name": "//meta[@property='og:novel:book_name']/@content"
    },
    "ruleContent": {
      "content": "id.content.0@textNodes",
      "replaceRegex": "##.*第.*章.*\\s"
    },
    "ruleExplore": {
      "author": "class.s5.0@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2.0@tag.a.0@href",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "class.s3.0@tag.a.0@text",
      "name": "class.s2.0@tag.a.0@text"
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "tag.tbody.0@tag.tr.!0",
      "bookUrl": "tag.td.0@tag.a.0@href",
      "coverUrl": "tag.td.0@tag.a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\nsource.bookSourceUrl + 'files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "",
      "lastChapter": "tag.td.1@text",
      "name": "tag.td.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list.0@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/waps.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "备用地址：https://sma.yueyouxs.com",
    "bookSourceGroup": "免费",
    "bookSourceName": "阅友小说 #一程",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.suixkan.com#♤yc",
    "customButton": false,
    "customOrder": 1428,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"推荐\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"重磅推荐\",\"url\":\"/l/s/28/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"男生必读\",\"url\":\"/l/s/29/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"女生爱看\",\"url\":\"/l/s/30/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"小编推荐\",\"url\":\"/l/s/31/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"男频\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"都市人生\",\"url\":\"/l/f/1100/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/l/f/1101/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"/l/f/1102/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"军事历史\",\"url\":\"/l/f/1103/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻末世\",\"url\":\"/l/f/1104/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"游戏体育\",\"url\":\"/l/f/1105/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"热血青春\",\"url\":\"/l/f/1106/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑灵异\",\"url\":\"/l/f/1107/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"脑洞大开\",\"url\":\"/l/f/1108/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"女频\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"现代言情\",\"url\":\"/l/f/2100/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代言情\",\"url\":\"/l/f/2101/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"幻想言情\",\"url\":\"/l/f/2102/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"\",\"url\":\"/l/f/2103/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越时空\",\"url\":\"/l/f/2104/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"宫闱争斗\",\"url\":\"/l/f/2105/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"豪门总裁\",\"url\":\"/l/f/2106/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"婚恋爱情\",\"url\":\"/l/f/2107/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"经商种田\",\"url\":\"/l/f/2108/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"图书\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"出版读物\",\"url\":\"/l/f/3101/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"文学小说\",\"url\":\"/l/f/3102/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代典籍\",\"url\":\"/l/f/3103/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1748426392462,
    "respondTime": 1268,
    "ruleBookInfo": {
      "author": ".face-info span.0@text##.*：",
      "coverUrl": ".face-cover img@src",
      "intro": "#intro@html",
      "kind": ".face-info span.1:3@text##.*：",
      "lastChapter": ".chapter-entrance@text",
      "name": ".face-info-title@text",
      "tocUrl": ".sumchapter a@href",
      "wordCount": ".face-info span.2@text##.*："
    },
    "ruleContent": {
      "content": ".con@html",
      "replaceRegex": "##[\\(（]本章未完.*[）\\)]|[\\(（]本章完[）\\)]"
    },
    "ruleExplore": {
      "author": ".v-author@text##\\s",
      "bookList": ".v-list-item",
      "bookUrl": "@onclick@js:result.match(/\\('(.*?)'\\)/)[1]",
      "coverUrl": "img@src",
      "intro": ".v-intro@text",
      "name": ".v-title@text",
      "wordCount": ".v-words@text"
    },
    "ruleSearch": {
      "author": ".v-author@text##\\s",
      "bookList": ".v-list-item",
      "bookUrl": "@onclick@js:result.match(/\\('(.*?)', '', ''\\)/)[1]",
      "coverUrl": "img@src",
      "intro": ".v-intro@text",
      "kind": ".base-label@text",
      "name": ".v-title@text",
      "wordCount": ".v-words@text"
    },
    "ruleToc": {
      "chapterList": ".catalog_ls li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/s/1.html?keyword={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "㊣梧桐中文 #一程1201",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.wtzw.com#yc1101",
    "customButton": false,
    "customOrder": 1429,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"都市生活\",\"url\":\"/shuku.html?category=3&p={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"历史小说\",\"url\":\"/shuku.html?category=6&p={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"历史传奇\",\"url\":\"/shuku.html?category=15&p={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"青春校园\",\"url\":\"/shuku.html?category=18&p={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1673421777558,
    "respondTime": 2714,
    "ruleBookInfo": {
      "author": ".sName@text",
      "coverUrl": ".w_pic@img@src",
      "intro": "🔖  {{@.w_txt li.4@textNodes}}{{'\\n'+'​'}}\n{{@.pWorkInformation@html}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".w_txt li.1@textNodes&&.li_tit i@text&&.li_upDate@textNodes##\\s..:.*",
      "lastChapter": ".li_upDate a.0@text",
      "name": ".li_tit a@text",
      "wordCount": ".w_txt li.2@textNodes"
    },
    "ruleContent": {
      "content": ".article@html",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "author": "span.1@text##\\s.*",
      "bookList": ".w_picTxt_lr li",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "span.2@text",
      "kind": "span.1@text",
      "lastChapter": "span.3@text##.*\\s|更新",
      "name": "a.1@text",
      "wordCount": "span.3@text##\\s.*"
    },
    "ruleSearch": {
      "author": "span.1@textNodes",
      "bookList": ".w_picTxt_lr li",
      "bookUrl": "a.1@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "intro": "span.6@text",
      "kind": "span.4:2@textNodes",
      "lastChapter": "a.2@text##\\s..:.*",
      "name": "a.1@text",
      "wordCount": "span.3@textNodes"
    },
    "ruleToc": {
      "chapterList": ".w_ulTxt li a",
      "chapterName": "textNodes",
      "chapterUrl": "href",
      "isVip": "i@text",
      "updateTime": ""
    },
    "searchUrl": "/search-{{key}}.html?p={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "鬼吹灯",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.cxbz.org",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1430,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1724756098763,
    "loginUrl": "",
    "respondTime": 14393,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "downloadUrls": "",
      "intro": "[property=\"og:description\"]@content",
      "kind": "meta[property~=category|status|update_time]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "div[id=\"nr1\"]@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##{{chapter.title}}.*\\n*"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "text.作者@text##作者：",
      "bookList": ".article>div[class=\"block\"]",
      "bookUrl": "##<a.*?href=\"([^\"]+)\"##$1###",
      "checkKeyWord": "异界",
      "coverUrl": "##<img.*?src=\"([^\"]+)\"##$1###",
      "intro": "",
      "kind": "text.分类@text##分类：",
      "lastChapter": "text.最新章节@text##最新章节：",
      "name": "h2>a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ":<li[^>]*><a[^\"]+\"([^\"]+)\"[^>]*>([^<]+)",
      "chapterName": "$2",
      "chapterUrl": "$1",
      "nextTocUrl": "##href=\"([^\"]+)\"[^>]*>下一页<##$1###"
    },
    "searchUrl": "http://m.cxbz958.org/s.php?submit=&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "♜ ✎笔趣阁⑨③ #破冰",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.biqusa.com/#♤pb",
    "bookUrlPattern": "https://www.biqusa.com/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 1431,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/xuanhuanxiaoshuo/1_{{page}}.html\n修真小说::/xiuzhenxiaoshuo/2_{{page}}.html\n都市小说::/dushixiaoshuo/3_{{page}}.html\n穿越小说::/chuanyuexiaoshuo/4_{{page}}.html\n网游小说::/wangyouxiaoshuo/5_{{page}}.html\n科幻小说::/kehuanxiaoshuo/6_{{page}}.html\n其它小说::/qitaxiaoshuo/7_{{page}}.html",
    "lastUpdateTime": 1723435984358,
    "loginUrl": "",
    "respondTime": 2475,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@a@text",
      "coverUrl": "id.fmimg@img@src",
      "intro": "id.intro@text",
      "kind": "id.info@tag.p.2@text##最后更新：",
      "lastChapter": "id.info@tag.p.3@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "id.bookdetail@id.info@h1@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节"
    },
    "ruleContent": {
      "content": "id.content@textNodes##本小说.*无广告免费阅读。|：。："
    },
    "ruleExplore": {
      "author": "class.s4@a@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@tag.a@href",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.biqusa.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "class.s5@text",
      "lastChapter": "class.s3@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.s2@a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节"
    },
    "ruleSearch": {
      "author": "class.s4@a@text",
      "bookList": "class.novelslist2@ul@li",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.biqusa.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "class.s6@text",
      "lastChapter": "class.s3@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.s2@a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节"
    },
    "ruleToc": {
      "chapterList": "//*[@id=\"list\"]//dt[2]/following-sibling::dd/a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.biqusa.com/search.html?name={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "漫画",
    "bookSourceName": "爱看漫画",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.kanman.com♤Haxc",
    "customButton": false,
    "customOrder": 1432,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "人气::https://m.kanman.com/api/getsortlist/?comic_sort=&orderby=click&search_type=&search_key=&page={{page}}&size=48\n更新::https://m.kanman.com/api/getsortlist/?comic_sort=&orderby=date&search_type=&search_key=&page={{page}}&size=48\n评分::https://m.kanman.com/api/getsortlist/?comic_sort=&orderby=score&search_type=&search_key=&page={{page}}&size=48\n收藏::https://m.kanman.com/api/getsortlist/?comic_sort=&orderby=shoucang&search_type=&search_key=&page={{page}}&size=48\n热血::https://m.kanman.com/api/getsortlist/?comic_sort=rexue&orderby=&search_type=&search_key=&page={{page}}&size=48\n机战::https://m.kanman.com/api/getsortlist/?comic_sort=jizhan&orderby=&search_type=&search_key=&page={{page}}&size=48\n运动::https://m.kanman.com/api/getsortlist/?comic_sort=yundong&orderby=&search_type=&search_key=&page={{page}}&size=48\n推理::https://m.kanman.com/api/getsortlist/?comic_sort=tuili&orderby=&search_type=&search_key=&page={{page}}&size=48\n冒险::https://m.kanman.com/api/getsortlist/?comic_sort=maoxian&orderby=&search_type=&search_key=&page={{page}}&size=48\n搞笑::https://m.kanman.com/api/getsortlist/?comic_sort=gaoxiao&orderby=&search_type=&search_key=&page={{page}}&size=48\n战争::https://m.kanman.com/api/getsortlist/?comic_sort=zhanzhen&orderby=&search_type=&search_key=&page={{page}}&size=48\n神魔::https://m.kanman.com/api/getsortlist/?comic_sort=shenmo&orderby=&search_type=&search_key=&page={{page}}&size=48\n忍者::https://m.kanman.com/api/getsortlist/?comic_sort=renzhe&orderby=&search_type=&search_key=&page={{page}}&size=48\n竞技::https://m.kanman.com/api/getsortlist/?comic_sort=jingji&orderby=&search_type=&search_key=&page={{page}}&size=48\n悬疑::https://m.kanman.com/api/getsortlist/?comic_sort=xuanyi&orderby=&search_type=&search_key=&page={{page}}&size=48\n社会::https://m.kanman.com/api/getsortlist/?comic_sort=shehui&orderby=&search_type=&search_key=&page={{page}}&size=48\n恋爱::https://m.kanman.com/api/getsortlist/?comic_sort=lianai&orderby=&search_type=&search_key=&page={{page}}&size=48\n宠物::https://m.kanman.com/api/getsortlist/?comic_sort=chongwu&orderby=&search_type=&search_key=&page={{page}}&size=48\n吸血::https://m.kanman.com/api/getsortlist/?comic_sort=xixue&orderby=&search_type=&search_key=&page={{page}}&size=48\n萝莉::https://m.kanman.com/api/getsortlist/?comic_sort=luoli&orderby=&search_type=&search_key=&page={{page}}&size=48\n后宫::https://m.kanman.com/api/getsortlist/?comic_sort=hougong&orderby=&search_type=&search_key=&page={{page}}&size=48\n御姐::https://m.kanman.com/api/getsortlist/?comic_sort=yujie&orderby=&search_type=&search_key=&page={{page}}&size=48\n霸总::https://m.kanman.com/api/getsortlist/?comic_sort=bazong&orderby=&search_type=&search_key=&page={{page}}&size=48\n玄幻::https://m.kanman.com/api/getsortlist/?comic_sort=xuanhuan&orderby=&search_type=&search_key=&page={{page}}&size=48\n古风::https://m.kanman.com/api/getsortlist/?comic_sort=gufeng&orderby=&search_type=&search_key=&page={{page}}&size=48\n历史::https://m.kanman.com/api/getsortlist/?comic_sort=lishi&orderby=&search_type=&search_key=&page={{page}}&size=48\n漫改::https://m.kanman.com/api/getsortlist/?comic_sort=mangai&orderby=&search_type=&search_key=&page={{page}}&size=48\n游戏::https://m.kanman.com/api/getsortlist/?comic_sort=youxi&orderby=&search_type=&search_key=&page={{page}}&size=48\n穿越::https://m.kanman.com/api/getsortlist/?comic_sort=chuanyue&orderby=&search_type=&search_key=&page={{page}}&size=48\n恐怖::https://m.kanman.com/api/getsortlist/?comic_sort=kongbu&orderby=&search_type=&search_key=&page={{page}}&size=48\n真人::https://m.kanman.com/api/getsortlist/?comic_sort=zhenren&orderby=&search_type=&search_key=&page={{page}}&size=48\n科幻::https://m.kanman.com/api/getsortlist/?comic_sort=kehuan&orderby=&search_type=&search_key=&page={{page}}&size=48\n都市::https://m.kanman.com/api/getsortlist/?comic_sort=dushi&orderby=&search_type=&search_key=&page={{page}}&size=48\n武侠::https://m.kanman.com/api/getsortlist/?comic_sort=wuxia&orderby=&search_type=&search_key=&page={{page}}&size=48\n修真::https://m.kanman.com/api/getsortlist/?comic_sort=xiuzhen&orderby=&search_type=&search_key=&page={{page}}&size=48\n生活::https://m.kanman.com/api/getsortlist/?comic_sort=shenghuo&orderby=&search_type=&search_key=&page={{page}}&size=48\n动作::https://m.kanman.com/api/getsortlist/?comic_sort=dongzuo&orderby=&search_type=&search_key=&page={{page}}&size=48\n防疫::https://m.kanman.com/api/getsortlist/?comic_sort=fangyi&orderby=&search_type=&search_key=&page={{page}}&size=48",
    "lastUpdateTime": 1720291417357,
    "respondTime": 1199,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "kind": "[property=\"og:novel:category\"]@content",
      "lastChapter": ".comic-update-status@text##.*-\\d+ ",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "https://m.kanman.com/api/getchapterlist?product_id=1&productname=kmh&platformname=wap&comic_id=@get:{bid}",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "$.data.current_chapter.chapter_img_list@js:\nheader={\"Referer\":baseUrl};\nheaders={\"headers\":JSON.stringify(header)};\nresult.split(\"\\n\").map(x=>'<img src=\\\"'+x+','+JSON.stringify(headers)+'\\\">').join(\"\\n\")",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.cartoon_author_list_name||$.comic_author",
      "bookList": "$.data.data||$.data",
      "bookUrl": "https://m.kanman.com/{{$.comic_id}}/",
      "coverUrl": "https://image.yqmh.com/mh/{{$.comic_id}}.jpg-300x400.webp",
      "intro": "$.cartoon_desc",
      "kind": "$.comic_type##[a-zA-Z]|\\|",
      "lastChapter": "$.latest_cartoon_topic_name||$.last_chapter_name",
      "name": "$.comic_name@put:{bid:$.comic_id}"
    },
    "ruleToc": {
      "chapterList": "-$.data.[*]",
      "chapterName": "$.chapter_name",
      "chapterUrl": "https://m.kanman.com/api/getchapterinfov2?product_id=1&productname=kmh&platformname=wap&comic_id=@get:{bid}&chapter_newid={{$.chapter_newid}}&isWebp=1&quality=low"
    },
    "searchUrl": "https://m.kanman.com/api/serachcomic/?product_id=1&productname=kmh&platformname=wap&serachKey={{key}}&topNumber=10",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "漫画",
    "bookSourceName": "漫客栈",
    "bookSourceType": 0,
    "bookSourceUrl": "http://comic.mkzhan.com♤Haxc",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1433,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "热门人气::https://comic.mkzcdn.com/search/filter/?order=1&page_num={{page}}&page_size=12\n更新时间::https://comic.mkzcdn.com/search/filter/?order=2&page_num={{page}}&page_size=12\n连载::https://comic.mkzcdn.com/search/filter/?finish=1&page_num={{page}}&page_size=12\n完结::https://comic.mkzcdn.com/search/filter/?finish=2&page_num={{page}}&page_size=12\n霸总::https://comic.mkzcdn.com/search/filter/?theme_id=1&page_num={{page}}&page_size=12\n修真::https://comic.mkzcdn.com/search/filter/?theme_id=2&page_num={{page}}&page_size=12\n恋爱::https://comic.mkzcdn.com/search/filter/?theme_id=3&page_num={{page}}&page_size=12\n校园::https://comic.mkzcdn.com/search/filter/?theme_id=4&page_num={{page}}&page_size=12\n冒险::https://comic.mkzcdn.com/search/filter/?theme_id=5&page_num={{page}}&page_size=12\n搞笑::https://comic.mkzcdn.com/search/filter/?theme_id=6&page_num={{page}}&page_size=12\n生活::https://comic.mkzcdn.com/search/filter/?theme_id=7&page_num={{page}}&page_size=12\n热血::https://comic.mkzcdn.com/search/filter/?theme_id=8&page_num={{page}}&page_size=12\n架空::https://comic.mkzcdn.com/search/filter/?theme_id=9&page_num={{page}}&page_size=12\n后宫::https://comic.mkzcdn.com/search/filter/?theme_id=10&page_num={{page}}&page_size=12\n耽美::https://comic.mkzcdn.com/search/filter/?theme_id=11&page_num={{page}}&page_size=12\n玄幻::https://comic.mkzcdn.com/search/filter/?theme_id=12&page_num={{page}}&page_size=12\n悬疑::https://comic.mkzcdn.com/search/filter/?theme_id=13&page_num={{page}}&page_size=12\n恐怖::https://comic.mkzcdn.com/search/filter/?theme_id=14&page_num={{page}}&page_size=12\n灵异::https://comic.mkzcdn.com/search/filter/?theme_id=15&page_num={{page}}&page_size=12\n动作::https://comic.mkzcdn.com/search/filter/?theme_id=16&page_num={{page}}&page_size=12\n科幻::https://comic.mkzcdn.com/search/filter/?theme_id=17&page_num={{page}}&page_size=12\n战争::https://comic.mkzcdn.com/search/filter/?theme_id=18&page_num={{page}}&page_size=12\n古风::https://comic.mkzcdn.com/search/filter/?theme_id=19&page_num={{page}}&page_size=12\n穿越::https://comic.mkzcdn.com/search/filter/?theme_id=20&page_num={{page}}&page_size=12\n竞技::https://comic.mkzcdn.com/search/filter/?theme_id=21&page_num={{page}}&page_size=12\n百合::https://comic.mkzcdn.com/search/filter/?theme_id=22&page_num={{page}}&page_size=12\n励志::https://comic.mkzcdn.com/search/filter/?theme_id=23&page_num={{page}}&page_size=12\n同人::https://comic.mkzcdn.com/search/filter/?theme_id=24&page_num={{page}}&page_size=12\n真人::https://comic.mkzcdn.com/search/filter/?theme_id=26&page_num={{page}}&page_size=12\n少年::https://comic.mkzcdn.com/search/filter/?audience=1&page_num={{page}}&page_size=12\n少女::https://comic.mkzcdn.com/search/filter/?audience=2&page_num={{page}}&page_size=12\n青年::https://comic.mkzcdn.com/search/filter/?audience=3&page_num={{page}}&page_size=12\n少儿::https://comic.mkzcdn.com/search/filter/?audience=4&page_num={{page}}&page_size=12\n独家::https://comic.mkzcdn.com/search/filter/?copyright=1&page_num={{page}}&page_size=12\n合作::https://comic.mkzcdn.com/search/filter/?copyright=2&page_num={{page}}&page_size=12\n免费::https://comic.mkzcdn.com/search/filter/?is_free=1&page_num={{page}}&page_size=12\n付费::https://comic.mkzcdn.com/search/filter/?is_fee=1&page_num={{page}}&page_size=12\nVIP::https://comic.mkzcdn.com/search/filter/?is_vip=1&page_num={{page}}&page_size=12",
    "header": "{\n  \"User-Agent\": \"okhttp/3.11.0\"\n}",
    "lastUpdateTime": 1716230010386,
    "loginUrl": "",
    "respondTime": 1924,
    "ruleBookInfo": {
      "author": "@get:{author}",
      "coverUrl": "",
      "intro": "$.data.content",
      "lastChapter": "$.data.chapter_title",
      "name": "$.data.title",
      "tocUrl": "https://comic.mkzhan.com/chapter/?comic_id={$.data.comic_id}"
    },
    "ruleContent": {
      "content": "@js:\njava.getStringList(\"$.data.page[*]image\").toArray().map\n(a=>'<img src=\"'+a+'\">').join(\"\\n\")",
      "imageStyle": "FULL",
      "nextContentUrl": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.author_title@put:{author:$.author_title}",
      "bookList": "$.data.list.*",
      "bookUrl": "https://comic.mkzhan.com/comic/info/?comic_id={$.comic_id}",
      "coverUrl": "$.cover@js:result.replace(/\\.(jpg|JPG).*/g,\".$1!cover-400\")",
      "lastChapter": "$.chapter_title",
      "name": "$.title@put:{comic_id:$.comic_id}"
    },
    "ruleToc": {
      "chapterList": "$.data",
      "chapterName": "$.title",
      "chapterUrl": "https://comic.mkzhan.com/chapter/content/v1/?chapter_id={{$.chapter_id}}&comic_id=@get:{comic_id}&format=1&quality=1&sign=0&type=1&uid=0",
      "isVip": "$.is_vip",
      "nextTocUrl": "",
      "updateTime": "$.change_time@js:result==0?'':java.timeFormat(result*1000)"
    },
    "searchUrl": "https://comic.mkzhan.com/search/keyword/?keyword={{key}}&page_num={{page}}&page_size=20",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "有声",
    "bookSourceName": "猫耳有声",
    "bookSourceType": 1,
    "bookSourceUrl": "https://www.missevan.com关耳",
    "customButton": false,
    "customOrder": 1434,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部::https://www.missevan.com/dramaapi/filter?filters=0_5_0_0_0&page={{page}}&order=1&page_size=20\n现代::https://www.missevan.com/dramaapi/filter?filters=0_5_0_1_0&page={{page}}&order=1&page_size=20\n古风::https://www.missevan.com/dramaapi/filter?filters=0_5_0_2_0&page={{page}}&order=1&page_size=20\n民国::https://www.missevan.com/dramaapi/filter?filters=0_5_0_3_0&page={{page}}&order=1&page_size=20",
    "lastUpdateTime": 1734639280765,
    "respondTime": 5345,
    "ruleBookInfo": {
      "intro": "class.intro-content@text||$.info.sound.intro",
      "kind": "class.detail-count@text&&class.detail-newest@text&&class.detail-author@text&&class.detail-type@text&&class.detail-tags@text##类型：|标签：无|标签：",
      "tocUrl": "@js:\nif(baseUrl.match(/dramaapi|mdrama/)){\nresult='https://www.missevan.com/dramaapi/getdrama?drama_id='+baseUrl.match(/(\\d+)/)[1]\n}"
    },
    "ruleContent": {
      "content": "$.info.sound.soundurl_128||$.info.sound.soundurl"
    },
    "ruleExplore": {
      "bookList": "$.info.Datas",
      "bookUrl": "https://www.missevan.com/mdrama/drama/{{$.id}},{\"webView\":true}",
      "coverUrl": "$.cover",
      "kind": "$.type_name",
      "lastChapter": "$.newest",
      "name": "$.name"
    },
    "ruleSearch": {
      "author": "$.username||$.author",
      "bookList": "<js>\nkey=java.get('key');\npage=java.get('page');\n\n//创建两个空数组\njson=[];json2=[];\n\n//判定json里是否有列表\nif(JSON.parse(result).info.Datas){\njson=JSON.parse(result).info.Datas;}\n\n//加载单曲搜索页面并转为json\njson1=JSON.parse(java.ajax('https://www.missevan.com/sound/getsearch?s='+key+'&type=3&page_size=10&p='+page));\n\n//判定json里是否有列表\nif(json1.info.Datas){\njson2=json1.info.Datas\n}\n\n//剧集搜索列表与单曲搜索列表拼接\nlist=json.concat(json2);\n\nresult=JSON.stringify(list)\n</js>\n$.[*]",
      "bookUrl": "<js>\nid=String(result).match(/id=(\\d+)/)[1];\nif(!String(result).match(/catalog_name/)){\nresult='https://www.missevan.com/sound/getsound?soundid='+id\n}else{result='https://www.missevan.com/dramaapi/getdrama?drama_id='+id}\n</js>",
      "coverUrl": "$.front_cover||$.cover",
      "intro": "$.abstract",
      "kind": "{$.type_name},{$.catalog_name}##\\{.*?\\}",
      "lastChapter": "$.newest",
      "name": "$.soundstr||$.name"
    },
    "ruleToc": {
      "chapterList": "<js>'['+result+']'</js>\n$..info.episodes.episode[*]||$..info.episodes.music[*]||$.[*]",
      "chapterName": "$.name||$.info.sound.soundstr",
      "chapterUrl": "https://www.missevan.com/sound/getsound?soundid={{$.sound_id||$.info.sound.id}}"
    },
    "searchUrl": "https://www.missevan.com/dramaapi/search?s={{key}}&page={{page}}\n@js:java.put('key',key);java.put('page',page);result",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "出处源-仓库💯八一中文①",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.zwduxs.com/",
    "bookUrlPattern": "http?://www\\.zwduxs\\.com(/html)?/\\d+_\\d+/?",
    "customButton": false,
    "customOrder": 1435,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/xuanhuanxiaoshuo/1_{{page}}.html\n修真小说::/xiuzhenxiaoshuo/2_{{page}}.html\n都市小说::/dushixiaoshuo/3_{{page}}.html\n穿越小说::/chuanyuexiaoshuo/4_{{page}}.html\n网游小说::/wangyouxiaoshuo/5_{{page}}.html\n科幻小说::/kehuanxiaoshuo/6_{{page}}.html",
    "lastUpdateTime": 1745157838766,
    "loginUrl": "",
    "respondTime": 708,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作    者：",
      "coverUrl": "id.fmimg@tag.img@src",
      "intro": "id.intro@html",
      "kind": "id.info@tag.p.2@text##最后更新：",
      "lastChapter": "@css:[property=og:novel:latest_chapter_name]@content",
      "name": "id.info@tag.h1.0@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleContent": {
      "content": "id.content@html##您可以在百度里.*查找最新章节！",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "class.s5@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "class.s2@a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.zwduxs.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "class.s3@text",
      "name": "class.s2@a@text"
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "tag.td.0@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.zwduxs.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "tag.td.1@tag.a@text",
      "name": "tag.td.0@tag.a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.zwduxs.com/modules/article/search.php,{\n\"method\": \"POST\",\n\"body\": \"searchkey={{key}}&searchtype=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "By关耳",
    "bookSourceGroup": "正版",
    "bookSourceName": "🏷晋江文学（个人自用）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.jjwxc.net/channel/#修改版",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1436,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\n//一行个数\nvar nums = 3 ;\n//分隔符\nvar separator = '::'\n\n//标题::链接::一行个数::分类\n\nall=[\"    我的晋江    ::::1\",\"今日限免::https://app-cdn.jjwxc.net/bookstore/getFullPage?channel=novelfree\",\"千字收益::https://android.jjwxc.net/androidapi/newDayList?channelMore=1\",\"作者积分::https://app-cdn.jjwxc.net/bookstore/getTopV1?channel=700035&offset=0&limit=25&channelMore=1\",\"收藏作者::https://app.jjwxc.org/androidapi/favAuthorList?versionCode=252&token={{cookie.getKey('http://m.jjwxc.net','sid')}}&isAll=1\",\"我的收藏::http://app.jjwxc.org:80/androidapi/incrementFavorite?versionCode=185&token={{cookie.getKey('http://m.jjwxc.net','sid')}}&backupTime=&order=1\",\"点击签到::https://m.jjwxc.net/my/signIn,{'headers':'cookie':'sid={{cookie.getKey(\\\"http://m.jjwxc.net\\\",\\\"sid\\\")}}'}\",\n\"无CP文::https://app.jjwxc.org/androidapi/incrementFavorite?versionCode=252&token={{cookie.getKey('http://m.jjwxc.net','sid')}}&classId=25572&backupTime=backupTime=1041350400&order=1\",\n\"GL文::https://app.jjwxc.org/androidapi/incrementFavorite?versionCode=252&token={{cookie.getKey('http://m.jjwxc.net','sid')}}&classId=25571&backupTime=1041350400&order=1\",\n\"BG文::https://app.jjwxc.org/androidapi/incrementFavorite?versionCode=252&token={{cookie.getKey('http://m.jjwxc.net','sid')}}&classId=35269&backupTime=1041350400&order=1\",\n\"  🌴   无CP  🌴  ::https://app-cdn.jjwxc.net/bookstore/getFullPageV1?channel=nocp&version=8::1\",\n\"频道金榜::2225\",\"勤奋更新::2226000017\",\"VIP新文::2229000002\",\"新晋作者::2229000009\",\"月排行::2229000004\",\"季排行::2229000005\",\"半年榜::29000006\",\n\"    无CP完结    ::https://android.jjwxc.com/search/getSearchForKeyWords?versionCode=221&offset={{(page-1)*20}}&limit=20&bq=0&removetags=0&fw=0&yc=0&xx=3&sd=0&lx=0&fg=0&mainview=2&fbsj=0&isfinish=2&token= {{cookie.getKey('https://m.jjwxc.net','sid')}}&sortType=2::1\",\n\"未来幻想-男主::2280000269\",\"未来幻想-女主::2280000271\",\"都市成长-男主::2280000273\",\"都市成长-女主::2280000275\",\"古代架空-男主::2280000277\",\"古代架空-女主::2280000279\",\"无限快穿-男主::2280000281\",\"无限快穿-女主::2280000283\",\n\"    无CP连载    ::::1\",\n\"未来幻想-男主::80000268\",\"未来幻想-女主::80000270\",\"都市成长-男主::80000272\",\"都市成长-女主::80000274\",\"古代架空-男主::80000276\",\"古代架空-女主::80000278\",\"无限快穿-男主::80000280\",\"无限快穿-女主::80000282\",\n\"   🌴  百合  🌴  ::https://app-cdn.jjwxc.net/bookstore/getFullPage?channel=bhxs&version=3::1\",\"频道金榜::229\",\"运气淘文::2240000009\",\"勤奋更新::2226000013\",\"月度排行::2222000004\",\"季度排行::2222000005\",\"年度排行::2222000006\",\" VIP新文 ::2222000002\",\"新晋作者::2222000003\",\n\"    百合完结    ::https://android.jjwxc.com/search/getSearchForKeyWords?versionCode=221&offset={{(page-1)*20}}&limit=20&bq=0&removetags=0&fw=0&yc=0&xx=3&sd=0&lx=0&fg=0&mainview=0&fbsj=0&isfinish=2&token= {{cookie.getKey('https://m.jjwxc.net','sid')}}&sortType=2::1\",\"重来一世::2222000031\",\"幻想未来::2222000039\",\"架空历史::2222000033\",\"都市情缘::2222000040\",\"穿越时空::2222000034\",\"天赐良缘::2222000041\",\"时尚娱乐::2222000042\",\"奇幻异闻::2222000032\",\"系统快穿::2280000169\",\"宫廷侯爵::2280000165\",\"业界精英::2280000167\",\"情有独钟::2280000171\",\n\"    百合连载    ::::1\",\"重来一世::2222000013\",\"幻想未来::2222000023\",\"架空历史::2222000015\",\"都市情缘::2222000024\",\"穿越时空::2222000016\",\"天赐良缘::2222000025\",\"时尚娱乐::2222000026\",\"奇幻异闻::2222000014\",\"系统快穿::2280000168\",\"宫廷侯爵::2280000164\",\"业界精英::2280000166\",\"情有独钟::2280000170\",\n\"  🌴   言情  🌴  ::https://app-cdn.jjwxc.net/bookstore/getFullPageV1?channel=yq&version=8::1\",\n\"VIP金榜::2222900001\",\"VIP强推::vipqt\",\"月度排行::2251\",\"季度排行::2247\",\"年度排行::2255\",\"长生殿::2259\",\"驻站::2263\",\"古代言情::2210000012\",\"都市青春::2210000013\",\"幻想现言::2210000014\",\"古代穿越::2210000015\",\"奇幻言情::2210000016\",\"衍生言情::2210000019\",\"古言完结::2210000020\",\"现言完结::2210000021\",\"新晋作者::2243\",\"未来游戏悬疑::2210000017\",\"二次元言情::2210000018\",\"衍生言情完结::2210000022\",\"完结半价包月::2210000023\"];\n\n\n\n//@天天gg@酷安 下面不要动\nfunction parse(data){\n\tlet args=data.split(separator);\n\tlet title = args[0],url=args[1],num=nums;\n\t\n\t//链接生成\n\t let u=/^\\d+/.test(url)?\"https://app-cdn.jjwxc.net/bookstore/getFullPageV1?channelBody=%7B%\"+url+\"%22%3A%7B%22offset%22%3A%22{{(page-1)*25}}%22%2C%22limit%22%3A%2225%22%7D%7D&channelMore=1\":url;\n try {num = args[2] }catch(e){}\n try {tag = args[3];\n u=tag==\"bq\"?'https://android.jjwxc.com/search/getSearchForKeyWords?versionCode=221&offset={{(page-1)*20}}&limit=20&bq='+url+'&removetags=0&fw=0&yc=0&xx=3&sd=0&lx=0&fg=0&mainview=0&fbsj=0&collectionTypes=ors&isfinish=0&sortType=0&token={\\{cookie.getKey(\"https://m.jjwxc.net\",\"sid\")}\\}':u;\n u=tag==\"lx\"?'https://android.jjwxc.com/search/getSearchForKeyWords?versionCode=221&offset={{(page-1)*20}}&limit=20&bq=0&removetags=0&fw=0&yc=0&xx=3&sd=0&lx='+url+'&fg=0&mainview=0&fbsj=0&collectionTypes=ors&isfinish=0&sortType=0&token={\\{cookie.getKey(\"https://m.jjwxc.net\",\"sid\")}}':u\n }catch(e){}\n\treturn [title, u, num]\n\t}\n\nfunction FlexBox(title, url, num){\n\t\t let obj={};\n\t\t obj.style={},obj.title=title,obj.url=url?url:'',obj.style['layout_flexGrow']=1;\n\t//数值设定\n\tlet data={1:1,2:0.4,3:0.25,4:0.2,5:0.15,7:0.1,10:0.05};\nobj.style['layout_flexBasisPercent']=data[num]\n\t\treturn obj\n\t\t}\nresult=JSON.stringify(all.map(data=>{\n\tlet args=parse(data);\n\treturn FlexBox.apply(null, args)\n\t}))\n</js>",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 8.0.0; zh-cn; MIX 2 Build/OPR1.170623.027) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\"\n}",
    "lastUpdateTime": 1677689884371,
    "loginUrl": "http://m.jjwxc.net",
    "respondTime": 8854,
    "ruleBookInfo": {
      "author": "$.authorName",
      "coverUrl": "$.novelCover",
      "init": "",
      "intro": "<js>\n//请假条\ntry{\na=JSON.parse(java.ajax('http://app.jjwxc.org/androidapi/getnovelOtherInfo?novelId='+baseUrl.match(/(\\d+)/)[1]+'&type=novelbasicinfo&versionCode=163'));\n\njava.put(\"pv\",a.novelreview)\n\n$=a.novelLeave;\nn='\\n';\nleave=$.leaveContent?'————————•————————'+n+'​'+n+$.leaveDateBack+n+'​'+'​'+'      '+$.leaveContent+n+$.leaveDate.replace(/请假时间：/,'⌚️')+n+$.leaveIntro:'';\njava.put('leave',leave);\njava.put('intro',JSON.parse(result).novelIntro.replace(/\\#/g,'＃'));\nresult}catch(err){\njava.log(err);\njava.put('leave',\"\");\njava.put('intro',\"\");\n}\n</js>\n&nbsp;&nbsp;{{$.novelIntroShort##。$}}{{'\\n&lrm;'}}<br>\n🏆{{$.ranking}}    🍼{{$.nutrition_novel}}    {{$.comment_count}}    {{$.novelStyle}}\n◉ 标签：{{$.novelTags##,|\\s##🏷}}<br>\n◉ {{$.protagonist##,|，|；|;##、}}<br>\n◉ {{$.costar##,|，|；|;##、}}<br>\n◉ {{$.other##,|，|；|;##、}}<br>\n◉ 视角：{{$.mainview}}<br>\n◉ 评分：{{java.get(\"pv\")}}<br>\n◉ 收藏：{{$.novelbefavoritedcount}}<br>\n{{String(java.get('intro')).replace(/立意:/,'◎◎ 立意：')}}<br>{{java.get('leave')}}<br>\n{{'\\n'+'​'}}\n\n<js>\nresult=String(result);\nli=result.match(/◎ 立意.*/)?'&lrm;\\n'+result.match(/(◎ 立意.*?<br>)/)[1]:'';\nString(result).replace(/|''/,'').replace(/(◉ 收藏.*?<br>)/,'$1\\n'+li+'&lrm;\\n'+'————————•————————\\n').replace(/◎◎ 立意.*<br>/,'').replace(/(?:◉ 标签：|◉ 主角：|◉ 配角：|◉ 其它：|◉ 视角：|◉ 评分：|&lrm;\\n◎ 立意：)<br>/g,'')</js>",
      "kind": "{{step=java.getString('$.novelStep')=='2'?'已完结':'连载中';}},{{$.novelClass&&$.novelTags}}##-##,",
      "lastChapter": "<js>\ntry{last=JSON.parse(java.ajax('http://android.jjwxc.net/androidapi/chapterList?novelId='+baseUrl.match(/(\\d+)/)[1])).chapterlist;\n$=last[last.length-1];\nvip=$.isvip?'🔒':'';\nchapterid=$.chapterid;\nchaptername=$.chaptername;\ndate=$.chapterdate;\nvip+chapterid+'.'+chaptername+'•'+date}\ncatch(err){\nresult=\"请刷新\"\n}\n</js>",
      "name": "$.novelName",
      "tocUrl": "http://app-cdn.jjwxc.net/androidapi/chapterList?novelId={{baseUrl.match(/novelId=(\\d+)/)[1]}}&more=0&whole=1",
      "wordCount": "$.novelSize##,"
    },
    "ruleContent": {
      "content": "<js>\n\nif(baseUrl.match(/jjwxc/)){\n\t\nvar javaImport = new JavaImporter();\njavaImport.importPackage(\n     Packages.java.lang,\n    Packages.javax.crypto.spec,\n    Packages.javax.crypto,\n    Packages.java.util\n    \n);\nwith(javaImport){\n    let IV_PARAMETER = String(\"1ae2c94b\");\n    let ALGORITHM = \"DES\"; \n    let CIPHER_ALGORITHM = \"DES/CBC/PKCS5Padding\";\n    let CHARSET = \"utf-8\";\n    let password=String(\"KK!%G3JdCHJxpAF3%Vg9pN\");\n\n\nfunction decode(data){\nlet dks = new DESKeySpec(String(password).getBytes());\nlet keyFactory = SecretKeyFactory.getInstance(\"DES\");\nlet secretKey = keyFactory.generateSecret(dks);\nlet cipher = Cipher.getInstance(CIPHER_ALGORITHM);\nlet iv = new IvParameterSpec(IV_PARAMETER.getBytes(CHARSET));\ncipher.init(Cipher.DECRYPT_MODE, secretKey, iv);\nreturn new String(cipher.doFinal(Base64.getDecoder().decode(String(data).getBytes(CHARSET))), CHARSET);\n\n}\n}\n\t\n//DES解密结束\n\n\n\nintro=java.get(\"intro\");\n\nintro=intro!=\"\"?\"◎\"+intro+\"◎<br>\":\"\";\ncontent=java.getElement(\"$.content\");\n\n\nsaybody=java.getString(\"$.sayBody\");\nsay=saybody!=\"\"?\"\\n作者有话说：\\n\"+saybody:\"\";\nif(baseUrl.match(/token/)){\n\tvipc=/^DcAWGQtI44o=$/.test(content)?JSON.parse(src).message:decode(content)\n\t\nresult=intro+String(vipc+say);\n}else{result=intro+content+say}\n\n}else{result=\"&lrm;\"}\n\n\n</js>\n##为营造更好的评论环境，近期网站要求发评须进行实名认证，未实名用户评论暂时仅在对应作者后台及发评用户后台可见.*|获取正文失败[\\s\\S]+|◎\\s+?◎",
      "imageStyle": "TEXT",
      "nextContentUrl": "",
      "replaceRegex": "@js:\n//去除章节简介与正文重复\nif(/^◎/.test(result) ){\nchapter = result.match(/◎([\\s\\S]+?)…*◎/)[1].replace(/\\s/g,'');\nchapter2=result.match(/◎[\\s\\S]+?◎([\\s\\S]+)/)[1].replace(/\\s/g,'');\n\n//前十个字相同就删除\nnum = 10\nif(chapter.substring(0,num)==chapter2.substring(0,num)){\n\tresult = result.replace(/◎[\\s\\S]+?◎/,'')\n\t}else{result}\n}else{result}",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "$.authorName||$.authorname",
      "bookList": "@JSon:$..[?(@.novelName)]&&$..[?(@.novelname)]&&$.massage\n<js>\nif(result){\nfunction remove(a,b){\nlet delIndexList = a; // 要删除的序列\n if (delIndexList.length !== 0) { \nfor (let i = delIndexList.length - 1; i >= 0; i--) { b.splice(delIndexList[i], 1) } \nreturn b\n}\n}\n\nif(baseUrl=='https://app-cdn.jjwxc.net/bookstore/getFullPage?channel=bhxs&version=3'||baseUrl.match(/novelfree/)){\nlist=JSON.parse(src);\nfor(i in list){\nchannelName=list[i].channelName;\nblist=list[i].data;\nif(blist!=\"undefined\"){\nfor(j in blist){\nblist[j].channelName=channelName\n}}else{blist.channelName=channelName}\n\n}\nif(!baseUrl.match(/novelfree/)){\nlist=remove([0, 6,11,12,13],list)\n}else{\nlist=remove([1],list)\n}\nresult=JSON.stringify(list);}\nelse if(baseUrl.match(/signIn|getSearchForKeyWords/)){\nresult=\"{signIn:[\"+src+\"]}\"\n}\nelse{result=result}\n}else{result=\"\"}\n</js>\n$..[?(@.novelName)]&&$..[?(@.novelname)]&&$.signIn[*]",
      "bookUrl": "http://app-cdn.jjwxc.net/androidapi/novelbasicinfo?novelId={{$.novelid||$.novelId}}@put:{id:$.novelid||$.novelId}",
      "coverUrl": "@JSon:$.cover||$.novelCover||$.ebookurl",
      "intro": "$.novelIntroShort||$.novelintroshort\n<js>\nfree=\"{{$.freeDate}}\";\nif(free!=\"\"){\nresult=\"限免日期：🗓\"+free+\"\\n\"+result\n}else{\nresult=result\n}\n</js>",
      "kind": "@JSon:$.channelName&&$.tags&&$.novelSizeformat##\\s+##,",
      "lastChapter": "第{{$.maxChapterId}}章##第章",
      "name": "$.novelName||$.novelname||$.message",
      "wordCount": "$.novelStep||$.novelstep\n@js:result==2?'已完结':'连载中';"
    },
    "ruleSearch": {
      "author": "author",
      "bookList": "class.cytable@tag.tr[1:20]@tag.a[1]\n<js>\nlist=result.toArray();\njson=[];\nfor(i in list){\nid=String(list[i].attr(\"href\")).match(/(\\d+)/)[1];\nurl=\"http://www.jjwxc.net/onebook.php?novelid=\"+id;\nhtml=String(java.ajax(url));\njava.setContent(html);\nJ=org.jsoup.Jsoup.parse(html);\n\ndes=String(J.select(\"span[style='color:#F98C4D']\").text()).replace(/立意：/,'◎ ').replace(/一句话简介：/,'◎ ')+\"◎\"+java.getElement(\"id.novelintro\").text();\ntitle=J.select('h1[itemprop=\"name\"]').text();\nauthor=J.select('span[itemprop=\"author\"]').text();\ncover=J.select(\".noveldefaultimage\").attr(\"src\");\ncat=String(J.select('a[style=\"text-decoration:none;color: red;\"]').text()).replace(/\\s/g,',');\nstatus=J.select('span[itemprop=\"updataStatus\"]').text();\nsize=String(J.select('span[itemprop=\"wordCount\"]').text()).replace(/字/,'');\nn=String(java.getElement('@@id.oneboolt@tag.tr.-2@span').text()).replace(/\\n/,'•').replace(/\\*最新更新/,'').replace(/(.*?)\\[VIP\\]/,'🔒$1');\nnum=java.getElement('@@id.oneboolt@tag.tr.-2@tag.td.0').text();\ngenre=J.select('[itemprop=\"genre\"]').text().split('-')[1];\njson.push({\ntitle:title,\nauthor:author,\ncat:status+\",\"+cat+','+genre,\nsize:size,\nurl:\"http://app-cdn.jjwxc.net/androidapi/novelbasicinfo?novelId=\"+id,\ndes:des,\nnew:String(num+\"、\"+n).replace(/(\\d+、)🔒/,'🔒$1'),\ncover:cover\n})\n}\njson\n</js>",
      "bookUrl": "url",
      "coverUrl": "cover",
      "intro": "des",
      "kind": "cat",
      "lastChapter": "new",
      "name": "title",
      "wordCount": "size"
    },
    "ruleToc": {
      "chapterList": "$.chapterlist",
      "chapterName": "<js>\n$=result;\ntitle=$.chaptername;\ntitle=String(title).replace(/^\\s+/,'');\nintro=$.chapterintro;\njava.put(\"intro\",intro);\nvip=$.isvip!='0';\nlock=$.islock!='0';\ntype=$.chaptertype=='1'?true:false;\nnum=!type?$.chapterid+\"  ☪ \":'';\n\n//下面被注释的代码是已经有章节数的前面就不加序号了\n/*if(title.match(/[一二三四五六七八九十百千万\\d]+\\s*章|^\\d+[、\\.\\s]|chapter\\s*\\d+/i)){\nnum=''\n}else{num=num}*/\n\t\ntitle=type?''+title+' ':title;\nv=vip?' ◇':'';\nl=lock?'[此章节已锁]':'';\nresult=num+title+l+v;\n</js>",
      "chapterUrl": "@js:\n$=result;\ncookie=cookie.getKey(\"http://m.jjwxc.net\",\"sid\");\nchapterid=$.chapterid;\nvip=$.isvip!='0';\n\ntype=$.chaptertype=='1';\n\nif( !type){\nif(!vip){\nresult='https://app.jjwxc.net/androidapi/chapterContent?novelId='+baseUrl.match(/novelId=(\\d+)/)[1]+'&chapterId='+chapterid\n}else{result=\"https://app.jjwxc.net/androidapi/chapterContent?novelId=\"+baseUrl.match(/novelId=(\\d+)/)[1]+'&versionCode=191&token='+cookie+'&chapterId='+chapterid}\n}else{ result=\"\"}",
      "isVip": "",
      "updateTime": "{{$.chaptersize}}字•{{$.chapterdate}}•{{$.chapterintro##^\\s*}}##^•|0000-00-00.*|^0字•|•$"
    },
    "searchUrl": "http://www.jjwxc.net/bookbase.php?searchkeywords={{key}}&page={{page}},{\n  \"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版",
    "bookSourceName": " 黑岩网站",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.heiyan.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1437,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部小说::web/all/-1/-1/-1/-1/0/{{page}}/100\n免费小说::web/all/-1/-1/1/-1/0/{{page}}/100\n收费小说::web/all/-1/-1/0/-1/0/{{page}}/100\n完结小说::web/all/-1/-1/-1/1/0/{{page}}/100\n连载小说::web/all/-1/-1/-1/0/0/{{page}}/100\n悬疑全部::web/all/1/-1/-1/-1/0/{{page}}/100\n悬疑免费::web/all/1/-1/1/-1/0/{{page}}/100\n悬疑收费::web/all/1/-1/0/-1/0/{{page}}/100\n悬疑完结::web/all/1/-1/-1/1/0/{{page}}/100\n悬疑连载::web/all/1/-1/-1/0/0/{{page}}/100\n历史全部::web/all/3/-1/-1/-1/0/{{page}}/100\n历史免费::web/all/3/-1/1/-1/0/{{page}}/100\n历史收费::web/all/3/-1/0/-1/0/{{page}}/100\n历史完结::web/all/3/-1/-1/1/0/{{page}}/100\n历史连载::web/all/3/-1/-1/0/0/{{page}}/100\n军事全部::web/all/5/-1/-1/-1/0/{{page}}/100\n军事免费::web/all/5/-1/1/-1/0/{{page}}/100\n军事收费::web/all/5/-1/0/-1/0/{{page}}/100\n军事完结::web/all/5/-1/-1/1/0/{{page}}/100\n军事连载::web/all/5/-1/-1/0/0/{{page}}/100\n玄幻全部::web/all/6/-1/-1/-1/0/{{page}}/100\n玄幻免费::web/all/6/-1/1/-1/0/{{page}}/100\n玄幻收费::web/all/6/-1/0/-1/0/{{page}}/100\n玄幻完结::web/all/6/-1/-1/1/0/{{page}}/100\n玄幻连载::web/all/6/-1/-1/0/0/{{page}}/100\n奇幻全部::web/all/14/-1/-1/-1/0/{{page}}/100\n奇幻免费::web/all/14/-1/1/-1/0/{{page}}/100\n奇幻收费::web/all/14/-1/0/-1/0/{{page}}/100\n奇幻完结::web/all/14/-1/-1/1/0/{{page}}/100\n奇幻连载::web/all/14/-1/-1/0/0/{{page}}/100\n仙侠全部::web/all/7/-1/-1/-1/0/{{page}}/100\n仙侠免费::web/all/7/-1/1/-1/0/{{page}}/100\n仙侠收费::web/all/7/-1/0/-1/0/{{page}}/100\n仙侠完结::web/all/7/-1/-1/1/0/{{page}}/100\n仙侠连载::web/all/7/-1/-1/0/0/{{page}}/100\n武侠全部::web/all/8/-1/-1/-1/0/{{page}}/100\n武侠免费::web/all/8/-1/1/-1/0/{{page}}/100\n武侠收费::web/all/8/-1/0/-1/0/{{page}}/100\n武侠完结::web/all/8/-1/-1/1/0/{{page}}/100\n武侠连载::web/all/8/-1/-1/0/0/{{page}}/100\n科幻全部::web/all/10/-1/-1/-1/0/{{page}}/100\n科幻免费::web/all/10/-1/1/-1/0/{{page}}/100\n科幻收费::web/all/10/-1/0/-1/0/{{page}}/100\n科幻完结::web/all/10/-1/-1/1/0/{{page}}/100\n科幻连载::web/all/10/-1/-1/0/0/{{page}}/100\n游戏全部::web/all/9/-1/-1/-1/0/{{page}}/100\n游戏免费::web/all/9/-1/1/-1/0/{{page}}/100\n游戏收费::web/all/9/-1/0/-1/0/{{page}}/100\n游戏完结::web/all/9/-1/-1/1/0/{{page}}/100\n游戏连载::web/all/9/-1/-1/0/0/{{page}}/100\n同人全部::web/all/16/-1/-1/-1/0/{{page}}/100\n同人免费::web/all/16/-1/1/-1/0/{{page}}/100\n同人收费::web/all/16/-1/0/-1/0/{{page}}/100\n同人完结::web/all/16/-1/-1/1/0/{{page}}/100\n同人连载::web/all/16/-1/-1/0/0/{{page}}/100\n社会全部::web/all/25/-1/-1/-1/0/{{page}}/100\n社会免费::web/all/25/-1/1/-1/0/{{page}}/100\n社会收费::web/all/25/-1/0/-1/0/{{page}}/100\n社会完结::web/all/25/-1/-1/1/0/{{page}}/100\n社会连载::web/all/25/-1/-1/0/0/{{page}}/100\n古言全部::web/all/37/-1/-1/-1/0/{{page}}/100\n古言免费::web/all/37/-1/1/-1/0/{{page}}/100\n古言收费::web/all/37/-1/0/-1/0/{{page}}/100\n古言完结::web/all/37/-1/-1/1/0/{{page}}/100\n古言连载::web/all/37/-1/-1/0/0/{{page}}/100",
    "lastUpdateTime": 1731057542465,
    "loginUrl": "https://www.heiyan.com/accounts/login",
    "respondTime": 2323,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "",
      "intro": "pre.note@text",
      "kind": "@css:a:contains(书库)+a@text",
      "lastChapter": "",
      "name": "",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "$.chapter.htmlContent"
    },
    "ruleExplore": {
      "author": "tag.a.2@text",
      "bookList": "#resultDiv tr",
      "bookUrl": "a.title@href\n##\\d+##https://www.heiyan.com/chapter/$0/##",
      "coverUrl": "a.title@href\n##\\d+##https://b.heiyanimg.com/book/$0.jpg##",
      "kind": "",
      "lastChapter": "a.chapter@text",
      "name": "a.title@text",
      "wordCount": "td:eq(3)@text##\\[|\\]"
    },
    "ruleSearch": {
      "author": "authorname##<[^>]+>",
      "bookList": "data.content[*]",
      "bookUrl": "https://www.heiyan.com/chapter/{{@json:id}}/",
      "coverUrl": "https://b.heiyanimg.com/book/{{@json:id}}.jpg",
      "kind": "sortname",
      "lastChapter": "lastchaptername",
      "name": "name##<[^>]+>"
    },
    "ruleToc": {
      "chapterList": "li[id^=chapter]",
      "chapterName": "a@text",
      "chapterUrl": "a@href##\\d+$##https://a.heiyan.com/ajax/chapter/content/$0##",
      "isVip": ".isvip@text",
      "updateTime": "createdate"
    },
    "searchUrl": "https://search.heiyan.com/web/search?queryString={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "笔趣阁🎃#72",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.yuzhaiwude.com#🎃",
    "customButton": false,
    "customOrder": 1438,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"总点击\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击\",\"url\":\"/top/monthvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击\",\"url\":\"/top/weekvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/sort/1_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"/sort/2_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市言情\",\"url\":\"/sort/3_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻网游\",\"url\":\"/sort/4_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"惊悚悬疑\",\"url\":\"/sort/5_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"耽美同人\",\"url\":\"/sort/6_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越架空\",\"url\":\"/sort/7_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"高辣浓情\",\"url\":\"/sort/8_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"禁忌百合\",\"url\":\"/sort/9_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"精品文学\",\"url\":\"/sort/10_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"完本\",\"url\":\"/full/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\" \",\"url\":\" \",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 12914,
    "ruleBookInfo": {
      "author": ".xx a.1@text",
      "coverUrl": "img@src",
      "init": "",
      "intro": ".jianjie@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".xx a.0@text##小说",
      "lastChapter": ".xx a.2@text##正文\\s",
      "name": ".xx li.0@text##\\_.*",
      "tocUrl": ".gengduo a@href"
    },
    "ruleContent": {
      "content": "#nr@html",
      "imageStyle": "0",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": ".list ul",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "span.2@text##\\s",
      "kind": "span.-1@text",
      "lastChapter": "",
      "name": "a.1@text##\\_.*",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".fk li",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "",
      "kind": "a.0@text##\\[|\\]",
      "lastChapter": "",
      "name": "a.1@text##\\_.*",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".lb li a",
      "chapterName": "text##本页章节.*",
      "chapterUrl": "href",
      "nextTocUrl": ".showpage@a@href"
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"s={{key}}&type=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "鬼吹灯吧",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.gdbzkz.com#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1439,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/fenlei/1/{{page}}.html\n仙侠小说::/fenlei/2/{{page}}.html\n都市小说::/fenlei/3/{{page}}.html\n军史小说::/fenlei/4/{{page}}.html\n网游小说::/fenlei/5/{{page}}.html\n科幻小说::/fenlei/6/{{page}}.html\n恐怖小说::/fenlei/7/{{page}}.html",
    "lastUpdateTime": 1732108100487,
    "loginUrl": "",
    "respondTime": 3823,
    "ruleBookInfo": {
      "author": "class.small@tag.span.0@text##作 者：",
      "coverUrl": "class.cover@img@src",
      "init": "",
      "intro": "class.intro@textNodes##作者.*|无弹窗.*",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content ",
      "lastChapter": "class.small@tag.span.5@a@text##百度搜索.*",
      "name": "class.info@h2@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说",
      "wordCount": "class.info@class.small@tag.span.3@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html##http.*html|天才一秒记住.*org|请记住本书首发域.*org"
    },
    "ruleExplore": {
      "author": "class.s4@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "",
      "kind": "class.s5@text",
      "lastChapter": "class.s3@a@text",
      "name": "class.s2@a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleSearch": {
      "author": "class.author@text##作者：",
      "bookList": "class.bookbox@class.p10",
      "bookUrl": "class.bookname@tag.a@href",
      "coverUrl": "class.bookimg@img@src",
      "intro": "class.bookinfo@p@text",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@tag.a@text##百度搜索.*",
      "name": "class.bookname@tag.a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleToc": {
      "chapterList": "class.listmain@dd!0:1:2:3:4:5:6:7:8:9:10:11",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.gdbzkz.com/s.php?ie=utf-8&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "77读书网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.77dushu.com/",
    "bookUrlPattern": "http://www.77dushu.com/novel/\\d+/",
    "customButton": false,
    "customOrder": 1440,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/store/1_{{page}}.html\n仙侠小说::/store/2_{{page}}.html\n都市小说::/store/3_{{page}}.html\n言情小说::/store/4_{{page}}.html\n穿越小说::/store/5_{{page}}.html\n科幻小说::/store/6_{{page}}.html\n恐怖小说::/store/7_{{page}}.html\n网游小说::/store/8_{{page}}.html",
    "lastUpdateTime": 1719945552567,
    "loginUrl": "",
    "respondTime": 2065,
    "ruleBookInfo": {
      "author": "class.options@tag.span.0@text",
      "coverUrl": "class.img_in@img@src",
      "intro": "id.intro@ownText",
      "kind": "class.update@text##.*\\（|\\）",
      "lastChapter": "class.update@a@text",
      "name": "id.info@h1@text"
    },
    "ruleContent": {
      "content": "id.ChapterContents@textNodes##txt下载地址：|手机阅读："
    },
    "ruleExplore": {
      "author": "h4@small@text",
      "bookList": "class.shu_box",
      "bookUrl": "h4@a@href",
      "coverUrl": "img@src",
      "intro": "class.intro@text",
      "name": "h4@a@text"
    },
    "ruleSearch": {
      "author": "tag.td.5@text",
      "bookList": "class.BOX@tr!0",
      "bookUrl": "tag.td.2@a@href",
      "coverUrl": "tag.td.2@a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.77dushu.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "tag.td.4@text",
      "lastChapter": "tag.td.3@a@text",
      "name": "tag.td.2@a@text"
    },
    "ruleToc": {
      "chapterList": "class.zjlist@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://www.77dushu.com/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "七七读书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.dushu.comguaner",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1441,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::http://www.77dushu.com/store/1_{{page}}.html\n仙侠小说::http://www.77dushu.com/store/2_{{page}}.html\n都市小说::http://www.77dushu.com/store/3_{{page}}.html\n言情小说::http://www.77dushu.com/store/4_{{page}}.html\n穿越小说::http://www.77dushu.com/store/5_{{page}}.html\n科幻小说::http://www.77dushu.com/store/6_{{page}}.html\n恐怖小说::http://www.77dushu.com/store/7_{{page}}.html\n网游小说::http://www.77dushu.com/store/8_{{page}}.html",
    "lastUpdateTime": 1732531233510,
    "loginUrl": "",
    "respondTime": 2101,
    "ruleBookInfo": {
      "coverUrl": "tag.img.1@src",
      "intro": "id.intro@text",
      "lastChapter": "class.update@a@text",
      "name": "tag.h1@text##搜索关键词.*"
    },
    "ruleContent": {
      "content": "id.ChapterContents@html##(txt下载地址：|更新速度最快赶|全集txt下载)[\\s\\S]+"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.td.5@text||class.shu_xinxi@h4@small@text",
      "bookList": "class.BOX@tag.tr!0||class.shu_cont@children",
      "bookUrl": "class.red@href||class.shu_xinxi@h4@a@href",
      "coverUrl": "img@src|class.red@href<js>'/files/article/image'+String(result).replace(/.*?(\\d*?)(\\d{1,3})\\//,'/$1/$1$2/$1$2s.jpg').replace('//','/0/')</js>",
      "kind": "tag.td.1@text##\\[|\\]",
      "lastChapter": "tag.td.3@text",
      "name": "tag.td.2@text||class.shu_xinxi@h4@a@text##搜索关键词.*"
    },
    "ruleToc": {
      "chapterList": "class.zjlist@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.77dushu.com/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "七七读书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.77dushu.com#guaner",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1442,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::http://www.77dushu.com/store/1_{{page}}.html\n仙侠小说::http://www.77dushu.com/store/2_{{page}}.html\n都市小说::http://www.77dushu.com/store/3_{{page}}.html\n言情小说::http://www.77dushu.com/store/4_{{page}}.html\n穿越小说::http://www.77dushu.com/store/5_{{page}}.html\n科幻小说::http://www.77dushu.com/store/6_{{page}}.html\n恐怖小说::http://www.77dushu.com/store/7_{{page}}.html\n网游小说::http://www.77dushu.com/store/8_{{page}}.html",
    "lastUpdateTime": 1732531233510,
    "loginUrl": "",
    "respondTime": 1847,
    "ruleBookInfo": {
      "coverUrl": "tag.img.1@src",
      "intro": "id.intro@text",
      "lastChapter": "class.update@a@text",
      "name": "tag.h1@text##搜索关键词.*"
    },
    "ruleContent": {
      "content": "id.ChapterContents@html##(txt下载地址：|更新速度最快赶|全集txt下载)[\\s\\S]+"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.td.5@text||class.shu_xinxi@h4@small@text",
      "bookList": "class.BOX@tag.tr!0||class.shu_cont@children",
      "bookUrl": "class.red@href||class.shu_xinxi@h4@a@href",
      "coverUrl": "img@src|class.red@href<js>'/files/article/image'+String(result).replace(/.*?(\\d*?)(\\d{1,3})\\//,'/$1/$1$2/$1$2s.jpg').replace('//','/0/')</js>",
      "kind": "tag.td.1@text##\\[|\\]",
      "lastChapter": "tag.td.3@text",
      "name": "tag.td.2@text||class.shu_xinxi@h4@a@text##搜索关键词.*"
    },
    "ruleToc": {
      "chapterList": "class.zjlist@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.77dushu.com/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "鬼吹灯",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.gdbzkz.com/#pb1101",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1443,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/fenlei/1/{{page}}.html\n仙侠小说::/fenlei/2/{{page}}.html\n都市小说::/fenlei/3/{{page}}.html\n军史小说::/fenlei/4/{{page}}.html\n网游小说::/fenlei/5/{{page}}.html\n科幻小说::/fenlei/6/{{page}}.html\n恐怖小说::/fenlei/7/{{page}}.html",
    "lastUpdateTime": 1754707892699,
    "loginUrl": "",
    "respondTime": 3342,
    "ruleBookInfo": {
      "author": "class.small@tag.span.0@text##作 者：",
      "coverUrl": "class.cover@img@src",
      "init": "",
      "intro": "class.intro@textNodes##作者.*|无弹窗.*",
      "kind": "class.info@class.small@tag.span.4@text&&\nclass.info@class.small@tag.span.1@text&&\nclass.info@class.small@tag.span.2@text##分类：|状态：|更新时间：",
      "lastChapter": "class.small@tag.span.5@a@text##百度搜索.*",
      "name": "class.info@h2@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说",
      "wordCount": "class.info@class.small@tag.span.3@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html##http.*html|天才一秒记住.*com|请记住本书首发域.*com"
    },
    "ruleExplore": {
      "author": "class.s4@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "",
      "kind": "class.s5@text",
      "lastChapter": "class.s3@a@text",
      "name": "class.s2@a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleSearch": {
      "author": "class.author@text##作者：",
      "bookList": "class.bookbox@class.p10\n<js>\nconst _0xa39a=[\"amluZ2JhaQ==\",\"aHR0cHM6Ly9xeXl1YXBpLmNvbS8=\",\"aHR0cHM6Ly9nY29yZS5qc2RlbGl2ci5uZXQvZ2gveGlhb2hhbjIzMS9kZWNvZGVPYmZ1c2NhdG9yQG1haW4v\",\"aHR0cHM6Ly9mYXN0bHkuanNkZWxpdnIubmV0L2doL3hpYW9oYW4yMzEvZGVjb2RlT2JmdXNjYXRvckBtYWluLw==\",\"aHR0cHM6Ly9jZG4uanNkZWxpdnIubmV0L2doL3hpYW9oYW4yMzEvZGVjb2RlT2JmdXNjYXRvckBtYWluLw==\",\"aHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL3hpYW9oYW4yMzEvZGVjb2RlT2JmdXNjYXRvci9tYWluLw==\",\"aHR0cHM6Ly9yYXcuZ2l0bWlycm9yLmNvbS94aWFvaGFuMjMxL2RlY29kZU9iZnVzY2F0b3IvbWFpbi8=\",\"amluZ2JhaS5qc29u\",\"bWFw\",\"Z2V0\",\"bWQ1RW5jb2RlMTY=\",\"Y2FjaGVfYXBpX2ppbmdiYWk=\",\"Ym9keQ==\",\"aW5jbHVkZXM=\",\"5r+A5rS76K+35rGC6ZSZ6K+v\",\"cHV0\",\"bG9n\",\"Cua/gOa0u+ivt+axgumUmeivr++8jOiHquWKqOWwneivleWFtuS7lua/gOa0u+aOpeWPow==\",\"bGVuZ3Ro\",\"cGFyc2U=\",\"dGlwcw==\",\"Y2FjaGVfYXBpX2ppbmdiYWlfdHJ1ZQ==\",\"bm93\",\"bG9uZ1RvYXN0\",\"amF2YQ==\",\"bGFuZw==\",\"VGhyZWFk\",\"c2xlZXA=\"],_0x402a=function(_0xa39a84,_0x402a99){_0xa39a84=_0xa39a84-0x0;let _0x4230b4=_0xa39a[_0xa39a84];if(_0x402a.aNXmZm===void 0x0){(function(){let _0x1b3c40;try{const _0x2534e7=Function(\"return (function() {}.constructor(\\\"return this\\\")( ));\");_0x1b3c40=_0x2534e7()}catch(_0x8b999){_0x1b3c40=window}const _0x2feca1=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\";_0x1b3c40.atob||(_0x1b3c40.atob=function(_0x5cd655){const _0x3cfea0=String(_0x5cd655).replace(new RegExp(\"=+$\",\"\"),\"\");let _0x364f03=\"\";for(let _0x195d18=0x0,_0x1b84c5,_0x48727c,_0x10019c=0x0;_0x48727c=_0x3cfea0.charAt(_0x10019c++);~_0x48727c&&(_0x1b84c5=_0x195d18%0x4?_0x1b84c5*0x40+_0x48727c:_0x48727c,_0x195d18++%0x4)?_0x364f03+=String.fromCharCode(0xff&_0x1b84c5>>(-0x2*_0x195d18&0x6)):0x0)_0x48727c=_0x2feca1.indexOf(_0x48727c);return _0x364f03})})();_0x402a.Ngzgut=function(_0x4805d7){const _0x397870=atob(_0x4805d7);let _0x23b065=[];for(let _0x304c54=0x0,_0x3ad9ea=_0x397870.length;_0x304c54<_0x3ad9ea;_0x304c54++)_0x23b065+=\"%\"+(\"00\"+_0x397870.charCodeAt(_0x304c54).toString(0x10)).slice(-0x2);return decodeURIComponent(_0x23b065)};_0x402a.doLsPS={};_0x402a.aNXmZm=!0x0}const _0x4366de=_0x402a.doLsPS[_0xa39a84];_0x4366de===void 0x0?(_0x4230b4=_0x402a.Ngzgut(_0x4230b4),_0x402a.doLsPS[_0xa39a84]=_0x4230b4):_0x4230b4=_0x4366de;return _0x4230b4};function user_Check(){Account=_0x402a(\"0x0\");urls=[_0x402a(\"0x1\"),_0x402a(\"0x2\"),_0x402a(\"0x3\"),_0x402a(\"0x4\"),_0x402a(\"0x5\"),_0x402a(\"0x6\")];filepath=_0x402a(\"0x7\");Urls=urls[_0x402a(\"0x8\")](function(_0x1bd888){return _0x1bd888+filepath});apiBaseUrl=String(cache[_0x402a(\"0x9\")](java[_0x402a(\"0xa\")](_0x402a(\"0xb\")))||Urls[0x0]);let _0x17d184=\"\";try{_0x17d184=java[_0x402a(\"0x9\")](apiBaseUrl,{})[_0x402a(\"0xc\")]();if(!String(_0x17d184)[_0x402a(\"0xd\")](_0x402a(\"0x0\"))){throw new Error(_0x402a(\"0xe\"))}cache[_0x402a(\"0xf\")](java[_0x402a(\"0xa\")](_0x402a(\"0xb\")),apiBaseUrl,0x15180)}catch{java[_0x402a(\"0x10\")](apiBaseUrl+_0x402a(\"0x11\"))}if(!apiBaseUrl||!String(_0x17d184)[_0x402a(\"0xd\")](_0x402a(\"0x0\"))){for(i=0x0;i<Urls[_0x402a(\"0x12\")];i++){if(String(Urls[i])[_0x402a(\"0xd\")](apiBaseUrl)){continue}try{_0x17d184=java[_0x402a(\"0x9\")](Urls[i],{})[_0x402a(\"0xc\")]();if(String(_0x17d184)[_0x402a(\"0xd\")](_0x402a(\"0x0\"))){apiBaseUrl=Urls[i];break}}catch{continue}}cache[_0x402a(\"0xf\")](java[_0x402a(\"0xa\")](_0x402a(\"0xb\")),apiBaseUrl,0x15180)}User=JSON[_0x402a(\"0x13\")](_0x17d184)[Account];Tips=JSON[_0x402a(\"0x13\")](_0x17d184)[_0x402a(\"0x14\")];return User==!0x0||cache[_0x402a(\"0x9\")](java[_0x402a(\"0xa\")](_0x402a(\"0x15\")))?{User:User}:(cache[_0x402a(\"0xf\")](java[_0x402a(\"0xa\")](_0x402a(\"0x15\")),0x1,0x15180),Code(Tips[0x0]),{User:User})}var User=\"\";user_Check();User!==!0x0?res=result:res=result;function Code(_0xfc028){java[_0x402a(\"0x10\")](_0xfc028);let _0x56c54a=Date[_0x402a(\"0x16\")]();while(Date[_0x402a(\"0x16\")]()-_0x56c54a<0x3a98){java[_0x402a(\"0x17\")](_0xfc028);Packages[_0x402a(\"0x18\")][_0x402a(\"0x19\")][_0x402a(\"0x1a\")][_0x402a(\"0x1b\")](0x7d0)}}res;\n</js>",
      "bookUrl": "class.bookname@tag.a@href",
      "coverUrl": "class.bookimg@img@src",
      "intro": "class.bookinfo@p@text",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@tag.a@text##百度搜索.*",
      "name": "class.bookname@tag.a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleToc": {
      "chapterList": "class.listmain@dd!0:1:2:3:4:5:6:7:8:9:10:11",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.gdbzkz.com/s.php?ie=utf-8&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "乐库小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.6lk.la",
    "customButton": false,
    "customOrder": 1444,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1734644546844,
    "respondTime": 2912,
    "ruleBookInfo": {
      "author": ".block_txt2@p.2@text",
      "coverUrl": ".block_img2@img@src",
      "intro": "🕰  更新时间：{{@@p:nth-of-type(6)@text##更新：}}\n📒  作品Tags：{{@@p:nth-of-type(4) a@text##}}\n🔶  状态：{{@@p:nth-of-type(5)@text##状态：}}\n📜  内容简介：\n{{@@.intro_info@text}}##(^|[。！？……；]+[”」）】]?)##$1<br>",
      "kind": ".block_txt2@p.3:4:5@text##.*：|T.*",
      "lastChapter": ".block_txt2@a.3@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".block_txt2@h2@text"
    },
    "ruleContent": {
      "content": "id.nr1@html",
      "nextContentUrl": "id.pb_next@href",
      "replaceRegex": "##\\s*.*\\(第\\d/\\d页\\)\\s*|\\s*（.*下一页.*）\\s*|最新网址：m.6lk.la"
    },
    "ruleExplore": {
      "author": "text##.*\\/",
      "bookList": ".line",
      "bookUrl": "a@href",
      "coverUrl": "a@href##.+\\D((\\d+)\\d{3})\\D##http://www.6lg.org/files/article/image/$2/$1/$1s.jpg###",
      "kind": "text##\\[|\\].*",
      "name": "a@text"
    },
    "ruleSearch": {
      "author": "p.3@text",
      "bookList": ".block",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "kind": "p.2@text##.*：",
      "lastChapter": "a.3@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "h2@text"
    },
    "ruleToc": {
      "chapterList": ".chapter@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href",
      "nextTocUrl": ".right@a@href"
    },
    "searchUrl": "/s.php,{\n  \"method\": \"post\",\n  \"body\": \"q={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "漫画",
    "bookSourceName": "知音漫客",
    "bookSourceType": 2,
    "bookSourceUrl": "https://m.zymk.cn/",
    "customButton": false,
    "customOrder": 1445,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "热血::/sort/5_p{{page}}.html&&\n搞笑::/sort/6_p{{page}}.html&&\n玄幻::/sort/7_p{{page}}.html&&\n生活::/sort/8_p{{page}}.html&&\n恋爱::/sort/9_p{{page}}.html&&\n动作::/sort/10_p{{page}}.html&&\n科幻::/sort/11_p{{page}}.html&&\n战争::/sort/12_p{{page}}.html&&\n悬疑::/sort/13_p{{page}}.html&&\n恐怖::/sort/14_p{{page}}.html&&\n校园::/sort/15_p{{page}}.html&&\n历史::/sort/16_p{{page}}.html&&\n穿越::/sort/17_p{{page}}.html&&\n体育::/sort/19_p{{page}}.html&&\n都市::/sort/20_p{{page}}.html&&\n漫改::/sort/22_p{{page}}.html&&\n修真::/sort/53_p{{page}}.html&&\n霸总::/sort/62_p{{page}}.html&&\n古风::/sort/63_p{{page}}.html&&\n游戏::/sort/64_p{{page}}.html&&\n真人::/sort/65_p{{page}}.html&&\n武侠::/sort/66_p{{page}}.html&&",
    "lastUpdateTime": 1732184856973,
    "respondTime": 1346,
    "ruleBookInfo": {
      "author": "class.author@text",
      "intro": "class.content@text",
      "kind": "class.tags@a@text",
      "name": "h1.name@text"
    },
    "ruleContent": {
      "content": "@js:\nhost='http://mhpic.zymkcdn.com/comic/';\noriginal=result.match(/dr_original:\"([^\"]+)\"/)[1];\nend=result.match(/end_var:(\\d+)/)[1];\n//画质\nhigh='.jpg-zymk.high.webp';\nlow='.jpg-zymk.low.webp';\nmiddle='.jpg-zymk.middle.webp';\n\nhtml='';\nfor(i=1;i<=end;i++){\nhtml+='<img src=\"'+host+original+i+high+'\">\\n'\n}\nhtml",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "",
      "bookList": "class.item@h3",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "img@data-src",
      "kind": "class.score@text",
      "lastChapter": "class.chapter@text",
      "name": "class.title@a@text"
    },
    "ruleToc": {
      "chapterList": "-class.chapterlist@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://m.zymk.cn/sort/all.html?key={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "天域小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.tycqzw.la",
    "bookUrlPattern": "https://www.tycqzw.la/\\d+_\\d+/",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 1446,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部小说\",\"url\":\"https://m.tycqzw.la/xclass/0/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"玄幻小说\",\"url\":\"https://m.tycqzw.la/xclass/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"修真小说\",\"url\":\"https://m.tycqzw.la/xclass/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"都市小说\",\"url\":\"https://m.tycqzw.la/xclass/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"穿越小说\",\"url\":\"https://m.tycqzw.la/xclass/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"网游小说\",\"url\":\"https://m.tycqzw.la/xclass/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"科幻小说\",\"url\":\"https://m.tycqzw.la/xclass/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}},{\"title\":\"其他小说\",\"url\":\"https://m.tycqzw.la/xclass/7/{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}}]",
    "header": "",
    "lastUpdateTime": 1726725933212,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 8394,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作\\s*者：",
      "canReName": "",
      "coverUrl": "id.fmimg@tag.img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content",
      "lastChapter": "id.list@tag.dd.0@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "id.info@tag.h1.0@text",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@html##推荐.*新书.*|手机用户.*阅读体验。",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.author@text##作者：",
      "bookList": "class.hot_sale",
      "bookUrl": "tag.a.0@href@js:\nr=result.match(/_(\\d+)/)\nid=r[1]\nvar iid = parseInt(id/1000);\n'https://www.tycqzw.la/'+iid+'_'+id+'/'",
      "coverUrl": "img@data-original",
      "intro": "class.review@text##简介：",
      "kind": "",
      "lastChapter": "",
      "name": "class.title@text"
    },
    "ruleSearch": {
      "author": "class.even.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.even.0@tag.a.0@href",
      "coverUrl": "class.even.0@tag.a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.tycqzw.la/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": "",
      "kind": "",
      "lastChapter": "class.odd.0@tag.a.0@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.even.0@tag.a.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd@tag.a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "/search.php?searchkey={{key}}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "//2025.7.29 by.◎辞晨◎",
    "bookSourceGroup": "漫画",
    "bookSourceName": "香新漫画",
    "bookSourceType": 2,
    "bookSourceUrl": "https://xapi.xinmanhua.net",
    "customButton": false,
    "customOrder": 1447,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\npush(\"全部🌊分类\",`/search/catalog?keyword=all&ischarge=2&isfinish=2&order=0&page={{page}}\n`,1,1)\n\tarList=[\"治愈\",\"日常\",\"都市\",\"悬疑\",\"科幻\",\"奇幻\",\"热血\",\"武侠\",\"古风\",\"恋爱\",\"少年\",\"日漫\",\"原创\"]\n\tarList.map((tag,id)=>{\n\t\turl=`/search/catalog?keyword=${tag}&page={{page}}\n`;\n\t\tpush(tag, url, 1, 0.25);\n\t\t});\n//java.log(JSON.stringify(sort))\nJSON.stringify(sort)",
    "header": "@js:\nJSON.stringify({\n  'User-Agent': java.getWebViewUA(),\n  'sec-ch-ua-platform': \"\\\"Android\\\"\",\n  'origin': baseUrl,\n  'x-requested-with': \"cn.mujiankeji.mbrowser\",\n  'Referer': baseUrl,\n  'Accept-language': \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"\n})",
    "lastUpdateTime": 1759431337763,
    "respondTime": 1584,
    "ruleBookInfo": {
      "author": "$.data..author",
      "intro": "@JSon:$.data.attributes.intro&&$.data.attributes.description",
      "kind": "$.data..workscate##\\/##,",
      "name": "$.data..title"
    },
    "ruleContent": {
      "content": "<js>\njava.getStringList(\"$.data[*].attributes.url\").toArray().map(x=>`<img src=\"${x}\">`).join('\\n');\n</js>",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.attributes.author",
      "bookList": "$.data[*]",
      "bookUrl": "/worksinfos/{$.attributes.wid}?include=chapters.digests",
      "coverUrl": "$.attributes.logo_detail",
      "kind": "$.attributes.workscate",
      "lastChapter": "$.attributes.lastctitle",
      "name": "$.attributes.title"
    },
    "ruleToc": {
      "chapterList": "$.included.*",
      "chapterName": "$.attributes.title&&$.attributes.intro",
      "chapterUrl": "/chapters/{$.id}/qualitywebs"
    },
    "searchUrl": "/search/selfdefine,{\n  \"method\": \"POST\",\n  \"body\": \"keyword={{key}}&page={{page}}\"\n}",
    "weight": 44
  },
  {
    "bookSourceComment": "@dy_天天的鸟蛋蛋\n//这个小说网简介里面的网站基本都是同模板。\n除了分类不一样。\n如\n请看小说网：https://www.qingkan9.com/\n笔趣阁小说网：http://www.03030.cc/\n。。。\n分类1\n[{\"title\":\"玄幻\",\"url\":\"/list1/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/list2/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/list3/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/list4/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/list5/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/list6/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/list7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/list8/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"排行\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"周榜\",\"url\":\"/top/week_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/top/week_1_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/top/week_2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/top/week_3_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/top/week_4_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/top/week_5_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/top/week_6_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/top/week_7_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/top/week_8_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}\n,{\"title\":\"月榜\",\"url\":\"/top/month_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/top/month_1_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/top/month_2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/top/month_3_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/top/month_4_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/top/month_5_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/top/month_6_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/top/month_7_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/top/month_8_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"总榜\",\"url\":\"/top/all_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/top/all_1_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/top/all_2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/top/all_3_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/top/all_4_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/top/all_5_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/top/all_6_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/top/all_7_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/top/all_8_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"完本\",\"url\":\"/full/0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/full/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/full/2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/full/3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/full/4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/full/5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/full/6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/full/7_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/full/8_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}}]\n分类二\n[{\"title\":\"玄幻\",\"url\":\"/1/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/2/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/3/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/4/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/5/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/6/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/8/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"排行\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"周榜\",\"url\":\"/top/week_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/top/week_1_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/top/week_2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/top/week_3_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/top/week_4_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/top/week_5_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/top/week_6_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/top/week_7_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/top/week_8_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}\n,{\"title\":\"月榜\",\"url\":\"/top/month_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/top/month_1_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/top/month_2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/top/month_3_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/top/month_4_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/top/month_5_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/top/month_6_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/top/month_7_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/top/month_8_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"总榜\",\"url\":\"/top/all_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/top/all_1_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/top/all_2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/top/all_3_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/top/all_4_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/top/all_5_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/top/all_6_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/top/all_7_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/top/all_8_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"完本\",\"url\":\"/full/0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/full/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/full/2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/full/3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/full/4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/full/5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/full/6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/full/7_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/full/8_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}}]",
    "bookSourceGroup": "笔趣阁,女频",
    "bookSourceName": "大唐小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.dtxsw.com",
    "customButton": false,
    "customOrder": 1448,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻\",\"url\":\"/list1/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/list2/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/list3/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/list4/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/list5/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/list6/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/list7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/list8/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"排行\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"周榜\",\"url\":\"/top/week_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/top/week_1_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/top/week_2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/top/week_3_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/top/week_4_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/top/week_5_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/top/week_6_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/top/week_7_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/top/week_8_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}\n,{\"title\":\"月榜\",\"url\":\"/top/month_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/top/month_1_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/top/month_2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/top/month_3_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/top/month_4_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/top/month_5_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/top/month_6_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/top/month_7_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/top/month_8_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"总榜\",\"url\":\"/top/all_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/top/all_1_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/top/all_2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/top/all_3_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/top/all_4_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/top/all_5_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/top/all_6_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/top/all_7_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/top/all_8_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"完本\",\"url\":\"/full/0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/full/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/full/2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/full/3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/full/4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/full/5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/full/6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/full/7_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/full/8_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1737600703499,
    "respondTime": 8602,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "canReName": "",
      "coverUrl": "",
      "init": "",
      "intro": "{{@@[property$=description]@content##(^|[。！？]+[”」）】]?)##$1<br>}}",
      "kind": "[property~=category|status|update_time]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": ".font_max@html",
      "nextContentUrl": "text.下一@href",
      "replaceRegex": "##第\\(\\d+\\/\\d+\\)页|dengbi.net|dmxsw.com|qqxsw.com|yifan.netshuyue.net|epzw.net|qqwxw.com|xsguan.comxs007.com|zhuike.net|readw.com|23zw.cc",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": ".book_other:nth-child(3)@text",
      "bookList": ".row@.col-12",
      "bookUrl": "h3 > a@href",
      "coverUrl": "img@src",
      "kind": "{{@@h3 > a@text##\\[(.*)\\].*##$1}}\n{{@@.book_other:nth-child(4),\n.book_other:nth-child(5)@text##[\\u4e00-\\u9fa5]+：}}",
      "lastChapter": ".book_other:nth-child(6)@text##[\\u4e00-\\u9fa5]+：",
      "name": "h3 > a@text##\\[.*\\]"
    },
    "ruleSearch": {
      "author": ".book_other:nth-child(3)@text",
      "bookList": ".row:nth-child(2) > .col-12:nth-child(n+1)",
      "bookUrl": "h3 > a@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "intro": "",
      "kind": "{{@@h3 > a@text##\\[(.*)\\].*##$1}}\n{{@@.book_other:nth-child(4),\n.book_other:nth-child(5)@text##[\\u4e00-\\u9fa5]+：}}",
      "lastChapter": ".book_other:nth-child(6)@text##[\\u4e00-\\u9fa5]+：",
      "name": "h3 > a@text##\\[.*\\]"
    },
    "ruleToc": {
      "chapterList": ".book_list2 .col-md-3:nth-child(n+1) > a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isPay": "",
      "isVip": "",
      "nextTocUrl": ".page-item.4@a@href\n@js:\nvar resultStr = result && result.length > 0 ? result[0] : \"\";\nvar match = resultStr.match(/\\/index_(\\d+)\\.html/);\nvar n = match && match[1] ? parseInt(match[1], 10) : 1; \nvar list = [];\nfor (var i = 1; i <= n; i++) {\n    list.push(\"index_\" + i + \".html\"); \n}\nlist;"
    },
    "searchUrl": "/search.php?q={{key}}&p={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "/*\n\t12.04 by:遇知  制作\n*/",
    "bookSourceGroup": "免费",
    "bookSourceName": "闲看小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://nav.jijia-co.com##",
    "customButton": false,
    "customOrder": 1449,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\nburl=source.getKey().match(/([^#]*)/)[1];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\n\tpush(\"精选\", `/api/novel/book/v2/plate/book.do?like=0&plateId=302&page={{page-1}}&size=10&t={{Date.now()}}&pkg=com.smart.app.jiudianjiu.xin.leisureNovel`, 1, 0.25);\n\t\n\tfunction bd(i) {\t\t\n\t\t\turl= burl+`/api/novel/book/v2/top.do?channelId=${i}&pkg=com.smart.app.jiudianjiu.xin.leisureNovel`;\n     result=java.ajax(url);\n     return  JSON.parse(result).data; \t\t\n\t\t}\n\t\n\t[[\"男频\",bd(1)],[\"女频\",bd(2)]].map([title,category]=>{\n\tpush(title+\"❤榜单\", null, 1, 1);\n category.map(($)=>{\t   \t\n\t    title=$.topName;\n     \tid=$.topId;\n\t      \turl= `/api/novel/book/v2/top/book.do?topId=${id}&page={{page-1}}&size=10&t={{Date.now()}}&pkg=com.smart.app.jiudianjiu.xin.leisureNovel`;\n\tpush(title, url, 1, 0.25);\n        });\n  });\n  \n\t\n\tfunction fl(i) {\t\t\t\t\t\n\t\t\turl= burl+`/api/novel/book/v2/class.do?channelId=${i}&pkg=com.smart.app.jiudianjiu.xin.leisureNovel`;\n     result=java.ajax(url);\n     return  JSON.parse(result).data; \t\t\n\t\t}\n\t\t\n\t\n\t[[\"男频\",fl(1)],[\"女频\",fl(2)]].map([title,category]=>{\n\tpush(title+\"❤分类\", null, 1, 1);\n\t\n category.map(($)=>{\t   \t\n\t    title=$.className;\n     \tparentClassId=$.classId;\n     \tfl_url=burl+ `/api/novel/book/v2/childClass.do?classId=${parentClassId}&pkg=com.smart.app.jiudianjiu.xin.leisureNovel`;\n     \tD=JSON.parse(java.ajax(fl_url)).data;\n     \tpush(\"\"+title+\"\", null, 1, 1);\n   D.map(($,index)=>{\t   \t\n\t    title=$.className;\n     \tclassId=$.classId;\n\t      \turl= `/api/novel/book/v2/class/book.do?parentClassId=${parentClassId}&classId=${classId}&status=all&page={{page-1}}&size=10&t={{Date.now()}}&pkg=com.smart.app.jiudianjiu.xin.leisureNovel`;\n\t      \tif(D.length > 3&&D.length!=4){\n\t\tif(index+1 <= D.length - D.length%3)\n\t\t\t {\tpush(title, url, 1, 0.25);}\n\t\t\t\telse{ push(title, url, 0, 0.29);}\n\t\t\t\t}\n\t\t\t\telse if(D.length == 4){ push(title, url, 1, 0.4);}\n\t\t\t\telse{ push(title, url, 1, 0.25);}\n        });  \n     });\n  });\n\t\n\t\nJSON.stringify(sort);",
    "header": "@js:\nJSON.stringify({\t\t\n\t\"Keep-Alive\":\"300\",\n\t\"Connection\":\"Keep-Alive\",\n\t\"Cache-Control\":\"no-cache\",\n\t\"Host\":\"nav.jijia-co.com\",\n  \"User-Agent\":\"okhttp/4.9.3\"\n})",
    "lastUpdateTime": 1721269399139,
    "loginUrl": "",
    "respondTime": 2696,
    "ruleBookInfo": {
      "author": "$.author",
      "canReName": "",
      "coverUrl": "$.cover",
      "init": "$.data",
      "intro": "$.bookDesc##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "",
      "name": "$.bookName",
      "tocUrl": "http://nav.jijia-co.com/api/novel/book/chapterlist.do?bookId={{java.put('bookId',java.getString('$.bookId'));}}&t={{Date.now()}}&pkg=com.smart.app.jiudianjiu.xin.leisureNovel",
      "wordCount": "$.words"
    },
    "ruleContent": {
      "content": "<js>\ndata = java.getString('$.data.content');\ncontent = eval(`\"${data}\"`);\n</js>"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data||$.data.books[*]",
      "bookUrl": "http://nav.jijia-co.com/api/novel/book/detail.do?bookId={{$.bookId}}&t={{Date.now()}}&pkg=com.smart.app.jiudianjiu.xin.leisureNovel",
      "checkKeyWord": "",
      "coverUrl": "$.cover",
      "intro": "$.bookDesc",
      "kind": "{{$.className}}\n{{r=java.getString('$.status');\nif(r!=\"\") r=='1'?'完结':'连载';}}",
      "name": "$.bookName",
      "wordCount": "$.words"
    },
    "ruleToc": {
      "chapterList": "$.data",
      "chapterName": "$.chapterName",
      "chapterUrl": "http://nav.jijia-co.com/api/novel/book/chapter.do?bookId={{java.get('bookId');}}&chapterId={{$.chapterId}}&t={{Date.now()}}&pkg=com.smart.app.jiudianjiu.xin.leisureNovel",
      "isVolume": ""
    },
    "searchUrl": "http://nav.jijia-co.com/api/novel/book/search/result.do?like=0&page={{page-1}}&size=10&keywords={{key}}&type=&t={{Date.now()}}&pkg=com.smart.app.jiudianjiu.xin.leisureNovel",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "顶点小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://api.basusan.com#🎃",
    "customButton": false,
    "customOrder": 1450,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar sort=[];\npush=(title,url,type,size)=>sort.push({\n    \"title\": title,\n    \"url\": url?url:\"\",\n    \"style\": {\n      \"layout_flexGrow\": type,\n      \"layout_flexBasisPercent\": size,\n    }\n  });\n\nbd=[\"必读榜\",\"潜力榜\",\"完本榜\",\n\"更新榜\",\"搜索榜\",\"评论榜\"];\npd=[[\"男频\",\"1\"],\n\t[\"女频\",\"2\"]].map([title,id]=>{\npush(title+'榜单', null, 1, 1);\n\t\tbd.map((title,index)=>{\t\t\t\n\t\t  \turl= `/module/rank?type=${index+1}&channel=${id}&page={{page}}`; \n\t\t\t\tpush(title, url, 1, 0.25);\t\t\t\t\t\t\t\t\t\t\n\t\t\t});\n\t});\n  \nbook=[[\"男频\",\n[[\"玄幻\",\"lejRej\"],[\"都市\",\"mbk5ez\"],[\"武侠\",\"nel5aK\"],[\"仙侠\",\"vbmOeY\"],[\"军事\",\"penRe7\"],[\"历史\",\"xbojag\"],[\"游戏\",\"mep2bM\"],[\"科幻\",\"zbq2dp\"],[\"轻小说\",\"YerEdO\"]]],\n\t [\"女频\",\n[[\"现代言情\",\"9avmeG\"],[\"古代言情\",\"DdwRb1\"],[\"幻想言情\",\"7ax9by\"],[\"青春校园\",\"Pdy7aQ\"],[\"唯美纯爱\",\"kazYeJ\"],[\"同人衍生\",\"9aAOdv\"]]]].map([tit1,category]=>{\n\t \t\t[[\"连载\",\"0\"],[\"完结\",\"1\"]].map([tit2,id]=>{  \n\t    push(tit1+'•'+tit2, null, 1, 1);   \n     category.map([title,cid]=>{\t    \n\turl= `/novel?isComplete=${id}&sort=1&page={{page}}&categoryId=${cid}`;\t\n\t\t\t \tpush(title, url, 1, 0.25);\n        });\n      });\n  });\n\nJSON.stringify(sort)",
    "header": "@js:\nvar uid=java.randomUUID(),\nsid=String(uid).replace(/\\-/g,\"\");\nhead={\n\t   \"client-device\": sid,\n    \"client-brand\": \"vivo\",\n    \"client-version\": \"1.0.0\",\n    \"client-channel\": \"android\",\n    \"client-name\": \"app.maoyankanshu.novel\",\n    \"alias-name\": \"maoyankanshu\",\n    \"client-source\": \"android\",\n    \"Authorization\": \"bearereyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9hcGkuYW53YWJlbi5jb21cL2F1dGhcL3RoaXJkIiwiaWF0IjoxNzA0OTc3ODY5LCJleHAiOjE3OTgyODk4NjksIm5iZiI6MTcwNDk3Nzg2OSwianRpIjoiSG9IcHpNbzNxa1hvYWxYUCIsInN1YiI6OTc5MjYsInBydiI6ImExY2IwMzcxODAyOTZjNmExOTM4ZWYzMGI0Mzc5NDY3MmRkMDE2YzUifQ.Q21n8Tv71pyScM6HsKsiPuPsSXukqBKNm7GObPdR8q4\",\n    \"User-Agent\": \"okhttp/4.9.2\"\n    };\nJSON.stringify(head)",
    "lastUpdateTime": 1721132834571,
    "respondTime": 3935,
    "ruleBookInfo": {
      "author": "$.authorName",
      "coverUrl": "$.cover",
      "init": "$.data",
      "intro": "$.summary",
      "kind": "$..className&&$.lastUpdatedAt",
      "lastChapter": "$.lastChapter.chapterName",
      "name": "$.novelName",
      "tocUrl": "http://api.basusan.com/novel/{{$.novelId}}/chapters",
      "wordCount": "$.wordNum"
    },
    "ruleContent": {
      "content": "$.content"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.authorName",
      "bookList": "$.data[*]",
      "bookUrl": "http://api.basusan.com/novel/{{$.novelId}}?isSearch=1",
      "checkKeyWord": "剑来",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "$..className&&$.createdAt",
      "name": "$.novelName",
      "wordCount": "$.wordNum"
    },
    "ruleToc": {
      "chapterList": "$.data.list.*",
      "chapterName": "$.chapterName",
      "chapterUrl": "$.path\n@js:\nvar data=String(result),\ntype=\"AES/CBC/PKCS5Padding\",\nkey=\"f041c49714d39908\",\niv=\"0123456789abcdef\";\njava.createSymmetricCrypto(type,key,iv).decryptStr(data);",
      "preUpdateJs": "java.refreshTocUrl()",
      "updateTime": "{{$.updatedAt}} • {{$.wordNum}}字"
    },
    "searchUrl": "http://api.basusan.com/search?keyword={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "『封面拼接js』\n2024.4.19\nby墨殇",
    "bookSourceGroup": "免费",
    "bookSourceName": "鸟书网吧",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.99xs.info/",
    "bookUrlPattern": "http://wap.99mk.cc/\\d+/list.html",
    "customButton": false,
    "customOrder": 1451,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"首页\",\"url\":\"/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1.00}},{\"title\":\"玄幻\",\"url\":\"/type/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠\",\"url\":\"/type/2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/type/3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史\",\"url\":\"/type/4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游\",\"url\":\"/type/5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"/type/6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女生\",\"url\":\"/type/7_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"排行榜\",\"url\":\"/type/9_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"全本\",\"url\":\"/type/0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1739069483292,
    "loginUrl": "",
    "respondTime": 10727,
    "ruleBookInfo": {
      "author": "tag.span.0@text##作者：",
      "coverUrl": "img@src",
      "init": "",
      "intro": ".book_about@text##简介：",
      "kind": "span[3:5]@text",
      "lastChapter": "dd a.0@text",
      "name": "class.name@text",
      "tocUrl": "text.查看更多章节@href",
      "wordCount": "tag.span.5@text##字数："
    },
    "ruleContent": {
      "content": "#chaptercontent@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##.*本章未完.*|.*阅读网址：.*|.*\\(第\\d+\\/\\d+页\\)"
    },
    "ruleExplore": {
      "author": "class.s3@text",
      "bookList": ".lis li",
      "bookUrl": "a@href",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.99mk.net/headimgs/'+iid+'/'+id+'/s'+id+'.jpg';\n</js>",
      "intro": "dd@text",
      "kind": "class.s1@text##\\[|\\]",
      "lastChapter": "",
      "name": "class.s2@a@text"
    },
    "ruleSearch": {
      "author": "class.author@text##作者：",
      "bookList": "class.bookbox",
      "bookUrl": "a@href",
      "checkKeyWord": "万族之劫",
      "coverUrl": "img@src",
      "intro": "p@text",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@a@text",
      "name": "h4@a@text"
    },
    "ruleToc": {
      "chapterList": ".book_last dl dd a",
      "chapterName": "text",
      "chapterUrl": "href@js:result+',{webView:“true”}'"
    },
    "searchUrl": "/search.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "/*\n\t12.01 by:遇知  制作\n\t\n     \n      注：登入或源变量设置显示分类，默认显示人气分类。\n*/\napi_Params = {\n\t\"api_key\":\"20009032\",\n\t\"api_secret\":\"00f917d5b90b77c7\",\n\t\"brand\":\"XIAOMI\",\n\t\"channel\":\"manmeng-android\",\n\t\"device_id\":\"{{java.randomUUID()}}\",\n\t\"from_system\":\"manmeng-reader\",\"gender\":1,\n\t\"hardware_id\":\"CBEE6D1A03C889906CBE4042B365C3F52CF4DED5\",\n\t\"imei\":\"\",\"mode\":\"prod\",\"model\":\"10X\",\n\t\"net_type\":\"UNKNOWN\",\"oaid\":\"\",\n\t\"operate_time\":\"{{Date.now()}}\",\n\t\"os\":\"android\",\"os_version\":\"7.1.2\",\n\t\"req_id\":\"{{java.randomUUID()}}\",\n\t\"teenagers_mode\":0,\"uid\":\"18065101\",\"version\":\"1.0.19\"};\n  \n body = Object.assign(link_Params, api_Params);\n  \n  sn=body+\"%@*!^#!@(@\";\nsign=java.md5Encode(sn);\nvar nowTime = Date.now() + 8*3600 * 1000;\nvar t=java.timeFormatUTC(nowTime,'HHmmss',0);\nurl = link_Urlpath+`?t=${t}&sign=${sign},` + JSON.stringify({\"body\": body,\"method\": \"POST\"}); ",
    "bookSourceGroup": "免费",
    "bookSourceName": "满孟小说（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://reader.manmeng168.com/##",
    "customButton": false,
    "customOrder": 1452,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\n\nbd=[\"推荐榜\",\"人气榜\",\"完结榜\",\"好评榜\",\"新书榜\",\"热搜榜\",\"黑马榜\"];\n\t[[\"男频\",\"1\"],[\"女频\",\"2\"]].map([title,gender]=>{\npush(title+'榜单', null, 1, 1);\n\t\tbd.map((title,type)=>{\t\t\t\t\t\n\t\t\tlink_Urlpath = \"/v1/android/ranking/query_ranking\";\n\t   \tlink_Params =\t{\t\"category_name\":\"全部\",\"location\":0,\n\t\"ranking_type\":type+100,\"suit_gender\":gender};\n\t\n\t\t \teval(String(source.bookSourceComment));\t\t\t\n\t\t\t\tif(type+1 <= bd.length - bd.length%3)\n\t\t\t {\tpush(title, url, 1, 0.25);}\n\t\t\t\telse{ push(title, url, 0, 0.3);}\t\t\t\t\t\t\t\t\t\t\n\t\t\t});\n\t});\n\n\neval(String(source.loginUrl));\nfl =[[\"男频\",\"1\",\n[\"都市\",\"系统\",\"重生\",\"历史\",\"玄幻\",\"末日\",\"特种兵\",\"神豪\",\"洪荒\",\"仙侠\",\"娱乐圈\",\"穿越\",\"游戏\",\"签到\",\"战争\",\"二次元\",\"无限流\",\"直播\",\"扮猪吃虎\",\"科幻\",\"影视\",\"大唐\",\"武侠\",\"盗墓\",\"体育\",\"僵尸\",\"异能\",\"奶爸\",\"三国\",\"海岛\",\"灵异\",\"明朝\",\"神医\",\"赘婿\",\"鉴宝\",\"兵王\",\"悬疑\"]],\n[\"女频\",\"2\",\n[\"现言\",\"穿越\",\"豪门\",\"快穿\",\"年代\",\"种田\",\"古言\",\"幻言\",\"嫡女\",\"甜宠\",\"纯爱\",\"虐恋\",\"娱乐圈\",\"灵异\",\"女尊\",\"宠妻\",\"校园\",\"团宠\",\"腹黑\",\"清穿\",\"王妃\",\"青春\",\"宫斗\",\"影视\",\"萌宝\",\"庶女\",\"重生\"]]];\nfl.map([title1,gender,list]=>{\n  [[\"连载\",\"1\"],[\"完结\",\"2\"]].map([title2,complete]=>{\n  \t\n\tpush(title1+''+Name+''+title2, null, 1, 1);\n\t  list.map((title,index)=>{\n\t  \tlink_Urlpath = \"/v1/quick_app/resource/query_novel_rank\";\n\t  \tlink_Params = {\"category_name\":title,\"complete_type\":complete,\"count_type\":0,\"rank_type\":rank_type,\"suit_gender\":gender,\"page_index\":\"{{page}}\"};\n\t  \t\n\t  \t\teval(String(source.bookSourceComment));\t\t\t\n\tif(index +1<= list.length - list.length%3)\n\t\t\t {\tpush(title, url, 1, 0.25);}\n\t\t\t\telse{ push(title, url, 0, 0.29);}\n     \t   \t});\n    \t});\n\t});\n\nJSON.stringify(sort);",
    "header": "{\n  \t\"clientAppId\":\"10001\",\t\n\t\t\"Content-Type\":\"application/json; charset=UTF-8\",\n\t\t\"Connection\":\"Keep-Alive\",\n\t\"Host\":\"reader.manmeng168.com\",\n  \"User-Agent\":\"okhttp/4.9.1 Dalvik/2.1.0 (Linux; U; Android 7.1.2; 10X Build/N2G47H)\"\n}",
    "lastUpdateTime": 1732962767859,
    "loginUi": "[ \t\n  {\n    \t\tname: \"\\t\\t\\t\\t\\t\\t\\t\\t\\t⚫ 设置【分类】显示 ⚫\\t\\t\\t\\t\\t\\t\\t\\t\\t\",\n    \t\ttype: \"button\",\n    \t\taction: \"java.toast('❗设置后请刷新❗')\"\n  },   \n \t{\n    \t\tname: \"\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t📛 当前设置 📛\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\",\n    \t\ttype: \"button\",\n    \t\taction: \"get(v)\"\n    \t\t},\n    {\n        name: \"\\t\\t⭕ 人气 ⭕\\t\\t\",\n        type: \"button\",\n        action: \"set(0)\"\n    },\n    {\n        name: \"\\t\\t⭕ 好评 ⭕\\t\\t\",\n        type: \"button\",\n        action: \"set(1)\"\n    },\n    {\n        name: \"\\t\\t⭕ 热销 ⭕\\t\\t\",\n        type: \"button\",\n        action: \"set(2)\"\n    }\n]",
    "loginUrl": "Rank_type = [[\"人气\",\"1\"],[\"好评\",\"2\"],[\"热销\",\"3\"]];\n\n\tvar v=source.getVariable();\n\tif(v==null||v==\"\"){\n\t\trank = Rank_type[0],Name=rank[0],rank_type=rank[1];\n\t\tjava.toast('\\n❗未设置❗\\n默认启用\t\t 【'+Name+'分类】 接口');\n\t\tsource.setVariable(\"0\");\n\t}\n else{\nvar v = v.match(/\\d+$/)[0],\n rank = Rank_type[v],Name=rank[0],rank_type=rank[1];\n java.toast('\\n❗当前设置：【'+Name+'分类】 接口');\n }\n\t \nfunction get(n){\t  \n\trank = Rank_type[n];\n\tjava.toast(\"当前接口：\"+rank[0]);\n}\t\n\nfunction set(i){\n\trank = Rank_type[i];\n\tjava.toast(\"设置成功！\"+rank[0]);\n\treturn source.setVariable(i)\n\t}",
    "respondTime": 7120,
    "ruleBookInfo": {
      "author": "$.author",
      "canReName": "",
      "coverUrl": "$.image_url",
      "init": "$.data",
      "intro": "<br>\n{{r=java.getString('$.lead_role');\nif(r!=\"\") '👥 主角：'+r;}}\n 标签：{{$.tag}}\n🕰 更新：{{java.timeFormatUTC(java.getString('$.last_version_v2')*1000,'yyyy-MM-dd HH:mm',0)}}\n🔗 源站：{{$.source}}\n📂 简介：{{$.desc_info}}\n♠️ {{$.long_copyright##，如有任何疑.*##。}}",
      "kind": "{{$.category_name}}\n{{r=java.getString('$.suit_gender');\nif(r!=\"\") r=='1'?'男频':'女频';}}\n{{r=java.getString('$.completed');\nif(r!=\"\") r=='true'?'完结':'连载';}}\n{{r=java.getString('$.rank_score');\nr!=0.0?r+'分':\"\";}}",
      "lastChapter": "$.newest_chapter_name",
      "name": "$.name",
      "tocUrl": "@js:\nid='{{$.id}}';\njava.put('bid',id);\nsn=id+\"$%@*!^#!@(@\";\nsign=java.md5Encode(sn);\nurl = `/v1/book/chapter_list?novel_id=${id}&sign=${sign}`;",
      "wordCount": "$.word_count"
    },
    "ruleContent": {
      "content": "$..content"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data.novel_list||$.data",
      "bookUrl": "@js:\nlink_Urlpath = \"/v1/android/book/query_novel_info_with_recommend\";\nlink_Params =\t{\"novel_id\":\"{{$.id}}\"};\n\neval(String(source.bookSourceComment));",
      "checkKeyWord": "",
      "coverUrl": "$.image_url",
      "intro": "$.desc_info",
      "kind": "{{$.category_name}}\n{{r=java.getString('$.suit_gender');\nif(r!=\"\") r=='1'?'男频':'女频';}}\n{{r=java.getString('$.completed');\nif(r!=\"\") r=='true'?'完结':'连载';}}\n{{r=java.getString('$.rank_score');\nr!=0.0?r+'分':\"\";}}",
      "lastChapter": "$.newest_chapter_name",
      "name": "$.name",
      "wordCount": "$.word_count"
    },
    "ruleToc": {
      "chapterList": "$.data",
      "chapterName": "$.name",
      "chapterUrl": "@js:\nlink_Urlpath = \"/v1/book/chapter_contents\";\nlink_Params =\t{\"chapter_ids\":\"{{$.chapter_id}}\",\"is_last\":true,\"novelId\":\"{{java.get('bid');}}\"}\n\neval(String(source.bookSourceComment));",
      "updateTime": "{{java.timeFormatUTC(java.getString('$.version')*1000,'yyyy-MM-dd HH:mm',0)}} 字数:{{$.word_count}}"
    },
    "searchUrl": "@js:\nlink_Urlpath = \"/v1/android/resource/do_search\";\nlink_Params =\t{\"keyword\":\"{{key}}\",\"page_index\":\"{{page}}\",\"page_size\":20};\n\neval(String(source.bookSourceComment));",
    "variableComment": "0：人气 \n1：好评 \n2：热销",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "晚班小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.99mk.info",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1453,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1721151221006,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 2400,
    "ruleBookInfo": {
      "author": "class.info@tag.span.0@text##作者：",
      "coverUrl": "class.cover@tag.img@src",
      "intro": "class.intro@text##简介：|各位书友.*",
      "kind": "class.info@tag.span.1@text##分类：",
      "lastChapter": "class.info@tag.a.-1@text&&class.info@class.last.0@text##更新时间：|..\\:.*",
      "name": "class.info@tag.h2@text",
      "tocUrl": "text.开始阅读@href"
    },
    "ruleContent": {
      "content": ".ReadAjax_content@html",
      "imageStyle": "0",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##请记住本书首发.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@text##作者：",
      "bookList": "class.bookbox",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src",
      "intro": "tag.p@text",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@tag.a@text",
      "name": "tag.h4@text"
    },
    "ruleToc": {
      "chapterList": "class.book_last@dl@dd@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://wap.99mk.net/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "爱曲小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.xbiqusa.com/##@遇知",
    "customButton": false,
    "customOrder": 1454,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"全部分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻\",\"url\":\"/xclass/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修真\",\"url\":\"/xclass/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/xclass/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越\",\"url\":\"/xclass/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游\",\"url\":\"/xclass/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"/xclass/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其它\",\"url\":\"/xclass/7/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"周榜\",\"url\":\"/ph/week_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月榜\",\"url\":\"/ph/month_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总榜\",\"url\":\"/ph/all_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"完结分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻\",\"url\":\"/quanben1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修真\",\"url\":\"/quanben2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/quanben3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越\",\"url\":\"/quanben4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游\",\"url\":\"/quanben5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"/quanben6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其它\",\"url\":\"/quanben7_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}\n]",
    "lastUpdateTime": 1721149861788,
    "respondTime": 9602,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "🔔 更新时间：{{@@[property=\"og:novel:update_time\"]@content##\\s##🔸}}\n\n📂 内容简介：{{@@[property=\"og:description\"]@content}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#content@html",
      "imageStyle": "",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##^(.|\\n)*?最新网址：.*|最新网址：(.|\\n)*$",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "name": ""
    },
    "ruleSearch": {
      "author": ".author a.1@text",
      "bookList": ".hot_sale",
      "bookUrl": "a.0@href@js:##.+\\D((\\d+)\\d{3})\\D##https://www.xbiqusa.com/$2_$1/###",
      "coverUrl": "a.0@href@js:##.+\\D((\\d+)\\d{3})\\D##https://www.xbiqusa.com/files/article/image/$2/$1/$1s.jpg###",
      "intro": ".review@text##简介：",
      "kind": "{{@@.author.1@text##\\s\\| .*}}{{@@.author.1@textNodes##.*：}}",
      "lastChapter": ".author a.2@text",
      "name": ".title@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://m.xbiqusa.com/SearchBook.php?keyword={{key}}",
    "weight": 43
  },
  {
    "bookSourceComment": "//@youke2580发现规则",
    "bookSourceGroup": "免费",
    "bookSourceName": "爱看小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.2kk.la",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1455,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar sort=[];\nvar push=(title,url,size)=>sort.push({\n  \t\"title\": title,\n  \t\"url\": url,\n  \t\"style\": {\n   \"layout_flexGrow\": 1,\n   \"layout_flexBasisPercent\": size\n   }\n });\n\nvar url=source.key;\nvar fl=url+\"/xs1.html\";\nvar ph=url+\"/top/\";\nvar qb=url+\"/quanben.html\";\nvar html=java.ajax(fl);\nvar src=java.ajax(qb);\n\nif(html&&src){\na=org.jsoup.Jsoup.parse(html).select(\".sortChannel_nav a\");\nb=org.jsoup.Jsoup.parse(src).select(\".sortChannel_nav a\");\npush(\"🌹分类🌹\",null,1)\n    for(i in a){\n        title=a[i].text()\n        url=a[i].attr(\"href\")\n        size=0.25;\n  url=String(url).replace(\".html\",\"<,_{{page}}>.html\")\n        push(title,url,size)\n    };\n push(\"🌹全本🌹\",null,1)\n    for(i in b){\n        title=b[i].text()\n        url=b[i].attr(\"href\")\n  url=String(url).replace(\".html\",\"<,_{{page}}>.html\")\n        size=0.25;\n        push(title,url,size)\n    }\n    \n}else{\n  java.toast(\"发现列表获取失败！\")\n}\n\nJSON.stringify(sort)\n",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1733326078361,
    "respondTime": 8241,
    "ruleBookInfo": {
      "author": "p.author@text",
      "coverUrl": ".synopsisArea_detail img@src",
      "intro": "p.review@text",
      "kind": ".synopsisArea_detail p.1:2:3@text\n##类别：|状态：|更新：",
      "lastChapter": ".str-over-dot a@text",
      "name": "span.title@text",
      "tocUrl": "text.完整目录@href"
    },
    "ruleContent": {
      "content": "#chaptercontent>p@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##（本章未完.*继续阅读）|{{chapter.title}}| \\(第.+页\\)"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "p.1@text",
      "bookList": ".hot_sale",
      "bookUrl": "a@href",
      "checkKeyWord": "剑来",
      "coverUrl": "img@data-original",
      "intro": "p.2@text##简介：",
      "kind": "0",
      "name": "p.0@text"
    },
    "ruleToc": {
      "chapterList": "#chapterlist p!0@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "未月十八净化",
    "bookSourceGroup": "免费",
    "bookSourceName": "七七读书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.dushu.com未月十八repairwy-",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1456,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::http://www.77dushu.com/store/1_{{page}}.html\n仙侠小说::http://www.77dushu.com/store/2_{{page}}.html\n都市小说::http://www.77dushu.com/store/3_{{page}}.html\n言情小说::http://www.77dushu.com/store/4_{{page}}.html\n穿越小说::http://www.77dushu.com/store/5_{{page}}.html\n科幻小说::http://www.77dushu.com/store/6_{{page}}.html\n恐怖小说::http://www.77dushu.com/store/7_{{page}}.html\n网游小说::http://www.77dushu.com/store/8_{{page}}.html",
    "lastUpdateTime": 1720893330202,
    "loginUrl": "",
    "respondTime": 1259,
    "ruleBookInfo": {
      "coverUrl": "tag.img.1@src",
      "intro": "id.intro@text",
      "lastChapter": "class.update@a@text",
      "name": "tag.h1@text##搜索关键词.*"
    },
    "ruleContent": {
      "content": "id.ChapterContents@html##(更新速度最快赶|全集txt下载)[\\s\\S]+|txt下载地址.*|手机阅读.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.td.5@text||class.shu_xinxi@h4@small@text",
      "bookList": "class.BOX@tag.tr!0||class.shu_cont@children",
      "bookUrl": "class.red@href||class.shu_xinxi@h4@a@href",
      "coverUrl": "img@src|class.red@href<js>'/files/article/image'+String(result).replace(/.*?(\\d*?)(\\d{1,3})\\//,'/$1/$1$2/$1$2s.jpg').replace('//','/0/')</js>",
      "kind": "tag.td.1@text##\\[|\\]",
      "lastChapter": "tag.td.3@text",
      "name": "tag.td.2@text||class.shu_xinxi@h4@a@text##搜索关键词.*"
    },
    "ruleToc": {
      "chapterList": "class.zjlist@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.77dushu.com/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "猪猪书网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.zzs5.info",
    "customButton": false,
    "customOrder": 1457,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"穿越\",\"url\":\"/chuanyue/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/yanqing/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"灵异\",\"url\":\"/lingyi/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/wuxia/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/kehuan/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/lishi/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"校园\",\"url\":\"/xiaoyuan/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"文学\",\"url\":\"/wenxue/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"魔幻\",\"url\":\"/mohuan/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"重生\",\"url\":\"/chongsheng/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"耽美\",\"url\":\"/danmei/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"国外\",\"url\":\"/guowai/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/wangyou/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"豪门\",\"url\":\"/haomen/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/qita/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"人物\",\"url\":\"/renwu/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1734838910417,
    "respondTime": 25244,
    "ruleBookInfo": {
      "author": "tbody.1@tr.3@td.1@text||.bookd-title@dd@ownText##.*作者.|\\s.*",
      "intro": ".show_content!1@html",
      "kind": ".catpos@a.1@text&&tbody.1@tr.3@td.0@text&&.bookd-title@dd@ownText##.*：|小说|\\s.*",
      "lastChapter": "tbody.1@a@text||.list@a.-1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "tbody.0@h1@text||.bookd-title@h1@text##下载",
      "tocUrl": "id.downlink@a.0@href",
      "wordCount": "tbody.1@tr.2@td.1@text##.*："
    },
    "ruleContent": {
      "content": ".content!0@html"
    },
    "ruleExplore": {
      "author": "a.1@href<js>java.ajax(result)</js>##作者.([^<]+)##$1###",
      "bookList": "tbody.0@tr",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "td.1@text##.*介绍.|发布时间.*",
      "kind": "p.0@text##.*时间.|\\s.*",
      "lastChapter": "a.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.1@text",
      "wordCount": "p.0@text##.*：|\\s"
    },
    "ruleSearch": {
      "author": "a.1@href<js>java.ajax(result)</js>##作者.([^<]+)##$1###",
      "bookList": "tbody@tr",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "kind": "p.0@text##.*：|\\s",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".list@dd@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/index.php?m=search&c=index&a=init&typeid=2&siteid=1&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "// Error: 下载链接为空\n\n2022-08-15\n@tjjj812\n可搜，有分类，有预览图，能下载\n在线看网站是按照字数分页的，所以没有目录，最佳食用方式是下下来看。\n把【类型】改为【文本】就可以在线看了。\n不要用网页版编辑这个书源！！！\n不要用网页版编辑这个书源！！！\n不要用网页版编辑这个书源！！！\n网页版有bug\n如果编辑了之后要到手机端把【类型】改为【文件】，\n把详情页下载url规则改为\n【@js:java.get(\"bookDownURL\")】\n原看帮网，搞了一遍通过详情预处理来进行解析，并通过get方法获取文件地址的方式获取文件，站点也有ZIP可下，有需要的可以改成下载ZIP\n需要设置本地文件存储位置才能正确下载。\n用手机写js写的脑仁疼。。。",
    "bookSourceGroup": "免费",
    "bookSourceName": "📚皇帝之家",
    "bookSourceType": 3,
    "bookSourceUrl": "https://www.huangdizhijia.com#下载",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1458,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"📚📚📚📚站点都是校对的全本小说………………………………\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"👨‍🦰男频榜单…………………………………………………………\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻仙侠\",\"url\":\"/male/xhxx/list_2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"都市官场\",\"url\":\"/male/dsgc/list_3_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"科幻奇幻\",\"url\":\"/male/khqh/list_4_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"恐怖推理\",\"url\":\"/male/kbtl/list_5_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"动漫同人\",\"url\":\"/male/dmtr/list_6_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"游戏竞技\",\"url\":\"/male/yxjj/list_7_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"穿越历史\",\"url\":\"/male/cyls/list_8_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"军事战争\",\"url\":\"/male/jszz/list_9_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"👩‍🦰女频榜单…………………………………………………………\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"现代言情\",\"url\":\"/female/xdyq/list_11_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"古代言情\",\"url\":\"/female/gdyq/list_12_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"仙侠魔幻\",\"url\":\"/female/xxmh/list_13_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"耽美百合\",\"url\":\"/female/dmbh/list_14_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"科幻恐怖\",\"url\":\"/female/khkb/\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"娱乐同人\",\"url\":\"/female/yltr/\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"📖实体图书…………………………………………………………\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"古今文学\",\"url\":\"/book/gjwx/list_18_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"经济管理\",\"url\":\"/book/jjgl/\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"励志教育\",\"url\":\"/book/lzjy/\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"人文社科\",\"url\":\"/book/rwsk/list_21_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"外国名著\",\"url\":\"/book/wgmz/list_22_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"品质生活\",\"url\":\"/book/pzsh/list_23_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.24,\"layout_flexGrow\":0.32}},\n{\"title\":\"↑↑▲▲▲▲↑↑\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}}\n]",
    "header": "",
    "lastUpdateTime": 1721584494895,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 180260,
    "ruleBookInfo": {
      "author": "@js:java.get(\"bookAuthor\")",
      "coverUrl": "@js:java.get(\"bookPic\")",
      "init": "class.online-read@tag.div@tag.a@text.在线阅读&&id.content@tag.div.0@class.article@tag.a&&class.btn@tag.a&&#info&&class.all@tag.span@class.intro@tag.div.0\n<js>\nif(result.length > 0){\njava.log(result);\n\tvar info = result[result.length-2].text();\n\tjava.log(\"1111111111111111111111111111111111111111111111111111\");\n\tjava.log(info);\n\tvar size = parseInt(parseFloat(info.match(/\\d*\\.\\d+(?=\\s*MB)/)[0])*1024*512);\n\tjava.put(\"bookTitle\",result[1].attr(\"title\"));\n\tjava.put(\"bookAuthor\",result[2].text());\n\tjava.put(\"bookKinds\",[result[3].text(),result[4].text(),info.match(/\\d\\d\\d\\d.\\d\\d.\\d\\d/)[0]]);\n\tjava.put(\"bookcCount\",size);\n\tjava.put(\"lastChaptor\",\"\");\n\tjava.put(\"bookIntro\",result[result.length-1].html());\n\tjava.put(\"bookPic\",result[1].getElementsByTag(\"img\")[0].attr(\"src\"));\n\tjava.put(\"bookTocURL\",result[0].attr(\"href\"));\n\tjava.put(\"bookDownURL\",result[result.length-3].attr(\"href\"));\n\tvar asd = java.get(\"https://www.huangdizhijia.com\" + java.get(\"bookDownURL\"), {\"method\":\"POST\"}).parse().getElementsByClass(\"btn-main-stroke\");\n\tfor(var i in asd){\n\t\tif(asd[i].text().match(/TXT格式下载/)){\n\t\t\tjava.put(\"bookDownURL\",\"https://www.huangdizhijia.com\" + asd[i].attr(\"href\"));\n\t\t\tbreak;\n\t\t}\n\t}\n\tjava.log(java.get(\"bookDownURL\"));\n\n}\nresult = \"\";\nresult;\n</js>",
      "intro": "@js:java.get(\"bookIntro\")",
      "kind": "@js:java.get(\"bookKinds\")",
      "lastChapter": "@js:java.get(\"lastChaptor\")",
      "name": "@js:java.get(\"bookTitle\")",
      "wordCount": "@js:java.get(\"bookcCount\")"
    },
    "ruleContent": {
      "content": "class.m-book-detail@tag.section@textNodes"
    },
    "ruleExplore": {
      "author": "//*[@class=\"pub\"]/text()##\\/.*",
      "bookList": "<js>java.log(result)</js>//*[@class=\"subject-item\"]",
      "bookUrl": "//h2/a/@href",
      "coverUrl": "//img/@src",
      "intro": "//p/allText()",
      "name": "class.info@tag.h2.0@text##(\\(校对\\))|(\\(精校\\))"
    },
    "ruleSearch": {
      "author": "//*[@class=\"pub\"]/text()##\\/.*",
      "bookList": "//*[@class=\"subject-item\"]",
      "bookUrl": "//h2/a/@href",
      "coverUrl": "//img/@src",
      "intro": "//p/allText()",
      "name": "class.info@tag.h2.0@text##(\\(校对\\))|(\\(精校\\))"
    },
    "ruleToc": {
      "chapterList": "class.m-catalist-detail@tag.li@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "plus/search.php?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "// Error: 下载链接为空\n\n更新：\n使用说明",
    "bookSourceGroup": "免费",
    "bookSourceName": "优品学习（发现）",
    "bookSourceType": 3,
    "bookSourceUrl": "https://www.ypppt.com",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 1459,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1721279150473,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 180384,
    "ruleBookInfo": {
      "author": "",
      "canReName": "",
      "coverUrl": "",
      "init": "\n",
      "intro": "@js:\nvar lis = {\n  比例:(String(src).match(/比例：.*?\\n/)),\n  页数:(String(src).match(/页数：.*?\\n/)),\n  格式:(String(src).match(/格式：.*?\\n/)),\n  大小:(String(src).match(/大小：.*?\\n/)),\n  日期:(String(src).match(/日期：.*?\\n/)),\n  效果:(String(src).match(/效果：.*?\\n/))\n}\n\"    \" + lis['比例'] + lis['页数'] + lis['格式'] + lis['大小'] + lis['日期'] + lis['效果']",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "tocUrl": "class.down-button@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "html",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "",
      "bookList": "class.posts clear@li",
      "bookUrl": "a.1@href",
      "coverUrl": "a.0@img@src",
      "intro": "",
      "kind": "div@span.0@a@text",
      "lastChapter": "",
      "name": "a.1@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.down clear@li",
      "chapterName": "a@text##2##1",
      "chapterUrl": "",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://www.ypppt.com/p/search.php?kwtype=1&q={{key}}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "蛋文库",
    "bookSourceType": 0,
    "bookSourceUrl": "https://danwenku.com#",
    "bookUrlPattern": "https://danwenku.com/\\w+/\\d+.html",
    "customButton": false,
    "customOrder": 1460,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "同人::/e/search/result/index.php?page={{page}}&searchid=1605\n生子::/e/search/result/index.php?page={{page}}&searchid=127\n重生::/e/search/result/index.php?page={{page}}&searchid=4\n百合::/e/search/result/index.php?page={{page}}&searchid=8734\n现代::/e/search/result/index.php?page={{page}}&searchid=1677\n末世::/e/search/result/index.php?page={{page}}&searchid=20\n古代::/e/search/result/index.php?page={{page}}&searchid=512\n双性::/e/search/result/index.php?page={{page}}&searchid=178",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1716235191929,
    "respondTime": 5115,
    "ruleBookInfo": {
      "author": ".single-cat@span@text",
      "name": "h1@text##——.*"
    },
    "ruleContent": {
      "content": ".single-content@html",
      "replaceRegex": "##\\d+.*下一页.+尾页"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "h2@text##.*——",
      "bookList": ".post",
      "bookUrl": "a.0@href",
      "checkKeyWord": "快穿",
      "intro": ".archive-content@text",
      "kind": ".date@text&&a.-2@text",
      "name": "h2@text##——.*"
    },
    "ruleToc": {
      "chapterList": "@js:\nvar url=baseUrl.replace(/.html/,\"_1.html\")\nvar path=\"@@.pagination@a.-1@href\";\nvar data=java.getString(path);\nvar page=data.match(/_(\\d+)/)[1];\nvar list=[{text:\"第1页\",href:baseUrl}];\nif(data&&page){\n\t\tfor(var i=2;i<=page;i++){\n\t\tlist.push({text:`第${i}页`,href:url.replace(/_1/,\"_\"+i)})\n\t\t}\n\t\tlist;\n\t}else{\n\t\tjava.toast(\"目录获取失败，未获取到目录，可检查网络或稍后再试！\")\n\t\t}",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "@js:\n(()=>{\n  if(page==1){\n    let url=source.getKey()+'/e/search/index.php,'+JSON.stringify({\n    \"method\":\"POST\",\n    \"charset\": \"GB2312\",\n    \"body\":\"show=title,newstext&keyboard=\"+key\n    });\n    return java.put('surl',String(java.connect(url).raw().request().url()));\n  } else {\n    return java.get('surl').replace(/result.+searchid/,\"result/index.php?page=\"+page+\"&searchid\")\n  }\n})()",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "免费小说#2",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.b483.com",
    "customButton": false,
    "customOrder": 1461,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1720612221350,
    "respondTime": 27230,
    "ruleBookInfo": {
      "author": "class.gray fss@text",
      "name": "tag.h4@text",
      "tocUrl": "text.显示全部章节@href"
    },
    "ruleContent": {
      "content": "id.acontent@text",
      "nextContentUrl": "text.下一章@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".gray@text##\\|.*",
      "bookList": "class.blockcontent@class.c_row cf",
      "bookUrl": "tag.a@href",
      "coverUrl": "class.row_cover@tag.img@src",
      "intro": "",
      "name": "tag.h4@text"
    },
    "ruleToc": {
      "chapterList": "tag.dl@dd",
      "chapterName": "@a@text",
      "chapterUrl": "@a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "https://m.b483.com/modules/article/search.php,{\n\"charset\": \"utf-8\",\n\"method\": \"POST\",\n\"body\": \"searchkey={{key}}&searchtype=all\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "英语",
    "bookSourceGroup": "免费",
    "bookSourceName": "英文小说（英+）",
    "bookSourceType": 0,
    "bookSourceUrl": "http://novel.tingroom.com",
    "customButton": false,
    "customOrder": 1462,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "金典英文小说::http://novel.tingroom.com/wap/index.php?moduleid=1025&catid=1&type=2&page={{page}}\n双语小说::http://novel.tingroom.com/wap/index.php?moduleid=1025&catid=33&type=2&page={{page}}\n英文名人传记::http://novel.tingroom.com/wap/index.php?moduleid=1025&catid=32&type=2&page={{page}}\n英文励志小说::http://novel.tingroom.com/wap/index.php?moduleid=1025&catid=6&type=2&page={{page}}\n儿童英文小说::http://novel.tingroom.com/wap/index.php?moduleid=1025&catid=29&type=2&page={{page}}\n英文科幻小说::http://novel.tingroom.com/wap/index.php?moduleid=1025&catid=30&type=2&page={{page}}\n宗教英文小说::http://novel.tingroom.com/wap/index.php?moduleid=1025&catid=28&type=2&page={{page}}",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 9; zh-cn; MI 6 Build/PKQ1.190118.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.128 Mobile Safari/537.36 XiaoMi/MiuiBrowser/10.8.1\"\n}",
    "lastUpdateTime": 1759754322655,
    "respondTime": 7395,
    "ruleBookInfo": {
      "author": "class.writer.0@text##\\s+",
      "coverUrl": "class.f_l@tag.img@src",
      "intro": "id.infoShort@text",
      "name": "class.sm@text"
    },
    "ruleContent": {
      "content": "id.tt_text@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "class.list_1",
      "bookUrl": "class.name.0@tag.a.0@href##amp;",
      "coverUrl": "tag.img@src",
      "name": "class.name.0@text"
    },
    "ruleToc": {
      "chapterList": "class.listtxt@tag.li",
      "chapterName": "text",
      "chapterUrl": "tag.a.0@href"
    },
    "searchUrl": "http://novel.tingroom.com/wap/index.php?moduleid=1025&catid=1&areaid=0&type=2&kw={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "👍 文徒小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.bookfedex.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1463,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1669238134961,
    "loginUrl": "",
    "respondTime": 542,
    "ruleBookInfo": {
      "author": "class.title@class.author@text",
      "coverUrl": "class.pic@tag.img@src",
      "intro": "class.brief_text@text",
      "kind": "class.tags@tag.a.!0@text",
      "lastChapter": "class.brief@tag.div.3@tag.a@text",
      "name": "class.title@class.name@text",
      "wordCount": "class.hits@tag.span.0"
    },
    "ruleContent": {
      "content": "class.read-content@tag.p.!-1@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.bookinfo@tag.a.0@text",
      "bookList": "class.search-result-list",
      "bookUrl": "class.bkinfo@href",
      "coverUrl": "class.imgbox@tag.img@src",
      "intro": "class.bookinfo@tag.p@text",
      "kind": "class.bookinfo@tag.a.1@text",
      "name": "class.tit@text"
    },
    "ruleToc": {
      "chapterList": "class.cate-list@tag.a",
      "chapterName": "class.chapter_name@text",
      "chapterUrl": "href"
    },
    "searchUrl": "sou.html?keywords={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "咋填小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.rulianshi.la",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 1464,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1734643829287,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 1975,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "canReName": "",
      "coverUrl": "[property=\"og:image\"]@content",
      "init": "",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "[property=\"og:novel:read_url\"]@content",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "class.nr_nr@tag.div.1@textNodes",
      "imageStyle": "",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "p.3@text##作者：",
      "bookList": "class.block",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": "",
      "kind": "p.2@text##分类：",
      "lastChapter": "p.4@tag.a@text",
      "name": "h2@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.cover@tag.ul.1@tag.a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "text.下一页@href",
      "updateTime": ""
    },
    "searchUrl": "s.php?q={{key}}&submit=",
    "variableComment": "",
    "weight": 2
  },
  {
    "bookSourceComment": "by  学渣 & abyssesml & Thomas喲\n免费小说之王，小米官方全新打造移动阅读平台，实现全站小说正版永久性免费阅读。都市喧嚣，茫茫书海，愿免费小说之王可以陪伴您走过一个又一个充实的日子。在这里，海量红文、精细分类、不占空间、排版精致，我们一起，让阅读成为习惯，成为信仰。\n小米出品，品质保证。",
    "bookSourceGroup": "正版",
    "bookSourceName": "小米阅读",
    "bookSourceType": 0,
    "bookSourceUrl": "https://reader.browser.miui.com/v2",
    "bookUrlPattern": "https://reader.browser.miui.com/api/v2/book/\\d+",
    "customButton": false,
    "customOrder": 1465,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type)=>{\n\t\tjson = JSON.stringify({\n\t\t\t\ttitle: title,\n\t\t\t\turl: url?url:\"\",\n\t\t\t\tstyle: {\n\t\t\t\t\t\tlayout_flexGrow: 1,\n\t\t\t\t\t\tlayout_flexBasisPercent: type\n\t\t\t\t\t}\n\t\t\t});\n\t\treturn sort.push(json);\n\t}\npush('༺ˇ»`ʚ排行榜单ɞ´«ˇ༻',null,1);\n$$=(a,b,c)=>{\n\t\treturn `https://reader.browser.duokan.com/api/v2/ranking?len=10&page={{page}\\}&type=${a}-${b}-${c}`\n\t}\n[[\"人气榜\",\"golden\"],[\"新书榜\",\"new\"],[\"完结榜\",\"end\"],[\"热搜榜\",\"search\"]].map([title,b]=>{\n\t\tpush('༺ '+title+' ༻',null,1);\n\t\t[\"男频\",\"女频\"].map((title1,a)=>{\n\t\t\t\ta++\n\t\t\t\t[[\"周榜\",\"week\"],[\"月榜\",\"month\"],[\"总榜\",\"total\"]].map([title2,c]=>{\n\t\t\t\t\t\treturn push(title1+title2,$$(a,b,c),0.25);\n\t\t\t\t\t});\n\t\t\t});\n\t});\npush('༺ˇ»`ʚ书籍分类ɞ´«ˇ༻',null,1);\n$$=(sex,bookStatus,categoryId,hotChoice)=>{\n\t\treturn `https://reader.browser.duokan.com/api/v2/book/list2?len=10&page={{page}\\}&sex=${sex}&bookStatus=${bookStatus}&categoryId=${categoryId}&wordCountsInterval=0&hotChoice=${hotChoice}`\n\t}\nbookStatus=categoryId=hotChoice=0;\n[\n\t\t[\"男频\",[[\"都市\",7],[\"玄幻\",3],[\"仙侠\",6],[\"历史\",8],[\"灵异\",10],[\"科幻\",11],[\"奇幻\",4],[\"同人\",143],[\"游戏\",12],[\"武侠\",5],[\"竞技\",13]]],\n\t\t[\"女频\",[[\"现代言情\",75],[\"古代言情\",74],[\"浪漫青春\",76],[\"玄幻言情\",72],[\"仙侠奇缘\",73],[\"悬疑灵异\",77],[\"科幻空间\",78],[\"同人小说\",80],[\"游戏竞技\",79],[\"耽美小说\",81]]]\n].map(([title,list],sex)=>{\n\t\tsex++\n\t\tpush('༺ˇ»`ʚ'+title+'ɞ´«ˇ༻',$$(sex,bookStatus,categoryId,hotChoice),1);\n\t\tlist.map([title,categoryId]=>{\n\t\t\t\tpush('༺ '+title+' ༻',$$(sex,bookStatus,categoryId,hotChoice),1);\n\t\t\t\t[\"综合全部\",\"最新上线\",\"阅读最多\",\"点赞最高\"].map((title,hotChoice)=>{\n\t\t\t\t\t\t['['+title+']',\"连载\",\"完结\"].map((title,bookStatus)=>{\n\t\t\t\t\t\t\t\treturn push(title,$$(sex,bookStatus,categoryId,hotChoice),0.25);\n\t\t\t\t\t\t\t});\n\t\t\t\t\t});\n\t\t\t});\n\t});\n'['+sort.toString()+']'",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.2357.134 Safari/537.36\"\n}",
    "lastUpdateTime": 1761886848926,
    "respondTime": 5423,
    "ruleBookInfo": {
      "author": "$..author",
      "coverUrl": "$..imgUrl",
      "init": "$.data",
      "intro": "{{'\\n&lrm;\\n'}}🔗 源站：{{$..cpName}}\n{{'\\n&lrm;\\n'}}📆 开坑：{{java.timeFormatUTC(java.getString('$.firstChapter.updateTime')*1000,'yyyy-MM-dd',8)}}\n{{'\\n&lrm;\\n'}}📑 简介：{{$..description}}",
      "kind": "{{$..score}}分\n{{$..secondCategoryName&&$..bookStatus}}\n{{java.put('time', java.timeFormatUTC(java.getString('$.lastChapter.updateTime'),'yyyy-MM-dd',8))}}",
      "lastChapter": "{{$.lastChapter.chapterName}} ",
      "name": "$..name",
      "tocUrl": "https://reader.browser.miui.com/api/v2/chapter/list/{{$..bookId}}",
      "wordCount": "$..wordCount"
    },
    "ruleContent": {
      "content": "$..contentList[*]##——内容来自.*\n<js>\nif(result.match(/^http.+$/)){\n\t\tsrc = java.base64Decode(String(java.ajax(result)).match(/\\('([^']+)'\\)/)[1]);\n\t}\nsrc\n</js>\n$..p[*]||$..contentList[*]\n##——内容来自.*"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.data.list",
      "bookUrl": "https://reader.browser.miui.com/api/v2/book/{{$.bookId}}",
      "coverUrl": "$.imgUrl",
      "intro": "$.description",
      "kind": "{{$.score}}分\n{{$.secondCategoryName&&$.bookStatus}}\n{{java.put('time', java.timeFormatUTC(java.getString('$.updateTime')*1000,'yyyy-MM-dd',8))}}",
      "lastChapter": "最近更新：@get:{time}",
      "name": "$.name",
      "wordCount": "$.wordCount"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.related",
      "bookUrl": "https://reader.browser.miui.com/api/v2/book/{{$.id}}",
      "coverUrl": "$.image",
      "intro": "$.description",
      "kind": "$.tags",
      "lastChapter": "发布源站：{{$.cp}}",
      "name": "$.title",
      "wordCount": "$.status"
    },
    "ruleToc": {
      "chapterList": "@js:\nlet u = baseUrl.replace('list','content')\n\nlet v = [];\nlet list = [];\nJSON.parse(result).data.list.map($=>{\n\n//分卷判定\n\t\tV = $.volumeTitle\n\t\tif(v[v.length-1]!=V&&!/^\\s*$/.test(V)){\n\t\t\t\tv.push(V)\n\t\t\t\tlist.push({\n\t\t\t\t\t\tname: '📖['+V+']📖',\n\t\t\t\t\t\tvolume: true\n\t\t\t\t\t})\n\t\t\t}\n\n\t\treturn list.push({\n\t\t\t\tname: $.chapterName,\n\t\t\t\turl: u+'?chapterId='+$.chapterId+'&volumeId=1',\n\t\t\t\tinfo: '更新时间：'+java.timeFormatUTC($.updateTime*1000,'yyyy-MM-dd HH:mm',12)\n\t\t\t});\n\t});\nv.length<2?list.filter($=>!$.volume):list",
      "chapterName": "name",
      "chapterUrl": "url",
      "isVolume": "volume",
      "updateTime": "info"
    },
    "searchUrl": "https://reader.browser.miui.com/api/v2/search/word?query={{key}}&size=100",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "八零小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.80zw.la#",
    "customButton": false,
    "customOrder": 1466,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"最近更新\",\"url\":\"/top/lastupdate/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最新入库\",\"url\":\"/top/postdate/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总排行榜\",\"url\":\"/top/allvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月排行榜\",\"url\":\"/top/monthvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周排行榜\",\"url\":\"/top/weekvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"日排行榜\",\"url\":\"/top/dayvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总推荐榜\",\"url\":\"/top/allvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月推荐榜\",\"url\":\"/top/monthvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周推荐榜\",\"url\":\"/top/weekvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"日推荐榜\",\"url\":\"/top/dayvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总收藏榜\",\"url\":\"/top/goodnum/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"字数排行\",\"url\":\"/top/size/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"奇幻修真\",\"url\":\"/sort3/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"奇幻魔法\",\"url\":\"/sort13/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"异术超能\",\"url\":\"/sort1/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"东方传奇\",\"url\":\"/sort12/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"王朝争霸\",\"url\":\"/sort14/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"江湖武侠\",\"url\":\"/sort15/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"未来幻想\",\"url\":\"/sort9/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"灵异鬼怪\",\"url\":\"/sort10/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"探险揭秘\",\"url\":\"/sort22/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史传记\",\"url\":\"/sort6/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"特种军旅\",\"url\":\"/sort7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"虚拟网游\",\"url\":\"/sort16/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"竞技体育\",\"url\":\"/sort8/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"魔幻女强\",\"url\":\"/sort2/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市婚姻\",\"url\":\"/sort4/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"百合之恋\",\"url\":\"/sort5/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"同人美文\",\"url\":\"/sort11/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越架空\",\"url\":\"/sort17/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"王室贵族\",\"url\":\"/sort18/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"魔法校园\",\"url\":\"/sort19/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"乡土布衣\",\"url\":\"/sort20/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"官职商战\",\"url\":\"/sort21/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"间谍暗战\",\"url\":\"/sort23/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"唯美言情\",\"url\":\"/sort24/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"诗歌文集\",\"url\":\"/sort25/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1734839665428,
    "loginUrl": "",
    "respondTime": 3517,
    "ruleBookInfo": {
      "author": ".soft_info_r@a.0@text",
      "coverUrl": ".soft_info_r@img@src",
      "intro": "id.mainSoftIntro@text##(^|[。！？]+[”」）】]?)##$1<br>@js:result.replace(/.*推荐给你的朋友！|八零电子书.*|【展开】.*|更多.*TXT.*/g,\"\")",
      "kind": ".soft_info_r@li.6@strong@text&&.soft_info_r@li.7@textNodes##\\s..:.*",
      "lastChapter": ".soft_info_r@li.9@textNodes##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "id.soft_info_para@h1@text##TXT.*",
      "tocUrl": ".soft_info_r@a.-1@href"
    },
    "ruleContent": {
      "content": "id.content@textNodes",
      "imageStyle": "",
      "replaceRegex": "##求书网.*"
    },
    "ruleExplore": {
      "author": "a.1@text",
      "bookList": "id.list_art_2013",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": ".book_jj@text",
      "kind": "span.0@text&&em@text",
      "lastChapter": "b@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.0@text##TXT.*",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".storelistbt5",
      "bookUrl": "a.1@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "intro": "p.1@text",
      "kind": "p.0@textNodes&&span.1@text&&p.2@text##.*更新.|最新.*|.*：|\\s",
      "lastChapter": "p.2@text##.*最新章节.|正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.1@text##\\《|\\》.*",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "id.yulan@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"method\": \"post\",\n  \"body\": \"searchkey={{key}}&searchtype=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "精准搜索",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁③",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.biquge99.cc/",
    "bookUrlPattern": "https://www.biquge99.cc/book/\\d+/",
    "customButton": false,
    "customOrder": 1467,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻小说\",\"url\":\"/xuanhuan/\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"武侠小说\",\"url\":\"/wuxia/\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"都市小说\",\"url\":\"/dushi/\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"历史小说\",\"url\":\"/lishi/\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"网游小说\",\"url\":\"/wangyou/\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"科幻小说\",\"url\":\"/kehuan/\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"女生小说\",\"url\":\"/mm/\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\"\n}",
    "lastUpdateTime": 1761886918904,
    "respondTime": 5466,
    "ruleBookInfo": {
      "author": "class.info@class.small@tag.span.0@text##作者：",
      "coverUrl": "class.cover@img@src",
      "intro": "class.intro@text##简介：",
      "kind": "class.info@class.small@tag.span.4@text&&\nclass.info@class.small@tag.span.2@text&&\nclass.info@class.small@tag.span.1@text##分类：|状态：|更新时间：",
      "lastChapter": "class.info@class.small@tag.span.5@a@text##免费章节 |正文卷 |正文 |VIP章节 |百度搜索.*",
      "name": "class.info@h1@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleContent": {
      "content": "id.content@textNodes##请记住本书.*cc"
    },
    "ruleExplore": {
      "author": "class.s4@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "class.s2@a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\n'https://www.biquge99.cc/bookimages/'+id+'.jpg';\n</js>",
      "kind": "class.s5@text",
      "lastChapter": "class.s3@a@text",
      "name": "class.s2@a@text"
    },
    "ruleSearch": {
      "author": "class.author@text##作者：|<",
      "bookList": "class.bookbox",
      "bookUrl": "class.bookname@tag.a@href",
      "checkKeyWord": "万族之劫",
      "coverUrl": "class.bookimg@tag.img.0@src",
      "intro": "class.bookinfo@p@text",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 |百度搜索.*",
      "name": "class.bookname@tag.a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleToc": {
      "chapterList": "class.listmain@tag.dd@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.biquge99.cc/s.php?ie=gbk&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🌕 未来天王",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.weilaitianwang.org#🎃",
    "customButton": false,
    "customOrder": 1468,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"最近更新\",\"url\":\"/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻奇幻\",\"url\":\"/xuanhuanxiaoshuo/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修真仙侠\",\"url\":\"/xiuzhenxiaoshuo/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市青春\",\"url\":\"/dushixiaoshuo/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史穿越\",\"url\":\"/chuanyuexiaoshuo/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游竞技\",\"url\":\"/wangyouxiaoshuo/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻灵异\",\"url\":\"/kehuanxiaoshuo/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他小说\",\"url\":\"/qitaxiaoshuo/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完本小说\",\"url\":\"/wanben/1_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1731830202444,
    "respondTime": 982,
    "ruleBookInfo": {
      "author": "id.bookdetail.0@id.info.0@tag.p.0@tag.a.0@text",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "id.bookdetail.0@id.intro.0@textNodes",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "id.bookdetail.0@id.info.0@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@html",
      "replaceRegex": "##.*天才一秒记住本.*\\s|.*最快更新.*无广告.*\\s|最新网址.*|章节错误.*"
    },
    "ruleExplore": {
      "author": "class.s4.0@text",
      "bookList": "id.newscontent.0@class.l.0@tag.li",
      "bookUrl": "class.s2.0@tag.a.0@href",
      "kind": "class.s1.0@text##\\[|\\]",
      "lastChapter": "class.s3.0@tag.a.0@text",
      "name": "class.s2.0@tag.a.0@text"
    },
    "ruleSearch": {
      "author": "class.s4@text",
      "bookList": "class.novelslist2@tag.li.!0",
      "bookUrl": "class.s2@tag.a.0@href",
      "checkKeyWord": "失落文明",
      "coverUrl": "class.s2@tag.a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\nsource.bookSourceUrl + 'files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "class.s3@text",
      "name": "class.s2@text"
    },
    "ruleToc": {
      "chapterList": "id.list.0@tag.dd.!11",
      "chapterName": "tag.a.0@text",
      "chapterUrl": "tag.a.0@href"
    },
    "searchUrl": "/search.html?name={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "不知加啥🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.rulianshi.la#🎃",
    "customButton": false,
    "customOrder": 1469,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 490,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "[property=\"og:novel:read_url\"]@content",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "class.nr_nr@tag.div.1@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "",
      "sourceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "p.3@text##作者：",
      "bookList": "class.block",
      "bookUrl": "a.0@href",
      "checkKeyWord": "我的",
      "coverUrl": "img@src",
      "kind": "p.2@text##分类：",
      "lastChapter": "p.4@tag.a@text",
      "name": "h2@text"
    },
    "ruleToc": {
      "chapterList": "class.cover@tag.ul.1@tag.a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href",
      "preUpdateJs": ""
    },
    "searchUrl": "/s.php?q={{key}}&submit=",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "七猫小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://api-bc.wtzw.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1470,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"出版图书\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"现代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=260&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=259&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"青春文学\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=265&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"影视原著\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=539&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"悬疑推理\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=262&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠小说\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=289&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻未来\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=261&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史小说\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=264&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙侠奇缘\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=276&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙侠玄幻\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=288&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现实小说\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=266&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现代军旅\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=290&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"文学艺术\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=240&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人物传记\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=247&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人文科社\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=241&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"少儿教育\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=258&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经管励志\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=242&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经典文学\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=243&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"男生\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"历史\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=56&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"游戏\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=75&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"科幻\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=64&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"体育\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=206&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"影视\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=539&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"穿越\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=373&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"鉴宝\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=47&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"重生\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=779&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"血脉\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=426&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"签到\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=565&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"复仇\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=790&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"丹药\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=428&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"医生\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=156&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"战神\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=527&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"女婿\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=36&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"皇帝\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=62&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"弃少\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=525&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"热血\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=1&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"爽文\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=570&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"现实\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=12&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"悬疑\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=27&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"女总裁\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=89&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"二次元\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=207&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"无限流\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=557&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"强者回归\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=402&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市人生\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=203&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"异术超能\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=219&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"玄幻奇幻\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=202&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠仙侠\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=205&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇闻异事\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=204&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女生\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"短篇\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=541&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"重生\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=779&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"女强\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=620&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"年下\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=631&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"空间\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=345&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"穿越\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=373&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"隐婚\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=481&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"系统\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=782&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"快穿\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=335&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"虐渣\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=739&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n\n{\"title\":\"皇后\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=106&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"王爷\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=125&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"学霸\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=781&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"毒妃\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=109&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"校草\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=701&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"女配\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=191&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"甜宠\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=21&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"搞笑\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=788&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"虐恋\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=16&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"治愈\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=17&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"现代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=1&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"总裁豪门\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=8&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=2&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"种田经商\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=16&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"宫闱宅斗\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=209&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"幻想言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=4&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇闻异事\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=204&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"日久生情\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=700&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"影视原著\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=539&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "",
    "lastUpdateTime": 1713690275541,
    "loginUrl": "",
    "respondTime": 2939,
    "ruleBookInfo": {
      "author": "author",
      "coverUrl": "image_link",
      "init": "data.book",
      "intro": "&nbsp;&nbsp;🔖更新时间：{{java.timeFormat(java.getString('$.update_time')*1000)}}\t{{'\\n&lrm;\\n'}}🏷️ 标签：{{$.book_tag_list[*].title&&$.category_over_words##・|\\s##，}}{{'\\n'+'​'}}\n\n{{$.intro}}\n{{'\\n&lrm;\\n'}}📍版权来源：{{$.statement##如有疑问可联系:fawu@qimao.com或客服QQ:3598987377}}",
      "kind": "book_tag_list[*].title##\\s##，",
      "lastChapter": "{{$.latest_chapter_title}} • {{java.timeFormat(java.getString('$.update_time')*1000)}}\n<js>result.replace(/\\s\\d+:\\d+/,'')</js>\n<js>result.replace(/\\//g,'-')</js>",
      "name": "title@put:{bid:id}",
      "tocUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.id}}}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\n\"https://api-ks.wtzw.com/api/v1/chapter/chapter-list?\"+urlEncode(params)+\",\"+java.get(\"headers\")",
      "wordCount": "words_num"
    },
    "ruleContent": {
      "content": "@js:\nvar javaImport = new JavaImporter();\njavaImport.importPackage(\n    Packages.java.lang,\n    Packages.javax.crypto.spec,\n    Packages.javax.crypto,\n    Packages.java.util\n);\nwith(javaImport) {\n    function decode(content) {\n        var ivEncData = Base64.getDecoder().decode(String(content));\n        var key = SecretKeySpec(String(\"242ccb8230d709e1\").getBytes(), \"AES\");\n        var iv = IvParameterSpec(Arrays.copyOfRange(ivEncData, 0, 16));\n        var chipher = Cipher.getInstance(\"AES/CBC/PKCS5Padding\");\n        chipher.init(2, key, iv);\n        return String(chipher.doFinal(Arrays.copyOfRange(ivEncData, 16, ivEncData.length)));\n    }\n}\n\n\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':String(java.get('bid')),'chapterId':String(baseUrl.split(\"/\").pop())}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }\n  }\n  return paramStr;\n};\n\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\nurl=\"https://api-ks.wtzw.com/api/v1/chapter/content?\"+urlEncode(params)\ndecode(JSON.parse(java.ajax(url+','+java.get(\"headers\"))).data.content)\n\n"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "<js>\ngender=baseUrl.match(/gender=(\\d+)/)?baseUrl.match(/gender=(\\d+)/)[1]:\"\"\ncategory_id=baseUrl.match(/category_id=(\\d+)/)?baseUrl.match(/category_id=(\\d+)/)[1]:\"\"\nneed_filters=baseUrl.match(/need_filters=(\\d+)/)?baseUrl.match(/need_filters=(\\d+)/)[1]:\"\"\npage=baseUrl.match(/page=(\\d+)/)?baseUrl.match(/page=(\\d+)/)[1]:\"\"\nneed_category=baseUrl.match(/need_category=(\\d+)/)?baseUrl.match(/need_category=(\\d+)/)[1]:\"\"\ntag_id=baseUrl.match(/tag_id=(\\d+)/)?baseUrl.match(/tag_id=(\\d+)/)[1]:\"\"\nsign_key='d3dGiJc651gSQ8w1'\nheaders={'app-version':'51110','platform':'android','reg':'0','AUTHORIZATION':'','application-id':'com.****.reader','net-env':'1','channel':'unknown','qm-params':''}\nheaders['sign']=String(java.md5Encode(Object.keys(headers).sort().reduce((pre,n)=>pre+n+'='+headers[n],'')+sign_key))\n\n\nvar urlEncode = function (param, key, encode) {\n  if(param==null) return '';\n  var paramStr = '';\n  var t = typeof (param);\n  if (t == 'string' || t == 'number' || t == 'boolean') {\n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);\n  } else {\n    for (var i in param) {\n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);\n      paramStr += urlEncode(param[i], k, encode);\n    }\n  }\n  return paramStr;\n};\n\nvar category = function () {\n  params={'gender':gender,'category_id':category_id,'need_filters':need_filters,'page':page,'need_category':need_category}\n  params['sign']=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\n  url=\"https://api-bc.wtzw.com/api/v4/category/get-list?\"+urlEncode(params)\n  return java.ajax(url+','+java.put(\"headers\",JSON.stringify({\"headers\":headers})))\n};\n\nvar tag = function () {\n  params={'gender':gender,'need_filters':need_filters,'page':page,'tag_id':tag_id}\n  params['sign']=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\n  url=\"https://api-bc.wtzw.com/api/v4/tag/index?\"+urlEncode(params)\n  return java.ajax(url+','+java.put(\"headers\",JSON.stringify({\"headers\":headers})))\n};\n\n\nif(baseUrl.match(/category/)){\n  category()\n}else {\n  tag()\n}\n</js>\n$.data.books",
      "bookUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.id}},'imei_ip':'2937357107','teeny_mode':0}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\n\"https://api-bc.wtzw.com/api/v4/book/detail?\"+urlEncode(params)+\",\"+java.get(\"headers\")",
      "coverUrl": "$.image_link",
      "intro": "$.intro",
      "kind": "$.ptags",
      "name": "$.title",
      "wordCount": "$.words_num"
    },
    "ruleSearch": {
      "author": "original_author",
      "bookList": "data.books",
      "bookUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.id}},'imei_ip':'2937357107','teeny_mode':0}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\n\"/api/v4/book/detail?\"+urlEncode(params)+\",\"+java.get(\"headers\")",
      "coverUrl": "image_link",
      "intro": "intro",
      "kind": "ptags",
      "lastChapter": "",
      "name": "original_title",
      "wordCount": "words_num"
    },
    "ruleToc": {
      "chapterList": "data.chapter_lists",
      "chapterName": "title",
      "chapterUrl": "id",
      "updateTime": "{{$.words}}字"
    },
    "searchUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nheaders={'app-version':'51110','platform':'android','reg':'0','AUTHORIZATION':'','application-id':'com.****.reader','net-env':'1','channel':'unknown','qm-params':''}\n\nparams={'gender':'3','imei_ip':'2937357107','page':page,'wd':key}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\n\nheaderSign=String(java.md5Encode(Object.keys(headers).sort().reduce((pre,n)=>pre+n+'='+headers[n],'')+sign_key))\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nheaders['sign']=headerSign\nparams['sign']=paramSign\nbody=urlEncode(params)\n\n\"/api/v5/search/words?\" +body+\",\"+java.put(\"headers\",JSON.stringify({\"headers\":headers}))",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "秋风书屋🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.qiufengshuwu.com#🎃",
    "bookUrlPattern": "https?://www.qiufengshuwu.com/book/\\d+.html",
    "customButton": false,
    "customOrder": 1471,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "男频小说::https://www.qiufengshuwu.com/sort/1_{{page}}/\n女频小说::https://www.qiufengshuwu.com/sort/2_{{page}}/\n中国文学::https://www.qiufengshuwu.com/sort/3_{{page}}/\n外国文学::https://www.qiufengshuwu.com/sort/4_{{page}}/\n轻小说::https://www.qiufengshuwu.com/sort/5_{{page}}/\n百合小说::https://www.qiufengshuwu.com/sort/6_{{page}}/\n耽美小说::https://www.qiufengshuwu.com/sort/7_{{page}}/\n网盘资源::https://www.qiufengshuwu.com/sort/8_{{page}}/\n完本小说::https://www.qiufengshuwu.com/full/{{page}}/",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1721237196516,
    "respondTime": 5588,
    "ruleBookInfo": {
      "author": ".infotype a.0@text",
      "coverUrl": ".infohead img@src",
      "intro": "#intro p@text",
      "kind": ".infotype p.1:3:2@text\n##作品类型：|作品状态：|更新时间：",
      "lastChapter": ".list_xm li.0@text",
      "name": "h3.0@text",
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": "#novelcontent p@html"
    },
    "ruleExplore": {
      "author": ".p3@text||a.2@text",
      "bookList": ".article||.full_content",
      "bookUrl": "a@href",
      "coverUrl": "img@data-src",
      "intro": "p.simple@text",
      "kind": ".p1@text##\\[|\\]",
      "name": ".p2@text||a.1@text"
    },
    "ruleSearch": {
      "author": "span@text",
      "bookList": "p.sone",
      "bookUrl": "a.0@href",
      "checkKeyWord": "剑来",
      "kind": "0",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": ".chapters li",
      "chapterName": "text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "https://www.qiufengshuwu.com/s.html,{\n  \"body\": \"s={{key}}&type=articlename\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "七七读书🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.77shuku.net#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1472,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1721153046291,
    "loginUrl": "",
    "respondTime": 123,
    "ruleBookInfo": {
      "coverUrl": "tag.img.1@src",
      "init": "",
      "intro": "id.intro@text",
      "lastChapter": "class.update@a@text",
      "name": "tag.h1@text##搜索关键词.*"
    },
    "ruleContent": {
      "content": "id.ChapterContents@html##(txt下载地址：|更新速度最快赶|全集txt下载)[\\s\\S]+"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "tag.td.5@text||class.shu_xinxi@h4@small@text",
      "bookList": "class.BOX@tag.tr!0||class.shu_cont@children",
      "bookUrl": "class.red@href||class.shu_xinxi@h4@a@href",
      "coverUrl": "img@src|class.red@href<js>'/files/article/image'+String(result).replace(/.*?(\\d*?)(\\d{1,3})\\//,'/$1/$1$2/$1$2s.jpg').replace('//','/0/')</js>",
      "kind": "tag.td.1@text##\\[|\\]",
      "lastChapter": "tag.td.3@text",
      "name": "tag.td.2@text||class.shu_xinxi@h4@a@text##搜索关键词.*"
    },
    "ruleToc": {
      "chapterList": "class.zjlist@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "7766小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.qiliuwx.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1473,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1685855426574,
    "loginUrl": "",
    "respondTime": 2119,
    "ruleBookInfo": {
      "author": "class.author@text##作者：",
      "coverUrl": ".synopsisArea_detail@img@src",
      "intro": "p.review@text",
      "kind": "class.sort@text&&p.3:5@text##.*：",
      "lastChapter": ".directoryArea@a.0@text",
      "name": "class.title@text",
      "tocUrl": "class.recommend@tag.h2.1@tag.a@href"
    },
    "ruleContent": {
      "content": "id.chaptercontent@textNodes",
      "nextContentUrl": "id.pt_next@text.下一页@href",
      "replaceRegex": "##（本章未完，请点击下一页继续阅读）|.*\\(第.*页\\).*\\s|.*分卷阅读.*\\s|.*第.*章.*\\s"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "class.author.0@text",
      "bookList": "class.recommend mybook@tag.div!0",
      "bookUrl": "@tag.a@href",
      "lastChapter": "class.author.1@text",
      "name": "class.title@text"
    },
    "ruleToc": {
      "chapterList": "id.chapterlist@tag.p!0",
      "chapterName": "@a@text",
      "chapterUrl": "@a@href"
    },
    "searchUrl": "/s.php?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "若雨中文🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.3yt.la#🎃",
    "customButton": false,
    "customOrder": 1474,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"网络小说\",\"url\":\"/Book/LN/1079/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"玄幻魔法\",\"url\":\"/Book/LN/1094/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠仙侠\",\"url\":\"/Book/LN/1095/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/Book/LN/1096/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/Book/LN/1097/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游竞技\",\"url\":\"/Book/LN/1098/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻灵异\",\"url\":\"/Book/LN/1099/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他小说\",\"url\":\"/Book/LN/1100/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1720834637566,
    "loginUrl": "",
    "respondTime": 4538,
    "ruleBookInfo": {
      "author": ".w_530@a.0@text##作品集",
      "coverUrl": ".img@img@src",
      "intro": ".h_260@p@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".path@a.1@text&&.w_200@li.0@text&&.h_260@em@text##.*：|\\s...:*|小说",
      "lastChapter": ".h_260@a.0@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".w_530@em.0@text",
      "tocUrl": ".w_200@a.1@href",
      "wordCount": ".w_200@li.1@text##.*已完成\\s|\\s字"
    },
    "ruleContent": {
      "content": "id.BookText@textNodes"
    },
    "ruleExplore": {
      "bookList": "tbody!1:2@tr",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.0:4:3@text##小说",
      "lastChapter": "td.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "td.1@text"
    },
    "ruleSearch": {
      "author": "td.4@text",
      "bookList": "tbody@tr",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.0:5:3@text##小说",
      "lastChapter": "td.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "td.1@text"
    },
    "ruleToc": {
      "chapterList": "id.BookText@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/book/search.aspx?searchkey={{key}}&SeaButton=",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "起点🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.qidian.com#🎃",
    "customButton": false,
    "customOrder": 1475,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"✿男频✿\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"月票榜\",\"url\":\"/majax/rank/yuepiaolist?gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"畅销榜\",\"url\":\"/majax/rank/hotsaleslist?gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"阅读榜\",\"url\":\"/majax/rank/readindexlist?gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"书友榜\",\"url\":\"/majax/rank/newfanslist?gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐榜\",\"url\":\"/majax/rank/reclist?gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"更新榜\",\"url\":\"/majax/rank/updatelist?gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"签约榜\",\"url\":\"/majax/rank/signlist?gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"新书榜\",\"url\":\"/majax/rank/newbooklist?gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"新人榜\",\"url\":\"/majax/rank/newauthorlist?gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"三江推荐\",\"url\":\"/majax/recommend/sanjiangList?pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"新书强推\",\"url\":\"/majax/recommend/strongreclist?gender=male&pageNum={{page}}&catId=-1&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人气免费\",\"url\":\"/majax/recommend/hotFreelist?gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"新书免费\",\"url\":\"/majax/recommend/freeNewlist?gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"新书抢先\",\"url\":\"/majax/recommend/newBooklist?gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"畅销完本\",\"url\":\"/majax/recommend/bestSelllist?gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔹玄幻🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"人气\",\"url\":\"/majax/category/list?catId=21&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时间\",\"url\":\"/majax/category/list?catId=21&gender=male&orderBy=4&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数\",\"url\":\"/majax/category/list?catId=21&gender=male&orderBy=3&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"/majax/category/list?catId=21&gender=male&orderBy=11&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐\",\"url\":\"/majax/category/list?catId=21&gender=male&orderBy=9&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"点击\",\"url\":\"/majax/category/list?catId=21&gender=male&orderBy=1&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30万字下\",\"url\":\"/majax/category/list?catId=21&size=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30-50万\",\"url\":\"/majax/category/list?catId=21&size=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"50-100万\",\"url\":\"/majax/category/list?catId=21&size=3&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"1-2百万\",\"url\":\"/majax/category/list?catId=21&size=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"200万上\",\"url\":\"/majax/category/list?catId=21&size=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"———\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔸连载🔸\",\"url\":\"/majax/category/list?catId=21&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"🔸完本🔸\",\"url\":\"/majax/category/list?catId=21&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"东方玄幻\",\"url\":\"/majax/category/list?catId=21&subCatId=8&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"异世大陆\",\"url\":\"/majax/category/list?catId=21&subCatId=73&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"王朝争霸\",\"url\":\"/majax/category/list?catId=21&subCatId=58&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"高武世界\",\"url\":\"/majax/category/list?catId=21&subCatId=78&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔹奇幻🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"人气\",\"url\":\"/majax/category/list?catId=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时间\",\"url\":\"/majax/category/list?catId=1&gender=male&orderBy=4&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数\",\"url\":\"/majax/category/list?catId=1&gender=male&orderBy=3&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"/majax/category/list?catId=1&gender=male&orderBy=11&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐\",\"url\":\"/majax/category/list?catId=1&gender=male&orderBy=9&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"点击\",\"url\":\"/majax/category/list?catId=1&gender=male&orderBy=1&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30万下\",\"url\":\"/majax/category/list?catId=1&size=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30-50万\",\"url\":\"/majax/category/list?catId=1&size=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"50-100万\",\"url\":\"/majax/category/list?catId=1&size=3&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"1-2百万\",\"url\":\"/majax/category/list?catId=1&size=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"200万上\",\"url\":\"/majax/category/list?catId=1&size=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"———\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔸连载🔸\",\"url\":\"/majax/category/list?catId=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"🔸完本🔸\",\"url\":\"/majax/category/list?catId=1&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"现代魔法\",\"url\":\"/majax/category/list?catId=1&subCatId=38&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"剑与魔法\",\"url\":\"/majax/category/list?catId=1&subCatId=62&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"史诗奇幻\",\"url\":\"/majax/category/list?catId=1&subCatId=201&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"神秘幻想\",\"url\":\"/majax/category/list?catId=1&subCatId=202&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史神话\",\"url\":\"/majax/category/list?catId=1&subCatId=20092&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"另类幻想\",\"url\":\"/majax/category/list?catId=1&subCatId=20093&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔹武侠🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"人气\",\"url\":\"/majax/category/list?catId=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时间\",\"url\":\"/majax/category/list?catId=2&gender=male&orderBy=4&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数\",\"url\":\"/majax/category/list?catId=2&gender=male&orderBy=3&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"/majax/category/list?catId=2&gender=male&orderBy=11&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐\",\"url\":\"/majax/category/list?catId=2&gender=male&orderBy=9&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"点击\",\"url\":\"/majax/category/list?catId=2&gender=male&orderBy=1&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30万下\",\"url\":\"/majax/category/list?catId=2&size=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30-50万\",\"url\":\"/majax/category/list?catId=2&size=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"50-100万\",\"url\":\"/majax/category/list?catId=2&size=3&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"1-2百万\",\"url\":\"/majax/category/list?catId=2&size=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"200万上\",\"url\":\"/majax/category/list?catId=2&size=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"———\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔸连载🔸\",\"url\":\"/majax/category/list?catId=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"🔸完本🔸\",\"url\":\"/majax/category/list?catId=2&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"传统武侠\",\"url\":\"/majax/category/list?catId=2&subCatId=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠幻想\",\"url\":\"/majax/category/list?catId=2&subCatId=30&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"国士无双\",\"url\":\"/majax/category/list?catId=2&subCatId=206&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古武未来\",\"url\":\"/majax/category/list?catId=2&subCatId=20099&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠同人\",\"url\":\"/majax/category/list?catId=2&subCatId=20100&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔹仙侠🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"人气\",\"url\":\"/majax/category/list?catId=22&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时间\",\"url\":\"/majax/category/list?catId=22&gender=male&orderBy=4&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数\",\"url\":\"/majax/category/list?catId=22&gender=male&orderBy=3&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"/majax/category/list?catId=22&gender=male&orderBy=11&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐\",\"url\":\"/majax/category/list?catId=22&gender=male&orderBy=9&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"点击\",\"url\":\"/majax/category/list?catId=22&gender=male&orderBy=1&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30万下\",\"url\":\"/majax/category/list?catId=22&size=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30-50万\",\"url\":\"/majax/category/list?catId=22&size=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"50-100万\",\"url\":\"/majax/category/list?catId=22&size=3&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"1-2百万\",\"url\":\"/majax/category/list?catId=22&size=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"200万上\",\"url\":\"/majax/category/list?catId=22&size=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"———\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔸连载🔸\",\"url\":\"/majax/category/list?catId=22&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"🔸完本🔸\",\"url\":\"/majax/category/list?catId=22&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"修真文明\",\"url\":\"/majax/category/list?catId=22&subCatId=18&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"幻想修仙\",\"url\":\"/majax/category/list?catId=22&subCatId=44&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现代修真\",\"url\":\"/majax/category/list?catId=22&subCatId=64&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"神话修真\",\"url\":\"/majax/category/list?catId=22&subCatId=207&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古典仙侠\",\"url\":\"/majax/category/list?catId=22&subCatId=20101&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔹都市🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"人气\",\"url\":\"/majax/category/list?catId=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时间\",\"url\":\"/majax/category/list?catId=4&gender=male&orderBy=4&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数\",\"url\":\"/majax/category/list?catId=4&gender=male&orderBy=3&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"/majax/category/list?catId=4&gender=male&orderBy=11&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐\",\"url\":\"/majax/category/list?catId=4&gender=male&orderBy=9&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"点击\",\"url\":\"/majax/category/list?catId=4&gender=male&orderBy=1&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30万下\",\"url\":\"/majax/category/list?catId=4&size=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30-50万\",\"url\":\"/majax/category/list?catId=4&size=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"50-100万\",\"url\":\"/majax/category/list?catId=4&size=3&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"1-2百万\",\"url\":\"/majax/category/list?catId=4&size=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"200万上\",\"url\":\"/majax/category/list?catId=4&size=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"———\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔸连载🔸\",\"url\":\"/majax/category/list?catId=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"🔸完本🔸\",\"url\":\"/majax/category/list?catId=4&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"爱情婚姻\",\"url\":\"/majax/category/list?catId=4&subCatId=65535&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市生活\",\"url\":\"/majax/category/list?catId=4&subCatId=12&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市异能\",\"url\":\"/majax/category/list?catId=4&subCatId=16&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"异术超能\",\"url\":\"/majax/category/list?catId=4&subCatId=74&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"青春校园\",\"url\":\"/majax/category/list?catId=4&subCatId=130&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"娱乐明星\",\"url\":\"/majax/category/list?catId=4&subCatId=151&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"商战职场\",\"url\":\"/majax/category/list?catId=4&subCatId=153&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔹现实🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"人气\",\"url\":\"/majax/category/list?catId=15&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时间\",\"url\":\"/majax/category/list?catId=15&gender=male&orderBy=4&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数\",\"url\":\"/majax/category/list?catId=15&gender=male&orderBy=3&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"/majax/category/list?catId=15&gender=male&orderBy=11&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐\",\"url\":\"/majax/category/list?catId=15&gender=male&orderBy=9&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"点击\",\"url\":\"/majax/category/list?catId=15&gender=male&orderBy=1&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30万下\",\"url\":\"/majax/category/list?catId=15&size=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30-50万\",\"url\":\"/majax/category/list?catId=15&size=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"50-100万\",\"url\":\"/majax/category/list?catId=15&size=3&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"1-2百万\",\"url\":\"/majax/category/list?catId=15&size=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"200万上\",\"url\":\"/majax/category/list?catId=15&size=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"———\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔸连载🔸\",\"url\":\"/majax/category/list?catId=15&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"🔸完本🔸\",\"url\":\"/majax/category/list?catId=15&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"时代叙事\",\"url\":\"/majax/category/list?catId=15&subCatId=20106&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"家庭伦理\",\"url\":\"/majax/category/list?catId=15&subCatId=6&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女性题材\",\"url\":\"/majax/category/list?catId=15&subCatId=20104&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"青年故事\",\"url\":\"/majax/category/list?catId=15&subCatId=20108&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"社会悬疑\",\"url\":\"/majax/category/list?catId=15&subCatId=20105&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人间百态\",\"url\":\"/majax/category/list?catId=15&subCatId=209&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"成功励志\",\"url\":\"/majax/category/list?catId=15&subCatId=20107&gender=male&pageNum=1&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔹军事🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"人气\",\"url\":\"/majax/category/list?catId=6&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时间\",\"url\":\"/majax/category/list?catId=6&gender=male&orderBy=4&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数\",\"url\":\"/majax/category/list?catId=6&gender=male&orderBy=3&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"/majax/category/list?catId=6&gender=male&orderBy=11&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐\",\"url\":\"/majax/category/list?catId=6&gender=male&orderBy=9&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"点击\",\"url\":\"/majax/category/list?catId=6&gender=male&orderBy=1&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30万下\",\"url\":\"/majax/category/list?catId=6&size=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30-50万\",\"url\":\"/majax/category/list?catId=6&size=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"50-100万\",\"url\":\"/majax/category/list?catId=6&size=3&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"1-2百万\",\"url\":\"/majax/category/list?catId=6&size=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"200万上\",\"url\":\"/majax/category/list?catId=6&size=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"———\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔸连载🔸\",\"url\":\"/majax/category/list?catId=6&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"🔸完本🔸\",\"url\":\"/majax/category/list?catId=6&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"军旅生涯\",\"url\":\"/majax/category/list?catId=6&subCatId=54&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"军事战争\",\"url\":\"/majax/category/list?catId=6&subCatId=65&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"战争幻想\",\"url\":\"/majax/category/list?catId=6&subCatId=80&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"抗战烽火\",\"url\":\"/majax/category/list?catId=6&subCatId=230&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"谍战特工\",\"url\":\"/majax/category/list?catId=6&subCatId=231&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔹历史🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"人气\",\"url\":\"/majax/category/list?catId=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时间\",\"url\":\"/majax/category/list?catId=5&gender=male&orderBy=4&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数\",\"url\":\"/majax/category/list?catId=5&gender=male&orderBy=3&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"/majax/category/list?catId=5&gender=male&orderBy=11&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐\",\"url\":\"/majax/category/list?catId=5&gender=male&orderBy=9&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"点击\",\"url\":\"/majax/category/list?catId=5&gender=male&orderBy=1&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30万下\",\"url\":\"/majax/category/list?catId=5&size=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30-50万\",\"url\":\"/majax/category/list?catId=5&size=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"50-100万\",\"url\":\"/majax/category/list?catId=5&size=3&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"1-2百万\",\"url\":\"/majax/category/list?catId=5&size=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"200万上\",\"url\":\"/majax/category/list?catId=5&size=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"———\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔸连载🔸\",\"url\":\"/majax/category/list?catId=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"🔸完本🔸\",\"url\":\"/majax/category/list?catId=5&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"架空励史\",\"url\":\"/majax/category/list?catId=5&subCatId=22&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"秦汉三国\",\"url\":\"/majax/category/list?catId=5&subCatId=48&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"上古先秦\",\"url\":\"/majax/category/list?catId=5&subCatId=220&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史传记\",\"url\":\"/majax/category/list?catId=5&subCatId=32&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"两晋隋唐\",\"url\":\"/majax/category/list?catId=5&subCatId=222&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"五代十国\",\"url\":\"/majax/category/list?catId=5&subCatId=223&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"两宋元明\",\"url\":\"/majax/category/list?catId=5&subCatId=224&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"清史民国\",\"url\":\"/majax/category/list?catId=5&subCatId=225&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"外国历史\",\"url\":\"/majax/category/list?catId=5&subCatId=226&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"民间传说\",\"url\":\"/majax/category/list?catId=5&subCatId=20094&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔹游戏🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"人气\",\"url\":\"/majax/category/list?catId=7&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时间\",\"url\":\"/majax/category/list?catId=7&gender=male&orderBy=4&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数\",\"url\":\"/majax/category/list?catId=7&gender=male&orderBy=3&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"/majax/category/list?catId=7&gender=male&orderBy=11&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐\",\"url\":\"/majax/category/list?catId=7&gender=male&orderBy=9&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"点击\",\"url\":\"/majax/category/list?catId=7&gender=male&orderBy=1&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30万下\",\"url\":\"/majax/category/list?catId=7&size=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30-50万\",\"url\":\"/majax/category/list?catId=7&size=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"50-100万\",\"url\":\"/majax/category/list?catId=7&size=3&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"1-2百万\",\"url\":\"/majax/category/list?catId=7&size=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"200万上\",\"url\":\"/majax/category/list?catId=7&size=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"———\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔸连载🔸\",\"url\":\"/majax/category/list?catId=7&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"🔸完本🔸\",\"url\":\"/majax/category/list?catId=7&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"电子竞技\",\"url\":\"/majax/category/list?catId=7&subCatId=7&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"虚拟网游\",\"url\":\"/majax/category/list?catId=7&subCatId=70&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"游戏异界\",\"url\":\"/majax/category/list?catId=7&subCatId=240&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"游戏系统\",\"url\":\"/majax/category/list?catId=7&subCatId=20102&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"游戏主播\",\"url\":\"/majax/category/list?catId=7&subCatId=20103&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔹体育🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"人气\",\"url\":\"/majax/category/list?catId=8&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时间\",\"url\":\"/majax/category/list?catId=8&gender=male&orderBy=4&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数\",\"url\":\"/majax/category/list?catId=8&gender=male&orderBy=3&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"/majax/category/list?catId=8&gender=male&orderBy=11&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐\",\"url\":\"/majax/category/list?catId=8&gender=male&orderBy=9&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"点击\",\"url\":\"/majax/category/list?catId=8&gender=male&orderBy=1&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30万下\",\"url\":\"/majax/category/list?catId=8&size=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30-50万\",\"url\":\"/majax/category/list?catId=8&size=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"50-100万\",\"url\":\"/majax/category/list?catId=8&size=3&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"1-2百万\",\"url\":\"/majax/category/list?catId=8&size=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"200万上\",\"url\":\"/majax/category/list?catId=8&size=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"———\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔸连载🔸\",\"url\":\"/majax/category/list?catId=8&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"🔸完本🔸\",\"url\":\"/majax/category/list?catId=8&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"篮球运动\",\"url\":\"/majax/category/list?catId=8&subCatId=28&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"体育赛事\",\"url\":\"/majax/category/list?catId=8&subCatId=55&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"足球运动\",\"url\":\"/majax/category/list?catId=8&subCatId=82&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔹科幻🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"人气\",\"url\":\"/majax/category/list?catId=9&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时间\",\"url\":\"/majax/category/list?catId=9&gender=male&orderBy=4&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数\",\"url\":\"/majax/category/list?catId=9&gender=male&orderBy=3&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"/majax/category/list?catId=9&gender=male&orderBy=11&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐\",\"url\":\"/majax/category/list?catId=9&gender=male&orderBy=9&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"点击\",\"url\":\"/majax/category/list?catId=9&gender=male&orderBy=1&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30万下\",\"url\":\"/majax/category/list?catId=9&size=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30-50万\",\"url\":\"/majax/category/list?catId=9&size=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"50-100万\",\"url\":\"/majax/category/list?catId=9&size=3&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"1-2百万\",\"url\":\"/majax/category/list?catId=9&size=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"200万上\",\"url\":\"/majax/category/list?catId=9&size=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"———\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔸连载🔸\",\"url\":\"/majax/category/list?catId=9&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"🔸完本🔸\",\"url\":\"/majax/category/list?catId=9&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"古武机甲\",\"url\":\"/majax/category/list?catId=9&subCatId=21&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"未来世界\",\"url\":\"/majax/category/list?catId=9&subCatId=25&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"星际文明\",\"url\":\"/majax/category/list?catId=9&subCatId=68&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"超级科技\",\"url\":\"/majax/category/list?catId=9&subCatId=250&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时空穿梭\",\"url\":\"/majax/category/list?catId=9&subCatId=251&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"进化变异\",\"url\":\"/majax/category/list?catId=9&subCatId=252&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"末世危机\",\"url\":\"/majax/category/list?catId=9&subCatId=253&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔹悬疑🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"人气\",\"url\":\"/majax/category/list?catId=10&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时间\",\"url\":\"/majax/category/list?catId=10&gender=male&orderBy=4&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数\",\"url\":\"/majax/category/list?catId=10&gender=male&orderBy=3&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"/majax/category/list?catId=10&gender=male&orderBy=11&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐\",\"url\":\"/majax/category/list?catId=10&gender=male&orderBy=9&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"点击\",\"url\":\"/majax/category/list?catId=10&gender=male&orderBy=1&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30万下\",\"url\":\"/majax/category/list?catId=10&size=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30-50万\",\"url\":\"/majax/category/list?catId=10&size=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"50-100万\",\"url\":\"/majax/category/list?catId=10&size=3&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"1-2百万\",\"url\":\"/majax/category/list?catId=10&size=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"200万上\",\"url\":\"/majax/category/list?catId=10&size=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"———\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔸连载🔸\",\"url\":\"/majax/category/list?catId=10&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"🔸完本🔸\",\"url\":\"/majax/category/list?catId=10&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"诡秘悬疑\",\"url\":\"/majax/category/list?catId=10&subCatId=26&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇妙世界\",\"url\":\"/majax/category/list?catId=10&subCatId=35&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"侦探推理\",\"url\":\"/majax/category/list?catId=10&subCatId=57&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"探险求生\",\"url\":\"/majax/category/list?catId=10&subCatId=260&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古今传奇\",\"url\":\"/majax/category/list?catId=10&subCatId=20095&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔹诸天无限🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"人气\",\"url\":\"/majax/category/list?catId=20109&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时间\",\"url\":\"/majax/category/list?catId=20109&gender=male&orderBy=4&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数\",\"url\":\"/majax/category/list?catId=20109&gender=male&orderBy=3&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"/majax/category/list?catId=20109&gender=male&orderBy=11&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐\",\"url\":\"/majax/category/list?catId=20109&gender=male&orderBy=9&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"点击\",\"url\":\"/majax/category/list?catId=20109&gender=male&orderBy=1&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30万下\",\"url\":\"/majax/category/list?catId=20109&size=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30-50万\",\"url\":\"/majax/category/list?catId=20109&size=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"50-100万\",\"url\":\"/majax/category/list?catId=20109&size=3&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"1-2百万\",\"url\":\"/majax/category/list?catId=20109&size=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"200万上\",\"url\":\"/majax/category/list?catId=20109&size=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"———\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔸连载🔸\",\"url\":\"/majax/category/list?catId=20109&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"🔸完本🔸\",\"url\":\"/majax/category/list?catId=20109&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"无限\",\"url\":\"/majax/category/list?catId=20109&subCatId=20110&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"诸天\",\"url\":\"/majax/category/list?catId=20109&subCatId=20111&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"综漫\",\"url\":\"/majax/category/list?catId=20109&subCatId=20112&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔹轻小说🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"人气\",\"url\":\"/majax/category/list?catId=12&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时间\",\"url\":\"/majax/category/list?catId=12&gender=male&orderBy=4&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数\",\"url\":\"/majax/category/list?catId=12&gender=male&orderBy=3&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"/majax/category/list?catId=12&gender=male&orderBy=11&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐\",\"url\":\"/majax/category/list?catId=12&gender=male&orderBy=9&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"点击\",\"url\":\"/majax/category/list?catId=12&gender=male&orderBy=1&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30万下\",\"url\":\"/majax/category/list?catId=12&size=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30-50万\",\"url\":\"/majax/category/list?catId=12&size=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"50-100万\",\"url\":\"/majax/category/list?catId=12&size=3&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"1-2百万\",\"url\":\"/majax/category/list?catId=12&size=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"200万上\",\"url\":\"/majax/category/list?catId=12&size=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"———\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔸连载🔸\",\"url\":\"/majax/category/list?catId=12&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"🔸完本🔸\",\"url\":\"/majax/category/list?catId=12&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"原生幻想\",\"url\":\"/majax/category/list?catId=12&subCatId=60&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现代幻想\",\"url\":\"/majax/category/list?catId=12&subCatId=10&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"衍生同人\",\"url\":\"/majax/category/list?catId=12&subCatId=281&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"搞笑吐槽\",\"url\":\"/majax/category/list?catId=12&subCatId=282&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"恋爱日常\",\"url\":\"/majax/category/list?catId=12&subCatId=66&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔹短篇🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"人气\",\"url\":\"/majax/category/list?catId=20076&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"时间\",\"url\":\"/majax/category/list?catId=20076&gender=male&orderBy=4&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数\",\"url\":\"/majax/category/list?catId=20076&gender=male&orderBy=3&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"/majax/category/list?catId=20076&gender=male&orderBy=11&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"推荐\",\"url\":\"/majax/category/list?catId=20076&gender=male&orderBy=9&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"点击\",\"url\":\"/majax/category/list?catId=20076&gender=male&orderBy=1&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30万下\",\"url\":\"/majax/category/list?catId=20076&size=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"30-50万\",\"url\":\"/majax/category/list?catId=20076&size=2&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"50-100万\",\"url\":\"/majax/category/list?catId=20076&size=3&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"1-2百万\",\"url\":\"/majax/category/list?catId=20076&size=4&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"200万上\",\"url\":\"/majax/category/list?catId=20076&size=5&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"———\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🔸连载🔸\",\"url\":\"/majax/category/list?catId=20076&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"🔸完本🔸\",\"url\":\"/majax/category/list?catId=20076&isfinish=1&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.45}},\n{\"title\":\"诗歌散文\",\"url\":\"/majax/category/list?catId=20076&subCatId=20097&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人物传记\",\"url\":\"/majax/category/list?catId=20076&subCatId=20098&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"影视剧本\",\"url\":\"/majax/category/list?catId=20076&subCatId=20075&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"评论文集\",\"url\":\"/majax/category/list?catId=20076&subCatId=20077&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"生活随笔\",\"url\":\"/majax/category/list?catId=20076&subCatId=20078&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"美文游记\",\"url\":\"/majax/category/list?catId=20076&subCatId=20079&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"短篇小说\",\"url\":\"/majax/category/list?catId=20076&subCatId=20096&gender=male&pageNum={{page}}&_csrfToken={{cookie.getKey(\\\"https://qidian.com\\\",\\\"_csrfToken\\\")}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}\n]",
    "header": "",
    "lastUpdateTime": 1743314122844,
    "respondTime": 3994,
    "ruleBookInfo": {
      "author": ".detail__header-detail__author@a@textNodes",
      "canReName": "",
      "coverUrl": "[property$=image]@content",
      "intro": "更新：\n{{@@[property$=update_time]@content}}\n简介：\n{{@@[property$=description]@content}}",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property$=chapter_name]@content",
      "name": ".detail__header-detail__title@text",
      "tocUrl": "{{baseUrl}}/catalog/",
      "wordCount": ".detail__header-detail__line@text##.*\\/.*|\\|.*|\\n"
    },
    "ruleContent": {
      "content": ".content@p@textNodes",
      "imageStyle": "full"
    },
    "ruleExplore": {
      "author": "$.bAuth",
      "bookList": "$.data.records",
      "bookUrl": "https://m.qidian.com/book/{{$.bid}}",
      "coverUrl": "https://bookcover.yuewen.com/qdbimg/349573/{{$.bid}}",
      "intro": "$.desc",
      "kind": "$.cat&&$.state",
      "lastChapter": "",
      "name": "$.bName",
      "wordCount": "$.cnt"
    },
    "ruleSearch": {
      "author": "._searchBookAuthor_otrkq_613@text",
      "bookList": ".y-list__item",
      "bookUrl": "{{@@a.0@href##chapter##book}}##\\/0\\/",
      "coverUrl": "img@src",
      "intro": "._searchBookDesc_otrkq_521@text",
      "kind": "._tags_otrkq_700@p.0:1@text",
      "name": "h2@text",
      "wordCount": "._tags_otrkq_700@p.-1@text"
    },
    "ruleToc": {
      "chapterList": ".y-list__item@a",
      "chapterName": "h2@text",
      "chapterUrl": "href",
      "preUpdateJs": "java.refreshTocUrl()",
      "updateTime": "info"
    },
    "searchUrl": "/soushu/{{key}}.html?pageNum={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "️顶点小说️",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.maxreader.la/##响海",
    "customButton": false,
    "customOrder": 1476,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734645817379,
    "respondTime": 2353,
    "ruleBookInfo": {
      "author": "class.mt5@tag.a.-1@text",
      "coverUrl": "tag.img@src",
      "intro": "class.con@html##.*[+展开]",
      "kind": "class.gray@text##class.num@text",
      "name": "class.title@text",
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": "class.pt-read-cont@class.pt-read-text@html<js>[result].join('').replace(/(本章未完|百度一下).*/g,'');</js><js>\ntry {\n    if (!global.okhttp) {\n        global.okhttp = {\n            JString: Packages.java.lang.String,\n            Request: Packages.okhttp3.Request,\n            client: new Packages.okhttp3.OkHttpClient()\n        }\n    }\n    if (!global.wesrc) {\n        let request = new global.okhttp.Request.Builder().url('http://yck.hr7t4h.cn/yck/funcs').build();\n        global.wesrc = [global.okhttp.client.newCall(request).execute().body().string()].join('');\n    }\n    eval([new global.okhttp.JString(android.util.Base64.decode(global.wesrc, 0))].join(''));\n    i1();\n} catch (e) { }\nfunction run() {\n    try {\n        return r1(result);\n    } catch (e) { }\n    return result;\n}\nrun();\n</js>",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.p!0@text##.*\\n0 人在追",
      "bookList": "class.book_list@tag.li<js>\ntry {\n    //we.comment\n    if (!global.okhttp) {\n        global.okhttp = {\n            JString: Packages.java.lang.String,\n            Request: Packages.okhttp3.Request,\n            client: new Packages.okhttp3.OkHttpClient()\n        }\n    }\n    if (!global.wesrc) {\n        let request = new global.okhttp.Request.Builder().url('http://yck.hr7t4h.cn/yck/funcs').build();\n        global.wesrc = [global.okhttp.client.newCall(request).execute().body().string()].join('');\n    }\n    eval([new global.okhttp.JString(android.util.Base64.decode(global.wesrc, 0))].join(''));\n    d1();\n    i1();\n} catch (e) { }\nresult;\n</js>",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.img@src",
      "kind": "class.status@text",
      "name": "class.book_title@text"
    },
    "ruleToc": {
      "chapterList": "class.cataloglist@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href<js>['https://www.maxreader.la',result].join('');</js>"
    },
    "searchUrl": "https://wap.maxreader.la/search/result.html?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//默认开启男频分类，可在发现页自行修改\n//可用详情页url：\nhttps://readbook-service-freebook.cread.com/cx/bookDetailYS?bookid={{$.id}}\nhttps://readbook-service-freebook.cread.com/reader-book/details?bookId={{$.id}}\nhttps://cxb-pro.cread.com/cx/book/recommend,{\n  \"body\": \"bookId={{$.id}}&cnid=10013&type=2\",\n  \"method\": \"POST\"\n}\n",
    "bookSourceGroup": "免费",
    "bookSourceName": "免费追书（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://cxb-pro.cread.com/##@遇知",
    "customButton": false,
    "customOrder": 1477,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\n//选择需要开启的分类，默认开启男频\n//男频 0,1,2,3,4,5,6,7\n//女频 8,9,10,11,12,13\n\n开启的分类 = \"0,1,2,3,4,5,6,7\"\n//开启的分类 = \"8,9,10,11,12,13\"\n\n//完结|连载id\n完结分类 = \"3\"\n连载分类 = \"1\"\n//一行个数\nvar nums = 3 ;\n//分隔符\nvar separator = '::'\n\n//标题::链接::一行个数::分类\n\n      分类 = [\"都市\",\"东方玄幻\",\"武侠仙侠\",\"悬疑惊悚\",\"架空历史\",\"网游竞技\",\"科幻未来\",\"西方玄幻\",\"总裁豪门\",\"古代言情\",\"幻想言情\",\"现代言情\",\"青春校园\",\"唯美同人\"]\n      \n      都市连载=[\"热血都市::1201::::w\",\"异术超能::1202::::w\",\"官场职场::1203::::w\"]\n      都市完结=[\"热血都市::1201::::w\",\"异术超能::1202::::w\",\"官场职场::1203::::w\"]\n    \n\t     东方玄幻连载=[\"玄幻大陆::1101::::w\",\"洪荒传说::1102::::w\",\"异界时空::1103::::w\"]\n      东方玄幻完结=[\"玄幻大陆::1101::::w\",\"洪荒传说::1102::::w\",\"异界时空::1103::::w\"]\n\t\n\t    武侠仙侠连载=[\"奇幻修真::1401::::w\",\"武侠国术::1402::::w\",\"古典仙侠::1403::::w\"]\n\t    武侠仙侠完结=[\"奇幻修真::1401::::w\",\"武侠国术::1402::::w\",\"古典仙侠::1403::::w\"]\n\t    \n\t    悬疑惊悚连载=[\"悬疑冒险::1801::::w\",\"恐怖惊悚::1802::::w\",\"推理侦探::1803::::w\"]\n\t    悬疑惊悚完结=[\"悬疑冒险::1801::::w\",\"恐怖惊悚::1802::::w\",\"推理侦探::1803::::w\"]\n\t    \n\t    架空历史连载=[\"架空王朝::1501::::w\",\"历史传记::1502::::w\",\"战争幻想::1503::::w\"]\n\t    架空历史完结=[\"架空王朝::1501::::w\",\"历史传记::1502::::w\",\"战争幻想::1503::::w\"]\n\t    \n\t    网游竞技连载=[\"虚拟游戏::1701::::w\",\"游戏异界::1702::::w\",\"竞技小说::1703::::w\"]\n\t    网游竞技完结=[\"虚拟游戏::1701::::w\",\"游戏异界::1702::::w\",\"竞技小说::1703::::w\"]\n\t    \n\t    科幻未来连载=[\"星际未来::1601::::w\",\"进化变异::1602::::w\",\"末世危机::1603::::w\"]\n\t    科幻未来完结=[\"星际未来::1601::::w\",\"进化变异::1602::::w\",\"末世危机::1603::::w\"]\n\t    \n\t    西方玄幻连载=[\"魔幻世界::1301::::w\",\"大陆争霸::1302::::w\",\"异类兽族::1303::::w\"]\n\t    西方玄幻完结=[\"魔幻世界::1301::::w\",\"大陆争霸::1302::::w\",\"异类兽族::1303::::w\"]\n\t    \n\t    \n\t    总裁豪门连载=[\"豪门世家::2401::::w\",\"娱乐明星::2402::::w\"]\n\t    总裁豪门完结=[\"豪门世家::2401::::w\",\"娱乐明星::2402::::w\"]\n\t    古代言情连载=[\"古色古香::2101::::w\",\"穿越架空::2102::::w\",\"宫闱宅斗::2103::::w\"]\n\t    古代言情完结=[\"古色古香::2101::::w\",\"穿越架空::2102::::w\",\"宫闱宅斗::2103::::w\"]\n\t    幻想言情连载=[\"玄幻仙侠::2201::::w\",\"异族恋情::2202::::w\",\"魔幻精灵::2203::::w\"]\n\t    幻想言情完结=[\"玄幻仙侠::2201::::w\",\"异族恋情::2202::::w\",\"魔幻精灵::2203::::w\"]\n\t    现代言情连载=[\"婚恋情缘::2301::::w\",\"商战职场::2302::::w\",\"民国风情::2303::::w\"]\n\t    现代言情完结=[\"婚恋情缘::2301::::w\",\"商战职场::2302::::w\",\"民国风情::2303::::w\"]\n\t    青春校园连载=[\"校园纯情::2501::::w\",\"青涩年华::2502::::w\"]\n\t    青春校园完结=[\"校园纯情::2501::::w\",\"青涩年华::2502::::w\"]\n\t    唯美同人连载=[\"唯美小说::2601::::w\",\"同人小说::2602::::w\"]\n\t    唯美同人完结=[\"唯美小说::2601::::w\",\"同人小说::2602::::w\"]\n\t    \n//分类生成\n\tfunction parse(data,y){\n\tlet args=data.split(separator);\n\tlet title = args[0],url=args[1],num=nums;\n\t  try {num = args[2] }catch(e){}\n\t  try {tag = args[3];\nu=tag==\"w\"?'https://cxb-pro.cread.com/cx/new/catelistnew?uid=127995117&cnid=10013&version=8.1.4&flid='+parseInt(url/10)*10+'&thirdCateId='+url+'&sortType=1&bookStatus='+y+'&wordnumType=0&pageSize=20&curpage={{page}}':y;\n }catch(e){}\n\treturn [title, u, num]\n\t}\n\t\n\t\nfunction FlexBox(title, url, num){\n\tlet obj={};\n\t\t obj.style={},obj.title=title,obj.url=url?url:'',obj.style['layout_flexGrow']=1;\n\t\t \n\t\t \n\t//数值设定\n\tlet data={1:1,2:0.4,3:0.25,4:0.2,5:0.15,7:0.1,10:0.05};\nobj.style['layout_flexBasisPercent']=data[num]\n\t\treturn obj\n\t\t}\n\t\t\n\t\t分类list = 开启的分类.split(\",\")\n\nvar 分类result = [];\n\t\n  var i=0;\n\t if(分类list[i]<=7){\n[\"男频\"].forEach(x=>{\n\t\t 分类result.push(FlexBox.apply(null,parse(x)))\n\t\t})\n}\n   else if(分类list[i]>=8){\n\t[\"女频\"].forEach(x=>{\n\t\t 分类result.push(FlexBox.apply(null,parse(x)))\n\t\t})\n\t\t}\n\t\n\t\t\t\nfor(i in 分类list){\n\t 分类result.push(FlexBox.apply(null,parse(分类[分类list[i]]+\"连载::::1\")))\n\ta = eval(分类[分类list[i]]+\"连载\");\n\ta.forEach(x=>{\n\t\t 分类result.push(FlexBox.apply(null,parse(x,连载分类)))\n\t\t})\n\t\t\n\t 分类result.push(FlexBox.apply(null,parse(分类[分类list[i]]+\"完结::::1\")))\n\tb = eval(分类[分类list[i]]+\"完结\");\n\tb.forEach(x=>{\n\t\t 分类result.push(FlexBox.apply(null,parse(x,完结分类)))\n\t\t})\n\t}\nJSON.stringify(分类result)\n</js>",
    "header": "{\n \"uid\":\"127993993\",\n\t\"cnid\":\"10013\",\n\t\"version\":\"8.1.4\",\t\n\t\"umeng\":\"FreeZhuishu_huaweiyysc\",\n\t\"promotionChannelId\":\"10013\",\n\t\"packname\":\"com.mianfeizs.book\",\t\n\t\t\"oscode\":\"29\",\n\t\t\"vcode\":\"202\",\n\t\t\"channelId\":\"10013\",\n\t\t\"realChannelID\":\"10013\",\n\t\t\"appname\":\"mfzs\",\n\t\t\"platform\":\"android\", \"uuid\":\"7ceb256e090f080cd28ac296a1278112\"\n}",
    "lastUpdateTime": 1734901746463,
    "loginUrl": "",
    "respondTime": 4430,
    "ruleBookInfo": {
      "author": "$.authorName",
      "canReName": "",
      "coverUrl": "$.bookImg",
      "downloadUrls": "",
      "init": "$.data",
      "intro": "<br>\n🏅 评分：{{$.grade}}分\n🎗 标签：{{$.tags..name##\\s##，}}\n🔥 人气：{{$.popularity}}\n🕰 更新时间：{{$.lastUpdateChapterDate##\\s##🔸}}\n📂 简介：{{$.introduction}}##(^|[。！？]+[”」）】]?)##$1<br>\n",
      "kind": "{{$.bookStatus}}\n{{$.categoryName}}\n{{$.grade}}分\n{{$.lastUpdateChapterDate##\\s.*}}",
      "lastChapter": "$.lastUpdateChapterName",
      "name": "$.bookName",
      "tocUrl": "https://cxb-pro.cread.com/cx/itf/getvolume?bookId={{$.bookId}}",
      "wordCount": "$.wordCount"
    },
    "ruleContent": {
      "content": "$..content"
    },
    "ruleExplore": {
      "author": "$.authorName",
      "bookList": "$..dataList[*]",
      "bookUrl": "https://readbook-service-freebook.cread.com/reader-book/details?bookId={{$.bookid}}",
      "coverUrl": "$.cover",
      "intro": "$.intro",
      "kind": "{{$.categoryName}}\n{{$.grade}}分",
      "name": "$.newBookName",
      "wordCount": "$.wordCount"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.list[*]",
      "bookUrl": "https://readbook-service-freebook.cread.com/reader-book/details?bookId={{$.id}}",
      "checkKeyWord": "绝世道君",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "{{$.categoryName}}\n{{$.grade}}分",
      "lastChapter": "",
      "name": "$.name",
      "wordCount": "$.words"
    },
    "ruleToc": {
      "chapterList": "$.list..bookChapters[*]",
      "chapterName": "$.name",
      "chapterUrl": "https://cxb-pro.cread.com:443/cx/itf/chapterRead?bookId={{$.bookid}}&chapterId={{$.id}}&full=0",
      "isVip": "",
      "isVolume": "",
      "updateTime": "{{java.timeFormat(java.getString('$.updateDate'))}} 字数:{{$.wordCount}}##/##-"
    },
    "searchUrl": "https://cxb-pro.cread.com/cx/searchbooks,{\n  \"body\": \"keyword={{key}}&pageNo={{page}}&version=8.1.4\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "蛋蛋小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.00shu.la/##@遇知",
    "customButton": false,
    "customOrder": 1478,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"🔖分类🔖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/sort/1_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠仙侠\",\"url\":\"/sort/2_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市言情\",\"url\":\"/sort/3_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"/sort/4_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏竞技\",\"url\":\"/sort/5_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻灵异\",\"url\":\"/sort/6_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他类型\",\"url\":\"/sort/7_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"\\t——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"\\t——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"\\t🔖榜单🔖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"日排行榜\",\"url\":\"/top/dayvisit_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周排行榜\",\"url\":\"/top/weekvisit_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月排行榜\",\"url\":\"/top/monthvisit_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总排行榜\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总收藏榜\",\"url\":\"/top/goodnum_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"字数排行\",\"url\":\"/top/size_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日推荐榜\",\"url\":\"/top/dayvote_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周推荐榜\",\"url\":\"/top/weekvote_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月推荐榜\",\"url\":\"/top/monthvote_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总推荐榜\",\"url\":\"/top/allvote_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最新入库\",\"url\":\"/top/postdate_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最近更新\",\"url\":\"/top/lastupdate_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"🔖完结🔖\",\"url\":\"/full/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}}\n]",
    "lastUpdateTime": 1736674351318,
    "respondTime": 2027,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "🔔 更新时间：{{@@[property=\"og:novel:update_time\"]@content##T##🔸}}\n\n📂 内容简介：{{@@[property=\"og:description\"]@content}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "{{@@.infotype p.1@text##.*：}}\n{{@@[property~=status|update_time]@content}}##T.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": "#novelcontent@html##{{chapter.title+\"(.*)\"}}",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\s*最新网址.*\\s*|\\s*.*请点击下一页.*\\s*|\\s*(上|下)一章\\s*|\\s*返回目录\\s*|s*加入书签\\s*|\\s*(上|下)一页\\s*",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": ".author@text||.p3@text",
      "bookList": ".article||.articlegeneral||.full_content",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href@js:##.+\\D((\\d+)\\d{3})\\D##https://www.00shu.la/files/article/image/$2/$1/$1s.jpg###",
      "intro": ".simple@text",
      "kind": ".p1@text##\\[|\\]",
      "name": "h6@text||.p2@text"
    },
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".sone",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "a.0@href@js:##.+\\D((\\d+)\\d{3})\\D##https://www.00shu.la/files/article/image/$2/$1/$1s.jpg###",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": ".list_xm ul a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "https://m.00shu.la/s.php,{\n  \"body\": \"searchkey={{key}}&&type=articlename\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "饿狼小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.elkoparts.com#🎃",
    "customButton": false,
    "customOrder": 1479,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 3726,
    "ruleBookInfo": {
      "author": ".top@p.0@text",
      "coverUrl": ".imgbox@img@src",
      "intro": ".xdesc@textNodes##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".top@p.1:2:4@text##.*：|小说|\\s..:.*",
      "lastChapter": ".top@a.-1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".top@h1@text"
    },
    "ruleContent": {
      "content": "id.content@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".s4@text",
      "bookList": ".txt-list-row5@li!0",
      "bookUrl": "a.0@href",
      "kind": ".s1,.s5@text##\\[|\\]|小说",
      "lastChapter": "a.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": ".section-list@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href",
      "nextTocUrl": ".right@a@href"
    },
    "searchUrl": "/search.php?keyWord={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "溜达小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.liudatxt.org#",
    "customButton": false,
    "customOrder": 1480,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1734980186036,
    "respondTime": 1377,
    "ruleBookInfo": {
      "author": "#author@a@text",
      "coverUrl": "#bookimg@img@src",
      "intro": "#bookintro@p@text",
      "kind": ".bookright@span.1:5@text",
      "lastChapter": "#newlist@li.0@a@text",
      "name": "h1@text",
      "tocUrl": "div.newrap@a.0@href",
      "wordCount": ".bookright@span.7@text&&span.uptime@sapn@text@js:result+'字'"
    },
    "ruleContent": {
      "content": "id.content@html"
    },
    "ruleExplore": {
      "bookList": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "class.book_other.0@tag.span.0@text",
      "bookList": "id.sitembox@tag.dl",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.img@src",
      "kind": "class.book_other.0@tag.span.1@text",
      "lastChapter": "class.book_other.1@tag.a@text",
      "name": "tag.a.1@text",
      "wordCount": "class.book_other.0@tag.span.3@text"
    },
    "ruleToc": {
      "chapterList": "id.readerlist@tag.li@tag.a",
      "chapterName": "text##正文|_",
      "chapterUrl": "href"
    },
    "searchUrl": "search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "七七读书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.77shuku.net#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1481,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1721151850184,
    "loginUrl": "",
    "respondTime": 229,
    "ruleBookInfo": {
      "coverUrl": "tag.img.1@src",
      "init": "",
      "intro": "id.intro@text",
      "lastChapter": "class.update@a@text",
      "name": "tag.h1@text##搜索关键词.*"
    },
    "ruleContent": {
      "content": "id.ChapterContents@html##(txt下载地址：|更新速度最快赶|全集txt下载)[\\s\\S]+"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "tag.td.5@text||class.shu_xinxi@h4@small@text",
      "bookList": "class.BOX@tag.tr!0||class.shu_cont@children",
      "bookUrl": "class.red@href||class.shu_xinxi@h4@a@href",
      "coverUrl": "img@src|class.red@href<js>'/files/article/image'+String(result).replace(/.*?(\\d*?)(\\d{1,3})\\//,'/$1/$1$2/$1$2s.jpg').replace('//','/0/')</js>",
      "kind": "tag.td.1@text##\\[|\\]",
      "lastChapter": "tag.td.3@text",
      "name": "tag.td.2@text||class.shu_xinxi@h4@a@text##搜索关键词.*"
    },
    "ruleToc": {
      "chapterList": "class.zjlist@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "求书网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.qiushu.info#",
    "customButton": false,
    "customOrder": 1482,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36",
    "lastUpdateTime": 1731807840329,
    "respondTime": 1544,
    "ruleBookInfo": {
      "author": ".author@text##文/",
      "coverUrl": ".book_cover > img@src",
      "intro": "p:nth-child(3)@text",
      "lastChapter": "ul:nth-child(1) > li:nth-child(1) > a@text",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": "class.book_content@html##求书网WWW.Qiushu.cc|txt下载80txt.com|最新网址：www.qiushu.info|txt下载地址：.*http://www.qiushu.info/txt65989/|手机阅读：.*http://m.qiushu.info/65989/|为了方便下次阅读，你可以在顶部\"加入书签\"记录本次.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".t2@tag.span@text##作者：|更新时间：.*",
      "bookList": ".read_list@tag.li",
      "bookUrl": ".t1 > .c1@tag.a@href",
      "checkKeyWord": "我的",
      "coverUrl": "li:nth-child(1) dt@tag.img@src",
      "intro": ".t3@tag.span@text",
      "kind": "",
      "lastChapter": ".t4 .c1@tag.a@text",
      "name": ".t1 > .c1@tag.a@text"
    },
    "ruleToc": {
      "chapterList": ".book_con_list.1@tag.li",
      "chapterName": " a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "/search.php,{\n\"method\": \"post\",\n\"body\": \"searchkey={{key}}&submit=\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁(xinbiquge)",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap2.xinbiquge.org##旅途",
    "customButton": false,
    "customOrder": 1483,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1684064199940,
    "respondTime": 3142,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property=og:image]@content",
      "init": "",
      "intro": "[property=og:description]@content",
      "kind": "[property~=(category|status|update_time)]@content",
      "lastChapter": "[property=og:novel:latest_chapter_name]@content",
      "name": "[property=og:novel:book_name]@content"
    },
    "ruleContent": {
      "content": "#chaptercontent@html",
      "nextContentUrl": "text.下一章@href",
      "replaceRegex": "##.*\\(\\d+ / \\d+\\).*\\n|新笔趣阁.*\\s*|\\s*.*下一页继续阅读.*|.本章阅读完毕.*\\s*"
    },
    "ruleSearch": {
      "author": ".author@span@text",
      "bookList": ".hot_sale",
      "bookUrl": "a@href",
      "checkKeyWord": "我的青春",
      "name": ".title@text"
    },
    "ruleToc": {
      "chapterList": ".book_last.-1@dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://wap2.xinbiquge.org/book/search.aspx?ie=utf-8&siteid=xinbiquge.org&s=000&key={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "凡人小说网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.washuwx.com#🎃",
    "customButton": false,
    "customOrder": 1484,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "",
    "lastUpdateTime": 1721185710976,
    "respondTime": 2214,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "class.intro clearfix@text",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "text.章节列表@href"
    },
    "ruleContent": {
      "content": "@js:\nvar txt = [],\ndd = java.getElement(\"#txt dd\");\nfor(i = 0; i < dd.length-1; i++){\n\tdata = dd.select(`[data-id=${i}]`)\n\ttxt.push(data)\n\t}\ntxt.join(\"\\n\")",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##{{try{title}catch(e){\"\"} }}\\s*\\(第\\d+.*页\\)|.?本章未完.*|.*凡人小说网全文字更新,牢记网址.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a@textNodes##.*\\(|\\)",
      "bookList": "ul[class=\"bd\"]@li",
      "bookUrl": "a@href",
      "checkKeyWord": "临安不夜侯",
      "kind": "span@text##\\[|\\]",
      "name": "a@textNodes##\\(.*|\\)"
    },
    "ruleToc": {
      "chapterList": "<js>\nvar list = [],\nd=java.getElement(\".list > div\");\nfor(i = 0; i < d.length-1; i++){\n\tdata = d.select(`[data-id=${i}]`)\n\tlist.push(data)\n\t}\nlist.join(\"\\n\")\n</js>\nli a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://wap.washuwx.com/s.php,{\n\t\"method\":\"post\",\n\t\"body\":\"s={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "菜小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.tatays.com/allbook",
    "customButton": false,
    "customOrder": 1485,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻奇幻::/xuanhuan/p{{page}}.html\n武侠修真::/wuxia/p{{page}}.html\n都市言情::/yanqing/p{{page}}.html\n历史军事::/lishi/p{{page}}.html\n科幻小说::/kehuan/p{{page}}.html\n网游小说::/wangyou/p{{page}}.html\n女生小说::/nvsheng/p{{page}}.html\n其他小说::/qita/p{{page}}.html",
    "lastUpdateTime": 1700203361022,
    "respondTime": 7774,
    "ruleBookInfo": {
      "coverUrl": "class.chapter-list-info@class.chapter-img@tag.img@src",
      "intro": "class.chapter-detail@class.info@class.intro@text",
      "kind": "class.mid@class.clearfix@tag.dd[1]@text##类型：",
      "wordCount": "class.mid@class.clearfix@tag.dd[2]@text##字数："
    },
    "ruleContent": {
      "content": "class.content-box@class.chapter-content@html"
    },
    "ruleExplore": {
      "author": "tag.p[0]@text##\\| 连载",
      "bookList": "class.list-content@class.list-box@class.list-title clears@tag.li",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.a@tag.img@src",
      "intro": "tag.p[1]@text",
      "lastChapter": "tag.p[2]@tag.a@text",
      "name": "tag.h2@text"
    },
    "ruleSearch": {
      "author": "class.three@text",
      "bookList": "class.main-wrap@class.sort-list search_words@tag.li[!0]",
      "bookUrl": "class.one@tag.a@href",
      "checkKeyWord": "凡人修仙传",
      "lastChapter": "class.two@tag.a@text",
      "name": "class.one@tag.a@text",
      "wordCount": "class.four@text"
    },
    "ruleToc": {
      "chapterList": "class.chapter-box@class.chapter-list clears@tag.ul@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "https://www.tatays.com/modules/article/search.php,\n{\n    \"webView\":true,\n    \"method\":\"POST\",\n    \"body\":\"searchtype=all&searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "这个是下一页规则class.fr ziyou@a@href\n书名h4@text##[ 0123456789]{1,3}|[/（“《 〈｛【『「]|[」』】｝〉》”）].*",
    "bookSourceGroup": "免费",
    "bookSourceName": "书包小说网全",
    "bookSourceType": 0,
    "bookSourceUrl": "https://234.484448.xyz/",
    "customButton": false,
    "customOrder": 1486,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "尸::/public/api.php?app=search&q=尸&page={{page}}\n杀::/public/api.php?app=search&q=杀&page={{page}}\n屄::/public/api.php?app=search&q=屄&page={{page}}\n肏::/public/api.php?app=search&q=肏&page={{page}}\n0岁::/public/api.php?app=search&q=0岁&page={{page}}\n编辑::/public/api.php?app=search&q=编辑&page={{page}}\n催眠::/public/api.php?app=search&q=催眠&page={{page}}\n乱伦::/public/api.php?app=search&q=乱伦&page={{page}}\n破处::/public/api.php?app=search&q=破处&page={{page}}\n处女::/public/api.php?app=search&q=处女&page={{page}}\n下开苞::/public/api.php?app=search&q=开苞&page={{page}}\n修改::/public/api.php?app=search&q=修改&page={{page}}\n常识::/public/api.php?app=search&q=常识&page={{page}}\n花::/public/api.php?app=search&q=花&page={{page}}\n【完::/public/api.php?app=search&q=【完&page={{page}}\n上::/public/api.php?app=search&q=上&page={{page}}\n中::/public/api.php?app=search&q=中&page={{page}}\n下::/public/api.php?app=search&q=下&page={{page}}\n游戏::/public/api.php?app=search&q=游戏&page={{page}}\n游::/public/api.php?app=search&q=游&page={{page}}\n戏::/public/api.php?app=search&q=戏&page={{page}}\n9岁::/public/api.php?app=search&q=9岁&page={{page}}\n1岁::/public/api.php?app=search&q=1岁&page={{page}}\n2岁::/public/api.php?app=search&q=2岁&page={{page}}\n3岁::/public/api.php?app=search&q=3岁&page={{page}}\n4::/public/api.php?app=search&q=4&page={{page}}\n5岁::/public/api.php?app=search&q=5岁&page={{page}}\n6岁::/public/api.php?app=search&q=6岁&page={{page}}\n7岁::/public/api.php?app=search&q=7岁&page={{page}}\n8岁::/public/api.php?app=search&q=8岁&page={{page}}\n阿妹::/public/api.php?app=search&q=阿妹&page={{page}}\n按摩::/public/api.php?app=search&q=按摩&page={{page}}\n阿姨::/public/api.php?app=search&q=阿姨&page={{page}}\n爸爸::/public/api.php?app=search&q=爸爸&page={{page}}\n白浆::/public/api.php?app=search&q=白浆&page={{page}}\n班花::/public/api.php?app=search&q=班花&page={{page}}\n半推::/public/api.php?app=search&q=半推&page={{page}}\n爆操::/public/api.php?app=search&q=爆操&page={{page}}\n爆插::/public/api.php?app=search&q=爆插&page={{page}}\n宝妈::/public/api.php?app=search&q=宝妈&page={{page}}\n保姆::/public/api.php?app=search&q=保姆&page={{page}}\n包臀::/public/api.php?app=search&q=包臀&page={{page}}\n包养::/public/api.php?app=search&q=包养&page={{page}}\n八岁::/public/api.php?app=search&q=八岁&page={{page}}\n编辑::/public/api.php?app=search&q=编辑&page={{page}}\n便器::/public/api.php?app=search&q=便器&page={{page}}\n表姐::/public/api.php?app=search&q=表姐&page={{page}}\n表妹::/public/api.php?app=search&q=表妹&page={{page}}\n表嫂::/public/api.php?app=search&q=表嫂&page={{page}}\n屄屄::/public/api.php?app=search&q=屄屄&page={{page}}\n42灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/public/api.php?app=search&q=\n操逼::/public/api.php?app=search&q=操逼&page={{page}}\n操哭::/public/api.php?app=search&q=操哭&page={{page}}\n操母::/public/api.php?app=search&q=操母&page={{page}}\n厕所::/public/api.php?app=search&q=厕所&page={{page}}\n常识::/public/api.php?app=search&q=常识&page={{page}}\n潮吹::/public/api.php?app=search&q=潮吹&page={{page}}\n程度::/public/api.php?app=search&q=程度&page={{page}}\n称呼::/public/api.php?app=search&q=称呼&page={{page}}\n成年::/public/api.php?app=search&q=成年&page={{page}}\n成人::/public/api.php?app=search&q=成人&page={{page}}\n乘务::/public/api.php?app=search&q=乘务&page={{page}}\n吃鸡::/public/api.php?app=search&q=吃鸡&page={{page}}\n吃精::/public/api.php?app=search&q=吃精&page={{page}}\n赤裸::/public/api.php?app=search&q=赤裸&page={{page}}\n吃奶::/public/api.php?app=search&q=吃奶&page={{page}}\n抽插::/public/api.php?app=search&q=抽插&page={{page}}\n创意::/public/api.php?app=search&q=创意&page={{page}}\n传统::/public/api.php?app=search&q=传统&page={{page}}\n初次::/public/api.php?app=search&q=初次&page={{page}}\n初二::/public/api.php?app=search&q=初二&page={{page}}\n处女::/public/api.php?app=search&q=处女&page={{page}}\n初三::/public/api.php?app=search&q=初三&page={{page}}\n初夜::/public/api.php?app=search&q=初夜&page={{page}}\n初一::/public/api.php?app=search&q=初一&page={{page}}\n初中::/public/api.php?app=search&q=初中&page={{page}}\n催眠::/public/api.php?app=search&q=催眠&page={{page}}\n大二::/public/api.php?app=search&q=大二&page={{page}}\n大姑::/public/api.php?app=search&q=大姑&page={{page}}\n大夫::/public/api.php?app=search&q=大夫&page={{page}}\n大鸡::/public/api.php?app=search&q=大鸡&page={{page}}\n大姐::/public/api.php?app=search&q=大姐&page={{page}}\n导购::/public/api.php?app=search&q=导购&page={{page}}\n道具::/public/api.php?app=search&q=道具&page={{page}}\n导师::/public/api.php?app=search&q=导师&page={{page}}\n导演::/public/api.php?app=search&q=导演&page={{page}}\n大三::/public/api.php?app=search&q=大三&page={{page}}\n大四::/public/api.php?app=search&q=大四&page={{page}}\n大胸::/public/api.php?app=search&q=大胸&page={{page}}\n大一::/public/api.php?app=search&q=大一&page={{page}}\n大姨::/public/api.php?app=search&q=大姨&page={{page}}\n的妈::/public/api.php?app=search&q=的妈&page={{page}}\n的母::/public/api.php?app=search&q=的母&page={{page}}\n的女::/public/api.php?app=search&q=的女&page={{page}}\n的性::/public/api.php?app=search&q=的性&page={{page}}\n点工::/public/api.php?app=search&q=点工&page={{page}}\n弟妹::/public/api.php?app=search&q=弟妹&page={{page}}\n丁字::/public/api.php?app=search&q=丁字&page={{page}}\n第一次::/public/api.php?app=search&q=第一次&page={{page}}\n抖音::/public/api.php?app=search&q=抖音&page={{page}}\n斗鱼::/public/api.php?app=search&q=斗鱼&page={{page}}\n短篇::/public/api.php?app=search&q=短篇&page={{page}}\n多女::/public/api.php?app=search&q=多女&page={{page}}\n97灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/public/api.php?app=search&q=\n二岁::/public/api.php?app=search&q=二岁&page={{page}}\n二穴::/public/api.php?app=search&q=二穴&page={{page}}\n法官::/public/api.php?app=search&q=法官&page={{page}}\n肥逼::/public/api.php?app=search&q=肥逼&page={{page}}\n飞机::/public/api.php?app=search&q=飞机&page={{page}}\n飞机杯::/public/api.php?app=search&q=飞机杯&page={{page}}\n肥臀::/public/api.php?app=search&q=肥臀&page={{page}}\n职场::/public/api.php?app=search&q=职场&page={{page}}\n粉逼::/public/api.php?app=search&q=粉逼&page={{page}}\n丰乳::/public/api.php?app=search&q=丰乳&page={{page}}\n丰臀::/public/api.php?app=search&q=丰臀&page={{page}}\n粉嫩::/public/api.php?app=search&q=粉嫩&page={{page}}\n分析::/public/api.php?app=search&q=分析&page={{page}}\n粉穴::/public/api.php?app=search&q=粉穴&page={{page}}\n佛教::/public/api.php?app=search&q=佛教&page={{page}}\n父女::/public/api.php?app=search&q=父女&page={{page}}\n夫人::/public/api.php?app=search&q=夫人&page={{page}}\n服务::/public/api.php?app=search&q=服务&page={{page}}\n刚成::/public/api.php?app=search&q=刚成&page={{page}}\n肛交::/public/api.php?app=search&q=肛交&page={{page}}\n干了::/public/api.php?app=search&q=干了&page={{page}}\n干妈::/public/api.php?app=search&q=干妈&page={{page}}\n高潮::/public/api.php?app=search&q=高潮&page={{page}}\n高二::/public/api.php?app=search&q=高二&page={{page}}\n高三::/public/api.php?app=search&q=高三&page={{page}}\n高一::/public/api.php?app=search&q=高一&page={{page}}\n高中::/public/api.php?app=search&q=高中&page={{page}}\n隔壁::/public/api.php?app=search&q=隔壁&page={{page}}\n女邻::/public/api.php?app=search&q=女邻&page={{page}}\n阁下::/public/api.php?app=search&q=阁下&page={{page}}\n工程::/public/api.php?app=search&q=工程&page={{page}}\n务员::/public/api.php?app=search&q=务员&page={{page}}\n公主::/public/api.php?app=search&q=公主&page={{page}}\n广东::/public/api.php?app=search&q=广东&page={{page}}\n管理::/public/api.php?app=search&q=管理&page={{page}}\n姑姑::/public/api.php?app=search&q=姑姑&page={{page}}\n鬼畜::/public/api.php?app=search&q=鬼畜&page={{page}}\n闺蜜::/public/api.php?app=search&q=闺蜜&page={{page}}\n闺女::/public/api.php?app=search&q=闺女&page={{page}}\n龟头::/public/api.php?app=search&q=龟头&page={{page}}\n姑妈::/public/api.php?app=search&q=姑妈&page={{page}}\n姑娘::/public/api.php?app=search&q=姑娘&page={{page}}\n国中::/public/api.php?app=search&q=国中&page={{page}}\n顾问::/public/api.php?app=search&q=顾问&page={{page}}\n143灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/public/api.php?app=search&q=143灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&page={{page}}\n行业::/public/api.php?app=search&q=行业&page={{page}}\n含着::/public/api.php?app=search&q=含着&page={{page}}\n豪乳::/public/api.php?app=search&q=豪乳&page={{page}}\n合集::/public/api.php?app=search&q=合集&page={{page}}\n黑丝::/public/api.php?app=search&q=黑丝&page={{page}}\n和姐::/public/api.php?app=search&q=和姐&page={{page}}\n和妈::/public/api.php?app=search&q=和妈&page={{page}}\n和妹::/public/api.php?app=search&q=和妹&page={{page}}\n喝奶::/public/api.php?app=search&q=喝奶&page={{page}}\n喝尿::/public/api.php?app=search&q=喝尿&page={{page}}\n和同::/public/api.php?app=search&q=和同&page={{page}}\n和我::/public/api.php?app=search&q=和我&page={{page}}\n后妈::/public/api.php?app=search&q=后妈&page={{page}}\n后入::/public/api.php?app=search&q=后入&page={{page}}\n怀孕::/public/api.php?app=search&q=怀孕&page={{page}}\n皇后::/public/api.php?app=search&q=皇后&page={{page}}\n蝴蝶::/public/api.php?app=search&q=蝴蝶&page={{page}}\n护士::/public/api.php?app=search&q=护士&page={{page}}\n户外::/public/api.php?app=search&q=户外&page={{page}}\n虎穴::/public/api.php?app=search&q=虎穴&page={{page}}\n家姐::/public/api.php?app=search&q=家姐&page={{page}}\n江浙::/public/api.php?app=search&q=江浙&page={{page}}\n奸妈::/public/api.php?app=search&q=奸妈&page={{page}}\n奸杀::/public/api.php?app=search&q=奸杀&page={{page}}\n奸尸::/public/api.php?app=search&q=奸尸&page={{page}}\n奸淫::/public/api.php?app=search&q=奸淫&page={{page}}\n叫爸::/public/api.php?app=search&q=叫爸&page={{page}}\n娇嫩::/public/api.php?app=search&q=娇嫩&page={{page}}\n教师::/public/api.php?app=search&q=教师&page={{page}}\n娇小::/public/api.php?app=search&q=娇小&page={{page}}\n家人::/public/api.php?app=search&q=家人&page={{page}}\n家庭::/public/api.php?app=search&q=家庭&page={{page}}\n家政::/public/api.php?app=search&q=家政&page={{page}}\n鸡吧::/public/api.php?app=search&q=鸡吧&page={{page}}\n机杯::/public/api.php?app=search&q=机杯&page={{page}}\n姐弟::/public/api.php?app=search&q=姐弟&page={{page}}\n姐夫::/public/api.php?app=search&q=姐夫&page={{page}}\n夫的::/public/api.php?app=search&q=夫的&page={{page}}\n姐姐::/public/api.php?app=search&q=姐姐&page={{page}}\n姐的::/public/api.php?app=search&q=姐的&page={{page}}\n姐妹::/public/api.php?app=search&q=姐妹&page={{page}}\n妹花::/public/api.php?app=search&q=妹花&page={{page}}\n街射::/public/api.php?app=search&q=街射&page={{page}}\n集合::/public/api.php?app=search&q=集合&page={{page}}\n即可::/public/api.php?app=search&q=即可&page={{page}}\n继母::/public/api.php?app=search&q=继母&page={{page}}\n挤奶::/public/api.php?app=search&q=挤奶&page={{page}}\n精厕::/public/api.php?app=search&q=精厕&page={{page}}\n警花::/public/api.php?app=search&q=警花&page={{page}}\n经理::/public/api.php?app=search&q=经理&page={{page}}\n精液::/public/api.php?app=search&q=精液&page={{page}}\n精子::/public/api.php?app=search&q=精子&page={{page}}\n近亲::/public/api.php?app=search&q=近亲&page={{page}}\n金融::/public/api.php?app=search&q=金融&page={{page}}\n极品::/public/api.php?app=search&q=极品&page={{page}}\n酒店::/public/api.php?app=search&q=酒店&page={{page}}\n舅妈::/public/api.php?app=search&q=舅妈&page={{page}}\n九岁::/public/api.php?app=search&q=九岁&page={{page}}\n记者::/public/api.php?app=search&q=记者&page={{page}}\n角色::/public/api.php?app=search&q=角色&page={{page}}\n军官::/public/api.php?app=search&q=军官&page={{page}}\n巨乳::/public/api.php?app=search&q=巨乳&page={{page}}\n巨臀::/public/api.php?app=search&q=巨臀&page={{page}}\n209灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/public/api.php?app=search&q=\n开苞::/public/api.php?app=search&q=开苞&page={{page}}\n客服::/public/api.php?app=search&q=客服&page={{page}}\n客户::/public/api.php?app=search&q=客户&page={{page}}\n直接::/public/api.php?app=search&q=直接&page={{page}}\n控制::/public/api.php?app=search&q=控制&page={{page}}\n口爆::/public/api.php?app=search&q=口爆&page={{page}}\n口交::/public/api.php?app=search&q=口交&page={{page}}\n狂操::/public/api.php?app=search&q=狂操&page={{page}}\n狂干::/public/api.php?app=search&q=狂干&page={{page}}\n捆绑::/public/api.php?app=search&q=捆绑&page={{page}}\n扩阴::/public/api.php?app=search&q=扩阴&page={{page}}\n辣妈::/public/api.php?app=search&q=辣妈&page={{page}}\n辣妹::/public/api.php?app=search&q=辣妹&page={{page}}\n老师::/public/api.php?app=search&q=老师&page={{page}}\n两女::/public/api.php?app=search&q=两女&page={{page}}\n靓女::/public/api.php?app=search&q=靓女&page={{page}}\n领导::/public/api.php?app=search&q=领导&page={{page}}\n凌辱::/public/api.php?app=search&q=凌辱&page={{page}}\n乱伦::/public/api.php?app=search&q=乱伦&page={{page}}\n萝莉::/public/api.php?app=search&q=萝莉&page={{page}}\n裸体::/public/api.php?app=search&q=裸体&page={{page}}\n裸舞::/public/api.php?app=search&q=裸舞&page={{page}}\n妈和::/public/api.php?app=search&q=妈和&page={{page}}\n妈妈::/public/api.php?app=search&q=妈妈&page={{page}}\n妈咪::/public/api.php?app=search&q=妈咪&page={{page}}\n美鲍::/public/api.php?app=search&q=美鲍&page={{page}}\n妹的::/public/api.php?app=search&q=妹的&page={{page}}\n妹儿::/public/api.php?app=search&q=妹儿&page={{page}}\n妹花::/public/api.php?app=search&q=妹花&page={{page}}\n妹妹::/public/api.php?app=search&q=妹妹&page={{page}}\n美母::/public/api.php?app=search&q=美母&page={{page}}\n媒体::/public/api.php?app=search&q=媒体&page={{page}}\n美穴::/public/api.php?app=search&q=美穴&page={{page}}\n猛操::/public/api.php?app=search&q=猛操&page={{page}}\n萌妹::/public/api.php?app=search&q=萌妹&page={{page}}\n名器::/public/api.php?app=search&q=名器&page={{page}}\n明星::/public/api.php?app=search&q=明星&page={{page}}\n泌乳::/public/api.php?app=search&q=泌乳&page={{page}}\n母女::/public/api.php?app=search&q=母女&page={{page}}\n母亲::/public/api.php?app=search&q=母亲&page={{page}}\n母乳::/public/api.php?app=search&q=母乳&page={{page}}\n母子::/public/api.php?app=search&q=母子&page={{page}}\n253灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/public/api.php?app=search&q=\n奶妈::/public/api.php?app=search&q=奶妈&page={{page}}\n奶奶::/public/api.php?app=search&q=奶奶&page={{page}}\n奶子::/public/api.php?app=search&q=奶子&page={{page}}\n囡囡::/public/api.php?app=search&q=囡囡&page={{page}}\n内裤::/public/api.php?app=search&q=内裤&page={{page}}\n内射::/public/api.php?app=search&q=内射&page={{page}}\n嫩逼::/public/api.php?app=search&q=嫩逼&page={{page}}\n嫩妹::/public/api.php?app=search&q=嫩妹&page={{page}}\n嫩模::/public/api.php?app=search&q=嫩模&page={{page}}\n嫩乳::/public/api.php?app=search&q=嫩乳&page={{page}}\n嫩穴::/public/api.php?app=search&q=嫩穴&page={{page}}\n年纪::/public/api.php?app=search&q=年纪&page={{page}}\n尿道::/public/api.php?app=search&q=尿道&page={{page}}\n尿尿::/public/api.php?app=search&q=尿尿&page={{page}}\n尼姑::/public/api.php?app=search&q=尼姑&page={{page}}\n女奴::/public/api.php?app=search&q=女奴&page={{page}}\n女兵::/public/api.php?app=search&q=女兵&page={{page}}\n女大::/public/api.php?app=search&q=女大&page={{page}}\n女儿::/public/api.php?app=search&q=女儿&page={{page}}\n女孩::/public/api.php?app=search&q=女孩&page={{page}}\n女皇::/public/api.php?app=search&q=女皇&page={{page}}\n女教::/public/api.php?app=search&q=女教&page={{page}}\n女警::/public/api.php?app=search&q=女警&page={{page}}\n女军::/public/api.php?app=search&q=女军&page={{page}}\n女老::/public/api.php?app=search&q=女老&page={{page}}\n女老::/public/api.php?app=search&q=女老&page={{page}}\n女律::/public/api.php?app=search&q=女律&page={{page}}\n女模::/public/api.php?app=search&q=女模&page={{page}}\n女女::/public/api.php?app=search&q=女女&page={{page}}\n女朋::/public/api.php?app=search&q=女朋&page={{page}}\n女仆::/public/api.php?app=search&q=女仆&page={{page}}\n女神::/public/api.php?app=search&q=女神&page={{page}}\n女士::/public/api.php?app=search&q=女士&page={{page}}\n女童::/public/api.php?app=search&q=女童&page={{page}}\n女同::/public/api.php?app=search&q=女同&page={{page}}\n女性::/public/api.php?app=search&q=女性&page={{page}}\n女刑::/public/api.php?app=search&q=女刑&page={{page}}\n女学::/public/api.php?app=search&q=女学&page={{page}}\n女医::/public/api.php?app=search&q=女医&page={{page}}\n女友::/public/api.php?app=search&q=女友&page={{page}}\n女主::/public/api.php?app=search&q=女主&page={{page}}\n301灬灬灬灬灬灬灬灬灬>>>>>::\n啪啪::/public/api.php?app=search&q=啪啪&page={{page}}\n朋友::/public/api.php?app=search&q=朋友&page={{page}}\n友妻::/public/api.php?app=search&q=友妻&page={{page}}\n喷奶::/public/api.php?app=search&q=喷奶&page={{page}}\n喷尿::/public/api.php?app=search&q=喷尿&page={{page}}\n喷射::/public/api.php?app=search&q=喷射&page={{page}}\n屁眼::/public/api.php?app=search&q=屁眼&page={{page}}\n强调::/public/api.php?app=search&q=强调&page={{page}}\n强奸::/public/api.php?app=search&q=强奸&page={{page}}\n启蒙::/public/api.php?app=search&q=启蒙&page={{page}}\n情侣::/public/api.php?app=search&q=情侣&page={{page}}\n情人::/public/api.php?app=search&q=情人&page={{page}}\n亲姐::/public/api.php?app=search&q=亲姐&page={{page}}\n亲妈::/public/api.php?app=search&q=亲妈&page={{page}}\n亲切::/public/api.php?app=search&q=亲切&page={{page}}\n亲生::/public/api.php?app=search&q=亲生&page={{page}}\n亲属::/public/api.php?app=search&q=亲属&page={{page}}\n七岁::/public/api.php?app=search&q=七岁&page={{page}}\n全家::/public/api.php?app=search&q=全家&page={{page}}\n全裸::/public/api.php?app=search&q=全裸&page={{page}}\n全职::/public/api.php?app=search&q=全职&page={{page}}\n区分::/public/api.php?app=search&q=区分&page={{page}}\n群交::/public/api.php?app=search&q=群交&page={{page}}\n群P::/public/api.php?app=search&q=群P&page={{page}}\n人偶::/public/api.php?app=search&q=人偶&page={{page}}\n人妻::/public/api.php?app=search&q=人妻&page={{page}}\n妊娠::/public/api.php?app=search&q=妊娠&page={{page}}\n日逼::/public/api.php?app=search&q=日逼&page={{page}}\n肉棒::/public/api.php?app=search&q=肉棒&page={{page}}\n肉便::/public/api.php?app=search&q=肉便&page={{page}}\n便器::/public/api.php?app=search&q=便器&page={{page}}\n乳房::/public/api.php?app=search&q=乳房&page={{page}}\n乳交::/public/api.php?app=search&q=乳交&page={{page}}\n乳头::/public/api.php?app=search&q=乳头&page={{page}}\n三洞::/public/api.php?app=search&q=三洞&page={{page}}\n三姐::/public/api.php?app=search&q=三姐&page={{page}}\n三女::/public/api.php?app=search&q=三女&page={{page}}\n三岁::/public/api.php?app=search&q=三岁&page={{page}}\n骚逼::/public/api.php?app=search&q=骚逼&page={{page}}\n嫂嫂::/public/api.php?app=search&q=嫂嫂&page={{page}}\n骚臀::/public/api.php?app=search&q=骚臀&page={{page}}\n骚穴::/public/api.php?app=search&q=骚穴&page={{page}}\n嫂子::/public/api.php?app=search&q=嫂子&page={{page}}\n商务::/public/api.php?app=search&q=商务&page={{page}}\n少妇::/public/api.php?app=search&q=少妇&page={{page}}\n少女::/public/api.php?app=search&q=少女&page={{page}}\n350☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞☞::\n设计::/public/api.php?app=search&q=设计&page={{page}}\n射进::/public/api.php?app=search&q=射进&page={{page}}\n射精::/public/api.php?app=search&q=射精&page={{page}}\n身份::/public/api.php?app=search&q=身份&page={{page}}\n生孩::/public/api.php?app=search&q=生孩&page={{page}}\n孩子::/public/api.php?app=search&q=孩子&page={{page}}\n生了::/public/api.php?app=search&q=生了&page={{page}}\n婶婶::/public/api.php?app=search&q=婶婶&page={{page}}\n婶子::/public/api.php?app=search&q=婶子&page={{page}}\n十八::/public/api.php?app=search&q=十八&page={{page}}\n世界::/public/api.php?app=search&q=世界&page={{page}}\n失禁::/public/api.php?app=search&q=失禁&page={{page}}\n屎尿::/public/api.php?app=search&q=屎尿&page={{page}}\n师生::/public/api.php?app=search&q=师生&page={{page}}\n十岁::/public/api.php?app=search&q=十岁&page={{page}}\n使用::/public/api.php?app=search&q=使用&page={{page}}\n受精::/public/api.php?app=search&q=受精&page={{page}}\n双胞::/public/api.php?app=search&q=双胞&page={{page}}\n双洞::/public/api.php?app=search&q=双洞&page={{page}}\n双姝::/public/api.php?app=search&q=双姝&page={{page}}\n双穴::/public/api.php?app=search&q=双穴&page={{page}}\n叔母::/public/api.php?app=search&q=叔母&page={{page}}\n熟女::/public/api.php?app=search&q=熟女&page={{page}}\n四人::/public/api.php?app=search&q=四人&page={{page}}\n私人::/public/api.php?app=search&q=私人&page={{page}}\n丝袜::/public/api.php?app=search&q=丝袜&page={{page}}\n岁的::/public/api.php?app=search&q=岁的&page={{page}}\n孙女::/public/api.php?app=search&q=孙女&page={{page}}\n酥胸::/public/api.php?app=search&q=酥胸&page={{page}}\n堂姐::/public/api.php?app=search&q=堂姐&page={{page}}\n堂妹::/public/api.php?app=search&q=堂妹&page={{page}}\n探花::/public/api.php?app=search&q=探花&page={{page}}\n特别::/public/api.php?app=search&q=特别&page={{page}}\n特色::/public/api.php?app=search&q=特色&page={{page}}\n特殊::/public/api.php?app=search&q=特殊&page={{page}}\n舔逼::/public/api.php?app=search&q=舔逼&page={{page}}\n舔肛::/public/api.php?app=search&q=舔肛&page={{page}}\n舔鸡::/public/api.php?app=search&q=舔鸡&page={{page}}\n舔屁::/public/api.php?app=search&q=舔屁&page={{page}}\n舔阴::/public/api.php?app=search&q=舔阴&page={{page}}\n调教::/public/api.php?app=search&q=调教&page={{page}}\n停止::/public/api.php?app=search&q=停止&page={{page}}\n同理::/public/api.php?app=search&q=同理&page={{page}}\n同事::/public/api.php?app=search&q=同事&page={{page}}\n同性::/public/api.php?app=search&q=同性&page={{page}}\n同学::/public/api.php?app=search&q=同学&page={{page}}\n童颜::/public/api.php?app=search&q=童颜&page={{page}}\n通用::/public/api.php?app=search&q=通用&page={{page}}\n偷拍::/public/api.php?app=search&q=偷拍&page={{page}}\n臀部::/public/api.php?app=search&q=臀部&page={{page}}\n吞精::/public/api.php?app=search&q=吞精&page={{page}}\n405灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/public/api.php?app=search&q=405\n外婆::/public/api.php?app=search&q=外婆&page={{page}}\n外甥::/public/api.php?app=search&q=外甥&page={{page}}\n外孙::/public/api.php?app=search&q=外孙&page={{page}}\n网红::/public/api.php?app=search&q=网红&page={{page}}\n玩具::/public/api.php?app=search&q=玩具&page={{page}}\n娃娃::/public/api.php?app=search&q=娃娃&page={{page}}\n未成::/public/api.php?app=search&q=未成&page={{page}}\n成年::/public/api.php?app=search&q=成年&page={{page}}\n的性::/public/api.php?app=search&q=的性&page={{page}}\n我和::/public/api.php?app=search&q=我和&page={{page}}\n我和姐姐::/public/api.php?app=search&q=我和姐姐&page={{page}}\n我和妈妈::/public/api.php?app=search&q=我和妈妈&page={{page}}\n我和妹妹::/public/api.php?app=search&q=我和妹妹&page={{page}}\n我和女友::/public/api.php?app=search&q=我和女友&page={{page}}\n我和我的::/public/api.php?app=search&q=我和我的&page={{page}}\n舞蹈::/public/api.php?app=search&q=舞蹈&page={{page}}\n五岁::/public/api.php?app=search&q=五岁&page={{page}}\n无套::/public/api.php?app=search&q=无套&page={{page}}\n无性::/public/api.php?app=search&q=无性&page={{page}}\n无需::/public/api.php?app=search&q=无需&page={{page}}\n相关::/public/api.php?app=search&q=相关&page={{page}}\n相奸::/public/api.php?app=search&q=相奸&page={{page}}\n小姑::/public/api.php?app=search&q=小姑&page={{page}}\n小姑娘::/public/api.php?app=search&q=小姑娘&page={{page}}\n小姑子::/public/api.php?app=search&q=小姑子&page={{page}}\n校花::/public/api.php?app=search&q=校花&page={{page}}\n小姐::/public/api.php?app=search&q=小姐&page={{page}}\n小姐姐::/public/api.php?app=search&q=小姐姐&page={{page}}\n小萝::/public/api.php?app=search&q=小萝&page={{page}}\n小妹::/public/api.php?app=search&q=小妹&page={{page}}\n小女::/public/api.php?app=search&q=小女&page={{page}}\n小学::/public/api.php?app=search&q=小学&page={{page}}\n小学生::/public/api.php?app=search&q=小学生&page={{page}}\n小姨::/public/api.php?app=search&q=小姨&page={{page}}\n系花::/public/api.php?app=search&q=系花&page={{page}}\n吸精::/public/api.php?app=search&q=吸精&page={{page}}\n系列::/public/api.php?app=search&q=系列&page={{page}}\n吸奶::/public/api.php?app=search&q=吸奶&page={{page}}\n性别::/public/api.php?app=search&q=性别&page={{page}}\n性交::/public/api.php?app=search&q=性交&page={{page}}\n刑警::/public/api.php?app=search&q=刑警&page={{page}}\n性奴::/public/api.php?app=search&q=性奴&page={{page}}\n性启::/public/api.php?app=search&q=性启&page={{page}}\n性侵::/public/api.php?app=search&q=性侵&page={{page}}\n新婚::/public/api.php?app=search&q=新婚&page={{page}}\n新娘::/public/api.php?app=search&q=新娘&page={{page}}\n兄妹::/public/api.php?app=search&q=兄妹&page={{page}}\n胸罩::/public/api.php?app=search&q=胸罩&page={{page}}\n修女::/public/api.php?app=search&q=修女&page={{page}}\n学姐::/public/api.php?app=search&q=学姐&page={{page}}\n学妹::/public/api.php?app=search&q=学妹&page={{page}}\n学生::/public/api.php?app=search&q=学生&page={{page}}\n学生妹::/public/api.php?app=search&q=学生妹&page={{page}}\n学姊::/public/api.php?app=search&q=学姊&page={{page}}\n461灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/public/api.php?app=search&q=461\n养女::/public/api.php?app=search&q=养女&page={{page}}\n颜射::/public/api.php?app=search&q=颜射&page={{page}}\n丫头::/public/api.php?app=search&q=丫头&page={{page}}\n一次::/public/api.php?app=search&q=一次&page={{page}}\n已婚::/public/api.php?app=search&q=已婚&page={{page}}\n姨妈::/public/api.php?app=search&q=姨妈&page={{page}}\n义妹::/public/api.php?app=search&q=义妹&page={{page}}\n义母::/public/api.php?app=search&q=义母&page={{page}}\n阴唇::/public/api.php?app=search&q=阴唇&page={{page}}\n阴道::/public/api.php?app=search&q=阴道&page={{page}}\n淫乱::/public/api.php?app=search&q=淫乱&page={{page}}\n淫母::/public/api.php?app=search&q=淫母&page={{page}}\n淫娃::/public/api.php?app=search&q=淫娃&page={{page}}\n隐形::/public/api.php?app=search&q=隐形&page={{page}}\n医生::/public/api.php?app=search&q=医生&page={{page}}\n姨子::/public/api.php?app=search&q=姨子&page={{page}}\n幼齿::/public/api.php?app=search&q=幼齿&page={{page}}\n幼儿::/public/api.php?app=search&q=幼儿&page={{page}}\n诱奸::/public/api.php?app=search&q=诱奸&page={{page}}\n幼交::/public/api.php?app=search&q=幼交&page={{page}}\n呦女::/public/api.php?app=search&q=呦女&page={{page}}\n幼女::/public/api.php?app=search&q=幼女&page={{page}}\n友妻::/public/api.php?app=search&q=友妻&page={{page}}\n幼师::/public/api.php?app=search&q=幼师&page={{page}}\n幼童::/public/api.php?app=search&q=幼童&page={{page}}\n幼幼::/public/api.php?app=search&q=幼幼&page={{page}}\n育儿::/public/api.php?app=search&q=育儿&page={{page}}\n儿嫂::/public/api.php?app=search&q=儿嫂&page={{page}}\n月嫂::/public/api.php?app=search&q=月嫂&page={{page}}\n御姐::/public/api.php?app=search&q=御姐&page={{page}}\n孕妇::/public/api.php?app=search&q=孕妇&page={{page}}\n榨精::/public/api.php?app=search&q=榨精&page={{page}}\n丈母::/public/api.php?app=search&q=丈母&page={{page}}\n榨汁::/public/api.php?app=search&q=榨汁&page={{page}}\n直播::/public/api.php?app=search&q=直播&page={{page}}\n直接::/public/api.php?app=search&q=直接&page={{page}}\n稚嫩::/public/api.php?app=search&q=稚嫩&page={{page}}\n侄女::/public/api.php?app=search&q=侄女&page={{page}}\n职位::/public/api.php?app=search&q=职位&page={{page}}\n职业::/public/api.php?app=search&q=职业&page={{page}}\n职员::/public/api.php?app=search&q=职员&page={{page}}\n中出::/public/api.php?app=search&q=中出&page={{page}}\n钟点::/public/api.php?app=search&q=钟点&page={{page}}\n中立::/public/api.php?app=search&q=中立&page={{page}}\n中学::/public/api.php?app=search&q=中学&page={{page}}\n专员::/public/api.php?app=search&q=专员&page={{page}}\n主持::/public/api.php?app=search&q=主持&page={{page}}\n主妇::/public/api.php?app=search&q=主妇&page={{page}}\n主人::/public/api.php?app=search&q=主人&page={{page}}\n子宫::/public/api.php?app=search&q=子宫&page={{page}}\n姊妹::/public/api.php?app=search&q=姊妹&page={{page}}\n自慰::/public/api.php?app=search&q=自慰&page={{page}}\n姊姊::/public/api.php?app=search&q=姊姊&page={{page}}\n宗教::/public/api.php?app=search&q=宗教&page={{page}}\n常用::/public/api.php?app=search&q=常用&page={{page}}\n祖母::/public/api.php?app=search&q=祖母&page={{page}}\n做爱::/public/api.php?app=search&q=做爱&page={{page}}\n\n[按回车键退出]",
    "lastUpdateTime": 1751849162005,
    "respondTime": 4802,
    "ruleBookInfo": {
      "author": "",
      "name": ""
    },
    "ruleContent": {
      "content": "class.info-zi mb15@html",
      "nextContentUrl": "",
      "replaceRegex": "",
      "title": ""
    },
    "ruleExplore": {
      "intro": "",
      "kind": ""
    },
    "ruleSearch": {
      "author": "",
      "bookList": "class.media",
      "bookUrl": "class.media-heading@a@href",
      "checkKeyWord": "处女",
      "intro": "",
      "name": "h4@text##[ 0123456789]{1,3}|/| "
    },
    "ruleToc": {
      "chapterList": "class.info-bt",
      "chapterName": "h1@text##[ 0123456789]{1,3}|[/（“《〈｛【『「」』】｝〉》”）]"
    },
    "searchUrl": "https://234.484448.xyz/public/api.php?app=search&q={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉 唐三中文",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.tangsanshu.org",
    "customButton": false,
    "customOrder": 1487,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1690366724490,
    "respondTime": 2340,
    "ruleBookInfo": {
      "author": ".small span.0@text",
      "coverUrl": ".cover img@src",
      "intro": "[property$=description]@content##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".small span.1:2:4@text##小说|.*：|\\s.*",
      "lastChapter": ".last a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".info h2@text",
      "wordCount": ".small span.3@text##.*："
    },
    "ruleContent": {
      "content": "#content@html",
      "replaceRegex": "##http.*//.*|请记住本书首.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "kind": ".cat@text##.*：|小说",
      "lastChapter": ".update a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".bookname@text"
    },
    "ruleToc": {
      "chapterList": ".listmain dd a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/s.php?ie=utf-8&s=&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "键盘小说网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.jianpan.la#🎃",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1488,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1720935145132,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 4446,
    "ruleBookInfo": {
      "author": "class.col-md-12@tag.p.0@text##by",
      "intro": "class.bookIntro@text",
      "kind": "div.col-md-12@p.1@text##.*：",
      "lastChapter": "id.list-chapterAll@tag.p.0@text##最新章节.|更新时间.|..\\:.*",
      "name": "class.bookTitle@text##\\《|\\》|极速阅读"
    },
    "ruleContent": {
      "content": "id.htmlContent@html",
      "replaceRegex": "##无尽的昏迷过后.*时宇猛地从床上起身.*想要看最新章节.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.shop-info.1@text##\\[|著|\\]",
      "bookList": "class.list@tag.a",
      "bookUrl": "tag.a@href",
      "lastChapter": "class.shop-info.2@text",
      "name": "class.shop-info.0@text##\\《|\\》"
    },
    "ruleToc": {
      "chapterList": "class.panel-chapterlist@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.jianpan.la/search.php?q={{key}}&s=15947871991047423724",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "中华诗词（优+）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.zhonghuashici.com",
    "bookUrlPattern": "https://m.zhonghuashici.com/show-\\d+-\\d+.html",
    "customButton": false,
    "customOrder": 1489,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"首页\",\"url\":\"/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1.0}},{\"title\":\"古诗\",\"url\":\"/list-1-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"宋词\",\"url\":\"/list-2-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"元曲\",\"url\":\"/list-3-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"文言文\",\"url\":\"/list-4-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"诗人\",\"url\":\"/list-5-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"典籍\",\"url\":\"/list-6-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"故事\",\"url\":\"/list-7-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}}]",
    "header": "{\n\t\"User-Agent\": \"Mozilla/5.0 (Linux; Android 11; Phh-Treble vanilla Build/RQ3A.211001.001;) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/90.0.4430.91 Safari/537.36\"\n\t}",
    "lastUpdateTime": 1759589191935,
    "respondTime": 4346,
    "ruleBookInfo": {
      "author": "span.0@text##作者：",
      "kind": "span.1@text",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": ".box div!-1@html",
      "replaceRegex": "##(\\d+|-|:)"
    },
    "ruleExplore": {
      "author": "a@text",
      "bookList": "ul li h2||ul li a[8:]",
      "bookUrl": "a@href",
      "coverUrl": "@js:'https://z3.ax1x.com/2021/08/22/fzzNBq.png'",
      "name": "a@text"
    },
    "ruleSearch": {
      "bookList": ".r",
      "bookUrl": "a.1@href",
      "checkKeyWord": "蝶恋花",
      "coverUrl": "@js:'https://z3.ax1x.com/2021/08/22/fzzNBq.png'",
      "kind": "a.0@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "tag.html",
      "chapterName": "h1@text"
    },
    "searchUrl": "/e/search/index.php,{\n  \"body\": \"keyboard={{key}}&show=title&tempid=1\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "平凡文学🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.pfwx.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1490,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1720207752162,
    "loginUrl": "",
    "respondTime": 1932,
    "ruleBookInfo": {
      "author": "class.jieshaokaishi@tag.h2.0@text",
      "coverUrl": "class.jieshaoTu@tag.img@src",
      "intro": "class.jieshaokaishi@tag.h3@text##介 绍：|－－－.*",
      "lastChapter": "class.zuixin@tag.a@text",
      "name": "class.jieshaokaishi@tag.h1@text",
      "wordCount": "class.jieshaokaishi@tag.h2.1@text##更新时间："
    },
    "ruleContent": {
      "content": "id.booktext@html##<!--.*-->|★★.*朋友吧！"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.h3.0@text",
      "bookList": "class.tutui",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src",
      "lastChapter": "tag.a.2@text",
      "name": "tag.a.1@text"
    },
    "ruleToc": {
      "chapterList": "class.zhangjiekaishi@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.pfwx.com/modules/article/search.php?searchkey={{key}}&searchtype=articlename",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃镇魂小说网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.zhenhunxiaoshuo.com/chaxun.html#🎃",
    "customButton": false,
    "customOrder": 1491,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar result = [];\njava.toast(\"🔥正在刷新列表,请稍等！\");\nvar push = (title, url, size) => result.push({\n    \"title\": title,\n    \"url\": url,\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": size\n    }\n});\nvar baseUrl = \"https://www.zhenhunxiaoshuo.com/chaxun.html\";\nvar tag = java.ajax(baseUrl);\nif (tag) {\n    var a = org.jsoup.Jsoup.parse(tag).select(\".col-md-9 a\");\n    push(\"🔥作者集🔥\", null, 1);\n    for (var i = 0; i < a.length ; i++) {\n        var title = a[i].text();\n        var url = a[i].attr(\"href\");\n        var size = 0.25;\n        title = String(title).replace(/\\s/g, \"\");\n        push(title, url, size);\n    }\n} else {\n  java.toast(\"🤔列表刷新失败！！！\");     \n} \nJSON.stringify(result);",
    "lastUpdateTime": 0,
    "respondTime": 4952,
    "ruleBookInfo": {
      "intro": ".focusbox-text@text"
    },
    "ruleContent": {
      "content": ".article-content@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "<js>\nif (result.match(/作品集/)){\n\tresult=java.getElements('tbody tr td a')\n\t}else {\n\t\tresult=java.getElements('h1')\n\t\t}\n</js>",
      "bookUrl": "href",
      "checkKeyWord": "淮上",
      "name": "text"
    },
    "ruleToc": {
      "chapterList": ".excerpts article a||h1",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.zhenhunxiaoshuo.com/{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "键盘小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.janpn.info",
    "customButton": false,
    "customOrder": 1492,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"♨️分类小说♨️\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/xuanhuanqihuan/list-1-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"修真\",\n    \"url\": \"/wuxiaxiuzhen/list-2-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/xiandaidushi/list-3-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"军史\",\n    \"url\": \"/lishijunshi/list-4-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/youxijingji/list-5-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/kehuanlingyi/list-6-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/nvshengyanqing/list-7-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/qitaleixing/list-8-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  }\n]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 10;  Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1746065608570,
    "respondTime": 5949,
    "ruleBookInfo": {
      "author": "p.0@text",
      "coverUrl": "",
      "intro": "p.5@text",
      "kind": "p.1:2@text##分类：|更新：",
      "lastChapter": "p.3@text##最新：",
      "name": "h3@text##.*：",
      "tocUrl": "class.btn btn-primary@href"
    },
    "ruleContent": {
      "content": "id.htmlContent@textNodes##{{chapter.title+\"(.*)\"}}|（本章未完，.*）",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##(?<=[\\u4e00-\\u9fa5])\\n\\h*"
    },
    "ruleExplore": {
      "author": ".shop-info.1@text",
      "bookList": "class.list@a",
      "bookUrl": "a@href",
      "lastChapter": ".shop-info.2@text",
      "name": ".shop-info.0@text"
    },
    "ruleSearch": {
      "author": ".shop-info.1@text",
      "bookList": "class.list@a",
      "bookUrl": "a.0@href",
      "checkKeyWord": "快穿",
      "coverUrl": "",
      "kind": "",
      "lastChapter": "span.0@text",
      "name": ".shop-info.0@text"
    },
    "ruleToc": {
      "chapterList": ".panel-chapterlist@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.janpn.info/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "民国奇人",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.minguoqiren.net",
    "bookUrlPattern": "xs/\\d+/",
    "customButton": false,
    "customOrder": 1493,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1721153670426,
    "loginUrl": "",
    "respondTime": 3908,
    "ruleBookInfo": {
      "author": "class.info@class.small@tag.span.0@text",
      "coverUrl": "class.cover@img@src",
      "intro": "class.info@ownText",
      "kind": "class.info@class.small@tag.span.4@text&&\nclass.info@class.small@tag.span.1@text&&\nclass.info@class.small@tag.span.2@text##分类：|状态：|更新时间：",
      "lastChapter": "class.info@class.small@tag.span.5@a@text",
      "name": "class.info@h2@text",
      "tocUrl": "",
      "wordCount": "class.info@class.small@tag.span.3@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html##http.*html|请记住本书首发.*org",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@text",
      "bookList": "class.bookbox",
      "bookUrl": "h4@a@href",
      "coverUrl": "img@src",
      "intro": "",
      "lastChapter": "class.update@a@text",
      "name": "h4@a@text"
    },
    "ruleToc": {
      "chapterList": "class.listmain@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "s.php?ie=utf-8&s=000000&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "HINOTORI",
    "bookSourceGroup": "免费",
    "bookSourceName": "元尊小说 搜索勿<2个字",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.yuanzunxs.cc",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1494,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1618288397124,
    "loginUrl": "",
    "respondTime": 3226,
    "ruleBookInfo": {
      "author": "class.red.0@text",
      "coverUrl": "img@src",
      "intro": "img@text",
      "kind": "class.red.1@text",
      "lastChapter": "class.bookchapter@text##《.*》正文\\s",
      "name": "class.booktitle@text",
      "wordCount": "class.blue.0@text"
    },
    "ruleContent": {
      "content": "class.readcontent@html##\\<!--AD4--\\>|本章未完，点击下一页继续阅读",
      "imageStyle": "0",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleSearch": {
      "author": "class.author.0@text##作者：",
      "bookList": ".bookbox",
      "bookUrl": ".bookname@a@href",
      "intro": "class.update@text##简介： |\\s",
      "kind": "",
      "lastChapter": "class.cat@text##更新到：",
      "name": "class.bookname@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "id.list-chapterAll@dd@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.yuanzunxs.cc/modules/article/search.php,{\n\"charset\": \"gbk\",\n\"method\": \"POST\",\n\"body\": \"searchkey={{key}}&action=login\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "4020电子书🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.wurexs.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1495,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 562,
    "ruleBookInfo": {
      "coverUrl": "class.detail_info@img@src",
      "intro": "class.small.4@textNodes##简介：|.*作者：.*|.*推荐地址.*",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content",
      "lastChapter": "class.small.3@a@text"
    },
    "ruleContent": {
      "content": "id.content@textNodes##请记住本书.*|----|书快.*看书最快.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.even.1@text||class.s@text##大小.*",
      "bookList": "class.grid@tr!0||class.listBox@ul@li",
      "bookUrl": "class.even@a@href||class.red@href",
      "coverUrl": "a@href<js>'/headimgs'+String(result).replace(/.*?(\\d+)(\\d{3}).*/,'/$1/$1$2/s$1$2.jpg').replace('//','/0/')</js>",
      "intro": "class.u@textNodes",
      "lastChapter": "class.odd@a@text||class.red@text",
      "name": "tag.a.0@text##txt下载"
    },
    "ruleToc": {
      "chapterList": "class.showInfo@ul@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.wsskw.com/so.html?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "独步小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.dbxsn.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1496,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻.奇幻::nav/xh-qh-{{page}}.html\n科幻.游戏::nav/kh-yx-{{page}}.html\n仙侠.武侠::nav/xx-wx-{{page}}.html\n女生.言情::nav/ns-yq-{{page}}.html\n都市.娱乐::nav/ds-yl-{{page}}.html\n历史.军事::nav/ls-js-{{page}}.html\n悬疑.灵异::nav/xy-ly-{{page}}.html\n耽美.纯爱::nav/dm-ca-{{page}}.html\n轻小说::nav/qxs-{{page}}.html",
    "header": "{\n\t'User-Agent': \"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Mobile Safari/537.36 EdgA/127.0.0.0\"\n}",
    "lastUpdateTime": 1731488004166,
    "respondTime": 6621,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{i}",
      "downloadUrls": "",
      "init": "@put:{n:\"[property$=og:title]@content\",\na:\"[property$=author]@content\",\nc:\"[property~=category|status|update_time]@content\",\nl:\"[property$=latest_chapter_name]@content||[property$=lastest_chapter_name]@content\",\nd:\"class.book-detail@text\",\ni:\"[property$=image]@content\"}",
      "intro": "@get:{d}",
      "kind": "@get:{c}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "#cont-body@p@text",
      "imageStyle": "",
      "nextContentUrl": "class.col-md-6 text-center@a.-1@href",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "class.col-md-12 b10@class.media",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": "class.media-info@text",
      "name": "class.media-title@a@text"
    },
    "ruleSearch": {
      "author": "td.1@text",
      "bookList": "tbody@tr",
      "bookUrl": "td.0@a@href",
      "name": "td.0@a@text"
    },
    "ruleToc": {
      "chapterList": "class.col-md-6 item@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "",
      "preUpdateJs": ""
    },
    "searchUrl": "/plus/search.php?q={{key}},\n{\"body\": \"id\"=\"search-form\"}",
    "weight": 0
  },
  {
    "bookSourceComment": "/*\n\t2024.08.23 明月照大江\n\t解密代码by_youke2580、世界有多大\n*/",
    "bookSourceGroup": "免费",
    "bookSourceName": "绿柠小说",
    "bookSourceType": 0,
    "bookSourceUrl": "绿柠APP",
    "customButton": false,
    "customOrder": 1497,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nfunction createRequest(id, path) {\n\tlet path = path || \"getthirdinfobysecondid\";\n  let url = `https://android.goreadnovels.com/categorysetajax/${path}.do`;\n  let body = `id=${id}&page={{page}}&pagesize=10`;\n  return `${url},{\"body\":\"${body}\",\"method\":\"POST\"}`;\n}\n\nlet ids = [12, 56, 57, 59, 110];\nlet ah = java.ajaxAll(ids.map(createRequest));\n\nlet list = [];\n\nfunction push_list(title, url, flexBasisPercent) {\n  list.push({\n    title,\n    url,\n    style: {\n      layout_flexGrow: \"1\",\n      layout_flexBasisPercent: flexBasisPercent\n    }\n  });\n}\n\nfunction cy(page, flexBasisPercent) {\n  JSON.parse(page).data.forEach(({ id, title }) => {\n    push_list(title, createRequest(id, \"getcategorydetailinfo\"), flexBasisPercent);\n  });\n}\n\npush_list(\"▱▱▱▱男生▱▱▱▱\", null, \"1\");\ncy(ah[0].body(), \"0.25\");\n\npush_list(\"▱▱▱▱女生▱▱▱▱\", null, \"1\");\ncy(ah[1].body(), \"0.25\");\n\npush_list(\"▱▱▱▱短篇▱▱▱▱\", createRequest(57, \"getcategorydetailinfo\"), \"1\");\npush_list(\"▱▱▱▱二次元▱▱▱▱\", createRequest(59, \"getcategorydetailinfo\"), \"1\");\npush_list(\"▱▱▱▱出版▱▱▱▱\", createRequest(110, \"getcategorydetailinfo\"), \"1\");\n\nJSON.stringify(list);",
    "header": "@js:\n(()=>{\n    ua = \"com.goreadnovel/1.7.5/474c9bac-ee7e-3513-af7e-d160c8c23ddae2_Nexus_/b096fbb0aab6b2277c_Nexus_\";\n    \n    var headers = {\n        \"User-Agent\": ua\n    }; \n    return JSON.stringify(headers);\n})()",
    "jsLib": "function K(r){for(var e,a,o,t,c=new Array(-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,62,-1,-1,-1,63,52,53,54,55,56,57,58,59,60,61,-1,-1,-1,-1,-1,-1,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,-1,-1,-1,-1,-1,-1,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,-1,-1,-1,-1,-1),h=r.length,n=0,C=\"\";n<h;){for(;e=c[255&r.charCodeAt(n++)],n<h&&-1==e;);if(-1==e)break;for(;a=c[255&r.charCodeAt(n++)],n<h&&-1==a;);if(-1==a)break;C+=String.fromCharCode(e<<2|(48&a)>>4);do{if(61==(o=255&r.charCodeAt(n++)))return C}while(o=c[o],n<h&&-1==o);if(-1==o)break;C+=String.fromCharCode((15&a)<<4|(60&o)>>2);do{if(61==(t=255&r.charCodeAt(n++)))return C}while(t=c[t],n<h&&-1==t);if(-1==t)break;C+=String.fromCharCode((3&o)<<6|t)}return C}function Z(r,e){if(\"\"===r)return\"\";for(var a=0,o=e.length,t=r.length,c=[],h=0;h<t;h++){var n=r.charCodeAt(h);n=(n=+n^e.charCodeAt(a)).toString(10),c.push(10==n||13==n?\"<p>\":String.fromCharCode(n)),++a===o&&(a=0)}return c.join(\"\")}function Y(r){for(var e,a,o,t=\"\",c=r.length,h=0;h<c;)switch(e=r.charCodeAt(h++),e>>4){case 0:case 1:case 2:case 3:case 4:case 5:case 6:case 7:t+=r.charAt(h-1);break;case 12:case 13:a=r.charCodeAt(h++),t+=String.fromCharCode((31&e)<<6|63&a);break;case 14:a=r.charCodeAt(h++),o=r.charCodeAt(h++),t+=String.fromCharCode((15&e)<<12|(63&a)<<6|(63&o)<<0)}return t}\n\nfunction decodeContent(e, n) {\n    return Y(Z(K(e), n));\n}",
    "lastUpdateTime": 1725588677743,
    "respondTime": 7405,
    "ruleBookInfo": {
      "author": "author",
      "coverUrl": "bigbookface",
      "init": "data[0]",
      "intro": "&nbsp;&nbsp;\n📕 源名：{{$.catename}}\n✏️ 开坑：{{$.posttime}}\n🏷️ 标签：{{$.tagsary##\\n## }}\n🪧章节数：{{$.show_section[2].number}}章\n👁️ 在线：{{$.show_section[1].number}}人在读\n&lrm;\n📜 简介：{{$.intro}}\n&lrm;\n📍 版权信息：本书由{{$.source}}醒读电子版制作与发行",
      "kind": "{{$.tagsary}}\n{{$.smallclassname}}\n{{$.smallsubclassname}}",
      "lastChapter": "last_updatechptitle",
      "name": "catename",
      "tocUrl": "https://android.goreadnovels.com/Bookajax/downloadchapterlist.do?bid={{$.bid}}",
      "wordCount": "charnum"
    },
    "ruleContent": {
      "content": "$.Content\n@js:\nr = result\n$=JSON.parse(src)\nbid = $.BookID\ncid = $.Chapter_ID\ndecodeContent(r, \"\"+bid + cid)"
    },
    "ruleExplore": {
      "author": "authorname",
      "bookList": "data",
      "bookUrl": "https://android.goreadnovels.com/getBooksList,{\n  \"body\": \"bids={{$.bid}}\",\n  \"method\": \"POST\"\n}",
      "coverUrl": "faceurl",
      "intro": "intro",
      "kind": "tag",
      "lastChapter": "last_update_title",
      "name": "catename",
      "wordCount": "charnum"
    },
    "ruleSearch": {
      "author": "authorname",
      "bookList": "bookinfo",
      "bookUrl": "https://android.goreadnovels.com/getBooksList,{\n  \"body\": \"bids={{$.bid}}\",\n  \"method\": \"POST\"\n}",
      "coverUrl": "bookface",
      "intro": "intro",
      "kind": "tag",
      "lastChapter": "last_update_title",
      "name": "catename",
      "wordCount": "charnum"
    },
    "ruleToc": {
      "chapterList": "$.[*]",
      "chapterName": "ChapterName",
      "chapterUrl": "https://android.goreadnovels.com/Bookajax/downloadchapter.do?bid={{$.BookID}}&chpid={{$.Chapter_ID}}"
    },
    "searchUrl": "https://android.goreadnovels.com/getbooks,{\n  \"body\": \"keyword={{key}}&pagenum=1&pagesize=10&order=0&sex_flag=&classid=&finish=&charnum=\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃兔九三吧🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.tu93.biz#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1498,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻奇幻\",\"url\":\"/xuanhuan?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠仙侠\",\"url\":\"/xianxia?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/dushi?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/lishi?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻传奇\",\"url\":\"/kehuan?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖灵异\",\"url\":\"/kongbu?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他类型\",\"url\":\"/qita?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"全本小说\",\"url\":\"/quanben?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/82.0.4080.0 Safari/537.36 Edg/82.0.453.0\"\n}",
    "lastUpdateTime": 1720631477437,
    "loginUrl": "",
    "respondTime": 4572,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "init": "",
      "intro": "[property$=description]@content##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##..:.*|\\s",
      "lastChapter": "[property$=latest_chapter_name]@content##[\\(（【].*?[求更票谢乐发订合补加Kk].*?[】）\\)]",
      "name": "[property$=book_name]@content",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#htmlContent@html##Ｘ更新最快",
      "imageDecode": "",
      "nextContentUrl": "@js:\nif (result.indexOf(\"xyy2.png\") > -1) {\nvar code = result.match(/eval\\(function(.*)\\);/)[0]\ncode = code.replace(/__u[0-9a-f]+/, '__uData')\neval(code)\n\t\n\tif(!__uData.match('_')) {\n\t next = java.getElement(\"@@#linkNext@a\")\n\t __uData = next.attr(\"href\")\n\t}\n__uData\n}",
      "payAction": "",
      "replaceRegex": "##第.*章.*\\s*|\\s*.*如章节缺失.*\\s*|你看到的.*有缺失.*或者请使用其它.*\\s*|.*喜欢看.*写的.*|，最快更新最新章节！|.*完整章节\\)|[\\(（]本章完[\\)）].*",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "td.2@text",
      "bookList": "tbody tr!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##https://statics.tu93.com/$2/$1/$1s.jpg###",
      "kind": "td.4:3@text",
      "lastChapter": "a.1@text",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "author": "a.1@text",
      "bookList": ".col-md-10",
      "bookUrl": "a.0@href",
      "checkKeyWord": "高天",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##https://statics.tu93.com/$2/$1/$1s.jpg###",
      "intro": "p.1@text",
      "kind": "p.3@text##.*：",
      "lastChapter": "a.2@title##[\\(（【].*?[求更票谢乐发订合补加Kk].*?[】）\\)]",
      "name": "a.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".col-md-3 a",
      "chapterName": "text##[\\(（【].*?[求更票谢乐发订合补加Kk].*?[】）\\)]",
      "chapterUrl": "href",
      "updateTime": ""
    },
    "searchUrl": "https://bd.tu93.biz/search,{\n  \"charset\": \"utf-8\",\n  \"method\": \"POST\",\n  \"body\": \"keyword={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃看小说网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.2kxs.info#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1499,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1721063192804,
    "loginUrl": "",
    "respondTime": 1829,
    "ruleBookInfo": {
      "author": "tag.h3.0@tag.a.0@text",
      "coverUrl": "class.pannel-body info@class.info1@tag.img.0@src",
      "init": "",
      "intro": "class.pannel-body info@tag.p.0@textNodes",
      "kind": ".panel-body.text-center.info3@p.0:1@text<js>##小说类别：|写作状态：|最后更新：</js><js>##\\s\\/\\s##,</js>",
      "lastChapter": "class.panel-body text-center info3@tag.p.2@a@text",
      "name": "tag.h1@text"
    },
    "ruleContent": {
      "content": "class.panel-body content-body content-ext@textNodes"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "tag.tr@tag.p.1@tag.a.0@text||tag.h3.0@tag.a.0@text",
      "bookList": "//*[@id=\"bookcon\"]//tr",
      "bookUrl": "tag.tr@tag.p.0@tag.a.0@href",
      "coverUrl": "",
      "kind": "tag.tr@tag.p.3@text||tag.p.1@text##.*状态：",
      "lastChapter": "",
      "name": "tag.tr@tag.p.0@tag.a.0@text||tag.h1@text"
    },
    "ruleToc": {
      "chapterList": "class.list-group list-charts.0@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "modules/article/search.php?searchkey={{key}}&submit=搜索",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "兔九三",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.tu93.biz/  ",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1500,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻奇幻\",\"url\":\"/xuanhuan?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠仙侠\",\"url\":\"/xianxia?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/dushi?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/lishi?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻传奇\",\"url\":\"/kehuan?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖灵异\",\"url\":\"/kongbu?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他类型\",\"url\":\"/qita?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"全本小说\",\"url\":\"/quanben?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/82.0.4080.0 Safari/537.36 Edg/82.0.453.0\"\n}",
    "lastUpdateTime": 1721543036631,
    "loginUrl": "",
    "respondTime": 5721,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "init": "",
      "intro": "[property$=description]@content##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##..:.*|\\s",
      "lastChapter": "[property$=latest_chapter_name]@content##[\\(（【].*?[求更票谢乐发订合补加Kk].*?[】）\\)]",
      "name": "[property$=book_name]@content",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#htmlContent@html",
      "nextContentUrl": "@js:\nif (result.indexOf(\"xyy2.png\") > -1) {\nvar code = result.match(/eval\\(function(.*)\\);/)[0]\ncode = code.replace(/__u[0-9a-f]+/, '__uData')\neval(code)\n__uData\n}",
      "payAction": "",
      "replaceRegex": "##第.*章.*|.*如章节缺失请退.*|你看到的.*有缺失.*或者请使用其它.*|.*喜欢看.*写的.*|，最快更新最新章节！|.*完整章节\\)|[\\(（]本章完[\\)）].*",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "td.2@text",
      "bookList": "tbody tr!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##https://statics.tu93.com/$2/$1/$1s.jpg###",
      "kind": "td.4:3@text",
      "lastChapter": "a.1@text",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "author": "a.1@text",
      "bookList": ".col-md-10",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##https://statics.tu93.com/$2/$1/$1s.jpg###",
      "intro": "p.1@text",
      "kind": "p.3@text##.*：",
      "lastChapter": "a.2@text##[\\(（【].*?[求更票谢乐发订合补加Kk].*?[】）\\)]",
      "name": "a.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".col-md-3 a",
      "chapterName": "text##[\\(（【].*?[求更票谢乐发订合补加Kk].*?[】）\\)]",
      "chapterUrl": "href",
      "updateTime": ""
    },
    "searchUrl": "/search,{\n  \"charset\": \"utf-8\",\n  \"method\": \"POST\",\n  \"body\": \"keyword={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "亲亲小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.qinqinxiaoshuo.cc",
    "customButton": false,
    "customOrder": 1501,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36 EdgA/130.0.0.0\"}",
    "lastUpdateTime": 0,
    "respondTime": 5141,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content"
    },
    "ruleContent": {
      "content": "<js>\ntry{\nform=java.getElement(\"#content label\")\ntxt=java.getElement(\"#content [class=001] p\")\nwhile (form!=\"\"){\n\tcode=String(java.getString(\"strong@textNodes\",form)).trim()\n\tjava.log(code)\n\tresult=java.ajax(`${baseUrl},{\"body\":\"captcha=${code}\",\"method\":\"POST\"}`)\n\tjava.setContent(result)\n\tform=java.getElement(\"#content form\")\n\t}\nb64=result.match(/atob\\('([^']+)'\\)/)[1]\nif(result.match(/'aes'\\s*===\\s*'aes'/)){\n\tkey=result.match(/CryptoJS\\.enc\\.Base64\\.parse\\('([^']+)'\\)/)[1]\n\t\n\ttxt+=java.createSymmetricCrypto(\"AES/ECB/Pkcs7Padding\", java.base64DecodeToByteArray(key)).decryptStr(b64)\n\t}else{\n\t\ttxt+=java.base64Decode(b64)\n\t\t\n\t\t}\nresult=txt}catch{result=\"\\n这章正文不存在！！！\\n换一章！！！\\n或者\\n换本书！！！\\n或者\\n换源！！！\"}\n</js>\n",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": "<js>\nvar cf=/_cf_/.test(src);\nif(cf){\n\tcookie.removeCookie(source.getKey());\n\tvar x=java.get(\"url\");\n\tb=java.startBrowserAwait(x,\n\t\t\"验证\");\n\t//b=java.webView(null,x,null)\n\t//b=java.ajax(x)\n\tresult=b;\n\t}\n\t\tresult;\n\n</js>\ntbody@tr",
      "bookUrl": "a.0@href",
      "kind": "td.-1@text",
      "lastChapter": "a.1@text",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "#play_0@ul@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "@js:\n\nvar su=source.key,\nso=su+\"/search/,\";\nbody=\"searchkey=\"+key;\nvar option={\n  \"body\": String(body),\n  \"method\": \"POST\",\n  \"webView\": true\n};\nvar head=JSON.parse(source.header);\noption.headers=head;\nvar post=JSON.stringify(option);\njava.put(\"url\",String(so+post))",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "民国奇人",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.minguoqiren.net#",
    "bookUrlPattern": "xs/\\d+/",
    "customButton": false,
    "customOrder": 1502,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1721152643213,
    "loginUrl": "",
    "respondTime": 2726,
    "ruleBookInfo": {
      "author": "class.info@class.small@tag.span.0@text",
      "coverUrl": "class.cover@img@src",
      "intro": "class.info@ownText",
      "kind": "class.info@class.small@tag.span.4@text&&\nclass.info@class.small@tag.span.1@text&&\nclass.info@class.small@tag.span.2@text##分类：|状态：|更新时间：",
      "lastChapter": "class.info@class.small@tag.span.5@a@text",
      "name": "class.info@h2@text",
      "tocUrl": "",
      "wordCount": "class.info@class.small@tag.span.3@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html##http.*html|请记住本书首发.*org",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@text",
      "bookList": "class.bookbox",
      "bookUrl": "h4@a@href",
      "coverUrl": "img@src",
      "intro": "",
      "lastChapter": "class.update@a@text",
      "name": "h4@a@text"
    },
    "ruleToc": {
      "chapterList": "class.listmain@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "s.php?ie=utf-8&s=000000&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//2025.2.6 by.◎辞晨◎\n——\n@jin1987：完结可看",
    "bookSourceGroup": "免费",
    "bookSourceName": "中文看",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.zwkan.cc/",
    "customButton": false,
    "customOrder": 1503,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\npush(\"全部🌊分类\",null,1,1)\n\tarList=[[\"玄幻奇幻\",\"xuanhuanqihuan\"],[\"武侠仙侠\",\"wuxiaxianxia\"],[\"都市言情\",\"dushiyanqing\"],[\"历史军事\",\"lishijunshi\"],[\"游戏竞技\",\"youxijingji\"],[\"科幻传奇\",\"kehuanchuanqi\"],[\"恐怖灵异\",\"kongbulingyi\"]]\n\tarList.map(([tag,uri])=>{\n\t\turl=`/${uri}/{{page}}.html`;\n\t\tpush(tag, url, 1, 0.25);\n\t\t});\n//java.log(JSON.stringify(sort))\nJSON.stringify(sort)",
    "header": "@js:\nJSON.stringify({\n  'User-Agent': \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0\",\n  'sec-ch-ua-platform': \"\\\"Android\\\"\",\n  'origin': baseUrl,\n  'x-requested-with': \"cn.mujiankeji.mbrowser\",\n  'referer': baseUrl,\n  'accept-language': \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"\n})",
    "lastUpdateTime": 1741621735611,
    "respondTime": 8223,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#nr1@html",
      "imageDecode": "",
      "imageStyle": "",
      "nextContentUrl": ".pb_prev@html\n<js>\nif (!result[0].includes(\"下一章\")) {\na=src.match(/eval(.*)/)[1]\neval(a).match(/\"(.*)\"/)[1].replace(/\\.com/,'.cc')\n}\n</js>",
      "replaceRegex": "##.*本章未完.*|.*zwkan.*|.*App更新.*",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.2@text",
      "bookList": ".lis@li",
      "bookUrl": "a.0@href",
      "kind": "span.0@text##\\[|]",
      "name": "span.1@text"
    },
    "ruleToc": {
      "chapterList": ".chapter!0@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "http://wap.zwkan.cc/search,{\n \"body\": \"_token=epuVBKVapPngokWgki3YANSFmCBaDutsIyki4cPq&kw={{key}}\",\n \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "//2025.1.21by.◎辞晨◎",
    "bookSourceGroup": "免费",
    "bookSourceName": "书旗小说网◎辞晨◎",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.shuqi.cc/",
    "customButton": false,
    "customOrder": 1504,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\npush(\"全部🌊分类\",null,1,1)\npush(\"🌊全本🌊\",`/full/0_{{page}}.html`,1,1)\n\tarList=[\"玄幻\",\"武侠\",\"都市\",\"历史\",\"网游\",\"科幻\",\"言情\",\"其他\"]\n\tarList.map((tag,index)=>{\n\t\turl=`/list${index+1}/{{page}}.html`;\n\t\tpush(tag, url, 1, 0.25);\n\t\t});\n//java.log(JSON.stringify(sort))\nJSON.stringify(sort)",
    "header": "{\n  'User-Agent': \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0\",\n  'sec-ch-ua-platform': \"\\\"Android\\\"\",\n  'origin': \"baseUrl\",\n  'x-requested-with': \"cn.mujiankeji.mbrowser\",\n  'referer': \"baseUrl\",\n  'accept-language': \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"\n}",
    "lastUpdateTime": 1737470386107,
    "respondTime": 6331,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "init": "",
      "intro": "[property=\"og:description\"]@content##\\s",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".font_max@html",
      "nextContentUrl": "text.下一章@href",
      "replaceRegex": "##第\\(\\d+\\/\\d+\\)页|.*\\.com.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.0@text",
      "bookList": ".row@dl",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "kind": "{{@@h3@a@text##\\[|\\].*}},{{@@.book_other!0:-1@text##状态：|更新时间：}}",
      "lastChapter": "dd.-1@text##最新章节：",
      "name": "h3@a@text##.*\\]"
    },
    "ruleToc": {
      "chapterList": ".book_list2@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "isVip": "http://www.shuqi.cc/97/97201/",
      "nextTocUrl": "<js>\np=java.getString(\".page-link@html\").match(/\\>\\d\\/(.*?)\\</);\np=p?p[1]:1\n//java.log(p);\npageSum=parseInt(p)\nburl=String(baseUrl)\n//java.log(burl);\nArray.from({length:pageSum-1},(_,i)=>{return burl.replace(/^(.*?)$/,`$1index_${i+2}.html`)})\n</js>"
    },
    "searchUrl": "/search.php?q={{key}}&p={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//2025.1.14by.◎辞晨◎\n//排序",
    "bookSourceGroup": "免费",
    "bookSourceName": "星空小说◎辞晨◎",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.aixswx.org/ ",
    "customButton": false,
    "customOrder": 1505,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\npush(\"全部🌊分类\",null,1,1)\npush(\"全部🌊小说\",`/mulu/`,1,0.35)\npush(\"完结🌊小说\",`/quanben/2.html`,1,0.35)\n\tarList=[\"玄幻小说\",\"仙侠小说\",\"都市小说\",\"历史小说\",\"游戏小说\",\"科幻小说\",\"恐怖小说\",\"女生小说\",\"其他小说\"]\n\tarList.map((tag,uri)=>{\n\t\turl=`http://wap.aixswx.org/mulu/${uri+1}_{{page}}.html`;\n\t\tpush(tag, url, 1, 0.25);\n\t\t});\n//java.log(JSON.stringify(sort))\nJSON.stringify(sort)",
    "header": "{\n  'User-Agent': \"Mozilla/5.0 (Linux; Android 15; V2304A Build/AP3A.240905.015.A2; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/126.0.6478.71 Mobile Safari/537.36\",\n  'sec-ch-ua-platform': \"\\\"Android\\\"\",\n  'origin': \"http://wap.aixswx.com\",\n  'x-requested-with': \"cn.mujiankeji.mbrowser\",\n  'referer': \"http://wap.aixswx.com\",\n  'accept-language': \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\",\n  'cookie':\"wsii=c6dd6741eff413b0b3fa34454297a6bb; wsii.sig=typqduZ5V0UckybAUZaTc4FDIo_WCyagwQ_gLqClIjM; Hm_lvt_53ebc424a3875367158e16f535e5fb60=1736855620; HMACCOUNT=BAE980A89729A2EC; Hm_lpvt_53ebc424a3875367158e16f535e5fb60=1736855665\"\n}",
    "lastUpdateTime": 1744176426697,
    "respondTime": 3108,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "text.目录列表@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "<js>\nresult=java.getElements(\"#txt dd\")\nresult.sort((a,b)=>a.attr(\"data-id\")-b.attr(\"data-id\"))\nresult.select(\"p\")\n</js>",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##.*星空小说.*|.*第\\d+\\/\\d+.*|.*本章未完.*|"
    },
    "ruleExplore": {
      "author": "a.0@text##.*\\]|\\:.*",
      "bookList": ".block@li",
      "bookUrl": "a.0@href",
      "kind": ".sort@text##\\[|\\]|\\:.*",
      "name": "a.0@text##\\【(.*?)\\】##$1###",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a.0@text##\\((.*?)\\)##$1###",
      "bookList": ".block@li",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##\\/(\\d+)\\.##$1###\n@js:\nbid = parseInt(result);\naid = parseInt(bid / 1000);\nresult = `/image/${aid}/${bid}/${bid}s.jpg`;",
      "intro": "",
      "kind": "a.0@text##\\[|\\].*",
      "name": "a@text##.*]|\\(.*"
    },
    "ruleToc": {
      "chapterList": "<js>\nresult=java.getElements(\".list div\")\nresult.sort((a,b)=>a.attr(\"data-id\")-b.attr(\"data-id\"))\nresult.select(\"a\")\n</js>",
      "chapterName": "text",
      "chapterUrl": "href",
      "isPay": ""
    },
    "searchUrl": "http://wap.aixswx.org/s.php,{\n \"body\": \"s={{key}}\",\n \"charset\": \"utf-8\", \n \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "笔迷读🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.bimidu.com#🎃",
    "bookUrlPattern": "https?://www.bimidu.com/\\d+/\\d+/",
    "customButton": false,
    "customOrder": 1506,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1721190240245,
    "respondTime": 2309,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": ".txt_tcontent@html||#nr@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.-1@text",
      "bookList": ".newlist li",
      "bookUrl": "a.1@href",
      "checkKeyWord": "剑来",
      "kind": "a.0@text",
      "lastChapter": "a.2@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".dirlist.1@li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"body\": \"submit=搜索&searchkey={{key}}\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 73
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "㊣ 笔尚小说 #一程",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.bsxiaoshuo.com#♤yc",
    "customButton": false,
    "customOrder": 1507,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"悬疑\",\"url\":\"/nangui_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"历史\",\"url\":\"/lishi_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"/xuanhuan_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻\",\"url\":\"/kehuan_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"网游\",\"url\":\"/wangyou_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"二次\",\"url\":\"/erciyuan_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代\",\"url\":\"/xianyan_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代\",\"url\":\"/guyan_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"幻想\",\"url\":\"/huanyan_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"/lingyan_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"都市\",\"url\":\"/doushi_{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.29}}]",
    "lastUpdateTime": 1706504346937,
    "loginUrl": "https://www.bsxiaoshuo.com/user/",
    "respondTime": 1028,
    "ruleBookInfo": {
      "author": ".name strong@text",
      "coverUrl": ".pic img@src",
      "intro": ".summary@ownText##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".cate@text&&h4 .time@text##\\s.*",
      "lastChapter": "h4 a@text##>>",
      "name": "h2@text",
      "tocUrl": ".index@href",
      "wordCount": ".words@text##字"
    },
    "ruleContent": {
      "content": ".page-content@html"
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": "tbody tr",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##/(\\d+)##https://imgc.bsxiaoshuo.com/$1.jpg",
      "kind": "td.4@text##\\s.*",
      "lastChapter": "a.1@text",
      "name": "a.0@text",
      "wordCount": "td.3@text"
    },
    "ruleSearch": {
      "author": "p.1@textNodes",
      "bookList": "#j li",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": "p.0@text",
      "kind": "s@text",
      "name": "b@text"
    },
    "ruleToc": {
      "chapterList": ".float-list li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "isVip": "##isvip##🔒###",
      "updateTime": "span@text"
    },
    "searchUrl": "/s.php?sid=3&k={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//by:cwjdb",
    "bookSourceGroup": "免费",
    "bookSourceName": "笔尖中文",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.badaoge.org",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1508,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\n    java.toast(\"正在努力加载中，请稍后\");\nvar sort = [];\nvar push = (title, url, type1, type2) => {\n    sort.push({\n        title: title,\n        url: url,\n        style: {\n            layout_flexGrow: type1,\n            layout_flexBasisPercent: type2\n        }\n    });\n};\nvar sites = [{\n        u: \"http://m.badaoge.org/list.html\",\n        ti: \"༺ˇ»`全部分类´«ˇ༻\",\n        reb: /\\/(.*)\\/(.*)\\/(\\d+)\\.html/,\n        rea: \"/$1/$2/{{page}}.html\"\n    },\n    {\n        u: \"http://m.badaoge.org/top.html\",\n        ti: \"༺ˇ»`全部排行´«ˇ༻\",\n        reb: /\\/(.*)-(.*)-(\\d+)\\//,\n        rea: \"/$1-$2-{{page}}/\"\n    }];\nfor (var site of sites) {\n    var o = org.jsoup.Jsoup.parse(java.ajax(site.u));\n    var s = o.select('div.content a');\n    push(site.ti, \"\", \"1\", \"1\");\n    for (var i = 0; i < s.size(); i++) {\n        var urls = String(s[i].attr(\"href\")).replace(site.reb,site.rea);\n        if (i + 1 <= s.length - s.length % 3) {\n            push(s[i].text(), urls, \"1\", \"0.25\")\n        } else {\n        push(s[i].text(), urls, \"-1\", \"0.29\")\n        }\n    }\n}\npush(\"༺ˇ»`全本小说´«ˇ༻\", `/wanben/1_{{page}}/`, \"1\", \"1\")\nJSON.stringify(sort);",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; U; Android 13; zh-Hans-CN; PFJM10 Build/TP1A.220905.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/100.0.4896.58 Quark/6.13.6.581 Mobile Safari/537.36\",\"Accept-Language\":\"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"}",
    "lastUpdateTime": 1746848694315,
    "respondTime": 13278,
    "ruleBookInfo": {
      "author": "a",
      "coverUrl": "c",
      "init": "@js:\nX = (x) => java.getString(x);\n({\n    n: X(\"[property$=book_name]@content\"),\n    a: X(\"[property$=author]@content\"),\n    k: X(\"[property~=category|status|update_time]@content\\#\\#T\\#\\#&nbsp;&nbsp;\"),\n    l: X(\"[property~=las?test_chapter_name]@content\"),\n    i: X(\"[property$=description]@content\\#\\#简介[：:]\"),\n    c: X(\"[property$=image]@content\")\n});",
      "intro": "i",
      "kind": "k",
      "lastChapter": "l",
      "name": "n"
    },
    "ruleContent": {
      "content": "#nr1@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##(\\(|\\（)本章.*阅读(\\)|\\）)|最新网址.*org|{{chapter.title}}|(\\(|\\（)第.*页(\\)|\\）)"
    },
    "ruleExplore": {
      "author": "text##\\[(.*?)\\](.*?)\\/(.*?)##$3",
      "bookList": "p.line",
      "bookUrl": "a@href",
      "coverUrl": "a@href\n<js>\nvar id = result.match(/(\\d+)/)[1];\nvar iid = parseInt(id/1000);\n'http://m.badaoge.org/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "text##\\[(.*?)\\](.*?)\\/(.*?)##$1###",
      "name": "text##\\[(.*?)\\](.*?)\\/(.*?)##$2###"
    },
    "ruleSearch": {
      "author": "text.作者@text##作者[：:]",
      "bookList": ".block",
      "bookUrl": ".block_txt a.1@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "kind": "text.分类@text##分类[：:]",
      "lastChapter": ".block_txt a.2@text",
      "name": ".block_txt a.1@text"
    },
    "ruleToc": {
      "chapterList": ".chapter li a",
      "chapterName": "text\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(\\{（｛【].*[求含理更谢乐发推票盟补加字Kk\\/].*/g,'')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(第.+章)\\s?\\d+/,'$1')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}/search.php,{\n\"method\": \"POST\",\n\"body\": \"searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "笔迷读",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.bimidu.com/",
    "customButton": false,
    "customOrder": 1509,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"🔖分类🔖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻魔法\",\"url\":\"/fenlei/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠修真\",\"url\":\"/fenlei/2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市言情\",\"url\":\"/fenlei/3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"/fenlei/4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游竞技\",\"url\":\"/fenlei/5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻未来\",\"url\":\"/fenlei/6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖灵异\",\"url\":\"/fenlei/7_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他类型\",\"url\":\"/fenlei/8_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"🔖榜单🔖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"总排行\",\"url\":\"/t/allvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最近更新\",\"url\":\"/t/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}\n]",
    "lastUpdateTime": 1743586062312,
    "respondTime": 314,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "🔔 更新时间：{{@@[property=\"og:novel:update_time\"]@content##\\s##🔸}}\n\n📂 内容简介：{{@@[property=\"og:description\"]@content}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": "#nr@html",
      "replaceRegex": "##.*免费最快更新.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.3@text",
      "bookList": ".xb9 .newlist .text-more",
      "bookUrl": "a.1@href",
      "checkKeyWord": "",
      "coverUrl": "a.1@href@js:##.+\\D((\\d+)\\d{3})\\D##https://www.bimidu.com/files/article/image/$2/$1/$1s.jpg###",
      "intro": "",
      "kind": "a.0@text&&.xb6@textNodes##\\(|\\)",
      "lastChapter": "a.2@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".dirlist .xl6 a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.bimidu.com/modules/article/search.php?submit=%CB%D1%CB%F7&searchkey={{key}}&page={{page}},\n{\n  \"charset\": \"GBK\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "笔仙阁网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.bixiange.me/",
    "customButton": false,
    "customOrder": 1510,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "都市言情::dsyq/index<,_{{page}}>.html\n武侠修真::wxxz/index<,_{{page}}>.html\n玄幻奇幻::xhqh/index<,_{{page}}>.html\n穿越架空::cyjk/index<,_{{page}}>.html\n科幻竞技::khjj/index<,_{{page}}>.html\n鬼话悬疑::ghxy/index<,_{{page}}>.html\n军事历史::jsls/index<,_{{page}}>.html\n官场商战::guanchang/index<,_{{page}}>.html\n乡土风情::xtfq/index<,_{{page}}>.html\n耽美小说::dmtr/index<,_{{page}}>.html\n同人小说::trxs/index<,_{{page}}>.html\n精品小说::jqxs/index<,_{{page}}>.html\n排行榜::sort/index<,_{{page}}>.html",
    "header": "{\n\t\"cookie\":\"eltphlastsearchtime=1658574421\"\n\t}",
    "lastUpdateTime": 1733125599956,
    "respondTime": 3890,
    "ruleBookInfo": {
      "author": "##作者：([^<]+)<##$1###",
      "intro": "class.descInfo@text",
      "kind": "##分类：([^<]+)<##$1###",
      "lastChapter": "class.catalog@li.-1@text",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": "#mycontent@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "##作者：([^<]+)<##$1###",
      "bookList": "class.clearfix@li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "img@src",
      "intro": "class.descript@text",
      "kind": "",
      "lastChapter": "",
      "name": "class.title@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.catalog@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://m.bixiange.me/e/search/indexpage.php,{\n  \"body\": \"keyboard={{key}}&show=title&classid=0\",\n  \"method\": \"POST\",\n  \"charset\":\"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "// token生成代码by distance",
    "bookSourceGroup": "免费",
    "bookSourceName": "🌙 書库",
    "bookSourceType": 0,
    "bookSourceUrl": "https://book.mywebos.cn",
    "customButton": false,
    "customOrder": 1511,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\n\t  \n\npush(\"随机\", \"/bk/getRandomBooks?c=20\", 1, 1);\n\n category = (path) =>{  \t\n    \tburl = source.getKey().match(/([^#]*)/)[1];\n\t\t c_url = burl + path;\t\t \n   return  JSON.parse(java.ajax(c_url)).data; \n\t\t}\t\t\n\t\t\n\t\tcategory(\"/bk/ch/getChannelList\").map($=>{\n\t\t\t  id = $.id;\n     \ttitle = $.name;\n     \tif(id!=-100){\n     \t\t push(\"📜\" + title + \"📜\", null, 1, 1);\n     \t\tf_url =\t `/bk/ch/getChannelBook?channelId=${id}`;\n     \t\t list = category(f_url);\n     \t\t list.map(($,index) =>{\n\t\t\t\t     \tid = $.tagPackage.id;\n        \t   title = $.tagPackage.name;\n        \t   url =\t `/bk/ch/getBookList?id=${id}&idCode=&tag=package&lastIdCode=&limit=1000`;\n          if(list.length > 3&&list.length!=4){\n\t\t         if(index+1 <= list.length - list.length%3){\t           \n\t\t       \t    push(title, url, 1, 0.25);}\n\t\t\t\t      else{ push(title, url, 0, 0.29);}\n\t\t\t     \t}\n\t\t\t\telse if(list.length == 4){ push(title, url, 1, 0.4);}\n\t\t\t\telse{ push(title, url, 1, 0.25);}\n\t\t\t\t\n\t\t\t\t});\t\t\t\n\t\t\t}\t\t\t\t\t\t\t\t\t\t        \n  });\n \t \n JSON.stringify(sort);",
    "header": "@js:\n(()=>{\n    time = Date.now().toString();\n    token = get_token(time);\n\n    var headers = {\n        \"user-agent\": \"Dart/3.2 (dart:io)\",\n        \"app\": \"booklib\",\n        \"bizuuid\": \"477dcc9a87290565\",\n        \"flutterudid\": \"477dcc9a87290565\",\n        \"platform\": \"android\",\n        \"token\": token,\n        \"t\": time\n    }; \n    return JSON.stringify(headers);\n})()",
    "jsLib": "function get_token(times){\n    const {java} = this;\n    let t = String(times);\n    let key = \"20211010-KlasdoufnrufGIjasdUXWpl7Kjs\";\n    let str = \"st20211010233045t\" + t;\n    let data = java.HMacHex(str,\"HmacSHA1\",key);\n    return data;\n}",
    "lastUpdateTime": 1724004819465,
    "respondTime": 6085,
    "ruleBookInfo": {
      "author": "author.name",
      "coverUrl": "",
      "init": "data",
      "intro": "book.bref##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "book.tag",
      "name": "book.name"
    },
    "ruleContent": {
      "content": "$.data.content.contentParagraphs",
      "replaceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "authorName",
      "bookList": "data[*].dataJson||data",
      "bookUrl": "/bk/getBookDetail?idCode={{$.idCode}}",
      "checkKeyWord": "",
      "coverUrl": "cover",
      "intro": "bref",
      "kind": "tag",
      "name": "name",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "$.data.chapter",
      "chapterName": "name",
      "chapterUrl": "/bk/getChapterDetail?rows=true&idCode={{$.idCode}}",
      "formatJs": ""
    },
    "searchUrl": "/bk/search?name={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "阅友小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://sma.yueyouxs.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1512,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"都市人生\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=1100&page={{page}}&\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=1101&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"仙侠武侠\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=1102&page={{page}}&\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"军事历史\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=1103&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"科幻末世\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=1104&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"游戏体育\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=1105&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"现代言情\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=2100&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"古代言情\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=2101&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"幻想言情\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=2102&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"青春校园\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=2103&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"穿越时空\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=2104&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"宫闱争斗\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=2105&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"豪门总裁\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=2106&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"婚恋爱情\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=2107&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"经商种田\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=2108&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"推理悬疑\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=3100&page={{page}}\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"出版读物\",\"url\":\"http://sma.yueyouxs.com/api/book/classify?site_id=&classify_id=3101&page={{page}}\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}}]",
    "header": "<js>\n(()=>{\n\tvar ua = \"Mozilla/5.0 (Linux; U; Android 10; zh-Hans-CN; PCT-AL10 Build/HUAWEIPCT-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 Quark/4.0.5.137 Mobile Safari/537.36\";\n\tvar heders = {\"User-Agent\": ua};\n\treturn JSON.stringify(heders);\n})()\n</js>",
    "lastUpdateTime": 1731435138429,
    "loginUrl": "",
    "respondTime": 697,
    "ruleBookInfo": {
      "author": "class.v-words flex.0@text##作者：",
      "coverUrl": "class.adMessage@img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "",
      "lastChapter": "class.chapter-entrance flex-item@text",
      "name": "class.face-info-title@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节",
      "tocUrl": "class.sumchapter@tag.span@tag.a@href",
      "wordCount": "class.v-words flex.2@text##字数："
    },
    "ruleContent": {
      "content": "class.con@html##（本章完）|（本章未完，请翻页）|.*书友群.*|\\s",
      "imageStyle": "0",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "$.authorName",
      "bookList": "$..list[*]",
      "bookUrl": "http://sma.yueyouxs.com/b/{$.wapBookId}.html",
      "coverUrl": "$.bookPic",
      "intro": "$.intro",
      "kind": "$.classifySecondName&&\n$.updateTime&&\n$.classifyName",
      "lastChapter": "$.latestChapterName",
      "name": "$.bookName",
      "wordCount": "$.words"
    },
    "ruleSearch": {
      "author": "$.authorName",
      "bookList": "$..list[*]",
      "bookUrl": "http://sma.yueyouxs.com/b/{$.wapBookId}.html",
      "coverUrl": "$.bookPic",
      "intro": "$.intro",
      "kind": "$.classifySecondName&&\n$.updateTime&&\n$.classifyName",
      "lastChapter": "$.latestChapterName",
      "name": "$.bookName##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节",
      "wordCount": "$.words"
    },
    "ruleToc": {
      "chapterList": "class.catalog_ls@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://sma.yueyouxs.com/api/book/search?keyword={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "梦远书城[com]",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.mengyuanshuchengcn.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1513,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1692082203549,
    "loginUrl": "",
    "respondTime": 5154,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "id.newlist@div.newrap@a.0@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".art_cnt@p@text",
      "nextContentUrl": "",
      "replaceRegex": "##本章未完.*|www.*com"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.0@text##.*：",
      "bookList": "ul.clearfix@li",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "p.intro@text",
      "kind": "span.1@text##.*：",
      "name": "h5@text"
    },
    "ruleToc": {
      "chapterList": "dd",
      "chapterName": "a.0@text",
      "chapterUrl": "a.0@href"
    },
    "searchUrl": "/search/result.html?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "📖 17K小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://api.17k.com/",
    "customButton": false,
    "customOrder": 1514,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\": \"男生·全部\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"人气总榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=2&orderTime=3&orderBy=1&page={{page}}&type=10&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"人气月榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=2&orderTime=2&orderBy=1&page={{page}}&type=10&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"人气周榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=2&orderTime=1&orderBy=1&page={{page}}&type=10&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"完本总榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=2&orderTime=3&orderBy=1&page={{page}}&type=11&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"完本月榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=2&orderTime=2&orderBy=1&page={{page}}&type=11&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"完本周榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=2&orderTime=1&orderBy=1&page={{page}}&type=11&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"免费总榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=2&orderTime=3&orderBy=1&page={{page}}&type=14&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"免费月榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=2&orderTime=2&orderBy=1&page={{page}}&type=14&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"免费周榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=2&orderTime=1&orderBy=1&page={{page}}&type=14&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"新人总榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=2&orderTime=3&orderBy=1&page={{page}}&type=16&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"新人月榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=2&orderTime=2&orderBy=1&page={{page}}&type=16&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"新人周榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=2&orderTime=1&orderBy=1&page={{page}}&type=16&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"新书总榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=2&orderTime=3&orderBy=1&page={{page}}&type=9&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"新书月榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=2&orderTime=2&orderBy=1&page={{page}}&type=9&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"新书周榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=2&orderTime=1&orderBy=1&page={{page}}&type=9&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"包月总榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=2&orderTime=3&orderBy=1&page={{page}}&type=8&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"包月月榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=2&orderTime=2&orderBy=1&page={{page}}&type=8&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"包月周榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=2&orderTime=1&orderBy=1&page={{page}}&type=8&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"礼物总榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=2&orderTime=3&orderBy=1&page={{page}}&type=15&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"礼物月榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=2&orderTime=2&orderBy=1&page={{page}}&type=15&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"礼物周榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=2&orderTime=1&orderBy=1&page={{page}}&type=15&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"畅销总榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=2&orderTime=3&orderBy=1&page={{page}}&type=2&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"畅销月榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=2&orderTime=2&orderBy=1&page={{page}}&type=2&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"畅销周榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=2&orderTime=1&orderBy=1&page={{page}}&type=2&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"都市小说\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=3&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"都市生活\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=3&categoryId=3&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"都市异能\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=3&categoryId=87&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"都市重生\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=3&categoryId=89&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"职场励志\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=3&categoryId=90&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"现实题材\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=3&categoryId=91&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"娱乐明星\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=3&categoryId=116&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"都市激战\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=3&categoryId=92&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"商业大亨\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=3&categoryId=117&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"校园风云\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=3&categoryId=118&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"乡村乡土\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=3&categoryId=119&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"奇幻玄幻\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=21&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"异世争霸\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=21&categoryId=115&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"魔法校园\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=21&categoryId=122&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"领主贵族\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=21&categoryId=123&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"西方奇幻\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=21&categoryId=1&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"东方玄幻\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=21&categoryId=8&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"异界大陆\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=21&categoryId=83&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"艺术超能\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=21&categoryId=84&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"仙侠武侠\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=24&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"洪荒封神\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=24&categoryId=85&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"现代异侠\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=24&categoryId=96&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"历史武侠\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=24&categoryId=124&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"奇幻修真\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=24&categoryId=82&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"国术古武\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=24&categoryId=125&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"传统武侠\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=24&categoryId=2&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"现代修真\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=24&categoryId=81&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"古典仙侠\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=24&categoryId=9&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"历史军事\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=22&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"历史穿越\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=22&categoryId=4&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"架空历史\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=22&categoryId=93&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"战争幻想\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=22&categoryId=11&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"军旅生涯\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=22&categoryId=94&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"历史传奇\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=22&categoryId=120&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"战史风云\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=22&categoryId=126&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"谍战特工\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=22&categoryId=127&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"游戏竞技\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=23&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"虚拟网游\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=23&categoryId=5&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"电子竞技\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=23&categoryId=12&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"游戏生涯\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=23&categoryId=14&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"篮球风云\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=23&categoryId=97&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"天下足球\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=23&categoryId=98&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"棋牌桌游\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=23&categoryId=99&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"游戏异界\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=23&categoryId=121&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"体育竞技\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=23&categoryId=100&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"科幻末世\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=14&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"末世危机\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=14&categoryId=128&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"进化变异\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=14&categoryId=129&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"时空穿梭\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=14&categoryId=130&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"未来幻想\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=14&categoryId=6&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"古武机甲\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=14&categoryId=131&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"星际战争\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=14&categoryId=95&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"悬疑推理\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=29&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"民间奇谈\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=29&categoryId=179&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"恐怖悬疑\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=29&categoryId=180&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"侦探推理\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=29&categoryId=181&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"探险揭秘\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=29&categoryId=182&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"轻小说\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=30&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"爆笑幽默\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=30&categoryId=183&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"男生同人\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=30&categoryId=184&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"宅系小说\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=30&categoryId=185&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"萌系小说\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=30&categoryId=186&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"灵魂转换\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=30&categoryId=187&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"女生·全部\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"人气总榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=3&orderTime=3&orderBy=1&page={{page}}&type=10&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"人气月榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=3&orderTime=2&orderBy=1&page={{page}}&type=10&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"人气周榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=3&orderTime=1&orderBy=1&page={{page}}&type=10&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"完本总榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=3&orderTime=3&orderBy=1&page={{page}}&type=11&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"完本月榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=3&orderTime=2&orderBy=1&page={{page}}&type=11&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"完本周榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=3&orderTime=1&orderBy=1&page={{page}}&type=11&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"免费总榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=3&orderTime=3&orderBy=1&page={{page}}&type=14&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"免费月榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=3&orderTime=2&orderBy=1&page={{page}}&type=14&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"免费周榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=3&orderTime=1&orderBy=1&page={{page}}&type=14&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"新人总榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=3&orderTime=3&orderBy=1&page={{page}}&type=16&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"新人月榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=3&orderTime=2&orderBy=1&page={{page}}&type=16&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"新人周榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=3&orderTime=1&orderBy=1&page={{page}}&type=16&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"新书总榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=3&orderTime=3&orderBy=1&page={{page}}&type=9&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"新书月榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=3&orderTime=2&orderBy=1&page={{page}}&type=9&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"新书周榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=3&orderTime=1&orderBy=1&page={{page}}&type=9&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"包月总榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=3&orderTime=3&orderBy=1&page={{page}}&type=8&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"包月月榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=3&orderTime=2&orderBy=1&page={{page}}&type=8&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"包月周榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=3&orderTime=1&orderBy=1&page={{page}}&type=8&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"礼物总榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=3&orderTime=3&orderBy=1&page={{page}}&type=15&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"礼物月榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=3&orderTime=2&orderBy=1&page={{page}}&type=15&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"礼物周榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=3&orderTime=1&orderBy=1&page={{page}}&type=15&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"畅销总榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=3&orderTime=3&orderBy=1&page={{page}}&type=2&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"畅销月榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=3&orderTime=2&orderBy=1&page={{page}}&type=2&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"畅销周榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=3&orderTime=1&orderBy=1&page={{page}}&type=2&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"古代言情\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=5&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"江湖侠情\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=5&categoryId=132&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"架空历史\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=5&categoryId=133&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"古代重生\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=5&categoryId=139&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"女尊女强\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=5&categoryId=140&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"空间种田\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=5&categoryId=165&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"宫斗权谋\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=5&categoryId=10&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"兽世王朝\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=5&categoryId=22&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"豪门宅斗\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=5&categoryId=7&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"现代言情\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=17&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"总裁豪门\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=17&categoryId=134&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"游戏竞技\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=17&categoryId=135&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"年代种田\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=17&categoryId=136&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"现代重生\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=17&categoryId=166&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"娱乐明星\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=17&categoryId=166&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"民国情缘\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=17&categoryId=168&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"浪漫纯爱\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=17&categoryId=169&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"婚恋职场\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=17&categoryId=16&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"蜜爱甜宠\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=17&categoryId=26&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"浪漫青春\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=20&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"青春回忆\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=20&categoryId=148&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"校园青春\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=20&categoryId=175&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"纯爱青春\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=20&categoryId=176&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"青春虐恋\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=20&categoryId=177&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"青春同人\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=20&categoryId=178&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"幻想言情\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=18&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"古典仙缘\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=18&categoryId=137&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"奇幻魔法\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=18&categoryId=138&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"未来科幻\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=18&categoryId=170&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"悬疑推理\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=18&categoryId=24&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"末世危机\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=18&categoryId=171&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"时空穿梭\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=18&categoryId=172&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"神话情话\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=18&categoryId=173&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"唯美纯爱\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=18&categoryId=437&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"出版·全部\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"出版总榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=1&orderTime=3&orderBy=1&page={{page}}&type=13&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"出版月榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=1&orderTime=2&orderBy=1&page={{page}}&type=13&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"出版周榜\",\"url\": \"http://api.17k.com/book/rank/client?classId=1&orderTime=1&orderBy=1&page={{page}}&type=13&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"畅销经典\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=1&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"最新畅销\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=1&categoryId=27&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"名家经典\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=1&categoryId=23&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"影视原著\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=1&categoryId=79&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"乡土文学\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=1&categoryId=25&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"社会纪实\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=1&categoryId=78&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"外国文学\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=1&categoryId=80&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"中短い篇\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=1&categoryId=15&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"学习强国\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=1&categoryId=174&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"文化社科\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=8&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"人物传记\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=8&categoryId=29&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"人文史地\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=8&categoryId=30&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"诗词散文\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=8&categoryId=103&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"古代典籍\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=8&categoryId=104&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"新锐学术\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=8&categoryId=105&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"时政评说\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=8&categoryId=106&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"体育荟萃\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=8&categoryId=101&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"幽默笑话\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=8&categoryId=107&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"修身养性\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=8&categoryId=108&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"经管励志\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=9&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"经营管理\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=9&categoryId=31&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"心理激励\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=9&categoryId=32&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"市场营销\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=9&categoryId=109&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"金融财会\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=9&categoryId=110&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"政治经济\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=9&categoryId=111&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"投资理财\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=9&categoryId=112&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"职场指南\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=9&categoryId=113&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"青春励志\",\"url\": \"http://api.17k.com/book/search?sort=15&page={{page}}&channelId=9&categoryId=114&cpsOpid=17Kxiaomi&_filterData=1&device_id=7470a5a9be410b17&channel=0&_versions=1240&merchant=17Kxiaomi&platform=2&manufacturer=Xiaomi&clientType=1&width=1080&appKey=4037465544&model=MI%206&cpsSource=0&brand=Xiaomi&youthModel=0&height=1920\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}}\n]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 10; PCT-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.101 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 1664897854269,
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 8306,
    "ruleBookInfo": {
      "author": "$..authorPenName",
      "coverUrl": "$..coverImg##-.*",
      "init": "$.data[0]",
      "intro": "$..introduction",
      "kind": "{{java.timeFormat(java.getString('$..lastUpdateChapter.updateTime'))}}\n{{$..keyword.*}}##/##-",
      "lastChapter": "$..lastUpdateChapter.name",
      "name": "$..bookName",
      "tocUrl": "http://api.17k.com/book/@get:{book}/volumes?youthModel=0&_filterData=1&appKey=4037465544&clientType=1&merchant=17KH5&height=2166&cpsSource=0&platform=2&device_id=efde9b5c7749a0f7&brand=HONOR",
      "wordCount": "$..wordCount"
    },
    "ruleContent": {
      "content": "id.Context@article@p@html##本书首发来自.*看正版内容！|第.*章.*",
      "imageStyle": "0",
      "replaceRegex": "",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "$.authorPenName||$.author_name",
      "bookList": "$.data||$.data.lists",
      "bookUrl": "http://api.17k.com/book/{{$.id}}/split1/merge?iltc=1&youthModel=0&_filterData=1&appKey=4037465544&clientType=1&merchant=17KH5&height=2166&cpsSource=0&platform=2&device_id=efde9b5c7749a0f7&brand=HONOR",
      "coverUrl": "$.coverImg||$.cover##\\?.*",
      "intro": "$.introduction||$.intro",
      "kind": "$.bookCategory.name||$.category_name_2",
      "lastChapter": "$.lastUpdateChapterName||$.last_update_chapter_name",
      "name": "$.bookName||$.book_name@put:{book:id}"
    },
    "ruleSearch": {
      "author": "$.authorPenName",
      "bookList": "$.data.lists[*]",
      "bookUrl": "http://api.17k.com/book/{{$.id}}/split1/merge?iltc=1&youthModel=0&_filterData=1&appKey=4037465544&clientType=1&merchant=17KH5&height=2166&cpsSource=0&platform=2&device_id=efde9b5c7749a0f7&brand=HONOR",
      "coverUrl": "$.coverImg##-.*",
      "intro": "$.introduction",
      "kind": "{{java.timeFormat(java.getString('$.lastUpdateChapterDate'))}}\n{{$.bookChannel.name}}\n{{$.bookCategory.name}}##/##-",
      "lastChapter": "$.lastUpdateChapterName",
      "name": "$.bookName@put:{book:id}",
      "wordCount": "$.wordCount"
    },
    "ruleToc": {
      "chapterList": "$.data.volumes..chapters[*]",
      "chapterName": "$..chapterName",
      "chapterUrl": "https://h5.17k.com/chapter/@get:{book}/{{$.chapterId}}.html?hmsr=smss,{'webView': true}",
      "isVip": "$.isVIP.id",
      "isVolume": "",
      "updateTime": "{{java.timeFormat(java.getString('$.updateTime'))}}##/##-"
    },
    "searchUrl": "http://api.17k.com/book/search/list?fuzzySearchType=1&page=1&num=20&keyword={{key}}&youthModel=0&_filterData=1&appKey=4037465544&clientType=1&merchant=17KH5&height=2166&cpsSource=0&platform=2&device_id=efde9b5c7749a0f7&brand=HONOR&_versions=1240",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "思路客吧",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.siluwu.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1515,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734639034392,
    "loginUrl": "",
    "respondTime": 749,
    "ruleBookInfo": {
      "name": "tag.h1@text##全文阅读.*"
    },
    "ruleContent": {
      "content": "id.content@textNodes",
      "nextContentUrl": "id.link@tag.a.3@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.odd.0@tag.a@href",
      "name": "class.odd.0@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd!0:1:2:3:4:5",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.siluwu.com/modules/article/search.php?searchkey={{key}}&action=login,{\n  \"charset\": \"utf-8\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "原創市集",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.woo16.vip#🎃",
    "customButton": false,
    "customOrder": 1516,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"☑️排行\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"总收藏榜\",\"url\":\"/paihang/goodnum_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最新入库\",\"url\":\"/paihang/postdate_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最近更新\",\"url\":\"/paihang/lastupdate_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总排行榜\",\"url\":\"/paihang/allvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"月排行榜\",\"url\":\"/paihang/monthvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"周排行榜\",\"url\":\"/paihang/weekvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"日排行榜\",\"url\":\"/paihang/dayvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"总推荐榜\",\"url\":\"/paihang/allvote_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"月推荐榜\",\"url\":\"/paihang/monthvote_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"周推荐榜\",\"url\":\"/paihang/weekvote_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"日推荐榜\",\"url\":\"/paihang/dayvote_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"☑️分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"/dushi_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"浓情\",\"url\":\"/nongqing_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"言情\",\"url\":\"/yanqing_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"/xiaoyuan_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"武侠\",\"url\":\"/wuxia_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"/xuanhuan_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"穿越\",\"url\":\"/chuanyue_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"惊悚\",\"url\":\"/jingsong_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1720593476190,
    "respondTime": 31220,
    "ruleBookInfo": {
      "coverUrl": "$.thumbnail\n@js:\nresult||\"https://s3.bmp.ovh/imgs/2023/08/01/8a0ab481ea31a36f.jpg\"",
      "init": "",
      "intro": ".p3@text",
      "lastChapter": ".p4 a@text",
      "tocUrl": "{{baseUrl}}##(.*?)www(.*)##$1m$2"
    },
    "ruleContent": {
      "content": "id.nr@html"
    },
    "ruleExplore": {
      "author": ".p2 a@text||a.-1@text",
      "bookList": ".lists li||.listcon ul li",
      "bookUrl": "a.0@href",
      "coverUrl": "$.thumbnail\n@js:\nresult||\"https://s3.bmp.ovh/imgs/2023/08/01/1bb4968e49eedf2b.jpg\"",
      "intro": ".p3@text",
      "kind": "span.0@text&&span.-1@text##\\[|\\]|更新时间：",
      "lastChapter": ".lastchapter a@text",
      "name": "img@alt||a.0@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a.-1@text",
      "bookList": ".lists li",
      "bookUrl": "a.0@href",
      "coverUrl": "$.thumbnail\n@js:\nresult||\"https://s3.bmp.ovh/imgs/2023/08/01/2c5709f38795b4d1.jpg\"",
      "kind": "span.0@text&&span.-1@text##\\[|\\]|更新时间：",
      "lastChapter": "a.1@text",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": ".lb li!-1",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "isPay": "ttt",
      "nextTocUrl": ".showpage@a@href"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"body\": \"searchtype=articlename&searchkey={{key}}&t_btnsearch=\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版",
    "bookSourceName": "宜搜小说（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://api.ieasou.com",
    "customButton": false,
    "customOrder": 1517,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\n\nfl =(a)=>{\nt = String(Math.round(new Date()));\nreturn `https://api.ieasou.com/api/bookapp/searchdzh.m?word=${a}&type=2&page_id={{page}}&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&vm=5.8.5&os=android&udid=3d3ec742930b635fc4c61f0575dbc4d2939edbe2&appverion=508500&ch=blf1298_10928_001&session_id=C757AFA560J0A6092827V469973C4D670288F658484753375777AE72183BFF560C&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=da97011e945dfb4c74bbfc98543c7c7a&ptype=5&gender=1&userInitPay=3&birt=1706674841000&instime=${t}&instId=${t}&chType=6&bidType=100&recSw=1&appType=0&pr=0.09&tm=0&ac=999&snk={{java.md5Encode('ac=999&appType=0&appid=10001&appverion=508500&bidType=100&birt=1706674841000&bookStatus=0&catalog=0&ch=blf1298_10928_001&chType=6&cid=eef_easou_book&count=20&datasource=0&dzh=1&gender=1&instId='+${t}+'&instime='+${t}+'&os=android&page_id='+page+'&pr=0.09&ptype=5&pushid=da97011e945dfb4c74bbfc98543c7c7a&recSw=1&rtype=2&scp=0&session_id=C757AFA560J0A6092827V469973C4D670288F658484753375777AE72183BFF560C&showj=1&sort_type=0&subclass=0&tm=0&type=2&udid=3d3ec742930b635fc4c61f0575dbc4d2939edbe2&userInitPay=3&utype=0&vm=5.8.5&wc=0&word=${a}&key=EaSoU0517+PuBlIsHkEy-JRKKOWTUNZCNTWY-').toUpperCase()}}`;\n}\n\n\n[[\"男生♂分类\",[\"现代都市\",\"玄幻奇幻\",\"武侠仙侠\",\"科幻小说\",\"历史军事\",\"灵异悬疑\",\"游戏竞技\",\"宅小说\",\"重生致富\",\"系统文\",\"奶爸\",\"文娱\"]],\n[\"女生♀分类\",[\"现代言情\",\"古代言情\",\"幻想言情\",\"浪漫青春\",\"种田\",\"总裁\",\"马甲文\",\"轻小说\"]],\n[\"出版©️分类\",[\"短篇\",\"经典名著\",\"其他出版\",\"现代文学\"]]].map([tit,list]=>{\n\tpush(tit, null, 1, 1);\n\tlist.map((title,index)=>{\n\tif(index+1 <= list.length - list.length%3){\n\t\t\tpush(title,fl(title), 1, 0.25);}\n\t\t\telse{ push(title,fl(title), 0, 0.29);}\n\t\t});\n})\n\nJSON.stringify(sort);",
    "header": "{\"user-agent\":\"esbook android 5.8.5\"}",
    "lastUpdateTime": 1733583472514,
    "respondTime": 2354,
    "ruleBookInfo": {
      "author": "$.author",
      "coverUrl": "$.img_url",
      "init": "$.coverInfo",
      "intro": "&nbsp;🏷️{{$.labels}}\n{{$.desc}}##🏷️\\n",
      "kind": "{{$.classes}}\n{{java.timeFormat(java.getString('$.last_time'))}}\n{{$.site}}\n{{$.agentName}}",
      "lastChapter": "$.last_chapter_name",
      "name": "$.name",
      "tocUrl": "@js:\nt = String(Math.round(new Date()));\ngid=java.getString('$.gid');\nnid=java.getString('$.nid');\nsnk=java.md5Encode(\"ac=999&appType=0&appid=10001&appverion=508500&bidType=0&birt=1706674841000&ch=blf1298_10928_001&chType=6&cid=eef_easou_book&dzh=1&gender=1&gid=\"+gid+\"&gsort=1&instId=\"+t+\"&instime=\"+t+\"&nid=\"+nid+\"&os=android&pr=-1.0&ptype=5&pushid=7b4aaf1210a5bdbac3cea26d5030a419&recSw=1&returnType=100&rtype=2&scp=0&session_id=153F4EEE16F56A43FD63ZD21B866413ED9BE044EFB876A115C62DBED82EE4C824D&size=10000&sort=1&tm=0&udid=3d3ec742930b635fc4c61f0575dbc4d2939edbe2&userInitPay=3&utype=0&vm=5.8.5&key=EaSoU0517+PuBlIsHkEy-JRKKOWTUNZCNTWY-\");\nsnk = snk.toUpperCase();\nurl = `https://api.ieasou.com/api/bookapp/bookSummary.m?gid=${gid}&nid=${nid}&sort=1&size=10000&session_id=153F4EEE16F56A43FD63ZD21B866413ED9BE044EFB876A115C62DBED82EE4C824D&returnType=100&gsort=1&cid=eef_easou_book&vm=5.8.5&os=android&udid=3d3ec742930b635fc4c61f0575dbc4d2939edbe2&appverion=508500&ch=blf1298_10928_001&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=7b4aaf1210a5bdbac3cea26d5030a419&ptype=5&gender=1&userInitPay=3&birt=1706674841000&instime=${t}&instId=${t}&chType=6&bidType=0&recSw=1&appType=0&pr=-1.0&tm=0&ac=999&snk=${snk}`",
      "wordCount": "$.wordCount"
    },
    "ruleContent": {
      "content": "<js>\nb=baseUrl.match(/gid=(\\d+)&nid=(\\d+)&sort=(\\d+)&chapter_name=(.*$)/);\nt = String(Math.round(new Date()));\ngid=b[1];\nnid=b[2];\ns = b[3];\nc = b[4];\nsnk=java.md5Encode(\"a=1&ac=999&appType=0&appid=10001&appverion=508500&autoBuy=0&bidType=0&birt=1706674841000&ch=blf1298_10928_001&chType=6&chapter_name=\"+c+\"&cid=eef_easou_book&dzh=1&gender=1&gid=\"+gid+\"&gsort=0&instId=\"+t+\"&instime=\"+t+\"&nid=\"+nid+\"&os=android&pr=-1.0&ptype=5&pushid=7b4aaf1210a5bdbac3cea26d5030a419&recSw=1&rtype=2&scp=0&sequence=1&session_id=153F4EEE16F56A43FD63ZD21B866413ED9BE044EFB876A115C62DBED82EE4C824D&sgsort=0&sort=\"+s+\"&tm=0&udid=3d3ec742930b635fc4c61f0575dbc4d2939edbe2&userInitPay=3&utype=0&vm=5.8.5&key=EaSoU0517+PuBlIsHkEy-JRKKOWTUNZCNTWY-\");\nsnk = snk.toUpperCase();\n\nurl=`https://api.ieasou.com/api/bookapp/chargeChapter.m?a=1&autoBuy=0&cid=eef_easou_book&vm=5.8.5&os=android&udid=3d3ec742930b635fc4c61f0575dbc4d2939edbe2&appverion=508500&ch=blf1298_10928_001&session_id=153F4EEE16F56A43FD63ZD21B866413ED9BE044EFB876A115C62DBED82EE4C824D&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=7b4aaf1210a5bdbac3cea26d5030a419&ptype=5&gender=1&userInitPay=3&birt=1706674841000&instime=${t}&instId=${t}&chType=6&bidType=0&recSw=1&appType=0&pr=-1.0&tm=0&ac=999&gid=${gid}&nid=${nid}&sort=${s}&gsort=0&sgsort=0&sequence=1&chapter_name=${c}&snk=${snk}`;\njava.ajax(url)\n</js>$.content<js>\nfunction a(str) {\n\tstr = String(str);\n\tlength = str.length / 2;\n\tbArr = [];\n\tfor (i = 0; i < length; i++) {\n\t\ti2 = i * 2;\n\t\tbArr[i] =  intToByte(parseInt(str.substring(i2, i2 + 2), 16));\n  }\n  return bArr;\n}\nfunction intToByte(i) {\n\tvar b = i & 0xFF;var c = 0;\n\tif (b >= 128) {c = b % 128;c = -1 * (128 - c);}\n\telse {c = b;}\n\treturn c;\n}\n\n function byteToHexString(arr) {\n    return arr.reduce((accu, item) => {\n        let a =(item&0xff).toString(16)\n        if (a.length ==1) a = \"0\" + a\n        return accu += a\n    }, \"\")\n  }\n  function hextoBase64(t) {\n\tfunction parse(t) {\n\t\tt = String(t)\n\t\tfor (var e = t.length, r = [], i = 0; i < e; i += 2){\n\t\tr[i >>> 3] |= parseInt(t.substr(i, 2), 16) << 24 - i % 8 * 4;\n\t\t}\n\t\treturn r;\n\t}\n\tfunction stringify(t) {\n\t\tvar e = t\n\t\t, r = 4 * t.length\n\t\t, i = \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\";\n\t\tfor (var n = [], o = 0; o < r; o += 3){\n\t\t    for (var s = (e[o >>> 2] >>> 24 - o % 4 * 8 & 255) << 16 | (e[o + 1 >>> 2] >>> 24 - (o + 1) % 4 * 8 & 255) << 8 | e[o + 2 >>> 2] >>> 24 - (o + 2) % 4 * 8 & 255, a = 0; a < 4 && o + .75 * a < r; a++){\n\t\t\tn.push(i.charAt(s >>> 6 * (3 - a) & 63));}\n\t\t}\n\t\tvar c = i.charAt(64);\n\t\tif (c){\n\t\t   for (; n.length % 4; ){\n\t\t\t      n.push(c);}\n\t\t}\n\t\treturn n.join(\"\")\n\t}\n\treturn stringify(parse(t));\n}\n\nsf = \"DES/CBC/PKCS5Padding\";\nd=hextoBase64(byteToHexString(a(result)));\nkey = iv = \"EaSoUcNt\";\nresult=java.aesBase64DecodeToString(d,key,sf,iv);\n</js>"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.all_book_items",
      "bookUrl": "@js:\nt = String(Math.round(new Date()));\ngid=java.getString('$.gid');\nnid=java.getString('$.nid');\nsnk=java.md5Encode(\"ac=999&ad=0&appType=0&appid=10001&appverion=508500&bidType=0&birt=1706674841000&ch=blf1298_10928_001&chType=6&cid=eef_easou_book&dzh=1&gender=1&gid=\"+gid+\"&gsort=1&instId=\"+t+\"&instime=\"+t+\"&nid=\"+nid+\"&os=android&pr=-1.0&ptype=5&pushid=7b4aaf1210a5bdbac3cea26d5030a419&recSw=1&returnType=010&rtype=2&scp=0&session_id=153F4EEE16F56A43FD63ZD21B866413ED9BE044EFB876A115C62DBED82EE4C824D&showj=1&size=50&sort=1&tm=0&udid=3d3ec742930b635fc4c61f0575dbc4d2939edbe2&userInitPay=3&utype=0&vm=5.8.5&key=EaSoU0517+PuBlIsHkEy-JRKKOWTUNZCNTWY-\");\nsnk = snk.toUpperCase();\nurl=`https://api.ieasou.com/api/bookapp/bookSummary.m?nid={{$.nid}}&gid={{$.gid}}&sort=1&size=50&returnType=010&session_id=153F4EEE16F56A43FD63ZD21B866413ED9BE044EFB876A115C62DBED82EE4C824D&gsort=1&showj=1&ad=0&cid=eef_easou_book&vm=5.8.5&os=android&udid=3d3ec742930b635fc4c61f0575dbc4d2939edbe2&appverion=508500&ch=blf1298_10928_001&session_id=153F4EEE16F56A43FD63ZD21B866413ED9BE044EFB876A115C62DBED82EE4C824D&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=7b4aaf1210a5bdbac3cea26d5030a419&ptype=5&gender=1&userInitPay=3&birt=1706674841000&instime=${t}&instId=${t}&chType=6&bidType=0&recSw=1&appType=0&pr=-1.0&tm=0&ac=999&snk=${snk}`",
      "checkKeyWord": "",
      "coverUrl": "$.imgUrl",
      "intro": "$.desc",
      "kind": "{{$.classes}}\n{{$.site}}\n{{$.agentName}}",
      "lastChapter": "{{$.lastChapterName}} • {{java.timeFormat(java.getString('$.lastTime'))}}",
      "name": "$.name",
      "wordCount": "$.wordCount"
    },
    "ruleToc": {
      "chapterList": "$.volumes[*].chapters[*]",
      "chapterName": "$.chapter_name",
      "chapterUrl": "https://api.ieasou.com/api/bookapp/chargeChapter.m?gid={{baseUrl.match(/gid=(\\d+)/)[1]}}&nid={{$.nid}}&sort={{$.sort}}&chapter_name={{$.chapter_name}}",
      "updateTime": "字数：{{$.wordCount}} 时间：{{java.timeFormat(java.getString('$.upTime'))}}"
    },
    "searchUrl": "<js>\nt = String(Math.round(new Date()));\nsnk=java.md5Encode(\"ac=999&appType=0&appid=10001&appverion=508500&bidType=0&birt=1706674841000&bookStatus=0&catalog=0&ch=blf1298_10928_001&chType=6&cid=eef_easou_book&count=20&datasource=0&dzh=1&gender=1&instId=\"+t+\"&instime=\"+t+\"&os=android&page_id=1&pr=-1.0&ptype=5&pushid=7b4aaf1210a5bdbac3cea26d5030a419&recSw=1&rtype=2&scp=0&session_id=153F4EEE16F56A43FD63ZD21B866413ED9BE044EFB876A115C62DBED82EE4C824D&showj=1&sort_type=0&subclass=0&tm=0&type=0&udid=3d3ec742930b635fc4c61f0575dbc4d2939edbe2&userInitPay=3&utype=0&vm=5.8.5&wc=0&word=\"+key+\"&key=EaSoU0517+PuBlIsHkEy-JRKKOWTUNZCNTWY-\");\nsnk = snk.toUpperCase();\nurl=\"https://api.ieasou.com/api/bookapp/searchdzh.m?word=\"+key+\"&type=0&page_id=\"+page+\"&count=20&sort_type=0&subclass=0&datasource=0&showj=1&wc=0&catalog=0&bookStatus=0&cid=eef_easou_book&vm=5.8.5&os=android&udid=3d3ec742930b635fc4c61f0575dbc4d2939edbe2&appverion=508500&ch=blf1298_10928_001&session_id=153F4EEE16F56A43FD63ZD21B866413ED9BE044EFB876A115C62DBED82EE4C824D&dzh=1&scp=0&appid=10001&utype=0&rtype=2&pushid=7b4aaf1210a5bdbac3cea26d5030a419&ptype=5&gender=1&userInitPay=3&birt=1706674841000&instime=\"+t+\"&instId=\"+t+\"&chType=6&bidType=0&recSw=1&appType=0&pr=-1.0&tm=0&ac=999&snk=\"+snk;\nurl.toString()\n</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "偶遇吧",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.oue8.com/",
    "customButton": false,
    "customOrder": 1518,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1711625649338,
    "respondTime": 6417,
    "ruleBookInfo": {
      "intro": ".intro_info@html",
      "name": "",
      "tocUrl": "{{baseUrl}}##m\\.##www."
    },
    "ruleContent": {
      "content": "#content@html",
      "nextContentUrl": "",
      "replaceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author@a@text",
      "bookList": ".bookbox",
      "bookUrl": "tag.a.0@href",
      "coverUrl": ".bookimg@img@src",
      "intro": ".intro_line@html",
      "lastChapter": ".update@a@text",
      "name": ".bookname@text"
    },
    "ruleToc": {
      "chapterList": "id.list@dd@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "https://m.oue8.com/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}&searchtype=all\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "夫妻小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.dfu7.com#🎃",
    "customButton": false,
    "customOrder": 1519,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 12428,
    "ruleBookInfo": {
      "author": "class.detail@p.0@a@text",
      "coverUrl": "class.info flex@img@src",
      "intro": "class.con gray@text",
      "name": "class.detail@h1@text",
      "tocUrl": "class.loading@a@href"
    },
    "ruleContent": {
      "content": "class.articlecon font-large@html",
      "replaceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "p.1@a@text",
      "bookList": "class.imgtextlist searchlist@li",
      "bookUrl": "p.0@a@href",
      "lastChapter": "p.2@a@text",
      "name": "p.0@a@text"
    },
    "ruleToc": {
      "chapterList": "class.cataloglist@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href##$##,{\"webView\":true}",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "search.asp?S={{key}}&objectType=2,{\"charset\": \"gb2312\"}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "👍 香书小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.ibiquge.la",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1520,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/fenlei/1_{{page}}.html\n修真小说::/fenlei/2_{{page}}.html\n都市小说::/fenlei/3_{{page}}.html\n穿越小说::/fenlei/4_{{page}}.html\n网游小说::/fenlei/5_{{page}}.html\n科幻小说::/fenlei/6_{{page}}.html",
    "header": "",
    "lastUpdateTime": 1675926064942,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 1215,
    "ruleBookInfo": {
      "author": "//meta[@property='og:novel:author']/@content",
      "coverUrl": "//meta[@property='og:image']/@content",
      "intro": "//meta[@property='og:description']/@content",
      "kind": "//meta[@property='og:novel:category']/@content",
      "lastChapter": "id.info.0@tag.a.-1@text",
      "name": "//meta[@property='og:novel:book_name']/@content"
    },
    "ruleContent": {
      "content": "id.content.0@textNodes"
    },
    "ruleExplore": {
      "author": "class.s5.0@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2.0@tag.a.0@href",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "class.s3.0@tag.a.0@text",
      "name": "class.s2.0@tag.a.0@text"
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "tag.tbody.0@tag.tr.!0",
      "bookUrl": "tag.td.0@tag.a.0@href",
      "kind": "",
      "lastChapter": "tag.td.1@text",
      "name": "tag.td.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list.0@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/waps.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "👑 书趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.ishuquge.la",
    "customButton": false,
    "customOrder": 1521,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/category/1_{{page}}.html\n武侠::/category/2_{{page}}.html\n都市::/category/3_{{page}}.html\n历史::/category/4_{{page}}.html\n侦探::/category/5_{{page}}.html\n网游::/category/6_{{page}}.html\n科幻::/category/7_{{page}}.html",
    "lastUpdateTime": 1713282081543,
    "respondTime": 3506,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##小说|\\s\\d.*",
      "lastChapter": "{{@@[property$=chapter_name]@content}} • {{@@[property$=update_time]@content##\\s.*}}",
      "name": "[property$=book_name]@content"
    },
    "ruleContent": {
      "content": "#content@html##.*ishuquge.la.*",
      "replaceRegex": "##http.*html|请记住本书首发.*"
    },
    "ruleExplore": {
      "author": ".s4@text",
      "bookList": ".l@li",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##\\d+##$0###\n@js:\nid=result\niid=parseInt(id/1e3)\n\"/files/article/image/\"+iid+\"/\"+id+\"/\"+id+\"s.jpg\"",
      "kind": ".s1@text&&.s5@text##\\[|\\]",
      "lastChapter": ".s3@text",
      "name": ".s2@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".bookinfo",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##\\d+##$0###\n@js:\nid=result\niid=parseInt(id/1e3)\n\"/files/article/image/\"+iid+\"/\"+id+\"/\"+id+\"s.jpg\"",
      "kind": ".cat@text##分类：",
      "lastChapter": "a.1@text",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": ".listmain@dd@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{java.connect(source.getKey()).raw().request().url()}}search.php,{\n  \"body\": \"s=0000000000000000000&searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "全免小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://qmbook.taoyuewenhua.net#🎃",
    "customButton": false,
    "customOrder": 1522,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"🔖男频🍁榜单🔖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"推荐\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完本\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=110&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人气\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=10&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"热搜\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=80&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=20&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"阅读\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=30&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"🔖男频🍁分类🔖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=玄幻&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇幻\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=奇幻&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=武侠&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙侠\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=仙侠&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=都市&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=历史&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"军事\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=军事&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇闻怪谈\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=奇闻怪谈&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=科幻&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"游戏\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=游戏&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"体育\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=体育&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"N次元\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=N次元&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现实\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=现实&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n\n\n\n\n{\"title\":\"🔖女频🍁榜单🔖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"推荐\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完本\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=110&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人气\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=10&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"热搜\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=80&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=20&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"阅读\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=30&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n\n{\"title\":\"🔖女频🍁分类🔖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻言情\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=玄幻言情&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙侠奇缘\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=仙侠奇缘&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古代言情\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=古代言情&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现代言情\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=现代言情&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"浪漫青春\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=浪漫青春&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇闻怪谈\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=奇闻怪谈&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻空间\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=科幻空间&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"游戏竞技\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=游戏竞技&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"N次元\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=N次元&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"同人纯爱\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=同人纯爱&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"短篇\",\"url\":\"@js:\ntime=Date.now();\nt=\\\"appid=qmbook&brand=XIAOMI&brtype=100&category=短篇&channel=Tencent&ctype=2&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\\\"+(page-1)+\\\"&pageSize=10&status=0&t=\\\"+time+\\\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\\\";\nsign=java.md5Encode(t).toUpperCase(); r=String(t).replace(/key=tfbook_free/,'sign=')+sign; \\\"http://qmbook.taoyuewenhua.net/book_mall/book_rank?\\\"+r;\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}\n]",
    "header": "{\n\t\"User-Agent\":\"okhttp/3.12.1\"\n\t}",
    "lastUpdateTime": 0,
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 2104,
    "ruleBookInfo": {
      "author": "$.authorName",
      "canReName": "",
      "coverUrl": "$.coverUrl",
      "downloadUrls": "",
      "init": "$.data",
      "intro": "<br>\n🎗 标签：{{$.site}}🔸{{$.tagList##\\s##，}}\n👤 主角：{{$.roleList##\\s##，}}\n🕰 更新：{{String(java.timeFormat(java.getString('$.latestChapterUpdateTime'))).replace(/\\//g,\"-\").replace(/\\s/g,\"🔸\")}}\n📂 简介：{{$.intro}}",
      "kind": "{{$.categoryName}}\n{{$.subCategoryName}}\n{{java.getString('$.status')=='50'?'完结':'连载'}}",
      "lastChapter": "$.latestChapter",
      "name": "$.title",
      "tocUrl": "@js:\ntry{\ntime=Date.now();\nt=\"appid=qmbook&bid={{$.bid}}&brand=XIAOMI&channel=Tencent&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&t=\"+time+\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\";\nsign=java.md5Encode(t).toUpperCase();\n\nr=String(t).replace(/key=tfbook_free/,'sign=')+sign;\n\n\"http://qmbook.taoyuewenhua.net/tf/chapter_list?\"+r;\n}\ncatch(e){\n\t\"http://tfbook-1251592799.file.myqcloud.com/chapters/{{$.bid}}.json\"\n\t}",
      "wordCount": "$.allWords"
    },
    "ruleContent": {
      "content": "$.data.content"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "$.authorName",
      "bookList": "$.data.bookList",
      "bookUrl": "@js:\ntime=Date.now();\nt=\"appid=qmbook&bid={{$.sourceId}}&brand=XIAOMI&channel=Tencent&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&t=\"+time+\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\";\nsign=java.md5Encode(t).toUpperCase();\n\nr=String(t).replace(/key=tfbook_free/,'sign=')+sign;\n\n\"http://qmbook.taoyuewenhua.net/tf/book?\"+r;",
      "checkKeyWord": "",
      "coverUrl": "$.coverUrl",
      "intro": "$.intro",
      "kind": "{{$.categoryName}}\n{{$.subCategoryName}}\n{{java.getString('$.status')=='50'?'完结':'连载'}}\n{{r=String(Math.round(java.getString('$.score'))/10);r=='0'?'':r+ '分'}}",
      "lastChapter": "$.latestChapter",
      "name": "$.title",
      "wordCount": "$.allWords"
    },
    "ruleToc": {
      "chapterList": "$.data.chapterList",
      "chapterName": "$.title",
      "chapterUrl": "@js:\ntime=Date.now();\nt=\"appid=qmbook&bid={{$.bid}}&brand=XIAOMI&channel=Tencent&cid={{$.cid}}&device_id=17af4cb0a45440e5b5bcba1798d760c6&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&t=\"+time+\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\";\nsign=java.md5Encode(t).toUpperCase();\n\nr=String(t).replace(/key=tfbook_free/,'sign=')+sign;\n\n\"http://qmbook.taoyuewenhua.net/tf/chapter_content?\"+r;",
      "isVip": "",
      "isVolume": "",
      "updateTime": "{{String(java.timeFormat(java.getString('$.modifiedOn'))).replace(/\\//g,\"-\")}} 字数:{{$.words}}"
    },
    "searchUrl": "@js:\ntime=Date.now();\nt=\"appid=qmbook&brand=XIAOMI&channel=Tencent&ctype=1&device_id=17af4cb0a45440e5b5bcba1798d760c6&keywords=\"+key+\"&model=10X&optype=3&ostype=0&osversion=7.1.2&package_name=com.martian.qmbook&page=\"+(page-1)+\"&pageSize=10&searchType=1&sourceName=tf&t=\"+time+\"&token=489fecb8-532b-4ad9-b89f-4213768599bf&uid=74514329&version_code=410&version_name=1.5.9&key=tfbook_free\";\nsign=java.md5Encode(t).toUpperCase();\n\nr=String(t).replace(/key=tfbook_free/,'sign=')+sign;\n\n\"http://qmbook.taoyuewenhua.net/authopt/ty/search_books?\"+r;",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "⭐ 酷我小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://appi.kuwo.cn",
    "customButton": false,
    "customOrder": 1523,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n\t\"Accept\": \"*/*\",\n\t\"Connection\": \"Close\",\n\t\"User-Agent\": \"Dalvik/2.1.0 (Linux; U; Android 8.0.0; LND-AL40 Build/HONORLND-AL40)\"\n}",
    "lastUpdateTime": 1722185832607,
    "respondTime": 2231,
    "ruleBookInfo": {
      "author": "$.author_name",
      "coverUrl": "$.cover_url",
      "init": "$.data",
      "intro": "$.intro##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "{{$.category_name}},{{$.status}},{{$.update_time}}@js:result.replace(/30/,\"连载\").replace(/50/,\"完结\").replace(/\\s..:.*/,\"\")",
      "lastChapter": "$.new_chapter_name##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "$.title",
      "tocUrl": "/novels/api/book/{{$.book_id}}/chapters?paging=0",
      "wordCount": "$.all_words"
    },
    "ruleContent": {
      "content": "$.data.content"
    },
    "ruleExplore": {
      "author": ""
    },
    "ruleSearch": {
      "author": "$.author_name",
      "bookList": "$.data",
      "bookUrl": "/novels/api/book/{{$.book_id}}",
      "checkKeyWord": "",
      "coverUrl": "$.cover_url",
      "intro": "$.intro",
      "kind": "{{$.category_name}},{{$.status}}@js:result.replace(/30/,\"连载\").replace(/50/,\"完结\")",
      "name": "$.title",
      "wordCount": "$.all_words"
    },
    "ruleToc": {
      "chapterList": "$.data",
      "chapterName": "$.chapter_title##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "/novels/api/book/{{$.book_id}}/chapters/{{$.chapter_id}}",
      "formatJs": "",
      "updateTime": "{{$.volume_name}}•{{$.original_words}}字"
    },
    "searchUrl": "/novels/api/book/search?keyword={{key}}&pi={{page}}&ps=30",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "香书小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xbiqugu.la/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1524,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1749307028434,
    "loginUrl": "",
    "respondTime": 791,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作者：",
      "coverUrl": "id.fmimg@tag.img.0@src",
      "init": "",
      "intro": "[property=og:description]@content",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content",
      "lastChapter": "id.info@tag.p.3@a@text",
      "name": "id.info@tag.h1.0@text",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "id.content@textNodes",
      "imageStyle": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a.0@href",
      "coverUrl": "tag.td.0@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.ibiquges.com/files/article/imag/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "tag.td.1@tag.a.0@text##正文",
      "name": "tag.td.0@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/modules/article/waps.php,{\n  \"method\": \"POST\",\n  \"body\": \"searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "未来天王",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.weilaitianwang.info#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1525,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "===========最近更新===========\n玄幻奇幻::/xuanhuanxiaoshuo/1_{{page}}.html\n修真仙侠::/xiuzhenxiaoshuo/1_{{page}}.html\n都市青春::/dushixiaoshuo/1_{{page}}.html\n历史穿越::/chuanyuexiaoshuo/1_{{page}}.html\n网游竞技::/wangyouxiaoshuo/1_{{page}}.html\n科幻灵异::/kehuanxiaoshuo/1_{{page}}.html\n其它小说::/qitaxiaoshuo/1_{{page}}.html\n阅读轨迹::nofollow\" href=\"/gj.html1_{{page}}.html\n完本小说::/wanben/1_11_{{page}}.html",
    "lastUpdateTime": 1720605594853,
    "loginUrl": "",
    "respondTime": 4434,
    "ruleBookInfo": {
      "author": "##:author\"[^\"]+\"([^\"]*)##$1###",
      "coverUrl": "##og:image\"[^\"]+\"([^\"]*)##$1###",
      "intro": "#intro@text",
      "kind": "##:category\"[^\"]+\"([^\"]*)##$1###",
      "lastChapter": "##_chapter_name\"[^\"]+\"([^\"]*)##$1###",
      "name": "##:book_name\"[^\"]+\"([^\"]*)##$1###",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "#content@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\s*.*(((http|https|ftp):\\/\\/)?([\\w\\d][\\/_\\-\\.]*)+(\\.)[\\w\\d\\/]{2,4}([\\w\\d?\\/%][+=&_\\.~\\-]*)*).*\\s*|\\s*.*网站.*\\s*|\\s*.*([谢感多]谢.*的([千打]赏|支持)[!！,，。!]*)+.*\\s*|\\s*.*[谢感多]谢.*?书友.*?支持.*\\s*|\\s*.*第\\d+章.*\\s*|\\s*.*作者.*\\s*"
    },
    "ruleExplore": {
      "author": ".s4@text",
      "bookList": ".l li[0:-1]",
      "bookUrl": "##<a\\s*href=\"([^\"]+)\"##$1###",
      "coverUrl": "##<img\\s*src=\"([^\"]+)\"##$1###",
      "intro": "",
      "kind": ".s1@text##\\[(.*)\\]##$1",
      "lastChapter": ".s3@text",
      "name": ".s2@text",
      "wordCount": ".s5@text"
    },
    "ruleSearch": {
      "author": ".s4@a@text",
      "bookList": ".novelslist2 li[1:-1]",
      "bookUrl": "##<a\\s*href=\"([^\"]+)\"##$1###",
      "checkKeyWord": "斗破苍穹",
      "coverUrl": "##<img\\s*src=\"([^\"]+)\"##$1###",
      "intro": "",
      "kind": "[class=s6 wid6]@text",
      "lastChapter": ".s3@a@text",
      "name": ".s2@a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "#list dd[12:-1]",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": ""
    },
    "searchUrl": "/search.html?name={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "126小说网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.tatays.com#🎃",
    "customButton": false,
    "customOrder": 1526,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻奇幻::/xuanhuan/p{{page}}.html\n武侠修真::/wuxia/p{{page}}.html\n都市言情::/yanqing/p{{page}}.html\n历史军事::/lishi/p{{page}}.html\n科幻小说::/kehuan/p{{page}}.html\n网游小说::/wangyou/p{{page}}.html\n女生小说::/nvsheng/p{{page}}.html\n其他小说::/qita/p{{page}}.html",
    "lastUpdateTime": 0,
    "respondTime": 5819,
    "ruleBookInfo": {
      "coverUrl": "class.chapter-list-info@class.chapter-img@tag.img@src",
      "intro": "class.chapter-detail@class.info@class.intro@text",
      "kind": "class.mid@class.clearfix@tag.dd[1]@text##类型：",
      "wordCount": "class.mid@class.clearfix@tag.dd[2]@text##字数："
    },
    "ruleContent": {
      "content": "class.content-box@class.chapter-content@html"
    },
    "ruleExplore": {
      "author": "tag.p[0]@text##\\| 连载",
      "bookList": "class.list-content@class.list-box@class.list-title clears@tag.li",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.a@tag.img@src",
      "intro": "tag.p[1]@text",
      "lastChapter": "tag.p[2]@tag.a@text",
      "name": "tag.h2@text"
    },
    "ruleSearch": {
      "author": "class.three@text",
      "bookList": "class.main-wrap@class.sort-list search_words@tag.li[!0]",
      "bookUrl": "class.one@tag.a@href",
      "checkKeyWord": "凡人修仙传",
      "lastChapter": "class.two@tag.a@text",
      "name": "class.one@tag.a@text",
      "wordCount": "class.four@text"
    },
    "ruleToc": {
      "chapterList": "class.chapter-box@class.chapter-list clears@tag.ul@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "https://www.tatays.com/modules/article/search.php,\n{\n    \"webView\":true,\n    \"method\":\"POST\",\n    \"body\":\"searchtype=all&searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：https://m.hongxiu.com/",
    "bookSourceGroup": "免费",
    "bookSourceName": "潇湘书院",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.xxsy.net",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1527,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "                                 排行                                \n潇湘票榜::/rank/xxyuepiao\n新书榜::/rank/new\n畅销榜::/rank/bestsales\n完结榜::/rank/finish\n阅读榜::/rank/reading\n收藏榜::/rank/collections",
    "header": "",
    "lastUpdateTime": 1738340749393,
    "loginUrl": "",
    "respondTime": 4014,
    "ruleBookInfo": {
      "author": "class.book-author@text",
      "coverUrl": "img@src",
      "init": "",
      "intro": "class.book-summary@text",
      "kind": "class.book-tatus@text##/",
      "lastChapter": "class.chapterlist-item.0@text##[App限免]*",
      "name": "class.book-title.0@text",
      "tocUrl": "class.chapterlist-box@class.chapter-icon@href",
      "wordCount": "class.book-metas@text"
    },
    "ruleContent": {
      "content": "id.content@p@text",
      "imageStyle": "",
      "nextContentUrl": "text.下一章@href",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.book-module@ownText",
      "bookList": "a",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": "class.book-profile@text",
      "kind": "class.book-module@span.0@text",
      "lastChapter": "",
      "name": "class.book-title@text",
      "wordCount": "class.book-module@span.1@text"
    },
    "ruleSearch": {
      "author": "class.book-module@text##[·].*",
      "bookList": "class.common-list common-list-one@a",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": "class.book-profile@text",
      "kind": "",
      "lastChapter": "",
      "name": "class.book-title@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "ul@li",
      "chapterName": "li@a@text",
      "chapterUrl": "li@a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://m.xxsy.net/search/{{key}}",
    "weight": 1
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "五六中文",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.56zw.com/#pb1101",
    "bookUrlPattern": "https://www.56zw.com/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 1528,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部小说::https://m.56zw.com/sort/0_{{page}}/\n玄幻奇幻::https://m.56zw.com/sort/1_{{page}}/\n武侠修真::https://m.56zw.com/sort/2_{{page}}/\n都市言情::https://m.56zw.com/sort/3_{{page}}/\n历史军事::https://m.56zw.com/sort/4_{{page}}/\n网游竞技::https://m.56zw.com/sort/5_{{page}}/\n科幻灵异::https://m.56zw.com/sort/6_{{page}}/\n其他类型::https://m.56zw.com/sort/7_{{page}}/",
    "lastUpdateTime": 1733140292492,
    "loginUrl": "",
    "respondTime": 3428,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text",
      "coverUrl": "id.pic@img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "id.info@tag.p.2@text##更新时间：",
      "lastChapter": "id.info@tag.p.3@a@text##免费章节 |正文卷 |正文 |VIP章节 |卷1",
      "name": "id.info@h1@text",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@html##顶点小说.*最新章节！|一秒記住.*提供精彩小说。"
    },
    "ruleExplore": {
      "author": "class.author@text",
      "bookList": "class.hot_sale",
      "bookUrl": "tag.a.0@href@js:'https://www.56zw.com'+result",
      "coverUrl": "img@data-original",
      "intro": "class.review@text",
      "name": "class.title@text"
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@id.nr",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "tag.td.0@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.56zw.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "tag.td.4@text",
      "lastChapter": "tag.td.1@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 |卷1",
      "name": "tag.td.0@tag.a@text",
      "wordCount": "tag.td.3@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.56zw.com/modules/article/search.php?searchkey={{key}}&searchtype=articlename&page={{page}},{\n  \"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "// Error: 下载链接为空\n\nwjc是竟成",
    "bookSourceGroup": "免费",
    "bookSourceName": "🌐淘片资源网📺",
    "bookSourceType": 3,
    "bookSourceUrl": "https://taopianzy.com/home/index.html",
    "customButton": false,
    "customOrder": 1529,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部:: https://taopianzy.com/home/index/si1_&pg{{page}}.html\n电影:: https://taopianzy.com/home/vodlist/1/1-1/si1_&pg{{page}}_&cd1.html\n电视剧:: https://taopianzy.com/home/vodlist/1/20-1/si1_&pg{{page}}_&cd20.html\n综艺:: https://taopianzy.com/home/vodlist/1/142-1/si1_&pg{{page}}_&cd142.html\n动漫:: https://taopianzy.com/home/vodlist/1/148-1/si1_&pg{{page}}_&cd148.html",
    "lastUpdateTime": 0,
    "respondTime": 181017,
    "ruleBookInfo": {
      "author": "class.right.0@tag.div.2@tag.span.0@tag.font.1@tag.span.0@text",
      "coverUrl": "@css:.left>img@data-original",
      "intro": "@css:pre[style=\"text-indent: 40px;word-break: break-all;white-space: break-spaces;\"]@textNodes",
      "kind": "class.right.0@tag.div.4@tag.span.0@tag.font.1@tag.span.0@text",
      "wordCount": "@css: .right>span:eq(1)@text"
    },
    "ruleContent": {
      "content": "<js> \nbaseUrl \n</js>"
    },
    "ruleExplore": {
      "bookList": "@css:tr[align=\"center\"]",
      "bookUrl": "@css:.fontbule>a@href",
      "name": "@css:.fontbule>a@textNodes"
    },
    "ruleSearch": {
      "bookList": "@css:tr[align=\"center\"]",
      "bookUrl": "@css:.fontbule>a@href",
      "name": "@css:.fontbule>a@textNodes"
    },
    "ruleToc": {
      "chapterList": "@css:tbody>tr",
      "chapterName": "@css:.title>span@text",
      "chapterUrl": "@css:span[class=\"copy tabaddr tbodym3u8\"]@data-clipboard-text"
    },
    "searchUrl": "https://taopianzy.com/home/search/si1_&ky{{key}}.html",
    "weight": 67
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🔰 键盘小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.jianpan.la/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1530,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1686053560351,
    "loginUrl": "",
    "respondTime": 825,
    "ruleBookInfo": {
      "author": "class.col-md-12@tag.p.0@text##by",
      "intro": "class.bookIntro@text",
      "kind": "div.col-md-12@p.1@text##.*：",
      "lastChapter": "id.list-chapterAll@tag.p.0@text##最新章节.|更新时间.|..\\:.*",
      "name": "class.bookTitle@text##\\《|\\》|极速阅读"
    },
    "ruleContent": {
      "content": "id.htmlContent@html",
      "replaceRegex": "##无尽的昏迷过后.*时宇猛地从床上起身.*想要看最新章节.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.shop-info.1@text##\\[|著|\\]",
      "bookList": "class.list@tag.a",
      "bookUrl": "tag.a@href",
      "lastChapter": "class.shop-info.2@text",
      "name": "class.shop-info.0@text##\\《|\\》"
    },
    "ruleToc": {
      "chapterList": "class.panel-chapterlist@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.jianpan.la/search.php?q={{key}}&s=15947871991047423724",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃零点小说🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.lingdxsw.com#🎃",
    "bookUrlPattern": "https://www.lingdxsw.com/book/\\d+.html",
    "customButton": false,
    "customOrder": 1531,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/list/1/{{page}}.html\n仙侠小说::/list/2/{{page}}.html\n都市小说::/list/3/{{page}}.html\n历史小说::/list/4/{{page}}.html\n科幻小说::/list/5/{{page}}.html\n网游小说::/list/6/{{page}}.html",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 2680,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "init": "",
      "intro": "[property$=description]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "",
      "wordCount": "{{@@text.字数：@text##字数：}}"
    },
    "ruleContent": {
      "content": "#htmlContent@html",
      "imageStyle": "",
      "nextContentUrl": "#linkNext@href",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "small@text##\\/\\s",
      "bookList": ".list-group@li",
      "bookUrl": "a@href",
      "coverUrl": "@js:\"https://www.lingdxsw.com/modules/article/images/nocover.jpg\"",
      "intro": "",
      "kind": "tag.i@text&&span@text",
      "lastChapter": "",
      "name": "a@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "li.2@text",
      "bookList": ".mySearch div+ul",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": "",
      "kind": "li.-1:-2:-3@text\n##状态：|更新时间：|大小：",
      "lastChapter": "a.1@text",
      "name": "a.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://www.lingdxsw.com/modules/article/search.php?searchkey={{key}},{\n  \"charset\": \"GBK\"\n}",
    "weight": 1
  },
  {
    "bookSourceComment": "①\nhttp://api.jmlldsc.com/search?keyword={{key}}&page={{page}}\n②\nhttp://api.lfdapengu.com/search?keyword={{key}}&page={{page}}\n③：http://api.jxgtzxc.com/search?keyword={{key}}&page={{page}}\n④：http://api.lemiyigou.com/search?keyword={{key}}&page={{page}}\n⑤：http://api.myweipin.com/search?keyword={{key}}&page={{page}}",
    "bookSourceGroup": "免费",
    "bookSourceName": "猫眼看书（优+）",
    "bookSourceType": 0,
    "bookSourceUrl": "http://api.jmlldsc.com##@曦灵",
    "customButton": false,
    "customOrder": 1532,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\": \"男频榜单\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"必读榜\",\"url\": \"/module/rank?type=1&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"潜力榜\",\"url\": \"/module/rank?type=5&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"完本榜\",\"url\": \"/module/rank?type=2&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"更新榜\",\"url\": \"/module/rank?type=3&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"搜索榜\",\"url\": \"/module/rank?type=4&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"评论榜\",\"url\": \"/module/rank?type=6&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"男频全部\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"玄幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=lejRej\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"武侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=nel5aK\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"都市\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mbk5ez\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"仙侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=vbmOeY\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"军事\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=penRe7\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"历史\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=xbojag\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"游戏\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mep2bM\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"科幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=zbq2dp\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"轻小说\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=YerEdO\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"男频完结\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"玄幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=lejRej&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"武侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=nel5aK&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"都市\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mbk5ez&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"仙侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=vbmOeY&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"军事\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=penRe7&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"历史\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=xbojag&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"游戏\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mep2bM&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"科幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=zbq2dp&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"轻小说\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=YerEdO&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"男频连载\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"玄幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=lejRej&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"武侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=nel5aK&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"都市\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mbk5ez&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"仙侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=vbmOeY&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"军事\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=penRe7&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"历史\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=xbojag&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"游戏\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mep2bM&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"科幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=zbq2dp&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"轻小说\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=YerEdO&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"女频榜单\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"必读榜\",\"url\": \"/module/rank?type=1&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"潜力榜\",\"url\": \"/module/rank?type=5&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"完本榜\",\"url\": \"/module/rank?type=2&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"更新榜\",\"url\": \"/module/rank?type=3&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"搜索榜\",\"url\": \"/module/rank?type=4&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"评论榜\",\"url\": \"/module/rank?type=6&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"女频全部\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"现代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9avmeG\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"古代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=DdwRb1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"幻想言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=7ax9by\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"青春校园\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=Pdy7aQ\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"唯美纯爱\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=kazYeJ\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"同人衍生\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9aAOdv\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"女频完结\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"现代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9avmeG&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"古代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=DdwRb1&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"幻想言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=7ax9by&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"青春校园\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=Pdy7aQ&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"唯美纯爱\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=kazYeJ&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"同人衍生\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9aAOdv&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"女频连载\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"现代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9avmeG&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"古代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=DdwRb1&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"幻想言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=7ax9by&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"青春校园\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=Pdy7aQ&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"唯美纯爱\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=kazYeJ&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"同人衍生\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9aAOdv&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}}\n]",
    "header": "{\n'User-Agent': 'okhttp/4.9.2','client-device': '0cdeb38dd0f2a381b06c0a02926ee317','client-brand': 'vivo','client-version': '2.3.0','client-name': 'app.maoyankanshu.novel','client-source': 'android','Authorization': 'bearereyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9hcGkuam1sbGRzYy5jb21cL2F1dGhcL3RoaXJkIiwiaWF0IjoxNzIzNzI2NTkyLCJleHAiOjE4MTcwMzg1OTIsIm5iZiI6MTcyMzcyNjU5MiwianRpIjoiMHJaS05IdlRVelR4Vm15SCIsInN1YiI6ODAyMzcyLCJwcnYiOiJhMWNiMDM3MTgwMjk2YzZhMTkzOGVmMzBiNDM3OTQ2NzJkZDAxNmM1In0.w9vCdsWWqnD5pTz5aluSDb8WxeLZqrZsqX06CYC_J1A'\n}",
    "lastUpdateTime": 1751461633421,
    "loginUrl": "http://api.jmlldsc.com/auth/me",
    "respondTime": 3361,
    "ruleBookInfo": {
      "author": "$.authorName",
      "coverUrl": "$.cover",
      "init": "$.data",
      "intro": "&nbsp;&nbsp;\n📕书名：{{$.novelName}}\n👩‍💻作者：{{$.authorName}}\n🔥热度：{{$.hotInfo}}，{{$.readInfo}}人在读\n💮更新：共{{$.chapterNum}}章\n最新章节：{{$.lastChapter.chapterName}}\n更新时间：{{$.lastUpdatedAt}}\n📖简介：{{$.summary}}",
      "kind": "$.categoryNames.className",
      "lastChapter": "{{$.lastChapter.chapterName}}  {{$.lastChapter.decTime}}",
      "name": "$.novelName",
      "tocUrl": "/novel/{{$.novelId}}/chapters",
      "wordCount": "$.wordNum"
    },
    "ruleContent": {
      "content": "$.content"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.authorName",
      "bookList": "$.data[*]",
      "bookUrl": "/novel/{{$.novelId}}?isSearch=1",
      "checkKeyWord": "我不是戏神",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "$.categoryNames.className",
      "name": "$.novelName",
      "wordCount": "$.wordNum"
    },
    "ruleToc": {
      "chapterList": "$.data.list[*]",
      "chapterName": "$.chapterName",
      "chapterUrl": "$.path@js:java.aesBase64DecodeToString(result,\"f041c49714d39908\",\"AES/CBC/PKCS5Padding\",\"0123456789abcdef\")",
      "updateTime": "{{$.updatedAt}}  字数：{{$.wordNum}}"
    },
    "searchUrl": "http://api.jmlldsc.com/search?keyword={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "登录搜索一下，破冰",
    "bookSourceGroup": "免费",
    "bookSourceName": "书海阁吧",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.shuhaige.net/#♤pb",
    "bookUrlPattern": "https?://m\\.shuhaige\\.net(/html)?/\\d+/?",
    "customButton": false,
    "customOrder": 1533,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\": \"小说排行\",\"url\": \"\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"总点击榜\",\"url\": \"/allvisit/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"月点击榜\",\"url\": \"/monthvisit/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"周点击榜\",\"url\": \"/weekvisit/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"日点击榜\",\"url\": \"/dayvisit/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"总推荐榜\",\"url\": \"/allvote/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"月推荐榜\",\"url\": \"/monthvote/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"周推荐榜\",\"url\": \"/weekvote/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"日推荐榜\",\"url\": \"/dayvote/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"总收藏榜\",\"url\": \"/goodnum/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"总字数榜\",\"url\": \"/size/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"强推榜单\",\"url\": \"/toptime/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"新书榜单\",\"url\": \"/goodnew/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"书库全部\",\"url\": \"/shuku/0_0_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"都市生活\",\"url\": \"/shuku/0_1_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"现代言情\",\"url\": \"/shuku/0_2_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"古代言情\",\"url\": \"/shuku/0_3_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"青春校园\",\"url\": \"/shuku/0_4_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"玄幻奇幻\",\"url\": \"/shuku/0_5_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"武侠仙侠\",\"url\": \"/shuku/0_6_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"悬疑灵异\",\"url\": \"/shuku/0_7_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"历史军事\",\"url\": \"/shuku/0_8_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"游戏竞技\",\"url\": \"/shuku/0_9_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"科幻未来\",\"url\": \"/shuku/0_10_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"二次元い\",\"url\": \"/shuku/0_11_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"新书入库\",\"url\": \"/shuku/0_12_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"连载更新\",\"url\": \"/shuku/0_0_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"都市生活\",\"url\": \"/shuku/0_1_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"现代言情\",\"url\": \"/shuku/0_2_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"古代言情\",\"url\": \"/shuku/0_3_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"青春校园\",\"url\": \"/shuku/0_4_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"玄幻奇幻\",\"url\": \"/shuku/0_5_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"武侠仙侠\",\"url\": \"/shuku/0_6_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"悬疑灵异\",\"url\": \"/shuku/0_7_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"历史军事\",\"url\": \"/shuku/0_8_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"游戏竞技\",\"url\": \"/shuku/0_9_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"科幻未来\",\"url\": \"/shuku/0_10_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"二次元い\",\"url\": \"/shuku/0_11_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"新书入库\",\"url\": \"/shuku/0_12_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"完本完结\",\"url\": \"/shuku/0_0_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"都市生活\",\"url\": \"/shuku/0_1_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"现代言情\",\"url\": \"/shuku/0_2_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"古代言情\",\"url\": \"/shuku/0_3_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"青春校园\",\"url\": \"/shuku/0_4_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"玄幻奇幻\",\"url\": \"/shuku/0_5_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"武侠仙侠\",\"url\": \"/shuku/0_6_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"悬疑灵异\",\"url\": \"/shuku/0_7_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"历史军事\",\"url\": \"/shuku/0_8_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"游戏竞技\",\"url\": \"/shuku/0_9_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"科幻未来\",\"url\": \"/shuku/0_10_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"二次元い\",\"url\": \"/shuku/0_11_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"新书入库\",\"url\": \"/shuku/0_12_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}}\n]",
    "header": "{\n\"cookie\":\"Hm_lvt_573bdc8da64ee3b78702a1da827da09f=1625029116\"\n}",
    "lastUpdateTime": 1725647541628,
    "loginUrl": "",
    "respondTime": 11710,
    "ruleBookInfo": {
      "author": "class.author@tag.a@text",
      "coverUrl": "img@src",
      "init": "class.detail",
      "kind": "tag.p.2@tag.a@text&&\ntag.p.2@tag.span.0@text&&\ntag.p.4@text##最后更新：",
      "lastChapter": "class.new@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.name@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节",
      "wordCount": "tag.p.2@tag.span.1@text"
    },
    "ruleContent": {
      "content": "class.content@html##喜欢.*更新速度最快。|《.*》无错章节将持续.*",
      "imageStyle": "full",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "name": ""
    },
    "ruleSearch": {
      "author": "class.data.0@tag.a@text##的小说",
      "bookList": "class.list@li",
      "bookUrl": "class.bookname@tag.a@href",
      "coverUrl": "img@src",
      "intro": "class.intro@text",
      "kind": "class.data@tag.span.0@text",
      "lastChapter": "tag.p.3@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.bookname@tag.a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节",
      "wordCount": "tag.p.1@tag.span.1@text"
    },
    "ruleToc": {
      "chapterList": "class.read@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "https://m.shuhaige.net/search.html,{\n\"method\": \"POST\",\n\"body\": \"searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "🔰 爱尚",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.s288.org",
    "customButton": false,
    "customOrder": 1534,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1724910591935,
    "loginCheckJs": "if (result.code() == 403) {\n  java.initUrl()\n  result = java.getStrResponse()\n} result",
    "respondTime": 3719,
    "ruleBookInfo": {
      "author": ".infotype > p:nth-child(1) > a@text",
      "intro": ".intro > p:nth-child(3)@html",
      "kind": ".infotype > p:nth-child(2)@text##类型：",
      "lastChapter": "{{@@p:nth-child(4) > a@text}}●{{@@.infotype > p:nth-child(3)@text##更新时间：}}",
      "name": ".cataloginfo > h3@text"
    },
    "ruleContent": {
      "content": "#novelcontent > p@html",
      "nextContentUrl": ".p3 > a@href",
      "replaceRegex": "##本章未完.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author > a@text",
      "bookList": ".sone",
      "bookUrl": ".sone > a@href",
      "checkKeyWord": "星空",
      "name": ".sone > a@text"
    },
    "ruleToc": {
      "chapterList": "ul:nth-child(2) > li > a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://wap.s288.org/search.php,{\n  \"body\": \"s={{key}}&type=articlename\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "// Error: 下载链接为空\n\nError: Connection reset\n正文明文",
    "bookSourceGroup": "免费",
    "bookSourceName": "WebToon📱🌐",
    "bookSourceType": 3,
    "bookSourceUrl": "https://m.webtoons.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1535,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部分类::https://m.webtoons.com/zh-hant/genre",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 1647346822069,
    "loginUrl": "",
    "respondTime": 180282,
    "ruleBookInfo": {
      "author": "@css:.author@text",
      "coverUrl": "",
      "init": "",
      "intro": "@css:p.summary > span@text",
      "kind": "@css:.genre@text",
      "lastChapter": "id._episodeList@tag.li.1@.sub_title@text",
      "name": "class.subj.0@text"
    },
    "ruleContent": {
      "content": "@js:eval(result.match(/(var imageList = \\[[\\s\\S]+?\\])/)[1]);\nheader={\"Referer\":baseUrl};\nheaders={\"headers\":JSON.stringify(header)};\nhtml='';\nfor(i in imageList){\nhtml+='<img src=\"'+imageList[i].url+','+JSON.stringify(headers)+'\">\\n'\n}\nhtml",
      "imageStyle": "FULL",
      "nextContentUrl": "",
      "replaceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "bookList": ".lst_type1@li",
      "bookUrl": "a@href",
      "coverUrl": "img@src@js:\nheader={\"Referer\":baseUrl}\nheaders={\"headers\":JSON.stringify(header)}\nresult=result+','+JSON.stringify(headers)",
      "name": ".ellipsis@text"
    },
    "ruleSearch": {
      "author": "@css:.author@text",
      "bookList": "@css:._searchResultList li",
      "bookUrl": "@css:a@href",
      "coverUrl": "@css:.pic img@src@js:header={\"Referer\":baseUrl}\nheaders={\"headers\":JSON.stringify(header)}\nresult=result+','+JSON.stringify(headers)",
      "name": "@css:.ellipsis@text"
    },
    "ruleToc": {
      "chapterList": "-id._episodeList@li",
      "chapterName": "@css:.sub_title@text",
      "chapterUrl": "@css:a@href"
    },
    "searchUrl": "https://m.webtoons.com/zh-hant/search,{\n  \"headers\": \"{Cookie:\\\"locale=zh_TW;\\\",Referer:\\\"https://us-m.webtoons.com/zh-hant/search\\\"}\",\n  \"method\": \"POST\",\n  \"body\": \"searchType=ALL&keyword={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🔰 夜天连看",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yetianlian.com",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1536,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1722295992328,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 398,
    "ruleBookInfo": {
      "author": "class.info@tag.span.0@text##作者：",
      "coverUrl": "class.cover@tag.img@src",
      "init": "",
      "intro": "class.intro@text##简介：|作者.*",
      "kind": "class.info@tag.span.1@text##分类：",
      "lastChapter": "class.info@class.last.1@tag.a@text&&class.info@class.last.0@text##更新时间：|..\\:.*",
      "name": "class.info@tag.h2@text",
      "wordCount": "class.info@tag.span.3@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html",
      "imageStyle": "0",
      "replaceRegex": "##http://www.yetianlian.com.*.html|请记住本书首发.*"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "class.author@text##作者：",
      "bookList": "class.bookbox",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src",
      "intro": "tag.p@text",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@tag.a@text",
      "name": "tag.h4@text"
    },
    "ruleToc": {
      "chapterList": "class.listmain@tag.dd!0:1:2:3:4:5:6:7:8:9:10:11",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.yetianlian.com/s.php?ie=gbk&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "R 圣墟小说网🐶",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.shengxuxu.net##RosiaPng",
    "bookUrlPattern": "http.*shengxuxu.net/book_\\d+/",
    "customButton": false,
    "customOrder": 1537,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "总点击:: /top/allvisit.html\n排行::/top/monthvisit.html\n\n\n全部::http://www.shengxuxu.net/sort/all/{{page}}.html\n玄幻::http://www.shengxuxu.net/sort/xuanhuan/{{page}}.html\n奇幻::http://www.shengxuxu.net/sort/qihuan/{{page}}.html\n武侠::http://www.shengxuxu.net/sort/wuxia/{{page}}.html\n仙侠::http://www.shengxuxu.net/sort/xianxia/{{page}}.html\n都市::http://www.shengxuxu.net/sort/dushi/{{page}}.html\n历史::http://www.shengxuxu.net/sort/lishi/{{page}}.html\n军事::http://www.shengxuxu.net/sort/junshi/{{page}}.html\n游戏::http://www.shengxuxu.net/sort/youxi/{{page}}.html\n竞技::http://www.shengxuxu.net/sort/jingji/{{page}}.html\n科幻::http://www.shengxuxu.net/sort/kehuan/{{page}}.html\n灵异::http://www.shengxuxu.net/sort/lingyi/{{page}}.html\n同人::http://www.shengxuxu.net/sort/tongren/{{page}}.html\n女生::http://www.shengxuxu.net/sort/nvsheng/{{page}}.html\n其他::http://www.shengxuxu.net/sort/qita/{{page}}.html",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1690760403310,
    "respondTime": 1738,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "",
      "init": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleContent": {
      "content": "//div[@class='content']/text()",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "//p[@class=\"info\"]/span[2]/a/text()",
      "bookList": "//ul[@class=\"librarylist\"]/li",
      "bookUrl": "//p[@class=\"info\"]/span[1]/a/@href",
      "coverUrl": "//img/@src",
      "intro": "//p[@class=\"intro\"]/text()",
      "kind": "",
      "lastChapter": "//p[@class=\"last\"]/a/text()",
      "name": "//p[@class=\"info\"]/span[1]/a/text()"
    },
    "ruleSearch": {
      "author": "//div[2]/p/span[2]/text()",
      "bookList": "//ul[@class='librarylist']/li",
      "bookUrl": "//p[@class=\"info\"]/span[1]/a/@href",
      "kind": "",
      "lastChapter": "//div[2]/p[3]/a/text()",
      "name": "//p[@class=\"info\"]/span[1]/a/text()##.*《|》.*",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "//div[@class=\"card mt20\"][2]//ul[@class=\"dirlist clearfix\"]/li",
      "chapterName": "//a/text()",
      "chapterUrl": "//a/@href",
      "nextTocUrl": ""
    },
    "searchUrl": "/search.html?/,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 63
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "猪猪小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://gg.zzxsa.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1538,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar sort = [];\npush=(title,link,size)=>sort.push({\n    \"title\": title,\n    \"url\": link,\n    \"style\": {\n      \"layout_flexGrow\": 1,\n       \"layout_flexBasisPercent\": size\n    }\n  });\npush(\"男主角🔹♂️按分类\",\"\",1);\ntags=[\"玄幻\",\"奇幻\",\"武侠\",\"仙侠\",\n\"灵异\",\"科幻\",\"游戏\",\"竞技\",\n\"职场\",\"都市\",\"历史\",\"军事\",\"轻小说\",\n\"同人\",\"其他\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booksort/list?gender=0&type=star&major=${t}&minor=&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t push(\"男主角🔹♂️按题材\",\"\",1);\ntags=[\"装备\",\"赚钱\",\"轮回\",\"重生\",\n\"种田\",\"治愈\",\"直播\",\"征战\",\n\"征服\",\"争斗\",\"战争\",\"缘分\",\"游戏\",\n\"阴阳\",\"异世\",\"异能\",\"异界\",\"医术\",\"妖魔\",\n\"血脉\",\"悬疑\",\"虚拟\",\"修炼\",\n\"兄弟\",\"星辰\",\"信仰\",\"邪恶\",\"现实\",\n\"武道\",\"五行\",\"文明\",\"位面\",\"未来\",\"猥琐\",\n\"危机\",\"同人\",\"挑战\",\"体育\",\n\"逃亡\",\"守护\",\"生死\",\"生活\",\"神兽\",\n\"神魔\",\"神秘\",\"神话\",\"烧脑\",\"杀戮\",\"任务\",\n\"热血\",\"权谋\",\"求生\",\"奇幻\",\n\"破案\",\"泡妞\",\"逆袭\",\"逆天\",\"末世\",\n\"魔法\",\"命运\",\"秘术\",\n\"梦想\",\"冒险\",\"炼药\",\"恐怖\",\"空间\",\n\"科技\",\"科幻\",\"开局\",\n\"军事\",\"竞技\",\"惊悚\",\"僵尸\",\n\"鉴宝\",\"家族\",\"回忆\",\n\"荒岛\",\"红颜\",\"鬼怪\",\"功夫\",\"搞笑\",\n\"复仇\",\"封印\",\"奋斗\",\n\"废物\",\"犯罪\",\"电竞\",\"大唐\",\"传说\",\n\"称霸\",\"变异\",\"变身\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booktag/list?gender=0&type=star&tags=${t}&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t \t push(\"男主角🔹♂️按流派\",\"\",1);\ntags=[\"金手指\",\"重生\",\"直播\",\"争霸流\",\n\"召唤流\",\"异兽流\",\"医生\",\"学院流\",\n\"校花\",\"乡村\",\"系统流\",\"武侠\",\"无限流\",\n\"无敌流\",\"文娱\",\"网游\",\"透视\",\"天才流\",\"随身流\",\n\"爽文\",\"升级流\",\"神豪\",\"软饭流\",\n\"轻小说\",\"奶爸\",\"练功流\",\"可爱流\",\"惊悚\",\n\"技术流\",\"洪荒流\",\"红包\",\"废材流\",\"凡人流\",\"恶搞\",\n\"都市\",\"兵王\",\"保镖\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booktag/list?gender=0&type=star&tags=${t}&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t \t \t push(\"男主角🔹♂️按身份\",\"\",1);\ntags=[\"至尊\",\"战神\",\"宅男\",\"业界精英\",\n\"药师\",\"学生\",\"枭雄\",\"仙尊\",\n\"武神\",\"同人\",\"特种兵\",\"书生\",\"神医\",\n\"神豪\",\"少年\",\"商人\",\"杀手\",\"强者\",\"乞丐\",\n\"女婿\",\"农民\",\"奶爸\",\"明星\",\n\"美女\",\"流氓\",\"教师\",\"剑客\",\"火影\",\n\"黑客\",\"海贼\",\"贵族\",\"盗贼\",\"孤儿\",\"公子\",\n\"法医\",\"帝王\",\"道士\",\"大侠\",\"刺客\",\"吃货\",\"草根\",\"兵王\",\n\"保镖\",\"保安\",\"白领\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booktag/list?gender=0&type=star&tags=${t}&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t \t \t \t push(\"男主角🔹♂️按性格\",\"\",1);\ntags=[\"装逼\",\"勇猛\",\"野蛮\",\"阳光\",\n\"嚣张\",\"侠义\",\"玩世不恭\",\"铁血\",\n\"杀伐果断\",\"懦弱\",\"狂傲\",\"狡猾\",\"坚毅\",\n\"搞笑\",\"疯狂\",\"风流\",\"逗逼\",\"暗黑\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booktag/list?gender=0&type=star&tags=${t}&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t \t \t \t \t push(\"男主角🔹♂️按情节\",\"\",1);\ntags=[\"扮猪吃虎\",\"宝物\",\"超能力\",\"打脸\",\n\"丹药\",\"吊炸天\",\"发财\",\"翻身\",\n\"废材\",\"废材逆袭\",\"洪荒\",\"戒指\",\"金手指\",\n\"金庸\",\"坑爹\",\"逆天改命\",\"入侵\",\"三国\",\"神器\",\"随身空间\",\"特殊技能\",\"天书\",\n\"王者荣耀\",\"西游\",\"咸鱼翻身\",\"血腥\",\"一统天下\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booktag/list?gender=0&type=star&tags=${t}&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t push(\"女主角🔸♀️按分类\",\"\",1);\ntags=[\"玄幻奇幻\",\"武侠仙侠\",\"悬疑灵异\",\"游戏竞技\",\n\"古代言情\",\"现代言情\",\"青春校园\",\"同人\",\n\"科幻\",\"女尊\",\"其他\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booksort/list?gender=1&type=star&major=${t}&minor=&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t \t push(\"女主角🔸♀️按题材\",\"\",1);\ntags=[\"总裁\",\"赚钱\",\"专宠\",\"重逢\",\n\"智谋\",\"职场\",\"正剧\",\"争斗\",\n\"争宠\",\"缘分\",\"冤家\",\"娱乐圈\",\"友情\",\n\"游戏\",\"音乐\",\"妖魔\",\"选秀\",\"相亲\",\"现实\",\n\"喜剧\",\"亡国\",\"吐槽\",\"甜心\",\n\"甜宠\",\"替身\",\"替嫁\",\"桃花\",\"守护\",\n\"嗜血\",\"生活\",\"深情\",\"烧脑\",\"商业\",\"伤痛\",\n\"闪婚\",\"三生三世\",\"日常\",\"权利\",\n\"情有独钟\",\"倾城\",\"青梅竹马\",\"青春\",\"契约\",\n\"婆媳\",\"虐渣\",\"男强\",\"命运\",\"美食\",\"卖萌\",\n\"励志\",\"江山\",\"家族\",\"家长里短\",\n\"婚姻\",\"回忆\",\"皇权\",\"欢乐\",\"豪门\",\n\"闺蜜\",\"古风\",\"孤独\",\n\"狗血\",\"宫斗宅斗\",\"搞笑\",\"感人\",\"复仇\",\n\"斗智斗勇\",\"初念\",\"宠妻\",\n\"宠溺\",\"宠婚\",\"车祸\",\"背叛\",\n\"爱情\",\"BE\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booktag/list?gender=1&type=star&tags=${t}&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t \t \t push(\"女主角🔸♀️按流派\",\"\",1);\ntags=[\"搞笑\",\"种田文\",\"医生\",\"养成\",\n\"言情\",\"现言\",\"甜宠文\",\"爽文\",\n\"轻小说\",\"轻松文\",\"女尊文\",\"虐文\",\"虐恋\",\n\"暖文\",\"年代文\",\"脑洞\",\"萌宠\",\"可爱流\",\"婚恋\",\n\"古言\",\"总裁文\",\"穿越\",\"宝宝\",\n].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booktag/list?gender=1&type=star&tags=${t}&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t \t \t push(\"女主角🔸♀️按身份\",\"\",1);\ntags=[\"御姐\",\"娱乐明星\",\"业界精英\",\"学霸\",\n\"校花\",\"王侯将相\",\"王妃\",\"替身\",\n\"特工\",\"庶女\",\"首席\",\"神医\",\"设计师\",\n\"商女\",\"人妻\",\"前妻\",\"千金\",\"弃妇\",\"女强\",\n\"女配\",\"农女\",\"明星\",\"萌宝\",\n\"灰姑娘\",\"皇后\",\"贵族\",\"公主\",\"高富帅\",\n\"毒医\",\"第三者\",\"嫡女\",\"变身\",\"白领\",\"BL\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booktag/list?gender=1&type=star&tags=${t}&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t \t \t push(\"女主角🔸♀️按性格\",\"\",1);\ntags=[\"搞笑\",\"懦弱\",\"腹黑\",\"霸道\",\n\"冰冷\",\"温柔\",\"阳光\",\"可爱\",\n\"傲娇\",\"冷酷\",\"淡定\",\"纯真\",\"善良\",\n\"强势\",\"高冷\",\"八卦\",\"妖娆\",\"风流\",\"杀伐果断\",\n\"情深\",\"专情\",\"甜美\",\"张扬\",\n\"奇葩\",\"冰山\",\"冷血\",\"狡猾\",\"柔情\",\n\"毒舌\",\"呆萌\",\"玩世不恭\",\"刁蛮\",\"野蛮\",\"古灵精怪\",\n\"勇敢\",\"花心\",\"妖媚\",\"逗逼\",\n\"幽默\",\"多情\",\"机智\",\"暖心\",\"欢脱\",\n\"专一\",\"傻白甜\",\"萌萌哒\",\"高智商\",\"慢热\",\"敢爱敢恨\",\n\"逗比\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booktag/list?gender=1&type=star&tags=${t}&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t \t \t push(\"女主角🔸♀️按情节\",\"\",1);\ntags=[\"阴差阳错\",\"一往情深\",\"一见钟情\",\"未婚先孕\",\n\"逃婚\",\"死缠烂打\",\"生死大爱\",\"情有独钟\",\n\"青梅竹马\",\"强取豪夺\",\"破镜重圆\",\"女追男\",\"女强男尊\",\n\"虐渣打脸\",\"涅槃\",\"麻雀变凤凰\",\"浪漫情缘\",\"纠缠\",\"欢喜冤家\",\n\"黑化\",\"复婚\",\"复合\",\"反转\",\n\"反套路\",\"错嫁\",\"错爱\",\"变身\",\"出轨\",\n\"不离不弃\",\"春风一度\",\"爱而不得\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booktag/list?gender=1&type=star&tags=${t}&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\nJSON.stringify(sort);",
    "header": "",
    "lastUpdateTime": 1732779886336,
    "loginUrl": "",
    "respondTime": 3269,
    "ruleBookInfo": {
      "author": "$.writer",
      "coverUrl": "$.cover",
      "init": "$.data",
      "intro": "$.bookJs",
      "kind": "$.tags",
      "lastChapter": "$.chapterLast",
      "name": "$.bookName@put:{xid:x_id}",
      "tocUrl": "https://gg.zzxsa.com/chapters/{{$._id}}?view=chapters&appName=com.zhuxshah.mszlhdgwa&https=1&language=zh_cn",
      "wordCount": "$.wordNum"
    },
    "ruleContent": {
      "content": "$.chapter.body",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "$.writer",
      "bookList": "$.books[*]",
      "bookUrl": "https://gg.zzxsa.com/bookintro/{{$._id}}?language=zh_cn",
      "coverUrl": "$.cover",
      "intro": "$.bookJs",
      "kind": "$.tags",
      "lastChapter": "",
      "name": "$.bookName",
      "wordCount": "$.wordNum"
    },
    "ruleToc": {
      "chapterList": "$.data.chapters",
      "chapterName": "$.tit",
      "chapterUrl": "https://xs.zzxsa.com/read/@get:{xid}/{{$.num}}?app_name=com.zhuxshah.mszlhdgwa&app_vn=2.7&dev_id=89b2628c-292f-32c6-b512-8ef3cbe58315&ts={{Date.now()}}&app_vc=20227&token=030590f5f9f4b2ab0879ea5cda0670a2",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://gg.zzxsa.com/search/result?query={{key}}&language=zh_cn",
    "weight": 1
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃猪猪下载🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.zzs5.info#🎃",
    "customButton": false,
    "customOrder": 1539,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 5935,
    "ruleBookInfo": {
      "author": "p@text##小说作者：\n@js:\nresult.split(\"小说大小\")[0].trim()",
      "intro": ".intro_info@text",
      "name": "class.block_txt2@h2@text",
      "tocUrl": "class.margin_right@a@href"
    },
    "ruleContent": {
      "content": "#nr@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##{{chapter.title}} |\\(第.*页\\)|（本章未完.+继续阅读）|最新网址.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "class.block@ul@li",
      "bookUrl": "a.0@href",
      "checkKeyWord": "剑来",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "#chapterlist@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "preUpdateJs": ""
    },
    "searchUrl": "/index.php?m=search&c=index&a=init&typeid=2&siteid=1&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "20230613 制作该源-尐哖\n注意：如果搜索变动，在\nhttp://m.0794r.com/js/common.js里\nhttp://m.51menu.com/js/common.js\n同模板网站：\n虫虫书屋：http://www.0794r.com\n我要书单：http://www.51menu.com\n永久导航：https://simishuwu.github.io\n搜书吧:http://m.lhh360.com/",
    "bookSourceGroup": "🔞",
    "bookSourceName": "📰 虫虫书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.0794r.com##@尐哖",
    "customButton": false,
    "customOrder": 1540,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻\",\"url\":\"/xuanhuan/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"修真\",\"url\":\"/xiuzhen/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/dushi/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/lishi/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/wangyou/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/kehuan/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/yanqing/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/qita/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"经典\",\"url\":\"/jingdian/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"高辣\",\"url\":\"/gaola/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"耽美\",\"url\":\"/danmei/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"同人\",\"url\":\"/tongren/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"全本\",\"url\":\"/quanben/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"待待\",\"url\":\"/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"说明\",\"url\":\"/shuoming.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1738402858888,
    "respondTime": 7058,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": ".book_about dd@html##【微信公众号.*】|最新章节推荐地.*",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "[property$=og:url]@content##//m##//www"
    },
    "ruleContent": {
      "content": "#content@html"
    },
    "ruleExplore": {
      "author": ".s4@text",
      "bookList": ".bd ul li",
      "bookUrl": ".s2@a@href",
      "coverUrl": "a.0@href##\\D(\\d+)(\\/|\\.html?)?$##$1###\n<js>\ni=parseInt(result);\nii=parseInt(i/1000)\nsource.getKey().match(/([^\\#]+)\\#/)[1]+\"/files/article/image/\"+ii+\"/\"+i+\"/\"+i+\"s.jpg\"\n</js>",
      "kind": "{{@@.s1@text##\\[|\\]}}\n{{@@.s5@text}}",
      "lastChapter": ".s3@text",
      "name": ".s2 a@text"
    },
    "ruleSearch": {
      "author": ".author a@text",
      "bookList": ".so_list .bookbox",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": ".bookimg img@src",
      "kind": ".cat@text##分类：",
      "lastChapter": ".update a@text",
      "name": ".bookname a@text"
    },
    "ruleToc": {
      "chapterList": ".listmain dl dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{String(source.getKey().match(/([^\\#]+)\\#/)[1]).replace(/\\/\\/www/,'//m')}}/sdfgsdyugfsdugf.html?ie=gbk&s=5256649918672294880&q={{JSON.parse(java.post(u=source.getKey().match(/([^\\#]+)\\#/)[1]+\"/pinyin.html\",\"s=\"+key+\"&act=hztopy\",{}).body()).data}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "精华书阁WAP",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.jhssd.com/",
    "customButton": false,
    "customOrder": 1541,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/list/1_{{page}}.html\n修真::/list/2_{{page}}.html\n都市::/list/3_{{page}}.html\n穿越::/list/4_{{page}}.html\n网游::/list/5_{{page}}.html\n科幻::/list/6_{{page}}.html\n灵异::/list/7_{{page}}.html\n女生::/list/8_{{page}}.html\n其他::/list/9_{{page}}.html\n完本::/wanben_{{page}}.html\n日点击榜::/Ranking_dayvisit/{{page}}.html\n周点击榜::/Ranking_weekvisit/{{page}}.html\n月点击榜::/Ranking_monthvisit/{{page}}.html\n总点击榜::/Ranking_allvisit/{{page}}.html\n周推荐榜::/Ranking_weekvote/{{page}}.html\n月推荐榜::/Ranking_monthvote/{{page}}.html\n总推荐榜::/Ranking_allvote/{{page}}.html\n收藏推荐::/Ranking_goodnum/{{page}}.html\n字数排行::/Ranking_size/{{page}}.html\n最新入库::/Ranking_postdate/{{page}}.html\n最新更新::/Ranking_lastupdate/{{page}}.html\n新书榜单::/Ranking_goodnew/{{page}}.html",
    "header": "",
    "lastUpdateTime": 1689836134016,
    "respondTime": 12798,
    "ruleBookInfo": {
      "author": "p.2@text",
      "coverUrl": "class.block_img2@tag.img@src",
      "intro": "class.intro_info@textNodes",
      "kind": "[property=\"og:novel:category\"]@content&&\n[property=\"og:novel:status\"]@content",
      "lastChapter": "@li.0@text",
      "name": "class.block_txt2@a.1@text"
    },
    "ruleContent": {
      "content": "id.nr@html",
      "imageStyle": "TEXT",
      "nextContentUrl": "id.pb_next@href",
      "replaceRegex": "##.*更新不易请收藏！|\\『章节.*\\』|\\(本章未完.*|精华书阁.*最新章节！|为您提供.*书签！|看.*最快更新.*查看|【目前用下来，听书声音最全最好用的App，集成4大语音合成引擎，超100种音色，更是支持离线朗读的精华书阁神器，精华书阁精华书阁App.|本章未完，请点击下一页继续阅读》》阅读提示：为防止内容获取不全，请勿使用浏览器阅读模式。",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "tag.span.1@text",
      "bookList": "class.xbk",
      "bookUrl": "class.tjimg@a@href",
      "coverUrl": "class.tjimg@img@src",
      "intro": "tag.span.2@text",
      "kind": "class.tjrs@text",
      "name": "class.xsm@text"
    },
    "ruleSearch": {
      "author": "class.author@text",
      "bookList": "class.searchbook",
      "bookUrl": "class.bookimg@tag.a@href",
      "coverUrl": "class.bookimg@tag.img@src",
      "kind": ".cat@text##分类：",
      "lastChapter": ".update@a@text",
      "name": "h4@text",
      "wordCount": "class.p4@text"
    },
    "ruleToc": {
      "chapterList": "class.chapter.1@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option!0@value"
    },
    "searchUrl": "https://wap.jhssd.com/search.html?ie=utf-8&word={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//快速写源by河鹅和_v25.0115.1325\n//搜索地址\n壬二酸补充一下",
    "bookSourceGroup": "免费",
    "bookSourceName": "手机小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.shoujixsw.com",
    "customButton": false,
    "customOrder": 1542,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36\"\n}",
    "lastUpdateTime": 1737301736718,
    "respondTime": 4237,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "class.review@text",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": "id.chaptercontent@tag.p@textNodes##『章节错误,点此举报』|『加入书签，方便阅读』|：。："
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.bookinfo@tag.div.2@text",
      "bookList": "class.bookbox",
      "bookUrl": "class.bookimg@tag.a@href",
      "coverUrl": "tag.img@src",
      "kind": "class.bookinfo@tag.div.4@text##类型：",
      "lastChapter": "class.update@tag.a@text",
      "name": "class.iTit@text"
    },
    "ruleToc": {
      "chapterList": "class.directoryArea@tag.p",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "id.indexselect@tag.option@value"
    },
    "searchUrl": "{{cookie.removeCookie(source.key)}}/search/,{\n  \"body\": \"searchkey={{key}}&submit=\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "YX源仓库：http://yx.ccute.xyz/\nby_清雪",
    "bookSourceGroup": "🔞",
    "bookSourceName": "Jk小说",
    "bookSourceType": 0,
    "bookSourceUrl": "小说",
    "customButton": false,
    "customOrder": 1543,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1769087166645,
    "respondTime": 33381,
    "ruleBookInfo": {
      "author": "author@put:{id:$.book_id}",
      "coverUrl": "cover",
      "init": "<js>\nfunction decode(word){\n    \treturn java.createSymmetricCrypto(\"AES/CBC/PKCS5Padding\",\"D2o4XyQeIFobJ4tS\", \"sciCuBC7orQtDhTO\").decryptStr(word);\n}\nr = JSON.parse(result).data\nresult = decode(r);\n</js>\nbook",
      "intro": "description",
      "lastChapter": "last_chapter&&last_chapter_time",
      "name": "name",
      "tocUrl": "@js:\ntime = Math.round(new Date()/1000);  \nsign = java.md5Encode(`faetheiy8ahzeiPh2ier9ba0uash3ohsappId=1&book_id={{$.book_id}}&is_all=1&marketChannel=luodiye&osType=2&packageName=com.se6d37e1cb.n2e98606a2.zf47af499020250314&product=1&proxyChannel=JK416-1&sysVer=10&time=1749173841&token=&udid=20f97782-8d3a-4c8f-a729-0146acdba82b&ver=5.0.2faetheiy8ahzeiPh2ier9ba0uash3ohs`).toString().toUpperCase();\n\no = encode(JSON.stringify({\n\"product\":\"1\",\n\"ver\":\"5.0.2\",\n\"is_all\":\"1\",\n\"marketChannel\":\"luodiye\",\n\"sign\":sign,\n\"sysVer\":\"10\",\n\"book_id\":{{$.book_id}},\n\"token\":\"\",\n\"appId\":\"1\",\n\"osType\":\"2\",\n\"time\":time,\n\"packageName\":\"com.se6d37e1cb.n2e98606a2.zf47af499020250314\",\n\"proxyChannel\":\"luodiye\",\n\"udid\":\"20f97782-8d3a-4c8f-a729-0146acdba82b\",\n\t}))\nc = JSON.stringify({\n\t\"c\": String(o)\n\t})\n function encode(word){\n  \treturn java.createSymmetricCrypto(\"AES/CBC/PKCS5Padding\",\"D2o4XyQeIFobJ4tS\", \"sciCuBC7orQtDhTO\").encryptBase64(word);\n\t}\n\ns = {\n \"method\": \"POST\",\n  \"body\": c\n};\n\"https://rrs0c03ak.fssd5ib.com/chapter/catalog,\" +JSON.stringify(s)"
    },
    "ruleContent": {
      "content": "<js>\nfunction decode(word){\n    \treturn java.createSymmetricCrypto(\"AES/CBC/PKCS5Padding\",\"D2o4XyQeIFobJ4tS\", \"sciCuBC7orQtDhTO\").decryptStr(word);\n}\nr = JSON.parse(result).data\nresult = decode(r);\n</js>\n$..content"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "author",
      "bookList": "<js>\nfunction decode(word){\n    \treturn java.createSymmetricCrypto(\"AES/CBC/PKCS5Padding\",\"D2o4XyQeIFobJ4tS\", \"sciCuBC7orQtDhTO\").decryptStr(word);\n}\nr = JSON.parse(result).data\nresult = decode(r);\n</js>\nlist[*]",
      "bookUrl": "@js:\ntime = Math.round(new Date()/1000);  \nsign = java.md5Encode(`faetheiy8ahzeiPh2ier9ba0uash3ohsappId=1&book_id={{$.book_id}}&marketChannel=luodiye&osType=2&packageName=com.se6d37e1cb.n2e98606a2.zf47af499020250314&product=1&proxyChannel=JK416-1&sysVer=10&time=1749173841&token=&udid=20f97782-8d3a-4c8f-a729-0146acdba82b&ver=5.0.2faetheiy8ahzeiPh2ier9ba0uash3ohs`).toString().toUpperCase();\n\no = encode(JSON.stringify({\n\"product\":\"1\",\n\"ver\":\"5.0.2\",\n\"marketChannel\":\"luodiye\",\n\"sign\":sign,\n\"sysVer\":\"10\",\n\"book_id\":{{$.book_id}},\n\"token\":\"\",\n\"appId\":\"1\",\n\"osType\":\"2\",\n\"time\":time,\n\"packageName\":\"com.se6d37e1cb.n2e98606a2.zf47af499020250314\",\n\"proxyChannel\":\"luodiye\",\n\"udid\":\"20f97782-8d3a-4c8f-a729-0146acdba82b\",\n\t}))\nc = JSON.stringify({\n\t\"c\": String(o)\n\t})\n function encode(word){\n  \treturn java.createSymmetricCrypto(\"AES/CBC/PKCS5Padding\",\"D2o4XyQeIFobJ4tS\", \"sciCuBC7orQtDhTO\").encryptBase64(word);\n\t}\n\ns = {\n \"method\": \"POST\",\n  \"body\": c\n};\n\"https://rrs0c03ak.fssd5ib.com/novel/info,\" +JSON.stringify(s)",
      "checkKeyWord": "妹妹",
      "coverUrl": "cover",
      "intro": "description",
      "lastChapter": "last_chapter&&last_chapter_time",
      "name": "name",
      "wordCount": "tag.tab"
    },
    "ruleToc": {
      "chapterList": "<js>\nfunction decode(word){\n    \treturn java.createSymmetricCrypto(\"AES/CBC/PKCS5Padding\",\"D2o4XyQeIFobJ4tS\", \"sciCuBC7orQtDhTO\").decryptStr(word);\n}\nr = JSON.parse(result).data\nresult = decode(r);\n</js>\n$.chapter_list[*]",
      "chapterName": "chapter_title",
      "chapterUrl": "@js:\ntime = Math.round(new Date()/1000);  \nsign = java.md5Encode(`faetheiy8ahzeiPh2ier9ba0uash3ohsappId=1&book_id=@get:{id}&chapter_id={{$.chapter_id}}&marketChannel=luodiye&osType=2&packageName=com.se6d37e1cb.n2e98606a2.zf47af499020250314&product=1&proxyChannel=JK416-1&sysVer=10&time=1749173841&token=&udid=20f97782-8d3a-4c8f-a729-0146acdba82b&ver=5.0.2faetheiy8ahzeiPh2ier9ba0uash3ohs`).toString().toUpperCase();\nfunction encode(word){\n  \treturn java.createSymmetricCrypto(\"AES/CBC/PKCS5Padding\",\"D2o4XyQeIFobJ4tS\", \"sciCuBC7orQtDhTO\").encryptBase64(word);\n\t}\no = encode(JSON.stringify({\n\"product\":\"1\",\n\"ver\":\"5.0.2\",\n\"marketChannel\":\"luodiye\",\n\"sign\":sign,\n\"sysVer\":\"10\",\n\"book_id\":@get:{id},\n\"token\":\"\",\n\"appId\":\"1\",\n\"osType\":\"2\",\n\"time\":time,\n\"packageName\":\"com.se6d37e1cb.n2e98606a2.zf47af499020250314\",\n\"proxyChannel\":\"luodiye\",\n\"chapter_id\":{{$.chapter_id}},\n\"udid\":\"20f97782-8d3a-4c8f-a729-0146acdba82b\",\n\t}));\n\tc = JSON.stringify({\n\t\"c\": String(o)\n\t});\n\ns = {\n \"method\": \"POST\",\n  \"body\": c\n};\n\"https://jkzzapi.104a3a8.com/chapter/text,\" +JSON.stringify(s)",
      "updateTime": "words&&updated_at_format"
    },
    "searchUrl": "@js:\ntime = Math.round(new Date()/1000);  \nsign = java.md5Encode(`faetheiy8ahzeiPh2ier9ba0uash3ohsappId=1&keyword=${key}&marketChannel=yingyongbao&osType=2&packageName=com.se6d37e1cb.n2e98606a2.zf47af499020250314&page_num=${page}&product=1&proxyChannel=yingyongbao&sysVer=10&time=${time}&token=&udid=&ver=faetheiy8ahzeiPh2ier9ba0uash3ohs`).toString().toUpperCase();\n\no = encode(JSON.stringify({\n\"product\":\"1\",\n\"ver\":\"5.0.2\",\n\"marketChannel\":\"yingyongbao\",\n\"sign\":sign,\n\"page_num\":page,\n\"sysVer\":\"10\",\n\"token\":\"\",\n\"appId\":\"1\",\n\"osType\":\"2\",\n\"time\":time,\n\"packageName\":\"com.se6d37e1cb.n2e98606a2.zf47af499020250314\",\n\"proxyChannel\":\"yingyongbao\",\n\"udid\":\"20f97782-8d3a-4c8f-a729-0146acdba82b\",\n\"keyword\":key\n\t}))\nc = JSON.stringify({\n\t\"c\": String(o)\n\t})\n function encode(word){\n  \treturn java.createSymmetricCrypto(\"AES/CBC/PKCS5Padding\",\"D2o4XyQeIFobJ4tS\", \"sciCuBC7orQtDhTO\").encryptBase64(word);\n\t}\ns = {\n \"method\": \"POST\",\n  \"body\": c\n};\n\"https://rrs0c03ak.fssd5ib.com/book/search,\" +JSON.stringify(s)",
    "weight": 0
  },
  {
    "bookSourceComment": "7.6@ys4568\n同模板：https://m.banzhu1.net",
    "bookSourceGroup": "免费",
    "bookSourceName": "露露书",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.lulushu123.net",
    "customButton": false,
    "customOrder": 1544,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\n    let result=[],\n    push=(title,url,size)=>result.push({\n        \"title\": title,\n        \"url\": url,\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": size\n        }\n    });\n    let bu=source.key+\"/xiaoshuodaquan\",\n    aj=java.ajax(bu),\n    a=org.jsoup.Jsoup.parse(aj);\n    let b=a.select('.typelist li a');\n    for (i=0;i<b.length;i++){\n        i==0?size=1:size=0.25;\n    \t    let url=b[i].attr('href');\n        push(b[i].text(),`${url}<,/page_{{page}}.html>`,size);\n    };\n    if (3-(b.length-1)%3!=0){ \n        for (let n=0;n<3-(b.length-1)%3;n++){\n        push('','',0.25);\n        };\n    };\n    JSON.stringify(result);",
    "header": "@js:\nJSON.stringify({\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 11; PCHM30 Build/RKQ1.200903.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/131.0.6778.200 Mobile Safari/537.36\",\n  \"accept-language\": \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"\n})",
    "lastUpdateTime": 1752105159944,
    "respondTime": 19702,
    "ruleBookInfo": {
      "author": ".pt-info.1@text##作者：",
      "intro": "&nbsp;{{@@.intro@text##.*?最新章节.*}}",
      "kind": "{{@@.pt-info.0:2@text##书况：|分类：}}\n{{@@#translatelink@text}}\n{{@@.pt-info.3@text##更新：}}"
    },
    "ruleContent": {
      "content": "#BookText@p@textNodes||#BookText@textNodes",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": ".ptm-list-view-cell||.pt-card.-1@.book-li@li",
      "bookUrl": "a.0@href",
      "checkKeyWord": "姐姐",
      "coverUrl": "img@src",
      "name": "a.0@title"
    },
    "ruleToc": {
      "chapterList": "#chapterlist li a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{\"webView\":true}"
    },
    "searchUrl": "/home/search,{\n  \"body\": \"action=search&q={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "米读小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://api.midukanshu.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1545,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1704656039110,
    "loginUrl": "",
    "respondTime": 751,
    "ruleBookInfo": {
      "init": "",
      "lastChapter": "$.[-1].title"
    },
    "ruleContent": {
      "content": "$..content##\\u0010|（未完待续）",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data.*",
      "bookUrl": "$.book_id@js:\"https://book.midukanshu.com/book/chapter_list/100/\" + result + \".txt\"",
      "coverUrl": "$.cover",
      "intro": "$.description",
      "kind": "{$.score}分&&$..name&&$.category",
      "lastChapter": "",
      "name": "$.title##（+.*|.*最新章节|\\(+.*",
      "wordCount": "$.word_count"
    },
    "ruleToc": {
      "chapterList": "$.[*]",
      "chapterName": "$.title",
      "chapterUrl": "https://book.midukanshu.com/book/chapter/segment/master/{$.bookId}_{$.chapterId}.txt?md5={$.content_md5}",
      "isVip": "",
      "updateTime": ""
    },
    "searchUrl": "https://apiwz.midukanshu.com/fiction/search/search,{\n  \"method\": \"POST\",\n  \"body\": \"device=865166023475380&app=midu&keyword={{key}}&page={{page-1}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "疯读小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://fiction.fengduxiaoshuo.com#🎃",
    "customButton": false,
    "customOrder": 1546,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "❀                       男 生 频 道                      ❀::\n都市小说::https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=4&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201705000&nid=82eaf9444d8db8b985b2ac71cde4b691&api_version=v1&_sv=v1&_ts=1602868844&_sign=M2RjM2U2ZjhkMzZkMzljMDFhNTRjYjVlZTk4YWY0OW\n玄幻小说::https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=13&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201705000&nid=9a66ac1561a4dfc28ee20d6f120b5033&api_version=v1&_sv=v1&_ts=1602869126&_sign=YzhkNzc0YTlkNzYwMWU2MmFmNmY3NTJiMzQ0NWU2ZW\n仙侠小说::https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=12&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201705000&nid=26577fc884ce13bdb6bf14c098743daf&api_version=v1&_sv=v1&_ts=1602869270&_sign=ZTMwNDM2NjJlNmY1YTNkYWNjMTRjOGY3ZWU5ZTQyND\n历史小说::https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=17&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201705000&nid=bc656761c4d77e09bdc29901a4921b24&api_version=v1&_sv=v1&_ts=1602869361&_sign=ZmRmOTE4ZjZkMWMwZGRlYzI4NzFhNzlmNzNhOTU3YW\n科幻小说::https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=16&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201705000&nid=d02610e08301e8309c9d1079d8755352&api_version=v1&_sv=v1&_ts=1602869576&_sign=OGYwMzQ3YTZlMDlkYTk3NDJmZjI2YjMxNjVhYzU5N2\n游戏小说::https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=18&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201705000&nid=38a98da018285f5d480c18576d4723f3&api_version=v1&_sv=v1&_ts=1602869741&_sign=NTIxNzBmMmNhMzBjOGYzOWUwZGNhY2QzZjllYmExNT\n奇幻小说::https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=0&classificationId=9&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201705000&nid=a11af07a6f283b0894d7cad041b11862&api_version=v1&_sv=v1&_ts=1602869796&_sign=ZWYzOWVjMGUyZDVmYzBiNDg2NjI5NDhiYzZkNzA5ZG\n❀                       女 生 频 道                      ❀::\n现代言情::https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=10&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201805000&nid=30ddfb4846022b495872a142c9371fc0&api_version=v1&_sv=v1&_ts=1602870028&_sign=NWJkYTNjZDQ3OGQ0ZDkzNGUxMDdiNjhlMTYxMTdlMG\n古代言情::https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=5&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201805000&nid=1546e2d86a13ed58a044f176c1d21a8e&api_version=v1&_sv=v1&_ts=1602870140&_sign=OTVkYzVhZjg2ZDZiNmM5M2U1YjdiZjY3OGI3ZTI3YT\n浪漫青春::https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=6&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201805000&nid=91961c794a395c96871d14b9109e59d9&api_version=v1&_sv=v1&_ts=1602870180&_sign=MjZlMWNkZTNlMjI0YmEzZjVkZDllYTAzNGI1ZTc0MT\n玄幻言情::https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=3&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201805000&nid=e0973f2178612332a06d430d7feb3b0b&api_version=v1&_sv=v1&_ts=1602870273&_sign=ZjM3MzllMzg2NTlkNDA2ZWY1Y2I5ZWE0ZjQ0MGNjMW\n仙侠奇缘::https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=7&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201805000&nid=d5a1b3706c4619e9d4ddfa541f66ef39&api_version=v1&_sv=v1&_ts=1602870313&_sign=YzgyZjBjMTQwOWE2OWEzNWI2ZGRjMmM1NTg4MTBmN2\nN次い元::https://fiction.fengduxiaoshuo.com/doReader/get_book_info_by_tab?_token=7cbd25c8-07fa-4d93-8b0f-fe09908e3d28&gender=1&classificationId=29&wordsNum=-1&bookIsFinished=-1&sortTitle=0&page={{page}}&count=10&ntu=1201805000&nid=935a7398dffe11653d9c3b2052f5b4d2&api_version=v1&_sv=v1&_ts=1602870359&_sign=YTEwMTUwN2MzN2VjNjljNGM3YWM4ZTY1NTRhMDc2ZW",
    "lastUpdateTime": 0,
    "respondTime": 2271,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "@js:result",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "author": "$.bookAuthor",
      "bookList": "$..classficationBooks[*]",
      "bookUrl": "https://fiction.fengduxiaoshuo.com/doReader/enter_bookinfo_index?_token=869b9667-c66c-44d1-bba4-73e82cf2daee&bookId={{$.bookId}}",
      "coverUrl": "$.bookCoverImage",
      "intro": "$.bookDesc",
      "kind": "$.c_class_name&&{$.crazy_rating}分&&\n$.chapters_update_time",
      "lastChapter": "第{$.bookChapterNumber}章",
      "name": "$.bookTitle",
      "wordCount": "{$.book_words_num}字"
    },
    "ruleSearch": {
      "author": "$.bookAuthor",
      "bookList": "$.result[*]",
      "bookUrl": "https://fiction.fengduxiaoshuo.com/doReader/enter_bookinfo_index?_token=869b9667-c66c-44d1-bba4-73e82cf2daee&bookId={{$.bookId}}",
      "coverUrl": "$.bookCoverImage",
      "intro": "$.bookDesc",
      "kind": "$.c_class_name&&{$.crazy_rating}分&&\n$.chapters_update_time",
      "lastChapter": "第{$.bookChapterNumber}章",
      "name": "$.bookTitle",
      "wordCount": "{$.book_words_num}字"
    },
    "ruleToc": {
      "chapterList": "$..detailedBookInfo.bookChapterAllInfo[*]",
      "chapterName": "$.chapterTitle##[\\(（].*[求更谢乐发推].*[）\\)]",
      "chapterUrl": "$.content_url"
    },
    "searchUrl": "https://fiction.fengduxiaoshuo.com/doReader/search_book?_token=869b9667-c66c-44d1-bba4-73e82cf2daee&action=search_book&search_keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "歌书网吧",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.gashuw.com/##@遇知",
    "customButton": false,
    "customOrder": 1547,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1734981726037,
    "respondTime": 18754,
    "ruleBookInfo": {
      "author": "span.1@text",
      "canReName": "",
      "coverUrl": "img@src",
      "downloadUrls": ".btnlinks.0@href||.btnlinks.1@href",
      "intro": "🏷 评分：{{@@span.2:3@text##\\s##分}}\n\n📂 内容简介：{{@@.tabvalue.0@text}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".tabvalue td.0@text##.*：",
      "lastChapter": "span.4@text",
      "name": "span.0@text##txt下载",
      "tocUrl": ".btnlink.0@href",
      "wordCount": ".tabvalue td.1@text##.*："
    },
    "ruleContent": {
      "content": "#content@html",
      "replaceRegex": "##最新网址：.*|www.gebiqu.com"
    },
    "ruleExplore": {
      "author": ".s5@text||.author@text",
      "bookList": ".l li||.hot_sale",
      "bookUrl": "a.0@href\n@js:##.+\\D((\\d+)\\d{3})\\D##http://www.gashuw.com/txt/$1.html###",
      "coverUrl": "a.0@href\n@js:##.+\\D((\\d+)\\d{3})\\D##http://image.gashuw.com/$2/$1/$1s.jpg###",
      "intro": ".review@text##简介：",
      "kind": "",
      "lastChapter": ".s3 a@text",
      "name": ".s2 a@text||.title@text"
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "#nr",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href\n@js:##.+\\D((\\d+)\\d{3})\\D##http://image.gashuw.com/$2/$1/$1s.jpg###",
      "intro": "",
      "kind": "td.5@text",
      "lastChapter": "td.1@text",
      "name": "td.0@text",
      "wordCount": "td.3@text"
    },
    "ruleToc": {
      "chapterList": "dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.gashuw.com/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃溜达小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.liudatxt.la#🎃",
    "customButton": false,
    "customOrder": 1548,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n    \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0\",\n    \"Cookie\":\"0\"\n}",
    "lastUpdateTime": 0,
    "respondTime": 168,
    "ruleBookInfo": {
      "author": "#author@a@text",
      "coverUrl": "#bookimg@img@src",
      "intro": "#bookintro@p@text",
      "kind": ".bookright@span.1:5@text",
      "lastChapter": "#newlist@li.0@a@text",
      "name": "h1@text",
      "tocUrl": "div.newrap@a.0@href",
      "wordCount": ".bookright@span.7@text&&span.uptime@sapn@text@js:result+'字'"
    },
    "ruleContent": {
      "content": "id.content@html"
    },
    "ruleExplore": {
      "bookList": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "class.book_other.0@tag.span.0@text",
      "bookList": "id.sitembox@tag.dl",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.img@src",
      "kind": "class.book_other.0@tag.span.1@text",
      "lastChapter": "class.book_other.1@tag.a@text",
      "name": "tag.a.1@text",
      "wordCount": "class.book_other.0@tag.span.3@text"
    },
    "ruleToc": {
      "chapterList": "id.readerlist@tag.li@tag.a",
      "chapterName": "text##正文|_",
      "chapterUrl": "href"
    },
    "searchUrl": "search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "话本小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.ihuaben.com#",
    "customButton": false,
    "customOrder": 1549,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"都市言情\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=都市言情\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代言情\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=古代言情\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻言情\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=玄幻言情\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校园言情\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=校园言情\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越言情\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=穿越言情\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异言情\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=灵异言情\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"短篇\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=短篇\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"二次元\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=二次元\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=灵异\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=都市\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻奇幻\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=玄幻奇幻\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=历史军事\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠仙侠\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=武侠仙侠\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏竞技\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=游戏竞技\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻末世\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=科幻末世\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"明星同人\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=明星同人\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"动漫同人\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=动漫同人\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏同人\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=游戏同人\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"影视同人\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=影视同人\",\"style\":{\"layout_flexBasisPercent\":0.295}},{\"title\":\"小说同人\",\"url\":\"/app/lib/listv2?packageId=ihuaben&page={{page}}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=小说同人\",\"style\":{\"layout_flexBasisPercent\":0.295}}]",
    "header": "{\"plantype\":\"ANDROID\",\"version\":\"6.2.63\",\"packageid\":\"ihuaben\",\"content-type\":\"application/x-www-form-urlencoded\"}",
    "lastUpdateTime": 1731442304389,
    "respondTime": 5567,
    "ruleBookInfo": {
      "author": ".simpleinfo@ul.0@li.1@a@text",
      "coverUrl": ".biginfo@.cover@img.0@src",
      "intro": ".text-muted@text",
      "kind": ".simpleinfo@ul.3@li@text",
      "lastChapter": ".chapterTitle.0@a@text",
      "name": ".simpleinfo@h1@text",
      "tocUrl": "",
      "wordCount": ".simpleinfo@ul.1@li.1@text&&.simpleinfo@span.0@text"
    },
    "ruleContent": {
      "content": "$..content##\\[img:(.*?)\\]##<img src=\"http://picapp.ihuaben.com/$1\" />"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.authorname",
      "bookList": "$..pageList[*]",
      "bookUrl": "https://cdncn.ihuaben.com/cdn/chapters/@get:{bookid}/{{Date.parse(new Date())}}",
      "coverUrl": "http://picapp.ihuaben.com/{{$.bookpic}}",
      "intro": "$.bookinfo",
      "kind": "$.bookmarks",
      "lastChapter": "$.lastchaptertitle",
      "name": "$.bookname@put:{bookid:$.bookid}",
      "wordCount": "<js>\n//用于自动生成发现规则\nb=false;\nif(b){\nlet api=\"/app/lib/listv2?packageId=ihuaben&page=\\{\\{page\\}\\}&pageSize=20&sortType=clickcount_days_7&tagId=0&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy&keyword=\";\nlet words=['都市言情','古代言情','玄幻言情','校园言情','穿越言情','灵异言情','短篇','二次元','灵异','都市','玄幻奇幻','历史军事','武侠仙侠','游戏竞技','科幻末世','明星同人','动漫同人','游戏同人','影视同人','小说同人'];\nvar s=[];\nwords.map(o=>{\nvar i={\"title\":o,\"url\":api+o}\ns.push(i);\n})\njava.log(JSON.stringify(s))\n}\njava.getString(\"$.wordcount\")\n</js>"
    },
    "ruleToc": {
      "chapterList": "$..chapters[*]",
      "chapterName": "$.title",
      "chapterUrl": "https://cdncn.ihuaben.com/cdn/chapter/{{$.bookId}}/{{$.chapterId}}/{{Date.parse(new Date())}}",
      "updateTime": "<js>{{$.wordCount}}+\"字 \"+java.timeFormat({{$.publishTime}})</js>"
    },
    "searchUrl": "/app/search?indexName=book&keyword={{key}}&page={{page}}&tokenId=NTAyNDUwNTA6MTYyNjcyMzYyMzpjMGU3ODlhNzQ3OTZmYmIy",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "五六中文",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.56zw.com#",
    "bookUrlPattern": "https://www.56zw.com/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 1550,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部小说::https://m.56zw.com/sort/0_{{page}}/\n玄幻奇幻::https://m.56zw.com/sort/1_{{page}}/\n武侠修真::https://m.56zw.com/sort/2_{{page}}/\n都市言情::https://m.56zw.com/sort/3_{{page}}/\n历史军事::https://m.56zw.com/sort/4_{{page}}/\n网游竞技::https://m.56zw.com/sort/5_{{page}}/\n科幻灵异::https://m.56zw.com/sort/6_{{page}}/\n其他类型::https://m.56zw.com/sort/7_{{page}}/",
    "lastUpdateTime": 1731434763097,
    "loginUrl": "{\n  \"url\": \"null\"\n}",
    "respondTime": 3841,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text",
      "coverUrl": "id.pic@img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "id.info@tag.p.2@text##更新时间：",
      "lastChapter": "id.info@tag.p.3@a@text##免费章节 |正文卷 |正文 |VIP章节 |卷1",
      "name": "id.info@h1@text",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@html##顶点小说.*最新章节！|一秒記住.*提供精彩小说。"
    },
    "ruleExplore": {
      "author": "class.author@text",
      "bookList": "class.hot_sale",
      "bookUrl": "tag.a.0@href@js:'https://www.56zw.com'+result",
      "coverUrl": "img@data-original",
      "intro": "class.review@text",
      "name": "class.title@text"
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@id.nr",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "tag.td.0@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.56zw.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "tag.td.4@text",
      "lastChapter": "tag.td.1@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 |卷1",
      "name": "tag.td.0@tag.a@text",
      "wordCount": "tag.td.3@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.56zw.com/modules/article/search.php?searchkey={{key}}&searchtype=articlename&page={{page}},{\n  \"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "五二书库🥈",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.po5.net#🎃",
    "customButton": false,
    "customOrder": 1551,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1719808673972,
    "respondTime": 2360,
    "ruleBookInfo": {
      "intro": ".article-content@p.1@text##.*文案：　"
    },
    "ruleContent": {
      "content": ".article-content@p@all##目录\\s+上一页.*|Tips.*|传送门：.*",
      "nextContentUrl": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "header@h2@h4@text##\\d+\\.\\s.*_(.*)【.*##$1",
      "bookList": "div@.excerpt",
      "bookUrl": "header@h2@a@href",
      "checkKeyWord": "红楼梦",
      "intro": ".note@text##.*文案：　|\\(所属栏目：.*",
      "kind": ".auth-span@.muted@a@text",
      "name": "header@h2@h4@text##\\d+\\.\\s|_.*",
      "wordCount": "header@h2@h4@text##\\d+\\.\\s.*_.*【(.*)】##$1"
    },
    "ruleToc": {
      "chapterList": ".clearfix@.mulu@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.po5.net/so/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "久久小说#2",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.jjjxsw.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1552,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "穿越::/txt/chuanyue/<,index_{{page}}.html>\n重生::/txt/chongshengxiaoshuo/<,index_{{page}}.html>\n架空::/txt/lsjs/<,index_{{page}}.html>\n总裁::/txt/qinggan/<,index_{{page}}.html>\n现言::/txt/young/<,index_{{page}}.html>\n修仙::/txt/wuxia/<,index_{{page}}.html>\n纯美::/txt/dmtr/<,index_{{page}}.html>\n玄幻::/txt/xuanhuan/<,index_{{page}}.html>\n都市::/txt/dushi/<,index_{{page}}.html>\n惊悚::/txt/kongbu/<,index_{{page}}.html>\n女生::/e/action/toplist.php?page={{page-1}}&class=1&line=10&tempid=6&ph=1&andor=and&orderby=2&myorder=0\n男生::/e/action/toplist.php?page={{page-1}}&class=2&line=10&tempid=6&ph=1&andor=and&orderby=2&myorder=0",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 14; zh-cn; M2102K1AC Build/UKQ1.231207.002) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/109.0.5414.118 Mobile Safari/537.36 MQQBrowser/10.1.0\"}",
    "lastUpdateTime": 0,
    "respondTime": 8493,
    "ruleBookInfo": {
      "author": ".jie@span.2@a@text",
      "coverUrl": ".pic@img@src##^##https:",
      "downloadUrls": "text.下载TXT电子书@href\n<js>\nurl=book.origin+result[0];\njava.ajax(url);\n</js>\ntext.txt电子书下载地址@href\n##$##,{\"type\": \"txt\"}",
      "intro": ".novelinfo@text",
      "kind": ".jie@span.1:3:4:5@text\n##类别：|大小：|进度：|时间：",
      "name": ".jie@h1@text",
      "tocUrl": ".read@a@href##$##,{'webView': true}"
    },
    "ruleContent": {
      "content": "#Content@p@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".list_a",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "kind": "span.-2@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "select.0@option",
      "chapterName": "text",
      "chapterUrl": "value"
    },
    "searchUrl": "/e/search/index.php,{\n  \"body\": \"show=writer,title&keyboard={{key}}&Submit22=搜索\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "//by: youke游客2580",
    "bookSourceGroup": "🔞",
    "bookSourceName": "阳光中文网@游客",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.sunzw.com",
    "bookUrlPattern": "https?://www.sunzw.com/Book/\\d+.*",
    "customButton": false,
    "customOrder": 1553,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻修真::/fenlei/1/{{page}}/\n重生穿越::/fenlei/2/{{page}}/\n都市小说::/fenlei/3/{{page}}/\n军史小说::/fenlei/4/{{page}}/\n网游小说::/fenlei/5/{{page}}/\n科幻小说::/fenlei/6/{{page}}/\n灵异小说::/fenlei/7/{{page}}/",
    "header": "@js:JSON.stringify({\"User-Agent\":\"Mozilla/5.0 (Linux; Android 14; V2157A Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/116.0.0.0 Mobile Safari/537.36\",\n\t\"Referer\":baseUrl})",
    "lastUpdateTime": 1768888027545,
    "respondTime": 38500,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "downloadUrls": "@get:{d}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nw:\"#info p@text.字数@text##字数：\",\nl:\"[property~=las?test_chapter_name]@content\",\ni:\"[property$=description]@content\n##(分享书籍)?《.+》. *$\",\nc:\"[property$=image]@content\",\nd:\"text.下载@href\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "{{baseUrl}}##.*com\\/(\\d+\\/\\d+.*)##https://www.sunzw.com/index/$1desc/1.html",
      "wordCount": "@get:{w}"
    },
    "ruleContent": {
      "content": "<js>\nvar bes = result.match(/PHA\\+[A-Za-z0-9+\\/]+={0,2}/g);\n//java.log(String(bes))\nif (!bes) {\n    var ml = java.webView(null,baseUrl,null);\n    var txt = java.getString(\"#txt@html\");\n    java.longToast(\"正文解密失败，转为webView动态加载。\");\n} else {\nvar result = [];\nfor (var i = 0; i < bes.length; i++) {\n    // 遍历数组，使用阅读内置Base64解码方法\n    var bsej = java.base64Decode(bes[i]);\n    var txtt = String(bsej);\n    result.push(txtt);\n      }\n\tvar txt = result.join('\\n');\n}\ntxt;\n</js>",
      "nextContentUrl": "@js:\nnext = src.match(/hhekgv='.+?'\\;/) || [];\n/_\\d+/.test(next.join()) && \neval(next.toString());",
      "replaceRegex": "##{{book.durChapterTitle}}|.*作者：.*|.*本章.*|PS：.*求推荐！|PS：.*求收藏！|【.*分享.*运营.*】|第.*章.*|.*第.*章.*|本章.*"
    },
    "ruleExplore": {
      "bookList": ".qs_list@a",
      "bookUrl": "href",
      "intro": ".info@text",
      "name": "h4@text"
    },
    "ruleSearch": {
      "bookList": ".fmtj@a",
      "bookUrl": "href",
      "checkKeyWord": "剑来",
      "coverUrl": "img@data-original",
      "intro": ".info@text",
      "name": "h4@text"
    },
    "ruleToc": {
      "chapterList": "-.ph_list.0@.br-b-1@li@a",
      "chapterName": "text",
      "chapterUrl": "onclick##.*\\((\\d+)\\);##$1\n@js:\ns=baseUrl.match(/.*\\/(\\d+\\/\\d+\\/)/)[1]\nurl=\"https://www.sunzw.com/\"+s+result+\".html\"\nresult=url",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "{{cookie.removeCookie(baseUrl)}}/search.html,{\n  \"body\": \"s={{key}}&subimt=\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃思路客🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.shuqusk.info#🎃",
    "customButton": false,
    "customOrder": 1554,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 585,
    "ruleBookInfo": {
      "author": "id.details@text##作者..|\\|\\|.*",
      "kind": "id.bread@tag.a.1@text",
      "lastChapter": "id.details@text##.*最新：|\\|\\||更新时间.|..\\:.*",
      "name": "id.title@tag.h1@text##全文阅读.*"
    },
    "ruleContent": {
      "content": "id.content@html##章节错误.*分钟内会处理"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.a.0@href",
      "lastChapter": "tag.a.1@text&&class.odd.-1@text",
      "name": "tag.a.0@text",
      "wordCount": "class.even.1@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd!0:1:2:3:4:5",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"method\": \"POST\",\n  \"body\": \"searchkey={{key}}&action=login\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃免费小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.b483.com#🎃",
    "customButton": false,
    "customOrder": 1555,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 2456,
    "ruleBookInfo": {
      "author": "class.gray fss@text",
      "name": "tag.h4@text",
      "tocUrl": "text.显示全部章节@href"
    },
    "ruleContent": {
      "content": "id.acontent@text",
      "nextContentUrl": "text.下一章@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".gray@text##\\|.*",
      "bookList": "class.blockcontent@class.c_row cf",
      "bookUrl": "tag.a@href",
      "coverUrl": "class.row_cover@tag.img@src",
      "intro": "",
      "name": "tag.h4@text"
    },
    "ruleToc": {
      "chapterList": "tag.dl@dd",
      "chapterName": "@a@text",
      "chapterUrl": "@a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "https://m.b483.com/modules/article/search.php,{\n\"charset\": \"utf-8\",\n\"method\": \"POST\",\n\"body\": \"searchkey={{key}}&searchtype=all\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃格格党吧🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.qodown.com#🎃",
    "bookUrlPattern": "http://www.qodown.com/post/\\d+.html",
    "customButton": false,
    "customOrder": 1556,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"排行\",\"url\":\"/rank/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"书库\",\"url\":\"/sort/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完本\",\"url\":\"/quanben/sort/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 10;  Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Mobile Safari/537.36\"}",
    "lastUpdateTime": 0,
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 4494,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&\n[property=\"og:novel:status\"]@content&&\n[property=\"og:novel:update_time\"]@content",
      "lastChapter": "{{@@[property$=chapter_name]@content}}･{{@@[property$=update_time]@content##\\s.*}}\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(\\{（｛【].*[求含理更谢乐发推票盟补加字Kk\\/].*/g,'')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(第.+章)\\s?\\d+/,'$1')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": "id.content@p@html",
      "nextContentUrl": "id.next_url@href"
    },
    "ruleExplore": {
      "author": ".item span.0@text||.s4@text",
      "bookList": "ul li&&class.item",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src||a.0@href##.*/post/((\\d+)\\d{3}).html##http://img.qodown.com/$2/$1/$1s.jpg",
      "intro": "dl@dd@text",
      "kind": "span.s1@text##\\[|\\]",
      "name": "span.s2@text&&dl@dt@a@text"
    },
    "ruleSearch": {
      "author": ".s4@text",
      "bookList": ".txt-list li.1",
      "bookUrl": "a.0@href",
      "coverUrl": "",
      "intro": "",
      "kind": ".s1@text##\\[|\\]",
      "lastChapter": ".s3@text",
      "name": ".s2@text",
      "wordCount": ".s5@text"
    },
    "ruleToc": {
      "chapterList": "class.section-list fix.1@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "/search/,\n{\n  \"body\": \"searchkey={{key}}&Submit=搜索\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "必去楼子",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.bequ6.org#",
    "customButton": false,
    "customOrder": 1557,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar sort=[];\nvar push=(title,url,size)=>sort.push({\n  \t\"title\": title,\n  \t\"url\": url,\n  \t\"style\": {\n   \"layout_flexGrow\": 1,\n   \"layout_flexBasisPercent\": size\n   }\n });\n\nvar url=source.key;\nvar fl=url+\"/sort/\";\nvar ph=url+\"/top/\";\nvar qb=url+\"/full-1/\";\nvar html=java.ajax(fl);\nvar src=java.ajax(ph);\nvar qbl=java.ajax(qb);\n\nif(html&&src&&qbl){\na=org.jsoup.Jsoup.parse(html).select(\".content li a\");\nb=org.jsoup.Jsoup.parse(src).select(\".content li a\");\nc=org.jsoup.Jsoup.parse(qbl).select(\".content li a\");\npush(\"🌹分类🌹\",null,1)\n    for(i in a){\n        title=a[i].text()\n        url=a[i].attr(\"href\")\n        size=0.25;\n  url=String(url).replace(\"1/\",\"{{page}}/\")\n        push(title,url,size)\n    };\n push(\"🌹排行🌹\",null,1)\n    for(i in b){\n        title=b[i].text()\n        url=b[i].attr(\"href\")\n  url=String(url).replace(\"1/\",\"{{page}}/\")\n        size=0.25;\n        push(title,url,size)\n    }\npush(\"🌹全本🌹\",\"/full/{{page}}/\",1)\n      \n}else{\n  java.toast(\"发现列表获取失败！\")\n}\n\nJSON.stringify(sort)\n",
    "lastUpdateTime": 1734643409488,
    "respondTime": 7087,
    "ruleBookInfo": {
      "author": "text.作者：@text",
      "coverUrl": ".block_img2@img@src",
      "intro": ".intro_info@text",
      "kind": "text.分类：@text&&\ntext.状态：@text&&\ntext.更新：@text",
      "lastChapter": ".block_txt2@a.-1@text",
      "name": "h2@text",
      "tocUrl": "text.查看目录@href"
    },
    "ruleContent": {
      "content": "#nr1@textNodes",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "kind": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "//*[not(@class='blue')]/text()##\\[.*\\]|\\/",
      "bookList": ".line",
      "bookUrl": ".blue@href",
      "kind": "##\\[(.*)\\]##$1##",
      "name": ".blue@text"
    },
    "ruleToc": {
      "chapterList": ".chapter li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "/search?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "下书小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.frxsw.com",
    "customButton": false,
    "customOrder": 1558,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/list1/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/list2/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/list3/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/list4/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/list5/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/list6/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/list7/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/list8/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  }\n]",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; U; Android 13; zh-Hans-CN; PFJM10 Build/TP1A.220905.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/135.0.4896.58 Quark/6.13.6.581 Mobile Safari/537.36\",\"Accept-Language\":\"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"}",
    "lastUpdateTime": 1751946258165,
    "respondTime": 5406,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": "article@html##第\\(\\d+\\/\\d+\\)页",
      "nextContentUrl": "text.下一@href\n@js:\nvar next=/_\\d+\\.html/.test(result) ? result : '';\nnext;"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.0@text",
      "bookList": ".col-md-6@dl",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "kind": "{{@a.1@text##\\[(.*)\\].*##$1}}\n{{@dd.2:3##状态：?:?|更新时间：?:?}}",
      "lastChapter": "a.2@text",
      "name": "a.1@text##\\[.*\\](.*)##$1"
    },
    "ruleToc": {
      "chapterList": ".book_list2@ul@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ".page-link.0@text##\\d+\\/(\\d+)##$1\n@js:\nres = JSON.parse(result)\nlist = [];\nfor (var i = 2; i <= res; i++) {\n\tlist.push(baseUrl.replace(/\\/$/,\"/index_\" + i + \".html\")); \n}\nlist;"
    },
    "searchUrl": "/search.php?q={{key}}&p={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃超凡小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.pan.org#🎃",
    "customButton": false,
    "customOrder": 1559,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "",
    "lastUpdateTime": 0,
    "respondTime": 1274,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "dt@img@src",
      "intro": ".intro clearfix@text##阅读.*最新章节请关注.*",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": "<js>\nvar JsDom = Packages.org.jsoup.Jsoup;\nvar Document = Packages.org.jsoup.nodes.Document;\nvar Element = Packages.org.jsoup.nodes.Element;\n            \nvar document = JsDom.parse(src);\n            \n// 获取包含<p>元素的<dd>元素\nvar dds = document.select('div.content > dd');\n\n// 将dds转换为数组以便排序\nvar ddArray = [];\nfor (var i = 0; i < dds.size(); i++) {\n    ddArray.push(dds.get(i));\n}\n\n// 按照data-id属性对ddArray进行排序\nddArray.sort(function(a, b) {\n    var pageA = parseInt(a.attr('data-id'), 10);\n    var pageB = parseInt(b.attr('data-id'), 10);\n    return pageA - pageB;\n});\n\nvar list = [];\nvar data = {\n    mergedText: \"\"\n};\n\n// 遍历排序后的ddArray\nfor (var i = 0; i < ddArray.length; i++) {\n    var dd = ddArray[i];\n    var dataId = dd.attr('data-id');\n    // 获取当前dd下的所有<p>元素的文本内容，保持原有顺序\n    var paragraphs = dd.select('p');\n    var paragraphTexts = [];\n    for (var j = 0; j < paragraphs.size(); j++) {\n        var paragraph = paragraphs.get(j);\n        paragraphTexts.push(paragraph.text());\n    }\n    list.push({\n        id: dataId, // 使用data-id属性\n        paragraphs: paragraphTexts // 存储所有<p>元素的文本内容为数组，保持原有顺序\n    });\n    // 合并文本内容，每个<p>内容后添加换行符，保持原有顺序\n    data.mergedText += paragraphTexts.join(\"\\n\") + \"\\n\"; // 添加额外换行符以便分隔每个dd的内容\n}\n\n// 输出结果\njava.log(JSON.stringify(list));\njava.log(data.mergedText);\n\n// 返回data对象\nresult = data.mergedText;\n</js>",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##阅读.*最新章节.*超凡小说网.*|最新网址.*|.*请点击下一页继续.*|.*第.*页.*",
      "title": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a@ownText##.*\\(|\\)",
      "bookList": ".bd@li",
      "bookUrl": "a@href",
      "coverUrl": "",
      "kind": "span@text##\\[|\\]",
      "lastChapter": "",
      "name": "a@textNodes##\\(.*",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": " <js>\nvar JsDom = Packages.org.jsoup.Jsoup;\nvar Document = Packages.org.jsoup.nodes.Document;\nvar Element = Packages.org.jsoup.nodes.Element;\n            \nvar document = JsDom.parse(src);\n            \n// 获取包含<li>元素的<div>元素\nvar divs = document.select('ul.list > div');\n\n// 将divs转换为数组以便排序\nvar divArray = [];\nfor (var i = 0; i < divs.size(); i++) {\n    divArray.push(divs.get(i));\n}\n\n// 按照data-id属性对divArray进行排序\ndivArray.sort(function(a, b) {\n    var pageA = parseInt(a.attr('data-id'), 10);\n    var pageB = parseInt(b.attr('data-id'), 10);\n    return pageA - pageB;\n});\n\nvar list = [];\n// 遍历排序后的divArray\nfor (var i = 0; i < divArray.length; i++) {\n    var div = divArray[i];\n    var dataId = div.attr('data-id');\n    // 获取当前div下的所有<li>元素\n    var lis = div.select('li');\n    for (var j = 0; j < lis.size(); j++) {\n        var li = lis.get(j);\n        var a = li.select('a').first();\n        if (a != null) {\n            list.push({\n                text: a.text(),\n                id: dataId, // 使用data-id属性\n                url: a.attr('href')\n            });\n        }\n    }\n}\n\n//java.log(JSON.stringify(list));\nlist;\n</js>",
      "chapterName": "text",
      "chapterUrl": "url",
      "formatJs": "",
      "isVolume": ""
    },
    "searchUrl": "http://wap.pan8.org/s.php,{\n  \"body\": \"s={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "圣墟小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.shengxuxu.net#",
    "bookUrlPattern": "http.*shengxuxu.net/book_\\d+/",
    "customButton": false,
    "customOrder": 1560,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "总点击:: /top/allvisit.html\n排行::/top/monthvisit.html\n",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1734631872516,
    "respondTime": 1366,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\n\ta:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=lastest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": ".content@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": ".s4@text",
      "bookList": ".librarylist li",
      "bookUrl": "a:nth-child(1)@href",
      "kind": ".info span:nth-child(2)@text",
      "lastChapter": "a:nth-child(1)@text",
      "name": ".info span:nth-child(1)@text ##.*《|》.*"
    },
    "ruleSearch": {
      "author": ".info span:nth-child(2)@text",
      "bookList": ".librarylist li ",
      "bookUrl": "a:nth-child(1)@href",
      "kind": ".info span:nth-child(3) a@text",
      "lastChapter": ".last@text",
      "name": ".info span:nth-child(1)@text ##.*《|》.*",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".dirlist@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "/search.html?/,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 63
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃星空小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.aixswx.com#🎃",
    "customButton": false,
    "customOrder": 1561,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n  'User-Agent': \"Mozilla/5.0 (Linux; Android 15; V2304A Build/AP3A.240905.015.A2; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/126.0.6478.71 Mobile Safari/537.36\",\n  'sec-ch-ua-platform': \"\\\"Android\\\"\",\n  'origin': \"http://wap.aixswx.com\",\n  'x-requested-with': \"cn.mujiankeji.mbrowser\",\n  'referer': \"http://wap.aixswx.com\",\n  'accept-language': \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\",\n  'cookie':\"wsii=c6dd6741eff413b0b3fa34454297a6bb; wsii.sig=typqduZ5V0UckybAUZaTc4FDIo_WCyagwQ_gLqClIjM; Hm_lvt_53ebc424a3875367158e16f535e5fb60=1736855620; HMACCOUNT=BAE980A89729A2EC; Hm_lpvt_53ebc424a3875367158e16f535e5fb60=1736855665\"\n}",
    "lastUpdateTime": 0,
    "respondTime": 1028,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "text.目录列表@href",
      "wordCount": "[property$=status]@content"
    },
    "ruleContent": {
      "content": "<js>\nvar JsDom = Packages.org.jsoup.Jsoup;\nvar Document = Packages.org.jsoup.nodes.Document;\nvar Element = Packages.org.jsoup.nodes.Element;\n            \nvar document = JsDom.parse(src);\n            \n// 获取包含<p>元素的<dd>元素\nvar dds = document.select('div.content > dd');\n\n// 将dds转换为数组以便排序\nvar ddArray = [];\nfor (var i = 0; i < dds.size(); i++) {\n    ddArray.push(dds.get(i));\n}\n\n// 按照data-id属性对ddArray进行排序\nddArray.sort(function(a, b) {\n    var pageA = parseInt(a.attr('data-id'), 10);\n    var pageB = parseInt(b.attr('data-id'), 10);\n    return pageA - pageB;\n});\n\nvar list = [];\nvar data = {\n    mergedText: \"\"\n};\n\n// 遍历排序后的ddArray\nfor (var i = 0; i < ddArray.length; i++) {\n    var dd = ddArray[i];\n    var dataId = dd.attr('data-id');\n    // 获取当前dd下的所有<p>元素的文本内容\n    var paragraphs = dd.select('p').text();\n    list.push({\n        id: dataId, // 使用data-id属性\n        text: paragraphs // 获取所有<p>元素的文本内容\n    });\n    // 合并文本内容\n    data.mergedText += paragraphs + \"\\n\"; // 添加换行符以便分隔每个dd的内容\n}\n\n// 输出结果\n//java.log(JSON.stringify(list));\n//java.log(data.mergedText);\n\n// 返回data对象\nresult = data.mergedText;\n</js>\n",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##.*星空小说网.*|\\(第.*页\\)|{{chapter.title}}"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.0@text##\\((.*?)\\)##$1###",
      "bookList": "ul@li",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##\\/(\\d+)\\.##$1###\n@js:\nbid = parseInt(result);\naid = parseInt(bid / 1000);\nresult = `/image/${aid}/${bid}/${bid}s.jpg`;",
      "intro": "",
      "kind": "a.0@text##\\[|\\].*",
      "name": "a.0@text##.*\\]|\\(.*"
    },
    "ruleToc": {
      "chapterList": "<js>\nvar JsDom = Packages.org.jsoup.Jsoup;\nvar Document = Packages.org.jsoup.nodes.Document;\nvar Element = Packages.org.jsoup.nodes.Element;\n            \nvar document = JsDom.parse(src);\n            \n// 获取包含<li>元素的<div>元素\nvar divs = document.select('ul.list > div');\n\n// 将divs转换为数组以便排序\nvar divArray = [];\nfor (var i = 0; i < divs.size(); i++) {\n    divArray.push(divs.get(i));\n}\n\n// 按照data-id属性对divArray进行排序\ndivArray.sort(function(a, b) {\n    var pageA = parseInt(a.attr('data-id'), 10);\n    var pageB = parseInt(b.attr('data-id'), 10);\n    return pageA - pageB;\n});\n\nvar list = [];\n// 遍历排序后的divArray\nfor (var i = 0; i < divArray.length; i++) {\n    var div = divArray[i];\n    var dataId = div.attr('data-id');\n    // 获取当前div下的所有<li>元素\n    var lis = div.select('li');\n    for (var j = 0; j < lis.size(); j++) {\n        var li = lis.get(j);\n        var a = li.select('a').first();\n        if (a != null) {\n            list.push({\n                text: a.text(),\n                id: dataId, // 使用data-id属性\n                url: a.attr('href')\n            });\n        }\n    }\n}\n\n//java.log(JSON.stringify(list));\nlist;\n</js>\n",
      "chapterName": "text",
      "chapterUrl": "url",
      "isPay": ""
    },
    "searchUrl": "http://wap.aixswx.org/s.php,{\n \"body\": \"s={{key}}\",\n \"charset\": \"utf-8\", \n \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃冬天中文🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.xkushu.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1562,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 1456,
    "ruleBookInfo": {
      "intro": "id.intro@text",
      "lastChapter": "id.details@tag.a.2@text",
      "name": "id.info@tag.h1@text"
    },
    "ruleContent": {
      "content": "id.content@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tr",
      "bookUrl": "class.odd.0@tag.a.0@href",
      "coverUrl": "tag.a.0@href##^.+?(\\d+)\\D(\\d+).+##/35zwhtml/$1/$2/$2s.jpg",
      "kind": "class.even.2@text",
      "lastChapter": "class.even@a@text",
      "name": "class.odd@a@text"
    },
    "ruleToc": {
      "chapterList": "id.list@dd@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃旭日小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.xuribook.com#🎃",
    "customButton": false,
    "customOrder": 1563,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 3095,
    "ruleBookInfo": {
      "coverUrl": "class.BGsectionOne-top-left@tag.img.0@data-lazy",
      "tocUrl": "text.进入目录@href##ml\\.##ml_1."
    },
    "ruleContent": {
      "content": "<js>\nurl=\"https:\"+result.match(/initTxt\\(\"([^\"]+)\",\"[^\"]+\"\\)/)[1];\nr=String(java.ajax(url).match(/_txt_call\\(([\\s\\S]+\\})\\)/)[1]);\nvar r = eval('(' + r + ')');\n\t\t\t\tif(r.content!=null){\t\t\t\t\n      var e = r.replace;\n\t\t\t\tfor (var n in e) {\n\t\t\t\t\tvar i = new RegExp(e[n], \"ig\");\n\t\t\t\t\tr.content = r.content.replace(i, n)\n\t\t\t\t}\n\t\t\t\tresult=r.content\n\t\t\t\t\t}else{result=\"章节加载失败，或者容正在手打中，请【收藏本站】稍访问或者联系管理员更新~\"}\n</js>"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.sc-title@tag.a.1@text",
      "bookList": "class.search-card",
      "bookUrl": "text.作品详情@href",
      "lastChapter": "class.sc-time@text",
      "name": "class.sc-title@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.BGsectionThree-content@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下页@href"
    },
    "searchUrl": "/search/,{\n'method': 'POST',\n'body': 'keyword={{key}}'\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "一程",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "七猫小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://api-bc.wtzw.com#yc1101b",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1564,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"男生\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"都市人生\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=203&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"异术超能\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=219&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"玄幻奇幻\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=202&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠仙侠\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=205&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇闻异事\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=204&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=56&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"游戏\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=75&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=64&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"二次元\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=207&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"体育\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=206&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"影视\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=539&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"穿越\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=373&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"鉴宝\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=47&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"重生\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=779&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"血脉\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=426&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"签到\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=565&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"复仇\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=790&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"丹药\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=428&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"无限流\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=557&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"强者回归\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=402&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"医生\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=156&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"战神\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=527&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女婿\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=36&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"皇帝\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=62&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"弃少\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=525&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女总裁\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=89&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"热血\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=1&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"爽文\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=570&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现实\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=12&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"悬疑\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=27&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女生\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"现代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=1&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"总裁豪门\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=8&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=2&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"种田经商\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=16&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"宫闱宅斗\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=209&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"幻想言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=4&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇闻异事\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=204&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"影视原著\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=539&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"短篇\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=541&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"重生\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=779&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女强\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=620&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"年下\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=631&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"空间\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=345&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"穿越\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=373&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"隐婚\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=481&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"系统\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=782&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"快穿\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=335&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"虐渣\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=739&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"日久生情\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=700&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"皇后\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=106&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"王爷\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=125&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"学霸\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=781&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"毒妃\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=109&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"校草\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=701&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女配\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=191&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"甜宠\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=21&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"搞笑\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=788&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"虐恋\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=16&gender=2&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"治愈\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=17&gender=2&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"图书\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"现代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=260&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=259&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"青春文学\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=265&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"影视原著\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=539&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"悬疑推理\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=262&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠小说\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=289&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻未来\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=261&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史小说\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=264&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙侠奇缘\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=276&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙侠玄幻\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=288&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现实小说\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=266&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现代军旅\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=290&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"文学艺术\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=240&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人物传记\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=247&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人文科社\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=241&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"少儿教育\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=258&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经管励志\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=242&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经典文学\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=243&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "",
    "lastUpdateTime": 1732532634663,
    "loginUrl": "",
    "respondTime": 2226,
    "ruleBookInfo": {
      "author": "author",
      "coverUrl": "image_link",
      "init": "data.book",
      "intro": "intro##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "book_tag_list[*].title",
      "lastChapter": "{{$.latest_chapter_title}}·{{java.timeFormat(java.getString('$.update_time')*1000)}}",
      "name": "title@put:{bid:id}",
      "tocUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.id}}}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\n\"https://api-ks.wtzw.com/api/v1/chapter/chapter-list?\"+urlEncode(params)+\",\"+java.get(\"headers\")",
      "wordCount": "words_num"
    },
    "ruleContent": {
      "content": "@js:\nvar javaImport = new JavaImporter();\njavaImport.importPackage(\n    Packages.java.lang,\n    Packages.javax.crypto.spec,\n    Packages.javax.crypto,\n    Packages.java.util\n);\nwith(javaImport) {\n    function decode(content) {\n        var ivEncData = Base64.getDecoder().decode(String(content));\n        var key = SecretKeySpec(String(\"242ccb8230d709e1\").getBytes(), \"AES\");\n        var iv = IvParameterSpec(Arrays.copyOfRange(ivEncData, 0, 16));\n        var chipher = Cipher.getInstance(\"AES/CBC/PKCS5Padding\");\n        chipher.init(2, key, iv);\n        return String(chipher.doFinal(Arrays.copyOfRange(ivEncData, 16, ivEncData.length)));\n    }\n}\n\n\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':String(java.get('bid')),'chapterId':String(baseUrl.split(\"/\").pop())}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }\n  }\n  return paramStr;\n};\n\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\nurl=\"https://api-ks.wtzw.com/api/v1/chapter/content?\"+urlEncode(params)\ndecode(JSON.parse(java.ajax(url+','+java.get(\"headers\"))).data.content)\n\n"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "<js>\ngender=baseUrl.match(/gender=(\\d+)/)?baseUrl.match(/gender=(\\d+)/)[1]:\"\"\ncategory_id=baseUrl.match(/category_id=(\\d+)/)?baseUrl.match(/category_id=(\\d+)/)[1]:\"\"\nneed_filters=baseUrl.match(/need_filters=(\\d+)/)?baseUrl.match(/need_filters=(\\d+)/)[1]:\"\"\npage=baseUrl.match(/page=(\\d+)/)?baseUrl.match(/page=(\\d+)/)[1]:\"\"\nneed_category=baseUrl.match(/need_category=(\\d+)/)?baseUrl.match(/need_category=(\\d+)/)[1]:\"\"\ntag_id=baseUrl.match(/tag_id=(\\d+)/)?baseUrl.match(/tag_id=(\\d+)/)[1]:\"\"\nsign_key='d3dGiJc651gSQ8w1'\nheaders={'app-version':'51110','platform':'android','reg':'0','AUTHORIZATION':'','application-id':'com.****.reader','net-env':'1','channel':'unknown','qm-params':''}\nheaders['sign']=String(java.md5Encode(Object.keys(headers).sort().reduce((pre,n)=>pre+n+'='+headers[n],'')+sign_key))\n\n\nvar urlEncode = function (param, key, encode) {\n  if(param==null) return '';\n  var paramStr = '';\n  var t = typeof (param);\n  if (t == 'string' || t == 'number' || t == 'boolean') {\n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);\n  } else {\n    for (var i in param) {\n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);\n      paramStr += urlEncode(param[i], k, encode);\n    }\n  }\n  return paramStr;\n};\n\nvar category = function () {\n  params={'gender':gender,'category_id':category_id,'need_filters':need_filters,'page':page,'need_category':need_category}\n  params['sign']=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\n  url=\"https://api-bc.wtzw.com/api/v4/category/get-list?\"+urlEncode(params)\n  return java.ajax(url+','+java.put(\"headers\",JSON.stringify({\"headers\":headers})))\n};\n\nvar tag = function () {\n  params={'gender':gender,'need_filters':need_filters,'page':page,'tag_id':tag_id}\n  params['sign']=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\n  url=\"https://api-bc.wtzw.com/api/v4/tag/index?\"+urlEncode(params)\n  return java.ajax(url+','+java.put(\"headers\",JSON.stringify({\"headers\":headers})))\n};\n\n\nif(baseUrl.match(/category/)){\n  category()\n}else {\n  tag()\n}\n</js>\n$.data.books",
      "bookUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.id}},'imei_ip':'2937357107','teeny_mode':0}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\n\"https://api-bc.wtzw.com/api/v4/book/detail?\"+urlEncode(params)+\",\"+java.get(\"headers\")",
      "coverUrl": "$.image_link",
      "intro": "$.intro",
      "kind": "$.ptags",
      "name": "$.title",
      "wordCount": "$.words_num"
    },
    "ruleSearch": {
      "author": "original_author",
      "bookList": "data.books",
      "bookUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.id}},'imei_ip':'2937357107','teeny_mode':0}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\n\"/api/v4/book/detail?\"+urlEncode(params)+\",\"+java.get(\"headers\")",
      "coverUrl": "image_link",
      "intro": "intro",
      "kind": "ptags",
      "name": "original_title",
      "wordCount": "words_num"
    },
    "ruleToc": {
      "chapterList": "data.chapter_lists",
      "chapterName": "title",
      "chapterUrl": "id",
      "updateTime": "{{$.words}} 字"
    },
    "searchUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nheaders={'app-version':'51110','platform':'android','reg':'0','AUTHORIZATION':'','application-id':'com.****.reader','net-env':'1','channel':'unknown','qm-params':''}\n\nparams={'gender':'3','imei_ip':'2937357107','page':page,'wd':key}\n\nvar urlEncode = function (param, key, encode) {  \n  if(param==null) return '';  \n  var paramStr = '';  \n  var t = typeof (param);  \n  if (t == 'string' || t == 'number' || t == 'boolean') {  \n    paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);  \n  } else {  \n    for (var i in param) {  \n      var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);  \n      paramStr += urlEncode(param[i], k, encode);  \n    }  \n  }  \n  return paramStr;  \n};\n\nheaderSign=String(java.md5Encode(Object.keys(headers).sort().reduce((pre,n)=>pre+n+'='+headers[n],'')+sign_key))\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nheaders['sign']=headerSign\nparams['sign']=paramSign\nbody=urlEncode(params)\n\n\"/api/v5/search/words?\" +body+\",\"+java.put(\"headers\",JSON.stringify({\"headers\":headers}))",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃二三中文🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.ersanxs.info#🎃",
    "bookUrlPattern": "http://wap.ersanxs.info/skxs/\\d+/",
    "customButton": false,
    "customOrder": 1565,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 670,
    "ruleBookInfo": {
      "author": ".author@text",
      "coverUrl": ".synopsisArea_detail@img@src",
      "intro": ".review@html",
      "kind": ".synopsisArea_detail@p.1:2:4@text##.*：",
      "name": "h1@text",
      "tocUrl": "text.查看完整目录@href"
    },
    "ruleContent": {
      "content": "#chaptercontent@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\s*(.*?\\(第\\d+/\\d+页\\)|.*本章未?完.*)\\s*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span@text##\\/",
      "bookList": ".result@li",
      "bookUrl": "a.1@href",
      "kind": "a.0@text##\\[|\\]|\\s",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "#chapterlist p:nth-child(n+3) > a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/s.php?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "得间小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.idejian.com#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1566,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1735612726192,
    "loginUrl": "",
    "respondTime": 2912,
    "ruleBookInfo": {
      "author": "class.author.0@text",
      "coverUrl": ".bookcover@src",
      "intro": "[property=og:description]@content",
      "kind": "class.author.1@text",
      "lastChapter": "class.title.1@textNodes",
      "name": ".main dt@text",
      "tocUrl": "@js:\"https://dj.palmestore.com/zybook/u/p/api.php?Act=getChapterListVersion&bid=\"+java.put('bid',baseUrl.match(/(\\d+)/)[1])+\"&p4=501656\"",
      "wordCount": ".font_num@text"
    },
    "ruleContent": {
      "content": ".h5_mainbody@p@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.book_author.0@text",
      "bookList": ".v_list li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "img@src",
      "intro": ".book_info@text",
      "kind": "class.book_author.2@text",
      "name": ".book_name@text"
    },
    "ruleToc": {
      "chapterList": "cp",
      "chapterName": "cn@text",
      "chapterUrl": "https://m.idejian.com/book/@get:{bid}/{{@css:id@text}}.html"
    },
    "searchUrl": "/search/do?keyword={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "趣书网",
    "bookSourceType": 3,
    "bookSourceUrl": "https://qushu123.com",
    "bookUrlPattern": "https?://qushu123.com/txt/.*/txt\\d+.html",
    "customButton": false,
    "customOrder": 1567,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"小说分类\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"男生小说\",\n    \"url\": \"/txt/nansheng/<,index_{{page}}.html>\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"女生言情\",\n    \"url\": \"/txt/yanqing/<,index_{{page}}.html>\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"耽美同人\",\n    \"url\": \"/txt/tongren/<,index_{{page}}.html>\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"都市小说\",\n    \"url\": \"/txt/dushi/<,index_{{page}}.html>\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"玄幻奇幻\",\n    \"url\": \"/txt/xuanhuan/<,index_{{page}}.html>\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"武侠修真\",\n    \"url\": \"/txt/xiuzhen/<,index_{{page}}.html>\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"网游竞技\",\n    \"url\": \"/txt/wangyou/<,index_{{page}}.html>\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"历史军事\",\n    \"url\": \"/txt/lishi/<,index_{{page}}.html>\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"科幻灵异\",\n    \"url\": \"/txt/kehuan/<,index_{{page}}.html>\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"其他小说\",\n    \"url\": \"/txt/qita/<,index_{{page}}.html>\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  }\n]",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; U; Android 13; zh-Hans-CN; PFJM10 Build/TP1A.220905.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/135.0.4896.58 Quark/6.13.6.581 Mobile Safari/537.36\",\"Accept-Language\":\"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\",\"Referer\":\"https://qushu123.com/}",
    "lastUpdateTime": 1751555119644,
    "respondTime": 2845,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "downloadUrls": "@js:\nu=java.getString(\".bookbutton@a@href\")\nuu=String(java.ajax(source.key+u)).match(/\\<td\\>\\<a href=\"(.*)\" ti/)[1]",
      "intro": ".con@html##趣书网.*",
      "kind": "{{@[property~=category|status]@content}}\n{{book.kind}}",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {},
    "ruleExplore": {
      "author": "p.1@text##\\s著",
      "bookList": ".imgtextlist@li",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": "p.3@text##简介：?:?",
      "kind": "p.2@text&&span.0@text##\\[|\\]",
      "name": "a.1@text##《|》"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".imgtextlist@li",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": "p.4@text##简介：?:?",
      "kind": "p.3:2@text##更新：?:?\\[|\\]",
      "name": "a.1@text##《|》"
    },
    "ruleToc": {},
    "searchUrl": "@js:\nu=\"https://qushu123.com/e/search/index.php\"\nbd=`show=title%2Csoftsay%2Csoftwriter&keyboard=${java.encodeURI(key, 'utf-8')}&tbname=download&tempid=1&Submit22=%E6%90%9C%E7%B4%A2`\nlo=String(java.post(u,bd,{}).headers(\"Location\")).replace(/\\[(result)\\/(.*)\\]/,\"$1/index.php$2&page={{(page-1)}}\")\njava.log(lo)\nurl=\"https://qushu123.com/e/search/\"+lo\n",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃优·书荒荒🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.shuhuanghuang.com#🎃",
    "customButton": false,
    "customOrder": 1568,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 2880,
    "ruleBookInfo": {
      "author": "##作者：([^<]*)##$1###",
      "coverUrl": ".book-info img@src",
      "init": ".book-info",
      "intro": ".description@text@js:result.replace(/各位书友.*/g, '').replace(/^\\s*/, '<br>')",
      "kind": ".cg@text##最近更新：",
      "lastChapter": ".newset a@text##正文?(_)",
      "name": ".title@text",
      "wordCount": ".cr@text"
    },
    "ruleContent": {
      "content": ".content p@textNodes##手机.+[a-zA-Z]+.[^\\s]*[a-zA-Z].+书荒慌.+小说网."
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "##作者：[^>]*>([^<]*)##$1###",
      "bookList": "+@css:.block-thumb",
      "bookUrl": "h3 a@href",
      "coverUrl": ".lazy@data-original",
      "kind": ".updating@text",
      "lastChapter": "",
      "name": "h3@text"
    },
    "ruleToc": {
      "chapterList": "+@css:.book-list li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search/?keywords={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃乐文小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.lewenge.cc#🎃",
    "customButton": false,
    "customOrder": 1569,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\npush(\"全部🌊分类\",null,1,1)\npush(\"🌊全本🌊\",`/mfull/{{page}}.html`,1,1)\n\tarList=[\"魔幻玄幻\",\"仙侠修真\",\"都市青春\",\"历史军事\",\"科幻游戏\",\"近代现代\",\"同人耽美\",\"架空历史\",\"重生异能\",\"恐怖推理\"]\n\tarList.map((tag,index)=>{\n\t\turl=`/wapsort/${index+1}_{{page}}.html`;\n\t\tpush(tag, url, 1, 0.25);\n\t\t});\n//java.log(JSON.stringify(sort))\nJSON.stringify(sort)",
    "header": "{\n  'User-Agent': \"Mozilla/5.0 (Linux; Android 15; V2304A Build/AP3A.240905.015.A2; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/126.0.6478.71 Mobile Safari/537.36\",\n  'sec-ch-ua-platform': \"\\\"Android\\\"\",\n  'origin': \"baseUrl\",\n  'x-requested-with': \"cn.mujiankeji.mbrowser\",\n  'referer': \"baseUrl\",\n  'accept-language': \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"\n}",
    "lastUpdateTime": 0,
    "respondTime": 4576,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "img@src",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": "#nr1@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##.*本章未完.*"
    },
    "ruleExplore": {
      "author": "span.0@text",
      "bookList": "tbody!0",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "span.-1@text",
      "kind": "span.1@text",
      "name": "a.1@text"
    },
    "ruleSearch": {
      "author": "##a\\>\\/(.*?)\\<##$1###",
      "bookList": ".line",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href##\\/(\\d+)\\/$##$1###\n@js:\nbid = parseInt(result);\naid = parseInt(bid / 1000);\nresult = `/image/${aid}/${bid}/${bid}s.jpg`;\n",
      "intro": "",
      "kind": "a.0@text##\\[|]",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".chapter!0@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "/modules/article/waps.php,{\n \"body\": \"searchtype=articlename&searchkey={{key}}&submit=\",\n \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "By：Tom",
    "bookSourceGroup": "免费",
    "bookSourceName": "丁斐",
    "bookSourceType": 2,
    "bookSourceUrl": "http://comic.mh.com",
    "customButton": false,
    "customOrder": 1570,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nlet model = (title,url,num)=>{\n    return {title:title,url:url,style:{layout_flexGroup:1,layout_flexBasisPercent:num}}\n}\n\nlet ajax = java.ajax(\"http://comic.321mh.com/v1/comic/getcomicsortandroid?platformname=android&productname=mht\")\nlet url=\"https://getconfig-globalapi.yyhao.com/app_api/v5/getsortlist/?page={{page}}&orderby=date&search_type=&comic_sort=tihuan&search_key=&platformname=android&productname=mht\"\n\n丁斐=JSON.parse(ajax).data.map(i=>{\n\tt=url.replace(\"tihuan\",i.urlid)\n\treturn  model(i.name,t,0.15)\n\t})\n\t\n\nJSON.stringify(丁斐)",
    "lastUpdateTime": 1724930118233,
    "respondTime": 2037,
    "ruleBookInfo": {
      "intro": "$..comic_desc##^##<br>"
    },
    "ruleContent": {
      "content": "@js:\nres=baseUrl.match(/mycha=(.*)/)\ncha=JSON.parse(res[1])\n\nhost=\"https://mhpic.manhualang.com\"\nlist=[]\n\nlen=cha.end_num\nimg=cha.chapter_image.high\nfor(var i=0;i<len;i++){\n\t  list.push(img.replace(\"$$\",i+1))\n}\n\n\nlist.map(x=>'<img src=\"'+host+x+'\">').join(\"\\n\")"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.comic_author",
      "bookList": "$.data[*]",
      "bookUrl": "http://comic.321mh.com/app_api/v5/getcomicinfo_body/?comic_id={{$.comic_id}}&from_page=search&platformname=android&productname=mht",
      "coverUrl": "http://image.yqmh.com/mh/{{$.comic_id}}.jpg",
      "kind": "$.comic_type##[a-z]+|\\|",
      "lastChapter": "$.last_chapter_name",
      "name": "$.comic_name"
    },
    "ruleToc": {
      "chapterList": "-$..comic_chapter[*]",
      "chapterName": "$.chapter_name",
      "chapterUrl": "$[?(@.chapter_name==\"{{chapter.title}}\")]\n@js:\n\ncha=java.getElement(result)[0]\nbaseUrl+'&mycha='+JSON.stringify(cha)\n",
      "updateTime": "$..create_date\n@js:\"🕗 \"+java.timeFormat(result*1000)"
    },
    "searchUrl": "https://getconfig-globalapi.yyhao.com/app_api/v5/getsortlist/?page={{page}}&orderby=click&search_key={{key}}&young_mode=0&platformname=android&productname=mht",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🌙 米读看书[apiwz]",
    "bookSourceType": 0,
    "bookSourceUrl": "https://apiwz.midukanshu.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1571,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1697045746468,
    "loginUrl": "",
    "respondTime": 677,
    "ruleBookInfo": {
      "init": "",
      "lastChapter": "$.[-1].title"
    },
    "ruleContent": {
      "content": "$..content##\\u0010|（未完待续）",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data.*",
      "bookUrl": "$.book_id@js:\"https://book.midukanshu.com/book/chapter_list/100/\" + result + \".txt\"",
      "coverUrl": "$.cover",
      "intro": "$.description",
      "kind": "{$.score}分&&$..name&&$.category",
      "lastChapter": "",
      "name": "$.title##（+.*|.*最新章节|\\(+.*",
      "wordCount": "$.word_count"
    },
    "ruleToc": {
      "chapterList": "$.[*]",
      "chapterName": "$.title",
      "chapterUrl": "https://book.midukanshu.com/book/chapter/segment/master/{$.bookId}_{$.chapterId}.txt?md5={$.content_md5}",
      "isVip": "",
      "updateTime": ""
    },
    "searchUrl": "https://apiwz.midukanshu.com/fiction/search/search,{\n  \"method\": \"POST\",\n  \"body\": \"device=865166023475380&app=midu&keyword={{key}}&page={{page-1}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "中华典藏",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.diancang.xyz/",
    "customButton": false,
    "customOrder": 1572,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nconst u = source.key, list = [];\nconst push = (title, url, flex) => list.push({\n  title: title,\n  url: url,\n  style: {\n    layout_flexGrow: 1,\n    layout_flexBasisPercent: flex\n  }\n});\nconst getDoc = url => org.jsoup.Jsoup.parse(java.ajax(url));\nconst doc = getDoc(u);\npush(\"・分类・\", \"\", 1);\ndoc.select('.menu a').forEach(e => push(e.text(), e.attr('href') + \"<,index_{{page}}.html>\", null));\npush(\"・标签・\", \"\", 1);\ndoc.select('.panel-default a').forEach(e => push(e.text(), String(e.attr('href')).replace(/\\d+\\.html$/, '{{page-1}}.html'), null));\npush(\"・书单・\", \"\", 1);\nconst sUrl = u + \"/shudan\", sDoc = getDoc(sUrl);\nconst total = +((sDoc.select('.m-page .disabled').text().match(/\\/(\\d+)/) || [,0])[1]);\nfor (let i = 1; i <= total; ++i) {\n  let page = i == 1 ? \"\": `/index_${i}.html`;\n  getDoc(sUrl + page).select('.panel-warning .list-group-item a').forEach(e => push(e.text(), e.attr('href'), null));\n}\nJSON.stringify(list);",
    "lastUpdateTime": 1754708679417,
    "respondTime": 3150,
    "ruleBookInfo": {
      "author": "@js:\n`{{@small@a@text}}` || \"中华典藏\";",
      "canReName": "1",
      "coverUrl": ".fmpic@img@src",
      "intro": ".m-summary@html||.panel-body@html",
      "kind": ".alert@a@text",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": "#content@html||.message@html||.panel-body@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "@js:\n`{{@[href*=/renwu/]@text}}` || \"中华典藏\";",
      "bookList": "tr!0||.panel-body > div",
      "bookUrl": "a.0@href",
      "checkKeyWord": "史记",
      "coverUrl": "img@src",
      "intro": ".m-text@text",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "@js:\ntry {\n  java.setContent(String(result).match(/<div class=\"clearfix\"><\\/div>([\\s\\S]*?)<div class=\"clearfix\"><\\/div>/)[1]);\n  java.getElements('h3,li');\n} catch {\n  java.setContent(`<a href=\"${baseUrl}\">${book.name}</a>`);\n  java.getElements('body');\n}\n",
      "chapterName": "text",
      "chapterUrl": "a@href",
      "isVolume": "a@target"
    },
    "searchUrl": "e/search/index.php,{\"body\": \"tbname=bookname&show=title,writer&tempid=1&keyboard={{key}}\", \"method\": \"POST\",\"webView\": true}",
    "weight": 0
  },
  {
    "bookSourceComment": "需登录，只显示主题楼内容",
    "bookSourceGroup": "免费",
    "bookSourceName": "豆瓣小组",
    "bookSourceType": 0,
    "bookSourceUrl": "豆瓣小组",
    "concurrentRate": "1500",
    "customButton": false,
    "customOrder": 1573,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "善意的竞争小组::https://www.douban.com/group/751019/discussion?start={{(page-1)*25}}\n\n夕山燕归的日记::https://www.douban.com/people/286958691/notes?start={{(page-1)*10}}&type=note",
    "lastUpdateTime": 1749972518546,
    "loginUrl": "https://www.douban.com",
    "respondTime": 5121,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "<js>\nif(/data:/.test(baseUrl)){\nurl = String(java.hexDecodeToString(result)).replace(/douban:/,'https:');\nresult = String(java.ajax(url));\n}\nresult = result.replace(\n  /<div class=\"rich-content topic-richtext\">([\\s\\S]+?)<\\/div>/g,\n  function(match, innerContent) {\n    var modifiedContent = innerContent.replace(/\\n+/g, \"</p><p data-align=\\\"left\\\">\");  \n    return `<div class=\"rich-content topic-richtext\">${modifiedContent}</div>`;\n  }\n);\njava.setContent(result);\nresult = String(java.getString(\"@@class.rich-content topic-richtext.0@html||id.link-report@html\"));\nvideo = String(java.getString(\"@@tag.video@src\"));\nif(video){\n\tresult = result+\"音视频链接：\"+video+\"\\n❗️刷新正文跳转播放音视频\"\n\t}\n\tresult\n</js>",
      "imageStyle": "FULL",
      "payAction": "<js>\nJSON.stringify([{\n\ttitle:book.name\n\t}])\n</js>\n$.[*]",
      "replaceRegex": "##<img src=\".*?\">\\s*.*?\\d+个成员\\s*"
    },
    "ruleExplore": {
      "author": ".title+td@text",
      "bookList": "class.olt@tr[!0:5]||class.result||class.note-container||tag.div.1",
      "bookUrl": "data:donban;base64,{{java.base64Encode(java.getString(\"@data-url||tag.a.0@href\"))}},{\"type\":\"\"}",
      "intro": "时间:{{@@class.time@text}}{{@@class.info@text}}{{@@class.pub-date@text}}<br/>{{@@class.note@html}}",
      "name": "class.title@a@title||h3@text||tag.div@text@js:java.put(\"tit\",result)"
    },
    "ruleSearch": {
      "author": "{{java.getString(\"$.target.owner.type\")==\"user\"?java.getString(\"$.target.owner.name\"):java.getString(\"$.target.card_subtitle\")}}##\\s.*|\\{.*",
      "bookList": "$..[?(@.target_type=='topic' || @.target_type=='note' || @.target_type=='user')]",
      "bookUrl": "<js>\nif(java.getString(\"$.type_name\")==\"用户\"){\n\tresult = java.getString(\"$.target.url\")+\"notes\"\n\t}else{\n\t\tresult = `data:donban;base64,${java.base64Encode(java.getString(\"$.target.uri\"))},{\"type\":\"\"}`\n\t\t}\n</js>",
      "coverUrl": "$.avatar",
      "intro": "&emsp;&emsp;{{$.target.abstract}}\n<js>\nlet type_name = java.getString(\"$.type_name\");\nlet tishi = \"---复制下面文字添加至发现规则--\";\n\nif(type_name==\"用户\" || type_name==\"日记\"){\n\tresult = result + `\\n&lrm;\\n${tishi}\\n&lrm;\\n${java.getString(\"$.target.name||$.target.owner.name\")}的日记::${java.getString(\"$.target.url||$.target.owner.url\")}notes?start={{(page-1)*10}\\}&type=note`\n\t\n\t}else if(type_name==\"讨论\"){\n\t\tresult = result + `\\n&lrm;\\n🔰所属小组:${java.getString(\"$.target.owner.name\")}\\n${tishi}\\n&lrm;\\n${java.getString(\"$.target.owner.name\")}::https://www.douban.com/group/${java.getString(\"$.target.owner.id\")}/discussion?start={{(page-1)*25}\\}`\n\t\t\n\t\t}\n</js>",
      "kind": "$.type_name",
      "name": "$.target.title||$.target.name||$..title"
    },
    "ruleToc": {
      "chapterList": "<js>\nif(/data:/.test(baseUrl)){\n\tresult = \"<h3>\"+book.name+\"</h3>\"\n\t}\nresult\n</js>\nclass.note-container||tag.h3",
      "chapterName": "h3@text",
      "chapterUrl": "@data-url",
      "nextTocUrl": "@js:\nif(!/data:|start=10/.test(baseUrl)){\nlet page = Number(/span class=\"next\">/.test(result)?result.match(/>(\\d+)<\\/a>\\s+<span class=\"next\">/)[1]:0);\npage = page>10?10:page;\nlist = [];\nfor(i=2;i<=2;i++){\n\tlist.push(baseUrl+\"?start=\"+(i-1)*10+\"&type=note\")\n\t}\nlist\n}",
      "updateTime": "class.pub-date@text"
    },
    "searchUrl": "https://m.douban.com/rexxar/api/v2/search?q={{key}}&type=&loc_id=&start={{(page-1)*10}}&count=10&sort=relevance&ck=5SkZ,{\"headers\":{\n\t\"referer\":\"https://www.douban.com/search?source=suggest&q={{java.encodeURI(key)}}\"\n\t}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "若夏",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ruoxia.com#",
    "customButton": false,
    "customOrder": 1574,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1732518537671,
    "respondTime": 931,
    "ruleBookInfo": {
      "author": "//*[@property='og:novel:author']/@content",
      "coverUrl": "//*[@property='og:image']/@content@js:result.split('@')[0]",
      "intro": "class.summary@class.note.0@text",
      "kind": "//*[@property='og:novel:category']/@content",
      "lastChapter": "//*[@property='og:novel:latest_chapter_name']/@content",
      "name": "//*[@property='og:title']/@content",
      "tocUrl": "//*[@property='og:novel:read_url']/@content@js:result.replace('/book/','/chapter/')"
    },
    "ruleContent": {
      "content": "$.chapter.htmlContent<js>result.replace(/<.*?>/g,'').replace(/\\r/g,'\\n　　')</js>"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.authorname",
      "bookList": "@JSon:$.data.content[*]",
      "bookUrl": "$.id@js:'http://www.ruoxia.com/book/'+result",
      "coverUrl": "$.iconUrlSmall@js:'https://b.heiyanimg.com'+result.split('@')[0]",
      "intro": "$.introduce",
      "kind": "$.sortname",
      "lastChapter": "$.lastchaptername",
      "name": "$.name"
    },
    "ruleToc": {
      "chapterList": ":(?s)(\\d+)\" class=\"(isvip)?[^\"]*name[^>]*>([^<]*)",
      "chapterName": "$2$3",
      "chapterUrl": "https://a.heiyan.com/ajax/chapter/content/$1"
    },
    "searchUrl": "http://search.ruoxia.com/web/search?highlight=false&queryString={{key}}&page={{page}}",
    "weight": 98
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "秋田书屋🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.qiutiandog.com#🎃",
    "customButton": false,
    "customOrder": 1575,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 4052,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "☁️ 更新：\n{{@@[property$=update_time]@content}}\n👻  简介：\n{{@@[property$=description]@content}}##(^|[。！？……；]+[”」）……】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "{{baseUrl}}##//m##//www",
      "wordCount": "text.字数@text##字数："
    },
    "ruleContent": {
      "content": "#content@html",
      "replaceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href",
      "checkKeyWord": "诡秘之主",
      "coverUrl": "img@src",
      "kind": "text.分类@text##分类：",
      "lastChapter": "a.-1@text",
      "name": "h4@text"
    },
    "ruleToc": {
      "chapterList": ".listmain@dd@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "https://m.qiutiandog.com/sdfgsdyugfsdugf.html?ie=gbk&s=5256649918672294880&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "虫虫书屋🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.51menu.com#🎃",
    "bookUrlPattern": "http://www.51menu.com/book/\\d+/",
    "customButton": false,
    "customOrder": 1576,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻\",\"url\":\"/xuanhuan/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"修真\",\"url\":\"/xiuzhen/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/dushi/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/lishi/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/wangyou/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/kehuan/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/yanqing/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/qita/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"经典\",\"url\":\"/jingdian/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"高辣\",\"url\":\"/gaola/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"耽美\",\"url\":\"/danmei/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"同人\",\"url\":\"/tongren/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"全本\",\"url\":\"/quanben/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"待待\",\"url\":\"/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"说明\",\"url\":\"/shuoming.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1736679483857,
    "respondTime": 7086,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": ".book_about dd@html##【微信公众号.*】|最新章节推荐地.*",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "[property$=og:url]@content##//m##//www"
    },
    "ruleContent": {
      "content": "#content@html"
    },
    "ruleExplore": {
      "author": ".s4@text",
      "bookList": ".bd ul li",
      "bookUrl": ".s2@a@href",
      "coverUrl": "a.0@href##\\D(\\d+)(\\/|\\.html?)?$##$1###\n<js>\ni=parseInt(result);\nii=parseInt(i/1000)\nsource.getKey().match(/([^\\#]+)\\#/)[1]+\"/files/article/image/\"+ii+\"/\"+i+\"/\"+i+\"s.jpg\"\n</js>",
      "kind": "{{@@.s1@text##\\[|\\]}}\n{{@@.s5@text}}",
      "lastChapter": ".s3@text",
      "name": ".s2 a@text"
    },
    "ruleSearch": {
      "author": ".author a@text",
      "bookList": ".so_list .bookbox",
      "bookUrl": "a.0@href",
      "coverUrl": ".bookimg img@src",
      "kind": ".cat@text##分类：",
      "lastChapter": ".update a@text",
      "name": ".bookname a@text"
    },
    "ruleToc": {
      "chapterList": ".listmain dl dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{String(source.getKey().match(/([^\\#]+)\\#/)[1])}}/dshifisdhgujdu.html?ie=utf-8&s=5256649918672294880&q={{JSON.parse(java.post(u=source.getKey().match(/([^\\#]+)\\#/)[1]+\"/pinyin.html\",\"s=\"+key+\"&act=hztopy\",{}).body()).data}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "猫九小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.maojiuxs.com#♤yc",
    "customButton": false,
    "customOrder": 1577,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"推荐榜\",\"url\":\"/top/tuijian.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"点击榜\",\"url\":\"/top/dianji.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"收藏榜\",\"url\":\"/top/shoucang.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"好评榜\",\"url\":\"/top/pinglun.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"更新榜\",\"url\":\"/top/gengxin.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"新书榜\",\"url\":\"/top/xinshu.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"完结\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"现代言情\",\"url\":\"/shuku/?offset={{page-1}}&category=1&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代言情\",\"url\":\"/shuku/?offset={{page-1}}&category=2&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"青春校园\",\"url\":\"/shuku/?offset={{page-1}}&category=3&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/shuku/?offset={{page-1}}&category=4&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"灵异惊悚\",\"url\":\"/shuku/?offset={{page-1}}&category=5&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"同人小说\",\"url\":\"/shuku/?offset={{page-1}}&category=6&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"游戏竞技\",\"url\":\"/shuku/?offset={{page-1}}&category=7&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"无ＣＰ\",\"url\":\"/shuku/?offset={{page-1}}&category=135&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"纯爱百合\",\"url\":\"/shuku/?offset={{page-1}}&category=136&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"连载\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"现代言情\",\"url\":\"/shuku/?offset={{page-1}}&category=1&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代言情\",\"url\":\"/shuku/?offset={{page-1}}&category=2&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"青春校园\",\"url\":\"/shuku/?offset={{page-1}}&category=3&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/shuku/?offset={{page-1}}&category=4&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"灵异惊悚\",\"url\":\"/shuku/?offset={{page-1}}&category=5&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"同人小说\",\"url\":\"/shuku/?offset={{page-1}}&category=6&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"游戏竞技\",\"url\":\"/shuku/?offset={{page-1}}&category=7&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"无ＣＰ\",\"url\":\"/shuku/?offset={{page-1}}&category=135&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"纯爱百合\",\"url\":\"/shuku/?offset={{page-1}}&category=136&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1759399606823,
    "loginUrl": "http://www.maojiuxs.com/member/login.html",
    "respondTime": 3110,
    "ruleBookInfo": {
      "author": ".introtwo span.0@text",
      "coverUrl": ".imgbox img@src",
      "intro": ".tabs_content p.0@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".cation span@text&&.update span.1@text##\\s.*",
      "lastChapter": ".update span.0@text",
      "name": ".intro div.0@text",
      "tocUrl": ".tabs_header a.1@href",
      "wordCount": ".intro_num div.0@text"
    },
    "ruleContent": {
      "content": "#showReading@p@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".recom_top li||.book_con li",
      "bookUrl": "a@href",
      "coverUrl": ".imgbox img@src",
      "intro": ".instro@text",
      "kind": ".cation@text&&.status@text&&.time@text##\\s.*",
      "lastChapter": ".up@text",
      "name": ".name@text",
      "wordCount": ".statusbox span.2@text"
    },
    "ruleToc": {
      "chapterList": ".recommendeddirectory a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{'webView': true}",
      "isVip": "img@src"
    },
    "searchUrl": "/book/all.html?s={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "爱巴士",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.ibusrm.com",
    "concurrentRate": "1000",
    "customButton": false,
    "customOrder": 1578,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nlet sort = []\nlet categoryInfo = {\"94\":\"仙侠\",\"95\":\"言情\",\"96\":\"战争军事\",\"97\":\"玄门\",\"98\":\"穿越\",\"101\":\"道听途说\",\"102\":\"舞文弄墨\",\"103\":\"僵尸鬼话\",\"104\":\"情感生活\",\"105\":\"BLGL\",\"106\":\"历史演说\",\"108\":\"科幻\",\"109\":\"游戏\",\"110\":\"商业经济\",\"111\":\"武侠\",\"200\":\"传记回忆\",\"201\":\"随笔杂谈\",\"202\":\"言情小说\",\"203\":\"历史小说\",\"204\":\"侦探推理\",\"205\":\"惊悚悬疑\",\"206\":\"网络玄幻\",\"207\":\"寓言童话\",\"208\":\"青春都市\",\"209\":\"社会心理\",\"210\":\"外国小说\",\"211\":\"科幻小说\",\"212\":\"当代小说\",\"213\":\"武侠小说\",\"214\":\"纪实报告\",\"215\":\"世界历史\",\"216\":\"中国历史\",\"217\":\"科普学习\",\"218\":\"诗歌戏曲\",\"219\":\"宗教哲学\",\"220\":\"文学理论\",\"221\":\"日语读物\",\"222\":\"作品集\",\"223\":\"国学古籍\",\"224\":\"战争军事\",\"225\":\"政治经济\",\"226\":\"古典文学\",\"227\":\"现代小说\",\"228\":\"官场小说\",\"229\":\"轻小说\",\"301\":\"现代耽美\",\"302\":\"古耽架空\",\"303\":\"穿越重生\",\"304\":\"BL同人\",\"305\":\"GL百合\",\"306\":\"玄幻科幻\",\"307\":\"都市言情\",\"308\":\"古代言情\",\"309\":\"网游竞技\",\"310\":\"推理悬疑\",\"311\":\"书友推荐\",\"312\":\"站内推荐\",\"313\":\"小妈文学\",\"314\":\"蛇耽系列\",\"315\":\"追夫火葬场\",\"316\":\"久别重逢\",\"317\":\"虫族系列\",\"318\":\"键盘网游\",\"319\":\"校园文学\",\"320\":\"人外系列\",\"500\":\"糙汉系列\",\"501\":\"综合荟萃\",\"502\":\"快穿系列\",\"503\":\"家庭系列\",\"504\":\"师生系列\",\"505\":\"绿色系列\",\"506\":\"大长篇\",\"507\":\"青青校园\",\"508\":\"玄幻仙侠\",\"509\":\"职场生活\",\"510\":\"乡野山村\",\"511\":\"凌辱暴力\",\"512\":\"古代言情\",\"513\":\"都市言情\",\"514\":\"精品无H\"}\n\nlet categoryList = Object.entries(categoryInfo).map(([cid, name]) => ({ cid, name }));\n\npush = (title, url, type) => sort.push({\n    title: title,\n    url: url,\n    style: {\n        layout_flexGrow: 1,\n        layout_flexBasisPercent: type\n    }\n});\n\n// let so = 'https://www.wxzpyd.com'\nlet so = source.key\nlet url = so + '/api/category/list,'\n\ncategoryList.forEach(({ cid, name }) => {\n    let body = `category=${cid}&type=0&page_index={{page}}` \n    let head = { \"referer\": so + \"/category/\" + cid };\n    let option = {\n        method: \"POST\",\n        body: body,\n        headers: head\n    };\n    let Url = url + JSON.stringify(option);\n    push(name, Url, 0.25);\n});\n\nJSON.stringify(sort);",
    "header": "{\n  \"User-Agent\":\"Mozilla/5.0 (Linux; Android 12.0; wv) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/4.0 Chrome/100.0.2987.108 Mobile Safari/537.36\" \n}",
    "lastUpdateTime": 1734059225757,
    "respondTime": 82136,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "init": "",
      "intro": "[property$=description]@content",
      "kind": "[property~=category]@content",
      "lastChapter": ".bookinfo@tag.dl@span.1@text",
      "name": "[property$=book_name]@content",
      "tocUrl": ".g-nav-control@a.0@href"
    },
    "ruleContent": {
      "content": "$.data.content_data\n@js:\nresult = result.match(/\\[\"(.*)\"\\]/)[1].split(\"\\\",\\\"\").join(\"\\n\")"
    },
    "ruleExplore": {
      "author": "auth",
      "bookList": "",
      "bookUrl": "/novel/{{$._id}}",
      "kind": "theme",
      "name": "name"
    },
    "ruleSearch": {
      "author": "auth",
      "bookList": "data.list[*]",
      "bookUrl": "/novel/{{$._id}}",
      "kind": "tags",
      "name": "name"
    },
    "ruleToc": {
      "chapterList": ".list li a",
      "chapterName": "text",
      "chapterUrl": "href\n@js:\ntry {\n  var u = result.match(/target=(https?.*.html)/)[1]\n  url = decodeURIComponent(u)\n  id = url.match(/chapter\\/(.+)\\.html/)[1]\n  burl = 'https://www.ibusread.com/api/chapter/detail,'\n  body = String('id='+id)\n  head = { \"referer\": url }\n  option = JSON.stringify({\n   method: \"POST\",\n   body: body,\n   headers: head\n  })\n  result = burl + option\n} catch(e) {\n  java.log(e)\n  result\n} finally {\n  result;\n}",
      "isVolume": "",
      "nextTocUrl": ".section-list@li@a@href"
    },
    "searchUrl": "@js:\nlet so = source.key + '/search'\nlet res = org.jsoup.Jsoup.parse(java.ajax(so))\nlet id = res.select('.page-search').attr('data-id')\nlet key = java.encodeURI(key)\nlet url = source.key + '/api/search/list,'\nlet body = String('name=' + key + '&tags=&type=3&tt=&page_index=' + page + '&app=2&searchkey=') \nlet head = {\n  \"referer\": so + \"?name=\" + key + \"&tags=&type=3\"\n}\nlet option = {\n   \"method\": \"POST\",\n   \"body\": body,\n   \"headers\": head\n}\nurl + JSON.stringify(option)",
    "weight": 0
  },
  {
    "bookSourceGroup": "女频",
    "bookSourceName": "言情库",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yqk.net/",
    "customButton": false,
    "customOrder": 1579,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1761886877414,
    "respondTime": 3086,
    "ruleBookInfo": {
      "author": "tag.a.2@text",
      "coverUrl": "img@src",
      "init": "class.base",
      "intro": "tag.p.4@text&&tag.p.6@text",
      "kind": "tag.a.3@text",
      "lastChapter": "tag.p.5@a@text",
      "name": "tag.a.1@text",
      "wordCount": "tag.em.0@text"
    },
    "ruleContent": {
      "content": "class.content@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.a.2@text",
      "bookList": "class.left@li!-1",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": "tag.p.3@text&&tag.p.4@text",
      "kind": "tag.a.3@text",
      "lastChapter": "tag.p.5@a@text",
      "name": "tag.a.1@text",
      "wordCount": "tag.em.3@text"
    },
    "ruleToc": {
      "chapterList": "class.chapter@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://www.yqk.net/search.php?searchkey={{key}}&page={{page}},{\n  \"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "阅友小说🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.yueyouxs.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1580,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"都市人生\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=1100&page={{page}}&\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=1101&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"仙侠武侠\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=1102&page={{page}}&\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"军事历史\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=1103&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"科幻末世\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=1104&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"游戏体育\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=1105&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"悬疑灵异\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=1107&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"脑洞大开\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=1108&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"现代言情\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=2100&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"古代言情\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=2101&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"幻想言情\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=2102&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"穿越时空\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=2104&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"宫闱争斗\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=2105&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"豪门总裁\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=2106&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"婚恋爱情\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=2107&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"经商种田\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=2108&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"出版读物\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=3101&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}},\n{\"title\":\"文学小说\",\"url\":\"http://m.yueyouxs.com/api/book/classify?site_id=&classify_id=3102&page={{page}}\",\"style\":{\"layout_flexGrow\":0.25,\"layout_flexBasisPercent\":-1}}]",
    "header": "<js>\n(()=>{\n\tvar ua = \"Mozilla/5.0 (Linux; U; Android 10; zh-Hans-CN; PCT-AL10 Build/HUAWEIPCT-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 Quark/4.0.5.137 Mobile Safari/537.36\";\n\tvar heders = {\"User-Agent\": ua};\n\treturn JSON.stringify(heders);\n})()\n</js>",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 860,
    "ruleBookInfo": {
      "author": "class.v-words flex.0@text##作者：",
      "coverUrl": "class.adMessage@img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "div.face-info.flex-item@span.1@text##.*：",
      "lastChapter": "class.chapter-entrance flex-item@text",
      "name": "class.face-info-title@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节",
      "tocUrl": "class.sumchapter@tag.span@tag.a@href",
      "wordCount": "class.v-words flex.2@text##字数："
    },
    "ruleContent": {
      "content": "class.con@html##（本章完）|（本章未完，请翻页）|.*书友群.*|\\s",
      "imageStyle": "0",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "$.authorName",
      "bookList": "$..list[*]",
      "bookUrl": "http://m.yueyouxs.com/b/{$.wapBookId}.html",
      "coverUrl": "$.bookPic",
      "intro": "$.intro",
      "kind": "$.classifySecondName&&$.updateTime&&$.classifyName",
      "lastChapter": "$.latestChapterName",
      "name": "$.bookName",
      "wordCount": "$.words"
    },
    "ruleSearch": {
      "author": "$.authorName",
      "bookList": "$..list[*]",
      "bookUrl": "http://m.yueyouxs.com/b/{$.wapBookId}.html",
      "checkKeyWord": "",
      "coverUrl": "$.bookPic",
      "intro": "$.intro",
      "kind": "$.classifySecondName&&$.updateTime",
      "lastChapter": "$.latestChapterName",
      "name": "$.bookName##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节",
      "wordCount": "$.words"
    },
    "ruleToc": {
      "chapterList": "class.catalog_ls@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://m.yueyouxs.com/api/book/search?keyword={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃果露小说🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.guolu88.cc#🎃",
    "bookUrlPattern": "https://www.guolu88.cc/go/\\d+/",
    "customButton": false,
    "customOrder": 1581,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部小说\",\"url\":\"/all<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"玄幻小说\",\"url\":\"/xuanhuan<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠小说\",\"url\":\"/xianxia<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市小说\",\"url\":\"/dushi<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"军史小说\",\"url\":\"/junshi<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游小说\",\"url\":\"/wangyou<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻小说\",\"url\":\"/kehuan<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异小说\",\"url\":\"/lingyi<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"言情小说\",\"url\":\"/yanqing<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他小说\",\"url\":\"/qita<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"小说排行\",\"url\":\"/top<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"总点击榜\",\"url\":\"/allvisit<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月点击榜\",\"url\":\"/monthvisit<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周点击榜\",\"url\":\"/weekvisit<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总推荐榜\",\"url\":\"/allvote<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月推荐榜\",\"url\":\"/monthvote<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"收藏排行\",\"url\":\"/goodnum<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最近更新\",\"url\":\"/lastupdate<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"新书上架\",\"url\":\"/postdate<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"字数排行\",\"url\":\"/size<,-{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完本小说\",\"url\":\"/wanben/<,{{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}}]",
    "header": "{ \"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 0,
    "respondTime": 7664,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content\n##章节目录\\s",
      "name": "[property$=book_name]@content"
    },
    "ruleContent": {
      "content": ".readcontent@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##-->>|本章未完.*继续阅读"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author.0@text",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "intro": ".update@textNodes",
      "kind": "0",
      "lastChapter": "a.1@text",
      "name": "h4@text",
      "wordCount": ".author.1@text##字数："
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "https://www.guolu88.cc/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "爱发电🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://afdian.com#🎃",
    "customButton": false,
    "customOrder": 1582,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "兽屋之龙的作品集::https://afdian.com/api/user/get-album-list?user_id=63609ee2d7e211eabceb52540025c377&page={{page}}",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36\"\n}",
    "lastUpdateTime": 0,
    "loginUrl": "<js>\nfunction login(){\nuserInfo=source.getLoginInfoMap()\njava.log(userInfo)\nUNE=userInfo['手机号码/邮箱号']\nPWD=userInfo['密码']\nurl=\"{{source.getKey()}}/api/passport/login,\";\nSU=source.getKey()\nbody={\n  \"account\": String(UNE),\n  \"password\": String(PWD),\n  \"mp_token\": -1\n}\noption={\n'method': 'POST',\n'body': JSON.stringify(body)\n}\n\nurl=url+JSON.stringify(option)\ntoken=java.ajax(url).match(/\"auth_token\":\"([^\"]+)\"/)[1]\n\nCookie={\n\t\"Cookie\":\"auth_token=\"+token\n\t}\nheader = JSON.stringify(Cookie)\nsource.putLoginHeader(header)\n}\n</js>",
    "respondTime": 1301,
    "ruleBookInfo": {
      "author": "$.data.album.user.name",
      "coverUrl": "$.data.album.cover",
      "init": "",
      "intro": "",
      "name": "$.data.album.title",
      "tocUrl": "<js>\nif(baseUrl.match(/get-album-info/)){\n\tjson=JSON.parse(result);\turl=\"/api/user/get-album-catalog?album_id=\"+json.data.album.album_id\n\t}\n</js>"
    },
    "ruleContent": {
      "content": "<js>\nif(baseUrl.match(/album-info/)){\ntext=\"↓复制下面网址，在书架选择◎添加网址◎，粘贴网址，即可阅读本书↓\\n\"+baseUrl+\"\\n简介：\"+JSON.parse(result).data.album.content\n}else if(baseUrl.match(/post_id/)){\n\tjson=JSON.parse(result)\n\tpics=json.data.post.pics;\n\tvideo=json.data.post.video?\"视频链接：\"+json.data.post.video:\"\"\n\tpreview_text=json.data.post.preview_text?json.data.post.preview_text:\"\"\n\timgs=\"\";\n\tfor(i in pics){\n\t\timgs+='<img src=\"'+pics[i]+'\">\\n'\n\t\t}\n\tresult=json.data.post.content+imgs+video;\n\tresult!=\"\"?result:preview_text+\"\\n💰\"+json.data.post.min_price+\"\\n\"+json.data.post.has_right_errMsg\n\t}else{\n\t\tresult=\"↓↓复制下面文字，编辑书源，添加至发现规则↓↓\\n\"+book.name+\"的作品集::\"+baseUrl.replace(/page=1/,'page={\\{page}}')\n\t\t}\n</js>\n##class=\"fr-fic fr-dib\".*?\"\\[object Object\\]\"",
      "imageStyle": "FULL"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "$.data.list",
      "bookUrl": "/api/user/get-album-info?album_id={{$.album_id}}",
      "coverUrl": "$.cover",
      "intro": "$.content",
      "lastChapter": "$.update_time\n<js>\njava.timeFormat(result+\"000\")\n</js>",
      "name": "$.title"
    },
    "ruleSearch": {
      "bookList": "$.data.list",
      "bookUrl": "/api/user/get-album-list?user_id={{$.creator.user_id}}&page=1",
      "coverUrl": "$.cover",
      "intro": "$.creator.detail",
      "kind": "$..category.name",
      "name": "$.name"
    },
    "ruleToc": {
      "chapterList": "$.data.list\n<js>\nif(baseUrl.match(/get-album-list/)){\nresult=String(result).replace(/\\[/,'[{\"text\":\"'+book.name+'\",\"url\":\"'+baseUrl+'\"},')\n}\nresult\n</js>\n$.[*]",
      "chapterName": "$.title||$.text",
      "chapterUrl": "<js>\nif(baseUrl.match(/get-album-list/)){\nresult=\"{{$.album_id}}\"?\"/api/user/get-album-info?album_id={{$.album_id}}\":\"{{$.url}}\";\n}else if(baseUrl.match(/get-album-catalog/)){\tresult=\"/api/post/get-detail?post_id={{$.post_id}}&album_id={{$.album_ids[0]}}\"\n\t}\n</js>",
      "isVip": "",
      "updateTime": "{{$.content_length}}字 💰{{$.min_price}} 目录总数：{{$.post_count}}\n<js>\ntime=\"{{$.publish_time}}\"?java.timeFormat(\"{{$.publish_time}}000\"):\"\"\nresult=time+\" \"+result\n</js>\n##💰0\\.00| 字 💰| 目录总数：$"
    },
    "searchUrl": "/api/creator/list?page={{page}}&type=hot&category_id=&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "下载：http://download.maoyankanshu.la\n备用①：http://api.lfdapengu.com/\n备用②：http://api.jmlldsc.com\n备用③：http://api.jxgtzxc.com/\n备用④：http://api.lemiyigou.com/\n备用⑤：http://api.myweipin.com/\n备用⑥：http://api.xqjcool.com\n备用⑦：http://api.xingliangglobal.com",
    "bookSourceGroup": "免费",
    "bookSourceName": "猫眼看书🥇",
    "bookSourceType": 0,
    "bookSourceUrl": "http://api.xingliangglobal.com",
    "customButton": false,
    "customOrder": 1583,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\": \"❀❀❀男生频道❀❀❀\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"必读榜\",\"url\": \"/module/rank?type=1&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"潜力榜\",\"url\": \"/module/rank?type=5&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"完本榜\",\"url\": \"/module/rank?type=2&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"更新榜\",\"url\": \"/module/rank?type=3&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"搜索榜\",\"url\": \"/module/rank?type=4&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"评论榜\",\"url\": \"/module/rank?type=6&channel=1&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"❀❀全部分类❀❀\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"玄幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=lejRej\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"武侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=nel5aK\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"都市\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mbk5ez\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"仙侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=vbmOeY\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"军事\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=penRe7\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"历史\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=xbojag\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"游戏\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mep2bM\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"科幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=zbq2dp\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"轻小说\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=YerEdO\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"❀❀完结❀❀\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"玄幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=lejRej&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"武侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=nel5aK&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"都市\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mbk5ez&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"仙侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=vbmOeY&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"军事\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=penRe7&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"历史\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=xbojag&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"游戏\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mep2bM&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"科幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=zbq2dp&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"轻小说\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=YerEdO&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"❀❀连载❀❀\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"玄幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=lejRej&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"武侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=nel5aK&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"都市\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mbk5ez&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"仙侠\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=vbmOeY&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"军事\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=penRe7&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"历史\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=xbojag&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"游戏\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=mep2bM&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"科幻\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=zbq2dp&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"轻小说\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=YerEdO&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"❀❀❀女生频道❀❀❀\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"必读榜\",\"url\": \"/module/rank?type=1&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"潜力榜\",\"url\": \"/module/rank?type=5&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"完本榜\",\"url\": \"/module/rank?type=2&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"更新榜\",\"url\": \"/module/rank?type=3&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"搜索榜\",\"url\": \"/module/rank?type=4&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"评论榜\",\"url\": \"/module/rank?type=6&channel=2&page={{page}}\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"❀❀全部分类❀❀\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"现代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9avmeG\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"古代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=DdwRb1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"幻想言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=7ax9by\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"青春校园\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=Pdy7aQ\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"唯美纯爱\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=kazYeJ\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"同人衍生\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9aAOdv\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"❀❀完结❀❀\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"现代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9avmeG&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"古代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=DdwRb1&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"幻想言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=7ax9by&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"青春校园\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=Pdy7aQ&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"唯美纯爱\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=kazYeJ&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"同人衍生\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9aAOdv&isComplete=1\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"❀❀连载❀❀\",\"url\": \"\",\n\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"现代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9avmeG&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"古代言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=DdwRb1&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"幻想言情\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=7ax9by&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"青春校园\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=Pdy7aQ&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"唯美纯爱\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=kazYeJ&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"同人衍生\",\"url\": \"/novel?sort=1&page={{page}}&categoryId=9aAOdv&isComplete=0\",\n\"style\": {\"layout_flexGrow\": 1,\n\"layout_flexBasisPercent\": 0.29\n}}\n]",
    "header": "{\n'User-Agent': 'okhttp/4.9.2','client-device': '4cc5cd0c6df09ab4f832ac3e104ac725','client-brand': 'PCT-AL10','client-version': '2.1.0','client-name': 'app.maoyankanshu.novel','client-source': 'android','Authorization': 'bearereyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9hcGkueGluZ2xpYW5nZ2xvYmFsLmNvbVwvYXV0aFwvdGhpcmQiLCJpYXQiOjE2OTg3NTQ2MzQsImV4cCI6MTc5MjA2NjYzNCwibmJmIjoxNjk4NzU0NjM0LCJqdGkiOiI3cmlob25tZ2Z4cmh1aTBhIiwic3ViIjoxMTg2MzMsInBydiI6ImExY2IwMzcxODAyOTZjNmExOTM4ZWYzMGI0Mzc5NDY3MmRkMDE2YzUifQ.Mzy9LFJpa98p8gV0TKXyErSEaWMX4C9SFcRylAqvW9E'\n}",
    "lastUpdateTime": 1704394537044,
    "respondTime": 5944,
    "ruleBookInfo": {
      "author": "$.authorName",
      "coverUrl": "$..cover",
      "init": "$.data",
      "intro": "$..summary",
      "kind": "{{$..className}}\n{{java.getString('$.status')=='1'?'完结':'连载';}}\n{{$.lastUpdatedAt}}",
      "lastChapter": "$.lastChapter.chapterName",
      "name": "$.novelName",
      "tocUrl": "/novel/{{$.novelId}}/chapters?readNum=1",
      "wordCount": "$.wordNum"
    },
    "ruleContent": {
      "content": "$.content"
    },
    "ruleExplore": {
      "author": "$.authorName",
      "bookList": "$.data[*]",
      "bookUrl": "/novel/{{$.novelId}}?isSearch=1",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "{{$..className}}\n{{r=java.getString('$.averageScore');\nr!=0.0?r+'分':\"\";}}\n{{r=java.getString('$.status');\nif(r!=\"\") r=='1'?'完结':'连载';}}\n{{$.createdAt}}",
      "name": "$.novelName",
      "wordCount": "$.wordNum"
    },
    "ruleSearch": {
      "author": "$.authorName",
      "bookList": "$.data[*]",
      "bookUrl": "/novel/{{$.novelId}}?isSearch=1",
      "checkKeyWord": "万族之劫",
      "coverUrl": "$.cover",
      "intro": "$.summary",
      "kind": "{{$..className}}\n{{r=java.getString('$.averageScore');\nr!=0.0?r+'分':\"\";}}\n{{r=java.getString('$.status');\nif(r!=\"\") r=='1'?'完结':'连载';}}\n{{$.createdAt}}",
      "lastChapter": "",
      "name": "$.novelName",
      "wordCount": "$.wordNum"
    },
    "ruleToc": {
      "chapterList": "$.data.list[*]",
      "chapterName": "$.chapterName",
      "chapterUrl": "$.path@js:java.aesBase64DecodeToString(result,\"4395daa50ad6baf7\",\"AES/CBC/PKCS5Padding\",\"0123456789abcdef\")",
      "updateTime": "{{$.updatedAt}}\n字数：{{$.wordNum}}"
    },
    "searchUrl": "/search?page={{page}}&keyword={{key}}",
    "weight": 49
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "恩京的书房🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.enjing.net#🎃",
    "customButton": false,
    "customOrder": 1584,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1720554591487,
    "respondTime": 2568,
    "ruleBookInfo": {
      "author": "p.0@text",
      "canReName": "1",
      "coverUrl": "[class$=img]@img@src",
      "intro": "[class^=describe]>:not(div)@html##.*恩.{,5}京.{,5}书,{,5}房.*",
      "kind": "p.1:2:3@text##.*：\n<js>##、##,</js>",
      "lastChapter": "p.4@a@text",
      "name": "[class*=book-describe]@h1@text",
      "tocUrl": ".downbtn@href"
    },
    "ruleContent": {
      "content": "@js:\nb = baseUrl;\nif (/download\\.php/.test(b)) {\n  String(java.getString('.download@html')).replace(/<.*?href=\"(.*?)\".*?>(.*?)<.*?>/g,'\\n$2：$1\\n');\n} else {\n  java.getString('#nr1@html');\n};",
      "nextContentUrl": ".next.0@a@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "{{\"恩京的书房\"}}",
      "bookList": ".cat-search-item,.post",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": "p.1@text",
      "kind": "p!1@a@text",
      "name": "a[target]@text"
    },
    "ruleToc": {
      "chapterList": "@js:\nb = baseUrl;\nif (/download\\.php/.test(b)) {\n  JSON.parse(`[{\"text\": \"下载地址\", \"href\": \"${b}\"}]`);\n} else {\n  java.getElements('.book-list@li@a');\n};",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/<,page/{{page}}/>?s={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃52PO小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.52mypost.com#🎃",
    "bookUrlPattern": "https:\\/\\/www.po52\\.cc\\/book\\/\\d+\\/",
    "customButton": false,
    "customOrder": 1585,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部🏷分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"全部\",\"url\":\"/category/0/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古代言情\",\"url\":\"/category/120487041773637/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现代言情\",\"url\":\"/category/120487041830982/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"幻想言情\",\"url\":\"/category/120487041876038/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古言\",\"url\":\"/category/13256349831237/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现言\",\"url\":\"/category/13256349900871/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"PO18\",\"url\":\"/category/168322154594373/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻\",\"url\":\"/category/13256349970502/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"青春\",\"url\":\"/category/13256349896776/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"幻情\",\"url\":\"/category/13256349884486/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"悬疑\",\"url\":\"/category/13256349941832/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙侠\",\"url\":\"/category/13256349872198/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"游戏\",\"url\":\"/category/13256349880390/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现实\",\"url\":\"/category/13256350855240/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"轻小说\",\"url\":\"/category/13256349958216/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"纯爱\",\"url\":\"/category/13256366919752/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"同人\",\"url\":\"/category/120487041863750/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"短篇\",\"url\":\"/category/13256366833737/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"其他\",\"url\":\"/category/120487043702854/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}\n]",
    "lastUpdateTime": 0,
    "respondTime": 263,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "&nbsp;\n📖 书名：{{@@p.0@text}}\n👤 作者：{{@@p.1@text}}\n🕰 最新：{{@@p.4@text##最新章节：}}\n🏷 简介：{{@@p.5@text}}",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content@js:result\n.replace(/^(\\d+)\\./,'第$1章 ')\n.replace(/^最新章节：/,'')",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "text.章节目录@href",
      "wordCount": "[property$=status]@content"
    },
    "ruleContent": {
      "content": "<js>\nmatch=result.match(/d\\(\".+\"[^\"]+\".+\"\\)/)\nfunction d(a, b){\n\tb = java.md5Encode(b)\n\tiv = b.substring(0, 16)\n\tkey = b.substring(16)\n\tCipher=java.createSymmetricCrypto(\"AES/CBC/PKCS7Padding\" ,key,iv)\n\treturn Cipher.decryptStr(a)}\neval(match[0])\n</js>\np@text"
    },
    "ruleExplore": {
      "author": "span@a.0@text",
      "bookList": ".CGsectionTwo-right-content-unit",
      "bookUrl": "a.0@href",
      "intro": "p.-2@text",
      "lastChapter": "p.-1@text##最近更新",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".SHsectionThree-middle@p",
      "bookUrl": "a.1@href",
      "checkKeyWord": "我的",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "class.BCsectionTwo-top-chapter@li\n<js>\nlist = result.toArray();\ns = /originalOrder = .*?;/.test(src)?eval(src.match(/originalOrder = (.*?);/)[1]):result;\nl = [];\nif(/<li.*?\"\\d+\" .*?-[^\"]+=\"\\d+\">/.test(result)){\n\tnum = String(result).match(/<li.*?\"\\d+\" (.*?-[^\"]+)=\"\\d+\">/)[1];\n\tl = list.sort((a,b)=>a.attr(num)-b.attr(num));\n\t}else{\nfor(i in list){ l[s[i]] = list[i]};\n}\n\nJSON.stringify(l)\n</js>\ntag.a",
      "chapterName": "<js>\ntry{\nresult = String(result);\n!/\\.html/.test(result)?result.match(/class=\"\\\\&quot;g\\\\&quot;\" .*?=\"\\\\&quot;[a-zA-Z\\d\\+=/]+\\\\&quot;\" .*?=\"(.*?)\"/)[1]:java.getString(\"@@data-real||text\");\n}catch(e){\n\tjava.log(e);\n\tresult = result.match(/class=\"\\\\&quot;g\\\\&quot;\" .*?=\"(.*?)\" .*?=\"\\\\&quot;[a-zA-Z\\d\\+=/]+\\\\&quot;\"/)[1]\n\t}\n</js>\n##\\\\|&quot;|\"\n@js:result\n.replace(/^(\\d+)\\./,'第$1章 ')\n.replace(/^(\\d+)\\、\\s/,'第$1章')",
      "chapterUrl": "@href\n<js>\ntry{\nlet re = /class=\"\\\\&quot;g\\\\&quot;\" .*?=\"\\\\&quot;([a-zA-Z\\d\\+=/]+)\\\\&quot;\"/\nresult = /html/.test(result)?result:java.base64Decode(String(src).match(re)[1].replace(/\\\\|&quot;|\"/g,''));\nString(result).replace(/\\\\|\"|&quot;/g,'');\n}catch(e){\n\tjava.log(e);\n\t}\n</js>",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/search/{{key}}/page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "无极小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wujixsw.info#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1586,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1716235832033,
    "loginUrl": "",
    "respondTime": 1199,
    "ruleBookInfo": {
      "author": "[property=og:novel:author]@content",
      "coverUrl": "[property=og:image]@content",
      "init": "",
      "intro": "[property=og:description]@content",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content",
      "lastChapter": "[property=og:novel:latest_chapter_name]@content##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "[property=og:novel:book_name]@content##|\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|小说|笔趣阁|免费.*",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@textNodes##全本小说网.*最新章节！|全本小说网.*最快更新|最新章节！|一秒记住.*免费阅读！|.*第.*章.*|笔趣阁.*最快更新.*",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "class.s4@text",
      "bookList": "class.novelslist2@tag.li!0",
      "bookUrl": "class.s2@tag.a@href",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "class.s3@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 |卷1",
      "name": "class.s2@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://wujixsw.info/search.html?name={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃元尊小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.yuanzunxs88.com#🎃",
    "customButton": false,
    "customOrder": 1587,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 2368,
    "ruleBookInfo": {
      "author": "class.red.0@text",
      "coverUrl": "img@src",
      "intro": "<br>更新时间：\n{{@.booktime@text##更新时间：}}\n简介：\n{{@.bookintro@html}}",
      "kind": "class.red.1@text&&.booktime@text##更新时间：",
      "lastChapter": "class.bookchapter@text##《.*》正文\\s",
      "name": "class.booktitle@text",
      "wordCount": "class.blue.0@text"
    },
    "ruleContent": {
      "content": "class.readcontent@html##\\<!--AD4--\\>|本章未完，点击下一页继续阅读",
      "imageStyle": "0",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author.0@text##作者：",
      "bookList": ".bookbox",
      "bookUrl": ".bookname@a@href",
      "intro": "class.update@text##简介： |\\s",
      "lastChapter": "class.cat@text##更新到：",
      "name": "class.bookname@text"
    },
    "ruleToc": {
      "chapterList": "id.list-chapterAll@dd@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.yuanzunxs88.com/modules/article/search.php,{\n\"charset\": \"gbk\",\n\"method\": \"POST\",\n\"body\": \"searchkey={{key}}&action=login\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃请看小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.qinkan.net#🎃",
    "customButton": false,
    "customOrder": 1588,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 3883,
    "ruleBookInfo": {
      "author": "class.xs-head-author-text s-hover.0@text",
      "canReName": "1",
      "coverUrl": "class.xs-image@img@href",
      "intro": "class.xs-sum-short@text",
      "kind": "class.xs-head-author-text s-hover.1@text",
      "lastChapter": "class.xs-attr ellipsis.1@text##更新时间:",
      "name": "class.t-pagename ellipsis.0@text##《|》",
      "wordCount": "class.xs-head-sourcename.0@text"
    },
    "ruleContent": {
      "content": "@js:\"点击章节链接跳转浏览器下载\\n\"+baseUrl"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.book_mybook_list_author@text##.*\\|",
      "bookList": "tag.li",
      "bookUrl": "class.book_mybook_alink@href",
      "coverUrl": "class.class.book_mybook_list_pic@img@href",
      "intro": "class.class.book_mybook_list_recico@text",
      "kind": "class.book_mybook_list_author@text##\\|.*",
      "name": "class.book_mybook_list_title@text##《|》",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "id.downloadTxt.1",
      "chapterName": "text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://m.qinkan.net/ajax/search.php?keyboard={{key}}&start=0&limit=20&order=newstime,{\n\"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "何以笙箫",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.yetianlian.la#",
    "customButton": false,
    "customOrder": 1589,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1719776880598,
    "respondTime": 3790,
    "ruleBookInfo": {
      "intro": ".intro_info@html##最新章节推荐地址：[\\s\\S]+"
    },
    "ruleContent": {
      "content": "id.nr1@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\s*（本章未完，请点击下一页继续阅读）\\s*|.*?\\(第\\d+/\\d+页\\)\\s*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "##作者.([^<]+)<##$1###",
      "bookList": ".block",
      "bookUrl": "a.0@href",
      "kind": "##分类.([^<]+)<##$1###",
      "lastChapter": "p.-1@a@text",
      "name": "h2@text"
    },
    "ruleToc": {
      "chapterList": ".chapter.-1@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "http://m.yetianlian.la/s.php?q={{key}}&submit=",
    "weight": 64
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "飞卢男生▪标签",
    "bookSourceType": 0,
    "bookSourceUrl": "https://b.faloo.com##男生标签",
    "bookUrlPattern": "https://b\\.faloo\\.com/f/\\d+.html",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1590,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1720609054399,
    "loginCheckJs": "",
    "loginUrl": "https://u.faloo.com/regist/Login.aspx",
    "respondTime": 342,
    "ruleBookInfo": {
      "author": ".T-L-O-Z-Box1 a.0@text",
      "coverUrl": ".T-L-T-Img img@src",
      "intro": "&nbsp;📌 {{@@.T-R-T-B2-Box1[3]@text}}{{'\\n'+'​'}}\n{{@@.T-L-T-C-Box1@html}}",
      "kind": "{{@@.T-R-T-Box2 a.0:1@text}}\n{{@@.T-L-O-Z-Box1 span.1@text}}\n{{@@.C-Thr-B3-Box3[0]@span@text##分.*##分}}",
      "lastChapter": ".DivTd a.-1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".T-L-O-Z-Box1 h1@text",
      "wordCount": ".T-R-Md-Bobx1[1]@text##已写|个字"
    },
    "ruleContent": {
      "content": ".noveContent p@html",
      "imageStyle": "FULL"
    },
    "ruleExplore": {
      "author": ".c_c_d_da_author@a.0@text",
      "bookList": "class.c_c_d_data1",
      "bookUrl": ".c_c_d_da_data1@a@href",
      "coverUrl": "img@src",
      "intro": ".c_c_d_da_data@text",
      "kind": ".c_c_d_da_author@a.1@text",
      "lastChapter": "",
      "name": ".c_c_d_da_title@a@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".TwoBox02_02",
      "bookUrl": "a.1@href",
      "checkKeyWord": "",
      "coverUrl": "img@data-original",
      "intro": "a.4@text",
      "kind": "a.3@text&&font.0@text",
      "lastChapter": "a.5@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.1@text",
      "wordCount": "##字数.([^<]+)##$1###"
    },
    "ruleToc": {
      "chapterList": ".DivTr a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "https://b.faloo.com/l_0_{{page}}.html?t=1&k={{key}},{\"charset\": \"gbk\"}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃品书楼小说网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.pinshulou.com#🎃",
    "bookUrlPattern": "http://www.pinshulou.com/\\d+/\\d+/",
    "customButton": false,
    "customOrder": 1591,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"⭕分类小说⭕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"首页\",\n    \"url\": \"/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/list1/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/list2/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/list3/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/list4/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/list5/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/list6/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/list7/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/list8/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"⭕完结小说⭕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/full/1_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/full/2_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/full/3_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/full/4_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/full/5_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/full/6_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/full/7_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/full/8_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"⭕排行榜⭕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"周榜\",\n    \"url\": \"/top/week_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"月榜\",\n    \"url\": \"/top/month_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"总榜\",\n    \"url\": \"/top/all_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/top/all_1_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/top/all_2_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/top/all_3_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/top/all_4_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/top/all_5_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/top/all_6_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/top/all_7_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/top/all_8_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  }\n]",
    "lastUpdateTime": 0,
    "respondTime": 6929,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&\n[property=\"og:novel:status\"]@content&&\n[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:title\"]@content##小说全文免费阅读完整版|小说全集|最新.*",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "class.font_max@html",
      "nextContentUrl": "text.下一@href",
      "replaceRegex": "##本章未完.*|第.*[(1/2)]页|(?:[^\\u4E00-\\u9FA5\\s！？。”」]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶]){4,}(?<![\\.．点丶。])[\\.．点丶。]{1,2}(?![\\.．点丶。])(?:[^A-Z\\u4E00-\\u9FA5\\s！？“「]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶])(?:[^\\u4E00-\\u9FA5\\s！？“「]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶])+|(?:[^\\u4E00-\\u9FA5\\n！？。”」]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶]){4,}[\\.．点丶。](?:[^\\n\\u4E00-\\u9FA5A-z]*[cC][^\\n\\u4E00-\\u9FA5A-z]*[oO][^\\n\\u4E00-\\u9FA5A-z]*[mM]|[^\\n\\u4E00-\\u9FA5A-z]*[cC][^\\n\\u4E00-\\u9FA5A-z]*[nN]|[^\\n\\u4E00-\\u9FA5A-z]*[nN][^\\n\\u4E00-\\u9FA5A-z]*[eE][^\\n\\u4E00-\\u9FA5A-z]*[tT])(?![A-z])"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "dd.1@span.0@text",
      "bookList": ".col-md-6@dl",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": "",
      "kind": "dd.2:3@text##.*：|.*：",
      "lastChapter": "dd.4@a@text",
      "name": "h3@a@text##.*\\]|小说全文阅读|小说全集"
    },
    "ruleToc": {
      "chapterList": ".book_list2 li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVolume": "",
      "nextTocUrl": ".page-link@a@href\n@js:\nnext = [];\nurl = result[0];\nlength = result.length;\np = src.match(/page-link\">1\\/(\\d+)/)||[];\npage = Number(p[1]);\nif(length < page){\n\tfor(i = 2; i <= page; i++){\n\t\tlink = String(url).replace(/_\\d+/,`_${i}`);\n\t\tnext.push(link)\n\t\t}\n\t\tnext;\n\t}else result"
    },
    "searchUrl": "/search.php?q={{key}}&p={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃宜搜🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://book.eayue.com#🎃",
    "customButton": false,
    "customOrder": 1592,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻奇幻::https://book.eayue.com/ta/searchByCategory.m?esid=&word=玄幻奇幻\n现代都市::https://book.eayue.com/ta/searchByCategory.m?esid=&word=现代都市\n武侠仙侠::https://book.eayue.com/ta/searchByCategory.m?esid=&word=武侠仙侠\n科幻小说::https://book.eayue.com/ta/searchByCategory.m?esid=&word=科幻小说\n游戏竞技::https://book.eayue.com/ta/searchByCategory.m?esid=&word=游戏竞技\n宅小说::https://book.eayue.com/ta/searchByCategory.m?esid=&word=宅小说\n现代言情::https://book.eayue.com/ta/searchByCategory.m?esid=&word=现代言情\n古代言情::https://book.eayue.com/ta/searchByCategory.m?esid=&word=古代言情\n幻想言情::https://book.eayue.com/ta/searchByCategory.m?esid=&word=幻想言情\n浪漫青春::https://book.eayue.com/ta/searchByCategory.m?esid=&word=浪漫青春\n短篇小说::https://book.eayue.com/ta/searchByCategory.m?esid=&word=短篇\n轻小说::https://book.eayue.com/ta/searchByCategory.m?esid=&word=轻小说\n经典名著::https://book.eayue.com/ta/searchByCategory.m?esid=&word=经典名著\n其他出版::https://book.eayue.com/ta/searchByCategory.m?esid=&word=其他出版\n现代文学::https://book.eayue.com/ta/searchByCategory.m?esid=&word=现代文学",
    "lastUpdateTime": 0,
    "loginUrl": "https://book.eayue.com/ta/login.m?backUrl=%2Fta%2Fboutique.m%3Fesid%3D",
    "respondTime": 6076,
    "ruleBookInfo": {
      "intro": "",
      "kind": "body@.tags@span@text",
      "name": ".info@.text@class.name@text",
      "tocUrl": "class.catelog@onclick##jumpPage\\('(.*?)'\\)##$1\n<js>\nurl=result.replace(/list/g,\"listAjax\").replace(/$/g,\"&order=0&page=1&size=100\");\n</js>",
      "wordCount": "[class=words_count]@text"
    },
    "ruleContent": {
      "content": "#text@html",
      "nextContentUrl": "",
      "sourceRegex": "",
      "title": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".show@li",
      "bookUrl": "tag.li@onclick##clickChargeBook\\('(.*?)',(.*?)\\)##novel.m?gid=$1&nid=$2",
      "checkKeyWord": "系统",
      "coverUrl": ".bg@img.1@src",
      "intro": ".desc@text",
      "kind": ".kind@text",
      "lastChapter": ".chapter_nums@text",
      "name": ".title@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "$.chapters",
      "chapterName": "$.chapterName",
      "chapterUrl": "<js>\nurl=baseUrl.replace(/listAjax/g,\"show\").replace(/&order=\\d*&page=\\d*&size=\\d*/g,\"&st={{$.sort}}&gst=0&cu=&cName={{$.chapterName}}\");\nu=String(url)+\",{'webView': true}\"\n</js>\n",
      "isPay": "",
      "isVolume": "",
      "nextTocUrl": "<js>\nn=25               //设置25页，2500章\nlist=[baseUrl]; //创建第一个地址数组\n\nfor(var i=2;i<=n;i++){\nlist.push(baseUrl.replace(/page=\\d+/,'page='+i));\n}                     //循环添加至n个地址数组\nlist\n</js>\n",
      "preUpdateJs": ""
    },
    "searchUrl": "https://book.eayue.com/ta/search.m?word={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃83小说网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.83xs.com#🎃",
    "bookUrlPattern": "http://www.83xs.com/\\d+/\\d+/",
    "customButton": false,
    "customOrder": 1593,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"⭕分类小说⭕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"首页\",\n    \"url\": \"/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/list1/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/list2/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/list3/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/list4/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/list5/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/list6/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/list7/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/list8/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"⭕完结小说⭕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/full/1_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/full/2_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/full/3_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/full/4_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/full/5_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/full/6_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/full/7_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/full/8_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"⭕排行榜⭕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"周榜\",\n    \"url\": \"/top/week_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"月榜\",\n    \"url\": \"/top/month_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"总榜\",\n    \"url\": \"/top/all_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/top/all_1_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/top/all_2_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/top/all_3_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/top/all_4_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/top/all_5_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/top/all_6_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/top/all_7_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/top/all_8_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  }\n]",
    "lastUpdateTime": 0,
    "respondTime": 8895,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&\n[property=\"og:novel:status\"]@content&&\n[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:title\"]@content##小说全文免费阅读完整版|小说全集|最新.*",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "class.font_max@html",
      "nextContentUrl": "text.下一@href",
      "replaceRegex": "##本章未完.*|第.*[(1/2)]页|(?:[^\\u4E00-\\u9FA5\\s！？。”」]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶]){4,}(?<![\\.．点丶。])[\\.．点丶。]{1,2}(?![\\.．点丶。])(?:[^A-Z\\u4E00-\\u9FA5\\s！？“「]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶])(?:[^\\u4E00-\\u9FA5\\s！？“「]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶])+|(?:[^\\u4E00-\\u9FA5\\n！？。”」]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶]){4,}[\\.．点丶。](?:[^\\n\\u4E00-\\u9FA5A-z]*[cC][^\\n\\u4E00-\\u9FA5A-z]*[oO][^\\n\\u4E00-\\u9FA5A-z]*[mM]|[^\\n\\u4E00-\\u9FA5A-z]*[cC][^\\n\\u4E00-\\u9FA5A-z]*[nN]|[^\\n\\u4E00-\\u9FA5A-z]*[nN][^\\n\\u4E00-\\u9FA5A-z]*[eE][^\\n\\u4E00-\\u9FA5A-z]*[tT])(?![A-z])"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "dd.1@span.0@text",
      "bookList": ".col-md-6@dl",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": "",
      "kind": "dd.2:3@text##.*：|.*：",
      "lastChapter": "dd.4@a@text",
      "name": "h3@a@text##.*\\]|小说全文阅读|小说全集"
    },
    "ruleToc": {
      "chapterList": ".book_list2 li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVolume": "",
      "nextTocUrl": ".page-link@a@href\n@js:\nnext = [];\nurl = result[0];\nlength = result.length;\np = src.match(/page-link\">1\\/(\\d+)/)||[];\npage = Number(p[1]);\nif(length < page){\n\tfor(i = 2; i <= page; i++){\n\t\tlink = String(url).replace(/_\\d+/,`_${i}`);\n\t\tnext.push(link)\n\t\t}\n\t\tnext;\n\t}else result"
    },
    "searchUrl": "/search.php?q={{key}}&p={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃影书🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.yingsx.com#🎃",
    "customButton": false,
    "customOrder": 1594,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"月点击\",\"url\":\"/top/monthvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周点击\",\"url\":\"/top/weekvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总点击\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻奇幻 \",\"url\":\"/sort/1_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"修真仙侠 \",\"url\":\"/sort/2_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"青春都市 \",\"url\":\"/sort/3_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史穿越 \",\"url\":\"/sort/4_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游竞技 \",\"url\":\"/sort/5_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻悬疑 \",\"url\":\"/sort/6_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 0,
    "respondTime": 7004,
    "ruleBookInfo": {
      "author": ".xx a.1@text",
      "coverUrl": ".xsfm img@src",
      "intro": ".jianjie p@html",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": ".xx a.2@text##[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".xx li.0@text",
      "tocUrl": ".gengduo a@href"
    },
    "ruleContent": {
      "content": "#nr@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\s*.*点击下一页.*\\s*"
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": ".xbk",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "span.2@text",
      "name": "a.1@text",
      "wordCount": ".tjrs@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": "ul.fk li",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\nsource.bookSourceUrl + 'files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "a.0@text##\\[|\\]",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".lb li a",
      "chapterName": "text##.*章节列表.*|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"utf-8\",\n  \"method\": \"post\",\n  \"body\": \"type=articlename&s={{key}}&submit=\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃小红书🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.xxxhongshu.com#🎃",
    "customButton": false,
    "customOrder": 1595,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"—— 分类 ——\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"全 部\",\"url\":\"/category/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代言情\",\"url\":\"/category/120486374334533/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代言情\",\"url\":\"/category/120486374375494/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"幻想言情\",\"url\":\"/category/120486374404170/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"PO18\",\"url\":\"/category/168424354263109/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"轻小说\",\"url\":\"/category/32707214999624/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"言情\",\"url\":\"/category/32705809293382/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"耽美\",\"url\":\"/category/32705809215557/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"同人\",\"url\":\"/category/32705809346631/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"综合\",\"url\":\"/category/32705811198022/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"现言\",\"url\":\"/category/32707214946374/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"古言\",\"url\":\"/category/32707214909509/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"科幻\",\"url\":\"/category/32707215024198/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"青春\",\"url\":\"/category/32707214942278/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"幻情\",\"url\":\"/category/32707214925895/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"/category/32707214983240/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"仙侠\",\"url\":\"/category/32707214917702/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"游戏\",\"url\":\"/category/32707214921799/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"现实\",\"url\":\"/category/32707216080968/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"纯爱\",\"url\":\"/category/32707236339782/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"短篇\",\"url\":\"/category/32707236253767/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"百合\",\"url\":\"/category/366325011247174/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n\n{\"title\":\"—— 总榜 ——\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"全 部\",\"url\":\"/rank/all/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代言情\",\"url\":\"/rank/all/120486374334533/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代言情\",\"url\":\"/rank/all/120486374375494/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"幻想言情\",\"url\":\"/rank/all/120486374404170/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"PO18\",\"url\":\"/rank/all/168424354263109/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"轻小说\",\"url\":\"/rank/all/32707214999624/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"言情\",\"url\":\"/rank/all/32705809293382/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"耽美\",\"url\":\"/rank/all/32705809215557/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"同人\",\"url\":\"/rank/all/32705809346631/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"综合\",\"url\":\"/rank/all/32705811198022/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"现言\",\"url\":\"/rank/all/32707214946374/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"古言\",\"url\":\"/rank/all/32707214909509/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"科幻\",\"url\":\"/rank/all/32707215024198/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"青春\",\"url\":\"/rank/all/32707214942278/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"幻情\",\"url\":\"/rank/all/32707214925895/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"/rank/all/32707214983240/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"仙侠\",\"url\":\"/rank/all/32707214917702/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"游戏\",\"url\":\"/rank/all/32707214921799/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"现实\",\"url\":\"/rank/all/32707216080968/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"纯爱\",\"url\":\"/rank/all/32707236339782/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"短篇\",\"url\":\"/rank/all/32707236253767/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"百合\",\"url\":\"/rank/all/366325011247174/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 0,
    "respondTime": 263,
    "ruleBookInfo": {
      "author": ".author@text",
      "coverUrl": "img.2@src",
      "intro": "id.intro@p@text",
      "kind": ".category@text&&.time@text##.*：",
      "lastChapter": ".newestChapter@text##.*：",
      "name": ".title@text",
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": "@js:\nfunction d(a, b) {\n            b = java.md5Encode(b);\n            var d = b.substring(0, 16);\n            var e = b.substring(16);\n            return    java.aesBase64DecodeToString(a,e,\"AES/CBC/PKCS5padding\",d)}\neval(result.match(/(d\\(\"[\\s\\S]+\"\\))\\)/)[1])"
    },
    "ruleExplore": {
      "author": "p.1@text",
      "bookList": ".CGsectionTwo-right-content-unit",
      "bookUrl": "a.0@href",
      "coverUrl": "@js:'https://img.bookscdn.com/nocover.jpg'",
      "intro": "p.2@text",
      "kind": "p.3@text",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".SHsectionThree-middle p",
      "bookUrl": "a.1@href",
      "kind": "a.0@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "class.BCsectionTwo-top-chapter\n<js>\nif (src.match(/data\\-x/)) {\n  result.sort((a, b) => a.attr(\"data-x\") - b.attr(\"data-x\"));\n  result.select(\"a\");\n} else {\n  result = result.select(\"a\")\n  try {\n    eval(src.match(/var originalOrder = \\[.*\\];/)[0])\n    list = []\n    for (i in result) {\n      list[originalOrder[i]] = result[i]\n    }\n    list\n  } catch (err) {\n    result;\n  }\n}\n</js>",
      "chapterName": "html<js>\nr=result\ntry{\n\trr=r.match(/= ?\"([^\"]+)\"/g)\n\tfor(i in rr){\n\t//\tjava.log(rr[i])\n\t a=rr[i].match(/\"(.*)\"/)[1]\n\t if(/L2Jv|\\/book|javas|^g$/.test(a)){}else{text=a}\n\t\t}\ntext\n}catch{\n\tjava.getString(\"text\")\n}\n</js>",
      "chapterUrl": "html<js>\nr=result\ntry{\n\trr=r.match(/= ?\"([^\"]+)\"/g);\n\tfor(i in rr){\n\t a=rr[i].match(/\"(.*)\"/)[1]\n\t if(/L2Jv/.test(a)){\n\t \t\t \thref=java.base64Decode(a)\n\t \t}else if(/html/.test(a)){href=a}\n\t}\nif(href==\"\"){\n\t\thref=java.getString(\"a@href\")\n\t\t}\nhref\n}catch{\n\tjava.getString(\"href\")\n}\n</js>",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/search/{{key}}/{{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃读趣🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.xduqu.com#🎃",
    "customButton": false,
    "customOrder": 1596,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 1801,
    "ruleBookInfo": {
      "author": "p@textNodes##\\s.*",
      "coverUrl": "img@src",
      "intro": "#introa@text",
      "kind": "class.fr fss.2@a@text",
      "lastChapter": "class.c_row nw@a@text",
      "name": "h4@a@text",
      "tocUrl": "text.显示全部章节@href||text.查看目录@href",
      "wordCount": "class.fr fss.0@text##字数："
    },
    "ruleContent": {
      "content": "#acontent@textNodes",
      "nextContentUrl": "class.daohang cf@ul@li.-1@a@href",
      "replaceRegex": "##最新网址.*|.*请点击下一页继续.*|.*第.*页.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "p@text##\\|",
      "bookList": "class.c_row cf@a",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "name": "h4@text"
    },
    "ruleToc": {
      "chapterList": ".index@dd@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "http://m.xduqu.com/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}&searchtype=all\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "有声",
    "bookSourceName": "🎋喜马拉雅",
    "bookSourceType": 1,
    "bookSourceUrl": "http://search.ximalaya.com#",
    "customButton": false,
    "customOrder": 1597,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=玄幻&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"大剧\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=大剧&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙侠\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=仙侠&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=都市&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经典\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=经典&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"幻想\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=幻想&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=武侠&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=历史小说&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"教材\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=教材&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"多人\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=多人剧&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"相声\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=相声&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"英文\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=英文原版&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"名著\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=名著&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"乡村\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=乡村&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"广播\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=广播剧&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"游戏\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=游戏&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"无限\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=无限&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"魔幻\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw=魔法&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"音                乐\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=音乐&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"乡村\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=乡村&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"流行\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=流行Top&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"老歌\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=老歌&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"榜单\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=榜单&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"巅峰\",\"url\":\"http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:2&kw=巅峰榜&page={{page}}&rows=20&spellchecker=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1761887020132,
    "respondTime": 2830,
    "ruleBookInfo": {
      "lastChapter": "$.data.list[-1]title",
      "tocUrl": "http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId=@get:{book}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=1"
    },
    "ruleContent": {
      "imageStyle": "0"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "nickname",
      "bookList": "$.response.docs",
      "bookUrl": "http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId={$.id}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=1",
      "coverUrl": "cover_path",
      "intro": "$..intro",
      "kind": "category_title",
      "lastChapter": "$.last_uptrack_at",
      "name": "title@put:{book:id}",
      "wordCount": "$.last_uptrack_at"
    },
    "ruleToc": {
      "chapterList": "$.data.list",
      "chapterName": "title",
      "chapterUrl": "playPathAacv224",
      "nextTocUrl": "<js>\nvar a = 'http://mobile.ximalaya.com/fmobile-album/album/track/ts-1576706285548?ac=4G&albumId=@get:{book}&device=android&isAsc=true&isQueryInvitationBrand=true&isVideoAsc=true&pageSize=200&source=3&supportWebp=true&pageId=';\nvar r = [];\nfor(var i=1;i<40;i++){\n    r.push(a + parseInt(i*1));\n}\nr\n</js>"
    },
    "searchUrl": "http://search.ximalaya.com/speed/album/v1/list?condition=relation&core=album&device=android&fq=categoryId:3&kw={{key}}&page={{page}}&rows=20&spellchecker=true",
    "weight": 0
  },
  {
    "bookSourceComment": "// Error: 下载链接为空",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉 WebtoonXYZ",
    "bookSourceType": 3,
    "bookSourceUrl": "https://www.webtoon.xyz",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 1598,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": "ALL::/webtoons//page/{{page}}\nAction::/webtoon-genre/action/page/{{page}}\nAdventure::/webtoon-genre/adventure/page/{{page}}\nBL::/webtoon-genre/bl/page/{{page}}\nComedy::/webtoon-genre/comedy/page/{{page}}\nDrama::/webtoon-genre/drama/page/{{page}}\nEcchi::/webtoon-genre/ecchi/page/{{page}}\nFantasy::/webtoon-genre/fantasy/page/{{page}}\nGL::/webtoon-genre/gl/page/{{page}}\nHarem::/webtoon-genre/harem/page/{{page}}\nHorror::/webtoon-genre/horror/page/{{page}}\nMature::/webtoon-genre/mature/page/{{page}}\nMystery::/webtoon-genre/mystery/page/{{page}}\nPsychological::/webtoon-genre/psychological/page/{{page}}\nRomance::/webtoon-genre/romance/page/{{page}}\nSchool Life::/webtoon-genre/school-life/page/{{page}}\nSci-Fi::/webtoon-genre/sci-fi/page/{{page}}\nSlice of life::/webtoon-genre/slice-of-life/page/{{page}}\nSmut::/webtoon-genre/smut/page/{{page}}\nSupernatural::/webtoon-genre/supernatural/page/{{page}}\nThriller::/webtoon-genre/thriller/page/{{page}}",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 8.1.0; JKM-AL00b Build/HUAWEIJKM-AL00b; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 MQQBrowser/6.2 TBS/044807 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 1714959981804,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 181485,
    "ruleBookInfo": {
      "author": "class.artist-content@tag.a.0@text",
      "canReName": "",
      "coverUrl": "class.summary_image@tag.img@data-src",
      "init": "",
      "intro": "class.description-summary@class.summary__content@tag.p.1@text",
      "kind": "class.genres-content@tag.a@text",
      "lastChapter": "",
      "name": "class.post-title@tag.h1@text##18\\+|NEW|end\\s?",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "class.page-break no-gaps@tag.img@data-src@js:\nlist=result.split(\"\\n\");\nheader={\"Referer\":baseUrl};\nheaders={\"headers\":JSON.stringify(header)}\nhtml='';\nfor(i=0;i<=list.length-7;i++){\nhtml+='<img src=\"'+list[i]+'\">\\n'\n}\nhtml",
      "imageStyle": "FULL",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "class.col-12 col-md-6 badge-pos-2",
      "bookUrl": "class.col-12 col-md-6 badge-pos-2@class.h5@tag.a.0@href",
      "coverUrl": "class.page-item-detail manga@tag.img@data-src",
      "intro": "",
      "kind": "",
      "lastChapter": "class.chapter-item@tag.a.0@text",
      "name": "class.col-12 col-md-6 badge-pos-2@class.h5@tag.a.0@text"
    },
    "ruleSearch": {
      "author": "tag.a.3@text",
      "bookList": "class.row c-tabs-item__content",
      "bookUrl": "class.post-title@tag.a.0@href",
      "coverUrl": "class.tab-thumb c-image-hover@tag.img@data-src",
      "intro": "",
      "kind": "tag.a.!0:1:2:3:-1:-2@text",
      "lastChapter": "tag.a.-1@text",
      "name": "class.post-title@tag.a.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "-class.main version-chap@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://www.webtoon.xyz/?s={{key}}&post_type=wp-manga",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "乐文小说网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.lwxs.net#🎃",
    "customButton": false,
    "customOrder": 1599,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\n    \"title\": \"♕ 分类 ♕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/list1/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/list2/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/list3/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/list4/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/list5/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/list6/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/list7/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/list8/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"♕ 排行 ♕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"周榜\",\n    \"url\": \"/top/week_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"月榜\",\n    \"url\": \"/top/month_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"总榜\",\n    \"url\": \"/top/all_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"完本\",\n    \"url\": \"/full/0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  }\n]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36\"\n}",
    "lastUpdateTime": 0,
    "respondTime": 12802,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content##\\/\\/",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "{{baseUrl}}index_1.html"
    },
    "ruleContent": {
      "content": ".font_max@html##第\\(.*页|<title[\\s\\S]+?</title>|.*com|.*net|.*cc|.*org",
      "nextContentUrl": "text.下一@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.0@text",
      "bookList": ".col-md-6!0",
      "bookUrl": "a.0@href",
      "checkKeyWord": "剑来",
      "coverUrl": "img@src",
      "lastChapter": "dd.-1@a@text",
      "name": "h3@a@text##\\[.*\\]"
    },
    "ruleToc": {
      "chapterList": ".book_list2@ul@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ".page-link.-1@href\n@js:\nif (res = String(result).match(/_(\\d+)/)) {\n  data = [];\n  for (i = 2; i <= res[1]; i++) {\n    data.push(baseUrl.replace(/index_1\\.html/g, \"index_\" + i + \".html\"));\n  }\n  data; // 明确返回结果\n}"
    },
    "searchUrl": "/search.php?q={{key}}&p={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "文徒小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.bookfedex.com#🎃",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1600,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 0,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 538,
    "ruleBookInfo": {
      "author": "class.title@class.author@text",
      "coverUrl": ".fl.detailgame@.pic.fl@tag.img.0@src",
      "intro": "class.brief_text@text",
      "kind": "class.tags@tag.a.1:0@text&&div.brief.fl@div.4@span@text",
      "lastChapter": ".fl.detailgame@.brief.fl@a.6@text",
      "name": "class.title@class.name@text",
      "wordCount": ".fl.detailgame@.brief.fl@.hits@span.0@text##\\s"
    },
    "ruleContent": {
      "content": "class.read-content@tag.p.!-1@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.bookinfo@tag.a.0@text",
      "bookList": "class.search-result-list",
      "bookUrl": "class.bkinfo@href",
      "coverUrl": "class.imgbox@tag.img@src",
      "intro": ".fl.se-result-infos@p.0@text",
      "kind": "class.bookinfo@tag.a.1@text&&span.gx_wj@text",
      "name": "class.tit@text"
    },
    "ruleToc": {
      "chapterList": "class.cate-list@tag.a",
      "chapterName": "class.chapter_name@text",
      "chapterUrl": "href"
    },
    "searchUrl": "sou.html?keywords={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃久久小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.jjjjxs.com#🎃",
    "bookUrlPattern": "https://www.jjjjxs.com/txt/\\d+.htm",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1601,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "女生::/e/action/toplist.php?page={{page-1}}&class=1\n男生::/e/action/toplist.php?page={{page-1}}&class=2\n耽美::/e/action/toplist.php?page={{page-1}}&class=3\n穿越小说::https://www.ijjjxs.com/txt/Chuanyue/index_{{page}}.html\n重生小说::https://www.ijjjxs.com/txt/chongshengxiaoshuo/index_{{page}}.html\n历史架空::https://www.ijjjxs.com/txt/Lsjs/index_{{page}}.html\n总裁豪门::https://www.ijjjxs.com/txt/Qinggan/index_{{page}}.html\n现代言情::https://www.ijjjxs.com/txt/Young/index_{{page}}.html\n仙侠幻想::https://www.ijjjxs.com/txt/Wuxia/index_{{page}}.html\n同人小说::https://www.ijjjxs.com/txt/tongrenxiaoshuo/index_{{page}}.html\n耽美小说::https://www.ijjjxs.com/txt/dmtr/index_{{page}}.html\n玄幻小说::https://www.ijjjxs.com/txt/Xuanhuan/index_{{page}}.html\n都市异能::https://www.ijjjxs.com/txt/dushi/index_{{page}}.html\n铁血军旅::https://www.ijjjxs.com/txt/tiexue/index_{{page}}.html\n惊悚悬疑::https://www.ijjjxs.com/txt/Kongbu/index_{{page}}.html",
    "header": "",
    "lastUpdateTime": 0,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 4763,
    "ruleBookInfo": {
      "author": "class.zuozhe@tag.a.0@text",
      "coverUrl": "class.img@tag.img.0@src##\\?.*",
      "intro": "id.mainSoftIntro@textNodes##\\s{2}?\\W?文案",
      "name": "id.downInfoArea@tag.h1.0@text##《|》",
      "tocUrl": "class.yuedu.0@tag.a.0@href##1\\.html|(?<=read)/\\d+"
    },
    "ruleContent": {
      "content": "id.view_content_txt@tag.p@html",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "author": ".mainGreen@text||.main@tag.span.-4@text##.*?作者：| .*",
      "bookList": "id.catalog@children",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@img@src",
      "intro": "tag.div.0@text",
      "kind": ".mainGreen@text&&.newDate@text&&.oldDate@text&&.main@tag.span.-2@text&&.classname@text##.*?写作进度：|(?:文件|书籍)?(?:大小|类别)：|\\[|发布于|\\]| \\d+:.*",
      "name": "class.title@a@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".list_a",
      "bookUrl": "a@href##.*\\/(\\d+).*##https://www.jjjjxs.com/txt/$1.html",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "kind": "span.-2@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "class.view_content@class.view_content_list@tag.li@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://m.jjjxsw.com/e/search/index.php,{\n  \"body\": \"show=writer,title&keyboard={{key}}&Submit22=搜索\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "无限小说网🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wuxianbook.com#🎃",
    "customButton": false,
    "customOrder": 1602,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 4408,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "init": "<js>\nid=src.match(/data\\-bookid\\=\\\"(\\d+)\\\"/)[1]\njava.log(id)\njava.put(\"id\",id)\n</js>",
      "intro": "[property$=description]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "<js>\nid=java.get(\"id\");\njava.log(id)\nurl=\"https://wuxianbook.com/e/extend/bookpage/pages.php?id=\"+id+\"&pageNum=0&dz=asc\"\nurl;\n</js>"
    },
    "ruleContent": {
      "content": "#text@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".book-author@text",
      "bookList": ".s-nv-list@ul@li",
      "bookUrl": "a@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "intro": "p@text",
      "name": ".title@text"
    },
    "ruleToc": {
      "chapterList": ".list[*]",
      "chapterName": ".title",
      "chapterUrl": "{{book.bookUrl}}{{$.pic}}",
      "nextTocUrl": ".totalPage\n<js>\nid=java.get(\"id\");\njava.log(id)\nmatch=String(result).match(/(\\d+)/)\nn=match[1]\nlist=[]\nfor(var i=1; i<=n; i++){\n\n        list.push(\"https://wuxianbook.com/e/extend/bookpage/pages.php?id=\"+id+\"&pageNum=\"+i+\"&dz=asc\")\n\n        }\n\nlist;\n</js>"
    },
    "searchUrl": "https://wuxianbook.com/e/search/index.php,{\n  \"body\": \"tbname=bookname&show=title&tempid=1&keyboard={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "八零电子书🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.80zw.la#🎃",
    "bookUrlPattern": "http://wap.80zw.la/\\d+/",
    "customButton": false,
    "customOrder": 1603,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"♨️男生小说♨️\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"修真\",\n    \"url\": \"/class3-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"魔法\",\n    \"url\": \"/class13-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"异术\",\n    \"url\": \"/class1-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"东方\",\n    \"url\": \"/class12-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"争霸\",\n    \"url\": \"/class14-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/class15-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"未来\",\n    \"url\": \"/class9-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"灵异\",\n    \"url\": \"/class10-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"探险\",\n    \"url\": \"/class22-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"传记\",\n    \"url\": \"/class6-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"特种\",\n    \"url\": \"/class7-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/class16-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"竞技\",\n    \"url\": \"/class8-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"♨️女生小说♨️\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"女强\",\n    \"url\": \"/class2-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"婚姻\",\n    \"url\": \"/class4-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"百合\",\n    \"url\": \"/class5-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"唯美\",\n    \"url\": \"/class24-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"穿越\",\n    \"url\": \"/class17-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"贵族\",\n    \"url\": \"/class18-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"校园\",\n    \"url\": \"/class19-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"布衣\",\n    \"url\": \"/class20-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"商战\",\n    \"url\": \"/class21-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"间谍\",\n    \"url\": \"/class23-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"同人\",\n    \"url\": \"/class11-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"文集\",\n    \"url\": \"/class25-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"♨️排行榜单♨️\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"日点击榜\",\n    \"url\": \"/top/dayvisit-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"周点击榜\",\n    \"url\": \"/top/weekvisit-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"月点击榜\",\n    \"url\": \"/top/monthvisit-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"总点击榜\",\n    \"url\": \"/top/allvisit-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"总收藏榜\",\n    \"url\": \"/top/goodnum-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"字数排行\",\n    \"url\": \"/top/size-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"日推荐榜\",\n    \"url\": \"/top/dayvote-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"周推荐榜\",\n    \"url\": \"/top/weekvote-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"月推荐榜\",\n    \"url\": \"/top/monthvote-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"总推荐榜\",\n    \"url\": \"/top/allvote-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"最新入库\",\n    \"url\": \"/top/postdate-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"最近更新\",\n    \"url\": \"/top/lastupdate-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"完本小说\",\n    \"url\": \"/top/full-{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  }\n]",
    "lastUpdateTime": 0,
    "respondTime": 6753,
    "ruleBookInfo": {
      "author": "p.2@text",
      "coverUrl": "img@src",
      "init": "",
      "intro": "{{@@.intro_info@text##最新章节推荐地址：.*}}##(^|[。！？……]+[”」）……】]?)##$1<br>",
      "kind": "p.3:4:5@text##.*：",
      "lastChapter": "p.6@a@text",
      "name": "h2@text",
      "tocUrl": "text.查看更多章节@href"
    },
    "ruleContent": {
      "content": "#nr1@html",
      "nextContentUrl": "#pb_next@href",
      "replaceRegex": "##（本章未完，.*）|第.*章.*"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "p@text##.*/",
      "bookList": "p.line",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "kind": "p@text##\\[|\\].*",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": ".book_last@dd@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "class.middle@select@html\n<js>\njava.webView(result,\"\\d+\",\"\");\n</js>\noption@value"
    },
    "searchUrl": "http://wap.80zw.la/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "📙",
    "bookSourceGroup": "正版",
    "bookSourceName": "💰 追书神器",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.zhuishushenqi.com",
    "customButton": false,
    "customOrder": 1604,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "♂️玄幻::/category?gender=male&type=hot&major=%E7%8E%84%E5%B9%BB&minor=&page={{page}}\n♂️都市::/category?gender=male&type=hot&major=%E9%83%BD%E5%B8%82&minor=&page={{page}}\n♂️仙侠::/category?gender=male&type=hot&major=%E4%BB%99%E4%BE%A0&minor=&page={{page}}\n♂️游戏::/category?gender=male&type=hot&major=%E6%B8%B8%E6%88%8F&minor=&page={{page}}\n♂️历史::/category?gender=male&type=hot&major=%E5%8E%86%E5%8F%B2&minor=&page={{page}}\n♂️科幻::/category?gender=male&type=hot&major=%E7%A7%91%E5%B9%BB&minor=&page={{page}}\n♂️奇闻::/category?gender=male&type=hot&major=%E5%A5%87%E9%97%BB&minor=&page={{page}}\n♂️轻小说::/category?gender=male&type=hot&major=%E8%BD%BB%E5%B0%8F%E8%AF%B4&minor=&page={{page}}\n♂️奇幻::/category?gender=male&type=hot&major=%E5%A5%87%E5%B9%BB\"&minor=&page={{page}}\n♂️军事::/category?gender=male&type=hot&major=%E5%86%9B%E4%BA%8B&minor=&page={{page}}\n♂️武侠::/category?gender=male&type=hot&major=%E6%AD%A6%E4%BE%A0&minor=&page={{page}}\n♀️现代言情::/category?gender=female&type=hot&major=%E7%8E%B0%E4%BB%A3%E8%A8%80%E6%83%85&minor=&page={{page}}\n♀️古代言情::/category?gender=female&type=hot&major=%E5%8F%A4%E4%BB%A3%E8%A8%80%E6%83%85&minor=&page={{page}}\n♀️幻想言情::/category?gender=female&type=hot&major=%E5%B9%BB%E6%83%B3%E8%A8%80%E6%83%85&minor=&page={{page}}\n♀️科幻空间::/category?gender=female&type=hot&major=%E7%A7%91%E5%B9%BB%E7%A9%BA%E9%97%B4&minor=&page={{page}}\n♀️青春校园::/category?gender=female&type=hot&major=%E9%9D%92%E6%98%A5%E6%A0%A1%E5%9B%AD&minor=&page={{page}}\n♀️唯美纯爱::/category?gender=female&type=hot&major=%E5%94%AF%E7%BE%8E%E7%BA%AF%E7%88%B1&minor=&page={{page}}\n♀️同人衍生::/category?gender=female&type=hot&major=%E5%90%8C%E4%BA%BA%E8%A1%8D%E7%94%9F&minor=&page={{page}}\n📙飙升榜::http://www.zhuishushenqi.com/ranking/d52ca7d4ae7840f98581d688bb74c8f2?type=press&page={{page}}\n📙VIP榜::http://www.zhuishushenqi.com/ranking/e7e6a46325f2404db16c248f644e6d6a?type=press&page={{page}}\n📙热搜榜::http://www.zhuishushenqi.com/ranking/06aa21ebe73a48799dbd59bf05dd6859?type=press&page={{page}}\n📙经典榜::http://www.zhuishushenqi.com/ranking/fa449c3dd64342dfa8b4944e3e8a063b?type=press&page={{page}}\n📙出版小说::http://www.zhuishushenqi.com/category?gender=press&type=hot&major=%E5%87%BA%E7%89%88%E5%B0%8F%E8%AF%B4&minor=&page={{page}}\n📙心理励志::http://www.zhuishushenqi.com/category?gender=press&type=&major=%E5%BF%83%E7%90%86%E4%B8%8E%E5%8A%B1%E5%BF%97\n📙公版图书::http://www.zhuishushenqi.com/category?gender=press&type=&major=%E5%85%AC%E7%89%88%E4%B9%A6\n📙人文社科::http://www.zhuishushenqi.com/category?gender=press&type=hot&major=%E4%BA%BA%E6%96%87%E7%A4%BE%E7%A7%91&minor=&page={{page}}\n📙商业经济::http://www.zhuishushenqi.com/category?gender=press&type=&major=%E5%95%86%E4%B8%9A%E4%B8%8E%E7%BB%8F%E6%B5%8E\n📙文学艺术::http://www.zhuishushenqi.com/category?gender=press&type=hot&major=%E6%96%87%E5%AD%A6%E8%89%BA%E6%9C%AF&minor=&page={{page}}\n📙亲子读物::http://www.zhuishushenqi.com/category?gender=press&type=&major=%E4%BA%B2%E5%AD%90\n📙教辅教材::http://www.zhuishushenqi.com/category?gender=press&type=&major=%E6%95%99%E8%BE%85%E6%95%99%E6%9D%90",
    "lastUpdateTime": 1680621259434,
    "loginUrl": "http://m.zhuishushenqi.com/login?source=/setting",
    "respondTime": 611,
    "ruleBookInfo": {
      "kind": "class.tags@text",
      "lastChapter": "class.book-section.1@tag.ul@tag.li.0@tag.a@text"
    },
    "ruleContent": {
      "content": "class.inner-text@html"
    },
    "ruleExplore": {
      "author": "class.author@tag.span.0@text",
      "bookList": "class.books-list@tag.a",
      "bookUrl": "href",
      "coverUrl": "class.cover@src",
      "intro": "class.desc@text",
      "kind": "class.author@tag.span.2@text",
      "name": "class.name@text"
    },
    "ruleSearch": {
      "author": "class.author@text##\\|.*|\\s",
      "bookList": "class.books-list@tag.div!0",
      "bookUrl": "class.name@tag.a@href",
      "coverUrl": "class.cover@src",
      "intro": "class.desc@text",
      "name": "class.name@text"
    },
    "ruleToc": {
      "chapterList": "class.book-section.2@tag.ul@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/search?val={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "种田小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.zhongtianwen.cn#🎃",
    "customButton": false,
    "customOrder": 1605,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "日榜::/paihangbang/dayvisit.html\n周榜::/paihangbang/weekvisit.html\n月榜::/paihangbang/monthvisit.html\n总榜::/paihangbang/allvisit.html\n推荐::/paihangbang/vote.html\n收藏::/paihangbang/mark.html\n下载::/paihangbang/down.html\n评论::/paihangbang/comment.html\n评分::/paihangbang/star_score.html\n入库::/paihangbang/postdate.html\n玄幻::/xiaoshuofenlei/xuanhuan/{{page}}.html\n修真::/xiaoshuofenlei/xiuzhen/{{page}}.html\n武侠::/xiaoshuofenlei/wuxia/{{page}}.html\n都市::/xiaoshuofenlei/dushi/{{page}}.html\n穿越::/xiaoshuofenlei/chuanyue/{{page}}.html\n战争::/xiaoshuofenlei/zhanzheng/{{page}}.html\n网游::/xiaoshuofenlei/wangyou/{{page}}.html\n科幻::/xiaoshuofenlei/kehuan/{{page}}.html\n恐怖::/xiaoshuofenlei/kongbu/{{page}}.html\n其他::/xiaoshuofenlei/qita/{{page}}.html\n女生::/xiaoshuofenlei/nvsheng/{{page}}.html",
    "header": "{\n    'User-Agent': 'Mozilla/5.0 (Linux; Android 11; XQ-AT52 Build/RKQ1.200826.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/94.0.4606.85 Mobile Safari/537.36'\n}",
    "lastUpdateTime": 0,
    "respondTime": 4893,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "init": "",
      "intro": "[property$=description]@content##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".synopsisArea_detail p.1:2:3@text##.*：|\\s.*",
      "lastChapter": "[property$=latest_chapter_name]@content##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": "[property$=book_name]@content",
      "tocUrl": "text.查看完整目录@href"
    },
    "ruleContent": {
      "content": "#chaptercontent@p@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##本章未完.+"
    },
    "ruleExplore": {
      "author": "p.1@text",
      "bookList": ".hot_sale",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": "p.2@text##简介.",
      "name": "p.0@text"
    },
    "ruleSearch": {
      "author": "p.1@text",
      "bookList": ".hot_sale",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "",
      "kind": "p.2@ownText##\\s.*",
      "lastChapter": "a.1@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": "p.0@text"
    },
    "ruleToc": {
      "chapterList": "#chapterlist p!0@a",
      "chapterName": "text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "https://m.zhongtianwen.cn/xiaoshuosousuo/jieguo.html?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "http://www.16kbook.co/",
    "bookSourceGroup": "免费",
    "bookSourceName": "166看书小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.16kbook.co",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1606,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "首页::/\n排行::/rank/\n书库::/class/{{page}}/\n玄幻::/class/xuanhuan/{{page}}/\n武侠::/class/wuxia/{{page}}/\n都市::/class/dushi/{{page}}/\n历史::/class/lishi/{{page}}/\n科幻::/class/kehuan/{{page}}/\n游戏::/class/youxi/{{page}}/\n女生::/class/nvsheng/{{page}}/\n其他::/class/qita/{{page}}/\n全本::/quanben/class/{{page}}/",
    "header": "",
    "lastUpdateTime": 1721539852484,
    "respondTime": 4756,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=lastest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#booktxt@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##最近转码严重.*退出阅读模式.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text||.btm@ownText",
      "bookList": ".item",
      "bookUrl": "a.1@href",
      "checkKeyWord": "剑来",
      "coverUrl": "img@data-original",
      "intro": "dd@text",
      "kind": "em.-1@text",
      "lastChapter": "",
      "name": "a.1@text",
      "wordCount": "em.-2@text"
    },
    "ruleToc": {
      "chapterList": "#list dl>a",
      "chapterName": "text",
      "chapterUrl": "href",
      "formatJs": ""
    },
    "searchUrl": "<js>\nurl=java.ajax(source.getKey()).match(/\\<form.*?action\\=\\\"([^\\\"]+)\\\"/)[1];\njava.base64Decode(\"Ynlf6YeR5qi9\");\nurl=source.getKey()+url+\"?searchkey=\"+key\n</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "木叶小说网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.qixiashu.com#🎃",
    "customButton": false,
    "customOrder": 1607,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nJSON.stringify(\n\t[\"玄幻\",\"仙侠\",\"都市\",\"历史\",\"游戏\",\"科幻\",\"恐怖\",\"女生\",\"其他\"].map((title,index)=>({\n\ttitle: title,\n\turl: `/shu/${index+1}_{{page}}.html`,\n\tstyle: {\n\t\tlayout_flexGrow: 1,\n\t\tlayout_flexBasisPercent: 0.25\n\t}\n}))\n);",
    "lastUpdateTime": 0,
    "respondTime": 2198,
    "ruleBookInfo": {
      "author": "[property$=author]@content||meta[name~=desc]@content##最新.*",
      "coverUrl": "[property~=image]@content",
      "intro": "[property~=desc]@content##.*简介:",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=chapter_name]@content",
      "name": "h1@text",
      "tocUrl": "text.目录列表@href"
    },
    "ruleContent": {
      "content": "<js>\nvar lis=\"\";\n//获取所有dd标签，依次存入数组arr\nvar aDiv = java.getElements('dd');\n    var arr = [];\n    for(var i=0;i<aDiv.length;i++){\n    \t        arr.push(aDiv[i]);\n    }\n//按data-id属性值升序排列arr中的元素\n    arr.sort(function(a,b){return a.attr('data-id') - b.attr('data-id')});\n//依次拼接排序后arr中的元素\n    for(var i=0;i<arr.length;i++){\n    \tlis=lis+arr[i];\n    }\n    lis\n</js>dd@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##（本章未完.*|.*木叶小说网.*|一秒记住【】.*|.*\\(第\\d+\\/\\d+页\\)"
    },
    "ruleExplore": {
      "author": "a@ownText##:【.*",
      "bookList": ".bd@li",
      "bookUrl": "a@href",
      "kind": ".sort@text##\\[|\\]",
      "name": "a@text##.*【|】.*"
    },
    "ruleSearch": {
      "author": "a@ownText##.*\\(|\\)",
      "bookList": ".bd@li",
      "bookUrl": "a@href",
      "name": "a@ownText##\\(.*"
    },
    "ruleToc": {
      "chapterList": ".list@div@li<js>\na=org.jsoup.Jsoup.parse(result).select('a').toArray().sort().map(x=>({text:x.text(),href:x.attr('href')}))\n//java.log(a)\n</js>",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://wap.qixiashu.com/s.php,{\n  \"body\": \"s={{key}}\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "梦远书城🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.mengyuanshuchengcn.com#🎃",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 1608,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 0,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 4265,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "canReName": "",
      "coverUrl": "[property=\"og:image\"]@content",
      "init": "",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "id.newlist@div.newrap@a.0@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".art_cnt@p@text",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "##本章未完.*|www.*com",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "span.0@text##.*：",
      "bookList": "ul.clearfix@li",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "p.intro@text",
      "kind": "span.1@text##.*：",
      "lastChapter": "",
      "name": "h5@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "dd",
      "chapterName": "a.0@text",
      "chapterUrl": "a.0@href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "/search/result.html?searchkey={{key}}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "豆豆小说网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.wangming.org#🎃",
    "customButton": false,
    "customOrder": 1609,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "首页::/\n热门::/top/{{page}}/\n都市::/lei/dushi/{{page}}/\n言情::/lei/yanqing/{{page}}/\n玄幻::/lei/xuanhuan/{{page}}/\n仙侠::/lei/xianxia/{{page}}/\n历史::/lei/lishi/{{page}}/\n网游::/lei/wangyou/{{page}}/\n科幻::/lei/kehuan/{{page}}/\n女生::/lei/nvsheng/{{page}}/\n其它::/lei/qita/{{page}}/\n全本::/quanben/all/{{page}}/",
    "header": "",
    "jsLib": "{\"crypto\": \"https://cdn.bootcss.com/crypto-js/3.1.9-1/crypto-js.min.js\"}",
    "lastUpdateTime": 0,
    "respondTime": 6792,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property~=image]@content",
      "intro": "[property~=desc]@content",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property$=chapter_name]@content",
      "name": "h1@text",
      "tocUrl": "text.更多章节列表@href"
    },
    "ruleContent": {
      "content": "@js:\nfunction x(encryptedData, key, iv) {\n\t\r\n  const ciphertext = CryptoJS.enc.Base64.parse(encryptedData);\n\r\n  const ivBytes = CryptoJS.enc.Base64.parse(iv);\n  \n   const keyBytes = CryptoJS.enc.Utf8.parse(key);\n  \r\n  const decrypted = CryptoJS.AES.decrypt(\r\n    { ciphertext: ciphertext },\r\n    keyBytes,\r\n    { iv: ivBytes, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.ZeroPadding }\r\n  );\r\n  const decryptedText = decrypted.toString(CryptoJS.enc.Utf8);\r\n return decryptedText;\r\n  \r\n}\nmatch=src.match(/#booktxthtml'\\).html\\((.*?\\))\\)/);\n//java.log(match[1])\nif(match){\nresult=eval(match[1])}else result",
      "nextContentUrl": "text.下一章@href@js:/_/.test(result)?result:\"\"",
      "replaceRegex": "##《{{book.name}}》.*"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "a.0@href",
      "coverUrl": "img@data-src",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "a[href*=author]@text",
      "bookList": ".content dl",
      "bookUrl": "a.0@href",
      "checkKeyWord": "--https://www.fullsubject.net/xiaoshuo_241375/2215474.html",
      "coverUrl": "img@data-src",
      "intro": "dd.0@text",
      "kind": "dd.1@span@text",
      "lastChapter": "",
      "name": ".cover@title",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "ul.1@li@a",
      "chapterName": "text",
      "chapterUrl": "onclick##location.href='(.*)'##$1",
      "nextTocUrl": "option!0@value"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\n/search\n,{\n  \"body\": \"searchkey={{key}}\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "环安小说网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.savilletailor.com#🎃",
    "customButton": false,
    "customOrder": 1610,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "jsLib": "txtc='男人啊爱按暴臀逼擦潮操插吃抽处床春唇刺粗大洞逗硬儿反犯峰妇抚夫腹干搞根公宫勾股狠花滑坏魂鸡激夹奸交叫娇姐禁精进紧菊渴口裤胯快浪力搂乱裸妈毛迷靡妹摸嫩母娘尿咛女哦趴喷婆屁气枪窃骑妻情亲裙热日肉揉乳软润入塞骚色上舌射身深湿兽受舒爽水睡酥死烫痛舔天体挺头腿脱味慰吻握喔污下小性胸血穴阳痒药腰夜液野衣姨吟淫荫幽诱尤欲吁玉吮窄占征汁嘴，。…憋丢弄'",
    "lastUpdateTime": 0,
    "respondTime": 13784,
    "ruleBookInfo": {
      "author": "class.date@tag.a.0@text",
      "name": "class.infos@text"
    },
    "ruleContent": {
      "content": "<js>\nresult=java.getElement(\".read_chapterDetail\")\nresult.select(\"p,script,div\").remove()\nresult=String(result.html()).replace(/<em class=\"n_(\\d+)\"><\\/em>/g,(m0,m1)=>txtc.charAt(parseInt(m1)-1))\n</js>",
      "nextContentUrl": ".newpageNav@textNodes##.*\\/\n@js:\npageSum=parseInt(result[0])\nburl=String(baseUrl)\nresult=Array.from({length:pageSum-1},(_,i)=>{return burl.replace(/.html/,`_${i+2}.html`)})\nresult",
      "title": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.autor@text",
      "bookList": "class.bk",
      "bookUrl": "tag.a.0@href",
      "checkKeyWord": "",
      "lastChapter": "class.date@text",
      "name": "class.infos@tag.h3@text",
      "wordCount": "class.size@text"
    },
    "ruleToc": {
      "chapterList": "class.clearfix@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "{{cookie.removeCookie(source.key)}}\n/search/,{\n\t\"body\": \"searchkey={{key}}&searchtype=all&classid=0\",\n\t\"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃手机小说🎃#4",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.shoujixsw.com#🎃",
    "customButton": false,
    "customOrder": 1611,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36\"\n}",
    "lastUpdateTime": 0,
    "respondTime": 1041,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "class.review@text",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": "id.chaptercontent@tag.p@textNodes##『章节错误,点此举报』|『加入书签，方便阅读』|：。："
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.bookinfo@tag.div.2@text",
      "bookList": "class.bookbox",
      "bookUrl": "class.bookimg@tag.a@href",
      "coverUrl": "tag.img@src",
      "kind": "class.bookinfo@tag.div.4@text##类型：",
      "lastChapter": "class.update@tag.a@text",
      "name": "class.iTit@text"
    },
    "ruleToc": {
      "chapterList": "class.directoryArea@tag.p",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "id.indexselect@tag.option@value"
    },
    "searchUrl": "{{cookie.removeCookie(source.key)}}/search/,{\n  \"body\": \"searchkey={{key}}&submit=\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃总裁🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://mobile.zongcai.com#🎃",
    "customButton": false,
    "customOrder": 1612,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 16414,
    "ruleBookInfo": {
      "author": "class.BGsectionOne-top-right@class.author@span@a@text",
      "intro": "class.BGsectionTwo-bottom@text",
      "kind": "class.BGsectionOne-top-right@class.category@span.0@a@text",
      "lastChapter": "class.BGsectionOne-top-right@class.newestChapter@span@text",
      "name": "class.BGsectionOne-top-right@class.title@text",
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": "p@text"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": "class.SHsectionThree-middle@p",
      "bookUrl": "a.1@href",
      "kind": "a.0@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".BCsectionTwo-top-chapter",
      "chapterName": "class.BCsectionTwo-top-chapter@a@text",
      "chapterUrl": "class.BCsectionTwo-top-chapter@a@href##$##,{'webView':true}",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "https://mobile.zongcai666.com/search/{{key}}/",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "总裁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://mobile.zongcai.com",
    "customButton": false,
    "customOrder": 1613,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 16413,
    "ruleBookInfo": {
      "author": "class.BGsectionOne-top-right@class.author@span@a@text",
      "intro": "class.BGsectionTwo-bottom@text",
      "kind": "class.BGsectionOne-top-right@class.category@span.0@a@text",
      "lastChapter": "class.BGsectionOne-top-right@class.newestChapter@span@text",
      "name": "class.BGsectionOne-top-right@class.title@text",
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": "p@text"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": "class.SHsectionThree-middle@p",
      "bookUrl": "a.1@href",
      "kind": "a.0@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".BCsectionTwo-top-chapter",
      "chapterName": "class.BCsectionTwo-top-chapter@a@text",
      "chapterUrl": "class.BCsectionTwo-top-chapter@a@href##$##,{'webView':true}",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "https://mobile.zongcai666.com/search/{{key}}/",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃️悸花API🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://api.lestory.cn#🎃",
    "customButton": false,
    "customOrder": 1614,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 4941,
    "ruleBookInfo": {
      "author": "$.data.book.author",
      "canReName": "",
      "intro": "$.data.book.description\n<js>if(!result){\ntoken=java.get('token');\nvar time = Math.round(new Date()/1000);\nresult='❗️通过离线下载这本书，刷每日阅读，离线下载一直显示正在启动的话是已经开始了，不用管它，因为是一直循环访问网址，手机可能会发烫，取消离线下载即可停止,如果取消很久还是发烫，请杀后台❗️';\nlist=[\n\"appId=\",\n\"osType=2\",\n\"product=1\",\n\"sysVer=10\",\n\"time=\"+time,\n\"token=\"+token,\n\"ver=2.1.3\",\n\"packageName=com.lestory.jihua.an\",\n\"lang-app=zh-Hans\",\n\"lang=zh-hans\",\n\"locale=CN\"\n]\n\nfunction sign(list){\nvar sb='';\nsb+=\"Fb0gqLMSf5Android\";\nlist=list.sort();\ni=0;\nwhile(i<list.length){\nif(i==0){\nsb+=list[i]\n}else{\n    if(list[i].match(/lang-app=/)){  \n      i2=i+1;\n     i3=i2+1;\n     if (list[i2] != null && list[i2].match(/lang=/)) {\n                        sb+=\"&\";\n                        sb+=list[i2];\n                        \n                        sb+=\"&\";\n                        sb+=list[i];\n                        \n                        i = i3;\n                    }\n           }\n                sb+=\"&\";\n                sb+=list[i];             \n      }\ni++\n}\nsb+=\"AEdDtho2CjiH901aVK7swFqclu6NmzJ4\";\nreturn String(java.md5Encode(sb)).toUpperCase()\n}\n\ns=sign(list);\n\njson={\"product\":\"1\",\"ver\":\"2.1.3\",\"sysVer\":\"10\",\"locale\":\"CN\",\"token\":String(token),\"lang-app\":\"zh-Hans\",\"appId\":\"\",\"osType\":\"2\",\"time\":time,\"packageName\":\"com.lestory.jihua.an\",\"lang\":\"zh-hans\",\"sign\":String(s)}\n\noption={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json)\n}\nurl='http://api.lestory.cn/user/center,'+JSON.stringify(option);\naaa=JSON.parse(String(java.ajax(url))).data;\nresult+'\\n剩余书币：'+aaa.remain+'\\n今日获得书币：'+aaa.coin_today+'\\n今日阅读：'+aaa.today_read_duration+'分钟\\n点右上角刷新此页面更新数据'\n}else{result=result}</js>",
      "kind": "",
      "lastChapter": "{{$.data.book.last_chapter}}•{{$.data.book.last_chapter_time}}##更新于",
      "name": "$.data.book.name",
      "tocUrl": "$.data.book.book_id\n<js>\nvar time = Math.round(new Date()/1000);\nlist=[\n\"book_id=\"+result,\n\"lang=zh-hans\",\n\"lang-app=zh-Hans\",\n\"locale=CN\",\n\"osType=2\",\n\"packageName=com.lestory.jihua.an\",\n\"time=\"+time,\n\"token=\",\n\"ver=2.1.3\",\n\"product=1\",\n\"sysVer=10\"\n];\n\nfunction sign(list){\nvar sb='';\nsb+=\"Fb0gqLMSf5Android\";\nlist=list.sort();\ni=0;\nwhile(i<list.length){\nif(i==0){\nsb+=list[i]\n}else{\n    if(list[i].match(/lang-app=/)){  \n      i2=i+1;\n     i3=i2+1;\n     if (list[i2] != null && list[i2].match(/lang=/)) {\n                        sb+=\"&\";\n                        sb+=list[i2];\n                        \n                        sb+=\"&\";\n                        sb+=list[i];\n                        \n                        i = i3;\n                    }\n           }\n                sb+=\"&\";\n                sb+=list[i];             \n      }\ni++\n}\nsb+=\"AEdDtho2CjiH901aVK7swFqclu6NmzJ4\";\nreturn String(java.md5Encode(sb)).toUpperCase()\n}\n\nsign=sign(list);\n\njson={\"sign\":sign,\"packageName\":\"com.lestory.jihua.an\",\"time\":time,\"token\":\"\",\"locale\":\"CN\",\"osType\":\"2\",\"book_id\":result,\"lang\":\"zh-hans\",\"lang-app\":\"zh-Hans\",\"ver\":\"2.1.3\",\"product\":1,\"sysVer\":\"10\"}\noption={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json)\n}\n'http://api.lestory.cn/chapter/catalog,'+JSON.stringify(option)\n</js>",
      "wordCount": "$.data.book.total_words"
    },
    "ruleContent": {
      "content": "$.data.content\n<js>\n//每日阅读书币\nif(baseUrl.match(/report-reward/)){\ntoken=java.get(\"token\");\nvar time = Math.round(new Date()/1000);\n\nlist=[\n\"appId=\",\n\"osType=2\",\n\"product=1\",\n\"sysVer=10\",\n\"time=\"+time,\n\"token=\"+token,\n\"ver=2.1.3\",\n\"packageName=com.lestory.jihua.an\",\n\"lang-app=zh-Hans\",\n\"lang=zh-hans\",\n\"locale=CN\"\n]\n\nfunction sign(list){\nvar sb='';\nsb+=\"Fb0gqLMSf5Android\";\nlist=list.sort();\ni=0;\nwhile(i<list.length){\nif(i==0){\nsb+=list[i]\n}else{\n    if(list[i].match(/lang-app=/)){  \n      i2=i+1;\n     i3=i2+1;\n     if (list[i2] != null && list[i2].match(/lang=/)) {\n                        sb+=\"&\";\n                        sb+=list[i2];\n                        \n                        sb+=\"&\";\n                        sb+=list[i];\n                        \n                        i = i3;\n                    }\n           }\n                sb+=\"&\";\n                sb+=list[i];             \n      }\ni++\n}\nsb+=\"AEdDtho2CjiH901aVK7swFqclu6NmzJ4\";\nreturn String(java.md5Encode(sb)).toUpperCase()\n}\n\ns=sign(list);\n\njson={\"product\":\"1\",\"ver\":\"2.1.3\",\"sysVer\":\"10\",\"locale\":\"CN\",\"token\":String(token),\"lang-app\":\"zh-Hans\",\"appId\":\"\",\"osType\":\"2\",\"time\":time,\"packageName\":\"com.lestory.jihua.an\",\"lang\":\"zh-hans\",\"sign\":String(s)}\n\noption={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json)\n}\nurl='http://api.lestory.cn/remain/report-reward,'+JSON.stringify(option);\ni=10;\n\n//循环1000次，15s一次\nfor(i=0;i<=1000;i++){ \nvar start =(new Date()).getTime();\n\t// 阻塞15s\n    while((new Date()).getTime() - start < 15000) {\n        continue;\n    }\njava.log(JSON.parse(String(java.ajax(url))).data.reward_gold);\n}}\n\n\n//正文\njava.aesBase64DecodeToString(String(result),\"lCFS!FChsEabjLBu\",\"AES/CBC/PKCS5Padding\",\"0123456789012345\")\n</js>",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "<js>\nif(!baseUrl.match(/welfare\\/award/)){\nif(baseUrl.match(/bookid/)){\njava.put('token',baseUrl.match(/token=(.*)/)[1]);\njava.put('book',baseUrl.match(/(\\d+)/)[1]);\nlist=[{\"name\":\"每日阅读书币\",\"book_id\":baseUrl.match(/(\\d+)/)[1]}];\nresult=JSON.stringify(list)\n}else{\n\npage=java.get('page');\nvar time = Math.round(new Date()/1000);\ncat=baseUrl.match(/cat=(\\d+)/)[1];\nfinished=baseUrl.match(/finished=(\\d+)/)[1];\nlist=[\n\"finished=\"+finished,\n\"cat=\"+cat,\n\"page_num=\"+page,\n\"lang=zh-hans\",\n\"lang-app=zh-Hans\",\n\"locale=CN\",\n\"osType=2\",\n\"packageName=com.lestory.jihua.an\",\n\"time=\"+time,\n\"ver=2.1.3\",\n\"product=1\",\n\"token=\",\n\"sysVer=10\"\n];\n\nfunction sign(list){\nvar sb='';\nsb+=\"Fb0gqLMSf5Android\";\nlist=list.sort();\ni=0;\nwhile(i<list.length){\nif(i==0){\nsb+=list[i]\n}else{\n    if(list[i].match(/lang-app=/)){  \n      i2=i+1;\n     i3=i2+1;\n     if (list[i2] != null && list[i2].match(/lang=/)) {\n                        sb+=\"&\";\n                        sb+=list[i2];\n                        \n                        sb+=\"&\";\n                        sb+=list[i];\n                        \n                        i = i3;\n                    }\n           }\n                sb+=\"&\";\n                sb+=list[i];             \n      }\ni++\n}\nsb+=\"AEdDtho2CjiH901aVK7swFqclu6NmzJ4\";\nreturn String(java.md5Encode(sb)).toUpperCase()\n}\n\n\nsign=sign(list);\n\njson={\"finished\":String(finished),\"cat\":String(cat),\"sign\":String(sign),\"packageName\":\"com.lestory.jihua.an\",\"time\":time,\"token\":\"\",\"locale\":\"CN\",\"page_num\":String(page),\"osType\":\"2\",\"lang\":\"zh-hans\",\"lang-app\":\"zh-Hans\",\"ver\":\"2.1.3\",\"product\":1,\"sysVer\":\"10\"}\n\noption={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json)\n}\nurl='http://api.lestory.cn/book/category-index,'+JSON.stringify(option);\njava.ajax(url)}}else{\nl=[];\nvar time = Math.round(new Date()/1000);\nvar token=baseUrl.match(/token=(.*)/)[1];\nlist=[\n\"read_time=44800\",\n\"appId=\",\n\"osType=2\",\n\"product=1\",\n\"sysVer=10\",\n\"time=\"+time,\n\"token=\"+token,\n\"ver=2.1.3\",\n\"packageName=com.lestory.jihua.an\",\n\"lang-app=zh-Hans\",\n\"lang=zh-hans\",\n\"locale=CN\"\n]\n\nfunction sign(list){\nvar sb='';\nsb+=\"Fb0gqLMSf5Android\";\nlist=list.sort();\ni=0;\nwhile(i<list.length){\nif(i==0){\nsb+=list[i]\n}else{\n    if(list[i].match(/lang-app=/)){  \n      i2=i+1;\n     i3=i2+1;\n     if (list[i2] != null && list[i2].match(/lang=/)) {\n                        sb+=\"&\";\n                        sb+=list[i2];\n                        \n                        sb+=\"&\";\n                        sb+=list[i];\n                        \n                        i = i3;\n                    }\n           }\n                sb+=\"&\";\n                sb+=list[i];             \n      }\ni++\n}\nsb+=\"AEdDtho2CjiH901aVK7swFqclu6NmzJ4\";\nreturn String(java.md5Encode(sb)).toUpperCase()\n}\n\ns=sign(list);\n\n\njson={\"read_time\":\"44800\",\"product\":\"1\",\"ver\":\"2.1.3\",\"sign\":String(s),\"sysVer\":\"10\",\"locale\":\"CN\",\"token\":String(token),\"lang-app\":\"zh-Hans\",\"appId\":\"\",\"osType\":\"2\",\"time\":time,\"packageName\":\"com.lestory.jihua.an\",\"lang\":\"zh-hans\"}\n\noption={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json)\n}\nurl='http://api.lestory.cn/remain/add-read-time,'+JSON.stringify(option);\nl.push(String(java.ajax(url)));\nfor(i=1;i<=10;i++){\nurl='http://api.lestory.cn/welfare/award?token='+token+'&award_type='+i;\nl.push(String(java.ajax(url)));\n}\nfor(i=1;i<=10;i++){\nurl='http://api.lestory.cn/welfare/award?token='+token+'&award_type='+i;\nl.push(String(java.ajax(url)));\n}\nfor(i=1;i<=10;i++){\nurl='http://api.lestory.cn/welfare/award?token='+token+'&award_type='+i;\nl.push(String(java.ajax(url)));\n}\nresult=JSON.stringify(l);}\n</js>\n$.data.list.list[*]||$.[*]",
      "bookUrl": "$.book_id\n<js>\nvar time = Math.round(new Date()/1000);\nlist=[\n\"book_id=\"+result,\n\"lang=zh-hans\",\n\"lang-app=zh-Hans\",\n\"locale=CN\",\n\"osType=2\",\n\"packageName=com.lestory.jihua.an\",\n\"time=\"+time,\n\"token=\",\n\"ver=2.1.3\",\n\"product=1\",\n\"sysVer=10\"\n];\n\nfunction sign(list){\nvar sb='';\nsb+=\"Fb0gqLMSf5Android\";\nlist=list.sort();\ni=0;\nwhile(i<list.length){\nif(i==0){\nsb+=list[i]\n}else{\n    if(list[i].match(/lang-app=/)){  \n      i2=i+1;\n     i3=i2+1;\n     if (list[i2] != null && list[i2].match(/lang=/)) {\n                        sb+=\"&\";\n                        sb+=list[i2];\n                        \n                        sb+=\"&\";\n                        sb+=list[i];\n                        \n                        i = i3;\n                    }\n           }\n                sb+=\"&\";\n                sb+=list[i];             \n      }\ni++\n}\nsb+=\"AEdDtho2CjiH901aVK7swFqclu6NmzJ4\";\nreturn String(java.md5Encode(sb)).toUpperCase()\n}\n\nsign=sign(list);\n\njson={\"sign\":sign,\"packageName\":\"com.lestory.jihua.an\",\"time\":time,\"token\":\"\",\"locale\":\"CN\",\"osType\":\"2\",\"book_id\":result,\"lang\":\"zh-hans\",\"lang-app\":\"zh-Hans\",\"ver\":\"2.1.3\",\"product\":1,\"sysVer\":\"10\"}\noption={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json)\n}\n'http://api.lestory.cn/book/info,'+JSON.stringify(option)\n</js>",
      "coverUrl": "$.cover",
      "intro": "$.description",
      "kind": "$.tag[*].tab",
      "name": "$.name||$.data.award||$.msg##^(\\d+)$##已领取$1书币"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data.list[*]",
      "bookUrl": "$.book_id\n<js>\nvar time = Math.round(new Date()/1000);\nlist=[\n\"book_id=\"+result,\n\"lang=zh-hans\",\n\"lang-app=zh-Hans\",\n\"locale=CN\",\n\"osType=2\",\n\"packageName=com.lestory.jihua.an\",\n\"time=\"+time,\n\"token=\",\n\"ver=2.1.3\",\n\"product=1\",\n\"sysVer=10\"\n];\n\nfunction sign(list){\nvar sb='';\nsb+=\"Fb0gqLMSf5Android\";\nlist=list.sort();\ni=0;\nwhile(i<list.length){\nif(i==0){\nsb+=list[i]\n}else{\n    if(list[i].match(/lang-app=/)){  \n      i2=i+1;\n     i3=i2+1;\n     if (list[i2] != null && list[i2].match(/lang=/)) {\n                        sb+=\"&\";\n                        sb+=list[i2];\n                        \n                        sb+=\"&\";\n                        sb+=list[i];\n                        \n                        i = i3;\n                    }\n           }\n                sb+=\"&\";\n                sb+=list[i];             \n      }\ni++\n}\nsb+=\"AEdDtho2CjiH901aVK7swFqclu6NmzJ4\";\nreturn String(java.md5Encode(sb)).toUpperCase()\n}\n\nsign=sign(list);\n\njson={\"sign\":sign,\"packageName\":\"com.lestory.jihua.an\",\"time\":time,\"token\":\"\",\"locale\":\"CN\",\"osType\":\"2\",\"book_id\":result,\"lang\":\"zh-hans\",\"lang-app\":\"zh-Hans\",\"ver\":\"2.1.3\",\"product\":1,\"sysVer\":\"10\"}\noption={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json)\n}\n'http://api.lestory.cn/book/info,'+JSON.stringify(option)\n</js>",
      "coverUrl": "$.cover",
      "intro": "$.description",
      "kind": "$.tag[*].tab",
      "lastChapter": "{{$.last_chapter}}•{{$.last_chapter_time}}##更新于",
      "name": "$.name",
      "wordCount": "$.total_words"
    },
    "ruleToc": {
      "chapterList": "<js>\n$=JSON.parse(result);\nif($.code==\"700\"){\nlist=[{\"chapter_title\":\"阅读15s书币\",\"href\":\"http://api.lestory.cn/remain/report-reward\"}];\nresult=JSON.stringify(list)\n}else{result=JSON.stringify($.data.chapter_list)}</js>$.[*]",
      "chapterName": "$.chapter_title",
      "chapterUrl": "$.href<js>\n//填上你的Token\n\nToken=\"34304776fc02d974a641eef13b603e20\";\n\n//下面不要动\nvar time = Math.round(new Date()/1000);\nvar token=java.get('token')!=''?java.get('token'):java.put('token',Token);\nif(!result){\nlist=[\n\"book_id={{$.book_id}}\",\n\"chapter_id={{$.chapter_id}}\",\n\"appId=\",\n\"osType=2\",\n\"product=1\",\n\"sysVer=10\",\n\"time=\"+time,\n\"token=\"+token,\n\"ver=2.1.3\",\n\"packageName=com.lestory.jihua.an\",\n\"lang-app=zh-Hans\",\n\"lang=zh-hans\",\n\"locale=CN\"\n]\n\nfunction sign(list){\nvar sb='';\nsb+=\"Fb0gqLMSf5Android\";\nlist=list.sort();\ni=0;\nwhile(i<list.length){\nif(i==0){\nsb+=list[i]\n}else{\n    if(list[i].match(/lang-app=/)){  \n      i2=i+1;\n     i3=i2+1;\n     if (list[i2] != null && list[i2].match(/lang=/)) {\n                        sb+=\"&\";\n                        sb+=list[i2];\n                        \n                        sb+=\"&\";\n                        sb+=list[i];\n                        \n                        i = i3;\n                    }\n           }\n                sb+=\"&\";\n                sb+=list[i];             \n      }\ni++\n}\nsb+=\"AEdDtho2CjiH901aVK7swFqclu6NmzJ4\";\nreturn String(java.md5Encode(sb)).toUpperCase()\n}\n\ns=sign(list);\n\n\njson={\"product\":\"1\",\"ver\":\"2.1.3\",\"sign\":String(s),\"sysVer\":\"10\",\"book_id\":\"{{$.book_id}}\",\"locale\":\"CN\",\"token\":String(token),\"lang-app\":\"zh-Hans\",\"appId\":\"\",\"osType\":\"2\",\"time\":time,\"packageName\":\"com.lestory.jihua.an\",\"chapter_id\":\"{{$.chapter_id}}\",\"lang\":\"zh-hans\"}\n\noption={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json)\n}\nurl='http://api.lestory.cn/chapter/text,'+JSON.stringify(option)}else{result=result}\n</js>",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "<js>\n/*调试->右上角的小虫子，随便搜一个词*/\n/*Token写了东西的话要删掉才能进行下面步骤：\n①填上电话号码点调试会获取验证码；\n②填上验证码点调试会获取token；\n③把token填在Token【目录的章节url那也有个token记得也要填，不填的话从发现点的书是没有登录的】；\n④把电话号码跟验证码的值删了【❗️填了电话号码会一搜索就发验证码】，保存书源*/\n/*如登录过期需要重新登录，请删除以前填写的token再调试获取验证码，重复前面的步骤*/\n\n电话号码=\"\";\n\n验证码=\"\";\n\nToken=\"34304776fc02d974a641eef13b603e20\";\n\n//下面不要动\nvar time = Math.round(new Date()/1000);\ntoken=java.put('token',Token);\nfunction sign(list){\nvar sb='';\nsb+=\"Fb0gqLMSf5Android\";\nlist=list.sort();\ni=0;\nwhile(i<list.length){\nif(i==0){\nsb+=list[i]\n}else{\n    if(list[i].match(/lang-app=/)){  \n      i2=i+1;\n     i3=i2+1;\n     if (list[i2] != null && list[i2].match(/lang=/)) {\n                        sb+=\"&\";\n                        sb+=list[i2];\n                        \n                        sb+=\"&\";\n                        sb+=list[i];\n                        \n                        i = i3;\n                    }\n           }\n                sb+=\"&\";\n                sb+=list[i];             \n      }\ni++\n}\nsb+=\"AEdDtho2CjiH901aVK7swFqclu6NmzJ4\";\nreturn String(java.md5Encode(sb)).toUpperCase()\n}\n\n\n\n//获取验证码开始\nnum=电话号码;\ny=验证码;\nif(num.match(/^\\d{11}$/) && !y  && !Token){\nlist2=[\n \"mobile=86\"+num,\n\"appId=\",\n\"osType=2\",\n\"product=1\",\n\"sysVer=10\",\n\"time=\"+time,\n\"token=\"+token,\n\"ver=2.1.3\",\n\"packageName=com.lestory.jihua.an\",\n\"lang-app=zh-Hans\",\n\"lang=zh-hans\",\n\"locale=CN\"\n]\ns=sign(list2);\njson2={ \"mobile\": \"86\"+String(num),\"product\":\"1\",\"ver\":\"2.1.3\",\"sign\":s,\"sysVer\":\"10\",\"locale\":\"CN\",\"token\":String(token),\"lang-app\":\"zh-Hans\",\"appId\":\"\",\"osType\":\"2\",\"time\":time,\"packageName\":\"com.lestory.jihua.an\",\"lang\":\"zh-hans\"}\n\noption1={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json2)\n}\nurl='http://api.lestory.cn/message/send,'+JSON.stringify(option1);\njava.log(JSON.parse(java.ajax(url)).msg==\"success\"?\"验证码发送成功，请注意短信\":\"验证码获取失败，请稍候再试\");\n}else if(y && !Token){\nlist2=[\n \"mobile=86\"+num,\n\"code=\"+y,\n\"appId=\",\n\"osType=2\",\n\"product=1\",\n\"sysVer=10\",\n\"time=\"+time,\n\"token=\"+token,\n\"ver=2.1.3\",\n\"packageName=com.lestory.jihua.an\",\n\"lang-app=zh-Hans\",\n\"lang=zh-hans\",\n\"locale=CN\"\n]\ns=sign(list2);\njson2={ \"code\":String(y),\"mobile\": \"86\"+String(num),\"product\":\"1\",\"ver\":\"2.1.3\",\"sign\":s,\"sysVer\":\"10\",\"locale\":\"CN\",\"token\":String(token),\"lang-app\":\"zh-Hans\",\"appId\":\"\",\"osType\":\"2\",\"time\":time,\"packageName\":\"com.lestory.jihua.an\",\"lang\":\"zh-hans\"}\n\noption1={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json2)\n}\nurl='http://api.lestory.cn/user/mobile-login,'+JSON.stringify(option1);\na=JSON.parse(java.ajax(url));\njava.log(a.msg==\"success\"?'❗️下面是你的Token，请复制❗️\\n'+a.data.user_token:JSON.stringify(a));\n}\n//获取验证码结束\n\n\n\n\n\n\nlist=[\n\"page_num=\"+page,\n\"keyword=\"+key,\n\"lang=zh-hans\",\n\"lang-app=zh-Hans\",\n\"locale=CN\",\n\"osType=2\",\n\"packageName=com.lestory.jihua.an\",\n\"time=\"+time,\n\"ver=2.1.3\",\n\"product=1\",\n\"token=\",\n\"sysVer=10\"\n];\n\n\njava.put('token',Token);\ns1=sign(list);\n\njson={\"sign\":String(s1),\"packageName\":\"com.lestory.jihua.an\",\"time\":time,\"token\":\"\",\"locale\":\"CN\",\"page_num\":page,\"osType\":\"2\",\"keyword\":key,\"lang\":\"zh-hans\",\"lang-app\":\"zh-Hans\",\"ver\":\"2.1.3\",\"product\":1,\"sysVer\":\"10\"}\n\noption={\n\"method\": \"POST\",\n\"body\": JSON.stringify(json)\n}\nurl='http://api.lestory.cn/book/search,'+JSON.stringify(option)\n</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "七色小说网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.qisexs.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1615,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "------------                  分 类                 ------------::\n玄幻奇幻::/sort/1_1.html\n武侠修真::/sort/2_1.html\n都市言情::/sort/3_1.html\n历史军事::/sort/4_1.html\n科幻灵异::/sort/5_1.html\n网游竞技::/sort/6_1.html\n女生频道::/sort/7_1.html\n全本小说::/full/1/\n------------                  排 行                 ------------::\n总点击榜::/top/allvisit_1/\n月点击榜::/top/monthvisit_1/\n周点击榜::/top/weekvisit_1/\n字数排行::/top/size_1/\n最新入库::/top/postdate_1/\n最近更新::/top/lastupdate_1/",
    "header": "{\n  \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36\"\n}",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 40035,
    "ruleBookInfo": {
      "author": "class.block_txt2@tag.p.2@a@href",
      "coverUrl": "class.block_img2.0@tag.img.0@src",
      "kind": "class.block_txt2@tag.p.3@a@text",
      "lastChapter": "class.block_txt2@tag.p.6@a@text",
      "name": "class.block_txt2@tag.h2.0@text",
      "tocUrl": "class.readlink.0@tag.a.1@href"
    },
    "ruleContent": {
      "content": "id.nr1@textNodes",
      "nextContentUrl": "id.pb_next@href"
    },
    "ruleExplore": {
      "author": "text##(\\[(.{2})\\])? ?\\S+ (\\S+)##$3",
      "bookList": "class.line",
      "bookUrl": "tag.a.0@href",
      "kind": "text##(\\[(.{2})\\])? ?\\S+ (\\S+)##$2",
      "lastChapter": "class.book_other.1@a@text",
      "name": "tag.a.0@text"
    },
    "ruleSearch": {
      "author": "text##(\\[(.{2})\\])? ?\\S+ (\\S+)##$3",
      "bookList": "class.line",
      "bookUrl": "tag.a.0@href",
      "kind": "text##(\\[(.{2})\\])? ?\\S+ (\\S+)##$1",
      "name": "tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.chapter.0@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "class.page.0@tag.a.0@href"
    },
    "searchUrl": "/s.php,{\n  \"method\": \"POST\",\n  \"body\": \"type=articlename&s={{key}}\",\n  \"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃潇湘书院🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.xxsy.net#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1616,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "                                 排行                                \n潇湘票榜::/rank/xxyuepiao\n新书榜::/rank/new\n畅销榜::/rank/bestsales\n完结榜::/rank/finish\n阅读榜::/rank/reading\n收藏榜::/rank/collections",
    "header": "",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 3676,
    "ruleBookInfo": {
      "author": "class.book-author@text",
      "coverUrl": "img@src",
      "init": "",
      "intro": "class.book-summary@text",
      "kind": "class.book-tatus@text##/",
      "lastChapter": "class.chapterlist-item.0@text##[App限免]*",
      "name": "class.book-title.0@text",
      "tocUrl": "class.chapterlist-box@class.chapter-icon@href",
      "wordCount": "class.book-metas@text"
    },
    "ruleContent": {
      "content": "id.content@p@text",
      "imageStyle": "",
      "nextContentUrl": "text.下一章@href",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.book-module@ownText",
      "bookList": "a",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": "class.book-profile@text",
      "kind": "class.book-module@span.0@text",
      "lastChapter": "",
      "name": "class.book-title@text",
      "wordCount": "class.book-module@span.1@text"
    },
    "ruleSearch": {
      "author": "class.book-module@text##[·].*",
      "bookList": "class.common-list common-list-one@a",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": "class.book-profile@text",
      "kind": "",
      "lastChapter": "",
      "name": "class.book-title@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "ul@li",
      "chapterName": "li@a@text",
      "chapterUrl": "li@a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://m.xxsy.net/search/{{key}}",
    "weight": 1
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "溜达小说🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.liudatxt.net#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1617,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 3705,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "id.bookintro@html",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content##小说|\\s.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "wordCount": ".count@tag.span.-1@text"
    },
    "ruleContent": {
      "content": "id.content@html",
      "imageStyle": "0",
      "replaceRegex": "##感谢.*打赏.*|\\【看书福利.*|\\（未完待续\\）|无弹窗.*|\\【加入书签.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.book_other.0@tag.span.0@text",
      "bookList": "id.sitembox@tag.dl",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src",
      "lastChapter": "class.book_other.1@text##最新章节.| 更新时间.|..\\:.*",
      "name": "tag.a.1@text",
      "wordCount": "class.book_other.0@tag.span.-1@text"
    },
    "ruleToc": {
      "chapterList": "id.readerlist@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.liudatxt.org/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃关于小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.rulianshi.org#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1618,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 0,
    "loginUrl": "{\n  \"url\": \"null\"\n}",
    "respondTime": 1011,
    "ruleBookInfo": {
      "author": "class.info@class.small@tag.span.0@text",
      "coverUrl": "class.cover@img@src",
      "init": "",
      "intro": "class.info@ownText",
      "kind": "class.info@class.small@tag.span.4@text&&\nclass.info@class.small@tag.span.1@text&&\nclass.info@class.small@tag.span.2@text##分类：|状态：|更新时间：",
      "lastChapter": "class.info@class.small@tag.span.5@a@text",
      "name": "class.info@h2@text",
      "tocUrl": "",
      "wordCount": "class.info@class.small@tag.span.3@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html##http.*html|请记住本书首发.*org",
      "imageStyle": "",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "class.author@text",
      "bookList": "class.bookbox",
      "bookUrl": "h4@a@href",
      "coverUrl": "img@src",
      "intro": "",
      "kind": "",
      "lastChapter": "class.update@a@text",
      "name": "h4@a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.listmain@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://www.rulianshi.org/s.php?ie=utf-8&q={{key}}",
    "weight": 1
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "书海阁子",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.shuhaige.net#",
    "bookUrlPattern": "https?://m\\.shuhaige\\.net(/html)?/\\d+/?",
    "customButton": false,
    "customOrder": 1619,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\": \"小说排行\",\"url\": \"\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"总点击榜\",\"url\": \"/allvisit/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"月点击榜\",\"url\": \"/monthvisit/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"周点击榜\",\"url\": \"/weekvisit/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"日点击榜\",\"url\": \"/dayvisit/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"总推荐榜\",\"url\": \"/allvote/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"月推荐榜\",\"url\": \"/monthvote/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"周推荐榜\",\"url\": \"/weekvote/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"日推荐榜\",\"url\": \"/dayvote/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"总收藏榜\",\"url\": \"/goodnum/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"总字数榜\",\"url\": \"/size/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"强推榜单\",\"url\": \"/toptime/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"新书榜单\",\"url\": \"/goodnew/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"书库全部\",\"url\": \"/shuku/0_0_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"都市生活\",\"url\": \"/shuku/0_1_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"现代言情\",\"url\": \"/shuku/0_2_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"古代言情\",\"url\": \"/shuku/0_3_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"青春校园\",\"url\": \"/shuku/0_4_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"玄幻奇幻\",\"url\": \"/shuku/0_5_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"武侠仙侠\",\"url\": \"/shuku/0_6_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"悬疑灵异\",\"url\": \"/shuku/0_7_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"历史军事\",\"url\": \"/shuku/0_8_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"游戏竞技\",\"url\": \"/shuku/0_9_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"科幻未来\",\"url\": \"/shuku/0_10_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"二次元い\",\"url\": \"/shuku/0_11_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"新书入库\",\"url\": \"/shuku/0_12_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"连载更新\",\"url\": \"/shuku/0_0_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"都市生活\",\"url\": \"/shuku/0_1_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"现代言情\",\"url\": \"/shuku/0_2_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"古代言情\",\"url\": \"/shuku/0_3_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"青春校园\",\"url\": \"/shuku/0_4_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"玄幻奇幻\",\"url\": \"/shuku/0_5_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"武侠仙侠\",\"url\": \"/shuku/0_6_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"悬疑灵异\",\"url\": \"/shuku/0_7_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"历史军事\",\"url\": \"/shuku/0_8_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"游戏竞技\",\"url\": \"/shuku/0_9_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"科幻未来\",\"url\": \"/shuku/0_10_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"二次元い\",\"url\": \"/shuku/0_11_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"新书入库\",\"url\": \"/shuku/0_12_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"完本完结\",\"url\": \"/shuku/0_0_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"都市生活\",\"url\": \"/shuku/0_1_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"现代言情\",\"url\": \"/shuku/0_2_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"古代言情\",\"url\": \"/shuku/0_3_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"青春校园\",\"url\": \"/shuku/0_4_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"玄幻奇幻\",\"url\": \"/shuku/0_5_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"武侠仙侠\",\"url\": \"/shuku/0_6_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"悬疑灵异\",\"url\": \"/shuku/0_7_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"历史军事\",\"url\": \"/shuku/0_8_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"游戏竞技\",\"url\": \"/shuku/0_9_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"科幻未来\",\"url\": \"/shuku/0_10_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"二次元い\",\"url\": \"/shuku/0_11_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"新书入库\",\"url\": \"/shuku/0_12_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}}\n]",
    "header": "{\n\"cookie\":\"Hm_lvt_573bdc8da64ee3b78702a1da827da09f=1625029116\"\n}",
    "lastUpdateTime": 1734387323563,
    "loginUrl": "",
    "respondTime": 3036,
    "ruleBookInfo": {
      "author": "class.author@tag.a@text",
      "coverUrl": "img@src",
      "init": "class.detail",
      "kind": "tag.p.2@tag.a@text&&\ntag.p.2@tag.span.0@text&&\ntag.p.4@text##最后更新：",
      "lastChapter": "class.new@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.name@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节",
      "wordCount": "tag.p.2@tag.span.1@text"
    },
    "ruleContent": {
      "content": "class.content@html##喜欢.*更新速度最快。|《.*》无错章节将持续.*",
      "imageStyle": "full",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "name": ""
    },
    "ruleSearch": {
      "author": "class.data.0@tag.a@text##的小说",
      "bookList": "class.list@li",
      "bookUrl": "class.bookname@tag.a@href",
      "coverUrl": "img@src",
      "intro": "class.intro@text",
      "kind": "class.data@tag.span.0@text",
      "lastChapter": "tag.p.3@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.bookname@tag.a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节",
      "wordCount": "tag.p.1@tag.span.1@text"
    },
    "ruleToc": {
      "chapterList": "class.read@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "https://m.shuhaige.net/search.html,{\n\"method\": \"POST\",\n\"body\": \"searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃166看书小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.16kbook.co#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1620,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "首页::/\n排行::/rank/\n书库::/class/{{page}}/\n玄幻::/class/xuanhuan/{{page}}/\n武侠::/class/wuxia/{{page}}/\n都市::/class/dushi/{{page}}/\n历史::/class/lishi/{{page}}/\n科幻::/class/kehuan/{{page}}/\n游戏::/class/youxi/{{page}}/\n女生::/class/nvsheng/{{page}}/\n其他::/class/qita/{{page}}/\n全本::/quanben/class/{{page}}/",
    "header": "",
    "lastUpdateTime": 0,
    "respondTime": 3994,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=lastest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#booktxt@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##最近转码严重.*退出阅读模式.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text||.btm@ownText",
      "bookList": ".item",
      "bookUrl": "a.1@href",
      "checkKeyWord": "剑来",
      "coverUrl": "img@data-original",
      "intro": "dd@text",
      "kind": "em.-1@text",
      "lastChapter": "",
      "name": "a.1@text",
      "wordCount": "em.-2@text"
    },
    "ruleToc": {
      "chapterList": "#list dl>a",
      "chapterName": "text",
      "chapterUrl": "href",
      "formatJs": ""
    },
    "searchUrl": "<js>\nurl=java.ajax(source.getKey()).match(/\\<form.*?action\\=\\\"([^\\\"]+)\\\"/)[1];\njava.base64Decode(\"Ynlf6YeR5qi9\");\nurl=source.getKey()+url+\"?searchkey=\"+key\n</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃推书君网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://pre-api.tuishujun.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1621,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>\n\tsort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\n\n\nfl1=[[\"全部\",\"0\"],[\"玄幻\",\"3\"],[\"奇幻\",\"4\"],[\"武侠\",\"5\"],[\"仙侠\",\"6\"],[\"都市\",\"7\"],[\"军事\",\"8\"],[\"历史\",\"9\"],[\"游戏\",\"10\"],[\"体育\",\"11\"],[\"科幻\",\"12\"],[\"同人\",\"13\"],[\"悬疑\",\"14\"],[\"轻小说\",\"15\"],[\"诸天\",\"16\"],[\"综合\",\"17\"]];\n\t\tpush('🔥男频·新书榜🔥', null, 1, 1);\n\t\tfl1.map([title,id]=>{\n\t\t\t\turl= `https://pre-api.tuishujun.com/api/listBookRank?rank_type=new_book&first_type_id=1&second_type_id=${id}&page={{page}}&pageSize=10`;\t\t\t\t\n    push(title, url, 1, 0.2);\n    });\n\n\t\n\t\nbs=[[\"全部\",\"0\"],[\"玄幻\",\"3\"],[\"奇幻\",\"4\"],[\"武侠\",\"5\"],[\"仙侠\",\"6\"],[\"都市\",\"7\"],[\"军事\",\"8\"],[\"历史\",\"9\"],[\"游戏\",\"10\"],[\"体育\",\"11\"],[\"科幻\",\"12\"],[\"同人\",\"13\"],[\"悬疑\",\"14\"],[\"轻小说\",\"15\"],[\"诸天\",\"16\"],[\"综合\",\"17\"]];\n[\"全部\",\"起点\",\"晋江\",\"刺猬猫\",\"飞卢\",\"纵横\",\"有毒\",\"息壤\",\"17K\",\"豆瓣\",\"SF\",\"铁血\",\"番茄\"].map((title,id)=>{\n\t   id++;\n\t\tpush('🔥男频·'+title+'🔥', null, 1, 1);\n\t\tbs.map([title,cid]=>{\n\t\t\t\turl= `https://pre-api.tuishujun.com/api/listBookRepository?first_type_id=1&second_type_id=${cid}&source={{(${id}-1)}}&word_number_type=0&update_type=0&is_exclude_selected=0&is_can_read=0&is_filter_added_score=0&page={{page}}`;\t\t\t\t\n    push(title, url, 1, 0.2);\n    });\n\t\t});\n\t\t\n\nfl2=[[\"全部\",\"0\"],[\"古代言情\",\"18\"],[\"现代言情\",\"19\"],[\"幻想言情\",\"20\"],[\"未来言情\",\"21\"],[\"奇幻仙侠\",\"22\"],[\"游戏竞技\",\"23\"],[\"衍生言情\",\"24\"],[\"古代纯爱\",\"25\"],[\"现代纯爱\",\"26\"],[\"幻想纯爱\",\"27\"],[\"衍生纯爱\",\"28\"],[\"百合小说\",\"29\"],[\"女尊\",\"30\"],[\"无cp\",\"31\"],[\"悬疑\",\"32\"],[\"现实\",\"33\"],[\"魔幻\",\"34\"],[\"短篇\",\"35\"],[\"综合\",\"36\"]];\n\t\tpush('🔥女频·新书榜🔥', null, 1, 1);\n\t\tfl2.map([title,id]=>{\n\t\t\t\turl= `https://pre-api.tuishujun.com/api/listBookRank?rank_type=new_book&first_type_id=2&second_type_id=${id}&page={{page}}&pageSize=10`;\t\t\t\t\n    push(title, url, 1, 0.25);\n    });\n\n\n\nns=[[\"全部\",\"0\"],[\"古代言情\",\"18\"],[\"现代言情\",\"19\"],[\"幻想言情\",\"20\"],[\"未来言情\",\"21\"],[\"奇幻仙侠\",\"22\"],[\"游戏竞技\",\"23\"],[\"衍生言情\",\"24\"],[\"古代纯爱\",\"25\"],[\"现代纯爱\",\"26\"],[\"幻想纯爱\",\"27\"],[\"衍生纯爱\",\"28\"],[\"百合小说\",\"29\"],[\"女尊\",\"30\"],[\"无cp\",\"31\"],[\"悬疑\",\"32\"],[\"现实\",\"33\"],[\"魔幻\",\"34\"],[\"短篇\",\"35\"],[\"综合\",\"36\"]];\n[\"全部\",\"起点\",\"晋江\",\"刺猬猫\",\"飞卢\",\"纵横\",\"有毒\",\"息壤\",\"17K\",\"豆瓣\",\"SF\",\"铁血\",\"番茄\"].map((title,id)=>{\n\t   id++;\n\t\tpush('🔥女频·'+title+'🔥', null, 1, 1);\n\t\tns.map([title,cid]=>{\n\t\t\t\turl= `https://pre-api.tuishujun.com/api/listBookRepository?first_type_id=2&second_type_id=${cid}&source={{(${id}-1)}}&word_number_type=0&update_type=0&is_exclude_selected=0&is_can_read=0&is_filter_added_score=0&page={{page}}`;\t\t\t\t\n    push(title, url, 1, 0.25);\n    });\n\t\t});\n\n\nJSON.stringify(sort);",
    "header": "",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 3748,
    "ruleBookInfo": {
      "author": "@{{$.author_nickname}}",
      "coverUrl": "cover",
      "init": "data",
      "intro": "<br>{{$.tag&&$.second_type_name##^|\\s##🏷}}{{'\\n&lrm;\\n'}}\n{{$.info##(^|[。！？……]+[”」）】》]?)##$1<br>}}",
      "kind": "{{$.source_name}}\n{{$.process_name}}\n{{$.second_type_name}}\n{{$.score}}分\n{{$.last_update_time}}",
      "lastChapter": "",
      "name": "title",
      "tocUrl": "https://pre-api.tuishujun.com/api/listBookScoreByBook?book_id={$.book_id}&type=all&page=1&pageSize=10&sort_field=create_time&sort_value=desc",
      "wordCount": "word_number_name"
    },
    "ruleContent": {
      "content": "<js>\nfunction parseComments(n){\n  for(var c=[],e=0;e<n.length;e++){\n    var o=n[e];\n    c.push(\"书友：\".concat(o.user.nickname,\"\\n时间：\").concat(o.create_time,\"\\n评分：\").concat(\"♥\".repeat(o.score/2),\"\\n评语：\").concat(o.content.replace(/([。；！？—…]”?)([\\u4e00-\\u9fa5][^。！？—…]{9})/g,\"$1\\n$2\")))\n  }\n  return c.join(\"\\n————\\n\");\n}\nvar data = JSON.parse(result);\ndata.data.total === 0;\ndata.data.total === 0 ? '还没有人对这本书发表评价哦！<br>': parseComments(data.data.data);\n</js>",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "@{{$.author_nickname}}",
      "bookList": "data.data",
      "bookUrl": "https://pre-api.tuishujun.com/api/getBookDetail?book_id={{$.book_id}}",
      "coverUrl": "cover",
      "intro": "info##\\s",
      "kind": "source_name&&process_name&&second_type_name",
      "lastChapter": "score\n<js>\na=result ==\"0.0\"?\"【暂无评分】\": \"好评率\"+(result > 10?result: result=result*10)+\"%\";\nb=\"\";\nresult > 50?b=\" 🔥 \":b=\" ❄️ \";\njava.getString('$.last_chapter_time').slice(0,10)+b+a;\n</js>",
      "name": "title",
      "wordCount": "word_number_name"
    },
    "ruleSearch": {
      "author": "@{{$.author_nickname}}",
      "bookList": "data.data",
      "bookUrl": "https://pre-api.tuishujun.com/api/getBookDetail?book_id={{$.book_id}}",
      "coverUrl": "cover",
      "intro": "$.info",
      "kind": "source_name&&process_name&&second_type_name",
      "lastChapter": "score\n<js>\na=result ==\"0.0\"?\"【暂无评分】\": \"好评率\"+(result > 10?result: result=result*10)+\"%\";\nb=\"\";\nresult > 50?b=\" 🔥 \":b=\" ❄️ \";\njava.getString('$.last_chapter_time').slice(0,10)+b+a;\n</js>",
      "name": "title",
      "wordCount": "word_number_name"
    },
    "ruleToc": {
      "chapterList": "<js>\nvar data = JSON.parse(result).data;\nvar pageCount = Math.ceil(data.total/10) || 1;\nvar list = Array.from(Array(pageCount).keys());\nfor(var i = 0; i <pageCount; i++){\n  var index = list[i]+1;\n  list[i] = {title:'第00' + index +'页', url: baseUrl.split('&')[0] + '&type=all&page=' + index + '&pageSize=10&sort_field=create_time&sort_value=desc'};\n}\nlist;\n</js>",
      "chapterName": "title",
      "chapterUrl": "url",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://pre-api.tuishujun.com/api/searchBook?search_value={{key}}&sort_field=hot_value&page={{page}}&pageSize=50",
    "weight": 1
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃找书神器🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://mianfei22.com#🎃",
    "customButton": false,
    "customOrder": 1622,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 14; zh-cn; M2102K1AC Build/UKQ1.231207.002) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/109.0.5414.118 Mobile Safari/537.36 MQQBrowser/10.1.0\"}",
    "lastUpdateTime": 0,
    "respondTime": 3610,
    "ruleBookInfo": {
      "intro": ".intro@text",
      "kind": ""
    },
    "ruleContent": {
      "content": "#nr1@html##你正在阅读\\s《.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.author",
      "bookList": "<js>\na=src.match(/]=\"(.*)\".*/)[1]\n//java.log(a)\nb=java.base64Decode(a,\"UTF-8\")\nc=decodeURIComponent(b)\n//java.log(c)\nresult=c;\nresult\n</js>\n$.book_list",
      "bookUrl": "https://mianfei22.com/v3_uni_0219003?2#/v3/{{$.book_uni_id}}/{{$.book_id}}/##$##,{'webView': true}",
      "coverUrl": "",
      "lastChapter": "$.last_chapter_name",
      "name": "$.book_name"
    },
    "ruleToc": {
      "chapterList": "#add_chapter_list_link@li a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{'webView': true}"
    },
    "searchUrl": "/v3/search1?ws=717360&pf=linux%20armv8l&keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "贼吧网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.zei8.me#🎃",
    "customButton": false,
    "customOrder": 1623,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 2604,
    "ruleBookInfo": {
      "author": "@css:small:contains(书籍作者：)+span@text",
      "canReName": "",
      "coverUrl": "tag.img.0@src",
      "intro": "@js:book.intro+/邪恶漫画/.test(book.kind)?'':'<br>https://www.zei8.me{{@@text.本地高速下载@href}}'",
      "kind": "class.place@tag.a.-1@text",
      "lastChapter": "",
      "name": "",
      "tocUrl": "",
      "wordCount": "@css:small:matches(是否连载|小说大小)+span@text"
    },
    "ruleContent": {
      "content": "class.content@html||text.电信高速下载@href@js:/^http:/.test(result)?'<img src=\"'+book.coverUrl+'\"/>下载链接：'+result+'<br>───────<br>'+book.intro:result",
      "nextContentUrl": "",
      "replaceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "",
      "bookList": "class.item",
      "bookUrl": "tag.a@href",
      "intro": "class.intro@html",
      "kind": "",
      "name": "tag.a@text##[^《]*《|》[^\\n]*"
    },
    "ruleToc": {
      "chapterList": "text.本地高速下载||class.content",
      "chapterName": "@js:'正文预览'",
      "chapterUrl": "href@js:''+result?result:baseUrl",
      "isVip": ""
    },
    "searchUrl": "e/sch/index.php?page={{page-1}}&keyboard={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "小说520🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.xiaoshuo520.com#🎃",
    "customButton": false,
    "customOrder": 1624,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "loginUrl": "https://m.xiaoshuo520.com/user/register/",
    "respondTime": 2621,
    "ruleBookInfo": {
      "author": "tag.p.0@text##/著",
      "intro": "class.bk-intro-bd@html",
      "kind": "class.tag@text##/",
      "lastChapter": "tag.h3.0@text",
      "name": "tag.h1@text",
      "tocUrl": "text.查看更多章节@href",
      "wordCount": "class.num.0@text"
    },
    "ruleContent": {
      "content": "class.article-bd font-normal@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.span.0@text",
      "bookList": "class.mt10 img-text-list search-list@li",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.img@src",
      "intro": "class.intro@html",
      "kind": "class.state@text",
      "name": "class.title@text"
    },
    "ruleToc": {
      "chapterList": "class.catalog-list@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href##$##,{'webView': true}",
      "isVip": "$.isVip",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/book/search/,{\n\"method\": \"POST\",\n\"body\": \"searchkey={{key}}\"\n}",
    "weight": 52
  },
  {
    "bookSourceGroup": "🔞",
    "bookSourceName": "🎃下书网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.dayuzc.com#🎃",
    "customButton": false,
    "customOrder": 1625,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1770711095594,
    "respondTime": 6684,
    "ruleBookInfo": {
      "author": "p.2@text",
      "coverUrl": "img@src",
      "lastChapter": "p.4@text##最新章节：【（.*）】##$1",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": ".showtxt@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author a@text",
      "bookList": "div.bookbox",
      "bookUrl": ".bookname a@href##^##https://www.dayuzc.com/",
      "coverUrl": "img@src",
      "kind": ".cat@text##分类：",
      "lastChapter": ".update a@text##【(.*)】##$1",
      "name": ".bookname a@text"
    },
    "ruleToc": {
      "chapterList": "dl dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://m.dayuzc.com/sdfgsdyugfsdugf.html?ie=gbk&s=5256649918672294880&q={{key}},{\n\"charset\":\"utf-8\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "23.9.6\n江苏三网都打不开，需要梯子\n备用：https://www.guolu88.cc",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎀果露小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.guolu78.com",
    "bookUrlPattern": "https://www.guolu78.com/go/\\d+/",
    "customButton": false,
    "customOrder": 1626,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"🍁分类🍁\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻\",\"url\":\"/xuanhuan-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙侠\",\"url\":\"/xianxia-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市\",\"url\":\"/dushi-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"军史\",\"url\":\"/junshi-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"网游\",\"url\":\"/wangyou-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻\",\"url\":\"/kehuan-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"灵异\",\"url\":\"/lingyi-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"言情\",\"url\":\"/yanqing-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"其它\",\"url\":\"/qita-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"🍁排行榜🍁\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"总点击榜\",\"url\":\"/allvisit-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"月点击榜\",\"url\":\"/monthvisit-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"周点击榜\",\"url\":\"/weekvisit-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"总推荐榜\",\"url\":\"/allvote-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"月推荐榜\",\"url\":\"/monthvote-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"收藏排行\",\"url\":\"/goodnum-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"最近更新\",\"url\":\"/lastupdate-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"新书上架\",\"url\":\"postdate-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"字数排行\",\"url\":\"/size-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}\n]",
    "lastUpdateTime": 1746101351205,
    "respondTime": 5081,
    "ruleBookInfo": {
      "author": ".booktag a@text",
      "coverUrl": ".bookinfo img@src",
      "intro": "☁️ 更新时间：\n{{@@.booktime@text##.*：}}\n👻  简介：\n{{@@.bookintro@text}}##(^|[。！？……]+[”」）……】]?)##$1<br>",
      "kind": "span@text",
      "lastChapter": ".bookinfo p.-2@text##.*章节目录",
      "name": ".booktitle@text",
      "tocUrl": ".visible-xs a@href"
    },
    "ruleContent": {
      "content": "class.readcontent@html##.*下一页.*|--&gt;&gt;|wap.*om|新笔趣阁",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": ".delbutton a@href",
      "coverUrl": ".delbutton a@href\n@js:\nvar id=result.match(/\\d+/);\nvar iid=parseInt(id/1000);\n`https://www.xguolu88.com/files/article/image/${iid}/${id}/${id}s.jpg`",
      "intro": ".update@textNodes",
      "kind": "",
      "lastChapter": ".cat a@text",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": ".author@text##.*：",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href",
      "checkKeyWord": "我的公公叫康熙",
      "coverUrl": "a.0@href\n@js:\nvar id=result.match(/\\d+/);\nvar iid=parseInt(id/1000);\n`https://www.xguolu88.com/files/article/image/${iid}/${id}/${id}s.jpg`",
      "intro": ".update@textNodes",
      "lastChapter": ".cat a@text",
      "name": ".bookname@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\n{{source.getKey()}}/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}&actionl=ogin\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃文坊阁🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wfg.la#🎃",
    "bookUrlPattern": "https://wfg.la/novel/.*",
    "customButton": false,
    "customOrder": 1627,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\" 系统 \",\"url\":\"//wfg.la/category/3007_{{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 奇幻 \",\"url\":\"//wfg.la/category/3006_{{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 武侠 \",\"url\":\"//wfg.la/category/3005_{{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 科幻 \",\"url\":\"//wfg.la/category/3003_{{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 穿越 \",\"url\":\"//wfg.la/category/3002_{{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 玄幻 \",\"url\":\"//wfg.la/category/3001_{{page}}\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\" 言情 \",\"url\":\"//wfg.la/category/3000_{{page}}\",\"style\":{\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 0,
    "respondTime": 5141,
    "ruleBookInfo": {
      "author": ".auth@text",
      "intro": ".intro@p@text##简介：",
      "kind": ".tags.0@span[0,1]@text",
      "name": "h1@text##_.*",
      "tocUrl": ".g-nav-control@a.0@href"
    },
    "ruleContent": {
      "content": ".js_text@p@html"
    },
    "ruleExplore": {
      "author": ".name@text##(.*)by(.*)##$2",
      "bookList": "ul.g-list@li",
      "bookUrl": "a@href",
      "kind": ".info@text##.*『(.*)』##$1",
      "name": ".name@text##(.*)by(.*)##$1"
    },
    "ruleSearch": {
      "author": "$.auth",
      "bookList": "data.list[*]",
      "bookUrl": "https://wfg.la/novel/{{$._id}}",
      "checkKeyWord": "美少女只是我升级的工具",
      "intro": "$.intro##简介：",
      "kind": "$.type",
      "name": "$.name"
    },
    "ruleToc": {
      "chapterList": "ul.list@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href##$##,{\"webView\": true}",
      "nextTocUrl": "ul.section-list@li@a@href"
    },
    "searchUrl": "https://wfg.la/api/search/list,{\n  \"body\": \"name={{key}}&searchkey=\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "做完发现书籍下载地址都404了😭",
    "bookSourceGroup": "免费",
    "bookSourceName": "恩京的书房",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.enjing.net",
    "customButton": false,
    "customOrder": 1628,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1730109302066,
    "respondTime": 61,
    "ruleBookInfo": {
      "author": "p.0@text",
      "canReName": "1",
      "coverUrl": "[class$=img]@img@src",
      "intro": "[class^=describe]>:not(div)@html##.*恩.{,5}京.{,5}书,{,5}房.*",
      "kind": "p.1:2:3@text##.*：\n<js>##、##,</js>",
      "lastChapter": "p.4@a@text",
      "name": "[class*=book-describe]@h1@text",
      "tocUrl": ".downbtn@href"
    },
    "ruleContent": {
      "content": "@js:\nb = baseUrl;\nif (/download\\.php/.test(b)) {\n  String(java.getString('.download@html')).replace(/<.*?href=\"(.*?)\".*?>(.*?)<.*?>/g,'\\n$2：$1\\n');\n} else {\n  java.getString('#nr1@html');\n};",
      "nextContentUrl": ".next.0@a@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "{{\"恩京的书房\"}}",
      "bookList": ".cat-search-item,.post",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": "p.1@text",
      "kind": "p!1@a@text",
      "name": "a[target]@text"
    },
    "ruleToc": {
      "chapterList": "@js:\nb = baseUrl;\nif (/download\\.php/.test(b)) {\n  JSON.parse(`[{\"text\": \"下载地址\", \"href\": \"${b}\"}]`);\n} else {\n  java.getElements('.book-list@li@a');\n};",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/<,page/{{page}}/>?s={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃去读读🎃#3",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.51qidu.com#🎃",
    "customButton": false,
    "customOrder": 1629,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"༺ˇ»`全部分类´«ˇ༻\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"玄幻\",\"url\":\"/class/xuanhuanmofa/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠\",\"url\":\"/class/xianxiaxiuzhen/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/class/dushuyanqing/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史\",\"url\":\"/class/lishijunshi/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游\",\"url\":\"/class/wangyoudongman/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"/class/kehuanxiaoshuo/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女生\",\"url\":\"/class/nvshengxiaoshuo/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他\",\"url\":\"/class/qitaxiaoshuo/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"全本\",\"url\":\"/quanben/class/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 0,
    "respondTime": 4633,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content##简介:|关于{{book.name}}[：:]<js>result</js>##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content##正文卷.|正文.|VIP章节.|免费章节.|VIP卷.|默认卷.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加].*?[】）\\)]",
      "name": "[property$=book_name]@content",
      "wordCount": "text.字数@text##字数[：:]"
    },
    "ruleContent": {
      "content": "#content@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##最近转码.*谢谢"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.0@ownText",
      "bookList": ".book-ol.book-ol-normal li a",
      "bookUrl": "href",
      "coverUrl": "img@data-echo",
      "intro": "p@text##(简介|文案):|关于{{book.name}}[：:]",
      "kind": "em@text##\\s",
      "name": "h4@text"
    },
    "ruleToc": {
      "chapterList": "dl>a:has(>dt:contains(全部章节目录))~a",
      "chapterName": "title\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(\\{（｛【].*[求含理更谢乐发推票盟补加字Kk\\/].*/g,'')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(第.+章)\\s?\\d+/,'$1')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "chapterUrl": "href"
    },
    "searchUrl": "{{url=source.getKey();\ncookie.removeCookie(url)\njava.ajax(url).match(/action=\"(.+?)\"/)[1]}},{\n\"method\": \"POST\",\n\"body\": \"searchtype=all&searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "零点小书屋🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ldxsw.co#🎃",
    "bookUrlPattern": "http://www.ldxsw.co/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 1630,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "首页::/\n排行::/paihangbang/\n完本::/wanben/1_{{page}}",
    "header": "{\n\t\"User-Agent\":\"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\",\"referer\":\"{{baseUrl}}\"\n\t}",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 4017,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\n\ta:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\".m-desc@textNodes\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".content@html",
      "imageStyle": "",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##『加入书签，方便阅读』",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": ".item||.txt-list@li",
      "bookUrl": "a@href",
      "coverUrl": "@js:\"/themes/qu/nocover.jpg\"",
      "intro": "a.-1@text",
      "kind": "span.-1@text",
      "lastChapter": "",
      "name": "a.1@text||a@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": ".odd.1@text",
      "bookList": "#nr",
      "bookUrl": "a.0@href",
      "coverUrl": "@js:\"/themes/qu/nocover.jpg\"",
      "intro": "",
      "kind": "td.-1:-2@text",
      "lastChapter": "a.1@text",
      "name": "a.0@href",
      "wordCount": "td.-3@text"
    },
    "ruleToc": {
      "chapterList": ".section-list.1@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "isVip": "",
      "nextTocUrl": "@js:\nvar page=result.match(/当前第\\d+页，共(\\d+)页，每页显示\\d+章/)[1];\nif(baseUrl.match(/\\/1\\/$/)){\n\tvar url=baseUrl;\n\t}else{\n\t\tvar url=String(baseUrl+\"1/\");\n}\nvar list=[];\nfor(var i=2;i<=page;i++){\n\tlist.push(url.replace(/1\\/$/,i+\"/\"));\n}\nlist;",
      "updateTime": ""
    },
    "searchUrl": "http://www.ldxsw.co/modules/article/search.php?searchkey={{key}}&submit=&page={{page}},{\n  \"charset\": \"GBK\"\n}",
    "weight": 1
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃菜小说网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.tatays.com/allbook#🎃",
    "customButton": false,
    "customOrder": 1631,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻奇幻::/xuanhuan/p{{page}}.html\n武侠修真::/wuxia/p{{page}}.html\n都市言情::/yanqing/p{{page}}.html\n历史军事::/lishi/p{{page}}.html\n科幻小说::/kehuan/p{{page}}.html\n网游小说::/wangyou/p{{page}}.html\n女生小说::/nvsheng/p{{page}}.html\n其他小说::/qita/p{{page}}.html",
    "lastUpdateTime": 0,
    "respondTime": 6037,
    "ruleBookInfo": {
      "coverUrl": "class.chapter-list-info@class.chapter-img@tag.img@src",
      "intro": "class.chapter-detail@class.info@class.intro@text",
      "kind": "class.mid@class.clearfix@tag.dd[1]@text##类型：",
      "wordCount": "class.mid@class.clearfix@tag.dd[2]@text##字数："
    },
    "ruleContent": {
      "content": "class.content-box@class.chapter-content@html"
    },
    "ruleExplore": {
      "author": "tag.p[0]@text##\\| 连载",
      "bookList": "class.list-content@class.list-box@class.list-title clears@tag.li",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.a@tag.img@src",
      "intro": "tag.p[1]@text",
      "lastChapter": "tag.p[2]@tag.a@text",
      "name": "tag.h2@text"
    },
    "ruleSearch": {
      "author": "class.three@text",
      "bookList": "class.main-wrap@class.sort-list search_words@tag.li[!0]",
      "bookUrl": "class.one@tag.a@href",
      "checkKeyWord": "凡人修仙传",
      "lastChapter": "class.two@tag.a@text",
      "name": "class.one@tag.a@text",
      "wordCount": "class.four@text"
    },
    "ruleToc": {
      "chapterList": "class.chapter-box@class.chapter-list clears@tag.ul@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "https://www.tatays.com/modules/article/search.php,\n{\n    \"webView\":true,\n    \"method\":\"POST\",\n    \"body\":\"searchtype=all&searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "总裁🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://mobile.zongcai666.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1632,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 10896,
    "ruleBookInfo": {
      "author": "class.BGsectionOne-top-right@class.author@span@a@text",
      "coverUrl": "",
      "init": "",
      "intro": "class.BGsectionTwo-bottom@text",
      "kind": "class.BGsectionOne-top-right@class.category@span.0@a@text",
      "lastChapter": "class.BGsectionOne-top-right@class.newestChapter@span@text",
      "name": "class.BGsectionOne-top-right@class.title@text",
      "tocUrl": "text.章节目录@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "p@text",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": "class.SHsectionThree-middle@p",
      "bookUrl": "a.1@href",
      "coverUrl": "",
      "intro": "",
      "kind": "a.0@text",
      "lastChapter": "",
      "name": "a.1@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".BCsectionTwo-top-chapter",
      "chapterName": "class.BCsectionTwo-top-chapter@a@text",
      "chapterUrl": "class.BCsectionTwo-top-chapter@a@href##$##,{'webView':true}",
      "isVip": "",
      "nextTocUrl": "text.下一页@href",
      "updateTime": ""
    },
    "searchUrl": "https://mobile.zongcai666.com/search/{{key}}/",
    "weight": 2
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃阳光中文网🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ygzww.com#🎃",
    "bookUrlPattern": "http://www.ygzww.com/\\d+/\\d+/",
    "customButton": false,
    "customOrder": 1633,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"⭕分类小说⭕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"首页\",\n    \"url\": \"/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/list1/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/list2/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/list3/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/list4/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/list5/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/list6/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/list7/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/list8/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"⭕完结小说⭕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/full/1_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/full/2_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/full/3_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/full/4_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/full/5_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/full/6_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/full/7_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/full/8_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"⭕排行榜⭕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"周榜\",\n    \"url\": \"/top/week_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"月榜\",\n    \"url\": \"/top/month_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"总榜\",\n    \"url\": \"/top/all_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/top/all_1_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/top/all_2_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/top/all_3_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/top/all_4_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/top/all_5_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/top/all_6_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/top/all_7_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/top/all_8_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  }\n]",
    "lastUpdateTime": 0,
    "respondTime": 7761,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&\n[property=\"og:novel:status\"]@content&&\n[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:title\"]@content##小说全文免费阅读完整版|小说全集|最新.*",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "class.font_max@html",
      "nextContentUrl": "text.下一@href",
      "replaceRegex": "##本章未完.*|第.*[(1/2)]页|(?:[^\\u4E00-\\u9FA5\\s！？。”」]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶]){4,}(?<![\\.．点丶。])[\\.．点丶。]{1,2}(?![\\.．点丶。])(?:[^A-Z\\u4E00-\\u9FA5\\s！？“「]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶])(?:[^\\u4E00-\\u9FA5\\s！？“「]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶])+|(?:[^\\u4E00-\\u9FA5\\n！？。”」]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶]){4,}[\\.．点丶。](?:[^\\n\\u4E00-\\u9FA5A-z]*[cC][^\\n\\u4E00-\\u9FA5A-z]*[oO][^\\n\\u4E00-\\u9FA5A-z]*[mM]|[^\\n\\u4E00-\\u9FA5A-z]*[cC][^\\n\\u4E00-\\u9FA5A-z]*[nN]|[^\\n\\u4E00-\\u9FA5A-z]*[nN][^\\n\\u4E00-\\u9FA5A-z]*[eE][^\\n\\u4E00-\\u9FA5A-z]*[tT])(?![A-z])"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "dd.1@span.0@text",
      "bookList": ".col-md-6@dl",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": "",
      "kind": "dd.2:3@text##.*：|.*：",
      "lastChapter": "dd.4@a@text",
      "name": "h3@a@text##.*\\]|小说全文阅读|小说全集"
    },
    "ruleToc": {
      "chapterList": ".book_list2 li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVolume": "",
      "nextTocUrl": ".page-link@a@href\n@js:\nnext = [];\nurl = result[0];\nlength = result.length;\np = src.match(/page-link\">1\\/(\\d+)/)||[];\npage = Number(p[1]);\nif(length < page){\n\tfor(i = 2; i <= page; i++){\n\t\tlink = String(url).replace(/_\\d+/,`_${i}`);\n\t\tnext.push(link)\n\t\t}\n\t\tnext;\n\t}else result"
    },
    "searchUrl": "/search.php?q={{key}}&p={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🌙 米读看书[api]",
    "bookSourceType": 0,
    "bookSourceUrl": "http://api.midukanshu.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1634,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1696938878922,
    "loginUrl": "",
    "respondTime": 1562,
    "ruleBookInfo": {
      "init": ""
    },
    "ruleContent": {
      "content": "$..content"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data.*",
      "bookUrl": "$.book_id@js:\"https://book.midukanshu.com/book/chapter_list/100/\" + result + \".txt\"",
      "coverUrl": "$.cover",
      "intro": "$.description##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "$.category&&{$.score}分",
      "lastChapter": "第{$.chapterNum}章",
      "name": "$.title",
      "wordCount": "$.word_count"
    },
    "ruleToc": {
      "chapterList": "$.[*]",
      "chapterName": "$.title",
      "chapterUrl": "https://book.midukanshu.com/book/chapter/segment/master/{$.bookId}_{$.chapterId}.txt?md5={$.content_md5}",
      "isVip": "",
      "updateTime": ""
    },
    "searchUrl": "/fiction/search/search,{\n  \"method\": \"POST\",\n  \"body\": \"device=865166023475380&app=midu&keyword={{key}}&page={{page}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃全本同人小说🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "https://qbtr.me#🎃",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1635,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "同人小说::https://qbtr.me/tongren/<,index_{{page}}.html>\n常规小说::https://qbtr.me/changgui/<,index_{{page}}.html>",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Safari/537.36\"\n}",
    "lastUpdateTime": 0,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 5062,
    "ruleBookInfo": {
      "author": ".date span@text##作者：",
      "intro": "p@text",
      "kind": "div.date@textNodes##日期：",
      "name": "h1@text",
      "tocUrl": ".clearfix@li@tag.a"
    },
    "ruleContent": {
      "content": ".read_chapterDetail p@all"
    },
    "ruleExplore": {
      "author": "class.booknews@textNodes",
      "bookList": ".bk",
      "bookUrl": "tag.a@href",
      "coverUrl": "img@src",
      "intro": "p@text",
      "kind": "class.date@text",
      "lastChapter": "",
      "name": "h3@textNodes",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "div.booknews@textNodes",
      "bookList": "div.bk",
      "bookUrl": "h3 a@href",
      "intro": "p@all##简介：",
      "kind": "label@text",
      "name": "h3 a@text"
    },
    "ruleToc": {
      "chapterList": ".clearfix@li@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/e/search/index.php,{\n  \"charset\": \"gb2312\",\n  \"method\": \"POST\",\n  \"body\": \"keyboard={{key}}&show=title&classid=0\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃书轩网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.bookxuan.com#🎃",
    "bookUrlPattern": "book/\\d+/\\d+/",
    "customButton": false,
    "customOrder": 1636,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 2459,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@tag.a@text",
      "coverUrl": "id.fmimg@img@src",
      "init": "",
      "intro": "id.intro@tag.p.0@text",
      "kind": "class.con_top@tag.a.7@text&&\nid.info@tag.p.1@text&&\nid.info@tag.p.2@text##最后更新：|状 态：|,加入.*",
      "lastChapter": "id.info@tag.p.3@tag.a@text",
      "name": "id.info@tag.h1@text",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@html##精彩小说免费阅读！"
    },
    "ruleExplore": {
      "author": "class.newbook_author@a@text",
      "bookList": "class.newbook_list",
      "bookUrl": "class.newbook_title@a@href@js:'http://www.bookxuan.com'+result",
      "coverUrl": "img@src",
      "intro": "class.newbook_intor@text",
      "kind": "class.s1@text",
      "name": "class.newbook_title@a@text"
    },
    "ruleSearch": {
      "author": "tag.td.2@text||id.info@tag.p.0@tag.a@text",
      "bookList": "id.nr||id.wrapper",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "tag.td.0@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\nsource.bookSourceUrl + 'files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "tag.td.4@text&&\ntag.td.5@text",
      "lastChapter": "tag.td.1@tag.a@text",
      "name": "tag.td.0@tag.a@text||id.info@tag.h1@text",
      "wordCount": "tag.td.3@text"
    },
    "ruleToc": {
      "chapterList": "id.list@dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "modules/article/search.php?searchkey={{key}}&searchtype=articlename&0={{page}},{\n  \"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "登录搜索一下",
    "bookSourceGroup": "免费",
    "bookSourceName": "书海阁子",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.shuhaige.net/#pb1101",
    "bookUrlPattern": "https?://m\\.shuhaige\\.net(/html)?/\\d+/?",
    "customButton": false,
    "customOrder": 1637,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\": \"小说排行\",\"url\": \"\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"总点击榜\",\"url\": \"/allvisit/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"月点击榜\",\"url\": \"/monthvisit/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"周点击榜\",\"url\": \"/weekvisit/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"日点击榜\",\"url\": \"/dayvisit/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"总推荐榜\",\"url\": \"/allvote/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"月推荐榜\",\"url\": \"/monthvote/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"周推荐榜\",\"url\": \"/weekvote/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"日推荐榜\",\"url\": \"/dayvote/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"总收藏榜\",\"url\": \"/goodnum/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"总字数榜\",\"url\": \"/size/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"强推榜单\",\"url\": \"/toptime/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"新书榜单\",\"url\": \"/goodnew/{{page}}.html\",\n\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"书库全部\",\"url\": \"/shuku/0_0_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"都市生活\",\"url\": \"/shuku/0_1_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"现代言情\",\"url\": \"/shuku/0_2_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"古代言情\",\"url\": \"/shuku/0_3_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"青春校园\",\"url\": \"/shuku/0_4_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"玄幻奇幻\",\"url\": \"/shuku/0_5_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"武侠仙侠\",\"url\": \"/shuku/0_6_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"悬疑灵异\",\"url\": \"/shuku/0_7_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"历史军事\",\"url\": \"/shuku/0_8_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"游戏竞技\",\"url\": \"/shuku/0_9_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"科幻未来\",\"url\": \"/shuku/0_10_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"二次元い\",\"url\": \"/shuku/0_11_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"新书入库\",\"url\": \"/shuku/0_12_0_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"连载更新\",\"url\": \"/shuku/0_0_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"都市生活\",\"url\": \"/shuku/0_1_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"现代言情\",\"url\": \"/shuku/0_2_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"古代言情\",\"url\": \"/shuku/0_3_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"青春校园\",\"url\": \"/shuku/0_4_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"玄幻奇幻\",\"url\": \"/shuku/0_5_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"武侠仙侠\",\"url\": \"/shuku/0_6_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"悬疑灵异\",\"url\": \"/shuku/0_7_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"历史军事\",\"url\": \"/shuku/0_8_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"游戏竞技\",\"url\": \"/shuku/0_9_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"科幻未来\",\"url\": \"/shuku/0_10_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"二次元い\",\"url\": \"/shuku/0_11_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"新书入库\",\"url\": \"/shuku/0_12_1_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}},\n{\"title\": \"完本完结\",\"url\": \"/shuku/0_0_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 1\n}},\n{\"title\": \"都市生活\",\"url\": \"/shuku/0_1_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"现代言情\",\"url\": \"/shuku/0_2_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"古代言情\",\"url\": \"/shuku/0_3_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"青春校园\",\"url\": \"/shuku/0_4_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"玄幻奇幻\",\"url\": \"/shuku/0_5_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"武侠仙侠\",\"url\": \"/shuku/0_6_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"悬疑灵异\",\"url\": \"/shuku/0_7_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"历史军事\",\"url\": \"/shuku/0_8_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"游戏竞技\",\"url\": \"/shuku/0_9_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"科幻未来\",\"url\": \"/shuku/0_10_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"二次元い\",\"url\": \"/shuku/0_11_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0.25,\n\"layout_flexBasisPercent\": -1\n}},\n{\"title\": \"新书入库\",\"url\": \"/shuku/0_12_2_{{page}}.html\",\"style\": {\"layout_flexGrow\": 0,\n\"layout_flexBasisPercent\": 0.29\n}}\n]",
    "header": "{\n\"cookie\":\"Hm_lvt_573bdc8da64ee3b78702a1da827da09f=1625029116\"\n}",
    "lastUpdateTime": 1733285388709,
    "loginUrl": "",
    "respondTime": 2376,
    "ruleBookInfo": {
      "author": "class.author@tag.a@text",
      "coverUrl": "img@src",
      "init": "class.detail",
      "kind": "tag.p.2@tag.a@text&&\ntag.p.2@tag.span.0@text&&\ntag.p.4@text##最后更新：",
      "lastChapter": "class.new@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.name@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节",
      "wordCount": "tag.p.2@tag.span.1@text"
    },
    "ruleContent": {
      "content": "class.content@html##喜欢.*更新速度最快。|《.*》无错章节将持续.*",
      "imageStyle": "full",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "name": ""
    },
    "ruleSearch": {
      "author": "class.data.0@tag.a@text##的小说",
      "bookList": "class.list@li",
      "bookUrl": "class.bookname@tag.a@href",
      "coverUrl": "img@src",
      "intro": "class.intro@text",
      "kind": "class.data@tag.span.0@text",
      "lastChapter": "tag.p.3@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.bookname@tag.a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节",
      "wordCount": "tag.p.1@tag.span.1@text"
    },
    "ruleToc": {
      "chapterList": "class.read@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "https://m.shuhaige.net/search.html,{\n\"method\": \"POST\",\n\"body\": \"searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "by莫闻",
    "bookSourceGroup": "免费",
    "bookSourceName": "云霄阁",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.322287.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1638,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "穿越::http://www.322287.com/sort/chuanyue/{{page}}/\n言情::http://www.322287.com/sort/yanqing/{{page}}/\n现代::http://www.322287.com/sort/dushi/{{page}}/\n武侠::http://www.322287.com/sort/wuxia/{{page}}/\n玄幻::http://www.322287.com/sort/xuanhuan/{{page}}/\n科幻::http://www.322287.com/sort/kehuan/{{page}}/\n网游::http://www.322287.com/sort/wangyou/{{page}}/",
    "header": "",
    "lastUpdateTime": 1747085048361,
    "respondTime": 67906,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property$=category]@content&&[property$=status]@content&&[property$=update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "text.章节目录@href",
      "wordCount": ".visible-xs.1@text##字数："
    },
    "ruleContent": {
      "content": "#booktxt@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "bookList": "",
      "name": ""
    },
    "ruleSearch": {
      "author": ".btm@a@text",
      "bookList": ".item",
      "bookUrl": "a.1@href",
      "coverUrl": "img@data-original",
      "intro": "dd@ownText",
      "name": "dt@a@text",
      "wordCount": "class.orange visible-xs@text"
    },
    "ruleToc": {
      "chapterList": "#content_1@a",
      "chapterName": "dd@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "http://www.322287.com\n@js:\nvar url=source.getKey();\nvar html = java.ajax(url);\nso = org.jsoup.Jsoup.parse(html).select('form[name=search]').attr('action');\nurl+so+\"?searchkey={{key}}\"\n",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃小说ABC🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xsabc.com#🎃",
    "bookUrlPattern": "http://www.xsabc.com/\\d+/\\d+/",
    "customButton": false,
    "customOrder": 1639,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"⭕分类小说⭕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"首页\",\n    \"url\": \"/\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/list1/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/list2/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/list3/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/list4/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/list5/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/list6/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/list7/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/list8/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"⭕完结小说⭕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/full/1_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/full/2_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/full/3_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/full/4_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/full/5_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/full/6_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/full/7_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/full/8_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"⭕排行榜⭕\",\n    \"url\": \"\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"周榜\",\n    \"url\": \"/top/week_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"月榜\",\n    \"url\": \"/top/month_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"总榜\",\n    \"url\": \"/top/all_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/top/all_1_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/top/all_2_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/top/all_3_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/top/all_4_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/top/all_5_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/top/all_6_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/top/all_7_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/top/all_8_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.25\n    }\n  }\n]",
    "lastUpdateTime": 0,
    "respondTime": 8875,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&\n[property=\"og:novel:status\"]@content&&\n[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:title\"]@content##小说全文免费阅读完整版|小说全集|最新.*",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "class.font_max@html",
      "nextContentUrl": "text.下一@href",
      "replaceRegex": "##本章未完.*|第.*[(1/2)]页|(?:[^\\u4E00-\\u9FA5\\s！？。”」]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶]){4,}(?<![\\.．点丶。])[\\.．点丶。]{1,2}(?![\\.．点丶。])(?:[^A-Z\\u4E00-\\u9FA5\\s！？“「]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶])(?:[^\\u4E00-\\u9FA5\\s！？“「]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶])+|(?:[^\\u4E00-\\u9FA5\\n！？。”」]|[一二三四五六七八九零壹贰叁肆伍陆柒捌玖点丶]){4,}[\\.．点丶。](?:[^\\n\\u4E00-\\u9FA5A-z]*[cC][^\\n\\u4E00-\\u9FA5A-z]*[oO][^\\n\\u4E00-\\u9FA5A-z]*[mM]|[^\\n\\u4E00-\\u9FA5A-z]*[cC][^\\n\\u4E00-\\u9FA5A-z]*[nN]|[^\\n\\u4E00-\\u9FA5A-z]*[nN][^\\n\\u4E00-\\u9FA5A-z]*[eE][^\\n\\u4E00-\\u9FA5A-z]*[tT])(?![A-z])"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "dd.1@span.0@text",
      "bookList": ".col-md-6@dl",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": "",
      "kind": "dd.2:3@text##.*：|.*：",
      "lastChapter": "dd.4@a@text",
      "name": "h3@a@text##.*\\]|小说全文阅读|小说全集"
    },
    "ruleToc": {
      "chapterList": ".book_list2 li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVolume": "",
      "nextTocUrl": ".page-link@a@href\n@js:\nnext = [];\nurl = result[0];\nlength = result.length;\np = src.match(/page-link\">1\\/(\\d+)/)||[];\npage = Number(p[1]);\nif(length < page){\n\tfor(i = 2; i <= page; i++){\n\t\tlink = String(url).replace(/_\\d+/,`_${i}`);\n\t\tnext.push(link)\n\t\t}\n\t\tnext;\n\t}else result"
    },
    "searchUrl": "/search.php?q={{key}}&p={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃NovelBuddy🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://novelbuddy.io#🎃",
    "customButton": false,
    "customOrder": 1640,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar result = [];\njava.toast(\"🔥正在刷新列表,请稍等！\");\nvar push = (title, url, size) => result.push({\n    \"title\": title,\n    \"url\": url,\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": size\n    }\n});\nvar baseUrl = \"https://novelbuddy.io/genres\";\nvar tag = java.ajax(baseUrl);\nif (tag) {\n    var a = org.jsoup.Jsoup.parse(tag).select(\".genre-list a\");\n    push(\"🔥 GENRES 🔥\", null, 1);\n    for (var i in a) {\n        var title = a[i].text();\n        var url = a[i].attr(\"href\");\n        var size = 0.33;\n        title = String(title).replace(/\\s/g, \"\");\n        url = String(url)+ \"?page={{page}}\";      \n        push(title, url, size);\n  }\n\n} else {\n  java.toast(\"🤔列表刷新失败！！！\");     \n} \nJSON.stringify(result);",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0\"\n}",
    "lastUpdateTime": 0,
    "respondTime": 852,
    "ruleBookInfo": {
      "author": ".detail@span.0@text",
      "coverUrl": "img.0@data-src##//##https://",
      "intro": "<br>\nLast update:\n{{@@.detail@p.4@span@text}}\nGenres:\n{{@@.detail@p.2@a@text##\\s|\\n}}\nTags:\n{{@@.tags@a@text##\\s##,}}\nChapter:\n{{@@.detail@p.3@span@text}}\nSummary:\n{{@@.content.0@html##Support.*}}",
      "kind": ".detail@p.1@a@text&&.detail@p.4@span@text",
      "lastChapter": ".latest-chapters@a.0@text",
      "name": "h1@text##\\s\\(.*",
      "tocUrl": "@js:\n id=src.match(/bookId\\s=\\s(\\d+)/)[1];\njava.log(id); url=\"https://novelbuddy.io/api/manga/\"+id+\"/chapters\";\nresult=url;\nresult;"
    },
    "ruleContent": {
      "content": ".content-inner@p@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "",
      "bookList": ".book-detailed-item",
      "bookUrl": "a@href",
      "checkKeyWord": "me",
      "coverUrl": "img@data-src",
      "intro": "p.0@html",
      "kind": "Views:{{@@span.1@text}}\nrating:{{@@.rating@text}}\n{{@@.genres@span@text}}",
      "lastChapter": "span.0@text",
      "name": "h3@text##\\s\\(.*"
    },
    "ruleToc": {
      "chapterList": "-.col-6@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search?status=all&sort=views&q={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "闪爵小说网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.pokemon-card.net#🎃",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1641,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\npush(\"全部🏷分类\",null,1,1)\nxrList=[\n  [\"高辣\", \"/gaola/fl\"],\n  [\"言情\", \"/yanqing/fl\"],\n  [\"耽美\", \"/danmei/fl\"],\n  [\"都市\", \"/dushi/fl\"],\n  [\"玄幻\", \"/xuanhuan/fl\"],\n  [\"修仙\",\"/xiuxia/fl\"],\n  [\"其他\",\"/qita/fl\"],\n  [\"全本\",\"/full/all\"]\n]\nxrList.map([title,uri]=>{\n\turl=`${uri}/{{page}}/`;\n\tpush(title,url,1,0.25)\n\t})\n//java.log(JSON.stringify(sort))\nJSON.stringify(sort)",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0\"}",
    "jsLib": "{\"crypto\":\"https://cdn.bootcss.com/crypto-js/3.1.9-1/crypto-js.min.js\"}",
    "lastUpdateTime": 0,
    "respondTime": 4324,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "text.章节目录@href",
      "wordCount": "[property$=status]@content"
    },
    "ruleContent": {
      "content": "#chaptercontent@html\n@js:\n//java.log(result)\nfunction x(encryptedData, key, iv) {\n  const ciphertext = CryptoJS.enc.Base64.parse(encryptedData);\n  const ivBytes = CryptoJS.enc.Base64.parse(iv);\n  const keyBytes = CryptoJS.enc.Utf8.parse(key);\n  const decrypted = CryptoJS.AES.decrypt(\n    { ciphertext: ciphertext },\n    keyBytes,\n    { iv: ivBytes, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.ZeroPadding }\n  );\n  const decryptedText = decrypted.toString(CryptoJS.enc.Utf8);\n return decryptedText;\n}\n  match=src.match(/#booktxthtml'\\).html\\((.*?\\))\\)/);\n//java.log(match[1])\nif(match){\nresult=eval(match[1])}else result",
      "nextContentUrl": "",
      "replaceRegex": "##.*小说网.*",
      "title": "",
      "webJs": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".content@dl",
      "bookUrl": "a.0@href",
      "coverUrl": "img@data-src",
      "intro": "dd.0@text",
      "kind": "span.2:0@text",
      "name": "##title\\=\\\"(.*?)\\\"##$1###",
      "wordCount": "span.1@text"
    },
    "ruleToc": {
      "chapterList": "ul!0@li",
      "chapterName": "a@text",
      "chapterUrl": "##location\\.href\\=\\'\\\\(.*?)\\\\(.*?)\\\\(.*?)\\'##https://www.pokemon-card.net$1$2$3###",
      "formatJs": "",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "{{cookie.removeCookie(source.key)}}/search,{\n \"body\": \"searchkey={{key}}\",\n \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃酷书阁小说网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.kushuge.com#🎃",
    "customButton": false,
    "customOrder": 1642,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/list1/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/list2/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/list3/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/list4/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/list5/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/list6/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/list7/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/list8/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  }\n]",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; U; Android 13; zh-Hans-CN; PFJM10 Build/TP1A.220905.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/135.0.4896.58 Quark/6.13.6.581 Mobile Safari/537.36\",\"Accept-Language\":\"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"}",
    "lastUpdateTime": 0,
    "respondTime": 5809,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": "article@html##第\\(\\d+\\/\\d+\\)页",
      "nextContentUrl": "text.下一@href\n@js:\nvar next=/_\\d+\\.html/.test(result) ? result : '';\nnext;"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.0@text",
      "bookList": ".col-md-6@dl",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "kind": "{{@a.1@text##\\[(.*)\\].*##$1}}\n{{@dd.2:3##状态：?:?|更新时间：?:?}}",
      "lastChapter": "a.2@text",
      "name": "a.1@text##\\[.*\\](.*)##$1"
    },
    "ruleToc": {
      "chapterList": ".book_list2@ul@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ".page-link.0@text##\\d+\\/(\\d+)##$1\n@js:\nres = JSON.parse(result)\nlist = [];\nfor (var i = 2; i <= res; i++) {\n\tlist.push(baseUrl.replace(/\\/$/,\"/index_\" + i + \".html\")); \n}\nlist;"
    },
    "searchUrl": "/search.php?q={{key}}&p={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃猪猪小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://gg.zzxsa.com#🎃",
    "customButton": false,
    "customOrder": 1643,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar sort = [];\npush=(title,link,size)=>sort.push({\n    \"title\": title,\n    \"url\": link,\n    \"style\": {\n      \"layout_flexGrow\": 1,\n       \"layout_flexBasisPercent\": size\n    }\n  });\npush(\"男主角🔹♂️按分类\",\"\",1);\ntags=[\"玄幻\",\"奇幻\",\"武侠\",\"仙侠\",\n\"灵异\",\"科幻\",\"游戏\",\"竞技\",\n\"职场\",\"都市\",\"历史\",\"军事\",\"轻小说\",\n\"同人\",\"其他\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booksort/list?gender=0&type=star&major=${t}&minor=&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t push(\"男主角🔹♂️按题材\",\"\",1);\ntags=[\"装备\",\"赚钱\",\"轮回\",\"重生\",\n\"种田\",\"治愈\",\"直播\",\"征战\",\n\"征服\",\"争斗\",\"战争\",\"缘分\",\"游戏\",\n\"阴阳\",\"异世\",\"异能\",\"异界\",\"医术\",\"妖魔\",\n\"血脉\",\"悬疑\",\"虚拟\",\"修炼\",\n\"兄弟\",\"星辰\",\"信仰\",\"邪恶\",\"现实\",\n\"武道\",\"五行\",\"文明\",\"位面\",\"未来\",\"猥琐\",\n\"危机\",\"同人\",\"挑战\",\"体育\",\n\"逃亡\",\"守护\",\"生死\",\"生活\",\"神兽\",\n\"神魔\",\"神秘\",\"神话\",\"烧脑\",\"杀戮\",\"任务\",\n\"热血\",\"权谋\",\"求生\",\"奇幻\",\n\"破案\",\"泡妞\",\"逆袭\",\"逆天\",\"末世\",\n\"魔法\",\"命运\",\"秘术\",\n\"梦想\",\"冒险\",\"炼药\",\"恐怖\",\"空间\",\n\"科技\",\"科幻\",\"开局\",\n\"军事\",\"竞技\",\"惊悚\",\"僵尸\",\n\"鉴宝\",\"家族\",\"回忆\",\n\"荒岛\",\"红颜\",\"鬼怪\",\"功夫\",\"搞笑\",\n\"复仇\",\"封印\",\"奋斗\",\n\"废物\",\"犯罪\",\"电竞\",\"大唐\",\"传说\",\n\"称霸\",\"变异\",\"变身\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booktag/list?gender=0&type=star&tags=${t}&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t \t push(\"男主角🔹♂️按流派\",\"\",1);\ntags=[\"金手指\",\"重生\",\"直播\",\"争霸流\",\n\"召唤流\",\"异兽流\",\"医生\",\"学院流\",\n\"校花\",\"乡村\",\"系统流\",\"武侠\",\"无限流\",\n\"无敌流\",\"文娱\",\"网游\",\"透视\",\"天才流\",\"随身流\",\n\"爽文\",\"升级流\",\"神豪\",\"软饭流\",\n\"轻小说\",\"奶爸\",\"练功流\",\"可爱流\",\"惊悚\",\n\"技术流\",\"洪荒流\",\"红包\",\"废材流\",\"凡人流\",\"恶搞\",\n\"都市\",\"兵王\",\"保镖\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booktag/list?gender=0&type=star&tags=${t}&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t \t \t push(\"男主角🔹♂️按身份\",\"\",1);\ntags=[\"至尊\",\"战神\",\"宅男\",\"业界精英\",\n\"药师\",\"学生\",\"枭雄\",\"仙尊\",\n\"武神\",\"同人\",\"特种兵\",\"书生\",\"神医\",\n\"神豪\",\"少年\",\"商人\",\"杀手\",\"强者\",\"乞丐\",\n\"女婿\",\"农民\",\"奶爸\",\"明星\",\n\"美女\",\"流氓\",\"教师\",\"剑客\",\"火影\",\n\"黑客\",\"海贼\",\"贵族\",\"盗贼\",\"孤儿\",\"公子\",\n\"法医\",\"帝王\",\"道士\",\"大侠\",\"刺客\",\"吃货\",\"草根\",\"兵王\",\n\"保镖\",\"保安\",\"白领\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booktag/list?gender=0&type=star&tags=${t}&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t \t \t \t push(\"男主角🔹♂️按性格\",\"\",1);\ntags=[\"装逼\",\"勇猛\",\"野蛮\",\"阳光\",\n\"嚣张\",\"侠义\",\"玩世不恭\",\"铁血\",\n\"杀伐果断\",\"懦弱\",\"狂傲\",\"狡猾\",\"坚毅\",\n\"搞笑\",\"疯狂\",\"风流\",\"逗逼\",\"暗黑\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booktag/list?gender=0&type=star&tags=${t}&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t \t \t \t \t push(\"男主角🔹♂️按情节\",\"\",1);\ntags=[\"扮猪吃虎\",\"宝物\",\"超能力\",\"打脸\",\n\"丹药\",\"吊炸天\",\"发财\",\"翻身\",\n\"废材\",\"废材逆袭\",\"洪荒\",\"戒指\",\"金手指\",\n\"金庸\",\"坑爹\",\"逆天改命\",\"入侵\",\"三国\",\"神器\",\"随身空间\",\"特殊技能\",\"天书\",\n\"王者荣耀\",\"西游\",\"咸鱼翻身\",\"血腥\",\"一统天下\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booktag/list?gender=0&type=star&tags=${t}&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t push(\"女主角🔸♀️按分类\",\"\",1);\ntags=[\"玄幻奇幻\",\"武侠仙侠\",\"悬疑灵异\",\"游戏竞技\",\n\"古代言情\",\"现代言情\",\"青春校园\",\"同人\",\n\"科幻\",\"女尊\",\"其他\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booksort/list?gender=1&type=star&major=${t}&minor=&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t \t push(\"女主角🔸♀️按题材\",\"\",1);\ntags=[\"总裁\",\"赚钱\",\"专宠\",\"重逢\",\n\"智谋\",\"职场\",\"正剧\",\"争斗\",\n\"争宠\",\"缘分\",\"冤家\",\"娱乐圈\",\"友情\",\n\"游戏\",\"音乐\",\"妖魔\",\"选秀\",\"相亲\",\"现实\",\n\"喜剧\",\"亡国\",\"吐槽\",\"甜心\",\n\"甜宠\",\"替身\",\"替嫁\",\"桃花\",\"守护\",\n\"嗜血\",\"生活\",\"深情\",\"烧脑\",\"商业\",\"伤痛\",\n\"闪婚\",\"三生三世\",\"日常\",\"权利\",\n\"情有独钟\",\"倾城\",\"青梅竹马\",\"青春\",\"契约\",\n\"婆媳\",\"虐渣\",\"男强\",\"命运\",\"美食\",\"卖萌\",\n\"励志\",\"江山\",\"家族\",\"家长里短\",\n\"婚姻\",\"回忆\",\"皇权\",\"欢乐\",\"豪门\",\n\"闺蜜\",\"古风\",\"孤独\",\n\"狗血\",\"宫斗宅斗\",\"搞笑\",\"感人\",\"复仇\",\n\"斗智斗勇\",\"初念\",\"宠妻\",\n\"宠溺\",\"宠婚\",\"车祸\",\"背叛\",\n\"爱情\",\"BE\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booktag/list?gender=1&type=star&tags=${t}&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t \t \t push(\"女主角🔸♀️按流派\",\"\",1);\ntags=[\"搞笑\",\"种田文\",\"医生\",\"养成\",\n\"言情\",\"现言\",\"甜宠文\",\"爽文\",\n\"轻小说\",\"轻松文\",\"女尊文\",\"虐文\",\"虐恋\",\n\"暖文\",\"年代文\",\"脑洞\",\"萌宠\",\"可爱流\",\"婚恋\",\n\"古言\",\"总裁文\",\"穿越\",\"宝宝\",\n].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booktag/list?gender=1&type=star&tags=${t}&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t \t \t push(\"女主角🔸♀️按身份\",\"\",1);\ntags=[\"御姐\",\"娱乐明星\",\"业界精英\",\"学霸\",\n\"校花\",\"王侯将相\",\"王妃\",\"替身\",\n\"特工\",\"庶女\",\"首席\",\"神医\",\"设计师\",\n\"商女\",\"人妻\",\"前妻\",\"千金\",\"弃妇\",\"女强\",\n\"女配\",\"农女\",\"明星\",\"萌宝\",\n\"灰姑娘\",\"皇后\",\"贵族\",\"公主\",\"高富帅\",\n\"毒医\",\"第三者\",\"嫡女\",\"变身\",\"白领\",\"BL\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booktag/list?gender=1&type=star&tags=${t}&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t \t \t push(\"女主角🔸♀️按性格\",\"\",1);\ntags=[\"搞笑\",\"懦弱\",\"腹黑\",\"霸道\",\n\"冰冷\",\"温柔\",\"阳光\",\"可爱\",\n\"傲娇\",\"冷酷\",\"淡定\",\"纯真\",\"善良\",\n\"强势\",\"高冷\",\"八卦\",\"妖娆\",\"风流\",\"杀伐果断\",\n\"情深\",\"专情\",\"甜美\",\"张扬\",\n\"奇葩\",\"冰山\",\"冷血\",\"狡猾\",\"柔情\",\n\"毒舌\",\"呆萌\",\"玩世不恭\",\"刁蛮\",\"野蛮\",\"古灵精怪\",\n\"勇敢\",\"花心\",\"妖媚\",\"逗逼\",\n\"幽默\",\"多情\",\"机智\",\"暖心\",\"欢脱\",\n\"专一\",\"傻白甜\",\"萌萌哒\",\"高智商\",\"慢热\",\"敢爱敢恨\",\n\"逗比\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booktag/list?gender=1&type=star&tags=${t}&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\n\t \t \t push(\"女主角🔸♀️按情节\",\"\",1);\ntags=[\"阴差阳错\",\"一往情深\",\"一见钟情\",\"未婚先孕\",\n\"逃婚\",\"死缠烂打\",\"生死大爱\",\"情有独钟\",\n\"青梅竹马\",\"强取豪夺\",\"破镜重圆\",\"女追男\",\"女强男尊\",\n\"虐渣打脸\",\"涅槃\",\"麻雀变凤凰\",\"浪漫情缘\",\"纠缠\",\"欢喜冤家\",\n\"黑化\",\"复婚\",\"复合\",\"反转\",\n\"反套路\",\"错嫁\",\"错爱\",\"变身\",\"出轨\",\n\"不离不弃\",\"春风一度\",\"爱而不得\"].map((t,i)=>push(\n\tjava.t2s(t), `https://gg.zzxsa.com/booktag/list?gender=1&type=star&tags=${t}&start={{(page-1)*20}}&limit=20&language=zh_cn`, \n\t t.length > 2 ? 0.25 : 0.2) );\nJSON.stringify(sort);",
    "lastUpdateTime": 0,
    "respondTime": 4697,
    "ruleBookInfo": {
      "author": "$.writer",
      "coverUrl": "$.cover",
      "init": "$.data",
      "intro": "$.bookJs",
      "kind": "$.tags",
      "lastChapter": "$.chapterLast",
      "name": "$.bookName@put:{xid:x_id}",
      "tocUrl": "https://gg.zzxsa.com/chapters/{{$._id}}?view=chapters&appName=com.zhuxshah.mszlhdgwa&https=1&language=zh_cn",
      "wordCount": "$.wordNum"
    },
    "ruleContent": {
      "content": "$.chapter.body"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "$.writer",
      "bookList": "$.books[*]",
      "bookUrl": "https://gg.zzxsa.com/bookintro/{{$._id}}?language=zh_cn",
      "checkKeyWord": "寻飞",
      "coverUrl": "$.cover",
      "intro": "$.bookJs",
      "kind": "$.tags",
      "name": "$.bookName",
      "wordCount": "$.wordNum"
    },
    "ruleToc": {
      "chapterList": "$.data.chapters",
      "chapterName": "$.tit",
      "chapterUrl": "https://xs.zzxsa.com/read/@get:{xid}/{{$.num}}?app_name=com.zhuxshah.mszlhdgwa&app_vn=2.7&dev_id=89b2628c-292f-32c6-b512-8ef3cbe58315&ts={{Date.now()}}&app_vc=20227&token=030590f5f9f4b2ab0879ea5cda0670a2"
    },
    "searchUrl": "https://gg.zzxsa.com/search/result?query={{key}}&language=zh_cn",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃书客吧🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.shuke8.cc#🎃",
    "customButton": false,
    "customOrder": 1644,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n    {\n        \"title\":\"奇幻玄幻✨\",\n        \"url\":\"/qihuan/11-{{page}}.html\",\n        \"style\":{\n            \"layout_flexBasisPercent\":0.3,\n            \"layout_flexGrow\":1\n        }\n    },\n    {\n        \"title\":\"武侠仙侠🗡️\",\n        \"url\":\"/wuxia/22-{{page}}.html\",\n        \"style\":{\n            \"layout_flexBasisPercent\":0.3,\n            \"layout_flexGrow\":1\n        }\n    },\n    {\n        \"title\":\"都市青春🏙️\",\n        \"url\":\"/dushi/33-{{page}}.html\",\n        \"style\":{\n            \"layout_flexBasisPercent\":0.3,\n            \"layout_flexGrow\":1\n        }\n    },\n    {\n        \"title\":\"历史穿越📜\",\n        \"url\":\"/lishi/44-{{page}}.html\",\n        \"style\":{\n            \"layout_flexBasisPercent\":0.3,\n            \"layout_flexGrow\":1\n        }\n    },\n    {\n        \"title\":\"游戏竞技🎮\",\n        \"url\":\"/youxi/55-{{page}}.html\",\n        \"style\":{\n            \"layout_flexBasisPercent\":0.3,\n            \"layout_flexGrow\":1\n        }\n    },\n    {\n        \"title\":\"科幻灵异👽\",\n        \"url\":\"/kehuan/66-{{page}}.html\",\n        \"style\":{\n            \"layout_flexBasisPercent\":0.3,\n            \"layout_flexGrow\":1\n        }\n    },\n    {\n        \"title\":\"全本小说📚\",\n        \"url\":\"/quanben/77-{{page}}.html\",\n        \"style\":{\n            \"layout_flexBasisPercent\":0.3,\n            \"layout_flexGrow\":1\n        }\n    }\n]\n",
    "lastUpdateTime": 0,
    "respondTime": 10754,
    "ruleBookInfo": {
      "author": ".novel_info_title@a.0@text",
      "coverUrl": ".novel_info_main@img.0@src",
      "kind": ".novel_info_title@span@text",
      "lastChapter": ".novel_info_title@a.1@text",
      "name": ".novel_info_title@h1@text",
      "tocUrl": "[class=\"section chapter_list\"]@a.-1@href"
    },
    "ruleContent": {
      "content": "#bodybox@p@textNodes##[^.]+侵权必究"
    },
    "ruleExplore": {
      "author": "a.-1@text",
      "bookList": ".flex@li",
      "bookUrl": "a.0@href",
      "coverUrl": "img.0@src",
      "intro": "p.-1@text",
      "kind": "span.0@text&&em.1@text##.\\/.##\\,",
      "name": "img.0@title",
      "wordCount": "em.0@text"
    },
    "ruleSearch": {
      "author": "a.-1@text",
      "bookList": ".flex@li",
      "bookUrl": "a.0@href",
      "coverUrl": "img.0@src",
      "intro": "p.-1@text",
      "kind": "span.0@text&&em.1@text##.\\/.##\\,",
      "name": "img.0@title",
      "wordCount": "em.0@text"
    },
    "ruleToc": {
      "chapterList": "[class=\"section chapter_list\"]@ul@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "{{url=source.getKey();\ncookie.removeCookie(url)}}\n/so/{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃大帝小说库🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.aikushuge.com#🎃",
    "customButton": false,
    "customOrder": 1645,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::http://m.aikushuge.com/wapsort/1_{{page}}.html\n仙侠::http://m.aikushuge.com/wapsort/2_{{page}}.html\n都市::http://m.aikushuge.com/wapsort/3_{{page}}.html\n历史::http://m.aikushuge.com/wapsort/4_{{page}}.html\n网游::http://m.aikushuge.com/wapsort/5_{{page}}.html\n科幻::http://m.aikushuge.com/wapsort/6_{{page}}.html\n灵异::http://m.aikushuge.com/wapsort/7_{{page}}.html\n女生::http://m.aikushuge.com/wapsort/8_{{page}}.html\n其他::http://m.aikushuge.com/wapsort/9_{{page}}.html\n全本::http://m.aikushuge.com/wapfull/{{page}}.html",
    "lastUpdateTime": 0,
    "respondTime": 8456,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property$=category]@content&&[property$=status]@content&&[property$=update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "[property$=read_url]@content"
    },
    "ruleContent": {
      "content": "#nr1@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##.*请点击下一页继续.*|.*第.*页.*"
    },
    "ruleExplore": {
      "author": ".s3@text",
      "bookList": ".lis@li",
      "bookUrl": "a@href",
      "kind": ".s1@text##\\[|\\]",
      "name": ".s2@text"
    },
    "ruleSearch": {
      "author": ".author@text##作者：",
      "bookList": ".waps_one",
      "bookUrl": "a@href",
      "checkKeyWord": "",
      "kind": "span.2@text&&.waps_full_0@text##\\(|\\)",
      "lastChapter": "a.1@text",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": ".chapter.1@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "http://m.aikushuge.com/search/,{\n  \"method\": \"POST\",\n  \"body\": \"searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "猫九小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.maojiuxs.com#🎃",
    "customButton": false,
    "customOrder": 1646,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"推荐榜\",\"url\":\"/top/tuijian.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"点击榜\",\"url\":\"/top/dianji.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"收藏榜\",\"url\":\"/top/shoucang.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"好评榜\",\"url\":\"/top/pinglun.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"更新榜\",\"url\":\"/top/gengxin.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"新书榜\",\"url\":\"/top/xinshu.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"完结\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"现代言情\",\"url\":\"/shuku/?offset={{page-1}}&category=1&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代言情\",\"url\":\"/shuku/?offset={{page-1}}&category=2&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"青春校园\",\"url\":\"/shuku/?offset={{page-1}}&category=3&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/shuku/?offset={{page-1}}&category=4&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"灵异惊悚\",\"url\":\"/shuku/?offset={{page-1}}&category=5&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"同人小说\",\"url\":\"/shuku/?offset={{page-1}}&category=6&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"游戏竞技\",\"url\":\"/shuku/?offset={{page-1}}&category=7&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"无ＣＰ\",\"url\":\"/shuku/?offset={{page-1}}&category=135&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"纯爱百合\",\"url\":\"/shuku/?offset={{page-1}}&category=136&over=2&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"连载\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"现代言情\",\"url\":\"/shuku/?offset={{page-1}}&category=1&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代言情\",\"url\":\"/shuku/?offset={{page-1}}&category=2&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"青春校园\",\"url\":\"/shuku/?offset={{page-1}}&category=3&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/shuku/?offset={{page-1}}&category=4&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"灵异惊悚\",\"url\":\"/shuku/?offset={{page-1}}&category=5&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"同人小说\",\"url\":\"/shuku/?offset={{page-1}}&category=6&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"游戏竞技\",\"url\":\"/shuku/?offset={{page-1}}&category=7&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"无ＣＰ\",\"url\":\"/shuku/?offset={{page-1}}&category=135&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"纯爱百合\",\"url\":\"/shuku/?offset={{page-1}}&category=136&over=1&section_id=1\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1692440634548,
    "loginUrl": "http://www.maojiuxs.com/member/login.html",
    "respondTime": 2471,
    "ruleBookInfo": {
      "author": ".introtwo span.0@text",
      "coverUrl": ".imgbox img@src",
      "intro": ".tabs_content p.0@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".cation span@text&&.update span.1@text##\\s.*",
      "lastChapter": ".update span.0@text",
      "name": ".intro div.0@text",
      "tocUrl": ".tabs_header a.1@href",
      "wordCount": ".intro_num div.0@text"
    },
    "ruleContent": {
      "content": "#showReading@p@html"
    },
    "ruleExplore": {
      "author": "",
      "kind": "",
      "name": ""
    },
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".recom_top li||.book_con li",
      "bookUrl": "a@href",
      "checkKeyWord": "",
      "coverUrl": ".imgbox img@src",
      "intro": ".instro@text",
      "kind": ".cation@text&&.status@text&&.time@text##\\s.*",
      "lastChapter": ".up@text",
      "name": ".name@text",
      "wordCount": ".statusbox span.2@text"
    },
    "ruleToc": {
      "chapterList": ".recommendeddirectory a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{'webView': true}",
      "isVip": "img@src"
    },
    "searchUrl": "http://www.maojiuxs.com/shuku/?offset={{page*8}}&section_id=1&",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉 得间#渊呀",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.idejian.com#yuan1107",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1647,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1627583489175,
    "loginUrl": "",
    "respondTime": 2293,
    "ruleBookInfo": {
      "author": "class.author.0@text",
      "coverUrl": ".bookcover@src",
      "intro": "[property=og:description]@content",
      "kind": "class.author.1@text",
      "lastChapter": "class.title.1@textNodes",
      "name": ".main dt@text",
      "tocUrl": "@js:\"https://dj.palmestore.com/zybook/u/p/api.php?Act=getChapterListVersion&bid=\"+java.put('bid',baseUrl.match(/(\\d+)/)[1])+\"&p4=501656\"",
      "wordCount": ".font_num@text"
    },
    "ruleContent": {
      "content": ".h5_mainbody@p@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.book_author.0@text",
      "bookList": ".v_list li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "img@src",
      "intro": ".book_info@text",
      "kind": "class.book_author.2@text",
      "name": ".book_name@text"
    },
    "ruleToc": {
      "chapterList": "cp",
      "chapterName": "cn@text",
      "chapterUrl": "https://m.idejian.com/book/@get:{bid}/{{@css:id@text}}.html"
    },
    "searchUrl": "/search/do?keyword={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "情豆书坊🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.qdsf.net#🎃",
    "bookUrlPattern": "https://www.qdsf.net/novel/\\d+.html",
    "customButton": false,
    "customOrder": 1648,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"耽美小说\",\"url\":\"/BL/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1.00}},{\"title\":\"言情小说\",\"url\":\"/yanqing/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"GL百合\",\"url\":\"/GLbaihe/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"高辣文\",\"url\":\"/gaolawen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代耽美\",\"url\":\"/gudai/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"现代耽美\",\"url\":\"/xiandaiwen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人文\",\"url\":\"/tongrenwen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"种田文\",\"url\":\"/zhongtianwen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"高干文\",\"url\":\"/gaoganwen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"HP文\",\"url\":\"/HP/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"甜宠文\",\"url\":\"/chongwen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越文\",\"url\":\"/chuanyuexiaoshuo/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"重生文\",\"url\":\"/chongsheng/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"虐恋文\",\"url\":\"/nuelianwen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宫斗文\",\"url\":\"/gongdouwen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总裁文\",\"url\":\"/zongcai/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"御宅屋\",\"url\":\"/yuzhaiwu/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"腐国度\",\"url\":\"/fuguodu/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"飞言情\",\"url\":\"/feiyanqing/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"快穿文\",\"url\":\"/kuaichuan/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"综漫文\",\"url\":\"/zongman/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女配文\",\"url\":\"/nvpei/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"热门标签\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1.00}},{\"title\":\"情有独钟\",\"url\":\"/tag/qingyouduzhong/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"甜文\",\"url\":\"/tag/tianwen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"强强\",\"url\":\"/tag/qiangqiang/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"重生\",\"url\":\"/tag/zhongsheng/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越时空\",\"url\":\"/tag/chuanyueshikong/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异神怪\",\"url\":\"/tag/lingyishenguai/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市情缘\",\"url\":\"/tag/dushiqingyuan/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"爽文\",\"url\":\"/tag/shuangwen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"娱乐圈\",\"url\":\"/tag/yulequan/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"欢喜冤家\",\"url\":\"/tag/huanxiyuanjia/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"快穿\",\"url\":\"/tag/kuaichuan/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"天作之合\",\"url\":\"/tag/tianzuozhihe/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"系统\",\"url\":\"/tag/xitong/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"宫廷侯爵\",\"url\":\"/tag/gongtinghoujue/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"虐恋情深\",\"url\":\"/tag/nuelianqingshen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"年下\",\"url\":\"/tag/nianxia/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"因缘邂逅\",\"url\":\"/tag/yinyuan/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠修真\",\"url\":\"/tag/xianxiaxiuzhen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"豪门世家\",\"url\":\"/tag/haomenshijia/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"前世今生\",\"url\":\"/tag/qianshijinsheng/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"生子\",\"url\":\"/tag/shengzi/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"种田文\",\"url\":\"/tag/zhongtianwen/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"天之骄子\",\"url\":\"/tag/tianzhijiaozi/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"江湖恩怨\",\"url\":\"/tag/jianghuenyuan/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"现代架空\",\"url\":\"/tag/xiandaijiakong/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"幻想空间\",\"url\":\"/tag/huanxiangkongjian/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"近水楼台\",\"url\":\"/tag/jinshuiloutai/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青梅竹马\",\"url\":\"/tag/qingmeizhuma/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"星际\",\"url\":\"/tag/xingji/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"阴差阳错\",\"url\":\"/tag/yinchayangcuo/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"破镜重圆\",\"url\":\"/tag/pojingzhongyuan/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"花季雨季\",\"url\":\"/tag/huajiyuji/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 0,
    "respondTime": 2063,
    "ruleBookInfo": {
      "author": "h1@text##.*作者:|【.*",
      "coverUrl": "@js:'https://s21.ax1x.com/2024/05/29/pk3AYzd.png'",
      "intro": "br@html",
      "kind": "h1@text##.*【|】",
      "lastChapter": ".column4 a.-1@text",
      "name": "h1@text##作者:.*",
      "wordCount": ".muted.1@text"
    },
    "ruleContent": {
      "content": "#nr1@html",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "bookList": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "a.0@text##.*作者:|【.*",
      "bookList": "dl dd",
      "bookUrl": "a@href",
      "coverUrl": "@js:'https://s21.ax1x.com/2024/05/29/pk3AYzd.png'",
      "intro": "p.0@html",
      "name": "a.0@text##作者：.*"
    },
    "ruleToc": {
      "chapterList": ".column4 a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{url=source.getKey();\ncookie.removeCookie(url)}}\n/e/search/index.php,{\n  \"body\": \"show=title&keyboard={{key}}\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃书旗小说🎃#3",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.shuqi.com#🎃",
    "bookUrlPattern": "https://www.shuqi.com/book/\\d+.html",
    "customButton": false,
    "customOrder": 1649,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n    {\n        \"title\": \"💮        分类        💮\",\n        \"url\": \"\",\n        \"style\": {\n            \"layout_flexGrow\": 0,\n            \"layout_flexBasisPercent\": 1\n        }\n    },\n    {\n        \"title\": \"全部\",\n        \"url\": \"/store?&sz=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"男频\",\n        \"url\": \"/store?&sz=1&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"女频\",\n        \"url\": \"/store?&sz=2&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"不限\",\n        \"url\": \"/store?sz=0&fc=0&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"30万以下\",\n        \"url\": \"/store?sz=0&fc=0&wd=11&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"30万~50万\",\n        \"url\": \"/store?sz=0&fc=0&wd=12&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"50万~100万\",\n        \"url\": \"/store?sz=0&fc=0&wd=13&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"100万~200万\",\n        \"url\": \"/store?sz=0&fc=0&wd=14&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"200万以上\",\n        \"url\": \"/store?sz=0&fc=0&wd=15&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"不限\",\n        \"url\": \"/store?sz=0&fc=0&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"3天内\",\n        \"url\": \"/store?sz=0&fc=0&wd=10&tm=3&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"7天内\",\n        \"url\": \"/store?sz=0&fc=0&wd=10&tm=7&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"半个月内\",\n        \"url\": \"/store?sz=0&fc=0&wd=10&tm=15&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"一个月内\",\n        \"url\": \"/store?sz=0&fc=0&wd=10&tm=30&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"不限\",\n        \"url\": \"/store?sz=0&fc=0&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"连载\",\n        \"url\": \"/store?sz=0&fc=0&wd=10&tm=0&st=1&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"完结\",\n        \"url\": \"/store?sz=0&fc=0&wd=10&tm=0&st=2&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"都市\",\n        \"url\": \"/store?sz=0&fc=7&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"社会生活\",\n        \"url\": \"/store?sz=0&fc=15&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"玄幻\",\n        \"url\": \"/store?sz=0&fc=29&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"科幻\",\n        \"url\": \"/store?sz=0&fc=34%2C102&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"悬疑\",\n        \"url\": \"/store?sz=0&fc=41%2C108&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"历史\",\n        \"url\": \"/store?sz=0&fc=45&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"体育\",\n        \"url\": \"/store?sz=0&fc=54&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"武侠\",\n        \"url\": \"/store?sz=0&fc=58&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"游戏\",\n        \"url\": \"/store?sz=0&fc=63&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"仙侠\",\n        \"url\": \"/store?sz=0&fc=67%2C98&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"同人\",\n        \"url\": \"/store?sz=0&fc=71&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"现代言情\",\n        \"url\": \"/store?sz=0&fc=76&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"古代言情\",\n        \"url\": \"/store?sz=0&fc=86&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"玄幻言情\",\n        \"url\": \"/store?sz=0&fc=94&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"幻想言情\",\n        \"url\": \"/store?sz=0&fc=122&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    },\n    {\n        \"title\": \"浪漫青春\",\n        \"url\": \"/store?sz=0&fc=127&wd=10&tm=0&st=0&page={{page}}\",\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.29\n        }\n    }\n]",
    "header": "{\n\"user-agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36\"\n}",
    "lastUpdateTime": 0,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "https://www.shuqi.com/",
    "respondTime": 11177,
    "ruleBookInfo": {
      "author": "div.bauthor > a@text",
      "coverUrl": "div.view > img@src",
      "intro": "&nbsp;&nbsp;\n📕书        名：{{@css:span.bname@text}}\n✏️作        者：{{@css:div.bauthor > a@text}}{{'\\n'+'​'}}\n🔖类        型：{{@@class.lastchapter clear@li.0@text}}\n🎐状        态：{{@@class.lastchapter clear@li.2@text}}\n📄字        数：{{@@class.lastchapter clear@li.1@text}}\n🔥热        度：{{@css:span.bhot@text##热度：}}{{'\\n'+'​'}}\n⏳更新情况：{{@@class.lastchapter@li.-1@text##[更新：]*}}{{'\\n'+'​'}}\n🏷 相关标签：{{@css:div.tags@text}}{{'\\n'+'​'}}\n📜简介：{{@@class.bookDesc@text}}{{'\\n'+'​'}}\n📍{{@css:div.disclaimers@text}}\n",
      "kind": "div.tags@text&&div.lastchapter > li.0@text",
      "lastChapter": "div.lastchapter > li.-1@text##更新：",
      "name": "span.bname@text",
      "tocUrl": "class.operates clear@li.1@a@href||text.目录@href",
      "wordCount": "div.lastchapter > li.1@text"
    },
    "ruleContent": {
      "content": "class.chapter-content@html",
      "payAction": "java.toast(\"请登录账号并购买本章节！\")\njava.startBrowserAwait(baseUrl, \"登录\")",
      "replaceRegex": "",
      "title": ""
    },
    "ruleExplore": {
      "author": "class.store-tag@a@text##作者：",
      "bookList": "ul.store-ul > li",
      "bookUrl": "a.2@href",
      "coverUrl": "img.cover@src",
      "intro": "p.store-des@text",
      "kind": "class.store-tag@span@text",
      "name": "h3@text"
    },
    "ruleSearch": {
      "author": "div.bauthor@text||p.book-autor@text",
      "bookList": "div.matchbook > div.view||ul.clearfix > li",
      "bookUrl": "a.cover@href||a.book-cover@href",
      "checkKeyWord": "嫡女重生，惹上暴君逃不掉",
      "coverUrl": "a.cover > img@src||a.book-cover > img@src",
      "intro": "p.bookDesc > span@text||p.book-newc@text",
      "kind": "div.tag@text||div.category@text",
      "name": "class.bookTitle@text||li@class.ellipsis@text",
      "wordCount": ".lastchapter@li.1@text"
    },
    "ruleToc": {
      "chapterList": "@css:\ndiv.chapterbox > table > tbody > tr,\ndiv.chapterbox > table > tbody > tr > td,\ndiv.chapterbox > div.vol_name\n@js:\nlist = [];\n$ = result;\nfor (i in $) {\n    if (/vol_name/.test(String($[i]))) {\n        text = \"🏮 ↓ 〖\" + String($[i].text()) + \"〗 ↓ 🏮\";\n        list.push({\n            text: text,\n            volume: true\n        });\n    } else {  \n        $[i].select(\"td\").forEach(a => {     \n            vip = /a/.test(a.select(\"i\"));\n            text = a.select(\"a\").text();\n            href = a.select(\"a\").attr(\"href\");\n            if (vip) {\n                symbol = \"💎\";\n            } else {\n                symbol = \"💮\";\n            }\n            title = symbol + \"〖\" + text + \"〗\" + symbol;\n            url = `${href},{\"webView\":true}`\n            list.push({   \n                title: title,\n                isVip: vip,\n                url: url\n            });\n        });\n    }\n}\nlist",
      "chapterName": "title",
      "chapterUrl": "url",
      "isVip": "isVip",
      "isVolume": "volume",
      "preUpdateJs": ""
    },
    "searchUrl": "https://www.shuqi.com/search?keyword={{key}}&page={{page}}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃bl小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.bldian.com#🎃",
    "customButton": false,
    "customOrder": 1650,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 14; zh-cn; M2102K1AC Build/UKQ1.231207.002) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/109.0.5414.118 Mobile Safari/537.36 MQQBrowser/10.1.0\"}",
    "jsLib": "{\"crypto\": \"https://cdn.bootcss.com/crypto-js/3.1.9-1/crypto-js.min.js\"}",
    "lastUpdateTime": 0,
    "respondTime": 3694,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property~=status|update_time|category]@content",
      "lastChapter": "[property$=lastest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "text.全部章节@href",
      "wordCount": ".btn-xs:nth-child(3)@text"
    },
    "ruleContent": {
      "content": "@js:\nfunction x(encryptedData, key, iv) {\n                const ciphertext = CryptoJS.enc.Base64.parse(encryptedData);\n                const ivBytes = CryptoJS.enc.Base64.parse(iv);\n                const keyBytes = CryptoJS.enc.Utf8.parse(key);\n                const decrypted = CryptoJS.AES.decrypt({\n                    ciphertext: ciphertext\n                }, keyBytes, {\n                    iv: ivBytes,\n                    mode: CryptoJS.mode.CBC,\n                    padding: CryptoJS.pad.ZeroPadding\n                });\n                const decryptedText = decrypted.toString(CryptoJS.enc.Utf8);\n                return decryptedText;\n\n            }\nr=result.match(/\\(\\'#booktxthtml\\'\\)\\.html\\((.*)\\)/)[1]\n//java.log(r)\neval(String(r))",
      "nextContentUrl": "#next_url@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".col-md-4:nth-child(n+1)",
      "bookUrl": "a@href",
      "coverUrl": "img@data-src",
      "intro": ".intro@text",
      "kind": ".status@span@text",
      "name": "h4@text"
    },
    "ruleToc": {
      "chapterList": ".col-md-3:nth-child(n+1) > a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "/search,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "炎上书屋🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://book.zri.moe#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1651,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"༺ˇ»`ʚ 书库 ɞ´«ˇ༻\",\"url\":\"https://book.zri.moe/api/book?page={{page}}&per=8&order_by=ct&desc=true\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}}]",
    "header": "",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 4846,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "https://book.zri.moe/api/book/{{$.id}}/cover",
      "init": "meta",
      "intro": "",
      "kind": "tags",
      "lastChapter": "",
      "name": "",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "body",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "userInfo.username",
      "bookList": "data[*]",
      "bookUrl": "https://book.zri.moe/api/book/{{$.id}}",
      "coverUrl": "https://book.zri.moe/api/book/{{$.id}}/cover",
      "intro": "introduction",
      "kind": "",
      "lastChapter": "lastChapterInfo.title",
      "name": "title",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "sections[*].chapters[*]",
      "chapterName": "title",
      "chapterUrl": "https://book.zri.moe/api/book/{{$.book_id}}/chapter/{{$.id}}",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://book.zri.moe/api/book?page=1&per=8&order_by=ct&desc=true&keywords=[\"{{key}}\"]",
    "weight": 1
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃下书小说网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.frxsw.com#🎃",
    "customButton": false,
    "customOrder": 1652,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"玄幻\",\n    \"url\": \"/list1/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"武侠\",\n    \"url\": \"/list2/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"都市\",\n    \"url\": \"/list3/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"历史\",\n    \"url\": \"/list4/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"网游\",\n    \"url\": \"/list5/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"科幻\",\n    \"url\": \"/list6/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"言情\",\n    \"url\": \"/list7/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"其他\",\n    \"url\": \"/list8/{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  }\n]",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; U; Android 13; zh-Hans-CN; PFJM10 Build/TP1A.220905.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/135.0.4896.58 Quark/6.13.6.581 Mobile Safari/537.36\",\"Accept-Language\":\"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"}",
    "lastUpdateTime": 0,
    "respondTime": 5523,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": "article@html##第\\(\\d+\\/\\d+\\)页",
      "nextContentUrl": "text.下一@href\n@js:\nvar next=/_\\d+\\.html/.test(result) ? result : '';\nnext;"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.0@text",
      "bookList": ".col-md-6@dl",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "kind": "{{@a.1@text##\\[(.*)\\].*##$1}}\n{{@dd.2:3##状态：?:?|更新时间：?:?}}",
      "lastChapter": "a.2@text",
      "name": "a.1@text##\\[.*\\](.*)##$1"
    },
    "ruleToc": {
      "chapterList": ".book_list2@ul@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ".page-link.0@text##\\d+\\/(\\d+)##$1\n@js:\nres = JSON.parse(result)\nlist = [];\nfor (var i = 2; i <= res; i++) {\n\tlist.push(baseUrl.replace(/\\/$/,\"/index_\" + i + \".html\")); \n}\nlist;"
    },
    "searchUrl": "/search.php?q={{key}}&p={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃神书网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.shenshuzw.net#🎃",
    "customButton": false,
    "customOrder": 1653,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\n\tD=org.jsoup.Jsoup.parse(java.ajax(\"http://wap.shenshuzw.net/sort/\"))\n\t//java.log(D);\n\tpush(\"全部🏷分类\",null,1,1)\t\nD.select(\".content li\").forEach(n=>{\n\tli=n.select(\"a\")\n\tlet url=(`${li.attr(\"href\")}`).replace(/\\d{1}\\//g,'{{page}}/')\n\t\tpush(li.text(),url,1,0.25)\n\t\t})\n\t//java.log(JSON.stringify(sort))\nJSON.stringify(sort)",
    "header": "{\n\t\"User-Agent\": \"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36 EdgA/116.0.1938.64\",\n\"Referer\": \"{{baseUrl}}\"\n\t}",
    "lastUpdateTime": 0,
    "respondTime": 11178,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": "#nr1@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##.*本章未完.*|.*第\\d\\/\\d页.*"
    },
    "ruleExplore": {
      "author": "",
      "bookList": ".cover@.line",
      "bookUrl": "a.1@href",
      "coverUrl": "",
      "intro": "",
      "kind": "a.0@text",
      "lastChapter": "",
      "name": "a.1@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "p.-2@text",
      "bookList": ".block",
      "bookUrl": "h2@a@href",
      "coverUrl": "img@src",
      "kind": "p.-3@text##分类：",
      "lastChapter": "a.-1@text",
      "name": "h2@a@text"
    },
    "ruleToc": {
      "chapterList": ".chapter@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "http://wap.shenshuzw.net/search.php,{\n  \"body\": \"searchkey={{key}}&submit=\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃鬼吹灯🎃#7",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.cxbz.org#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1654,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 691,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "downloadUrls": "",
      "intro": "[property=\"og:description\"]@content",
      "kind": "meta[property~=category|status|update_time]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "div[id=\"nr1\"]@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##{{chapter.title}}.*\\n*"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "text.作者@text##作者：",
      "bookList": ".article>div[class=\"block\"]",
      "bookUrl": "##<a.*?href=\"([^\"]+)\"##$1###",
      "checkKeyWord": "异界",
      "coverUrl": "##<img.*?src=\"([^\"]+)\"##$1###",
      "intro": "",
      "kind": "text.分类@text##分类：",
      "lastChapter": "text.最新章节@text##最新章节：",
      "name": "h2>a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ":<li[^>]*><a[^\"]+\"([^\"]+)\"[^>]*>([^<]+)",
      "chapterName": "$2",
      "chapterUrl": "$1",
      "nextTocUrl": "##href=\"([^\"]+)\"[^>]*>下一页<##$1###"
    },
    "searchUrl": "http://m.cxbz958.org/s.php?submit=&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃精华书阁🎃#4",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.jhssd.com#🎃",
    "customButton": false,
    "customOrder": 1655,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"日榜\",\"url\":\"/Ranking_dayvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"周榜\",\"url\":\"/Ranking_weekvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"月榜\",\"url\":\"/Ranking_monthvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"总榜\",\"url\":\"/Ranking_allvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"周推\",\"url\":\"/Ranking_weekvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"月推\",\"url\":\"/Ranking_monthvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"总推\",\"url\":\"/Ranking_allvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"收藏\",\"url\":\"/Ranking_goodnum/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"字数\",\"url\":\"/Ranking_size/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"入库\",\"url\":\"/Ranking_postdate/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"更新\",\"url\":\"/Ranking_lastupdate/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"新书\",\"url\":\"/Ranking_goodnew/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/list/1_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"修真\",\"url\":\"/list/2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/list/3_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越\",\"url\":\"/list/4_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/list/5_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/list/6_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"灵异\",\"url\":\"/list/7_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"女生\",\"url\":\"/list/8_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/list/9_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 0,
    "respondTime": 17868,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##\\s.*|小说",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content"
    },
    "ruleContent": {
      "content": "#nr1@html@js:result+'下一页标识'",
      "imageStyle": "",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\s*下一页标识\\s*|\\s*\\(本章未完.*继续\\)\\s*|\\s*为您提供.*好书签.\\s*|\\s*.*免费阅读.\\s*|\\s*.*最快更新.*\\s*|\\s*.*请收藏！\\s*|紧急通知.*书签！\\s*|\\s*『章节.*报错.*』\\s*"
    },
    "ruleExplore": {
      "author": "span.0@textNodes##\\(|\\)",
      "bookList": "ul.xbk",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "##简介.([^<]+)##$1###",
      "kind": ".tjrs@text",
      "lastChapter": "a.2@text",
      "name": "a.1@text"
    },
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".searchbook",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "kind": ".cat@text##.*：|小说",
      "lastChapter": "a.2@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".chapter li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "/search.html?ie=utf-8&word={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "贼吧小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.zei8.vip#🎃",
    "customButton": false,
    "customOrder": 1656,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"男频\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"最新男主\",\"url\":\"/txt/Nbtop100/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"本周热门\",\"url\":\"/txt/Wbtop100/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"本月热门\",\"url\":\"/txt/Mbtop100/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"小说排行\",\"url\":\"/txt/btop100/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"东方玄幻\",\"url\":\"/xuanhuan/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"传统武侠\",\"url\":\"/chuantongwuxia/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖惊悚\",\"url\":\"/kongbujing/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"现代都市\",\"url\":\"/xiandaidushi/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"人物传记\",\"url\":\"/renwuchuanji/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游动漫\",\"url\":\"/wangyoudongman/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"军事历史\",\"url\":\"/junshilishi/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"热点资源\",\"url\":\"/redianziyuan/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"西方奇幻\",\"url\":\"/xifangqihuan/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"仙侠修真\",\"url\":\"/xianxiaxiuzhen/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"侦探推理\",\"url\":\"/zhentantuili/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"经典科幻\",\"url\":\"/jingdiankehuan/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"名著杂志\",\"url\":\"/mingzhuzazhi/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"女频\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"最新女主\",\"url\":\"/txt/Ngtop100/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"本周热门\",\"url\":\"/txt/Wgtop100/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"本月热门\",\"url\":\"/txt/Mgtop100/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"小说排行\",\"url\":\"/txt/gtop100/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史穿越\",\"url\":\"/lishichuanyue/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"传统言情\",\"url\":\"/chuantongyanqing/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市社会\",\"url\":\"/dushishehui/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"幻想现言\",\"url\":\"/huanxiangxianyan/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"耽美百合\",\"url\":\"/danmeibaihe/<,index_{{page}}.html>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 0,
    "respondTime": 4373,
    "ruleBookInfo": {
      "author": ".infolist span.-1@text",
      "canReName": "",
      "coverUrl": ".picview img@src",
      "intro": ".content!1@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".place a.2@text&&.infolist span.2@text",
      "lastChapter": "",
      "name": ".viewbox h2@text##《|》.*",
      "tocUrl": "text.本地高速下载@href",
      "wordCount": ".infolist span.0@text"
    },
    "ruleContent": {
      "content": "@js:content=java.getString(\".plus_l li:not(:has(span))@html\",false)+'<br> ━ 长按选择浏览器打开下载 ━ <br>'+java.getElements(\".downfile a\")\n.toArray()\n.map(a => '【' + a.text() + '】' + a.attr('href'))\n.join('\\n');",
      "nextContentUrl": "",
      "replaceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "small.1@text",
      "bookList": ".e2 li||.etop li",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": ".intro@text##\\s",
      "kind": "small.0@text##.*：",
      "name": "a.1@text##《|》.*|【.*",
      "wordCount": "small.2@text##.*："
    },
    "ruleSearch": {
      "author": "",
      "bookList": ".item",
      "bookUrl": "a@href",
      "checkKeyWord": "",
      "intro": "p.0@text",
      "kind": "span@text##\\s.*",
      "name": "a@text##《|》.*|【.*"
    },
    "ruleToc": {
      "chapterList": "h2",
      "chapterName": "text##《|》.*",
      "chapterUrl": "",
      "isVip": "",
      "isVolume": ""
    },
    "searchUrl": "/e/sch/index.php?page={{page-1}}&keyboard={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "永久发布页：kxkmh.xyz",
    "bookSourceGroup": "免费",
    "bookSourceName": "🔰 开心看mh",
    "bookSourceType": 2,
    "bookSourceUrl": "http://www.kxkmh2.vip",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 1657,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": "[{\"title\":\"———— 全    部 ————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"最热门·全部\",\"url\":\"/manga/library?type=0&complete=1&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=0&complete=2&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=0&complete=3&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最近更新·全部\",\"url\":\"/manga/library?type=0&complete=1&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=0&complete=2&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=0&complete=3&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最新上架·全部\",\"url\":\"/manga/library?type=0&complete=1&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=0&complete=2&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=0&complete=3&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n\n{\"title\":\"———— 3D及其他 ————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"最热门·全部\",\"url\":\"/manga/library?type=1&complete=1&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=1&complete=2&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=1&complete=3&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最近更新·全部\",\"url\":\"/manga/library?type=1&complete=1&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=1&complete=2&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=1&complete=3&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最新上架·全部\",\"url\":\"/manga/library?type=1&complete=1&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=1&complete=2&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=1&complete=3&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n\n{\"title\":\"———— 韩    漫 ————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"最热门·全部\",\"url\":\"/manga/library?type=2&complete=1&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=2&complete=2&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=2&complete=3&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最近更新·全部\",\"url\":\"/manga/library?type=2&complete=1&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=2&complete=2&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=2&complete=3&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最新上架·全部\",\"url\":\"/manga/library?type=2&complete=1&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=2&complete=2&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=2&complete=3&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n\n{\"title\":\"———— 日    漫 ————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"最热门·全部\",\"url\":\"/manga/library?type=3&complete=1&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=3&complete=2&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=3&complete=3&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最近更新·全部\",\"url\":\"/manga/library?type=3&complete=1&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=3&complete=2&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=3&complete=3&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最新上架·全部\",\"url\":\"/manga/library?type=3&complete=1&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=3&complete=2&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=3&complete=3&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n\n{\"title\":\"———— 真    人 ————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"最热门·全部\",\"url\":\"/manga/library?type=4&complete=1&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=4&complete=2&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=4&complete=3&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最近更新·全部\",\"url\":\"/manga/library?type=4&complete=1&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=4&complete=2&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=4&complete=3&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最新上架·全部\",\"url\":\"/manga/library?type=4&complete=1&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=4&complete=2&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=4&complete=3&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n\n{\"title\":\"———— 耽美BL ————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"最热门·全部\",\"url\":\"/manga/library?type=5&complete=1&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=5&complete=2&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=5&complete=3&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最近更新·全部\",\"url\":\"/manga/library?type=5&complete=1&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=5&complete=2&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=5&complete=3&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"最新上架·全部\",\"url\":\"/manga/library?type=5&complete=1&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=5&complete=2&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=5&complete=3&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}}]",
    "header": "",
    "lastUpdateTime": 1717053808507,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 5983,
    "ruleBookInfo": {
      "author": "",
      "canReName": "",
      "coverUrl": "",
      "init": "",
      "intro": "class.anime__details__text@p.1@text",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "class.blog__details__content@html",
      "imageStyle": "FULL",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "",
      "bookList": "class.col-lg-2 col-md-3 col-sm-4 col-6",
      "bookUrl": "h6@a@href",
      "coverUrl": "class.product__item__pic set-bg@data-setbg",
      "intro": "",
      "kind": "class.ep@text",
      "lastChapter": "",
      "name": "h6@a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.anime__details__episodes@a[-1:0]",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "/manga/search?keyword={{key}}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "error:List is empty.\n",
    "bookSourceGroup": "免费",
    "bookSourceName": "💠 英语资源",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.tingroom.com/",
    "customButton": false,
    "customOrder": 1658,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "天天商务口语::http://m.tingroom.com/?mid=2&catid=1421&page={{page}}\n英文民间故事::http://m.tingroom.com/?mid=2&catid=5324&page={{page}}\n一千零一夜英文故事::http://m.tingroom.com/?mid=2&catid=5086&page={{page}}\n英语口语::http://m.tingroom.com/?mid=2&catid=3185&page={{page}}\n新英语口语900句::http://m.tingroom.com/?mid=2&catid=3068&page={{page}}\n公务员英语口语::http://m.tingroom.com/?mid=2&catid=3070&page={{page}}\n校园英语情景对话::http://m.tingroom.com/?mid=2&catid=3074&page={{page}}\n购物英语口语对话::http://m.tingroom.com/?mid=2&catid=3075&page={{page}}\n三一口语::http://m.tingroom.com/?mid=2&catid=3575&page={{page}}\n生活英语情景对话::http://m.tingroom.com/?mid=2&catid=3076&page={{page}}\n英语日常口语::http://m.tingroom.com/?mid=2&catid=3247&page={{page}}\n美国俚语::http://m.tingroom.com/?mid=2&catid=3321&page={{page}}\n英语抢先学::http://m.tingroom.com/?mid=2&catid=136&page={{page}}\n英语学习方法::http://m.tingroom.com/?mid=2&catid=540&page={{page}}\n电信英语::http://m.tingroom.com/?mid=2&catid=537&page={{page}}\n奥运英语::http://m.tingroom.com/?mid=2&catid=529&page={{page}}\n医务英语::http://m.tingroom.com/?mid=2&catid=528&page={{page}}\n实用英语::http://m.tingroom.com/?mid=2&catid=128&page={{page}}\n英文语法词汇::http://m.tingroom.com/?mid=2&catid=126&page={{page}}\n阅读空间::http://m.tingroom.com/?mid=2&catid=129&page={{page}}\n英汉幽默故事选读::http://m.tingroom.com/?mid=2&catid=130&page={{page}}\n英文名句短语::http://m.tingroom.com/?mid=2&catid=127&page={{page}}\n趣味英语::http://m.tingroom.com/?mid=2&catid=131&page={{page}}\n Modern English 洋话连篇::http://m.tingroom.com/?mid=2&catid=165&page={{page}}\n小笨霖英语笔记::http://m.tingroom.com/?mid=2&catid=445&page={{page}}\n四六级词汇与结构练习::http://m.tingroom.com/?mid=2&catid=454&page={{page}}\n考研英语::http://m.tingroom.com/?mid=2&catid=485&page={{page}}\nGRE英语::http://m.tingroom.com/?mid=2&catid=510&page={{page}}\n财会英语::http://m.tingroom.com/?mid=2&catid=519&page={{page}}\n医学英语::http://m.tingroom.com/?mid=2&catid=3302&page={{page}}\n英文剧本::http://m.tingroom.com/?mid=2&catid=3312&page={{page}}\n英语笔译::http://m.tingroom.com/?mid=2&catid=3985&page={{page}}\n英语小短文::http://m.tingroom.com/?mid=2&catid=3340&page={{page}}\n雅思机经::http://m.tingroom.com/?mid=2&catid=3379&page={{page}}\n英语演讲稿::http://m.tingroom.com/?mid=2&catid=3508&page={{page}}\n雅思英语::http://m.tingroom.com/?mid=2&catid=3183&page={{page}}\n托福英语::http://m.tingroom.com/?mid=2&catid=3620&page={{page}}\n每日商务英语::http://m.tingroom.com/?mid=2&catid=3833&page={{page}}\n法律英语::http://m.tingroom.com/?mid=2&catid=3687&page={{page}}\n金融英语::http://m.tingroom.com/?mid=2&catid=3679&page={{page}}\n英语阅读理解::http://m.tingroom.com/?mid=2&catid=3283&page={{page}}\n面试英语::http://m.tingroom.com/?mid=2&catid=3275&page={{page}}\n求职英语::http://m.tingroom.com/?mid=2&catid=3189&page={{page}}\n英语常用短语::http://m.tingroom.com/?mid=2&catid=3353&page={{page}}\n英语演讲::http://m.tingroom.com/?mid=2&catid=3157&page={{page}}\n节日英语::http://m.tingroom.com/?mid=2&catid=3187&page={{page}}\n旅游英语::http://m.tingroom.com/?mid=2&catid=3191&page={{page}}\n英语美文::http://m.tingroom.com/?mid=2&catid=3193&page={{page}}\n英美文化::http://m.tingroom.com/?mid=2&catid=3230&page={{page}}\n英语口译::http://m.tingroom.com/?mid=2&catid=3231&page={{page}}\n励志英语::http://m.tingroom.com/?mid=2&catid=3232&page={{page}}\n轻松英语::http://m.tingroom.com/?mid=2&catid=3253&page={{page}}\n北外翻译笔记::http://m.tingroom.com/?mid=2&catid=3268&page={{page}}\n大学四六级阅读::http://m.tingroom.com/?mid=2&catid=1547&page={{page}}\n英语作文::http://m.tingroom.com/?mid=2&catid=1267&page={{page}}\n四六级写作指导::http://m.tingroom.com/?mid=2&catid=1557&page={{page}}\n英语四级作文范文::http://m.tingroom.com/?mid=2&catid=3281&page={{page}}\nGRE作文::http://m.tingroom.com/?mid=2&catid=3654&page={{page}}\nnull",
    "lastUpdateTime": 1680484840260,
    "respondTime": 2374,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "class.arc_content@html&&id.wz_jx@tbody@html##<!--share-->[\\s\\S]+?<!--share-->,##↓↓↓单词↓↓↓"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "class.item_li",
      "bookUrl": "a@href",
      "name": "text"
    },
    "ruleToc": {
      "chapterList": "class.item_li||class.h1title",
      "chapterName": "a@text||text",
      "chapterUrl": "a@href@js:if(result!=null){result=\"http://m.tingroom.com/\"+result}else{result=baseUrl}",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "?keyword={{key}}&mid=4&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "// Error: 下载链接为空",
    "bookSourceGroup": "免费",
    "bookSourceName": "📔 免费小说网",
    "bookSourceType": 3,
    "bookSourceUrl": "http://www.freexiaoshuo.com",
    "customButton": false,
    "customOrder": 1659,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1696685093999,
    "respondTime": 180383,
    "ruleBookInfo": {
      "downloadUrls": "class.dl_link_bd@ul@li.0@a@href"
    },
    "ruleContent": {},
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "class.softpl_bds@class.pldals",
      "bookUrl": "class.pldal_lefts@class.pldal_l1@a@href",
      "checkKeyWord": "她",
      "coverUrl": "class.pldal_lefts@class.pldal_l1@a@img@src",
      "intro": "class.pldal_r1_jj@text",
      "name": "class.pldal_r1s@class.pldal_r1_bt@text"
    },
    "ruleToc": {},
    "searchUrl": "/plus/search.php?keyword={{key}}&searchtype=titlekeyword&channeltype=0&orderby=&kwtype=0&pagesize=50&typeid=0&TotalResult=314&PageNo={{page}},{\n  \"charset\": \"GB18030\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "红袖添香 ",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.hongxiu.com#kd11",
    "customButton": false,
    "customOrder": 1660,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"现代言情\",\"url\":\"/category/30020_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代言情\",\"url\":\"/category/30013_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"浪漫青春\",\"url\":\"/category/30031_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻言情\",\"url\":\"/category/30001_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠奇缘\",\"url\":\"/category/30008_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"悬疑恐怖\",\"url\":\"/category/30036_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻空间\",\"url\":\"/category/30042_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏竞技\",\"url\":\"/category/30050_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"短篇小说\",\"url\":\"/category/30083_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"轻小说\",\"url\":\"/category/30055_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1700125596328,
    "loginUrl": "https://passport.yuewen.com/yuewen.html?appid=41&areaid=2&autotime=30&source=m&version=1.0&ticket=1&unionshow=110&returnurl=https%3A%2F%2Fm.hongxiu.com%2FloginSuccess%3FjumpUrl%3Dhttps%253A%252F%252Fm.hongxiu.com%252Fuser",
    "respondTime": 11462,
    "ruleBookInfo": {
      "author": ".book-rand-a@text",
      "intro": "<js>p=baseUrl.replace(/m\\./,'www.')\njava.ajax(p)\n</js>class.intro.0@html",
      "kind": ".book-meta.0@text&&.book-meta.1@text##.*\\|",
      "lastChapter": "class.gray ell@text",
      "name": "h1@text",
      "tocUrl": "@js:baseUrl.replace(/m\\.(.*)/,'www.$1')"
    },
    "ruleContent": {
      "content": "class.read-content@tag.p@text",
      "replaceRegex": "##(\\s|\\S)*?阅读上一章|目录.*\\s|-/-"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".book-author@text",
      "bookList": ".book-li",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": ".book-desc@html",
      "kind": ".tag-small.0@text&&.tag-small.1@text",
      "name": "h4@text",
      "wordCount": "em.-1@text"
    },
    "ruleToc": {
      "chapterList": "class.volume@ul@li@a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{'webView': true}",
      "isVip": ""
    },
    "searchUrl": "https://m.hongxiu.com/so/{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "知乎盐选免费看",
    "bookSourceGroup": "免费",
    "bookSourceName": "盐选文库",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.yanxuanwk.com#🎃",
    "customButton": false,
    "customOrder": 1661,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "知乎盐选::https://www.yanxuanwk.com/topic/yanxuan/page/{{page}}/\n天涯神帖::https://www.yanxuanwk.com/topic/tianya/page/{{page}}/",
    "lastUpdateTime": 1721269041195,
    "respondTime": 2378,
    "ruleBookInfo": {
      "kind": "class.meta-item meta-category.0@a@text",
      "name": "class.entry-header@h1@text"
    },
    "ruleContent": {
      "content": "class.entry-content clearfix@html",
      "nextContentUrl": "class.typology-link-pages@a@href"
    },
    "ruleExplore": {
      "bookList": "class.typology-posts@article",
      "bookUrl": "a.0@href",
      "intro": "p@text",
      "kind": "a.2@text",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "bookList": "class.typology-posts@article",
      "bookUrl": "a.0@href",
      "intro": "p@text",
      "kind": "a.2@text",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.entry-header@h1",
      "chapterName": "text"
    },
    "searchUrl": "https://www.yanxuanwk.com/?s={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "爱求书网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.qiushu.info##喜静",
    "customButton": false,
    "customOrder": 1662,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"总推荐榜\",\"url\":\"/top/allvote.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总排行榜\",\"url\":\"/top/allvisit.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月排行榜\",\"url\":\"/top/monthvisit.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周排行榜\",\"url\":\"/top/weekvisit.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"日排行榜\",\"url\":\"/top/dayvisit.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月推荐榜\",\"url\":\"/top/monthvote.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周推荐榜\",\"url\":\"/top/weekvote.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"日推荐榜\",\"url\":\"/top/dayvote.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最新入库\",\"url\":\"/top/postdate.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"本站推荐\",\"url\":\"/top/toptime.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总收藏榜\",\"url\":\"/top/goodnum.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"字数排行\",\"url\":\"/top/size.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最近更新\",\"url\":\"/top/lastupdate.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"新书榜\",\"url\":\"/top/goodnew.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"仙侠\",\"url\":\"/ls/3-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/ls/9-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"惊悚\",\"url\":\"/ls/10-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"奇幻\",\"url\":\"/ls/13-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"异界\",\"url\":\"/ls/1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"神话\",\"url\":\"/ls/14-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"魔法\",\"url\":\"/ls/2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/ls/12-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/ls/6-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/ls/15-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"游戏\",\"url\":\"/ls/16-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"谍战\",\"url\":\"/ls/23-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"军事\",\"url\":\"/ls/7-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"竞技\",\"url\":\"/ls/8-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"官场\",\"url\":\"/ls/21-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/ls/24-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"校园\",\"url\":\"/ls/19-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"宫廷\",\"url\":\"/ls/18-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"耽美\",\"url\":\"/ls/5-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/ls/4-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"穿越\",\"url\":\"/ls/17-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"同人\",\"url\":\"/ls/11-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"短篇\",\"url\":\"/ls/25-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1733164256976,
    "respondTime": 1918,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "",
      "init": "",
      "intro": "[property$=describe]@content",
      "kind": "[property$=Other categories]@content",
      "lastChapter": "[property$=chapter_name]@content",
      "name": "[property$=book_name]@content"
    },
    "ruleContent": {
      "content": "id.content@textNodes"
    },
    "ruleExplore": {
      "author": ".top_author@text||.t2@a@text",
      "bookList": ".toplists@dl||.read_list@li",
      "bookUrl": "dt@a.1@href||.t1@a@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.qiushu.info/$2/$1/$1s.jpg###",
      "intro": ".t3@text",
      "kind": ".top_sort@text&&.top_fullflag@text&&.top_lastupdate@text&&.text@text&&.rl@text##.*时间.",
      "lastChapter": "a.1@text||.tl@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "strong@text||.t1@a@text##《|》|最新章节"
    },
    "ruleSearch": {
      "author": ".t2@text##\\s更新.*",
      "bookList": ".read_list@li",
      "bookUrl": ".t1@a@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "intro": ".t3@text",
      "kind": ".text@text&&.rl@text##.*时间.",
      "lastChapter": ".tl@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".t1@a@text##《|》|最新章节",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".book_con_list@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/search.php,{\n  \"method\": \"post\",\n  \"body\": \"searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "新酷书网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xkushu.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1663,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1720339976933,
    "loginUrl": "",
    "respondTime": 553,
    "ruleBookInfo": {
      "intro": "id.intro@text",
      "lastChapter": "id.details@tag.a.2@text",
      "name": "id.info@tag.h1@text"
    },
    "ruleContent": {
      "content": "id.content@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tr",
      "bookUrl": "class.odd.0@tag.a.0@href",
      "coverUrl": "tag.a.0@href##^.+?(\\d+)\\D(\\d+).+##/35zwhtml/$1/$2/$2s.jpg",
      "kind": "class.even.2@text",
      "lastChapter": "class.even@a@text",
      "name": "class.odd@a@text"
    },
    "ruleToc": {
      "chapterList": "id.list@dd@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.xkushu.com/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "话本小说🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ihuaben.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1664,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "都市言情::http://www.ihuaben.com/dushiyanqing/wordcount/{{page}}.html\n古代言情::http://www.ihuaben.com/gudaiyanqing/wordcount/{{page}}.html\n玄幻言情::http://www.ihuaben.com/xuanhuanyanqing/wordcount/{{page}}.html\n校园言情::http://www.ihuaben.com/xiaoyuanyanqing/wordcount/{{page}}.html\n穿越言情::http://www.ihuaben.com/chuanyueyanqing/wordcount/{{page}}.html\n灵异言情::http://www.ihuaben.com/lingyiyanqing/wordcount/{{page}}.html\n都市小说::http://www.ihuaben.com/dushi/wordcount/{{page}}.html\n灵异小说::http://www.ihuaben.com/lingyi/wordcount/{{page}}.html\n玄幻奇幻::http://www.ihuaben.com/xuanhuanqihuan/wordcount/{{page}}.html\n历史军事::http://www.ihuaben.com/lishijunshi/wordcount/{{page}}.html\n武侠仙侠::http://www.ihuaben.com/wuxiaxianxia/wordcount/{{page}}.html\n游戏竞技::http://www.ihuaben.com/youxijingji/wordcount/{{page}}.html\n科幻末世::http://www.ihuaben.com/kehuanmoshi/wordcount/{{page}}.html\n轻 小 说::http://www.ihuaben.com/qingxiaoshuo/wordcount/{{page}}.html\n短篇小说::http://www.ihuaben.com/duanpian/wordcount/{{page}}.html\n明星同人::http://www.ihuaben.com/mingxingtongren/wordcount/{{page}}.html\n动漫同人::http://www.ihuaben.com/dongmantongren/wordcount/{{page}}.html\n游戏同人::http://www.ihuaben.com/youxitongren/wordcount/{{page}}.html\n影视同人::http://www.ihuaben.com/yingshitongren/wordcount/{{page}}.html\n小说同人::http://www.ihuaben.com/xiaoshuotongren/wordcount/{{page}}.html",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3704.400 QQBrowser/10.4.3587.400\"\n}",
    "lastUpdateTime": 1721227168729,
    "loginUrl": "",
    "respondTime": 7218,
    "ruleBookInfo": {
      "author": "class.infodetail@class.text-muted.0@text",
      "intro": "class.aboutbook@html",
      "kind": "id.tagList@text",
      "lastChapter": "class.chapterTitle.0@text",
      "name": "class.text-danger@text",
      "tocUrl": "class.chapterSort@tag.a@href"
    },
    "ruleContent": {
      "content": "id.contentsource@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.text-lightgrey.0@text||tag.p.0@tag.a@text",
      "bookList": "class.container@class.searchresult||class.container@li",
      "bookUrl": "tag.h2@tag.a@href||tag.h3@tag.a@href",
      "coverUrl": "img@src",
      "kind": "class.text-lightgrey!0:3:4@text||class.list-inline@tag.a@text",
      "name": "tag.h2@tag.a@text||tag.h3@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "-class.chapters@tag.div@tag.p",
      "chapterName": "class.chapterTitle@tag.a@text",
      "chapterUrl": "class.chapterTitle@tag.a@href",
      "nextTocUrl": "class.pagination@tag.a.-1@href"
    },
    "searchUrl": "http://so.ihuaben.com/search?keyword={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🔰 ㊣UC小说#一程",
    "bookSourceType": 0,
    "bookSourceUrl": "http://xiaoshuo.uc.cn#♤yc",
    "customButton": false,
    "customOrder": 1665,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\nvar cat1='都市,玄幻,仙侠,灵异,历史,游戏,科幻,武侠,奇幻,竞技';var list=[];\nfunction getUrl(cats,url1){cats.split(',').forEach((i)=>{list.push(i+'::'+url1+i)})};\nlist.push('男频::');\ngetUrl(cat1,'http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&onlyCpBooks=1&status=2&firstCate=');\nlist.join('\\n')\n</js>",
    "lastUpdateTime": 1697033188098,
    "loginUrl": "",
    "respondTime": 4328,
    "ruleBookInfo": {
      "init": "<js>\nvar bookId=java.get('bid');\nvar encryptKey=\"37e81a9d8f02596e1b895d07c171d5c9\",user_id=\"8000000\",timestamp=parseInt((new Date).getTime()/1e3);\nvar o=bookId+timestamp+user_id+encryptKey;\nvar sign=java.md5Encode(o);\nvar list={'turl':'https://ocean.shuqireader.com/api/bcspub/qswebapi/book/chapterlist?_=&bookId='+bookId+'&user_id=8000000&sign='+sign+'&timestamp='+timestamp};list\n</js>",
      "tocUrl": "turl"
    },
    "ruleContent": {
      "content": "ChapterContent@js:\nfunction p(e) {\n    return e.split(\"\").map(function (e) {\n        return e.match(/[A-Za-z]/) ? (c = Math.floor(e.charCodeAt(0) / 97), k = (e.toLowerCase().charCodeAt(0) - 83) % 26 || 26, String.fromCharCode(k + (0 == c ? 64 : 96))) : e\n    }).join(\"\")\n}\njava.base64Decode(p(result))"
    },
    "ruleExplore": {
      "author": "author",
      "bookList": "$.data",
      "bookUrl": "$.bid<js>java.put('bid',result);'http://xiaoshuo.uc.cn/#!/ct/cover/bid/'+result</js>",
      "coverUrl": "cover",
      "intro": "🔖标签：{{$.tags}}\n{{$.desc}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "{{$.category}},{{$.status}}<js>result.replace(/1$/,'完结').replace(/0$/,'连载')</js>",
      "lastChapter": "$.uptime<js>java.getString('$.last_chapter_name')+' '+java.timeFormat(result*1000)</js>",
      "name": "title",
      "wordCount": "words"
    },
    "ruleSearch": {
      "author": "author",
      "bookList": "$.data",
      "bookUrl": "$.bid<js>java.put('bid',result);'http://xiaoshuo.uc.cn/#!/ct/cover/bid/'+result</js>",
      "coverUrl": "cover",
      "intro": "🔖标签：{{$.tags}}\n{{$.desc}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "{{$.category}},{{$.status}}<js>result.replace(/1$/,'完结').replace(/0$/,'连载')</js>",
      "lastChapter": "",
      "name": "title",
      "wordCount": "words"
    },
    "ruleToc": {
      "chapterList": "$.data.chapterList[0].volumeList<js>java.put('freeUrlPre',java.getString('$.data.freeContUrlPrefix'));java.put('shortUrlPre',java.getString('$.data.shortContUrlPrefix'));result</js>",
      "chapterName": "chapterName",
      "chapterUrl": "<js>var l=java.getString('$.contUrlSuffix');if(l.indexOf('reqEncryptParam')==-1){java.get('freeUrlPre')+l}else{java.get('shortUrlPre')+java.getString('$.shortContUrlSuffix')}</js>",
      "isVip": "chapterPrice"
    },
    "searchUrl": "http://read.xiaoshuo1-sm.com/novel/i.php?do=is_serchpay&page=1&size=10&q={{key}}&filterMigu=1&p=17&shuqi_h5=&_=1619653492249",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "书旗小说[api]",
    "bookSourceType": 0,
    "bookSourceUrl": "https://t.shuqi.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1666,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"都市\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=都市&onlyAdvBooks=1&_=1682974411490\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"玄幻\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=玄幻&onlyAdvBooks=1&_=1682975134890\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"仙侠\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=仙侠&onlyAdvBooks=1&_=1682975134890\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"灵异\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=灵异&onlyAdvBooks=1&_=1682975134890\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"历史\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=历史&onlyAdvBooks=1&_=1682975134890\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"游戏\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=游戏&onlyAdvBooks=1&_=1682975134890\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"科幻\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=科幻&onlyAdvBooks=1&_=1682975134890\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"奇幻\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=奇幻&onlyAdvBooks=1&_=1682975134890\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"竞技\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=竞技&onlyAdvBooks=1&_=1682975134890\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"现言\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&secondCate=%E7%8E%B0%E4%BB%A3%E8%A8%80%E6%83%85&onlyAdvBooks=1&_=1682975766781\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"古言\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&secondCate=%E5%8F%A4%E4%BB%A3%E8%A8%80%E6%83%85&onlyAdvBooks=1&_=1682975475024\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"幻言\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&secondCate=%E5%B9%BB%E6%83%B3%E8%A8%80%E6%83%85&onlyAdvBooks=1&_=1682975856354\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"校园\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=%E6%A0%A1%E5%9B%AD&onlyAdvBooks=1&_=1682975960149\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.2}}]",
    "header": "",
    "lastUpdateTime": 1721883618092,
    "loginUrl": "",
    "respondTime": 3914,
    "ruleBookInfo": {
      "author": "[property=og:novel:author]@content",
      "canReName": "",
      "coverUrl": "[property=og:image]@content",
      "downloadUrls": "",
      "init": "",
      "intro": "[property=og:description]@content",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=og:novel:latest_chapter_name]@content",
      "name": "[property=og:title]@content",
      "tocUrl": "<js>\nvar bookId=java.get('bid');\nvar encryptKey=\"37e81a9d8f02596e1b895d07c171d5c9\",user_id=\"8000000\",timestamp=parseInt((new Date).getTime()/1e3);\nvar o=bookId+timestamp+user_id+encryptKey;\nvar sign=java.md5Encode(o);\nvar list={'turl':'https://ocean.shuqireader.com/api/bcspub/qswebapi/book/chapterlist?_=&bookId='+bookId+'&user_id=8000000&sign='+sign+'&timestamp='+timestamp};list\n</js>$.turl",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "ChapterContent@js:\nfunction p(e) {\n    return e.split(\"\").map(function (e) {\n        return e.match(/[A-Za-z]/) ? (c = Math.floor(e.charCodeAt(0) / 97), k = (e.toLowerCase().charCodeAt(0) - 83) % 26 || 26, String.fromCharCode(k + (0 == c ? 64 : 96))) : e\n    }).join(\"\")\n}\njava.base64Decode(p(result))"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.data",
      "bookUrl": "$.bid<js>java.put('bid',result);'https://t.shuqi.com/book/'+result+'.html'</js>",
      "coverUrl": "$.cover",
      "intro": "$.desc",
      "kind": "{{$.category}}",
      "lastChapter": "$.last_chapter_name",
      "name": "$.title",
      "wordCount": "$.words"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$..aladdin&&$.data",
      "bookUrl": "$.bid<js>java.put('bid',result);'https://t.shuqi.com/book/'+result+'.html'</js>",
      "checkKeyWord": "",
      "coverUrl": "$.cover",
      "intro": "$.desc",
      "kind": "$.category",
      "lastChapter": "$.latest_chapter.cname",
      "name": "$.title",
      "wordCount": "$.words"
    },
    "ruleToc": {
      "chapterList": "$.data.chapterList[0].volumeList<js>java.put('freeUrlPre',java.getString('$.data.freeContUrlPrefix'));java.put('shortUrlPre',java.getString('$.data.shortContUrlPrefix'));result</js>",
      "chapterName": "$.chapterName",
      "chapterUrl": "<js>var l=java.getString('$.contUrlSuffix');if(l.indexOf('reqEncryptParam')==-1){java.get('freeUrlPre')+l}else{java.get('shortUrlPre')+java.getString('$.shortContUrlSuffix')}</js>",
      "isVip": ""
    },
    "searchUrl": "https://read.xiaoshuo1-sm.com/novel/i.php?do=is_search&isNewBind=0&tk=&imei=&sn=&channelId=&clientPatch=&clientVersion=&device=&deviceId=&utdid=&model=&osName=&osVersion=&umidToken=&appVersion=&app=&platform=3&ykToken=&ykuid=&shuqi_h5=&token=&user_id=8000000&q={{key}}&page=1&size=10&uid=8000000&filterMigu=1&ver=&p=3",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "鸟书网吧",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.99xs.info",
    "bookUrlPattern": "http://wap.99mk.cc/\\d+/list.html",
    "customButton": false,
    "customOrder": 1667,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"首页\",\"url\":\"/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1.00}},{\"title\":\"玄幻\",\"url\":\"/type/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠\",\"url\":\"/type/2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/type/3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史\",\"url\":\"/type/4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游\",\"url\":\"/type/5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"/type/6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女生\",\"url\":\"/type/7_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"排行榜\",\"url\":\"/type/9_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"全本\",\"url\":\"/type/0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 4369,
    "ruleBookInfo": {
      "author": "tag.span.0@text##作者：",
      "coverUrl": "img@src",
      "init": "",
      "intro": ".book_about@text##简介：",
      "kind": "span[3:5]@text",
      "lastChapter": "dd a.0@text",
      "name": "class.name@text",
      "tocUrl": "text.查看更多章节@href",
      "wordCount": "tag.span.5@text##字数："
    },
    "ruleContent": {
      "content": "#chaptercontent@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##.*本章未完.*|.*阅读网址：.*|.*\\(第\\d+\\/\\d+页\\)"
    },
    "ruleExplore": {
      "author": "class.s3@text",
      "bookList": ".lis li",
      "bookUrl": "a@href",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.99mk.net/headimgs/'+iid+'/'+id+'/s'+id+'.jpg';\n</js>",
      "intro": "dd@text",
      "kind": "class.s1@text##\\[|\\]",
      "lastChapter": "",
      "name": "class.s2@a@text"
    },
    "ruleSearch": {
      "author": "class.author@text##作者：",
      "bookList": "class.bookbox",
      "bookUrl": "a@href",
      "checkKeyWord": "万族之劫",
      "coverUrl": "img@src",
      "intro": "p@text",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@a@text",
      "name": "h4@a@text"
    },
    "ruleToc": {
      "chapterList": ".book_last dl dd a",
      "chapterName": "text",
      "chapterUrl": "href@js:result+',{webView:“true”}'"
    },
    "searchUrl": "/search.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "就爱读小说网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.92dxs.org#🎃",
    "customButton": false,
    "customOrder": 1668,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/list/1.html\n武侠::/list/2.html\n都市::/list/3.html\n历史::/list/4.html\n网游::/list/6.html\n科幻::/list/7.html\n恐怖::/list/8.html\n完本::/wanben/index.html\n排行::/top/lastupdate.html",
    "lastUpdateTime": 0,
    "respondTime": 21178,
    "ruleBookInfo": {
      "author": "meta[property=\"og:novel:author\"]@content",
      "canReName": "",
      "coverUrl": "meta[property=\"og:image\"]@content",
      "init": "head",
      "intro": "meta[property=\"og:description\"]@content",
      "kind": "meta[property~=(category|status|click_cnt)]@content",
      "lastChapter": "{{@@meta[property=\"og:novel:latest_chapter_name\"]@content}} {{@@meta[property=\"og:novel:update_time\"]@content}}",
      "name": "meta[property=\"og:novel:book_name\"]@content",
      "tocUrl": "/ajaxService?action=chapterlist&articleno={{String(baseUrl).match(/\\d+(?=\\.)/)[0]}}&index=0&size=99999&sort=1"
    },
    "ruleContent": {
      "content": "#nr p@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": "span.0@text##^-",
      "bookList": "div.1@table",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "kind": "span.1@text",
      "lastChapter": "a.2@text",
      "name": "a.1@text"
    },
    "ruleSearch": {
      "author": ".author@text##作者：",
      "bookList": ".waps_one",
      "bookUrl": "a.0@href",
      "checkKeyWord": "我的",
      "kind": "span@ownText",
      "lastChapter": ".genxin>a@text",
      "name": ".waps_name@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "items",
      "chapterName": "chaptername",
      "chapterUrl": "url",
      "isPay": "",
      "isVip": "isvip",
      "isVolume": "",
      "nextTocUrl": "",
      "preUpdateJs": "",
      "updateTime": "{{$.size}}字 {{$.modifytime||$.postdate}}##T(\\d)## $1"
    },
    "searchUrl": "https://m.92dxs.org/search/{{key}}.html",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "全本小说🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.quanben5.com#🎃",
    "bookUrlPattern": "https://www.quanben5.com/\\d+/\\d+/",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1669,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/category/1_{{page}}.html\n都市::/category/2_{{page}}.html\n仙侠::/category/3_{{page}}.html\n武侠::/category/4_{{page}}.html\n言情::/category/5_{{page}}.html\n穿越::/category/6_{{page}}.html\n网游::/category/7_{{page}}.html\n奇幻::/category/8_{{page}}.html\n科幻::/category/9_{{page}}.html\n悬疑::/category/10_{{page}}.html\n青春::/category/11_{{page}}.html\n校园::/category/12_{{page}}.html\n军事::/category/13_{{page}}.html\n历史::/category/14_{{page}}.html\n同人::/category/15_{{page}}.html\n其它::/category/18_{{page}}.html",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 10;  Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Mobile Safari/537.36\"}",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 3057,
    "ruleBookInfo": {
      "author": ".author@text",
      "coverUrl": "img.0@src",
      "intro": ".description@text",
      "kind": ".info.1:2@text##类别:|状态:",
      "lastChapter": "",
      "name": ".pic_txt_list.0@h3@span@text",
      "tocUrl": "text.点击阅读@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@html",
      "nextContentUrl": "text.下一@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@text",
      "bookList": "<js>\nsearch=(result)=>result.content;\nbaseUrl.match(/&b=/)?eval(result):result;\n</js>\nclass.pic_txt_list",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "intro": "class.description@text",
      "name": "h3@text"
    },
    "ruleToc": {
      "chapterList": "class.list@li",
      "chapterName": "a@span@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "@js:\nfunction base64(_str){\n\tvar staticchars=\"PXhw7UT1B0a9kQDKZsjIASmOezxYG4CHo5Jyfg2b8FLpEvRr3WtVnlqMidu6cN\";\n\tvar encodechars=\"\";\n\tfor(var i=0;i<_str.length;i++){\n\t\tvar num0=staticchars.indexOf(_str[i]);\n\t\tvar code=num0==-1 ? _str[i] : staticchars[(num0+3)%62];\n\t\tvar num1=parseInt(Math.random()*62,10);\n\t\tvar num2=parseInt(Math.random()*62,10);\n\t\tencodechars += staticchars[num1]+code+staticchars[num2]\n\t\t}\n\treturn encodechars\n};\n\n'/?c=book&a=search.json&callback=search&t='+Date.now()+'&keywords='+key+'&b='+\nencodeURI(base64(encodeURI(key)))\n+',{\"headers\":{\"Referer\":\"https://www.quanben5.com/search.html\"}}';",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "星空小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.aixswx.org#🎃",
    "customButton": false,
    "customOrder": 1670,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\npush(\"全部🌊分类\",null,1,1)\npush(\"全部🌊小说\",`/mulu/`,1,0.35)\npush(\"完结🌊小说\",`/quanben/2.html`,1,0.35)\n\tarList=[\"玄幻小说\",\"仙侠小说\",\"都市小说\",\"历史小说\",\"游戏小说\",\"科幻小说\",\"恐怖小说\",\"女生小说\",\"其他小说\"]\n\tarList.map((tag,uri)=>{\n\t\turl=`http://wap.aixswx.org/mulu/${uri+1}_{{page}}.html`;\n\t\tpush(tag, url, 1, 0.25);\n\t\t});\n//java.log(JSON.stringify(sort))\nJSON.stringify(sort)",
    "header": "{\n  'User-Agent': \"Mozilla/5.0 (Linux; Android 15; V2304A Build/AP3A.240905.015.A2; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/126.0.6478.71 Mobile Safari/537.36\",\n  'sec-ch-ua-platform': \"\\\"Android\\\"\",\n  'origin': \"http://wap.aixswx.com\",\n  'x-requested-with': \"cn.mujiankeji.mbrowser\",\n  'referer': \"http://wap.aixswx.com\",\n  'accept-language': \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\",\n  'cookie':\"wsii=c6dd6741eff413b0b3fa34454297a6bb; wsii.sig=typqduZ5V0UckybAUZaTc4FDIo_WCyagwQ_gLqClIjM; Hm_lvt_53ebc424a3875367158e16f535e5fb60=1736855620; HMACCOUNT=BAE980A89729A2EC; Hm_lpvt_53ebc424a3875367158e16f535e5fb60=1736855665\"\n}",
    "lastUpdateTime": 0,
    "respondTime": 841,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "text.目录列表@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "<js>\nvar lis=\"\";\n//获取所有dd标签，依次存入数组arr\nvar aDiv = java.getElements(\"@@.content@dd\");\n    var arr = [];\n    for(var i=0;i<aDiv.length;i++){\n    \t        arr.push(aDiv[i]);\n    }\n//按data-id属性值升序排列arr中的元素\n    arr.sort(function(a,b){return a.attr('data-id') - b.attr('data-id')});\n//依次拼接排序后arr中的元素\n    for(var i=0;i<arr.length;i++){\n    \tlis=lis+arr[i];\n    }\n    lis\n    //java.log(lis)\n</js>\np@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##.*星空小说.*|.*第\\d+\\/\\d+.*|.*本章未完.*|"
    },
    "ruleExplore": {
      "author": "a.0@text##.*\\]|\\:.*",
      "bookList": ".block@li",
      "bookUrl": "a.0@href",
      "kind": ".sort@text##\\[|\\]|\\:.*",
      "name": "a.0@text##\\【(.*?)\\】##$1###",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a.0@text##\\((.*?)\\)##$1###",
      "bookList": ".block@li",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##\\/(\\d+)\\.##$1###\n@js:\nbid = parseInt(result);\naid = parseInt(bid / 1000);\nresult = `/image/${aid}/${bid}/${bid}s.jpg`;",
      "intro": "",
      "kind": "a.0@text##\\[|\\].*",
      "name": "a@text##.*]|\\(.*"
    },
    "ruleToc": {
      "chapterList": "<js>\nvar lis=\"\";\n//获取所有dd标签，依次存入数组arr\nvar aDiv = java.getElements(\"@@.list@div\");\n    var arr = [];\n    for(var i=0;i<aDiv.length;i++){\n    \t        arr.push(aDiv[i]);\n    }\n//按data-id属性值升序排列arr中的元素\n    arr.sort(function(a,b){return a.attr('data-id') - b.attr('data-id')});\n//依次拼接排序后arr中的元素\n    for(var i=0;i<arr.length;i++){\n    \tlis=lis+arr[i];\n    }\n    lis\n    //java.log(lis)\n</js>\nli@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://wap.aixswx.org/s.php,{\n \"body\": \"s={{key}}\",\n \"charset\": \"utf-8\", \n \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🌸 快眼看书™",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.botaodz.com",
    "customButton": false,
    "customOrder": 1671,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1618221123779,
    "respondTime": 3081,
    "ruleBookInfo": {
      "author": "##:author\"[^\"]*\"([^\"]*)##$1###",
      "coverUrl": "##:image\"[^\"]*\"([^\"]*)##$1###",
      "intro": "##:description\"[^\"]*\"([^\"]*)##$1###",
      "kind": "##:category\"[^\"]*\"([^\"]*)[\\s\\S]*?status\"[^\"]*\"([^\"]*)[\\s\\S]*?_time\"[^\"]*\"([^\"]*)##$1,$2,$3###",
      "lastChapter": "##_chapter_name\"[^\"]*\"([^\"]*)##$1###",
      "name": "##:book_name\"[^\"]*\"([^\"]*)##$1###"
    },
    "ruleContent": {
      "content": "#chaptercontent@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "##作者：([^<]*)##$1###",
      "bookList": "+@css:.librarylist li",
      "bookUrl": ".novelname@href",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "kind": ".last@ownText##最新章节：\\(|\\)",
      "lastChapter": ".last a@text",
      "name": ".novelname@title"
    },
    "ruleToc": {
      "chapterList": ":章节目录</h2>[\\s\\S]*?/ul&&href=\"([^\"]*)[^>]*>([^<]*)",
      "chapterName": "$2##正文(_)?",
      "chapterUrl": "$1"
    },
    "searchUrl": "/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "落霞小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://luoxiadushu.com",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 1672,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "中文经典::jingdian/\n国外名著::mingzhu/\n言情穿越::yanqing/\n悬疑推理::xuanyi/\n影视原著::yuanzhu/\n金庸作品::jinyong/",
    "header": "",
    "lastUpdateTime": 1733852370313,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 2080,
    "ruleBookInfo": {
      "author": "##作者：([^<]+)<##$1###",
      "canReName": "",
      "coverUrl": "class.book-img@tag.img@src",
      "init": "id.content-list",
      "intro": ".describe-html@tag.p@textNodes",
      "kind": "class.book-describe@tag.p.1@text&&class.book-describe@tag.p.2@text##类型.|状态.",
      "lastChapter": "class.book-describe@tag.a.0@text",
      "name": "class.book-describe@tag.h1@text",
      "tocUrl": "",
      "wordCount": "##最近更新：([^<]+)<##$1###"
    },
    "ruleContent": {
      "content": "id.nr1@html",
      "imageStyle": "0",
      "nextContentUrl": "class.next@tag.a@href",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.pop-intro@tag.span@text##.*\\/",
      "bookList": "id.content-list@tag.li",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.img@src",
      "intro": "",
      "kind": "class.pop-intro@tag.span@text##\\/.*",
      "lastChapter": "",
      "name": "class.pop-tit@tag.h2@text"
    },
    "ruleSearch": {
      "author": "",
      "bookList": "class.cat-search-item",
      "bookUrl": "tag.a@href",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "tag.a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.book-list@tag.li@tag.a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "?s={{key}}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "20230613 制作该源-尐哖\n二次修复者：搜索链接经常变动,坏了自己找人修哈\n注意：如果搜索变动，在\nhttp://m.0794r.com/js/common.js里\nhttp://m.51menu.com/js/common.js\n同模板网站：\n虫虫书屋：http://www.0794r.com\n我要书单：http://www.51menu.com\n永久导航：https://simishuwu.github.io\n搜书吧:http://m.lhh360.com/",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🍊虫虫书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.0794r.com##修正",
    "bookUrlPattern": "http://www.51menu.com/book/\\d+/",
    "customButton": false,
    "customOrder": 1673,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻\",\"url\":\"/xuanhuan/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"修真\",\"url\":\"/xiuzhen/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/dushi/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/lishi/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/wangyou/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/kehuan/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/yanqing/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/qita/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"经典\",\"url\":\"/jingdian/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"高辣\",\"url\":\"/gaola/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"耽美\",\"url\":\"/danmei/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"同人\",\"url\":\"/tongren/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"全本\",\"url\":\"/quanben/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"待待\",\"url\":\"/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"说明\",\"url\":\"/shuoming.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1722588030247,
    "respondTime": 5086,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": ".book_about dd@html##【微信公众号.*】|最新章节推荐地.*",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "[property$=og:url]@content##//m##//www"
    },
    "ruleContent": {
      "content": "#content@html"
    },
    "ruleExplore": {
      "author": ".s4@text",
      "bookList": ".bd ul li",
      "bookUrl": ".s2@a@href",
      "coverUrl": "a.0@href##\\D(\\d+)(\\/|\\.html?)?$##$1###\n<js>\ni=parseInt(result);\nii=parseInt(i/1000)\nsource.getKey().match(/([^\\#]+)\\#/)[1]+\"/files/article/image/\"+ii+\"/\"+i+\"/\"+i+\"s.jpg\"\n</js>",
      "kind": "{{@@.s1@text##\\[|\\]}}\n{{@@.s5@text}}",
      "lastChapter": ".s3@text",
      "name": ".s2 a@text"
    },
    "ruleSearch": {
      "author": ".author a@text",
      "bookList": ".so_list .bookbox",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": ".bookimg img@src",
      "kind": ".cat@text##分类：",
      "lastChapter": ".update a@text",
      "name": ".bookname a@text"
    },
    "ruleToc": {
      "chapterList": ".listmain dl dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{String(source.getKey().match(/([^\\#]+)\\#/)[1])}}/dshifisdhgujdu.html?ie=utf-8&s=5256649918672294880&q={{JSON.parse(java.post(u=source.getKey().match(/([^\\#]+)\\#/)[1]+\"/pinyin.html\",\"s=\"+key+\"&act=hztopy\",{}).body()).data}}",
    "weight": 0
  },
  {
    "bookSourceComment": "知乎盐选免费看",
    "bookSourceGroup": "免费",
    "bookSourceName": "盐选文库",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.yanxuanwk.com",
    "customButton": false,
    "customOrder": 1674,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "知乎盐选::https://www.yanxuanwk.com/topic/yanxuan/page/{{page}}/\n天涯神帖::https://www.yanxuanwk.com/topic/tianya/page/{{page}}/",
    "lastUpdateTime": 1731360320116,
    "respondTime": 2517,
    "ruleBookInfo": {
      "kind": "class.meta-item meta-category.0@a@text",
      "name": "class.entry-header@h1@text"
    },
    "ruleContent": {
      "content": "class.entry-content clearfix@html",
      "nextContentUrl": "class.typology-link-pages@a@href"
    },
    "ruleExplore": {
      "bookList": "class.typology-posts@article",
      "bookUrl": "a.0@href",
      "intro": "p@text",
      "kind": "a.2@text",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "bookList": "class.typology-posts@article",
      "bookUrl": "a.0@href",
      "intro": "p@text",
      "kind": "a.2@text",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.entry-header@h1",
      "chapterName": "text"
    },
    "searchUrl": "https://www.yanxuanwk.com/?s={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "99 小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.99mk.info#🎃",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1675,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1721151221006,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 1495,
    "ruleBookInfo": {
      "author": "class.info@tag.span.0@text##作者：",
      "coverUrl": "class.cover@tag.img@src",
      "intro": "class.intro@text##简介：|各位书友.*",
      "kind": "class.info@tag.span.1@text##分类：",
      "lastChapter": "class.info@tag.a.-1@text&&class.info@class.last.0@text##更新时间：|..\\:.*",
      "name": "class.info@tag.h2@text",
      "tocUrl": "text.开始阅读@href"
    },
    "ruleContent": {
      "content": ".ReadAjax_content@html",
      "imageStyle": "0",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##请记住本书首发.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@text##作者：",
      "bookList": "class.bookbox",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src",
      "intro": "tag.p@text",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@tag.a@text",
      "name": "tag.h4@text"
    },
    "ruleToc": {
      "chapterList": "class.book_last@dl@dd@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://wap.99mk.net/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "斗破苍穹小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://doupocangqiong1.com",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1676,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1662193239922,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 4113,
    "ruleBookInfo": {
      "author": "//meta[@property=\"og:novel:author\"]/@content",
      "coverUrl": "//meta[@property=\"og:image\"]/@content",
      "intro": "//meta[@property=\"og:description\"]/@content",
      "kind": "//meta[@property=\"og:novel:category\"]/@content",
      "lastChapter": "//meta[@property=\"og:novel:latest_chapter_name\"]/@content",
      "name": "//meta[@property=\"og:novel:book_name\"]/@content"
    },
    "ruleContent": {
      "content": "id.chaptercontent@html",
      "imageStyle": "0"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "class.marklist.0@tag.li[0:19]",
      "bookUrl": "class.novelname.0@href",
      "coverUrl": "tag.img.0@src",
      "lastChapter": "class.info.0@tag.a.0@text",
      "name": "class.novelname.0@text"
    },
    "ruleToc": {
      "chapterList": "class.dirlist.0@tag.a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{\"webView\":true}"
    },
    "searchUrl": "/search.html?searchtype=novelname&searchkey={{key}}",
    "weight": 86
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "夜天连看🎃#3",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yetianlian.cc#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1677,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 365,
    "ruleBookInfo": {
      "author": "class.info@tag.span.0@text##作者：",
      "coverUrl": "class.cover@tag.img@src",
      "init": "",
      "intro": "class.intro@text##简介：|作者.*",
      "kind": "class.info@tag.span.1@text##分类：",
      "lastChapter": "class.info@class.last.1@tag.a@text&&class.info@class.last.0@text##更新时间：|..\\:.*",
      "name": "class.info@tag.h2@text",
      "tocUrl": "",
      "wordCount": "class.info@tag.span.3@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html",
      "imageStyle": "0",
      "nextContentUrl": "",
      "replaceRegex": "##http://www.yetianlian.com.*.html|请记住本书首发.*",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "class.author@text##作者：",
      "bookList": "class.bookbox",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src",
      "intro": "tag.p@text",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@tag.a@text",
      "name": "tag.h4@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.listmain@tag.dd!0:1:2:3:4:5:6:7:8:9:10:11",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://www.yetianlian.cc/s.php?ie=utf-8&q={{key}}",
    "weight": 1
  },
  {
    "bookSourceComment": "//@youke2580提供发现规则",
    "bookSourceGroup": "免费",
    "bookSourceName": "⭐️种田小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.zhongtianwen.cn",
    "customButton": false,
    "customOrder": 1678,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar sort=[];\nvar push=(title,url,size)=>sort.push({\n  \t\"title\": title,\n  \t\"url\": url,\n  \t\"style\": {\n   \"layout_flexGrow\": 1,\n   \"layout_flexBasisPercent\": size\n   }\n });\n\nvar url=source.key;\nvar fl=url+\"/xiaoshuofenlei.html\";\nvar ph=url+\"/paihangbang/weekvisit.html\";\nvar qb=url+\"/quanbenwanjie.html\";\nvar html=java.ajax(fl);\nvar src=java.ajax(ph);\nvar qbl=java.ajax(qb);\n\nif(html&&src&&qbl){\na=org.jsoup.Jsoup.parse(html).select(\".sortChannel_nav a\");\nb=org.jsoup.Jsoup.parse(src).select(\".sortChannel_nav a\");\nc=org.jsoup.Jsoup.parse(qbl).select(\".sortChannel_nav a\");\npush(\"🌹分类🌹\",null,1)\n    for(i in a){\n        title=a[i].text()\n        url=a[i].attr(\"href\")\n        size=0.25;\n  url=String(url).replace(\".html\",\"<,/{{page}}>.html\")\n        push(title,url,size)\n    };\n push(\"🌹排行🌹\",null,1)\n    for(i in b){\n        title=b[i].text()\n        url=b[i].attr(\"href\")\n  url=String(url).replace(\".html\",\"<,/{{page}}>.html\")\n        size=0.25;\n        push(title,url,size)\n    }\n    \n   push(\"🌹全本🌹\",null,1)\n    for(i in c){\n        title=c[i].text()\n        url=c[i].attr(\"href\")\n  url=String(url).replace(\".html\",\"<,/{{page}}>.html\")\n        size=0.25;\n        push(title,url,size)\n    }\n    \n}else{\n  java.toast(\"发现列表获取失败！\")\n}\n\nJSON.stringify(sort)\n",
    "header": "{\n    'User-Agent': 'Mozilla/5.0 (Linux; Android 11; XQ-AT52 Build/RKQ1.200826.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/94.0.4606.85 Mobile Safari/537.36'\n}",
    "lastUpdateTime": 1703922346237,
    "respondTime": 6275,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "init": "",
      "intro": "[property$=description]@content##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".synopsisArea_detail p.1:2:3@text##.*：|\\s.*",
      "lastChapter": "[property$=latest_chapter_name]@content##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": "[property$=book_name]@content",
      "tocUrl": "text.完整目录@href"
    },
    "ruleContent": {
      "content": "#chaptercontent@p@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##本章未完.+"
    },
    "ruleExplore": {
      "author": "p.1@text",
      "bookList": ".hot_sale",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": "p.2@text##简介.",
      "name": "p.0@text"
    },
    "ruleSearch": {
      "author": "p.1@text",
      "bookList": ".hot_sale",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "",
      "kind": "p.2@ownText##\\s.*",
      "lastChapter": "a.1@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": "p.0@text"
    },
    "ruleToc": {
      "chapterList": "#chapterlist p!0@a",
      "chapterName": "text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/xiaoshuosousuo/jieguo.html?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "星星小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xxtxt.com#🎃",
    "customButton": false,
    "customOrder": 1679,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "loginCheckJs": "",
    "respondTime": 7239,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "{{@@[property$=chapter_name]@content}}\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(\\{（｛【].*[求含理更谢乐发推票盟补加字Kk\\/].*/g,'')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(第.+章)\\s?\\d+/,'$1')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "name": "[property$=book_name]@content",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "class.font_max@html",
      "nextContentUrl": "text.下一@href",
      "replaceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".book_other.0@span.0@text",
      "bookList": "class.col-12 col-md-6",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "kind": ".book_other.1:2@text##.*：|.*：",
      "lastChapter": ".book_other.3@a@text",
      "name": "h3@a@text##.*\\]"
    },
    "ruleToc": {
      "chapterList": ".book_list2 li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isPay": "",
      "isVip": "",
      "nextTocUrl": ".page-link@a@href\n@js:\nnext = [];\nurl = result[0];\nlength = result.length;\np = src.match(/page-link\">1\\/(\\d+)/)||[];\npage = Number(p[1]);\nif(length < page){\n\tfor(i = 2; i <= page; i++){\n\t\tlink = String(url).replace(/_\\d+/,`_${i}`);\n\t\tnext.push(link)\n\t\t}\n\t\tnext;\n\t}else result"
    },
    "searchUrl": "http://www.xxtxt.com/search.php?q={{key}},{\n  \"method\": \"GET\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yetianlian.info#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1680,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 3375,
    "ruleBookInfo": {
      "author": "span.1@text",
      "coverUrl": "img@src",
      "init": "",
      "intro": "class.intro@text",
      "kind": "span.2@text",
      "lastChapter": "span.last.1@text",
      "name": "h2@text",
      "tocUrl": "",
      "wordCount": "span.4@text"
    },
    "ruleContent": {
      "content": "div#content.showtxt@text",
      "imageStyle": "",
      "nextContentUrl": "text.下一章@href",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "class.author@text",
      "bookList": "class.bookbox",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": "",
      "kind": "class.cat@text",
      "lastChapter": "class.update@text",
      "name": "class.bookname@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://www.yetianlian.info/s.php?ie=utf-8&q={{key}}",
    "weight": 1
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "快眼看书🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.booksky.cc#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1681,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1721118220473,
    "loginUrl": "",
    "respondTime": 681,
    "ruleBookInfo": {
      "author": "class.novelinfo-l@tag.li.0@text##作者：",
      "coverUrl": "class.novelinfo-r@tag.a@tag.img@src",
      "init": "",
      "intro": "class.novelintro@text##各位书友要是.*",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content",
      "lastChapter": "class.novelinfo-l@li@a@text",
      "name": "class.w-left@tag.h1@text",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.chaptercontent@textNodes",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "class.info@tag.span.1@text",
      "bookList": "class.librarylist@tag.li",
      "bookUrl": "class.info@tag.span.0@tag.a@href",
      "coverUrl": "class.pt-ll-l@tag.a@tag.img@src",
      "intro": "",
      "kind": "",
      "lastChapter": "class.last@tag.a@text",
      "name": "class.info@tag.span.0@tag.a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.fulldir@tag.ul@tag.li@tag.a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://www.booksky.cc/modules/article/search.php?searchkey={{key}}",
    "weight": 1
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "就爱读小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.92dxs.org#",
    "customButton": false,
    "customOrder": 1682,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/list/1.html\n武侠::/list/2.html\n都市::/list/3.html\n历史::/list/4.html\n网游::/list/6.html\n科幻::/list/7.html\n恐怖::/list/8.html\n完本::/wanben/index.html\n排行::/top/lastupdate.html",
    "lastUpdateTime": 1716235443783,
    "respondTime": 10311,
    "ruleBookInfo": {
      "author": "meta[property=\"og:novel:author\"]@content",
      "canReName": "",
      "coverUrl": "meta[property=\"og:image\"]@content",
      "init": "head",
      "intro": "meta[property=\"og:description\"]@content",
      "kind": "meta[property~=(category|status|click_cnt)]@content",
      "lastChapter": "{{@@meta[property=\"og:novel:latest_chapter_name\"]@content}} {{@@meta[property=\"og:novel:update_time\"]@content}}",
      "name": "meta[property=\"og:novel:book_name\"]@content",
      "tocUrl": "/ajaxService?action=chapterlist&articleno={{String(baseUrl).match(/\\d+(?=\\.)/)[0]}}&index=0&size=99999&sort=1"
    },
    "ruleContent": {
      "content": "#nr p@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": "span.0@text##^-",
      "bookList": "div.1@table",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "kind": "span.1@text",
      "lastChapter": "a.2@text",
      "name": "a.1@text"
    },
    "ruleSearch": {
      "author": ".author@text##作者：",
      "bookList": ".waps_one",
      "bookUrl": "a.0@href",
      "checkKeyWord": "我的",
      "kind": "span@ownText",
      "lastChapter": ".genxin>a@text",
      "name": ".waps_name@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "items",
      "chapterName": "chaptername",
      "chapterUrl": "url",
      "isPay": "",
      "isVip": "isvip",
      "isVolume": "",
      "nextTocUrl": "",
      "preUpdateJs": "",
      "updateTime": "{{$.size}}字 {{$.modifytime||$.postdate}}##T(\\d)## $1"
    },
    "searchUrl": "https://m.92dxs.org/search/{{key}}.html",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "完美小说网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.22pq.com#🎃",
    "bookUrlPattern": "https://m.22pq.com/read/\\d+.html",
    "customButton": false,
    "customOrder": 1683,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 11741,
    "ruleBookInfo": {
      "author": "//div[@class=\"book-info\"]/dl/dd/p/span[1]/a/text()",
      "coverUrl": "//div[@class=\"book-info\"]/dl/dt/img/@src",
      "intro": "//div[@class=\"intro clearfix\"]",
      "kind": "//div[@class=\"book-info\"]/dl/dd/p/span[2]/a/text()",
      "lastChapter": "//div[@class=\"book-info\"]/dl/dd/p/span[last()]/a/text()",
      "name": "//div[@class=\"book-info\"]/dl/dd/h2/text()",
      "tocUrl": "//a[@id=\"reading\"]/@href"
    },
    "ruleContent": {
      "content": "//div[@id=\"txt\"]/dd",
      "replaceRegex": "##阅读.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "//a/text()<js>result=result.replace(/^.*?\\((.*?)\\)$/,\"$1\")</js>",
      "bookList": "//div[@class=\"block\"]/ul/li",
      "bookUrl": "//a/@href",
      "kind": "//a/span/text()<js>String(result).replace(/^..(.*?)..$/,\"$1\")</js>",
      "name": "//a/text()<js>result=result.replace(/\\(.*?\\)$/,\"\")</js>"
    },
    "ruleToc": {
      "chapterList": "<js>'<p>' + result.match(/\\<a.+?(href=\"\\d+\\.html\").+?a\\>/g).sort() + '</p>'</js>tag.a",
      "chapterName": "//a/text()",
      "chapterUrl": "//a/@href"
    },
    "searchUrl": "https://m.22pq.com/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"s={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "红人小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.hongrenxs.com",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1684,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"高辣小说\",\"url\":\"sort/1/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"百合小说\",\"url\":\"sort/2/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"情欲小说\",\"url\":\"sort/4/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"耽美小说\",\"url\":\"sort/6/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}}]",
    "header": "",
    "lastUpdateTime": 1677727750748,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 2830,
    "ruleBookInfo": {
      "author": "",
      "canReName": "",
      "coverUrl": "",
      "init": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "tocUrl": "text.章节目录@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#nr1@html",
      "imageStyle": "",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": ".mr15@text##作者:##",
      "bookList": ".list-item",
      "bookUrl": ".article@a.0@href",
      "coverUrl": "img.0@src",
      "intro": ".fs12.1@text",
      "kind": "",
      "lastChapter": "",
      "name": ".article@a.0@text"
    },
    "ruleSearch": {
      "author": ".mr15@text##作者:##",
      "bookList": ".list-item",
      "bookUrl": ".article@a.0@href",
      "coverUrl": "",
      "intro": ".fs12.1@text",
      "kind": "",
      "lastChapter": "",
      "name": ".article@a.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".last9 li!0",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "text.下一页@href",
      "updateTime": ""
    },
    "searchUrl": "https://www.hongrenxs.com/search/,{\"method\":\"POST\",\"body\":\"searchkey={{key}}&searchtype=all&t_btnsearch=\"}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "未来小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.7yun.org#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1685,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 2303,
    "ruleBookInfo": {
      "author": "class.info@tag.a.0@text",
      "coverUrl": "class.lazy@src",
      "intro": "class.intro clearfix.0@text",
      "name": "h2@text",
      "tocUrl": "text.章节列表@href"
    },
    "ruleContent": {
      "content": "@js:java.getElements('dd!-1').toArray().sort((a,b)=>a.attr('data-id')-b.attr('data-id')).map(x=>x.html()).join('')",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##.本章未完，请点击下一页继续阅读.|.*第./.页."
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "##</span>[^<]+\\(([^<]+)\\)</a>##$1###",
      "bookList": "class.bd@li",
      "bookUrl": "tag.a.0@href",
      "kind": "span@text##\\[|\\]",
      "name": "##</span>([^<]+)\\([^<]+\\)</a>##$1###"
    },
    "ruleToc": {
      "chapterList": "+@js:org.jsoup.Jsoup.parse(result.replace(/\\.html/g,\"\")).select('.list li a').toArray().sort((a,b)=>a.attr('href')-b.attr('href')).map(x=>({n:x.text(),u:x.attr('href')+\".html\"}))",
      "chapterName": "n",
      "chapterUrl": "u"
    },
    "searchUrl": "https://wap.7yun.org/s.php,{\n  \"method\": \"POST\",\n  \"body\": \"s={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "纵横中文网api🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.zongheng.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1686,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"༺ˇ»`ʚ 排行 ɞ´«ˇ༻\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"月票榜\",\"url\":\"https://www.zongheng.com/api/rank/details,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"cateFineId=0&cateType=0&pageNum={{page}}&pageSize=20&period=0&rankNo=&rankType=3\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"新书榜\",\"url\":\"https://www.zongheng.com/api/rank/details,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"cateFineId=0&cateType=0&pageNum={{page}}&pageSize=20&period=0&rankNo=&rankType=4\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"点击榜\",\"url\":\"https://www.zongheng.com/api/rank/details,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"cateFineId=0&cateType=0&pageNum={{page}}&pageSize=20&period=0&rankNo=&rankType=5\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"推荐榜\",\"url\":\"https://www.zongheng.com/api/rank/details,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"cateFineId=0&cateType=0&pageNum={{page}}&pageSize=20&period=0&rankNo=&rankType=6\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"捧场榜\",\"url\":\"https://www.zongheng.com/api/rank/details,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"cateFineId=0&cateType=0&pageNum={{page}}&pageSize=20&period=0&rankNo=&rankType=7\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"完结榜\",\"url\":\"https://www.zongheng.com/api/rank/details,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"cateFineId=0&cateType=0&pageNum={{page}}&pageSize=20&period=0&rankNo=&rankType=8\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"新书订阅榜\",\"url\":\"https://www.zongheng.com/api/rank/details,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"cateFineId=0&cateType=0&pageNum={{page}}&pageSize=20&period=0&rankNo=&rankType=9\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.47}},{\"title\":\"24小时畅销榜\",\"url\":\"https://www.zongheng.com/api/rank/details,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"cateFineId=0&cateType=0&pageNum={{page}}&pageSize=20&period=0&rankNo=&rankType=3\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.47}},{\"title\":\"24小时更新榜\",\"url\":\"https://www.zongheng.com/api/rank/details,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"cateFineId=0&cateType=0&pageNum={{page}}&pageSize=20&period=0&rankNo=&rankType=10\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.47}},{\"title\":\"作者人气榜\",\"url\":\"https://www.zongheng.com/api/rank/details,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"cateFineId=0&cateType=0&pageNum={{page}}&pageSize=20&period=0&rankNo=&rankType=12\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.47}},{\"title\":\"༺ˇ»`ʚ 男生免费 ɞ´«ˇ༻\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"全部\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=0&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&pageNum={{page}}&pageSize=20&categoryId=0&categoryPid=0\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"完本\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=0&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=1&vip=0&totalWold=0&categoryId=0&categoryPid=0&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"玄幻\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6101&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6101&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"王朝争霸\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6101&bookType=0&subWorksTypes=6201&totalWord=0&serialStatus=9&vip=0&categoryId=6201&categoryPid=6101&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"异世大陆\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6101&bookType=0&subWorksTypes=6202&totalWord=0&serialStatus=9&vip=0&categoryId=6202&categoryPid=6101&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"东方玄幻\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6101&bookType=0&subWorksTypes=6203&totalWord=0&serialStatus=9&vip=0&categoryId=6203&categoryPid=6101&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"转世重生\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6101&bookType=0&subWorksTypes=6204&totalWord=0&serialStatus=9&vip=0&categoryId=6204&categoryPid=6101&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"上古神话\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6101&bookType=0&subWorksTypes=6205&totalWord=0&serialStatus=9&vip=0&categoryId=6205&categoryPid=6101&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"绝世无敌\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6101&bookType=0&subWorksTypes=6206&totalWord=0&serialStatus=9&vip=0&categoryId=6206&categoryPid=6101&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"系统升级\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6101&bookType=0&subWorksTypes=6207&totalWord=0&serialStatus=9&vip=0&categoryId=6207&categoryPid=6101&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"高武世界\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6101&bookType=0&subWorksTypes=6208&totalWord=0&serialStatus=9&vip=0&categoryId=6208&categoryPid=6101&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"仙侠\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6102&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6102&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"奇幻修真\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6102&bookType=0&subWorksTypes=6231&totalWord=0&serialStatus=9&vip=0&categoryId=6231&categoryPid=6102&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"古典仙侠\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6102&bookType=0&subWorksTypes=6232&totalWord=0&serialStatus=9&vip=0&categoryId=6232&categoryPid=6102&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"现代修真\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6102&bookType=0&subWorksTypes=6233&totalWord=0&serialStatus=9&vip=0&categoryId=6233&categoryPid=6102&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"修仙系统\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6102&bookType=0&subWorksTypes=6234&totalWord=0&serialStatus=9&vip=0&categoryId=6234&categoryPid=6102&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"洪荒神话\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6102&bookType=0&subWorksTypes=6235&totalWord=0&serialStatus=9&vip=0&categoryId=6235&categoryPid=6102&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"修真文明\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6102&bookType=0&subWorksTypes=6236&totalWord=0&serialStatus=9&vip=0&categoryId=6236&categoryPid=6102&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"历史\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6103&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6103&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"历史传记\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6103&bookType=0&subWorksTypes=6261&totalWord=0&serialStatus=9&vip=0&categoryId=6261&categoryPid=6103&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"架空历史\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6103&bookType=0&subWorksTypes=6262&totalWord=0&serialStatus=9&vip=0&categoryId=6262&categoryPid=6103&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"穿越历史\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6103&bookType=0&subWorksTypes=6263&totalWord=0&serialStatus=9&vip=0&categoryId=6263&categoryPid=6103&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"唐宋元明\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6103&bookType=0&subWorksTypes=6264&totalWord=0&serialStatus=9&vip=0&categoryId=6264&categoryPid=6103&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"秦汉三国\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6103&bookType=0&subWorksTypes=6265&totalWord=0&serialStatus=9&vip=0&categoryId=6265&categoryPid=6103&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"外国历史\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6103&bookType=0&subWorksTypes=6266&totalWord=0&serialStatus=9&vip=0&categoryId=6266&categoryPid=6103&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"谍战特工\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6103&bookType=0&subWorksTypes=6267&totalWord=0&serialStatus=9&vip=0&categoryId=6267&categoryPid=6103&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"抗日烽火\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6103&bookType=0&subWorksTypes=6268&totalWord=0&serialStatus=9&vip=0&categoryId=6268&categoryPid=6103&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"都市\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"江湖情仇\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=6291&totalWord=0&serialStatus=9&vip=0&categoryId=6291&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"都市重生\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=6292&totalWord=0&serialStatus=9&vip=0&categoryId=6292&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"都市异能\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=6293&totalWord=0&serialStatus=9&vip=0&categoryId=6293&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"都市生活\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=6294&totalWord=0&serialStatus=9&vip=0&categoryId=6294&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"现实题材\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=6295&totalWord=0&serialStatus=9&vip=0&categoryId=6295&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"职场商战\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=6296&totalWord=0&serialStatus=9&vip=0&categoryId=6296&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"青春校园\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=6297&totalWord=0&serialStatus=9&vip=0&categoryId=6297&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"灵气复苏\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=6298&totalWord=0&serialStatus=9&vip=0&categoryId=6298&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"明星娱乐\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=6299&totalWord=0&serialStatus=9&vip=0&categoryId=6299&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"乡村生活\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6104&bookType=0&subWorksTypes=6300&totalWord=0&serialStatus=9&vip=0&categoryId=6300&categoryPid=6104&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"科幻\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6105&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6105&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"未来世界\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6105&bookType=0&subWorksTypes=6321&totalWord=0&serialStatus=9&vip=0&categoryId=6321&categoryPid=6105&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"诸天万界\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6105&bookType=0&subWorksTypes=6322&totalWord=0&serialStatus=9&vip=0&categoryId=6322&categoryPid=6105&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"末世求生\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6105&bookType=0&subWorksTypes=6323&totalWord=0&serialStatus=9&vip=0&categoryId=6323&categoryPid=6105&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"进化变异\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6105&bookType=0&subWorksTypes=6324&totalWord=0&serialStatus=9&vip=0&categoryId=6324&categoryPid=6105&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"星际争霸\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6105&bookType=0&subWorksTypes=6325&totalWord=0&serialStatus=9&vip=0&categoryId=6325&categoryPid=6105&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"星际机甲\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6105&bookType=0&subWorksTypes=6326&totalWord=0&serialStatus=9&vip=0&categoryId=6326&categoryPid=6105&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"武侠\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6106&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6106&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"新派武侠\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6106&bookType=0&subWorksTypes=6351&totalWord=0&serialStatus=9&vip=0&categoryId=6351&categoryPid=6106&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"传统武侠\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6106&bookType=0&subWorksTypes=6352&totalWord=0&serialStatus=9&vip=0&categoryId=6352&categoryPid=6106&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"奇幻\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6107&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6107&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"异术超能\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6107&bookType=0&subWorksTypes=6381&totalWord=0&serialStatus=9&vip=0&categoryId=6381&categoryPid=6107&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"西方奇幻\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6107&bookType=0&subWorksTypes=6382&totalWord=0&serialStatus=9&vip=0&categoryId=6382&categoryPid=6107&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"魔法校园\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6107&bookType=0&subWorksTypes=6383&totalWord=0&serialStatus=9&vip=0&categoryId=6383&categoryPid=6107&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"吸血传奇\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6107&bookType=0&subWorksTypes=6384&totalWord=0&serialStatus=9&vip=0&categoryId=6384&categoryPid=6107&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"变身情缘\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6107&bookType=0&subWorksTypes=6385&totalWord=0&serialStatus=9&vip=0&categoryId=6385&categoryPid=6107&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"奇闻轶事\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6108&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6108&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"推理悬疑\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6108&bookType=0&subWorksTypes=6411&totalWord=0&serialStatus=9&vip=0&categoryId=6411&categoryPid=6108&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"恐怖灵异\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6108&bookType=0&subWorksTypes=6412&totalWord=0&serialStatus=9&vip=0&categoryId=6412&categoryPid=6108&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"探险诡闻\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6108&bookType=0&subWorksTypes=6413&totalWord=0&serialStatus=9&vip=0&categoryId=6413&categoryPid=6108&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"都市怪谈\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6108&bookType=0&subWorksTypes=6414&totalWord=0&serialStatus=9&vip=0&categoryId=6414&categoryPid=6108&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"神秘文化\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6108&bookType=0&subWorksTypes=6415&totalWord=0&serialStatus=9&vip=0&categoryId=6415&categoryPid=6108&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"游戏\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6109&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6109&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"电子竞技\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6109&bookType=0&subWorksTypes=6441&totalWord=0&serialStatus=9&vip=0&categoryId=6441&categoryPid=6109&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"虚拟网游\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6109&bookType=0&subWorksTypes=6442&totalWord=0&serialStatus=9&vip=0&categoryId=6442&categoryPid=6109&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"游戏衍生\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6109&bookType=0&subWorksTypes=6443&totalWord=0&serialStatus=9&vip=0&categoryId=6443&categoryPid=6109&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"游戏异界\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6109&bookType=0&subWorksTypes=6444&totalWord=0&serialStatus=9&vip=0&categoryId=6444&categoryPid=6109&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"N次元\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6110&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6110&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"原生幻想\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6110&bookType=0&subWorksTypes=6471&totalWord=0&serialStatus=9&vip=0&categoryId=6471&categoryPid=6110&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"衍生同人\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6110&bookType=0&subWorksTypes=6472&totalWord=0&serialStatus=9&vip=0&categoryId=6472&categoryPid=6110&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"游戏同人\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6110&bookType=0&subWorksTypes=6473&totalWord=0&serialStatus=9&vip=0&categoryId=6473&categoryPid=6110&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"轻小说\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6110&bookType=0&subWorksTypes=6474&totalWord=0&serialStatus=9&vip=0&categoryId=6474&categoryPid=6110&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"恋爱日常\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6110&bookType=0&subWorksTypes=6475&totalWord=0&serialStatus=9&vip=0&categoryId=6475&categoryPid=6110&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"体育\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6111&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6111&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"其他竞技\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6111&bookType=0&subWorksTypes=6501&totalWord=0&serialStatus=9&vip=0&categoryId=6501&categoryPid=6111&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"竞技比赛\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6111&bookType=0&subWorksTypes=6502&totalWord=0&serialStatus=9&vip=0&categoryId=6502&categoryPid=6111&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"足球天下\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6111&bookType=0&subWorksTypes=6503&totalWord=0&serialStatus=9&vip=0&categoryId=6503&categoryPid=6111&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"篮球风云\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6111&bookType=0&subWorksTypes=6504&totalWord=0&serialStatus=9&vip=0&categoryId=6504&categoryPid=6111&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"文集\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6112&bookType=0&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&categoryId=0&categoryPid=6112&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"个人文集\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6112&bookType=0&subWorksTypes=6531&totalWord=0&serialStatus=9&vip=0&categoryId=6531&categoryPid=6112&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"集体创作\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6112&bookType=0&subWorksTypes=6532&totalWord=0&serialStatus=9&vip=0&categoryId=6532&categoryPid=6112&naodongFilter=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"༺ˇ»`ʚ 女生免费 ɞ´«ˇ༻\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1}},{\"title\":\"全部\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=0&bookType=1&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=0&categoryPid=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"完本\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=0&bookType=1&subWorksTypes=0&totalWord=0&serialStatus=1&vip=0&totalWold=0&naodongFilter=0&categoryId=0&categoryPid=0&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"古代言情\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6161&bookType=1&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=0&categoryPid=6161&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"宫闱宅斗\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6161&bookType=1&subWorksTypes=6561&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6561&categoryPid=6161&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"重生穿越\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6161&bookType=1&subWorksTypes=6562&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6562&categoryPid=6161&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"架空历史\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6161&bookType=1&subWorksTypes=6563&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6563&categoryPid=6161&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"种田经商\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6161&bookType=1&subWorksTypes=6564&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6564&categoryPid=6161&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"武侠江湖\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6161&bookType=1&subWorksTypes=6565&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6565&categoryPid=6161&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"都市言情\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6162&bookType=1&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=0&categoryPid=6162&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"职场情缘\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6162&bookType=1&subWorksTypes=6591&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6591&categoryPid=6162&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"现实生活\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6162&bookType=1&subWorksTypes=6592&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6592&categoryPid=6162&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"总裁豪门\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6162&bookType=1&subWorksTypes=6593&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6593&categoryPid=6162&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"都市重生\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6162&bookType=1&subWorksTypes=6594&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6594&categoryPid=6162&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"青春校园\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6162&bookType=1&subWorksTypes=6595&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6595&categoryPid=6162&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"娱乐明星\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6162&bookType=1&subWorksTypes=6596&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6596&categoryPid=6162&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"民国旧影\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6162&bookType=1&subWorksTypes=6597&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6597&categoryPid=6162&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"都市奇幻\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6162&bookType=1&subWorksTypes=6598&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6598&categoryPid=6162&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"幻想言情\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6163&bookType=1&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=0&categoryPid=6163&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"玄幻仙侠\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6163&bookType=1&subWorksTypes=6621&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6621&categoryPid=6163&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"未来科幻\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6163&bookType=1&subWorksTypes=6622&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6622&categoryPid=6163&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"灵异悬疑\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6163&bookType=1&subWorksTypes=6623&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6623&categoryPid=6163&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"无限快穿\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6163&bookType=1&subWorksTypes=6624&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6624&categoryPid=6163&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"异世幻想\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6163&bookType=1&subWorksTypes=6625&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6625&categoryPid=6163&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"远古大陆\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6163&bookType=1&subWorksTypes=6626&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6626&categoryPid=6163&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"衍生言情\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6164&bookType=1&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=0&categoryPid=6164&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"经典衍生\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6164&bookType=1&subWorksTypes=6651&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6651&categoryPid=6164&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"次元衍生\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6164&bookType=1&subWorksTypes=6652&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6652&categoryPid=6164&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"游戏竞技\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6165&bookType=1&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=0&categoryPid=6165&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"运动竞技\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6165&bookType=1&subWorksTypes=6681&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6681&categoryPid=6165&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"网游电竞\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6165&bookType=1&subWorksTypes=6682&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6682&categoryPid=6165&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"短篇美文\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6166&bookType=1&subWorksTypes=0&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=0&categoryPid=6166&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"散文诗歌\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6166&bookType=1&subWorksTypes=6711&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6711&categoryPid=6166&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}},{\"title\":\"小说文集\",\"url\":\"https://www.zongheng.com/api2/catefine/storeSearch,{\\\"method\\\":\\\"POST\\\",\\\"body\\\":\\\"worksTypes=6166&bookType=1&subWorksTypes=6712&totalWord=0&serialStatus=9&vip=0&naodongFilter=0&categoryId=6712&categoryPid=6166&pageNum={{page}}&pageSize=20\\\"}\",\"style\":{\"layout_flexBasisPercent\":0.29}}]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36\"}",
    "lastUpdateTime": 1738413212153,
    "loginUrl": "",
    "respondTime": 2498,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "",
      "init": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".content@p@text",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "pseudonym||authorName",
      "bookList": "result.resultList||result.bookList",
      "bookUrl": "https://bookapi.zongheng.com/api/chapter/getChapterList,{\"method\":\"POST\",\"body\":\"bookId={$.bookId}\"}",
      "coverUrl": "bookCover||picUrl",
      "intro": "description",
      "kind": "{{$.cateFineName||$.categoryName}}\n{{$.latestChapterTime||$.orderColumnInfo}}\n连载{{$.serialStatus}}完结@js:result.replace(/连载1完结/g,'完结').replace(/连载0完结/g,'连载')",
      "lastChapter": "{{$.latestChapterName||$.theNewChapter}}{{$.latestChapterTime||$.orderColumnInfo}}",
      "name": "bookName||name",
      "wordCount": "number||totalWords"
    },
    "ruleSearch": {
      "author": "authorName",
      "bookList": "data.datas.list",
      "bookUrl": "https://bookapi.zongheng.com/api/chapter/getChapterList,{\"method\":\"POST\",\"body\":\"bookId={$.bookId}\"}",
      "coverUrl": "https://static.zongheng.com/upload{{$.coverUrl}}",
      "intro": "description",
      "kind": "{{$.cateFineName&&$.tomeName&&$.catePName&&$.keyword&&$.updateTime}}\n连载{{$.serialStatus}}完结##\\<font color\\=\\\"RED\\\"\\>|\\<\\/font\\>\n@js:result.replace(/连载1完结/g,'完结').replace(/连载0完结/g,'连载')",
      "lastChapter": "chapterName&&updateTime",
      "name": "name##\\<font color\\=\\\"RED\\\"\\>|\\<\\/font\\>",
      "wordCount": "totalWord"
    },
    "ruleToc": {
      "chapterList": "result.chapterList[*].chapterViewList[*]",
      "chapterName": "chapterName",
      "chapterUrl": "https://read.zongheng.com/chapter/{$.bookId}/{$.chapterId}.html",
      "isVip": "level",
      "nextTocUrl": "",
      "updateTime": "{{$.createTime}} 字数：{{$.wordNums}}"
    },
    "searchUrl": "https://search.zongheng.com/search/book?keyword={{key}}&sort=null&pageNo=1&pageNum=20&isFromHuayu=0",
    "weight": 1
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "4020电子书🎃#4",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.iwurexs.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1687,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "总点击榜::https://m.iwurexs.com/paihangbang/index_{{page}}.html\n封面推荐::https://m.iwurexs.com/fengtui/index_{{page}}.html\n字数排行::https://m.iwurexs.com/size/index_{{page}}.html\n金牌推荐::https://m.iwurexs.com/jinpaituijian/index_{{page}}.html\n最新入库::https://m.iwurexs.com/postdate/index_{{page}}.html\n最近更新::https://m.iwurexs.com/new/index_{{page}}.html\n玄幻奇幻::https://m.iwurexs.com/wuxia/index_{{page}}.html\n武侠仙侠::https://m.iwurexs.com/yanqing/index_{{page}}.html\n耽美小说::https://m.iwurexs.com/danmei/index_{{page}}.html\n都市言情::https://m.iwurexs.com/xuanhuan/index_{{page}}.html\n历史军事::https://m.iwurexs.com/xiaoyuan/index_{{page}}.html\n科幻灵异::https://m.iwurexs.com/wangyou/index_{{page}}.html\n网友竞技::https://m.iwurexs.com/kongbu/index_{{page}}.html\n女频频道::https://m.iwurexs.com/jishi/index_{{page}}.html\n军事历史::https://m.iwurexs.com/lishi/index_{{page}}.html\n科幻小说::https://m.iwurexs.com/kehuan/index_{{page}}.html\n管理哲学::https://m.iwurexs.com/zhexue/index_{{page}}.html\n学习资料::https://m.iwurexs.com/xuexi/index_{{page}}.html\n其他小说::https://m.iwurexs.com/qita/index_{{page}}.html\n金牌推荐::https://m.iwurexs.com/jinpaituijian/index_{{page}}.html\n封推小说::https://m.iwurexs.com/fengtui/index_{{page}}.html",
    "header": "",
    "lastUpdateTime": 1721150389395,
    "loginUrl": "",
    "respondTime": 11154,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "class.block_img2@img@src",
      "init": "",
      "intro": "class.intro_info@text##最新章节推荐.+",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content",
      "lastChapter": "class.block_txt2@tag.p.6@a@text",
      "name": "",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.nr1@textNodes##.*本章未完.*|.*第.*/.*页.*|请记住本书.*|----|书快.*看书最快.*",
      "imageStyle": "",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "class.author@text||class.line@text##.*/",
      "bookList": "class.read_book@children||class.cover@p",
      "bookUrl": "a@href",
      "coverUrl": "a@href<js>'http://www.iwurexs.com/headimgs'+String(result).replace(/.*-(\\d*?)(\\d{1,3}).html/,'/$1/$1$2/s$1$2.jpg').replace('//','/0/')</js>",
      "intro": "",
      "kind": "class.line@text##\\[|].*",
      "lastChapter": "class.updatelast@a@text",
      "name": "class.iTit@text||class.blue@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.chapter.1@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "nextTocUrl": "text.下一页@href",
      "updateTime": ""
    },
    "searchUrl": "https://m.iwurexs.com/search.php?searchkey={{key}}&submit=",
    "weight": 2
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "鬼吹灯吧",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.gdbzkz.org#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1688,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/fenlei/1/{{page}}.html\n仙侠小说::/fenlei/2/{{page}}.html\n都市小说::/fenlei/3/{{page}}.html\n军史小说::/fenlei/4/{{page}}.html\n网游小说::/fenlei/5/{{page}}.html\n科幻小说::/fenlei/6/{{page}}.html\n恐怖小说::/fenlei/7/{{page}}.html",
    "header": "",
    "lastUpdateTime": 1734380387158,
    "loginUrl": "",
    "respondTime": 2980,
    "ruleBookInfo": {
      "author": "class.small@tag.span.0@text##作 者：",
      "coverUrl": "class.cover@img@src",
      "init": "",
      "intro": "class.intro@textNodes##作者.*|无弹窗.*",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content ",
      "lastChapter": "class.small@tag.span.5@a@text##百度搜索.*",
      "name": "class.info@h2@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说",
      "tocUrl": "",
      "wordCount": "class.info@class.small@tag.span.3@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html##http.*html|天才一秒记住.*org|请记住本书首发域.*org",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.s4@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "",
      "intro": "",
      "kind": "class.s5@text",
      "lastChapter": "class.s3@a@text",
      "name": "class.s2@a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "class.author@text##作者：",
      "bookList": "class.bookbox@class.p10",
      "bookUrl": "class.bookname@tag.a@href",
      "coverUrl": "class.bookimg@img@src",
      "intro": "class.bookinfo@p@text",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@tag.a@text##百度搜索.*",
      "name": "class.bookname@tag.a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.listmain@dd!0:1:2:3:4:5:6:7:8:9:10:11",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://www.gdbzkz.org/s.php?ie=utf-8&q={{key}}",
    "weight": 1
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "云中书库",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.yunxs.com",
    "customButton": false,
    "customOrder": 1689,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1734942706866,
    "respondTime": 58698,
    "ruleBookInfo": {
      "intro": "//meta[@name='description']/@content##.*小说主要讲述.\\s+|无弹.*?在.*?在云中书库"
    },
    "ruleContent": {
      "content": "class.box_box@textNodes##推荐阅读：《.*?》",
      "imageStyle": "0"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@text##作者.",
      "bookList": "class.bookbox",
      "bookUrl": "class.bookimg@tag.a@href##(.*)##http://www.yunxs.com$1##",
      "coverUrl": "class.bookimg@tag.a@tag.img@src",
      "kind": "class.cat@text##分类.",
      "lastChapter": "class.update@tag.a@text",
      "name": "class.bookname@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.list_box@tag.li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/plus/search.php?s=00000&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "手机小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.sjwx.info",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1690,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1732531045948,
    "loginUrl": "",
    "respondTime": 820,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "",
      "init": "",
      "intro": "class.intro_info@text##最新章节[\\S\\s]+",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.nr1@html##最新网址：wap.sjwx.info|（本章未完，.*）|{{chapter.title+\"(.*)\"}}",
      "imageStyle": "",
      "nextContentUrl": "id.pb_next@href",
      "replaceRegex": "##最新网址.*|\\s*（.*）\\s.*\\n|第\\d+章|\\(.*|.*\\).*\\n|第.*卷",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "p.-2@text",
      "bookList": "class.block",
      "bookUrl": "a.0@href",
      "coverUrl": "tag.img@src",
      "intro": "",
      "kind": "p.-3@text",
      "lastChapter": "p.-1@text##最新章节：",
      "name": "h2@a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".chapter.1@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "nextTocUrl": "option@value",
      "updateTime": ""
    },
    "searchUrl": "http://wap.sjwx.info/search.php?keyword={{key}}&submit=",
    "weight": 2
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "书旗小说网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.shuqi.cc#🎃",
    "customButton": false,
    "customOrder": 1691,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\npush(\"全部🌊分类\",null,1,1)\npush(\"🌊全本🌊\",`/full/0_{{page}}.html`,1,1)\n\tarList=[\"玄幻\",\"武侠\",\"都市\",\"历史\",\"网游\",\"科幻\",\"言情\",\"其他\"]\n\tarList.map((tag,index)=>{\n\t\turl=`/list${index+1}/{{page}}.html`;\n\t\tpush(tag, url, 1, 0.25);\n\t\t});\n//java.log(JSON.stringify(sort))\nJSON.stringify(sort)",
    "header": "{\n  'User-Agent': \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0\",\n  'sec-ch-ua-platform': \"\\\"Android\\\"\",\n  'origin': \"baseUrl\",\n  'x-requested-with': \"cn.mujiankeji.mbrowser\",\n  'referer': \"baseUrl\",\n  'accept-language': \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"\n}",
    "lastUpdateTime": 0,
    "respondTime": 6409,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "init": "",
      "intro": "[property=\"og:description\"]@content##\\s",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".font_max@html",
      "nextContentUrl": "text.下一章@href",
      "replaceRegex": "##第\\(\\d+\\/\\d+\\)页|.*\\.com.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.0@text",
      "bookList": ".row@dl",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "kind": "{{@@h3@a@text##\\[|\\].*}},{{@@.book_other!0:-1@text##状态：|更新时间：}}",
      "lastChapter": "dd.-1@text##最新章节：",
      "name": "h3@a@text##.*\\]"
    },
    "ruleToc": {
      "chapterList": ".book_list2@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "isVip": "http://www.shuqi.cc/97/97201/",
      "nextTocUrl": "<js>\np=java.getString(\".page-link@html\").match(/\\>\\d\\/(.*?)\\</);\np=p?p[1]:1\n//java.log(p);\npageSum=parseInt(p)\nburl=String(baseUrl)\n//java.log(burl);\nArray.from({length:pageSum-1},(_,i)=>{return burl.replace(/^(.*?)$/,`$1index_${i+2}.html`)})\n</js>"
    },
    "searchUrl": "/search.php?q={{key}}&p={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "神话之后🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.shenhuazhihou.com#🎃",
    "bookUrlPattern": "https://www.shenhuazhihou.com/book/\\d+/",
    "customButton": false,
    "customOrder": 1692,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "小说::https://www.shenhuazhihou.com/book/<,index_{{page}}.html>",
    "lastUpdateTime": 0,
    "respondTime": 3447,
    "ruleBookInfo": {
      "author": ".m-infos@span.0@text",
      "coverUrl": "img@src",
      "intro": "p.0@text\n##(^|[。！？……]+[”」）……】]?)##$1<br>",
      "kind": ".m-infos@span.1:2@text##.*：|.*：",
      "lastChapter": ".m-upd@a@text",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": "id.chaptercontent@p@html",
      "nextContentUrl": "text.下一@href"
    },
    "ruleExplore": {
      "author": "td.1@text",
      "bookList": "tbody@tr",
      "bookUrl": "a.0@href",
      "kind": "td.2@text",
      "name": "td.0@a@text"
    },
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".book-coverlist",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "name": "h4@a@text"
    },
    "ruleToc": {
      "chapterList": "#play_0@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.shenhuazhihou.com/e/search/index.php,{\n  \"body\": \"tbname=bookname&show=title,writer&tempid=1&keyboard={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "不知加啥",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.rulianshi.la#",
    "customButton": false,
    "customOrder": 1693,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734380437557,
    "respondTime": 428,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "[property=\"og:novel:read_url\"]@content",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "class.nr_nr@tag.div.1@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "",
      "sourceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "p.3@text##作者：",
      "bookList": "class.block",
      "bookUrl": "a.0@href",
      "checkKeyWord": "我的",
      "coverUrl": "img@src",
      "kind": "p.2@text##分类：",
      "lastChapter": "p.4@tag.a@text",
      "name": "h2@text"
    },
    "ruleToc": {
      "chapterList": "class.cover@tag.ul.1@tag.a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href",
      "preUpdateJs": ""
    },
    "searchUrl": "/s.php?q={{key}}&submit=",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "空白小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.swsk.org#",
    "customButton": false,
    "customOrder": 1694,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1734978807325,
    "respondTime": 375,
    "ruleBookInfo": {
      "author": "//meta[@property=\"og:novel:author\"]/@content",
      "coverUrl": "//meta[@property=\"og:image\"]/@content",
      "init": "",
      "intro": "//meta[@property=\"og:description\"]/@content",
      "kind": "//meta[@property=\"og:novel:category\"]/@content",
      "lastChapter": "//meta[@property=\"og:novel:latest_chapter_name\"]/@content&&//meta[@property=\"og:novel:update_time\"]/@content##\\n##•",
      "name": "//meta[@property=\"og:title\"]/@content",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "id.content@html",
      "nextContentUrl": "",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": ".s4@text",
      "bookList": "class.novelslist2@ul@li!0",
      "bookUrl": ".s2@a@href",
      "coverUrl": ".s2@a@href##/(\\d+)/(\\d+)/##http://www.swsk.org/files/article/image/$1/$2/$2s.jpg",
      "intro": "",
      "kind": ".s1@text",
      "lastChapter": ".s6@text&&.s3@text",
      "name": ".s2@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "#list@dl@dd@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ""
    },
    "searchUrl": "http://www.swsk.org/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "求书网吧",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.qiushu.info#喜静",
    "customButton": false,
    "customOrder": 1695,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"总推荐榜\",\"url\":\"/top/allvote.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总排行榜\",\"url\":\"/top/allvisit.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月排行榜\",\"url\":\"/top/monthvisit.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周排行榜\",\"url\":\"/top/weekvisit.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"日排行榜\",\"url\":\"/top/dayvisit.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月推荐榜\",\"url\":\"/top/monthvote.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周推荐榜\",\"url\":\"/top/weekvote.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"日推荐榜\",\"url\":\"/top/dayvote.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最新入库\",\"url\":\"/top/postdate.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"本站推荐\",\"url\":\"/top/toptime.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总收藏榜\",\"url\":\"/top/goodnum.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"字数排行\",\"url\":\"/top/size.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最近更新\",\"url\":\"/top/lastupdate.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"新书榜\",\"url\":\"/top/goodnew.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"仙侠\",\"url\":\"/ls/3-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/ls/9-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"惊悚\",\"url\":\"/ls/10-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"奇幻\",\"url\":\"/ls/13-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"异界\",\"url\":\"/ls/1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"神话\",\"url\":\"/ls/14-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"魔法\",\"url\":\"/ls/2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/ls/12-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/ls/6-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/ls/15-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"游戏\",\"url\":\"/ls/16-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"谍战\",\"url\":\"/ls/23-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"军事\",\"url\":\"/ls/7-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"竞技\",\"url\":\"/ls/8-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"官场\",\"url\":\"/ls/21-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/ls/24-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"校园\",\"url\":\"/ls/19-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"宫廷\",\"url\":\"/ls/18-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"耽美\",\"url\":\"/ls/5-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/ls/4-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"穿越\",\"url\":\"/ls/17-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"同人\",\"url\":\"/ls/11-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"短篇\",\"url\":\"/ls/25-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1734707034596,
    "respondTime": 891,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "",
      "init": "",
      "intro": "[property$=describe]@content",
      "kind": "[property$=Other categories]@content",
      "lastChapter": "[property$=chapter_name]@content",
      "name": "[property$=book_name]@content"
    },
    "ruleContent": {
      "content": "id.content@textNodes"
    },
    "ruleExplore": {
      "author": ".top_author@text||.t2@a@text",
      "bookList": ".toplists@dl||.read_list@li",
      "bookUrl": "dt@a.1@href||.t1@a@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.qiushu.info/$2/$1/$1s.jpg###",
      "intro": ".t3@text",
      "kind": ".top_sort@text&&.top_fullflag@text&&.top_lastupdate@text&&.text@text&&.rl@text##.*时间.",
      "lastChapter": "a.1@text||.tl@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "strong@text||.t1@a@text##《|》|最新章节"
    },
    "ruleSearch": {
      "author": ".t2@text##\\s更新.*",
      "bookList": ".read_list@li",
      "bookUrl": ".t1@a@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "intro": ".t3@text",
      "kind": ".text@text&&.rl@text##.*时间.",
      "lastChapter": ".tl@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".t1@a@text##《|》|最新章节",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".book_con_list@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/search.php,{\n  \"method\": \"post\",\n  \"body\": \"searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "看情言小说网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.gaoyuantong.com#🎃",
    "customButton": false,
    "customOrder": 1696,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "jsLib": "{\"crypto\": \"https://cdn.bootcss.com/crypto-js/3.1.9-1/crypto-js.min.js\"}",
    "lastUpdateTime": 0,
    "respondTime": 4123,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": "@js:\nfunction x(encryptedData, key, iv) {\r\n  const ciphertext = CryptoJS.enc.Base64.parse(encryptedData);\r\n  const ivBytes = CryptoJS.enc.Base64.parse(iv);\r\n  const keyBytes = CryptoJS.enc.Utf8.parse(key);\r\n  const decrypted = CryptoJS.AES.decrypt(\r\n    { ciphertext: ciphertext },\r\n    keyBytes,\r\n    { iv: ivBytes, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.ZeroPadding }\r\n  );\r\n  const decryptedText = decrypted.toString(CryptoJS.enc.Utf8);\r\n return decryptedText;\r\n  \r\n}\nmatch=src.match(/#booktxthtml'\\).html\\((.*?\\))\\)/);\n//java.log(match[1])\nif(match){\nresult=eval(match[1])}else result",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".item",
      "bookUrl": "a.0@href",
      "coverUrl": "img@data-original",
      "intro": "dd@text",
      "kind": "em.-1@text",
      "name": "a.1@text",
      "wordCount": "em.0@text##.*："
    },
    "ruleToc": {
      "chapterList": "dl@dd@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{url=source.getKey();cookie.removeCookie(url)}}\n/search,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "️达文小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.dawensk.com#🎃",
    "bookUrlPattern": "http://m.umiwx.net/read/\\d+.html",
    "customButton": false,
    "customOrder": 1697,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar sort=[];\nvar push=(title,url,size)=>sort.push({\n  \t\"title\": title,\n  \t\"url\": url,\n  \t\"style\": {\n   \"layout_flexGrow\": 1,\n   \"layout_flexBasisPercent\": size\n   }\n });\n\nvar url=source.key;\nvar fl=url+\"/xiaoshuo/\";\nvar ph=url+\"/good/\";\nvar qb=url+\"/full-1/\";\nvar html=java.ajax(fl);\nvar src=java.ajax(ph);\nvar qbl=java.ajax(qb);\n\nif(html&&src&&qbl){\na=org.jsoup.Jsoup.parse(html).select(\".clearfix li a\");\nb=org.jsoup.Jsoup.parse(src).select(\".clearfix li a\");\nc=org.jsoup.Jsoup.parse(qbl).select(\".clearfix li a\");\n\npush(\"🌹分类🌹\",null,1)\n    for(i in a){\n        title=a[i].text()\n        url=a[i].attr(\"href\")\n        size=0.25;\n  url=String(url).replace(\"1/\",\"{{page}}/\").replace(\"1.html\",\"{{page}}.html\")\n        push(title,url,size)\n    };\n    \n push(\"🌹排行🌹\",null,1)\n    for(i in b){\n        title=b[i].text()\n        url=b[i].attr(\"href\")\n  url=String(url).replace(\"1/\",\"{{page}}/\").replace(\"1.html\",\"{{page}}.html\")\n        size=0.25;\n        push(title,url,size)\n    }\n//push(\"🌹全本🌹\",\"/full/{{page}}/\",1)\n      \n}else{\n  java.toast(\"发现列表获取失败！\")\n}\n\nJSON.stringify(sort)",
    "header": "{\"referer\": \"{{source.getKey()}}\",\n\"x-requested-with\": \"mark.via\",\n\"accept-language\": \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\",\n\"user-agent\": \"Mozilla/5.0 (Linux; Android 10; PACM00 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.5359.79 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1719861780767,
    "respondTime": 7531,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\n\ta:\"[property$=author]@content\",\nk:\"[property~=category|status|time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\",\nt:\"text.章节列表@href||text.目录列表@href||text.章节目录@href\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "@get:{t}##$##,{'webView': true}"
    },
    "ruleContent": {
      "content": "<js>\njava.getElements('@@id.txt@dd').toArray().sort((a,b)=>a.attr('data-id')-b.attr('data-id')).map(x=>x.html()).join('')</js>##.本章未完，请点击下一页继续阅读.|{{String(title).replace(/ /,'')}}",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##最新网址.*|.*最新章节.*",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "a@ownText##:【.+",
      "bookList": ".bd li",
      "bookUrl": "a@href",
      "coverUrl": "a@href<js>\nvar id = result.match(/(\\d+)(\\/?|\\.html)$/)[1];\nvar iid = parseInt(id/1000);\nString(source.getKey()).replace(/(m|wap)/,\"www\")+'/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "span@text##\\[|\\]",
      "name": "a@ownText##.*【|】"
    },
    "ruleSearch": {
      "author": "a@ownText##.+\\(|\\)",
      "bookList": ".bd li",
      "bookUrl": "a@href",
      "checkKeyWord": "剑来",
      "coverUrl": "a@href<js>\nvar id = result.match(/(\\d+)(\\/?|\\.html)$/)[1];\nvar iid = parseInt(id/1000);\nString(source.getKey()).replace(/(m|wap)/,\"www\")+'/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "span@text##\\[|\\]",
      "name": "a@ownText##\\(.*\\)"
    },
    "ruleToc": {
      "chapterList": "+@js:org.jsoup.Jsoup.parse(result.replace(/\\.html/g,\"\")).select('.list li a').toArray().sort((a,b)=>a.attr('href')-b.attr('href')).map(x=>({n:x.text(),u:x.attr('href')+\".html\"}))",
      "chapterName": "n",
      "chapterUrl": "u"
    },
    "searchUrl": "/s.php,{\n  \"body\": \"s={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "红袖添香 ",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.hongxiu.com#",
    "customButton": false,
    "customOrder": 1698,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"现代言情\",\"url\":\"/category/30020_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代言情\",\"url\":\"/category/30013_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"浪漫青春\",\"url\":\"/category/30031_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻言情\",\"url\":\"/category/30001_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠奇缘\",\"url\":\"/category/30008_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"悬疑恐怖\",\"url\":\"/category/30036_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻空间\",\"url\":\"/category/30042_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏竞技\",\"url\":\"/category/30050_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"短篇小说\",\"url\":\"/category/30083_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"轻小说\",\"url\":\"/category/30055_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1732519964635,
    "loginUrl": "https://passport.yuewen.com/yuewen.html?appid=41&areaid=2&autotime=30&source=m&version=1.0&ticket=1&unionshow=110&returnurl=https%3A%2F%2Fm.hongxiu.com%2FloginSuccess%3FjumpUrl%3Dhttps%253A%252F%252Fm.hongxiu.com%252Fuser",
    "respondTime": 9582,
    "ruleBookInfo": {
      "author": ".book-rand-a@text",
      "intro": "<js>p=baseUrl.replace(/m\\./,'www.')\njava.ajax(p)\n</js>class.intro.0@html",
      "kind": ".book-meta.0@text&&.book-meta.1@text##.*\\|",
      "lastChapter": "class.gray ell@text",
      "name": "h1@text",
      "tocUrl": "@js:baseUrl.replace(/m\\.(.*)/,'www.$1')"
    },
    "ruleContent": {
      "content": "class.read-content@tag.p@text",
      "replaceRegex": "##(\\s|\\S)*?阅读上一章|目录.*\\s|-/-"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".book-author@text",
      "bookList": ".book-li",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": ".book-desc@html",
      "kind": ".tag-small.0@text&&.tag-small.1@text",
      "name": "h4@text",
      "wordCount": "em.-1@text"
    },
    "ruleToc": {
      "chapterList": "class.volume@ul@li@a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{'webView': true}",
      "isVip": ""
    },
    "searchUrl": "https://m.hongxiu.com/so/{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "阴阳代理",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yinyangdailiren.org/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1699,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1733687354881,
    "loginUrl": "{\n  \"url\": \"null\"\n}",
    "respondTime": 1400,
    "ruleBookInfo": {
      "author": "class.info@class.small@tag.span.0@text",
      "coverUrl": "class.cover@img@src",
      "intro": "class.info@ownText",
      "kind": "class.info@class.small@tag.span.4@text&&\nclass.info@class.small@tag.span.1@text&&\nclass.info@class.small@tag.span.2@text##分类：|状态：|更新时间：",
      "lastChapter": "class.info@class.small@tag.span.5@a@text",
      "name": "class.info@h2@text",
      "tocUrl": "",
      "wordCount": "class.info@class.small@tag.span.3@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html##http.*html|请记住本书首发.*org",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@text",
      "bookList": "class.bookbox",
      "bookUrl": "h4@a@href",
      "coverUrl": "img@src",
      "intro": "",
      "lastChapter": "class.update@a@text",
      "name": "h4@a@text"
    },
    "ruleToc": {
      "chapterList": "class.listmain@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://www.yinyangdailiren.org/s.php?ie=utf-8&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "双语小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.shubang.net/book#🎃",
    "customButton": false,
    "customOrder": 1700,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1721126896544,
    "respondTime": 703,
    "ruleBookInfo": {
      "init": "",
      "kind": "class.tags@a@text",
      "lastChapter": "tr.-1@td@a@text"
    },
    "ruleContent": {
      "content": ".line_en@text%%.line_cn@title",
      "nextContentUrl": "class.pagebar@a.-1@href"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "class.cont@p@text",
      "bookList": "class.mcon@a",
      "bookUrl": "a@href",
      "coverUrl": "class.cover@img@src",
      "intro": "class.cont@ownText",
      "kind": "",
      "name": "h3@text"
    },
    "ruleToc": {
      "chapterList": "tr@td",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://www.shubang.net/book/?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "By_zhbyjm7783",
    "bookSourceGroup": "免费",
    "bookSourceName": "勤书网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://member.iqinshu.cn/",
    "customButton": false,
    "customOrder": 1701,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"探秘\",\"url\":\"/culture\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"悬疑\",\"url\":\"/suspense\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/live\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"书库\",\"url\":\"/book/index?page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1733401685746,
    "respondTime": 2564,
    "ruleBookInfo": {
      "author": "h3@text",
      "coverUrl": "img@src",
      "init": ".cons_cont",
      "intro": "class.zp_p interceptString@text",
      "kind": ".lzz@text&&text.点击：@p@text",
      "name": "h2@text",
      "tocUrl": "text.目录@a@href",
      "wordCount": "text.字数：@p@text##字数："
    },
    "ruleContent": {
      "content": "id.d_kzFont@p@text"
    },
    "ruleExplore": {
      "author": ".book-author@text||dl@a.1@text##作者：",
      "bookList": ".content-wrap@ul@li||.diary@dl",
      "bookUrl": "a@href",
      "coverUrl": "img@data-original",
      "intro": ".book-info@text",
      "lastChapter": "dl@a.-1@text##最新：",
      "name": ".book-name@text||dl@a.0@text",
      "wordCount": "text.字数：@span@text##字数："
    },
    "ruleSearch": {
      "author": ".s_name@text##作者：",
      "bookList": "class.s_dl clearfix",
      "bookUrl": "a@href",
      "coverUrl": "img@data-original",
      "intro": ".col898989@text",
      "kind": ".s_gxin@text",
      "name": ".cola21812@text"
    },
    "ruleToc": {
      "chapterList": ".read_cont@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "b[style=\"color:#ae2a22;\"]@all",
      "isVolume": ""
    },
    "searchUrl": "http://member.iqinshu.cn/book/search?s={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "精华书阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.jhssd.com",
    "customButton": false,
    "customOrder": 1702,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"༺ˇ»`ʚ榜单ɞ´«ˇ༻\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"日点击榜\",\"url\":\"https://m.jhssd.com/Ranking_dayvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最近更新\",\"url\":\"https://m.jhssd.com/Ranking_lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"新书榜单\",\"url\":\"https://m.jhssd.com/Ranking_goodnew/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周点击榜\",\"url\":\"https://m.jhssd.com/Ranking_weekvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月点击榜\",\"url\":\"https://m.jhssd.com/Ranking_monthvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总点击榜\",\"url\":\"https://m.jhssd.com/Ranking_allvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周推荐榜\",\"url\":\"https://m.jhssd.com/Ranking_weekvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月推荐榜\",\"url\":\"https://m.jhssd.com/Ranking_monthvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总推荐榜\",\"url\":\"https://m.jhssd.com/Ranking_allvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总收藏榜\",\"url\":\"https://m.jhssd.com/Ranking_goodnum/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总字数榜\",\"url\":\"https://m.jhssd.com/Ranking_size/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总排行榜\",\"url\":\"https://m.jhssd.com/Ranking_allvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"༺ˇ»`ʚ分类ɞ´«ˇ༻\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"最新入库\",\"url\":\"https://m.jhssd.com/Ranking_postdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻小说\",\"url\":\"https://m.jhssd.com/list/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修真小说\",\"url\":\"https://m.jhssd.com/list/2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市小说\",\"url\":\"https://m.jhssd.com/list/3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越小说\",\"url\":\"https://m.jhssd.com/list/4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游小说\",\"url\":\"https://m.jhssd.com/list/5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻小说\",\"url\":\"https://m.jhssd.com/list/6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异小说\",\"url\":\"https://m.jhssd.com/list/7_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女生小说\",\"url\":\"https://m.jhssd.com/list/8_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他小说\",\"url\":\"https://m.jhssd.com/list/9_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"全本小说\",\"url\":\"https://m.jhssd.com/wanben_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1733522999386,
    "respondTime": 10930,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "{{@@[property$=latest_chapter_name]@content}} • {{@@[property$=update_time]@content##\\s.*}}",
      "name": "[property$=book_name]@content"
    },
    "ruleContent": {
      "content": "#nr_content@html##温馨提示.*?最新章节.*?阅读模式.|精华书阁.*?最新章节.|(百度搜索|为您提供).*?jhssd.com|浏.?览.?器.*?最快更新…+|最快更新.*?进行查看|(本章未完，请点击下一页继续阅读)",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "span.1@text",
      "bookList": "ul.xbk",
      "bookUrl": "https://www.jhssd.com{{@@a.0@href}}",
      "coverUrl": "img@src",
      "intro": "span.2@text",
      "kind": "{{@@span.3@text##.*\\d##已}}##.*在看",
      "lastChapter": "",
      "name": "span.0@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "p.2@text",
      "bookList": "ul.list_ul@li",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "a.0@href##/\n@js:\nid=parseInt(result)-167\niid=Math.floor(id/1000)\n'/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg'",
      "kind": "p.5:4@text",
      "lastChapter": "{{@@p.1@text}} • {{@@p.4@text##\\s.*}}",
      "name": "p.0@text",
      "wordCount": "p.3@text"
    },
    "ruleToc": {
      "chapterList": "#list@dd@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.jhssd.com/search.html?ie=utf-8&word={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "💦逐浪小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.zhulang.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1703,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1701111790556,
    "loginUrl": "",
    "respondTime": 1548,
    "ruleBookInfo": {
      "author": "class.yellow@text",
      "coverUrl": "class.bk-info@img@data-src",
      "intro": "id.bk-brief@p@text",
      "kind": ".tags@a.0:1@text&&.btm-link@em@text##更新",
      "lastChapter": "",
      "name": "tag.h3.0@text",
      "tocUrl": "text.开始阅读@href",
      "wordCount": ".bk-info@p.3@text"
    },
    "ruleContent": {
      "content": "class.rd-txt@p@text"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "h4@text",
      "bookList": "id.ret-list@li",
      "bookUrl": "a@href",
      "coverUrl": "img@data-src",
      "name": "h3@text"
    },
    "ruleToc": {
      "chapterList": "class.idx-ol@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "class.blue.0@option!0@value"
    },
    "searchUrl": "https://m.zhulang.com/search/index.html?k={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "唐三中文🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xtangsanshu.com#🎃",
    "customButton": false,
    "customOrder": 1704,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1735627628919,
    "respondTime": 175,
    "ruleBookInfo": {
      "author": ".small@span.0@text",
      "coverUrl": ".cover@img@src",
      "intro": ".intro@textNodes##(^|[。！？]+[”」）】]?)##$1<br>@js:result.replace(/作者.*《.*|无弹窗推荐.*/g,\"\")",
      "kind": ".small@span.1:2:4@text##小说|.*：|\\s..:.*",
      "lastChapter": ".last@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".info@h2@text",
      "wordCount": ".small@span.3@text##.*："
    },
    "ruleContent": {
      "content": "id.content@html",
      "replaceRegex": "##\\s*http.*//.*\\s*|\\s*请记住本书首.*\\s*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "kind": ".cat@text##.*：|小说",
      "lastChapter": ".update@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".bookname@text"
    },
    "ruleToc": {
      "chapterList": ".listmain@dd@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/s.php?ie=utf-8&s=&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "饿狼小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.elkoparts.net#🎃",
    "customButton": false,
    "customOrder": 1705,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 144,
    "ruleBookInfo": {
      "author": ".top@p.0@text",
      "coverUrl": ".imgbox@img@src",
      "intro": ".xdesc@textNodes##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".top@p.1:2:4@text##.*：|小说|\\s..:.*",
      "lastChapter": ".top@a.-1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".top@h1@text"
    },
    "ruleContent": {
      "content": "id.content@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##.*第[0-9]/[0-9]页.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".s4@text",
      "bookList": ".txt-list-row5@li!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.elkoparts.net/files/article/image/$2/$1/$1s.jpg###",
      "kind": ".s1,.s5@text##\\[|\\]|小说",
      "lastChapter": "a.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": ".section-list@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href",
      "nextTocUrl": ".right@a@href"
    },
    "searchUrl": "/search.php?keyWord={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "亿软小说🎃#3",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.yruan.com#🎃",
    "bookUrlPattern": "https://www.yruan.com/article/\\d+.html",
    "customButton": false,
    "customOrder": 1706,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::http://m.yruan.com/sort/1/{{page}}.html\n仙侠小说::http://m.yruan.com/sort/2/{{page}}.html\n都市小说::http://m.yruan.com/sort/3/{{page}}.html\n军史小说::http://m.yruan.com/sort/4/{{page}}.html\n网游小说::http://m.yruan.com/sort/5/{{page}}.html\n科幻小说::http://m.yruan.com/sort/6/{{page}}.html",
    "lastUpdateTime": 0,
    "loginUrl": "{\n  \"url\": \"null\"\n}",
    "respondTime": 4112,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text",
      "coverUrl": "id.fmimg@img@src",
      "init": "",
      "intro": "id.intro@tag.p.0@text",
      "kind": "id.info@tag.p.3@text&&\nid.info@tag.p.1@text##日 期：|类 别:",
      "lastChapter": "id.info@tag.p.2@a@text##百度搜索.*",
      "name": "id.info@tag.h1@text",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@html##<!--go--> |<!--over--> "
    },
    "ruleExplore": {
      "author": "class.author@text",
      "bookList": "class.article",
      "bookUrl": "h6@a@href@js:'https://www.yruan.com'+result",
      "coverUrl": "img@src",
      "intro": "class.simple@text",
      "name": "h6@a@text"
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "tag.td.0@tag.a@href@js:\r\nvar id = result.match(/\\/(\\d+)\\.?/)[1];\r\n'/files/article/image/'+parseInt(id/1000)+'/'+id+'/'+id+'s.jpg';",
      "kind": "tag.td.4@text&&\ntag.td.5@text",
      "lastChapter": "tag.td.1@tag.a@text##百度搜索.*",
      "name": "tag.td.0@tag.a@text",
      "wordCount": "tag.td.3@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.yruan.com/modules/article/search.php?searchkey={{key}}",
    "weight": 88
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "废文网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.sadfunsad.com#🎃",
    "customButton": false,
    "customOrder": 1707,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"全部\",\"url\":\"/category/0/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美\",\"url\":\"/category/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"言情\",\"url\":\"/category/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"精品\",\"url\":\"/category/16/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"高辣\",\"url\":\"/category/19/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"辣文\",\"url\":\"/category/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人\",\"url\":\"/category/13/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻\",\"url\":\"/category/7/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"百合\",\"url\":\"/category/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"现代\",\"url\":\"/category/9/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史\",\"url\":\"/category/10/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠\",\"url\":\"/category/8/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"私密\",\"url\":\"/category/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"/category/12/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/category/14/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越\",\"url\":\"/category/17/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠\",\"url\":\"/category/18/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游\",\"url\":\"/category/15/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏\",\"url\":\"/category/11/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他\",\"url\":\"/category/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"情欲\",\"url\":\"/category/20/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修真\",\"url\":\"/category/21/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 0,
    "respondTime": 7683,
    "ruleBookInfo": {
      "author": ".author@span@text",
      "coverUrl": ".BGsectionOne-top-left@img@src",
      "intro": "#intro@p@text",
      "kind": ".category@span.0@text",
      "lastChapter": ".newestChapter@span@text",
      "name": ".title@text",
      "tocUrl": "text.章节目录@href",
      "wordCount": ".time@span@text"
    },
    "ruleContent": {
      "content": "p@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##第.*章.*"
    },
    "ruleExplore": {
      "author": "p.1@span@a@text",
      "bookList": ".CGsectionTwo-right-content-unit",
      "bookUrl": "p.0@a.0@href",
      "intro": "p.2@text",
      "kind": "",
      "name": "p.0@a.0@text",
      "wordCount": "p.0@text##最近更新."
    },
    "ruleSearch": {
      "author": "span.2@text",
      "bookList": ".SHsectionThree-middle@p",
      "bookUrl": "span.1@a@href",
      "kind": "span.0@a@text",
      "name": "span.1@text"
    },
    "ruleToc": {
      "chapterList": "ol li a\n<js>\ntry {\na=src.match(/var originalOrder = \\[.*\\];/)[0]\neval(String(a))\n\nlist=[]\nfor (i in result) {\n\tlist[originalOrder[i]]=result[i]\n\t}\n\t\nlist\n} catch(err) {\n\tresult\n\t}\n</js>",
      "chapterName": "a@text",
      "chapterUrl": "a@href##$##,{\"webView\":true}",
      "nextTocUrl": "#end@href\n@js:\nn=parseInt(result[0].match(/\\/(\\d+)\\.html/)[1]);\nlist=[];\nfor (i=2;i<=n;i++)\nlist.push(i+\".html\");\nlist"
    },
    "searchUrl": "/search/{{key}}/{{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "选书小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xuanshu.org#🎃",
    "customButton": false,
    "customOrder": 1708,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"最近更新\",\"url\":\"/top/lastupdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最新入库\",\"url\":\"/top/postdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总点击榜\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月点击榜\",\"url\":\"/top/monthvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周点击榜\",\"url\":\"/top/weekvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总收藏棒\",\"url\":\"/top/goodnum_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总推荐榜\",\"url\":\"/top/allvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月推荐榜\",\"url\":\"/top/monthvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周推荐榜\",\"url\":\"/top/weekvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总字数榜\",\"url\":\"/top/size_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻魔法\",\"url\":\"/sort1/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠修真\",\"url\":\"/sort2/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/sort3/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/sort4/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游动漫\",\"url\":\"/sort6/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻小说\",\"url\":\"/sort7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖灵异\",\"url\":\"/sort8/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"散文诗词\",\"url\":\"/sort9/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"综合其他\",\"url\":\"/sort10/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1720833545236,
    "loginUrl": "",
    "respondTime": 1138,
    "ruleBookInfo": {
      "author": ".info_des@dl.0@text##.*：",
      "coverUrl": ".tupian@img@src",
      "intro": ".intro@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "id.info@dd@a.1@text&&.info_des@dl.2@text##.*：|\\s..:.*|小说",
      "lastChapter": ".info_des@dl.3@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".info_des@h1@text"
    },
    "ruleContent": {
      "content": "id.content1@textNodes",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": ".zuozhe@text",
      "bookList": ".zuixin@li!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##/tupian/$2/$1/$1s.jpg###",
      "kind": ".lei,.uptime@text##\\[|\\]",
      "lastChapter": ".xupl@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".xname@text"
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "tbody@tr!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##/tupian/$2/$1/$1s.jpg###",
      "kind": "td.3@text",
      "lastChapter": "td.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "td.0@text"
    },
    "ruleToc": {
      "chapterList": ".pc_list@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\n/search.php,{\n  'method': 'post',\n  'body': 'searchkey={{key}}'\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "地址改用m.的目录URL规则：\n{{baseUrl}}##(.*?)m(.*)##$1m$2",
    "bookSourceGroup": "免费",
    "bookSourceName": "创维小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.woo16.vip",
    "customButton": false,
    "customOrder": 1709,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"☑️排行\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"总收藏榜\",\"url\":\"/paihang/goodnum_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最新入库\",\"url\":\"/paihang/postdate_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最近更新\",\"url\":\"/paihang/lastupdate_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总排行榜\",\"url\":\"/paihang/allvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"月排行榜\",\"url\":\"/paihang/monthvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"周排行榜\",\"url\":\"/paihang/weekvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"日排行榜\",\"url\":\"/paihang/dayvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"总推荐榜\",\"url\":\"/paihang/allvote_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"月推荐榜\",\"url\":\"/paihang/monthvote_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"周推荐榜\",\"url\":\"/paihang/weekvote_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"日推荐榜\",\"url\":\"/paihang/dayvote_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"☑️分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"/dushi_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"浓情\",\"url\":\"/nongqing_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"言情\",\"url\":\"/yanqing_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"/xiaoyuan_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"武侠\",\"url\":\"/wuxia_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻\",\"url\":\"/xuanhuan_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"穿越\",\"url\":\"/chuanyue_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"惊悚\",\"url\":\"/jingsong_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1733308267460,
    "respondTime": 22902,
    "ruleBookInfo": {
      "coverUrl": "$.thumbnail\n@js:\nresult||\"https://s3.bmp.ovh/imgs/2023/08/01/8a0ab481ea31a36f.jpg\"",
      "init": "",
      "intro": ".p3@text",
      "lastChapter": ".p4 a@text",
      "tocUrl": "{{baseUrl}}##(.*?)www(.*)##$1m$2"
    },
    "ruleContent": {
      "content": "id.nr@html"
    },
    "ruleExplore": {
      "author": ".p2 a@text||a.-1@text",
      "bookList": ".lists li||.listcon ul li",
      "bookUrl": "a.0@href",
      "coverUrl": "$.thumbnail\n@js:\nresult||\"https://s3.bmp.ovh/imgs/2023/08/01/1bb4968e49eedf2b.jpg\"",
      "intro": ".p3@text",
      "kind": "span.0@text&&span.-1@text##\\[|\\]|更新时间：",
      "lastChapter": ".lastchapter a@text",
      "name": "img@alt||a.0@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a.-1@text",
      "bookList": ".lists li",
      "bookUrl": "a.0@href",
      "coverUrl": "$.thumbnail\n@js:\nresult||\"https://s3.bmp.ovh/imgs/2023/08/01/2c5709f38795b4d1.jpg\"",
      "kind": "span.0@text&&span.-1@text##\\[|\\]|更新时间：",
      "lastChapter": "a.1@text",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": ".lb li!-1",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "isPay": "ttt",
      "nextTocUrl": ".showpage@a@href"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"body\": \"searchtype=articlename&searchkey={{key}}&t_btnsearch=\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "亿软网吧",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.yruan.com#🎃",
    "bookUrlPattern": "https://www.yruan.com/article/\\d+.html",
    "customButton": false,
    "customOrder": 1710,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻小说\",\"url\":\"http://m.yruan.com/sort/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"仙侠小说\",\"url\":\"http://m.yruan.com/sort/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"都市小说\",\"url\":\"http://m.yruan.com/sort/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"军史小说\",\"url\":\"http://m.yruan.com/sort/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"网游小说\",\"url\":\"http://m.yruan.com/sort/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"科幻小说\",\"url\":\"http://m.yruan.com/sort/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}}]",
    "lastUpdateTime": 1720596319663,
    "loginUrl": "",
    "respondTime": 3348,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text",
      "coverUrl": "id.fmimg@img@src",
      "init": "",
      "intro": "id.intro@tag.p.0@text",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content",
      "lastChapter": "id.info@tag.p.2@a@text##百度搜索.*",
      "name": "id.info@tag.h1@text",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@html##<!--go--> |<!--over--> "
    },
    "ruleExplore": {
      "author": "class.author@text",
      "bookList": "class.article",
      "bookUrl": "h6@a@href@js:'https://www.yruan.com'+result",
      "coverUrl": "img@src",
      "intro": "class.simple@text",
      "name": "h6@a@text"
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "tag.td.0@tag.a@href@js:\r\nvar id = result.match(/\\/(\\d+)\\.?/)[1];\r\n'/files/article/image/'+parseInt(id/1000)+'/'+id+'/'+id+'s.jpg';",
      "kind": "tag.td.4@text&&\ntag.td.5@text",
      "lastChapter": "tag.td.1@tag.a@text##百度搜索.*",
      "name": "tag.td.0@tag.a@text",
      "wordCount": "tag.td.3@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.yruan.com/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "文徒小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.bookfedex.com#",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1711,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1721278398755,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 688,
    "ruleBookInfo": {
      "author": "class.title@class.author@text",
      "coverUrl": ".fl.detailgame@.pic.fl@tag.img.0@src",
      "intro": "class.brief_text@text",
      "kind": "class.tags@tag.a.1:0@text&&div.brief.fl@div.4@span@text",
      "lastChapter": ".fl.detailgame@.brief.fl@a.6@text",
      "name": "class.title@class.name@text",
      "wordCount": ".fl.detailgame@.brief.fl@.hits@span.0@text##\\s"
    },
    "ruleContent": {
      "content": "class.read-content@tag.p.!-1@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.bookinfo@tag.a.0@text",
      "bookList": "class.search-result-list",
      "bookUrl": "class.bkinfo@href",
      "coverUrl": "class.imgbox@tag.img@src",
      "intro": ".fl.se-result-infos@p.0@text",
      "kind": "class.bookinfo@tag.a.1@text&&span.gx_wj@text",
      "name": "class.tit@text"
    },
    "ruleToc": {
      "chapterList": "class.cate-list@tag.a",
      "chapterName": "class.chapter_name@text",
      "chapterUrl": "href"
    },
    "searchUrl": "sou.html?keywords={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "落霞小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.luoxia123.com#🎃",
    "bookUrlPattern": "https://www.luoxia123.com/.*/",
    "customButton": false,
    "customOrder": 1712,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻仙侠\",\"url\":\"/xuanhuan/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"都市言情\",\"url\":\"/yanqing/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"穿越架空\",\"url\":\"/chuanyue/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"历史军事\",\"url\":\"/lishi/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"科幻灵异\",\"url\":\"/lingyi/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"网游竞技\",\"url\":\"/wangyou/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"耽美同人\",\"url\":\"/danmei/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"文学经典\",\"url\":\"/wenxue/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}}\n]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 0,
    "respondTime": 1376,
    "ruleBookInfo": {
      "author": "small@text",
      "coverUrl": "img@src",
      "intro": ".m-summary@text",
      "name": "h1@textNodes",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "id.content@html",
      "nextContentUrl": "text.下一章@href||class.m-page@a.-1@href"
    },
    "ruleExplore": {
      "author": "td.1@text",
      "bookList": "tbody>tr",
      "bookUrl": " a.0@href",
      "kind": "td.2@text",
      "name": "td.0@text"
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "tbody>tr",
      "bookUrl": " a.0@href",
      "kind": "td.-1@text",
      "lastChapter": "td.1@text",
      "name": "td.0@text"
    },
    "ruleToc": {
      "chapterList": "class.list-group@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.luoxia123.com/e/search/index.php,{\n  \"body\": \"tbname=bookname&show=title,writer&tempid=1&keyboard={{key}}\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "//同网址https://api.midukanshu.com/\n/**\n//目录url规则，获取目录url\thttps://api.midureader.com/fiction/book/getChaptersCdn,{\"method\": \"POST\",\"body\": \"app=midu&lastUpdatedTime=&bookId={{$.book_id}}\"}\n//目录列表规则，获取目录列表\n$..url\n<js>\nurl=String(result).match(/\"(.*)\"/) [1].replace(/\\\\/g,'').trim();\njava.ajax(url)\n//java.log(url)\n</js>\n$.[*]\n*/",
    "bookSourceGroup": "免费",
    "bookSourceName": "米读小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://api.midureader.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1713,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"User-Agent\":\"okhttp/3.12.1\"}",
    "lastUpdateTime": 1702175054004,
    "loginUrl": "",
    "respondTime": 840,
    "ruleBookInfo": {
      "author": "$.author",
      "coverUrl": "$..cover",
      "init": "$.data",
      "intro": "🏅 评分：{{$.score}}分\n🔥 热度：{{$.hot}}{{$.hotLabel}}\n🎗 标签：{{$..name##\\s##，}}\n🕰 更新时间：{{$.updateStatus}}\n📂 简介：{{$..description}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "{{java.getString('$.end_status')=='1'?'完结':'连载'}}\n{{$.category}}\n{{$.score}}分",
      "lastChapter": "",
      "name": "$.title",
      "tocUrl": "@js:\ntry{\n\"https://book.midureader.com/book/chapter_list/100/{{$.book_id}}.txt\"\n}\ncatch(e){\n\t\"https://book-spare.midureader.com/book/chapter_list/100/{{$.book_id}}.txt\"\n\t}",
      "wordCount": "$.word_count"
    },
    "ruleContent": {
      "content": "$..content\n@js:\n   if(result!=\"\"){\tresult}\n      else{java.ajax(baseUrl)}",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "$.author||$..emAuthor",
      "bookList": "$.data[*]",
      "bookUrl": "https://api.midureader.com/fiction/book/getDetail,{\n  \"method\": \"POST\",\n  \"body\": \"app=midu&book_id={{$..book_id}}\"\n}\n##(getBrief||getDetail)选用其中之一",
      "coverUrl": "$..cover",
      "intro": "$..description",
      "kind": "{{java.getString('$.end_status')=='1'?'完结':'连载'}}\n{{$.category}}\n{{$..name##\\s.*}}\n{{$.score}}分",
      "lastChapter": "",
      "name": "$..title",
      "wordCount": "$.word_count"
    },
    "ruleToc": {
      "chapterList": "$.[*]",
      "chapterName": "$.title",
      "chapterUrl": "@js:\ntry{\n\"https://book.midureader.com/book/chapter/segment/master/{{$.bookId}}/{{$.chapterId}}/{{$.content_md5}}.txt\"\n}\ncatch(e){\n\t\"https://book.midureader.com/book/chapter/master/{{$.bookId}}_{{$.chapterId}}.txt\"\n\t}",
      "isVip": "",
      "updateTime": ""
    },
    "searchUrl": "@js:\nvar option = {   \n        \"method\": \"POST\",\n        \"body\": \"app=midu&keyword={{key}}&page={{page-1}}\"\n    };\ntry{\n\"https://api.midureader.com/fiction/search/search,\"+ JSON.stringify(option)\n}\ncatch(e){\n\t\"https://api.midureader.com/fiction/search/searchV2,\"+ JSON.stringify(option)\n\t}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "书轩网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.bookxuan.com/",
    "bookUrlPattern": "book/\\d+/\\d+/",
    "customButton": false,
    "customOrder": 1714,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1692081295929,
    "loginUrl": "",
    "respondTime": 1854,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@tag.a@text",
      "coverUrl": "id.fmimg@img@src",
      "init": "",
      "intro": "id.intro@tag.p.0@text",
      "kind": "class.con_top@tag.a.7@text&&\nid.info@tag.p.1@text&&\nid.info@tag.p.2@text##最后更新：|状 态：|,加入.*",
      "lastChapter": "id.info@tag.p.3@tag.a@text",
      "name": "id.info@tag.h1@text",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@html##精彩小说免费阅读！"
    },
    "ruleExplore": {
      "author": "class.newbook_author@a@text",
      "bookList": "class.newbook_list",
      "bookUrl": "class.newbook_title@a@href@js:'http://www.bookxuan.com'+result",
      "coverUrl": "img@src",
      "intro": "class.newbook_intor@text",
      "kind": "class.s1@text",
      "name": "class.newbook_title@a@text"
    },
    "ruleSearch": {
      "author": "tag.td.2@text||id.info@tag.p.0@tag.a@text",
      "bookList": "id.nr||id.wrapper",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "tag.td.0@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\nsource.bookSourceUrl + 'files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "tag.td.4@text&&\ntag.td.5@text",
      "lastChapter": "tag.td.1@tag.a@text",
      "name": "tag.td.0@tag.a@text||id.info@tag.h1@text",
      "wordCount": "tag.td.3@text"
    },
    "ruleToc": {
      "chapterList": "id.list@dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "modules/article/search.php?searchkey={{key}}&searchtype=articlename&0={{page}},{\n  \"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "红袖添香🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.hongxiu.com#🎃",
    "customButton": false,
    "customOrder": 1715,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"现代言情\",\"url\":\"/category/30020_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代言情\",\"url\":\"/category/30013_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"浪漫青春\",\"url\":\"/category/30031_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻言情\",\"url\":\"/category/30001_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠奇缘\",\"url\":\"/category/30008_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"悬疑恐怖\",\"url\":\"/category/30036_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻空间\",\"url\":\"/category/30042_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏竞技\",\"url\":\"/category/30050_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"短篇小说\",\"url\":\"/category/30083_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"轻小说\",\"url\":\"/category/30055_f1_f1_f1_f1_f1_0_{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 0,
    "loginUrl": "https://passport.yuewen.com/yuewen.html?appid=41&areaid=2&autotime=30&source=m&version=1.0&ticket=1&unionshow=110&returnurl=https%3A%2F%2Fm.hongxiu.com%2FloginSuccess%3FjumpUrl%3Dhttps%253A%252F%252Fm.hongxiu.com%252Fuser",
    "respondTime": 10790,
    "ruleBookInfo": {
      "author": ".book-rand-a@text",
      "intro": "<js>p=baseUrl.replace(/m\\./,'www.')\njava.ajax(p)\n</js>class.intro.0@html",
      "kind": ".book-meta.0@text&&.book-meta.1@text##.*\\|",
      "lastChapter": "class.gray ell@text",
      "name": "h1@text",
      "tocUrl": "@js:baseUrl.replace(/m\\.(.*)/,'www.$1')"
    },
    "ruleContent": {
      "content": "class.read-content@tag.p@text",
      "replaceRegex": "##(\\s|\\S)*?阅读上一章|目录.*\\s|-/-"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".book-author@text",
      "bookList": ".book-li",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": ".book-desc@html",
      "kind": ".tag-small.0@text&&.tag-small.1@text",
      "name": "h4@text",
      "wordCount": "em.-1@text"
    },
    "ruleToc": {
      "chapterList": "class.volume@ul@li@a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{'webView': true}",
      "isVip": ""
    },
    "searchUrl": "https://m.hongxiu.com/so/{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "逐浪小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.zhulang.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1716,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1692440755857,
    "loginUrl": "",
    "respondTime": 1509,
    "ruleBookInfo": {
      "author": "class.yellow@text",
      "coverUrl": "class.bk-info@img@data-src",
      "intro": "id.bk-brief@p@text",
      "kind": ".tags@a.0:1@text&&.btm-link@em@text##更新",
      "lastChapter": "",
      "name": "tag.h3.0@text",
      "tocUrl": "text.开始阅读@href",
      "wordCount": ".bk-info@p.3@text"
    },
    "ruleContent": {
      "content": "class.rd-txt@p@text"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "h4@text",
      "bookList": "id.ret-list@li",
      "bookUrl": "a@href",
      "coverUrl": "img@data-src",
      "name": "h3@text"
    },
    "ruleToc": {
      "chapterList": "class.idx-ol@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "class.blue.0@option!0@value"
    },
    "searchUrl": "https://m.zhulang.com/search/index.html?k={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "若夏网网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ruoxia.com#🎃",
    "customButton": false,
    "customOrder": 1717,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1733385552318,
    "respondTime": 1275,
    "ruleBookInfo": {
      "author": "//*[@property='og:novel:author']/@content",
      "coverUrl": "//*[@property='og:image']/@content@js:result.split('@')[0]",
      "intro": "class.summary@class.note.0@text",
      "kind": "//*[@property='og:novel:category']/@content",
      "lastChapter": "//*[@property='og:novel:latest_chapter_name']/@content",
      "name": "//*[@property='og:title']/@content",
      "tocUrl": "//*[@property='og:novel:read_url']/@content@js:result.replace('/book/','/chapter/')"
    },
    "ruleContent": {
      "content": "$.chapter.htmlContent<js>result.replace(/<.*?>/g,'').replace(/\\r/g,'\\n　　')</js>"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.authorname",
      "bookList": "@JSon:$.data.content[*]",
      "bookUrl": "$.id@js:'http://www.ruoxia.com/book/'+result",
      "coverUrl": "$.iconUrlSmall@js:'https://b.heiyanimg.com'+result.split('@')[0]",
      "intro": "$.introduce",
      "kind": "$.sortname",
      "lastChapter": "$.lastchaptername",
      "name": "$.name"
    },
    "ruleToc": {
      "chapterList": ":(?s)(\\d+)\" class=\"(isvip)?[^\"]*name[^>]*>([^<]*)",
      "chapterName": "$2$3",
      "chapterUrl": "https://a.heiyan.com/ajax/chapter/content/$1"
    },
    "searchUrl": "http://search.ruoxia.com/web/search?highlight=false&queryString={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "安之原创",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.azycjd.com#",
    "customButton": false,
    "customOrder": 1718,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"月票榜\",\"url\":\"/webnovelmis/mobile/mranklistright/monthnum/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"点击榜\",\"url\":\"/webnovelmis/mobile/mranklistright/clicknum/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"收藏榜\",\"url\":\"/webnovelmis/mobile/mranklistright/savenum/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"更新榜\",\"url\":\"/webnovelmis/mobile/mranklistright/updatetime/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"推荐榜\",\"url\":\"/webnovelmis/mobile/mranklistright/recommandnum/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"订阅榜\",\"url\":\"/webnovelmis/mobile/mranklistright/subscribenum/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"书友打赏\",\"url\":\"/webnovelmis/mobile/mranklistright/rewardnum/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"新书推荐\",\"url\":\"/webnovelmis/mobile/mranklistright/newrecommandnum/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"新书收藏\",\"url\":\"/webnovelmis/mobile/mranklistright/newsavenum/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"完结精品\",\"url\":\"/webnovelmis/mobile/mranklistright/allclicknum/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/webnovelmis/mobile/mstackslistright/9/0/0/0/0/0/0/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"/webnovelmis/mobile/mstackslistright/17/0/0/0/0/0/0/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市异能\",\"url\":\"/webnovelmis/mobile/mstackslistright/38/0/0/0/0/0/0/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"历史军事\",\"url\":\"/webnovelmis/mobile/mstackslistright/24/0/0/0/0/0/0/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"游戏竞技\",\"url\":\"/webnovelmis/mobile/mstackslistright/50/0/0/0/0/0/0/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻灵异\",\"url\":\"/webnovelmis/mobile/mstackslistright/58/0/0/0/0/0/0/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"现代言情\",\"url\":\"/webnovelmis/mobile/mstackslistright/71/0/0/0/0/0/0/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代言情\",\"url\":\"/webnovelmis/mobile/mstackslistright/79/0/0/0/0/0/0/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1716236152935,
    "loginUrl": "http://www.azycjd.com/webnovelmis/mobile/mlogin",
    "respondTime": 3049,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "",
      "intro": "class.top_main.0@p@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "",
      "lastChapter": "class.top_main.-1@a@text",
      "name": "",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": ".novel@p@text",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "p.0@text##作者.",
      "bookList": ".list_main li",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "kind": "span.0@text",
      "name": "h3@text"
    },
    "ruleToc": {
      "chapterList": "class.top_main chapter@li",
      "chapterName": "p@text",
      "chapterUrl": "a@href",
      "isVip": ""
    },
    "searchUrl": "/webnovelmis/mobile/msearchresult,{\n  \"method\": \"POST\",\n  \"body\": \"searchtxts={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "悠久小说🎃#3",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ujxsw.com#🎃",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1719,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻奇幻::/xuanhuan/{{page}}/\n仙侠修真::/wuxia/{{page}}/\n都市青春::/dushi/{{page}}/\n历史军事::/lishi/{{page}}/\n游戏动漫::/youxi/{{page}}/\n科幻灵异::/kehuan/{{page}}/\n女生言情::/yanqing/{{page}}/",
    "header": "",
    "lastUpdateTime": 1720893131540,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 2581,
    "ruleBookInfo": {
      "author": "class.d_title@tag.a.0@text",
      "coverUrl": "id.bookimg@tag.img@src",
      "intro": "id.bookintro@tag.div@text##【展开】|【收起】",
      "kind": "id.count@tag.span.0@text",
      "lastChapter": "class.new@tag.a.0@&&class.new@tag.span.1@text##更新时间.",
      "name": "class.d_title@tag.h1@text##作者.*|\\s",
      "tocUrl": "class.motion@tag.a.0@href",
      "wordCount": "id.count@tag.span.4@text"
    },
    "ruleContent": {
      "content": "class.read-content@html##.*免费阅读！|佰度搜索.*|.*悠久小说.*|最新网址：www.ujxsw.com",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "author": "tag.a.2@text",
      "bookList": "id.sitembox@tag.dl",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src",
      "intro": "tag.dd.2@text",
      "kind": "tag.span.1@text&&tag.span.-1@text",
      "lastChapter": "tag.a.3@text",
      "name": "tag.a.1@text"
    },
    "ruleSearch": {
      "author": "tag.a.2@text",
      "bookList": "class.shulist@tag.ul",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.ujxs.com/files/article/image/$2/$1/$1s.jpg###",
      "kind": "tag.li.1@text",
      "lastChapter": "tag.a.1@text&&class.five@text",
      "name": "tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.readerlist@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/searchbooks.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "趣书网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://qubook.org#🎃",
    "customButton": false,
    "customOrder": 1720,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"🔖纯爱耿美🔖\",\"url\":\"/bookbl/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n\n{\"title\":\"现代耿美\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=19\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代架空\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=17\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越重生\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=15\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻网游\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"BL同人\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=49\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"GL百合\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=9\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n\n{\"title\":\"🔖女生小说🔖\",\"url\":\"/booknv/<,index_{{page-1}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n\n{\"title\":\"都市言情\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=14\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代言情\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=16\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越重生\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=15\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻仙侠\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=59\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青春同人\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=11\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游科幻\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=67\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n\n{\"title\":\"🔖男生小说🔖\",\"url\":\"/bookna/<,index_{{page}}.html>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n\n{\"title\":\"玄幻奇幻\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=77\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠仙侠\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=10\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市重生\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=24\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=87\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖推理\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=7356\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻网游\",\"url\":\"/e/search/result/<?,index.php?page={{page-1}}>&searchid=86\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n\n{\"title\":\"🔖热门榜单🔖\",\"url\":\"/images/rph.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}}\n]",
    "header": "{\n    \"User-Agent\":\"Mozilla/5.0 (iPhone; CPU iPhone OS 15_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Mobile/15E148 Safari/604.1\",\n   \n\t   \"Referer\":\"${sourceUrl}\"\n\n}",
    "lastUpdateTime": 1720956444719,
    "respondTime": 2629,
    "ruleBookInfo": {
      "author": ".mlist li.1@textNodes",
      "coverUrl": "",
      "intro": ".conten@html##第*.章[\\w\\W]+(.)",
      "kind": "{{@@.listcd@textNodes##\\> |\\ > .*}}\n{{@@.mlist li.0:2@textNodes}}",
      "lastChapter": "",
      "name": "h1@text##\\(.*\\)",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".conten@html",
      "replaceRegex": "",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "h1@text||a.1@text##.*\\(|\\)",
      "bookList": ".man_first li||.morelist li",
      "bookUrl": "h1 a.0@href||a.1@href||a@href",
      "intro": "p@text",
      "kind": "h3@text||a.0@text",
      "name": "h1@text||a.1@text||a@text##\\(.*\\)",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a.1@text##.*\\(|\\)",
      "bookList": ".morelist li",
      "bookUrl": "a.1@href",
      "checkKeyWord": "",
      "kind": "a.0@text",
      "name": "a.1@text##\\(.*\\)"
    },
    "ruleToc": {
      "chapterList": "@js:\npage=result.match(/<b>(\\d*)<\\/b>\\/<b>(\\d+)<\\/b>/)[2];\n//java.log(page)\nlist=[];\nlist.push({text:'第1页',href:baseUrl});\nif(page>=2){\nfor(var i=2;i<=page;i++){\nhref1=baseUrl.replace(/.html/,'')+'_'+i+'.html';\nlist.push({text:'第'+i+'页',href:href1});\n}\n}\nlist",
      "chapterName": "text",
      "chapterUrl": "href",
      "isPay": "",
      "isVip": "",
      "nextTocUrl": "",
      "preUpdateJs": ""
    },
    "searchUrl": "@js:\nburl = source.getKey().match(/([^#]*)/)[1];\nurl = burl+\"/e/search/\";\nbody = \"show=title%2Cnewstext&keyboard=\"+key;\n$ = java.post(url+\"index.php\",body,{}).headers();\nuri = $.Location||$.location;\nurl+=String(uri).replace('?','<?,index.php?page={{page-1}}&>');",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "书旗小说🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "https://t.shuqi.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1721,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"都市\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=都市&onlyAdvBooks=1&_=1682974411490\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"玄幻\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=玄幻&onlyAdvBooks=1&_=1682975134890\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"仙侠\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=仙侠&onlyAdvBooks=1&_=1682975134890\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"灵异\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=灵异&onlyAdvBooks=1&_=1682975134890\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"历史\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=历史&onlyAdvBooks=1&_=1682975134890\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"游戏\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=游戏&onlyAdvBooks=1&_=1682975134890\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"科幻\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=科幻&onlyAdvBooks=1&_=1682975134890\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"奇幻\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=奇幻&onlyAdvBooks=1&_=1682975134890\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"竞技\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=竞技&onlyAdvBooks=1&_=1682975134890\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"现言\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&secondCate=%E7%8E%B0%E4%BB%A3%E8%A8%80%E6%83%85&onlyAdvBooks=1&_=1682975766781\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"古言\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&secondCate=%E5%8F%A4%E4%BB%A3%E8%A8%80%E6%83%85&onlyAdvBooks=1&_=1682975475024\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"幻言\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&secondCate=%E5%B9%BB%E6%83%B3%E8%A8%80%E6%83%85&onlyAdvBooks=1&_=1682975856354\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"校园\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=%E6%A0%A1%E5%9B%AD&onlyAdvBooks=1&_=1682975960149\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.2}}]",
    "header": "",
    "lastUpdateTime": 1684442278705,
    "loginUrl": "",
    "respondTime": 4799,
    "ruleBookInfo": {
      "author": "[property=og:novel:author]@content",
      "canReName": "",
      "coverUrl": "[property=og:image]@content",
      "downloadUrls": "",
      "init": "",
      "intro": "[property=og:description]@content",
      "kind": "[property=og:novel:update_time]@content&&[property=og:novel:status]@content##\\..*",
      "lastChapter": "[property=og:novel:latest_chapter_name]@content",
      "name": "[property=og:title]@content",
      "tocUrl": "<js>\nvar bookId=java.get('bid');\nvar encryptKey=\"37e81a9d8f02596e1b895d07c171d5c9\",user_id=\"8000000\",timestamp=parseInt((new Date).getTime()/1e3);\nvar o=bookId+timestamp+user_id+encryptKey;\nvar sign=java.md5Encode(o);\nvar list={'turl':'https://ocean.shuqireader.com/api/bcspub/qswebapi/book/chapterlist?_=&bookId='+bookId+'&user_id=8000000&sign='+sign+'&timestamp='+timestamp};list\n</js>$.turl",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "ChapterContent@js:\nfunction p(e) {\n    return e.split(\"\").map(function (e) {\n        return e.match(/[A-Za-z]/) ? (c = Math.floor(e.charCodeAt(0) / 97), k = (e.toLowerCase().charCodeAt(0) - 83) % 26 || 26, String.fromCharCode(k + (0 == c ? 64 : 96))) : e\n    }).join(\"\")\n}\njava.base64Decode(p(result))"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.data",
      "bookUrl": "$.bid<js>java.put('bid',result);'https://t.shuqi.com/book/'+result+'.html'</js>",
      "coverUrl": "$.cover",
      "intro": "$.desc",
      "kind": "{{$.category}}",
      "lastChapter": "$.last_chapter_name",
      "name": "$.title",
      "wordCount": "$.words"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$..aladdin&&$.data",
      "bookUrl": "$.bid<js>java.put('bid',result);'https://t.shuqi.com/book/'+result+'.html'</js>",
      "checkKeyWord": "",
      "coverUrl": "$.cover",
      "intro": "$.desc",
      "kind": "$.category",
      "lastChapter": "$.latest_chapter.cname",
      "name": "$.title",
      "wordCount": "$.words"
    },
    "ruleToc": {
      "chapterList": "$.data.chapterList[0].volumeList<js>java.put('freeUrlPre',java.getString('$.data.freeContUrlPrefix'));java.put('shortUrlPre',java.getString('$.data.shortContUrlPrefix'));result</js>",
      "chapterName": "$.chapterName",
      "chapterUrl": "<js>var l=java.getString('$.contUrlSuffix');if(l.indexOf('reqEncryptParam')==-1){java.get('freeUrlPre')+l}else{java.get('shortUrlPre')+java.getString('$.shortContUrlSuffix')}</js>",
      "isVip": ""
    },
    "searchUrl": "https://read.xiaoshuo1-sm.com/novel/i.php?do=is_search&isNewBind=0&tk=&imei=&sn=&channelId=&clientPatch=&clientVersion=&device=&deviceId=&utdid=&model=&osName=&osVersion=&umidToken=&appVersion=&app=&platform=3&ykToken=&ykuid=&shuqi_h5=&token=&user_id=8000000&q={{key}}&page=1&size=10&uid=8000000&filterMigu=1&ver=&p=3",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "鸟书网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.99xs.info#🎃",
    "bookUrlPattern": "https://www.99mk.info//tag/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 1722,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻奇幻\",\"url\":\"/type/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"武侠仙侠\",\"url\":\"/type/2_{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"都市言情\",\"url\":\"/type/3_{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"历史军事\",\"url\":\"/type/4_{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"科幻灵异\",\"url\":\"/type/5_{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"网游竞技\",\"url\":\"/type/6_{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"女生频道\",\"url\":\"/type/7_{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\": 0.29}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\"\n}",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 9847,
    "ruleBookInfo": {
      "author": "class.info@class.small@tag.span.0@text||dd.dd_box.0>span@text##作者：",
      "coverUrl": "class.info@class.cover@img@src",
      "init": "",
      "intro": "class.info@class.intro@text||div.book_about dd@text##简介：",
      "kind": "{{@@[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content&&dl>dd>span.1@text}}##分类：",
      "lastChapter": "[property=og:novel:latest_chapter_name]@content##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.info@h2@text||dt.name@text",
      "tocUrl": "text.查看更多章节@href",
      "wordCount": "class.info@class.small@tag.span.3@text||||dd.dd_box.1>span.1@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html||div#chaptercontent@html",
      "replaceRegex": "##\\s*.*(域名|网址)：.*|\\s*.*(本章未完|书友).*|{{chapter.title}}.*\\n*"
    },
    "ruleExplore": {
      "author": "class.s3.0@text||dt>span@text",
      "bookList": "div.ll>div.item&&div[class=\"l bd\"]>ul>li",
      "bookUrl": "span.s2>a@href||.image>a@href",
      "coverUrl": "class.s2.0@a@href||.image>a@href\n<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.99mk.net/headimgs/'+iid+'/'+id+'/s'+id+'.jpg';\n</js>",
      "intro": "dl>dd@text",
      "kind": "span.s1[0]@text",
      "lastChapter": "class.s3@a@text",
      "name": "span.s2.0@text||dt>a@text"
    },
    "ruleSearch": {
      "author": "class.author@text##作者：",
      "bookList": "class.bookbox",
      "bookUrl": "h4@a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.99mk.net/tag/'+iid+'_'+id+'/';\n</js>",
      "checkKeyWord": "万族之劫",
      "coverUrl": "img@src",
      "intro": "p@text",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@a@text",
      "name": "h4@a@text"
    },
    "ruleToc": {
      "chapterList": ".listmain>dl>dt:nth-of-type(2)~dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href@js:result+',{webView:“true”}'"
    },
    "searchUrl": "/read/search/,{\n\"method\": \"POST\",\n\"body\": \"searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🛍︎追书神器",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.zhuishushenqi.com/",
    "customButton": false,
    "customOrder": 1723,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "男生最热榜::http://www.zhuishushenqi.com/ranking/dcf689ff585445218abbb23539f23c3c?type=male&page={{page}}\n男生潜力榜::http://www.zhuishushenqi.com/ranking/770626157c3947a2a983a6433ca49820?type=male&page={{page}}\n男生飙升榜::http://www.zhuishushenqi.com/ranking/19c48a03b452464d85c95f168577d97f?type=male&page={{page}}\n男生完结榜::http://www.zhuishushenqi.com/ranking/23a22accbe064e3b9f04eb1fb3abee03?type=male&page={{page}}\n男生好评榜::http://www.zhuishushenqi.com/ranking/00bb4cd7c4034e0693ba8d604066394f?type=male&page={{page}}\n男生VIP榜::http://www.zhuishushenqi.com/ranking/4bf04a7299f145c69e1ad20d4495bd74?type=male&page={{page}}\n男生留存榜::http://www.zhuishushenqi.com/ranking/20bb08d9d8de4a358e14b047074a4315?type=male&page={{page}}\n男生热搜榜::http://www.zhuishushenqi.com/ranking/6fda0ecb16f54c188bc320ec085e1184?type=male&page={{page}}\n男生经典榜::http://www.zhuishushenqi.com/ranking/eb1ab113d65a46bcb05d1e16f3da73f9?type=male&page={{page}}\n女生最热榜::http://www.zhuishushenqi.com/ranking/a1ee23f52e6447f5af7559ac31f8204b?type=female&page={{page}}\n女生潜力榜::http://www.zhuishushenqi.com/ranking/909e0279f92549fb9820bfaa25121e81?type=female&page={{page}}\n女生飙升榜::http://www.zhuishushenqi.com/ranking/b0eea34b22644e3a8605e98c8795c018?type=female&page={{page}}\n女生完结榜::http://www.zhuishushenqi.com/ranking/297ff544f4274b3692f69bf29d0bd7df?type=female&page={{page}}\n女生好评榜::http://www.zhuishushenqi.com/ranking/bcf48e77e1da4a58aff8df0d9fe6a6f2?type=female&page={{page}}\n女生VIP榜::http://www.zhuishushenqi.com/ranking/a0129f91a0da4ab29cb8e760dbc4d07f?type=female&page={{page}}\n女生留存榜::http://www.zhuishushenqi.com/ranking/24ef1860f3084c9bb07050de9882bf53?type=female&page={{page}}\n女生热搜榜::http://www.zhuishushenqi.com/ranking/560b927118494ab1ac4c463b608add21?type=female&page={{page}}\n女生经典榜::http://www.zhuishushenqi.com/ranking/b1cc92b6219840bebdca4b7cefa2205d?type=female&page={{page}}\n出版飙升榜::http://www.zhuishushenqi.com/ranking/d52ca7d4ae7840f98581d688bb74c8f2?type=press&page={{page}}\n出版热搜榜::http://www.zhuishushenqi.com/ranking/06aa21ebe73a48799dbd59bf05dd6859?type=press&page={{page}}\n出版经典榜::http://www.zhuishushenqi.com/ranking/fa449c3dd64342dfa8b4944e3e8a063b?type=press&page={{page}}\n男生精选::http://www.zhuishushenqi.com/selection/7cad805929b84605993b2a6d07dbaa1f&page={{page}}\n女生精选::http://www.zhuishushenqi.com/selection/53120f39c63140a783b4ef2cffbc97ca&page={{page}}\n男频新书::http://www.zhuishushenqi.com/selection/a8b855d327dc405ca24a7776eb4370f0&page={{page}}\n女频新书::http://www.zhuishushenqi.com/selection/a62b7aa252f84c90ad6e9fee44c8151d&page={{page}}\n玄　幻::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=玄幻&page={{page}}\n都　市::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=都市&page={{page}}\n灵　异::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=灵异&page={{page}}\n仙　侠::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=仙侠&page={{page}}\n游　戏::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=游戏&page={{page}}\n科　幻::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=科幻&page={{page}}\n职　场::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=职场&page={{page}}\n历　史::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=历史&page={{page}}\n军　事::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=军事&page={{page}}\n轻小说::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=轻小说&page={{page}}\n奇　幻::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=奇幻&page={{page}}\n武　侠::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=武侠&page={{page}}\n竞　技::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=竞技&page={{page}}\n体　育::http://www.zhuishushenqi.com/category?gender=male&type=hot&major=体育&page={{page}}\n现代言情::http://www.zhuishushenqi.com/category?gender=female&type=hot&major=现代言情&page={{page}}\n古代言情::http://www.zhuishushenqi.com/category?gender=female&type=hot&major=古代言情&page={{page}}\n幻想言情::http://www.zhuishushenqi.com/category?gender=female&type=hot&major=幻想言情&page={{page}}\n科幻空间::http://www.zhuishushenqi.com/category?gender=female&type=hot&major=科幻空间&page={{page}}\n青春校园::http://www.zhuishushenqi.com/category?gender=female&type=hot&major=青春校园&page={{page}}\n灵异悬疑::http://www.zhuishushenqi.com/category?gender=female&type=hot&major=灵异悬疑&page={{page}}\n同人衍生::http://www.zhuishushenqi.com/category?gender=female&type=hot&major=同人衍生&page={{page}}\n游戏情缘::http://www.zhuishushenqi.com/category?gender=female&type=hot&major=游戏情缘&page={{page}}\n唯美纯爱::http://www.zhuishushenqi.com/category?gender=female&type=hot&major=唯美纯爱&page={{page}}\nnull",
    "lastUpdateTime": 1704727363177,
    "respondTime": 1739,
    "ruleBookInfo": {
      "author": "class.sup@tag.a@text",
      "init": "",
      "intro": "class.content intro@text",
      "name": "class.author@text"
    },
    "ruleContent": {
      "content": "class.inner-text@html"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "class.author@tag.span.0@text",
      "bookList": "class.book",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.img@src",
      "kind": "class.popularity@text##\\|.*",
      "lastChapter": "class.popularity@text##.*\\|",
      "name": "class.name@tag.a.0@text||class.name@tag.span.0@text"
    },
    "ruleToc": {
      "chapterList": "class.book-section.2@tag.a",
      "chapterName": "tag.a@text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.zhuishushenqi.com/search?val={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：第一版主\nhttp://i.12bz.net\nhttp://m.111bz.cc\nhttp://m.dybz123.com\nhttp://m.xiaobanzhu.com\nhttp://m.xinbanzhu.net",
    "bookSourceGroup": "🔞",
    "bookSourceName": "📖御书屋12",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.yushuwu12.com/#",
    "customButton": false,
    "customOrder": 1724,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "                                               🌹榜单🌹                                             \n日点击榜::/top/dayvisit_{{page}}/\n周点击榜::/top/weekvisit_{{page}}/\n月点击榜::/top/monthvisit_{{page}}/\n总点击榜::/top/allvisit_{{page}}/\n总收藏榜::/top/goodnum_{{page}}/\n字数排行::/top/size_{{page}}/\n总推荐榜::/top/allvote_{{page}}/\n最新入库::/top/postdate_{{page}}/\n最近更新::/top/lastupdate_{{page}}/\n                                               🌹分类🌹                                             \n  玄幻 ::/sort/1_{{page}}/\n  修真 ::/sort/2_{{page}}/\n  都市 ::/sort/3_{{page}}/\n  穿越 ::/sort/4_{{page}}/\n藏经阁::/sort/5_{{page}}/\n  科幻 ::/sort/6_{{page}}/\n  其他 ::/sort/7_{{page}}/",
    "lastUpdateTime": 1745852648263,
    "respondTime": 35156,
    "ruleBookInfo": {
      "author": ".block_txt2 a.2@text",
      "coverUrl": ".block_img2 img@src",
      "init": "",
      "intro": ".intro_info@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".block_txt2 p.3:4:5@text##.*：|小说|\\s.*",
      "lastChapter": ".block_txt2 a.4@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": ".block_txt2 a.1@text",
      "tocUrl": "text.查看目录@href"
    },
    "ruleContent": {
      "content": "#nr1@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##(“|‘|’|—|-|'|\"|<|>|…|，|,|？|「|！|!|（|）|《|》|『|』|【|】|～|~|：|；|、|#|%|¥|/|\\|·|A|B|C|D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R|S|T|U|V|W|X|Y|Z|a|b|c|d|e|f|g|h|i|j|k|l|m|n|o|p|q|r|s|t|u|v|w|x|y|z|0|1|2|3|4|5|6|7|8|9|[\\u4e00-\\u9fa5])\\n\\s{2}##$1"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".cover p",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.12bz.net/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": "",
      "kind": "a.0@text##\\[|\\]|小说",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".chapter li a",
      "chapterName": "text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"type=articlename&s={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "制作 by 靈狐\napp\ncom.wbydq.txtreader\n同库\n追小说\n美萌小说\n无敌小说",
    "bookSourceGroup": "免费",
    "bookSourceName": "♨️小说迷",
    "bookSourceType": 0,
    "bookSourceUrl": "https://pub.wowonongjia.com",
    "customButton": false,
    "customOrder": 1725,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\"User-Agent\":\"okhttp/3.9.1\"}",
    "lastUpdateTime": 1718949631606,
    "respondTime": 3564,
    "ruleBookInfo": {
      "author": "book_author",
      "coverUrl": "book_cover",
      "init": "data",
      "intro": "&nbsp;评分：{{$.book_score}}\n点击：{{$.read_views}}\n标签：{{$.book_tag.*##\\n##,}}\n简介：{{$.book_intro}}",
      "kind": "{{$.cate_sub}},{{java.getString('book_role')=='male'?'男生':'女生'}},{{java.getString('is_finish')==0?'连载':'完结'}},{{$.time_update}}",
      "lastChapter": "chapter_last&&time_update##\\n##·",
      "name": "book_name",
      "tocUrl": "x_id@js:java.put('x_id',result);'/book/catalog/{{$._id}}'",
      "wordCount": "word_size"
    },
    "ruleContent": {
      "content": "chapter.body"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "book_author",
      "bookList": "data",
      "bookUrl": "/book/info/{{$._id}}",
      "coverUrl": "book_cover",
      "intro": "book_intro",
      "kind": "{{$.cate_sub}},{{$.book_score}}分,{{$.read_views}}点击",
      "name": "book_name",
      "wordCount": "word_size"
    },
    "ruleToc": {
      "chapterList": "data.chapter_list@js:java.put('url',java.getString('$..chapter_url'));result",
      "chapterName": "cp",
      "chapterUrl": "id@js:\ntime=Date.now()\ntoken=java.md5Encode(result+Math.floor(time/10000+5)+java.get('x_id'))\njava.get('url')+result+'?ts='+time+'&token='+token"
    },
    "searchUrl": "/search/return?query={{key}}&start={{page-1}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "⌨蛋文库（手机）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://danwenku.com##旅途",
    "customButton": false,
    "customOrder": 1726,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"同人\",\"url\":\"/e/search/result/index.php?page={{page-1}}&searchid=1605\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"生子\",\"url\":\"/e/search/result/index.php?page={{page-1}}&searchid=127\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"重生\",\"url\":\"/e/search/result/index.php?page={{page-1}}&searchid=4\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"百合\",\"url\":\"/e/search/result/index.php?page={{page-1}}&searchid=8734\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"现代\",\"url\":\"/e/search/result/index.php?page={{page-1}}&searchid=1677\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"末世\",\"url\":\"/e/search/result/index.php?page={{page-1}}&searchid=20\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"古代\",\"url\":\"/e/search/result/index.php?page={{page-1}}&searchid=512\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"双性\",\"url\":\"/e/search/result/index.php?page={{page-1}}&searchid=178\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"新区\",\"url\":\"/wanjie/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"同人\",\"url\":\"/tongren/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"言情\",\"url\":\"/gangtai/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"玄幻\",\"url\":\"/xuanhuan/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"穿越\",\"url\":\"/chuanyue/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"其他\",\"url\":\"/qita/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"老书文库\",\"url\":\"/wenku/index<,_{{page}}>.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.46}}]",
    "header": "{ \"User-Agent\": \"Mozilla/5.0 (Linux; Android 8.1.0) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1721534629961,
    "loginUrl": "https://danwenku.com",
    "respondTime": 3371,
    "ruleBookInfo": {
      "author": "h1@text##.*——|BY：|by：",
      "kind": "",
      "lastChapter": "##录入：([^<]+)##$1###",
      "name": "h1@text##——.*|\\[.*\\]"
    },
    "ruleContent": {
      "content": "class.single-content@html",
      "nextContentUrl": "",
      "replaceRegex": "##\\s*.*尾页.*\\s*"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "h2@text##.*——|BY：|by：",
      "bookList": "article",
      "bookUrl": "a@href",
      "intro": ".archive-content@text",
      "kind": ".comment@text&&.date@text",
      "lastChapter": "",
      "name": "h2@text##——.*|\\[.*\\]"
    },
    "ruleToc": {
      "chapterList": "+<js>\nvar n=result.match(/<b>1<\\/b>\\/<b>(\\d+)<\\/b>/)[1];\n\nvar list=[{k:'第1页',v:baseUrl}];\n\nfor(var i=2;i<=n;i++){\nlist.push({k:'第'+i+'页',v:baseUrl.replace(/\\.html/,'_'+i+'.html')});\n\n}\nlist\n</js>",
      "chapterName": "k",
      "chapterUrl": "v"
    },
    "searchUrl": "@js:\nbody=\"keyboard=\"+key+\"&show=title,newstext\";\noption={\"charset\":\"GBK\",\"method\":\"POST\",\"body\":String(body)};\n\n\"/e/search/index.php,\"+JSON.stringify(option)",
    "weight": 0
  },
  {
    "bookSourceGroup": "🔞",
    "bookSourceName": "🙈PO站",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.jile1.com",
    "customButton": false,
    "customOrder": 1727,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部小说\",\"url\":\"/list/0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"耽美小说\",\"url\":\"/list/1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"百合小说\",\"url\":\"/list/2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"言情小说\",\"url\":\"/list/3-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"高辣文\",\"url\":\"/list/4-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"腹黑小说\",\"url\":\"/list/5-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"种田文\",\"url\":\"/list/6-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"高干文\",\"url\":\"/list/7-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"玄幻小说\",\"url\":\"/list/8-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"修真小说\",\"url\":\"/list/9-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他小说\",\"url\":\"/list/10-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠小说\",\"url\":\"/list/11-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市小说\",\"url\":\"/list/12-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻小说\",\"url\":\"/list/13-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游小说\",\"url\":\"/list/14-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖小说\",\"url\":\"/list/15-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史小说\",\"url\":\"/list/16-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"同人小说\",\"url\":\"/list/17-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.76\"}",
    "lastUpdateTime": 1770167602873,
    "respondTime": 9128,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": ".info1@img@src",
      "intro": "[property$=description]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content"
    },
    "ruleContent": {
      "content": "class.panel panel-default@html"
    },
    "ruleExplore": {
      "author": ".book_author@text",
      "bookList": ".panel-body@.col-lg-6",
      "bookUrl": "h4@a@href",
      "coverUrl": "img@src",
      "intro": ".book-intro-index@text",
      "name": "h4@text"
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "tbody@tr!0",
      "bookUrl": "td.1@a@href",
      "coverUrl": "ing@src",
      "kind": "td.3:4@text",
      "name": "td.1@text"
    },
    "ruleToc": {
      "chapterList": "class.list-group list-charts@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🛸得间小说⭐",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.idejian.com#渊呀",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1728,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1727366818738,
    "loginUrl": "https://m.idejian.com/user/login?goBackUrl=https%3A%2F%2Fm.idejian.com%2F",
    "respondTime": 4293,
    "ruleBookInfo": {
      "author": "class.author.0@text",
      "coverUrl": ".bookcover@src",
      "intro": "[property=og:description]@content",
      "kind": "class.author.1@text",
      "lastChapter": "class.title.1@textNodes",
      "name": ".main dt@text",
      "tocUrl": "@js:\"https://dj.palmestore.com/zybook/u/p/api.php?Act=getChapterListVersion&bid=\"+java.put('bid',baseUrl.match(/(\\d+)/)[1])+\"&p4=501656\"",
      "wordCount": ".font_num@text"
    },
    "ruleContent": {
      "content": ".h5_mainbody@p@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.book_author.0@text",
      "bookList": ".v_list li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "img@src",
      "intro": ".book_info@text",
      "kind": "class.book_author.2@text",
      "name": ".book_name@text"
    },
    "ruleToc": {
      "chapterList": "cp",
      "chapterName": "cn@text",
      "chapterUrl": "https://m.idejian.com/book/@get:{bid}/{{@css:id@text}}.html"
    },
    "searchUrl": "/search/do?keyword={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "就去看网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.97k.cc#🎃",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1729,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻小说\",\"url\":\"/category/1_1.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"修真小说\",\"url\":\"/category/2_1.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"言情小说\",\"url\":\"/category/3_1.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"穿越小说\",\"url\":\"/category/4_1.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"侦探小说\",\"url\":\"/category/5_1.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"网游小说\",\"url\":\"/category/6_1.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"科幻小说\",\"url\":\"/category/7_1.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"灵异小说\",\"url\":\"/category/8_1.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},\n{\"title\":\"其他小说\",\"url\":\"/category/10_1.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}}]",
    "header": "{'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'}",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 12980,
    "ruleBookInfo": {
      "author": "@get:{x}",
      "canReName": "true",
      "coverUrl": "@js:(s=java.getStringList('@css:img[alt*='+book.name+']@src||meta[property$=image]@content||img[src~=(cover|file|article)[^a-z]|/\\\\d+[/_-]\\\\d+(s?\\\\.|$)]@src||img[data-src~=\\\\S]@data-src||img[src*=/img]@src||img[src~=^(data|https?):|^[^:]+/]@src')).size()?/^data:/.test(s=s.get(0))?java.base64Encode(s):s:null",
      "init": "",
      "intro": "@js:'　　'+java.get(\"g\")",
      "kind": "@js:java.get(\"v\")",
      "lastChapter": "@get:{z}",
      "name": "@js:\nj=String(book.customIntro).match(/^\\{((?:[录原单动静直全跳逆字图]|\\[[^\\[\\]]+\\]|\\d+#[^#]+#)+)\\}/);\n\nkey=String((u=(baseUrl=String(baseUrl).replace(/,{[^{}]+}$/,'')).match(/^(.+)\\?((?:[录原单动静直全跳逆字图]|\\[[^\\[\\]]+\\]|\\d+#[^#]+#)+)$/))&&(baseUrl=u[1])&&j?j[1]+u[2]:u?u[2]:j?j[1]:'');\n\n$=it=>(fn=r.select(it)).size()&&(fn=fn.first());\n\nr=org.jsoup.Jsoup.parse(result);\nr.select(\"script,noscript,style,head>:not(meta,title),footer,[class~=^foot],[id~=^foot],a:has(>:last-child:matchesOwn(^分类$))\").remove();\n\nm=String(r).replace(/(?:&nbsp;)+/g,\" \");\n\n书=false;n=String(($('[property$=book_name]')&&(书=fn.attr('content')))||(function(){\nif($('title')&&(书=String(fn.text()).replace(/^(简介页|详情页|目录页|正版|全本|免费阅读|[\\s。.,_/|《「『【〖（(\\[\\])）〗】』」─—-]+)+/,\"\"))){\nfor(x=0,c=r.select(\"h1,h2,h3,strong\").eachText();x<c.size();x++)if(\n(y=c.get(x))!=''&&(u=书.indexOf(y),~u&&u<4))return y}return 书}())||'请自行修改书名').replace(/(?!^)[^\\u4e00-\\u9fa5a-zA-Z0-9]*(?:笔趣阁|思路客|燃文|小说|漫画|手机)?(?:[.|,_/\\s「『【〖（(\\[\\])）〗】』」。─—-]|(?:人工|机器|电脑)?校正|精校|完[整结]|加料|番外|未删节|简介|全[文本集]|下载|(?:小说|漫画|大全|正版(?:小说|漫画)?|免费|免费小说|免费漫画|免费全[文本]|在线|最[新快]|全部|手机|电脑)(?:全[文本集部]|大全|免费|在线|阅读|下载|章节|小说|更新|漫画|\\.)|([^a-zA-Z0-9])(?:azw|mobi|epub|txt)(?![a-zA-Z0-9])|(?:最全)?(?:章节|目录|列表){2,}|更新章节最快|无广告|(?::顶点)?无弹窗|无防盗|小说网|手打全文|[纯全](?:手打|文字)|\\s*by\\s*(?=[\\u4e00-\\u9fa5]))[\\S\\s]*/i,\"$1\");\n\nif($('[property$=author]')){\nx=String(fn.attr(\"content\")).replace(/^作\\s*[者家][\\s:：]*|(?!^)[/／｜|，,\\s][^⚙️]*$/,\"\")\n}else{\nx=m.match(/>\\s*([^>]+?)(?:\\s*<\\/[a-z]+>\\s*|\\s+)著\\s*<|[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】>《》](?:小说|漫画)?作\\s*者(?![^>]+->)(?:[:：\\s〖【（《［\\[\\(]|<[^it\\/][^>]*>|<\\/[^>]+>)+([^\\s<\">,，/／｜|\\)\\]］》）】〗]+)/);\nx=x?x[1]?x[1]:x[2]:$('#author,.author')?String(fn.text()).replace(/(?!^)[/／｜|，,\\s][^⚙️]*$/,\"\"):\"\"}\njava.put(\"x\",x);\n\nc=(fn=r.select(\"meta[property~=category$]\")).size()?String(fn.attr(\"content\"))\n.replace(/(?!^)\\s*[，,./／｜|]\\s*/,\",\"):(fn=m.match(/(?:[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】》]|<[^a/][^>]*>|<\\/[^>]+>)(?:[分大]\\s*类|类\\s*[型别])(?:[:：\\s]|<[^>]+>)+([^\\s<.\"/／｜|>]+)/))&&fn[1];\nif(c)java.put(\"v\",c);\n\nc=(fn=r.select(\"meta[property~=status$]\")).size()?fn.attr(\"content\"):(fn=m.match(/(?:[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】》]|<[^a/][^>]*>|<\\/[^>]+>)状\\s*态(?:[:：\\s]|<[^>]+>)+([^\\s<.\"/／｜|>]+)/))&&fn[1];\nif(c)java.put(\"s\",c);\n\nc=$('meta[property~=latest_chapter_name$]')?fn.attr(\"content\"):(fn=m.match(/>(?:\\s*[更最]\\s*[新近])+(?:\\s*章\\s*节)?(?:[:：\\s\\[]|<[^>]+>)+(?!\\s*(?:-|&gt;)\\s*<|[:：\\s0-9T年月日时分秒*-]{5,}<|[^:：]+[^章\\s]\\s*[:：]\\s*<|更新(?:时间)?[:：])([^<\"/／｜|\\]>]+)/))&&fn[1];\nif(c)java.put(\"z\",c);\n\n正=true;\nif(key.length){\nif(~key.indexOf(\"全\"))java.put(\"全\",1);\nif((\nu=key.match(/[^\\[\\]]+(?=\\])/),\nc=~key.indexOf(\"录\"),\ny=~key.indexOf(\"单\"),\nbaseUrl=u?u[0]:baseUrl,\n(c||u)&&(baseUrl=c||y?(baseUrl=String((c=baseUrl.match(/(.+[^\\d])(\\d+)([^\\d]*)$/))[1]+1+c[3]),\nc=c[2]+'🌕'+c[1]+'🌕'+2+'🌕'+c[3],\nbaseUrl):baseUrl)\n)||~key.indexOf(\"直\")\n)java.put(\"目\",1),正=1;\nif(~key.indexOf(\"录\"))java.put(\"录\",c),正=1;\nif(y||~key.indexOf(\"#\")){\nif(!u){\nif((网=key.match(/(\\d+)#([^#]+)/))\n&&(尾=网[1],网=网[2].match(/^(.*[^\\d])([12])([^/?\\d]*)$/))\n||(尾=r.select('a[href~=\\\\d[^/?\\\\d]*$]:matches(^(尾|末|最后一)[頁页篇章回节節话話]$)')).size()\n&&(网=r.select('a:matches(^2$)')).size()\n&&(网=String(网.first().attr('href')).match(/^(.*[^\\d])([12])([^/?\\d]*)$/))\n&&(尾=String(尾.first().attr('href')).match(/\\d+(?=[^/?\\d]*$)/)[0])){\nc=尾+'🌕'+网[1]+'🌕'+网[2]+'🌕'+网[3]\n}else if((c=r.select('a:matches(^(\\\\d+|…+|\\\\.+)$)')).size()){\nif((网=String(c).split(/<a[^>]+>[^\\d<]+<\\/a>/)).length==2){\nfor(c=网[0],尾=网[1],x=+网[1].match(/>([^<]+)/)[1],网=网[0].match(/href=\"([^\"]*[^\\d])(\\d+)([^/?\\d\"]*)\"[^>]*>([^<]+)<[^<]+$/),j=+网[4],i=+网[2]-j;j<x;j++)c+=\"<a href='\"+网[1]+(j+i)+网[3]+\"'>\"+j+\"</a>\";\nc+=尾}\n}else c=1}\njava.put(\"单\",c),正=false}\nif(~key.indexOf(\"跳\"))java.put(\"跳\",1);\nif(~key.indexOf(\"逆\"))book.setReverseToc(true);\nelse book.setReverseToc(false);\nif((u=~key.indexOf(\"图\"))||~key.indexOf(\"原\"))java.put(\"原\",1);\nif(~key.indexOf(\"动\"))java.put(\"动\",',{\"webView\":true}');\nelse if(~key.indexOf(\"静\"))java.put(\"静\",1);\nif(u||~key.indexOf(\"字\"))java.put(\"文\",u?1:2)\n}else book.setReverseToc(false);\n\nc=(fn=r.select(\"meta[property$=description][content~=\\\\S]\")).size()?fn.get(fn.size()-1).attr(\"content\"):(r.select(':matchesOwn([\\\\u4e00-\\\\u9fa5]{2,})>:not(br),:not(body,br,:matchesOwn([\\\\s\\\\S]{50}),:has(body,:matchesOwn([\\\\s\\\\S]{50})))').remove(),r.select(\":matchesOwn(\\\\S)\").text());\n\njava.put(\"g\",c=String(c).replace(/[\\snbsp;]*(?:&nbsp;|\\s){2,}|\\s*([？！。]+[”」』\\]\\}\\)）｝】〗〕〉]?)\\s*/g,\"$1　　\").replace(/(?=　　)/g,\"\\n\"));\n\nif(c.length&&(c=c.match(/《([^《》]+)》(?!作品集)/))&&(c=c[1],书?~String(书).indexOf(c)&&~~c.indexOf(n):true))n=c;\n\nif(正==1)m=java.ajax(baseUrl);\njava.setContent(m,baseUrl);\n\nif(正){\nzl=java.getStringList(\"@css:[property$=latest_chapter_url]@content||:matches(^最新章节)>a:only-child:not([href~=^$|#|javascript:])@href||a:matches(^正文\\\\s*[\\\\d第一二三四五六七八九十〇零百千]|^[【《]?(\"+n+\")?[\\\\s》】（\\\\u0028:：＿_－-]*(第[\\\\s0〇零]*[一1]\\\\s*[\\\\u4e00-\\\\u9fa5]|([\\\\u4e00-\\\\u9fa5]{2}阅读[（\\\\u0028:：＿_－-]?)?(0*1([）\\\\u0029.、:：_-]|$)|[〇零]*一([）\\\\u0029\\\\s.、:：_-]|$)))):not([href~=(^|[^/])/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&_-]*$|^$|#|javascript:|\"+(bas=baseUrl.replace(/\\/$|\\.[a-zA-Z]+$/,'')).match(/[^?/]+$/)[0].replace(/([*$|?+\\\\\\^\\[\\](){}])/g,'\\\\$1')+\"(?:[/_-]1)?(?:\\\\/|\\\\.[a-zA-Z]+)?$])@href||a:matches(^[^\\\\u4e00-\\\\u9fa5]*(免费|在线|开始|立即|全文|正文|从头)+[试阅]读[^\\\\u4e00-\\\\u9fa5]*$):not([href~=^$|#|javascript:])@href||a:matches(^0*1[^\\\\d]):not([href~=(^|[^/])/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&_-]*$|^$|#|javascript:])@href\");\n\nif(zl.size()&&(ck=String(zl.get(0)).match(/^(.*\\/\\/[^/]+)?([/?]?[^/].+[?&/_-])[^&/_-]+\\/?$/)))(jd=ck[1])&&(h=baseUrl.lastIndexOf('/',baseUrl.indexOf(jd.match(/(?:\\.[^.]+){2,}$|[^./]+\\.[^.]+$/)[0])))>8&&(\nq=baseUrl.indexOf(':'),\n(bas=java.get(baseUrl=baseUrl.slice(0,q+2)+baseUrl.slice(h),{})).statusCode()==200&&java.setContent(bas.body(),baseUrl)\n),java.put(\"ck\",ck[2])}\nn",
      "tocUrl": "@js:if(java.get(\"单\")==''){\nif(java.get(\"录\")==java.get(\"目\")){\nr=org.jsoup.Jsoup.parse(result);\n\nscript=r.select(\":matchesOwn(^$)>a[href^=javascript:]:matches(全文|章[節节]|目[錄录]):not(:matches(最新))\");re=false;\n\nif(!script.size()){\nba=(bas=baseUrl.replace(/\\/$|\\.[a-zA-Z]+$/,'')).match(/(http....[^/?]+)(?:([?/])(.*))?$/);b=ba[1];v=ba[3];\n\nr.select(\"a[href~=[^a-z]page[^a-z]]:not(:matches([反正顺順逆倒]序|[全正]文|更多|全部|所有|章[節节]|作品|目[錄录]|列表)),a:not([href~=^(?!//)[^#:]+$|\"+b.split(':')[1]+\"]),:matchesOwn(\\\\S)>a,a[href~=javascript:|#],a:matches(^\\\\S{1,4}$):not(:matches([反正顺順逆倒]序|[阅閱][讀读]|查看|展[开開]|进入|[全正]文|更多|完整|全部|所有|目[錄录]|列表|章[節节]):not(:contains(分类)))\").remove();\n\ny=r.select(\"a[href~=(?i)catalog|contents|chapters|mulu|(^|[^a-z])ml|showchapter|(^|chapter[/_-]?)(more|list|all)|sort[/=_-]asc]\");\n\nif(!y.size()){b3='';\n\nif(ba[2]==\"?\"){\nb3='[href~=^[^?]+$],'\n}else if(ba[3]){\nb3=ba[3].replace(/[*$|?+\\\\\\^\\[\\](){}]/g,'\\\\$0');\n\nb3=\"[href~=\"+b3+\"(\\\\.[^.]+|/\\\\d+(\\\\.[^.]+|/)?)?$],[href~=[/?]\"+b3.replace(/[&/_-][^/_-]+$/,'')+\".*$]:not([href~=[/?]\"+b3.replace(/[/_-]/g,'[/_-]')+\"]),\"}\n\ny=r.select(\"a:not(\"+b3+\"[href~=(?i)(^|[^/])[?/].*((book|[^a-z])(info|case)[^a-z]|(cid|buy)[^a-z]|desc|coins|nutrition|review|ticket|update|(app|author|xiazai|down)(?!=))|/chapter|/index/|/d/],:matches((?i)^$|[0-9零〇一二三四五六七八九十百千万、，：；？！。…‘’“”（）()]|[票榜:：.]|推荐|排行|等级|说明|收藏|书评|简介|分[类卷]|简介|作者|手机|软件|应用|安装|客户|移动|pc|电脑|安卓|苹果|下载|最新|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub))\")}\n\nif(y.size()){\nys=y.select(\"a[href~=(?i)catalog|contents|list|chapter|mulu|(^|[^a-z])ml|more|read|all]:matches([反正顺順逆倒]序|全文|章[節节]|目[錄录]):not(:matches(阅读)),a[href~=(?i)catalog|contents|chapter|(^|[^a-z])ml|mulu|read]:matches(更多|列表),a[href~=(?i)catalog|contents|list|chapter|mulu|(^|[^a-z])ml|more|all]:matches(^$),a:matches(^[^\\\\u4e00-\\\\u9fa50-9]*([反正顺順逆倒]序|全文(免[費费])?[阅閱][讀读]|(点击|查看|展[开開]|进入|返?回到?)*([全正]文|(更多|完整|全部|所有)?(章[節节]|(作品)?目[錄录])+)+(列表)?(\\\\s*(查看|展开)?更多)?)[^\\\\u4e00-\\\\u9fa50-9]*$)\");zt=false;\n\nif(!ys.size()){\nba=bas.match(/(\\?(?:[^=]+=)+)(.+)$/)||bas.match(/(?:[^/_-][/_-]([^/._-]+))?[/_-]([^/._-]+)(?:\\/index[^/]*)?$/);\n\nif(xi=(id=ba[2]).match(/\\?[^=]+=([^&]+)/)||id.match(/^[^\\d%]*(\\d{2,}|[1-9])$/))id=xi[1];\nif(ba[1])if(xi=ba[1].match(/^[^\\d%]*(\\d{2,})$/))id=/^\\d$/.test(id)||!xi[1].indexOf(id)?xi[1]:\"(\"+id+\"|\"+xi[1]+\")\";\n\nys=y.select(\"[href~=(?i)^((.*//[^/]+/)?[^=.]*[^\\\\d=.])?\"+id+\"([?_-][a-z=_-]*0|\\\\.[^.]+|[/?]([^\\\\d]*|[^/\\\\d]*/?|(list|more|all)([=_-][a-z]*)?\\\\d+[^\\\\d]*)?)?(&.+)?$]:not(:contains(\"+(bs=String(book.name)[0])+\"))\");\n\nif(!ys.size()){zt=true;\nys=y.select(\"[href~=(?i)^((.*//[^/]+/)?[^=.]*[^\\\\d=.])?(\\\\d+/\"+id+\"[_-]\\\\d+[^\\\\d]*|\"+id+\"[_-][a-z_-]*1[^\\\\d]*)$]:not(:matches(阅读|\"+bs+\"))\")}}\n\nif(ys.size()){\nif((re=ys.select(\"[href~=(/|^)[^.]+$]\")).size())ys=re;\nre=String(ys.first().attr(\"href\"));\n\nfor(x=1;x<ys.size();x++)if((xs=String(ys.get(x).attr(\"href\"))).length>re.length)re=xs;\n\nif(/(?:[2-9]\\d*|1\\d+)[^\\d]*$/.test(re)){\nif(!zt&&(q=re.match(/^(.*[^/])?[&?/].*(?:catalog(ue)?|contents|(?:show)?chapters?|mulu|ml|more|all|list|page)(?:[=_-][a-z]*)?\\d+[^\\d]*$/i))&&v==(q[1]||'').replace(/^http....[^/?]+/,''))zt=true;\nif(zt)re=re.replace(/\\d+(?=[^\\d]*$)/,\"☯1\")}\n\n}}}\n\nre=String(!re?baseUrl:(java.put(\"基\",baseUrl),/^\\/[^/]/.test(re)?b+re:/^https?:/.test(re)?re:/^\\/\\//.test(re)?b.split('//')[0]+re:String(baseUrl).replace(/[^/]*$/,'')+re))}else re=baseUrl;\n\nr=re.replace(/(?:[☯?&/_-][^\\d?/&_-]*[01])+[^\\d]*$/,\"\");\njava.put(\"ba\",r);\nre=re.replace(\"☯\",\"\")}else re=baseUrl;\n\njava.get(\"跳\")==1||re==baseUrl&&/,/.test(book.bookUrl)?re+',{\"webView\":true}':re",
      "wordCount": "@get:{s}"
    },
    "ruleContent": {
      "content": "@js:dt=lr='';c=1;动=java.get(\"动\");\nif(动!=''&&!~baseUrl.indexOf(\",\")){\nresult=String(java.ajax(baseUrl+动))\n}else if(java.get(\"静\")==动)c=dt=2;\n\nr=org.jsoup.Jsoup.parse(r1=result.replace(/&nbsp;/g,' '));\n查=i=java.get(\"序\");\n\nif(java.get(\"文\")==1){for(;c;c--){\nd=[\"img[data-src],img[src~=[^a-z]cid[^a-z]]\"\n,\"img:not([src~=(?i)^$|^javascript:|\\\\.gif|\\\\.png|[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,\"img[src~=(?i)\\\\.png]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,'img[src~=(?i)\\\\.gif]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])'];\n\nif(!(查!=\"\"&&(查!=-1&&((lr=r.select(d[查])).size(),true)))){\n$=it=>(lr=r.select(it)).size();\nif($(d[i=0])||$(d[i=1])||$(d[i=2])||false)break;\n\nif(c==2){dt=1;\nr=org.jsoup.Jsoup.parse(java.ajax(baseUrl+',{\"webView\":true}'))\n}else i=$(d[3])?3:-1}}\nif(i==0)lr=String(lr).replace(/(?:src=['\"][^'\"]+['\"] +)?data-/g,'');\nif(查==\"\")book.putVariable(\"序\",i);\n\n}else{\nsc=java.get(\"文\")==2?\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br)),a>*,:has(a):not(:matchesOwn([\\\\S\\\\s]{50,}),:has(:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(br,a,:matchesOwn([\\\\s\\\\S]{50})),:not(br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)),:has(p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))'\n:\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br,img:not([src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg]))),img[src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg],a:not(:matches(^$)>img)>*,:has(a):not(img,:matchesOwn([\\\\S\\\\s]{50,}),:has(img,:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(img,br,a,:has(img),:matchesOwn([\\\\s\\\\S]{50})),:not(img,br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,img,div:matchesOwn(，|。)+div:matchesOwn(，|。)),:has(img,p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))';\n\nd=[\":matchesOwn(\\\\S):has(br):has(:matchesOwn(\\\\S):has(br))\"\n,\":matchesOwn(\\\\S):has(br)\"\n,\":has(>:matchesOwn(\\\\S):not(:has(*))+:matchesOwn(\\\\S):not(:has(*)))\"\n,\":has(>:has(>p:only-child:matchesOwn(\\\\S):not(:has(*)))+:has(>p:only-child:matchesOwn(\\\\S):not(:has(*))))\"\n,\"img\"\n,\":matchesOwn(\\\\S)\"];\n\ntry{for(查=i!=''?i:java.get(\"元\");c;c--){\n\nif(!(c>1&&(String(r.text()).length<400||r.select(':matchesOwn(内容未加载完成|关闭(阅读|小说)模式)').size()))){\nr.select(sc).remove();\n\nif(!(查!=\"\"&&(lr=r.select(i?d[i==6?5:i]:查)).size()))for(i=0;i<6&&(lr=r.select(d[i]),i==4&&c==1?!lr.size():String(lr.text()).length<200);i++);\nif(c<2||i<6)break;}\n\nr=org.jsoup.Jsoup.parse(r2=String(java.ajax(baseUrl+',{\"webView\":true}')).replace(/(<[a-z]+)&nbsp;/g,'$1 '));\ndt=r1.length==r2.length?2:1}\n\nfor(c=lr.first(),v=1;v<lr.size();v++)if(lr.get(v).parents().contains(c)){\nlr.remove(v);\nv--}else c=lr.get(v);\n\nlr=String((c=lr.size()==2&&i<4)?String(lr.first().text()).length>String(lr.get(1).text()).length?lr.first():lr.get(1):(c=lr.size()==1)?lr.first():lr);\n\nif(查==\"\"){\nif(c&&(查=lr.match(/<([a-z]+) ([^>]+)>/))&&(查[2]=查[2].match(/(?:id|class|style)=(?:\"[^\"]+\"|'[^']+')|[^= ]+(?==\"[^\"]+\"|'[^']+')/g))){\nbook.putVariable(\"元\",查[1]+'['+查[2].join('][')+']')\n}else book.putVariable(\"序\",i)}\n\nlr=lr.replace(/<([a-z]+)[^>]*\"-\\d+\"[^>]*>[^<]+<\\/\\1>|[^<>]*<a[^<]+<\\/a>[^<]*|&lt[; ]?\\/?[a-z]+(?= |\\/?&gt)(?:[ a-z=-]+|\"[^\"]+\"|'[^']+')*\\/?&gt[; ]?|[☯📑⚙️🌕︴]/g,\"\").replace(/\\s+(?:\\s|(?:(?:(?:n?b)?s)?p)?;)/g,\"　　\");\n\nif(java.get(\"原\")!=1)lr=(!lr.indexOf(\"　　\")?lr.replace(/>(?!　　|\\s*(?:(?:(?:n?b)?s)?p)?;)\\s*(?=[^\\s<>])/g,\">︴\"):lr).replace(/((?:[〖【『「（《〈〔［\\[(][^〖【『「（《〈〔［\\[()］〕〉》）」』】〗\\]]*[)］〕〉》）」』】〗\\]]\\s*)*(?:第?\\s*[一二三四五六七八九十百千万〇零0-9]+\\s*[章节回話话：:.．,，、]*\\s*)?{{n=(t=title.match(/\\S+$/)[0].replace(/[*$|?+\\\\\\^\\[\\](){}/]/g,\".?\")).replace(/^(正文[^\\u4e00-\\u9fa5A-Za-z]*|第?[一二三四五六七八九十百千万〇零0-9]+[章节回話话\\s：:.．,，、]*)+/,\"\"),n!=t&&/\\S/.test(n)?\"(?:第?\\\\s*[一二三四五六七八九十百千万〇零0-9]+\\\\s*[章节回話话：:.．,，、]*\\\\s*\"+n+\"|\"+t+\")\":t}}(?:\\s*[〖【『「（《〈〔［\\[(][^〖【『「（《〈〔［\\[()］〕〉》）」』】〗\\]]*[)］〕〉》）」』】〗\\]])*)/g,\"⚙️$1⚙️\")+\"📑\"\n}catch(e){}}\nif(dt)book.putVariable(dt==1?\"动\":\"静\",',{\"webView\":true}');lr",
      "imageStyle": "FULL",
      "nextContentUrl": "@js:if((r=java.getStringList((nx=java.get(\"next\"))+\"a:matches(第二[頁页]|下[一\\\\s]*[頁页]):not([href~=^javascript:|^#])@href||a:matches(下[一\\\\s]*[篇章回节節话話]):not([href~=^javascript:|^#])@href||a[href~=[_-]\\\\d+(/|\\\\.[a-z]+)?$]:has(i,img):not(:matches(\\\\S),[href~=^javascript:|^#])@href\")).size()){\nif(~String(book.tocUrl+(nextChapterUrl||'')).indexOf(r=String(r.get(r.size()-1)))||~r.indexOf(nextChapterUrl||String(book.tocUrl).replace(/.+(?=_\\d+\\/$)/,'')))r=null\n}else r=null;\nif(r){if(nx!='')chapter.putVariable(\"next\",(n=r.replace(/\\d+(?=[^\\d]*$)/,it=>+it+1))==r?'':'a[href=\"'+n+'\"]@href||');\nr+java.get(\"动\")}",
      "replaceRegex": "@js:if(java.get(\"原\")==1){result}else{\nresult=result.replace(/⚙️([^\\u4e00-\\u9fa5⚙️]+|[零〇一二三四五六七八九十百千万\\s]+|(?!第[零〇一二三四五六七八九十])[\\u4e00-\\u9fa5]+)⚙️/g,'$1').split('📑');\nl=result.length-1;\nwhile(l)if(r=result[--l].match(/^(\\n+(?:[^\\n]{1,30}\\n+){1,3})([\\S\\s]+)$/))result[l]=r[1]+r[2].replace(/⚙️/g,'');\nresult.join('📑')\n.replace(/—/g,\"─\")\n.replace(/[·۰•・]/g,\"・\")\n.replace(/\\s*(?:︴[^\\n　]+\\s+)*📑\\s*|^\\s*(︴[^\\n　]+\\s+)*|\\s*(?:　　|\\n)(?:[\\s&#a-zA-Z0-9]*;)?[\\s　?]*/g,\"☯\")\n.replace(/(?:︴[^☯]*☯)+(?=︴)|☯(?:温馨|[^a-zA-Z0-9\\u4e00-\\u9fa5☯]+)提示.?[:：][^☯]+|☯[^☯]+字体不会安装.?请百度[^☯]+|☯.{0,2}正版订阅在阅文旗下的起点和QQ书城，可以第一时间看到最新章节.{0,2}(?=☯)|︴\\s*第?[〖【『「（《〈〔［｛\\[{(][^☯]+(?=☯)|☯第\\s*[（(][^（()）]+[)）][頁页](?=☯)|[^☯]*(?:关注|[微vVＶｖ][^\\u4e00-\\u9fa5A-Za-z0-9]*[信xXｘＸ]|公[^\\u4e00-\\u9fa5]*众[^\\u4e00-\\u9fa5]*号){2,}[^☯]*|(?:&#?[a-z0-9]*;?)+(?=;|☯);*|read[sx][；;?？]+/g,\"\")\n.replace(/\\s+/g,\" \")\n.replace(/☯[ ☯]*/g,\"\\n\")\n.replace(/(\\n[〖【『「（《〈〔［｛\\[{(]?)([pPＰｐ][SsｓＳ]+(?=[ ：:;；，,、。.─\\d\\u4e00-\\u9fa5])[^\\n]+)/g,\"$1🌕$2\")\n.replace(/\\[\\[\\[[^\\[\\]]+http:file2.qidian.comchapters(.{5,6})(..)([^\\[\\]]{35})\\]\\]\\]/g,'<img src=\"http://file2.qidian.com/chapters/$1/$2/$3\">')\n.replace(/(<img )[^>]*(src=\"[^\"]+\")[^>]*(>)|((?: ?[＋+－-]?[0-9０-９]+(?:[．.／/][0-9０-９]+)?[％%:：]?[a-zA-Z]*)+ ?|[ _＿－-]?[a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９]+)/g,\"$1$2$3☯$4☯\")\n.replace(/☯[・。](?=☯)/g,\"☯.\")\n.replace(/,\\n/g,\"，\")\n.replace(/!(?=\\n)/g,\"！\")\n.replace(/\\?(?=\\n)/g,\"？\")\n.replace(/(<[^<]+)☯☯/g,\"⚙️$1⚙️\\n\")\n.replace(/(?:\\n[^āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─🌕︴\\n]+|([。？！…”』」】〗])[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─☯︴\\n]+[\\u4e00-\\u9fa5]+)?[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─⚙️☯︴\\n]+(?=\\n)|[^☯!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛｝］〕〉）＞’”》」』】〗]*☯([a-zA-ZＡ-Ｚａ-ｚ]*[āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ][a-zA-ZＡ-Ｚａ-ｚ]*)☯[^☯!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛｝］〕〉）＞’”》」』】〗]*/g,\"$1$2\")\n.replace(/[^!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜<（〈〔［｛({\\[\\]})｝］〕〉）>＞’”》」』】〗︴🌕]*(?:☯[^.．!(),\\n\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗⚙️]+|([^☯!(),\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘<＜（〈〔［｛({\\[\\]})｝］〕〉）＞>’”》」』】〗⚙️])(?!\\1)|☯(?=[^☯!(),\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗][!(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗])|[〖【『「（《〈〔［｛\\[{(][^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[)｝］〕〉》）」』】〗\\]}]){4,}|[^；;％%～~?？!！\"'”’。…─\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[〖【『「（《〈〔［｛\\[{(][^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[)｝］〕〉》）」』】〗\\]}](?:[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+(?=[)｝］〕〉》）」』】〗\\]}]))?/g,\"📑\")\n.replace(/([；;％%～~?？!！\"'”’。…─])📑(?=[)｝］〕〉》）」』】〗\\]}])/g,'$1')\n.replace(/(?:([\\n。？！])[^\\n。？！]{1,10})?[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*(?:☯[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]☯|📑|🌕)[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[｝］〕〉》）」』】〗\\]})](?:[^。]{0,5}(?:[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*(?:☯[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]☯|📑)[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[｝］〕〉》）」』】〗\\]})]|[^📑!,()\\s\\u4e00-\\u9fa5、，：；？！。…─‘’“”（）《》〖〗【】]+))*(?:(?:[^\\n]{1,10}|(?:[\\u4e00-\\u9fa5]{0,5}[，、])*[\\u4e00-\\u9fa5]+[！。]?)(?=\\n))?/g,\"$1\")\n.replace(/((?:[请請][记記]住)?[^⚙️🌕📑︴*\\n(),\\u4e00-\\u9fa5、，：；？！。…─「」‘’“”（）《》〖〗【】]*(?:(?:[^⚙️🌕📑︴*\\n(),\\u4e00-\\u9fa5、：，；？！。…─「」‘’“”（）《》〖〗【】]+[*(), \\u4e00-\\u9fa5、，:：；？！。…─「」‘’“”（）《》〖〗【】]{1,3})*[^*︴📑☯⚙️🌕\\s&;(),āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜa-zA-ZＡ-Ｚａ-ｚ0-9０-９\\u4e00-\\u9fa5、,，:：;；?？!！。…～~─'\"‘’“”【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}％%・/／＝=_＿.．＋+－-]+(?!(?:[^>]+>)?⚙️)|☯[^☯\\n]+☯\\.☯[^☯\\n]+☯|本[文书](?:首发|来自)|(?:章节不完整.?|完整章节)?请.{2,6}(?:搜索|百度|引擎|关键[词字])+|(?:[阅閱][讀读]|访问|訪問|[網网地][站址]|链接|鏈接|[\\u4e00-\\u9fa50-9a-zA-Z]{0,4}(?:文学|中文|[網网]))+[:：]|[\\u4e00-\\u9fa50-9a-zA-Z]{0,6}(?:[網网地][站址]|链接|鏈接)为|.{2,4}文[学學][網网]|[请請].{2,4}收藏(?:.{0,2}推[荐薦])?|(?:天才)一秒[記记]住|，?請?訪問|(?:[更最][快新]|[快高]速|热门|(?:[阅閱][讀读])?完整|本|(?:官[網网]|本站).{0,2})(?:章[節节]|小说|更新|[網网地][址站][:：]?|快速)|更新(?:速度)?[最更]?快|(?:(?:无错)?小说|正版|免费|全[文本]|在线|访问|訪問|txt|TXT|继续|各种|推[荐薦]|收藏|分享|交流|你?喜欢的)+(?:全文|免费|在线|[阅閱]?[讀读]|下载|章[節节]|小说|好书)|章[節节](?:目录|列表)|小说[網网](?:更新)?|手打全文|[纯全](?:手打|文字)|手机看书|手机版|笔趣阁|(?:本站|[網网]站|站内|看)?无(?:任何)?(?:广告|弹窗|防盗)(?:章节)?|不弹窗|(?:(?:請|请|或者?)?(?:訪問|访问|[電电手][腦脑机機]|[網网][址站]|用[户戶]|浏览|瀏覽|閱讀|阅读|看小说|看漫画)){2,}|看小说|看漫画|(?:用[^\\n]{2,6})?(?:[追看]书|小说)(?:就用|软件|☯[^☯]+☯)，?|用[^\\n]{2,6}[追看]书|(?:..的)?(?:最佳选择|阅读体验)|(?:推[荐薦]|收藏|分享)(?:本站|我们)|小说..版|文章质量更好|谢谢各位(?:读者|书友)支持|水印广告测试|本章未完|请翻页|点击下一页|领.{0,2}红包|同步更新《[^《》]+》|关注[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+[)｝］〕〉》）」』】〗\\]}])(?:[* (),\\u4e00-\\u9fa5、，：；？！。…─‘’“”（）《》〖〗【】]{0,3}[^⚙️📑*\\n(),\\u4e00-\\u9fa5、，：；？！。…─「」‘’“”（）《》〖〗【】]+|[….。!！]+(?=\\n))*|⚙️(?!<)[^⚙️\\n]+⚙️)/g,\"\\n⚙️$1⚙️\\n\")\n.replace(/⚙️(<[^<>]+>)⚙️\\n|[〖【『「（《〈〔［｛\\[{(](?:[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]{0,3}\\n⚙️(?!\\s*\\S\\s*⚙️).+⚙️\\n*)+[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]{0,3}[)｝］〕〉》）」』】〗\\]}]|(🌕)\\s*⚙️|⚙️\\n[^\\u4e00-\\u9fa5]{0,5}\\n⚙️|\\n⚙️\\s*(\\S)\\s*⚙️\\n(?![^⚙️]{1,3}⚙️)|(⚙️\\n)|([，、；])[\\s,，。、…:：;；?？!！`’]*[,，。、…:：;；?？!！`’](?!⚙️)|\\n[\\s,，。、…:：;；?？!！`’]*(?=[,，。、:：;；?？!！])|([：？！。…─])(?:[^⚙️☯a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n…─“‘’”〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+(?=\\n)|[^⚙️☯a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n…─“‘’”〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+)|☯/g,\"$1$2$3$4$5$6\")\n.replace(/([)）？！?!…」』”\\s。])(?:[^\\n（(🌕)）”』」’。]{0,5}(?:(?:\\n⚙️.+⚙️\\n|[^（()）\\n”』」。]{0,5}📑)[^（()）\\n。]{0,5}(?:\\n⚙️.+⚙️(?:\\n(?=\\n⚙️|[^（()）\\n]{1,5}\\n))?|[^（()）\\n。]{0,5}📑(?:[^📑]{1,5}(?=\\n⚙️))?)+(?:[^（()）\\n]{1,5}(?=\\n))?|(?:(?:(?:\\n⚙️.+⚙️\\n|[^（()）\\n。]{0,5}📑)[^（()）\\n]{0,5}){2,}|[^（(🌕)）”』」’\\n。]{0,5}(?:(?:請|关键[词字]|[電电手][腦機]|用戶|瀏覽|[阅閱]讀|推[薦荐]|收藏|分享|文章质量|谢谢(各位|支持|大家)|水印|翻页|点击|下[一\\s]*[页頁篇章回节節话話]|免费|热门|官网|正版|在线|同步|下载|文学|中文|章节|[本网][站址]|站内|小说|更新|无错|[本全][文本章]|首发|广个?告|弹窗|防盗|访问|訪問|txt|TXT|读者|书友|百度|[插说]一?[下句]话?，[\\u4e00-\\u9fa5]{0,5})[^（()）\\n]{0,5})*(?:📑|\\n⚙️[^\\n]+⚙️\\n)[^（()）\\n]{0,5}(?:(?:請|关键[词字]|[電电手][腦機]|用戶|瀏覽|[阅閱]讀|推[薦荐]|收藏|分享|文章质量|谢谢(各位|支持|大家)|水印|翻页|点击|下[一\\s]*[页頁篇章回节節话話]|免费|热门|官网|正版|在线|下载|同步|文学|中文|章节|[本网][站址]|站内|小说|更新|无错|[本全][文本章]|首发|广个?告|弹窗|防盗|访问|訪問|txt|TXT|读者|书友|百度)[^（()）\\n]{0,5})*|[^（(🌕)）\\n”』」’。]{0,3}\\n⚙️.+⚙️\\n[^（()）\\n。]{0,3})(?:[\\u4e00-\\u9fa5]+[！。]?|[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n]+)?(?=\\n)))+|\\n⚙️[^\\u4e00-\\u9fa5]+⚙️\\n|📑|\\s*︴\\s*|\\n?⚙️\\n?|\\n[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n]{2,}\\n[^🌕a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n“《‘【〖『「]*/g,\"$1\")\n.replace(/(?:(?:\\n🌕[^\\n]*)+(?:\\n+[^\\n]+){0,4}|\\n(?:[(（{｛][^(（<{｛｝}>）)]*(?:(?:[(（{｛][^(（<{｛｝}>）)]*[）)｝}])[^(（<{｛｝}>）)]*)*[）)｝}]?\\s*)+|[^\\n]*起点(?:原创|中文)[^\\n]*|[〖【『「（《〈〔［｛\\[{(]?未完待续[^\\n]*)[^\\u4e00-\\u9fa5<>]*$|^\\s*(?:(?:[^\\n]+\\n+){0,4}(?:🌕[^\\n]*\\n?)+|(?:[(（{｛][^(（<{｛｝}>）)]*(?:(?:[(（{｛][^(（<{｛｝}>）)]*[）)｝}])[^(（<{｛｝}>）)]*)*[）)｝}]?\\s*)+|，[^\\n]+)\\n|(?:^|\\n)[^a-z0-9A-Z\\u4e00-\\u9fa5]*(?=\\n)|🌕|\\n\\s*[a-zA-Z]+\\s*$/g,\"\")}",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": ".s4@text",
      "bookList": "id.l@li",
      "bookUrl": ".s2@a@href",
      "kind": ".s1@text",
      "lastChapter": ".s3@text",
      "name": ".s2@text"
    },
    "ruleSearch": {
      "author": "text.作者：@text##作者：",
      "bookList": "class.block",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": "text.简介：@text##简介：",
      "kind": "text.状态：@text&&text.分类：@text&&text.更新：@text&&text.更新时间：@text##状态：|分类：|更新：|更新时间：",
      "lastChapter": "text.最新章节@text##最新章节：",
      "name": "h2.0@a@text",
      "wordCount": "text.字数：@text##字数："
    },
    "ruleToc": {
      "chapterList": "@js:if(java.get(\"单\")==''){\nsrc=org.jsoup.Jsoup.parse(src);\n\nif((result=java.get(\"录\"))==\"\"){if(页=(result=src.select('a[href~=\\\\S]:matches(下[一\\\\s]*[页頁]|下[一二三四五六七八九十百千万〇零0-9]{2,}章):not([href~=^#|javascript:])')).size())result=result.first().attr('href')\n}else{网=String(result).split(\"🌕\");\nfor(i=3,页=+网[0],result=网[1]+2+网[3];i<=页;i++)result+='\\n'+网[1]+i+网[3];\nresult=String(result)}\n\nif(页)java.put(\"页\",/,/.test(book.tocUrl)?result.split('\\n').join(',{\"webView\":true}\\n')+',{\"webView\":true}':result);\n\n嗅=()=>String(src).match(/[\\[(]([\"'])<[a-z]+[ >][^\\[\\]()]+<\\/a>(?:[^\\[\\],()]*<\\/[a-z]+>)?\\1[\\])]/);\n转=it=>it.replace(/\\\\[Uu]([0-9a-zA-Z]{4})/g,(_,it)=>String.fromCharCode(parseInt('0x'+it)));\n兜=()=>src.select(':matchesOwn(^$|[0-9〇一二三四五六七八九十])>a:matches(\\\\S):not(:has(*>*>:not(span)),[href~=(?i)passport|\\\\.aspx$|\\\\.php$|^https://[^/]+(/|index\\\\.[a-z]+)?$|(^|[^/])[?/].*((book|[^a-z])(info|case|page|reg|Game|Play)[^a-z]|buy[^a-z]|SystemInfo|hot|sort|desc|asc|top|coins|nutrition|review|ticket|update|(app|author|xiazai|down)(?!=))|/list\\\\d*([/_-][^/_-]+/?)?$|\\\\d+_\\\\d+_\\\\d+|target=iframe|https%],:matches((?i)^((点击|软件|应用|安装|客户|移动|手机|电脑|安卓|苹果|下载|阅读|pc|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub)[\\\\s.端版]*(?=$|点击|软件|应用|安装|客户|移动|手机|电脑|安卓|苹果|下载|阅读|pc|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub)|[A-Za-z0-9\\\\u4e00-\\\\u9fa5]?返回.*(简介|书页|目录)[A-Za-z0-9\\\\u4e00-\\\\u9fa5]?|[<>-]+|\\\\d+-\\\\d+章|书页|目录|简介|[上下首尾]([一\\\\s]*[页頁]|[\\\\s\\\\d零〇一二三四五六七八九十百]*章)|[↑\\\\[]?[倒正反逆顺順]序[↓\\\\]]?)$))');\n\nif((zt=java.get(\"嗅\"))!=''){\nif(zt>0&&(嗅=嗅())){\nsrc=嗅[0];\nif(zt==2)src=转(src);\nsrc=org.jsoup.Jsoup.parse(src)}\nsrc.select(java.get(\"除\")).remove();\nif(java.get(\"兜\")==1)src=兜();\nsrc=src.select(java.get(\"查\"))\n\nif(!页){for(首=String(java.get(\"首\")).split('\\n'),ss=src.size(),i=0;i<ss;i++)if(首[i]!=src.get(i)){\nif(i>1)src.subList(1,i).clear();break;}}\n\n}else{\nbook.putVariable(\"除\",除=\"meta,link,a:has(img),\"+((zt=java.get(\"全\")!=1)?\"a[href$=\"+String(book.tocUrl).replace(/,\\{\"webView\":true\\}|^.{8}[^/]*/g,'')+\"],\":\"\")+(基=String(java.get(\"基\")),基==''?'':\"a[href$=\"+基.replace(/^.{8}[^/]*/,'')+\"],\")+\"a[href~=javascript:|#|[a-z]+[A-Z][a-z]+Id[=_-]|[^/][/?&]sub[A-Z]],a:matches(^$|最新章节$|^[^\\\\u4e00-\\\\u9fa5A-Z0-9]*(正文|.{0,2}书架|(免费|在线|开始|立即|全文|从头|点击|正文)+[试阅]读|[^\\\\s\\\\d外内楔前后卷篇章]*(更新调整|[两一二三四五六七八九十]+连更|作者[:：给要有]|双倍月票|感言|推书|推[a-z0-9A-Z_\\\\u4e00-\\\\u9fa5-]+书|[求个请投点下张](月?票|收藏|订阅|推荐)|(感谢|作者)[^\\\\s]*(读者|书友|大家|各位)|[书点]评[^\\\\s]*活动|[没有空]更新|没时间更新|请个?假|关于本书|关于更新|打赏名单|起点活动)[^\\\\s]*)[^\\\\u4e00-\\\\u9fa5A-Z0-9]*$)\");\n\nbook.putVariable(\"嗅\",(基=嗅())?(src=org.jsoup.Jsoup.parse((zt=/\\\\[Uu]([0-9a-zA-Z]{4})/.test(基=基[0]))?转(基):基),zt)?2:1:0);\nsrc.select(除).remove();\n\nif(zt=java.get(\"全\")!=1){\n找=ll=null;\n$=it=>(qc=ll,查=找,ll=src.select(找=it)).size()>14&&(查=it,src=re=ll);\n\nif(!(((ck=java.get(\"ck\"))!=\"\"&&$(\"[href~=\"+ck+\"(?!index(/|\\.[a-z]+)?$)[^.?/_-][^&/_-]*/?$|/[vV][iI][pP][_-]?([Rr]ead|[Cc]hapter)|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&]*$]\"))||$(\"[href~=^[a-z0-9]+(/|\\\\.[^./]+)?$]\"))){\nif(qc&&qc.size()>ll.size())找=查,ll=qc;\n\n$=it=>(re=src.select(it)).size()&&(查=it,src=re);\n\nif(!($(\"[data-cid]\")||$(\"[href~=(?i)(^|[/_-])(chapter|read)+([_-]?id)?/[^/_-]+[/_-][^/_-]+]\")||$(\"[href~=(?i)(^|[&?/_-](book|novel|comic|manhua|mh?)?)(chapter|read)+([_-]?id)?[?/=]]\")||$(\"[href~=(?i)[&?/_-]cid[&?/_=-]]\")||$(\"[data-href]\"))){\nsrc=兜();\nbook.putVariable(\"兜\",1);\n\nba=(ba=String(java.get(\"ba\"))).match(/(\\?(?:[^=]+=)+)(.+)$/)||ba.match(/(?:[^/_-][/_-]([^/._-]+))?[/_-]([^/._-]+)(?:\\/|\\/index[^/]*|\\.[^/.]+)?$/);\n\nif(xi=(id=ba[2]).match(/\\?[^=]+=([^&]+)/)||id.match(/^[^\\d%]*(\\d{2,}|[1-9])$/)||ba[1]&&ba[1].match(/^[^\\d%]*(\\d{2,})$/))id=xi[1];\n\n$(\"[href~=([^\\\\d]|^)\"+id+\"[/_&-][^\\\\d]*\\\\d+]:not([href~=\"+id+\"[^\\\\d]*$]),[href~=/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[a-zA-Z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?]*$|([^\\\\d]|^)\"+id+\"[/_&-][^\\\\d]*\"+id+\"(/|\\\\.[^.]+|&.+)?$]\")||$(\"[title]\")||$(\"[href~=/view/\\\\d+\\\\.[a-zA-Z]+$]\")}\nif(re.size()<ll.size())查=找,src=ll}}\n\nif(!(zt&&re.size()))src=src.select('a'),查='a';\nif(查)book.putVariable(\"查\",查);\nif(页)java.put(\"首\",src)}\n\nsrc}else if((list=java.get(\"单\"))!=1){\n\nif((网=String(list).split(\"🌕\")).length>1){\nfor(i=+网[2],x=+网[0],j=2,list=\"<a href='\"+baseUrl+\"'>正文1</a>\";i<=x;i++,j++)list+=\"<a href='\"+网[1]+i+网[3]+\"'>正文\"+j+\"</a>\"}\n\norg.jsoup.Jsoup.parse(list).select('a')\n\n}else [\"<a href='\"+baseUrl+\"'>正文</a>\"]",
      "chapterName": "text",
      "chapterUrl": "href@js:chapter.putVariable(\"next\",'a[href~=(?:^|[?/])'+(r=result.trim().replace(/([*$|?+\\\\\\^\\[\\](){}/])/g,'\\\\$1')).match(/[^?/=.]+(?:=(?![01]$)[^=]+)*(?=\\/?$|\\.[^?/.]+$|=[01]$)/)[0]+'[=/_-]2(?:\\\\/|\\\\.[^?/.]+)? *$]@href||a[href~=(?:^|[?/])'+r.replace(/\\d+(?=[^\\d]*$)/,it=>+it+1)+' *$]@href||');result+java.get(\"动\")",
      "isVip": "",
      "nextTocUrl": "@js:java.get(\"页\")",
      "updateTime": ""
    },
    "searchUrl": "/so/,{\"charset\":\"gb2312\",\"method\":\"post\",\"body\":\"type=articlename&s=我的\",\"headers\":{\"User-Agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36\",\"Referer\":\"https://www.97k.cc\",\"Cookie\":\"PHPSESSID=1ubiqmnu4338er4mrrr421r3d6; Hm_lvt_a8551bad614bffddbf67de0bca31dfbe=1668393891; Hm_lpvt_a8551bad614bffddbf67de0bca31dfbe=1668393908\"},\"webView\":true}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "☘️戊戟武侠☘️",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.ajnnan.com##响海",
    "customButton": false,
    "customOrder": 1730,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1645087013071,
    "respondTime": 2356,
    "ruleBookInfo": {
      "author": "class.author@text",
      "coverUrl": "tag.img@src",
      "kind": "class.sort@text##类别：",
      "lastChapter": "id.chapterlist@tag.p.0@text",
      "name": "class.title@text",
      "tocUrl": "text.章节列表@href"
    },
    "ruleContent": {
      "content": "id.chaptercontent@html##<!--|-->|天才一秒记住.*无广告！|（本章未完，请点击下一页继续阅读）|『章节错误，点此举报』|『加入书签，方便阅读』",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author.0@tag.a.-1@text",
      "bookList": "class.hot_sale",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.-1@href<js>'https://m.ajnnan.com/image'+String(result).replace(/.*?(\\d*?)(\\d{1,3}).html/,'/$1/$1$2/$1$2s.jpg').replace('//','/0/')</js>",
      "kind": "",
      "lastChapter": "class.author.-1@tag.a.@text",
      "name": "class.title@text"
    },
    "ruleToc": {
      "chapterList": "id.chapterlist@tag.p!0",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://m.ajnnan.com/SearchBook.php?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "民国奇人",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.minguoqiren.org/",
    "bookUrlPattern": "http://www.minguoqiren.org/xs/\\d+/",
    "customButton": false,
    "customOrder": 1731,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1734356820116,
    "loginUrl": "{\n  \"url\": \"null\"\n}",
    "respondTime": 1109,
    "ruleBookInfo": {
      "author": "class.info@class.small@tag.span.0@text",
      "coverUrl": "class.cover@img@src",
      "intro": "class.info@ownText",
      "kind": "class.info@class.small@tag.span.4@text&&\nclass.info@class.small@tag.span.1@text&&\nclass.info@class.small@tag.span.2@text##分类：|状态：|更新时间：",
      "lastChapter": "class.info@class.small@tag.span.5@a@text",
      "name": "class.info@h2@text",
      "tocUrl": "",
      "wordCount": "class.info@class.small@tag.span.3@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html##http.*html|请记住本书首发.*org",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@text",
      "bookList": "class.bookbox",
      "bookUrl": "h4@a@href",
      "coverUrl": "img@src",
      "intro": "",
      "lastChapter": "class.update@a@text",
      "name": "h4@a@text"
    },
    "ruleToc": {
      "chapterList": "class.listmain@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://www.minguoqiren.org/s.php?ie=utf-8&s=000000&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "英文",
    "bookSourceGroup": "免费",
    "bookSourceName": "双语小说（英）",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.shubang.net",
    "customButton": false,
    "customOrder": 1732,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "lastUpdateTime": 1759754364928,
    "respondTime": 636,
    "ruleBookInfo": {
      "author": "p.0@text##作者：",
      "coverUrl": ".cover@img@src",
      "intro": ".cont@textNodes",
      "kind": "class.tags@a@text",
      "lastChapter": "tr.-1@td@a@text",
      "name": "h3.0@text"
    },
    "ruleContent": {
      "content": ".line_en@text%%.line_cn@title",
      "nextContentUrl": "class.pagebar@a.-1@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.cont@p@text",
      "bookList": "class.mcon@a",
      "bookUrl": "a@href",
      "coverUrl": "class.cover@img@src",
      "intro": "class.cont@ownText",
      "name": "h3@text"
    },
    "ruleToc": {
      "chapterList": "tr@td",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "book/?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：https://m.xyuzhaiwu5.com\n           https://m.xyuzhaiwu7.com\n PO脸红  https://m.po18bb.com\n新御书屋 https://m.u9mm.com\n耽美小说 https://m.danmei.info\n  肉书阁   https://m.roushuge.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "新御宅屋③",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.xyuzhaiwu3.com/#🚀",
    "customButton": false,
    "customOrder": 1733,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "   全 部   ::/wapsort/0_{{page}}.html\n玄幻奇幻::/wapsort/1_{{page}}.html\n武侠仙侠::/wapsort/2_{{page}}.html\n都市言情::/wapsort/3_{{page}}.html\n科幻网游::/wapsort/4_{{page}}.html\n惊悚悬疑::/wapsort/5_{{page}}.html\n耽美同人::/wapsort/6_{{page}}.html\n穿越架空::/wapsort/7_{{page}}.html\n高辣浓情::/wapsort/8_{{page}}.html\n禁忌百合::/wapsort/9_{{page}}.html\n精品文学::/wapsort/10_{{page}}.html",
    "lastUpdateTime": 1721299489137,
    "respondTime": 12236,
    "ruleBookInfo": {
      "author": ".article_info_td.0@div.0@text",
      "init": "",
      "intro": "[style=\"padding:5px;font-size:12px;color:#666; line-height:auto\"]@text",
      "kind": ".article_info_td.0@div.3:1@text&&.article_info_td.1@div.0@text##.*：",
      "lastChapter": ".article_info_td.0@div.2@a@text&&class.article_info_td@tag.time@text\n<js>result.replace(/(.*)\\s/,'$1 • ')</js>",
      "name": "[style=\"background:none;\"]@text",
      "tocUrl": "[style=\"color:red;\"]@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#nr1@html"
    },
    "ruleExplore": {
      "author": ".author@text||strong@text||span@text",
      "bookList": ".s_m@.last_li||id.list_ul@li||.common-bookele",
      "bookUrl": ".name@href||a.1@href||a.0@href",
      "coverUrl": "@js:'https://img.gb84.com/image/1/1024/1024s.jpg'",
      "intro": ".abstract@text",
      "kind": ".words@text||time@text||a.0@text##.*：",
      "name": ".name@text||h3@text||a.1@text"
    },
    "ruleSearch": {
      "author": "strong@text",
      "bookList": ".common-bookele",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "@js:'https://img.gb84.com/image/1/1024/1024s.jpg'",
      "kind": ".lastupdate@text",
      "name": ".articlename@text"
    },
    "ruleToc": {
      "chapterList": "ul@li!-1@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/s.php,{\n'charset': '',\n'method': 'POST',\n'body': 'type=articlename&s={{key}}'\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "书旗小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://t.shuqi.com#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1734,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"都市\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=都市&onlyAdvBooks=1&_=1682974411490\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"玄幻\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=玄幻&onlyAdvBooks=1&_=1682975134890\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"仙侠\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=仙侠&onlyAdvBooks=1&_=1682975134890\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"灵异\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=灵异&onlyAdvBooks=1&_=1682975134890\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"历史\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=历史&onlyAdvBooks=1&_=1682975134890\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"游戏\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=游戏&onlyAdvBooks=1&_=1682975134890\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"科幻\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=科幻&onlyAdvBooks=1&_=1682975134890\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"奇幻\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=奇幻&onlyAdvBooks=1&_=1682975134890\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"竞技\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=竞技&onlyAdvBooks=1&_=1682975134890\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"现言\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&secondCate=%E7%8E%B0%E4%BB%A3%E8%A8%80%E6%83%85&onlyAdvBooks=1&_=1682975766781\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"古言\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&secondCate=%E5%8F%A4%E4%BB%A3%E8%A8%80%E6%83%85&onlyAdvBooks=1&_=1682975475024\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"幻言\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&secondCate=%E5%B9%BB%E6%83%B3%E8%A8%80%E6%83%85&onlyAdvBooks=1&_=1682975856354\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"校园\",\"url\":\"http://read.xiaoshuo1-sm.com/novel/i.php?do=is_caterank&p=17&page={{page}}&words=&shuqi_h5=&onlyCpBooks=1&firstCate=%E6%A0%A1%E5%9B%AD&onlyAdvBooks=1&_=1682975960149\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.2}}]",
    "header": "",
    "lastUpdateTime": 1716233540031,
    "loginUrl": "",
    "respondTime": 4677,
    "ruleBookInfo": {
      "author": "[property=og:novel:author]@content",
      "canReName": "",
      "coverUrl": "[property=og:image]@content",
      "downloadUrls": "",
      "init": "",
      "intro": "[property=og:description]@content",
      "kind": "[property=og:novel:update_time]@content&&[property=og:novel:status]@content##\\..*",
      "lastChapter": "[property=og:novel:latest_chapter_name]@content",
      "name": "[property=og:title]@content",
      "tocUrl": "<js>\nvar bookId=java.get('bid');\nvar encryptKey=\"37e81a9d8f02596e1b895d07c171d5c9\",user_id=\"8000000\",timestamp=parseInt((new Date).getTime()/1e3);\nvar o=bookId+timestamp+user_id+encryptKey;\nvar sign=java.md5Encode(o);\nvar list={'turl':'https://ocean.shuqireader.com/api/bcspub/qswebapi/book/chapterlist?_=&bookId='+bookId+'&user_id=8000000&sign='+sign+'&timestamp='+timestamp};list\n</js>$.turl",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "ChapterContent@js:\nfunction p(e) {\n    return e.split(\"\").map(function (e) {\n        return e.match(/[A-Za-z]/) ? (c = Math.floor(e.charCodeAt(0) / 97), k = (e.toLowerCase().charCodeAt(0) - 83) % 26 || 26, String.fromCharCode(k + (0 == c ? 64 : 96))) : e\n    }).join(\"\")\n}\njava.base64Decode(p(result))"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.data",
      "bookUrl": "$.bid<js>java.put('bid',result);'https://t.shuqi.com/book/'+result+'.html'</js>",
      "coverUrl": "$.cover",
      "intro": "$.desc",
      "kind": "{{$.category}}",
      "lastChapter": "$.last_chapter_name",
      "name": "$.title",
      "wordCount": "$.words"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$..aladdin&&$.data",
      "bookUrl": "$.bid<js>java.put('bid',result);'https://t.shuqi.com/book/'+result+'.html'</js>",
      "checkKeyWord": "",
      "coverUrl": "$.cover",
      "intro": "$.desc",
      "kind": "$.category",
      "lastChapter": "$.latest_chapter.cname",
      "name": "$.title",
      "wordCount": "$.words"
    },
    "ruleToc": {
      "chapterList": "$.data.chapterList[0].volumeList<js>java.put('freeUrlPre',java.getString('$.data.freeContUrlPrefix'));java.put('shortUrlPre',java.getString('$.data.shortContUrlPrefix'));result</js>",
      "chapterName": "$.chapterName",
      "chapterUrl": "<js>var l=java.getString('$.contUrlSuffix');if(l.indexOf('reqEncryptParam')==-1){java.get('freeUrlPre')+l}else{java.get('shortUrlPre')+java.getString('$.shortContUrlSuffix')}</js>",
      "isVip": ""
    },
    "searchUrl": "https://read.xiaoshuo1-sm.com/novel/i.php?do=is_search&isNewBind=0&tk=&imei=&sn=&channelId=&clientPatch=&clientVersion=&device=&deviceId=&utdid=&model=&osName=&osVersion=&umidToken=&appVersion=&app=&platform=3&ykToken=&ykuid=&shuqi_h5=&token=&user_id=8000000&q={{key}}&page=1&size=10&uid=8000000&filterMigu=1&ver=&p=3",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "溜达小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.liudatxt.com#🎃",
    "customButton": false,
    "customOrder": 1735,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1721066358375,
    "respondTime": 97,
    "ruleBookInfo": {
      "author": "",
      "intro": "",
      "name": ""
    },
    "ruleContent": {
      "content": "id.content@html"
    },
    "ruleExplore": {
      "bookList": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "class.book_other.0@tag.span.0@text",
      "bookList": "id.sitembox@tag.dl",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src",
      "kind": "class.book_other.0@tag.span.1@text",
      "lastChapter": "class.book_other.1@tag.a@text",
      "name": "tag.a.1@text",
      "wordCount": "class.book_other.0@tag.span.3@text"
    },
    "ruleToc": {
      "chapterList": "id.readerlist@tag.li@tag.a",
      "chapterName": "text##正文|_",
      "chapterUrl": "href"
    },
    "searchUrl": "search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "圣墟小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.shengxuxu.net#🎃",
    "bookUrlPattern": "http.*shengxuxu.net/book_\\d+/",
    "customButton": false,
    "customOrder": 1736,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "总点击:: /top/allvisit.html\n排行::/top/monthvisit.html\n",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1720835075236,
    "respondTime": 3928,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\n\ta:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=lastest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": ".content@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": ".s4@text",
      "bookList": ".librarylist li",
      "bookUrl": "a:nth-child(1)@href",
      "kind": ".info span:nth-child(2)@text",
      "lastChapter": "a:nth-child(1)@text",
      "name": ".info span:nth-child(1)@text ##.*《|》.*"
    },
    "ruleSearch": {
      "author": ".info span:nth-child(2)@text",
      "bookList": ".librarylist li ",
      "bookUrl": "a:nth-child(1)@href",
      "kind": ".info span:nth-child(3) a@text",
      "lastChapter": ".last@text",
      "name": ".info span:nth-child(1)@text ##.*《|》.*",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".dirlist@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "/search.html?/,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 63
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "夜天连看",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yetianlian.info/",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1737,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1690581608116,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 417,
    "ruleBookInfo": {
      "author": "class.info@tag.span.0@text##作者：",
      "coverUrl": "class.cover@tag.img@src",
      "intro": "class.intro@text##简介：|作者.*",
      "kind": "class.info@tag.span.1@text&&class.info@class.last.0@text##更新时间：|..\\:.*|分类：",
      "lastChapter": "class.info@class.last.1@tag.a@text##更新时间：|..\\:.*",
      "name": "class.info@tag.h2@text",
      "wordCount": "class.info@tag.span.3@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html",
      "imageStyle": "0",
      "replaceRegex": "##http://www.yetianlian.com.*.html|请记住本书首发.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@text##作者：",
      "bookList": "class.bookbox",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src",
      "intro": "tag.p@text",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@tag.a@text",
      "name": "tag.h4@text"
    },
    "ruleToc": {
      "chapterList": "class.listmain@tag.dd!0:1:2:3:4:5:6:7:8:9:10:11",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/s.php?ie=gbk&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "逐浪小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.zhulang.com#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1738,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1716234568863,
    "loginUrl": "",
    "respondTime": 1521,
    "ruleBookInfo": {
      "author": "class.yellow@text",
      "coverUrl": "class.bk-info@img@data-src",
      "intro": "id.bk-brief@p@text",
      "kind": ".tags@a.0:1@text&&.btm-link@em@text##更新",
      "lastChapter": "",
      "name": "tag.h3.0@text",
      "tocUrl": "text.开始阅读@href",
      "wordCount": ".bk-info@p.3@text"
    },
    "ruleContent": {
      "content": "class.rd-txt@p@text"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "h4@text",
      "bookList": "id.ret-list@li",
      "bookUrl": "a@href",
      "coverUrl": "img@data-src",
      "name": "h3@text"
    },
    "ruleToc": {
      "chapterList": "class.idx-ol@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "class.blue.0@option!0@value"
    },
    "searchUrl": "https://m.zhulang.com/search/index.html?k={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "五二书库",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.po5.net#",
    "customButton": false,
    "customOrder": 1739,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1745854159000,
    "respondTime": 1460,
    "ruleBookInfo": {
      "intro": ".article-content@p.1@text##.*文案：　"
    },
    "ruleContent": {
      "content": ".article-content@p@all##目录\\s+上一页.*|Tips.*|传送门：.*",
      "nextContentUrl": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "header@h2@h4@text##\\d+\\.\\s.*_(.*)【.*##$1",
      "bookList": "div@.excerpt",
      "bookUrl": "header@h2@a@href",
      "checkKeyWord": "红楼梦",
      "intro": ".note@text##.*文案：　|\\(所属栏目：.*",
      "kind": ".auth-span@.muted@a@text",
      "name": "header@h2@h4@text##\\d+\\.\\s|_.*",
      "wordCount": "header@h2@h4@text##\\d+\\.\\s.*_.*【(.*)】##$1"
    },
    "ruleToc": {
      "chapterList": ".clearfix@.mulu@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "so/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "闲看小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://nav.jijia-co.com#",
    "customButton": false,
    "customOrder": 1740,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\nburl=source.getKey().match(/([^#]*)/)[1];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\n\tpush(\"精选\", `/api/novel/book/v2/plate/book.do?like=0&plateId=302&page={{page-1}}&size=10&t={{Date.now()}}&pkg=com.smart.app.jiudianjiu.xin.leisureNovel`, 1, 0.25);\n\t\n\tfunction bd(i) {\t\t\n\t\t\turl= burl+`/api/novel/book/v2/top.do?channelId=${i}&pkg=com.smart.app.jiudianjiu.xin.leisureNovel`;\n     result=java.ajax(url);\n     return  JSON.parse(result).data; \t\t\n\t\t}\n\t\n\t[[\"男频\",bd(1)],[\"女频\",bd(2)]].map([title,category]=>{\n\tpush(title+\"❤榜单\", null, 1, 1);\n category.map(($)=>{\t   \t\n\t    title=$.topName;\n     \tid=$.topId;\n\t      \turl= `/api/novel/book/v2/top/book.do?topId=${id}&page={{page-1}}&size=10&t={{Date.now()}}&pkg=com.smart.app.jiudianjiu.xin.leisureNovel`;\n\tpush(title, url, 1, 0.25);\n        });\n  });\n  \n\t\n\tfunction fl(i) {\t\t\t\t\t\n\t\t\turl= burl+`/api/novel/book/v2/class.do?channelId=${i}&pkg=com.smart.app.jiudianjiu.xin.leisureNovel`;\n     result=java.ajax(url);\n     return  JSON.parse(result).data; \t\t\n\t\t}\n\t\t\n\t\n\t[[\"男频\",fl(1)],[\"女频\",fl(2)]].map([title,category]=>{\n\tpush(title+\"❤分类\", null, 1, 1);\n\t\n category.map(($)=>{\t   \t\n\t    title=$.className;\n     \tparentClassId=$.classId;\n     \tfl_url=burl+ `/api/novel/book/v2/childClass.do?classId=${parentClassId}&pkg=com.smart.app.jiudianjiu.xin.leisureNovel`;\n     \tD=JSON.parse(java.ajax(fl_url)).data;\n     \tpush(\"🍁\"+title+\"🍁\", null, 1, 1);\n   D.map(($,index)=>{\t   \t\n\t    title=$.className;\n     \tclassId=$.classId;\n\t      \turl= `/api/novel/book/v2/class/book.do?parentClassId=${parentClassId}&classId=${classId}&status=all&page={{page-1}}&size=10&t={{Date.now()}}&pkg=com.smart.app.jiudianjiu.xin.leisureNovel`;\n\t      \tif(D.length > 3&&D.length!=4){\n\t\tif(index+1 <= D.length - D.length%3)\n\t\t\t {\tpush(title, url, 1, 0.25);}\n\t\t\t\telse{ push(title, url, 0, 0.29);}\n\t\t\t\t}\n\t\t\t\telse if(D.length == 4){ push(title, url, 1, 0.4);}\n\t\t\t\telse{ push(title, url, 1, 0.25);}\n        });  \n     });\n  });\n\t\n\t\nJSON.stringify(sort);",
    "header": "@js:\nJSON.stringify({\t\t\n\t\"Keep-Alive\":\"300\",\n\t\"Connection\":\"Keep-Alive\",\n\t\"Cache-Control\":\"no-cache\",\n\t\"Host\":\"nav.jijia-co.com\",\n  \"User-Agent\":\"okhttp/4.9.3\"\n})",
    "lastUpdateTime": 1721271399863,
    "loginUrl": "",
    "respondTime": 2582,
    "ruleBookInfo": {
      "author": "$.author",
      "canReName": "",
      "coverUrl": "$.cover",
      "init": "$.data",
      "intro": "$.bookDesc##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "",
      "name": "$.bookName",
      "tocUrl": "http://nav.jijia-co.com/api/novel/book/chapterlist.do?bookId={{java.put('bookId',java.getString('$.bookId'));}}&t={{Date.now()}}&pkg=com.smart.app.jiudianjiu.xin.leisureNovel",
      "wordCount": "$.words"
    },
    "ruleContent": {
      "content": "<js>\ndata = java.getString('$.data.content');\ncontent = eval(`\"${data}\"`);\n</js>"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.data||$.data.books[*]",
      "bookUrl": "http://nav.jijia-co.com/api/novel/book/detail.do?bookId={{$.bookId}}&t={{Date.now()}}&pkg=com.smart.app.jiudianjiu.xin.leisureNovel",
      "checkKeyWord": "",
      "coverUrl": "$.cover",
      "intro": "$.bookDesc",
      "kind": "{{$.className}}\n{{r=java.getString('$.status');\nif(r!=\"\") r=='1'?'完结':'连载';}}",
      "name": "$.bookName",
      "wordCount": "$.words"
    },
    "ruleToc": {
      "chapterList": "$.data",
      "chapterName": "$.chapterName",
      "chapterUrl": "http://nav.jijia-co.com/api/novel/book/chapter.do?bookId={{java.get('bookId');}}&chapterId={{$.chapterId}}&t={{Date.now()}}&pkg=com.smart.app.jiudianjiu.xin.leisureNovel",
      "isVolume": ""
    },
    "searchUrl": "http://nav.jijia-co.com/api/novel/book/search/result.do?like=0&page={{page-1}}&size=10&keywords={{key}}&type=&t={{Date.now()}}&pkg=com.smart.app.jiudianjiu.xin.leisureNovel",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "{部分正文有乱码}",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉 亿软网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yruan.com已整理",
    "bookUrlPattern": "http://www.yruan.com/article/\\d+.html已校验",
    "customButton": false,
    "customOrder": 1741,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1731309057601,
    "respondTime": 772,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text",
      "coverUrl": "id.fmimg@img@src",
      "init": "",
      "intro": "id.intro@tag.p.0@text",
      "kind": "id.info@tag.p.3@text&&\nid.info@tag.p.1@text##日 期：|类 别:",
      "lastChapter": "id.info@tag.p.2@a@text##百度搜索.*",
      "name": "id.info@tag.h1@text",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@html##<!--go--> |<!--over--> "
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "tag.td.0@tag.a@href@js:\r\nvar id = result.match(/\\/(\\d+)\\.?/)[1];\r\n'/files/article/image/'+parseInt(id/1000)+'/'+id+'/'+id+'s.jpg';",
      "kind": "tag.td.4@text&&\ntag.td.5@text",
      "lastChapter": "tag.td.1@tag.a@text##百度搜索.*",
      "name": "tag.td.0@tag.a@text",
      "wordCount": "tag.td.3@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.yruan.com/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "扎堆小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://touchlife.cootekservice.com:80",
    "customButton": false,
    "customOrder": 1742,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1732983773231,
    "respondTime": 1388,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "@JSon:$..chapterContent"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "bookAuthor",
      "bookList": "$.result",
      "bookUrl": "$.bookId@js:'/doReader/enter_bookinfo_index?_token=d0239f40-4f7d-4c25-aedc-6d7d4a731501&bookId='+result",
      "coverUrl": "bookCoverImage",
      "intro": "bookDesc",
      "kind": "bookBClassificationName",
      "name": "bookTitle@put:{book:bookId}"
    },
    "ruleToc": {
      "chapterList": "$..bookChapterAllInfo[*]",
      "chapterName": "chapterTitle",
      "chapterUrl": "$.chapterId@js:'http://touchlife.cootekservice.com:80/doReader/get_content_by_chapterId?_token=d22b1cd1-11db-45ef-90e3-3b96b77ad6e1&bookId=@get:{book}&chapterId='+result+'&chapterCount=1'"
    },
    "searchUrl": "/doReader/search_book?_token=73c38f52-dff3-4ca7-9054-f83ba8b8c629&action=search_book&search_keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//2025.1.8 Buding 修复搜索,净化正文,添加发现",
    "bookSourceGroup": "免费",
    "bookSourceName": "亿软网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yiruan.info/",
    "bookUrlPattern": "http://www.yiruan.info/article/\\d+.html",
    "customButton": false,
    "customOrder": 1743,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\n  \"title\":\"玄幻小说\",\n  \"url\":\"/xuanhuan/\",\n  \"style\":{\n    \"layout_flexGrow\":1,\n    \"layout_flexBasisPercent\":0.3\n  }\n},\n{\n  \"title\":\"修真小说\",\n  \"url\":\"/xiuzhen/\",\n  \"style\":{\n    \"layout_flexGrow\":1,\n    \"layout_flexBasisPercent\":0.3\n  }\n},\n{\n  \"title\":\"都市小说\",\n  \"url\":\"/dushi/\",\n  \"style\":{\n    \"layout_flexGrow\":1,\n    \"layout_flexBasisPercent\":0.3\n  }\n},\n{\n  \"title\":\"穿越小说\",\n  \"url\":\"/chuanyue/\",\n  \"style\":{\n    \"layout_flexGrow\":1,\n    \"layout_flexBasisPercent\":0.3\n  }\n},\n{\n  \"title\":\"网游小说\",\n  \"url\":\"/wangyou/\",\n  \"style\":{\n    \"layout_flexGrow\":1,\n    \"layout_flexBasisPercent\":0.3\n  }\n},\n{\n  \"title\":\"科幻小说\",\n  \"url\":\"/kehuan/\",\n  \"style\":{\n    \"layout_flexGrow\":1,\n    \"layout_flexBasisPercent\":0.3\n  }\n},\n{\n  \"title\":\"排行榜单\",\n  \"url\":\"/paihangbang/\",\n  \"style\":{\n    \"layout_flexGrow\":1,\n    \"layout_flexBasisPercent\":0.3\n  }}]",
    "lastUpdateTime": 1736294521261,
    "respondTime": 2378,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text",
      "coverUrl": "id.fmimg@img@src",
      "init": "",
      "intro": "id.intro@tag.p.0@text",
      "kind": "id.info@tag.p.3@text&&\nid.info@tag.p.1@text##日 期：|类 别:",
      "lastChapter": "id.info@tag.p.2@a@text##百度搜索.*",
      "name": "id.info@tag.h1@text",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@html##最新网址.*|<!--go--> |<!--over--> "
    },
    "ruleExplore": {
      "author": ".s5@text",
      "bookList": "class.r@ul@li||class.novelslistss@ul@li",
      "bookUrl": ".s2@a@href",
      "kind": ".s1@text",
      "name": ".s2@text"
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "tag.td.0@tag.a@href@js:\r\nvar id = result.match(/\\/(\\d+)\\.?/)[1];\r\n'/files/article/image/'+parseInt(id/1000)+'/'+id+'/'+id+'s.jpg';",
      "intro": "",
      "kind": "tag.td.4@text&&\ntag.td.5@text",
      "lastChapter": "tag.td.1@tag.a@text##百度搜索.*",
      "name": "tag.td.0@tag.a@text",
      "wordCount": "tag.td.3@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "📖 夫妻小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.dfu7.com/",
    "customButton": false,
    "customOrder": 1744,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1720558695444,
    "respondTime": 12315,
    "ruleBookInfo": {
      "author": "class.detail@p.0@a@text",
      "coverUrl": "class.info flex@img@src",
      "intro": "class.con gray@text",
      "name": "class.detail@h1@text",
      "tocUrl": "class.loading@a@href"
    },
    "ruleContent": {
      "content": "class.articlecon font-large@html",
      "replaceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "p.1@a@text",
      "bookList": "class.imgtextlist searchlist@li",
      "bookUrl": "p.0@a@href",
      "lastChapter": "p.2@a@text",
      "name": "p.0@a@text"
    },
    "ruleToc": {
      "chapterList": "class.cataloglist@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href##$##,{\"webView\":true}",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "search.asp?S={{key}}&objectType=2,{\"charset\": \"gb2312\"}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "烟锁重楼",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.eyushuwu.com#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1745,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"总榜\",\"url\":\"/top/allvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月榜\",\"url\":\"/top/monthvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周榜\",\"url\":\"/top/weekvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总推\",\"url\":\"/top/allvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月推\",\"url\":\"/top/monthvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周推\",\"url\":\"/top/weekvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"站推\",\"url\":\"/top/toptime/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"收藏\",\"url\":\"/top/goodnum/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"字数\",\"url\":\"/top/size/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最近\",\"url\":\"/top/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最新\",\"url\":\"/top/postdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"—————————tag—————————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"玄幻\",\"url\":\"/list/8/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修真\",\"url\":\"/list/9/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/list/12/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史\",\"url\":\"/list/16/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游\",\"url\":\"/list/14/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"/list/13/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖\",\"url\":\"/list/15/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"言情\",\"url\":\"/list/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美\",\"url\":\"/list/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他\",\"url\":\"/list/10/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52\"\n}",
    "lastUpdateTime": 1716235681802,
    "loginUrl": "",
    "respondTime": 49161,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "init": "",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content##小说|\\s.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content&&[property=\"og:novel:update_time\"]@content\n<js>result.replace(/(.*)\\s/,'$1 • ')</js>\n<js>result.replace(/\\s\\d+:\\d+/,'')</js>",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "@js:\nurl = baseUrl\nid = url.match(/(\\d+)/)[1]\n\"https://m.eyushuwu.com/4/\" + id + \"/\"",
      "wordCount": "class.blue.0@text##字数."
    },
    "ruleContent": {
      "content": ".novelcontent@html",
      "nextContentUrl": "",
      "replaceRegex": "##第.*章.*|.*作者.*|分卷阅读.*|- 肉肉屋",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "tag.td.2@text",
      "bookList": "tbody@tag.tr!0",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href@js:id=result.match(/(\\d+)/)[1];\nresult=\"http://img.eyushuwu.com/image/\"+id.slice(0,2)+\"/\"+id+\"/\"+id+\"s.jpg\"",
      "intro": "",
      "kind": "tag.td.3@text&&tag.td.4@text",
      "lastChapter": "tag.a.1@text",
      "name": "tag.a.0@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "tag.li.2@text##作者.",
      "bookList": ".mySearch ul",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href@js:id=result.match(/(\\d+)/)[1];\nresult=\"http://img.eyushuwu.com/image/\"+id.slice(0,2)+\"/\"+id+\"/\"+id+\"s.jpg\"",
      "intro": "",
      "kind": "tag.li.5@text&&tag.li.4@text##状态.|更新时间.",
      "lastChapter": "tag.a.1@text&&tag.li.4@text##更新时间：\n<js>result.replace(/(.*)\\s/,'$1 • ')</js>\n<js>result.replace(/\\s\\d+:\\d+/,'')</js>",
      "name": "tag.a.0@text",
      "wordCount": "tag.li.3@text##大小."
    },
    "ruleToc": {
      "chapterList": ".info_chapters .p2.1 @ul li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "/modules/article/search.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"searchkey={{key}}&page={{page}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "☘️爱小说☘️",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.ixs5200.com",
    "customButton": false,
    "customOrder": 1746,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1646569336611,
    "respondTime": 5415,
    "ruleBookInfo": {
      "author": "tag.p.0@text",
      "coverUrl": "class.img@img@src",
      "intro": "class.summary.-1@html##简介：##🌹：",
      "kind": "tag.p.1@text&&tag.p.2@text##分类：|状态：",
      "lastChapter": "class.book_textList@tag.li.1@a@text",
      "name": "class.space@text",
      "tocUrl": "text.查看全部章节@href"
    },
    "ruleContent": {
      "content": "class.text@p@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.li.0@text##.*/|0.*",
      "bookList": "class.book_textList2 bd@li",
      "bookUrl": "tag.a.0@href",
      "kind": "class.tag-blue@text",
      "name": "tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.book_textList@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "http://m.ixs5200.com/search.htm?keyword={{key}}&pn={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "💌全免小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.danmeic.com",
    "bookUrlPattern": ".*/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 1747,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1684849152042,
    "respondTime": 44548,
    "ruleBookInfo": {
      "author": "tag.p.0@text##作\\s*者：(?:未知$|肉书屋$|匿名$)?",
      "coverUrl": "@js:baseUrl.replace(/.*(\\/\\d+)_(\\d+)\\//g,\"http://img.danmeic.com/image$1/$2/$2s.jpg\")",
      "intro": "id.intro@text##(?!）)(?:首-发|追-更)?(?:[（）\\x{0028}-\\x{052f}\\x{2000}-\\x{4dff}\\x{ac00}-\\x{ffe0}乄卍卐壹贰叁肆伍柒捌玖拾哦!]{4,}|[三③⒊⑶㈢э3叁]、?(?:vv|[wωώʷЩＷԜԝϢϣЩШшщ]))[\\.，。、点點っ\\*-][（）\\(\\)\\x{0028}-\\x{052f}\\x{2070}-\\x{4dff}\\x{ac00}-\\x{ffe0}乄卍卐哦欧]{0,}|^文案：|本文由.*?提供如果你也有.*?可以联系QQ[\\d\\s]*|享受阅读 享受午后.*大家吧！|各位书友要是觉得.*?推荐哦！| 上传者书籍介绍：",
      "kind": ".con_top@a!0@text&&tag.p.2@text##.*：| \\d+:.*",
      "lastChapter": "tag.dd.0@text##.*?[ _](?=第\\d{1,5}节|分节阅读)|分段阅读_|.*?(?=第\\d{1,5}部分阅读)|(?<=第\\d{1,5}部分)阅读|[（【\\(［《<](?:\\d*K?(?:追加|爆更)?第?(?:\\d+|[一二三四五六七八九十]{1,3})更|已修改|\\d*/?\\d*[为给].*?加?更|(?:跪|新(?:[作文书]|人新作，?)|上架|\\d+/\\d+|\\d*、?)?求[点个求]?(?:[评订]|推荐|收藏|订阅|[全首自][订定]|自动订|支持|鲜花|[月票]?票|打赏|保底|果实)|[抓捉]虫|改错|追读|[大小]修|\\d*字?[二两三四五大][章更]?合一|<VIP章节>|(?:\\d+|[一两二三四五六七八九]?[千万])字|(?:(?:推荐|[月银])票\\d*|\\d+评价|盟主|\\d*(?:打赏|鲜花)|解封|签约|补偿|\\d+珠)?[加爆补万两]更|(?:[此本]章)?不?[免计收]费|错字|改错|修(?:错别字|BUG)|感谢.*?的打赏|(?:粉红|推荐|月)票|冲榜).*?[>》］\\)】）]|(?:追-更|首-发)?[（） \\(\\)\\x{0028}-\\x{052f}\\x{2070}-\\x{4dff}\\x{ac00}-\\x{ffe0}乄卍卐哦欧]{5,}|^·",
      "name": "h1@text##，(?:全文)?免费|免费[ ，]|[\\(\\[【（](?:未删|免费|正文|最?[全完]|无减).*?[）】\\]\\)]|(?:全文免费|免费阅读|txt(?:全集|下载)|最新章节).*|\\s*(?:全[文本]|完结)\\+(?:超完整)?番外|(?:合集| )?完整版(?:\\+番外)?| (?:完结)?[完全]本|_御[宅书]书?屋|-POPOV文",
      "tocUrl": "@js:baseUrl.replace(/www/g,\"m\")+\"all.html\""
    },
    "ruleContent": {
      "content": "id.chaptercontent@html##（豆丁原创论坛　http：//bbs。。）……数几十万量的完结书籍免费下载|耽美分享平台腐书网&nbsp;fubook|&((?!&nbsp;&nbsp;).)*\\s*<br>\\s*<p style=.*?/p>|[尒小][说説]\\+影[视視]：ＰＯ1⑧KK.てＯM（\\w+.com）|(?:&nbsp;){4}(?:.*?第\\d+部分阅读|(?:分段阅读_|正文&nbsp;)?第&nbsp;\\d+&nbsp;(?:章|部分)|校园港|恋耽美|欲望文|·?_?分[节卷段]阅读_?\\d+|第\\d+节)\\s*<br>|(?s)(?:&nbsp;){4}.*?&nbsp;作者:.*?<br>\\s*(?:&nbsp;){4}.*?<br>|快捷c作:&nbsp;按键盘上方向键.*?功能！(?:《.*?》)?|(?m)(?:&nbsp;){4}.*?&nbsp;作者:.*<br>|《更多好书尽在(?:&nbsp;){4}电子书免费下载》|更多&nbsp;txt&nbsp;好书&nbsp;敬请登录&nbsp;shubao2|[（） \\(\\)\\x{0028}-\\x{052f}\\x{2070}-\\x{4dff}\\x{ac00}-\\x{ffe0}乄卍卐哦欧]{5,}[\\. ][（）\\(\\)\\x{0028}-\\x{052f}\\x{2070}-\\x{4dff}\\x{ac00}-\\x{ffe0}乄卍卐哦欧]{2,}|<p style=.*?/p>"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.td.2@text##作者：|^(?:未知|肉书屋|匿名)$",
      "bookList": "tr!0",
      "bookUrl": "a@href",
      "coverUrl": "a!1@href##.*(/\\d+)_(\\d+)/##http://img.danmeic.com/image$1/$2/$2s.jpg",
      "kind": "td!0:1:2@text",
      "lastChapter": "a!0@text##.*?[ _](?=第\\d{1,5}节|分节阅读)|分段阅读_|.*?(?=第\\d{1,5}部分阅读)|(?<=第\\d{1,5}部分)阅读|[（【\\(［《<](?:\\d*K?(?:追加|爆更)?第?(?:\\d+|[一二三四五六七八九十]{1,3})更|已修改|\\d*/?\\d*[为给].*?加?更|(?:跪|新(?:[作文书]|人新作，?)|上架|\\d+/\\d+|\\d*、?)?求[点个求]?(?:[评订]|推荐|收藏|订阅|[全首自][订定]|自动订|支持|鲜花|[月票]?票|打赏|保底|果实)|[抓捉]虫|改错|追读|[大小]修|\\d*字?[二两三四五大][章更]?合一|<VIP章节>|(?:\\d+|[一两二三四五六七八九]?[千万])字|(?:(?:推荐|[月银])票\\d*|\\d+评价|盟主|\\d*(?:打赏|鲜花)|解封|签约|补偿|\\d+珠)?[加爆补万两]更|(?:[此本]章)?不?[免计收]费|错字|改错|修(?:错别字|BUG)|感谢.*?的打赏|(?:粉红|推荐|月)票|冲榜).*?[>》］\\)】）]|(?:追-更|首-发)?[（） \\(\\)\\x{0028}-\\x{052f}\\x{2070}-\\x{4dff}\\x{ac00}-\\x{ffe0}乄卍卐哦欧]{5,}|^·",
      "name": "a!1@text##，(?:全文)?免费|免费[ ，]|[\\(【\\[（](?:未删|免费|正文|最?[全完]|无减).*?[）\\]】\\)]|(?:全文免费|免费阅读|txt(?:全集|下载)|最新章节).*|\\s*(?:全[文本]|完结)\\+(?:超完整)?番外|(?:合集| )?完整版(?:\\+番外)?| (?:完结)?[完全]本"
    },
    "ruleToc": {
      "chapterList": "id.chapterlist@p!0@a",
      "chapterName": "text##.*?[ _](?=第\\d{1,5}节|分节阅读)|分段阅读_|.*?(?=第\\d{1,5}部分阅读)|(?<=第\\d{1,5}部分)阅读|[（【\\(［《<](?:\\d*K?(?:追加|爆更)?第?(?:\\d+|[一二三四五六七八九十]{1,3})更|已修改|\\d*/?\\d*[为给].*?加?更|(?:跪|新(?:[作文书]|人新作，?)|上架|\\d+/\\d+|\\d*、?)?求[点个求]?(?:[评订]|推荐|收藏|订阅|[全首自][订定]|自动订|支持|鲜花|[月票]?票|打赏|保底|果实)|[抓捉]虫|改错|追读|[大小]修|\\d*字?[二两三四五大][章更]?合一|<VIP章节>|(?:\\d+|[一两二三四五六七八九]?[千万])字|(?:(?:推荐|[月银])票\\d*|\\d+评价|盟主|\\d*(?:打赏|鲜花)|解封|签约|补偿|\\d+珠)?[加爆补万两]更|(?:[此本]章)?不?[免计收]费|错字|改错|修(?:错别字|BUG)|感谢.*?的打赏|(?:粉红|推荐|月)票|冲榜).*?[>》］\\)】）]|(?:追-更|首-发)?[（） \\(\\)\\x{0028}-\\x{052f}\\x{2070}-\\x{4dff}\\x{ac00}-\\x{ffe0}乄卍卐哦欧]{5,}|^·",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"searchkey={{key}}&searchtype=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：\n御宅屋 https://m.123yuzhaiwu.com\n肉文阁 https://m.rouwenge.com\n新御宅屋 https://m.xyuzhaiwu1.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "新御书屋⑥",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.yushuwu.club/#🚀",
    "customButton": false,
    "customOrder": 1748,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部\",\"url\":\"/wapsort/0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻\",\"url\":\"/wapsort/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠\",\"url\":\"/wapsort/2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"言情\",\"url\":\"/wapsort/3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越\",\"url\":\"/wapsort/4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/wapsort/5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"/wapsort/6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游\",\"url\":\"/wapsort/7_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖\",\"url\":\"/wapsort/8_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美\",\"url\":\"/wapsort/9_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校园\",\"url\":\"/wapsort/10_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"高辣\",\"url\":\"/wapsort/11_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"腹黑\",\"url\":\"/wapsort/12_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"种田\",\"url\":\"/wapsort/13_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"高干\",\"url\":\"/wapsort/14_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"百合\",\"url\":\"/wapsort/15_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他\",\"url\":\"/wapsort/16_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"  \",\"url\":\"  \",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1722617103450,
    "respondTime": 32334,
    "ruleBookInfo": {
      "author": "h2.-1@text",
      "init": "",
      "intro": "[style=\"padding:5px;font-size:12px;color:#666; line-height:auto\"]@html",
      "kind": ".article_info_td@div.1@a@text",
      "lastChapter": "[style=\"height:25px; overflow:hidden\"]@a@text",
      "name": "[style=\"background:none;\"]@text",
      "tocUrl": "[style=\"color:red;\"]@href"
    },
    "ruleContent": {
      "content": "id.nr1@html"
    },
    "ruleExplore": {
      "bookList": "",
      "coverUrl": "@js:'https://img.gb84.com/image/1/1024/1024s.jpg'"
    },
    "ruleSearch": {
      "author": "p.0@strong@text",
      "bookList": ".common-bookele",
      "bookUrl": "a@href",
      "checkKeyWord": "",
      "coverUrl": "@js:'https://img.gb84.com/image/1/1024/1024s.jpg'",
      "intro": ".abstract@html",
      "kind": ".lastupdate@text##栏目：|更新时间：",
      "name": ".articlename@text||h3@a@text"
    },
    "ruleToc": {
      "chapterList": "ul@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/s.php,{\n  \"body\": \"type=articlename&s={{key}}\",\n  \"charset\": \"utf-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁,漫画",
    "bookSourceName": "🎨 笔趣漫画",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.biqug.org",
    "customButton": false,
    "customOrder": 1749,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "热血::/index.php/category/tags/6/page/{{page}}\n冒险::/index.php/category/tags/7/page/{{page}}\n科幻::/index.php/category/tags/8/page/{{page}}\n霸总::/index.php/category/tags/9/page/{{page}}\n玄幻::/index.php/category/tags/10/page/{{page}}\n校园::/index.php/category/tags/11/page/{{page}}\n修真::/index.php/category/tags/12/page/{{page}}\n搞笑::/index.php/category/tags/13/page/{{page}}\n穿越::/index.php/category/tags/14/page/{{page}}\n后宫::/index.php/category/tags/15/page/{{page}}\n耽美::/index.php/category/tags/16/page/{{page}}\n恋爱::/index.php/category/tags/17/page/{{page}}\n悬疑::/index.php/category/tags/18/page/{{page}}\n恐怖::/index.php/category/tags/19/page/{{page}}\n战争::/index.php/category/tags/20/page/{{page}}\n动作::/index.php/category/tags/21/page/{{page}}\n同人::/index.php/category/tags/22/page/{{page}}\n竞技::/index.php/category/tags/23/page/{{page}}\n励志::/index.php/category/tags/24/page/{{page}}\n架空::/index.php/category/tags/25/page/{{page}}\n灵异::/index.php/category/tags/26/page/{{page}}\n百合::/index.php/category/tags/27/page/{{page}}\n古风::/index.php/category/tags/28/page/{{page}}\n生活::/index.php/category/tags/29/page/{{page}}\n真人::/index.php/category/tags/30/page/{{page}}\n都市::/index.php/category/tags/31/page/{{page}}\n历史::/index.php/category/tags/50/page/{{page}}\n武侠::/index.php/category/tags/51/page/{{page}}\n游戏::/index.php/category/tags/52/page/{{page}}\n体育::/index.php/category/tags/53/page/{{page}}\n漫改::/index.php/category/tags/54/page/{{page}}\n萝莉::/index.php/category/tags/55/page/{{page}}\n搞笑喜剧::/index.php/category/tags/56/page/{{page}}\n少女爱情::/index.php/category/tags/57/page/{{page}}\n侦探推理::/index.php/category/tags/58/page/{{page}}\n恐怖鬼怪::/index.php/category/tags/59/page/{{page}}\n欢乐向::/index.php/category/tags/60/page/{{page}}\n神鬼::/index.php/category/tags/61/page/{{page}}\n轻小说::/index.php/category/tags/62/page/{{page}}\n魔法::/index.php/category/tags/63/page/{{page}}\n奇幻::/index.php/category/tags/64/page/{{page}}\n爱情::/index.php/category/tags/65/page/{{page}}\n西方魔幻::/index.php/category/tags/66/page/{{page}}\n伪娘::/index.php/category/tags/67/page/{{page}}\n美食::/index.php/category/tags/68/page/{{page}}\n其他::/index.php/category/tags/69/page/{{page}}\n侦探::/index.php/category/tags/70/page/{{page}}\n萌系::/index.php/category/tags/71/page/{{page}}\n东方::/index.php/category/tags/72/page/{{page}}\n格斗::/index.php/category/tags/73/page/{{page}}\n舰娘::/index.php/category/tags/74/page/{{page}}\n职场::/index.php/category/tags/75/page/{{page}}\n治愈::/index.php/category/tags/76/page/{{page}}\n音乐舞蹈::/index.php/category/tags/77/page/{{page}}\n宅系::/index.php/category/tags/78/page/{{page}}\n四格::/index.php/category/tags/79/page/{{page}}\n高清单行::/index.php/category/tags/80/page/{{page}}\n魔幻::/index.php/category/tags/81/page/{{page}}\n性转换::/index.php/category/tags/82/page/{{page}}\n耽美BL::/index.php/category/tags/83/page/{{page}}\n科幻魔幻::/index.php/category/tags/84/page/{{page}}\n武侠格斗::/index.php/category/tags/85/page/{{page}}\n节操::/index.php/category/tags/86/page/{{page}}\n颜艺::/index.php/category/tags/87/page/{{page}}\n机战::/index.php/category/tags/88/page/{{page}}\n综合其它::/index.php/category/tags/89/page/{{page}}\n轻松搞笑::/index.php/category/tags/90/page/{{page}}\n魔幻神话::/index.php/category/tags/91/page/{{page}}\n青年漫画::/index.php/category/tags/92/page/{{page}}\n科幻未来::/index.php/category/tags/93/page/{{page}}\n动作格斗::/index.php/category/tags/94/page/{{page}}\n四格漫画::/index.php/category/tags/95/page/{{page}}\n校园青春::/index.php/category/tags/96/page/{{page}}\n同人漫画::/index.php/category/tags/97/page/{{page}}\n萌::/index.php/category/tags/98/page/{{page}}\n剧情::/index.php/category/tags/99/page/{{page}}\n美少女::/index.php/category/tags/100/page/{{page}}\n神魔::/index.php/category/tags/101/page/{{page}}\n热血架空::/index.php/category/tags/102/page/{{page}}\n青春::/index.php/category/tags/103/page/{{page}}\n悬疑探案::/index.php/category/tags/104/page/{{page}}\n布卡漫画::/index.php/category/tags/105/page/{{page}}\n故事::/index.php/category/tags/106/page/{{page}}\n短篇漫画::/index.php/category/tags/107/page/{{page}}\n体育竞技::/index.php/category/tags/108/page/{{page}}\n历史漫画::/index.php/category/tags/109/page/{{page}}\n泡泡::/index.php/category/tags/110/page/{{page}}\n总裁::/index.php/category/tags/111/page/{{page}}\n少女::/index.php/category/tags/112/page/{{page}}\n竞技体育::/index.php/category/tags/113/page/{{page}}\n恐怖灵异::/index.php/category/tags/114/page/{{page}}\n热血动作::/index.php/category/tags/115/page/{{page}}\n恋爱生活::/index.php/category/tags/116/page/{{page}}\n彩虹::/index.php/category/tags/117/page/{{page}}\n恋爱热血玄幻::/index.php/category/tags/118/page/{{page}}\n社会::/index.php/category/tags/119/page/{{page}}\n玄幻科幻::/index.php/category/tags/120/page/{{page}}\n修真灵异动作::/index.php/category/tags/121/page/{{page}}\n恋爱校园生活::/index.php/category/tags/122/page/{{page}}\n修真恋爱架空::/index.php/category/tags/123/page/{{page}}\n恋爱校园::/index.php/category/tags/124/page/{{page}}\n唯美::/index.php/category/tags/125/page/{{page}}\n霸总恋爱生活::/index.php/category/tags/126/page/{{page}}\n霸总恋爱玄幻::/index.php/category/tags/127/page/{{page}}\n冒险热血玄幻::/index.php/category/tags/128/page/{{page}}\n搞笑生活穿越::/index.php/category/tags/129/page/{{page}}\n恋爱生活古风::/index.php/category/tags/130/page/{{page}}\n恋爱玄幻穿越::/index.php/category/tags/131/page/{{page}}\n恋爱生活玄幻::/index.php/category/tags/132/page/{{page}}\n爆笑::/index.php/category/tags/133/page/{{page}}\n复仇::/index.php/category/tags/134/page/{{page}}\n虐心::/index.php/category/tags/135/page/{{page}}\n纯爱::/index.php/category/tags/136/page/{{page}}\n震撼::/index.php/category/tags/137/page/{{page}}\n蔷薇::/index.php/category/tags/138/page/{{page}}\n惊悚::/index.php/category/tags/139/page/{{page}}\n宫斗::/index.php/category/tags/140/page/{{page}}\n动画::/index.php/category/tags/141/page/{{page}}\n脑洞::/index.php/category/tags/142/page/{{page}}",
    "lastUpdateTime": 1604507994715,
    "respondTime": 10324,
    "ruleBookInfo": {
      "author": "class.comic-author@tag.a.1@text",
      "coverUrl": "class.de-info__cover@tag.img@src",
      "init": "",
      "intro": "class.intro-total@text",
      "kind": "class.de-chapter__title@tag.span.0@text&&class.comic-status@tag.a@text",
      "lastChapter": "class.update-time@text",
      "name": "class.j-comic-title@text"
    },
    "ruleContent": {
      "content": "class.rd-article__pic@html##src.*\\\"\n@js:result.replace(/data-original/g,\"src\")",
      "imageStyle": "FULL",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "",
      "bookList": "class.common-comic-item",
      "bookUrl": "class.comic__title@tag.a@href",
      "coverUrl": "tag.img@data-original",
      "intro": "class.comic-feature@text",
      "kind": "",
      "lastChapter": "class.comic-update@tag.a@text",
      "name": "class.comic__title@text"
    },
    "ruleToc": {
      "chapterList": "class.chapter__list-box@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/index.php/search/{{key}}/{{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "漫画",
    "bookSourceName": "🎨新新漫画💞",
    "bookSourceType": 2,
    "bookSourceUrl": "https://www.77mh.nl",
    "bookUrlPattern": "https://.*/colist_\\d+.html",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1750,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\neval(String(Reload('https://qyyuapi.com/sy/js/新新漫画/exploreUrl.js')));\n</js>",
    "header": "<js>\nvar Proxy = Map('代理：').split(\",\");\nheaders={\n    \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 Edg/127.0.0.0\",\n    \"proxy\": Proxy.some(value => parseInt(value, 10) == parseInt(Get('ci0'), 10)) ? '' : Proxy[0],\n}\ncache.put(java.md5Encode16(Get('url') + \"headers\"),JSON.stringify(headers));\nJSON.stringify(headers);\n</js>",
    "jsLib": "{\"新新漫画\":\"https://qyyuapi.com/sy/js/新新漫画/jsLib.js\"}",
    "lastUpdateTime": 1735706095761,
    "loginCheckJs": "",
    "loginUi": "[\n  { name: \"代理：\", type: \"text\" },\n  { name: \"查看当前\", type: \"button\", action: \"look(0)\", style: {layout_flexGrow: 1, layout_flexBasisPercent: 0.25} },\n  { name: \"查看历史\", type: \"button\", action: \"look(1)\", style: {layout_flexGrow: 1, layout_flexBasisPercent: 0.25} },\n  { name: \"恢复默认\", type: \"button\", action: \"test(0)\", style: {layout_flexGrow: 1, layout_flexBasisPercent: 0.25} },\n  { name: \"繁体搜索\", type: \"button\", action: \"search_TC()\", style: {layout_flexGrow: 1, layout_flexBasisPercent: 0.25} },\n  { name: \"繁简转换\", type: \"button\", action: \"TC_to_SC()\", style: {layout_flexGrow: 1, layout_flexBasisPercent: 0.25} },\n  { name: \"目录整理\", type: \"button\", action: \"settle()\", style: {layout_flexGrow: 1, layout_flexBasisPercent: 0.25} },\n\n  { name: \"༺ˇ»`ʚ  点击切换源站  ɞ´«ˇ༻\", type: \"button\", style: {layout_flexGrow: 1, layout_flexBasisPercent: 1} },\n  { name: \"①新新①\", type: \"button\", action: \"$(1)\", style: {layout_flexGrow: 1, layout_flexBasisPercent: 0.25} },\n  { name: \"②新新②\", type: \"button\", action: \"$(2)\", style: {layout_flexGrow: 1, layout_flexBasisPercent: 0.25} },\n  { name: \"③新新③\", type: \"button\", action: \"$(3)\", style: {layout_flexGrow: 1, layout_flexBasisPercent: 0.25} },\n\n  { name: \"༺ˇ»`ʚ  点击切换排序  ɞ´«ˇ༻\", type: \"button\", style: {layout_flexGrow: 1, layout_flexBasisPercent: 1} },\n  { name: \"最近更新\", type: \"button\", action: \"p(0)\", style: {layout_flexGrow: 1, layout_flexBasisPercent: 0.45} },\n  { name: \"最新上架\", type: \"button\", action: \"p(1)\", style: {layout_flexGrow: 1, layout_flexBasisPercent: 0.45} },\n\n  {\n    name: \"清除网站Cookie缓存\",\n    type: \"button\",\n    action: \"deleteCookie()\",\n    style: {layout_flexGrow: 1, layout_flexBasisPercent: 1}\n  },\n\n  { name: \"清除远程代码标识\", type: \"button\", action: \"DeleteYckey()\", style: {layout_flexGrow: 1, layout_flexBasisPercent: 1} },\n\n  {\n    name: \"💡　　 源　　 站　　 打　　 印　　 💡\",\n    type: \"button\",\n    action: \"test()\",\n    style: {layout_flexGrow: 1, layout_flexBasisPercent: 1}\n  }\n]",
    "loginUrl": "eval(String(Reload('https://qyyuapi.com/sy/js/新新漫画/loginUrl.js')));",
    "respondTime": 103189,
    "ruleBookInfo": {
      "author": "author",
      "canReName": "reName",
      "coverUrl": "cover",
      "downloadUrls": "durl",
      "init": "<js>\neval(String(Reload('https://qyyuapi.com/sy/js/新新漫画/ruleBookInfo.js')));\n</js>",
      "intro": "intro",
      "kind": "kind",
      "lastChapter": "latest",
      "name": "name",
      "tocUrl": "url",
      "wordCount": "word"
    },
    "ruleContent": {
      "content": "<js>\neval(String(Reload('https://qyyuapi.com/sy/js/新新漫画/ruleContent.js')));\n</js>",
      "imageStyle": "FULL",
      "nextContentUrl": "",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "author",
      "bookList": "<js>\neval(String(Reload('https://qyyuapi.com/sy/js/新新漫画/ruleExplore.js')));\n</js>",
      "bookUrl": "url",
      "coverUrl": "cover",
      "intro": "intro",
      "kind": "kind",
      "lastChapter": "latest",
      "name": "name",
      "wordCount": "word"
    },
    "ruleSearch": {
      "author": "author",
      "bookList": "<js>\neval(String(Reload('https://qyyuapi.com/sy/js/新新漫画/ruleSearch.js')));\n</js>",
      "bookUrl": "url",
      "checkKeyWord": "秘密",
      "coverUrl": "cover",
      "intro": "intro",
      "kind": "kind",
      "lastChapter": "latest",
      "name": "name",
      "wordCount": "word"
    },
    "ruleToc": {
      "chapterList": "<js>\neval(String(Reload('https://qyyuapi.com/sy/js/新新漫画/ruleToc.js')));\n</js>",
      "chapterName": "title",
      "chapterUrl": "link",
      "preUpdateJs": "if (!String(book.bookUrl).includes(Get('url'))) {\n    book.bookUrl = String(book.bookUrl).replace(/.*\\/\\/[^\\/]+/, Get('url'));\n    book.tocUrl = String(book.tocUrl).replace(/.*\\/\\/[^\\/]+/, Get('url'));\n    java.refreshTocUrl();\n}"
    },
    "searchUrl": "<js>\neval(String(Reload('https://qyyuapi.com/sy/js/新新漫画/searchUrl.js')));\n</js>",
    "variableComment": "JspHXCgzmq549cSvxZRk3aIm0IWn7zZQZBflWflOVEGRqJFDr2uF/FJe5vAQGhqRet7EY8U/uwLNxCsYq1NeEJEaITVbG72Peo/P9BwKSaDxKtZPiDN2QsTjeKC8jHCAbIF9r7f3ut1ngtyz8ICBfLERQv/Zt7qzx4ilBXsdVAjiP9kzDh4MPQ5pxdzDmyUp7SB64Fz1puDj3MizmD+RJU+w7BAPUkzT0P35uwSIS5Ib7peDWaTEVRss83dnuCkXEWI92DQC6pFRtNICOObIbZOS+0M5TQfIVYbVObgHPjI37+PK/cRbeoj9DMoYesJ4FKoc0yE86VpBUwepp6m+d0Li05ownII75sWIsOzTOBxxy3c5QFipfw2laUfypVHsnJib266RZu3jYZN2oqX1lSNSHFoBvxSjPtLqFmrmwUIite/CYCzZdmplxOoGaeD/tJqLacLx2sDQk0KO8gqyC83XnqLiRHJyhCkMQKUyabyfm6EdBcECj51DyPVkYCz7GNQZNs0AOnZnrMIdw3I0/tqgJjSN0CCt1uiHihItdEUrD8q/rhh7r06zj989HOQOzaX0e5eQfjzFLldpXl6VwttZR35pVFT3c8OoWQp8ytnxr5X/cOysLt+/912K6Z6Q3dD5sXuQYBPXfRO4bYP9RRN2AKQS55ugBMOAcBZOvjwVNHLhqPP6sDII6n9aXHR0IRWLqXn5XYY21Ghbmv8/PPax07th0kK2BWBVMaSAj7ZfaD8BbCQf1n+K+X03Gbv+lvyrPSYad6lkuh5GQt9amA5px2tnT438sodCBx4MTS8MwsPMJ4uqkn5urtQy88YrrBFb5ArU70r33zbrqAiH724VrH9uywqIyg9SVofxEmHuoy039qSTRXoFjHrClQw6uGCf/81q83QLfZZ7Rih0S99VNXEL307MYq5zMDGwT+thulI5ufERE9a17SGRsnDci8XO4jNkiJ3S8MC5yXSwDcvNfZHSHayja7ixeZL/AC39g0QRQGLv8jL4I8Ch69b6VPggaOWcNcad76FrRaN/L4UDOjOUgWKd6AxtldlNjXJh6Dyt4MoGQbDYw3Qsha/3y9SRlRDy350oJFCHav80B4izSFEk02hp8stnUI/EsJDwVmVkjMjTHRWz9Dz08vUrUFnN0AG2ML3S4q/X8LeqmuRDFzKkZdqxzHWEV35R0umc3g2bUItaGf9p9b3pDKyIQzq96Nd23klgDXxn3QNJAhyuSSNghQ6DfmvBzAVRr8BVyVEeLaHEallDgdZfPVguGDvIbss/uep3UybUD+9DZKk5kgfe6iBZWCDDyP8hBiGWevlXmO49Qaasr+yq/u/4K8gAISdVjkNslYBlubdsun/clKiJHjcaGaZrQkscopoAOa+ww8n5/dgVNHknbsp+6ar7X8+qXvMgHEMraS+70dPUBRHlaxFzyJtwial+fHchbGCmPBPEzGnLJMkC1qlyh3bGNWBta+OVuv5ZMVQH6xad8QNM7gNurML05I9yR8jQ2RsuvqGZA4kpbwGAvkGyUE6FWafVPrlyzjhAvM62NTgRIvj34hF+986MlIxeqCRXNNOo75uog2OYDWyucQPmZEX54gjbePWyWgADaAhK6N0BYSZJ9hAqDpsDeGmHX3Z90paE7+PJKC1SbvtDU/gCpO2XL2BlWMeA4wZZTkVd6fJ9+YrEmlmVTgaameIgczdg00kl1sYenLmBH92tRDXCZh8ff8Squ0qOJMapMkicvDUD+8oo9IGVDP+yBNQYRA2I4GCaKPRE4govmX1mpKBuCwVZac8zHWo0/Kg4d8ov+HQhmbBUWf7hibTiKQ6S/1dmHx9/xKq7So4kxqkySJy8NQP7yij0gZUM/7IE1BhEDcKXJq4sdzuNXrQ6FkURLjmfznb4rxl/aNRsDzL64NcoIkz2uzJNquMYCUrk5pkQ6nyDZPFTo18JPImZrv7g0OaTLsUI0F3Khln0tf/f9+MOpkPzlrIxmVARodyFiRJ5IBqH2MeQd7Sp6dv1pqbcGtG3bYeYmteAHMSp7sPJJlSu1/14uK0mYVumAClib/nR06lGouY9s8Mintn5UDO30gQ0mF9ntEM+LueiRGg6rYdJEnY3KhbfwMfT4m20i3piopFyq/hGsbmF4/aFLSkPqyXQhFUexMNJeBD5IAFILlPOr1v94t73AEkxc10X91YhTER295zGifE/tzN1/FVUKIO3W/ux+nMFuFrB6nc6MuZDzrOIA4/+vwthbD8VT+J14FyTDiO2uTAh9JEENA2dpzKXr6krC0AOCsZApTseqyesgs4+wPVWCH0TVaW/FFEd/HlvFNAToVUBJxSDgkw5muEG54IPsuQcqs0pedoEwycAqjWfldTc/mMqkbtp848F0FF8U0gQgbjRrmLYURZvACuFEHJ2SmrqgcMPXmXLdNMvHbHHC1VpqshR4EvGIsS7Quy2L9N8A8Yl35BeV0j9i7rFMX3ZgDefMTVgRFCsafgC9rEn0aCujes+LBq8fniNBkR9GB/zYv4FsUej645wTBlbUTQ6LV9wSKcsXtknGuNM4l+V4z4QrvgztIjFBaeWNQW6IRYYe2oPQK8GnYSec8HwHRPHtAMX0wumVEj6KhbsipokMJgs7hCUKhv6+ClcG1CTs2VBIR/yiz33aYPuCD25rFAaC40W1hRvOicZ/F1PGh7Kvz7JXw6jb1TsSsM1onosbs1BVBrPl7Mj3mXkgWvo3jFyH+YxZJvaOW/BGCpY4sy3I4S+ytkVLSFZgDNlDBXy/3HcOAnn6VlXpMkApF8qCiLgVR56tujz1Wj9/R0VQRTdeEz3pBbNgwjDkjLV21nTJCfaVkMtrlfJy7pEFhibbFyxikC4ISiYt+3YDwai0r1Q+67yXpUq/xesSTw5Q5jYloyOtLHk8OMHY5e+TKBUDHJQnFKA0GSbRLTb+VyU7uZ5CpHYgLN1tsnE+EvYvCTNbyYBtMBLMtgoiBX7xf3YUehs8vZwVM82y+vbP/NqnBQ5eGp0feAXfF1kjatBgWGOo6fw2Gk7L5uBFmpkAoqZXeKquYnFvDzdn1miX9tKRLPE0Iaj+GWnXm/paDFyX8686WqIv3vaUgtVDLSg/JJNscXgRzDhnxUsOCdZb0XprzRLmaNga49Ip+w1pgY6TTjtEFTljwjS5O55EOvuKqsaLI/XKdoFCDmR6Y2xFLYyQPbYJQMxXDvKUMcyrkbVqQSAnj8gXtA4a4qDJm4tcF4lpx7Bg9EpJfb2HqkkYS0fmNiWjI60seTw4wdjl75MoLfokNcKhMiPJ9eO8WTdAv847RBU5Y8I0uTueRDr7iqrBSVQ+KuzLRPYTvibLFRB57gErJmmMvZt9BtRpgXODzQhRlcipszsgb62VBaXsP8opb6yDElligzGh/PcHOiE3WMQFOgS0vKI36K+ItG5wRaKmiQwmCzuEJQqG/r4KVwbmgo6wy86SBGvogm95+4LUkYH6iTVf+ouZaelqGI2qm3WHzo8WXjrES/k1JicB8T2quBTp1DRs2cKNogBK/tg+cb6T5o7Go+MnxwSMvPUaOG4W30SN5zTZOL143gt9ToGM1INCcNreFUzbBV5GjhZ+cZxV9wzYIx+yAutGmwG8x+9FsVCBe/19CjhO8jZPuKFPn4BDhMyuQIxalAY8GPlkSBpRvQon8uEw880lQw3V2hn8D+pvfEstGEvq4nq8X+JGc5zPy/bdgil7YojGmMie2mvVmnSbsBysYY4aoN7Sbz81iqtHRh1B+zEDf9u5d2RlrdAHyefRDbKm1fb/r56iXNqGwOm1kMoBK8O9bpHD0eD/bHbn+a/yjfTTQBTF0am4XGBohXTiW+HSrFKIL+y7OBRkOfeUPJ6HP8R36ncozEJMpF6oi/Lq6/AWsScG6F12uL9v5r5TDlsi7ItIcrCvvpaPlJfuWUJG8ItDsDb770P4D9LklNrCSMvK5++//E0Jv1Zaofbk6OHl9/eKdm6CjsXryWBwI0qyfd6/BSNmA0AdUonhALucnHR+J9YVVHUl4OwnvwH/7OMMbsozpkhxTm9YL3wk3Mvg46sNpZjDP9v+BjJLuXfAuoG5xdS3HbE01G5JfNK2iVlDKyCpg6Y1Txo2r7LCuNx4+naoZcjXjjJpxAYuqiBkamyKhb2t2z0YbpxhMkAPkBOfjG/akvuhMy9EAFvRuynoTg/WZKWf9v2mlCX57PL+6l4eJczAIT1UgP7s6S6MXYT1GRJHioWh8id6S/ZaK7wCL93sknCxyWcA/9MgIi2EOP9/fZFO/D/9TDUUreg6+xSNGXZ3JzwXk5OZ1Oq+vBRFZIuERBdFfd/dVETOEm4kI4MgJ/KJ9gUTcPxI4Vg5XX2Zyt7FrjZEm2oeRH9kGL4ybzusq7jHtF3rvLmueUxi0QD2e/ILtNaXF11W73LBz4s3ggImGSOeyN0wxIrNMAlsWqhwW0mHXUZC00mqKn2o9fJU5PmDyky0/rsV33emcvzzANQ3cRNdqcmeaLac2SxzNI6T0i/T8Z1jVHkANz0BPtvAQHukBqfxq5IjWsBE0JiStK353USoz8725URic4nxnYPKW1yXlJoPuYLazwk6uoOgpxvOGpGmgI6854twG15ZoR1QXhTgdB0AkvfOGslSuVqQnGJeFI834+NWugkBJGEuAS83v/EuxeNbv7ZyMG9DXP7plvUpendmzoqLkHDuJD+fid5oICLiJ0x5JJKYcbj803gWwb/CDsuKozf324aCBqCsD5noXLnuoSuKsJlCh9bsGDkbqwOO0PybSlLmTjtxdCu32qSz1skLrxWoTgGbWAISm3gnwzE/05k2tNN5DMQNcb1RNuOXVLhezzRJqUxXpI7/KVyCpgayFde7eByMwwUVfcAquesEuRBZQxsjMTFz1ILM033PpCY9hR8THi3u8i9phsFuRx4ErMrwaHaEvwg4lTWx0j/OVRsmu69EVUidnAK34ucXw1vNgF6vvtS4oFKj3xYr1bOzWbQjlgStsof4JIzqsg+fSUk0V5nDIZi9uuThOXxihE7LSaXVvRf2D+jGCQGpCjwOyUmFRsrOtP/c9FBUUiB3587cqLWqHNjZzxde+JDysHAcuZxRHk9ScJLyfOv+hWywwnipAOadcrABE2TtLWTzks0R+3TQ/X0sVRiZgnZIFMlx+BRFa8BHWst/MYaoeR609ume+eVjl57z3KMHBcwjjWOM0fwvf03kEl5PutN+2HdXkNqfHlB+/kWTPchbrd50+bLkDym7kv/G8C1NYmWM10anC7PfNMxFipls28lB8dDhT4bOO/r6PpgrmlLO8jkz44jc8O63fulUUTFHegvboTytTrohJRU5PbK04tRT35U5EUjQn6SQ/U7YSZ82ciaw1GVpJfJeZtr551Rj2t3xX/aziYcoYY0i8mM6Ylqb3gXyB1Ha/QUsxzhzqDnhBO/D0bvGTojIqVe/M77tUfLK8EL3xMYZhMF37BfPrhLpMiyu7AmD20jYDFtIpU1qQzRfyDlOn9URlXKZrab45bGEdmSNLrFcAM/PHUd0HPT8Qbq5KGSyLMJaEnn7GVquJ369G0Qd0Q4FRfL5trliZ1GIByq+FbjY/0A7Ki+etghSqjAGGr92My2KV68+nmOL/aAL7A1SQ2mwYS8Pkh3nZ4shTo7seo1C8GpS7xhKmyhxZH89UH8dgO/Axts3HnZdOE0+N4m4A739eCVBqKgS1XZoIIy/ldI2TzWLZiP7Ul37LXEc1bdUQ1iFOX+uJKQOit7RSyimehES16Uo7J5WlqP+rPdTMM7G1x5LroKKYo6CyWHVXsURK5HDx3nyS4HdamwjX00NLnU/8zZlC8EcCfVNIfMZ7FJoZi97a/nRyOtCkEfiG83+67WDpkxhDIhB8Z5laaYJvOsqmFSvpKgPVqb1eMQC0Hkw3Hj9qFy7IAI9uB4ej1UC8IABqsAaMDnN0YZNwV25KuUrYYykiKd6I545Rg1Rdm+WnxpzRUQjrTGWoUEUb9dJQObjGF5zYo3z4cYQ5zikrp7gD85N3dxze3i13rlxzn3cJBEhg+iYGujuyakpkZuo0DpCd7WnB7t5fJfDJQOvUaLDqrrF4nVBIIdLlJ7n12ecczPaEEU6Qa7lYzN0P79DhaiFUnvugzB4Gn2C4mBKPSijSWak8X19Ewa6znjgdUQjrrkk2G9x4SA302JcsD4DA8AYrHoYqVlRH0YH/Ni/gWxR6PrjnBMGVtRNDotX3BIpyxe2Sca40w9eYzlcym7GnIqwxryI8jraFTk48+pNzLj3iz5ymXF9f8z2nP5Vz2Xce4jAgMUiFQB8d/Kgi427CSHFOCUoHApJRx0L8wyXsu7TzteHTj017sXjW7+2cjBvQ1z+6Zb1KWC64ov3kJm2GiYX3tNB9qtWJo6IxFhS1LwTB7ZrFkprNtkWysrD9ow38+rwUXdBkoyTt2Y/8U3v8KbqBd3DQGotCO8Tvwx2iSTJMU6jFdKkD+jguY7B88nBD1hVna94in7gC2LXIQn5fA2ObCciEN59drwuk7vFpSAcu4cmZDns/MP1FOMyAtd/iVJy7Hqqw9V/XU4nkrx05ozIN7+nA3rswk9A8R5DrQC7abFLoNxeJPnrtruAPdwsngWxtQHpcUaIgYtIudzunf4VV9a4TTjZ3CcxPar5psvV1pH6vxIrrldyqU+2U7FHo7zZqfmaGyc3mCVcw9MZdCLAIwa3mEeBaDw9FxQg/Qj4jfxFxqZgR6p4s1ho1DUbuLmMH1tBVtySAUdZkrS8Lebm67cWRJhde0KAK6plCknqb8RIDbKhN2C0ua3tKayNGUl3/VVxbiRAnpgMMf8kzkjl5gPwi7K+1Z4l5i1aFJVV6Czd7JfGMyUfsj738lORNSjzNY6SEOi4/XqbOKg8QQzAuiSLsWt2oKk5thhC/PflLviNQRA8m4pogTPmqwyRmki94IFHaPkKHFA7a8rAeQv23mKZzKA9N3x1VFqmwYCe5vAQoNyWgkepztT7024aiPCLclSNAXnpHhkyRnqMo0qnCaNgq9LRH0YH/Ni/gWxR6PrjnBMGVtRNDotX3BIpyxe2Sca40w9eYzlcym7GnIqwxryI8jraFTk48+pNzLj3iz5ymXF9eWBQ/+++nD4l9+EQNVYEA510MYdQfoAQkBkNq9BUKbydWGfbubQWWdgLxSpFPbHQJsi5veTN+dPnrQ9FYmTVbbVlH/4alRW92D9v/kbow5aDdVm2SAsSjRbGhe8trEo/n8/+47m+H8A1BNZW2tWmZLWtX0iblYnkDUFaLZIS1OyNbK+YmxZw+qA6PW+4QSnxAEGx92LLo4EA+Ir12/x2/8Aue/LDuvWt4k8osFgQgAu1Av7c6U2OOPuQXOStuygExE1LZPLDUR6XLPpg+QrroaBcMnShD41FSmKWppgXiAt4XvfPYyMUeLdXj4F2Ue8Fl7mMHZgwHwgXP/JD9NrjNZRzSoQBK54t3Y+v/vK5s6lGPzY2MTO0vibS5WTWC8X4VIVCS2f8D6AS+CNemsbHbQuavX1CPL+YC76DWbByRlBnk4S3k2B4ZzpyyKfmcSdtgWg8PRcUIP0I+I38RcamYHq1bQzoyPTrLQL+Y+MK5aaQMAGUrroAnG4mloUDJ4G0/v9xMK6JuBTLE9ZcIlEj3t/BdKVo2EjPuXzVCfSPPJ06y5QGaW/YB0yj5Ei/FfFA6qraMO18GzfhiHSlAEB4A8liKyzP0Ug5CA/fiSyuW9B3zXIKwD5X5GiakSXmwz/4zTcgimCINNNVBUc8xEmi3zth6nXlVNGllX/Kg0dPNsJKcgYuKWz2Ji5+e2VcD81f8AtS+V8q7H8QHh9hUVKPDQ=",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "漫画",
    "bookSourceName": "178漫画网-幕惜",
    "bookSourceType": 2,
    "bookSourceUrl": "https://www.patternrecognition.cn",
    "customButton": false,
    "customOrder": 1751,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"连载中\",\"url\":\"/category/end/0/page/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"已完结\",\"url\":\"/category/end/1/page/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"霸总\",\"url\":\"/category/1/page/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恋爱\",\"url\":\"/category/2/page/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"生活\",\"url\":\"/category/3/page/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"热血\",\"url\":\"/category/4/page/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"后宫\",\"url\":\"/category/5/page/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻\",\"url\":\"/category/6/page/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修真\",\"url\":\"/category/7/page/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古风\",\"url\":\"/category/8/page/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校园\",\"url\":\"/category/9/page/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"动作\",\"url\":\"/category/10/page/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"竞技\",\"url\":\"/category/11/page/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"搞笑\",\"url\":\"/category/12/page/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"战争\",\"url\":\"/category/13/page/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越\",\"url\":\"/category/14/page/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"冒险\",\"url\":\"/category/15/page/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异\",\"url\":\"/category/16/page/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"架空\",\"url\":\"/category/17/page/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"悬疑\",\"url\":\"/category/18/page/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖\",\"url\":\"/category/19/page/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"励志\",\"url\":\"/category/20/page/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"/category/21/page/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人\",\"url\":\"/category/22/page/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他\",\"url\":\"/category/23/page/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"真人\",\"url\":\"/category/24/page/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 14; zh-cn; en-us; M2102K1AC Build/UKQ1.231207.002) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/109.0.5414.118 Mobile Safari/537.36 MQQBrowser/10.1.0\"}",
    "lastUpdateTime": 1744443621514,
    "respondTime": 1230,
    "ruleBookInfo": {
      "author": ".detail-main-info-author@text",
      "coverUrl": "img@data-original",
      "intro": ".detail-main-info-description@text",
      "kind": ".detail-main-info-class@span@text&&#detail-list-title@span@text",
      "lastChapter": "#detail-list-select@li.0@text",
      "name": ".detail-main-info-title@text",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "#cp_img@img@html",
      "imageStyle": "FULL"
    },
    "ruleExplore": {
      "bookList": ".manga-list-2@li",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": "p@text",
      "name": "h4@text##.*item.name.*"
    },
    "ruleSearch": {
      "author": ".book-list-info-bottom-item@text",
      "bookList": ".book-list@li",
      "bookUrl": "a.0@href",
      "coverUrl": "img@data-original",
      "intro": ".book-list-info-desc@text",
      "kind": ".book-list-info-bottom-right-font@text",
      "name": "h2@text"
    },
    "ruleToc": {
      "chapterList": "#detail-list-select@li[-1:0]",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "https://www.patternrecognition.cn/search/{{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//5.16@ys4568",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎨Xpicvid",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.acgbay.com",
    "customButton": false,
    "customOrder": 1752,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"日漫\",\"url\":\"{{URL()}}/listinfo-14-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"韩漫\",\"url\":\"{{URL()}}/listinfo-15-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"本子\",\"url\":\"{{URL()}}/listinfo-3-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"CG\",\"url\":\"{{URL()}}/listinfo-2-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"COS\",\"url\":\"{{URL()}}/listinfo-1-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"套图\",\"url\":\"{{URL()}}/listinfo-4-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"最新\",\"url\":\"{{URL()}}/listinfo-9-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}}]",
    "header": "@js:\nJSON.stringify({\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 11; PCHM30 Build/RKQ1.200903.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/83.0.4103.106 Mobile Safari/537.36\",\n  \"Referer\": URL(),\n  \"accept-language\": \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"\n})",
    "jsLib": "var Url = [\n  \"https://www.freeacg.org\",\n  \"https://www.freeacg3.org\",\n  \"https://www.acgbay.com\"\n]\n   \nfunction URL() {\t\n\t let v = String(this.source.getVariable()).split(\",\");\n   let x = String(v[0]);\n   return Url[x]===undefined?this.source.key:Url[x]\n}",
    "lastUpdateTime": 1747713151588,
    "loginUi": "[ { \"name\":\"当前接口\",\n     \"type\":\"button\",\n     \"action\":\"A()\",\n     \"style\":{\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n     }\n  \t},\n  \t{ \"name\":\"发布页\",\n     \"type\":\"button\",\n     \"action\":\"C()\",\n     \"style\":{\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.4\n     }\n  \t},\n  \t{ \"name\":\"接口一\",\n     \"type\":\"button\",\n     \"action\":\"B(0)\",\n     \"style\":{\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.25\n     }\n  \t},\n  \t{ \"name\":\"接口二\",\n     \"type\":\"button\",\n     \"action\":\"B(1)\",\n     \"style\":{\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.25\n     }\n  \t},\n  \t{ \"name\":\"接口三\",\n     \"type\":\"button\",\n     \"action\":\"B(2)\",\n     \"style\":{\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 0.25\n     }\n  \t}\n]",
    "loginUrl": "A = () =>{\n\t let v = String(source.getVariable()).split(\",\");\n    x=v[0];\n\t  if(x == 0) {\n\t  \t  java.toast('\\n'+URL())\n\t  \t}\n\t  \tif(x == 1) {\n\t  \t  java.toast('\\n'+URL())\n\t  \t}\n\t  \tif(x == 2) {\n\t  \t  java.toast('\\n'+URL())\n\t  \t}\n}\n\nB = (x) =>{\n\tlet v = String(source.getVariable()).split(\",\");\n\t v[0]=x;\n\tsource.setVariable(v.join(\",\"));\n\t  if(x === 0){\n\t   \tjava.toast('\\n'+'成功设置 '+URL());\n\t  \t}\n\t  \tif(x === 1){\n\t   \tjava.toast('\\n'+'成功设置 '+URL());\n\t  \t}\n\t  \tif(x === 2){\n\t   \tjava.toast('\\n'+'成功设置 '+URL());\n\t  \t}\n}\n\nC = () =>{\n  java.startBrowser(\"https://02.uno\",\"\")\n}",
    "respondTime": 21318,
    "ruleBookInfo": {
      "intro": "&nbsp;\n🏷️ 标签：{{String(java.get(\"tag\")).replace(/\\s/g,'，')}}\n{{let intro=String(java.getString('#intro-block [class^=\"p-t-5\"]@text'));intro=\"\"?null:intro.replace(/(敘述：\\s?)/,'📄 简介：')}}"
    },
    "ruleContent": {
      "content": "@js:\tpics=java.getString('[class$=albums]@img@data-src');\n    let hd=JSON.stringify({\"headers\":{\"Referer\":URL()}});\n    let p=String(pics).split(\"\\n\").map(i=>`<img src=\"${i},${hd}\">`).join(\"\\n\");\n    p;",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".title-truncate.1@a@text",
      "bookList": ".list-col",
      "bookUrl": "a.0@href",
      "checkKeyWord": "kakao",
      "coverUrl": "img@data-src##$##,{\"webView\":true}",
      "kind": "@js: \n   let tag=String(java.getString('.tag@text'))\n   java.put(\"tag\",tag)\n   let kind=java.getString('.label-sub@text')\n   kind;",
      "name": ".video-title@text"
    },
    "ruleToc": {
      "chapterList": "-.btn-toolbar@a||.read-block.0@a",
      "chapterName": "textNodes||li@textNodes",
      "chapterUrl": "href##$##,{\"webView\":true}"
    },
    "searchUrl": "@js:\n   let u=URL()+\"/e/search/index.php\" bd=\"keyboard=\"+key+\"&Submit=&classid=9&show=title,text,keyboard,ftitle\"\n   let lo=String(java.post(u,bd,{}).headers(\"Location\")).replace(/\\[(.*?)\\]/,'$1')\n   //java.log(lo)\n   URL()+\"/e/search/\"+lo;",
    "weight": 0
  },
  {
    "bookSourceComment": "2025/5/13\nby天天的鸟蛋蛋 \n2025/10/2 辞&柚屿&小寒&另一个书友圈 技术指导 CJ’sPig算法提供 天天的鸟蛋蛋 解密\n2025/10/29 库存 合并方法jslib ",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "（favcomic）喜漫漫画",
    "bookSourceType": 2,
    "bookSourceUrl": "https://www.favcomic.net",
    "coverDecodeJs": "decode(result);",
    "customButton": false,
    "customOrder": 1753,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Mobile Safari/537.36 EdgA/137.0.0.0\",\n  \"accept-language\": \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7,zh-TW;q=0.6,zh-HK;q=0.5\"\n}",
    "jsLib": "\n;(function CW(Uc,Uu,GG,Ce,ee,iC,OX,cG,Xf,u,el){function HX(ci,Kc){var Kb=ci^Kc,CU=Uu[Kb],KG=66666-Kb,WH=[],Ob=el[KG];if(Ob!==\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064)return Ob;for(var Wl=0;Wl<CU.\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068;)OX(WH,CU[Wl]-Wl++-Kc);return el[KG]=Xf(WH)}(function Ui(e,uu,cb,eG,Hb){uu=uu||[],cb=cb||[],eG=eG||[];for(var uf=cb.\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068,Wu,cH;cH=Uc[e++];)if(cH<30){if(cH>22)25>cH?23<cH?cb[++uf+cH++-26]=new(Ce(cb[uf-- -2])):u(cb[(uf+=24)+cH-50],cb[++uf+cH-50],{\\u0067\\u0065\\u0074:cb[(uf-=28)+2],\\u0063\\u006f\\u006e\\u0066\\u0069\\u0067\\u0075\\u0072\\u0061\\u0062\\u006c\\u0065:!0,\\u0065\\u006e\\u0075\\u006d\\u0065\\u0072\\u0061\\u0062\\u006c\\u0065:!0}):cH-->26?cH>27?cb[++uf+cH-- -29]=\\u006b\\u0065\\u0079:cH--<27?cb[uf-cH--+17]=function(lH,fe,eH,ic,eU,Cc,Wc,iU){var Ki=cG(eG,[uu]);return function XG(){var Ub=\\u0061\\u0072\\u0067\\u0075\\u006d\\u0065\\u006e\\u0074\\u0073.\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068>fe.\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068?fe.\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068:\\u0061\\u0072\\u0067\\u0075\\u006d\\u0065\\u006e\\u0074\\u0073.\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068,Oe=[];for(var Wl=0;Wl<Ub;Wl++)Oe[fe[Wl]]=\\u0061\\u0072\\u0067\\u0075\\u006d\\u0065\\u006e\\u0074\\u0073[Wl];return Cc&&(Oe[ic]=\\u0061\\u0072\\u0067\\u0075\\u006d\\u0065\\u006e\\u0074\\u0073),eH&&(Oe[iU]=this),Wc&&u(Oe,eU,{\\u0076\\u0061\\u006c\\u0075\\u0065:XG,\\u0077\\u0072\\u0069\\u0074\\u0061\\u0062\\u006c\\u0065:!1}),Ui(lH,Oe,[],Ki)}}(cb[--uf-cH++ +17],cb[uf- --cH+18],cb[--uf-2],cb[uf-cH+21],cb[(uf+=126)-++cH-100],cb[--uf+cH-154],cb[--uf-124],cb[(uf-=129)-++cH+30]):cb[uf++-cH+26]=uu[Uc[e++]^- --cH+64097+e]:cH<25?cb[uf++ +cH-- -24]=Uc[e++]-(cH--+9507+e):cb[++uf-++cH+25]=Uc[e++]^cH--+22412+e;else if(9>cH)7<cH?cb[(uf+=--cH)-8]=\\u006b\\u0065\\u0079=cb[(uf-=7)-cH++ +6]:5<cH?6>--cH?cb[uf--+1]=Uc[cb[(uf+=3)+--cH-6]=Uc[e++]-(-cH--+56238+e),e++]-(cH--+35935+e):cb[uf--+cH-- -8]=ee(cb[++uf+cH-- -6],[cb[--uf-1]])(HX(Uc[e++]^-cH++ +31821+e,Uc[e++]^cH+48187+e)):4<++cH?5<cH?cb[++uf-++cH+6]=Uu[Uc[e++]^- --cH+e]:\\u004f\\u0062\\u006a\\u0065\\u0063\\u0074.\\u006b\\u0065\\u0079\\u0073(cb[uf--+--cH-7]).\\u006d\\u0061\\u0070(function(e){cb[uf].\\u0069\\u006e\\u0064\\u0065\\u0078\\u004f\\u0066(e)<0&&(cb[uf-1][e]=cb[uf-2][e])}):cH++<3?cb[uf++ +--cH-2]=null:cH>4?cb[uf++- --cH+4]={}[[]]:cb[++uf+cH-- -8]=ee(cb[uf-- -cH++],[cb[(uf-=89)+86]])(cb[(uf+=87)+cH++-3]);else if(16>cH)11>cH?++cH>10?cb[(uf-=21)+19]=iC(cb[++uf-cH++ +30],cb[(uf+=19)+cH-13])()():cb[uf++ +cH++-10]=-(Uc[e++]-(--cH+11319+e)):cH>12?14>cH?cb[(uf-=87)+85]=uu[cb[uf+cH+72]]=cb[(uf+=86)+ ++cH-14]:cH++>14?cb[uf-2]+=cb[uf--+cH-17]:cb[++uf+ ++cH-17]=Uu[Uc[e++]^--cH+e]:cH++>11?cb[++uf+ ++cH-20]=iC(cb[--uf-++cH+11],cb[--uf-++cH+12],cb[--uf+ ++cH-18],cb[(uf+=cH--)-17])()(uu[cb[(uf-=19)-cH--+19]]):cb[uf+cH-14]=cb[(uf-=cH--)+10]>=cb[uf+=11];else if(cH<18)cH<17?cb[++uf+ ++cH-18]=\\u0064\\u0065\\u0063\\u006f\\u0064\\u0065\\u0053\\u0069\\u006d\\u0070\\u006c\\u0065:cb[++uf-cH+16]=HX(Uc[e++]^-cH+24378+e,Uc[e++]^-++cH+33637+e);else if(18>--cH)cb[uf++-1]=uu[cb[--uf+cH++-18]];else if(18<cH){if(cH-->20)cb[(uf+=108)-++cH-87]=cb[(uf-=107)-cH--+19];else if(19>cH)cb[(uf+=85)-cH-- -69]=iC(cb[(uf+=88)-174],cb[(uf-=174)+ ++cH-19])(Uc[e++]-(cH++ +60417+e))();else return cb[--uf+cH-19];}else cb[uf++-cH+18]=\\u0049\\u006e\\u0070\\u0075\\u0074\\u0053\\u0074\\u0072\\u0065\\u0061\\u006d;}else if(cH<58){if(cH>51)cH<54?cH<53?uu[cb[uf-2]]=cb[(uf-=2)-cH--+53]:cb[uf+cH-55]=Ce(cb[(uf-=--cH)+51],cb[(uf+=51)+cH-- -53],HX(Uc[e++]^-cH++ +52286+e,Uc[e++]^-cH+32645+e))():54<--cH?cH<56?cb[uf-- -3]=iC(cb[(uf+=--cH)-55])(cb[uf-- -cH-2],cb[(uf-=54)- --cH+54])():cb[uf++ + ++cH-57]=void 0:53<cH?cb[uf++ +cH-54]=\\u0063:cb[uf++-8]=function(eU,fe,ic,Cc,lH,eH,Wc,iU){var Ki=cG(eG,[uu]);return function XG(){var Ub=\\u0061\\u0072\\u0067\\u0075\\u006d\\u0065\\u006e\\u0074\\u0073.\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068>fe.\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068?fe.\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068:\\u0061\\u0072\\u0067\\u0075\\u006d\\u0065\\u006e\\u0074\\u0073.\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068,Oe=[];for(var Wl=0;Wl<Ub;Wl++)Oe[fe[Wl]]=\\u0061\\u0072\\u0067\\u0075\\u006d\\u0065\\u006e\\u0074\\u0073[Wl];return Cc&&(Oe[ic]=\\u0061\\u0072\\u0067\\u0075\\u006d\\u0065\\u006e\\u0074\\u0073),eH&&(Oe[iU]=this),Wc&&u(Oe,eU,{\\u0076\\u0061\\u006c\\u0075\\u0065:XG,\\u0077\\u0072\\u0069\\u0074\\u0061\\u0062\\u006c\\u0065:!1}),Ui(lH,Oe,[],Ki)}}(cb[uf-- -cH++ +51],cb[++uf-8],cb[uf++ +cH++-60],cb[++uf-9],cb[uf-11],cb[(uf-=++cH)+49],cb[(uf-=15)-cH++ +122],cb[(uf+=61)-cH--+61]);else if(cH<38)33>cH?cH++>31?cb[--uf-++cH+33]=uu[cb[uf++ +cH-35]]=uu[cb[uf--+cH-35]]:31<cH?--uf:cb[uf++-cH--+31]=\\u0061:cH++<35?35>cH?cb[uf-- -3][cb[(uf-=cH++)+33]]=cb[(uf+=32)+--cH-32]:cb[e++,--uf]||(e=Uc[--e]^--cH+34275+ ++e):cH>37?cb[e++,--uf]||(e=Uc[--e]^-cH++ +3153+ ++e):37>cH?cb[uf++ +cH-36]=Uc[e++]^++cH+31327+e:cb[--uf-cH+36]=cb[uf--+cH-38][cb[++uf-cH--+37]]=Uc[e++]-(-++cH+22502+e);else if(45>cH)++cH<41?cH>39?uf--:cb[uf--+cH++-40]=\\u0064\\u0065\\u0063\\u006f\\u0064\\u0065\\u0053\\u0069\\u006d\\u0070\\u006c\\u0065=cb[uf++-cH--+40]:cH>42?44>cH?cb[(uf+=104)- --cH-64]=cb[(uf-=++cH)-63]===cb[(uf-=62)+cH++-43]:cH<45?cb[--uf+cH-- -44]=\\u0061=cb[++uf-1]:cb[uf++ +cH-45]=null:41<cH?cb[(uf+=107)+ ++cH-152]=delete cb[++uf+cH++-153][cb[(uf-=109)-cH+44]]:e=Uc[Wu=e,e++]^cH+54069+e;else if(cH<47){if(cH<46)cb[++uf-cH+45]=Uc[cb[++uf+--cH-46]=HX(Uc[e++]^47817+e,Uc[e++]^41303+e),e++]-(cH--+37253+e);else return Hb.\\u0048\\u0065=0;}else--cH>47?49>cH?cb[uf++-cH+48]=\\u0050\\u0061\\u0063\\u006b\\u0061\\u0067\\u0065\\u0073:cH>49?cb[++uf-3]=cb[(uf-=72)-cH--+119][cb[uf+=70]]:cb[uf++ +cH-- -51]=cb[uf--+cH++-51]instanceof cb[--uf]:cH<47?cb[++uf-cH+44]=\\u0063=cb[uf-- - --cH+43]:cb[++uf-cH--+46]=Uc[e++]-(- --cH+e);}else if(++cH<87){if(cH>80)cH<83?81>--cH?cb[uf++-++cH+80]=\\u0062=cb[uf--+cH-83]:cb[uf++-1]=\\u0064\\u0065\\u0063\\u006f\\u0064\\u0065=cb[uf-- -++cH+80]:83<--cH?84<cH++?cb[(uf+=91)+ ++cH-180]+=cb[(uf-=92)-cH++ +87]:cb[++uf- --cH+83]=\\u0042\\u0079\\u0074\\u0065\\u0041\\u0072\\u0072\\u0061\\u0079\\u004f\\u0075\\u0074\\u0070\\u0075\\u0074\\u0053\\u0074\\u0072\\u0065\\u0061\\u006d:82<cH?cb.\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068=--uf-++cH+85:cb[(uf-=cH--)+81]=uu[cb[(uf+=82)-cH+80]];else if(73<cH)77<cH--?78>cH?cb[uf++-cH+76]=+cb[--uf-++cH+77]:78<cH?cb[(uf-=cH--)+75]=Ce(cb[uf--+cH-- -2],cb[(uf-=++cH)+154],cb[uf-cH--+234]-cb[(uf+=155)- --cH+78])():cb[cb[++uf-cH+77]=[],(uf-=++cH)+79]=cb[(uf+=80)-cH++ +77]:--cH<74?cH>72?cb[uf++ +--cH-72]=!{}:cb[uf++ +cH-74]=cb[uf--+--cH-74][cb[uf-- - --cH+69]]:cH>74?eG[eG.\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068-cb[++uf+cH++-77]][cb[(uf-=cH)+73]]=cb[uf--+cH-5].\\u0073\\u006c\\u0069\\u0063\\u0065(cb[(uf-=++cH)+150],cb[(uf+=149)-cH+77].\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068):cb[(uf+=55)-55]=cb[(uf-=54)+ ++cH-77];else if(66<cH){if(cH<69)68>cH?cb[--uf-2]=iC(cb[uf- --cH+65],cb[(uf+=81)+cH-- -149],cb[(uf-=82)+cH++-64])()(Uc[e++]-(--cH+34674+e)):cb[uf++- --cH+66]=cb[--uf-cH--+66][HX(Uc[e++]^-cH--+4982+e,Uc[e++]^cH--+4778+e)];else if(70>cH)e=Uc[Wu=e,e++]^-++cH+3372+e;else if(cH<71)cb[uf--+cH-- -70]=cb[(uf+=2)-++cH+67];else if(cH>72)cb[uf-cH+72]=\\u006b\\u0065\\u0079=cb[uf+cH-74];else if(cH<72)try{var eQ=cb[--uf-cH+68],cK=cb[--uf+cH-- -72],ef=cb[(uf-=cH)+70],fU=cb[(uf+=68)+--cH-66],eC={\\u0048\\u0065:1},Ob=Ui(e,uu,[],eG,eC);if(eC.\\u0048\\u0065)return Ob;if(eC.\\u0051!==void 0)if(eQ=eC.\\u0051,eC.\\u0066\\u0075>1)return Hb.\\u0051=eQ,Hb.\\u0066\\u0075=--eC.\\u0066\\u0075,Hb.\\u0048\\u0065=0}catch(HH){uu[fU]=HH,eC={\\u0048\\u0065:1},Ob=Ui(cK,uu,[],eG,eC);if(eC.\\u0048\\u0065)return Ob;if(eC.\\u0051!==\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064)if(eQ=eC.\\u0051,eC.\\u0066\\u0075>1)return Hb.\\u0051=eQ,Hb.\\u0066\\u0075=--eC.\\u0066\\u0075,Hb.\\u0048\\u0065=0}finally{eC={\\u0048\\u0065:1},Ob=Ui(ef,uu,[],eG,eC);if(eC.\\u0048\\u0065)return Hb&&(Hb.\\u0048\\u0065=1),Ob;if(eC.\\u0051!==\\u0075\\u006e\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0064){if(eQ=eC.\\u0051,eC.\\u0066\\u0075>1)return Hb.\\u0051=eQ,Hb.\\u0066\\u0075=--eC.\\u0066\\u0075,Hb.\\u0048\\u0065=0;return Ui(eQ,uu,[],eG)}e=eQ}else cb[(uf+=89)-91]=uu[cb[uf-- -cH++-19]]=cb[(uf-=89)-cH--+73];}else cH>65?cb[uf++ +--cH-68]=eG[eG.\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068-cb[uf+cH-- -68]][cb[++uf-5]]=cb[(uf-=4)+cH-63]:62>cH?60>cH?cb[uf+--cH-60]=cb[uf++-cH++ +56][cb[(uf-=2)-cH+59]]=Uc[e++]-(- --cH+9863+e):cH<61?cb[(uf+=--cH)-60]=\\u0049\\u006e\\u0070\\u0075\\u0074\\u0053\\u0074\\u0072\\u0065\\u0061\\u006d=cb[(uf-=59)+ ++cH-61]:cb[uf++ +cH++-61]=HX(Uc[e++]^-cH--+e,Uc[e++]^-cH+e):++cH<65?63<cH?cb[--uf-cH--+63]=cb[uf-- -1].\\u0073\\u006c\\u0069\\u0063\\u0065(cb[uf++ +1],cb[uf-++cH+63].\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068):cb[uf- --cH+61]=-cb[uf- --cH+60]:--cH>64?cb[uf++-cH++ +65]=uu[Uc[e++]^++cH+15739+e]:uu[cb[++uf+cH++-66]]=cb[uf+ ++cH-70].\\u0073\\u006c\\u0069\\u0063\\u0065(cb[++uf- --cH+61],cb[uf-=5].\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068);}else cH>105?112<cH?uu[cb[(uf+=115)-++cH-3]]=cb[(uf-=117)+cH-- -113]:cH<109?107<cH?uu[cb[uf-- - --cH+106]]=cb[++uf+ ++cH-111].\\u0073\\u006c\\u0069\\u0063\\u0065(cb[uf-++cH+107],cb[(uf-=3)-cH--+109].\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068):106<cH?cb[uf++-cH++ +107]=Uu[Uc[e++]^-cH--+e]:cb[uf-cH--+106]=cb[++uf-cH+102]:cH--<111?107<--cH?cb[(uf-=3)-cH+107]=iC(cb[(uf-=cH++)+108],cb[++uf+ ++cH-4])(cb[(uf-=--cH)+217],cb[(uf+=216)-cH+111])():cb[uf--+--cH-108]=cb[uf--+cH-- -107]>cb[++uf+cH++-105]:111>cH?cb[uf+cH-- -113]=iC(cb[++uf+ ++cH-113],cb[uf++-cH--+106])()(cb[(uf-=4)-cH+110]):cb[uf++-cH+111]=GG:--cH>98?102<cH?104>cH?cb[uf++ +--cH-105]=eG[eG.\\u006c\\u0065\\u006e\\u0067\\u0074\\u0068-cb[uf+cH-- -104]][cb[++uf+cH-105]]=cb[(uf-=4)-1]:cb[(uf+=18)+cH-124]=cb[--uf+--cH-122]!==cb[(uf-=18)-cH++ +103]:101<cH?cb.\\u0073\\u0070\\u006c\\u0069\\u0063\\u0065(uf+ ++cH-106,0,cb[uf++ +cH-- -104]):++cH>101?cb[uf++ +--cH-101]=\\u0062:100<cH?cb[uf--+cH++-102]=\\u0042\\u0079\\u0074\\u0065\\u0041\\u0072\\u0072\\u0061\\u0079\\u004f\\u0075\\u0074\\u0070\\u0075\\u0074\\u0053\\u0074\\u0072\\u0065\\u0061\\u006d=cb[++uf-1]:cb[(uf-=++cH)+97]=ee(cb[uf++ +cH-- -3],[cb[uf++- --cH+195]])(cb[uf-- -cH+196],cb[(uf+=97)-cH--+101]):cH-->92?cH<94?cH>92?cb[uf++]=!1:cb.\\u0073\\u0070\\u006c\\u0069\\u0063\\u0065(uf-cH--+89,0,cb[++uf-cH--+89]):95>cH?cb[uf++ + ++cH-95]=\\u0053\\u0074\\u0072\\u0069\\u006e\\u0067:cH<96?cb[uf++-cH--+95]=[]:cH>96?cb[++uf- --cH+93]=cb[++uf-cH++ +92]!=cb[(uf-=3)+cH++-97]:cb[uf++-cH--+96]=Uc[e++]^+e:cH<87?84<--cH?cb[uf++-++cH+83]=Ce(cb[uf++ +cH-89],cb[uf-5],uu[cb[(uf-=4)+1]])():cb[--uf+cH++-86]=iC(cb[(uf+=cH)-86])(cb[(uf-=cH++)-2],cb[--uf+ ++cH-86],HX(Uc[e++]^-cH--+65324+e,Uc[e++]^cH++ +52344+e))():88<cH?cH-->90?cb[--uf-2]=new(ee(cb[(uf+=cH)-92],[null,cb[uf-91],cb[(uf-=91)+1]])):cH<89?cb[uf-- -cH++ +86]=delete cb[--uf- --cH+88][cb[++uf]]:cb[(uf-=cH)+87]|=cb[(uf+=88)+cH++-89]:cH<88?cb[++uf-7]=new cb[(uf+=cH--)-94](cb[uf-- -++cH-6],cb[uf-cH-4],cb[(uf-=113)+cH++-64],cb[++uf-++cH+112],cb[(uf+=20)+--cH-84]):cb[(uf-=96)-cH--+182]=new(Ce(cb[--uf+cH--+8],null,cb[(uf+=96)+cH-86]))})(327)})([1,21,46,46,40,54212,39,6,56249,35949,18,40,53779,35,31420,78,25,9548,40,54002,6,56256,35961,25,9555,68,3369,6,56264,35977,82,68,3172,16,53,27821,57329,80,40,54090,6,56276,35981,54,38,68,3262,28,64122,75,17,62368,12133,40,53809,73,67,36521,36576,17,33190,23891,40,53998,79,21,56,75,40,54042,28,64158,22,17,39575,18038,68,3532,67,40506,40578,17,49851,7777,40,54110,73,10,13,9,11421,68,3276,34,34771,25,9636,84,40,54054,83,28,64162,21,46,40,54217,73,25,9646,87,71,68,3388,52,6,56363,36057,40,53824,6,56356,36061,27,81,68,3432,56,112,6,56378,36084,40,53944,6,56370,36076,25,9672,40,54163,56,21,21,35,31670,26,22586,35,31513,40,54126,25,9686,70,6,56405,36099,40,53829,21,40,54414,40,54316,45,59531,61962,37471,18,68,3205,57,43,83,1,16,17,40854,17481,40,54563,56,47,3,72,39,30,68,3242,67,40375,40442,17,38249,20099,68,3361,78,6,56435,36147,40,54592,3,47,39,1,16,17,56204,81,40,54402,25,9746,66,34973,13,68,3525,67,58398,58324,26,22805,68,3340,24,52,25,9769,40,54606,73,67,16092,14631,59,68,3451,58,10056,83,25,9776,40,54480,73,29,86,57646,54079,68,3479,39,64,16072,19,50,40,54329,28,64344,75,17,54079,14163,68,3490,101,85,55,85,8,40,54482,68,3437,25,9823,12,22,17,56888,14848,68,3693,25,9821,27,68,3657,68,3984,51,64,16111,75,17,21151,46684,40,54747,18,75,67,29684,29620,68,3874,2,43,3,80,39,1,68,3588,25,9858,87,83,68,3789,40,54462,26,22655,78,25,9862,40,54365,6,56570,36275,25,9869,68,3867,51,20,60779,25,9877,68,3586,82,22,67,24717,24664,40,54372,22,67,38638,38447,10,40,54652,33,6,56599,36304,40,54656,73,100,3,59,39,49,68,3600,22,67,12458,12398,25,9928,68,3609,36,22854,83,25,9919,68,3705,25,9931,32,39,25,9932,40,54443,98,37,3494,25,9943,68,3916,18,75,67,12491,12431,40,54317,95,75,17,58316,2016,68,4013,73,7,46965,30588,22,40,54740,3,100,39,49,17,60772,2235,40,54565,112,40,54430,25,9972,40,54430,18,67,39244,39188,13,40,54751],[[36392,36384,36406,36386],[40495,40502],[57092,57148,57144,57130,57095,57145,57146,57130,57155,57114,57153,57153,57150,57156,57156,57124,57158,57157,57145,57142,57155],[11079,11117,11120,11126,11126,11094,11128,11127,11115,11112,11125],[49285,49320,49276,49332,49289],[41142,41166,41160,41197,41215,41189],[34009,34037,33956,33975,33993],[45950,45938,45935,45939],[26635,26631,26623,26635,26621],[33521,33517,33473,33529,33525,33511,33476,33526,33527,33511,33536],[50780,50782,50781,50752,50780,50736,50792,50788,50774,50789],[8009,8009,7996,7972,7984],[9340,9334,9332,9327,9330],[29815,29831,29819,29816,29836,29822,29805,29844,29833,29834,29827,29843,29842,29834,29829,29798,29846,29854,29846,29851,29847],[21558,21563,21578,21543,21564,21564,21566,21547,21581,21577,21570,21587,21558,21586,21604,21608,21609,21615,21621,21615],[48853,48855,48854,48870,48878,48870,48875],[44384,44382,44379,44377,44389],[],[61580,61569,61585],[33659,33672,33670,33669,33628,33666,33660,33678,33632,33677,33667,33669],[13120,13126,13120,13138,13092,13137,13127,13129,13094,13146],[36544,36550,36545,36551]],function(){return typeof \\u0067\\u006c\\u006f\\u0062\\u0061\\u006c\\u0054\\u0068\\u0069\\u0073===\"undefined\"&&(\\u0067\\u006c\\u006f\\u0062\\u0061\\u006c\\u0054\\u0068\\u0069\\u0073=typeof \\u0077\\u0069\\u006e\\u0064\\u006f\\u0077===\"undefined\"?typeof \\u0067\\u006c\\u006f\\u0062\\u0061\\u006c!==\"undefined\"?\\u0067\\u006c\\u006f\\u0062\\u0061\\u006c:this:\\u0077\\u0069\\u006e\\u0064\\u006f\\u0077),typeof \\u0065\\u0078\\u0070\\u006f\\u0072\\u0074\\u0073===\"undefined\"||(\\u0067\\u006c\\u006f\\u0062\\u0061\\u006c\\u0054\\u0068\\u0069\\u0073.\\u0065\\u0078\\u0070\\u006f\\u0072\\u0074\\u0073=\\u0065\\u0078\\u0070\\u006f\\u0072\\u0074\\u0073),typeof \\u0072\\u0065\\u0071\\u0075\\u0069\\u0072\\u0065===\"undefined\"||(\\u0067\\u006c\\u006f\\u0062\\u0061\\u006c\\u0054\\u0068\\u0069\\u0073.\\u0072\\u0065\\u0071\\u0075\\u0069\\u0072\\u0065=\\u0072\\u0065\\u0071\\u0075\\u0069\\u0072\\u0065),typeof \\u006d\\u006f\\u0064\\u0075\\u006c\\u0065===\"undefined\"||(\\u0067\\u006c\\u006f\\u0062\\u0061\\u006c\\u0054\\u0068\\u0069\\u0073.\\u006d\\u006f\\u0064\\u0075\\u006c\\u0065=\\u006d\\u006f\\u0064\\u0075\\u006c\\u0065),typeof \\u005f\\u005f\\u0066\\u0069\\u006c\\u0065\\u006e\\u0061\\u006d\\u0065===\"undefined\"||(\\u0067\\u006c\\u006f\\u0062\\u0061\\u006c\\u0054\\u0068\\u0069\\u0073.\\u005f\\u005f\\u0066\\u0069\\u006c\\u0065\\u006e\\u0061\\u006d\\u0065=\\u005f\\u005f\\u0066\\u0069\\u006c\\u0065\\u006e\\u0061\\u006d\\u0065),typeof \\u005f\\u005f\\u0064\\u0069\\u0072\\u006e\\u0061\\u006d\\u0065===\"undefined\"||(\\u0067\\u006c\\u006f\\u0062\\u0061\\u006c\\u0054\\u0068\\u0069\\u0073.\\u005f\\u005f\\u0064\\u0069\\u0072\\u006e\\u0061\\u006d\\u0065=\\u005f\\u005f\\u0064\\u0069\\u0072\\u006e\\u0061\\u006d\\u0065),\\u0067\\u006c\\u006f\\u0062\\u0061\\u006c\\u0054\\u0068\\u0069\\u0073}(),\\u004f\\u0062\\u006a\\u0065\\u0063\\u0074.\\u0063\\u0061\\u006c\\u006c.\\u0062\\u0069\\u006e\\u0064(\\u0041\\u0072\\u0072\\u0061\\u0079.\\u0062\\u0069\\u006e\\u0064),\\u0041\\u0072\\u0072\\u0061\\u0079.\\u0061\\u0070\\u0070\\u006c\\u0079.\\u0062\\u0069\\u006e\\u0064(\\u004e\\u0075\\u006d\\u0062\\u0065\\u0072.\\u0062\\u0069\\u006e\\u0064),\\u004e\\u0075\\u006d\\u0062\\u0065\\u0072.\\u0062\\u0069\\u006e\\u0064.\\u0062\\u0069\\u006e\\u0064(\\u004f\\u0062\\u006a\\u0065\\u0063\\u0074.\\u0062\\u0069\\u006e\\u0064),\\u004f\\u0062\\u006a\\u0065\\u0063\\u0074.\\u0063\\u0061\\u006c\\u006c.\\u0062\\u0069\\u006e\\u0064([].\\u0070\\u0075\\u0073\\u0068),\\u0041\\u0072\\u0072\\u0061\\u0079.\\u0063\\u0061\\u006c\\u006c.\\u0062\\u0069\\u006e\\u0064([].\\u0063\\u006f\\u006e\\u0063\\u0061\\u0074),\\u004e\\u0075\\u006d\\u0062\\u0065\\u0072.\\u0061\\u0070\\u0070\\u006c\\u0079.\\u0062\\u0069\\u006e\\u0064(\\u0053\\u0074\\u0072\\u0069\\u006e\\u0067.\\u0066\\u0072\\u006f\\u006d\\u0043\\u0068\\u0061\\u0072\\u0043\\u006f\\u0064\\u0065,null),\\u004f\\u0062\\u006a\\u0065\\u0063\\u0074.\\u0064\\u0065\\u0066\\u0069\\u006e\\u0065\\u0050\\u0072\\u006f\\u0070\\u0065\\u0072\\u0074\\u0079,[]);",
    "lastUpdateTime": 1761673083181,
    "loginUrl": "https://www.favcomic.net",
    "respondTime": 2323,
    "ruleBookInfo": {
      "author": ".author.0@a@text",
      "coverUrl": "[property$=image]@content",
      "intro": "<br>\n{{@@.translation_agency_box@text}}\n<br>\n简介：\n{{@@[property$=description]@content}}\n<br>",
      "name": ".info_box@h1@text"
    },
    "ruleContent": {
      "content": "<js>\nvar match = src.match(/\"images\":\\s*(\\[[^\\]]*?\\])/);\nvar data = [];\nif (match) {\n    var arrStr = match[1];\n    try {\n        \n        data = JSON.parse(arrStr.replace(/'/g, '\"'));\n    } catch (e) {\n        \n        data = eval(arrStr);\n    }\n}\nvar imgTags = data.map(item => `<img src=\"https://ccdeoo.ykxbo.cn/file/e-media/app${item}\">`).join('\\n');\nimgTags;\n</js>",
      "imageDecode": "decode(result);"
    },
    "ruleSearch": {
      "author": ".txt@text",
      "bookList": ".comic_list@.comic_li",
      "bookUrl": "a@href",
      "coverUrl": ".cover_box@img@data-src",
      "kind": ".brief_box@img@alt",
      "name": "a@text"
    },
    "ruleToc": {
      "chapterList": ".right_box:nth-child(2)@a",
      "chapterName": ".title@text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.favcomic.net/search?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//5.16@ys4568",
    "bookSourceGroup": "漫画",
    "bookSourceName": "🎨YY漫画",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.yymanhua.com",
    "customButton": false,
    "customOrder": 1754,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"熱血\",\"url\":\"/manga-list-31-{{page-1}}-10/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"戀愛\",\"url\":\"/manga-list-26-{{page-1}}-10/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校園\",\"url\":\"/manga-list-1-{{page-1}}-10/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"冒險\",\"url\":\"/manga-list-2-{{page-1}}-10/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"/manga-list-25-{{page-1}}-10/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"生活\",\"url\":\"/manga-list-11-{{page-1}}-10/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"懸疑\",\"url\":\"/manga-list-17-{{page-1}}-10/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"魔法\",\"url\":\"/manga-list-15-{{page-1}}-10/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"運動\",\"url\":\"/manga-list-34-{{page-1}}-10/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "@js:\nJSON.stringify({\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 11; PCHM30 Build/RKQ1.200903.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/83.0.4103.106 Mobile Safari/537.36\",\n  \"accept-language\": \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"\n})",
    "lastUpdateTime": 1747713140320,
    "respondTime": 8710,
    "ruleBookInfo": {
      "author": ".detail-main-top-info-author-item@text",
      "intro": "&nbsp;\n📄 简介：{{@@.detail-main-content.-1@text}}"
    },
    "ruleContent": {
      "content": "@js: \n   let pics=java.getString('.lazy@img@data-src');\n   let hd=JSON.stringify({\"headers\":{\"Referer\":source.key}});\n   let p=String(pics).split(\"\\n\").map(i=>`<img src=\"${i},${hd}\">`).join(\"\\n\");\n   p;",
      "imageStyle": "FULL"
    },
    "ruleExplore": {
      "bookList": ".manga-i-list-item",
      "bookUrl": ".manga-i-list-item@a@href",
      "coverUrl": "img@src",
      "intro": ".manga-i-list-subtitle@text",
      "name": ".manga-i-list-title@text"
    },
    "ruleSearch": {
      "author": ".manga-item-subtitle.0@text##作者：",
      "bookList": ".manga-item",
      "bookUrl": "a@href",
      "checkKeyWord": "姐姐",
      "coverUrl": "img@src",
      "intro": ".manga-item-content@text",
      "kind": ".manga-item-subtitle@span@text",
      "name": ".manga-item-title@text"
    },
    "ruleToc": {
      "chapterList": "-.detail-list-item@a",
      "chapterName": "textNodes",
      "chapterUrl": "href##$##,{\"webView\":true}"
    },
    "searchUrl": "/search?title={{key}}",
    "weight": 0
  },
  {
    "bookSourceGroup": "漫画",
    "bookSourceName": "爱优漫吧（优+）",
    "bookSourceType": 2,
    "bookSourceUrl": "https://m.iyouman.com",
    "customButton": false,
    "customOrder": 1755,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "每日更新::https://m.iyouman.com/api/updatelist/?productname=aym&platformname=wap\n综合榜::https://m.iyouman.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=all&rank_type=heat&page={{page}}&productname=aym&platformname=wap\n自制榜::https://m.iyouman.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=self&rank_type=heat&page={{page}}&productname=aym&platformname=wap\n少年榜::https://m.iyouman.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=boy&rank_type=heat&page={{page}}&productname=aym&platformname=wap\n少女榜::https://m.iyouman.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=girl&rank_type=heat&page={{page}}&productname=aym&platformname=wap\n新作榜::https://m.iyouman.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=new&rank_type=heat&page={{page}}&productname=aym&platformname=wap\n黑马榜::https://m.iyouman.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=dark&rank_type=heat&page={{page}}&productname=aym&platformname=wap\n付费榜::https://m.iyouman.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=charge&rank_type=heat&page={{page}}&productname=aym&platformname=wap\n免费榜::https://m.iyouman.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=free&rank_type=heat&page={{page}}&productname=aym&platformname=wap\n完结榜::https://m.iyouman.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=finish&rank_type=heat&page={{page}}&productname=aym&platformname=wap\n连载榜::https://m.iyouman.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=serialize&rank_type=heat&page={{page}}&productname=aym&platformname=wap\n人气::https://m.iyouman.com/api/getsortlist/?comic_sort=&orderby=click&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n更新::https://m.iyouman.com/api/getsortlist/?comic_sort=&orderby=date&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n评分::https://m.iyouman.com/api/getsortlist/?comic_sort=&orderby=score&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n收藏::https://m.iyouman.com/api/getsortlist/?comic_sort=&orderby=shoucang&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n连载::https://m.iyouman.com/api/getsortlist/?comic_sort=lianzai&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n完结::https://m.iyouman.com/api/getsortlist/?comic_sort=wanjie&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n热血::https://m.iyouman.com/api/getsortlist/?comic_sort=rexue&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n机战::https://m.iyouman.com/api/getsortlist/?comic_sort=jizhan&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n运动::https://m.iyouman.com/api/getsortlist/?comic_sort=yundong&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n推理::https://m.iyouman.com/api/getsortlist/?comic_sort=tuili&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n冒险::https://m.iyouman.com/api/getsortlist/?comic_sort=maoxian&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n耽美::https://m.iyouman.com/api/getsortlist/?comic_sort=liaomei&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n百合::https://m.iyouman.com/api/getsortlist/?comic_sort=baihe&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n搞笑::https://m.iyouman.com/api/getsortlist/?comic_sort=gaoxiao&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n战争::https://m.iyouman.com/api/getsortlist/?comic_sort=zhanzhen&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n神魔::https://m.iyouman.com/api/getsortlist/?comic_sort=shenmo&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n忍者::https://m.iyouman.com/api/getsortlist/?comic_sort=renzhe&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n竞技::https://m.iyouman.com/api/getsortlist/?comic_sort=jingji&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n悬疑::https://m.iyouman.com/api/getsortlist/?comic_sort=xuanyi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n社会::https://m.iyouman.com/api/getsortlist/?comic_sort=shehui&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n恋爱::https://m.iyouman.com/api/getsortlist/?comic_sort=lianai&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n宠物::https://m.iyouman.com/api/getsortlist/?comic_sort=chongwu&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n吸血::https://m.iyouman.com/api/getsortlist/?comic_sort=xixue&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n萝莉::https://m.iyouman.com/api/getsortlist/?comic_sort=luoli&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n后宫::https://m.iyouman.com/api/getsortlist/?comic_sort=hougong&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n御姐::https://m.iyouman.com/api/getsortlist/?comic_sort=yujie&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n霸总::https://m.iyouman.com/api/getsortlist/?comic_sort=bazong&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n玄幻::https://m.iyouman.com/api/getsortlist/?comic_sort=xuanhuan&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n古风::https://m.iyouman.com/api/getsortlist/?comic_sort=gufeng&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n历史::https://m.iyouman.com/api/getsortlist/?comic_sort=lishi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n漫改::https://m.iyouman.com/api/getsortlist/?comic_sort=mangai&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n游戏::https://m.iyouman.com/api/getsortlist/?comic_sort=youxi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n穿越::https://m.iyouman.com/api/getsortlist/?comic_sort=chuanyue&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n恐怖::https://m.iyouman.com/api/getsortlist/?comic_sort=kongbu&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n真人::https://m.iyouman.com/api/getsortlist/?comic_sort=zhenren&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n防疫::https://m.iyouman.com/api/getsortlist/?comic_sort=fangyi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n防疫::https://m.iyouman.com/api/getsortlist/?comic_sort=fangyi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n科幻::https://m.iyouman.com/api/getsortlist/?comic_sort=kehuan&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n都市::https://m.iyouman.com/api/getsortlist/?comic_sort=dushi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n武侠::https://m.iyouman.com/api/getsortlist/?comic_sort=wuxia&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n修真::https://m.iyouman.com/api/getsortlist/?comic_sort=xiuzhen&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n生活::https://m.iyouman.com/api/getsortlist/?comic_sort=shenghuo&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n动作::https://m.iyouman.com/api/getsortlist/?comic_sort=dongzuo&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n大陆::https://m.iyouman.com/api/getsortlist/?comic_sort=dalu&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n日本::https://m.iyouman.com/api/getsortlist/?comic_sort=riben&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n港台::https://m.iyouman.com/api/getsortlist/?comic_sort=gangtai&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n欧美::https://m.iyouman.com/api/getsortlist/?comic_sort=oumei&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n韩国::https://m.iyouman.com/api/getsortlist/?comic_sort=os&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n全彩::https://m.iyouman.com/api/getsortlist/?comic_sort=quancai&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n黑白::https://m.iyouman.com/api/getsortlist/?comic_sort=heibai&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n小说::https://m.iyouman.com/api/getsortlist/?comic_sort=xiaoshuo&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n杂志::https://m.iyouman.com/api/getsortlist/?comic_sort=zazhi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n日更::https://m.iyouman.com/api/getsortlist/?comic_sort=rigeng&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n新作::https://m.iyouman.com/api/getsortlist/?comic_sort=xinzuo&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n精品::https://m.iyouman.com/api/getsortlist/?comic_sort=jingpin&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap",
    "lastUpdateTime": 1759291916622,
    "respondTime": 1095,
    "ruleBookInfo": {
      "author": "$.data.comic_author",
      "coverUrl": "$.data.cover_list[0]",
      "intro": "$.data.comic_desc",
      "kind": "$.data.comic_type_new[*].name",
      "lastChapter": "$.data.last_chaptet_name",
      "name": "$.data.comic_name@put:{comic_id:$.data.comic_id}",
      "tocUrl": "https://m.iyouman.com/api/getchapterlist?product_id=4&productname=aym&platformname=wap&comic_id={{$.data.comic_id}}"
    },
    "ruleContent": {
      "content": "data.current_chapter.chapter_img_list@js:\nheaders={\"headers\":{\"Referer\":baseUrl}}\n;\nresult.split(\"\\n\").map(x=>'<img src=\\\"'+x+','+JSON.stringify(headers)+'\\\">').join(\"\\n\")",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.comic_author",
      "bookList": "$.data.update[*].info[*]||$.data.data[*]||$.data[*]",
      "bookUrl": "https://m.iyouman.com/api/getcomicinfo_body/?comic_id={$.comic_id}&productname=aym&platformname=wap",
      "coverUrl": "http://image.mhxk.com/mh/{$.comic_id}.jpg-600x800.jpg.webp",
      "kind": "$.comic_type||$.sort_typelist##[a-zA-Z]|\\|",
      "lastChapter": "$.last_chapter_name||$.comic_chapter_name",
      "name": "$.comic_name"
    },
    "ruleToc": {
      "chapterList": "-$.data.*",
      "chapterName": "$.chapter_name@put:{chapter_id:$.chapter_id}",
      "chapterUrl": "https://m.iyouman.com/api/getchapterinfov2?product_id=4&productname=aym&platformname=wap&comic_id=@get:{comic_id}&chapter_newid={{$.chapter_newid}}&isWebp=1&quality=low"
    },
    "searchUrl": "https://m.iyouman.com/api/getsortlist/?search_type=&search_key={{key}}&page={{page}}&size=30&productname=aym&platformname=wap",
    "weight": 0
  },
  {
    "bookSourceComment": "$$",
    "bookSourceGroup": "漫画",
    "bookSourceName": "🌠 神漫画网",
    "bookSourceType": 2,
    "bookSourceUrl": "https://m.taomanhua.com",
    "bookUrlPattern": "已校验",
    "customButton": false,
    "customOrder": 1756,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "每日更新::https://m.taomanhua.com/api/updatelist/?productname=smh&platformname=wap\n综合榜::https://m.taomanhua.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=all&rank_type=heat&page={{page}}&productname=smh&platformname=wap\n自制榜::https://m.taomanhua.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=self&rank_type=heat&page={{page}}&productname=smh&platformname=wap\n少年榜::https://m.taomanhua.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=boy&rank_type=heat&page={{page}}&productname=smh&platformname=wap\n少女榜::https://m.taomanhua.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=girl&rank_type=heat&page={{page}}&productname=smh&platformname=wap\n新作榜::https://m.taomanhua.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=new&rank_type=heat&page={{page}}&productname=smh&platformname=wap\n黑马榜::https://m.taomanhua.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=dark&rank_type=heat&page={{page}}&productname=smh&platformname=wap\n付费榜::https://m.taomanhua.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=charge&rank_type=heat&page={{page}}&productname=smh&platformname=wap\n免费榜::https://m.taomanhua.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=free&rank_type=heat&page={{page}}&productname=smh&platformname=wap\n完结榜::https://m.taomanhua.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=finish&rank_type=heat&page={{page}}&productname=smh&platformname=wap\n连载榜::https://m.taomanhua.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=serialize&rank_type=heat&page={{page}}&productname=smh&platformname=wap\n人气::https://m.taomanhua.com/api/getsortlist/?comic_sort=&orderby=click&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n更新::https://m.taomanhua.com/api/getsortlist/?comic_sort=&orderby=date&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n评分::https://m.taomanhua.com/api/getsortlist/?comic_sort=&orderby=score&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n收藏::https://m.taomanhua.com/api/getsortlist/?comic_sort=&orderby=shoucang&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n连载::https://m.taomanhua.com/api/getsortlist/?comic_sort=lianzai&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n完结::https://m.taomanhua.com/api/getsortlist/?comic_sort=wanjie&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n热血::https://m.taomanhua.com/api/getsortlist/?comic_sort=rexue&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n机战::https://m.taomanhua.com/api/getsortlist/?comic_sort=jizhan&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n运动::https://m.taomanhua.com/api/getsortlist/?comic_sort=yundong&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n推理::https://m.taomanhua.com/api/getsortlist/?comic_sort=tuili&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n冒险::https://m.taomanhua.com/api/getsortlist/?comic_sort=maoxian&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n耽美::https://m.taomanhua.com/api/getsortlist/?comic_sort=liaomei&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n百合::https://m.taomanhua.com/api/getsortlist/?comic_sort=baihe&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n搞笑::https://m.taomanhua.com/api/getsortlist/?comic_sort=gaoxiao&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n战争::https://m.taomanhua.com/api/getsortlist/?comic_sort=zhanzhen&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n神魔::https://m.taomanhua.com/api/getsortlist/?comic_sort=shenmo&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n忍者::https://m.taomanhua.com/api/getsortlist/?comic_sort=renzhe&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n竞技::https://m.taomanhua.com/api/getsortlist/?comic_sort=jingji&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n悬疑::https://m.taomanhua.com/api/getsortlist/?comic_sort=xuanyi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n社会::https://m.taomanhua.com/api/getsortlist/?comic_sort=shehui&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n恋爱::https://m.taomanhua.com/api/getsortlist/?comic_sort=lianai&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n宠物::https://m.taomanhua.com/api/getsortlist/?comic_sort=chongwu&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n吸血::https://m.taomanhua.com/api/getsortlist/?comic_sort=xixue&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n萝莉::https://m.taomanhua.com/api/getsortlist/?comic_sort=luoli&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n后宫::https://m.taomanhua.com/api/getsortlist/?comic_sort=hougong&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n御姐::https://m.taomanhua.com/api/getsortlist/?comic_sort=yujie&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n霸总::https://m.taomanhua.com/api/getsortlist/?comic_sort=bazong&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n玄幻::https://m.taomanhua.com/api/getsortlist/?comic_sort=xuanhuan&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n古风::https://m.taomanhua.com/api/getsortlist/?comic_sort=gufeng&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n历史::https://m.taomanhua.com/api/getsortlist/?comic_sort=lishi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n漫改::https://m.taomanhua.com/api/getsortlist/?comic_sort=mangai&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n游戏::https://m.taomanhua.com/api/getsortlist/?comic_sort=youxi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n穿越::https://m.taomanhua.com/api/getsortlist/?comic_sort=chuanyue&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n恐怖::https://m.taomanhua.com/api/getsortlist/?comic_sort=kongbu&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n真人::https://m.taomanhua.com/api/getsortlist/?comic_sort=zhenren&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n防疫::https://m.taomanhua.com/api/getsortlist/?comic_sort=fangyi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n防疫::https://m.taomanhua.com/api/getsortlist/?comic_sort=fangyi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n科幻::https://m.taomanhua.com/api/getsortlist/?comic_sort=kehuan&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n都市::https://m.taomanhua.com/api/getsortlist/?comic_sort=dushi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n武侠::https://m.taomanhua.com/api/getsortlist/?comic_sort=wuxia&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n修真::https://m.taomanhua.com/api/getsortlist/?comic_sort=xiuzhen&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n生活::https://m.taomanhua.com/api/getsortlist/?comic_sort=shenghuo&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n动作::https://m.taomanhua.com/api/getsortlist/?comic_sort=dongzuo&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n大陆::https://m.taomanhua.com/api/getsortlist/?comic_sort=dalu&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n日本::https://m.taomanhua.com/api/getsortlist/?comic_sort=riben&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n港台::https://m.taomanhua.com/api/getsortlist/?comic_sort=gangtai&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n欧美::https://m.taomanhua.com/api/getsortlist/?comic_sort=oumei&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n韩国::https://m.taomanhua.com/api/getsortlist/?comic_sort=os&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n全彩::https://m.taomanhua.com/api/getsortlist/?comic_sort=quancai&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n黑白::https://m.taomanhua.com/api/getsortlist/?comic_sort=heibai&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n小说::https://m.taomanhua.com/api/getsortlist/?comic_sort=xiaoshuo&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n杂志::https://m.taomanhua.com/api/getsortlist/?comic_sort=zazhi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n日更::https://m.taomanhua.com/api/getsortlist/?comic_sort=rigeng&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n新作::https://m.taomanhua.com/api/getsortlist/?comic_sort=xinzuo&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n精品::https://m.taomanhua.com/api/getsortlist/?comic_sort=jingpin&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap",
    "lastUpdateTime": 1685708690122,
    "loginUrl": "",
    "respondTime": 864,
    "ruleBookInfo": {
      "author": "$.data.comic_author",
      "coverUrl": "$.data.cover_list[0]",
      "intro": "$.data.comic_desc",
      "kind": "$.data.comic_type_new[*].name",
      "lastChapter": "$.data.last_chaptet_name",
      "name": "$.data.comic_name"
    },
    "ruleContent": {
      "content": "<js>\n//获取章节位置\nindex=parseInt(chapter.index);\nindex=index+1;\nnum=parseInt(book.totalChapterNum);\nindex=num-index;\n\n//画质可选low middle high\nvar img_ext = \"-smh.middle.webp\";\nvar pic = \"https://mhpic.manhualang.com\"\nvar html =\"\";\n\njson=JSON.parse(result);\ncomic_chapter= json.data.comic_chapter;\n\nvar end_num  = comic_chapter[index].end_num;\nvar rule=comic_chapter[index].rule;\nchapter_domain=comic_chapter[index].chapter_domain;\n\nheader={\"Referer\":baseUrl};\nheaders={\"headers\":JSON.stringify(header)};\n\nfor( let i = 1;i <= end_num; i++) {\n   let url = pic  +rule.replace(/\\$\\$/g,i) +img_ext;\n   html += '<img src=\"' + url +','+JSON.stringify(headers)+'\">\\n';\n}\nresult = html\n</js>",
      "imageStyle": "FULL",
      "nextContentUrl": "",
      "webJs": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.comic_author",
      "bookList": "$.data.update[*].info[*]||$.data.data[*]||$.data[*]",
      "bookUrl": "https://m.taomanhua.com/api/getcomicinfo_body/?comic_id={$.comic_id}&productname=smh&platformname=wap",
      "coverUrl": "http://image.mhxk.com/mh/{$.comic_id}.jpg-600x800.webp",
      "kind": "$.comic_type||$.sort_typelist##[a-zA-Z]|\\|",
      "lastChapter": "$.last_chapter_name||$.comic_chapter_name",
      "name": "$.comic_name",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "-$.data.comic_chapter.*",
      "chapterName": "$.chapter_name@put:{chapter_id:$.chapter_id}",
      "chapterUrl": "$.chapter_id@js:baseUrl+\"&chapter_id=\"+result"
    },
    "searchUrl": "https://m.taomanhua.com/api/getsortlist/?search_type=&search_key={{key}}&page={{page}}&size=30&productname=smh&platformname=wap",
    "weight": 0
  },
  {
    "bookSourceComment": "//2025.3.6@ys4568",
    "bookSourceGroup": "漫画",
    "bookSourceName": "🎨必应漫画",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.biyingmh.com",
    "customButton": false,
    "customOrder": 1757,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"韩国漫画\",\"url\":\"/category/list/1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"少女漫画\",\"url\":\"/category/list/2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"青年漫画\",\"url\":\"/category/list/3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"日本漫画\",\"url\":\"/category/list/4\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"写真\",\"url\":\"/category/list/5\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最新更新\",\"url\":\"/custom/update\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"漫画热榜\",\"url\":\"/custom/top\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "",
    "lastUpdateTime": 1741283833360,
    "respondTime": 4586,
    "ruleBookInfo": {
      "author": ".module-info-item-content.0@text",
      "coverUrl": "",
      "intro": ".module-info-introduction-content@text",
      "kind": ".module-info-tag-link@text&&.module-info-item-content.1@text&&.module-info-item.-1@text##\\：##\\:",
      "lastChapter": "",
      "name": "",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": ".img@img@html",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "class.module-poster-item module-item",
      "bookUrl": ".module-poster-item@href",
      "checkKeyWord": "姐姐",
      "coverUrl": ".lazyload@src",
      "lastChapter": ".module-item-note@text",
      "name": "class.module-poster-item-title@text##《备》"
    },
    "ruleToc": {
      "chapterList": ".module-play-list-link",
      "chapterName": ".module-play-list-link@span@text",
      "chapterUrl": ".module-play-list-link@href"
    },
    "searchUrl": "/search?key={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃画涯🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://api.huaya.cc#🎃",
    "customButton": false,
    "customOrder": 1758,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\"Content-Type\": \"application/x-www-form-urlencoded\",\n  \"app_v\": \"1.8.6\",\n  \"User-Agent\": \"okhttp/4.9.3\",\n   \"token\": \"37cb0e19d1c146d78bfff2994ad366eb\"}",
    "lastUpdateTime": 0,
    "respondTime": 1245,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "detail.titlecontent\n@js:\njava.log(book.type)\nc=java.get(\"c\")\nif(c==1){\n\tresult=result\n\t}else{\na=result.split(';').map(x => '<img src=\"'+x+'\">').join('\\n');\nresult=a\n}\nresult",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "author",
      "bookList": "\n    \nlist",
      "bookUrl": "@js:url=\"http://api.huaya.cc/Handler/NovelTitles_Head.ashx,\"+JSON.stringify({\n  \"body\": \"asc=true&novelId={{$.novelid}}&size=99999&sign=&index=1&type=list&first=true\",\n  \"method\": \"POST\"\n})",
      "checkKeyWord": "我的@小说",
      "coverUrl": "imgurl",
      "intro": "description",
      "kind": "{{$.noveltypelist}}\n{{$.novel_score}}分",
      "lastChapter": "novel_publishdate",
      "name": "novelname",
      "wordCount": "wordscount"
    },
    "ruleToc": {
      "chapterList": "list",
      "chapterName": "titlename",
      "chapterUrl": "@js:\nc=java.get(\"c\")\nurl=\"http://api.huaya.cc/Handler/NovelTitles_Head.ashx,\"+`{\n\t\"method\":\"POST\",\n\t\"body\":\"img_type=mix&img_val=393&novelId={{$.novelid}}&platform=android&screenHeight=2356&screenWidth=1080&SectionNum={{$.sectionnum}}&sign={{java.md5Encode(\"img_type=mix&img_val=393&novelId=\"+java.getString(\"$.novelid\")+\"&platform=android&screenHeight=2356&screenWidth=1080&SectionNum=\"+java.getString(\"$.sectionnum\")+\"&type=get_new&ver=1.8.6&37cb0e19d1c146d78bfff2994ad366eb\")}}&type=get_new&ver=1.8.6\"\n\t}`\nif (c==1) {\n    book.type = 8\n} else {\n    book.type = 64}\nurl;"
    },
    "searchUrl": "@js:\nc=0\nif (key.match(/@小说/)) {\n  c = 1\n  key = key.split(\"@\")[0]\n}\n\njava.put(\"c\",c)\n\nresult=\"http://api.huaya.cc/Handler/Novels_Head.ashx,\"+`{\"body\":\"code=${c}&size=99999&index=1&type=list&key=${key}\",\"method\":\"POST\"}`",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "漫画",
    "bookSourceName": "SF漫画",
    "bookSourceType": 2,
    "bookSourceUrl": "https://mm.sfacg.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1759,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "更新::https://mm.sfacg.com/ajax/Common.ashx?op=getLatest&pageIndex={{page-1}}&tid=-1\n热血::https://mm.sfacg.com/ajax/Common.ashx?op=getLatest&pageIndex={{page-1}}&tid=1\n校园::https://mm.sfacg.com/ajax/Common.ashx?op=getLatest&pageIndex={{page-1}}&tid=2\n推理::https://mm.sfacg.com/ajax/Common.ashx?op=getLatest&pageIndex={{page-1}}&tid=3\n机战::https://mm.sfacg.com/ajax/Common.ashx?op=getLatest&pageIndex={{page-1}}&tid=4\n冒险::https://mm.sfacg.com/ajax/Common.ashx?op=getLatest&pageIndex={{page-1}}&tid=5\n运动::https://mm.sfacg.com/ajax/Common.ashx?op=getLatest&pageIndex={{page-1}}&tid=6\n耽美::https://mm.sfacg.com/ajax/Common.ashx?op=getLatest&pageIndex={{page-1}}&tid=7\n搞笑::https://mm.sfacg.com/ajax/Common.ashx?op=getLatest&pageIndex={{page-1}}&tid=8\n科幻::https://mm.sfacg.com/ajax/Common.ashx?op=getLatest&pageIndex={{page-1}}&tid=9\n魔幻::https://mm.sfacg.com/ajax/Common.ashx?op=getLatest&pageIndex={{page-1}}&tid=10\n恐怖::https://mm.sfacg.com/ajax/Common.ashx?op=getLatest&pageIndex={{page-1}}&tid=11\n社会::https://mm.sfacg.com/ajax/Common.ashx?op=getLatest&pageIndex={{page-1}}&tid=12\n爱情::https://mm.sfacg.com/ajax/Common.ashx?op=getLatest&pageIndex={{page-1}}&tid=13\n武侠::https://mm.sfacg.com/ajax/Common.ashx?op=getLatest&pageIndex={{page-1}}&tid=14\n温情::https://mm.sfacg.com/ajax/Common.ashx?op=getLatest&pageIndex={{page-1}}&tid=15\nnull",
    "lastUpdateTime": 1734945278831,
    "loginUrl": "https://mm.sfacg.com/Login/",
    "respondTime": 1186,
    "ruleBookInfo": {
      "author": "class.book_Author@tag.li.0@text",
      "coverUrl": "@css:#page>div>ul>li:nth-child(2)>img@src",
      "init": "",
      "intro": "class.book_bk_qs1.0@text",
      "kind": "@css:.book_info2>span@text",
      "name": "@css:.book_newtitle@text"
    },
    "ruleContent": {
      "content": "@js:\ncomicId=result.match(/var comicId = (\\d+)/)[1];\nchapterId=result.match(/var chapterId=(\\d+)/)[1];\nnv=result.match(/var nv = \"(.*?)\"/)[1];\nurl='https://mm.sfacg.com/ajax/Common.ashx?op=getPics&cid='+comicId+'&chapId='+chapterId+'&serial=ZP&path='+nv\n//java.ajax(url)\nresult=JSON.parse(java.ajax(url)).data\nresult.map(x=>'<img src=\\\"'+x+'\\\">').join(\"\\n\")",
      "imageStyle": "FULL",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "$.AuthorName@put:{cid:ComicID}",
      "bookList": "$.comics.*||$.data.*",
      "bookUrl": "@json:/b/{$.FolderName}",
      "coverUrl": "$.ComicCover",
      "kind": "$.TypeName",
      "lastChapter": "$.LastChapterTitle",
      "name": "$.ComicName"
    },
    "ruleToc": {
      "chapterList": "-@css:.comic_main_list>a",
      "chapterName": "text##VIP",
      "chapterUrl": "href",
      "isVip": "b@text",
      "updateTime": ""
    },
    "searchUrl": "https://mm.sfacg.com/ajax/Common.ashx?op=search,{\n  \"method\": \"POST\",\n  \"body\": \"keyword={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "漫画",
    "bookSourceName": "😁开心看漫画(自编发现)",
    "bookSourceType": 2,
    "bookSourceUrl": "http://www.kxkmh2.vip/",
    "customButton": false,
    "customOrder": 1760,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"———— 全部分类 ————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"最热门\",\"url\":\"/manga/library?type=0&complete=2&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.35}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=0&complete=3&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=0&complete=2&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"最近更新\",\"url\":\"/manga/library?type=0&complete=1&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.35}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=0&complete=3&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=0&complete=2&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"最新上架\",\"url\":\"/manga/library?type=0&complete=1&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.35}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=0&complete=3&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=0&complete=2&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"———— 3D及其他 ————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"最热门\",\"url\":\"/manga/library?type=1&complete=1&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.35}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=1&complete=3&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=1&complete=2&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"最近更新\",\"url\":\"/manga/library?type=1&complete=1&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.35}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=1&complete=3&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=1&complete=2&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"最新上架\",\"url\":\"/manga/library?type=1&complete=1&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.35}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=1&complete=3&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=1&complete=2&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"———— 韩    漫 ————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"最热门\",\"url\":\"/manga/library?type=2&complete=1&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.35}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=2&complete=3&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=2&complete=2&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"最近更新\",\"url\":\"/manga/library?type=2&complete=1&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.35}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=2&complete=3&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=2&complete=2&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"最新上架\",\"url\":\"/manga/library?type=2&complete=1&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.35}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=2&complete=3&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=2&complete=2&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"———— 日    漫 ————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"最热门\",\"url\":\"/manga/library?type=3&complete=1&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.35}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=3&complete=3&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=3&complete=2&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"最近更新\",\"url\":\"/manga/library?type=3&complete=1&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.35}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=3&complete=3&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=3&complete=2&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"最新上架\",\"url\":\"/manga/library?type=3&complete=1&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.35}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=3&complete=3&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=3&complete=2&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"———— 真    人 ————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"最热门\",\"url\":\"/manga/library?type=4&complete=1&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.35}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=4&complete=3&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=4&complete=2&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"最近更新\",\"url\":\"/manga/library?type=4&complete=1&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.35}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=4&complete=3&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=4&complete=2&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"最新上架\",\"url\":\"/manga/library?type=4&complete=1&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.35}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=4&complete=3&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=4&complete=2&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"———— 耽美BL ————\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"最热门\",\"url\":\"/manga/library?type=5&complete=1&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.35}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=5&complete=3&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=5&complete=2&page={{page}}&orderby=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"最近更新\",\"url\":\"/manga/library?type=5&complete=1&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.35}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=5&complete=3&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=5&complete=2&page={{page}}&orderby=2\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"最新上架\",\"url\":\"/manga/library?type=5&complete=1&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.35}},\n{\"title\":\"连载\",\"url\":\"/manga/library?type=5&complete=3&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完结\",\"url\":\"/manga/library?type=5&complete=2&page={{page}}&orderby=3\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1716831686896,
    "respondTime": 6030,
    "ruleBookInfo": {
      "init": "",
      "intro": "class.anime__details__text@p.1@text"
    },
    "ruleContent": {
      "content": "class.blog__details__content@html",
      "imageStyle": "FULL"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "bookList": "class.col-lg-2 col-md-3 col-sm-4 col-6",
      "bookUrl": "h6@a@href",
      "coverUrl": "class.product__item__pic set-bg@data-setbg",
      "kind": "class.ep@text",
      "name": "h6@a@text"
    },
    "ruleToc": {
      "chapterList": "class.anime__details__episodes@a[-1:0]",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://www.kxkmh2.vip/manga/search?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "漫画",
    "bookSourceName": "包子漫画（优）",
    "bookSourceType": 2,
    "bookSourceUrl": "https://cn.baozimhcn.com",
    "customButton": false,
    "customOrder": 1761,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "<js>\nvar sort = [];\nvar push = function(title, url, type1, type2) {\n    sort.push({\n        title: title,\n        url: url,\n        style: {\n            layout_flexGrow: type1,\n            layout_flexBasisPercent: type2\n        }\n    });\n};\n\nvar typeNames = [\"全部\", \"恋爱\", \"纯爱\", \"古风\", \"异能\", \"悬疑\", \"剧情\", \"科幻\", \"奇幻\", \"玄幻\", \"穿越\", \"冒险\", \"推理\", \"武侠\", \"格斗\", \"战争\", \"热血\", \"搞笑\", \"大女主\", \"都市\", \"总裁\", \"后宫\", \"日常\", \"韩漫\", \"少年\", \"其它\"];\nvar types = [\"all\",\"lianai\",\"chunai\",\"gufeng\",\"yineng\",\"xuanyi\",\"juqing\",\"kehuan\",\"qihuan\",\"xuanhuan\",\"chuanyue\",\"mouxian\",\"tuili\",\"wuxia\",\"gedou\",\"zhanzheng\",\"rexie\",\"gaoxiao\",\"danuzhu\",\"dushi\",\"zongcai\",\"hougong\",\"richang\",\"hanman\",\"shaonian\",\"qita\"];\n\ntypeNames.forEach(function(item, index) {\n    var url = \"https://cn.baozimhcn.com/api/bzmhq/amp_comic_list?type=\" + types[index] + \"&region=all&filter=&page={{page}}&limit=36&language=cn&__amp_source_origin=https%3A%2F%2Fcn.baozimhcn.com\";\n    push(item, url, 1, 0.25);\n});\nJSON.stringify(sort)\n</js>",
    "header": "@js:\nJSON.stringify({\n\"Accept-Language\": \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"\n})",
    "lastUpdateTime": 1759430460163,
    "respondTime": 5553,
    "ruleBookInfo": {
      "author": "class.comics-detail__author@text",
      "coverUrl": "tag.amp-img.0@src",
      "init": "<js>java.t2s(result)</js>",
      "intro": "class.comics-detail__desc overflow-hidden@text",
      "kind": "class.tag-list@text",
      "lastChapter": "class.comics-chapters__item.0@text",
      "name": "class.comics-detail__title@text",
      "tocUrl": "class.pure-u-1-1 pure-u-sm-1-2 pure-u-md-1-3 pure-u-lg-1-4 comics-chapters@tag.a@harf@class.comics-chapters__item@text"
    },
    "ruleContent": {
      "content": "@js:\nlet n =java.getElements('class.comic-contain@amp-img')\nlet c=[];\n    Array.from(n).forEach(x=>{\n    c.push({\n    link:x.attr('data-src')\n})    \n}) \nvar imgTags = c.map(item => `<img src=\"${item.link}\">`).join('\\n');\n    imgTags;",
      "imageStyle": "FULL",
      "title": "class.title"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.items[*]",
      "bookUrl": "https://cn.baozimhcn.com/comic/{{$.comic_id}}",
      "coverUrl": "https://static-tw.baozimhcn.com/cover/{{$.topic_img}}",
      "kind": "$.type_names",
      "name": "$.name"
    },
    "ruleSearch": {
      "author": "class.tags text-truncate@text",
      "bookList": "class.comics-card pure-u-1-2 pure-u-sm-1-2 pure-u-md-1-4 pure-u-lg-1-6",
      "bookUrl": "class.comics-card pure-u-1-2 pure-u-sm-1-2 pure-u-md-1-4 pure-u-lg-1-6@tag.a@href",
      "coverUrl": "tag.amp-img.0@src",
      "kind": "class.tabs cls@text",
      "lastChapter": "class.comics-chapters__item.0@text",
      "name": "class.comics-card__title text-truncate@text"
    },
    "ruleToc": {
      "chapterList": "<js>java.t2s(result)</js>\nclass.pure-u-1-1 pure-u-sm-1-2 pure-u-md-1-3 pure-u-lg-1-4 comics-chapters",
      "chapterName": "tag.span@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://cn.baozimhcn.com/search?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🌠 漫畫狗网",
    "bookSourceType": 2,
    "bookSourceUrl": "https://dogemanga.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1762,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "热门排行::https://dogemanga.com/?s=0\n最新连载::https://dogemanga.com/?s=1",
    "header": "{\n    'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70'\n}",
    "lastUpdateTime": 1690921871825,
    "loginUrl": "https://dogemanga.com",
    "respondTime": 4116,
    "ruleBookInfo": {
      "author": "tag.h4@text",
      "init": "",
      "intro": ".site-card__brief@text",
      "kind": "class.text-muted@text@js:String(result).match(/連載完結|連載中/)",
      "lastChapter": "class.vstack.0@text",
      "name": ".site-navbar__title@text"
    },
    "ruleContent": {
      "content": "class.site-reader__image@data-page-image-url@js:\nlist=result.split(\"\\n\");\nhtml='';\nfor(i in list){\nhtml+='<img src=\"'+list[i]+'\">\\n'\n}\nhtml",
      "imageStyle": "FULL"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "tag.h6@text",
      "bookList": ".site-scroll__list@.col-12 ",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.img@src",
      "intro": "tag.p@text",
      "kind": "class.text-muted@text@js:String(result).match(/連載完結|連載中/)",
      "lastChapter": "class.list-group-item.0@text",
      "name": "tag.h5@text",
      "wordCount": "class.mb-2@tag.li.1@text##.*連載狀態：|最快更新："
    },
    "ruleToc": {
      "chapterList": "-class.site-selector@option!0",
      "chapterName": "text",
      "chapterUrl": "value"
    },
    "searchUrl": "https://dogemanga.com/?q={{key}}&o={{(page-1)*12}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "漫画",
    "bookSourceName": "腾讯漫画🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.ac.qq.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1763,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "条漫::https://m.ac.qq.com/category/listAll?type=tm&rank=upt&pageSize=30&page={{page}}\n独家::https://m.ac.qq.com/category/listAll?type=dj&rank=upt&pageSize=30&page={{page}}\n完结::https://m.ac.qq.com/category/listAll?type=wj&rank=upt&pageSize=30&page={{page}}\n日漫::https://m.ac.qq.com/category/listAll?type=rm&rank=upt&pageSize=30&page={{page}}\n恐怖::https://m.ac.qq.com/category/listAll?type=kb&rank=pgv&pageSize=30&page={{page}}\n妖怪::https://m.ac.qq.com/category/listAll?type=yg&rank=pgv&pageSize=30&page={{page}}\n恋爱::https://m.ac.qq.com/category/listAll?type=na&rank=pgv&pageSize=30&page={{page}}\n玄幻::https://m.ac.qq.com/category/listAll?type=xh&rank=pgv&pageSize=30&page={{page}}\n热血::https://m.ac.qq.com/category/listAll?type=rx&rank=pgv&pageSize=30&page={{page}}\n悬疑::https://m.ac.qq.com/category/listAll?type=xy&rank=pgv&pageSize=30&page={{page}}\n彩虹::https://m.ac.qq.com/category/listAll?type=dm&rank=pgv&pageSize=30&page={{page}}\n少女::https://m.ac.qq.com/category/listAll?type=sv&rank=pgv&pageSize=30&page={{page}}\n韩漫::https://m.ac.qq.com/category/listAll?type=hm&rank=pgv&pageSize=30&page={{page}}\n科幻::https://m.ac.qq.com/category/listAll?type=kh&rank=pgv&pageSize=30&page={{page}}\n逗比::https://m.ac.qq.com/category/listAll?type=db&rank=pgv&pageSize=30&page={{page}}\n校园::https://m.ac.qq.com/category/listAll?type=qcxy&rank=pgv&pageSize=30&page={{page}}\n都市::https://m.ac.qq.com/category/listAll?type=ds&rank=pgv&pageSize=30&page={{page}}\n治愈::https://m.ac.qq.com/category/listAll?type=zy&rank=pgv&pageSize=30&page={{page}}\n飙升榜::https://m.ac.qq.com/rank/index?type=rise&pageSize=10&page={{page}}\n畅销榜::https://m.ac.qq.com/rank/index?type=pay&pageSize=10&page={{page}}\n新作榜::https://m.ac.qq.com/rank/index?type=new&pageSize=10&page={{page}}\n真香榜::https://m.ac.qq.com/rank/index?type=hot&pageSize=10&page={{page}}",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 1756,
    "ruleBookInfo": {
      "author": "class.head-info-author@text##作者：",
      "intro": "class.head-info-desc@text",
      "lastChapter": "class.mod-chapter-title@tag.span.0@text##，",
      "name": "class.head-title-tags@h1@text"
    },
    "ruleContent": {
      "content": "@js:\ndata=result.match(/data:\\s*'(.*?)'/)[1];\nnonce=result.match(/<script>window.*?=(.*?)<\\/script>/)[1];\nnonce=eval(nonce);\nvar N = String(nonce).match(/\\d+\\w+/);\njlen=N.length;\nwhile(jlen){\njlen -= 1;\njlocate = parseInt(N[jlen].match(/(\\d+)/)[0]) &255;\njstr = N[jlen].replace(/\\d+/g,'');\ndata=data.substring(0,parseInt(jlocate))+data.substring(parseInt(jlocate)+jstr.length,data.length)}\npiclist=eval(java.base64Decode(data).match(/\"picture\":(\\[{\".*\\])/)[1]);\nhtml='';\nfor(i in piclist){\nhtml += '<img src=\"'+piclist[i].url+'\">\\n'\n}\nhtml",
      "imageStyle": "FULL",
      "nextContentUrl": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "id.lst_searchResult@tag.li||id.list_update@tag.li||class.comic-link",
      "bookUrl": "class.comic-link@href",
      "coverUrl": "class.comic-cover@tag.img@src",
      "kind": "class.comic-tag@text",
      "lastChapter": "class.chapter@text||class.comic-update@text##更新",
      "name": "class.comic-title@text"
    },
    "ruleToc": {
      "chapterList": "@css:.chapter-wrap-list.normal>li",
      "chapterName": "tag.a@class&&tag.a@text@js:result.replace(/chapter-link/g,'').replace(/\\s/g,'').replace(/lock/g,'💲')",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://m.ac.qq.com/search/result?word={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎨 爱优漫",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.iyouman.com#♤Haxc",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1764,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "每日更新::https://m.iyouman.com/api/updatelist/?productname=aym&platformname=wap\n综合榜::https://m.iyouman.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=all&rank_type=heat&page={{page}}&productname=aym&platformname=wap\n自制榜::https://m.iyouman.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=self&rank_type=heat&page={{page}}&productname=aym&platformname=wap\n少年榜::https://m.iyouman.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=boy&rank_type=heat&page={{page}}&productname=aym&platformname=wap\n少女榜::https://m.iyouman.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=girl&rank_type=heat&page={{page}}&productname=aym&platformname=wap\n新作榜::https://m.iyouman.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=new&rank_type=heat&page={{page}}&productname=aym&platformname=wap\n黑马榜::https://m.iyouman.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=dark&rank_type=heat&page={{page}}&productname=aym&platformname=wap\n付费榜::https://m.iyouman.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=charge&rank_type=heat&page={{page}}&productname=aym&platformname=wap\n免费榜::https://m.iyouman.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=free&rank_type=heat&page={{page}}&productname=aym&platformname=wap\n完结榜::https://m.iyouman.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=finish&rank_type=heat&page={{page}}&productname=aym&platformname=wap\n连载榜::https://m.iyouman.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=serialize&rank_type=heat&page={{page}}&productname=aym&platformname=wap\n人气::https://m.iyouman.com/api/getsortlist/?comic_sort=&orderby=click&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n更新::https://m.iyouman.com/api/getsortlist/?comic_sort=&orderby=date&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n评分::https://m.iyouman.com/api/getsortlist/?comic_sort=&orderby=score&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n收藏::https://m.iyouman.com/api/getsortlist/?comic_sort=&orderby=shoucang&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n连载::https://m.iyouman.com/api/getsortlist/?comic_sort=lianzai&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n完结::https://m.iyouman.com/api/getsortlist/?comic_sort=wanjie&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n热血::https://m.iyouman.com/api/getsortlist/?comic_sort=rexue&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n机战::https://m.iyouman.com/api/getsortlist/?comic_sort=jizhan&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n运动::https://m.iyouman.com/api/getsortlist/?comic_sort=yundong&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n推理::https://m.iyouman.com/api/getsortlist/?comic_sort=tuili&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n冒险::https://m.iyouman.com/api/getsortlist/?comic_sort=maoxian&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n耽美::https://m.iyouman.com/api/getsortlist/?comic_sort=liaomei&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n百合::https://m.iyouman.com/api/getsortlist/?comic_sort=baihe&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n搞笑::https://m.iyouman.com/api/getsortlist/?comic_sort=gaoxiao&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n战争::https://m.iyouman.com/api/getsortlist/?comic_sort=zhanzhen&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n神魔::https://m.iyouman.com/api/getsortlist/?comic_sort=shenmo&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n忍者::https://m.iyouman.com/api/getsortlist/?comic_sort=renzhe&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n竞技::https://m.iyouman.com/api/getsortlist/?comic_sort=jingji&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n悬疑::https://m.iyouman.com/api/getsortlist/?comic_sort=xuanyi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n社会::https://m.iyouman.com/api/getsortlist/?comic_sort=shehui&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n恋爱::https://m.iyouman.com/api/getsortlist/?comic_sort=lianai&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n宠物::https://m.iyouman.com/api/getsortlist/?comic_sort=chongwu&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n吸血::https://m.iyouman.com/api/getsortlist/?comic_sort=xixue&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n萝莉::https://m.iyouman.com/api/getsortlist/?comic_sort=luoli&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n后宫::https://m.iyouman.com/api/getsortlist/?comic_sort=hougong&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n御姐::https://m.iyouman.com/api/getsortlist/?comic_sort=yujie&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n霸总::https://m.iyouman.com/api/getsortlist/?comic_sort=bazong&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n玄幻::https://m.iyouman.com/api/getsortlist/?comic_sort=xuanhuan&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n古风::https://m.iyouman.com/api/getsortlist/?comic_sort=gufeng&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n历史::https://m.iyouman.com/api/getsortlist/?comic_sort=lishi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n漫改::https://m.iyouman.com/api/getsortlist/?comic_sort=mangai&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n游戏::https://m.iyouman.com/api/getsortlist/?comic_sort=youxi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n穿越::https://m.iyouman.com/api/getsortlist/?comic_sort=chuanyue&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n恐怖::https://m.iyouman.com/api/getsortlist/?comic_sort=kongbu&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n真人::https://m.iyouman.com/api/getsortlist/?comic_sort=zhenren&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n防疫::https://m.iyouman.com/api/getsortlist/?comic_sort=fangyi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n防疫::https://m.iyouman.com/api/getsortlist/?comic_sort=fangyi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n科幻::https://m.iyouman.com/api/getsortlist/?comic_sort=kehuan&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n都市::https://m.iyouman.com/api/getsortlist/?comic_sort=dushi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n武侠::https://m.iyouman.com/api/getsortlist/?comic_sort=wuxia&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n修真::https://m.iyouman.com/api/getsortlist/?comic_sort=xiuzhen&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n生活::https://m.iyouman.com/api/getsortlist/?comic_sort=shenghuo&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n动作::https://m.iyouman.com/api/getsortlist/?comic_sort=dongzuo&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n大陆::https://m.iyouman.com/api/getsortlist/?comic_sort=dalu&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n日本::https://m.iyouman.com/api/getsortlist/?comic_sort=riben&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n港台::https://m.iyouman.com/api/getsortlist/?comic_sort=gangtai&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n欧美::https://m.iyouman.com/api/getsortlist/?comic_sort=oumei&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n韩国::https://m.iyouman.com/api/getsortlist/?comic_sort=os&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n全彩::https://m.iyouman.com/api/getsortlist/?comic_sort=quancai&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n黑白::https://m.iyouman.com/api/getsortlist/?comic_sort=heibai&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n小说::https://m.iyouman.com/api/getsortlist/?comic_sort=xiaoshuo&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n杂志::https://m.iyouman.com/api/getsortlist/?comic_sort=zazhi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n日更::https://m.iyouman.com/api/getsortlist/?comic_sort=rigeng&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n新作::https://m.iyouman.com/api/getsortlist/?comic_sort=xinzuo&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap\n精品::https://m.iyouman.com/api/getsortlist/?comic_sort=jingpin&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=aym&platformname=wap",
    "lastUpdateTime": 1684853049910,
    "loginUrl": "",
    "respondTime": 1277,
    "ruleBookInfo": {
      "author": "$.data.comic_author",
      "coverUrl": "$.data.cover_list[0]",
      "intro": "$.data.comic_desc",
      "kind": "$.data.comic_type_new[*].name",
      "lastChapter": "$.data.last_chaptet_name",
      "name": "$.data.comic_name"
    },
    "ruleContent": {
      "content": "<js>\nheader={\"Referer\":baseUrl};\nheaders={\"headers\":JSON.stringify(header)};\n\n//获取章节位置\nindex=parseInt(chapter.index);\nindex=index+1;\nnum=parseInt(book.totalChapterNum);\nindex=num-index;\n\n//画质可选low middle high\nvar img_ext = \"-aym.middle.webp\";\nvar pic = \"https://mhpic.\"\nvar html =\"\";\n\njson=JSON.parse(result);\ncomic_chapter= json.data.comic_chapter;\n\nvar end_num  = comic_chapter[index].end_num;\nvar rule=comic_chapter[index].rule;\nchapter_domain=comic_chapter[index].chapter_domain;\n\nfor( let i = 1;i <= end_num; i++) {\n   let url = pic + chapter_domain +rule.replace(/\\$\\$/g,i) +img_ext;\n   html += '<img src=\"' + url +','+JSON.stringify(headers)+'\">\\n';\n}\nresult = html\n</js>",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.comic_author",
      "bookList": "$.data.update[*].info[*]||$.data.data[*]||$.data[*]",
      "bookUrl": "https://m.iyouman.com/api/getcomicinfo_body/?comic_id={$.comic_id}&productname=aym&platformname=wap",
      "coverUrl": "http://image.mhxk.com/mh/{$.comic_id}.jpg-600x800.jpg.webp",
      "kind": "$.comic_type||$.sort_typelist##[a-zA-Z]|\\|",
      "lastChapter": "$.last_chapter_name||$.comic_chapter_name",
      "name": "$.comic_name"
    },
    "ruleToc": {
      "chapterList": "-$.data.comic_chapter.*",
      "chapterName": "$.chapter_name@put:{chapter_id:$.chapter_id}",
      "chapterUrl": "$.chapter_id@js:baseUrl+\"&chapter_id=\"+result"
    },
    "searchUrl": "https://m.iyouman.com/api/getsortlist/?search_type=&search_key={{key}}&page={{page}}&size=30&productname=aym&platformname=wap",
    "weight": 0
  },
  {
    "bookSourceGroup": "漫画",
    "bookSourceName": "爱看漫画（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.kanman.com/",
    "customButton": false,
    "customOrder": 1765,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "人气::https://m.kanman.com/api/getsortlist/?comic_sort=&orderby=click&search_type=&search_key=&page={{page}}&size=48\n更新::https://m.kanman.com/api/getsortlist/?comic_sort=&orderby=date&search_type=&search_key=&page={{page}}&size=48\n评分::https://m.kanman.com/api/getsortlist/?comic_sort=&orderby=score&search_type=&search_key=&page={{page}}&size=48\n收藏::https://m.kanman.com/api/getsortlist/?comic_sort=&orderby=shoucang&search_type=&search_key=&page={{page}}&size=48\n热血::https://m.kanman.com/api/getsortlist/?comic_sort=rexue&orderby=&search_type=&search_key=&page={{page}}&size=48\n机战::https://m.kanman.com/api/getsortlist/?comic_sort=jizhan&orderby=&search_type=&search_key=&page={{page}}&size=48\n运动::https://m.kanman.com/api/getsortlist/?comic_sort=yundong&orderby=&search_type=&search_key=&page={{page}}&size=48\n推理::https://m.kanman.com/api/getsortlist/?comic_sort=tuili&orderby=&search_type=&search_key=&page={{page}}&size=48\n冒险::https://m.kanman.com/api/getsortlist/?comic_sort=maoxian&orderby=&search_type=&search_key=&page={{page}}&size=48\n搞笑::https://m.kanman.com/api/getsortlist/?comic_sort=gaoxiao&orderby=&search_type=&search_key=&page={{page}}&size=48\n战争::https://m.kanman.com/api/getsortlist/?comic_sort=zhanzhen&orderby=&search_type=&search_key=&page={{page}}&size=48\n神魔::https://m.kanman.com/api/getsortlist/?comic_sort=shenmo&orderby=&search_type=&search_key=&page={{page}}&size=48\n忍者::https://m.kanman.com/api/getsortlist/?comic_sort=renzhe&orderby=&search_type=&search_key=&page={{page}}&size=48\n竞技::https://m.kanman.com/api/getsortlist/?comic_sort=jingji&orderby=&search_type=&search_key=&page={{page}}&size=48\n悬疑::https://m.kanman.com/api/getsortlist/?comic_sort=xuanyi&orderby=&search_type=&search_key=&page={{page}}&size=48\n社会::https://m.kanman.com/api/getsortlist/?comic_sort=shehui&orderby=&search_type=&search_key=&page={{page}}&size=48\n恋爱::https://m.kanman.com/api/getsortlist/?comic_sort=lianai&orderby=&search_type=&search_key=&page={{page}}&size=48\n宠物::https://m.kanman.com/api/getsortlist/?comic_sort=chongwu&orderby=&search_type=&search_key=&page={{page}}&size=48\n吸血::https://m.kanman.com/api/getsortlist/?comic_sort=xixue&orderby=&search_type=&search_key=&page={{page}}&size=48\n萝莉::https://m.kanman.com/api/getsortlist/?comic_sort=luoli&orderby=&search_type=&search_key=&page={{page}}&size=48\n后宫::https://m.kanman.com/api/getsortlist/?comic_sort=hougong&orderby=&search_type=&search_key=&page={{page}}&size=48\n御姐::https://m.kanman.com/api/getsortlist/?comic_sort=yujie&orderby=&search_type=&search_key=&page={{page}}&size=48\n霸总::https://m.kanman.com/api/getsortlist/?comic_sort=bazong&orderby=&search_type=&search_key=&page={{page}}&size=48\n玄幻::https://m.kanman.com/api/getsortlist/?comic_sort=xuanhuan&orderby=&search_type=&search_key=&page={{page}}&size=48\n古风::https://m.kanman.com/api/getsortlist/?comic_sort=gufeng&orderby=&search_type=&search_key=&page={{page}}&size=48\n历史::https://m.kanman.com/api/getsortlist/?comic_sort=lishi&orderby=&search_type=&search_key=&page={{page}}&size=48\n漫改::https://m.kanman.com/api/getsortlist/?comic_sort=mangai&orderby=&search_type=&search_key=&page={{page}}&size=48\n游戏::https://m.kanman.com/api/getsortlist/?comic_sort=youxi&orderby=&search_type=&search_key=&page={{page}}&size=48\n穿越::https://m.kanman.com/api/getsortlist/?comic_sort=chuanyue&orderby=&search_type=&search_key=&page={{page}}&size=48\n恐怖::https://m.kanman.com/api/getsortlist/?comic_sort=kongbu&orderby=&search_type=&search_key=&page={{page}}&size=48\n真人::https://m.kanman.com/api/getsortlist/?comic_sort=zhenren&orderby=&search_type=&search_key=&page={{page}}&size=48\n科幻::https://m.kanman.com/api/getsortlist/?comic_sort=kehuan&orderby=&search_type=&search_key=&page={{page}}&size=48\n都市::https://m.kanman.com/api/getsortlist/?comic_sort=dushi&orderby=&search_type=&search_key=&page={{page}}&size=48\n武侠::https://m.kanman.com/api/getsortlist/?comic_sort=wuxia&orderby=&search_type=&search_key=&page={{page}}&size=48\n修真::https://m.kanman.com/api/getsortlist/?comic_sort=xiuzhen&orderby=&search_type=&search_key=&page={{page}}&size=48\n生活::https://m.kanman.com/api/getsortlist/?comic_sort=shenghuo&orderby=&search_type=&search_key=&page={{page}}&size=48\n动作::https://m.kanman.com/api/getsortlist/?comic_sort=dongzuo&orderby=&search_type=&search_key=&page={{page}}&size=48\n防疫::https://m.kanman.com/api/getsortlist/?comic_sort=fangyi&orderby=&search_type=&search_key=&page={{page}}&size=48",
    "lastUpdateTime": 1759430201790,
    "respondTime": 1016,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "kind": "[property=\"og:novel:category\"]@content",
      "lastChapter": ".comic-update-status@text##.*-\\d+ ",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "https://m.kanman.com/api/getchapterlist?product_id=1&productname=kmh&platformname=wap&comic_id=@get:{bid}"
    },
    "ruleContent": {
      "content": "$.data.current_chapter.chapter_img_list@js:\nheader={\"Referer\":baseUrl};\nheaders={\"headers\":JSON.stringify(header)};\nresult.split(\"\\n\").map(x=>'<img src=\\\"'+x+','+JSON.stringify(headers)+'\\\">').join(\"\\n\")",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.cartoon_author_list_name||$.comic_author",
      "bookList": "$.data.data||$.data",
      "bookUrl": "https://m.kanman.com/{{$.comic_id}}/",
      "coverUrl": "https://image.yqmh.com/mh/{{$.comic_id}}.jpg-300x400.webp",
      "intro": "$.cartoon_desc",
      "kind": "$.comic_type##[a-zA-Z]|\\|",
      "lastChapter": "$.latest_cartoon_topic_name||$.last_chapter_name",
      "name": "$.comic_name@put:{bid:$.comic_id}"
    },
    "ruleToc": {
      "chapterList": "-$.data.[*]",
      "chapterName": "$.chapter_name",
      "chapterUrl": "https://m.kanman.com/api/getchapterinfov2?product_id=1&productname=kmh&platformname=wap&comic_id=@get:{bid}&chapter_newid={{$.chapter_newid}}&isWebp=1&quality=low"
    },
    "searchUrl": "https://m.kanman.com/api/serachcomic/?product_id=1&productname=kmh&platformname=wap&serachKey={{key}}&topNumber=10",
    "weight": 0
  },
  {
    "bookSourceComment": "$$",
    "bookSourceGroup": "漫画",
    "bookSourceName": "✐ 神漫画",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.taomanhua.com#♤Haxc",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1766,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "每日更新::https://m.taomanhua.com/api/updatelist/?productname=smh&platformname=wap\n综合榜::https://m.taomanhua.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=all&rank_type=heat&page={{page}}&productname=smh&platformname=wap\n自制榜::https://m.taomanhua.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=self&rank_type=heat&page={{page}}&productname=smh&platformname=wap\n少年榜::https://m.taomanhua.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=boy&rank_type=heat&page={{page}}&productname=smh&platformname=wap\n少女榜::https://m.taomanhua.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=girl&rank_type=heat&page={{page}}&productname=smh&platformname=wap\n新作榜::https://m.taomanhua.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=new&rank_type=heat&page={{page}}&productname=smh&platformname=wap\n黑马榜::https://m.taomanhua.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=dark&rank_type=heat&page={{page}}&productname=smh&platformname=wap\n付费榜::https://m.taomanhua.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=charge&rank_type=heat&page={{page}}&productname=smh&platformname=wap\n免费榜::https://m.taomanhua.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=free&rank_type=heat&page={{page}}&productname=smh&platformname=wap\n完结榜::https://m.taomanhua.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=finish&rank_type=heat&page={{page}}&productname=smh&platformname=wap\n连载榜::https://m.taomanhua.com/api/getRankDataForWeb/?product_id=2&isalldata=0&time_type=total&sort_type=serialize&rank_type=heat&page={{page}}&productname=smh&platformname=wap\n人气::https://m.taomanhua.com/api/getsortlist/?comic_sort=&orderby=click&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n更新::https://m.taomanhua.com/api/getsortlist/?comic_sort=&orderby=date&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n评分::https://m.taomanhua.com/api/getsortlist/?comic_sort=&orderby=score&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n收藏::https://m.taomanhua.com/api/getsortlist/?comic_sort=&orderby=shoucang&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n连载::https://m.taomanhua.com/api/getsortlist/?comic_sort=lianzai&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n完结::https://m.taomanhua.com/api/getsortlist/?comic_sort=wanjie&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n热血::https://m.taomanhua.com/api/getsortlist/?comic_sort=rexue&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n机战::https://m.taomanhua.com/api/getsortlist/?comic_sort=jizhan&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n运动::https://m.taomanhua.com/api/getsortlist/?comic_sort=yundong&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n推理::https://m.taomanhua.com/api/getsortlist/?comic_sort=tuili&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n冒险::https://m.taomanhua.com/api/getsortlist/?comic_sort=maoxian&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n耽美::https://m.taomanhua.com/api/getsortlist/?comic_sort=liaomei&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n百合::https://m.taomanhua.com/api/getsortlist/?comic_sort=baihe&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n搞笑::https://m.taomanhua.com/api/getsortlist/?comic_sort=gaoxiao&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n战争::https://m.taomanhua.com/api/getsortlist/?comic_sort=zhanzhen&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n神魔::https://m.taomanhua.com/api/getsortlist/?comic_sort=shenmo&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n忍者::https://m.taomanhua.com/api/getsortlist/?comic_sort=renzhe&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n竞技::https://m.taomanhua.com/api/getsortlist/?comic_sort=jingji&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n悬疑::https://m.taomanhua.com/api/getsortlist/?comic_sort=xuanyi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n社会::https://m.taomanhua.com/api/getsortlist/?comic_sort=shehui&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n恋爱::https://m.taomanhua.com/api/getsortlist/?comic_sort=lianai&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n宠物::https://m.taomanhua.com/api/getsortlist/?comic_sort=chongwu&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n吸血::https://m.taomanhua.com/api/getsortlist/?comic_sort=xixue&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n萝莉::https://m.taomanhua.com/api/getsortlist/?comic_sort=luoli&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n后宫::https://m.taomanhua.com/api/getsortlist/?comic_sort=hougong&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n御姐::https://m.taomanhua.com/api/getsortlist/?comic_sort=yujie&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n霸总::https://m.taomanhua.com/api/getsortlist/?comic_sort=bazong&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n玄幻::https://m.taomanhua.com/api/getsortlist/?comic_sort=xuanhuan&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n古风::https://m.taomanhua.com/api/getsortlist/?comic_sort=gufeng&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n历史::https://m.taomanhua.com/api/getsortlist/?comic_sort=lishi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n漫改::https://m.taomanhua.com/api/getsortlist/?comic_sort=mangai&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n游戏::https://m.taomanhua.com/api/getsortlist/?comic_sort=youxi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n穿越::https://m.taomanhua.com/api/getsortlist/?comic_sort=chuanyue&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n恐怖::https://m.taomanhua.com/api/getsortlist/?comic_sort=kongbu&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n真人::https://m.taomanhua.com/api/getsortlist/?comic_sort=zhenren&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n防疫::https://m.taomanhua.com/api/getsortlist/?comic_sort=fangyi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n防疫::https://m.taomanhua.com/api/getsortlist/?comic_sort=fangyi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n科幻::https://m.taomanhua.com/api/getsortlist/?comic_sort=kehuan&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n都市::https://m.taomanhua.com/api/getsortlist/?comic_sort=dushi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n武侠::https://m.taomanhua.com/api/getsortlist/?comic_sort=wuxia&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n修真::https://m.taomanhua.com/api/getsortlist/?comic_sort=xiuzhen&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n生活::https://m.taomanhua.com/api/getsortlist/?comic_sort=shenghuo&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n动作::https://m.taomanhua.com/api/getsortlist/?comic_sort=dongzuo&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n大陆::https://m.taomanhua.com/api/getsortlist/?comic_sort=dalu&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n日本::https://m.taomanhua.com/api/getsortlist/?comic_sort=riben&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n港台::https://m.taomanhua.com/api/getsortlist/?comic_sort=gangtai&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n欧美::https://m.taomanhua.com/api/getsortlist/?comic_sort=oumei&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n韩国::https://m.taomanhua.com/api/getsortlist/?comic_sort=os&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n全彩::https://m.taomanhua.com/api/getsortlist/?comic_sort=quancai&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n黑白::https://m.taomanhua.com/api/getsortlist/?comic_sort=heibai&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n小说::https://m.taomanhua.com/api/getsortlist/?comic_sort=xiaoshuo&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n杂志::https://m.taomanhua.com/api/getsortlist/?comic_sort=zazhi&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n日更::https://m.taomanhua.com/api/getsortlist/?comic_sort=rigeng&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n新作::https://m.taomanhua.com/api/getsortlist/?comic_sort=xinzuo&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap\n精品::https://m.taomanhua.com/api/getsortlist/?comic_sort=jingpin&orderby=&search_type=&search_key=&page={{page}}&size=30&productname=smh&platformname=wap",
    "lastUpdateTime": 1684852844950,
    "loginUrl": "",
    "respondTime": 1246,
    "ruleBookInfo": {
      "author": "$.data.comic_author",
      "coverUrl": "$.data.cover_list[0]",
      "intro": "$.data.comic_desc",
      "kind": "$.data.comic_type_new[*].name",
      "lastChapter": "$.data.last_chaptet_name",
      "name": "$.data.comic_name"
    },
    "ruleContent": {
      "content": "<js>\n//获取章节位置\nindex=parseInt(chapter.index);\nindex=index+1;\nnum=parseInt(book.totalChapterNum);\nindex=num-index;\n\n//画质可选low middle high\nvar img_ext = \"-smh.middle.webp\";\nvar pic = \"https://mhpic.manhualang.com\"\nvar html =\"\";\n\njson=JSON.parse(result);\ncomic_chapter= json.data.comic_chapter;\n\nvar end_num  = comic_chapter[index].end_num;\nvar rule=comic_chapter[index].rule;\nchapter_domain=comic_chapter[index].chapter_domain;\n\nheader={\"Referer\":baseUrl};\nheaders={\"headers\":JSON.stringify(header)};\n\nfor( let i = 1;i <= end_num; i++) {\n   let url = pic  +rule.replace(/\\$\\$/g,i) +img_ext;\n   html += '<img src=\"' + url +','+JSON.stringify(headers)+'\">\\n';\n}\nresult = html\n</js>",
      "imageStyle": "FULL",
      "nextContentUrl": "",
      "webJs": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.comic_author",
      "bookList": "$.data.update[*].info[*]||$.data.data[*]||$.data[*]",
      "bookUrl": "https://m.taomanhua.com/api/getcomicinfo_body/?comic_id={$.comic_id}&productname=smh&platformname=wap",
      "coverUrl": "http://image.mhxk.com/mh/{$.comic_id}.jpg-600x800.webp",
      "kind": "$.comic_type||$.sort_typelist##[a-zA-Z]|\\|",
      "lastChapter": "$.last_chapter_name||$.comic_chapter_name",
      "name": "$.comic_name",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "-$.data.comic_chapter.*",
      "chapterName": "$.chapter_name@put:{chapter_id:$.chapter_id}",
      "chapterUrl": "$.chapter_id@js:baseUrl+\"&chapter_id=\"+result"
    },
    "searchUrl": "https://m.taomanhua.com/api/getsortlist/?search_type=&search_key={{key}}&page={{page}}&size=30&productname=smh&platformname=wap",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "正版,漫画",
    "bookSourceName": "💰快看漫画 json #Haxc1107",
    "bookSourceType": 2,
    "bookSourceUrl": "https://api.kkmh.com#Haxc1107",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1767,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n  \"User-Agent\": \"Kuaikan/5.23.0/523000(Android;8.0.0;MIX2;kuaikan568;WIFI;2030*1080)\"\n}",
    "lastUpdateTime": 1708521935215,
    "loginUrl": "",
    "respondTime": 2258,
    "ruleBookInfo": {
      "author": "$.data.user.nickname",
      "intro": "$.data.description",
      "kind": "$.category",
      "name": "$.data.title"
    },
    "ruleContent": {
      "content": "@js:\nvar options = {\n\"headers\": {\"Referer\": baseUrl}\n}\njava.getStringList(\"$.data.images\").toArray().map\n(a=>'<img src=\"'+a+'\" >').join(\"\\n\")",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.user.nickname",
      "bookList": "$.data.topic.hit.*&&$.data.topics.*",
      "bookUrl": "https://api.kkmh.com/v1/topics/{$.id}",
      "coverUrl": "$.cover_image_url",
      "intro": "$.description",
      "kind": "$.category",
      "lastChapter": "$.latest_comic_title",
      "name": "$.title"
    },
    "ruleToc": {
      "chapterList": "-$..comics.*",
      "chapterName": "$.title",
      "chapterUrl": "https://api.kkmh.com/v2/comic/{$.id}?is_preview=0",
      "updateTime": "@js:java.timeFormat({{$.created_at}}*1000)"
    },
    "searchUrl": "https://search.kkmh.com/search/complex?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "地址发布：freexcomic.com",
    "bookSourceGroup": "漫画",
    "bookSourceName": "🎨 韩国漫画",
    "bookSourceType": 2,
    "bookSourceUrl": "https://www.mxs12.cc",
    "customButton": false,
    "customOrder": 1768,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全   部\",\"url\":\"/booklist?tag=全部&area=-1&end=-1<,&page={{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"连载\",\"url\":\"/booklist?tag=全部&area=-1&end=0<,&page={{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"完结\",\"url\":\"/booklist?tag=全部&area=-1&end=1<,&page={{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"青春\",\"url\":\"/booklist?tag=青春<,&page={{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"性感\",\"url\":\"/booklist?tag=性感<,&page={{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"长腿\",\"url\":\"/booklist?tag=长腿<,&page={{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"多人\",\"url\":\"/booklist?tag=多人<,&page={{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"御姐\",\"url\":\"/booklist?tag=御姐<,&page={{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"巨乳\",\"url\":\"/booklist?tag=巨乳<,&page={{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"新婚\",\"url\":\"/booklist?tag=新婚<,&page={{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"媳妇\",\"url\":\"/booklist?tag=媳妇<,&page={{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"暧昧\",\"url\":\"/booklist?tag=暧昧<,&page={{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"清纯\",\"url\":\"/booklist?tag=清纯<,&page={{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"调教\",\"url\":\"/booklist?tag=调教<,&page={{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"少妇\",\"url\":\"/booklist?tag=少妇<,&page={{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"风骚\",\"url\":\"/booklist?tag=风骚<,&page={{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"同居\",\"url\":\"/booklist?tag=同居<,&page={{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"淫乱\",\"url\":\"/booklist?tag=淫乱<,&page={{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"好友\",\"url\":\"/booklist?tag=好友<,&page={{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"女神\",\"url\":\"/booklist?tag=女神<,&page={{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"诱惑\",\"url\":\"/booklist?tag=诱惑<,&page={{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"偷情\",\"url\":\"/booklist?tag=偷情<,&page={{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"出轨\",\"url\":\"/booklist?tag=出轨<,&page={{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"正妹\",\"url\":\"/booklist?tag=正妹<,&page={{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"家教\",\"url\":\"/booklist?tag=家教<,&page={{page}}>\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}}]",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; Android 11; MI CC9 Pro Build/RKQ1.200826.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.131 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1726390407808,
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 5379,
    "ruleBookInfo": {
      "intro": ".detail-desc@text##^##<br>",
      "kind": ".detail-main-info-class@span@text"
    },
    "ruleContent": {
      "content": "#cp_img@img@data-original\n@js:\nresult.split(\"\\n\").map(x=>'<img src=\"'+x+'\">').join(\"\\n\")",
      "imageStyle": "FULL"
    },
    "ruleExplore": {
      "bookList": ".manga-list-2@li",
      "bookUrl": "a.0@href",
      "coverUrl": "img@data-original",
      "intro": ".manga-list-2-tip@text",
      "name": ".manga-list-2-title@text"
    },
    "ruleSearch": {
      "author": ".book-list-info-bottom-item@text",
      "bookList": ".book-list@li",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "img@data-original",
      "intro": ".book-list-info-desc@text",
      "name": ".book-list-info-title@text"
    },
    "ruleToc": {
      "chapterList": "#detail-list-select@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "preUpdateJs": "java.refreshTocUrl()"
    },
    "searchUrl": "/search?keyword={{key}}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "漫客栈",
    "bookSourceType": 2,
    "bookSourceUrl": "http://comic.mkzhan.com#Haxc1107",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1769,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "热门人气::https://comic.mkzcdn.com/search/filter/?order=1&page_num={{page}}&page_size=12\n更新时间::https://comic.mkzcdn.com/search/filter/?order=2&page_num={{page}}&page_size=12\n连载::https://comic.mkzcdn.com/search/filter/?finish=1&page_num={{page}}&page_size=12\n完结::https://comic.mkzcdn.com/search/filter/?finish=2&page_num={{page}}&page_size=12\n霸总::https://comic.mkzcdn.com/search/filter/?theme_id=1&page_num={{page}}&page_size=12\n修真::https://comic.mkzcdn.com/search/filter/?theme_id=2&page_num={{page}}&page_size=12\n恋爱::https://comic.mkzcdn.com/search/filter/?theme_id=3&page_num={{page}}&page_size=12\n校园::https://comic.mkzcdn.com/search/filter/?theme_id=4&page_num={{page}}&page_size=12\n冒险::https://comic.mkzcdn.com/search/filter/?theme_id=5&page_num={{page}}&page_size=12\n搞笑::https://comic.mkzcdn.com/search/filter/?theme_id=6&page_num={{page}}&page_size=12\n生活::https://comic.mkzcdn.com/search/filter/?theme_id=7&page_num={{page}}&page_size=12\n热血::https://comic.mkzcdn.com/search/filter/?theme_id=8&page_num={{page}}&page_size=12\n架空::https://comic.mkzcdn.com/search/filter/?theme_id=9&page_num={{page}}&page_size=12\n后宫::https://comic.mkzcdn.com/search/filter/?theme_id=10&page_num={{page}}&page_size=12\n耽美::https://comic.mkzcdn.com/search/filter/?theme_id=11&page_num={{page}}&page_size=12\n玄幻::https://comic.mkzcdn.com/search/filter/?theme_id=12&page_num={{page}}&page_size=12\n悬疑::https://comic.mkzcdn.com/search/filter/?theme_id=13&page_num={{page}}&page_size=12\n恐怖::https://comic.mkzcdn.com/search/filter/?theme_id=14&page_num={{page}}&page_size=12\n灵异::https://comic.mkzcdn.com/search/filter/?theme_id=15&page_num={{page}}&page_size=12\n动作::https://comic.mkzcdn.com/search/filter/?theme_id=16&page_num={{page}}&page_size=12\n科幻::https://comic.mkzcdn.com/search/filter/?theme_id=17&page_num={{page}}&page_size=12\n战争::https://comic.mkzcdn.com/search/filter/?theme_id=18&page_num={{page}}&page_size=12\n古风::https://comic.mkzcdn.com/search/filter/?theme_id=19&page_num={{page}}&page_size=12\n穿越::https://comic.mkzcdn.com/search/filter/?theme_id=20&page_num={{page}}&page_size=12\n竞技::https://comic.mkzcdn.com/search/filter/?theme_id=21&page_num={{page}}&page_size=12\n百合::https://comic.mkzcdn.com/search/filter/?theme_id=22&page_num={{page}}&page_size=12\n励志::https://comic.mkzcdn.com/search/filter/?theme_id=23&page_num={{page}}&page_size=12\n同人::https://comic.mkzcdn.com/search/filter/?theme_id=24&page_num={{page}}&page_size=12\n真人::https://comic.mkzcdn.com/search/filter/?theme_id=26&page_num={{page}}&page_size=12\n少年::https://comic.mkzcdn.com/search/filter/?audience=1&page_num={{page}}&page_size=12\n少女::https://comic.mkzcdn.com/search/filter/?audience=2&page_num={{page}}&page_size=12\n青年::https://comic.mkzcdn.com/search/filter/?audience=3&page_num={{page}}&page_size=12\n少儿::https://comic.mkzcdn.com/search/filter/?audience=4&page_num={{page}}&page_size=12\n独家::https://comic.mkzcdn.com/search/filter/?copyright=1&page_num={{page}}&page_size=12\n合作::https://comic.mkzcdn.com/search/filter/?copyright=2&page_num={{page}}&page_size=12\n免费::https://comic.mkzcdn.com/search/filter/?is_free=1&page_num={{page}}&page_size=12\n付费::https://comic.mkzcdn.com/search/filter/?is_fee=1&page_num={{page}}&page_size=12\nVIP::https://comic.mkzcdn.com/search/filter/?is_vip=1&page_num={{page}}&page_size=12",
    "header": "{\n  \"User-Agent\": \"okhttp/3.11.0\"\n}",
    "lastUpdateTime": 1728717205552,
    "loginUrl": "",
    "respondTime": 2417,
    "ruleBookInfo": {
      "author": "@get:{author}",
      "coverUrl": "",
      "init": "",
      "intro": "$.data.content",
      "kind": "",
      "lastChapter": "$.data.chapter_title",
      "name": "$.data.title",
      "tocUrl": "https://comic.mkzhan.com/chapter/?comic_id={$.data.comic_id}",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "@js:\njava.getStringList(\"$.data.page[*]image\").toArray().map\n(a=>'<img src=\"'+a+'\">').join(\"\\n\")",
      "imageStyle": "FULL",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "$.author_title@put:{author:$.author_title}",
      "bookList": "$.data.list.*",
      "bookUrl": "https://comic.mkzhan.com/comic/info/?comic_id={$.comic_id}",
      "coverUrl": "$.cover@js:result.replace(/\\.(jpg|JPG).*/g,\".$1!cover-400\")",
      "intro": "",
      "kind": "",
      "lastChapter": "$.chapter_title",
      "name": "$.title@put:{comic_id:$.comic_id}",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "$.data",
      "chapterName": "$.title",
      "chapterUrl": "https://comic.mkzhan.com/chapter/content/v1/?chapter_id={{$.chapter_id}}&comic_id=@get:{comic_id}&format=1&quality=1&sign=0&type=1&uid=0",
      "isVip": "$.is_vip",
      "nextTocUrl": "",
      "updateTime": "$.change_time@js:result==0?'':java.timeFormat(result*1000)"
    },
    "searchUrl": "https://comic.mkzhan.com/search/keyword/?keyword={{key}}&page_num={{page}}&page_size=20",
    "weight": 1
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "漫客栈",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.mkzhan.com#",
    "bookUrlPattern": "https://m.mkzhan.com/\\d+/",
    "customButton": false,
    "customOrder": 1770,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "修真::https://www.mkzhan.com/category/?theme_id=2&page={{page}}\n恋爱::https://www.mkzhan.com/category/?theme_id=3&page={{page}}\n校园::https://www.mkzhan.com/category/?theme_id=4&page={{page}}\n冒险::https://www.mkzhan.com/category/?theme_id=5&page={{page}}\n搞笑::https://www.mkzhan.com/category/?theme_id=6&page={{page}}\n生活::https://www.mkzhan.com/category/?theme_id=7&page={{page}}\n热血::https://www.mkzhan.com/category/?theme_id=8&page={{page}}\n架空::https://www.mkzhan.com/category/?theme_id=9&page={{page}}\n后宫::https://www.mkzhan.com/category/?theme_id=10&page={{page}}\n耽美::https://www.mkzhan.com/category/?theme_id=11&page={{page}}\n玄幻::https://www.mkzhan.com/category/?theme_id=12&page={{page}}\n悬疑::https://www.mkzhan.com/category/?theme_id=13&page={{page}}\n恐怖::https://www.mkzhan.com/category/?theme_id=14&page={{page}}\n灵异::https://www.mkzhan.com/category/?theme_id=15&page={{page}}\n动作::https://www.mkzhan.com/category/?theme_id=16&page={{page}}\n科幻::https://www.mkzhan.com/category/?theme_id=17&page={{page}}\n战争::https://www.mkzhan.com/category/?theme_id=18&page={{page}}\n古风::https://www.mkzhan.com/category/?theme_id=19&page={{page}}\n穿越::https://www.mkzhan.com/category/?theme_id=20&page={{page}}\n竞技::https://www.mkzhan.com/category/?theme_id=21&page={{page}}\n百合::https://www.mkzhan.com/category/?theme_id=22&page={{page}}\n励志::https://www.mkzhan.com/category/?theme_id=23&page={{page}}\n同人::https://www.mkzhan.com/category/?theme_id=24&page={{page}}\n真人::https://www.mkzhan.com/category/?theme_id=26&page={{page}}\n霸总::https://www.mkzhan.com/category/?theme_id=1&page={{page}}",
    "lastUpdateTime": 1719512643957,
    "respondTime": 2279,
    "ruleBookInfo": {
      "author": "class.name@text",
      "intro": "class.intro-total@text",
      "kind": "class.comic-status@tag.span.0@text##题材:",
      "lastChapter": "class.update-time@text",
      "name": "class.comic-title.0@text"
    },
    "ruleContent": {
      "content": "$..image@js:result.split(\"\\n\").map(x=>'<img src=\\\"'+x+'\\\">').join(\"\\n\")",
      "imageStyle": "FULL"
    },
    "ruleExplore": {
      "bookList": "class.cate-comic-list clearfix@class.common-comic-item",
      "bookUrl": "class.cover@href",
      "coverUrl": "img@data-src",
      "intro": ".comic-feature@text",
      "lastChapter": "class.comic-update@text##更至：",
      "name": "class.comic__title@text"
    },
    "ruleSearch": {
      "bookList": "class.search-comic-list@class.common-comic-item",
      "bookUrl": "class.cover@href",
      "coverUrl": "img@data-src",
      "intro": ".comic-feature@text",
      "lastChapter": "class.comic-update@text##更至：",
      "name": "class.comic__title@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "-class.chapter__list-box@tag.li",
      "chapterName": "a@text",
      "chapterUrl": ".j-chapter-link@data-chapterid\n@js:\r\ncid=result;\r\nbid=baseUrl.match(/\\/(\\d+)\\//)[1],\n\n'https://comic.mkzcdn.com/chapter/content/v1/?chapter_id='+cid+'&comic_id='+bid+'&format=1&quality=1&sign=0&type=1&uid=0'",
      "updateTime": ".data@text"
    },
    "searchUrl": "https://www.mkzhan.com/search/?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎨漫客栈 #Haxc1107",
    "bookSourceType": 2,
    "bookSourceUrl": "https://www.mkzhan.com#Haxc1107",
    "bookUrlPattern": "https://m.mkzhan.com/\\d+/",
    "customButton": false,
    "customOrder": 1771,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "修真::https://www.mkzhan.com/category/?theme_id=2&page={{page}}\n恋爱::https://www.mkzhan.com/category/?theme_id=3&page={{page}}\n校园::https://www.mkzhan.com/category/?theme_id=4&page={{page}}\n冒险::https://www.mkzhan.com/category/?theme_id=5&page={{page}}\n搞笑::https://www.mkzhan.com/category/?theme_id=6&page={{page}}\n生活::https://www.mkzhan.com/category/?theme_id=7&page={{page}}\n热血::https://www.mkzhan.com/category/?theme_id=8&page={{page}}\n架空::https://www.mkzhan.com/category/?theme_id=9&page={{page}}\n后宫::https://www.mkzhan.com/category/?theme_id=10&page={{page}}\n耽美::https://www.mkzhan.com/category/?theme_id=11&page={{page}}\n玄幻::https://www.mkzhan.com/category/?theme_id=12&page={{page}}\n悬疑::https://www.mkzhan.com/category/?theme_id=13&page={{page}}\n恐怖::https://www.mkzhan.com/category/?theme_id=14&page={{page}}\n灵异::https://www.mkzhan.com/category/?theme_id=15&page={{page}}\n动作::https://www.mkzhan.com/category/?theme_id=16&page={{page}}\n科幻::https://www.mkzhan.com/category/?theme_id=17&page={{page}}\n战争::https://www.mkzhan.com/category/?theme_id=18&page={{page}}\n古风::https://www.mkzhan.com/category/?theme_id=19&page={{page}}\n穿越::https://www.mkzhan.com/category/?theme_id=20&page={{page}}\n竞技::https://www.mkzhan.com/category/?theme_id=21&page={{page}}\n百合::https://www.mkzhan.com/category/?theme_id=22&page={{page}}\n励志::https://www.mkzhan.com/category/?theme_id=23&page={{page}}\n同人::https://www.mkzhan.com/category/?theme_id=24&page={{page}}\n真人::https://www.mkzhan.com/category/?theme_id=26&page={{page}}\n霸总::https://www.mkzhan.com/category/?theme_id=1&page={{page}}",
    "lastUpdateTime": 1731057368353,
    "respondTime": 2176,
    "ruleBookInfo": {
      "author": "class.name@text",
      "intro": "class.intro-total@text",
      "kind": "class.comic-status@tag.span.0@text##题材:",
      "lastChapter": "class.update-time@text",
      "name": "class.comic-title.0@text"
    },
    "ruleContent": {
      "content": "$..image@js:result.split(\"\\n\").map(x=>'<img src=\\\"'+x+'\\\">').join(\"\\n\")",
      "imageStyle": "FULL"
    },
    "ruleExplore": {
      "bookList": "class.cate-comic-list clearfix@class.common-comic-item",
      "bookUrl": "class.cover@href",
      "coverUrl": "img@data-src",
      "intro": ".comic-feature@text",
      "lastChapter": "class.comic-update@text##更至：",
      "name": "class.comic__title@text"
    },
    "ruleSearch": {
      "bookList": "class.search-comic-list@class.common-comic-item",
      "bookUrl": "class.cover@href",
      "coverUrl": "img@data-src",
      "intro": ".comic-feature@text",
      "lastChapter": "class.comic-update@text##更至：",
      "name": "class.comic__title@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "-class.chapter__list-box@tag.li",
      "chapterName": "a@text",
      "chapterUrl": ".j-chapter-link@data-chapterid\n@js:\r\ncid=result;\r\nbid=baseUrl.match(/\\/(\\d+)\\//)[1],\n\n'https://comic.mkzcdn.com/chapter/content/v1/?chapter_id='+cid+'&comic_id='+bid+'&format=1&quality=1&sign=0&type=1&uid=0'",
      "updateTime": ".data@text"
    },
    "searchUrl": "https://www.mkzhan.com/search/?keyword={{key}}",
    "weight": 76
  },
  {
    "bookSourceComment": "// Error: 下载链接为空\n\nHaxc",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎨 咚漫📱",
    "bookSourceType": 3,
    "bookSourceUrl": "https://m.dongmanmanhua.cn#无效",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1772,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "更新::https://m.dongmanmanhua.cn/dailySchedule\n分类::https://m.dongmanmanhua.cn/genre\n周六::https://m.dongmanmanhua.cn/dailySchedule{,/error.html}#SATURDAY\r\n周日::https://m.dongmanmanhua.cn/dailySchedule{,/error.html}#SUNDAY\r\n完结::https://m.dongmanmanhua.cn/dailySchedule{,/error.html}#COMPLETE\r\n恋爱::https://m.dongmanmanhua.cn/genre{,/error.html}#LOVE\r\n少年::https://m.dongmanmanhua.cn/genre{,/error.html}#BOY\r\n古风::https://m.dongmanmanhua.cn/genre{,/error.html}#ANCIENTCHINESE\r\n奇幻::https://m.dongmanmanhua.cn/genre{,/error.html}#FANTASY\r\n搞笑::https://m.dongmanmanhua.cn/genre{,/error.html}#COMEDY\r\n校园::https://m.dongmanmanhua.cn/genre{,/error.html}#CAMPUS\r\n都市::https://m.dongmanmanhua.cn/genre{,/error.html}#METROPOLIS\r\n治愈::https://m.dongmanmanhua.cn/genre{,/error.html}#HEALING\r\n悬疑::https://m.dongmanmanhua.cn/genre{,/error.html}#SUSPENSE\r\n励志::https://m.dongmanmanhua.cn/genre{,/error.html}#INSPIRATIONAL\r\n影视化::https://m.dongmanmanhua.cn/genre{,/error.html}#FILMADAPTATION\r\n完结::https://m.dongmanmanhua.cn/genre{,/error.html}#TERMINATION",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 8.0.0; MIX 2 Build/OPR1.170623.027) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 YaBrowser/18.9.1.2199.00 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 1615429834098,
    "loginUrl": "",
    "respondTime": 181252,
    "ruleBookInfo": {
      "author": "class.author.0@text",
      "intro": "class.summary@text",
      "kind": "class.genre@text",
      "lastChapter": "id._episodeList@tag.span.0@text",
      "name": "class.subj.0@text"
    },
    "ruleContent": {
      "content": "@js:\neval(result.match(/(var imageList = \\[[\\s\\S]+?\\])/)[1]);\nhtml='';\nheader={\"Referer\":baseUrl}\nheaders={\n\"headers\": JSON.stringify(header)\n}\nfor(i in imageList){\nhtml+='<img src=\"'+imageList[i].url+','+JSON.stringify(headers)+'\">\\n'\n}\nhtml",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "writingAuthorName",
      "bookList": "class.daily_list@tag.li||$.titleList",
      "bookUrl": "tag.a@href||https://m.dongmanmanhua.cn/{$.genreNew.gnTitle}/{$.titleGroupName}/list?title_no={$.titleNo}",
      "coverUrl": "tag.img@src||https://cdn.dongmanmanhua.cn{$.thumbnailMobile}@js:header={\"Referer\":baseUrl}\nheaders={\"headers\":JSON.stringify(header)}\nresult=result+','+JSON.stringify(headers)",
      "kind": "class.genre@text",
      "name": "class.subj@text||$.title"
    },
    "ruleToc": {
      "chapterList": "-id._episodeList@tag.li",
      "chapterName": "tag.span.0@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://m.dongmanmanhua.cn/searchResult,{\n  \"headers\": \"{Content-Type: application/x-www-form-urlencoded}\",\n  \"method\": \"POST\",\n  \"body\": \"keyword={{key}}&searchType=WEBTOON&start=1\"\n}",
    "weight": 100
  },
  {
    "bookSourceGroup": "漫画",
    "bookSourceName": "爱看漫画（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.kanman.com#",
    "customButton": false,
    "customOrder": 1773,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "人气::https://m.kanman.com/api/getsortlist/?comic_sort=&orderby=click&search_type=&search_key=&page={{page}}&size=48\n更新::https://m.kanman.com/api/getsortlist/?comic_sort=&orderby=date&search_type=&search_key=&page={{page}}&size=48\n评分::https://m.kanman.com/api/getsortlist/?comic_sort=&orderby=score&search_type=&search_key=&page={{page}}&size=48\n收藏::https://m.kanman.com/api/getsortlist/?comic_sort=&orderby=shoucang&search_type=&search_key=&page={{page}}&size=48\n热血::https://m.kanman.com/api/getsortlist/?comic_sort=rexue&orderby=&search_type=&search_key=&page={{page}}&size=48\n机战::https://m.kanman.com/api/getsortlist/?comic_sort=jizhan&orderby=&search_type=&search_key=&page={{page}}&size=48\n运动::https://m.kanman.com/api/getsortlist/?comic_sort=yundong&orderby=&search_type=&search_key=&page={{page}}&size=48\n推理::https://m.kanman.com/api/getsortlist/?comic_sort=tuili&orderby=&search_type=&search_key=&page={{page}}&size=48\n冒险::https://m.kanman.com/api/getsortlist/?comic_sort=maoxian&orderby=&search_type=&search_key=&page={{page}}&size=48\n搞笑::https://m.kanman.com/api/getsortlist/?comic_sort=gaoxiao&orderby=&search_type=&search_key=&page={{page}}&size=48\n战争::https://m.kanman.com/api/getsortlist/?comic_sort=zhanzhen&orderby=&search_type=&search_key=&page={{page}}&size=48\n神魔::https://m.kanman.com/api/getsortlist/?comic_sort=shenmo&orderby=&search_type=&search_key=&page={{page}}&size=48\n忍者::https://m.kanman.com/api/getsortlist/?comic_sort=renzhe&orderby=&search_type=&search_key=&page={{page}}&size=48\n竞技::https://m.kanman.com/api/getsortlist/?comic_sort=jingji&orderby=&search_type=&search_key=&page={{page}}&size=48\n悬疑::https://m.kanman.com/api/getsortlist/?comic_sort=xuanyi&orderby=&search_type=&search_key=&page={{page}}&size=48\n社会::https://m.kanman.com/api/getsortlist/?comic_sort=shehui&orderby=&search_type=&search_key=&page={{page}}&size=48\n恋爱::https://m.kanman.com/api/getsortlist/?comic_sort=lianai&orderby=&search_type=&search_key=&page={{page}}&size=48\n宠物::https://m.kanman.com/api/getsortlist/?comic_sort=chongwu&orderby=&search_type=&search_key=&page={{page}}&size=48\n吸血::https://m.kanman.com/api/getsortlist/?comic_sort=xixue&orderby=&search_type=&search_key=&page={{page}}&size=48\n萝莉::https://m.kanman.com/api/getsortlist/?comic_sort=luoli&orderby=&search_type=&search_key=&page={{page}}&size=48\n后宫::https://m.kanman.com/api/getsortlist/?comic_sort=hougong&orderby=&search_type=&search_key=&page={{page}}&size=48\n御姐::https://m.kanman.com/api/getsortlist/?comic_sort=yujie&orderby=&search_type=&search_key=&page={{page}}&size=48\n霸总::https://m.kanman.com/api/getsortlist/?comic_sort=bazong&orderby=&search_type=&search_key=&page={{page}}&size=48\n玄幻::https://m.kanman.com/api/getsortlist/?comic_sort=xuanhuan&orderby=&search_type=&search_key=&page={{page}}&size=48\n古风::https://m.kanman.com/api/getsortlist/?comic_sort=gufeng&orderby=&search_type=&search_key=&page={{page}}&size=48\n历史::https://m.kanman.com/api/getsortlist/?comic_sort=lishi&orderby=&search_type=&search_key=&page={{page}}&size=48\n漫改::https://m.kanman.com/api/getsortlist/?comic_sort=mangai&orderby=&search_type=&search_key=&page={{page}}&size=48\n游戏::https://m.kanman.com/api/getsortlist/?comic_sort=youxi&orderby=&search_type=&search_key=&page={{page}}&size=48\n穿越::https://m.kanman.com/api/getsortlist/?comic_sort=chuanyue&orderby=&search_type=&search_key=&page={{page}}&size=48\n恐怖::https://m.kanman.com/api/getsortlist/?comic_sort=kongbu&orderby=&search_type=&search_key=&page={{page}}&size=48\n真人::https://m.kanman.com/api/getsortlist/?comic_sort=zhenren&orderby=&search_type=&search_key=&page={{page}}&size=48\n科幻::https://m.kanman.com/api/getsortlist/?comic_sort=kehuan&orderby=&search_type=&search_key=&page={{page}}&size=48\n都市::https://m.kanman.com/api/getsortlist/?comic_sort=dushi&orderby=&search_type=&search_key=&page={{page}}&size=48\n武侠::https://m.kanman.com/api/getsortlist/?comic_sort=wuxia&orderby=&search_type=&search_key=&page={{page}}&size=48\n修真::https://m.kanman.com/api/getsortlist/?comic_sort=xiuzhen&orderby=&search_type=&search_key=&page={{page}}&size=48\n生活::https://m.kanman.com/api/getsortlist/?comic_sort=shenghuo&orderby=&search_type=&search_key=&page={{page}}&size=48\n动作::https://m.kanman.com/api/getsortlist/?comic_sort=dongzuo&orderby=&search_type=&search_key=&page={{page}}&size=48\n防疫::https://m.kanman.com/api/getsortlist/?comic_sort=fangyi&orderby=&search_type=&search_key=&page={{page}}&size=48",
    "lastUpdateTime": 1759568392534,
    "respondTime": 1048,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "kind": "[property=\"og:novel:category\"]@content",
      "lastChapter": ".comic-update-status@text##.*-\\d+ ",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "https://m.kanman.com/api/getchapterlist?product_id=1&productname=kmh&platformname=wap&comic_id=@get:{bid}"
    },
    "ruleContent": {
      "content": "$.data.current_chapter.chapter_img_list@js:\nheader={\"Referer\":baseUrl};\nheaders={\"headers\":JSON.stringify(header)};\nresult.split(\"\\n\").map(x=>'<img src=\\\"'+x+','+JSON.stringify(headers)+'\\\">').join(\"\\n\")",
      "imageStyle": "FULL"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "$.cartoon_author_list_name||$.comic_author",
      "bookList": "$.data.data||$.data",
      "bookUrl": "https://m.kanman.com/{{$.comic_id}}/",
      "coverUrl": "https://image.yqmh.com/mh/{{$.comic_id}}.jpg-300x400.webp",
      "intro": "$.cartoon_desc",
      "kind": "$.comic_type##[a-zA-Z]|\\|",
      "lastChapter": "$.latest_cartoon_topic_name||$.last_chapter_name",
      "name": "$.comic_name@put:{bid:$.comic_id}"
    },
    "ruleToc": {
      "chapterList": "-$.data.[*]",
      "chapterName": "$.chapter_name",
      "chapterUrl": "https://m.kanman.com/api/getchapterinfov2?product_id=1&productname=kmh&platformname=wap&comic_id=@get:{bid}&chapter_newid={{$.chapter_newid}}&isWebp=1&quality=low"
    },
    "searchUrl": "https://m.kanman.com/api/serachcomic/?product_id=1&productname=kmh&platformname=wap&serachKey={{key}}&topNumber=10",
    "weight": 0
  },
  {
    "bookSourceComment": "//2025.1.17by.◎辞晨◎",
    "bookSourceGroup": "免费",
    "bookSourceName": "🌊漫神◎辞晨◎",
    "bookSourceType": 2,
    "bookSourceUrl": "https://m.mhkami.com",
    "customButton": false,
    "customOrder": 1774,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\npush(\"全部🌊分类\",null,1,1)\n nrList=[[\"🌊连载🌊\",\"2\"],[\"🌊完结🌊\",\"1\"]]\n\tarList=[\"全部\",\"长条\",\"大女主\",\"百合\",\"耽美\",\"纯爱\",\"後宫\",\"韩漫\",\"奇幻\",\"轻小说\",\"生活\",\"悬疑\",\"格斗\",\"搞笑\",\"伪娘\",\"竞技\",\"职场\",\"萌系\",\"冒险\",\"治愈\",\"都市\",\"霸总\",\"神鬼\",\"侦探\",\"爱情\",\"古风\",\"欢乐向\",\"科幻\",\"穿越\",\"性转换\",\"校园\",\"美食\",\"悬疑\",\"剧情\",\"热血\",\"节操\",\"励志\",\"异世界\",\"历史\",\"战争\",\"恐怖\",\"霸总\"]\n\tnrList.map(([teg,uri])=>{\n\t\tpush(teg,null,1,1)\n\tarList.map((tag)=>{\n\t\turl=`/api/comic/index/lists,{\n \"body\": \"area=9&tags=${tag}&full=${uri}&page={{page}}\",\n \"method\": \"POST\"\n}`;\n\t\tpush(tag, url, 1, 0.25);\n\t\t});\n\t\t});\n//java.log(JSON.stringify(sort))\nJSON.stringify(sort)",
    "header": "{\n  'User-Agent': \"Mozilla/5.0 (Linux; Android 15; V2304A Build/AP3A.240905.015.A2; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/126.0.6478.71 Mobile Safari/537.36\",\n  'sec-ch-ua-platform': \"\\\"Android\\\"\",\n  'origin': \"baseUrl\",\n  'x-requested-with': \"cn.mujiankeji.mbrowser\",\n  'referer': \"baseUrl\",\n  'accept-language': \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"\n}",
    "lastUpdateTime": 1737099209338,
    "respondTime": 4093,
    "ruleBookInfo": {
      "author": ".author@text",
      "coverUrl": "img.0@src",
      "intro": ".js_over_text_spread@text",
      "kind": "{{book.kind}}",
      "lastChapter": ".last-chapter@text",
      "name": "h1.0@text"
    },
    "ruleContent": {
      "content": "#imgsec@img@data-src\n<js>\n//java.log(result);\nlet newResult = result.split(\"\\n\").map(x => x);\nnewResult.map(x => `<img src=\"${x}\">`).join(\"\\n\");\n</js>"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "$.author##\\|##,",
      "bookList": "$.data[*]",
      "bookUrl": "https://m.mhkami.com/book/{{$.id}}/",
      "coverUrl": "$.cover",
      "intro": "$.content",
      "kind": "{{$.tags}},{{$.area}},{{$.isfull}},{{$.lastupdate_a}}",
      "lastChapter": "$.lastchapter",
      "name": "$.name"
    },
    "ruleToc": {
      "chapterList": "<js>\nresult=java.getElements(\"#js_chapters li\")\nresult.sort((a,b)=>a.attr(\"li>data-index\")-b.attr(\"li>data-index\"))\nresult.select(\"a\")\n</js>",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/api/front/index/search,{\n \"body\": \"key={{key}}\",\n \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "笔19",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.biquge.info/",
    "customButton": false,
    "customOrder": 1775,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1692709338950,
    "respondTime": 826,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作 者:",
      "coverUrl": "id.fmimg@tag.img@src",
      "intro": "id.intro@tag.p.0@text",
      "kind": "id.info@tag.p.1@text&&\nid.info@tag.p.2@text##类 别:|最后更新 :",
      "lastChapter": "id.info@tag.p.3@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "id.info@h1@text"
    },
    "ruleContent": {
      "content": "@js:dt=lr='';c=1;动=java.get(\"动\");\nif(动!=''&&!~baseUrl.indexOf(\",\")){\nresult=String(java.ajax(baseUrl+动))\n}else if(java.get(\"静\")==动)c=dt=2;\n\nr=org.jsoup.Jsoup.parse(r1=result.replace(/&nbsp;/g,' '));\n查=i=java.get(\"序\");\n\nif(java.get(\"文\")==1){for(;c;c--){\nd=[\"img[data-src],img[src~=[^a-z]cid[^a-z]]\"\n,\"img:not([src~=(?i)^$|^javascript:|\\\\.gif|\\\\.png|[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,\"img[src~=(?i)\\\\.png]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,'img[src~=(?i)\\\\.gif]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])'];\n\nif(!(查!=\"\"&&(查!=-1&&((lr=r.select(d[查])).size(),true)))){\n$=it=>(lr=r.select(it)).size();\nif($(d[i=0])||$(d[i=1])||$(d[i=2])||false)break;\n\nif(c==2){dt=1;\nr=org.jsoup.Jsoup.parse(java.ajax(baseUrl+',{\"webView\":true}'))\n}else i=$(d[3])?3:-1}}\nif(i==0)lr=String(lr).replace(/(?:src=['\"][^'\"]+['\"] +)?data-/g,'');\nif(查==\"\")book.putVariable(\"序\",i);\n\n}else{\nsc=java.get(\"文\")==2?\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br)),a>*,:has(a):not(:matchesOwn([\\\\S\\\\s]{50,}),:has(:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(br,a,:matchesOwn([\\\\s\\\\S]{50})),:not(br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)),:has(p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))'\n:\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br,img:not([src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg]))),img[src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg],a:not(:matches(^$)>img)>*,:has(a):not(img,:matchesOwn([\\\\S\\\\s]{50,}),:has(img,:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(img,br,a,:has(img),:matchesOwn([\\\\s\\\\S]{50})),:not(img,br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,img,div:matchesOwn(，|。)+div:matchesOwn(，|。)),:has(img,p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))';\n\nd=[\":matchesOwn(\\\\S):has(br):has(:matchesOwn(\\\\S):has(br))\"\n,\":matchesOwn(\\\\S):has(br)\"\n,\":has(>:matchesOwn(\\\\S):not(:has(*))+:matchesOwn(\\\\S):not(:has(*)))\"\n,\":has(>:has(>p:only-child:matchesOwn(\\\\S):not(:has(*)))+:has(>p:only-child:matchesOwn(\\\\S):not(:has(*))))\"\n,\"img\"\n,\":matchesOwn(\\\\S)\"];\n\ntry{for(查=i!=''?i:java.get(\"元\");c;c--){\n\nif(!(c>1&&(String(r.text()).length<400||r.select(':matchesOwn(内容未加载完成|关闭(阅读|小说)模式)').size()))){\nr.select(sc).remove();\n\nif(!(查!=\"\"&&(lr=r.select(i?d[i==6?5:i]:查)).size()))for(i=0;i<6&&(lr=r.select(d[i]),i==4&&c==1?!lr.size():String(lr.text()).length<200);i++);\nif(c<2||i<6)break;}\n\nr=org.jsoup.Jsoup.parse(r2=String(java.ajax(baseUrl+',{\"webView\":true}')).replace(/(<[a-z]+)&nbsp;/g,'$1 '));\ndt=r1.length==r2.length?2:1}\n\nfor(c=lr.first(),v=1;v<lr.size();v++)if(lr.get(v).parents().contains(c)){\nlr.remove(v);\nv--}else c=lr.get(v);\n\nlr=String((c=lr.size()==2&&i<4)?String(lr.first().text()).length>String(lr.get(1).text()).length?lr.first():lr.get(1):(c=lr.size()==1)?lr.first():lr);\n\nif(查==\"\"){\nif(c&&(查=lr.match(/<([a-z]+) ([^>]+)>/))&&(查[2]=查[2].match(/(?:id|class|style)=(?:\"[^\"]+\"|'[^']+')|[^= ]+(?==\"[^\"]+\"|'[^']+')/g))){\nbook.putVariable(\"元\",查[1]+'['+查[2].join('][')+']')\n}else book.putVariable(\"序\",i)}\n\nlr=lr.replace(/<([a-z]+)[^>]*\"-\\d+\"[^>]*>[^<]+<\\/\\1>|[^<>]*<a[^<]+<\\/a>[^<]*|&lt[; ]?\\/?[a-z]+(?= |\\/?&gt)(?:[ a-z=-]+|\"[^\"]+\"|'[^']+')*\\/?&gt[; ]?|[☯📑⚙️🌕︴]/g,\"\").replace(/\\s+(?:\\s|(?:(?:(?:n?b)?s)?p)?;)/g,\"　　\");\n\nif(java.get(\"原\")!=1)lr=(!lr.indexOf(\"　　\")?lr.replace(/>(?!　　|\\s*(?:(?:(?:n?b)?s)?p)?;)\\s*(?=[^\\s<>])/g,\">︴\"):lr)\n.replace(/((?:[〖【『「（《〈〔［\\[(][^〖【『「（《〈〔［\\[()］〕〉》）」』】〗\\]]*[)］〕〉》）」』】〗\\]]\\s*)*(?:第?\\s*[一二三四五六七八九十百千万〇零0-9]+\\s*[章节回話话：:.．,，、]*\\s*)?{{\nn=(t=title.match(/\\S+$/)[0].replace(/[*$|?+\\\\\\^\\[\\](){}/]/g,\".?\")).replace(/^(正文[^\\u4e00-\\u9fa5A-Za-z]*|第?[一二三四五六七八九十百千万〇零0-9]+[章节回話话\\s：:.．,，、]*)+/,\"\"),n!=t&&/\\S/.test(n)?\"(?:第?\\\\s*[一二三四五六七八九十百千万〇零0-9]+\\\\s*[章节回話话：:.．,，、]*\\\\s*\"+n+\"|\"+t+\")\":t\n}}(?:\\s*[〖【『「（《〈〔［\\[(][^〖【『「（《〈〔［\\[()］〕〉》）」』】〗\\]]*[)］〕〉》）」』】〗\\]])*)/g,\"⚙️$1⚙️\")+\"📑\"\n\n}catch(e){}}\nif(dt)book.putVariable(dt==1?\"动\":\"静\",',{\"webView\":true}');lr"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.odd.0@tag.a@href",
      "coverUrl": "class.odd.0@tag.a@href<js>\nvar id = result.match(/_(\\d+)/)[1];\nvar iid = parseInt(id/1000);\n'http://www.biquge.info/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "class.even.0@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.odd.0@tag.a@text",
      "wordCount": "class.even.1@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.biquge.info/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "笔21",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.zuowenjing.com",
    "customButton": false,
    "customOrder": 1776,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"🎖排行榜🎖\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"总排行榜\",\"url\":\"/rank/allvisit/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"月排行榜\",\"url\":\"/rank/monthvisit/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"周排行榜\",\"url\":\"/rank/weekvisit/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"收藏榜\",\"url\":\"/rank/goodnum/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"📒书库📒\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"全部小说\",\"url\":\"/sort/1/{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻小说\",\"url\":\"/sort/1/1/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"仙侠小说\",\"url\":\"/sort/2/1/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市小说\",\"url\":\"/sort/3/1/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史小说\",\"url\":\"/sort/4/1/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游小说\",\"url\":\"/sort/5/1/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻小说\",\"url\":\"/sort/6/1/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"灵异小说\",\"url\":\"/sort/7/1/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"言情小说\",\"url\":\"/sort/8/1/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"耽美小说\",\"url\":\"/sort/9/1/{{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"📔完本📔\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"全部\",\"url\":\"/quanben/sort/1/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"玄幻\",\"url\":\"/quanben/sort/1/1/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠\",\"url\":\"/quanben/sort/2/1/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/quanben/sort/3/1/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史\",\"url\":\"/quanben/sort/4/1/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游\",\"url\":\"/quanben/sort/5/1/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"/quanben/sort/6/1/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异\",\"url\":\"/quanben/sort/7/1/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"言情\",\"url\":\"/quanben/sort/8/1/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美\",\"url\":\"/quanben/sort/9/1/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1691662580851,
    "respondTime": 25170,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{\nn:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nw:\".am-badge-secondary.0@text\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\",\nt:\"\"\n}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "wordCount": "@get:{w}"
    },
    "ruleContent": {
      "content": "#content@p@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": ".book-list-1-author@text",
      "bookList": "class.am-g-collapse.-1@class.am-u-md-6",
      "bookUrl": "a@href",
      "coverUrl": "img@data-src",
      "intro": ".book-list-1-intro@text",
      "kind": ".am-badge-warning@text&&.am-badge-secondary@text",
      "name": "h4@text",
      "wordCount": ".am-badge-primary@text"
    },
    "ruleToc": {
      "chapterList": "#list div li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search/?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yuyougu.com/",
    "bookUrlPattern": "http://www.yuyougu.com/xs/\\d+/index.html",
    "customButton": false,
    "customOrder": 1777,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows; U; Windows NT 5.2;. en-US) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 Quark/4.6.6.164\"\n}",
    "lastUpdateTime": 1734901104472,
    "loginUrl": "",
    "respondTime": 50768,
    "ruleBookInfo": {
      "author": "meta[property=\"og:novel:author\"]@content",
      "coverUrl": "meta[property=\"og:image\"]@content",
      "init": "",
      "intro": "meta[property=\"og:description\"]@content",
      "kind": "meta[property=\"og:novel:category\"]@content&&meta[property=\"og:novel:status\"]@content",
      "lastChapter": "meta[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "meta[property=\"og:novel:book_name\"]@content||meta[property=\"og:novel:title\"]@content",
      "tocUrl": "a:contains(查看全部章节)@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.txtContent@textNodes",
      "imageStyle": "0",
      "nextContentUrl": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "tag.div.3@text",
      "bookList": "class.panel-body@tag.li!0:-1",
      "bookUrl": "tag.div.1@tag.a@href",
      "checkKeyWord": "",
      "coverUrl": "tag.div.1@tag.a@href<js>java.ajax('http://www.yuyougu.com'+result)</js>##:image\"[^\"]+\"([^\"]+)##$1###",
      "intro": "",
      "kind": "tag.div.0@text",
      "lastChapter": "tag.div.2@text",
      "name": "tag.div.1@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "#chapters-list li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://www.yuyougu.com/search.htm?keyword={{key}}&pn={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "集 书 阁-◾️",
    "bookSourceType": 0,
    "bookSourceUrl": "https://xn--5oi-jishugevip-2z4y408c5i8f.xn--jishugevip-l81x.com/",
    "customButton": false,
    "customOrder": 1778,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部分类\",\"url\":\"/list_1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"现代情色\",\"url\":\"/list_15_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日本情色\",\"url\":\"/list_16_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"西洋情色\",\"url\":\"/list_17_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"伴侣交换\",\"url\":\"/list_18_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠情色\",\"url\":\"/list_19_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奇幻科幻\",\"url\":\"/list_20_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"家庭乱伦\",\"url\":\"/list_21_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"性爱调教\",\"url\":\"/list_22_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"粗野性交\",\"url\":\"/list_23_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"多人群交\",\"url\":\"/list_24_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"教师学生\",\"url\":\"/list_25_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古典情色\",\"url\":\"/list_26_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史情色\",\"url\":\"/list_27_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同性情色\",\"url\":\"/list_28_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市生活\",\"url\":\"/list_29_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"乡间记趣\",\"url\":\"/list_30_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"疯狂暴露\",\"url\":\"/list_31_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"午夜怪谈\",\"url\":\"/list_32_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏乐园\",\"url\":\"/list_33_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"医生护士\",\"url\":\"/list_34_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奇遇物语\",\"url\":\"/list_35_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"左邻右舍\",\"url\":\"/list_36_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同事之间\",\"url\":\"/list_37_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"旅游纪事\",\"url\":\"/list_38_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"纯洁恋情\",\"url\":\"/list_39_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"明星系列\",\"url\":\"/list_40_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"意外收获\",\"url\":\"/list_41_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"忘年之乐\",\"url\":\"/list_42_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"另类其他\",\"url\":\"/list_43_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"知识技巧\",\"url\":\"/list_44_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"情欲性爱\",\"url\":\"/list_45_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"经典激情\",\"url\":\"/list_46_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"近亲乱伦\",\"url\":\"/list_47_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"人妻美妇\",\"url\":\"/list_48_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"学生校园\",\"url\":\"/list_49_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"职业制服\",\"url\":\"/list_50_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"粗暴性爱\",\"url\":\"/list_51_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"情色武侠\",\"url\":\"/list_52_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1671551896879,
    "respondTime": 11870,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "class.s-tab-main@all"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "class.ucontent@li",
      "bookUrl": "a.0@href##$##,{\"webView\":true}",
      "coverUrl": "",
      "intro": "class.description@text",
      "name": "class.title@text"
    },
    "ruleToc": {
      "chapterList": "class.content-title@div.-1",
      "chapterName": "text"
    },
    "searchUrl": "/list-{{key}}_{{page}}.html",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣中文/爱笔楼",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ibiquzw.org",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1779,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1716100745758,
    "respondTime": 5772,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": "id.content@html##.*无广告！|章节错误.*",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##{{try{chapter.title}catch(e){\"\"} }}|\n\\(第\\d+.+页\\)"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "name": ""
    },
    "ruleSearch": {
      "author": ".s4 > a.0@text",
      "bookList": "class.novelslist2@tag.ul@tag.li!0",
      "bookUrl": ".s2 > a.0@href",
      "checkKeyWord": "我的",
      "kind": "",
      "lastChapter": ".s3 > a.0@text",
      "name": ".s2 > a.0@text"
    },
    "ruleToc": {
      "chapterList": "dt:nth-of-type(2) ~ DD",
      "chapterName": "a.0@text",
      "chapterUrl": "a.0@href"
    },
    "searchUrl": "/search.html?name={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "🎉 笔趣阁⑧④",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.mcmssc.com",
    "bookUrlPattern": "https://www.mcmssc.com/\\d+_\\d+",
    "customButton": false,
    "customOrder": 1780,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻奇幻::/xuanhuanxiaoshuo/1_{{page}}.html\n修真仙侠::/xiuzhenxiaoshuo/2_{{page}}.html\n都市青春::/dushixiaoshuo/3_{{page}}.html\n历史穿越::/chuanyuexiaoshuo/4_{{page}}.html\n网游竞技::/wangyouxiaoshuo/5_{{page}}.html\n科幻灵异::/kehuanxiaoshuo/6_{{page}}.html\n其它小说::/qitaxiaoshuo/7_{{page}}.html",
    "lastUpdateTime": 1731788468514,
    "loginUrl": "{\n  \"url\": \"null\"\n}",
    "respondTime": 5342,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@tag.a@text",
      "coverUrl": "id.fmimg@img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "class.con_top@tag.a.1@text&&\nid.info@tag.p.2@text##最后更新：",
      "lastChapter": "id.info@tag.p.3@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 |百度搜索.*",
      "name": "id.info@h1@text"
    },
    "ruleContent": {
      "content": "id.content@textNodes##天才一秒记住.*com|章节错误.*耐心等待。|.*无广告！|断更反馈"
    },
    "ruleExplore": {
      "author": "class.s4@a@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@tag.a@href",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.mcmssc.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "class.s5@text",
      "lastChapter": "class.s3@tag.a@text",
      "name": "class.s2@tag.a@text"
    },
    "ruleSearch": {
      "author": "class.s4@text",
      "bookList": "class.novelslist2@tag.li!0",
      "bookUrl": "class.s2@tag.a@href",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.mcmssc.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "class.s6@text",
      "lastChapter": "class.s3@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 |百度搜索.*",
      "name": "class.s2@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd!0:1:2:3:4:5:6:7:8:9:10:11",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.mcmssc.com/search.html?name={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "🍑笔趣阁⑦",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.yuyougu.com",
    "bookUrlPattern": "http://www.yuyougu.com/xs/\\d+/index.html",
    "customButton": false,
    "customOrder": 1781,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows; U; Windows NT 5.2;. en-US) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 Quark/4.6.6.164\"\n}",
    "lastUpdateTime": 1725650148911,
    "loginUrl": "",
    "respondTime": 41825,
    "ruleBookInfo": {
      "author": "meta[property=\"og:novel:author\"]@content",
      "coverUrl": "meta[property=\"og:image\"]@content",
      "init": "",
      "intro": "meta[property=\"og:description\"]@content",
      "kind": "meta[property=\"og:novel:category\"]@content&&meta[property=\"og:novel:status\"]@content",
      "lastChapter": "meta[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "meta[property=\"og:novel:book_name\"]@content||meta[property=\"og:novel:title\"]@content",
      "tocUrl": "a:contains(查看全部章节)@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.txtContent@textNodes",
      "imageStyle": "0",
      "nextContentUrl": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "tag.div.3@text",
      "bookList": "class.panel-body@tag.li!0:-1",
      "bookUrl": "tag.div.1@tag.a@href",
      "checkKeyWord": "",
      "coverUrl": "tag.div.1@tag.a@href<js>java.ajax('http://www.yuyougu.com'+result)</js>##:image\"[^\"]+\"([^\"]+)##$1###",
      "intro": "",
      "kind": "tag.div.0@text",
      "lastChapter": "tag.div.2@text",
      "name": "tag.div.1@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "#chapters-list li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://www.yuyougu.com/search.htm?keyword={{key}}&pn={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "阁笔趣",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.gebiqu.com",
    "customButton": false,
    "customOrder": 1782,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻魔法::/xuanhuanmofa/{{page}}.html\n修真小说::/xiuzhenxiaoshuo/{{page}}.html\n都市小说::/dushixiaoshuo/{{page}}.html\n历史军事::/lishijunshi/{{page}}.html\n游戏小说::/youxixiaoshuo/{{page}}.html\n科幻灵异::/kehuanlingyi/{{page}}.html\n同人小说::/tongrenxiaoshuo/{{page}}.html\n女生言情::/nvshengyanqing/{{page}}.html\n综合小说::/zonghexiaoshuo/{{page}}.html\n全本小说::/quanben/{{page}}.html",
    "lastUpdateTime": 1733564546120,
    "respondTime": 3852,
    "ruleBookInfo": {
      "author": "#info@tag.p.0@text##作者：",
      "intro": "id.intro@text",
      "kind": ".con_top@tag.a.-1@text",
      "lastChapter": "#list@tag.dd.0@a@text",
      "name": "h1@text",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "id.content@textNodes##|优质免费.*』|.*免费小说.*|.*全文免费阅读.*|.*精彩小说无弹窗.*|www\\.gebiqu\\.com|.*手机用户请.*|天才壹秒記住.*"
    },
    "ruleExplore": {
      "author": ".s5@text",
      "bookList": "class.l@li",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.a.0@href##.*_(\\d+)(\\d{3})/##http://image.gebiqu.com/$1/$1$2/$1$2s.jpg",
      "intro": "",
      "lastChapter": ".s3@a@text",
      "name": ".s2@a@text",
      "wordCount": ".s3@textNodes"
    },
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "id.nr",
      "bookUrl": "tag.a.1@href##\\d+.html",
      "coverUrl": "tag.a.0@href##.*/(\\d+)(\\d{3}).html##http://image.gebiqu.com/$1/$1$2/$1$2s.jpg",
      "kind": "",
      "lastChapter": "class.even.0@text##最新章节：",
      "name": "tag.a.0@text",
      "wordCount": "class.even.1@text"
    },
    "ruleToc": {
      "chapterList": "#list dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.gebiqu.com/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁🎃#87",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.langrenxiaoshuo.com#🎃",
    "customButton": false,
    "customOrder": 1783,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部小说::https://www.langrenxiaoshuo.com/allbook_17097_{{page}}.html",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 0,
    "respondTime": 11076,
    "ruleBookInfo": {
      "author": ".fix@p.0@text##作者：",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "#content@html##【1】.*【2】.*|\\<.*\\>",
      "nextContentUrl": ".chapterPages@a@href",
      "replaceRegex": "##(?<=[\\u4e00-\\u9fa5]|[，、])[\\n]"
    },
    "ruleExplore": {
      "author": "dt@span@text",
      "bookList": ".item",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "lastChapter": "a.-1@text",
      "name": "dt@a@text"
    },
    "ruleSearch": {
      "author": ".s4@text",
      "bookList": ".txt-list-row5@li!0",
      "bookUrl": "a@href",
      "kind": ".s1@text",
      "name": ".s2@text"
    },
    "ruleToc": {
      "chapterList": ".section-list.1@li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/s.php?action=search,{\n  \"body\": \"objectType=2&wd={{key}}\",\n  \"method\": \"POST\",\n  \"charset\": \"GB2312\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁🎃#33",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.biquluo.com#🎃",
    "bookUrlPattern": "http://www.biquluo.com/\\d+/\\d+/",
    "customButton": false,
    "customOrder": 1784,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/xuanhuan_{{page}}.html\n仙侠小说::/xianxia_{{page}}.html\n都市小说::/dushi_{{page}}.html\n历史小说::/lishi_{{page}}.html\n网游小说::/wangyou_{{page}}.html\n科幻小说::/kehuan_{{page}}.html\n灵异小说::/lingyi_{{page}}.html\n其它小说::/qita_{{page}}.html",
    "lastUpdateTime": 0,
    "loginUrl": "{\n  \"url\": \"null\"\n}",
    "respondTime": 3531,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text",
      "coverUrl": "id.fmimg@img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "id.info@tag.p.2@text##最后更新：",
      "lastChapter": "id.info@tag.p.3@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 |卷1 ",
      "name": "id.info@tag.h1@text",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@html##一秒记住.*无弹窗免费阅读！|笔趣阁.*最新章节！|一秒记住【笔趣阁　】|手机用户请浏.*阅读体验。|天才一秒记住本.*无广告！|章节错误.*请耐心等待。"
    },
    "ruleExplore": {
      "author": "class.s4@tag.a@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@tag.a@href",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.biquluo.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": "",
      "kind": "class.s5@text",
      "lastChapter": "class.s3@tag.a@text",
      "name": "class.s2@tag.a@text"
    },
    "ruleSearch": {
      "author": "class.s4@text",
      "bookList": "class.novelslist2@tag.li",
      "bookUrl": "class.s2@tag.a@href",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.biquluo.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "class.s1@text&&\nclass.s7@text",
      "lastChapter": "class.s3@tag.a@text##免费章节 |正文卷 |正文 |VIP章节|卷1",
      "name": "class.s2@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text##【求收藏！】|（.*）",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.biquluo.com/search.html?name={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁#85",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.ibiquzw.info#",
    "bookUrlPattern": "http://m.ibiquzw.info/[\\d_]+/",
    "customButton": false,
    "customOrder": 1785,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部::/xclass/0/{{page}}.html\n玄幻奇幻::/xclass/1/{{page}}.html\n修真仙侠::/xclass/2/{{page}}.html\n都市青春::/xclass/3/{{page}}.html\n历史军事::/xclass/4/{{page}}.html\n网游竞技::/xclass/5/{{page}}.html\n科幻灵异::/xclass/6/{{page}}.html\n其它::/xclass/7/{{page}}.html\n全本::/quanben0_{{page}}.html\n其它::/quanben7_{{page}}.html\n玄幻奇幻::/quanben1_{{page}}.html\n修真仙侠::/quanben2_{{page}}.html\n都市青春::/quanben3_{{page}}.html\n历史军事::/quanben4_{{page}}.html\n网游竞技::/quanben5_{{page}}.html\n科幻灵异::/quanben6_{{page}}.html",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1716226319821,
    "loginUrl": "",
    "respondTime": 4520,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#chaptercontent@textNodes",
      "imageStyle": "",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##{{try{chapter.title}catch(e){\"\"} }}|\n\\(第\\d+.+页\\)",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "p.author@text",
      "bookList": ".hot_sale",
      "bookUrl": "a@href",
      "coverUrl": "img@data-original",
      "intro": "p.-1@text##简介：",
      "kind": ".score@text",
      "lastChapter": "",
      "name": "p.title@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "p.author a.1@text",
      "bookList": ".hot_sale",
      "bookUrl": "a.0@href",
      "coverUrl": "",
      "intro": "",
      "kind": "p.-1@textNodes##\\|.*\\s##,",
      "lastChapter": "a.-1@text",
      "name": "p.title@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "#chapterlist p!0@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://m.ibiquzw.info/SearchBook.php?keyword={{key}}",
    "weight": 1
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "🎉 笔趣阁mcmssc",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.mcmssc.com",
    "bookUrlPattern": "https://www.mcmssc.com/\\d+_\\d+",
    "customButton": false,
    "customOrder": 1786,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1631072131222,
    "respondTime": 2794,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@tag.a@text",
      "coverUrl": "id.fmimg@img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "class.con_top@tag.a.1@text&&\nid.info@tag.p.2@text##最后更新：",
      "lastChapter": "id.info@tag.p.3@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 |百度搜索.*",
      "name": "id.info@h1@text"
    },
    "ruleContent": {
      "content": "id.content@textNodes##天才一秒记住.*com|章节错误.*耐心等待。|.*无广告！|断更反馈"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.s4@text",
      "bookList": "class.novelslist2@tag.li!0",
      "bookUrl": "class.s2@tag.a@href",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.mcmssc.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "class.s6@text",
      "lastChapter": "class.s3@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 |百度搜索.*",
      "name": "class.s2@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd!0:1:2:3:4:5:6:7:8:9:10:11",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.mcmssc.com/search.html?name={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "🎉 笔趣阁⑦⑦",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.biquluo.com",
    "bookUrlPattern": "http://www.biquluo.com/\\d+/\\d+",
    "customButton": false,
    "customOrder": 1787,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/xuanhuan_{{page}}.html\n仙侠小说::/xianxia_{{page}}.html\n都市小说::/dushi_{{page}}.html\n历史小说::/lishi_{{page}}.html\n网游小说::/wangyou_{{page}}.html\n科幻小说::/kehuan_{{page}}.html\n灵异小说::/lingyi_{{page}}.html\n其它小说::/qita_{{page}}.html",
    "lastUpdateTime": 1624804671764,
    "loginUrl": "{\n  \"url\": \"null\"\n}",
    "respondTime": 2516,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text",
      "coverUrl": "id.fmimg@img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "id.info@tag.p.2@text##最后更新：",
      "lastChapter": "id.info@tag.p.3@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 |卷1 ",
      "name": "id.info@tag.h1@text",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@html##一秒记住.*无弹窗免费阅读！|笔趣阁.*最新章节！|一秒记住【笔趣阁　】|手机用户请浏.*阅读体验。|天才一秒记住本.*无广告！|章节错误.*请耐心等待。"
    },
    "ruleExplore": {
      "author": "class.s4@tag.a@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@tag.a@href",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.biquluo.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": "",
      "kind": "class.s5@text",
      "lastChapter": "class.s3@tag.a@text",
      "name": "class.s2@tag.a@text"
    },
    "ruleSearch": {
      "author": "class.s4@text",
      "bookList": "class.novelslist2@tag.li",
      "bookUrl": "class.s2@tag.a@href",
      "coverUrl": "class.s2@tag.a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.biquluo.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "class.s1@text&&\nclass.s7@text",
      "lastChapter": "class.s3@tag.a@text##免费章节 |正文卷 |正文 |VIP章节|卷1",
      "name": "class.s2@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text##【求收藏！】|（.*）",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.biquluo.com/search.html?name={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.biquluo.info",
    "customButton": false,
    "customOrder": 1788,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::https://www.biquluo.info/xiaoshuodaquan/1.html\n仙侠小说::https://www.biquluo.info/xiaoshuodaquan/2.html\n都市小说::https://www.biquluo.info/xiaoshuodaquan/3.html\n历史小说::https://www.biquluo.info/xiaoshuodaquan/4.html\n网游小说::https://www.biquluo.info/xiaoshuodaquan/5.html\n科幻小说::https://www.biquluo.info/xiaoshuodaquan/6.html\n灵异小说::https://www.biquluo.info/xiaoshuodaquan/7.html\n其它小说::https://www.biquluo.info/xiaoshuodaquan/8.html",
    "lastUpdateTime": 1734981621012,
    "respondTime": 18447,
    "ruleBookInfo": {
      "author": "//p[1]/a/text()",
      "coverUrl": "//div[@id='fmimg']/img/@src",
      "intro": "//div[@id='intro']/text()",
      "kind": "//div[@id='info']/p[3]/text()",
      "lastChapter": "//div[@id='info']/p[4]/a/text()",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "//div[@id='content']/text()"
    },
    "ruleExplore": {
      "bookList": "//div[@class='novellist']/ul/li",
      "bookUrl": "/a/@href",
      "name": "/a/text()"
    },
    "ruleSearch": {
      "author": "/span[3]/a/text()",
      "bookList": "//div[@class=\"novelslist2\"]/ul/li[position() > 1]",
      "bookUrl": "/span[2]/a/@href",
      "kind": "/span[5]/text()",
      "lastChapter": "/span[4]/a/text()",
      "name": "/span[2]/a/text()"
    },
    "ruleToc": {
      "chapterList": "//div[@id='list']/dl/dd[position()>=13]",
      "chapterName": "/a/text()",
      "chapterUrl": "/a/@href"
    },
    "searchUrl": "https://www.biquluo.info/search.html?name={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃笔尖中文🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.badaoge.org#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1789,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\n    java.toast(\"正在努力加载中，请稍后\");\nvar sort = [];\nvar push = (title, url, type1, type2) => {\n    sort.push({\n        title: title,\n        url: url,\n        style: {\n            layout_flexGrow: type1,\n            layout_flexBasisPercent: type2\n        }\n    });\n};\nvar sites = [{\n        u: \"http://m.badaoge.org/list.html\",\n        ti: \"༺ˇ»`全部分类´«ˇ༻\",\n        reb: /\\/(.*)\\/(.*)\\/(\\d+)\\.html/,\n        rea: \"/$1/$2/{{page}}.html\"\n    },\n    {\n        u: \"http://m.badaoge.org/top.html\",\n        ti: \"༺ˇ»`全部排行´«ˇ༻\",\n        reb: /\\/(.*)-(.*)-(\\d+)\\//,\n        rea: \"/$1-$2-{{page}}/\"\n    }];\nfor (var site of sites) {\n    var o = org.jsoup.Jsoup.parse(java.ajax(site.u));\n    var s = o.select('div.content a');\n    push(site.ti, \"\", \"1\", \"1\");\n    for (var i = 0; i < s.size(); i++) {\n        var urls = String(s[i].attr(\"href\")).replace(site.reb,site.rea);\n        if (i + 1 <= s.length - s.length % 3) {\n            push(s[i].text(), urls, \"1\", \"0.25\")\n        } else {\n        push(s[i].text(), urls, \"-1\", \"0.29\")\n        }\n    }\n}\npush(\"༺ˇ»`全本小说´«ˇ༻\", `/wanben/1_{{page}}/`, \"1\", \"1\")\nJSON.stringify(sort);",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; U; Android 13; zh-Hans-CN; PFJM10 Build/TP1A.220905.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/100.0.4896.58 Quark/6.13.6.581 Mobile Safari/537.36\",\"Accept-Language\":\"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"}",
    "lastUpdateTime": 0,
    "respondTime": 17241,
    "ruleBookInfo": {
      "author": "a",
      "coverUrl": "c",
      "init": "@js:\nX = (x) => java.getString(x);\n({\n    n: X(\"[property$=book_name]@content\"),\n    a: X(\"[property$=author]@content\"),\n    k: X(\"[property~=category|status|update_time]@content\\#\\#T\\#\\#&nbsp;&nbsp;\"),\n    l: X(\"[property~=las?test_chapter_name]@content\"),\n    i: X(\"[property$=description]@content\\#\\#简介[：:]\"),\n    c: X(\"[property$=image]@content\")\n});",
      "intro": "i",
      "kind": "k",
      "lastChapter": "l",
      "name": "n"
    },
    "ruleContent": {
      "content": "#nr1@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##(\\(|\\（)本章.*阅读(\\)|\\）)|最新网址.*org|{{chapter.title}}|(\\(|\\（)第.*页(\\)|\\）)"
    },
    "ruleExplore": {
      "author": "text##\\[(.*?)\\](.*?)\\/(.*?)##$3",
      "bookList": "p.line",
      "bookUrl": "a@href",
      "coverUrl": "a@href\n<js>\nvar id = result.match(/(\\d+)/)[1];\nvar iid = parseInt(id/1000);\n'http://m.badaoge.org/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "text##\\[(.*?)\\](.*?)\\/(.*?)##$1###",
      "name": "text##\\[(.*?)\\](.*?)\\/(.*?)##$2###"
    },
    "ruleSearch": {
      "author": "text.作者@text##作者[：:]",
      "bookList": ".block",
      "bookUrl": ".block_txt a.1@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "kind": "text.分类@text##分类[：:]",
      "lastChapter": ".block_txt a.2@text",
      "name": ".block_txt a.1@text"
    },
    "ruleToc": {
      "chapterList": ".chapter li a",
      "chapterName": "text\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(\\{（｛【].*[求含理更谢乐发推票盟补加字Kk\\/].*/g,'')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(第.+章)\\s?\\d+/,'$1')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}/search.php,{\n\"method\": \"POST\",\n\"body\": \"searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "🎃笔趣阁🎃#87",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.xxxbiquge.info#🎃",
    "customButton": false,
    "customOrder": 1790,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\n    java.toast(\"正在努力加载中，请稍后\");\n    \nvar sort = [];\nvar push = (title, url, type1, type2) => {\n    sort.push ({\n        title: title,\n        url: url,\n        style: {\n            layout_flexGrow: type1,\n            layout_flexBasisPercent: type2\n        }\n    });\n};\n\nvar x = [{\n        u: \"http://m.xxxbiquge.info/xclass/0/1.html\",\n        ti: \"༺ˇ»`类型分类´«ˇ༻\",\n        reb: /(\\d+)\\.html/,\n        rea: \"{{page}}.html\"\n    },\n    {\n        u: \"http://m.xxxbiquge.info/quanben.html\",\n        ti: \"༺ˇ»`全本分类´«ˇ༻\",\n        reb: /(.*)\\.html/,\n        rea: \"$1_{{page}}.html\"\n    },\n    {\n        u: \"http://m.xxxbiquge.info/ph/week.html\",\n        ti: \"༺ˇ»`周榜´«ˇ༻\",\n        reb: /(.*)\\.html/,\n        rea: \"$1_{{page}}.html\"\n    },\n    {\n        u: \"http://m.xxxbiquge.info/ph/month0.html\",\n        ti: \"༺ˇ»`月榜´«ˇ༻\",\n        reb: /(.*)\\.html/,\n        rea: \"$1_{{page}}.html\"\n    },\n    {\n        u: \"http://m.xxxbiquge.info/ph/all0.html\",\n        ti: \"༺ˇ»`总榜´«ˇ༻\",\n        reb: /(.*)\\.html/,\n        rea: \"$1_{{page}}.html\"\n    }];\n    \nx.forEach (i => {\n    var o = org.jsoup.Jsoup.parse(java.ajax(i.u));\n    var s = o.select('nav.sortChannel_nav>a');\n    push(i.ti, \"\", 1, 1);\n    s.forEach(j => {\n        var url = String (j.attr(\"href\")).replace(i.reb,i.rea);\n        push(j.text(), url, 1, 0.25)\n    })\n});\n\nJSON.stringify(sort);",
    "lastUpdateTime": 0,
    "respondTime": 5687,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content##(^|[。！？]+[”」）】]?)##$1<br>\n<js>result</js>##\\\\n",
      "kind": "[property~=category|status|update_time]@content&&text.状态@text##状态：",
      "lastChapter": "[property$=latest_chapter_name]@content##正文卷.|正文.|VIP章节.|免费章节.|VIP卷.|默认卷.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加].*?[】）\\)]",
      "name": "[property$=book_name]@content",
      "tocUrl": "text.章节列表@href"
    },
    "ruleContent": {
      "content": "#chaptercontent@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##(第\\s*[零一二三四五六七八九十百千\\d]+\\s*[章节]?[、.]?\\s*|\\d+\\s*|[零一二三四五六七八九十]+\\s*)(.*?)\\s*[（(]第.*页[)）]|（本章未完.*继续阅读）|第.+卷_?|（粉嫩.*求支持！）"
    },
    "ruleExplore": {
      "author": ".author a.1@text",
      "bookList": "#main>div",
      "bookUrl": ".detail a@href",
      "coverUrl": "img@data-original",
      "intro": ".review@ownText##简介[：:]|\\\\n",
      "name": ".title@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".slide-item.list1 div",
      "bookUrl": "a.0@href",
      "kind": "p.-1@ownText##\\|\\s*最近更新[：:]",
      "lastChapter": "a.-1@text",
      "name": "a p@text"
    },
    "ruleToc": {
      "chapterList": "#chapterlist>p:nth-child(n+2)>a",
      "chapterName": "text\n@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(\\{（｛【].*[求含理更谢乐发推票盟补加字Kk\\/].*/g,'')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(第.+章)\\s?\\d+/,'$1')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/^(第)?([零一二两三四五六七八九十百千]+).+第/,'第')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "chapterUrl": "href"
    },
    "searchUrl": "{{url=source.getKey();\ncookie.removeCookie(url)\njava.ajax(url).match(/action=\"(.+?)\"/)[1]}},{\n\"method\": \"POST\",\n\"body\": \"keyword={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "🎃笔趣阁🎃#88",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.biquluo.info#🎃",
    "customButton": false,
    "customOrder": 1791,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::https://www.biquluo.info/xiaoshuodaquan/1.html\n仙侠小说::https://www.biquluo.info/xiaoshuodaquan/2.html\n都市小说::https://www.biquluo.info/xiaoshuodaquan/3.html\n历史小说::https://www.biquluo.info/xiaoshuodaquan/4.html\n网游小说::https://www.biquluo.info/xiaoshuodaquan/5.html\n科幻小说::https://www.biquluo.info/xiaoshuodaquan/6.html\n灵异小说::https://www.biquluo.info/xiaoshuodaquan/7.html\n其它小说::https://www.biquluo.info/xiaoshuodaquan/8.html",
    "lastUpdateTime": 0,
    "respondTime": 16283,
    "ruleBookInfo": {
      "author": "//p[1]/a/text()",
      "coverUrl": "//div[@id='fmimg']/img/@src",
      "intro": "//div[@id='intro']/text()",
      "kind": "//div[@id='info']/p[3]/text()",
      "lastChapter": "//div[@id='info']/p[4]/a/text()",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "//div[@id='content']/text()"
    },
    "ruleExplore": {
      "bookList": "//div[@class='novellist']/ul/li",
      "bookUrl": "/a/@href",
      "name": "/a/text()"
    },
    "ruleSearch": {
      "author": "/span[3]/a/text()",
      "bookList": "//div[@class=\"novelslist2\"]/ul/li[position() > 1]",
      "bookUrl": "/span[2]/a/@href",
      "kind": "/span[5]/text()",
      "lastChapter": "/span[4]/a/text()",
      "name": "/span[2]/a/text()"
    },
    "ruleToc": {
      "chapterList": "//div[@id='list']/dl/dd[position()>=13]",
      "chapterName": "/a/text()",
      "chapterUrl": "/a/@href"
    },
    "searchUrl": "https://www.biquluo.info/search.html?name={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "🎃笔趣阁🎃#86",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xuanyge.net#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1792,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻\",\"url\":\"/sort1/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/sort2/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/sort3/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/sort4/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/sort5/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"穿越\",\"url\":\"/sort6/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/sort7/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"恐怖\",\"url\":\"/sort8/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"校园\",\"url\":\"/sort9/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"异界\",\"url\":\"/sort10/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"全本\",\"url\":\"/quanben/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1720893169674,
    "loginUrl": "",
    "respondTime": 2350,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property$=latest_chapter_name]@content##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "[property$=book_name]@content",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "#content@textNodes",
      "imageStyle": "0",
      "replaceRegex": "##随机推荐.*|.*精华书阁.*|为您提供.*好书签.|.*免费阅读.|.*最快更新.*|\\(本章未完.*\\)"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.1@text",
      "bookList": "#sitebox dl",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "dd.3@text",
      "kind": "span.2:0@text",
      "lastChapter": "a.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.1@text",
      "wordCount": "span.3@text"
    },
    "ruleToc": {
      "chapterList": "#readerlist li a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?s={{key}}&searchtype=articlename",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁#43",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.ibiquzw.info",
    "bookUrlPattern": "http://m.ibiquzw.info/[\\d_]+/",
    "customButton": false,
    "customOrder": 1793,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部::/xclass/0/{{page}}.html\n玄幻奇幻::/xclass/1/{{page}}.html\n修真仙侠::/xclass/2/{{page}}.html\n都市青春::/xclass/3/{{page}}.html\n历史军事::/xclass/4/{{page}}.html\n网游竞技::/xclass/5/{{page}}.html\n科幻灵异::/xclass/6/{{page}}.html\n其它::/xclass/7/{{page}}.html\n全本::/quanben0_{{page}}.html\n其它::/quanben7_{{page}}.html\n玄幻奇幻::/quanben1_{{page}}.html\n修真仙侠::/quanben2_{{page}}.html\n都市青春::/quanben3_{{page}}.html\n历史军事::/quanben4_{{page}}.html\n网游竞技::/quanben5_{{page}}.html\n科幻灵异::/quanben6_{{page}}.html",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1720605739000,
    "respondTime": 1532,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": "#chaptercontent@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##{{try{chapter.title}catch(e){\"\"} }}|\n\\(第\\d+.+页\\)"
    },
    "ruleExplore": {
      "author": "p.author@text",
      "bookList": ".hot_sale",
      "bookUrl": "a@href",
      "coverUrl": "img@data-original",
      "intro": "p.-1@text##简介：",
      "kind": ".score@text",
      "name": "p.title@text"
    },
    "ruleSearch": {
      "author": "p.author a.1@text",
      "bookList": ".hot_sale",
      "bookUrl": "a.0@href",
      "checkKeyWord": "剑来",
      "kind": "p.-1@textNodes##\\|.*\\s##,",
      "lastChapter": "a.-1@text",
      "name": "p.title@text"
    },
    "ruleToc": {
      "chapterList": "#chapterlist p!0@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://m.ibiquzw.info/SearchBook.php?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "🎃笔趣阁🎃#20",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.xbiquzw.net#🎃",
    "customButton": false,
    "customOrder": 1794,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 3556,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property$=category]@content&&[property$=status]@content&&[property$=update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "[property$=read_url]@content"
    },
    "ruleContent": {
      "content": "#nr@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##.*请点击下一页继续.*|.*第.*页.*|笔.*?趣.*?阁.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": ".bookone",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "lastChapter": "a.1@text",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": ".chapter@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "http://wap.xbiquzw.net/modules/article/search.php,{\n  \"body\": \"s=3058705213638573686&&submit=&&q={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "//By情无羁25.02.03",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁(免费小说)",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.langrenxiaoshuo.com",
    "customButton": false,
    "customOrder": 1795,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部小说::https://www.langrenxiaoshuo.com/allbook_17097_{{page}}.html",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1738837775192,
    "respondTime": 15185,
    "ruleBookInfo": {
      "author": ".fix@p.0@text##作者：",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "#content@html##【1】.*【2】.*|\\<.*\\>",
      "nextContentUrl": ".chapterPages@a@href",
      "replaceRegex": "##(?<=[\\u4e00-\\u9fa5]|[，、])[\\n]"
    },
    "ruleExplore": {
      "author": "dt@span@text",
      "bookList": ".item",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "lastChapter": "a.-1@text",
      "name": "dt@a@text"
    },
    "ruleSearch": {
      "author": ".s4@text",
      "bookList": ".txt-list-row5@li!0",
      "bookUrl": "a@href",
      "kind": ".s1@text",
      "name": ".s2@text"
    },
    "ruleToc": {
      "chapterList": ".section-list.1@li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/s.php?action=search,{\n  \"body\": \"objectType=2&wd={{key}}\",\n  \"method\": \"POST\",\n  \"charset\": \"GB2312\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.xbiquwx.la/#",
    "bookUrlPattern": "https://www.biquwx.la/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 1796,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/list/1_{{page}}.html\n修真小说::/list/2_{{page}}.html\n都市小说::/list/3_{{page}}.html\n穿越小说::/list/4_{{page}}.html\n网游小说::/list/5_{{page}}.html\n科幻小说::/list/6_{{page}}.html",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\"\n}",
    "lastUpdateTime": 1734839185292,
    "loginUrl": "",
    "respondTime": 4968,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作 者:",
      "coverUrl": "id.fmimg@tag.img@src",
      "intro": "id.intro@tag.p.0@text",
      "kind": "id.info@tag.p.1@text&&\nid.info@tag.p.2@text##类 别:|最后更新 :",
      "lastChapter": "id.info@tag.p.3@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "id.info@h1@text"
    },
    "ruleContent": {
      "content": "id.content@textNodes"
    },
    "ruleExplore": {
      "author": "class.s4@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "class.s2@a@href<js>\nvar id = result.match(/_(\\d+)/)[1];\nvar iid = parseInt(id/1000);\n'https://www.xbiquwx.la/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "class.s5@text",
      "lastChapter": "class.s3@a@text",
      "name": "class.s2@a@text"
    },
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.odd.0@tag.a@href",
      "coverUrl": "class.odd.0@tag.a@href<js>\nvar id = result.match(/_(\\d+)/)[1];\nvar iid = parseInt(id/1000);\n'https://www.xbiquwx.la/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "class.even.0@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.odd.0@tag.a@text",
      "wordCount": "class.even.1@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.xbiquwx.la/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣阁子",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.kshuwx.com#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1797,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1721150060234,
    "loginUrl": "",
    "respondTime": 655,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作    者：",
      "coverUrl": "id.fmimg@tag.img@src",
      "intro": "id.list@tag.p.0@text",
      "kind": "id.info@tag.p.3@text##更新时间：",
      "lastChapter": "@css:[property=og:novel:latest_chapter_name]@content##免费章节 |正文卷 |正文 |VIP章节|卷1",
      "name": "id.info@tag.h1.0@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleContent": {
      "content": "class.content@html##您可以在百度里.*查找最新章节！|一秒记住.*无弹窗免费阅读！|百度搜索笔趣.*小说免费阅读。|高速文字手打.*http.*biquge.*",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "",
      "lastChapter": "tag.td.1@tag.a@text##免费章节 |正文卷 |正文 |VIP章节|卷1",
      "name": "tag.td.0@tag.a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃笔仙阁子🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://209.74.107.162#🎃",
    "bookUrlPattern": "https://209.74.107.162/\\w.+/\\d+",
    "customButton": false,
    "customOrder": 1798,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "————————🧊分类小说🧊————————\n都市言情::/dsyq/<,index_{{page}}.html>\n武侠修真::/wxxz/<,index_{{page}}.html>\n玄幻奇幻::/xhqh/<,index_{{page}}.html>\n穿越架空::/cyjk/<,index_{{page}}.html>\n科幻竞技::/khjj/<,index_{{page}}.html>\n鬼话悬疑::/ghxy/<,index_{{page}}.html>\n军事历史::/jsls/<,index_{{page}}.html>\n官场商战::/guanchang/<,index_{{page}}.html>\n乡土风情::/xtfq/<,index_{{page}}.html>\n耽美小说::/dmtr/<,index_{{page}}.html>\n同人小说::/trxs/<,index_{{page}}.html>\n精品小说::/jqxs/<,index_{{page}}.html>\n排行榜::/sort/<,index_{{page}}.html>",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 10;  Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Mobile Safari/537.36\"}",
    "lastUpdateTime": 0,
    "loginCheckJs": "cookie.removeCookie(source.getKey())\nresult",
    "respondTime": 5902,
    "ruleBookInfo": {
      "author": ".descTip@span.2@text",
      "coverUrl": "img@src",
      "intro": ".descInfo@p@text",
      "kind": ".descTip@span.0:1:3@text##.*：|.*：|.*：",
      "name": ".desc@h1@text",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "class.content@p@html",
      "nextContentUrl": "text.下一节@href"
    },
    "ruleExplore": {
      "author": ".tips@span.0@text",
      "bookList": ".clearfix@li",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": ".descript@a@text",
      "kind": ".tips@span.1:2@text",
      "name": ".title@a@text"
    },
    "ruleSearch": {
      "bookList": ".clearfix@li",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "intro": ".descript@a@text",
      "kind": ".tips@span.0:1@text##[大小：时间：]",
      "name": ".title@a@text"
    },
    "ruleToc": {
      "chapterList": "class.catalog@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://209.74.107.162/e/search/indexpage.php,{\n  \"body\": \"keyboard={{key}}&show=title&classid=0\",\n  \"method\": \"POST\",\n  \"charset\": \"GBK\"\n}\n@js:\nso = String(result).replace(\"{{key}}\", key);\nvar url = java.connect(so)\n.raw().request().url();\nString(url).replace(/result.*searchid/,\n\t\"result/index.php?page={{page-1}}&searchid\");",
    "weight": 0
  },
  {
    "bookSourceComment": "\"error:Unabletoresolvehost\"www.po18yq.com\":Noaddressassociatedwithhostname\n\"",
    "bookSourceGroup": "🔞",
    "bookSourceName": "PO脸红心跳②",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.poyq.com已整理",
    "bookUrlPattern": "已校验",
    "customButton": false,
    "customOrder": 1799,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "最近更新::https://www.po18yq.com/paihang/lastupdate_{{page}}.html\n最新入库::https://www.po18yq.com/paihang/postdate_{{page}}.html\n总排行榜::https://www.po18yq.com/paihang/allvisit_{{page}}.html\n总推荐榜::https://www.po18yq.com/paihang/allvote_{{page}}.html\n总收藏榜::https://www.po18yq.com/paihang/goodnum_{{page}}.html\n总字数榜::https://www.po18yq.com/paihang/size_{{page}}.html\n玄幻奇幻::https://www.po18yq.com/xuanhuan_{{page}}.html\n武侠仙侠::https://www.po18yq.com/wuxia_{{page}}.html\n都市言情::https://www.po18yq.com/dushi_{{page}}.html\n科幻网游::https://www.po18yq.com/kehuan_{{page}}.html\n惊悚悬疑::https://www.po18yq.com/jingsong_{{page}}.html\n耽美同人::https://www.po18yq.com/danmei_{{page}}.html\n穿越架空::https://www.po18yq.com/chuanyue_{{page}}.html\n浓情纯爱::https://www.po18yq.com/nongqing_{{page}}.html\n百合优美::https://www.po18yq.com/baihe_{{page}}.html\n精品文学::https://www.po18yq.com/qita_{{page}}.html",
    "lastUpdateTime": 1632714401326,
    "loginUrl": "",
    "respondTime": 34914,
    "ruleBookInfo": {
      "coverUrl": "class.l@img@src",
      "intro": "class.p3@textNodes",
      "kind": "class.topmenuchaptermenu@span@a@text",
      "lastChapter": "class.p4@a@text"
    },
    "ruleContent": {
      "content": "id.content@p@html##喜欢请大家收藏.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@a@text||class.p2@a@text",
      "bookList": "class.lists@li||class.listcon@li",
      "bookUrl": "a@href",
      "coverUrl": "tag.a.0@href##.*/(\\d+)/(\\d+)/##http://img.po18yq.com/image/$1/$2/$2s.jpg",
      "intro": "class.p3@textNodes",
      "kind": "class.sortname@text||class.articlename@span@text##\\[|]",
      "lastChapter": "class.lastchapter@a@text",
      "name": "class.articlename@a@text"
    },
    "ruleToc": {
      "chapterList": "class.chapterlist@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.po18yq.com/modules/article/search.php?searchkey={{key}}&t_btnsearch=&page={{page}},{\n\"charset\":\"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "🔰 笔趣阁¹",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.xbiqugu.net",
    "bookUrlPattern": "https?://wap.ibiquges.*wapbook.+html",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 1800,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/wapsort/1_{{page}}/\n仙侠::/wapsort/2_{{page}}/\n都市::/wapsort/3_{{page}}/\n历史::/wapsort/4_{{page}}/\n网游::/wapsort/5_{{page}}/\n科幻::/wapsort/6_{{page}}/\n其他::/wapsort/7_{{page}}/\n全本::/wapfull/{{page}}.html",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1719622518397,
    "respondTime": 19138,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\n\ta:\"[property$=author]@content\",\nk:\"[property~=status|update_time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": "#nr1@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##{{chapter.title}} |\\(第.*页\\)|（本章未完.+继续阅读）|最新网址.+(info|com)?",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "ownText##.*\\/",
      "bookList": ".line",
      "bookUrl": "a@href",
      "coverUrl": "@js:'https://www.ibiquges.com/modules/article/images/nocover.jpg'",
      "kind": "ownText##\\[|\\].*",
      "name": "a@text"
    },
    "ruleSearch": {
      "author": "p.3@text##作者：",
      "bookList": ".block",
      "bookUrl": "a.1@href",
      "checkKeyWord": "剑来",
      "coverUrl": "img@src",
      "kind": "p.2@text##分类：",
      "lastChapter": "a.-1@text",
      "name": "h2@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "ul.1@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "isPay": "",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "{{java.connect(source.getKey()).raw().request().url()}}modules/article/waps.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "🎃笔趣阁新站🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.hqrgjtcw.com#🎃",
    "customButton": false,
    "customOrder": 1801,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻魔法::/sort/1/{{page}}/\n武侠修真::/sort/2/{{page}}/\n都市言情::/sort/3/{{page}}/\n历史军事::/sort/4/{{page}}/\n科幻灵异::/sort/5/{{page}}/\n游戏竞技::/sort/6/{{page}}/\n女生耽美::/sort/7/{{page}}/\n其他类型::/sort/8/{{page}}/",
    "lastUpdateTime": 0,
    "respondTime": 1889,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "🔔 更新时间：{{@@[property=\"og:novel:update_time\"]@content##\\s##🔸}}\n\n📂 内容简介：{{@@[property=\"og:description\"]@content##.*由作家.*创作，|笔趣阁新站.*章节}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": "#rtext p@html",
      "nextContentUrl": "#linkNext@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author.0@text",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href",
      "coverUrl": "",
      "intro": ".update@textNodes",
      "lastChapter": ".cat a@text",
      "name": "h4@text",
      "wordCount": ".author.1@text##.*："
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\nhttps://www.hqrgjtcw.com/search/,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "笔趣阁",
    "bookSourceName": "笔趣🎈",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xbiquwx.la",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1802,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36\"\n}",
    "lastUpdateTime": 1734942794927,
    "loginUrl": "",
    "respondTime": 3331,
    "ruleBookInfo": {
      "coverUrl": "id.fmimg@tag.img@src",
      "intro": "id.intro@tag.p.0@text",
      "lastChapter": "class.block_txt2@tag.p.6@a@text",
      "name": "class.block_txt2@h2@text",
      "tocUrl": "text.开始阅读@href"
    },
    "ruleContent": {
      "content": "id.content@html##.*readx;?|笔.*fo|笔.*o网"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "tag.tbody@tag.tr!0",
      "bookUrl": "class.odd.0@tag.a@href",
      "coverUrl": "class.odd.0@tag.a@href##.*/(\\d+)_(\\d+)/##/files/article/image/$1/$2/$2s.jpg",
      "kind": "class.even.2@text",
      "lastChapter": "class.even.0@tag.a@text",
      "name": "class.odd.0@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.xbiquwx.la/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃笔下文学🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.bxwx.la#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1803,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 1473,
    "ruleBookInfo": {
      "intro": "@js:(result=result.match(/内容简介[\\s\\S]+?div>([\\s\\S]*?)<br.*?\\n.*?bxwx/))?result[1].replace(/.*?bxwx.*?\\.org/,'<br>'):''",
      "tocUrl": "@js:baseUrl.replace(/binfo/,'b').replace(/(\\d)\\.htm.*/,'$1/')"
    },
    "ruleContent": {
      "content": "id.content@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "tr:has(.odd):lt(6)",
      "bookUrl": "tag.td.0@a@href",
      "coverUrl": "tag.td.0@a@href@js:result.replace(/binfo/,'image').replace(/\\/(\\d+).htm/,'/$1/$1s.jpg')",
      "kind": "tag.td.5@text&&tag.td.3@text@js:result+'字'",
      "lastChapter": "tag.td.1@text",
      "name": "tag.td.0@text"
    },
    "ruleToc": {
      "chapterList": "+@js:\nvar reg=new RegExp(/<dd(.).+?\"(\\d+\\.html)\">(.*?)<\\/a>/g);\nvar list1=[];\nvar list2=[];\nvar tmp,url,name;\nvar i=-1;\nwhile((tmp=reg.exec(result))){\nurl=tmp[2];\nname=tmp[3];\nif(tmp[1].match(/>/)){\ni=i+1;\nlist1.push({name:name,url:url});\n}\nelse\nlist2.push({name:name,url:url});\n\nif(i==1){\ni=-1;\nlist1=list1.concat(list2.reverse());\nlist2=[];\n}\n}\nlist1;",
      "chapterName": "name",
      "chapterUrl": "url"
    },
    "searchUrl": "http://www.bxwx8.la/cse/search?q={{key}}&submit=搜索",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "顶点小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.x23us.us/",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1804,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "Mozilla/5.0 (Linux; Android 11; Redmi K30 Ultra wv) AppleWebKit/605.1.15Z (KHTML, like Gecko) Version/9.2 Chrome/95.0.1020.40 Mobile Safari/604.1 SearchCraft/2.8.2 baiduboxapp/ ",
    "lastUpdateTime": 1733564376284,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 6998,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "name.description@content",
      "kind": "[property=\"og:novel:category\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@textNodes",
      "imageStyle": "0",
      "replaceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.odd.tag.a.1@text",
      "bookList": "id.nr",
      "bookUrl": "tag.a.0@href##$##,{'webView': true}",
      "checkKeyWord": "深空",
      "coverUrl": "",
      "lastChapter": "tag.a.1@text",
      "name": "class.odd.tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.x23us.us/modules/article/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "新御宅屋🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://mm.xyuzhaiwu.xyz#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1805,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36\"\n}",
    "lastUpdateTime": 1721769623784,
    "loginUrl": "",
    "respondTime": 32995,
    "ruleBookInfo": {
      "intro": "pre@textNodes",
      "lastChapter": "class.article_info_td.0@tag.a.1@text",
      "tocUrl": "class.lb_mulu chapterList@tag.li.0@a@href##/novel/(\\d+)/(\\d+).html##https://mm.xyuzhaiwu.xyz/novel/list/$1/1.html"
    },
    "ruleContent": {
      "content": "id.nr1@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "p@strong@text",
      "bookList": "class.common-bookele",
      "bookUrl": "tag.a.0@href",
      "kind": "class.lastupdate@text##栏目：",
      "name": "class.articlename@text"
    },
    "ruleToc": {
      "chapterList": "ul@li!-1@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://mm.xyuzhaiwu.xyz/s.php,{\n  \"method\": \"POST\",\n  \"body\": \"submit=&type=articlename&s={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "顶点小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.x23us.us",
    "bookUrlPattern": "https://www.x23us.com/book/\\d+",
    "customButton": false,
    "customOrder": 1806,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1690774097817,
    "loginUrl": "",
    "respondTime": 1823,
    "ruleBookInfo": {
      "author": "class.fl@tag.td.1@text",
      "coverUrl": "id.fmimg@tag.img.0@src",
      "init": "",
      "intro": "id.intro@text",
      "name": "id.content@tag.h1.0@text##\\s*全文阅读"
    },
    "ruleContent": {
      "content": "id.content@html"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.odd.0@tag.a.0@href",
      "lastChapter": "class.even@tag.a.0@text",
      "name": "class.odd.0@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.x23us.us/modules/article/search.php?q={{key}},{\n  \"charset\": \"utf-8\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "纪念读书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.998ds.net/",
    "customButton": false,
    "customOrder": 1807,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "总收藏::http://www.998ds.net/top11-15-{{page}}.html\n总字数::http://www.998ds.net/top12-15-{{page}}.html\n日排行::http://www.998ds.net/top0-15-{{page}}.html\n周排行::http://www.998ds.net/top1-15-{{page}}.html\n月排行::http://www.998ds.net/top2-15-{{page}}.html\n总排行::http://www.998ds.net/top3-15-{{page}}.html\n日推荐::http://www.998ds.net/top4-15-{{page}}.html\n周推荐::http://www.998ds.net/top5-15-{{page}}.html\n月推荐::http://www.998ds.net/top6-15-{{page}}.html\n总推荐::http://www.998ds.net/top7-15-{{page}}.html\n日收藏::http://www.998ds.net/top8-15-{{page}}.html\n周收藏::http://www.998ds.net/top9-15-{{page}}.html\n月收藏::http://www.998ds.net/top10-15-{{page}}.html\n更新排行::http://www.998ds.net/top13-15-{{page}}.html",
    "header": "{\n\t\"Referer\":\"http://www.998ds.net/\"\n\t}",
    "lastUpdateTime": 1721483481739,
    "respondTime": 54709,
    "ruleBookInfo": {
      "author": "class.info@a.4@text",
      "coverUrl": "img.1@src",
      "init": "",
      "intro": "class.r_cons.0@text##.*简介：",
      "kind": "",
      "lastChapter": "class.list-item@a.-1@text",
      "name": "class.info@a.0@text",
      "tocUrl": "",
      "wordCount": ".txt_nav@a.1@text"
    },
    "ruleContent": {
      "content": "class.content@textNodes"
    },
    "ruleExplore": {
      "bookList": "id.articlelist@ul!0",
      "bookUrl": "a.1@href",
      "kind": "span.0@text&&span.4@text##\\n",
      "name": "span.1@text",
      "wordCount": "span.6@text"
    },
    "ruleSearch": {
      "author": "",
      "bookList": ".list@table",
      "bookUrl": "h3@a@href",
      "checkKeyWord": "",
      "coverUrl": ".cover@img@src",
      "intro": ".intro@text",
      "kind": ".intro@text&&.size@text##赞\\（.*|.*更新\\:",
      "name": "h3@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "ol.1@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://www.998ds.net/search.php?keyword={{key}},{\n  \"charset\": \"GBK\",\n  \"method\": \"GET\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "杰众文学",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.jiezhong.cc",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1808,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1626790051988,
    "loginUrl": "",
    "respondTime": 6842,
    "ruleBookInfo": {
      "author": "class.p_author@tag.a@text",
      "canReName": "",
      "coverUrl": "id.bookimg@tag.img@src",
      "init": "",
      "intro": "tag.p.1@text",
      "kind": "id.count@tag.span.0@text",
      "lastChapter": "",
      "name": "tag.h1@text",
      "tocUrl": "text.目录列表@href",
      "wordCount": "id.count@tag.span.4@text##[Kk]##000"
    },
    "ruleContent": {
      "content": "id.content@textNodes",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "tag.td.1@text",
      "name": "tag.td.0@text",
      "wordCount": "tag.td.3@text##[Kk]##000"
    },
    "ruleToc": {
      "chapterList": "id.readerlist@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "/modules/article/search.php?searchkey={{key}}&searchtype=articlename,{\n  \"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：\n PO文  https://wap.po18.work\n            https://m.ya49.com\n肉肉书 https://wap.rouroushu.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "肉文屋⑥",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.rouwenwu16.com/#🚀",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1809,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\" 排行榜 \",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"总排行\",\"url\":\"/top/allvisit-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"月排行\",\"url\":\"/top/monthvisit-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"总推荐\",\"url\":\"/top/allvote-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"月推荐\",\"url\":\"/top/monthvote-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"总收藏\",\"url\":\"/top/goodnum-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"字数榜\",\"url\":\"/top/size-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"更新榜\",\"url\":\"/top/lastupdate-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"新入库\",\"url\":\"/top/postdate-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"全部分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"校园言情\",\"url\":\"/sort/1-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/sort/2-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古代言情\",\"url\":\"/sort/3-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"罗曼史\",\"url\":\"/sort/4-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"耽美\",\"url\":\"/sort/5-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"百合\",\"url\":\"/sort/6-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"同人\",\"url\":\"/sort/7-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奇幻玄幻\",\"url\":\"/sort/8-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"网游竞技\",\"url\":\"/sort/9-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻异能\",\"url\":\"/sort/10-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"恐怖灵异\",\"url\":\"/sort/11-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"惊悚推理\",\"url\":\"/sort/12-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武侠仙侠\",\"url\":\"/sort/13-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/sort/14-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越重生\",\"url\":\"/sort/15-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"综合其它\",\"url\":\"/sort/16-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完  本\",\"url\":\"/wanben-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1721299138888,
    "loginUrl": "",
    "respondTime": 1707,
    "ruleBookInfo": {
      "author": "##:author\"[^\"]+\"([^\"]*)##$1###",
      "coverUrl": "##og:image\"[^\"]+\"([^\"]*)##$1###",
      "intro": "##:description\"[^\"]+\"([^\"]*)##$1###",
      "kind": "##:category\"[^\"]+\"([^\"]*)##$1###",
      "lastChapter": "##_chapter_name\"[^\"]+\"([^\"]*)##$1###",
      "name": "##:book_name\"[^\"]+\"([^\"]*)##$1###",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "div#content@html",
      "nextContentUrl": "text.下一页@href\n//需要加载下一页,章节地址添加##$##,{\"webView\": true}",
      "replaceRegex": "##更多小说请收藏.*|\\s*_{4,}"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": ".author@text||.authorName@text||.authorNm@text||text.作者@text##作者：",
      "bookList": "ul.topul>li",
      "bookUrl": "h2>a@href",
      "checkKeyWord": "我的",
      "coverUrl": "##<img\\s*src=\"([^\"]+)\"##$1###",
      "intro": ".intro@text||.introduce@text||.desc@text||.desc_info@text||.book_des@text||.bookintro@text",
      "kind": "i.lianzai@text",
      "lastChapter": ".latest_chapter@text||.lastChapterName@text||.newest_chapter_name@text||.market-info@text||.latest@text",
      "name": "h2>a@text",
      "wordCount": ".other@text"
    },
    "ruleToc": {
      "chapterList": "tag.ul.2@tag.li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/s.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}\n",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "海棠文学🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.haitangwx.com#🎃",
    "customButton": false,
    "customOrder": 1810,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"总点击\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击\",\"url\":\"/top/monthvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击\",\"url\":\"/top/weekvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"校园言情\",\"url\":\"/sort/1_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市言情\",\"url\":\"/sort/2_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代言情\",\"url\":\"/sort/3_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"罗曼史\",\"url\":\"/sort/4_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"耽美\",\"url\":\"/sort/5_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"百合\",\"url\":\"/sort/6_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"同人\",\"url\":\"/sort/7_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"奇幻玄幻\",\"url\":\"/sort/8_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"网游竞技\",\"url\":\"/sort/9_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻异能\",\"url\":\"/sort/10_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"恐怖灵异\",\"url\":\"/sort/11_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"惊悚推理\",\"url\":\"/sort/12_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"/sort/13_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"历史军事\",\"url\":\"/sort/14_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越重生\",\"url\":\"/sort/15_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"综合其他\",\"url\":\"/sort/16_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"完本\",\"url\":\"/full/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\" \",\"url\":\" \",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 16569,
    "ruleBookInfo": {
      "author": ".xx a.1@text",
      "coverUrl": "img@src",
      "init": "",
      "intro": ".jianjie@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".xx a.0@text##小说",
      "lastChapter": ".xx a.2@text##正文\\s",
      "name": ".xx li.0@text##\\_.*",
      "tocUrl": ".gengduo a@href"
    },
    "ruleContent": {
      "content": "#nr@html",
      "imageStyle": "0",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": ".list ul",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "span.2@text##\\s",
      "kind": "span.-1@text",
      "lastChapter": "",
      "name": "a.1@text##\\_.*",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".fk li",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "",
      "kind": "a.0@text##\\[|\\]",
      "lastChapter": "",
      "name": "a.1@text##\\_.*",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".lb li a",
      "chapterName": "text##本页章节.*",
      "chapterUrl": "href",
      "nextTocUrl": ".showpage@a@href"
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"s={{key}}&type=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "三五文学🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.35wx.la#🎃",
    "bookUrlPattern": "https?://www.35wx.la/[\\d_]+/",
    "customButton": false,
    "customOrder": 1811,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/xuanhuanxiaoshuo\n修真小说::/xiuzhenxiaoshuo\n都市小说::/dushixiaoshuo\n穿越小说::/chuanyuexiaoshuo\n网游小说::/wangyouxiaoshuo\n科幻小说::/kehuanxiaoshuo\n排行榜单::/paihangbang\n其他小说::/qitaxiaoshuo",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36",
    "lastUpdateTime": 0,
    "loginCheckJs": "cookie.removeCookie(source.getKey())\nresult",
    "loginUrl": "https://www.35wx.la/login.php",
    "respondTime": 9507,
    "ruleBookInfo": {
      "author": "id.info@p.0@text",
      "coverUrl": "img@src",
      "intro": "id.intro@p@textNodes",
      "kind": ".con_top@a.-1@text",
      "lastChapter": "id.info@p.-1@text",
      "name": "h1@text",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "id.ccc@textNodes",
      "nextContentUrl": ":contains(下一页)@href##(^.*_\\d+.*$|^)##$1###",
      "replaceRegex": "##\\s{0,100}\\n{0,2}.*(第.*页).*\\n{0,2}\\s{0,100}",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.s5@text",
      "bookList": "class.l@li||class.r",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.35wx.la/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "class.s3@text",
      "name": "class.s2@a@text||class.s2 mid@text"
    },
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "tbody tr!0",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.35wx.la/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "",
      "lastChapter": ".even@text",
      "name": "class.odd.0@text"
    },
    "ruleToc": {
      "chapterList": "dl@dd@a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{'webView': true}",
      "formatJs": "",
      "nextTocUrl": ""
    },
    "searchUrl": "https://www.35wx.la/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}&type=articlename&submit=\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "女生文学",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.dmx5.cc",
    "customButton": false,
    "customOrder": 1812,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"连载榜单\",\"url\":\"/all/all_default_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"总点击榜\",\"url\":\"/all/all_allvisit_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月点击榜\",\"url\":\"/all/all_monthvisit_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周点击榜\",\"url\":\"/all/all_weekvisit_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"日点击榜\",\"url\":\"/all/all_dayvisit_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总推荐榜\",\"url\":\"/all/all_allvote_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月推荐榜\",\"url\":\"/all/all_monthvote_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周推荐榜\",\"url\":\"/all/all_weekvote_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"日推荐榜\",\"url\":\"/all/all_dayvote_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总收藏榜\",\"url\":\"/all/all_goodnum_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总字数榜\",\"url\":\"/all/all_size_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最新入库\",\"url\":\"/all/all_postdate_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最近更新\",\"url\":\"/all/all_lastupdate_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"连载分类\",\"url\":\"/all/all_default_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻修仙\",\"url\":\"/all/xh_default_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"现代都市\",\"url\":\"/all/ds_default_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"古代架空\",\"url\":\"/all/jk_default_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越重生\",\"url\":\"/all/cy_default_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游动漫\",\"url\":\"/all/wy_default_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻未来\",\"url\":\"/all/kh_default_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖灵异\",\"url\":\"/all/ly_default_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"BG言情\",\"url\":\"/all/bg_default_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他类型\",\"url\":\"/all/qt_default_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"完结榜单\",\"url\":\"/all/all_default_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"总点击榜\",\"url\":\"/all/all_allvisit_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月点击榜\",\"url\":\"/all/all_monthvisit_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周点击榜\",\"url\":\"/all/all_weekvisit_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"日点击榜\",\"url\":\"/all/all_dayvisit_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总推荐榜\",\"url\":\"/all/all_allvote_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月推荐榜\",\"url\":\"/all/all_monthvote_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周推荐榜\",\"url\":\"/all/all_weekvote_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"日推荐榜\",\"url\":\"/all/all_dayvote_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总收藏榜\",\"url\":\"/all/all_goodnum_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总字数榜\",\"url\":\"/all/all_size_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最新入库\",\"url\":\"/all/all_postdate_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最近更新\",\"url\":\"/all/all_lastupdate_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"完结分类\",\"url\":\"/all/all_default_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻修仙\",\"url\":\"/all/xh_default_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"现代都市\",\"url\":\"/all/ds_default_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"古代架空\",\"url\":\"/all/jk_default_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越重生\",\"url\":\"/all/cy_default_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游动漫\",\"url\":\"/all/wy_default_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻未来\",\"url\":\"/all/kh_default_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖灵异\",\"url\":\"/all/ly_default_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"BG言情\",\"url\":\"/all/bg_default_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他类型\",\"url\":\"/all/qt_default_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1701363779897,
    "respondTime": 9820,
    "ruleBookInfo": {
      "author": ".rt@em.0@text",
      "coverUrl": ".lf@img@src",
      "intro": ".intro@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".place@a.1@text&&.rt@em.1:2@text##.*：",
      "lastChapter": ".jieshao@.rt@a.0@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".rt@h1@text"
    },
    "ruleContent": {
      "content": ".yd_text2@html"
    },
    "ruleExplore": {
      "author": ".writer_name1@span@text",
      "bookList": ".writer_i_4",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": ".writer_name3@a@text",
      "kind": ".writer_name2@i@text&&.writer_name4@ownText&&.writer_name4@span@text##\\s.*",
      "lastChapter": ".writer_name4@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".writer_name1@a@text"
    },
    "ruleSearch": {
      "author": ".zz@text",
      "bookList": ".booklist@li!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "kind": ".zt,.sj@text",
      "lastChapter": ".zj@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".mz@text"
    },
    "ruleToc": {
      "chapterList": ".mulu@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\n/search/book,{\n  \"charset\": \"gbk\",\n  \"method\": \"post\",\n  \"body\": \"searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "女生文学🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.dmx5.cc#🎃",
    "customButton": false,
    "customOrder": 1813,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"连载榜单\",\"url\":\"/all/all_default_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"总点击榜\",\"url\":\"/all/all_allvisit_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月点击榜\",\"url\":\"/all/all_monthvisit_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周点击榜\",\"url\":\"/all/all_weekvisit_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"日点击榜\",\"url\":\"/all/all_dayvisit_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总推荐榜\",\"url\":\"/all/all_allvote_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月推荐榜\",\"url\":\"/all/all_monthvote_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周推荐榜\",\"url\":\"/all/all_weekvote_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"日推荐榜\",\"url\":\"/all/all_dayvote_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总收藏榜\",\"url\":\"/all/all_goodnum_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总字数榜\",\"url\":\"/all/all_size_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最新入库\",\"url\":\"/all/all_postdate_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最近更新\",\"url\":\"/all/all_lastupdate_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"连载分类\",\"url\":\"/all/all_default_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻修仙\",\"url\":\"/all/xh_default_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"现代都市\",\"url\":\"/all/ds_default_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"古代架空\",\"url\":\"/all/jk_default_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越重生\",\"url\":\"/all/cy_default_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游动漫\",\"url\":\"/all/wy_default_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻未来\",\"url\":\"/all/kh_default_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖灵异\",\"url\":\"/all/ly_default_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"BG言情\",\"url\":\"/all/bg_default_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他类型\",\"url\":\"/all/qt_default_0_0_0_0_1_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"完结榜单\",\"url\":\"/all/all_default_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"总点击榜\",\"url\":\"/all/all_allvisit_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月点击榜\",\"url\":\"/all/all_monthvisit_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周点击榜\",\"url\":\"/all/all_weekvisit_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"日点击榜\",\"url\":\"/all/all_dayvisit_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总推荐榜\",\"url\":\"/all/all_allvote_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月推荐榜\",\"url\":\"/all/all_monthvote_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周推荐榜\",\"url\":\"/all/all_weekvote_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"日推荐榜\",\"url\":\"/all/all_dayvote_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总收藏榜\",\"url\":\"/all/all_goodnum_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总字数榜\",\"url\":\"/all/all_size_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最新入库\",\"url\":\"/all/all_postdate_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最近更新\",\"url\":\"/all/all_lastupdate_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"完结分类\",\"url\":\"/all/all_default_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻修仙\",\"url\":\"/all/xh_default_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"现代都市\",\"url\":\"/all/ds_default_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"古代架空\",\"url\":\"/all/jk_default_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越重生\",\"url\":\"/all/cy_default_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游动漫\",\"url\":\"/all/wy_default_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻未来\",\"url\":\"/all/kh_default_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖灵异\",\"url\":\"/all/ly_default_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"BG言情\",\"url\":\"/all/bg_default_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他类型\",\"url\":\"/all/qt_default_0_0_0_0_2_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 0,
    "respondTime": 8515,
    "ruleBookInfo": {
      "author": ".rt@em.0@text",
      "coverUrl": ".lf@img@src",
      "intro": ".intro@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".place@a.1@text&&.rt@em.1:2@text##.*：",
      "lastChapter": ".jieshao@.rt@a.0@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".rt@h1@text"
    },
    "ruleContent": {
      "content": ".yd_text2@html"
    },
    "ruleExplore": {
      "author": ".writer_name1@span@text",
      "bookList": ".writer_i_4",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": ".writer_name3@a@text",
      "kind": ".writer_name2@i@text&&.writer_name4@ownText&&.writer_name4@span@text##\\s.*",
      "lastChapter": ".writer_name4@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".writer_name1@a@text"
    },
    "ruleSearch": {
      "author": ".zz@text",
      "bookList": ".booklist@li!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "kind": ".zt,.sj@text",
      "lastChapter": ".zj@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".mz@text"
    },
    "ruleToc": {
      "chapterList": ".mulu@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\n/search/book,{\n  \"charset\": \"gbk\",\n  \"method\": \"post\",\n  \"body\": \"searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "九五书包",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.95shubao.cc/",
    "customButton": false,
    "customOrder": 1814,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻魔法\",\"url\":\"/mulu/1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠修真\",\"url\":\"/mulu/2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/mulu/3-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/mulu/4-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"侦探推理\",\"url\":\"/mulu/5-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游动漫\",\"url\":\"/mulu/6-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻小说\",\"url\":\"/mulu/7-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖灵异\",\"url\":\"/mulu/8-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越小说\",\"url\":\"/mulu/9-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他类型\",\"url\":\"/mulu/10-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"完本小说\",\"url\":\"/modules/article/articlelist.php?fullflag=1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1733164457080,
    "loginUrl": "",
    "respondTime": 15036,
    "ruleBookInfo": {
      "author": ".author a@text",
      "coverUrl": ".con_limg img@src",
      "intro": ".r_cons@html",
      "kind": ".txt_nav a.1@text&&.lastrecord@ownText##小说|.*\\(|\\).*",
      "lastChapter": ".lastrecord a@text##[\\(（【].*?[求更票谢乐发订合补加K].*?[】）\\)]",
      "name": "h1@text",
      "tocUrl": ".r_tools a.1@href##$##,{'webView': true}"
    },
    "ruleContent": {
      "content": "#content@textNodes",
      "replaceRegex": "##\\.pbtxt."
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": "#alistbox",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "kind": "",
      "lastChapter": "",
      "name": "a.1@text##《|》",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "tbody tr!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.5:4@text",
      "lastChapter": "td.1@text##[\\(（【].*?[求更票谢乐发订合补加K].*?[】）\\)]",
      "name": "td.0@text",
      "wordCount": "td.3@text"
    },
    "ruleToc": {
      "chapterList": ".novel_list dd a",
      "chapterName": "text##[\\(（【].*?[求更票谢乐发订合补加K].*?[】）\\)]",
      "chapterUrl": "href##$##,{'webView': true}"
    },
    "searchUrl": "/modules/article/search.php?ie=gbk&searchkey={{key}}&ct=2097152",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "爱书包",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.ishubao.org",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1815,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.3.1212.666 Safari/537.36\"}",
    "lastUpdateTime": 1735526939611,
    "loginUrl": "",
    "respondTime": 10446,
    "ruleBookInfo": {
      "author": "@get:{x}",
      "canReName": "true",
      "coverUrl": "@js:(s=java.getStringList('img[alt*='+book.name+']@src||meta[property$=image]@content||img[src~=(cover|file|article)[^a-z]|/\\\\d+[/_-]\\\\d+(s?\\\\.|$)]@src||img[data-src~=\\\\S]@data-src||img[src*=/img]@src||img[src~=^(data|https?):|^[^:]+/]@src')).size()?/^data:/.test(s=s.get(0))?java.base64Encode(s):s:null",
      "init": "",
      "intro": "@js:'　　'+java.get(\"g\")",
      "kind": "@js:java.get(\"v\")",
      "lastChapter": "@get:{z}",
      "name": "@js:\nj=String(java.get(\"custom\")).match(/^ *((?:[录原单动静直全跳逆字图]|\\[[^\\[\\]]+\\]|\\d+#[^#]+#)+)/);\n\nkey=String((u=(baseUrl=String(book.bookUrl).replace(/,{[^{}]+}$/,'')).match(/^(.+)\\?((?:[录原单动静直全跳逆字图]|\\[[^\\[\\]]+\\]|\\d+#[^#]+#)+)$/))&&(baseUrl=u[1])&&j?j[1]+u[2]:u?u[2]:j?j[1]:'');\n\n$=it=>(fn=r.select(it)).size()&&(fn=fn.first());\n\nr=org.jsoup.Jsoup.parse(result);\nr.select(\"script,noscript,style,head>:not(meta,title),footer,[class~=^foot],[id~=^foot],a:has(>:last-child:matchesOwn(^分类$)),[value]\").remove();\n\nm=String(r).replace(/(?:&nbsp;)+/g,\" \");\n\n书=false;\nn=($('[property$=book_name]')&&(书=String(fn.attr('content')).replace(/^[\\s「『【〖（(\\[]+/,\"\"))\n||(function(){\nif($('title')&&(书=String(fn.text()).replace(/^(简介页|详情页|目录页|正版|全本|免费阅读|[\\s。.,_/|「『【〖（(\\[\\])）〗】』」─—-]+)+/,\"\"))){\nfor(x=0,c=r.select(\"h1,h2,h3,strong\").eachText();x<c.size();x++)if(\n(y=c.get(x))!=''&&(u=书.indexOf(y),~u&&u<4))return String(y)}return 书}())||\"请自行修改书名\")\n.replace(/(?!^)[^\\u4e00-\\u9fa5a-zA-Z0-9《》]*(?:笔趣阁|思路客|燃文|小说|漫画|手机)?(?:[.|,_/\\s「『【〖（(\\[\\])）〗】』」。─—-]|(?:人工|机器|电脑)?校正|精校|完[整结]|加料|番外|未删节|简介|全[文本集]|下载|(?:小说|漫画|大全|正版(?:小说|漫画)?|免费|免费小说|免费漫画|免费全[文本]|在线|最[新快]|全部|手机|电脑)(?:全[文本集部]|大全|免费|在线|阅读|下载|章节|小说|更新|漫画|\\.)|([^a-zA-Z0-9])(?:azw|mobi|epub|txt)(?![a-zA-Z0-9])|(?:最全)?(?:章节|目录|列表){2,}|更新章节最快|无广告|(?::顶点)?无弹窗|无防盗|小说网|手打全文|[纯全](?:手打|文字)|\\s*by\\s*(?=[\\u4e00-\\u9fa5]))[\\S\\s]*/i,\"$1\");\n\nif(n[0]==\"《\"&&n[n.length-1]==\"》\")n=n.slice(1,-1);\n\nif($('[property$=author]')){\nx=String(fn.attr(\"content\")).replace(/^作\\s*[者家][\\s:：]*|(?!^)[/／｜|，,\\s][^⚙️]*$/,\"\")\n}else{\nx=m.match(/>\\s*([^>]+?)(?:\\s*<\\/[a-z]+>\\s*|\\s+)著\\s*<|[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】>《》](?:小说|漫画)?作\\s*者(?![^>]+->)(?:[:：\\s〖【（《［\\[\\(]|<[^it\\/][^>]*>|<\\/[^>]+>)+([^\\s<\">,，/／｜|\\)\\]］》）】〗]+)/);\nx=x?x[1]?x[1]:x[2]:$('#author,.author')?String(fn.text()).replace(/(?!^)[/／｜|，,\\s][^⚙️]*$/,\"\"):\"\"}\njava.put(\"x\",x);\n\nc=(fn=r.select(\"meta[property~=category$]\")).size()?String(fn.attr(\"content\"))\n.replace(/(?!^)\\s*[，,./／｜|]\\s*/,\",\"):(fn=m.match(/(?:[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】》]|<[^a/][^>]*>|<\\/[^>]+>)(?:[分大]\\s*类|类\\s*[型别])(?:[:：\\s]|<[^>]+>)+([^\\s<.\"/／｜|>]+)/))&&fn[1];\nif(c)java.put(\"v\",c);\n\nc=(fn=r.select(\"meta[property~=status$]\")).size()?fn.attr(\"content\"):(fn=m.match(/(?:[\\s\\[\\];?!,.()、，；？！。…─（）［］〖〗【】》]|<[^a/][^>]*>|<\\/[^>]+>)状\\s*态(?:[:：\\s]|<[^>]+>)+([^\\s<.\"/／｜|>]+)/))&&fn[1];\nif(c)java.put(\"s\",c);\n\nc=$('meta[property~=latest_chapter_name$]')?fn.attr(\"content\"):(fn=m.match(/>(?:\\s*[更最]\\s*[新近])+(?:\\s*章\\s*节)?(?:[:：\\s\\[]|<[^>]+>)+(?!\\s*(?:-|&gt;)\\s*<|[:：\\s0-9T年月日时分秒*-]{5,}<|[^:：]+[^章\\s]\\s*[:：]\\s*<|更新(?:时间)?[:：])([^<\"/／｜|\\]>]+)/))&&fn[1];\nif(c)java.put(\"z\",c);\n\n正=true;\nif(key.length){\nif(~key.indexOf(\"全\"))java.put(\"全\",1);\nif((\nu=key.match(/[^\\[\\]]+(?=\\])/),\nc=~key.indexOf(\"录\"),\ny=~key.indexOf(\"单\"),\nbaseUrl=u?u[0]:baseUrl,\n(c||u)&&(baseUrl=c||y?(baseUrl=String((c=baseUrl.match(/(.+[^\\d])(\\d+)([^\\d]*)$/))[1]+1+c[3]),\nc=c[2]+'🌕'+c[1]+'🌕'+2+'🌕'+c[3],\nbaseUrl):baseUrl)\n)||~key.indexOf(\"直\")\n)java.put(\"目\",1),正=1;\nif(~key.indexOf(\"录\"))java.put(\"录\",c),正=1;\nif(y||~key.indexOf(\"#\")){\nif(!u){\nif((网=key.match(/(\\d+)#([^#]+)/))\n&&(尾=网[1],网=网[2].match(/^(.*[^\\d])([12])([^/?\\d]*)$/))\n||(尾=r.select('a[href~=\\\\d[^/?\\\\d]*$]:matches(^(尾|末|最后一)[頁页篇章回节節话話]$)')).size()\n&&(网=r.select('a:matches(^2$)')).size()\n&&(网=String(网.first().attr('href')).match(/^(.*[^\\d])([12])([^/?\\d]*)$/))\n&&(尾=String(尾.first().attr('href')).match(/\\d+(?=[^/?\\d]*$)/)[0])){\nc=尾+'🌕'+网[1]+'🌕'+网[2]+'🌕'+网[3]\n}else if((c=r.select('a:matches(^(\\\\d+|…+|\\\\.+)$)')).size()){\nif((网=String(c).split(/<a[^>]+>[^\\d<]+<\\/a>/)).length==2){\nfor(c=网[0],尾=网[1],x=+网[1].match(/>([^<]+)/)[1],网=网[0].match(/href=\"([^\"]*[^\\d])(\\d+)([^/?\\d\"]*)\"[^>]*>([^<]+)<[^<]+$/),j=+网[4],i=+网[2]-j;j<x;j++)c+=\"<a href='\"+网[1]+(j+i)+网[3]+\"'>\"+j+\"</a>\";\nc+=尾}\n}else c=1}\njava.put(\"单\",c),正=false}\nif(~key.indexOf(\"跳\"))java.put(\"跳\",1);\nif(~key.indexOf(\"逆\"))book.setReverseToc(true);\nelse book.setReverseToc(false);\nif((u=~key.indexOf(\"图\"))||~key.indexOf(\"原\"))java.put(\"原\",1);\nif(~key.indexOf(\"动\"))java.put(\"动\",',{\"webView\":true}');\nelse if(~key.indexOf(\"静\"))java.put(\"静\",1);\nif(u||~key.indexOf(\"字\"))java.put(\"文\",u?1:2)\n}else book.setReverseToc(false);\n\nc=(fn=r.select(\"meta[property$=description][content~=\\\\S]\")).size()?fn.get(fn.size()-1).attr(\"content\"):(r.select(':matchesOwn([\\\\u4e00-\\\\u9fa5]{2,})>:not(br),:not(body,br,:matchesOwn([\\\\s\\\\S]{50}),:has(body,:matchesOwn([\\\\s\\\\S]{50})))').remove(),r.select(\":matchesOwn(\\\\S)\").text());\n\njava.put(\"g\",c=String(c).replace(/[\\snbsp;]*(?:&nbsp;|\\s){2,}|\\s*([？！。]+[”」』\\]\\}\\)）｝】〗〕〉]?)\\s*/g,\"$1　　\").replace(/(?=　　)/g,\"\\n\"));\n\nif(c.length&&(c=c.match(/(.{0,2})《([^《》]+)》(.{0,3})/))&&c[3]!=\"作品集\"&&!c[1].match(/新[书作]/)&&(c=c[2],书?~String(书).indexOf(c)&&!~c.indexOf(n):true))n=c;\n\nif(正==1)m=java.ajax(baseUrl);\njava.setContent(m,baseUrl);\n\nif(正){\nzl=java.getStringList(\"[property$=latest_chapter_url]@content||:matches(^最新章节)>a:only-child:not([href~=^$|#|javascript:])@href||a:matches(^正文\\\\s*[\\\\d第一二三四五六七八九十〇零百千]|^[【《]?(\"+n+\")?[\\\\s》】（\\\\u0028:：＿_－-]*(第[\\\\s0〇零]*[一1]\\\\s*[\\\\u4e00-\\\\u9fa5]|([\\\\u4e00-\\\\u9fa5]{2}阅读[（\\\\u0028:：＿_－-]?)?(0*1([）\\\\u0029.、:：_-]|$)|[〇零]*一([）\\\\u0029\\\\s.、:：_-]|$)))):not([href~=(^|[^/])/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&_-]*$|^$|#|javascript:|\"+(bas=baseUrl.replace(/\\/+$|\\.[a-zA-Z]+$/,'')).match(/[^?/]+$/)[0].replace(/([*$|?+\\\\\\^\\[\\](){}])/g,'\\\\$1')+\"(?:[/_-]1)?(?:\\\\/|\\\\.[a-zA-Z]+)?$])@href||a:matches(^[^\\\\u4e00-\\\\u9fa5]*(免费|在线|开始|立即|全文|正文|从头)+[试阅]读[^\\\\u4e00-\\\\u9fa5]*$):not([href~=^$|#|javascript:])@href||a:matches(^0*1[^\\\\d]):not([href~=(^|[^/])/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&_-]*$|^$|#|javascript:])@href\");\n\nif(zl.size()&&(ck=String(zl.get(0)).match(/^(.*\\/\\/[^/]+)?([/?]?[^/].+[?&/_-])[^&/_-]+\\/?$/)))(jd=ck[1])&&(h=baseUrl.lastIndexOf('/',baseUrl.indexOf(jd.match(/(?:\\.[^.]+){2,}$|[^./]+\\.[^.]+$/)[0])))>8&&(\nq=baseUrl.indexOf(':'),\n(bas=java.get(baseUrl=baseUrl.slice(0,q+2)+baseUrl.slice(h),{})).statusCode()==200&&java.setContent(bas.body(),baseUrl)\n),java.put(\"ck\",ck[2])}\nn",
      "tocUrl": "@js:if(java.get(\"单\")==''){\nif(java.get(\"录\")==java.get(\"目\")){\nr=org.jsoup.Jsoup.parse(result);\n\nscript=r.select(\":matchesOwn(^$)>a[href^=javascript:]:matches(全文|章[節节]|目[錄录]):not(:matches(最新))\");re=false;\n\nif(!script.size()){\nba=(bas=baseUrl.replace(/\\/$|\\.[a-zA-Z]+$/,'')).match(/(http....[^/?]+)(?:([?/])(.*))?$/);b=ba[1];v=ba[3];\n\nr.select(\"a[href~=[^a-z]page[^a-z]]:not(:matches([反正顺順逆倒]序|[全正]文|更多|全部|所有|章[節节]|作品|目[錄录]|列表)),a:not([href~=^(?!//)[^#:]+$|\"+b.split(':')[1]+\"]),:matchesOwn(\\\\S)>a,a[href~=javascript:|#],a:matches(^\\\\S{1,4}$):not(:matches([反正顺順逆倒]序|[阅閱][讀读]|查看|展[开開]|进入|[全正]文|更多|完整|全部|所有|目[錄录]|列表|章[節节]):not(:contains(分类)))\").remove();\n\ny=r.select(\"a[href~=(?i)catalog|contents|chapters|mulu|(^|[^a-z])ml|showchapter|(^|chapter[/_-]?|\"+v.replace(/(.+)((\\/\\d\\d)\\d+)$/,\"$1$3$2\")+\"[/_-])(more|list|all)|sort[/=_-]asc]\");\n\nif(!y.size()){b3='';\n\nif(ba[2]==\"?\"){\nb3='[href~=^[^?]+$],'\n}else if(ba[3]){\nb3=ba[3].replace(/[*$|?+\\\\\\^\\[\\](){}]/g,'\\\\$0');\n\nb3=\"[href~=\"+b3+\"(\\\\.[^.]+|/\\\\d+(\\\\.[^.]+|/)?)?$],[href~=[/?]\"+b3.replace(/[&/_-][^/_-]+$/,'')+\".*$]:not([href~=[/?]\"+b3.replace(/[/_-]/g,'[/_-]')+\"]),\"}\n\ny=r.select(\"a:not(\"+b3+\"[href~=(?i)(^|[^/])[?/].*((book|[^a-z])(info|case)[^a-z]|(cid|buy)[^a-z]|desc|coins|nutrition|review|ticket|update|(app|author|xiazai|down)(?!=))|/chapter|/index/|/d/],:matches((?i)^$|[0-9零〇一二三四五六七八九十百千万、，：；？！。…‘’“”（）()]|[票榜:：.]|推荐|排行|等级|说明|收藏|书评|简介|分[类卷]|简介|作者|手机|软件|应用|安装|客户|移动|pc|电脑|安卓|苹果|下载|最新|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub))\")}\n\nif(y.size()){\nys=y.select(\"a[href~=(?i)catalog|contents|list|chapter|mulu|(^|[^a-z])ml|more|read|all]:matches([反正顺順逆倒]序|全文|章[節节]|目[錄录]):not(:matches(阅读)),a[href~=(?i)catalog|contents|chapter|(^|[^a-z])ml|mulu|read]:matches(更多|列表),a[href~=(?i)catalog|contents|list|chapter|mulu|(^|[^a-z])ml|more|all]:matches(^$),a:matches(^[^\\\\u4e00-\\\\u9fa50-9]*([反正顺順逆倒]序|全文(免[費费])?[阅閱][讀读]|(点击|查看|展[开開]|进入|返?回到?)*([全正]文|(更多|完整|全部|所有)?(章[節节]|(作品)?目[錄录])+)+(列表)?(\\\\s*(查看|展开)?更多)?)[^\\\\u4e00-\\\\u9fa50-9]*$)\");zt=false;\n\nif(!ys.size()){\nba=bas.match(/(\\?(?:[^=]+=)+)(.+)$/)||bas.match(/(?:[^/_-][/_-]([^/._-]+))?[/_-]([^/._-]+)(?:\\/index[^/]*)?$/);\n\nif(xi=(id=ba[2]).match(/\\?[^=]+=([^&]+)/)||id.match(/^[^\\d%]*(\\d{2,}|[1-9])$/))id=xi[1];\nif(ba[1])if(xi=ba[1].match(/^[^\\d%]*(\\d{2,})$/))id=/^\\d$/.test(id)||!xi[1].indexOf(id)?xi[1]:\"(\"+id+\"|\"+xi[1]+\")\";\n\nys=y.select(\"[href~=(?i)^((.*//[^/]+/)?[^=.]*[^\\\\d=.])?\"+id+\"([?_-][a-z=_-]*0|\\\\.[^.]+|[/?]([^\\\\d]*|[^/\\\\d]*/?|(list|more|all)([=_-][a-z]*)?\\\\d+[^\\\\d]*)?)?(&.+)?$]:not(:contains(\"+(bs=String(book.name)[0])+\"))\");\n\nif(!ys.size()){zt=true;\nys=y.select(\"[href~=(?i)^((.*//[^/]+/)?[^=.]*[^\\\\d=.])?(\\\\d+/\"+id+\"[_-]\\\\d+[^\\\\d]*|\"+id+\"[_-][a-z_-]*1[^\\\\d]*)$]:not(:matches(阅读|\"+bs+\"))\")}}\n\nif(ys.size()){\nif((re=ys.select(\"[href~=(/|^)[^.]+$]\")).size())ys=re;\nre=String(ys.first().attr(\"href\"));\n\nfor(x=1;x<ys.size();x++)if((xs=String(ys.get(x).attr(\"href\"))).length>re.length)re=xs;\n\nif(/(?:[2-9]\\d*|1\\d+)[^\\d]*$/.test(re)){\nif(!zt&&(q=re.match(/^(.*[^/])?[&?/].*(?:catalog(ue)?|contents|(?:show)?chapters?|mulu|ml|more|all|list|page)(?:[=_-][a-z]*)?\\d+[^\\d]*$/i))&&v==(q[1]||'').replace(/^http....[^/?]+/,''))zt=true;\nif(zt)re=re.replace(/\\d+(?=[^\\d]*$)/,\"☯1\")}\n\n}}}\n\nre=String(!re?baseUrl:(java.put(\"基\",baseUrl),/^\\/[^/]/.test(re)?b+re:/^https?:/.test(re)?re:/^\\/\\//.test(re)?b.split('//')[0]+re:String(baseUrl).replace(/[^/]*$/,'')+re))}else re=baseUrl;\n\nr=re.replace(/(?:[☯?&/_-][^\\d?/&_-]*[01])+[^\\d]*$/,\"\");\njava.put(\"ba\",r);\nre=re.replace(\"☯\",\"\")}else re=baseUrl;\n\njava.get(\"跳\")==1||re==baseUrl&&/,/.test(book.bookUrl)?re+',{\"webView\":true}':re",
      "wordCount": "@get:{s}"
    },
    "ruleContent": {
      "content": "@js:dt=lr='';c=1;动=java.get(\"动\");\nif(动!=''&&!~baseUrl.indexOf(\",\")){\nresult=String(java.ajax(baseUrl+动))\n}else if(java.get(\"静\")==动)c=dt=2;\n\nr=org.jsoup.Jsoup.parse(r1=result.replace(/&nbsp;/g,' '));\n查=i=java.get(\"序\");\n\nif(java.get(\"文\")==1){for(;c;c--){\nd=[\"img[data-src],img[src~=[^a-z]cid[^a-z]]\"\n,\"img:not([src~=(?i)^$|^javascript:|\\\\.gif|\\\\.png|[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,\"img[src~=(?i)\\\\.png]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,'img[src~=(?i)\\\\.gif]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])'];\n\nif(!(查!=\"\"&&(查!=-1&&((lr=r.select(d[查])).size(),true)))){\n$=it=>(lr=r.select(it)).size();\nif($(d[i=0])||$(d[i=1])||$(d[i=2])||false)break;\n\nif(c==2){dt=1;\nr=org.jsoup.Jsoup.parse(java.ajax(baseUrl+',{\"webView\":true}'))\n}else i=$(d[3])?3:-1}}\nif(i==0)lr=String(lr).replace(/(?:src=['\"][^'\"]+['\"] +)?data-/g,'');\nif(查==\"\")book.putVariable(\"序\",i);\n\n}else{\nsc=java.get(\"文\")==2?\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br)),a>*,:has(a):not(:matchesOwn([\\\\S\\\\s]{50,}),:has(:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(br,a,:matchesOwn([\\\\s\\\\S]{50})),:not(br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)),:has(p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))'\n:\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br,img:not([src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg]))),img[src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg],a:not(:matches(^$)>img)>*,:has(a):not(img,:matchesOwn([\\\\S\\\\s]{50,}),:has(img,:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(img,br,a,:has(img),:matchesOwn([\\\\s\\\\S]{50})),:not(img,br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,img,div:matchesOwn(，|。)+div:matchesOwn(，|。)),:has(img,p,br,div:matchesOwn(，|。)+div:matchesOwn(，|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))';\n\nd=[\":matchesOwn(\\\\S):has(br):has(:matchesOwn(\\\\S):has(br))\"\n,\":matchesOwn(\\\\S):has(br)\"\n,\":has(>:matchesOwn(\\\\S):not(:has(*))+:matchesOwn(\\\\S):not(:has(*)))\"\n,\":has(>:has(>p:only-child:matchesOwn(\\\\S):not(:has(*)))+:has(>p:only-child:matchesOwn(\\\\S):not(:has(*))))\"\n,\"img\"\n,\":matchesOwn(\\\\S)\"];\n\ntry{for(查=i!=''?i:java.get(\"元\");c;c--){\n\nif(!(c>1&&(String(r.text()).length<400||r.select(':matchesOwn(内容未加载完成|关闭(阅读|小说)模式)').size()))){\nr.select(sc).remove();\n\nif(!(查!=\"\"&&(lr=r.select(i?d[i==6?5:i]:查)).size()))for(i=0;i<6&&(lr=r.select(d[i]),i==4&&c==1?!lr.size():String(lr.text()).length<200);i++);\nif(c<2||i<6)break;}\n\nr=org.jsoup.Jsoup.parse(r2=String(java.ajax(baseUrl+',{\"webView\":true}')).replace(/(<[a-z]+)&nbsp;/g,'$1 '));\ndt=r1.length==r2.length?2:1}\n\nfor(c=lr.first(),v=1;v<lr.size();v++)if(lr.get(v).parents().contains(c)){\nlr.remove(v);\nv--}else c=lr.get(v);\n\nlr=String((c=lr.size()==2&&i<4)?String(lr.first().text()).length>String(lr.get(1).text()).length?lr.first():lr.get(1):(c=lr.size()==1)?lr.first():lr);\n\nif(查==\"\"){\nif(c&&(查=lr.match(/<([a-z]+) ([^>]+)>/))&&(查[2]=查[2].match(/(?:id|class|style)=(?:\"[^\"]+\"|'[^']+')|[^= ]+(?==\"[^\"]+\"|'[^']+')/g))){\nbook.putVariable(\"元\",查[1]+'['+查[2].join('][')+']')\n}else book.putVariable(\"序\",i)}\n\nlr=lr.replace(/<([a-z]+)[^>]*\"-\\d+\"[^>]*>[^<]+<\\/\\1>|[^<>]*<a[^<]+<\\/a>[^<]*|&lt[; ]?\\/?[a-z]+(?= |\\/?&gt)(?:[ a-z=-]+|\"[^\"]+\"|'[^']+')*\\/?&gt[; ]?|[☯📑⚙️🌕︴]/g,\"\").replace(/\\s+(?:\\s|(?:(?:(?:n?b)?s)?p)?;)/g,\"　　\");\n\nif(java.get(\"原\")!=1)lr=(!lr.indexOf(\"　　\")?lr.replace(/>(?!　　|\\s*(?:(?:(?:n?b)?s)?p)?;)\\s*(?=[^\\s<>])/g,\">︴\"):lr)\n.replace(/((?:[〖【『「（《〈〔［\\[(][^〖【『「（《〈〔［\\[()］〕〉》）」』】〗\\]]*[)］〕〉》）」』】〗\\]]\\s*)*(?:第?\\s*[一二三四五六七八九十百千万〇零0-9]+\\s*[章节回話话：:.．,，、]*\\s*)?{{\nn=(t=title.match(/\\S+$/)[0].replace(/[*$|?+\\\\\\^\\[\\](){}/]/g,\".?\")).replace(/^(正文[^\\u4e00-\\u9fa5A-Za-z]*|第?[一二三四五六七八九十百千万〇零0-9]+[章节回話话\\s：:.．,，、]*)+/,\"\"),n!=t&&/\\S/.test(n)?\"(?:第?\\\\s*[一二三四五六七八九十百千万〇零0-9]+\\\\s*[章节回話话：:.．,，、]*\\\\s*\"+n+\"|\"+t+\")\":t\n}}(?:\\s*[〖【『「（《〈〔［\\[(][^〖【『「（《〈〔［\\[()］〕〉》）」』】〗\\]]*[)］〕〉》）」』】〗\\]])*)/g,\"⚙️$1⚙️\")+\"📑\"\n\n}catch(e){}}\nif(dt)book.putVariable(dt==1?\"动\":\"静\",',{\"webView\":true}');lr",
      "imageStyle": "FULL",
      "nextContentUrl": "@js:if((r=java.getStringList((nx=java.get(\"next\"))+\"a:matches(第二[頁页]|下[一\\\\s]*[頁页]):not([href~=^javascript:|^#])@href||a:matches(下[一\\\\s]*[篇章回节節话話]):not([href~=^javascript:|^#])@href||a[href~=[_-]\\\\d+(/|\\\\.[a-z]+)?$]:has(i,img):not(:matches(\\\\S),[href~=^javascript:|^#])@href\")).size()){\nif(~String(book.tocUrl+(nextChapterUrl||'')).indexOf(r=String(r.get(r.size()-1)))||~r.indexOf(nextChapterUrl||String(book.tocUrl).replace(/.+(?=_\\d+\\/$)/,'')))r=null\n}else r=null;\nif(r){if(nx!='')chapter.putVariable(\"next\",(n=r.replace(/\\d+(?=[^\\d]*$)/,it=>+it+1))==r?'':'a[href=\"'+n+'\"]@href||');\nr+java.get(\"动\")}",
      "replaceRegex": "@js:if(java.get(\"原\")==1){result}else{\nresult=result.replace(/⚙️([^\\u4e00-\\u9fa5⚙️]+|[零〇一二三四五六七八九十百千万\\s]+|(?!第[零〇一二三四五六七八九十])[\\u4e00-\\u9fa5]+)⚙️/g,'$1').split('📑');\nl=result.length-1;\nwhile(l)if(r=result[--l].match(/^(\\n+(?:[^\\n]{1,30}\\n+){1,3})([\\S\\s]+)$/))result[l]=r[1]+r[2].replace(/⚙️/g,'');\nresult.join('📑')\n.replace(/—/g,\"─\")\n.replace(/[·۰•・]/g,\"・\")\n.replace(/\\s*(?:︴[^\\n　]+\\s+)*📑\\s*|^\\s*(︴[^\\n　]+\\s+)*|\\s*(?:　　|\\n)(?:[\\s&#a-zA-Z0-9]*;)?[\\s　?]*/g,\"☯\")\n.replace(/(?:︴[^☯]*☯)+(?=︴)|☯(?:温馨|[^a-zA-Z0-9\\u4e00-\\u9fa5☯]+)提示.?[:：][^☯]+|☯[^☯]+字体不会安装.?请百度[^☯]+|☯.{0,2}正版订阅在阅文旗下的起点和QQ书城，可以第一时间看到最新章节.{0,2}(?=☯)|︴\\s*第?[〖【『「（《〈〔［｛\\[{(][^☯]+(?=☯)|☯第\\s*[（(][^（()）]+[)）][頁页](?=☯)|[^☯]*(?:关注|[微vVＶｖ][^\\u4e00-\\u9fa5A-Za-z0-9]*[信xXｘＸ]|公[^\\u4e00-\\u9fa5]*众[^\\u4e00-\\u9fa5]*号){2,}[^☯]*|(?:&#?[a-z0-9]*;?)+(?=;|☯);*|read[sx][；;?？]+/g,\"\")\n.replace(/\\s+/g,\" \")\n.replace(/☯[ ☯]*/g,\"\\n\")\n.replace(/(\\n[〖【『「（《〈〔［｛\\[{(]?)([pPＰｐ][SsｓＳ]+(?=[ ：:;；，,、。.─\\d\\u4e00-\\u9fa5])[^\\n]+)/g,\"$1🌕$2\")\n.replace(/\\[\\[\\[[^\\[\\]]+http:file2.qidian.comchapters(.{5,6})(..)([^\\[\\]]{35})\\]\\]\\]/g,'<img src=\"http://file2.qidian.com/chapters/$1/$2/$3\">')\n.replace(/(<img )[^>]*(src=\"[^\"]+\")[^>]*(>)|((?: ?[＋+－-]?[0-9０-９]+(?:[．.／/][0-9０-９]+)?[％%:：]?[a-zA-Z]*)+ ?|[ _＿－-]?[a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９]+)/g,\"$1$2$3☯$4☯\")\n.replace(/☯[・。](?=☯)/g,\"☯.\")\n.replace(/,\\n/g,\"，\")\n.replace(/!(?=\\n)/g,\"！\")\n.replace(/\\?(?=\\n)/g,\"？\")\n.replace(/(<[^<]+)☯☯/g,\"⚙️$1⚙️\\n\")\n.replace(/(?:\\n[^āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─🌕︴\\n]+|([。？！…”』」】〗])[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─☯︴\\n]+[\\u4e00-\\u9fa5]+)?[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗、，：；？！。…─⚙️☯︴\\n]+(?=\\n)|[^☯!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛｝］〕〉）＞’”》」』】〗]*☯([a-zA-ZＡ-Ｚａ-ｚ]*[āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ][a-zA-ZＡ-Ｚａ-ｚ]*)☯[^☯!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛｝］〕〉）＞’”》」』】〗]*/g,\"$1$2\")\n.replace(/[^!\"'(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜<（〈〔［｛({\\[\\]})｝］〕〉）>＞’”》」』】〗︴🌕]*(?:☯[^.．!(),\\n\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗⚙️]+|([^☯!(),\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘<＜（〈〔［｛({\\[\\]})｝］〕〉）＞>’”》」』】〗⚙️])(?!\\1)|☯(?=[^☯!(),\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗][!(),\\s\\u4e00-\\u9fa5、，：；？！。…─〖【『「《“‘＜（〈〔［｛({\\[\\]})｝］〕〉）＞’”》」』】〗])|[〖【『「（《〈〔［｛\\[{(][^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[)｝］〕〉》）」』】〗\\]}]){4,}|[^；;％%～~?？!！\"'”’。…─\\na-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[〖【『「（《〈〔［｛\\[{(][^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[)｝］〕〉》）」』】〗\\]}](?:[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+(?=[)｝］〕〉》）」』】〗\\]}]))?/g,\"📑\")\n.replace(/([；;％%～~?？!！\"'”’。…─])📑(?=[)｝］〕〉》）」』】〗\\]}])/g,'$1')\n.replace(/(?:([\\n。？！])[^\\n。？！]{1,10})?[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*(?:☯[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]☯|📑|🌕)[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[｝］〕〉》）」』】〗\\]})](?:[^。]{0,5}(?:[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*(?:☯[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]☯|📑)[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]*[｝］〕〉》）」』】〗\\]})]|[^📑!,()\\s\\u4e00-\\u9fa5、，：；？！。…─‘’“”（）《》〖〗【】]+))*(?:(?:[^\\n]{1,10}|(?:[\\u4e00-\\u9fa5]{0,5}[，、])*[\\u4e00-\\u9fa5]+[！。]?)(?=\\n))?/g,\"$1\")\n.replace(/((?:[请請][记記]住)?[^⚙️🌕📑︴*\\n(),\\u4e00-\\u9fa5、，：；？！。…─「」‘’“”（）《》〖〗【】]*(?:(?:[^⚙️🌕📑︴*\\n(),\\u4e00-\\u9fa5、：，；？！。…─「」‘’“”（）《》〖〗【】]+[*(), \\u4e00-\\u9fa5、，:：；？！。…─「」‘’“”（）《》〖〗【】]{1,3})*[^*︴📑☯⚙️🌕\\s&;(),āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜa-zA-ZＡ-Ｚａ-ｚ0-9０-９\\u4e00-\\u9fa5、,，:：;；?？!！。…～~─'\"‘’“”【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}％%・/／＝=_＿.．＋+－-]+(?!(?:[^>]+>)?⚙️)|☯[^☯\\n]+☯\\.☯[^☯\\n]+☯|本[文书](?:首发|来自)|(?:章节不完整.?|完整章节)?请.{2,6}(?:搜索|百度|引擎|关键[词字])+|(?:[阅閱][讀读]|访问|訪問|[網网地][站址]|链接|鏈接|[\\u4e00-\\u9fa50-9a-zA-Z]{0,4}(?:文学|中文|[網网]))+[:：]|[\\u4e00-\\u9fa50-9a-zA-Z]{0,6}(?:[網网地][站址]|链接|鏈接)为|.{2,4}文[学學][網网]|[请請].{2,4}收藏(?:.{0,2}推[荐薦])?|(?:天才)一秒[記记]住|，?請?訪問|(?:[更最][快新]|[快高]速|热门|(?:[阅閱][讀读])?完整|本|(?:官[網网]|本站).{0,2})(?:章[節节]|小说|更新|[網网地][址站][:：]?|快速)|更新(?:速度)?[最更]?快|(?:(?:无错)?小说|正版|免费|全[文本]|在线|访问|訪問|txt|TXT|继续|各种|推[荐薦]|收藏|分享|交流|你?喜欢的)+(?:全文|免费|在线|[阅閱]?[讀读]|下载|章[節节]|小说|好书)|章[節节](?:目录|列表)|小说[網网](?:更新)?|手打全文|[纯全](?:手打|文字)|手机看书|手机版|笔趣阁|(?:本站|[網网]站|站内|看)?无(?:任何)?(?:广告|弹窗|防盗)(?:章节)?|不弹窗|(?:(?:請|请|或者?)?(?:訪問|访问|[電电手][腦脑机機]|[網网][址站]|用[户戶]|浏览|瀏覽|閱讀|阅读|看小说|看漫画)){2,}|看小说|看漫画|(?:用[^\\n]{2,6})?(?:[追看]书|小说)(?:就用|软件|☯[^☯]+☯)，?|用[^\\n]{2,6}[追看]书|(?:..的)?(?:最佳选择|阅读体验)|(?:推[荐薦]|收藏|分享)(?:本站|我们)|小说..版|文章质量更好|谢谢各位(?:读者|书友)支持|水印广告测试|本章未完|请翻页|点击下一页|领.{0,2}红包|同步更新《[^《》]+》|关注[〖【『「（《〈〔［｛\\[{(][^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+[)｝］〕〉》）」』】〗\\]}])(?:[* (),\\u4e00-\\u9fa5、，：；？！。…─‘’“”（）《》〖〗【】]{0,3}[^⚙️📑*\\n(),\\u4e00-\\u9fa5、，：；？！。…─「」‘’“”（）《》〖〗【】]+|[….。!！]+(?=\\n))*|⚙️(?!<)[^⚙️\\n]+⚙️)/g,\"\\n⚙️$1⚙️\\n\")\n.replace(/⚙️(<[^<>]+>)⚙️\\n|[〖【『「（《〈〔［｛\\[{(](?:[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]{0,3}\\n⚙️(?!\\s*\\S\\s*⚙️).+⚙️\\n*)+[^〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]{0,3}[)｝］〕〉》）」』】〗\\]}]|(🌕)\\s*⚙️|⚙️\\n[^\\u4e00-\\u9fa5]{0,5}\\n⚙️|\\n⚙️\\s*(\\S)\\s*⚙️\\n(?![^⚙️]{1,3}⚙️)|(⚙️\\n)|([，、；])[\\s,，。、…:：;；?？!！`’]*[,，。、…:：;；?？!！`’](?!⚙️)|\\n[\\s,，。、…:：;；?？!！`’]*(?=[,，。、:：;；?？!！])|([：？！。…─])(?:[^⚙️☯a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n…─“‘’”〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+(?=\\n)|[^⚙️☯a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n…─“‘’”〖【『「（《〈〔［｛\\[{()｝］〕〉》）」』】〗\\]}]+)|☯/g,\"$1$2$3$4$5$6\")\n.replace(/([)）？！?!…」』”\\s。])(?:[^\\n（(🌕)）”』」’。]{0,5}(?:(?:\\n⚙️.+⚙️\\n|[^（()）\\n”』」。]{0,5}📑)[^（()）\\n。]{0,5}(?:\\n⚙️.+⚙️(?:\\n(?=\\n⚙️|[^（()）\\n]{1,5}\\n))?|[^（()）\\n。]{0,5}📑(?:[^📑]{1,5}(?=\\n⚙️))?)+(?:[^（()）\\n]{1,5}(?=\\n))?|(?:(?:(?:\\n⚙️.+⚙️\\n|[^（()）\\n。]{0,5}📑)[^（()）\\n]{0,5}){2,}|[^（(🌕)）”』」’\\n。]{0,5}(?:(?:請|关键[词字]|[電电手][腦機]|用戶|瀏覽|[阅閱]讀|推[薦荐]|收藏|分享|文章质量|谢谢(各位|支持|大家)|水印|翻页|点击|下[一\\s]*[页頁篇章回节節话話]|免费|热门|官网|正版|在线|同步|下载|文学|中文|章节|[本网][站址]|站内|小说|更新|无错|[本全][文本章]|首发|广个?告|弹窗|防盗|访问|訪問|txt|TXT|读者|书友|百度|[插说]一?[下句]话?，[\\u4e00-\\u9fa5]{0,5})[^（()）\\n]{0,5})*(?:📑|\\n⚙️[^\\n]+⚙️\\n)[^（()）\\n]{0,5}(?:(?:請|关键[词字]|[電电手][腦機]|用戶|瀏覽|[阅閱]讀|推[薦荐]|收藏|分享|文章质量|谢谢(各位|支持|大家)|水印|翻页|点击|下[一\\s]*[页頁篇章回节節话話]|免费|热门|官网|正版|在线|下载|同步|文学|中文|章节|[本网][站址]|站内|小说|更新|无错|[本全][文本章]|首发|广个?告|弹窗|防盗|访问|訪問|txt|TXT|读者|书友|百度)[^（()）\\n]{0,5})*|[^（(🌕)）\\n”』」’。]{0,3}\\n⚙️.+⚙️\\n[^（()）\\n。]{0,3})(?:[\\u4e00-\\u9fa5]+[！。]?|[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n]+)?(?=\\n)))+|\\n⚙️[^\\u4e00-\\u9fa5]+⚙️\\n|📑|\\s*︴\\s*|\\n?⚙️\\n?|\\n[^a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n]{2,}\\n[^🌕a-zA-ZＡ-Ｚａ-ｚāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-9０-９\\u4e00-\\u9fa5\\n“《‘【〖『「]*/g,\"$1\")\n.replace(/(?:(?:\\n🌕[^\\n]*)+(?:\\n+[^\\n]+){0,4}|\\n(?:[(（{｛][^(（<{｛｝}>）)]*(?:(?:[(（{｛][^(（<{｛｝}>）)]*[）)｝}])[^(（<{｛｝}>）)]*)*[）)｝}]?\\s*)+|[^\\n]*起点(?:原创|中文)[^\\n]*|[〖【『「（《〈〔［｛\\[{(]?未完待续[^\\n]*)[^\\u4e00-\\u9fa5<>]*$|^\\s*(?:(?:[^\\n]+\\n+){0,4}(?:🌕[^\\n]*\\n?)+|(?:[(（{｛][^(（<{｛｝}>）)]*(?:(?:[(（{｛][^(（<{｛｝}>）)]*[）)｝}])[^(（<{｛｝}>）)]*)*[）)｝}]?\\s*)+|，[^\\n]+)\\n|(?:^|\\n)[^a-z0-9A-Z\\u4e00-\\u9fa5]*(?=\\n)|🌕|\\n\\s*[a-zA-Z]+\\s*$/g,\"\")}",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "bookList": "",
      "bookUrl": ""
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": "class.line",
      "bookUrl": "a.1@href",
      "checkKeyWord": "好一个气运人间",
      "kind": "a.0@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "@js:if(java.get(\"单\")==''){\nsrc=org.jsoup.Jsoup.parse(src);\n\nif((result=java.get(\"录\"))==\"\"){if(页=(result=src.select('a[href~=\\\\S]:matches(下[一\\\\s]*[页頁]|下[一二三四五六七八九十百千万〇零0-9]{2,}章):not([href~=^#|javascript:])')).size())result=result.first().attr('href')\n}else{网=String(result).split(\"🌕\");\nfor(i=3,页=+网[0],result=网[1]+2+网[3];i<=页;i++)result+='\\n'+网[1]+i+网[3];\nresult=String(result)}\n\nif(页)java.put(\"页\",/,/.test(book.tocUrl)?result.split('\\n').join(',{\"webView\":true}\\n')+',{\"webView\":true}':result);\n\n嗅=()=>String(src).match(/[\\[(]([\"'])<[a-z]+[ >][^\\[\\]()]+<\\/a>(?:[^\\[\\],()]*<\\/[a-z]+>)?\\1[\\])]/);\n转=it=>it.replace(/\\\\[Uu]([0-9a-zA-Z]{4})/g,(_,it)=>String.fromCharCode(parseInt('0x'+it)));\n兜=()=>src.select(':matchesOwn(^$|[0-9〇一二三四五六七八九十])>a:matches(\\\\S):not(:has(*>*>:not(span)),[href~=(?i)passport|\\\\.aspx$|\\\\.php$|^https://[^/]+(/|index\\\\.[a-z]+)?$|(^|[^/])[?/].*((book|[^a-z])(info|case|page|reg|Game|Play)[^a-z]|buy[^a-z]|SystemInfo|hot|sort|desc|asc|top|coins|nutrition|review|ticket|update|(app|author|xiazai|down)(?!=))|/list\\\\d*([/_-][^/_-]+/?)?$|\\\\d+_\\\\d+_\\\\d+|target=iframe|https%],:matches((?i)^((点击|软件|应用|安装|客户|移动|手机|电脑|安卓|苹果|下载|阅读|pc|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub)[\\\\s.端版]*(?=$|点击|软件|应用|安装|客户|移动|手机|电脑|安卓|苹果|下载|阅读|pc|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub)|[A-Za-z0-9\\\\u4e00-\\\\u9fa5]?返回.*(简介|书页|目录)[A-Za-z0-9\\\\u4e00-\\\\u9fa5]?|[<>-]+|\\\\d+-\\\\d+章|书页|目录|简介|[上下首尾]([一\\\\s]*[页頁]|[\\\\s\\\\d零〇一二三四五六七八九十百]*章)|[↑\\\\[]?[倒正反逆顺順]序[↓\\\\]]?)$))');\n\nif((zt=java.get(\"嗅\"))!=''){\nif(zt>0&&(嗅=嗅())){\nsrc=嗅[0];\nif(zt==2)src=转(src);\nsrc=org.jsoup.Jsoup.parse(src)}\nsrc.select(java.get(\"除\")).remove();\nif(java.get(\"兜\")==1)src=兜();\nsrc=src.select(java.get(\"查\"))\n\nif(!页){for(首=String(java.get(\"首\")).split('\\n'),ss=src.size(),i=0;i<ss;i++)if(首[i]!=src.get(i)){\nif(i>1)src.subList(1,i).clear();break;}}\n\n}else{\nbook.putVariable(\"除\",除=\"meta,link,a:has(img),\"+((zt=java.get(\"全\")!=1)?\"a[href$=\"+String(book.tocUrl).replace(/,\\{\"webView\":true\\}|^.{8}[^/]*/g,'')+\"],\":\"\")+(基=String(java.get(\"基\")),基==''?'':\"a[href$=\"+基.replace(/^.{8}[^/]*/,'')+\"],\")+\"a[href~=javascript:|#|[a-z]+[A-Z][a-z]+Id[=_-]|[^/][/?&]sub[A-Z]|action=list],a:matches(^$|最新章节$|^[^\\\\u4e00-\\\\u9fa5A-Z0-9]*(正文|.{0,2}书架|(免费|在线|开始|立即|全文|从头|点击|正文)+[试阅]读|[^\\\\s\\\\d外内楔前后卷篇章]*(更新调整|[两一二三四五六七八九十]+连更|作者[:：给要有]|双倍月票|感言|推书|推[a-z0-9A-Z_\\\\u4e00-\\\\u9fa5-]+书|[求个请投点下张](月?票|收藏|订阅|推荐)|(感谢|作者)[^\\\\s]*(读者|书友|大家|各位)|[书点]评[^\\\\s]*活动|[没有空]更新|没时间更新|请个?假|关于本书|关于更新|打赏名单|起点活动)[^\\\\s]*)[^\\\\u4e00-\\\\u9fa5A-Z0-9]*$)\");\n\nbook.putVariable(\"嗅\",(基=嗅())?(src=org.jsoup.Jsoup.parse((zt=/\\\\[Uu]([0-9a-zA-Z]{4})/.test(基=基[0]))?转(基):基),zt)?2:1:0);\nsrc.select(除).remove();\n\nif(zt=java.get(\"全\")!=1){\n找=ll=null;\n$=it=>(qc=ll,查=找,ll=src.select(找=it)).size()>14&&(查=it,src=re=ll);\n\nif(!(((ck=java.get(\"ck\"))!=\"\"&&$(\"[href~=\"+ck+\"(?!index(/|\\.[a-z]+)?$)[^.?/_-][^&/_-]*/?$|/[vV][iI][pP][_-]?([Rr]ead|[Cc]hapter|action=article)|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&]*$]\"))||$(\"[href~=^[a-z0-9]+(/|\\\\.[^./]+)?$]\"))){\nif(qc&&qc.size()>ll.size())找=查,ll=qc;\n\n$=it=>(re=src.select(it)).size()&&(查=it,src=re);\n\nif(!($(\"[data-cid]\")||$(\"[href~=(?i)(^|[/_-])(chapter|read)+([_-]?id)?/[^/_-]+[/_-][^/_-]+]\")||$(\"[href~=(?i)(^|[&?/_-](book|novel|comic|manhua|mh?)?)(chapter|read)+([_-]?id)?[?/=]]\")||$(\"[href~=(?i)[&?/_-]cid[&?/_=-]]\")||$(\"[data-href]\"))){\nsrc=兜();\nbook.putVariable(\"兜\",1);\n\nba=(ba=String(java.get(\"ba\"))).match(/(\\?(?:[^=]+=)+)(.+)$/)||ba.match(/(?:[^/_-][/_-]([^/._-]+))?[/_-]([^/._-]+)(?:\\/|\\/index[^/]*|\\.[^/.]+)?$/);\n\nif(xi=(id=ba[2]).match(/\\?[^=]+=([^&]+)/)||id.match(/^[^\\d%]*(\\d{2,}|[1-9])$/)||ba[1]&&ba[1].match(/^[^\\d%]*(\\d{2,})$/))id=xi[1];\n\n$(\"[href~=([^\\\\d]|^)\"+id+\"[/_&-][^\\\\d]*\\\\d+]:not([href~=\"+id+\"[^\\\\d]*$]),[href~=/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[a-zA-Z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?]*$|([^\\\\d]|^)\"+id+\"[/_&-][^\\\\d]*\"+id+\"(/|\\\\.[^.]+|&.+)?$]\")||$(\"[title]\")||$(\"[href~=/view/\\\\d+\\\\.[a-zA-Z]+$]\")}\nif(re.size()<ll.size())查=找,src=ll}}\n\nif(!(zt&&re.size()))src=src.select('a'),查='a';\nif(查)book.putVariable(\"查\",查);\nif(页)java.put(\"首\",src)}\n\nsrc}else if((list=java.get(\"单\"))!=1){\n\nif((网=String(list).split(\"🌕\")).length>1){\nfor(i=+网[2],x=+网[0],j=2,list=\"<a href='\"+baseUrl+\"'>正文1</a>\";i<=x;i++,j++)list+=\"<a href='\"+网[1]+i+网[3]+\"'>正文\"+j+\"</a>\"}\n\norg.jsoup.Jsoup.parse(list).select('a')\n\n}else org.jsoup.Jsoup.parse(\"<a href='\"+baseUrl+\"'>正文</a>\").select('a')",
      "chapterName": "text",
      "chapterUrl": "href@js:chapter.putVariable(\"next\",'a[href~=(?:^|[?/])'+(r=result.trim().replace(/([*$|?+(){}\\[\\]\\^\\\\])/g,'\\\\$1')).match(/[^?/=.]+(?:=(?![01]$)[^=]+)*(?=\\/*$|\\.[^?/.]+$|=[01]$)/)[0]+'[=/_-]2(?:\\\\/|\\\\.[^?/.]+)? *$]@href||a[href~=(?:^|[?/])'+r.replace(/\\d+(?=[^\\d]*$)/,it=>+it+1)+' *$]@href||');result+java.get(\"动\")",
      "isVip": "",
      "nextTocUrl": "@js:java.get(\"页\")",
      "updateTime": ""
    },
    "searchUrl": "<js> \nvar url = baseUrl;\nif (!baseUrl.match(/^https?:/i)) {\n    java.log('\\n\\n\\n\\n‼️请填入正确的Url‼️\\n\\n\\n\\n');\n}\nvar html = java.ajax(url + \",{'webView': true}\");\n//java.log(html);\nvar doc = org.jsoup.Jsoup.parse(html);\nvar form = doc.select('form[action]:not([name~=login]):not([class~=login]):not([id~=login])')[0];\n//java.log(form);\nvar method = form.attr('method');\nvar action = form.attr('action');\nvar charset = doc.select('head>meta[charset]').attr('charset');\nif (charset == '')\n{\n    charset = String(doc.select('head>meta[content~=charset=]').attr('content')).replace(/^.*charset=([a-z0-9\\-]+).*$/i, \n    '$1');\n}\n//java.log(method);\n//java.log(action);\n//java.log(charset);\n//桌面版UA\nvar uaw = \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36\";\n//手机版UA\nvar uam = \"Mozilla/5.0 (Linux; Android 7.0; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/48.0.2564.116 Mobile Safari/537.36 T7/10.3 SearchCraft/2.6.2 (baiduboxapp; P1 7.0)\";\nvar headers = {\n    //请自行选择UA，↓↓↓填入此处\n    \"User-Agent\" : uaw, \"Referer\" : String(baseUrl)\n};\nurl = baseUrl.replace(/([^\\/])$/i, '$1/') + String(action).replace(/^\\//, '');\nvar body = '';\nvar option = {};\nvar sk = form.select('input[name][type=\"text\"],input[name][class=\"text\"]').attr('name');\n//java.log(sk);\nvar es = form.select('input[name]:not([type=\"submit\"])');\nfor (var it in es)\n{\n    var e = es[it];\n    var k = e.attr('name');\n    var v = e.attr('value');\n    if (k == sk) {\n        //body+=sk+'={{java.encodeURI(key,\\''+ charset+'\\');}}&';\n        body += sk + '={{key}}&';\n    }\n    else {\n        body += k + '=' + v + '&';\n    }\n}\nes = form.select('select[name]');\nfor (it in es)\n{\n    var e = es[it];\n    var k = e.attr('name');\n    var v = e.select('option')[0].attr('value');\n    body += k + '=' + v + '&';\n}\nbody = String(body).replace(/&$/, '');\njava.log(body);\nif (method.match(/post/i))\n{\n    option = \n    {\n        \"charset\" : String(charset), \"method\" : String(method), \"body\" : String(body), \"headers\" : headers, \n        \"webView\" : true \n    };\n    url += ',' + JSON.stringify(option);\n}\nelse\n{\n    //get\n    option = {\n        \"charset\" : String(charset), \"headers\" : headers, \"webView\" : true \n    };\n    url += '?' + body + ',' + JSON.stringify(option);\n}\njava.log(url);\n</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃爱书包🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.txt.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1816,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3704.400 QQBrowser/10.4.3587.400\"\n}",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 2935,
    "ruleBookInfo": {
      "author": "class.info@tag.h3@tag.a@text",
      "coverUrl": "class.img@tag.img@src",
      "intro": "id.intro@html",
      "lastChapter": "class.info@span@a@text",
      "name": "class.info@tag.h1@text"
    },
    "ruleContent": {
      "content": "id.book_text@html##一秒记住.*|www.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "tag.a.0@href##.*/(\\d+)/(\\d+)/##/files/article/image/$1/$2/$2s.jpg",
      "kind": "class.even.2@text",
      "lastChapter": "tag.td.1@text",
      "name": "tag.td.0@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.article_texttitleb@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.39txt.com/modules/article/search.php?q={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": " 武道文学",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.22pq.com",
    "customButton": false,
    "customOrder": 1817,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 10288,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "##id=\"wrap\">([^<]*)<##$1###",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "text.点击阅读@href"
    },
    "ruleContent": {
      "content": "id.content@html##最快更新错小说阅读，请访问|请访问：mfeizw|阅读.*最新章节 请关注完美小说网|\\(www.22pq.com\\)"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "##作者：<[^>]*>([^>]*)<##$1###",
      "bookList": "class.info",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.img@src",
      "kind": "##类别：<[^>]*>([^>]*)<##$1###",
      "lastChapter": "h2@tag.a.1@text",
      "name": "h2@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "+@js:org.jsoup.Jsoup.parse(result).select(' #newlist a').toArray().sort().map(x=>({n:x.text(),u:x.attr('href')}))",
      "chapterName": "n",
      "chapterUrl": "u"
    },
    "searchUrl": "/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "女频",
    "bookSourceName": "言情小筑",
    "bookSourceType": 0,
    "bookSourceUrl": "https://yqxz.org",
    "customButton": false,
    "customOrder": 1818,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar result = [];\njava.toast(\"🔥正在刷新列表,请稍等！\");\nvar push = (title, url, size) => result.push({\n    \"title\": title,\n    \"url\": url,\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": size\n    }\n});\nvar baseUrl = \"https://yqxz.org/\";\nvar tag = java.ajax(baseUrl);\nif (tag) {\n    var a = org.jsoup.Jsoup.parse(tag).select(\".newNav a\");\n    push(\"🔥分类小说🔥\", null, 1);\n    for (var i in a) {\n        var title = a[i].text();\n        var url = a[i].attr(\"href\");\n        var size = 0.33;\n        title = String(title).replace(/\\s/g, \"\");\n        url = String(url)+ \"?page={{page}}\";      \n        push(title, url, size);\n  }\n\n} else {\n  java.toast(\"🤔列表刷新失败！！！\");     \n} \nJSON.stringify(result);",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; U; Android 13; zh-Hans-CN; PFJM10 Build/TP1A.220905.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/100.0.4896.58 Quark/6.13.6.581 Mobile Safari/537.36\",\"Accept-Language\":\"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"}",
    "lastUpdateTime": 1744960803767,
    "respondTime": 4988,
    "ruleBookInfo": {
      "author": ".date@a@text",
      "intro": "p@html",
      "kind": "span.2:1@text&&.tags@a@text##时间：|状态：",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": ".read_chapterDetail@p@html",
      "title": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "label.0@text##作者：",
      "bookList": ".bk",
      "bookUrl": "a.0@href",
      "intro": "p@html",
      "kind": "label.1:2@text##大小：?:?|日期：?:?",
      "name": "h3@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".book_list@ul@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "@js:\nu=\"https://yqxz.org/e/search/serchPage.php\"\nbd=`keyboard=${java.encodeURI(key, 'gbk')}&show=title&classid=0`\nlo=String(java.post(u,bd,{}).headers(\"Location\")).replace(/\\[(.*)\\]/,\"$1\")\njava.log(lo)\nurl=\"https://yqxz.org/e/search/\"+lo\n",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：\nhttps://wap.po18.work\n肉肉书 https://wap.rouroushu.com\n肉文屋 https://m.rouwenwu16.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "PO18文学⑭",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.ya49.com/#🚀",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1819,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"🎖 排行榜 🎖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"总排行\",\"url\":\"/top/allvisit-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"月排行\",\"url\":\"/top/monthvisit-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"总推荐\",\"url\":\"/top/allvote-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"月推荐\",\"url\":\"/top/monthvote-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"总收藏\",\"url\":\"/top/goodnum-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"字数榜\",\"url\":\"/top/size-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"更新榜\",\"url\":\"/top/lastupdate-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"新入库\",\"url\":\"/top/postdate-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},\n{\"title\":\"🍀全部分类🍀\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"校园言情\",\"url\":\"/sort/1-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/sort/2-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"古代言情\",\"url\":\"/sort/3-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"罗曼史\",\"url\":\"/sort/4-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"耽美\",\"url\":\"/sort/5-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"百合\",\"url\":\"/sort/6-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"同人\",\"url\":\"/sort/7-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"奇幻玄幻\",\"url\":\"/sort/8-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"网游竞技\",\"url\":\"/sort/9-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻异能\",\"url\":\"/sort/10-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"恐怖灵异\",\"url\":\"/sort/11-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"惊悚推理\",\"url\":\"/sort/12-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武侠仙侠\",\"url\":\"/sort/13-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/sort/14-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"穿越重生\",\"url\":\"/sort/15-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"综合其它\",\"url\":\"/sort/16-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"完  本\",\"url\":\"/wanben-{{page}}.html\",\"style\":{\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1721298851890,
    "loginUrl": "",
    "respondTime": 14654,
    "ruleBookInfo": {
      "author": "##:author\"[^\"]+\"([^\"]*)##$1###",
      "coverUrl": "##og:image\"[^\"]+\"([^\"]*)##$1###",
      "intro": "##:description\"[^\"]+\"([^\"]*)##$1###",
      "kind": "##:category\"[^\"]+\"([^\"]*)##$1###",
      "lastChapter": "##_chapter_name\"[^\"]+\"([^\"]*)##$1###",
      "name": "##:book_name\"[^\"]+\"([^\"]*)##$1###",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "div#content@html",
      "nextContentUrl": "text.下一页@href\n//需要加载下一页,章节地址添加##$##,{\"webView\": true}",
      "replaceRegex": "##更多小说请收藏.*|\\s*_{4,}"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": ".author@text||.authorName@text||.authorNm@text||text.作者@text##作者：",
      "bookList": "ul.topul>li",
      "bookUrl": "h2>a@href",
      "checkKeyWord": "我的",
      "coverUrl": "##<img\\s*src=\"([^\"]+)\"##$1###",
      "intro": ".intro@text||.introduce@text||.desc@text||.desc_info@text||.book_des@text||.bookintro@text",
      "kind": "i.lianzai@text",
      "lastChapter": ".latest_chapter@text||.lastChapterName@text||.newest_chapter_name@text||.market-info@text||.latest@text",
      "name": "h2>a@text",
      "wordCount": ".other@text"
    },
    "ruleToc": {
      "chapterList": "tag.ul.2@tag.li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/s.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}\n",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "求书网站",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xqiushu.com/",
    "customButton": false,
    "customOrder": 1820,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1693017617678,
    "respondTime": 6363,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "class.book_content@html##为了方便下次.*谢谢您的支持！！",
      "replaceRegex": "##txt下载地址：|手机阅读"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.dd@tag.span.1@text##作者：|更新时间：|\\s*\\d+-\\d+-\\d+",
      "bookList": "class.read_list@tag.li",
      "bookUrl": "tag.dd@tag.span.0@tag.a@href",
      "coverUrl": "class.pic@img@src",
      "intro": "tag.dd@tag.span.2@text",
      "kind": "tag.dd@tag.span.0@text&&\ntag.dd@tag.span.1@text##《.*》|/|作者.*时间：",
      "lastChapter": "tag.dd@tag.span.3@tag.div.0@tag.a@text",
      "name": "tag.dd@tag.span.0@tag.a@text##《|》"
    },
    "ruleToc": {
      "chapterList": "class.book_con_list.1@tag.ul@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "search.php?searchkey={{key}}&submit=",
    "weight": 0
  },
  {
    "bookSourceComment": "@jin1987：此赛道可排进前十，连载期间偶尔能看，好朋友小说路上，章节后有广，建议替换",
    "bookSourceGroup": "免费",
    "bookSourceName": " 玄幻文学",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.xhwx6.com#",
    "bookUrlPattern": "https?://m.xhwx6.com/xuanhuan/\\d+.html",
    "customButton": false,
    "customOrder": 1821,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1741577933942,
    "respondTime": 4182,
    "ruleBookInfo": {
      "author": ".block_txt2@a.2@text",
      "coverUrl": ".block_img2@img@src",
      "downloadUrls": "text.TXT下载@href",
      "intro": ".intro_info@ownText##简介：|最新章节推荐地址：.* ",
      "kind": ".block_txt2@p.3:4:5@text\n##分类：|状态：|更新：",
      "lastChapter": ".block_txt2@p.6@text##最新：",
      "name": "h2@a@text"
    },
    "ruleContent": {
      "content": "#nr1@html##Ｘ.*|，最快更新.*|「如章节缺失.*」",
      "nextContentUrl": "@js:\nif (result.indexOf(\"nex22.png\") > -1) {\n  var code = result.match(/eval\\(function(.*)\\);/)[0];\n  code = code.replace(/u[0-9a-f]{10,}/, 'uData')\n  var uData = \"\";\n  eval(code);\n\t\n\tif(!uData.match('_')) {\n\tnext = java.getElement(\"@@#pb_next@a\")\n\tuData = next.attr(\"href\")\n\t}\n\t\n  uData;\n}",
      "replaceRegex": "##\\,如内容.*阅读。|\\,请退出.*阅读全文。|.*最新章节网.*|您所看到的内容.*|本章未完.*",
      "webJs": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".s3@text",
      "bookList": ".lis li",
      "bookUrl": ".s2@a@href",
      "checkKeyWord": "高天",
      "coverUrl": "a@href##((\\d+)\\d{3}).html##https://img.xhwx6.com/$2/$1/$1s.jpg###",
      "kind": ".s1@text##\\[|\\]",
      "name": ".s2@a@text"
    },
    "ruleToc": {
      "chapterList": ".chapter.1@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "<js>\n  u=source.getKey().match(/([^\\#]+)\\#/)[1];\n  cookie.removeCookie(u);\n\thm=java.get(u,{});\tcs=decodeURIComponent(String(hm.header(\"Set-Cookie\")).replace(/[eE]xpires[^;]+;|[pP]ath=\\/;|,|httponly|\\s/g,'').replace(/^;|;$/g,''));\ttoken=org.jsoup.Jsoup.parse(hm.body()).select('input[name=\"_token\"]').attr('value');\ns=page>1?'&page='+page:'';\tbody=\"_token=\"+token+\"&kw=\"+key+s;\n\thead={\"cookie\":cs}\n\tpost={\n\t\t\"method\": \"POST\",\n\t\t\"body\":body,\n\t\t\"headers\":head\n\t}\nu+\"/search/,\"+JSON.stringify(post)\n</js>",
    "variableComment": "@js:\nJSON.stringify({\n\t\"upgrade-insecure-requests\":\"1\",\n\t\"accept\":\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8\",\n\t\"accept-language\":\"zh-CN,en-US;q=0.9\",\n\t\"Referer\": source.getKey().match(/([^\\#]+)\\#/)[1],\n\t\"User-Agent\":\"Mozilla/5.0 (linux; u; android 9; zh-cn; v1816a build/pkq1.180819.001) applewebkit/537.36 (khtml, like gecko) version/4.0 chrome/100.0.2987.108 quark/6.5.5.137 mobile safari/537.36\"\n});",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃鬼吹灯🎃#5",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.cxzz958.com#🎃",
    "customButton": false,
    "customOrder": 1822,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\npush(\"全部🌊分类\",null,1,1)\npush(\"🌊全本🌊\",`http://m.cxzz958.com/wanben/{{page}}.html`,1,1)\n\tarList=[\"玄幻小说\",\"仙侠小说\",\"都市小说\",\"军史小说\",\"网游小说\",\"科幻小说\",\"恐怖小说\",\"其它小说\"]\n\tarList.map((tag,index)=>{\n\t\turl=`/fenlei/${index+1}/{{page}}.html`;\n\t\tpush(tag, url, 1, 0.25);\n\t\t});\n//java.log(JSON.stringify(sort))\nJSON.stringify(sort)",
    "header": "{'User-Agent':'Mozilla/5.0 (Linux; Android 14; V2304A; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/123.0.6312.118 Mobile Safari/537.36',\n\"Referer\":\"http://www.cxzz958.com/\"}",
    "lastUpdateTime": 0,
    "respondTime": 959,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#content@html",
      "replaceRegex": "##.*首发域名.*|.*\\.html"
    },
    "ruleExplore": {
      "author": "{{@@.s4@text}}{{@@##a\\>\\/(.*?)\\<\\/##$1###}}",
      "bookList": ".bd@ul@li&&.cover@p",
      "bookUrl": "a.0@href\n<js>\nif(result!=\"\"){\n\tlet pi=result.match(/\\/(.*?)\\/$/)[1];\nurl=\"http://www.cxzz958.com/\"+pi\n}\nresult=url\n</js>",
      "coverUrl": "",
      "intro": "",
      "kind": "{{@@span.0@text##\\[|\\]}}{{@@.line@text##\\[|\\].*}}",
      "lastChapter": "span.2@a@text",
      "name": "a.0@text",
      "wordCount": "span.-1@text"
    },
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".bookbox",
      "bookUrl": "h4@a@href",
      "coverUrl": "img@src",
      "kind": ".cat@text##分类：",
      "lastChapter": ".update@text##最新章节：",
      "name": "h4@a@text"
    },
    "ruleToc": {
      "chapterList": "dl@dt:nth-of-type(2)~dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://www.cxzz958.com/s.php?ie=utf-8&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "轮回小说网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.9xs.org#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1823,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 1306,
    "ruleBookInfo": {
      "author": ".zz@text##作者：",
      "coverUrl": "class.f1_L@img@src",
      "intro": "class.jj_con@text##阅读.*最新章节请关.*",
      "lastChapter": "class.zj@text",
      "name": "h3@a@text",
      "tocUrl": "class.mulu@a@href"
    },
    "ruleContent": {
      "content": "id.txt@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.tags@tag.span.0@text",
      "bookList": "class.result@li",
      "bookUrl": "h3@a@href",
      "coverUrl": "img@data-original",
      "kind": "class.tags@tag.span.1@text##分类：",
      "lastChapter": "tag.p.1@a@text",
      "name": "h3@a@text"
    },
    "ruleToc": {
      "chapterList": "<js>'<p>' + result.match(/\\<a\\s(href=\"\\d+\\.html\").+?a\\>/g).sort() + '</p>'</js>//a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.9xs.org/search.php?key={{key}},{\n  \"charset\": \"utf-8\"\n}",
    "weight": 58
  },
  {
    "bookSourceComment": "同站：第一版主 https://m.xdybz.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "📖肉书屋7",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.roushuwu7.com/#",
    "customButton": false,
    "customOrder": 1824,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"总点击榜\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击榜\",\"url\":\"/top/monthvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击榜\",\"url\":\"/top/weekvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/sort/1_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"/sort/2_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市言情\",\"url\":\"/sort/3_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻网游\",\"url\":\"/sort/4_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"惊悚悬疑\",\"url\":\"/sort/5_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"耽美同人\",\"url\":\"/sort/6_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越架空\",\"url\":\"/sort/7_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"高辣浓情\",\"url\":\"/sort/8_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"禁忌百合\",\"url\":\"/sort/9_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"精品文学\",\"url\":\"/sort/10_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"完本小说\",\"url\":\"/full/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1719533486891,
    "loginUrl": "",
    "respondTime": 5006,
    "ruleBookInfo": {
      "author": ".xx a.1@text",
      "coverUrl": "img@src",
      "init": "",
      "intro": ".jianjie@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".xx a.0@text##小说",
      "lastChapter": ".xx a.2@text##正文\\s",
      "name": ".xx li.0@text##\\_.*",
      "tocUrl": ".gengduo a@href"
    },
    "ruleContent": {
      "content": "#nr@html",
      "imageStyle": "0",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": ".list ul",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "span.2@text##\\s",
      "kind": "span.-1@text",
      "lastChapter": "",
      "name": "a.1@text##\\_.*",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".fk li",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##http://img.roushuwu7.com/image/$2/$1/$1s.jpg###",
      "intro": "",
      "kind": "a.0@text##\\[|\\]",
      "lastChapter": "",
      "name": "a.1@text##\\_.*",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".lb li a",
      "chapterName": "text##本页章节.*",
      "chapterUrl": "href",
      "nextTocUrl": ".showpage@a@href"
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"s={{key}}&type=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "77读书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.77shuku.org",
    "customButton": false,
    "customOrder": 1825,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar result = [];\nvar push = (title, url, size) => result.push({\"title\": title,\"url\": url,\"style\": {\"layout_flexGrow\": 1,\"layout_flexBasisPercent\": size}});\nvar tagUrl = source.key;\nvar tag = java.ajax(tagUrl);\nvar tagList = org.jsoup.Jsoup.parse(tag).select(\".head_t a\");\nvar tagSize = 0.4;\npush(\"分类\",null,1);\nfor (var i=2;i < tagList.length-2;i++) {\n    var title = tagList[i].text();\n    var url = source.key + String(tagList[i].attr(\"href\")).replace(/(\\d+).html/, `{{page}}.html`);\n    title = String(title).replace(/\\s/g, \"\");\n    push(title, url, tagSize);\n}\nJSON.stringify(result);",
    "lastUpdateTime": 1748268209139,
    "respondTime": 1842,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content"
    },
    "ruleContent": {
      "content": ".page-content@html",
      "replaceRegex": "##最新网址：.*|.*\\.com|txt下载地址：.*|手机阅读：.*"
    },
    "ruleExplore": {
      "author": "small@text",
      "bookList": ".shu_box",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "name": "a.1@text"
    },
    "ruleSearch": {
      "author": "span@text",
      "bookList": "tbody tr!0",
      "bookUrl": "a.1@href",
      "kind": "a.0@text##[\\[\\]]",
      "lastChapter": "a.2@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".zjlist a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "九五书包🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.95shubao.la#🎃",
    "customButton": false,
    "customOrder": 1826,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻魔法\",\"url\":\"/mulu/1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠修真\",\"url\":\"/mulu/2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/mulu/3-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/mulu/4-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"侦探推理\",\"url\":\"/mulu/5-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游动漫\",\"url\":\"/mulu/6-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻小说\",\"url\":\"/mulu/7-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖灵异\",\"url\":\"/mulu/8-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越小说\",\"url\":\"/mulu/9-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他类型\",\"url\":\"/mulu/10-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"完本小说\",\"url\":\"/modules/article/articlelist.php?fullflag=1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 2548,
    "ruleBookInfo": {
      "author": ".author@a@text",
      "coverUrl": ".con_limg@img@src",
      "intro": ".r_cons@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".txt_nav@a.1@text&&.lastrecord@ownText##小说|.*\\(|\\).*",
      "lastChapter": ".lastrecord@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".info@h1@text",
      "tocUrl": ".r_tools@a.1@href"
    },
    "ruleContent": {
      "content": "#content@textNodes",
      "replaceRegex": "##\\.pbtxt."
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": "#alistbox",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "kind": "",
      "lastChapter": "",
      "name": "a.1@text##《|》",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "tbody@tr!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.5:4@text",
      "lastChapter": "td.1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "td.0@text",
      "wordCount": "td.3@text"
    },
    "ruleToc": {
      "chapterList": ".novel_list@dd@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?ie=gbk&searchkey={{key}}&ct=2097152",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "一起看看",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.17kankan.org/",
    "customButton": false,
    "customOrder": 1827,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1726649332102,
    "respondTime": 7454,
    "ruleBookInfo": {
      "author": "p.0@a.0@text",
      "coverUrl": "img@src",
      "intro": ".p2.1@text",
      "kind": ".tab1@text",
      "lastChapter": "p.2@a.0@text",
      "name": "h1.0@text",
      "tocUrl": ".infolink@a.1@href",
      "wordCount": "p.1@text##更新："
    },
    "ruleContent": {
      "content": "#novelcontent@html",
      "nextContentUrl": "text.下一小节@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".search_box@p",
      "bookUrl": "a.0@href",
      "checkKeyWord": "我的",
      "kind": "a.1@text",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "li@a",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/s.php,{\n\"body\": \"s={{key}}&type=articlename\",\n\"charset\": \"gbk\", \n\"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "键盘小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.janpn.info#🎃",
    "customButton": false,
    "customOrder": 1828,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/xuanhuanqihuan/list-1-{{page}}.html\r\n修真::/wuxiaxiuzhen/list-2-{{page}}.html\r\n都市::/xiandaidushi/list-3-{{page}}.html\r\n军史::/lishijunshi/list-4-{{page}}.html\r\n网游::/youxijingji/list-5-{{page}}.html\r\n科幻::/kehuanlingyi/list-6-{{page}}.html\r\n言情::/nvshengyanqing/list-7-{{page}}.html\r\n其他::/qitaleixing/list-8-{{page}}.html",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 10; PAHM00 Build/QKQ1.191008.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/77.0.3865.92 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 0,
    "respondTime": 2541,
    "ruleBookInfo": {
      "author": "class.col-md-12@tag.p.0@text##by|\\s著",
      "coverUrl": "",
      "intro": "//*[@name='description']/@content",
      "kind": "class.col-md-12@tag.p.1@text##更新时间：",
      "name": "class.breadcrumb@textNodes##>",
      "tocUrl": "class.btn btn-primary@href"
    },
    "ruleContent": {
      "content": "id.htmlContent@html"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "class.list@a",
      "bookUrl": "a@href",
      "lastChapter": "class.glyphicon glyphicon-bullhorn@text",
      "name": "a@title"
    },
    "ruleSearch": {
      "author": "class.shop-info!0:2@text##\\[.*$",
      "bookList": "class.list@a",
      "bookUrl": "a@href",
      "coverUrl": "",
      "lastChapter": "class.glyphicon glyphicon-bullhorn@text",
      "name": "a@title"
    },
    "ruleToc": {
      "chapterList": "class.panel-body panel-chapterlist@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://www.janpn.info/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃去读读小说网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.qududu.com#🎃",
    "customButton": false,
    "customOrder": 1829,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/list1/{{page}}.html\n武侠::/list2/{{page}}.html\n都市::/list3/{{page}}.html\n历史::/list4/{{page}}.html\n网游::/list5/{{page}}.html\n科幻::/list6/{{page}}.html\n言情::/list7/{{page}}.html\n其他::/list8/{{page}}.html\n排行::/top/all_0_ {{page}}.html\n完本::/full/0_{{page}}.html",
    "header": "",
    "lastUpdateTime": 0,
    "respondTime": 11016,
    "ruleBookInfo": {
      "author": "li[class=\"\"]@a@text",
      "coverUrl": "img@src",
      "intro": "div[id=\"intro_pc\"]@text##您要是觉得.+",
      "kind": "div[class=\"title\"]@a.1@text&&ul[class=\"\"]@li.3:1@text##.+：",
      "lastChapter": "li[class=\"col-12\"]@a@text",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": "[class=\"font_max\"]@html##.\\(.+\\).|book.+list|dengbi.+cc",
      "nextContentUrl": "text.下一章@href",
      "title": "h1@text"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span@text",
      "bookList": "class.row.-1@tag.div!0",
      "bookUrl": "dt@a@href",
      "checkKeyWord": "校花别哭了！宝藏女同桌才是我的白月光",
      "coverUrl": "img@src",
      "intro": "",
      "kind": "h3@a@text&&[class=\"book_other\"].1:2@text##\\[|\\].+|.+：|{{book.name}}",
      "lastChapter": "class.book_other.3@a@text",
      "name": "h3@a@text##\\[.+\\]"
    },
    "ruleToc": {
      "chapterList": "[class=\"row\"].-1@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "<js>\nlet list = [];\nlet p = java.getString(\".page-link@text\").match(/\\d\\/(\\d+)/);\n//java.log(p[1]);\nfor(let i = 1; i <= (p && p[1]? p[1] : 0); i++){  \n  let uri = baseUrl;\n  let href = uri + `index_${i}.html`;\n  //java.log(href);\n  list.push(href);\n}\nlist\n</js>"
    },
    "searchUrl": "/search.php?q={{key}}&p={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "优·书荒荒",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.shuhuanghuang.com",
    "customButton": false,
    "customOrder": 1830,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734556094349,
    "respondTime": 542,
    "ruleBookInfo": {
      "author": "##作者：([^<]*)##$1###",
      "coverUrl": ".book-info img@src",
      "init": ".book-info",
      "intro": ".description@text@js:result.replace(/各位书友.*/g, '').replace(/^\\s*/, '<br>')",
      "kind": ".cg@text##最近更新：",
      "lastChapter": ".newset a@text##正文?(_)",
      "name": ".title@text",
      "wordCount": ".cr@text"
    },
    "ruleContent": {
      "content": ".content p@textNodes##手机.+[a-zA-Z]+.[^\\s]*[a-zA-Z].+书荒慌.+小说网."
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "##作者：[^>]*>([^<]*)##$1###",
      "bookList": "+@css:.block-thumb",
      "bookUrl": "h3 a@href",
      "coverUrl": ".lazy@data-original",
      "kind": ".updating@text",
      "lastChapter": "",
      "name": "h3@text"
    },
    "ruleToc": {
      "chapterList": "+@css:.book-list li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search/?keywords={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "看小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.2kxs.info",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1831,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1731430697047,
    "loginUrl": "",
    "respondTime": 2125,
    "ruleBookInfo": {
      "author": "tag.h3.0@tag.a.0@text",
      "coverUrl": "class.pannel-body info@class.info1@tag.img.0@src",
      "init": "",
      "intro": "class.pannel-body info@tag.p.0@textNodes",
      "lastChapter": "class.panel-body text-center info3@tag.p.2@a@text",
      "name": "tag.h1@text"
    },
    "ruleContent": {
      "content": "class.panel-body content-body content-ext@textNodes"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "tag.tr@tag.p.1@tag.a.0@text||tag.h3.0@tag.a.0@text",
      "bookList": "//*[@id=\"bookcon\"]//tr",
      "bookUrl": "tag.tr@tag.p.0@tag.a.0@href",
      "coverUrl": "",
      "kind": "tag.tr@tag.p.3@text||tag.p.1@text##.*状态：",
      "lastChapter": "",
      "name": "tag.tr@tag.p.0@tag.a.0@text||tag.h1@text"
    },
    "ruleToc": {
      "chapterList": "class.list-group list-charts.0@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/modules/article/search.php?searchkey={{key}}&submit=搜索",
    "weight": 0
  },
  {
    "bookSourceComment": "\n\t\njm = Object.keys(link_Params).map((key)=>link_Params[key]).join(\"\");\n_md5 = String(java.md5Encode(jm));\nmd5 = _md5.substring(3,_md5.length-5);\napi_Params = {\n   \"ver\": \"1.6.4\",\n   \"md5\": md5\n};\nbody = Object.assign(link_Params, api_Params);\noption = {'method':'POST','body':JSON.stringify(body)};\nurl = link_Urlpath +\",\"+ JSON.stringify(option);",
    "bookSourceGroup": "免费",
    "bookSourceName": "乐读小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://api.book.bookld.com/",
    "customButton": false,
    "customOrder": 1832,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\n\npush('榜单', null, 1, 1);\n  bd=[\"综合\",\"新书\",\"完结\",\"男生\",\"女生\",\"收藏\"];\n    bd.map((title,type)=>{\t\t\t\t\t\n\t\t\turl = `@js:link_Urlpath = \"/Book/RankingList\";\n\t   \tlink_Params =\t{\"ranking_id\":${type+91},\"start\":(page-1)*20,\"limit\":20};\t\n\t\t \teval(String(source.bookSourceComment));`;\n\t\t \t\n\t\t\t\tif(type+1 <= bd.length - bd.length%3)\n\t\t\t {\tpush(title, url, 1, 0.25);}\n\t\t\t\telse{ push(title, url, 0, 0.3);}\t\t\t\t\t\t\t\t\t\t\n\t\t\t});\n\n   fl =[[\"男频\",\"100\",\n[\"都市\",\"玄幻\",\"仙侠\",\"灵异\",\"军史\",\"科幻\",\"竞技\",\"N次元\"]],\n[\"女频\",\"200\",\n[\"现言\",\"古言\",\"幻言\",\"灵异\",\"科幻\",\"青春\"]],\n[\"名著\",\"300\",\n[\"中国名著\",\"外国名著\"]]\n];\nfl.map([title,gender,list]=>{\n  \t\n\tpush(title, null, 1, 1);\n\t  list.map((title,type)=>{\n\t  \turl = `@js:link_Urlpath = \"/Book/QueryBookForCtgr\";\n\t   \tlink_Params =\t{\"type\":${type+1+Number(gender)},\"category\":0,\"serials\":\"不限\",\"vip\":\"不限\",\"start\":(page-1)*20,\"limit\":20};\t\n\t\t \teval(String(source.bookSourceComment));`;\n\tif(list.length > 3){\n\t\tif(type+1 <= list.length - list.length%3)\n\t\t\t {\tpush(title, url, 1, 0.25);}\n\t\t\t\telse{ push(title, url, 0, 0.29);}\n\t\t\t\t}\n\t\t\t\telse{ push(title, url, 1, 0.25);}\n    \t});\n\t});\n\nJSON.stringify(sort);",
    "header": "",
    "lastUpdateTime": 1721272554204,
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 4797,
    "ruleBookInfo": {
      "author": "$.author",
      "canReName": "",
      "coverUrl": "$.cover",
      "downloadUrls": "",
      "intro": "🔖 标签：{{$.tags##\\n##,}}\n🕰 更新：{{$.updated}}\n♠️ 版权：{{$.MoreInfo##免责声明：|，.*}}\n📂 简介：{{$.longIntro}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "{{$.majorCate}}\n{{r=java.getString('isSerial');if(r!=\"\") r!='true'?'完结':'连载';}}\n{{$.updated##\\s.*}}",
      "lastChapter": "$.lastChapter",
      "name": "$.title",
      "tocUrl": "@js:\nlink_Urlpath = \"/Book/CatelogueList\";\nlink_Params =\t{ \n\t \"_id\": java.put('_id',java.getString('$._id')),\n  \"userID\": \"312818\"\n  };\neval(String(source.bookSourceComment));",
      "wordCount": "$.wordCount"
    },
    "ruleContent": {
      "content": "<js>\n$ = JSON.parse(result);\nbody = $.chapter.body;\nif(body!=null){\n\t\n\n//解密方式一（阅读内置方法）：\njmkey=\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjYFYoMbA0uW8by6+YIghxxsvibS9YW4yKVSulykAzZZwZ/+dNTkZ4inY7Pj08aksm6RCGKS6+WfvVQo/EdkcS5p2LY2/76qVzapyHsyQf/Pud6ATPKnwxNt/DaqjL35Z9K0NI/RF9x732RdIEOTKXppfRdzCa/1Ctm/5ZFilY8UmZsppkjDd3XkuPr3n3wVC8WFvqmdJ1N55prRlnaRaO+mIOXo3OsOzIxE5EdcE0TLT9OFZ3Wlbi3E0iI0v/ZsrWoL57YvLwo7BsARp7BansDCx8NZg6ObGQN/tNrE/nKqQTXeJjnFWXdLfhI7xivPPphkj5fNpiufIsIUEd7eXBwIDAQAB\";\ndata = java.base64DecodeToByteArray(body);\nkey = java.base64DecodeToByteArray(jmkey);\n\ncontent = java.createAsymmetricCrypto(\"RSA\").setPublicKey(key).decryptStr(data)\n\t\n/*\t\n//解密方式二（构造函数）：\nvar javaImport = new JavaImporter();\njavaImport.importPackage(\n\t   Packages.java.lang,\n     Packages.java.security,\n     Packages.java.security.interfaces,\n     Packages.java.security.spec,\n     Packages.android.util,\n     Packages.java.io,      \n     Packages.javax.crypto,\n     Packages.javax.crypto.spec\n);\nwith(javaImport){\n function Decode(str){\njmkey=\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjYFYoMbA0uW8by6+YIghxxsvibS9YW4yKVSulykAzZZwZ/+dNTkZ4inY7Pj08aksm6RCGKS6+WfvVQo/EdkcS5p2LY2/76qVzapyHsyQf/Pud6ATPKnwxNt/DaqjL35Z9K0NI/RF9x732RdIEOTKXppfRdzCa/1Ctm/5ZFilY8UmZsppkjDd3XkuPr3n3wVC8WFvqmdJ1N55prRlnaRaO+mIOXo3OsOzIxE5EdcE0TLT9OFZ3Wlbi3E0iI0v/ZsrWoL57YvLwo7BsARp7BansDCx8NZg6ObGQN/tNrE/nKqQTXeJjnFWXdLfhI7xivPPphkj5fNpiufIsIUEd7eXBwIDAQAB\";\n \tpublicKey = \tKeyFactory.getInstance(\"RSA\").generatePublic(new X509EncodedKeySpec(Base64.decode(jmkey, 0)));\n\n       instance = Cipher.getInstance(\"RSA\");\n        instance.init(2, publicKey);\n        decode = Base64.decode(str,0);\n        blockSize = instance.getBlockSize();\n        byteArrayOutputStream = new ByteArrayOutputStream(64);\n         i = 0;\n        while (true) {\n             i2 = i * blockSize;\n            if (decode.length - i2 > 0) {\n                byteArrayOutputStream.write(instance.doFinal(decode, i2, blockSize));\n                i++;\n            } else {\n                decode = byteArrayOutputStream.toByteArray();\n                byteArrayOutputStream.close();\n                return new String(decode);\n            }\n        }\n    }\n}\ncontent = Decode(body);\n\n*/\n\n}\nelse{ msg = $.msg; }\n</js>"
    },
    "ruleExplore": {
      "author": "$.author",
      "bookList": "$.books",
      "bookUrl": "@js:\nlink_Urlpath = \"/Book/ArticleInfo\";\nlink_Params =\t{ \n\t \"_id\": \"{{$._id}}\",\n  \"userID\": \"312818\"\n  };\neval(String(source.bookSourceComment));",
      "coverUrl": "$.cover",
      "intro": "$.shortIntro",
      "kind": "{{$.majorCate}}\n{{r=java.getString('isSerial');if(r!=\"\") r!='true'?'完结':'连载';}}\n{{$.updated##\\s.*}}",
      "name": "$.title",
      "wordCount": "$.lastChapter"
    },
    "ruleSearch": {
      "author": "$.author",
      "bookList": "$.books",
      "bookUrl": "@js:\nlink_Urlpath = \"/Book/ArticleInfo\";\nlink_Params =\t{ \n\t \"_id\": \"{{$._id}}\",\n  \"userID\": \"312818\"\n  };\neval(String(source.bookSourceComment));",
      "checkKeyWord": "",
      "coverUrl": "$.cover",
      "intro": "$.shortIntro",
      "kind": "{{$.majorCate}}\n{{r=java.getString('isSerial');if(r!=\"\") r!='true'?'完结':'连载';}}\n{{$.updated##\\s.*}}",
      "lastChapter": "$.lastChapter",
      "name": "$.title",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "$.mixToc.chapters",
      "chapterName": "$.title",
      "chapterUrl": "@js:\nlink_Urlpath = \"/Book/ChapterContent\";\nlink_Params =\t{ \n\t \"_id\": java.get(\"_id\"),\n  \"chapter_id\": \"{{$.chapter_id}}\",\n  };\neval(String(source.bookSourceComment));"
    },
    "searchUrl": "@js:\nlink_Urlpath = \"/Book/QueryArticleByName\";\nlink_Params =\t{\"query\": key};\neval(String(source.bookSourceComment));",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "国学经典",
    "bookSourceType": 0,
    "bookSourceUrl": "https://guoxue.wunpu.com/",
    "bookUrlPattern": "https://guoxue.wunpu.com/\\w+/\\d+/",
    "customButton": false,
    "customOrder": 1833,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"经典小说\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"外国小说\",\"url\":\"/waiguo/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"言情小说\",\"url\":\"/yanqing/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠小说\",\"url\":\"/wuxia/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市小说\",\"url\":\"/dushi/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"现代小说\",\"url\":\"/xiandai/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"盗墓小说\",\"url\":\"/daomu/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"道士小说\",\"url\":\"/daoshi/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖小说\",\"url\":\"/kongbu/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"官场小说\",\"url\":\"/guanchang/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"古典小说\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"四大名著\",\"url\":\"/sdmz/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"才子佳人\",\"url\":\"/czjr/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"谴责讽刺\",\"url\":\"/qzfc/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"神魔志怪\",\"url\":\"/smzg/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"侠义小说\",\"url\":\"/xiayi/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"公案小说\",\"url\":\"/gongan/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史演义\",\"url\":\"/lsyy/\",\"style\":{\"layout_flexBasisPercent\":0.29,\"layout_flexGrow\":-1}},{\"title\":\"笔记小说\",\"url\":\"/biji/\",\"style\":{\"layout_flexBasisPercent\":0.29,\"layout_flexGrow\":-1}},{\"title\":\"国学典籍\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"诸子百家\",\"url\":\"/zzbj/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"蒙学典籍\",\"url\":\"/mengxue/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"易经书籍\",\"url\":\"/yijing/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"古代兵书\",\"url\":\"/bingshu/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"道教书籍\",\"url\":\"/daojiao/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"史学典籍\",\"url\":\"/shishu/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"佛经典籍\",\"url\":\"/fojing/\",\"style\":{\"layout_flexBasisPercent\":0.29,\"layout_flexGrow\":-1}},{\"title\":\"医书大全\",\"url\":\"/ysdq/\",\"style\":{\"layout_flexBasisPercent\":0.29,\"layout_flexGrow\":-1}},{\"title\":\"诗词歌赋\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"文言文\",\"url\":\"/wyw/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"辞赋鉴赏\",\"url\":\"/cifu/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"唐诗\",\"url\":\"/tangshi/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"宋词\",\"url\":\"/songci/\",\"style\":{\"layout_flexBasisPercent\":0.29,\"layout_flexGrow\":-1}},{\"title\":\"历史典故\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"著名战役\",\"url\":\"/zmzy/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"红楼梦人物\",\"url\":\"/hlmrw/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"水浒传人物\",\"url\":\"/shzrw/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史人物\",\"url\":\"/lsrw/\",\"style\":{\"layout_flexBasisPercent\":0.29,\"layout_flexGrow\":-1}},{\"title\":\"生活健康\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"生活常识\",\"url\":\"/shcs/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"健康保健\",\"url\":\"/jkbj/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"健康饮食\",\"url\":\"/jkys/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"美容知识\",\"url\":\"/mrzs/\",\"style\":{\"layout_flexBasisPercent\":0.29,\"layout_flexGrow\":-1}}]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1734955462420,
    "respondTime": 3584,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property~=las?test_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": ".article-content@html"
    },
    "ruleExplore": {
      "bookList": ".notes-style-list li",
      "bookUrl": ".title@a@href",
      "coverUrl": "img@src",
      "intro": ".text@text",
      "name": ".title@text"
    },
    "ruleSearch": {
      "bookList": ".excerpt",
      "bookUrl": "a@href\n@js:result=result+\"/\"",
      "checkKeyWord": "",
      "kind": "ownText##更新时间：",
      "name": "a@text##《|》"
    },
    "ruleToc": {
      "chapterList": ".excerpts a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}/e/search/index.php,{\n  \"body\": \"keyboard={{key}}&show=title&tempid=1&tbname=sinfo\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "//By:空白,无发现",
    "bookSourceGroup": "免费",
    "bookSourceName": "NTR小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.aahhss.com/",
    "bookUrlPattern": "https?://www.aahhss.com/book/\\d+/",
    "customButton": false,
    "customOrder": 1834,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1736537126785,
    "respondTime": 68123,
    "ruleBookInfo": {
      "author": ".authors@text",
      "coverUrl": "img.0@src",
      "init": "",
      "intro": "&nbsp;\n📖 书名：{{@@h1@text}}\n👤 作者：{{@@.authors@text}}\n👀 时间：{{@@meta.-3@content}}\n📜 收藏：{{@@.collect dd@text}}\n🗂 分类：{{@@.status dd@text}}\n🔖 标签：{{@@.tag@text}}\n🗿 肉量：{{@@.pornrate dd@text}}\n✏  评分：{{@@.score dd@text}}\n🕰 最新：{{@@.new dd a@text}}\n👁 观看：{{@@.onclick dd@text}}\n💐 字数：{{@@.wordcount dd@text}}\n🍧 猜你：{{@@.book-like a@text##\\n##❤️}}{{'\\n&lrm;\\n'}}\n🏷 简介：{{@@.book-desc@text}}",
      "kind": ".status dd@text&&.tag a@text",
      "lastChapter": ".new dd@text",
      "name": "h1@text",
      "wordCount": ".wordcount@text"
    },
    "ruleContent": {
      "content": ".content@p@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span@text",
      "bookList": ".grid-item",
      "bookUrl": "a@href##www.*com##www.aahhss.com",
      "coverUrl": "img@src",
      "lastChapter": "a@href##www.*com##www.aahhss.com<js>java.ajax(result)</js>.new dd@text",
      "name": "h3@text"
    },
    "ruleToc": {
      "chapterList": ".book-chapter@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.aakkrr.com/book/{{key}}/{{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": " 悠久小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ujxs.com#一程",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1835,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻奇幻::/xuanhuan/{{page}}/\n仙侠修真::/wuxia/{{page}}/\n都市青春::/dushi/{{page}}/\n历史军事::/lishi/{{page}}/\n游戏动漫::/youxi/{{page}}/\n科幻灵异::/kehuan/{{page}}/\n女生言情::/yanqing/{{page}}/",
    "lastUpdateTime": 1691547972208,
    "loginUrl": "",
    "respondTime": 477,
    "ruleBookInfo": {
      "author": "class.d_title@tag.a.0@text",
      "coverUrl": "id.bookimg@tag.img@src",
      "intro": "id.bookintro@tag.div@text##【展开】|【收起】",
      "kind": "id.count@tag.span.0@text&&class.new@tag.span.1@text##更新时间.",
      "lastChapter": "class.new@tag.a.0@text",
      "name": "class.d_title@tag.h1@text##作者.*|\\s",
      "tocUrl": "class.motion@tag.a.0@href",
      "wordCount": "id.count@tag.span.4@text"
    },
    "ruleContent": {
      "content": "class.read-content@html##.*免费阅读！|佰度搜索.*|.*悠久小说.*|",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "author": "tag.a.2@text",
      "bookList": "id.sitembox@tag.dl",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src",
      "intro": "tag.dd.2@text",
      "kind": "tag.span.1@text&&tag.span.-1@text",
      "lastChapter": "tag.a.3@text",
      "name": "tag.a.1@text"
    },
    "ruleSearch": {
      "author": "tag.a.2@text",
      "bookList": "class.shulist@tag.ul",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.ujxs.com/files/article/image/$2/$1/$1s.jpg###",
      "kind": "tag.li.1@text&&tag.li.4@text&&tag.li.5@text",
      "lastChapter": "tag.a.1@text",
      "name": "tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.readerlist@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/searchbooks.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "👍 天域小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.tycqzw.com",
    "bookUrlPattern": "https://www.tycqzw.com/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 1836,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部小说\",\"url\":\"https://m.tycqzw.com/xclass/0/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"玄幻小说\",\"url\":\"https://m.tycqzw.com/xclass/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"修真小说\",\"url\":\"https://m.tycqzw.com/xclass/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"都市小说\",\"url\":\"https://m.tycqzw.com/xclass/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"穿越小说\",\"url\":\"https://m.tycqzw.com/xclass/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"网游小说\",\"url\":\"https://m.tycqzw.com/xclass/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"科幻小说\",\"url\":\"https://m.tycqzw.com/xclass/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}},{\"title\":\"其他小说\",\"url\":\"https://m.tycqzw.com/xclass/7/{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}}]",
    "lastUpdateTime": 1700668631643,
    "loginUrl": "",
    "respondTime": 5887,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作\\s*者：",
      "coverUrl": "id.fmimg@tag.img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "[property=og:novel:category]@content&&\n[property=og:novel:status]@content&&\n[property=og:novel:status]@content",
      "lastChapter": "id.list@tag.dd.0@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "id.info@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@html##推荐.*新书.*|手机用户.*阅读体验。"
    },
    "ruleExplore": {
      "author": "class.author@text##作者：",
      "bookList": "class.hot_sale",
      "bookUrl": "tag.a.0@href@js:\nr=result.match(/_(\\d+)/)\nid=r[1]\nvar iid = parseInt(id/1000);\n'https://www.tycqzw.com/'+iid+'_'+id+'/'",
      "coverUrl": "img@data-original",
      "intro": "class.review@text##简介：",
      "lastChapter": "",
      "name": "class.title@text"
    },
    "ruleSearch": {
      "author": "class.even.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.even.0@tag.a.0@href",
      "coverUrl": "class.even.0@tag.a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.tycqzw.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "class.odd.0@tag.a.0@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.even.0@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.tycqzw.com/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "望书阁网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.wangshugu.net",
    "customButton": false,
    "customOrder": 1837,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"日点击榜\",\"url\":\"/top/dayvisit-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周点击榜\",\"url\":\"/top/weekvisit-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月点击榜\",\"url\":\"/top/monthvisit-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总点击榜\",\"url\":\"/top/allvisit-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总收藏榜\",\"url\":\"/top/goodnum-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"字数排行\",\"url\":\"/top/size-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"日推荐榜\",\"url\":\"/top/dayvote-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周推荐榜\",\"url\":\"/top/weekvote-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月推荐榜\",\"url\":\"/top/monthvote-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总推荐榜\",\"url\":\"/top/allvote-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最新入库\",\"url\":\"/top/postdate-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最近更新\",\"url\":\"/top/lastupdate-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻魔法\",\"url\":\"/sort/1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠修真\",\"url\":\"/sort/2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/sort/3-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/sort/4-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游动漫\",\"url\":\"/sort/5-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻小说\",\"url\":\"/sort/6-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"侦探推理\",\"url\":\"/sort/7-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖灵异\",\"url\":\"/sort/8-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"同人小说\",\"url\":\"/sort/9-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他类型\",\"url\":\"/sort/10-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"全本小说\",\"url\":\"/top/full-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1733247198968,
    "respondTime": 10219,
    "ruleBookInfo": {
      "author": ".block_txt2@p.2@text",
      "coverUrl": ".block_img2@img@src",
      "init": "",
      "intro": ".intro_info@text##(^|[。！？]+[”」）】]?)##$1<br>@js:result.replace(/各位书友.*|最新章节.*/g,\"\")",
      "kind": ".block_txt2@p.3:4:5@text##.*：|小说|T.*",
      "lastChapter": ".block_txt2@a.3@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".block_txt2@a.1@text"
    },
    "ruleContent": {
      "content": "id.nr1@html",
      "nextContentUrl": "id.pb_next@href",
      "replaceRegex": "##\\s*.*点击下一页继续.*\\s*|....wang.*|.*无弹窗.*|\\s*本书首发.*正版内容！\\s*"
    },
    "ruleExplore": {
      "author": "ownText##.*\\/",
      "bookList": ".line",
      "bookUrl": "a@href",
      "coverUrl": "a@href##.+\\D((\\d+)\\d{3})\\D##http://www.wangshuge.info/files/article/image/$2/$1/$1s.jpg###",
      "kind": "ownText##\\[|\\].*|小说",
      "name": "a@text"
    },
    "ruleSearch": {
      "author": "p.3@text",
      "bookList": ".block",
      "bookUrl": "a.2@href",
      "checkKeyWord": "凡人",
      "coverUrl": "img@src",
      "kind": "p.2@text##.*：|小说",
      "lastChapter": "a.3@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.2@text"
    },
    "ruleToc": {
      "chapterList": ".chapter@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：\n 海棠城   https://m.powenwu14.com\n PO脸红  https://m.huanxiwu.com  \n新御宅屋 https://m.yuzhaiwude.com\n海棠书屋 https://wap.haitangshuwu.info",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔰 BL小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.52blxs.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1838,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "  总点击  ::/top/allvisit_{{page}}/\n  月点击  ::/top/monthvisit_{{page}}/\n  周点击  ::/top/weekvisit_{{page}}/\n   完  本   ::/full/{{page}}/\n玄幻奇幻::/sort/1_{{page}}/\n武侠仙侠::/sort/2_{{page}}/\n都市言情::/sort/3_{{page}}/\n历史穿越::/sort/4_{{page}}/\n网游竞技::/sort/5_{{page}}/\n科幻灵异::/sort/6_{{page}}/\n恐怖惊悚::/sort/7_{{page}}/\n其他类型::/sort/8_{{page}}/",
    "header": "{\n\t\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\",\n\"Referer\": \"{{baseUrl}}\"\n\t}",
    "lastUpdateTime": 1745854119330,
    "respondTime": 11049,
    "ruleBookInfo": {
      "author": ".xx a.1@text",
      "coverUrl": ".xsfm img@src",
      "init": "",
      "intro": ".jianjie@text",
      "kind": ".xx li.1@text##分类：",
      "lastChapter": ".xx a.-1@text",
      "name": ".xx li.0@text",
      "tocUrl": "text.更多章节@href##/$##_1/"
    },
    "ruleContent": {
      "content": "#nr@html",
      "nextContentUrl": "text.下一@href"
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": ".list ul",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "span.-2@text",
      "kind": "span.-1@text",
      "name": "a.1@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".fk li",
      "bookUrl": "a.1@href",
      "checkKeyWord": "",
      "coverUrl": "",
      "kind": "a.0@text##\\[|\\]",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".lb li!-1@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ".showpage a@href"
    },
    "searchUrl": "/s.php,{\n  \"body\": \"type=articlename&s={{key}}\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "万象书城",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.wxscs.com",
    "bookUrlPattern": "https?://www.wxsc8.com/book/\\d+/",
    "customButton": false,
    "customOrder": 1839,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻·奇幻::/nav/xuanhuan<,_{{page}}>.html\n仙侠·武侠::/nav/xianxia<,_{{page}}>.html\n都市·娱乐::/nav/dushi<,_{{page}}>.html\n历史·军事::/nav/lishi<,_{{page}}>.html\n科幻·游戏::/nav/kehuan<,_{{page}}>.html\n恐怖·悬疑::/nav/kongbu<,_{{page}}>.html\n耽美·纯爱::/nav/chunai<,_{{page}}>.html\n女生·言情::/nav/yanqing<,_{{page}}>.html\n轻小说::/nav/erciyuan<,_{{page}}>.html",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1745157436535,
    "respondTime": 2605,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "downloadUrls": "",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": "#cont-body@html",
      "nextContentUrl": ".page a@href"
    },
    "ruleExplore": {
      "author": "0",
      "bookList": ".media",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": ".media-info@text",
      "kind": "0",
      "name": "h4@text"
    },
    "ruleSearch": {
      "author": "td.1@text",
      "bookList": "tbody tr",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "a.0@href\n##(\\d+)##/uploads/cover/pic$1.jpg###",
      "kind": "0",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "#all-chapter a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/plus/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉 圣武书库",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.swskw.com",
    "customButton": false,
    "customOrder": 1840,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "奇幻玄幻::/catalog/xuanhuan_{{page}}.html\n科幻游戏::/catalog/game_{{page}}.html\n武侠仙侠::/catalog/xianxia_{{page}}.html\n女生言情::/catalog/yanqing_{{page}}.html\n都市娱乐::/catalog/dushi_{{page}}.html\n历史军事::/catalog/lishi_{{page}}.html\n悬疑灵异::/catalog/kongbu_{{page}}.html\n耽美纯爱::/catalog/chunai_{{page}}.html\n轻の小说::/catalog/light_{{page}}.html",
    "header": "{\n\t\"User-Agent\": \"Mozilla/5.0 (Linux; Android 14; V2304A; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/123.0.6312.118 Mobile Safari/537.36\",\n\t\"Referer\": \"https://www.swskw.com/\"\n}",
    "lastUpdateTime": 1735479403615,
    "respondTime": 13194,
    "ruleBookInfo": {
      "author": ".media@a.2@text",
      "coverUrl": ".book-img-middel@img@src",
      "intro": ".book-detail@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".col-md-4@text##.*：",
      "lastChapter": ".col-md-8[1]@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "h1@a@text",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.cont-body@html",
      "nextContentUrl": ".text-center@a.2@href"
    },
    "ruleExplore": {
      "author": "span@text",
      "bookList": ".media",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": ".media-info@text",
      "name": "a.1@text"
    },
    "ruleSearch": {
      "author": "td.1@text",
      "bookList": "tbody@tr",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "a.0@href##/(\\d+)##/uploads/cover/$1s.jpg###",
      "name": "a.0@text##.*《|》"
    },
    "ruleToc": {
      "chapterList": "id.all-chapter@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/plus/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "源仓库（新）",
    "bookSourceName": "西瓜小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.pdske.com",
    "customButton": false,
    "customOrder": 1841,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": false,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"职业商战\",\"url\":\"/class/1/{{page}}.html,{'webView': true}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"军旅生涯\",\"url\":\"/class/2/{{page}}.html,{'webView': true}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖悬疑\",\"url\":\"/class/3/{{page}}.html,{'webView': true}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"探险异闻\",\"url\":\"/class/4/{{page}}.html,{'webView': true}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"变身情缘\",\"url\":\"/class/5/{{page}}.html,{'webView': true}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"国术武技\",\"url\":\"/class/6/{{page}}.html,{'webView': true}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"菁菁校园\",\"url\":\"/class/7/{{page}}.html,{'webView': true}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"人文社科\",\"url\":\"/class/8/{{page}}.html,{'webView': true}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"全本完结\",\"url\":\"/wanjie/{{page}}.html,{'webView': true}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1736052263944,
    "respondTime": 15464,
    "ruleBookInfo": {
      "author": ".xas645@text",
      "coverUrl": ".fxjais@img@src",
      "intro": ".sc7f1w@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".8dxgao@a.1@text&&.wqo02t,.kmqi6u,.cp5dfn@text##.*：|\\s..:.*",
      "lastChapter": ".6kcp8h@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".h4a0bo@text",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "id.TextContent@p@html",
      "replaceRegex": "##想要看最新章节.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".bookbox",
      "bookUrl": "a.1@href##$##,{'webView': true}",
      "checkKeyWord": "",
      "coverUrl": "img@data-original",
      "intro": ".update@textNodes",
      "kind": ".author!0@text##.*：|\\s..:.*",
      "lastChapter": "a.3@text",
      "name": "a.1@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "id.chapter@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href##$##,{'webView': true}"
    },
    "searchUrl": "/search.php?searchkey={{key}}&action=login&submit=,{\n  \"method\": \"get\",\n  \"webView\": true\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "偏甜小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.dpyqxs.com",
    "customButton": false,
    "customOrder": 1842,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "集合::/?paged={{page}}&s=合集",
    "lastUpdateTime": 1752158763934,
    "respondTime": 10965,
    "ruleBookInfo": {
      "author": "",
      "lastChapter": ""
    },
    "ruleContent": {
      "content": "class.page-content-single small single@p@html",
      "nextContentUrl": "a.post-page-numbers:not(.current)[href*='page=']@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "class.d-md-flex mg-posts-sec-post",
      "bookUrl": "h4@a@href",
      "checkKeyWord": "集合",
      "intro": "class.mg-content@text",
      "kind": "class.mg-blog-date@text",
      "lastChapter": "",
      "name": "h4@text"
    },
    "ruleToc": {
      "chapterList": "h1",
      "chapterName": "text"
    },
    "searchUrl": "https://www.dpyqxs.com?s={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "Căng Cực",
    "bookSourceType": 2,
    "bookSourceUrl": "https://cangcuc.com/",
    "customButton": false,
    "customOrder": 1843,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"主页\",\"url\":\"?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":null}},{\"title\":\"美图\",\"url\":\"anh-dep-gai-xinh/?page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":null}}]",
    "lastUpdateTime": 1745159110863,
    "respondTime": 8035,
    "ruleBookInfo": {
      "canReName": "",
      "coverUrl": ".post-single-image@img@src",
      "intro": "&nbsp;{{book.name}}\n&shy;\n{{@.entry-meta@html}}",
      "kind": ".categorie@text"
    },
    "ruleContent": {
      "content": ".post-single-body@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "{{\"Căng Cực\"}}",
      "bookList": ".masonry-item",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": "h5@text",
      "kind": ".entry-cat@a@text&&.entry-meta@li@text",
      "name": "h5@text"
    },
    "ruleToc": {
      "chapterList": "body",
      "chapterName": "{{book.name}}",
      "chapterUrl": ""
    },
    "searchUrl": "?s={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "御书屋🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.eyushuwu.com/💝#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1844,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"总榜\",\"url\":\"/top/allvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月榜\",\"url\":\"/top/monthvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周榜\",\"url\":\"/top/weekvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总推\",\"url\":\"/top/allvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月推\",\"url\":\"/top/monthvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周推\",\"url\":\"/top/weekvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"站推\",\"url\":\"/top/toptime/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"收藏\",\"url\":\"/top/goodnum/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"字数\",\"url\":\"/top/size/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最近\",\"url\":\"/top/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最新\",\"url\":\"/top/postdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"——类型——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"玄幻\",\"url\":\"/list/8/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修真\",\"url\":\"/list/9/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/list/12/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史\",\"url\":\"/list/16/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游\",\"url\":\"/list/14/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"/list/13/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖\",\"url\":\"/list/15/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"言情\",\"url\":\"/list/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美\",\"url\":\"/list/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他\",\"url\":\"/list/10/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"——\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Edg/84.0.522.52\"\n}",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 79183,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "init": "",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content##小说|\\s.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content&&[property=\"og:novel:update_time\"]@content\n<js>result.replace(/(.*)\\s/,'$1 • ')</js>\n<js>result.replace(/\\s\\d+:\\d+/,'')</js>",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "@js:\nurl = baseUrl\nid = url.match(/(\\d+)/)[1]\n\"https://m.eyushuwu.com/4/\" + id + \"/\"",
      "wordCount": "class.blue.0@text##字数."
    },
    "ruleContent": {
      "content": ".novelcontent@html",
      "nextContentUrl": "",
      "replaceRegex": "##第.*章.*|.*作者.*|分卷阅读.*|- 肉肉屋",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "tag.td.2@text",
      "bookList": "tbody@tag.tr!0",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href@js:id=result.match(/(\\d+)/)[1];\nresult=\"http://img.eyushuwu.com/image/\"+id.slice(0,2)+\"/\"+id+\"/\"+id+\"s.jpg\"",
      "intro": "",
      "kind": "tag.td.3@text&&tag.td.4@text",
      "lastChapter": "tag.a.1@text",
      "name": "tag.a.0@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "tag.li.2@text##作者.",
      "bookList": ".mySearch ul",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href@js:id=result.match(/(\\d+)/)[1];\nresult=\"http://img.eyushuwu.com/image/\"+id.slice(0,2)+\"/\"+id+\"/\"+id+\"s.jpg\"",
      "intro": "",
      "kind": "tag.li.5@text&&tag.li.4@text##状态.|更新时间.",
      "lastChapter": "tag.a.1@text&&tag.li.4@text##更新时间：\n<js>result.replace(/(.*)\\s/,'$1 • ')</js>\n<js>result.replace(/\\s\\d+:\\d+/,'')</js>",
      "name": "tag.a.0@text",
      "wordCount": "tag.li.3@text##大小."
    },
    "ruleToc": {
      "chapterList": ".info_chapters .p2.1 @ul li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "/modules/article/search.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"searchkey={{key}}&page={{page}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "猩猩小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://444.1006sd.com",
    "customButton": false,
    "customOrder": 1845,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": ":/public/api.php?app=search&q=处女&page={{page}}\n处女::https://444.1006sd.com/public/api.php?app=search&q=处&page={{page}}\n　0::/public/api.php?app=search&q=0岁&page={{page}}\n1::/public/api.php?app=search&q=1&page={{page}}\n2::/public/api.php?app=search&q=2&page={{page}}\n3::/public/api.php?app=search&q=3&page={{page}}\n4::/public/api.php?app=search&q=4&page={{page}}\n5::/public/api.php?app=search&q=5&page={{page}}\n6::/public/api.php?app=search&q=6&page={{page}}\n7::/public/api.php?app=search&q=7&page={{page}}\n8::/public/api.php?app=search&q=8&page={{page}}\n9::/public/api.php?app=search&q=9&page={{page}}\nP::/public/api.php?app=search&q=P&page={{page}}\n一::/public/api.php?app=search&q=一&page={{page}}\n二::/public/api.php?app=search&q=二&page={{page}}\n三::/public/api.php?app=search&q=三&page={{page}}\n四::/public/api.php?app=search&q=四&page={{page}}\n五::/public/api.php?app=search&q=五&page={{page}}\n六::/public/api.php?app=search&q=六&page={{page}}\n七::/public/api.php?app=search&q=七&page={{page}}\n八::/public/api.php?app=search&q=八&page={{page}}\n九::/public/api.php?app=search&q=九&page={{page}}\n丁::/public/api.php?app=search&q=丁&page={{page}}\n十::/public/api.php?app=search&q=十&page={{page}}\n丈::/public/api.php?app=search&q=丈&page={{page}}\n上::/public/api.php?app=search&q=上&page={{page}}\n下::/public/api.php?app=search&q=下&page={{page}}\n不::/public/api.php?app=search&q=不&page={{page}}\n世::/public/api.php?app=search&q=世&page={{page}}\n东::/public/api.php?app=search&q=东&page={{page}}\n丝::/public/api.php?app=search&q=丝&page={{page}}\n两::/public/api.php?app=search&q=两&page={{page}}\n丫::/public/api.php?app=search&q=丫&page={{page}}\n中::/public/api.php?app=search&q=中&page={{page}}\n丰::/public/api.php?app=search&q=丰&page={{page}}\n丸::/public/api.php?app=search&q=丸&page={{page}}\n主::/public/api.php?app=search&q=主&page={{page}}\n义::/public/api.php?app=search&q=义&page={{page}}\n乘::/public/api.php?app=search&q=乘&page={{page}}\n买::/public/api.php?app=search&q=买&page={{page}}\n乱::/public/api.php?app=search&q=乱&page={{page}}\n乳::/public/api.php?app=search&q=乳&page={{page}}\n事::/public/api.php?app=search&q=事&page={{page}}\n云::/public/api.php?app=search&q=云&page={{page}}\n亡::/public/api.php?app=search&q=亡&page={{page}}\n交::/public/api.php?app=search&q=交&page={{page}}\n亲::/public/api.php?app=search&q=亲&page={{page}}\n亵::/public/api.php?app=search&q=亵&page={{page}}\n人::/public/api.php?app=search&q=人&page={{page}}\n仆::/public/api.php?app=search&q=仆&page={{page}}\n仙::/public/api.php?app=search&q=仙&page={{page}}\n伦::/public/api.php?app=search&q=伦&page={{page}}\n位::/public/api.php?app=search&q=位&page={{page}}\n住::/public/api.php?app=search&q=住&page={{page}}\n体::/public/api.php?app=search&q=体&page={{page}}\n佛::/public/api.php?app=search&q=佛&page={{page}}\n侄::/public/api.php?app=search&q=侄&page={{page}}\n侣::/public/api.php?app=search&q=侣&page={{page}}\n侵::/public/api.php?app=search&q=侵&page={{page}}\n便::/public/api.php?app=search&q=便&page={{page}}\n修::/public/api.php?app=search&q=修&page={{page}}\n做::/public/api.php?app=search&q=做&page={{page}}\n停::/public/api.php?app=search&q=停&page={{page}}\n偶::/public/api.php?app=search&q=偶&page={{page}}\n偷::/public/api.php?app=search&q=偷&page={{page}}\n催::/public/api.php?app=search&q=催&page={{page}}\n儿::/public/api.php?app=search&q=儿&page={{page}}\n兄::/public/api.php?app=search&q=兄&page={{page}}\n光::/public/api.php?app=search&q=光&page={{page}}\n入::/public/api.php?app=search&q=入&page={{page}}\n全::/public/api.php?app=search&q=全&page={{page}}\n公::/public/api.php?app=search&q=公&page={{page}}\n共::/public/api.php?app=search&q=共&page={{page}}\n关::/public/api.php?app=search&q=关&page={{page}}\n兵::/public/api.php?app=search&q=兵&page={{page}}\n具::/public/api.php?app=search&q=具&page={{page}}\n养::/public/api.php?app=search&q=养&page={{page}}\n兽::/public/api.php?app=search&q=兽&page={{page}}\n内::/public/api.php?app=search&q=内&page={{page}}\n军::/public/api.php?app=search&q=军&page={{page}}\n凌::/public/api.php?app=search&q=凌&page={{page}}\n出::/public/api.php?app=search&q=出&page={{page}}\n分::/public/api.php?app=search&q=分&page={{page}}\n刚::/public/api.php?app=search&q=刚&page={{page}}\n初::/public/api.php?app=search&q=初&page={{page}}\n制::/public/api.php?app=search&q=制&page={{page}}\n剥::/public/api.php?app=search&q=剥&page={{page}}\n办::/public/api.php?app=search&q=办&page={{page}}\n务::/public/api.php?app=search&q=务&page={{page}}\n动::/public/api.php?app=search&q=动&page={{page}}\n勃::/public/api.php?app=search&q=勃&page={{page}}\n包::/public/api.php?app=search&q=包&page={{page}}\n医::/public/api.php?app=search&q=医&page={{page}}\n半::/public/api.php?app=search&q=半&page={{page}}\n卖::/public/api.php?app=search&q=卖&page={{page}}\n厕::/public/api.php?app=search&q=厕&page={{page}}\n厥::/public/api.php?app=search&q=厥&page={{page}}\n去::/public/api.php?app=search&q=去&page={{page}}\n友::/public/api.php?app=search&q=友&page={{page}}\n双::/public/api.php?app=search&q=双&page={{page}}\n发::/public/api.php?app=search&q=发&page={{page}}\n叔::/public/api.php?app=search&q=叔&page={{page}}\n受::/public/api.php?app=search&q=受&page={{page}}\n口::/public/api.php?app=search&q=口&page={{page}}\n叫::/public/api.php?app=search&q=叫&page={{page}}\n可::/public/api.php?app=search&q=可&page={{page}}\n吃::/public/api.php?app=search&q=吃&page={{page}}\n合::/public/api.php?app=search&q=合&page={{page}}\n同::/public/api.php?app=search&q=同&page={{page}}\n名::/public/api.php?app=search&q=名&page={{page}}\n后::/public/api.php?app=search&q=后&page={{page}}\n吞::/public/api.php?app=search&q=吞&page={{page}}\n吟::/public/api.php?app=search&q=吟&page={{page}}\n吧::/public/api.php?app=search&q=吧&page={{page}}\n含::/public/api.php?app=search&q=含&page={{page}}\n吮::/public/api.php?app=search&q=吮&page={{page}}\n吸::/public/api.php?app=search&q=吸&page={{page}}\n吹::/public/api.php?app=search&q=吹&page={{page}}\n吻::/public/api.php?app=search&q=吻&page={{page}}\n呦::/public/api.php?app=search&q=呦&page={{page}}\n呻::/public/api.php?app=search&q=呻&page={{page}}\n呼::/public/api.php?app=search&q=呼&page={{page}}\n和::/public/api.php?app=search&q=和&page={{page}}\n咪::/public/api.php?app=search&q=咪&page={{page}}\n品::/public/api.php?app=search&q=品&page={{page}}\n哭::/public/api.php?app=search&q=哭&page={{page}}\n唇::/public/api.php?app=search&q=唇&page={{page}}\n啊::/public/api.php?app=search&q=啊&page={{page}}\n啪::/public/api.php?app=search&q=啪&page={{page}}\n喉::/public/api.php?app=search&q=喉&page={{page}}\n喝::/public/api.php?app=search&q=喝&page={{page}}\n喷::/public/api.php?app=search&q=喷&page={{page}}\n嘴::/public/api.php?app=search&q=嘴&page={{page}}\n器::/public/api.php?app=search&q=器&page={{page}}\n囡::/public/api.php?app=search&q=囡&page={{page}}\n园::/public/api.php?app=search&q=园&page={{page}}\n国::/public/api.php?app=search&q=国&page={{page}}\n堂::/public/api.php?app=search&q=堂&page={{page}}\n壁::/public/api.php?app=search&q=壁&page={{page}}\n士::/public/api.php?app=search&q=士&page={{page}}\n声::/public/api.php?app=search&q=声&page={{page}}\n处::/public/api.php?app=search&q=处&page={{page}}\n外::/public/api.php?app=search&q=外&page={{page}}\n多::/public/api.php?app=search&q=多&page={{page}}\n夜::/public/api.php?app=search&q=夜&page={{page}}\n大::/public/api.php?app=search&q=大&page={{page}}\n太::/public/api.php?app=search&q=太&page={{page}}\n夫::/public/api.php?app=search&q=夫&page={{page}}\n失::/public/api.php?app=search&q=失&page={{page}}\n头::/public/api.php?app=search&q=头&page={{page}}\n夺::/public/api.php?app=search&q=夺&page={{page}}\n套::/public/api.php?app=search&q=套&page={{page}}\n女::/public/api.php?app=search&q=女&page={{page}}\n奴::/public/api.php?app=search&q=奴&page={{page}}\n奶::/public/api.php?app=search&q=奶&page={{page}}\n奸::/public/api.php?app=search&q=奸&page={{page}}\n她::/public/api.php?app=search&q=她&page={{page}}\n妇::/public/api.php?app=search&q=妇&page={{page}}\n妈::/public/api.php?app=search&q=妈&page={{page}}\n妊::/public/api.php?app=search&q=妊&page={{page}}\n妓::/public/api.php?app=search&q=妓&page={{page}}\n妹::/public/api.php?app=search&q=妹&page={{page}}\n妻::/public/api.php?app=search&q=妻&page={{page}}\n姊::/public/api.php?app=search&q=姊&page={{page}}\n姌::/public/api.php?app=search&q=姌&page={{page}}\n姐::/public/api.php?app=search&q=姐&page={{page}}\n姑::/public/api.php?app=search&q=姑&page={{page}}\n姝::/public/api.php?app=search&q=姝&page={{page}}\n姨::/public/api.php?app=search&q=姨&page={{page}}\n娃::/public/api.php?app=search&q=娃&page={{page}}\n娇::/public/api.php?app=search&q=娇&page={{page}}\n娘::/public/api.php?app=search&q=娘&page={{page}}\n娠::/public/api.php?app=search&q=娠&page={{page}}\n娲::/public/api.php?app=search&q=娲&page={{page}}\n婆::/public/api.php?app=search&q=婆&page={{page}}\n婚::/public/api.php?app=search&q=婚&page={{page}}\n婶::/public/api.php?app=search&q=婶&page={{page}}\n媒::/public/api.php?app=search&q=媒&page={{page}}\n媚::/public/api.php?app=search&q=媚&page={{page}}\n媾::/public/api.php?app=search&q=媾&page={{page}}\n嫂::/public/api.php?app=search&q=嫂&page={{page}}\n嫖::/public/api.php?app=search&q=嫖&page={{page}}\n嫩::/public/api.php?app=search&q=嫩&page={{page}}\n子::/public/api.php?app=search&q=子&page={{page}}\n孕::/public/api.php?app=search&q=孕&page={{page}}\n孙::/public/api.php?app=search&q=孙&page={{page}}\n学::/public/api.php?app=search&q=学&page={{page}}\n孩::/public/api.php?app=search&q=孩&page={{page}}\n完::/public/api.php?app=search&q=完&page={{page}}\n宝::/public/api.php?app=search&q=宝&page={{page}}\n宠::/public/api.php?app=search&q=宠&page={{page}}\n宫::/public/api.php?app=search&q=宫&page={{page}}\n家::/public/api.php?app=search&q=家&page={{page}}\n导::/public/api.php?app=search&q=导&page={{page}}\n射::/public/api.php?app=search&q=射&page={{page}}\n小::/public/api.php?app=search&q=小&page={{page}}\n少::/public/api.php?app=search&q=少&page={{page}}\n尸::/public/api.php?app=search&q=尸&page={{page}}\n尻::/public/api.php?app=search&q=尻&page={{page}}\n尼::/public/api.php?app=search&q=尼&page={{page}}\n尿::/public/api.php?app=search&q=尿&page={{page}}\n屁::/public/api.php?app=search&q=屁&page={{page}}\n屄::/public/api.php?app=search&q=屄&page={{page}}\n居::/public/api.php?app=search&q=居&page={{page}}\n屎::/public/api.php?app=search&q=屎&page={{page}}\n属::/public/api.php?app=search&q=属&page={{page}}\n岁::/public/api.php?app=search&q=岁&page={{page}}\n巢::/public/api.php?app=search&q=巢&page={{page}}\n巨::/public/api.php?app=search&q=巨&page={{page}}\n巴::/public/api.php?app=search&q=巴&page={{page}}\n师::/public/api.",
    "lastUpdateTime": 1754712368894,
    "respondTime": 4041,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "div@textNodes##读文前请点击右上角支持楼主，送上你的红心！欢迎积极回复和作者进行互动交流！|请填写标题|加载中,请稍侯......|请选择理由|分享到|..小说"
    },
    "ruleExplore": {
      "bookList": "ul@li",
      "bookUrl": "a@href",
      "name": "p@text## "
    },
    "ruleSearch": {
      "bookList": "ul@li",
      "bookUrl": "a@href",
      "checkKeyWord": "处女",
      "name": "p@text##[0123456789]{1,3}|[/（“《〈｛【『]"
    },
    "ruleToc": {
      "chapterList": "div",
      "chapterName": "h2@text"
    },
    "searchUrl": "https://444.1006sd.com/public/api.php?app=search&q={{key}}&page={{page}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "💐 若雨中文",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.3yt.la",
    "customButton": false,
    "customOrder": 1846,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "网络小说::/Book/LN/1079/{{page}}.html\n玄幻魔法::/Book/LN/1094/{{page}}.html\n武侠仙侠::/Book/LN/1095/{{page}}.html\n都市言情::/Book/LN/1096/{{page}}.html\n历史军事::/Book/LN/1097/{{page}}.html\n网游竞技::/Book/LN/1098/{{page}}.html\n科幻灵异::/Book/LN/1099/{{page}}.html\n其他小说::/Book/LN/1100/{{page}}.html",
    "lastUpdateTime": 1734416942869,
    "loginUrl": "",
    "respondTime": 7916,
    "ruleBookInfo": {
      "author": ".w_530@a.0@text##作品集",
      "coverUrl": ".img@img@src",
      "intro": ".h_260@p@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".path@a.1@text&&.w_200@li.0@text&&.h_260@em@text##.*：|\\s...:*|小说",
      "lastChapter": ".h_260@a.0@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".w_530@em.0@text",
      "tocUrl": ".w_200@a.1@href",
      "wordCount": ".w_200@li.1@text##.*已完成\\s|\\s字"
    },
    "ruleContent": {
      "content": "id.BookText@textNodes"
    },
    "ruleExplore": {
      "bookList": "tbody!1:2@tr",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.0:4:3@text##小说",
      "lastChapter": "td.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "td.1@text"
    },
    "ruleSearch": {
      "author": "td.4@text",
      "bookList": "tbody@tr",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.0:5:3@text##小说",
      "lastChapter": "td.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "td.1@text"
    },
    "ruleToc": {
      "chapterList": "id.BookText@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/book/search.aspx?searchkey={{key}}&SeaButton=",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃爱下🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.sjwx.la#🎃",
    "customButton": false,
    "customOrder": 1847,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n    {\n        \"title\": \"武侠小说\",\n        \"url\": \"/soft/1/Soft_001_{{page}}.html\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.3,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"玄幻小说\",\n        \"url\": \"/soft/2/Soft_002_{{page}}.html\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.3,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"都市言情\",\n        \"url\": \"/soft/3/Soft_003_{{page}}.html\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.3,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"恐怖灵异\",\n        \"url\": \"/soft/4/Soft_004_{{page}}.html\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.3,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"现代文学\",\n        \"url\": \"/soft/5/Soft_005_{{page}}.html\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.3,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"侦探推理\",\n        \"url\": \"/soft/6/Soft_006_{{page}}.html\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.3,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"科幻小说\",\n        \"url\": \"/soft/7/Soft_007_{{page}}.html\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.3,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"穿越架空\",\n        \"url\": \"/soft/9/Soft_009_{{page}}.html\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.3,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"古典名著\",\n        \"url\": \"/soft/10/Soft_010_{{page}}.html\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.3,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"历史军事\",\n        \"url\": \"/soft/12/Soft_012_{{page}}.html\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.3,\n            \"layout_flexGrow\": 1\n        }\n    },\n    {\n        \"title\": \"网游小说\",\n        \"url\": \"/soft/14/Soft_014_{{page}}.html\",\n        \"style\": {\n            \"layout_flexBasisPercent\": 0.3,\n            \"layout_flexGrow\": 1\n        }\n    }\n]\n",
    "lastUpdateTime": 0,
    "respondTime": 1604,
    "ruleBookInfo": {
      "author": ".small.-2@text##.+：",
      "coverUrl": ".detail_pic@img@src",
      "intro": "&nbsp;{{@@.small[!1,2,-2]@text}}\n{{@@.showInfo@p@text}}",
      "kind": "span@a.1@text",
      "lastChapter": ".small.-1@text##.+：",
      "name": "h1.0@text",
      "tocUrl": "text.在线阅读@href"
    },
    "ruleContent": {
      "content": "#content1@html",
      "replaceRegex": "##最新网址.+la"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "text.作者：@text##\\s.+",
      "bookList": ".listBox@ul@li",
      "bookUrl": "a@href",
      "coverUrl": "a@img@src",
      "intro": "text.连载：@text##\\S+\\s(\\S+)\\s\\S+\\s(\\S+)##&nbsp;$1\n$2",
      "name": "a@text"
    },
    "ruleToc": {
      "chapterList": ".pc_list.-1@ul@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://www.sjwx.la/search.php?s=&searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "斗破文库",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.doupocangqiong.cc",
    "bookUrlPattern": "http://m.doupocangqiong.cc/\\d+/",
    "customButton": false,
    "customOrder": 1848,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/sort/xuanhuan/{{page}}.html\n奇幻::/sort/qihuan/{{page}}.html\n武侠::/sort/wuxia/{{page}}.html\n仙侠::/sort/xianxia/{{page}}.html\n都市::/sort/dushi/{{page}}.html\n历史::/sort/lishi/{{page}}.html\n军事::/sort/junshi/{{page}}.html\n游戏::/sort/youxi/{{page}}.html\n竞技::/sort/jingji/{{page}}.html\n科幻::/sort/kehuan/{{page}}.html\n灵异::/sort/lingyi/{{page}}.html\n同人::/sort/tongren/{{page}}.html\n女生::/sort/nvsheng/{{page}}.html\n其他::/sort/qita/{{page}}.html",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1713702681533,
    "respondTime": 27269,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "{{$.}}list/"
    },
    "ruleContent": {
      "content": "#articlecon>p@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##.*\\(第\\d+.*页\\)|\\s*.*本章未完.*\\s*",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": ".pt-card li",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "kind": "a.-1@text",
      "name": "a.1@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".pt-card li",
      "bookUrl": "a.1@href",
      "checkKeyWord": "斗破苍穹",
      "coverUrl": "img@src",
      "kind": ".pt-info@text",
      "lastChapter": "a.-1@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".pt-dir li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ".pt-dir-sel a@href"
    },
    "searchUrl": "http://m.doupocangqiong.cc/search.html?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "Error: Failed to connect to wap.7yun.org/:::443 \n",
    "bookSourceGroup": "免费",
    "bookSourceName": "未来小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.7yun.org",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1849,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1643267114751,
    "loginUrl": "",
    "respondTime": 1607,
    "ruleBookInfo": {
      "author": "class.info@tag.a.0@text",
      "coverUrl": "class.lazy@src",
      "intro": "class.intro clearfix.0@text",
      "name": "h2@text",
      "tocUrl": "text.章节列表@href"
    },
    "ruleContent": {
      "content": "@js:java.getElements('dd!-1').toArray().sort((a,b)=>a.attr('data-id')-b.attr('data-id')).map(x=>x.html()).join('')",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##.本章未完，请点击下一页继续阅读.|.*第./.页."
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "##</span>[^<]+\\(([^<]+)\\)</a>##$1###",
      "bookList": "class.bd@li",
      "bookUrl": "tag.a.0@href",
      "kind": "span@text##\\[|\\]",
      "name": "##</span>([^<]+)\\([^<]+\\)</a>##$1###"
    },
    "ruleToc": {
      "chapterList": "+@js:org.jsoup.Jsoup.parse(result.replace(/\\.html/g,\"\")).select('.list li a').toArray().sort((a,b)=>a.attr('href')-b.attr('href')).map(x=>({n:x.text(),u:x.attr('href')+\".html\"}))",
      "chapterName": "n",
      "chapterUrl": "u"
    },
    "searchUrl": "https://wap.7yun.org/s.php,{\n  \"method\": \"POST\",\n  \"body\": \"s={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃4020电子书🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.wrlwx.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1850,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"✱　　　　　　✱  榜    单  ✱　　　　　　✱\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"总排行榜\",\"url\":\"/paihangbang/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"月排行榜\",\"url\":\"/mpaihangbang/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"周排行榜\",\"url\":\"/wpaihangbang/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"最  新\",\"url\":\"/new/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"封  推\",\"url\":\"/fengtui/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"推  荐\",\"url\":\"/tuijian/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"金牌推荐\",\"url\":\"/jinpaituijian/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"✱　　　　　　✱  分    类  ✱　　　　　　✱\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"武侠仙侠\",\"url\":\"/wuxia/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/yanqing/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"耽美小说\",\"url\":\"/danmei/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"玄幻小说\",\"url\":\"/xuanhuan/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"青春校园\",\"url\":\"/xiaoyuan/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"网游竞技\",\"url\":\"/wangyou/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"灵异推理\",\"url\":\"/kongbu/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"纪实文学\",\"url\":\"/jishi/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"军事历史\",\"url\":\"/lishi/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"科幻小说\",\"url\":\"/kehuan/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"管理哲学\",\"url\":\"/zhexue/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}},{\"title\":\"学习资料\",\"url\":\"/xuexi/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1719769306256,
    "loginUrl": "",
    "respondTime": 4083,
    "ruleBookInfo": {
      "author": "class.block_txt2@tag.p.2@text##作者：",
      "coverUrl": "img@src",
      "kind": "class.block_txt2@tag.p.2@a@text",
      "lastChapter": "class.block_txt2@tag.p.6@a@text",
      "name": "class.block_txt2@h2@a@text",
      "tocUrl": "class.block_txt2@tag.a.0@href##-(\\d+).html##http://www.wrltxt.com/read/$1/###"
    },
    "ruleContent": {
      "content": "id.content@textNodes##请记住本书.*",
      "imageStyle": "0"
    },
    "ruleExplore": {
      "author": "class.s@text##大小.*",
      "bookList": "//div[5]/div[2]/div/ul/li",
      "bookUrl": "class.red@href",
      "intro": "class.u@text",
      "kind": "class.s@textNodes##作者.*|大小：|星级：|更新：",
      "lastChapter": "tag.div.-1@text##最新章节：",
      "name": "tag.a.0@text##txt.*"
    },
    "ruleSearch": {
      "author": "tag.td.3@text",
      "bookList": "tbody@tr!0",
      "bookUrl": "tag.a.0@href",
      "kind": "",
      "lastChapter": "tag.td.2@text",
      "name": "tag.td.1@text"
    },
    "ruleToc": {
      "chapterList": "//div[5]/div/div[3]/div[2]/ul/li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.wrlwx.com/so.html?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "\"error:Unabletoresolvehost\"www.8kbook.com\":Noaddressassociatedwithhostname\n\"",
    "bookSourceGroup": "免费",
    "bookSourceName": "🔖八块小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.8kbook.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1851,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "言情::http://www.8kbook.com/1/{{page}}.html\n都市::http://www.8kbook.com/2/{{page}}.html\n玄幻::http://www.8kbook.com/3/{{page}}.html\n仙侠::http://www.8kbook.com/4/{{page}}.html\n武侠::http://www.8kbook.com/5/{{page}}.html\n穿越::http://www.8kbook.com/6/{{page}}.html\n历史::http://www.8kbook.com/7/{{page}}.html\n军事::http://www.8kbook.com/8/{{page}}.html\n科幻::http://www.8kbook.com/9/{{page}}.html\n恐怖::http://www.8kbook.com/10/{{page}}.html\n推理::http://www.8kbook.com/11/{{page}}.html\n游戏::http://www.8kbook.com/12/{{page}}.html\n体育::http://www.8kbook.com/13/{{page}}.html\n耽美::http://www.8kbook.com/14/{{page}}.html\n同人::http://www.8kbook.com/15/{{page}}.html\n名著::http://www.8kbook.com/16/{{page}}.html\n激情::http://www.8kbook.com/17/{{page}}.html\n其他::http://www.8kbook.com/18/{{page}}.html",
    "header": "",
    "lastUpdateTime": 1678669259637,
    "loginUrl": "",
    "respondTime": 81182,
    "ruleBookInfo": {
      "author": "id.author@text##上传者：",
      "coverUrl": "class.fm@tag.img.0@src",
      "intro": "id.jj@text##内容简介",
      "name": "tag.h1@text##上传者：.+"
    },
    "ruleContent": {
      "content": "class.chapter@textNodes",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": "class.tj@tag.label.0@text##上传者：",
      "bookList": "id.sort_newbook@class.sort_list",
      "bookUrl": "class.title@tag.a@href",
      "coverUrl": "class.sort_list@tag.img@src",
      "intro": "class.intro@text##简介：",
      "kind": "class.tj@tag.label.3@text##分类：",
      "name": "class.title@tag.a@text##《|》"
    },
    "ruleSearch": {
      "bookList": "class.list@tag.tbody",
      "bookUrl": "class.name@tag.a@href",
      "coverUrl": "class.cover@tag.img@src",
      "intro": "class.intro@text##电子书简介：",
      "name": "class.name@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.list-item@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.8kbook.com/search.php?keyword={{key}}&submit=%CB%D1+%CB%F7,{\n\"charset\":\"gb2312\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "登录未测试，没有账号，不知道付费章可不可以看\"",
    "bookSourceGroup": "免费",
    "bookSourceName": "💵 悦读小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://hareading.com",
    "customButton": false,
    "customOrder": 1852,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "古代::https://hareading.com/website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=12\"}\n實境::https://hareading.com/website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=11\"}\n奇幻::https://hareading.com/website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=1\"}\n靈異::https://hareading.com/website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=2\"}\n言情::https://hareading.com/website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=3\"}\n都會::https://hareading.com/website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=4\"}\n武俠::https://hareading.com/website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=5\"}\n耽美::https://hareading.com/website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=6\"}\n同人::https://hareading.com/website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=7\"}\n懸疑::https://hareading.com/website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=8\"}\n推理::https://hareading.com/website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=9\"}\n科幻::https://hareading.com/website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=10\"}\n百合::https://hareading.com/website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=13\"}\n成人::https://hareading.com/website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=14\"}\n宮鬥::https://hareading.com/website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=15\"}\n網遊::https://hareading.com/website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=16\"}",
    "lastUpdateTime": 1630780980725,
    "loginUrl": "https://hareading.com/login",
    "respondTime": 3795,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "//*[@property=\"og:image\"]/@content",
      "intro": "//*[@property=\"og:description\"]/@content",
      "kind": "<js>list=result.match(/var classify = ([\\s\\S]+?);/)[1];</js>\n$.[*].classifyName",
      "name": "//*[@property=\"og:title\"]/@content",
      "tocUrl": "https://hareading.com/books/getChapterList,{\n\"method\": \"POST\",\n\"body\": \"bookId={{baseUrl.match(/(\\d+)/)[1]}}\"\n}",
      "wordCount": "@js:unescape(result.match(/\"overStatus\":\".*? : ([^\"]+)\"/)[1].replace(/\\\\/g,'%'))"
    },
    "ruleContent": {
      "content": "$.chapterArticle\n<js>doc=org.jsoup.Jsoup.parse(result)\ndoc.select(\".articleHide\").remove();\ndoc</js>"
    },
    "ruleExplore": {
      "author": "$.authorName",
      "bookList": "$.[*].data[*]",
      "bookUrl": "https://hareading.com/books?bookId={{$.bookId}}",
      "coverUrl": "https://storage.googleapis.com/something.hareading.com/hareading/assets/uploads/images/{{$.bookPhoto}}",
      "intro": "$.bookDescription",
      "kind": "$.classify[*].classifyName",
      "lastChapter": "$.chapterName",
      "name": "$.bookName"
    },
    "ruleSearch": {
      "author": "$.authorName",
      "bookList": "$.searchResult.data",
      "bookUrl": "/books?bookId={$.bookId}",
      "coverUrl": "https://storage.googleapis.com/something.hareading.com/hareading/assets/uploads/images/{$.bookPhoto}",
      "intro": "$.bookDescription",
      "name": "$.bookName"
    },
    "ruleToc": {
      "chapterList": "$.[*]",
      "chapterName": "$.chapterName",
      "chapterUrl": "https://hareading.com/chapters/getArticle,{\n\"method\": \"POST\",\n\"body\": \"chapterId={{$.chapterId}}&isAdult=1\"}",
      "isVip": "$.chapterCoinStatus\n@js:result.indexOf('免費')>-1?'':1",
      "updateTime": "{{$.chapterDatePublish}}•{{$.chapterCoinStatus}}"
    },
    "searchUrl": "https://hareading.com/search/getSearchResult,{\n\"method\": \"POST\",\n\"body\": \"datas[searchString]={{key}}&datas[page]={{page}}&datas[pageRow]=20\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "发现规则来自@游客2580大佬",
    "bookSourceGroup": "免费",
    "bookSourceName": "桃子小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.taozitxt.net/",
    "customButton": false,
    "customOrder": 1853,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"综合类型\",\"url\":\"/class/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"玄幻魔法\",\"url\":\"/class/xuanhuanmofa/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"仙侠修真\",\"url\":\"/class/xianxiaxiuzhen/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/class/dushiyanqing/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/class/lishijunshi/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游动漫\",\"url\":\"/class/wangyoudongman/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻小说\",\"url\":\"/class/kehuanxiaoshuo/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"女生小说\",\"url\":\"/class/nvshengxiaoshuo/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他小说\",\"url\":\"/class/qitaxiaoshuo/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"完结分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"综合类型\",\"url\":\"/quanben/class/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"玄幻魔法\",\"url\":\"/quanben/class/xuanhuanmofa/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"仙侠修真\",\"url\":\"/quanben/class/xianxiaxiuzhen/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/quanben/class/dushiyanqing/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/quanben/class/lishijunshi/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游动漫\",\"url\":\"/quanben/class/wangyoudongman/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻小说\",\"url\":\"/quanben/class/kehuanxiaoshuo/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"女生小说\",\"url\":\"/quanben/class/nvshengxiaoshuo/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他小说\",\"url\":\"/quanben/class/qitaxiaoshuo/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1737976926347,
    "respondTime": 7933,
    "ruleBookInfo": {
      "author": "a",
      "coverUrl": "c",
      "init": "@js:\n$ = (_) => java.getString(_);\n({\n    n: $(\".booktitle@text\"),\n    a: $(\"[property$=author]@content\"),\n    k: $(\"[property~=category|status|update_time]@content\"),\n    w: $(\"text.字数@text\\#\\#字数[：:]\"),\n    l: $(\"[property~=las?test_chapter_name]@content\"),\n    i: $(\"[property$=description]@content\"),\n    c: $(\"[property$=image]@content\"),\n    t: $(\"text.目录@href\"),\n    d: $(\"text.下载@href\")\n});",
      "intro": "i",
      "kind": "k",
      "lastChapter": "l",
      "name": "n",
      "wordCount": "w"
    },
    "ruleContent": {
      "content": "#rtext@html",
      "nextContentUrl": "#linkNext@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author.0@text",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href",
      "coverUrl": "{{$.coverUrl}}http://u3v.cn/5zBiW8",
      "intro": ".update@text",
      "lastChapter": "a.1@text",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.taozitxt.net/search/,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\",\n  \"webView\": true\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "九五小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.95shubao.cc#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1854,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 9044,
    "ruleBookInfo": {
      "author": "class.block_txt2@p.2@a@text",
      "coverUrl": "class.block_img2@img@src",
      "intro": ".intro_info@text##最新章节推荐地址.*",
      "kind": "class.block_txt2@p.3@a@text",
      "lastChapter": "class.block_txt2@p.6@a@text",
      "name": "class.block_txt2@h2@text",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "id.nr1@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\n.*本章未完.*点击下一页继续阅读.*\\n|\\n最新网址.*\\n|\\n.*\\(第.*页\\)|最新网址.*\\n|.*\\(第.*页\\)\\n"
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": "class.line",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "name": "a.1@text##《|》"
    },
    "ruleSearch": {
      "author": "tag.a.2@text",
      "bookList": ".line",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.a.1@href##\\/(\\d+)\\/(\\d+)\\/.*##http://www.95dushu.com/files/article/image/$1/$2/$2s.jpg",
      "kind": "tag.a.0@text##\\[|\\]",
      "lastChapter": "td.1@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": "tag.a.1@text",
      "wordCount": "td.3@text"
    },
    "ruleToc": {
      "chapterList": "class.chapter.1@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/s.php?type=articlename&s={{key}}&submit=",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🔰 天域小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.tycqxs.com",
    "customButton": false,
    "customOrder": 1855,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/xuanhuanxiaoshuo/\n修真::/xiuzhenxiaoshuo/\n都市::/dushixiaoshuo/\n穿越::/chuanyuexiaoshuo/\n网游::/wangyouxiaoshuo/\n科幻::/kehuanxiaoshuo/",
    "lastUpdateTime": 1606787777993,
    "respondTime": 2351,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作\\s*者：",
      "coverUrl": "id.fmimg@tag.img@src",
      "intro": "id.intro@text",
      "name": "id.info@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@html"
    },
    "ruleExplore": {
      "author": "class.s5@text",
      "bookList": "ul!0:2@tag.li",
      "bookUrl": "class.s2@tag.a@href",
      "lastChapter": "class.s3@text",
      "name": "class.s2@tag.a@text"
    },
    "ruleSearch": {
      "author": "class.even.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.even.0@tag.a.0@href",
      "lastChapter": "class.odd.0@tag.a.0@text",
      "name": "class.even.0@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd!0:1:2:3:4:5:6:7:8@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.tycqxs.com/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🔰 爱看小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.qxs9.com",
    "customButton": false,
    "customOrder": 1856,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"日点击榜\",\"url\":\"/top/dayvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周点击榜\",\"url\":\"/top/weekvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月点击榜\",\"url\":\"/top/monthvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总点击榜\",\"url\":\"/top/allvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总收藏榜\",\"url\":\"/top/goodnum_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"字数排行\",\"url\":\"/top/size_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总推荐榜\",\"url\":\"/top/allvote_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最新入库\",\"url\":\"/top/postdate_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最近更新\",\"url\":\"/top/lastupdate_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻魔法\",\"url\":\"/list/1_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠修真\",\"url\":\"/list/2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/list/3_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/list/4_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游动漫\",\"url\":\"/list/5_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻未来\",\"url\":\"/list/6_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖灵异\",\"url\":\"/list/7_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他类型\",\"url\":\"/list/8_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"完本\",\"url\":\"/full/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "header": "{\n    \"User-Agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1\"\n}",
    "lastUpdateTime": 1720228756800,
    "respondTime": 13835,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": ".intro_info@textNodes##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##小说|\\s.*",
      "lastChapter": "[property$=latest_chapter_name]@content##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "[property$=book_name]@content",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "#novelcontent@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##天才一秒记住.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".content_link||.tt",
      "bookUrl": "a.1@href",
      "checkKeyWord": "凡人",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##https://www.ai9w.com/files/article/image/$2/$1/$1s.jpg###",
      "intro": ".p5@text",
      "kind": "a.0@text&&.label p.0@text##\\[|\\]",
      "name": "a.1@text",
      "wordCount": ".label p.1@text"
    },
    "ruleToc": {
      "chapterList": ".info_chapters@ul.1@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "{{java.connect(source.getKey()).raw().request().url()}}s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"post\",\n  \"body\": \"s={{key}}&type=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "综合ss要数字？",
    "bookSourceType": 0,
    "bookSourceUrl": "https://3wx4.23uup.com",
    "customButton": false,
    "customOrder": 1857,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "处女::https://3wx4.23uup.com/e/search/result/index.php?page={{page}}&searchid=11341\n催眠::https://3wx4.23uup.com/e/search/result/index.php?page={{page}}&searchid=11170\n圈::https://3wx4.23uup.com/e/action/ListInfo/index.php?page={{page+800}}&classid=1",
    "lastUpdateTime": 1751849199504,
    "respondTime": 5855,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "class.entry@html"
    },
    "ruleExplore": {
      "bookList": "class.r",
      "bookUrl": "a@href",
      "name": "a@text"
    },
    "ruleSearch": {
      "bookList": "class.r",
      "bookUrl": "a@href",
      "checkKeyWord": "11341",
      "name": "a@text"
    },
    "ruleToc": {
      "chapterList": "class.contentbox",
      "chapterName": "h2@text"
    },
    "searchUrl": "https://3wx4.23uup.com/e/search/result/index.php?page={{page}}&searchid={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "20231108 修复搜索-尐哖",
    "bookSourceGroup": "免费",
    "bookSourceName": "🍊 兔九三",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.tu93.net##@",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1858,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻奇幻\",\"url\":\"/xuanhuan?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"/xianxia?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市言情\",\"url\":\"/dushi?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"历史军事\",\"url\":\"/lishi?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻传奇\",\"url\":\"/kehuan?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"恐怖灵异\",\"url\":\"/kongbu?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"其他类型\",\"url\":\"/qita?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"全本小说\",\"url\":\"/quanben?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.29}}]",
    "header": "@js:\nJSON.stringify({\n\t\"upgrade-insecure-requests\":\"1\",\n\t\"accept\":\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8\",\n\t\"accept-language\":\"zh-CN,en-US;q=0.9\",\n\t\"Referer\": source.getKey().match(/([^\\#]+)\\#/)[1],\n\t\"User-Agent\":\"Mozilla/5.0 (linux; u; android 9; zh-cn; v1816a build/pkq1.180819.001) applewebkit/537.36 (khtml, like gecko) version/4.0 chrome/100.0.2987.108 quark/6.5.5.137 mobile safari/537.36\"\n});",
    "lastUpdateTime": 1699451826141,
    "loginUrl": "",
    "respondTime": 4018,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "init": "",
      "intro": "[property$=description]@content##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##..:.*|\\s",
      "lastChapter": "[property$=latest_chapter_name]@content##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": "[property$=book_name]@content",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#htmlContent@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##第.*章.*|，最快更新最新章节！|.*完整章节\\)|[\\(（]本章完[\\)）].*",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "td.2@text",
      "bookList": "tbody tr!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##https://statics.tu93.net/$2/$1/$1s.jpg###",
      "kind": "td.4:3@text",
      "lastChapter": "a.1@text",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "author": "a.1@text",
      "bookList": ".col-md-10",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##https://statics.tu93.net/$2/$1/$1s.jpg###",
      "intro": "p.1@text",
      "kind": "p.3@text##.*：",
      "lastChapter": "a.2@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": "a.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".col-md-3 a",
      "chapterName": "text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "chapterUrl": "href",
      "updateTime": ""
    },
    "searchUrl": "<js>\n  u=source.getKey().match(/([^\\#]+)\\#/)[1];\n  cookie.removeCookie(u);\n\thm=java.get(u,{});\tcs=decodeURIComponent(String(hm.header(\"Set-Cookie\")).replace(/[eE]xpires[^;]+;|[pP]ath=\\/;|,|httponly|\\s/g,'').replace(/^;|;$/g,''));\ttoken=org.jsoup.Jsoup.parse(hm.body()).select('input[name=\"_token\"]').attr('value');\n\tbody=\"_token=\"+token+\"&keyword=\"+key;\n\thead={\"cookie\":cs}\n\tpost={\n\t\t\"method\": \"POST\",\n\t\t\"body\":body,\n\t\t\"headers\":head\n\t}\nu+\"/search/,\"+JSON.stringify(post)\n</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "finalbooks.work\nshellbook.cc",
    "bookSourceGroup": "免费",
    "bookSourceName": "🙈紫云宫ᵃ",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.ziyungong.cc",
    "customButton": false,
    "customOrder": 1859,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nhost=baseUrl;\nsort=[];\nfunction push(title,url,type1,type2){\n\tvar item={\n\t\ttitle:title,\n\t\turl:url\n\t};\n\tif (type1!==undefined&&type2!==undefined){\n\t\titem.style={\n\t\t\tlayout_flexGrow:type1,\n\t\t\tlayout_flexBasisPercent:type2}\n\t}\n\tsort.push(item)\n};\nconst sections=[\n\t{\n\t\ttitle:\"🌀紫云宫🌀\",\n\t\tcategories:[\n\t\t\t{title:\"舞文\",id:40},\n\t\t\t{title:\"情感\",id:41},\n\t\t\t{title:\"杂谈\",id:42},\n\t\t\t{title:\"鬼话\",id:43},\n\t\t\t{title:\"历史\",id:34},\n\t\t\t{title:\"武侠\",id:2},\n\t\t\t{title:\"当代\",id:24},\n\t\t\t{title:\"商道\",id:47},\n\t\t\t{title:\"杂文\",id:21},\n\t\t\t{title:\"文学\",id:8},\n\t\t\t{title:\"传记\",id:11},\n\t\t\t{title:\"军事\",id:45},\n\t\t\t{title:\"中国\",id:27},\n\t\t\t{title:\"政治\",id:30},\n\t\t\t{title:\"社会\",id:28},\n\t\t\t{title:\"纪实\",id:25},\n\t\t\t{title:\"官场\",id:13},\n\t\t\t{title:\"文化\",id:20},\n\t\t\t{title:\"战争\",id:37},\n\t\t\t{title:\"现代\",id:36},\n\t\t\t{title:\"逻辑\",id:18},\n\t\t\t{title:\"创业\",id:16}\n\t\t]\n\t},\n\t{\n\t\ttitle:\"🌀白马楼🌀\",\n\t\tcategories:[\n\t\t\t{title:\"私密\",id:6,host:\"{{host1}}\"},\n\t\t\t{title:\"精品\",id:23,host:\"{{host1}}\"}\n\t\t]\n\t}\n];\nsections.forEach(section=>{\n\tpush(section.title,\"\",1,1);\n\tsection.categories.forEach(category=>{\n\t\tconst baseHost=category.host||host;\n\t\tconst url=`${baseHost}/rank/month/${category.id}/{{page}}.html`;\n\t\tpush(category.title,url)\n\t});\n});\nJSON.stringify(sort)",
    "jsLib": "//白马楼\nvar host1='https://www.baimalook.com'\nvar host2='https://www.zongcai666.com'\nvar host3='https://www.sadfunsad.com'\nvar host4='https://www.everfyq.com'\nvar host5='https://www.360lele.cc'",
    "lastUpdateTime": 32500886400000,
    "respondTime": 6890,
    "ruleBookInfo": {
      "author": "[property=og:novel:author]@content",
      "intro": "[property=og:description]@content##^《.*?(是由.*?书籍|作者是{{book.author}})。",
      "kind": "[property=og:novel:category],[property=og:novel:status]@content",
      "tocUrl": "{{baseUrl}}catalog/"
    },
    "ruleContent": {
      "content": "<js>\nfunction dec(encData,rawKey){\n\tvar key=java.md5Encode(rawKey);\n\treturn java.aesBase64DecodeToString(encData,key.substring(16),\"AES/CBC/PKCS5Padding\",key.substring(0,16))\n};\nvar m=src.match(/d\\(\"([^\"]+)\",\\s*\"([^\"]+)\"\\)/);\nresult=dec(m[1],m[2]).replaceAll(/[\\u200A-\\u200F]/,\"\")\n</js>"
    },
    "ruleExplore": {
      "author": ".b@text",
      "bookList": ".book_list_img li,.CGsectionTwo-right-content>div",
      "bookUrl": "a@href",
      "intro": "p[-2]@text##^《.*?(是由.*?书籍|作者是{{book.author}})。",
      "name": "img@alt||.r@text"
    },
    "ruleSearch": {
      "author": "a[-1]@text",
      "bookList": ".SHsectionThree-middle p:not(.intro)",
      "bookUrl": "a[1]@href",
      "intro": "@js:result.nextElementSibling()",
      "kind": "a[0]@text",
      "name": "a[1]@text"
    },
    "ruleToc": {
      "chapterList": "ol li\n@js:\nvar list=[],links=result.select(\"a\"),regex=/(\\w+-\\w+)(?==\")/g;\nfor (i=0;i<links.length;i++){\n\tlink=links[i];\n\taAttrs=String(link).match(regex);\n\tvar text='',decUrl='';\n\tfor (key of aAttrs){\n\t\tvalue=link.attr(key);\n\t\tvalue.includes(\"L2J\")?decUrl=java.base64Decode(value):text=value.trim()\n\t}\n\tliAttrs=String(result[i]).match(regex);\n\tlist.push({\n\t\ttext:text,\n\t\thref:decUrl,\n\t\tnum:result[i].attr(liAttrs[1])\n\t});\n}\nlist.sort((a,b)=>a.num-b.num)",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "#end@href\n@js:\ntry{\n\tmaxPage=0;\n\ttempUrl=String(result[0]).replace(/\\/(\\d+)\\.html$/,(_match,_$1)=>{\n\t\tmaxPage=_$1;\n\t\treturn '/$page.html'\n\t});\n\tresult=[];\n\tfor (let i=2;i<=maxPage;i++){\n\t\tresult.push(tempUrl.replace(/\\$page/,i))\n\t}\n\tresult\n}catch(err){\n\t[]\n}"
    },
    "searchUrl": "/search/{{key}}/{{page}}/",
    "weight": 0
  },
  {
    "bookSourceComment": "笛寄明月楼",
    "bookSourceGroup": "免费",
    "bookSourceName": "🔰 三九书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.sanjiushuwu.com",
    "bookUrlPattern": "https://www.sanjiushuwu.com/book/\\d+.html",
    "customButton": false,
    "customOrder": 1860,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n\t\"User-Agent\": \"Mozilla/5.0 (Linux; Android 10; SK) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 1713368960705,
    "loginUrl": "",
    "respondTime": 9693,
    "ruleBookInfo": {
      "author": "#author a@text",
      "coverUrl": "#bookimg img@src",
      "intro": "#bookintro@html",
      "name": "h1@text",
      "tocUrl": "<js>\ntoc = baseUrl.replace(/.*book\\/(\\d+)\\.html/, \"https://m.sanjiushuwu.com/index/$1/asc/1.html\");\n</js>"
    },
    "ruleContent": {
      "content": "#YiJianZhan@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".book_other span.0@text",
      "bookList": "#sitembox > dl",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "img@src",
      "kind": ".book_other span.2@text&&\n.book_other span.1@text",
      "lastChapter": ".book_other a@text",
      "name": "h3 a@text",
      "wordCount": ".book_other span.3@text"
    },
    "ruleToc": {
      "chapterList": "#readerlist ul li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": ".pg-next@href"
    },
    "searchUrl": "https://www.sanjiushuwu.com/modules/article/search.php,{\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\",\n  \"body\": \"searchtype=all&searchkey={{key}}&t_btnsearch\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🔰 4020电子书·捌",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.iwurexs.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1861,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "武侠仙侠::/wuxia/index_{{page}}.html\n都市言情::/yanqing/index_{{page}}.html\n耽美小说::/danmei/index_{{page}}.html\n玄幻小说::/xuanhuan/index_{{page}}.html\n青春校园::/xiaoyuan/index_{{page}}.html\n网游竞技::/wangyou/index_{{page}}.html\n灵异推理::/kongbu/index_{{page}}.html\n纪实小说::/jishi/index_{{page}}.html\n军事历史::/lishi/index_{{page}}.html\n科幻小说::/kehuan/index_{{page}}.html\n管理哲学::/zhexue/index_{{page}}.html\n学习资料::/xuexi/index_{{page}}.html\n总排行榜::/paihangbang/index_{{page}}.html\n月排行榜::/mpaihangbang/index_{{page}}.html\n周排行榜::/wpaihangbang/index_{{page}}.html\n日排行榜::/dpaihangbang/index_{{page}}.html\n封推小说::/fengtui/index_{{page}}.html\n金牌推荐::/jinpaituijian/index_{{page}}.html\n网站推荐::/tuijian/index_{{page}}.html\n最新书籍::/new/index_{{page}}.html",
    "lastUpdateTime": 1698551553485,
    "loginUrl": "",
    "respondTime": 1405,
    "ruleBookInfo": {
      "author": "class.small.0@text",
      "coverUrl": "tag.img@src",
      "intro": "##简介：([^<]+)<##$1###",
      "kind": "class.wrap position@tag.span@tag.a.1@text",
      "lastChapter": "class.chapter-item.0@text",
      "name": "class.detail_right.1@tag.h1@text"
    },
    "ruleContent": {
      "content": "id.content@html##请记住本书.*|最新网址.*|书快书快.*|书快电子书.*|-",
      "imageStyle": "0",
      "nextContentUrl": "text.下一章@href",
      "replaceRegex": "##本文由4020电子书.*http://www.4020.cn/"
    },
    "ruleExplore": {
      "author": "##作者：([^<]+)<##$1###",
      "bookList": "//div[5]/div[2]/div/ul/li",
      "bookUrl": "class.red@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.wrlwx.com/headimgs/$2/$1/s$1.jpg###",
      "intro": "class.u@textNodes",
      "kind": "##更新：([^<]+)<##$1###",
      "lastChapter": "tag.a.1@text",
      "name": "tag.a.0@text##txt.*",
      "wordCount": "##大小：([^<]+)<##$1###"
    },
    "ruleSearch": {
      "author": "tag.td.3@text",
      "bookList": "tag.tbody@tag.tr!0",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##https://www.iwurexs.com/headimgs/$2/$1/s$1.jpg###",
      "kind": "tag.td.4@text",
      "lastChapter": "tag.td.2@text",
      "name": "tag.td.1@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "//div[5]/div/div[3]/div[2]/ul/li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.iwurexs.com/so.html?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃4020电子书🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.iwurexs.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1862,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"武侠仙侠\",\"url\":\"/wuxia/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市言情\",\"url\":\"/yanqing/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美小说\",\"url\":\"/danmei/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻小说\",\"url\":\"/xuanhuan/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青春校园\",\"url\":\"/xiaoyuan/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游竞技\",\"url\":\"/wangyou/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异推理\",\"url\":\"/kongbu/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"纪实小说\",\"url\":\"/jishi/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"军事历史\",\"url\":\"/lishi/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻小说\",\"url\":\"/kehuan/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"管理哲学\",\"url\":\"/zhexue/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"学习资料\",\"url\":\"/xuexi/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总排行榜\",\"url\":\"/paihangbang/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月排行榜\",\"url\":\"/mpaihangbang/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周排行榜\",\"url\":\"/wpaihangbang/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日排行榜\",\"url\":\"/dpaihangbang/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"封推小说\",\"url\":\"/fengtui/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"金牌推荐\",\"url\":\"/jinpaituijian/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网站推荐\",\"url\":\"/tuijian/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.295}},{\"title\":\"最新书籍\",\"url\":\"/new/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.295}}]",
    "lastUpdateTime": 1720596354019,
    "loginUrl": "",
    "respondTime": 1324,
    "ruleBookInfo": {
      "author": "class.small.0@text",
      "coverUrl": ".detail_right@tag.img.0@src",
      "intro": "##简介：([^<]+)<##$1###",
      "kind": "class.wrap.position@tag.span@tag.a.1@text&&.detail_right@li.2@text##.*：",
      "lastChapter": "class.chapter-item.0@text",
      "name": "class.detail_right.1@tag.h1@text"
    },
    "ruleContent": {
      "content": "id.content@html##请记住本书.*|最新网址.*|书快书快.*|书快电子书.*|-",
      "imageStyle": "0",
      "nextContentUrl": "text.下一章@href",
      "replaceRegex": "##本文由4020电子书.*http://www.4020.cn/"
    },
    "ruleExplore": {
      "author": "##作者：([^<]+)<##$1###",
      "bookList": "//div[5]/div[2]/div/ul/li",
      "bookUrl": "class.red@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.wrlwx.com/headimgs/$2/$1/s$1.jpg###",
      "intro": "class.u@textNodes",
      "kind": "##更新：([^<]+)<##$1###",
      "lastChapter": "tag.a.1@text",
      "name": "tag.a.0@text##txt.*",
      "wordCount": "##大小：([^<]+)<##$1###"
    },
    "ruleSearch": {
      "author": "tag.td.3@text",
      "bookList": "tag.tbody@tag.tr!0",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##https://www.iwurexs.com/headimgs/$2/$1/s$1.jpg###",
      "kind": "tag.td.4@text",
      "lastChapter": "tag.td.2@text",
      "name": "tag.td.1@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "//div[5]/div/div[3]/div[2]/ul/li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.iwurexs.com/so.html?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃二三小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.x23us.cc#🎃",
    "bookUrlPattern": "https://www.x23us.cc/h/\\d+/",
    "customButton": false,
    "customOrder": 1863,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko, By Black Prism) Chrome/99.0 Safari/537.36\",\n\"Referer\":\"https://www.x23us.cc\"\n}",
    "lastUpdateTime": 0,
    "respondTime": 1796,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property~=las?test_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": "#nr@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "bookList": "",
      "bookUrl": "",
      "name": ""
    },
    "ruleSearch": {
      "author": ".newlist-zz@text",
      "bookList": ".text-more",
      "bookUrl": ".newlist-title@a@href",
      "kind": ".newlist-type@text##\\[|\\]",
      "lastChapter": ".newlist-zj@a@text",
      "name": ".newlist-title@text"
    },
    "ruleToc": {
      "chapterList": "#newlist li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}/search/,{\n  \"body\": \"searchkey={{key}}&searchtype=all\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "完美小说网™",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.22pq.com",
    "bookUrlPattern": "https://m.22pq.com/read/\\d+.html",
    "customButton": false,
    "customOrder": 1864,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 11920,
    "ruleBookInfo": {
      "author": "//div[@class=\"book-info\"]/dl/dd/p/span[1]/a/text()",
      "coverUrl": "//div[@class=\"book-info\"]/dl/dt/img/@src",
      "intro": "//div[@class=\"intro clearfix\"]",
      "kind": "//div[@class=\"book-info\"]/dl/dd/p/span[2]/a/text()",
      "lastChapter": "//div[@class=\"book-info\"]/dl/dd/p/span[last()]/a/text()",
      "name": "//div[@class=\"book-info\"]/dl/dd/h2/text()",
      "tocUrl": "//a[@id=\"reading\"]/@href"
    },
    "ruleContent": {
      "content": "//div[@id=\"txt\"]/dd"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "//a/text()<js>result=result.replace(/^.*?\\((.*?)\\)$/,\"$1\")</js>",
      "bookList": "//div[@class=\"block\"]/ul/li",
      "bookUrl": "//a/@href",
      "kind": "//a/span/text()<js>String(result).replace(/^..(.*?)..$/,\"$1\")</js>",
      "name": "//a/text()<js>result=result.replace(/\\(.*?\\)$/,\"\")</js>"
    },
    "ruleToc": {
      "chapterList": "<js>'<p>' + result.match(/\\<a.+?(href=\"\\d+\\.html\").+?a\\>/g).sort() + '</p>'</js>tag.a",
      "chapterName": "//a/text()",
      "chapterUrl": "//a/@href"
    },
    "searchUrl": "https://m.22pq.com/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"s={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "4020电子书🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.iwurexs.info#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1865,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"武侠仙侠\",\"url\":\"/wuxia/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市言情\",\"url\":\"/yanqing/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美小说\",\"url\":\"/danmei/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻小说\",\"url\":\"/xuanhuan/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青春校园\",\"url\":\"/xiaoyuan/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游竞技\",\"url\":\"/wangyou/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异推理\",\"url\":\"/kongbu/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"纪实小说\",\"url\":\"/jishi/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"军事历史\",\"url\":\"/lishi/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻小说\",\"url\":\"/kehuan/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"管理哲学\",\"url\":\"/zhexue/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"学习资料\",\"url\":\"/xuexi/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总排行榜\",\"url\":\"/paihangbang/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月排行榜\",\"url\":\"/mpaihangbang/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周排行榜\",\"url\":\"/wpaihangbang/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日排行榜\",\"url\":\"/dpaihangbang/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"封推小说\",\"url\":\"/fengtui/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"金牌推荐\",\"url\":\"/jinpaituijian/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网站推荐\",\"url\":\"/tuijian/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.295}},{\"title\":\"最新书籍\",\"url\":\"/new/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.295}}]",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 1881,
    "ruleBookInfo": {
      "author": "class.small.0@text",
      "coverUrl": ".detail_right@tag.img.0@src",
      "intro": "##简介：([^<]+)<##$1###",
      "kind": "class.wrap.position@tag.span@tag.a.1@text&&.detail_right@li.2@text##.*：",
      "lastChapter": "class.chapter-item.0@text",
      "name": "class.detail_right.1@tag.h1@text"
    },
    "ruleContent": {
      "content": "id.content@html##请记住本书.*|最新网址.*|书快书快.*|书快电子书.*|-",
      "imageStyle": "0",
      "nextContentUrl": "text.下一章@href",
      "replaceRegex": "##本文由4020电子书.*http://www.4020.cn/"
    },
    "ruleExplore": {
      "author": "##作者：([^<]+)<##$1###",
      "bookList": "//div[5]/div[2]/div/ul/li",
      "bookUrl": "class.red@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.wrlwx.com/headimgs/$2/$1/s$1.jpg###",
      "intro": "class.u@textNodes",
      "kind": "##更新：([^<]+)<##$1###",
      "lastChapter": "tag.a.1@text",
      "name": "tag.a.0@text##txt.*",
      "wordCount": "##大小：([^<]+)<##$1###"
    },
    "ruleSearch": {
      "author": "tag.td.3@text",
      "bookList": "tag.tbody@tag.tr!0",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##https://www.iwurexs.com/headimgs/$2/$1/s$1.jpg###",
      "kind": "tag.td.4@text",
      "lastChapter": "tag.td.2@text",
      "name": "tag.td.1@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "//div[5]/div/div[3]/div[2]/ul/li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/so.html?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "猪猪手机",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.zzs5.info#",
    "customButton": false,
    "customOrder": 1866,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734641875034,
    "respondTime": 924,
    "ruleBookInfo": {
      "author": "p@text##小说作者：\n@js:\nresult.split(\"小说大小\")[0].trim()",
      "intro": ".intro_info@text",
      "name": "class.block_txt2@h2@text",
      "tocUrl": "class.margin_right@a@href"
    },
    "ruleContent": {
      "content": "#nr@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##{{chapter.title}} |\\(第.*页\\)|（本章未完.+继续阅读）|最新网址.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "class.block@ul@li",
      "bookUrl": "a.0@href",
      "checkKeyWord": "剑来",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "#chapterlist@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "preUpdateJs": ""
    },
    "searchUrl": "/index.php?m=search&c=index&a=init&typeid=2&siteid=1&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃三九小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.wxshuku.org#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1867,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 6586,
    "ruleBookInfo": {
      "author": "//*[@id=\"content\"]/div/div[2]/div[2]/div[1]/h2[1]/text()##作者：",
      "coverUrl": "//*[@id=\"content\"]/div/div[2]/div[1]/img/@src",
      "intro": "//*[@id=\"content\"]/div/div[2]/div[2]/div[3]/p/text()",
      "kind": "h2.2:3:1@text##.*：",
      "lastChapter": "h3@a@text",
      "name": "//*[@id=\"content\"]/div/div[2]/div[2]/div[1]/h1/text()"
    },
    "ruleContent": {
      "content": "class.novel_content@html##最新网址：www.xyshuk.com",
      "replaceRegex": "##.*最新网址.*|无尽的昏迷过后.*时宇猛地从床上起身.*想要看最新章节.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "@tag.td.2@text",
      "bookList": "class.grid@tbody@tr!0",
      "bookUrl": "@tag.td.0@a@href",
      "coverUrl": "@tag.td.0@a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\nsource.bookSourceUrl + 'files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "@tag.td.1@a@text",
      "name": "@tag.td.0@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.zhangjie",
      "chapterName": "@tag.a@text",
      "chapterUrl": "@tag.a@href"
    },
    "searchUrl": "modules/article/search.php?searchkey={{key}}&searchtype=articlename",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃兔九三网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.tu93.net#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1868,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻奇幻\",\"url\":\"/xuanhuan?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"/xianxia?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市言情\",\"url\":\"/dushi?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"历史军事\",\"url\":\"/lishi?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻传奇\",\"url\":\"/kehuan?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"恐怖灵异\",\"url\":\"/kongbu?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"其他类型\",\"url\":\"/qita?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"全本小说\",\"url\":\"/quanben?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.29}}]",
    "header": "@js:\nJSON.stringify({\n\t\"upgrade-insecure-requests\":\"1\",\n\t\"accept\":\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8\",\n\t\"accept-language\":\"zh-CN,en-US;q=0.9\",\n\t\"Referer\": source.getKey().match(/([^\\#]+)\\#/)[1],\n\t\"User-Agent\":\"Mozilla/5.0 (linux; u; android 9; zh-cn; v1816a build/pkq1.180819.001) applewebkit/537.36 (khtml, like gecko) version/4.0 chrome/100.0.2987.108 quark/6.5.5.137 mobile safari/537.36\"\n});",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 3859,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "init": "",
      "intro": "[property$=description]@content##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##..:.*|\\s",
      "lastChapter": "[property$=latest_chapter_name]@content##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": "[property$=book_name]@content",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#htmlContent@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##第.*章.*|，最快更新最新章节！|.*完整章节\\)|[\\(（]本章完[\\)）].*",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "td.2@text",
      "bookList": "tbody tr!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##https://statics.tu93.net/$2/$1/$1s.jpg###",
      "kind": "td.4:3@text",
      "lastChapter": "a.1@text",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "author": "a.1@text",
      "bookList": ".col-md-10",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##https://statics.tu93.net/$2/$1/$1s.jpg###",
      "intro": "p.1@text",
      "kind": "p.3@text##.*：",
      "lastChapter": "a.2@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": "a.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".col-md-3 a",
      "chapterName": "text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "chapterUrl": "href",
      "updateTime": ""
    },
    "searchUrl": "<js>\n  u=source.getKey().match(/([^\\#]+)\\#/)[1];\n  cookie.removeCookie(u);\n\thm=java.get(u,{});\tcs=decodeURIComponent(String(hm.header(\"Set-Cookie\")).replace(/[eE]xpires[^;]+;|[pP]ath=\\/;|,|httponly|\\s/g,'').replace(/^;|;$/g,''));\ttoken=org.jsoup.Jsoup.parse(hm.body()).select('input[name=\"_token\"]').attr('value');\n\tbody=\"_token=\"+token+\"&keyword=\"+key;\n\thead={\"cookie\":cs}\n\tpost={\n\t\t\"method\": \"POST\",\n\t\t\"body\":body,\n\t\t\"headers\":head\n\t}\nu+\"/search/,\"+JSON.stringify(post)\n</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃斗破苍穹小说网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.doupocangqiong1.com#🎃",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1869,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1721150082559,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 4831,
    "ruleBookInfo": {
      "author": "//meta[@property=\"og:novel:author\"]/@content",
      "coverUrl": "//meta[@property=\"og:image\"]/@content",
      "intro": "//meta[@property=\"og:description\"]/@content",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": "//meta[@property=\"og:novel:latest_chapter_name\"]/@content",
      "name": "//meta[@property=\"og:novel:book_name\"]/@content"
    },
    "ruleContent": {
      "content": "id.chaptercontent@html",
      "imageStyle": "0"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "class.marklist.0@tag.li[0:19]",
      "bookUrl": "class.novelname.0@href",
      "coverUrl": "tag.img.0@src",
      "lastChapter": "class.info.0@tag.a.0@text",
      "name": "class.novelname.0@text"
    },
    "ruleToc": {
      "chapterList": "class.dirlist.0@tag.a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{\"webView\":true}"
    },
    "searchUrl": "/search.html?searchtype=novelname&searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "玄幻阁",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xuanyge.com#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1870,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻\",\"url\":\"/sort1/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/sort2/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/sort3/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/sort4/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/sort5/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"穿越\",\"url\":\"/sort6/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/sort7/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"恐怖\",\"url\":\"/sort8/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"校园\",\"url\":\"/sort9/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"异界\",\"url\":\"/sort10/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"全本\",\"url\":\"/quanben/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1716236023307,
    "loginUrl": "",
    "respondTime": 875,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property$=latest_chapter_name]@content##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加Kk].*?[】）\\)]",
      "name": "[property$=book_name]@content",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "#content@html",
      "imageStyle": "0",
      "replaceRegex": "##随机推荐.*|.*精华书阁.*|为您提供.*好书签.|.*免费阅读.|.*最快更新.*|\\(本章未完.*\\)|\\<|\\>|"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.1@text",
      "bookList": "#sitebox dl",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "dd.3@text",
      "kind": "span.2:0@text",
      "lastChapter": "a.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加Kk].*?[】）\\)]",
      "name": "a.1@text",
      "wordCount": "span.3@text"
    },
    "ruleToc": {
      "chapterList": "#readerlist li a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?s={{key}}&searchtype=articlename",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃三九小说🎃#3",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xyshuk.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1871,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 4957,
    "ruleBookInfo": {
      "author": "//*[@id=\"content\"]/div/div[2]/div[2]/div[1]/h2[1]/text()##作者：",
      "coverUrl": "//*[@id=\"content\"]/div/div[2]/div[1]/img/@src",
      "intro": "//*[@id=\"content\"]/div/div[2]/div[2]/div[3]/p/text()",
      "kind": "//*[@id=\"content\"]/div/div[2]/div[2]/div[1]/h2[3]/text()##所属：",
      "name": "//*[@id=\"content\"]/div/div[2]/div[2]/div[1]/h1/text()"
    },
    "ruleContent": {
      "content": "class.novel_content@html##最新网址：www.xyshuk.com"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "@tag.td.2@text",
      "bookList": "class.grid@tbody@tr!0",
      "bookUrl": "@tag.td.0@a@href",
      "lastChapter": "@tag.td.1@a@text",
      "name": "@tag.td.0@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.zhangjie",
      "chapterName": "@tag.a@text",
      "chapterUrl": "@tag.a@href"
    },
    "searchUrl": "modules/article/search.php?searchkey={{key}}&searchtype=articlename",
    "weight": 0
  },
  {
    "bookSourceGroup": "免费",
    "bookSourceName": "英文小说（英）",
    "bookSourceType": 0,
    "bookSourceUrl": "http://novel.tingroom.com/",
    "customButton": false,
    "customOrder": 1872,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "金典英文小说::http://novel.tingroom.com/wap/index.php?moduleid=1025&catid=1&type=2&page={{page}}\n双语小说::http://novel.tingroom.com/wap/index.php?moduleid=1025&catid=33&type=2&page={{page}}\n英文名人传记::http://novel.tingroom.com/wap/index.php?moduleid=1025&catid=32&type=2&page={{page}}\n英文励志小说::http://novel.tingroom.com/wap/index.php?moduleid=1025&catid=6&type=2&page={{page}}\n儿童英文小说::http://novel.tingroom.com/wap/index.php?moduleid=1025&catid=29&type=2&page={{page}}\n英文科幻小说::http://novel.tingroom.com/wap/index.php?moduleid=1025&catid=30&type=2&page={{page}}\n宗教英文小说::http://novel.tingroom.com/wap/index.php?moduleid=1025&catid=28&type=2&page={{page}}",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 9; zh-cn; MI 6 Build/PKQ1.190118.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.128 Mobile Safari/537.36 XiaoMi/MiuiBrowser/10.8.1\"\n}",
    "lastUpdateTime": 1759754358896,
    "respondTime": 7676,
    "ruleBookInfo": {
      "author": "class.writer.0@text##\\s+",
      "coverUrl": "class.f_l@tag.img@src",
      "intro": "id.infoShort@text",
      "name": "class.sm@text"
    },
    "ruleContent": {
      "content": "id.tt_text@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "class.list_1",
      "bookUrl": "class.name.0@tag.a.0@href##amp;",
      "coverUrl": "tag.img@src",
      "name": "class.name.0@text"
    },
    "ruleToc": {
      "chapterList": "class.listtxt@tag.li",
      "chapterName": "text",
      "chapterUrl": "tag.a.0@href"
    },
    "searchUrl": "wap/index.php?moduleid=1025&catid=1&areaid=0&type=2&kw={{key}}&page={{page}}",
    "weight": 62
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃读万卷🎃#4",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.duwanjuan.com#🎃",
    "bookUrlPattern": "http://www.duwanjuan.com/book/info/\\d+/\\d+.html",
    "customButton": false,
    "customOrder": 1873,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻魔法::/book/sort1/0/{{page}}.html\n武侠修真::/book/sort2/0/{{page}}.html\n都市言情::/book/sort3/0/{{page}}.html\n历史军事::/book/sort4/0/{{page}}.html\n穿越架空::/book/sort5/0/{{page}}.html\n游戏竞技::/book/sort6/0/{{page}}.html",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 3969,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "class.divbox cf@img@src",
      "intro": "class.tabcontent@class.tabvalue.0@text",
      "kind": "class.tabcontent@class.tabvalue.1@tag.td.2@text&&\nclass.tabcontent@class.tabvalue.1@tag.td.1@text&&\nclass.tabcontent@class.tabvalue.1@tag.td.0@text##最后更新：|连载状态：|作品分类：",
      "lastChapter": "h3@a@text",
      "name": "[property=\"og:novel:book_name\"]@content##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|小说|笔趣阁|免费.*",
      "tocUrl": "text.点击阅读@href"
    },
    "ruleContent": {
      "content": "id.acontent@textNodes##去读书推荐各位.*|读万卷.*com|如果您中途有事.*以便以后接着观看！|\\(|\\)"
    },
    "ruleExplore": {
      "author": "class.c_tag@tag.span.1@text&&",
      "bookList": "class.blockcontent@class.c_row",
      "bookUrl": "class.c_subject@tag.a.1@href",
      "coverUrl": "img@src",
      "intro": "class.c_description@text",
      "kind": "class.c_tag@tag.span.5@text&&\nclass.c_tag@tag.span.7@text",
      "lastChapter": "class.c_subject@tag.a.2@text",
      "name": "class.c_subject@tag.a.1@text"
    },
    "ruleSearch": {
      "author": "class.c_tag.0@tag.span.1@text",
      "bookList": "id.jieqi_page_contents@class.c_row",
      "bookUrl": "class.c_subject@a@href",
      "coverUrl": "img@src",
      "kind": "class.c_tag.0@tag.span.3@text&&\nclass.c_tag.0@tag.span.7@text&&\nclass.c_tag.1@tag.span.3@text",
      "lastChapter": "class.c_tag.1@tag.span.1@a@text",
      "name": "class.c_subject@a@text"
    },
    "ruleToc": {
      "chapterList": "class.index@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.duwanjuan.com/modules/article/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃手机TXT🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ixiatxt.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1874,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "武侠小说::soft/1/Soft_001_{{page}}.html\n玄幻小说::soft/2/Soft_002_{{page}}.html\n都市言情::soft/3/Soft_003_{{page}}.html\n恐怖灵异::soft/4/Soft_004_{{page}}.html\n现代文学::soft/5/Soft_005_{{page}}.html\n侦探推理::soft/6/Soft_006_{{page}}.html\n科幻小说::soft/7/Soft_007_{{page}}.html\n穿越架空::soft/9/Soft_009_{{page}}.html\n古典名著::soft/10/Soft_010_{{page}}.html\n名人自传::soft/11/Soft_011_{{page}}.html\n历史军事::soft/12/Soft_012_{{page}}.html\n制作工具::soft/13/Soft_013_{{page}}.html\n网游小说::soft/14/Soft_014_{{page}}.html\n推荐下载::soft/best/index_{{page}}.html\n下载排行::soft/hot/index_{{page}}.html\n最近更新::soft/new/index_{{page}}.html\n全本下载::soft/quanben/index_{{page}}.html",
    "lastUpdateTime": 1720894487516,
    "loginUrl": "",
    "respondTime": 81,
    "ruleBookInfo": {
      "tocUrl": "text.在线阅读@tag.a@href"
    },
    "ruleContent": {
      "content": "id.content1@html",
      "replaceRegex": "##最新网址.*[nmtca]"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.s@text##连载.*",
      "bookList": "class.list@tag.li",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.a@tag.img@src",
      "kind": "text.连载@text##.*连载.|更新.*",
      "lastChapter": "class.s@text##.*更新.",
      "name": "tag.a@text##\\《|\\》.*"
    },
    "ruleToc": {
      "chapterList": "class.pc_list.1@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "search.php?s=&searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃玄幻阁吧🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xuanhuange.net#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1875,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/sort1/{{page}}/\n武侠::/sort2/{{page}}/\n都市::/sort3/{{page}}/\n历史::/sort4/{{page}}/\n言情::/sort5/{{page}}/\n穿越::/sort6/{{page}}/\n科幻::/sort7/{{page}}/\n恐怖::/sort8/{{page}}/\n校园::/sort9/{{page}}/\n异界::/sort10/{{page}}/\n全本::/quanben/{{page}}/",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 84,
    "ruleBookInfo": {
      "coverUrl": "id.fmimg@tag.img@src",
      "intro": "id.bookintro@tag.p@text",
      "tocUrl": "id.newlist@tag.a@href"
    },
    "ruleContent": {
      "content": "id.content@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.book_other@tag.span.0@text",
      "bookList": "id.sitebox@tag.dl",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src",
      "lastChapter": "class.book_other@tag.a.0@text",
      "name": "tag.a.1@text"
    },
    "ruleToc": {
      "chapterList": "id.chapterlist@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.xuanhuange.net/modules/article/search.php?s=7673184438602983814&s={{key}}&searchtype=articlename",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "求书网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xqiushu.com",
    "customButton": false,
    "customOrder": 1876,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1700661296588,
    "respondTime": 77,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "class.book_content@html##为了方便下次.*谢谢您的支持！！",
      "replaceRegex": "##txt下载地址：|手机阅读"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.dd@tag.span.1@text##作者：|更新时间：|\\s*\\d+-\\d+-\\d+",
      "bookList": "class.read_list@tag.li",
      "bookUrl": "tag.dd@tag.span.0@tag.a@href",
      "coverUrl": "class.pic@img@src",
      "intro": "tag.dd@tag.span.2@text",
      "kind": "tag.dd@tag.span.0@text&&\ntag.dd@tag.span.1@text##《.*》|/|作者.*时间：",
      "lastChapter": "tag.dd@tag.span.3@tag.div.0@tag.a@text",
      "name": "tag.dd@tag.span.0@tag.a@text##《|》"
    },
    "ruleToc": {
      "chapterList": "class.book_con_list.1@tag.ul@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.xqiushu.com/search.php?searchkey={{key}}&submit=",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃求书网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xqiushu.com#🎃",
    "customButton": false,
    "customOrder": 1877,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 75,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "class.book_content@html##为了方便下次.*谢谢您的支持！！",
      "replaceRegex": "##txt下载地址：|手机阅读"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.dd@tag.span.1@text##作者：|更新时间：|\\s*\\d+-\\d+-\\d+",
      "bookList": "class.read_list@tag.li",
      "bookUrl": "tag.dd@tag.span.0@tag.a@href",
      "coverUrl": "class.pic@img@src",
      "intro": "tag.dd@tag.span.2@text",
      "kind": "tag.dd@tag.span.0@text&&\ntag.dd@tag.span.1@text##《.*》|/|作者.*时间：",
      "lastChapter": "tag.dd@tag.span.3@tag.div.0@tag.a@text",
      "name": "tag.dd@tag.span.0@tag.a@text##《|》"
    },
    "ruleToc": {
      "chapterList": "class.book_con_list.1@tag.ul@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.xqiushu.com/search.php?searchkey={{key}}&submit=",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "斗破小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.doupocangqiong.cc#🎃",
    "bookUrlPattern": "http://m.doupocangqiong.cc/\\d+/",
    "customButton": false,
    "customOrder": 1878,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/sort/xuanhuan/{{page}}.html\n奇幻::/sort/qihuan/{{page}}.html\n武侠::/sort/wuxia/{{page}}.html\n仙侠::/sort/xianxia/{{page}}.html\n都市::/sort/dushi/{{page}}.html\n历史::/sort/lishi/{{page}}.html\n军事::/sort/junshi/{{page}}.html\n游戏::/sort/youxi/{{page}}.html\n竞技::/sort/jingji/{{page}}.html\n科幻::/sort/kehuan/{{page}}.html\n灵异::/sort/lingyi/{{page}}.html\n同人::/sort/tongren/{{page}}.html\n女生::/sort/nvsheng/{{page}}.html\n其他::/sort/qita/{{page}}.html",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1720605871577,
    "respondTime": 13689,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "{{$.}}list/"
    },
    "ruleContent": {
      "content": "#articlecon>p@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##.*\\(第\\d+.*页\\)|\\s*.*本章未完.*\\s*",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": ".pt-card li",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "kind": "a.-1@text",
      "name": "a.1@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".pt-card li",
      "bookUrl": "a.1@href",
      "checkKeyWord": "斗破苍穹",
      "coverUrl": "img@src",
      "kind": ".pt-info@text",
      "lastChapter": "a.-1@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".pt-dir li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ".pt-dir-sel a@href"
    },
    "searchUrl": "http://m.doupocangqiong.cc/search.html?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "舞文小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.wushuzw.net",
    "bookUrlPattern": "http://m.wushuzw.net/show/\\d+.html",
    "customButton": false,
    "customOrder": 1879,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部小说\",\"url\":\"/list/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完结小说\",\"url\":\"/quanben/1.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻小说\",\"url\":\"/list/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠小说\",\"url\":\"/list/2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市小说\",\"url\":\"/list/3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史小说\",\"url\":\"/list/4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏小说\",\"url\":\"/list/5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻小说\",\"url\":\"/list/6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖小说\",\"url\":\"/list/7_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女生小说\",\"url\":\"/list/8_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"其他小说\",\"url\":\"/list/8_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}}]",
    "header": "{ \"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1727259586590,
    "respondTime": 20739,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content\n##\\{.*\\}|,舞文小说网.*",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "text.章节列表@href##$##,{'webView': true}"
    },
    "ruleContent": {
      "content": ".content@dd!-1@html",
      "nextContentUrl": "text.下一页@href##$##,{'webView': true}",
      "replaceRegex": "##{{chapter.title}}|\\(第.*页\\)|（本章未完.*继续阅读）"
    },
    "ruleExplore": {
      "author": "a@textNodes##:.*",
      "bookList": ".bd@li",
      "bookUrl": "a@href",
      "kind": "span@text##\\[|\\]",
      "name": "a@textNodes##【(.*)】##$1###"
    },
    "ruleSearch": {
      "author": "a@text##\\((.*)\\)##$1###",
      "bookList": ".bd@li",
      "bookUrl": "a@href",
      "checkKeyWord": "剑来",
      "kind": "span@text##\\[|\\]",
      "name": "a@textNodes##\\(.*\\)"
    },
    "ruleToc": {
      "chapterList": "#chapter",
      "chapterName": "a@text",
      "chapterUrl": "a@href##$##,{'webView': true}"
    },
    "searchUrl": "/s.php,{\n  \"body\": \"s={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃玄幻阁",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xuankuge.com#🎃",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 1880,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/sort1/{{page}}/\n武侠::/sort2/{{page}}/\n都市::/sort3/{{page}}/\n历史::/sort4/{{page}}/\n言情::/sort5/{{page}}/\n穿越::/sort6/{{page}}/\n科幻::/sort7/{{page}}/\n恐怖::/sort8/{{page}}/\n校园::/sort9/{{page}}/\n异界::/sort10/{{page}}/\n全本::/quanben/{{page}}/",
    "header": "",
    "lastUpdateTime": 1754712460399,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 866,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "canReName": "",
      "coverUrl": "[property$=image]@content",
      "init": "",
      "intro": "[property$=description]@content##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property$=latest_chapter_name]@content##正文卷\\s|正文\\s",
      "name": "[property$=book_name]@content",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#content@textNodes",
      "imageStyle": "0",
      "nextContentUrl": "",
      "replaceRegex": "##随机推荐.*",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "span.1@text",
      "bookList": "#sitebox dl",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "dd.3@text",
      "kind": "span.2:0@text",
      "lastChapter": "a.2@text##正文卷\\s|正文\\s",
      "name": "a.1@text",
      "wordCount": "span.3@text"
    },
    "ruleToc": {
      "chapterList": "#readerlist li a",
      "chapterName": "text##正文卷\\s|正文\\s",
      "chapterUrl": "href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "/modules/article/search.php?s={{key}}&searchtype=articlename",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃天域小说️🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.tycqzw.net#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1881,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部小说\",\"url\":\"https://m.tycqzw.com/xclass/0/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"玄幻小说\",\"url\":\"https://m.tycqzw.com/xclass/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"修真小说\",\"url\":\"https://m.tycqzw.com/xclass/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"都市小说\",\"url\":\"https://m.tycqzw.com/xclass/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"穿越小说\",\"url\":\"https://m.tycqzw.com/xclass/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"网游小说\",\"url\":\"https://m.tycqzw.com/xclass/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"科幻小说\",\"url\":\"https://m.tycqzw.com/xclass/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}},{\"title\":\"其他小说\",\"url\":\"https://m.tycqzw.com/xclass/7/{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}}]",
    "lastUpdateTime": 1720340077466,
    "loginUrl": "",
    "respondTime": 1593,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作\\s*者：",
      "coverUrl": "id.fmimg@tag.img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content",
      "lastChapter": "id.list@tag.dd.0@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "id.info@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@html##推荐.*新书.*|手机用户.*阅读体验。"
    },
    "ruleExplore": {
      "author": "class.author@text##作者：",
      "bookList": "class.hot_sale",
      "bookUrl": "tag.a.0@href@js:\nr=result.match(/_(\\d+)/)\nid=r[1]\nvar iid = parseInt(id/1000);\n'https://www.tycqzw.com/'+iid+'_'+id+'/'",
      "coverUrl": "img@data-original",
      "intro": "class.review@text##简介：",
      "lastChapter": "",
      "name": "class.title@text"
    },
    "ruleSearch": {
      "author": "class.even.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.even.0@tag.a.0@href",
      "coverUrl": "class.even.0@tag.a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.tycqzw.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "class.odd.0@tag.a.0@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.even.0@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search.php?searchkey={{key}}",
    "weight": 100
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "安之原创基地💯",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.azycjd.com-1",
    "customButton": false,
    "customOrder": 1882,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 1113,
    "ruleBookInfo": {
      "intro": "class.top_main.0@tag.p@text"
    },
    "ruleContent": {
      "content": "class.novel@tag.p@text"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.novel_items@tag.p.0@text",
      "bookList": "class.list_main@tag.li",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.img@src",
      "kind": "tag.span.0@text",
      "name": "class.novel_items@tag.h3.0@text"
    },
    "ruleToc": {
      "chapterList": "class.top_main chapter",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.azycjd.com/webnovelmis/mobile/msearchresult,{\n  \"method\": \"POST\",\n  \"body\": \"searchtxts={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "安之原创基地💯",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.azycjd.com-4",
    "customButton": false,
    "customOrder": 1883,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 1864,
    "ruleBookInfo": {
      "intro": "class.top_main.0@tag.p@text"
    },
    "ruleContent": {
      "content": "class.novel@tag.p@text"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.novel_items@tag.p.0@text",
      "bookList": "class.list_main@tag.li",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.img@src",
      "kind": "tag.span.0@text",
      "name": "class.novel_items@tag.h3.0@text"
    },
    "ruleToc": {
      "chapterList": "class.top_main chapter",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.azycjd.com/webnovelmis/mobile/msearchresult,{\n  \"method\": \"POST\",\n  \"body\": \"searchtxts={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "安之原创基地💯",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.azycjd.com-9",
    "customButton": false,
    "customOrder": 1884,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 1480,
    "ruleBookInfo": {
      "intro": "class.top_main.0@tag.p@text"
    },
    "ruleContent": {
      "content": "class.novel@tag.p@text"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.novel_items@tag.p.0@text",
      "bookList": "class.list_main@tag.li",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.img@src",
      "kind": "tag.span.0@text",
      "name": "class.novel_items@tag.h3.0@text"
    },
    "ruleToc": {
      "chapterList": "class.top_main chapter",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.azycjd.com/webnovelmis/mobile/msearchresult,{\n  \"method\": \"POST\",\n  \"body\": \"searchtxts={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃一页书小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.yiyeshu.cc#🎃",
    "customButton": false,
    "customOrder": 1885,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar result = [];\njava.toast(\"🔥正在刷新列表,请稍等！\");\nvar push = (title, url, size) => result.push({\n    \"title\": title,\n    \"url\": url,\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": size\n    }\n});\nvar baseUrl = \"https://www.shacg.com/all.html\";\nvar tag = java.ajax(baseUrl);\nif (tag) {\n    var a = org.jsoup.Jsoup.parse(tag).select(\".class ul li a\");\n    push(\"🔥分类小说🔥\", null, 1);\n    for (var i = 0; i < a.length ; i++) {\n        var title = a[i].text();\n        var url = a[i].attr(\"href\");\n        var size = 0.25;\n        title = String(title).replace(/\\s/g, \"\");\n        url = String(url).replace(/\\.html/,'-{{page}}.html');      \n        push(title, url, size);\n    }\n} else {\n  java.toast(\"🤔列表刷新失败！！！\");     \n} \nJSON.stringify(result);",
    "header": "@js:\nJSON.stringify({\n\"Accept-Language\": \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\",\n\"referer\" :\"https://www.yiyeshu.cc/\"\n})",
    "lastUpdateTime": 0,
    "loginCheckJs": "cookie.removeCookie(source.key);\nresult",
    "respondTime": 7284,
    "ruleBookInfo": {
      "coverUrl": ".bookintro@img@src",
      "intro": ".bookintro@text",
      "wordCount": ".booktime@text##更新时间："
    },
    "ruleContent": {
      "content": ".readcontent@html##<p.*/p>",
      "nextContentUrl": "text.下一@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author.0@text",
      "bookList": ".bookbox",
      "bookUrl": "a@href",
      "checkKeyWord": "",
      "coverUrl": "a@href##.*\\/(\\d+)(\\d{3})\\/##https://www.yiyeshu.cc/files/article/image/$1/$1$2/$1$2s.jpg###",
      "intro": ".update@text##简介：",
      "lastChapter": "a.-2@text",
      "name": "h4@text"
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "<js>\nurl=source.key;\na=java.ajax(url);\n//java.log(a)\nb=a.match(/action=\\\"([^\"]*)\\\"/)[1];\nc=`,{\"method\": \"post\",\"charset\": \"GBK\",\"body\":\"searchkey=${key}\"}`;\nb+=c\n</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃万相书城🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.wxsck.com#🎃",
    "customButton": false,
    "customOrder": 1886,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar result = [];\njava.toast(\"🔥正在刷新列表,请稍等！\");\nvar push = (title, url, size) => result.push({\n    \"title\": title,\n    \"url\": url,\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": size\n    }\n});\nvar baseUrl = \"https://www.wxsck.com/\";\nvar tag = java.ajax(baseUrl);\nif (tag) {\n    var a = org.jsoup.Jsoup.parse(tag).select(\".breadcrumb li a\");\n    push(\"🔥分类小说🔥\", null, 1);\n    for (var i = 0; i < a.length -1; i++) {\n        var title = a[i].text();\n        var url = a[i].attr(\"href\");\n        var size = 0.25;\n        title = String(title).replace(/\\s/g, \"\");\n        url = String(url).replace(/\\.html/,'_{{page}}.html');      \n        push(title, url, size);\n    }\n} else {\n  java.toast(\"🤔列表刷新失败！！！\");     \n} \nJSON.stringify(result);",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 14; zh-cn; M2102K1AC Build/UKQ1.231207.002) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/109.0.5414.118 Mobile Safari/537.36 MQQBrowser/10.1.0\"}",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 6783,
    "ruleBookInfo": {
      "coverUrl": ".book-img-middel@src",
      "downloadUrls": "class.col-md-6 text-center@a.0@href\n<js>\naa=String(result).replace(/\\[/,'$1').replace(/\\]/,'$1').replace(/^/,'https://www.wxsck.com')\nh={\"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 14; zh-cn; M2102K1AC Build/UKQ1.231207.002) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/109.0.5414.118 Mobile Safari/537.36 MQQBrowser/10.1.0\"};\na=java.get(aa,h).headers('location'||'Location')\nb=String(a).replace(/\\[/,'$1').replace(/\\]/,'$1').replace(/\\.\\./,'').replace(/^/,'https://www.wxsck.com')\n</js>",
      "init": "",
      "intro": "@js:if (source.bookSourceType=='3'){\tresult=java.getString('.panel-body@html')\n\t}else {\n\t\tresult=java.getString('.book-detail@html')\n\t\t}",
      "lastChapter": ""
    },
    "ruleContent": {
      "content": "#cont-body@p@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "td.1@text",
      "bookList": "tbody tr||class.col-md-12 b10",
      "bookUrl": "a@href\n<js>\nif (source.bookSourceType=='0'){\n\tresult=result\n\t}else {\n\t\tresult=java.get(\"x\")\n\t\t}\n</js>",
      "coverUrl": "a.1@href##.*?(\\d+).*##/uploads/cover/pic$1.jpg",
      "intro": ".media-info@text",
      "name": "h4@text||td.0@text##《|》",
      "wordCount": "td.2@a.0@href\n<js>\nvar result=result.replace(/^/,'https://www.wxsck.com')\njava.put(\"x\",result)\nre=''\n</js>"
    },
    "ruleToc": {
      "chapterList": "class.col-md-6 item@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.wxsck.com/plus/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "海棠书屋🎃#3",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.haitang4.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1887,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"排行榜\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"总排行\",\"url\":\"/top/allvisit-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月排行\",\"url\":\"/top/monthvisit-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总推荐\",\"url\":\"/top/allvote-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月推荐\",\"url\":\"/top/monthvote-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总收藏\",\"url\":\"/top/goodnum-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"字数榜\",\"url\":\"/top/size-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"更新榜\",\"url\":\"/top/lastupdate-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"新入库\",\"url\":\"/top/postdate-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"全部分类\",\"url\":\"/sort/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"玄幻奇幻\",\"url\":\"/sort/1-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠修真\",\"url\":\"/sort/2-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市言情\",\"url\":\"/sort/3-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史穿越\",\"url\":\"/sort/4-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游竞技\",\"url\":\"/sort/5-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻未来\",\"url\":\"/sort/6-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖悬疑\",\"url\":\"/sort/7-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他类型\",\"url\":\"/sort/8-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完本小说\",\"url\":\"/wanben-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 3225,
    "ruleBookInfo": {
      "author": "##:author\"[^\"]+\"([^\"]*)##$1###",
      "coverUrl": "##og:image\"[^\"]+\"([^\"]*)##$1###",
      "intro": "##:description\"[^\"]+\"([^\"]*)##$1###",
      "kind": "##:category\"[^\"]+\"([^\"]*)##$1###",
      "lastChapter": "##_chapter_name\"[^\"]+\"([^\"]*)##$1###",
      "name": "##:book_name\"[^\"]+\"([^\"]*)##$1###",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "div#content@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": ".author@text",
      "bookList": "ul.topul>li",
      "bookUrl": "h2>a@href",
      "coverUrl": "img@src",
      "intro": "p@text",
      "kind": "i.lianzai@text",
      "lastChapter": "",
      "name": "h2>a@text",
      "wordCount": ".other@text"
    },
    "ruleToc": {
      "chapterList": "ul.2@li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/s.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃落宅小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.lazhaiwu.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1888,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"最近更新\",\"url\":\"https://m.lazhaiwu.com/top/lastupdate_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最新入库\",\"url\":\"https://m.lazhaiwu.com/top/postdate_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总点击榜\",\"url\":\"https://m.lazhaiwu.com/top/allvisit_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总收藏榜\",\"url\":\"https://m.lazhaiwu.com/top/goodnum_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总推荐榜\",\"url\":\"https://m.lazhaiwu.com/top/allvote_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总字数榜\",\"url\":\"https://m.lazhaiwu.com/top/size_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完本小说\",\"url\":\"https://m.lazhaiwu.com/full/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻奇幻\",\"url\":\"https://m.lazhaiwu.com/sort/1_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠仙侠\",\"url\":\"https://m.lazhaiwu.com/sort/2_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市言情\",\"url\":\"https://m.lazhaiwu.com/sort/3_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻网游\",\"url\":\"https://m.lazhaiwu.com/sort/4_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"惊悚悬疑\",\"url\":\"https://m.lazhaiwu.com/sort/5_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美同人\",\"url\":\"https://m.lazhaiwu.com/sort/6_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越架空\",\"url\":\"https://m.lazhaiwu.com/sort/7_{{page5}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"高辣浓情\",\"url\":\"https://m.lazhaiwu.com/sort/8_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"禁忌百合\",\"url\":\"https://m.lazhaiwu.com/sort/9_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"精品文学\",\"url\":\"https://m.lazhaiwu.com/sort/10_{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.28}},{\"title\":\"这是空的\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 24016,
    "ruleBookInfo": {
      "coverUrl": "class.tu@img@src",
      "init": "",
      "intro": "class.jj@p@textNodes\n<js>result.replace(/(.*)/,' ○○○STORY:\\n$1')</js>",
      "lastChapter": "class.p3@a@text"
    },
    "ruleContent": {
      "content": "class.novelcontent@html"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "tag.a.2@text",
      "bookList": "class.search_box@p||class.fl_list@children||class.user_content@children",
      "bookUrl": "class.content_link@tag.p.1@a@href||tag.a.0@href",
      "coverUrl": "class.content_link@tag.p.1@a@href||tag.a.0@href##.*/(\\d+)/(\\d+)/##http://img.lazhaiwu.com/image/$1/$2/$2s.jpg",
      "kind": "class.content_link@tag.p.0@a@text||class.p2@text||tag.a.1@text##\\[|]",
      "name": "class.content_link@tag.p.1@a@text||class.p1@a@text||tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.info_chapters@tag.ul.1@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "https://m.lazhaiwu.com/s.php,{\n  \"charset\": \"gbk\",\n  \"body\": \"s={{key}}&type=articlename\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃鬼吹灯🎃#3",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.cxzz.com#🎃",
    "customButton": false,
    "customOrder": 1889,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nsort=[];\npush=(title,url,type1,type2)=>sort.push({\n\t\ttitle: title,\n\t\turl: url,\n\t\tstyle: {\n\t\t\t\tlayout_flexGrow: type1,\n\t\t\t\tlayout_flexBasisPercent: type2\n\t\t\t}\n\t});\npush(\"全部🌊分类\",null,1,1)\npush(\"🌊全本🌊\",`http://m.cxzz958.com/wanben/{{page}}.html`,1,1)\n\tarList=[\"玄幻小说\",\"仙侠小说\",\"都市小说\",\"军史小说\",\"网游小说\",\"科幻小说\",\"恐怖小说\",\"其它小说\"]\n\tarList.map((tag,index)=>{\n\t\turl=`/fenlei/${index+1}/{{page}}.html`;\n\t\tpush(tag, url, 1, 0.25);\n\t\t});\n//java.log(JSON.stringify(sort))\nJSON.stringify(sort)",
    "header": "{'User-Agent':'Mozilla/5.0 (Linux; Android 14; V2304A; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/123.0.6312.118 Mobile Safari/537.36',\n\"Referer\":\"http://www.cxzz958.com/\"}",
    "lastUpdateTime": 0,
    "respondTime": 487,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#content@html",
      "replaceRegex": "##.*首发域名.*|.*\\.html"
    },
    "ruleExplore": {
      "author": "{{@@.s4@text}}{{@@##a\\>\\/(.*?)\\<\\/##$1###}}",
      "bookList": ".bd@ul@li&&.cover@p",
      "bookUrl": "a.0@href\n<js>\nif(result!=\"\"){\n\tlet pi=result.match(/\\/(.*?)\\/$/)[1];\nurl=\"http://www.cxzz958.com/\"+pi\n}\nresult=url\n</js>",
      "coverUrl": "",
      "intro": "",
      "kind": "{{@@span.0@text##\\[|\\]}}{{@@.line@text##\\[|\\].*}}",
      "lastChapter": "span.2@a@text",
      "name": "a.0@text",
      "wordCount": "span.-1@text"
    },
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".bookbox",
      "bookUrl": "h4@a@href",
      "coverUrl": "img@src",
      "kind": ".cat@text##分类：",
      "lastChapter": ".update@text##最新章节：",
      "name": "h4@a@text"
    },
    "ruleToc": {
      "chapterList": "dl@dt:nth-of-type(2)~dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://www.cxzz958.com/s.php?ie=utf-8&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃燃文小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ranwen1.cc#🎃",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1890,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "",
    "lastUpdateTime": 0,
    "respondTime": 1834,
    "ruleBookInfo": {
      "lastChapter": "",
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": "<js>\nj=src.match(/var c=\"([^\"]+)\"/)[1];\njja=String(java.base64Decode(j)).replace(/^[^-]*-/,\"-\")\nif(/=/.test(jja)){jj=jja.replace(/=[^=]*$/,\"\");}else{jj=jja.replace(/_[^_]*$/,\"\");}\n//java.log(jj.toString())\nm=jj.replace(/-/g,\"PHA+\").replace(/_/g,\"8L3A+\");\n//java.log(m.toString())\nn=java.getString(\"@@#chaptercontent@p!0@html\");\nn+java.base64Decode(m)\n</js>",
      "nextContentUrl": "",
      "replaceRegex": "##更多内容加载.*|本站只.*|本章未.*|小说推荐.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".item",
      "bookUrl": "a.0@href",
      "coverUrl": "img@data-src",
      "intro": ".intro@text",
      "kind": "span.0@text",
      "lastChapter": "",
      "name": "a.0@title",
      "wordCount": "span.-2@text"
    },
    "ruleToc": {
      "chapterList": "ul li a",
      "chapterName": "text",
      "chapterUrl": "onclick##location.href='(.+)'##$1",
      "nextTocUrl": "option[selected]+option@value"
    },
    "searchUrl": "<js>cookie.removeCookie(source.key);</js>/search/?searchkey={{key}}&submit=",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃圣武书库🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.swskw.com#🎃",
    "customButton": false,
    "customOrder": 1891,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部🏷分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"奇幻·玄幻\",\"url\":\"/catalog/xuanhuan_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻·游戏\",\"url\":\"/catalog/game_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠·仙侠\",\"url\":\"/catalog/xianxia_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女生·言情\",\"url\":\"/catalog/yanqing_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市·娱乐\",\"url\":\"/catalog/dushi_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史·军事\",\"url\":\"/catalog/lishi_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"悬疑·灵异\",\"url\":\"/catalog/kongbu_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美·纯爱\",\"url\":\"/catalog/chunai_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"轻小说\",\"url\":\"/catalog/light_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{'User-Agent':'Mozilla/5.0 (Linux; Android 14; V2304A; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/123.0.6312.118 Mobile Safari/537.36',\n\"Referer\":\"https://www.swskw.com/\"}",
    "lastUpdateTime": 0,
    "respondTime": 7677,
    "ruleBookInfo": {
      "author": "a.1@text",
      "coverUrl": "img.0@src",
      "intro": ".book-detail@text",
      "kind": ".col-md-4@text##状态：",
      "lastChapter": "a.2@text",
      "name": "h1@a@text"
    },
    "ruleContent": {
      "content": "#cont-body@html",
      "nextContentUrl": ".pagination@a@href"
    },
    "ruleExplore": {
      "bookList": ".row@.col-md-12",
      "bookUrl": "h4@a@href",
      "coverUrl": "img@src",
      "intro": ".media-info@text",
      "name": "h4@a@text"
    },
    "ruleSearch": {
      "author": "td.1@text",
      "bookList": "table@tbody@tr",
      "bookUrl": "a.0@href",
      "name": "a.0@text##.*《|》"
    },
    "ruleToc": {
      "chapterList": ".row@.col-md-6",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "https://www.swskw.com/plus/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "键盘小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.jianpan.la#",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1892,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1721150311767,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 1149,
    "ruleBookInfo": {
      "author": "class.col-md-12@tag.p.0@text##by",
      "intro": "class.bookIntro@text",
      "kind": "div.col-md-12@p.1@text##.*：",
      "lastChapter": "id.list-chapterAll@tag.p.0@text##最新章节.|更新时间.|..\\:.*",
      "name": "class.bookTitle@text##\\《|\\》|极速阅读"
    },
    "ruleContent": {
      "content": "id.htmlContent@html",
      "replaceRegex": "##无尽的昏迷过后.*时宇猛地从床上起身.*想要看最新章节.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.shop-info.1@text##\\[|著|\\]",
      "bookList": "class.list@tag.a",
      "bookUrl": "tag.a@href",
      "lastChapter": "class.shop-info.2@text",
      "name": "class.shop-info.0@text##\\《|\\》"
    },
    "ruleToc": {
      "chapterList": "class.panel-chapterlist@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.jianpan.la/search.php?q={{key}}&s=15947871991047423724",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃天域小说网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.tycqzw.com#🎃",
    "bookUrlPattern": "https://www.tycqzw.com/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 1893,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部小说\",\"url\":\"https://m.tycqzw.com/xclass/0/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"玄幻小说\",\"url\":\"https://m.tycqzw.com/xclass/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"修真小说\",\"url\":\"https://m.tycqzw.com/xclass/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"都市小说\",\"url\":\"https://m.tycqzw.com/xclass/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"穿越小说\",\"url\":\"https://m.tycqzw.com/xclass/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"网游小说\",\"url\":\"https://m.tycqzw.com/xclass/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"科幻小说\",\"url\":\"https://m.tycqzw.com/xclass/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}},{\"title\":\"其他小说\",\"url\":\"https://m.tycqzw.com/xclass/7/{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}}]",
    "lastUpdateTime": 1721152671105,
    "loginUrl": "",
    "respondTime": 3111,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作\\s*者：",
      "coverUrl": "id.fmimg@tag.img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content",
      "lastChapter": "id.list@tag.dd.0@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "id.info@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@html##推荐.*新书.*|手机用户.*阅读体验。"
    },
    "ruleExplore": {
      "author": "class.author@text##作者：",
      "bookList": "class.hot_sale",
      "bookUrl": "tag.a.0@href@js:\nr=result.match(/_(\\d+)/)\nid=r[1]\nvar iid = parseInt(id/1000);\n'https://www.tycqzw.com/'+iid+'_'+id+'/'",
      "coverUrl": "img@data-original",
      "intro": "class.review@text##简介：",
      "lastChapter": "",
      "name": "class.title@text"
    },
    "ruleSearch": {
      "author": "class.even.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.even.0@tag.a.0@href",
      "coverUrl": "class.even.0@tag.a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.tycqzw.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "class.odd.0@tag.a.0@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.even.0@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.tycqzw.com/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃沙滩小说网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.shatanxs.com#🎃",
    "customButton": false,
    "customOrder": 1894,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1668099218302,
    "respondTime": 21589,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "id.fmimg@tag.img@src",
      "intro": "id.intro@textNodes##各位书友.*|》还不错的话.*|.*敬请登陆：.|上传者书籍.*|.*简介：",
      "kind": "class.con_top@tag.a.1@text",
      "lastChapter": "class.book-intro@tag.a@text",
      "name": "",
      "tocUrl": "class.tgcj@href"
    },
    "ruleContent": {
      "content": "class.content_read@id.content@html",
      "nextContentUrl": "class.bottem2@tag.a.2@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "id.content@id.nr",
      "bookUrl": "class.odd.0@tag.a@href",
      "lastChapter": "class.even.0@tag.a@text",
      "name": "class.odd.0@tag.a@text",
      "wordCount": "class.even.1@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.shatanxs.com/modules/article/search.php, {\"charset\":\"gbk\",\n\"body\":\"s={{key}}&type=articlename\",\n\"method\":\"POST\"}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃棉花糖小说🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.mhtxs.info#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1895,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻魔法::/mulu/1-{{page}}.html\n武侠修真::/mulu/2-{{page}}.html\n都市言情::/mulu/3-{{page}}.html\n历史军事::/mulu/4-{{page}}.html\n侦探推理::/mulu/5-{{page}}.html\n网游动漫::/mulu/6-{{page}}.html\n科幻小说::/mulu/7-{{page}}.html\n恐怖灵异::/mulu/8-{{page}}.html\n同人小说::/mulu/9-{{page}}.html\n穿越小说::/mulu/10-{{page}}.html",
    "header": "",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 4792,
    "ruleBookInfo": {
      "author": "[name=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "init": "",
      "intro": "id.intro@textNodes",
      "kind": "[name=\"og:novel:category\"]@content&&[name=\"og:novel:status\"]@content&&[name=\"og:novel:update_time\"]@content",
      "lastChapter": "[name=\"og:novel:latest_chapter_name\"]@content##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "[name=\"og:novel:book_name\"]@content",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "class.content@html##最新网址.*la|下载本书最(.|\\n)* ",
      "imageStyle": "0",
      "replaceRegex": "##最新网址.*|\\(.*mhtxs.*?\\)"
    },
    "ruleExplore": {
      "author": "tag.a.2@text",
      "bookList": "class.alistbox",
      "bookUrl": "h2@tag.a@href",
      "coverUrl": "tag.img@src",
      "intro": "class.intro@textNodes",
      "lastChapter": "tag.a.3@text",
      "name": "tag.a.1@text##\\《|\\》"
    },
    "ruleSearch": {
      "author": "class.even.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##https://www.mhtxs.la/book/image/$2/$1/$1s.jpg###",
      "kind": "class.odd.1@text",
      "lastChapter": "class.odd.0@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.even.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "tag.dd@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "<js>\ncookie.removeCookie(source.key)\nurl=source.key;\na=java.webView(null,url,null);\n//java.log(a)\nb=a.match(/action=\\\"([^\"]*)\\\"/)[1];\nc=`,{\"method\": \"post\",\"body\":\"searchkey=${key}\"}`;\nb+=c\n</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "兔九三网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.tu93.net/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1896,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻奇幻\",\"url\":\"/xuanhuan?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠仙侠\",\"url\":\"/xianxia?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/dushi?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/lishi?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻传奇\",\"url\":\"/kehuan?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖灵异\",\"url\":\"/kongbu?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他类型\",\"url\":\"/qita?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"全本小说\",\"url\":\"/quanben?order=all&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"全部小说\",\"url\":\"/shuku<,?page={{page}}>\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/82.0.4080.0 Safari/537.36 Edg/82.0.453.0\"\n}",
    "lastUpdateTime": 1705297583700,
    "loginUrl": "",
    "respondTime": 6113,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "init": "",
      "intro": "[property$=description]@content##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##..:.*|\\s",
      "lastChapter": "[property$=latest_chapter_name]@content##[\\(（【].*?[求更票谢乐发订合补加Kk].*?[】）\\)]\n<js>result.replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(\\{（｛【].*[求更谢乐发推票盟补加字Kk\\/].*[\\)\\}）｝】]/g,'')</js>\n<js>\nresult.replace(/^(\\d+)、第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(第.+章)\\s?\\d+\\s/,'$1 ')\n.replace(/^(\\d+)(、|. ?)/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/(章)([^\\s]+)(\\s·)*/,'$1 $2$3')\n.replace(/第([零一二三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n.replace(/第0+/,'第')\n.replace(/(第\\d+章)\\s\\d+(.*)/,'$1$2')\n</js>",
      "name": "[property$=book_name]@content",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#htmlContent@html##Ｘ更新最快",
      "imageDecode": "",
      "nextContentUrl": "@js:\nif (result.indexOf(\"xyy2.png\") > -1) {\nvar code = result.match(/eval\\(function(.*)\\);/)[0]\ncode = code.replace(/__u[0-9a-f]+/, '__uData')\neval(code)\n\t\n\tif(!__uData.match('_')) {\n\t next = java.getElement(\"@@#linkNext@a\")\n\t __uData = next.attr(\"href\")\n\t}\n__uData\n}",
      "payAction": "",
      "replaceRegex": "##第.*章.*\\s*|\\s*.*如章节缺失.*\\s*|你看到的.*有缺失.*或者请使用其它.*\\s*|.*喜欢看.*写的.*|，最快更新最新章节！|.*完整章节\\)|[\\(（]本章完[\\)）].*",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "td.2@text",
      "bookList": "tbody tr!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##https://statics.tu93.net/$2/$1/$1s.jpg###",
      "kind": "td.4:3@text",
      "lastChapter": "a.1@text",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "author": "a.1@text",
      "bookList": ".col-md-10",
      "bookUrl": "a.0@href",
      "checkKeyWord": "高天",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##https://statics.tu93.net/$2/$1/$1s.jpg###",
      "intro": "p.1@text",
      "kind": "p.3@text##.*：",
      "lastChapter": "a.2@title##[\\(（【].*?[求更票谢乐发订合补加Kk].*?[】）\\)]",
      "name": "a.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".col-md-3 a",
      "chapterName": "text##[\\(（【].*?[求更票谢乐发订合补加Kk].*?[】）\\)]",
      "chapterUrl": "href",
      "updateTime": ""
    },
    "searchUrl": "https://www.tu93.net/search,{\n  \"charset\": \"utf-8\",\n  \"method\": \"POST\",\n  \"body\": \"keyword={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "九五小说#南笙21.0101",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.jwdushu.com#南笙21.0101",
    "customButton": false,
    "customOrder": 1897,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1613762802466,
    "respondTime": 95,
    "ruleBookInfo": {
      "author": "class.author@tag.a@text",
      "coverUrl": "class.con_img@tag.img@src",
      "intro": "class.r_cons@html",
      "name": "tag.h1@tag.a@text",
      "tocUrl": "class.r_tools@tag.a.1@href"
    },
    "ruleContent": {
      "content": "class.yuedu_zhengwen@html"
    },
    "ruleExplore": {
      "author": "tag.span.2@tag.a@text",
      "bookList": "id.articlelist@tag.li!0",
      "bookUrl": "tag.span.1@tag.a@href",
      "kind": "tag.span.0@tag.a@text",
      "lastChapter": "tag.span.3@tag.a@text",
      "name": "tag.span.1@tag.a@text"
    },
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.odd.0@tag.a@href",
      "kind": "class.even.2@text",
      "lastChapter": "class.even.0@tag.a@text",
      "name": "class.odd.0@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.novel_list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/modules/article/search.php?ie=gbk&searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃19书院🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.19shuyuan.com#🎃",
    "customButton": false,
    "customOrder": 1898,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 0,
    "respondTime": 30100,
    "ruleBookInfo": {
      "author": ".tab > .p1@text",
      "coverUrl": "img@src",
      "downloadUrls": "text.下载TXT@href",
      "init": "",
      "intro": ".jj > .p2@text",
      "kind": ".tab1@p.0:1@text",
      "lastChapter": ".p3 > a@text",
      "name": ".catalog1 > h1@text",
      "wordCount": ".p6@text##万##万字"
    },
    "ruleContent": {
      "content": ".novelcontent@html||#novelcontent@html",
      "nextContentUrl": "text.下一页@href",
      "sourceRegex": ""
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.-1@text",
      "bookList": ".search_box@.search_list",
      "bookUrl": "a.0@href",
      "kind": "a.1@text",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": ".p2:nth-child(5) > li:nth-child(n+1) > a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "/s.php,{\n  \"body\": \"s={{key}}&type=articlename\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "幽幽🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.xiaoshuouu.com#🎃",
    "customButton": false,
    "customOrder": 1899,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar result = [];\nvar push = (title, url, size) => result.push({\n    \"title\": title,\n    \"url\": url,\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": size\n    }\n});\nvar tag = java.ajax(\"https://www.xiaoshuouu.com\");\nif (tag) {\n    var a = org.jsoup.Jsoup.parse(tag).select(\".nav li a\");\n    result.push({\n        \"title\": \"🔥分类小说🔥\",\n        \"url\": null,\n        \"style\": {\n            \"layout_flexGrow\": 1,\n            \"layout_flexBasisPercent\": 1\n        }\n    });\n    \n    push(\"全本小说\",`/quanben/category/{{page}}/`,0.33);\n    \n    var subResult = [];\n    for (var i in a) {\n        var title = a[i].text();\n        var url = a[i].attr(\"href\");\n        var size = 0.33;\n        title = String(title).replace(/\\s/g, \"\");\n        url = baseUrl+String(url).replace(/\\d+\\/$/, \"{{page}}/\");\n       {\n            subResult.push({\n                \"title\": title,\n                \"url\": url,\n                \"style\": {\n                    \"layout_flexGrow\": 1,\n                    \"layout_flexBasisPercent\": size\n                }\n            }); \n         }\n       } \n    \n    if (subResult.length > 0) {\n        if (subResult[0].title === \"首页\") {\n            subResult.shift();\n        }\n    }\n    if (subResult.length > 5) {\n        subResult.length = subResult.length -4;\n    } else {\n        subResult = [];\n    }\n    result = result.concat(subResult);\n} \nJSON.stringify(result);",
    "lastUpdateTime": 0,
    "respondTime": 6256,
    "ruleBookInfo": {
      "author": "author",
      "coverUrl": "cover",
      "init": "@js:\n(function(){\n    let doc = org.jsoup.Jsoup.parse(result)\n    let og = (selector) => doc.select('[property=\"og:' + selector + '\"]').attr('content')\n    return {\n        name: og('novel:book_name'),\n        author: og('novel:author'),\n        kind: og('novel:category')\n        +'•'+og('novel:status')\n      +'•'+String(og('novel:update_time')),\n        lastest: og('novel:lastest_chapter_name'),\n        cover: og('image'),\n        intro: og('description'),\n        url:og('novel:read_url')\n    }\n})()",
      "intro": "intro",
      "kind": "kind",
      "lastChapter": "lastest",
      "name": "name"
    },
    "ruleContent": {
      "content": "#content@p!0@html",
      "nextContentUrl": "#next_url@href"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": ".s4@text",
      "bookList": ".txt-list-row5@li!0",
      "bookUrl": "a.0@href",
      "kind": ".s1,.s5@text##\\[|\\]",
      "lastChapter": ".s3@a@text",
      "name": ".s2@text"
    },
    "ruleToc": {
      "chapterList": "class.section-list fix.1@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ""
    },
    "searchUrl": "https://www.xiaoshuouu.com/search/,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃沙漠小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.shamoxs.com#🎃",
    "customButton": false,
    "customOrder": 1900,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻\",\"url\":\"/sort/1_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"武侠\",\"url\":\"/sort/2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"/sort/3_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"历史\",\"url\":\"/sort/4_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"网游\",\"url\":\"/sort/5_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"科幻\",\"url\":\"/sort/6_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"言情\",\"url\":\"/sort/7_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"其他\",\"url\":\"/sort/8_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 0,
    "respondTime": 27500,
    "ruleBookInfo": {
      "author": "#info p.0@text##.*：",
      "coverUrl": "#fmimg img@src",
      "intro": "#intro@html",
      "kind": ".con_top a.1@text&&#info p.2:1@text##.*：|小说|\\s.*",
      "lastChapter": "#info a@text",
      "name": "#info h1@text",
      "tocUrl": ".motion a@href"
    },
    "ruleContent": {
      "content": "#content@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": ".s4@text",
      "bookList": ".l li",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##http://pic.shamoxs.com/image/$2/$1/$1s.jpg###",
      "kind": ".s5@text",
      "lastChapter": "a.1@text",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "#nr",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##http://pic.shamoxs.com/image/$2/$1/$1s.jpg###",
      "kind": "td.4@text",
      "lastChapter": "a.1@text",
      "name": "a.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "#list dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php,{\n  'charset': 'gbk',\n  'method': 'POST',\n  'body': 'type=articlename&s={{key}}&submit='\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃亲亲小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.qinqinxiaoshuo.cc#🎃",
    "customButton": false,
    "customOrder": 1901,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36 EdgA/130.0.0.0\"}",
    "lastUpdateTime": 0,
    "respondTime": 5392,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content"
    },
    "ruleContent": {
      "content": "<js>\ntry{\nform=java.getElement(\"#content label\")\ntxt=java.getElement(\"#content [class=001] p\")\nwhile (form!=\"\"){\n\tcode=String(java.getString(\"strong@textNodes\",form)).trim()\n\tjava.log(code)\n\tresult=java.ajax(`${baseUrl},{\"body\":\"captcha=${code}\",\"method\":\"POST\"}`)\n\tjava.setContent(result)\n\tform=java.getElement(\"#content form\")\n\t}\nb64=result.match(/atob\\('([^']+)'\\)/)[1]\nif(result.match(/'aes'\\s*===\\s*'aes'/)){\n\tkey=result.match(/CryptoJS\\.enc\\.Base64\\.parse\\('([^']+)'\\)/)[1]\n\t\n\ttxt+=java.createSymmetricCrypto(\"AES/ECB/Pkcs7Padding\", java.base64DecodeToByteArray(key)).decryptStr(b64)\n\t}else{\n\t\ttxt+=java.base64Decode(b64)\n\t\t\n\t\t}\nresult=txt}catch{result=\"\\n这章正文不存在！！！\\n换一章！！！\\n或者\\n换本书！！！\\n或者\\n换源！！！\"}\n</js>\n",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": "<js>\nvar cf=/_cf_/.test(src);\nif(cf){\n\tcookie.removeCookie(source.getKey());\n\tvar x=java.get(\"url\");\n\tb=java.startBrowserAwait(x,\n\t\t\"验证\");\n\t//b=java.webView(null,x,null)\n\t//b=java.ajax(x)\n\tresult=b;\n\t}\n\t\tresult;\n\n</js>\ntbody@tr",
      "bookUrl": "a.0@href",
      "kind": "td.-1@text",
      "lastChapter": "a.1@text",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "#play_0@ul@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "@js:\n\nvar su=source.key,\nso=su+\"/search/,\";\nbody=\"searchkey=\"+key;\nvar option={\n  \"body\": String(body),\n  \"method\": \"POST\",\n  \"webView\": true\n};\nvar head=JSON.parse(source.header);\noption.headers=head;\nvar post=JSON.stringify(option);\njava.put(\"url\",String(so+post))",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃玄幻阁🎃#5",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.xuanyge.info#🎃",
    "customButton": false,
    "customOrder": 1902,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar sort=[];\nvar push=(title,url,size)=>sort.push({\n  \t\"title\": title,\n  \t\"url\": url,\n  \t\"style\": {\n   \"layout_flexGrow\": 1,\n   \"layout_flexBasisPercent\": size\n   }\n });\n\nvar url=source.key;\nvar fl=url+\"/sort.html\";\nvar ph=url+\"/top.html\";\nvar qb=url+\"/full-1/\";\nvar html=java.ajax(fl);\nvar src=java.ajax(ph);\nvar qbl=java.ajax(qb);\n\nif(html&&src&&qbl){\na=org.jsoup.Jsoup.parse(html).select(\".content li a\");\nb=org.jsoup.Jsoup.parse(src).select(\".content li a\");\nc=org.jsoup.Jsoup.parse(qbl).select(\".content li a\");\npush(\"🌹分类🌹\",null,1)\n    for(i in a){\n        title=a[i].text()\n        url=a[i].attr(\"href\")\n        size=0.25;\n  url=String(url).replace(\"1/\",\"{{page}}/\").replace(\"1.html\",\"{{page}}.html\")\n        push(title,url,size)\n    };\n push(\"🌹排行🌹\",null,1)\n    for(i in b){\n        title=b[i].text()\n        url=b[i].attr(\"href\")\n  url=String(url).replace(\"1/\",\"{{page}}/\").replace(\"1.html\",\"{{page}}.html\")\n        size=0.25;\n        push(title,url,size)\n    }\npush(\"🌹全本🌹\",\"/full-{{page}}/\",1)\n      \n}else{\n  java.toast(\"发现列表获取失败！\")\n}\n\nJSON.stringify(sort)\n",
    "lastUpdateTime": 0,
    "respondTime": 19061,
    "ruleBookInfo": {
      "author": ".block_txt2@a.2@text",
      "downloadUrls": "text.点击下载@href",
      "intro": ".intro_info@text",
      "kind": ".block_txt2@p.3:4:5@text",
      "lastChapter": ".block_txt2@a.-1@text",
      "name": ".block_txt2@h2@text",
      "tocUrl": "text.查看目录@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#nr1@textNodes",
      "nextContentUrl": "text.下 页@href||text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "//*[not(@class='blue')]/text()##\\[.*\\]|\\/",
      "bookList": ".line",
      "bookUrl": ".blue@href",
      "checkKeyWord": "",
      "coverUrl": "",
      "intro": "",
      "kind": "##\\[(.*)\\]##$1##",
      "name": ".blue@text"
    },
    "ruleToc": {
      "chapterList": ".chapter li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isPay": "",
      "nextTocUrl": "@js:if(result.match(/\\/(\\d+)页/)){\nvar n=result.match(/\\/(\\d+)页/)[1];\nbaseUrl=baseUrl.replace(/(.+)\\//,'$1');\nvar list=[];\nfor(var i=2;i<=n;i++){list.push(baseUrl+\"_\"+i+\"/\");}\nlist\n}"
    },
    "searchUrl": "/modules/article/waps.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "露露书屋🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.lulushuwu.com#🎃",
    "bookUrlPattern": "http://m.lulushuwu.com/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 1903,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js: \nvar result = [];\njava.toast(\"🔥正在刷新列表,请稍等！\");\nvar push = (title, url, size) => result.push({\n  \"title\": title,\n  \"url\": url,\n  \"style\": {\n    \"layout_flexGrow\": 1,\n    \"layout_flexBasisPercent\": size\n  }\n});\n\nvar fl = java.ajax(\"https://m.lulushuwu.com/xiaoshuodaquan\");\n\nif (fl) {\n  \n  a = org.jsoup.Jsoup.parse(fl).select(\".typelist a\")\npush(\"🔥分类小说🔥\",null,1)\n    for(var i=0;i<a.length;i++){\n        title=a[i].text()\n        url=a[i].attr(\"href\")\n        size=0.33;\n        title = String(title).replace(/\\s/g, \"\");\n        url=baseUrl+String(url).replace(/\\d+\\/$/,\"\")+\"/page_{{page}}.html\";\n        push(title,url,size)\n    };\n} else {\n  \n  java.toast(\"🤔列表刷新失败！！！\");\n}\nJSON.stringify(result);",
    "lastUpdateTime": 0,
    "respondTime": 31641,
    "ruleBookInfo": {
      "author": ".pt-info.1@text",
      "coverUrl": "img.0@src",
      "intro": ".intro@text",
      "kind": ".pt-info.0:2:3@text##.*：",
      "lastChapter": "#newchaperlist@li.0@a.0@text",
      "name": ".pt-name@text"
    },
    "ruleContent": {
      "content": "#BookText@html",
      "nextContentUrl": "text.下一@href",
      "replaceRegex": "##[くくく√]"
    },
    "ruleExplore": {
      "author": ".s712.1@text",
      "bookList": ".book-li",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": ".pt-desc@text",
      "kind": "{{@@.s712.0@text##.*:}}\n{{@@.s713@text}}",
      "name": ".pt-name@text"
    },
    "ruleSearch": {
      "bookList": ".ptm-list-view-cell",
      "bookUrl": "a.1@href",
      "checkKeyWord": "",
      "coverUrl": ".ptm-img-object@src",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "#chapterlist@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://m.lulushuwu.com/home/search,{\n  \"body\": \"action=search&q={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "寻欢小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://寻欢小说2.luoyacheng.ip-ddns.com#🎃",
    "customButton": false,
    "customOrder": 1904,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nlet banben=\"1.0.4\";\neval((eval(java.importScript(lycurl)+'')[0].exploreUrl||'').replace('@js:',''));",
    "header": "@js:\neval(((cache.getFromMemory('xhycy')||(eval(java.readTxtFile(java.md5Encode16(lycurl)+'.json')+'')||[{}])[0]).header||'').replace('@js:',''));",
    "jsLib": "function gets(x, r) {\nreturn r==undefined?\nthis.java.getString(x)+'':\nPackages.io.legado.app.model.analyzeRule.AnalyzeRule().getString(x,r)+'';}\nfunction gete(x, r) {\nreturn r==undefined?\nthis.java.getElement(x): Packages.io.legado.app.model.analyzeRule.AnalyzeRule().setContent(r).getElement(x);}\nfunction gengxin(){\nconst {java, source} = this;\n\tlet url0='https://gitee.com/lyc486/yuedu2/commits/main/书源/寻欢小说/xvhs.json?browser_history=0&page=1&per=4';\n\tlet rr0=java.get(url0,{'User-Agent': 'Mozilla/5.0 (Linux; Android 14)','X-Requested-With': 'XMLHttpRequest'}).body();\n\tlet \tgxlrr = com.jayway.jsonpath.JsonPath.read(rr0, '$.list[0:4].title');\n\tlet [gxlr, gxlr2, gxlr3, gxlr4] = gxlrr;\n\tlet banben =   String(source.exploreUrl).match(/let banben=\"([\\d\\.]+)\"/)[1];\n\tgxlr=String(gxlr).split(/^([^\\-]+)-/);\n\tgxlr[0]=='' ? '' : gxlr=['','0',gxlr[0]];\n\tlet gxts;\n\tif (gxlr[1]>banben){gxts=['更新','0,140,186'];}\n\telse {gxts= ['导入','76,175,80'];};\n\tlet htm = `<html>\n<head>\n<title>更新</title>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<style>\ntable {\n\ttext-align: center;\n\tmargin: 2em auto 0 auto;\n\t}\nth span{font-size: 1.2em;}\n.ann {\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n\theight: 50vh;\n\t}\nbutton {\n\tbackground-color: rgb(${gxts[1]});\n\tcolor: white;\n\tborder: none;\n\tborder-radius: 4px;\n\theight: 6vh;\n\twidth: 30vw;\n\toverflow: hidden;\n\t}\nbutton span {\n  cursor: pointer;\n  display: inline-block;\n  position: relative;\n  transition: 0.4s;\n}\nbutton span:after {\n  content: '>';\n  position: absolute;\n  opacity: 0;\n  top: 0;\n  right: 30px;\n  transition: 0.2s;\n}\nbutton:active span {\n  padding-right: 20px;\n}\nbutton:active span:after {\n  opacity: 1;\n  right: -40px;\n}\n</style>\n</head>\n<body>\n<table border=\"1\" cellspacing=\"0\">\n<th colspan=\"2\">最新日志：<span>${gxlr[2]}</span></th>\n<tr>\n<td>仓库版本：${gxlr[1]}</td>\n<td>本地版本：${banben}</td>\n</tr>\n<tr>\n<td colspan=\"2\" style=\"text-align: left;\">往期日志：${gxlr2}<br>　　　　　${gxlr3}<br>　　　　　${gxlr4}</td>\n</tr>\n</table>\n<div class=\"ann\">\n<a href=\"legado://import/importonline?src=https://gitee.com/lyc486/yuedu2/raw/main/书源/寻欢小说/xvhs.json\">\n<button><span>${gxts[0]}</span></button>\n</a>\n</div>\n<a href=\"legado://import/importonline?src=https://cdn.jsdelivr.net/gh/Luoyacheng/yuedu@main/书源/寻欢小说/xvhs.json\" style=\"font-size: 10px;\">备用链接</a>\n</body>\n</html>`;\nif(typeof this.book=='undefined'||gxts[0]=='更新') java.startBrowser(`data:text/html;base64,${java.base64Encode(htm)}`,'更新');\r\n}\nvar lycurl=((h)=>{\nfor (var i=0,s='';i<h.length;i+=2) s+=String.fromCharCode(parseInt(h.substr(i,2),16));return s;})('68747470733A2F2F67697465652E636F6D2F6C79633438362F7975656475322F7261772F6D61696E2F2545342542392541362545362542412539302F2545352541462542422545362541432541322545352542302538462545382541462542342F79792F787679632E6A736F6E');",
    "lastUpdateTime": 0,
    "loginCheckJs": "let r=cache.getFromMemory('xhycy');\nif (!r) {\nMath.random()<0.3&&java.downloadFile(lycurl);\nr=eval(java.readTxtFile(java.md5Encode16(lycurl)+'.json')+'')[0];\nr&&cache.putMemory('xhycy',r);}\neval(r.loginCheckJs||'result');",
    "loginUi": "[\n {\n\t\"name\": \"网站地址\",\n\t\"type\": \"text\"\n\t},\n {\n\t\"name\": \"更新远程代码\",\n\t\"type\": \"button\",\n\t\"action\": \"gxin()\",\n\t\"style\": {\n\t\t\"layout_flexGrow\": 1,\n\t\t\"layout_flexBasisPercent\": -1}\n\t},\n {\n\t\"name\": \"更新书源本体\",\n\t\"type\": \"button\",\n\t\"action\": \"gengxin()\",\n\t\"style\": {\n\t\t\"layout_flexGrow\": 1,\n\t\t\"layout_flexBasisPercent\": -1}\n\t},\n {\n\t\"name\": \"用户名\",\n\t\"type\": \"text\"\n\t},\n {\n\t\"name\": \"密码\",\n\t\"type\": \"password\"\n\t},\n {\n\t\"name\": \"💍网站\",\n\t\"type\": \"button\",\n\t\"action\": \"web()\",\n\t\"style\": {\n\t\t\"layout_flexGrow\": 0,\n\t\t\"layout_flexBasisPercent\": -1,\n\t\t\"layout_wrapBefore\": true}\n\t},\n {\n\t\"name\": \"🔺登　录🔺\",\n\t\"type\": \"button\",\n\t\"action\": \"Login()\",\n\t\"style\": {\n\t\t\"layout_flexGrow\": 1,\n\t\t\"layout_flexBasisPercent\": -1}\n\t},\n {\n\t\"name\": \"♤登出\",\n\t\"type\": \"button\",\n\t\"action\": \"re()\",\n\t\"style\": {\n\t\t\"layout_flexGrow\": 0,\n\t\t\"layout_flexBasisPercent\": -1}\n\t}\n]",
    "loginUrl": "eval(eval(java.importScript(lycurl)+'')[0].loginUrl);",
    "respondTime": 21747,
    "ruleBookInfo": {
      "author": "@js:\ngets(cache.getFromMemory('xhycy').ruleBookInfo.author)",
      "canReName": "1",
      "coverUrl": "@js:\ngets(cache.getFromMemory('xhycy').ruleBookInfo.coverUrl)",
      "init": "@js:\neval((cache.getFromMemory('xhycy').ruleBookInfo.init||'').replace('@js:','')||'result');",
      "intro": "@js:\ngets(cache.getFromMemory('xhycy').ruleBookInfo.intro)",
      "kind": "@js:\ngets(cache.getFromMemory('xhycy').ruleBookInfo.kind)",
      "lastChapter": "@js:\ngets(cache.getFromMemory('xhycy').ruleBookInfo.lastChapter)",
      "name": "@js:\ngets(cache.getFromMemory('xhycy').ruleBookInfo.name)",
      "wordCount": "@js:\ngets(cache.getFromMemory('xhycy').ruleBookInfo.wordCount)"
    },
    "ruleContent": {
      "content": "@js:\nlet r=cache.getFromMemory('xhycy');\nif (!r) {\nr=eval(java.readTxtFile(java.md5Encode16(lycurl)+'.json')+'')[0];cache.putMemory('xhycy',r);}\ngets(r.ruleContent.content);",
      "replaceRegex": "{{(cache.getFromMemory('xhycy').ruleContent.replaceRegex||'##lyc₄₈₆##').replaceAll('\\\\\\\\','\\\\')}}"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "@js:\ngets(cache.getFromMemory('xhycy').ruleSearch.author)",
      "bookList": "@js:\ngete(cache.getFromMemory('xhycy').ruleSearch.bookList)",
      "bookUrl": "@js:\ngets(cache.getFromMemory('xhycy').ruleSearch.bookUrl)",
      "coverUrl": "@js:\ngets(cache.getFromMemory('xhycy').ruleSearch.coverUrl)",
      "name": "@js:\ngets(cache.getFromMemory('xhycy').ruleSearch.name)"
    },
    "ruleToc": {
      "chapterList": "@js:\ngete(cache.getFromMemory('xhycy').ruleToc.chapterList)",
      "chapterName": "text",
      "chapterUrl": "href",
      "preUpdateJs": "let r=cache.getFromMemory('xhycy');\nif (!r) {\nr=eval(java.readTxtFile(java.md5Encode16(lycurl)+'.json')+'')[0];cache.putMemory('xhycy',r);}\neval(r.ruleToc.preUpdateJs||'');"
    },
    "searchUrl": "<js>\neval(java.importScript(lycurl)+'')[0].searchUrl\n</js>",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "头文字小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.touwz.org#🎃",
    "customButton": false,
    "customOrder": 1905,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::https://m.touwz.org/xuanhuan/\n仙侠::https://m.touwz.org/xianxia/\n都市::https://m.touwz.org/dushi/\n历史::https://m.touwz.org/lishi/\n科幻::https://m.touwz.org/kehuan/\n恐怖::https://m.touwz.org/kongbu/\n其他::https://m.touwz.org/qita/\n全本::https://m.touwz.org/quanben/",
    "lastUpdateTime": 0,
    "respondTime": 7674,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property~=las?test_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": "#nr1@p@textNodes",
      "nextContentUrl": "@js:\nvar JsDom = Packages.org.jsoup.Jsoup;\nvar Document = Packages.org.jsoup.nodes.Document;\nvar Element = Packages.org.jsoup.nodes.Element;\n\nvar document = JsDom.parse(src);\n\nvar png = /next.png/.test(src);\nvar matchResult = src.match(/eval(.function.*)/);\nvar next = matchResult ? matchResult[1] : \"\";\nvar url = next ? eval(next) : \"\";\njava.log(url);\n\nif (url) {\n    var nextChapterElement = document.select(\"*:contains(下一章), *:contains(最后一章了)\").first();\n    \n    if (nextChapterElement) {\n        java.log(\"找到下一章或最后一章了，停止执行。\");\n    } else {\n        eval(url.replace(/var/, \"\"));\n    }\n}\n",
      "replaceRegex": "##「如章节.*|您\\#所\\#看.*|本章未完，.*|.*请退出阅读模式.*|喜欢.*请大家收藏.*|.*牢记网址.*|(?<=[\\u4e00-\\u9fa5]|[，、])[\\n]"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".s3@text",
      "bookList": ".lis@li",
      "bookUrl": ".s2@a@href",
      "checkKeyWord": "虎夫",
      "kind": ".s1@text##\\[|\\]",
      "name": ".s2@a@text"
    },
    "ruleToc": {
      "chapterList": ".chapter.1@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "@js:\n\nvar html = java.ajax(source.getKey())\n\ntoken = org.jsoup.Jsoup.parse(html).select('input[name=_token]').attr('value')\n\n\"/search,\"+JSON.stringify({\n  \"body\": `_token=${token}&kw=${key}&page=${page}`,\n  \"method\": \"POST\"\n})",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃夜伴书屋🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.ybsws.com#🎃",
    "bookUrlPattern": "https?://www.ybsws.com/book/\\w+/",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 1906,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": "奇幻·玄幻::/list/qihuan<,{{page}}>.html\n科幻·游戏::/list/kehuan<,{{page}}>.html\n武侠·仙侠::/list/wuxia<,{{page}}>.html\n女生·言情::/list/yanqing<,{{page}}>.html\n都市·娱乐::/list/dushi<,{{page}}>.html\n历史·军事::/list/lishi<,{{page}}>.html\n悬疑·灵异::/list/xuanyi<,{{page}}>.html\n耽美·纯爱::/list/chunai<,{{page}}>.html\n外国文学::/list/foreign<,{{page}}>.html\n成长·励志::/list/lizhi<,{{page}}>.html\n散文·随笔::/list/sanwen<,{{page}}>.html\n现当代文学::/list/china<,{{page}}>.html\n轻小说::/list/lightnovel<,{{page}}>.html\n健康·生活::/list/health<,{{page}}>.html\n文学名著::/list/mingzhu<,{{page}}>.html\n我的书架::/readbook<,{{page}}>.html",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 0,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 8442,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "canReName": "",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\",\nd:\".reader-bar a.-1@href\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#cont-body p@textNodes",
      "imageStyle": "",
      "nextContentUrl": ".page a@href",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": ".media",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": ".media-info@text",
      "kind": "0",
      "lastChapter": "",
      "name": "h4@text"
    },
    "ruleSearch": {
      "author": "td.1@text",
      "bookList": "tbody tr",
      "bookUrl": "a.0@href",
      "coverUrl": "",
      "intro": "",
      "kind": "0",
      "lastChapter": "",
      "name": "a.0@text##《|》",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "#all-chapter a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://www.ybsws.com/plus/search.php?q={{key}}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃页书小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.shacg.com#🎃",
    "bookUrlPattern": "https?://www.yiyeshu.cc/go/\\d+/",
    "customButton": false,
    "customOrder": 1907,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部小说::/all<,-{{page}}>.html\n玄幻小说::/xuanhuan<,-{{page}}>.html\n仙侠小说::/xianxia<,-{{page}}>.html\n都市小说::/dushi<,-{{page}}>.html\n军史小说::/junshi<,-{{page}}>.html\n网游小说::/wangyou<,-{{page}}>.html\n科幻小说::/kehuan<,-{{page}}>.html\n灵异小说::/lingyi<,-{{page}}>.html\n言情小说::/yanqing<,-{{page}}>.html\n其他小说::/qita<,-{{page}}>.html\n全本小说::/wanben/{{page}}",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 0,
    "respondTime": 11023,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"p.bookintro@textNodes\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}##章节目录",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": ".readcontent@textNodes",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author.0@text",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href",
      "checkKeyWord": "快穿",
      "coverUrl": "a.0@href##((\\d+)\\d{3})##/files/article/image/$2/$1/$1s.jpg###",
      "intro": ".update@ownText",
      "kind": "span.0@text",
      "lastChapter": "a.1@text",
      "name": "h4@text",
      "wordCount": ".author.1@text##字数："
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{url=source.getKey();\ncookie.removeCookie(url)}}/modules/article/search1.php,{\n  \"body\": \"searchkey={{key}}&action=login\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "八二看书🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.82kan.cc#🎃",
    "customButton": false,
    "customOrder": 1908,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 0,
    "respondTime": 3694,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|time]@content\",\nl:\"[property$=chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\",\nt:\"text.目录@href\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": "#article@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "i@text",
      "bookList": ".container@li",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "img@data-original",
      "intro": "p.-2@text",
      "kind": "span.0@text",
      "lastChapter": "p.-1@text",
      "name": "a.1@text",
      "wordCount": "span.-1@text"
    },
    "ruleToc": {
      "chapterList": "#ul_all_chapters li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\n/search/,{\"charset\":\"UTF-8\",\"method\":\"post\",\"body\":\"searchkey={{key}}&searchtype=all\"}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "4020🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xwurexs.com#🎃",
    "bookUrlPattern": "http://www.xwurexs.com/read/\\d+/",
    "customButton": false,
    "customOrder": 1909,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"🔹排行🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"最新小说\",\"url\":\"/new/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"小说推荐\",\"url\":\"/tuijian/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"金牌推荐\",\"url\":\"/jinpaituijian/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"封推小说\",\"url\":\"/fengtui/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日排行榜\",\"url\":\"/dpaihangbang/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周排行榜\",\"url\":\"/wpaihangbang/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月排行榜\",\"url\":\"/mpaihangbang/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总排行榜\",\"url\":\"/paihangbang/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"🔹分类🔹\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"武侠仙侠\",\"url\":\"/wuxia/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市言情\",\"url\":\"/yanqing/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美小说\",\"url\":\"/danmei/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻小说\",\"url\":\"/xuanhuan/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青春校园\",\"url\":\"/qingchun/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游竞技\",\"url\":\"/wangyou/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异推理\",\"url\":\"/kongbu/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"纪实文学\",\"url\":\"/jishi/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"军事历史\",\"url\":\"/lishi/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻小说\",\"url\":\"/kehuan/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"管理哲学\",\"url\":\"/zhexue/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"学习资料\",\"url\":\"/xuexi/{{page==1?'':'index_'+page+'.html'}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36\"}",
    "lastUpdateTime": 0,
    "respondTime": 2512,
    "ruleBookInfo": {
      "author": ".small.0@text",
      "coverUrl": "img@src",
      "init": ".detail_info",
      "intro": ".small.4@text##作者：.*|简介：",
      "kind": ".small.2@text##更新日期：",
      "lastChapter": ".small.3@text##最新章节：",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": "#content@textNodes",
      "replaceRegex": "##请记住本书首发域名：.*"
    },
    "ruleExplore": {
      "author": "text.作者@text##\\s.*",
      "bookList": ".listBox ul li",
      "bookUrl": "a.0@href##(\\d+)##http://www.xwurexs.com/read/$1/###",
      "coverUrl": "a.0@href<js>\nvar id = result.match(/(\\d+)/)[1];\nvar iid = parseInt(id/1000);\n'http://www.xwurexs.com/headimgs/'+iid+'/'+id+'/s'+id+'.jpg';\n</js>",
      "intro": ".u@text",
      "kind": "text.更新@text##.*更新：",
      "lastChapter": "div@a@text",
      "name": "a.0@text##txt下载"
    },
    "ruleSearch": {
      "author": ".even.1@text",
      "bookList": ".detail_info tr!0",
      "bookUrl": ".even.0@a@href",
      "checkKeyWord": "逼我重生是吧",
      "coverUrl": ".even.0@a@href<js>\nvar id = result.match(/(\\d+)/)[1];\nvar iid = parseInt(id/1000);\n'http://www.xwurexs.com/headimgs/'+iid+'/'+id+'/s'+id+'.jpg';\n</js>",
      "kind": ".odd.2@text",
      "lastChapter": ".odd.1@text",
      "name": ".even.0@text"
    },
    "ruleToc": {
      "chapterList": ".showInfo.1@li@a",
      "chapterName": "text@js:result\n.replace(\"••\",\"\")\n.replace(/^(\\d+).第/,'第')\n.replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(\\{（｛【].*[求含理更谢乐发推票盟补加字Kk\\/].*/g,'')\n.replace(/^(\\d+)[、．]第.+章/,'第$1章')\n.replace(/^(\\d+)、\\d+、/,'第$1章 ')\n.replace(/^(\\d+)、\\d+/,'第$1章')\n.replace(/^(第.+章)\\s?\\d+/,'$1')\n.replace(/^(\\d+)、/,'第$1章 ')\n.replace(/^(第.+章)\\s?第.+章/,'$1')\n.replace(/第\\s(.+)\\s章/,'第$1章')\n.replace(/.*(chapter|Chapter)\\s?(\\d+)\\s?/,'$1 $2 ')\n.replace(/\\(.+\\)/,'')\n.replace(/\\[|。/,'')\n.replace(/第([零一二两三四五六七八九十百千]+)章/g,java.toNumChapter(result))\n##(章)([^\\s]+)(\\s·)##$1 $2$3",
      "chapterUrl": "href"
    },
    "searchUrl": "/so.html?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃醉读小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.imaxreader.com#🎃",
    "bookUrlPattern": "http://wap.imaxreader.com/book/\\D+/",
    "customButton": false,
    "customOrder": 1910,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"男频\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"玄幻\",\"url\":\"/sort/xuanhuan/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奇幻\",\"url\":\"/sort/qihuan/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠\",\"url\":\"/sort/wuxia/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠\",\"url\":\"/sort/xianxia/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/sort/dushi/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史\",\"url\":\"/sort/lishi/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"军事\",\"url\":\"/sort/junshi/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏\",\"url\":\"/sort/youxi/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"竞技\",\"url\":\"/sort/jingji/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"/sort/kehuan/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异\",\"url\":\"/sort/lingyi/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他\",\"url\":\"/sort/qita/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女频\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"总裁\",\"url\":\"/sort/zongcai/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越\",\"url\":\"/sort/chongsheng/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"古典\",\"url\":\"/sort/gudian/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"宫斗\",\"url\":\"/sort/gongdou/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"现言\",\"url\":\"/sort/dushi/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"仙侠\",\"url\":\"/sort/xianxiaxuanhuan/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"青春\",\"url\":\"/sort/qingchun/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"游戏\",\"url\":\"/sort/game.htm/{{page}}l\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"灵异\",\"url\":\"/sort/kehuanlingyi/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"耽美\",\"url\":\"/sort/danmei/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"女尊\",\"url\":\"/sort/nvzun/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/sort/other/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "header": "",
    "lastUpdateTime": 0,
    "respondTime": 12951,
    "ruleBookInfo": {
      "author": "a",
      "coverUrl": "c",
      "init": "@js:\n$ = (_) => java.getString(_);\n({\n    n: $(\"[property$=title]@content\"),\n    a: $(\"[property$=author]@content\"),\n    k: $(\"[property~=category|status|update_time]@content\"),\n    w: $(\"text.字数@text\\#\\#字数[：:]\"),\n    l: $(\"[property~=las?test_chapter_name]@content\"),\n    i: $(\"[property$=description]@content\"),\n    c: $(\"[property$=image]@content\"),\n    t: $(\"text.章节目录@href||text.查看更多章节@href\"),\n    d: $(\"text.下载@href\")\n});",
      "intro": "l",
      "kind": "k",
      "lastChapter": "l",
      "name": "n",
      "tocUrl": "t",
      "wordCount": "w"
    },
    "ruleContent": {
      "content": ".articlecon.font-normal@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##百度一下.*|\\s本章未完.*\\s*"
    },
    "ruleExplore": {
      "bookUrl": "",
      "intro": ""
    },
    "ruleSearch": {
      "author": "p.1@textNodes##作者：",
      "bookList": "#ulist li",
      "bookUrl": "a@href",
      "coverUrl": "img@data-original",
      "kind": "p.1@span@text",
      "name": ".book_title@text"
    },
    "ruleToc": {
      "chapterList": ".cataloglist li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search/result.html?searchkey={{key}},{\n  \"method\": \"GET\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "4020电子书🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.iwurexs.net#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1911,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "武侠仙侠::/wuxia/index_{{page}}.html\n都市言情::/yanqing/index_{{page}}.html\n耽美小说::/danmei/index_{{page}}.html\n玄幻小说::/xuanhuan/index_{{page}}.html\n青春校园::/xiaoyuan/index_{{page}}.html\n网游竞技::/wangyou/index_{{page}}.html\n灵异推理::/kongbu/index_{{page}}.html\n纪实小说::/jishi/index_{{page}}.html\n军事历史::/lishi/index_{{page}}.html\n科幻小说::/kehuan/index_{{page}}.html\n管理哲学::/zhexue/index_{{page}}.html\n学习资料::/xuexi/index_{{page}}.html\n总排行榜::/paihangbang/index_{{page}}.html\n月排行榜::/mpaihangbang/index_{{page}}.html\n周排行榜::/wpaihangbang/index_{{page}}.html\n日排行榜::/dpaihangbang/index_{{page}}.html\n封推小说::/fengtui/index_{{page}}.html\n金牌推荐::/jinpaituijian/index_{{page}}.html\n网站推荐::/tuijian/index_{{page}}.html\n最新书籍::/new/index_{{page}}.html",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 3610,
    "ruleBookInfo": {
      "author": "class.detail_right@ul@tag.li.0@a@text",
      "coverUrl": "class.detail_right@img@src",
      "intro": "class.detail_right@ul@tag.li.4@text##简介：",
      "kind": "class.detail_right@ul@tag.li.2@text##更新日期：",
      "lastChapter": "class.detail_right@ul@tag.li.3@a@text",
      "name": "class.detail_right@h1@text"
    },
    "ruleContent": {
      "content": "id.content@html##请记住本书.*|最新网址.*|书快书快.*|书快电子书.*|-",
      "imageStyle": "0",
      "nextContentUrl": "text.下一章@href"
    },
    "ruleExplore": {
      "author": "##作者：([^<]+)<##$1###",
      "bookList": "//div[5]/div[2]/div/ul/li",
      "bookUrl": "class.red@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.iwurexs.net/headimgs/$2/$1/s$1.jpg###",
      "intro": "class.u@textNodes",
      "kind": "##更新：([^<]+)<##$1###",
      "lastChapter": "tag.a.1@text",
      "name": "tag.a.0@text##txt.*",
      "wordCount": "##大小：([^<]+)<##$1###"
    },
    "ruleSearch": {
      "author": "tag.td.3@text",
      "bookList": "tag.tbody@tag.tr!0",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.iwurexs.net/headimgs/$2/$1/s$1.jpg###",
      "kind": "tag.td.4@text",
      "lastChapter": "tag.td.2@text",
      "name": "tag.td.1@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.showInfo.1@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.iwurexs.net/so.html?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "️沙漠",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.shamoxs.com",
    "customButton": false,
    "customOrder": 1912,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar sort=[];\nvar push=(title,url,size)=>sort.push({\n  \t\"title\": title,\n  \t\"url\": url,\n  \t\"style\": {\n   \"layout_flexGrow\": 1,\n   \"layout_flexBasisPercent\": size\n   }\n });\n\nvar url=source.key;\nvar fl=url+\"/sort/\";\nvar ph=url+\"/top/\";\nvar qb=url+\"/full-1/\";\nvar html=java.ajax(fl);\nvar src=java.ajax(ph);\nvar qbl=java.ajax(qb);\n\nif(html&&src&&qbl){\na=org.jsoup.Jsoup.parse(html).select(\".content li a\");\nb=org.jsoup.Jsoup.parse(src).select(\".content li a\");\nc=org.jsoup.Jsoup.parse(qbl).select(\".content li a\");\npush(\"🌹分类🌹\",null,1)\n    for(i in a){\n        title=a[i].text()\n        url=a[i].attr(\"href\")\n        size=0.25;\n  url=String(url).replace(\"1/\",\"{{page}}/\").replace(\"1.html\",\"{{page}}.html\")\n        push(title,url,size)\n    };\n push(\"🌹排行🌹\",null,1)\n    for(i in b){\n        title=b[i].text()\n        url=b[i].attr(\"href\")\n  url=String(url).replace(\"1/\",\"{{page}}/\")\n        size=0.25;\n        push(title,url,size)\n    }\npush(\"🌹全本🌹\",\"/full/{{page}}/\",1)\n      \n}else{\n  java.toast(\"发现列表获取失败！\")\n}\n\nJSON.stringify(sort)\n",
    "lastUpdateTime": 0,
    "respondTime": 28835,
    "ruleBookInfo": {
      "author": ".block_txt2@a.0@text",
      "intro": ".intro_info@text",
      "kind": ".block_txt2@a.1@text",
      "lastChapter": ".block_txt2@a.2@text",
      "name": ".block_txt2@h2@text",
      "tocUrl": "text.完整目录@href",
      "wordCount": ".block_txt2@p.4@text"
    },
    "ruleContent": {
      "content": "#nr1@textNodes",
      "nextContentUrl": "text.下 页@href||text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "//*[not(@class='blue')]/text()##\\[.*\\]|\\/",
      "bookList": ".line",
      "bookUrl": ".blue@href",
      "checkKeyWord": "",
      "coverUrl": "",
      "intro": "",
      "kind": "##\\[(.*)\\]##$1##",
      "name": ".blue@text"
    },
    "ruleToc": {
      "chapterList": ".chapter li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isPay": "",
      "nextTocUrl": "@js:if(result.match(/\\/(\\d+)页/)){\nvar n=result.match(/\\/(\\d+)页/)[1];\nbaseUrl=baseUrl.replace(/(.+)\\//,'$1');\nvar list=[];\nfor(var i=2;i<=n;i++){list.push(baseUrl+\"_\"+i+\"/\");}\nlist\n}"
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"post\",\n  \"body\": \"s={{key}}&type=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃178小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.178xs.cc#🎃",
    "bookUrlPattern": "https?://www.178xs.cc/book_\\d+/",
    "customButton": false,
    "customOrder": 1913,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部小说::/all<,-{{page}}>.html\n玄幻小说::/xuanhuan.html\n仙侠小说::/xianxia.html\n都市小说::/dushi.html\n军史小说::/junshi.html\n网游小说::/wangyou.html\n科幻小说::/kehuan.html\n灵异小说::/lingyi.html\n言情小说::/yanqing.html\n其他小说::/qita.html",
    "header": "{\"referer\": \"{{source.getKey()}}\",\n\"x-requested-with\": \"mark.via\",\n\"accept-language\": \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\",\n\"user-agent\": \"Mozilla/5.0 (Linux; Android 10; PACM00 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.5359.79 Mobile Safari/537.36\"}",
    "lastUpdateTime": 0,
    "respondTime": 10365,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nw:\"p.booktag@span.0@text\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"p.bookintro@text\",\nc:\"[property$=image]@content\"}\n@js:java.log(baseUrl)",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "wordCount": "@get:{w}"
    },
    "ruleContent": {
      "content": ".readcontent@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##[&nb\\->>sp;]*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author.0@text",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href\n@js:\nvar go=/go/.test(result);\ngo?result.replace('go/',\"book_\"):result;",
      "checkKeyWord": "快穿",
      "coverUrl": "img@src",
      "intro": ".update@textNodes",
      "kind": "span.0@text",
      "lastChapter": "a.1@text",
      "name": "h4@text",
      "wordCount": ".author.1@text##字数："
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{url=source.getKey();\ncookie.removeCookie(url)}}\nhttps://www.178xs.cc/modules/article/search.php,{\n  \"body\": \"searchkey={{key}}&action=login\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "八二看书",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.82kan.cc",
    "customButton": false,
    "customOrder": 1914,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 0,
    "respondTime": 1254,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|time]@content\",\nl:\"[property$=chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\",\nt:\"text.目录@href\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": "#article@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "i@text",
      "bookList": ".container@li",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "img@data-original",
      "intro": "p.-2@text",
      "kind": "span.0@text",
      "lastChapter": "p.-1@text",
      "name": "a.1@text",
      "wordCount": "span.-1@text"
    },
    "ruleToc": {
      "chapterList": "#ul_all_chapters li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}\n/search/,{\"charset\":\"UTF-8\",\"method\":\"post\",\"body\":\"searchkey={{key}}&searchtype=all\"}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "系统流小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://xitongliu.cn/",
    "customButton": false,
    "customOrder": 1915,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻魔法::/xclass/xuanhuan/{{page}}/\n武侠修真::/xclass/wuxia/{{page}}/\n都市言情::/xclass/dushi/{{page}}/\n历史军事::/xclass/lishi/{{page}}/\n科幻小说::/xclass/kehuan/{{page}}/\n网游动漫::/xclass/youxi/{{page}}/\n女生频道::/xclass/nvsheng/{{page}}/\n其他类型::/xclass/qita/{{page}}/",
    "header": "{\n\"User-Agent\":\n\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.58\"\n\n\n}",
    "lastUpdateTime": 1687708158300,
    "loginUrl": "https://xitongliu.cn/login/",
    "respondTime": 6500,
    "ruleBookInfo": {
      "author": "class.bookright@class.d_title@a@text",
      "coverUrl": "id.bookimg@img@src",
      "name": "class.bookright@class.d_title@h1@text"
    },
    "ruleContent": {
      "content": "id.TextContent@html",
      "replaceRegex": "##系统流小说(.*?)cn|如果您还没有登录.*?您还不是本站会员请点击.*?本站会员！|系统流 .*?cn\n|您还没有登录，请登录后在继续阅读本部小说!"
    },
    "ruleExplore": {
      "bookList": "id.sitebox@tag.dl",
      "bookUrl": "dt.0@a@href",
      "coverUrl": "class.lazy@img@data-original",
      "intro": "class.book_des@text",
      "kind": "class.book_other@span.0@text",
      "name": "dd.0@a@text"
    },
    "ruleSearch": {
      "author": "dd.1@span.0@text",
      "bookList": "id.nr",
      "bookUrl": "dd.0@a@href",
      "coverUrl": "dt@a@img@data-original",
      "intro": "class.book_des@text",
      "kind": "dd.1@span.1@text",
      "lastChapter": "dd.3@a@text",
      "name": "dd.0@a@text",
      "wordCount": "dd.1@span.2@text"
    },
    "ruleToc": {
      "chapterList": "id.chapterList@tag.li",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "https://xitongliu.cn/search/?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "云中书库",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yunxs.info",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1916,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"🔖分类🔖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻·奇幻\",\"url\":\"/xuanhuan/shuku_1949_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠·武侠\",\"url\":\"/xianxia/shuku_3336_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市·言情\",\"url\":\"/dushi/shuku_8625_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越·历史\",\"url\":\"/chuanyue/shuku_1335_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻·灵异\",\"url\":\"/kehuan/shuku_1500_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人·网游\",\"url\":\"/tongren/shuku_1056_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"🔖完结🔖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻·奇幻\",\"url\":\"/xuanhuan/over_20_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠·武侠\",\"url\":\"/xianxia/over_1701_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市·言情\",\"url\":\"/dushi/over_5514_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越·历史\",\"url\":\"/chuanyue/over_40_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻·灵异\",\"url\":\"/kehuan/over_44_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人·网游\",\"url\":\"/tongren/over_55_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}\n]",
    "header": "",
    "lastUpdateTime": 1731441485020,
    "loginUrl": "",
    "respondTime": 2210,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "init": "",
      "intro": "🔔 更新时间：{{@@[property=\"og:novel:update_time\"]@content##\\s##🔸}}\n🏷 {{@@.info li[2:4]@text##\\s##🔸}}\n📂 内容简介：{{@@[property=\"og:description\"]@content}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "",
      "wordCount": "#cms_ready_1@text"
    },
    "ruleContent": {
      "content": ".box_box@textNodes",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": ".author a@text",
      "bookList": ".ul_m_list li",
      "bookUrl": ".t a@href",
      "coverUrl": "",
      "intro": "",
      "kind": ".c a@text&&.abover@text",
      "lastChapter": ".n a.1@text",
      "name": ".t a@text",
      "wordCount": ".words@text"
    },
    "ruleSearch": {
      "author": ".state@text##\\s.*",
      "bookList": ".ul_b_list li",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": "",
      "kind": "{{@@h2 span@text}}\n{{@@.state@text##.*状态：|\\s.*}}\n{{@@.arcurl@textNodes##.*：}}",
      "lastChapter": "",
      "name": "h2 a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".list_box li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://www.yunxs.info/plus/search.php?kwtype=0&searchtype=&q={{key}}",
    "weight": 1
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "燃文小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ranwen1.cc/",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1917,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "header": "",
    "lastUpdateTime": 1747623648122,
    "respondTime": 1094,
    "ruleBookInfo": {
      "lastChapter": "",
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": "<js>\nj=src.match(/var c=\"([^\"]+)\"/)[1];\njja=String(java.base64Decode(j)).replace(/^[^-]*-/,\"-\")\nif(/=/.test(jja)){jj=jja.replace(/=[^=]*$/,\"\");}else{jj=jja.replace(/_[^_]*$/,\"\");}\n//java.log(jj.toString())\nm=jj.replace(/-/g,\"PHA+\").replace(/_/g,\"8L3A+\");\n//java.log(m.toString())\nn=java.getString(\"@@#chaptercontent@p!0@html\");\nn+java.base64Decode(m)\n</js>",
      "nextContentUrl": "",
      "replaceRegex": "##更多内容加载.*|本站只.*|本章未.*|小说推荐.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".item",
      "bookUrl": "a.0@href",
      "coverUrl": "img@data-src",
      "intro": ".intro@text",
      "kind": "span.0@text",
      "lastChapter": "",
      "name": "a.0@title",
      "wordCount": "span.-2@text"
    },
    "ruleToc": {
      "chapterList": "ul li a",
      "chapterName": "text",
      "chapterUrl": "onclick##location.href='(.+)'##$1",
      "nextTocUrl": "option[selected]+option@value"
    },
    "searchUrl": "<js>cookie.removeCookie(source.key);</js>/search/?searchkey={{key}}&submit=",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "下载楼",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.wxkushu.net",
    "bookUrlPattern": "http://m.wxkushu.net/info-\\d+/",
    "concurrentRate": "1000",
    "customButton": false,
    "customOrder": 1918,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar result = [];\njava.toast(\"🔥正在刷新列表,请稍等！\");\nvar push = (title, url, size) => result.push({\n    \"title\": title,\n    \"url\": url,\n    \"style\": {\n        \"layout_flexGrow\": 1,\n        \"layout_flexBasisPercent\": size\n    }\n});\nvar baseUrl = \"http://m.wxkushu.net/sort.html\";\nvar tag = java.ajax(baseUrl);\nif (tag) {\n    var a = org.jsoup.Jsoup.parse(tag).select(\".sortChannel_nav a\");\n    push(\"🔥分类小说🔥\", null, 1);\n    for (var i in a) {\n        var title = a[i].text();\n        var url = a[i].attr(\"href\");\n        var size = 0.33;\n        title = String(title).replace(/\\s/g, \"\");\n        url = String(url)+ \"?page={{page}}\";      \n        push(title, url, size);\n  }\n\n} else {\n  java.toast(\"🤔列表刷新失败！！！\");     \n} \nJSON.stringify(result);",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; U; Android 13; zh-Hans-CN; PFJM10 Build/TP1A.220905.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/135.0.4896.58 Quark/6.13.6.581 Mobile Safari/537.36\",\"Accept-Language\":\"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"}",
    "lastUpdateTime": 1746408655211,
    "respondTime": 55948,
    "ruleBookInfo": {
      "author": "#book_detail@li.0@text",
      "coverUrl": "img.2@src",
      "intro": ".review@html##\\\\n##\n&lrm;",
      "kind": "#book_detail@li[1:3]@text##类别：|状态：|更新：",
      "lastChapter": "#book_detail@li.4@text##最新章节：",
      "name": "span.0@text",
      "tocUrl": "text.完整目录@href"
    },
    "ruleContent": {
      "content": "#chaptercontent@html##请认准.*net.*|.*本章未完.*|{{chapter.title}}.*\\d+\\/\\d+.*",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": "p.1@text##作者：",
      "bookList": ".hot_sale",
      "bookUrl": "a.0@href",
      "coverUrl": "img@data-original",
      "intro": ".review@html##简介：|\\\\n",
      "kind": ".score@text",
      "name": "p.0@text"
    },
    "ruleSearch": {
      "author": "p.1@text##.*作者：",
      "bookList": ".hot_sale@a",
      "bookUrl": "href",
      "coverUrl": "a.0@href##\\D((\\d+)\\d{3})##http://m.wxkushu.net/files/article/image/$2/$1/$1s.jpg###",
      "kind": "p.1:2@text##\\s\\|.*",
      "lastChapter": "p.2@text##.*更新：",
      "name": "p.0@text"
    },
    "ruleToc": {
      "chapterList": "#chapterlist@p!0@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.尾页@href\n@js:\nif(result[0]&&(res = result[0].match(/(.*_)(\\d+)\\//))){\n  data = [];\n  for(i = 2; i <= res[2]; i++){\n    data.push(res[1] + i + '/');\n  }\n  data;\n}\n"
    },
    "searchUrl": "/modules/article/waps.php,{\n  \"body\": \"keyword={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "天域小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.tycqzw.com#",
    "bookUrlPattern": "https://www.tycqzw.com/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 1919,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部小说\",\"url\":\"https://m.tycqzw.com/xclass/0/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"玄幻小说\",\"url\":\"https://m.tycqzw.com/xclass/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"修真小说\",\"url\":\"https://m.tycqzw.com/xclass/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"都市小说\",\"url\":\"https://m.tycqzw.com/xclass/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"穿越小说\",\"url\":\"https://m.tycqzw.com/xclass/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"网游小说\",\"url\":\"https://m.tycqzw.com/xclass/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"科幻小说\",\"url\":\"https://m.tycqzw.com/xclass/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}},{\"title\":\"其他小说\",\"url\":\"https://m.tycqzw.com/xclass/7/{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}}]",
    "lastUpdateTime": 1734832960464,
    "loginUrl": "",
    "respondTime": 4919,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作\\s*者：",
      "coverUrl": "id.fmimg@tag.img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content",
      "lastChapter": "id.list@tag.dd.0@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "id.info@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@html##推荐.*新书.*|手机用户.*阅读体验。"
    },
    "ruleExplore": {
      "author": "class.author@text##作者：",
      "bookList": "class.hot_sale",
      "bookUrl": "tag.a.0@href@js:\nr=result.match(/_(\\d+)/)\nid=r[1]\nvar iid = parseInt(id/1000);\n'https://www.tycqzw.com/'+iid+'_'+id+'/'",
      "coverUrl": "img@data-original",
      "intro": "class.review@text##简介：",
      "lastChapter": "",
      "name": "class.title@text"
    },
    "ruleSearch": {
      "author": "class.even.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.even.0@tag.a.0@href",
      "coverUrl": "class.even.0@tag.a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.tycqzw.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "class.odd.0@tag.a.0@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.even.0@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.tycqzw.com/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃书迷楼🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.shumilou.co#🎃",
    "customButton": false,
    "customOrder": 1920,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{  \"User-Agent\": \"Mozilla/5.0 (Windows; U; Windows NT 5.2;. en-US) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 Quark/4.6.2.161\"}",
    "lastUpdateTime": 0,
    "respondTime": 19340,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property$=status]@content&&[property$=category]@content&&[property$=update_time]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "text.章节目录@href",
      "wordCount": ".visible-xs.0@text&&.visible-xs.1@text##\\s"
    },
    "ruleContent": {
      "content": "#booktxt@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##.*请点击下一页继续.*|.*第.*页.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".item",
      "bookUrl": "a@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "intro": "dd@text",
      "name": "a.1@text",
      "wordCount": ".btm@em.0@text&&.btm@em.1@text##\\s"
    },
    "ruleToc": {
      "chapterList": "#content_1@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "{{cookie.removeCookie(source.key)}}\nhttps://www.shumilou.co\n{{java.ajax(source.getKey()).match(/action=\"(.*?)\"/)[1]}}?searchkey={{key}}\n,{\"webView\": true}",
    "weight": 0
  },
  {
    "bookSourceComment": "by天天的鸟蛋蛋\n同模板\nwww.qhdbu.com\nwww.cxyxk.cn\nwww.jdzre.com\nwww.jdzwo.com\nwww.wfdtu.com ",
    "bookSourceGroup": "免费",
    "bookSourceName": "青豆小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.jdzwo.com",
    "customButton": false,
    "customOrder": 1921,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1736152776950,
    "respondTime": 11315,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "{{book.intro}}\n{{//div[2]/div[2]/div[1]/div[2]/div[2]/div/text()}}\n{{@@[property$=description]@content}}",
      "kind": "[property~=update_time|category|status]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "{{book.bookUrl}}",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#TextContent@html",
      "nextContentUrl": "",
      "replaceRegex": "##www.*[小说|阅读|网|书|读]\\n|手机直接访问.*"
    },
    "ruleSearch": {
      "author": ".author > a@text",
      "bookList": ".bookbox:nth-child(n+2)",
      "bookUrl": "a@href##$##,{\n  \"webView\": true\n}",
      "checkKeyWord": "斗罗",
      "coverUrl": "img@data-original",
      "intro": ".update@text",
      "kind": ".author:nth-child(3)@text&&.author:nth-child(4)@text##.*：",
      "lastChapter": ".cat > a@text",
      "name": ".bookname > a@text"
    },
    "ruleToc": {
      "chapterList": "#listsss@dd@a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{\n  \"webView\": true\n}"
    },
    "searchUrl": "/search.php?searchkey={{key}}&action=login&submit=,{\n  \"webView\": true\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃烈火中文🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.liehuozw.com#🎃",
    "customButton": false,
    "customOrder": 1922,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "Hello World!\n0岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=0岁&type=articlename\",\"method\": \"POST\"}\n1::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=1&type=articlename\",\"method\": \"POST\"}\n1岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=1岁&type=articlename\",\"method\": \"POST\"}\n2::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=2&type=articlename\",\"method\": \"POST\"}\n2岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=2岁&type=articlename\",\"method\": \"POST\"}\n3::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=3&type=articlename\",\"method\": \"POST\"}\n3岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=3岁&type=articlename\",\"method\": \"POST\"}\n4::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=4&type=articlename\",\"method\": \"POST\"}\n4岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=4岁&type=articlename\",\"method\": \"POST\"}\n5::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=5&type=articlename\",\"method\": \"POST\"}\n5岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=5岁&type=articlename\",\"method\": \"POST\"}\n6::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=6&type=articlename\",\"method\": \"POST\"}\n6岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=6岁&type=articlename\",\"method\": \"POST\"}\n7::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=7&type=articlename\",\"method\": \"POST\"}\n7岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=7岁&type=articlename\",\"method\": \"POST\"}\n8::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=8&type=articlename\",\"method\": \"POST\"}\n8岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=8岁&type=articlename\",\"method\": \"POST\"}\n9::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=9&type=articlename\",\"method\": \"POST\"}\n9岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=9岁&type=articlename\",\"method\": \"POST\"}\n啊::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=啊&type=articlename\",\"method\": \"POST\"}\n阿::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=阿&type=articlename\",\"method\": \"POST\"}\n爱::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=爱&type=articlename\",\"method\": \"POST\"}\n按::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=按&type=articlename\",\"method\": \"POST\"}\n按摩::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=按摩&type=articlename\",\"method\": \"POST\"}\n阿姨::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=阿姨&type=articlename\",\"method\": \"POST\"}\n八::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=八&type=articlename\",\"method\": \"POST\"}\n吧::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=吧&type=articlename\",\"method\": \"POST\"}\n爸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=爸&type=articlename\",\"method\": \"POST\"}\n八1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=八1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n爸爸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=爸爸&type=articlename\",\"method\": \"POST\"}\n白::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=白&type=articlename\",\"method\": \"POST\"}\n白浆::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=白浆&type=articlename\",\"method\": \"POST\"}\n半::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=半&type=articlename\",\"method\": \"POST\"}\n班::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=班&type=articlename\",\"method\": \"POST\"}\n棒::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=棒&type=articlename\",\"method\": \"POST\"}\n绑::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=绑&type=articlename\",\"method\": \"POST\"}\n班花::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=班花&type=articlename\",\"method\": \"POST\"}\n半推::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=半推&type=articlename\",\"method\": \"POST\"}\n包::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=包&type=articlename\",\"method\": \"POST\"}\n暴::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=暴&type=articlename\",\"method\": \"POST\"}\n爆::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=爆&type=articlename\",\"method\": \"POST\"}\n胞::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=胞&type=articlename\",\"method\": \"POST\"}\n苞::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=苞&type=articlename\",\"method\": \"POST\"}\n鲍::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=鲍&type=articlename\",\"method\": \"POST\"}\n爆操::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=爆操&type=articlename\",\"method\": \"POST\"}\n爆插::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=爆插&type=articlename\",\"method\": \"POST\"}\n包臀::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=包臀&type=articlename\",\"method\": \"POST\"}\n包养::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=包养&type=articlename\",\"method\": \"POST\"}\n八岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=八岁&type=articlename\",\"method\": \"POST\"}\n杯::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=杯&type=articlename\",\"method\": \"POST\"}\n壁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=壁&type=articlename\",\"method\": \"POST\"}\n屄::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=屄&type=articlename\",\"method\": \"POST\"}\n逼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=逼&type=articlename\",\"method\": \"POST\"}\n便::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=便&type=articlename\",\"method\": \"POST\"}\n便器::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=便器&type=articlename\",\"method\": \"POST\"}\n表::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=表&type=articlename\",\"method\": \"POST\"}\n表姐::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=表姐&type=articlename\",\"method\": \"POST\"}\n表妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=表妹&type=articlename\",\"method\": \"POST\"}\n表嫂::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=表嫂&type=articlename\",\"method\": \"POST\"}\n屄屄::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=屄屄&type=articlename\",\"method\": \"POST\"}\n兵::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=兵&type=articlename\",\"method\": \"POST\"}\n播::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=播&type=articlename\",\"method\": \"POST\"}\n部::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=部&type=articlename\",\"method\": \"POST\"}\n擦::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=擦&type=articlename\",\"method\": \"POST\"}\n擦1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=擦1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n操::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=操&type=articlename\",\"method\": \"POST\"}\n肏::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=肏&type=articlename\",\"method\": \"POST\"}\n操逼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=操逼&type=articlename\",\"method\": \"POST\"}\n操哭::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=操哭&type=articlename\",\"method\": \"POST\"}\n操母::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=操母&type=articlename\",\"method\": \"POST\"}\n厕::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=厕&type=articlename\",\"method\": \"POST\"}\n厕所::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=厕所&type=articlename\",\"method\": \"POST\"}\n插::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=插&type=articlename\",\"method\": \"POST\"}\n常::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=常&type=articlename\",\"method\": \"POST\"}\n常识::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=常识&type=articlename\",\"method\": \"POST\"}\n潮::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=潮&type=articlename\",\"method\": \"POST\"}\n潮吹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=潮吹&type=articlename\",\"method\": \"POST\"}\n成::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=年人&type=articlename\",\"method\": \"POST\"}\n成年::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=成年&type=articlename\",\"method\": \"POST\"}\n成人::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=成人&type=articlename\",\"method\": \"POST\"}\n吃::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=吃&type=articlename\",\"method\": \"POST\"}\n赤::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=赤&type=articlename\",\"method\": \"POST\"}\n齿::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=齿&type=articlename\",\"method\": \"POST\"}\n吃鸡吧::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=吃鸡吧&type=articlename\",\"method\": \"POST\"}\n吃精::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=吃精&type=articlename\",\"method\": \"POST\"}\n赤裸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=赤裸&type=articlename\",\"method\": \"POST\"}\n吃奶::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=吃奶&type=articlename\",\"method\": \"POST\"}\n抽::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=抽&type=articlename\",\"method\": \"POST\"}\n抽插::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=抽插&type=articlename\",\"method\": \"POST\"}\n出::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=出&type=articlename\",\"method\": \"POST\"}\n初::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=初&type=articlename\",\"method\": \"POST\"}\n处::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=处&type=articlename\",\"method\": \"POST\"}\n畜::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=畜&type=articlename\",\"method\": \"POST\"}\n初次::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=初次&type=articlename\",\"method\": \"POST\"}\n初二::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=初二&type=articlename\",\"method\": \"POST\"}\n唇::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=唇&type=articlename\",\"method\": \"POST\"}\n处女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=处女&type=articlename\",\"method\": \"POST\"}\n初三::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=初三&type=articlename\",\"method\": \"POST\"}\n初夜::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=初夜&type=articlename\",\"method\": \"POST\"}\n初一::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=初一&type=articlename\",\"method\": \"POST\"}\n初中::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=初中&type=articlename\",\"method\": \"POST\"}\n次::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=次&type=articlename\",\"method\": \"POST\"}\n催::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=催&type=articlename\",\"method\": \"POST\"}\n催眠::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=催眠&type=articlename\",\"method\": \"POST\"}\n大::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=大&type=articlename\",\"method\": \"POST\"}\n搭::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=搭&type=articlename\",\"method\": \"POST\"}\n大二::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=大二&type=articlename\",\"method\": \"POST\"}\n大鸡::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=大鸡&type=articlename\",\"method\": \"POST\"}\n大姐::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=大姐&type=articlename\",\"method\": \"POST\"}\n蹈::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=蹈&type=articlename\",\"method\": \"POST\"}\n道::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=道&type=articlename\",\"method\": \"POST\"}\n道具::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=道具&type=articlename\",\"method\": \"POST\"}\n大三::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=大三&type=articlename\",\"method\": \"POST\"}\n大四::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=大四&type=articlename\",\"method\": \"POST\"}\n大胸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=大胸&type=articlename\",\"method\": \"POST\"}\n大一::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=大一&type=articlename\",\"method\": \"POST\"}\n大姨::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=大姨&type=articlename\",\"method\": \"POST\"}\n的::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=的&type=articlename\",\"method\": \"POST\"}\n的妈::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=的妈&type=articlename\",\"method\": \"POST\"}\n的母::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=的母&type=articlename\",\"method\": \"POST\"}\n的女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=的女&type=articlename\",\"method\": \"POST\"}\n的性::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=的性&type=articlename\",\"method\": \"POST\"}\n弟::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=弟&type=articlename\",\"method\": \"POST\"}\n第::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=第&type=articlename\",\"method\": \"POST\"}\n蒂::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=蒂&type=articlename\",\"method\": \"POST\"}\n店::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=店&type=articlename\",\"method\": \"POST\"}\n调::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=调&type=articlename\",\"method\": \"POST\"}\n蝶::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=蝶&type=articlename\",\"method\": \"POST\"}\n丁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=丁&type=articlename\",\"method\": \"POST\"}\n丁字::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=丁字&type=articlename\",\"method\": \"POST\"}\n丁字裤::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=丁字裤&type=articlename\",\"method\": \"POST\"}\n第一::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=第一&type=articlename\",\"method\": \"POST\"}\n第一次::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=第一次&type=articlename\",\"method\": \"POST\"}\n抖::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=抖&type=articlename\",\"method\": \"POST\"}\n斗::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=斗&type=articlename\",\"method\": \"POST\"}\n抖音::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=抖音&type=articlename\",\"method\": \"POST\"}\n斗鱼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=斗鱼&type=articlename\",\"method\": \"POST\"}\n短::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=短&type=articlename\",\"method\": \"POST\"}\n短篇::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=短篇&type=articlename\",\"method\": \"POST\"}\n多::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=多&type=articlename\",\"method\": \"POST\"}\n多女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=多女&type=articlename\",\"method\": \"POST\"}\n妸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=妸&type=articlename\",\"method\": \"POST\"}\n妸1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=妸1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n二::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=二&type=articlename\",\"method\": \"POST\"}\n二岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=二岁&type=articlename\",\"method\": \"POST\"}\n二穴::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=二穴&type=articlename\",\"method\": \"POST\"}\n发::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=发&type=articlename\",\"method\": \"POST\"}\n发1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=发1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n房::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=房&type=articlename\",\"method\": \"POST\"}\n肥::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=肥&type=articlename\",\"method\": \"POST\"}\n飞::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=飞&type=articlename\",\"method\": \"POST\"}\n肥逼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=肥逼&type=articlename\",\"method\": \"POST\"}\n飞机::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=飞机&type=articlename\",\"method\": \"POST\"}\n飞机杯::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=飞机杯&type=articlename\",\"method\": \"POST\"}\n肥臀::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=肥臀&type=articlename\",\"method\": \"POST\"}\n粉::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=粉&type=articlename\",\"method\": \"POST\"}\n粉逼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=粉逼&type=articlename\",\"method\": \"POST\"}\n丰::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=丰&type=articlename\",\"method\": \"POST\"}\n丰乳::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=丰乳&type=articlename\",\"method\": \"POST\"}\n丰臀::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=丰臀&type=articlename\",\"method\": \"POST\"}\n粉嫩::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=粉嫩&type=articlename\",\"method\": \"POST\"}\n粉穴::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=粉穴&type=articlename\",\"method\": \"POST\"}\n夫::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=夫&type=articlename\",\"method\": \"POST\"}\n妇::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=妇&type=articlename\",\"method\": \"POST\"}\n父::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=父&type=articlename\",\"method\": \"POST\"}\n父女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=父女&type=articlename\",\"method\": \"POST\"}\n夫人::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=夫人&type=articlename\",\"method\": \"POST\"}\n旮::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=旮&type=articlename\",\"method\": \"POST\"}\n旮1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=旮1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n干::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=干&type=articlename\",\"method\": \"POST\"}\n刚::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=刚&type=articlename\",\"method\": \"POST\"}\n肛::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=肛&type=articlename\",\"method\": \"POST\"}\n刚成年::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=刚成年&type=articlename\",\"method\": \"POST\"}\n肛交::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=肛交&type=articlename\",\"method\": \"POST\"}\n干了::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=干了&type=articlename\",\"method\": \"POST\"}\n干妈::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=干妈&type=articlename\",\"method\": \"POST\"}\n高::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=高&type=articlename\",\"method\": \"POST\"}\n高潮::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=高潮&type=articlename\",\"method\": \"POST\"}\n高二::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=高二&type=articlename\",\"method\": \"POST\"}\n高三::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=高三&type=articlename\",\"method\": \"POST\"}\n高一::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=高一&type=articlename\",\"method\": \"POST\"}\n高中::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=高中&type=articlename\",\"method\": \"POST\"}\n个::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=个&type=articlename\",\"method\": \"POST\"}\n隔::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=隔&type=articlename\",\"method\": \"POST\"}\n隔壁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=隔壁&type=articlename\",\"method\": \"POST\"}\n隔壁邻::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=隔壁邻&type=articlename\",\"method\": \"POST\"}\n公::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=公&type=articlename\",\"method\": \"POST\"}\n宫::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=宫&type=articlename\",\"method\": \"POST\"}\n公主::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=公主&type=articlename\",\"method\": \"POST\"}\n姑::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姑&type=articlename\",\"method\": \"POST\"}\n官::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=官&type=articlename\",\"method\": \"POST\"}\n姑姑::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姑姑&type=articlename\",\"method\": \"POST\"}\n鬼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=鬼&type=articlename\",\"method\": \"POST\"}\n龟::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=龟&type=articlename\",\"method\": \"POST\"}\n鬼畜::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=鬼畜&type=articlename\",\"method\": \"POST\"}\n龟头::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=龟头&type=articlename\",\"method\": \"POST\"}\n姑娘::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姑娘&type=articlename\",\"method\": \"POST\"}\n国::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=国&type=articlename\",\"method\": \"POST\"}\n国中::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=国中&type=articlename\",\"method\": \"POST\"}\n哈1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=哈1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n孩::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=孩&type=articlename\",\"method\": \"POST\"}\n含::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=含&type=articlename\",\"method\": \"POST\"}\n含着::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=含着&type=articlename\",\"method\": \"POST\"}\n豪::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=豪&type=articlename\",\"method\": \"POST\"}\n豪乳::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=豪乳&type=articlename\",\"method\": \"POST\"}\n合::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=合&type=articlename\",\"method\": \"POST\"}\n和::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=和&type=articlename\",\"method\": \"POST\"}\n喝::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=喝&type=articlename\",\"method\": \"POST\"}\n黑::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=黑&type=articlename\",\"method\": \"POST\"}\n黑丝::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=黑丝&type=articlename\",\"method\": \"POST\"}\n合集::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=合集&type=articlename\",\"method\": \"POST\"}\n和姐::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=和姐&type=articlename\",\"method\": \"POST\"}\n和妈::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=和妈&type=articlename\",\"method\": \"POST\"}\n和妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=和妹&type=articlename\",\"method\": \"POST\"}\n喝奶::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=喝奶&type=articlename\",\"method\": \"POST\"}\n喝尿::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=喝尿&type=articlename\",\"method\": \"POST\"}\n和同学::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=和同学&type=articlename\",\"method\": \"POST\"}\n和我::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=和我&type=articlename\",\"method\": \"POST\"}\n红::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=红&type=articlename\",\"method\": \"POST\"}\n后::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=后&type=articlename\",\"method\": \"POST\"}\n后妈::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=后妈&type=articlename\",\"method\": \"POST\"}\n后入::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=后入&type=articlename\",\"method\": \"POST\"}\n户::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=户&type=articlename\",\"method\": \"POST\"}\n护::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=护&type=articlename\",\"method\": \"POST\"}\n虎::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=虎&type=articlename\",\"method\": \"POST\"}\n蝴::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=蝴&type=articlename\",\"method\": \"POST\"}\n花::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=花&type=articlename\",\"method\": \"POST\"}\n怀::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=怀&type=articlename\",\"method\": \"POST\"}\n怀孕::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=怀孕&type=articlename\",\"method\": \"POST\"}\n皇::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=皇&type=articlename\",\"method\": \"POST\"}\n皇后::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=皇后&type=articlename\",\"method\": \"POST\"}\n蝴蝶::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=蝴蝶&type=articlename\",\"method\": \"POST\"}\n婚::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=婚&type=articlename\",\"method\": \"POST\"}\n护士::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=护士&type=articlename\",\"method\": \"POST\"}\n户外::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=户外&type=articlename\",\"method\": \"POST\"}\n虎穴::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=虎穴&type=articlename\",\"method\": \"POST\"}\n挤::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=挤&type=articlename\",\"method\": \"POST\"}\n机::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=机&type=articlename\",\"method\": \"POST\"}\n极::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=极&type=articlename\",\"method\": \"POST\"}\n纪::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=纪&type=articlename\",\"method\": \"POST\"}\n继::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=继&type=articlename\",\"method\": \"POST\"}\n集::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=集&type=articlename\",\"method\": \"POST\"}\n鸡::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=鸡&type=articlename\",\"method\": \"POST\"}\n家::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=家&type=articlename\",\"method\": \"POST\"}\n家姐::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=家姐&type=articlename\",\"method\": \"POST\"}\n奸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=奸&type=articlename\",\"method\": \"POST\"}\n浆::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=浆&type=articlename\",\"method\": \"POST\"}\n奸妈::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=奸妈&type=articlename\",\"method\": \"POST\"}\n奸杀::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=奸杀&type=articlename\",\"method\": \"POST\"}\n奸尸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=奸尸&type=articlename\",\"method\": \"POST\"}\n奸污::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=奸污&type=articlename\",\"method\": \"POST\"}\n奸淫::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=奸淫&type=articlename\",\"method\": \"POST\"}\n交::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=交&type=articlename\",\"method\": \"POST\"}\n叫::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=叫&type=articlename\",\"method\": \"POST\"}\n娇::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=娇&type=articlename\",\"method\": \"POST\"}\n教::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=教&type=articlename\",\"method\": \"POST\"}\n叫爸爸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=叫爸爸&type=articlename\",\"method\": \"POST\"}\n娇嫩::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=娇嫩&type=articlename\",\"method\": \"POST\"}\n娇小::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=娇小&type=articlename\",\"method\": \"POST\"}\n家人::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=家人&type=articlename\",\"method\": \"POST\"}\n家庭::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=家庭&type=articlename\",\"method\": \"POST\"}\n鸡吧::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=鸡吧&type=articlename\",\"method\": \"POST\"}\n机杯::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=机杯&type=articlename\",\"method\": \"POST\"}\n姐::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姐&type=articlename\",\"method\": \"POST\"}\n界::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=界&type=articlename\",\"method\": \"POST\"}\n街::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=街&type=articlename\",\"method\": \"POST\"}\n姐的::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姐的&type=articlename\",\"method\": \"POST\"}\n姐弟::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姐弟&type=articlename\",\"method\": \"POST\"}\n姐夫::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姐夫&type=articlename\",\"method\": \"POST\"}\n姐夫的::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姐夫的&type=articlename\",\"method\": \"POST\"}\n姐姐::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姐姐&type=articlename\",\"method\": \"POST\"}\n姐姐的::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姐姐的&type=articlename\",\"method\": \"POST\"}\n姐妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姐妹&type=articlename\",\"method\": \"POST\"}\n姐妹花::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姐妹花&type=articlename\",\"method\": \"POST\"}\n街射::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=街射&type=articlename\",\"method\": \"POST\"}\n集合::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=集合&type=articlename\",\"method\": \"POST\"}\n继母::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=继母&type=articlename\",\"method\": \"POST\"}\n禁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=禁&type=articlename\",\"method\": \"POST\"}\n近::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=近&type=articlename\",\"method\": \"POST\"}\n进::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=进&type=articlename\",\"method\": \"POST\"}\n挤奶::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=挤奶&type=articlename\",\"method\": \"POST\"}\n精::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=精&type=articlename\",\"method\": \"POST\"}\n警::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=警&type=articlename\",\"method\": \"POST\"}\n精厕::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=精厕&type=articlename\",\"method\": \"POST\"}\n警花::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=警花&type=articlename\",\"method\": \"POST\"}\n精液::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=精液&type=articlename\",\"method\": \"POST\"}\n精子::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=精子&type=articlename\",\"method\": \"POST\"}\n近亲::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=近亲&type=articlename\",\"method\": \"POST\"}\n极品::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=极品&type=articlename\",\"method\": \"POST\"}\n九::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=九&type=articlename\",\"method\": \"POST\"}\n舅::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=舅&type=articlename\",\"method\": \"POST\"}\n酒::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=酒&type=articlename\",\"method\": \"POST\"}\n酒店::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=酒店&type=articlename\",\"method\": \"POST\"}\n舅妈::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=舅妈&type=articlename\",\"method\": \"POST\"}\n九岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=九岁&type=articlename\",\"method\": \"POST\"}\n具::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=具&type=articlename\",\"method\": \"POST\"}\n居::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=居&type=articlename\",\"method\": \"POST\"}\n巨::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=巨&type=articlename\",\"method\": \"POST\"}\n军::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=军&type=articlename\",\"method\": \"POST\"}\n军官::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=军官&type=articlename\",\"method\": \"POST\"}\n巨乳::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=巨乳&type=articlename\",\"method\": \"POST\"}\n巨臀::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=巨臀&type=articlename\",\"method\": \"POST\"}\n喀::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=喀&type=articlename\",\"method\": \"POST\"}\n喀1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=喀1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n开::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=开&type=articlename\",\"method\": \"POST\"}\n开苞::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=开苞&type=articlename\",\"method\": \"POST\"}\n尻::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=尻&type=articlename\",\"method\": \"POST\"}\n控::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=控&type=articlename\",\"method\": \"POST\"}\n空::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=空&type=articlename\",\"method\": \"POST\"}\n控制::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=控制&type=articlename\",\"method\": \"POST\"}\n口::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=口&type=articlename\",\"method\": \"POST\"}\n口爆::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=口爆&type=articlename\",\"method\": \"POST\"}\n口交::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=口交&type=articlename\",\"method\": \"POST\"}\n哭::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=哭&type=articlename\",\"method\": \"POST\"}\n狂::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=狂&type=articlename\",\"method\": \"POST\"}\n狂操::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=狂操&type=articlename\",\"method\": \"POST\"}\n狂干::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=狂干&type=articlename\",\"method\": \"POST\"}\n窥::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=窥&type=articlename\",\"method\": \"POST\"}\n捆::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=捆&type=articlename\",\"method\": \"POST\"}\n捆绑::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=捆绑&type=articlename\",\"method\": \"POST\"}\n扩::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=扩&type=articlename\",\"method\": \"POST\"}\n扩阴::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=扩阴&type=articlename\",\"method\": \"POST\"}\n垃::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=垃&type=articlename\",\"method\": \"POST\"}\n辣::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=辣&type=articlename\",\"method\": \"POST\"}\n垃1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=垃1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n辣妈::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=辣妈&type=articlename\",\"method\": \"POST\"}\n辣妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=辣妹&type=articlename\",\"method\": \"POST\"}\n老::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=老&type=articlename\",\"method\": \"POST\"}\n老师::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=老师&type=articlename\",\"method\": \"POST\"}\n了::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=了&type=articlename\",\"method\": \"POST\"}\n莉::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=莉&type=articlename\",\"method\": \"POST\"}\n隶::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=隶&type=articlename\",\"method\": \"POST\"}\n两::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=两&type=articlename\",\"method\": \"POST\"}\n两女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=两女&type=articlename\",\"method\": \"POST\"}\n列::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=列&type=articlename\",\"method\": \"POST\"}\n邻::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=邻&type=articlename\",\"method\": \"POST\"}\n凌::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=凌&type=articlename\",\"method\": \"POST\"}\n凌辱::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=凌辱&type=articlename\",\"method\": \"POST\"}\n六::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=六&type=articlename\",\"method\": \"POST\"}\n六岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=六岁&type=articlename\",\"method\": \"POST\"}\n乱::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=乱&type=articlename\",\"method\": \"POST\"}\n乱伦::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=乱伦&type=articlename\",\"method\": \"POST\"}\n伦::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=伦&type=articlename\",\"method\": \"POST\"}\n萝::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=萝&type=articlename\",\"method\": \"POST\"}\n裸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=裸&type=articlename\",\"method\": \"POST\"}\n萝莉::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=萝莉&type=articlename\",\"method\": \"POST\"}\n裸体::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=裸体&type=articlename\",\"method\": \"POST\"}\n裸舞::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=裸舞&type=articlename\",\"method\": \"POST\"}\n侣::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=侣&type=articlename\",\"method\": \"POST\"}\n妈::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=妈&type=articlename\",\"method\": \"POST\"}\n马::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=马&type=articlename\",\"method\": \"POST\"}\n妈1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=妈1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n妈和::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=妈和&type=articlename\",\"method\": \"POST\"}\n妈妈::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=妈妈&type=articlename\",\"method\": \"POST\"}\n妈咪::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=妈咪&type=articlename\",\"method\": \"POST\"}\n马::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=马&type=articlename\",\"method\": \"POST\"}\n妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=妹&type=articlename\",\"method\": \"POST\"}\n美::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=美&type=articlename\",\"method\": \"POST\"}\n美::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=美&type=articlename\",\"method\": \"POST\"}\n美鲍::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=美鲍&type=articlename\",\"method\": \"POST\"}\n妹的::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=妹的&type=articlename\",\"method\": \"POST\"}\n妹花::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=妹花&type=articlename\",\"method\": \"POST\"}\n妹妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=妹妹&type=articlename\",\"method\": \"POST\"}\n美母::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=美母&type=articlename\",\"method\": \"POST\"}\n美穴::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=美穴&type=articlename\",\"method\": \"POST\"}\n猛::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=猛&type=articlename\",\"method\": \"POST\"}\n萌::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=萌&type=articlename\",\"method\": \"POST\"}\n蒙::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=蒙&type=articlename\",\"method\": \"POST\"}\n猛操::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=猛操&type=articlename\",\"method\": \"POST\"}\n萌妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=萌妹&type=articlename\",\"method\": \"POST\"}\n咪::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=咪&type=articlename\",\"method\": \"POST\"}\n泌::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=泌&type=articlename\",\"method\": \"POST\"}\n迷::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=迷&type=articlename\",\"method\": \"POST\"}\n眠::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=眠&type=articlename\",\"method\": \"POST\"}\n名::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=名&type=articlename\",\"method\": \"POST\"}\n明::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=明&type=articlename\",\"method\": \"POST\"}\n名器::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=名器&type=articlename\",\"method\": \"POST\"}\n明星::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=明星&type=articlename\",\"method\": \"POST\"}\n泌乳::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=泌乳&type=articlename\",\"method\": \"POST\"}\n摩::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=摩&type=articlename\",\"method\": \"POST\"}\n模::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=模&type=articlename\",\"method\": \"POST\"}\n母::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=母&type=articlename\",\"method\": \"POST\"}\n母女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=母女&type=articlename\",\"method\": \"POST\"}\n母亲::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=母亲&type=articlename\",\"method\": \"POST\"}\n母乳::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=母乳&type=articlename\",\"method\": \"POST\"}\n母子::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=母子&type=articlename\",\"method\": \"POST\"}\n拿::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=拿&type=articlename\",\"method\": \"POST\"}\n拿1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=拿1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n奶::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=奶&type=articlename\",\"method\": \"POST\"}\n奶妈::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=奶妈&type=articlename\",\"method\": \"POST\"}\n奶奶::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=奶奶&type=articlename\",\"method\": \"POST\"}\n奶子::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=奶子&type=articlename\",\"method\": \"POST\"}\n内::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=内&type=articlename\",\"method\": \"POST\"}\n内裤::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=内裤&type=articlename\",\"method\": \"POST\"}\n内射::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=内射&type=articlename\",\"method\": \"POST\"}\n嫩::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=嫩&type=articlename\",\"method\": \"POST\"}\n嫩逼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=嫩逼&type=articlename\",\"method\": \"POST\"}\n嫩妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=嫩妹&type=articlename\",\"method\": \"POST\"}\n嫩模::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=嫩模&type=articlename\",\"method\": \"POST\"}\n嫩乳::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=嫩乳&type=articlename\",\"method\": \"POST\"}\n嫩穴::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=嫩穴&type=articlename\",\"method\": \"POST\"}\n年::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=年&type=articlename\",\"method\": \"POST\"}\n娘::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=娘&type=articlename\",\"method\": \"POST\"}\n年纪::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=年纪&type=articlename\",\"method\": \"POST\"}\n尿::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=尿&type=articlename\",\"method\": \"POST\"}\n尿道::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=尿道&type=articlename\",\"method\": \"POST\"}\n尿尿::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=尿尿&type=articlename\",\"method\": \"POST\"}\n奴::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=奴&type=articlename\",\"method\": \"POST\"}\n奴隶::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=奴隶&type=articlename\",\"method\": \"POST\"}\n女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女&type=articlename\",\"method\": \"POST\"}\n女兵::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女兵&type=articlename\",\"method\": \"POST\"}\n女大::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女大&type=articlename\",\"method\": \"POST\"}\n女儿::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女儿&type=articlename\",\"method\": \"POST\"}\n女孩::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女孩&type=articlename\",\"method\": \"POST\"}\n女皇::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女皇&type=articlename\",\"method\": \"POST\"}\n女教::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女教&type=articlename\",\"method\": \"POST\"}\n女警::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女警&type=articlename\",\"method\": \"POST\"}\n女军官::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女军官&type=articlename\",\"method\": \"POST\"}\n女老::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女老&type=articlename\",\"method\": \"POST\"}\n女老师::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女老师&type=articlename\",\"method\": \"POST\"}\n女邻居::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女邻居&type=articlename\",\"method\": \"POST\"}\n女模::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女模&type=articlename\",\"method\": \"POST\"}\n女女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女女&type=articlename\",\"method\": \"POST\"}\n女朋友::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女朋友&type=articlename\",\"method\": \"POST\"}\n女仆::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女仆&type=articlename\",\"method\": \"POST\"}\n女神::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女神&type=articlename\",\"method\": \"POST\"}\n女生::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女生&type=articlename\",\"method\": \"POST\"}\n女童::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女童&type=articlename\",\"method\": \"POST\"}\n女同事::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女同事&type=articlename\",\"method\": \"POST\"}\n女同性::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女同性&type=articlename\",\"method\": \"POST\"}\n女同学::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女同学&type=articlename\",\"method\": \"POST\"}\n女王::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女王&type=articlename\",\"method\": \"POST\"}\n女性::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女性&type=articlename\",\"method\": \"POST\"}\n女刑警::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女刑警&type=articlename\",\"method\": \"POST\"}\n女学::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女学&type=articlename\",\"method\": \"POST\"}\n女友::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女友&type=articlename\",\"method\": \"POST\"}\n女主播::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=女主播&type=articlename\",\"method\": \"POST\"}\n偶::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=偶&type=articlename\",\"method\": \"POST\"}\n讴::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=讴&type=articlename\",\"method\": \"POST\"}\n讴1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=讴1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\nP::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=P&type=articlename\",\"method\": \"POST\"}\n啪::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=啪&type=articlename\",\"method\": \"POST\"}\n啪1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=啪1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n拍::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=拍&type=articlename\",\"method\": \"POST\"}\n啪啪::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=啪啪&type=articlename\",\"method\": \"POST\"}\n喷::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=喷&type=articlename\",\"method\": \"POST\"}\n朋::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=朋&type=articlename\",\"method\": \"POST\"}\n朋友::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=朋友&type=articlename\",\"method\": \"POST\"}\n朋友的::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=朋友的&type=articlename\",\"method\": \"POST\"}\n朋友妻::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=朋友妻&type=articlename\",\"method\": \"POST\"}\n喷奶::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=喷奶&type=articlename\",\"method\": \"POST\"}\n喷尿::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=喷尿&type=articlename\",\"method\": \"POST\"}\n喷射::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=喷射&type=articlename\",\"method\": \"POST\"}\n屁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=屁&type=articlename\",\"method\": \"POST\"}\n篇::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=篇&type=articlename\",\"method\": \"POST\"}\n品::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=品&type=articlename\",\"method\": \"POST\"}\n屁眼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=屁眼&type=articlename\",\"method\": \"POST\"}\n破::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=破&type=articlename\",\"method\": \"POST\"}\n破::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=破&type=articlename\",\"method\": \"POST\"}\n仆::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=仆&type=articlename\",\"method\": \"POST\"}\n七::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=七&type=articlename\",\"method\": \"POST\"}\n启::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=启&type=articlename\",\"method\": \"POST\"}\n器::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=器&type=articlename\",\"method\": \"POST\"}\n妻::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=妻&type=articlename\",\"method\": \"POST\"}\n七1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=七1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n强::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=强&type=articlename\",\"method\": \"POST\"}\n强::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=强&type=articlename\",\"method\": \"POST\"}\n强奸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=强奸&type=articlename\",\"method\": \"POST\"}\n启蒙::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=启蒙&type=articlename\",\"method\": \"POST\"}\n亲::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=亲&type=articlename\",\"method\": \"POST\"}\n侵::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=侵&type=articlename\",\"method\": \"POST\"}\n情::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=情&type=articlename\",\"method\": \"POST\"}\n情侣::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=情侣&type=articlename\",\"method\": \"POST\"}\n情人::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=情人&type=articlename\",\"method\": \"POST\"}\n亲姐::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=亲姐&type=articlename\",\"method\": \"POST\"}\n亲妈::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=亲妈&type=articlename\",\"method\": \"POST\"}\n亲生::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=亲生&type=articlename\",\"method\": \"POST\"}\n七岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=七岁&type=articlename\",\"method\": \"POST\"}\n::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=&type=articlename\",\"method\": \"POST\"}\n全家::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=全家&type=articlename\",\"method\": \"POST\"}\n全裸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=全裸&type=articlename\",\"method\": \"POST\"}\n群::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=群&type=articlename\",\"method\": \"POST\"}\n群交::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=群交&type=articlename\",\"method\": \"POST\"}\n群P::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=群P&type=articlename\",\"method\": \"POST\"}\n然::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=然&type=articlename\",\"method\": \"POST\"}\n然1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=然1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n人::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=人&type=articlename\",\"method\": \"POST\"}\n妊::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=妊&type=articlename\",\"method\": \"POST\"}\n人偶::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=人偶&type=articlename\",\"method\": \"POST\"}\n人妻::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=人妻&type=articlename\",\"method\": \"POST\"}\n妊娠::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=妊娠&type=articlename\",\"method\": \"POST\"}\n日::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=日&type=articlename\",\"method\": \"POST\"}\n日逼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=日逼&type=articlename\",\"method\": \"POST\"}\n肉::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=肉&type=articlename\",\"method\": \"POST\"}\n肉棒::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=肉棒&type=articlename\",\"method\": \"POST\"}\n肉便::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=肉便&type=articlename\",\"method\": \"POST\"}\n肉便器::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=肉便器&type=articlename\",\"method\": \"POST\"}\n乳::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=乳&type=articlename\",\"method\": \"POST\"}\n入::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=入&type=articlename\",\"method\": \"POST\"}\n辱::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=辱&type=articlename\",\"method\": \"POST\"}\n乳房::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=乳房&type=articlename\",\"method\": \"POST\"}\n乳交::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=乳交&type=articlename\",\"method\": \"POST\"}\n乳头::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=乳头&type=articlename\",\"method\": \"POST\"}\n仨::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=仨&type=articlename\",\"method\": \"POST\"}\n撒::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=撒&type=articlename\",\"method\": \"POST\"}\n仨1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=仨1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n三::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=三&type=articlename\",\"method\": \"POST\"}\n三洞::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=三洞&type=articlename\",\"method\": \"POST\"}\n撒尿::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=撒尿&type=articlename\",\"method\": \"POST\"}\n三姐妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=三姐妹&type=articlename\",\"method\": \"POST\"}\n三女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=三女&type=articlename\",\"method\": \"POST\"}\n三岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=三岁&type=articlename\",\"method\": \"POST\"}\n嫂::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=嫂&type=articlename\",\"method\": \"POST\"}\n骚::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=骚&type=articlename\",\"method\": \"POST\"}\n骚逼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=骚逼&type=articlename\",\"method\": \"POST\"}\n嫂嫂::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=嫂嫂&type=articlename\",\"method\": \"POST\"}\n骚臀::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=骚臀&type=articlename\",\"method\": \"POST\"}\n骚穴::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=骚穴&type=articlename\",\"method\": \"POST\"}\n嫂子::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=嫂子&type=articlename\",\"method\": \"POST\"}\n杀::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=杀&type=articlename\",\"method\": \"POST\"}\n少::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=少&type=articlename\",\"method\": \"POST\"}\n少妇::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=少妇&type=articlename\",\"method\": \"POST\"}\n少女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=少女&type=articlename\",\"method\": \"POST\"}\n射::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=射&type=articlename\",\"method\": \"POST\"}\n射进::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=射进&type=articlename\",\"method\": \"POST\"}\n射精::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=射精&type=articlename\",\"method\": \"POST\"}\n娠::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=娠&type=articlename\",\"method\": \"POST\"}\n婶::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=婶&type=articlename\",\"method\": \"POST\"}\n神::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=神&type=articlename\",\"method\": \"POST\"}\n生::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=生&type=articlename\",\"method\": \"POST\"}\n生孩::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=生孩&type=articlename\",\"method\": \"POST\"}\n生孩子::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=生孩子&type=articlename\",\"method\": \"POST\"}\n生了::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=生了&type=articlename\",\"method\": \"POST\"}\n生妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=生妹&type=articlename\",\"method\": \"POST\"}\n婶婶::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=婶婶&type=articlename\",\"method\": \"POST\"}\n婶子::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=婶子&type=articlename\",\"method\": \"POST\"}\n世::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=世&type=articlename\",\"method\": \"POST\"}\n事::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=事&type=articlename\",\"method\": \"POST\"}\n十::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=十&type=articlename\",\"method\": \"POST\"}\n士::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=士&type=articlename\",\"method\": \"POST\"}\n失::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=失&type=articlename\",\"method\": \"POST\"}\n尸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=尸&type=articlename\",\"method\": \"POST\"}\n屎::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=屎&type=articlename\",\"method\": \"POST\"}\n师::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=师&type=articlename\",\"method\": \"POST\"}\n识::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=识&type=articlename\",\"method\": \"POST\"}\n十八::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=十八&type=articlename\",\"method\": \"POST\"}\n世界::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=世界&type=articlename\",\"method\": \"POST\"}\n失禁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=失禁&type=articlename\",\"method\": \"POST\"}\n屎尿::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=屎尿&type=articlename\",\"method\": \"POST\"}\n师生::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=师生&type=articlename\",\"method\": \"POST\"}\n十岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=十岁&type=articlename\",\"method\": \"POST\"}\n受::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=受&type=articlename\",\"method\": \"POST\"}\n受精::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=受精&type=articlename\",\"method\": \"POST\"}\n叔::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=叔&type=articlename\",\"method\": \"POST\"}\n姝::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姝&type=articlename\",\"method\": \"POST\"}\n熟::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=熟&type=articlename\",\"method\": \"POST\"}\n双::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=双&type=articlename\",\"method\": \"POST\"}\n双胞胎::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=双胞胎&type=articlename\",\"method\": \"POST\"}\n双洞::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=双洞&type=articlename\",\"method\": \"POST\"}\n双飞::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=双飞&type=articlename\",\"method\": \"POST\"}\n双姝::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=双姝&type=articlename\",\"method\": \"POST\"}\n双穴::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=双穴&type=articlename\",\"method\": \"POST\"}\n水::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=水&type=articlename\",\"method\": \"POST\"}\n叔母::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=叔母&type=articlename\",\"method\": \"POST\"}\n熟女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=熟女&type=articlename\",\"method\": \"POST\"}\n丝::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=丝&type=articlename\",\"method\": \"POST\"}\n四::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=四&type=articlename\",\"method\": \"POST\"}\n四::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=四&type=articlename\",\"method\": \"POST\"}\n私::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=私&type=articlename\",\"method\": \"POST\"}\n四个::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=四个&type=articlename\",\"method\": \"POST\"}\n四人::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=四人&type=articlename\",\"method\": \"POST\"}\n私人::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=私人&type=articlename\",\"method\": \"POST\"}\n丝袜美::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=丝袜美&type=articlename\",\"method\": \"POST\"}\n酥::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=酥&type=articlename\",\"method\": \"POST\"}\n岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=岁&type=articlename\",\"method\": \"POST\"}\n岁的::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=岁的&type=articlename\",\"method\": \"POST\"}\n孙::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=孙&type=articlename\",\"method\": \"POST\"}\n孙女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=孙女&type=articlename\",\"method\": \"POST\"}\n所::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=所&type=articlename\",\"method\": \"POST\"}\n酥胸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=酥胸&type=articlename\",\"method\": \"POST\"}\n她::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=她&type=articlename\",\"method\": \"POST\"}\n她1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=她1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n太::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=太&type=articlename\",\"method\": \"POST\"}\n胎::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=胎&type=articlename\",\"method\": \"POST\"}\n太太::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=太太&type=articlename\",\"method\": \"POST\"}\n探::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=探&type=articlename\",\"method\": \"POST\"}\n堂::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=堂&type=articlename\",\"method\": \"POST\"}\n堂姐::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=堂姐&type=articlename\",\"method\": \"POST\"}\n堂妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=堂妹&type=articlename\",\"method\": \"POST\"}\n探花::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=探花&type=articlename\",\"method\": \"POST\"}\n套::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=套&type=articlename\",\"method\": \"POST\"}\n体::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=体&type=articlename\",\"method\": \"POST\"}\n舔::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=舔&type=articlename\",\"method\": \"POST\"}\n舔逼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=舔逼&type=articlename\",\"method\": \"POST\"}\n舔肛::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=舔肛&type=articlename\",\"method\": \"POST\"}\n舔鸡::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=舔鸡&type=articlename\",\"method\": \"POST\"}\n舔屁眼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=舔屁眼&type=articlename\",\"method\": \"POST\"}\n舔::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=舔&type=articlename\",\"method\": \"POST\"}\n舔阴::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=舔阴&type=articlename\",\"method\": \"POST\"}\n调教::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=调教&type=articlename\",\"method\": \"POST\"}\n停::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=停&type=articlename\",\"method\": \"POST\"}\n庭::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=庭&type=articlename\",\"method\": \"POST\"}\n停止::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=停止&type=articlename\",\"method\": \"POST\"}\n同::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=同&type=articlename\",\"method\": \"POST\"}\n童::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=童&type=articlename\",\"method\": \"POST\"}\n同事::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=同事&type=articlename\",\"method\": \"POST\"}\n同性::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=同性&type=articlename\",\"method\": \"POST\"}\n同学::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=同学&type=articlename\",\"method\": \"POST\"}\n童颜::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=童颜&type=articlename\",\"method\": \"POST\"}\n童颜巨乳::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=童颜巨乳&type=articlename\",\"method\": \"POST\"}\n偷::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=偷&type=articlename\",\"method\": \"POST\"}\n头::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=头&type=articlename\",\"method\": \"POST\"}\n偷拍::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=偷拍&type=articlename\",\"method\": \"POST\"}\n推::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=推&type=articlename\",\"method\": \"POST\"}\n吞::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=吞&type=articlename\",\"method\": \"POST\"}\n臀::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=臀&type=articlename\",\"method\": \"POST\"}\n臀部::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=臀部&type=articlename\",\"method\": \"POST\"}\n吞精::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=吞精&type=articlename\",\"method\": \"POST\"}\n娃::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=娃&type=articlename\",\"method\": \"POST\"}\n娲::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=娲&type=articlename\",\"method\": \"POST\"}\n袜::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=袜&type=articlename\",\"method\": \"POST\"}\n娲1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=娲1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n外::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=外&type=articlename\",\"method\": \"POST\"}\n玩::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=玩&type=articlename\",\"method\": \"POST\"}\n王::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=王&type=articlename\",\"method\": \"POST\"}\n网::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=网&type=articlename\",\"method\": \"POST\"}\n网红::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=网红&type=articlename\",\"method\": \"POST\"}\n玩具::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=玩具&type=articlename\",\"method\": \"POST\"}\n娃娃::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=娃娃&type=articlename\",\"method\": \"POST\"}\n喂::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=喂&type=articlename\",\"method\": \"POST\"}\n喂::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=喂&type=articlename\",\"method\": \"POST\"}\n慰::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=慰&type=articlename\",\"method\": \"POST\"}\n未::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=未&type=articlename\",\"method\": \"POST\"}\n未成::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=未成&type=articlename\",\"method\": \"POST\"}\n未成年::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=未成年&type=articlename\",\"method\": \"POST\"}\n我::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=我&type=articlename\",\"method\": \"POST\"}\n我的性::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=我的性&type=articlename\",\"method\": \"POST\"}\n我和::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=我和&type=articlename\",\"method\": \"POST\"}\n我和姐姐::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=我和姐姐&type=articlename\",\"method\": \"POST\"}\n我和妈妈::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=我和妈妈&type=articlename\",\"method\": \"POST\"}\n我和妹妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=我和妹妹&type=articlename\",\"method\": \"POST\"}\n我和女友::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=我和女友&type=articlename\",\"method\": \"POST\"}\n我和我的::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=我和我的&type=articlename\",\"method\": \"POST\"}\n五::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=五&type=articlename\",\"method\": \"POST\"}\n无::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=无&type=articlename\",\"method\": \"POST\"}\n污::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=污&type=articlename\",\"method\": \"POST\"}\n舞::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=舞&type=articlename\",\"method\": \"POST\"}\n舞蹈::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=舞蹈&type=articlename\",\"method\": \"POST\"}\n舞蹈生::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=舞蹈生&type=articlename\",\"method\": \"POST\"}\n五岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=五岁&type=articlename\",\"method\": \"POST\"}\n无套::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=无套&type=articlename\",\"method\": \"POST\"}\n吸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=吸&type=articlename\",\"method\": \"POST\"}\n希::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=希&type=articlename\",\"method\": \"POST\"}\n系::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=系&type=articlename\",\"method\": \"POST\"}\n吸1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=吸1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n相::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=相&type=articlename\",\"method\": \"POST\"}\n相奸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=相奸&type=articlename\",\"method\": \"POST\"}\n小::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=小&type=articlename\",\"method\": \"POST\"}\n小::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=小&type=articlename\",\"method\": \"POST\"}\n校::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=校&type=articlename\",\"method\": \"POST\"}\n小姑::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=小姑&type=articlename\",\"method\": \"POST\"}\n小姑娘::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=小姑娘&type=articlename\",\"method\": \"POST\"}\n校花::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=校花&type=articlename\",\"method\": \"POST\"}\n小萝::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=小萝&type=articlename\",\"method\": \"POST\"}\n小妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=小妹&type=articlename\",\"method\": \"POST\"}\n小女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=小女&type=articlename\",\"method\": \"POST\"}\n小学::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=小学&type=articlename\",\"method\": \"POST\"}\n小学生::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=小学生&type=articlename\",\"method\": \"POST\"}\n小姨::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=小姨&type=articlename\",\"method\": \"POST\"}\n系花::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=系花&type=articlename\",\"method\": \"POST\"}\n吸精::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=吸精&type=articlename\",\"method\": \"POST\"}\n系列::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=系列&type=articlename\",\"method\": \"POST\"}\n新::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=新&type=articlename\",\"method\": \"POST\"}\n吸奶::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=吸奶&type=articlename\",\"method\": \"POST\"}\n刑::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=刑&type=articlename\",\"method\": \"POST\"}\n形::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=形&type=articlename\",\"method\": \"POST\"}\n性::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=性&type=articlename\",\"method\": \"POST\"}\n星::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=星&type=articlename\",\"method\": \"POST\"}\n性交::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=性交&type=articlename\",\"method\": \"POST\"}\n刑警::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=刑警&type=articlename\",\"method\": \"POST\"}\n性奴::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=性奴&type=articlename\",\"method\": \"POST\"}\n性启蒙::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=性启蒙&type=articlename\",\"method\": \"POST\"}\n性侵::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=性侵&type=articlename\",\"method\": \"POST\"}\n新婚::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=新婚&type=articlename\",\"method\": \"POST\"}\n新娘::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=新娘&type=articlename\",\"method\": \"POST\"}\n兄::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=兄&type=articlename\",\"method\": \"POST\"}\n胸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=胸&type=articlename\",\"method\": \"POST\"}\n兄妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=兄妹&type=articlename\",\"method\": \"POST\"}\n胸罩::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=胸罩&type=articlename\",\"method\": \"POST\"}\n学::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=学&type=articlename\",\"method\": \"POST\"}\n穴::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=穴&type=articlename\",\"method\": \"POST\"}\n学姐::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=学姐&type=articlename\",\"method\": \"POST\"}\n学妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=学妹&type=articlename\",\"method\": \"POST\"}\n学生::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=学生&type=articlename\",\"method\": \"POST\"}\n学生妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=学生妹&type=articlename\",\"method\": \"POST\"}\n学姊::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=学姊&type=articlename\",\"method\": \"POST\"}\n丫::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=丫&type=articlename\",\"method\": \"POST\"}\n丫1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=丫1灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬灬&type=articlename\",\"method\": \"POST\"}\n眼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=眼&type=articlename\",\"method\": \"POST\"}\n颜::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=颜&type=articlename\",\"method\": \"POST\"}\n养::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=养&type=articlename\",\"method\": \"POST\"}\n养女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=养女&type=articlename\",\"method\": \"POST\"}\n颜射::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=颜射&type=articlename\",\"method\": \"POST\"}\n夜::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=夜&type=articlename\",\"method\": \"POST\"}\n液::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=液&type=articlename\",\"method\": \"POST\"}\n一::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=一&type=articlename\",\"method\": \"POST\"}\n义::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=义&type=articlename\",\"method\": \"POST\"}\n医::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=医&type=articlename\",\"method\": \"POST\"}\n姨::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姨&type=articlename\",\"method\": \"POST\"}\n艺::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=艺&type=articlename\",\"method\": \"POST\"}\n一次::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=一次&type=articlename\",\"method\": \"POST\"}\n姨妈::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姨妈&type=articlename\",\"method\": \"POST\"}\n义妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=义妹&type=articlename\",\"method\": \"POST\"}\n义母::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=义母&type=articlename\",\"method\": \"POST\"}\n淫::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=淫&type=articlename\",\"method\": \"POST\"}\n阴::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=阴&type=articlename\",\"method\": \"POST\"}\n隐::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=隐&type=articlename\",\"method\": \"POST\"}\n音::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=音&type=articlename\",\"method\": \"POST\"}\n阴唇::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=阴唇&type=articlename\",\"method\": \"POST\"}\n阴道::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=阴道&type=articlename\",\"method\": \"POST\"}\n淫乱::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=淫乱&type=articlename\",\"method\": \"POST\"}\n淫母::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=淫母&type=articlename\",\"method\": \"POST\"}\n淫娃::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=淫娃&type=articlename\",\"method\": \"POST\"}\n隐形::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=隐形&type=articlename\",\"method\": \"POST\"}\n一岁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=一岁&type=articlename\",\"method\": \"POST\"}\n姨子::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姨子&type=articlename\",\"method\": \"POST\"}\n友::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=友&type=articlename\",\"method\": \"POST\"}\n呦::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=呦&type=articlename\",\"method\": \"POST\"}\n幼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=幼&type=articlename\",\"method\": \"POST\"}\n幼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=幼&type=articlename\",\"method\": \"POST\"}\n诱::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=诱&type=articlename\",\"method\": \"POST\"}\n幼齿::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=幼齿&type=articlename\",\"method\": \"POST\"}\n幼儿::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=幼儿&type=articlename\",\"method\": \"POST\"}\n诱奸::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=诱奸&type=articlename\",\"method\": \"POST\"}\n幼交::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=幼交&type=articlename\",\"method\": \"POST\"}\n呦女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=呦女&type=articlename\",\"method\": \"POST\"}\n幼女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=幼女&type=articlename\",\"method\": \"POST\"}\n友妻::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=友妻&type=articlename\",\"method\": \"POST\"}\n幼师::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=幼师&type=articlename\",\"method\": \"POST\"}\n幼童::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=幼童&type=articlename\",\"method\": \"POST\"}\n呦呦::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=呦呦&type=articlename\",\"method\": \"POST\"}\n幼幼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=幼幼&type=articlename\",\"method\": \"POST\"}\n御::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=御&type=articlename\",\"method\": \"POST\"}\n鱼::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=鱼&type=articlename\",\"method\": \"POST\"}\n御姐::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=御姐&type=articlename\",\"method\": \"POST\"}\n孕::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=孕&type=articlename\",\"method\": \"POST\"}\n孕妇::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=孕妇&type=articlename\",\"method\": \"POST\"}\n帀::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=帀&type=articlename\",\"method\": \"POST\"}\n榨::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=榨&type=articlename\",\"method\": \"POST\"}\n榨干::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=榨干&type=articlename\",\"method\": \"POST\"}\n榨精::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=榨精&type=articlename\",\"method\": \"POST\"}\n丈::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=丈&type=articlename\",\"method\": \"POST\"}\n丈母娘::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=丈母娘&type=articlename\",\"method\": \"POST\"}\n罩::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=罩&type=articlename\",\"method\": \"POST\"}\n榨汁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=榨汁&type=articlename\",\"method\": \"POST\"}\n着::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=着&type=articlename\",\"method\": \"POST\"}\n侄::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=侄&type=articlename\",\"method\": \"POST\"}\n制::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=制&type=articlename\",\"method\": \"POST\"}\n止::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=止&type=articlename\",\"method\": \"POST\"}\n汁::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=汁&type=articlename\",\"method\": \"POST\"}\n直::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=直&type=articlename\",\"method\": \"POST\"}\n稚::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=稚&type=articlename\",\"method\": \"POST\"}\n直播::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=直播&type=articlename\",\"method\": \"POST\"}\n稚嫩::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=稚嫩&type=articlename\",\"method\": \"POST\"}\n侄女::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=侄女&type=articlename\",\"method\": \"POST\"}\n中::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=中&type=articlename\",\"method\": \"POST\"}\n中出::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=中出&type=articlename\",\"method\": \"POST\"}\n中学::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=中学&type=articlename\",\"method\": \"POST\"}\n主::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=主&type=articlename\",\"method\": \"POST\"}\n主人::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=主人&type=articlename\",\"method\": \"POST\"}\n姊::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姊&type=articlename\",\"method\": \"POST\"}\n子::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=子&type=articlename\",\"method\": \"POST\"}\n字::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=字&type=articlename\",\"method\": \"POST\"}\n自::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=自&type=articlename\",\"method\": \"POST\"}\n子宫::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=子宫&type=articlename\",\"method\": \"POST\"}\n姊妹::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姊妹&type=articlename\",\"method\": \"POST\"}\n自慰::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=自慰&type=articlename\",\"method\": \"POST\"}\n姊姊::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=姊姊&type=articlename\",\"method\": \"POST\"}\n做::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=做&type=articlename\",\"method\": \"POST\"}\n做爱::/s.php,{\"charset\": \"gbk\",\"method\": \"POST\",\"body\": \"s=做爱&type=articlename\",\"method\": \"POST\"}\n\n[按回车键退出]",
    "lastUpdateTime": 0,
    "respondTime": 24698,
    "ruleBookInfo": {
      "author": "class.infotype@tag.p.0@tag.a.0@text",
      "coverUrl": "class.pic@img@src",
      "init": "",
      "intro": "class.intro@tag.p@text",
      "name": "class.cataloginfo@tag.h3@text",
      "tocUrl": "class.gochapter@tag.a.0@href"
    },
    "ruleContent": {
      "content": "id.novelcontent@html",
      "nextContentUrl": "text.下页.0@href"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "",
      "bookList": "class.searchresult@p||class.article||class.articlegeneral||class.full_content",
      "bookUrl": "a@href",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "name": "class.sone@tag.a.0@text||class.content@tag.h6@text||class.p2@text##《|》|（|〈|［|【|】|］|〉|）"
    },
    "ruleToc": {
      "chapterList": "class.chapters@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "text.下一页.0@href"
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"s={{key}}&type=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃夜伴书屋🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.ybswa.com#🎃",
    "customButton": false,
    "customOrder": 1923,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"奇幻·玄幻\",\n    \"url\": \"/list/qihuan.html\"\n  },\n  {\n    \"title\": \"科幻·游戏\",\n    \"url\": \"/list/kehuan.html\"\n  },\n  {\n    \"title\": \"武侠·仙侠\",\n    \"url\": \"/list/wuxia.html\"\n  },\n  {\n    \"title\": \"女生·言情\",\n    \"url\": \"/list/yanqing.html\"\n  },\n  {\n    \"title\": \"都市·娱乐\",\n    \"url\": \"/list/dushi.html\"\n  },\n  {\n    \"title\": \"历史·军事\",\n    \"url\": \"/list/lishi.html\"\n  },\n  {\n    \"title\": \"悬疑·灵异\",\n    \"url\": \"/list/xuanyi.html\"\n  },\n  {\n    \"title\": \"耽美·纯爱\",\n    \"url\": \"/list/chunai.html\"\n  },\n  {\n    \"title\": \"轻小说\",\n    \"url\": \"/list/lightnovel.html\"\n  }\n]",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; U; Android 13; zh-Hans-CN; PFJM10 Build/TP1A.220905.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/100.0.4896.58 Quark/6.13.6.581 Mobile Safari/537.36\",\"Accept-Language\":\"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"}",
    "lastUpdateTime": 0,
    "respondTime": 10442,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "#cont-body@p@html",
      "nextContentUrl": ".text-center@a.2@href\n@js:\nvar next=/_\\d+\\.html/.test(result) ? result : '';\nnext"
    },
    "ruleExplore": {
      "author": "td.2@text",
      "bookList": "tbody@tr!0",
      "bookUrl": "a.0@href",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "author": "td.1@text",
      "bookList": "tbody@tr",
      "bookUrl": "a.0@href",
      "name": "a.0@text##《|》"
    },
    "ruleToc": {
      "chapterList": "#all-chapter@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/plus/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "肉文小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.rouwennp.org#🎃",
    "customButton": false,
    "customOrder": 1924,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻奇幻::/xuanhuan/{{page}}.html\n仙侠修真::/xianxia/{{page}}.html\n穿越历史::/lishi/{{page}}.html\n都市言情::/dushi/{{page}}.html\n科幻网游::/kehuan/{{page}}.html\n精品其他::/jingpin/{{page}}.html\n总点击榜::https://www.rouwennp.org/top_allvisit/{{page}}.html\n月点击榜::https://www.rouwennp.org/top_monthvisit/{{page}}.html\n总推荐榜::https://www.rouwennp.org/top_allvote/{{page}}.html\n月推荐榜::https://www.rouwennp.org/top_monthvote/{{page}}.html\n总月票榜::https://www.rouwennp.org/top_allvipvote/{{page}}.html\n本月票榜::https://www.rouwennp.org/top_monthvipvote/{{page}}.html\n总鲜花榜::https://www.rouwennp.org/top_allflower/{{page}}.html\n月鲜花榜::https://www.rouwennp.org/top_monthflower/{{page}}.html\n月勤更榜::https://www.rouwennp.org/top_monthwords/{{page}}.html",
    "lastUpdateTime": 1718955319796,
    "respondTime": 33056,
    "ruleBookInfo": {
      "author": "class.g_col_8 pr@tag.strong.0@text",
      "init": "",
      "intro": "class.det-abt@html",
      "kind": "class.mb15 ell _tags pt2@tag.span!0@text",
      "lastChapter": "class.fs16 c_strong@a@text",
      "name": "class.g_col_8 pr@h1@text"
    },
    "ruleContent": {
      "content": "id.TextContent@html"
    },
    "ruleExplore": {
      "author": "tag.span.0@text",
      "bookList": "class.lst-item",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "img@_src",
      "intro": "tag.a.-1@text",
      "kind": "tag.span.1@text",
      "name": "h2@text"
    },
    "ruleSearch": {
      "author": "tag.em@tag.span.1@text",
      "bookList": "class.ser-ret@li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "img@_src",
      "intro": "tag.p.0@text",
      "kind": "tag.em@tag.span.0@text",
      "lastChapter": "tag.p.-1@a@text",
      "name": "h3@text"
    },
    "ruleToc": {
      "chapterList": "id.chapterList@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.rouwennp.org/search.html,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎃️沙滩🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.shatanxs.com#🎃",
    "customButton": false,
    "customOrder": 1925,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar sort=[];\nvar push=(title,url,size)=>sort.push({\n  \t\"title\": title,\n  \t\"url\": url,\n  \t\"style\": {\n   \"layout_flexGrow\": 1,\n   \"layout_flexBasisPercent\": size\n   }\n });\n\nvar url=source.key;\nvar fl=url+\"/sort/\";\nvar ph=url+\"/top/allvisit_1/\";\nvar qb=url+\"/full-1/\";\nvar html=java.ajax(fl);\nvar src=java.ajax(ph);\nvar qbl=java.ajax(qb);\n\nif(html&&src&&qbl){\na=org.jsoup.Jsoup.parse(html).select(\".content li a\");\nb=org.jsoup.Jsoup.parse(src).select(\".content li a\");\nc=org.jsoup.Jsoup.parse(qbl).select(\".content li a\");\npush(\"🌹分类🌹\",null,1)\n    for(i in a){\n        title=a[i].text()\n        url=a[i].attr(\"href\")\n        size=0.25;\n  url=String(url).replace(\"1/\",\"{{page}}/\").replace(\"1.html\",\"{{page}}.html\")\n        push(title,url,size)\n    };\n push(\"🌹排行🌹\",null,1)\n    for(i in b){\n        title=b[i].text()\n        url=b[i].attr(\"href\")\n  url=String(url).replace(\"1/\",\"{{page}}/\")\n        size=0.25;\n        push(title,url,size)\n    }\npush(\"🌹全本🌹\",\"/full/{{page}}/\",1)\n      \n}else{\n  java.toast(\"发现列表获取失败！\")\n}\n\nJSON.stringify(sort)\n",
    "lastUpdateTime": 0,
    "respondTime": 33573,
    "ruleBookInfo": {
      "author": ".block_txt2@a.0@text",
      "intro": ".intro_info@text",
      "kind": ".block_txt2@a.1@text",
      "lastChapter": ".block_txt2@a.2@text",
      "name": ".block_txt2@h2@text",
      "tocUrl": "text.完整目录@href",
      "wordCount": ".block_txt2@p.4@text"
    },
    "ruleContent": {
      "content": "#nr1@textNodes",
      "nextContentUrl": "text.下 页@href||text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "//*[not(@class='blue')]/text()##\\[.*\\]|\\/",
      "bookList": ".line",
      "bookUrl": ".blue@href",
      "checkKeyWord": "",
      "coverUrl": "",
      "intro": "",
      "kind": "##\\[(.*)\\]##$1##",
      "name": ".blue@text"
    },
    "ruleToc": {
      "chapterList": ".chapter li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isPay": "",
      "nextTocUrl": "@js:\nvar n=result.match(/\\/(\\d+)页/)[1];\nbaseUrl=baseUrl.replace(/(.+)\\//,'$1');\nvar list=[];\nfor(var i=2;i<=n;i++){list.push(baseUrl+\"_\"+i+\"/\");}\nlist"
    },
    "searchUrl": "/s.php,{\n  \"body\": \"s={{key}}&type=articlename\",\n  \"charset\": \"gbk\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "小说屋🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.xiaoshuoge.org#🎃",
    "bookUrlPattern": "http://m.xiaoshuoge.org/(html|book)/\\d+.*",
    "concurrentRate": "20/60000",
    "customButton": false,
    "customOrder": 1926,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar book=[\"玄幻魔法\",\"武侠修真\",\n\"都市言情\",\"历史军事\",\"侦探推理\",\n\"网游动漫\",\"科幻小说\",\"恐怖灵异\",\n\"言情小说\",\"其他类型\",\"经部\",\"史书\",\n\"子部\",\"集部\",\"四库之外\",\"古典书籍\",\n\"诗歌\",\"宋词\",[\"排行\",\"/top/allvisit\"],\n[\"新书\",\"/top/postdate\"],\n[\"完本小说\",\"/fulltop/allvisit\"]];\n\nsort=book.map((a,i)=>{\n\tif(i<book.length-3){\n\t\ti++; title=a;\n\t\turl=`/sort/${i}/{{page}}.html`;\n\t\t}else{\n\t\t\ttitle=String(a[0]);\n\t\t\turl=`${a[1]}/{{page}}.html`;\n\t\t\t}\n\t\t\tjson=({\n    \"title\": title,\n    \"url\": url,\n    \"style\": {\n      \"layout_flexGrow\": 1,\n       \"layout_flexBasisPercent\": 0.25,\n    }\n   });\n   return json\n\t});\n\nJSON.stringify(sort)",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 0,
    "loginCheckJs": "var url=result.url(),\ncode=result.code(),\nbody=result.body();\nerr=/503 Service Temporarily/;\nwhile(code==503||err.test(body)){\n\tjava.log(\"网页出错，重新加载！\")\n\tresult=java.connect(url)\n\tcode=result.code();\n\tbody=result.body();\n\t}\nresult;",
    "respondTime": 14626,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\".infotype>p.1@text&&[property~=status|update_time]@content\",\nl:\"[property~=las?test_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}##类型[：:]|\\>",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "{{baseUrl}}##^\\D*((\\d{3})\\d+)##\nhttp://www.xiaoshuoge.org/html/$2/$1/,{\n  \"headers\": {\"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.41 Safari/537.36\"}\n}###"
    },
    "ruleContent": {
      "content": "[id*=content]@textNodes",
      "nextContentUrl": "text.下一页@href\n@js:\n/_\\d+/.test(result)&&result",
      "replaceRegex": "##.?小说屋.*org.?"
    },
    "ruleExplore": {
      "author": "a.-1@text",
      "bookList": "div[class~=article|content]",
      "bookUrl": "a@href",
      "coverUrl": "img@src||a@href\n##^\\D*((\\d{3})\\d+)\\D*.?$##\nhttp://www.xiaoshuoge.org/files/article/image/$2/$1/$1s.jpg",
      "intro": "p.simple@text",
      "kind": "p.p1@text||0##\\[|\\]",
      "name": "a!-1@text"
    },
    "ruleSearch": {
      "author": "a.1@text",
      "bookList": "p.sone",
      "bookUrl": "a.0@href",
      "checkKeyWord": "剑来",
      "coverUrl": "a.0@href##^\\D*((\\d{3})\\d+)##\nhttp://www.xiaoshuoge.org/files/article/image/$2/$1/$1s.jpg###",
      "kind": "0",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "li.chapter a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "",
      "preUpdateJs": "java.refreshTocUrl()",
      "updateTime": "title"
    },
    "searchUrl": "/modules/article/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "英文阅读，需要梯",
    "bookSourceGroup": "免费",
    "bookSourceName": "博览群书（优）",
    "bookSourceType": 0,
    "bookSourceUrl": "https://readnovelfull.com",
    "customButton": false,
    "customOrder": 1927,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{'title':'小说列表','url':'','style':{layout_flexGrow:1,layout_flexBasisPercent:1}},\n{'title':'完结小说','url':'/novel-list/completed-novel?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'热门小说','url':'/novel-list/hot-novel?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'最新更新','url':'/novel-list/latest-release-novel?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.25}},\n{'title':'小说分类','url':'','style':{layout_flexGrow:1,layout_flexBasisPercent:1}},\n{'title':'动作','url':'/genres/action?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'成人','url':'/genres/adult?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'冒险','url':'/genres/adventure?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'爱情','url':'/genres/ai?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'艺术','url':'/genres/arts?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'喜剧','url':'/genres/comedy?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'戏剧','url':'/genres/drama?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'幻想','url':'/genres/fantasy?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'游戏','url':'/genres/game?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'性别','url':'/genres/gender?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'性转','url':'/genres/gender+bender?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'后宫','url':'/genres/harem?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'架空','url':'/genres/historical?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'历史','url':'/genres/history?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'恐怖','url':'/genres/horror?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'萝莉','url':'/genres/lolicon?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'武术','url':'/genres/martial?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'机甲','url':'/genres/mecha?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'转世','url':'/genres/reincarnation?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'浪漫','url':'/genres/romance?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'校园','url':'/genres/school+life?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'科幻','url':'/genres/sci-fi?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'少女','url':'/genres/shoujo?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'百合','url':'/genres/shoujo+ai?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'少年','url':'/genres/shounen?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'耽美','url':'/genres/shounen+ai?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'生活','url':'/genres/slice+of+life?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'Ecchi','url':'/genres/ecchi?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'Josei','url':'/genres/josei?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'Seinen','url':'/genres/seinen?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'Mature','url':'/genres/mature?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'Bender','url':'/genres/bender?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.2}},\n{'title':'Mystery','url':'/genres/mystery?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'Martial Arts','url':'/genres/martial+arts?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'Modern Life','url':'/genres/modern+life?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}},\n{'title':'Psychological','url':'/genres/psychological?page={{page}}','style':{layout_flexGrow:1,layout_flexBasisPercent:0.4}}]",
    "lastUpdateTime": 1759399652910,
    "respondTime": 20757,
    "ruleBookInfo": {
      "author": ".info-meta@li.1@text##Author:",
      "coverUrl": ".book img@src",
      "intro": "&nbsp;&nbsp;Update：{{@@.item-time@text}}    Status：{{@@.text-primary@text}}    Rating：{{@@.small@strong.0@text}}{{'\\n&lrm;\\n'}}{{@@.desc-text@html}}",
      "kind": ".info-meta@li.2@a@text",
      "lastChapter": ".item-value@text",
      "name": "class.title.0@text",
      "tocUrl": "https://readnovelfull.com/ajax/chapter-archive?novelId={{@@#rating@data-novel-id}}"
    },
    "ruleContent": {
      "content": ".chr-c@html",
      "replaceRegex": "##Chapter \\d+: Chapter \\d+|Chapter \\d+(?=\\n)"
    },
    "ruleExplore": {
      "author": ".author@text",
      "bookList": "class.list list-novel col-xs-12@class.row",
      "bookUrl": "h3 a@href",
      "coverUrl": "img@src",
      "lastChapter": ".chr-text@text",
      "name": "h3@text"
    },
    "ruleSearch": {
      "author": ".author@text",
      "bookList": "class.row",
      "bookUrl": "h3 a@href",
      "coverUrl": "img@src",
      "lastChapter": "h3 a@href<js>java.ajax('https://readnovelfull.com'+result)</js>.item-value@text&&.item-time@text\n<js>result.replace(/\\n/,' • ')</js>",
      "name": "h3@text"
    },
    "ruleToc": {
      "chapterList": "li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://readnovelfull.com/novel-list/search?keyword={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "版主🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.diyibanzhu.me#🎃",
    "customButton": false,
    "customOrder": 1928,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 0,
    "respondTime": 10704,
    "ruleBookInfo": {
      "author": "{{@@.info@text##类.*}}\n人气：{{@@.info@text##.*：}}",
      "coverUrl": "img@src",
      "intro": ".bd.2@text",
      "kind": "{{@@.info@text##.*型：|字数.*}}",
      "lastChapter": "a.16@text##【.*?】",
      "name": "a.13@text##章.*",
      "wordCount": "{{@@.info@text##.*数：|人气.*}}"
    },
    "ruleContent": {
      "content": "#nr1@html",
      "nextContentUrl": "text.【.*?】@href",
      "replaceRegex": "##本章未.*|P>.*|．．|作者：.*|第.*?章.*|字数：.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "p.1@text##字.*",
      "bookList": ".column-2",
      "bookUrl": "a.0@href",
      "checkKeyWord": "我的",
      "lastChapter": ".update@text##.*：|【.*?】",
      "name": "a.0@text",
      "wordCount": ".words@text##.*："
    },
    "ruleToc": {
      "chapterList": ".list.1@li@a",
      "chapterName": "a@text##【.*?】",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下页@href"
    },
    "searchUrl": "/wap.php?action=search,{\n \"body\": \"objectType=2&wd={{key}}\",\n \"charset\": \"gbk\", \n \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "三九小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.wxshuku.info/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1929,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1690070030560,
    "loginUrl": "",
    "respondTime": 9527,
    "ruleBookInfo": {
      "author": "//*[@id=\"content\"]/div/div[2]/div[2]/div[1]/h2[1]/text()##作者：",
      "coverUrl": "//*[@id=\"content\"]/div/div[2]/div[1]/img/@src",
      "intro": "//*[@id=\"content\"]/div/div[2]/div[2]/div[3]/p/text()",
      "kind": "h2.2:3:1@text##.*：",
      "lastChapter": "h3@a@text",
      "name": "//*[@id=\"content\"]/div/div[2]/div[2]/div[1]/h1/text()"
    },
    "ruleContent": {
      "content": "class.novel_content@html##最新网址：www.xyshuk.com",
      "replaceRegex": "##.*最新网址.*|无尽的昏迷过后.*时宇猛地从床上起身.*想要看最新章节.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*\\n.*"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "@tag.td.2@text",
      "bookList": "class.grid@tbody@tr!0",
      "bookUrl": "@tag.td.0@a@href",
      "checkKeyWord": "七世神盘",
      "coverUrl": "@tag.td.0@a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\nsource.bookSourceUrl + 'files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "@tag.td.1@a@text",
      "name": "@tag.td.0@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.zhangjie",
      "chapterName": "@tag.a@text",
      "chapterUrl": "@tag.a@href"
    },
    "searchUrl": "modules/article/search.php?searchkey={{key}}&searchtype=articlename",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🍊 情人游戏",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.qingrenyouxi.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1930,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"日榜\",\"url\":\"/top/dayvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"周榜\",\"url\":\"/top/weekvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"月榜\",\"url\":\"/top/monthvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"总榜\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"收藏\",\"url\":\"/top/goodnum_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"字数\",\"url\":\"/top/size_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"日推\",\"url\":\"/top/dayvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"周推\",\"url\":\"/top/weekvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"月推\",\"url\":\"/top/monthvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"总推\",\"url\":\"/top/allvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"入库\",\"url\":\"/top/postdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"更新\",\"url\":\"/top/lastupdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/sort/1_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"浓情\",\"url\":\"/sort/2_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/sort/3_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"校园\",\"url\":\"/sort/4_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/sort/5_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/sort/6_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"穿越\",\"url\":\"/sort/7_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"惊悚\",\"url\":\"/sort/8_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"悬疑\",\"url\":\"/sort/9_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"重生\",\"url\":\"/sort/10_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/sort/11_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/sort/12_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/sort/13_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"耽美\",\"url\":\"/sort/14_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"高干\",\"url\":\"/sort/15_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"种田\",\"url\":\"/sort/16_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"百合\",\"url\":\"/sort/17_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/sort/18_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"完本\",\"url\":\"/full/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "header": "",
    "lastUpdateTime": 1685832713159,
    "respondTime": 40979,
    "ruleBookInfo": {
      "author": ".tab p.0@text",
      "coverUrl": ".tu img@src",
      "init": "",
      "intro": ".jj p@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".tab1 p.0:1@text&&.info_chapters p.0@text##.*更新.|\\s..:.*",
      "lastChapter": ".tab a@text",
      "name": ".catalog1 h1@text",
      "tocUrl": "",
      "wordCount": ".tab1 p.2@text##$##字"
    },
    "ruleContent": {
      "content": "#novelcontent@html",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": ".tt||.content_link",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##http://img.qingrenyouxi.com/image/$2/$1/$1s.jpg###",
      "intro": ".p5@text",
      "kind": ".label p.0@text",
      "lastChapter": "",
      "name": "a.1@text",
      "wordCount": ".label p.1@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".search_list",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##http://img.qingrenyouxi.com/image/$2/$1/$1s.jpg###",
      "intro": "",
      "kind": "a.1@text",
      "lastChapter": "",
      "name": "a.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".info_chapters li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "nextTocUrl": "option!0@value",
      "updateTime": ""
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"post\",\n  \"body\": \"s={{key}}&type=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "永远的神小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yydsxs.com#🎃",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1931,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"完本\",\"url\":\"http://www.yydsxs.com/wanben/1\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻奇幻\",\"url\":\"/fenlei/1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"/fenlei/2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"都市青春\",\"url\":\"/fenlei/3-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"科幻悬疑\",\"url\":\"/fenlei/4-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"穿越历史\",\"url\":\"/fenlei/5-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"浪漫浓情\",\"url\":\"/fenlei/6-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"游戏竞技\",\"url\":\"/fenlei/7-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"精品其他\",\"url\":\"/fenlei/8-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"藏经阁\",\"url\":\"/fenlei/9-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"综合其他\",\"url\":\"/fenlei/10-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"排行榜\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"总点击榜\",\"url\":\"/allvisit-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击榜\",\"url\":\"/monthvisit-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击榜\",\"url\":\"/weekvisit-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总推荐榜\",\"url\":\"/allvote-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月推荐榜\",\"url\":\"/monthvote-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"收藏排行\",\"url\":\"/goodnum-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最近更新\",\"url\":\"/lastupdate-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"新书上架\",\"url\":\"/postdate-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"字数排行\",\"url\":\"/size-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "header": "",
    "lastUpdateTime": 0,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 10473,
    "ruleBookInfo": {
      "author": ".booktag a@text",
      "coverUrl": "class.bookcover hidden-xs@img@src",
      "intro": ".bookintro@text",
      "name": ".booktitle@text",
      "wordCount": ".blue.0@text"
    },
    "ruleContent": {
      "content": "class.readcontent@tag.div.3@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author a@text",
      "bookList": "class.bookbox@class.p10",
      "bookUrl": ".bookname a@href",
      "intro": ".update@textNodes",
      "lastChapter": ".cat a@text",
      "name": ".bookname a@text",
      "wordCount": ".author.1@text##字数："
    },
    "ruleToc": {
      "chapterList": "id.list-chapterAll@tag.dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href##.*?(\\d+).*?(\\d+).*##/go/$1/$2.html###",
      "isVolume": "//javascript:gotochapter('2332','577419')"
    },
    "searchUrl": "http://www.yydsxs.com/searchok.html,{\n'charset': 'utf-8',\n'method': 'POST',\n'body': 'token=&searchkey={{key}}&action=login&submit='\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "主域名1(需梯)：https://www.aaqqcc.com\n主域名2：https://www.aahhss.com\n备用1(需梯)：https://www.aaccnn.com\n备用2：https://www.sseegg.com\n网站名会被gitee屏蔽😑",
    "bookSourceGroup": "免费",
    "bookSourceName": "🌈寻欢小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://寻欢小说2.luoyacheng.ip-ddns.com",
    "bookUrlPattern": ".+www.aahhss.com/book/.+|.+www.aaqqcc.com/book/.+|.+www.sseegg.com/cover/.+",
    "customButton": false,
    "customOrder": 1932,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nlet banben=\"1.0.6\";\neval((eval(java.importScript(lycurl)+'')[0].exploreUrl||'').replace('@js:',''));",
    "header": "@js:\neval(((cache.getFromMemory('xhycy')||(eval(java.readTxtFile(java.md5Encode16(lycurl)+'.json')+'')||[{}])[0]).header||'').replace('@js:',''));",
    "jsLib": "function gets(x, r) {\nreturn r==undefined?\nthis.java.getString(x)+'':\nPackages.io.legado.app.model.analyzeRule.AnalyzeRule().getString(x,r)+'';}\nfunction gete(x, r) {\nreturn r==undefined?\nthis.java.getElement(x): Packages.io.legado.app.model.analyzeRule.AnalyzeRule().setContent(r).getElement(x);}\nfunction gengxin(){\nconst {java, source} = this;\n\tlet url0='https://gitee.com/lyc486/yuedu2/commits/main/书源/寻欢小说/xvhs.json?browser_history=0&page=1&per=4';\n\tlet rr0=java.get(url0,{'User-Agent': 'Mozilla/5.0 (Linux; Android 14)','X-Requested-With': 'XMLHttpRequest'}).body();\n\tlet \tgxlrr = com.jayway.jsonpath.JsonPath.read(rr0, '$.list[0:4].title');\n\tlet [gxlr, gxlr2, gxlr3, gxlr4] = gxlrr;\n\tlet banben =   String(source.exploreUrl).match(/let banben=\"([\\d\\.]+)\"/)[1];\n\tgxlr=String(gxlr).split(/^([^\\-]+)-/);\n\tgxlr[0]=='' ? '' : gxlr=['','0',gxlr[0]];\n\tlet gxts;\n\tif (gxlr[1]>banben){gxts=['更新','0,140,186'];}\n\telse {gxts= ['导入','76,175,80'];};\n\tlet htm = `<html>\n<head>\n<title>更新</title>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<style>\ntable {\n\ttext-align: center;\n\tmargin: 2em auto 0 auto;\n\t}\nth span{font-size: 1.2em;}\n.ann {\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n\theight: 50vh;\n\t}\nbutton {\n\tbackground-color: rgb(${gxts[1]});\n\tcolor: white;\n\tborder: none;\n\tborder-radius: 4px;\n\theight: 6vh;\n\twidth: 30vw;\n\toverflow: hidden;\n\t}\nbutton span {\n  cursor: pointer;\n  display: inline-block;\n  position: relative;\n  transition: 0.4s;\n}\nbutton span:after {\n  content: '>';\n  position: absolute;\n  opacity: 0;\n  top: 0;\n  right: 30px;\n  transition: 0.2s;\n}\nbutton:active span {\n  padding-right: 20px;\n}\nbutton:active span:after {\n  opacity: 1;\n  right: -40px;\n}\n</style>\n</head>\n<body>\n<table border=\"1\" cellspacing=\"0\">\n<th colspan=\"2\">最新日志：<span>${gxlr[2]}</span></th>\n<tr>\n<td>仓库版本：${gxlr[1]}</td>\n<td>本地版本：${banben}</td>\n</tr>\n<tr>\n<td colspan=\"2\" style=\"text-align: left;\">往期日志：${gxlr2}<br>　　　　　${gxlr3}<br>　　　　　${gxlr4}</td>\n</tr>\n</table>\n<div class=\"ann\">\n<a href=\"legado://import/importonline?src=https://gitee.com/lyc486/yuedu2/raw/main/书源/寻欢小说/xvhs.json\">\n<button><span>${gxts[0]}</span></button>\n</a>\n</div>\n<a href=\"legado://import/importonline?src=https://cdn.jsdelivr.net/gh/Luoyacheng/yuedu@main/书源/寻欢小说/xvhs.json\" style=\"font-size: 10px;\">备用链接</a>\n</body>\n</html>`;\nif(typeof this.book=='undefined'||gxts[0]=='更新') java.startBrowser(`data:text/html;base64,${java.base64Encode(htm)}`,'更新');\r\n}\nvar lycurl=((h)=>{\nfor (var i=0,s='';i<h.length;i+=2) s+=String.fromCharCode(parseInt(h.substr(i,2),16));return s;})('68747470733A2F2F67697465652E636F6D2F6C79633438362F7975656475322F7261772F6D61696E2F2545342542392541362545362542412539302F2545352541462542422545362541432541322545352542302538462545382541462542342F79792F787679632E6A736F6E');",
    "lastUpdateTime": 1747999352695,
    "loginCheckJs": "let r=cache.getFromMemory('xhycy');\nif (!r) {\nMath.random()<0.3&&java.downloadFile(lycurl);\nr=eval(java.readTxtFile(java.md5Encode16(lycurl)+'.json')+'')[0];\nr&&cache.putMemory('xhycy',r);}\neval(r.loginCheckJs||'result');",
    "loginUi": "[\n {\n\t\"name\": \"网站地址\",\n\t\"type\": \"text\"\n\t},\n {\n\t\"name\": \"更新远程代码\",\n\t\"type\": \"button\",\n\t\"action\": \"gxin()\",\n\t\"style\": {\n\t\t\"layout_flexGrow\": 1,\n\t\t\"layout_flexBasisPercent\": -1}\n\t},\n {\n\t\"name\": \"更新书源本体\",\n\t\"type\": \"button\",\n\t\"action\": \"gengxin()\",\n\t\"style\": {\n\t\t\"layout_flexGrow\": 1,\n\t\t\"layout_flexBasisPercent\": -1}\n\t},\n {\n\t\"name\": \"用户名\",\n\t\"type\": \"text\"\n\t},\n {\n\t\"name\": \"密码\",\n\t\"type\": \"password\"\n\t},\n {\n\t\"name\": \"💍网站\",\n\t\"type\": \"button\",\n\t\"action\": \"web()\",\n\t\"style\": {\n\t\t\"layout_flexGrow\": 0,\n\t\t\"layout_flexBasisPercent\": -1,\n\t\t\"layout_wrapBefore\": true}\n\t},\n {\n\t\"name\": \"🔺登　录🔺\",\n\t\"type\": \"button\",\n\t\"action\": \"Login()\",\n\t\"style\": {\n\t\t\"layout_flexGrow\": 1,\n\t\t\"layout_flexBasisPercent\": -1}\n\t},\n {\n\t\"name\": \"♤登出\",\n\t\"type\": \"button\",\n\t\"action\": \"re()\",\n\t\"style\": {\n\t\t\"layout_flexGrow\": 0,\n\t\t\"layout_flexBasisPercent\": -1}\n\t}\n]",
    "loginUrl": "eval(eval(java.importScript(lycurl)+'')[0].loginUrl);",
    "respondTime": 13705,
    "ruleBookInfo": {
      "author": "@js:\ngets(cache.getFromMemory('xhycy').ruleBookInfo.author)",
      "canReName": "1",
      "coverUrl": "@js:\ngets(cache.getFromMemory('xhycy').ruleBookInfo.coverUrl)",
      "init": "@js:\neval((cache.getFromMemory('xhycy').ruleBookInfo.init||'').replace('@js:','')||'result');",
      "intro": "@js:\ngets(cache.getFromMemory('xhycy').ruleBookInfo.intro)",
      "kind": "@js:\ngets(cache.getFromMemory('xhycy').ruleBookInfo.kind)",
      "lastChapter": "@js:\ngets(cache.getFromMemory('xhycy').ruleBookInfo.lastChapter)",
      "name": "@js:\ngets(cache.getFromMemory('xhycy').ruleBookInfo.name)",
      "wordCount": "@js:\ngets(cache.getFromMemory('xhycy').ruleBookInfo.wordCount)"
    },
    "ruleContent": {
      "content": "@js:\nlet r=cache.getFromMemory('xhycy');\nif (!r) {\nr=eval(java.readTxtFile(java.md5Encode16(lycurl)+'.json')+'')[0];cache.putMemory('xhycy',r);}\ngets(r.ruleContent.content);",
      "replaceRegex": "{{(cache.getFromMemory('xhycy').ruleContent.replaceRegex||'##lyc₄₈₆##').replaceAll('\\\\\\\\','\\\\')}}"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "@js:\ngets(cache.getFromMemory('xhycy').ruleSearch.author)",
      "bookList": "@js:\ngete(cache.getFromMemory('xhycy').ruleSearch.bookList)",
      "bookUrl": "@js:\ngets(cache.getFromMemory('xhycy').ruleSearch.bookUrl)",
      "coverUrl": "@js:\ngets(cache.getFromMemory('xhycy').ruleSearch.coverUrl)",
      "name": "@js:\ngets(cache.getFromMemory('xhycy').ruleSearch.name)"
    },
    "ruleToc": {
      "chapterList": "@js:\ngete(cache.getFromMemory('xhycy').ruleToc.chapterList)",
      "chapterName": "text",
      "chapterUrl": "href",
      "preUpdateJs": "let r=cache.getFromMemory('xhycy');\nif (!r) {\nr=eval(java.readTxtFile(java.md5Encode16(lycurl)+'.json')+'')[0];cache.putMemory('xhycy',r);}\neval(r.ruleToc.preUpdateJs||'');"
    },
    "searchUrl": "<js>\neval(java.importScript(lycurl)+'')[0].searchUrl\n</js>",
    "variableComment": "\n♦书籍变量：\n　 ①填写“修复章节顺序”并刷新，能解决本书目录乱序的情况\n\n！注意区分源变量和书籍变量\n",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "民国奇人🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.minguoqiren.net#🎃",
    "bookUrlPattern": "xs/\\d+/",
    "customButton": false,
    "customOrder": 1933,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1721153670426,
    "loginUrl": "",
    "respondTime": 1121,
    "ruleBookInfo": {
      "author": "class.info@class.small@tag.span.0@text",
      "coverUrl": "class.cover@img@src",
      "intro": "class.info@ownText",
      "kind": "class.info@class.small@tag.span.4@text&&\nclass.info@class.small@tag.span.1@text&&\nclass.info@class.small@tag.span.2@text##分类：|状态：|更新时间：",
      "lastChapter": "class.info@class.small@tag.span.5@a@text",
      "name": "class.info@h2@text",
      "tocUrl": "",
      "wordCount": "class.info@class.small@tag.span.3@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html##http.*html|请记住本书首发.*org",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@text",
      "bookList": "class.bookbox",
      "bookUrl": "h4@a@href",
      "coverUrl": "img@src",
      "intro": "",
      "lastChapter": "class.update@a@text",
      "name": "h4@a@text"
    },
    "ruleToc": {
      "chapterList": "class.listmain@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "s.php?ie=utf-8&s=000000&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "天域小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.tycqzw.la#",
    "bookUrlPattern": "https://www.tycqzw.la/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 1934,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部小说\",\"url\":\"https://m.tycqzw.la/xclass/0/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"玄幻小说\",\"url\":\"https://m.tycqzw.la/xclass/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"修真小说\",\"url\":\"https://m.tycqzw.la/xclass/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"都市小说\",\"url\":\"https://m.tycqzw.la/xclass/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"穿越小说\",\"url\":\"https://m.tycqzw.la/xclass/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"网游小说\",\"url\":\"https://m.tycqzw.la/xclass/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":0.25}},{\"title\":\"科幻小说\",\"url\":\"https://m.tycqzw.la/xclass/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}},{\"title\":\"其他小说\",\"url\":\"https://m.tycqzw.la/xclass/7/{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.29}}]",
    "lastUpdateTime": 1721151796410,
    "loginUrl": "",
    "respondTime": 8473,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作\\s*者：",
      "coverUrl": "id.fmimg@tag.img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content",
      "lastChapter": "id.list@tag.dd.0@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "id.info@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@html##推荐.*新书.*|手机用户.*阅读体验。"
    },
    "ruleExplore": {
      "author": "class.author@text##作者：",
      "bookList": "class.hot_sale",
      "bookUrl": "tag.a.0@href@js:\nr=result.match(/_(\\d+)/)\nid=r[1]\nvar iid = parseInt(id/1000);\n'https://www.tycqzw.la/'+iid+'_'+id+'/'",
      "coverUrl": "img@data-original",
      "intro": "class.review@text##简介：",
      "lastChapter": "",
      "name": "class.title@text"
    },
    "ruleSearch": {
      "author": "class.even.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.even.0@tag.a.0@href",
      "coverUrl": "class.even.0@tag.a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.tycqzw.la/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "class.odd.0@tag.a.0@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.even.0@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "八零电子",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.balingtxt.com#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1935,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734983353174,
    "loginUrl": "",
    "respondTime": 8351,
    "ruleBookInfo": {
      "coverUrl": "class.soft_info_r@img@src",
      "intro": "id.mainSoftIntro@p@text##.*推荐给你的朋友！|更多.*敬请关注.*",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content",
      "lastChapter": "class.soft_info_r@tag.li.9@textNodes",
      "tocUrl": "text.在线阅读_目录@href"
    },
    "ruleContent": {
      "content": "id.content@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.p.0@a@text",
      "bookList": "class.storelistbt5",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "kind": "tag.p.0@text##.*分类：",
      "lastChapter": "tag.p.2@text##.*最新章节:",
      "name": "class.bookname@text##《|》|TXT下载"
    },
    "ruleToc": {
      "chapterList": "id.yulan@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "小说爱慕",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.xiaxs.la#🎃",
    "customButton": false,
    "customOrder": 1936,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "武侠小说::/soft/1/Soft_001_{{page}}.html&&玄幻小说::/soft/2/Soft_002_{{page}}.html&&都市言情::/soft/3/Soft_003_{{page}}.html&&恐怖灵异::/soft/4/Soft_004_{{page}}.html&&现代文学::/soft/5/Soft_005_{{page}}.html&&侦探推理::/soft/6/Soft_006_{{page}}.html&&科幻小说::/soft/7/Soft_007_{{page}}.html&&穿越架空::/soft/9/Soft_009_{{page}}.html&&古典名著::/soft/10/Soft_010_{{page}}.html&&名人自传::/soft/11/Soft_011_{{page}}.html&&历史军事::/soft/12/Soft_012_{{page}}.html&&制作工具::/soft/13/Soft_013_{{page}}.html&&网游小说::/soft/14/Soft_014_{{page}}.html&&推荐小说::http://www.xiaxs.la/soft/best/index_{{page}}.html&&热门小说::http://www.xiaxs.la/soft/hot/index_{{page}}.html&&最新小说::http://www.xiaxs.la/soft/new/index_{{page}}.html&&全本小说::http://www.xiaxs.la/soft/quanben/index_{{page}}.html&&",
    "lastUpdateTime": 1721153970181,
    "respondTime": 6112,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "init": "<js>\nvar act=org.jsoup.Jsoup.parse(result).select(\".downButton\").attr(\"href\");\nvar url = \"http://www.xiaxs.la\"+act;\njava.put(\"url\",url);\njava.ajax(url)</js>\n",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "@get:{url}",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#content1@html##.*?www.xiaxs.la.*",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "##作者：([^<]+)<##$1###",
      "bookList": ".listBox ul li",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "img@src",
      "intro": ".u@text",
      "lastChapter": "tag.a.1@text##最新章节[:：]",
      "name": "tag.a.0@text##全集"
    },
    "ruleSearch": {
      "author": "em@text",
      "bookList": ".listBox ul li",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "name": "a@text##全集"
    },
    "ruleToc": {
      "chapterList": ".pc_list a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.xiaxs.la/search.php?s=&searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "鬼吹灯🎃#3",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.cxbz958.org#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1937,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1724056211954,
    "loginUrl": "",
    "respondTime": 18918,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "downloadUrls": "",
      "intro": "[property=\"og:description\"]@content",
      "kind": "meta[property~=category|status|update_time]@content",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "div[id=\"nr1\"]@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##{{chapter.title}}.*\\n*"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "text.作者@text##作者：",
      "bookList": ".article>div[class=\"block\"]",
      "bookUrl": "##<a.*?href=\"([^\"]+)\"##$1###",
      "checkKeyWord": "异界",
      "coverUrl": "##<img.*?src=\"([^\"]+)\"##$1###",
      "intro": "",
      "kind": "text.分类@text##分类：",
      "lastChapter": "text.最新章节@text##最新章节：",
      "name": "h2>a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ":<li[^>]*><a[^\"]+\"([^\"]+)\"[^>]*>([^<]+)",
      "chapterName": "$2",
      "chapterUrl": "$1",
      "nextTocUrl": "##href=\"([^\"]+)\"[^>]*>下一页<##$1###"
    },
    "searchUrl": "http://m.cxbz958.org/s.php?submit=&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "天域小说网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.zmccx.com#🎃",
    "bookUrlPattern": "http://www.zmccx.com/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 1938,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部小说::http://m.zmccx.com/xclass/0/{{page}}.html\n玄幻小说::http://m.zmccx.com/xclass/1/{{page}}.html\n修真小说::http://m.zmccx.com/xclass/2/{{page}}.html\n都市小说::http://m.zmccx.com/xclass/3/{{page}}.html\n穿越小说::http://m.zmccx.com/xclass/4/{{page}}.html\n网游小说::http://m.zmccx.com/xclass/5/{{page}}.html\n科幻小说::http://m.zmccx.com/xclass/6/{{page}}.html\n其他小说::http://m.zmccx.com/xclass/7/{{page}}.html",
    "lastUpdateTime": 1720855717053,
    "respondTime": 4122,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作\\s*者：",
      "coverUrl": "id.fmimg@tag.img@src",
      "intro": "id.intro@text",
      "kind": "id.info@tag.p.2@text##最后更新：",
      "lastChapter": "id.list@tag.dd.0@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "id.info@tag.h1.0@text"
    },
    "ruleContent": {
      "content": "id.content@html##推荐.*新书.*"
    },
    "ruleExplore": {
      "author": "class.author@text##作者：",
      "bookList": "class.hot_sale",
      "bookUrl": "tag.a.0@href@js:\nr=result.match(/_(\\d+)/)\nid=r[1]\nvar iid = parseInt(id/1000);\n'http://www.zmccx.com/'+iid+'_'+id+'/'",
      "coverUrl": "img@data-original",
      "intro": "class.review@text##简介：",
      "lastChapter": "",
      "name": "class.title@text"
    },
    "ruleSearch": {
      "author": "class.even.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.even.0@tag.a.0@href",
      "coverUrl": "class.even.0@tag.a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.zmccx.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "class.odd.0@tag.a.0@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.even.0@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.zmccx.com/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：https://m.popoba8.com\n PO文 https://m.po18news.com\n           https://m.rouwenwu.me\n新御书 https://m.xyushuwu10.com\n新御宅 https://m.xyuzhaiwu.club\n同皮套：\n PO文  https://wap.po18ac.com\n            https://m.po18dd.com                        \n欲书文 https://m.yushuwen.com\n新御书 https://m.xyushuwu8.com            ",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔰 POPO文学",
    "bookSourceType": 0,
    "bookSourceUrl": "https://web.popo.city",
    "customButton": false,
    "customOrder": 1939,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "                            全部分类                           ::/sort/0/{{page}}.html\n校园言情::/sort/1/{{page}}.html\n都市言情::/sort/2/{{page}}.html\n古代言情::/sort/3/{{page}}.html\n罗曼史::/sort/4/{{page}}.html\n耽美::/sort/5/{{page}}.html\n百合::/sort/6/{{page}}.html\n同人::/sort/7/{{page}}.html\n奇幻玄幻::/sort/8/{{page}}.html\n网游竞技::/sort/9/{{page}}.html\n科幻异能::/sort/10/{{page}}.html\n恐怖灵异::/sort/11/{{page}}.html\n惊悚推理::/sort/12/{{page}}.html\n武侠仙侠::/sort/13/{{page}}.html\n历史军事::/sort/14/{{page}}.html\n穿越重生::/sort/15/{{page}}.html\n综合其他::/sort/16/{{page}}.html\n                               榜  单                               \n总点击榜::/top/allvisit/{{page}}.html\n月点击榜::/top/monthvisit/{{page}}.html\n周点击榜::/top/weekvisit/{{page}}.html\n总推荐榜::/top/allvote/{{page}}.html\n月推荐榜::/top/monthvote/{{page}}.html\n周推荐榜::/top/weekvote/{{page}}.html\n总收藏榜::/top/goodnum/{{page}}.html\n总月票榜::/top/allvipvote/{{page}}.html\n字数排行::/top/size/{{page}}.html\n编辑推荐::/top/toptime/{{page}}.html\n最新入库::/top/postdate/{{page}}.html\n最近更新::/top/lastupdate/{{page}}.html",
    "lastUpdateTime": 1725413476391,
    "loginUrl": "",
    "respondTime": 32036,
    "ruleBookInfo": {
      "author": "class.gray fss@ownText##[d+人看过].*",
      "coverUrl": "img.2@src",
      "intro": "id.intro p@text",
      "kind": "",
      "lastChapter": "",
      "name": "class.mbs@text##[《》]*",
      "tocUrl": "text.目录@href"
    },
    "ruleContent": {
      "content": "id.acontent@html",
      "imageStyle": "",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": ".gray fss@text",
      "bookList": "class.db nw||class.c_row cf",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": ".gray@text",
      "kind": "",
      "lastChapter": "",
      "name": "class.db nw@textNodes||h4@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": ".gray@ownText##[|].*",
      "bookList": "class.c_row cf",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "h4@text"
    },
    "ruleToc": {
      "chapterList": "dl@dd@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ""
    },
    "searchUrl": "/modules/article/search.php,{\n  \"method\": \"POST\",\n  \"body\": \"searchtype=all&searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "靠谱小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.kptxt.com#🎃",
    "bookUrlPattern": "http://www.kptxt.com/.+A-Za-z/\\d*.html",
    "customButton": false,
    "customOrder": 1940,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1632711642128,
    "loginUrl": "",
    "respondTime": 13860,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "class.fm@tag.img.0@src",
      "init": "",
      "intro": "id.jj@tag.p@text",
      "kind": "",
      "lastChapter": "",
      "name": "id.submenu@tag.a.2@text",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "class.chapter@textNodes",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "",
      "bookList": "class.book",
      "bookUrl": "class.name@tag.a@href",
      "coverUrl": "class.cover@tag.img@src",
      "intro": "class.intro@text",
      "kind": "",
      "lastChapter": "",
      "name": "class.name@tag.a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.list-item@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://www.kptxt.com/search.php?keyword={{key}}&submit=,{\n  \"charset\": \"gbk\"\n}",
    "weight": 2
  },
  {
    "bookSourceComment": "同站：https://www.popoba8.com\n PO文 https://www.po18news.com\n           https://www.rouwenwu.me\n新御书 https://www.xyushuwu10.com\n新御宅 https://www.xyuzhaiwu.club\n同皮套：\n PO文  https://www.po18ac.com\n            https://www.po18dd.com                        \n欲书文 https://www.yushuwen.com\n新御书 https://www.xyushuwu8.com  ",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔰 POPO文学",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.popo.city",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1941,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "总点击榜::/top/allvisit/{{page}}.html\n月点击榜::/top/monthvisit/{{page}}.html\n周点击榜::/top/weekvisit/{{page}}.html\n总推荐榜::/top/allvote/{{page}}.html\n月推荐榜::/top/monthvote/{{page}}.html\n周推荐榜::/top/weekvote/{{page}}.html\n总收藏榜::/top/goodnum/{{page}}.html\n总月票榜::/top/allvipvote/{{page}}.html\n字数排行::/top/size/{{page}}.html\n编辑推荐::/top/toptime/{{page}}.html\n最新入库::/top/postdate/{{page}}.html\n最近更新::/top/lastupdate/{{page}}.html",
    "lastUpdateTime": 1725413492314,
    "respondTime": 63932,
    "ruleBookInfo": {
      "author": "tag.span.1@a@text",
      "coverUrl": "tag.img@src",
      "intro": "#intro p@text",
      "kind": "",
      "lastChapter": "h3@text",
      "name": "tag.span.0@text",
      "tocUrl": ".b_hot@href"
    },
    "ruleContent": {
      "content": "#content@textNodes"
    },
    "ruleExplore": {
      "author": ".s3@text",
      "bookList": ".right li!0",
      "bookUrl": "a@href",
      "coverUrl": "",
      "intro": "",
      "kind": ".s6@text",
      "lastChapter": ".s2 a@text",
      "name": ".s1 a@text",
      "wordCount": ".s4@text"
    },
    "ruleSearch": {
      "author": "class.c_value.0@text",
      "bookList": ".c_row",
      "bookUrl": "a@href",
      "coverUrl": "tag.img@src",
      "intro": ".c_description@text",
      "kind": "class.c_value.1@text",
      "lastChapter": "tag.a.3@text",
      "name": "tag.a.1@text",
      "wordCount": "class.c_value.2@text"
    },
    "ruleToc": {
      "chapterList": "dl@dd@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"method\": \"POST\",\n  \"body\": \"searchtype=all&searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🚬 PO18文学",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.po18gv.vip",
    "customButton": false,
    "customOrder": 1942,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"排  行\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"总点击榜\",\"url\":\"/top/allvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月点击榜\",\"url\":\"/top/monthvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周点击榜\",\"url\":\"/top/weekvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总推荐榜\",\"url\":\"/top/allvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月推荐榜\",\"url\":\"/top/monthvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周推荐榜\",\"url\":\"/top/weekvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"本站推荐\",\"url\":\"/top/toptime/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"收藏排行\",\"url\":\"/top/goodnum/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"字数排行\",\"url\":\"/top/size/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最近更新\",\"url\":\"/top/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最新小说\",\"url\":\"/top/postdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"完本小说\",\"url\":\"/wanben/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"分  类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"都市小说\",\"url\":\"/list/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"浓情小说\",\"url\":\"/list/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"言情小说\",\"url\":\"/list/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校园小说\",\"url\":\"/list/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠小说\",\"url\":\"/list/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻小说\",\"url\":\"/list/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越小说\",\"url\":\"/list/7/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"惊悚小说\",\"url\":\"/list/8/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"悬疑小说\",\"url\":\"/list/9/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"重生小说\",\"url\":\"/list/10/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史小说\",\"url\":\"/list/11/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他小说\",\"url\":\"/list/12/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1724314980501,
    "respondTime": 31940,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property~=status|category|update_time]@content",
      "lastChapter": "[property$=lastest_chapter_name]@content",
      "name": "[property$=book_name]@content"
    },
    "ruleContent": {
      "content": ".panel-body@html||#htmlContent@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "small@text##\\/ 著",
      "bookList": ".row@class.col-md-4 col-xs-4 book-coverlist",
      "bookUrl": "h4@a@href",
      "coverUrl": "img@src",
      "intro": "p@text",
      "name": "h4@text"
    },
    "ruleToc": {
      "chapterList": ".panel-body@dd@a",
      "chapterName": "text##全部章节目录",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?searchkey={{key}}&page={{page}},{\n  \"charset\": \"GBK\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：https://wap.po18k.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🚬 PO18文学",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.po18at.com",
    "customButton": false,
    "customOrder": 1943,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "                             分  类                               \n耽美小说::/class_visit_1/{{page}}.html\n百合小说::/class_visit_2/{{page}}.html\n言情小说::/class_visit_3/{{page}}.html\n  高辣文  ::/class_visit_4/{{page}}.html\n腹黑小说::/class_visit_5/{{page}}.html\n  种田文  ::/class_visit_6/{{page}}.html\n  高干文  ::/class_visit_7/{{page}}.html\n玄幻小说::/class_visit_8/{{page}}.html\n修真小说::/class_visit_9/{{page}}.html\n其他小说::/class_visit_10/{{page}}.html\n武侠小说::/class_visit_11/{{page}}.html\n都市小说::/class_visit_12/{{page}}.html\n科幻小说::/class_visit_13/{{page}}.html\n网游小说::/class_visit_14/{{page}}.html\n恐怖小说::/class_visit_15/{{page}}.html\n历史小说::/class_visit_16/{{page}}.html\n同人小说::/class_visit_17/{{page}}.html\n                             全  本                               \n全部分类::/quanben_0/{{page}}.html\n耽美小说::/quanben_1/{{page}}.html\n百合小说::/quanben_2/{{page}}.html\n言情小说::/quanben_3/{{page}}.html\n  高辣文  ::/quanben_4/{{page}}.html\n腹黑小说::/quanben_5/{{page}}.html\n  种田文  ::/quanben_6/{{page}}.html\n  高干文  ::/quanben_7/{{page}}.html\n玄幻小说::/quanben_8/{{page}}.html\n修真小说::/quanben_9/{{page}}.html\n其他小说::/quanben_10/{{page}}.html\n武侠小说::/quanben_11/{{page}}.html\n都市小说::/quanben_12/{{page}}.html\n科幻小说::/quanben_13/{{page}}.html\n网游小说::/quanben_14/{{page}}.html\n恐怖小说::/quanben_15/{{page}}.html\n历史小说::/quanben_16/{{page}}.html\n同人小说::/quanben_17/{{page}}.html",
    "lastUpdateTime": 1724314991014,
    "respondTime": 16208,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": ".pic@img@src",
      "downloadUrls": "",
      "intro": ".intro@text",
      "kind": "##\\[状态\\]：([^<]+)</p>##$1###",
      "lastChapter": "",
      "name": "",
      "tocUrl": "text.打开目录@href"
    },
    "ruleContent": {
      "content": ".content@html"
    },
    "ruleExplore": {
      "author": "",
      "bookList": ".pictext",
      "bookUrl": "a@href",
      "coverUrl": "img@data-original",
      "intro": ".info_description@text",
      "kind": ".author_intro@text",
      "name": ".info_title@text"
    },
    "ruleSearch": {
      "author": "span.0@text",
      "bookList": "class.partlist-info@dl||class.slist xbk@li",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.a.1@href<js>'http://img.po18at.com/image'+String(result).replace(/.*?(\\d*?)(\\d{1,3}).html/,'/$1/$1$2/$1$2s.jpg').replace('//','/0/')</js>",
      "intro": "tag.span.2@text",
      "kind": "##\\[类别\\]：\\s*<[^>]+>(.*?)<##$1###",
      "lastChapter": "class.latest_title ablue@title",
      "name": "a.0@text",
      "wordCount": "##\\[字数\\]：\\s*<[^>]+>(.*?)<##$1###"
    },
    "ruleToc": {
      "chapterList": ".list@li",
      "chapterName": "span@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "渣女小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.zhanvxs.cc#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1944,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "耽美小说::/sort/1_{{page}}/\n海棠耽美::/sort/2_{{page}}/\n言情小说::/sort/3_{{page}}/\n海棠言情::/sort/4_{{page}}/\n百合小说::/sort/5_{{page}}/\n情欲小说::/sort/6_{{page}}/\n长佩小说::/sort/7_{{page}}/\n连城小说::/sort/8_{{page}}/",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (iPhone; CPU OS 10_13_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.1 Mobile/14E304 Safari/605.1.15\"\n}",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 13959,
    "ruleBookInfo": {
      "author": "class.infotype@tag.a.0@text",
      "coverUrl": "class.pic@img@src",
      "init": "",
      "intro": "class.intro@p@text##爱☆就☆收☆藏.*|禁忌书屋.*",
      "kind": "class.infotype@tag.p.1@text##类型：",
      "lastChapter": "class.infotype@tag.p.3@tag.a@text",
      "name": "class.cataloginfo@tag.h3@text",
      "tocUrl": "class.gochapter@a@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.novelcontent@html",
      "imageStyle": "TEXT",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##上一章|返回目录|下一章|加入书签|下一页|\\s*本章尚未完结.*\\s*|努力加载.*刷新页面！",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.author@text",
      "bookList": "class.article",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.img@src",
      "intro": "class.simple@text",
      "kind": "",
      "lastChapter": "",
      "name": "tag.h6@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "tag.a.1@text",
      "bookList": "class.searchresult@tag.p",
      "bookUrl": "tag.a@href",
      "coverUrl": "tag.a.0@href##/(\\d+)(\\d{3})/##/files/article/image/$1/$1$2/$1$2s.jpg",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "tag.a.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.chapters@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "isVip": "",
      "nextTocUrl": "text.下一页@href",
      "updateTime": ""
    },
    "searchUrl": "http://m.zhanvxs.cc/s.html,{\n\"charset\":\"\",\n\"method\":\"POST\",\n\"body\":\"type=articlename&s={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：https://wap.po18shu.com\n新御书屋 https://m.u9mm.com\n耽美小说 https://m.danmei.info\n  肉书阁   https://m.roushuge.com\n新御宅屋 https://m.xyuzhaiwu3.com\n                https://m.xyuzhaiwu5.com\n                https://m.xyuzhaiwu7.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🚬 ️PO脸红心跳",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.po18bb.com",
    "customButton": false,
    "customOrder": 1945,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "   全 部    ::/wapsort/0_{{page}}.html\n玄幻奇幻::/wapsort/1_{{page}}.html\n武侠仙侠::/wapsort/2_{{page}}.html\n都市言情::/wapsort/3_{{page}}.html\n科幻网游::/wapsort/4_{{page}}.html\n惊悚悬疑::/wapsort/5_{{page}}.html\n耽美同人::/wapsort/6_{{page}}.html\n穿越架空::/wapsort/7_{{page}}.html\n高辣浓情::/wapsort/8_{{page}}.html\n禁忌百合::/wapsort/9_{{page}}.html\n精品文学::/wapsort/10_{{page}}.html",
    "lastUpdateTime": 1724320146725,
    "respondTime": 42759,
    "ruleBookInfo": {
      "author": ".article_info_td a.0@text",
      "init": "",
      "intro": "pre@text",
      "kind": ".article_info_td@div.1:3@text##类别：|更新时间：",
      "lastChapter": ".article_info_td.0@a.1@text",
      "name": ".h_nav_items@li.1@text",
      "tocUrl": "[style=\"color:red;\"]@href",
      "wordCount": "##总字数：([^<]+)<##$1###@js:result+'字'"
    },
    "ruleContent": {
      "content": "#nr1@html"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "p.0@text##作者：",
      "bookList": ".common-bookele",
      "bookUrl": "a@href",
      "checkKeyWord": "",
      "coverUrl": "@js:'https://m.powenwu8.com/images/nocover.jpg'",
      "intro": "span@text||.abstract@text",
      "kind": "p.1@text##.*：",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "ul@li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/s.php,{\n'charset': '',\n'method': 'POST',\n'body': 'type=articlename&s={{key}}'\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "八零电子",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.balingtxt.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1946,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734836961898,
    "loginUrl": "",
    "respondTime": 4425,
    "ruleBookInfo": {
      "coverUrl": "class.soft_info_r@img@src",
      "intro": "id.mainSoftIntro@p@text##.*推荐给你的朋友！|更多.*敬请关注.*",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content",
      "lastChapter": "class.soft_info_r@tag.li.9@textNodes",
      "tocUrl": "text.在线阅读_目录@href"
    },
    "ruleContent": {
      "content": "id.content@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.p.0@a@text",
      "bookList": "class.storelistbt5",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "kind": "tag.p.0@text##.*分类：",
      "lastChapter": "tag.p.2@text##.*最新章节:",
      "name": "class.bookname@text##《|》|TXT下载"
    },
    "ruleToc": {
      "chapterList": "id.yulan@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "不电子书",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.iwurexs.net/",
    "bookUrlPattern": "https?://m.iwurexs.net/Txt/XiaoShuo-\\d+.html",
    "customButton": false,
    "customOrder": 1947,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "武侠仙侠::/wuxia/<,index_{{page}}.html>\n都市言情::/yanqing/<,index_{{page}}.html>\n耽美小说::/danmei/<,index_{{page}}.html>\n玄幻小说::/xuanhuan/<,index_{{page}}.html>\n青春校园::/xiaoyuan/<,index_{{page}}.html>\n网游竞技::/wangyou/<,index_{{page}}.html>\n灵异推理::/kongbu/<,index_{{page}}.html>\n纪实文学::/jishi/<,index_{{page}}.html>\n军事历史::/lishi/<,index_{{page}}.html>\n科幻小说::/kehuan/<,index_{{page}}.html>\n管理哲学::/zhexue/<,index_{{page}}.html>\n学习资料::/xuexi/<,index_{{page}}.html>\n其他小说::/qita/<,index_{{page}}.html>\n金牌推荐::/jinpaituijian/<,index_{{page}}.html>\n封推小说::/fengtui/<,index_{{page}}.html>",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 1734632649775,
    "respondTime": 20788,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "downloadUrls": "@get:{d}",
      "init": "@put:{n:\"[property$=book_name]@content\",\n\ta:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\",\nd:\"text.下载@href\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "#nr1@textNodes",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##{{chapter.title}}|（本章未完.*继续阅读）|\\(第.+页\\)"
    },
    "ruleExplore": {
      "author": "p@ownText##.*\\/",
      "bookList": ".line",
      "bookUrl": "a@href##$##,{'webView': true}",
      "coverUrl": "{{\"https://www.iwurexs.net/e2/myjscss/modules/article/images/nocover.jpg\"}}",
      "kind": "p@ownText##\\[|\\].+",
      "name": "a@text"
    },
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".bookbox",
      "bookUrl": "a.1@href##$##,{'webView': true}",
      "checkKeyWord": "剑来",
      "coverUrl": "img@src",
      "kind": "0",
      "lastChapter": "a.2@text",
      "name": "h4@text"
    },
    "ruleToc": {
      "chapterList": ".chapter.1@li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value||text.下一页@href"
    },
    "searchUrl": "https://m.iwurexs.net/search.php?searchkey={{key}}&submit=",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🚬 肉文屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.po18e.vip",
    "customButton": false,
    "customOrder": 1948,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"排  行\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"总点击榜\",\"url\":\"/top/allvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月点击榜\",\"url\":\"/top/monthvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周点击榜\",\"url\":\"/top/weekvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总推荐榜\",\"url\":\"/top/allvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月推荐榜\",\"url\":\"/top/monthvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周推荐榜\",\"url\":\"/top/weekvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"本站推荐\",\"url\":\"/top/toptime/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"收藏排行\",\"url\":\"/top/goodnum/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"字数排行\",\"url\":\"/top/size/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最近更新\",\"url\":\"/top/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最新小说\",\"url\":\"/top/postdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"分  类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"耽美小说\",\"url\":\"/list/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"百合小说\",\"url\":\"/list/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"言情小说\",\"url\":\"/list/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"高辣文\",\"url\":\"/list/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"腹黑小说\",\"url\":\"/list/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"种田文\",\"url\":\"/list/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"高干文\",\"url\":\"/list/7/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻小说\",\"url\":\"/list/8/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"修真小说\",\"url\":\"/list/9/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他小说\",\"url\":\"/list/10/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完本小说\",\"url\":\"/wanben/{{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1724546079661,
    "respondTime": 31271,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property~=status|category|update_time]@content",
      "lastChapter": "[property$=lastest_chapter_name]@content",
      "name": "[property$=book_name]@content"
    },
    "ruleContent": {
      "content": ".panel-body@html||#htmlContent@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "small@text##\\/ 著",
      "bookList": ".row@class.col-md-4 col-xs-4 book-coverlist",
      "bookUrl": "h4@a@href",
      "coverUrl": "img@src",
      "intro": "p@text",
      "name": "h4@text"
    },
    "ruleToc": {
      "chapterList": ".panel-body@dd@a",
      "chapterName": "text##全部章节目录",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?searchkey={{key}}&page={{page}},{\n  \"charset\": \"GBK\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "被电子书",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.iwurexs.info#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1949,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"武侠仙侠\",\"url\":\"/wuxia/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市言情\",\"url\":\"/yanqing/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美小说\",\"url\":\"/danmei/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻小说\",\"url\":\"/xuanhuan/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"青春校园\",\"url\":\"/xiaoyuan/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游竞技\",\"url\":\"/wangyou/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异推理\",\"url\":\"/kongbu/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"纪实小说\",\"url\":\"/jishi/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"军事历史\",\"url\":\"/lishi/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻小说\",\"url\":\"/kehuan/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"管理哲学\",\"url\":\"/zhexue/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"学习资料\",\"url\":\"/xuexi/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总排行榜\",\"url\":\"/paihangbang/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月排行榜\",\"url\":\"/mpaihangbang/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周排行榜\",\"url\":\"/wpaihangbang/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日排行榜\",\"url\":\"/dpaihangbang/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"封推小说\",\"url\":\"/fengtui/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"金牌推荐\",\"url\":\"/jinpaituijian/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网站推荐\",\"url\":\"/tuijian/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.295}},{\"title\":\"最新书籍\",\"url\":\"/new/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":0,\"layout_flexBasisPercent\":0.295}}]",
    "lastUpdateTime": 1734878799061,
    "loginUrl": "",
    "respondTime": 3709,
    "ruleBookInfo": {
      "author": "class.small.0@text",
      "coverUrl": ".detail_right@tag.img.0@src",
      "intro": "##简介：([^<]+)<##$1###",
      "kind": "class.wrap.position@tag.span@tag.a.1@text&&.detail_right@li.2@text##.*：",
      "lastChapter": "class.chapter-item.0@text",
      "name": "class.detail_right.1@tag.h1@text"
    },
    "ruleContent": {
      "content": "id.content@html##请记住本书.*|最新网址.*|书快书快.*|书快电子书.*|-",
      "imageStyle": "0",
      "nextContentUrl": "text.下一章@href",
      "replaceRegex": "##本文由4020电子书.*http://www.4020.cn/"
    },
    "ruleExplore": {
      "author": "##作者：([^<]+)<##$1###",
      "bookList": "//div[5]/div[2]/div/ul/li",
      "bookUrl": "class.red@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.wrlwx.com/headimgs/$2/$1/s$1.jpg###",
      "intro": "class.u@textNodes",
      "kind": "##更新：([^<]+)<##$1###",
      "lastChapter": "tag.a.1@text",
      "name": "tag.a.0@text##txt.*",
      "wordCount": "##大小：([^<]+)<##$1###"
    },
    "ruleSearch": {
      "author": "tag.td.3@text",
      "bookList": "tag.tbody@tag.tr!0",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##https://www.iwurexs.com/headimgs/$2/$1/s$1.jpg###",
      "kind": "tag.td.4@text",
      "lastChapter": "tag.td.2@text",
      "name": "tag.td.1@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "//div[5]/div/div[3]/div[2]/ul/li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/so.html?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：\n PO文  https://wap.po18.work\n            https://m.ya49.com\n肉肉书 https://wap.rouroushu.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🚬 肉文屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.rouwenwu16.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1950,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"🎖 排行榜 🎖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"总排行\",\"url\":\"/top/allvisit-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月排行\",\"url\":\"/top/monthvisit-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总推荐\",\"url\":\"/top/allvote-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月推荐\",\"url\":\"/top/monthvote-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总收藏\",\"url\":\"/top/goodnum-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"字数榜\",\"url\":\"/top/size-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"更新榜\",\"url\":\"/top/lastupdate-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"新入库\",\"url\":\"/top/postdate-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"全部分类\",\"url\":\"/sort/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"校园言情\",\"url\":\"/sort/1-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市言情\",\"url\":\"/sort/2-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代言情\",\"url\":\"/sort/3-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"罗曼史\",\"url\":\"/sort/4-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美\",\"url\":\"/sort/5-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"百合\",\"url\":\"/sort/6-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人\",\"url\":\"/sort/7-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奇幻玄幻\",\"url\":\"/sort/8-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游竞技\",\"url\":\"/sort/9-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻异能\",\"url\":\"/sort/10-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖灵异\",\"url\":\"/sort/11-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"惊悚推理\",\"url\":\"/sort/12-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠仙侠\",\"url\":\"/sort/13-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"/sort/14-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越重生\",\"url\":\"/sort/15-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"综合其它\",\"url\":\"/sort/16-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完本小说\",\"url\":\"/wanben-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1724318288280,
    "loginUrl": "",
    "respondTime": 33415,
    "ruleBookInfo": {
      "author": "##:author\"[^\"]+\"([^\"]*)##$1###",
      "coverUrl": "##og:image\"[^\"]+\"([^\"]*)##$1###",
      "intro": "##:description\"[^\"]+\"([^\"]*)##$1###",
      "kind": "##:category\"[^\"]+\"([^\"]*)##$1###",
      "lastChapter": "##_chapter_name\"[^\"]+\"([^\"]*)##$1###",
      "name": "##:book_name\"[^\"]+\"([^\"]*)##$1###",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "div#content@html",
      "nextContentUrl": "text.下一页@href\n//需要加载下一页,章节地址添加##$##,{\"webView\": true}",
      "replaceRegex": "##更多小说请收藏.*|\\s*_{4,}"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": ".author@text",
      "bookList": "ul.topul>li",
      "bookUrl": "h2>a@href",
      "checkKeyWord": "我的",
      "coverUrl": "img@src",
      "intro": "p@text",
      "kind": "i.lianzai@text",
      "lastChapter": "",
      "name": "h2>a@text",
      "wordCount": ".other@text"
    },
    "ruleToc": {
      "chapterList": "tag.ul.2@tag.li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/s.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}\n",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "嘛电子书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.wsskw.com/",
    "bookUrlPattern": "http://www.wsskw.com/read/\\d+/",
    "customButton": false,
    "customOrder": 1951,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "武侠仙侠::/wuxia/index_{{page}}.html\n都市言情::/yanqing/index_{{page}}.html\n耽美小说::/danmei/index_{{page}}.html\n玄幻小说::/xuanhuan/index_{{page}}.html\n青春校园::/xiaoyuan/index_{{page}}.html\n网游竞技::/wangyou/index_{{page}}.html\n灵异推理::/kongbu/index_{{page}}.html\n纪实小说::/jishi/index_{{page}}.html\n军事历史::/lishi/index_{{page}}.html\n科幻小说::/kehuan/index_{{page}}.html\n管理哲学::/zhexue/index_{{page}}.html\n学习资料::/xuexi/index_{{page}}.html\n总排行榜::/paihangbang/index_{{page}}.html\n月排行榜::/mpaihangbang/index_{{page}}.html\n周排行榜::/wpaihangbang/index_{{page}}.html\n日排行榜::/dpaihangbang/index_{{page}}.html\n封推小说::/fengtui/index_{{page}}.html\n金牌推荐::/jinpaituijian/index_{{page}}.html\n网站推荐::/tuijian/index_{{page}}.html\n最新书籍::/new/index_{{page}}.html",
    "lastUpdateTime": 1720885878685,
    "loginUrl": "",
    "respondTime": 5007,
    "ruleBookInfo": {
      "author": "class.detail_right@ul@tag.li.0@a@text",
      "coverUrl": "class.detail_right@img@src",
      "intro": "class.detail_right@ul@tag.li.4@text##简介：|作者.*发布.*推荐地址.*/",
      "kind": "class.detail_right@ul@tag.li.2@text##更新日期：",
      "lastChapter": "class.detail_right@ul@tag.li.3@a@text",
      "name": "class.detail_right@h1@text"
    },
    "ruleContent": {
      "content": "id.content@html##请记住本书.*|最新网址.*|书快书快.*|书快电子书.*|本文由.*小说论坛.*cn|您下载的文件.*为你制作!|【.*电子书】-立志.*下载论坛!",
      "imageStyle": "0",
      "nextContentUrl": "text.下一章@href"
    },
    "ruleExplore": {
      "author": "##作者：([^<]+)<##$1###",
      "bookList": "//div[5]/div[2]/div/ul/li",
      "bookUrl": "class.red@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.wsskw.com/headimgs/$2/$1/s$1.jpg###",
      "intro": "class.u@textNodes",
      "kind": "##更新：([^<]+)<##$1###",
      "lastChapter": "tag.a.1@text",
      "name": "tag.a.0@text##txt.*",
      "wordCount": "##大小：([^<]+)<##$1###"
    },
    "ruleSearch": {
      "author": "tag.td.3@text",
      "bookList": "tag.tbody@tag.tr!0",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.wsskw.com/headimgs/$2/$1/s$1.jpg###",
      "kind": "tag.td.4@text",
      "lastChapter": "tag.td.2@text",
      "name": "tag.td.1@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.showInfo.1@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.wsskw.com/so.html?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "md♜+悠久小说 #一程",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ujxs.com#♤yc",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1952,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻奇幻\",\"url\":\"/xuanhuan/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"仙侠修真\",\"url\":\"/wuxia/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市青春\",\"url\":\"/dushi/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"历史军事\",\"url\":\"/lishi/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"游戏动漫\",\"url\":\"/youxi/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻灵异\",\"url\":\"/kehuan/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"女生言情\",\"url\":\"/yanqing/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.29}}]",
    "lastUpdateTime": 1726724777284,
    "loginUrl": "",
    "respondTime": 1826,
    "ruleBookInfo": {
      "author": ".d_title a.0@text",
      "coverUrl": "#bookimg img@src",
      "intro": "#bookintro div@html##【展开】|【收起】",
      "kind": "#count span.0@text&&.new span.1@text##更新时间.",
      "lastChapter": ".new a.0@text##正文.|正文卷.|VIP章节.|免费章节.|VIP卷.|默认卷.|章节目录.",
      "name": ".d_title h1@text##作者.*|\\s",
      "tocUrl": ".motion a.0@href",
      "wordCount": "#count span.4@text"
    },
    "ruleContent": {
      "content": ".read-content@html",
      "imageStyle": "0",
      "replaceRegex": "##.*免费阅读！|佰度搜索.*|.*悠久小说.*|"
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": "#sitembox dl",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "dd.2@text",
      "kind": "span.1:-1@text##\\s.*",
      "lastChapter": "a.3@text##正文卷\\s|正文\\s",
      "name": "a.1@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".shulist ul",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.ujxs.com/files/article/image/$2/$1/$1s.jpg###",
      "kind": "li.1:5:4@text",
      "lastChapter": "a.1@text##正文卷\\s|正文\\s",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "#readerlist li a",
      "chapterName": "text##正文卷\\s|正文\\s",
      "chapterUrl": "href"
    },
    "searchUrl": "/searchbooks.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：\n肉文屋 https://www.rouwenwu12.com\n笔文斋 https://www.biwenzhai.com\n色书院 https://www.seshuyuan.com\nS3文学 https://www.s3wx.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🚬 肉肉屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.rourouwu1.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1953,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "   全 部   ::/sort/0/{{page}}.html\n玄幻奇幻::/sort/1/{{page}}.html\n仙侠修真::/sort/2/{{page}}.html\n都市言情::/sort/3/{{page}}.html\n历史军事::/sort/4/{{page}}.html\n网游竞技::/sort/5/{{page}}.html\n科幻灵异::/sort/6/{{page}}.html\n恐怖惊悚::/sort/7/{{page}}.html\n其他类型::/sort/8/{{page}}.html",
    "lastUpdateTime": 1724318313160,
    "respondTime": 2039,
    "ruleBookInfo": {
      "author": "span.1@a@text",
      "coverUrl": "img.1@src",
      "intro": ".tabcontent@div.2@text",
      "kind": ".hide@text##作品分类：|连载状态：|最后更新：|作品性质：|授权级别：|首发网站：",
      "lastChapter": "h3@text",
      "name": "span.0@text",
      "tocUrl": ".b_hot@href"
    },
    "ruleContent": {
      "content": ".acontent@textNodes"
    },
    "ruleExplore": {
      "author": ".c_value.0@text",
      "bookList": ".c_row",
      "bookUrl": "a.2@href",
      "coverUrl": "img@src",
      "intro": ".c_description@text",
      "kind": ".c_value.2@text",
      "lastChapter": "a.3@text",
      "name": "a.2@text",
      "wordCount": ".c_value.1@text@js:result+'字'"
    },
    "ruleSearch": {
      "author": ".c_value.0@text",
      "bookList": ".c_row",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": ".c_description@text",
      "kind": ".c_value.1@text",
      "lastChapter": "a.3@text",
      "name": "a.1@text",
      "wordCount": ".c_value.2@text@js:result+'字'"
    },
    "ruleToc": {
      "chapterList": "dl@dd@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"method\": \"POST\",\n  \"body\": \"searchtype=all&searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "醉读小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wap.imaxreader.com/#喜静",
    "bookUrlPattern": "http://wap.imaxreader.com/book/\\D+/",
    "customButton": false,
    "customOrder": 1954,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"男频\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"玄幻\",\"url\":\"/sort/xuanhuan/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奇幻\",\"url\":\"/sort/qihuan/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠\",\"url\":\"/sort/wuxia/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠\",\"url\":\"/sort/xianxia/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/sort/dushi/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史\",\"url\":\"/sort/lishi/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"军事\",\"url\":\"/sort/junshi/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏\",\"url\":\"/sort/youxi/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"竞技\",\"url\":\"/sort/jingji/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"/sort/kehuan/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异\",\"url\":\"/sort/lingyi/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他\",\"url\":\"/sort/qita/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女频\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"总裁\",\"url\":\"/sort/zongcai/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越\",\"url\":\"/sort/chongsheng/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"古典\",\"url\":\"/sort/gudian/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"宫斗\",\"url\":\"/sort/gongdou/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"现言\",\"url\":\"/sort/dushi/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"仙侠\",\"url\":\"/sort/xianxiaxuanhuan/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"青春\",\"url\":\"/sort/qingchun/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"游戏\",\"url\":\"/sort/game.htm/{{page}}l\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"灵异\",\"url\":\"/sort/kehuanlingyi/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"耽美\",\"url\":\"/sort/danmei/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"女尊\",\"url\":\"/sort/nvzun/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/sort/other/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "header": "",
    "lastUpdateTime": 1731735524409,
    "respondTime": 670,
    "ruleBookInfo": {
      "author": "a",
      "coverUrl": "c",
      "init": "@js:\n$ = (_) => java.getString(_);\n({\n    n: $(\"[property$=title]@content\"),\n    a: $(\"[property$=author]@content\"),\n    k: $(\"[property~=category|status|update_time]@content\"),\n    w: $(\"text.字数@text\\#\\#字数[：:]\"),\n    l: $(\"[property~=las?test_chapter_name]@content\"),\n    i: $(\"[property$=description]@content\"),\n    c: $(\"[property$=image]@content\"),\n    t: $(\"text.章节目录@href||text.查看更多章节@href\"),\n    d: $(\"text.下载@href\")\n});",
      "intro": "l",
      "kind": "k",
      "lastChapter": "l",
      "name": "n",
      "tocUrl": "t",
      "wordCount": "w"
    },
    "ruleContent": {
      "content": ".articlecon.font-normal@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##百度一下.*|\\s本章未完.*\\s*"
    },
    "ruleExplore": {
      "bookUrl": "",
      "intro": ""
    },
    "ruleSearch": {
      "author": "p.1@textNodes##作者：",
      "bookList": "#ulist li",
      "bookUrl": "a@href",
      "coverUrl": "img@data-original",
      "kind": "p.1@span@text",
      "name": ".book_title@text"
    },
    "ruleToc": {
      "chapterList": ".cataloglist li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search/result.html?searchkey={{key}},{\n  \"method\": \"GET\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：https://m.xyushuwu4.com\n御书屋 https://m.po18xs.com\n            https://m.3322t.com             \n肉肉屋 https://m.rourouwu5.com\n肉宅屋 https://m.rouzhaiwu.net",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔰 新御书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.xyushuwu1.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1955,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "                               分  类                                 \n玄幻奇幻::/sort/1_{{page}}/\n武侠仙侠::/sort/2_{{page}}/\n都市言情::/sort/3_{{page}}/\n科幻网游::/sort/4_{{page}}/\n惊悚悬疑::/sort/5_{{page}}/\n耽美同人::/sort/6_{{page}}/\n穿越架空::/sort/7_{{page}}/\n高辣浓情::/sort/8_{{page}}/\n禁忌百合::/sort/9_{{page}}/\n精品文学::/sort/10_{{page}}/\n完本小说::/full/{{page}}/\n                               榜  单                                 \n最近更新::/top/lastupdate_{{page}}/\n最新入库::/top/postdate_{{page}}/\n总点击榜::/top/allvisit_{{page}}/\n月点击榜::/top/monthvisit_{{page}}/\n周点击榜::/top/weekvisit_{{page}}/\n日点击榜::/top/dayvisit_{{page}}/\n总推荐榜::/top/allvote_{{page}}/\n月推荐榜::/top/monthvote_{{page}}/\n周推荐榜::/top/weekvote_{{page}}/\n日推荐榜::/top/dayvote_{{page}}/\n总收藏榜::/top/goodnum_{{page}}/\n字数排行::/top/size_{{page}}/",
    "lastUpdateTime": 1724318555053,
    "loginUrl": "",
    "respondTime": 80864,
    "ruleBookInfo": {
      "coverUrl": "class.pic@img@src",
      "init": "",
      "intro": "class.intro@p@textNodes",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content",
      "lastChapter": "class.infotype@tag.p.3@a@text",
      "tocUrl": "text.章节目录@href"
    },
    "ruleContent": {
      "content": "id.novelcontent@p@html"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "class.author@text||class.p3@text",
      "bookList": "class.searchresult@p||class.article||class.articlegeneral||class.full_content",
      "bookUrl": "a@href",
      "coverUrl": "img@src||tag.a.0@href##.*/book/(\\d+)(\\d{3})/##http://img.xyushuwu4.com/image/$1/$1$2/$1$2s.jpg",
      "intro": "class.content@p.simple@text",
      "kind": "class.p1@text##\\[|]",
      "name": "h6@a@text||tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.chapters@li@a",
      "chapterName": "text##.*vIP|.*мē|.*иéτ",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"s={{key}}&submit=&type=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "56书库🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.pingshuku.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1956,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1720209060248,
    "loginUrl": "",
    "respondTime": 1336,
    "ruleBookInfo": {
      "coverUrl": "class.block_img2@img@src",
      "intro": "class.intro_info@text##最新章节.*",
      "lastChapter": "class.block_txt2@tag.p.6@a@text"
    },
    "ruleContent": {
      "content": "id.nr@textNodes##.*本章未完.*|.*第.*/.*页.*",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.case_shuqian@text##作者：",
      "bookList": "class.bookone",
      "bookUrl": "a@href",
      "coverUrl": "tag.a.0@href##^.+?(\\d+)\\D(\\d+).+##http://www.pingshuku.com/files/article/image/$1/$2/$2s.jpg",
      "lastChapter": "class.case_last@a@text",
      "name": "class.case_name@a@text"
    },
    "ruleToc": {
      "chapterList": "class.chapter.1@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "http://wap.pingshuku.com/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：\n御宅屋 https://m.123yuzhaiwu.com\n肉文阁 https://m.rouwenge.com\n新御宅屋 https://m.xyuzhaiwu1.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔰 新御书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.yushuwu.club",
    "customButton": false,
    "customOrder": 1957,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部\",\"url\":\"/wapsort/0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻\",\"url\":\"/wapsort/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠\",\"url\":\"/wapsort/2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"言情\",\"url\":\"/wapsort/3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越\",\"url\":\"/wapsort/4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/wapsort/5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"/wapsort/6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游\",\"url\":\"/wapsort/7_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖\",\"url\":\"/wapsort/8_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美\",\"url\":\"/wapsort/9_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校园\",\"url\":\"/wapsort/10_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"高辣\",\"url\":\"/wapsort/11_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"腹黑\",\"url\":\"/wapsort/12_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"种田\",\"url\":\"/wapsort/13_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"高干\",\"url\":\"/wapsort/14_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"百合\",\"url\":\"/wapsort/15_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"其他\",\"url\":\"/wapsort/16_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"  \",\"url\":\"  \",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1724318595521,
    "respondTime": 44197,
    "ruleBookInfo": {
      "author": ".article_info_td a.0@text",
      "init": "",
      "intro": "pre@text",
      "kind": ".article_info_td@div.1:3@text##类别：|更新时间：",
      "lastChapter": ".article_info_td.0@a.1@text",
      "name": ".h_nav_items@li.1@text",
      "tocUrl": "[style=\"color:red;\"]@href",
      "wordCount": "##总字数：([^<]+)<##$1###@js:result+'字'"
    },
    "ruleContent": {
      "content": "#nr1@html"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "strong@text",
      "bookList": ".common-bookele",
      "bookUrl": "a@href",
      "checkKeyWord": "",
      "coverUrl": "@js:'https://img.powenwu15.com/image/0/295/295s.jpg'",
      "intro": ".abstract@text",
      "kind": ".lastupdate@text##.*：",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "ul@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "/s.php,{\n'charset': '',\n'method': 'POST',\n'body': 'type=articlename&s={{key}}'\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🍺 天域小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.zmccx.com",
    "bookUrlPattern": "https://www.zmccx.com/\\d+_\\d+/",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 1958,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "全部小说::http://m.zmccx.com/xclass/0/{{page}}.html\n玄幻小说::http://m.zmccx.com/xclass/1/{{page}}.html\n修真小说::http://m.zmccx.com/xclass/2/{{page}}.html\n都市小说::http://m.zmccx.com/xclass/3/{{page}}.html\n穿越小说::http://m.zmccx.com/xclass/4/{{page}}.html\n网游小说::http://m.zmccx.com/xclass/5/{{page}}.html\n科幻小说::http://m.zmccx.com/xclass/6/{{page}}.html\n其他小说::http://m.zmccx.com/xclass/7/{{page}}.html",
    "header": "",
    "lastUpdateTime": 1721324781108,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 1938,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作\\s*者：",
      "canReName": "",
      "coverUrl": "id.fmimg@tag.img@src",
      "init": "",
      "intro": "id.intro@text",
      "kind": "id.info@tag.p.2@text##最后更新：",
      "lastChapter": "id.list@tag.dd.0@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "id.info@tag.h1.0@text",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@html##推荐.*新书.*",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "class.author@text##作者：",
      "bookList": "class.hot_sale",
      "bookUrl": "tag.a.0@href@js:\nr=result.match(/_(\\d+)/)\nid=r[1]\nvar iid = parseInt(id/1000);\n'http://www.zmccx.com/'+iid+'_'+id+'/'",
      "coverUrl": "img@data-original",
      "intro": "class.review@text##简介：",
      "kind": "",
      "lastChapter": "",
      "name": "class.title@text"
    },
    "ruleSearch": {
      "author": "class.even.1@text",
      "bookList": "class.grid@tag.tr!0",
      "bookUrl": "class.even.0@tag.a.0@href",
      "coverUrl": "class.even.0@tag.a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.zmccx.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": "",
      "kind": "",
      "lastChapter": "class.odd.0@tag.a.0@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "class.even.0@tag.a.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd@tag.a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "https://www.zmccx.com/search.php?searchkey={{key}}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：\n   PO文    https://m.po18vip.me \n  海棠寺   https://m.haitangsi.com   \n 肉宅屋    https://m.rouzhaiwu.info\n寂寞书库 http://m.jimoshuku.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔰 新御书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.yswnovel.com",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1959,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "   全  部   ::/shuku/0/0/0/0/0/0/lastupdate/{{page}}.html                \n玄幻奇幻::/shuku/0/1/0/0/0/0/lastupdate/{{page}}.html\n武侠仙侠::/shuku/0/2/0/0/0/0/lastupdate/{{page}}.html\n都市生活::/shuku/0/3/0/0/0/0/lastupdate/{{page}}.html\n历史军事::/shuku/0/4/0/0/0/0/lastupdate/{{page}}.html\n网游竞技::/shuku/0/5/0/0/0/0/lastupdate/{{page}}.html\n科幻未来::/shuku/0/6/0/0/0/0/lastupdate/{{page}}.html\n恐怖悬疑::/shuku/0/7/0/0/0/0/lastupdate/{{page}}.html\n  二次元  ::/shuku/0/8/0/0/0/0/lastupdate/{{page}}.html\n古代言情::/shuku/0/9/0/0/0/0/lastupdate/{{page}}.html\n现代言情::/shuku/0/10/0/0/0/0/lastupdate/{{page}}.html\n幻想奇缘::/shuku/0/11/0/0/0/0/lastupdate/{{page}}.html\n浪漫青春::/shuku/0/12/0/0/0/0/lastupdate/{{page}}.html\n网络情缘::/shuku/0/13/0/0/0/0/lastupdate/{{page}}.html\n科幻空间::/shuku/0/14/0/0/0/0/lastupdate/{{page}}.html\n鬼怪灵异::/shuku/0/15/0/0/0/0/lastupdate/{{page}}.html\n  N 次元  ::/shuku/0/16/0/0/0/0/lastupdate/{{page}}.html\n言情美文::/shuku/0/17/0/0/0/0/lastupdate/{{page}}.html\n其他类型::/shuku/0/18/0/0/0/0/lastupdate/{{page}}.html\n  男点击  ::/top/rank.html\n  女点击  ::/top/nrank.html\n  收藏榜  ::/top/collect.html\n  推荐榜  ::/top/vote.html",
    "header": "",
    "lastUpdateTime": 1724318673225,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 43700,
    "ruleBookInfo": {
      "author": "class.xq_bookne@tag.div.2@text",
      "coverUrl": "class.bookimg@img@src",
      "init": "",
      "intro": "class.bookintro@text",
      "kind": "class.xq_bookne@tag.div.3:4@text##类别：|状态：",
      "lastChapter": "id.newlist@tag.ul@tag.li.0@tag.a@text",
      "name": "class.one@text",
      "tocUrl": "class.btn_book@tag.a.3@href",
      "wordCount": "class.xq_bookne@tag.div.5@text##字数："
    },
    "ruleContent": {
      "content": "id.YiJianZhan@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##(‘’)##\\\""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "class.book_other@textNodes",
      "bookList": "id.sitebox@dl",
      "bookUrl": "tag.a@href",
      "checkKeyWord": "",
      "coverUrl": "img@src",
      "intro": "class.book_des@text",
      "kind": "class.book_other@span@text##\\|",
      "name": "h3@tag.a.0@text",
      "wordCount": "class.tag-small blue@text"
    },
    "ruleToc": {
      "chapterList": "id.readerlist@tag.ul@tag.li",
      "chapterName": "a@text##\\>",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下一页@href||option@value"
    },
    "searchUrl": "/modules/article/search.php,{\n'charset':'utf-8',\n'method':'POST',\n'body':'searchkey={{key}}'\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "影书",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.yingsx.com#",
    "customButton": false,
    "customOrder": 1960,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"月点击\",\"url\":\"/top/monthvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周点击\",\"url\":\"/top/weekvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总点击\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻奇幻 \",\"url\":\"/sort/1_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"修真仙侠 \",\"url\":\"/sort/2_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"青春都市 \",\"url\":\"/sort/3_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史穿越 \",\"url\":\"/sort/4_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游竞技 \",\"url\":\"/sort/5_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻悬疑 \",\"url\":\"/sort/6_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1716236351520,
    "respondTime": 6481,
    "ruleBookInfo": {
      "author": ".xx a.1@text",
      "coverUrl": ".xsfm img@src",
      "intro": ".jianjie p@html",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": ".xx a.2@text##[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".xx li.0@text",
      "tocUrl": ".gengduo a@href"
    },
    "ruleContent": {
      "content": "#nr@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\s*.*点击下一页.*\\s*"
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": ".xbk",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "span.2@text",
      "name": "a.1@text",
      "wordCount": ".tjrs@text"
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": "ul.fk li",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\nsource.bookSourceUrl + 'files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "a.0@text##\\[|\\]",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".lb li a",
      "chapterName": "text##.*章节列表.*|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"utf-8\",\n  \"method\": \"post\",\n  \"body\": \"type=articlename&s={{key}}&submit=\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔰 7wav",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.7wav.com",
    "customButton": false,
    "customOrder": 1961,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻魔法::/xs/1-default-0-0-0-0-0-0-{{page}}.html\n武侠修真::/xs/2-default-0-0-0-0-0-0-{{page}}.html\n穿越小说::/xs/3-default-0-0-0-0-0-0-{{page}}.html\n都市言情::/xs/4-default-0-0-0-0-0-0-{{page}}.html\n历史军事::/xs/5-default-0-0-0-0-0-0-{{page}}.html\n科幻小说::/xs/6-default-0-0-0-0-0-0-{{page}}.html\n网游动漫::/xs/7-default-0-0-0-0-0-0-{{page}}.html\n耽美同人::/xs/8-default-0-0-0-0-0-0-{{page}}.html\n侦探推理::/xs/9-default-0-0-0-0-0-0-{{page}}.html\n恐怖灵异::/xs/10-default-0-0-0-0-0-0-{{page}}.html\n\n连载中::/xs/quanbu-default-0-0-0-0-1-0-{{page}}.html\n已完成::/xs/quanbu-default-0-0-0-0-2-0-{{page}}.html\n总点击::/xs/quanbu-allvisit-0-0-0-0-0-0-{{page}}.html\n月点击::/xs/quanbu-monthvisit-0-0-0-0-0-0-{{page}}.html\n周点击::/xs/quanbu-weekvisit-0-0-0-0-0-0-{{page}}.html\n日点击::/xs/quanbu-dayvisit-0-0-0-0-0-0-{{page}}.html\n总推荐::/xs/quanbu-allvote-0-0-0-0-0-0-{{page}}.html\n月推荐::https://www.7wav.com/xs/quanbu-monthvote-0-0-0-0-0-0-{{page}}.html\n周推荐::/xs/quanbu-weekvote-0-0-0-0-0-0-{{page}}.html\n日推荐::/xs/quanbu-dayvote-0-0-0-0-0-0-{{page}}.html\n收藏数::/xs/quanbu-goodnum-0-0-0-0-0-0-{{page}}.html\n入站时间::/xs/quanbu-postdate-0-0-0-0-0-0-{{page}}.html\n  字数  ::/xs/quanbu-size-0-0-0-0-0-0-{{page}}.html\n30万以下::/xs/quanbu-default-0-1-0-0-0-0-{{page}}.html\n30万-50万::/xs/quanbu-default-0-2-0-0-0-0-{{page}}.html\n50万-100万::/xs/quanbu-default-0-3-0-0-0-0-{{page}}.html\n100万-200万::/xs/quanbu-default-0-4-0-0-0-0-{{page}}.html\n200万以上::/xs/quanbu-default-0-5-0-0-0-0-{{page}}.html",
    "header": "",
    "lastUpdateTime": 1724320491969,
    "respondTime": 10563,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "",
      "intro": "h3@text##.*.简介：|您要是觉得.*",
      "kind": "[property$=category]@content&&[property$=status]@content",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content",
      "tocUrl": "text.请访问手机版@href",
      "wordCount": "[property$=update_time]@content"
    },
    "ruleContent": {
      "content": "id.nr@textNodes"
    },
    "ruleExplore": {
      "author": "dd.1@span@text",
      "bookList": "class.sitebox@dl",
      "bookUrl": "h3@a@href",
      "coverUrl": "img@src",
      "intro": "dd.2@text",
      "kind": "span.uptime@text",
      "lastChapter": "dd.3@a@text",
      "name": "h3@a@text"
    },
    "ruleSearch": {
      "author": "p.s3@text",
      "bookList": "div.toplist@li",
      "bookUrl": "p.s1@a@href",
      "coverUrl": "img@src",
      "kind": "p.s6@text&&p.s5@text",
      "lastChapter": "p.s2@a@text",
      "name": "p.s1@a@text",
      "wordCount": "p.s4@text"
    },
    "ruleToc": {
      "chapterList": "class.lb fk@li",
      "chapterName": "a@text##本页章节列表结束！|没有更多分页了！",
      "chapterUrl": "a@href",
      "nextTocUrl": ".showpage.0@ul@a@href"
    },
    "searchUrl": "/modules/article/search.php?action=login&searchkey={{key}}&page={{page}},{\n  \"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "海棠书屋🎃#4",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.haitangshufang.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1962,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻奇幻::/xuanhuan/\n武侠修真::/wuxia/\n都市言情::/dushi/\n历史军事::/lishi/\n网游竞技::/wangyou/\n科幻未来::/kehuan/\n恐怖悬疑::/kongbu/\n其他类型::/qita/\n全本小说::/quanben/\n排行榜单::/paihang/",
    "header": "",
    "lastUpdateTime": 0,
    "respondTime": 2608,
    "ruleBookInfo": {
      "author": ".auths@textNodes##作者：",
      "coverUrl": "img@src",
      "intro": ".u-bx@p@text",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": ".zhang-txt-nei-rong@html"
    },
    "ruleExplore": {
      "author": "div.2@text",
      "bookList": ".topba-list@li",
      "bookUrl": "a.0@href",
      "coverUrl": "",
      "kind": "div.5@text",
      "lastChapter": "div.1@text",
      "name": "a.0@text",
      "wordCount": "div.3@text"
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "tr!0",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "",
      "lastChapter": "td.1@text",
      "name": "td.0@text",
      "wordCount": "td.3@text"
    },
    "ruleToc": {
      "chapterList": ".pox@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php,{\n 'method': 'POST',\n 'charset': 'gbk',\n 'body':'searchkey={{key}}&t_btnsearch=搜索&searchtype=articlename'\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "集书阁网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://jishuge.vip/",
    "customButton": false,
    "customOrder": 1963,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"短篇\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"全部分类\",\"url\":\"/list_1_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"现代情色\",\"url\":\"/list_15_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"日本情色\",\"url\":\"/list_16_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"西洋情色\",\"url\":\"/list_17_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"伴侣交换\",\"url\":\"/list_18_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠情色\",\"url\":\"/list_19_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"奇幻科幻\",\"url\":\"/list_20_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"家庭乱伦\",\"url\":\"/list_21_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"性爱调教\",\"url\":\"/list_22_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"粗野性交\",\"url\":\"/list_23_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"多人群交\",\"url\":\"/list_24_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"教师学生\",\"url\":\"/list_25_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"古典情色\",\"url\":\"/list_26_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史情色\",\"url\":\"/list_27_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"同性情色\",\"url\":\"/list_28_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市生活\",\"url\":\"/list_29_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"乡间记趣\",\"url\":\"/list_30_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"疯狂暴露\",\"url\":\"/list_31_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"午夜怪谈\",\"url\":\"/list_32_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"游戏乐园\",\"url\":\"/list_33_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"医生护士\",\"url\":\"/list_34_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"奇遇物语\",\"url\":\"/list_35_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"左邻右舍\",\"url\":\"/list_36_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"同事之间\",\"url\":\"/list_37_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"旅游纪事\",\"url\":\"/list_38_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"纯洁恋情\",\"url\":\"/list_39_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"明星系列\",\"url\":\"/list_40_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"意外收获\",\"url\":\"/list_41_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"忘年之乐\",\"url\":\"/list_42_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"另类其他\",\"url\":\"/list_43_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"知识技巧\",\"url\":\"/list_44_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"情欲性爱\",\"url\":\"/list_45_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"经典激情\",\"url\":\"/list_46_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"近亲乱伦\",\"url\":\"/list_47_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"人妻美妇\",\"url\":\"/list_48_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"学生校园\",\"url\":\"/list_49_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"职业制服\",\"url\":\"/list_50_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"粗暴性爱\",\"url\":\"/list_51_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"情色武侠\",\"url\":\"/list_52_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"【长篇】\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"全部分类\",\"url\":\"/list_2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"通俗小说\",\"url\":\"/list_5_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"校园小说\",\"url\":\"/list_6_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"乡村小说\",\"url\":\"/list_7_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市小说\",\"url\":\"/list_8_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"医生小说\",\"url\":\"/list_9_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠小说\",\"url\":\"/list_10_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"奇幻小说\",\"url\":\"/list_11_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越小说\",\"url\":\"/list_12_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"黑暗小说\",\"url\":\"/list_13_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"日本小说\",\"url\":\"/list_14_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1689754782244,
    "respondTime": 13282,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "#bookcontent@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": ".ucontent li",
      "bookUrl": "a@href##$##,{'webView': true}",
      "intro": ".description@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "name": ".title@text"
    },
    "ruleToc": {
      "chapterList": ".ucontent li a||.content-title div.-1",
      "chapterName": "text",
      "chapterUrl": "href##$##,{'webView': true}",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "list-{{key}}.html",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "95书包",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.jwdushu.com#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1964,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1716235009332,
    "loginUrl": "",
    "respondTime": 515,
    "ruleBookInfo": {
      "coverUrl": "class.con_limg@img@src",
      "intro": "class.r_cons@html",
      "lastChapter": "class.lastrecord@a@text",
      "tocUrl": "class.r_tools@tag.a.1@href"
    },
    "ruleContent": {
      "content": "class.yuedu_zhengwen@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tr",
      "bookUrl": "a@href",
      "coverUrl": "a@href<js>'/files/article/image'+String(result).replace(/.*?(\\d*?)(\\d{1,3})\\//,'/$1/$1$2/$1$2s.jpg').replace('//','/0/')</js>",
      "kind": "class.even.2@text",
      "lastChapter": "class.even@a@text",
      "name": "class.odd@a@text"
    },
    "ruleToc": {
      "chapterList": "class.novel_list@dd@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.jwdushu.com/modules/article/search.php?ie=gbk&searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "独步小说🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.dbxsn.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1965,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻奇幻\",\"url\":\"/nav/xh-qh-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻游戏\",\"url\":\"/nav/kh-yx-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"仙侠武侠\",\"url\":\"/nav/xx-wx-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"女生言情\",\"url\":\"/nav/ns-yq-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市娱乐\",\"url\":\"/nav/ds-yl-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/nav/ls-js-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"悬疑灵异\",\"url\":\"/nav/xy-ly-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"耽美纯爱\",\"url\":\"/nav/dm-ca-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"成长励志\",\"url\":\"/nav/cz-lz-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"散文随笔\",\"url\":\"/nav/sw-sb-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"轻の小说\",\"url\":\"/nav/qxs-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"国外文学\",\"url\":\"/nav/gwwx-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"文学名著\",\"url\":\"/nav/wxmz-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"现代当代\",\"url\":\"/nav/xddwx-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "header": "{\n  'User-Agent': 'Mozilla/5.0 (Linux; Android 9; PDBM00 Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36'\n}",
    "lastUpdateTime": 0,
    "loginUrl": "",
    "respondTime": 7004,
    "ruleBookInfo": {
      "author": ".media-body@a.1@text",
      "coverUrl": ".book-img-middel@src",
      "init": "",
      "intro": ".book-detail@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".col-md-4@text##.*：|\\s..:.*",
      "lastChapter": ".media-body@a.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".book-name@a@text",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.cont-body@html  ",
      "nextContentUrl": ".page@a@href"
    },
    "ruleExplore": {
      "bookList": ".media",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": ".media-info@text",
      "name": "a.1@text"
    },
    "ruleSearch": {
      "author": "td.1@text",
      "bookList": ".table@tbody@tr",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "a.0@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\n'/uploads/cover/'+id+'s.jpg';\n</js>",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "a.0@text##《|》"
    },
    "ruleToc": {
      "chapterList": "id.all-chapter@div@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/plus/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "欲望社",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.yuwangshe.one",
    "customButton": false,
    "customOrder": 1966,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "最近更新::/top/lastupdate_{{page}}/\n最新入库::/top/postdate_{{page}}/\n总点击榜::/top/allvisit_{{page}}/\n月点击榜::/top/monthvisit_{{page}}/\n周点击榜::/top/weekvisit_{{page}}/\n日点击榜::/top/dayvisit_{{page}}/\n总收藏榜::/top/goodnum_{{page}}/\n字数排行::/top/size_{{page}}/\n总推荐榜::/top/allvote_{{page}}/\n月推荐榜::/top/monthvote_{{page}}/\n周推荐榜::/top/weekvote_{{page}}/\n日推荐榜::/top/dayvote_{{page}}/\n\t                                                                   \n玄幻奇幻::/sort/1_{{page}}/\n武侠仙侠::/sort/2_{{page}}/\n都市言情::/sort/3_{{page}}/\n历史穿越::/sort/4_{{page}}/\n网游竞技::/sort/5_{{page}}/\n科幻灵异::/sort/6_{{page}}/\n恐怖惊悚::/sort/7_{{page}}/\n其他类型::/sort/8_{{page}}/\n完本小说::/full/{{page}}/",
    "lastUpdateTime": 1745854388815,
    "respondTime": 46400,
    "ruleBookInfo": {
      "author": ".tab@tag.p.0@text##.*：",
      "coverUrl": ".tu@img@src",
      "intro": ".jj@p@html",
      "kind": ".tab1@tag.p.0@text&&.tab1@tag.p.1@text##小说",
      "lastChapter": ".tab@a@text",
      "name": "tag.h1.0@text##\\_.*",
      "wordCount": ".tab1@tag.p.2@text"
    },
    "ruleContent": {
      "content": "#novelcontent@textNodes",
      "replaceRegex": "##分卷阅读.*|.*作者.*"
    },
    "ruleExplore": {
      "author": ".p4@text||.p3 a@text",
      "bookList": ".tt||.content_link",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "class.content_link@tag.p.1@a@href||tag.a.0@href##.*/(\\d+)/(\\d+)/##http://img.yuwangshe.one/image/$1/$2/$2s.jpg",
      "intro": ".p5@text##.*简介.|\\s",
      "kind": "p@.p2@text&&.p1 a@text##\\[|\\]",
      "name": "tag.a.1@text##\\_.*",
      "wordCount": "p@.p3@text"
    },
    "ruleSearch": {
      "author": "tag.a.2@text",
      "bookList": ".search_list",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "class.content_link@tag.p.1@a@href||tag.a.0@href##.*/(\\d+)/(\\d+)/##http://img.yuwangshe.one/image/$1/$2/$2s.jpg",
      "kind": "tag.a.1@text",
      "name": "tag.a.0@text##\\_.*"
    },
    "ruleToc": {
      "chapterList": "li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"s={{key}}&type=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "阴阳代理人🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yinyangdailiren.org#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1967,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 0,
    "loginUrl": "{\n  \"url\": \"null\"\n}",
    "respondTime": 3483,
    "ruleBookInfo": {
      "author": "class.info@class.small@tag.span.0@text",
      "coverUrl": "class.cover@img@src",
      "intro": "class.info@ownText",
      "kind": "class.info@class.small@tag.span.4@text&&\nclass.info@class.small@tag.span.1@text&&\nclass.info@class.small@tag.span.2@text##分类：|状态：|更新时间：",
      "lastChapter": "class.info@class.small@tag.span.5@a@text",
      "name": "class.info@h2@text",
      "tocUrl": "",
      "wordCount": "class.info@class.small@tag.span.3@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html##http.*html|请记住本书首发.*org",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@text",
      "bookList": "class.bookbox",
      "bookUrl": "h4@a@href",
      "coverUrl": "img@src",
      "intro": "",
      "lastChapter": "class.update@a@text",
      "name": "h4@a@text"
    },
    "ruleToc": {
      "chapterList": "class.listmain@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://www.yinyangdailiren.org/s.php?ie=utf-8&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "kandeshu.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔰 看的书",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.rourouwu18.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1968,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"◎排行榜◎\",\"url\":\"\",\"style\":{layout_flexGrow: 1,layout_flexBasisPercent:1}},\n{\"title\":\"最近更新\",\"url\":\"/top/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最新入库\",\"url\":\"/top/postdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"点击总榜\",\"url\":\"/top/allvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"推荐总榜\",\"url\":\"/top/allvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"点击月榜\",\"url\":\"/top/monthvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"推荐月榜\",\"url\":\"/top/monthvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周排行榜\",\"url\":\"/top/weekvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周推荐榜\",\"url\":\"/top/weekvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总收藏榜\",\"url\":\"/top/goodnum/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"本站推荐\",\"url\":\"/top/toptime/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"字数排行\",\"url\":\"/top/size/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完本小说\",\"url\":\"/wanben/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"分类全部\",\"url\":\"/list/0/{{page}}.html\",\"style\":{layout_flexGrow: 1,layout_flexBasisPercent:1}},\n{\"title\":\"玄幻\",\"url\":\"/list/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"修真\",\"url\":\"/list/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"言情\",\"url\":\"/list/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"都市\",\"url\":\"/list/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"耽美\",\"url\":\"/list/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"校园\",\"url\":\"/list/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"高辣\",\"url\":\"/list/7/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"腹黑\",\"url\":\"/list/8/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"种田\",\"url\":\"/list/9/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"高干\",\"url\":\"/list/10/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"百合\",\"url\":\"/list/11/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"其他\",\"url\":\"/list/12/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}}]",
    "lastUpdateTime": 1724359754306,
    "loginUrl": "",
    "respondTime": 37711,
    "ruleBookInfo": {
      "author": "class.red.0@text",
      "coverUrl": "",
      "init": "",
      "intro": "id.bookIntro@text",
      "kind": "class.red.-1@text",
      "lastChapter": "p.1@text##最新章节：|\\（|\\）",
      "name": "h1@text",
      "tocUrl": "",
      "wordCount": "class.blue.0@text"
    },
    "ruleContent": {
      "content": ".panel-body@html",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "class.text-muted.-1@text||class.list-group-item@tag.small@text",
      "bookList": "class.table@tag.tr!0||class.list-group-item",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "@js:'/modules/article/images/nocover.jpg'",
      "intro": "",
      "kind": "tag.td.-1@text",
      "lastChapter": "class.text-muted.0@text",
      "name": "tag.a.0@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "tag.li.2@text",
      "bookList": "class.mySearch@tag.ul!-1",
      "bookUrl": "tag.a.0@href",
      "checkKeyWord": "",
      "coverUrl": "@js:'/modules/article/images/nocover.jpg'",
      "intro": "class.intro@text",
      "kind": "tag.li.-1@text##状态：",
      "lastChapter": "class.chapter@text",
      "name": "tag.a.0@text",
      "wordCount": "tag.li.3@text##大小："
    },
    "ruleToc": {
      "chapterList": ".col-md-3 a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "",
      "updateTime": "class.visible-xs@text##更新时间："
    },
    "searchUrl": "/modules/article/search.php?searchkey={{key}},{\n'charset': 'gbk'}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "全本小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xs5200.com#",
    "bookUrlPattern": "/\\d+_\\d+/",
    "customButton": false,
    "customOrder": 1969,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/xuanhuanxiaoshuo/1_{{page}}.html\n修真小说::/xiuzhenxiaoshuo/2_{{page}}.html\n都市小说::/dushixiaoshuo/3_{{page}}.html\n穿越小说::/chuanyuexiaoshuo/4_{{page}}.html\n网游小说::/wangyouxiaoshuo/5_{{page}}.html\n科幻小说::/kehuanxiaoshuo/6_{{page}}.html",
    "lastUpdateTime": 1734841094172,
    "loginUrl": "",
    "respondTime": 4099,
    "ruleBookInfo": {
      "author": "id.info@tag.p.0@text##作 者：",
      "coverUrl": "id.bookimg@img@src",
      "init": "",
      "intro": "id.intro@tag.p.1@text",
      "kind": "id.info@tag.p.2@text&&\nid.info@tag.p.1@text##最后更新：|状 态：",
      "lastChapter": "id.info@tag.p.3@a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "id.info@h1@text",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@html##一秒记住.*最新章节！|清爽免费阅读请记.*|手机免费.*|www.*cc"
    },
    "ruleExplore": {
      "author": "class.s5@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "class.s2@a@href<js>\nvar id = result.match(/_(\\d+)/)[1];\nvar iid = parseInt(id/1000);\n'http://www.xs5200.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": "",
      "kind": "",
      "lastChapter": "class.s3@text",
      "name": "class.s2@a@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "class.grid@id.nr",
      "bookUrl": "tag.td.0@tag.a@href",
      "coverUrl": "tag.td.0@tag.a@href<js>\nvar id = result.match(/_(\\d+)/)[1];\nvar iid = parseInt(id/1000);\n'http://www.xs5200.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "tag.td.4@text&&\ntag.td.5@text",
      "lastChapter": "tag.td.1@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "tag.td.0@tag.a@text",
      "wordCount": "tag.td.3@text"
    },
    "ruleToc": {
      "chapterList": "id.list@tag.dd",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/modules/article/search.php?s=10362325638345863231&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "九五小说 ",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xfjxs.com#♤yc",
    "customButton": false,
    "customOrder": 1970,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻魔法\",\"url\":\"/mulu/1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠修真\",\"url\":\"/mulu/2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市言情\",\"url\":\"/mulu/3-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"历史军事\",\"url\":\"/mulu/4-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"侦探推理\",\"url\":\"/mulu/5-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"网游动漫\",\"url\":\"/mulu/6-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻小说\",\"url\":\"/mulu/7-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"恐怖灵异\",\"url\":\"/mulu/8-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越小说\",\"url\":\"/mulu/9-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"其他类型\",\"url\":\"/mulu/10-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"完本小说\",\"url\":\"/modules/article/articlelist.php?fullflag=1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.29}}]",
    "lastUpdateTime": 1754709897055,
    "loginUrl": "",
    "respondTime": 1145,
    "ruleBookInfo": {
      "author": ".author a@text",
      "coverUrl": ".con_limg img@src",
      "intro": ".r_cons@html",
      "kind": ".txt_nav a.1@text&&.lastrecord@ownText##小说|.*\\(|\\).*",
      "lastChapter": ".lastrecord a@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": "h1@text",
      "tocUrl": ".r_tools a.1@href"
    },
    "ruleContent": {
      "content": "#content@textNodes",
      "replaceRegex": "##\\.pbtxt."
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": "#alistbox",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "kind": "",
      "lastChapter": "",
      "name": "a.1@text##《|》",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "tbody tr!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.xfjxs.com/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.5:4@text",
      "lastChapter": "td.1@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": "td.0@text",
      "wordCount": "td.3@text"
    },
    "ruleToc": {
      "chapterList": ".novel_list dd a",
      "chapterName": "text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?ie=gbk&searchkey={{key}}&ct=2097152",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "国学经典🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://guoxue.wunpu.com#🎃",
    "bookUrlPattern": "https://guoxue.wunpu.com/\\w+/\\d+/",
    "customButton": false,
    "customOrder": 1971,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"经典小说\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"外国小说\",\"url\":\"/waiguo/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"言情小说\",\"url\":\"/yanqing/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠小说\",\"url\":\"/wuxia/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市小说\",\"url\":\"/dushi/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"现代小说\",\"url\":\"/xiandai/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"盗墓小说\",\"url\":\"/daomu/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"道士小说\",\"url\":\"/daoshi/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖小说\",\"url\":\"/kongbu/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"官场小说\",\"url\":\"/guanchang/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"古典小说\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"四大名著\",\"url\":\"/sdmz/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"才子佳人\",\"url\":\"/czjr/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"谴责讽刺\",\"url\":\"/qzfc/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"神魔志怪\",\"url\":\"/smzg/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"侠义小说\",\"url\":\"/xiayi/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"公案小说\",\"url\":\"/gongan/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史演义\",\"url\":\"/lsyy/\",\"style\":{\"layout_flexBasisPercent\":0.29,\"layout_flexGrow\":-1}},{\"title\":\"笔记小说\",\"url\":\"/biji/\",\"style\":{\"layout_flexBasisPercent\":0.29,\"layout_flexGrow\":-1}},{\"title\":\"国学典籍\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"诸子百家\",\"url\":\"/zzbj/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"蒙学典籍\",\"url\":\"/mengxue/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"易经书籍\",\"url\":\"/yijing/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"古代兵书\",\"url\":\"/bingshu/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"道教书籍\",\"url\":\"/daojiao/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"史学典籍\",\"url\":\"/shishu/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"佛经典籍\",\"url\":\"/fojing/\",\"style\":{\"layout_flexBasisPercent\":0.29,\"layout_flexGrow\":-1}},{\"title\":\"医书大全\",\"url\":\"/ysdq/\",\"style\":{\"layout_flexBasisPercent\":0.29,\"layout_flexGrow\":-1}},{\"title\":\"诗词歌赋\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"文言文\",\"url\":\"/wyw/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"辞赋鉴赏\",\"url\":\"/cifu/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"唐诗\",\"url\":\"/tangshi/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"宋词\",\"url\":\"/songci/\",\"style\":{\"layout_flexBasisPercent\":0.29,\"layout_flexGrow\":-1}},{\"title\":\"历史典故\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"著名战役\",\"url\":\"/zmzy/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"红楼梦人物\",\"url\":\"/hlmrw/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"水浒传人物\",\"url\":\"/shzrw/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史人物\",\"url\":\"/lsrw/\",\"style\":{\"layout_flexBasisPercent\":0.29,\"layout_flexGrow\":-1}},{\"title\":\"生活健康\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"生活常识\",\"url\":\"/shcs/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"健康保健\",\"url\":\"/jkbj/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"健康饮食\",\"url\":\"/jkys/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"美容知识\",\"url\":\"/mrzs/\",\"style\":{\"layout_flexBasisPercent\":0.29,\"layout_flexGrow\":-1}}]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 0,
    "respondTime": 2915,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property~=las?test_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": ".article-content@html"
    },
    "ruleExplore": {
      "bookList": ".notes-style-list li",
      "bookUrl": ".title@a@href",
      "coverUrl": "img@src",
      "intro": ".text@text",
      "name": ".title@text"
    },
    "ruleSearch": {
      "bookList": ".excerpt",
      "bookUrl": "a@href\n@js:result=result+\"/\"",
      "checkKeyWord": "",
      "kind": "ownText##更新时间：",
      "name": "a@text##《|》"
    },
    "ruleToc": {
      "chapterList": ".excerpts a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "{{cookie.removeCookie(source.getKey())}}/e/search/index.php,{\n  \"body\": \"keyboard={{key}}&show=title&tempid=1&tbname=sinfo\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "特·101016🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://101016.xyz#🎃",
    "customButton": false,
    "customOrder": 1972,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"首页\",\"url\":\"/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"另类小说\",\"url\":\"/lingleixiaoshuo/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"武侠古典\",\"url\":\"/wuxiagudian/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"性爱技巧\",\"url\":\"/xingaijiqiao/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"家庭乱伦\",\"url\":\"/jiatingluanlun/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"校园春色\",\"url\":\"/xiaoyuanchunse/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"人妻交换\",\"url\":\"/renqijiaohuan/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},{\"title\":\"都市激情\",\"url\":\"/dushijiqing/index_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}}]",
    "lastUpdateTime": 0,
    "respondTime": 11842,
    "ruleBookInfo": {
      "init": "",
      "name": "h1@text##\\[.+] "
    },
    "ruleContent": {
      "content": "#zi@html",
      "replaceRegex": "##< 上一篇[\\s\\S]*?下一篇[\\s\\S]*?相关小说推荐：[\\s\\S]*"
    },
    "ruleExplore": {
      "author": "##作者：([^<]+)##$1###",
      "bookList": "",
      "bookUrl": "@get:{u}",
      "coverUrl": "img@src",
      "intro": "a.-1@text##do_no.+>",
      "kind": "{{@@a.0@text}}\n{{@@##\\[([^\\]]+)##$1###}}\n{{@@##发布时间：([^\\s]+)##$1###}}",
      "name": "a.1@text@put:{u:\"a.1@href\"}##\\[.+]|首页"
    },
    "ruleSearch": {
      "author": "##作者：([^<]+)##$1###",
      "bookList": "+@css:#lieb dl",
      "bookUrl": "@get:{u}",
      "coverUrl": "img@src",
      "intro": "a.-1@text##do_no.+>",
      "kind": "{{@@a.0@text}}\n{{@@##\\[([^\\]]+)##$1###}}\n{{@@##发布时间：([^\\s]+)##$1###}}",
      "name": "a.1@text@put:{u:\"a.1@href\"}##\\[.+]|首页"
    },
    "ruleToc": {
      "chapterList": "title",
      "chapterName": "text##\\[.+]|\\-.+小说网",
      "chapterUrl": "@get:{u}"
    },
    "searchUrl": "/e/search/index.php,{\n\"method\": \"POST\",\n\"body\": \"show=title&tempid=1&tbname=news&mid=1&dopost=search&keyboard={{key}}&submit=%E6%90%9C%E7%B4%A2\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "鲤鱼乡",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.liyuxiangall.com/",
    "customButton": false,
    "customOrder": 1973,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "现代耽美::/xiandai/\n穿越重生::/chuanyue/\n古代耽美::/gudai/\n灵异玄幻::/lingyi/\n  BL小说 ::/bl/\n  GL小说 ::/gl/\n腐文小说::/fuwen/",
    "lastUpdateTime": 1751333000282,
    "respondTime": 4459,
    "ruleBookInfo": {
      "author": ".book-describe@tag.p.0@text",
      "coverUrl": ".book-img@tag.img@src",
      "intro": ".m-bkcont@text",
      "kind": ".book-describe@tag.p.2@tag.a@text",
      "lastChapter": ".book-describe@tag.p.3@tag.a@text",
      "name": ".book-describe@tag.h1@text",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": ".m-article-text@html"
    },
    "ruleExplore": {
      "author": "null",
      "bookList": ".m-list-top@tag.ul@tag.li",
      "bookUrl": "tag.a@href",
      "coverUrl": "",
      "kind": ".m-listbook-title@tag.h3@text",
      "name": "tag.a@text"
    },
    "ruleSearch": {
      "author": ".wid10@tag.b@text",
      "bookList": ".clearfix@tag.li!0",
      "bookUrl": ".wid35.0@tag.a@href",
      "checkKeyWord": "魔道祖师",
      "lastChapter": ".wid35.1@tag.a@text",
      "name": ".wid35.0@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": ".book-list@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/e/search/index.php,{\n \"method\": \"POST\",\n \"body\": \"keyboard={{key}}&tbname=bookname&show=title,writer&tempid=1&submit=搜索\"\n\t}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "中华诗词🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.zhonghuashici.com#🎃",
    "bookUrlPattern": "https://m.zhonghuashici.com/show-\\d+-\\d+.html",
    "customButton": false,
    "customOrder": 1974,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"首页\",\"url\":\"/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1.0}},{\"title\":\"古诗\",\"url\":\"/list-1-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"宋词\",\"url\":\"/list-2-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"元曲\",\"url\":\"/list-3-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"文言文\",\"url\":\"/list-4-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"诗人\",\"url\":\"/list-5-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"典籍\",\"url\":\"/list-6-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"故事\",\"url\":\"/list-7-{{page-1}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}}]",
    "header": "{\n\t\"User-Agent\": \"Mozilla/5.0 (Linux; Android 11; Phh-Treble vanilla Build/RQ3A.211001.001;) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/90.0.4430.91 Safari/537.36\"\n\t}",
    "lastUpdateTime": 0,
    "respondTime": 4724,
    "ruleBookInfo": {
      "author": "span.0@text##作者：",
      "kind": "span.1@text",
      "name": "h1@text"
    },
    "ruleContent": {
      "content": ".box div!-1@html",
      "nextContentUrl": "",
      "replaceRegex": "##(\\d+|-|:)",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "a@text",
      "bookList": "ul li h2||ul li a[8:]",
      "bookUrl": "a@href",
      "coverUrl": "@js:'https://z3.ax1x.com/2021/08/22/fzzNBq.png'",
      "intro": "",
      "name": "a@text"
    },
    "ruleSearch": {
      "bookList": ".r",
      "bookUrl": "a.1@href",
      "checkKeyWord": "蝶恋花",
      "coverUrl": "@js:'https://z3.ax1x.com/2021/08/22/fzzNBq.png'",
      "kind": "a.0@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "tag.html",
      "chapterName": "h1@text"
    },
    "searchUrl": "/e/search/index.php,{\n  \"body\": \"keyboard={{key}}&show=title&tempid=1\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "                    \"error:timeout\n                    \"error:timeout\n\"\"",
    "bookSourceGroup": "免费",
    "bookSourceName": "🍺 文墨中文网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.maxreader.net",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1975,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1608797531157,
    "loginUrl": "",
    "respondTime": 733,
    "ruleBookInfo": {
      "coverUrl": "",
      "intro": "",
      "lastChapter": "",
      "tocUrl": "text.目录@href"
    },
    "ruleContent": {
      "content": "class.size16 color5 pt-read-text@html## |本章未完.*|百度搜索阅读最新最全.*|猫扑中文|[()]|.*最新章节第一时间免费.*",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.fl color7@class.mr30@tag.a.0@title",
      "bookList": "class.pt-rank-detail",
      "bookUrl": "class.pt-rank-detail@tag.a.0@href",
      "coverUrl": "tag.img.0@src",
      "kind": "text.分类@text",
      "lastChapter": "class.fl lh100@tag.a@title",
      "name": "class.pt-rank-detail@tag.a.0@title"
    },
    "ruleToc": {
      "chapterList": "id.readerlists@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.maxreader.net/search/result.html?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "躺着看🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://tangzhekan8.cc#🎃",
    "bookUrlPattern": "https://tangzhekan8.cc/tangzhe8/\\w.+/",
    "customButton": false,
    "customOrder": 1976,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻奇幻::/sort/1/1/\n武侠仙侠::/sort/2/1/\n都市言情::/sort/3/1/\n穿越历史::/sort/4/1/\n网游竞技::/sort/5/1/\n科幻灵异::/sort/6/1/\n女生频道::/sort/7/1/\n其他类型::/sort/8/1/",
    "lastUpdateTime": 0,
    "respondTime": 7027,
    "ruleBookInfo": {
      "author": ".diswap@p.0@text<js>\nvar endstr = java.t2s(result);\nendstr;\n</js>",
      "coverUrl": "img@data-original",
      "intro": ".info-main-intro@text\n<js>\nvar endstr = java.t2s(result);\nendstr;\n</js>",
      "kind": "{{@@.info-title@a.1@text}}\n{{@@.diswap@p.2@text##.*：|直达底部}}\n\n<js>\nvar endstr = java.t2s(result);\nendstr;\n</js>",
      "lastChapter": ".diswap@p.3@text\n<js>\nvar endstr = java.t2s(result);\nendstr;\n</js>\n##.*：",
      "name": "h1@text\n<js>\nvar endstr = java.t2s(result);\nendstr;\n</js>"
    },
    "ruleContent": {
      "content": "id.article@html\n<js>\nvar endstr = java.t2s(result);\nendstr;\n</js>",
      "nextContentUrl": "id.next_url@href",
      "replaceRegex": "##.*楼书屋|{{book.name}}|.* ！|"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": ".category-div",
      "bookUrl": "a@href",
      "checkKeyWord": "",
      "coverUrl": ".lazy@src",
      "intro": ".intro@text\n<js>\nvar endstr = java.t2s(result);\nendstr;\n</js>",
      "name": "h3@text\n<js>\nvar endstr = java.t2s(result);\nendstr;\n</js>"
    },
    "ruleToc": {
      "chapterList": "class.info-chapters flex flex-wrap.1@a",
      "chapterName": "text\n<js>\nvar endstr = java.t2s(result);\nendstr;\n</js>",
      "chapterUrl": "href"
    },
    "searchUrl": "https://tangzhekan8.cc/search/,{\n  \"body\": \"searchkey={{java.t2s(key)}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "💗 九五小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.95shubao.cc/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1977,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻魔法::/mulu/1-{{page}}.html\n武侠修真::/mulu/2-{{page}}.html\n都市言情::/mulu/3-{{page}}.html\n历史军事::/mulu/4-{{page}}.html\n侦探推理::/mulu/5-{{page}}.html\n网游动漫::/mulu/6-{{page}}.html\n科幻小说::/mulu/7-{{page}}.html\n恐怖灵异::/mulu/8-{{page}}.html\n穿越小说::/mulu/9-{{page}}.html\n其他类型::/mulu/10-{{page}}.html",
    "lastUpdateTime": 1694026212217,
    "loginUrl": "",
    "respondTime": 15295,
    "ruleBookInfo": {
      "author": "class.block_txt2@p.2@a@text",
      "coverUrl": "class.block_img2@img@src",
      "intro": ".intro_info@text##最新章节推荐地址.*",
      "kind": "class.block_txt2@p.3@a@text",
      "lastChapter": "class.block_txt2@p.6@a@text",
      "name": "class.block_txt2@h2@text",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "id.nr1@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\n.*本章未完.*点击下一页继续阅读.*\\n|\\n最新网址.*\\n|\\n.*\\(第.*页\\)|最新网址.*\\n|.*\\(第.*页\\)\\n"
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": "class.line",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "name": "a.1@text##《|》"
    },
    "ruleSearch": {
      "author": "tag.a.2@text",
      "bookList": ".line",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.a.1@href##\\/(\\d+)\\/(\\d+)\\/.*##http://www.95dushu.com/files/article/image/$1/$2/$2s.jpg",
      "kind": "tag.a.0@text##\\[|\\]",
      "lastChapter": "td.1@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": "tag.a.1@text",
      "wordCount": "td.3@text"
    },
    "ruleToc": {
      "chapterList": "class.chapter.1@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/s.php?type=articlename&s={{key}}&submit=",
    "weight": 0
  },
  {
    "bookSourceComment": "发现规则来自@游客2580大佬",
    "bookSourceGroup": "免费",
    "bookSourceName": "桃子小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.taozitxt.net/##喜静",
    "customButton": false,
    "customOrder": 1978,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"综合类型\",\"url\":\"/class/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"玄幻魔法\",\"url\":\"/class/xuanhuanmofa/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"仙侠修真\",\"url\":\"/class/xianxiaxiuzhen/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/class/dushiyanqing/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/class/lishijunshi/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游动漫\",\"url\":\"/class/wangyoudongman/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻小说\",\"url\":\"/class/kehuanxiaoshuo/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"女生小说\",\"url\":\"/class/nvshengxiaoshuo/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他小说\",\"url\":\"/class/qitaxiaoshuo/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"完结分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"综合类型\",\"url\":\"/quanben/class/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"玄幻魔法\",\"url\":\"/quanben/class/xuanhuanmofa/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"仙侠修真\",\"url\":\"/quanben/class/xianxiaxiuzhen/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/quanben/class/dushiyanqing/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/quanben/class/lishijunshi/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游动漫\",\"url\":\"/quanben/class/wangyoudongman/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻小说\",\"url\":\"/quanben/class/kehuanxiaoshuo/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"女生小说\",\"url\":\"/quanben/class/nvshengxiaoshuo/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他小说\",\"url\":\"/quanben/class/qitaxiaoshuo/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1732531736327,
    "respondTime": 9243,
    "ruleBookInfo": {
      "author": "a",
      "coverUrl": "c",
      "init": "@js:\n$ = (_) => java.getString(_);\n({\n    n: $(\".booktitle@text\"),\n    a: $(\"[property$=author]@content\"),\n    k: $(\"[property~=category|status|update_time]@content\"),\n    w: $(\"text.字数@text\\#\\#字数[：:]\"),\n    l: $(\"[property~=las?test_chapter_name]@content\"),\n    i: $(\"[property$=description]@content\"),\n    c: $(\"[property$=image]@content\"),\n    t: $(\"text.目录@href\"),\n    d: $(\"text.下载@href\")\n});",
      "intro": "i",
      "kind": "k",
      "lastChapter": "l",
      "name": "n",
      "wordCount": "w"
    },
    "ruleContent": {
      "content": "#rtext@html",
      "nextContentUrl": "#linkNext@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author.0@text",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href",
      "coverUrl": "{{$.coverUrl}}http://u3v.cn/5zBiW8",
      "intro": ".update@text",
      "lastChapter": "a.1@text",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.taozitxt.net/search/,{\n  \"body\": \"searchkey={{key}}\",\n  \"method\": \"POST\",\n  \"webView\": true\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "玄幻阁子",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xuankuks.com#一程",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1979,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/sort1/{{page}}/\n武侠::/sort2/{{page}}/\n都市::/sort3/{{page}}/\n历史::/sort4/{{page}}/\n言情::/sort5/{{page}}/\n穿越::/sort6/{{page}}/\n科幻::/sort7/{{page}}/\n恐怖::/sort8/{{page}}/\n校园::/sort9/{{page}}/\n异界::/sort10/{{page}}/\n全本::/quanben/{{page}}/",
    "lastUpdateTime": 1734840742140,
    "loginUrl": "",
    "respondTime": 1783,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content##\\s.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content##正文卷\\s",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "id.content@html##随机推荐.*",
      "imageStyle": "0"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.span.1@text",
      "bookList": "id.sitebox@tag.dl",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src",
      "intro": "tag.dd.3@text",
      "kind": "tag.span.2@text&&tag.span.0@text",
      "lastChapter": "tag.a.2@text",
      "name": "tag.a.1@text",
      "wordCount": "tag.span.3@text"
    },
    "ruleToc": {
      "chapterList": "id.readerlist@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/modules/article/search.php?s=7673184438602983814&s={{key}}&searchtype=articlename",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "二三中文网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.ersanxs.net#🎃",
    "customButton": false,
    "customOrder": 1980,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": " [{\"title\":\"分类(标签)\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"全部\",\"url\":\"/xclass/0/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"玄幻小说\",\"url\":\"/xclass/1/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"修真小说\",\"url\":\"/xclass/2/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市小说\",\"url\":\"/xclass/3/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越小说\",\"url\":\"/xclass/4/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游小说\",\"url\":\"/xclass/5/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻小说\",\"url\":\"/xclass/6/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他小说\",\"url\":\"/xclass/7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖小说\",\"url\":\"/xclass/8/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"肉文小说\",\"url\":\"/xclass/9/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周榜(标签)\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"全部\",\"url\":\"/ph/week<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"玄幻小说\",\"url\":\"/ph/week1<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"修真小说\",\"url\":\"/ph/week2<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市小说\",\"url\":\"/ph/week3<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越小说\",\"url\":\"/ph/week4<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游小说\",\"url\":\"/ph/week5<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻小说\",\"url\":\"/ph/week6<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他小说\",\"url\":\"/ph/week7<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖小说\",\"url\":\"/ph/week8<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"肉文小说\",\"url\":\"/ph/week9<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月榜(标签)\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"全部\",\"url\":\"/ph/month<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"玄幻小说\",\"url\":\"/ph/month1<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"修真小说\",\"url\":\"/ph/month2<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市小说\",\"url\":\"/ph/month3<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越小说\",\"url\":\"/ph/month4<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游小说\",\"url\":\"/ph/month5<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻小说\",\"url\":\"/ph/month6<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他小说\",\"url\":\"/ph/month7<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖小说\",\"url\":\"/ph/month8<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"肉文小说\",\"url\":\"/ph/month9<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总榜(标签)\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"全部\",\"url\":\"/ph/all<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"玄幻小说\",\"url\":\"/ph/all1<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"修真小说\",\"url\":\"/ph/all2<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市小说\",\"url\":\"/ph/all3<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越小说\",\"url\":\"/ph/all4<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游小说\",\"url\":\"/ph/all5<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻小说\",\"url\":\"/ph/all6<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他小说\",\"url\":\"/ph/all7<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖小说\",\"url\":\"/ph/all8<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"肉文小说\",\"url\":\"/ph/all9<,_{{page}}>.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 0,
    "respondTime": 15995,
    "ruleBookInfo": {
      "author": "class.author@text",
      "coverUrl": "class.synopsisArea_detail@tag.img@src",
      "intro": "class.review@text",
      "kind": "class.sort@text&&class.synopsisArea_detail@tag.p.2@text&&class.synopsisArea_detail@tag.p.3@text&&class.synopsisArea_detail@tag.p.4@text",
      "name": "class.title@text",
      "tocUrl": "text.查看完整目录@href"
    },
    "ruleContent": {
      "content": "id.chaptercontent @html##（本章未完，请点击下一页继续阅读）|最新网址：m.ersanxs.net|『加入书签，方便阅读』|.*\\(第\\d+\\/\\d+页\\)|（本章未完，请点击下一页）\n<js>result.split(/[\\t\\r\\f\\n\\s]*/g).join('')</js>\n##\\<ahref.*red\\;\\\"\\>\n<js>result.split(/[\\t\\r\\f\\n\\s]*/g).join('')</js>",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "class.author@text",
      "bookList": "class.hot_sale",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@tag.img@data-original",
      "intro": "class.review@text",
      "name": "class.title@text"
    },
    "ruleSearch": {
      "author": "tag.span@text##/",
      "bookList": "class.result@tag.li",
      "bookUrl": "tag.a.1@href",
      "kind": "tag.a.0@text##\\[|\\]",
      "name": "tag.a.1@text"
    },
    "ruleToc": {
      "chapterList": "\n<js>\nlist=[]\nlis=java.getElements('class.directoryArea@tag.p@tag.a')\nfor(var i=1;i<lis.length-1;i++){\n\tname=lis[i].text()\n\tsurl=lis[i].attr('href')\n\ttemp={\n\t\t\"name\":name,\n\t\t\"surl\":surl\n\t\t}\n\t\tlist.push(temp)\n\t}\nlist\n</js>",
      "chapterName": "name",
      "chapterUrl": "surl"
    },
    "searchUrl": "/s.php?keyword={{key}}&t=1",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "♜ 沙漠小说 #一程",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.shamoxs.com#♤yc",
    "customButton": false,
    "customOrder": 1981,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻\",\"url\":\"/sort/1_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"武侠\",\"url\":\"/sort/2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"/sort/3_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"历史\",\"url\":\"/sort/4_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"网游\",\"url\":\"/sort/5_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"科幻\",\"url\":\"/sort/6_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"言情\",\"url\":\"/sort/7_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"其他\",\"url\":\"/sort/8_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1633943248193,
    "respondTime": 19209,
    "ruleBookInfo": {
      "author": "#info p.0@text##.*：",
      "coverUrl": "#fmimg img@src",
      "intro": "#intro@html",
      "kind": ".con_top a.1@text&&#info p.2:1@text##.*：|小说|\\s.*",
      "lastChapter": "#info a@text",
      "name": "#info h1@text",
      "tocUrl": ".motion a@href"
    },
    "ruleContent": {
      "content": "#content@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": ".s4@text",
      "bookList": ".l li",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##http://pic.shamoxs.com/image/$2/$1/$1s.jpg###",
      "kind": ".s5@text",
      "lastChapter": "a.1@text",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "#nr",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##http://pic.shamoxs.com/image/$2/$1/$1s.jpg###",
      "kind": "td.4@text",
      "lastChapter": "a.1@text",
      "name": "a.0@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "#list dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php,{\n  'charset': 'gbk',\n  'method': 'POST',\n  'body': 'type=articlename&s={{key}}&submit='\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉晚秋中文网",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.wanqiuwx.com",
    "bookUrlPattern": "http://www.wanqiuwx.com/b/\\d+/",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 1982,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": "",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Safari/537.36\"\n}",
    "lastUpdateTime": 1702044345847,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 21473,
    "ruleBookInfo": {
      "author": "[property=og:novel:author]@content",
      "canReName": "",
      "coverUrl": "[property=og:image]@content",
      "init": "",
      "intro": "[property=og:description]@content",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content",
      "lastChapter": "[property=og:novel:latest_chapter_name]@content",
      "name": "[property=og:novel:book_name]@content##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|小说|笔趣阁",
      "tocUrl": ".tgcj@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@html##（本章未完，请翻页）|（本章完）|",
      "imageStyle": "",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "tag.td.2@text||[property=og:novel:author]@content",
      "bookList": "class.grid@tr!0||tag.html",
      "bookUrl": "tag.td.0@tag.a.0@href",
      "coverUrl": "[property=og:image]@content",
      "intro": "",
      "kind": "",
      "lastChapter": "tag.td.1@a@text||[property=og:novel:latest_chapter_name]@content##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "tag.td.0@tag.a@text||[property=og:novel:book_name]@content##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|小说|笔趣阁",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "id.list@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "http://www.wanqiuwx.com/modules/article/search.php,{\n\t'charset': 'gbk',\n'method': 'POST',\n'body': 's={{key}}&type=articlename',\n'headers': {\n    'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Safari/537.36'\n    }\n}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "悦读小说🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://hareading.com#🎃",
    "customButton": false,
    "customOrder": 1983,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "古代::https://hareading.com/website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=12\"}\n實境::https://hareading.com/website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=11\"}\n奇幻::https://hareading.com/website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=1\"}\n靈異::https://hareading.com/website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=2\"}\n言情::https://hareading.com/website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=3\"}\n都會::https://hareading.com/website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=4\"}\n武俠::https://hareading.com/website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=5\"}\n耽美::https://hareading.com/website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=6\"}\n同人::https://hareading.com/website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=7\"}\n懸疑::https://hareading.com/website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=8\"}\n推理::https://hareading.com/website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=9\"}\n科幻::https://hareading.com/website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=10\"}\n百合::https://hareading.com/website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=13\"}\n成人::https://hareading.com/website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=14\"}\n宮鬥::https://hareading.com/website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=15\"}\n網遊::https://hareading.com/website/getNewChaptersCache,{\"method\":\"POST\",\"body\": \"classifyId=16\"}",
    "lastUpdateTime": 0,
    "loginUrl": "https://hareading.com/login",
    "respondTime": 6245,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "//*[@property=\"og:image\"]/@content",
      "intro": "//*[@property=\"og:description\"]/@content",
      "kind": "<js>list=result.match(/var classify = ([\\s\\S]+?);/)[1];</js>\n$.[*].classifyName",
      "name": "//*[@property=\"og:title\"]/@content",
      "tocUrl": "https://hareading.com/books/getChapterList,{\n\"method\": \"POST\",\n\"body\": \"bookId={{baseUrl.match(/(\\d+)/)[1]}}\"\n}",
      "wordCount": "@js:unescape(result.match(/\"overStatus\":\".*? : ([^\"]+)\"/)[1].replace(/\\\\/g,'%'))"
    },
    "ruleContent": {
      "content": "$.chapterArticle\n<js>doc=org.jsoup.Jsoup.parse(result)\ndoc.select(\".articleHide\").remove();\ndoc</js>"
    },
    "ruleExplore": {
      "author": "$.authorName",
      "bookList": "$.[*].data[*]",
      "bookUrl": "https://hareading.com/books?bookId={{$.bookId}}",
      "coverUrl": "https://storage.googleapis.com/something.hareading.com/hareading/assets/uploads/images/{{$.bookPhoto}}",
      "intro": "$.bookDescription",
      "kind": "$.classify[*].classifyName",
      "lastChapter": "$.chapterName",
      "name": "$.bookName"
    },
    "ruleSearch": {
      "author": "$.authorName",
      "bookList": "$.searchResult.data",
      "bookUrl": "/books?bookId={$.bookId}",
      "coverUrl": "https://storage.googleapis.com/something.hareading.com/hareading/assets/uploads/images/{$.bookPhoto}",
      "intro": "$.bookDescription",
      "name": "$.bookName"
    },
    "ruleToc": {
      "chapterList": "$.[*]",
      "chapterName": "$.chapterName",
      "chapterUrl": "https://hareading.com/chapters/getArticle,{\n\"method\": \"POST\",\n\"body\": \"chapterId={{$.chapterId}}&isAdult=1\"}",
      "isVip": "$.chapterCoinStatus\n@js:result.indexOf('免費')>-1?'':1",
      "updateTime": "{{$.chapterDatePublish}}•{{$.chapterCoinStatus}}"
    },
    "searchUrl": "https://hareading.com/search/getSearchResult,{\n\"method\": \"POST\",\n\"body\": \"datas[searchString]={{key}}&datas[page]={{page}}&datas[pageRow]=20\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "九五书包🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.95shubao.info#🎃",
    "customButton": false,
    "customOrder": 1984,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻魔法\",\"url\":\"/mulu/1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠修真\",\"url\":\"/mulu/2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/mulu/3-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/mulu/4-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"侦探推理\",\"url\":\"/mulu/5-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游动漫\",\"url\":\"/mulu/6-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻小说\",\"url\":\"/mulu/7-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖灵异\",\"url\":\"/mulu/8-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越小说\",\"url\":\"/mulu/9-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他类型\",\"url\":\"/mulu/10-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"完本小说\",\"url\":\"/modules/article/articlelist.php?fullflag=1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1686058028477,
    "loginUrl": "",
    "respondTime": 6960,
    "ruleBookInfo": {
      "author": ".author a@text",
      "coverUrl": ".con_limg img@src",
      "intro": ".r_cons@html",
      "kind": ".txt_nav a.1@text&&.lastrecord@ownText##小说|.*\\(|\\).*",
      "lastChapter": ".lastrecord a@text##[\\(（【].*?[求更票谢乐发订合补加K].*?[】）\\)]",
      "name": "h1@text",
      "tocUrl": ".r_tools a.1@href"
    },
    "ruleContent": {
      "content": "#content@textNodes",
      "replaceRegex": "##\\.pbtxt."
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": "#alistbox",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "kind": "",
      "lastChapter": "",
      "name": "a.1@text##《|》",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "tbody tr!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.5:4@text",
      "lastChapter": "td.1@text##[\\(（【].*?[求更票谢乐发订合补加K].*?[】）\\)]",
      "name": "td.0@text",
      "wordCount": "td.3@text"
    },
    "ruleToc": {
      "chapterList": ".novel_list dd a",
      "chapterName": "text##[\\(（【].*?[求更票谢乐发订合补加K].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?ie=gbk&searchkey={{key}}&ct=2097152",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "集书阁🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://jishuge.vip#🎃",
    "customButton": false,
    "customOrder": 1985,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"短篇\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"全部分类\",\"url\":\"/list_1_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"现代情色\",\"url\":\"/list_15_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"日本情色\",\"url\":\"/list_16_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"西洋情色\",\"url\":\"/list_17_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"伴侣交换\",\"url\":\"/list_18_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠情色\",\"url\":\"/list_19_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"奇幻科幻\",\"url\":\"/list_20_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"家庭乱伦\",\"url\":\"/list_21_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"性爱调教\",\"url\":\"/list_22_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"粗野性交\",\"url\":\"/list_23_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"多人群交\",\"url\":\"/list_24_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"教师学生\",\"url\":\"/list_25_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"古典情色\",\"url\":\"/list_26_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史情色\",\"url\":\"/list_27_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"同性情色\",\"url\":\"/list_28_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市生活\",\"url\":\"/list_29_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"乡间记趣\",\"url\":\"/list_30_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"疯狂暴露\",\"url\":\"/list_31_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"午夜怪谈\",\"url\":\"/list_32_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"游戏乐园\",\"url\":\"/list_33_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"医生护士\",\"url\":\"/list_34_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"奇遇物语\",\"url\":\"/list_35_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"左邻右舍\",\"url\":\"/list_36_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"同事之间\",\"url\":\"/list_37_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"旅游纪事\",\"url\":\"/list_38_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"纯洁恋情\",\"url\":\"/list_39_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"明星系列\",\"url\":\"/list_40_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"意外收获\",\"url\":\"/list_41_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"忘年之乐\",\"url\":\"/list_42_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"另类其他\",\"url\":\"/list_43_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"知识技巧\",\"url\":\"/list_44_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"情欲性爱\",\"url\":\"/list_45_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"经典激情\",\"url\":\"/list_46_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"近亲乱伦\",\"url\":\"/list_47_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"人妻美妇\",\"url\":\"/list_48_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"学生校园\",\"url\":\"/list_49_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"职业制服\",\"url\":\"/list_50_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"粗暴性爱\",\"url\":\"/list_51_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"情色武侠\",\"url\":\"/list_52_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"【长篇】\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"全部分类\",\"url\":\"/list_2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"通俗小说\",\"url\":\"/list_5_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"校园小说\",\"url\":\"/list_6_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"乡村小说\",\"url\":\"/list_7_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市小说\",\"url\":\"/list_8_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"医生小说\",\"url\":\"/list_9_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠小说\",\"url\":\"/list_10_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"奇幻小说\",\"url\":\"/list_11_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越小说\",\"url\":\"/list_12_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"黑暗小说\",\"url\":\"/list_13_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"日本小说\",\"url\":\"/list_14_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 0,
    "respondTime": 12895,
    "ruleBookInfo": {},
    "ruleContent": {
      "content": "#bookcontent@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": ".ucontent li",
      "bookUrl": "a@href##$##,{'webView': true}",
      "intro": ".description@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "name": ".title@text"
    },
    "ruleToc": {
      "chapterList": ".ucontent li a||.content-title div.-1",
      "chapterName": "text",
      "chapterUrl": "href##$##,{'webView': true}",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/list-{{key}}.html",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "八零电子",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.balingtxt.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1986,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1721150099153,
    "loginUrl": "",
    "respondTime": 113,
    "ruleBookInfo": {
      "coverUrl": "class.soft_info_r@img@src",
      "intro": "id.mainSoftIntro@p@text##.*推荐给你的朋友！|更多.*敬请关注.*",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content",
      "lastChapter": "class.soft_info_r@tag.li.9@textNodes",
      "tocUrl": "text.在线阅读_目录@href"
    },
    "ruleContent": {
      "content": "id.content@textNodes"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.p.0@a@text",
      "bookList": "class.storelistbt5",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "kind": "tag.p.0@text##.*分类：",
      "lastChapter": "tag.p.2@text##.*最新章节:",
      "name": "class.bookname@text##《|》|TXT下载"
    },
    "ruleToc": {
      "chapterList": "id.yulan@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "小说屋子",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xiaoshuowu.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1987,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1702174790694,
    "loginUrl": "",
    "respondTime": 4446,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "img.1@src",
      "intro": "div.tabvalue.0@text",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content",
      "lastChapter": "div.divbg@.cf@li.0@a.0@text",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": ".ulrow@li.0@a@href"
    },
    "ruleContent": {
      "content": ".acontent@html",
      "replaceRegex": "##.*第.*章.*\\s|\\(|小说屋.*\\)﻿|（|）|小说屋.*|.*如果您中途有事离开.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".c_tag.0@.c_value.0@text",
      "bookList": "class.c_row",
      "bookUrl": ".fl@a@href",
      "coverUrl": "img@src",
      "kind": ".c_tag.0@.c_value.1@text",
      "lastChapter": ".c_tag.1@.c_value.0@text",
      "name": "class.c_subject@text",
      "wordCount": ".c_tag.0@.c_value.2@text"
    },
    "ruleToc": {
      "chapterList": "ul@li@a",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "modules/article/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "斗破苍穹小说网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.doupocangqiong.info#🎃",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1988,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1675926199816,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 4807,
    "ruleBookInfo": {
      "author": "//meta[@property=\"og:novel:author\"]/@content",
      "coverUrl": "//meta[@property=\"og:image\"]/@content",
      "intro": "//meta[@property=\"og:description\"]/@content",
      "kind": "//meta[@property=\"og:novel:category\"]/@content",
      "lastChapter": "//meta[@property=\"og:novel:latest_chapter_name\"]/@content",
      "name": "//meta[@property=\"og:novel:book_name\"]/@content"
    },
    "ruleContent": {
      "content": "id.chaptercontent@html",
      "imageStyle": "0"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "bookList": "class.marklist.0@tag.li[0:19]",
      "bookUrl": "class.novelname.0@href",
      "coverUrl": "tag.img.0@src",
      "lastChapter": "class.info.0@tag.a.0@text",
      "name": "class.novelname.0@text"
    },
    "ruleToc": {
      "chapterList": "class.dirlist.0@tag.a",
      "chapterName": "text",
      "chapterUrl": "href##$##,{\"webView\":true}"
    },
    "searchUrl": "/search.html?searchtype=novelname&searchkey={{key}}",
    "weight": 50
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "看点中文网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.kandzww.com#🎃",
    "customButton": false,
    "customOrder": 1989,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1733386332253,
    "respondTime": 5258,
    "ruleBookInfo": {
      "author": "class.con@span.0@text",
      "coverUrl": "class.img@img@src",
      "intro": "class.bd_text@class.word-break@text",
      "kind": "class.con@span.1@text&&class.bd_text@h5@tag.span@text",
      "lastChapter": "class.bd_text@h5@tag.a@text##>>",
      "name": "class.con@h3@text##作者.*",
      "tocUrl": "text.开始阅读@href",
      "wordCount": "p.lei@span.1@text"
    },
    "ruleContent": {
      "content": "id.text@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@tag.a@text",
      "bookList": "class.bd@li",
      "bookUrl": "class.left@tag.a@href",
      "checkKeyWord": "",
      "coverUrl": "class.left@img@src",
      "intro": "class.summary@text##.*简介：\\s",
      "kind": "span.0@text&&class.status isfinish@text##最后更新：",
      "lastChapter": "",
      "name": "class.right@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.chapter@li",
      "chapterName": "tag.a@text##加入书架|联系我们",
      "chapterUrl": "tag.a@href##$##,{'webView': true}",
      "isVip": "li@.vip_box@.vipicon@html@js:result.replace(/0/g,\"false\").replace(/1/g,\"true\")",
      "updateTime": "class.date@text"
    },
    "searchUrl": "https://www.kandzww.com/search,{\n  \"body\": \"searchkey={{key}}\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\",\n  \"webView\": true\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "人文书库🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.rwsk2.com#🎃",
    "customButton": false,
    "customOrder": 1990,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"日排行榜\",\"url\":\"/txttop/0-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周排行榜\",\"url\":\"/txttop/1-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月排行榜\",\"url\":\"/txttop/2-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总排行榜\",\"url\":\"/txttop/3-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"日推荐榜\",\"url\":\"/txttop/4-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周推荐榜\",\"url\":\"/txttop/5-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月推荐榜\",\"url\":\"/txttop/6-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总推荐榜\",\"url\":\"/txttop/7-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"日收藏榜\",\"url\":\"/txttop/8-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周收藏榜\",\"url\":\"/txttop/9-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月收藏榜\",\"url\":\"/txttop/10-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总收藏榜\",\"url\":\"/txttop/11-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"字数排行\",\"url\":\"/txttop/12-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"更新排行\",\"url\":\"/txttop/13-0-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.29}},\n{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻异能\",\"url\":\"/1/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"/2/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市言情\",\"url\":\"/3/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越架空\",\"url\":\"/4/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"军事历史\",\"url\":\"/5/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻灵异\",\"url\":\"/6/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"网游竞技\",\"url\":\"/7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"耽美同人\",\"url\":\"/8/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"经管励志\",\"url\":\"/9/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"文学名著\",\"url\":\"/10/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"香艳激情\",\"url\":\"/11/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"短篇辣文\",\"url\":\"/12/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 0,
    "respondTime": 11087,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "",
      "init": "",
      "intro": ".r_cons@textNodes##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".txt_nav a.1@text",
      "lastChapter": ".list-item a.-1@text",
      "name": "h1 a@text"
    },
    "ruleContent": {
      "content": ".content@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\�"
    },
    "ruleExplore": {
      "bookList": ".alistbox||#articlelist li!0",
      "bookUrl": "a.1@href",
      "coverUrl": "",
      "intro": ".intro@text",
      "kind": "font.2@text&&span.0@text&&.l7@text##.*：",
      "name": "img@alt||.l4 a@text",
      "wordCount": "font.0@text||.l5@text"
    },
    "ruleSearch": {
      "author": "",
      "bookList": "table",
      "bookUrl": "a.0@href",
      "coverUrl": "",
      "intro": ".intro@text##.*\\{|\\s|更新.*",
      "kind": "##更新.\\s([^<]+)<##$1###",
      "lastChapter": "",
      "name": "img@alt",
      "wordCount": ".size@text##大小.|\\s.*"
    },
    "ruleToc": {
      "chapterList": ".list-item li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search.php?keyword={{key}}&submit=,{\n  'charset': 'gb2312',\n  'method': 'GET'\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "玄幻阁🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xuanyge.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 1991,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻\",\"url\":\"/sort1/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/sort2/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/sort3/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/sort4/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/sort5/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"穿越\",\"url\":\"/sort6/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/sort7/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"恐怖\",\"url\":\"/sort8/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"校园\",\"url\":\"/sort9/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"异界\",\"url\":\"/sort10/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"全本\",\"url\":\"/quanben/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1720891056552,
    "loginUrl": "",
    "respondTime": 2059,
    "ruleBookInfo": {
      "author": "id.count@span.0@text",
      "coverUrl": "id.bookimg@img@src",
      "intro": "id.bookintro@p.0@text##(^|[。！？]+[”」）】]?)##$1<br>@js:result.replace(/最新.*关于：/g,\"\")",
      "kind": "id.count@span.1:2:3@text##\\s..:.*",
      "lastChapter": ".new@a.0@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".booktitle@h1@text",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "id.content@textNodes",
      "imageStyle": "",
      "replaceRegex": "##随机推荐.*|.*精华书阁.*|为您提供.*好书签.|.*免费阅读.|.*最快更新.*|\\(本章未完.*\\)"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "span.1@text",
      "bookList": "id.sitebox@dl",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "dd.3@text",
      "kind": "span.2:0@text",
      "lastChapter": "a.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.1@text",
      "wordCount": "span.3@text"
    },
    "ruleToc": {
      "chapterList": "id.readerlist@li@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?s={{key}}&searchtype=articlename",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "👍 键盘小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.janpn.com",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 1992,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1670297428340,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 5995,
    "ruleBookInfo": {
      "author": ".col-md-12 p.0@text##by\\s|\\s著",
      "coverUrl": ".block_img img@src",
      "init": "",
      "intro": ".bookIntro@html",
      "kind": ".col-md-12 p.1@text##.*：|\\s..:.*",
      "lastChapter": "#list-chapterAll a.0@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": ".bookTitle@text##\\《|\\》.*"
    },
    "ruleContent": {
      "content": "#htmlContent@html",
      "nextContentUrl": ".readPager a.2@href",
      "replaceRegex": "##\\s*.*(第\\d/\\d页)\\s*|\\s*（本章未完.*）\\s*"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "div.1@text##\\s.*",
      "bookList": ".list a",
      "bookUrl": "a@href",
      "checkKeyWord": "",
      "coverUrl": "a@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.janpn.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "lastChapter": "div.2@text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "name": "b@text##\\《|\\》"
    },
    "ruleToc": {
      "chapterList": ".panel-chapterlist li a",
      "chapterName": "text##[\\(（【].*?[求更谢乐发订合补加].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/search.php?q={{key}}&s=15947871991047423724",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "猪猪书网🎃#2",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.zzs5.com#🎃",
    "customButton": false,
    "customOrder": 1993,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"穿越\",\"url\":\"/chuanyue/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/yanqing/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"灵异\",\"url\":\"/lingyi/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/wuxia/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/kehuan/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/lishi/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"校园\",\"url\":\"/xiaoyuan/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"文学\",\"url\":\"/wenxue/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"魔幻\",\"url\":\"/mohuan/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"重生\",\"url\":\"/chongsheng/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"耽美\",\"url\":\"/danmei/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"国外\",\"url\":\"/guowai/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"网游\",\"url\":\"/wangyou/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"豪门\",\"url\":\"/haomen/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/qita/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"人物\",\"url\":\"/renwu/list-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1720886877961,
    "respondTime": 7230,
    "ruleBookInfo": {
      "author": "tbody.1@tr.3@td.1@text||.bookd-title@dd@ownText##.*作者.|\\s.*",
      "intro": ".show_content!1@html",
      "kind": ".catpos@a.1@text&&tbody.1@tr.3@td.0@text&&.bookd-title@dd@ownText##.*：|小说|\\s.*",
      "lastChapter": "tbody.1@a@text||.list@a.-1@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "tbody.0@h1@text||.bookd-title@h1@text##下载",
      "tocUrl": "id.downlink@a.0@href",
      "wordCount": "tbody.1@tr.2@td.1@text##.*："
    },
    "ruleContent": {
      "content": ".content!0@html"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "tbody.0@tr",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "td.1@text##.*介绍.|发布时间.*",
      "kind": "p.0@text##.*时间.|\\s.*",
      "lastChapter": "a.2@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "a.1@text",
      "wordCount": "p.0@text##.*：|\\s"
    },
    "ruleSearch": {
      "author": "",
      "bookList": "tbody@tr",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "kind": "p.0@text##.*：|\\s",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".list@dd@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/index.php?m=search&c=index&a=init&typeid=2&siteid=1&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "HINOTORI改：添加请求头，修复乱码",
    "bookSourceGroup": "免费",
    "bookSourceName": "🎉 键盘小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.janpn.com",
    "customButton": false,
    "customOrder": 1994,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/xuanhuanqihuan/list-1-{{page}}.html\r\n修真::/wuxiaxiuzhen/list-2-{{page}}.html\r\n都市::/xiandaidushi/list-3-{{page}}.html\r\n军史::/lishijunshi/list-4-{{page}}.html\r\n网游::/youxijingji/list-5-{{page}}.html\r\n科幻::/kehuanlingyi/list-6-{{page}}.html\r\n言情::/nvshengyanqing/list-7-{{page}}.html\r\n其他::/qitaleixing/list-8-{{page}}.html",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 10; PAHM00 Build/QKQ1.191008.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/77.0.3865.92 Mobile Safari/537.36\"\n}",
    "lastUpdateTime": 1620307747758,
    "respondTime": 6768,
    "ruleBookInfo": {
      "author": "class.col-md-12@tag.p.0@text##by|\\s著",
      "coverUrl": "",
      "intro": "//*[@name='description']/@content",
      "kind": "class.col-md-12@tag.p.1@text##更新时间：",
      "name": "class.breadcrumb@textNodes##>",
      "tocUrl": "class.btn btn-primary@href"
    },
    "ruleContent": {
      "content": "id.htmlContent@html"
    },
    "ruleExplore": {
      "author": "class.shop-info!0:2@text##\\[.*$",
      "bookList": "class.list@a",
      "bookUrl": "a@href",
      "lastChapter": "class.glyphicon glyphicon-bullhorn@text",
      "name": "a@title"
    },
    "ruleSearch": {
      "author": "class.shop-info!0:2@text##\\[.*$",
      "bookList": "class.list@a",
      "bookUrl": "a@href",
      "coverUrl": "",
      "lastChapter": "class.glyphicon glyphicon-bullhorn@text",
      "name": "a@title"
    },
    "ruleToc": {
      "chapterList": "class.panel-body panel-chapterlist@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://www.janpn.com/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "肉肉屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.rourouwu.xyz",
    "customButton": false,
    "customOrder": 1995,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"校园言情\",\"url\":\"/list/1/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/list/2/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"古代爱情\",\"url\":\"/list/3/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"罗曼史\",\"url\":\"/list/4/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"耽美\",\"url\":\"/list/5/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"百合\",\"url\":\"/list/6/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"同人\",\"url\":\"/list/7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"奇幻玄幻\",\"url\":\"/list/8/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"网游竞技\",\"url\":\"/list/9/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"科幻异能\",\"url\":\"/list/10/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"恐怖灵异\",\"url\":\"/list/11/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"惊悚推理\",\"url\":\"/list/12/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"武侠仙侠\",\"url\":\"/list/13/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/list/14/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"穿越重生\",\"url\":\"/list/15/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"综合其它\",\"url\":\"/list/16/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"排行榜\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"总\",\"url\":\"/top/allvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25}},{\"title\":\"月\",\"url\":\"/top/monthvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25}},{\"title\":\"周\",\"url\":\"/top/weekvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25}},{\"title\":\"推荐榜\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"总\",\"url\":\"/top/allvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"月\",\"url\":\"/top/monthvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"周\",\"url\":\"/top/weekvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"本站\",\"url\":\"/top/toptime/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"收藏排行\",\"url\":\"/top/goodnum/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"字数排行\",\"url\":\"/top/size/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"最近更新\",\"url\":\"/top/lastupdate/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"最新小说\",\"url\":\"/top/postdate/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"完本\",\"url\":\"/wanben/{{page}}\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1743753102598,
    "respondTime": 69248,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "intro": "[property$=description]@content",
      "kind": "[property~=status|category|update_time]@content",
      "lastChapter": "[property$=lastest_chapter_name]@content",
      "name": "[property$=book_name]@content"
    },
    "ruleContent": {
      "content": ".panel-body@html||#htmlContent@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "small@text##\\/ 著",
      "bookList": ".row@class.col-md-4 col-xs-4 book-coverlist",
      "bookUrl": "h4@a@href",
      "coverUrl": "img@src",
      "intro": "p@text",
      "name": "h4@text"
    },
    "ruleToc": {
      "chapterList": ".panel-body@dd@a",
      "chapterName": "text##全部章节目录",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?searchkey={{key}}&page={{page}},{\n  \"charset\": \"GBK\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "error:timeout\n",
    "bookSourceGroup": "免费",
    "bookSourceName": "作废",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.janpn.com/",
    "customButton": false,
    "customOrder": 1996,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::/xuanhuanqihuan/list-1-{{page}}.html\r\n修真::/wuxiaxiuzhen/list-2-{{page}}.html\r\n都市::/xiandaidushi/list-3-{{page}}.html\r\n军史::/lishijunshi/list-4-{{page}}.html\r\n网游::/youxijingji/list-5-{{page}}.html\r\n科幻::/kehuanlingyi/list-6-{{page}}.html\r\n言情::/nvshengyanqing/list-7-{{page}}.html\r\n其他::/qitaleixing/list-8-{{page}}.html",
    "lastUpdateTime": 0,
    "respondTime": 6809,
    "ruleBookInfo": {
      "intro": "//*[@name='description']/@content",
      "tocUrl": "class.btn btn-primary@href"
    },
    "ruleContent": {
      "content": "id.htmlContent@html"
    },
    "ruleExplore": {
      "author": "class.shop-info!0:2@text##\\[.*$",
      "bookList": "class.list@a",
      "bookUrl": "a@href",
      "lastChapter": "class.glyphicon glyphicon-bullhorn@text",
      "name": "a@title"
    },
    "ruleSearch": {
      "author": "class.shop-info!0:2@text##\\[.*$",
      "bookList": "class.list@a",
      "bookUrl": "a@href",
      "coverUrl": "",
      "lastChapter": "class.glyphicon glyphicon-bullhorn@text",
      "name": "a@title"
    },
    "ruleToc": {
      "chapterList": "class.panel-body panel-chapterlist@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://www.janpn.com/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "乃星",
    "bookSourceGroup": "免费",
    "bookSourceName": "无极小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://wujixiaoshuo.com",
    "customButton": false,
    "customOrder": 1997,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::https://ajnnan.com/xuanhuanxiaoshuo/1_1.html\n修真小说::https://ajnnan.com/xiuzhenxiaoshuo/2_1.html\n都市小说::https://ajnnan.com/dushixiaoshuo/3_1.html\n穿越小说::https://ajnnan.com/chuanyuexiaoshuo/4_1.html\n网游小说::https://ajnnan.com/wangyouxiaoshuo/5_1.html\n科幻小说::https://ajnnan.com/kehuanxiaoshuo/6_1.html\n其他小说::https://ajnnan.com/qitaxiaoshuo/7_1.html\n完本小说::https://ajnnan.com/wanben/1_1/",
    "lastUpdateTime": 1623946915880,
    "respondTime": 6766,
    "ruleBookInfo": {
      "intro": "id.intro@html",
      "lastChapter": "id.info@tag.p.-1@text##最新章节："
    },
    "ruleContent": {
      "content": "#content@textNodes",
      "replaceRegex": "##欢迎广大书友光临阅读.*"
    },
    "ruleExplore": {
      "author": "##<a href=\"/author/\\d+/\">(.*?)</a>##$1###<js>result.replace(/<span>/g,'').replace(/<.*span>/g,'')</js>",
      "bookList": ".ll dl,.r ul li,.l ul li",
      "bookUrl": "##<a href=\"(/\\d+_\\d+/)\"##https://ajnnan.com$1###",
      "intro": "dd@text",
      "kind": ".s1@text##\\[|\\]",
      "lastChapter": ".s3@text",
      "name": ".s2@text||tag.a.1@text",
      "wordCount": "##<span class=\"s5\">(\\d+-\\d+)</span>##$1###"
    },
    "ruleSearch": {
      "author": ".s4.wid@text",
      "bookList": "class.novelslist2@ul@li!0",
      "bookUrl": ".s2.wid a@href",
      "lastChapter": "{{@@class.s3 wid3@text}} • {{@@class.s6 wid6@text}}",
      "name": ".s2.wid@text"
    },
    "ruleToc": {
      "chapterList": "dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "https://ajnnan.com/search.html?name={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "无极小说-电脑",
    "bookSourceType": 0,
    "bookSourceUrl": "https://ajnnan.com",
    "customButton": false,
    "customOrder": 1998,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/xuanhuanxiaoshuo/1_{{page}}.html\n修真小说::/xiuzhenxiaoshuo/2_{{page}}.html\n都市小说::/dushixiaoshuo/3_{{page}}.html\n穿越小说::/chuanyuexiaoshuo/4_{{page}}.html\n网游小说::/wangyouxiaoshuo/5_{{page}}.html\n科幻小说::/kehuanxiaoshuo/6_{{page}}.html\n其它小说::/qitaxiaoshuo/7_{{page}}.html",
    "lastUpdateTime": 1654017956420,
    "respondTime": 3674,
    "ruleBookInfo": {
      "coverUrl": "img@src",
      "init": "",
      "intro": "id.intro@text"
    },
    "ruleContent": {
      "content": "id.content@textNodes"
    },
    "ruleExplore": {
      "author": "class.s4@a@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@a@href",
      "lastChapter": "class.s3@a@text",
      "name": "class.s2@a@text"
    },
    "ruleSearch": {
      "author": "class.s4@a@text",
      "bookList": "class.novelslist2@li!0",
      "bookUrl": "class.s2@a@href",
      "lastChapter": "class.s3@a@text",
      "name": "class.s2@a@text"
    },
    "ruleToc": {
      "chapterList": "dl@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "/search.html?name={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "⭐️沙滩",
    "bookSourceType": 0,
    "bookSourceUrl": "       http://m.shatanxs.com",
    "customButton": false,
    "customOrder": 1999,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar sort=[];\nvar push=(title,url,size)=>sort.push({\n  \t\"title\": title,\n  \t\"url\": url,\n  \t\"style\": {\n   \"layout_flexGrow\": 1,\n   \"layout_flexBasisPercent\": size\n   }\n });\n\nvar url=source.key;\nvar fl=url+\"/sort/\";\nvar ph=url+\"/top/allvisit_1/\";\nvar qb=url+\"/full-1/\";\nvar html=java.ajax(fl);\nvar src=java.ajax(ph);\nvar qbl=java.ajax(qb);\n\nif(html&&src&&qbl){\na=org.jsoup.Jsoup.parse(html).select(\".content li a\");\nb=org.jsoup.Jsoup.parse(src).select(\".content li a\");\nc=org.jsoup.Jsoup.parse(qbl).select(\".content li a\");\npush(\"🌹分类🌹\",null,1)\n    for(i in a){\n        title=a[i].text()\n        url=a[i].attr(\"href\")\n        size=0.25;\n  url=String(url).replace(\"1/\",\"{{page}}/\").replace(\"1.html\",\"{{page}}.html\")\n        push(title,url,size)\n    };\n push(\"🌹排行🌹\",null,1)\n    for(i in b){\n        title=b[i].text()\n        url=b[i].attr(\"href\")\n  url=String(url).replace(\"1/\",\"{{page}}/\")\n        size=0.25;\n        push(title,url,size)\n    }\npush(\"🌹全本🌹\",\"/full/{{page}}/\",1)\n      \n}else{\n  java.toast(\"发现列表获取失败！\")\n}\n\nJSON.stringify(sort)\n",
    "lastUpdateTime": 1703496419852,
    "respondTime": 20743,
    "ruleBookInfo": {
      "author": ".block_txt2@a.0@text",
      "intro": ".intro_info@text",
      "kind": ".block_txt2@a.1@text",
      "lastChapter": ".block_txt2@a.2@text",
      "name": ".block_txt2@h2@text",
      "tocUrl": "text.完整目录@href",
      "wordCount": ".block_txt2@p.4@text"
    },
    "ruleContent": {
      "content": "#nr1@textNodes",
      "nextContentUrl": "text.下 页@href||text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "//*[not(@class='blue')]/text()##\\[.*\\]|\\/",
      "bookList": ".line",
      "bookUrl": ".blue@href",
      "checkKeyWord": "",
      "coverUrl": "",
      "intro": "",
      "kind": "##\\[(.*)\\]##$1##",
      "name": ".blue@text"
    },
    "ruleToc": {
      "chapterList": ".chapter li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isPay": "",
      "nextTocUrl": "@js:\nvar n=result.match(/\\/(\\d+)页/)[1];\nbaseUrl=baseUrl.replace(/(.+)\\//,'$1');\nvar list=[];\nfor(var i=2;i<=n;i++){list.push(baseUrl+\"_\"+i+\"/\");}\nlist"
    },
    "searchUrl": "/s.php,{\n  \"body\": \"s={{key}}&type=articlename\",\n  \"charset\": \"gbk\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "云中书库",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.yunxs.info",
    "customButton": false,
    "customOrder": 2000,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1734839680669,
    "respondTime": 9579,
    "ruleBookInfo": {
      "author": ".info@li.0@a@text",
      "coverUrl": ".p_box@.pic@img.0@src",
      "intro": ".words@p.2@text##.*小说主要讲述.\\s+|无弹.*?在.*?在云中书库|简介：",
      "kind": ".info@li.1@a@text",
      "lastChapter": ".words@a.0@text##\\（.*\\）",
      "name": ".j_box@h1@text",
      "wordCount": ".info@li.5@font@text"
    },
    "ruleContent": {
      "content": "class.box_box@textNodes",
      "imageStyle": "0",
      "replaceRegex": "##推荐阅读：《.*?》"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@text##作者.",
      "bookList": "class.bookbox",
      "bookUrl": "class.bookimg@tag.a@href##(.*)##http://www.yunxs.com$1##",
      "checkKeyWord": "高天之上",
      "coverUrl": "class.bookimg@tag.a@tag.img@src",
      "kind": "class.cat@text##分类.",
      "lastChapter": "class.update@tag.a@text##\\（.*\\）",
      "name": "class.bookname@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.list_box@tag.li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/plus/search.php?s=00000&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "晚秋中文网🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.wanqiuwx.com#🎃",
    "bookUrlPattern": "http://www.wanqiuwx.com/b/\\d+/",
    "customButton": false,
    "customOrder": 2001,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Safari/537.36\"\n}",
    "lastUpdateTime": 0,
    "respondTime": 15314,
    "ruleBookInfo": {
      "author": "[property=og:novel:author]@content",
      "coverUrl": "[property=og:image]@content",
      "init": "",
      "intro": "[property=og:description]@content",
      "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content",
      "lastChapter": "[property=og:novel:latest_chapter_name]@content",
      "name": "[property=og:novel:book_name]@content##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|小说|笔趣阁",
      "tocUrl": ".tgcj@href"
    },
    "ruleContent": {
      "content": "id.content@html##（本章未完，请翻页）|（本章完）|",
      "nextContentUrl": "text.下一页@href",
      "sourceRegex": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "tag.td.2@text||[property=og:novel:author]@content",
      "bookList": "class.grid@tr!0||tag.html",
      "bookUrl": "tag.td.0@tag.a.0@href",
      "coverUrl": "[property=og:image]@content",
      "intro": "",
      "kind": "",
      "lastChapter": "tag.td.1@a@text||[property=og:novel:latest_chapter_name]@content##免费章节 |正文卷 |正文 |VIP章节 ",
      "name": "tag.td.0@tag.a@text||[property=og:novel:book_name]@content##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|小说|笔趣阁",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "id.list@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "http://www.wanqiuwx.com/modules/article/search.php,{\n\t'charset': 'gbk',\n'method': 'POST',\n'body': 's={{key}}&type=articlename',\n'headers': {\n    'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Safari/537.36'\n    }\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "PO18文学🔞",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.po18yq.com/#🚀",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 2002,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "最近更新::/paihang/lastupdate_{{page}}.html\n最新入库::/paihang/postdate_{{page}}.html\n总排行榜::/paihang/allvisit_{{page}}.html\n总推荐榜::/paihang/allvote_{{page}}.html\n总收藏榜::/paihang/goodnum_{{page}}.html\n总字数榜::/paihang/size_{{page}}.html\n玄幻奇幻::/xuanhuan_{{page}}.html\n武侠仙侠::/wuxia_{{page}}.html\n都市言情::/dushi_{{page}}.html\n科幻网游::/kehuan_{{page}}.html\n惊悚悬疑::/jingsong_{{page}}.html\n耽美同人::/danmei_{{page}}.html\n穿越架空::/chuanyue_{{page}}.html\n浓情纯爱::/nongqing_{{page}}.html\n百合优美::/baihe_{{page}}.html\n精品文学::/qita_{{page}}.html",
    "header": "",
    "lastUpdateTime": 1746069229428,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 31936,
    "ruleBookInfo": {
      "author": "",
      "canReName": "",
      "coverUrl": "class.l@img@src",
      "init": "",
      "intro": "class.p3@textNodes",
      "kind": "class.topmenuchaptermenu@span@a@text",
      "lastChapter": "class.p4@a@text",
      "name": "",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "id.content@p@html##喜欢请大家收藏.*",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "class.author@a@text||class.p2@a@text",
      "bookList": "class.lists@li||class.listcon@li",
      "bookUrl": "a@href",
      "coverUrl": "tag.a.0@href##.*/(\\d+)/(\\d+)/##http://img.po18yq.com/image/$1/$2/$2s.jpg",
      "intro": "class.p3@textNodes",
      "kind": "class.sortname@text||class.articlename@span@text##\\[|]",
      "lastChapter": "class.lastchapter@a@text",
      "name": "class.articlename@a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "class.chapterlist@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "/modules/article/search.php?searchkey={{key}}&t_btnsearch=&page={{page}},{\n\"charset\":\"gbk\"\n}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "小说屋",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.xiaoshuowu.com",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 2003,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1677738878217,
    "loginUrl": "",
    "respondTime": 5700,
    "ruleBookInfo": {
      "intro": "class.intro@text",
      "lastChapter": "class.infotype@p@a@text"
    },
    "ruleContent": {
      "content": "class.novelcontent@html##（本章未完.*|上一章|下一页|返回目录|加入书签|第.*章.*|上一页",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@text",
      "bookList": "class.sone",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href@js:var o=result.match(/(\\d+)/); if(o!=null){'http://www.xiaoshuowu.com/files/article/image/'+parseInt(o[1]/1000)+'/'+o[1]+'/'+o[1]+'s.jpg';}",
      "name": "tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.info_menu1.1@tag.li@tag.a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "http://m.xiaoshuowu.com/modules/article/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔞 御宅文",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.yuzhaiwen.com#一程",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 2004,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "总排行榜::/top/allvisit_{{page}}/\n月排行榜::/top/monthvisit_{{page}}/\n周排行榜::/top/weekvisit_{{page}}/\n总推荐榜::/top/allvote_{{page}}/\n月推荐榜::/top/monthvote_{{page}}/\n周推荐榜::/top/weekvote_{{page}}/\n最新入库::/top/postdate_{{page}}/\n最近更新::/top/lastupdate_{{page}}/\n原创更新::/top/authorupdate_{{page}}/\n转载更新::/top/masterupdate_{{page}}/\n总收藏榜::/top/goodnum_{{page}}/\n字数排行::/top/size_{{page}}/\n玄幻::/sort1/{{page}}/\n武侠::/sort2/{{page}}/\n言情::/sort3/{{page}}/\n穿越::/sort4/{{page}}/\n都市::/sort5/{{page}}/\n科幻::/sort6/{{page}}/\n网游::/sort7/{{page}}/\n恐怖::/sort8/{{page}}/\n耽美::/sort9/{{page}}/\n校园::/sort10/{{page}}/\n高辣::/sort11/{{page}}/\n腹黑::/sort12/{{page}}/\n种田::/sort13/{{page}}/\n高干::/sort14/{{page}}/\n百合::/sort15/{{page}}/\n其他::/sort16/{{page}}/",
    "lastUpdateTime": 1746069260204,
    "loginUrl": "",
    "respondTime": 45365,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "init": "",
      "intro": "[property=\"og:description\"]@content",
      "kind": "tag.time@text",
      "lastChapter": ".newchapter@tag.a@text",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "tag.p!0:1@textNodes",
      "imageStyle": "0",
      "replaceRegex": "##第.*章.*|第.*页.*|本站所收录(.|\\n)*"
    },
    "ruleExplore": {
      "author": ".l03@text||.info@tag.span@text##.*：",
      "bookList": "#articlelist@tag.li!0||#alistbox",
      "bookUrl": ".l02@tag.a.1@href||h2@tag.a@href",
      "coverUrl": "tag.img@src||.l02@tag.a.1@href##.+\\D((\\d+)\\d{3})\\D##http://img.yuzhaiwen.com/image/$2/$1/$1s.jpg###",
      "intro": ".intro@text##\\s",
      "kind": ".l01@text&&.l07@text",
      "lastChapter": ".l04@text",
      "name": ".l02@tag.a.1@text||h2@tag.a@text##\\《|\\》",
      "wordCount": ".l05@text||.sys@tag.li@text##.*："
    },
    "ruleSearch": {
      "author": "tag.td.2@text",
      "bookList": "tbody@tag.tr!0",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##http://img.yuzhaiwen.com/image/$2/$1/$1s.jpg###",
      "kind": "tag.td.4@text&&tag.td.5@text",
      "lastChapter": "tag.td.1@text",
      "name": "tag.td.0@text##\\_.*",
      "wordCount": "tag.td.3@text"
    },
    "ruleToc": {
      "chapterList": "<js>\nresult=String(result).replace(/javascript:Chapter\\((\\d+),(\\d+)\\);/g,\"/read/$2/$1/\");\norg.jsoup.Jsoup.parse(result).select('.chapter_list>a').toArray().sort().map(x=>({n:x.text(),u:x.attr('href')}))\n</js>",
      "chapterName": "n",
      "chapterUrl": "u"
    },
    "searchUrl": "/modules/article/search.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"searchtype=articlename&searchkey={{key}}&page={{page}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "民国奇人",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.minguoqiren.net/",
    "bookUrlPattern": "xs/\\d+/",
    "customButton": false,
    "customOrder": 2005,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1743991942676,
    "loginUrl": "",
    "respondTime": 265,
    "ruleBookInfo": {
      "author": "class.info@class.small@tag.span.0@text",
      "coverUrl": "class.cover@img@src",
      "intro": "class.info@ownText",
      "kind": "class.info@class.small@tag.span.4@text&&\nclass.info@class.small@tag.span.1@text&&\nclass.info@class.small@tag.span.2@text##分类：|状态：|更新时间：",
      "lastChapter": "class.info@class.small@tag.span.5@a@text",
      "name": "class.info@h2@text",
      "tocUrl": "",
      "wordCount": "class.info@class.small@tag.span.3@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html##http.*html|请记住本书首发.*org",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@text",
      "bookList": "class.bookbox\n<js>const _0x5c30=['amluZ2JhaS5qc29u','amluZ2JhaQ==','cGFyc2U=','aHR0cHM6Ly9nY29yZS5qc2RlbGl2ci5uZXQvZ2gveGlhb2hhbjIzMS9kZWNvZGVPYmZ1c2NhdG9yQG1haW4v','c2xlZXA=','aHR0cHM6Ly9yYXcuZ2l0bWlycm9yLmNvbS94aWFvaGFuMjMxL2RlY29kZU9iZnVzY2F0b3IvbWFpbi8=','eWNrY2VvLnZpcAo=','eWNrY2VvLnZpcArorqTlh4bmupDnpL7ljLrvvJpodHRwczovL3Rhb2JhLmNmCumdmeeZveWwj+WPt++8mjM4OTk2NzA4MjYK','Y2FjaGVfYXBpX2ppbmdiYWlfdHJ1ZQ==','Z2V0','bWQ1RW5jb2RlMTY=','aHR0cHM6Ly9jZG4uanNkZWxpdnIubmV0L2doL3hpYW9oYW4yMzEvZGVjb2RlT2JmdXNjYXRvckBtYWluLw==','aHR0cHM6Ly9mYXN0bHkuanNkZWxpdnIubmV0L2doL3hpYW9oYW4yMzEvZGVjb2RlT2JmdXNjYXRvckBtYWluLw==','cmVwbGFjZQ==','Y2FjaGVfYXBpX2ppbmdiYWk=','aHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL3hpYW9oYW4yMzEvZGVjb2RlT2JmdXNjYXRvci9tYWluLw==','5r+A5rS76K+35rGC6ZSZ6K+v','aW5jbHVkZXM=','bWFw','bGVuZ3Ro','cHV0','bG9uZ1RvYXN0','Cua/gOa0u+ivt+axgumUmeivr++8jOiHquWKqOWwneivleWFtuS7lua/gOa0u+aOpeWPow==','bGFuZw==','amF2YQ==','dGlwcw==','VGhyZWFk','bG9n','bm93','Ym9keQ=='];(function(_0xe5f485,_0x5c300e){const _0x3565d7=function(_0x2594af){while(--_0x2594af){_0xe5f485['push'](_0xe5f485['shift']());}};_0x3565d7(++_0x5c300e);}(_0x5c30,0xa0));const _0x3565=function(_0xe5f485,_0x5c300e){_0xe5f485=_0xe5f485-0x0;let _0x3565d7=_0x5c30[_0xe5f485];if(_0x3565['lblsXn']===undefined){(function(){let _0x3b2046;try{const _0x2e48c1=Function('return\\x20(function()\\x20'+'{}.constructor(\\x22return\\x20this\\x22)(\\x20)'+');');_0x3b2046=_0x2e48c1();}catch(_0x448cbe){_0x3b2046=window;}const _0x1b0d03='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';_0x3b2046['atob']||(_0x3b2046['atob']=function(_0x38a47c){const _0x5860c7=String(_0x38a47c)['replace'](/=+$/,'');let _0x25eb44='';for(let _0x3a5975=0x0,_0x169445,_0x5395cc,_0x565748=0x0;_0x5395cc=_0x5860c7['charAt'](_0x565748++);~_0x5395cc&&(_0x169445=_0x3a5975%0x4?_0x169445*0x40+_0x5395cc:_0x5395cc,_0x3a5975++%0x4)?_0x25eb44+=String['fromCharCode'](0xff&_0x169445>>(-0x2*_0x3a5975&0x6)):0x0){_0x5395cc=_0x1b0d03['indexOf'](_0x5395cc);}return _0x25eb44;});}());_0x3565['xHnQbB']=function(_0x5c61ec){const _0x51b1fc=atob(_0x5c61ec);let _0x5b9d69=[];for(let _0x14596b=0x0,_0xfd601f=_0x51b1fc['length'];_0x14596b<_0xfd601f;_0x14596b++){_0x5b9d69+='%'+('00'+_0x51b1fc['charCodeAt'](_0x14596b)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x5b9d69);};_0x3565['vjfZVU']={};_0x3565['lblsXn']=!![];}const _0x2594af=_0x3565['vjfZVU'][_0xe5f485];if(_0x2594af===undefined){_0x3565d7=_0x3565['xHnQbB'](_0x3565d7);_0x3565['vjfZVU'][_0xe5f485]=_0x3565d7;}else{_0x3565d7=_0x2594af;}return _0x3565d7;};function user_Check(){Account=_0x3565('0x15');urls=[_0x3565('0x17'),_0x3565('0x2'),_0x3565('0x1'),_0x3565('0x5'),_0x3565('0x19')];filepath=_0x3565('0x14');Urls=urls[_0x3565('0x8')](function(_0x3d286b){return _0x3d286b+filepath;});apiBaseUrl=String(cache[_0x3565('0x1d')](java[_0x3565('0x0')](_0x3565('0x4')))||Urls[0x0]);let _0x14092e='';try{_0x14092e=java[_0x3565('0x1d')](apiBaseUrl,{})[_0x3565('0x13')]();if(!String(_0x14092e)[_0x3565('0x7')](_0x3565('0x15'))){throw new Error(_0x3565('0x6'));}cache[_0x3565('0xa')](java[_0x3565('0x0')](_0x3565('0x4')),apiBaseUrl,0x15180);}catch{java[_0x3565('0x11')](apiBaseUrl+_0x3565('0xc'));}if(!apiBaseUrl||!String(_0x14092e)[_0x3565('0x7')](_0x3565('0x15'))){for(i=0x0;i<Urls[_0x3565('0x9')];i++){if(String(Urls[i])[_0x3565('0x7')](apiBaseUrl)){continue;}try{_0x14092e=java[_0x3565('0x1d')](Urls[i],{})[_0x3565('0x13')]();if(String(_0x14092e)[_0x3565('0x7')](_0x3565('0x15'))){apiBaseUrl=Urls[i];break;}}catch{continue;}}cache[_0x3565('0xa')](java[_0x3565('0x0')](_0x3565('0x4')),apiBaseUrl,0x15180);}User=JSON[_0x3565('0x16')](_0x14092e)[Account];Tips=JSON[_0x3565('0x16')](_0x14092e)[_0x3565('0xf')];return User==!![]||cache[_0x3565('0x1d')](java[_0x3565('0x0')](_0x3565('0x1c')))?{'User':User}:(cache[_0x3565('0xa')](java[_0x3565('0x0')](_0x3565('0x1c')),0x1,0x15180),Code(Tips[0x0][_0x3565('0x3')](_0x3565('0x1a'),_0x3565('0x1b'))),{'User':User});}var User='';user_Check();User!==!![]?res=result:res=result;function Code(_0xd837ee){java[_0x3565('0x11')](_0xd837ee);let _0x3484da=Date[_0x3565('0x12')]();while(Date[_0x3565('0x12')]()-_0x3484da<0x3a98){java[_0x3565('0xb')](_0xd837ee);Packages[_0x3565('0xe')][_0x3565('0xd')][_0x3565('0x10')][_0x3565('0x18')](0x7d0);}}res;</js>",
      "bookUrl": "h4@a@href",
      "coverUrl": "img@src",
      "intro": "",
      "lastChapter": "class.update@a@text",
      "name": "h4@a@text"
    },
    "ruleToc": {
      "chapterList": "class.listmain@dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "s.php?ie=utf-8&s=000000&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "鬼吹灯吧",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.cxbz958.com#",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 2006,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/fenlei/1/{{page}}.html\n仙侠小说::/fenlei/2/{{page}}.html\n都市小说::/fenlei/3/{{page}}.html\n军史小说::/fenlei/4/{{page}}.html\n网游小说::/fenlei/5/{{page}}.html\n科幻小说::/fenlei/6/{{page}}.html\n恐怖小说::/fenlei/7/{{page}}.html",
    "lastUpdateTime": 1734984261086,
    "loginUrl": "",
    "respondTime": 3729,
    "ruleBookInfo": {
      "author": "class.small@tag.span.0@text##作 者：",
      "coverUrl": "class.cover@img@src",
      "init": "",
      "intro": "class.intro@textNodes##作者.*|无弹窗.*",
      "kind": "class.info@class.small@tag.span.4@text&&\nclass.info@class.small@tag.span.1@text&&\nclass.info@class.small@tag.span.2@text##分类：|状态：|更新时间：",
      "lastChapter": "class.small@tag.span.5@a@text##百度搜索.*",
      "name": "class.info@h2@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说",
      "wordCount": "class.info@class.small@tag.span.3@text##字数："
    },
    "ruleContent": {
      "content": "id.content@html##http.*html|天才一秒记住.*com|请记住本书首发域.*com"
    },
    "ruleExplore": {
      "author": "class.s4@text",
      "bookList": "class.l@li",
      "bookUrl": "class.s2@a@href",
      "coverUrl": "",
      "kind": "class.s5@text",
      "lastChapter": "class.s3@a@text",
      "name": "class.s2@a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleSearch": {
      "author": "class.author@text##作者：",
      "bookList": "class.bookbox@class.p10",
      "bookUrl": "class.bookname@tag.a@href",
      "coverUrl": "class.bookimg@img@src",
      "intro": "class.bookinfo@p@text",
      "kind": "class.cat@text##分类：",
      "lastChapter": "class.update@tag.a@text##百度搜索.*",
      "name": "class.bookname@tag.a@text##\\（.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说"
    },
    "ruleToc": {
      "chapterList": "class.listmain@dd!0:1:2:3:4:5:6:7:8:9:10:11",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.cxbz958.com/s.php?ie=utf-8&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站： \n笔文斋 https://www.biwenzhai.com\n色书院 https://www.seshuyuan.com\n肉肉屋 https://www.rourouwu1.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "肉文屋④",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.rouwenwu12.com/#🚀",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 2007,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": "   全 部   ::/sort/0/{{page}}.html\n玄幻奇幻::/sort/1/{{page}}.html\n仙侠修真::/sort/2/{{page}}.html\n都市言情::/sort/3/{{page}}.html\n历史军事::/sort/4/{{page}}.html\n网游竞技::/sort/5/{{page}}.html\n科幻灵异::/sort/6/{{page}}.html\n恐怖惊悚::/sort/7/{{page}}.html\n其他类型::/sort/8/{{page}}.html",
    "header": "",
    "lastUpdateTime": 1721299128234,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 32329,
    "ruleBookInfo": {
      "author": "tag.span.1@a@text",
      "canReName": "",
      "coverUrl": "tag.img.1@src",
      "init": "",
      "intro": ".tabcontent@tag.div.2@text",
      "kind": ".hide@text",
      "lastChapter": "h3@text",
      "name": "tag.span.0@text",
      "tocUrl": ".b_hot@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".acontent@textNodes",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "class.c_value.0@text",
      "bookList": ".c_row",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": ".c_description@text",
      "kind": "class.c_value.2@text",
      "lastChapter": "tag.a.3@text",
      "name": "tag.a.2@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "dl@dd@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "/modules/article/search.php,{\n  \"method\": \"POST\",\n  \"body\": \"searchtype=all&searchkey={{key}}\"\n}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "云中书库",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yunxs.info#",
    "customButton": false,
    "customOrder": 2008,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n{\"title\":\"🔖分类🔖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻·奇幻\",\"url\":\"/xuanhuan/shuku_1949_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠·武侠\",\"url\":\"/xianxia/shuku_3336_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市·言情\",\"url\":\"/dushi/shuku_8625_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越·历史\",\"url\":\"/chuanyue/shuku_1335_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻·灵异\",\"url\":\"/kehuan/shuku_1500_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人·网游\",\"url\":\"/tongren/shuku_1056_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n\n{\"title\":\"🔖完结🔖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻·奇幻\",\"url\":\"/xuanhuan/over_20_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠·武侠\",\"url\":\"/xianxia/over_1701_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市·言情\",\"url\":\"/dushi/over_5514_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越·历史\",\"url\":\"/chuanyue/over_40_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻·灵异\",\"url\":\"/kehuan/over_44_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人·网游\",\"url\":\"/tongren/over_55_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}\n]",
    "lastUpdateTime": 1735040292157,
    "respondTime": 2270,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "canReName": "",
      "coverUrl": "[property=\"og:image\"]@content",
      "downloadUrls": "<js>a=String(java.getElements(\".btn@a.1\").attr(\"href\"));\njava.ajax('http://www.yunxs.info'+a);\n</js>.down a@href",
      "intro": "🔔 更新时间：{{@@[property=\"og:novel:update_time\"]@content##\\s##🔸}}\n🏷 {{@@.info li[2:4]@text##\\s##🔸}}\n📂 内容简介：{{@@[property=\"og:description\"]@content}}##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "",
      "wordCount": "#cms_ready_1@text"
    },
    "ruleContent": {
      "content": ".box_box@textNodes"
    },
    "ruleExplore": {
      "author": ".author a@text",
      "bookList": ".ul_m_list li",
      "bookUrl": ".t a@href",
      "coverUrl": "",
      "kind": ".c a@text&&.abover@text",
      "lastChapter": ".n a.1@text",
      "name": ".t a@text",
      "wordCount": ".words@text"
    },
    "ruleSearch": {
      "author": ".state@text##\\s.*",
      "bookList": ".ul_b_list li",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": "",
      "kind": "{{@@h2 span@text}}\n{{@@.state@text##.*状态：|\\s.*}}\n{{@@.arcurl@textNodes##.*：}}",
      "lastChapter": "",
      "name": "h2 a@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".list_box li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.yunxs.info/plus/search.php?kwtype=0&searchtype=&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：\n肉文屋 https://www.rouwenwu12.com\n笔文斋 https://www.biwenzhai.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "肉肉屋①",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.rourouwu1.com/#🚀",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "coverDecodeJs": "",
    "customButton": false,
    "customOrder": 2009,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreScreen": "",
    "exploreUrl": "   全 部   ::/sort/0/{{page}}.html\n玄幻奇幻::/sort/1/{{page}}.html\n仙侠修真::/sort/2/{{page}}.html\n都市言情::/sort/3/{{page}}.html\n历史军事::/sort/4/{{page}}.html\n网游竞技::/sort/5/{{page}}.html\n科幻灵异::/sort/6/{{page}}.html\n恐怖惊悚::/sort/7/{{page}}.html\n其他类型::/sort/8/{{page}}.html",
    "header": "",
    "lastUpdateTime": 1721299148681,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 1841,
    "ruleBookInfo": {
      "author": "tag.span.1@a@text",
      "canReName": "",
      "coverUrl": "tag.img.1@src",
      "init": "",
      "intro": ".tabcontent@tag.div.2@text",
      "kind": ".hide@text",
      "lastChapter": "h3@text",
      "name": "tag.span.0@text",
      "tocUrl": ".b_hot@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".acontent@textNodes",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": "",
      "sourceRegex": "",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "class.c_value.0@text",
      "bookList": ".c_row",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": ".c_description@text",
      "kind": "class.c_value.2@text",
      "lastChapter": "tag.a.3@text",
      "name": "tag.a.2@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "dl@dd@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "isVip": "",
      "isVolume": "",
      "nextTocUrl": "",
      "updateTime": ""
    },
    "searchUrl": "/modules/article/search.php,{\n  \"method\": \"POST\",\n  \"body\": \"searchtype=all&searchkey={{key}}\"\n}",
    "variableComment": "",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "橘子小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.cxinbz.com#",
    "customButton": false,
    "customOrder": 2010,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1721150287627,
    "respondTime": 2278,
    "ruleBookInfo": {
      "author": "@css:span:contains(作者：)@text",
      "coverUrl": ".cover@img@src",
      "intro": ".intro@html##简介：|.*无弹窗.*",
      "kind": "@css:span:contains(分类：),span:contains(更新时间：),span:contains(状态：)@text##(分类|状态|更新时间)：",
      "lastChapter": ".info .last@a@text",
      "name": ".info@h2@text",
      "wordCount": "@css:span:contains(字数：)@text##字数："
    },
    "ruleContent": {
      "content": "#content@html##{{baseUrl}}|请记住本书首发.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author@text",
      "bookList": ".bookbox",
      "bookUrl": ".bookname@a@href",
      "coverUrl": "img@src",
      "intro": ".bookinfo@p@text",
      "kind": ".cat@text##分类：",
      "lastChapter": ".update@a@text",
      "name": ".bookname@text"
    },
    "ruleToc": {
      "chapterList": "@css:.listmain a[href~=/[^/]+/\\d+.htm]",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/s.php?ie=utf-8&q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "备用站：https://m.484b.com\n同站： \n御宅屋 https://m.ibbxs.com\n肉肉屋 https://m.rourouwu8.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "新御宅屋②",
    "bookSourceType": 0,
    "bookSourceUrl": "https://mm.xyuzhaiwu.xyz/#🚀",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 2011,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部/最新\",\"url\":\"/wapsort/0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻\",\"url\":\"/wapsort/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"修真\",\"url\":\"/wapsort/2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"言情\",\"url\":\"/wapsort/3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"都市\",\"url\":\"/wapsort/4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"耽美\",\"url\":\"/wapsort/5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"校园\",\"url\":\"/wapsort/6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"高辣\",\"url\":\"/wapsort/7_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"腹黑\",\"url\":\"/wapsort/8_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"种田\",\"url\":\"/wapsort/9_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"高干\",\"url\":\"/wapsort/10_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"百合\",\"url\":\"/wapsort/11_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"其他\",\"url\":\"/wapsort/12_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}}]",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 10; SK) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1722610038130,
    "loginUrl": "",
    "respondTime": 33016,
    "ruleBookInfo": {
      "author": "//*[@id=\"novelMain\"]/div[1]/table/tbody/tr/td[1]/div[1]/h2/text()",
      "init": "",
      "intro": "//*[@id=\"novelMain\"]/div[3]/div/pre/text()@js:result.replace(/^/,'    ')",
      "kind": "class.article_info_td@tag.a.0@text&&class.article_info_td@tag.time@text",
      "lastChapter": "class.article_info_td@tag.a.1@text&&class.article_info_td@tag.time@text\n<js>result.replace(/(.*)\\s/,'$1 • ')</js>",
      "name": "//*[@id=\"nr_body\"]/nav/ul/li[2]/text()##\\_.*",
      "tocUrl": "//*[@style=\"color:red;\"]/@href",
      "wordCount": "##总字数：([^<]+)<##$1###@js:result+'字'"
    },
    "ruleContent": {
      "content": "id.nr1@html",
      "imageStyle": "0",
      "nextContentUrl": "//*[@id=\"pt_next\"]/@href"
    },
    "ruleExplore": {
      "author": "tag.strong@text||class.list_author@tag.span@text",
      "bookList": "class.common-bookele||id.list_ul@tag.li",
      "bookUrl": "tag.a.1@href||h3@tag.a.0@href",
      "coverUrl": "@js:'https://img.gb84.com/image/0/15/15s.jpg'",
      "intro": "class.abstract@tag.a@textNodes",
      "kind": "tag.li@tag.a.0@text",
      "name": "h3@tag.a.0@text||tag.a.1@text##_PO18",
      "wordCount": "class.lastupdate@tag.time@text"
    },
    "ruleSearch": {
      "author": "tag.strong@text",
      "bookList": "class.common-bookele[0:4]",
      "bookUrl": "tag.a.0@href",
      "checkKeyWord": "",
      "coverUrl": "@js:'https://img.gb84.com/image/0/15/15s.jpg'",
      "kind": "tag.p.1@text##栏目.",
      "name": "tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "tag.div.0@tag.ul@tag.li!-1@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "//*[@style=\"color:red;\"]/@href"
    },
    "searchUrl": "/s.php,{\n  \"method\": \"POST\",\n  \"body\": \"type=articlename&s={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "燕山",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yanshan33.com/",
    "customButton": false,
    "customOrder": 2012,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1721482516455,
    "respondTime": 14208,
    "ruleBookInfo": {
      "author": "//meta[@property=\"og:novel:author\"]/@content",
      "coverUrl": "img@src",
      "intro": "//meta[@property=\"og:description\"]/@content",
      "kind": "//meta[@property=\"og:novel:category\"]/@content",
      "lastChapter": "//meta[@property=\"og:novel:lastest_chapter_name\"]/@content&&//meta[@property=\"og:novel:update_time\"]/@content##\\n##•",
      "name": "//meta[@property=\"og:title\"]/@content",
      "tocUrl": "text.目录@href"
    },
    "ruleContent": {
      "content": "id.article@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.p.0@textNodes##span@text",
      "bookList": "class.searchresult",
      "bookUrl": "tag.a@href",
      "coverUrl": "img@src",
      "intro": "class.searchresult_p@text",
      "kind": "class.img_span@span@text",
      "lastChapter": "tag.p.-1@text&&class.s_gray@text##.*字",
      "name": "h3@text",
      "wordCount": "class.s_gray@text"
    },
    "ruleToc": {
      "chapterList": "id.ul_all_chapters@li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.yanshan33.com/search/,{\n  \"body\": \"searchkey={{key}}&searchtype=all&Submit=\",\n  \"method\": \"POST\",\n  \"webView\": true\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "九五书包",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.95shubao.info/",
    "customButton": false,
    "customOrder": 2013,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻魔法\",\"url\":\"/mulu/1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠修真\",\"url\":\"/mulu/2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/mulu/3-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/mulu/4-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"侦探推理\",\"url\":\"/mulu/5-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游动漫\",\"url\":\"/mulu/6-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻小说\",\"url\":\"/mulu/7-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖灵异\",\"url\":\"/mulu/8-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越小说\",\"url\":\"/mulu/9-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他类型\",\"url\":\"/mulu/10-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"完本小说\",\"url\":\"/modules/article/articlelist.php?fullflag=1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1690930820226,
    "loginUrl": "",
    "respondTime": 3290,
    "ruleBookInfo": {
      "author": ".author a@text",
      "coverUrl": ".con_limg img@src",
      "intro": ".r_cons@html",
      "kind": ".txt_nav a.1@text&&.lastrecord@ownText##小说|.*\\(|\\).*",
      "lastChapter": ".lastrecord a@text##[\\(（【].*?[求更票谢乐发订合补加K].*?[】）\\)]",
      "name": "h1@text",
      "tocUrl": ".r_tools a.1@href"
    },
    "ruleContent": {
      "content": "#content@textNodes",
      "replaceRegex": "##\\.pbtxt."
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": "#alistbox",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": ".intro@text",
      "kind": "",
      "lastChapter": "",
      "name": "a.1@text##《|》",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "td.2@text",
      "bookList": "tbody tr!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##/files/article/image/$2/$1/$1s.jpg###",
      "kind": "td.5:4@text",
      "lastChapter": "td.1@text##[\\(（【].*?[求更票谢乐发订合补加K].*?[】）\\)]",
      "name": "td.0@text",
      "wordCount": "td.3@text"
    },
    "ruleToc": {
      "chapterList": ".novel_list dd a",
      "chapterName": "text##[\\(（【].*?[求更票谢乐发订合补加K].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/modules/article/search.php?ie=gbk&searchkey={{key}}&ct=2097152",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "三九小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xyshuk.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 2014,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "header": "",
    "lastUpdateTime": 1685680623916,
    "loginUrl": "",
    "respondTime": 1260,
    "ruleBookInfo": {
      "author": "//*[@id=\"content\"]/div/div[2]/div[2]/div[1]/h2[1]/text()##作者：",
      "coverUrl": "//*[@id=\"content\"]/div/div[2]/div[1]/img/@src",
      "intro": "//*[@id=\"content\"]/div/div[2]/div[2]/div[3]/p/text()",
      "kind": "//*[@id=\"content\"]/div/div[2]/div[2]/div[1]/h2[3]/text()##所属：",
      "name": "//*[@id=\"content\"]/div/div[2]/div[2]/div[1]/h1/text()"
    },
    "ruleContent": {
      "content": "class.novel_content@html##最新网址：www.xyshuk.com"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "@tag.td.2@text",
      "bookList": "class.grid@tbody@tr!0",
      "bookUrl": "@tag.td.0@a@href",
      "lastChapter": "@tag.td.1@a@text",
      "name": "@tag.td.0@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.zhangjie",
      "chapterName": "@tag.a@text",
      "chapterUrl": "@tag.a@href"
    },
    "searchUrl": "modules/article/search.php?searchkey={{key}}&searchtype=articlename",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "万象书城吧🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.wxscs.com#🎃",
    "bookUrlPattern": "https?://www.wxsc8.com/book/\\d+/",
    "customButton": false,
    "customOrder": 2015,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻·奇幻::/nav/xuanhuan<,_{{page}}>.html\n仙侠·武侠::/nav/xianxia<,_{{page}}>.html\n都市·娱乐::/nav/dushi<,_{{page}}>.html\n历史·军事::/nav/lishi<,_{{page}}>.html\n科幻·游戏::/nav/kehuan<,_{{page}}>.html\n恐怖·悬疑::/nav/kongbu<,_{{page}}>.html\n耽美·纯爱::/nav/chunai<,_{{page}}>.html\n女生·言情::/nav/yanqing<,_{{page}}>.html\n轻小说::/nav/erciyuan<,_{{page}}>.html",
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}",
    "lastUpdateTime": 0,
    "respondTime": 3548,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "downloadUrls": "",
      "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}"
    },
    "ruleContent": {
      "content": "#cont-body@html",
      "nextContentUrl": ".page a@href"
    },
    "ruleExplore": {
      "author": "0",
      "bookList": ".media",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": ".media-info@text",
      "kind": "0",
      "name": "h4@text"
    },
    "ruleSearch": {
      "author": "td.1@text",
      "bookList": "tbody tr",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "a.0@href\n##(\\d+)##/uploads/cover/pic$1.jpg###",
      "kind": "0",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "#all-chapter a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/plus/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "悠久小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.ujxsw.net#",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 2016,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻奇幻\",\"url\":\"/xuanhuan/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"仙侠修真\",\"url\":\"/wuxia/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市青春\",\"url\":\"/dushi/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"/lishi/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"游戏动漫\",\"url\":\"/youxi/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻灵异\",\"url\":\"/kehuan/{{page}}/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女生言情\",\"url\":\"/yanqing/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.295}}]",
    "header": "",
    "lastUpdateTime": 1720854543557,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 609,
    "ruleBookInfo": {
      "author": "class.d_title@tag.a.0@text",
      "coverUrl": "id.bookimg@tag.img@src",
      "intro": "id.bookintro@tag.div@text##【展开】|【收起】",
      "kind": "id.count@tag.span.0@text&&class.new@tag.span.1@text##更新时间：",
      "lastChapter": "class.new@tag.a.0@text",
      "name": "class.d_title@tag.h1@text##作者.*|\\s",
      "tocUrl": "#newlist@tag.a.0@href",
      "wordCount": "id.count@tag.span.4@text"
    },
    "ruleContent": {
      "content": "class.read-content@html",
      "imageStyle": "0",
      "replaceRegex": "##.*最新网址.*\\s|.*免费阅读！|佰度搜索.*|.*悠久小说.*|最新网址：www.ujxsw.com|www.ujxsw.net|.*第.*章.*\\s"
    },
    "ruleExplore": {
      "author": "tag.a.2@text",
      "bookList": "id.sitembox@tag.dl",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src",
      "intro": "tag.dd.2@text",
      "kind": "tag.span.1@text&&tag.span.-1@text",
      "lastChapter": "tag.a.3@text",
      "name": "tag.a.1@text"
    },
    "ruleSearch": {
      "author": "tag.a.2@text",
      "bookList": "class.shulist@tag.ul",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.ujxs.com/files/article/image/$2/$1/$1s.jpg###",
      "kind": "tag.li.1@text&&class.five@text",
      "lastChapter": "tag.a.1@text",
      "name": "tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "#readerlist@ul@tag.li",
      "chapterName": "li@tag.a@text",
      "chapterUrl": "li@tag.a@href"
    },
    "searchUrl": "/searchbooks.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "棉花小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.mhtxs.cc#",
    "bookUrlPattern": "http://www.mhtxs.cc",
    "customButton": false,
    "customOrder": 2017,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.6045.160 Safari/537.36",
    "lastUpdateTime": 1720205530563,
    "respondTime": 2560,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "class.book_cover@img",
      "intro": "id.intro@html",
      "kind": "",
      "lastChapter": "tag.h5@a@text",
      "name": "",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "class.content@html",
      "nextContentUrl": "",
      "replaceRegex": "##下载本书最新的txt电子书请点击.[\\s\\S]*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.even.1@text",
      "bookList": "tag.tr",
      "bookUrl": "a.0@href",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "class.odd.0@text",
      "name": "class.even.0@text"
    },
    "ruleToc": {
      "chapterList": "class.novel_list@tag.dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": ""
    },
    "searchUrl": "http://www.mhtxs.cc/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🍺 小说屋",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.xiaoshuowu.com",
    "bookUrlPattern": "",
    "concurrentRate": "",
    "customButton": false,
    "customOrder": 2018,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "总点击榜::http://www.xiaoshuowu.com/book/topallvisit/0/{{page}}.html\n月点击榜::http://www.xiaoshuowu.com/book/topmonthvisit/0/{{page}}.html\n总推荐榜::http://www.xiaoshuowu.com/book/topallvote/0/{{page}}.html\n月推荐榜::http://www.xiaoshuowu.com/book/topmonthvote/0/{{page}}.html\n总月票榜::http://www.xiaoshuowu.com/book/topallvipvote/0/{{page}}.html\n月月票榜::http://www.xiaoshuowu.com/book/topmonthvipvote/0/{{page}}.html\n总鲜花榜::http://www.xiaoshuowu.com/book/topallflower/0/{{page}}.html\n月鲜花榜::http://www.xiaoshuowu.com/book/topmonthflower/0/{{page}}.html\n月勤更榜::http://www.xiaoshuowu.com/book/topmonthsize/0/{{page}}.html\n最近更新::http://www.xiaoshuowu.com/book/toplastupdate/0/{{page}}.html\n最近入库::http://www.xiaoshuowu.com/book/toppostdate/0/{{page}}.html\n最新上架::http://www.xiaoshuowu.com/book/topsigntime/0/{{page}}.html\n总收藏帮::http://www.xiaoshuowu.com/book/topgoodnum/0/{{page}}.html\n",
    "header": "",
    "lastUpdateTime": 1652202591575,
    "loginCheckJs": "",
    "loginUi": "",
    "loginUrl": "",
    "respondTime": 3284,
    "ruleBookInfo": {
      "author": "class.divbox cf@tag.span.1@text",
      "coverUrl": "class.divbox cf@tag.img.0@src",
      "init": "",
      "intro": "class.tabcontent@class.tabvalue.0@text",
      "kind": "class.tabcontent@class.tabvalue.1@tag.tr.0@tag.td.0@text",
      "lastChapter": "class.divbox@tag.h3@tag.a@text",
      "name": "class.divbox cf@tag.span.0@text",
      "tocUrl": "class.btnlink b_hot mbs@href",
      "wordCount": "class.tabcontent@class.tabvalue.1@tag.tr.2@tag.td.0@text"
    },
    "ruleContent": {
      "content": "class.acontent@all##小说屋 www.xiaoshuowu.com",
      "nextContentUrl": "class.linkright@tag.a.2@href"
    },
    "ruleExplore": {
      "author": "tag.td.2@text",
      "bookList": "id.jieqi_page_contents@tag.tr",
      "bookUrl": "tag.td.0@tag.a.1@href",
      "lastChapter": "tag.td.a@text",
      "name": "tag.td.0@tag.a.1@text"
    },
    "ruleSearch": {
      "author": "class.c_tag.0@tag.span.1@text",
      "bookList": "class.c_row",
      "bookUrl": "class.fl@tag.a@href",
      "coverUrl": "class.fl@tag.img@src",
      "kind": "class.c_tag.0@tag.span.3@text",
      "lastChapter": "class.c_tag.1@text",
      "name": "class.c_subject@tag.a@text",
      "wordCount": "class.c_tag.0@tag.span.5@text"
    },
    "ruleToc": {
      "chapterList": "class.index@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.xiaoshuowu.com/modules/article/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "轮回小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.9xs.info",
    "bookUrlPattern": "http://m.umiwx.net/read/\\d+.html",
    "customButton": false,
    "customOrder": 2019,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar sort=[];\nvar push=(title,url,size)=>sort.push({\n  \t\"title\": title,\n  \t\"url\": url,\n  \t\"style\": {\n   \"layout_flexGrow\": 1,\n   \"layout_flexBasisPercent\": size\n   }\n });\n\nvar url=source.key;\nvar fl=url+\"/sort/\";\nvar ph=url+\"/list/\";\nvar qb=url+\"/full-1/\";\nvar html=java.ajax(fl);\nvar src=java.ajax(ph);\nvar qbl=java.ajax(qb);\n\nif(html&&src&&qbl){\na=org.jsoup.Jsoup.parse(html).select(\".clearfix li a\");\nb=org.jsoup.Jsoup.parse(src).select(\".clearfix li a\");\nc=org.jsoup.Jsoup.parse(qbl).select(\".clearfix li a\");\n\npush(\"🌹分类🌹\",null,1)\n    for(i in a){\n        title=a[i].text()\n        url=a[i].attr(\"href\")\n        size=0.25;\n  url=String(url).replace(\"1/\",\"{{page}}/\").replace(\"1.html\",\"{{page}}.html\")\n        push(title,url,size)\n    };\n    \n push(\"🌹排行🌹\",null,1)\n    for(i in b){\n        title=b[i].text()\n        url=b[i].attr(\"href\")\n  url=String(url).replace(\"1/\",\"{{page}}/\").replace(\"1.html\",\"{{page}}.html\")\n        size=0.25;\n        push(title,url,size)\n    }\n//push(\"🌹全本🌹\",\"/full/{{page}}/\",1)\n      \n}else{\n  java.toast(\"发现列表获取失败！\")\n}\n\nJSON.stringify(sort)",
    "header": "{\"referer\": \"{{source.getKey()}}\",\n\"x-requested-with\": \"mark.via\",\n\"accept-language\": \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\",\n\"user-agent\": \"Mozilla/5.0 (Linux; Android 10; PACM00 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.5359.79 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1721183184747,
    "respondTime": 10830,
    "ruleBookInfo": {
      "author": "@get:{a}",
      "coverUrl": "@get:{c}",
      "init": "@put:{n:\"[property$=book_name]@content\",\n\ta:\"[property$=author]@content\",\nk:\"[property~=category|status|time]@content\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\",\nt:\"text.章节列表@href||text.目录列表@href\"}",
      "intro": "@get:{i}",
      "kind": "@get:{k}",
      "lastChapter": "@get:{l}",
      "name": "@get:{n}",
      "tocUrl": "@get:{t}##$##,{'webView': true}"
    },
    "ruleContent": {
      "content": "<js>\njava.getElements('@@id.txt@dd').toArray().sort((a,b)=>a.attr('data-id')-b.attr('data-id')).map(x=>x.html()).join('')\n</js>##.本章未完，请点击下一页继续阅读.*",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##最新网址.*|.*最新章节.*|{{chapter.title}}|\\(第.+页\\)",
      "webJs": ""
    },
    "ruleExplore": {
      "author": "a@ownText##:【.+",
      "bookList": ".bd li",
      "bookUrl": "a@href",
      "coverUrl": "a@href<js>\nvar id = result.match(/(\\d+)(\\/?|\\.html)$/)[1];\nvar iid = parseInt(id/1000);\nString(source.getKey()).replace(/(m|wap)/,\"www\")+'/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "span@text##\\[|\\]",
      "name": "a@ownText##.*【|】"
    },
    "ruleSearch": {
      "author": "a@ownText##.+\\(|\\)",
      "bookList": ".bd li",
      "bookUrl": "a@href",
      "checkKeyWord": "剑来",
      "coverUrl": "a@href<js>\nvar id = result.match(/(\\d+)(\\/?|\\.html)$/)[1];\nvar iid = parseInt(id/1000);\nString(source.getKey()).replace(/(m|wap)/,\"www\")+'/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "span@text##\\[|\\]",
      "name": "a@ownText##\\(.*\\)"
    },
    "ruleToc": {
      "chapterList": "+@js:org.jsoup.Jsoup.parse(result.replace(/\\.html/g,\"\")).select('.list li a').toArray().sort((a,b)=>a.attr('href')-b.attr('href')).map(x=>({n:x.text(),u:x.attr('href')+\".html\"}))",
      "chapterName": "n",
      "chapterUrl": "u"
    },
    "searchUrl": "/s.php,{\n  \"body\": \"s={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "//2024.12.7 正文下一页12.28修复壬二酸",
    "bookSourceGroup": "免费",
    "bookSourceName": "圣武书屋◎辞晨◎",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.swskw.com/",
    "customButton": false,
    "customOrder": 2020,
    "enabled": true,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部🏷分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"奇幻·玄幻\",\"url\":\"/catalog/xuanhuan_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻·游戏\",\"url\":\"/catalog/game_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠·仙侠\",\"url\":\"/catalog/xianxia_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"女生·言情\",\"url\":\"/catalog/yanqing_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市·娱乐\",\"url\":\"/catalog/dushi_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史·军事\",\"url\":\"/catalog/lishi_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"悬疑·灵异\",\"url\":\"/catalog/kongbu_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美·纯爱\",\"url\":\"/catalog/chunai_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"轻小说\",\"url\":\"/catalog/light_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{'User-Agent':'Mozilla/5.0 (Linux; Android 14; V2304A; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/123.0.6312.118 Mobile Safari/537.36',\n\"Referer\":\"https://www.swskw.com/\"}",
    "lastUpdateTime": 1736741016888,
    "respondTime": 6620,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "wordCount": "[property$=status]@content"
    },
    "ruleContent": {
      "content": "#cont-body@html",
      "nextContentUrl": "class.col-md-6 text-center@tag.a.2@href"
    },
    "ruleExplore": {
      "bookList": ".row@.col-md-12",
      "bookUrl": "h4@a@href",
      "coverUrl": "img@src",
      "intro": ".media-info@text",
      "name": "h4@a@text"
    },
    "ruleSearch": {
      "author": "td.1@text",
      "bookList": "table@tbody@tr",
      "bookUrl": "a.0@href",
      "name": "a.0@text##.*《|》"
    },
    "ruleToc": {
      "chapterList": ".row@.col-md-6",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "https://www.swskw.com/plus/search.php?q={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🚬 海棠书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.haitangshuwu.vip",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 2021,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1746069221803,
    "loginUrl": "",
    "respondTime": 31514,
    "ruleBookInfo": {
      "author": "class.options@tag.span.0@text",
      "coverUrl": "class.pic@tag.img@src",
      "intro": "class.bookinfo_intro@text##您要是.*.\\/|\\《.*简介：",
      "kind": "class.title@tag.a.1@text",
      "lastChapter": "class.update@tag.a@text",
      "name": "id.info@tag.h1@text"
    },
    "ruleContent": {
      "content": "id.htmlContent@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "p.s3@text",
      "bookList": "class.toplist@tag.li",
      "bookUrl": "p.s1@tag.a@href",
      "coverUrl": "p.s1@tag.a@href#https://www.haitangshuwu.vip/book/(\\d+)(\\d{3})/#/image/$1/$1$2/$1$2s.jpg#@js:\"http://img.haitangshuwu.vip\"+result",
      "kind": "class.s5@text",
      "lastChapter": "p.s2@text",
      "name": "p.s1@text"
    },
    "ruleToc": {
      "chapterList": "class.book_list@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.haitangshuwu.vip/modules/article/search.php?action=login&searchkey={{key}},{\n  \"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "🔞",
    "bookSourceName": "🚬 永远的神小说",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yydsxs.com",
    "customButton": false,
    "customOrder": 2022,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"完本\",\"url\":\"http://www.yydsxs.com/wanben/1\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻奇幻\",\"url\":\"/fenlei/1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"/fenlei/2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"都市青春\",\"url\":\"/fenlei/3-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"科幻悬疑\",\"url\":\"/fenlei/4-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"穿越历史\",\"url\":\"/fenlei/5-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"浪漫浓情\",\"url\":\"/fenlei/6-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"游戏竞技\",\"url\":\"/fenlei/7-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"精品其他\",\"url\":\"/fenlei/8-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"藏经阁\",\"url\":\"/fenlei/9-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"综合其他\",\"url\":\"/fenlei/10-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},{\"title\":\"排行榜\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"总点击榜\",\"url\":\"/allvisit-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击榜\",\"url\":\"/monthvisit-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击榜\",\"url\":\"/weekvisit-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总推荐榜\",\"url\":\"/allvote-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月推荐榜\",\"url\":\"/monthvote-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"收藏排行\",\"url\":\"/goodnum-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最近更新\",\"url\":\"/lastupdate-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"新书上架\",\"url\":\"/postdate-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"字数排行\",\"url\":\"/size-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1761886675963,
    "respondTime": 6669,
    "ruleBookInfo": {
      "author": ".booktag a@text",
      "coverUrl": "class.bookcover hidden-xs@img@src",
      "intro": ".bookintro@text",
      "name": ".booktitle@text",
      "wordCount": ".blue.0@text"
    },
    "ruleContent": {
      "content": "class.readcontent@tag.div.3@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".author a@text",
      "bookList": "class.bookbox@class.p10",
      "bookUrl": ".bookname a@href",
      "intro": ".update@textNodes",
      "lastChapter": ".cat a@text",
      "name": ".bookname a@text",
      "wordCount": ".author.1@text##字数："
    },
    "ruleToc": {
      "chapterList": "id.list-chapterAll@tag.dd",
      "chapterName": "a@text",
      "chapterUrl": "a@href##.*?(\\d+).*?(\\d+).*##/go/$1/$2.html###",
      "isVolume": "//javascript:gotochapter('2332','577419')"
    },
    "searchUrl": "http://www.yydsxs.com/searchok.html,{\n'charset': 'utf-8',\n'method': 'POST',\n'body': 'token=&searchkey={{key}}&action=login&submit='\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "🔞",
    "bookSourceName": "欲望社",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yuwangshe.net",
    "customButton": false,
    "customOrder": 2023,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "lastUpdateTime": 1761886690065,
    "respondTime": 2707,
    "ruleBookInfo": {
      "intro": "class.text-muted@html"
    },
    "ruleContent": {
      "content": "class.panel-body@html"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "tag.li.2@text",
      "bookList": "class.mySearch@tag.ul",
      "bookUrl": "tag.li.0@tag.a@href",
      "kind": "tag.li.3@text##大小.",
      "lastChapter": "tag.li.1@tag.a@text",
      "name": "class.b@text"
    },
    "ruleToc": {
      "chapterList": "class.panel-body@tag.dd@tag.a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "http://www.yuwangshe.net/modules/article/search.php?searchkey={{key}}&page={{page}},{\n  \"charset\": \"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "免费",
    "bookSourceName": "🔖86读书",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.86dushu.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 2024,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "言情小说::http://www.86dushu.com/yanqing/{{page}}.html\n玄幻小说::http://www.86dushu.com/xuanhuan/{{page}}.html\n武侠小说::http://www.86dushu.com/wuxia/{{page}}.html\n历史小说::http://www.86dushu.com/lishi/{{page}}.html\n网游竞技::http://www.86dushu.com/wangyou/{{page}}.html\n科幻小说::http://www.86dushu.com/kehuan/{{page}}.html\n恐怖小说::http://www.86dushu.com/kongbu/{{page}}.html\n穿越小说::http://www.86dushu.com/chuanyue/{{page}}.html\n文学名著::http://www.86dushu.com/wenxue/{{page}}.html\n激情小说::http://www.86dushu.com/jiqing/{{page}}.html\n其他电子书::http://www.86dushu.com/qita/{{page}}.html",
    "header": "",
    "lastUpdateTime": 1678669185590,
    "loginUrl": "",
    "respondTime": 7594,
    "ruleBookInfo": {
      "coverUrl": "class.left@tag.img@src",
      "intro": "id.con_one_1@text",
      "name": "class.left@tag.h1@text"
    },
    "ruleContent": {
      "content": "class.chapter@textNodes"
    },
    "ruleExplore": {
      "bookList": "class.list@class.listable",
      "bookUrl": "class.dysx1@tag.a@href",
      "coverUrl": "class.listable-l@tag.img@src",
      "name": "class.dysx1@tag.a@text"
    },
    "ruleSearch": {
      "bookList": "class.list@tag.table",
      "bookUrl": "class.name@tag.a@href",
      "coverUrl": "class.cover@tag.img@src",
      "intro": "class.book@class.intro@text",
      "name": "class.name@tag.a@text"
    },
    "ruleToc": {
      "chapterList": "class.list@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.86dushu.com/search.php?keyword={{key}}&submit=,{\n\"charset\":\"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "网站支持搜索：书名+空格+作者\nhttps://m.bulasw.com/\nhttps://m.humasw.com/\nhttps://m.chuxings.com/\nhttps://m.wujue8.com/\n貌似都是套娃网站",
    "bookSourceGroup": "免费",
    "bookSourceName": "布拉书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.bulasw.com/",
    "customButton": false,
    "customOrder": 2025,
    "enabled": true,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "完本::/store/0_2_{{page}}_0_0_0_0.html\n全部::/store/0_0_{{page}}_0_0_0_0.html\n言情::/store/0_0_{{page}}_0_0_2_0.html\n穿越::/store/0_0_{{page}}_0_0_3_0.html\n灵异::/store/0_0_{{page}}_0_0_4_0.html\n科幻::/store/0_0_{{page}}_0_0_5_0.html\n历史::/store/0_0_{{page}}_0_0_6_0.html\n推理::/store/0_0_{{page}}_0_0_7_0.html\n仙侠::/store/0_0_{{page}}_0_0_8_0.html\n奇幻::/store/0_0_{{page}}_0_0_9_0.html\n玄幻::/store/0_0_{{page}}_0_0_10_0.html\n游戏::/store/0_0_{{page}}_0_0_11_0.html\n热门::/store/0_0_{{page}}_3_0_0_0.html",
    "header": "",
    "lastUpdateTime": 1675509727569,
    "respondTime": 4571,
    "ruleBookInfo": {
      "intro": "[property~=description]@content",
      "kind": "[property~=category|time|status]@content&&text.正文@text## « 返回介绍.*|\\s+",
      "lastChapter": "",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "<js>\nresult=java.ajax(\"http://\"+result.match(/\\(\"\\/\\/(.*?)\"/)[1])\n</js>\n@js:\nif(result.match(/replace/)){\ns=result.match(/replace.*?\\{(.*?)\\}/)[1].replace(/\\\\/g,'\\\\\\\\')\nnum=s.split(',').length\nfor(var i=0;i<num;i++){\n\tm=s.match(/\"(.*?)\":\"(.*?)\"/)\n\ts=s.replace(/.*?,/,'')\n\tresult=result.replace(new RegExp(m[2],'g'),m[1])\n\t}\n\t}else{\nresult\nif(result.match(/txt_call/)){\n\tresult=\"网站问题没有正文\"\n\t}\n\t\t}\nresult.replace(/(\\\\)+n/g,'<\\/br>').replace(/.*?:\"/,'').replace(/\",\".*/,'').replace(/\"\\}.*/,'').replace(/\\\\/g,'')",
      "imageStyle": "",
      "nextContentUrl": "",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": "span.0@text",
      "bookList": "div[class~=content-unit$]",
      "bookUrl": "a.0@href##\\.html##/indexlist\\.html",
      "intro": "p.-2@text",
      "kind": "{{@@text##.*(共\\s*\\d+\\s*节).*##$1}}&&{{@@p.-1@text##.*\\d+(.*)##$1}}\n@js:result.replace(/\\s/g,'').replace(/&&/,'\\n')",
      "name": "a.0@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a.1@text",
      "bookList": "div[class~=search-card$]",
      "bookUrl": "text.作品目录@href",
      "intro": "[class~=sc-content]@text",
      "kind": ".gray@text##\\[|\\]",
      "lastChapter": ".sc-time@span.0@text",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "[class~=chapter-list]@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "@js:\nif(!baseUrl.match(/_/)){\nnum=result.match(/i\\s*<=\\s*(\\d+)/)[1]\nfor(var i=2,txt=[];i<=num;i++){\n\ttxt.push(baseUrl.replace(/\\.html/,'_'+i+'\\.html'))\n\t}\ntxt.join(\"\\r\\n\")\n}",
      "updateTime": ""
    },
    "searchUrl": "/search/,{\n\t\"method\":\"POST\",\n\t\"body\":\"keyword={{key}}&submit=\"\n\t}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站： \n御宅屋 https://m.ibbxs.com\n肉肉屋 https://m.rourouwu8.com\n肉书吧 https://m.484b.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔰 新御宅屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.xyuzhaiwu.xyz",
    "customButton": false,
    "customOrder": 2026,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部/最近\",\"url\":\"/wapsort/0_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"玄幻\",\"url\":\"/wapsort/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"修真\",\"url\":\"/wapsort/2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"言情\",\"url\":\"/wapsort/3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"都市\",\"url\":\"/wapsort/4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"耽美\",\"url\":\"/wapsort/5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"校园\",\"url\":\"/wapsort/6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"高辣\",\"url\":\"/wapsort/7_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"腹黑\",\"url\":\"/wapsort/8_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"种田\",\"url\":\"/wapsort/9_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"高干\",\"url\":\"/wapsort/10_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"百合\",\"url\":\"/wapsort/11_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"其他\",\"url\":\"/wapsort/12_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}}]",
    "lastUpdateTime": 1724358546545,
    "respondTime": 15652,
    "ruleBookInfo": {
      "author": ".article_info_td a.0@text",
      "init": "",
      "intro": "pre@text",
      "kind": ".article_info_td@div.1:3@text##类别：|更新时间：",
      "lastChapter": ".article_info_td.0@a.1@text",
      "name": ".h_nav_items@li.1@text",
      "tocUrl": "[style=\"color:red;\"]@href",
      "wordCount": "##总字数：([^<]+)<##$1###@js:result+'字'"
    },
    "ruleContent": {
      "content": "#nr1@html"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "p.0@text##作者：",
      "bookList": ".common-bookele",
      "bookUrl": "a@href",
      "checkKeyWord": "",
      "coverUrl": "@js:'https://img.powenwu15.com/image/0/295/295s.jpg'",
      "intro": ".abstract@text",
      "kind": "p.1@text##栏目：|更新时间：",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "ul@li!-1@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/s.php,{\n'charset': '',\n'method': 'POST',\n'body': 'type=articlename&s={{key}}'\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "🔞",
    "bookSourceName": "🎃伪版主🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.ltxswu.me#🎃",
    "customButton": false,
    "customOrder": 2027,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 14; V2314A Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/132.0.6834.122 Mobile Safari/537.36\"}",
    "lastUpdateTime": 1769087216534,
    "respondTime": 39842,
    "ruleBookInfo": {
      "author": "p:nth-child(4) > a@text",
      "coverUrl": "img@src",
      "kind": "p:nth-child(5) > a@text",
      "lastChapter": "p:nth-child(8) > a@text",
      "name": "h2 > a@text"
    },
    "ruleContent": {
      "content": "#nr1@textNodes",
      "nextContentUrl": "#pb_next@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".cover@p",
      "bookUrl": "a.1@href",
      "checkKeyWord": "我的",
      "kind": "a.0@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".cover@ul.1@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": ".right@a@href"
    },
    "searchUrl": "http://m.ltxswu.me/s.php,{\n  \"body\": \"s={{key}}&type=articlename\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：\n新御书屋 https://m.eyushuwu.com\n新欲望社 https://m.yuwangshe.net\n 19书院   https://m.19shuyuan.com\n  56ms    https://m.jizai12.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔰 新御宅屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.nprouwen.net/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 2028,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "                                榜   单                                 \n最近更新::/top/lastupdate_{{page}}/\n最新入库::/top/postdate_{{page}}/\n总收藏榜::/top/goodnum_{{page}}/\n总点击榜::/top/allvisit_{{page}}/\n日点击榜::/top/dayvisit_{{page}}/\n周点击榜::/top/weekvisit_{{page}}/\n月点击榜::/top/monthvisit_{{page}}/\n总推荐榜::/top/allvote_{{page}}/\n字数排行::/top/size_{{page}}/\n                                分   类                                  \n校园言情::/sort/1_{{page}}/\n都市言情::/sort/2_{{page}}/\n古代言情::/sort/3_{{page}}/\n  罗曼史  ::/sort/4_{{page}}/\n   耽 美   ::/sort/5_{{page}}/\n   百 合   ::/sort/6_{{page}}/\n   同 人   ::/sort/7_{{page}}/\n奇幻玄幻::/sort/8_{{page}}/\n网游竞技::/sort/9_{{page}}/\n科幻异能::/sort/10_{{page}}/\n恐怖灵异::/sort/11_{{page}}/\n惊悚推理::/sort/12_{{page}}/\n武侠仙侠::/sort/13_{{page}}/\n历史军事::/sort/14_{{page}}/\n穿越重生::/sort/15_{{page}}/\n综合其他::/sort/16_{{page}}/\n   完 本   ::/full/{{page}}/",
    "lastUpdateTime": 1724318449132,
    "respondTime": 36096,
    "ruleBookInfo": {
      "author": ".tab@tag.p.0@text##.*：",
      "coverUrl": ".tu@img@src",
      "intro": ".jj@p@html",
      "kind": ".tab1@tag.p.0@text&&.tab1@tag.p.1@text##小说",
      "lastChapter": ".tab@a@text",
      "name": "tag.h1.0@text##\\_.*",
      "wordCount": ".tab1@tag.p.2@text"
    },
    "ruleContent": {
      "content": "#novelcontent@textNodes",
      "replaceRegex": "##分卷阅读.*|.*作者.*"
    },
    "ruleExplore": {
      "author": ".p4@text||.p3 a@text",
      "bookList": ".tt||.content_link",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "class.content_link@tag.p.1@a@href||tag.a.0@href##.*/(\\d+)/(\\d+)/##https://img.nprouwen.net/image/$1/$2/$2s.jpg",
      "intro": ".p5@text##.*简介.|\\s",
      "kind": "p@.p2@text&&.p1 a@text##\\[|\\]",
      "name": "tag.a.1@text##\\_.*",
      "wordCount": "p@.p3@text"
    },
    "ruleSearch": {
      "author": "tag.a.2@text",
      "bookList": ".search_list",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "class.content_link@tag.p.1@a@href||tag.a.0@href##.*/(\\d+)/(\\d+)/##https://img.nprouwen.net/image/$1/$2/$2s.jpg",
      "kind": "tag.a.1@text",
      "name": "tag.a.0@text##\\_.*"
    },
    "ruleToc": {
      "chapterList": "li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"s={{key}}&type=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "👔 肉书屋网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.popo.city/",
    "customButton": false,
    "customOrder": 2029,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"总点击榜\",\"url\":\"/top/allvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击榜\",\"url\":\"/top/monthvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击榜\",\"url\":\"/top/weekvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总推荐榜\",\"url\":\"/top/allvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月推荐榜\",\"url\":\"/top/monthvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周推荐榜\",\"url\":\"/top/weekvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总收藏榜\",\"url\":\"/top/goodnum/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总字数榜\",\"url\":\"/top/size/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最近更新\",\"url\":\"/top/lastupdate/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最新入库\",\"url\":\"/top/postdate/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/sort/1/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"/sort/2/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市言情\",\"url\":\"/sort/3/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻网游\",\"url\":\"/sort/4/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"惊悚悬疑\",\"url\":\"/sort/5/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"耽美同人\",\"url\":\"/sort/6/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越架空\",\"url\":\"/sort/7/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"高辣浓情\",\"url\":\"/sort/8/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"禁忌百合\",\"url\":\"/sort/9/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"精品文学\",\"url\":\"/sort/10/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"完本小说\",\"url\":\"/full/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1683305657051,
    "loginUrl": "",
    "respondTime": 1840,
    "ruleBookInfo": {
      "author": "#info p:nth-of-type(2)@text",
      "coverUrl": "img@src",
      "init": "",
      "intro": "#intro p@text",
      "kind": ".con_top a:nth-of-type(2)@text",
      "lastChapter": "p:nth-of-type(3) a@text",
      "name": "h1@text",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "div#content@html",
      "imageStyle": "",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": ".s3@text||.s5@text",
      "bookList": ".right li!0||.l li",
      "bookUrl": ".s1 a@href",
      "coverUrl": "img@src",
      "intro": "",
      "kind": ".s6@text",
      "lastChapter": ".s2 a@text||.s3@text",
      "name": ".s1 a@text||.s2 a@text",
      "wordCount": ".s4@text"
    },
    "ruleSearch": {
      "author": "div.c_tag:nth-of-type(2) span:nth-of-type(2)@text",
      "bookList": "div.c_row",
      "bookUrl": ".c_subject a@href",
      "coverUrl": "img@src",
      "intro": "div.c_description@text",
      "kind": "div.c_tag:nth-of-type(2) span:nth-of-type(4)@text",
      "lastChapter": ".c_value a@text",
      "name": ".c_subject a@text",
      "wordCount": "span:nth-of-type(6)@text"
    },
    "ruleToc": {
      "chapterList": "dd:nth-of-type(n+13) a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": ""
    },
    "searchUrl": "modules/article/search.php,{\n  \"method\": \"POST\",\n  \"body\": \"searchkey={{key}}&searchtype=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "//修改分类\n原地址：https://www.rouwennp.club",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🚭肉文ＮＰ",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.powenxue3.com",
    "customButton": false,
    "customOrder": 2030,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"———— 榜    单 ————\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"总点击榜\",\"url\":\"/top_allvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月点击榜\",\"url\":\"/top_monthvisit/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总推荐榜\",\"url\":\"/top_allvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月推荐榜\",\"url\":\"/top_monthvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总月票榜\",\"url\":\"/top_allvipvote/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总鲜花榜\",\"url\":\"/top_allflower/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月勤更榜\",\"url\":\"/top_monthwords/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最近更新\",\"url\":\"/top_lastupdate/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最新入库\",\"url\":\"/top_postdate/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总收藏榜\",\"url\":\"/top_goodnum/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总字数榜\",\"url\":\"/top_words/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"新书榜单\",\"url\":\"/top_newhot/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n\n{\"title\":\"———— 分    类 ————\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"耽  美\",\"url\":\"/danmei/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"百  合\",\"url\":\"/baihe/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"同  人\",\"url\":\"/tongren/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"校园言情\",\"url\":\"/xiaoyuan/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市言情\",\"url\":\"/dushi/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"古代言情\",\"url\":\"/gudai/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"罗曼史\",\"url\":\"/luoman/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"奇幻玄幻\",\"url\":\"/qihuan/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"武侠仙侠\",\"url\":\"/wuxia/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"网游竞技\",\"url\":\"/wangyou/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越重生\",\"url\":\"/chuanyue/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻异能\",\"url\":\"/kehuan/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"恐怖灵异\",\"url\":\"/kongbu/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"惊悚推理\",\"url\":\"/jingsong/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"历史军事\",\"url\":\"/lishi/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"综合其他\",\"url\":\"/qita/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1718873719152,
    "respondTime": 1691,
    "ruleBookInfo": {
      "author": "[property$=author]@content",
      "coverUrl": "[property$=image]@content",
      "init": "",
      "intro": "[property$=description]@content##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property~=category|status|update_time]@content##\\s.*",
      "lastChapter": "[property$=latest_chapter_name]@content",
      "name": "[property$=book_name]@content"
    },
    "ruleContent": {
      "content": "#TextContent@html"
    },
    "ruleExplore": {
      "author": "span.0@text",
      "bookList": ".lst-item",
      "bookUrl": "a.0@href",
      "coverUrl": "img@_src",
      "intro": "a.1@text",
      "kind": "span.1@text",
      "name": "h2@text"
    },
    "ruleSearch": {
      "author": "span.1@text",
      "bookList": "#hism",
      "bookUrl": "a.1@href",
      "coverUrl": "img@_src",
      "intro": "p.0@text",
      "kind": "span.0@text",
      "lastChapter": "a.2@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": "#chapterList li a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "/search.html,{\n  \"method\":\"POST\",\n  \"body\":\"searchkey={{key}}\"\n\t}",
    "weight": 0
  },
  {
    "bookSourceComment": "（同站）PO18文：\nhttps://wap.po18bl.com\nhttps://m.po18sf.com\nhttps://m.txtyzw.com\nhttps://wap.po18.club\n三九书屋：https://m.sanjiushuwu.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔰 新御书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.ayushuwu.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 2031,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "更新时间::/shuku/0/0/0/0/0/0/lastupdate/{{page}}.html\n男点击榜::/top/rank.html\n女点击榜::/top/nrank.html\n  收藏榜  ::/top/collect.html\n  推荐榜  ::/top/vote.html\n  罗曼史  ::/shuku/0/4/0/0/0/0/lastupdate/{{page}}.html\n    耽美    ::/shuku/0/5/0/0/0/0/lastupdate/{{page}}.html\n    百合    ::/shuku/0/6/0/0/0/0/lastupdate/{{page}}.html\n    同人    ::/shuku/0/7/0/0/0/0/lastupdate/{{page}}.html\n校园言情::/shuku/0/1/0/0/0/0/lastupdate/{{page}}.html\n都市言情::/shuku/0/2/0/0/0/0/lastupdate/{{page}}.html\n古代言情::/shuku/0/3/0/0/0/0/lastupdate/{{page}}.html\n奇幻玄幻::/shuku/0/8/0/0/0/0/lastupdate/{{page}}.html\n网游竞技::/shuku/0/9/0/0/0/0/lastupdate/{{page}}.html\n科幻异能::/shuku/0/10/0/0/0/0/lastupdate/{{page}}.html\n恐怖灵异::/shuku/0/11/0/0/0/0/lastupdate/{{page}}.html\n惊悚推理::/shuku/0/12/0/0/0/0/lastupdate/{{page}}.html\n武侠仙侠::/shuku/0/13/0/0/0/0/lastupdate/{{page}}.html\n历史军事::/shuku/0/14/0/0/0/0/lastupdate/{{page}}.html\n穿越重生::/shuku/0/15/0/0/0/0/lastupdate/{{page}}.html\n综合其它::/shuku/0/16/0/0/0/0/lastupdate/{{page}}.html",
    "header": "",
    "lastUpdateTime": 1719532752688,
    "loginUrl": "",
    "respondTime": 38072,
    "ruleBookInfo": {
      "author": ".xq_bookne@div.-5@text",
      "coverUrl": ".lazyload.img@src",
      "init": "",
      "intro": ".bookintro@text",
      "kind": ".xq_bookne@div.-4@text##类别：",
      "lastChapter": "",
      "name": ".xq_bookne@class.one@em@text",
      "tocUrl": ".btn_book@a.-1@href",
      "wordCount": ".xq_bookne@div.-2@text##字数："
    },
    "ruleContent": {
      "content": "id.YiJianZhan@html"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": ""
    },
    "ruleSearch": {
      "author": "class.book_other@ownText",
      "bookList": "id.sitebox@dl",
      "bookUrl": "h3@tag.a.0@href",
      "checkKeyWord": "",
      "coverUrl": "tag.img@src",
      "intro": "class.book_des@text",
      "kind": "class.book_other@span@text",
      "name": "dd@h3@a.0@text"
    },
    "ruleToc": {
      "chapterList": "id.readerlist@ul@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/modules/article/search.php,{\n\"charset\": \"utf-8\",\n\"method\": \"POST\",\n\"body\": \"searchkey={{key}}&searchtype=all\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "error:timeout\nerror:timeout\nerror:Read error: ssl=0x7f518b9880: I/O error during system call, Connection timed out\nerror:timeout\nerror:Read timed out\n//加载超级慢",
    "bookSourceGroup": "🔞",
    "bookSourceName": "👔 新御宅屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.nprouwen.net",
    "customButton": false,
    "customOrder": 2032,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "总榜::/top/allvisit_{{page}}/\n月榜::/top/monthvisit_{{page}}/\n周榜::/top/weekvisit_{{page}}/\n总推::/top/allvote_{{page}}/\n月推::/top/monthvote_{{page}}/\n周推::/top/weekvote_{{page}}/\n站推::/top/toptime_{{page}}/\n收藏::/top/goodnum_{{page}}/\n字数::/top/size_{{page}}/\n最近::/top/lastupdate_{{page}}/\n最新::/top/postdate_{{page}}/\n耽美::/sort/1_{{page}}/\n百合::/sort/2_{{page}}/\n言情::/sort/3_{{page}}/\n高辣::/sort/4_{{page}}/\n腹黑::/sort/5_{{page}}/\n种田::/sort/6_{{page}}/\n高干::/sort/7_{{page}}/\n玄幻::/sort/8_{{page}}/\n修真::/sort/9_{{page}}/\n其他::/sort/10_{{page}}/\n武侠::/sort/11_{{page}}/\n都市::/sort/12_{{page}}/\n科幻::/sort/13_{{page}}/\n网游::/sort/14_{{page}}/\n恐怖::/sort/15_{{page}}/\n历史::/sort/16_{{page}}/\n同人::/sort/17_{{page}}/",
    "lastUpdateTime": 1681108249429,
    "respondTime": 39647,
    "ruleBookInfo": {
      "author": ".tab@tag.p.0@text##.*：",
      "coverUrl": ".tu@img@src",
      "intro": ".jj@p@html",
      "kind": ".tab1@tag.p.0@text&&.tab1@tag.p.1@text##小说",
      "lastChapter": ".tab@a@text",
      "name": "tag.h1.0@text##\\_.*",
      "wordCount": ".tab1@tag.p.2@text"
    },
    "ruleContent": {
      "content": "#novelcontent@textNodes",
      "replaceRegex": "##分卷阅读.*|.*作者.*"
    },
    "ruleExplore": {
      "author": ".p4@text||.p3 a@text",
      "bookList": ".tt||.content_link",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "tag.img@src||tag.a.1@href##.+\\D((\\d+)\\d{3})\\D##https://www.wmp8.com/files/article/image/$2/$1/$1s.jpg###",
      "intro": ".p5@text##.*简介.|\\s",
      "kind": "p@.p2@text&&.p1 a@text##\\[|\\]",
      "name": "tag.a.1@text##\\_.*",
      "wordCount": "p@.p3@text"
    },
    "ruleSearch": {
      "author": "tag.a.2@text",
      "bookList": ".search_list",
      "bookUrl": "tag.a.0@href",
      "coverUrl": "tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##https://www.wmp8.com/files/article/image/$2/$1/$1s.jpg###",
      "kind": "tag.a.1@text",
      "name": "tag.a.0@text##\\_.*"
    },
    "ruleToc": {
      "chapterList": "li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"s={{key}}&type=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：第一版主\nhttp://i.12bz.net\nhttp://m.111bz.cc\nhttp://m.dybz123.com\nhttp://m.xiaobanzhu.com\nhttp://m.xinbanzhu.net\n笔翠小说 https://m.bicuix.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "👔 御宅屋②",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.yushuwu12.com",
    "customButton": false,
    "customOrder": 2033,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "                              🌹榜   单🌹                              \n最近更新::/top/lastupdate_{{page}}/\n最新入库::/top/postdate_{{page}}/\n总点击榜::/top/allvisit_{{page}}/\n日点击榜::/top/dayvisit_{{page}}/\n周点击榜::/top/weekvisit_{{page}}/\n月点击榜::/top/monthvisit_{{page}}/\n总收藏榜::/top/goodnum_{{page}}/\n字数排行::/top/size_{{page}}/\n总推荐榜::/top/allvote_{{page}}/\n                              🌹分   类🌹                             \n玄幻小说::/sort/1_{{page}}/\n修真小说::/sort/2_{{page}}/\n都市小说::/sort/3_{{page}}/\n穿越小说::/sort/4_{{page}}/\n  藏经阁  ::/sort/5_{{page}}/\n科幻小说::/sort/6_{{page}}/\n其他小说::/sort/7_{{page}}/",
    "lastUpdateTime": 1724318366292,
    "respondTime": 36776,
    "ruleBookInfo": {
      "author": ".block_txt2 a.2@text",
      "coverUrl": ".block_img2 img@src",
      "init": "",
      "intro": ".intro_info@html",
      "kind": ".block_txt2 p.3:4:5@text",
      "lastChapter": ".block_txt2 a.4@text",
      "name": ".block_txt2 a.1@text",
      "tocUrl": "text.查看目录@href"
    },
    "ruleContent": {
      "content": "#nr1@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##(“|‘|’|—|-|'|\"|<|>|…|，|,|？|「|！|!|（|）|《|》|『|』|【|】|～|~|：|；|、|#|%|¥|/|\\|·|A|B|C|D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R|S|T|U|V|W|X|Y|Z|a|b|c|d|e|f|g|h|i|j|k|l|m|n|o|p|q|r|s|t|u|v|w|x|y|z|0|1|2|3|4|5|6|7|8|9|[\\u4e00-\\u9fa5])\\n\\s{2}##$1"
    },
    "ruleExplore": {
      "bookList": ""
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".cover p",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.yushuwu12.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "intro": "",
      "kind": "a.0@text##\\[|\\]|小说",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".chapter li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"type=articlename&s={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "鲤鱼乡②",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.liyuxiangall.com/#🚀",
    "customButton": false,
    "customOrder": 2034,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "现代耽美::/xiandai/\n穿越重生::/chuanyue/\n古代耽美::/gudai/\n灵异玄幻::/lingyi/\n  BL小说 ::/bl/\n  GL小说 ::/gl/\n腐文小说::/fuwen/",
    "lastUpdateTime": 1746069466463,
    "respondTime": 1688,
    "ruleBookInfo": {
      "author": ".book-describe@tag.p.0@text",
      "coverUrl": ".book-img@tag.img@src",
      "intro": ".m-bkcont@text",
      "kind": ".book-describe@tag.p.2@tag.a@text",
      "lastChapter": ".book-describe@tag.p.3@tag.a@text",
      "name": ".book-describe@tag.h1@text",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": ".m-article-text@html"
    },
    "ruleExplore": {
      "author": "null",
      "bookList": ".m-list-top@tag.ul@tag.li",
      "bookUrl": "tag.a@href",
      "kind": ".m-listbook-title@tag.h3@text",
      "name": "tag.a@text"
    },
    "ruleSearch": {
      "author": ".wid10@tag.b@text",
      "bookList": ".clearfix@tag.li!0",
      "bookUrl": ".wid35.0@tag.a@href",
      "checkKeyWord": "魔道祖师",
      "lastChapter": ".wid35.1@tag.a@text",
      "name": ".wid35.0@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": ".book-list@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "/e/search/index.php,{\n \"method\": \"POST\",\n \"body\": \"keyboard={{key}}&tbname=bookname&show=title,writer&tempid=1&submit=搜索\"\n\t}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：\nhttps://www.po18po.com\nhttps://www.po18wenxue.com\nhttps://www.sougou.work",
    "bookSourceGroup": "🔞",
    "bookSourceName": "桃色小说/欲望社",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.win10city.com",
    "customButton": false,
    "customOrder": 2035,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"最近更新\",\"url\":\"/top/lastupdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"最新入库\",\"url\":\"/top/postdate/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总推荐榜\",\"url\":\"/top/allvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月推荐榜\",\"url\":\"/top/monthvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总月票榜\",\"url\":\"/top/allvipvote/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月点击榜\",\"url\":\"/top/monthvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周点击榜\",\"url\":\"/top/weekvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"日点击榜\",\"url\":\"/top/dayvisit/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总鲜花榜\",\"url\":\"/top/allflower/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总鸡蛋榜\",\"url\":\"/top/allegg/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"编辑推荐\",\"url\":\"/top/toptime/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月勤更榜\",\"url\":\"/top/monthwords/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"收藏榜\",\"url\":\"/top/goodnum/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"字数榜\",\"url\":\"/top/words/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"新书榜\",\"url\":\"/top/newhot/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"类型\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"校园言情\",\"url\":\"/sort/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市言情\",\"url\":\"/sort/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代言情\",\"url\":\"/sort/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"罗曼史\",\"url\":\"/sort/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美\",\"url\":\"/sort/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"百合\",\"url\":\"/sort/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人\",\"url\":\"/sort/7/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奇幻玄幻\",\"url\":\"/sort/8/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游竞技\",\"url\":\"/sort/9/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻异能\",\"url\":\"/sort/10/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖灵异\",\"url\":\"/sort/11/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"惊悚推理\",\"url\":\"/sort/12/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠仙侠\",\"url\":\"/sort/13/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"/sort/14/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越重生\",\"url\":\"/sort/15/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"综合其它\",\"url\":\"/sort/16/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"全本\",\"url\":\"/quanben/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1743672022128,
    "respondTime": 35432,
    "ruleBookInfo": {
      "author": "class.red.0@text",
      "coverUrl": "",
      "intro": "class.bookintro@text",
      "kind": "",
      "lastChapter": "class.book chapterlist@dd.0@text",
      "name": "class.booktitle@text",
      "tocUrl": "h2@tag.a.0@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "class.readcontent@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##↑返回顶部↑"
    },
    "ruleExplore": {
      "author": "class.author.0@text",
      "bookList": "class.bookinfo",
      "bookUrl": "class.bookinfo@tag.a@href",
      "coverUrl": "@js:'https://www.gb84.com/modules/article/images/nocover.jpg'",
      "intro": "class.update@text",
      "kind": "",
      "lastChapter": "class.cat@text",
      "name": "class.bookname@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "class.author.0@text",
      "bookList": "class.bookinfo",
      "bookUrl": "class.bookinfo@tag.a@href",
      "checkKeyWord": "",
      "coverUrl": "@js:'https://www.gb84.com/modules/article/images/nocover.jpg'",
      "intro": "class.update@textNodes",
      "kind": "tag.td.4@text",
      "lastChapter": "class.cat@text",
      "name": "class.bookname@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": "id.list-chapterAll@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/modules/article/search.php,{\n'charset':'utf-8',\n'method':'POST',\n'body':'searchkey={{key}}'\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：\nhttp://i.12bz.net\nhttp://m.111bz.cc\nhttp://m.dybz123.com\nhttp://m.xinbanzhu.net\n御书屋 http://m.yushuwu12.com\n笔翠小说 https://m.bicuix.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "📪 第一版主⑦",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.xiaobanzhu.com",
    "customButton": false,
    "customOrder": 2036,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜  单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"日点击榜\",\"url\":\"/top/dayvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击榜\",\"url\":\"/top/weekvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击榜\",\"url\":\"/top/monthvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总点击榜\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总收藏榜\",\"url\":\"/top/goodnum_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"字数排行\",\"url\":\"/top/size_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总推荐榜\",\"url\":\"/top/allvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最新入库\",\"url\":\"/top/postdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最近更新\",\"url\":\"/top/lastupdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"分  类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻小说\",\"url\":\"/sort/1_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"修真小说\",\"url\":\"/sort/2_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市小说\",\"url\":\"/sort/3_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越小说\",\"url\":\"/sort/4_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"藏经阁\",\"url\":\"/sort/5_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻小说\",\"url\":\"/sort/6_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"其他小说\",\"url\":\"/sort/7_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.29}}]",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 7.1.1; Mi Note 3 Build/NMF26X; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.98 Mobile Safari/537.36\"\n}​",
    "lastUpdateTime": 1724315689656,
    "respondTime": 40210,
    "ruleBookInfo": {
      "author": ".block_txt2@p.2@a@text",
      "coverUrl": ".block_img2@img@src",
      "intro": ".intro_info@text",
      "kind": ".block_txt2@p.3@a@text",
      "lastChapter": ".block_txt2@p.5@a@text",
      "name": ".block_txt2@h2@a@text",
      "tocUrl": "text.查看目录@href",
      "wordCount": ".block_txt2@p.4@text&&.block_txt2@p.4@text"
    },
    "ruleContent": {
      "content": "#nr1@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\n.*本章未完.*\\n.."
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".line",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href<js>\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.xiaobanzhu.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n</js>",
      "kind": "a.0@text",
      "name": "a.1@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".chapter@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/s.php,{\n  \"body\": \"type=articlename&s={{key}}&submit=\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceGroup": "🔞",
    "bookSourceName": "九五看书网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.95ks.org",
    "customButton": false,
    "customOrder": 2037,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[\n  {\n    \"title\": \"全部分类\",\n    \"url\": \"/lastupdate_0_0_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 1\n    }\n  },\n  {\n    \"title\": \"玄幻魔法\",\n    \"url\": \"/lastupdate_1_0_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"武侠修真\",\n    \"url\": \"/lastupdate_2_0_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"都市言情\",\n    \"url\": \"/lastupdate_3_0_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"历史军事\",\n    \"url\": \"/lastupdate_4_0_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"科幻灵异\",\n    \"url\": \"/lastupdate_5_0_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"游戏竞技\",\n    \"url\": \"/lastupdate_6_0_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"女生耽美\",\n    \"url\": \"/lastupdate_7_0_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  },\n  {\n    \"title\": \"其他类型\",\n    \"url\": \"/lastupdate_8_0_0_{{page}}.html\",\n    \"style\": {\n      \"layout_flexGrow\": 1,\n      \"layout_flexBasisPercent\": 0.4\n    }\n  }\n]",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; U; Android 13; zh-Hans-CN; PFJM10 Build/TP1A.220905.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/135.0.4896.58 Quark/6.13.6.581 Mobile Safari/537.36\",\"Accept-Language\":\"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"}",
    "lastUpdateTime": 1768887490821,
    "respondTime": 35311,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content",
      "kind": "[property~=category|status|update_time]@content",
      "lastChapter": "[property~=las?test_chapter_name]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "{{baseUrl}}##.*\\/(\\d+)\\.html##/yuedu/$1_1/desc.html"
    },
    "ruleContent": {
      "content": "<js>\nvar bes = result.match(/PHA\\+[A-Za-z0-9+\\/]+={0,2}/g);\n//java.log(String(bes))\nif (!bes) {\n    var ml = java.webView(null,baseUrl,null);\n    var txt = java.getString(\"#txt@html\");\n    java.longToast(\"正文解密失败，转为webView动态加载。\");\n} else {\nvar result = [];\nfor (var i = 0; i < bes.length; i++) {\n    // 遍历数组，使用阅读内置Base64解码方法\n    var bsej = java.base64Decode(bes[i]);\n    var txtt = String(bsej);\n    result.push(txtt);\n      }\n\tvar txt = result.join('\\n');\n}\ntxt;\n</js>",
      "nextContentUrl": "@js:\nif(src.match(/var hhekgsv='.*\\/\\d+_\\d+_\\d+.html';var lk/)){\n\tresult=src.match(/var hhekgsv='(.*\\/\\d+_\\d+_\\d+.html)';var lk/)[1]\n\t}"
    },
    "ruleExplore": {
      "author": "span.2@text",
      "bookList": ".sort_list@li",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.*\\/(\\d+)\\.html##/img/$1.jpg",
      "kind": "span.0:3@text##\\[|\\]",
      "lastChapter": "a.0@title##最新章节：",
      "name": "a.0@text"
    },
    "ruleSearch": {
      "author": ".s5@text##\\s",
      "bookList": ".sort_list@li",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.*\\/(\\d+)\\.html##/img/$1.jpg",
      "name": "a.0@text"
    },
    "ruleToc": {
      "chapterList": "-.chapter-list@li@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "/search.html,{\n  \"body\": \"s={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "By小新\n首发论坛:https://srcbbs.com/\n请不要修改注释",
    "bookSourceGroup": "🔞",
    "bookSourceName": "乐文小说网",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.xlewen.org/",
    "customButton": false,
    "customOrder": 2038,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"首页\",\"url\":\"/\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"玄幻\",\"url\":\"/list/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"重生\",\"url\":\"/list/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市\",\"url\":\"/list/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"军史\",\"url\":\"/list/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游\",\"url\":\"/list/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻\",\"url\":\"/list/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"灵异\",\"url\":\"/list/7/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"言情\",\"url\":\"/list/8/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"排行榜\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"日榜\",\"url\":\"/rank/dayvisit_0_0_0_1.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"周榜\",\"url\":\"/rank/weekvisit_0_0_0_1.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月榜\",\"url\":\"/rank/monthvisit_0_0_0_1.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总榜\",\"url\":\"/rank/allvisit_0_0_0_1.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"新书\",\"url\":\"/rank/postdate_0_0_0_1.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"更新\",\"url\":\"/rank/lastupdate_0_0_0_1.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; U; Android 13; zh-Hans-CN; PFJM10 Build/TP1A.220905.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/135.0.4896.58 Quark/6.13.6.581 Mobile Safari/537.36\",\"Accept-Language\":\"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"}",
    "lastUpdateTime": 1768887496811,
    "respondTime": 44590,
    "ruleBookInfo": {
      "intro": "{{@@[class=\"options\"]@li[!-2:-1]@html}}\n{{java.get(\"t\")}}"
    },
    "ruleContent": {
      "content": "[id=\"novelcontent\"]@p[:-2]@html",
      "nextContentUrl": "@js:\na=java.getString('[id=\"next\"]@href');\na+\",{\\\"webView\\\": true}\"\n"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".book_other.0@span.0@text",
      "bookList": "[class=\"row\"]>div>dl",
      "bookUrl": "a.0@href",
      "coverUrl": "img@src",
      "intro": ".book_other.-1@text@put:{\"t\":\"@@.book_other.-1@text\"}",
      "name": "h3.0@text"
    },
    "ruleToc": {
      "chapterList": ".book_list.-1@li@a",
      "chapterName": "text",
      "chapterUrl": "href@js:result+\",{\\\"webView\\\": true}\"",
      "nextTocUrl": "[class=\"page-link\"].-1@href"
    },
    "searchUrl": "/search.html,{\n\t\"body\": \"s={{key}}\",\n\t\"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🎀笔趣阁①",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.b5200.net",
    "customButton": false,
    "customOrder": 2039,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/547.36 (KHTML, like Gecko, By Black Prism) Chrome/99.0 Safari/537.36\"\n}",
    "lastUpdateTime": 1704063237088,
    "respondTime": 26082,
    "ruleBookInfo": {
      "coverUrl": "id.fmimg.0@tag.img.0@src",
      "intro": "id.intro.0@tag.p.0@text"
    },
    "ruleContent": {
      "content": "tag.h1.0@textNodes&&id.content@tag.p@text##(第.{1,8}章)\\s*?(\\S*?)\\s*?\\S+?正文卷\\1\\2"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.odd.1@text",
      "bookList": "class.grid@tag.tr",
      "bookUrl": "class.odd.0@tag.a.0@href",
      "lastChapter": "class.even.0@tag.a.0@text",
      "name": "class.odd.0@tag.a.0@text"
    },
    "ruleToc": {
      "chapterList": "class.box_con@tag.dd!0:1:2:3:4:5:6:7:8",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "http://www.b5200.net/modules/article/search.php?searchkey={{key}}",
    "weight": 0
  },
  {
    "bookSourceComment": "//2024.10.30◎GEd520◎",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔞肉书屋◎GEd520◎",
    "bookSourceType": 0,
    "bookSourceUrl": "https://web.popo.city/",
    "customButton": false,
    "customOrder": 2040,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部分类\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n\n\n\n{\"title\":\" 校园言情\",\"url\":\"https://web.popo.city/sort/1/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n    \n\n\n{\"title\":\" 都市言情\",\"url\":\"https://web.popo.city/sort/2/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n    \n\n\n{\"title\":\" 古代言情\",\"url\":\"https://web.popo.city/sort/3/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n    \n\n\n{\"title\":\" 罗曼史\",\"url\":\"https://web.popo.city/sort/4/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n    \n\n\n{\"title\":\" 耽美\",\"url\":\"https://web.popo.city/sort/5/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n    \n\n\n{\"title\":\" 百合\",\"url\":\"https://web.popo.city/sort/6/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n    \n\n\n{\"title\":\" 同人\",\"url\":\"https://web.popo.city/sort/7/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n    \n\n\n{\"title\":\" 奇幻玄幻\",\"url\":\"https://web.popo.city/sort/8/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n    \n\n\n{\"title\":\" 网游竞技\",\"url\":\"https://web.popo.city/sort/9/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n    \n\n\n{\"title\":\" 科幻异能\",\"url\":\"https://web.popo.city/sort/10/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n    \n\n\n{\"title\":\" 恐怖灵异\",\"url\":\"https://web.popo.city/sort/11/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n    \n\n\n{\"title\":\" 惊悚推理\",\"url\":\"https://web.popo.city/sort/12/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n    \n\n\n{\"title\":\" 武侠仙侠\",\"url\":\"https://web.popo.city/sort/13/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n    \n\n\n{\"title\":\" 历史军事\",\"url\":\"https://web.popo.city/sort/14/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n    \n\n\n{\"title\":\" 穿越重生\",\"url\":\"https://web.popo.city/sort/15/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n    \n\n\n{\"title\":\" 综合其它\",\"url\":\"https://web.popo.city/sort/16/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}\n    \n]",
    "lastUpdateTime": 1744051044074,
    "loginUrl": "",
    "respondTime": 49481,
    "ruleBookInfo": {
      "author": "",
      "coverUrl": "img.1@src",
      "init": "",
      "intro": "#introl@text",
      "kind": "h4@span@text##\\[|\\]",
      "lastChapter": ".ullist.1@li.0@text",
      "name": "",
      "tocUrl": "text.显示全部章节@href",
      "wordCount": ".gray@span.0@text"
    },
    "ruleContent": {
      "content": "#acontent@html",
      "imageStyle": "",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "img@src",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": ".gray@text##\\|.*",
      "bookList": "#content@.c_row||.row_text",
      "bookUrl": "a@href",
      "coverUrl": "img@src",
      "intro": ".gray@text##.*\\】",
      "kind": "",
      "lastChapter": "",
      "name": "h4@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".index@dd@a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "https://web.popo.city/modules/article/search.php,{\n  \"method\": \"POST\",\n  \"body\": \"searchtype=all&searchkey={{key}}&act=search&submit=&page={{page}}\"\n}",
    "weight": 6
  },
  {
    "bookSourceComment": "同站：\n   海棠城  https://m.powenwu14.com\n海棠书屋 https://wap.haitangshuwu.info\n脸红心跳 https://m.huanxiwu.com\n  BL小说  https://m.52blxs.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔰 新御宅屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.yuzhaiwude.com",
    "customButton": false,
    "customOrder": 2041,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"总点击\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击\",\"url\":\"/top/monthvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击\",\"url\":\"/top/weekvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/sort/1_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠修真\",\"url\":\"/sort/2_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市青春\",\"url\":\"/sort/3_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻悬疑\",\"url\":\"/sort/4_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越历史\",\"url\":\"/sort/5_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"浪漫浓情\",\"url\":\"/sort/6_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"游戏竞技\",\"url\":\"/sort/7_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"精品其他\",\"url\":\"/sort/8_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"完本\",\"url\":\"/full/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1745854187609,
    "loginUrl": "",
    "respondTime": 11947,
    "ruleBookInfo": {
      "author": ".xx a.1@text",
      "coverUrl": "img@src",
      "init": "",
      "intro": ".jianjie@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".xx a.0@text##小说",
      "lastChapter": ".xx a.2@text##正文\\s",
      "name": ".xx li.0@text##\\_.*",
      "tocUrl": ".gengduo a@href"
    },
    "ruleContent": {
      "content": "#nr@html",
      "imageStyle": "0",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": ".list ul",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "span.2@text##\\s",
      "kind": "span.-1@text",
      "lastChapter": "",
      "name": "a.1@text##\\_.*",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".fk li",
      "bookUrl": "a.1@href",
      "coverUrl": "",
      "intro": "",
      "kind": "a.0@text##\\[|\\]",
      "lastChapter": "",
      "name": "a.1@text##\\_.*",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".lb li a",
      "chapterName": "text##本页章节.*",
      "chapterUrl": "href",
      "nextTocUrl": ".showpage@a@href"
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"s={{key}}&type=articlename\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "同站：\n肉色屋 https://m.rousewu.in",
    "bookSourceGroup": "🔞",
    "bookSourceName": "肉书屋①",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.roushuwu.com/#🚀",
    "customButton": false,
    "customOrder": 2042,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜    单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"总点击\",\"url\":\"/top/allvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月点击\",\"url\":\"/top/monthvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周点击\",\"url\":\"/top/weekvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"日点击\",\"url\":\"/top/dayvisit_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总推荐\",\"url\":\"/top/allvote_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月推荐\",\"url\":\"/top/monthvote_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周推荐\",\"url\":\"/top/weekvote_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"日推荐\",\"url\":\"/top/dayvote_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总收藏\",\"url\":\"/top/goodnum_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"字数排行\",\"url\":\"/top/size_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最新入库\",\"url\":\"/top/postdate_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最近更新\",\"url\":\"/top/lastupdate_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"分    类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"校园言情\",\"url\":\"/sort/1_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市言情\",\"url\":\"/sort/2_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代言情\",\"url\":\"/sort/3_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"罗曼史\",\"url\":\"/sort/4_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美\",\"url\":\"/sort/5_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"百合\",\"url\":\"/sort/6_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人\",\"url\":\"/sort/7_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奇幻玄幻\",\"url\":\"/sort/8_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游竞技\",\"url\":\"/sort/9_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻异能\",\"url\":\"/sort/10_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖灵异\",\"url\":\"/sort/11_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"惊悚推理\",\"url\":\"/sort/12_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠仙侠\",\"url\":\"/sort/13_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"/sort/14_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越重生\",\"url\":\"/sort/15_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"综合其他\",\"url\":\"/sort/16_{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完  本\",\"url\":\"/full/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1746069303353,
    "respondTime": 41701,
    "ruleBookInfo": {
      "author": ".catalog_author a@text",
      "coverUrl": ".catalog_pic_left img@src",
      "intro": ".catalog_intor@html##.*简介.",
      "kind": ".s1@text&&.s2@text&&.catalog_updatetime span@text##\\s.*",
      "lastChapter": ".catalog_newest a@text",
      "name": "tag.h3.0@text",
      "tocUrl": "",
      "wordCount": ""
    },
    "ruleContent": {
      "content": ".chapter_content@html",
      "nextContentUrl": "",
      "replaceRegex": ""
    },
    "ruleExplore": {
      "author": ".p3@text||.newbook_author@text",
      "bookList": ".articlegeneral li||.newbook_list",
      "bookUrl": ".p1 a@href||.newbook_title a@href",
      "coverUrl": "img@src||tag.a.0@href##.+\\D((\\d+)\\d{3})\\D##https://img.roushuwu.com/image/$2/$1/$1s.jpg###",
      "intro": ".newbook_intor@text",
      "kind": ".p2@text&&.s1@text",
      "name": ".p1 a@text||.newbook_title@text"
    },
    "ruleSearch": {
      "author": "tag.a.2@text",
      "bookList": ".sort_box_list",
      "bookUrl": "tag.a.1@href",
      "coverUrl": "img@src",
      "intro": ".newbook_intor@text",
      "kind": ".s1@text",
      "name": "tag.a.1@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".catalog_list!0@li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/search.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"searchkey={{key}}&submit=\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "https://wap.popo.city",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔞 肉书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.roushuwu7.com#yc1101",
    "customButton": false,
    "customOrder": 2043,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"总点击榜\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月点击榜\",\"url\":\"/top/monthvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击榜\",\"url\":\"/top/weekvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总推荐榜\",\"url\":\"/top/allvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"月推荐榜\",\"url\":\"/top/monthvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周推荐榜\",\"url\":\"/top/weekvote_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总收藏榜\",\"url\":\"/top/goodnum_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总字数榜\",\"url\":\"/top/size_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最近更新\",\"url\":\"/top/lastupdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"最新入库\",\"url\":\"/top/postdate_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/sort/1_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"/sort/2_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市言情\",\"url\":\"/sort/3_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻网游\",\"url\":\"/sort/4_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"惊悚悬疑\",\"url\":\"/sort/5_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"耽美同人\",\"url\":\"/sort/6_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越架空\",\"url\":\"/sort/7_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"高辣浓情\",\"url\":\"/sort/8_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"禁忌百合\",\"url\":\"/sort/9_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"精品文学\",\"url\":\"/sort/10_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"完本小说\",\"url\":\"/full/{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1746069181698,
    "loginUrl": "",
    "respondTime": 4980,
    "ruleBookInfo": {
      "author": ".xx a.1@text",
      "coverUrl": "img@src",
      "init": "",
      "intro": ".jianjie@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".xx a.0@text##小说",
      "lastChapter": ".xx a.2@text##正文\\s",
      "name": ".xx li.0@text##\\_.*",
      "tocUrl": ".gengduo a@href"
    },
    "ruleContent": {
      "content": "#nr@html",
      "imageStyle": "0",
      "nextContentUrl": ""
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": ".list ul",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "span.2@text##\\s",
      "kind": "span.-1@text",
      "lastChapter": "",
      "name": "a.1@text##\\_.*",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".fk li",
      "bookUrl": "a.1@href",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##http://img.roushuwu7.com/image/$2/$1/$1s.jpg###",
      "intro": "",
      "kind": "a.0@text##\\[|\\]",
      "lastChapter": "",
      "name": "a.1@text##\\_.*",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".lb li a",
      "chapterName": "text##本页章节.*",
      "chapterUrl": "href",
      "nextTocUrl": ".showpage@a@href"
    },
    "searchUrl": "/s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"s={{key}}&type=articlename\"\n}",
    "weight": 56
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "新御书屋🎃#8",
    "bookSourceType": 0,
    "bookSourceUrl": "https://wap.xyushuwu11.com#🎃",
    "customButton": false,
    "customOrder": 2044,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"全部分类\",\"url\":\"/sort/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"校园言情\",\"url\":\"/sort/1-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市言情\",\"url\":\"/sort/2-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代言情\",\"url\":\"/sort/3-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"罗曼史\",\"url\":\"/sort/4-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美\",\"url\":\"/sort/5-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"百合\",\"url\":\"/sort/6-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人\",\"url\":\"/sort/7-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奇幻玄幻\",\"url\":\"/sort/8-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游竞技\",\"url\":\"/sort/9-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻异能\",\"url\":\"/sort/10-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖灵异\",\"url\":\"/sort/11-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"惊悚推理\",\"url\":\"/sort/12-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠仙侠\",\"url\":\"/sort/13-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"/sort/14-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越重生\",\"url\":\"/sort/15-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"综合其它\",\"url\":\"/sort/16-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完本\",\"url\":\"/wanben-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1746069392002,
    "respondTime": 4044,
    "ruleBookInfo": {
      "author": ".author@text##.* \\/(.*)##$1",
      "coverUrl": ".fm@mip-img@src",
      "intro": ".intro@text",
      "kind": "{{@@class.author@text##(.*) \\/.*##$1}}\n",
      "lastChapter": "{{@@class.lastchapter@text##更新：}}·{{@@class.p1@span@text##更新}}",
      "name": "h1@text",
      "tocUrl": "text.查看所有章节@href"
    },
    "ruleContent": {
      "content": ".content@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": ".author@text",
      "bookList": ".topul",
      "bookUrl": "h2@a@href",
      "coverUrl": "mip-img@src",
      "intro": "p@text",
      "kind": ".other@text",
      "name": "h2@text"
    },
    "ruleSearch": {
      "author": "span@text##\\/",
      "bookList": ".result@li",
      "bookUrl": "a.1@href",
      "kind": "a.0@text##\\[|\\]",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".chapters@ul@li@mip-link",
      "chapterName": "text##列表结束，点击返回书页|列表开始，点击返回书页",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/s.php,{\n  \"body\": \"submit=&type=articlename&s={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "PO18文学🎃#19",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.po18yq.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 2045,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "最近更新::https://www.po18yq.com/paihang/lastupdate_{{page}}.html\n最新入库::https://www.po18yq.com/paihang/postdate_{{page}}.html\n总排行榜::https://www.po18yq.com/paihang/allvisit_{{page}}.html\n总推荐榜::https://www.po18yq.com/paihang/allvote_{{page}}.html\n总收藏榜::https://www.po18yq.com/paihang/goodnum_{{page}}.html\n总字数榜::https://www.po18yq.com/paihang/size_{{page}}.html\n玄幻奇幻::https://www.po18yq.com/xuanhuan_{{page}}.html\n武侠仙侠::https://www.po18yq.com/wuxia_{{page}}.html\n都市言情::https://www.po18yq.com/dushi_{{page}}.html\n科幻网游::https://www.po18yq.com/kehuan_{{page}}.html\n惊悚悬疑::https://www.po18yq.com/jingsong_{{page}}.html\n耽美同人::https://www.po18yq.com/danmei_{{page}}.html\n穿越架空::https://www.po18yq.com/chuanyue_{{page}}.html\n浓情纯爱::https://www.po18yq.com/nongqing_{{page}}.html\n百合优美::https://www.po18yq.com/baihe_{{page}}.html\n精品文学::https://www.po18yq.com/qita_{{page}}.html",
    "lastUpdateTime": 1746069438937,
    "loginUrl": "",
    "respondTime": 7062,
    "ruleBookInfo": {
      "coverUrl": "class.l@img@src",
      "intro": "class.p3@textNodes",
      "kind": "class.topmenuchaptermenu@span@a@text",
      "lastChapter": "class.p4@a@text"
    },
    "ruleContent": {
      "content": "id.content@p@html##喜欢请大家收藏.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@a@text||class.p2@a@text",
      "bookList": "class.lists@li||class.listcon@li",
      "bookUrl": "a@href",
      "coverUrl": "tag.a.0@href##.*/(\\d+)/(\\d+)/##http://img.po18yq.com/image/$1/$2/$2s.jpg",
      "intro": "class.p3@textNodes",
      "kind": "class.sortname@text||class.articlename@span@text##\\[|]",
      "lastChapter": "class.lastchapter@a@text",
      "name": "class.articlename@a@text"
    },
    "ruleToc": {
      "chapterList": "class.chapterlist@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.po18yq.com/modules/article/search.php?searchkey={{key}}&t_btnsearch=&page={{page}},{\n\"charset\":\"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "肉文屋🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.rouwenwu16.com#🎃",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 2046,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"🎖 排行榜 🎖\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"总排行\",\"url\":\"/top/allvisit-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月排行\",\"url\":\"/top/monthvisit-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总推荐\",\"url\":\"/top/allvote-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"月推荐\",\"url\":\"/top/monthvote-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"总收藏\",\"url\":\"/top/goodnum-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"字数榜\",\"url\":\"/top/size-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"更新榜\",\"url\":\"/top/lastupdate-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"新入库\",\"url\":\"/top/postdate-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"全部分类\",\"url\":\"/sort/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},{\"title\":\"校园言情\",\"url\":\"/sort/1-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"都市言情\",\"url\":\"/sort/2-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"古代言情\",\"url\":\"/sort/3-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"罗曼史\",\"url\":\"/sort/4-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"耽美\",\"url\":\"/sort/5-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"百合\",\"url\":\"/sort/6-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"同人\",\"url\":\"/sort/7-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"奇幻玄幻\",\"url\":\"/sort/8-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"网游竞技\",\"url\":\"/sort/9-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"科幻异能\",\"url\":\"/sort/10-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"恐怖灵异\",\"url\":\"/sort/11-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"惊悚推理\",\"url\":\"/sort/12-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"武侠仙侠\",\"url\":\"/sort/13-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"历史军事\",\"url\":\"/sort/14-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"穿越重生\",\"url\":\"/sort/15-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"综合其它\",\"url\":\"/sort/16-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},{\"title\":\"完本小说\",\"url\":\"/wanben-{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]",
    "lastUpdateTime": 1746069450007,
    "loginUrl": "",
    "respondTime": 7410,
    "ruleBookInfo": {
      "author": "##:author\"[^\"]+\"([^\"]*)##$1###",
      "coverUrl": "##og:image\"[^\"]+\"([^\"]*)##$1###",
      "intro": "##:description\"[^\"]+\"([^\"]*)##$1###",
      "kind": "##:category\"[^\"]+\"([^\"]*)##$1###",
      "lastChapter": "##_chapter_name\"[^\"]+\"([^\"]*)##$1###",
      "name": "##:book_name\"[^\"]+\"([^\"]*)##$1###",
      "tocUrl": ""
    },
    "ruleContent": {
      "content": "div#content@html",
      "nextContentUrl": "text.下一页@href\n//需要加载下一页,章节地址添加##$##,{\"webView\": true}",
      "replaceRegex": "##更多小说请收藏.*|\\s*_{4,}"
    },
    "ruleExplore": {
      "author": "",
      "bookList": "",
      "bookUrl": "",
      "coverUrl": "",
      "intro": "",
      "kind": "",
      "lastChapter": "",
      "name": "",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": ".author@text",
      "bookList": "ul.topul>li",
      "bookUrl": "h2>a@href",
      "checkKeyWord": "我的",
      "coverUrl": "img@src",
      "intro": "p@text",
      "kind": "i.lianzai@text",
      "lastChapter": "",
      "name": "h2>a@text",
      "wordCount": ".other@text"
    },
    "ruleToc": {
      "chapterList": "tag.ul.2@tag.li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/s.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\"\n}\n",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "☘️🔞BL书阁🔞☘️",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.blshuge.com#响海",
    "customButton": false,
    "customOrder": 2047,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻::https://www.blshuge.com/sort/1/{{page}}.html\n穿越::https://www.blshuge.com/sort/2/{{page}}.html\n架空::https://www.blshuge.com/sort/3/{{page}}.html\n都市::https://www.blshuge.com/sort/4/{{page}}.html\n言情::https://www.blshuge.com/sort/5/{{page}}.html\n网游::https://www.blshuge.com/sort/6/{{page}}.html\n科幻::https://www.blshuge.com/sort/7/{{page}}.html\n精品::https://www.blshuge.com/sort/8/{{page}}.html\n耽美::https://www.blshuge.com/sort/9/{{page}}.html",
    "lastUpdateTime": 1746069457592,
    "respondTime": 1546,
    "ruleBookInfo": {
      "author": "class.p_author@text",
      "coverUrl": "tag.img@src",
      "intro": "id.bookintro@text",
      "lastChapter": "id.uptime@tag.span@text",
      "name": "class.d_title@tag.h1@text",
      "tocUrl": "text.更多目录@href"
    },
    "ruleContent": {
      "content": "id.TextContent@html"
    },
    "ruleExplore": {
      "bookList": "id.sitebox@tag.dl",
      "bookUrl": "tag.h3@tag.a@href",
      "coverUrl": "tag.img@_src",
      "intro": "class.book_des@text",
      "kind": "tag.dt@tag.span@text",
      "name": "tag.h3@tag.a@text"
    },
    "ruleSearch": {
      "bookList": "id.nr",
      "bookUrl": "tag.h3@tag.a@href",
      "coverUrl": "tag.img@src",
      "intro": "class.book_des@text",
      "kind": "tag.span.0@text",
      "name": "tag.h3@tag.a.-1@text"
    },
    "ruleToc": {
      "chapterList": "class.chaw_c@tag.li",
      "chapterName": "tag.a@text",
      "chapterUrl": "tag.a@href"
    },
    "searchUrl": "https://www.blshuge.com/modules/article/search.php,{\n\"method\": \"POST\",\n\"body\": \"searchkey={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "小版主🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "http://m.xiaobanzhu.com#🎃",
    "customButton": false,
    "customOrder": 2048,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "玄幻小说::/sort/1_{{page}}/\n修真小说::/sort/2_{{page}}/\n都市小说::/sort/3_{{page}}/\n穿越小说::/sort/4_{{page}}/\n  藏金阁  ::/sort/5_{{page}}/\n科幻小说::/sort/6_{{page}}/",
    "header": "{\n  \"User-Agent\": \"Mozilla/5.0 (Linux; Android 7.1.1; Mi Note 3 Build/NMF26X; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.98 Mobile Safari/537.36\"\n}​",
    "lastUpdateTime": 1748785463133,
    "respondTime": 10286,
    "ruleBookInfo": {
      "author": ".block_txt2@p.2@a@text",
      "coverUrl": ".block_img2@img@src",
      "intro": ".intro_info@text",
      "kind": ".block_txt2@p.3@a@text",
      "lastChapter": ".block_txt2@p.5@a@text",
      "name": ".block_txt2@h2@a@text",
      "tocUrl": "text.查看目录@href",
      "wordCount": ".block_txt2@p.4@text&&.block_txt2@p.4@text"
    },
    "ruleContent": {
      "content": "#nr1@html",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##\\n.*本章未完.*\\n.."
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".line",
      "bookUrl": "a.1@href",
      "kind": "a.0@text",
      "name": "a.1@text"
    },
    "ruleToc": {
      "chapterList": ".chapter@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href",
      "nextTocUrl": "text.下一页@href"
    },
    "searchUrl": "/s.php,{\n  \"body\": \"type=articlename&s={{key}}&submit=\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "⭐️云云小说🔞",
    "bookSourceType": 0,
    "bookSourceUrl": "http://www.yunyunxs.com",
    "bookUrlPattern": ".*yunyunxs.com/works/\\d+/",
    "customButton": false,
    "customOrder": 2049,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "@js:\nvar sort=[];\nvar push=(title,url,size)=>sort.push({\n  \t\"title\": title,\n  \t\"url\": url,\n  \t\"style\": {\n   \"layout_flexGrow\": 1,\n   \"layout_flexBasisPercent\": size\n   }\n });\n\nvar url=source.key;\nvar fl=url;\nvar ph=url+\"/top_allvisit_1/\";\nvar qb=url+\"/full-1/\";\nvar html=java.ajax(fl);\nvar src=java.ajax(ph);\nvar qbl=java.ajax(qb);\n\nif(html&&src&&qbl){\na=org.jsoup.Jsoup.parse(html).select(\".nav li a\");\nb=org.jsoup.Jsoup.parse(src).select(\".r li a\");\nc=org.jsoup.Jsoup.parse(qbl).select(\".clearfix li a\");\n\npush(\"🌹分类🌹\",null,1)\n    for(i in a){\n        title=a[i].text()\n        url=a[i].attr(\"href\")\n        size=0.25;\nurl=String(url).replace(\"1/\",\"{{page}}/\").replace(\"1.html\",\"{{page}}.html\");\n\nif(title!=\"首页\"&&title!=\"足迹\"){\n\tpush(title,url,size)\n\t}\n\n    \n    };\n    \n push(\"🌹排行🌹\",null,1)\n    for(i in b){\n        title=b[i].text()\n        url=b[i].attr(\"href\")\n  url=String(url).replace(\"1/\",\"{{page}}/\").replace(\"1.html\",\"{{page}}.html\")\n        size=0.25;\n        push(title,url,size)\n    }\n//push(\"🌹全本🌹\",\"/full/{{page}}/\",1)\n      \n}else{\n  java.toast(\"发现列表获取失败！\")\n}\n\nJSON.stringify(sort)",
    "lastUpdateTime": 1746069556283,
    "respondTime": 15942,
    "ruleBookInfo": {
      "author": "#info@a.0@text",
      "init": "",
      "kind": "#info@a.1@text",
      "lastChapter": "#info@a.2@text",
      "name": "#info@h1@text",
      "tocUrl": "text.全文目录@href"
    },
    "ruleContent": {
      "content": "#booktxt@textNodes",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": ".s4@text",
      "bookList": ".l li",
      "bookUrl": "a.0@href",
      "intro": ".s5@text",
      "lastChapter": ".s3@text",
      "name": ".s2@text"
    },
    "ruleToc": {
      "chapterList": "#list dl a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "text.下一页@href",
      "preUpdateJs": ""
    },
    "searchUrl": "/search.php,{\"charset\":\"gbk\",\"method\":\"post\",\"body\":\"type=articlename&s={{key}}\"}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "👔 脸红心跳",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.po18yq.com/",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 2050,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "最近更新::paihang/lastupdate_{{page}}.html\n最新入库::paihang/postdate_{{page}}.html\n总排行榜::paihang/allvisit_{{page}}.html\n总推荐榜::paihang/allvote_{{page}}.html\n总收藏榜::paihang/goodnum_{{page}}.html\n总字数榜::paihang/size_{{page}}.html\n玄幻奇幻::xuanhuan_{{page}}.html\n武侠仙侠::wuxia_{{page}}.html\n都市言情::dushi_{{page}}.html\n科幻网游::kehuan_{{page}}.html\n惊悚悬疑::jingsong_{{page}}.html\n耽美同人::danmei_{{page}}.html\n穿越架空::chuanyue_{{page}}.html\n浓情纯爱::nongqing_{{page}}.html\n百合优美::baihe_{{page}}.html\n精品文学::qita_{{page}}.html",
    "lastUpdateTime": 1746069618929,
    "loginUrl": "",
    "respondTime": 6646,
    "ruleBookInfo": {
      "coverUrl": "class.l@img@src",
      "intro": "class.p3@textNodes",
      "kind": "class.topmenuchaptermenu@span@a@text",
      "lastChapter": "class.p4@a@text"
    },
    "ruleContent": {
      "content": "id.content@p@html##喜欢请大家收藏.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@a@text||class.p2@a@text",
      "bookList": "class.lists@li||class.listcon@li",
      "bookUrl": "a@href",
      "coverUrl": "tag.a.0@href##.*/(\\d+)/(\\d+)/##http://img.po18yq.com/image/$1/$2/$2s.jpg",
      "intro": "class.p3@textNodes",
      "kind": "class.sortname@text||class.articlename@span@text##\\[|]",
      "lastChapter": "class.lastchapter@a@text",
      "name": "class.articlename@a@text"
    },
    "ruleToc": {
      "chapterList": "class.chapterlist@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "modules/article/search.php?searchkey={{key}}&t_btnsearch=&page={{page}},{\n\"charset\":\"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "\"error:Unabletoresolvehost\"www.po18yq.com\":Noaddressassociatedwithhostname\n\"",
    "bookSourceGroup": "🔞",
    "bookSourceName": "🔞 PO18脸红心跳②",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.po18yq.com已整理",
    "bookUrlPattern": "已校验",
    "customButton": false,
    "customOrder": 2051,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "最近更新::https://www.po18yq.com/paihang/lastupdate_{{page}}.html\n最新入库::https://www.po18yq.com/paihang/postdate_{{page}}.html\n总排行榜::https://www.po18yq.com/paihang/allvisit_{{page}}.html\n总推荐榜::https://www.po18yq.com/paihang/allvote_{{page}}.html\n总收藏榜::https://www.po18yq.com/paihang/goodnum_{{page}}.html\n总字数榜::https://www.po18yq.com/paihang/size_{{page}}.html\n玄幻奇幻::https://www.po18yq.com/xuanhuan_{{page}}.html\n武侠仙侠::https://www.po18yq.com/wuxia_{{page}}.html\n都市言情::https://www.po18yq.com/dushi_{{page}}.html\n科幻网游::https://www.po18yq.com/kehuan_{{page}}.html\n惊悚悬疑::https://www.po18yq.com/jingsong_{{page}}.html\n耽美同人::https://www.po18yq.com/danmei_{{page}}.html\n穿越架空::https://www.po18yq.com/chuanyue_{{page}}.html\n浓情纯爱::https://www.po18yq.com/nongqing_{{page}}.html\n百合优美::https://www.po18yq.com/baihe_{{page}}.html\n精品文学::https://www.po18yq.com/qita_{{page}}.html",
    "lastUpdateTime": 1746069624444,
    "loginUrl": "",
    "respondTime": 66093,
    "ruleBookInfo": {
      "coverUrl": "class.l@img@src",
      "intro": "class.p3@textNodes",
      "kind": "class.topmenuchaptermenu@span@a@text",
      "lastChapter": "class.p4@a@text"
    },
    "ruleContent": {
      "content": "id.content@p@html##喜欢请大家收藏.*"
    },
    "ruleExplore": {},
    "ruleSearch": {
      "author": "class.author@a@text||class.p2@a@text",
      "bookList": "class.lists@li||class.listcon@li",
      "bookUrl": "a@href",
      "coverUrl": "tag.a.0@href##.*/(\\d+)/(\\d+)/##http://img.po18yq.com/image/$1/$2/$2s.jpg",
      "intro": "class.p3@textNodes",
      "kind": "class.sortname@text||class.articlename@span@text##\\[|]",
      "lastChapter": "class.lastchapter@a@text",
      "name": "class.articlename@a@text"
    },
    "ruleToc": {
      "chapterList": "class.chapterlist@li@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.po18yq.com/modules/article/search.php?searchkey={{key}}&t_btnsearch=&page={{page}},{\n\"charset\":\"gbk\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "肉书屋🎃",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.roushuwu.com#🎃",
    "customButton": false,
    "customOrder": 2052,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"玄幻奇幻\",\"url\":\"/xuanhuan/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"武侠仙侠\",\"url\":\"/wuxia/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"都市言情\",\"url\":\"/dushi/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"历史穿越\",\"url\":\"/lishi/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"网游竞技\",\"url\":\"/wangyou/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"科幻穿越\",\"url\":\"/kehuan/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"恐怖惊悚\",\"url\":\"/kongbu/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}},{\"title\":\"其他类型\",\"url\":\"/qita/{{page}}.html\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.4}}]",
    "lastUpdateTime": 1746069664699,
    "respondTime": 36267,
    "ruleBookInfo": {
      "coverUrl": ".catalog_pic img@src",
      "init": "",
      "intro": ".catalognovel_intro@html",
      "kind": ".catalognovel_type p@text"
    },
    "ruleContent": {
      "content": ".chapter_content@html"
    },
    "ruleExplore": {
      "author": ".novel_author a@text",
      "bookList": ".novel_box",
      "bookUrl": ".novel_name a@href",
      "coverUrl": "img@src",
      "intro": ".novel_intro@html",
      "lastChapter": ".novel_newest a@text",
      "name": ".novel_name a@text"
    },
    "ruleSearch": {
      "author": ".p3@text",
      "bookList": ".list_ul li",
      "bookUrl": ".p1 a@href",
      "coverUrl": "",
      "intro": "",
      "kind": ".p4@text&&.p5@text&&.p6@text",
      "lastChapter": ".p2 a@text",
      "name": ".p1 a@text"
    },
    "ruleToc": {
      "chapterList": ".listchapter.-1@ul@li",
      "chapterName": "a@text",
      "chapterUrl": "a@href"
    },
    "searchUrl": "modules/article/search.php,{\n  \"body\": \"searchkey={{key}}\",\n  \"charset\": \"GBK\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "㊕ 欲望社 #一程1101",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.win10city.com#yc1101",
    "bookUrlPattern": "",
    "customButton": false,
    "customOrder": 2053,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "",
    "lastUpdateTime": 1746069687987,
    "loginUrl": "",
    "respondTime": 12107,
    "ruleBookInfo": {
      "author": "[property=\"og:novel:author\"]@content",
      "coverUrl": "[property=\"og:image\"]@content",
      "intro": "[property=\"og:description\"]@content##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": "[property=\"og:novel:category\"]@content&&[property=\"og:novel:status\"]@content&&[property=\"og:novel:update_time\"]@content##\\s.*",
      "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content",
      "name": "[property=\"og:novel:book_name\"]@content",
      "tocUrl": "",
      "wordCount": "##字数：([^<]+)<##$1###"
    },
    "ruleContent": {
      "content": "id.rtext@html",
      "imageStyle": "0",
      "nextContentUrl": "text.下一页@href",
      "replaceRegex": "##↑返回顶部↑"
    },
    "ruleExplore": {
      "author": "td.2@text",
      "bookList": "tbody tr!0",
      "bookUrl": "a.0@href",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##http://img.win10city.com/image/$2/$1/$1s.jpg###",
      "intro": "",
      "kind": "td.4@text",
      "lastChapter": "td.1@text",
      "name": "td.0@text",
      "wordCount": "td.3@text"
    },
    "ruleSearch": {
      "author": ".author.0@text##作者.",
      "bookList": ".bookbox",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##http://img.win10city.com/image/$2/$1/$1s.jpg###",
      "kind": ".author@text",
      "lastChapter": "a.1@text",
      "name": ".bookname@text##小说.",
      "wordCount": "li.3@text##大小."
    },
    "ruleToc": {
      "chapterList": "#list-chapterAll dd a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "https://www.win10city.com/modules/article/search.php,{\n  \"charset\": \"UTF-8\",\n  \"method\": \"POST\",\n  \"body\": \"searchkey={{key}}&action=login&searchtype=all&submit=\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "👔 御宅屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.123yuzhaiwu.com/",
    "customButton": false,
    "customOrder": 2054,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"都市小说\",\"url\":\"/wapsort/1_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"浓情小说\",\"url\":\"/wapsort/2_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"言情小说\",\"url\":\"/wapsort/3_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"校园小说\",\"url\":\"/wapsort/4_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"标签\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"快穿\",\"url\":\"/tag/kc/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"美攻\",\"url\":\"/tag/mg/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"肉文\",\"url\":\"/tag/rw/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"年下\",\"url\":\"/tag/nx/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"年上\",\"url\":\"/tag/ns/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"网游\",\"url\":\"/tag/wy/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"人兽\",\"url\":\"/tag/rs/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"强强\",\"url\":\"/tag/qq/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"穿越\",\"url\":\"/tag/cy/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"双性\",\"url\":\"/tag/sx/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"强受\",\"url\":\"/tag/qs/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"疗愈\",\"url\":\"/tag/ly/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"重生\",\"url\":\"/tag/cs/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"百合\",\"url\":\"/tag/bh/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"虐文\",\"url\":\"/tag/nw/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"温馨\",\"url\":\"/tag/wx/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"NP\",\"url\":\"/tag/np/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"女性向\",\"url\":\"/tag/nv/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"男性向\",\"url\":\"/tag/nan/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"萌文\",\"url\":\"/tag/mw/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"耽美\",\"url\":\"/tag/dm/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"末世\",\"url\":\"/tag/ms/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"校园\",\"url\":\"/tag/xy/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"师生\",\"url\":\"/tag/ss/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"BG\",\"url\":\"/tag/bg/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"娱乐圈\",\"url\":\"/tag/ylq/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"高干\",\"url\":\"/tag/gg/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"金手指\",\"url\":\"/tag/jsz/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"反攻\",\"url\":\"/tag/fg/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"诱受\",\"url\":\"/tag/ys/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"不限\",\"url\":\"/tag/bx/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},\n{\"title\":\"SM\",\"url\":\"/tag/sm/p_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1681057895374,
    "respondTime": 9117,
    "ruleBookInfo": {
      "author": ".article_info_td.0@div.0@text",
      "init": "",
      "intro": "[style=\"padding:5px;font-size:12px;color:#666; line-height:auto\"]@text",
      "kind": ".article_info_td.0@div.3:1@text&&.article_info_td.1@div.0@text##.*：",
      "lastChapter": ".article_info_td.0@div.2@a@text&&class.article_info_td@tag.time@text\n<js>result.replace(/(.*)\\s/,'$1 • ')</js>",
      "name": "[style=\"background:none;\"]@text",
      "tocUrl": "[style=\"color:red;\"]@href",
      "wordCount": ""
    },
    "ruleContent": {
      "content": "#nr1@html"
    },
    "ruleExplore": {
      "author": ".author@text||strong@text||span@text",
      "bookList": ".s_m@.last_li||id.list_ul@li||.common-bookele",
      "bookUrl": ".name@href||a.1@href||a.0@href",
      "intro": ".abstract@text",
      "kind": ".words@text||time@text||a.0@text##.*：",
      "name": ".name@text||h3@text||a.1@text"
    },
    "ruleSearch": {
      "author": "strong@text",
      "bookList": ".common-bookele",
      "bookUrl": "a.0@href",
      "checkKeyWord": "",
      "kind": ".lastupdate@text",
      "name": ".articlename@text"
    },
    "ruleToc": {
      "chapterList": "ul@li!-1@a",
      "chapterName": "text",
      "chapterUrl": "href"
    },
    "searchUrl": "s.php,{\n'charset': '',\n'method': 'POST',\n'body': 'type=articlename&s={{key}}'\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "",
    "bookSourceGroup": "🔞",
    "bookSourceName": "👔 辣妹小说",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.lamei2.com/",
    "customButton": false,
    "customOrder": 2055,
    "enabled": false,
    "enabledCookieJar": false,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"月点击\",\"url\":\"/top/monthvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"周点击\",\"url\":\"/top/weekvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"总点击\",\"url\":\"/top/allvisit_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/sort/1_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"/sort/2_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市言情\",\"url\":\"/sort/3_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越历史\",\"url\":\"/sort/4_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻灵异\",\"url\":\"/sort/5_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"网游竞技\",\"url\":\"/sort/6_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"其他类型\",\"url\":\"/sort/7_{{page}}/\",\"style\":{\"layout_flexBasisPercent\":0.29}}]",
    "lastUpdateTime": 1743672496104,
    "loginUrl": "",
    "respondTime": 12410,
    "ruleBookInfo": {
      "author": ".xx a.1@text",
      "coverUrl": ".xsfm img@src",
      "init": "",
      "intro": ".jianjie@html##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".xx a.0@text",
      "lastChapter": ".xx a.2@text",
      "name": ".xx li.0@text",
      "tocUrl": ".gengduo a@href"
    },
    "ruleContent": {
      "content": "#nr@html",
      "nextContentUrl": "text.下一页@href"
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": ".list ul",
      "bookUrl": "a.1@href",
      "coverUrl": "img@src",
      "intro": "span.2@text",
      "kind": "i@text",
      "name": "a.1@text",
      "wordCount": ""
    },
    "ruleSearch": {
      "author": "a.2@text",
      "bookList": ".xbk li",
      "bookUrl": "a.1@href",
      "checkKeyWord": "青春",
      "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##http://img.lamei2.com/image/$2/$1/$1s.jpg###",
      "intro": "",
      "kind": "a.0@text##\\[|\\]",
      "lastChapter": "",
      "name": "a.1@text",
      "wordCount": ""
    },
    "ruleToc": {
      "chapterList": ".lb li a",
      "chapterName": "text##本页章节列表结束！",
      "chapterUrl": "href",
      "nextTocUrl": ".showpage a@href"
    },
    "searchUrl": "s.php,{\n  \"charset\": \"gbk\",\n  \"method\": \"POST\",\n  \"body\": \"type=articlename&s={{key}}\"\n}",
    "weight": 0
  },
  {
    "bookSourceComment": "发布地址：https://www.pilixiaoshuo.com",
    "bookSourceGroup": "🔞",
    "bookSourceName": "💐 霹雳书屋",
    "bookSourceType": 0,
    "bookSourceUrl": "https://www.xiarishuwu.com",
    "customButton": false,
    "customOrder": 2056,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"男频\",\"url\":\"/1/list/3_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"女频\",\"url\":\"/2/list/3_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"出版\",\"url\":\"/3/list/3_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"无CP\",\"url\":\"/4/list/3_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"纯爱\",\"url\":\"/5/list/3_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"百合\",\"url\":\"/6/list/3_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"轻文\",\"url\":\"/8/list/3_0_0_0_0_0_0_{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1768888044121,
    "respondTime": 3373,
    "ruleBookInfo": {
      "author": ".works-intro-title@textNodes##（作者：|）",
      "coverUrl": ".works-cover@img@src",
      "intro": ".works-intro-short@text##(^|[。！？]+[”」）】]?)##$1<br>",
      "kind": ".tags-show@a@text&&.ui-text-gray6@text##\\s..:.*",
      "lastChapter": ".works-ft-new@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": ".works-intro-title@strong@text",
      "tocUrl": ".works-chapter-menu@a@href"
    },
    "ruleContent": {
      "content": ".read-content@p@text"
    },
    "ruleExplore": {
      "author": "p.1@title",
      "bookList": ".ret-search-item",
      "bookUrl": "h3@a@href",
      "coverUrl": "img@src",
      "intro": ".ret-works-decs@text",
      "kind": ".ret-works-tags@a@text##.*：",
      "lastChapter": ".mod-cover-list-text@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "h3@a@text"
    },
    "ruleSearch": {
      "bookList": ".mod_book_list@li",
      "bookUrl": "h4@a@href",
      "coverUrl": "img@src",
      "kind": "sub@text",
      "lastChapter": "h3@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "name": "h4@text"
    },
    "ruleToc": {
      "chapterList": ".works-chapter-item@a",
      "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\(（【].*?[求更票谢乐发订合补加架字修Kk].*?[】）\\)]",
      "chapterUrl": "href"
    },
    "searchUrl": "/search/0/{{key}}/1.html",
    "weight": 0
  },
  {
    "bookSourceComment": "发布地址：http://www.quan--er.com/",
    "bookSourceGroup": "🔞",
    "bookSourceName": "💠 九一版主",
    "bookSourceType": 0,
    "bookSourceUrl": "https://m.91banzhu.com",
    "customButton": false,
    "customOrder": 2057,
    "enabled": false,
    "enabledCookieJar": true,
    "enabledExplore": true,
    "eventListener": false,
    "exploreUrl": "[{\"title\":\"更新\",\"url\":\"/wap.php?action=shuku&uid=0&totalresult=10000&pageno={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"新书\",\"url\":\"/wap.php?action=shuku&order=3&uid=0&totalresult=10000&pageno={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/wap.php?action=shuku&tid=8&over=&order=2&uid=&totalresult=9377&pageno={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]",
    "lastUpdateTime": 1770711141230,
    "respondTime": 9247,
    "ruleBookInfo": {
      "author": "##作者.([^<]+)##$1###",
      "intro": ".book-intro@html",
      "kind": "{{@@##类型.([^<]+)##$1###}},{{@@.right span@text}}@js:result.replace(/小说|\\•/g,\"\")",
      "lastChapter": "class.list.0@a.0@text",
      "name": ".right h1@text",
      "wordCount": "##字数.([^<]+)##$1###"
    },
    "ruleContent": {
      "content": "id.nr1@html\n<js>\nm=[];n=[];\nfunction x(a,b){m.push(a);n.push(b)}\n\nresult=result.replace(/<em class=\"(.*?)\"><\\/em>/g,\"#$1#\")\n// 逐条添加：\nx(/#class属性#/gi,\"对应文本\");\nx(/#n_1#/gi,\"男\");\nx(/#n_2#/gi,\"人\");\nx(/#n_3#/gi,\"啊\");\nx(/#n_4#/gi,\"爱\");\nx(/#n_5#/gi,\"按\");\nx(/#n_6#/gi,\"暴\");\nx(/#n_7#/gi,\"臀\");\nx(/#n_8#/gi,\"逼\");\nx(/#n_9#/gi,\"擦\");\nx(/#n_10#/gi,\"潮\");\nx(/#n_11#/gi,\"操\");\nx(/#n_12#/gi,\"插\");\nx(/#n_13#/gi,\"吃\");\nx(/#n_14#/gi,\"抽\");\nx(/#n_15#/gi,\"处\");\nx(/#n_16#/gi,\"床\");\nx(/#n_17#/gi,\"春\");\nx(/#n_18#/gi,\"唇\");\nx(/#n_19#/gi,\"刺\");\nx(/#n_20#/gi,\"粗\");\nx(/#n_21#/gi,\"大\");\nx(/#n_22#/gi,\"洞\");\nx(/#n_23#/gi,\"逗\");\nx(/#n_24#/gi,\"硬\");\nx(/#n_25#/gi,\"儿\");\nx(/#n_26#/gi,\"反\");\nx(/#n_27#/gi,\"犯\");\nx(/#n_28#/gi,\"峰\");\nx(/#n_29#/gi,\"妇\");\nx(/#n_30#/gi,\"抚\");\nx(/#n_31#/gi,\"夫\");\nx(/#n_32#/gi,\"腹\");\nx(/#n_33#/gi,\"干\");\nx(/#n_34#/gi,\"搞\");\nx(/#n_35#/gi,\"根\");\nx(/#n_36#/gi,\"公\");\nx(/#n_37#/gi,\"宫\");\nx(/#n_38#/gi,\"勾\");\nx(/#n_39#/gi,\"股\");\nx(/#n_40#/gi,\"狠\");\nx(/#n_41#/gi,\"花\");\nx(/#n_42#/gi,\"滑\");\nx(/#n_43#/gi,\"坏\");\nx(/#n_44#/gi,\"魂\");\nx(/#n_45#/gi,\"鸡\");\nx(/#n_46#/gi,\"激\");\nx(/#n_47#/gi,\"夹\");\nx(/#n_48#/gi,\"奸\");\nx(/#n_49#/gi,\"交\");\nx(/#n_50#/gi,\"叫\");\nx(/#n_51#/gi,\"娇\");\nx(/#n_52#/gi,\"姐\");\nx(/#n_53#/gi,\"禁\");\nx(/#n_54#/gi,\"精\");\nx(/#n_55#/gi,\"进\");\nx(/#n_56#/gi,\"紧\");\nx(/#n_57#/gi,\"菊\");\nx(/#n_58#/gi,\"渴\");\nx(/#n_59#/gi,\"口\");\nx(/#n_60#/gi,\"裤\");\nx(/#n_61#/gi,\"胯\");\nx(/#n_62#/gi,\"快\");\nx(/#n_63#/gi,\"浪\");\nx(/#n_64#/gi,\"力\");\nx(/#n_65#/gi,\"搂\");\nx(/#n_66#/gi,\"乱\");\nx(/#n_67#/gi,\"裸\");\nx(/#n_68#/gi,\"妈\");\nx(/#n_69#/gi,\"毛\");\nx(/#n_70#/gi,\"迷\");\nx(/#n_71#/gi,\"靡\");\nx(/#n_72#/gi,\"妹\");\nx(/#n_73#/gi,\"摸\");\nx(/#n_74#/gi,\"嫩\");\nx(/#n_75#/gi,\"母\");\nx(/#n_76#/gi,\"娘\");\nx(/#n_77#/gi,\"尿\");\nx(/#n_78#/gi,\"咛\");\nx(/#n_79#/gi,\"女\");\nx(/#n_80#/gi,\"哦\");\nx(/#n_81#/gi,\"趴\");\nx(/#n_82#/gi,\"喷\");\nx(/#n_83#/gi,\"婆\");\nx(/#n_84#/gi,\"屁\");\nx(/#n_85#/gi,\"气\");\nx(/#n_86#/gi,\"枪\");\nx(/#n_87#/gi,\"窃\");\nx(/#n_88#/gi,\"骑\");\nx(/#n_89#/gi,\"妻\");\nx(/#n_90#/gi,\"情\");\nx(/#n_91#/gi,\"亲\");\nx(/#n_92#/gi,\"裙\");\nx(/#n_93#/gi,\"热\");\nx(/#n_94#/gi,\"日\");\nx(/#n_95#/gi,\"肉\");\nx(/#n_96#/gi,\"揉\");\nx(/#n_97#/gi,\"乳\");\nx(/#n_98#/gi,\"软\");\nx(/#n_99#/gi,\"润\");\nx(/#n_100#/gi,\"入\");\nx(/#n_101#/gi,\"塞\");\nx(/#n_102#/gi,\"骚\");\nx(/#n_103#/gi,\"色\");\nx(/#n_104#/gi,\"上\");\nx(/#n_105#/gi,\"舌\");\nx(/#n_106#/gi,\"射\");\nx(/#n_107#/gi,\"身\");\nx(/#n_108#/gi,\"深\");\nx(/#n_109#/gi,\"湿\");\nx(/#n_110#/gi,\"兽\");\nx(/#n_111#/gi,\"受\");\nx(/#n_112#/gi,\"舒\");\nx(/#n_113#/gi,\"爽\");\nx(/#n_114#/gi,\"水\");\nx(/#n_115#/gi,\"睡\");\nx(/#n_116#/gi,\"酥\");\nx(/#n_117#/gi,\"死\");\nx(/#n_118#/gi,\"烫\");\nx(/#n_119#/gi,\"痛\");\nx(/#n_120#/gi,\"舔\");\nx(/#n_121#/gi,\"天\");\nx(/#n_122#/gi,\"体\");\nx(/#n_123#/gi,\"挺\");\nx(/#n_124#/gi,\"头\");\nx(/#n_125#/gi,\"腿\");\nx(/#n_126#/gi,\"脱\");\nx(/#n_127#/gi,\"味\");\nx(/#n_128#/gi,\"慰\");\nx(/#n_129#/gi,\"吻\");\nx(/#n_130#/gi,\"握\");\nx(/#n_131#/gi,\"喔\");\nx(/#n_132#/gi,\"污\");\nx(/#n_133#/gi,\"下\");\nx(/#n_134#/gi,\"小\");\nx(/#n_135#/gi,\"性\");\nx(/#n_136#/gi,\"胸\");\nx(/#n_137#/gi,\"血\");\nx(/#n_138#/gi,\"穴\");\nx(/#n_139#/gi,\"阳\");\nx(/#n_140#/gi,\"痒\");\nx(/#n_141#/gi,\"药\");\nx(/#n_142#/gi,\"腰\");\nx(/#n_143#/gi,\"夜\");\nx(/#n_144#/gi,\"液\");\nx(/#n_145#/gi,\"野\");\nx(/#n_146#/gi,\"衣\");\nx(/#n_147#/gi,\"姨\");\nx(/#n_148#/gi,\"吟\");\nx(/#n_149#/gi,\"淫\");\nx(/#n_150#/gi,\"荫\");\nx(/#n_151#/gi,\"幽\");\nx(/#n_152#/gi,\"诱\");\nx(/#n_153#/gi,\"尤\");\nx(/#n_154#/gi,\"欲\");\nx(/#n_155#/gi,\"吁\");\nx(/#n_156#/gi,\"玉\");\nx(/#n_157#/gi,\"吮\");\nx(/#n_158#/gi,\"窄\");\nx(/#n_159#/gi,\"占\");\nx(/#n_160#/gi,\"征\");\nx(/#n_161#/gi,\"汁\");\nx(/#n_162#/gi,\"嘴\");\nx(/#n_163#/gi,\"，\");\nx(/#n_164#/gi,\"。\");\nx(/#n_165#/gi,\"…\");\nx(/#n_166#/gi,\"慾\");\nx(/#n_167#/gi,\"丢\");\nx(/#n_168#/gi,\"弄\");\n\nfor(i in n){result=result.replace(m[i],n[i])}\n\nresult+\"❎❎❎\"\n</js>",
      "nextContentUrl": "//*[@class=\"curr\"]/following-sibling::a[1]/@href",
      "replaceRegex": "##.*下载安卓APP.*|.本章未完.*|[\\(（]本章完[）\\)]|\\[ 本章完 \\]|(\\s*.*【1】.*)?\\s*❎❎❎\\s*|.未完待续.*"
    },
    "ruleExplore": {
      "author": "a.2@text",
      "bookList": ".column-2",
      "bookUrl": "a.0@href",
      "kind": "span.0@text",
      "lastChapter": "a.1@text",
      "name": "a.0@text",
      "wordCount": "span.1@text##字数."
    },
    "ruleSearch": {
      "author": "##作者.([^<]+)##$1###",
      "bookList": ".column-2",
      "bookUrl": "a.0@href",
      "kind": "span.0@text",
      "lastChapter": "a.1@text",
      "name": "a.0@text",
      "wordCount": "span.1@text##字数."
    },
    "ruleToc": {
      "chapterList": ".list!-1:-2@li a",
      "chapterName": "text",
      "chapterUrl": "href",
      "nextTocUrl": "option@value"
    },
    "searchUrl": "/wap.php?action=search,{\n  \"body\": \"objectType=2&wd={{key}}\",\n  \"method\": \"POST\"\n}",
    "weight": 0
  }
]